diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..587059aa --- /dev/null +++ b/.gitignore @@ -0,0 +1,57 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. + +# User-specific files +*.suo +*.user +*.userosscache +*.sln.docstates + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +build/ +bld/ +[Bb]in/ +[Oo]bj/ + +# Visual Studio 2015 cache/options directory +.vs/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# Node modules +node_modules/ +package-lock.json + +# npm debug logs +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Compiled files +*.dll +*.exe +*.pdb +*.cache +*.log + +# NuGet Packages +*.nupkg +**/packages/* + +# OS files +.DS_Store +Thumbs.db + +# IDE files +.idea/ +*.swp +*.swo +*~ diff --git a/eShop-Learn.sln b/eShop-Learn.sln index 5e833441..6c63101b 100644 --- a/eShop-Learn.sln +++ b/eShop-Learn.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.29709.97 @@ -7,10 +7,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{CBF27136-547 EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Services", "Services", "{4A00DE64-EC27-4F46-8782-47541FC40AE0}" EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Identity", "Identity", "{4A3A5BA2-1D89-433D-9214-820FFFAD45D0}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Identity.API", "src\Services\Identity\Identity.API\Identity.API.csproj", "{958F41EE-0444-4893-9997-7595594C37CF}" -EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Web", "Web", "{EF69A3A6-A184-4C23-B9FB-034DAD2913C6}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebStatus", "src\Web\WebStatus\WebStatus.csproj", "{A076FFF7-8F8D-4A70-B469-B2891B222782}" @@ -87,96 +83,254 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Coupon.API.Tests", "tests\S {A9227F5B-8BC8-4869-B1F7-C6F40F4252E4} = {A9227F5B-8BC8-4869-B1F7-C6F40F4252E4} EndProjectSection EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Identity", "Identity", "{90CF3D96-F0E2-FB06-3185-095A610FF335}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Identity.API", "src\Services\Identity\Identity.API\Identity.API.csproj", "{E29D4741-EEFB-4138-9F3A-B745E8B43884}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 Release|Any CPU = Release|Any CPU + Release|x64 = Release|x64 + Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {958F41EE-0444-4893-9997-7595594C37CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {958F41EE-0444-4893-9997-7595594C37CF}.Debug|Any CPU.Build.0 = Debug|Any CPU - {958F41EE-0444-4893-9997-7595594C37CF}.Release|Any CPU.ActiveCfg = Release|Any CPU - {958F41EE-0444-4893-9997-7595594C37CF}.Release|Any CPU.Build.0 = Release|Any CPU {A076FFF7-8F8D-4A70-B469-B2891B222782}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {A076FFF7-8F8D-4A70-B469-B2891B222782}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A076FFF7-8F8D-4A70-B469-B2891B222782}.Debug|x64.ActiveCfg = Debug|Any CPU + {A076FFF7-8F8D-4A70-B469-B2891B222782}.Debug|x64.Build.0 = Debug|Any CPU + {A076FFF7-8F8D-4A70-B469-B2891B222782}.Debug|x86.ActiveCfg = Debug|Any CPU + {A076FFF7-8F8D-4A70-B469-B2891B222782}.Debug|x86.Build.0 = Debug|Any CPU {A076FFF7-8F8D-4A70-B469-B2891B222782}.Release|Any CPU.ActiveCfg = Release|Any CPU {A076FFF7-8F8D-4A70-B469-B2891B222782}.Release|Any CPU.Build.0 = Release|Any CPU + {A076FFF7-8F8D-4A70-B469-B2891B222782}.Release|x64.ActiveCfg = Release|Any CPU + {A076FFF7-8F8D-4A70-B469-B2891B222782}.Release|x64.Build.0 = Release|Any CPU + {A076FFF7-8F8D-4A70-B469-B2891B222782}.Release|x86.ActiveCfg = Release|Any CPU + {A076FFF7-8F8D-4A70-B469-B2891B222782}.Release|x86.Build.0 = Release|Any CPU {87F81A8D-BC10-4701-BE32-6F6217796E8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {87F81A8D-BC10-4701-BE32-6F6217796E8C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {87F81A8D-BC10-4701-BE32-6F6217796E8C}.Debug|x64.ActiveCfg = Debug|Any CPU + {87F81A8D-BC10-4701-BE32-6F6217796E8C}.Debug|x64.Build.0 = Debug|Any CPU + {87F81A8D-BC10-4701-BE32-6F6217796E8C}.Debug|x86.ActiveCfg = Debug|Any CPU + {87F81A8D-BC10-4701-BE32-6F6217796E8C}.Debug|x86.Build.0 = Debug|Any CPU {87F81A8D-BC10-4701-BE32-6F6217796E8C}.Release|Any CPU.ActiveCfg = Release|Any CPU {87F81A8D-BC10-4701-BE32-6F6217796E8C}.Release|Any CPU.Build.0 = Release|Any CPU + {87F81A8D-BC10-4701-BE32-6F6217796E8C}.Release|x64.ActiveCfg = Release|Any CPU + {87F81A8D-BC10-4701-BE32-6F6217796E8C}.Release|x64.Build.0 = Release|Any CPU + {87F81A8D-BC10-4701-BE32-6F6217796E8C}.Release|x86.ActiveCfg = Release|Any CPU + {87F81A8D-BC10-4701-BE32-6F6217796E8C}.Release|x86.Build.0 = Release|Any CPU {F5BC4BD0-66D5-4B81-813F-5803886ABFD0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {F5BC4BD0-66D5-4B81-813F-5803886ABFD0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F5BC4BD0-66D5-4B81-813F-5803886ABFD0}.Debug|x64.ActiveCfg = Debug|Any CPU + {F5BC4BD0-66D5-4B81-813F-5803886ABFD0}.Debug|x64.Build.0 = Debug|Any CPU + {F5BC4BD0-66D5-4B81-813F-5803886ABFD0}.Debug|x86.ActiveCfg = Debug|Any CPU + {F5BC4BD0-66D5-4B81-813F-5803886ABFD0}.Debug|x86.Build.0 = Debug|Any CPU {F5BC4BD0-66D5-4B81-813F-5803886ABFD0}.Release|Any CPU.ActiveCfg = Release|Any CPU {F5BC4BD0-66D5-4B81-813F-5803886ABFD0}.Release|Any CPU.Build.0 = Release|Any CPU + {F5BC4BD0-66D5-4B81-813F-5803886ABFD0}.Release|x64.ActiveCfg = Release|Any CPU + {F5BC4BD0-66D5-4B81-813F-5803886ABFD0}.Release|x64.Build.0 = Release|Any CPU + {F5BC4BD0-66D5-4B81-813F-5803886ABFD0}.Release|x86.ActiveCfg = Release|Any CPU + {F5BC4BD0-66D5-4B81-813F-5803886ABFD0}.Release|x86.Build.0 = Release|Any CPU {2E6BAD6A-898B-421D-BE0B-AA94B906A54A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {2E6BAD6A-898B-421D-BE0B-AA94B906A54A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2E6BAD6A-898B-421D-BE0B-AA94B906A54A}.Debug|x64.ActiveCfg = Debug|Any CPU + {2E6BAD6A-898B-421D-BE0B-AA94B906A54A}.Debug|x64.Build.0 = Debug|Any CPU + {2E6BAD6A-898B-421D-BE0B-AA94B906A54A}.Debug|x86.ActiveCfg = Debug|Any CPU + {2E6BAD6A-898B-421D-BE0B-AA94B906A54A}.Debug|x86.Build.0 = Debug|Any CPU {2E6BAD6A-898B-421D-BE0B-AA94B906A54A}.Release|Any CPU.ActiveCfg = Release|Any CPU {2E6BAD6A-898B-421D-BE0B-AA94B906A54A}.Release|Any CPU.Build.0 = Release|Any CPU + {2E6BAD6A-898B-421D-BE0B-AA94B906A54A}.Release|x64.ActiveCfg = Release|Any CPU + {2E6BAD6A-898B-421D-BE0B-AA94B906A54A}.Release|x64.Build.0 = Release|Any CPU + {2E6BAD6A-898B-421D-BE0B-AA94B906A54A}.Release|x86.ActiveCfg = Release|Any CPU + {2E6BAD6A-898B-421D-BE0B-AA94B906A54A}.Release|x86.Build.0 = Release|Any CPU {5B33D88B-C770-4BB3-AFC5-A7E7E909F113}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {5B33D88B-C770-4BB3-AFC5-A7E7E909F113}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5B33D88B-C770-4BB3-AFC5-A7E7E909F113}.Debug|x64.ActiveCfg = Debug|Any CPU + {5B33D88B-C770-4BB3-AFC5-A7E7E909F113}.Debug|x64.Build.0 = Debug|Any CPU + {5B33D88B-C770-4BB3-AFC5-A7E7E909F113}.Debug|x86.ActiveCfg = Debug|Any CPU + {5B33D88B-C770-4BB3-AFC5-A7E7E909F113}.Debug|x86.Build.0 = Debug|Any CPU {5B33D88B-C770-4BB3-AFC5-A7E7E909F113}.Release|Any CPU.ActiveCfg = Release|Any CPU {5B33D88B-C770-4BB3-AFC5-A7E7E909F113}.Release|Any CPU.Build.0 = Release|Any CPU + {5B33D88B-C770-4BB3-AFC5-A7E7E909F113}.Release|x64.ActiveCfg = Release|Any CPU + {5B33D88B-C770-4BB3-AFC5-A7E7E909F113}.Release|x64.Build.0 = Release|Any CPU + {5B33D88B-C770-4BB3-AFC5-A7E7E909F113}.Release|x86.ActiveCfg = Release|Any CPU + {5B33D88B-C770-4BB3-AFC5-A7E7E909F113}.Release|x86.Build.0 = Release|Any CPU {9880F90C-4329-41BC-8BC8-ED318E4A460F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {9880F90C-4329-41BC-8BC8-ED318E4A460F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9880F90C-4329-41BC-8BC8-ED318E4A460F}.Debug|x64.ActiveCfg = Debug|Any CPU + {9880F90C-4329-41BC-8BC8-ED318E4A460F}.Debug|x64.Build.0 = Debug|Any CPU + {9880F90C-4329-41BC-8BC8-ED318E4A460F}.Debug|x86.ActiveCfg = Debug|Any CPU + {9880F90C-4329-41BC-8BC8-ED318E4A460F}.Debug|x86.Build.0 = Debug|Any CPU {9880F90C-4329-41BC-8BC8-ED318E4A460F}.Release|Any CPU.ActiveCfg = Release|Any CPU {9880F90C-4329-41BC-8BC8-ED318E4A460F}.Release|Any CPU.Build.0 = Release|Any CPU + {9880F90C-4329-41BC-8BC8-ED318E4A460F}.Release|x64.ActiveCfg = Release|Any CPU + {9880F90C-4329-41BC-8BC8-ED318E4A460F}.Release|x64.Build.0 = Release|Any CPU + {9880F90C-4329-41BC-8BC8-ED318E4A460F}.Release|x86.ActiveCfg = Release|Any CPU + {9880F90C-4329-41BC-8BC8-ED318E4A460F}.Release|x86.Build.0 = Release|Any CPU {4C18A91D-9C0A-4DFF-A2A3-39E8317951FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {4C18A91D-9C0A-4DFF-A2A3-39E8317951FD}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4C18A91D-9C0A-4DFF-A2A3-39E8317951FD}.Debug|x64.ActiveCfg = Debug|Any CPU + {4C18A91D-9C0A-4DFF-A2A3-39E8317951FD}.Debug|x64.Build.0 = Debug|Any CPU + {4C18A91D-9C0A-4DFF-A2A3-39E8317951FD}.Debug|x86.ActiveCfg = Debug|Any CPU + {4C18A91D-9C0A-4DFF-A2A3-39E8317951FD}.Debug|x86.Build.0 = Debug|Any CPU {4C18A91D-9C0A-4DFF-A2A3-39E8317951FD}.Release|Any CPU.ActiveCfg = Release|Any CPU {4C18A91D-9C0A-4DFF-A2A3-39E8317951FD}.Release|Any CPU.Build.0 = Release|Any CPU + {4C18A91D-9C0A-4DFF-A2A3-39E8317951FD}.Release|x64.ActiveCfg = Release|Any CPU + {4C18A91D-9C0A-4DFF-A2A3-39E8317951FD}.Release|x64.Build.0 = Release|Any CPU + {4C18A91D-9C0A-4DFF-A2A3-39E8317951FD}.Release|x86.ActiveCfg = Release|Any CPU + {4C18A91D-9C0A-4DFF-A2A3-39E8317951FD}.Release|x86.Build.0 = Release|Any CPU {9A7D5C39-97BB-4D84-B439-BE530CCF1502}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {9A7D5C39-97BB-4D84-B439-BE530CCF1502}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9A7D5C39-97BB-4D84-B439-BE530CCF1502}.Debug|x64.ActiveCfg = Debug|Any CPU + {9A7D5C39-97BB-4D84-B439-BE530CCF1502}.Debug|x64.Build.0 = Debug|Any CPU + {9A7D5C39-97BB-4D84-B439-BE530CCF1502}.Debug|x86.ActiveCfg = Debug|Any CPU + {9A7D5C39-97BB-4D84-B439-BE530CCF1502}.Debug|x86.Build.0 = Debug|Any CPU {9A7D5C39-97BB-4D84-B439-BE530CCF1502}.Release|Any CPU.ActiveCfg = Release|Any CPU {9A7D5C39-97BB-4D84-B439-BE530CCF1502}.Release|Any CPU.Build.0 = Release|Any CPU + {9A7D5C39-97BB-4D84-B439-BE530CCF1502}.Release|x64.ActiveCfg = Release|Any CPU + {9A7D5C39-97BB-4D84-B439-BE530CCF1502}.Release|x64.Build.0 = Release|Any CPU + {9A7D5C39-97BB-4D84-B439-BE530CCF1502}.Release|x86.ActiveCfg = Release|Any CPU + {9A7D5C39-97BB-4D84-B439-BE530CCF1502}.Release|x86.Build.0 = Release|Any CPU {E77AF4DD-2373-47EF-BD0E-A796B1099364}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {E77AF4DD-2373-47EF-BD0E-A796B1099364}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E77AF4DD-2373-47EF-BD0E-A796B1099364}.Debug|x64.ActiveCfg = Debug|Any CPU + {E77AF4DD-2373-47EF-BD0E-A796B1099364}.Debug|x64.Build.0 = Debug|Any CPU + {E77AF4DD-2373-47EF-BD0E-A796B1099364}.Debug|x86.ActiveCfg = Debug|Any CPU + {E77AF4DD-2373-47EF-BD0E-A796B1099364}.Debug|x86.Build.0 = Debug|Any CPU {E77AF4DD-2373-47EF-BD0E-A796B1099364}.Release|Any CPU.ActiveCfg = Release|Any CPU {E77AF4DD-2373-47EF-BD0E-A796B1099364}.Release|Any CPU.Build.0 = Release|Any CPU + {E77AF4DD-2373-47EF-BD0E-A796B1099364}.Release|x64.ActiveCfg = Release|Any CPU + {E77AF4DD-2373-47EF-BD0E-A796B1099364}.Release|x64.Build.0 = Release|Any CPU + {E77AF4DD-2373-47EF-BD0E-A796B1099364}.Release|x86.ActiveCfg = Release|Any CPU + {E77AF4DD-2373-47EF-BD0E-A796B1099364}.Release|x86.Build.0 = Release|Any CPU {A8D165AA-6A73-4EA0-846D-2F61FDD05CA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {A8D165AA-6A73-4EA0-846D-2F61FDD05CA1}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A8D165AA-6A73-4EA0-846D-2F61FDD05CA1}.Debug|x64.ActiveCfg = Debug|Any CPU + {A8D165AA-6A73-4EA0-846D-2F61FDD05CA1}.Debug|x64.Build.0 = Debug|Any CPU + {A8D165AA-6A73-4EA0-846D-2F61FDD05CA1}.Debug|x86.ActiveCfg = Debug|Any CPU + {A8D165AA-6A73-4EA0-846D-2F61FDD05CA1}.Debug|x86.Build.0 = Debug|Any CPU {A8D165AA-6A73-4EA0-846D-2F61FDD05CA1}.Release|Any CPU.ActiveCfg = Release|Any CPU {A8D165AA-6A73-4EA0-846D-2F61FDD05CA1}.Release|Any CPU.Build.0 = Release|Any CPU + {A8D165AA-6A73-4EA0-846D-2F61FDD05CA1}.Release|x64.ActiveCfg = Release|Any CPU + {A8D165AA-6A73-4EA0-846D-2F61FDD05CA1}.Release|x64.Build.0 = Release|Any CPU + {A8D165AA-6A73-4EA0-846D-2F61FDD05CA1}.Release|x86.ActiveCfg = Release|Any CPU + {A8D165AA-6A73-4EA0-846D-2F61FDD05CA1}.Release|x86.Build.0 = Release|Any CPU {1B2E2508-C908-4EF7-9736-29CDDA34EF9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {1B2E2508-C908-4EF7-9736-29CDDA34EF9D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1B2E2508-C908-4EF7-9736-29CDDA34EF9D}.Debug|x64.ActiveCfg = Debug|Any CPU + {1B2E2508-C908-4EF7-9736-29CDDA34EF9D}.Debug|x64.Build.0 = Debug|Any CPU + {1B2E2508-C908-4EF7-9736-29CDDA34EF9D}.Debug|x86.ActiveCfg = Debug|Any CPU + {1B2E2508-C908-4EF7-9736-29CDDA34EF9D}.Debug|x86.Build.0 = Debug|Any CPU {1B2E2508-C908-4EF7-9736-29CDDA34EF9D}.Release|Any CPU.ActiveCfg = Release|Any CPU {1B2E2508-C908-4EF7-9736-29CDDA34EF9D}.Release|Any CPU.Build.0 = Release|Any CPU + {1B2E2508-C908-4EF7-9736-29CDDA34EF9D}.Release|x64.ActiveCfg = Release|Any CPU + {1B2E2508-C908-4EF7-9736-29CDDA34EF9D}.Release|x64.Build.0 = Release|Any CPU + {1B2E2508-C908-4EF7-9736-29CDDA34EF9D}.Release|x86.ActiveCfg = Release|Any CPU + {1B2E2508-C908-4EF7-9736-29CDDA34EF9D}.Release|x86.Build.0 = Release|Any CPU {B4A7296E-15EF-47CD-842F-EEBF9D730FD0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {B4A7296E-15EF-47CD-842F-EEBF9D730FD0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B4A7296E-15EF-47CD-842F-EEBF9D730FD0}.Debug|x64.ActiveCfg = Debug|Any CPU + {B4A7296E-15EF-47CD-842F-EEBF9D730FD0}.Debug|x64.Build.0 = Debug|Any CPU + {B4A7296E-15EF-47CD-842F-EEBF9D730FD0}.Debug|x86.ActiveCfg = Debug|Any CPU + {B4A7296E-15EF-47CD-842F-EEBF9D730FD0}.Debug|x86.Build.0 = Debug|Any CPU {B4A7296E-15EF-47CD-842F-EEBF9D730FD0}.Release|Any CPU.ActiveCfg = Release|Any CPU {B4A7296E-15EF-47CD-842F-EEBF9D730FD0}.Release|Any CPU.Build.0 = Release|Any CPU + {B4A7296E-15EF-47CD-842F-EEBF9D730FD0}.Release|x64.ActiveCfg = Release|Any CPU + {B4A7296E-15EF-47CD-842F-EEBF9D730FD0}.Release|x64.Build.0 = Release|Any CPU + {B4A7296E-15EF-47CD-842F-EEBF9D730FD0}.Release|x86.ActiveCfg = Release|Any CPU + {B4A7296E-15EF-47CD-842F-EEBF9D730FD0}.Release|x86.Build.0 = Release|Any CPU {F5751D35-A129-43E1-8DEE-80F02B923D4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {F5751D35-A129-43E1-8DEE-80F02B923D4A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F5751D35-A129-43E1-8DEE-80F02B923D4A}.Debug|x64.ActiveCfg = Debug|Any CPU + {F5751D35-A129-43E1-8DEE-80F02B923D4A}.Debug|x64.Build.0 = Debug|Any CPU + {F5751D35-A129-43E1-8DEE-80F02B923D4A}.Debug|x86.ActiveCfg = Debug|Any CPU + {F5751D35-A129-43E1-8DEE-80F02B923D4A}.Debug|x86.Build.0 = Debug|Any CPU {F5751D35-A129-43E1-8DEE-80F02B923D4A}.Release|Any CPU.ActiveCfg = Release|Any CPU {F5751D35-A129-43E1-8DEE-80F02B923D4A}.Release|Any CPU.Build.0 = Release|Any CPU + {F5751D35-A129-43E1-8DEE-80F02B923D4A}.Release|x64.ActiveCfg = Release|Any CPU + {F5751D35-A129-43E1-8DEE-80F02B923D4A}.Release|x64.Build.0 = Release|Any CPU + {F5751D35-A129-43E1-8DEE-80F02B923D4A}.Release|x86.ActiveCfg = Release|Any CPU + {F5751D35-A129-43E1-8DEE-80F02B923D4A}.Release|x86.Build.0 = Release|Any CPU {42EA4DAE-8180-4B9E-9006-A1F9C4D54284}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {42EA4DAE-8180-4B9E-9006-A1F9C4D54284}.Debug|Any CPU.Build.0 = Debug|Any CPU + {42EA4DAE-8180-4B9E-9006-A1F9C4D54284}.Debug|x64.ActiveCfg = Debug|Any CPU + {42EA4DAE-8180-4B9E-9006-A1F9C4D54284}.Debug|x64.Build.0 = Debug|Any CPU + {42EA4DAE-8180-4B9E-9006-A1F9C4D54284}.Debug|x86.ActiveCfg = Debug|Any CPU + {42EA4DAE-8180-4B9E-9006-A1F9C4D54284}.Debug|x86.Build.0 = Debug|Any CPU {42EA4DAE-8180-4B9E-9006-A1F9C4D54284}.Release|Any CPU.ActiveCfg = Release|Any CPU {42EA4DAE-8180-4B9E-9006-A1F9C4D54284}.Release|Any CPU.Build.0 = Release|Any CPU + {42EA4DAE-8180-4B9E-9006-A1F9C4D54284}.Release|x64.ActiveCfg = Release|Any CPU + {42EA4DAE-8180-4B9E-9006-A1F9C4D54284}.Release|x64.Build.0 = Release|Any CPU + {42EA4DAE-8180-4B9E-9006-A1F9C4D54284}.Release|x86.ActiveCfg = Release|Any CPU + {42EA4DAE-8180-4B9E-9006-A1F9C4D54284}.Release|x86.Build.0 = Release|Any CPU {37327280-77E7-48E5-9E6D-C6D1EC86F125}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {37327280-77E7-48E5-9E6D-C6D1EC86F125}.Debug|Any CPU.Build.0 = Debug|Any CPU + {37327280-77E7-48E5-9E6D-C6D1EC86F125}.Debug|x64.ActiveCfg = Debug|Any CPU + {37327280-77E7-48E5-9E6D-C6D1EC86F125}.Debug|x64.Build.0 = Debug|Any CPU + {37327280-77E7-48E5-9E6D-C6D1EC86F125}.Debug|x86.ActiveCfg = Debug|Any CPU + {37327280-77E7-48E5-9E6D-C6D1EC86F125}.Debug|x86.Build.0 = Debug|Any CPU {37327280-77E7-48E5-9E6D-C6D1EC86F125}.Release|Any CPU.ActiveCfg = Release|Any CPU {37327280-77E7-48E5-9E6D-C6D1EC86F125}.Release|Any CPU.Build.0 = Release|Any CPU + {37327280-77E7-48E5-9E6D-C6D1EC86F125}.Release|x64.ActiveCfg = Release|Any CPU + {37327280-77E7-48E5-9E6D-C6D1EC86F125}.Release|x64.Build.0 = Release|Any CPU + {37327280-77E7-48E5-9E6D-C6D1EC86F125}.Release|x86.ActiveCfg = Release|Any CPU + {37327280-77E7-48E5-9E6D-C6D1EC86F125}.Release|x86.Build.0 = Release|Any CPU {E84BCF7A-0B5A-4F73-A1B0-ED1E29A0FE17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {E84BCF7A-0B5A-4F73-A1B0-ED1E29A0FE17}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E84BCF7A-0B5A-4F73-A1B0-ED1E29A0FE17}.Debug|x64.ActiveCfg = Debug|Any CPU + {E84BCF7A-0B5A-4F73-A1B0-ED1E29A0FE17}.Debug|x64.Build.0 = Debug|Any CPU + {E84BCF7A-0B5A-4F73-A1B0-ED1E29A0FE17}.Debug|x86.ActiveCfg = Debug|Any CPU + {E84BCF7A-0B5A-4F73-A1B0-ED1E29A0FE17}.Debug|x86.Build.0 = Debug|Any CPU {E84BCF7A-0B5A-4F73-A1B0-ED1E29A0FE17}.Release|Any CPU.ActiveCfg = Release|Any CPU {E84BCF7A-0B5A-4F73-A1B0-ED1E29A0FE17}.Release|Any CPU.Build.0 = Release|Any CPU + {E84BCF7A-0B5A-4F73-A1B0-ED1E29A0FE17}.Release|x64.ActiveCfg = Release|Any CPU + {E84BCF7A-0B5A-4F73-A1B0-ED1E29A0FE17}.Release|x64.Build.0 = Release|Any CPU + {E84BCF7A-0B5A-4F73-A1B0-ED1E29A0FE17}.Release|x86.ActiveCfg = Release|Any CPU + {E84BCF7A-0B5A-4F73-A1B0-ED1E29A0FE17}.Release|x86.Build.0 = Release|Any CPU {A9227F5B-8BC8-4869-B1F7-C6F40F4252E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {A9227F5B-8BC8-4869-B1F7-C6F40F4252E4}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A9227F5B-8BC8-4869-B1F7-C6F40F4252E4}.Debug|x64.ActiveCfg = Debug|Any CPU + {A9227F5B-8BC8-4869-B1F7-C6F40F4252E4}.Debug|x64.Build.0 = Debug|Any CPU + {A9227F5B-8BC8-4869-B1F7-C6F40F4252E4}.Debug|x86.ActiveCfg = Debug|Any CPU + {A9227F5B-8BC8-4869-B1F7-C6F40F4252E4}.Debug|x86.Build.0 = Debug|Any CPU {A9227F5B-8BC8-4869-B1F7-C6F40F4252E4}.Release|Any CPU.ActiveCfg = Release|Any CPU {A9227F5B-8BC8-4869-B1F7-C6F40F4252E4}.Release|Any CPU.Build.0 = Release|Any CPU + {A9227F5B-8BC8-4869-B1F7-C6F40F4252E4}.Release|x64.ActiveCfg = Release|Any CPU + {A9227F5B-8BC8-4869-B1F7-C6F40F4252E4}.Release|x64.Build.0 = Release|Any CPU + {A9227F5B-8BC8-4869-B1F7-C6F40F4252E4}.Release|x86.ActiveCfg = Release|Any CPU + {A9227F5B-8BC8-4869-B1F7-C6F40F4252E4}.Release|x86.Build.0 = Release|Any CPU {E94AAF90-B6A8-4410-9C0A-D1732585956B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {E94AAF90-B6A8-4410-9C0A-D1732585956B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E94AAF90-B6A8-4410-9C0A-D1732585956B}.Debug|x64.ActiveCfg = Debug|Any CPU + {E94AAF90-B6A8-4410-9C0A-D1732585956B}.Debug|x64.Build.0 = Debug|Any CPU + {E94AAF90-B6A8-4410-9C0A-D1732585956B}.Debug|x86.ActiveCfg = Debug|Any CPU + {E94AAF90-B6A8-4410-9C0A-D1732585956B}.Debug|x86.Build.0 = Debug|Any CPU {E94AAF90-B6A8-4410-9C0A-D1732585956B}.Release|Any CPU.ActiveCfg = Release|Any CPU {E94AAF90-B6A8-4410-9C0A-D1732585956B}.Release|Any CPU.Build.0 = Release|Any CPU + {E94AAF90-B6A8-4410-9C0A-D1732585956B}.Release|x64.ActiveCfg = Release|Any CPU + {E94AAF90-B6A8-4410-9C0A-D1732585956B}.Release|x64.Build.0 = Release|Any CPU + {E94AAF90-B6A8-4410-9C0A-D1732585956B}.Release|x86.ActiveCfg = Release|Any CPU + {E94AAF90-B6A8-4410-9C0A-D1732585956B}.Release|x86.Build.0 = Release|Any CPU + {E29D4741-EEFB-4138-9F3A-B745E8B43884}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E29D4741-EEFB-4138-9F3A-B745E8B43884}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E29D4741-EEFB-4138-9F3A-B745E8B43884}.Debug|x64.ActiveCfg = Debug|Any CPU + {E29D4741-EEFB-4138-9F3A-B745E8B43884}.Debug|x64.Build.0 = Debug|Any CPU + {E29D4741-EEFB-4138-9F3A-B745E8B43884}.Debug|x86.ActiveCfg = Debug|Any CPU + {E29D4741-EEFB-4138-9F3A-B745E8B43884}.Debug|x86.Build.0 = Debug|Any CPU + {E29D4741-EEFB-4138-9F3A-B745E8B43884}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E29D4741-EEFB-4138-9F3A-B745E8B43884}.Release|Any CPU.Build.0 = Release|Any CPU + {E29D4741-EEFB-4138-9F3A-B745E8B43884}.Release|x64.ActiveCfg = Release|Any CPU + {E29D4741-EEFB-4138-9F3A-B745E8B43884}.Release|x64.Build.0 = Release|Any CPU + {E29D4741-EEFB-4138-9F3A-B745E8B43884}.Release|x86.ActiveCfg = Release|Any CPU + {E29D4741-EEFB-4138-9F3A-B745E8B43884}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution {4A00DE64-EC27-4F46-8782-47541FC40AE0} = {CBF27136-5472-4217-AA88-C258F865E2D2} - {4A3A5BA2-1D89-433D-9214-820FFFAD45D0} = {4A00DE64-EC27-4F46-8782-47541FC40AE0} - {958F41EE-0444-4893-9997-7595594C37CF} = {4A3A5BA2-1D89-433D-9214-820FFFAD45D0} {EF69A3A6-A184-4C23-B9FB-034DAD2913C6} = {CBF27136-5472-4217-AA88-C258F865E2D2} {A076FFF7-8F8D-4A70-B469-B2891B222782} = {EF69A3A6-A184-4C23-B9FB-034DAD2913C6} {E5D12115-EAF4-43F4-83C8-D8DAE7C17285} = {4A00DE64-EC27-4F46-8782-47541FC40AE0} @@ -211,6 +365,8 @@ Global {EB53A89D-0032-44A7-B964-84AFA5A72DEE} = {674B390B-DF02-4B89-BAB8-147598A587CE} {7183B377-4090-4EE9-85F9-1D8E0216F2B5} = {EB53A89D-0032-44A7-B964-84AFA5A72DEE} {E94AAF90-B6A8-4410-9C0A-D1732585956B} = {7183B377-4090-4EE9-85F9-1D8E0216F2B5} + {90CF3D96-F0E2-FB06-3185-095A610FF335} = {4A00DE64-EC27-4F46-8782-47541FC40AE0} + {E29D4741-EEFB-4138-9F3A-B745E8B43884} = {90CF3D96-F0E2-FB06-3185-095A610FF335} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {FBED0B95-87F8-439B-BC1E-382C8ABD4F2E} diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/Web.Shopping.HttpAggregator.csproj b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/Web.Shopping.HttpAggregator.csproj index 071321fc..89db1972 100644 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/Web.Shopping.HttpAggregator.csproj +++ b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/Web.Shopping.HttpAggregator.csproj @@ -14,16 +14,16 @@ - - - - + + + + - - - - - + + + + + diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Google.Protobuf.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Google.Protobuf.dll deleted file mode 100755 index 37284aed..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Google.Protobuf.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.AspNetCore.Server.ClientFactory.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.AspNetCore.Server.ClientFactory.dll deleted file mode 100755 index 474801a4..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.AspNetCore.Server.ClientFactory.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.AspNetCore.Server.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.AspNetCore.Server.dll deleted file mode 100755 index c0f524e0..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.AspNetCore.Server.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.Core.Api.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.Core.Api.dll deleted file mode 100755 index 554d4f60..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.Core.Api.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.Core.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.Core.dll deleted file mode 100755 index 3553f7f9..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.Core.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.Net.Client.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.Net.Client.dll deleted file mode 100755 index 64d19683..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.Net.Client.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.Net.ClientFactory.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.Net.ClientFactory.dll deleted file mode 100755 index c4265428..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.Net.ClientFactory.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.Net.Common.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.Net.Common.dll deleted file mode 100755 index d21090c2..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.Net.Common.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/HealthChecks.UI.Client.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/HealthChecks.UI.Client.dll deleted file mode 100755 index c027f792..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/HealthChecks.UI.Client.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/HealthChecks.UI.Core.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/HealthChecks.UI.Core.dll deleted file mode 100755 index 7eaaf018..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/HealthChecks.UI.Core.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/HealthChecks.Uris.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/HealthChecks.Uris.dll deleted file mode 100755 index 315f8760..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/HealthChecks.Uris.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll deleted file mode 100755 index ce0639eb..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.AspNetCore.JsonPatch.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.AspNetCore.JsonPatch.dll deleted file mode 100755 index b7bab54c..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.AspNetCore.JsonPatch.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll deleted file mode 100755 index c4b4b0ba..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll deleted file mode 100755 index 13b56da7..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.dll deleted file mode 100755 index 1beb41b7..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.Extensions.Caching.Memory.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.Extensions.Caching.Memory.dll deleted file mode 100755 index 42eb85f8..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.Extensions.Caching.Memory.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.Extensions.DependencyModel.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.Extensions.DependencyModel.dll deleted file mode 100755 index 2e78d8e6..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.Extensions.DependencyModel.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll deleted file mode 100755 index b0271ea2..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll deleted file mode 100755 index 2d9f4050..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.Extensions.Logging.Abstractions.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.Extensions.Logging.Abstractions.dll deleted file mode 100755 index a42ea834..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.Extensions.Logging.Abstractions.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll deleted file mode 100755 index a873e0ed..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.IdentityModel.Logging.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.IdentityModel.Logging.dll deleted file mode 100755 index 63f7d27c..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.IdentityModel.Logging.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll deleted file mode 100755 index ff358af9..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.IdentityModel.Protocols.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.IdentityModel.Protocols.dll deleted file mode 100755 index d02658ec..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.IdentityModel.Protocols.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.IdentityModel.Tokens.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.IdentityModel.Tokens.dll deleted file mode 100755 index c735d0bb..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.IdentityModel.Tokens.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.OpenApi.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.OpenApi.dll deleted file mode 100755 index 14f3deda..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.OpenApi.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Newtonsoft.Json.Bson.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Newtonsoft.Json.Bson.dll deleted file mode 100755 index e9b1dd22..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Newtonsoft.Json.Bson.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Newtonsoft.Json.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Newtonsoft.Json.dll deleted file mode 100755 index 1ffeabe6..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Newtonsoft.Json.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.AspNetCore.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.AspNetCore.dll deleted file mode 100755 index 9f5e80f1..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.AspNetCore.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Extensions.Hosting.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Extensions.Hosting.dll deleted file mode 100755 index ca70b7ac..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Extensions.Hosting.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Extensions.Logging.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Extensions.Logging.dll deleted file mode 100755 index 27dc8cfc..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Extensions.Logging.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Formatting.Compact.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Formatting.Compact.dll deleted file mode 100755 index 7e6d49c6..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Formatting.Compact.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Settings.Configuration.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Settings.Configuration.dll deleted file mode 100755 index 183aae35..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Settings.Configuration.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Sinks.Console.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Sinks.Console.dll deleted file mode 100755 index a7fb7688..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Sinks.Console.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Sinks.Debug.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Sinks.Debug.dll deleted file mode 100755 index 2bd024b1..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Sinks.Debug.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Sinks.File.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Sinks.File.dll deleted file mode 100755 index 29dc2fd3..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Sinks.File.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Sinks.PeriodicBatching.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Sinks.PeriodicBatching.dll deleted file mode 100755 index c17e1104..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Sinks.PeriodicBatching.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Sinks.Seq.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Sinks.Seq.dll deleted file mode 100755 index 3daf3633..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Sinks.Seq.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.dll deleted file mode 100755 index 45727de4..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Swashbuckle.AspNetCore.Newtonsoft.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Swashbuckle.AspNetCore.Newtonsoft.dll deleted file mode 100755 index ecaf2d50..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Swashbuckle.AspNetCore.Newtonsoft.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Swashbuckle.AspNetCore.Swagger.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Swashbuckle.AspNetCore.Swagger.dll deleted file mode 100755 index 39b68f80..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Swashbuckle.AspNetCore.Swagger.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll deleted file mode 100755 index 47f3406e..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll deleted file mode 100755 index 08c0aac8..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/System.IdentityModel.Tokens.Jwt.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/System.IdentityModel.Tokens.Jwt.dll deleted file mode 100755 index cdd94e89..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/System.IdentityModel.Tokens.Jwt.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Web.Shopping.HttpAggregator b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Web.Shopping.HttpAggregator deleted file mode 100755 index 07b78de6..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Web.Shopping.HttpAggregator and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Web.Shopping.HttpAggregator.deps.json b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Web.Shopping.HttpAggregator.deps.json deleted file mode 100644 index b3ba4135..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Web.Shopping.HttpAggregator.deps.json +++ /dev/null @@ -1,2380 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": { - "Web.Shopping.HttpAggregator/1.0.0": { - "dependencies": { - "AspNetCore.HealthChecks.UI.Client": "6.0.4", - "AspNetCore.HealthChecks.Uris": "6.0.3", - "Google.Protobuf": "3.25.2", - "Grpc.AspNetCore.Server.ClientFactory": "2.60.0", - "Grpc.Core": "2.45.0", - "Grpc.Net.Client": "2.60.0", - "Grpc.Tools": "2.45.0", - "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.3", - "Microsoft.AspNetCore.Diagnostics.HealthChecks": "2.2.0", - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "6.0.3", - "Microsoft.Extensions.Diagnostics.HealthChecks": "6.0.3", - "Microsoft.VisualStudio.Azure.Containers.Tools.Targets": "1.19.6", - "Serilog.AspNetCore": "5.0.0", - "Serilog.Sinks.Console": "5.0.1", - "Serilog.Sinks.Seq": "4.0.0", - "Swashbuckle.AspNetCore": "6.3.0", - "Swashbuckle.AspNetCore.Newtonsoft": "6.5.0" - }, - "runtime": { - "Web.Shopping.HttpAggregator.dll": {} - } - }, - "AspNetCore.HealthChecks.UI.Client/6.0.4": { - "dependencies": { - "AspNetCore.HealthChecks.UI.Core": "6.0.4", - "Microsoft.Extensions.Diagnostics.HealthChecks": "6.0.3" - }, - "runtime": { - "lib/net6.0/HealthChecks.UI.Client.dll": { - "assemblyVersion": "6.0.4.0", - "fileVersion": "6.0.4.0" - } - } - }, - "AspNetCore.HealthChecks.UI.Core/6.0.4": { - "dependencies": { - "Microsoft.EntityFrameworkCore": "6.0.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Diagnostics.HealthChecks": "6.0.3", - "System.Text.Json": "6.0.0" - }, - "runtime": { - "lib/net6.0/HealthChecks.UI.Core.dll": { - "assemblyVersion": "6.0.4.0", - "fileVersion": "6.0.4.0" - } - } - }, - "AspNetCore.HealthChecks.Uris/6.0.3": { - "dependencies": { - "Microsoft.Extensions.Diagnostics.HealthChecks": "6.0.3", - "Microsoft.Extensions.Http": "6.0.0" - }, - "runtime": { - "lib/net6.0/HealthChecks.Uris.dll": { - "assemblyVersion": "6.0.3.0", - "fileVersion": "6.0.3.0" - } - } - }, - "Google.Protobuf/3.25.2": { - "runtime": { - "lib/net5.0/Google.Protobuf.dll": { - "assemblyVersion": "3.25.2.0", - "fileVersion": "3.25.2.0" - } - } - }, - "Grpc.AspNetCore.Server/2.60.0": { - "dependencies": { - "Grpc.Net.Common": "2.60.0" - }, - "runtime": { - "lib/net6.0/Grpc.AspNetCore.Server.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.60.0.0" - } - } - }, - "Grpc.AspNetCore.Server.ClientFactory/2.60.0": { - "dependencies": { - "Grpc.AspNetCore.Server": "2.60.0", - "Grpc.Net.ClientFactory": "2.60.0" - }, - "runtime": { - "lib/net6.0/Grpc.AspNetCore.Server.ClientFactory.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.60.0.0" - } - } - }, - "Grpc.Core/2.45.0": { - "dependencies": { - "Grpc.Core.Api": "2.60.0", - "System.Memory": "4.5.3" - }, - "runtime": { - "lib/netstandard2.0/Grpc.Core.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.45.0.0" - } - }, - "runtimeTargets": { - "runtimes/linux-arm64/native/libgrpc_csharp_ext.arm64.so": { - "rid": "linux-arm64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/linux-x64/native/libgrpc_csharp_ext.x64.so": { - "rid": "linux-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/osx-x64/native/libgrpc_csharp_ext.x64.dylib": { - "rid": "osx-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x64/native/grpc_csharp_ext.x64.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x86/native/grpc_csharp_ext.x86.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "Grpc.Core.Api/2.60.0": { - "runtime": { - "lib/netstandard2.1/Grpc.Core.Api.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.60.0.0" - } - } - }, - "Grpc.Net.Client/2.60.0": { - "dependencies": { - "Grpc.Net.Common": "2.60.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.1" - }, - "runtime": { - "lib/net6.0/Grpc.Net.Client.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.60.0.0" - } - } - }, - "Grpc.Net.ClientFactory/2.60.0": { - "dependencies": { - "Grpc.Net.Client": "2.60.0", - "Microsoft.Extensions.Http": "6.0.0" - }, - "runtime": { - "lib/net6.0/Grpc.Net.ClientFactory.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.60.0.0" - } - } - }, - "Grpc.Net.Common/2.60.0": { - "dependencies": { - "Grpc.Core.Api": "2.60.0" - }, - "runtime": { - "lib/net6.0/Grpc.Net.Common.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.60.0.0" - } - } - }, - "Grpc.Tools/2.45.0": {}, - "Microsoft.AspNetCore.Authentication.JwtBearer/6.0.3": { - "dependencies": { - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.10.0" - }, - "runtime": { - "lib/net6.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { - "assemblyVersion": "6.0.3.0", - "fileVersion": "6.0.322.12401" - } - } - }, - "Microsoft.AspNetCore.Diagnostics.HealthChecks/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.2.0", - "Microsoft.Extensions.Diagnostics.HealthChecks": "6.0.3", - "Microsoft.Extensions.Options": "6.0.0", - "Microsoft.Net.Http.Headers": "2.2.0" - } - }, - "Microsoft.AspNetCore.Http.Abstractions/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "2.2.0", - "System.Text.Encodings.Web": "6.0.0" - } - }, - "Microsoft.AspNetCore.Http.Features/2.2.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.AspNetCore.JsonPatch/6.0.3": { - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "Newtonsoft.Json": "13.0.1" - }, - "runtime": { - "lib/net6.0/Microsoft.AspNetCore.JsonPatch.dll": { - "assemblyVersion": "6.0.3.0", - "fileVersion": "6.0.322.12401" - } - } - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/6.0.3": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "6.0.3", - "Newtonsoft.Json": "13.0.1", - "Newtonsoft.Json.Bson": "1.0.2" - }, - "runtime": { - "lib/net6.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { - "assemblyVersion": "6.0.3.0", - "fileVersion": "6.0.322.12401" - } - } - }, - "Microsoft.CSharp/4.7.0": {}, - "Microsoft.EntityFrameworkCore/6.0.2": { - "dependencies": { - "Microsoft.EntityFrameworkCore.Abstractions": "6.0.2", - "Microsoft.EntityFrameworkCore.Analyzers": "6.0.2", - "Microsoft.Extensions.Caching.Memory": "6.0.1", - "Microsoft.Extensions.DependencyInjection": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "System.Collections.Immutable": "6.0.0", - "System.Diagnostics.DiagnosticSource": "6.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.EntityFrameworkCore.dll": { - "assemblyVersion": "6.0.2.0", - "fileVersion": "6.0.222.6404" - } - } - }, - "Microsoft.EntityFrameworkCore.Abstractions/6.0.2": { - "runtime": { - "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { - "assemblyVersion": "6.0.2.0", - "fileVersion": "6.0.222.6404" - } - } - }, - "Microsoft.EntityFrameworkCore.Analyzers/6.0.2": {}, - "Microsoft.Extensions.ApiDescription.Server/3.0.0": {}, - "Microsoft.Extensions.Caching.Abstractions/6.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Caching.Memory/6.0.1": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "6.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.1", - "Microsoft.Extensions.Options": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.222.6406" - } - } - }, - "Microsoft.Extensions.Configuration/2.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions/6.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder/2.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "2.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection/6.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {}, - "Microsoft.Extensions.DependencyModel/3.0.0": { - "dependencies": { - "System.Text.Json": "6.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": { - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.0.19.46305" - } - } - }, - "Microsoft.Extensions.Diagnostics.HealthChecks/6.0.3": { - "dependencies": { - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "6.0.3", - "Microsoft.Extensions.Hosting.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.1", - "Microsoft.Extensions.Options": "6.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.322.12401" - } - } - }, - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/6.0.3": { - "runtime": { - "lib/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.322.12401" - } - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/6.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Hosting.Abstractions/6.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Http/6.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.1", - "Microsoft.Extensions.Options": "6.0.0" - } - }, - "Microsoft.Extensions.Logging/6.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "6.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.1", - "Microsoft.Extensions.Options": "6.0.0", - "System.Diagnostics.DiagnosticSource": "6.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions/6.0.1": { - "runtime": { - "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.322.12309" - } - } - }, - "Microsoft.Extensions.Options/6.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/2.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "2.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0" - } - }, - "Microsoft.Extensions.Primitives/6.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "Microsoft.IdentityModel.JsonWebTokens/6.10.0": { - "dependencies": { - "Microsoft.IdentityModel.Tokens": "6.10.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll": { - "assemblyVersion": "6.10.0.0", - "fileVersion": "6.10.0.20330" - } - } - }, - "Microsoft.IdentityModel.Logging/6.10.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll": { - "assemblyVersion": "6.10.0.0", - "fileVersion": "6.10.0.20330" - } - } - }, - "Microsoft.IdentityModel.Protocols/6.10.0": { - "dependencies": { - "Microsoft.IdentityModel.Logging": "6.10.0", - "Microsoft.IdentityModel.Tokens": "6.10.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll": { - "assemblyVersion": "6.10.0.0", - "fileVersion": "6.10.0.20330" - } - } - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.10.0": { - "dependencies": { - "Microsoft.IdentityModel.Protocols": "6.10.0", - "System.IdentityModel.Tokens.Jwt": "6.10.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { - "assemblyVersion": "6.10.0.0", - "fileVersion": "6.10.0.20330" - } - } - }, - "Microsoft.IdentityModel.Tokens/6.10.0": { - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "Microsoft.IdentityModel.Logging": "6.10.0", - "System.Security.Cryptography.Cng": "4.5.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll": { - "assemblyVersion": "6.10.0.0", - "fileVersion": "6.10.0.20330" - } - } - }, - "Microsoft.Net.Http.Headers/2.2.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0", - "System.Buffers": "4.5.0" - } - }, - "Microsoft.NETCore.Platforms/1.1.0": {}, - "Microsoft.NETCore.Targets/1.1.0": {}, - "Microsoft.OpenApi/1.2.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.OpenApi.dll": { - "assemblyVersion": "1.2.3.0", - "fileVersion": "1.2.3.0" - } - } - }, - "Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.19.6": {}, - "Microsoft.Win32.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "NETStandard.Library/1.6.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.2", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json/13.0.1": { - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.1.25517" - } - } - }, - "Newtonsoft.Json.Bson/1.0.2": { - "dependencies": { - "Newtonsoft.Json": "13.0.1" - }, - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.2.22727" - } - } - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.native.System/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Compression/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Http/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {}, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "Serilog/3.1.1": { - "runtime": { - "lib/net6.0/Serilog.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "3.1.1.0" - } - } - }, - "Serilog.AspNetCore/5.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Serilog": "3.1.1", - "Serilog.Extensions.Hosting": "4.2.0", - "Serilog.Formatting.Compact": "1.1.0", - "Serilog.Settings.Configuration": "3.3.0", - "Serilog.Sinks.Console": "5.0.1", - "Serilog.Sinks.Debug": "2.0.0", - "Serilog.Sinks.File": "5.0.0" - }, - "runtime": { - "lib/net5.0/Serilog.AspNetCore.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "5.0.0.0" - } - } - }, - "Serilog.Extensions.Hosting/4.2.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.1", - "Serilog": "3.1.1", - "Serilog.Extensions.Logging": "3.1.0" - }, - "runtime": { - "lib/netstandard2.1/Serilog.Extensions.Hosting.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "4.2.0.0" - } - } - }, - "Serilog.Extensions.Logging/3.1.0": { - "dependencies": { - "Microsoft.Extensions.Logging": "6.0.0", - "Serilog": "3.1.1" - }, - "runtime": { - "lib/netstandard2.0/Serilog.Extensions.Logging.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "3.1.0.0" - } - } - }, - "Serilog.Formatting.Compact/1.1.0": { - "dependencies": { - "Serilog": "3.1.1" - }, - "runtime": { - "lib/netstandard2.0/Serilog.Formatting.Compact.dll": { - "assemblyVersion": "1.1.0.0", - "fileVersion": "1.1.0.0" - } - } - }, - "Serilog.Settings.Configuration/3.3.0": { - "dependencies": { - "Microsoft.Extensions.DependencyModel": "3.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "2.0.0", - "Serilog": "3.1.1" - }, - "runtime": { - "lib/netstandard2.0/Serilog.Settings.Configuration.dll": { - "assemblyVersion": "3.3.0.0", - "fileVersion": "3.3.0.0" - } - } - }, - "Serilog.Sinks.Console/5.0.1": { - "dependencies": { - "Serilog": "3.1.1" - }, - "runtime": { - "lib/net6.0/Serilog.Sinks.Console.dll": { - "assemblyVersion": "5.0.1.0", - "fileVersion": "5.0.1.0" - } - } - }, - "Serilog.Sinks.Debug/2.0.0": { - "dependencies": { - "Serilog": "3.1.1" - }, - "runtime": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.0" - } - } - }, - "Serilog.Sinks.File/5.0.0": { - "dependencies": { - "Serilog": "3.1.1" - }, - "runtime": { - "lib/net5.0/Serilog.Sinks.File.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.0" - } - } - }, - "Serilog.Sinks.PeriodicBatching/2.1.1": { - "dependencies": { - "Serilog": "3.1.1", - "System.Collections.Concurrent": "4.3.0", - "System.Threading.Timer": "4.3.0" - }, - "runtime": { - "lib/netstandard1.2/Serilog.Sinks.PeriodicBatching.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.1.1.0" - } - } - }, - "Serilog.Sinks.Seq/4.0.0": { - "dependencies": { - "NETStandard.Library": "1.6.1", - "Serilog": "3.1.1", - "Serilog.Formatting.Compact": "1.1.0", - "Serilog.Sinks.File": "5.0.0", - "Serilog.Sinks.PeriodicBatching": "2.1.1", - "System.Net.Http": "4.3.2" - }, - "runtime": { - "lib/netstandard1.3/Serilog.Sinks.Seq.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.0.0.0" - } - } - }, - "Swashbuckle.AspNetCore/6.3.0": { - "dependencies": { - "Microsoft.Extensions.ApiDescription.Server": "3.0.0", - "Swashbuckle.AspNetCore.Swagger": "6.5.0", - "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0", - "Swashbuckle.AspNetCore.SwaggerUI": "6.3.0" - } - }, - "Swashbuckle.AspNetCore.Newtonsoft/6.5.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "6.0.3", - "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0" - }, - "runtime": { - "lib/net6.0/Swashbuckle.AspNetCore.Newtonsoft.dll": { - "assemblyVersion": "6.5.0.0", - "fileVersion": "6.5.0.0" - } - } - }, - "Swashbuckle.AspNetCore.Swagger/6.5.0": { - "dependencies": { - "Microsoft.OpenApi": "1.2.3" - }, - "runtime": { - "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": { - "assemblyVersion": "6.5.0.0", - "fileVersion": "6.5.0.0" - } - } - }, - "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": { - "dependencies": { - "Swashbuckle.AspNetCore.Swagger": "6.5.0" - }, - "runtime": { - "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { - "assemblyVersion": "6.5.0.0", - "fileVersion": "6.5.0.0" - } - } - }, - "Swashbuckle.AspNetCore.SwaggerUI/6.3.0": { - "runtime": { - "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { - "assemblyVersion": "6.3.0.0", - "fileVersion": "6.3.0.0" - } - } - }, - "System.AppContext/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers/4.5.0": {}, - "System.Collections/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable/6.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Console/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Diagnostics.Debug/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource/6.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Diagnostics.Tools/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IdentityModel.Tokens.Jwt/6.10.0": { - "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "6.10.0", - "Microsoft.IdentityModel.Tokens": "6.10.0" - }, - "runtime": { - "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll": { - "assemblyVersion": "6.10.0.0", - "fileVersion": "6.10.0.20330" - } - } - }, - "System.IO/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.5.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile/4.3.0": { - "dependencies": { - "System.Buffers": "4.5.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Linq/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Memory/4.5.3": {}, - "System.Net.Http/4.3.2": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Reflection/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": {}, - "System.Runtime.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics/4.3.0": { - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng/4.5.0": {}, - "System.Security.Cryptography.Csp/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.5.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Text.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web/6.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Text.Json/6.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "6.0.0" - } - }, - "System.Text.RegularExpressions/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Tasks/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Timer/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Xml.ReaderWriter/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - } - } - }, - "libraries": { - "Web.Shopping.HttpAggregator/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "AspNetCore.HealthChecks.UI.Client/6.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-I4ZZ1rcQpkPXf0GsDMfLptPdYUdKLaWB2MjoOc5er9FhX5BN88sxeBd6Q1S33Pnoq0YZjOT1yBoAJKIcZ/PBQA==", - "path": "aspnetcore.healthchecks.ui.client/6.0.4", - "hashPath": "aspnetcore.healthchecks.ui.client.6.0.4.nupkg.sha512" - }, - "AspNetCore.HealthChecks.UI.Core/6.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iVMHvU8S+Vbz7JohEj+9XeRpksJVHqBy/t4jE3NdNBEGABuIWR34b26LaH4HSOBAYJjjus5h0+a5PfBDsoXKEQ==", - "path": "aspnetcore.healthchecks.ui.core/6.0.4", - "hashPath": "aspnetcore.healthchecks.ui.core.6.0.4.nupkg.sha512" - }, - "AspNetCore.HealthChecks.Uris/6.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-EY0Vh8s2UrbnyvM/QhbyYuCnbrBw36BKkdh5LqdINxqAGnlPFQXf+/UoNlH/76MTEyg+nvdp2wjr5MqWDkVFaQ==", - "path": "aspnetcore.healthchecks.uris/6.0.3", - "hashPath": "aspnetcore.healthchecks.uris.6.0.3.nupkg.sha512" - }, - "Google.Protobuf/3.25.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-g/xIIeLhR77bl4ajGGbPYRmZf5acJlCRaSBqUnU8+2aQYREnZnv+UccRNndHof4mWO1ORS0b5i6on40VOjBpsg==", - "path": "google.protobuf/3.25.2", - "hashPath": "google.protobuf.3.25.2.nupkg.sha512" - }, - "Grpc.AspNetCore.Server/2.60.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BwBvT8WJm5YfUtRdUxG1iqxd1p0rVo3GC/+gM93vS2MvQQa+E9o8PH6hrTrS9OMXeN3IzpU0yv27QBryl4OKZw==", - "path": "grpc.aspnetcore.server/2.60.0", - "hashPath": "grpc.aspnetcore.server.2.60.0.nupkg.sha512" - }, - "Grpc.AspNetCore.Server.ClientFactory/2.60.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QjhyB/vW1RkvdT2ddxvsOzA5gRhiYxGww3VMXlXVBXD2rKrSj9m8Z3BlatdTtiM+W+zsMfgoggxCIIktcxyWkA==", - "path": "grpc.aspnetcore.server.clientfactory/2.60.0", - "hashPath": "grpc.aspnetcore.server.clientfactory.2.60.0.nupkg.sha512" - }, - "Grpc.Core/2.45.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Fu3XbHa2KIk2qDDtGZuKCLoiCD6+BgycyNP63WwOSRWyksf9e5cF3cPKplD6qP+6AaGqOG8rf41r7+vUqAKacg==", - "path": "grpc.core/2.45.0", - "hashPath": "grpc.core.2.45.0.nupkg.sha512" - }, - "Grpc.Core.Api/2.60.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VWah+8dGJhhsay5BQ/Ljq6GYDWj0lSjdzqyoBgUQhXTbBqhs+q5dRFROKxI1xxzlL4pfUO45cf/y+KnHVFG9ew==", - "path": "grpc.core.api/2.60.0", - "hashPath": "grpc.core.api.2.60.0.nupkg.sha512" - }, - "Grpc.Net.Client/2.60.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-J9U96gjZHOcqSgAThg9vZZhLsbTD005bUggPtMP/RVQnGc3+tQJTpkRUCJtJWq9cykNydsRVoyU38TjPP/VJ4A==", - "path": "grpc.net.client/2.60.0", - "hashPath": "grpc.net.client.2.60.0.nupkg.sha512" - }, - "Grpc.Net.ClientFactory/2.60.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lCUZjbv6TtI1FbOUE593PLCkXqW2Yrf3KsFfzxIMdJ54o4ELwCEQ26xjfrm+hMTefiXxvXf9FO7zL1rGLWWSig==", - "path": "grpc.net.clientfactory/2.60.0", - "hashPath": "grpc.net.clientfactory.2.60.0.nupkg.sha512" - }, - "Grpc.Net.Common/2.60.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Y/917aplgD1RA0q1cd9WpnMGyl9Luu3WZl6ZMpPvNQwg2TNw/3uXUDSriDBybeCtxnKUCtxUcWO3WsVkhM1DcA==", - "path": "grpc.net.common/2.60.0", - "hashPath": "grpc.net.common.2.60.0.nupkg.sha512" - }, - "Grpc.Tools/2.45.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-89VbpPmPAvNXMuyPeG4UH8ze2+5sZKb9REUMGVM5iys+HpSoWfihdO2O17+NTtJs5GXtbjfxbDeE7ZzMHtXI4Q==", - "path": "grpc.tools/2.45.0", - "hashPath": "grpc.tools.2.45.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.JwtBearer/6.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yXadCTYfe0AhgVZxLhG4ltra1BhteDumot2YRtQLOpJIVIPzanNsbFjeXomXiWWiU8qWNrK++gGYox3DaJBThg==", - "path": "microsoft.aspnetcore.authentication.jwtbearer/6.0.3", - "hashPath": "microsoft.aspnetcore.authentication.jwtbearer.6.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Diagnostics.HealthChecks/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RNmdLy9yncTprony49cuwhyTKoROpVflGM+pKlHA1671F00QUsjoY1Oi6xoa9XsUrfRDRYlxbt2CHYCMLzMh7Q==", - "path": "microsoft.aspnetcore.diagnostics.healthchecks/2.2.0", - "hashPath": "microsoft.aspnetcore.diagnostics.healthchecks.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http.Abstractions/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Nxs7Z1q3f1STfLYKJSVXCs1iBl+Ya6E8o4Oy1bCxJ/rNI44E/0f6tbsrVqAWfB7jlnJfyaAtIalBVxPKUPQb4Q==", - "path": "microsoft.aspnetcore.http.abstractions/2.2.0", - "hashPath": "microsoft.aspnetcore.http.abstractions.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http.Features/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ziFz5zH8f33En4dX81LW84I6XrYXKf9jg6aM39cM+LffN9KJahViKZ61dGMSO2gd3e+qe5yBRwsesvyqlZaSMg==", - "path": "microsoft.aspnetcore.http.features/2.2.0", - "hashPath": "microsoft.aspnetcore.http.features.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.JsonPatch/6.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eObF1OgvkQHJXmDMcMYM/oRZ1Vk939UZr2QShBsXoY01AkS+7nczgzzWdNd2TutlNx6AWZKBizg/sBCOXQDPbg==", - "path": "microsoft.aspnetcore.jsonpatch/6.0.3", - "hashPath": "microsoft.aspnetcore.jsonpatch.6.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/6.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h0ZMz0yR6HiqjKo2wrZP4WWBaioelPDljvCewdl6Qo7n2iTZpIRjukB0O5idyzATUJRDKltBDex0pGLH3Q0utQ==", - "path": "microsoft.aspnetcore.mvc.newtonsoftjson/6.0.3", - "hashPath": "microsoft.aspnetcore.mvc.newtonsoftjson.6.0.3.nupkg.sha512" - }, - "Microsoft.CSharp/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", - "path": "microsoft.csharp/4.7.0", - "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore/6.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hoZtatDA6zL/+gMXXkG3UNsF6iWguC9OkJeYUepqyPEF2mjFajga+DxS4H/UODs7HWo9oNCnhi2Q/BE9T0lg2g==", - "path": "microsoft.entityframeworkcore/6.0.2", - "hashPath": "microsoft.entityframeworkcore.6.0.2.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Abstractions/6.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-71hgKvRpMebTp9bKZB86w3uRXQAJzTeksZ4EyO1/OKj/AoL8/8IU31kHHcIFAfX/D0uefl4rO6jWgh3OaR41pQ==", - "path": "microsoft.entityframeworkcore.abstractions/6.0.2", - "hashPath": "microsoft.entityframeworkcore.abstractions.6.0.2.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Analyzers/6.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pHUMjXPeWqyZS2OfkQsDC1Qdk30JVcPNDUxEVhOTDAJvyUN4EuBFYbnniQ9RLHbWAw8IkEwVAAo6v/ICmT4/dw==", - "path": "microsoft.entityframeworkcore.analyzers/6.0.2", - "hashPath": "microsoft.entityframeworkcore.analyzers.6.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.ApiDescription.Server/3.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LH4OE/76F6sOCslif7+Xh3fS/wUUrE5ryeXAMcoCnuwOQGT5Smw0p57IgDh/pHgHaGz/e+AmEQb7pRgb++wt0w==", - "path": "microsoft.extensions.apidescription.server/3.0.0", - "hashPath": "microsoft.extensions.apidescription.server.3.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.Abstractions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bcz5sSFJbganH0+YrfvIjJDIcKNW7TL07C4d1eTmXy/wOt52iz4LVogJb6pazs7W0+74j0YpXFErvp++Aq5Bsw==", - "path": "microsoft.extensions.caching.abstractions/6.0.0", - "hashPath": "microsoft.extensions.caching.abstractions.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.Memory/6.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-B4y+Cev05eMcjf1na0v9gza6GUtahXbtY1JCypIgx3B4Ea/KAgsWyXEmW4q6zMbmTMtKzmPVk09rvFJirvMwTg==", - "path": "microsoft.extensions.caching.memory/6.0.1", - "hashPath": "microsoft.extensions.caching.memory.6.0.1.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SsI4RqI8EH00+cYO96tbftlh87sNUv1eeyuBU1XZdQkG0RrHAOjWgl7P0FoLeTSMXJpOnfweeOWj2d1/5H3FxA==", - "path": "microsoft.extensions.configuration/2.0.0", - "hashPath": "microsoft.extensions.configuration.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qWzV9o+ZRWq+pGm+1dF+R7qTgTYoXvbyowRoBxQJGfqTpqDun2eteerjRQhq5PQ/14S+lqto3Ft4gYaRyl4rdQ==", - "path": "microsoft.extensions.configuration.abstractions/6.0.0", - "hashPath": "microsoft.extensions.configuration.abstractions.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Binder/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IznHHzGUtrdpuQqIUdmzF6TYPcsYHONhHh3o9dGp39sX/9Zfmt476UnhvU0UhXgJnXXAikt/MpN6AuSLCCMdEQ==", - "path": "microsoft.extensions.configuration.binder/2.0.0", - "hashPath": "microsoft.extensions.configuration.binder.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==", - "path": "microsoft.extensions.dependencyinjection/6.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/6.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyModel/3.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Iaectmzg9Dc4ZbKX/FurrRjgO/I8rTumL5UU+Uube6vZuGetcnXoIgTA94RthFWePhdMVm8MMhVFJZdbzMsdyQ==", - "path": "microsoft.extensions.dependencymodel/3.0.0", - "hashPath": "microsoft.extensions.dependencymodel.3.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics.HealthChecks/6.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-40UC2S44InRlbK/DcyHX8yYaMucuOi/U9FfPSzroMhmkz8idSiFWSoBXhj8WlsNc94uzdr7hcm8kG4OXD1VFDg==", - "path": "microsoft.extensions.diagnostics.healthchecks/6.0.3", - "hashPath": "microsoft.extensions.diagnostics.healthchecks.6.0.3.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/6.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lyG8VQ0UZt3olNC3J1plDOkUav3JQ8cZHBLaF4+o4TebMyDVPsLWNcqXrrm9TvZBAtByOqh3CLvjI5COIVH5nA==", - "path": "microsoft.extensions.diagnostics.healthchecks.abstractions/6.0.3", - "hashPath": "microsoft.extensions.diagnostics.healthchecks.abstractions.6.0.3.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Abstractions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0pd4/fho0gC12rQswaGQxbU34jOS1TPS8lZPpkFCH68ppQjHNHYle9iRuHeev1LhrJ94YPvzcRd8UmIuFk23Qw==", - "path": "microsoft.extensions.fileproviders.abstractions/6.0.0", - "hashPath": "microsoft.extensions.fileproviders.abstractions.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.Abstractions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GcT5l2CYXL6Sa27KCSh0TixsRfADUgth+ojQSD5EkzisZxmGFh7CwzkcYuGwvmXLjr27uWRNrJ2vuuEjMhU05Q==", - "path": "microsoft.extensions.hosting.abstractions/6.0.0", - "hashPath": "microsoft.extensions.hosting.abstractions.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Http/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-15+pa2G0bAMHbHewaQIdr/y6ag2H3yh4rd9hTXavtWDzQBkvpe2RMqFg8BxDpcQWssmjmBApGPcw93QRz6YcMg==", - "path": "microsoft.extensions.http/6.0.0", - "hashPath": "microsoft.extensions.http.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==", - "path": "microsoft.extensions.logging/6.0.0", - "hashPath": "microsoft.extensions.logging.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/6.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dzB2Cgg+JmrouhjkcQGzSFjjvpwlq353i8oBQO2GWNjCXSzhbtBRUf28HSauWe7eib3wYOdb3tItdjRwAdwCSg==", - "path": "microsoft.extensions.logging.abstractions/6.0.1", - "hashPath": "microsoft.extensions.logging.abstractions.6.0.1.nupkg.sha512" - }, - "Microsoft.Extensions.Options/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==", - "path": "microsoft.extensions.options/6.0.0", - "hashPath": "microsoft.extensions.options.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Y/lGICwO27fCkQRK3tZseVzFjZaxfGmui990E67sB4MuiPzdJHnJDS/BeYWrHShSSBgCl4KyKRx4ux686fftPg==", - "path": "microsoft.extensions.options.configurationextensions/2.0.0", - "hashPath": "microsoft.extensions.options.configurationextensions.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==", - "path": "microsoft.extensions.primitives/6.0.0", - "hashPath": "microsoft.extensions.primitives.6.0.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.JsonWebTokens/6.10.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0qjS31rN1MQTc46tAYbzmMTSRfdV5ndZxSjYxIGqKSidd4wpNJfNII/pdhU5Fx8olarQoKL9lqqYw4yNOIwT0Q==", - "path": "microsoft.identitymodel.jsonwebtokens/6.10.0", - "hashPath": "microsoft.identitymodel.jsonwebtokens.6.10.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Logging/6.10.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zbcwV6esnNzhZZ/VP87dji6VrUBLB5rxnZBkDMqNYpyG+nrBnBsbm4PUYLCBMUflHCM9EMLDG0rLnqqT+l0ldA==", - "path": "microsoft.identitymodel.logging/6.10.0", - "hashPath": "microsoft.identitymodel.logging.6.10.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols/6.10.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DFyXD0xylP+DknCT3hzJ7q/Q5qRNu0hO/gCU90O0ATdR0twZmlcuY9RNYaaDofXKVbzcShYNCFCGle2G/o8mkg==", - "path": "microsoft.identitymodel.protocols/6.10.0", - "hashPath": "microsoft.identitymodel.protocols.6.10.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.10.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LVvMXAWPbPeEWTylDrxunlHH2wFyE4Mv0L4gZrJHC4HTESbWHquKZb/y/S8jgiQEDycOP0PDQvbG4RR/tr2TVQ==", - "path": "microsoft.identitymodel.protocols.openidconnect/6.10.0", - "hashPath": "microsoft.identitymodel.protocols.openidconnect.6.10.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Tokens/6.10.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qbf1NslutDB4oLrriYTJpy7oB1pbh2ej2lEHd2IPDQH9C74ysOdhU5wAC7KoXblldbo7YsNR2QYFOqQM/b0Rsg==", - "path": "microsoft.identitymodel.tokens/6.10.0", - "hashPath": "microsoft.identitymodel.tokens.6.10.0.nupkg.sha512" - }, - "Microsoft.Net.Http.Headers/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iZNkjYqlo8sIOI0bQfpsSoMTmB/kyvmV2h225ihyZT33aTp48ZpF6qYnXxzSXmHt8DpBAwBTX+1s1UFLbYfZKg==", - "path": "microsoft.net.http.headers/2.2.0", - "hashPath": "microsoft.net.http.headers.2.2.0.nupkg.sha512" - }, - "Microsoft.NETCore.Platforms/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", - "path": "microsoft.netcore.platforms/1.1.0", - "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512" - }, - "Microsoft.NETCore.Targets/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", - "path": "microsoft.netcore.targets/1.1.0", - "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512" - }, - "Microsoft.OpenApi/1.2.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==", - "path": "microsoft.openapi/1.2.3", - "hashPath": "microsoft.openapi.1.2.3.nupkg.sha512" - }, - "Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.19.6": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7GOQdMzQcH7o/bPFL/I2kQEgMnq2pYZ+exhGb9nNqs624K9w2jB2zieh4sOH9+a01i/G9iTWfeUI3IGMF7SKNg==", - "path": "microsoft.visualstudio.azure.containers.tools.targets/1.19.6", - "hashPath": "microsoft.visualstudio.azure.containers.tools.targets.1.19.6.nupkg.sha512" - }, - "Microsoft.Win32.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "path": "microsoft.win32.primitives/4.3.0", - "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512" - }, - "NETStandard.Library/1.6.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "path": "netstandard.library/1.6.1", - "hashPath": "netstandard.library.1.6.1.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==", - "path": "newtonsoft.json/13.0.1", - "hashPath": "newtonsoft.json.13.0.1.nupkg.sha512" - }, - "Newtonsoft.Json.Bson/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", - "path": "newtonsoft.json.bson/1.0.2", - "hashPath": "newtonsoft.json.bson.1.0.2.nupkg.sha512" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==", - "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==", - "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==", - "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.native.System/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "path": "runtime.native.system/4.3.0", - "hashPath": "runtime.native.system.4.3.0.nupkg.sha512" - }, - "runtime.native.System.IO.Compression/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "path": "runtime.native.system.io.compression/4.3.0", - "hashPath": "runtime.native.system.io.compression.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Net.Http/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "path": "runtime.native.system.net.http/4.3.0", - "hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "path": "runtime.native.system.security.cryptography.apple/4.3.0", - "hashPath": "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "path": "runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==", - "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==", - "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==", - "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0", - "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==", - "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==", - "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==", - "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==", - "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==", - "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "Serilog/3.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-P6G4/4Kt9bT635bhuwdXlJ2SCqqn2nhh4gqFqQueCOr9bK/e7W9ll/IoX1Ter948cV2Z/5+5v8pAfJYUISY03A==", - "path": "serilog/3.1.1", - "hashPath": "serilog.3.1.1.nupkg.sha512" - }, - "Serilog.AspNetCore/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/JO/txIxRR61x1UXQAgUzG2Sx05o1QHCkokVBWrKzmAoDu+p5EtCAj7L/TVVg7Ezhh3GPiZ0JI9OJCmRO9tSRw==", - "path": "serilog.aspnetcore/5.0.0", - "hashPath": "serilog.aspnetcore.5.0.0.nupkg.sha512" - }, - "Serilog.Extensions.Hosting/4.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gT2keceCmPQR9EX0VpXQZvUgELdfE7yqJ7MOxBhm3WLCblcvRgswEOOTgok/DHObbM15A3V/DtF3VdVDQPIZzQ==", - "path": "serilog.extensions.hosting/4.2.0", - "hashPath": "serilog.extensions.hosting.4.2.0.nupkg.sha512" - }, - "Serilog.Extensions.Logging/3.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IWfem7wfrFbB3iw1OikqPFNPEzfayvDuN4WP7Ue1AVFskalMByeWk3QbtUXQR34SBkv1EbZ3AySHda/ErDgpcg==", - "path": "serilog.extensions.logging/3.1.0", - "hashPath": "serilog.extensions.logging.3.1.0.nupkg.sha512" - }, - "Serilog.Formatting.Compact/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pNroKVjo+rDqlxNG5PXkRLpfSCuDOBY0ri6jp9PLe505ljqwhwZz8ospy2vWhQlFu5GkIesh3FcDs4n7sWZODA==", - "path": "serilog.formatting.compact/1.1.0", - "hashPath": "serilog.formatting.compact.1.1.0.nupkg.sha512" - }, - "Serilog.Settings.Configuration/3.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7GNudISZwqaT902hqEL2OFGTZeUFWfnrNLupJkOqeF41AR3GjcxX+Hwb30xb8gG2/CDXsCMVfF8o0+8KY0fJNg==", - "path": "serilog.settings.configuration/3.3.0", - "hashPath": "serilog.settings.configuration.3.3.0.nupkg.sha512" - }, - "Serilog.Sinks.Console/5.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6Jt8jl9y2ey8VV7nVEUAyjjyxjAQuvd5+qj4XYAT9CwcsvR70HHULGBeD+K2WCALFXf7CFsNQT4lON6qXcu2AA==", - "path": "serilog.sinks.console/5.0.1", - "hashPath": "serilog.sinks.console.5.0.1.nupkg.sha512" - }, - "Serilog.Sinks.Debug/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Y6g3OBJ4JzTyyw16fDqtFcQ41qQAydnEvEqmXjhwhgjsnG/FaJ8GUqF5ldsC/bVkK8KYmqrPhDO+tm4dF6xx4A==", - "path": "serilog.sinks.debug/2.0.0", - "hashPath": "serilog.sinks.debug.2.0.0.nupkg.sha512" - }, - "Serilog.Sinks.File/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uwV5hdhWPwUH1szhO8PJpFiahqXmzPzJT/sOijH/kFgUx+cyoDTMM8MHD0adw9+Iem6itoibbUXHYslzXsLEAg==", - "path": "serilog.sinks.file/5.0.0", - "hashPath": "serilog.sinks.file.5.0.0.nupkg.sha512" - }, - "Serilog.Sinks.PeriodicBatching/2.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-L1iZtcEzQdEIYCPvhYJYB2RofPg+i1NhHJfS+DpXLyLSMS6OXebqaI1fxWhmJRIjD9D9BuXi23FkZTQDiP7cHw==", - "path": "serilog.sinks.periodicbatching/2.1.1", - "hashPath": "serilog.sinks.periodicbatching.2.1.1.nupkg.sha512" - }, - "Serilog.Sinks.Seq/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-02HTAboPlG6+/u63+o4bffS5f9VOLMn0/76OsK+Ii90IufoTO6YWIEzZ84KUYjmQnjToe0lrVbLa7qOJdUCYbg==", - "path": "serilog.sinks.seq/4.0.0", - "hashPath": "serilog.sinks.seq.4.0.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore/6.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3TAV6JqsJF2F5e5d/tiQuW/TlzKXB/n2IcL5QR1FP8ArmLhmPkpeHiLZ3+1YnJ5840/X5ApvpRRJpM9809IjTg==", - "path": "swashbuckle.aspnetcore/6.3.0", - "hashPath": "swashbuckle.aspnetcore.6.3.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.Newtonsoft/6.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-o1dOWCENDG3ViE8aFR9GpVTq8smsNkCXs3eonVaD3DziJgxAfkcOa0/syHtFSfpluh3bmnJ8isQh3S/T3hpz2Q==", - "path": "swashbuckle.aspnetcore.newtonsoft/6.5.0", - "hashPath": "swashbuckle.aspnetcore.newtonsoft.6.5.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.Swagger/6.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XWmCmqyFmoItXKFsQSwQbEAsjDKcxlNf1l+/Ki42hcb6LjKL8m5Db69OTvz5vLonMSRntYO1XLqz0OP+n3vKnA==", - "path": "swashbuckle.aspnetcore.swagger/6.5.0", - "hashPath": "swashbuckle.aspnetcore.swagger.6.5.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Y/qW8Qdg9OEs7V013tt+94OdPxbRdbhcEbw4NiwGvf4YBcfhL/y7qp/Mjv/cENsQ2L3NqJ2AOu94weBy/h4KvA==", - "path": "swashbuckle.aspnetcore.swaggergen/6.5.0", - "hashPath": "swashbuckle.aspnetcore.swaggergen.6.5.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.SwaggerUI/6.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OmVLGzyeNBFUAx6E/bqrZW4uxfv9q2MtegYzeHv5Dj8N34ry8104d6OcyRIV4BhwHBSFD1rMvDlPciguFMtQ5w==", - "path": "swashbuckle.aspnetcore.swaggerui/6.3.0", - "hashPath": "swashbuckle.aspnetcore.swaggerui.6.3.0.nupkg.sha512" - }, - "System.AppContext/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "path": "system.appcontext/4.3.0", - "hashPath": "system.appcontext.4.3.0.nupkg.sha512" - }, - "System.Buffers/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pL2ChpaRRWI/p4LXyy4RgeWlYF2sgfj/pnVMvBqwNFr5cXg7CXNnWZWxrOONLg8VGdFB8oB+EG2Qw4MLgTOe+A==", - "path": "system.buffers/4.5.0", - "hashPath": "system.buffers.4.5.0.nupkg.sha512" - }, - "System.Collections/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "path": "system.collections/4.3.0", - "hashPath": "system.collections.4.3.0.nupkg.sha512" - }, - "System.Collections.Concurrent/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "path": "system.collections.concurrent/4.3.0", - "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512" - }, - "System.Collections.Immutable/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==", - "path": "system.collections.immutable/6.0.0", - "hashPath": "system.collections.immutable.6.0.0.nupkg.sha512" - }, - "System.Console/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "path": "system.console/4.3.0", - "hashPath": "system.console.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Debug/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "path": "system.diagnostics.debug/4.3.0", - "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.DiagnosticSource/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==", - "path": "system.diagnostics.diagnosticsource/6.0.0", - "hashPath": "system.diagnostics.diagnosticsource.6.0.0.nupkg.sha512" - }, - "System.Diagnostics.Tools/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "path": "system.diagnostics.tools/4.3.0", - "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tracing/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "path": "system.diagnostics.tracing/4.3.0", - "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512" - }, - "System.Globalization/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "path": "system.globalization/4.3.0", - "hashPath": "system.globalization.4.3.0.nupkg.sha512" - }, - "System.Globalization.Calendars/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "path": "system.globalization.calendars/4.3.0", - "hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512" - }, - "System.Globalization.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "path": "system.globalization.extensions/4.3.0", - "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512" - }, - "System.IdentityModel.Tokens.Jwt/6.10.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-C+Q5ORsFycRkRuvy/Xd0Pv5xVpmWSAvQYZAGs7VQogmkqlLhvfZXTgBIlHqC3cxkstSoLJAYx6xZB7foQ2y5eg==", - "path": "system.identitymodel.tokens.jwt/6.10.0", - "hashPath": "system.identitymodel.tokens.jwt.6.10.0.nupkg.sha512" - }, - "System.IO/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "path": "system.io/4.3.0", - "hashPath": "system.io.4.3.0.nupkg.sha512" - }, - "System.IO.Compression/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "path": "system.io.compression/4.3.0", - "hashPath": "system.io.compression.4.3.0.nupkg.sha512" - }, - "System.IO.Compression.ZipFile/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "path": "system.io.compression.zipfile/4.3.0", - "hashPath": "system.io.compression.zipfile.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "path": "system.io.filesystem/4.3.0", - "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "path": "system.io.filesystem.primitives/4.3.0", - "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512" - }, - "System.Linq/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "path": "system.linq/4.3.0", - "hashPath": "system.linq.4.3.0.nupkg.sha512" - }, - "System.Linq.Expressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "path": "system.linq.expressions/4.3.0", - "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512" - }, - "System.Memory/4.5.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3oDzvc/zzetpTKWMShs1AADwZjQ/36HnsufHRPcOjyRAAMLDlu2iD33MBI2opxnezcVUtXyqDXXjoFMOU9c7SA==", - "path": "system.memory/4.5.3", - "hashPath": "system.memory.4.5.3.nupkg.sha512" - }, - "System.Net.Http/4.3.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-y7hv0o0weI0j0mvEcBOdt1F3CAADiWlcw3e54m8TfYiRmBPDIsHElx8QUPDlY4x6yWXKPGN0Z2TuXCTPgkm5WQ==", - "path": "system.net.http/4.3.2", - "hashPath": "system.net.http.4.3.2.nupkg.sha512" - }, - "System.Net.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "path": "system.net.primitives/4.3.0", - "hashPath": "system.net.primitives.4.3.0.nupkg.sha512" - }, - "System.Net.Sockets/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "path": "system.net.sockets/4.3.0", - "hashPath": "system.net.sockets.4.3.0.nupkg.sha512" - }, - "System.ObjectModel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "path": "system.objectmodel/4.3.0", - "hashPath": "system.objectmodel.4.3.0.nupkg.sha512" - }, - "System.Reflection/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "path": "system.reflection/4.3.0", - "hashPath": "system.reflection.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "path": "system.reflection.emit/4.3.0", - "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "path": "system.reflection.emit.ilgeneration/4.3.0", - "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "path": "system.reflection.emit.lightweight/4.3.0", - "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512" - }, - "System.Reflection.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "path": "system.reflection.extensions/4.3.0", - "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512" - }, - "System.Reflection.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "path": "system.reflection.primitives/4.3.0", - "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512" - }, - "System.Reflection.TypeExtensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "path": "system.reflection.typeextensions/4.3.0", - "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512" - }, - "System.Resources.ResourceManager/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "path": "system.resources.resourcemanager/4.3.0", - "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512" - }, - "System.Runtime/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "path": "system.runtime/4.3.0", - "hashPath": "system.runtime.4.3.0.nupkg.sha512" - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", - "path": "system.runtime.compilerservices.unsafe/6.0.0", - "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512" - }, - "System.Runtime.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "path": "system.runtime.extensions/4.3.0", - "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512" - }, - "System.Runtime.Handles/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "path": "system.runtime.handles/4.3.0", - "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "path": "system.runtime.interopservices/4.3.0", - "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "path": "system.runtime.interopservices.runtimeinformation/4.3.0", - "hashPath": "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512" - }, - "System.Runtime.Numerics/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "path": "system.runtime.numerics/4.3.0", - "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "path": "system.security.cryptography.algorithms/4.3.0", - "hashPath": "system.security.cryptography.algorithms.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Cng/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WG3r7EyjUe9CMPFSs6bty5doUqT+q9pbI80hlNzo2SkPkZ4VTuZkGWjpp77JB8+uaL4DFPRdBsAY+DX3dBK92A==", - "path": "system.security.cryptography.cng/4.5.0", - "hashPath": "system.security.cryptography.cng.4.5.0.nupkg.sha512" - }, - "System.Security.Cryptography.Csp/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "path": "system.security.cryptography.csp/4.3.0", - "hashPath": "system.security.cryptography.csp.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "path": "system.security.cryptography.encoding/4.3.0", - "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "path": "system.security.cryptography.openssl/4.3.0", - "hashPath": "system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "path": "system.security.cryptography.primitives/4.3.0", - "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "path": "system.security.cryptography.x509certificates/4.3.0", - "hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "path": "system.text.encoding/4.3.0", - "hashPath": "system.text.encoding.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "path": "system.text.encoding.extensions/4.3.0", - "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512" - }, - "System.Text.Encodings.Web/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", - "path": "system.text.encodings.web/6.0.0", - "hashPath": "system.text.encodings.web.6.0.0.nupkg.sha512" - }, - "System.Text.Json/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zaJsHfESQvJ11vbXnNlkrR46IaMULk/gHxYsJphzSF+07kTjPHv+Oc14w6QEOfo3Q4hqLJgStUaYB9DBl0TmWg==", - "path": "system.text.json/6.0.0", - "hashPath": "system.text.json.6.0.0.nupkg.sha512" - }, - "System.Text.RegularExpressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "path": "system.text.regularexpressions/4.3.0", - "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512" - }, - "System.Threading/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "path": "system.threading/4.3.0", - "hashPath": "system.threading.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "path": "system.threading.tasks/4.3.0", - "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==", - "path": "system.threading.tasks.extensions/4.3.0", - "hashPath": "system.threading.tasks.extensions.4.3.0.nupkg.sha512" - }, - "System.Threading.Timer/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "path": "system.threading.timer/4.3.0", - "hashPath": "system.threading.timer.4.3.0.nupkg.sha512" - }, - "System.Xml.ReaderWriter/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "path": "system.xml.readerwriter/4.3.0", - "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512" - }, - "System.Xml.XDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "path": "system.xml.xdocument/4.3.0", - "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Web.Shopping.HttpAggregator.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Web.Shopping.HttpAggregator.dll deleted file mode 100644 index 87140ba8..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Web.Shopping.HttpAggregator.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Web.Shopping.HttpAggregator.pdb b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Web.Shopping.HttpAggregator.pdb deleted file mode 100644 index 488ee514..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Web.Shopping.HttpAggregator.pdb and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Web.Shopping.HttpAggregator.runtimeconfig.json b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Web.Shopping.HttpAggregator.runtimeconfig.json deleted file mode 100644 index dfb1b77d..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Web.Shopping.HttpAggregator.runtimeconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net6.0", - "frameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "6.0.0" - }, - { - "name": "Microsoft.AspNetCore.App", - "version": "6.0.0" - } - ], - "configProperties": { - "System.GC.Server": true, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/appsettings.Development.json b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/appsettings.Development.json deleted file mode 100644 index 19b8c152..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/appsettings.Development.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "Logging": { - "IncludeScopes": false, - "Debug": { - "LogLevel": { - "Default": "Debug" - } - }, - "Console": { - "LogLevel": { - "Default": "Debug" - } - } - } -} diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/appsettings.json b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/appsettings.json deleted file mode 100644 index 94d5d985..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/appsettings.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "Serilog": { - "SeqServerUrl": null, - "LogstashgUrl": null, - "MinimumLevel": { - "Default": "Information", - "Override": { - "Microsoft": "Warning", - "Microsoft.eShopOnContainers": "Information", - "System": "Warning" - } - } - } -} diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/appsettings.localhost.json b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/appsettings.localhost.json deleted file mode 100644 index 18516267..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/appsettings.localhost.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "urls": { - "basket": "http://localhost:55105", - "catalog": "http://localhost:55101", - "orders": "http://localhost:55102", - "identity": "http://localhost:55105", - "grpcBasket": "http://localhost:5580", - "grpcCatalog": "http://localhost:81", - "grpcOrdering": "http://localhost:5581", - "coupon": "http://localhost:5106" - } -} diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/runtimes/linux-arm64/native/libgrpc_csharp_ext.arm64.so b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/runtimes/linux-arm64/native/libgrpc_csharp_ext.arm64.so deleted file mode 100755 index 6f927ca0..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/runtimes/linux-arm64/native/libgrpc_csharp_ext.arm64.so and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/runtimes/linux-x64/native/libgrpc_csharp_ext.x64.so b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/runtimes/linux-x64/native/libgrpc_csharp_ext.x64.so deleted file mode 100755 index 7523925d..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/runtimes/linux-x64/native/libgrpc_csharp_ext.x64.so and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/runtimes/osx-x64/native/libgrpc_csharp_ext.x64.dylib b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/runtimes/osx-x64/native/libgrpc_csharp_ext.x64.dylib deleted file mode 100755 index e2a7a8f8..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/runtimes/osx-x64/native/libgrpc_csharp_ext.x64.dylib and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/runtimes/win-x64/native/grpc_csharp_ext.x64.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/runtimes/win-x64/native/grpc_csharp_ext.x64.dll deleted file mode 100755 index b09d9b47..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/runtimes/win-x64/native/grpc_csharp_ext.x64.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/runtimes/win-x86/native/grpc_csharp_ext.x86.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/runtimes/win-x86/native/grpc_csharp_ext.x86.dll deleted file mode 100755 index 80f6ae14..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/runtimes/win-x86/native/grpc_csharp_ext.x86.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Google.Protobuf.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Google.Protobuf.dll deleted file mode 100755 index d5a89ae8..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Google.Protobuf.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Grpc.AspNetCore.Server.ClientFactory.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Grpc.AspNetCore.Server.ClientFactory.dll deleted file mode 100755 index 65571cd8..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Grpc.AspNetCore.Server.ClientFactory.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Grpc.AspNetCore.Server.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Grpc.AspNetCore.Server.dll deleted file mode 100755 index d98c0a0e..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Grpc.AspNetCore.Server.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Grpc.Core.Api.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Grpc.Core.Api.dll deleted file mode 100755 index ed6e2a5b..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Grpc.Core.Api.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Grpc.Core.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Grpc.Core.dll deleted file mode 100755 index bb33954e..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Grpc.Core.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Grpc.Net.Client.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Grpc.Net.Client.dll deleted file mode 100755 index 48779c9e..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Grpc.Net.Client.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Grpc.Net.ClientFactory.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Grpc.Net.ClientFactory.dll deleted file mode 100755 index 7ac5d955..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Grpc.Net.ClientFactory.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Grpc.Net.Common.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Grpc.Net.Common.dll deleted file mode 100755 index c9fe90d1..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Grpc.Net.Common.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/HealthChecks.UI.Client.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/HealthChecks.UI.Client.dll deleted file mode 100755 index 005cb03b..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/HealthChecks.UI.Client.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/HealthChecks.UI.Core.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/HealthChecks.UI.Core.dll deleted file mode 100755 index 94b166c4..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/HealthChecks.UI.Core.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/HealthChecks.Uris.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/HealthChecks.Uris.dll deleted file mode 100755 index 3b78ce50..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/HealthChecks.Uris.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll deleted file mode 100755 index ca767741..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.AspNetCore.JsonPatch.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.AspNetCore.JsonPatch.dll deleted file mode 100755 index f550437b..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.AspNetCore.JsonPatch.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll deleted file mode 100755 index 5babe393..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll deleted file mode 100755 index 89055379..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll deleted file mode 100755 index e981f871..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll deleted file mode 100755 index 25f2a7e6..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.IdentityModel.Logging.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.IdentityModel.Logging.dll deleted file mode 100755 index 4ffdb259..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.IdentityModel.Logging.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll deleted file mode 100755 index 6c736d2e..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.dll deleted file mode 100755 index 9f305083..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.IdentityModel.Tokens.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.IdentityModel.Tokens.dll deleted file mode 100755 index 83ec83a8..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.IdentityModel.Tokens.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.OpenApi.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.OpenApi.dll deleted file mode 100755 index 8ba2ce69..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.OpenApi.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Newtonsoft.Json.Bson.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Newtonsoft.Json.Bson.dll deleted file mode 100755 index e9b1dd22..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Newtonsoft.Json.Bson.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Newtonsoft.Json.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Newtonsoft.Json.dll deleted file mode 100755 index d035c38b..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Newtonsoft.Json.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.AspNetCore.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.AspNetCore.dll deleted file mode 100755 index 6c600139..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.AspNetCore.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Extensions.Hosting.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Extensions.Hosting.dll deleted file mode 100755 index 2204d101..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Extensions.Hosting.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Extensions.Logging.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Extensions.Logging.dll deleted file mode 100755 index f2f78c7b..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Extensions.Logging.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Formatting.Compact.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Formatting.Compact.dll deleted file mode 100755 index 7174b834..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Formatting.Compact.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Settings.Configuration.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Settings.Configuration.dll deleted file mode 100755 index 25692ac2..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Settings.Configuration.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Sinks.Console.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Sinks.Console.dll deleted file mode 100755 index 96c89a0d..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Sinks.Console.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Sinks.Debug.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Sinks.Debug.dll deleted file mode 100755 index 2bd024b1..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Sinks.Debug.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Sinks.File.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Sinks.File.dll deleted file mode 100755 index 29dc2fd3..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Sinks.File.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Sinks.Seq.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Sinks.Seq.dll deleted file mode 100755 index 9919e7e5..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Sinks.Seq.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.dll deleted file mode 100755 index 28c98dd3..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll deleted file mode 100755 index 14e84930..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Swashbuckle.AspNetCore.Swagger.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Swashbuckle.AspNetCore.Swagger.dll deleted file mode 100755 index 945d2992..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Swashbuckle.AspNetCore.Swagger.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll deleted file mode 100755 index 979b4a81..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll deleted file mode 100755 index ab4789e1..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll deleted file mode 100755 index c42b8d71..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Web.Shopping.HttpAggregator b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Web.Shopping.HttpAggregator deleted file mode 100755 index ae5439fe..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Web.Shopping.HttpAggregator and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Web.Shopping.HttpAggregator.deps.json b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Web.Shopping.HttpAggregator.deps.json deleted file mode 100644 index 42c2a5cb..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Web.Shopping.HttpAggregator.deps.json +++ /dev/null @@ -1,766 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v9.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v9.0": { - "Web.Shopping.HttpAggregator/1.0.0": { - "dependencies": { - "AspNetCore.HealthChecks.UI.Client": "8.0.1", - "AspNetCore.HealthChecks.Uris": "8.0.1", - "Google.Protobuf": "3.28.3", - "Grpc.AspNetCore.Server.ClientFactory": "2.70.0", - "Grpc.Core": "2.46.6", - "Grpc.Net.Client": "2.70.0", - "Microsoft.AspNetCore.Authentication.JwtBearer": "9.0.0", - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "9.0.0", - "Serilog.AspNetCore": "8.0.3", - "Serilog.Sinks.Console": "6.0.0", - "Serilog.Sinks.Seq": "8.0.0", - "Swashbuckle.AspNetCore": "7.2.0", - "Swashbuckle.AspNetCore.Newtonsoft": "7.2.0" - }, - "runtime": { - "Web.Shopping.HttpAggregator.dll": {} - } - }, - "AspNetCore.HealthChecks.UI.Client/8.0.1": { - "dependencies": { - "AspNetCore.HealthChecks.UI.Core": "8.0.1" - }, - "runtime": { - "lib/net8.0/HealthChecks.UI.Client.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.0" - } - } - }, - "AspNetCore.HealthChecks.UI.Core/8.0.1": { - "runtime": { - "lib/net6.0/HealthChecks.UI.Core.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.0" - } - } - }, - "AspNetCore.HealthChecks.Uris/8.0.1": { - "runtime": { - "lib/net5.0/HealthChecks.Uris.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.0" - } - } - }, - "Google.Protobuf/3.28.3": { - "runtime": { - "lib/net5.0/Google.Protobuf.dll": { - "assemblyVersion": "3.28.3.0", - "fileVersion": "3.28.3.0" - } - } - }, - "Grpc.AspNetCore.Server/2.70.0": { - "dependencies": { - "Grpc.Net.Common": "2.70.0" - }, - "runtime": { - "lib/net9.0/Grpc.AspNetCore.Server.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.70.0.0" - } - } - }, - "Grpc.AspNetCore.Server.ClientFactory/2.70.0": { - "dependencies": { - "Grpc.AspNetCore.Server": "2.70.0", - "Grpc.Net.ClientFactory": "2.70.0" - }, - "runtime": { - "lib/net9.0/Grpc.AspNetCore.Server.ClientFactory.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.70.0.0" - } - } - }, - "Grpc.Core/2.46.6": { - "dependencies": { - "Grpc.Core.Api": "2.70.0" - }, - "runtime": { - "lib/netstandard2.0/Grpc.Core.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.46.6.0" - } - }, - "runtimeTargets": { - "runtimes/linux-arm64/native/libgrpc_csharp_ext.arm64.so": { - "rid": "linux-arm64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/linux-x64/native/libgrpc_csharp_ext.x64.so": { - "rid": "linux-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/osx-x64/native/libgrpc_csharp_ext.x64.dylib": { - "rid": "osx-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x64/native/grpc_csharp_ext.x64.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x86/native/grpc_csharp_ext.x86.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "Grpc.Core.Api/2.70.0": { - "runtime": { - "lib/netstandard2.1/Grpc.Core.Api.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.70.0.0" - } - } - }, - "Grpc.Net.Client/2.70.0": { - "dependencies": { - "Grpc.Net.Common": "2.70.0" - }, - "runtime": { - "lib/net8.0/Grpc.Net.Client.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.70.0.0" - } - } - }, - "Grpc.Net.ClientFactory/2.70.0": { - "dependencies": { - "Grpc.Net.Client": "2.70.0" - }, - "runtime": { - "lib/net8.0/Grpc.Net.ClientFactory.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.70.0.0" - } - } - }, - "Grpc.Net.Common/2.70.0": { - "dependencies": { - "Grpc.Core.Api": "2.70.0" - }, - "runtime": { - "lib/net8.0/Grpc.Net.Common.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.70.0.0" - } - } - }, - "Microsoft.AspNetCore.Authentication.JwtBearer/9.0.0": { - "dependencies": { - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "8.0.1" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "9.0.0", - "Newtonsoft.Json": "13.0.3", - "Newtonsoft.Json.Bson": "1.0.2" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.Extensions.DependencyModel/8.0.2": { - "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { - "assemblyVersion": "8.0.0.2", - "fileVersion": "8.0.1024.46610" - } - } - }, - "Microsoft.IdentityModel.Abstractions/8.0.1": { - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "Microsoft.IdentityModel.JsonWebTokens/8.0.1": { - "dependencies": { - "Microsoft.IdentityModel.Tokens": "8.0.1" - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "Microsoft.IdentityModel.Logging/8.0.1": { - "dependencies": { - "Microsoft.IdentityModel.Abstractions": "8.0.1" - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Logging.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "Microsoft.IdentityModel.Protocols/8.0.1": { - "dependencies": { - "Microsoft.IdentityModel.Tokens": "8.0.1" - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Protocols.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/8.0.1": { - "dependencies": { - "Microsoft.IdentityModel.Protocols": "8.0.1", - "System.IdentityModel.Tokens.Jwt": "8.0.1" - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "Microsoft.IdentityModel.Tokens/8.0.1": { - "dependencies": { - "Microsoft.IdentityModel.Logging": "8.0.1" - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Tokens.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "Microsoft.OpenApi/1.6.22": { - "runtime": { - "lib/netstandard2.0/Microsoft.OpenApi.dll": { - "assemblyVersion": "1.6.22.0", - "fileVersion": "1.6.22.0" - } - } - }, - "Newtonsoft.Json/13.0.3": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" - } - } - }, - "Newtonsoft.Json.Bson/1.0.2": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.2.22727" - } - } - }, - "Serilog/4.0.0": { - "runtime": { - "lib/net8.0/Serilog.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.0.0.0" - } - } - }, - "Serilog.AspNetCore/8.0.3": { - "dependencies": { - "Serilog": "4.0.0", - "Serilog.Extensions.Hosting": "8.0.0", - "Serilog.Formatting.Compact": "2.0.0", - "Serilog.Settings.Configuration": "8.0.4", - "Serilog.Sinks.Console": "6.0.0", - "Serilog.Sinks.Debug": "2.0.0", - "Serilog.Sinks.File": "5.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.AspNetCore.dll": { - "assemblyVersion": "8.0.3.0", - "fileVersion": "8.0.3.0" - } - } - }, - "Serilog.Extensions.Hosting/8.0.0": { - "dependencies": { - "Serilog": "4.0.0", - "Serilog.Extensions.Logging": "8.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Extensions.Hosting.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "8.0.0.0" - } - } - }, - "Serilog.Extensions.Logging/8.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Extensions.Logging.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "8.0.0.0" - } - } - }, - "Serilog.Formatting.Compact/2.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net7.0/Serilog.Formatting.Compact.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.0" - } - } - }, - "Serilog.Settings.Configuration/8.0.4": { - "dependencies": { - "Microsoft.Extensions.DependencyModel": "8.0.2", - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Settings.Configuration.dll": { - "assemblyVersion": "8.0.4.0", - "fileVersion": "8.0.4.0" - } - } - }, - "Serilog.Sinks.Console/6.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Sinks.Console.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.0.0" - } - } - }, - "Serilog.Sinks.Debug/2.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.0" - } - } - }, - "Serilog.Sinks.File/5.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net5.0/Serilog.Sinks.File.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.0" - } - } - }, - "Serilog.Sinks.Seq/8.0.0": { - "dependencies": { - "Serilog": "4.0.0", - "Serilog.Sinks.File": "5.0.0" - }, - "runtime": { - "lib/net6.0/Serilog.Sinks.Seq.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.0.0" - } - } - }, - "Swashbuckle.AspNetCore/7.2.0": { - "dependencies": { - "Swashbuckle.AspNetCore.Swagger": "7.2.0", - "Swashbuckle.AspNetCore.SwaggerGen": "7.2.0", - "Swashbuckle.AspNetCore.SwaggerUI": "7.2.0" - } - }, - "Swashbuckle.AspNetCore.Newtonsoft/7.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "9.0.0", - "Swashbuckle.AspNetCore.SwaggerGen": "7.2.0" - }, - "runtime": { - "lib/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll": { - "assemblyVersion": "7.2.0.0", - "fileVersion": "7.2.0.956" - } - } - }, - "Swashbuckle.AspNetCore.Swagger/7.2.0": { - "dependencies": { - "Microsoft.OpenApi": "1.6.22" - }, - "runtime": { - "lib/net9.0/Swashbuckle.AspNetCore.Swagger.dll": { - "assemblyVersion": "7.2.0.0", - "fileVersion": "7.2.0.956" - } - } - }, - "Swashbuckle.AspNetCore.SwaggerGen/7.2.0": { - "dependencies": { - "Swashbuckle.AspNetCore.Swagger": "7.2.0" - }, - "runtime": { - "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { - "assemblyVersion": "7.2.0.0", - "fileVersion": "7.2.0.956" - } - } - }, - "Swashbuckle.AspNetCore.SwaggerUI/7.2.0": { - "runtime": { - "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { - "assemblyVersion": "7.2.0.0", - "fileVersion": "7.2.0.956" - } - } - }, - "System.IdentityModel.Tokens.Jwt/8.0.1": { - "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "8.0.1", - "Microsoft.IdentityModel.Tokens": "8.0.1" - }, - "runtime": { - "lib/net9.0/System.IdentityModel.Tokens.Jwt.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - } - } - }, - "libraries": { - "Web.Shopping.HttpAggregator/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "AspNetCore.HealthChecks.UI.Client/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nhC6KIoB/EtTbH3uGm2J6EHEUyTJuETUARFePbmrnA+zjbwsirzIVUQl46qIjvyPABhK0e7Rk+AxcRqC6zikqA==", - "path": "aspnetcore.healthchecks.ui.client/8.0.1", - "hashPath": "aspnetcore.healthchecks.ui.client.8.0.1.nupkg.sha512" - }, - "AspNetCore.HealthChecks.UI.Core/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Vn00MOJ1I0HSqyP7Bt9v0pr0AIgbrXMjL/KFwW+sRwLRogOtep8BWGimd8XYRCbCDLrAi7VSArU02f6pEIw69w==", - "path": "aspnetcore.healthchecks.ui.core/8.0.1", - "hashPath": "aspnetcore.healthchecks.ui.core.8.0.1.nupkg.sha512" - }, - "AspNetCore.HealthChecks.Uris/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A1ahRx4pdXjrSGlGFLoyoXOV4Lfp5sfs+OIGfvi14RwecIAac4xs6cP0Q8tw/rv4Ng+KAaYpzD4qhxXVwUcIyA==", - "path": "aspnetcore.healthchecks.uris/8.0.1", - "hashPath": "aspnetcore.healthchecks.uris.8.0.1.nupkg.sha512" - }, - "Google.Protobuf/3.28.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OewySX3aQCdKfMJsj2DzBMXQJPI+lm0CBzamU9ViFu3CU9tXYrQWqJ1CZ+/UWtkwOjUeIzbXmoOjRc7B8pbMrA==", - "path": "google.protobuf/3.28.3", - "hashPath": "google.protobuf.3.28.3.nupkg.sha512" - }, - "Grpc.AspNetCore.Server/2.70.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9d6JuMLSxwOX4zERV7HBwq1XL8DD48a6FSoxD5dDXrCz/o0HqMXE2+lRcXHckOlz1JCesznW8XMMJdsU1FfY7w==", - "path": "grpc.aspnetcore.server/2.70.0", - "hashPath": "grpc.aspnetcore.server.2.70.0.nupkg.sha512" - }, - "Grpc.AspNetCore.Server.ClientFactory/2.70.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-k4GrvUAgVWm7DyhnV55MHdX4bQSpZVEQmlZO3bdSmGZ+z6Hx+CwDlhqiReczCm6qbzSUbS1YW0t7z7UEObTwKA==", - "path": "grpc.aspnetcore.server.clientfactory/2.70.0", - "hashPath": "grpc.aspnetcore.server.clientfactory.2.70.0.nupkg.sha512" - }, - "Grpc.Core/2.46.6": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZoRg3KmOJ2urTF4+u3H0b1Yv10xzz2Y/flFWS2tnRmj8dbKLeiJaSRqu4LOBD3ova90evqLkVZ85kUkC4JT4lw==", - "path": "grpc.core/2.46.6", - "hashPath": "grpc.core.2.46.6.nupkg.sha512" - }, - "Grpc.Core.Api/2.70.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-66UotvWcSIq41oiQhLWcQACyKPM4umxXNiht5DQTLZJfNwEswWOcS7Z0xIEHyNIBE7ZpjotH22bEjTkvhPxmVw==", - "path": "grpc.core.api/2.70.0", - "hashPath": "grpc.core.api.2.70.0.nupkg.sha512" - }, - "Grpc.Net.Client/2.70.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xNv0FFCVJa5S1beUtye82WFCxKThuE1jbN8DO1x1Rj8VSIWXLBUmfSID5a1fGzsU2R/EMfwPoWclJ2RMfQuGXw==", - "path": "grpc.net.client/2.70.0", - "hashPath": "grpc.net.client.2.70.0.nupkg.sha512" - }, - "Grpc.Net.ClientFactory/2.70.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Qg+93oj/8RdEw3PnLZNNYWnWCWyJYC/ZYZcjeln/pLaxLaPvdXES1peiqSJUI4wLFZ1JwGlbWt8+nM1i2E7ihg==", - "path": "grpc.net.clientfactory/2.70.0", - "hashPath": "grpc.net.clientfactory.2.70.0.nupkg.sha512" - }, - "Grpc.Net.Common/2.70.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rBdEUMyCwa+iB8mqC6JKyPbj3SBHHkReJj/yy/XKJI63GcG6w9DJMMGTVcYHqq4Ci2W4m0HT4jt2pFfFscar8g==", - "path": "grpc.net.common/2.70.0", - "hashPath": "grpc.net.common.2.70.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.JwtBearer/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bs+1Pq3vQdS2lTyxNUd9fEhtMsq3eLUpK36k2t56iDMVrk6OrAoFtvrQrTK0Y0OetTcJrUkGU7hBlf+ORzHLqQ==", - "path": "microsoft.aspnetcore.authentication.jwtbearer/9.0.0", - "hashPath": "microsoft.aspnetcore.authentication.jwtbearer.9.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/4UONYoAIeexPoAmbzBPkVGA6KAY7t0BM+1sr0fKss2V1ERCdcM+Llub4X5Ma+LJ60oPp6KzM0e3j+Pp/JHCNw==", - "path": "microsoft.aspnetcore.jsonpatch/9.0.0", - "hashPath": "microsoft.aspnetcore.jsonpatch.9.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTFDEmZi3GheCSPrBxzyE63+d5unln2vYldo/nOm1xet/4rpEk2oJYcwpclPQ13E+LZBF9XixkgwYTUwqznlWg==", - "path": "microsoft.aspnetcore.mvc.newtonsoftjson/9.0.0", - "hashPath": "microsoft.aspnetcore.mvc.newtonsoftjson.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyModel/8.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-mUBDZZRgZrSyFOsJ2qJJ9fXfqd/kXJwf3AiDoqLD9m6TjY5OO/vLNOb9fb4juC0487eq4hcGN/M2Rh/CKS7QYw==", - "path": "microsoft.extensions.dependencymodel/8.0.2", - "hashPath": "microsoft.extensions.dependencymodel.8.0.2.nupkg.sha512" - }, - "Microsoft.IdentityModel.Abstractions/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OtlIWcyX01olfdevPKZdIPfBEvbcioDyBiE/Z2lHsopsMD7twcKtlN9kMevHmI5IIPhFpfwCIiR6qHQz1WHUIw==", - "path": "microsoft.identitymodel.abstractions/8.0.1", - "hashPath": "microsoft.identitymodel.abstractions.8.0.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.JsonWebTokens/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-s6++gF9x0rQApQzOBbSyp4jUaAlwm+DroKfL8gdOHxs83k8SJfUXhuc46rDB3rNXBQ1MVRxqKUrqFhO/M0E97g==", - "path": "microsoft.identitymodel.jsonwebtokens/8.0.1", - "hashPath": "microsoft.identitymodel.jsonwebtokens.8.0.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Logging/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UCPF2exZqBXe7v/6sGNiM6zCQOUXXQ9+v5VTb9gPB8ZSUPnX53BxlN78v2jsbIvK9Dq4GovQxo23x8JgWvm/Qg==", - "path": "microsoft.identitymodel.logging/8.0.1", - "hashPath": "microsoft.identitymodel.logging.8.0.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uA2vpKqU3I2mBBEaeJAWPTjT9v1TZrGWKdgK6G5qJd03CLx83kdiqO9cmiK8/n1erkHzFBwU/RphP83aAe3i3g==", - "path": "microsoft.identitymodel.protocols/8.0.1", - "hashPath": "microsoft.identitymodel.protocols.8.0.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AQDbfpL+yzuuGhO/mQhKNsp44pm5Jv8/BI4KiFXR7beVGZoSH35zMV3PrmcfvSTsyI6qrcR898NzUauD6SRigg==", - "path": "microsoft.identitymodel.protocols.openidconnect/8.0.1", - "hashPath": "microsoft.identitymodel.protocols.openidconnect.8.0.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Tokens/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kDimB6Dkd3nkW2oZPDkMkVHfQt3IDqO5gL0oa8WVy3OP4uE8Ij+8TXnqg9TOd9ufjsY3IDiGz7pCUbnfL18tjg==", - "path": "microsoft.identitymodel.tokens/8.0.1", - "hashPath": "microsoft.identitymodel.tokens.8.0.1.nupkg.sha512" - }, - "Microsoft.OpenApi/1.6.22": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aBvunmrdu/x+4CaA/UP1Jx4xWGwk4kymhoIRnn2Vp+zi5/KOPQJ9EkSXHRUr01WcGKtYl3Au7XfkPJbU1G2sjQ==", - "path": "microsoft.openapi/1.6.22", - "hashPath": "microsoft.openapi.1.6.22.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "path": "newtonsoft.json/13.0.3", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" - }, - "Newtonsoft.Json.Bson/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", - "path": "newtonsoft.json.bson/1.0.2", - "hashPath": "newtonsoft.json.bson.1.0.2.nupkg.sha512" - }, - "Serilog/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2jDkUrSh5EofOp7Lx5Zgy0EB+7hXjjxE2ktTb1WVQmU00lDACR2TdROGKU0K1pDTBSJBN1PqgYpgOZF8mL7NJw==", - "path": "serilog/4.0.0", - "hashPath": "serilog.4.0.0.nupkg.sha512" - }, - "Serilog.AspNetCore/8.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Y5at41mc0OV982DEJslBKHd6uzcWO6POwR3QceJ6gtpMPxCzm4+FElGPF0RdaTD7MGsP6XXE05LMbSi0NO+sXg==", - "path": "serilog.aspnetcore/8.0.3", - "hashPath": "serilog.aspnetcore.8.0.3.nupkg.sha512" - }, - "Serilog.Extensions.Hosting/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-db0OcbWeSCvYQkHWu6n0v40N4kKaTAXNjlM3BKvcbwvNzYphQFcBR+36eQ/7hMMwOkJvAyLC2a9/jNdUL5NjtQ==", - "path": "serilog.extensions.hosting/8.0.0", - "hashPath": "serilog.extensions.hosting.8.0.0.nupkg.sha512" - }, - "Serilog.Extensions.Logging/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YEAMWu1UnWgf1c1KP85l1SgXGfiVo0Rz6x08pCiPOIBt2Qe18tcZLvdBUuV5o1QHvrs8FAry9wTIhgBRtjIlEg==", - "path": "serilog.extensions.logging/8.0.0", - "hashPath": "serilog.extensions.logging.8.0.0.nupkg.sha512" - }, - "Serilog.Formatting.Compact/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ob6z3ikzFM3D1xalhFuBIK1IOWf+XrQq+H4KeH4VqBcPpNcmUgZlRQ2h3Q7wvthpdZBBoY86qZOI2LCXNaLlNA==", - "path": "serilog.formatting.compact/2.0.0", - "hashPath": "serilog.formatting.compact.2.0.0.nupkg.sha512" - }, - "Serilog.Settings.Configuration/8.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pkxvq0umBKK8IKFJc1aV5S/HGRG/NIxJ6FV42KaTPLfDmBOAbBUB1m5gqqlGxzEa1MgDDWtQlWJdHTSxVWNx+Q==", - "path": "serilog.settings.configuration/8.0.4", - "hashPath": "serilog.settings.configuration.8.0.4.nupkg.sha512" - }, - "Serilog.Sinks.Console/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fQGWqVMClCP2yEyTXPIinSr5c+CBGUvBybPxjAGcf7ctDhadFhrQw03Mv8rJ07/wR5PDfFjewf2LimvXCDzpbA==", - "path": "serilog.sinks.console/6.0.0", - "hashPath": "serilog.sinks.console.6.0.0.nupkg.sha512" - }, - "Serilog.Sinks.Debug/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Y6g3OBJ4JzTyyw16fDqtFcQ41qQAydnEvEqmXjhwhgjsnG/FaJ8GUqF5ldsC/bVkK8KYmqrPhDO+tm4dF6xx4A==", - "path": "serilog.sinks.debug/2.0.0", - "hashPath": "serilog.sinks.debug.2.0.0.nupkg.sha512" - }, - "Serilog.Sinks.File/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uwV5hdhWPwUH1szhO8PJpFiahqXmzPzJT/sOijH/kFgUx+cyoDTMM8MHD0adw9+Iem6itoibbUXHYslzXsLEAg==", - "path": "serilog.sinks.file/5.0.0", - "hashPath": "serilog.sinks.file.5.0.0.nupkg.sha512" - }, - "Serilog.Sinks.Seq/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-z5ig56/qzjkX6Fj4U/9m1g8HQaQiYPMZS4Uevtjg1I+WWzoGSf5t/E+6JbMP/jbZYhU63bA5NJN5y0x+qqx2Bw==", - "path": "serilog.sinks.seq/8.0.0", - "hashPath": "serilog.sinks.seq.8.0.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore/7.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vJv19UpWm6OOgnS9QLDnWARNVasXUfj8SFvlG7UVALm4nBnfwRnEky7C0veSDqMUmBeMPC6Ec3d6G1ts/J04Uw==", - "path": "swashbuckle.aspnetcore/7.2.0", - "hashPath": "swashbuckle.aspnetcore.7.2.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.Newtonsoft/7.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-otztl1SBfwu10iJx6lc3XG/dSqFXRtx8RQ0XrwrO/NYv0j6WhB+vaTJdfs4EPDh+0r7yORUPb7FQ6WgoApeDNg==", - "path": "swashbuckle.aspnetcore.newtonsoft/7.2.0", - "hashPath": "swashbuckle.aspnetcore.newtonsoft.7.2.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.Swagger/7.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-y27fNDfIh1vGhJjXYynLcZjl7DLOW1bSO2MDsY9wB4Zm1fdxpPsuBSiR4U+0acWlAqLmnuOPKr/OeOgwRUkBlw==", - "path": "swashbuckle.aspnetcore.swagger/7.2.0", - "hashPath": "swashbuckle.aspnetcore.swagger.7.2.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.SwaggerGen/7.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pMrTxGVuXM7t4wqft5CNNU8A0++Yw5kTLmYhB6tbEcyBfO8xEF/Y8pkJhO6BZ/2MYONrRYoQTfPFJqu8fOf5WQ==", - "path": "swashbuckle.aspnetcore.swaggergen/7.2.0", - "hashPath": "swashbuckle.aspnetcore.swaggergen.7.2.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.SwaggerUI/7.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hgrXeKzyp5OGN8qVvL7A+vhmU7mDJTfGpiMBRL66IcfLOyna8UTLtn3cC3CghamXpRDufcc9ciklTszUGEQK0w==", - "path": "swashbuckle.aspnetcore.swaggerui/7.2.0", - "hashPath": "swashbuckle.aspnetcore.swaggerui.7.2.0.nupkg.sha512" - }, - "System.IdentityModel.Tokens.Jwt/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GJw3bYkWpOgvN3tJo5X4lYUeIFA2HD293FPUhKmp7qxS+g5ywAb34Dnd3cDAFLkcMohy5XTpoaZ4uAHuw0uSPQ==", - "path": "system.identitymodel.tokens.jwt/8.0.1", - "hashPath": "system.identitymodel.tokens.jwt.8.0.1.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Web.Shopping.HttpAggregator.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Web.Shopping.HttpAggregator.dll deleted file mode 100644 index 1231eab7..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Web.Shopping.HttpAggregator.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Web.Shopping.HttpAggregator.pdb b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Web.Shopping.HttpAggregator.pdb deleted file mode 100644 index 99479683..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Web.Shopping.HttpAggregator.pdb and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Web.Shopping.HttpAggregator.runtimeconfig.json b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Web.Shopping.HttpAggregator.runtimeconfig.json deleted file mode 100644 index 6925b655..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Web.Shopping.HttpAggregator.runtimeconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net9.0", - "frameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "9.0.0" - }, - { - "name": "Microsoft.AspNetCore.App", - "version": "9.0.0" - } - ], - "configProperties": { - "System.GC.Server": true, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Web.Shopping.HttpAggregator.staticwebassets.endpoints.json b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Web.Shopping.HttpAggregator.staticwebassets.endpoints.json deleted file mode 100644 index 5576e889..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Web.Shopping.HttpAggregator.staticwebassets.endpoints.json +++ /dev/null @@ -1 +0,0 @@ -{"Version":1,"ManifestType":"Build","Endpoints":[]} \ No newline at end of file diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/appsettings.Development.json b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/appsettings.Development.json deleted file mode 100644 index 19b8c152..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/appsettings.Development.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "Logging": { - "IncludeScopes": false, - "Debug": { - "LogLevel": { - "Default": "Debug" - } - }, - "Console": { - "LogLevel": { - "Default": "Debug" - } - } - } -} diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/appsettings.json b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/appsettings.json deleted file mode 100644 index 94d5d985..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/appsettings.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "Serilog": { - "SeqServerUrl": null, - "LogstashgUrl": null, - "MinimumLevel": { - "Default": "Information", - "Override": { - "Microsoft": "Warning", - "Microsoft.eShopOnContainers": "Information", - "System": "Warning" - } - } - } -} diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/appsettings.localhost.json b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/appsettings.localhost.json deleted file mode 100644 index 18516267..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/appsettings.localhost.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "urls": { - "basket": "http://localhost:55105", - "catalog": "http://localhost:55101", - "orders": "http://localhost:55102", - "identity": "http://localhost:55105", - "grpcBasket": "http://localhost:5580", - "grpcCatalog": "http://localhost:81", - "grpcOrdering": "http://localhost:5581", - "coupon": "http://localhost:5106" - } -} diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/runtimes/linux-arm64/native/libgrpc_csharp_ext.arm64.so b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/runtimes/linux-arm64/native/libgrpc_csharp_ext.arm64.so deleted file mode 100755 index be332d07..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/runtimes/linux-arm64/native/libgrpc_csharp_ext.arm64.so and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/runtimes/linux-x64/native/libgrpc_csharp_ext.x64.so b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/runtimes/linux-x64/native/libgrpc_csharp_ext.x64.so deleted file mode 100755 index 6d9009f3..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/runtimes/linux-x64/native/libgrpc_csharp_ext.x64.so and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/runtimes/osx-x64/native/libgrpc_csharp_ext.x64.dylib b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/runtimes/osx-x64/native/libgrpc_csharp_ext.x64.dylib deleted file mode 100755 index 69fb1229..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/runtimes/osx-x64/native/libgrpc_csharp_ext.x64.dylib and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/runtimes/win-x64/native/grpc_csharp_ext.x64.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/runtimes/win-x64/native/grpc_csharp_ext.x64.dll deleted file mode 100755 index 8e0b049a..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/runtimes/win-x64/native/grpc_csharp_ext.x64.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/runtimes/win-x86/native/grpc_csharp_ext.x86.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/runtimes/win-x86/native/grpc_csharp_ext.x86.dll deleted file mode 100755 index d7330e9e..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/runtimes/win-x86/native/grpc_csharp_ext.x86.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index 36203c72..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/13bc9ab794319831_ordering.protodep b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/13bc9ab794319831_ordering.protodep deleted file mode 100644 index 19406760..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/13bc9ab794319831_ordering.protodep +++ /dev/null @@ -1,2 +0,0 @@ -obj/Debug/net6.0/Ordering.cs \ -obj/Debug/net6.0/OrderingGrpc.cs: ../../../Services/Ordering/Ordering.API/Proto/ordering.proto \ No newline at end of file diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/1990726b26142f12_catalog.protodep b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/1990726b26142f12_catalog.protodep deleted file mode 100644 index ceade882..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/1990726b26142f12_catalog.protodep +++ /dev/null @@ -1,2 +0,0 @@ -obj/Debug/net6.0/Catalog.cs \ -obj/Debug/net6.0/CatalogGrpc.cs: ../../../Services/Catalog/Catalog.API/Proto/catalog.proto \ No newline at end of file diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/256b1bc6ff9655a0_basket.protodep b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/256b1bc6ff9655a0_basket.protodep deleted file mode 100644 index bd177eee..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/256b1bc6ff9655a0_basket.protodep +++ /dev/null @@ -1,2 +0,0 @@ -obj/Debug/net6.0/Basket.cs \ -obj/Debug/net6.0/BasketGrpc.cs: ../../../Services/Basket/Basket.API/Proto/basket.proto \ No newline at end of file diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Basket.cs b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Basket.cs deleted file mode 100644 index 8069b344..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Basket.cs +++ /dev/null @@ -1,1088 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: basket.proto -// -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace GrpcBasket { - - /// Holder for reflection information generated from basket.proto - public static partial class BasketReflection { - - #region Descriptor - /// File descriptor for basket.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static BasketReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "CgxiYXNrZXQucHJvdG8SCUJhc2tldEFwaSIbCg1CYXNrZXRSZXF1ZXN0EgoK", - "AmlkGAEgASgJIlYKFUN1c3RvbWVyQmFza2V0UmVxdWVzdBIPCgdidXllcmlk", - "GAEgASgJEiwKBWl0ZW1zGAIgAygLMh0uQmFza2V0QXBpLkJhc2tldEl0ZW1S", - "ZXNwb25zZSJXChZDdXN0b21lckJhc2tldFJlc3BvbnNlEg8KB2J1eWVyaWQY", - "ASABKAkSLAoFaXRlbXMYAiADKAsyHS5CYXNrZXRBcGkuQmFza2V0SXRlbVJl", - "c3BvbnNlIpcBChJCYXNrZXRJdGVtUmVzcG9uc2USCgoCaWQYASABKAkSEQoJ", - "cHJvZHVjdGlkGAIgASgFEhMKC3Byb2R1Y3RuYW1lGAMgASgJEhEKCXVuaXRw", - "cmljZRgEIAEoARIUCgxvbGR1bml0cHJpY2UYBSABKAESEAoIcXVhbnRpdHkY", - "BiABKAUSEgoKcGljdHVyZXVybBgHIAEoCTKvAQoGQmFza2V0Ek4KDUdldEJh", - "c2tldEJ5SWQSGC5CYXNrZXRBcGkuQmFza2V0UmVxdWVzdBohLkJhc2tldEFw", - "aS5DdXN0b21lckJhc2tldFJlc3BvbnNlIgASVQoMVXBkYXRlQmFza2V0EiAu", - "QmFza2V0QXBpLkN1c3RvbWVyQmFza2V0UmVxdWVzdBohLkJhc2tldEFwaS5D", - "dXN0b21lckJhc2tldFJlc3BvbnNlIgBCDaoCCkdycGNCYXNrZXRiBnByb3Rv", - "Mw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::GrpcBasket.BasketRequest), global::GrpcBasket.BasketRequest.Parser, new[]{ "Id" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::GrpcBasket.CustomerBasketRequest), global::GrpcBasket.CustomerBasketRequest.Parser, new[]{ "Buyerid", "Items" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::GrpcBasket.CustomerBasketResponse), global::GrpcBasket.CustomerBasketResponse.Parser, new[]{ "Buyerid", "Items" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::GrpcBasket.BasketItemResponse), global::GrpcBasket.BasketItemResponse.Parser, new[]{ "Id", "Productid", "Productname", "Unitprice", "Oldunitprice", "Quantity", "Pictureurl" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class BasketRequest : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BasketRequest()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::GrpcBasket.BasketReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BasketRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BasketRequest(BasketRequest other) : this() { - id_ = other.id_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BasketRequest Clone() { - return new BasketRequest(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private string id_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Id { - get { return id_; } - set { - id_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as BasketRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(BasketRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Id.Length != 0) hash ^= Id.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Id.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Id); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Id.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Id); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Id.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Id); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(BasketRequest other) { - if (other == null) { - return; - } - if (other.Id.Length != 0) { - Id = other.Id; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - Id = input.ReadString(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 10: { - Id = input.ReadString(); - break; - } - } - } - } - #endif - - } - - public sealed partial class CustomerBasketRequest : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CustomerBasketRequest()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::GrpcBasket.BasketReflection.Descriptor.MessageTypes[1]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CustomerBasketRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CustomerBasketRequest(CustomerBasketRequest other) : this() { - buyerid_ = other.buyerid_; - items_ = other.items_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CustomerBasketRequest Clone() { - return new CustomerBasketRequest(this); - } - - /// Field number for the "buyerid" field. - public const int BuyeridFieldNumber = 1; - private string buyerid_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Buyerid { - get { return buyerid_; } - set { - buyerid_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "items" field. - public const int ItemsFieldNumber = 2; - private static readonly pb::FieldCodec _repeated_items_codec - = pb::FieldCodec.ForMessage(18, global::GrpcBasket.BasketItemResponse.Parser); - private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField Items { - get { return items_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as CustomerBasketRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(CustomerBasketRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Buyerid != other.Buyerid) return false; - if(!items_.Equals(other.items_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Buyerid.Length != 0) hash ^= Buyerid.GetHashCode(); - hash ^= items_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Buyerid.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Buyerid); - } - items_.WriteTo(output, _repeated_items_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Buyerid.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Buyerid); - } - items_.WriteTo(ref output, _repeated_items_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Buyerid.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Buyerid); - } - size += items_.CalculateSize(_repeated_items_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(CustomerBasketRequest other) { - if (other == null) { - return; - } - if (other.Buyerid.Length != 0) { - Buyerid = other.Buyerid; - } - items_.Add(other.items_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - Buyerid = input.ReadString(); - break; - } - case 18: { - items_.AddEntriesFrom(input, _repeated_items_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 10: { - Buyerid = input.ReadString(); - break; - } - case 18: { - items_.AddEntriesFrom(ref input, _repeated_items_codec); - break; - } - } - } - } - #endif - - } - - public sealed partial class CustomerBasketResponse : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CustomerBasketResponse()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::GrpcBasket.BasketReflection.Descriptor.MessageTypes[2]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CustomerBasketResponse() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CustomerBasketResponse(CustomerBasketResponse other) : this() { - buyerid_ = other.buyerid_; - items_ = other.items_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CustomerBasketResponse Clone() { - return new CustomerBasketResponse(this); - } - - /// Field number for the "buyerid" field. - public const int BuyeridFieldNumber = 1; - private string buyerid_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Buyerid { - get { return buyerid_; } - set { - buyerid_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "items" field. - public const int ItemsFieldNumber = 2; - private static readonly pb::FieldCodec _repeated_items_codec - = pb::FieldCodec.ForMessage(18, global::GrpcBasket.BasketItemResponse.Parser); - private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField Items { - get { return items_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as CustomerBasketResponse); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(CustomerBasketResponse other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Buyerid != other.Buyerid) return false; - if(!items_.Equals(other.items_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Buyerid.Length != 0) hash ^= Buyerid.GetHashCode(); - hash ^= items_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Buyerid.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Buyerid); - } - items_.WriteTo(output, _repeated_items_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Buyerid.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Buyerid); - } - items_.WriteTo(ref output, _repeated_items_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Buyerid.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Buyerid); - } - size += items_.CalculateSize(_repeated_items_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(CustomerBasketResponse other) { - if (other == null) { - return; - } - if (other.Buyerid.Length != 0) { - Buyerid = other.Buyerid; - } - items_.Add(other.items_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - Buyerid = input.ReadString(); - break; - } - case 18: { - items_.AddEntriesFrom(input, _repeated_items_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 10: { - Buyerid = input.ReadString(); - break; - } - case 18: { - items_.AddEntriesFrom(ref input, _repeated_items_codec); - break; - } - } - } - } - #endif - - } - - public sealed partial class BasketItemResponse : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BasketItemResponse()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::GrpcBasket.BasketReflection.Descriptor.MessageTypes[3]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BasketItemResponse() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BasketItemResponse(BasketItemResponse other) : this() { - id_ = other.id_; - productid_ = other.productid_; - productname_ = other.productname_; - unitprice_ = other.unitprice_; - oldunitprice_ = other.oldunitprice_; - quantity_ = other.quantity_; - pictureurl_ = other.pictureurl_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BasketItemResponse Clone() { - return new BasketItemResponse(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private string id_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Id { - get { return id_; } - set { - id_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "productid" field. - public const int ProductidFieldNumber = 2; - private int productid_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int Productid { - get { return productid_; } - set { - productid_ = value; - } - } - - /// Field number for the "productname" field. - public const int ProductnameFieldNumber = 3; - private string productname_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Productname { - get { return productname_; } - set { - productname_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "unitprice" field. - public const int UnitpriceFieldNumber = 4; - private double unitprice_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public double Unitprice { - get { return unitprice_; } - set { - unitprice_ = value; - } - } - - /// Field number for the "oldunitprice" field. - public const int OldunitpriceFieldNumber = 5; - private double oldunitprice_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public double Oldunitprice { - get { return oldunitprice_; } - set { - oldunitprice_ = value; - } - } - - /// Field number for the "quantity" field. - public const int QuantityFieldNumber = 6; - private int quantity_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int Quantity { - get { return quantity_; } - set { - quantity_ = value; - } - } - - /// Field number for the "pictureurl" field. - public const int PictureurlFieldNumber = 7; - private string pictureurl_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Pictureurl { - get { return pictureurl_; } - set { - pictureurl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as BasketItemResponse); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(BasketItemResponse other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - if (Productid != other.Productid) return false; - if (Productname != other.Productname) return false; - if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(Unitprice, other.Unitprice)) return false; - if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(Oldunitprice, other.Oldunitprice)) return false; - if (Quantity != other.Quantity) return false; - if (Pictureurl != other.Pictureurl) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Id.Length != 0) hash ^= Id.GetHashCode(); - if (Productid != 0) hash ^= Productid.GetHashCode(); - if (Productname.Length != 0) hash ^= Productname.GetHashCode(); - if (Unitprice != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(Unitprice); - if (Oldunitprice != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(Oldunitprice); - if (Quantity != 0) hash ^= Quantity.GetHashCode(); - if (Pictureurl.Length != 0) hash ^= Pictureurl.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Id.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Id); - } - if (Productid != 0) { - output.WriteRawTag(16); - output.WriteInt32(Productid); - } - if (Productname.Length != 0) { - output.WriteRawTag(26); - output.WriteString(Productname); - } - if (Unitprice != 0D) { - output.WriteRawTag(33); - output.WriteDouble(Unitprice); - } - if (Oldunitprice != 0D) { - output.WriteRawTag(41); - output.WriteDouble(Oldunitprice); - } - if (Quantity != 0) { - output.WriteRawTag(48); - output.WriteInt32(Quantity); - } - if (Pictureurl.Length != 0) { - output.WriteRawTag(58); - output.WriteString(Pictureurl); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Id.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Id); - } - if (Productid != 0) { - output.WriteRawTag(16); - output.WriteInt32(Productid); - } - if (Productname.Length != 0) { - output.WriteRawTag(26); - output.WriteString(Productname); - } - if (Unitprice != 0D) { - output.WriteRawTag(33); - output.WriteDouble(Unitprice); - } - if (Oldunitprice != 0D) { - output.WriteRawTag(41); - output.WriteDouble(Oldunitprice); - } - if (Quantity != 0) { - output.WriteRawTag(48); - output.WriteInt32(Quantity); - } - if (Pictureurl.Length != 0) { - output.WriteRawTag(58); - output.WriteString(Pictureurl); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Id.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Id); - } - if (Productid != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Productid); - } - if (Productname.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Productname); - } - if (Unitprice != 0D) { - size += 1 + 8; - } - if (Oldunitprice != 0D) { - size += 1 + 8; - } - if (Quantity != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Quantity); - } - if (Pictureurl.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Pictureurl); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(BasketItemResponse other) { - if (other == null) { - return; - } - if (other.Id.Length != 0) { - Id = other.Id; - } - if (other.Productid != 0) { - Productid = other.Productid; - } - if (other.Productname.Length != 0) { - Productname = other.Productname; - } - if (other.Unitprice != 0D) { - Unitprice = other.Unitprice; - } - if (other.Oldunitprice != 0D) { - Oldunitprice = other.Oldunitprice; - } - if (other.Quantity != 0) { - Quantity = other.Quantity; - } - if (other.Pictureurl.Length != 0) { - Pictureurl = other.Pictureurl; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - Id = input.ReadString(); - break; - } - case 16: { - Productid = input.ReadInt32(); - break; - } - case 26: { - Productname = input.ReadString(); - break; - } - case 33: { - Unitprice = input.ReadDouble(); - break; - } - case 41: { - Oldunitprice = input.ReadDouble(); - break; - } - case 48: { - Quantity = input.ReadInt32(); - break; - } - case 58: { - Pictureurl = input.ReadString(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 10: { - Id = input.ReadString(); - break; - } - case 16: { - Productid = input.ReadInt32(); - break; - } - case 26: { - Productname = input.ReadString(); - break; - } - case 33: { - Unitprice = input.ReadDouble(); - break; - } - case 41: { - Oldunitprice = input.ReadDouble(); - break; - } - case 48: { - Quantity = input.ReadInt32(); - break; - } - case 58: { - Pictureurl = input.ReadString(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/BasketGrpc.cs b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/BasketGrpc.cs deleted file mode 100644 index 15b88cb9..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/BasketGrpc.cs +++ /dev/null @@ -1,154 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: basket.proto -// -#pragma warning disable 0414, 1591 -#region Designer generated code - -using grpc = global::Grpc.Core; - -namespace GrpcBasket { - public static partial class Basket - { - static readonly string __ServiceName = "BasketApi.Basket"; - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static void __Helper_SerializeMessage(global::Google.Protobuf.IMessage message, grpc::SerializationContext context) - { - #if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION - if (message is global::Google.Protobuf.IBufferMessage) - { - context.SetPayloadLength(message.CalculateSize()); - global::Google.Protobuf.MessageExtensions.WriteTo(message, context.GetBufferWriter()); - context.Complete(); - return; - } - #endif - context.Complete(global::Google.Protobuf.MessageExtensions.ToByteArray(message)); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static class __Helper_MessageCache - { - public static readonly bool IsBufferMessage = global::System.Reflection.IntrospectionExtensions.GetTypeInfo(typeof(global::Google.Protobuf.IBufferMessage)).IsAssignableFrom(typeof(T)); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static T __Helper_DeserializeMessage(grpc::DeserializationContext context, global::Google.Protobuf.MessageParser parser) where T : global::Google.Protobuf.IMessage - { - #if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION - if (__Helper_MessageCache.IsBufferMessage) - { - return parser.ParseFrom(context.PayloadAsReadOnlySequence()); - } - #endif - return parser.ParseFrom(context.PayloadAsNewBuffer()); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Marshaller __Marshaller_BasketApi_BasketRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::GrpcBasket.BasketRequest.Parser)); - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Marshaller __Marshaller_BasketApi_CustomerBasketResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::GrpcBasket.CustomerBasketResponse.Parser)); - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Marshaller __Marshaller_BasketApi_CustomerBasketRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::GrpcBasket.CustomerBasketRequest.Parser)); - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Method __Method_GetBasketById = new grpc::Method( - grpc::MethodType.Unary, - __ServiceName, - "GetBasketById", - __Marshaller_BasketApi_BasketRequest, - __Marshaller_BasketApi_CustomerBasketResponse); - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Method __Method_UpdateBasket = new grpc::Method( - grpc::MethodType.Unary, - __ServiceName, - "UpdateBasket", - __Marshaller_BasketApi_CustomerBasketRequest, - __Marshaller_BasketApi_CustomerBasketResponse); - - /// Service descriptor - public static global::Google.Protobuf.Reflection.ServiceDescriptor Descriptor - { - get { return global::GrpcBasket.BasketReflection.Descriptor.Services[0]; } - } - - /// Client for Basket - public partial class BasketClient : grpc::ClientBase - { - /// Creates a new client for Basket - /// The channel to use to make remote calls. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public BasketClient(grpc::ChannelBase channel) : base(channel) - { - } - /// Creates a new client for Basket that uses a custom CallInvoker. - /// The callInvoker to use to make remote calls. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public BasketClient(grpc::CallInvoker callInvoker) : base(callInvoker) - { - } - /// Protected parameterless constructor to allow creation of test doubles. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - protected BasketClient() : base() - { - } - /// Protected constructor to allow creation of configured clients. - /// The client configuration. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - protected BasketClient(ClientBaseConfiguration configuration) : base(configuration) - { - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual global::GrpcBasket.CustomerBasketResponse GetBasketById(global::GrpcBasket.BasketRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) - { - return GetBasketById(request, new grpc::CallOptions(headers, deadline, cancellationToken)); - } - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual global::GrpcBasket.CustomerBasketResponse GetBasketById(global::GrpcBasket.BasketRequest request, grpc::CallOptions options) - { - return CallInvoker.BlockingUnaryCall(__Method_GetBasketById, null, options, request); - } - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual grpc::AsyncUnaryCall GetBasketByIdAsync(global::GrpcBasket.BasketRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) - { - return GetBasketByIdAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)); - } - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual grpc::AsyncUnaryCall GetBasketByIdAsync(global::GrpcBasket.BasketRequest request, grpc::CallOptions options) - { - return CallInvoker.AsyncUnaryCall(__Method_GetBasketById, null, options, request); - } - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual global::GrpcBasket.CustomerBasketResponse UpdateBasket(global::GrpcBasket.CustomerBasketRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) - { - return UpdateBasket(request, new grpc::CallOptions(headers, deadline, cancellationToken)); - } - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual global::GrpcBasket.CustomerBasketResponse UpdateBasket(global::GrpcBasket.CustomerBasketRequest request, grpc::CallOptions options) - { - return CallInvoker.BlockingUnaryCall(__Method_UpdateBasket, null, options, request); - } - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual grpc::AsyncUnaryCall UpdateBasketAsync(global::GrpcBasket.CustomerBasketRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) - { - return UpdateBasketAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)); - } - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual grpc::AsyncUnaryCall UpdateBasketAsync(global::GrpcBasket.CustomerBasketRequest request, grpc::CallOptions options) - { - return CallInvoker.AsyncUnaryCall(__Method_UpdateBasket, null, options, request); - } - /// Creates a new instance of client from given ClientBaseConfiguration. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - protected override BasketClient NewInstance(ClientBaseConfiguration configuration) - { - return new BasketClient(configuration); - } - } - - } -} -#endregion diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Catalog.cs b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Catalog.cs deleted file mode 100644 index e6a8d888..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Catalog.cs +++ /dev/null @@ -1,1873 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: catalog.proto -// -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace CatalogApi { - - /// Holder for reflection information generated from catalog.proto - public static partial class CatalogReflection { - - #region Descriptor - /// File descriptor for catalog.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CatalogReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Cg1jYXRhbG9nLnByb3RvEgpDYXRhbG9nQXBpIiAKEkNhdGFsb2dJdGVtUmVx", - "dWVzdBIKCgJpZBgBIAEoBSJHChNDYXRhbG9nSXRlbXNSZXF1ZXN0EgsKA2lk", - "cxgBIAEoCRIQCghwYWdlU2l6ZRgCIAEoBRIRCglwYWdlSW5kZXgYAyABKAUi", - "yAIKE0NhdGFsb2dJdGVtUmVzcG9uc2USCgoCaWQYASABKAUSDAoEbmFtZRgC", - "IAEoCRITCgtkZXNjcmlwdGlvbhgDIAEoCRINCgVwcmljZRgEIAEoARIZChFw", - "aWN0dXJlX2ZpbGVfbmFtZRgFIAEoCRITCgtwaWN0dXJlX3VyaRgGIAEoCRIt", - "CgxjYXRhbG9nX3R5cGUYCCABKAsyFy5DYXRhbG9nQXBpLkNhdGFsb2dUeXBl", - "Ei8KDWNhdGFsb2dfYnJhbmQYCiABKAsyGC5DYXRhbG9nQXBpLkNhdGFsb2dC", - "cmFuZBIXCg9hdmFpbGFibGVfc3RvY2sYCyABKAUSGQoRcmVzdG9ja190aHJl", - "c2hvbGQYDCABKAUSGwoTbWF4X3N0b2NrX3RocmVzaG9sZBgNIAEoBRISCgpv", - "bl9yZW9yZGVyGA4gASgIIigKDENhdGFsb2dCcmFuZBIKCgJpZBgBIAEoBRIM", - "CgRuYW1lGAIgASgJIicKC0NhdGFsb2dUeXBlEgoKAmlkGAEgASgFEgwKBHR5", - "cGUYAiABKAkiewoWUGFnaW5hdGVkSXRlbXNSZXNwb25zZRIRCglwYWdlSW5k", - "ZXgYASABKAUSEAoIcGFnZVNpemUYAiABKAUSDQoFY291bnQYAyABKAMSLQoE", - "ZGF0YRgEIAMoCzIfLkNhdGFsb2dBcGkuQ2F0YWxvZ0l0ZW1SZXNwb25zZTKz", - "AQoHQ2F0YWxvZxJQCgtHZXRJdGVtQnlJZBIeLkNhdGFsb2dBcGkuQ2F0YWxv", - "Z0l0ZW1SZXF1ZXN0Gh8uQ2F0YWxvZ0FwaS5DYXRhbG9nSXRlbVJlc3BvbnNl", - "IgASVgoNR2V0SXRlbXNCeUlkcxIfLkNhdGFsb2dBcGkuQ2F0YWxvZ0l0ZW1z", - "UmVxdWVzdBoiLkNhdGFsb2dBcGkuUGFnaW5hdGVkSXRlbXNSZXNwb25zZSIA", - "YgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::CatalogApi.CatalogItemRequest), global::CatalogApi.CatalogItemRequest.Parser, new[]{ "Id" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::CatalogApi.CatalogItemsRequest), global::CatalogApi.CatalogItemsRequest.Parser, new[]{ "Ids", "PageSize", "PageIndex" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::CatalogApi.CatalogItemResponse), global::CatalogApi.CatalogItemResponse.Parser, new[]{ "Id", "Name", "Description", "Price", "PictureFileName", "PictureUri", "CatalogType", "CatalogBrand", "AvailableStock", "RestockThreshold", "MaxStockThreshold", "OnReorder" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::CatalogApi.CatalogBrand), global::CatalogApi.CatalogBrand.Parser, new[]{ "Id", "Name" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::CatalogApi.CatalogType), global::CatalogApi.CatalogType.Parser, new[]{ "Id", "Type" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::CatalogApi.PaginatedItemsResponse), global::CatalogApi.PaginatedItemsResponse.Parser, new[]{ "PageIndex", "PageSize", "Count", "Data" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class CatalogItemRequest : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CatalogItemRequest()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::CatalogApi.CatalogReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemRequest(CatalogItemRequest other) : this() { - id_ = other.id_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemRequest Clone() { - return new CatalogItemRequest(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private int id_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int Id { - get { return id_; } - set { - id_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as CatalogItemRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(CatalogItemRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Id != 0) hash ^= Id.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Id != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(CatalogItemRequest other) { - if (other == null) { - return; - } - if (other.Id != 0) { - Id = other.Id; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - } - } - } - #endif - - } - - public sealed partial class CatalogItemsRequest : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CatalogItemsRequest()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::CatalogApi.CatalogReflection.Descriptor.MessageTypes[1]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemsRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemsRequest(CatalogItemsRequest other) : this() { - ids_ = other.ids_; - pageSize_ = other.pageSize_; - pageIndex_ = other.pageIndex_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemsRequest Clone() { - return new CatalogItemsRequest(this); - } - - /// Field number for the "ids" field. - public const int IdsFieldNumber = 1; - private string ids_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Ids { - get { return ids_; } - set { - ids_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "pageSize" field. - public const int PageSizeFieldNumber = 2; - private int pageSize_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int PageSize { - get { return pageSize_; } - set { - pageSize_ = value; - } - } - - /// Field number for the "pageIndex" field. - public const int PageIndexFieldNumber = 3; - private int pageIndex_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int PageIndex { - get { return pageIndex_; } - set { - pageIndex_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as CatalogItemsRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(CatalogItemsRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Ids != other.Ids) return false; - if (PageSize != other.PageSize) return false; - if (PageIndex != other.PageIndex) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Ids.Length != 0) hash ^= Ids.GetHashCode(); - if (PageSize != 0) hash ^= PageSize.GetHashCode(); - if (PageIndex != 0) hash ^= PageIndex.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Ids.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Ids); - } - if (PageSize != 0) { - output.WriteRawTag(16); - output.WriteInt32(PageSize); - } - if (PageIndex != 0) { - output.WriteRawTag(24); - output.WriteInt32(PageIndex); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Ids.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Ids); - } - if (PageSize != 0) { - output.WriteRawTag(16); - output.WriteInt32(PageSize); - } - if (PageIndex != 0) { - output.WriteRawTag(24); - output.WriteInt32(PageIndex); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Ids.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Ids); - } - if (PageSize != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(PageSize); - } - if (PageIndex != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(PageIndex); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(CatalogItemsRequest other) { - if (other == null) { - return; - } - if (other.Ids.Length != 0) { - Ids = other.Ids; - } - if (other.PageSize != 0) { - PageSize = other.PageSize; - } - if (other.PageIndex != 0) { - PageIndex = other.PageIndex; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - Ids = input.ReadString(); - break; - } - case 16: { - PageSize = input.ReadInt32(); - break; - } - case 24: { - PageIndex = input.ReadInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 10: { - Ids = input.ReadString(); - break; - } - case 16: { - PageSize = input.ReadInt32(); - break; - } - case 24: { - PageIndex = input.ReadInt32(); - break; - } - } - } - } - #endif - - } - - public sealed partial class CatalogItemResponse : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CatalogItemResponse()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::CatalogApi.CatalogReflection.Descriptor.MessageTypes[2]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemResponse() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemResponse(CatalogItemResponse other) : this() { - id_ = other.id_; - name_ = other.name_; - description_ = other.description_; - price_ = other.price_; - pictureFileName_ = other.pictureFileName_; - pictureUri_ = other.pictureUri_; - catalogType_ = other.catalogType_ != null ? other.catalogType_.Clone() : null; - catalogBrand_ = other.catalogBrand_ != null ? other.catalogBrand_.Clone() : null; - availableStock_ = other.availableStock_; - restockThreshold_ = other.restockThreshold_; - maxStockThreshold_ = other.maxStockThreshold_; - onReorder_ = other.onReorder_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemResponse Clone() { - return new CatalogItemResponse(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private int id_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int Id { - get { return id_; } - set { - id_ = value; - } - } - - /// Field number for the "name" field. - public const int NameFieldNumber = 2; - private string name_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Name { - get { return name_; } - set { - name_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "description" field. - public const int DescriptionFieldNumber = 3; - private string description_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Description { - get { return description_; } - set { - description_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "price" field. - public const int PriceFieldNumber = 4; - private double price_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public double Price { - get { return price_; } - set { - price_ = value; - } - } - - /// Field number for the "picture_file_name" field. - public const int PictureFileNameFieldNumber = 5; - private string pictureFileName_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string PictureFileName { - get { return pictureFileName_; } - set { - pictureFileName_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "picture_uri" field. - public const int PictureUriFieldNumber = 6; - private string pictureUri_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string PictureUri { - get { return pictureUri_; } - set { - pictureUri_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "catalog_type" field. - public const int CatalogTypeFieldNumber = 8; - private global::CatalogApi.CatalogType catalogType_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::CatalogApi.CatalogType CatalogType { - get { return catalogType_; } - set { - catalogType_ = value; - } - } - - /// Field number for the "catalog_brand" field. - public const int CatalogBrandFieldNumber = 10; - private global::CatalogApi.CatalogBrand catalogBrand_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::CatalogApi.CatalogBrand CatalogBrand { - get { return catalogBrand_; } - set { - catalogBrand_ = value; - } - } - - /// Field number for the "available_stock" field. - public const int AvailableStockFieldNumber = 11; - private int availableStock_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int AvailableStock { - get { return availableStock_; } - set { - availableStock_ = value; - } - } - - /// Field number for the "restock_threshold" field. - public const int RestockThresholdFieldNumber = 12; - private int restockThreshold_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int RestockThreshold { - get { return restockThreshold_; } - set { - restockThreshold_ = value; - } - } - - /// Field number for the "max_stock_threshold" field. - public const int MaxStockThresholdFieldNumber = 13; - private int maxStockThreshold_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int MaxStockThreshold { - get { return maxStockThreshold_; } - set { - maxStockThreshold_ = value; - } - } - - /// Field number for the "on_reorder" field. - public const int OnReorderFieldNumber = 14; - private bool onReorder_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool OnReorder { - get { return onReorder_; } - set { - onReorder_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as CatalogItemResponse); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(CatalogItemResponse other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - if (Name != other.Name) return false; - if (Description != other.Description) return false; - if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(Price, other.Price)) return false; - if (PictureFileName != other.PictureFileName) return false; - if (PictureUri != other.PictureUri) return false; - if (!object.Equals(CatalogType, other.CatalogType)) return false; - if (!object.Equals(CatalogBrand, other.CatalogBrand)) return false; - if (AvailableStock != other.AvailableStock) return false; - if (RestockThreshold != other.RestockThreshold) return false; - if (MaxStockThreshold != other.MaxStockThreshold) return false; - if (OnReorder != other.OnReorder) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Id != 0) hash ^= Id.GetHashCode(); - if (Name.Length != 0) hash ^= Name.GetHashCode(); - if (Description.Length != 0) hash ^= Description.GetHashCode(); - if (Price != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(Price); - if (PictureFileName.Length != 0) hash ^= PictureFileName.GetHashCode(); - if (PictureUri.Length != 0) hash ^= PictureUri.GetHashCode(); - if (catalogType_ != null) hash ^= CatalogType.GetHashCode(); - if (catalogBrand_ != null) hash ^= CatalogBrand.GetHashCode(); - if (AvailableStock != 0) hash ^= AvailableStock.GetHashCode(); - if (RestockThreshold != 0) hash ^= RestockThreshold.GetHashCode(); - if (MaxStockThreshold != 0) hash ^= MaxStockThreshold.GetHashCode(); - if (OnReorder != false) hash ^= OnReorder.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (Name.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Name); - } - if (Description.Length != 0) { - output.WriteRawTag(26); - output.WriteString(Description); - } - if (Price != 0D) { - output.WriteRawTag(33); - output.WriteDouble(Price); - } - if (PictureFileName.Length != 0) { - output.WriteRawTag(42); - output.WriteString(PictureFileName); - } - if (PictureUri.Length != 0) { - output.WriteRawTag(50); - output.WriteString(PictureUri); - } - if (catalogType_ != null) { - output.WriteRawTag(66); - output.WriteMessage(CatalogType); - } - if (catalogBrand_ != null) { - output.WriteRawTag(82); - output.WriteMessage(CatalogBrand); - } - if (AvailableStock != 0) { - output.WriteRawTag(88); - output.WriteInt32(AvailableStock); - } - if (RestockThreshold != 0) { - output.WriteRawTag(96); - output.WriteInt32(RestockThreshold); - } - if (MaxStockThreshold != 0) { - output.WriteRawTag(104); - output.WriteInt32(MaxStockThreshold); - } - if (OnReorder != false) { - output.WriteRawTag(112); - output.WriteBool(OnReorder); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (Name.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Name); - } - if (Description.Length != 0) { - output.WriteRawTag(26); - output.WriteString(Description); - } - if (Price != 0D) { - output.WriteRawTag(33); - output.WriteDouble(Price); - } - if (PictureFileName.Length != 0) { - output.WriteRawTag(42); - output.WriteString(PictureFileName); - } - if (PictureUri.Length != 0) { - output.WriteRawTag(50); - output.WriteString(PictureUri); - } - if (catalogType_ != null) { - output.WriteRawTag(66); - output.WriteMessage(CatalogType); - } - if (catalogBrand_ != null) { - output.WriteRawTag(82); - output.WriteMessage(CatalogBrand); - } - if (AvailableStock != 0) { - output.WriteRawTag(88); - output.WriteInt32(AvailableStock); - } - if (RestockThreshold != 0) { - output.WriteRawTag(96); - output.WriteInt32(RestockThreshold); - } - if (MaxStockThreshold != 0) { - output.WriteRawTag(104); - output.WriteInt32(MaxStockThreshold); - } - if (OnReorder != false) { - output.WriteRawTag(112); - output.WriteBool(OnReorder); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Id != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id); - } - if (Name.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Name); - } - if (Description.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Description); - } - if (Price != 0D) { - size += 1 + 8; - } - if (PictureFileName.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(PictureFileName); - } - if (PictureUri.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(PictureUri); - } - if (catalogType_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(CatalogType); - } - if (catalogBrand_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(CatalogBrand); - } - if (AvailableStock != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(AvailableStock); - } - if (RestockThreshold != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(RestockThreshold); - } - if (MaxStockThreshold != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(MaxStockThreshold); - } - if (OnReorder != false) { - size += 1 + 1; - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(CatalogItemResponse other) { - if (other == null) { - return; - } - if (other.Id != 0) { - Id = other.Id; - } - if (other.Name.Length != 0) { - Name = other.Name; - } - if (other.Description.Length != 0) { - Description = other.Description; - } - if (other.Price != 0D) { - Price = other.Price; - } - if (other.PictureFileName.Length != 0) { - PictureFileName = other.PictureFileName; - } - if (other.PictureUri.Length != 0) { - PictureUri = other.PictureUri; - } - if (other.catalogType_ != null) { - if (catalogType_ == null) { - CatalogType = new global::CatalogApi.CatalogType(); - } - CatalogType.MergeFrom(other.CatalogType); - } - if (other.catalogBrand_ != null) { - if (catalogBrand_ == null) { - CatalogBrand = new global::CatalogApi.CatalogBrand(); - } - CatalogBrand.MergeFrom(other.CatalogBrand); - } - if (other.AvailableStock != 0) { - AvailableStock = other.AvailableStock; - } - if (other.RestockThreshold != 0) { - RestockThreshold = other.RestockThreshold; - } - if (other.MaxStockThreshold != 0) { - MaxStockThreshold = other.MaxStockThreshold; - } - if (other.OnReorder != false) { - OnReorder = other.OnReorder; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - case 18: { - Name = input.ReadString(); - break; - } - case 26: { - Description = input.ReadString(); - break; - } - case 33: { - Price = input.ReadDouble(); - break; - } - case 42: { - PictureFileName = input.ReadString(); - break; - } - case 50: { - PictureUri = input.ReadString(); - break; - } - case 66: { - if (catalogType_ == null) { - CatalogType = new global::CatalogApi.CatalogType(); - } - input.ReadMessage(CatalogType); - break; - } - case 82: { - if (catalogBrand_ == null) { - CatalogBrand = new global::CatalogApi.CatalogBrand(); - } - input.ReadMessage(CatalogBrand); - break; - } - case 88: { - AvailableStock = input.ReadInt32(); - break; - } - case 96: { - RestockThreshold = input.ReadInt32(); - break; - } - case 104: { - MaxStockThreshold = input.ReadInt32(); - break; - } - case 112: { - OnReorder = input.ReadBool(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - case 18: { - Name = input.ReadString(); - break; - } - case 26: { - Description = input.ReadString(); - break; - } - case 33: { - Price = input.ReadDouble(); - break; - } - case 42: { - PictureFileName = input.ReadString(); - break; - } - case 50: { - PictureUri = input.ReadString(); - break; - } - case 66: { - if (catalogType_ == null) { - CatalogType = new global::CatalogApi.CatalogType(); - } - input.ReadMessage(CatalogType); - break; - } - case 82: { - if (catalogBrand_ == null) { - CatalogBrand = new global::CatalogApi.CatalogBrand(); - } - input.ReadMessage(CatalogBrand); - break; - } - case 88: { - AvailableStock = input.ReadInt32(); - break; - } - case 96: { - RestockThreshold = input.ReadInt32(); - break; - } - case 104: { - MaxStockThreshold = input.ReadInt32(); - break; - } - case 112: { - OnReorder = input.ReadBool(); - break; - } - } - } - } - #endif - - } - - public sealed partial class CatalogBrand : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CatalogBrand()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::CatalogApi.CatalogReflection.Descriptor.MessageTypes[3]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogBrand() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogBrand(CatalogBrand other) : this() { - id_ = other.id_; - name_ = other.name_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogBrand Clone() { - return new CatalogBrand(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private int id_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int Id { - get { return id_; } - set { - id_ = value; - } - } - - /// Field number for the "name" field. - public const int NameFieldNumber = 2; - private string name_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Name { - get { return name_; } - set { - name_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as CatalogBrand); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(CatalogBrand other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - if (Name != other.Name) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Id != 0) hash ^= Id.GetHashCode(); - if (Name.Length != 0) hash ^= Name.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (Name.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Name); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (Name.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Name); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Id != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id); - } - if (Name.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Name); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(CatalogBrand other) { - if (other == null) { - return; - } - if (other.Id != 0) { - Id = other.Id; - } - if (other.Name.Length != 0) { - Name = other.Name; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - case 18: { - Name = input.ReadString(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - case 18: { - Name = input.ReadString(); - break; - } - } - } - } - #endif - - } - - public sealed partial class CatalogType : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CatalogType()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::CatalogApi.CatalogReflection.Descriptor.MessageTypes[4]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogType() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogType(CatalogType other) : this() { - id_ = other.id_; - type_ = other.type_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogType Clone() { - return new CatalogType(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private int id_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int Id { - get { return id_; } - set { - id_ = value; - } - } - - /// Field number for the "type" field. - public const int TypeFieldNumber = 2; - private string type_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Type { - get { return type_; } - set { - type_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as CatalogType); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(CatalogType other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - if (Type != other.Type) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Id != 0) hash ^= Id.GetHashCode(); - if (Type.Length != 0) hash ^= Type.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (Type.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Type); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (Type.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Type); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Id != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id); - } - if (Type.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Type); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(CatalogType other) { - if (other == null) { - return; - } - if (other.Id != 0) { - Id = other.Id; - } - if (other.Type.Length != 0) { - Type = other.Type; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - case 18: { - Type = input.ReadString(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - case 18: { - Type = input.ReadString(); - break; - } - } - } - } - #endif - - } - - public sealed partial class PaginatedItemsResponse : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new PaginatedItemsResponse()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::CatalogApi.CatalogReflection.Descriptor.MessageTypes[5]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PaginatedItemsResponse() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PaginatedItemsResponse(PaginatedItemsResponse other) : this() { - pageIndex_ = other.pageIndex_; - pageSize_ = other.pageSize_; - count_ = other.count_; - data_ = other.data_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PaginatedItemsResponse Clone() { - return new PaginatedItemsResponse(this); - } - - /// Field number for the "pageIndex" field. - public const int PageIndexFieldNumber = 1; - private int pageIndex_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int PageIndex { - get { return pageIndex_; } - set { - pageIndex_ = value; - } - } - - /// Field number for the "pageSize" field. - public const int PageSizeFieldNumber = 2; - private int pageSize_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int PageSize { - get { return pageSize_; } - set { - pageSize_ = value; - } - } - - /// Field number for the "count" field. - public const int CountFieldNumber = 3; - private long count_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public long Count { - get { return count_; } - set { - count_ = value; - } - } - - /// Field number for the "data" field. - public const int DataFieldNumber = 4; - private static readonly pb::FieldCodec _repeated_data_codec - = pb::FieldCodec.ForMessage(34, global::CatalogApi.CatalogItemResponse.Parser); - private readonly pbc::RepeatedField data_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField Data { - get { return data_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as PaginatedItemsResponse); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(PaginatedItemsResponse other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (PageIndex != other.PageIndex) return false; - if (PageSize != other.PageSize) return false; - if (Count != other.Count) return false; - if(!data_.Equals(other.data_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (PageIndex != 0) hash ^= PageIndex.GetHashCode(); - if (PageSize != 0) hash ^= PageSize.GetHashCode(); - if (Count != 0L) hash ^= Count.GetHashCode(); - hash ^= data_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (PageIndex != 0) { - output.WriteRawTag(8); - output.WriteInt32(PageIndex); - } - if (PageSize != 0) { - output.WriteRawTag(16); - output.WriteInt32(PageSize); - } - if (Count != 0L) { - output.WriteRawTag(24); - output.WriteInt64(Count); - } - data_.WriteTo(output, _repeated_data_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (PageIndex != 0) { - output.WriteRawTag(8); - output.WriteInt32(PageIndex); - } - if (PageSize != 0) { - output.WriteRawTag(16); - output.WriteInt32(PageSize); - } - if (Count != 0L) { - output.WriteRawTag(24); - output.WriteInt64(Count); - } - data_.WriteTo(ref output, _repeated_data_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (PageIndex != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(PageIndex); - } - if (PageSize != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(PageSize); - } - if (Count != 0L) { - size += 1 + pb::CodedOutputStream.ComputeInt64Size(Count); - } - size += data_.CalculateSize(_repeated_data_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(PaginatedItemsResponse other) { - if (other == null) { - return; - } - if (other.PageIndex != 0) { - PageIndex = other.PageIndex; - } - if (other.PageSize != 0) { - PageSize = other.PageSize; - } - if (other.Count != 0L) { - Count = other.Count; - } - data_.Add(other.data_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - PageIndex = input.ReadInt32(); - break; - } - case 16: { - PageSize = input.ReadInt32(); - break; - } - case 24: { - Count = input.ReadInt64(); - break; - } - case 34: { - data_.AddEntriesFrom(input, _repeated_data_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - PageIndex = input.ReadInt32(); - break; - } - case 16: { - PageSize = input.ReadInt32(); - break; - } - case 24: { - Count = input.ReadInt64(); - break; - } - case 34: { - data_.AddEntriesFrom(ref input, _repeated_data_codec); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/CatalogGrpc.cs b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/CatalogGrpc.cs deleted file mode 100644 index 6e5096cd..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/CatalogGrpc.cs +++ /dev/null @@ -1,200 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: catalog.proto -// -#pragma warning disable 0414, 1591 -#region Designer generated code - -using grpc = global::Grpc.Core; - -namespace CatalogApi { - public static partial class Catalog - { - static readonly string __ServiceName = "CatalogApi.Catalog"; - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static void __Helper_SerializeMessage(global::Google.Protobuf.IMessage message, grpc::SerializationContext context) - { - #if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION - if (message is global::Google.Protobuf.IBufferMessage) - { - context.SetPayloadLength(message.CalculateSize()); - global::Google.Protobuf.MessageExtensions.WriteTo(message, context.GetBufferWriter()); - context.Complete(); - return; - } - #endif - context.Complete(global::Google.Protobuf.MessageExtensions.ToByteArray(message)); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static class __Helper_MessageCache - { - public static readonly bool IsBufferMessage = global::System.Reflection.IntrospectionExtensions.GetTypeInfo(typeof(global::Google.Protobuf.IBufferMessage)).IsAssignableFrom(typeof(T)); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static T __Helper_DeserializeMessage(grpc::DeserializationContext context, global::Google.Protobuf.MessageParser parser) where T : global::Google.Protobuf.IMessage - { - #if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION - if (__Helper_MessageCache.IsBufferMessage) - { - return parser.ParseFrom(context.PayloadAsReadOnlySequence()); - } - #endif - return parser.ParseFrom(context.PayloadAsNewBuffer()); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Marshaller __Marshaller_CatalogApi_CatalogItemRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::CatalogApi.CatalogItemRequest.Parser)); - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Marshaller __Marshaller_CatalogApi_CatalogItemResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::CatalogApi.CatalogItemResponse.Parser)); - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Marshaller __Marshaller_CatalogApi_CatalogItemsRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::CatalogApi.CatalogItemsRequest.Parser)); - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Marshaller __Marshaller_CatalogApi_PaginatedItemsResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::CatalogApi.PaginatedItemsResponse.Parser)); - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Method __Method_GetItemById = new grpc::Method( - grpc::MethodType.Unary, - __ServiceName, - "GetItemById", - __Marshaller_CatalogApi_CatalogItemRequest, - __Marshaller_CatalogApi_CatalogItemResponse); - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Method __Method_GetItemsByIds = new grpc::Method( - grpc::MethodType.Unary, - __ServiceName, - "GetItemsByIds", - __Marshaller_CatalogApi_CatalogItemsRequest, - __Marshaller_CatalogApi_PaginatedItemsResponse); - - /// Service descriptor - public static global::Google.Protobuf.Reflection.ServiceDescriptor Descriptor - { - get { return global::CatalogApi.CatalogReflection.Descriptor.Services[0]; } - } - - /// Client for Catalog - public partial class CatalogClient : grpc::ClientBase - { - /// Creates a new client for Catalog - /// The channel to use to make remote calls. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public CatalogClient(grpc::ChannelBase channel) : base(channel) - { - } - /// Creates a new client for Catalog that uses a custom CallInvoker. - /// The callInvoker to use to make remote calls. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public CatalogClient(grpc::CallInvoker callInvoker) : base(callInvoker) - { - } - /// Protected parameterless constructor to allow creation of test doubles. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - protected CatalogClient() : base() - { - } - /// Protected constructor to allow creation of configured clients. - /// The client configuration. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - protected CatalogClient(ClientBaseConfiguration configuration) : base(configuration) - { - } - - /// - /// >> - ///option (google.api.http) = { - ///get: "/api/v1/catalog/items/{id}" - ///}; - ///<< - /// - /// The request to send to the server. - /// The initial metadata to send with the call. This parameter is optional. - /// An optional deadline for the call. The call will be cancelled if deadline is hit. - /// An optional token for canceling the call. - /// The response received from the server. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual global::CatalogApi.CatalogItemResponse GetItemById(global::CatalogApi.CatalogItemRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) - { - return GetItemById(request, new grpc::CallOptions(headers, deadline, cancellationToken)); - } - /// - /// >> - ///option (google.api.http) = { - ///get: "/api/v1/catalog/items/{id}" - ///}; - ///<< - /// - /// The request to send to the server. - /// The options for the call. - /// The response received from the server. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual global::CatalogApi.CatalogItemResponse GetItemById(global::CatalogApi.CatalogItemRequest request, grpc::CallOptions options) - { - return CallInvoker.BlockingUnaryCall(__Method_GetItemById, null, options, request); - } - /// - /// >> - ///option (google.api.http) = { - ///get: "/api/v1/catalog/items/{id}" - ///}; - ///<< - /// - /// The request to send to the server. - /// The initial metadata to send with the call. This parameter is optional. - /// An optional deadline for the call. The call will be cancelled if deadline is hit. - /// An optional token for canceling the call. - /// The call object. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual grpc::AsyncUnaryCall GetItemByIdAsync(global::CatalogApi.CatalogItemRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) - { - return GetItemByIdAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)); - } - /// - /// >> - ///option (google.api.http) = { - ///get: "/api/v1/catalog/items/{id}" - ///}; - ///<< - /// - /// The request to send to the server. - /// The options for the call. - /// The call object. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual grpc::AsyncUnaryCall GetItemByIdAsync(global::CatalogApi.CatalogItemRequest request, grpc::CallOptions options) - { - return CallInvoker.AsyncUnaryCall(__Method_GetItemById, null, options, request); - } - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual global::CatalogApi.PaginatedItemsResponse GetItemsByIds(global::CatalogApi.CatalogItemsRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) - { - return GetItemsByIds(request, new grpc::CallOptions(headers, deadline, cancellationToken)); - } - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual global::CatalogApi.PaginatedItemsResponse GetItemsByIds(global::CatalogApi.CatalogItemsRequest request, grpc::CallOptions options) - { - return CallInvoker.BlockingUnaryCall(__Method_GetItemsByIds, null, options, request); - } - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual grpc::AsyncUnaryCall GetItemsByIdsAsync(global::CatalogApi.CatalogItemsRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) - { - return GetItemsByIdsAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)); - } - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual grpc::AsyncUnaryCall GetItemsByIdsAsync(global::CatalogApi.CatalogItemsRequest request, grpc::CallOptions options) - { - return CallInvoker.AsyncUnaryCall(__Method_GetItemsByIds, null, options, request); - } - /// Creates a new instance of client from given ClientBaseConfiguration. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - protected override CatalogClient NewInstance(ClientBaseConfiguration configuration) - { - return new CatalogClient(configuration); - } - } - - } -} -#endregion diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Ordering.cs b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Ordering.cs deleted file mode 100644 index c4d7a4fc..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Ordering.cs +++ /dev/null @@ -1,1273 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: ordering.proto -// -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace GrpcOrdering { - - /// Holder for reflection information generated from ordering.proto - public static partial class OrderingReflection { - - #region Descriptor - /// File descriptor for ordering.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static OrderingReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Cg5vcmRlcmluZy5wcm90bxILT3JkZXJpbmdBcGkiUgoXQ3JlYXRlT3JkZXJE", - "cmFmdENvbW1hbmQSDwoHYnV5ZXJJZBgBIAEoCRImCgVpdGVtcxgCIAMoCzIX", - "Lk9yZGVyaW5nQXBpLkJhc2tldEl0ZW0ijwEKCkJhc2tldEl0ZW0SCgoCaWQY", - "ASABKAkSEQoJcHJvZHVjdElkGAIgASgFEhMKC3Byb2R1Y3ROYW1lGAMgASgJ", - "EhEKCXVuaXRQcmljZRgEIAEoARIUCgxvbGRVbml0UHJpY2UYBSABKAESEAoI", - "cXVhbnRpdHkYBiABKAUSEgoKcGljdHVyZVVybBgHIAEoCSJNCg1PcmRlckRy", - "YWZ0RFRPEg0KBXRvdGFsGAEgASgBEi0KCm9yZGVySXRlbXMYAiADKAsyGS5P", - "cmRlcmluZ0FwaS5PcmRlckl0ZW1EVE8ifgoMT3JkZXJJdGVtRFRPEhEKCXBy", - "b2R1Y3RJZBgBIAEoBRITCgtwcm9kdWN0TmFtZRgCIAEoCRIRCgl1bml0UHJp", - "Y2UYAyABKAESEAoIZGlzY291bnQYBCABKAESDQoFdW5pdHMYBSABKAUSEgoK", - "cGljdHVyZVVybBgGIAEoCTJ0CgxPcmRlcmluZ0dycGMSZAoeQ3JlYXRlT3Jk", - "ZXJEcmFmdEZyb21CYXNrZXREYXRhEiQuT3JkZXJpbmdBcGkuQ3JlYXRlT3Jk", - "ZXJEcmFmdENvbW1hbmQaGi5PcmRlcmluZ0FwaS5PcmRlckRyYWZ0RFRPIgBC", - "D6oCDEdycGNPcmRlcmluZ2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::GrpcOrdering.CreateOrderDraftCommand), global::GrpcOrdering.CreateOrderDraftCommand.Parser, new[]{ "BuyerId", "Items" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::GrpcOrdering.BasketItem), global::GrpcOrdering.BasketItem.Parser, new[]{ "Id", "ProductId", "ProductName", "UnitPrice", "OldUnitPrice", "Quantity", "PictureUrl" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::GrpcOrdering.OrderDraftDTO), global::GrpcOrdering.OrderDraftDTO.Parser, new[]{ "Total", "OrderItems" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::GrpcOrdering.OrderItemDTO), global::GrpcOrdering.OrderItemDTO.Parser, new[]{ "ProductId", "ProductName", "UnitPrice", "Discount", "Units", "PictureUrl" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class CreateOrderDraftCommand : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CreateOrderDraftCommand()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::GrpcOrdering.OrderingReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CreateOrderDraftCommand() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CreateOrderDraftCommand(CreateOrderDraftCommand other) : this() { - buyerId_ = other.buyerId_; - items_ = other.items_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CreateOrderDraftCommand Clone() { - return new CreateOrderDraftCommand(this); - } - - /// Field number for the "buyerId" field. - public const int BuyerIdFieldNumber = 1; - private string buyerId_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string BuyerId { - get { return buyerId_; } - set { - buyerId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "items" field. - public const int ItemsFieldNumber = 2; - private static readonly pb::FieldCodec _repeated_items_codec - = pb::FieldCodec.ForMessage(18, global::GrpcOrdering.BasketItem.Parser); - private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField Items { - get { return items_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as CreateOrderDraftCommand); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(CreateOrderDraftCommand other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (BuyerId != other.BuyerId) return false; - if(!items_.Equals(other.items_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (BuyerId.Length != 0) hash ^= BuyerId.GetHashCode(); - hash ^= items_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (BuyerId.Length != 0) { - output.WriteRawTag(10); - output.WriteString(BuyerId); - } - items_.WriteTo(output, _repeated_items_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (BuyerId.Length != 0) { - output.WriteRawTag(10); - output.WriteString(BuyerId); - } - items_.WriteTo(ref output, _repeated_items_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (BuyerId.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(BuyerId); - } - size += items_.CalculateSize(_repeated_items_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(CreateOrderDraftCommand other) { - if (other == null) { - return; - } - if (other.BuyerId.Length != 0) { - BuyerId = other.BuyerId; - } - items_.Add(other.items_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - BuyerId = input.ReadString(); - break; - } - case 18: { - items_.AddEntriesFrom(input, _repeated_items_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 10: { - BuyerId = input.ReadString(); - break; - } - case 18: { - items_.AddEntriesFrom(ref input, _repeated_items_codec); - break; - } - } - } - } - #endif - - } - - public sealed partial class BasketItem : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BasketItem()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::GrpcOrdering.OrderingReflection.Descriptor.MessageTypes[1]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BasketItem() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BasketItem(BasketItem other) : this() { - id_ = other.id_; - productId_ = other.productId_; - productName_ = other.productName_; - unitPrice_ = other.unitPrice_; - oldUnitPrice_ = other.oldUnitPrice_; - quantity_ = other.quantity_; - pictureUrl_ = other.pictureUrl_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BasketItem Clone() { - return new BasketItem(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private string id_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Id { - get { return id_; } - set { - id_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "productId" field. - public const int ProductIdFieldNumber = 2; - private int productId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int ProductId { - get { return productId_; } - set { - productId_ = value; - } - } - - /// Field number for the "productName" field. - public const int ProductNameFieldNumber = 3; - private string productName_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string ProductName { - get { return productName_; } - set { - productName_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "unitPrice" field. - public const int UnitPriceFieldNumber = 4; - private double unitPrice_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public double UnitPrice { - get { return unitPrice_; } - set { - unitPrice_ = value; - } - } - - /// Field number for the "oldUnitPrice" field. - public const int OldUnitPriceFieldNumber = 5; - private double oldUnitPrice_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public double OldUnitPrice { - get { return oldUnitPrice_; } - set { - oldUnitPrice_ = value; - } - } - - /// Field number for the "quantity" field. - public const int QuantityFieldNumber = 6; - private int quantity_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int Quantity { - get { return quantity_; } - set { - quantity_ = value; - } - } - - /// Field number for the "pictureUrl" field. - public const int PictureUrlFieldNumber = 7; - private string pictureUrl_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string PictureUrl { - get { return pictureUrl_; } - set { - pictureUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as BasketItem); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(BasketItem other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - if (ProductId != other.ProductId) return false; - if (ProductName != other.ProductName) return false; - if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(UnitPrice, other.UnitPrice)) return false; - if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(OldUnitPrice, other.OldUnitPrice)) return false; - if (Quantity != other.Quantity) return false; - if (PictureUrl != other.PictureUrl) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Id.Length != 0) hash ^= Id.GetHashCode(); - if (ProductId != 0) hash ^= ProductId.GetHashCode(); - if (ProductName.Length != 0) hash ^= ProductName.GetHashCode(); - if (UnitPrice != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(UnitPrice); - if (OldUnitPrice != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(OldUnitPrice); - if (Quantity != 0) hash ^= Quantity.GetHashCode(); - if (PictureUrl.Length != 0) hash ^= PictureUrl.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Id.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Id); - } - if (ProductId != 0) { - output.WriteRawTag(16); - output.WriteInt32(ProductId); - } - if (ProductName.Length != 0) { - output.WriteRawTag(26); - output.WriteString(ProductName); - } - if (UnitPrice != 0D) { - output.WriteRawTag(33); - output.WriteDouble(UnitPrice); - } - if (OldUnitPrice != 0D) { - output.WriteRawTag(41); - output.WriteDouble(OldUnitPrice); - } - if (Quantity != 0) { - output.WriteRawTag(48); - output.WriteInt32(Quantity); - } - if (PictureUrl.Length != 0) { - output.WriteRawTag(58); - output.WriteString(PictureUrl); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Id.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Id); - } - if (ProductId != 0) { - output.WriteRawTag(16); - output.WriteInt32(ProductId); - } - if (ProductName.Length != 0) { - output.WriteRawTag(26); - output.WriteString(ProductName); - } - if (UnitPrice != 0D) { - output.WriteRawTag(33); - output.WriteDouble(UnitPrice); - } - if (OldUnitPrice != 0D) { - output.WriteRawTag(41); - output.WriteDouble(OldUnitPrice); - } - if (Quantity != 0) { - output.WriteRawTag(48); - output.WriteInt32(Quantity); - } - if (PictureUrl.Length != 0) { - output.WriteRawTag(58); - output.WriteString(PictureUrl); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Id.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Id); - } - if (ProductId != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(ProductId); - } - if (ProductName.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(ProductName); - } - if (UnitPrice != 0D) { - size += 1 + 8; - } - if (OldUnitPrice != 0D) { - size += 1 + 8; - } - if (Quantity != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Quantity); - } - if (PictureUrl.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(PictureUrl); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(BasketItem other) { - if (other == null) { - return; - } - if (other.Id.Length != 0) { - Id = other.Id; - } - if (other.ProductId != 0) { - ProductId = other.ProductId; - } - if (other.ProductName.Length != 0) { - ProductName = other.ProductName; - } - if (other.UnitPrice != 0D) { - UnitPrice = other.UnitPrice; - } - if (other.OldUnitPrice != 0D) { - OldUnitPrice = other.OldUnitPrice; - } - if (other.Quantity != 0) { - Quantity = other.Quantity; - } - if (other.PictureUrl.Length != 0) { - PictureUrl = other.PictureUrl; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - Id = input.ReadString(); - break; - } - case 16: { - ProductId = input.ReadInt32(); - break; - } - case 26: { - ProductName = input.ReadString(); - break; - } - case 33: { - UnitPrice = input.ReadDouble(); - break; - } - case 41: { - OldUnitPrice = input.ReadDouble(); - break; - } - case 48: { - Quantity = input.ReadInt32(); - break; - } - case 58: { - PictureUrl = input.ReadString(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 10: { - Id = input.ReadString(); - break; - } - case 16: { - ProductId = input.ReadInt32(); - break; - } - case 26: { - ProductName = input.ReadString(); - break; - } - case 33: { - UnitPrice = input.ReadDouble(); - break; - } - case 41: { - OldUnitPrice = input.ReadDouble(); - break; - } - case 48: { - Quantity = input.ReadInt32(); - break; - } - case 58: { - PictureUrl = input.ReadString(); - break; - } - } - } - } - #endif - - } - - public sealed partial class OrderDraftDTO : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new OrderDraftDTO()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::GrpcOrdering.OrderingReflection.Descriptor.MessageTypes[2]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OrderDraftDTO() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OrderDraftDTO(OrderDraftDTO other) : this() { - total_ = other.total_; - orderItems_ = other.orderItems_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OrderDraftDTO Clone() { - return new OrderDraftDTO(this); - } - - /// Field number for the "total" field. - public const int TotalFieldNumber = 1; - private double total_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public double Total { - get { return total_; } - set { - total_ = value; - } - } - - /// Field number for the "orderItems" field. - public const int OrderItemsFieldNumber = 2; - private static readonly pb::FieldCodec _repeated_orderItems_codec - = pb::FieldCodec.ForMessage(18, global::GrpcOrdering.OrderItemDTO.Parser); - private readonly pbc::RepeatedField orderItems_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField OrderItems { - get { return orderItems_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as OrderDraftDTO); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(OrderDraftDTO other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(Total, other.Total)) return false; - if(!orderItems_.Equals(other.orderItems_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Total != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(Total); - hash ^= orderItems_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Total != 0D) { - output.WriteRawTag(9); - output.WriteDouble(Total); - } - orderItems_.WriteTo(output, _repeated_orderItems_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Total != 0D) { - output.WriteRawTag(9); - output.WriteDouble(Total); - } - orderItems_.WriteTo(ref output, _repeated_orderItems_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Total != 0D) { - size += 1 + 8; - } - size += orderItems_.CalculateSize(_repeated_orderItems_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(OrderDraftDTO other) { - if (other == null) { - return; - } - if (other.Total != 0D) { - Total = other.Total; - } - orderItems_.Add(other.orderItems_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 9: { - Total = input.ReadDouble(); - break; - } - case 18: { - orderItems_.AddEntriesFrom(input, _repeated_orderItems_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 9: { - Total = input.ReadDouble(); - break; - } - case 18: { - orderItems_.AddEntriesFrom(ref input, _repeated_orderItems_codec); - break; - } - } - } - } - #endif - - } - - public sealed partial class OrderItemDTO : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new OrderItemDTO()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::GrpcOrdering.OrderingReflection.Descriptor.MessageTypes[3]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OrderItemDTO() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OrderItemDTO(OrderItemDTO other) : this() { - productId_ = other.productId_; - productName_ = other.productName_; - unitPrice_ = other.unitPrice_; - discount_ = other.discount_; - units_ = other.units_; - pictureUrl_ = other.pictureUrl_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OrderItemDTO Clone() { - return new OrderItemDTO(this); - } - - /// Field number for the "productId" field. - public const int ProductIdFieldNumber = 1; - private int productId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int ProductId { - get { return productId_; } - set { - productId_ = value; - } - } - - /// Field number for the "productName" field. - public const int ProductNameFieldNumber = 2; - private string productName_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string ProductName { - get { return productName_; } - set { - productName_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "unitPrice" field. - public const int UnitPriceFieldNumber = 3; - private double unitPrice_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public double UnitPrice { - get { return unitPrice_; } - set { - unitPrice_ = value; - } - } - - /// Field number for the "discount" field. - public const int DiscountFieldNumber = 4; - private double discount_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public double Discount { - get { return discount_; } - set { - discount_ = value; - } - } - - /// Field number for the "units" field. - public const int UnitsFieldNumber = 5; - private int units_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int Units { - get { return units_; } - set { - units_ = value; - } - } - - /// Field number for the "pictureUrl" field. - public const int PictureUrlFieldNumber = 6; - private string pictureUrl_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string PictureUrl { - get { return pictureUrl_; } - set { - pictureUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as OrderItemDTO); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(OrderItemDTO other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (ProductId != other.ProductId) return false; - if (ProductName != other.ProductName) return false; - if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(UnitPrice, other.UnitPrice)) return false; - if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(Discount, other.Discount)) return false; - if (Units != other.Units) return false; - if (PictureUrl != other.PictureUrl) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (ProductId != 0) hash ^= ProductId.GetHashCode(); - if (ProductName.Length != 0) hash ^= ProductName.GetHashCode(); - if (UnitPrice != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(UnitPrice); - if (Discount != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(Discount); - if (Units != 0) hash ^= Units.GetHashCode(); - if (PictureUrl.Length != 0) hash ^= PictureUrl.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (ProductId != 0) { - output.WriteRawTag(8); - output.WriteInt32(ProductId); - } - if (ProductName.Length != 0) { - output.WriteRawTag(18); - output.WriteString(ProductName); - } - if (UnitPrice != 0D) { - output.WriteRawTag(25); - output.WriteDouble(UnitPrice); - } - if (Discount != 0D) { - output.WriteRawTag(33); - output.WriteDouble(Discount); - } - if (Units != 0) { - output.WriteRawTag(40); - output.WriteInt32(Units); - } - if (PictureUrl.Length != 0) { - output.WriteRawTag(50); - output.WriteString(PictureUrl); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (ProductId != 0) { - output.WriteRawTag(8); - output.WriteInt32(ProductId); - } - if (ProductName.Length != 0) { - output.WriteRawTag(18); - output.WriteString(ProductName); - } - if (UnitPrice != 0D) { - output.WriteRawTag(25); - output.WriteDouble(UnitPrice); - } - if (Discount != 0D) { - output.WriteRawTag(33); - output.WriteDouble(Discount); - } - if (Units != 0) { - output.WriteRawTag(40); - output.WriteInt32(Units); - } - if (PictureUrl.Length != 0) { - output.WriteRawTag(50); - output.WriteString(PictureUrl); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (ProductId != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(ProductId); - } - if (ProductName.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(ProductName); - } - if (UnitPrice != 0D) { - size += 1 + 8; - } - if (Discount != 0D) { - size += 1 + 8; - } - if (Units != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Units); - } - if (PictureUrl.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(PictureUrl); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(OrderItemDTO other) { - if (other == null) { - return; - } - if (other.ProductId != 0) { - ProductId = other.ProductId; - } - if (other.ProductName.Length != 0) { - ProductName = other.ProductName; - } - if (other.UnitPrice != 0D) { - UnitPrice = other.UnitPrice; - } - if (other.Discount != 0D) { - Discount = other.Discount; - } - if (other.Units != 0) { - Units = other.Units; - } - if (other.PictureUrl.Length != 0) { - PictureUrl = other.PictureUrl; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - ProductId = input.ReadInt32(); - break; - } - case 18: { - ProductName = input.ReadString(); - break; - } - case 25: { - UnitPrice = input.ReadDouble(); - break; - } - case 33: { - Discount = input.ReadDouble(); - break; - } - case 40: { - Units = input.ReadInt32(); - break; - } - case 50: { - PictureUrl = input.ReadString(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - ProductId = input.ReadInt32(); - break; - } - case 18: { - ProductName = input.ReadString(); - break; - } - case 25: { - UnitPrice = input.ReadDouble(); - break; - } - case 33: { - Discount = input.ReadDouble(); - break; - } - case 40: { - Units = input.ReadInt32(); - break; - } - case 50: { - PictureUrl = input.ReadString(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/OrderingGrpc.cs b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/OrderingGrpc.cs deleted file mode 100644 index 4cc6bea8..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/OrderingGrpc.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: ordering.proto -// -#pragma warning disable 0414, 1591 -#region Designer generated code - -using grpc = global::Grpc.Core; - -namespace GrpcOrdering { - public static partial class OrderingGrpc - { - static readonly string __ServiceName = "OrderingApi.OrderingGrpc"; - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static void __Helper_SerializeMessage(global::Google.Protobuf.IMessage message, grpc::SerializationContext context) - { - #if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION - if (message is global::Google.Protobuf.IBufferMessage) - { - context.SetPayloadLength(message.CalculateSize()); - global::Google.Protobuf.MessageExtensions.WriteTo(message, context.GetBufferWriter()); - context.Complete(); - return; - } - #endif - context.Complete(global::Google.Protobuf.MessageExtensions.ToByteArray(message)); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static class __Helper_MessageCache - { - public static readonly bool IsBufferMessage = global::System.Reflection.IntrospectionExtensions.GetTypeInfo(typeof(global::Google.Protobuf.IBufferMessage)).IsAssignableFrom(typeof(T)); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static T __Helper_DeserializeMessage(grpc::DeserializationContext context, global::Google.Protobuf.MessageParser parser) where T : global::Google.Protobuf.IMessage - { - #if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION - if (__Helper_MessageCache.IsBufferMessage) - { - return parser.ParseFrom(context.PayloadAsReadOnlySequence()); - } - #endif - return parser.ParseFrom(context.PayloadAsNewBuffer()); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Marshaller __Marshaller_OrderingApi_CreateOrderDraftCommand = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::GrpcOrdering.CreateOrderDraftCommand.Parser)); - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Marshaller __Marshaller_OrderingApi_OrderDraftDTO = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::GrpcOrdering.OrderDraftDTO.Parser)); - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Method __Method_CreateOrderDraftFromBasketData = new grpc::Method( - grpc::MethodType.Unary, - __ServiceName, - "CreateOrderDraftFromBasketData", - __Marshaller_OrderingApi_CreateOrderDraftCommand, - __Marshaller_OrderingApi_OrderDraftDTO); - - /// Service descriptor - public static global::Google.Protobuf.Reflection.ServiceDescriptor Descriptor - { - get { return global::GrpcOrdering.OrderingReflection.Descriptor.Services[0]; } - } - - /// Client for OrderingGrpc - public partial class OrderingGrpcClient : grpc::ClientBase - { - /// Creates a new client for OrderingGrpc - /// The channel to use to make remote calls. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public OrderingGrpcClient(grpc::ChannelBase channel) : base(channel) - { - } - /// Creates a new client for OrderingGrpc that uses a custom CallInvoker. - /// The callInvoker to use to make remote calls. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public OrderingGrpcClient(grpc::CallInvoker callInvoker) : base(callInvoker) - { - } - /// Protected parameterless constructor to allow creation of test doubles. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - protected OrderingGrpcClient() : base() - { - } - /// Protected constructor to allow creation of configured clients. - /// The client configuration. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - protected OrderingGrpcClient(ClientBaseConfiguration configuration) : base(configuration) - { - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual global::GrpcOrdering.OrderDraftDTO CreateOrderDraftFromBasketData(global::GrpcOrdering.CreateOrderDraftCommand request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) - { - return CreateOrderDraftFromBasketData(request, new grpc::CallOptions(headers, deadline, cancellationToken)); - } - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual global::GrpcOrdering.OrderDraftDTO CreateOrderDraftFromBasketData(global::GrpcOrdering.CreateOrderDraftCommand request, grpc::CallOptions options) - { - return CallInvoker.BlockingUnaryCall(__Method_CreateOrderDraftFromBasketData, null, options, request); - } - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual grpc::AsyncUnaryCall CreateOrderDraftFromBasketDataAsync(global::GrpcOrdering.CreateOrderDraftCommand request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) - { - return CreateOrderDraftFromBasketDataAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)); - } - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual grpc::AsyncUnaryCall CreateOrderDraftFromBasketDataAsync(global::GrpcOrdering.CreateOrderDraftCommand request, grpc::CallOptions options) - { - return CallInvoker.AsyncUnaryCall(__Method_CreateOrderDraftFromBasketData, null, options, request); - } - /// Creates a new instance of client from given ClientBaseConfiguration. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - protected override OrderingGrpcClient NewInstance(ClientBaseConfiguration configuration) - { - return new OrderingGrpcClient(configuration); - } - } - - } -} -#endregion diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.AssemblyInfo.cs b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.AssemblyInfo.cs deleted file mode 100644 index a71661bf..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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("Web.Shopping.HttpAggregator")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("Web.Shopping.HttpAggregator")] -[assembly: System.Reflection.AssemblyTitleAttribute("Web.Shopping.HttpAggregator")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.AssemblyInfoInputs.cache b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.AssemblyInfoInputs.cache deleted file mode 100644 index 8efb4f1e..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -6d290a156a8d1e6b1606ed54227fbf456fdf2335 diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.GeneratedMSBuildEditorConfig.editorconfig b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 3711ff25..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,16 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = true -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = Microsoft.eShopOnContainers.Web.Shopping.HttpAggregator -build_property.RootNamespace = Microsoft.eShopOnContainers.Web.Shopping.HttpAggregator -build_property.ProjectDir = /workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/ -build_property.RazorLangVersion = 6.0 -build_property.SupportLocalizedComponentNames = -build_property.GenerateRazorMetadataSourceChecksumAttributes = -build_property.MSBuildProjectDirectory = /workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator -build_property._RazorSourceGeneratorDebug = diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.MvcApplicationPartsAssemblyInfo.cs b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.MvcApplicationPartsAssemblyInfo.cs deleted file mode 100644 index 4db6d34b..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.MvcApplicationPartsAssemblyInfo.cs +++ /dev/null @@ -1,17 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.Newtonsoft")] -[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.assets.cache b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.assets.cache deleted file mode 100644 index 66ae23e5..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.assets.cache and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.csproj.AssemblyReference.cache b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.csproj.AssemblyReference.cache deleted file mode 100644 index 45e92b42..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.csproj.CopyComplete b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.csproj.CopyComplete deleted file mode 100644 index e69de29b..00000000 diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.csproj.CoreCompileInputs.cache b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.csproj.CoreCompileInputs.cache deleted file mode 100644 index 81d08f27..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -0028d9d7772865d5466507d4b8950e6b1db36a45 diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.csproj.FileListAbsolute.txt b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.csproj.FileListAbsolute.txt deleted file mode 100644 index eff861e5..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,74 +0,0 @@ -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/appsettings.Development.json -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/appsettings.json -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/appsettings.localhost.json -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Web.Shopping.HttpAggregator -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Web.Shopping.HttpAggregator.deps.json -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Web.Shopping.HttpAggregator.runtimeconfig.json -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Web.Shopping.HttpAggregator.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Web.Shopping.HttpAggregator.pdb -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/HealthChecks.UI.Client.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/HealthChecks.UI.Core.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/HealthChecks.Uris.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Google.Protobuf.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.AspNetCore.Server.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.AspNetCore.Server.ClientFactory.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.Core.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.Core.Api.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.Net.Client.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.Net.ClientFactory.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.Net.Common.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.AspNetCore.JsonPatch.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.Extensions.Caching.Memory.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.Extensions.DependencyModel.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.Extensions.Logging.Abstractions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.IdentityModel.Logging.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.IdentityModel.Protocols.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.IdentityModel.Tokens.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.OpenApi.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Newtonsoft.Json.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Newtonsoft.Json.Bson.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.AspNetCore.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Extensions.Hosting.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Extensions.Logging.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Formatting.Compact.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Settings.Configuration.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Sinks.Console.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Sinks.Debug.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Sinks.File.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Sinks.PeriodicBatching.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Sinks.Seq.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Swashbuckle.AspNetCore.Newtonsoft.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Swashbuckle.AspNetCore.Swagger.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/System.IdentityModel.Tokens.Jwt.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/runtimes/linux-arm64/native/libgrpc_csharp_ext.arm64.so -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/runtimes/linux-x64/native/libgrpc_csharp_ext.x64.so -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/runtimes/osx-x64/native/libgrpc_csharp_ext.x64.dylib -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/runtimes/win-x64/native/grpc_csharp_ext.x64.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/runtimes/win-x86/native/grpc_csharp_ext.x86.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.csproj.AssemblyReference.cache -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.GeneratedMSBuildEditorConfig.editorconfig -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.AssemblyInfoInputs.cache -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.AssemblyInfo.cs -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.csproj.CoreCompileInputs.cache -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.MvcApplicationPartsAssemblyInfo.cs -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.MvcApplicationPartsAssemblyInfo.cache -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/staticwebassets.build.json -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/staticwebassets.development.json -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/scopedcss/bundle/Web.Shopping.HttpAggregator.styles.css -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.csproj.CopyComplete -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/refint/Web.Shopping.HttpAggregator.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.pdb -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.genruntimeconfig.cache -/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/ref/Web.Shopping.HttpAggregator.dll diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.dll deleted file mode 100644 index 87140ba8..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.genruntimeconfig.cache b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.genruntimeconfig.cache deleted file mode 100644 index 15eadd61..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -bb90c40911546d575b5a394c00fb4b0f64248c95 diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.pdb b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.pdb deleted file mode 100644 index 488ee514..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.pdb and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/apphost b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/apphost deleted file mode 100755 index 07b78de6..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/apphost and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/ref/Web.Shopping.HttpAggregator.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/ref/Web.Shopping.HttpAggregator.dll deleted file mode 100644 index 17a394cc..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/ref/Web.Shopping.HttpAggregator.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/refint/Web.Shopping.HttpAggregator.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/refint/Web.Shopping.HttpAggregator.dll deleted file mode 100644 index 17a394cc..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/refint/Web.Shopping.HttpAggregator.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/staticwebassets.build.json b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/staticwebassets.build.json deleted file mode 100644 index af437055..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/staticwebassets.build.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Version": 1, - "Hash": "MLTqrYtfAl+uDNvXqxeKls2028dA4hVlodXqpi3fIQE=", - "Source": "Web.Shopping.HttpAggregator", - "BasePath": "_content/Web.Shopping.HttpAggregator", - "Mode": "Default", - "ManifestType": "Build", - "ReferencedProjectsConfiguration": [], - "DiscoveryPatterns": [], - "Assets": [] -} \ No newline at end of file diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs deleted file mode 100644 index af943994..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = "")] diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/13bc9ab794319831_ordering.protodep b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/13bc9ab794319831_ordering.protodep deleted file mode 100644 index 7a92137c..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/13bc9ab794319831_ordering.protodep +++ /dev/null @@ -1,2 +0,0 @@ -obj/Debug/net8.0/Ordering.cs \ -obj/Debug/net8.0/OrderingGrpc.cs: ../../../Services/Ordering/Ordering.API/Proto/ordering.proto \ No newline at end of file diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/1990726b26142f12_catalog.protodep b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/1990726b26142f12_catalog.protodep deleted file mode 100644 index 5f19662c..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/1990726b26142f12_catalog.protodep +++ /dev/null @@ -1,2 +0,0 @@ -obj/Debug/net8.0/Catalog.cs \ -obj/Debug/net8.0/CatalogGrpc.cs: ../../../Services/Catalog/Catalog.API/Proto/catalog.proto \ No newline at end of file diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/256b1bc6ff9655a0_basket.protodep b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/256b1bc6ff9655a0_basket.protodep deleted file mode 100644 index bb0bd187..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/256b1bc6ff9655a0_basket.protodep +++ /dev/null @@ -1,2 +0,0 @@ -obj/Debug/net8.0/Basket.cs \ -obj/Debug/net8.0/BasketGrpc.cs: ../../../Services/Basket/Basket.API/Proto/basket.proto \ No newline at end of file diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/82a514b6faa72366_ordering.protodep b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/82a514b6faa72366_ordering.protodep deleted file mode 100644 index 135abd6e..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/82a514b6faa72366_ordering.protodep +++ /dev/null @@ -1,2 +0,0 @@ -obj\Debug\net8.0/Ordering.cs \ -obj\Debug\net8.0/OrderingGrpc.cs: ../../../Services/Ordering/Ordering.API/Proto/ordering.proto \ No newline at end of file diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Basket.cs b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Basket.cs deleted file mode 100644 index d917f029..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Basket.cs +++ /dev/null @@ -1,1092 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: basket.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace GrpcBasket { - - /// Holder for reflection information generated from basket.proto - public static partial class BasketReflection { - - #region Descriptor - /// File descriptor for basket.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static BasketReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "CgxiYXNrZXQucHJvdG8SCUJhc2tldEFwaSIbCg1CYXNrZXRSZXF1ZXN0EgoK", - "AmlkGAEgASgJIlYKFUN1c3RvbWVyQmFza2V0UmVxdWVzdBIPCgdidXllcmlk", - "GAEgASgJEiwKBWl0ZW1zGAIgAygLMh0uQmFza2V0QXBpLkJhc2tldEl0ZW1S", - "ZXNwb25zZSJXChZDdXN0b21lckJhc2tldFJlc3BvbnNlEg8KB2J1eWVyaWQY", - "ASABKAkSLAoFaXRlbXMYAiADKAsyHS5CYXNrZXRBcGkuQmFza2V0SXRlbVJl", - "c3BvbnNlIpcBChJCYXNrZXRJdGVtUmVzcG9uc2USCgoCaWQYASABKAkSEQoJ", - "cHJvZHVjdGlkGAIgASgFEhMKC3Byb2R1Y3RuYW1lGAMgASgJEhEKCXVuaXRw", - "cmljZRgEIAEoARIUCgxvbGR1bml0cHJpY2UYBSABKAESEAoIcXVhbnRpdHkY", - "BiABKAUSEgoKcGljdHVyZXVybBgHIAEoCTKvAQoGQmFza2V0Ek4KDUdldEJh", - "c2tldEJ5SWQSGC5CYXNrZXRBcGkuQmFza2V0UmVxdWVzdBohLkJhc2tldEFw", - "aS5DdXN0b21lckJhc2tldFJlc3BvbnNlIgASVQoMVXBkYXRlQmFza2V0EiAu", - "QmFza2V0QXBpLkN1c3RvbWVyQmFza2V0UmVxdWVzdBohLkJhc2tldEFwaS5D", - "dXN0b21lckJhc2tldFJlc3BvbnNlIgBCDaoCCkdycGNCYXNrZXRiBnByb3Rv", - "Mw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::GrpcBasket.BasketRequest), global::GrpcBasket.BasketRequest.Parser, new[]{ "Id" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::GrpcBasket.CustomerBasketRequest), global::GrpcBasket.CustomerBasketRequest.Parser, new[]{ "Buyerid", "Items" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::GrpcBasket.CustomerBasketResponse), global::GrpcBasket.CustomerBasketResponse.Parser, new[]{ "Buyerid", "Items" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::GrpcBasket.BasketItemResponse), global::GrpcBasket.BasketItemResponse.Parser, new[]{ "Id", "Productid", "Productname", "Unitprice", "Oldunitprice", "Quantity", "Pictureurl" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class BasketRequest : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BasketRequest()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::GrpcBasket.BasketReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BasketRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BasketRequest(BasketRequest other) : this() { - id_ = other.id_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BasketRequest Clone() { - return new BasketRequest(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private string id_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Id { - get { return id_; } - set { - id_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as BasketRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(BasketRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Id.Length != 0) hash ^= Id.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Id.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Id); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Id.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Id); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Id.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Id); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(BasketRequest other) { - if (other == null) { - return; - } - if (other.Id.Length != 0) { - Id = other.Id; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - Id = input.ReadString(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 10: { - Id = input.ReadString(); - break; - } - } - } - } - #endif - - } - - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class CustomerBasketRequest : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CustomerBasketRequest()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::GrpcBasket.BasketReflection.Descriptor.MessageTypes[1]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CustomerBasketRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CustomerBasketRequest(CustomerBasketRequest other) : this() { - buyerid_ = other.buyerid_; - items_ = other.items_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CustomerBasketRequest Clone() { - return new CustomerBasketRequest(this); - } - - /// Field number for the "buyerid" field. - public const int BuyeridFieldNumber = 1; - private string buyerid_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Buyerid { - get { return buyerid_; } - set { - buyerid_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "items" field. - public const int ItemsFieldNumber = 2; - private static readonly pb::FieldCodec _repeated_items_codec - = pb::FieldCodec.ForMessage(18, global::GrpcBasket.BasketItemResponse.Parser); - private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField Items { - get { return items_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as CustomerBasketRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(CustomerBasketRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Buyerid != other.Buyerid) return false; - if(!items_.Equals(other.items_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Buyerid.Length != 0) hash ^= Buyerid.GetHashCode(); - hash ^= items_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Buyerid.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Buyerid); - } - items_.WriteTo(output, _repeated_items_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Buyerid.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Buyerid); - } - items_.WriteTo(ref output, _repeated_items_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Buyerid.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Buyerid); - } - size += items_.CalculateSize(_repeated_items_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(CustomerBasketRequest other) { - if (other == null) { - return; - } - if (other.Buyerid.Length != 0) { - Buyerid = other.Buyerid; - } - items_.Add(other.items_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - Buyerid = input.ReadString(); - break; - } - case 18: { - items_.AddEntriesFrom(input, _repeated_items_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 10: { - Buyerid = input.ReadString(); - break; - } - case 18: { - items_.AddEntriesFrom(ref input, _repeated_items_codec); - break; - } - } - } - } - #endif - - } - - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class CustomerBasketResponse : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CustomerBasketResponse()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::GrpcBasket.BasketReflection.Descriptor.MessageTypes[2]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CustomerBasketResponse() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CustomerBasketResponse(CustomerBasketResponse other) : this() { - buyerid_ = other.buyerid_; - items_ = other.items_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CustomerBasketResponse Clone() { - return new CustomerBasketResponse(this); - } - - /// Field number for the "buyerid" field. - public const int BuyeridFieldNumber = 1; - private string buyerid_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Buyerid { - get { return buyerid_; } - set { - buyerid_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "items" field. - public const int ItemsFieldNumber = 2; - private static readonly pb::FieldCodec _repeated_items_codec - = pb::FieldCodec.ForMessage(18, global::GrpcBasket.BasketItemResponse.Parser); - private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField Items { - get { return items_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as CustomerBasketResponse); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(CustomerBasketResponse other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Buyerid != other.Buyerid) return false; - if(!items_.Equals(other.items_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Buyerid.Length != 0) hash ^= Buyerid.GetHashCode(); - hash ^= items_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Buyerid.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Buyerid); - } - items_.WriteTo(output, _repeated_items_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Buyerid.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Buyerid); - } - items_.WriteTo(ref output, _repeated_items_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Buyerid.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Buyerid); - } - size += items_.CalculateSize(_repeated_items_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(CustomerBasketResponse other) { - if (other == null) { - return; - } - if (other.Buyerid.Length != 0) { - Buyerid = other.Buyerid; - } - items_.Add(other.items_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - Buyerid = input.ReadString(); - break; - } - case 18: { - items_.AddEntriesFrom(input, _repeated_items_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 10: { - Buyerid = input.ReadString(); - break; - } - case 18: { - items_.AddEntriesFrom(ref input, _repeated_items_codec); - break; - } - } - } - } - #endif - - } - - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class BasketItemResponse : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BasketItemResponse()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::GrpcBasket.BasketReflection.Descriptor.MessageTypes[3]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BasketItemResponse() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BasketItemResponse(BasketItemResponse other) : this() { - id_ = other.id_; - productid_ = other.productid_; - productname_ = other.productname_; - unitprice_ = other.unitprice_; - oldunitprice_ = other.oldunitprice_; - quantity_ = other.quantity_; - pictureurl_ = other.pictureurl_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BasketItemResponse Clone() { - return new BasketItemResponse(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private string id_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Id { - get { return id_; } - set { - id_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "productid" field. - public const int ProductidFieldNumber = 2; - private int productid_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int Productid { - get { return productid_; } - set { - productid_ = value; - } - } - - /// Field number for the "productname" field. - public const int ProductnameFieldNumber = 3; - private string productname_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Productname { - get { return productname_; } - set { - productname_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "unitprice" field. - public const int UnitpriceFieldNumber = 4; - private double unitprice_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public double Unitprice { - get { return unitprice_; } - set { - unitprice_ = value; - } - } - - /// Field number for the "oldunitprice" field. - public const int OldunitpriceFieldNumber = 5; - private double oldunitprice_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public double Oldunitprice { - get { return oldunitprice_; } - set { - oldunitprice_ = value; - } - } - - /// Field number for the "quantity" field. - public const int QuantityFieldNumber = 6; - private int quantity_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int Quantity { - get { return quantity_; } - set { - quantity_ = value; - } - } - - /// Field number for the "pictureurl" field. - public const int PictureurlFieldNumber = 7; - private string pictureurl_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Pictureurl { - get { return pictureurl_; } - set { - pictureurl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as BasketItemResponse); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(BasketItemResponse other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - if (Productid != other.Productid) return false; - if (Productname != other.Productname) return false; - if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(Unitprice, other.Unitprice)) return false; - if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(Oldunitprice, other.Oldunitprice)) return false; - if (Quantity != other.Quantity) return false; - if (Pictureurl != other.Pictureurl) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Id.Length != 0) hash ^= Id.GetHashCode(); - if (Productid != 0) hash ^= Productid.GetHashCode(); - if (Productname.Length != 0) hash ^= Productname.GetHashCode(); - if (Unitprice != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(Unitprice); - if (Oldunitprice != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(Oldunitprice); - if (Quantity != 0) hash ^= Quantity.GetHashCode(); - if (Pictureurl.Length != 0) hash ^= Pictureurl.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Id.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Id); - } - if (Productid != 0) { - output.WriteRawTag(16); - output.WriteInt32(Productid); - } - if (Productname.Length != 0) { - output.WriteRawTag(26); - output.WriteString(Productname); - } - if (Unitprice != 0D) { - output.WriteRawTag(33); - output.WriteDouble(Unitprice); - } - if (Oldunitprice != 0D) { - output.WriteRawTag(41); - output.WriteDouble(Oldunitprice); - } - if (Quantity != 0) { - output.WriteRawTag(48); - output.WriteInt32(Quantity); - } - if (Pictureurl.Length != 0) { - output.WriteRawTag(58); - output.WriteString(Pictureurl); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Id.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Id); - } - if (Productid != 0) { - output.WriteRawTag(16); - output.WriteInt32(Productid); - } - if (Productname.Length != 0) { - output.WriteRawTag(26); - output.WriteString(Productname); - } - if (Unitprice != 0D) { - output.WriteRawTag(33); - output.WriteDouble(Unitprice); - } - if (Oldunitprice != 0D) { - output.WriteRawTag(41); - output.WriteDouble(Oldunitprice); - } - if (Quantity != 0) { - output.WriteRawTag(48); - output.WriteInt32(Quantity); - } - if (Pictureurl.Length != 0) { - output.WriteRawTag(58); - output.WriteString(Pictureurl); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Id.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Id); - } - if (Productid != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Productid); - } - if (Productname.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Productname); - } - if (Unitprice != 0D) { - size += 1 + 8; - } - if (Oldunitprice != 0D) { - size += 1 + 8; - } - if (Quantity != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Quantity); - } - if (Pictureurl.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Pictureurl); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(BasketItemResponse other) { - if (other == null) { - return; - } - if (other.Id.Length != 0) { - Id = other.Id; - } - if (other.Productid != 0) { - Productid = other.Productid; - } - if (other.Productname.Length != 0) { - Productname = other.Productname; - } - if (other.Unitprice != 0D) { - Unitprice = other.Unitprice; - } - if (other.Oldunitprice != 0D) { - Oldunitprice = other.Oldunitprice; - } - if (other.Quantity != 0) { - Quantity = other.Quantity; - } - if (other.Pictureurl.Length != 0) { - Pictureurl = other.Pictureurl; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - Id = input.ReadString(); - break; - } - case 16: { - Productid = input.ReadInt32(); - break; - } - case 26: { - Productname = input.ReadString(); - break; - } - case 33: { - Unitprice = input.ReadDouble(); - break; - } - case 41: { - Oldunitprice = input.ReadDouble(); - break; - } - case 48: { - Quantity = input.ReadInt32(); - break; - } - case 58: { - Pictureurl = input.ReadString(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 10: { - Id = input.ReadString(); - break; - } - case 16: { - Productid = input.ReadInt32(); - break; - } - case 26: { - Productname = input.ReadString(); - break; - } - case 33: { - Unitprice = input.ReadDouble(); - break; - } - case 41: { - Oldunitprice = input.ReadDouble(); - break; - } - case 48: { - Quantity = input.ReadInt32(); - break; - } - case 58: { - Pictureurl = input.ReadString(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/BasketGrpc.cs b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/BasketGrpc.cs deleted file mode 100644 index 5f603c0e..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/BasketGrpc.cs +++ /dev/null @@ -1,154 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: basket.proto -// -#pragma warning disable 0414, 1591, 8981, 0612 -#region Designer generated code - -using grpc = global::Grpc.Core; - -namespace GrpcBasket { - public static partial class Basket - { - static readonly string __ServiceName = "BasketApi.Basket"; - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static void __Helper_SerializeMessage(global::Google.Protobuf.IMessage message, grpc::SerializationContext context) - { - #if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION - if (message is global::Google.Protobuf.IBufferMessage) - { - context.SetPayloadLength(message.CalculateSize()); - global::Google.Protobuf.MessageExtensions.WriteTo(message, context.GetBufferWriter()); - context.Complete(); - return; - } - #endif - context.Complete(global::Google.Protobuf.MessageExtensions.ToByteArray(message)); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static class __Helper_MessageCache - { - public static readonly bool IsBufferMessage = global::System.Reflection.IntrospectionExtensions.GetTypeInfo(typeof(global::Google.Protobuf.IBufferMessage)).IsAssignableFrom(typeof(T)); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static T __Helper_DeserializeMessage(grpc::DeserializationContext context, global::Google.Protobuf.MessageParser parser) where T : global::Google.Protobuf.IMessage - { - #if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION - if (__Helper_MessageCache.IsBufferMessage) - { - return parser.ParseFrom(context.PayloadAsReadOnlySequence()); - } - #endif - return parser.ParseFrom(context.PayloadAsNewBuffer()); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Marshaller __Marshaller_BasketApi_BasketRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::GrpcBasket.BasketRequest.Parser)); - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Marshaller __Marshaller_BasketApi_CustomerBasketResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::GrpcBasket.CustomerBasketResponse.Parser)); - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Marshaller __Marshaller_BasketApi_CustomerBasketRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::GrpcBasket.CustomerBasketRequest.Parser)); - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Method __Method_GetBasketById = new grpc::Method( - grpc::MethodType.Unary, - __ServiceName, - "GetBasketById", - __Marshaller_BasketApi_BasketRequest, - __Marshaller_BasketApi_CustomerBasketResponse); - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Method __Method_UpdateBasket = new grpc::Method( - grpc::MethodType.Unary, - __ServiceName, - "UpdateBasket", - __Marshaller_BasketApi_CustomerBasketRequest, - __Marshaller_BasketApi_CustomerBasketResponse); - - /// Service descriptor - public static global::Google.Protobuf.Reflection.ServiceDescriptor Descriptor - { - get { return global::GrpcBasket.BasketReflection.Descriptor.Services[0]; } - } - - /// Client for Basket - public partial class BasketClient : grpc::ClientBase - { - /// Creates a new client for Basket - /// The channel to use to make remote calls. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public BasketClient(grpc::ChannelBase channel) : base(channel) - { - } - /// Creates a new client for Basket that uses a custom CallInvoker. - /// The callInvoker to use to make remote calls. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public BasketClient(grpc::CallInvoker callInvoker) : base(callInvoker) - { - } - /// Protected parameterless constructor to allow creation of test doubles. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - protected BasketClient() : base() - { - } - /// Protected constructor to allow creation of configured clients. - /// The client configuration. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - protected BasketClient(ClientBaseConfiguration configuration) : base(configuration) - { - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual global::GrpcBasket.CustomerBasketResponse GetBasketById(global::GrpcBasket.BasketRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) - { - return GetBasketById(request, new grpc::CallOptions(headers, deadline, cancellationToken)); - } - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual global::GrpcBasket.CustomerBasketResponse GetBasketById(global::GrpcBasket.BasketRequest request, grpc::CallOptions options) - { - return CallInvoker.BlockingUnaryCall(__Method_GetBasketById, null, options, request); - } - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual grpc::AsyncUnaryCall GetBasketByIdAsync(global::GrpcBasket.BasketRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) - { - return GetBasketByIdAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)); - } - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual grpc::AsyncUnaryCall GetBasketByIdAsync(global::GrpcBasket.BasketRequest request, grpc::CallOptions options) - { - return CallInvoker.AsyncUnaryCall(__Method_GetBasketById, null, options, request); - } - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual global::GrpcBasket.CustomerBasketResponse UpdateBasket(global::GrpcBasket.CustomerBasketRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) - { - return UpdateBasket(request, new grpc::CallOptions(headers, deadline, cancellationToken)); - } - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual global::GrpcBasket.CustomerBasketResponse UpdateBasket(global::GrpcBasket.CustomerBasketRequest request, grpc::CallOptions options) - { - return CallInvoker.BlockingUnaryCall(__Method_UpdateBasket, null, options, request); - } - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual grpc::AsyncUnaryCall UpdateBasketAsync(global::GrpcBasket.CustomerBasketRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) - { - return UpdateBasketAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)); - } - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual grpc::AsyncUnaryCall UpdateBasketAsync(global::GrpcBasket.CustomerBasketRequest request, grpc::CallOptions options) - { - return CallInvoker.AsyncUnaryCall(__Method_UpdateBasket, null, options, request); - } - /// Creates a new instance of client from given ClientBaseConfiguration. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - protected override BasketClient NewInstance(ClientBaseConfiguration configuration) - { - return new BasketClient(configuration); - } - } - - } -} -#endregion diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Catalog.cs b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Catalog.cs deleted file mode 100644 index 9d10b19d..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Catalog.cs +++ /dev/null @@ -1,1879 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: catalog.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace CatalogApi { - - /// Holder for reflection information generated from catalog.proto - public static partial class CatalogReflection { - - #region Descriptor - /// File descriptor for catalog.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CatalogReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Cg1jYXRhbG9nLnByb3RvEgpDYXRhbG9nQXBpIiAKEkNhdGFsb2dJdGVtUmVx", - "dWVzdBIKCgJpZBgBIAEoBSJHChNDYXRhbG9nSXRlbXNSZXF1ZXN0EgsKA2lk", - "cxgBIAEoCRIQCghwYWdlU2l6ZRgCIAEoBRIRCglwYWdlSW5kZXgYAyABKAUi", - "yAIKE0NhdGFsb2dJdGVtUmVzcG9uc2USCgoCaWQYASABKAUSDAoEbmFtZRgC", - "IAEoCRITCgtkZXNjcmlwdGlvbhgDIAEoCRINCgVwcmljZRgEIAEoARIZChFw", - "aWN0dXJlX2ZpbGVfbmFtZRgFIAEoCRITCgtwaWN0dXJlX3VyaRgGIAEoCRIt", - "CgxjYXRhbG9nX3R5cGUYCCABKAsyFy5DYXRhbG9nQXBpLkNhdGFsb2dUeXBl", - "Ei8KDWNhdGFsb2dfYnJhbmQYCiABKAsyGC5DYXRhbG9nQXBpLkNhdGFsb2dC", - "cmFuZBIXCg9hdmFpbGFibGVfc3RvY2sYCyABKAUSGQoRcmVzdG9ja190aHJl", - "c2hvbGQYDCABKAUSGwoTbWF4X3N0b2NrX3RocmVzaG9sZBgNIAEoBRISCgpv", - "bl9yZW9yZGVyGA4gASgIIigKDENhdGFsb2dCcmFuZBIKCgJpZBgBIAEoBRIM", - "CgRuYW1lGAIgASgJIicKC0NhdGFsb2dUeXBlEgoKAmlkGAEgASgFEgwKBHR5", - "cGUYAiABKAkiewoWUGFnaW5hdGVkSXRlbXNSZXNwb25zZRIRCglwYWdlSW5k", - "ZXgYASABKAUSEAoIcGFnZVNpemUYAiABKAUSDQoFY291bnQYAyABKAMSLQoE", - "ZGF0YRgEIAMoCzIfLkNhdGFsb2dBcGkuQ2F0YWxvZ0l0ZW1SZXNwb25zZTKz", - "AQoHQ2F0YWxvZxJQCgtHZXRJdGVtQnlJZBIeLkNhdGFsb2dBcGkuQ2F0YWxv", - "Z0l0ZW1SZXF1ZXN0Gh8uQ2F0YWxvZ0FwaS5DYXRhbG9nSXRlbVJlc3BvbnNl", - "IgASVgoNR2V0SXRlbXNCeUlkcxIfLkNhdGFsb2dBcGkuQ2F0YWxvZ0l0ZW1z", - "UmVxdWVzdBoiLkNhdGFsb2dBcGkuUGFnaW5hdGVkSXRlbXNSZXNwb25zZSIA", - "YgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::CatalogApi.CatalogItemRequest), global::CatalogApi.CatalogItemRequest.Parser, new[]{ "Id" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::CatalogApi.CatalogItemsRequest), global::CatalogApi.CatalogItemsRequest.Parser, new[]{ "Ids", "PageSize", "PageIndex" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::CatalogApi.CatalogItemResponse), global::CatalogApi.CatalogItemResponse.Parser, new[]{ "Id", "Name", "Description", "Price", "PictureFileName", "PictureUri", "CatalogType", "CatalogBrand", "AvailableStock", "RestockThreshold", "MaxStockThreshold", "OnReorder" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::CatalogApi.CatalogBrand), global::CatalogApi.CatalogBrand.Parser, new[]{ "Id", "Name" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::CatalogApi.CatalogType), global::CatalogApi.CatalogType.Parser, new[]{ "Id", "Type" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::CatalogApi.PaginatedItemsResponse), global::CatalogApi.PaginatedItemsResponse.Parser, new[]{ "PageIndex", "PageSize", "Count", "Data" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class CatalogItemRequest : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CatalogItemRequest()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::CatalogApi.CatalogReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemRequest(CatalogItemRequest other) : this() { - id_ = other.id_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemRequest Clone() { - return new CatalogItemRequest(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private int id_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int Id { - get { return id_; } - set { - id_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as CatalogItemRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(CatalogItemRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Id != 0) hash ^= Id.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Id != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(CatalogItemRequest other) { - if (other == null) { - return; - } - if (other.Id != 0) { - Id = other.Id; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - } - } - } - #endif - - } - - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class CatalogItemsRequest : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CatalogItemsRequest()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::CatalogApi.CatalogReflection.Descriptor.MessageTypes[1]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemsRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemsRequest(CatalogItemsRequest other) : this() { - ids_ = other.ids_; - pageSize_ = other.pageSize_; - pageIndex_ = other.pageIndex_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemsRequest Clone() { - return new CatalogItemsRequest(this); - } - - /// Field number for the "ids" field. - public const int IdsFieldNumber = 1; - private string ids_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Ids { - get { return ids_; } - set { - ids_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "pageSize" field. - public const int PageSizeFieldNumber = 2; - private int pageSize_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int PageSize { - get { return pageSize_; } - set { - pageSize_ = value; - } - } - - /// Field number for the "pageIndex" field. - public const int PageIndexFieldNumber = 3; - private int pageIndex_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int PageIndex { - get { return pageIndex_; } - set { - pageIndex_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as CatalogItemsRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(CatalogItemsRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Ids != other.Ids) return false; - if (PageSize != other.PageSize) return false; - if (PageIndex != other.PageIndex) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Ids.Length != 0) hash ^= Ids.GetHashCode(); - if (PageSize != 0) hash ^= PageSize.GetHashCode(); - if (PageIndex != 0) hash ^= PageIndex.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Ids.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Ids); - } - if (PageSize != 0) { - output.WriteRawTag(16); - output.WriteInt32(PageSize); - } - if (PageIndex != 0) { - output.WriteRawTag(24); - output.WriteInt32(PageIndex); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Ids.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Ids); - } - if (PageSize != 0) { - output.WriteRawTag(16); - output.WriteInt32(PageSize); - } - if (PageIndex != 0) { - output.WriteRawTag(24); - output.WriteInt32(PageIndex); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Ids.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Ids); - } - if (PageSize != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(PageSize); - } - if (PageIndex != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(PageIndex); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(CatalogItemsRequest other) { - if (other == null) { - return; - } - if (other.Ids.Length != 0) { - Ids = other.Ids; - } - if (other.PageSize != 0) { - PageSize = other.PageSize; - } - if (other.PageIndex != 0) { - PageIndex = other.PageIndex; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - Ids = input.ReadString(); - break; - } - case 16: { - PageSize = input.ReadInt32(); - break; - } - case 24: { - PageIndex = input.ReadInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 10: { - Ids = input.ReadString(); - break; - } - case 16: { - PageSize = input.ReadInt32(); - break; - } - case 24: { - PageIndex = input.ReadInt32(); - break; - } - } - } - } - #endif - - } - - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class CatalogItemResponse : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CatalogItemResponse()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::CatalogApi.CatalogReflection.Descriptor.MessageTypes[2]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemResponse() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemResponse(CatalogItemResponse other) : this() { - id_ = other.id_; - name_ = other.name_; - description_ = other.description_; - price_ = other.price_; - pictureFileName_ = other.pictureFileName_; - pictureUri_ = other.pictureUri_; - catalogType_ = other.catalogType_ != null ? other.catalogType_.Clone() : null; - catalogBrand_ = other.catalogBrand_ != null ? other.catalogBrand_.Clone() : null; - availableStock_ = other.availableStock_; - restockThreshold_ = other.restockThreshold_; - maxStockThreshold_ = other.maxStockThreshold_; - onReorder_ = other.onReorder_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemResponse Clone() { - return new CatalogItemResponse(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private int id_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int Id { - get { return id_; } - set { - id_ = value; - } - } - - /// Field number for the "name" field. - public const int NameFieldNumber = 2; - private string name_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Name { - get { return name_; } - set { - name_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "description" field. - public const int DescriptionFieldNumber = 3; - private string description_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Description { - get { return description_; } - set { - description_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "price" field. - public const int PriceFieldNumber = 4; - private double price_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public double Price { - get { return price_; } - set { - price_ = value; - } - } - - /// Field number for the "picture_file_name" field. - public const int PictureFileNameFieldNumber = 5; - private string pictureFileName_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string PictureFileName { - get { return pictureFileName_; } - set { - pictureFileName_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "picture_uri" field. - public const int PictureUriFieldNumber = 6; - private string pictureUri_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string PictureUri { - get { return pictureUri_; } - set { - pictureUri_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "catalog_type" field. - public const int CatalogTypeFieldNumber = 8; - private global::CatalogApi.CatalogType catalogType_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::CatalogApi.CatalogType CatalogType { - get { return catalogType_; } - set { - catalogType_ = value; - } - } - - /// Field number for the "catalog_brand" field. - public const int CatalogBrandFieldNumber = 10; - private global::CatalogApi.CatalogBrand catalogBrand_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::CatalogApi.CatalogBrand CatalogBrand { - get { return catalogBrand_; } - set { - catalogBrand_ = value; - } - } - - /// Field number for the "available_stock" field. - public const int AvailableStockFieldNumber = 11; - private int availableStock_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int AvailableStock { - get { return availableStock_; } - set { - availableStock_ = value; - } - } - - /// Field number for the "restock_threshold" field. - public const int RestockThresholdFieldNumber = 12; - private int restockThreshold_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int RestockThreshold { - get { return restockThreshold_; } - set { - restockThreshold_ = value; - } - } - - /// Field number for the "max_stock_threshold" field. - public const int MaxStockThresholdFieldNumber = 13; - private int maxStockThreshold_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int MaxStockThreshold { - get { return maxStockThreshold_; } - set { - maxStockThreshold_ = value; - } - } - - /// Field number for the "on_reorder" field. - public const int OnReorderFieldNumber = 14; - private bool onReorder_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool OnReorder { - get { return onReorder_; } - set { - onReorder_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as CatalogItemResponse); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(CatalogItemResponse other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - if (Name != other.Name) return false; - if (Description != other.Description) return false; - if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(Price, other.Price)) return false; - if (PictureFileName != other.PictureFileName) return false; - if (PictureUri != other.PictureUri) return false; - if (!object.Equals(CatalogType, other.CatalogType)) return false; - if (!object.Equals(CatalogBrand, other.CatalogBrand)) return false; - if (AvailableStock != other.AvailableStock) return false; - if (RestockThreshold != other.RestockThreshold) return false; - if (MaxStockThreshold != other.MaxStockThreshold) return false; - if (OnReorder != other.OnReorder) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Id != 0) hash ^= Id.GetHashCode(); - if (Name.Length != 0) hash ^= Name.GetHashCode(); - if (Description.Length != 0) hash ^= Description.GetHashCode(); - if (Price != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(Price); - if (PictureFileName.Length != 0) hash ^= PictureFileName.GetHashCode(); - if (PictureUri.Length != 0) hash ^= PictureUri.GetHashCode(); - if (catalogType_ != null) hash ^= CatalogType.GetHashCode(); - if (catalogBrand_ != null) hash ^= CatalogBrand.GetHashCode(); - if (AvailableStock != 0) hash ^= AvailableStock.GetHashCode(); - if (RestockThreshold != 0) hash ^= RestockThreshold.GetHashCode(); - if (MaxStockThreshold != 0) hash ^= MaxStockThreshold.GetHashCode(); - if (OnReorder != false) hash ^= OnReorder.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (Name.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Name); - } - if (Description.Length != 0) { - output.WriteRawTag(26); - output.WriteString(Description); - } - if (Price != 0D) { - output.WriteRawTag(33); - output.WriteDouble(Price); - } - if (PictureFileName.Length != 0) { - output.WriteRawTag(42); - output.WriteString(PictureFileName); - } - if (PictureUri.Length != 0) { - output.WriteRawTag(50); - output.WriteString(PictureUri); - } - if (catalogType_ != null) { - output.WriteRawTag(66); - output.WriteMessage(CatalogType); - } - if (catalogBrand_ != null) { - output.WriteRawTag(82); - output.WriteMessage(CatalogBrand); - } - if (AvailableStock != 0) { - output.WriteRawTag(88); - output.WriteInt32(AvailableStock); - } - if (RestockThreshold != 0) { - output.WriteRawTag(96); - output.WriteInt32(RestockThreshold); - } - if (MaxStockThreshold != 0) { - output.WriteRawTag(104); - output.WriteInt32(MaxStockThreshold); - } - if (OnReorder != false) { - output.WriteRawTag(112); - output.WriteBool(OnReorder); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (Name.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Name); - } - if (Description.Length != 0) { - output.WriteRawTag(26); - output.WriteString(Description); - } - if (Price != 0D) { - output.WriteRawTag(33); - output.WriteDouble(Price); - } - if (PictureFileName.Length != 0) { - output.WriteRawTag(42); - output.WriteString(PictureFileName); - } - if (PictureUri.Length != 0) { - output.WriteRawTag(50); - output.WriteString(PictureUri); - } - if (catalogType_ != null) { - output.WriteRawTag(66); - output.WriteMessage(CatalogType); - } - if (catalogBrand_ != null) { - output.WriteRawTag(82); - output.WriteMessage(CatalogBrand); - } - if (AvailableStock != 0) { - output.WriteRawTag(88); - output.WriteInt32(AvailableStock); - } - if (RestockThreshold != 0) { - output.WriteRawTag(96); - output.WriteInt32(RestockThreshold); - } - if (MaxStockThreshold != 0) { - output.WriteRawTag(104); - output.WriteInt32(MaxStockThreshold); - } - if (OnReorder != false) { - output.WriteRawTag(112); - output.WriteBool(OnReorder); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Id != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id); - } - if (Name.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Name); - } - if (Description.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Description); - } - if (Price != 0D) { - size += 1 + 8; - } - if (PictureFileName.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(PictureFileName); - } - if (PictureUri.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(PictureUri); - } - if (catalogType_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(CatalogType); - } - if (catalogBrand_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(CatalogBrand); - } - if (AvailableStock != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(AvailableStock); - } - if (RestockThreshold != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(RestockThreshold); - } - if (MaxStockThreshold != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(MaxStockThreshold); - } - if (OnReorder != false) { - size += 1 + 1; - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(CatalogItemResponse other) { - if (other == null) { - return; - } - if (other.Id != 0) { - Id = other.Id; - } - if (other.Name.Length != 0) { - Name = other.Name; - } - if (other.Description.Length != 0) { - Description = other.Description; - } - if (other.Price != 0D) { - Price = other.Price; - } - if (other.PictureFileName.Length != 0) { - PictureFileName = other.PictureFileName; - } - if (other.PictureUri.Length != 0) { - PictureUri = other.PictureUri; - } - if (other.catalogType_ != null) { - if (catalogType_ == null) { - CatalogType = new global::CatalogApi.CatalogType(); - } - CatalogType.MergeFrom(other.CatalogType); - } - if (other.catalogBrand_ != null) { - if (catalogBrand_ == null) { - CatalogBrand = new global::CatalogApi.CatalogBrand(); - } - CatalogBrand.MergeFrom(other.CatalogBrand); - } - if (other.AvailableStock != 0) { - AvailableStock = other.AvailableStock; - } - if (other.RestockThreshold != 0) { - RestockThreshold = other.RestockThreshold; - } - if (other.MaxStockThreshold != 0) { - MaxStockThreshold = other.MaxStockThreshold; - } - if (other.OnReorder != false) { - OnReorder = other.OnReorder; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - case 18: { - Name = input.ReadString(); - break; - } - case 26: { - Description = input.ReadString(); - break; - } - case 33: { - Price = input.ReadDouble(); - break; - } - case 42: { - PictureFileName = input.ReadString(); - break; - } - case 50: { - PictureUri = input.ReadString(); - break; - } - case 66: { - if (catalogType_ == null) { - CatalogType = new global::CatalogApi.CatalogType(); - } - input.ReadMessage(CatalogType); - break; - } - case 82: { - if (catalogBrand_ == null) { - CatalogBrand = new global::CatalogApi.CatalogBrand(); - } - input.ReadMessage(CatalogBrand); - break; - } - case 88: { - AvailableStock = input.ReadInt32(); - break; - } - case 96: { - RestockThreshold = input.ReadInt32(); - break; - } - case 104: { - MaxStockThreshold = input.ReadInt32(); - break; - } - case 112: { - OnReorder = input.ReadBool(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - case 18: { - Name = input.ReadString(); - break; - } - case 26: { - Description = input.ReadString(); - break; - } - case 33: { - Price = input.ReadDouble(); - break; - } - case 42: { - PictureFileName = input.ReadString(); - break; - } - case 50: { - PictureUri = input.ReadString(); - break; - } - case 66: { - if (catalogType_ == null) { - CatalogType = new global::CatalogApi.CatalogType(); - } - input.ReadMessage(CatalogType); - break; - } - case 82: { - if (catalogBrand_ == null) { - CatalogBrand = new global::CatalogApi.CatalogBrand(); - } - input.ReadMessage(CatalogBrand); - break; - } - case 88: { - AvailableStock = input.ReadInt32(); - break; - } - case 96: { - RestockThreshold = input.ReadInt32(); - break; - } - case 104: { - MaxStockThreshold = input.ReadInt32(); - break; - } - case 112: { - OnReorder = input.ReadBool(); - break; - } - } - } - } - #endif - - } - - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class CatalogBrand : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CatalogBrand()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::CatalogApi.CatalogReflection.Descriptor.MessageTypes[3]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogBrand() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogBrand(CatalogBrand other) : this() { - id_ = other.id_; - name_ = other.name_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogBrand Clone() { - return new CatalogBrand(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private int id_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int Id { - get { return id_; } - set { - id_ = value; - } - } - - /// Field number for the "name" field. - public const int NameFieldNumber = 2; - private string name_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Name { - get { return name_; } - set { - name_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as CatalogBrand); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(CatalogBrand other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - if (Name != other.Name) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Id != 0) hash ^= Id.GetHashCode(); - if (Name.Length != 0) hash ^= Name.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (Name.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Name); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (Name.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Name); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Id != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id); - } - if (Name.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Name); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(CatalogBrand other) { - if (other == null) { - return; - } - if (other.Id != 0) { - Id = other.Id; - } - if (other.Name.Length != 0) { - Name = other.Name; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - case 18: { - Name = input.ReadString(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - case 18: { - Name = input.ReadString(); - break; - } - } - } - } - #endif - - } - - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class CatalogType : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CatalogType()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::CatalogApi.CatalogReflection.Descriptor.MessageTypes[4]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogType() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogType(CatalogType other) : this() { - id_ = other.id_; - type_ = other.type_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogType Clone() { - return new CatalogType(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private int id_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int Id { - get { return id_; } - set { - id_ = value; - } - } - - /// Field number for the "type" field. - public const int TypeFieldNumber = 2; - private string type_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Type { - get { return type_; } - set { - type_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as CatalogType); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(CatalogType other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - if (Type != other.Type) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Id != 0) hash ^= Id.GetHashCode(); - if (Type.Length != 0) hash ^= Type.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (Type.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Type); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (Type.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Type); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Id != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id); - } - if (Type.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Type); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(CatalogType other) { - if (other == null) { - return; - } - if (other.Id != 0) { - Id = other.Id; - } - if (other.Type.Length != 0) { - Type = other.Type; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - case 18: { - Type = input.ReadString(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - case 18: { - Type = input.ReadString(); - break; - } - } - } - } - #endif - - } - - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class PaginatedItemsResponse : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new PaginatedItemsResponse()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::CatalogApi.CatalogReflection.Descriptor.MessageTypes[5]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PaginatedItemsResponse() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PaginatedItemsResponse(PaginatedItemsResponse other) : this() { - pageIndex_ = other.pageIndex_; - pageSize_ = other.pageSize_; - count_ = other.count_; - data_ = other.data_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PaginatedItemsResponse Clone() { - return new PaginatedItemsResponse(this); - } - - /// Field number for the "pageIndex" field. - public const int PageIndexFieldNumber = 1; - private int pageIndex_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int PageIndex { - get { return pageIndex_; } - set { - pageIndex_ = value; - } - } - - /// Field number for the "pageSize" field. - public const int PageSizeFieldNumber = 2; - private int pageSize_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int PageSize { - get { return pageSize_; } - set { - pageSize_ = value; - } - } - - /// Field number for the "count" field. - public const int CountFieldNumber = 3; - private long count_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public long Count { - get { return count_; } - set { - count_ = value; - } - } - - /// Field number for the "data" field. - public const int DataFieldNumber = 4; - private static readonly pb::FieldCodec _repeated_data_codec - = pb::FieldCodec.ForMessage(34, global::CatalogApi.CatalogItemResponse.Parser); - private readonly pbc::RepeatedField data_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField Data { - get { return data_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as PaginatedItemsResponse); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(PaginatedItemsResponse other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (PageIndex != other.PageIndex) return false; - if (PageSize != other.PageSize) return false; - if (Count != other.Count) return false; - if(!data_.Equals(other.data_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (PageIndex != 0) hash ^= PageIndex.GetHashCode(); - if (PageSize != 0) hash ^= PageSize.GetHashCode(); - if (Count != 0L) hash ^= Count.GetHashCode(); - hash ^= data_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (PageIndex != 0) { - output.WriteRawTag(8); - output.WriteInt32(PageIndex); - } - if (PageSize != 0) { - output.WriteRawTag(16); - output.WriteInt32(PageSize); - } - if (Count != 0L) { - output.WriteRawTag(24); - output.WriteInt64(Count); - } - data_.WriteTo(output, _repeated_data_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (PageIndex != 0) { - output.WriteRawTag(8); - output.WriteInt32(PageIndex); - } - if (PageSize != 0) { - output.WriteRawTag(16); - output.WriteInt32(PageSize); - } - if (Count != 0L) { - output.WriteRawTag(24); - output.WriteInt64(Count); - } - data_.WriteTo(ref output, _repeated_data_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (PageIndex != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(PageIndex); - } - if (PageSize != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(PageSize); - } - if (Count != 0L) { - size += 1 + pb::CodedOutputStream.ComputeInt64Size(Count); - } - size += data_.CalculateSize(_repeated_data_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(PaginatedItemsResponse other) { - if (other == null) { - return; - } - if (other.PageIndex != 0) { - PageIndex = other.PageIndex; - } - if (other.PageSize != 0) { - PageSize = other.PageSize; - } - if (other.Count != 0L) { - Count = other.Count; - } - data_.Add(other.data_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - PageIndex = input.ReadInt32(); - break; - } - case 16: { - PageSize = input.ReadInt32(); - break; - } - case 24: { - Count = input.ReadInt64(); - break; - } - case 34: { - data_.AddEntriesFrom(input, _repeated_data_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - PageIndex = input.ReadInt32(); - break; - } - case 16: { - PageSize = input.ReadInt32(); - break; - } - case 24: { - Count = input.ReadInt64(); - break; - } - case 34: { - data_.AddEntriesFrom(ref input, _repeated_data_codec); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/CatalogGrpc.cs b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/CatalogGrpc.cs deleted file mode 100644 index c4732130..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/CatalogGrpc.cs +++ /dev/null @@ -1,200 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: catalog.proto -// -#pragma warning disable 0414, 1591, 8981, 0612 -#region Designer generated code - -using grpc = global::Grpc.Core; - -namespace CatalogApi { - public static partial class Catalog - { - static readonly string __ServiceName = "CatalogApi.Catalog"; - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static void __Helper_SerializeMessage(global::Google.Protobuf.IMessage message, grpc::SerializationContext context) - { - #if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION - if (message is global::Google.Protobuf.IBufferMessage) - { - context.SetPayloadLength(message.CalculateSize()); - global::Google.Protobuf.MessageExtensions.WriteTo(message, context.GetBufferWriter()); - context.Complete(); - return; - } - #endif - context.Complete(global::Google.Protobuf.MessageExtensions.ToByteArray(message)); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static class __Helper_MessageCache - { - public static readonly bool IsBufferMessage = global::System.Reflection.IntrospectionExtensions.GetTypeInfo(typeof(global::Google.Protobuf.IBufferMessage)).IsAssignableFrom(typeof(T)); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static T __Helper_DeserializeMessage(grpc::DeserializationContext context, global::Google.Protobuf.MessageParser parser) where T : global::Google.Protobuf.IMessage - { - #if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION - if (__Helper_MessageCache.IsBufferMessage) - { - return parser.ParseFrom(context.PayloadAsReadOnlySequence()); - } - #endif - return parser.ParseFrom(context.PayloadAsNewBuffer()); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Marshaller __Marshaller_CatalogApi_CatalogItemRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::CatalogApi.CatalogItemRequest.Parser)); - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Marshaller __Marshaller_CatalogApi_CatalogItemResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::CatalogApi.CatalogItemResponse.Parser)); - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Marshaller __Marshaller_CatalogApi_CatalogItemsRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::CatalogApi.CatalogItemsRequest.Parser)); - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Marshaller __Marshaller_CatalogApi_PaginatedItemsResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::CatalogApi.PaginatedItemsResponse.Parser)); - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Method __Method_GetItemById = new grpc::Method( - grpc::MethodType.Unary, - __ServiceName, - "GetItemById", - __Marshaller_CatalogApi_CatalogItemRequest, - __Marshaller_CatalogApi_CatalogItemResponse); - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Method __Method_GetItemsByIds = new grpc::Method( - grpc::MethodType.Unary, - __ServiceName, - "GetItemsByIds", - __Marshaller_CatalogApi_CatalogItemsRequest, - __Marshaller_CatalogApi_PaginatedItemsResponse); - - /// Service descriptor - public static global::Google.Protobuf.Reflection.ServiceDescriptor Descriptor - { - get { return global::CatalogApi.CatalogReflection.Descriptor.Services[0]; } - } - - /// Client for Catalog - public partial class CatalogClient : grpc::ClientBase - { - /// Creates a new client for Catalog - /// The channel to use to make remote calls. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public CatalogClient(grpc::ChannelBase channel) : base(channel) - { - } - /// Creates a new client for Catalog that uses a custom CallInvoker. - /// The callInvoker to use to make remote calls. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public CatalogClient(grpc::CallInvoker callInvoker) : base(callInvoker) - { - } - /// Protected parameterless constructor to allow creation of test doubles. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - protected CatalogClient() : base() - { - } - /// Protected constructor to allow creation of configured clients. - /// The client configuration. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - protected CatalogClient(ClientBaseConfiguration configuration) : base(configuration) - { - } - - /// - /// >> - ///option (google.api.http) = { - ///get: "/api/v1/catalog/items/{id}" - ///}; - ///<< - /// - /// The request to send to the server. - /// The initial metadata to send with the call. This parameter is optional. - /// An optional deadline for the call. The call will be cancelled if deadline is hit. - /// An optional token for canceling the call. - /// The response received from the server. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual global::CatalogApi.CatalogItemResponse GetItemById(global::CatalogApi.CatalogItemRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) - { - return GetItemById(request, new grpc::CallOptions(headers, deadline, cancellationToken)); - } - /// - /// >> - ///option (google.api.http) = { - ///get: "/api/v1/catalog/items/{id}" - ///}; - ///<< - /// - /// The request to send to the server. - /// The options for the call. - /// The response received from the server. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual global::CatalogApi.CatalogItemResponse GetItemById(global::CatalogApi.CatalogItemRequest request, grpc::CallOptions options) - { - return CallInvoker.BlockingUnaryCall(__Method_GetItemById, null, options, request); - } - /// - /// >> - ///option (google.api.http) = { - ///get: "/api/v1/catalog/items/{id}" - ///}; - ///<< - /// - /// The request to send to the server. - /// The initial metadata to send with the call. This parameter is optional. - /// An optional deadline for the call. The call will be cancelled if deadline is hit. - /// An optional token for canceling the call. - /// The call object. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual grpc::AsyncUnaryCall GetItemByIdAsync(global::CatalogApi.CatalogItemRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) - { - return GetItemByIdAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)); - } - /// - /// >> - ///option (google.api.http) = { - ///get: "/api/v1/catalog/items/{id}" - ///}; - ///<< - /// - /// The request to send to the server. - /// The options for the call. - /// The call object. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual grpc::AsyncUnaryCall GetItemByIdAsync(global::CatalogApi.CatalogItemRequest request, grpc::CallOptions options) - { - return CallInvoker.AsyncUnaryCall(__Method_GetItemById, null, options, request); - } - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual global::CatalogApi.PaginatedItemsResponse GetItemsByIds(global::CatalogApi.CatalogItemsRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) - { - return GetItemsByIds(request, new grpc::CallOptions(headers, deadline, cancellationToken)); - } - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual global::CatalogApi.PaginatedItemsResponse GetItemsByIds(global::CatalogApi.CatalogItemsRequest request, grpc::CallOptions options) - { - return CallInvoker.BlockingUnaryCall(__Method_GetItemsByIds, null, options, request); - } - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual grpc::AsyncUnaryCall GetItemsByIdsAsync(global::CatalogApi.CatalogItemsRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) - { - return GetItemsByIdsAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)); - } - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual grpc::AsyncUnaryCall GetItemsByIdsAsync(global::CatalogApi.CatalogItemsRequest request, grpc::CallOptions options) - { - return CallInvoker.AsyncUnaryCall(__Method_GetItemsByIds, null, options, request); - } - /// Creates a new instance of client from given ClientBaseConfiguration. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - protected override CatalogClient NewInstance(ClientBaseConfiguration configuration) - { - return new CatalogClient(configuration); - } - } - - } -} -#endregion diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Ordering.cs b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Ordering.cs deleted file mode 100644 index e8389895..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Ordering.cs +++ /dev/null @@ -1,1277 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: ordering.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace GrpcOrdering { - - /// Holder for reflection information generated from ordering.proto - public static partial class OrderingReflection { - - #region Descriptor - /// File descriptor for ordering.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static OrderingReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Cg5vcmRlcmluZy5wcm90bxILT3JkZXJpbmdBcGkiUgoXQ3JlYXRlT3JkZXJE", - "cmFmdENvbW1hbmQSDwoHYnV5ZXJJZBgBIAEoCRImCgVpdGVtcxgCIAMoCzIX", - "Lk9yZGVyaW5nQXBpLkJhc2tldEl0ZW0ijwEKCkJhc2tldEl0ZW0SCgoCaWQY", - "ASABKAkSEQoJcHJvZHVjdElkGAIgASgFEhMKC3Byb2R1Y3ROYW1lGAMgASgJ", - "EhEKCXVuaXRQcmljZRgEIAEoARIUCgxvbGRVbml0UHJpY2UYBSABKAESEAoI", - "cXVhbnRpdHkYBiABKAUSEgoKcGljdHVyZVVybBgHIAEoCSJNCg1PcmRlckRy", - "YWZ0RFRPEg0KBXRvdGFsGAEgASgBEi0KCm9yZGVySXRlbXMYAiADKAsyGS5P", - "cmRlcmluZ0FwaS5PcmRlckl0ZW1EVE8ifgoMT3JkZXJJdGVtRFRPEhEKCXBy", - "b2R1Y3RJZBgBIAEoBRITCgtwcm9kdWN0TmFtZRgCIAEoCRIRCgl1bml0UHJp", - "Y2UYAyABKAESEAoIZGlzY291bnQYBCABKAESDQoFdW5pdHMYBSABKAUSEgoK", - "cGljdHVyZVVybBgGIAEoCTJ0CgxPcmRlcmluZ0dycGMSZAoeQ3JlYXRlT3Jk", - "ZXJEcmFmdEZyb21CYXNrZXREYXRhEiQuT3JkZXJpbmdBcGkuQ3JlYXRlT3Jk", - "ZXJEcmFmdENvbW1hbmQaGi5PcmRlcmluZ0FwaS5PcmRlckRyYWZ0RFRPIgBC", - "D6oCDEdycGNPcmRlcmluZ2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::GrpcOrdering.CreateOrderDraftCommand), global::GrpcOrdering.CreateOrderDraftCommand.Parser, new[]{ "BuyerId", "Items" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::GrpcOrdering.BasketItem), global::GrpcOrdering.BasketItem.Parser, new[]{ "Id", "ProductId", "ProductName", "UnitPrice", "OldUnitPrice", "Quantity", "PictureUrl" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::GrpcOrdering.OrderDraftDTO), global::GrpcOrdering.OrderDraftDTO.Parser, new[]{ "Total", "OrderItems" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::GrpcOrdering.OrderItemDTO), global::GrpcOrdering.OrderItemDTO.Parser, new[]{ "ProductId", "ProductName", "UnitPrice", "Discount", "Units", "PictureUrl" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class CreateOrderDraftCommand : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CreateOrderDraftCommand()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::GrpcOrdering.OrderingReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CreateOrderDraftCommand() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CreateOrderDraftCommand(CreateOrderDraftCommand other) : this() { - buyerId_ = other.buyerId_; - items_ = other.items_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CreateOrderDraftCommand Clone() { - return new CreateOrderDraftCommand(this); - } - - /// Field number for the "buyerId" field. - public const int BuyerIdFieldNumber = 1; - private string buyerId_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string BuyerId { - get { return buyerId_; } - set { - buyerId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "items" field. - public const int ItemsFieldNumber = 2; - private static readonly pb::FieldCodec _repeated_items_codec - = pb::FieldCodec.ForMessage(18, global::GrpcOrdering.BasketItem.Parser); - private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField Items { - get { return items_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as CreateOrderDraftCommand); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(CreateOrderDraftCommand other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (BuyerId != other.BuyerId) return false; - if(!items_.Equals(other.items_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (BuyerId.Length != 0) hash ^= BuyerId.GetHashCode(); - hash ^= items_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (BuyerId.Length != 0) { - output.WriteRawTag(10); - output.WriteString(BuyerId); - } - items_.WriteTo(output, _repeated_items_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (BuyerId.Length != 0) { - output.WriteRawTag(10); - output.WriteString(BuyerId); - } - items_.WriteTo(ref output, _repeated_items_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (BuyerId.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(BuyerId); - } - size += items_.CalculateSize(_repeated_items_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(CreateOrderDraftCommand other) { - if (other == null) { - return; - } - if (other.BuyerId.Length != 0) { - BuyerId = other.BuyerId; - } - items_.Add(other.items_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - BuyerId = input.ReadString(); - break; - } - case 18: { - items_.AddEntriesFrom(input, _repeated_items_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 10: { - BuyerId = input.ReadString(); - break; - } - case 18: { - items_.AddEntriesFrom(ref input, _repeated_items_codec); - break; - } - } - } - } - #endif - - } - - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class BasketItem : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BasketItem()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::GrpcOrdering.OrderingReflection.Descriptor.MessageTypes[1]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BasketItem() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BasketItem(BasketItem other) : this() { - id_ = other.id_; - productId_ = other.productId_; - productName_ = other.productName_; - unitPrice_ = other.unitPrice_; - oldUnitPrice_ = other.oldUnitPrice_; - quantity_ = other.quantity_; - pictureUrl_ = other.pictureUrl_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BasketItem Clone() { - return new BasketItem(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private string id_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Id { - get { return id_; } - set { - id_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "productId" field. - public const int ProductIdFieldNumber = 2; - private int productId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int ProductId { - get { return productId_; } - set { - productId_ = value; - } - } - - /// Field number for the "productName" field. - public const int ProductNameFieldNumber = 3; - private string productName_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string ProductName { - get { return productName_; } - set { - productName_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "unitPrice" field. - public const int UnitPriceFieldNumber = 4; - private double unitPrice_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public double UnitPrice { - get { return unitPrice_; } - set { - unitPrice_ = value; - } - } - - /// Field number for the "oldUnitPrice" field. - public const int OldUnitPriceFieldNumber = 5; - private double oldUnitPrice_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public double OldUnitPrice { - get { return oldUnitPrice_; } - set { - oldUnitPrice_ = value; - } - } - - /// Field number for the "quantity" field. - public const int QuantityFieldNumber = 6; - private int quantity_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int Quantity { - get { return quantity_; } - set { - quantity_ = value; - } - } - - /// Field number for the "pictureUrl" field. - public const int PictureUrlFieldNumber = 7; - private string pictureUrl_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string PictureUrl { - get { return pictureUrl_; } - set { - pictureUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as BasketItem); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(BasketItem other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - if (ProductId != other.ProductId) return false; - if (ProductName != other.ProductName) return false; - if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(UnitPrice, other.UnitPrice)) return false; - if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(OldUnitPrice, other.OldUnitPrice)) return false; - if (Quantity != other.Quantity) return false; - if (PictureUrl != other.PictureUrl) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Id.Length != 0) hash ^= Id.GetHashCode(); - if (ProductId != 0) hash ^= ProductId.GetHashCode(); - if (ProductName.Length != 0) hash ^= ProductName.GetHashCode(); - if (UnitPrice != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(UnitPrice); - if (OldUnitPrice != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(OldUnitPrice); - if (Quantity != 0) hash ^= Quantity.GetHashCode(); - if (PictureUrl.Length != 0) hash ^= PictureUrl.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Id.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Id); - } - if (ProductId != 0) { - output.WriteRawTag(16); - output.WriteInt32(ProductId); - } - if (ProductName.Length != 0) { - output.WriteRawTag(26); - output.WriteString(ProductName); - } - if (UnitPrice != 0D) { - output.WriteRawTag(33); - output.WriteDouble(UnitPrice); - } - if (OldUnitPrice != 0D) { - output.WriteRawTag(41); - output.WriteDouble(OldUnitPrice); - } - if (Quantity != 0) { - output.WriteRawTag(48); - output.WriteInt32(Quantity); - } - if (PictureUrl.Length != 0) { - output.WriteRawTag(58); - output.WriteString(PictureUrl); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Id.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Id); - } - if (ProductId != 0) { - output.WriteRawTag(16); - output.WriteInt32(ProductId); - } - if (ProductName.Length != 0) { - output.WriteRawTag(26); - output.WriteString(ProductName); - } - if (UnitPrice != 0D) { - output.WriteRawTag(33); - output.WriteDouble(UnitPrice); - } - if (OldUnitPrice != 0D) { - output.WriteRawTag(41); - output.WriteDouble(OldUnitPrice); - } - if (Quantity != 0) { - output.WriteRawTag(48); - output.WriteInt32(Quantity); - } - if (PictureUrl.Length != 0) { - output.WriteRawTag(58); - output.WriteString(PictureUrl); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Id.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Id); - } - if (ProductId != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(ProductId); - } - if (ProductName.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(ProductName); - } - if (UnitPrice != 0D) { - size += 1 + 8; - } - if (OldUnitPrice != 0D) { - size += 1 + 8; - } - if (Quantity != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Quantity); - } - if (PictureUrl.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(PictureUrl); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(BasketItem other) { - if (other == null) { - return; - } - if (other.Id.Length != 0) { - Id = other.Id; - } - if (other.ProductId != 0) { - ProductId = other.ProductId; - } - if (other.ProductName.Length != 0) { - ProductName = other.ProductName; - } - if (other.UnitPrice != 0D) { - UnitPrice = other.UnitPrice; - } - if (other.OldUnitPrice != 0D) { - OldUnitPrice = other.OldUnitPrice; - } - if (other.Quantity != 0) { - Quantity = other.Quantity; - } - if (other.PictureUrl.Length != 0) { - PictureUrl = other.PictureUrl; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - Id = input.ReadString(); - break; - } - case 16: { - ProductId = input.ReadInt32(); - break; - } - case 26: { - ProductName = input.ReadString(); - break; - } - case 33: { - UnitPrice = input.ReadDouble(); - break; - } - case 41: { - OldUnitPrice = input.ReadDouble(); - break; - } - case 48: { - Quantity = input.ReadInt32(); - break; - } - case 58: { - PictureUrl = input.ReadString(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 10: { - Id = input.ReadString(); - break; - } - case 16: { - ProductId = input.ReadInt32(); - break; - } - case 26: { - ProductName = input.ReadString(); - break; - } - case 33: { - UnitPrice = input.ReadDouble(); - break; - } - case 41: { - OldUnitPrice = input.ReadDouble(); - break; - } - case 48: { - Quantity = input.ReadInt32(); - break; - } - case 58: { - PictureUrl = input.ReadString(); - break; - } - } - } - } - #endif - - } - - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class OrderDraftDTO : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new OrderDraftDTO()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::GrpcOrdering.OrderingReflection.Descriptor.MessageTypes[2]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OrderDraftDTO() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OrderDraftDTO(OrderDraftDTO other) : this() { - total_ = other.total_; - orderItems_ = other.orderItems_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OrderDraftDTO Clone() { - return new OrderDraftDTO(this); - } - - /// Field number for the "total" field. - public const int TotalFieldNumber = 1; - private double total_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public double Total { - get { return total_; } - set { - total_ = value; - } - } - - /// Field number for the "orderItems" field. - public const int OrderItemsFieldNumber = 2; - private static readonly pb::FieldCodec _repeated_orderItems_codec - = pb::FieldCodec.ForMessage(18, global::GrpcOrdering.OrderItemDTO.Parser); - private readonly pbc::RepeatedField orderItems_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField OrderItems { - get { return orderItems_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as OrderDraftDTO); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(OrderDraftDTO other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(Total, other.Total)) return false; - if(!orderItems_.Equals(other.orderItems_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Total != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(Total); - hash ^= orderItems_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Total != 0D) { - output.WriteRawTag(9); - output.WriteDouble(Total); - } - orderItems_.WriteTo(output, _repeated_orderItems_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Total != 0D) { - output.WriteRawTag(9); - output.WriteDouble(Total); - } - orderItems_.WriteTo(ref output, _repeated_orderItems_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Total != 0D) { - size += 1 + 8; - } - size += orderItems_.CalculateSize(_repeated_orderItems_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(OrderDraftDTO other) { - if (other == null) { - return; - } - if (other.Total != 0D) { - Total = other.Total; - } - orderItems_.Add(other.orderItems_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 9: { - Total = input.ReadDouble(); - break; - } - case 18: { - orderItems_.AddEntriesFrom(input, _repeated_orderItems_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 9: { - Total = input.ReadDouble(); - break; - } - case 18: { - orderItems_.AddEntriesFrom(ref input, _repeated_orderItems_codec); - break; - } - } - } - } - #endif - - } - - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class OrderItemDTO : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new OrderItemDTO()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::GrpcOrdering.OrderingReflection.Descriptor.MessageTypes[3]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OrderItemDTO() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OrderItemDTO(OrderItemDTO other) : this() { - productId_ = other.productId_; - productName_ = other.productName_; - unitPrice_ = other.unitPrice_; - discount_ = other.discount_; - units_ = other.units_; - pictureUrl_ = other.pictureUrl_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OrderItemDTO Clone() { - return new OrderItemDTO(this); - } - - /// Field number for the "productId" field. - public const int ProductIdFieldNumber = 1; - private int productId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int ProductId { - get { return productId_; } - set { - productId_ = value; - } - } - - /// Field number for the "productName" field. - public const int ProductNameFieldNumber = 2; - private string productName_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string ProductName { - get { return productName_; } - set { - productName_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "unitPrice" field. - public const int UnitPriceFieldNumber = 3; - private double unitPrice_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public double UnitPrice { - get { return unitPrice_; } - set { - unitPrice_ = value; - } - } - - /// Field number for the "discount" field. - public const int DiscountFieldNumber = 4; - private double discount_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public double Discount { - get { return discount_; } - set { - discount_ = value; - } - } - - /// Field number for the "units" field. - public const int UnitsFieldNumber = 5; - private int units_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int Units { - get { return units_; } - set { - units_ = value; - } - } - - /// Field number for the "pictureUrl" field. - public const int PictureUrlFieldNumber = 6; - private string pictureUrl_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string PictureUrl { - get { return pictureUrl_; } - set { - pictureUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as OrderItemDTO); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(OrderItemDTO other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (ProductId != other.ProductId) return false; - if (ProductName != other.ProductName) return false; - if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(UnitPrice, other.UnitPrice)) return false; - if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(Discount, other.Discount)) return false; - if (Units != other.Units) return false; - if (PictureUrl != other.PictureUrl) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (ProductId != 0) hash ^= ProductId.GetHashCode(); - if (ProductName.Length != 0) hash ^= ProductName.GetHashCode(); - if (UnitPrice != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(UnitPrice); - if (Discount != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(Discount); - if (Units != 0) hash ^= Units.GetHashCode(); - if (PictureUrl.Length != 0) hash ^= PictureUrl.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (ProductId != 0) { - output.WriteRawTag(8); - output.WriteInt32(ProductId); - } - if (ProductName.Length != 0) { - output.WriteRawTag(18); - output.WriteString(ProductName); - } - if (UnitPrice != 0D) { - output.WriteRawTag(25); - output.WriteDouble(UnitPrice); - } - if (Discount != 0D) { - output.WriteRawTag(33); - output.WriteDouble(Discount); - } - if (Units != 0) { - output.WriteRawTag(40); - output.WriteInt32(Units); - } - if (PictureUrl.Length != 0) { - output.WriteRawTag(50); - output.WriteString(PictureUrl); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (ProductId != 0) { - output.WriteRawTag(8); - output.WriteInt32(ProductId); - } - if (ProductName.Length != 0) { - output.WriteRawTag(18); - output.WriteString(ProductName); - } - if (UnitPrice != 0D) { - output.WriteRawTag(25); - output.WriteDouble(UnitPrice); - } - if (Discount != 0D) { - output.WriteRawTag(33); - output.WriteDouble(Discount); - } - if (Units != 0) { - output.WriteRawTag(40); - output.WriteInt32(Units); - } - if (PictureUrl.Length != 0) { - output.WriteRawTag(50); - output.WriteString(PictureUrl); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (ProductId != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(ProductId); - } - if (ProductName.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(ProductName); - } - if (UnitPrice != 0D) { - size += 1 + 8; - } - if (Discount != 0D) { - size += 1 + 8; - } - if (Units != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Units); - } - if (PictureUrl.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(PictureUrl); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(OrderItemDTO other) { - if (other == null) { - return; - } - if (other.ProductId != 0) { - ProductId = other.ProductId; - } - if (other.ProductName.Length != 0) { - ProductName = other.ProductName; - } - if (other.UnitPrice != 0D) { - UnitPrice = other.UnitPrice; - } - if (other.Discount != 0D) { - Discount = other.Discount; - } - if (other.Units != 0) { - Units = other.Units; - } - if (other.PictureUrl.Length != 0) { - PictureUrl = other.PictureUrl; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - ProductId = input.ReadInt32(); - break; - } - case 18: { - ProductName = input.ReadString(); - break; - } - case 25: { - UnitPrice = input.ReadDouble(); - break; - } - case 33: { - Discount = input.ReadDouble(); - break; - } - case 40: { - Units = input.ReadInt32(); - break; - } - case 50: { - PictureUrl = input.ReadString(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - ProductId = input.ReadInt32(); - break; - } - case 18: { - ProductName = input.ReadString(); - break; - } - case 25: { - UnitPrice = input.ReadDouble(); - break; - } - case 33: { - Discount = input.ReadDouble(); - break; - } - case 40: { - Units = input.ReadInt32(); - break; - } - case 50: { - PictureUrl = input.ReadString(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/OrderingGrpc.cs b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/OrderingGrpc.cs deleted file mode 100644 index c2c3531c..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/OrderingGrpc.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: ordering.proto -// -#pragma warning disable 0414, 1591, 8981, 0612 -#region Designer generated code - -using grpc = global::Grpc.Core; - -namespace GrpcOrdering { - public static partial class OrderingGrpc - { - static readonly string __ServiceName = "OrderingApi.OrderingGrpc"; - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static void __Helper_SerializeMessage(global::Google.Protobuf.IMessage message, grpc::SerializationContext context) - { - #if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION - if (message is global::Google.Protobuf.IBufferMessage) - { - context.SetPayloadLength(message.CalculateSize()); - global::Google.Protobuf.MessageExtensions.WriteTo(message, context.GetBufferWriter()); - context.Complete(); - return; - } - #endif - context.Complete(global::Google.Protobuf.MessageExtensions.ToByteArray(message)); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static class __Helper_MessageCache - { - public static readonly bool IsBufferMessage = global::System.Reflection.IntrospectionExtensions.GetTypeInfo(typeof(global::Google.Protobuf.IBufferMessage)).IsAssignableFrom(typeof(T)); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static T __Helper_DeserializeMessage(grpc::DeserializationContext context, global::Google.Protobuf.MessageParser parser) where T : global::Google.Protobuf.IMessage - { - #if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION - if (__Helper_MessageCache.IsBufferMessage) - { - return parser.ParseFrom(context.PayloadAsReadOnlySequence()); - } - #endif - return parser.ParseFrom(context.PayloadAsNewBuffer()); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Marshaller __Marshaller_OrderingApi_CreateOrderDraftCommand = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::GrpcOrdering.CreateOrderDraftCommand.Parser)); - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Marshaller __Marshaller_OrderingApi_OrderDraftDTO = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::GrpcOrdering.OrderDraftDTO.Parser)); - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Method __Method_CreateOrderDraftFromBasketData = new grpc::Method( - grpc::MethodType.Unary, - __ServiceName, - "CreateOrderDraftFromBasketData", - __Marshaller_OrderingApi_CreateOrderDraftCommand, - __Marshaller_OrderingApi_OrderDraftDTO); - - /// Service descriptor - public static global::Google.Protobuf.Reflection.ServiceDescriptor Descriptor - { - get { return global::GrpcOrdering.OrderingReflection.Descriptor.Services[0]; } - } - - /// Client for OrderingGrpc - public partial class OrderingGrpcClient : grpc::ClientBase - { - /// Creates a new client for OrderingGrpc - /// The channel to use to make remote calls. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public OrderingGrpcClient(grpc::ChannelBase channel) : base(channel) - { - } - /// Creates a new client for OrderingGrpc that uses a custom CallInvoker. - /// The callInvoker to use to make remote calls. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public OrderingGrpcClient(grpc::CallInvoker callInvoker) : base(callInvoker) - { - } - /// Protected parameterless constructor to allow creation of test doubles. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - protected OrderingGrpcClient() : base() - { - } - /// Protected constructor to allow creation of configured clients. - /// The client configuration. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - protected OrderingGrpcClient(ClientBaseConfiguration configuration) : base(configuration) - { - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual global::GrpcOrdering.OrderDraftDTO CreateOrderDraftFromBasketData(global::GrpcOrdering.CreateOrderDraftCommand request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) - { - return CreateOrderDraftFromBasketData(request, new grpc::CallOptions(headers, deadline, cancellationToken)); - } - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual global::GrpcOrdering.OrderDraftDTO CreateOrderDraftFromBasketData(global::GrpcOrdering.CreateOrderDraftCommand request, grpc::CallOptions options) - { - return CallInvoker.BlockingUnaryCall(__Method_CreateOrderDraftFromBasketData, null, options, request); - } - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual grpc::AsyncUnaryCall CreateOrderDraftFromBasketDataAsync(global::GrpcOrdering.CreateOrderDraftCommand request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) - { - return CreateOrderDraftFromBasketDataAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)); - } - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual grpc::AsyncUnaryCall CreateOrderDraftFromBasketDataAsync(global::GrpcOrdering.CreateOrderDraftCommand request, grpc::CallOptions options) - { - return CallInvoker.AsyncUnaryCall(__Method_CreateOrderDraftFromBasketData, null, options, request); - } - /// Creates a new instance of client from given ClientBaseConfiguration. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - protected override OrderingGrpcClient NewInstance(ClientBaseConfiguration configuration) - { - return new OrderingGrpcClient(configuration); - } - } - - } -} -#endregion diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Web.Shopping.HttpAggregator.AssemblyInfo.cs b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Web.Shopping.HttpAggregator.AssemblyInfo.cs deleted file mode 100644 index 358f2feb..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Web.Shopping.HttpAggregator.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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("Web.Shopping.HttpAggregator")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0a77675f714bea9dc0df9dd0f5780d113235d59c")] -[assembly: System.Reflection.AssemblyProductAttribute("Web.Shopping.HttpAggregator")] -[assembly: System.Reflection.AssemblyTitleAttribute("Web.Shopping.HttpAggregator")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Web.Shopping.HttpAggregator.AssemblyInfoInputs.cache b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Web.Shopping.HttpAggregator.AssemblyInfoInputs.cache deleted file mode 100644 index 82a9ea44..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Web.Shopping.HttpAggregator.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -d37935219120ac16b1a23d64c6ed1eb33c23fa6639700a06888695d5b8fd2611 diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Web.Shopping.HttpAggregator.GeneratedMSBuildEditorConfig.editorconfig b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Web.Shopping.HttpAggregator.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index cda404dc..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Web.Shopping.HttpAggregator.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,19 +0,0 @@ -is_global = true -build_property.TargetFramework = net8.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = true -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = Microsoft.eShopOnContainers.Web.Shopping.HttpAggregator -build_property.RootNamespace = Microsoft.eShopOnContainers.Web.Shopping.HttpAggregator -build_property.ProjectDir = C:\Users\natyo\mslearn-microservices-devops-aspnet-core\src\ApiGateways\Aggregators\Web.Shopping.HttpAggregator\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.RazorLangVersion = 8.0 -build_property.SupportLocalizedComponentNames = -build_property.GenerateRazorMetadataSourceChecksumAttributes = -build_property.MSBuildProjectDirectory = C:\Users\natyo\mslearn-microservices-devops-aspnet-core\src\ApiGateways\Aggregators\Web.Shopping.HttpAggregator -build_property._RazorSourceGeneratorDebug = diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Web.Shopping.HttpAggregator.assets.cache b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Web.Shopping.HttpAggregator.assets.cache deleted file mode 100644 index 9c4e2a31..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Web.Shopping.HttpAggregator.assets.cache and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Web.Shopping.HttpAggregator.csproj.AssemblyReference.cache b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Web.Shopping.HttpAggregator.csproj.AssemblyReference.cache deleted file mode 100644 index 484aa374..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Web.Shopping.HttpAggregator.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/bffc8eaa828dab30_basket.protodep b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/bffc8eaa828dab30_basket.protodep deleted file mode 100644 index 09218cbb..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/bffc8eaa828dab30_basket.protodep +++ /dev/null @@ -1,2 +0,0 @@ -obj\Debug\net8.0/Basket.cs \ -obj\Debug\net8.0/BasketGrpc.cs: ../../../Services/Basket/Basket.API/Proto/basket.proto \ No newline at end of file diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/ea1f4038c55362a4_catalog.protodep b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/ea1f4038c55362a4_catalog.protodep deleted file mode 100644 index f7735d88..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/ea1f4038c55362a4_catalog.protodep +++ /dev/null @@ -1,2 +0,0 @@ -obj\Debug\net8.0/Catalog.cs \ -obj\Debug\net8.0/CatalogGrpc.cs: ../../../Services/Catalog/Catalog.API/Proto/catalog.proto \ No newline at end of file diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shop.4606EB20.Up2Date b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shop.4606EB20.Up2Date deleted file mode 100644 index e69de29b..00000000 diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.AssemblyInfo.cs b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.AssemblyInfo.cs index 06f132ea..07a2c79b 100644 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.AssemblyInfo.cs +++ b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.AssemblyInfo.cs @@ -13,7 +13,7 @@ [assembly: System.Reflection.AssemblyCompanyAttribute("Web.Shopping.HttpAggregator")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+1a8b395ed18f8f26654475e19de22afa3d9975ee")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+04d45e6378a3c9d7250e3bc3b1db69ec0f9f76f3")] [assembly: System.Reflection.AssemblyProductAttribute("Web.Shopping.HttpAggregator")] [assembly: System.Reflection.AssemblyTitleAttribute("Web.Shopping.HttpAggregator")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.AssemblyInfoInputs.cache b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.AssemblyInfoInputs.cache index f58a0017..7f4cfb79 100644 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.AssemblyInfoInputs.cache +++ b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.AssemblyInfoInputs.cache @@ -1 +1 @@ -234389ab0af69d63329361221441ebe0f32165784831033b80c53d09f245a67f +9f5cd102720a3ffa5709934faafcbb510a683b28ef2b1644e59c6f241723bcaf diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.assets.cache b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.assets.cache index e018eabf..0818470c 100644 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.assets.cache and b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.assets.cache differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.csproj.AssemblyReference.cache b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.csproj.AssemblyReference.cache index 15a23adf..981a415e 100644 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.csproj.AssemblyReference.cache and b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.csproj.AssemblyReference.cache differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.csproj.CoreCompileInputs.cache b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.csproj.CoreCompileInputs.cache index 171e5251..0abde3c3 100644 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.csproj.CoreCompileInputs.cache +++ b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -073592ea93db4eae01da1f0ca8690b1ae56b8bf25cdbd1c7f357c1a918ea32b6 +b5b1635d1c4d443bd122b97cbdb55f63d51e9763f983d21d4fe0d115e51733e2 diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.dll deleted file mode 100644 index 1231eab7..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.genruntimeconfig.cache b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.genruntimeconfig.cache deleted file mode 100644 index 875d3925..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -8941ceaf701102543a9af6c886c3b2721649b8f3d910c72c4e0e9ed0a3041e6b diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.pdb b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.pdb deleted file mode 100644 index 99479683..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.pdb and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.sourcelink.json b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.sourcelink.json index 66d5f078..c1b394cd 100644 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.sourcelink.json +++ b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.sourcelink.json @@ -1 +1 @@ -{"documents":{"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/1a8b395ed18f8f26654475e19de22afa3d9975ee/*"}} \ No newline at end of file +{"documents":{"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/04d45e6378a3c9d7250e3bc3b1db69ec0f9f76f3/*"}} \ No newline at end of file diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/apphost b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/apphost deleted file mode 100755 index ae5439fe..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/apphost and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/ref/Web.Shopping.HttpAggregator.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/ref/Web.Shopping.HttpAggregator.dll deleted file mode 100644 index 4a973804..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/ref/Web.Shopping.HttpAggregator.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/refint/Web.Shopping.HttpAggregator.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/refint/Web.Shopping.HttpAggregator.dll deleted file mode 100644 index 4a973804..00000000 Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/refint/Web.Shopping.HttpAggregator.dll and /dev/null differ diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/rjsmcshtml.dswa.cache.json b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/rjsmcshtml.dswa.cache.json deleted file mode 100644 index 634f882f..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/rjsmcshtml.dswa.cache.json +++ /dev/null @@ -1 +0,0 @@ -{"GlobalPropertiesHash":"JsZ9MJJcBzMytqaMN+vmHZOKahINCTZGaOmZW2MwpdI=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["diethuXyvk2n\u002BYc1NwZvoeDIKuboAn57lxgE1FfkkYs=","St8gSyPYqfBnDCgAWY1XkH6Rhpa2AoXgs6blwf2UJfU=","vWSnqKLlCgsNzpOT3ZLNSwB7rc7uiGZOhgi7QliGzF4=","OrbduInxWULqRJeyMze0aBVQ51r/6YfwRI93jplCly4=","lp4rT0CXtNc3Efui0g4psz2P4EQ3GVWWbEY7CC2oIQo=","pG2SSnfdgMS1AfjymjAe0sOpVrWKt/d2JSh/zWBODSc=","Dj1RHQ1eNmJFRhICUhIrYXDIkkVNFPCoBz5XlZt0SR0=","Z0rPgqov3hP6TUHtao\u002BvLnM5M4\u002BDC2VmzOsxCKBQ5YM=","eDGnl6/b3QMFo/kEZAOEMSfWUsYEcWspk50EiSgqIsA="],"CachedAssets":{},"CachedCopyCandidates":{}} \ No newline at end of file diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/rjsmrazor.dswa.cache.json b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/rjsmrazor.dswa.cache.json deleted file mode 100644 index 9bf9a515..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/rjsmrazor.dswa.cache.json +++ /dev/null @@ -1 +0,0 @@ -{"GlobalPropertiesHash":"6QCpDD0BRivi2zxIPuLz90+2Sjoguwmg15iDhpgj5WQ=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["diethuXyvk2n\u002BYc1NwZvoeDIKuboAn57lxgE1FfkkYs=","St8gSyPYqfBnDCgAWY1XkH6Rhpa2AoXgs6blwf2UJfU=","vWSnqKLlCgsNzpOT3ZLNSwB7rc7uiGZOhgi7QliGzF4=","OrbduInxWULqRJeyMze0aBVQ51r/6YfwRI93jplCly4=","lp4rT0CXtNc3Efui0g4psz2P4EQ3GVWWbEY7CC2oIQo=","pG2SSnfdgMS1AfjymjAe0sOpVrWKt/d2JSh/zWBODSc=","Dj1RHQ1eNmJFRhICUhIrYXDIkkVNFPCoBz5XlZt0SR0=","Z0rPgqov3hP6TUHtao\u002BvLnM5M4\u002BDC2VmzOsxCKBQ5YM=","eDGnl6/b3QMFo/kEZAOEMSfWUsYEcWspk50EiSgqIsA="],"CachedAssets":{},"CachedCopyCandidates":{}} \ No newline at end of file diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/rpswa.dswa.cache.json b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/rpswa.dswa.cache.json index 7ec46084..2a1e40dd 100644 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/rpswa.dswa.cache.json +++ b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/rpswa.dswa.cache.json @@ -1 +1 @@ -{"GlobalPropertiesHash":"XDULzp9OWNDfPmtmE5rXVJTjPqgG9IghpLgfLreFnGg=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["diethuXyvk2n\u002BYc1NwZvoeDIKuboAn57lxgE1FfkkYs=","St8gSyPYqfBnDCgAWY1XkH6Rhpa2AoXgs6blwf2UJfU=","vWSnqKLlCgsNzpOT3ZLNSwB7rc7uiGZOhgi7QliGzF4="],"CachedAssets":{},"CachedCopyCandidates":{}} \ No newline at end of file +{"GlobalPropertiesHash":"XDULzp9OWNDfPmtmE5rXVJTjPqgG9IghpLgfLreFnGg=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["ZGOhCrHDfh7caAQ8J8aW6rJPd3727Qrbw9/ipHfdteU=","wqv2wKh1D8s1UYznM0JkuZwZ394mXkLMzL5sIAyImcQ=","AEWxtGIZt8ggn1ISwNZNSkHtIVzAW5GaUaZ1broyRh8="],"CachedAssets":{},"CachedCopyCandidates":{}} \ No newline at end of file diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/staticwebassets.build.endpoints.json b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/staticwebassets.build.endpoints.json deleted file mode 100644 index 5576e889..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/staticwebassets.build.endpoints.json +++ /dev/null @@ -1 +0,0 @@ -{"Version":1,"ManifestType":"Build","Endpoints":[]} \ No newline at end of file diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/staticwebassets.build.json b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/staticwebassets.build.json deleted file mode 100644 index c2898816..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/staticwebassets.build.json +++ /dev/null @@ -1 +0,0 @@ -{"Version":1,"Hash":"TTOCcr4MgbJDuBwc9tKM+efbEht88R9/uLTfPIZkbeo=","Source":"Web.Shopping.HttpAggregator","BasePath":"/","Mode":"Root","ManifestType":"Build","ReferencedProjectsConfiguration":[],"DiscoveryPatterns":[],"Assets":[],"Endpoints":[]} \ No newline at end of file diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/staticwebassets.build.json.cache b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/staticwebassets.build.json.cache deleted file mode 100644 index e7e92a84..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/staticwebassets.build.json.cache +++ /dev/null @@ -1 +0,0 @@ -TTOCcr4MgbJDuBwc9tKM+efbEht88R9/uLTfPIZkbeo= \ No newline at end of file diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/swae.build.ex.cache b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/swae.build.ex.cache deleted file mode 100644 index e69de29b..00000000 diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Web.Shopping.HttpAggregator.csproj.nuget.dgspec.json b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Web.Shopping.HttpAggregator.csproj.nuget.dgspec.json index ac6043cf..eb1e966b 100644 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Web.Shopping.HttpAggregator.csproj.nuget.dgspec.json +++ b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Web.Shopping.HttpAggregator.csproj.nuget.dgspec.json @@ -46,19 +46,19 @@ "dependencies": { "AspNetCore.HealthChecks.UI.Client": { "target": "Package", - "version": "[8.0.1, )" + "version": "[9.0.0, )" }, "AspNetCore.HealthChecks.Uris": { "target": "Package", - "version": "[8.0.1, )" + "version": "[9.0.0, )" }, "Google.Protobuf": { "target": "Package", - "version": "[3.28.3, )" + "version": "[3.33.1, )" }, "Grpc.AspNetCore.Server.ClientFactory": { "target": "Package", - "version": "[2.70.0, )" + "version": "[2.71.0, )" }, "Grpc.Core": { "target": "Package", @@ -66,12 +66,12 @@ }, "Grpc.Net.Client": { "target": "Package", - "version": "[2.70.0, )" + "version": "[2.71.0, )" }, "Grpc.Tools": { "suppressParent": "All", "target": "Package", - "version": "[2.68.1, )" + "version": "[2.76.0, )" }, "Microsoft.AspNetCore.Authentication.JwtBearer": { "target": "Package", @@ -87,15 +87,15 @@ }, "Serilog.AspNetCore": { "target": "Package", - "version": "[8.0.3, )" + "version": "[9.0.0, )" }, "Serilog.Sinks.Console": { "target": "Package", - "version": "[6.0.0, )" + "version": "[6.1.1, )" }, "Serilog.Sinks.Seq": { "target": "Package", - "version": "[8.0.0, )" + "version": "[9.0.0, )" }, "Swashbuckle.AspNetCore": { "target": "Package", diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Web.Shopping.HttpAggregator.csproj.nuget.g.props b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Web.Shopping.HttpAggregator.csproj.nuget.g.props index f8af02e8..a765eaaf 100644 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Web.Shopping.HttpAggregator.csproj.nuget.g.props +++ b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Web.Shopping.HttpAggregator.csproj.nuget.g.props @@ -15,10 +15,10 @@ - + /home/runner/.nuget/packages/microsoft.extensions.apidescription.server/6.0.5 - /home/runner/.nuget/packages/grpc.tools/2.68.1 + /home/runner/.nuget/packages/grpc.tools/2.76.0 \ No newline at end of file diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Web.Shopping.HttpAggregator.csproj.nuget.g.targets b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Web.Shopping.HttpAggregator.csproj.nuget.g.targets index d1fb5c99..44ff47cc 100644 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Web.Shopping.HttpAggregator.csproj.nuget.g.targets +++ b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Web.Shopping.HttpAggregator.csproj.nuget.g.targets @@ -2,9 +2,9 @@ - + - + \ No newline at end of file diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/project.assets.json b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/project.assets.json index bf47fd40..b444d6b6 100644 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/project.assets.json +++ b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/project.assets.json @@ -2,11 +2,10 @@ "version": 3, "targets": { "net9.0": { - "AspNetCore.HealthChecks.UI.Client/8.0.1": { + "AspNetCore.HealthChecks.UI.Client/9.0.0": { "type": "package", "dependencies": { - "AspNetCore.HealthChecks.UI.Core": "8.0.1", - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0" + "AspNetCore.HealthChecks.UI.Core": "9.0.0" }, "compile": { "lib/net8.0/HealthChecks.UI.Client.dll": { @@ -22,41 +21,40 @@ "Microsoft.AspNetCore.App" ] }, - "AspNetCore.HealthChecks.UI.Core/8.0.1": { + "AspNetCore.HealthChecks.UI.Core/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0" + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11" }, "compile": { - "lib/net6.0/HealthChecks.UI.Core.dll": { + "lib/net8.0/HealthChecks.UI.Core.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/HealthChecks.UI.Core.dll": { + "lib/net8.0/HealthChecks.UI.Core.dll": { "related": ".xml" } } }, - "AspNetCore.HealthChecks.Uris/8.0.1": { + "AspNetCore.HealthChecks.Uris/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0", + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11", "Microsoft.Extensions.Http": "8.0.0" }, "compile": { - "lib/net5.0/HealthChecks.Uris.dll": { + "lib/net8.0/HealthChecks.Uris.dll": { "related": ".xml" } }, "runtime": { - "lib/net5.0/HealthChecks.Uris.dll": { + "lib/net8.0/HealthChecks.Uris.dll": { "related": ".xml" } } }, - "Google.Protobuf/3.28.3": { + "Google.Protobuf/3.33.1": { "type": "package", "compile": { "lib/net5.0/Google.Protobuf.dll": { @@ -69,10 +67,10 @@ } } }, - "Grpc.AspNetCore.Server/2.70.0": { + "Grpc.AspNetCore.Server/2.71.0": { "type": "package", "dependencies": { - "Grpc.Net.Common": "2.70.0" + "Grpc.Net.Common": "2.71.0" }, "compile": { "lib/net9.0/Grpc.AspNetCore.Server.dll": { @@ -88,11 +86,11 @@ "Microsoft.AspNetCore.App" ] }, - "Grpc.AspNetCore.Server.ClientFactory/2.70.0": { + "Grpc.AspNetCore.Server.ClientFactory/2.71.0": { "type": "package", "dependencies": { - "Grpc.AspNetCore.Server": "2.70.0", - "Grpc.Net.ClientFactory": "2.70.0" + "Grpc.AspNetCore.Server": "2.71.0", + "Grpc.Net.ClientFactory": "2.71.0" }, "compile": { "lib/net9.0/Grpc.AspNetCore.Server.ClientFactory.dll": { @@ -147,7 +145,7 @@ } } }, - "Grpc.Core.Api/2.70.0": { + "Grpc.Core.Api/2.71.0": { "type": "package", "compile": { "lib/netstandard2.1/Grpc.Core.Api.dll": { @@ -160,10 +158,10 @@ } } }, - "Grpc.Net.Client/2.70.0": { + "Grpc.Net.Client/2.71.0": { "type": "package", "dependencies": { - "Grpc.Net.Common": "2.70.0", + "Grpc.Net.Common": "2.71.0", "Microsoft.Extensions.Logging.Abstractions": "6.0.0" }, "compile": { @@ -177,10 +175,10 @@ } } }, - "Grpc.Net.ClientFactory/2.70.0": { + "Grpc.Net.ClientFactory/2.71.0": { "type": "package", "dependencies": { - "Grpc.Net.Client": "2.70.0", + "Grpc.Net.Client": "2.71.0", "Microsoft.Extensions.Http": "6.0.0" }, "compile": { @@ -194,10 +192,10 @@ } } }, - "Grpc.Net.Common/2.70.0": { + "Grpc.Net.Common/2.71.0": { "type": "package", "dependencies": { - "Grpc.Core.Api": "2.70.0" + "Grpc.Core.Api": "2.71.0" }, "compile": { "lib/net8.0/Grpc.Net.Common.dll": { @@ -210,7 +208,7 @@ } } }, - "Grpc.Tools/2.68.1": { + "Grpc.Tools/2.76.0": { "type": "package", "build": { "build/Grpc.Tools.props": {}, @@ -333,18 +331,18 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.Binder/8.0.0": { + "Microsoft.Extensions.Configuration.Binder/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.Binder.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.Binder.dll": { "related": ".xml" } }, @@ -352,23 +350,23 @@ "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets": {} } }, - "Microsoft.Extensions.DependencyInjection/8.0.0": { + "Microsoft.Extensions.DependencyInjection/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/net8.0/_._": {} } }, "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { @@ -387,20 +385,20 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.DependencyModel/8.0.2": { + "Microsoft.Extensions.DependencyModel/9.0.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "lib/net9.0/Microsoft.Extensions.DependencyModel.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "lib/net9.0/Microsoft.Extensions.DependencyModel.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/net8.0/_._": {} } }, "Microsoft.Extensions.Diagnostics/8.0.0": { @@ -542,25 +540,25 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.Logging/8.0.0": { + "Microsoft.Extensions.Logging/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0", - "Microsoft.Extensions.Options": "8.0.0" + "Microsoft.Extensions.DependencyInjection": "9.0.0", + "Microsoft.Extensions.Logging.Abstractions": "9.0.0", + "Microsoft.Extensions.Options": "9.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/net8.0/_._": {} } }, "Microsoft.Extensions.Logging.Abstractions/9.0.0": { @@ -768,47 +766,46 @@ }, "compile": { "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { - "related": ".pdb" + "related": ".pdb;.xml" } }, "runtime": { "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { - "related": ".pdb" + "related": ".pdb;.xml" } } }, - "Serilog/4.0.0": { + "Serilog/4.2.0": { "type": "package", "compile": { - "lib/net8.0/Serilog.dll": { + "lib/net9.0/Serilog.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.dll": { + "lib/net9.0/Serilog.dll": { "related": ".xml" } } }, - "Serilog.AspNetCore/8.0.3": { + "Serilog.AspNetCore/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Logging": "8.0.0", - "Serilog": "3.1.1", - "Serilog.Extensions.Hosting": "8.0.0", - "Serilog.Formatting.Compact": "2.0.0", - "Serilog.Settings.Configuration": "8.0.4", - "Serilog.Sinks.Console": "5.0.0", - "Serilog.Sinks.Debug": "2.0.0", - "Serilog.Sinks.File": "5.0.0" + "Serilog": "4.2.0", + "Serilog.Extensions.Hosting": "9.0.0", + "Serilog.Formatting.Compact": "3.0.0", + "Serilog.Settings.Configuration": "9.0.0", + "Serilog.Sinks.Console": "6.0.0", + "Serilog.Sinks.Debug": "3.0.0", + "Serilog.Sinks.File": "6.0.0" }, "compile": { - "lib/net8.0/Serilog.AspNetCore.dll": { + "lib/net9.0/Serilog.AspNetCore.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.AspNetCore.dll": { + "lib/net9.0/Serilog.AspNetCore.dll": { "related": ".xml" } }, @@ -816,78 +813,78 @@ "Microsoft.AspNetCore.App" ] }, - "Serilog.Extensions.Hosting/8.0.0": { + "Serilog.Extensions.Hosting/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0", - "Serilog": "3.1.1", - "Serilog.Extensions.Logging": "8.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", + "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", + "Microsoft.Extensions.Logging.Abstractions": "9.0.0", + "Serilog": "4.2.0", + "Serilog.Extensions.Logging": "9.0.0" }, "compile": { - "lib/net8.0/Serilog.Extensions.Hosting.dll": { + "lib/net9.0/Serilog.Extensions.Hosting.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.Extensions.Hosting.dll": { + "lib/net9.0/Serilog.Extensions.Hosting.dll": { "related": ".xml" } } }, - "Serilog.Extensions.Logging/8.0.0": { + "Serilog.Extensions.Logging/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Logging": "8.0.0", - "Serilog": "3.1.1" + "Microsoft.Extensions.Logging": "9.0.0", + "Serilog": "4.2.0" }, "compile": { - "lib/net8.0/Serilog.Extensions.Logging.dll": { + "lib/net9.0/Serilog.Extensions.Logging.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.Extensions.Logging.dll": { + "lib/net9.0/Serilog.Extensions.Logging.dll": { "related": ".xml" } } }, - "Serilog.Formatting.Compact/2.0.0": { + "Serilog.Formatting.Compact/3.0.0": { "type": "package", "dependencies": { - "Serilog": "3.1.0" + "Serilog": "4.0.0" }, "compile": { - "lib/net7.0/Serilog.Formatting.Compact.dll": { + "lib/net8.0/Serilog.Formatting.Compact.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Serilog.Formatting.Compact.dll": { + "lib/net8.0/Serilog.Formatting.Compact.dll": { "related": ".xml" } } }, - "Serilog.Settings.Configuration/8.0.4": { + "Serilog.Settings.Configuration/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Binder": "8.0.0", - "Microsoft.Extensions.DependencyModel": "8.0.2", - "Serilog": "3.1.1" + "Microsoft.Extensions.Configuration.Binder": "9.0.0", + "Microsoft.Extensions.DependencyModel": "9.0.0", + "Serilog": "4.2.0" }, "compile": { - "lib/net8.0/Serilog.Settings.Configuration.dll": { + "lib/net9.0/Serilog.Settings.Configuration.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.Settings.Configuration.dll": { + "lib/net9.0/Serilog.Settings.Configuration.dll": { "related": ".xml" } } }, - "Serilog.Sinks.Console/6.0.0": { + "Serilog.Sinks.Console/6.1.1": { "type": "package", "dependencies": { "Serilog": "4.0.0" @@ -903,39 +900,43 @@ } } }, - "Serilog.Sinks.Debug/2.0.0": { + "Serilog.Sinks.Debug/3.0.0": { "type": "package", "dependencies": { - "Serilog": "2.10.0" + "Serilog": "4.0.0" }, "compile": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": {} + "lib/net8.0/Serilog.Sinks.Debug.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": {} + "lib/net8.0/Serilog.Sinks.Debug.dll": { + "related": ".xml" + } } }, - "Serilog.Sinks.File/5.0.0": { + "Serilog.Sinks.File/6.0.0": { "type": "package", "dependencies": { - "Serilog": "2.10.0" + "Serilog": "4.0.0" }, "compile": { - "lib/net5.0/Serilog.Sinks.File.dll": { - "related": ".pdb" + "lib/net8.0/Serilog.Sinks.File.dll": { + "related": ".xml" } }, "runtime": { - "lib/net5.0/Serilog.Sinks.File.dll": { - "related": ".pdb" + "lib/net8.0/Serilog.Sinks.File.dll": { + "related": ".xml" } } }, - "Serilog.Sinks.Seq/8.0.0": { + "Serilog.Sinks.Seq/9.0.0": { "type": "package", "dependencies": { - "Serilog": "4.0.0", - "Serilog.Sinks.File": "5.0.0" + "Serilog": "4.2.0", + "Serilog.Sinks.File": "6.0.0" }, "compile": { "lib/net6.0/Serilog.Sinks.Seq.dll": { @@ -1060,62 +1061,58 @@ } }, "libraries": { - "AspNetCore.HealthChecks.UI.Client/8.0.1": { - "sha512": "nhC6KIoB/EtTbH3uGm2J6EHEUyTJuETUARFePbmrnA+zjbwsirzIVUQl46qIjvyPABhK0e7Rk+AxcRqC6zikqA==", + "AspNetCore.HealthChecks.UI.Client/9.0.0": { + "sha512": "1Ub3Wvvbz7CMuFNWgLEc9qqQibiMoovDML/WHrwr5J83RPgtI20giCR92s/ipLgu7IIuqw+W/y7WpIeHqAICxg==", "type": "package", - "path": "aspnetcore.healthchecks.ui.client/8.0.1", + "path": "aspnetcore.healthchecks.ui.client/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "aspnetcore.healthchecks.ui.client.8.0.1.nupkg.sha512", + "aspnetcore.healthchecks.ui.client.9.0.0.nupkg.sha512", "aspnetcore.healthchecks.ui.client.nuspec", "icon.png", - "lib/net6.0/HealthChecks.UI.Client.dll", - "lib/net6.0/HealthChecks.UI.Client.xml", - "lib/net7.0/HealthChecks.UI.Client.dll", - "lib/net7.0/HealthChecks.UI.Client.xml", "lib/net8.0/HealthChecks.UI.Client.dll", "lib/net8.0/HealthChecks.UI.Client.xml" ] }, - "AspNetCore.HealthChecks.UI.Core/8.0.1": { - "sha512": "Vn00MOJ1I0HSqyP7Bt9v0pr0AIgbrXMjL/KFwW+sRwLRogOtep8BWGimd8XYRCbCDLrAi7VSArU02f6pEIw69w==", + "AspNetCore.HealthChecks.UI.Core/9.0.0": { + "sha512": "TVriy4hgYnhfqz6NAzv8qe62Q8wf82iKUL6WV9selqeFZTq1ILi39Sic6sFQegRysvAVcnxKP/vY8z9Fk8x6XQ==", "type": "package", - "path": "aspnetcore.healthchecks.ui.core/8.0.1", + "path": "aspnetcore.healthchecks.ui.core/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "aspnetcore.healthchecks.ui.core.8.0.1.nupkg.sha512", + "aspnetcore.healthchecks.ui.core.9.0.0.nupkg.sha512", "aspnetcore.healthchecks.ui.core.nuspec", "icon.png", - "lib/net6.0/HealthChecks.UI.Core.dll", - "lib/net6.0/HealthChecks.UI.Core.xml" + "lib/net8.0/HealthChecks.UI.Core.dll", + "lib/net8.0/HealthChecks.UI.Core.xml" ] }, - "AspNetCore.HealthChecks.Uris/8.0.1": { - "sha512": "A1ahRx4pdXjrSGlGFLoyoXOV4Lfp5sfs+OIGfvi14RwecIAac4xs6cP0Q8tw/rv4Ng+KAaYpzD4qhxXVwUcIyA==", + "AspNetCore.HealthChecks.Uris/9.0.0": { + "sha512": "XYdNlA437KeF8p9qOpZFyNqAN+c0FXt/JjTvzH/Qans0q0O3pPE8KPnn39ucQQjR/Roum1vLTP3kXiUs8VHyuA==", "type": "package", - "path": "aspnetcore.healthchecks.uris/8.0.1", + "path": "aspnetcore.healthchecks.uris/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "aspnetcore.healthchecks.uris.8.0.1.nupkg.sha512", + "aspnetcore.healthchecks.uris.9.0.0.nupkg.sha512", "aspnetcore.healthchecks.uris.nuspec", "icon.png", - "lib/net5.0/HealthChecks.Uris.dll", - "lib/net5.0/HealthChecks.Uris.xml", + "lib/net8.0/HealthChecks.Uris.dll", + "lib/net8.0/HealthChecks.Uris.xml", "lib/netstandard2.0/HealthChecks.Uris.dll", "lib/netstandard2.0/HealthChecks.Uris.xml" ] }, - "Google.Protobuf/3.28.3": { - "sha512": "OewySX3aQCdKfMJsj2DzBMXQJPI+lm0CBzamU9ViFu3CU9tXYrQWqJ1CZ+/UWtkwOjUeIzbXmoOjRc7B8pbMrA==", + "Google.Protobuf/3.33.1": { + "sha512": "RztiFmX9aOWDwfhxFzx/nS4fjs4DX7ZC7/XBEBl56k15lPGBftvbSwZkeo1mMCJHrNp1kK5iQYrFXB4MqCmBCA==", "type": "package", - "path": "google.protobuf/3.28.3", + "path": "google.protobuf/3.33.1", "files": [ ".nupkg.metadata", ".signature.p7s", - "google.protobuf.3.28.3.nupkg.sha512", + "google.protobuf.3.33.1.nupkg.sha512", "google.protobuf.nuspec", "lib/net45/Google.Protobuf.dll", "lib/net45/Google.Protobuf.pdb", @@ -1131,15 +1128,15 @@ "lib/netstandard2.0/Google.Protobuf.xml" ] }, - "Grpc.AspNetCore.Server/2.70.0": { - "sha512": "9d6JuMLSxwOX4zERV7HBwq1XL8DD48a6FSoxD5dDXrCz/o0HqMXE2+lRcXHckOlz1JCesznW8XMMJdsU1FfY7w==", + "Grpc.AspNetCore.Server/2.71.0": { + "sha512": "kv+9YVB6MqDYWIcstXvWrT7Xc1si/sfINzzSxvQfjC3aei+92gXDUXCH/Q+TEvi4QSICRqu92BYcrXUBW7cuOw==", "type": "package", - "path": "grpc.aspnetcore.server/2.70.0", + "path": "grpc.aspnetcore.server/2.71.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", - "grpc.aspnetcore.server.2.70.0.nupkg.sha512", + "grpc.aspnetcore.server.2.71.0.nupkg.sha512", "grpc.aspnetcore.server.nuspec", "lib/net6.0/Grpc.AspNetCore.Server.dll", "lib/net6.0/Grpc.AspNetCore.Server.pdb", @@ -1156,14 +1153,14 @@ "packageIcon.png" ] }, - "Grpc.AspNetCore.Server.ClientFactory/2.70.0": { - "sha512": "k4GrvUAgVWm7DyhnV55MHdX4bQSpZVEQmlZO3bdSmGZ+z6Hx+CwDlhqiReczCm6qbzSUbS1YW0t7z7UEObTwKA==", + "Grpc.AspNetCore.Server.ClientFactory/2.71.0": { + "sha512": "AHvMxoC+esO1e/nOYBjxvn0WDHAfglcVBjtkBy6ohgnV+PzkF8UdkPHE02xnyPFaSokWGZKnWzjgd00x6EZpyQ==", "type": "package", - "path": "grpc.aspnetcore.server.clientfactory/2.70.0", + "path": "grpc.aspnetcore.server.clientfactory/2.71.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "grpc.aspnetcore.server.clientfactory.2.70.0.nupkg.sha512", + "grpc.aspnetcore.server.clientfactory.2.71.0.nupkg.sha512", "grpc.aspnetcore.server.clientfactory.nuspec", "lib/net6.0/Grpc.AspNetCore.Server.ClientFactory.dll", "lib/net6.0/Grpc.AspNetCore.Server.ClientFactory.pdb", @@ -1208,15 +1205,15 @@ "runtimes/win-x86/native/grpc_csharp_ext.x86.dll" ] }, - "Grpc.Core.Api/2.70.0": { - "sha512": "66UotvWcSIq41oiQhLWcQACyKPM4umxXNiht5DQTLZJfNwEswWOcS7Z0xIEHyNIBE7ZpjotH22bEjTkvhPxmVw==", + "Grpc.Core.Api/2.71.0": { + "sha512": "QquqUC37yxsDzd1QaDRsH2+uuznWPTS8CVE2Yzwl3CvU4geTNkolQXoVN812M2IwT6zpv3jsZRc9ExJFNFslTg==", "type": "package", - "path": "grpc.core.api/2.70.0", + "path": "grpc.core.api/2.71.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", - "grpc.core.api.2.70.0.nupkg.sha512", + "grpc.core.api.2.71.0.nupkg.sha512", "grpc.core.api.nuspec", "lib/net462/Grpc.Core.Api.dll", "lib/net462/Grpc.Core.Api.pdb", @@ -1230,15 +1227,15 @@ "packageIcon.png" ] }, - "Grpc.Net.Client/2.70.0": { - "sha512": "xNv0FFCVJa5S1beUtye82WFCxKThuE1jbN8DO1x1Rj8VSIWXLBUmfSID5a1fGzsU2R/EMfwPoWclJ2RMfQuGXw==", + "Grpc.Net.Client/2.71.0": { + "sha512": "U1vr20r5ngoT9nlb7wejF28EKN+taMhJsV9XtK9MkiepTZwnKxxiarriiMfCHuDAfPUm9XUjFMn/RIuJ4YY61w==", "type": "package", - "path": "grpc.net.client/2.70.0", + "path": "grpc.net.client/2.71.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", - "grpc.net.client.2.70.0.nupkg.sha512", + "grpc.net.client.2.71.0.nupkg.sha512", "grpc.net.client.nuspec", "lib/net462/Grpc.Net.Client.dll", "lib/net462/Grpc.Net.Client.pdb", @@ -1261,15 +1258,15 @@ "packageIcon.png" ] }, - "Grpc.Net.ClientFactory/2.70.0": { - "sha512": "Qg+93oj/8RdEw3PnLZNNYWnWCWyJYC/ZYZcjeln/pLaxLaPvdXES1peiqSJUI4wLFZ1JwGlbWt8+nM1i2E7ihg==", + "Grpc.Net.ClientFactory/2.71.0": { + "sha512": "8oPLwQLPo86fmcf9ghjCDyNsSWhtHc3CXa/AqwF8Su/pG7qAoeWWtbymsZhoNvCV9Zjzb6BDcIPKXLYt+O175g==", "type": "package", - "path": "grpc.net.clientfactory/2.70.0", + "path": "grpc.net.clientfactory/2.71.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", - "grpc.net.clientfactory.2.70.0.nupkg.sha512", + "grpc.net.clientfactory.2.71.0.nupkg.sha512", "grpc.net.clientfactory.nuspec", "lib/net6.0/Grpc.Net.ClientFactory.dll", "lib/net6.0/Grpc.Net.ClientFactory.pdb", @@ -1289,14 +1286,14 @@ "packageIcon.png" ] }, - "Grpc.Net.Common/2.70.0": { - "sha512": "rBdEUMyCwa+iB8mqC6JKyPbj3SBHHkReJj/yy/XKJI63GcG6w9DJMMGTVcYHqq4Ci2W4m0HT4jt2pFfFscar8g==", + "Grpc.Net.Common/2.71.0": { + "sha512": "v0c8R97TwRYwNXlC8GyRXwYTCNufpDfUtj9la+wUrZFzVWkFJuNAltU+c0yI3zu0jl54k7en6u2WKgZgd57r2Q==", "type": "package", - "path": "grpc.net.common/2.70.0", + "path": "grpc.net.common/2.71.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "grpc.net.common.2.70.0.nupkg.sha512", + "grpc.net.common.2.71.0.nupkg.sha512", "grpc.net.common.nuspec", "lib/net6.0/Grpc.Net.Common.dll", "lib/net6.0/Grpc.Net.Common.pdb", @@ -1316,10 +1313,10 @@ "packageIcon.png" ] }, - "Grpc.Tools/2.68.1": { - "sha512": "BZ96s7ijKAhJoRpIK+pqCeLaGaSwyc5/CAZFwgCcBuAnkU2naYvH0P6qnYCkl0pWDY/JBOnE2RvX9IvRX1Yc5Q==", + "Grpc.Tools/2.76.0": { + "sha512": "goRzYZVMgQtyLvkWdgTnPycg49hlNxnMkqGGgR3l7nCOm0bUh0YeAneiJ9JFk3XLgF4suQUdETYkl2Mg/TBr0w==", "type": "package", - "path": "grpc.tools/2.68.1", + "path": "grpc.tools/2.76.0", "hasTools": true, "files": [ ".nupkg.metadata", @@ -1348,7 +1345,7 @@ "build/native/include/google/protobuf/timestamp.proto", "build/native/include/google/protobuf/type.proto", "build/native/include/google/protobuf/wrappers.proto", - "grpc.tools.2.68.1.nupkg.sha512", + "grpc.tools.2.76.0.nupkg.sha512", "grpc.tools.nuspec", "packageIcon.png", "tools/linux_arm64/grpc_csharp_plugin", @@ -1432,6 +1429,7 @@ "lib/netcoreapp2.0/_._", "lib/netstandard1.3/Microsoft.CSharp.dll", "lib/netstandard2.0/Microsoft.CSharp.dll", + "lib/netstandard2.0/Microsoft.CSharp.xml", "lib/portable-net45+win8+wp8+wpa81/_._", "lib/uap10.0.16299/_._", "lib/win8/_._", @@ -1447,9 +1445,30 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/Microsoft.CSharp.dll", + "ref/netcore50/Microsoft.CSharp.xml", + "ref/netcore50/de/Microsoft.CSharp.xml", + "ref/netcore50/es/Microsoft.CSharp.xml", + "ref/netcore50/fr/Microsoft.CSharp.xml", + "ref/netcore50/it/Microsoft.CSharp.xml", + "ref/netcore50/ja/Microsoft.CSharp.xml", + "ref/netcore50/ko/Microsoft.CSharp.xml", + "ref/netcore50/ru/Microsoft.CSharp.xml", + "ref/netcore50/zh-hans/Microsoft.CSharp.xml", + "ref/netcore50/zh-hant/Microsoft.CSharp.xml", "ref/netcoreapp2.0/_._", "ref/netstandard1.0/Microsoft.CSharp.dll", + "ref/netstandard1.0/Microsoft.CSharp.xml", + "ref/netstandard1.0/de/Microsoft.CSharp.xml", + "ref/netstandard1.0/es/Microsoft.CSharp.xml", + "ref/netstandard1.0/fr/Microsoft.CSharp.xml", + "ref/netstandard1.0/it/Microsoft.CSharp.xml", + "ref/netstandard1.0/ja/Microsoft.CSharp.xml", + "ref/netstandard1.0/ko/Microsoft.CSharp.xml", + "ref/netstandard1.0/ru/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml", "ref/netstandard2.0/Microsoft.CSharp.dll", + "ref/netstandard2.0/Microsoft.CSharp.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/uap10.0.16299/_._", "ref/win8/_._", @@ -1752,10 +1771,10 @@ "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.Binder/8.0.0": { - "sha512": "mBMoXLsr5s1y2zOHWmKsE9veDcx8h1x/c3rz4baEdQKTeDcmQAPNbB54Pi/lhFO3K431eEq6PFbMgLaa6PHFfA==", + "Microsoft.Extensions.Configuration.Binder/9.0.0": { + "sha512": "RiScL99DcyngY9zJA2ROrri7Br8tn5N4hP4YNvGdTN/bvg1A3dwvDOxHnNZ3Im7x2SJ5i4LkX1uPiR/MfSFBLQ==", "type": "package", - "path": "microsoft.extensions.configuration.binder/8.0.0", + "path": "microsoft.extensions.configuration.binder/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -1780,23 +1799,21 @@ "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets", "lib/net462/Microsoft.Extensions.Configuration.Binder.dll", "lib/net462/Microsoft.Extensions.Configuration.Binder.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.Binder.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.Binder.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll", - "lib/net7.0/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.8.0.0.nupkg.sha512", + "microsoft.extensions.configuration.binder.9.0.0.nupkg.sha512", "microsoft.extensions.configuration.binder.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyInjection/8.0.0": { - "sha512": "V8S3bsm50ig6JSyrbcJJ8bW2b9QLGouz+G1miK3UTaOWmMtFwNNNzUf4AleyDWUmTrWMLNnFSLEQtxmxgNQnNQ==", + "Microsoft.Extensions.DependencyInjection/9.0.0": { + "sha512": "MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==", "type": "package", - "path": "microsoft.extensions.dependencyinjection/8.0.0", + "path": "microsoft.extensions.dependencyinjection/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -1806,21 +1823,19 @@ "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.targets", "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", "lib/net462/Microsoft.Extensions.DependencyInjection.dll", "lib/net462/Microsoft.Extensions.DependencyInjection.xml", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.xml", "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll", "lib/net8.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net9.0/Microsoft.Extensions.DependencyInjection.xml", "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", - "microsoft.extensions.dependencyinjection.8.0.0.nupkg.sha512", + "microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512", "microsoft.extensions.dependencyinjection.nuspec", "useSharedDesignerContext.txt" ] @@ -1855,10 +1870,10 @@ "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyModel/8.0.2": { - "sha512": "mUBDZZRgZrSyFOsJ2qJJ9fXfqd/kXJwf3AiDoqLD9m6TjY5OO/vLNOb9fb4juC0487eq4hcGN/M2Rh/CKS7QYw==", + "Microsoft.Extensions.DependencyModel/9.0.0": { + "sha512": "saxr2XzwgDU77LaQfYFXmddEDRUKHF4DaGMZkNB3qjdVSZlax3//dGJagJkKrGMIPNZs2jVFXITyCCR6UHJNdA==", "type": "package", - "path": "microsoft.extensions.dependencymodel/8.0.2", + "path": "microsoft.extensions.dependencymodel/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -1868,19 +1883,17 @@ "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets", "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets", "lib/net462/Microsoft.Extensions.DependencyModel.dll", "lib/net462/Microsoft.Extensions.DependencyModel.xml", - "lib/net6.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net6.0/Microsoft.Extensions.DependencyModel.xml", - "lib/net7.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net7.0/Microsoft.Extensions.DependencyModel.xml", "lib/net8.0/Microsoft.Extensions.DependencyModel.dll", "lib/net8.0/Microsoft.Extensions.DependencyModel.xml", + "lib/net9.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net9.0/Microsoft.Extensions.DependencyModel.xml", "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", - "microsoft.extensions.dependencymodel.8.0.2.nupkg.sha512", + "microsoft.extensions.dependencymodel.9.0.0.nupkg.sha512", "microsoft.extensions.dependencymodel.nuspec", "useSharedDesignerContext.txt" ] @@ -2067,10 +2080,10 @@ "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging/8.0.0": { - "sha512": "tvRkov9tAJ3xP51LCv3FJ2zINmv1P8Hi8lhhtcKGqM+ImiTCC84uOPEI4z8Cdq2C3o9e+Aa0Gw0rmrsJD77W+w==", + "Microsoft.Extensions.Logging/9.0.0": { + "sha512": "crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==", "type": "package", - "path": "microsoft.extensions.logging/8.0.0", + "path": "microsoft.extensions.logging/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -2080,21 +2093,19 @@ "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/Microsoft.Extensions.Logging.targets", "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.targets", "lib/net462/Microsoft.Extensions.Logging.dll", "lib/net462/Microsoft.Extensions.Logging.xml", - "lib/net6.0/Microsoft.Extensions.Logging.dll", - "lib/net6.0/Microsoft.Extensions.Logging.xml", - "lib/net7.0/Microsoft.Extensions.Logging.dll", - "lib/net7.0/Microsoft.Extensions.Logging.xml", "lib/net8.0/Microsoft.Extensions.Logging.dll", "lib/net8.0/Microsoft.Extensions.Logging.xml", + "lib/net9.0/Microsoft.Extensions.Logging.dll", + "lib/net9.0/Microsoft.Extensions.Logging.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", - "microsoft.extensions.logging.8.0.0.nupkg.sha512", + "microsoft.extensions.logging.9.0.0.nupkg.sha512", "microsoft.extensions.logging.nuspec", "useSharedDesignerContext.txt" ] @@ -2466,18 +2477,21 @@ "LICENSE.md", "lib/net45/Newtonsoft.Json.Bson.dll", "lib/net45/Newtonsoft.Json.Bson.pdb", + "lib/net45/Newtonsoft.Json.Bson.xml", "lib/netstandard1.3/Newtonsoft.Json.Bson.dll", "lib/netstandard1.3/Newtonsoft.Json.Bson.pdb", + "lib/netstandard1.3/Newtonsoft.Json.Bson.xml", "lib/netstandard2.0/Newtonsoft.Json.Bson.dll", "lib/netstandard2.0/Newtonsoft.Json.Bson.pdb", + "lib/netstandard2.0/Newtonsoft.Json.Bson.xml", "newtonsoft.json.bson.1.0.2.nupkg.sha512", "newtonsoft.json.bson.nuspec" ] }, - "Serilog/4.0.0": { - "sha512": "2jDkUrSh5EofOp7Lx5Zgy0EB+7hXjjxE2ktTb1WVQmU00lDACR2TdROGKU0K1pDTBSJBN1PqgYpgOZF8mL7NJw==", + "Serilog/4.2.0": { + "sha512": "gmoWVOvKgbME8TYR+gwMf7osROiWAURterc6Rt2dQyX7wtjZYpqFiA/pY6ztjGQKKV62GGCyOcmtP1UKMHgSmA==", "type": "package", - "path": "serilog/4.0.0", + "path": "serilog/4.2.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -2491,16 +2505,18 @@ "lib/net6.0/Serilog.xml", "lib/net8.0/Serilog.dll", "lib/net8.0/Serilog.xml", + "lib/net9.0/Serilog.dll", + "lib/net9.0/Serilog.xml", "lib/netstandard2.0/Serilog.dll", "lib/netstandard2.0/Serilog.xml", - "serilog.4.0.0.nupkg.sha512", + "serilog.4.2.0.nupkg.sha512", "serilog.nuspec" ] }, - "Serilog.AspNetCore/8.0.3": { - "sha512": "Y5at41mc0OV982DEJslBKHd6uzcWO6POwR3QceJ6gtpMPxCzm4+FElGPF0RdaTD7MGsP6XXE05LMbSi0NO+sXg==", + "Serilog.AspNetCore/9.0.0": { + "sha512": "JslDajPlBsn3Pww1554flJFTqROvK9zz9jONNQgn0D8Lx2Trw8L0A8/n6zEQK1DAZWXrJwiVLw8cnTR3YFuYsg==", "type": "package", - "path": "serilog.aspnetcore/8.0.3", + "path": "serilog.aspnetcore/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -2508,22 +2524,22 @@ "icon.png", "lib/net462/Serilog.AspNetCore.dll", "lib/net462/Serilog.AspNetCore.xml", - "lib/net6.0/Serilog.AspNetCore.dll", - "lib/net6.0/Serilog.AspNetCore.xml", - "lib/net7.0/Serilog.AspNetCore.dll", - "lib/net7.0/Serilog.AspNetCore.xml", "lib/net8.0/Serilog.AspNetCore.dll", "lib/net8.0/Serilog.AspNetCore.xml", + "lib/net9.0/Serilog.AspNetCore.dll", + "lib/net9.0/Serilog.AspNetCore.xml", "lib/netstandard2.0/Serilog.AspNetCore.dll", "lib/netstandard2.0/Serilog.AspNetCore.xml", - "serilog.aspnetcore.8.0.3.nupkg.sha512", + "lib/netstandard2.1/Serilog.AspNetCore.dll", + "lib/netstandard2.1/Serilog.AspNetCore.xml", + "serilog.aspnetcore.9.0.0.nupkg.sha512", "serilog.aspnetcore.nuspec" ] }, - "Serilog.Extensions.Hosting/8.0.0": { - "sha512": "db0OcbWeSCvYQkHWu6n0v40N4kKaTAXNjlM3BKvcbwvNzYphQFcBR+36eQ/7hMMwOkJvAyLC2a9/jNdUL5NjtQ==", + "Serilog.Extensions.Hosting/9.0.0": { + "sha512": "u2TRxuxbjvTAldQn7uaAwePkWxTHIqlgjelekBtilAGL5sYyF3+65NWctN4UrwwGLsDC7c3Vz3HnOlu+PcoxXg==", "type": "package", - "path": "serilog.extensions.hosting/8.0.0", + "path": "serilog.extensions.hosting/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -2531,47 +2547,45 @@ "icon.png", "lib/net462/Serilog.Extensions.Hosting.dll", "lib/net462/Serilog.Extensions.Hosting.xml", - "lib/net6.0/Serilog.Extensions.Hosting.dll", - "lib/net6.0/Serilog.Extensions.Hosting.xml", - "lib/net7.0/Serilog.Extensions.Hosting.dll", - "lib/net7.0/Serilog.Extensions.Hosting.xml", "lib/net8.0/Serilog.Extensions.Hosting.dll", "lib/net8.0/Serilog.Extensions.Hosting.xml", + "lib/net9.0/Serilog.Extensions.Hosting.dll", + "lib/net9.0/Serilog.Extensions.Hosting.xml", "lib/netstandard2.0/Serilog.Extensions.Hosting.dll", "lib/netstandard2.0/Serilog.Extensions.Hosting.xml", - "serilog.extensions.hosting.8.0.0.nupkg.sha512", + "lib/netstandard2.1/Serilog.Extensions.Hosting.dll", + "lib/netstandard2.1/Serilog.Extensions.Hosting.xml", + "serilog.extensions.hosting.9.0.0.nupkg.sha512", "serilog.extensions.hosting.nuspec" ] }, - "Serilog.Extensions.Logging/8.0.0": { - "sha512": "YEAMWu1UnWgf1c1KP85l1SgXGfiVo0Rz6x08pCiPOIBt2Qe18tcZLvdBUuV5o1QHvrs8FAry9wTIhgBRtjIlEg==", + "Serilog.Extensions.Logging/9.0.0": { + "sha512": "NwSSYqPJeKNzl5AuXVHpGbr6PkZJFlNa14CdIebVjK3k/76kYj/mz5kiTRNVSsSaxM8kAIa1kpy/qyT9E4npRQ==", "type": "package", - "path": "serilog.extensions.logging/8.0.0", + "path": "serilog.extensions.logging/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", "lib/net462/Serilog.Extensions.Logging.dll", "lib/net462/Serilog.Extensions.Logging.xml", - "lib/net6.0/Serilog.Extensions.Logging.dll", - "lib/net6.0/Serilog.Extensions.Logging.xml", - "lib/net7.0/Serilog.Extensions.Logging.dll", - "lib/net7.0/Serilog.Extensions.Logging.xml", "lib/net8.0/Serilog.Extensions.Logging.dll", "lib/net8.0/Serilog.Extensions.Logging.xml", + "lib/net9.0/Serilog.Extensions.Logging.dll", + "lib/net9.0/Serilog.Extensions.Logging.xml", "lib/netstandard2.0/Serilog.Extensions.Logging.dll", "lib/netstandard2.0/Serilog.Extensions.Logging.xml", "lib/netstandard2.1/Serilog.Extensions.Logging.dll", "lib/netstandard2.1/Serilog.Extensions.Logging.xml", "serilog-extension-nuget.png", - "serilog.extensions.logging.8.0.0.nupkg.sha512", + "serilog.extensions.logging.9.0.0.nupkg.sha512", "serilog.extensions.logging.nuspec" ] }, - "Serilog.Formatting.Compact/2.0.0": { - "sha512": "ob6z3ikzFM3D1xalhFuBIK1IOWf+XrQq+H4KeH4VqBcPpNcmUgZlRQ2h3Q7wvthpdZBBoY86qZOI2LCXNaLlNA==", + "Serilog.Formatting.Compact/3.0.0": { + "sha512": "wQsv14w9cqlfB5FX2MZpNsTawckN4a8dryuNGbebB/3Nh1pXnROHZov3swtu3Nj5oNG7Ba+xdu7Et/ulAUPanQ==", "type": "package", - "path": "serilog.formatting.compact/2.0.0", + "path": "serilog.formatting.compact/3.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -2582,21 +2596,19 @@ "lib/net471/Serilog.Formatting.Compact.xml", "lib/net6.0/Serilog.Formatting.Compact.dll", "lib/net6.0/Serilog.Formatting.Compact.xml", - "lib/net7.0/Serilog.Formatting.Compact.dll", - "lib/net7.0/Serilog.Formatting.Compact.xml", + "lib/net8.0/Serilog.Formatting.Compact.dll", + "lib/net8.0/Serilog.Formatting.Compact.xml", "lib/netstandard2.0/Serilog.Formatting.Compact.dll", "lib/netstandard2.0/Serilog.Formatting.Compact.xml", - "lib/netstandard2.1/Serilog.Formatting.Compact.dll", - "lib/netstandard2.1/Serilog.Formatting.Compact.xml", "serilog-extension-nuget.png", - "serilog.formatting.compact.2.0.0.nupkg.sha512", + "serilog.formatting.compact.3.0.0.nupkg.sha512", "serilog.formatting.compact.nuspec" ] }, - "Serilog.Settings.Configuration/8.0.4": { - "sha512": "pkxvq0umBKK8IKFJc1aV5S/HGRG/NIxJ6FV42KaTPLfDmBOAbBUB1m5gqqlGxzEa1MgDDWtQlWJdHTSxVWNx+Q==", + "Serilog.Settings.Configuration/9.0.0": { + "sha512": "4/Et4Cqwa+F88l5SeFeNZ4c4Z6dEAIKbu3MaQb2Zz9F/g27T5a3wvfMcmCOaAiACjfUb4A6wrlTVfyYUZk3RRQ==", "type": "package", - "path": "serilog.settings.configuration/8.0.4", + "path": "serilog.settings.configuration/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -2604,22 +2616,20 @@ "icon.png", "lib/net462/Serilog.Settings.Configuration.dll", "lib/net462/Serilog.Settings.Configuration.xml", - "lib/net6.0/Serilog.Settings.Configuration.dll", - "lib/net6.0/Serilog.Settings.Configuration.xml", - "lib/net7.0/Serilog.Settings.Configuration.dll", - "lib/net7.0/Serilog.Settings.Configuration.xml", "lib/net8.0/Serilog.Settings.Configuration.dll", "lib/net8.0/Serilog.Settings.Configuration.xml", + "lib/net9.0/Serilog.Settings.Configuration.dll", + "lib/net9.0/Serilog.Settings.Configuration.xml", "lib/netstandard2.0/Serilog.Settings.Configuration.dll", "lib/netstandard2.0/Serilog.Settings.Configuration.xml", - "serilog.settings.configuration.8.0.4.nupkg.sha512", + "serilog.settings.configuration.9.0.0.nupkg.sha512", "serilog.settings.configuration.nuspec" ] }, - "Serilog.Sinks.Console/6.0.0": { - "sha512": "fQGWqVMClCP2yEyTXPIinSr5c+CBGUvBybPxjAGcf7ctDhadFhrQw03Mv8rJ07/wR5PDfFjewf2LimvXCDzpbA==", + "Serilog.Sinks.Console/6.1.1": { + "sha512": "8jbqgjUyZlfCuSTaJk6lOca465OndqOz3KZP6Cryt/IqZYybyBu7GP0fE/AXBzrrQB3EBmQntBFAvMVz1COvAA==", "type": "package", - "path": "serilog.sinks.console/6.0.0", + "path": "serilog.sinks.console/6.1.1", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -2635,53 +2645,60 @@ "lib/net8.0/Serilog.Sinks.Console.xml", "lib/netstandard2.0/Serilog.Sinks.Console.dll", "lib/netstandard2.0/Serilog.Sinks.Console.xml", - "serilog.sinks.console.6.0.0.nupkg.sha512", + "serilog.sinks.console.6.1.1.nupkg.sha512", "serilog.sinks.console.nuspec" ] }, - "Serilog.Sinks.Debug/2.0.0": { - "sha512": "Y6g3OBJ4JzTyyw16fDqtFcQ41qQAydnEvEqmXjhwhgjsnG/FaJ8GUqF5ldsC/bVkK8KYmqrPhDO+tm4dF6xx4A==", + "Serilog.Sinks.Debug/3.0.0": { + "sha512": "4BzXcdrgRX7wde9PmHuYd9U6YqycCC28hhpKonK7hx0wb19eiuRj16fPcPSVp0o/Y1ipJuNLYQ00R3q2Zs8FDA==", "type": "package", - "path": "serilog.sinks.debug/2.0.0", + "path": "serilog.sinks.debug/3.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", + "README.md", "icon.png", - "lib/net45/Serilog.Sinks.Debug.dll", - "lib/net46/Serilog.Sinks.Debug.dll", - "lib/netstandard1.0/Serilog.Sinks.Debug.dll", + "lib/net462/Serilog.Sinks.Debug.dll", + "lib/net462/Serilog.Sinks.Debug.xml", + "lib/net471/Serilog.Sinks.Debug.dll", + "lib/net471/Serilog.Sinks.Debug.xml", + "lib/net6.0/Serilog.Sinks.Debug.dll", + "lib/net6.0/Serilog.Sinks.Debug.xml", + "lib/net8.0/Serilog.Sinks.Debug.dll", + "lib/net8.0/Serilog.Sinks.Debug.xml", "lib/netstandard2.0/Serilog.Sinks.Debug.dll", - "lib/netstandard2.1/Serilog.Sinks.Debug.dll", - "serilog.sinks.debug.2.0.0.nupkg.sha512", + "lib/netstandard2.0/Serilog.Sinks.Debug.xml", + "serilog.sinks.debug.3.0.0.nupkg.sha512", "serilog.sinks.debug.nuspec" ] }, - "Serilog.Sinks.File/5.0.0": { - "sha512": "uwV5hdhWPwUH1szhO8PJpFiahqXmzPzJT/sOijH/kFgUx+cyoDTMM8MHD0adw9+Iem6itoibbUXHYslzXsLEAg==", + "Serilog.Sinks.File/6.0.0": { + "sha512": "lxjg89Y8gJMmFxVkbZ+qDgjl+T4yC5F7WSLTvA+5q0R04tfKVLRL/EHpYoJ/MEQd2EeCKDuylBIVnAYMotmh2A==", "type": "package", - "path": "serilog.sinks.file/5.0.0", + "path": "serilog.sinks.file/6.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "images/icon.png", - "lib/net45/Serilog.Sinks.File.dll", - "lib/net45/Serilog.Sinks.File.pdb", - "lib/net5.0/Serilog.Sinks.File.dll", - "lib/net5.0/Serilog.Sinks.File.pdb", - "lib/netstandard1.3/Serilog.Sinks.File.dll", - "lib/netstandard1.3/Serilog.Sinks.File.pdb", + "README.md", + "lib/net462/Serilog.Sinks.File.dll", + "lib/net462/Serilog.Sinks.File.xml", + "lib/net471/Serilog.Sinks.File.dll", + "lib/net471/Serilog.Sinks.File.xml", + "lib/net6.0/Serilog.Sinks.File.dll", + "lib/net6.0/Serilog.Sinks.File.xml", + "lib/net8.0/Serilog.Sinks.File.dll", + "lib/net8.0/Serilog.Sinks.File.xml", "lib/netstandard2.0/Serilog.Sinks.File.dll", - "lib/netstandard2.0/Serilog.Sinks.File.pdb", - "lib/netstandard2.1/Serilog.Sinks.File.dll", - "lib/netstandard2.1/Serilog.Sinks.File.pdb", - "serilog.sinks.file.5.0.0.nupkg.sha512", + "lib/netstandard2.0/Serilog.Sinks.File.xml", + "serilog-sink-nuget.png", + "serilog.sinks.file.6.0.0.nupkg.sha512", "serilog.sinks.file.nuspec" ] }, - "Serilog.Sinks.Seq/8.0.0": { - "sha512": "z5ig56/qzjkX6Fj4U/9m1g8HQaQiYPMZS4Uevtjg1I+WWzoGSf5t/E+6JbMP/jbZYhU63bA5NJN5y0x+qqx2Bw==", + "Serilog.Sinks.Seq/9.0.0": { + "sha512": "aNU8A0K322q7+voPNmp1/qNPH+9QK8xvM1p72sMmCG0wGlshFzmtDW9QnVSoSYCj0MgQKcMOlgooovtBhRlNHw==", "type": "package", - "path": "serilog.sinks.seq/8.0.0", + "path": "serilog.sinks.seq/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -2691,7 +2708,7 @@ "lib/net6.0/Serilog.Sinks.Seq.xml", "lib/netstandard2.0/Serilog.Sinks.Seq.dll", "lib/netstandard2.0/Serilog.Sinks.Seq.xml", - "serilog.sinks.seq.8.0.0.nupkg.sha512", + "serilog.sinks.seq.9.0.0.nupkg.sha512", "serilog.sinks.seq.nuspec" ] }, @@ -2835,7 +2852,9 @@ "THIRD-PARTY-NOTICES.TXT", "lib/netcoreapp2.1/_._", "lib/netstandard1.1/System.Memory.dll", + "lib/netstandard1.1/System.Memory.xml", "lib/netstandard2.0/System.Memory.dll", + "lib/netstandard2.0/System.Memory.xml", "ref/netcoreapp2.1/_._", "system.memory.4.5.3.nupkg.sha512", "system.memory.nuspec", @@ -2846,19 +2865,19 @@ }, "projectFileDependencyGroups": { "net9.0": [ - "AspNetCore.HealthChecks.UI.Client >= 8.0.1", - "AspNetCore.HealthChecks.Uris >= 8.0.1", - "Google.Protobuf >= 3.28.3", - "Grpc.AspNetCore.Server.ClientFactory >= 2.70.0", + "AspNetCore.HealthChecks.UI.Client >= 9.0.0", + "AspNetCore.HealthChecks.Uris >= 9.0.0", + "Google.Protobuf >= 3.33.1", + "Grpc.AspNetCore.Server.ClientFactory >= 2.71.0", "Grpc.Core >= 2.46.6", - "Grpc.Net.Client >= 2.70.0", - "Grpc.Tools >= 2.68.1", + "Grpc.Net.Client >= 2.71.0", + "Grpc.Tools >= 2.76.0", "Microsoft.AspNetCore.Authentication.JwtBearer >= 9.0.0", "Microsoft.AspNetCore.Mvc.NewtonsoftJson >= 9.0.0", "Microsoft.Extensions.Diagnostics.HealthChecks >= 9.0.0", - "Serilog.AspNetCore >= 8.0.3", - "Serilog.Sinks.Console >= 6.0.0", - "Serilog.Sinks.Seq >= 8.0.0", + "Serilog.AspNetCore >= 9.0.0", + "Serilog.Sinks.Console >= 6.1.1", + "Serilog.Sinks.Seq >= 9.0.0", "Swashbuckle.AspNetCore >= 7.2.0", "Swashbuckle.AspNetCore.Newtonsoft >= 7.2.0" ] @@ -2908,19 +2927,19 @@ "dependencies": { "AspNetCore.HealthChecks.UI.Client": { "target": "Package", - "version": "[8.0.1, )" + "version": "[9.0.0, )" }, "AspNetCore.HealthChecks.Uris": { "target": "Package", - "version": "[8.0.1, )" + "version": "[9.0.0, )" }, "Google.Protobuf": { "target": "Package", - "version": "[3.28.3, )" + "version": "[3.33.1, )" }, "Grpc.AspNetCore.Server.ClientFactory": { "target": "Package", - "version": "[2.70.0, )" + "version": "[2.71.0, )" }, "Grpc.Core": { "target": "Package", @@ -2928,12 +2947,12 @@ }, "Grpc.Net.Client": { "target": "Package", - "version": "[2.70.0, )" + "version": "[2.71.0, )" }, "Grpc.Tools": { "suppressParent": "All", "target": "Package", - "version": "[2.68.1, )" + "version": "[2.76.0, )" }, "Microsoft.AspNetCore.Authentication.JwtBearer": { "target": "Package", @@ -2949,15 +2968,15 @@ }, "Serilog.AspNetCore": { "target": "Package", - "version": "[8.0.3, )" + "version": "[9.0.0, )" }, "Serilog.Sinks.Console": { "target": "Package", - "version": "[6.0.0, )" + "version": "[6.1.1, )" }, "Serilog.Sinks.Seq": { "target": "Package", - "version": "[8.0.0, )" + "version": "[9.0.0, )" }, "Swashbuckle.AspNetCore": { "target": "Package", diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/project.nuget.cache b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/project.nuget.cache index d332db90..c8a563aa 100644 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/project.nuget.cache +++ b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/project.nuget.cache @@ -1,21 +1,21 @@ { "version": 2, - "dgSpecHash": "8mo1dKnbNJE=", + "dgSpecHash": "ZYVbdwLU5/Q=", "success": true, "projectFilePath": "/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/Web.Shopping.HttpAggregator.csproj", "expectedPackageFiles": [ - "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.client/8.0.1/aspnetcore.healthchecks.ui.client.8.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.core/8.0.1/aspnetcore.healthchecks.ui.core.8.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/aspnetcore.healthchecks.uris/8.0.1/aspnetcore.healthchecks.uris.8.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/google.protobuf/3.28.3/google.protobuf.3.28.3.nupkg.sha512", - "/home/runner/.nuget/packages/grpc.aspnetcore.server/2.70.0/grpc.aspnetcore.server.2.70.0.nupkg.sha512", - "/home/runner/.nuget/packages/grpc.aspnetcore.server.clientfactory/2.70.0/grpc.aspnetcore.server.clientfactory.2.70.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.client/9.0.0/aspnetcore.healthchecks.ui.client.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.core/9.0.0/aspnetcore.healthchecks.ui.core.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.uris/9.0.0/aspnetcore.healthchecks.uris.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/google.protobuf/3.33.1/google.protobuf.3.33.1.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.aspnetcore.server/2.71.0/grpc.aspnetcore.server.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.aspnetcore.server.clientfactory/2.71.0/grpc.aspnetcore.server.clientfactory.2.71.0.nupkg.sha512", "/home/runner/.nuget/packages/grpc.core/2.46.6/grpc.core.2.46.6.nupkg.sha512", - "/home/runner/.nuget/packages/grpc.core.api/2.70.0/grpc.core.api.2.70.0.nupkg.sha512", - "/home/runner/.nuget/packages/grpc.net.client/2.70.0/grpc.net.client.2.70.0.nupkg.sha512", - "/home/runner/.nuget/packages/grpc.net.clientfactory/2.70.0/grpc.net.clientfactory.2.70.0.nupkg.sha512", - "/home/runner/.nuget/packages/grpc.net.common/2.70.0/grpc.net.common.2.70.0.nupkg.sha512", - "/home/runner/.nuget/packages/grpc.tools/2.68.1/grpc.tools.2.68.1.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.core.api/2.71.0/grpc.core.api.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.net.client/2.71.0/grpc.net.client.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.net.clientfactory/2.71.0/grpc.net.clientfactory.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.net.common/2.71.0/grpc.net.common.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.tools/2.76.0/grpc.tools.2.76.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.aspnetcore.authentication.jwtbearer/9.0.0/microsoft.aspnetcore.authentication.jwtbearer.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.aspnetcore.jsonpatch/9.0.0/microsoft.aspnetcore.jsonpatch.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.aspnetcore.mvc.newtonsoftjson/9.0.0/microsoft.aspnetcore.mvc.newtonsoftjson.9.0.0.nupkg.sha512", @@ -23,10 +23,10 @@ "/home/runner/.nuget/packages/microsoft.extensions.apidescription.server/6.0.5/microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.configuration/8.0.0/microsoft.extensions.configuration.8.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.configuration.abstractions/9.0.0/microsoft.extensions.configuration.abstractions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.binder/8.0.0/microsoft.extensions.configuration.binder.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection/8.0.0/microsoft.extensions.dependencyinjection.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.binder/9.0.0/microsoft.extensions.configuration.binder.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection/9.0.0/microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/9.0.0/microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.dependencymodel/8.0.2/microsoft.extensions.dependencymodel.8.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.dependencymodel/9.0.0/microsoft.extensions.dependencymodel.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.diagnostics/8.0.0/microsoft.extensions.diagnostics.8.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.abstractions/9.0.0/microsoft.extensions.diagnostics.abstractions.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks/9.0.0/microsoft.extensions.diagnostics.healthchecks.9.0.0.nupkg.sha512", @@ -34,7 +34,7 @@ "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.abstractions/9.0.0/microsoft.extensions.fileproviders.abstractions.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.hosting.abstractions/9.0.0/microsoft.extensions.hosting.abstractions.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.http/8.0.0/microsoft.extensions.http.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging/8.0.0/microsoft.extensions.logging.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging/9.0.0/microsoft.extensions.logging.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.logging.abstractions/9.0.0/microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.options/9.0.0/microsoft.extensions.options.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.options.configurationextensions/8.0.0/microsoft.extensions.options.configurationextensions.8.0.0.nupkg.sha512", @@ -48,16 +48,16 @@ "/home/runner/.nuget/packages/microsoft.openapi/1.6.22/microsoft.openapi.1.6.22.nupkg.sha512", "/home/runner/.nuget/packages/newtonsoft.json/13.0.3/newtonsoft.json.13.0.3.nupkg.sha512", "/home/runner/.nuget/packages/newtonsoft.json.bson/1.0.2/newtonsoft.json.bson.1.0.2.nupkg.sha512", - "/home/runner/.nuget/packages/serilog/4.0.0/serilog.4.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.aspnetcore/8.0.3/serilog.aspnetcore.8.0.3.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.extensions.hosting/8.0.0/serilog.extensions.hosting.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.extensions.logging/8.0.0/serilog.extensions.logging.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.formatting.compact/2.0.0/serilog.formatting.compact.2.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.settings.configuration/8.0.4/serilog.settings.configuration.8.0.4.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.console/6.0.0/serilog.sinks.console.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.debug/2.0.0/serilog.sinks.debug.2.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.file/5.0.0/serilog.sinks.file.5.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.seq/8.0.0/serilog.sinks.seq.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog/4.2.0/serilog.4.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.aspnetcore/9.0.0/serilog.aspnetcore.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.extensions.hosting/9.0.0/serilog.extensions.hosting.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.extensions.logging/9.0.0/serilog.extensions.logging.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.formatting.compact/3.0.0/serilog.formatting.compact.3.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.settings.configuration/9.0.0/serilog.settings.configuration.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.console/6.1.1/serilog.sinks.console.6.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.debug/3.0.0/serilog.sinks.debug.3.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.file/6.0.0/serilog.sinks.file.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.seq/9.0.0/serilog.sinks.seq.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/swashbuckle.aspnetcore/7.2.0/swashbuckle.aspnetcore.7.2.0.nupkg.sha512", "/home/runner/.nuget/packages/swashbuckle.aspnetcore.newtonsoft/7.2.0/swashbuckle.aspnetcore.newtonsoft.7.2.0.nupkg.sha512", "/home/runner/.nuget/packages/swashbuckle.aspnetcore.swagger/7.2.0/swashbuckle.aspnetcore.swagger.7.2.0.nupkg.sha512", diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/staticwebassets.pack.sentinel b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/staticwebassets.pack.sentinel deleted file mode 100644 index cd5ac039..00000000 --- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/staticwebassets.pack.sentinel +++ /dev/null @@ -1 +0,0 @@ -2.0 diff --git a/src/BuildingBlocks/EventBus/EventBus/EventBus.csproj b/src/BuildingBlocks/EventBus/EventBus/EventBus.csproj index 30213bda..af74af54 100644 --- a/src/BuildingBlocks/EventBus/EventBus/EventBus.csproj +++ b/src/BuildingBlocks/EventBus/EventBus/EventBus.csproj @@ -4,6 +4,6 @@ Microsoft.eShopOnContainers.BuildingBlocks.EventBus - + \ No newline at end of file diff --git a/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net6.0/EventBus.deps.json b/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net6.0/EventBus.deps.json deleted file mode 100644 index b4d7bc9b..00000000 --- a/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net6.0/EventBus.deps.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": { - "EventBus/1.0.0": { - "dependencies": { - "Newtonsoft.Json": "13.0.1" - }, - "runtime": { - "EventBus.dll": {} - } - }, - "Newtonsoft.Json/13.0.1": { - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.1.25517" - } - } - } - } - }, - "libraries": { - "EventBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Newtonsoft.Json/13.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==", - "path": "newtonsoft.json/13.0.1", - "hashPath": "newtonsoft.json.13.0.1.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net6.0/EventBus.dll b/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net6.0/EventBus.dll deleted file mode 100644 index 0e1d71e5..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net6.0/EventBus.dll and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net6.0/EventBus.pdb b/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net6.0/EventBus.pdb deleted file mode 100644 index d5c9163d..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net6.0/EventBus.pdb and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net8.0/EventBus.deps.json b/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net8.0/EventBus.deps.json deleted file mode 100644 index ffa472a6..00000000 --- a/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net8.0/EventBus.deps.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v8.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v8.0": { - "EventBus/1.0.0": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "EventBus.dll": {} - } - }, - "Newtonsoft.Json/13.0.3": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" - } - } - } - } - }, - "libraries": { - "EventBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "path": "newtonsoft.json/13.0.3", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net8.0/EventBus.dll b/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net8.0/EventBus.dll deleted file mode 100644 index 5cef372d..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net8.0/EventBus.dll and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net8.0/EventBus.pdb b/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net8.0/EventBus.pdb deleted file mode 100644 index efcd48f9..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net8.0/EventBus.pdb and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net9.0/EventBus.deps.json b/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net9.0/EventBus.deps.json index 25e26256..e32f13d4 100644 --- a/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net9.0/EventBus.deps.json +++ b/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net9.0/EventBus.deps.json @@ -8,17 +8,17 @@ ".NETCoreApp,Version=v9.0": { "EventBus/1.0.0": { "dependencies": { - "Newtonsoft.Json": "13.0.3" + "Newtonsoft.Json": "13.0.4" }, "runtime": { "EventBus.dll": {} } }, - "Newtonsoft.Json/13.0.3": { + "Newtonsoft.Json/13.0.4": { "runtime": { "lib/net6.0/Newtonsoft.Json.dll": { "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" + "fileVersion": "13.0.4.30916" } } } @@ -30,12 +30,12 @@ "serviceable": false, "sha512": "" }, - "Newtonsoft.Json/13.0.3": { + "Newtonsoft.Json/13.0.4": { "type": "package", "serviceable": true, - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "path": "newtonsoft.json/13.0.3", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" + "sha512": "sha512-pdgNNMai3zv51W5aq268sujXUyx7SNdE2bj1wZcWjAQrKMFZV260lbqYop1d2GM67JI1huLRwxo9ZqnfF/lC6A==", + "path": "newtonsoft.json/13.0.4", + "hashPath": "newtonsoft.json.13.0.4.nupkg.sha512" } } } \ No newline at end of file diff --git a/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net9.0/EventBus.dll b/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net9.0/EventBus.dll index e9cbfb47..3161bd3f 100644 Binary files a/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net9.0/EventBus.dll and b/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net9.0/EventBus.dll differ diff --git a/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net9.0/EventBus.pdb b/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net9.0/EventBus.pdb index c52e9fb9..5e2c8e54 100644 Binary files a/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net9.0/EventBus.pdb and b/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net9.0/EventBus.pdb differ diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index 36203c72..00000000 --- a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.AssemblyInfo.cs b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.AssemblyInfo.cs deleted file mode 100644 index 49c8d9b2..00000000 --- a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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("EventBus")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("EventBus")] -[assembly: System.Reflection.AssemblyTitleAttribute("EventBus")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.AssemblyInfoInputs.cache b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.AssemblyInfoInputs.cache deleted file mode 100644 index 32a4b85f..00000000 --- a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -35ae187b3cf7dd9d0365d240fd5e941d6d64e54a diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.GeneratedMSBuildEditorConfig.editorconfig b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 7ed89497..00000000 --- a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,10 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = Microsoft.eShopOnContainers.BuildingBlocks.EventBus -build_property.ProjectDir = /workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBus/ diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.assets.cache b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.assets.cache deleted file mode 100644 index 7e2cb91c..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.assets.cache and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.csproj.AssemblyReference.cache b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.csproj.AssemblyReference.cache deleted file mode 100644 index db43b63f..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.csproj.CoreCompileInputs.cache b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.csproj.CoreCompileInputs.cache deleted file mode 100644 index 40807ace..00000000 --- a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -13ff84eecaeedce0d32403c6c9d565a09d21517c diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.csproj.FileListAbsolute.txt b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.csproj.FileListAbsolute.txt deleted file mode 100644 index 42f8153e..00000000 --- a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,12 +0,0 @@ -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net6.0/EventBus.deps.json -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net6.0/EventBus.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net6.0/EventBus.pdb -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.csproj.AssemblyReference.cache -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.GeneratedMSBuildEditorConfig.editorconfig -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.AssemblyInfoInputs.cache -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.AssemblyInfo.cs -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.csproj.CoreCompileInputs.cache -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/refint/EventBus.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.pdb -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/ref/EventBus.dll diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.dll b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.dll deleted file mode 100644 index 0e1d71e5..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.dll and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.pdb b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.pdb deleted file mode 100644 index d5c9163d..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.pdb and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/ref/EventBus.dll b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/ref/EventBus.dll deleted file mode 100644 index b9b29ae6..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/ref/EventBus.dll and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/refint/EventBus.dll b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/refint/EventBus.dll deleted file mode 100644 index b9b29ae6..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/refint/EventBus.dll and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs deleted file mode 100644 index af943994..00000000 --- a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = "")] diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.AssemblyInfo.cs b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.AssemblyInfo.cs deleted file mode 100644 index 84633dfe..00000000 --- a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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("EventBus")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0a77675f714bea9dc0df9dd0f5780d113235d59c")] -[assembly: System.Reflection.AssemblyProductAttribute("EventBus")] -[assembly: System.Reflection.AssemblyTitleAttribute("EventBus")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.AssemblyInfoInputs.cache b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.AssemblyInfoInputs.cache deleted file mode 100644 index b9b7010a..00000000 --- a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -35827e9069b0a0707f326f015dc3262875e4d8fe284687995a7e97fc6327ac4d diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.GeneratedMSBuildEditorConfig.editorconfig b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 53cffb12..00000000 --- a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -is_global = true -build_property.TargetFramework = net8.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 -build_property.RootNamespace = Microsoft.eShopOnContainers.BuildingBlocks.EventBus -build_property.ProjectDir = C:\Users\natyo\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBus\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.assets.cache b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.assets.cache deleted file mode 100644 index 92976867..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.assets.cache and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.csproj.AssemblyReference.cache b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.csproj.AssemblyReference.cache deleted file mode 100644 index 5b65ae6b..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.csproj.CoreCompileInputs.cache b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.csproj.CoreCompileInputs.cache deleted file mode 100644 index 224a2061..00000000 --- a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -2b57a70d73c7bd8a5a6dc8a5d0a84ea6385b605e7dcb6d6a317e94892bafece8 diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.csproj.FileListAbsolute.txt b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.csproj.FileListAbsolute.txt deleted file mode 100644 index f489cbf5..00000000 --- a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,13 +0,0 @@ -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBus\bin\Debug\net8.0\EventBus.deps.json -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBus\bin\Debug\net8.0\EventBus.dll -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBus\bin\Debug\net8.0\EventBus.pdb -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBus\obj\Debug\net8.0\EventBus.csproj.AssemblyReference.cache -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBus\obj\Debug\net8.0\EventBus.GeneratedMSBuildEditorConfig.editorconfig -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBus\obj\Debug\net8.0\EventBus.AssemblyInfoInputs.cache -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBus\obj\Debug\net8.0\EventBus.AssemblyInfo.cs -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBus\obj\Debug\net8.0\EventBus.csproj.CoreCompileInputs.cache -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBus\obj\Debug\net8.0\EventBus.sourcelink.json -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBus\obj\Debug\net8.0\EventBus.dll -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBus\obj\Debug\net8.0\refint\EventBus.dll -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBus\obj\Debug\net8.0\EventBus.pdb -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBus\obj\Debug\net8.0\ref\EventBus.dll diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.dll b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.dll deleted file mode 100644 index 5cef372d..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.dll and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.pdb b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.pdb deleted file mode 100644 index efcd48f9..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.pdb and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.sourcelink.json b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.sourcelink.json deleted file mode 100644 index 32fce4a9..00000000 --- a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.sourcelink.json +++ /dev/null @@ -1 +0,0 @@ -{"documents":{"c:\\Users\\ALLEGRANathan\\mslearn-microservices-devops-aspnet-core\\*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/7b4882fe6a510e1a82b0811f789f0fe24f0cb04d/*"}} \ No newline at end of file diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/ref/EventBus.dll b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/ref/EventBus.dll deleted file mode 100644 index c9144637..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/ref/EventBus.dll and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/refint/EventBus.dll b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/refint/EventBus.dll deleted file mode 100644 index c9144637..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/refint/EventBus.dll and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.AssemblyInfo.cs b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.AssemblyInfo.cs index 2e0352c5..d645493a 100644 --- a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.AssemblyInfo.cs +++ b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.AssemblyInfo.cs @@ -13,7 +13,7 @@ [assembly: System.Reflection.AssemblyCompanyAttribute("EventBus")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+ac1eb1ea194ee72f31eded440b1a3c03c53c5657")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+04d45e6378a3c9d7250e3bc3b1db69ec0f9f76f3")] [assembly: System.Reflection.AssemblyProductAttribute("EventBus")] [assembly: System.Reflection.AssemblyTitleAttribute("EventBus")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.AssemblyInfoInputs.cache b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.AssemblyInfoInputs.cache index 4dbe3d3f..6fc0e439 100644 --- a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.AssemblyInfoInputs.cache +++ b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.AssemblyInfoInputs.cache @@ -1 +1 @@ -528e6cf58a1bb6ac28babe245351a006d6cc07281fec763127949bd7bab5ef64 +0818a5dadb8895f987375f82a0baf0065ad6ef5788f5ce9076c28bf77eb9e666 diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.assets.cache b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.assets.cache index 43415a37..1f3225e0 100644 Binary files a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.assets.cache and b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.assets.cache differ diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.csproj.AssemblyReference.cache b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.csproj.AssemblyReference.cache index 180afd95..819d204c 100644 Binary files a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.csproj.AssemblyReference.cache and b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.csproj.AssemblyReference.cache differ diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.csproj.CoreCompileInputs.cache b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.csproj.CoreCompileInputs.cache index 0ae7eb97..ec659ba2 100644 --- a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.csproj.CoreCompileInputs.cache +++ b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -09a8cbb595956279f0776f4500f3187203821d03b19adab1aa903db7e2c6dd68 +4d727316850d46f3a170d36c1880f8624ae462d4f6ed909c9f5d97ccf8021095 diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.dll b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.dll index e9cbfb47..3161bd3f 100644 Binary files a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.dll and b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.dll differ diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.pdb b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.pdb index c52e9fb9..5e2c8e54 100644 Binary files a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.pdb and b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.pdb differ diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.sourcelink.json b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.sourcelink.json index a2a1dc92..c1b394cd 100644 --- a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.sourcelink.json +++ b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.sourcelink.json @@ -1 +1 @@ -{"documents":{"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/ac1eb1ea194ee72f31eded440b1a3c03c53c5657/*"}} \ No newline at end of file +{"documents":{"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/04d45e6378a3c9d7250e3bc3b1db69ec0f9f76f3/*"}} \ No newline at end of file diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/ref/EventBus.dll b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/ref/EventBus.dll index 60b364fd..e1614a35 100644 Binary files a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/ref/EventBus.dll and b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/ref/EventBus.dll differ diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/refint/EventBus.dll b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/refint/EventBus.dll index 60b364fd..e1614a35 100644 Binary files a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/refint/EventBus.dll and b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/refint/EventBus.dll differ diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/EventBus.csproj.nuget.dgspec.json b/src/BuildingBlocks/EventBus/EventBus/obj/EventBus.csproj.nuget.dgspec.json index e478e59b..7fe3cff3 100644 --- a/src/BuildingBlocks/EventBus/EventBus/obj/EventBus.csproj.nuget.dgspec.json +++ b/src/BuildingBlocks/EventBus/EventBus/obj/EventBus.csproj.nuget.dgspec.json @@ -46,7 +46,7 @@ "dependencies": { "Newtonsoft.Json": { "target": "Package", - "version": "[13.0.3, )" + "version": "[13.0.4, )" } }, "imports": [ diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/project.assets.json b/src/BuildingBlocks/EventBus/EventBus/obj/project.assets.json index ba6a998b..b38e1d85 100644 --- a/src/BuildingBlocks/EventBus/EventBus/obj/project.assets.json +++ b/src/BuildingBlocks/EventBus/EventBus/obj/project.assets.json @@ -2,7 +2,7 @@ "version": 3, "targets": { "net9.0": { - "Newtonsoft.Json/13.0.3": { + "Newtonsoft.Json/13.0.4": { "type": "package", "compile": { "lib/net6.0/Newtonsoft.Json.dll": { @@ -18,10 +18,10 @@ } }, "libraries": { - "Newtonsoft.Json/13.0.3": { - "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", + "Newtonsoft.Json/13.0.4": { + "sha512": "pdgNNMai3zv51W5aq268sujXUyx7SNdE2bj1wZcWjAQrKMFZV260lbqYop1d2GM67JI1huLRwxo9ZqnfF/lC6A==", "type": "package", - "path": "newtonsoft.json/13.0.3", + "path": "newtonsoft.json/13.0.4", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -43,7 +43,7 @@ "lib/netstandard1.3/Newtonsoft.Json.xml", "lib/netstandard2.0/Newtonsoft.Json.dll", "lib/netstandard2.0/Newtonsoft.Json.xml", - "newtonsoft.json.13.0.3.nupkg.sha512", + "newtonsoft.json.13.0.4.nupkg.sha512", "newtonsoft.json.nuspec", "packageIcon.png" ] @@ -51,7 +51,7 @@ }, "projectFileDependencyGroups": { "net9.0": [ - "Newtonsoft.Json >= 13.0.3" + "Newtonsoft.Json >= 13.0.4" ] }, "packageFolders": { @@ -99,7 +99,7 @@ "dependencies": { "Newtonsoft.Json": { "target": "Package", - "version": "[13.0.3, )" + "version": "[13.0.4, )" } }, "imports": [ diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/project.nuget.cache b/src/BuildingBlocks/EventBus/EventBus/obj/project.nuget.cache index 4c35443b..9514058e 100644 --- a/src/BuildingBlocks/EventBus/EventBus/obj/project.nuget.cache +++ b/src/BuildingBlocks/EventBus/EventBus/obj/project.nuget.cache @@ -1,10 +1,10 @@ { "version": 2, - "dgSpecHash": "4TJ4TNsKTvU=", + "dgSpecHash": "MoCplDUBWX8=", "success": true, "projectFilePath": "/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBus/EventBus.csproj", "expectedPackageFiles": [ - "/home/runner/.nuget/packages/newtonsoft.json/13.0.3/newtonsoft.json.13.0.3.nupkg.sha512" + "/home/runner/.nuget/packages/newtonsoft.json/13.0.4/newtonsoft.json.13.0.4.nupkg.sha512" ], "logs": [] } \ No newline at end of file diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.csproj b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.csproj index a0659ca4..9c7fd556 100644 --- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.csproj +++ b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.csproj @@ -4,12 +4,12 @@ Microsoft.eShopOnContainers.BuildingBlocks.EventBusRabbitMQ - - + + - - + + diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net6.0/EventBus.dll b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net6.0/EventBus.dll deleted file mode 100644 index 0e1d71e5..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net6.0/EventBus.dll and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net6.0/EventBus.pdb b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net6.0/EventBus.pdb deleted file mode 100644 index d5c9163d..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net6.0/EventBus.pdb and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net6.0/EventBusRabbitMQ.deps.json b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net6.0/EventBusRabbitMQ.deps.json deleted file mode 100644 index e4d57d43..00000000 --- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net6.0/EventBusRabbitMQ.deps.json +++ /dev/null @@ -1,264 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": { - "EventBusRabbitMQ/1.0.0": { - "dependencies": { - "Autofac": "6.3.0", - "EventBus": "1.0.0", - "Microsoft.CSharp": "4.7.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Newtonsoft.Json": "13.0.1", - "Polly": "7.2.3", - "RabbitMQ.Client": "6.2.4" - }, - "runtime": { - "EventBusRabbitMQ.dll": {} - } - }, - "Autofac/6.3.0": { - "dependencies": { - "System.Diagnostics.DiagnosticSource": "6.0.0" - }, - "runtime": { - "lib/net5.0/Autofac.dll": { - "assemblyVersion": "6.3.0.0", - "fileVersion": "6.3.0.0" - } - } - }, - "Microsoft.CSharp/4.7.0": {}, - "Microsoft.Extensions.DependencyInjection/6.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": { - "runtime": { - "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "Microsoft.Extensions.Logging/6.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "6.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "System.Diagnostics.DiagnosticSource": "6.0.0" - }, - "runtime": { - "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "Microsoft.Extensions.Logging.Abstractions/6.0.0": { - "runtime": { - "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "Microsoft.Extensions.Options/6.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - }, - "runtime": { - "lib/netstandard2.1/Microsoft.Extensions.Options.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "Microsoft.Extensions.Primitives/6.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "Newtonsoft.Json/13.0.1": { - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.1.25517" - } - } - }, - "Polly/7.2.3": { - "runtime": { - "lib/netstandard2.0/Polly.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.2.3.0" - } - } - }, - "RabbitMQ.Client/6.2.4": { - "dependencies": { - "System.Memory": "4.5.4", - "System.Threading.Channels": "4.7.1" - }, - "runtime": { - "lib/netstandard2.0/RabbitMQ.Client.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.2.4.0" - } - } - }, - "System.Diagnostics.DiagnosticSource/6.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Memory/4.5.4": {}, - "System.Runtime.CompilerServices.Unsafe/6.0.0": {}, - "System.Threading.Channels/4.7.1": {}, - "EventBus/1.0.0": { - "dependencies": { - "Newtonsoft.Json": "13.0.1" - }, - "runtime": { - "EventBus.dll": {} - } - } - } - }, - "libraries": { - "EventBusRabbitMQ/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Autofac/6.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gO4bli0N8tDnBHzbYktcnbXlmN6T+IT5W+FUGgCUaM6pwwHXIxOPoUGvfGum7sZpJJgfQNgjFFv80ZPuARgRdA==", - "path": "autofac/6.3.0", - "hashPath": "autofac.6.3.0.nupkg.sha512" - }, - "Microsoft.CSharp/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", - "path": "microsoft.csharp/4.7.0", - "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==", - "path": "microsoft.extensions.dependencyinjection/6.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/6.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==", - "path": "microsoft.extensions.logging/6.0.0", - "hashPath": "microsoft.extensions.logging.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/HggWBbTwy8TgebGSX5DBZ24ndhzi93sHUBDvP1IxbZD7FDokYzdAr6+vbWGjw2XAfR2EJ1sfKUotpjHnFWPxA==", - "path": "microsoft.extensions.logging.abstractions/6.0.0", - "hashPath": "microsoft.extensions.logging.abstractions.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==", - "path": "microsoft.extensions.options/6.0.0", - "hashPath": "microsoft.extensions.options.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==", - "path": "microsoft.extensions.primitives/6.0.0", - "hashPath": "microsoft.extensions.primitives.6.0.0.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==", - "path": "newtonsoft.json/13.0.1", - "hashPath": "newtonsoft.json.13.0.1.nupkg.sha512" - }, - "Polly/7.2.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DeCY0OFbNdNxsjntr1gTXHJ5pKUwYzp04Er2LLeN3g6pWhffsGuKVfMBLe1lw7x76HrPkLxKEFxBlpRxS2nDEQ==", - "path": "polly/7.2.3", - "hashPath": "polly.7.2.3.nupkg.sha512" - }, - "RabbitMQ.Client/6.2.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ttM7F+Ymb00EyQ25UCC44djr5GN/+cZNey2B3xD6JdJQQx7UcCtHdKBCE09zcmWuB+Afp07tFzetE14l/U8xQw==", - "path": "rabbitmq.client/6.2.4", - "hashPath": "rabbitmq.client.6.2.4.nupkg.sha512" - }, - "System.Diagnostics.DiagnosticSource/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==", - "path": "system.diagnostics.diagnosticsource/6.0.0", - "hashPath": "system.diagnostics.diagnosticsource.6.0.0.nupkg.sha512" - }, - "System.Memory/4.5.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==", - "path": "system.memory/4.5.4", - "hashPath": "system.memory.4.5.4.nupkg.sha512" - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", - "path": "system.runtime.compilerservices.unsafe/6.0.0", - "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512" - }, - "System.Threading.Channels/4.7.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6akRtHK/wab3246t4p5v3HQrtQk8LboOt5T4dtpNgsp3zvDeM4/Gx8V12t0h+c/W9/enUrilk8n6EQqdQorZAA==", - "path": "system.threading.channels/4.7.1", - "hashPath": "system.threading.channels.4.7.1.nupkg.sha512" - }, - "EventBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net6.0/EventBusRabbitMQ.dll b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net6.0/EventBusRabbitMQ.dll deleted file mode 100644 index 022a294d..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net6.0/EventBusRabbitMQ.dll and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net6.0/EventBusRabbitMQ.pdb b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net6.0/EventBusRabbitMQ.pdb deleted file mode 100644 index 50fbcb1e..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net6.0/EventBusRabbitMQ.pdb and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net8.0/EventBus.dll b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net8.0/EventBus.dll deleted file mode 100644 index 5cef372d..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net8.0/EventBus.dll and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net8.0/EventBus.pdb b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net8.0/EventBus.pdb deleted file mode 100644 index efcd48f9..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net8.0/EventBus.pdb and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net8.0/EventBusRabbitMQ.deps.json b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net8.0/EventBusRabbitMQ.deps.json deleted file mode 100644 index e866edbf..00000000 --- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net8.0/EventBusRabbitMQ.deps.json +++ /dev/null @@ -1,267 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v8.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v8.0": { - "EventBusRabbitMQ/1.0.0": { - "dependencies": { - "Autofac": "8.0.0", - "EventBus": "1.0.0", - "Microsoft.CSharp": "4.7.0", - "Microsoft.Extensions.Logging": "8.0.0", - "Newtonsoft.Json": "13.0.3", - "Polly": "8.3.1", - "RabbitMQ.Client": "6.8.1" - }, - "runtime": { - "EventBusRabbitMQ.dll": {} - } - }, - "Autofac/8.0.0": { - "dependencies": { - "System.Diagnostics.DiagnosticSource": "7.0.2" - }, - "runtime": { - "lib/net8.0/Autofac.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.0.0" - } - } - }, - "Microsoft.CSharp/4.7.0": {}, - "Microsoft.Extensions.DependencyInjection/8.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { - "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "Microsoft.Extensions.Logging/8.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0", - "Microsoft.Extensions.Options": "8.0.0" - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.Logging.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "Microsoft.Extensions.Logging.Abstractions/8.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "Microsoft.Extensions.Options/8.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Primitives": "8.0.0" - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.Options.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "Microsoft.Extensions.Primitives/8.0.0": { - "runtime": { - "lib/net8.0/Microsoft.Extensions.Primitives.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "Newtonsoft.Json/13.0.3": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" - } - } - }, - "Polly/8.3.1": { - "dependencies": { - "Polly.Core": "8.3.1" - }, - "runtime": { - "lib/net6.0/Polly.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.3.1.3207" - } - } - }, - "Polly.Core/8.3.1": { - "runtime": { - "lib/net8.0/Polly.Core.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.3.1.3207" - } - } - }, - "RabbitMQ.Client/6.8.1": { - "dependencies": { - "System.Memory": "4.5.5", - "System.Threading.Channels": "7.0.0" - }, - "runtime": { - "lib/netstandard2.0/RabbitMQ.Client.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.8.1.0" - } - } - }, - "System.Diagnostics.DiagnosticSource/7.0.2": {}, - "System.Memory/4.5.5": {}, - "System.Threading.Channels/7.0.0": {}, - "EventBus/1.0.0": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "EventBus.dll": {} - } - } - } - }, - "libraries": { - "EventBusRabbitMQ/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Autofac/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qxVqJcl3fixxa5aZc9TmIuYTwooI9GCL5RzfUiTZtTlbAF3NcWz7bPeEyJEAyS/0qGhSyGnXeku2eiu/7L+3qw==", - "path": "autofac/8.0.0", - "hashPath": "autofac.8.0.0.nupkg.sha512" - }, - "Microsoft.CSharp/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", - "path": "microsoft.csharp/4.7.0", - "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-V8S3bsm50ig6JSyrbcJJ8bW2b9QLGouz+G1miK3UTaOWmMtFwNNNzUf4AleyDWUmTrWMLNnFSLEQtxmxgNQnNQ==", - "path": "microsoft.extensions.dependencyinjection/8.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.8.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cjWrLkJXK0rs4zofsK4bSdg+jhDLTaxrkXu4gS6Y7MAlCvRyNNgwY/lJi5RDlQOnSZweHqoyvgvbdvQsRIW+hg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tvRkov9tAJ3xP51LCv3FJ2zINmv1P8Hi8lhhtcKGqM+ImiTCC84uOPEI4z8Cdq2C3o9e+Aa0Gw0rmrsJD77W+w==", - "path": "microsoft.extensions.logging/8.0.0", - "hashPath": "microsoft.extensions.logging.8.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-arDBqTgFCyS0EvRV7O3MZturChstm50OJ0y9bDJvAcmEPJm0FFpFyjU/JLYyStNGGey081DvnQYlncNX5SJJGA==", - "path": "microsoft.extensions.logging.abstractions/8.0.0", - "hashPath": "microsoft.extensions.logging.abstractions.8.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JOVOfqpnqlVLUzINQ2fox8evY2SKLYJ3BV8QDe/Jyp21u1T7r45x/R/5QdteURMR5r01GxeJSBBUOCOyaNXA3g==", - "path": "microsoft.extensions.options/8.0.0", - "hashPath": "microsoft.extensions.options.8.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==", - "path": "microsoft.extensions.primitives/8.0.0", - "hashPath": "microsoft.extensions.primitives.8.0.0.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "path": "newtonsoft.json/13.0.3", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" - }, - "Polly/8.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", - "path": "polly/8.3.1", - "hashPath": "polly.8.3.1.nupkg.sha512" - }, - "Polly.Core/8.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==", - "path": "polly.core/8.3.1", - "hashPath": "polly.core.8.3.1.nupkg.sha512" - }, - "RabbitMQ.Client/6.8.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jNsmGgmCNw2S/NzskeN2ijtGywtH4Sk/G6jWUTD5sY9SrC27Xz6BsLIiB8hdsfjeyWCa4j4GvCIGkpE8wrjU1Q==", - "path": "rabbitmq.client/6.8.1", - "hashPath": "rabbitmq.client.6.8.1.nupkg.sha512" - }, - "System.Diagnostics.DiagnosticSource/7.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hYr3I9N9811e0Bjf2WNwAGGyTuAFbbTgX1RPLt/3Wbm68x3IGcX5Cl75CMmgT6WlNwLQ2tCCWfqYPpypjaf2xA==", - "path": "system.diagnostics.diagnosticsource/7.0.2", - "hashPath": "system.diagnostics.diagnosticsource.7.0.2.nupkg.sha512" - }, - "System.Memory/4.5.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==", - "path": "system.memory/4.5.5", - "hashPath": "system.memory.4.5.5.nupkg.sha512" - }, - "System.Threading.Channels/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qmeeYNROMsONF6ndEZcIQ+VxR4Q/TX/7uIVLJqtwIWL7dDWeh0l1UIqgo4wYyjG//5lUNhwkLDSFl+pAWO6oiA==", - "path": "system.threading.channels/7.0.0", - "hashPath": "system.threading.channels.7.0.0.nupkg.sha512" - }, - "EventBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net8.0/EventBusRabbitMQ.dll b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net8.0/EventBusRabbitMQ.dll deleted file mode 100644 index 44a7ecfe..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net8.0/EventBusRabbitMQ.dll and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net8.0/EventBusRabbitMQ.pdb b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net8.0/EventBusRabbitMQ.pdb deleted file mode 100644 index e9c57ba9..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net8.0/EventBusRabbitMQ.pdb and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBus.dll b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBus.dll deleted file mode 100644 index e9cbfb47..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBus.dll and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBus.pdb b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBus.pdb deleted file mode 100644 index c52e9fb9..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBus.pdb and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBusRabbitMQ.deps.json b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBusRabbitMQ.deps.json deleted file mode 100644 index ac73b212..00000000 --- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBusRabbitMQ.deps.json +++ /dev/null @@ -1,230 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v9.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v9.0": { - "EventBusRabbitMQ/1.0.0": { - "dependencies": { - "Autofac": "8.1.1", - "EventBus": "1.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Newtonsoft.Json": "13.0.3", - "Polly": "8.5.0", - "RabbitMQ.Client": "6.8.1" - }, - "runtime": { - "EventBusRabbitMQ.dll": {} - } - }, - "Autofac/8.1.1": { - "runtime": { - "lib/net8.0/Autofac.dll": { - "assemblyVersion": "8.1.1.0", - "fileVersion": "8.1.1.0" - } - } - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { - "runtime": { - "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "Microsoft.Extensions.Logging/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Logging.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "Microsoft.Extensions.Options/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Options.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "Microsoft.Extensions.Primitives/9.0.0": { - "runtime": { - "lib/net9.0/Microsoft.Extensions.Primitives.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "Newtonsoft.Json/13.0.3": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" - } - } - }, - "Polly/8.5.0": { - "dependencies": { - "Polly.Core": "8.5.0" - }, - "runtime": { - "lib/net6.0/Polly.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.5.0.4130" - } - } - }, - "Polly.Core/8.5.0": { - "runtime": { - "lib/net8.0/Polly.Core.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.5.0.4130" - } - } - }, - "RabbitMQ.Client/6.8.1": { - "runtime": { - "lib/netstandard2.0/RabbitMQ.Client.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.8.1.0" - } - } - }, - "EventBus/1.0.0": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "EventBus.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - } - } - }, - "libraries": { - "EventBusRabbitMQ/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Autofac/8.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lhHjVB/XJtxPDUQ/FAHWAC7Spu+P9TNfDbyx2W0ABqD1eTRo7TkcZ7l7Oq1S5pKNg7NXswdk9uH73qbOzSwQFA==", - "path": "autofac/8.1.1", - "hashPath": "autofac.8.1.1.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==", - "path": "microsoft.extensions.dependencyinjection/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==", - "path": "microsoft.extensions.logging/9.0.0", - "hashPath": "microsoft.extensions.logging.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==", - "path": "microsoft.extensions.logging.abstractions/9.0.0", - "hashPath": "microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==", - "path": "microsoft.extensions.options/9.0.0", - "hashPath": "microsoft.extensions.options.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==", - "path": "microsoft.extensions.primitives/9.0.0", - "hashPath": "microsoft.extensions.primitives.9.0.0.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "path": "newtonsoft.json/13.0.3", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" - }, - "Polly/8.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GBNZPy7i7OpkaIruWPRJ0+AWzdGDQDnKY91b7Ic2aAch4lKhPjUc5KSffpH9krIWe0MoyghqaRxwRC0Uwz2PkA==", - "path": "polly/8.5.0", - "hashPath": "polly.8.5.0.nupkg.sha512" - }, - "Polly.Core/8.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VYYMZNitZ85UEhwOKkTQI63WEMvzUqwQc74I2mm8h/DBVAMcBBxqYPni4DmuRtbCwngmuONuK2yBJfWNRKzI+A==", - "path": "polly.core/8.5.0", - "hashPath": "polly.core.8.5.0.nupkg.sha512" - }, - "RabbitMQ.Client/6.8.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jNsmGgmCNw2S/NzskeN2ijtGywtH4Sk/G6jWUTD5sY9SrC27Xz6BsLIiB8hdsfjeyWCa4j4GvCIGkpE8wrjU1Q==", - "path": "rabbitmq.client/6.8.1", - "hashPath": "rabbitmq.client.6.8.1.nupkg.sha512" - }, - "EventBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBusRabbitMQ.dll b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBusRabbitMQ.dll deleted file mode 100644 index 46c6f125..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBusRabbitMQ.dll and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBusRabbitMQ.pdb b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBusRabbitMQ.pdb deleted file mode 100644 index 7195d8c0..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBusRabbitMQ.pdb and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index 36203c72..00000000 --- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.AssemblyInfo.cs b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.AssemblyInfo.cs deleted file mode 100644 index 04955d08..00000000 --- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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("EventBusRabbitMQ")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("EventBusRabbitMQ")] -[assembly: System.Reflection.AssemblyTitleAttribute("EventBusRabbitMQ")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.AssemblyInfoInputs.cache b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.AssemblyInfoInputs.cache deleted file mode 100644 index 2ee4d024..00000000 --- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -5c000d870e01598c63b704a79dd8e5dd4dc5a6ef diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.GeneratedMSBuildEditorConfig.editorconfig b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 9a9e9c31..00000000 --- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,10 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = Microsoft.eShopOnContainers.BuildingBlocks.EventBusRabbitMQ -build_property.ProjectDir = /workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/ diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.assets.cache b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.assets.cache deleted file mode 100644 index 585e1e15..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.assets.cache and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.csproj.AssemblyReference.cache b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.csproj.AssemblyReference.cache deleted file mode 100644 index e76d8986..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.csproj.CopyComplete b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.csproj.CopyComplete deleted file mode 100644 index e69de29b..00000000 diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.csproj.CoreCompileInputs.cache b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.csproj.CoreCompileInputs.cache deleted file mode 100644 index a99ba9c8..00000000 --- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -5497f2c6318889e78d0511429bacd134457119d8 diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.csproj.FileListAbsolute.txt b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.csproj.FileListAbsolute.txt deleted file mode 100644 index ce0e6f46..00000000 --- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,15 +0,0 @@ -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net6.0/EventBusRabbitMQ.deps.json -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net6.0/EventBusRabbitMQ.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net6.0/EventBusRabbitMQ.pdb -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net6.0/EventBus.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net6.0/EventBus.pdb -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.csproj.AssemblyReference.cache -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.GeneratedMSBuildEditorConfig.editorconfig -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.AssemblyInfoInputs.cache -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.AssemblyInfo.cs -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.csproj.CoreCompileInputs.cache -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.csproj.CopyComplete -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/refint/EventBusRabbitMQ.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.pdb -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/ref/EventBusRabbitMQ.dll diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.dll b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.dll deleted file mode 100644 index 022a294d..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.dll and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.pdb b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.pdb deleted file mode 100644 index 50fbcb1e..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.pdb and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/ref/EventBusRabbitMQ.dll b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/ref/EventBusRabbitMQ.dll deleted file mode 100644 index 52bf455e..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/ref/EventBusRabbitMQ.dll and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/refint/EventBusRabbitMQ.dll b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/refint/EventBusRabbitMQ.dll deleted file mode 100644 index 52bf455e..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/refint/EventBusRabbitMQ.dll and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs deleted file mode 100644 index af943994..00000000 --- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = "")] diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBus.420B731B.Up2Date b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBus.420B731B.Up2Date deleted file mode 100644 index e69de29b..00000000 diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.AssemblyInfo.cs b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.AssemblyInfo.cs deleted file mode 100644 index 56bdec93..00000000 --- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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("EventBusRabbitMQ")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0a77675f714bea9dc0df9dd0f5780d113235d59c")] -[assembly: System.Reflection.AssemblyProductAttribute("EventBusRabbitMQ")] -[assembly: System.Reflection.AssemblyTitleAttribute("EventBusRabbitMQ")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.AssemblyInfoInputs.cache b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.AssemblyInfoInputs.cache deleted file mode 100644 index 6f2f630a..00000000 --- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -2cd94fbc11d4ca9f5ca611f8b840e34dbd8e946245c1d3e0df9438cff36a20e6 diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.GeneratedMSBuildEditorConfig.editorconfig b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 86b66034..00000000 --- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -is_global = true -build_property.TargetFramework = net8.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 -build_property.RootNamespace = Microsoft.eShopOnContainers.BuildingBlocks.EventBusRabbitMQ -build_property.ProjectDir = C:\Users\natyo\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusRabbitMQ\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.assets.cache b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.assets.cache deleted file mode 100644 index 3b439da7..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.assets.cache and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.csproj.AssemblyReference.cache b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.csproj.AssemblyReference.cache deleted file mode 100644 index f2aefb88..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.csproj.CoreCompileInputs.cache b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.csproj.CoreCompileInputs.cache deleted file mode 100644 index 4bf61bf7..00000000 --- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -f76a2251a3a5c9a137d8e9681157d0f380111c9114708514669f481ac6feab7b diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.csproj.FileListAbsolute.txt b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.csproj.FileListAbsolute.txt deleted file mode 100644 index d0742334..00000000 --- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,16 +0,0 @@ -C:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusRabbitMQ\bin\Debug\net8.0\EventBusRabbitMQ.deps.json -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusRabbitMQ\bin\Debug\net8.0\EventBusRabbitMQ.dll -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusRabbitMQ\bin\Debug\net8.0\EventBusRabbitMQ.pdb -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusRabbitMQ\bin\Debug\net8.0\EventBus.dll -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusRabbitMQ\bin\Debug\net8.0\EventBus.pdb -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusRabbitMQ\obj\Debug\net8.0\EventBusRabbitMQ.csproj.AssemblyReference.cache -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusRabbitMQ\obj\Debug\net8.0\EventBusRabbitMQ.GeneratedMSBuildEditorConfig.editorconfig -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusRabbitMQ\obj\Debug\net8.0\EventBusRabbitMQ.AssemblyInfoInputs.cache -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusRabbitMQ\obj\Debug\net8.0\EventBusRabbitMQ.AssemblyInfo.cs -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusRabbitMQ\obj\Debug\net8.0\EventBusRabbitMQ.csproj.CoreCompileInputs.cache -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusRabbitMQ\obj\Debug\net8.0\EventBusRabbitMQ.sourcelink.json -C:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusRabbitMQ\obj\Debug\net8.0\EventBus.420B731B.Up2Date -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusRabbitMQ\obj\Debug\net8.0\EventBusRabbitMQ.dll -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusRabbitMQ\obj\Debug\net8.0\refint\EventBusRabbitMQ.dll -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusRabbitMQ\obj\Debug\net8.0\EventBusRabbitMQ.pdb -C:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusRabbitMQ\obj\Debug\net8.0\ref\EventBusRabbitMQ.dll diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.dll b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.dll deleted file mode 100644 index 44a7ecfe..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.dll and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.pdb b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.pdb deleted file mode 100644 index e9c57ba9..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.pdb and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.sourcelink.json b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.sourcelink.json deleted file mode 100644 index 32fce4a9..00000000 --- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.sourcelink.json +++ /dev/null @@ -1 +0,0 @@ -{"documents":{"c:\\Users\\ALLEGRANathan\\mslearn-microservices-devops-aspnet-core\\*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/7b4882fe6a510e1a82b0811f789f0fe24f0cb04d/*"}} \ No newline at end of file diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/ref/EventBusRabbitMQ.dll b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/ref/EventBusRabbitMQ.dll deleted file mode 100644 index e023d6d9..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/ref/EventBusRabbitMQ.dll and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/refint/EventBusRabbitMQ.dll b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/refint/EventBusRabbitMQ.dll deleted file mode 100644 index e023d6d9..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/refint/EventBusRabbitMQ.dll and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBus.420B731B.Up2Date b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBus.420B731B.Up2Date deleted file mode 100644 index e69de29b..00000000 diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.AssemblyInfo.cs b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.AssemblyInfo.cs index aa49351c..6b4f3309 100644 --- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.AssemblyInfo.cs +++ b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.AssemblyInfo.cs @@ -13,7 +13,7 @@ [assembly: System.Reflection.AssemblyCompanyAttribute("EventBusRabbitMQ")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+ac1eb1ea194ee72f31eded440b1a3c03c53c5657")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+04d45e6378a3c9d7250e3bc3b1db69ec0f9f76f3")] [assembly: System.Reflection.AssemblyProductAttribute("EventBusRabbitMQ")] [assembly: System.Reflection.AssemblyTitleAttribute("EventBusRabbitMQ")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.AssemblyInfoInputs.cache b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.AssemblyInfoInputs.cache index 197afee6..569bbfa9 100644 --- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.AssemblyInfoInputs.cache +++ b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.AssemblyInfoInputs.cache @@ -1 +1 @@ -f9fb425fc486b27be6130c26e3589eeff616db0998f80cd5ab9bb334ccf07ca1 +81cc8e49feb42637f9b91704a4c988bd1d48268454501de014145951ffb144e2 diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.assets.cache b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.assets.cache index 6797dfea..f2496a81 100644 Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.assets.cache and b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.assets.cache differ diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.csproj.AssemblyReference.cache b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.csproj.AssemblyReference.cache index b742580a..d2de154e 100644 Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.csproj.AssemblyReference.cache and b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.csproj.AssemblyReference.cache differ diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.csproj.CoreCompileInputs.cache b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.csproj.CoreCompileInputs.cache index e867a4ac..6c52c6a6 100644 --- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.csproj.CoreCompileInputs.cache +++ b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -b30d47c196f0fbe3c3c62a98df4bf61c2d850a657b731dadbe5301f5a5552cb0 +0e7e8ea337ac4d1035dc164015998945ab128705404b840aacbbdccbe1ac1c05 diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.csproj.FileListAbsolute.txt b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.csproj.FileListAbsolute.txt index 62ea4039..2e48c04f 100644 --- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.csproj.FileListAbsolute.txt +++ b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.csproj.FileListAbsolute.txt @@ -1,14 +1,14 @@ -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBusRabbitMQ.deps.json -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBusRabbitMQ.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBusRabbitMQ.pdb -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBus.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBus.pdb /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.csproj.AssemblyReference.cache /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.GeneratedMSBuildEditorConfig.editorconfig /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.AssemblyInfoInputs.cache /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.AssemblyInfo.cs /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.csproj.CoreCompileInputs.cache /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.sourcelink.json +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBusRabbitMQ.deps.json +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBusRabbitMQ.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBusRabbitMQ.pdb +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBus.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBus.pdb /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBus.420B731B.Up2Date /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/refint/EventBusRabbitMQ.dll diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.dll b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.dll deleted file mode 100644 index 46c6f125..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.dll and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.pdb b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.pdb deleted file mode 100644 index 7195d8c0..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.pdb and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.sourcelink.json b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.sourcelink.json index a2a1dc92..c1b394cd 100644 --- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.sourcelink.json +++ b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.sourcelink.json @@ -1 +1 @@ -{"documents":{"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/ac1eb1ea194ee72f31eded440b1a3c03c53c5657/*"}} \ No newline at end of file +{"documents":{"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/04d45e6378a3c9d7250e3bc3b1db69ec0f9f76f3/*"}} \ No newline at end of file diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/ref/EventBusRabbitMQ.dll b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/ref/EventBusRabbitMQ.dll deleted file mode 100644 index d4592a7b..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/ref/EventBusRabbitMQ.dll and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/refint/EventBusRabbitMQ.dll b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/refint/EventBusRabbitMQ.dll deleted file mode 100644 index d4592a7b..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/refint/EventBusRabbitMQ.dll and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/EventBusRabbitMQ.csproj.nuget.dgspec.json b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/EventBusRabbitMQ.csproj.nuget.dgspec.json index c13a2403..6db3c915 100644 --- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/EventBusRabbitMQ.csproj.nuget.dgspec.json +++ b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/EventBusRabbitMQ.csproj.nuget.dgspec.json @@ -46,7 +46,7 @@ "dependencies": { "Newtonsoft.Json": { "target": "Package", - "version": "[13.0.3, )" + "version": "[13.0.4, )" } }, "imports": [ @@ -115,7 +115,7 @@ "dependencies": { "Autofac": { "target": "Package", - "version": "[8.1.1, )" + "version": "[9.0.0, )" }, "Microsoft.CSharp": { "target": "Package", @@ -123,15 +123,15 @@ }, "Microsoft.Extensions.Logging": { "target": "Package", - "version": "[9.0.0, )" + "version": "[9.0.2, )" }, "Newtonsoft.Json": { "target": "Package", - "version": "[13.0.3, )" + "version": "[13.0.4, )" }, "Polly": { "target": "Package", - "version": "[8.5.0, )" + "version": "[8.6.5, )" }, "RabbitMQ.Client": { "target": "Package", diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/EventBusRabbitMQ.csproj.nuget.g.targets b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/EventBusRabbitMQ.csproj.nuget.g.targets index 24269dc3..23dec8d3 100644 --- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/EventBusRabbitMQ.csproj.nuget.g.targets +++ b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/EventBusRabbitMQ.csproj.nuget.g.targets @@ -1,7 +1,7 @@  - - + + \ No newline at end of file diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/project.assets.json b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/project.assets.json index ed99d8b8..e46ddcbd 100644 --- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/project.assets.json +++ b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/project.assets.json @@ -2,10 +2,10 @@ "version": 3, "targets": { "net9.0": { - "Autofac/8.1.1": { + "Autofac/9.0.0": { "type": "package", "dependencies": { - "System.Diagnostics.DiagnosticSource": "8.0.1" + "System.Diagnostics.DiagnosticSource": "10.0.0" }, "compile": { "lib/net8.0/Autofac.dll": { @@ -27,10 +27,10 @@ "lib/netcoreapp2.0/_._": {} } }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { + "Microsoft.Extensions.DependencyInjection/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll": { @@ -46,7 +46,7 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { + "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.2": { "type": "package", "compile": { "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { @@ -62,12 +62,12 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging/9.0.0": { + "Microsoft.Extensions.Logging/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" + "Microsoft.Extensions.DependencyInjection": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Logging.dll": { @@ -83,10 +83,10 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { + "Microsoft.Extensions.Logging.Abstractions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": { @@ -102,11 +102,11 @@ "buildTransitive/net8.0/Microsoft.Extensions.Logging.Abstractions.targets": {} } }, - "Microsoft.Extensions.Options/9.0.0": { + "Microsoft.Extensions.Options/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Options.dll": { @@ -122,7 +122,7 @@ "buildTransitive/net8.0/Microsoft.Extensions.Options.targets": {} } }, - "Microsoft.Extensions.Primitives/9.0.0": { + "Microsoft.Extensions.Primitives/9.0.2": { "type": "package", "compile": { "lib/net9.0/Microsoft.Extensions.Primitives.dll": { @@ -138,7 +138,7 @@ "buildTransitive/net8.0/_._": {} } }, - "Newtonsoft.Json/13.0.3": { + "Newtonsoft.Json/13.0.4": { "type": "package", "compile": { "lib/net6.0/Newtonsoft.Json.dll": { @@ -151,10 +151,10 @@ } } }, - "Polly/8.5.0": { + "Polly/8.6.5": { "type": "package", "dependencies": { - "Polly.Core": "8.5.0" + "Polly.Core": "8.6.5" }, "compile": { "lib/net6.0/Polly.dll": { @@ -167,7 +167,7 @@ } } }, - "Polly.Core/8.5.0": { + "Polly.Core/8.6.5": { "type": "package", "compile": { "lib/net8.0/Polly.Core.dll": { @@ -197,20 +197,20 @@ } } }, - "System.Diagnostics.DiagnosticSource/8.0.1": { + "System.Diagnostics.DiagnosticSource/10.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": { + "lib/net9.0/System.Diagnostics.DiagnosticSource.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": { + "lib/net9.0/System.Diagnostics.DiagnosticSource.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/net8.0/_._": {} } }, "System.Memory/4.5.5": { @@ -242,7 +242,7 @@ "type": "project", "framework": ".NETCoreApp,Version=v9.0", "dependencies": { - "Newtonsoft.Json": "13.0.3" + "Newtonsoft.Json": "13.0.4" }, "compile": { "bin/placeholder/EventBus.dll": {} @@ -254,21 +254,19 @@ } }, "libraries": { - "Autofac/8.1.1": { - "sha512": "lhHjVB/XJtxPDUQ/FAHWAC7Spu+P9TNfDbyx2W0ABqD1eTRo7TkcZ7l7Oq1S5pKNg7NXswdk9uH73qbOzSwQFA==", + "Autofac/9.0.0": { + "sha512": "G8TpUMVIq1pEAMuAao8h5MKduY91SotjgK93wQb5LaxbJUVE0/XjCA6t2SOp+AkPC3GB/C2MAiF2D7krYjraFw==", "type": "package", - "path": "autofac/8.1.1", + "path": "autofac/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", - "autofac.8.1.1.nupkg.sha512", + "autofac.9.0.0.nupkg.sha512", "autofac.nuspec", "icon.png", - "lib/net6.0/Autofac.dll", - "lib/net6.0/Autofac.xml", - "lib/net7.0/Autofac.dll", - "lib/net7.0/Autofac.xml", + "lib/net10.0/Autofac.dll", + "lib/net10.0/Autofac.xml", "lib/net8.0/Autofac.dll", "lib/net8.0/Autofac.xml", "lib/netstandard2.0/Autofac.dll", @@ -293,6 +291,7 @@ "lib/netcoreapp2.0/_._", "lib/netstandard1.3/Microsoft.CSharp.dll", "lib/netstandard2.0/Microsoft.CSharp.dll", + "lib/netstandard2.0/Microsoft.CSharp.xml", "lib/portable-net45+win8+wp8+wpa81/_._", "lib/uap10.0.16299/_._", "lib/win8/_._", @@ -308,9 +307,30 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/Microsoft.CSharp.dll", + "ref/netcore50/Microsoft.CSharp.xml", + "ref/netcore50/de/Microsoft.CSharp.xml", + "ref/netcore50/es/Microsoft.CSharp.xml", + "ref/netcore50/fr/Microsoft.CSharp.xml", + "ref/netcore50/it/Microsoft.CSharp.xml", + "ref/netcore50/ja/Microsoft.CSharp.xml", + "ref/netcore50/ko/Microsoft.CSharp.xml", + "ref/netcore50/ru/Microsoft.CSharp.xml", + "ref/netcore50/zh-hans/Microsoft.CSharp.xml", + "ref/netcore50/zh-hant/Microsoft.CSharp.xml", "ref/netcoreapp2.0/_._", "ref/netstandard1.0/Microsoft.CSharp.dll", + "ref/netstandard1.0/Microsoft.CSharp.xml", + "ref/netstandard1.0/de/Microsoft.CSharp.xml", + "ref/netstandard1.0/es/Microsoft.CSharp.xml", + "ref/netstandard1.0/fr/Microsoft.CSharp.xml", + "ref/netstandard1.0/it/Microsoft.CSharp.xml", + "ref/netstandard1.0/ja/Microsoft.CSharp.xml", + "ref/netstandard1.0/ko/Microsoft.CSharp.xml", + "ref/netstandard1.0/ru/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml", "ref/netstandard2.0/Microsoft.CSharp.dll", + "ref/netstandard2.0/Microsoft.CSharp.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/uap10.0.16299/_._", "ref/win8/_._", @@ -324,10 +344,10 @@ "version.txt" ] }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "sha512": "MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==", + "Microsoft.Extensions.DependencyInjection/9.0.2": { + "sha512": "ZffbJrskOZ40JTzcTyKwFHS5eACSWp2bUQBBApIgGV+es8RaTD4OxUG7XxFr3RIPLXtYQ1jQzF2DjKB5fZn7Qg==", "type": "package", - "path": "microsoft.extensions.dependencyinjection/9.0.0", + "path": "microsoft.extensions.dependencyinjection/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -349,15 +369,15 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.dependencyinjection.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { - "sha512": "+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==", + "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.2": { + "sha512": "MNe7GSTBf3jQx5vYrXF0NZvn6l7hUKF6J54ENfAgCO8y6xjN1XUmKKWG464LP2ye6QqDiA1dkaWEZBYnhoZzjg==", "type": "package", - "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0", + "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -379,15 +399,15 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.dependencyinjection.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging/9.0.0": { - "sha512": "crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==", + "Microsoft.Extensions.Logging/9.0.2": { + "sha512": "loV/0UNpt2bD+6kCDzFALVE63CDtqzPeC0LAetkdhiEr/tTNbvOlQ7CBResH7BQBd3cikrwiBfaHdyHMFUlc2g==", "type": "package", - "path": "microsoft.extensions.logging/9.0.0", + "path": "microsoft.extensions.logging/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -409,15 +429,15 @@ "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", - "microsoft.extensions.logging.9.0.0.nupkg.sha512", + "microsoft.extensions.logging.9.0.2.nupkg.sha512", "microsoft.extensions.logging.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "sha512": "g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==", + "Microsoft.Extensions.Logging.Abstractions/9.0.2": { + "sha512": "dV9s2Lamc8jSaqhl2BQSPn/AryDIH2sSbQUyLitLXV0ROmsb+SROnn2cH939JFbsNrnf3mIM3GNRKT7P0ldwLg==", "type": "package", - "path": "microsoft.extensions.logging.abstractions/9.0.0", + "path": "microsoft.extensions.logging.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -480,15 +500,15 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.logging.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Options/9.0.0": { - "sha512": "y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==", + "Microsoft.Extensions.Options/9.0.2": { + "sha512": "zr98z+AN8+isdmDmQRuEJ/DAKZGUTHmdv3t0ZzjHvNqvA44nAgkXE9kYtfoN6581iALChhVaSw2Owt+Z2lVbkQ==", "type": "package", - "path": "microsoft.extensions.options/9.0.0", + "path": "microsoft.extensions.options/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -525,15 +545,15 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.options.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Primitives/9.0.0": { - "sha512": "N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==", + "Microsoft.Extensions.Primitives/9.0.2": { + "sha512": "puBMtKe/wLuYa7H6docBkLlfec+h8L35DXqsDKKJgW0WY5oCwJ3cBJKcDaZchv6knAyqOMfsl6VUbaR++E5LXA==", "type": "package", - "path": "microsoft.extensions.primitives/9.0.0", + "path": "microsoft.extensions.primitives/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -553,15 +573,15 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.primitives.nuspec", "useSharedDesignerContext.txt" ] }, - "Newtonsoft.Json/13.0.3": { - "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", + "Newtonsoft.Json/13.0.4": { + "sha512": "pdgNNMai3zv51W5aq268sujXUyx7SNdE2bj1wZcWjAQrKMFZV260lbqYop1d2GM67JI1huLRwxo9ZqnfF/lC6A==", "type": "package", - "path": "newtonsoft.json/13.0.3", + "path": "newtonsoft.json/13.0.4", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -583,18 +603,19 @@ "lib/netstandard1.3/Newtonsoft.Json.xml", "lib/netstandard2.0/Newtonsoft.Json.dll", "lib/netstandard2.0/Newtonsoft.Json.xml", - "newtonsoft.json.13.0.3.nupkg.sha512", + "newtonsoft.json.13.0.4.nupkg.sha512", "newtonsoft.json.nuspec", "packageIcon.png" ] }, - "Polly/8.5.0": { - "sha512": "GBNZPy7i7OpkaIruWPRJ0+AWzdGDQDnKY91b7Ic2aAch4lKhPjUc5KSffpH9krIWe0MoyghqaRxwRC0Uwz2PkA==", + "Polly/8.6.5": { + "sha512": "VqtW2ZE/ALvQMAH1cQY3qZ2cF2OXa3oe/HKMdOv6Q02HCoEW0rsFNfcBONXlHBe1TnjWW1vdRxBEkPeq0/2FHA==", "type": "package", - "path": "polly/8.5.0", + "path": "polly/8.6.5", "files": [ ".nupkg.metadata", ".signature.p7s", + "LICENSE", "lib/net462/Polly.dll", "lib/net462/Polly.pdb", "lib/net462/Polly.xml", @@ -609,17 +630,18 @@ "lib/netstandard2.0/Polly.xml", "package-icon.png", "package-readme.md", - "polly.8.5.0.nupkg.sha512", + "polly.8.6.5.nupkg.sha512", "polly.nuspec" ] }, - "Polly.Core/8.5.0": { - "sha512": "VYYMZNitZ85UEhwOKkTQI63WEMvzUqwQc74I2mm8h/DBVAMcBBxqYPni4DmuRtbCwngmuONuK2yBJfWNRKzI+A==", + "Polly.Core/8.6.5": { + "sha512": "t+sUVrIwvo7UmsgHGgOG9F0GDZSRIm47u2ylH17Gvcv1q5hNEwgD5GoBlFyc0kh/pebmPyrAgvGsR/65ZBaXlg==", "type": "package", - "path": "polly.core/8.5.0", + "path": "polly.core/8.6.5", "files": [ ".nupkg.metadata", ".signature.p7s", + "LICENSE", "lib/net462/Polly.Core.dll", "lib/net462/Polly.Core.pdb", "lib/net462/Polly.Core.xml", @@ -637,7 +659,7 @@ "lib/netstandard2.0/Polly.Core.xml", "package-icon.png", "package-readme.md", - "polly.core.8.5.0.nupkg.sha512", + "polly.core.8.6.5.nupkg.sha512", "polly.core.nuspec" ] }, @@ -658,31 +680,30 @@ "rabbitmq.client.nuspec" ] }, - "System.Diagnostics.DiagnosticSource/8.0.1": { - "sha512": "vaoWjvkG1aenR2XdjaVivlCV9fADfgyhW5bZtXT23qaEea0lWiUljdQuze4E31vKM7ZWJaSUsbYIKE3rnzfZUg==", + "System.Diagnostics.DiagnosticSource/10.0.0": { + "sha512": "0KdBK+h7G13PuOSC2R/DalAoFMvdYMznvGRuICtkdcUMXgl/gYXsG6z4yUvTxHSMACorWgHCU1Faq0KUHU6yAQ==", "type": "package", - "path": "system.diagnostics.diagnosticsource/8.0.1", + "path": "system.diagnostics.diagnosticsource/10.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/System.Diagnostics.DiagnosticSource.targets", "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/System.Diagnostics.DiagnosticSource.targets", + "lib/net10.0/System.Diagnostics.DiagnosticSource.dll", + "lib/net10.0/System.Diagnostics.DiagnosticSource.xml", "lib/net462/System.Diagnostics.DiagnosticSource.dll", "lib/net462/System.Diagnostics.DiagnosticSource.xml", - "lib/net6.0/System.Diagnostics.DiagnosticSource.dll", - "lib/net6.0/System.Diagnostics.DiagnosticSource.xml", - "lib/net7.0/System.Diagnostics.DiagnosticSource.dll", - "lib/net7.0/System.Diagnostics.DiagnosticSource.xml", "lib/net8.0/System.Diagnostics.DiagnosticSource.dll", "lib/net8.0/System.Diagnostics.DiagnosticSource.xml", + "lib/net9.0/System.Diagnostics.DiagnosticSource.dll", + "lib/net9.0/System.Diagnostics.DiagnosticSource.xml", "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll", "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.xml", - "system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512", + "system.diagnostics.diagnosticsource.10.0.0.nupkg.sha512", "system.diagnostics.diagnosticsource.nuspec", "useSharedDesignerContext.txt" ] @@ -747,12 +768,12 @@ }, "projectFileDependencyGroups": { "net9.0": [ - "Autofac >= 8.1.1", + "Autofac >= 9.0.0", "EventBus >= 1.0.0", "Microsoft.CSharp >= 4.7.0", - "Microsoft.Extensions.Logging >= 9.0.0", - "Newtonsoft.Json >= 13.0.3", - "Polly >= 8.5.0", + "Microsoft.Extensions.Logging >= 9.0.2", + "Newtonsoft.Json >= 13.0.4", + "Polly >= 8.6.5", "RabbitMQ.Client >= 6.8.1" ] }, @@ -805,7 +826,7 @@ "dependencies": { "Autofac": { "target": "Package", - "version": "[8.1.1, )" + "version": "[9.0.0, )" }, "Microsoft.CSharp": { "target": "Package", @@ -813,15 +834,15 @@ }, "Microsoft.Extensions.Logging": { "target": "Package", - "version": "[9.0.0, )" + "version": "[9.0.2, )" }, "Newtonsoft.Json": { "target": "Package", - "version": "[13.0.3, )" + "version": "[13.0.4, )" }, "Polly": { "target": "Package", - "version": "[8.5.0, )" + "version": "[8.6.5, )" }, "RabbitMQ.Client": { "target": "Package", diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/project.nuget.cache b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/project.nuget.cache index 976d180e..9908747d 100644 --- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/project.nuget.cache +++ b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/project.nuget.cache @@ -1,22 +1,22 @@ { "version": 2, - "dgSpecHash": "z13Mz4HACek=", + "dgSpecHash": "pMSbbNIll+U=", "success": true, "projectFilePath": "/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.csproj", "expectedPackageFiles": [ - "/home/runner/.nuget/packages/autofac/8.1.1/autofac.8.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/autofac/9.0.0/autofac.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.csharp/4.7.0/microsoft.csharp.4.7.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection/9.0.0/microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/9.0.0/microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging/9.0.0/microsoft.extensions.logging.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.abstractions/9.0.0/microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.options/9.0.0/microsoft.extensions.options.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.primitives/9.0.0/microsoft.extensions.primitives.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/newtonsoft.json/13.0.3/newtonsoft.json.13.0.3.nupkg.sha512", - "/home/runner/.nuget/packages/polly/8.5.0/polly.8.5.0.nupkg.sha512", - "/home/runner/.nuget/packages/polly.core/8.5.0/polly.core.8.5.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection/9.0.2/microsoft.extensions.dependencyinjection.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/9.0.2/microsoft.extensions.dependencyinjection.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging/9.0.2/microsoft.extensions.logging.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.abstractions/9.0.2/microsoft.extensions.logging.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.options/9.0.2/microsoft.extensions.options.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.primitives/9.0.2/microsoft.extensions.primitives.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/newtonsoft.json/13.0.4/newtonsoft.json.13.0.4.nupkg.sha512", + "/home/runner/.nuget/packages/polly/8.6.5/polly.8.6.5.nupkg.sha512", + "/home/runner/.nuget/packages/polly.core/8.6.5/polly.core.8.6.5.nupkg.sha512", "/home/runner/.nuget/packages/rabbitmq.client/6.8.1/rabbitmq.client.6.8.1.nupkg.sha512", - "/home/runner/.nuget/packages/system.diagnostics.diagnosticsource/8.0.1/system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/system.diagnostics.diagnosticsource/10.0.0/system.diagnostics.diagnosticsource.10.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.memory/4.5.5/system.memory.4.5.5.nupkg.sha512", "/home/runner/.nuget/packages/system.threading.channels/7.0.0/system.threading.channels.7.0.0.nupkg.sha512" ], diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/EventBusServiceBus.csproj b/src/BuildingBlocks/EventBus/EventBusServiceBus/EventBusServiceBus.csproj index dd37498e..3bd541e9 100644 --- a/src/BuildingBlocks/EventBus/EventBusServiceBus/EventBusServiceBus.csproj +++ b/src/BuildingBlocks/EventBus/EventBusServiceBus/EventBusServiceBus.csproj @@ -4,10 +4,10 @@ Microsoft.eShopOnContainers.BuildingBlocks.EventBusServiceBus - + - + diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net6.0/EventBus.dll b/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net6.0/EventBus.dll deleted file mode 100644 index 0e1d71e5..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net6.0/EventBus.dll and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net6.0/EventBus.pdb b/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net6.0/EventBus.pdb deleted file mode 100644 index d5c9163d..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net6.0/EventBus.pdb and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net6.0/EventBusServiceBus.deps.json b/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net6.0/EventBusServiceBus.deps.json deleted file mode 100644 index a33b1964..00000000 --- a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net6.0/EventBusServiceBus.deps.json +++ /dev/null @@ -1,1844 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": { - "EventBusServiceBus/1.0.0": { - "dependencies": { - "Autofac": "6.3.0", - "EventBus": "1.0.0", - "Microsoft.Azure.ServiceBus": "5.2.0", - "Microsoft.CSharp": "4.7.0", - "Microsoft.Extensions.Logging": "6.0.0" - }, - "runtime": { - "EventBusServiceBus.dll": {} - } - }, - "Autofac/6.3.0": { - "dependencies": { - "System.Diagnostics.DiagnosticSource": "6.0.0" - }, - "runtime": { - "lib/net5.0/Autofac.dll": { - "assemblyVersion": "6.3.0.0", - "fileVersion": "6.3.0.0" - } - } - }, - "Microsoft.Azure.Amqp/2.4.11": { - "dependencies": { - "System.Net.WebSockets.Client": "4.0.2", - "System.Runtime.Serialization.Primitives": "4.3.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Azure.Amqp.dll": { - "assemblyVersion": "2.4.0.0", - "fileVersion": "2.2.0.0" - } - } - }, - "Microsoft.Azure.ServiceBus/5.2.0": { - "dependencies": { - "Microsoft.Azure.Amqp": "2.4.11", - "Microsoft.Azure.Services.AppAuthentication": "1.0.3", - "Newtonsoft.Json": "13.0.1", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.IdentityModel.Tokens.Jwt": "5.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": { - "assemblyVersion": "5.2.0.0", - "fileVersion": "5.200.21.55702" - } - } - }, - "Microsoft.Azure.Services.AppAuthentication/1.0.3": { - "dependencies": { - "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2", - "NETStandard.Library": "1.6.1", - "System.Diagnostics.Process": "4.3.0" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": { - "assemblyVersion": "1.0.3.0", - "fileVersion": "1.0.3.0" - } - } - }, - "Microsoft.CSharp/4.7.0": {}, - "Microsoft.Extensions.DependencyInjection/6.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": { - "runtime": { - "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "Microsoft.Extensions.Logging/6.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "6.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "System.Diagnostics.DiagnosticSource": "6.0.0" - }, - "runtime": { - "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "Microsoft.Extensions.Logging.Abstractions/6.0.0": { - "runtime": { - "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "Microsoft.Extensions.Options/6.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - }, - "runtime": { - "lib/netstandard2.1/Microsoft.Extensions.Options.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "Microsoft.Extensions.Primitives/6.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.2": { - "dependencies": { - "NETStandard.Library": "1.6.1", - "System.Runtime.Serialization.Json": "4.0.2", - "System.Runtime.Serialization.Primitives": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": { - "assemblyVersion": "3.14.2.11", - "fileVersion": "3.14.40721.918" - }, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": { - "assemblyVersion": "3.14.2.11", - "fileVersion": "3.14.40721.918" - } - } - }, - "Microsoft.IdentityModel.JsonWebTokens/5.4.0": { - "dependencies": { - "Microsoft.IdentityModel.Tokens": "5.4.0", - "Newtonsoft.Json": "13.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll": { - "assemblyVersion": "5.4.0.0", - "fileVersion": "5.4.0.60123" - } - } - }, - "Microsoft.IdentityModel.Logging/5.4.0": { - "dependencies": { - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll": { - "assemblyVersion": "5.4.0.0", - "fileVersion": "5.4.0.60123" - } - } - }, - "Microsoft.IdentityModel.Tokens/5.4.0": { - "dependencies": { - "Microsoft.IdentityModel.Logging": "5.4.0", - "Newtonsoft.Json": "13.0.1", - "System.Collections": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Serialization.Xml": "4.3.0", - "System.Security.Claims": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll": { - "assemblyVersion": "5.4.0.0", - "fileVersion": "5.4.0.60123" - } - } - }, - "Microsoft.NETCore.Platforms/1.1.0": {}, - "Microsoft.NETCore.Targets/1.1.0": {}, - "Microsoft.Win32.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "NETStandard.Library/1.6.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json/13.0.1": { - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.1.25517" - } - } - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.native.System/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Compression/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Http/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {}, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "System.AppContext/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Collections/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Console/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Diagnostics.Debug/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource/6.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Diagnostics.Process/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "Microsoft.Win32.Registry": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Thread": "4.3.0", - "System.Threading.ThreadPool": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Diagnostics.Tools/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IdentityModel.Tokens.Jwt/5.4.0": { - "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "5.4.0", - "Microsoft.IdentityModel.Tokens": "5.4.0", - "Newtonsoft.Json": "13.0.1" - }, - "runtime": { - "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll": { - "assemblyVersion": "5.4.0.0", - "fileVersion": "5.4.0.60123" - } - } - }, - "System.IO/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile/4.3.0": { - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Linq/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Net.Http/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Net.WebHeaderCollection/4.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Net.WebSockets/4.0.0": { - "dependencies": { - "Microsoft.Win32.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Net.WebSockets.Client/4.0.2": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.WebHeaderCollection": "4.0.1", - "System.Net.WebSockets": "4.0.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Private.DataContractSerialization/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0", - "System.Xml.XmlDocument": "4.3.0", - "System.Xml.XmlSerializer": "4.3.0" - } - }, - "System.Reflection/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": {}, - "System.Runtime.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics/4.3.0": { - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Runtime.Serialization.Json/4.0.2": { - "dependencies": { - "System.IO": "4.3.0", - "System.Private.DataContractSerialization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Serialization.Primitives/4.3.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Serialization.Xml/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Private.DataContractSerialization": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Security.Claims/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Security.Principal": "4.3.0" - } - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Security.Cryptography.Csp/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Principal/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.RegularExpressions/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Tasks/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Thread/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading.ThreadPool/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Threading.Timer/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Xml.ReaderWriter/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XmlDocument/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XmlSerializer/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XmlDocument": "4.3.0" - } - }, - "EventBus/1.0.0": { - "dependencies": { - "Newtonsoft.Json": "13.0.1" - }, - "runtime": { - "EventBus.dll": {} - } - } - } - }, - "libraries": { - "EventBusServiceBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Autofac/6.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gO4bli0N8tDnBHzbYktcnbXlmN6T+IT5W+FUGgCUaM6pwwHXIxOPoUGvfGum7sZpJJgfQNgjFFv80ZPuARgRdA==", - "path": "autofac/6.3.0", - "hashPath": "autofac.6.3.0.nupkg.sha512" - }, - "Microsoft.Azure.Amqp/2.4.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7x5fu2f6TLQDDJS0sY5qW8/daFwJaY9O75YvU8RcUfRzbug+9YGjXUBxoRrprgyi0jxdBAMQL05p1s783SOSFQ==", - "path": "microsoft.azure.amqp/2.4.11", - "hashPath": "microsoft.azure.amqp.2.4.11.nupkg.sha512" - }, - "Microsoft.Azure.ServiceBus/5.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==", - "path": "microsoft.azure.servicebus/5.2.0", - "hashPath": "microsoft.azure.servicebus.5.2.0.nupkg.sha512" - }, - "Microsoft.Azure.Services.AppAuthentication/1.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==", - "path": "microsoft.azure.services.appauthentication/1.0.3", - "hashPath": "microsoft.azure.services.appauthentication.1.0.3.nupkg.sha512" - }, - "Microsoft.CSharp/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", - "path": "microsoft.csharp/4.7.0", - "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==", - "path": "microsoft.extensions.dependencyinjection/6.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/6.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==", - "path": "microsoft.extensions.logging/6.0.0", - "hashPath": "microsoft.extensions.logging.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/HggWBbTwy8TgebGSX5DBZ24ndhzi93sHUBDvP1IxbZD7FDokYzdAr6+vbWGjw2XAfR2EJ1sfKUotpjHnFWPxA==", - "path": "microsoft.extensions.logging.abstractions/6.0.0", - "hashPath": "microsoft.extensions.logging.abstractions.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==", - "path": "microsoft.extensions.options/6.0.0", - "hashPath": "microsoft.extensions.options.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==", - "path": "microsoft.extensions.primitives/6.0.0", - "hashPath": "microsoft.extensions.primitives.6.0.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==", - "path": "microsoft.identitymodel.clients.activedirectory/3.14.2", - "hashPath": "microsoft.identitymodel.clients.activedirectory.3.14.2.nupkg.sha512" - }, - "Microsoft.IdentityModel.JsonWebTokens/5.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CDIV/v6s7ZbNjk2Z9rgUP0TToBsIIbTauyosShTRzKRthNpyk6uWzlPQA9/gPXhYERugfhp/w75phDqpH093Pw==", - "path": "microsoft.identitymodel.jsonwebtokens/5.4.0", - "hashPath": "microsoft.identitymodel.jsonwebtokens.5.4.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Logging/5.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lkLmOqJN9ELf1m/+yvvnfm2cipP/RIKzHideQqH+hfFcZMkI4nn2PEOvw6VDpPzPg+31dqJm6W+rhoq5ewrEbA==", - "path": "microsoft.identitymodel.logging/5.4.0", - "hashPath": "microsoft.identitymodel.logging.5.4.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Tokens/5.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Lim2PqkdqLRbLqMaP0Hws8vmzmZVVg4sso5J2OwJi1/eE0PmfEbC22b3VeHhL5CRIYKPtzvbiyK/Ahu71/rdpA==", - "path": "microsoft.identitymodel.tokens/5.4.0", - "hashPath": "microsoft.identitymodel.tokens.5.4.0.nupkg.sha512" - }, - "Microsoft.NETCore.Platforms/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", - "path": "microsoft.netcore.platforms/1.1.0", - "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512" - }, - "Microsoft.NETCore.Targets/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", - "path": "microsoft.netcore.targets/1.1.0", - "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512" - }, - "Microsoft.Win32.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "path": "microsoft.win32.primitives/4.3.0", - "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512" - }, - "Microsoft.Win32.Registry/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Lw1/VwLH1yxz6SfFEjVRCN0pnflLEsWgnV4qsdJ512/HhTwnKXUG+zDQ4yTO3K/EJQemGoNaBHX5InISNKTzUQ==", - "path": "microsoft.win32.registry/4.3.0", - "hashPath": "microsoft.win32.registry.4.3.0.nupkg.sha512" - }, - "NETStandard.Library/1.6.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "path": "netstandard.library/1.6.1", - "hashPath": "netstandard.library.1.6.1.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==", - "path": "newtonsoft.json/13.0.1", - "hashPath": "newtonsoft.json.13.0.1.nupkg.sha512" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==", - "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==", - "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==", - "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.native.System/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "path": "runtime.native.system/4.3.0", - "hashPath": "runtime.native.system.4.3.0.nupkg.sha512" - }, - "runtime.native.System.IO.Compression/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "path": "runtime.native.system.io.compression/4.3.0", - "hashPath": "runtime.native.system.io.compression.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Net.Http/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "path": "runtime.native.system.net.http/4.3.0", - "hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "path": "runtime.native.system.security.cryptography.apple/4.3.0", - "hashPath": "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "path": "runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==", - "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==", - "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==", - "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0", - "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==", - "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==", - "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==", - "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==", - "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==", - "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "System.AppContext/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "path": "system.appcontext/4.3.0", - "hashPath": "system.appcontext.4.3.0.nupkg.sha512" - }, - "System.Buffers/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==", - "path": "system.buffers/4.3.0", - "hashPath": "system.buffers.4.3.0.nupkg.sha512" - }, - "System.Collections/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "path": "system.collections/4.3.0", - "hashPath": "system.collections.4.3.0.nupkg.sha512" - }, - "System.Collections.Concurrent/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "path": "system.collections.concurrent/4.3.0", - "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512" - }, - "System.Console/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "path": "system.console/4.3.0", - "hashPath": "system.console.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Debug/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "path": "system.diagnostics.debug/4.3.0", - "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.DiagnosticSource/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==", - "path": "system.diagnostics.diagnosticsource/6.0.0", - "hashPath": "system.diagnostics.diagnosticsource.6.0.0.nupkg.sha512" - }, - "System.Diagnostics.Process/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==", - "path": "system.diagnostics.process/4.3.0", - "hashPath": "system.diagnostics.process.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tools/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "path": "system.diagnostics.tools/4.3.0", - "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tracing/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "path": "system.diagnostics.tracing/4.3.0", - "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512" - }, - "System.Globalization/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "path": "system.globalization/4.3.0", - "hashPath": "system.globalization.4.3.0.nupkg.sha512" - }, - "System.Globalization.Calendars/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "path": "system.globalization.calendars/4.3.0", - "hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512" - }, - "System.Globalization.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "path": "system.globalization.extensions/4.3.0", - "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512" - }, - "System.IdentityModel.Tokens.Jwt/5.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3iSL/4C+K4d9k700URwCoAEXFesI1Ho0DP/QSr9nmzJZY69oi48qYlglXbl2zz3lB+XfgPiuYoSJ6qIdYBPFzQ==", - "path": "system.identitymodel.tokens.jwt/5.4.0", - "hashPath": "system.identitymodel.tokens.jwt.5.4.0.nupkg.sha512" - }, - "System.IO/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "path": "system.io/4.3.0", - "hashPath": "system.io.4.3.0.nupkg.sha512" - }, - "System.IO.Compression/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "path": "system.io.compression/4.3.0", - "hashPath": "system.io.compression.4.3.0.nupkg.sha512" - }, - "System.IO.Compression.ZipFile/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "path": "system.io.compression.zipfile/4.3.0", - "hashPath": "system.io.compression.zipfile.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "path": "system.io.filesystem/4.3.0", - "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "path": "system.io.filesystem.primitives/4.3.0", - "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512" - }, - "System.Linq/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "path": "system.linq/4.3.0", - "hashPath": "system.linq.4.3.0.nupkg.sha512" - }, - "System.Linq.Expressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "path": "system.linq.expressions/4.3.0", - "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512" - }, - "System.Net.Http/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "path": "system.net.http/4.3.0", - "hashPath": "system.net.http.4.3.0.nupkg.sha512" - }, - "System.Net.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "path": "system.net.primitives/4.3.0", - "hashPath": "system.net.primitives.4.3.0.nupkg.sha512" - }, - "System.Net.Sockets/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "path": "system.net.sockets/4.3.0", - "hashPath": "system.net.sockets.4.3.0.nupkg.sha512" - }, - "System.Net.WebHeaderCollection/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XX2TIAN+wBSAIV51BU2FvvXMdstUa8b0FBSZmDWjZdwUMmggQSifpTOZ5fNH20z9ZCg2fkV1L5SsZnpO2RQDRQ==", - "path": "system.net.webheadercollection/4.0.1", - "hashPath": "system.net.webheadercollection.4.0.1.nupkg.sha512" - }, - "System.Net.WebSockets/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2KJo8hir6Edi9jnMDAMhiJoI691xRBmKcbNpwjrvpIMOCTYOtBpSsSEGBxBDV7PKbasJNaFp1+PZz1D7xS41Hg==", - "path": "system.net.websockets/4.0.0", - "hashPath": "system.net.websockets.4.0.0.nupkg.sha512" - }, - "System.Net.WebSockets.Client/4.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NUCcDroX4lCQXgOrzlwIZ1u9YJ0krfyF0wk0ONnyLUmcQoEiYV2/OfUPRqUwQBbpH1BlGApkLgoQUwMqb5+c1g==", - "path": "system.net.websockets.client/4.0.2", - "hashPath": "system.net.websockets.client.4.0.2.nupkg.sha512" - }, - "System.ObjectModel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "path": "system.objectmodel/4.3.0", - "hashPath": "system.objectmodel.4.3.0.nupkg.sha512" - }, - "System.Private.DataContractSerialization/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yDaJ2x3mMmjdZEDB4IbezSnCsnjQ4BxinKhRAaP6kEgL6Bb6jANWphs5SzyD8imqeC/3FxgsuXT6ykkiH1uUmA==", - "path": "system.private.datacontractserialization/4.3.0", - "hashPath": "system.private.datacontractserialization.4.3.0.nupkg.sha512" - }, - "System.Reflection/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "path": "system.reflection/4.3.0", - "hashPath": "system.reflection.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "path": "system.reflection.emit/4.3.0", - "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "path": "system.reflection.emit.ilgeneration/4.3.0", - "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "path": "system.reflection.emit.lightweight/4.3.0", - "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512" - }, - "System.Reflection.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "path": "system.reflection.extensions/4.3.0", - "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512" - }, - "System.Reflection.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "path": "system.reflection.primitives/4.3.0", - "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512" - }, - "System.Reflection.TypeExtensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "path": "system.reflection.typeextensions/4.3.0", - "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512" - }, - "System.Resources.ResourceManager/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "path": "system.resources.resourcemanager/4.3.0", - "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512" - }, - "System.Runtime/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "path": "system.runtime/4.3.0", - "hashPath": "system.runtime.4.3.0.nupkg.sha512" - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", - "path": "system.runtime.compilerservices.unsafe/6.0.0", - "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512" - }, - "System.Runtime.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "path": "system.runtime.extensions/4.3.0", - "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512" - }, - "System.Runtime.Handles/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "path": "system.runtime.handles/4.3.0", - "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "path": "system.runtime.interopservices/4.3.0", - "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "path": "system.runtime.interopservices.runtimeinformation/4.3.0", - "hashPath": "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512" - }, - "System.Runtime.Numerics/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "path": "system.runtime.numerics/4.3.0", - "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512" - }, - "System.Runtime.Serialization.Json/4.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==", - "path": "system.runtime.serialization.json/4.0.2", - "hashPath": "system.runtime.serialization.json.4.0.2.nupkg.sha512" - }, - "System.Runtime.Serialization.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==", - "path": "system.runtime.serialization.primitives/4.3.0", - "hashPath": "system.runtime.serialization.primitives.4.3.0.nupkg.sha512" - }, - "System.Runtime.Serialization.Xml/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nUQx/5OVgrqEba3+j7OdiofvVq9koWZAC7Z3xGI8IIViZqApWnZ5+lLcwYgTlbkobrl/Rat+Jb8GeD4WQESD2A==", - "path": "system.runtime.serialization.xml/4.3.0", - "hashPath": "system.runtime.serialization.xml.4.3.0.nupkg.sha512" - }, - "System.Security.Claims/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-P/+BR/2lnc4PNDHt/TPBAWHVMLMRHsyYZbU1NphW4HIWzCggz8mJbTQQ3MKljFE7LS3WagmVFuBgoLcFzYXlkA==", - "path": "system.security.claims/4.3.0", - "hashPath": "system.security.claims.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "path": "system.security.cryptography.algorithms/4.3.0", - "hashPath": "system.security.cryptography.algorithms.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Cng/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", - "path": "system.security.cryptography.cng/4.3.0", - "hashPath": "system.security.cryptography.cng.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Csp/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "path": "system.security.cryptography.csp/4.3.0", - "hashPath": "system.security.cryptography.csp.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "path": "system.security.cryptography.encoding/4.3.0", - "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "path": "system.security.cryptography.openssl/4.3.0", - "hashPath": "system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "path": "system.security.cryptography.primitives/4.3.0", - "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "path": "system.security.cryptography.x509certificates/4.3.0", - "hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512" - }, - "System.Security.Principal/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-I1tkfQlAoMM2URscUtpcRo/hX0jinXx6a/KUtEQoz3owaYwl3qwsO8cbzYVVnjxrzxjHo3nJC+62uolgeGIS9A==", - "path": "system.security.principal/4.3.0", - "hashPath": "system.security.principal.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "path": "system.text.encoding/4.3.0", - "hashPath": "system.text.encoding.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "path": "system.text.encoding.extensions/4.3.0", - "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512" - }, - "System.Text.RegularExpressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "path": "system.text.regularexpressions/4.3.0", - "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512" - }, - "System.Threading/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "path": "system.threading/4.3.0", - "hashPath": "system.threading.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "path": "system.threading.tasks/4.3.0", - "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==", - "path": "system.threading.tasks.extensions/4.3.0", - "hashPath": "system.threading.tasks.extensions.4.3.0.nupkg.sha512" - }, - "System.Threading.Thread/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==", - "path": "system.threading.thread/4.3.0", - "hashPath": "system.threading.thread.4.3.0.nupkg.sha512" - }, - "System.Threading.ThreadPool/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==", - "path": "system.threading.threadpool/4.3.0", - "hashPath": "system.threading.threadpool.4.3.0.nupkg.sha512" - }, - "System.Threading.Timer/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "path": "system.threading.timer/4.3.0", - "hashPath": "system.threading.timer.4.3.0.nupkg.sha512" - }, - "System.Xml.ReaderWriter/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "path": "system.xml.readerwriter/4.3.0", - "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512" - }, - "System.Xml.XDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "path": "system.xml.xdocument/4.3.0", - "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512" - }, - "System.Xml.XmlDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==", - "path": "system.xml.xmldocument/4.3.0", - "hashPath": "system.xml.xmldocument.4.3.0.nupkg.sha512" - }, - "System.Xml.XmlSerializer/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MYoTCP7EZ98RrANESW05J5ZwskKDoN0AuZ06ZflnowE50LTpbR5yRg3tHckTVm5j/m47stuGgCrCHWePyHS70Q==", - "path": "system.xml.xmlserializer/4.3.0", - "hashPath": "system.xml.xmlserializer.4.3.0.nupkg.sha512" - }, - "EventBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net6.0/EventBusServiceBus.dll b/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net6.0/EventBusServiceBus.dll deleted file mode 100644 index 4e303a8e..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net6.0/EventBusServiceBus.dll and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net6.0/EventBusServiceBus.pdb b/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net6.0/EventBusServiceBus.pdb deleted file mode 100644 index 19a07411..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net6.0/EventBusServiceBus.pdb and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net8.0/EventBus.dll b/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net8.0/EventBus.dll deleted file mode 100644 index 5cef372d..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net8.0/EventBus.dll and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net8.0/EventBus.pdb b/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net8.0/EventBus.pdb deleted file mode 100644 index efcd48f9..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net8.0/EventBus.pdb and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net8.0/EventBusServiceBus.deps.json b/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net8.0/EventBusServiceBus.deps.json deleted file mode 100644 index 0b5e280e..00000000 --- a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net8.0/EventBusServiceBus.deps.json +++ /dev/null @@ -1,1829 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v8.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v8.0": { - "EventBusServiceBus/1.0.0": { - "dependencies": { - "Autofac": "8.0.0", - "EventBus": "1.0.0", - "Microsoft.Azure.ServiceBus": "5.2.0", - "Microsoft.CSharp": "4.7.0", - "Microsoft.Extensions.Logging": "8.0.0" - }, - "runtime": { - "EventBusServiceBus.dll": {} - } - }, - "Autofac/8.0.0": { - "dependencies": { - "System.Diagnostics.DiagnosticSource": "7.0.2" - }, - "runtime": { - "lib/net8.0/Autofac.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.0.0" - } - } - }, - "Microsoft.Azure.Amqp/2.4.11": { - "dependencies": { - "System.Net.WebSockets.Client": "4.0.2", - "System.Runtime.Serialization.Primitives": "4.3.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Azure.Amqp.dll": { - "assemblyVersion": "2.4.0.0", - "fileVersion": "2.2.0.0" - } - } - }, - "Microsoft.Azure.ServiceBus/5.2.0": { - "dependencies": { - "Microsoft.Azure.Amqp": "2.4.11", - "Microsoft.Azure.Services.AppAuthentication": "1.0.3", - "Newtonsoft.Json": "13.0.3", - "System.Diagnostics.DiagnosticSource": "7.0.2", - "System.IdentityModel.Tokens.Jwt": "5.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": { - "assemblyVersion": "5.2.0.0", - "fileVersion": "5.200.21.55702" - } - } - }, - "Microsoft.Azure.Services.AppAuthentication/1.0.3": { - "dependencies": { - "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2", - "NETStandard.Library": "1.6.1", - "System.Diagnostics.Process": "4.3.0" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": { - "assemblyVersion": "1.0.3.0", - "fileVersion": "1.0.3.0" - } - } - }, - "Microsoft.CSharp/4.7.0": {}, - "Microsoft.Extensions.DependencyInjection/8.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { - "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "Microsoft.Extensions.Logging/8.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0", - "Microsoft.Extensions.Options": "8.0.0" - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.Logging.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "Microsoft.Extensions.Logging.Abstractions/8.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "Microsoft.Extensions.Options/8.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Primitives": "8.0.0" - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.Options.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "Microsoft.Extensions.Primitives/8.0.0": { - "runtime": { - "lib/net8.0/Microsoft.Extensions.Primitives.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.2": { - "dependencies": { - "NETStandard.Library": "1.6.1", - "System.Runtime.Serialization.Json": "4.0.2", - "System.Runtime.Serialization.Primitives": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": { - "assemblyVersion": "3.14.2.11", - "fileVersion": "3.14.40721.918" - }, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": { - "assemblyVersion": "3.14.2.11", - "fileVersion": "3.14.40721.918" - } - } - }, - "Microsoft.IdentityModel.JsonWebTokens/5.4.0": { - "dependencies": { - "Microsoft.IdentityModel.Tokens": "5.4.0", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll": { - "assemblyVersion": "5.4.0.0", - "fileVersion": "5.4.0.60123" - } - } - }, - "Microsoft.IdentityModel.Logging/5.4.0": { - "dependencies": { - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll": { - "assemblyVersion": "5.4.0.0", - "fileVersion": "5.4.0.60123" - } - } - }, - "Microsoft.IdentityModel.Tokens/5.4.0": { - "dependencies": { - "Microsoft.IdentityModel.Logging": "5.4.0", - "Newtonsoft.Json": "13.0.3", - "System.Collections": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Serialization.Xml": "4.3.0", - "System.Security.Claims": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll": { - "assemblyVersion": "5.4.0.0", - "fileVersion": "5.4.0.60123" - } - } - }, - "Microsoft.NETCore.Platforms/1.1.0": {}, - "Microsoft.NETCore.Targets/1.1.0": {}, - "Microsoft.Win32.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "NETStandard.Library/1.6.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json/13.0.3": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" - } - } - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.native.System/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Compression/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Http/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {}, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "System.AppContext/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Collections/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Console/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Diagnostics.Debug/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource/7.0.2": {}, - "System.Diagnostics.Process/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "Microsoft.Win32.Registry": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Thread": "4.3.0", - "System.Threading.ThreadPool": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Diagnostics.Tools/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IdentityModel.Tokens.Jwt/5.4.0": { - "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "5.4.0", - "Microsoft.IdentityModel.Tokens": "5.4.0", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll": { - "assemblyVersion": "5.4.0.0", - "fileVersion": "5.4.0.60123" - } - } - }, - "System.IO/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile/4.3.0": { - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Linq/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Net.Http/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "7.0.2", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Net.WebHeaderCollection/4.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Net.WebSockets/4.0.0": { - "dependencies": { - "Microsoft.Win32.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Net.WebSockets.Client/4.0.2": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.WebHeaderCollection": "4.0.1", - "System.Net.WebSockets": "4.0.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Private.DataContractSerialization/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0", - "System.Xml.XmlDocument": "4.3.0", - "System.Xml.XmlSerializer": "4.3.0" - } - }, - "System.Reflection/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics/4.3.0": { - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Runtime.Serialization.Json/4.0.2": { - "dependencies": { - "System.IO": "4.3.0", - "System.Private.DataContractSerialization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Serialization.Primitives/4.3.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Serialization.Xml/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Private.DataContractSerialization": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Security.Claims/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Security.Principal": "4.3.0" - } - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Security.Cryptography.Csp/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Principal/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.RegularExpressions/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Tasks/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Thread/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading.ThreadPool/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Threading.Timer/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Xml.ReaderWriter/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XmlDocument/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XmlSerializer/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XmlDocument": "4.3.0" - } - }, - "EventBus/1.0.0": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "EventBus.dll": {} - } - } - } - }, - "libraries": { - "EventBusServiceBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Autofac/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qxVqJcl3fixxa5aZc9TmIuYTwooI9GCL5RzfUiTZtTlbAF3NcWz7bPeEyJEAyS/0qGhSyGnXeku2eiu/7L+3qw==", - "path": "autofac/8.0.0", - "hashPath": "autofac.8.0.0.nupkg.sha512" - }, - "Microsoft.Azure.Amqp/2.4.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7x5fu2f6TLQDDJS0sY5qW8/daFwJaY9O75YvU8RcUfRzbug+9YGjXUBxoRrprgyi0jxdBAMQL05p1s783SOSFQ==", - "path": "microsoft.azure.amqp/2.4.11", - "hashPath": "microsoft.azure.amqp.2.4.11.nupkg.sha512" - }, - "Microsoft.Azure.ServiceBus/5.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==", - "path": "microsoft.azure.servicebus/5.2.0", - "hashPath": "microsoft.azure.servicebus.5.2.0.nupkg.sha512" - }, - "Microsoft.Azure.Services.AppAuthentication/1.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==", - "path": "microsoft.azure.services.appauthentication/1.0.3", - "hashPath": "microsoft.azure.services.appauthentication.1.0.3.nupkg.sha512" - }, - "Microsoft.CSharp/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", - "path": "microsoft.csharp/4.7.0", - "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-V8S3bsm50ig6JSyrbcJJ8bW2b9QLGouz+G1miK3UTaOWmMtFwNNNzUf4AleyDWUmTrWMLNnFSLEQtxmxgNQnNQ==", - "path": "microsoft.extensions.dependencyinjection/8.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.8.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cjWrLkJXK0rs4zofsK4bSdg+jhDLTaxrkXu4gS6Y7MAlCvRyNNgwY/lJi5RDlQOnSZweHqoyvgvbdvQsRIW+hg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tvRkov9tAJ3xP51LCv3FJ2zINmv1P8Hi8lhhtcKGqM+ImiTCC84uOPEI4z8Cdq2C3o9e+Aa0Gw0rmrsJD77W+w==", - "path": "microsoft.extensions.logging/8.0.0", - "hashPath": "microsoft.extensions.logging.8.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-arDBqTgFCyS0EvRV7O3MZturChstm50OJ0y9bDJvAcmEPJm0FFpFyjU/JLYyStNGGey081DvnQYlncNX5SJJGA==", - "path": "microsoft.extensions.logging.abstractions/8.0.0", - "hashPath": "microsoft.extensions.logging.abstractions.8.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JOVOfqpnqlVLUzINQ2fox8evY2SKLYJ3BV8QDe/Jyp21u1T7r45x/R/5QdteURMR5r01GxeJSBBUOCOyaNXA3g==", - "path": "microsoft.extensions.options/8.0.0", - "hashPath": "microsoft.extensions.options.8.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==", - "path": "microsoft.extensions.primitives/8.0.0", - "hashPath": "microsoft.extensions.primitives.8.0.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==", - "path": "microsoft.identitymodel.clients.activedirectory/3.14.2", - "hashPath": "microsoft.identitymodel.clients.activedirectory.3.14.2.nupkg.sha512" - }, - "Microsoft.IdentityModel.JsonWebTokens/5.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CDIV/v6s7ZbNjk2Z9rgUP0TToBsIIbTauyosShTRzKRthNpyk6uWzlPQA9/gPXhYERugfhp/w75phDqpH093Pw==", - "path": "microsoft.identitymodel.jsonwebtokens/5.4.0", - "hashPath": "microsoft.identitymodel.jsonwebtokens.5.4.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Logging/5.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lkLmOqJN9ELf1m/+yvvnfm2cipP/RIKzHideQqH+hfFcZMkI4nn2PEOvw6VDpPzPg+31dqJm6W+rhoq5ewrEbA==", - "path": "microsoft.identitymodel.logging/5.4.0", - "hashPath": "microsoft.identitymodel.logging.5.4.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Tokens/5.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Lim2PqkdqLRbLqMaP0Hws8vmzmZVVg4sso5J2OwJi1/eE0PmfEbC22b3VeHhL5CRIYKPtzvbiyK/Ahu71/rdpA==", - "path": "microsoft.identitymodel.tokens/5.4.0", - "hashPath": "microsoft.identitymodel.tokens.5.4.0.nupkg.sha512" - }, - "Microsoft.NETCore.Platforms/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", - "path": "microsoft.netcore.platforms/1.1.0", - "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512" - }, - "Microsoft.NETCore.Targets/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", - "path": "microsoft.netcore.targets/1.1.0", - "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512" - }, - "Microsoft.Win32.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "path": "microsoft.win32.primitives/4.3.0", - "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512" - }, - "Microsoft.Win32.Registry/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Lw1/VwLH1yxz6SfFEjVRCN0pnflLEsWgnV4qsdJ512/HhTwnKXUG+zDQ4yTO3K/EJQemGoNaBHX5InISNKTzUQ==", - "path": "microsoft.win32.registry/4.3.0", - "hashPath": "microsoft.win32.registry.4.3.0.nupkg.sha512" - }, - "NETStandard.Library/1.6.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "path": "netstandard.library/1.6.1", - "hashPath": "netstandard.library.1.6.1.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "path": "newtonsoft.json/13.0.3", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==", - "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==", - "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==", - "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.native.System/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "path": "runtime.native.system/4.3.0", - "hashPath": "runtime.native.system.4.3.0.nupkg.sha512" - }, - "runtime.native.System.IO.Compression/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "path": "runtime.native.system.io.compression/4.3.0", - "hashPath": "runtime.native.system.io.compression.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Net.Http/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "path": "runtime.native.system.net.http/4.3.0", - "hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "path": "runtime.native.system.security.cryptography.apple/4.3.0", - "hashPath": "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "path": "runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==", - "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==", - "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==", - "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0", - "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==", - "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==", - "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==", - "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==", - "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==", - "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "System.AppContext/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "path": "system.appcontext/4.3.0", - "hashPath": "system.appcontext.4.3.0.nupkg.sha512" - }, - "System.Buffers/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==", - "path": "system.buffers/4.3.0", - "hashPath": "system.buffers.4.3.0.nupkg.sha512" - }, - "System.Collections/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "path": "system.collections/4.3.0", - "hashPath": "system.collections.4.3.0.nupkg.sha512" - }, - "System.Collections.Concurrent/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "path": "system.collections.concurrent/4.3.0", - "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512" - }, - "System.Console/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "path": "system.console/4.3.0", - "hashPath": "system.console.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Debug/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "path": "system.diagnostics.debug/4.3.0", - "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.DiagnosticSource/7.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hYr3I9N9811e0Bjf2WNwAGGyTuAFbbTgX1RPLt/3Wbm68x3IGcX5Cl75CMmgT6WlNwLQ2tCCWfqYPpypjaf2xA==", - "path": "system.diagnostics.diagnosticsource/7.0.2", - "hashPath": "system.diagnostics.diagnosticsource.7.0.2.nupkg.sha512" - }, - "System.Diagnostics.Process/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==", - "path": "system.diagnostics.process/4.3.0", - "hashPath": "system.diagnostics.process.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tools/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "path": "system.diagnostics.tools/4.3.0", - "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tracing/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "path": "system.diagnostics.tracing/4.3.0", - "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512" - }, - "System.Globalization/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "path": "system.globalization/4.3.0", - "hashPath": "system.globalization.4.3.0.nupkg.sha512" - }, - "System.Globalization.Calendars/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "path": "system.globalization.calendars/4.3.0", - "hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512" - }, - "System.Globalization.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "path": "system.globalization.extensions/4.3.0", - "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512" - }, - "System.IdentityModel.Tokens.Jwt/5.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3iSL/4C+K4d9k700URwCoAEXFesI1Ho0DP/QSr9nmzJZY69oi48qYlglXbl2zz3lB+XfgPiuYoSJ6qIdYBPFzQ==", - "path": "system.identitymodel.tokens.jwt/5.4.0", - "hashPath": "system.identitymodel.tokens.jwt.5.4.0.nupkg.sha512" - }, - "System.IO/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "path": "system.io/4.3.0", - "hashPath": "system.io.4.3.0.nupkg.sha512" - }, - "System.IO.Compression/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "path": "system.io.compression/4.3.0", - "hashPath": "system.io.compression.4.3.0.nupkg.sha512" - }, - "System.IO.Compression.ZipFile/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "path": "system.io.compression.zipfile/4.3.0", - "hashPath": "system.io.compression.zipfile.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "path": "system.io.filesystem/4.3.0", - "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "path": "system.io.filesystem.primitives/4.3.0", - "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512" - }, - "System.Linq/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "path": "system.linq/4.3.0", - "hashPath": "system.linq.4.3.0.nupkg.sha512" - }, - "System.Linq.Expressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "path": "system.linq.expressions/4.3.0", - "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512" - }, - "System.Net.Http/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "path": "system.net.http/4.3.0", - "hashPath": "system.net.http.4.3.0.nupkg.sha512" - }, - "System.Net.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "path": "system.net.primitives/4.3.0", - "hashPath": "system.net.primitives.4.3.0.nupkg.sha512" - }, - "System.Net.Sockets/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "path": "system.net.sockets/4.3.0", - "hashPath": "system.net.sockets.4.3.0.nupkg.sha512" - }, - "System.Net.WebHeaderCollection/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XX2TIAN+wBSAIV51BU2FvvXMdstUa8b0FBSZmDWjZdwUMmggQSifpTOZ5fNH20z9ZCg2fkV1L5SsZnpO2RQDRQ==", - "path": "system.net.webheadercollection/4.0.1", - "hashPath": "system.net.webheadercollection.4.0.1.nupkg.sha512" - }, - "System.Net.WebSockets/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2KJo8hir6Edi9jnMDAMhiJoI691xRBmKcbNpwjrvpIMOCTYOtBpSsSEGBxBDV7PKbasJNaFp1+PZz1D7xS41Hg==", - "path": "system.net.websockets/4.0.0", - "hashPath": "system.net.websockets.4.0.0.nupkg.sha512" - }, - "System.Net.WebSockets.Client/4.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NUCcDroX4lCQXgOrzlwIZ1u9YJ0krfyF0wk0ONnyLUmcQoEiYV2/OfUPRqUwQBbpH1BlGApkLgoQUwMqb5+c1g==", - "path": "system.net.websockets.client/4.0.2", - "hashPath": "system.net.websockets.client.4.0.2.nupkg.sha512" - }, - "System.ObjectModel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "path": "system.objectmodel/4.3.0", - "hashPath": "system.objectmodel.4.3.0.nupkg.sha512" - }, - "System.Private.DataContractSerialization/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yDaJ2x3mMmjdZEDB4IbezSnCsnjQ4BxinKhRAaP6kEgL6Bb6jANWphs5SzyD8imqeC/3FxgsuXT6ykkiH1uUmA==", - "path": "system.private.datacontractserialization/4.3.0", - "hashPath": "system.private.datacontractserialization.4.3.0.nupkg.sha512" - }, - "System.Reflection/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "path": "system.reflection/4.3.0", - "hashPath": "system.reflection.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "path": "system.reflection.emit/4.3.0", - "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "path": "system.reflection.emit.ilgeneration/4.3.0", - "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "path": "system.reflection.emit.lightweight/4.3.0", - "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512" - }, - "System.Reflection.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "path": "system.reflection.extensions/4.3.0", - "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512" - }, - "System.Reflection.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "path": "system.reflection.primitives/4.3.0", - "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512" - }, - "System.Reflection.TypeExtensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "path": "system.reflection.typeextensions/4.3.0", - "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512" - }, - "System.Resources.ResourceManager/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "path": "system.resources.resourcemanager/4.3.0", - "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512" - }, - "System.Runtime/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "path": "system.runtime/4.3.0", - "hashPath": "system.runtime.4.3.0.nupkg.sha512" - }, - "System.Runtime.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "path": "system.runtime.extensions/4.3.0", - "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512" - }, - "System.Runtime.Handles/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "path": "system.runtime.handles/4.3.0", - "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "path": "system.runtime.interopservices/4.3.0", - "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "path": "system.runtime.interopservices.runtimeinformation/4.3.0", - "hashPath": "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512" - }, - "System.Runtime.Numerics/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "path": "system.runtime.numerics/4.3.0", - "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512" - }, - "System.Runtime.Serialization.Json/4.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==", - "path": "system.runtime.serialization.json/4.0.2", - "hashPath": "system.runtime.serialization.json.4.0.2.nupkg.sha512" - }, - "System.Runtime.Serialization.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==", - "path": "system.runtime.serialization.primitives/4.3.0", - "hashPath": "system.runtime.serialization.primitives.4.3.0.nupkg.sha512" - }, - "System.Runtime.Serialization.Xml/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nUQx/5OVgrqEba3+j7OdiofvVq9koWZAC7Z3xGI8IIViZqApWnZ5+lLcwYgTlbkobrl/Rat+Jb8GeD4WQESD2A==", - "path": "system.runtime.serialization.xml/4.3.0", - "hashPath": "system.runtime.serialization.xml.4.3.0.nupkg.sha512" - }, - "System.Security.Claims/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-P/+BR/2lnc4PNDHt/TPBAWHVMLMRHsyYZbU1NphW4HIWzCggz8mJbTQQ3MKljFE7LS3WagmVFuBgoLcFzYXlkA==", - "path": "system.security.claims/4.3.0", - "hashPath": "system.security.claims.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "path": "system.security.cryptography.algorithms/4.3.0", - "hashPath": "system.security.cryptography.algorithms.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Cng/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", - "path": "system.security.cryptography.cng/4.3.0", - "hashPath": "system.security.cryptography.cng.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Csp/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "path": "system.security.cryptography.csp/4.3.0", - "hashPath": "system.security.cryptography.csp.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "path": "system.security.cryptography.encoding/4.3.0", - "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "path": "system.security.cryptography.openssl/4.3.0", - "hashPath": "system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "path": "system.security.cryptography.primitives/4.3.0", - "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "path": "system.security.cryptography.x509certificates/4.3.0", - "hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512" - }, - "System.Security.Principal/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-I1tkfQlAoMM2URscUtpcRo/hX0jinXx6a/KUtEQoz3owaYwl3qwsO8cbzYVVnjxrzxjHo3nJC+62uolgeGIS9A==", - "path": "system.security.principal/4.3.0", - "hashPath": "system.security.principal.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "path": "system.text.encoding/4.3.0", - "hashPath": "system.text.encoding.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "path": "system.text.encoding.extensions/4.3.0", - "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512" - }, - "System.Text.RegularExpressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "path": "system.text.regularexpressions/4.3.0", - "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512" - }, - "System.Threading/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "path": "system.threading/4.3.0", - "hashPath": "system.threading.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "path": "system.threading.tasks/4.3.0", - "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==", - "path": "system.threading.tasks.extensions/4.3.0", - "hashPath": "system.threading.tasks.extensions.4.3.0.nupkg.sha512" - }, - "System.Threading.Thread/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==", - "path": "system.threading.thread/4.3.0", - "hashPath": "system.threading.thread.4.3.0.nupkg.sha512" - }, - "System.Threading.ThreadPool/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==", - "path": "system.threading.threadpool/4.3.0", - "hashPath": "system.threading.threadpool.4.3.0.nupkg.sha512" - }, - "System.Threading.Timer/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "path": "system.threading.timer/4.3.0", - "hashPath": "system.threading.timer.4.3.0.nupkg.sha512" - }, - "System.Xml.ReaderWriter/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "path": "system.xml.readerwriter/4.3.0", - "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512" - }, - "System.Xml.XDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "path": "system.xml.xdocument/4.3.0", - "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512" - }, - "System.Xml.XmlDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==", - "path": "system.xml.xmldocument/4.3.0", - "hashPath": "system.xml.xmldocument.4.3.0.nupkg.sha512" - }, - "System.Xml.XmlSerializer/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MYoTCP7EZ98RrANESW05J5ZwskKDoN0AuZ06ZflnowE50LTpbR5yRg3tHckTVm5j/m47stuGgCrCHWePyHS70Q==", - "path": "system.xml.xmlserializer/4.3.0", - "hashPath": "system.xml.xmlserializer.4.3.0.nupkg.sha512" - }, - "EventBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net8.0/EventBusServiceBus.dll b/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net8.0/EventBusServiceBus.dll deleted file mode 100644 index 09f83134..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net8.0/EventBusServiceBus.dll and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net8.0/EventBusServiceBus.pdb b/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net8.0/EventBusServiceBus.pdb deleted file mode 100644 index d995b73b..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net8.0/EventBusServiceBus.pdb and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net9.0/EventBus.dll b/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net9.0/EventBus.dll index e9cbfb47..3161bd3f 100644 Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net9.0/EventBus.dll and b/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net9.0/EventBus.dll differ diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net9.0/EventBus.pdb b/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net9.0/EventBus.pdb index c52e9fb9..5e2c8e54 100644 Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net9.0/EventBus.pdb and b/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net9.0/EventBus.pdb differ diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net9.0/EventBusServiceBus.deps.json b/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net9.0/EventBusServiceBus.deps.json index cd49d311..82e9ae8f 100644 --- a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net9.0/EventBusServiceBus.deps.json +++ b/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net9.0/EventBusServiceBus.deps.json @@ -8,20 +8,23 @@ ".NETCoreApp,Version=v9.0": { "EventBusServiceBus/1.0.0": { "dependencies": { - "Autofac": "8.1.1", + "Autofac": "9.0.0", "EventBus": "1.0.0", "Microsoft.Azure.ServiceBus": "5.2.0", - "Microsoft.Extensions.Logging": "9.0.0" + "Microsoft.Extensions.Logging": "9.0.2" }, "runtime": { "EventBusServiceBus.dll": {} } }, - "Autofac/8.1.1": { + "Autofac/9.0.0": { + "dependencies": { + "System.Diagnostics.DiagnosticSource": "10.0.0" + }, "runtime": { "lib/net8.0/Autofac.dll": { - "assemblyVersion": "8.1.1.0", - "fileVersion": "8.1.1.0" + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.0.0" } } }, @@ -37,7 +40,8 @@ "dependencies": { "Microsoft.Azure.Amqp": "2.4.11", "Microsoft.Azure.Services.AppAuthentication": "1.0.3", - "Newtonsoft.Json": "13.0.3", + "Newtonsoft.Json": "13.0.4", + "System.Diagnostics.DiagnosticSource": "10.0.0", "System.IdentityModel.Tokens.Jwt": "5.4.0" }, "runtime": { @@ -58,66 +62,66 @@ } } }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { + "Microsoft.Extensions.DependencyInjection/9.0.2": { "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2" }, "runtime": { "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll": { "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" + "fileVersion": "9.0.225.6610" } } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { + "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.2": { "runtime": { "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" + "fileVersion": "9.0.225.6610" } } }, - "Microsoft.Extensions.Logging/9.0.0": { + "Microsoft.Extensions.Logging/9.0.2": { "dependencies": { - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" + "Microsoft.Extensions.DependencyInjection": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" }, "runtime": { "lib/net9.0/Microsoft.Extensions.Logging.dll": { "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" + "fileVersion": "9.0.225.6610" } } }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { + "Microsoft.Extensions.Logging.Abstractions/9.0.2": { "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2" }, "runtime": { "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": { "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" + "fileVersion": "9.0.225.6610" } } }, - "Microsoft.Extensions.Options/9.0.0": { + "Microsoft.Extensions.Options/9.0.2": { "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "runtime": { "lib/net9.0/Microsoft.Extensions.Options.dll": { "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" + "fileVersion": "9.0.225.6610" } } }, - "Microsoft.Extensions.Primitives/9.0.0": { + "Microsoft.Extensions.Primitives/9.0.2": { "runtime": { "lib/net9.0/Microsoft.Extensions.Primitives.dll": { "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" + "fileVersion": "9.0.225.6610" } } }, @@ -136,7 +140,7 @@ "Microsoft.IdentityModel.JsonWebTokens/5.4.0": { "dependencies": { "Microsoft.IdentityModel.Tokens": "5.4.0", - "Newtonsoft.Json": "13.0.3" + "Newtonsoft.Json": "13.0.4" }, "runtime": { "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll": { @@ -156,7 +160,7 @@ "Microsoft.IdentityModel.Tokens/5.4.0": { "dependencies": { "Microsoft.IdentityModel.Logging": "5.4.0", - "Newtonsoft.Json": "13.0.3" + "Newtonsoft.Json": "13.0.4" }, "runtime": { "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll": { @@ -165,11 +169,19 @@ } } }, - "Newtonsoft.Json/13.0.3": { + "Newtonsoft.Json/13.0.4": { "runtime": { "lib/net6.0/Newtonsoft.Json.dll": { "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" + "fileVersion": "13.0.4.30916" + } + } + }, + "System.Diagnostics.DiagnosticSource/10.0.0": { + "runtime": { + "lib/net9.0/System.Diagnostics.DiagnosticSource.dll": { + "assemblyVersion": "10.0.0.0", + "fileVersion": "10.0.25.52411" } } }, @@ -177,7 +189,7 @@ "dependencies": { "Microsoft.IdentityModel.JsonWebTokens": "5.4.0", "Microsoft.IdentityModel.Tokens": "5.4.0", - "Newtonsoft.Json": "13.0.3" + "Newtonsoft.Json": "13.0.4" }, "runtime": { "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll": { @@ -188,7 +200,7 @@ }, "EventBus/1.0.0": { "dependencies": { - "Newtonsoft.Json": "13.0.3" + "Newtonsoft.Json": "13.0.4" }, "runtime": { "EventBus.dll": { @@ -205,12 +217,12 @@ "serviceable": false, "sha512": "" }, - "Autofac/8.1.1": { + "Autofac/9.0.0": { "type": "package", "serviceable": true, - "sha512": "sha512-lhHjVB/XJtxPDUQ/FAHWAC7Spu+P9TNfDbyx2W0ABqD1eTRo7TkcZ7l7Oq1S5pKNg7NXswdk9uH73qbOzSwQFA==", - "path": "autofac/8.1.1", - "hashPath": "autofac.8.1.1.nupkg.sha512" + "sha512": "sha512-G8TpUMVIq1pEAMuAao8h5MKduY91SotjgK93wQb5LaxbJUVE0/XjCA6t2SOp+AkPC3GB/C2MAiF2D7krYjraFw==", + "path": "autofac/9.0.0", + "hashPath": "autofac.9.0.0.nupkg.sha512" }, "Microsoft.Azure.Amqp/2.4.11": { "type": "package", @@ -233,47 +245,47 @@ "path": "microsoft.azure.services.appauthentication/1.0.3", "hashPath": "microsoft.azure.services.appauthentication.1.0.3.nupkg.sha512" }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { + "Microsoft.Extensions.DependencyInjection/9.0.2": { "type": "package", "serviceable": true, - "sha512": "sha512-MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==", - "path": "microsoft.extensions.dependencyinjection/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512" + "sha512": "sha512-ZffbJrskOZ40JTzcTyKwFHS5eACSWp2bUQBBApIgGV+es8RaTD4OxUG7XxFr3RIPLXtYQ1jQzF2DjKB5fZn7Qg==", + "path": "microsoft.extensions.dependencyinjection/9.0.2", + "hashPath": "microsoft.extensions.dependencyinjection.9.0.2.nupkg.sha512" }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { + "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.2": { "type": "package", "serviceable": true, - "sha512": "sha512-+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512" + "sha512": "sha512-MNe7GSTBf3jQx5vYrXF0NZvn6l7hUKF6J54ENfAgCO8y6xjN1XUmKKWG464LP2ye6QqDiA1dkaWEZBYnhoZzjg==", + "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.2", + "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.2.nupkg.sha512" }, - "Microsoft.Extensions.Logging/9.0.0": { + "Microsoft.Extensions.Logging/9.0.2": { "type": "package", "serviceable": true, - "sha512": "sha512-crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==", - "path": "microsoft.extensions.logging/9.0.0", - "hashPath": "microsoft.extensions.logging.9.0.0.nupkg.sha512" + "sha512": "sha512-loV/0UNpt2bD+6kCDzFALVE63CDtqzPeC0LAetkdhiEr/tTNbvOlQ7CBResH7BQBd3cikrwiBfaHdyHMFUlc2g==", + "path": "microsoft.extensions.logging/9.0.2", + "hashPath": "microsoft.extensions.logging.9.0.2.nupkg.sha512" }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { + "Microsoft.Extensions.Logging.Abstractions/9.0.2": { "type": "package", "serviceable": true, - "sha512": "sha512-g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==", - "path": "microsoft.extensions.logging.abstractions/9.0.0", - "hashPath": "microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512" + "sha512": "sha512-dV9s2Lamc8jSaqhl2BQSPn/AryDIH2sSbQUyLitLXV0ROmsb+SROnn2cH939JFbsNrnf3mIM3GNRKT7P0ldwLg==", + "path": "microsoft.extensions.logging.abstractions/9.0.2", + "hashPath": "microsoft.extensions.logging.abstractions.9.0.2.nupkg.sha512" }, - "Microsoft.Extensions.Options/9.0.0": { + "Microsoft.Extensions.Options/9.0.2": { "type": "package", "serviceable": true, - "sha512": "sha512-y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==", - "path": "microsoft.extensions.options/9.0.0", - "hashPath": "microsoft.extensions.options.9.0.0.nupkg.sha512" + "sha512": "sha512-zr98z+AN8+isdmDmQRuEJ/DAKZGUTHmdv3t0ZzjHvNqvA44nAgkXE9kYtfoN6581iALChhVaSw2Owt+Z2lVbkQ==", + "path": "microsoft.extensions.options/9.0.2", + "hashPath": "microsoft.extensions.options.9.0.2.nupkg.sha512" }, - "Microsoft.Extensions.Primitives/9.0.0": { + "Microsoft.Extensions.Primitives/9.0.2": { "type": "package", "serviceable": true, - "sha512": "sha512-N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==", - "path": "microsoft.extensions.primitives/9.0.0", - "hashPath": "microsoft.extensions.primitives.9.0.0.nupkg.sha512" + "sha512": "sha512-puBMtKe/wLuYa7H6docBkLlfec+h8L35DXqsDKKJgW0WY5oCwJ3cBJKcDaZchv6knAyqOMfsl6VUbaR++E5LXA==", + "path": "microsoft.extensions.primitives/9.0.2", + "hashPath": "microsoft.extensions.primitives.9.0.2.nupkg.sha512" }, "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.2": { "type": "package", @@ -303,12 +315,19 @@ "path": "microsoft.identitymodel.tokens/5.4.0", "hashPath": "microsoft.identitymodel.tokens.5.4.0.nupkg.sha512" }, - "Newtonsoft.Json/13.0.3": { + "Newtonsoft.Json/13.0.4": { + "type": "package", + "serviceable": true, + "sha512": "sha512-pdgNNMai3zv51W5aq268sujXUyx7SNdE2bj1wZcWjAQrKMFZV260lbqYop1d2GM67JI1huLRwxo9ZqnfF/lC6A==", + "path": "newtonsoft.json/13.0.4", + "hashPath": "newtonsoft.json.13.0.4.nupkg.sha512" + }, + "System.Diagnostics.DiagnosticSource/10.0.0": { "type": "package", "serviceable": true, - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "path": "newtonsoft.json/13.0.3", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" + "sha512": "sha512-0KdBK+h7G13PuOSC2R/DalAoFMvdYMznvGRuICtkdcUMXgl/gYXsG6z4yUvTxHSMACorWgHCU1Faq0KUHU6yAQ==", + "path": "system.diagnostics.diagnosticsource/10.0.0", + "hashPath": "system.diagnostics.diagnosticsource.10.0.0.nupkg.sha512" }, "System.IdentityModel.Tokens.Jwt/5.4.0": { "type": "package", diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net9.0/EventBusServiceBus.dll b/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net9.0/EventBusServiceBus.dll index 4ad7feac..003c2515 100644 Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net9.0/EventBusServiceBus.dll and b/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net9.0/EventBusServiceBus.dll differ diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net9.0/EventBusServiceBus.pdb b/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net9.0/EventBusServiceBus.pdb index e83f7207..9a5194da 100644 Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net9.0/EventBusServiceBus.pdb and b/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net9.0/EventBusServiceBus.pdb differ diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index 36203c72..00000000 --- a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.AssemblyInfo.cs b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.AssemblyInfo.cs deleted file mode 100644 index 3f80b834..00000000 --- a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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("EventBusServiceBus")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("EventBusServiceBus")] -[assembly: System.Reflection.AssemblyTitleAttribute("EventBusServiceBus")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.AssemblyInfoInputs.cache b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.AssemblyInfoInputs.cache deleted file mode 100644 index dc878a67..00000000 --- a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -234859dd0572e155c9ec6e43703b99ec8bd06787 diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.GeneratedMSBuildEditorConfig.editorconfig b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index e9ecc099..00000000 --- a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,10 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = Microsoft.eShopOnContainers.BuildingBlocks.EventBusServiceBus -build_property.ProjectDir = /workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusServiceBus/ diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.assets.cache b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.assets.cache deleted file mode 100644 index c9336089..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.assets.cache and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.csproj.AssemblyReference.cache b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.csproj.AssemblyReference.cache deleted file mode 100644 index 8512c2aa..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.csproj.CopyComplete b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.csproj.CopyComplete deleted file mode 100644 index e69de29b..00000000 diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.csproj.CoreCompileInputs.cache b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.csproj.CoreCompileInputs.cache deleted file mode 100644 index a9fcafa4..00000000 --- a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -074fda694662f152968dcd79cd5bc7c08f472aae diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.csproj.FileListAbsolute.txt b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.csproj.FileListAbsolute.txt deleted file mode 100644 index 4d34a623..00000000 --- a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,15 +0,0 @@ -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net6.0/EventBusServiceBus.deps.json -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net6.0/EventBusServiceBus.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net6.0/EventBusServiceBus.pdb -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net6.0/EventBus.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net6.0/EventBus.pdb -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.csproj.AssemblyReference.cache -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.GeneratedMSBuildEditorConfig.editorconfig -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.AssemblyInfoInputs.cache -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.AssemblyInfo.cs -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.csproj.CoreCompileInputs.cache -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.csproj.CopyComplete -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/refint/EventBusServiceBus.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.pdb -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/ref/EventBusServiceBus.dll diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.dll b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.dll deleted file mode 100644 index 4e303a8e..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.dll and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.pdb b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.pdb deleted file mode 100644 index 19a07411..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.pdb and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/ref/EventBusServiceBus.dll b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/ref/EventBusServiceBus.dll deleted file mode 100644 index 22371c80..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/ref/EventBusServiceBus.dll and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/refint/EventBusServiceBus.dll b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/refint/EventBusServiceBus.dll deleted file mode 100644 index 22371c80..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/refint/EventBusServiceBus.dll and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs deleted file mode 100644 index af943994..00000000 --- a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = "")] diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBus.A7833EC2.Up2Date b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBus.A7833EC2.Up2Date deleted file mode 100644 index e69de29b..00000000 diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.AssemblyInfo.cs b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.AssemblyInfo.cs deleted file mode 100644 index df773739..00000000 --- a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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("EventBusServiceBus")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0a77675f714bea9dc0df9dd0f5780d113235d59c")] -[assembly: System.Reflection.AssemblyProductAttribute("EventBusServiceBus")] -[assembly: System.Reflection.AssemblyTitleAttribute("EventBusServiceBus")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.AssemblyInfoInputs.cache b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.AssemblyInfoInputs.cache deleted file mode 100644 index 4fe872d4..00000000 --- a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -b0fedec56ffdb231a1405341a4e3701fdbabbb7eb95e758e7df1d5deb7f3d88f diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.GeneratedMSBuildEditorConfig.editorconfig b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index dbac7ad2..00000000 --- a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -is_global = true -build_property.TargetFramework = net8.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 -build_property.RootNamespace = Microsoft.eShopOnContainers.BuildingBlocks.EventBusServiceBus -build_property.ProjectDir = C:\Users\natyo\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusServiceBus\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.assets.cache b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.assets.cache deleted file mode 100644 index 2d45822f..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.assets.cache and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.csproj.AssemblyReference.cache b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.csproj.AssemblyReference.cache deleted file mode 100644 index 1bb49bf0..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.csproj.CoreCompileInputs.cache b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.csproj.CoreCompileInputs.cache deleted file mode 100644 index c1c29d9c..00000000 --- a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -5e4dd70d106cf0af8c08ac490d78de0468cd6c8ba7939a6820468539e006baa6 diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.csproj.FileListAbsolute.txt b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.csproj.FileListAbsolute.txt deleted file mode 100644 index 0f1ad63c..00000000 --- a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,16 +0,0 @@ -C:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusServiceBus\bin\Debug\net8.0\EventBusServiceBus.deps.json -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusServiceBus\bin\Debug\net8.0\EventBusServiceBus.dll -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusServiceBus\bin\Debug\net8.0\EventBusServiceBus.pdb -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusServiceBus\bin\Debug\net8.0\EventBus.dll -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusServiceBus\bin\Debug\net8.0\EventBus.pdb -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusServiceBus\obj\Debug\net8.0\EventBusServiceBus.csproj.AssemblyReference.cache -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusServiceBus\obj\Debug\net8.0\EventBusServiceBus.GeneratedMSBuildEditorConfig.editorconfig -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusServiceBus\obj\Debug\net8.0\EventBusServiceBus.AssemblyInfoInputs.cache -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusServiceBus\obj\Debug\net8.0\EventBusServiceBus.AssemblyInfo.cs -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusServiceBus\obj\Debug\net8.0\EventBusServiceBus.csproj.CoreCompileInputs.cache -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusServiceBus\obj\Debug\net8.0\EventBusServiceBus.sourcelink.json -C:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusServiceBus\obj\Debug\net8.0\EventBus.A7833EC2.Up2Date -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusServiceBus\obj\Debug\net8.0\EventBusServiceBus.dll -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusServiceBus\obj\Debug\net8.0\refint\EventBusServiceBus.dll -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusServiceBus\obj\Debug\net8.0\EventBusServiceBus.pdb -C:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusServiceBus\obj\Debug\net8.0\ref\EventBusServiceBus.dll diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.dll b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.dll deleted file mode 100644 index 09f83134..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.dll and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.pdb b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.pdb deleted file mode 100644 index d995b73b..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.pdb and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.sourcelink.json b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.sourcelink.json deleted file mode 100644 index a12e12a9..00000000 --- a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.sourcelink.json +++ /dev/null @@ -1 +0,0 @@ -{"documents":{"C:\\Users\\ALLEGRANathan\\mslearn-microservices-devops-aspnet-core\\*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/7b4882fe6a510e1a82b0811f789f0fe24f0cb04d/*"}} \ No newline at end of file diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/ref/EventBusServiceBus.dll b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/ref/EventBusServiceBus.dll deleted file mode 100644 index b2d54fe6..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/ref/EventBusServiceBus.dll and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/refint/EventBusServiceBus.dll b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/refint/EventBusServiceBus.dll deleted file mode 100644 index b2d54fe6..00000000 Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/refint/EventBusServiceBus.dll and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.AssemblyInfo.cs b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.AssemblyInfo.cs index dea493ec..3f209cc0 100644 --- a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.AssemblyInfo.cs +++ b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.AssemblyInfo.cs @@ -13,7 +13,7 @@ [assembly: System.Reflection.AssemblyCompanyAttribute("EventBusServiceBus")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+ac1eb1ea194ee72f31eded440b1a3c03c53c5657")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+04d45e6378a3c9d7250e3bc3b1db69ec0f9f76f3")] [assembly: System.Reflection.AssemblyProductAttribute("EventBusServiceBus")] [assembly: System.Reflection.AssemblyTitleAttribute("EventBusServiceBus")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.AssemblyInfoInputs.cache b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.AssemblyInfoInputs.cache index 9a261d06..3900b281 100644 --- a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.AssemblyInfoInputs.cache +++ b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.AssemblyInfoInputs.cache @@ -1 +1 @@ -17b6365c849d636e7814407c533a74186544655b22b75dda3e721ffaed8f2779 +9ee0fadf766ade161daaef47d3de988dde0b617c23c9d268e3010c54ddd00b9a diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.assets.cache b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.assets.cache index 834f3eff..41a25e7d 100644 Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.assets.cache and b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.assets.cache differ diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.csproj.AssemblyReference.cache b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.csproj.AssemblyReference.cache index 0a2a1799..3d3fd09a 100644 Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.csproj.AssemblyReference.cache and b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.csproj.AssemblyReference.cache differ diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.csproj.CoreCompileInputs.cache b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.csproj.CoreCompileInputs.cache index cd776c23..8394d73b 100644 --- a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.csproj.CoreCompileInputs.cache +++ b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -6413c66e947bf1f482e51c8b593aa8c7fbbed051b12f9d73e93eeb3232ea3f9c +3194cd4ed494eea7e0c7c9b8b1a13ac9434f3f2e2455b7746ca7c8799d8fd014 diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.dll b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.dll index 4ad7feac..003c2515 100644 Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.dll and b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.dll differ diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.pdb b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.pdb index e83f7207..9a5194da 100644 Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.pdb and b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.pdb differ diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.sourcelink.json b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.sourcelink.json index a2a1dc92..c1b394cd 100644 --- a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.sourcelink.json +++ b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.sourcelink.json @@ -1 +1 @@ -{"documents":{"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/ac1eb1ea194ee72f31eded440b1a3c03c53c5657/*"}} \ No newline at end of file +{"documents":{"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/04d45e6378a3c9d7250e3bc3b1db69ec0f9f76f3/*"}} \ No newline at end of file diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/ref/EventBusServiceBus.dll b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/ref/EventBusServiceBus.dll index c294f1fc..e4046a52 100644 Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/ref/EventBusServiceBus.dll and b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/ref/EventBusServiceBus.dll differ diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/refint/EventBusServiceBus.dll b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/refint/EventBusServiceBus.dll index c294f1fc..e4046a52 100644 Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/refint/EventBusServiceBus.dll and b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/refint/EventBusServiceBus.dll differ diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/EventBusServiceBus.csproj.nuget.dgspec.json b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/EventBusServiceBus.csproj.nuget.dgspec.json index ac6af874..f4a03b35 100644 --- a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/EventBusServiceBus.csproj.nuget.dgspec.json +++ b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/EventBusServiceBus.csproj.nuget.dgspec.json @@ -46,7 +46,7 @@ "dependencies": { "Newtonsoft.Json": { "target": "Package", - "version": "[13.0.3, )" + "version": "[13.0.4, )" } }, "imports": [ @@ -115,7 +115,7 @@ "dependencies": { "Autofac": { "target": "Package", - "version": "[8.1.1, )" + "version": "[9.0.0, )" }, "Microsoft.Azure.ServiceBus": { "target": "Package", @@ -127,7 +127,7 @@ }, "Microsoft.Extensions.Logging": { "target": "Package", - "version": "[9.0.0, )" + "version": "[9.0.2, )" } }, "imports": [ diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/EventBusServiceBus.csproj.nuget.g.targets b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/EventBusServiceBus.csproj.nuget.g.targets index 24269dc3..23dec8d3 100644 --- a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/EventBusServiceBus.csproj.nuget.g.targets +++ b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/EventBusServiceBus.csproj.nuget.g.targets @@ -1,7 +1,7 @@  - - + + \ No newline at end of file diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/project.assets.json b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/project.assets.json index 4d16884c..2ba271c1 100644 --- a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/project.assets.json +++ b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/project.assets.json @@ -2,10 +2,10 @@ "version": 3, "targets": { "net9.0": { - "Autofac/8.1.1": { + "Autofac/9.0.0": { "type": "package", "dependencies": { - "System.Diagnostics.DiagnosticSource": "8.0.1" + "System.Diagnostics.DiagnosticSource": "10.0.0" }, "compile": { "lib/net8.0/Autofac.dll": { @@ -41,10 +41,14 @@ "System.IdentityModel.Tokens.Jwt": "5.4.0" }, "compile": { - "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": {} + "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": {} + "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": { + "related": ".xml" + } } }, "Microsoft.Azure.Services.AppAuthentication/1.0.3": { @@ -56,12 +60,12 @@ }, "compile": { "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "runtime": { "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "build": { @@ -77,10 +81,10 @@ "lib/netcoreapp2.0/_._": {} } }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { + "Microsoft.Extensions.DependencyInjection/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll": { @@ -96,7 +100,7 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { + "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.2": { "type": "package", "compile": { "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { @@ -112,12 +116,12 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging/9.0.0": { + "Microsoft.Extensions.Logging/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" + "Microsoft.Extensions.DependencyInjection": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Logging.dll": { @@ -133,10 +137,10 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { + "Microsoft.Extensions.Logging.Abstractions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": { @@ -152,11 +156,11 @@ "buildTransitive/net8.0/Microsoft.Extensions.Logging.Abstractions.targets": {} } }, - "Microsoft.Extensions.Options/9.0.0": { + "Microsoft.Extensions.Options/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Options.dll": { @@ -172,7 +176,7 @@ "buildTransitive/net8.0/Microsoft.Extensions.Options.targets": {} } }, - "Microsoft.Extensions.Primitives/9.0.0": { + "Microsoft.Extensions.Primitives/9.0.2": { "type": "package", "compile": { "lib/net9.0/Microsoft.Extensions.Primitives.dll": { @@ -197,11 +201,15 @@ }, "compile": { "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": {}, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": {} + "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": {}, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": {} + "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": { + "related": ".xml" + } } }, "Microsoft.IdentityModel.JsonWebTokens/5.4.0": { @@ -212,12 +220,12 @@ }, "compile": { "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll": { - "related": ".pdb" + "related": ".pdb;.xml" } }, "runtime": { "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll": { - "related": ".pdb" + "related": ".pdb;.xml" } } }, @@ -231,12 +239,12 @@ }, "compile": { "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll": { - "related": ".pdb" + "related": ".pdb;.xml" } }, "runtime": { "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll": { - "related": ".pdb" + "related": ".pdb;.xml" } } }, @@ -261,12 +269,12 @@ }, "compile": { "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll": { - "related": ".pdb" + "related": ".pdb;.xml" } }, "runtime": { "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll": { - "related": ".pdb" + "related": ".pdb;.xml" } } }, @@ -296,7 +304,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": {} + "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": { + "related": ".xml" + } } }, "Microsoft.Win32.Registry/4.3.0": { @@ -376,7 +386,7 @@ "System.Xml.XDocument": "4.3.0" } }, - "Newtonsoft.Json/13.0.3": { + "Newtonsoft.Json/13.0.4": { "type": "package", "compile": { "lib/net6.0/Newtonsoft.Json.dll": { @@ -566,7 +576,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.6/System.AppContext.dll": {} + "ref/netstandard1.6/System.AppContext.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.6/System.AppContext.dll": {} @@ -596,7 +608,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Collections.dll": {} + "ref/netstandard1.3/System.Collections.dll": { + "related": ".xml" + } } }, "System.Collections.Concurrent/4.3.0": { @@ -614,7 +628,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Collections.Concurrent.dll": {} + "ref/netstandard1.3/System.Collections.Concurrent.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Collections.Concurrent.dll": {} @@ -630,7 +646,9 @@ "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Console.dll": {} + "ref/netstandard1.3/System.Console.dll": { + "related": ".xml" + } } }, "System.Diagnostics.Debug/4.3.0": { @@ -641,23 +659,25 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Diagnostics.Debug.dll": {} + "ref/netstandard1.3/System.Diagnostics.Debug.dll": { + "related": ".xml" + } } }, - "System.Diagnostics.DiagnosticSource/8.0.1": { + "System.Diagnostics.DiagnosticSource/10.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": { + "lib/net9.0/System.Diagnostics.DiagnosticSource.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": { + "lib/net9.0/System.Diagnostics.DiagnosticSource.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/net8.0/_._": {} } }, "System.Diagnostics.Process/4.3.0": { @@ -686,7 +706,9 @@ "runtime.native.System": "4.3.0" }, "compile": { - "ref/netstandard1.4/System.Diagnostics.Process.dll": {} + "ref/netstandard1.4/System.Diagnostics.Process.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/linux/lib/netstandard1.4/System.Diagnostics.Process.dll": { @@ -711,7 +733,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Diagnostics.Tools.dll": {} + "ref/netstandard1.0/System.Diagnostics.Tools.dll": { + "related": ".xml" + } } }, "System.Diagnostics.Tracing/4.3.0": { @@ -722,7 +746,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {} + "ref/netstandard1.5/System.Diagnostics.Tracing.dll": { + "related": ".xml" + } } }, "System.Globalization/4.3.0": { @@ -733,7 +759,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Globalization.dll": {} + "ref/netstandard1.3/System.Globalization.dll": { + "related": ".xml" + } } }, "System.Globalization.Calendars/4.3.0": { @@ -745,7 +773,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Globalization.Calendars.dll": {} + "ref/netstandard1.3/System.Globalization.Calendars.dll": { + "related": ".xml" + } } }, "System.Globalization.Extensions/4.3.0": { @@ -759,7 +789,9 @@ "System.Runtime.InteropServices": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll": { @@ -781,12 +813,12 @@ }, "compile": { "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll": { - "related": ".pdb" + "related": ".pdb;.xml" } }, "runtime": { "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll": { - "related": ".pdb" + "related": ".pdb;.xml" } } }, @@ -800,7 +832,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.IO.dll": {} + "ref/netstandard1.5/System.IO.dll": { + "related": ".xml" + } } }, "System.IO.Compression/4.3.0": { @@ -823,7 +857,9 @@ "runtime.native.System.IO.Compression": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.Compression.dll": {} + "ref/netstandard1.3/System.IO.Compression.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": { @@ -850,7 +886,9 @@ "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": {} + "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {} @@ -869,7 +907,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.FileSystem.dll": {} + "ref/netstandard1.3/System.IO.FileSystem.dll": { + "related": ".xml" + } } }, "System.IO.FileSystem.Primitives/4.3.0": { @@ -878,7 +918,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} @@ -894,7 +936,9 @@ "System.Runtime.Extensions": "4.3.0" }, "compile": { - "ref/netstandard1.6/System.Linq.dll": {} + "ref/netstandard1.6/System.Linq.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.6/System.Linq.dll": {} @@ -922,7 +966,9 @@ "System.Threading": "4.3.0" }, "compile": { - "ref/netstandard1.6/System.Linq.Expressions.dll": {} + "ref/netstandard1.6/System.Linq.Expressions.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.6/System.Linq.Expressions.dll": {} @@ -959,7 +1005,9 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Net.Http.dll": {} + "ref/netstandard1.3/System.Net.Http.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll": { @@ -981,7 +1029,9 @@ "System.Runtime.Handles": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Net.Primitives.dll": {} + "ref/netstandard1.3/System.Net.Primitives.dll": { + "related": ".xml" + } } }, "System.Net.Sockets/4.3.0": { @@ -995,7 +1045,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Net.Sockets.dll": {} + "ref/netstandard1.3/System.Net.Sockets.dll": { + "related": ".xml" + } } }, "System.Net.WebHeaderCollection/4.0.1": { @@ -1007,7 +1059,9 @@ "System.Runtime.Extensions": "4.1.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Net.WebHeaderCollection.dll": {} @@ -1022,7 +1076,9 @@ "System.Threading.Tasks": "4.0.11" }, "compile": { - "ref/netstandard1.3/System.Net.WebSockets.dll": {} + "ref/netstandard1.3/System.Net.WebSockets.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Net.WebSockets.dll": {} @@ -1051,7 +1107,9 @@ "System.Threading.Tasks": "4.0.11" }, "compile": { - "ref/netstandard1.3/System.Net.WebSockets.Client.dll": {} + "ref/netstandard1.3/System.Net.WebSockets.Client.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Net.WebSockets.Client.dll": { @@ -1074,7 +1132,9 @@ "System.Threading": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.ObjectModel.dll": {} + "ref/netstandard1.3/System.ObjectModel.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.ObjectModel.dll": {} @@ -1126,7 +1186,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.Reflection.dll": {} + "ref/netstandard1.5/System.Reflection.dll": { + "related": ".xml" + } } }, "System.Reflection.Emit/4.3.0": { @@ -1155,7 +1217,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/_._": {} + "ref/netstandard1.0/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {} @@ -1187,7 +1251,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Reflection.Extensions.dll": {} + "ref/netstandard1.0/System.Reflection.Extensions.dll": { + "related": ".xml" + } } }, "System.Reflection.Primitives/4.3.0": { @@ -1198,7 +1264,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Reflection.Primitives.dll": {} + "ref/netstandard1.0/System.Reflection.Primitives.dll": { + "related": ".xml" + } } }, "System.Reflection.TypeExtensions/4.3.0": { @@ -1226,7 +1294,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Resources.ResourceManager.dll": {} + "ref/netstandard1.0/System.Resources.ResourceManager.dll": { + "related": ".xml" + } } }, "System.Runtime/4.3.0": { @@ -1249,7 +1319,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.Runtime.Extensions.dll": {} + "ref/netstandard1.5/System.Runtime.Extensions.dll": { + "related": ".xml" + } } }, "System.Runtime.Handles/4.3.0": { @@ -1260,7 +1332,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Runtime.Handles.dll": {} + "ref/netstandard1.3/System.Runtime.Handles.dll": { + "related": ".xml" + } } }, "System.Runtime.InteropServices/4.3.0": { @@ -1314,7 +1388,9 @@ "System.Runtime.Extensions": "4.3.0" }, "compile": { - "ref/netstandard1.1/System.Runtime.Numerics.dll": {} + "ref/netstandard1.1/System.Runtime.Numerics.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Runtime.Numerics.dll": {} @@ -1328,7 +1404,9 @@ "System.Runtime": "4.1.0" }, "compile": { - "ref/netstandard1.0/System.Runtime.Serialization.Json.dll": {} + "ref/netstandard1.0/System.Runtime.Serialization.Json.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Runtime.Serialization.Json.dll": {} @@ -1341,7 +1419,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} + "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} @@ -1358,7 +1438,9 @@ "System.Xml.ReaderWriter": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Runtime.Serialization.Xml.dll": {} + "ref/netstandard1.3/System.Runtime.Serialization.Xml.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Runtime.Serialization.Xml.dll": {} @@ -1376,7 +1458,9 @@ "System.Security.Principal": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Security.Claims.dll": {} + "ref/netstandard1.3/System.Security.Claims.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Security.Claims.dll": {} @@ -1495,7 +1579,9 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": {} + "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": { @@ -1586,7 +1672,9 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" }, "compile": { - "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": {} + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { @@ -1605,7 +1693,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Security.Principal.dll": {} + "ref/netstandard1.0/System.Security.Principal.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.0/System.Security.Principal.dll": {} @@ -1633,7 +1723,9 @@ "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {} + "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": { + "related": ".xml" + } } }, "System.Text.RegularExpressions/4.3.0": { @@ -1655,7 +1747,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Threading.dll": {} + "ref/netstandard1.3/System.Threading.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Threading.dll": {} @@ -1669,7 +1763,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Threading.Tasks.dll": {} + "ref/netstandard1.3/System.Threading.Tasks.dll": { + "related": ".xml" + } } }, "System.Threading.Tasks.Extensions/4.3.0": { @@ -1680,10 +1776,14 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "lib/netstandard1.0/_._": {} + "lib/netstandard1.0/_._": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": {} + "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": { + "related": ".xml" + } } }, "System.Threading.Thread/4.3.0": { @@ -1692,7 +1792,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Threading.Thread.dll": {} @@ -1705,7 +1807,9 @@ "System.Runtime.Handles": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Threading.ThreadPool.dll": {} @@ -1719,7 +1823,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.2/System.Threading.Timer.dll": {} + "ref/netstandard1.2/System.Threading.Timer.dll": { + "related": ".xml" + } } }, "System.Xml.ReaderWriter/4.3.0": { @@ -1742,7 +1848,9 @@ "System.Threading.Tasks.Extensions": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Xml.ReaderWriter.dll": {} + "ref/netstandard1.3/System.Xml.ReaderWriter.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.ReaderWriter.dll": {} @@ -1765,7 +1873,9 @@ "System.Xml.ReaderWriter": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Xml.XDocument.dll": {} + "ref/netstandard1.3/System.Xml.XDocument.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.XDocument.dll": {} @@ -1786,7 +1896,9 @@ "System.Xml.ReaderWriter": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.XmlDocument.dll": {} @@ -1814,7 +1926,9 @@ "System.Xml.XmlDocument": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.XmlSerializer.dll": {} @@ -1824,7 +1938,7 @@ "type": "project", "framework": ".NETCoreApp,Version=v9.0", "dependencies": { - "Newtonsoft.Json": "13.0.3" + "Newtonsoft.Json": "13.0.4" }, "compile": { "bin/placeholder/EventBus.dll": {} @@ -1836,21 +1950,19 @@ } }, "libraries": { - "Autofac/8.1.1": { - "sha512": "lhHjVB/XJtxPDUQ/FAHWAC7Spu+P9TNfDbyx2W0ABqD1eTRo7TkcZ7l7Oq1S5pKNg7NXswdk9uH73qbOzSwQFA==", + "Autofac/9.0.0": { + "sha512": "G8TpUMVIq1pEAMuAao8h5MKduY91SotjgK93wQb5LaxbJUVE0/XjCA6t2SOp+AkPC3GB/C2MAiF2D7krYjraFw==", "type": "package", - "path": "autofac/8.1.1", + "path": "autofac/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", - "autofac.8.1.1.nupkg.sha512", + "autofac.9.0.0.nupkg.sha512", "autofac.nuspec", "icon.png", - "lib/net6.0/Autofac.dll", - "lib/net6.0/Autofac.xml", - "lib/net7.0/Autofac.dll", - "lib/net7.0/Autofac.xml", + "lib/net10.0/Autofac.dll", + "lib/net10.0/Autofac.xml", "lib/net8.0/Autofac.dll", "lib/net8.0/Autofac.xml", "lib/netstandard2.0/Autofac.dll", @@ -1887,6 +1999,7 @@ "CHANGELOG.md", "README.md", "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll", + "lib/netstandard2.0/Microsoft.Azure.ServiceBus.xml", "microsoft.azure.servicebus.5.2.0.nupkg.sha512", "microsoft.azure.servicebus.nuspec", "pkgicon.png" @@ -1902,8 +2015,10 @@ "build/Microsoft.Azure.Services.AppAuthentication.targets", "lib/net452/Microsoft.Azure.Services.AppAuthentication.dll", "lib/net452/Microsoft.Azure.Services.AppAuthentication.runtimeconfig.json", + "lib/net452/Microsoft.Azure.Services.AppAuthentication.xml", "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll", "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.runtimeconfig.json", + "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.xml", "microsoft.azure.services.appauthentication.1.0.3.nupkg.sha512", "microsoft.azure.services.appauthentication.nuspec" ] @@ -1924,6 +2039,7 @@ "lib/netcoreapp2.0/_._", "lib/netstandard1.3/Microsoft.CSharp.dll", "lib/netstandard2.0/Microsoft.CSharp.dll", + "lib/netstandard2.0/Microsoft.CSharp.xml", "lib/portable-net45+win8+wp8+wpa81/_._", "lib/uap10.0.16299/_._", "lib/win8/_._", @@ -1939,9 +2055,30 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/Microsoft.CSharp.dll", + "ref/netcore50/Microsoft.CSharp.xml", + "ref/netcore50/de/Microsoft.CSharp.xml", + "ref/netcore50/es/Microsoft.CSharp.xml", + "ref/netcore50/fr/Microsoft.CSharp.xml", + "ref/netcore50/it/Microsoft.CSharp.xml", + "ref/netcore50/ja/Microsoft.CSharp.xml", + "ref/netcore50/ko/Microsoft.CSharp.xml", + "ref/netcore50/ru/Microsoft.CSharp.xml", + "ref/netcore50/zh-hans/Microsoft.CSharp.xml", + "ref/netcore50/zh-hant/Microsoft.CSharp.xml", "ref/netcoreapp2.0/_._", "ref/netstandard1.0/Microsoft.CSharp.dll", + "ref/netstandard1.0/Microsoft.CSharp.xml", + "ref/netstandard1.0/de/Microsoft.CSharp.xml", + "ref/netstandard1.0/es/Microsoft.CSharp.xml", + "ref/netstandard1.0/fr/Microsoft.CSharp.xml", + "ref/netstandard1.0/it/Microsoft.CSharp.xml", + "ref/netstandard1.0/ja/Microsoft.CSharp.xml", + "ref/netstandard1.0/ko/Microsoft.CSharp.xml", + "ref/netstandard1.0/ru/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml", "ref/netstandard2.0/Microsoft.CSharp.dll", + "ref/netstandard2.0/Microsoft.CSharp.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/uap10.0.16299/_._", "ref/win8/_._", @@ -1955,10 +2092,10 @@ "version.txt" ] }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "sha512": "MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==", + "Microsoft.Extensions.DependencyInjection/9.0.2": { + "sha512": "ZffbJrskOZ40JTzcTyKwFHS5eACSWp2bUQBBApIgGV+es8RaTD4OxUG7XxFr3RIPLXtYQ1jQzF2DjKB5fZn7Qg==", "type": "package", - "path": "microsoft.extensions.dependencyinjection/9.0.0", + "path": "microsoft.extensions.dependencyinjection/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -1980,15 +2117,15 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.dependencyinjection.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { - "sha512": "+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==", + "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.2": { + "sha512": "MNe7GSTBf3jQx5vYrXF0NZvn6l7hUKF6J54ENfAgCO8y6xjN1XUmKKWG464LP2ye6QqDiA1dkaWEZBYnhoZzjg==", "type": "package", - "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0", + "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -2010,15 +2147,15 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.dependencyinjection.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging/9.0.0": { - "sha512": "crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==", + "Microsoft.Extensions.Logging/9.0.2": { + "sha512": "loV/0UNpt2bD+6kCDzFALVE63CDtqzPeC0LAetkdhiEr/tTNbvOlQ7CBResH7BQBd3cikrwiBfaHdyHMFUlc2g==", "type": "package", - "path": "microsoft.extensions.logging/9.0.0", + "path": "microsoft.extensions.logging/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -2040,15 +2177,15 @@ "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", - "microsoft.extensions.logging.9.0.0.nupkg.sha512", + "microsoft.extensions.logging.9.0.2.nupkg.sha512", "microsoft.extensions.logging.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "sha512": "g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==", + "Microsoft.Extensions.Logging.Abstractions/9.0.2": { + "sha512": "dV9s2Lamc8jSaqhl2BQSPn/AryDIH2sSbQUyLitLXV0ROmsb+SROnn2cH939JFbsNrnf3mIM3GNRKT7P0ldwLg==", "type": "package", - "path": "microsoft.extensions.logging.abstractions/9.0.0", + "path": "microsoft.extensions.logging.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -2111,15 +2248,15 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.logging.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Options/9.0.0": { - "sha512": "y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==", + "Microsoft.Extensions.Options/9.0.2": { + "sha512": "zr98z+AN8+isdmDmQRuEJ/DAKZGUTHmdv3t0ZzjHvNqvA44nAgkXE9kYtfoN6581iALChhVaSw2Owt+Z2lVbkQ==", "type": "package", - "path": "microsoft.extensions.options/9.0.0", + "path": "microsoft.extensions.options/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -2156,15 +2293,15 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.options.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Primitives/9.0.0": { - "sha512": "N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==", + "Microsoft.Extensions.Primitives/9.0.2": { + "sha512": "puBMtKe/wLuYa7H6docBkLlfec+h8L35DXqsDKKJgW0WY5oCwJ3cBJKcDaZchv6knAyqOMfsl6VUbaR++E5LXA==", "type": "package", - "path": "microsoft.extensions.primitives/9.0.0", + "path": "microsoft.extensions.primitives/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -2184,7 +2321,7 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.primitives.nuspec", "useSharedDesignerContext.txt" ] @@ -2199,17 +2336,22 @@ "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML", "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML", "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML", "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML", "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/portable-net45+win/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", "lib/portable-net45+win/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "microsoft.identitymodel.clients.activedirectory.3.14.2.nupkg.sha512", @@ -2225,14 +2367,19 @@ ".signature.p7s", "lib/net45/Microsoft.IdentityModel.JsonWebTokens.dll", "lib/net45/Microsoft.IdentityModel.JsonWebTokens.pdb", + "lib/net45/Microsoft.IdentityModel.JsonWebTokens.xml", "lib/net451/Microsoft.IdentityModel.JsonWebTokens.dll", "lib/net451/Microsoft.IdentityModel.JsonWebTokens.pdb", + "lib/net451/Microsoft.IdentityModel.JsonWebTokens.xml", "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll", "lib/net461/Microsoft.IdentityModel.JsonWebTokens.pdb", + "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml", "lib/netstandard1.4/Microsoft.IdentityModel.JsonWebTokens.dll", "lib/netstandard1.4/Microsoft.IdentityModel.JsonWebTokens.pdb", + "lib/netstandard1.4/Microsoft.IdentityModel.JsonWebTokens.xml", "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.pdb", + "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", "microsoft.identitymodel.jsonwebtokens.5.4.0.nupkg.sha512", "microsoft.identitymodel.jsonwebtokens.nuspec" ] @@ -2246,14 +2393,19 @@ ".signature.p7s", "lib/net45/Microsoft.IdentityModel.Logging.dll", "lib/net45/Microsoft.IdentityModel.Logging.pdb", + "lib/net45/Microsoft.IdentityModel.Logging.xml", "lib/net451/Microsoft.IdentityModel.Logging.dll", "lib/net451/Microsoft.IdentityModel.Logging.pdb", + "lib/net451/Microsoft.IdentityModel.Logging.xml", "lib/net461/Microsoft.IdentityModel.Logging.dll", "lib/net461/Microsoft.IdentityModel.Logging.pdb", + "lib/net461/Microsoft.IdentityModel.Logging.xml", "lib/netstandard1.4/Microsoft.IdentityModel.Logging.dll", "lib/netstandard1.4/Microsoft.IdentityModel.Logging.pdb", + "lib/netstandard1.4/Microsoft.IdentityModel.Logging.xml", "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", "lib/netstandard2.0/Microsoft.IdentityModel.Logging.pdb", + "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", "microsoft.identitymodel.logging.5.4.0.nupkg.sha512", "microsoft.identitymodel.logging.nuspec" ] @@ -2267,14 +2419,19 @@ ".signature.p7s", "lib/net45/Microsoft.IdentityModel.Tokens.dll", "lib/net45/Microsoft.IdentityModel.Tokens.pdb", + "lib/net45/Microsoft.IdentityModel.Tokens.xml", "lib/net451/Microsoft.IdentityModel.Tokens.dll", "lib/net451/Microsoft.IdentityModel.Tokens.pdb", + "lib/net451/Microsoft.IdentityModel.Tokens.xml", "lib/net461/Microsoft.IdentityModel.Tokens.dll", "lib/net461/Microsoft.IdentityModel.Tokens.pdb", + "lib/net461/Microsoft.IdentityModel.Tokens.xml", "lib/netstandard1.4/Microsoft.IdentityModel.Tokens.dll", "lib/netstandard1.4/Microsoft.IdentityModel.Tokens.pdb", + "lib/netstandard1.4/Microsoft.IdentityModel.Tokens.xml", "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.pdb", + "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", "microsoft.identitymodel.tokens.5.4.0.nupkg.sha512", "microsoft.identitymodel.tokens.nuspec" ] @@ -2331,6 +2488,16 @@ "ref/MonoTouch10/_._", "ref/net46/Microsoft.Win32.Primitives.dll", "ref/netstandard1.3/Microsoft.Win32.Primitives.dll", + "ref/netstandard1.3/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/de/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/es/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/fr/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/it/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ja/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ko/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ru/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/zh-hans/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/zh-hant/Microsoft.Win32.Primitives.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -2351,6 +2518,16 @@ "microsoft.win32.registry.nuspec", "ref/net46/Microsoft.Win32.Registry.dll", "ref/netstandard1.3/Microsoft.Win32.Registry.dll", + "ref/netstandard1.3/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/de/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/es/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/it/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml", "runtimes/unix/lib/netstandard1.3/Microsoft.Win32.Registry.dll", "runtimes/win/lib/net46/Microsoft.Win32.Registry.dll", "runtimes/win/lib/netcore50/_._", @@ -2370,10 +2547,10 @@ "netstandard.library.nuspec" ] }, - "Newtonsoft.Json/13.0.3": { - "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", + "Newtonsoft.Json/13.0.4": { + "sha512": "pdgNNMai3zv51W5aq268sujXUyx7SNdE2bj1wZcWjAQrKMFZV260lbqYop1d2GM67JI1huLRwxo9ZqnfF/lC6A==", "type": "package", - "path": "newtonsoft.json/13.0.3", + "path": "newtonsoft.json/13.0.4", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -2395,7 +2572,7 @@ "lib/netstandard1.3/Newtonsoft.Json.xml", "lib/netstandard2.0/Newtonsoft.Json.dll", "lib/netstandard2.0/Newtonsoft.Json.xml", - "newtonsoft.json.13.0.3.nupkg.sha512", + "newtonsoft.json.13.0.4.nupkg.sha512", "newtonsoft.json.nuspec", "packageIcon.png" ] @@ -2649,7 +2826,27 @@ "ref/net463/System.AppContext.dll", "ref/netstandard/_._", "ref/netstandard1.3/System.AppContext.dll", + "ref/netstandard1.3/System.AppContext.xml", + "ref/netstandard1.3/de/System.AppContext.xml", + "ref/netstandard1.3/es/System.AppContext.xml", + "ref/netstandard1.3/fr/System.AppContext.xml", + "ref/netstandard1.3/it/System.AppContext.xml", + "ref/netstandard1.3/ja/System.AppContext.xml", + "ref/netstandard1.3/ko/System.AppContext.xml", + "ref/netstandard1.3/ru/System.AppContext.xml", + "ref/netstandard1.3/zh-hans/System.AppContext.xml", + "ref/netstandard1.3/zh-hant/System.AppContext.xml", "ref/netstandard1.6/System.AppContext.dll", + "ref/netstandard1.6/System.AppContext.xml", + "ref/netstandard1.6/de/System.AppContext.xml", + "ref/netstandard1.6/es/System.AppContext.xml", + "ref/netstandard1.6/fr/System.AppContext.xml", + "ref/netstandard1.6/it/System.AppContext.xml", + "ref/netstandard1.6/ja/System.AppContext.xml", + "ref/netstandard1.6/ko/System.AppContext.xml", + "ref/netstandard1.6/ru/System.AppContext.xml", + "ref/netstandard1.6/zh-hans/System.AppContext.xml", + "ref/netstandard1.6/zh-hant/System.AppContext.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -2698,8 +2895,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", + "ref/netcore50/de/System.Collections.xml", + "ref/netcore50/es/System.Collections.xml", + "ref/netcore50/fr/System.Collections.xml", + "ref/netcore50/it/System.Collections.xml", + "ref/netcore50/ja/System.Collections.xml", + "ref/netcore50/ko/System.Collections.xml", + "ref/netcore50/ru/System.Collections.xml", + "ref/netcore50/zh-hans/System.Collections.xml", + "ref/netcore50/zh-hant/System.Collections.xml", "ref/netstandard1.0/System.Collections.dll", + "ref/netstandard1.0/System.Collections.xml", + "ref/netstandard1.0/de/System.Collections.xml", + "ref/netstandard1.0/es/System.Collections.xml", + "ref/netstandard1.0/fr/System.Collections.xml", + "ref/netstandard1.0/it/System.Collections.xml", + "ref/netstandard1.0/ja/System.Collections.xml", + "ref/netstandard1.0/ko/System.Collections.xml", + "ref/netstandard1.0/ru/System.Collections.xml", + "ref/netstandard1.0/zh-hans/System.Collections.xml", + "ref/netstandard1.0/zh-hant/System.Collections.xml", "ref/netstandard1.3/System.Collections.dll", + "ref/netstandard1.3/System.Collections.xml", + "ref/netstandard1.3/de/System.Collections.xml", + "ref/netstandard1.3/es/System.Collections.xml", + "ref/netstandard1.3/fr/System.Collections.xml", + "ref/netstandard1.3/it/System.Collections.xml", + "ref/netstandard1.3/ja/System.Collections.xml", + "ref/netstandard1.3/ko/System.Collections.xml", + "ref/netstandard1.3/ru/System.Collections.xml", + "ref/netstandard1.3/zh-hans/System.Collections.xml", + "ref/netstandard1.3/zh-hant/System.Collections.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -2737,8 +2964,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Collections.Concurrent.dll", + "ref/netcore50/System.Collections.Concurrent.xml", + "ref/netcore50/de/System.Collections.Concurrent.xml", + "ref/netcore50/es/System.Collections.Concurrent.xml", + "ref/netcore50/fr/System.Collections.Concurrent.xml", + "ref/netcore50/it/System.Collections.Concurrent.xml", + "ref/netcore50/ja/System.Collections.Concurrent.xml", + "ref/netcore50/ko/System.Collections.Concurrent.xml", + "ref/netcore50/ru/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hans/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hant/System.Collections.Concurrent.xml", "ref/netstandard1.1/System.Collections.Concurrent.dll", + "ref/netstandard1.1/System.Collections.Concurrent.xml", + "ref/netstandard1.1/de/System.Collections.Concurrent.xml", + "ref/netstandard1.1/es/System.Collections.Concurrent.xml", + "ref/netstandard1.1/fr/System.Collections.Concurrent.xml", + "ref/netstandard1.1/it/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ja/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ko/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ru/System.Collections.Concurrent.xml", + "ref/netstandard1.1/zh-hans/System.Collections.Concurrent.xml", + "ref/netstandard1.1/zh-hant/System.Collections.Concurrent.xml", "ref/netstandard1.3/System.Collections.Concurrent.dll", + "ref/netstandard1.3/System.Collections.Concurrent.xml", + "ref/netstandard1.3/de/System.Collections.Concurrent.xml", + "ref/netstandard1.3/es/System.Collections.Concurrent.xml", + "ref/netstandard1.3/fr/System.Collections.Concurrent.xml", + "ref/netstandard1.3/it/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ja/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ko/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ru/System.Collections.Concurrent.xml", + "ref/netstandard1.3/zh-hans/System.Collections.Concurrent.xml", + "ref/netstandard1.3/zh-hant/System.Collections.Concurrent.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -2770,6 +3027,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Console.dll", "ref/netstandard1.3/System.Console.dll", + "ref/netstandard1.3/System.Console.xml", + "ref/netstandard1.3/de/System.Console.xml", + "ref/netstandard1.3/es/System.Console.xml", + "ref/netstandard1.3/fr/System.Console.xml", + "ref/netstandard1.3/it/System.Console.xml", + "ref/netstandard1.3/ja/System.Console.xml", + "ref/netstandard1.3/ko/System.Console.xml", + "ref/netstandard1.3/ru/System.Console.xml", + "ref/netstandard1.3/zh-hans/System.Console.xml", + "ref/netstandard1.3/zh-hant/System.Console.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -2802,8 +3069,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", + "ref/netcore50/de/System.Diagnostics.Debug.xml", + "ref/netcore50/es/System.Diagnostics.Debug.xml", + "ref/netcore50/fr/System.Diagnostics.Debug.xml", + "ref/netcore50/it/System.Diagnostics.Debug.xml", + "ref/netcore50/ja/System.Diagnostics.Debug.xml", + "ref/netcore50/ko/System.Diagnostics.Debug.xml", + "ref/netcore50/ru/System.Diagnostics.Debug.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/netstandard1.0/System.Diagnostics.Debug.dll", + "ref/netstandard1.0/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/de/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/es/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/fr/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/it/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ja/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ko/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ru/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml", "ref/netstandard1.3/System.Diagnostics.Debug.dll", + "ref/netstandard1.3/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/de/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/es/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/it/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -2816,31 +3113,30 @@ "system.diagnostics.debug.nuspec" ] }, - "System.Diagnostics.DiagnosticSource/8.0.1": { - "sha512": "vaoWjvkG1aenR2XdjaVivlCV9fADfgyhW5bZtXT23qaEea0lWiUljdQuze4E31vKM7ZWJaSUsbYIKE3rnzfZUg==", + "System.Diagnostics.DiagnosticSource/10.0.0": { + "sha512": "0KdBK+h7G13PuOSC2R/DalAoFMvdYMznvGRuICtkdcUMXgl/gYXsG6z4yUvTxHSMACorWgHCU1Faq0KUHU6yAQ==", "type": "package", - "path": "system.diagnostics.diagnosticsource/8.0.1", + "path": "system.diagnostics.diagnosticsource/10.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/System.Diagnostics.DiagnosticSource.targets", "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/System.Diagnostics.DiagnosticSource.targets", + "lib/net10.0/System.Diagnostics.DiagnosticSource.dll", + "lib/net10.0/System.Diagnostics.DiagnosticSource.xml", "lib/net462/System.Diagnostics.DiagnosticSource.dll", "lib/net462/System.Diagnostics.DiagnosticSource.xml", - "lib/net6.0/System.Diagnostics.DiagnosticSource.dll", - "lib/net6.0/System.Diagnostics.DiagnosticSource.xml", - "lib/net7.0/System.Diagnostics.DiagnosticSource.dll", - "lib/net7.0/System.Diagnostics.DiagnosticSource.xml", "lib/net8.0/System.Diagnostics.DiagnosticSource.dll", "lib/net8.0/System.Diagnostics.DiagnosticSource.xml", + "lib/net9.0/System.Diagnostics.DiagnosticSource.dll", + "lib/net9.0/System.Diagnostics.DiagnosticSource.xml", "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll", "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.xml", - "system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512", + "system.diagnostics.diagnosticsource.10.0.0.nupkg.sha512", "system.diagnostics.diagnosticsource.nuspec", "useSharedDesignerContext.txt" ] @@ -2867,7 +3163,27 @@ "ref/net46/System.Diagnostics.Process.dll", "ref/net461/System.Diagnostics.Process.dll", "ref/netstandard1.3/System.Diagnostics.Process.dll", + "ref/netstandard1.3/System.Diagnostics.Process.xml", + "ref/netstandard1.3/de/System.Diagnostics.Process.xml", + "ref/netstandard1.3/es/System.Diagnostics.Process.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Process.xml", + "ref/netstandard1.3/it/System.Diagnostics.Process.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Process.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Process.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Process.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Process.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Process.xml", "ref/netstandard1.4/System.Diagnostics.Process.dll", + "ref/netstandard1.4/System.Diagnostics.Process.xml", + "ref/netstandard1.4/de/System.Diagnostics.Process.xml", + "ref/netstandard1.4/es/System.Diagnostics.Process.xml", + "ref/netstandard1.4/fr/System.Diagnostics.Process.xml", + "ref/netstandard1.4/it/System.Diagnostics.Process.xml", + "ref/netstandard1.4/ja/System.Diagnostics.Process.xml", + "ref/netstandard1.4/ko/System.Diagnostics.Process.xml", + "ref/netstandard1.4/ru/System.Diagnostics.Process.xml", + "ref/netstandard1.4/zh-hans/System.Diagnostics.Process.xml", + "ref/netstandard1.4/zh-hant/System.Diagnostics.Process.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -2906,7 +3222,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Diagnostics.Tools.dll", + "ref/netcore50/System.Diagnostics.Tools.xml", + "ref/netcore50/de/System.Diagnostics.Tools.xml", + "ref/netcore50/es/System.Diagnostics.Tools.xml", + "ref/netcore50/fr/System.Diagnostics.Tools.xml", + "ref/netcore50/it/System.Diagnostics.Tools.xml", + "ref/netcore50/ja/System.Diagnostics.Tools.xml", + "ref/netcore50/ko/System.Diagnostics.Tools.xml", + "ref/netcore50/ru/System.Diagnostics.Tools.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Tools.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Tools.xml", "ref/netstandard1.0/System.Diagnostics.Tools.dll", + "ref/netstandard1.0/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/de/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/es/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/fr/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/it/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ja/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ko/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ru/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/zh-hans/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/zh-hant/System.Diagnostics.Tools.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -2944,10 +3280,60 @@ "ref/net45/_._", "ref/net462/System.Diagnostics.Tracing.dll", "ref/netcore50/System.Diagnostics.Tracing.dll", + "ref/netcore50/System.Diagnostics.Tracing.xml", + "ref/netcore50/de/System.Diagnostics.Tracing.xml", + "ref/netcore50/es/System.Diagnostics.Tracing.xml", + "ref/netcore50/fr/System.Diagnostics.Tracing.xml", + "ref/netcore50/it/System.Diagnostics.Tracing.xml", + "ref/netcore50/ja/System.Diagnostics.Tracing.xml", + "ref/netcore50/ko/System.Diagnostics.Tracing.xml", + "ref/netcore50/ru/System.Diagnostics.Tracing.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml", "ref/netstandard1.1/System.Diagnostics.Tracing.dll", + "ref/netstandard1.1/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/zh-hant/System.Diagnostics.Tracing.xml", "ref/netstandard1.2/System.Diagnostics.Tracing.dll", + "ref/netstandard1.2/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/zh-hant/System.Diagnostics.Tracing.xml", "ref/netstandard1.3/System.Diagnostics.Tracing.dll", + "ref/netstandard1.3/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Tracing.xml", "ref/netstandard1.5/System.Diagnostics.Tracing.dll", + "ref/netstandard1.5/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/zh-hant/System.Diagnostics.Tracing.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -2983,8 +3369,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", + "ref/netcore50/de/System.Globalization.xml", + "ref/netcore50/es/System.Globalization.xml", + "ref/netcore50/fr/System.Globalization.xml", + "ref/netcore50/it/System.Globalization.xml", + "ref/netcore50/ja/System.Globalization.xml", + "ref/netcore50/ko/System.Globalization.xml", + "ref/netcore50/ru/System.Globalization.xml", + "ref/netcore50/zh-hans/System.Globalization.xml", + "ref/netcore50/zh-hant/System.Globalization.xml", "ref/netstandard1.0/System.Globalization.dll", + "ref/netstandard1.0/System.Globalization.xml", + "ref/netstandard1.0/de/System.Globalization.xml", + "ref/netstandard1.0/es/System.Globalization.xml", + "ref/netstandard1.0/fr/System.Globalization.xml", + "ref/netstandard1.0/it/System.Globalization.xml", + "ref/netstandard1.0/ja/System.Globalization.xml", + "ref/netstandard1.0/ko/System.Globalization.xml", + "ref/netstandard1.0/ru/System.Globalization.xml", + "ref/netstandard1.0/zh-hans/System.Globalization.xml", + "ref/netstandard1.0/zh-hant/System.Globalization.xml", "ref/netstandard1.3/System.Globalization.dll", + "ref/netstandard1.3/System.Globalization.xml", + "ref/netstandard1.3/de/System.Globalization.xml", + "ref/netstandard1.3/es/System.Globalization.xml", + "ref/netstandard1.3/fr/System.Globalization.xml", + "ref/netstandard1.3/it/System.Globalization.xml", + "ref/netstandard1.3/ja/System.Globalization.xml", + "ref/netstandard1.3/ko/System.Globalization.xml", + "ref/netstandard1.3/ru/System.Globalization.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -3017,6 +3433,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Globalization.Calendars.dll", "ref/netstandard1.3/System.Globalization.Calendars.dll", + "ref/netstandard1.3/System.Globalization.Calendars.xml", + "ref/netstandard1.3/de/System.Globalization.Calendars.xml", + "ref/netstandard1.3/es/System.Globalization.Calendars.xml", + "ref/netstandard1.3/fr/System.Globalization.Calendars.xml", + "ref/netstandard1.3/it/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ja/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ko/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ru/System.Globalization.Calendars.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.Calendars.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.Calendars.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -3045,6 +3471,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Globalization.Extensions.dll", "ref/netstandard1.3/System.Globalization.Extensions.dll", + "ref/netstandard1.3/System.Globalization.Extensions.xml", + "ref/netstandard1.3/de/System.Globalization.Extensions.xml", + "ref/netstandard1.3/es/System.Globalization.Extensions.xml", + "ref/netstandard1.3/fr/System.Globalization.Extensions.xml", + "ref/netstandard1.3/it/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ja/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ko/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ru/System.Globalization.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.Extensions.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -3065,14 +3501,19 @@ ".signature.p7s", "lib/net45/System.IdentityModel.Tokens.Jwt.dll", "lib/net45/System.IdentityModel.Tokens.Jwt.pdb", + "lib/net45/System.IdentityModel.Tokens.Jwt.xml", "lib/net451/System.IdentityModel.Tokens.Jwt.dll", "lib/net451/System.IdentityModel.Tokens.Jwt.pdb", + "lib/net451/System.IdentityModel.Tokens.Jwt.xml", "lib/net461/System.IdentityModel.Tokens.Jwt.dll", "lib/net461/System.IdentityModel.Tokens.Jwt.pdb", + "lib/net461/System.IdentityModel.Tokens.Jwt.xml", "lib/netstandard1.4/System.IdentityModel.Tokens.Jwt.dll", "lib/netstandard1.4/System.IdentityModel.Tokens.Jwt.pdb", + "lib/netstandard1.4/System.IdentityModel.Tokens.Jwt.xml", "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll", "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.pdb", + "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.xml", "system.identitymodel.tokens.jwt.5.4.0.nupkg.sha512", "system.identitymodel.tokens.jwt.nuspec" ] @@ -3103,9 +3544,49 @@ "ref/net45/_._", "ref/net462/System.IO.dll", "ref/netcore50/System.IO.dll", + "ref/netcore50/System.IO.xml", + "ref/netcore50/de/System.IO.xml", + "ref/netcore50/es/System.IO.xml", + "ref/netcore50/fr/System.IO.xml", + "ref/netcore50/it/System.IO.xml", + "ref/netcore50/ja/System.IO.xml", + "ref/netcore50/ko/System.IO.xml", + "ref/netcore50/ru/System.IO.xml", + "ref/netcore50/zh-hans/System.IO.xml", + "ref/netcore50/zh-hant/System.IO.xml", "ref/netstandard1.0/System.IO.dll", + "ref/netstandard1.0/System.IO.xml", + "ref/netstandard1.0/de/System.IO.xml", + "ref/netstandard1.0/es/System.IO.xml", + "ref/netstandard1.0/fr/System.IO.xml", + "ref/netstandard1.0/it/System.IO.xml", + "ref/netstandard1.0/ja/System.IO.xml", + "ref/netstandard1.0/ko/System.IO.xml", + "ref/netstandard1.0/ru/System.IO.xml", + "ref/netstandard1.0/zh-hans/System.IO.xml", + "ref/netstandard1.0/zh-hant/System.IO.xml", "ref/netstandard1.3/System.IO.dll", + "ref/netstandard1.3/System.IO.xml", + "ref/netstandard1.3/de/System.IO.xml", + "ref/netstandard1.3/es/System.IO.xml", + "ref/netstandard1.3/fr/System.IO.xml", + "ref/netstandard1.3/it/System.IO.xml", + "ref/netstandard1.3/ja/System.IO.xml", + "ref/netstandard1.3/ko/System.IO.xml", + "ref/netstandard1.3/ru/System.IO.xml", + "ref/netstandard1.3/zh-hans/System.IO.xml", + "ref/netstandard1.3/zh-hant/System.IO.xml", "ref/netstandard1.5/System.IO.dll", + "ref/netstandard1.5/System.IO.xml", + "ref/netstandard1.5/de/System.IO.xml", + "ref/netstandard1.5/es/System.IO.xml", + "ref/netstandard1.5/fr/System.IO.xml", + "ref/netstandard1.5/it/System.IO.xml", + "ref/netstandard1.5/ja/System.IO.xml", + "ref/netstandard1.5/ko/System.IO.xml", + "ref/netstandard1.5/ru/System.IO.xml", + "ref/netstandard1.5/zh-hans/System.IO.xml", + "ref/netstandard1.5/zh-hant/System.IO.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -3143,8 +3624,38 @@ "ref/net45/_._", "ref/net46/System.IO.Compression.dll", "ref/netcore50/System.IO.Compression.dll", + "ref/netcore50/System.IO.Compression.xml", + "ref/netcore50/de/System.IO.Compression.xml", + "ref/netcore50/es/System.IO.Compression.xml", + "ref/netcore50/fr/System.IO.Compression.xml", + "ref/netcore50/it/System.IO.Compression.xml", + "ref/netcore50/ja/System.IO.Compression.xml", + "ref/netcore50/ko/System.IO.Compression.xml", + "ref/netcore50/ru/System.IO.Compression.xml", + "ref/netcore50/zh-hans/System.IO.Compression.xml", + "ref/netcore50/zh-hant/System.IO.Compression.xml", "ref/netstandard1.1/System.IO.Compression.dll", + "ref/netstandard1.1/System.IO.Compression.xml", + "ref/netstandard1.1/de/System.IO.Compression.xml", + "ref/netstandard1.1/es/System.IO.Compression.xml", + "ref/netstandard1.1/fr/System.IO.Compression.xml", + "ref/netstandard1.1/it/System.IO.Compression.xml", + "ref/netstandard1.1/ja/System.IO.Compression.xml", + "ref/netstandard1.1/ko/System.IO.Compression.xml", + "ref/netstandard1.1/ru/System.IO.Compression.xml", + "ref/netstandard1.1/zh-hans/System.IO.Compression.xml", + "ref/netstandard1.1/zh-hant/System.IO.Compression.xml", "ref/netstandard1.3/System.IO.Compression.dll", + "ref/netstandard1.3/System.IO.Compression.xml", + "ref/netstandard1.3/de/System.IO.Compression.xml", + "ref/netstandard1.3/es/System.IO.Compression.xml", + "ref/netstandard1.3/fr/System.IO.Compression.xml", + "ref/netstandard1.3/it/System.IO.Compression.xml", + "ref/netstandard1.3/ja/System.IO.Compression.xml", + "ref/netstandard1.3/ko/System.IO.Compression.xml", + "ref/netstandard1.3/ru/System.IO.Compression.xml", + "ref/netstandard1.3/zh-hans/System.IO.Compression.xml", + "ref/netstandard1.3/zh-hant/System.IO.Compression.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -3180,6 +3691,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.Compression.ZipFile.dll", "ref/netstandard1.3/System.IO.Compression.ZipFile.dll", + "ref/netstandard1.3/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/de/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/es/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/fr/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/it/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ja/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ko/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ru/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/zh-hans/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/zh-hant/System.IO.Compression.ZipFile.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -3208,6 +3729,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.FileSystem.dll", "ref/netstandard1.3/System.IO.FileSystem.dll", + "ref/netstandard1.3/System.IO.FileSystem.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -3237,6 +3768,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.FileSystem.Primitives.dll", "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll", + "ref/netstandard1.3/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.Primitives.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -3273,8 +3814,38 @@ "ref/net45/_._", "ref/net463/System.Linq.dll", "ref/netcore50/System.Linq.dll", + "ref/netcore50/System.Linq.xml", + "ref/netcore50/de/System.Linq.xml", + "ref/netcore50/es/System.Linq.xml", + "ref/netcore50/fr/System.Linq.xml", + "ref/netcore50/it/System.Linq.xml", + "ref/netcore50/ja/System.Linq.xml", + "ref/netcore50/ko/System.Linq.xml", + "ref/netcore50/ru/System.Linq.xml", + "ref/netcore50/zh-hans/System.Linq.xml", + "ref/netcore50/zh-hant/System.Linq.xml", "ref/netstandard1.0/System.Linq.dll", + "ref/netstandard1.0/System.Linq.xml", + "ref/netstandard1.0/de/System.Linq.xml", + "ref/netstandard1.0/es/System.Linq.xml", + "ref/netstandard1.0/fr/System.Linq.xml", + "ref/netstandard1.0/it/System.Linq.xml", + "ref/netstandard1.0/ja/System.Linq.xml", + "ref/netstandard1.0/ko/System.Linq.xml", + "ref/netstandard1.0/ru/System.Linq.xml", + "ref/netstandard1.0/zh-hans/System.Linq.xml", + "ref/netstandard1.0/zh-hant/System.Linq.xml", "ref/netstandard1.6/System.Linq.dll", + "ref/netstandard1.6/System.Linq.xml", + "ref/netstandard1.6/de/System.Linq.xml", + "ref/netstandard1.6/es/System.Linq.xml", + "ref/netstandard1.6/fr/System.Linq.xml", + "ref/netstandard1.6/it/System.Linq.xml", + "ref/netstandard1.6/ja/System.Linq.xml", + "ref/netstandard1.6/ko/System.Linq.xml", + "ref/netstandard1.6/ru/System.Linq.xml", + "ref/netstandard1.6/zh-hans/System.Linq.xml", + "ref/netstandard1.6/zh-hant/System.Linq.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -3315,9 +3886,49 @@ "ref/net45/_._", "ref/net463/System.Linq.Expressions.dll", "ref/netcore50/System.Linq.Expressions.dll", + "ref/netcore50/System.Linq.Expressions.xml", + "ref/netcore50/de/System.Linq.Expressions.xml", + "ref/netcore50/es/System.Linq.Expressions.xml", + "ref/netcore50/fr/System.Linq.Expressions.xml", + "ref/netcore50/it/System.Linq.Expressions.xml", + "ref/netcore50/ja/System.Linq.Expressions.xml", + "ref/netcore50/ko/System.Linq.Expressions.xml", + "ref/netcore50/ru/System.Linq.Expressions.xml", + "ref/netcore50/zh-hans/System.Linq.Expressions.xml", + "ref/netcore50/zh-hant/System.Linq.Expressions.xml", "ref/netstandard1.0/System.Linq.Expressions.dll", + "ref/netstandard1.0/System.Linq.Expressions.xml", + "ref/netstandard1.0/de/System.Linq.Expressions.xml", + "ref/netstandard1.0/es/System.Linq.Expressions.xml", + "ref/netstandard1.0/fr/System.Linq.Expressions.xml", + "ref/netstandard1.0/it/System.Linq.Expressions.xml", + "ref/netstandard1.0/ja/System.Linq.Expressions.xml", + "ref/netstandard1.0/ko/System.Linq.Expressions.xml", + "ref/netstandard1.0/ru/System.Linq.Expressions.xml", + "ref/netstandard1.0/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.0/zh-hant/System.Linq.Expressions.xml", "ref/netstandard1.3/System.Linq.Expressions.dll", + "ref/netstandard1.3/System.Linq.Expressions.xml", + "ref/netstandard1.3/de/System.Linq.Expressions.xml", + "ref/netstandard1.3/es/System.Linq.Expressions.xml", + "ref/netstandard1.3/fr/System.Linq.Expressions.xml", + "ref/netstandard1.3/it/System.Linq.Expressions.xml", + "ref/netstandard1.3/ja/System.Linq.Expressions.xml", + "ref/netstandard1.3/ko/System.Linq.Expressions.xml", + "ref/netstandard1.3/ru/System.Linq.Expressions.xml", + "ref/netstandard1.3/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.3/zh-hant/System.Linq.Expressions.xml", "ref/netstandard1.6/System.Linq.Expressions.dll", + "ref/netstandard1.6/System.Linq.Expressions.xml", + "ref/netstandard1.6/de/System.Linq.Expressions.xml", + "ref/netstandard1.6/es/System.Linq.Expressions.xml", + "ref/netstandard1.6/fr/System.Linq.Expressions.xml", + "ref/netstandard1.6/it/System.Linq.Expressions.xml", + "ref/netstandard1.6/ja/System.Linq.Expressions.xml", + "ref/netstandard1.6/ko/System.Linq.Expressions.xml", + "ref/netstandard1.6/ru/System.Linq.Expressions.xml", + "ref/netstandard1.6/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.6/zh-hant/System.Linq.Expressions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -3356,9 +3967,49 @@ "ref/monotouch10/_._", "ref/net45/_._", "ref/net46/System.Net.Http.dll", + "ref/net46/System.Net.Http.xml", + "ref/net46/de/System.Net.Http.xml", + "ref/net46/es/System.Net.Http.xml", + "ref/net46/fr/System.Net.Http.xml", + "ref/net46/it/System.Net.Http.xml", + "ref/net46/ja/System.Net.Http.xml", + "ref/net46/ko/System.Net.Http.xml", + "ref/net46/ru/System.Net.Http.xml", + "ref/net46/zh-hans/System.Net.Http.xml", + "ref/net46/zh-hant/System.Net.Http.xml", "ref/netcore50/System.Net.Http.dll", + "ref/netcore50/System.Net.Http.xml", + "ref/netcore50/de/System.Net.Http.xml", + "ref/netcore50/es/System.Net.Http.xml", + "ref/netcore50/fr/System.Net.Http.xml", + "ref/netcore50/it/System.Net.Http.xml", + "ref/netcore50/ja/System.Net.Http.xml", + "ref/netcore50/ko/System.Net.Http.xml", + "ref/netcore50/ru/System.Net.Http.xml", + "ref/netcore50/zh-hans/System.Net.Http.xml", + "ref/netcore50/zh-hant/System.Net.Http.xml", "ref/netstandard1.1/System.Net.Http.dll", + "ref/netstandard1.1/System.Net.Http.xml", + "ref/netstandard1.1/de/System.Net.Http.xml", + "ref/netstandard1.1/es/System.Net.Http.xml", + "ref/netstandard1.1/fr/System.Net.Http.xml", + "ref/netstandard1.1/it/System.Net.Http.xml", + "ref/netstandard1.1/ja/System.Net.Http.xml", + "ref/netstandard1.1/ko/System.Net.Http.xml", + "ref/netstandard1.1/ru/System.Net.Http.xml", + "ref/netstandard1.1/zh-hans/System.Net.Http.xml", + "ref/netstandard1.1/zh-hant/System.Net.Http.xml", "ref/netstandard1.3/System.Net.Http.dll", + "ref/netstandard1.3/System.Net.Http.xml", + "ref/netstandard1.3/de/System.Net.Http.xml", + "ref/netstandard1.3/es/System.Net.Http.xml", + "ref/netstandard1.3/fr/System.Net.Http.xml", + "ref/netstandard1.3/it/System.Net.Http.xml", + "ref/netstandard1.3/ja/System.Net.Http.xml", + "ref/netstandard1.3/ko/System.Net.Http.xml", + "ref/netstandard1.3/ru/System.Net.Http.xml", + "ref/netstandard1.3/zh-hans/System.Net.Http.xml", + "ref/netstandard1.3/zh-hant/System.Net.Http.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -3397,9 +4048,49 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Net.Primitives.dll", + "ref/netcore50/System.Net.Primitives.xml", + "ref/netcore50/de/System.Net.Primitives.xml", + "ref/netcore50/es/System.Net.Primitives.xml", + "ref/netcore50/fr/System.Net.Primitives.xml", + "ref/netcore50/it/System.Net.Primitives.xml", + "ref/netcore50/ja/System.Net.Primitives.xml", + "ref/netcore50/ko/System.Net.Primitives.xml", + "ref/netcore50/ru/System.Net.Primitives.xml", + "ref/netcore50/zh-hans/System.Net.Primitives.xml", + "ref/netcore50/zh-hant/System.Net.Primitives.xml", "ref/netstandard1.0/System.Net.Primitives.dll", + "ref/netstandard1.0/System.Net.Primitives.xml", + "ref/netstandard1.0/de/System.Net.Primitives.xml", + "ref/netstandard1.0/es/System.Net.Primitives.xml", + "ref/netstandard1.0/fr/System.Net.Primitives.xml", + "ref/netstandard1.0/it/System.Net.Primitives.xml", + "ref/netstandard1.0/ja/System.Net.Primitives.xml", + "ref/netstandard1.0/ko/System.Net.Primitives.xml", + "ref/netstandard1.0/ru/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Net.Primitives.xml", "ref/netstandard1.1/System.Net.Primitives.dll", + "ref/netstandard1.1/System.Net.Primitives.xml", + "ref/netstandard1.1/de/System.Net.Primitives.xml", + "ref/netstandard1.1/es/System.Net.Primitives.xml", + "ref/netstandard1.1/fr/System.Net.Primitives.xml", + "ref/netstandard1.1/it/System.Net.Primitives.xml", + "ref/netstandard1.1/ja/System.Net.Primitives.xml", + "ref/netstandard1.1/ko/System.Net.Primitives.xml", + "ref/netstandard1.1/ru/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hant/System.Net.Primitives.xml", "ref/netstandard1.3/System.Net.Primitives.dll", + "ref/netstandard1.3/System.Net.Primitives.xml", + "ref/netstandard1.3/de/System.Net.Primitives.xml", + "ref/netstandard1.3/es/System.Net.Primitives.xml", + "ref/netstandard1.3/fr/System.Net.Primitives.xml", + "ref/netstandard1.3/it/System.Net.Primitives.xml", + "ref/netstandard1.3/ja/System.Net.Primitives.xml", + "ref/netstandard1.3/ko/System.Net.Primitives.xml", + "ref/netstandard1.3/ru/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.Net.Primitives.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -3432,6 +4123,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Net.Sockets.dll", "ref/netstandard1.3/System.Net.Sockets.dll", + "ref/netstandard1.3/System.Net.Sockets.xml", + "ref/netstandard1.3/de/System.Net.Sockets.xml", + "ref/netstandard1.3/es/System.Net.Sockets.xml", + "ref/netstandard1.3/fr/System.Net.Sockets.xml", + "ref/netstandard1.3/it/System.Net.Sockets.xml", + "ref/netstandard1.3/ja/System.Net.Sockets.xml", + "ref/netstandard1.3/ko/System.Net.Sockets.xml", + "ref/netstandard1.3/ru/System.Net.Sockets.xml", + "ref/netstandard1.3/zh-hans/System.Net.Sockets.xml", + "ref/netstandard1.3/zh-hant/System.Net.Sockets.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -3461,6 +4162,16 @@ "ref/MonoTouch10/_._", "ref/net46/_._", "ref/netstandard1.3/System.Net.WebHeaderCollection.dll", + "ref/netstandard1.3/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/de/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/es/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/fr/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/it/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/ja/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/ko/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/ru/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/zh-hans/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/zh-hant/System.Net.WebHeaderCollection.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -3490,6 +4201,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Net.WebSockets.dll", "ref/netstandard1.3/System.Net.WebSockets.dll", + "ref/netstandard1.3/System.Net.WebSockets.xml", + "ref/netstandard1.3/de/System.Net.WebSockets.xml", + "ref/netstandard1.3/es/System.Net.WebSockets.xml", + "ref/netstandard1.3/fr/System.Net.WebSockets.xml", + "ref/netstandard1.3/it/System.Net.WebSockets.xml", + "ref/netstandard1.3/ja/System.Net.WebSockets.xml", + "ref/netstandard1.3/ko/System.Net.WebSockets.xml", + "ref/netstandard1.3/ru/System.Net.WebSockets.xml", + "ref/netstandard1.3/zh-hans/System.Net.WebSockets.xml", + "ref/netstandard1.3/zh-hant/System.Net.WebSockets.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -3518,6 +4239,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Net.WebSockets.Client.dll", "ref/netstandard1.3/System.Net.WebSockets.Client.dll", + "ref/netstandard1.3/System.Net.WebSockets.Client.xml", + "ref/netstandard1.3/de/System.Net.WebSockets.Client.xml", + "ref/netstandard1.3/es/System.Net.WebSockets.Client.xml", + "ref/netstandard1.3/fr/System.Net.WebSockets.Client.xml", + "ref/netstandard1.3/it/System.Net.WebSockets.Client.xml", + "ref/netstandard1.3/ja/System.Net.WebSockets.Client.xml", + "ref/netstandard1.3/ko/System.Net.WebSockets.Client.xml", + "ref/netstandard1.3/ru/System.Net.WebSockets.Client.xml", + "ref/netstandard1.3/zh-hans/System.Net.WebSockets.Client.xml", + "ref/netstandard1.3/zh-hant/System.Net.WebSockets.Client.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -3556,8 +4287,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.ObjectModel.dll", + "ref/netcore50/System.ObjectModel.xml", + "ref/netcore50/de/System.ObjectModel.xml", + "ref/netcore50/es/System.ObjectModel.xml", + "ref/netcore50/fr/System.ObjectModel.xml", + "ref/netcore50/it/System.ObjectModel.xml", + "ref/netcore50/ja/System.ObjectModel.xml", + "ref/netcore50/ko/System.ObjectModel.xml", + "ref/netcore50/ru/System.ObjectModel.xml", + "ref/netcore50/zh-hans/System.ObjectModel.xml", + "ref/netcore50/zh-hant/System.ObjectModel.xml", "ref/netstandard1.0/System.ObjectModel.dll", + "ref/netstandard1.0/System.ObjectModel.xml", + "ref/netstandard1.0/de/System.ObjectModel.xml", + "ref/netstandard1.0/es/System.ObjectModel.xml", + "ref/netstandard1.0/fr/System.ObjectModel.xml", + "ref/netstandard1.0/it/System.ObjectModel.xml", + "ref/netstandard1.0/ja/System.ObjectModel.xml", + "ref/netstandard1.0/ko/System.ObjectModel.xml", + "ref/netstandard1.0/ru/System.ObjectModel.xml", + "ref/netstandard1.0/zh-hans/System.ObjectModel.xml", + "ref/netstandard1.0/zh-hant/System.ObjectModel.xml", "ref/netstandard1.3/System.ObjectModel.dll", + "ref/netstandard1.3/System.ObjectModel.xml", + "ref/netstandard1.3/de/System.ObjectModel.xml", + "ref/netstandard1.3/es/System.ObjectModel.xml", + "ref/netstandard1.3/fr/System.ObjectModel.xml", + "ref/netstandard1.3/it/System.ObjectModel.xml", + "ref/netstandard1.3/ja/System.ObjectModel.xml", + "ref/netstandard1.3/ko/System.ObjectModel.xml", + "ref/netstandard1.3/ru/System.ObjectModel.xml", + "ref/netstandard1.3/zh-hans/System.ObjectModel.xml", + "ref/netstandard1.3/zh-hant/System.ObjectModel.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -3612,9 +4373,49 @@ "ref/net45/_._", "ref/net462/System.Reflection.dll", "ref/netcore50/System.Reflection.dll", + "ref/netcore50/System.Reflection.xml", + "ref/netcore50/de/System.Reflection.xml", + "ref/netcore50/es/System.Reflection.xml", + "ref/netcore50/fr/System.Reflection.xml", + "ref/netcore50/it/System.Reflection.xml", + "ref/netcore50/ja/System.Reflection.xml", + "ref/netcore50/ko/System.Reflection.xml", + "ref/netcore50/ru/System.Reflection.xml", + "ref/netcore50/zh-hans/System.Reflection.xml", + "ref/netcore50/zh-hant/System.Reflection.xml", "ref/netstandard1.0/System.Reflection.dll", + "ref/netstandard1.0/System.Reflection.xml", + "ref/netstandard1.0/de/System.Reflection.xml", + "ref/netstandard1.0/es/System.Reflection.xml", + "ref/netstandard1.0/fr/System.Reflection.xml", + "ref/netstandard1.0/it/System.Reflection.xml", + "ref/netstandard1.0/ja/System.Reflection.xml", + "ref/netstandard1.0/ko/System.Reflection.xml", + "ref/netstandard1.0/ru/System.Reflection.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.xml", "ref/netstandard1.3/System.Reflection.dll", + "ref/netstandard1.3/System.Reflection.xml", + "ref/netstandard1.3/de/System.Reflection.xml", + "ref/netstandard1.3/es/System.Reflection.xml", + "ref/netstandard1.3/fr/System.Reflection.xml", + "ref/netstandard1.3/it/System.Reflection.xml", + "ref/netstandard1.3/ja/System.Reflection.xml", + "ref/netstandard1.3/ko/System.Reflection.xml", + "ref/netstandard1.3/ru/System.Reflection.xml", + "ref/netstandard1.3/zh-hans/System.Reflection.xml", + "ref/netstandard1.3/zh-hant/System.Reflection.xml", "ref/netstandard1.5/System.Reflection.dll", + "ref/netstandard1.5/System.Reflection.xml", + "ref/netstandard1.5/de/System.Reflection.xml", + "ref/netstandard1.5/es/System.Reflection.xml", + "ref/netstandard1.5/fr/System.Reflection.xml", + "ref/netstandard1.5/it/System.Reflection.xml", + "ref/netstandard1.5/ja/System.Reflection.xml", + "ref/netstandard1.5/ko/System.Reflection.xml", + "ref/netstandard1.5/ru/System.Reflection.xml", + "ref/netstandard1.5/zh-hans/System.Reflection.xml", + "ref/netstandard1.5/zh-hant/System.Reflection.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -3648,6 +4449,16 @@ "ref/MonoAndroid10/_._", "ref/net45/_._", "ref/netstandard1.1/System.Reflection.Emit.dll", + "ref/netstandard1.1/System.Reflection.Emit.xml", + "ref/netstandard1.1/de/System.Reflection.Emit.xml", + "ref/netstandard1.1/es/System.Reflection.Emit.xml", + "ref/netstandard1.1/fr/System.Reflection.Emit.xml", + "ref/netstandard1.1/it/System.Reflection.Emit.xml", + "ref/netstandard1.1/ja/System.Reflection.Emit.xml", + "ref/netstandard1.1/ko/System.Reflection.Emit.xml", + "ref/netstandard1.1/ru/System.Reflection.Emit.xml", + "ref/netstandard1.1/zh-hans/System.Reflection.Emit.xml", + "ref/netstandard1.1/zh-hant/System.Reflection.Emit.xml", "ref/xamarinmac20/_._", "system.reflection.emit.4.3.0.nupkg.sha512", "system.reflection.emit.nuspec" @@ -3677,6 +4488,16 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll", + "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/de/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/es/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/fr/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/it/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ja/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ko/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ru/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Emit.ILGeneration.xml", "ref/portable-net45+wp8/_._", "ref/wp80/_._", "ref/xamarinios10/_._", @@ -3712,6 +4533,16 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netstandard1.0/System.Reflection.Emit.Lightweight.dll", + "ref/netstandard1.0/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/de/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/es/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/fr/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/it/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ja/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ko/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ru/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Emit.Lightweight.xml", "ref/portable-net45+wp8/_._", "ref/wp80/_._", "ref/xamarinios10/_._", @@ -3747,7 +4578,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Reflection.Extensions.dll", + "ref/netcore50/System.Reflection.Extensions.xml", + "ref/netcore50/de/System.Reflection.Extensions.xml", + "ref/netcore50/es/System.Reflection.Extensions.xml", + "ref/netcore50/fr/System.Reflection.Extensions.xml", + "ref/netcore50/it/System.Reflection.Extensions.xml", + "ref/netcore50/ja/System.Reflection.Extensions.xml", + "ref/netcore50/ko/System.Reflection.Extensions.xml", + "ref/netcore50/ru/System.Reflection.Extensions.xml", + "ref/netcore50/zh-hans/System.Reflection.Extensions.xml", + "ref/netcore50/zh-hant/System.Reflection.Extensions.xml", "ref/netstandard1.0/System.Reflection.Extensions.dll", + "ref/netstandard1.0/System.Reflection.Extensions.xml", + "ref/netstandard1.0/de/System.Reflection.Extensions.xml", + "ref/netstandard1.0/es/System.Reflection.Extensions.xml", + "ref/netstandard1.0/fr/System.Reflection.Extensions.xml", + "ref/netstandard1.0/it/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ja/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ko/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ru/System.Reflection.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Extensions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -3784,7 +4635,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/netcore50/de/System.Reflection.Primitives.xml", + "ref/netcore50/es/System.Reflection.Primitives.xml", + "ref/netcore50/fr/System.Reflection.Primitives.xml", + "ref/netcore50/it/System.Reflection.Primitives.xml", + "ref/netcore50/ja/System.Reflection.Primitives.xml", + "ref/netcore50/ko/System.Reflection.Primitives.xml", + "ref/netcore50/ru/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hans/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hant/System.Reflection.Primitives.xml", "ref/netstandard1.0/System.Reflection.Primitives.dll", + "ref/netstandard1.0/System.Reflection.Primitives.xml", + "ref/netstandard1.0/de/System.Reflection.Primitives.xml", + "ref/netstandard1.0/es/System.Reflection.Primitives.xml", + "ref/netstandard1.0/fr/System.Reflection.Primitives.xml", + "ref/netstandard1.0/it/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ja/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ko/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ru/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -3821,7 +4692,27 @@ "ref/net46/System.Reflection.TypeExtensions.dll", "ref/net462/System.Reflection.TypeExtensions.dll", "ref/netstandard1.3/System.Reflection.TypeExtensions.dll", + "ref/netstandard1.3/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/de/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/es/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/fr/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/it/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/ja/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/ko/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/ru/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/zh-hans/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/zh-hant/System.Reflection.TypeExtensions.xml", "ref/netstandard1.5/System.Reflection.TypeExtensions.dll", + "ref/netstandard1.5/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/de/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/es/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/fr/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/it/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/ja/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/ko/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/ru/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/zh-hans/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/zh-hant/System.Reflection.TypeExtensions.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -3855,7 +4746,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/netcore50/System.Resources.ResourceManager.xml", + "ref/netcore50/de/System.Resources.ResourceManager.xml", + "ref/netcore50/es/System.Resources.ResourceManager.xml", + "ref/netcore50/fr/System.Resources.ResourceManager.xml", + "ref/netcore50/it/System.Resources.ResourceManager.xml", + "ref/netcore50/ja/System.Resources.ResourceManager.xml", + "ref/netcore50/ko/System.Resources.ResourceManager.xml", + "ref/netcore50/ru/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml", "ref/netstandard1.0/System.Resources.ResourceManager.dll", + "ref/netstandard1.0/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/de/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/es/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/it/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -3894,10 +4805,60 @@ "ref/net45/_._", "ref/net462/System.Runtime.dll", "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", + "ref/netcore50/de/System.Runtime.xml", + "ref/netcore50/es/System.Runtime.xml", + "ref/netcore50/fr/System.Runtime.xml", + "ref/netcore50/it/System.Runtime.xml", + "ref/netcore50/ja/System.Runtime.xml", + "ref/netcore50/ko/System.Runtime.xml", + "ref/netcore50/ru/System.Runtime.xml", + "ref/netcore50/zh-hans/System.Runtime.xml", + "ref/netcore50/zh-hant/System.Runtime.xml", "ref/netstandard1.0/System.Runtime.dll", + "ref/netstandard1.0/System.Runtime.xml", + "ref/netstandard1.0/de/System.Runtime.xml", + "ref/netstandard1.0/es/System.Runtime.xml", + "ref/netstandard1.0/fr/System.Runtime.xml", + "ref/netstandard1.0/it/System.Runtime.xml", + "ref/netstandard1.0/ja/System.Runtime.xml", + "ref/netstandard1.0/ko/System.Runtime.xml", + "ref/netstandard1.0/ru/System.Runtime.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.xml", "ref/netstandard1.2/System.Runtime.dll", + "ref/netstandard1.2/System.Runtime.xml", + "ref/netstandard1.2/de/System.Runtime.xml", + "ref/netstandard1.2/es/System.Runtime.xml", + "ref/netstandard1.2/fr/System.Runtime.xml", + "ref/netstandard1.2/it/System.Runtime.xml", + "ref/netstandard1.2/ja/System.Runtime.xml", + "ref/netstandard1.2/ko/System.Runtime.xml", + "ref/netstandard1.2/ru/System.Runtime.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.xml", "ref/netstandard1.3/System.Runtime.dll", + "ref/netstandard1.3/System.Runtime.xml", + "ref/netstandard1.3/de/System.Runtime.xml", + "ref/netstandard1.3/es/System.Runtime.xml", + "ref/netstandard1.3/fr/System.Runtime.xml", + "ref/netstandard1.3/it/System.Runtime.xml", + "ref/netstandard1.3/ja/System.Runtime.xml", + "ref/netstandard1.3/ko/System.Runtime.xml", + "ref/netstandard1.3/ru/System.Runtime.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.xml", "ref/netstandard1.5/System.Runtime.dll", + "ref/netstandard1.5/System.Runtime.xml", + "ref/netstandard1.5/de/System.Runtime.xml", + "ref/netstandard1.5/es/System.Runtime.xml", + "ref/netstandard1.5/fr/System.Runtime.xml", + "ref/netstandard1.5/it/System.Runtime.xml", + "ref/netstandard1.5/ja/System.Runtime.xml", + "ref/netstandard1.5/ko/System.Runtime.xml", + "ref/netstandard1.5/ru/System.Runtime.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.xml", "ref/portable-net45+win8+wp80+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -3936,9 +4897,49 @@ "ref/net45/_._", "ref/net462/System.Runtime.Extensions.dll", "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", + "ref/netcore50/de/System.Runtime.Extensions.xml", + "ref/netcore50/es/System.Runtime.Extensions.xml", + "ref/netcore50/fr/System.Runtime.Extensions.xml", + "ref/netcore50/it/System.Runtime.Extensions.xml", + "ref/netcore50/ja/System.Runtime.Extensions.xml", + "ref/netcore50/ko/System.Runtime.Extensions.xml", + "ref/netcore50/ru/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/netstandard1.0/System.Runtime.Extensions.dll", + "ref/netstandard1.0/System.Runtime.Extensions.xml", + "ref/netstandard1.0/de/System.Runtime.Extensions.xml", + "ref/netstandard1.0/es/System.Runtime.Extensions.xml", + "ref/netstandard1.0/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.0/it/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml", "ref/netstandard1.3/System.Runtime.Extensions.dll", + "ref/netstandard1.3/System.Runtime.Extensions.xml", + "ref/netstandard1.3/de/System.Runtime.Extensions.xml", + "ref/netstandard1.3/es/System.Runtime.Extensions.xml", + "ref/netstandard1.3/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.3/it/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml", "ref/netstandard1.5/System.Runtime.Extensions.dll", + "ref/netstandard1.5/System.Runtime.Extensions.xml", + "ref/netstandard1.5/de/System.Runtime.Extensions.xml", + "ref/netstandard1.5/es/System.Runtime.Extensions.xml", + "ref/netstandard1.5/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.5/it/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -3971,6 +4972,16 @@ "ref/MonoTouch10/_._", "ref/net46/_._", "ref/netstandard1.3/System.Runtime.Handles.dll", + "ref/netstandard1.3/System.Runtime.Handles.xml", + "ref/netstandard1.3/de/System.Runtime.Handles.xml", + "ref/netstandard1.3/es/System.Runtime.Handles.xml", + "ref/netstandard1.3/fr/System.Runtime.Handles.xml", + "ref/netstandard1.3/it/System.Runtime.Handles.xml", + "ref/netstandard1.3/ja/System.Runtime.Handles.xml", + "ref/netstandard1.3/ko/System.Runtime.Handles.xml", + "ref/netstandard1.3/ru/System.Runtime.Handles.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Handles.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Handles.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -4006,11 +5017,61 @@ "ref/net462/System.Runtime.InteropServices.dll", "ref/net463/System.Runtime.InteropServices.dll", "ref/netcore50/System.Runtime.InteropServices.dll", + "ref/netcore50/System.Runtime.InteropServices.xml", + "ref/netcore50/de/System.Runtime.InteropServices.xml", + "ref/netcore50/es/System.Runtime.InteropServices.xml", + "ref/netcore50/fr/System.Runtime.InteropServices.xml", + "ref/netcore50/it/System.Runtime.InteropServices.xml", + "ref/netcore50/ja/System.Runtime.InteropServices.xml", + "ref/netcore50/ko/System.Runtime.InteropServices.xml", + "ref/netcore50/ru/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hans/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hant/System.Runtime.InteropServices.xml", "ref/netcoreapp1.1/System.Runtime.InteropServices.dll", "ref/netstandard1.1/System.Runtime.InteropServices.dll", + "ref/netstandard1.1/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml", "ref/netstandard1.2/System.Runtime.InteropServices.dll", + "ref/netstandard1.2/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml", "ref/netstandard1.3/System.Runtime.InteropServices.dll", + "ref/netstandard1.3/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml", "ref/netstandard1.5/System.Runtime.InteropServices.dll", + "ref/netstandard1.5/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -4082,7 +5143,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Runtime.Numerics.dll", + "ref/netcore50/System.Runtime.Numerics.xml", + "ref/netcore50/de/System.Runtime.Numerics.xml", + "ref/netcore50/es/System.Runtime.Numerics.xml", + "ref/netcore50/fr/System.Runtime.Numerics.xml", + "ref/netcore50/it/System.Runtime.Numerics.xml", + "ref/netcore50/ja/System.Runtime.Numerics.xml", + "ref/netcore50/ko/System.Runtime.Numerics.xml", + "ref/netcore50/ru/System.Runtime.Numerics.xml", + "ref/netcore50/zh-hans/System.Runtime.Numerics.xml", + "ref/netcore50/zh-hant/System.Runtime.Numerics.xml", "ref/netstandard1.1/System.Runtime.Numerics.dll", + "ref/netstandard1.1/System.Runtime.Numerics.xml", + "ref/netstandard1.1/de/System.Runtime.Numerics.xml", + "ref/netstandard1.1/es/System.Runtime.Numerics.xml", + "ref/netstandard1.1/fr/System.Runtime.Numerics.xml", + "ref/netstandard1.1/it/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ja/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ko/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ru/System.Runtime.Numerics.xml", + "ref/netstandard1.1/zh-hans/System.Runtime.Numerics.xml", + "ref/netstandard1.1/zh-hant/System.Runtime.Numerics.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -4120,7 +5201,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Runtime.Serialization.Json.dll", + "ref/netcore50/System.Runtime.Serialization.Json.xml", + "ref/netcore50/de/System.Runtime.Serialization.Json.xml", + "ref/netcore50/es/System.Runtime.Serialization.Json.xml", + "ref/netcore50/fr/System.Runtime.Serialization.Json.xml", + "ref/netcore50/it/System.Runtime.Serialization.Json.xml", + "ref/netcore50/ja/System.Runtime.Serialization.Json.xml", + "ref/netcore50/ko/System.Runtime.Serialization.Json.xml", + "ref/netcore50/ru/System.Runtime.Serialization.Json.xml", + "ref/netcore50/zh-hans/System.Runtime.Serialization.Json.xml", + "ref/netcore50/zh-hant/System.Runtime.Serialization.Json.xml", "ref/netstandard1.0/System.Runtime.Serialization.Json.dll", + "ref/netstandard1.0/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/de/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/es/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/fr/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/it/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/ja/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/ko/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/ru/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Json.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -4161,8 +5262,38 @@ "ref/net45/_._", "ref/net46/System.Runtime.Serialization.Primitives.dll", "ref/netcore50/System.Runtime.Serialization.Primitives.dll", + "ref/netcore50/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/de/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/es/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/fr/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/it/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/ja/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/ko/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/ru/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/zh-hans/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/zh-hant/System.Runtime.Serialization.Primitives.xml", "ref/netstandard1.0/System.Runtime.Serialization.Primitives.dll", + "ref/netstandard1.0/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/de/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/es/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/fr/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/it/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/ja/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/ko/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/ru/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Primitives.xml", "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll", + "ref/netstandard1.3/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/de/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/es/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/fr/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/it/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/ja/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/ko/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/ru/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Serialization.Primitives.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -4204,8 +5335,38 @@ "ref/net45/_._", "ref/net46/System.Runtime.Serialization.Xml.dll", "ref/netcore50/System.Runtime.Serialization.Xml.dll", + "ref/netcore50/System.Runtime.Serialization.Xml.xml", + "ref/netcore50/de/System.Runtime.Serialization.Xml.xml", + "ref/netcore50/es/System.Runtime.Serialization.Xml.xml", + "ref/netcore50/fr/System.Runtime.Serialization.Xml.xml", + "ref/netcore50/it/System.Runtime.Serialization.Xml.xml", + "ref/netcore50/ja/System.Runtime.Serialization.Xml.xml", + "ref/netcore50/ko/System.Runtime.Serialization.Xml.xml", + "ref/netcore50/ru/System.Runtime.Serialization.Xml.xml", + "ref/netcore50/zh-hans/System.Runtime.Serialization.Xml.xml", + "ref/netcore50/zh-hant/System.Runtime.Serialization.Xml.xml", "ref/netstandard1.0/System.Runtime.Serialization.Xml.dll", + "ref/netstandard1.0/System.Runtime.Serialization.Xml.xml", + "ref/netstandard1.0/de/System.Runtime.Serialization.Xml.xml", + "ref/netstandard1.0/es/System.Runtime.Serialization.Xml.xml", + "ref/netstandard1.0/fr/System.Runtime.Serialization.Xml.xml", + "ref/netstandard1.0/it/System.Runtime.Serialization.Xml.xml", + "ref/netstandard1.0/ja/System.Runtime.Serialization.Xml.xml", + "ref/netstandard1.0/ko/System.Runtime.Serialization.Xml.xml", + "ref/netstandard1.0/ru/System.Runtime.Serialization.Xml.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Xml.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Xml.xml", "ref/netstandard1.3/System.Runtime.Serialization.Xml.dll", + "ref/netstandard1.3/System.Runtime.Serialization.Xml.xml", + "ref/netstandard1.3/de/System.Runtime.Serialization.Xml.xml", + "ref/netstandard1.3/es/System.Runtime.Serialization.Xml.xml", + "ref/netstandard1.3/fr/System.Runtime.Serialization.Xml.xml", + "ref/netstandard1.3/it/System.Runtime.Serialization.Xml.xml", + "ref/netstandard1.3/ja/System.Runtime.Serialization.Xml.xml", + "ref/netstandard1.3/ko/System.Runtime.Serialization.Xml.xml", + "ref/netstandard1.3/ru/System.Runtime.Serialization.Xml.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Serialization.Xml.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Serialization.Xml.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -4239,6 +5400,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Security.Claims.dll", "ref/netstandard1.3/System.Security.Claims.dll", + "ref/netstandard1.3/System.Security.Claims.xml", + "ref/netstandard1.3/de/System.Security.Claims.xml", + "ref/netstandard1.3/es/System.Security.Claims.xml", + "ref/netstandard1.3/fr/System.Security.Claims.xml", + "ref/netstandard1.3/it/System.Security.Claims.xml", + "ref/netstandard1.3/ja/System.Security.Claims.xml", + "ref/netstandard1.3/ko/System.Security.Claims.xml", + "ref/netstandard1.3/ru/System.Security.Claims.xml", + "ref/netstandard1.3/zh-hans/System.Security.Claims.xml", + "ref/netstandard1.3/zh-hant/System.Security.Claims.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -4368,6 +5539,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Security.Cryptography.Encoding.dll", "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll", + "ref/netstandard1.3/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/de/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/es/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/fr/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/it/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ja/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ko/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ru/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/zh-hans/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/zh-hant/System.Security.Cryptography.Encoding.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -4446,7 +5627,27 @@ "ref/net46/System.Security.Cryptography.X509Certificates.dll", "ref/net461/System.Security.Cryptography.X509Certificates.dll", "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/de/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/es/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/fr/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/it/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ja/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ko/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ru/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/zh-hant/System.Security.Cryptography.X509Certificates.xml", "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/de/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/es/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/fr/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/it/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ja/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ko/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ru/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/zh-hant/System.Security.Cryptography.X509Certificates.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -4486,7 +5687,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Security.Principal.dll", + "ref/netcore50/System.Security.Principal.xml", + "ref/netcore50/de/System.Security.Principal.xml", + "ref/netcore50/es/System.Security.Principal.xml", + "ref/netcore50/fr/System.Security.Principal.xml", + "ref/netcore50/it/System.Security.Principal.xml", + "ref/netcore50/ja/System.Security.Principal.xml", + "ref/netcore50/ko/System.Security.Principal.xml", + "ref/netcore50/ru/System.Security.Principal.xml", + "ref/netcore50/zh-hans/System.Security.Principal.xml", + "ref/netcore50/zh-hant/System.Security.Principal.xml", "ref/netstandard1.0/System.Security.Principal.dll", + "ref/netstandard1.0/System.Security.Principal.xml", + "ref/netstandard1.0/de/System.Security.Principal.xml", + "ref/netstandard1.0/es/System.Security.Principal.xml", + "ref/netstandard1.0/fr/System.Security.Principal.xml", + "ref/netstandard1.0/it/System.Security.Principal.xml", + "ref/netstandard1.0/ja/System.Security.Principal.xml", + "ref/netstandard1.0/ko/System.Security.Principal.xml", + "ref/netstandard1.0/ru/System.Security.Principal.xml", + "ref/netstandard1.0/zh-hans/System.Security.Principal.xml", + "ref/netstandard1.0/zh-hant/System.Security.Principal.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -4523,8 +5744,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Text.Encoding.dll", + "ref/netcore50/System.Text.Encoding.xml", + "ref/netcore50/de/System.Text.Encoding.xml", + "ref/netcore50/es/System.Text.Encoding.xml", + "ref/netcore50/fr/System.Text.Encoding.xml", + "ref/netcore50/it/System.Text.Encoding.xml", + "ref/netcore50/ja/System.Text.Encoding.xml", + "ref/netcore50/ko/System.Text.Encoding.xml", + "ref/netcore50/ru/System.Text.Encoding.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.xml", "ref/netstandard1.0/System.Text.Encoding.dll", + "ref/netstandard1.0/System.Text.Encoding.xml", + "ref/netstandard1.0/de/System.Text.Encoding.xml", + "ref/netstandard1.0/es/System.Text.Encoding.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.xml", + "ref/netstandard1.0/it/System.Text.Encoding.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml", "ref/netstandard1.3/System.Text.Encoding.dll", + "ref/netstandard1.3/System.Text.Encoding.xml", + "ref/netstandard1.3/de/System.Text.Encoding.xml", + "ref/netstandard1.3/es/System.Text.Encoding.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.xml", + "ref/netstandard1.3/it/System.Text.Encoding.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -4561,8 +5812,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Text.Encoding.Extensions.dll", + "ref/netcore50/System.Text.Encoding.Extensions.xml", + "ref/netcore50/de/System.Text.Encoding.Extensions.xml", + "ref/netcore50/es/System.Text.Encoding.Extensions.xml", + "ref/netcore50/fr/System.Text.Encoding.Extensions.xml", + "ref/netcore50/it/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ja/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ko/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ru/System.Text.Encoding.Extensions.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml", "ref/netstandard1.0/System.Text.Encoding.Extensions.dll", + "ref/netstandard1.0/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/de/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/es/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/it/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.Extensions.xml", "ref/netstandard1.3/System.Text.Encoding.Extensions.dll", + "ref/netstandard1.3/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/de/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/es/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/it/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.Extensions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -4603,10 +5884,50 @@ "ref/net45/_._", "ref/net463/System.Text.RegularExpressions.dll", "ref/netcore50/System.Text.RegularExpressions.dll", + "ref/netcore50/System.Text.RegularExpressions.xml", + "ref/netcore50/de/System.Text.RegularExpressions.xml", + "ref/netcore50/es/System.Text.RegularExpressions.xml", + "ref/netcore50/fr/System.Text.RegularExpressions.xml", + "ref/netcore50/it/System.Text.RegularExpressions.xml", + "ref/netcore50/ja/System.Text.RegularExpressions.xml", + "ref/netcore50/ko/System.Text.RegularExpressions.xml", + "ref/netcore50/ru/System.Text.RegularExpressions.xml", + "ref/netcore50/zh-hans/System.Text.RegularExpressions.xml", + "ref/netcore50/zh-hant/System.Text.RegularExpressions.xml", "ref/netcoreapp1.1/System.Text.RegularExpressions.dll", "ref/netstandard1.0/System.Text.RegularExpressions.dll", + "ref/netstandard1.0/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/zh-hant/System.Text.RegularExpressions.xml", "ref/netstandard1.3/System.Text.RegularExpressions.dll", + "ref/netstandard1.3/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/zh-hant/System.Text.RegularExpressions.xml", "ref/netstandard1.6/System.Text.RegularExpressions.dll", + "ref/netstandard1.6/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/zh-hant/System.Text.RegularExpressions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -4645,8 +5966,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", + "ref/netcore50/de/System.Threading.xml", + "ref/netcore50/es/System.Threading.xml", + "ref/netcore50/fr/System.Threading.xml", + "ref/netcore50/it/System.Threading.xml", + "ref/netcore50/ja/System.Threading.xml", + "ref/netcore50/ko/System.Threading.xml", + "ref/netcore50/ru/System.Threading.xml", + "ref/netcore50/zh-hans/System.Threading.xml", + "ref/netcore50/zh-hant/System.Threading.xml", "ref/netstandard1.0/System.Threading.dll", + "ref/netstandard1.0/System.Threading.xml", + "ref/netstandard1.0/de/System.Threading.xml", + "ref/netstandard1.0/es/System.Threading.xml", + "ref/netstandard1.0/fr/System.Threading.xml", + "ref/netstandard1.0/it/System.Threading.xml", + "ref/netstandard1.0/ja/System.Threading.xml", + "ref/netstandard1.0/ko/System.Threading.xml", + "ref/netstandard1.0/ru/System.Threading.xml", + "ref/netstandard1.0/zh-hans/System.Threading.xml", + "ref/netstandard1.0/zh-hant/System.Threading.xml", "ref/netstandard1.3/System.Threading.dll", + "ref/netstandard1.3/System.Threading.xml", + "ref/netstandard1.3/de/System.Threading.xml", + "ref/netstandard1.3/es/System.Threading.xml", + "ref/netstandard1.3/fr/System.Threading.xml", + "ref/netstandard1.3/it/System.Threading.xml", + "ref/netstandard1.3/ja/System.Threading.xml", + "ref/netstandard1.3/ko/System.Threading.xml", + "ref/netstandard1.3/ru/System.Threading.xml", + "ref/netstandard1.3/zh-hans/System.Threading.xml", + "ref/netstandard1.3/zh-hant/System.Threading.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -4684,8 +6035,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Threading.Tasks.dll", + "ref/netcore50/System.Threading.Tasks.xml", + "ref/netcore50/de/System.Threading.Tasks.xml", + "ref/netcore50/es/System.Threading.Tasks.xml", + "ref/netcore50/fr/System.Threading.Tasks.xml", + "ref/netcore50/it/System.Threading.Tasks.xml", + "ref/netcore50/ja/System.Threading.Tasks.xml", + "ref/netcore50/ko/System.Threading.Tasks.xml", + "ref/netcore50/ru/System.Threading.Tasks.xml", + "ref/netcore50/zh-hans/System.Threading.Tasks.xml", + "ref/netcore50/zh-hant/System.Threading.Tasks.xml", "ref/netstandard1.0/System.Threading.Tasks.dll", + "ref/netstandard1.0/System.Threading.Tasks.xml", + "ref/netstandard1.0/de/System.Threading.Tasks.xml", + "ref/netstandard1.0/es/System.Threading.Tasks.xml", + "ref/netstandard1.0/fr/System.Threading.Tasks.xml", + "ref/netstandard1.0/it/System.Threading.Tasks.xml", + "ref/netstandard1.0/ja/System.Threading.Tasks.xml", + "ref/netstandard1.0/ko/System.Threading.Tasks.xml", + "ref/netstandard1.0/ru/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml", "ref/netstandard1.3/System.Threading.Tasks.dll", + "ref/netstandard1.3/System.Threading.Tasks.xml", + "ref/netstandard1.3/de/System.Threading.Tasks.xml", + "ref/netstandard1.3/es/System.Threading.Tasks.xml", + "ref/netstandard1.3/fr/System.Threading.Tasks.xml", + "ref/netstandard1.3/it/System.Threading.Tasks.xml", + "ref/netstandard1.3/ja/System.Threading.Tasks.xml", + "ref/netstandard1.3/ko/System.Threading.Tasks.xml", + "ref/netstandard1.3/ru/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -4708,6 +6089,7 @@ "ThirdPartyNotices.txt", "dotnet_library_license.txt", "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", "system.threading.tasks.extensions.4.3.0.nupkg.sha512", @@ -4736,6 +6118,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Threading.Thread.dll", "ref/netstandard1.3/System.Threading.Thread.dll", + "ref/netstandard1.3/System.Threading.Thread.xml", + "ref/netstandard1.3/de/System.Threading.Thread.xml", + "ref/netstandard1.3/es/System.Threading.Thread.xml", + "ref/netstandard1.3/fr/System.Threading.Thread.xml", + "ref/netstandard1.3/it/System.Threading.Thread.xml", + "ref/netstandard1.3/ja/System.Threading.Thread.xml", + "ref/netstandard1.3/ko/System.Threading.Thread.xml", + "ref/netstandard1.3/ru/System.Threading.Thread.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Thread.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Thread.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -4766,6 +6158,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Threading.ThreadPool.dll", "ref/netstandard1.3/System.Threading.ThreadPool.dll", + "ref/netstandard1.3/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/de/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/es/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/fr/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/it/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ja/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ko/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ru/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/zh-hans/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/zh-hant/System.Threading.ThreadPool.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -4797,7 +6199,27 @@ "ref/MonoTouch10/_._", "ref/net451/_._", "ref/netcore50/System.Threading.Timer.dll", + "ref/netcore50/System.Threading.Timer.xml", + "ref/netcore50/de/System.Threading.Timer.xml", + "ref/netcore50/es/System.Threading.Timer.xml", + "ref/netcore50/fr/System.Threading.Timer.xml", + "ref/netcore50/it/System.Threading.Timer.xml", + "ref/netcore50/ja/System.Threading.Timer.xml", + "ref/netcore50/ko/System.Threading.Timer.xml", + "ref/netcore50/ru/System.Threading.Timer.xml", + "ref/netcore50/zh-hans/System.Threading.Timer.xml", + "ref/netcore50/zh-hant/System.Threading.Timer.xml", "ref/netstandard1.2/System.Threading.Timer.dll", + "ref/netstandard1.2/System.Threading.Timer.xml", + "ref/netstandard1.2/de/System.Threading.Timer.xml", + "ref/netstandard1.2/es/System.Threading.Timer.xml", + "ref/netstandard1.2/fr/System.Threading.Timer.xml", + "ref/netstandard1.2/it/System.Threading.Timer.xml", + "ref/netstandard1.2/ja/System.Threading.Timer.xml", + "ref/netstandard1.2/ko/System.Threading.Timer.xml", + "ref/netstandard1.2/ru/System.Threading.Timer.xml", + "ref/netstandard1.2/zh-hans/System.Threading.Timer.xml", + "ref/netstandard1.2/zh-hant/System.Threading.Timer.xml", "ref/portable-net451+win81+wpa81/_._", "ref/win81/_._", "ref/wpa81/_._", @@ -4837,8 +6259,38 @@ "ref/net45/_._", "ref/net46/System.Xml.ReaderWriter.dll", "ref/netcore50/System.Xml.ReaderWriter.dll", + "ref/netcore50/System.Xml.ReaderWriter.xml", + "ref/netcore50/de/System.Xml.ReaderWriter.xml", + "ref/netcore50/es/System.Xml.ReaderWriter.xml", + "ref/netcore50/fr/System.Xml.ReaderWriter.xml", + "ref/netcore50/it/System.Xml.ReaderWriter.xml", + "ref/netcore50/ja/System.Xml.ReaderWriter.xml", + "ref/netcore50/ko/System.Xml.ReaderWriter.xml", + "ref/netcore50/ru/System.Xml.ReaderWriter.xml", + "ref/netcore50/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netcore50/zh-hant/System.Xml.ReaderWriter.xml", "ref/netstandard1.0/System.Xml.ReaderWriter.dll", + "ref/netstandard1.0/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/de/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/es/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/fr/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/it/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ja/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ko/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ru/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/zh-hant/System.Xml.ReaderWriter.xml", "ref/netstandard1.3/System.Xml.ReaderWriter.dll", + "ref/netstandard1.3/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/de/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/es/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/fr/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/it/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ja/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ko/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ru/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/zh-hant/System.Xml.ReaderWriter.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -4877,8 +6329,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Xml.XDocument.dll", + "ref/netcore50/System.Xml.XDocument.xml", + "ref/netcore50/de/System.Xml.XDocument.xml", + "ref/netcore50/es/System.Xml.XDocument.xml", + "ref/netcore50/fr/System.Xml.XDocument.xml", + "ref/netcore50/it/System.Xml.XDocument.xml", + "ref/netcore50/ja/System.Xml.XDocument.xml", + "ref/netcore50/ko/System.Xml.XDocument.xml", + "ref/netcore50/ru/System.Xml.XDocument.xml", + "ref/netcore50/zh-hans/System.Xml.XDocument.xml", + "ref/netcore50/zh-hant/System.Xml.XDocument.xml", "ref/netstandard1.0/System.Xml.XDocument.dll", + "ref/netstandard1.0/System.Xml.XDocument.xml", + "ref/netstandard1.0/de/System.Xml.XDocument.xml", + "ref/netstandard1.0/es/System.Xml.XDocument.xml", + "ref/netstandard1.0/fr/System.Xml.XDocument.xml", + "ref/netstandard1.0/it/System.Xml.XDocument.xml", + "ref/netstandard1.0/ja/System.Xml.XDocument.xml", + "ref/netstandard1.0/ko/System.Xml.XDocument.xml", + "ref/netstandard1.0/ru/System.Xml.XDocument.xml", + "ref/netstandard1.0/zh-hans/System.Xml.XDocument.xml", + "ref/netstandard1.0/zh-hant/System.Xml.XDocument.xml", "ref/netstandard1.3/System.Xml.XDocument.dll", + "ref/netstandard1.3/System.Xml.XDocument.xml", + "ref/netstandard1.3/de/System.Xml.XDocument.xml", + "ref/netstandard1.3/es/System.Xml.XDocument.xml", + "ref/netstandard1.3/fr/System.Xml.XDocument.xml", + "ref/netstandard1.3/it/System.Xml.XDocument.xml", + "ref/netstandard1.3/ja/System.Xml.XDocument.xml", + "ref/netstandard1.3/ko/System.Xml.XDocument.xml", + "ref/netstandard1.3/ru/System.Xml.XDocument.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XDocument.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XDocument.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -4912,6 +6394,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Xml.XmlDocument.dll", "ref/netstandard1.3/System.Xml.XmlDocument.dll", + "ref/netstandard1.3/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/de/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/es/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/fr/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/it/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/ja/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/ko/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/ru/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XmlDocument.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -4946,8 +6438,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Xml.XmlSerializer.dll", + "ref/netcore50/System.Xml.XmlSerializer.xml", + "ref/netcore50/de/System.Xml.XmlSerializer.xml", + "ref/netcore50/es/System.Xml.XmlSerializer.xml", + "ref/netcore50/fr/System.Xml.XmlSerializer.xml", + "ref/netcore50/it/System.Xml.XmlSerializer.xml", + "ref/netcore50/ja/System.Xml.XmlSerializer.xml", + "ref/netcore50/ko/System.Xml.XmlSerializer.xml", + "ref/netcore50/ru/System.Xml.XmlSerializer.xml", + "ref/netcore50/zh-hans/System.Xml.XmlSerializer.xml", + "ref/netcore50/zh-hant/System.Xml.XmlSerializer.xml", "ref/netstandard1.0/System.Xml.XmlSerializer.dll", + "ref/netstandard1.0/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/de/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/es/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/fr/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/it/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/ja/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/ko/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/ru/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/zh-hans/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/zh-hant/System.Xml.XmlSerializer.xml", "ref/netstandard1.3/System.Xml.XmlSerializer.dll", + "ref/netstandard1.3/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/de/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/es/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/fr/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/it/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/ja/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/ko/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/ru/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XmlSerializer.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -4969,11 +6491,11 @@ }, "projectFileDependencyGroups": { "net9.0": [ - "Autofac >= 8.1.1", + "Autofac >= 9.0.0", "EventBus >= 1.0.0", "Microsoft.Azure.ServiceBus >= 5.2.0", "Microsoft.CSharp >= 4.7.0", - "Microsoft.Extensions.Logging >= 9.0.0" + "Microsoft.Extensions.Logging >= 9.0.2" ] }, "packageFolders": { @@ -5025,7 +6547,7 @@ "dependencies": { "Autofac": { "target": "Package", - "version": "[8.1.1, )" + "version": "[9.0.0, )" }, "Microsoft.Azure.ServiceBus": { "target": "Package", @@ -5037,7 +6559,7 @@ }, "Microsoft.Extensions.Logging": { "target": "Package", - "version": "[9.0.0, )" + "version": "[9.0.2, )" } }, "imports": [ diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/project.nuget.cache b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/project.nuget.cache index 61721270..a4194f67 100644 --- a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/project.nuget.cache +++ b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/project.nuget.cache @@ -1,20 +1,20 @@ { "version": 2, - "dgSpecHash": "6dWJig7T3Hg=", + "dgSpecHash": "B1OGvL8ZdgM=", "success": true, "projectFilePath": "/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusServiceBus/EventBusServiceBus.csproj", "expectedPackageFiles": [ - "/home/runner/.nuget/packages/autofac/8.1.1/autofac.8.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/autofac/9.0.0/autofac.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.azure.amqp/2.4.11/microsoft.azure.amqp.2.4.11.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.azure.servicebus/5.2.0/microsoft.azure.servicebus.5.2.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.azure.services.appauthentication/1.0.3/microsoft.azure.services.appauthentication.1.0.3.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.csharp/4.7.0/microsoft.csharp.4.7.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection/9.0.0/microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/9.0.0/microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging/9.0.0/microsoft.extensions.logging.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.abstractions/9.0.0/microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.options/9.0.0/microsoft.extensions.options.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.primitives/9.0.0/microsoft.extensions.primitives.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection/9.0.2/microsoft.extensions.dependencyinjection.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/9.0.2/microsoft.extensions.dependencyinjection.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging/9.0.2/microsoft.extensions.logging.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.abstractions/9.0.2/microsoft.extensions.logging.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.options/9.0.2/microsoft.extensions.options.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.primitives/9.0.2/microsoft.extensions.primitives.9.0.2.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.identitymodel.clients.activedirectory/3.14.2/microsoft.identitymodel.clients.activedirectory.3.14.2.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.identitymodel.jsonwebtokens/5.4.0/microsoft.identitymodel.jsonwebtokens.5.4.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.identitymodel.logging/5.4.0/microsoft.identitymodel.logging.5.4.0.nupkg.sha512", @@ -24,7 +24,7 @@ "/home/runner/.nuget/packages/microsoft.win32.primitives/4.3.0/microsoft.win32.primitives.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.win32.registry/4.3.0/microsoft.win32.registry.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/netstandard.library/1.6.1/netstandard.library.1.6.1.nupkg.sha512", - "/home/runner/.nuget/packages/newtonsoft.json/13.0.3/newtonsoft.json.13.0.3.nupkg.sha512", + "/home/runner/.nuget/packages/newtonsoft.json/13.0.4/newtonsoft.json.13.0.4.nupkg.sha512", "/home/runner/.nuget/packages/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", @@ -47,7 +47,7 @@ "/home/runner/.nuget/packages/system.collections.concurrent/4.3.0/system.collections.concurrent.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.console/4.3.0/system.console.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.debug/4.3.0/system.diagnostics.debug.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.diagnostics.diagnosticsource/8.0.1/system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/system.diagnostics.diagnosticsource/10.0.0/system.diagnostics.diagnosticsource.10.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.process/4.3.0/system.diagnostics.process.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.tools/4.3.0/system.diagnostics.tools.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.tracing/4.3.0/system.diagnostics.tracing.4.3.0.nupkg.sha512", diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/IntegrationEventLogEF.csproj b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/IntegrationEventLogEF.csproj index cf062f31..68efa488 100644 --- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/IntegrationEventLogEF.csproj +++ b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/IntegrationEventLogEF.csproj @@ -11,6 +11,6 @@ - + \ No newline at end of file diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/EventBus.dll b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/EventBus.dll deleted file mode 100644 index 0e1d71e5..00000000 Binary files a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/EventBus.dll and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/EventBus.pdb b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/EventBus.pdb deleted file mode 100644 index d5c9163d..00000000 Binary files a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/EventBus.pdb and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/IntegrationEventLogEF.deps.json b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/IntegrationEventLogEF.deps.json deleted file mode 100644 index 9f7701ed..00000000 --- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/IntegrationEventLogEF.deps.json +++ /dev/null @@ -1,1010 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": { - "IntegrationEventLogEF/1.0.0": { - "dependencies": { - "EventBus": "1.0.0", - "Microsoft.EntityFrameworkCore": "7.0.15", - "Microsoft.EntityFrameworkCore.Design": "6.0.3", - "Microsoft.EntityFrameworkCore.Relational": "7.0.15", - "Microsoft.EntityFrameworkCore.SqlServer": "7.0.14", - "Newtonsoft.Json": "13.0.1" - }, - "runtime": { - "IntegrationEventLogEF.dll": {} - } - }, - "Azure.Core/1.25.0": { - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "1.1.1", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Memory.Data": "1.0.2", - "System.Numerics.Vectors": "4.5.0", - "System.Text.Encodings.Web": "6.0.0", - "System.Text.Json": "4.7.2", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/net5.0/Azure.Core.dll": { - "assemblyVersion": "1.25.0.0", - "fileVersion": "1.2500.22.33004" - } - } - }, - "Azure.Identity/1.7.0": { - "dependencies": { - "Azure.Core": "1.25.0", - "Microsoft.Identity.Client": "4.47.2", - "Microsoft.Identity.Client.Extensions.Msal": "2.19.3", - "System.Memory": "4.5.4", - "System.Security.Cryptography.ProtectedData": "6.0.0", - "System.Text.Json": "4.7.2", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/Azure.Identity.dll": { - "assemblyVersion": "1.7.0.0", - "fileVersion": "1.700.22.46903" - } - } - }, - "Humanizer.Core/2.8.26": { - "runtime": { - "lib/netstandard2.0/Humanizer.dll": { - "assemblyVersion": "2.8.0.0", - "fileVersion": "2.8.26.1919" - } - } - }, - "Microsoft.Bcl.AsyncInterfaces/1.1.1": { - "runtime": { - "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "4.700.20.21406" - } - } - }, - "Microsoft.CSharp/4.5.0": {}, - "Microsoft.Data.SqlClient/5.1.1": { - "dependencies": { - "Azure.Identity": "1.7.0", - "Microsoft.Data.SqlClient.SNI.runtime": "5.1.0", - "Microsoft.Identity.Client": "4.47.2", - "Microsoft.IdentityModel.JsonWebTokens": "6.24.0", - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.24.0", - "Microsoft.SqlServer.Server": "1.0.0", - "System.Configuration.ConfigurationManager": "6.0.1", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Runtime.Caching": "6.0.0", - "System.Security.Cryptography.Cng": "5.0.0", - "System.Security.Principal.Windows": "5.0.0", - "System.Text.Encoding.CodePages": "6.0.0", - "System.Text.Encodings.Web": "6.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Data.SqlClient.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.0" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.0" - }, - "runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.0" - } - } - }, - "Microsoft.Data.SqlClient.SNI.runtime/5.1.0": { - "runtimeTargets": { - "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-arm", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-arm64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "Microsoft.EntityFrameworkCore/7.0.15": { - "dependencies": { - "Microsoft.EntityFrameworkCore.Abstractions": "7.0.15", - "Microsoft.EntityFrameworkCore.Analyzers": "7.0.15", - "Microsoft.Extensions.Caching.Memory": "7.0.0", - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.Logging": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.EntityFrameworkCore.dll": { - "assemblyVersion": "7.0.15.0", - "fileVersion": "7.0.1523.57109" - } - } - }, - "Microsoft.EntityFrameworkCore.Abstractions/7.0.15": { - "runtime": { - "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { - "assemblyVersion": "7.0.15.0", - "fileVersion": "7.0.1523.57109" - } - } - }, - "Microsoft.EntityFrameworkCore.Analyzers/7.0.15": {}, - "Microsoft.EntityFrameworkCore.Design/6.0.3": { - "dependencies": { - "Humanizer.Core": "2.8.26", - "Microsoft.EntityFrameworkCore.Relational": "7.0.15" - }, - "runtime": { - "lib/net6.0/Microsoft.EntityFrameworkCore.Design.dll": { - "assemblyVersion": "6.0.3.0", - "fileVersion": "6.0.322.12306" - } - } - }, - "Microsoft.EntityFrameworkCore.Relational/7.0.15": { - "dependencies": { - "Microsoft.EntityFrameworkCore": "7.0.15", - "Microsoft.Extensions.Configuration.Abstractions": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.EntityFrameworkCore.Relational.dll": { - "assemblyVersion": "7.0.15.0", - "fileVersion": "7.0.1523.57109" - } - } - }, - "Microsoft.EntityFrameworkCore.SqlServer/7.0.14": { - "dependencies": { - "Microsoft.Data.SqlClient": "5.1.1", - "Microsoft.EntityFrameworkCore.Relational": "7.0.15" - }, - "runtime": { - "lib/net6.0/Microsoft.EntityFrameworkCore.SqlServer.dll": { - "assemblyVersion": "7.0.14.0", - "fileVersion": "7.0.1423.52313" - } - } - }, - "Microsoft.Extensions.Caching.Abstractions/7.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "Microsoft.Extensions.Caching.Memory/7.0.0": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "7.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0", - "Microsoft.Extensions.Primitives": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "Microsoft.Extensions.Configuration.Abstractions/7.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "Microsoft.Extensions.DependencyInjection/7.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": { - "runtime": { - "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "Microsoft.Extensions.Logging/7.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Logging.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "Microsoft.Extensions.Logging.Abstractions/7.0.0": { - "runtime": { - "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "Microsoft.Extensions.Options/7.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Primitives": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Options.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "Microsoft.Extensions.Primitives/7.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Primitives.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "Microsoft.Identity.Client/4.47.2": { - "dependencies": { - "Microsoft.IdentityModel.Abstractions": "6.24.0" - }, - "runtime": { - "lib/netcoreapp2.1/Microsoft.Identity.Client.dll": { - "assemblyVersion": "4.47.2.0", - "fileVersion": "4.47.2.0" - } - } - }, - "Microsoft.Identity.Client.Extensions.Msal/2.19.3": { - "dependencies": { - "Microsoft.Identity.Client": "4.47.2", - "System.Security.Cryptography.ProtectedData": "6.0.0" - }, - "runtime": { - "lib/netcoreapp2.1/Microsoft.Identity.Client.Extensions.Msal.dll": { - "assemblyVersion": "2.19.3.0", - "fileVersion": "2.19.3.0" - } - } - }, - "Microsoft.IdentityModel.Abstractions/6.24.0": { - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { - "assemblyVersion": "6.24.0.0", - "fileVersion": "6.24.0.31013" - } - } - }, - "Microsoft.IdentityModel.JsonWebTokens/6.24.0": { - "dependencies": { - "Microsoft.IdentityModel.Tokens": "6.24.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Json": "4.7.2" - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { - "assemblyVersion": "6.24.0.0", - "fileVersion": "6.24.0.31013" - } - } - }, - "Microsoft.IdentityModel.Logging/6.24.0": { - "dependencies": { - "Microsoft.IdentityModel.Abstractions": "6.24.0" - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { - "assemblyVersion": "6.24.0.0", - "fileVersion": "6.24.0.31013" - } - } - }, - "Microsoft.IdentityModel.Protocols/6.24.0": { - "dependencies": { - "Microsoft.IdentityModel.Logging": "6.24.0", - "Microsoft.IdentityModel.Tokens": "6.24.0" - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { - "assemblyVersion": "6.24.0.0", - "fileVersion": "6.24.0.31013" - } - } - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.24.0": { - "dependencies": { - "Microsoft.IdentityModel.Protocols": "6.24.0", - "System.IdentityModel.Tokens.Jwt": "6.24.0" - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { - "assemblyVersion": "6.24.0.0", - "fileVersion": "6.24.0.31013" - } - } - }, - "Microsoft.IdentityModel.Tokens/6.24.0": { - "dependencies": { - "Microsoft.CSharp": "4.5.0", - "Microsoft.IdentityModel.Logging": "6.24.0", - "System.Security.Cryptography.Cng": "5.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { - "assemblyVersion": "6.24.0.0", - "fileVersion": "6.24.0.31013" - } - } - }, - "Microsoft.NETCore.Platforms/1.1.0": {}, - "Microsoft.NETCore.Targets/1.1.0": {}, - "Microsoft.SqlServer.Server/1.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "Microsoft.Win32.SystemEvents/6.0.0": { - "runtime": { - "lib/net6.0/Microsoft.Win32.SystemEvents.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "Newtonsoft.Json/13.0.1": { - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.1.25517" - } - } - }, - "System.Configuration.ConfigurationManager/6.0.1": { - "dependencies": { - "System.Security.Cryptography.ProtectedData": "6.0.0", - "System.Security.Permissions": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - } - } - }, - "System.Diagnostics.DiagnosticSource/6.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Drawing.Common/6.0.0": { - "dependencies": { - "Microsoft.Win32.SystemEvents": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Drawing.Common.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/net6.0/System.Drawing.Common.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - }, - "runtimes/win/lib/net6.0/System.Drawing.Common.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.Formats.Asn1/5.0.0": {}, - "System.IdentityModel.Tokens.Jwt/6.24.0": { - "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "6.24.0", - "Microsoft.IdentityModel.Tokens": "6.24.0" - }, - "runtime": { - "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { - "assemblyVersion": "6.24.0.0", - "fileVersion": "6.24.0.31013" - } - } - }, - "System.Memory/4.5.4": {}, - "System.Memory.Data/1.0.2": { - "dependencies": { - "System.Text.Encodings.Web": "6.0.0", - "System.Text.Json": "4.7.2" - }, - "runtime": { - "lib/netstandard2.0/System.Memory.Data.dll": { - "assemblyVersion": "1.0.2.0", - "fileVersion": "1.0.221.20802" - } - } - }, - "System.Numerics.Vectors/4.5.0": {}, - "System.Runtime/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Caching/6.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "6.0.1" - }, - "runtime": { - "lib/net6.0/System.Runtime.Caching.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Runtime.Caching.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": {}, - "System.Security.AccessControl/6.0.0": {}, - "System.Security.Cryptography.Cng/5.0.0": { - "dependencies": { - "System.Formats.Asn1": "5.0.0" - } - }, - "System.Security.Cryptography.ProtectedData/6.0.0": { - "runtime": { - "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.Security.Permissions/6.0.0": { - "dependencies": { - "System.Security.AccessControl": "6.0.0", - "System.Windows.Extensions": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Security.Permissions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.Security.Principal.Windows/5.0.0": {}, - "System.Text.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages/6.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Text.Encodings.Web/6.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Text.Json/4.7.2": {}, - "System.Threading.Tasks.Extensions/4.5.4": {}, - "System.Windows.Extensions/6.0.0": { - "dependencies": { - "System.Drawing.Common": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Windows.Extensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "EventBus/1.0.0": { - "dependencies": { - "Newtonsoft.Json": "13.0.1" - }, - "runtime": { - "EventBus.dll": {} - } - } - } - }, - "libraries": { - "IntegrationEventLogEF/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Azure.Core/1.25.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X8Dd4sAggS84KScWIjEbFAdt2U1KDolQopTPoHVubG2y3CM54f9l6asVrP5Uy384NWXjsspPYaJgz5xHc+KvTA==", - "path": "azure.core/1.25.0", - "hashPath": "azure.core.1.25.0.nupkg.sha512" - }, - "Azure.Identity/1.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eHEiCO/8+MfNc9nH5dVew/+FvxdaGrkRL4OMNwIz0W79+wtJyEoeRlXJ3SrXhoy9XR58geBYKmzMR83VO7bcAw==", - "path": "azure.identity/1.7.0", - "hashPath": "azure.identity.1.7.0.nupkg.sha512" - }, - "Humanizer.Core/2.8.26": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OiKusGL20vby4uDEswj2IgkdchC1yQ6rwbIkZDVBPIR6al2b7n3pC91elBul9q33KaBgRKhbZH3+2Ur4fnWx2A==", - "path": "humanizer.core/2.8.26", - "hashPath": "humanizer.core.2.8.26.nupkg.sha512" - }, - "Microsoft.Bcl.AsyncInterfaces/1.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==", - "path": "microsoft.bcl.asyncinterfaces/1.1.1", - "hashPath": "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512" - }, - "Microsoft.CSharp/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==", - "path": "microsoft.csharp/4.5.0", - "hashPath": "microsoft.csharp.4.5.0.nupkg.sha512" - }, - "Microsoft.Data.SqlClient/5.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MW5E9HFvCaV069o8b6YpuRDPBux8s96qDnOJ+4N9QNUCs7c5W3KxwQ+ftpAjbMUlImL+c9WR+l+f5hzjkqhu2g==", - "path": "microsoft.data.sqlclient/5.1.1", - "hashPath": "microsoft.data.sqlclient.5.1.1.nupkg.sha512" - }, - "Microsoft.Data.SqlClient.SNI.runtime/5.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jVsElisM5sfBzaaV9kdq2NXZLwIbytetnsOIlJ0cQGgQP4zFNBmkfHBnpwtmKrtBJBEV9+9PVQPVrcCVhDgcIg==", - "path": "microsoft.data.sqlclient.sni.runtime/5.1.0", - "hashPath": "microsoft.data.sqlclient.sni.runtime.5.1.0.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore/7.0.15": { - "type": "package", - "serviceable": true, - "sha512": "sha512-grjnH94+hXgTqRFdfl88otvlqHTG1QEtlLm6ADI3vtZ1h+C8xNhvKRLNNw1RMD7CKADpoEEPNgqTXKCg+Ki8OQ==", - "path": "microsoft.entityframeworkcore/7.0.15", - "hashPath": "microsoft.entityframeworkcore.7.0.15.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Abstractions/7.0.15": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YZYw1g0EGGkWdC+ymHRccQryerGyh7XlcL8nRo3r7kkPurPJgVCCtC+PK5pBwJGPDdwCYMrwHSoAtfEWcqqQjQ==", - "path": "microsoft.entityframeworkcore.abstractions/7.0.15", - "hashPath": "microsoft.entityframeworkcore.abstractions.7.0.15.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Analyzers/7.0.15": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zscMrRQQR1O4U5PhZ98ASBNdU/mAsSpqTwkE8RrguZEox31jYBK65LWTlFPPBWycEiC6U9feBZZ3bkkrmpWtbQ==", - "path": "microsoft.entityframeworkcore.analyzers/7.0.15", - "hashPath": "microsoft.entityframeworkcore.analyzers.7.0.15.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Design/6.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Gc3XhQ4vLK4rlGpZi8zaa4bl0t894QxqMXHSbDSsx8d7ghRaLbGIH1tQawpo2hriU/q918eepbCyoISD89Xx1w==", - "path": "microsoft.entityframeworkcore.design/6.0.3", - "hashPath": "microsoft.entityframeworkcore.design.6.0.3.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Relational/7.0.15": { - "type": "package", - "serviceable": true, - "sha512": "sha512-D03N/DF3lmtHHVd0RqHxZg+rtd3r8C4h7RJoy/ShxQA0r6rpJ/99ZA6HY9WeEgqsRbm2M8Lmj9MwJomcsJ+4GQ==", - "path": "microsoft.entityframeworkcore.relational/7.0.15", - "hashPath": "microsoft.entityframeworkcore.relational.7.0.15.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.SqlServer/7.0.14": { - "type": "package", - "serviceable": true, - "sha512": "sha512-d9hqEw4W/TdQ1WDm03uyFuDoehL6GNq/NMChFaC4dcV60I42vKdUC0fYTuE2QPunVUpf5XUTCkJ6fYGjMos2AA==", - "path": "microsoft.entityframeworkcore.sqlserver/7.0.14", - "hashPath": "microsoft.entityframeworkcore.sqlserver.7.0.14.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.Abstractions/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IeimUd0TNbhB4ded3AbgBLQv2SnsiVugDyGV1MvspQFVlA07nDC7Zul7kcwH5jWN3JiTcp/ySE83AIJo8yfKjg==", - "path": "microsoft.extensions.caching.abstractions/7.0.0", - "hashPath": "microsoft.extensions.caching.abstractions.7.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.Memory/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xpidBs2KCE2gw1JrD0quHE72kvCaI3xFql5/Peb2GRtUuZX+dYPoK/NTdVMiM67Svym0M0Df9A3xyU0FbMQhHw==", - "path": "microsoft.extensions.caching.memory/7.0.0", - "hashPath": "microsoft.extensions.caching.memory.7.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-f34u2eaqIjNO9YLHBz8rozVZ+TcFiFs0F3r7nUJd7FRkVSxk8u4OpoK226mi49MwexHOR2ibP9MFvRUaLilcQQ==", - "path": "microsoft.extensions.configuration.abstractions/7.0.0", - "hashPath": "microsoft.extensions.configuration.abstractions.7.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==", - "path": "microsoft.extensions.dependencyinjection/7.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.7.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw==", - "path": "microsoft.extensions.dependencyinjection.abstractions/7.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.7.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==", - "path": "microsoft.extensions.logging/7.0.0", - "hashPath": "microsoft.extensions.logging.7.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kmn78+LPVMOWeITUjIlfxUPDsI0R6G0RkeAMBmQxAJ7vBJn4q2dTva7pWi65ceN5vPGjJ9q/Uae2WKgvfktJAw==", - "path": "microsoft.extensions.logging.abstractions/7.0.0", - "hashPath": "microsoft.extensions.logging.abstractions.7.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lP1yBnTTU42cKpMozuafbvNtQ7QcBjr/CcK3bYOGEMH55Fjt+iecXjT6chR7vbgCMqy3PG3aNQSZgo/EuY/9qQ==", - "path": "microsoft.extensions.options/7.0.0", - "hashPath": "microsoft.extensions.options.7.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==", - "path": "microsoft.extensions.primitives/7.0.0", - "hashPath": "microsoft.extensions.primitives.7.0.0.nupkg.sha512" - }, - "Microsoft.Identity.Client/4.47.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SPgesZRbXoDxg8Vv7k5Ou0ee7uupVw0E8ZCc4GKw25HANRLz1d5OSr0fvTVQRnEswo5Obk8qD4LOapYB+n5kzQ==", - "path": "microsoft.identity.client/4.47.2", - "hashPath": "microsoft.identity.client.4.47.2.nupkg.sha512" - }, - "Microsoft.Identity.Client.Extensions.Msal/2.19.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zVVZjn8aW7W79rC1crioDgdOwaFTQorsSO6RgVlDDjc7MvbEGz071wSNrjVhzR0CdQn6Sefx7Abf1o7vasmrLg==", - "path": "microsoft.identity.client.extensions.msal/2.19.3", - "hashPath": "microsoft.identity.client.extensions.msal.2.19.3.nupkg.sha512" - }, - "Microsoft.IdentityModel.Abstractions/6.24.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X6aBK56Ot15qKyG7X37KsPnrwah+Ka55NJWPppWVTDi8xWq7CJgeNw2XyaeHgE1o/mW4THwoabZkBbeG2TPBiw==", - "path": "microsoft.identitymodel.abstractions/6.24.0", - "hashPath": "microsoft.identitymodel.abstractions.6.24.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.JsonWebTokens/6.24.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XDWrkThcxfuWp79AvAtg5f+uRS1BxkIbJnsG/e8VPzOWkYYuDg33emLjp5EWcwXYYIDsHnVZD/00kM/PYFQc/g==", - "path": "microsoft.identitymodel.jsonwebtokens/6.24.0", - "hashPath": "microsoft.identitymodel.jsonwebtokens.6.24.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Logging/6.24.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qLYWDOowM/zghmYKXw1yfYKlHOdS41i8t4hVXr9bSI90zHqhyhQh9GwVy8pENzs5wHeytU23DymluC9NtgYv7w==", - "path": "microsoft.identitymodel.logging/6.24.0", - "hashPath": "microsoft.identitymodel.logging.6.24.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols/6.24.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+NzKCkvsQ8X1r/Ff74V7CFr9OsdMRaB6DsV+qpH7NNLdYJ8O4qHbmTnNEsjFcDmk/gVNDwhoL2gN5pkPVq0lwQ==", - "path": "microsoft.identitymodel.protocols/6.24.0", - "hashPath": "microsoft.identitymodel.protocols.6.24.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.24.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-a/2RRrc8C9qaw8qdD9hv1ES9YKFgxaqr/SnwMSLbwQZJSUQDd4qx1K4EYgWaQWs73R+VXLyKSxN0f/uE9CsBiQ==", - "path": "microsoft.identitymodel.protocols.openidconnect/6.24.0", - "hashPath": "microsoft.identitymodel.protocols.openidconnect.6.24.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Tokens/6.24.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZPqHi86UYuqJXJ7bLnlEctHKkPKT4lGUFbotoCNiXNCSL02emYlcxzGYsRGWWmbFEcYDMi2dcTLLYNzHqWOTsw==", - "path": "microsoft.identitymodel.tokens/6.24.0", - "hashPath": "microsoft.identitymodel.tokens.6.24.0.nupkg.sha512" - }, - "Microsoft.NETCore.Platforms/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", - "path": "microsoft.netcore.platforms/1.1.0", - "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512" - }, - "Microsoft.NETCore.Targets/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", - "path": "microsoft.netcore.targets/1.1.0", - "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512" - }, - "Microsoft.SqlServer.Server/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==", - "path": "microsoft.sqlserver.server/1.0.0", - "hashPath": "microsoft.sqlserver.server.1.0.0.nupkg.sha512" - }, - "Microsoft.Win32.SystemEvents/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==", - "path": "microsoft.win32.systemevents/6.0.0", - "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==", - "path": "newtonsoft.json/13.0.1", - "hashPath": "newtonsoft.json.13.0.1.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/6.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jXw9MlUu/kRfEU0WyTptAVueupqIeE3/rl0EZDMlf8pcvJnitQ8HeVEp69rZdaStXwTV72boi/Bhw8lOeO+U2w==", - "path": "system.configuration.configurationmanager/6.0.1", - "hashPath": "system.configuration.configurationmanager.6.0.1.nupkg.sha512" - }, - "System.Diagnostics.DiagnosticSource/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==", - "path": "system.diagnostics.diagnosticsource/6.0.0", - "hashPath": "system.diagnostics.diagnosticsource.6.0.0.nupkg.sha512" - }, - "System.Drawing.Common/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==", - "path": "system.drawing.common/6.0.0", - "hashPath": "system.drawing.common.6.0.0.nupkg.sha512" - }, - "System.Formats.Asn1/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==", - "path": "system.formats.asn1/5.0.0", - "hashPath": "system.formats.asn1.5.0.0.nupkg.sha512" - }, - "System.IdentityModel.Tokens.Jwt/6.24.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Qibsj9MPWq8S/C0FgvmsLfIlHLE7ay0MJIaAmK94ivN3VyDdglqReed5qMvdQhSL0BzK6v0Z1wB/sD88zVu6Jw==", - "path": "system.identitymodel.tokens.jwt/6.24.0", - "hashPath": "system.identitymodel.tokens.jwt.6.24.0.nupkg.sha512" - }, - "System.Memory/4.5.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==", - "path": "system.memory/4.5.4", - "hashPath": "system.memory.4.5.4.nupkg.sha512" - }, - "System.Memory.Data/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==", - "path": "system.memory.data/1.0.2", - "hashPath": "system.memory.data.1.0.2.nupkg.sha512" - }, - "System.Numerics.Vectors/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==", - "path": "system.numerics.vectors/4.5.0", - "hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512" - }, - "System.Runtime/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "path": "system.runtime/4.3.0", - "hashPath": "system.runtime.4.3.0.nupkg.sha512" - }, - "System.Runtime.Caching/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-E0e03kUp5X2k+UAoVl6efmI7uU7JRBWi5EIdlQ7cr0NpBGjHG4fWII35PgsBY9T4fJQ8E4QPsL0rKksU9gcL5A==", - "path": "system.runtime.caching/6.0.0", - "hashPath": "system.runtime.caching.6.0.0.nupkg.sha512" - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", - "path": "system.runtime.compilerservices.unsafe/6.0.0", - "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512" - }, - "System.Security.AccessControl/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AUADIc0LIEQe7MzC+I0cl0rAT8RrTAKFHl53yHjEUzNVIaUlhFY11vc2ebiVJzVBuOzun6F7FBA+8KAbGTTedQ==", - "path": "system.security.accesscontrol/6.0.0", - "hashPath": "system.security.accesscontrol.6.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.Cng/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==", - "path": "system.security.cryptography.cng/5.0.0", - "hashPath": "system.security.cryptography.cng.5.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rp1gMNEZpvx9vP0JW0oHLxlf8oSiQgtno77Y4PLUBjSiDYoD77Y8uXHr1Ea5XG4/pIKhqAdxZ8v8OTUtqo9PeQ==", - "path": "system.security.cryptography.protecteddata/6.0.0", - "hashPath": "system.security.cryptography.protecteddata.6.0.0.nupkg.sha512" - }, - "System.Security.Permissions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==", - "path": "system.security.permissions/6.0.0", - "hashPath": "system.security.permissions.6.0.0.nupkg.sha512" - }, - "System.Security.Principal.Windows/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==", - "path": "system.security.principal.windows/5.0.0", - "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512" - }, - "System.Text.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "path": "system.text.encoding/4.3.0", - "hashPath": "system.text.encoding.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding.CodePages/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZFCILZuOvtKPauZ/j/swhvw68ZRi9ATCfvGbk1QfydmcXBkIWecWKn/250UH7rahZ5OoDBaiAudJtPvLwzw85A==", - "path": "system.text.encoding.codepages/6.0.0", - "hashPath": "system.text.encoding.codepages.6.0.0.nupkg.sha512" - }, - "System.Text.Encodings.Web/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", - "path": "system.text.encodings.web/6.0.0", - "hashPath": "system.text.encodings.web.6.0.0.nupkg.sha512" - }, - "System.Text.Json/4.7.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==", - "path": "system.text.json/4.7.2", - "hashPath": "system.text.json.4.7.2.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "path": "system.threading.tasks.extensions/4.5.4", - "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512" - }, - "System.Windows.Extensions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==", - "path": "system.windows.extensions/6.0.0", - "hashPath": "system.windows.extensions.6.0.0.nupkg.sha512" - }, - "EventBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/IntegrationEventLogEF.dll b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/IntegrationEventLogEF.dll deleted file mode 100644 index cc31b87f..00000000 Binary files a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/IntegrationEventLogEF.dll and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/IntegrationEventLogEF.pdb b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/IntegrationEventLogEF.pdb deleted file mode 100644 index f0867829..00000000 Binary files a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/IntegrationEventLogEF.pdb and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/IntegrationEventLogEF.runtimeconfig.json b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/IntegrationEventLogEF.runtimeconfig.json deleted file mode 100644 index 03663c67..00000000 --- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/IntegrationEventLogEF.runtimeconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net6.0", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "6.0.0" - }, - "configProperties": { - "System.Reflection.NullabilityInfoContext.IsSupported": true - } - } -} \ No newline at end of file diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net9.0/EventBus.dll b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net9.0/EventBus.dll index e9cbfb47..3161bd3f 100644 Binary files a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net9.0/EventBus.dll and b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net9.0/EventBus.dll differ diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net9.0/EventBus.pdb b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net9.0/EventBus.pdb index c52e9fb9..5e2c8e54 100644 Binary files a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net9.0/EventBus.pdb and b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net9.0/EventBus.pdb differ diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net9.0/IntegrationEventLogEF.deps.json b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net9.0/IntegrationEventLogEF.deps.json index ac450273..94190926 100644 --- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net9.0/IntegrationEventLogEF.deps.json +++ b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net9.0/IntegrationEventLogEF.deps.json @@ -13,7 +13,7 @@ "Microsoft.EntityFrameworkCore.Design": "9.0.0", "Microsoft.EntityFrameworkCore.Relational": "9.0.0", "Microsoft.EntityFrameworkCore.SqlServer": "9.0.0", - "Newtonsoft.Json": "13.0.3" + "Newtonsoft.Json": "13.0.4" }, "runtime": { "IntegrationEventLogEF.dll": {} @@ -696,11 +696,11 @@ } } }, - "Newtonsoft.Json/13.0.3": { + "Newtonsoft.Json/13.0.4": { "runtime": { "lib/net6.0/Newtonsoft.Json.dll": { "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" + "fileVersion": "13.0.4.30916" } } }, @@ -907,7 +907,7 @@ }, "EventBus/1.0.0": { "dependencies": { - "Newtonsoft.Json": "13.0.3" + "Newtonsoft.Json": "13.0.4" }, "runtime": { "EventBus.dll": { @@ -1190,12 +1190,12 @@ "path": "mono.texttemplating/3.0.0", "hashPath": "mono.texttemplating.3.0.0.nupkg.sha512" }, - "Newtonsoft.Json/13.0.3": { + "Newtonsoft.Json/13.0.4": { "type": "package", "serviceable": true, - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "path": "newtonsoft.json/13.0.3", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" + "sha512": "sha512-pdgNNMai3zv51W5aq268sujXUyx7SNdE2bj1wZcWjAQrKMFZV260lbqYop1d2GM67JI1huLRwxo9ZqnfF/lC6A==", + "path": "newtonsoft.json/13.0.4", + "hashPath": "newtonsoft.json.13.0.4.nupkg.sha512" }, "System.ClientModel/1.0.0": { "type": "package", diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net9.0/IntegrationEventLogEF.dll b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net9.0/IntegrationEventLogEF.dll index da67ad7a..84ffe383 100644 Binary files a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net9.0/IntegrationEventLogEF.dll and b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net9.0/IntegrationEventLogEF.dll differ diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net9.0/IntegrationEventLogEF.pdb b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net9.0/IntegrationEventLogEF.pdb index e5a190d5..c1a1d9ec 100644 Binary files a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net9.0/IntegrationEventLogEF.pdb and b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net9.0/IntegrationEventLogEF.pdb differ diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index 36203c72..00000000 --- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.AssemblyInfo.cs b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.AssemblyInfo.cs deleted file mode 100644 index aee9bfc5..00000000 --- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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("IntegrationEventLogEF")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("IntegrationEventLogEF")] -[assembly: System.Reflection.AssemblyTitleAttribute("IntegrationEventLogEF")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.AssemblyInfoInputs.cache b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.AssemblyInfoInputs.cache deleted file mode 100644 index c69f9e21..00000000 --- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -36b93661040a5d4fd010bcb908d51cff8b396313 diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.GeneratedMSBuildEditorConfig.editorconfig b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index a5ca98ef..00000000 --- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,10 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = Microsoft.eShopOnContainers.BuildingBlocks.IntegrationEventLogEF -build_property.ProjectDir = /workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/IntegrationEventLogEF/ diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.assets.cache b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.assets.cache deleted file mode 100644 index b9b21980..00000000 Binary files a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.assets.cache and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.csproj.AssemblyReference.cache b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.csproj.AssemblyReference.cache deleted file mode 100644 index 34adf451..00000000 Binary files a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.csproj.CopyComplete b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.csproj.CopyComplete deleted file mode 100644 index e69de29b..00000000 diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.csproj.CoreCompileInputs.cache b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.csproj.CoreCompileInputs.cache deleted file mode 100644 index 5880ad0f..00000000 --- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -5b649ccf8b2e4fde7f1db8c1ea3bd6faae1aa050 diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.csproj.FileListAbsolute.txt b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.csproj.FileListAbsolute.txt deleted file mode 100644 index 6c38438f..00000000 --- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,17 +0,0 @@ -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/IntegrationEventLogEF.deps.json -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/IntegrationEventLogEF.runtimeconfig.json -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/IntegrationEventLogEF.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/IntegrationEventLogEF.pdb -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/EventBus.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/EventBus.pdb -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.csproj.AssemblyReference.cache -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.GeneratedMSBuildEditorConfig.editorconfig -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.AssemblyInfoInputs.cache -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.AssemblyInfo.cs -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.csproj.CoreCompileInputs.cache -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.csproj.CopyComplete -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/refint/IntegrationEventLogEF.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.pdb -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.genruntimeconfig.cache -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/ref/IntegrationEventLogEF.dll diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.dll b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.dll deleted file mode 100644 index cc31b87f..00000000 Binary files a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.dll and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.genruntimeconfig.cache b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.genruntimeconfig.cache deleted file mode 100644 index 8e2fe505..00000000 --- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -f9626e6d3c5026a09633ce579278215b6fadeb6c diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.pdb b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.pdb deleted file mode 100644 index f0867829..00000000 Binary files a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.pdb and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/ref/IntegrationEventLogEF.dll b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/ref/IntegrationEventLogEF.dll deleted file mode 100644 index a889e8fd..00000000 Binary files a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/ref/IntegrationEventLogEF.dll and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/refint/IntegrationEventLogEF.dll b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/refint/IntegrationEventLogEF.dll deleted file mode 100644 index a889e8fd..00000000 Binary files a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/refint/IntegrationEventLogEF.dll and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs deleted file mode 100644 index af943994..00000000 --- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = "")] diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net8.0/IntegrationEventLogEF.AssemblyInfo.cs b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net8.0/IntegrationEventLogEF.AssemblyInfo.cs deleted file mode 100644 index d4318a6b..00000000 --- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net8.0/IntegrationEventLogEF.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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("IntegrationEventLogEF")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0a77675f714bea9dc0df9dd0f5780d113235d59c")] -[assembly: System.Reflection.AssemblyProductAttribute("IntegrationEventLogEF")] -[assembly: System.Reflection.AssemblyTitleAttribute("IntegrationEventLogEF")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net8.0/IntegrationEventLogEF.AssemblyInfoInputs.cache b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net8.0/IntegrationEventLogEF.AssemblyInfoInputs.cache deleted file mode 100644 index 37182fba..00000000 --- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net8.0/IntegrationEventLogEF.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -71c5328bab3f6edc4954922a62a39adf7abcf6527ab1314ad69ef3263ef83f83 diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net8.0/IntegrationEventLogEF.GeneratedMSBuildEditorConfig.editorconfig b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net8.0/IntegrationEventLogEF.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 140dcea3..00000000 --- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net8.0/IntegrationEventLogEF.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -is_global = true -build_property.TargetFramework = net8.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 -build_property.RootNamespace = Microsoft.eShopOnContainers.BuildingBlocks.IntegrationEventLogEF -build_property.ProjectDir = C:\Users\natyo\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\IntegrationEventLogEF\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net8.0/IntegrationEventLogEF.assets.cache b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net8.0/IntegrationEventLogEF.assets.cache deleted file mode 100644 index b25b44a6..00000000 Binary files a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net8.0/IntegrationEventLogEF.assets.cache and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net8.0/IntegrationEventLogEF.csproj.AssemblyReference.cache b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net8.0/IntegrationEventLogEF.csproj.AssemblyReference.cache deleted file mode 100644 index 19dbba85..00000000 Binary files a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net8.0/IntegrationEventLogEF.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.AssemblyInfo.cs b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.AssemblyInfo.cs index 98638c47..0e19d315 100644 --- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.AssemblyInfo.cs +++ b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.AssemblyInfo.cs @@ -13,7 +13,7 @@ [assembly: System.Reflection.AssemblyCompanyAttribute("IntegrationEventLogEF")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+ac1eb1ea194ee72f31eded440b1a3c03c53c5657")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+04d45e6378a3c9d7250e3bc3b1db69ec0f9f76f3")] [assembly: System.Reflection.AssemblyProductAttribute("IntegrationEventLogEF")] [assembly: System.Reflection.AssemblyTitleAttribute("IntegrationEventLogEF")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.AssemblyInfoInputs.cache b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.AssemblyInfoInputs.cache index f4d92f97..be26ae67 100644 --- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.AssemblyInfoInputs.cache +++ b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.AssemblyInfoInputs.cache @@ -1 +1 @@ -107f6606bc8d59dc1e4773723918a939302c8d981b64cbfe452d45e104138cb0 +8b0157043d0a98d175310a5c74e7db3ceafdaf9209b5c9d8ea317b0af2ace564 diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.assets.cache b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.assets.cache index 6dd04f62..1c2f879e 100644 Binary files a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.assets.cache and b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.assets.cache differ diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.csproj.AssemblyReference.cache b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.csproj.AssemblyReference.cache index 3b5043ef..0ae14fcc 100644 Binary files a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.csproj.AssemblyReference.cache and b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.csproj.AssemblyReference.cache differ diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.csproj.CoreCompileInputs.cache b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.csproj.CoreCompileInputs.cache index f5d41586..d06919d0 100644 --- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.csproj.CoreCompileInputs.cache +++ b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -0106e98e0a23e157a3e81b2663c5e1c236268a003616f7fb3d5c53b1581bbd0b +b361dfdeb6bd49e2accdc770b9702d7ee8b1ce82837299ca2083fce57d02c80c diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.dll b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.dll index da67ad7a..84ffe383 100644 Binary files a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.dll and b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.dll differ diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.pdb b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.pdb index e5a190d5..c1a1d9ec 100644 Binary files a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.pdb and b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.pdb differ diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.sourcelink.json b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.sourcelink.json index a2a1dc92..c1b394cd 100644 --- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.sourcelink.json +++ b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.sourcelink.json @@ -1 +1 @@ -{"documents":{"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/ac1eb1ea194ee72f31eded440b1a3c03c53c5657/*"}} \ No newline at end of file +{"documents":{"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/04d45e6378a3c9d7250e3bc3b1db69ec0f9f76f3/*"}} \ No newline at end of file diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/ref/IntegrationEventLogEF.dll b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/ref/IntegrationEventLogEF.dll index 8acbe373..46cbcb78 100644 Binary files a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/ref/IntegrationEventLogEF.dll and b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/ref/IntegrationEventLogEF.dll differ diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/refint/IntegrationEventLogEF.dll b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/refint/IntegrationEventLogEF.dll index 8acbe373..46cbcb78 100644 Binary files a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/refint/IntegrationEventLogEF.dll and b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/refint/IntegrationEventLogEF.dll differ diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/IntegrationEventLogEF.csproj.nuget.dgspec.json b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/IntegrationEventLogEF.csproj.nuget.dgspec.json index 4c67f1fc..4693ce73 100644 --- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/IntegrationEventLogEF.csproj.nuget.dgspec.json +++ b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/IntegrationEventLogEF.csproj.nuget.dgspec.json @@ -46,7 +46,7 @@ "dependencies": { "Newtonsoft.Json": { "target": "Package", - "version": "[13.0.3, )" + "version": "[13.0.4, )" } }, "imports": [ @@ -131,7 +131,7 @@ }, "Newtonsoft.Json": { "target": "Package", - "version": "[13.0.3, )" + "version": "[13.0.4, )" } }, "imports": [ diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/project.assets.json b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/project.assets.json index d1744d14..037a14f8 100644 --- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/project.assets.json +++ b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/project.assets.json @@ -978,7 +978,7 @@ "buildTransitive/Mono.TextTemplating.targets": {} } }, - "Newtonsoft.Json/13.0.3": { + "Newtonsoft.Json/13.0.4": { "type": "package", "compile": { "lib/net6.0/Newtonsoft.Json.dll": { @@ -1361,10 +1361,14 @@ "System.Runtime.CompilerServices.Unsafe/6.0.0": { "type": "package", "compile": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {} + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } }, "runtime": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {} + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } }, "build": { "buildTransitive/netcoreapp3.1/_._": {} @@ -1609,7 +1613,7 @@ "type": "project", "framework": ".NETCoreApp,Version=v9.0", "dependencies": { - "Newtonsoft.Json": "13.0.3" + "Newtonsoft.Json": "13.0.4" }, "compile": { "bin/placeholder/EventBus.dll": {} @@ -2690,9 +2694,30 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/Microsoft.CSharp.dll", + "ref/netcore50/Microsoft.CSharp.xml", + "ref/netcore50/de/Microsoft.CSharp.xml", + "ref/netcore50/es/Microsoft.CSharp.xml", + "ref/netcore50/fr/Microsoft.CSharp.xml", + "ref/netcore50/it/Microsoft.CSharp.xml", + "ref/netcore50/ja/Microsoft.CSharp.xml", + "ref/netcore50/ko/Microsoft.CSharp.xml", + "ref/netcore50/ru/Microsoft.CSharp.xml", + "ref/netcore50/zh-hans/Microsoft.CSharp.xml", + "ref/netcore50/zh-hant/Microsoft.CSharp.xml", "ref/netcoreapp2.0/_._", "ref/netstandard1.0/Microsoft.CSharp.dll", + "ref/netstandard1.0/Microsoft.CSharp.xml", + "ref/netstandard1.0/de/Microsoft.CSharp.xml", + "ref/netstandard1.0/es/Microsoft.CSharp.xml", + "ref/netstandard1.0/fr/Microsoft.CSharp.xml", + "ref/netstandard1.0/it/Microsoft.CSharp.xml", + "ref/netstandard1.0/ja/Microsoft.CSharp.xml", + "ref/netstandard1.0/ko/Microsoft.CSharp.xml", + "ref/netstandard1.0/ru/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml", "ref/netstandard2.0/Microsoft.CSharp.dll", + "ref/netstandard2.0/Microsoft.CSharp.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/uap10.0.16299/_._", "ref/win8/_._", @@ -3435,8 +3460,10 @@ "dotnet.png", "lib/net46/Microsoft.SqlServer.Server.dll", "lib/net46/Microsoft.SqlServer.Server.pdb", + "lib/net46/Microsoft.SqlServer.Server.xml", "lib/netstandard2.0/Microsoft.SqlServer.Server.dll", "lib/netstandard2.0/Microsoft.SqlServer.Server.pdb", + "lib/netstandard2.0/Microsoft.SqlServer.Server.xml", "microsoft.sqlserver.server.1.0.0.nupkg.sha512", "microsoft.sqlserver.server.nuspec" ] @@ -3454,9 +3481,13 @@ "buildTransitive/netcoreapp2.0/Microsoft.Win32.SystemEvents.targets", "buildTransitive/netcoreapp3.1/_._", "lib/net461/Microsoft.Win32.SystemEvents.dll", + "lib/net461/Microsoft.Win32.SystemEvents.xml", "lib/net6.0/Microsoft.Win32.SystemEvents.dll", + "lib/net6.0/Microsoft.Win32.SystemEvents.xml", "lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.dll", + "lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.xml", "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll", + "lib/netstandard2.0/Microsoft.Win32.SystemEvents.xml", "microsoft.win32.systemevents.6.0.0.nupkg.sha512", "microsoft.win32.systemevents.nuspec", "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll", @@ -3483,10 +3514,10 @@ "readme.md" ] }, - "Newtonsoft.Json/13.0.3": { - "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", + "Newtonsoft.Json/13.0.4": { + "sha512": "pdgNNMai3zv51W5aq268sujXUyx7SNdE2bj1wZcWjAQrKMFZV260lbqYop1d2GM67JI1huLRwxo9ZqnfF/lC6A==", "type": "package", - "path": "newtonsoft.json/13.0.3", + "path": "newtonsoft.json/13.0.4", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -3508,7 +3539,7 @@ "lib/netstandard1.3/Newtonsoft.Json.xml", "lib/netstandard2.0/Newtonsoft.Json.dll", "lib/netstandard2.0/Newtonsoft.Json.xml", - "newtonsoft.json.13.0.3.nupkg.sha512", + "newtonsoft.json.13.0.4.nupkg.sha512", "newtonsoft.json.nuspec", "packageIcon.png" ] @@ -3752,8 +3783,11 @@ "buildTransitive/netcoreapp2.0/System.Configuration.ConfigurationManager.targets", "buildTransitive/netcoreapp3.1/_._", "lib/net461/System.Configuration.ConfigurationManager.dll", + "lib/net461/System.Configuration.ConfigurationManager.xml", "lib/net6.0/System.Configuration.ConfigurationManager.dll", + "lib/net6.0/System.Configuration.ConfigurationManager.xml", "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll", + "lib/netstandard2.0/System.Configuration.ConfigurationManager.xml", "runtimes/win/lib/net461/System.Configuration.ConfigurationManager.dll", "runtimes/win/lib/net461/System.Configuration.ConfigurationManager.xml", "system.configuration.configurationmanager.6.0.1.nupkg.sha512", @@ -3801,9 +3835,13 @@ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net461/System.Drawing.Common.dll", + "lib/net461/System.Drawing.Common.xml", "lib/net6.0/System.Drawing.Common.dll", + "lib/net6.0/System.Drawing.Common.xml", "lib/netcoreapp3.1/System.Drawing.Common.dll", + "lib/netcoreapp3.1/System.Drawing.Common.xml", "lib/netstandard2.0/System.Drawing.Common.dll", + "lib/netstandard2.0/System.Drawing.Common.xml", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", "lib/xamarintvos10/_._", @@ -3909,9 +3947,12 @@ "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/net461/System.Memory.dll", + "lib/net461/System.Memory.xml", "lib/netcoreapp2.1/_._", "lib/netstandard1.1/System.Memory.dll", + "lib/netstandard1.1/System.Memory.xml", "lib/netstandard2.0/System.Memory.dll", + "lib/netstandard2.0/System.Memory.xml", "ref/netcoreapp2.1/_._", "system.memory.4.5.4.nupkg.sha512", "system.memory.nuspec", @@ -3930,7 +3971,9 @@ "DotNetPackageIcon.png", "README.md", "lib/net461/System.Memory.Data.dll", + "lib/net461/System.Memory.Data.xml", "lib/netstandard2.0/System.Memory.Data.dll", + "lib/netstandard2.0/System.Memory.Data.xml", "system.memory.data.1.0.2.nupkg.sha512", "system.memory.data.nuspec" ] @@ -3947,9 +3990,12 @@ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/System.Numerics.Vectors.dll", + "lib/net46/System.Numerics.Vectors.xml", "lib/netcoreapp2.0/_._", "lib/netstandard1.0/System.Numerics.Vectors.dll", + "lib/netstandard1.0/System.Numerics.Vectors.xml", "lib/netstandard2.0/System.Numerics.Vectors.dll", + "lib/netstandard2.0/System.Numerics.Vectors.xml", "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll", "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml", "lib/uap10.0.16299/_._", @@ -3960,10 +4006,14 @@ "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net45/System.Numerics.Vectors.dll", + "ref/net45/System.Numerics.Vectors.xml", "ref/net46/System.Numerics.Vectors.dll", + "ref/net46/System.Numerics.Vectors.xml", "ref/netcoreapp2.0/_._", "ref/netstandard1.0/System.Numerics.Vectors.dll", + "ref/netstandard1.0/System.Numerics.Vectors.xml", "ref/netstandard2.0/System.Numerics.Vectors.dll", + "ref/netstandard2.0/System.Numerics.Vectors.xml", "ref/uap10.0.16299/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", @@ -4029,10 +4079,60 @@ "ref/net45/_._", "ref/net462/System.Runtime.dll", "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", + "ref/netcore50/de/System.Runtime.xml", + "ref/netcore50/es/System.Runtime.xml", + "ref/netcore50/fr/System.Runtime.xml", + "ref/netcore50/it/System.Runtime.xml", + "ref/netcore50/ja/System.Runtime.xml", + "ref/netcore50/ko/System.Runtime.xml", + "ref/netcore50/ru/System.Runtime.xml", + "ref/netcore50/zh-hans/System.Runtime.xml", + "ref/netcore50/zh-hant/System.Runtime.xml", "ref/netstandard1.0/System.Runtime.dll", + "ref/netstandard1.0/System.Runtime.xml", + "ref/netstandard1.0/de/System.Runtime.xml", + "ref/netstandard1.0/es/System.Runtime.xml", + "ref/netstandard1.0/fr/System.Runtime.xml", + "ref/netstandard1.0/it/System.Runtime.xml", + "ref/netstandard1.0/ja/System.Runtime.xml", + "ref/netstandard1.0/ko/System.Runtime.xml", + "ref/netstandard1.0/ru/System.Runtime.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.xml", "ref/netstandard1.2/System.Runtime.dll", + "ref/netstandard1.2/System.Runtime.xml", + "ref/netstandard1.2/de/System.Runtime.xml", + "ref/netstandard1.2/es/System.Runtime.xml", + "ref/netstandard1.2/fr/System.Runtime.xml", + "ref/netstandard1.2/it/System.Runtime.xml", + "ref/netstandard1.2/ja/System.Runtime.xml", + "ref/netstandard1.2/ko/System.Runtime.xml", + "ref/netstandard1.2/ru/System.Runtime.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.xml", "ref/netstandard1.3/System.Runtime.dll", + "ref/netstandard1.3/System.Runtime.xml", + "ref/netstandard1.3/de/System.Runtime.xml", + "ref/netstandard1.3/es/System.Runtime.xml", + "ref/netstandard1.3/fr/System.Runtime.xml", + "ref/netstandard1.3/it/System.Runtime.xml", + "ref/netstandard1.3/ja/System.Runtime.xml", + "ref/netstandard1.3/ko/System.Runtime.xml", + "ref/netstandard1.3/ru/System.Runtime.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.xml", "ref/netstandard1.5/System.Runtime.dll", + "ref/netstandard1.5/System.Runtime.xml", + "ref/netstandard1.5/de/System.Runtime.xml", + "ref/netstandard1.5/es/System.Runtime.xml", + "ref/netstandard1.5/fr/System.Runtime.xml", + "ref/netstandard1.5/it/System.Runtime.xml", + "ref/netstandard1.5/ja/System.Runtime.xml", + "ref/netstandard1.5/ko/System.Runtime.xml", + "ref/netstandard1.5/ru/System.Runtime.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.xml", "ref/portable-net45+win8+wp80+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -4061,8 +4161,11 @@ "lib/MonoTouch10/_._", "lib/net461/_._", "lib/net6.0/System.Runtime.Caching.dll", + "lib/net6.0/System.Runtime.Caching.xml", "lib/netcoreapp3.1/System.Runtime.Caching.dll", + "lib/netcoreapp3.1/System.Runtime.Caching.xml", "lib/netstandard2.0/System.Runtime.Caching.dll", + "lib/netstandard2.0/System.Runtime.Caching.xml", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", "lib/xamarintvos10/_._", @@ -4092,9 +4195,13 @@ "buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets", "buildTransitive/netcoreapp3.1/_._", "lib/net461/System.Runtime.CompilerServices.Unsafe.dll", + "lib/net461/System.Runtime.CompilerServices.Unsafe.xml", "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml", "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.xml", "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", "system.runtime.compilerservices.unsafe.nuspec", "useSharedDesignerContext.txt" @@ -4113,8 +4220,11 @@ "buildTransitive/netcoreapp2.0/System.Security.AccessControl.targets", "buildTransitive/netcoreapp3.1/_._", "lib/net461/System.Security.AccessControl.dll", + "lib/net461/System.Security.AccessControl.xml", "lib/net6.0/System.Security.AccessControl.dll", + "lib/net6.0/System.Security.AccessControl.xml", "lib/netstandard2.0/System.Security.AccessControl.dll", + "lib/netstandard2.0/System.Security.AccessControl.xml", "runtimes/win/lib/net461/System.Security.AccessControl.dll", "runtimes/win/lib/net461/System.Security.AccessControl.xml", "runtimes/win/lib/net6.0/System.Security.AccessControl.dll", @@ -4140,15 +4250,21 @@ "lib/MonoTouch10/_._", "lib/net46/System.Security.Cryptography.Cng.dll", "lib/net461/System.Security.Cryptography.Cng.dll", + "lib/net461/System.Security.Cryptography.Cng.xml", "lib/net462/System.Security.Cryptography.Cng.dll", + "lib/net462/System.Security.Cryptography.Cng.xml", "lib/net47/System.Security.Cryptography.Cng.dll", + "lib/net47/System.Security.Cryptography.Cng.xml", "lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll", "lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll", + "lib/netcoreapp3.0/System.Security.Cryptography.Cng.xml", "lib/netstandard1.3/System.Security.Cryptography.Cng.dll", "lib/netstandard1.4/System.Security.Cryptography.Cng.dll", "lib/netstandard1.6/System.Security.Cryptography.Cng.dll", "lib/netstandard2.0/System.Security.Cryptography.Cng.dll", + "lib/netstandard2.0/System.Security.Cryptography.Cng.xml", "lib/netstandard2.1/System.Security.Cryptography.Cng.dll", + "lib/netstandard2.1/System.Security.Cryptography.Cng.xml", "lib/uap10.0.16299/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", @@ -4158,16 +4274,24 @@ "ref/MonoTouch10/_._", "ref/net46/System.Security.Cryptography.Cng.dll", "ref/net461/System.Security.Cryptography.Cng.dll", + "ref/net461/System.Security.Cryptography.Cng.xml", "ref/net462/System.Security.Cryptography.Cng.dll", + "ref/net462/System.Security.Cryptography.Cng.xml", "ref/net47/System.Security.Cryptography.Cng.dll", + "ref/net47/System.Security.Cryptography.Cng.xml", "ref/netcoreapp2.0/System.Security.Cryptography.Cng.dll", + "ref/netcoreapp2.0/System.Security.Cryptography.Cng.xml", "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll", + "ref/netcoreapp2.1/System.Security.Cryptography.Cng.xml", "ref/netcoreapp3.0/System.Security.Cryptography.Cng.dll", + "ref/netcoreapp3.0/System.Security.Cryptography.Cng.xml", "ref/netstandard1.3/System.Security.Cryptography.Cng.dll", "ref/netstandard1.4/System.Security.Cryptography.Cng.dll", "ref/netstandard1.6/System.Security.Cryptography.Cng.dll", "ref/netstandard2.0/System.Security.Cryptography.Cng.dll", + "ref/netstandard2.0/System.Security.Cryptography.Cng.xml", "ref/netstandard2.1/System.Security.Cryptography.Cng.dll", + "ref/netstandard2.1/System.Security.Cryptography.Cng.xml", "ref/uap10.0.16299/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", @@ -4208,8 +4332,11 @@ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net461/System.Security.Cryptography.ProtectedData.dll", + "lib/net461/System.Security.Cryptography.ProtectedData.xml", "lib/net6.0/System.Security.Cryptography.ProtectedData.dll", + "lib/net6.0/System.Security.Cryptography.ProtectedData.xml", "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", + "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.xml", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", "lib/xamarintvos10/_._", @@ -4238,10 +4365,15 @@ "buildTransitive/netcoreapp2.0/System.Security.Permissions.targets", "buildTransitive/netcoreapp3.1/_._", "lib/net461/System.Security.Permissions.dll", + "lib/net461/System.Security.Permissions.xml", "lib/net5.0/System.Security.Permissions.dll", + "lib/net5.0/System.Security.Permissions.xml", "lib/net6.0/System.Security.Permissions.dll", + "lib/net6.0/System.Security.Permissions.xml", "lib/netcoreapp3.1/System.Security.Permissions.dll", + "lib/netcoreapp3.1/System.Security.Permissions.xml", "lib/netstandard2.0/System.Security.Permissions.dll", + "lib/netstandard2.0/System.Security.Permissions.xml", "runtimes/win/lib/net461/System.Security.Permissions.dll", "runtimes/win/lib/net461/System.Security.Permissions.xml", "system.security.permissions.6.0.0.nupkg.sha512", @@ -4261,14 +4393,29 @@ "THIRD-PARTY-NOTICES.TXT", "lib/net46/System.Security.Principal.Windows.dll", "lib/net461/System.Security.Principal.Windows.dll", + "lib/net461/System.Security.Principal.Windows.xml", "lib/netstandard1.3/System.Security.Principal.Windows.dll", "lib/netstandard2.0/System.Security.Principal.Windows.dll", + "lib/netstandard2.0/System.Security.Principal.Windows.xml", "lib/uap10.0.16299/_._", "ref/net46/System.Security.Principal.Windows.dll", "ref/net461/System.Security.Principal.Windows.dll", + "ref/net461/System.Security.Principal.Windows.xml", "ref/netcoreapp3.0/System.Security.Principal.Windows.dll", + "ref/netcoreapp3.0/System.Security.Principal.Windows.xml", "ref/netstandard1.3/System.Security.Principal.Windows.dll", + "ref/netstandard1.3/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/de/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/es/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/it/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml", "ref/netstandard2.0/System.Security.Principal.Windows.dll", + "ref/netstandard2.0/System.Security.Principal.Windows.xml", "ref/uap10.0.16299/_._", "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.xml", @@ -4313,8 +4460,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Text.Encoding.dll", + "ref/netcore50/System.Text.Encoding.xml", + "ref/netcore50/de/System.Text.Encoding.xml", + "ref/netcore50/es/System.Text.Encoding.xml", + "ref/netcore50/fr/System.Text.Encoding.xml", + "ref/netcore50/it/System.Text.Encoding.xml", + "ref/netcore50/ja/System.Text.Encoding.xml", + "ref/netcore50/ko/System.Text.Encoding.xml", + "ref/netcore50/ru/System.Text.Encoding.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.xml", "ref/netstandard1.0/System.Text.Encoding.dll", + "ref/netstandard1.0/System.Text.Encoding.xml", + "ref/netstandard1.0/de/System.Text.Encoding.xml", + "ref/netstandard1.0/es/System.Text.Encoding.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.xml", + "ref/netstandard1.0/it/System.Text.Encoding.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml", "ref/netstandard1.3/System.Text.Encoding.dll", + "ref/netstandard1.3/System.Text.Encoding.xml", + "ref/netstandard1.3/de/System.Text.Encoding.xml", + "ref/netstandard1.3/es/System.Text.Encoding.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.xml", + "ref/netstandard1.3/it/System.Text.Encoding.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -4342,9 +4519,13 @@ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net461/System.Text.Encoding.CodePages.dll", + "lib/net461/System.Text.Encoding.CodePages.xml", "lib/net6.0/System.Text.Encoding.CodePages.dll", + "lib/net6.0/System.Text.Encoding.CodePages.xml", "lib/netcoreapp3.1/System.Text.Encoding.CodePages.dll", + "lib/netcoreapp3.1/System.Text.Encoding.CodePages.xml", "lib/netstandard2.0/System.Text.Encoding.CodePages.dll", + "lib/netstandard2.0/System.Text.Encoding.CodePages.xml", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", "lib/xamarintvos10/_._", @@ -4501,9 +4682,12 @@ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net461/System.Threading.Tasks.Extensions.dll", + "lib/net461/System.Threading.Tasks.Extensions.xml", "lib/netcoreapp2.1/_._", "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml", "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", "lib/xamarinios10/_._", @@ -4534,7 +4718,9 @@ "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/net6.0/System.Windows.Extensions.dll", + "lib/net6.0/System.Windows.Extensions.xml", "lib/netcoreapp3.1/System.Windows.Extensions.dll", + "lib/netcoreapp3.1/System.Windows.Extensions.xml", "runtimes/win/lib/net6.0/System.Windows.Extensions.dll", "runtimes/win/lib/net6.0/System.Windows.Extensions.xml", "runtimes/win/lib/netcoreapp3.1/System.Windows.Extensions.dll", @@ -4557,7 +4743,7 @@ "Microsoft.EntityFrameworkCore.Design >= 9.0.0", "Microsoft.EntityFrameworkCore.Relational >= 9.0.0", "Microsoft.EntityFrameworkCore.SqlServer >= 9.0.0", - "Newtonsoft.Json >= 13.0.3" + "Newtonsoft.Json >= 13.0.4" ] }, "packageFolders": { @@ -4625,7 +4811,7 @@ }, "Newtonsoft.Json": { "target": "Package", - "version": "[13.0.3, )" + "version": "[13.0.4, )" } }, "imports": [ diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/project.nuget.cache b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/project.nuget.cache index 77587819..57228df0 100644 --- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/project.nuget.cache +++ b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/project.nuget.cache @@ -1,6 +1,6 @@ { "version": 2, - "dgSpecHash": "ecFjCuuZCJs=", + "dgSpecHash": "sfQBkcpeYdk=", "success": true, "projectFilePath": "/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/IntegrationEventLogEF/IntegrationEventLogEF.csproj", "expectedPackageFiles": [ @@ -48,7 +48,7 @@ "/home/runner/.nuget/packages/microsoft.sqlserver.server/1.0.0/microsoft.sqlserver.server.1.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.win32.systemevents/6.0.0/microsoft.win32.systemevents.6.0.0.nupkg.sha512", "/home/runner/.nuget/packages/mono.texttemplating/3.0.0/mono.texttemplating.3.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/newtonsoft.json/13.0.3/newtonsoft.json.13.0.3.nupkg.sha512", + "/home/runner/.nuget/packages/newtonsoft.json/13.0.4/newtonsoft.json.13.0.4.nupkg.sha512", "/home/runner/.nuget/packages/system.clientmodel/1.0.0/system.clientmodel.1.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.codedom/6.0.0/system.codedom.6.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.collections.immutable/7.0.0/system.collections.immutable.7.0.0.nupkg.sha512", diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net6.0/WebHost.Customization.deps.json b/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net6.0/WebHost.Customization.deps.json deleted file mode 100644 index 38d0d2f9..00000000 --- a/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net6.0/WebHost.Customization.deps.json +++ /dev/null @@ -1,1106 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": { - "WebHost.Customization/1.0.0": { - "dependencies": { - "Microsoft.EntityFrameworkCore": "7.0.15", - "Microsoft.EntityFrameworkCore.Design": "6.0.3", - "Microsoft.EntityFrameworkCore.Relational": "7.0.15", - "Microsoft.EntityFrameworkCore.SqlServer": "7.0.14", - "Polly": "7.2.3", - "System.Data.SqlClient": "4.8.6" - }, - "runtime": { - "WebHost.Customization.dll": {} - } - }, - "Azure.Core/1.25.0": { - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "1.1.1", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Memory.Data": "1.0.2", - "System.Numerics.Vectors": "4.5.0", - "System.Text.Encodings.Web": "6.0.0", - "System.Text.Json": "4.7.2", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/net5.0/Azure.Core.dll": { - "assemblyVersion": "1.25.0.0", - "fileVersion": "1.2500.22.33004" - } - } - }, - "Azure.Identity/1.7.0": { - "dependencies": { - "Azure.Core": "1.25.0", - "Microsoft.Identity.Client": "4.47.2", - "Microsoft.Identity.Client.Extensions.Msal": "2.19.3", - "System.Memory": "4.5.4", - "System.Security.Cryptography.ProtectedData": "6.0.0", - "System.Text.Json": "4.7.2", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/Azure.Identity.dll": { - "assemblyVersion": "1.7.0.0", - "fileVersion": "1.700.22.46903" - } - } - }, - "Humanizer.Core/2.8.26": { - "runtime": { - "lib/netstandard2.0/Humanizer.dll": { - "assemblyVersion": "2.8.0.0", - "fileVersion": "2.8.26.1919" - } - } - }, - "Microsoft.Bcl.AsyncInterfaces/1.1.1": { - "runtime": { - "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "4.700.20.21406" - } - } - }, - "Microsoft.CSharp/4.5.0": {}, - "Microsoft.Data.SqlClient/5.1.1": { - "dependencies": { - "Azure.Identity": "1.7.0", - "Microsoft.Data.SqlClient.SNI.runtime": "5.1.0", - "Microsoft.Identity.Client": "4.47.2", - "Microsoft.IdentityModel.JsonWebTokens": "6.24.0", - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.24.0", - "Microsoft.SqlServer.Server": "1.0.0", - "System.Configuration.ConfigurationManager": "6.0.1", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Runtime.Caching": "6.0.0", - "System.Security.Cryptography.Cng": "5.0.0", - "System.Security.Principal.Windows": "5.0.0", - "System.Text.Encoding.CodePages": "6.0.0", - "System.Text.Encodings.Web": "6.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Data.SqlClient.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.0" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.0" - }, - "runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.0" - } - } - }, - "Microsoft.Data.SqlClient.SNI.runtime/5.1.0": { - "runtimeTargets": { - "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-arm", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-arm64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "Microsoft.EntityFrameworkCore/7.0.15": { - "dependencies": { - "Microsoft.EntityFrameworkCore.Abstractions": "7.0.15", - "Microsoft.EntityFrameworkCore.Analyzers": "7.0.15", - "Microsoft.Extensions.Caching.Memory": "7.0.0", - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.Logging": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.EntityFrameworkCore.dll": { - "assemblyVersion": "7.0.15.0", - "fileVersion": "7.0.1523.57109" - } - } - }, - "Microsoft.EntityFrameworkCore.Abstractions/7.0.15": { - "runtime": { - "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { - "assemblyVersion": "7.0.15.0", - "fileVersion": "7.0.1523.57109" - } - } - }, - "Microsoft.EntityFrameworkCore.Analyzers/7.0.15": {}, - "Microsoft.EntityFrameworkCore.Design/6.0.3": { - "dependencies": { - "Humanizer.Core": "2.8.26", - "Microsoft.EntityFrameworkCore.Relational": "7.0.15" - }, - "runtime": { - "lib/net6.0/Microsoft.EntityFrameworkCore.Design.dll": { - "assemblyVersion": "6.0.3.0", - "fileVersion": "6.0.322.12306" - } - } - }, - "Microsoft.EntityFrameworkCore.Relational/7.0.15": { - "dependencies": { - "Microsoft.EntityFrameworkCore": "7.0.15", - "Microsoft.Extensions.Configuration.Abstractions": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.EntityFrameworkCore.Relational.dll": { - "assemblyVersion": "7.0.15.0", - "fileVersion": "7.0.1523.57109" - } - } - }, - "Microsoft.EntityFrameworkCore.SqlServer/7.0.14": { - "dependencies": { - "Microsoft.Data.SqlClient": "5.1.1", - "Microsoft.EntityFrameworkCore.Relational": "7.0.15" - }, - "runtime": { - "lib/net6.0/Microsoft.EntityFrameworkCore.SqlServer.dll": { - "assemblyVersion": "7.0.14.0", - "fileVersion": "7.0.1423.52313" - } - } - }, - "Microsoft.Extensions.Caching.Abstractions/7.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "Microsoft.Extensions.Caching.Memory/7.0.0": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "7.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0", - "Microsoft.Extensions.Primitives": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "Microsoft.Extensions.Configuration.Abstractions/7.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "Microsoft.Extensions.DependencyInjection/7.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": { - "runtime": { - "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "Microsoft.Extensions.Logging/7.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Logging.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "Microsoft.Extensions.Logging.Abstractions/7.0.0": { - "runtime": { - "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "Microsoft.Extensions.Options/7.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Primitives": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Options.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "Microsoft.Extensions.Primitives/7.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Primitives.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "Microsoft.Identity.Client/4.47.2": { - "dependencies": { - "Microsoft.IdentityModel.Abstractions": "6.24.0" - }, - "runtime": { - "lib/netcoreapp2.1/Microsoft.Identity.Client.dll": { - "assemblyVersion": "4.47.2.0", - "fileVersion": "4.47.2.0" - } - } - }, - "Microsoft.Identity.Client.Extensions.Msal/2.19.3": { - "dependencies": { - "Microsoft.Identity.Client": "4.47.2", - "System.Security.Cryptography.ProtectedData": "6.0.0" - }, - "runtime": { - "lib/netcoreapp2.1/Microsoft.Identity.Client.Extensions.Msal.dll": { - "assemblyVersion": "2.19.3.0", - "fileVersion": "2.19.3.0" - } - } - }, - "Microsoft.IdentityModel.Abstractions/6.24.0": { - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { - "assemblyVersion": "6.24.0.0", - "fileVersion": "6.24.0.31013" - } - } - }, - "Microsoft.IdentityModel.JsonWebTokens/6.24.0": { - "dependencies": { - "Microsoft.IdentityModel.Tokens": "6.24.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Json": "4.7.2" - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { - "assemblyVersion": "6.24.0.0", - "fileVersion": "6.24.0.31013" - } - } - }, - "Microsoft.IdentityModel.Logging/6.24.0": { - "dependencies": { - "Microsoft.IdentityModel.Abstractions": "6.24.0" - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { - "assemblyVersion": "6.24.0.0", - "fileVersion": "6.24.0.31013" - } - } - }, - "Microsoft.IdentityModel.Protocols/6.24.0": { - "dependencies": { - "Microsoft.IdentityModel.Logging": "6.24.0", - "Microsoft.IdentityModel.Tokens": "6.24.0" - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { - "assemblyVersion": "6.24.0.0", - "fileVersion": "6.24.0.31013" - } - } - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.24.0": { - "dependencies": { - "Microsoft.IdentityModel.Protocols": "6.24.0", - "System.IdentityModel.Tokens.Jwt": "6.24.0" - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { - "assemblyVersion": "6.24.0.0", - "fileVersion": "6.24.0.31013" - } - } - }, - "Microsoft.IdentityModel.Tokens/6.24.0": { - "dependencies": { - "Microsoft.CSharp": "4.5.0", - "Microsoft.IdentityModel.Logging": "6.24.0", - "System.Security.Cryptography.Cng": "5.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { - "assemblyVersion": "6.24.0.0", - "fileVersion": "6.24.0.31013" - } - } - }, - "Microsoft.NETCore.Platforms/1.1.0": {}, - "Microsoft.NETCore.Targets/1.1.0": {}, - "Microsoft.SqlServer.Server/1.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "Microsoft.Win32.Registry/4.7.0": { - "dependencies": { - "System.Security.AccessControl": "6.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "Microsoft.Win32.SystemEvents/6.0.0": { - "runtime": { - "lib/net6.0/Microsoft.Win32.SystemEvents.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "Polly/7.2.3": { - "runtime": { - "lib/netstandard2.0/Polly.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.2.3.0" - } - } - }, - "runtime.native.System.Data.SqlClient.sni/4.7.0": { - "dependencies": { - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" - } - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "runtimeTargets": { - "runtimes/win-arm64/native/sni.dll": { - "rid": "win-arm64", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "runtimeTargets": { - "runtimes/win-x64/native/sni.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "runtimeTargets": { - "runtimes/win-x86/native/sni.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "System.Configuration.ConfigurationManager/6.0.1": { - "dependencies": { - "System.Security.Cryptography.ProtectedData": "6.0.0", - "System.Security.Permissions": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - } - } - }, - "System.Data.SqlClient/4.8.6": { - "dependencies": { - "Microsoft.Win32.Registry": "4.7.0", - "System.Security.Principal.Windows": "5.0.0", - "runtime.native.System.Data.SqlClient.sni": "4.7.0" - }, - "runtime": { - "lib/netcoreapp2.1/System.Data.SqlClient.dll": { - "assemblyVersion": "4.6.1.6", - "fileVersion": "4.700.23.52603" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "4.6.1.6", - "fileVersion": "4.700.23.52603" - }, - "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.6.1.6", - "fileVersion": "4.700.23.52603" - } - } - }, - "System.Diagnostics.DiagnosticSource/6.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Drawing.Common/6.0.0": { - "dependencies": { - "Microsoft.Win32.SystemEvents": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Drawing.Common.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/net6.0/System.Drawing.Common.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - }, - "runtimes/win/lib/net6.0/System.Drawing.Common.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.Formats.Asn1/5.0.0": {}, - "System.IdentityModel.Tokens.Jwt/6.24.0": { - "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "6.24.0", - "Microsoft.IdentityModel.Tokens": "6.24.0" - }, - "runtime": { - "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { - "assemblyVersion": "6.24.0.0", - "fileVersion": "6.24.0.31013" - } - } - }, - "System.Memory/4.5.4": {}, - "System.Memory.Data/1.0.2": { - "dependencies": { - "System.Text.Encodings.Web": "6.0.0", - "System.Text.Json": "4.7.2" - }, - "runtime": { - "lib/netstandard2.0/System.Memory.Data.dll": { - "assemblyVersion": "1.0.2.0", - "fileVersion": "1.0.221.20802" - } - } - }, - "System.Numerics.Vectors/4.5.0": {}, - "System.Runtime/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Caching/6.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "6.0.1" - }, - "runtime": { - "lib/net6.0/System.Runtime.Caching.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Runtime.Caching.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": {}, - "System.Security.AccessControl/6.0.0": {}, - "System.Security.Cryptography.Cng/5.0.0": { - "dependencies": { - "System.Formats.Asn1": "5.0.0" - } - }, - "System.Security.Cryptography.ProtectedData/6.0.0": { - "runtime": { - "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.Security.Permissions/6.0.0": { - "dependencies": { - "System.Security.AccessControl": "6.0.0", - "System.Windows.Extensions": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Security.Permissions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.Security.Principal.Windows/5.0.0": {}, - "System.Text.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages/6.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Text.Encodings.Web/6.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Text.Json/4.7.2": {}, - "System.Threading.Tasks.Extensions/4.5.4": {}, - "System.Windows.Extensions/6.0.0": { - "dependencies": { - "System.Drawing.Common": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Windows.Extensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - } - } - }, - "libraries": { - "WebHost.Customization/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Azure.Core/1.25.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X8Dd4sAggS84KScWIjEbFAdt2U1KDolQopTPoHVubG2y3CM54f9l6asVrP5Uy384NWXjsspPYaJgz5xHc+KvTA==", - "path": "azure.core/1.25.0", - "hashPath": "azure.core.1.25.0.nupkg.sha512" - }, - "Azure.Identity/1.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eHEiCO/8+MfNc9nH5dVew/+FvxdaGrkRL4OMNwIz0W79+wtJyEoeRlXJ3SrXhoy9XR58geBYKmzMR83VO7bcAw==", - "path": "azure.identity/1.7.0", - "hashPath": "azure.identity.1.7.0.nupkg.sha512" - }, - "Humanizer.Core/2.8.26": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OiKusGL20vby4uDEswj2IgkdchC1yQ6rwbIkZDVBPIR6al2b7n3pC91elBul9q33KaBgRKhbZH3+2Ur4fnWx2A==", - "path": "humanizer.core/2.8.26", - "hashPath": "humanizer.core.2.8.26.nupkg.sha512" - }, - "Microsoft.Bcl.AsyncInterfaces/1.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==", - "path": "microsoft.bcl.asyncinterfaces/1.1.1", - "hashPath": "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512" - }, - "Microsoft.CSharp/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==", - "path": "microsoft.csharp/4.5.0", - "hashPath": "microsoft.csharp.4.5.0.nupkg.sha512" - }, - "Microsoft.Data.SqlClient/5.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MW5E9HFvCaV069o8b6YpuRDPBux8s96qDnOJ+4N9QNUCs7c5W3KxwQ+ftpAjbMUlImL+c9WR+l+f5hzjkqhu2g==", - "path": "microsoft.data.sqlclient/5.1.1", - "hashPath": "microsoft.data.sqlclient.5.1.1.nupkg.sha512" - }, - "Microsoft.Data.SqlClient.SNI.runtime/5.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jVsElisM5sfBzaaV9kdq2NXZLwIbytetnsOIlJ0cQGgQP4zFNBmkfHBnpwtmKrtBJBEV9+9PVQPVrcCVhDgcIg==", - "path": "microsoft.data.sqlclient.sni.runtime/5.1.0", - "hashPath": "microsoft.data.sqlclient.sni.runtime.5.1.0.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore/7.0.15": { - "type": "package", - "serviceable": true, - "sha512": "sha512-grjnH94+hXgTqRFdfl88otvlqHTG1QEtlLm6ADI3vtZ1h+C8xNhvKRLNNw1RMD7CKADpoEEPNgqTXKCg+Ki8OQ==", - "path": "microsoft.entityframeworkcore/7.0.15", - "hashPath": "microsoft.entityframeworkcore.7.0.15.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Abstractions/7.0.15": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YZYw1g0EGGkWdC+ymHRccQryerGyh7XlcL8nRo3r7kkPurPJgVCCtC+PK5pBwJGPDdwCYMrwHSoAtfEWcqqQjQ==", - "path": "microsoft.entityframeworkcore.abstractions/7.0.15", - "hashPath": "microsoft.entityframeworkcore.abstractions.7.0.15.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Analyzers/7.0.15": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zscMrRQQR1O4U5PhZ98ASBNdU/mAsSpqTwkE8RrguZEox31jYBK65LWTlFPPBWycEiC6U9feBZZ3bkkrmpWtbQ==", - "path": "microsoft.entityframeworkcore.analyzers/7.0.15", - "hashPath": "microsoft.entityframeworkcore.analyzers.7.0.15.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Design/6.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Gc3XhQ4vLK4rlGpZi8zaa4bl0t894QxqMXHSbDSsx8d7ghRaLbGIH1tQawpo2hriU/q918eepbCyoISD89Xx1w==", - "path": "microsoft.entityframeworkcore.design/6.0.3", - "hashPath": "microsoft.entityframeworkcore.design.6.0.3.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Relational/7.0.15": { - "type": "package", - "serviceable": true, - "sha512": "sha512-D03N/DF3lmtHHVd0RqHxZg+rtd3r8C4h7RJoy/ShxQA0r6rpJ/99ZA6HY9WeEgqsRbm2M8Lmj9MwJomcsJ+4GQ==", - "path": "microsoft.entityframeworkcore.relational/7.0.15", - "hashPath": "microsoft.entityframeworkcore.relational.7.0.15.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.SqlServer/7.0.14": { - "type": "package", - "serviceable": true, - "sha512": "sha512-d9hqEw4W/TdQ1WDm03uyFuDoehL6GNq/NMChFaC4dcV60I42vKdUC0fYTuE2QPunVUpf5XUTCkJ6fYGjMos2AA==", - "path": "microsoft.entityframeworkcore.sqlserver/7.0.14", - "hashPath": "microsoft.entityframeworkcore.sqlserver.7.0.14.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.Abstractions/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IeimUd0TNbhB4ded3AbgBLQv2SnsiVugDyGV1MvspQFVlA07nDC7Zul7kcwH5jWN3JiTcp/ySE83AIJo8yfKjg==", - "path": "microsoft.extensions.caching.abstractions/7.0.0", - "hashPath": "microsoft.extensions.caching.abstractions.7.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.Memory/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xpidBs2KCE2gw1JrD0quHE72kvCaI3xFql5/Peb2GRtUuZX+dYPoK/NTdVMiM67Svym0M0Df9A3xyU0FbMQhHw==", - "path": "microsoft.extensions.caching.memory/7.0.0", - "hashPath": "microsoft.extensions.caching.memory.7.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-f34u2eaqIjNO9YLHBz8rozVZ+TcFiFs0F3r7nUJd7FRkVSxk8u4OpoK226mi49MwexHOR2ibP9MFvRUaLilcQQ==", - "path": "microsoft.extensions.configuration.abstractions/7.0.0", - "hashPath": "microsoft.extensions.configuration.abstractions.7.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==", - "path": "microsoft.extensions.dependencyinjection/7.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.7.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw==", - "path": "microsoft.extensions.dependencyinjection.abstractions/7.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.7.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==", - "path": "microsoft.extensions.logging/7.0.0", - "hashPath": "microsoft.extensions.logging.7.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kmn78+LPVMOWeITUjIlfxUPDsI0R6G0RkeAMBmQxAJ7vBJn4q2dTva7pWi65ceN5vPGjJ9q/Uae2WKgvfktJAw==", - "path": "microsoft.extensions.logging.abstractions/7.0.0", - "hashPath": "microsoft.extensions.logging.abstractions.7.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lP1yBnTTU42cKpMozuafbvNtQ7QcBjr/CcK3bYOGEMH55Fjt+iecXjT6chR7vbgCMqy3PG3aNQSZgo/EuY/9qQ==", - "path": "microsoft.extensions.options/7.0.0", - "hashPath": "microsoft.extensions.options.7.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==", - "path": "microsoft.extensions.primitives/7.0.0", - "hashPath": "microsoft.extensions.primitives.7.0.0.nupkg.sha512" - }, - "Microsoft.Identity.Client/4.47.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SPgesZRbXoDxg8Vv7k5Ou0ee7uupVw0E8ZCc4GKw25HANRLz1d5OSr0fvTVQRnEswo5Obk8qD4LOapYB+n5kzQ==", - "path": "microsoft.identity.client/4.47.2", - "hashPath": "microsoft.identity.client.4.47.2.nupkg.sha512" - }, - "Microsoft.Identity.Client.Extensions.Msal/2.19.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zVVZjn8aW7W79rC1crioDgdOwaFTQorsSO6RgVlDDjc7MvbEGz071wSNrjVhzR0CdQn6Sefx7Abf1o7vasmrLg==", - "path": "microsoft.identity.client.extensions.msal/2.19.3", - "hashPath": "microsoft.identity.client.extensions.msal.2.19.3.nupkg.sha512" - }, - "Microsoft.IdentityModel.Abstractions/6.24.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X6aBK56Ot15qKyG7X37KsPnrwah+Ka55NJWPppWVTDi8xWq7CJgeNw2XyaeHgE1o/mW4THwoabZkBbeG2TPBiw==", - "path": "microsoft.identitymodel.abstractions/6.24.0", - "hashPath": "microsoft.identitymodel.abstractions.6.24.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.JsonWebTokens/6.24.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XDWrkThcxfuWp79AvAtg5f+uRS1BxkIbJnsG/e8VPzOWkYYuDg33emLjp5EWcwXYYIDsHnVZD/00kM/PYFQc/g==", - "path": "microsoft.identitymodel.jsonwebtokens/6.24.0", - "hashPath": "microsoft.identitymodel.jsonwebtokens.6.24.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Logging/6.24.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qLYWDOowM/zghmYKXw1yfYKlHOdS41i8t4hVXr9bSI90zHqhyhQh9GwVy8pENzs5wHeytU23DymluC9NtgYv7w==", - "path": "microsoft.identitymodel.logging/6.24.0", - "hashPath": "microsoft.identitymodel.logging.6.24.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols/6.24.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+NzKCkvsQ8X1r/Ff74V7CFr9OsdMRaB6DsV+qpH7NNLdYJ8O4qHbmTnNEsjFcDmk/gVNDwhoL2gN5pkPVq0lwQ==", - "path": "microsoft.identitymodel.protocols/6.24.0", - "hashPath": "microsoft.identitymodel.protocols.6.24.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.24.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-a/2RRrc8C9qaw8qdD9hv1ES9YKFgxaqr/SnwMSLbwQZJSUQDd4qx1K4EYgWaQWs73R+VXLyKSxN0f/uE9CsBiQ==", - "path": "microsoft.identitymodel.protocols.openidconnect/6.24.0", - "hashPath": "microsoft.identitymodel.protocols.openidconnect.6.24.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Tokens/6.24.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZPqHi86UYuqJXJ7bLnlEctHKkPKT4lGUFbotoCNiXNCSL02emYlcxzGYsRGWWmbFEcYDMi2dcTLLYNzHqWOTsw==", - "path": "microsoft.identitymodel.tokens/6.24.0", - "hashPath": "microsoft.identitymodel.tokens.6.24.0.nupkg.sha512" - }, - "Microsoft.NETCore.Platforms/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", - "path": "microsoft.netcore.platforms/1.1.0", - "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512" - }, - "Microsoft.NETCore.Targets/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", - "path": "microsoft.netcore.targets/1.1.0", - "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512" - }, - "Microsoft.SqlServer.Server/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==", - "path": "microsoft.sqlserver.server/1.0.0", - "hashPath": "microsoft.sqlserver.server.1.0.0.nupkg.sha512" - }, - "Microsoft.Win32.Registry/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==", - "path": "microsoft.win32.registry/4.7.0", - "hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512" - }, - "Microsoft.Win32.SystemEvents/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==", - "path": "microsoft.win32.systemevents/6.0.0", - "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512" - }, - "Polly/7.2.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DeCY0OFbNdNxsjntr1gTXHJ5pKUwYzp04Er2LLeN3g6pWhffsGuKVfMBLe1lw7x76HrPkLxKEFxBlpRxS2nDEQ==", - "path": "polly/7.2.3", - "hashPath": "polly.7.2.3.nupkg.sha512" - }, - "runtime.native.System.Data.SqlClient.sni/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", - "path": "runtime.native.system.data.sqlclient.sni/4.7.0", - "hashPath": "runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512" - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==", - "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0", - "hashPath": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==", - "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0", - "hashPath": "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==", - "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0", - "hashPath": "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/6.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jXw9MlUu/kRfEU0WyTptAVueupqIeE3/rl0EZDMlf8pcvJnitQ8HeVEp69rZdaStXwTV72boi/Bhw8lOeO+U2w==", - "path": "system.configuration.configurationmanager/6.0.1", - "hashPath": "system.configuration.configurationmanager.6.0.1.nupkg.sha512" - }, - "System.Data.SqlClient/4.8.6": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2Ij/LCaTQRyAi5lAv7UUTV9R2FobC8xN9mE0fXBZohum/xLl8IZVmE98Rq5ugQHjCgTBRKqpXRb4ORulRdA6Ig==", - "path": "system.data.sqlclient/4.8.6", - "hashPath": "system.data.sqlclient.4.8.6.nupkg.sha512" - }, - "System.Diagnostics.DiagnosticSource/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==", - "path": "system.diagnostics.diagnosticsource/6.0.0", - "hashPath": "system.diagnostics.diagnosticsource.6.0.0.nupkg.sha512" - }, - "System.Drawing.Common/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==", - "path": "system.drawing.common/6.0.0", - "hashPath": "system.drawing.common.6.0.0.nupkg.sha512" - }, - "System.Formats.Asn1/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==", - "path": "system.formats.asn1/5.0.0", - "hashPath": "system.formats.asn1.5.0.0.nupkg.sha512" - }, - "System.IdentityModel.Tokens.Jwt/6.24.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Qibsj9MPWq8S/C0FgvmsLfIlHLE7ay0MJIaAmK94ivN3VyDdglqReed5qMvdQhSL0BzK6v0Z1wB/sD88zVu6Jw==", - "path": "system.identitymodel.tokens.jwt/6.24.0", - "hashPath": "system.identitymodel.tokens.jwt.6.24.0.nupkg.sha512" - }, - "System.Memory/4.5.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==", - "path": "system.memory/4.5.4", - "hashPath": "system.memory.4.5.4.nupkg.sha512" - }, - "System.Memory.Data/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==", - "path": "system.memory.data/1.0.2", - "hashPath": "system.memory.data.1.0.2.nupkg.sha512" - }, - "System.Numerics.Vectors/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==", - "path": "system.numerics.vectors/4.5.0", - "hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512" - }, - "System.Runtime/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "path": "system.runtime/4.3.0", - "hashPath": "system.runtime.4.3.0.nupkg.sha512" - }, - "System.Runtime.Caching/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-E0e03kUp5X2k+UAoVl6efmI7uU7JRBWi5EIdlQ7cr0NpBGjHG4fWII35PgsBY9T4fJQ8E4QPsL0rKksU9gcL5A==", - "path": "system.runtime.caching/6.0.0", - "hashPath": "system.runtime.caching.6.0.0.nupkg.sha512" - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", - "path": "system.runtime.compilerservices.unsafe/6.0.0", - "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512" - }, - "System.Security.AccessControl/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AUADIc0LIEQe7MzC+I0cl0rAT8RrTAKFHl53yHjEUzNVIaUlhFY11vc2ebiVJzVBuOzun6F7FBA+8KAbGTTedQ==", - "path": "system.security.accesscontrol/6.0.0", - "hashPath": "system.security.accesscontrol.6.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.Cng/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==", - "path": "system.security.cryptography.cng/5.0.0", - "hashPath": "system.security.cryptography.cng.5.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rp1gMNEZpvx9vP0JW0oHLxlf8oSiQgtno77Y4PLUBjSiDYoD77Y8uXHr1Ea5XG4/pIKhqAdxZ8v8OTUtqo9PeQ==", - "path": "system.security.cryptography.protecteddata/6.0.0", - "hashPath": "system.security.cryptography.protecteddata.6.0.0.nupkg.sha512" - }, - "System.Security.Permissions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==", - "path": "system.security.permissions/6.0.0", - "hashPath": "system.security.permissions.6.0.0.nupkg.sha512" - }, - "System.Security.Principal.Windows/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==", - "path": "system.security.principal.windows/5.0.0", - "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512" - }, - "System.Text.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "path": "system.text.encoding/4.3.0", - "hashPath": "system.text.encoding.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding.CodePages/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZFCILZuOvtKPauZ/j/swhvw68ZRi9ATCfvGbk1QfydmcXBkIWecWKn/250UH7rahZ5OoDBaiAudJtPvLwzw85A==", - "path": "system.text.encoding.codepages/6.0.0", - "hashPath": "system.text.encoding.codepages.6.0.0.nupkg.sha512" - }, - "System.Text.Encodings.Web/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", - "path": "system.text.encodings.web/6.0.0", - "hashPath": "system.text.encodings.web.6.0.0.nupkg.sha512" - }, - "System.Text.Json/4.7.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==", - "path": "system.text.json/4.7.2", - "hashPath": "system.text.json.4.7.2.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "path": "system.threading.tasks.extensions/4.5.4", - "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512" - }, - "System.Windows.Extensions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==", - "path": "system.windows.extensions/6.0.0", - "hashPath": "system.windows.extensions.6.0.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net6.0/WebHost.Customization.dll b/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net6.0/WebHost.Customization.dll deleted file mode 100644 index 85375048..00000000 Binary files a/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net6.0/WebHost.Customization.dll and /dev/null differ diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net6.0/WebHost.Customization.pdb b/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net6.0/WebHost.Customization.pdb deleted file mode 100644 index 990b02e5..00000000 Binary files a/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net6.0/WebHost.Customization.pdb and /dev/null differ diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net6.0/WebHost.Customization.runtimeconfig.json b/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net6.0/WebHost.Customization.runtimeconfig.json deleted file mode 100644 index b9690709..00000000 --- a/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net6.0/WebHost.Customization.runtimeconfig.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net6.0", - "frameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "6.0.0" - }, - { - "name": "Microsoft.AspNetCore.App", - "version": "6.0.0" - } - ], - "configProperties": { - "System.Reflection.NullabilityInfoContext.IsSupported": true - } - } -} \ No newline at end of file diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net9.0/WebHost.Customization.dll b/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net9.0/WebHost.Customization.dll index 372d01e2..c9412d42 100644 Binary files a/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net9.0/WebHost.Customization.dll and b/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net9.0/WebHost.Customization.dll differ diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net9.0/WebHost.Customization.pdb b/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net9.0/WebHost.Customization.pdb index 267eaf67..dcf7a7c6 100644 Binary files a/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net9.0/WebHost.Customization.pdb and b/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net9.0/WebHost.Customization.pdb differ diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index 36203c72..00000000 --- a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.AssemblyInfo.cs b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.AssemblyInfo.cs deleted file mode 100644 index 0308e057..00000000 --- a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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("WebHost.Customization")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("WebHost.Customization")] -[assembly: System.Reflection.AssemblyTitleAttribute("WebHost.Customization")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.AssemblyInfoInputs.cache b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.AssemblyInfoInputs.cache deleted file mode 100644 index ed45639f..00000000 --- a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -b1e345332deea058a8632951215f68b4d7feb31a diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.GeneratedMSBuildEditorConfig.editorconfig b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 6c06b7e0..00000000 --- a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,10 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = WebHost.Customization -build_property.ProjectDir = /workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/WebHost/WebHost.Customization/ diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.assets.cache b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.assets.cache deleted file mode 100644 index 495bac79..00000000 Binary files a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.assets.cache and /dev/null differ diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.csproj.AssemblyReference.cache b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.csproj.AssemblyReference.cache deleted file mode 100644 index d4c1005b..00000000 Binary files a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.csproj.CoreCompileInputs.cache b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.csproj.CoreCompileInputs.cache deleted file mode 100644 index d9c81923..00000000 --- a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -eba443af5ab04ca2b7978be4ef5d050413e1b574 diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.csproj.FileListAbsolute.txt b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.csproj.FileListAbsolute.txt deleted file mode 100644 index 1b6ee02c..00000000 --- a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,14 +0,0 @@ -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net6.0/WebHost.Customization.deps.json -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net6.0/WebHost.Customization.runtimeconfig.json -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net6.0/WebHost.Customization.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net6.0/WebHost.Customization.pdb -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.csproj.AssemblyReference.cache -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.GeneratedMSBuildEditorConfig.editorconfig -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.AssemblyInfoInputs.cache -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.AssemblyInfo.cs -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.csproj.CoreCompileInputs.cache -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/refint/WebHost.Customization.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.pdb -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.genruntimeconfig.cache -/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/ref/WebHost.Customization.dll diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.dll b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.dll deleted file mode 100644 index 85375048..00000000 Binary files a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.dll and /dev/null differ diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.genruntimeconfig.cache b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.genruntimeconfig.cache deleted file mode 100644 index e7da9071..00000000 --- a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -4ab8988b91a3631c395c180995d03275518c9ad7 diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.pdb b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.pdb deleted file mode 100644 index 990b02e5..00000000 Binary files a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.pdb and /dev/null differ diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/ref/WebHost.Customization.dll b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/ref/WebHost.Customization.dll deleted file mode 100644 index e3c4b957..00000000 Binary files a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/ref/WebHost.Customization.dll and /dev/null differ diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/refint/WebHost.Customization.dll b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/refint/WebHost.Customization.dll deleted file mode 100644 index e3c4b957..00000000 Binary files a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/refint/WebHost.Customization.dll and /dev/null differ diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs deleted file mode 100644 index af943994..00000000 --- a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = "")] diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net8.0/WebHost.Customization.AssemblyInfo.cs b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net8.0/WebHost.Customization.AssemblyInfo.cs deleted file mode 100644 index 802979fb..00000000 --- a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net8.0/WebHost.Customization.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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("WebHost.Customization")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0a77675f714bea9dc0df9dd0f5780d113235d59c")] -[assembly: System.Reflection.AssemblyProductAttribute("WebHost.Customization")] -[assembly: System.Reflection.AssemblyTitleAttribute("WebHost.Customization")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net8.0/WebHost.Customization.AssemblyInfoInputs.cache b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net8.0/WebHost.Customization.AssemblyInfoInputs.cache deleted file mode 100644 index f00824d0..00000000 --- a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net8.0/WebHost.Customization.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -ae89f09a783b078b1b6babb6732a5cbfefca9ab69cb9a19f07b1f0c263d036b7 diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net8.0/WebHost.Customization.GeneratedMSBuildEditorConfig.editorconfig b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net8.0/WebHost.Customization.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 125029db..00000000 --- a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net8.0/WebHost.Customization.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -is_global = true -build_property.TargetFramework = net8.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 -build_property.RootNamespace = WebHost.Customization -build_property.ProjectDir = C:\Users\natyo\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\WebHost\WebHost.Customization\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net8.0/WebHost.Customization.assets.cache b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net8.0/WebHost.Customization.assets.cache deleted file mode 100644 index 31bbbffc..00000000 Binary files a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net8.0/WebHost.Customization.assets.cache and /dev/null differ diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net8.0/WebHost.Customization.csproj.AssemblyReference.cache b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net8.0/WebHost.Customization.csproj.AssemblyReference.cache deleted file mode 100644 index 083e1d73..00000000 Binary files a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net8.0/WebHost.Customization.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.AssemblyInfo.cs b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.AssemblyInfo.cs index 30a759cd..9cc4594f 100644 --- a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.AssemblyInfo.cs +++ b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.AssemblyInfo.cs @@ -13,7 +13,7 @@ [assembly: System.Reflection.AssemblyCompanyAttribute("WebHost.Customization")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+ac1eb1ea194ee72f31eded440b1a3c03c53c5657")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+04d45e6378a3c9d7250e3bc3b1db69ec0f9f76f3")] [assembly: System.Reflection.AssemblyProductAttribute("WebHost.Customization")] [assembly: System.Reflection.AssemblyTitleAttribute("WebHost.Customization")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.AssemblyInfoInputs.cache b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.AssemblyInfoInputs.cache index d37d2f86..8c753741 100644 --- a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.AssemblyInfoInputs.cache +++ b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.AssemblyInfoInputs.cache @@ -1 +1 @@ -5dd7010371199b0529635869a58d3268572ba1c7474ae5eb05afcd3cc69426bc +0efb333f726a5d8e3fdb96c252f4ff0734b11a480d5ffeb1d9848d91458ae2fc diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.assets.cache b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.assets.cache index b568d040..124d22e8 100644 Binary files a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.assets.cache and b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.assets.cache differ diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.dll b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.dll index 372d01e2..c9412d42 100644 Binary files a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.dll and b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.dll differ diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.pdb b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.pdb index 267eaf67..dcf7a7c6 100644 Binary files a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.pdb and b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.pdb differ diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.sourcelink.json b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.sourcelink.json index a2a1dc92..c1b394cd 100644 --- a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.sourcelink.json +++ b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.sourcelink.json @@ -1 +1 @@ -{"documents":{"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/ac1eb1ea194ee72f31eded440b1a3c03c53c5657/*"}} \ No newline at end of file +{"documents":{"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/04d45e6378a3c9d7250e3bc3b1db69ec0f9f76f3/*"}} \ No newline at end of file diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/ref/WebHost.Customization.dll b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/ref/WebHost.Customization.dll index d94a23e6..c728cd7d 100644 Binary files a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/ref/WebHost.Customization.dll and b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/ref/WebHost.Customization.dll differ diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/refint/WebHost.Customization.dll b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/refint/WebHost.Customization.dll index d94a23e6..c728cd7d 100644 Binary files a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/refint/WebHost.Customization.dll and b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/refint/WebHost.Customization.dll differ diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/project.assets.json b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/project.assets.json index 2170a229..47dd8d95 100644 --- a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/project.assets.json +++ b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/project.assets.json @@ -948,10 +948,14 @@ "System.Security.Principal.Windows": "4.7.0" }, "compile": { - "ref/netstandard2.0/_._": {} + "ref/netstandard2.0/_._": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.Win32.Registry.dll": {} + "lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { @@ -1252,10 +1256,14 @@ "runtime.native.System.Data.SqlClient.sni": "4.7.0" }, "compile": { - "ref/netcoreapp2.1/System.Data.SqlClient.dll": {} + "ref/netcoreapp2.1/System.Data.SqlClient.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netcoreapp2.1/System.Data.SqlClient.dll": {} + "lib/netcoreapp2.1/System.Data.SqlClient.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll": { @@ -1459,10 +1467,14 @@ "System.Runtime.CompilerServices.Unsafe/6.0.0": { "type": "package", "compile": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {} + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } }, "runtime": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {} + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } }, "build": { "buildTransitive/netcoreapp3.1/_._": {} @@ -2775,9 +2787,30 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/Microsoft.CSharp.dll", + "ref/netcore50/Microsoft.CSharp.xml", + "ref/netcore50/de/Microsoft.CSharp.xml", + "ref/netcore50/es/Microsoft.CSharp.xml", + "ref/netcore50/fr/Microsoft.CSharp.xml", + "ref/netcore50/it/Microsoft.CSharp.xml", + "ref/netcore50/ja/Microsoft.CSharp.xml", + "ref/netcore50/ko/Microsoft.CSharp.xml", + "ref/netcore50/ru/Microsoft.CSharp.xml", + "ref/netcore50/zh-hans/Microsoft.CSharp.xml", + "ref/netcore50/zh-hant/Microsoft.CSharp.xml", "ref/netcoreapp2.0/_._", "ref/netstandard1.0/Microsoft.CSharp.dll", + "ref/netstandard1.0/Microsoft.CSharp.xml", + "ref/netstandard1.0/de/Microsoft.CSharp.xml", + "ref/netstandard1.0/es/Microsoft.CSharp.xml", + "ref/netstandard1.0/fr/Microsoft.CSharp.xml", + "ref/netstandard1.0/it/Microsoft.CSharp.xml", + "ref/netstandard1.0/ja/Microsoft.CSharp.xml", + "ref/netstandard1.0/ko/Microsoft.CSharp.xml", + "ref/netstandard1.0/ru/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml", "ref/netstandard2.0/Microsoft.CSharp.dll", + "ref/netstandard2.0/Microsoft.CSharp.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/uap10.0.16299/_._", "ref/win8/_._", @@ -3520,8 +3553,10 @@ "dotnet.png", "lib/net46/Microsoft.SqlServer.Server.dll", "lib/net46/Microsoft.SqlServer.Server.pdb", + "lib/net46/Microsoft.SqlServer.Server.xml", "lib/netstandard2.0/Microsoft.SqlServer.Server.dll", "lib/netstandard2.0/Microsoft.SqlServer.Server.pdb", + "lib/netstandard2.0/Microsoft.SqlServer.Server.xml", "microsoft.sqlserver.server.1.0.0.nupkg.sha512", "microsoft.sqlserver.server.nuspec" ] @@ -3537,15 +3572,30 @@ "THIRD-PARTY-NOTICES.TXT", "lib/net46/Microsoft.Win32.Registry.dll", "lib/net461/Microsoft.Win32.Registry.dll", + "lib/net461/Microsoft.Win32.Registry.xml", "lib/netstandard1.3/Microsoft.Win32.Registry.dll", "lib/netstandard2.0/Microsoft.Win32.Registry.dll", + "lib/netstandard2.0/Microsoft.Win32.Registry.xml", "microsoft.win32.registry.4.7.0.nupkg.sha512", "microsoft.win32.registry.nuspec", "ref/net46/Microsoft.Win32.Registry.dll", "ref/net461/Microsoft.Win32.Registry.dll", + "ref/net461/Microsoft.Win32.Registry.xml", "ref/net472/Microsoft.Win32.Registry.dll", + "ref/net472/Microsoft.Win32.Registry.xml", "ref/netstandard1.3/Microsoft.Win32.Registry.dll", + "ref/netstandard1.3/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/de/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/es/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/it/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml", "ref/netstandard2.0/Microsoft.Win32.Registry.dll", + "ref/netstandard2.0/Microsoft.Win32.Registry.xml", "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll", "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.xml", "runtimes/win/lib/net46/Microsoft.Win32.Registry.dll", @@ -3571,9 +3621,13 @@ "buildTransitive/netcoreapp2.0/Microsoft.Win32.SystemEvents.targets", "buildTransitive/netcoreapp3.1/_._", "lib/net461/Microsoft.Win32.SystemEvents.dll", + "lib/net461/Microsoft.Win32.SystemEvents.xml", "lib/net6.0/Microsoft.Win32.SystemEvents.dll", + "lib/net6.0/Microsoft.Win32.SystemEvents.xml", "lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.dll", + "lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.xml", "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll", + "lib/netstandard2.0/Microsoft.Win32.SystemEvents.xml", "microsoft.win32.systemevents.6.0.0.nupkg.sha512", "microsoft.win32.systemevents.nuspec", "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll", @@ -3955,8 +4009,11 @@ "buildTransitive/netcoreapp2.0/System.Configuration.ConfigurationManager.targets", "buildTransitive/netcoreapp3.1/_._", "lib/net461/System.Configuration.ConfigurationManager.dll", + "lib/net461/System.Configuration.ConfigurationManager.xml", "lib/net6.0/System.Configuration.ConfigurationManager.dll", + "lib/net6.0/System.Configuration.ConfigurationManager.xml", "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll", + "lib/netstandard2.0/System.Configuration.ConfigurationManager.xml", "runtimes/win/lib/net461/System.Configuration.ConfigurationManager.dll", "runtimes/win/lib/net461/System.Configuration.ConfigurationManager.xml", "system.configuration.configurationmanager.6.0.1.nupkg.sha512", @@ -3979,10 +4036,15 @@ "lib/net451/System.Data.SqlClient.dll", "lib/net46/System.Data.SqlClient.dll", "lib/net461/System.Data.SqlClient.dll", + "lib/net461/System.Data.SqlClient.xml", "lib/netcoreapp2.1/System.Data.SqlClient.dll", + "lib/netcoreapp2.1/System.Data.SqlClient.xml", "lib/netstandard1.2/System.Data.SqlClient.dll", + "lib/netstandard1.2/System.Data.SqlClient.xml", "lib/netstandard1.3/System.Data.SqlClient.dll", + "lib/netstandard1.3/System.Data.SqlClient.xml", "lib/netstandard2.0/System.Data.SqlClient.dll", + "lib/netstandard2.0/System.Data.SqlClient.xml", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", "lib/xamarintvos10/_._", @@ -3992,10 +4054,33 @@ "ref/net451/System.Data.SqlClient.dll", "ref/net46/System.Data.SqlClient.dll", "ref/net461/System.Data.SqlClient.dll", + "ref/net461/System.Data.SqlClient.xml", "ref/netcoreapp2.1/System.Data.SqlClient.dll", + "ref/netcoreapp2.1/System.Data.SqlClient.xml", "ref/netstandard1.2/System.Data.SqlClient.dll", + "ref/netstandard1.2/System.Data.SqlClient.xml", + "ref/netstandard1.2/de/System.Data.SqlClient.xml", + "ref/netstandard1.2/es/System.Data.SqlClient.xml", + "ref/netstandard1.2/fr/System.Data.SqlClient.xml", + "ref/netstandard1.2/it/System.Data.SqlClient.xml", + "ref/netstandard1.2/ja/System.Data.SqlClient.xml", + "ref/netstandard1.2/ko/System.Data.SqlClient.xml", + "ref/netstandard1.2/ru/System.Data.SqlClient.xml", + "ref/netstandard1.2/zh-hans/System.Data.SqlClient.xml", + "ref/netstandard1.2/zh-hant/System.Data.SqlClient.xml", "ref/netstandard1.3/System.Data.SqlClient.dll", + "ref/netstandard1.3/System.Data.SqlClient.xml", + "ref/netstandard1.3/de/System.Data.SqlClient.xml", + "ref/netstandard1.3/es/System.Data.SqlClient.xml", + "ref/netstandard1.3/fr/System.Data.SqlClient.xml", + "ref/netstandard1.3/it/System.Data.SqlClient.xml", + "ref/netstandard1.3/ja/System.Data.SqlClient.xml", + "ref/netstandard1.3/ko/System.Data.SqlClient.xml", + "ref/netstandard1.3/ru/System.Data.SqlClient.xml", + "ref/netstandard1.3/zh-hans/System.Data.SqlClient.xml", + "ref/netstandard1.3/zh-hant/System.Data.SqlClient.xml", "ref/netstandard2.0/System.Data.SqlClient.dll", + "ref/netstandard2.0/System.Data.SqlClient.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -4062,9 +4147,13 @@ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net461/System.Drawing.Common.dll", + "lib/net461/System.Drawing.Common.xml", "lib/net6.0/System.Drawing.Common.dll", + "lib/net6.0/System.Drawing.Common.xml", "lib/netcoreapp3.1/System.Drawing.Common.dll", + "lib/netcoreapp3.1/System.Drawing.Common.xml", "lib/netstandard2.0/System.Drawing.Common.dll", + "lib/netstandard2.0/System.Drawing.Common.xml", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", "lib/xamarintvos10/_._", @@ -4170,9 +4259,12 @@ "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/net461/System.Memory.dll", + "lib/net461/System.Memory.xml", "lib/netcoreapp2.1/_._", "lib/netstandard1.1/System.Memory.dll", + "lib/netstandard1.1/System.Memory.xml", "lib/netstandard2.0/System.Memory.dll", + "lib/netstandard2.0/System.Memory.xml", "ref/netcoreapp2.1/_._", "system.memory.4.5.4.nupkg.sha512", "system.memory.nuspec", @@ -4191,7 +4283,9 @@ "DotNetPackageIcon.png", "README.md", "lib/net461/System.Memory.Data.dll", + "lib/net461/System.Memory.Data.xml", "lib/netstandard2.0/System.Memory.Data.dll", + "lib/netstandard2.0/System.Memory.Data.xml", "system.memory.data.1.0.2.nupkg.sha512", "system.memory.data.nuspec" ] @@ -4208,9 +4302,12 @@ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/System.Numerics.Vectors.dll", + "lib/net46/System.Numerics.Vectors.xml", "lib/netcoreapp2.0/_._", "lib/netstandard1.0/System.Numerics.Vectors.dll", + "lib/netstandard1.0/System.Numerics.Vectors.xml", "lib/netstandard2.0/System.Numerics.Vectors.dll", + "lib/netstandard2.0/System.Numerics.Vectors.xml", "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll", "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml", "lib/uap10.0.16299/_._", @@ -4221,10 +4318,14 @@ "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net45/System.Numerics.Vectors.dll", + "ref/net45/System.Numerics.Vectors.xml", "ref/net46/System.Numerics.Vectors.dll", + "ref/net46/System.Numerics.Vectors.xml", "ref/netcoreapp2.0/_._", "ref/netstandard1.0/System.Numerics.Vectors.dll", + "ref/netstandard1.0/System.Numerics.Vectors.xml", "ref/netstandard2.0/System.Numerics.Vectors.dll", + "ref/netstandard2.0/System.Numerics.Vectors.xml", "ref/uap10.0.16299/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", @@ -4290,10 +4391,60 @@ "ref/net45/_._", "ref/net462/System.Runtime.dll", "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", + "ref/netcore50/de/System.Runtime.xml", + "ref/netcore50/es/System.Runtime.xml", + "ref/netcore50/fr/System.Runtime.xml", + "ref/netcore50/it/System.Runtime.xml", + "ref/netcore50/ja/System.Runtime.xml", + "ref/netcore50/ko/System.Runtime.xml", + "ref/netcore50/ru/System.Runtime.xml", + "ref/netcore50/zh-hans/System.Runtime.xml", + "ref/netcore50/zh-hant/System.Runtime.xml", "ref/netstandard1.0/System.Runtime.dll", + "ref/netstandard1.0/System.Runtime.xml", + "ref/netstandard1.0/de/System.Runtime.xml", + "ref/netstandard1.0/es/System.Runtime.xml", + "ref/netstandard1.0/fr/System.Runtime.xml", + "ref/netstandard1.0/it/System.Runtime.xml", + "ref/netstandard1.0/ja/System.Runtime.xml", + "ref/netstandard1.0/ko/System.Runtime.xml", + "ref/netstandard1.0/ru/System.Runtime.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.xml", "ref/netstandard1.2/System.Runtime.dll", + "ref/netstandard1.2/System.Runtime.xml", + "ref/netstandard1.2/de/System.Runtime.xml", + "ref/netstandard1.2/es/System.Runtime.xml", + "ref/netstandard1.2/fr/System.Runtime.xml", + "ref/netstandard1.2/it/System.Runtime.xml", + "ref/netstandard1.2/ja/System.Runtime.xml", + "ref/netstandard1.2/ko/System.Runtime.xml", + "ref/netstandard1.2/ru/System.Runtime.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.xml", "ref/netstandard1.3/System.Runtime.dll", + "ref/netstandard1.3/System.Runtime.xml", + "ref/netstandard1.3/de/System.Runtime.xml", + "ref/netstandard1.3/es/System.Runtime.xml", + "ref/netstandard1.3/fr/System.Runtime.xml", + "ref/netstandard1.3/it/System.Runtime.xml", + "ref/netstandard1.3/ja/System.Runtime.xml", + "ref/netstandard1.3/ko/System.Runtime.xml", + "ref/netstandard1.3/ru/System.Runtime.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.xml", "ref/netstandard1.5/System.Runtime.dll", + "ref/netstandard1.5/System.Runtime.xml", + "ref/netstandard1.5/de/System.Runtime.xml", + "ref/netstandard1.5/es/System.Runtime.xml", + "ref/netstandard1.5/fr/System.Runtime.xml", + "ref/netstandard1.5/it/System.Runtime.xml", + "ref/netstandard1.5/ja/System.Runtime.xml", + "ref/netstandard1.5/ko/System.Runtime.xml", + "ref/netstandard1.5/ru/System.Runtime.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.xml", "ref/portable-net45+win8+wp80+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -4322,8 +4473,11 @@ "lib/MonoTouch10/_._", "lib/net461/_._", "lib/net6.0/System.Runtime.Caching.dll", + "lib/net6.0/System.Runtime.Caching.xml", "lib/netcoreapp3.1/System.Runtime.Caching.dll", + "lib/netcoreapp3.1/System.Runtime.Caching.xml", "lib/netstandard2.0/System.Runtime.Caching.dll", + "lib/netstandard2.0/System.Runtime.Caching.xml", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", "lib/xamarintvos10/_._", @@ -4353,9 +4507,13 @@ "buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets", "buildTransitive/netcoreapp3.1/_._", "lib/net461/System.Runtime.CompilerServices.Unsafe.dll", + "lib/net461/System.Runtime.CompilerServices.Unsafe.xml", "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml", "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.xml", "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", "system.runtime.compilerservices.unsafe.nuspec", "useSharedDesignerContext.txt" @@ -4374,8 +4532,11 @@ "buildTransitive/netcoreapp2.0/System.Security.AccessControl.targets", "buildTransitive/netcoreapp3.1/_._", "lib/net461/System.Security.AccessControl.dll", + "lib/net461/System.Security.AccessControl.xml", "lib/net6.0/System.Security.AccessControl.dll", + "lib/net6.0/System.Security.AccessControl.xml", "lib/netstandard2.0/System.Security.AccessControl.dll", + "lib/netstandard2.0/System.Security.AccessControl.xml", "runtimes/win/lib/net461/System.Security.AccessControl.dll", "runtimes/win/lib/net461/System.Security.AccessControl.xml", "runtimes/win/lib/net6.0/System.Security.AccessControl.dll", @@ -4401,15 +4562,21 @@ "lib/MonoTouch10/_._", "lib/net46/System.Security.Cryptography.Cng.dll", "lib/net461/System.Security.Cryptography.Cng.dll", + "lib/net461/System.Security.Cryptography.Cng.xml", "lib/net462/System.Security.Cryptography.Cng.dll", + "lib/net462/System.Security.Cryptography.Cng.xml", "lib/net47/System.Security.Cryptography.Cng.dll", + "lib/net47/System.Security.Cryptography.Cng.xml", "lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll", "lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll", + "lib/netcoreapp3.0/System.Security.Cryptography.Cng.xml", "lib/netstandard1.3/System.Security.Cryptography.Cng.dll", "lib/netstandard1.4/System.Security.Cryptography.Cng.dll", "lib/netstandard1.6/System.Security.Cryptography.Cng.dll", "lib/netstandard2.0/System.Security.Cryptography.Cng.dll", + "lib/netstandard2.0/System.Security.Cryptography.Cng.xml", "lib/netstandard2.1/System.Security.Cryptography.Cng.dll", + "lib/netstandard2.1/System.Security.Cryptography.Cng.xml", "lib/uap10.0.16299/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", @@ -4419,16 +4586,24 @@ "ref/MonoTouch10/_._", "ref/net46/System.Security.Cryptography.Cng.dll", "ref/net461/System.Security.Cryptography.Cng.dll", + "ref/net461/System.Security.Cryptography.Cng.xml", "ref/net462/System.Security.Cryptography.Cng.dll", + "ref/net462/System.Security.Cryptography.Cng.xml", "ref/net47/System.Security.Cryptography.Cng.dll", + "ref/net47/System.Security.Cryptography.Cng.xml", "ref/netcoreapp2.0/System.Security.Cryptography.Cng.dll", + "ref/netcoreapp2.0/System.Security.Cryptography.Cng.xml", "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll", + "ref/netcoreapp2.1/System.Security.Cryptography.Cng.xml", "ref/netcoreapp3.0/System.Security.Cryptography.Cng.dll", + "ref/netcoreapp3.0/System.Security.Cryptography.Cng.xml", "ref/netstandard1.3/System.Security.Cryptography.Cng.dll", "ref/netstandard1.4/System.Security.Cryptography.Cng.dll", "ref/netstandard1.6/System.Security.Cryptography.Cng.dll", "ref/netstandard2.0/System.Security.Cryptography.Cng.dll", + "ref/netstandard2.0/System.Security.Cryptography.Cng.xml", "ref/netstandard2.1/System.Security.Cryptography.Cng.dll", + "ref/netstandard2.1/System.Security.Cryptography.Cng.xml", "ref/uap10.0.16299/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", @@ -4469,8 +4644,11 @@ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net461/System.Security.Cryptography.ProtectedData.dll", + "lib/net461/System.Security.Cryptography.ProtectedData.xml", "lib/net6.0/System.Security.Cryptography.ProtectedData.dll", + "lib/net6.0/System.Security.Cryptography.ProtectedData.xml", "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", + "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.xml", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", "lib/xamarintvos10/_._", @@ -4499,10 +4677,15 @@ "buildTransitive/netcoreapp2.0/System.Security.Permissions.targets", "buildTransitive/netcoreapp3.1/_._", "lib/net461/System.Security.Permissions.dll", + "lib/net461/System.Security.Permissions.xml", "lib/net5.0/System.Security.Permissions.dll", + "lib/net5.0/System.Security.Permissions.xml", "lib/net6.0/System.Security.Permissions.dll", + "lib/net6.0/System.Security.Permissions.xml", "lib/netcoreapp3.1/System.Security.Permissions.dll", + "lib/netcoreapp3.1/System.Security.Permissions.xml", "lib/netstandard2.0/System.Security.Permissions.dll", + "lib/netstandard2.0/System.Security.Permissions.xml", "runtimes/win/lib/net461/System.Security.Permissions.dll", "runtimes/win/lib/net461/System.Security.Permissions.xml", "system.security.permissions.6.0.0.nupkg.sha512", @@ -4522,14 +4705,29 @@ "THIRD-PARTY-NOTICES.TXT", "lib/net46/System.Security.Principal.Windows.dll", "lib/net461/System.Security.Principal.Windows.dll", + "lib/net461/System.Security.Principal.Windows.xml", "lib/netstandard1.3/System.Security.Principal.Windows.dll", "lib/netstandard2.0/System.Security.Principal.Windows.dll", + "lib/netstandard2.0/System.Security.Principal.Windows.xml", "lib/uap10.0.16299/_._", "ref/net46/System.Security.Principal.Windows.dll", "ref/net461/System.Security.Principal.Windows.dll", + "ref/net461/System.Security.Principal.Windows.xml", "ref/netcoreapp3.0/System.Security.Principal.Windows.dll", + "ref/netcoreapp3.0/System.Security.Principal.Windows.xml", "ref/netstandard1.3/System.Security.Principal.Windows.dll", + "ref/netstandard1.3/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/de/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/es/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/it/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml", "ref/netstandard2.0/System.Security.Principal.Windows.dll", + "ref/netstandard2.0/System.Security.Principal.Windows.xml", "ref/uap10.0.16299/_._", "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.xml", @@ -4574,8 +4772,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Text.Encoding.dll", + "ref/netcore50/System.Text.Encoding.xml", + "ref/netcore50/de/System.Text.Encoding.xml", + "ref/netcore50/es/System.Text.Encoding.xml", + "ref/netcore50/fr/System.Text.Encoding.xml", + "ref/netcore50/it/System.Text.Encoding.xml", + "ref/netcore50/ja/System.Text.Encoding.xml", + "ref/netcore50/ko/System.Text.Encoding.xml", + "ref/netcore50/ru/System.Text.Encoding.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.xml", "ref/netstandard1.0/System.Text.Encoding.dll", + "ref/netstandard1.0/System.Text.Encoding.xml", + "ref/netstandard1.0/de/System.Text.Encoding.xml", + "ref/netstandard1.0/es/System.Text.Encoding.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.xml", + "ref/netstandard1.0/it/System.Text.Encoding.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml", "ref/netstandard1.3/System.Text.Encoding.dll", + "ref/netstandard1.3/System.Text.Encoding.xml", + "ref/netstandard1.3/de/System.Text.Encoding.xml", + "ref/netstandard1.3/es/System.Text.Encoding.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.xml", + "ref/netstandard1.3/it/System.Text.Encoding.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -4603,9 +4831,13 @@ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net461/System.Text.Encoding.CodePages.dll", + "lib/net461/System.Text.Encoding.CodePages.xml", "lib/net6.0/System.Text.Encoding.CodePages.dll", + "lib/net6.0/System.Text.Encoding.CodePages.xml", "lib/netcoreapp3.1/System.Text.Encoding.CodePages.dll", + "lib/netcoreapp3.1/System.Text.Encoding.CodePages.xml", "lib/netstandard2.0/System.Text.Encoding.CodePages.dll", + "lib/netstandard2.0/System.Text.Encoding.CodePages.xml", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", "lib/xamarintvos10/_._", @@ -4762,9 +4994,12 @@ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net461/System.Threading.Tasks.Extensions.dll", + "lib/net461/System.Threading.Tasks.Extensions.xml", "lib/netcoreapp2.1/_._", "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml", "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", "lib/xamarinios10/_._", @@ -4795,7 +5030,9 @@ "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/net6.0/System.Windows.Extensions.dll", + "lib/net6.0/System.Windows.Extensions.xml", "lib/netcoreapp3.1/System.Windows.Extensions.dll", + "lib/netcoreapp3.1/System.Windows.Extensions.xml", "runtimes/win/lib/net6.0/System.Windows.Extensions.dll", "runtimes/win/lib/net6.0/System.Windows.Extensions.xml", "runtimes/win/lib/netcoreapp3.1/System.Windows.Extensions.dll", diff --git a/src/Services/Basket/Basket.API/Basket.API.csproj b/src/Services/Basket/Basket.API/Basket.API.csproj index 9a18391a..432f0d78 100644 --- a/src/Services/Basket/Basket.API/Basket.API.csproj +++ b/src/Services/Basket/Basket.API/Basket.API.csproj @@ -18,17 +18,17 @@ - + - - - - - - - - - + + + + + + + + + @@ -36,12 +36,12 @@ - + - - - - + + + + diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Autofac.Extensions.DependencyInjection.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Autofac.Extensions.DependencyInjection.dll deleted file mode 100755 index c15c4d48..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Autofac.Extensions.DependencyInjection.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Autofac.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Autofac.dll deleted file mode 100755 index f52b5eaf..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Autofac.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Azure.Core.Amqp.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Azure.Core.Amqp.dll deleted file mode 100755 index f43cf0a6..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Azure.Core.Amqp.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Azure.Core.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Azure.Core.dll deleted file mode 100755 index 98592ed2..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Azure.Core.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Azure.Messaging.ServiceBus.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Azure.Messaging.ServiceBus.dll deleted file mode 100755 index c32a7cdc..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Azure.Messaging.ServiceBus.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Basket.API b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Basket.API deleted file mode 100755 index ce18a4a3..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Basket.API and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Basket.API.deps.json b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Basket.API.deps.json deleted file mode 100644 index f8b27b25..00000000 --- a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Basket.API.deps.json +++ /dev/null @@ -1,1801 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v9.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v9.0": { - "Basket.API/1.0.0": { - "dependencies": { - "AspNetCore.HealthChecks.AzureServiceBus": "8.0.1", - "AspNetCore.HealthChecks.Rabbitmq": "8.0.2", - "AspNetCore.HealthChecks.Redis": "8.0.1", - "AspNetCore.HealthChecks.UI.Client": "8.0.1", - "Autofac.Extensions.DependencyInjection": "10.0.0", - "EventBus": "1.0.0", - "EventBusRabbitMQ": "1.0.0", - "EventBusServiceBus": "1.0.0", - "Google.Protobuf": "3.28.3", - "Grpc.AspNetCore.Server": "2.70.0", - "Microsoft.ApplicationInsights.AspNetCore": "2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.22.0", - "Microsoft.ApplicationInsights.Kubernetes": "7.0.0", - "Microsoft.AspNetCore.Authentication.JwtBearer": "9.0.0", - "Microsoft.AspNetCore.HealthChecks": "1.0.0", - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "9.0.0", - "Microsoft.Extensions.Configuration.AzureKeyVault": "3.1.24", - "Microsoft.Extensions.Logging.AzureAppServices": "9.0.0", - "Serilog.AspNetCore": "8.0.3", - "Serilog.Enrichers.Environment": "3.0.1", - "Serilog.Settings.Configuration": "8.0.4", - "Serilog.Sinks.Console": "6.0.0", - "Serilog.Sinks.Http": "9.0.0", - "Serilog.Sinks.Seq": "8.0.0", - "Swashbuckle.AspNetCore": "7.2.0", - "Swashbuckle.AspNetCore.Newtonsoft": "7.2.0" - }, - "runtime": { - "Basket.API.dll": {} - } - }, - "AspNetCore.HealthChecks.AzureServiceBus/8.0.1": { - "dependencies": { - "Azure.Messaging.ServiceBus": "7.17.0" - }, - "runtime": { - "lib/net6.0/HealthChecks.AzureServiceBus.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.0" - } - } - }, - "AspNetCore.HealthChecks.Rabbitmq/8.0.2": { - "dependencies": { - "RabbitMQ.Client": "6.8.1" - }, - "runtime": { - "lib/net6.0/HealthChecks.Rabbitmq.dll": { - "assemblyVersion": "8.0.2.0", - "fileVersion": "8.0.2.0" - } - } - }, - "AspNetCore.HealthChecks.Redis/8.0.1": { - "dependencies": { - "StackExchange.Redis": "2.7.4" - }, - "runtime": { - "lib/net6.0/HealthChecks.Redis.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.0" - } - } - }, - "AspNetCore.HealthChecks.UI.Client/8.0.1": { - "dependencies": { - "AspNetCore.HealthChecks.UI.Core": "8.0.1" - }, - "runtime": { - "lib/net8.0/HealthChecks.UI.Client.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.0" - } - } - }, - "AspNetCore.HealthChecks.UI.Core/8.0.1": { - "runtime": { - "lib/net6.0/HealthChecks.UI.Core.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.0" - } - } - }, - "Autofac/8.1.1": { - "runtime": { - "lib/net8.0/Autofac.dll": { - "assemblyVersion": "8.1.1.0", - "fileVersion": "8.1.1.0" - } - } - }, - "Autofac.Extensions.DependencyInjection/10.0.0": { - "dependencies": { - "Autofac": "8.1.1" - }, - "runtime": { - "lib/net8.0/Autofac.Extensions.DependencyInjection.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "10.0.0.0" - } - } - }, - "Azure.Core/1.36.0": { - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "1.1.1", - "System.Memory.Data": "1.0.2" - }, - "runtime": { - "lib/net6.0/Azure.Core.dll": { - "assemblyVersion": "1.36.0.0", - "fileVersion": "1.3600.23.56006" - } - } - }, - "Azure.Core.Amqp/1.3.0": { - "dependencies": { - "Microsoft.Azure.Amqp": "2.6.3", - "System.Memory.Data": "1.0.2" - }, - "runtime": { - "lib/netstandard2.0/Azure.Core.Amqp.dll": { - "assemblyVersion": "1.3.0.0", - "fileVersion": "1.300.23.15207" - } - } - }, - "Azure.Messaging.ServiceBus/7.17.0": { - "dependencies": { - "Azure.Core": "1.36.0", - "Azure.Core.Amqp": "1.3.0", - "Microsoft.Azure.Amqp": "2.6.3", - "Microsoft.Bcl.AsyncInterfaces": "1.1.1", - "System.Memory.Data": "1.0.2" - }, - "runtime": { - "lib/netstandard2.0/Azure.Messaging.ServiceBus.dll": { - "assemblyVersion": "7.17.0.0", - "fileVersion": "7.1700.23.56401" - } - } - }, - "Fractions/7.2.1": { - "runtime": { - "lib/netstandard2.1/Fractions.dll": { - "assemblyVersion": "7.2.1.0", - "fileVersion": "7.2.1.0" - } - } - }, - "Google.Protobuf/3.28.3": { - "runtime": { - "lib/net5.0/Google.Protobuf.dll": { - "assemblyVersion": "3.28.3.0", - "fileVersion": "3.28.3.0" - } - } - }, - "Grpc.AspNetCore.Server/2.70.0": { - "dependencies": { - "Grpc.Net.Common": "2.70.0" - }, - "runtime": { - "lib/net9.0/Grpc.AspNetCore.Server.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.70.0.0" - } - } - }, - "Grpc.Core.Api/2.70.0": { - "runtime": { - "lib/netstandard2.1/Grpc.Core.Api.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.70.0.0" - } - } - }, - "Grpc.Net.Common/2.70.0": { - "dependencies": { - "Grpc.Core.Api": "2.70.0" - }, - "runtime": { - "lib/net8.0/Grpc.Net.Common.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.70.0.0" - } - } - }, - "IdentityModel/5.2.0": { - "runtime": { - "lib/net5.0/IdentityModel.dll": { - "assemblyVersion": "5.2.0.0", - "fileVersion": "5.2.0.0" - } - } - }, - "IdentityModel.OidcClient/5.2.1": { - "dependencies": { - "IdentityModel": "5.2.0" - }, - "runtime": { - "lib/netstandard2.0/IdentityModel.OidcClient.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.2.1.0" - } - } - }, - "KubernetesClient/12.1.1": { - "dependencies": { - "Fractions": "7.2.1", - "IdentityModel.OidcClient": "5.2.1", - "System.IdentityModel.Tokens.Jwt": "8.0.1", - "YamlDotNet": "13.3.1", - "prometheus-net": "8.0.1" - }, - "runtime": { - "lib/net7.0/KubernetesClient.dll": { - "assemblyVersion": "12.1.0.0", - "fileVersion": "12.1.1.319" - } - } - }, - "Libuv/1.9.1": { - "runtimeTargets": { - "runtimes/debian-x64/native/libuv.so": { - "rid": "debian-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/fedora-x64/native/libuv.so": { - "rid": "fedora-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/opensuse-x64/native/libuv.so": { - "rid": "opensuse-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/osx/native/libuv.dylib": { - "rid": "osx", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/rhel-x64/native/libuv.so": { - "rid": "rhel-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win7-arm/native/libuv.dll": { - "rid": "win7-arm", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win7-x64/native/libuv.dll": { - "rid": "win7-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win7-x86/native/libuv.dll": { - "rid": "win7-x86", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "Microsoft.ApplicationInsights/2.22.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.ApplicationInsights.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.ApplicationInsights.AspNetCore/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.22.0", - "Microsoft.ApplicationInsights.EventCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.22.0", - "Microsoft.Extensions.Logging.ApplicationInsights": "2.22.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.DependencyCollector.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.ApplicationInsights.EventCounterCollector/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.ApplicationInsights.Kubernetes/7.0.0": { - "dependencies": { - "KubernetesClient": "12.1.1", - "Microsoft.ApplicationInsights": "2.22.0", - "Microsoft.Extensions.DiagnosticAdapter": "3.1.27" - }, - "runtime": { - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.0.0" - } - } - }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "System.Diagnostics.PerformanceCounter": "6.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.ApplicationInsights.WindowsServer/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.22.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.22.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.WindowsServer.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.AspNetCore.Authentication.JwtBearer/9.0.0": { - "dependencies": { - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "8.0.1" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.AspNetCore.HealthChecks/1.0.0": { - "dependencies": { - "Microsoft.Extensions.HealthChecks": "1.0.0", - "Microsoft.NETCore.App": "1.0.5" - }, - "runtime": { - "lib/netcoreapp1.0/Microsoft.AspNetCore.HealthChecks.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "9.0.0", - "Newtonsoft.Json": "13.0.3", - "Newtonsoft.Json.Bson": "1.0.2" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.Azure.Amqp/2.6.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.Azure.Amqp.dll": { - "assemblyVersion": "2.4.0.0", - "fileVersion": "2.6.3.0" - } - } - }, - "Microsoft.Azure.KeyVault/2.3.2": { - "dependencies": { - "Microsoft.Azure.KeyVault.WebKey": "2.0.7", - "Microsoft.Rest.ClientRuntime": "2.3.8", - "Microsoft.Rest.ClientRuntime.Azure": "3.3.7", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.3.2.0" - } - } - }, - "Microsoft.Azure.KeyVault.WebKey/2.0.7": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.7.0" - } - } - }, - "Microsoft.Azure.ServiceBus/5.2.0": { - "dependencies": { - "Microsoft.Azure.Amqp": "2.6.3", - "Microsoft.Azure.Services.AppAuthentication": "1.0.3", - "Newtonsoft.Json": "13.0.3", - "System.IdentityModel.Tokens.Jwt": "8.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": { - "assemblyVersion": "5.2.0.0", - "fileVersion": "5.200.21.55702" - } - } - }, - "Microsoft.Azure.Services.AppAuthentication/1.0.3": { - "dependencies": { - "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": { - "assemblyVersion": "1.0.3.0", - "fileVersion": "1.0.3.0" - } - } - }, - "Microsoft.Bcl.AsyncInterfaces/1.1.1": { - "runtime": { - "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "4.700.20.21406" - } - } - }, - "Microsoft.CodeAnalysis.Common/1.3.0": { - "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.dll": { - "assemblyVersion": "1.3.0.0", - "fileVersion": "1.3.0.60613" - } - } - }, - "Microsoft.CodeAnalysis.CSharp/1.3.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "1.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll": { - "assemblyVersion": "1.3.0.0", - "fileVersion": "1.3.0.60613" - } - } - }, - "Microsoft.CodeAnalysis.VisualBasic/1.3.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "1.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.dll": { - "assemblyVersion": "1.3.0.0", - "fileVersion": "1.3.0.60613" - } - } - }, - "Microsoft.Extensions.Configuration.AzureKeyVault/3.1.24": { - "dependencies": { - "Microsoft.Azure.KeyVault": "2.3.2", - "Microsoft.Azure.Services.AppAuthentication": "1.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll": { - "assemblyVersion": "3.1.24.0", - "fileVersion": "3.100.2422.18002" - } - } - }, - "Microsoft.Extensions.DependencyModel/8.0.2": { - "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { - "assemblyVersion": "8.0.0.2", - "fileVersion": "8.0.1024.46610" - } - } - }, - "Microsoft.Extensions.DiagnosticAdapter/3.1.27": { - "runtime": { - "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll": { - "assemblyVersion": "3.1.27.0", - "fileVersion": "3.100.2722.31601" - } - } - }, - "Microsoft.Extensions.HealthChecks/1.0.0": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Extensions.HealthChecks.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "Microsoft.Extensions.Logging.ApplicationInsights/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.Extensions.Logging.AzureAppServices/9.0.0": { - "runtime": { - "lib/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.IdentityModel.Abstractions/8.0.1": { - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.2": { - "runtime": { - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": { - "assemblyVersion": "3.14.2.11", - "fileVersion": "3.14.40721.918" - }, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": { - "assemblyVersion": "3.14.2.11", - "fileVersion": "3.14.40721.918" - } - } - }, - "Microsoft.IdentityModel.JsonWebTokens/8.0.1": { - "dependencies": { - "Microsoft.IdentityModel.Tokens": "8.0.1" - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "Microsoft.IdentityModel.Logging/8.0.1": { - "dependencies": { - "Microsoft.IdentityModel.Abstractions": "8.0.1" - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Logging.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "Microsoft.IdentityModel.Protocols/8.0.1": { - "dependencies": { - "Microsoft.IdentityModel.Tokens": "8.0.1" - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Protocols.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/8.0.1": { - "dependencies": { - "Microsoft.IdentityModel.Protocols": "8.0.1", - "System.IdentityModel.Tokens.Jwt": "8.0.1" - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "Microsoft.IdentityModel.Tokens/8.0.1": { - "dependencies": { - "Microsoft.IdentityModel.Logging": "8.0.1" - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Tokens.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "Microsoft.NETCore.App/1.0.5": { - "dependencies": { - "Libuv": "1.9.1", - "Microsoft.CodeAnalysis.CSharp": "1.3.0", - "Microsoft.CodeAnalysis.VisualBasic": "1.3.0" - } - }, - "Microsoft.OpenApi/1.6.22": { - "runtime": { - "lib/netstandard2.0/Microsoft.OpenApi.dll": { - "assemblyVersion": "1.6.22.0", - "fileVersion": "1.6.22.0" - } - } - }, - "Microsoft.Rest.ClientRuntime/2.3.8": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.3.8.0" - } - } - }, - "Microsoft.Rest.ClientRuntime.Azure/3.3.7": { - "dependencies": { - "Microsoft.Rest.ClientRuntime": "2.3.8", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll": { - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.3.7.0" - } - } - }, - "Microsoft.Win32.SystemEvents/6.0.0": { - "runtime": { - "lib/net6.0/Microsoft.Win32.SystemEvents.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "Newtonsoft.Json/13.0.3": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" - } - } - }, - "Newtonsoft.Json.Bson/1.0.2": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.2.22727" - } - } - }, - "Pipelines.Sockets.Unofficial/2.2.8": { - "runtime": { - "lib/net5.0/Pipelines.Sockets.Unofficial.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "2.2.8.1080" - } - } - }, - "Polly/8.5.0": { - "dependencies": { - "Polly.Core": "8.5.0" - }, - "runtime": { - "lib/net6.0/Polly.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.5.0.4130" - } - } - }, - "Polly.Core/8.5.0": { - "runtime": { - "lib/net8.0/Polly.Core.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.5.0.4130" - } - } - }, - "prometheus-net/8.0.1": { - "runtime": { - "lib/net7.0/Prometheus.NetStandard.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.1.0" - } - } - }, - "RabbitMQ.Client/6.8.1": { - "runtime": { - "lib/netstandard2.0/RabbitMQ.Client.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.8.1.0" - } - } - }, - "Serilog/4.0.0": { - "runtime": { - "lib/net8.0/Serilog.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.0.0.0" - } - } - }, - "Serilog.AspNetCore/8.0.3": { - "dependencies": { - "Serilog": "4.0.0", - "Serilog.Extensions.Hosting": "8.0.0", - "Serilog.Formatting.Compact": "2.0.0", - "Serilog.Settings.Configuration": "8.0.4", - "Serilog.Sinks.Console": "6.0.0", - "Serilog.Sinks.Debug": "2.0.0", - "Serilog.Sinks.File": "5.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.AspNetCore.dll": { - "assemblyVersion": "8.0.3.0", - "fileVersion": "8.0.3.0" - } - } - }, - "Serilog.Enrichers.Environment/3.0.1": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Enrichers.Environment.dll": { - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.0.0.0" - } - } - }, - "Serilog.Extensions.Hosting/8.0.0": { - "dependencies": { - "Serilog": "4.0.0", - "Serilog.Extensions.Logging": "8.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Extensions.Hosting.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "8.0.0.0" - } - } - }, - "Serilog.Extensions.Logging/8.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Extensions.Logging.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "8.0.0.0" - } - } - }, - "Serilog.Formatting.Compact/2.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net7.0/Serilog.Formatting.Compact.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.0" - } - } - }, - "Serilog.Settings.Configuration/8.0.4": { - "dependencies": { - "Microsoft.Extensions.DependencyModel": "8.0.2", - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Settings.Configuration.dll": { - "assemblyVersion": "8.0.4.0", - "fileVersion": "8.0.4.0" - } - } - }, - "Serilog.Sinks.Console/6.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Sinks.Console.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.0.0" - } - } - }, - "Serilog.Sinks.Debug/2.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.0" - } - } - }, - "Serilog.Sinks.File/5.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net5.0/Serilog.Sinks.File.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.0" - } - } - }, - "Serilog.Sinks.Http/9.0.0": { - "dependencies": { - "Serilog.Sinks.File": "5.0.0" - }, - "runtime": { - "lib/netstandard2.1/Serilog.Sinks.Http.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.0.0" - } - } - }, - "Serilog.Sinks.Seq/8.0.0": { - "dependencies": { - "Serilog": "4.0.0", - "Serilog.Sinks.File": "5.0.0" - }, - "runtime": { - "lib/net6.0/Serilog.Sinks.Seq.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.0.0" - } - } - }, - "StackExchange.Redis/2.7.4": { - "dependencies": { - "Pipelines.Sockets.Unofficial": "2.2.8" - }, - "runtime": { - "lib/net6.0/StackExchange.Redis.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.7.4.20928" - } - } - }, - "Swashbuckle.AspNetCore/7.2.0": { - "dependencies": { - "Swashbuckle.AspNetCore.Swagger": "7.2.0", - "Swashbuckle.AspNetCore.SwaggerGen": "7.2.0", - "Swashbuckle.AspNetCore.SwaggerUI": "7.2.0" - } - }, - "Swashbuckle.AspNetCore.Newtonsoft/7.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "9.0.0", - "Swashbuckle.AspNetCore.SwaggerGen": "7.2.0" - }, - "runtime": { - "lib/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll": { - "assemblyVersion": "7.2.0.0", - "fileVersion": "7.2.0.956" - } - } - }, - "Swashbuckle.AspNetCore.Swagger/7.2.0": { - "dependencies": { - "Microsoft.OpenApi": "1.6.22" - }, - "runtime": { - "lib/net9.0/Swashbuckle.AspNetCore.Swagger.dll": { - "assemblyVersion": "7.2.0.0", - "fileVersion": "7.2.0.956" - } - } - }, - "Swashbuckle.AspNetCore.SwaggerGen/7.2.0": { - "dependencies": { - "Swashbuckle.AspNetCore.Swagger": "7.2.0" - }, - "runtime": { - "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { - "assemblyVersion": "7.2.0.0", - "fileVersion": "7.2.0.956" - } - } - }, - "Swashbuckle.AspNetCore.SwaggerUI/7.2.0": { - "runtime": { - "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { - "assemblyVersion": "7.2.0.0", - "fileVersion": "7.2.0.956" - } - } - }, - "System.Configuration.ConfigurationManager/6.0.0": { - "dependencies": { - "System.Security.Cryptography.ProtectedData": "6.0.0", - "System.Security.Permissions": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.Diagnostics.PerformanceCounter/6.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Diagnostics.PerformanceCounter.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.Drawing.Common/6.0.0": { - "dependencies": { - "Microsoft.Win32.SystemEvents": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Drawing.Common.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/net6.0/System.Drawing.Common.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - }, - "runtimes/win/lib/net6.0/System.Drawing.Common.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.IdentityModel.Tokens.Jwt/8.0.1": { - "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "8.0.1", - "Microsoft.IdentityModel.Tokens": "8.0.1" - }, - "runtime": { - "lib/net9.0/System.IdentityModel.Tokens.Jwt.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "System.Memory.Data/1.0.2": { - "runtime": { - "lib/netstandard2.0/System.Memory.Data.dll": { - "assemblyVersion": "1.0.2.0", - "fileVersion": "1.0.221.20802" - } - } - }, - "System.Security.Cryptography.ProtectedData/6.0.0": { - "runtime": { - "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.Security.Permissions/6.0.0": { - "dependencies": { - "System.Windows.Extensions": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Security.Permissions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.Windows.Extensions/6.0.0": { - "dependencies": { - "System.Drawing.Common": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Windows.Extensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "YamlDotNet/13.3.1": { - "runtime": { - "lib/net7.0/YamlDotNet.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.3.1.0" - } - } - }, - "EventBus/1.0.0": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "EventBus.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "EventBusRabbitMQ/1.0.0": { - "dependencies": { - "Autofac": "8.1.1", - "EventBus": "1.0.0", - "Newtonsoft.Json": "13.0.3", - "Polly": "8.5.0", - "RabbitMQ.Client": "6.8.1" - }, - "runtime": { - "EventBusRabbitMQ.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "EventBusServiceBus/1.0.0": { - "dependencies": { - "Autofac": "8.1.1", - "EventBus": "1.0.0", - "Microsoft.Azure.ServiceBus": "5.2.0" - }, - "runtime": { - "EventBusServiceBus.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - } - } - }, - "libraries": { - "Basket.API/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "AspNetCore.HealthChecks.AzureServiceBus/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-67GttVESv92GIthFMNqLbWvnQr3AFujGGsydKUl51R7p+KETguIJ+yHGUSnLL8XEcIWO0pENO714WlAqmON8EQ==", - "path": "aspnetcore.healthchecks.azureservicebus/8.0.1", - "hashPath": "aspnetcore.healthchecks.azureservicebus.8.0.1.nupkg.sha512" - }, - "AspNetCore.HealthChecks.Rabbitmq/8.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A/29xmNWfssOY1zq1bWAaZPW/iJfBhJN+I737KKHQutzB0JFwAIKesjsUWN2BAJwqS/ciFMjNxvCDHtAgU0PIQ==", - "path": "aspnetcore.healthchecks.rabbitmq/8.0.2", - "hashPath": "aspnetcore.healthchecks.rabbitmq.8.0.2.nupkg.sha512" - }, - "AspNetCore.HealthChecks.Redis/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-45jqq4ydvmm7yKpTf0jEpUuYloe2vlytN9dasmqwmQyorpNbjdvWuyvSmjVZM5nBa5e5ryF5MU+F7bXv6Zp2vQ==", - "path": "aspnetcore.healthchecks.redis/8.0.1", - "hashPath": "aspnetcore.healthchecks.redis.8.0.1.nupkg.sha512" - }, - "AspNetCore.HealthChecks.UI.Client/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nhC6KIoB/EtTbH3uGm2J6EHEUyTJuETUARFePbmrnA+zjbwsirzIVUQl46qIjvyPABhK0e7Rk+AxcRqC6zikqA==", - "path": "aspnetcore.healthchecks.ui.client/8.0.1", - "hashPath": "aspnetcore.healthchecks.ui.client.8.0.1.nupkg.sha512" - }, - "AspNetCore.HealthChecks.UI.Core/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Vn00MOJ1I0HSqyP7Bt9v0pr0AIgbrXMjL/KFwW+sRwLRogOtep8BWGimd8XYRCbCDLrAi7VSArU02f6pEIw69w==", - "path": "aspnetcore.healthchecks.ui.core/8.0.1", - "hashPath": "aspnetcore.healthchecks.ui.core.8.0.1.nupkg.sha512" - }, - "Autofac/8.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lhHjVB/XJtxPDUQ/FAHWAC7Spu+P9TNfDbyx2W0ABqD1eTRo7TkcZ7l7Oq1S5pKNg7NXswdk9uH73qbOzSwQFA==", - "path": "autofac/8.1.1", - "hashPath": "autofac.8.1.1.nupkg.sha512" - }, - "Autofac.Extensions.DependencyInjection/10.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZjR/onUlP7BzQ7VBBigQepWLAyAzi3VRGX3pP6sBqkPRiT61fsTZqbTpRUKxo30TMgbs1o3y6bpLbETix4SJog==", - "path": "autofac.extensions.dependencyinjection/10.0.0", - "hashPath": "autofac.extensions.dependencyinjection.10.0.0.nupkg.sha512" - }, - "Azure.Core/1.36.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vwqFZdHS4dzPlI7FFRkPx9ctA+aGGeRev3gnzG8lntWvKMmBhAmulABi1O9CEvS3/jzYt7yA+0pqVdxkpAd7dQ==", - "path": "azure.core/1.36.0", - "hashPath": "azure.core.1.36.0.nupkg.sha512" - }, - "Azure.Core.Amqp/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==", - "path": "azure.core.amqp/1.3.0", - "hashPath": "azure.core.amqp.1.3.0.nupkg.sha512" - }, - "Azure.Messaging.ServiceBus/7.17.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lpQXW+8IsTsCp8hvMIiqcp0oLYgxc79g7ALYUOOXiZy/3WORlaN237eNx0LCX40wTo7hLtdbVrmoUa+kIohGpg==", - "path": "azure.messaging.servicebus/7.17.0", - "hashPath": "azure.messaging.servicebus.7.17.0.nupkg.sha512" - }, - "Fractions/7.2.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1gVCo18/02ZZOJ+dcpVNMsUHF6cLmltMMskUWl2G1l+0OmTTvcwJZq5/JXIVpvOzPM3gDLombsloGMlTQNcv9g==", - "path": "fractions/7.2.1", - "hashPath": "fractions.7.2.1.nupkg.sha512" - }, - "Google.Protobuf/3.28.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OewySX3aQCdKfMJsj2DzBMXQJPI+lm0CBzamU9ViFu3CU9tXYrQWqJ1CZ+/UWtkwOjUeIzbXmoOjRc7B8pbMrA==", - "path": "google.protobuf/3.28.3", - "hashPath": "google.protobuf.3.28.3.nupkg.sha512" - }, - "Grpc.AspNetCore.Server/2.70.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9d6JuMLSxwOX4zERV7HBwq1XL8DD48a6FSoxD5dDXrCz/o0HqMXE2+lRcXHckOlz1JCesznW8XMMJdsU1FfY7w==", - "path": "grpc.aspnetcore.server/2.70.0", - "hashPath": "grpc.aspnetcore.server.2.70.0.nupkg.sha512" - }, - "Grpc.Core.Api/2.70.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-66UotvWcSIq41oiQhLWcQACyKPM4umxXNiht5DQTLZJfNwEswWOcS7Z0xIEHyNIBE7ZpjotH22bEjTkvhPxmVw==", - "path": "grpc.core.api/2.70.0", - "hashPath": "grpc.core.api.2.70.0.nupkg.sha512" - }, - "Grpc.Net.Common/2.70.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rBdEUMyCwa+iB8mqC6JKyPbj3SBHHkReJj/yy/XKJI63GcG6w9DJMMGTVcYHqq4Ci2W4m0HT4jt2pFfFscar8g==", - "path": "grpc.net.common/2.70.0", - "hashPath": "grpc.net.common.2.70.0.nupkg.sha512" - }, - "IdentityModel/5.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nuhkbaDH9l5QzNJp2MtP3qio57MPtiRneUN8Ocr7od0JvSYaIe3gBj/vxllr11S/Qvu1AG4GZXoyv5469ewYDA==", - "path": "identitymodel/5.2.0", - "hashPath": "identitymodel.5.2.0.nupkg.sha512" - }, - "IdentityModel.OidcClient/5.2.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OuPhDNAw/EoJVEmYO6/ChZUBcug4OGoGKTKLUyBCsGhlKegxJk25LYQ0EL7GCBMgkEL+BYNJukNZyaJ+JNaWog==", - "path": "identitymodel.oidcclient/5.2.1", - "hashPath": "identitymodel.oidcclient.5.2.1.nupkg.sha512" - }, - "KubernetesClient/12.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Xvc6Kr/W5YUxlMDzy0R80zy+Vd66brS7fSA4COGXu8KZACKPW7+KKS7kxZBLaFYGrUcktXOHpqNNuoukSGcK6A==", - "path": "kubernetesclient/12.1.1", - "hashPath": "kubernetesclient.12.1.1.nupkg.sha512" - }, - "Libuv/1.9.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uqX2Frwf9PW8MaY7PRNY6HM5BpW1D8oj1EdqzrmbEFD5nH63Yat3aEjN/tws6Tw6Fk7LwmLBvtUh32tTeTaHiA==", - "path": "libuv/1.9.1", - "hashPath": "libuv.1.9.1.nupkg.sha512" - }, - "Microsoft.ApplicationInsights/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3AOM9bZtku7RQwHyMEY3tQMrHIgjcfRDa6YQpd/QG2LDGvMydSlL9Di+8LLMt7J2RDdfJ7/2jdYv6yHcMJAnNw==", - "path": "microsoft.applicationinsights/2.22.0", - "hashPath": "microsoft.applicationinsights.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.AspNetCore/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OuiZgRDX0zm3a1DRk/GT54ZsyTg8a88n3cpkVEYFJoRhT5X84l2C68BuKrglE0sIj+C0+o2WTR8S21YBD/ZWgA==", - "path": "microsoft.applicationinsights.aspnetcore/2.22.0", - "hashPath": "microsoft.applicationinsights.aspnetcore.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gseSmuCshdZqcn5r6EW1Zx52e5/p2RpAsHSanlxs8pq+Pbg1RZP678tXtxfVuHC0fA3MVV852pnfFC7ZGB0jew==", - "path": "microsoft.applicationinsights.dependencycollector/2.22.0", - "hashPath": "microsoft.applicationinsights.dependencycollector.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.EventCounterCollector/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/fXUyZIMwaWfETgire4fygaBhY8J+hXvTVhSFXKV0JOFBenzzU4smGW8iRUFhE534a3QrczuFfmfCCkXRKbsNg==", - "path": "microsoft.applicationinsights.eventcountercollector/2.22.0", - "hashPath": "microsoft.applicationinsights.eventcountercollector.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.Kubernetes/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NF7HsDqEPTLkqnm2NyA+xBLE4qzEaY5UEkdhywGeZgI0hjrpbjuFafrZOZPjqMV38WXZ24yv7c4K251+9OgOfw==", - "path": "microsoft.applicationinsights.kubernetes/7.0.0", - "hashPath": "microsoft.applicationinsights.kubernetes.7.0.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nExsJsbN7694ueUNNBms/UNgza9WH4W/I6i5CnF9ujJ1sp57EL5Uk0NP9MDwlLVtYaaiznKPatVSv3Nu8vAplw==", - "path": "microsoft.applicationinsights.perfcountercollector/2.22.0", - "hashPath": "microsoft.applicationinsights.perfcountercollector.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.WindowsServer/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9k1x1+Kq1fElvcv0o/w9w8tRWAa2Y0f4NPBeHF5b2xCety4GM1yv3K3Ra0lZwO3kW0SHlm9M8nrySuyKQlHyYA==", - "path": "microsoft.applicationinsights.windowsserver/2.22.0", - "hashPath": "microsoft.applicationinsights.windowsserver.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Blb6S8UJSJ/jo6mxeO38gKgui75D2brp5NpXJoZUhyJzfmYsfhn7a4t5f+CDfAKyvie7sQB2FIzeEDQSiRE5zw==", - "path": "microsoft.applicationinsights.windowsserver.telemetrychannel/2.22.0", - "hashPath": "microsoft.applicationinsights.windowsserver.telemetrychannel.2.22.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.JwtBearer/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bs+1Pq3vQdS2lTyxNUd9fEhtMsq3eLUpK36k2t56iDMVrk6OrAoFtvrQrTK0Y0OetTcJrUkGU7hBlf+ORzHLqQ==", - "path": "microsoft.aspnetcore.authentication.jwtbearer/9.0.0", - "hashPath": "microsoft.aspnetcore.authentication.jwtbearer.9.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.HealthChecks/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-skfSWx0dJWPc5NKePzPYp8sse4/li4LTrMrM1qDQK4Eq/eEn/syz1rjAQ7K0CwvLeS+7vdERUJ3v//c0oFUuIg==", - "path": "microsoft.aspnetcore.healthchecks/1.0.0", - "hashPath": "microsoft.aspnetcore.healthchecks.1.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/4UONYoAIeexPoAmbzBPkVGA6KAY7t0BM+1sr0fKss2V1ERCdcM+Llub4X5Ma+LJ60oPp6KzM0e3j+Pp/JHCNw==", - "path": "microsoft.aspnetcore.jsonpatch/9.0.0", - "hashPath": "microsoft.aspnetcore.jsonpatch.9.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTFDEmZi3GheCSPrBxzyE63+d5unln2vYldo/nOm1xet/4rpEk2oJYcwpclPQ13E+LZBF9XixkgwYTUwqznlWg==", - "path": "microsoft.aspnetcore.mvc.newtonsoftjson/9.0.0", - "hashPath": "microsoft.aspnetcore.mvc.newtonsoftjson.9.0.0.nupkg.sha512" - }, - "Microsoft.Azure.Amqp/2.6.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iPbNNII4YZGkka7JQS0ZsZfZLcM7dwIoov/DyFiaemRqOTrdJCLgYnFBFhc/3TSh0ZI4/5TpxQPSPSckZ65jmA==", - "path": "microsoft.azure.amqp/2.6.3", - "hashPath": "microsoft.azure.amqp.2.6.3.nupkg.sha512" - }, - "Microsoft.Azure.KeyVault/2.3.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A82ESUdfLz2wMhYuPxrwf/fA7JVt3IARgeMCG3TsaLtxUxa9RBKX3f0zdnKmvBvJ/u1/5g03OLR26GPekqY5HQ==", - "path": "microsoft.azure.keyvault/2.3.2", - "hashPath": "microsoft.azure.keyvault.2.3.2.nupkg.sha512" - }, - "Microsoft.Azure.KeyVault.WebKey/2.0.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MVSYao62R9rwl9KF+IsJm+XBLupJj1ma2lfwNeFlSWziXGAopnYK+YkDWqABOqNIV9kpza/MvNBxITzhlJIyIw==", - "path": "microsoft.azure.keyvault.webkey/2.0.7", - "hashPath": "microsoft.azure.keyvault.webkey.2.0.7.nupkg.sha512" - }, - "Microsoft.Azure.ServiceBus/5.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==", - "path": "microsoft.azure.servicebus/5.2.0", - "hashPath": "microsoft.azure.servicebus.5.2.0.nupkg.sha512" - }, - "Microsoft.Azure.Services.AppAuthentication/1.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==", - "path": "microsoft.azure.services.appauthentication/1.0.3", - "hashPath": "microsoft.azure.services.appauthentication.1.0.3.nupkg.sha512" - }, - "Microsoft.Bcl.AsyncInterfaces/1.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==", - "path": "microsoft.bcl.asyncinterfaces/1.1.1", - "hashPath": "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Common/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-V09G35cs0CT1C4Dr1IEOh8IGfnWALEVAOO5JXsqagxXwmYR012TlorQ+vx2eXxfZRKs3gAS/r92gN9kRBLba5A==", - "path": "microsoft.codeanalysis.common/1.3.0", - "hashPath": "microsoft.codeanalysis.common.1.3.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.CSharp/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BgWDIAbSFsHuGeLSn/rljLi51nXqkSo4DZ0qEIrHyPVasrhxEVq7aV8KKZ3HEfSFB+GIhBmOogE+mlOLYg19eg==", - "path": "microsoft.codeanalysis.csharp/1.3.0", - "hashPath": "microsoft.codeanalysis.csharp.1.3.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.VisualBasic/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Sf3k8PkTkWqBmXnnblJbvb7ewO6mJzX6WO2t7m04BmOY5qBq6yhhyXnn/BMM+QCec3Arw3X35Zd8f9eBql0qgg==", - "path": "microsoft.codeanalysis.visualbasic/1.3.0", - "hashPath": "microsoft.codeanalysis.visualbasic.1.3.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.AzureKeyVault/3.1.24": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dAir8lfKn3Ukvis2sGddZ72bbuEQ24VusFELZg2JZDPTjBDyoVVocbxbe/39YAEHEq3TfCAIbHicCCKgHBBa2A==", - "path": "microsoft.extensions.configuration.azurekeyvault/3.1.24", - "hashPath": "microsoft.extensions.configuration.azurekeyvault.3.1.24.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyModel/8.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-mUBDZZRgZrSyFOsJ2qJJ9fXfqd/kXJwf3AiDoqLD9m6TjY5OO/vLNOb9fb4juC0487eq4hcGN/M2Rh/CKS7QYw==", - "path": "microsoft.extensions.dependencymodel/8.0.2", - "hashPath": "microsoft.extensions.dependencymodel.8.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.DiagnosticAdapter/3.1.27": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IHJmvjE3X+PJLlbRvZHnzVO2CglI9FARYgTPbbUNN85gS4jqS0EM/dGhZGwQpr3P4X0/V/OUtmgHvBipS4KTwQ==", - "path": "microsoft.extensions.diagnosticadapter/3.1.27", - "hashPath": "microsoft.extensions.diagnosticadapter.3.1.27.nupkg.sha512" - }, - "Microsoft.Extensions.HealthChecks/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-75bbAOTUl0oBzjmPYdN+o0vReThrl4v/OVvIKsbuUlOhAjma7mOHYR/Nm1KabM36/xWbxgSX9lFCRvOaz/55Tg==", - "path": "microsoft.extensions.healthchecks/1.0.0", - "hashPath": "microsoft.extensions.healthchecks.1.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.ApplicationInsights/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5OmXub+9MyX8FbqgO+hBJRHk1iJ+UZUU20oIU3wo+RbmH6Jtsja79rriHLlzlrkMzWbpCkCzF6f4Yb6iGbsDag==", - "path": "microsoft.extensions.logging.applicationinsights/2.22.0", - "hashPath": "microsoft.extensions.logging.applicationinsights.2.22.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.AzureAppServices/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OMyMioZ23NlBXQb6TecMTr3LTCd2cqglKqMRdcWF8OJ+QQS53iPEo6bWj3CgGqgdXRySv3cxFVnJGSdcEWKR3Q==", - "path": "microsoft.extensions.logging.azureappservices/9.0.0", - "hashPath": "microsoft.extensions.logging.azureappservices.9.0.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Abstractions/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OtlIWcyX01olfdevPKZdIPfBEvbcioDyBiE/Z2lHsopsMD7twcKtlN9kMevHmI5IIPhFpfwCIiR6qHQz1WHUIw==", - "path": "microsoft.identitymodel.abstractions/8.0.1", - "hashPath": "microsoft.identitymodel.abstractions.8.0.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==", - "path": "microsoft.identitymodel.clients.activedirectory/3.14.2", - "hashPath": "microsoft.identitymodel.clients.activedirectory.3.14.2.nupkg.sha512" - }, - "Microsoft.IdentityModel.JsonWebTokens/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-s6++gF9x0rQApQzOBbSyp4jUaAlwm+DroKfL8gdOHxs83k8SJfUXhuc46rDB3rNXBQ1MVRxqKUrqFhO/M0E97g==", - "path": "microsoft.identitymodel.jsonwebtokens/8.0.1", - "hashPath": "microsoft.identitymodel.jsonwebtokens.8.0.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Logging/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UCPF2exZqBXe7v/6sGNiM6zCQOUXXQ9+v5VTb9gPB8ZSUPnX53BxlN78v2jsbIvK9Dq4GovQxo23x8JgWvm/Qg==", - "path": "microsoft.identitymodel.logging/8.0.1", - "hashPath": "microsoft.identitymodel.logging.8.0.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uA2vpKqU3I2mBBEaeJAWPTjT9v1TZrGWKdgK6G5qJd03CLx83kdiqO9cmiK8/n1erkHzFBwU/RphP83aAe3i3g==", - "path": "microsoft.identitymodel.protocols/8.0.1", - "hashPath": "microsoft.identitymodel.protocols.8.0.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AQDbfpL+yzuuGhO/mQhKNsp44pm5Jv8/BI4KiFXR7beVGZoSH35zMV3PrmcfvSTsyI6qrcR898NzUauD6SRigg==", - "path": "microsoft.identitymodel.protocols.openidconnect/8.0.1", - "hashPath": "microsoft.identitymodel.protocols.openidconnect.8.0.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Tokens/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kDimB6Dkd3nkW2oZPDkMkVHfQt3IDqO5gL0oa8WVy3OP4uE8Ij+8TXnqg9TOd9ufjsY3IDiGz7pCUbnfL18tjg==", - "path": "microsoft.identitymodel.tokens/8.0.1", - "hashPath": "microsoft.identitymodel.tokens.8.0.1.nupkg.sha512" - }, - "Microsoft.NETCore.App/1.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rqd+4QNUIdrauKaP8KVo2Ut5OeEGoyOsAMZr7u1IEtSRx5LeA1omVCLpY0TJ5Z47jfMm/MRuD/RG5Ahg8WwX2w==", - "path": "microsoft.netcore.app/1.0.5", - "hashPath": "microsoft.netcore.app.1.0.5.nupkg.sha512" - }, - "Microsoft.OpenApi/1.6.22": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aBvunmrdu/x+4CaA/UP1Jx4xWGwk4kymhoIRnn2Vp+zi5/KOPQJ9EkSXHRUr01WcGKtYl3Au7XfkPJbU1G2sjQ==", - "path": "microsoft.openapi/1.6.22", - "hashPath": "microsoft.openapi.1.6.22.nupkg.sha512" - }, - "Microsoft.Rest.ClientRuntime/2.3.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Hj96LBoCwKY2VQKfSCVGGPV1sSumVjuYnrlpBwL4JSTnSK4b6ZxjLtXj8LgmKav8xJ2gps+UN7eI3hHVFKvBFw==", - "path": "microsoft.rest.clientruntime/2.3.8", - "hashPath": "microsoft.rest.clientruntime.2.3.8.nupkg.sha512" - }, - "Microsoft.Rest.ClientRuntime.Azure/3.3.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6u8JIuvrztse4tPOcvNzAJuzGBP0uY+Ijggk8ZYhp0siGEZ1XfZylf1vpNGUicvwcrhhoIgDW73Z1L6QGssr2g==", - "path": "microsoft.rest.clientruntime.azure/3.3.7", - "hashPath": "microsoft.rest.clientruntime.azure.3.3.7.nupkg.sha512" - }, - "Microsoft.Win32.SystemEvents/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==", - "path": "microsoft.win32.systemevents/6.0.0", - "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "path": "newtonsoft.json/13.0.3", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" - }, - "Newtonsoft.Json.Bson/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", - "path": "newtonsoft.json.bson/1.0.2", - "hashPath": "newtonsoft.json.bson.1.0.2.nupkg.sha512" - }, - "Pipelines.Sockets.Unofficial/2.2.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zG2FApP5zxSx6OcdJQLbZDk2AVlN2BNQD6MorwIfV6gVj0RRxWPEp2LXAxqDGZqeNV1Zp0BNPcNaey/GXmTdvQ==", - "path": "pipelines.sockets.unofficial/2.2.8", - "hashPath": "pipelines.sockets.unofficial.2.2.8.nupkg.sha512" - }, - "Polly/8.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GBNZPy7i7OpkaIruWPRJ0+AWzdGDQDnKY91b7Ic2aAch4lKhPjUc5KSffpH9krIWe0MoyghqaRxwRC0Uwz2PkA==", - "path": "polly/8.5.0", - "hashPath": "polly.8.5.0.nupkg.sha512" - }, - "Polly.Core/8.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VYYMZNitZ85UEhwOKkTQI63WEMvzUqwQc74I2mm8h/DBVAMcBBxqYPni4DmuRtbCwngmuONuK2yBJfWNRKzI+A==", - "path": "polly.core/8.5.0", - "hashPath": "polly.core.8.5.0.nupkg.sha512" - }, - "prometheus-net/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A9sOtQB2gEhujBxPKw+KcGScBiPvBmy4lYVM5OlETMj4xjVD5r/ixIg52HHg2P0lcImJTpfeWnD0/9tpQsRQTA==", - "path": "prometheus-net/8.0.1", - "hashPath": "prometheus-net.8.0.1.nupkg.sha512" - }, - "RabbitMQ.Client/6.8.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jNsmGgmCNw2S/NzskeN2ijtGywtH4Sk/G6jWUTD5sY9SrC27Xz6BsLIiB8hdsfjeyWCa4j4GvCIGkpE8wrjU1Q==", - "path": "rabbitmq.client/6.8.1", - "hashPath": "rabbitmq.client.6.8.1.nupkg.sha512" - }, - "Serilog/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2jDkUrSh5EofOp7Lx5Zgy0EB+7hXjjxE2ktTb1WVQmU00lDACR2TdROGKU0K1pDTBSJBN1PqgYpgOZF8mL7NJw==", - "path": "serilog/4.0.0", - "hashPath": "serilog.4.0.0.nupkg.sha512" - }, - "Serilog.AspNetCore/8.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Y5at41mc0OV982DEJslBKHd6uzcWO6POwR3QceJ6gtpMPxCzm4+FElGPF0RdaTD7MGsP6XXE05LMbSi0NO+sXg==", - "path": "serilog.aspnetcore/8.0.3", - "hashPath": "serilog.aspnetcore.8.0.3.nupkg.sha512" - }, - "Serilog.Enrichers.Environment/3.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9BqCE4C9FF+/rJb/CsQwe7oVf44xqkOvMwX//CUxvUR25lFL4tSS6iuxE5eW07quby1BAyAEP+vM6TWsnT3iqw==", - "path": "serilog.enrichers.environment/3.0.1", - "hashPath": "serilog.enrichers.environment.3.0.1.nupkg.sha512" - }, - "Serilog.Extensions.Hosting/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-db0OcbWeSCvYQkHWu6n0v40N4kKaTAXNjlM3BKvcbwvNzYphQFcBR+36eQ/7hMMwOkJvAyLC2a9/jNdUL5NjtQ==", - "path": "serilog.extensions.hosting/8.0.0", - "hashPath": "serilog.extensions.hosting.8.0.0.nupkg.sha512" - }, - "Serilog.Extensions.Logging/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YEAMWu1UnWgf1c1KP85l1SgXGfiVo0Rz6x08pCiPOIBt2Qe18tcZLvdBUuV5o1QHvrs8FAry9wTIhgBRtjIlEg==", - "path": "serilog.extensions.logging/8.0.0", - "hashPath": "serilog.extensions.logging.8.0.0.nupkg.sha512" - }, - "Serilog.Formatting.Compact/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ob6z3ikzFM3D1xalhFuBIK1IOWf+XrQq+H4KeH4VqBcPpNcmUgZlRQ2h3Q7wvthpdZBBoY86qZOI2LCXNaLlNA==", - "path": "serilog.formatting.compact/2.0.0", - "hashPath": "serilog.formatting.compact.2.0.0.nupkg.sha512" - }, - "Serilog.Settings.Configuration/8.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pkxvq0umBKK8IKFJc1aV5S/HGRG/NIxJ6FV42KaTPLfDmBOAbBUB1m5gqqlGxzEa1MgDDWtQlWJdHTSxVWNx+Q==", - "path": "serilog.settings.configuration/8.0.4", - "hashPath": "serilog.settings.configuration.8.0.4.nupkg.sha512" - }, - "Serilog.Sinks.Console/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fQGWqVMClCP2yEyTXPIinSr5c+CBGUvBybPxjAGcf7ctDhadFhrQw03Mv8rJ07/wR5PDfFjewf2LimvXCDzpbA==", - "path": "serilog.sinks.console/6.0.0", - "hashPath": "serilog.sinks.console.6.0.0.nupkg.sha512" - }, - "Serilog.Sinks.Debug/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Y6g3OBJ4JzTyyw16fDqtFcQ41qQAydnEvEqmXjhwhgjsnG/FaJ8GUqF5ldsC/bVkK8KYmqrPhDO+tm4dF6xx4A==", - "path": "serilog.sinks.debug/2.0.0", - "hashPath": "serilog.sinks.debug.2.0.0.nupkg.sha512" - }, - "Serilog.Sinks.File/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uwV5hdhWPwUH1szhO8PJpFiahqXmzPzJT/sOijH/kFgUx+cyoDTMM8MHD0adw9+Iem6itoibbUXHYslzXsLEAg==", - "path": "serilog.sinks.file/5.0.0", - "hashPath": "serilog.sinks.file.5.0.0.nupkg.sha512" - }, - "Serilog.Sinks.Http/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c246Bw1vXtvht/krwQXGwuZ4U2kKxRf8d9iaazZDodnOohTlRR4jZyQS/slWHSjJAj8ZDejCQcITnu+TkYmdFw==", - "path": "serilog.sinks.http/9.0.0", - "hashPath": "serilog.sinks.http.9.0.0.nupkg.sha512" - }, - "Serilog.Sinks.Seq/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-z5ig56/qzjkX6Fj4U/9m1g8HQaQiYPMZS4Uevtjg1I+WWzoGSf5t/E+6JbMP/jbZYhU63bA5NJN5y0x+qqx2Bw==", - "path": "serilog.sinks.seq/8.0.0", - "hashPath": "serilog.sinks.seq.8.0.0.nupkg.sha512" - }, - "StackExchange.Redis/2.7.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lD6a0lGOCyV9iuvObnzStL74EDWAyK31w6lS+Md9gIz1eP4U6KChDIflzTdtrktxlvVkeOvPtkaYOcm4qjbHSw==", - "path": "stackexchange.redis/2.7.4", - "hashPath": "stackexchange.redis.2.7.4.nupkg.sha512" - }, - "Swashbuckle.AspNetCore/7.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vJv19UpWm6OOgnS9QLDnWARNVasXUfj8SFvlG7UVALm4nBnfwRnEky7C0veSDqMUmBeMPC6Ec3d6G1ts/J04Uw==", - "path": "swashbuckle.aspnetcore/7.2.0", - "hashPath": "swashbuckle.aspnetcore.7.2.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.Newtonsoft/7.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-otztl1SBfwu10iJx6lc3XG/dSqFXRtx8RQ0XrwrO/NYv0j6WhB+vaTJdfs4EPDh+0r7yORUPb7FQ6WgoApeDNg==", - "path": "swashbuckle.aspnetcore.newtonsoft/7.2.0", - "hashPath": "swashbuckle.aspnetcore.newtonsoft.7.2.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.Swagger/7.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-y27fNDfIh1vGhJjXYynLcZjl7DLOW1bSO2MDsY9wB4Zm1fdxpPsuBSiR4U+0acWlAqLmnuOPKr/OeOgwRUkBlw==", - "path": "swashbuckle.aspnetcore.swagger/7.2.0", - "hashPath": "swashbuckle.aspnetcore.swagger.7.2.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.SwaggerGen/7.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pMrTxGVuXM7t4wqft5CNNU8A0++Yw5kTLmYhB6tbEcyBfO8xEF/Y8pkJhO6BZ/2MYONrRYoQTfPFJqu8fOf5WQ==", - "path": "swashbuckle.aspnetcore.swaggergen/7.2.0", - "hashPath": "swashbuckle.aspnetcore.swaggergen.7.2.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.SwaggerUI/7.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hgrXeKzyp5OGN8qVvL7A+vhmU7mDJTfGpiMBRL66IcfLOyna8UTLtn3cC3CghamXpRDufcc9ciklTszUGEQK0w==", - "path": "swashbuckle.aspnetcore.swaggerui/7.2.0", - "hashPath": "swashbuckle.aspnetcore.swaggerui.7.2.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7T+m0kDSlIPTHIkPMIu6m6tV6qsMqJpvQWW2jIc2qi7sn40qxFo0q+7mEQAhMPXZHMKnWrnv47ntGlM/ejvw3g==", - "path": "system.configuration.configurationmanager/6.0.0", - "hashPath": "system.configuration.configurationmanager.6.0.0.nupkg.sha512" - }, - "System.Diagnostics.PerformanceCounter/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gbeE5tNp/oB7O8kTTLh3wPPJCxpNOphXPTWVs1BsYuFOYapFijWuh0LYw1qnDo4gwDUYPXOmpTIhvtxisGsYOQ==", - "path": "system.diagnostics.performancecounter/6.0.0", - "hashPath": "system.diagnostics.performancecounter.6.0.0.nupkg.sha512" - }, - "System.Drawing.Common/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==", - "path": "system.drawing.common/6.0.0", - "hashPath": "system.drawing.common.6.0.0.nupkg.sha512" - }, - "System.IdentityModel.Tokens.Jwt/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GJw3bYkWpOgvN3tJo5X4lYUeIFA2HD293FPUhKmp7qxS+g5ywAb34Dnd3cDAFLkcMohy5XTpoaZ4uAHuw0uSPQ==", - "path": "system.identitymodel.tokens.jwt/8.0.1", - "hashPath": "system.identitymodel.tokens.jwt.8.0.1.nupkg.sha512" - }, - "System.Memory.Data/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==", - "path": "system.memory.data/1.0.2", - "hashPath": "system.memory.data.1.0.2.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rp1gMNEZpvx9vP0JW0oHLxlf8oSiQgtno77Y4PLUBjSiDYoD77Y8uXHr1Ea5XG4/pIKhqAdxZ8v8OTUtqo9PeQ==", - "path": "system.security.cryptography.protecteddata/6.0.0", - "hashPath": "system.security.cryptography.protecteddata.6.0.0.nupkg.sha512" - }, - "System.Security.Permissions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==", - "path": "system.security.permissions/6.0.0", - "hashPath": "system.security.permissions.6.0.0.nupkg.sha512" - }, - "System.Windows.Extensions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==", - "path": "system.windows.extensions/6.0.0", - "hashPath": "system.windows.extensions.6.0.0.nupkg.sha512" - }, - "YamlDotNet/13.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Q2dqDsb0xAlr092grgHk8/vTXI2snIiYM5ND3IXkgJDFIdPnqDYwYnlk+gwzSeRByDLhiSzTog8uT7xFwH68Zg==", - "path": "yamldotnet/13.3.1", - "hashPath": "yamldotnet.13.3.1.nupkg.sha512" - }, - "EventBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "EventBusRabbitMQ/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "EventBusServiceBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Basket.API.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Basket.API.dll deleted file mode 100644 index 88261681..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Basket.API.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Basket.API.pdb b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Basket.API.pdb deleted file mode 100644 index c300b94b..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Basket.API.pdb and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Basket.API.runtimeconfig.json b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Basket.API.runtimeconfig.json deleted file mode 100644 index 6925b655..00000000 --- a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Basket.API.runtimeconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net9.0", - "frameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "9.0.0" - }, - { - "name": "Microsoft.AspNetCore.App", - "version": "9.0.0" - } - ], - "configProperties": { - "System.GC.Server": true, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Basket.API.staticwebassets.endpoints.json b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Basket.API.staticwebassets.endpoints.json deleted file mode 100644 index 5576e889..00000000 --- a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Basket.API.staticwebassets.endpoints.json +++ /dev/null @@ -1 +0,0 @@ -{"Version":1,"ManifestType":"Build","Endpoints":[]} \ No newline at end of file diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/EventBus.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/EventBus.dll deleted file mode 100644 index e9cbfb47..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/EventBus.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/EventBus.pdb b/src/Services/Basket/Basket.API/bin/Debug/net9.0/EventBus.pdb deleted file mode 100644 index c52e9fb9..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/EventBus.pdb and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/EventBusRabbitMQ.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/EventBusRabbitMQ.dll deleted file mode 100644 index 46c6f125..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/EventBusRabbitMQ.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/EventBusRabbitMQ.pdb b/src/Services/Basket/Basket.API/bin/Debug/net9.0/EventBusRabbitMQ.pdb deleted file mode 100644 index 7195d8c0..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/EventBusRabbitMQ.pdb and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/EventBusServiceBus.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/EventBusServiceBus.dll deleted file mode 100644 index 4ad7feac..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/EventBusServiceBus.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/EventBusServiceBus.pdb b/src/Services/Basket/Basket.API/bin/Debug/net9.0/EventBusServiceBus.pdb deleted file mode 100644 index e83f7207..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/EventBusServiceBus.pdb and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Fractions.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Fractions.dll deleted file mode 100755 index 16f94127..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Fractions.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Google.Protobuf.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Google.Protobuf.dll deleted file mode 100755 index d5a89ae8..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Google.Protobuf.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Grpc.AspNetCore.Server.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Grpc.AspNetCore.Server.dll deleted file mode 100755 index d98c0a0e..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Grpc.AspNetCore.Server.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Grpc.Core.Api.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Grpc.Core.Api.dll deleted file mode 100755 index ed6e2a5b..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Grpc.Core.Api.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Grpc.Net.Common.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Grpc.Net.Common.dll deleted file mode 100755 index c9fe90d1..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Grpc.Net.Common.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/HealthChecks.AzureServiceBus.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/HealthChecks.AzureServiceBus.dll deleted file mode 100755 index 63b46633..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/HealthChecks.AzureServiceBus.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/HealthChecks.Rabbitmq.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/HealthChecks.Rabbitmq.dll deleted file mode 100755 index da377276..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/HealthChecks.Rabbitmq.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/HealthChecks.Redis.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/HealthChecks.Redis.dll deleted file mode 100755 index e9ce89ac..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/HealthChecks.Redis.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/HealthChecks.UI.Client.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/HealthChecks.UI.Client.dll deleted file mode 100755 index 005cb03b..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/HealthChecks.UI.Client.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/HealthChecks.UI.Core.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/HealthChecks.UI.Core.dll deleted file mode 100755 index 94b166c4..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/HealthChecks.UI.Core.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/IdentityModel.OidcClient.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/IdentityModel.OidcClient.dll deleted file mode 100755 index 8ec9f3f0..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/IdentityModel.OidcClient.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/IdentityModel.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/IdentityModel.dll deleted file mode 100755 index 86fb0875..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/IdentityModel.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/KubernetesClient.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/KubernetesClient.dll deleted file mode 100755 index 44522a93..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/KubernetesClient.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AI.DependencyCollector.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AI.DependencyCollector.dll deleted file mode 100755 index b9e88864..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AI.DependencyCollector.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AI.EventCounterCollector.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AI.EventCounterCollector.dll deleted file mode 100755 index 32b9fafe..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AI.EventCounterCollector.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AI.PerfCounterCollector.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AI.PerfCounterCollector.dll deleted file mode 100755 index ddfad5b2..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AI.PerfCounterCollector.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AI.ServerTelemetryChannel.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AI.ServerTelemetryChannel.dll deleted file mode 100755 index ebcfc70b..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AI.ServerTelemetryChannel.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AI.WindowsServer.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AI.WindowsServer.dll deleted file mode 100755 index b1d8bdda..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AI.WindowsServer.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.AspNetCore.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.AspNetCore.dll deleted file mode 100755 index 648c8258..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.AspNetCore.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.Kubernetes.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.Kubernetes.dll deleted file mode 100755 index caca8a8d..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.Kubernetes.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.dll deleted file mode 100755 index 3f8c8189..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll deleted file mode 100755 index ca767741..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AspNetCore.HealthChecks.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AspNetCore.HealthChecks.dll deleted file mode 100755 index 7bbabb33..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AspNetCore.HealthChecks.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AspNetCore.JsonPatch.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AspNetCore.JsonPatch.dll deleted file mode 100755 index f550437b..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AspNetCore.JsonPatch.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll deleted file mode 100755 index 5babe393..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Azure.Amqp.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Azure.Amqp.dll deleted file mode 100755 index 6d5c4414..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Azure.Amqp.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Azure.KeyVault.WebKey.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Azure.KeyVault.WebKey.dll deleted file mode 100755 index 33492a45..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Azure.KeyVault.WebKey.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Azure.KeyVault.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Azure.KeyVault.dll deleted file mode 100755 index 0e927a42..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Azure.KeyVault.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Azure.ServiceBus.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Azure.ServiceBus.dll deleted file mode 100755 index 5b6af22c..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Azure.ServiceBus.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Azure.Services.AppAuthentication.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Azure.Services.AppAuthentication.dll deleted file mode 100755 index ef497490..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Azure.Services.AppAuthentication.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Bcl.AsyncInterfaces.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Bcl.AsyncInterfaces.dll deleted file mode 100755 index a5b7ff99..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Bcl.AsyncInterfaces.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.CSharp.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.CSharp.dll deleted file mode 100755 index d9ac0e27..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.CSharp.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.VisualBasic.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.VisualBasic.dll deleted file mode 100755 index 25fbe7e6..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.VisualBasic.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.dll deleted file mode 100755 index 6e4775e5..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll deleted file mode 100755 index decff85a..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll deleted file mode 100755 index 89055379..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.DiagnosticAdapter.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.DiagnosticAdapter.dll deleted file mode 100755 index e74baccd..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.DiagnosticAdapter.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.HealthChecks.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.HealthChecks.dll deleted file mode 100755 index f3a125a2..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.HealthChecks.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.ApplicationInsights.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.ApplicationInsights.dll deleted file mode 100755 index dfb12f20..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.ApplicationInsights.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll deleted file mode 100755 index f3f33fc6..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll deleted file mode 100755 index e981f871..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll deleted file mode 100755 index 08dd7824..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.dll deleted file mode 100755 index 19245c62..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll deleted file mode 100755 index 25f2a7e6..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Logging.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Logging.dll deleted file mode 100755 index 4ffdb259..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Logging.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll deleted file mode 100755 index 6c736d2e..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.dll deleted file mode 100755 index 9f305083..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Tokens.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Tokens.dll deleted file mode 100755 index 83ec83a8..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Tokens.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.OpenApi.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.OpenApi.dll deleted file mode 100755 index 8ba2ce69..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.OpenApi.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.Azure.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.Azure.dll deleted file mode 100755 index d7ea3c71..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.Azure.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.dll deleted file mode 100755 index 37eeb80d..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Win32.SystemEvents.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Win32.SystemEvents.dll deleted file mode 100755 index 3ab58500..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Win32.SystemEvents.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Newtonsoft.Json.Bson.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Newtonsoft.Json.Bson.dll deleted file mode 100755 index e9b1dd22..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Newtonsoft.Json.Bson.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Newtonsoft.Json.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Newtonsoft.Json.dll deleted file mode 100755 index d035c38b..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Newtonsoft.Json.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Pipelines.Sockets.Unofficial.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Pipelines.Sockets.Unofficial.dll deleted file mode 100755 index c5b223d3..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Pipelines.Sockets.Unofficial.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Polly.Core.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Polly.Core.dll deleted file mode 100755 index 5df31b0b..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Polly.Core.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Polly.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Polly.dll deleted file mode 100755 index 69338063..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Polly.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Prometheus.NetStandard.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Prometheus.NetStandard.dll deleted file mode 100755 index 3a39221b..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Prometheus.NetStandard.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/RabbitMQ.Client.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/RabbitMQ.Client.dll deleted file mode 100755 index 8ad562d9..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/RabbitMQ.Client.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.AspNetCore.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.AspNetCore.dll deleted file mode 100755 index 6c600139..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.AspNetCore.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Enrichers.Environment.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Enrichers.Environment.dll deleted file mode 100755 index af699261..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Enrichers.Environment.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Extensions.Hosting.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Extensions.Hosting.dll deleted file mode 100755 index 2204d101..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Extensions.Hosting.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Extensions.Logging.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Extensions.Logging.dll deleted file mode 100755 index f2f78c7b..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Extensions.Logging.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Formatting.Compact.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Formatting.Compact.dll deleted file mode 100755 index 7174b834..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Formatting.Compact.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Settings.Configuration.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Settings.Configuration.dll deleted file mode 100755 index 25692ac2..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Settings.Configuration.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Sinks.Console.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Sinks.Console.dll deleted file mode 100755 index 96c89a0d..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Sinks.Console.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Sinks.Debug.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Sinks.Debug.dll deleted file mode 100755 index 2bd024b1..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Sinks.Debug.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Sinks.File.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Sinks.File.dll deleted file mode 100755 index 29dc2fd3..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Sinks.File.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Sinks.Http.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Sinks.Http.dll deleted file mode 100755 index 932d8c6a..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Sinks.Http.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Sinks.Seq.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Sinks.Seq.dll deleted file mode 100755 index 9919e7e5..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Sinks.Seq.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.dll deleted file mode 100755 index 28c98dd3..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/StackExchange.Redis.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/StackExchange.Redis.dll deleted file mode 100755 index a23fa7fa..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/StackExchange.Redis.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll deleted file mode 100755 index 14e84930..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.Swagger.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.Swagger.dll deleted file mode 100755 index 945d2992..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.Swagger.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll deleted file mode 100755 index 979b4a81..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll deleted file mode 100755 index ab4789e1..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Configuration.ConfigurationManager.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Configuration.ConfigurationManager.dll deleted file mode 100755 index d67c8a8a..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Configuration.ConfigurationManager.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Diagnostics.PerformanceCounter.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Diagnostics.PerformanceCounter.dll deleted file mode 100755 index e9092d7f..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Diagnostics.PerformanceCounter.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Drawing.Common.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Drawing.Common.dll deleted file mode 100755 index be6915e5..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Drawing.Common.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll deleted file mode 100755 index c42b8d71..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Memory.Data.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Memory.Data.dll deleted file mode 100755 index 6f2a3e0a..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Memory.Data.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Security.Cryptography.ProtectedData.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Security.Cryptography.ProtectedData.dll deleted file mode 100755 index 1ba87704..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Security.Cryptography.ProtectedData.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Security.Permissions.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Security.Permissions.dll deleted file mode 100755 index 39dd4df9..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Security.Permissions.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Windows.Extensions.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Windows.Extensions.dll deleted file mode 100755 index c3e8844f..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Windows.Extensions.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/YamlDotNet.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/YamlDotNet.dll deleted file mode 100755 index 44fac0d0..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/YamlDotNet.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/appsettings.Development.json b/src/Services/Basket/Basket.API/bin/Debug/net9.0/appsettings.Development.json deleted file mode 100644 index f4a3b940..00000000 --- a/src/Services/Basket/Basket.API/bin/Debug/net9.0/appsettings.Development.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "Serilog": { - "MinimumLevel": { - "Default": "Debug", - "Override": { - "Microsoft": "Warning", - "Microsoft.eShopOnContainers": "Debug", - "System": "Warning" - } - } - }, - "IdentityUrlExternal": "http://localhost:5105", - "IdentityUrl": "http://localhost:5105", - "ConnectionString": "127.0.0.1", - "AzureServiceBusEnabled": false, - "EventBusConnection": "localhost" -} \ No newline at end of file diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/appsettings.json b/src/Services/Basket/Basket.API/bin/Debug/net9.0/appsettings.json deleted file mode 100644 index a5b72311..00000000 --- a/src/Services/Basket/Basket.API/bin/Debug/net9.0/appsettings.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "Serilog": { - "SeqServerUrl": null, - "LogstashgUrl": null, - "MinimumLevel": { - "Default": "Information", - "Override": { - "Microsoft": "Warning", - "Microsoft.eShopOnContainers": "Information", - "System": "Warning" - } - } - }, - "Kestrel": { - "EndpointDefaults": { - "Protocols": "Http2" - } - }, - "SubscriptionClientName": "Basket", - "ApplicationInsights": { - "InstrumentationKey": "" - }, - "EventBusRetryCount": 5, - "UseVault": false, - "Vault": { - "Name": "eshop", - "ClientId": "your-clien-id", - "ClientSecret": "your-client-secret" - } -} \ No newline at end of file diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/debian-x64/native/libuv.so b/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/debian-x64/native/libuv.so deleted file mode 100755 index ee70aa0f..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/debian-x64/native/libuv.so and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/fedora-x64/native/libuv.so b/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/fedora-x64/native/libuv.so deleted file mode 100755 index ee70aa0f..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/fedora-x64/native/libuv.so and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/opensuse-x64/native/libuv.so b/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/opensuse-x64/native/libuv.so deleted file mode 100755 index ee70aa0f..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/opensuse-x64/native/libuv.so and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/osx/native/libuv.dylib b/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/osx/native/libuv.dylib deleted file mode 100755 index abbf24d6..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/osx/native/libuv.dylib and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/rhel-x64/native/libuv.so b/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/rhel-x64/native/libuv.so deleted file mode 100755 index ee70aa0f..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/rhel-x64/native/libuv.so and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/unix/lib/net6.0/System.Drawing.Common.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/unix/lib/net6.0/System.Drawing.Common.dll deleted file mode 100755 index 9e26473d..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/unix/lib/net6.0/System.Drawing.Common.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll deleted file mode 100755 index 66af1982..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll deleted file mode 100755 index 235a22f3..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Drawing.Common.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Drawing.Common.dll deleted file mode 100755 index 7c9e87b4..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Drawing.Common.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll deleted file mode 100755 index 332dbfa9..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Windows.Extensions.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Windows.Extensions.dll deleted file mode 100755 index 69f0d1b7..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Windows.Extensions.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win7-arm/native/libuv.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win7-arm/native/libuv.dll deleted file mode 100755 index 6cbb46ee..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win7-arm/native/libuv.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win7-x64/native/libuv.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win7-x64/native/libuv.dll deleted file mode 100755 index 5e02949b..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win7-x64/native/libuv.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win7-x86/native/libuv.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win7-x86/native/libuv.dll deleted file mode 100755 index 906bc6d5..00000000 Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win7-x86/native/libuv.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/web.config b/src/Services/Basket/Basket.API/bin/Debug/net9.0/web.config deleted file mode 100644 index a2cf1fe2..00000000 --- a/src/Services/Basket/Basket.API/bin/Debug/net9.0/web.config +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/Services/Basket/Basket.API/obj/Basket.API.csproj.nuget.dgspec.json b/src/Services/Basket/Basket.API/obj/Basket.API.csproj.nuget.dgspec.json index 88205f72..a5985f2d 100644 --- a/src/Services/Basket/Basket.API/obj/Basket.API.csproj.nuget.dgspec.json +++ b/src/Services/Basket/Basket.API/obj/Basket.API.csproj.nuget.dgspec.json @@ -46,7 +46,7 @@ "dependencies": { "Newtonsoft.Json": { "target": "Package", - "version": "[13.0.3, )" + "version": "[13.0.4, )" } }, "imports": [ @@ -115,7 +115,7 @@ "dependencies": { "Autofac": { "target": "Package", - "version": "[8.1.1, )" + "version": "[9.0.0, )" }, "Microsoft.CSharp": { "target": "Package", @@ -123,15 +123,15 @@ }, "Microsoft.Extensions.Logging": { "target": "Package", - "version": "[9.0.0, )" + "version": "[9.0.2, )" }, "Newtonsoft.Json": { "target": "Package", - "version": "[13.0.3, )" + "version": "[13.0.4, )" }, "Polly": { "target": "Package", - "version": "[8.5.0, )" + "version": "[8.6.5, )" }, "RabbitMQ.Client": { "target": "Package", @@ -204,7 +204,7 @@ "dependencies": { "Autofac": { "target": "Package", - "version": "[8.1.1, )" + "version": "[9.0.0, )" }, "Microsoft.Azure.ServiceBus": { "target": "Package", @@ -216,7 +216,7 @@ }, "Microsoft.Extensions.Logging": { "target": "Package", - "version": "[9.0.0, )" + "version": "[9.0.2, )" } }, "imports": [ @@ -291,7 +291,7 @@ "dependencies": { "AspNetCore.HealthChecks.AzureServiceBus": { "target": "Package", - "version": "[8.0.1, )" + "version": "[9.0.0, )" }, "AspNetCore.HealthChecks.Rabbitmq": { "target": "Package", @@ -299,40 +299,40 @@ }, "AspNetCore.HealthChecks.Redis": { "target": "Package", - "version": "[8.0.1, )" + "version": "[9.0.0, )" }, "AspNetCore.HealthChecks.UI.Client": { "target": "Package", - "version": "[8.0.1, )" + "version": "[9.0.0, )" }, "Autofac.Extensions.DependencyInjection": { "target": "Package", - "version": "[10.0.0, )" + "version": "[9.0.0, )" }, "Google.Protobuf": { "target": "Package", - "version": "[3.28.3, )" + "version": "[3.33.1, )" }, "Grpc.AspNetCore.Server": { "target": "Package", - "version": "[2.70.0, )" + "version": "[2.71.0, )" }, "Grpc.Tools": { "suppressParent": "All", "target": "Package", - "version": "[2.68.1, )" + "version": "[2.76.0, )" }, "Microsoft.ApplicationInsights.AspNetCore": { "target": "Package", - "version": "[2.22.0, )" + "version": "[2.23.0, )" }, "Microsoft.ApplicationInsights.DependencyCollector": { "target": "Package", - "version": "[2.22.0, )" + "version": "[2.23.0, )" }, "Microsoft.ApplicationInsights.Kubernetes": { "target": "Package", - "version": "[7.0.0, )" + "version": "[8.0.0, )" }, "Microsoft.AspNetCore.Authentication.JwtBearer": { "target": "Package", @@ -364,7 +364,7 @@ }, "Serilog.AspNetCore": { "target": "Package", - "version": "[8.0.3, )" + "version": "[9.0.0, )" }, "Serilog.Enrichers.Environment": { "target": "Package", @@ -372,19 +372,19 @@ }, "Serilog.Settings.Configuration": { "target": "Package", - "version": "[8.0.4, )" + "version": "[9.0.0, )" }, "Serilog.Sinks.Console": { "target": "Package", - "version": "[6.0.0, )" + "version": "[6.1.1, )" }, "Serilog.Sinks.Http": { "target": "Package", - "version": "[9.0.0, )" + "version": "[9.2.0, )" }, "Serilog.Sinks.Seq": { "target": "Package", - "version": "[8.0.0, )" + "version": "[9.0.0, )" }, "Swashbuckle.AspNetCore": { "target": "Package", diff --git a/src/Services/Basket/Basket.API/obj/Basket.API.csproj.nuget.g.props b/src/Services/Basket/Basket.API/obj/Basket.API.csproj.nuget.g.props index d02918df..ad90eff6 100644 --- a/src/Services/Basket/Basket.API/obj/Basket.API.csproj.nuget.g.props +++ b/src/Services/Basket/Basket.API/obj/Basket.API.csproj.nuget.g.props @@ -16,13 +16,13 @@ - - + + /home/runner/.nuget/packages/microsoft.extensions.apidescription.server/6.0.5 /home/runner/.nuget/packages/microsoft.visualstudio.azure.containers.tools.targets/1.21.0 /home/runner/.nuget/packages/microsoft.codeanalysis.analyzers/1.1.0 - /home/runner/.nuget/packages/grpc.tools/2.68.1 + /home/runner/.nuget/packages/grpc.tools/2.76.0 \ No newline at end of file diff --git a/src/Services/Basket/Basket.API/obj/Basket.API.csproj.nuget.g.targets b/src/Services/Basket/Basket.API/obj/Basket.API.csproj.nuget.g.targets index 91ea7d73..528f34cf 100644 --- a/src/Services/Basket/Basket.API/obj/Basket.API.csproj.nuget.g.targets +++ b/src/Services/Basket/Basket.API/obj/Basket.API.csproj.nuget.g.targets @@ -1,13 +1,13 @@  + - - - + + - - - + + + \ No newline at end of file diff --git a/src/Services/Basket/Basket.API/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/src/Services/Basket/Basket.API/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index 36203c72..00000000 --- a/src/Services/Basket/Basket.API/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/src/Services/Basket/Basket.API/obj/Debug/net6.0/24131f3e1ac0aa6b_basket.protodep b/src/Services/Basket/Basket.API/obj/Debug/net6.0/24131f3e1ac0aa6b_basket.protodep deleted file mode 100644 index 299713c9..00000000 --- a/src/Services/Basket/Basket.API/obj/Debug/net6.0/24131f3e1ac0aa6b_basket.protodep +++ /dev/null @@ -1,2 +0,0 @@ -obj/Debug/net6.0/Proto/Basket.cs \ -obj/Debug/net6.0/Proto/BasketGrpc.cs: Proto/basket.proto \ No newline at end of file diff --git a/src/Services/Basket/Basket.API/obj/Debug/net6.0/Basket.API.AssemblyInfo.cs b/src/Services/Basket/Basket.API/obj/Debug/net6.0/Basket.API.AssemblyInfo.cs deleted file mode 100644 index d43dd88c..00000000 --- a/src/Services/Basket/Basket.API/obj/Debug/net6.0/Basket.API.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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("Basket.API")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("Basket.API")] -[assembly: System.Reflection.AssemblyTitleAttribute("Basket.API")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Services/Basket/Basket.API/obj/Debug/net6.0/Basket.API.AssemblyInfoInputs.cache b/src/Services/Basket/Basket.API/obj/Debug/net6.0/Basket.API.AssemblyInfoInputs.cache deleted file mode 100644 index 0e1c0217..00000000 --- a/src/Services/Basket/Basket.API/obj/Debug/net6.0/Basket.API.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -859ee553c8fcaf988743f5a4639e6244575c3e08 diff --git a/src/Services/Basket/Basket.API/obj/Debug/net6.0/Basket.API.GeneratedMSBuildEditorConfig.editorconfig b/src/Services/Basket/Basket.API/obj/Debug/net6.0/Basket.API.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 28022864..00000000 --- a/src/Services/Basket/Basket.API/obj/Debug/net6.0/Basket.API.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,16 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = true -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = Basket.API -build_property.RootNamespace = Basket.API -build_property.ProjectDir = /workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/ -build_property.RazorLangVersion = 6.0 -build_property.SupportLocalizedComponentNames = -build_property.GenerateRazorMetadataSourceChecksumAttributes = -build_property.MSBuildProjectDirectory = /workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API -build_property._RazorSourceGeneratorDebug = diff --git a/src/Services/Basket/Basket.API/obj/Debug/net6.0/Basket.API.assets.cache b/src/Services/Basket/Basket.API/obj/Debug/net6.0/Basket.API.assets.cache deleted file mode 100644 index 7fc852c0..00000000 Binary files a/src/Services/Basket/Basket.API/obj/Debug/net6.0/Basket.API.assets.cache and /dev/null differ diff --git a/src/Services/Basket/Basket.API/obj/Debug/net6.0/Basket.API.csproj.AssemblyReference.cache b/src/Services/Basket/Basket.API/obj/Debug/net6.0/Basket.API.csproj.AssemblyReference.cache deleted file mode 100644 index 74425e2b..00000000 Binary files a/src/Services/Basket/Basket.API/obj/Debug/net6.0/Basket.API.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/Services/Basket/Basket.API/obj/Debug/net6.0/Proto/Basket.cs b/src/Services/Basket/Basket.API/obj/Debug/net6.0/Proto/Basket.cs deleted file mode 100644 index 45451297..00000000 --- a/src/Services/Basket/Basket.API/obj/Debug/net6.0/Proto/Basket.cs +++ /dev/null @@ -1,1088 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: Proto/basket.proto -// -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace GrpcBasket { - - /// Holder for reflection information generated from Proto/basket.proto - public static partial class BasketReflection { - - #region Descriptor - /// File descriptor for Proto/basket.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static BasketReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChJQcm90by9iYXNrZXQucHJvdG8SCUJhc2tldEFwaSIbCg1CYXNrZXRSZXF1", - "ZXN0EgoKAmlkGAEgASgJIlYKFUN1c3RvbWVyQmFza2V0UmVxdWVzdBIPCgdi", - "dXllcmlkGAEgASgJEiwKBWl0ZW1zGAIgAygLMh0uQmFza2V0QXBpLkJhc2tl", - "dEl0ZW1SZXNwb25zZSJXChZDdXN0b21lckJhc2tldFJlc3BvbnNlEg8KB2J1", - "eWVyaWQYASABKAkSLAoFaXRlbXMYAiADKAsyHS5CYXNrZXRBcGkuQmFza2V0", - "SXRlbVJlc3BvbnNlIpcBChJCYXNrZXRJdGVtUmVzcG9uc2USCgoCaWQYASAB", - "KAkSEQoJcHJvZHVjdGlkGAIgASgFEhMKC3Byb2R1Y3RuYW1lGAMgASgJEhEK", - "CXVuaXRwcmljZRgEIAEoARIUCgxvbGR1bml0cHJpY2UYBSABKAESEAoIcXVh", - "bnRpdHkYBiABKAUSEgoKcGljdHVyZXVybBgHIAEoCTKvAQoGQmFza2V0Ek4K", - "DUdldEJhc2tldEJ5SWQSGC5CYXNrZXRBcGkuQmFza2V0UmVxdWVzdBohLkJh", - "c2tldEFwaS5DdXN0b21lckJhc2tldFJlc3BvbnNlIgASVQoMVXBkYXRlQmFz", - "a2V0EiAuQmFza2V0QXBpLkN1c3RvbWVyQmFza2V0UmVxdWVzdBohLkJhc2tl", - "dEFwaS5DdXN0b21lckJhc2tldFJlc3BvbnNlIgBCDaoCCkdycGNCYXNrZXRi", - "BnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::GrpcBasket.BasketRequest), global::GrpcBasket.BasketRequest.Parser, new[]{ "Id" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::GrpcBasket.CustomerBasketRequest), global::GrpcBasket.CustomerBasketRequest.Parser, new[]{ "Buyerid", "Items" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::GrpcBasket.CustomerBasketResponse), global::GrpcBasket.CustomerBasketResponse.Parser, new[]{ "Buyerid", "Items" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::GrpcBasket.BasketItemResponse), global::GrpcBasket.BasketItemResponse.Parser, new[]{ "Id", "Productid", "Productname", "Unitprice", "Oldunitprice", "Quantity", "Pictureurl" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class BasketRequest : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BasketRequest()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::GrpcBasket.BasketReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BasketRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BasketRequest(BasketRequest other) : this() { - id_ = other.id_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BasketRequest Clone() { - return new BasketRequest(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private string id_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Id { - get { return id_; } - set { - id_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as BasketRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(BasketRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Id.Length != 0) hash ^= Id.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Id.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Id); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Id.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Id); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Id.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Id); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(BasketRequest other) { - if (other == null) { - return; - } - if (other.Id.Length != 0) { - Id = other.Id; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - Id = input.ReadString(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 10: { - Id = input.ReadString(); - break; - } - } - } - } - #endif - - } - - public sealed partial class CustomerBasketRequest : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CustomerBasketRequest()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::GrpcBasket.BasketReflection.Descriptor.MessageTypes[1]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CustomerBasketRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CustomerBasketRequest(CustomerBasketRequest other) : this() { - buyerid_ = other.buyerid_; - items_ = other.items_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CustomerBasketRequest Clone() { - return new CustomerBasketRequest(this); - } - - /// Field number for the "buyerid" field. - public const int BuyeridFieldNumber = 1; - private string buyerid_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Buyerid { - get { return buyerid_; } - set { - buyerid_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "items" field. - public const int ItemsFieldNumber = 2; - private static readonly pb::FieldCodec _repeated_items_codec - = pb::FieldCodec.ForMessage(18, global::GrpcBasket.BasketItemResponse.Parser); - private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField Items { - get { return items_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as CustomerBasketRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(CustomerBasketRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Buyerid != other.Buyerid) return false; - if(!items_.Equals(other.items_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Buyerid.Length != 0) hash ^= Buyerid.GetHashCode(); - hash ^= items_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Buyerid.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Buyerid); - } - items_.WriteTo(output, _repeated_items_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Buyerid.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Buyerid); - } - items_.WriteTo(ref output, _repeated_items_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Buyerid.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Buyerid); - } - size += items_.CalculateSize(_repeated_items_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(CustomerBasketRequest other) { - if (other == null) { - return; - } - if (other.Buyerid.Length != 0) { - Buyerid = other.Buyerid; - } - items_.Add(other.items_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - Buyerid = input.ReadString(); - break; - } - case 18: { - items_.AddEntriesFrom(input, _repeated_items_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 10: { - Buyerid = input.ReadString(); - break; - } - case 18: { - items_.AddEntriesFrom(ref input, _repeated_items_codec); - break; - } - } - } - } - #endif - - } - - public sealed partial class CustomerBasketResponse : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CustomerBasketResponse()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::GrpcBasket.BasketReflection.Descriptor.MessageTypes[2]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CustomerBasketResponse() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CustomerBasketResponse(CustomerBasketResponse other) : this() { - buyerid_ = other.buyerid_; - items_ = other.items_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CustomerBasketResponse Clone() { - return new CustomerBasketResponse(this); - } - - /// Field number for the "buyerid" field. - public const int BuyeridFieldNumber = 1; - private string buyerid_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Buyerid { - get { return buyerid_; } - set { - buyerid_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "items" field. - public const int ItemsFieldNumber = 2; - private static readonly pb::FieldCodec _repeated_items_codec - = pb::FieldCodec.ForMessage(18, global::GrpcBasket.BasketItemResponse.Parser); - private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField Items { - get { return items_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as CustomerBasketResponse); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(CustomerBasketResponse other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Buyerid != other.Buyerid) return false; - if(!items_.Equals(other.items_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Buyerid.Length != 0) hash ^= Buyerid.GetHashCode(); - hash ^= items_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Buyerid.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Buyerid); - } - items_.WriteTo(output, _repeated_items_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Buyerid.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Buyerid); - } - items_.WriteTo(ref output, _repeated_items_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Buyerid.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Buyerid); - } - size += items_.CalculateSize(_repeated_items_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(CustomerBasketResponse other) { - if (other == null) { - return; - } - if (other.Buyerid.Length != 0) { - Buyerid = other.Buyerid; - } - items_.Add(other.items_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - Buyerid = input.ReadString(); - break; - } - case 18: { - items_.AddEntriesFrom(input, _repeated_items_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 10: { - Buyerid = input.ReadString(); - break; - } - case 18: { - items_.AddEntriesFrom(ref input, _repeated_items_codec); - break; - } - } - } - } - #endif - - } - - public sealed partial class BasketItemResponse : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BasketItemResponse()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::GrpcBasket.BasketReflection.Descriptor.MessageTypes[3]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BasketItemResponse() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BasketItemResponse(BasketItemResponse other) : this() { - id_ = other.id_; - productid_ = other.productid_; - productname_ = other.productname_; - unitprice_ = other.unitprice_; - oldunitprice_ = other.oldunitprice_; - quantity_ = other.quantity_; - pictureurl_ = other.pictureurl_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BasketItemResponse Clone() { - return new BasketItemResponse(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private string id_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Id { - get { return id_; } - set { - id_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "productid" field. - public const int ProductidFieldNumber = 2; - private int productid_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int Productid { - get { return productid_; } - set { - productid_ = value; - } - } - - /// Field number for the "productname" field. - public const int ProductnameFieldNumber = 3; - private string productname_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Productname { - get { return productname_; } - set { - productname_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "unitprice" field. - public const int UnitpriceFieldNumber = 4; - private double unitprice_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public double Unitprice { - get { return unitprice_; } - set { - unitprice_ = value; - } - } - - /// Field number for the "oldunitprice" field. - public const int OldunitpriceFieldNumber = 5; - private double oldunitprice_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public double Oldunitprice { - get { return oldunitprice_; } - set { - oldunitprice_ = value; - } - } - - /// Field number for the "quantity" field. - public const int QuantityFieldNumber = 6; - private int quantity_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int Quantity { - get { return quantity_; } - set { - quantity_ = value; - } - } - - /// Field number for the "pictureurl" field. - public const int PictureurlFieldNumber = 7; - private string pictureurl_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Pictureurl { - get { return pictureurl_; } - set { - pictureurl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as BasketItemResponse); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(BasketItemResponse other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - if (Productid != other.Productid) return false; - if (Productname != other.Productname) return false; - if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(Unitprice, other.Unitprice)) return false; - if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(Oldunitprice, other.Oldunitprice)) return false; - if (Quantity != other.Quantity) return false; - if (Pictureurl != other.Pictureurl) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Id.Length != 0) hash ^= Id.GetHashCode(); - if (Productid != 0) hash ^= Productid.GetHashCode(); - if (Productname.Length != 0) hash ^= Productname.GetHashCode(); - if (Unitprice != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(Unitprice); - if (Oldunitprice != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(Oldunitprice); - if (Quantity != 0) hash ^= Quantity.GetHashCode(); - if (Pictureurl.Length != 0) hash ^= Pictureurl.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Id.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Id); - } - if (Productid != 0) { - output.WriteRawTag(16); - output.WriteInt32(Productid); - } - if (Productname.Length != 0) { - output.WriteRawTag(26); - output.WriteString(Productname); - } - if (Unitprice != 0D) { - output.WriteRawTag(33); - output.WriteDouble(Unitprice); - } - if (Oldunitprice != 0D) { - output.WriteRawTag(41); - output.WriteDouble(Oldunitprice); - } - if (Quantity != 0) { - output.WriteRawTag(48); - output.WriteInt32(Quantity); - } - if (Pictureurl.Length != 0) { - output.WriteRawTag(58); - output.WriteString(Pictureurl); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Id.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Id); - } - if (Productid != 0) { - output.WriteRawTag(16); - output.WriteInt32(Productid); - } - if (Productname.Length != 0) { - output.WriteRawTag(26); - output.WriteString(Productname); - } - if (Unitprice != 0D) { - output.WriteRawTag(33); - output.WriteDouble(Unitprice); - } - if (Oldunitprice != 0D) { - output.WriteRawTag(41); - output.WriteDouble(Oldunitprice); - } - if (Quantity != 0) { - output.WriteRawTag(48); - output.WriteInt32(Quantity); - } - if (Pictureurl.Length != 0) { - output.WriteRawTag(58); - output.WriteString(Pictureurl); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Id.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Id); - } - if (Productid != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Productid); - } - if (Productname.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Productname); - } - if (Unitprice != 0D) { - size += 1 + 8; - } - if (Oldunitprice != 0D) { - size += 1 + 8; - } - if (Quantity != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Quantity); - } - if (Pictureurl.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Pictureurl); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(BasketItemResponse other) { - if (other == null) { - return; - } - if (other.Id.Length != 0) { - Id = other.Id; - } - if (other.Productid != 0) { - Productid = other.Productid; - } - if (other.Productname.Length != 0) { - Productname = other.Productname; - } - if (other.Unitprice != 0D) { - Unitprice = other.Unitprice; - } - if (other.Oldunitprice != 0D) { - Oldunitprice = other.Oldunitprice; - } - if (other.Quantity != 0) { - Quantity = other.Quantity; - } - if (other.Pictureurl.Length != 0) { - Pictureurl = other.Pictureurl; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - Id = input.ReadString(); - break; - } - case 16: { - Productid = input.ReadInt32(); - break; - } - case 26: { - Productname = input.ReadString(); - break; - } - case 33: { - Unitprice = input.ReadDouble(); - break; - } - case 41: { - Oldunitprice = input.ReadDouble(); - break; - } - case 48: { - Quantity = input.ReadInt32(); - break; - } - case 58: { - Pictureurl = input.ReadString(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 10: { - Id = input.ReadString(); - break; - } - case 16: { - Productid = input.ReadInt32(); - break; - } - case 26: { - Productname = input.ReadString(); - break; - } - case 33: { - Unitprice = input.ReadDouble(); - break; - } - case 41: { - Oldunitprice = input.ReadDouble(); - break; - } - case 48: { - Quantity = input.ReadInt32(); - break; - } - case 58: { - Pictureurl = input.ReadString(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/src/Services/Basket/Basket.API/obj/Debug/net6.0/Proto/BasketGrpc.cs b/src/Services/Basket/Basket.API/obj/Debug/net6.0/Proto/BasketGrpc.cs deleted file mode 100644 index 5856140b..00000000 --- a/src/Services/Basket/Basket.API/obj/Debug/net6.0/Proto/BasketGrpc.cs +++ /dev/null @@ -1,118 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: Proto/basket.proto -// -#pragma warning disable 0414, 1591 -#region Designer generated code - -using grpc = global::Grpc.Core; - -namespace GrpcBasket { - public static partial class Basket - { - static readonly string __ServiceName = "BasketApi.Basket"; - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static void __Helper_SerializeMessage(global::Google.Protobuf.IMessage message, grpc::SerializationContext context) - { - #if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION - if (message is global::Google.Protobuf.IBufferMessage) - { - context.SetPayloadLength(message.CalculateSize()); - global::Google.Protobuf.MessageExtensions.WriteTo(message, context.GetBufferWriter()); - context.Complete(); - return; - } - #endif - context.Complete(global::Google.Protobuf.MessageExtensions.ToByteArray(message)); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static class __Helper_MessageCache - { - public static readonly bool IsBufferMessage = global::System.Reflection.IntrospectionExtensions.GetTypeInfo(typeof(global::Google.Protobuf.IBufferMessage)).IsAssignableFrom(typeof(T)); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static T __Helper_DeserializeMessage(grpc::DeserializationContext context, global::Google.Protobuf.MessageParser parser) where T : global::Google.Protobuf.IMessage - { - #if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION - if (__Helper_MessageCache.IsBufferMessage) - { - return parser.ParseFrom(context.PayloadAsReadOnlySequence()); - } - #endif - return parser.ParseFrom(context.PayloadAsNewBuffer()); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Marshaller __Marshaller_BasketApi_BasketRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::GrpcBasket.BasketRequest.Parser)); - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Marshaller __Marshaller_BasketApi_CustomerBasketResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::GrpcBasket.CustomerBasketResponse.Parser)); - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Marshaller __Marshaller_BasketApi_CustomerBasketRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::GrpcBasket.CustomerBasketRequest.Parser)); - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Method __Method_GetBasketById = new grpc::Method( - grpc::MethodType.Unary, - __ServiceName, - "GetBasketById", - __Marshaller_BasketApi_BasketRequest, - __Marshaller_BasketApi_CustomerBasketResponse); - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Method __Method_UpdateBasket = new grpc::Method( - grpc::MethodType.Unary, - __ServiceName, - "UpdateBasket", - __Marshaller_BasketApi_CustomerBasketRequest, - __Marshaller_BasketApi_CustomerBasketResponse); - - /// Service descriptor - public static global::Google.Protobuf.Reflection.ServiceDescriptor Descriptor - { - get { return global::GrpcBasket.BasketReflection.Descriptor.Services[0]; } - } - - /// Base class for server-side implementations of Basket - [grpc::BindServiceMethod(typeof(Basket), "BindService")] - public abstract partial class BasketBase - { - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual global::System.Threading.Tasks.Task GetBasketById(global::GrpcBasket.BasketRequest request, grpc::ServerCallContext context) - { - throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual global::System.Threading.Tasks.Task UpdateBasket(global::GrpcBasket.CustomerBasketRequest request, grpc::ServerCallContext context) - { - throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); - } - - } - - /// Creates service definition that can be registered with a server - /// An object implementing the server-side handling logic. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public static grpc::ServerServiceDefinition BindService(BasketBase serviceImpl) - { - return grpc::ServerServiceDefinition.CreateBuilder() - .AddMethod(__Method_GetBasketById, serviceImpl.GetBasketById) - .AddMethod(__Method_UpdateBasket, serviceImpl.UpdateBasket).Build(); - } - - /// Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. - /// Note: this method is part of an experimental API that can change or be removed without any prior notice. - /// Service methods will be bound by calling AddMethod on this object. - /// An object implementing the server-side handling logic. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public static void BindService(grpc::ServiceBinderBase serviceBinder, BasketBase serviceImpl) - { - serviceBinder.AddMethod(__Method_GetBasketById, serviceImpl == null ? null : new grpc::UnaryServerMethod(serviceImpl.GetBasketById)); - serviceBinder.AddMethod(__Method_UpdateBasket, serviceImpl == null ? null : new grpc::UnaryServerMethod(serviceImpl.UpdateBasket)); - } - - } -} -#endregion diff --git a/src/Services/Basket/Basket.API/obj/Debug/net9.0/24131f3e1ac0aa6b_basket.protodep b/src/Services/Basket/Basket.API/obj/Debug/net9.0/24131f3e1ac0aa6b_basket.protodep deleted file mode 100644 index 64d3e20d..00000000 --- a/src/Services/Basket/Basket.API/obj/Debug/net9.0/24131f3e1ac0aa6b_basket.protodep +++ /dev/null @@ -1,2 +0,0 @@ -obj/Debug/net9.0/Proto/Basket.cs \ -obj/Debug/net9.0/Proto/BasketGrpc.cs: Proto/basket.proto \ No newline at end of file diff --git a/src/Services/Basket/Basket.API/obj/Debug/net9.0/Basket.API.AssemblyInfo.cs b/src/Services/Basket/Basket.API/obj/Debug/net9.0/Basket.API.AssemblyInfo.cs deleted file mode 100644 index a52871b4..00000000 --- a/src/Services/Basket/Basket.API/obj/Debug/net9.0/Basket.API.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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("Basket.API")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+ac1eb1ea194ee72f31eded440b1a3c03c53c5657")] -[assembly: System.Reflection.AssemblyProductAttribute("Basket.API")] -[assembly: System.Reflection.AssemblyTitleAttribute("Basket.API")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Services/Basket/Basket.API/obj/Debug/net9.0/Basket.API.AssemblyInfoInputs.cache b/src/Services/Basket/Basket.API/obj/Debug/net9.0/Basket.API.AssemblyInfoInputs.cache deleted file mode 100644 index ecc39794..00000000 --- a/src/Services/Basket/Basket.API/obj/Debug/net9.0/Basket.API.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -0cfe48e9bb32f4a41b93506c03395e7f08fb26dfa8fec65b9a1509c71c3bc14e diff --git a/src/Services/Basket/Basket.API/obj/Debug/net9.0/Basket.API.MvcApplicationPartsAssemblyInfo.cache b/src/Services/Basket/Basket.API/obj/Debug/net9.0/Basket.API.MvcApplicationPartsAssemblyInfo.cache deleted file mode 100644 index e69de29b..00000000 diff --git a/src/Services/Basket/Basket.API/obj/Debug/net9.0/Basket.API.MvcApplicationPartsAssemblyInfo.cs b/src/Services/Basket/Basket.API/obj/Debug/net9.0/Basket.API.MvcApplicationPartsAssemblyInfo.cs deleted file mode 100644 index 4db6d34b..00000000 --- a/src/Services/Basket/Basket.API/obj/Debug/net9.0/Basket.API.MvcApplicationPartsAssemblyInfo.cs +++ /dev/null @@ -1,17 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.Newtonsoft")] -[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Services/Basket/Basket.API/obj/Debug/net9.0/Basket.API.assets.cache b/src/Services/Basket/Basket.API/obj/Debug/net9.0/Basket.API.assets.cache index 5037acc7..04600cb4 100644 Binary files a/src/Services/Basket/Basket.API/obj/Debug/net9.0/Basket.API.assets.cache and b/src/Services/Basket/Basket.API/obj/Debug/net9.0/Basket.API.assets.cache differ diff --git a/src/Services/Basket/Basket.API/obj/Debug/net9.0/Basket.API.csproj.AssemblyReference.cache b/src/Services/Basket/Basket.API/obj/Debug/net9.0/Basket.API.csproj.AssemblyReference.cache deleted file mode 100644 index e3b24506..00000000 Binary files a/src/Services/Basket/Basket.API/obj/Debug/net9.0/Basket.API.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/Services/Basket/Basket.API/obj/Debug/net9.0/Basket.API.csproj.CoreCompileInputs.cache b/src/Services/Basket/Basket.API/obj/Debug/net9.0/Basket.API.csproj.CoreCompileInputs.cache deleted file mode 100644 index b10c4d50..00000000 --- a/src/Services/Basket/Basket.API/obj/Debug/net9.0/Basket.API.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -3a755876b775443e83ab3cfe5d07ec80639e4095cc41f0e96b7046dbbfa15e5b diff --git a/src/Services/Basket/Basket.API/obj/Debug/net9.0/Basket.API.csproj.FileListAbsolute.txt b/src/Services/Basket/Basket.API/obj/Debug/net9.0/Basket.API.csproj.FileListAbsolute.txt index 3c1cce90..22370096 100644 --- a/src/Services/Basket/Basket.API/obj/Debug/net9.0/Basket.API.csproj.FileListAbsolute.txt +++ b/src/Services/Basket/Basket.API/obj/Debug/net9.0/Basket.API.csproj.FileListAbsolute.txt @@ -31,8 +31,6 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Grpc.AspNetCore.Server.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Grpc.Core.Api.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Grpc.Net.Common.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/IdentityModel.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/IdentityModel.OidcClient.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/KubernetesClient.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.AspNetCore.dll @@ -55,12 +53,39 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.CSharp.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.VisualBasic.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.Binder.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.Json.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.DependencyInjection.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.DiagnosticAdapter.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.Diagnostics.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.FileProviders.Physical.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.HealthChecks.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.Hosting.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.Abstractions.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.ApplicationInsights.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.Configuration.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.Console.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.Debug.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.EventLog.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.EventSource.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.Options.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.Primitives.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.dll @@ -78,7 +103,6 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Pipelines.Sockets.Unofficial.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Polly.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Polly.Core.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Prometheus.NetStandard.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/RabbitMQ.Client.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.AspNetCore.dll @@ -98,6 +122,8 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Configuration.ConfigurationManager.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Diagnostics.DiagnosticSource.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Diagnostics.EventLog.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Diagnostics.PerformanceCounter.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Drawing.Common.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll @@ -115,6 +141,8 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win7-x64/native/libuv.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win7-x86/native/libuv.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/unix/lib/net6.0/System.Drawing.Common.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Drawing.Common.dll diff --git a/src/Services/Basket/Basket.API/obj/Debug/net9.0/Basket.API.csproj.Up2Date b/src/Services/Basket/Basket.API/obj/Debug/net9.0/Basket.API.csproj.Up2Date deleted file mode 100644 index e69de29b..00000000 diff --git a/src/Services/Basket/Basket.API/obj/Debug/net9.0/Basket.API.dll b/src/Services/Basket/Basket.API/obj/Debug/net9.0/Basket.API.dll deleted file mode 100644 index 88261681..00000000 Binary files a/src/Services/Basket/Basket.API/obj/Debug/net9.0/Basket.API.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/obj/Debug/net9.0/Basket.API.genruntimeconfig.cache b/src/Services/Basket/Basket.API/obj/Debug/net9.0/Basket.API.genruntimeconfig.cache deleted file mode 100644 index a1727130..00000000 --- a/src/Services/Basket/Basket.API/obj/Debug/net9.0/Basket.API.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -e8928736de9662911cc06aa4ddfe03cea4aea572d017ed608bc65161d0c7ef52 diff --git a/src/Services/Basket/Basket.API/obj/Debug/net9.0/Basket.API.pdb b/src/Services/Basket/Basket.API/obj/Debug/net9.0/Basket.API.pdb deleted file mode 100644 index c300b94b..00000000 Binary files a/src/Services/Basket/Basket.API/obj/Debug/net9.0/Basket.API.pdb and /dev/null differ diff --git a/src/Services/Basket/Basket.API/obj/Debug/net9.0/Proto/Basket.cs b/src/Services/Basket/Basket.API/obj/Debug/net9.0/Proto/Basket.cs deleted file mode 100644 index ee1a9d6e..00000000 --- a/src/Services/Basket/Basket.API/obj/Debug/net9.0/Proto/Basket.cs +++ /dev/null @@ -1,1124 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: Proto/basket.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace GrpcBasket { - - /// Holder for reflection information generated from Proto/basket.proto - public static partial class BasketReflection { - - #region Descriptor - /// File descriptor for Proto/basket.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static BasketReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChJQcm90by9iYXNrZXQucHJvdG8SCUJhc2tldEFwaSIbCg1CYXNrZXRSZXF1", - "ZXN0EgoKAmlkGAEgASgJIlYKFUN1c3RvbWVyQmFza2V0UmVxdWVzdBIPCgdi", - "dXllcmlkGAEgASgJEiwKBWl0ZW1zGAIgAygLMh0uQmFza2V0QXBpLkJhc2tl", - "dEl0ZW1SZXNwb25zZSJXChZDdXN0b21lckJhc2tldFJlc3BvbnNlEg8KB2J1", - "eWVyaWQYASABKAkSLAoFaXRlbXMYAiADKAsyHS5CYXNrZXRBcGkuQmFza2V0", - "SXRlbVJlc3BvbnNlIpcBChJCYXNrZXRJdGVtUmVzcG9uc2USCgoCaWQYASAB", - "KAkSEQoJcHJvZHVjdGlkGAIgASgFEhMKC3Byb2R1Y3RuYW1lGAMgASgJEhEK", - "CXVuaXRwcmljZRgEIAEoARIUCgxvbGR1bml0cHJpY2UYBSABKAESEAoIcXVh", - "bnRpdHkYBiABKAUSEgoKcGljdHVyZXVybBgHIAEoCTKvAQoGQmFza2V0Ek4K", - "DUdldEJhc2tldEJ5SWQSGC5CYXNrZXRBcGkuQmFza2V0UmVxdWVzdBohLkJh", - "c2tldEFwaS5DdXN0b21lckJhc2tldFJlc3BvbnNlIgASVQoMVXBkYXRlQmFz", - "a2V0EiAuQmFza2V0QXBpLkN1c3RvbWVyQmFza2V0UmVxdWVzdBohLkJhc2tl", - "dEFwaS5DdXN0b21lckJhc2tldFJlc3BvbnNlIgBCDaoCCkdycGNCYXNrZXRi", - "BnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::GrpcBasket.BasketRequest), global::GrpcBasket.BasketRequest.Parser, new[]{ "Id" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::GrpcBasket.CustomerBasketRequest), global::GrpcBasket.CustomerBasketRequest.Parser, new[]{ "Buyerid", "Items" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::GrpcBasket.CustomerBasketResponse), global::GrpcBasket.CustomerBasketResponse.Parser, new[]{ "Buyerid", "Items" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::GrpcBasket.BasketItemResponse), global::GrpcBasket.BasketItemResponse.Parser, new[]{ "Id", "Productid", "Productname", "Unitprice", "Oldunitprice", "Quantity", "Pictureurl" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class BasketRequest : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BasketRequest()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::GrpcBasket.BasketReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BasketRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BasketRequest(BasketRequest other) : this() { - id_ = other.id_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BasketRequest Clone() { - return new BasketRequest(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private string id_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Id { - get { return id_; } - set { - id_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as BasketRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(BasketRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Id.Length != 0) hash ^= Id.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Id.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Id); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Id.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Id); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Id.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Id); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(BasketRequest other) { - if (other == null) { - return; - } - if (other.Id.Length != 0) { - Id = other.Id; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - if ((tag & 7) == 4) { - // Abort on any end group tag. - return; - } - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - Id = input.ReadString(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - if ((tag & 7) == 4) { - // Abort on any end group tag. - return; - } - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 10: { - Id = input.ReadString(); - break; - } - } - } - } - #endif - - } - - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class CustomerBasketRequest : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CustomerBasketRequest()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::GrpcBasket.BasketReflection.Descriptor.MessageTypes[1]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CustomerBasketRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CustomerBasketRequest(CustomerBasketRequest other) : this() { - buyerid_ = other.buyerid_; - items_ = other.items_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CustomerBasketRequest Clone() { - return new CustomerBasketRequest(this); - } - - /// Field number for the "buyerid" field. - public const int BuyeridFieldNumber = 1; - private string buyerid_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Buyerid { - get { return buyerid_; } - set { - buyerid_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "items" field. - public const int ItemsFieldNumber = 2; - private static readonly pb::FieldCodec _repeated_items_codec - = pb::FieldCodec.ForMessage(18, global::GrpcBasket.BasketItemResponse.Parser); - private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField Items { - get { return items_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as CustomerBasketRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(CustomerBasketRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Buyerid != other.Buyerid) return false; - if(!items_.Equals(other.items_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Buyerid.Length != 0) hash ^= Buyerid.GetHashCode(); - hash ^= items_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Buyerid.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Buyerid); - } - items_.WriteTo(output, _repeated_items_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Buyerid.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Buyerid); - } - items_.WriteTo(ref output, _repeated_items_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Buyerid.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Buyerid); - } - size += items_.CalculateSize(_repeated_items_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(CustomerBasketRequest other) { - if (other == null) { - return; - } - if (other.Buyerid.Length != 0) { - Buyerid = other.Buyerid; - } - items_.Add(other.items_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - if ((tag & 7) == 4) { - // Abort on any end group tag. - return; - } - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - Buyerid = input.ReadString(); - break; - } - case 18: { - items_.AddEntriesFrom(input, _repeated_items_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - if ((tag & 7) == 4) { - // Abort on any end group tag. - return; - } - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 10: { - Buyerid = input.ReadString(); - break; - } - case 18: { - items_.AddEntriesFrom(ref input, _repeated_items_codec); - break; - } - } - } - } - #endif - - } - - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class CustomerBasketResponse : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CustomerBasketResponse()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::GrpcBasket.BasketReflection.Descriptor.MessageTypes[2]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CustomerBasketResponse() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CustomerBasketResponse(CustomerBasketResponse other) : this() { - buyerid_ = other.buyerid_; - items_ = other.items_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CustomerBasketResponse Clone() { - return new CustomerBasketResponse(this); - } - - /// Field number for the "buyerid" field. - public const int BuyeridFieldNumber = 1; - private string buyerid_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Buyerid { - get { return buyerid_; } - set { - buyerid_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "items" field. - public const int ItemsFieldNumber = 2; - private static readonly pb::FieldCodec _repeated_items_codec - = pb::FieldCodec.ForMessage(18, global::GrpcBasket.BasketItemResponse.Parser); - private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField Items { - get { return items_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as CustomerBasketResponse); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(CustomerBasketResponse other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Buyerid != other.Buyerid) return false; - if(!items_.Equals(other.items_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Buyerid.Length != 0) hash ^= Buyerid.GetHashCode(); - hash ^= items_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Buyerid.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Buyerid); - } - items_.WriteTo(output, _repeated_items_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Buyerid.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Buyerid); - } - items_.WriteTo(ref output, _repeated_items_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Buyerid.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Buyerid); - } - size += items_.CalculateSize(_repeated_items_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(CustomerBasketResponse other) { - if (other == null) { - return; - } - if (other.Buyerid.Length != 0) { - Buyerid = other.Buyerid; - } - items_.Add(other.items_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - if ((tag & 7) == 4) { - // Abort on any end group tag. - return; - } - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - Buyerid = input.ReadString(); - break; - } - case 18: { - items_.AddEntriesFrom(input, _repeated_items_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - if ((tag & 7) == 4) { - // Abort on any end group tag. - return; - } - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 10: { - Buyerid = input.ReadString(); - break; - } - case 18: { - items_.AddEntriesFrom(ref input, _repeated_items_codec); - break; - } - } - } - } - #endif - - } - - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class BasketItemResponse : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BasketItemResponse()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::GrpcBasket.BasketReflection.Descriptor.MessageTypes[3]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BasketItemResponse() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BasketItemResponse(BasketItemResponse other) : this() { - id_ = other.id_; - productid_ = other.productid_; - productname_ = other.productname_; - unitprice_ = other.unitprice_; - oldunitprice_ = other.oldunitprice_; - quantity_ = other.quantity_; - pictureurl_ = other.pictureurl_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BasketItemResponse Clone() { - return new BasketItemResponse(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private string id_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Id { - get { return id_; } - set { - id_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "productid" field. - public const int ProductidFieldNumber = 2; - private int productid_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int Productid { - get { return productid_; } - set { - productid_ = value; - } - } - - /// Field number for the "productname" field. - public const int ProductnameFieldNumber = 3; - private string productname_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Productname { - get { return productname_; } - set { - productname_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "unitprice" field. - public const int UnitpriceFieldNumber = 4; - private double unitprice_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public double Unitprice { - get { return unitprice_; } - set { - unitprice_ = value; - } - } - - /// Field number for the "oldunitprice" field. - public const int OldunitpriceFieldNumber = 5; - private double oldunitprice_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public double Oldunitprice { - get { return oldunitprice_; } - set { - oldunitprice_ = value; - } - } - - /// Field number for the "quantity" field. - public const int QuantityFieldNumber = 6; - private int quantity_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int Quantity { - get { return quantity_; } - set { - quantity_ = value; - } - } - - /// Field number for the "pictureurl" field. - public const int PictureurlFieldNumber = 7; - private string pictureurl_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Pictureurl { - get { return pictureurl_; } - set { - pictureurl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as BasketItemResponse); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(BasketItemResponse other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - if (Productid != other.Productid) return false; - if (Productname != other.Productname) return false; - if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(Unitprice, other.Unitprice)) return false; - if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(Oldunitprice, other.Oldunitprice)) return false; - if (Quantity != other.Quantity) return false; - if (Pictureurl != other.Pictureurl) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Id.Length != 0) hash ^= Id.GetHashCode(); - if (Productid != 0) hash ^= Productid.GetHashCode(); - if (Productname.Length != 0) hash ^= Productname.GetHashCode(); - if (Unitprice != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(Unitprice); - if (Oldunitprice != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(Oldunitprice); - if (Quantity != 0) hash ^= Quantity.GetHashCode(); - if (Pictureurl.Length != 0) hash ^= Pictureurl.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Id.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Id); - } - if (Productid != 0) { - output.WriteRawTag(16); - output.WriteInt32(Productid); - } - if (Productname.Length != 0) { - output.WriteRawTag(26); - output.WriteString(Productname); - } - if (Unitprice != 0D) { - output.WriteRawTag(33); - output.WriteDouble(Unitprice); - } - if (Oldunitprice != 0D) { - output.WriteRawTag(41); - output.WriteDouble(Oldunitprice); - } - if (Quantity != 0) { - output.WriteRawTag(48); - output.WriteInt32(Quantity); - } - if (Pictureurl.Length != 0) { - output.WriteRawTag(58); - output.WriteString(Pictureurl); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Id.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Id); - } - if (Productid != 0) { - output.WriteRawTag(16); - output.WriteInt32(Productid); - } - if (Productname.Length != 0) { - output.WriteRawTag(26); - output.WriteString(Productname); - } - if (Unitprice != 0D) { - output.WriteRawTag(33); - output.WriteDouble(Unitprice); - } - if (Oldunitprice != 0D) { - output.WriteRawTag(41); - output.WriteDouble(Oldunitprice); - } - if (Quantity != 0) { - output.WriteRawTag(48); - output.WriteInt32(Quantity); - } - if (Pictureurl.Length != 0) { - output.WriteRawTag(58); - output.WriteString(Pictureurl); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Id.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Id); - } - if (Productid != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Productid); - } - if (Productname.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Productname); - } - if (Unitprice != 0D) { - size += 1 + 8; - } - if (Oldunitprice != 0D) { - size += 1 + 8; - } - if (Quantity != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Quantity); - } - if (Pictureurl.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Pictureurl); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(BasketItemResponse other) { - if (other == null) { - return; - } - if (other.Id.Length != 0) { - Id = other.Id; - } - if (other.Productid != 0) { - Productid = other.Productid; - } - if (other.Productname.Length != 0) { - Productname = other.Productname; - } - if (other.Unitprice != 0D) { - Unitprice = other.Unitprice; - } - if (other.Oldunitprice != 0D) { - Oldunitprice = other.Oldunitprice; - } - if (other.Quantity != 0) { - Quantity = other.Quantity; - } - if (other.Pictureurl.Length != 0) { - Pictureurl = other.Pictureurl; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - if ((tag & 7) == 4) { - // Abort on any end group tag. - return; - } - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - Id = input.ReadString(); - break; - } - case 16: { - Productid = input.ReadInt32(); - break; - } - case 26: { - Productname = input.ReadString(); - break; - } - case 33: { - Unitprice = input.ReadDouble(); - break; - } - case 41: { - Oldunitprice = input.ReadDouble(); - break; - } - case 48: { - Quantity = input.ReadInt32(); - break; - } - case 58: { - Pictureurl = input.ReadString(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - if ((tag & 7) == 4) { - // Abort on any end group tag. - return; - } - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 10: { - Id = input.ReadString(); - break; - } - case 16: { - Productid = input.ReadInt32(); - break; - } - case 26: { - Productname = input.ReadString(); - break; - } - case 33: { - Unitprice = input.ReadDouble(); - break; - } - case 41: { - Oldunitprice = input.ReadDouble(); - break; - } - case 48: { - Quantity = input.ReadInt32(); - break; - } - case 58: { - Pictureurl = input.ReadString(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/src/Services/Basket/Basket.API/obj/Debug/net9.0/Proto/BasketGrpc.cs b/src/Services/Basket/Basket.API/obj/Debug/net9.0/Proto/BasketGrpc.cs deleted file mode 100644 index 6f982613..00000000 --- a/src/Services/Basket/Basket.API/obj/Debug/net9.0/Proto/BasketGrpc.cs +++ /dev/null @@ -1,118 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: Proto/basket.proto -// -#pragma warning disable 0414, 1591, 8981, 0612 -#region Designer generated code - -using grpc = global::Grpc.Core; - -namespace GrpcBasket { - public static partial class Basket - { - static readonly string __ServiceName = "BasketApi.Basket"; - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static void __Helper_SerializeMessage(global::Google.Protobuf.IMessage message, grpc::SerializationContext context) - { - #if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION - if (message is global::Google.Protobuf.IBufferMessage) - { - context.SetPayloadLength(message.CalculateSize()); - global::Google.Protobuf.MessageExtensions.WriteTo(message, context.GetBufferWriter()); - context.Complete(); - return; - } - #endif - context.Complete(global::Google.Protobuf.MessageExtensions.ToByteArray(message)); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static class __Helper_MessageCache - { - public static readonly bool IsBufferMessage = global::System.Reflection.IntrospectionExtensions.GetTypeInfo(typeof(global::Google.Protobuf.IBufferMessage)).IsAssignableFrom(typeof(T)); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static T __Helper_DeserializeMessage(grpc::DeserializationContext context, global::Google.Protobuf.MessageParser parser) where T : global::Google.Protobuf.IMessage - { - #if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION - if (__Helper_MessageCache.IsBufferMessage) - { - return parser.ParseFrom(context.PayloadAsReadOnlySequence()); - } - #endif - return parser.ParseFrom(context.PayloadAsNewBuffer()); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Marshaller __Marshaller_BasketApi_BasketRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::GrpcBasket.BasketRequest.Parser)); - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Marshaller __Marshaller_BasketApi_CustomerBasketResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::GrpcBasket.CustomerBasketResponse.Parser)); - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Marshaller __Marshaller_BasketApi_CustomerBasketRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::GrpcBasket.CustomerBasketRequest.Parser)); - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Method __Method_GetBasketById = new grpc::Method( - grpc::MethodType.Unary, - __ServiceName, - "GetBasketById", - __Marshaller_BasketApi_BasketRequest, - __Marshaller_BasketApi_CustomerBasketResponse); - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Method __Method_UpdateBasket = new grpc::Method( - grpc::MethodType.Unary, - __ServiceName, - "UpdateBasket", - __Marshaller_BasketApi_CustomerBasketRequest, - __Marshaller_BasketApi_CustomerBasketResponse); - - /// Service descriptor - public static global::Google.Protobuf.Reflection.ServiceDescriptor Descriptor - { - get { return global::GrpcBasket.BasketReflection.Descriptor.Services[0]; } - } - - /// Base class for server-side implementations of Basket - [grpc::BindServiceMethod(typeof(Basket), "BindService")] - public abstract partial class BasketBase - { - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual global::System.Threading.Tasks.Task GetBasketById(global::GrpcBasket.BasketRequest request, grpc::ServerCallContext context) - { - throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual global::System.Threading.Tasks.Task UpdateBasket(global::GrpcBasket.CustomerBasketRequest request, grpc::ServerCallContext context) - { - throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); - } - - } - - /// Creates service definition that can be registered with a server - /// An object implementing the server-side handling logic. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public static grpc::ServerServiceDefinition BindService(BasketBase serviceImpl) - { - return grpc::ServerServiceDefinition.CreateBuilder() - .AddMethod(__Method_GetBasketById, serviceImpl.GetBasketById) - .AddMethod(__Method_UpdateBasket, serviceImpl.UpdateBasket).Build(); - } - - /// Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. - /// Note: this method is part of an experimental API that can change or be removed without any prior notice. - /// Service methods will be bound by calling AddMethod on this object. - /// An object implementing the server-side handling logic. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public static void BindService(grpc::ServiceBinderBase serviceBinder, BasketBase serviceImpl) - { - serviceBinder.AddMethod(__Method_GetBasketById, serviceImpl == null ? null : new grpc::UnaryServerMethod(serviceImpl.GetBasketById)); - serviceBinder.AddMethod(__Method_UpdateBasket, serviceImpl == null ? null : new grpc::UnaryServerMethod(serviceImpl.UpdateBasket)); - } - - } -} -#endregion diff --git a/src/Services/Basket/Basket.API/obj/Debug/net9.0/apphost b/src/Services/Basket/Basket.API/obj/Debug/net9.0/apphost deleted file mode 100755 index ce18a4a3..00000000 Binary files a/src/Services/Basket/Basket.API/obj/Debug/net9.0/apphost and /dev/null differ diff --git a/src/Services/Basket/Basket.API/obj/Debug/net9.0/ref/Basket.API.dll b/src/Services/Basket/Basket.API/obj/Debug/net9.0/ref/Basket.API.dll deleted file mode 100644 index de3014ce..00000000 Binary files a/src/Services/Basket/Basket.API/obj/Debug/net9.0/ref/Basket.API.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/obj/Debug/net9.0/refint/Basket.API.dll b/src/Services/Basket/Basket.API/obj/Debug/net9.0/refint/Basket.API.dll deleted file mode 100644 index de3014ce..00000000 Binary files a/src/Services/Basket/Basket.API/obj/Debug/net9.0/refint/Basket.API.dll and /dev/null differ diff --git a/src/Services/Basket/Basket.API/obj/Debug/net9.0/rjsmcshtml.dswa.cache.json b/src/Services/Basket/Basket.API/obj/Debug/net9.0/rjsmcshtml.dswa.cache.json deleted file mode 100644 index 3b331810..00000000 --- a/src/Services/Basket/Basket.API/obj/Debug/net9.0/rjsmcshtml.dswa.cache.json +++ /dev/null @@ -1 +0,0 @@ -{"GlobalPropertiesHash":"uoKd6InJo43PwQRSMwVDOwfSm/wZHOarpvvuYkkBv9s=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["0Y/SUHFzTDMuTTTl6MHRwC82Iiu0NqsQoPY7snEIjbA=","HzLO8ARBk1aU80kSuKrmhvRNsG3whA7I/wVUiumhD1c=","rlzLDY4TueYO3DUHECTDAlx\u002BEQdtH3tJYuy3P8csOgQ=","2LT90fMUVTi2L6F8NLda8QvQ/aaj9gKKt5R4t0\u002B3P90=","6QeQqgdqyxsVDWBQO6MJa/Ix5oh9OYafxO8S/27bPAg=","eRT0rsxe1slzNyLsh5foF0z\u002B5z1jt9HdLIPD0uxd0TM=","AWRLp2nXGpT7ORWg1VhYVvaxUj4Kehbm9jSCvZC35wE=","G3K5oR3B\u002Bx9C7xbv22zhPfGgqRxV9pT2zxErqJV/xsg=","oTmuSva1XrTT8bqB9r6fNPd1/iWK8m68wDBummP0K/g=","yLdmO9xOiNRDXDcLqHPZEncMnqdoAN25NR/19kq4yJ0=","VSh1Wb9FQU07aCVUQx3sqFB0cmXTV9A6qiogRffdzRA=","zg6xQ4BbYpIt9xM2bTnKfAc0wAQSEJEdRhp9WTA/PQI=","HfCvwt8WazlwXCnkb3EbmNIVGadvfoywruukvwC2/3U=","7jNmeHX7X/Imms3kb24\u002B/IkTFzGHrvudi0BC\u002Bw/4aEo=","oZQHilzC8Z0K\u002Bp0ZOi3CNpEJRgF8o4ZkX8x2mVAsQV8="],"CachedAssets":{},"CachedCopyCandidates":{}} \ No newline at end of file diff --git a/src/Services/Basket/Basket.API/obj/Debug/net9.0/rjsmrazor.dswa.cache.json b/src/Services/Basket/Basket.API/obj/Debug/net9.0/rjsmrazor.dswa.cache.json deleted file mode 100644 index 55418b22..00000000 --- a/src/Services/Basket/Basket.API/obj/Debug/net9.0/rjsmrazor.dswa.cache.json +++ /dev/null @@ -1 +0,0 @@ -{"GlobalPropertiesHash":"+AZ3AN/REJQaFxN8SpjOcTj3aiEioAFEx5QyayW1110=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["0Y/SUHFzTDMuTTTl6MHRwC82Iiu0NqsQoPY7snEIjbA=","HzLO8ARBk1aU80kSuKrmhvRNsG3whA7I/wVUiumhD1c=","rlzLDY4TueYO3DUHECTDAlx\u002BEQdtH3tJYuy3P8csOgQ=","2LT90fMUVTi2L6F8NLda8QvQ/aaj9gKKt5R4t0\u002B3P90=","6QeQqgdqyxsVDWBQO6MJa/Ix5oh9OYafxO8S/27bPAg=","eRT0rsxe1slzNyLsh5foF0z\u002B5z1jt9HdLIPD0uxd0TM=","AWRLp2nXGpT7ORWg1VhYVvaxUj4Kehbm9jSCvZC35wE=","G3K5oR3B\u002Bx9C7xbv22zhPfGgqRxV9pT2zxErqJV/xsg=","oTmuSva1XrTT8bqB9r6fNPd1/iWK8m68wDBummP0K/g=","yLdmO9xOiNRDXDcLqHPZEncMnqdoAN25NR/19kq4yJ0=","VSh1Wb9FQU07aCVUQx3sqFB0cmXTV9A6qiogRffdzRA=","zg6xQ4BbYpIt9xM2bTnKfAc0wAQSEJEdRhp9WTA/PQI=","HfCvwt8WazlwXCnkb3EbmNIVGadvfoywruukvwC2/3U=","7jNmeHX7X/Imms3kb24\u002B/IkTFzGHrvudi0BC\u002Bw/4aEo=","oZQHilzC8Z0K\u002Bp0ZOi3CNpEJRgF8o4ZkX8x2mVAsQV8="],"CachedAssets":{},"CachedCopyCandidates":{}} \ No newline at end of file diff --git a/src/Services/Basket/Basket.API/obj/Debug/net9.0/rpswa.dswa.cache.json b/src/Services/Basket/Basket.API/obj/Debug/net9.0/rpswa.dswa.cache.json deleted file mode 100644 index 414bb5c2..00000000 --- a/src/Services/Basket/Basket.API/obj/Debug/net9.0/rpswa.dswa.cache.json +++ /dev/null @@ -1 +0,0 @@ -{"GlobalPropertiesHash":"YZxsirsKvC4BlhNYiwKIHaWy4LVL6kCpx9AI7u9K2Mc=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["0Y/SUHFzTDMuTTTl6MHRwC82Iiu0NqsQoPY7snEIjbA=","HzLO8ARBk1aU80kSuKrmhvRNsG3whA7I/wVUiumhD1c=","rlzLDY4TueYO3DUHECTDAlx\u002BEQdtH3tJYuy3P8csOgQ=","2LT90fMUVTi2L6F8NLda8QvQ/aaj9gKKt5R4t0\u002B3P90="],"CachedAssets":{},"CachedCopyCandidates":{}} \ No newline at end of file diff --git a/src/Services/Basket/Basket.API/obj/Debug/net9.0/staticwebassets.build.endpoints.json b/src/Services/Basket/Basket.API/obj/Debug/net9.0/staticwebassets.build.endpoints.json deleted file mode 100644 index 5576e889..00000000 --- a/src/Services/Basket/Basket.API/obj/Debug/net9.0/staticwebassets.build.endpoints.json +++ /dev/null @@ -1 +0,0 @@ -{"Version":1,"ManifestType":"Build","Endpoints":[]} \ No newline at end of file diff --git a/src/Services/Basket/Basket.API/obj/Debug/net9.0/staticwebassets.build.json b/src/Services/Basket/Basket.API/obj/Debug/net9.0/staticwebassets.build.json deleted file mode 100644 index 2ac023c3..00000000 --- a/src/Services/Basket/Basket.API/obj/Debug/net9.0/staticwebassets.build.json +++ /dev/null @@ -1 +0,0 @@ -{"Version":1,"Hash":"UAmzv2caNQSnWiyMzIkXpyrh3x0l8SDCxCO919zIkpo=","Source":"Basket.API","BasePath":"/","Mode":"Root","ManifestType":"Build","ReferencedProjectsConfiguration":[],"DiscoveryPatterns":[],"Assets":[],"Endpoints":[]} \ No newline at end of file diff --git a/src/Services/Basket/Basket.API/obj/Debug/net9.0/staticwebassets.build.json.cache b/src/Services/Basket/Basket.API/obj/Debug/net9.0/staticwebassets.build.json.cache deleted file mode 100644 index 7a2020c5..00000000 --- a/src/Services/Basket/Basket.API/obj/Debug/net9.0/staticwebassets.build.json.cache +++ /dev/null @@ -1 +0,0 @@ -UAmzv2caNQSnWiyMzIkXpyrh3x0l8SDCxCO919zIkpo= \ No newline at end of file diff --git a/src/Services/Basket/Basket.API/obj/Debug/net9.0/swae.build.ex.cache b/src/Services/Basket/Basket.API/obj/Debug/net9.0/swae.build.ex.cache deleted file mode 100644 index e69de29b..00000000 diff --git a/src/Services/Basket/Basket.API/obj/project.assets.json b/src/Services/Basket/Basket.API/obj/project.assets.json index f6291d3b..8ffe7a01 100644 --- a/src/Services/Basket/Basket.API/obj/project.assets.json +++ b/src/Services/Basket/Basket.API/obj/project.assets.json @@ -2,19 +2,19 @@ "version": 3, "targets": { "net9.0": { - "AspNetCore.HealthChecks.AzureServiceBus/8.0.1": { + "AspNetCore.HealthChecks.AzureServiceBus/9.0.0": { "type": "package", "dependencies": { "Azure.Messaging.ServiceBus": "7.17.0", - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0" + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11" }, "compile": { - "lib/net6.0/HealthChecks.AzureServiceBus.dll": { + "lib/net8.0/HealthChecks.AzureServiceBus.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/HealthChecks.AzureServiceBus.dll": { + "lib/net8.0/HealthChecks.AzureServiceBus.dll": { "related": ".xml" } } @@ -36,28 +36,27 @@ } } }, - "AspNetCore.HealthChecks.Redis/8.0.1": { + "AspNetCore.HealthChecks.Redis/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0", + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11", "StackExchange.Redis": "2.7.4" }, "compile": { - "lib/net6.0/HealthChecks.Redis.dll": { + "lib/net8.0/HealthChecks.Redis.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/HealthChecks.Redis.dll": { + "lib/net8.0/HealthChecks.Redis.dll": { "related": ".xml" } } }, - "AspNetCore.HealthChecks.UI.Client/8.0.1": { + "AspNetCore.HealthChecks.UI.Client/9.0.0": { "type": "package", "dependencies": { - "AspNetCore.HealthChecks.UI.Core": "8.0.1", - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0" + "AspNetCore.HealthChecks.UI.Core": "9.0.0" }, "compile": { "lib/net8.0/HealthChecks.UI.Client.dll": { @@ -73,27 +72,26 @@ "Microsoft.AspNetCore.App" ] }, - "AspNetCore.HealthChecks.UI.Core/8.0.1": { + "AspNetCore.HealthChecks.UI.Core/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0" + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11" }, "compile": { - "lib/net6.0/HealthChecks.UI.Core.dll": { + "lib/net8.0/HealthChecks.UI.Core.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/HealthChecks.UI.Core.dll": { + "lib/net8.0/HealthChecks.UI.Core.dll": { "related": ".xml" } } }, - "Autofac/8.1.1": { + "Autofac/9.0.0": { "type": "package", "dependencies": { - "System.Diagnostics.DiagnosticSource": "8.0.1" + "System.Diagnostics.DiagnosticSource": "10.0.0" }, "compile": { "lib/net8.0/Autofac.dll": { @@ -106,11 +104,11 @@ } } }, - "Autofac.Extensions.DependencyInjection/10.0.0": { + "Autofac.Extensions.DependencyInjection/9.0.0": { "type": "package", "dependencies": { - "Autofac": "8.1.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1" + "Autofac": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" }, "compile": { "lib/net8.0/Autofac.Extensions.DependencyInjection.dll": { @@ -183,20 +181,20 @@ } } }, - "Fractions/7.2.1": { + "Fractions/7.3.0": { "type": "package", "compile": { "lib/netstandard2.1/Fractions.dll": { - "related": ".pdb;.xml" + "related": ".xml" } }, "runtime": { "lib/netstandard2.1/Fractions.dll": { - "related": ".pdb;.xml" + "related": ".xml" } } }, - "Google.Protobuf/3.28.3": { + "Google.Protobuf/3.33.1": { "type": "package", "compile": { "lib/net5.0/Google.Protobuf.dll": { @@ -209,10 +207,10 @@ } } }, - "Grpc.AspNetCore.Server/2.70.0": { + "Grpc.AspNetCore.Server/2.71.0": { "type": "package", "dependencies": { - "Grpc.Net.Common": "2.70.0" + "Grpc.Net.Common": "2.71.0" }, "compile": { "lib/net9.0/Grpc.AspNetCore.Server.dll": { @@ -228,7 +226,7 @@ "Microsoft.AspNetCore.App" ] }, - "Grpc.Core.Api/2.70.0": { + "Grpc.Core.Api/2.71.0": { "type": "package", "compile": { "lib/netstandard2.1/Grpc.Core.Api.dll": { @@ -241,10 +239,10 @@ } } }, - "Grpc.Net.Common/2.70.0": { + "Grpc.Net.Common/2.71.0": { "type": "package", "dependencies": { - "Grpc.Core.Api": "2.70.0" + "Grpc.Core.Api": "2.71.0" }, "compile": { "lib/net8.0/Grpc.Net.Common.dll": { @@ -257,59 +255,26 @@ } } }, - "Grpc.Tools/2.68.1": { + "Grpc.Tools/2.76.0": { "type": "package", "build": { "build/Grpc.Tools.props": {}, "build/Grpc.Tools.targets": {} } }, - "IdentityModel/5.2.0": { - "type": "package", - "compile": { - "lib/net5.0/IdentityModel.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/net5.0/IdentityModel.dll": { - "related": ".pdb;.xml" - } - } - }, - "IdentityModel.OidcClient/5.2.1": { + "KubernetesClient/17.0.14": { "type": "package", "dependencies": { - "IdentityModel": "5.2.0", - "Microsoft.Extensions.Logging": "6.0.0" + "Fractions": "7.3.0", + "YamlDotNet": "16.3.0" }, "compile": { - "lib/netstandard2.0/IdentityModel.OidcClient.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/IdentityModel.OidcClient.dll": { - "related": ".xml" - } - } - }, - "KubernetesClient/12.1.1": { - "type": "package", - "dependencies": { - "Fractions": "7.2.1", - "IdentityModel.OidcClient": "5.2.1", - "System.IdentityModel.Tokens.Jwt": "7.0.0", - "YamlDotNet": "13.3.1", - "prometheus-net": "8.0.1" - }, - "compile": { - "lib/net7.0/KubernetesClient.dll": { + "lib/net9.0/KubernetesClient.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/KubernetesClient.dll": { + "lib/net9.0/KubernetesClient.dll": { "related": ".pdb;.xml" } } @@ -354,7 +319,7 @@ } } }, - "Microsoft.ApplicationInsights/2.22.0": { + "Microsoft.ApplicationInsights/2.23.0": { "type": "package", "dependencies": { "System.Diagnostics.DiagnosticSource": "5.0.0" @@ -370,19 +335,19 @@ } } }, - "Microsoft.ApplicationInsights.AspNetCore/2.22.0": { + "Microsoft.ApplicationInsights.AspNetCore/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.22.0", - "Microsoft.ApplicationInsights.EventCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.ApplicationInsights.DependencyCollector": "2.23.0", + "Microsoft.ApplicationInsights.EventCounterCollector": "2.23.0", + "Microsoft.ApplicationInsights.PerfCounterCollector": "2.23.0", + "Microsoft.ApplicationInsights.WindowsServer": "2.23.0", + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.23.0", "Microsoft.AspNetCore.Hosting": "2.1.1", "Microsoft.AspNetCore.Http": "2.1.22", "Microsoft.Extensions.Configuration.Json": "3.1.0", - "Microsoft.Extensions.Logging.ApplicationInsights": "2.22.0", + "Microsoft.Extensions.Logging.ApplicationInsights": "2.23.0", "System.Text.Encodings.Web": "4.7.2" }, "compile": { @@ -396,10 +361,10 @@ } } }, - "Microsoft.ApplicationInsights.DependencyCollector/2.22.0": { + "Microsoft.ApplicationInsights.DependencyCollector/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", "System.Diagnostics.DiagnosticSource": "5.0.0" }, "compile": { @@ -416,10 +381,10 @@ "build/Microsoft.ApplicationInsights.DependencyCollector.targets": {} } }, - "Microsoft.ApplicationInsights.EventCounterCollector/2.22.0": { + "Microsoft.ApplicationInsights.EventCounterCollector/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0" + "Microsoft.ApplicationInsights": "2.23.0" }, "compile": { "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.dll": { @@ -432,33 +397,34 @@ } } }, - "Microsoft.ApplicationInsights.Kubernetes/7.0.0": { + "Microsoft.ApplicationInsights.Kubernetes/8.0.0": { "type": "package", "dependencies": { - "KubernetesClient": "12.1.1", - "Microsoft.ApplicationInsights": "2.21.0", - "Microsoft.Extensions.Configuration": "6.0.1", - "Microsoft.Extensions.DependencyInjection": "8.0.0", - "Microsoft.Extensions.DiagnosticAdapter": "3.1.27", - "Microsoft.Extensions.Hosting": "6.0.1", - "Microsoft.Extensions.Logging.Abstractions": "6.0.4", - "Microsoft.Extensions.Options.ConfigurationExtensions": "6.0.0" + "KubernetesClient": "17.0.14", + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.DependencyInjection": "9.0.2", + "Microsoft.Extensions.DiagnosticAdapter": "3.1.32", + "Microsoft.Extensions.Hosting": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.2", + "System.IdentityModel.Tokens.Jwt": "8.6.0" }, "compile": { - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll": { + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll": { + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.dll": { "related": ".xml" } } }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.22.0": { + "Microsoft.ApplicationInsights.PerfCounterCollector/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", "Microsoft.Extensions.Caching.Memory": "1.0.0", "System.Diagnostics.PerformanceCounter": "6.0.0" }, @@ -476,13 +442,13 @@ "build/_._": {} } }, - "Microsoft.ApplicationInsights.WindowsServer/2.22.0": { + "Microsoft.ApplicationInsights.WindowsServer/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.22.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.ApplicationInsights.DependencyCollector": "2.23.0", + "Microsoft.ApplicationInsights.PerfCounterCollector": "2.23.0", + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.23.0", "System.Diagnostics.DiagnosticSource": "5.0.0" }, "compile": { @@ -499,10 +465,10 @@ "build/_._": {} } }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.22.0": { + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", "System.IO.FileSystem.AccessControl": "4.7.0" }, "compile": { @@ -547,10 +513,14 @@ "Microsoft.Net.Http.Headers": "2.2.0" }, "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll": { + "related": ".xml" + } } }, "Microsoft.AspNetCore.HealthChecks/1.0.0": { @@ -585,10 +555,14 @@ "System.Reflection.Metadata": "1.6.0" }, "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": { + "related": ".xml" + } } }, "Microsoft.AspNetCore.Hosting.Abstractions/2.1.1": { @@ -636,10 +610,14 @@ "Microsoft.Net.Http.Headers": "2.1.1" }, "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": { + "related": ".xml" + } } }, "Microsoft.AspNetCore.Http.Abstractions/2.2.0": { @@ -649,10 +627,14 @@ "System.Text.Encodings.Web": "4.5.0" }, "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll": { + "related": ".xml" + } } }, "Microsoft.AspNetCore.Http.Extensions/2.1.1": { @@ -664,10 +646,14 @@ "System.Buffers": "4.5.0" }, "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": { + "related": ".xml" + } } }, "Microsoft.AspNetCore.Http.Features/2.2.0": { @@ -676,10 +662,14 @@ "Microsoft.Extensions.Primitives": "2.2.0" }, "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll": { + "related": ".xml" + } } }, "Microsoft.AspNetCore.JsonPatch/9.0.0": { @@ -727,10 +717,14 @@ "System.Text.Encodings.Web": "4.5.0" }, "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": { + "related": ".xml" + } } }, "Microsoft.Azure.Amqp/2.6.3": { @@ -758,12 +752,12 @@ }, "compile": { "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "runtime": { "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } } }, @@ -781,12 +775,12 @@ }, "compile": { "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "runtime": { "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } } }, @@ -819,12 +813,12 @@ }, "compile": { "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "runtime": { "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "build": { @@ -889,10 +883,14 @@ "System.Xml.XmlDocument": "4.0.1" }, "compile": { - "lib/netstandard1.3/_._": {} + "lib/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.dll": {} + "lib/netstandard1.3/Microsoft.CodeAnalysis.dll": { + "related": ".xml" + } } }, "Microsoft.CodeAnalysis.CSharp/1.3.0": { @@ -901,10 +899,14 @@ "Microsoft.CodeAnalysis.Common": "[1.3.0]" }, "compile": { - "lib/netstandard1.3/_._": {} + "lib/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll": {} + "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".xml" + } } }, "Microsoft.CodeAnalysis.VisualBasic/1.3.0": { @@ -913,10 +915,14 @@ "Microsoft.CodeAnalysis.Common": "1.3.0" }, "compile": { - "lib/netstandard1.3/_._": {} + "lib/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.dll": {} + "lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.dll": { + "related": ".xml" + } } }, "Microsoft.CSharp/4.7.0": { @@ -978,11 +984,11 @@ } } }, - "Microsoft.Extensions.Configuration/9.0.0": { + "Microsoft.Extensions.Configuration/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Configuration.dll": { @@ -998,10 +1004,10 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { + "Microsoft.Extensions.Configuration.Abstractions/9.0.7": { "type": "package", "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.Primitives": "9.0.7" }, "compile": { "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll": { @@ -1036,10 +1042,10 @@ } } }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { + "Microsoft.Extensions.Configuration.Binder/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Configuration.Binder.dll": { @@ -1055,28 +1061,31 @@ "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets": {} } }, - "Microsoft.Extensions.Configuration.CommandLine/6.0.0": { + "Microsoft.Extensions.Configuration.CommandLine/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { + "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": { @@ -1092,14 +1101,14 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { + "Microsoft.Extensions.Configuration.FileExtensions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Physical": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { @@ -1115,13 +1124,13 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { + "Microsoft.Extensions.Configuration.Json/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.FileExtensions": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Configuration.Json.dll": { @@ -1137,33 +1146,33 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.UserSecrets/6.0.1": { + "Microsoft.Extensions.Configuration.UserSecrets/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Json": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Physical": "9.0.2" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.props": {}, - "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.targets": {} + "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.props": {}, + "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.targets": {} } }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { + "Microsoft.Extensions.DependencyInjection/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll": { @@ -1179,7 +1188,7 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { + "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.2": { "type": "package", "compile": { "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { @@ -1195,23 +1204,23 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.DependencyModel/8.0.2": { + "Microsoft.Extensions.DependencyModel/9.0.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "lib/net9.0/Microsoft.Extensions.DependencyModel.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "lib/net9.0/Microsoft.Extensions.DependencyModel.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.DiagnosticAdapter/3.1.27": { + "Microsoft.Extensions.DiagnosticAdapter/3.1.32": { "type": "package", "dependencies": { "System.Diagnostics.DiagnosticSource": "4.7.1" @@ -1227,34 +1236,54 @@ } } }, - "Microsoft.Extensions.Diagnostics.Abstractions/8.0.0": { + "Microsoft.Extensions.Diagnostics/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Options": "8.0.0", - "System.Diagnostics.DiagnosticSource": "8.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.2", + "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.2" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.Diagnostics.Abstractions/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Diagnostics.HealthChecks/8.0.0": { + "Microsoft.Extensions.Diagnostics.HealthChecks/8.0.11": { "type": "package", "dependencies": { - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "8.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0", - "Microsoft.Extensions.Options": "8.0.0" + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "8.0.11", + "Microsoft.Extensions.Hosting.Abstractions": "8.0.1", + "Microsoft.Extensions.Logging.Abstractions": "8.0.2", + "Microsoft.Extensions.Options": "8.0.2" }, "compile": { "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll": { @@ -1267,7 +1296,7 @@ } } }, - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/8.0.0": { + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/8.0.11": { "type": "package", "compile": { "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": { @@ -1280,10 +1309,10 @@ } } }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { + "Microsoft.Extensions.FileProviders.Abstractions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { @@ -1299,12 +1328,12 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { + "Microsoft.Extensions.FileProviders.Physical/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileSystemGlobbing": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.dll": { @@ -1320,7 +1349,7 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": { + "Microsoft.Extensions.FileSystemGlobbing/9.0.2": { "type": "package", "compile": { "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll": { @@ -1354,92 +1383,75 @@ "lib/netstandard1.3/Microsoft.Extensions.HealthChecks.dll": {} } }, - "Microsoft.Extensions.Hosting/6.0.1": { + "Microsoft.Extensions.Hosting/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.Configuration.CommandLine": "6.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1", - "Microsoft.Extensions.DependencyInjection": "6.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging.Configuration": "6.0.0", - "Microsoft.Extensions.Logging.Console": "6.0.0", - "Microsoft.Extensions.Logging.Debug": "6.0.0", - "Microsoft.Extensions.Logging.EventLog": "6.0.0", - "Microsoft.Extensions.Logging.EventSource": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Binder": "9.0.2", + "Microsoft.Extensions.Configuration.CommandLine": "9.0.2", + "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.2", + "Microsoft.Extensions.Configuration.FileExtensions": "9.0.2", + "Microsoft.Extensions.Configuration.Json": "9.0.2", + "Microsoft.Extensions.Configuration.UserSecrets": "9.0.2", + "Microsoft.Extensions.DependencyInjection": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Diagnostics": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Physical": "9.0.2", + "Microsoft.Extensions.Hosting.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.Configuration": "9.0.2", + "Microsoft.Extensions.Logging.Console": "9.0.2", + "Microsoft.Extensions.Logging.Debug": "9.0.2", + "Microsoft.Extensions.Logging.EventLog": "9.0.2", + "Microsoft.Extensions.Logging.EventSource": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" }, "compile": { - "lib/net6.0/Microsoft.Extensions.Hosting.dll": { + "lib/net9.0/Microsoft.Extensions.Hosting.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.Extensions.Hosting.dll": { + "lib/net9.0/Microsoft.Extensions.Hosting.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Hosting.Abstractions/8.0.0": { + "Microsoft.Extensions.Hosting.Abstractions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "8.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll": { + "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll": { + "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.Http/3.1.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.0", - "Microsoft.Extensions.Logging": "3.1.0", - "Microsoft.Extensions.Options": "3.1.0" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.Extensions.Http.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.Extensions.Http.dll": { - "related": ".xml" - } + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging/9.0.0": { + "Microsoft.Extensions.Logging/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" + "Microsoft.Extensions.DependencyInjection": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Logging.dll": { @@ -1455,10 +1467,10 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { + "Microsoft.Extensions.Logging.Abstractions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": { @@ -1474,10 +1486,10 @@ "buildTransitive/net8.0/Microsoft.Extensions.Logging.Abstractions.targets": {} } }, - "Microsoft.Extensions.Logging.ApplicationInsights/2.22.0": { + "Microsoft.Extensions.Logging.ApplicationInsights/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", "Microsoft.Extensions.Logging": "2.1.1" }, "compile": { @@ -1512,17 +1524,17 @@ } } }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { + "Microsoft.Extensions.Logging.Configuration/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Binder": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Logging.Configuration.dll": { @@ -1538,111 +1550,114 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.Console/6.0.0": { + "Microsoft.Extensions.Logging.Console/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging.Configuration": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "System.Text.Json": "6.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.Configuration": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" }, "compile": { - "lib/net6.0/Microsoft.Extensions.Logging.Console.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.Console.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.Extensions.Logging.Console.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.Console.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.Debug/6.0.0": { + "Microsoft.Extensions.Logging.Debug/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.Debug.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.Debug.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.EventLog/6.0.0": { + "Microsoft.Extensions.Logging.EventLog/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "System.Diagnostics.EventLog": "6.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "System.Diagnostics.EventLog": "9.0.2" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.EventLog.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.EventLog.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.EventLog.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.EventLog.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.EventSource/6.0.0": { + "Microsoft.Extensions.Logging.EventSource/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Json": "6.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { - "lib/net6.0/Microsoft.Extensions.Logging.EventSource.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.EventSource.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.Extensions.Logging.EventSource.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.EventSource.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.ObjectPool/7.0.0": { + "Microsoft.Extensions.ObjectPool/2.1.1": { "type": "package", "compile": { - "lib/net7.0/Microsoft.Extensions.ObjectPool.dll": { + "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.ObjectPool.dll": { + "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll": { "related": ".xml" } } }, - "Microsoft.Extensions.Options/9.0.0": { + "Microsoft.Extensions.Options/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Options.dll": { @@ -1658,14 +1673,14 @@ "buildTransitive/net8.0/Microsoft.Extensions.Options.targets": {} } }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { + "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Binder": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { @@ -1681,7 +1696,7 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Primitives/9.0.0": { + "Microsoft.Extensions.Primitives/9.0.7": { "type": "package", "compile": { "lib/net9.0/Microsoft.Extensions.Primitives.dll": { @@ -1697,7 +1712,7 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.IdentityModel.Abstractions/8.0.1": { + "Microsoft.IdentityModel.Abstractions/8.6.0": { "type": "package", "compile": { "lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": { @@ -1719,17 +1734,21 @@ }, "compile": { "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": {}, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": {} + "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": {}, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": {} + "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": { + "related": ".xml" + } } }, - "Microsoft.IdentityModel.JsonWebTokens/8.0.1": { + "Microsoft.IdentityModel.JsonWebTokens/8.6.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Tokens": "8.0.1" + "Microsoft.IdentityModel.Tokens": "8.6.0" }, "compile": { "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll": { @@ -1742,10 +1761,10 @@ } } }, - "Microsoft.IdentityModel.Logging/8.0.1": { + "Microsoft.IdentityModel.Logging/8.6.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "8.0.1" + "Microsoft.IdentityModel.Abstractions": "8.6.0" }, "compile": { "lib/net9.0/Microsoft.IdentityModel.Logging.dll": { @@ -1791,10 +1810,11 @@ } } }, - "Microsoft.IdentityModel.Tokens/8.0.1": { + "Microsoft.IdentityModel.Tokens/8.6.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Logging": "8.0.1" + "Microsoft.Extensions.Logging.Abstractions": "8.0.2", + "Microsoft.IdentityModel.Logging": "8.6.0" }, "compile": { "lib/net9.0/Microsoft.IdentityModel.Tokens.dll": { @@ -1814,10 +1834,14 @@ "System.Buffers": "4.5.0" }, "compile": { - "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": {} + "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": {} + "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": { + "related": ".xml" + } } }, "Microsoft.NETCore.App/1.0.5": { @@ -1942,12 +1966,12 @@ }, "compile": { "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "runtime": { "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } } }, @@ -1960,12 +1984,12 @@ }, "compile": { "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "runtime": { "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } } }, @@ -1990,7 +2014,9 @@ "System.Threading": "4.0.11" }, "compile": { - "ref/netstandard1.1/Microsoft.VisualBasic.dll": {} + "ref/netstandard1.1/Microsoft.VisualBasic.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/Microsoft.VisualBasic.dll": {} @@ -2011,7 +2037,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": {} + "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": { + "related": ".xml" + } } }, "Microsoft.Win32.Registry/4.3.0": { @@ -2113,7 +2141,7 @@ "System.Xml.XDocument": "4.3.0" } }, - "Newtonsoft.Json/13.0.3": { + "Newtonsoft.Json/13.0.4": { "type": "package", "compile": { "lib/net6.0/Newtonsoft.Json.dll": { @@ -2158,10 +2186,10 @@ } } }, - "Polly/8.5.0": { + "Polly/8.6.5": { "type": "package", "dependencies": { - "Polly.Core": "8.5.0" + "Polly.Core": "8.6.5" }, "compile": { "lib/net6.0/Polly.dll": { @@ -2174,7 +2202,7 @@ } } }, - "Polly.Core/8.5.0": { + "Polly.Core/8.6.5": { "type": "package", "compile": { "lib/net8.0/Polly.Core.dll": { @@ -2187,23 +2215,6 @@ } } }, - "prometheus-net/8.0.1": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Http": "3.1.0", - "Microsoft.Extensions.ObjectPool": "7.0.0" - }, - "compile": { - "lib/net7.0/Prometheus.NetStandard.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net7.0/Prometheus.NetStandard.dll": { - "related": ".xml" - } - } - }, "RabbitMQ.Client/6.8.1": { "type": "package", "dependencies": { @@ -2418,38 +2429,37 @@ } } }, - "Serilog/4.0.0": { + "Serilog/4.2.0": { "type": "package", "compile": { - "lib/net8.0/Serilog.dll": { + "lib/net9.0/Serilog.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.dll": { + "lib/net9.0/Serilog.dll": { "related": ".xml" } } }, - "Serilog.AspNetCore/8.0.3": { + "Serilog.AspNetCore/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Logging": "8.0.0", - "Serilog": "3.1.1", - "Serilog.Extensions.Hosting": "8.0.0", - "Serilog.Formatting.Compact": "2.0.0", - "Serilog.Settings.Configuration": "8.0.4", - "Serilog.Sinks.Console": "5.0.0", - "Serilog.Sinks.Debug": "2.0.0", - "Serilog.Sinks.File": "5.0.0" + "Serilog": "4.2.0", + "Serilog.Extensions.Hosting": "9.0.0", + "Serilog.Formatting.Compact": "3.0.0", + "Serilog.Settings.Configuration": "9.0.0", + "Serilog.Sinks.Console": "6.0.0", + "Serilog.Sinks.Debug": "3.0.0", + "Serilog.Sinks.File": "6.0.0" }, "compile": { - "lib/net8.0/Serilog.AspNetCore.dll": { + "lib/net9.0/Serilog.AspNetCore.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.AspNetCore.dll": { + "lib/net9.0/Serilog.AspNetCore.dll": { "related": ".xml" } }, @@ -2473,78 +2483,78 @@ } } }, - "Serilog.Extensions.Hosting/8.0.0": { + "Serilog.Extensions.Hosting/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0", - "Serilog": "3.1.1", - "Serilog.Extensions.Logging": "8.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", + "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", + "Microsoft.Extensions.Logging.Abstractions": "9.0.0", + "Serilog": "4.2.0", + "Serilog.Extensions.Logging": "9.0.0" }, "compile": { - "lib/net8.0/Serilog.Extensions.Hosting.dll": { + "lib/net9.0/Serilog.Extensions.Hosting.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.Extensions.Hosting.dll": { + "lib/net9.0/Serilog.Extensions.Hosting.dll": { "related": ".xml" } } }, - "Serilog.Extensions.Logging/8.0.0": { + "Serilog.Extensions.Logging/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Logging": "8.0.0", - "Serilog": "3.1.1" + "Microsoft.Extensions.Logging": "9.0.0", + "Serilog": "4.2.0" }, "compile": { - "lib/net8.0/Serilog.Extensions.Logging.dll": { + "lib/net9.0/Serilog.Extensions.Logging.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.Extensions.Logging.dll": { + "lib/net9.0/Serilog.Extensions.Logging.dll": { "related": ".xml" } } }, - "Serilog.Formatting.Compact/2.0.0": { + "Serilog.Formatting.Compact/3.0.0": { "type": "package", "dependencies": { - "Serilog": "3.1.0" + "Serilog": "4.0.0" }, "compile": { - "lib/net7.0/Serilog.Formatting.Compact.dll": { + "lib/net8.0/Serilog.Formatting.Compact.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Serilog.Formatting.Compact.dll": { + "lib/net8.0/Serilog.Formatting.Compact.dll": { "related": ".xml" } } }, - "Serilog.Settings.Configuration/8.0.4": { + "Serilog.Settings.Configuration/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Binder": "8.0.0", - "Microsoft.Extensions.DependencyModel": "8.0.2", - "Serilog": "3.1.1" + "Microsoft.Extensions.Configuration.Binder": "9.0.0", + "Microsoft.Extensions.DependencyModel": "9.0.0", + "Serilog": "4.2.0" }, "compile": { - "lib/net8.0/Serilog.Settings.Configuration.dll": { + "lib/net9.0/Serilog.Settings.Configuration.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.Settings.Configuration.dll": { + "lib/net9.0/Serilog.Settings.Configuration.dll": { "related": ".xml" } } }, - "Serilog.Sinks.Console/6.0.0": { + "Serilog.Sinks.Console/6.1.1": { "type": "package", "dependencies": { "Serilog": "4.0.0" @@ -2560,39 +2570,43 @@ } } }, - "Serilog.Sinks.Debug/2.0.0": { + "Serilog.Sinks.Debug/3.0.0": { "type": "package", "dependencies": { - "Serilog": "2.10.0" + "Serilog": "4.0.0" }, "compile": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": {} + "lib/net8.0/Serilog.Sinks.Debug.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": {} + "lib/net8.0/Serilog.Sinks.Debug.dll": { + "related": ".xml" + } } }, - "Serilog.Sinks.File/5.0.0": { + "Serilog.Sinks.File/7.0.0": { "type": "package", "dependencies": { - "Serilog": "2.10.0" + "Serilog": "4.2.0" }, "compile": { - "lib/net5.0/Serilog.Sinks.File.dll": { - "related": ".pdb" + "lib/net9.0/Serilog.Sinks.File.dll": { + "related": ".xml" } }, "runtime": { - "lib/net5.0/Serilog.Sinks.File.dll": { - "related": ".pdb" + "lib/net9.0/Serilog.Sinks.File.dll": { + "related": ".xml" } } }, - "Serilog.Sinks.Http/9.0.0": { + "Serilog.Sinks.Http/9.2.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "7.0.0", - "Serilog.Sinks.File": "5.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.7", + "Serilog.Sinks.File": "7.0.0" }, "compile": { "lib/netstandard2.1/Serilog.Sinks.Http.dll": { @@ -2605,11 +2619,11 @@ } } }, - "Serilog.Sinks.Seq/8.0.0": { + "Serilog.Sinks.Seq/9.0.0": { "type": "package", "dependencies": { - "Serilog": "4.0.0", - "Serilog.Sinks.File": "5.0.0" + "Serilog": "4.2.0", + "Serilog.Sinks.File": "6.0.0" }, "compile": { "lib/net6.0/Serilog.Sinks.Seq.dll": { @@ -2728,7 +2742,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.6/System.AppContext.dll": {} + "ref/netstandard1.6/System.AppContext.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.6/System.AppContext.dll": {} @@ -2751,7 +2767,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Collections.dll": {} + "ref/netstandard1.3/System.Collections.dll": { + "related": ".xml" + } } }, "System.Collections.Concurrent/4.3.0": { @@ -2769,7 +2787,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Collections.Concurrent.dll": {} + "ref/netstandard1.3/System.Collections.Concurrent.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Collections.Concurrent.dll": {} @@ -2804,7 +2824,9 @@ "System.Runtime": "4.1.0" }, "compile": { - "ref/netstandard1.0/System.ComponentModel.dll": {} + "ref/netstandard1.0/System.ComponentModel.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.ComponentModel.dll": {} @@ -2826,7 +2848,9 @@ "System.Threading": "4.0.11" }, "compile": { - "ref/netstandard1.4/System.ComponentModel.Annotations.dll": {} + "ref/netstandard1.4/System.ComponentModel.Annotations.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.4/System.ComponentModel.Annotations.dll": {} @@ -2862,7 +2886,9 @@ "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Console.dll": {} + "ref/netstandard1.3/System.Console.dll": { + "related": ".xml" + } } }, "System.Diagnostics.Debug/4.3.0": { @@ -2873,46 +2899,48 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Diagnostics.Debug.dll": {} + "ref/netstandard1.3/System.Diagnostics.Debug.dll": { + "related": ".xml" + } } }, - "System.Diagnostics.DiagnosticSource/8.0.1": { + "System.Diagnostics.DiagnosticSource/10.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": { + "lib/net9.0/System.Diagnostics.DiagnosticSource.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": { + "lib/net9.0/System.Diagnostics.DiagnosticSource.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "System.Diagnostics.EventLog/6.0.0": { + "System.Diagnostics.EventLog/9.0.2": { "type": "package", "compile": { - "lib/net6.0/System.Diagnostics.EventLog.dll": { + "lib/net9.0/System.Diagnostics.EventLog.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/System.Diagnostics.EventLog.dll": { + "lib/net9.0/System.Diagnostics.EventLog.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "buildTransitive/net8.0/_._": {} }, "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll": { + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll": { "assetType": "runtime", "rid": "win" }, - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll": { + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll": { "assetType": "runtime", "rid": "win" } @@ -2932,7 +2960,9 @@ "System.Runtime.InteropServices": "4.1.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll": { @@ -2996,7 +3026,9 @@ "runtime.native.System": "4.3.0" }, "compile": { - "ref/netstandard1.4/System.Diagnostics.Process.dll": {} + "ref/netstandard1.4/System.Diagnostics.Process.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/linux/lib/netstandard1.4/System.Diagnostics.Process.dll": { @@ -3040,7 +3072,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Diagnostics.Tools.dll": {} + "ref/netstandard1.0/System.Diagnostics.Tools.dll": { + "related": ".xml" + } } }, "System.Diagnostics.Tracing/4.3.0": { @@ -3051,7 +3085,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {} + "ref/netstandard1.5/System.Diagnostics.Tracing.dll": { + "related": ".xml" + } } }, "System.Drawing.Common/6.0.0": { @@ -3103,7 +3139,9 @@ "System.Threading": "4.0.11" }, "compile": { - "ref/netstandard1.3/System.Dynamic.Runtime.dll": {} + "ref/netstandard1.3/System.Dynamic.Runtime.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Dynamic.Runtime.dll": {} @@ -3117,7 +3155,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Globalization.dll": {} + "ref/netstandard1.3/System.Globalization.dll": { + "related": ".xml" + } } }, "System.Globalization.Calendars/4.3.0": { @@ -3129,7 +3169,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Globalization.Calendars.dll": {} + "ref/netstandard1.3/System.Globalization.Calendars.dll": { + "related": ".xml" + } } }, "System.Globalization.Extensions/4.3.0": { @@ -3143,7 +3185,9 @@ "System.Runtime.InteropServices": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Globalization.Extensions.dll": {} + "ref/netstandard1.3/System.Globalization.Extensions.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll": { @@ -3156,11 +3200,11 @@ } } }, - "System.IdentityModel.Tokens.Jwt/8.0.1": { + "System.IdentityModel.Tokens.Jwt/8.6.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "8.0.1", - "Microsoft.IdentityModel.Tokens": "8.0.1" + "Microsoft.IdentityModel.JsonWebTokens": "8.6.0", + "Microsoft.IdentityModel.Tokens": "8.6.0" }, "compile": { "lib/net9.0/System.IdentityModel.Tokens.Jwt.dll": { @@ -3183,7 +3227,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.IO.dll": {} + "ref/netstandard1.5/System.IO.dll": { + "related": ".xml" + } } }, "System.IO.Compression/4.3.0": { @@ -3206,7 +3252,9 @@ "runtime.native.System.IO.Compression": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.Compression.dll": {} + "ref/netstandard1.3/System.IO.Compression.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": { @@ -3233,7 +3281,9 @@ "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": {} + "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {} @@ -3252,7 +3302,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.FileSystem.dll": {} + "ref/netstandard1.3/System.IO.FileSystem.dll": { + "related": ".xml" + } } }, "System.IO.FileSystem.AccessControl/4.7.0": { @@ -3262,10 +3314,14 @@ "System.Security.Principal.Windows": "4.7.0" }, "compile": { - "ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll": {} + "ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll": {} + "lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { @@ -3280,7 +3336,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} @@ -3307,7 +3365,9 @@ "runtime.native.System": "4.0.0" }, "compile": { - "ref/netstandard1.3/System.IO.FileSystem.Watcher.dll": {} + "ref/netstandard1.3/System.IO.FileSystem.Watcher.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/linux/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll": { @@ -3342,7 +3402,9 @@ "runtime.native.System": "4.0.0" }, "compile": { - "ref/netstandard1.3/System.IO.MemoryMappedFiles.dll": {} + "ref/netstandard1.3/System.IO.MemoryMappedFiles.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.IO.MemoryMappedFiles.dll": { @@ -3358,10 +3420,14 @@ "System.IO.Pipelines/5.0.1": { "type": "package", "compile": { - "ref/netcoreapp2.0/System.IO.Pipelines.dll": {} + "ref/netcoreapp2.0/System.IO.Pipelines.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netcoreapp3.0/System.IO.Pipelines.dll": {} + "lib/netcoreapp3.0/System.IO.Pipelines.dll": { + "related": ".xml" + } } }, "System.IO.UnmanagedMemoryStream/4.0.1": { @@ -3376,7 +3442,9 @@ "System.Threading.Tasks": "4.0.11" }, "compile": { - "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {} + "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {} @@ -3392,7 +3460,9 @@ "System.Runtime.Extensions": "4.3.0" }, "compile": { - "ref/netstandard1.6/System.Linq.dll": {} + "ref/netstandard1.6/System.Linq.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.6/System.Linq.dll": {} @@ -3420,7 +3490,9 @@ "System.Threading": "4.3.0" }, "compile": { - "ref/netstandard1.6/System.Linq.Expressions.dll": {} + "ref/netstandard1.6/System.Linq.Expressions.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.6/System.Linq.Expressions.dll": {} @@ -3441,7 +3513,9 @@ "System.Threading.Tasks": "4.0.11" }, "compile": { - "ref/netstandard1.1/System.Linq.Parallel.dll": {} + "ref/netstandard1.1/System.Linq.Parallel.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Linq.Parallel.dll": {} @@ -3460,7 +3534,9 @@ "System.Runtime": "4.1.0" }, "compile": { - "ref/netstandard1.0/System.Linq.Queryable.dll": {} + "ref/netstandard1.0/System.Linq.Queryable.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Linq.Queryable.dll": {} @@ -3482,10 +3558,14 @@ "System.Text.Json": "4.6.0" }, "compile": { - "lib/netstandard2.0/System.Memory.Data.dll": {} + "lib/netstandard2.0/System.Memory.Data.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/System.Memory.Data.dll": {} + "lib/netstandard2.0/System.Memory.Data.dll": { + "related": ".xml" + } } }, "System.Net.Http/4.3.0": { @@ -3519,7 +3599,9 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Net.Http.dll": {} + "ref/netstandard1.3/System.Net.Http.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll": { @@ -3551,7 +3633,9 @@ "runtime.native.System": "4.0.0" }, "compile": { - "ref/netstandard1.3/System.Net.NameResolution.dll": {} + "ref/netstandard1.3/System.Net.NameResolution.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Net.NameResolution.dll": { @@ -3573,7 +3657,9 @@ "System.Runtime.Handles": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Net.Primitives.dll": {} + "ref/netstandard1.3/System.Net.Primitives.dll": { + "related": ".xml" + } } }, "System.Net.Requests/4.0.11": { @@ -3594,7 +3680,9 @@ "System.Threading.Tasks": "4.0.11" }, "compile": { - "ref/netstandard1.3/System.Net.Requests.dll": {} + "ref/netstandard1.3/System.Net.Requests.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Net.Requests.dll": { @@ -3640,7 +3728,9 @@ "runtime.native.System.Security.Cryptography": "4.0.0" }, "compile": { - "ref/netstandard1.3/System.Net.Security.dll": {} + "ref/netstandard1.3/System.Net.Security.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.6/System.Net.Security.dll": { @@ -3664,7 +3754,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Net.Sockets.dll": {} + "ref/netstandard1.3/System.Net.Sockets.dll": { + "related": ".xml" + } } }, "System.Net.WebHeaderCollection/4.0.1": { @@ -3676,7 +3768,9 @@ "System.Runtime.Extensions": "4.1.0" }, "compile": { - "ref/netstandard1.3/System.Net.WebHeaderCollection.dll": {} + "ref/netstandard1.3/System.Net.WebHeaderCollection.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Net.WebHeaderCollection.dll": {} @@ -3701,7 +3795,9 @@ "System.Threading": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.ObjectModel.dll": {} + "ref/netstandard1.3/System.ObjectModel.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.ObjectModel.dll": {} @@ -3752,7 +3848,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.Reflection.dll": {} + "ref/netstandard1.5/System.Reflection.dll": { + "related": ".xml" + } } }, "System.Reflection.DispatchProxy/4.0.1": { @@ -3770,7 +3868,9 @@ "System.Threading": "4.0.11" }, "compile": { - "ref/netstandard1.3/System.Reflection.DispatchProxy.dll": {} + "ref/netstandard1.3/System.Reflection.DispatchProxy.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Reflection.DispatchProxy.dll": {} @@ -3786,7 +3886,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.1/_._": {} + "ref/netstandard1.1/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Reflection.Emit.dll": {} @@ -3800,7 +3902,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/_._": {} + "ref/netstandard1.0/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {} @@ -3815,7 +3919,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/_._": {} + "ref/netstandard1.0/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll": {} @@ -3830,16 +3936,22 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Reflection.Extensions.dll": {} + "ref/netstandard1.0/System.Reflection.Extensions.dll": { + "related": ".xml" + } } }, "System.Reflection.Metadata/1.6.0": { "type": "package", "compile": { - "lib/netstandard2.0/System.Reflection.Metadata.dll": {} + "lib/netstandard2.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/System.Reflection.Metadata.dll": {} + "lib/netstandard2.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } } }, "System.Reflection.Primitives/4.3.0": { @@ -3850,7 +3962,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Reflection.Primitives.dll": {} + "ref/netstandard1.0/System.Reflection.Primitives.dll": { + "related": ".xml" + } } }, "System.Reflection.TypeExtensions/4.3.0": { @@ -3894,7 +4008,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Resources.ResourceManager.dll": {} + "ref/netstandard1.0/System.Resources.ResourceManager.dll": { + "related": ".xml" + } } }, "System.Runtime/4.3.0": { @@ -3904,19 +4020,9 @@ "Microsoft.NETCore.Targets": "1.1.0" }, "compile": { - "ref/netstandard1.5/System.Runtime.dll": {} - } - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { - "type": "package", - "compile": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {} - }, - "runtime": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {} - }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "ref/netstandard1.5/System.Runtime.dll": { + "related": ".xml" + } } }, "System.Runtime.Extensions/4.3.0": { @@ -3927,7 +4033,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.Runtime.Extensions.dll": {} + "ref/netstandard1.5/System.Runtime.Extensions.dll": { + "related": ".xml" + } } }, "System.Runtime.Handles/4.3.0": { @@ -3938,7 +4046,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Runtime.Handles.dll": {} + "ref/netstandard1.3/System.Runtime.Handles.dll": { + "related": ".xml" + } } }, "System.Runtime.InteropServices/4.3.0": { @@ -3991,7 +4101,9 @@ "System.Runtime": "4.1.0" }, "compile": { - "ref/netstandard1.5/_._": {} + "ref/netstandard1.5/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.5/System.Runtime.Loader.dll": {} @@ -4006,7 +4118,9 @@ "System.Runtime.Extensions": "4.3.0" }, "compile": { - "ref/netstandard1.1/System.Runtime.Numerics.dll": {} + "ref/netstandard1.1/System.Runtime.Numerics.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Runtime.Numerics.dll": {} @@ -4020,7 +4134,9 @@ "System.Runtime": "4.1.0" }, "compile": { - "ref/netstandard1.0/System.Runtime.Serialization.Json.dll": {} + "ref/netstandard1.0/System.Runtime.Serialization.Json.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Runtime.Serialization.Json.dll": {} @@ -4033,7 +4149,9 @@ "System.Runtime": "4.1.0" }, "compile": { - "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} + "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} @@ -4073,7 +4191,9 @@ "System.Security.Principal": "4.0.1" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Security.Claims.dll": {} @@ -4192,7 +4312,9 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": {} + "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": { @@ -4305,7 +4427,9 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" }, "compile": { - "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": {} + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { @@ -4344,7 +4468,9 @@ "System.Runtime": "4.1.0" }, "compile": { - "ref/netstandard1.0/System.Security.Principal.dll": {} + "ref/netstandard1.0/System.Security.Principal.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.0/System.Security.Principal.dll": {} @@ -4381,7 +4507,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Text.Encoding.dll": {} + "ref/netstandard1.3/System.Text.Encoding.dll": { + "related": ".xml" + } } }, "System.Text.Encoding.CodePages/4.0.1": { @@ -4401,7 +4529,9 @@ "System.Threading": "4.0.11" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": { @@ -4423,52 +4553,35 @@ "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {} + "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": { + "related": ".xml" + } } }, - "System.Text.Encodings.Web/6.0.0": { + "System.Text.Encodings.Web/4.7.2": { "type": "package", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, "compile": { - "lib/net6.0/System.Text.Encodings.Web.dll": { + "lib/netstandard2.1/System.Text.Encodings.Web.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/System.Text.Encodings.Web.dll": { + "lib/netstandard2.1/System.Text.Encodings.Web.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} - }, - "runtimeTargets": { - "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll": { - "assetType": "runtime", - "rid": "browser" - } } }, - "System.Text.Json/6.0.0": { + "System.Text.Json/4.7.2": { "type": "package", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "6.0.0" - }, "compile": { - "lib/net6.0/System.Text.Json.dll": { + "lib/netcoreapp3.0/System.Text.Json.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/System.Text.Json.dll": { + "lib/netcoreapp3.0/System.Text.Json.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} } }, "System.Text.RegularExpressions/4.3.0": { @@ -4490,7 +4603,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Threading.dll": {} + "ref/netstandard1.3/System.Threading.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Threading.dll": {} @@ -4521,7 +4636,9 @@ "System.Runtime.Handles": "4.0.1" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Threading.Overlapped.dll": { @@ -4542,7 +4659,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Threading.Tasks.dll": {} + "ref/netstandard1.3/System.Threading.Tasks.dll": { + "related": ".xml" + } } }, "System.Threading.Tasks.Dataflow/4.6.0": { @@ -4593,7 +4712,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.1/System.Threading.Tasks.Parallel.dll": {} + "ref/netstandard1.1/System.Threading.Tasks.Parallel.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Threading.Tasks.Parallel.dll": {} @@ -4605,7 +4726,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Threading.Thread.dll": {} + "ref/netstandard1.3/System.Threading.Thread.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Threading.Thread.dll": {} @@ -4618,7 +4741,9 @@ "System.Runtime.Handles": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Threading.ThreadPool.dll": {} + "ref/netstandard1.3/System.Threading.ThreadPool.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Threading.ThreadPool.dll": {} @@ -4632,7 +4757,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.2/System.Threading.Timer.dll": {} + "ref/netstandard1.2/System.Threading.Timer.dll": { + "related": ".xml" + } } }, "System.ValueTuple/4.5.0": { @@ -4686,7 +4813,9 @@ "System.Threading.Tasks.Extensions": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Xml.ReaderWriter.dll": {} + "ref/netstandard1.3/System.Xml.ReaderWriter.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.ReaderWriter.dll": {} @@ -4709,7 +4838,9 @@ "System.Xml.ReaderWriter": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Xml.XDocument.dll": {} + "ref/netstandard1.3/System.Xml.XDocument.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.XDocument.dll": {} @@ -4730,7 +4861,9 @@ "System.Xml.ReaderWriter": "4.0.11" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.XmlDocument.dll": {} @@ -4758,7 +4891,9 @@ "System.Xml.XmlDocument": "4.0.1" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.XmlSerializer.dll": {} @@ -4778,7 +4913,9 @@ "System.Xml.ReaderWriter": "4.0.11" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.XPath.dll": {} @@ -4798,21 +4935,23 @@ "System.Xml.XPath": "4.0.1" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.XPath.XDocument.dll": {} } }, - "YamlDotNet/13.3.1": { + "YamlDotNet/16.3.0": { "type": "package", "compile": { - "lib/net7.0/YamlDotNet.dll": { + "lib/net8.0/YamlDotNet.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/YamlDotNet.dll": { + "lib/net8.0/YamlDotNet.dll": { "related": ".xml" } } @@ -4821,7 +4960,7 @@ "type": "project", "framework": ".NETCoreApp,Version=v9.0", "dependencies": { - "Newtonsoft.Json": "13.0.3" + "Newtonsoft.Json": "13.0.4" }, "compile": { "bin/placeholder/EventBus.dll": {} @@ -4834,12 +4973,12 @@ "type": "project", "framework": ".NETCoreApp,Version=v9.0", "dependencies": { - "Autofac": "8.1.1", + "Autofac": "9.0.0", "EventBus": "1.0.0", "Microsoft.CSharp": "4.7.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Newtonsoft.Json": "13.0.3", - "Polly": "8.5.0", + "Microsoft.Extensions.Logging": "9.0.2", + "Newtonsoft.Json": "13.0.4", + "Polly": "8.6.5", "RabbitMQ.Client": "6.8.1" }, "compile": { @@ -4853,11 +4992,11 @@ "type": "project", "framework": ".NETCoreApp,Version=v9.0", "dependencies": { - "Autofac": "8.1.1", + "Autofac": "9.0.0", "EventBus": "1.0.0", "Microsoft.Azure.ServiceBus": "5.2.0", "Microsoft.CSharp": "4.7.0", - "Microsoft.Extensions.Logging": "9.0.0" + "Microsoft.Extensions.Logging": "9.0.2" }, "compile": { "bin/placeholder/EventBusServiceBus.dll": {} @@ -4869,19 +5008,19 @@ } }, "libraries": { - "AspNetCore.HealthChecks.AzureServiceBus/8.0.1": { - "sha512": "67GttVESv92GIthFMNqLbWvnQr3AFujGGsydKUl51R7p+KETguIJ+yHGUSnLL8XEcIWO0pENO714WlAqmON8EQ==", + "AspNetCore.HealthChecks.AzureServiceBus/9.0.0": { + "sha512": "Uzml9qWAvN6xPJejdTLznx9SIczKs/exieiJCU0Kjivt4ZTcsLdE3u2g8HJr0VWhguQad2mpGkwXtQ9nWfkm4g==", "type": "package", - "path": "aspnetcore.healthchecks.azureservicebus/8.0.1", + "path": "aspnetcore.healthchecks.azureservicebus/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", - "aspnetcore.healthchecks.azureservicebus.8.0.1.nupkg.sha512", + "aspnetcore.healthchecks.azureservicebus.9.0.0.nupkg.sha512", "aspnetcore.healthchecks.azureservicebus.nuspec", "icon.png", - "lib/net6.0/HealthChecks.AzureServiceBus.dll", - "lib/net6.0/HealthChecks.AzureServiceBus.xml", + "lib/net8.0/HealthChecks.AzureServiceBus.dll", + "lib/net8.0/HealthChecks.AzureServiceBus.xml", "lib/netstandard2.0/HealthChecks.AzureServiceBus.dll", "lib/netstandard2.0/HealthChecks.AzureServiceBus.xml" ] @@ -4903,69 +5042,63 @@ "lib/netstandard2.0/HealthChecks.Rabbitmq.xml" ] }, - "AspNetCore.HealthChecks.Redis/8.0.1": { - "sha512": "45jqq4ydvmm7yKpTf0jEpUuYloe2vlytN9dasmqwmQyorpNbjdvWuyvSmjVZM5nBa5e5ryF5MU+F7bXv6Zp2vQ==", + "AspNetCore.HealthChecks.Redis/9.0.0": { + "sha512": "yNH0h8GLRbAf+PU5HNVLZ5hNeyq9mDVmRKO9xuZsme/znUYoBJlQvI0gq45gaZNlLncCHkMhR4o90MuT+gxxPw==", "type": "package", - "path": "aspnetcore.healthchecks.redis/8.0.1", + "path": "aspnetcore.healthchecks.redis/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "aspnetcore.healthchecks.redis.8.0.1.nupkg.sha512", + "aspnetcore.healthchecks.redis.9.0.0.nupkg.sha512", "aspnetcore.healthchecks.redis.nuspec", "icon.png", - "lib/net6.0/HealthChecks.Redis.dll", - "lib/net6.0/HealthChecks.Redis.xml", + "lib/net8.0/HealthChecks.Redis.dll", + "lib/net8.0/HealthChecks.Redis.xml", "lib/netstandard2.0/HealthChecks.Redis.dll", "lib/netstandard2.0/HealthChecks.Redis.xml" ] }, - "AspNetCore.HealthChecks.UI.Client/8.0.1": { - "sha512": "nhC6KIoB/EtTbH3uGm2J6EHEUyTJuETUARFePbmrnA+zjbwsirzIVUQl46qIjvyPABhK0e7Rk+AxcRqC6zikqA==", + "AspNetCore.HealthChecks.UI.Client/9.0.0": { + "sha512": "1Ub3Wvvbz7CMuFNWgLEc9qqQibiMoovDML/WHrwr5J83RPgtI20giCR92s/ipLgu7IIuqw+W/y7WpIeHqAICxg==", "type": "package", - "path": "aspnetcore.healthchecks.ui.client/8.0.1", + "path": "aspnetcore.healthchecks.ui.client/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "aspnetcore.healthchecks.ui.client.8.0.1.nupkg.sha512", + "aspnetcore.healthchecks.ui.client.9.0.0.nupkg.sha512", "aspnetcore.healthchecks.ui.client.nuspec", "icon.png", - "lib/net6.0/HealthChecks.UI.Client.dll", - "lib/net6.0/HealthChecks.UI.Client.xml", - "lib/net7.0/HealthChecks.UI.Client.dll", - "lib/net7.0/HealthChecks.UI.Client.xml", "lib/net8.0/HealthChecks.UI.Client.dll", "lib/net8.0/HealthChecks.UI.Client.xml" ] }, - "AspNetCore.HealthChecks.UI.Core/8.0.1": { - "sha512": "Vn00MOJ1I0HSqyP7Bt9v0pr0AIgbrXMjL/KFwW+sRwLRogOtep8BWGimd8XYRCbCDLrAi7VSArU02f6pEIw69w==", + "AspNetCore.HealthChecks.UI.Core/9.0.0": { + "sha512": "TVriy4hgYnhfqz6NAzv8qe62Q8wf82iKUL6WV9selqeFZTq1ILi39Sic6sFQegRysvAVcnxKP/vY8z9Fk8x6XQ==", "type": "package", - "path": "aspnetcore.healthchecks.ui.core/8.0.1", + "path": "aspnetcore.healthchecks.ui.core/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "aspnetcore.healthchecks.ui.core.8.0.1.nupkg.sha512", + "aspnetcore.healthchecks.ui.core.9.0.0.nupkg.sha512", "aspnetcore.healthchecks.ui.core.nuspec", "icon.png", - "lib/net6.0/HealthChecks.UI.Core.dll", - "lib/net6.0/HealthChecks.UI.Core.xml" + "lib/net8.0/HealthChecks.UI.Core.dll", + "lib/net8.0/HealthChecks.UI.Core.xml" ] }, - "Autofac/8.1.1": { - "sha512": "lhHjVB/XJtxPDUQ/FAHWAC7Spu+P9TNfDbyx2W0ABqD1eTRo7TkcZ7l7Oq1S5pKNg7NXswdk9uH73qbOzSwQFA==", + "Autofac/9.0.0": { + "sha512": "G8TpUMVIq1pEAMuAao8h5MKduY91SotjgK93wQb5LaxbJUVE0/XjCA6t2SOp+AkPC3GB/C2MAiF2D7krYjraFw==", "type": "package", - "path": "autofac/8.1.1", + "path": "autofac/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", - "autofac.8.1.1.nupkg.sha512", + "autofac.9.0.0.nupkg.sha512", "autofac.nuspec", "icon.png", - "lib/net6.0/Autofac.dll", - "lib/net6.0/Autofac.xml", - "lib/net7.0/Autofac.dll", - "lib/net7.0/Autofac.xml", + "lib/net10.0/Autofac.dll", + "lib/net10.0/Autofac.xml", "lib/net8.0/Autofac.dll", "lib/net8.0/Autofac.xml", "lib/netstandard2.0/Autofac.dll", @@ -4974,15 +5107,15 @@ "lib/netstandard2.1/Autofac.xml" ] }, - "Autofac.Extensions.DependencyInjection/10.0.0": { - "sha512": "ZjR/onUlP7BzQ7VBBigQepWLAyAzi3VRGX3pP6sBqkPRiT61fsTZqbTpRUKxo30TMgbs1o3y6bpLbETix4SJog==", + "Autofac.Extensions.DependencyInjection/9.0.0": { + "sha512": "tf+//4MBola256qaaVQqQ6tx2R57S8A8BFekRWNpHkpSFzRBPkU+/fEDUSrCjqldK/B2zRoDbsMcQmYy3PYGWg==", "type": "package", - "path": "autofac.extensions.dependencyinjection/10.0.0", + "path": "autofac.extensions.dependencyinjection/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", - "autofac.extensions.dependencyinjection.10.0.0.nupkg.sha512", + "autofac.extensions.dependencyinjection.9.0.0.nupkg.sha512", "autofac.extensions.dependencyinjection.nuspec", "icon.png", "lib/net6.0/Autofac.Extensions.DependencyInjection.dll", @@ -5055,34 +5188,32 @@ "lib/netstandard2.0/Azure.Messaging.ServiceBus.xml" ] }, - "Fractions/7.2.1": { - "sha512": "1gVCo18/02ZZOJ+dcpVNMsUHF6cLmltMMskUWl2G1l+0OmTTvcwJZq5/JXIVpvOzPM3gDLombsloGMlTQNcv9g==", + "Fractions/7.3.0": { + "sha512": "2bETFWLBc8b7Ut2SVi+bxhGVwiSpknHYGBh2PADyGWONLkTxT7bKyDRhF8ao+XUv90tq8Fl7GTPxSI5bacIRJw==", "type": "package", - "path": "fractions/7.2.1", + "path": "fractions/7.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Fraction.png", "Readme.md", - "fractions.7.2.1.nupkg.sha512", + "fractions.7.3.0.nupkg.sha512", "fractions.nuspec", "lib/netstandard2.0/Fractions.dll", - "lib/netstandard2.0/Fractions.pdb", "lib/netstandard2.0/Fractions.xml", "lib/netstandard2.1/Fractions.dll", - "lib/netstandard2.1/Fractions.pdb", "lib/netstandard2.1/Fractions.xml", "license.txt" ] }, - "Google.Protobuf/3.28.3": { - "sha512": "OewySX3aQCdKfMJsj2DzBMXQJPI+lm0CBzamU9ViFu3CU9tXYrQWqJ1CZ+/UWtkwOjUeIzbXmoOjRc7B8pbMrA==", + "Google.Protobuf/3.33.1": { + "sha512": "RztiFmX9aOWDwfhxFzx/nS4fjs4DX7ZC7/XBEBl56k15lPGBftvbSwZkeo1mMCJHrNp1kK5iQYrFXB4MqCmBCA==", "type": "package", - "path": "google.protobuf/3.28.3", + "path": "google.protobuf/3.33.1", "files": [ ".nupkg.metadata", ".signature.p7s", - "google.protobuf.3.28.3.nupkg.sha512", + "google.protobuf.3.33.1.nupkg.sha512", "google.protobuf.nuspec", "lib/net45/Google.Protobuf.dll", "lib/net45/Google.Protobuf.pdb", @@ -5098,15 +5229,15 @@ "lib/netstandard2.0/Google.Protobuf.xml" ] }, - "Grpc.AspNetCore.Server/2.70.0": { - "sha512": "9d6JuMLSxwOX4zERV7HBwq1XL8DD48a6FSoxD5dDXrCz/o0HqMXE2+lRcXHckOlz1JCesznW8XMMJdsU1FfY7w==", + "Grpc.AspNetCore.Server/2.71.0": { + "sha512": "kv+9YVB6MqDYWIcstXvWrT7Xc1si/sfINzzSxvQfjC3aei+92gXDUXCH/Q+TEvi4QSICRqu92BYcrXUBW7cuOw==", "type": "package", - "path": "grpc.aspnetcore.server/2.70.0", + "path": "grpc.aspnetcore.server/2.71.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", - "grpc.aspnetcore.server.2.70.0.nupkg.sha512", + "grpc.aspnetcore.server.2.71.0.nupkg.sha512", "grpc.aspnetcore.server.nuspec", "lib/net6.0/Grpc.AspNetCore.Server.dll", "lib/net6.0/Grpc.AspNetCore.Server.pdb", @@ -5123,15 +5254,15 @@ "packageIcon.png" ] }, - "Grpc.Core.Api/2.70.0": { - "sha512": "66UotvWcSIq41oiQhLWcQACyKPM4umxXNiht5DQTLZJfNwEswWOcS7Z0xIEHyNIBE7ZpjotH22bEjTkvhPxmVw==", + "Grpc.Core.Api/2.71.0": { + "sha512": "QquqUC37yxsDzd1QaDRsH2+uuznWPTS8CVE2Yzwl3CvU4geTNkolQXoVN812M2IwT6zpv3jsZRc9ExJFNFslTg==", "type": "package", - "path": "grpc.core.api/2.70.0", + "path": "grpc.core.api/2.71.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", - "grpc.core.api.2.70.0.nupkg.sha512", + "grpc.core.api.2.71.0.nupkg.sha512", "grpc.core.api.nuspec", "lib/net462/Grpc.Core.Api.dll", "lib/net462/Grpc.Core.Api.pdb", @@ -5145,14 +5276,14 @@ "packageIcon.png" ] }, - "Grpc.Net.Common/2.70.0": { - "sha512": "rBdEUMyCwa+iB8mqC6JKyPbj3SBHHkReJj/yy/XKJI63GcG6w9DJMMGTVcYHqq4Ci2W4m0HT4jt2pFfFscar8g==", + "Grpc.Net.Common/2.71.0": { + "sha512": "v0c8R97TwRYwNXlC8GyRXwYTCNufpDfUtj9la+wUrZFzVWkFJuNAltU+c0yI3zu0jl54k7en6u2WKgZgd57r2Q==", "type": "package", - "path": "grpc.net.common/2.70.0", + "path": "grpc.net.common/2.71.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "grpc.net.common.2.70.0.nupkg.sha512", + "grpc.net.common.2.71.0.nupkg.sha512", "grpc.net.common.nuspec", "lib/net6.0/Grpc.Net.Common.dll", "lib/net6.0/Grpc.Net.Common.pdb", @@ -5172,10 +5303,10 @@ "packageIcon.png" ] }, - "Grpc.Tools/2.68.1": { - "sha512": "BZ96s7ijKAhJoRpIK+pqCeLaGaSwyc5/CAZFwgCcBuAnkU2naYvH0P6qnYCkl0pWDY/JBOnE2RvX9IvRX1Yc5Q==", + "Grpc.Tools/2.76.0": { + "sha512": "goRzYZVMgQtyLvkWdgTnPycg49hlNxnMkqGGgR3l7nCOm0bUh0YeAneiJ9JFk3XLgF4suQUdETYkl2Mg/TBr0w==", "type": "package", - "path": "grpc.tools/2.68.1", + "path": "grpc.tools/2.76.0", "hasTools": true, "files": [ ".nupkg.metadata", @@ -5204,7 +5335,7 @@ "build/native/include/google/protobuf/timestamp.proto", "build/native/include/google/protobuf/type.proto", "build/native/include/google/protobuf/wrappers.proto", - "grpc.tools.2.68.1.nupkg.sha512", + "grpc.tools.2.76.0.nupkg.sha512", "grpc.tools.nuspec", "packageIcon.png", "tools/linux_arm64/grpc_csharp_plugin", @@ -5221,59 +5352,21 @@ "tools/windows_x86/protoc.exe" ] }, - "IdentityModel/5.2.0": { - "sha512": "nuhkbaDH9l5QzNJp2MtP3qio57MPtiRneUN8Ocr7od0JvSYaIe3gBj/vxllr11S/Qvu1AG4GZXoyv5469ewYDA==", - "type": "package", - "path": "identitymodel/5.2.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "icon.jpg", - "identitymodel.5.2.0.nupkg.sha512", - "identitymodel.nuspec", - "lib/net461/IdentityModel.dll", - "lib/net461/IdentityModel.pdb", - "lib/net461/IdentityModel.xml", - "lib/net472/IdentityModel.dll", - "lib/net472/IdentityModel.pdb", - "lib/net472/IdentityModel.xml", - "lib/net5.0/IdentityModel.dll", - "lib/net5.0/IdentityModel.pdb", - "lib/net5.0/IdentityModel.xml", - "lib/netstandard2.0/IdentityModel.dll", - "lib/netstandard2.0/IdentityModel.pdb", - "lib/netstandard2.0/IdentityModel.xml" - ] - }, - "IdentityModel.OidcClient/5.2.1": { - "sha512": "OuPhDNAw/EoJVEmYO6/ChZUBcug4OGoGKTKLUyBCsGhlKegxJk25LYQ0EL7GCBMgkEL+BYNJukNZyaJ+JNaWog==", - "type": "package", - "path": "identitymodel.oidcclient/5.2.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "icon.jpg", - "identitymodel.oidcclient.5.2.1.nupkg.sha512", - "identitymodel.oidcclient.nuspec", - "lib/netstandard2.0/IdentityModel.OidcClient.dll", - "lib/netstandard2.0/IdentityModel.OidcClient.xml" - ] - }, - "KubernetesClient/12.1.1": { - "sha512": "Xvc6Kr/W5YUxlMDzy0R80zy+Vd66brS7fSA4COGXu8KZACKPW7+KKS7kxZBLaFYGrUcktXOHpqNNuoukSGcK6A==", + "KubernetesClient/17.0.14": { + "sha512": "FMGWjGtN8WEUKAAQxs96PK2tYvPrvwhoJzay/6HiByVTvHoJ0i9u7ykvYb7E3vLTSlfv26Q2Ktxr41zYCppu8A==", "type": "package", - "path": "kubernetesclient/12.1.1", + "path": "kubernetesclient/17.0.14", "files": [ ".nupkg.metadata", ".signature.p7s", - "kubernetesclient.12.1.1.nupkg.sha512", + "kubernetesclient.17.0.14.nupkg.sha512", "kubernetesclient.nuspec", - "lib/net6.0/KubernetesClient.dll", - "lib/net6.0/KubernetesClient.pdb", - "lib/net6.0/KubernetesClient.xml", - "lib/net7.0/KubernetesClient.dll", - "lib/net7.0/KubernetesClient.pdb", - "lib/net7.0/KubernetesClient.xml", + "lib/net8.0/KubernetesClient.dll", + "lib/net8.0/KubernetesClient.pdb", + "lib/net8.0/KubernetesClient.xml", + "lib/net9.0/KubernetesClient.dll", + "lib/net9.0/KubernetesClient.pdb", + "lib/net9.0/KubernetesClient.xml", "logo.png" ] }, @@ -5297,10 +5390,10 @@ "runtimes/win7-x86/native/libuv.dll" ] }, - "Microsoft.ApplicationInsights/2.22.0": { - "sha512": "3AOM9bZtku7RQwHyMEY3tQMrHIgjcfRDa6YQpd/QG2LDGvMydSlL9Di+8LLMt7J2RDdfJ7/2jdYv6yHcMJAnNw==", + "Microsoft.ApplicationInsights/2.23.0": { + "sha512": "nWArUZTdU7iqZLycLKWe0TDms48KKGE6pONH2terYNa8REXiqixrMOkf1sk5DHGMaUTqONU2YkS4SAXBhLStgw==", "type": "package", - "path": "microsoft.applicationinsights/2.22.0", + "path": "microsoft.applicationinsights/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5314,14 +5407,14 @@ "lib/netstandard2.0/Microsoft.ApplicationInsights.dll", "lib/netstandard2.0/Microsoft.ApplicationInsights.pdb", "lib/netstandard2.0/Microsoft.ApplicationInsights.xml", - "microsoft.applicationinsights.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.2.23.0.nupkg.sha512", "microsoft.applicationinsights.nuspec" ] }, - "Microsoft.ApplicationInsights.AspNetCore/2.22.0": { - "sha512": "OuiZgRDX0zm3a1DRk/GT54ZsyTg8a88n3cpkVEYFJoRhT5X84l2C68BuKrglE0sIj+C0+o2WTR8S21YBD/ZWgA==", + "Microsoft.ApplicationInsights.AspNetCore/2.23.0": { + "sha512": "we/RsIn0Mwf/4ZNGXZixJ0lVD3pqjx2yVeKfqJybgYY/Lib8nnf+8YGJp+ULN3kOk39I0pI/7ZnF9LFy6hS3lw==", "type": "package", - "path": "microsoft.applicationinsights.aspnetcore/2.22.0", + "path": "microsoft.applicationinsights.aspnetcore/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5329,14 +5422,14 @@ "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.dll", "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.pdb", "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.xml", - "microsoft.applicationinsights.aspnetcore.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.aspnetcore.2.23.0.nupkg.sha512", "microsoft.applicationinsights.aspnetcore.nuspec" ] }, - "Microsoft.ApplicationInsights.DependencyCollector/2.22.0": { - "sha512": "gseSmuCshdZqcn5r6EW1Zx52e5/p2RpAsHSanlxs8pq+Pbg1RZP678tXtxfVuHC0fA3MVV852pnfFC7ZGB0jew==", + "Microsoft.ApplicationInsights.DependencyCollector/2.23.0": { + "sha512": "9YRdl9SNbTxd4AafJckyoJLr5gJdnvqFivjo+PY0lQTPEncPB+z3ZABG4iDfxN9HI1aLqyRINr1/7de9Wg8ZuQ==", "type": "package", - "path": "microsoft.applicationinsights.dependencycollector/2.22.0", + "path": "microsoft.applicationinsights.dependencycollector/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5351,14 +5444,14 @@ "lib/netstandard2.0/Microsoft.AI.DependencyCollector.dll", "lib/netstandard2.0/Microsoft.AI.DependencyCollector.pdb", "lib/netstandard2.0/Microsoft.AI.DependencyCollector.xml", - "microsoft.applicationinsights.dependencycollector.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.dependencycollector.2.23.0.nupkg.sha512", "microsoft.applicationinsights.dependencycollector.nuspec" ] }, - "Microsoft.ApplicationInsights.EventCounterCollector/2.22.0": { - "sha512": "/fXUyZIMwaWfETgire4fygaBhY8J+hXvTVhSFXKV0JOFBenzzU4smGW8iRUFhE534a3QrczuFfmfCCkXRKbsNg==", + "Microsoft.ApplicationInsights.EventCounterCollector/2.23.0": { + "sha512": "gGt0JPw2dcSeIAIefyORJBdeMz8KgAFIktu8HV/NwkiGmLyw+YtifLm6B5gvGxO15AeMsGPbmvWEIvLfq88XPw==", "type": "package", - "path": "microsoft.applicationinsights.eventcountercollector/2.22.0", + "path": "microsoft.applicationinsights.eventcountercollector/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5366,30 +5459,30 @@ "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.dll", "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.pdb", "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.xml", - "microsoft.applicationinsights.eventcountercollector.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.eventcountercollector.2.23.0.nupkg.sha512", "microsoft.applicationinsights.eventcountercollector.nuspec" ] }, - "Microsoft.ApplicationInsights.Kubernetes/7.0.0": { - "sha512": "NF7HsDqEPTLkqnm2NyA+xBLE4qzEaY5UEkdhywGeZgI0hjrpbjuFafrZOZPjqMV38WXZ24yv7c4K251+9OgOfw==", + "Microsoft.ApplicationInsights.Kubernetes/8.0.0": { + "sha512": "8KosvcFQZPtdqr9taaDUEKMsr3j4S7r62sze4fs8vkCTD0oDIR5MRtOUBh86zaWsBegqNuN0J8lEiIq2inRopw==", "type": "package", - "path": "microsoft.applicationinsights.kubernetes/7.0.0", + "path": "microsoft.applicationinsights.kubernetes/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "LICENSE", "Readme.Nuget.md", "images/icon.png", - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll", - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.xml", - "microsoft.applicationinsights.kubernetes.7.0.0.nupkg.sha512", + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.dll", + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.xml", + "microsoft.applicationinsights.kubernetes.8.0.0.nupkg.sha512", "microsoft.applicationinsights.kubernetes.nuspec" ] }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.22.0": { - "sha512": "nExsJsbN7694ueUNNBms/UNgza9WH4W/I6i5CnF9ujJ1sp57EL5Uk0NP9MDwlLVtYaaiznKPatVSv3Nu8vAplw==", + "Microsoft.ApplicationInsights.PerfCounterCollector/2.23.0": { + "sha512": "q9ApjZfBS9O8m3aQM2oVjsGBmlE8BCFywT7UR+8aqdNuz7HpoIxw4jHy0XOBergiFX/olrJF4OyPkGxc3H5JHg==", "type": "package", - "path": "microsoft.applicationinsights.perfcountercollector/2.22.0", + "path": "microsoft.applicationinsights.perfcountercollector/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5404,14 +5497,14 @@ "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.dll", "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.pdb", "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.xml", - "microsoft.applicationinsights.perfcountercollector.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.perfcountercollector.2.23.0.nupkg.sha512", "microsoft.applicationinsights.perfcountercollector.nuspec" ] }, - "Microsoft.ApplicationInsights.WindowsServer/2.22.0": { - "sha512": "9k1x1+Kq1fElvcv0o/w9w8tRWAa2Y0f4NPBeHF5b2xCety4GM1yv3K3Ra0lZwO3kW0SHlm9M8nrySuyKQlHyYA==", + "Microsoft.ApplicationInsights.WindowsServer/2.23.0": { + "sha512": "2B8CGfnB/tribkQAqRBhMvJYJK5TkEPMG/BB0QrlxdwVGEufayNLMveXjkQCqld9arXd6wKR1ve2XmkA0+xXKQ==", "type": "package", - "path": "microsoft.applicationinsights.windowsserver/2.22.0", + "path": "microsoft.applicationinsights.windowsserver/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5426,14 +5519,14 @@ "lib/netstandard2.0/Microsoft.AI.WindowsServer.dll", "lib/netstandard2.0/Microsoft.AI.WindowsServer.pdb", "lib/netstandard2.0/Microsoft.AI.WindowsServer.xml", - "microsoft.applicationinsights.windowsserver.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.windowsserver.2.23.0.nupkg.sha512", "microsoft.applicationinsights.windowsserver.nuspec" ] }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.22.0": { - "sha512": "Blb6S8UJSJ/jo6mxeO38gKgui75D2brp5NpXJoZUhyJzfmYsfhn7a4t5f+CDfAKyvie7sQB2FIzeEDQSiRE5zw==", + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.23.0": { + "sha512": "798Dudr4tkujslk1w+XcXOcCErmVsk+nhp+QCHLa3lcgi25vkAxBmzPUeQlRJVCNL/1f4x/YF+vQZ8RSuTXWCw==", "type": "package", - "path": "microsoft.applicationinsights.windowsserver.telemetrychannel/2.22.0", + "path": "microsoft.applicationinsights.windowsserver.telemetrychannel/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5448,7 +5541,7 @@ "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.dll", "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.pdb", "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.xml", - "microsoft.applicationinsights.windowsserver.telemetrychannel.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.windowsserver.telemetrychannel.2.23.0.nupkg.sha512", "microsoft.applicationinsights.windowsserver.telemetrychannel.nuspec" ] }, @@ -5476,6 +5569,7 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.HealthChecks.xml", "microsoft.aspnetcore.diagnostics.healthchecks.2.2.0.nupkg.sha512", "microsoft.aspnetcore.diagnostics.healthchecks.nuspec" ] @@ -5500,6 +5594,7 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.xml", "microsoft.aspnetcore.hosting.2.1.1.nupkg.sha512", "microsoft.aspnetcore.hosting.nuspec" ] @@ -5538,6 +5633,7 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Http.xml", "microsoft.aspnetcore.http.2.1.22.nupkg.sha512", "microsoft.aspnetcore.http.nuspec" ] @@ -5550,6 +5646,7 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.xml", "microsoft.aspnetcore.http.abstractions.2.2.0.nupkg.sha512", "microsoft.aspnetcore.http.abstractions.nuspec" ] @@ -5562,6 +5659,7 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.xml", "microsoft.aspnetcore.http.extensions.2.1.1.nupkg.sha512", "microsoft.aspnetcore.http.extensions.nuspec" ] @@ -5574,6 +5672,7 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.xml", "microsoft.aspnetcore.http.features.2.2.0.nupkg.sha512", "microsoft.aspnetcore.http.features.nuspec" ] @@ -5621,6 +5720,7 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.xml", "microsoft.aspnetcore.webutilities.2.1.1.nupkg.sha512", "microsoft.aspnetcore.webutilities.nuspec" ] @@ -5656,8 +5756,10 @@ ".signature.p7s", "lib/net452/Microsoft.Azure.KeyVault.dll", "lib/net452/Microsoft.Azure.KeyVault.runtimeconfig.json", + "lib/net452/Microsoft.Azure.KeyVault.xml", "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll", "lib/netstandard1.4/Microsoft.Azure.KeyVault.runtimeconfig.json", + "lib/netstandard1.4/Microsoft.Azure.KeyVault.xml", "microsoft.azure.keyvault.2.3.2.nupkg.sha512", "microsoft.azure.keyvault.nuspec" ] @@ -5671,8 +5773,10 @@ ".signature.p7s", "lib/net452/Microsoft.Azure.KeyVault.WebKey.dll", "lib/net452/Microsoft.Azure.KeyVault.WebKey.runtimeconfig.json", + "lib/net452/Microsoft.Azure.KeyVault.WebKey.xml", "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll", "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.runtimeconfig.json", + "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.xml", "microsoft.azure.keyvault.webkey.2.0.7.nupkg.sha512", "microsoft.azure.keyvault.webkey.nuspec" ] @@ -5703,8 +5807,10 @@ "build/Microsoft.Azure.Services.AppAuthentication.targets", "lib/net452/Microsoft.Azure.Services.AppAuthentication.dll", "lib/net452/Microsoft.Azure.Services.AppAuthentication.runtimeconfig.json", + "lib/net452/Microsoft.Azure.Services.AppAuthentication.xml", "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll", "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.runtimeconfig.json", + "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.xml", "microsoft.azure.services.appauthentication.1.0.3.nupkg.sha512", "microsoft.azure.services.appauthentication.nuspec" ] @@ -5762,7 +5868,9 @@ ".signature.p7s", "ThirdPartyNotices.rtf", "lib/net45/Microsoft.CodeAnalysis.dll", + "lib/net45/Microsoft.CodeAnalysis.xml", "lib/netstandard1.3/Microsoft.CodeAnalysis.dll", + "lib/netstandard1.3/Microsoft.CodeAnalysis.xml", "lib/portable-net45+win8/Microsoft.CodeAnalysis.dll", "lib/portable-net45+win8/Microsoft.CodeAnalysis.xml", "microsoft.codeanalysis.common.1.3.0.nupkg.sha512", @@ -5778,7 +5886,9 @@ ".signature.p7s", "ThirdPartyNotices.rtf", "lib/net45/Microsoft.CodeAnalysis.CSharp.dll", + "lib/net45/Microsoft.CodeAnalysis.CSharp.xml", "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll", + "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.xml", "lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.dll", "lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.xml", "microsoft.codeanalysis.csharp.1.3.0.nupkg.sha512", @@ -5794,7 +5904,9 @@ ".signature.p7s", "ThirdPartyNotices.rtf", "lib/net45/Microsoft.CodeAnalysis.VisualBasic.dll", + "lib/net45/Microsoft.CodeAnalysis.VisualBasic.xml", "lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.dll", + "lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.xml", "lib/portable-net45+win8/Microsoft.CodeAnalysis.VisualBasic.dll", "lib/portable-net45+win8/Microsoft.CodeAnalysis.VisualBasic.xml", "microsoft.codeanalysis.visualbasic.1.3.0.nupkg.sha512", @@ -6129,10 +6241,10 @@ "microsoft.extensions.caching.memory.nuspec" ] }, - "Microsoft.Extensions.Configuration/9.0.0": { - "sha512": "YIMO9T3JL8MeEXgVozKt2v79hquo/EFtnY0vgxmLnUvk1Rei/halI7kOWZL2RBeV9FMGzgM9LZA8CVaNwFMaNA==", + "Microsoft.Extensions.Configuration/9.0.2": { + "sha512": "EBZW+u96tApIvNtjymXEIS44tH0I/jNwABHo4c33AchWOiDWCq2rL3klpnIo+xGrxoVGJzPDISV6hZ+a9C9SzQ==", "type": "package", - "path": "microsoft.extensions.configuration/9.0.0", + "path": "microsoft.extensions.configuration/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6152,15 +6264,15 @@ "lib/net9.0/Microsoft.Extensions.Configuration.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.xml", - "microsoft.extensions.configuration.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "sha512": "lqvd7W3FGKUO1+ZoUEMaZ5XDJeWvjpy2/M/ptCGz3tXLD4HWVaSzjufsAsjemasBEg+2SxXVtYVvGt5r2nKDlg==", + "Microsoft.Extensions.Configuration.Abstractions/9.0.7": { + "sha512": "lut/kiVvNsQ120VERMUYSFhpXPpKjjql+giy03LesASPBBcC0o6+aoFdzJH9GaYpFTQ3fGVhVjKjvJDoAW5/IQ==", "type": "package", - "path": "microsoft.extensions.configuration.abstractions/9.0.0", + "path": "microsoft.extensions.configuration.abstractions/9.0.7", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6180,7 +6292,7 @@ "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.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.abstractions.9.0.7.nupkg.sha512", "microsoft.extensions.configuration.abstractions.nuspec", "useSharedDesignerContext.txt" ] @@ -6199,10 +6311,10 @@ "microsoft.extensions.configuration.azurekeyvault.nuspec" ] }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "sha512": "RiScL99DcyngY9zJA2ROrri7Br8tn5N4hP4YNvGdTN/bvg1A3dwvDOxHnNZ3Im7x2SJ5i4LkX1uPiR/MfSFBLQ==", + "Microsoft.Extensions.Configuration.Binder/9.0.2": { + "sha512": "krJ04xR0aPXrOf5dkNASg6aJjsdzexvsMRL6UNOUjiTzqBvRr95sJ1owoKEm89bSONQCfZNhHrAFV9ahDqIPIw==", "type": "package", - "path": "microsoft.extensions.configuration.binder/9.0.0", + "path": "microsoft.extensions.configuration.binder/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6233,34 +6345,43 @@ "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.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.binder.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.binder.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.CommandLine/6.0.0": { - "sha512": "3nL1qCkZ1Oxx14ZTzgo4MmlO7tso7F+TtMZAY2jUAtTLyAcDp+EDjk3RqafoKiNaePyPvvlleEcBxh3b2Hzl1g==", + "Microsoft.Extensions.Configuration.CommandLine/9.0.2": { + "sha512": "Mud3j7RS/ZBnuk4f0KXemdQCQIke+vIgSTXuGL5cMvXyl2EgipnMCOxG9ZUn+xq0itg3altzE9MuMB0Lx0Emxw==", "type": "package", - "path": "microsoft.extensions.configuration.commandline/6.0.0", + "path": "microsoft.extensions.configuration.commandline/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Configuration.CommandLine.dll", - "lib/net461/Microsoft.Extensions.Configuration.CommandLine.xml", + "buildTransitive/net461/Microsoft.Extensions.Configuration.CommandLine.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.CommandLine.targets", + "lib/net462/Microsoft.Extensions.Configuration.CommandLine.dll", + "lib/net462/Microsoft.Extensions.Configuration.CommandLine.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.CommandLine.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.CommandLine.xml", + "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll", + "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.xml", - "microsoft.extensions.configuration.commandline.6.0.0.nupkg.sha512", + "microsoft.extensions.configuration.commandline.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.commandline.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "sha512": "v5R638eNMxksfXb7MFnkPwLPp+Ym4W/SIGNuoe8qFVVyvygQD5DdLusybmYSJEr9zc1UzWzim/ATKeIOVvOFDg==", + "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.2": { + "sha512": "LZPspiDA0/pBv9JOI17Xdm7DkiRlfnyca2r/QIYu4ApJPe05E+aOphtVj0ncvlnrjGlSsd6JZhKQb9+NeHzM5A==", "type": "package", - "path": "microsoft.extensions.configuration.environmentvariables/9.0.0", + "path": "microsoft.extensions.configuration.environmentvariables/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6280,15 +6401,15 @@ "lib/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", - "microsoft.extensions.configuration.environmentvariables.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.environmentvariables.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.environmentvariables.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "sha512": "4EK93Jcd2lQG4GY6PAw8jGss0ZzFP0vPc1J85mES5fKNuDTqgFXHba9onBw2s18fs3I4vdo2AWyfD1mPAxWSQQ==", + "Microsoft.Extensions.Configuration.FileExtensions/9.0.2": { + "sha512": "tPgue19a0G+8Vb1ShCj4PmhjvVaEOfFb1L89WCr5aEpY1JUgIuYWsfELKf92Njwg53o4C+yWbE4UqbyQtLpKTg==", "type": "package", - "path": "microsoft.extensions.configuration.fileextensions/9.0.0", + "path": "microsoft.extensions.configuration.fileextensions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6308,15 +6429,15 @@ "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "microsoft.extensions.configuration.fileextensions.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.fileextensions.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.fileextensions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "sha512": "WiTK0LrnsqmedrbzwL7f4ZUo+/wByqy2eKab39I380i2rd8ImfCRMrtkqJVGDmfqlkP/YzhckVOwPc5MPrSNpg==", + "Microsoft.Extensions.Configuration.Json/9.0.2": { + "sha512": "u2eIYagO91VmRbKYQ5pmElWC6JWX7GPQbP57EX09zzFcI1ZMPDCykr07ikPB4ecgBZzG+UAhTcViTLe0gSF4WQ==", "type": "package", - "path": "microsoft.extensions.configuration.json/9.0.0", + "path": "microsoft.extensions.configuration.json/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6338,36 +6459,47 @@ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.xml", "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll", "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.xml", - "microsoft.extensions.configuration.json.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.json.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.json.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.UserSecrets/6.0.1": { - "sha512": "Fy8yr4V6obi7ZxvKYI1i85jqtwMq8tqyxQVZpRSkgeA8enqy/KvBIMdcuNdznlxQMZa72mvbHqb7vbg4Pyx95w==", + "Microsoft.Extensions.Configuration.UserSecrets/9.0.2": { + "sha512": "vUBGgnHmmpjtWzmq2z9idJpnOrrStgYqUlqLn1MuSyFkAedeyR8A0I57BdThP060eBEYfhKEBjXaAB/jKmCtiw==", "type": "package", - "path": "microsoft.extensions.configuration.usersecrets/6.0.1", + "path": "microsoft.extensions.configuration.usersecrets/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.UserSecrets.targets", + "buildTransitive/net462/Microsoft.Extensions.Configuration.UserSecrets.props", + "buildTransitive/net462/Microsoft.Extensions.Configuration.UserSecrets.targets", + "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.props", + "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.targets", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.UserSecrets.targets", "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.props", "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.targets", - "lib/net461/Microsoft.Extensions.Configuration.UserSecrets.dll", - "lib/net461/Microsoft.Extensions.Configuration.UserSecrets.xml", + "lib/net462/Microsoft.Extensions.Configuration.UserSecrets.dll", + "lib/net462/Microsoft.Extensions.Configuration.UserSecrets.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.UserSecrets.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.UserSecrets.xml", + "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll", + "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.xml", - "microsoft.extensions.configuration.usersecrets.6.0.1.nupkg.sha512", + "microsoft.extensions.configuration.usersecrets.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.usersecrets.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "sha512": "MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==", + "Microsoft.Extensions.DependencyInjection/9.0.2": { + "sha512": "ZffbJrskOZ40JTzcTyKwFHS5eACSWp2bUQBBApIgGV+es8RaTD4OxUG7XxFr3RIPLXtYQ1jQzF2DjKB5fZn7Qg==", "type": "package", - "path": "microsoft.extensions.dependencyinjection/9.0.0", + "path": "microsoft.extensions.dependencyinjection/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6389,15 +6521,15 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.dependencyinjection.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { - "sha512": "+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==", + "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.2": { + "sha512": "MNe7GSTBf3jQx5vYrXF0NZvn6l7hUKF6J54ENfAgCO8y6xjN1XUmKKWG464LP2ye6QqDiA1dkaWEZBYnhoZzjg==", "type": "package", - "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0", + "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6419,15 +6551,15 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.dependencyinjection.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyModel/8.0.2": { - "sha512": "mUBDZZRgZrSyFOsJ2qJJ9fXfqd/kXJwf3AiDoqLD9m6TjY5OO/vLNOb9fb4juC0487eq4hcGN/M2Rh/CKS7QYw==", + "Microsoft.Extensions.DependencyModel/9.0.0": { + "sha512": "saxr2XzwgDU77LaQfYFXmddEDRUKHF4DaGMZkNB3qjdVSZlax3//dGJagJkKrGMIPNZs2jVFXITyCCR6UHJNdA==", "type": "package", - "path": "microsoft.extensions.dependencymodel/8.0.2", + "path": "microsoft.extensions.dependencymodel/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6437,27 +6569,25 @@ "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets", "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets", "lib/net462/Microsoft.Extensions.DependencyModel.dll", "lib/net462/Microsoft.Extensions.DependencyModel.xml", - "lib/net6.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net6.0/Microsoft.Extensions.DependencyModel.xml", - "lib/net7.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net7.0/Microsoft.Extensions.DependencyModel.xml", "lib/net8.0/Microsoft.Extensions.DependencyModel.dll", "lib/net8.0/Microsoft.Extensions.DependencyModel.xml", + "lib/net9.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net9.0/Microsoft.Extensions.DependencyModel.xml", "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", - "microsoft.extensions.dependencymodel.8.0.2.nupkg.sha512", + "microsoft.extensions.dependencymodel.9.0.0.nupkg.sha512", "microsoft.extensions.dependencymodel.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DiagnosticAdapter/3.1.27": { - "sha512": "IHJmvjE3X+PJLlbRvZHnzVO2CglI9FARYgTPbbUNN85gS4jqS0EM/dGhZGwQpr3P4X0/V/OUtmgHvBipS4KTwQ==", + "Microsoft.Extensions.DiagnosticAdapter/3.1.32": { + "sha512": "oDv3wt+Q5cmaSfOQ3Cdu6dF6sn/x5gzWdNpOq4ajBwCMWYBr6CchncDvB9pF83ORlbDuX32MsVLOPGPxW4Lx4g==", "type": "package", - "path": "microsoft.extensions.diagnosticadapter/3.1.27", + "path": "microsoft.extensions.diagnosticadapter/3.1.32", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6468,14 +6598,41 @@ "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.xml", "lib/netstandard2.0/Microsoft.Extensions.DiagnosticAdapter.dll", "lib/netstandard2.0/Microsoft.Extensions.DiagnosticAdapter.xml", - "microsoft.extensions.diagnosticadapter.3.1.27.nupkg.sha512", + "microsoft.extensions.diagnosticadapter.3.1.32.nupkg.sha512", "microsoft.extensions.diagnosticadapter.nuspec" ] }, - "Microsoft.Extensions.Diagnostics.Abstractions/8.0.0": { - "sha512": "JHYCQG7HmugNYUhOl368g+NMxYE/N/AiclCYRNlgCY9eVyiBkOHMwK4x60RYMxv9EL3+rmj1mqHvdCiPpC+D4Q==", + "Microsoft.Extensions.Diagnostics/9.0.2": { + "sha512": "kwFWk6DPaj1Roc0CExRv+TTwjsiERZA730jQIPlwCcS5tMaCAQtaGfwAK0z8CMFpVTiT+MgKXpd/P50qVCuIgg==", + "type": "package", + "path": "microsoft.extensions.diagnostics/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Diagnostics.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Diagnostics.targets", + "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.9.0.2.nupkg.sha512", + "microsoft.extensions.diagnostics.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Diagnostics.Abstractions/9.0.2": { + "sha512": "kFwIZEC/37cwKuEm/nXvjF7A/Myz9O7c7P9Csgz6AOiiDE62zdOG5Bu7VkROu1oMYaX0wgijPJ5LqVt6+JKjVg==", "type": "package", - "path": "microsoft.extensions.diagnostics.abstractions/8.0.0", + "path": "microsoft.extensions.diagnostics.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6484,27 +6641,25 @@ "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/Microsoft.Extensions.Diagnostics.Abstractions.targets", "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Diagnostics.Abstractions.targets", "lib/net462/Microsoft.Extensions.Diagnostics.Abstractions.dll", "lib/net462/Microsoft.Extensions.Diagnostics.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.Diagnostics.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.Diagnostics.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Diagnostics.Abstractions.dll", - "lib/net7.0/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.8.0.0.nupkg.sha512", + "microsoft.extensions.diagnostics.abstractions.9.0.2.nupkg.sha512", "microsoft.extensions.diagnostics.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Diagnostics.HealthChecks/8.0.0": { - "sha512": "P9SoBuVZhJPpALZmSq72aQEb9ryP67EdquaCZGXGrrcASTNHYdrUhnpgSwIipgM5oVC+dKpRXg5zxobmF9xr5g==", + "Microsoft.Extensions.Diagnostics.HealthChecks/8.0.11": { + "sha512": "zLgN22Zp9pk8RHlwssRTexw4+a6wqOnKWN+VejdPn5Yhjql4XiBhkFo35Nu8mmqHIk/UEmmCnMGLWq75aFfkOw==", "type": "package", - "path": "microsoft.extensions.diagnostics.healthchecks/8.0.0", + "path": "microsoft.extensions.diagnostics.healthchecks/8.0.11", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6516,14 +6671,14 @@ "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.xml", "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll", "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.xml", - "microsoft.extensions.diagnostics.healthchecks.8.0.0.nupkg.sha512", + "microsoft.extensions.diagnostics.healthchecks.8.0.11.nupkg.sha512", "microsoft.extensions.diagnostics.healthchecks.nuspec" ] }, - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/8.0.0": { - "sha512": "AT2qqos3IgI09ok36Qag9T8bb6kHJ3uT9Q5ki6CySybFsK6/9JbvQAgAHf1pVEjST0/N4JaFaCbm40R5edffwg==", + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/8.0.11": { + "sha512": "So3JUdRxozRjvQ3cxU6F3nI/i4emDnjane6yMYcJhvTTTu29ltlIdoXjkFGRceIWz8yKvuEpzXItZ0x5GvN2nQ==", "type": "package", - "path": "microsoft.extensions.diagnostics.healthchecks.abstractions/8.0.0", + "path": "microsoft.extensions.diagnostics.healthchecks.abstractions/8.0.11", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6535,14 +6690,14 @@ "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.xml", "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll", "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.xml", - "microsoft.extensions.diagnostics.healthchecks.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.diagnostics.healthchecks.abstractions.8.0.11.nupkg.sha512", "microsoft.extensions.diagnostics.healthchecks.abstractions.nuspec" ] }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "sha512": "uK439QzYR0q2emLVtYzwyK3x+T5bTY4yWsd/k/ZUS9LR6Sflp8MIdhGXW8kQCd86dQD4tLqvcbLkku8qHY263Q==", + "Microsoft.Extensions.FileProviders.Abstractions/9.0.2": { + "sha512": "IcOBmTlr2jySswU+3x8c3ql87FRwTVPQgVKaV5AXzPT5u0VItfNU8SMbESpdSp5STwxT/1R99WYszgHWsVkzhg==", "type": "package", - "path": "microsoft.extensions.fileproviders.abstractions/9.0.0", + "path": "microsoft.extensions.fileproviders.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6562,15 +6717,15 @@ "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.xml", "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll", "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml", - "microsoft.extensions.fileproviders.abstractions.9.0.0.nupkg.sha512", + "microsoft.extensions.fileproviders.abstractions.9.0.2.nupkg.sha512", "microsoft.extensions.fileproviders.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "sha512": "3+ZUSpOSmie+o8NnLIRqCxSh65XL/ExU7JYnFOg58awDRlY3lVpZ9A369jkoZL1rpsq7LDhEfkn2ghhGaY1y5Q==", + "Microsoft.Extensions.FileProviders.Physical/9.0.2": { + "sha512": "WcPkJx/OAaXG5xHvxYsoLY8qGsyCfHWsbDJtfMtHRWtceF/EmqAsqkHYsouh82gjxdZwfySvj3nGVi8AkwlYhA==", "type": "package", - "path": "microsoft.extensions.fileproviders.physical/9.0.0", + "path": "microsoft.extensions.fileproviders.physical/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6590,15 +6745,15 @@ "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.xml", "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll", "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.xml", - "microsoft.extensions.fileproviders.physical.9.0.0.nupkg.sha512", + "microsoft.extensions.fileproviders.physical.9.0.2.nupkg.sha512", "microsoft.extensions.fileproviders.physical.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": { - "sha512": "jGFKZiXs2HNseK3NK/rfwHNNovER71jSj4BD1a/649ml9+h6oEtYd0GSALZDNW8jZ2Rh+oAeadOa6sagYW1F2A==", + "Microsoft.Extensions.FileSystemGlobbing/9.0.2": { + "sha512": "wAjk+6rvvU4WesskJ6rJX1FYL/S9zvnpqMai/pXb07+gtXpO7DhFfuKzYHwkKN3HAUq2W4CD+YLYenHwAS3DCA==", "type": "package", - "path": "microsoft.extensions.filesystemglobbing/9.0.0", + "path": "microsoft.extensions.filesystemglobbing/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6618,7 +6773,7 @@ "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.xml", "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll", "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "microsoft.extensions.filesystemglobbing.9.0.0.nupkg.sha512", + "microsoft.extensions.filesystemglobbing.9.0.2.nupkg.sha512", "microsoft.extensions.filesystemglobbing.nuspec", "useSharedDesignerContext.txt" ] @@ -6635,35 +6790,40 @@ "microsoft.extensions.healthchecks.nuspec" ] }, - "Microsoft.Extensions.Hosting/6.0.1": { - "sha512": "hbmizc9KPWOacLU8Z8YMaBG6KWdZFppczYV/KwnPGU/8xebWxQxdDeJmLOgg968prb7g2oQgnp6JVLX6lgby8g==", + "Microsoft.Extensions.Hosting/9.0.2": { + "sha512": "h1lUeBuj0Cecg4c0BHpr1jR2UIqr80bGK+eLp4tq4bV13mSvS2juoNfi3Rsv0xV7bXY8HigUndnj6Xk2+4VdFw==", "type": "package", - "path": "microsoft.extensions.hosting/6.0.1", + "path": "microsoft.extensions.hosting/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Hosting.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Hosting.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/Microsoft.Extensions.Hosting.dll", - "lib/net461/Microsoft.Extensions.Hosting.xml", - "lib/net6.0/Microsoft.Extensions.Hosting.dll", - "lib/net6.0/Microsoft.Extensions.Hosting.xml", + "lib/net462/Microsoft.Extensions.Hosting.dll", + "lib/net462/Microsoft.Extensions.Hosting.xml", + "lib/net8.0/Microsoft.Extensions.Hosting.dll", + "lib/net8.0/Microsoft.Extensions.Hosting.xml", + "lib/net9.0/Microsoft.Extensions.Hosting.dll", + "lib/net9.0/Microsoft.Extensions.Hosting.xml", "lib/netstandard2.0/Microsoft.Extensions.Hosting.dll", "lib/netstandard2.0/Microsoft.Extensions.Hosting.xml", "lib/netstandard2.1/Microsoft.Extensions.Hosting.dll", "lib/netstandard2.1/Microsoft.Extensions.Hosting.xml", - "microsoft.extensions.hosting.6.0.1.nupkg.sha512", + "microsoft.extensions.hosting.9.0.2.nupkg.sha512", "microsoft.extensions.hosting.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Hosting.Abstractions/8.0.0": { - "sha512": "AG7HWwVRdCHlaA++1oKDxLsXIBxmDpMPb3VoyOoAghEWnkUvEAdYQUwnV4jJbAaa/nMYNiEh5ByoLauZBEiovg==", + "Microsoft.Extensions.Hosting.Abstractions/9.0.2": { + "sha512": "PvjZW6CMdZbPbOwKsQXYN5VPtIWZQqdTRuBPZiW3skhU3hymB17XSlLVC4uaBbDZU+/3eHG3p80y+MzZxZqR7Q==", "type": "package", - "path": "microsoft.extensions.hosting.abstractions/8.0.0", + "path": "microsoft.extensions.hosting.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6673,45 +6833,27 @@ "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/Microsoft.Extensions.Hosting.Abstractions.targets", "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Hosting.Abstractions.targets", "lib/net462/Microsoft.Extensions.Hosting.Abstractions.dll", "lib/net462/Microsoft.Extensions.Hosting.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.Hosting.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.Hosting.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Hosting.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.Hosting.Abstractions.xml", "lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll", "lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.xml", + "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll", + "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.xml", "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll", "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.xml", "lib/netstandard2.1/Microsoft.Extensions.Hosting.Abstractions.dll", "lib/netstandard2.1/Microsoft.Extensions.Hosting.Abstractions.xml", - "microsoft.extensions.hosting.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.hosting.abstractions.9.0.2.nupkg.sha512", "microsoft.extensions.hosting.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Http/3.1.0": { - "sha512": "DLigdcV0nYaT6/ly0rnfP80BnXq8NNd/h8/SkfY39uio7Bd9LauVntp6RcRh1Kj23N+uf80GgL7Win6P3BCtoQ==", - "type": "package", - "path": "microsoft.extensions.http/3.1.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/netcoreapp3.1/Microsoft.Extensions.Http.dll", - "lib/netcoreapp3.1/Microsoft.Extensions.Http.xml", - "lib/netstandard2.0/Microsoft.Extensions.Http.dll", - "lib/netstandard2.0/Microsoft.Extensions.Http.xml", - "microsoft.extensions.http.3.1.0.nupkg.sha512", - "microsoft.extensions.http.nuspec", - "packageIcon.png" - ] - }, - "Microsoft.Extensions.Logging/9.0.0": { - "sha512": "crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==", + "Microsoft.Extensions.Logging/9.0.2": { + "sha512": "loV/0UNpt2bD+6kCDzFALVE63CDtqzPeC0LAetkdhiEr/tTNbvOlQ7CBResH7BQBd3cikrwiBfaHdyHMFUlc2g==", "type": "package", - "path": "microsoft.extensions.logging/9.0.0", + "path": "microsoft.extensions.logging/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6733,15 +6875,15 @@ "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", - "microsoft.extensions.logging.9.0.0.nupkg.sha512", + "microsoft.extensions.logging.9.0.2.nupkg.sha512", "microsoft.extensions.logging.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "sha512": "g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==", + "Microsoft.Extensions.Logging.Abstractions/9.0.2": { + "sha512": "dV9s2Lamc8jSaqhl2BQSPn/AryDIH2sSbQUyLitLXV0ROmsb+SROnn2cH939JFbsNrnf3mIM3GNRKT7P0ldwLg==", "type": "package", - "path": "microsoft.extensions.logging.abstractions/9.0.0", + "path": "microsoft.extensions.logging.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6804,15 +6946,15 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.logging.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.ApplicationInsights/2.22.0": { - "sha512": "5OmXub+9MyX8FbqgO+hBJRHk1iJ+UZUU20oIU3wo+RbmH6Jtsja79rriHLlzlrkMzWbpCkCzF6f4Yb6iGbsDag==", + "Microsoft.Extensions.Logging.ApplicationInsights/2.23.0": { + "sha512": "JLEabPz445i1yRB0hKZVzJJE35QatRIzWlrMOiBQXr9kBJod0jkpkrBf94ln6kXu+jlEGohnXtuXacPPhybJDw==", "type": "package", - "path": "microsoft.extensions.logging.applicationinsights/2.22.0", + "path": "microsoft.extensions.logging.applicationinsights/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6820,7 +6962,7 @@ "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.pdb", "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.xml", - "microsoft.extensions.logging.applicationinsights.2.22.0.nupkg.sha512", + "microsoft.extensions.logging.applicationinsights.2.23.0.nupkg.sha512", "microsoft.extensions.logging.applicationinsights.nuspec" ] }, @@ -6843,10 +6985,10 @@ "microsoft.extensions.logging.azureappservices.nuspec" ] }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "sha512": "H05HiqaNmg6GjH34ocYE9Wm1twm3Oz2aXZko8GTwGBzM7op2brpAA8pJ5yyD1OpS1mXUtModBYOlcZ/wXeWsSg==", + "Microsoft.Extensions.Logging.Configuration/9.0.2": { + "sha512": "pnwYZE7U6d3Y6iMVqADOAUUMMBGYAQPsT3fMwVr/V1Wdpe5DuVGFcViZavUthSJ5724NmelIl1cYy+kRfKfRPQ==", "type": "package", - "path": "microsoft.extensions.logging.configuration/9.0.0", + "path": "microsoft.extensions.logging.configuration/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6865,122 +7007,138 @@ "lib/net9.0/Microsoft.Extensions.Logging.Configuration.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.xml", - "microsoft.extensions.logging.configuration.9.0.0.nupkg.sha512", + "microsoft.extensions.logging.configuration.9.0.2.nupkg.sha512", "microsoft.extensions.logging.configuration.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.Console/6.0.0": { - "sha512": "gsqKzOEdsvq28QiXFxagmn1oRB9GeI5GgYCkoybZtQA0IUb7QPwf1WmN3AwJeNIsadTvIFQCiVK0OVIgKfOBGg==", + "Microsoft.Extensions.Logging.Console/9.0.2": { + "sha512": "eoMjwiM0WpkVGSxzjo/f94ShreFLYhPMjfkOG04WOb8fq/TztpcWaU8XAkMMWZ+mYSbFYln+FBwUOEriXR4jtA==", "type": "package", - "path": "microsoft.extensions.logging.console/6.0.0", + "path": "microsoft.extensions.logging.console/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Logging.Console.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Console.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/Microsoft.Extensions.Logging.Console.dll", - "lib/net461/Microsoft.Extensions.Logging.Console.xml", - "lib/net6.0/Microsoft.Extensions.Logging.Console.dll", - "lib/net6.0/Microsoft.Extensions.Logging.Console.xml", - "lib/netcoreapp3.1/Microsoft.Extensions.Logging.Console.dll", - "lib/netcoreapp3.1/Microsoft.Extensions.Logging.Console.xml", + "lib/net462/Microsoft.Extensions.Logging.Console.dll", + "lib/net462/Microsoft.Extensions.Logging.Console.xml", + "lib/net8.0/Microsoft.Extensions.Logging.Console.dll", + "lib/net8.0/Microsoft.Extensions.Logging.Console.xml", + "lib/net9.0/Microsoft.Extensions.Logging.Console.dll", + "lib/net9.0/Microsoft.Extensions.Logging.Console.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.Console.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.Console.xml", - "microsoft.extensions.logging.console.6.0.0.nupkg.sha512", + "microsoft.extensions.logging.console.9.0.2.nupkg.sha512", "microsoft.extensions.logging.console.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.Debug/6.0.0": { - "sha512": "M9g/JixseSZATJE9tcMn9uzoD4+DbSglivFqVx8YkRJ7VVPmnvCEbOZ0AAaxsL1EKyI4cz07DXOOJExxNsUOHw==", + "Microsoft.Extensions.Logging.Debug/9.0.2": { + "sha512": "dSrVF+zWBaTS6wANuyjU2avNQMinFdOGpNRXey8jRtMCuKYubtx/f0ZEI6BU/FuQ48wXP4F/SlBE1Khs2G5v/g==", "type": "package", - "path": "microsoft.extensions.logging.debug/6.0.0", + "path": "microsoft.extensions.logging.debug/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Logging.Debug.dll", - "lib/net461/Microsoft.Extensions.Logging.Debug.xml", + "buildTransitive/net461/Microsoft.Extensions.Logging.Debug.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Debug.targets", + "lib/net462/Microsoft.Extensions.Logging.Debug.dll", + "lib/net462/Microsoft.Extensions.Logging.Debug.xml", + "lib/net8.0/Microsoft.Extensions.Logging.Debug.dll", + "lib/net8.0/Microsoft.Extensions.Logging.Debug.xml", + "lib/net9.0/Microsoft.Extensions.Logging.Debug.dll", + "lib/net9.0/Microsoft.Extensions.Logging.Debug.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.xml", - "microsoft.extensions.logging.debug.6.0.0.nupkg.sha512", + "microsoft.extensions.logging.debug.9.0.2.nupkg.sha512", "microsoft.extensions.logging.debug.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.EventLog/6.0.0": { - "sha512": "rlo0RxlMd0WtLG3CHI0qOTp6fFn7MvQjlrCjucA31RqmiMFCZkF8CHNbe8O7tbBIyyoLGWB1he9CbaA5iyHthg==", + "Microsoft.Extensions.Logging.EventLog/9.0.2": { + "sha512": "4u7CexvjWr7eGUAvQOfyJUQ1+PgcWIGYajYXB+CgVI3qTMoi++8evZmuXQ/PSiKJ+SDeJXHoYDKbpmXq/aCwEg==", "type": "package", - "path": "microsoft.extensions.logging.eventlog/6.0.0", + "path": "microsoft.extensions.logging.eventlog/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Logging.EventLog.dll", - "lib/net461/Microsoft.Extensions.Logging.EventLog.xml", + "buildTransitive/net461/Microsoft.Extensions.Logging.EventLog.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.EventLog.targets", + "lib/net462/Microsoft.Extensions.Logging.EventLog.dll", + "lib/net462/Microsoft.Extensions.Logging.EventLog.xml", + "lib/net8.0/Microsoft.Extensions.Logging.EventLog.dll", + "lib/net8.0/Microsoft.Extensions.Logging.EventLog.xml", + "lib/net9.0/Microsoft.Extensions.Logging.EventLog.dll", + "lib/net9.0/Microsoft.Extensions.Logging.EventLog.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.EventLog.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.EventLog.xml", - "microsoft.extensions.logging.eventlog.6.0.0.nupkg.sha512", + "microsoft.extensions.logging.eventlog.9.0.2.nupkg.sha512", "microsoft.extensions.logging.eventlog.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.EventSource/6.0.0": { - "sha512": "BeDyyqt7nkm/nr+Gdk+L8n1tUT/u33VkbXAOesgYSNsxDM9hJ1NOBGoZfj9rCbeD2+9myElI6JOVVFmnzgeWQA==", + "Microsoft.Extensions.Logging.EventSource/9.0.2": { + "sha512": "DvT/+kEL+aydUYSuGamH4YRJ8uDlFiMIcT82A3OsQGZ+lxiPZgTqqu1mYkSz5VMOx3J1+8vjFd2IzA89JkS/oQ==", "type": "package", - "path": "microsoft.extensions.logging.eventsource/6.0.0", + "path": "microsoft.extensions.logging.eventsource/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Logging.EventSource.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.EventSource.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/Microsoft.Extensions.Logging.EventSource.dll", - "lib/net461/Microsoft.Extensions.Logging.EventSource.xml", - "lib/net6.0/Microsoft.Extensions.Logging.EventSource.dll", - "lib/net6.0/Microsoft.Extensions.Logging.EventSource.xml", - "lib/netcoreapp3.1/Microsoft.Extensions.Logging.EventSource.dll", - "lib/netcoreapp3.1/Microsoft.Extensions.Logging.EventSource.xml", + "lib/net462/Microsoft.Extensions.Logging.EventSource.dll", + "lib/net462/Microsoft.Extensions.Logging.EventSource.xml", + "lib/net8.0/Microsoft.Extensions.Logging.EventSource.dll", + "lib/net8.0/Microsoft.Extensions.Logging.EventSource.xml", + "lib/net9.0/Microsoft.Extensions.Logging.EventSource.dll", + "lib/net9.0/Microsoft.Extensions.Logging.EventSource.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.xml", - "microsoft.extensions.logging.eventsource.6.0.0.nupkg.sha512", + "microsoft.extensions.logging.eventsource.9.0.2.nupkg.sha512", "microsoft.extensions.logging.eventsource.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.ObjectPool/7.0.0": { - "sha512": "udvKco0sAVgYGTBnHUb0tY9JQzJ/nPDiv/8PIyz69wl1AibeCDZOLVVI+6156dPfHmJH7ws5oUJRiW4ZmAvuuA==", + "Microsoft.Extensions.ObjectPool/2.1.1": { + "sha512": "SErON45qh4ogDp6lr6UvVmFYW0FERihW+IQ+2JyFv1PUyWktcJytFaWH5zarufJvZwhci7Rf1IyGXr9pVEadTw==", "type": "package", - "path": "microsoft.extensions.objectpool/7.0.0", + "path": "microsoft.extensions.objectpool/2.1.1", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "THIRD-PARTY-NOTICES.TXT", - "lib/net462/Microsoft.Extensions.ObjectPool.dll", - "lib/net462/Microsoft.Extensions.ObjectPool.xml", - "lib/net7.0/Microsoft.Extensions.ObjectPool.dll", - "lib/net7.0/Microsoft.Extensions.ObjectPool.xml", "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll", "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.xml", - "microsoft.extensions.objectpool.7.0.0.nupkg.sha512", + "microsoft.extensions.objectpool.2.1.1.nupkg.sha512", "microsoft.extensions.objectpool.nuspec" ] }, - "Microsoft.Extensions.Options/9.0.0": { - "sha512": "y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==", + "Microsoft.Extensions.Options/9.0.2": { + "sha512": "zr98z+AN8+isdmDmQRuEJ/DAKZGUTHmdv3t0ZzjHvNqvA44nAgkXE9kYtfoN6581iALChhVaSw2Owt+Z2lVbkQ==", "type": "package", - "path": "microsoft.extensions.options/9.0.0", + "path": "microsoft.extensions.options/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7017,15 +7175,15 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.options.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "sha512": "Ob3FXsXkcSMQmGZi7qP07EQ39kZpSBlTcAZLbJLdI4FIf0Jug8biv2HTavWmnTirchctPlq9bl/26CXtQRguzA==", + "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.2": { + "sha512": "OPm1NXdMg4Kb4Kz+YHdbBQfekh7MqQZ7liZ5dYUd+IbJakinv9Fl7Ck6Strbgs0a6E76UGbP/jHR532K/7/feQ==", "type": "package", - "path": "microsoft.extensions.options.configurationextensions/9.0.0", + "path": "microsoft.extensions.options.configurationextensions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7045,15 +7203,15 @@ "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.9.0.0.nupkg.sha512", + "microsoft.extensions.options.configurationextensions.9.0.2.nupkg.sha512", "microsoft.extensions.options.configurationextensions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Primitives/9.0.0": { - "sha512": "N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==", + "Microsoft.Extensions.Primitives/9.0.7": { + "sha512": "ti/zD9BuuO50IqlvhWQs9GHxkCmoph5BHjGiWKdg2t6Or8XoyAfRJiKag+uvd/fpASnNklfsB01WpZ4fhAe0VQ==", "type": "package", - "path": "microsoft.extensions.primitives/9.0.0", + "path": "microsoft.extensions.primitives/9.0.7", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7073,18 +7231,19 @@ "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.9.0.7.nupkg.sha512", "microsoft.extensions.primitives.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.IdentityModel.Abstractions/8.0.1": { - "sha512": "OtlIWcyX01olfdevPKZdIPfBEvbcioDyBiE/Z2lHsopsMD7twcKtlN9kMevHmI5IIPhFpfwCIiR6qHQz1WHUIw==", + "Microsoft.IdentityModel.Abstractions/8.6.0": { + "sha512": "ewgV0sc2B3tjes8+OCRGE08Uxsey3qFfOD8vNq2gTs9k0/zPZ0MejK7Cb/eAW2c2Oz+IQHqgZkTycrAKYBD5yw==", "type": "package", - "path": "microsoft.identitymodel.abstractions/8.0.1", + "path": "microsoft.identitymodel.abstractions/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", + "README.md", "lib/net462/Microsoft.IdentityModel.Abstractions.dll", "lib/net462/Microsoft.IdentityModel.Abstractions.xml", "lib/net472/Microsoft.IdentityModel.Abstractions.dll", @@ -7097,7 +7256,7 @@ "lib/net9.0/Microsoft.IdentityModel.Abstractions.xml", "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", - "microsoft.identitymodel.abstractions.8.0.1.nupkg.sha512", + "microsoft.identitymodel.abstractions.8.6.0.nupkg.sha512", "microsoft.identitymodel.abstractions.nuspec" ] }, @@ -7111,30 +7270,36 @@ "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML", "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML", "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML", "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML", "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/portable-net45+win/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", "lib/portable-net45+win/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "microsoft.identitymodel.clients.activedirectory.3.14.2.nupkg.sha512", "microsoft.identitymodel.clients.activedirectory.nuspec" ] }, - "Microsoft.IdentityModel.JsonWebTokens/8.0.1": { - "sha512": "s6++gF9x0rQApQzOBbSyp4jUaAlwm+DroKfL8gdOHxs83k8SJfUXhuc46rDB3rNXBQ1MVRxqKUrqFhO/M0E97g==", + "Microsoft.IdentityModel.JsonWebTokens/8.6.0": { + "sha512": "g/CFN/OzAhJb9a94ep6/xv4b9fOUL8heFkKDwC/HNb17tUDOIPN5iVawisfZ0p1xjJlmVyYWIggnECqIfX8Rfw==", "type": "package", - "path": "microsoft.identitymodel.jsonwebtokens/8.0.1", + "path": "microsoft.identitymodel.jsonwebtokens/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", + "README.md", "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll", "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml", "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", @@ -7147,17 +7312,18 @@ "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.xml", "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "microsoft.identitymodel.jsonwebtokens.8.0.1.nupkg.sha512", + "microsoft.identitymodel.jsonwebtokens.8.6.0.nupkg.sha512", "microsoft.identitymodel.jsonwebtokens.nuspec" ] }, - "Microsoft.IdentityModel.Logging/8.0.1": { - "sha512": "UCPF2exZqBXe7v/6sGNiM6zCQOUXXQ9+v5VTb9gPB8ZSUPnX53BxlN78v2jsbIvK9Dq4GovQxo23x8JgWvm/Qg==", + "Microsoft.IdentityModel.Logging/8.6.0": { + "sha512": "PqkPSoENwbGQenGQT270hZIt5p36Ta4YwDla4QId6LdqCeUDus63OChHBv+3AgujFVeBJlRrvmkN7H+Lug+u0g==", "type": "package", - "path": "microsoft.identitymodel.logging/8.0.1", + "path": "microsoft.identitymodel.logging/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", + "README.md", "lib/net462/Microsoft.IdentityModel.Logging.dll", "lib/net462/Microsoft.IdentityModel.Logging.xml", "lib/net472/Microsoft.IdentityModel.Logging.dll", @@ -7170,7 +7336,7 @@ "lib/net9.0/Microsoft.IdentityModel.Logging.xml", "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", - "microsoft.identitymodel.logging.8.0.1.nupkg.sha512", + "microsoft.identitymodel.logging.8.6.0.nupkg.sha512", "microsoft.identitymodel.logging.nuspec" ] }, @@ -7220,13 +7386,14 @@ "microsoft.identitymodel.protocols.openidconnect.nuspec" ] }, - "Microsoft.IdentityModel.Tokens/8.0.1": { - "sha512": "kDimB6Dkd3nkW2oZPDkMkVHfQt3IDqO5gL0oa8WVy3OP4uE8Ij+8TXnqg9TOd9ufjsY3IDiGz7pCUbnfL18tjg==", + "Microsoft.IdentityModel.Tokens/8.6.0": { + "sha512": "ga4ASKm8EezJ+Oj4uvTNE0xjIWy27Ix5pOZz737CnLzxv7ClFnelX+YWbFuiO1Qj2zVoIpsPqKJRGHGlpFF6eQ==", "type": "package", - "path": "microsoft.identitymodel.tokens/8.0.1", + "path": "microsoft.identitymodel.tokens/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", + "README.md", "lib/net462/Microsoft.IdentityModel.Tokens.dll", "lib/net462/Microsoft.IdentityModel.Tokens.xml", "lib/net472/Microsoft.IdentityModel.Tokens.dll", @@ -7239,7 +7406,7 @@ "lib/net9.0/Microsoft.IdentityModel.Tokens.xml", "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", - "microsoft.identitymodel.tokens.8.0.1.nupkg.sha512", + "microsoft.identitymodel.tokens.8.6.0.nupkg.sha512", "microsoft.identitymodel.tokens.nuspec" ] }, @@ -7251,6 +7418,7 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll", + "lib/netstandard2.0/Microsoft.Net.Http.Headers.xml", "microsoft.net.http.headers.2.2.0.nupkg.sha512", "microsoft.net.http.headers.nuspec" ] @@ -7407,8 +7575,10 @@ ".signature.p7s", "lib/net452/Microsoft.Rest.ClientRuntime.dll", "lib/net452/Microsoft.Rest.ClientRuntime.runtimeconfig.json", + "lib/net452/Microsoft.Rest.ClientRuntime.xml", "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll", "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.runtimeconfig.json", + "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.xml", "microsoft.rest.clientruntime.2.3.8.nupkg.sha512", "microsoft.rest.clientruntime.nuspec" ] @@ -7422,8 +7592,10 @@ ".signature.p7s", "lib/net452/Microsoft.Rest.ClientRuntime.Azure.dll", "lib/net452/Microsoft.Rest.ClientRuntime.Azure.runtimeconfig.json", + "lib/net452/Microsoft.Rest.ClientRuntime.Azure.xml", "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll", "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.runtimeconfig.json", + "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.xml", "microsoft.rest.clientruntime.azure.3.3.7.nupkg.sha512", "microsoft.rest.clientruntime.azure.nuspec" ] @@ -7447,7 +7619,27 @@ "microsoft.visualbasic.nuspec", "ref/net45/_._", "ref/netcore50/Microsoft.VisualBasic.dll", + "ref/netcore50/Microsoft.VisualBasic.xml", + "ref/netcore50/de/Microsoft.VisualBasic.xml", + "ref/netcore50/es/Microsoft.VisualBasic.xml", + "ref/netcore50/fr/Microsoft.VisualBasic.xml", + "ref/netcore50/it/Microsoft.VisualBasic.xml", + "ref/netcore50/ja/Microsoft.VisualBasic.xml", + "ref/netcore50/ko/Microsoft.VisualBasic.xml", + "ref/netcore50/ru/Microsoft.VisualBasic.xml", + "ref/netcore50/zh-hans/Microsoft.VisualBasic.xml", + "ref/netcore50/zh-hant/Microsoft.VisualBasic.xml", "ref/netstandard1.1/Microsoft.VisualBasic.dll", + "ref/netstandard1.1/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/de/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/es/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/fr/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/it/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/ja/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/ko/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/ru/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/zh-hans/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/zh-hant/Microsoft.VisualBasic.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._" @@ -7555,6 +7747,16 @@ "ref/MonoTouch10/_._", "ref/net46/Microsoft.Win32.Primitives.dll", "ref/netstandard1.3/Microsoft.Win32.Primitives.dll", + "ref/netstandard1.3/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/de/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/es/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/fr/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/it/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ja/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ko/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ru/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/zh-hans/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/zh-hant/Microsoft.Win32.Primitives.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -7633,10 +7835,10 @@ "netstandard.library.nuspec" ] }, - "Newtonsoft.Json/13.0.3": { - "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", + "Newtonsoft.Json/13.0.4": { + "sha512": "pdgNNMai3zv51W5aq268sujXUyx7SNdE2bj1wZcWjAQrKMFZV260lbqYop1d2GM67JI1huLRwxo9ZqnfF/lC6A==", "type": "package", - "path": "newtonsoft.json/13.0.3", + "path": "newtonsoft.json/13.0.4", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7658,7 +7860,7 @@ "lib/netstandard1.3/Newtonsoft.Json.xml", "lib/netstandard2.0/Newtonsoft.Json.dll", "lib/netstandard2.0/Newtonsoft.Json.xml", - "newtonsoft.json.13.0.3.nupkg.sha512", + "newtonsoft.json.13.0.4.nupkg.sha512", "newtonsoft.json.nuspec", "packageIcon.png" ] @@ -7707,13 +7909,14 @@ "pipelines.sockets.unofficial.nuspec" ] }, - "Polly/8.5.0": { - "sha512": "GBNZPy7i7OpkaIruWPRJ0+AWzdGDQDnKY91b7Ic2aAch4lKhPjUc5KSffpH9krIWe0MoyghqaRxwRC0Uwz2PkA==", + "Polly/8.6.5": { + "sha512": "VqtW2ZE/ALvQMAH1cQY3qZ2cF2OXa3oe/HKMdOv6Q02HCoEW0rsFNfcBONXlHBe1TnjWW1vdRxBEkPeq0/2FHA==", "type": "package", - "path": "polly/8.5.0", + "path": "polly/8.6.5", "files": [ ".nupkg.metadata", ".signature.p7s", + "LICENSE", "lib/net462/Polly.dll", "lib/net462/Polly.pdb", "lib/net462/Polly.xml", @@ -7728,17 +7931,18 @@ "lib/netstandard2.0/Polly.xml", "package-icon.png", "package-readme.md", - "polly.8.5.0.nupkg.sha512", + "polly.8.6.5.nupkg.sha512", "polly.nuspec" ] }, - "Polly.Core/8.5.0": { - "sha512": "VYYMZNitZ85UEhwOKkTQI63WEMvzUqwQc74I2mm8h/DBVAMcBBxqYPni4DmuRtbCwngmuONuK2yBJfWNRKzI+A==", + "Polly.Core/8.6.5": { + "sha512": "t+sUVrIwvo7UmsgHGgOG9F0GDZSRIm47u2ylH17Gvcv1q5hNEwgD5GoBlFyc0kh/pebmPyrAgvGsR/65ZBaXlg==", "type": "package", - "path": "polly.core/8.5.0", + "path": "polly.core/8.6.5", "files": [ ".nupkg.metadata", ".signature.p7s", + "LICENSE", "lib/net462/Polly.Core.dll", "lib/net462/Polly.Core.pdb", "lib/net462/Polly.Core.xml", @@ -7756,31 +7960,10 @@ "lib/netstandard2.0/Polly.Core.xml", "package-icon.png", "package-readme.md", - "polly.core.8.5.0.nupkg.sha512", + "polly.core.8.6.5.nupkg.sha512", "polly.core.nuspec" ] }, - "prometheus-net/8.0.1": { - "sha512": "A9sOtQB2gEhujBxPKw+KcGScBiPvBmy4lYVM5OlETMj4xjVD5r/ixIg52HHg2P0lcImJTpfeWnD0/9tpQsRQTA==", - "type": "package", - "path": "prometheus-net/8.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "lib/net462/Prometheus.NetStandard.dll", - "lib/net462/Prometheus.NetStandard.xml", - "lib/net6.0/Prometheus.NetStandard.dll", - "lib/net6.0/Prometheus.NetStandard.xml", - "lib/net7.0/Prometheus.NetStandard.dll", - "lib/net7.0/Prometheus.NetStandard.xml", - "lib/netstandard2.0/Prometheus.NetStandard.dll", - "lib/netstandard2.0/Prometheus.NetStandard.xml", - "prometheus-net-logo.png", - "prometheus-net.8.0.1.nupkg.sha512", - "prometheus-net.nuspec" - ] - }, "RabbitMQ.Client/6.8.1": { "sha512": "jNsmGgmCNw2S/NzskeN2ijtGywtH4Sk/G6jWUTD5sY9SrC27Xz6BsLIiB8hdsfjeyWCa4j4GvCIGkpE8wrjU1Q==", "type": "package", @@ -8050,10 +8233,10 @@ "runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so" ] }, - "Serilog/4.0.0": { - "sha512": "2jDkUrSh5EofOp7Lx5Zgy0EB+7hXjjxE2ktTb1WVQmU00lDACR2TdROGKU0K1pDTBSJBN1PqgYpgOZF8mL7NJw==", + "Serilog/4.2.0": { + "sha512": "gmoWVOvKgbME8TYR+gwMf7osROiWAURterc6Rt2dQyX7wtjZYpqFiA/pY6ztjGQKKV62GGCyOcmtP1UKMHgSmA==", "type": "package", - "path": "serilog/4.0.0", + "path": "serilog/4.2.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8067,16 +8250,18 @@ "lib/net6.0/Serilog.xml", "lib/net8.0/Serilog.dll", "lib/net8.0/Serilog.xml", + "lib/net9.0/Serilog.dll", + "lib/net9.0/Serilog.xml", "lib/netstandard2.0/Serilog.dll", "lib/netstandard2.0/Serilog.xml", - "serilog.4.0.0.nupkg.sha512", + "serilog.4.2.0.nupkg.sha512", "serilog.nuspec" ] }, - "Serilog.AspNetCore/8.0.3": { - "sha512": "Y5at41mc0OV982DEJslBKHd6uzcWO6POwR3QceJ6gtpMPxCzm4+FElGPF0RdaTD7MGsP6XXE05LMbSi0NO+sXg==", + "Serilog.AspNetCore/9.0.0": { + "sha512": "JslDajPlBsn3Pww1554flJFTqROvK9zz9jONNQgn0D8Lx2Trw8L0A8/n6zEQK1DAZWXrJwiVLw8cnTR3YFuYsg==", "type": "package", - "path": "serilog.aspnetcore/8.0.3", + "path": "serilog.aspnetcore/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8084,15 +8269,15 @@ "icon.png", "lib/net462/Serilog.AspNetCore.dll", "lib/net462/Serilog.AspNetCore.xml", - "lib/net6.0/Serilog.AspNetCore.dll", - "lib/net6.0/Serilog.AspNetCore.xml", - "lib/net7.0/Serilog.AspNetCore.dll", - "lib/net7.0/Serilog.AspNetCore.xml", "lib/net8.0/Serilog.AspNetCore.dll", "lib/net8.0/Serilog.AspNetCore.xml", + "lib/net9.0/Serilog.AspNetCore.dll", + "lib/net9.0/Serilog.AspNetCore.xml", "lib/netstandard2.0/Serilog.AspNetCore.dll", "lib/netstandard2.0/Serilog.AspNetCore.xml", - "serilog.aspnetcore.8.0.3.nupkg.sha512", + "lib/netstandard2.1/Serilog.AspNetCore.dll", + "lib/netstandard2.1/Serilog.AspNetCore.xml", + "serilog.aspnetcore.9.0.0.nupkg.sha512", "serilog.aspnetcore.nuspec" ] }, @@ -8119,10 +8304,10 @@ "serilog.enrichers.environment.nuspec" ] }, - "Serilog.Extensions.Hosting/8.0.0": { - "sha512": "db0OcbWeSCvYQkHWu6n0v40N4kKaTAXNjlM3BKvcbwvNzYphQFcBR+36eQ/7hMMwOkJvAyLC2a9/jNdUL5NjtQ==", + "Serilog.Extensions.Hosting/9.0.0": { + "sha512": "u2TRxuxbjvTAldQn7uaAwePkWxTHIqlgjelekBtilAGL5sYyF3+65NWctN4UrwwGLsDC7c3Vz3HnOlu+PcoxXg==", "type": "package", - "path": "serilog.extensions.hosting/8.0.0", + "path": "serilog.extensions.hosting/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8130,47 +8315,45 @@ "icon.png", "lib/net462/Serilog.Extensions.Hosting.dll", "lib/net462/Serilog.Extensions.Hosting.xml", - "lib/net6.0/Serilog.Extensions.Hosting.dll", - "lib/net6.0/Serilog.Extensions.Hosting.xml", - "lib/net7.0/Serilog.Extensions.Hosting.dll", - "lib/net7.0/Serilog.Extensions.Hosting.xml", "lib/net8.0/Serilog.Extensions.Hosting.dll", "lib/net8.0/Serilog.Extensions.Hosting.xml", + "lib/net9.0/Serilog.Extensions.Hosting.dll", + "lib/net9.0/Serilog.Extensions.Hosting.xml", "lib/netstandard2.0/Serilog.Extensions.Hosting.dll", "lib/netstandard2.0/Serilog.Extensions.Hosting.xml", - "serilog.extensions.hosting.8.0.0.nupkg.sha512", + "lib/netstandard2.1/Serilog.Extensions.Hosting.dll", + "lib/netstandard2.1/Serilog.Extensions.Hosting.xml", + "serilog.extensions.hosting.9.0.0.nupkg.sha512", "serilog.extensions.hosting.nuspec" ] }, - "Serilog.Extensions.Logging/8.0.0": { - "sha512": "YEAMWu1UnWgf1c1KP85l1SgXGfiVo0Rz6x08pCiPOIBt2Qe18tcZLvdBUuV5o1QHvrs8FAry9wTIhgBRtjIlEg==", + "Serilog.Extensions.Logging/9.0.0": { + "sha512": "NwSSYqPJeKNzl5AuXVHpGbr6PkZJFlNa14CdIebVjK3k/76kYj/mz5kiTRNVSsSaxM8kAIa1kpy/qyT9E4npRQ==", "type": "package", - "path": "serilog.extensions.logging/8.0.0", + "path": "serilog.extensions.logging/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", "lib/net462/Serilog.Extensions.Logging.dll", "lib/net462/Serilog.Extensions.Logging.xml", - "lib/net6.0/Serilog.Extensions.Logging.dll", - "lib/net6.0/Serilog.Extensions.Logging.xml", - "lib/net7.0/Serilog.Extensions.Logging.dll", - "lib/net7.0/Serilog.Extensions.Logging.xml", "lib/net8.0/Serilog.Extensions.Logging.dll", "lib/net8.0/Serilog.Extensions.Logging.xml", + "lib/net9.0/Serilog.Extensions.Logging.dll", + "lib/net9.0/Serilog.Extensions.Logging.xml", "lib/netstandard2.0/Serilog.Extensions.Logging.dll", "lib/netstandard2.0/Serilog.Extensions.Logging.xml", "lib/netstandard2.1/Serilog.Extensions.Logging.dll", "lib/netstandard2.1/Serilog.Extensions.Logging.xml", "serilog-extension-nuget.png", - "serilog.extensions.logging.8.0.0.nupkg.sha512", + "serilog.extensions.logging.9.0.0.nupkg.sha512", "serilog.extensions.logging.nuspec" ] }, - "Serilog.Formatting.Compact/2.0.0": { - "sha512": "ob6z3ikzFM3D1xalhFuBIK1IOWf+XrQq+H4KeH4VqBcPpNcmUgZlRQ2h3Q7wvthpdZBBoY86qZOI2LCXNaLlNA==", + "Serilog.Formatting.Compact/3.0.0": { + "sha512": "wQsv14w9cqlfB5FX2MZpNsTawckN4a8dryuNGbebB/3Nh1pXnROHZov3swtu3Nj5oNG7Ba+xdu7Et/ulAUPanQ==", "type": "package", - "path": "serilog.formatting.compact/2.0.0", + "path": "serilog.formatting.compact/3.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8181,21 +8364,19 @@ "lib/net471/Serilog.Formatting.Compact.xml", "lib/net6.0/Serilog.Formatting.Compact.dll", "lib/net6.0/Serilog.Formatting.Compact.xml", - "lib/net7.0/Serilog.Formatting.Compact.dll", - "lib/net7.0/Serilog.Formatting.Compact.xml", + "lib/net8.0/Serilog.Formatting.Compact.dll", + "lib/net8.0/Serilog.Formatting.Compact.xml", "lib/netstandard2.0/Serilog.Formatting.Compact.dll", "lib/netstandard2.0/Serilog.Formatting.Compact.xml", - "lib/netstandard2.1/Serilog.Formatting.Compact.dll", - "lib/netstandard2.1/Serilog.Formatting.Compact.xml", "serilog-extension-nuget.png", - "serilog.formatting.compact.2.0.0.nupkg.sha512", + "serilog.formatting.compact.3.0.0.nupkg.sha512", "serilog.formatting.compact.nuspec" ] }, - "Serilog.Settings.Configuration/8.0.4": { - "sha512": "pkxvq0umBKK8IKFJc1aV5S/HGRG/NIxJ6FV42KaTPLfDmBOAbBUB1m5gqqlGxzEa1MgDDWtQlWJdHTSxVWNx+Q==", + "Serilog.Settings.Configuration/9.0.0": { + "sha512": "4/Et4Cqwa+F88l5SeFeNZ4c4Z6dEAIKbu3MaQb2Zz9F/g27T5a3wvfMcmCOaAiACjfUb4A6wrlTVfyYUZk3RRQ==", "type": "package", - "path": "serilog.settings.configuration/8.0.4", + "path": "serilog.settings.configuration/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8203,22 +8384,20 @@ "icon.png", "lib/net462/Serilog.Settings.Configuration.dll", "lib/net462/Serilog.Settings.Configuration.xml", - "lib/net6.0/Serilog.Settings.Configuration.dll", - "lib/net6.0/Serilog.Settings.Configuration.xml", - "lib/net7.0/Serilog.Settings.Configuration.dll", - "lib/net7.0/Serilog.Settings.Configuration.xml", "lib/net8.0/Serilog.Settings.Configuration.dll", "lib/net8.0/Serilog.Settings.Configuration.xml", + "lib/net9.0/Serilog.Settings.Configuration.dll", + "lib/net9.0/Serilog.Settings.Configuration.xml", "lib/netstandard2.0/Serilog.Settings.Configuration.dll", "lib/netstandard2.0/Serilog.Settings.Configuration.xml", - "serilog.settings.configuration.8.0.4.nupkg.sha512", + "serilog.settings.configuration.9.0.0.nupkg.sha512", "serilog.settings.configuration.nuspec" ] }, - "Serilog.Sinks.Console/6.0.0": { - "sha512": "fQGWqVMClCP2yEyTXPIinSr5c+CBGUvBybPxjAGcf7ctDhadFhrQw03Mv8rJ07/wR5PDfFjewf2LimvXCDzpbA==", + "Serilog.Sinks.Console/6.1.1": { + "sha512": "8jbqgjUyZlfCuSTaJk6lOca465OndqOz3KZP6Cryt/IqZYybyBu7GP0fE/AXBzrrQB3EBmQntBFAvMVz1COvAA==", "type": "package", - "path": "serilog.sinks.console/6.0.0", + "path": "serilog.sinks.console/6.1.1", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8234,53 +8413,62 @@ "lib/net8.0/Serilog.Sinks.Console.xml", "lib/netstandard2.0/Serilog.Sinks.Console.dll", "lib/netstandard2.0/Serilog.Sinks.Console.xml", - "serilog.sinks.console.6.0.0.nupkg.sha512", + "serilog.sinks.console.6.1.1.nupkg.sha512", "serilog.sinks.console.nuspec" ] }, - "Serilog.Sinks.Debug/2.0.0": { - "sha512": "Y6g3OBJ4JzTyyw16fDqtFcQ41qQAydnEvEqmXjhwhgjsnG/FaJ8GUqF5ldsC/bVkK8KYmqrPhDO+tm4dF6xx4A==", + "Serilog.Sinks.Debug/3.0.0": { + "sha512": "4BzXcdrgRX7wde9PmHuYd9U6YqycCC28hhpKonK7hx0wb19eiuRj16fPcPSVp0o/Y1ipJuNLYQ00R3q2Zs8FDA==", "type": "package", - "path": "serilog.sinks.debug/2.0.0", + "path": "serilog.sinks.debug/3.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", + "README.md", "icon.png", - "lib/net45/Serilog.Sinks.Debug.dll", - "lib/net46/Serilog.Sinks.Debug.dll", - "lib/netstandard1.0/Serilog.Sinks.Debug.dll", + "lib/net462/Serilog.Sinks.Debug.dll", + "lib/net462/Serilog.Sinks.Debug.xml", + "lib/net471/Serilog.Sinks.Debug.dll", + "lib/net471/Serilog.Sinks.Debug.xml", + "lib/net6.0/Serilog.Sinks.Debug.dll", + "lib/net6.0/Serilog.Sinks.Debug.xml", + "lib/net8.0/Serilog.Sinks.Debug.dll", + "lib/net8.0/Serilog.Sinks.Debug.xml", "lib/netstandard2.0/Serilog.Sinks.Debug.dll", - "lib/netstandard2.1/Serilog.Sinks.Debug.dll", - "serilog.sinks.debug.2.0.0.nupkg.sha512", + "lib/netstandard2.0/Serilog.Sinks.Debug.xml", + "serilog.sinks.debug.3.0.0.nupkg.sha512", "serilog.sinks.debug.nuspec" ] }, - "Serilog.Sinks.File/5.0.0": { - "sha512": "uwV5hdhWPwUH1szhO8PJpFiahqXmzPzJT/sOijH/kFgUx+cyoDTMM8MHD0adw9+Iem6itoibbUXHYslzXsLEAg==", + "Serilog.Sinks.File/7.0.0": { + "sha512": "fKL7mXv7qaiNBUC71ssvn/dU0k9t0o45+qm2XgKAlSt19xF+ijjxyA3R6HmCgfKEKwfcfkwWjayuQtRueZFkYw==", "type": "package", - "path": "serilog.sinks.file/5.0.0", + "path": "serilog.sinks.file/7.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "images/icon.png", - "lib/net45/Serilog.Sinks.File.dll", - "lib/net45/Serilog.Sinks.File.pdb", - "lib/net5.0/Serilog.Sinks.File.dll", - "lib/net5.0/Serilog.Sinks.File.pdb", - "lib/netstandard1.3/Serilog.Sinks.File.dll", - "lib/netstandard1.3/Serilog.Sinks.File.pdb", + "README.md", + "lib/net462/Serilog.Sinks.File.dll", + "lib/net462/Serilog.Sinks.File.xml", + "lib/net471/Serilog.Sinks.File.dll", + "lib/net471/Serilog.Sinks.File.xml", + "lib/net6.0/Serilog.Sinks.File.dll", + "lib/net6.0/Serilog.Sinks.File.xml", + "lib/net8.0/Serilog.Sinks.File.dll", + "lib/net8.0/Serilog.Sinks.File.xml", + "lib/net9.0/Serilog.Sinks.File.dll", + "lib/net9.0/Serilog.Sinks.File.xml", "lib/netstandard2.0/Serilog.Sinks.File.dll", - "lib/netstandard2.0/Serilog.Sinks.File.pdb", - "lib/netstandard2.1/Serilog.Sinks.File.dll", - "lib/netstandard2.1/Serilog.Sinks.File.pdb", - "serilog.sinks.file.5.0.0.nupkg.sha512", + "lib/netstandard2.0/Serilog.Sinks.File.xml", + "serilog-sink-nuget.png", + "serilog.sinks.file.7.0.0.nupkg.sha512", "serilog.sinks.file.nuspec" ] }, - "Serilog.Sinks.Http/9.0.0": { - "sha512": "c246Bw1vXtvht/krwQXGwuZ4U2kKxRf8d9iaazZDodnOohTlRR4jZyQS/slWHSjJAj8ZDejCQcITnu+TkYmdFw==", + "Serilog.Sinks.Http/9.2.0": { + "sha512": "tngXuEvfI1CrtB02XVXhHAGTX1HvSMKjWcOmlyBT9LVNIMYvNhOSkfigfwxd9OCbv3cXw1aWFrSPGGw8Y6sjtg==", "type": "package", - "path": "serilog.sinks.http/9.0.0", + "path": "serilog.sinks.http/9.2.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8292,14 +8480,14 @@ "lib/netstandard2.1/Serilog.Sinks.Http.dll", "lib/netstandard2.1/Serilog.Sinks.Http.xml", "serilog-sink-nuget.png", - "serilog.sinks.http.9.0.0.nupkg.sha512", + "serilog.sinks.http.9.2.0.nupkg.sha512", "serilog.sinks.http.nuspec" ] }, - "Serilog.Sinks.Seq/8.0.0": { - "sha512": "z5ig56/qzjkX6Fj4U/9m1g8HQaQiYPMZS4Uevtjg1I+WWzoGSf5t/E+6JbMP/jbZYhU63bA5NJN5y0x+qqx2Bw==", + "Serilog.Sinks.Seq/9.0.0": { + "sha512": "aNU8A0K322q7+voPNmp1/qNPH+9QK8xvM1p72sMmCG0wGlshFzmtDW9QnVSoSYCj0MgQKcMOlgooovtBhRlNHw==", "type": "package", - "path": "serilog.sinks.seq/8.0.0", + "path": "serilog.sinks.seq/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8309,7 +8497,7 @@ "lib/net6.0/Serilog.Sinks.Seq.xml", "lib/netstandard2.0/Serilog.Sinks.Seq.dll", "lib/netstandard2.0/Serilog.Sinks.Seq.xml", - "serilog.sinks.seq.8.0.0.nupkg.sha512", + "serilog.sinks.seq.9.0.0.nupkg.sha512", "serilog.sinks.seq.nuspec" ] }, @@ -8465,7 +8653,27 @@ "ref/net463/System.AppContext.dll", "ref/netstandard/_._", "ref/netstandard1.3/System.AppContext.dll", + "ref/netstandard1.3/System.AppContext.xml", + "ref/netstandard1.3/de/System.AppContext.xml", + "ref/netstandard1.3/es/System.AppContext.xml", + "ref/netstandard1.3/fr/System.AppContext.xml", + "ref/netstandard1.3/it/System.AppContext.xml", + "ref/netstandard1.3/ja/System.AppContext.xml", + "ref/netstandard1.3/ko/System.AppContext.xml", + "ref/netstandard1.3/ru/System.AppContext.xml", + "ref/netstandard1.3/zh-hans/System.AppContext.xml", + "ref/netstandard1.3/zh-hant/System.AppContext.xml", "ref/netstandard1.6/System.AppContext.dll", + "ref/netstandard1.6/System.AppContext.xml", + "ref/netstandard1.6/de/System.AppContext.xml", + "ref/netstandard1.6/es/System.AppContext.xml", + "ref/netstandard1.6/fr/System.AppContext.xml", + "ref/netstandard1.6/it/System.AppContext.xml", + "ref/netstandard1.6/ja/System.AppContext.xml", + "ref/netstandard1.6/ko/System.AppContext.xml", + "ref/netstandard1.6/ru/System.AppContext.xml", + "ref/netstandard1.6/zh-hans/System.AppContext.xml", + "ref/netstandard1.6/zh-hant/System.AppContext.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -8486,12 +8694,17 @@ "THIRD-PARTY-NOTICES.TXT", "lib/netcoreapp2.0/_._", "lib/netstandard1.1/System.Buffers.dll", + "lib/netstandard1.1/System.Buffers.xml", "lib/netstandard2.0/System.Buffers.dll", + "lib/netstandard2.0/System.Buffers.xml", "lib/uap10.0.16299/_._", "ref/net45/System.Buffers.dll", + "ref/net45/System.Buffers.xml", "ref/netcoreapp2.0/_._", "ref/netstandard1.1/System.Buffers.dll", + "ref/netstandard1.1/System.Buffers.xml", "ref/netstandard2.0/System.Buffers.dll", + "ref/netstandard2.0/System.Buffers.xml", "ref/uap10.0.16299/_._", "system.buffers.4.5.0.nupkg.sha512", "system.buffers.nuspec", @@ -8523,8 +8736,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", + "ref/netcore50/de/System.Collections.xml", + "ref/netcore50/es/System.Collections.xml", + "ref/netcore50/fr/System.Collections.xml", + "ref/netcore50/it/System.Collections.xml", + "ref/netcore50/ja/System.Collections.xml", + "ref/netcore50/ko/System.Collections.xml", + "ref/netcore50/ru/System.Collections.xml", + "ref/netcore50/zh-hans/System.Collections.xml", + "ref/netcore50/zh-hant/System.Collections.xml", "ref/netstandard1.0/System.Collections.dll", + "ref/netstandard1.0/System.Collections.xml", + "ref/netstandard1.0/de/System.Collections.xml", + "ref/netstandard1.0/es/System.Collections.xml", + "ref/netstandard1.0/fr/System.Collections.xml", + "ref/netstandard1.0/it/System.Collections.xml", + "ref/netstandard1.0/ja/System.Collections.xml", + "ref/netstandard1.0/ko/System.Collections.xml", + "ref/netstandard1.0/ru/System.Collections.xml", + "ref/netstandard1.0/zh-hans/System.Collections.xml", + "ref/netstandard1.0/zh-hant/System.Collections.xml", "ref/netstandard1.3/System.Collections.dll", + "ref/netstandard1.3/System.Collections.xml", + "ref/netstandard1.3/de/System.Collections.xml", + "ref/netstandard1.3/es/System.Collections.xml", + "ref/netstandard1.3/fr/System.Collections.xml", + "ref/netstandard1.3/it/System.Collections.xml", + "ref/netstandard1.3/ja/System.Collections.xml", + "ref/netstandard1.3/ko/System.Collections.xml", + "ref/netstandard1.3/ru/System.Collections.xml", + "ref/netstandard1.3/zh-hans/System.Collections.xml", + "ref/netstandard1.3/zh-hant/System.Collections.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8562,8 +8805,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Collections.Concurrent.dll", + "ref/netcore50/System.Collections.Concurrent.xml", + "ref/netcore50/de/System.Collections.Concurrent.xml", + "ref/netcore50/es/System.Collections.Concurrent.xml", + "ref/netcore50/fr/System.Collections.Concurrent.xml", + "ref/netcore50/it/System.Collections.Concurrent.xml", + "ref/netcore50/ja/System.Collections.Concurrent.xml", + "ref/netcore50/ko/System.Collections.Concurrent.xml", + "ref/netcore50/ru/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hans/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hant/System.Collections.Concurrent.xml", "ref/netstandard1.1/System.Collections.Concurrent.dll", + "ref/netstandard1.1/System.Collections.Concurrent.xml", + "ref/netstandard1.1/de/System.Collections.Concurrent.xml", + "ref/netstandard1.1/es/System.Collections.Concurrent.xml", + "ref/netstandard1.1/fr/System.Collections.Concurrent.xml", + "ref/netstandard1.1/it/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ja/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ko/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ru/System.Collections.Concurrent.xml", + "ref/netstandard1.1/zh-hans/System.Collections.Concurrent.xml", + "ref/netstandard1.1/zh-hant/System.Collections.Concurrent.xml", "ref/netstandard1.3/System.Collections.Concurrent.dll", + "ref/netstandard1.3/System.Collections.Concurrent.xml", + "ref/netstandard1.3/de/System.Collections.Concurrent.xml", + "ref/netstandard1.3/es/System.Collections.Concurrent.xml", + "ref/netstandard1.3/fr/System.Collections.Concurrent.xml", + "ref/netstandard1.3/it/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ja/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ko/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ru/System.Collections.Concurrent.xml", + "ref/netstandard1.3/zh-hans/System.Collections.Concurrent.xml", + "ref/netstandard1.3/zh-hant/System.Collections.Concurrent.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -8618,7 +8891,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.ComponentModel.dll", + "ref/netcore50/System.ComponentModel.xml", + "ref/netcore50/de/System.ComponentModel.xml", + "ref/netcore50/es/System.ComponentModel.xml", + "ref/netcore50/fr/System.ComponentModel.xml", + "ref/netcore50/it/System.ComponentModel.xml", + "ref/netcore50/ja/System.ComponentModel.xml", + "ref/netcore50/ko/System.ComponentModel.xml", + "ref/netcore50/ru/System.ComponentModel.xml", + "ref/netcore50/zh-hans/System.ComponentModel.xml", + "ref/netcore50/zh-hant/System.ComponentModel.xml", "ref/netstandard1.0/System.ComponentModel.dll", + "ref/netstandard1.0/System.ComponentModel.xml", + "ref/netstandard1.0/de/System.ComponentModel.xml", + "ref/netstandard1.0/es/System.ComponentModel.xml", + "ref/netstandard1.0/fr/System.ComponentModel.xml", + "ref/netstandard1.0/it/System.ComponentModel.xml", + "ref/netstandard1.0/ja/System.ComponentModel.xml", + "ref/netstandard1.0/ko/System.ComponentModel.xml", + "ref/netstandard1.0/ru/System.ComponentModel.xml", + "ref/netstandard1.0/zh-hans/System.ComponentModel.xml", + "ref/netstandard1.0/zh-hant/System.ComponentModel.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8657,9 +8950,49 @@ "ref/net45/_._", "ref/net461/System.ComponentModel.Annotations.dll", "ref/netcore50/System.ComponentModel.Annotations.dll", + "ref/netcore50/System.ComponentModel.Annotations.xml", + "ref/netcore50/de/System.ComponentModel.Annotations.xml", + "ref/netcore50/es/System.ComponentModel.Annotations.xml", + "ref/netcore50/fr/System.ComponentModel.Annotations.xml", + "ref/netcore50/it/System.ComponentModel.Annotations.xml", + "ref/netcore50/ja/System.ComponentModel.Annotations.xml", + "ref/netcore50/ko/System.ComponentModel.Annotations.xml", + "ref/netcore50/ru/System.ComponentModel.Annotations.xml", + "ref/netcore50/zh-hans/System.ComponentModel.Annotations.xml", + "ref/netcore50/zh-hant/System.ComponentModel.Annotations.xml", "ref/netstandard1.1/System.ComponentModel.Annotations.dll", + "ref/netstandard1.1/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/de/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/es/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/fr/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/it/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/ja/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/ko/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/ru/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/zh-hans/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/zh-hant/System.ComponentModel.Annotations.xml", "ref/netstandard1.3/System.ComponentModel.Annotations.dll", + "ref/netstandard1.3/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/de/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/es/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/fr/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/it/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/ja/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/ko/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/ru/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/zh-hans/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/zh-hant/System.ComponentModel.Annotations.xml", "ref/netstandard1.4/System.ComponentModel.Annotations.dll", + "ref/netstandard1.4/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/de/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/es/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/fr/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/it/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/ja/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/ko/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/ru/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/zh-hans/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/zh-hant/System.ComponentModel.Annotations.xml", "ref/portable-net45+win8/_._", "ref/win8/_._", "ref/xamarinios10/_._", @@ -8715,6 +9048,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Console.dll", "ref/netstandard1.3/System.Console.dll", + "ref/netstandard1.3/System.Console.xml", + "ref/netstandard1.3/de/System.Console.xml", + "ref/netstandard1.3/es/System.Console.xml", + "ref/netstandard1.3/fr/System.Console.xml", + "ref/netstandard1.3/it/System.Console.xml", + "ref/netstandard1.3/ja/System.Console.xml", + "ref/netstandard1.3/ko/System.Console.xml", + "ref/netstandard1.3/ru/System.Console.xml", + "ref/netstandard1.3/zh-hans/System.Console.xml", + "ref/netstandard1.3/zh-hant/System.Console.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -8747,8 +9090,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", + "ref/netcore50/de/System.Diagnostics.Debug.xml", + "ref/netcore50/es/System.Diagnostics.Debug.xml", + "ref/netcore50/fr/System.Diagnostics.Debug.xml", + "ref/netcore50/it/System.Diagnostics.Debug.xml", + "ref/netcore50/ja/System.Diagnostics.Debug.xml", + "ref/netcore50/ko/System.Diagnostics.Debug.xml", + "ref/netcore50/ru/System.Diagnostics.Debug.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/netstandard1.0/System.Diagnostics.Debug.dll", + "ref/netstandard1.0/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/de/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/es/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/fr/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/it/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ja/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ko/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ru/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml", "ref/netstandard1.3/System.Diagnostics.Debug.dll", + "ref/netstandard1.3/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/de/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/es/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/it/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8761,62 +9134,64 @@ "system.diagnostics.debug.nuspec" ] }, - "System.Diagnostics.DiagnosticSource/8.0.1": { - "sha512": "vaoWjvkG1aenR2XdjaVivlCV9fADfgyhW5bZtXT23qaEea0lWiUljdQuze4E31vKM7ZWJaSUsbYIKE3rnzfZUg==", + "System.Diagnostics.DiagnosticSource/10.0.0": { + "sha512": "0KdBK+h7G13PuOSC2R/DalAoFMvdYMznvGRuICtkdcUMXgl/gYXsG6z4yUvTxHSMACorWgHCU1Faq0KUHU6yAQ==", "type": "package", - "path": "system.diagnostics.diagnosticsource/8.0.1", + "path": "system.diagnostics.diagnosticsource/10.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/System.Diagnostics.DiagnosticSource.targets", "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/System.Diagnostics.DiagnosticSource.targets", + "lib/net10.0/System.Diagnostics.DiagnosticSource.dll", + "lib/net10.0/System.Diagnostics.DiagnosticSource.xml", "lib/net462/System.Diagnostics.DiagnosticSource.dll", "lib/net462/System.Diagnostics.DiagnosticSource.xml", - "lib/net6.0/System.Diagnostics.DiagnosticSource.dll", - "lib/net6.0/System.Diagnostics.DiagnosticSource.xml", - "lib/net7.0/System.Diagnostics.DiagnosticSource.dll", - "lib/net7.0/System.Diagnostics.DiagnosticSource.xml", "lib/net8.0/System.Diagnostics.DiagnosticSource.dll", "lib/net8.0/System.Diagnostics.DiagnosticSource.xml", + "lib/net9.0/System.Diagnostics.DiagnosticSource.dll", + "lib/net9.0/System.Diagnostics.DiagnosticSource.xml", "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll", "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.xml", - "system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512", + "system.diagnostics.diagnosticsource.10.0.0.nupkg.sha512", "system.diagnostics.diagnosticsource.nuspec", "useSharedDesignerContext.txt" ] }, - "System.Diagnostics.EventLog/6.0.0": { - "sha512": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==", + "System.Diagnostics.EventLog/9.0.2": { + "sha512": "i+Fe6Fpst/onydFLBGilCr/Eh9OFdlaTU/c3alPp6IbLZXQJOgpIu3l4MOnmsN8fDYq5nAyHSqNIJesc74Yw3Q==", "type": "package", - "path": "system.diagnostics.eventlog/6.0.0", + "path": "system.diagnostics.eventlog/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Diagnostics.EventLog.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/System.Diagnostics.EventLog.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/System.Diagnostics.EventLog.dll", - "lib/net461/System.Diagnostics.EventLog.xml", - "lib/net6.0/System.Diagnostics.EventLog.dll", - "lib/net6.0/System.Diagnostics.EventLog.xml", - "lib/netcoreapp3.1/System.Diagnostics.EventLog.dll", - "lib/netcoreapp3.1/System.Diagnostics.EventLog.xml", + "lib/net462/System.Diagnostics.EventLog.dll", + "lib/net462/System.Diagnostics.EventLog.xml", + "lib/net8.0/System.Diagnostics.EventLog.dll", + "lib/net8.0/System.Diagnostics.EventLog.xml", + "lib/net9.0/System.Diagnostics.EventLog.dll", + "lib/net9.0/System.Diagnostics.EventLog.xml", "lib/netstandard2.0/System.Diagnostics.EventLog.dll", "lib/netstandard2.0/System.Diagnostics.EventLog.xml", - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll", - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll", - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.xml", - "runtimes/win/lib/netcoreapp3.1/System.Diagnostics.EventLog.Messages.dll", - "runtimes/win/lib/netcoreapp3.1/System.Diagnostics.EventLog.dll", - "runtimes/win/lib/netcoreapp3.1/System.Diagnostics.EventLog.xml", - "system.diagnostics.eventlog.6.0.0.nupkg.sha512", + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll", + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll", + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.xml", + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll", + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll", + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.xml", + "system.diagnostics.eventlog.9.0.2.nupkg.sha512", "system.diagnostics.eventlog.nuspec", "useSharedDesignerContext.txt" ] @@ -8841,6 +9216,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Diagnostics.FileVersionInfo.dll", "ref/netstandard1.3/System.Diagnostics.FileVersionInfo.dll", + "ref/netstandard1.3/System.Diagnostics.FileVersionInfo.xml", + "ref/netstandard1.3/de/System.Diagnostics.FileVersionInfo.xml", + "ref/netstandard1.3/es/System.Diagnostics.FileVersionInfo.xml", + "ref/netstandard1.3/fr/System.Diagnostics.FileVersionInfo.xml", + "ref/netstandard1.3/it/System.Diagnostics.FileVersionInfo.xml", + "ref/netstandard1.3/ja/System.Diagnostics.FileVersionInfo.xml", + "ref/netstandard1.3/ko/System.Diagnostics.FileVersionInfo.xml", + "ref/netstandard1.3/ru/System.Diagnostics.FileVersionInfo.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.FileVersionInfo.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.FileVersionInfo.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -8904,7 +9289,27 @@ "ref/net46/System.Diagnostics.Process.dll", "ref/net461/System.Diagnostics.Process.dll", "ref/netstandard1.3/System.Diagnostics.Process.dll", + "ref/netstandard1.3/System.Diagnostics.Process.xml", + "ref/netstandard1.3/de/System.Diagnostics.Process.xml", + "ref/netstandard1.3/es/System.Diagnostics.Process.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Process.xml", + "ref/netstandard1.3/it/System.Diagnostics.Process.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Process.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Process.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Process.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Process.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Process.xml", "ref/netstandard1.4/System.Diagnostics.Process.dll", + "ref/netstandard1.4/System.Diagnostics.Process.xml", + "ref/netstandard1.4/de/System.Diagnostics.Process.xml", + "ref/netstandard1.4/es/System.Diagnostics.Process.xml", + "ref/netstandard1.4/fr/System.Diagnostics.Process.xml", + "ref/netstandard1.4/it/System.Diagnostics.Process.xml", + "ref/netstandard1.4/ja/System.Diagnostics.Process.xml", + "ref/netstandard1.4/ko/System.Diagnostics.Process.xml", + "ref/netstandard1.4/ru/System.Diagnostics.Process.xml", + "ref/netstandard1.4/zh-hans/System.Diagnostics.Process.xml", + "ref/netstandard1.4/zh-hant/System.Diagnostics.Process.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -8983,7 +9388,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Diagnostics.Tools.dll", + "ref/netcore50/System.Diagnostics.Tools.xml", + "ref/netcore50/de/System.Diagnostics.Tools.xml", + "ref/netcore50/es/System.Diagnostics.Tools.xml", + "ref/netcore50/fr/System.Diagnostics.Tools.xml", + "ref/netcore50/it/System.Diagnostics.Tools.xml", + "ref/netcore50/ja/System.Diagnostics.Tools.xml", + "ref/netcore50/ko/System.Diagnostics.Tools.xml", + "ref/netcore50/ru/System.Diagnostics.Tools.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Tools.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Tools.xml", "ref/netstandard1.0/System.Diagnostics.Tools.dll", + "ref/netstandard1.0/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/de/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/es/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/fr/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/it/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ja/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ko/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ru/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/zh-hans/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/zh-hant/System.Diagnostics.Tools.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9021,10 +9446,60 @@ "ref/net45/_._", "ref/net462/System.Diagnostics.Tracing.dll", "ref/netcore50/System.Diagnostics.Tracing.dll", + "ref/netcore50/System.Diagnostics.Tracing.xml", + "ref/netcore50/de/System.Diagnostics.Tracing.xml", + "ref/netcore50/es/System.Diagnostics.Tracing.xml", + "ref/netcore50/fr/System.Diagnostics.Tracing.xml", + "ref/netcore50/it/System.Diagnostics.Tracing.xml", + "ref/netcore50/ja/System.Diagnostics.Tracing.xml", + "ref/netcore50/ko/System.Diagnostics.Tracing.xml", + "ref/netcore50/ru/System.Diagnostics.Tracing.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml", "ref/netstandard1.1/System.Diagnostics.Tracing.dll", + "ref/netstandard1.1/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/zh-hant/System.Diagnostics.Tracing.xml", "ref/netstandard1.2/System.Diagnostics.Tracing.dll", + "ref/netstandard1.2/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/zh-hant/System.Diagnostics.Tracing.xml", "ref/netstandard1.3/System.Diagnostics.Tracing.dll", + "ref/netstandard1.3/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Tracing.xml", "ref/netstandard1.5/System.Diagnostics.Tracing.dll", + "ref/netstandard1.5/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/zh-hant/System.Diagnostics.Tracing.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -9101,8 +9576,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Dynamic.Runtime.dll", + "ref/netcore50/System.Dynamic.Runtime.xml", + "ref/netcore50/de/System.Dynamic.Runtime.xml", + "ref/netcore50/es/System.Dynamic.Runtime.xml", + "ref/netcore50/fr/System.Dynamic.Runtime.xml", + "ref/netcore50/it/System.Dynamic.Runtime.xml", + "ref/netcore50/ja/System.Dynamic.Runtime.xml", + "ref/netcore50/ko/System.Dynamic.Runtime.xml", + "ref/netcore50/ru/System.Dynamic.Runtime.xml", + "ref/netcore50/zh-hans/System.Dynamic.Runtime.xml", + "ref/netcore50/zh-hant/System.Dynamic.Runtime.xml", "ref/netstandard1.0/System.Dynamic.Runtime.dll", + "ref/netstandard1.0/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/de/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/es/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/fr/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/it/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/ja/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/ko/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/ru/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/zh-hans/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/zh-hant/System.Dynamic.Runtime.xml", "ref/netstandard1.3/System.Dynamic.Runtime.dll", + "ref/netstandard1.3/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/de/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/es/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/fr/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/it/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/ja/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/ko/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/ru/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/zh-hans/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/zh-hant/System.Dynamic.Runtime.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9140,8 +9645,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", + "ref/netcore50/de/System.Globalization.xml", + "ref/netcore50/es/System.Globalization.xml", + "ref/netcore50/fr/System.Globalization.xml", + "ref/netcore50/it/System.Globalization.xml", + "ref/netcore50/ja/System.Globalization.xml", + "ref/netcore50/ko/System.Globalization.xml", + "ref/netcore50/ru/System.Globalization.xml", + "ref/netcore50/zh-hans/System.Globalization.xml", + "ref/netcore50/zh-hant/System.Globalization.xml", "ref/netstandard1.0/System.Globalization.dll", + "ref/netstandard1.0/System.Globalization.xml", + "ref/netstandard1.0/de/System.Globalization.xml", + "ref/netstandard1.0/es/System.Globalization.xml", + "ref/netstandard1.0/fr/System.Globalization.xml", + "ref/netstandard1.0/it/System.Globalization.xml", + "ref/netstandard1.0/ja/System.Globalization.xml", + "ref/netstandard1.0/ko/System.Globalization.xml", + "ref/netstandard1.0/ru/System.Globalization.xml", + "ref/netstandard1.0/zh-hans/System.Globalization.xml", + "ref/netstandard1.0/zh-hant/System.Globalization.xml", "ref/netstandard1.3/System.Globalization.dll", + "ref/netstandard1.3/System.Globalization.xml", + "ref/netstandard1.3/de/System.Globalization.xml", + "ref/netstandard1.3/es/System.Globalization.xml", + "ref/netstandard1.3/fr/System.Globalization.xml", + "ref/netstandard1.3/it/System.Globalization.xml", + "ref/netstandard1.3/ja/System.Globalization.xml", + "ref/netstandard1.3/ko/System.Globalization.xml", + "ref/netstandard1.3/ru/System.Globalization.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9174,6 +9709,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Globalization.Calendars.dll", "ref/netstandard1.3/System.Globalization.Calendars.dll", + "ref/netstandard1.3/System.Globalization.Calendars.xml", + "ref/netstandard1.3/de/System.Globalization.Calendars.xml", + "ref/netstandard1.3/es/System.Globalization.Calendars.xml", + "ref/netstandard1.3/fr/System.Globalization.Calendars.xml", + "ref/netstandard1.3/it/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ja/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ko/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ru/System.Globalization.Calendars.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.Calendars.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.Calendars.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -9202,6 +9747,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Globalization.Extensions.dll", "ref/netstandard1.3/System.Globalization.Extensions.dll", + "ref/netstandard1.3/System.Globalization.Extensions.xml", + "ref/netstandard1.3/de/System.Globalization.Extensions.xml", + "ref/netstandard1.3/es/System.Globalization.Extensions.xml", + "ref/netstandard1.3/fr/System.Globalization.Extensions.xml", + "ref/netstandard1.3/it/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ja/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ko/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ru/System.Globalization.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.Extensions.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -9213,13 +9768,14 @@ "system.globalization.extensions.nuspec" ] }, - "System.IdentityModel.Tokens.Jwt/8.0.1": { - "sha512": "GJw3bYkWpOgvN3tJo5X4lYUeIFA2HD293FPUhKmp7qxS+g5ywAb34Dnd3cDAFLkcMohy5XTpoaZ4uAHuw0uSPQ==", + "System.IdentityModel.Tokens.Jwt/8.6.0": { + "sha512": "PbhxMaAejQ5pVStTsMPzja0Q2FOeEIOQy8isxw2tTxduqIjWRJ+P78bWGpaXH67Tkeb+2t91YBj2stXEw6vyZQ==", "type": "package", - "path": "system.identitymodel.tokens.jwt/8.0.1", + "path": "system.identitymodel.tokens.jwt/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", + "README.md", "lib/net462/System.IdentityModel.Tokens.Jwt.dll", "lib/net462/System.IdentityModel.Tokens.Jwt.xml", "lib/net472/System.IdentityModel.Tokens.Jwt.dll", @@ -9232,7 +9788,7 @@ "lib/net9.0/System.IdentityModel.Tokens.Jwt.xml", "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll", "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.xml", - "system.identitymodel.tokens.jwt.8.0.1.nupkg.sha512", + "system.identitymodel.tokens.jwt.8.6.0.nupkg.sha512", "system.identitymodel.tokens.jwt.nuspec" ] }, @@ -9262,9 +9818,49 @@ "ref/net45/_._", "ref/net462/System.IO.dll", "ref/netcore50/System.IO.dll", + "ref/netcore50/System.IO.xml", + "ref/netcore50/de/System.IO.xml", + "ref/netcore50/es/System.IO.xml", + "ref/netcore50/fr/System.IO.xml", + "ref/netcore50/it/System.IO.xml", + "ref/netcore50/ja/System.IO.xml", + "ref/netcore50/ko/System.IO.xml", + "ref/netcore50/ru/System.IO.xml", + "ref/netcore50/zh-hans/System.IO.xml", + "ref/netcore50/zh-hant/System.IO.xml", "ref/netstandard1.0/System.IO.dll", + "ref/netstandard1.0/System.IO.xml", + "ref/netstandard1.0/de/System.IO.xml", + "ref/netstandard1.0/es/System.IO.xml", + "ref/netstandard1.0/fr/System.IO.xml", + "ref/netstandard1.0/it/System.IO.xml", + "ref/netstandard1.0/ja/System.IO.xml", + "ref/netstandard1.0/ko/System.IO.xml", + "ref/netstandard1.0/ru/System.IO.xml", + "ref/netstandard1.0/zh-hans/System.IO.xml", + "ref/netstandard1.0/zh-hant/System.IO.xml", "ref/netstandard1.3/System.IO.dll", + "ref/netstandard1.3/System.IO.xml", + "ref/netstandard1.3/de/System.IO.xml", + "ref/netstandard1.3/es/System.IO.xml", + "ref/netstandard1.3/fr/System.IO.xml", + "ref/netstandard1.3/it/System.IO.xml", + "ref/netstandard1.3/ja/System.IO.xml", + "ref/netstandard1.3/ko/System.IO.xml", + "ref/netstandard1.3/ru/System.IO.xml", + "ref/netstandard1.3/zh-hans/System.IO.xml", + "ref/netstandard1.3/zh-hant/System.IO.xml", "ref/netstandard1.5/System.IO.dll", + "ref/netstandard1.5/System.IO.xml", + "ref/netstandard1.5/de/System.IO.xml", + "ref/netstandard1.5/es/System.IO.xml", + "ref/netstandard1.5/fr/System.IO.xml", + "ref/netstandard1.5/it/System.IO.xml", + "ref/netstandard1.5/ja/System.IO.xml", + "ref/netstandard1.5/ko/System.IO.xml", + "ref/netstandard1.5/ru/System.IO.xml", + "ref/netstandard1.5/zh-hans/System.IO.xml", + "ref/netstandard1.5/zh-hant/System.IO.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9302,8 +9898,38 @@ "ref/net45/_._", "ref/net46/System.IO.Compression.dll", "ref/netcore50/System.IO.Compression.dll", + "ref/netcore50/System.IO.Compression.xml", + "ref/netcore50/de/System.IO.Compression.xml", + "ref/netcore50/es/System.IO.Compression.xml", + "ref/netcore50/fr/System.IO.Compression.xml", + "ref/netcore50/it/System.IO.Compression.xml", + "ref/netcore50/ja/System.IO.Compression.xml", + "ref/netcore50/ko/System.IO.Compression.xml", + "ref/netcore50/ru/System.IO.Compression.xml", + "ref/netcore50/zh-hans/System.IO.Compression.xml", + "ref/netcore50/zh-hant/System.IO.Compression.xml", "ref/netstandard1.1/System.IO.Compression.dll", + "ref/netstandard1.1/System.IO.Compression.xml", + "ref/netstandard1.1/de/System.IO.Compression.xml", + "ref/netstandard1.1/es/System.IO.Compression.xml", + "ref/netstandard1.1/fr/System.IO.Compression.xml", + "ref/netstandard1.1/it/System.IO.Compression.xml", + "ref/netstandard1.1/ja/System.IO.Compression.xml", + "ref/netstandard1.1/ko/System.IO.Compression.xml", + "ref/netstandard1.1/ru/System.IO.Compression.xml", + "ref/netstandard1.1/zh-hans/System.IO.Compression.xml", + "ref/netstandard1.1/zh-hant/System.IO.Compression.xml", "ref/netstandard1.3/System.IO.Compression.dll", + "ref/netstandard1.3/System.IO.Compression.xml", + "ref/netstandard1.3/de/System.IO.Compression.xml", + "ref/netstandard1.3/es/System.IO.Compression.xml", + "ref/netstandard1.3/fr/System.IO.Compression.xml", + "ref/netstandard1.3/it/System.IO.Compression.xml", + "ref/netstandard1.3/ja/System.IO.Compression.xml", + "ref/netstandard1.3/ko/System.IO.Compression.xml", + "ref/netstandard1.3/ru/System.IO.Compression.xml", + "ref/netstandard1.3/zh-hans/System.IO.Compression.xml", + "ref/netstandard1.3/zh-hant/System.IO.Compression.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -9339,6 +9965,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.Compression.ZipFile.dll", "ref/netstandard1.3/System.IO.Compression.ZipFile.dll", + "ref/netstandard1.3/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/de/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/es/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/fr/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/it/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ja/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ko/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ru/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/zh-hans/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/zh-hant/System.IO.Compression.ZipFile.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -9367,6 +10003,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.FileSystem.dll", "ref/netstandard1.3/System.IO.FileSystem.dll", + "ref/netstandard1.3/System.IO.FileSystem.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -9386,12 +10032,26 @@ "THIRD-PARTY-NOTICES.TXT", "lib/net46/System.IO.FileSystem.AccessControl.dll", "lib/net461/System.IO.FileSystem.AccessControl.dll", + "lib/net461/System.IO.FileSystem.AccessControl.xml", "lib/netstandard1.3/System.IO.FileSystem.AccessControl.dll", "lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll", + "lib/netstandard2.0/System.IO.FileSystem.AccessControl.xml", "ref/net46/System.IO.FileSystem.AccessControl.dll", "ref/net461/System.IO.FileSystem.AccessControl.dll", + "ref/net461/System.IO.FileSystem.AccessControl.xml", "ref/netstandard1.3/System.IO.FileSystem.AccessControl.dll", + "ref/netstandard1.3/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.AccessControl.xml", "ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll", + "ref/netstandard2.0/System.IO.FileSystem.AccessControl.xml", "runtimes/win/lib/net46/System.IO.FileSystem.AccessControl.dll", "runtimes/win/lib/net461/System.IO.FileSystem.AccessControl.dll", "runtimes/win/lib/net461/System.IO.FileSystem.AccessControl.xml", @@ -9425,6 +10085,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.FileSystem.Primitives.dll", "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll", + "ref/netstandard1.3/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.Primitives.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -9453,6 +10123,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.FileSystem.Watcher.dll", "ref/netstandard1.3/System.IO.FileSystem.Watcher.dll", + "ref/netstandard1.3/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.Watcher.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -9486,6 +10166,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.MemoryMappedFiles.dll", "ref/netstandard1.3/System.IO.MemoryMappedFiles.dll", + "ref/netstandard1.3/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/de/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/es/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/fr/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/it/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/ja/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/ko/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/ru/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/zh-hans/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/zh-hant/System.IO.MemoryMappedFiles.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -9509,10 +10199,15 @@ "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/net461/System.IO.Pipelines.dll", + "lib/net461/System.IO.Pipelines.xml", "lib/netcoreapp3.0/System.IO.Pipelines.dll", + "lib/netcoreapp3.0/System.IO.Pipelines.xml", "lib/netstandard1.3/System.IO.Pipelines.dll", + "lib/netstandard1.3/System.IO.Pipelines.xml", "lib/netstandard2.0/System.IO.Pipelines.dll", + "lib/netstandard2.0/System.IO.Pipelines.xml", "ref/netcoreapp2.0/System.IO.Pipelines.dll", + "ref/netcoreapp2.0/System.IO.Pipelines.xml", "system.io.pipelines.5.0.1.nupkg.sha512", "system.io.pipelines.nuspec", "useSharedDesignerContext.txt", @@ -9540,6 +10235,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.UnmanagedMemoryStream.dll", "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.dll", + "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/de/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/es/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/fr/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/it/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/ja/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/ko/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/ru/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/zh-hans/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/zh-hant/System.IO.UnmanagedMemoryStream.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -9576,8 +10281,38 @@ "ref/net45/_._", "ref/net463/System.Linq.dll", "ref/netcore50/System.Linq.dll", + "ref/netcore50/System.Linq.xml", + "ref/netcore50/de/System.Linq.xml", + "ref/netcore50/es/System.Linq.xml", + "ref/netcore50/fr/System.Linq.xml", + "ref/netcore50/it/System.Linq.xml", + "ref/netcore50/ja/System.Linq.xml", + "ref/netcore50/ko/System.Linq.xml", + "ref/netcore50/ru/System.Linq.xml", + "ref/netcore50/zh-hans/System.Linq.xml", + "ref/netcore50/zh-hant/System.Linq.xml", "ref/netstandard1.0/System.Linq.dll", + "ref/netstandard1.0/System.Linq.xml", + "ref/netstandard1.0/de/System.Linq.xml", + "ref/netstandard1.0/es/System.Linq.xml", + "ref/netstandard1.0/fr/System.Linq.xml", + "ref/netstandard1.0/it/System.Linq.xml", + "ref/netstandard1.0/ja/System.Linq.xml", + "ref/netstandard1.0/ko/System.Linq.xml", + "ref/netstandard1.0/ru/System.Linq.xml", + "ref/netstandard1.0/zh-hans/System.Linq.xml", + "ref/netstandard1.0/zh-hant/System.Linq.xml", "ref/netstandard1.6/System.Linq.dll", + "ref/netstandard1.6/System.Linq.xml", + "ref/netstandard1.6/de/System.Linq.xml", + "ref/netstandard1.6/es/System.Linq.xml", + "ref/netstandard1.6/fr/System.Linq.xml", + "ref/netstandard1.6/it/System.Linq.xml", + "ref/netstandard1.6/ja/System.Linq.xml", + "ref/netstandard1.6/ko/System.Linq.xml", + "ref/netstandard1.6/ru/System.Linq.xml", + "ref/netstandard1.6/zh-hans/System.Linq.xml", + "ref/netstandard1.6/zh-hant/System.Linq.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9618,9 +10353,49 @@ "ref/net45/_._", "ref/net463/System.Linq.Expressions.dll", "ref/netcore50/System.Linq.Expressions.dll", + "ref/netcore50/System.Linq.Expressions.xml", + "ref/netcore50/de/System.Linq.Expressions.xml", + "ref/netcore50/es/System.Linq.Expressions.xml", + "ref/netcore50/fr/System.Linq.Expressions.xml", + "ref/netcore50/it/System.Linq.Expressions.xml", + "ref/netcore50/ja/System.Linq.Expressions.xml", + "ref/netcore50/ko/System.Linq.Expressions.xml", + "ref/netcore50/ru/System.Linq.Expressions.xml", + "ref/netcore50/zh-hans/System.Linq.Expressions.xml", + "ref/netcore50/zh-hant/System.Linq.Expressions.xml", "ref/netstandard1.0/System.Linq.Expressions.dll", + "ref/netstandard1.0/System.Linq.Expressions.xml", + "ref/netstandard1.0/de/System.Linq.Expressions.xml", + "ref/netstandard1.0/es/System.Linq.Expressions.xml", + "ref/netstandard1.0/fr/System.Linq.Expressions.xml", + "ref/netstandard1.0/it/System.Linq.Expressions.xml", + "ref/netstandard1.0/ja/System.Linq.Expressions.xml", + "ref/netstandard1.0/ko/System.Linq.Expressions.xml", + "ref/netstandard1.0/ru/System.Linq.Expressions.xml", + "ref/netstandard1.0/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.0/zh-hant/System.Linq.Expressions.xml", "ref/netstandard1.3/System.Linq.Expressions.dll", + "ref/netstandard1.3/System.Linq.Expressions.xml", + "ref/netstandard1.3/de/System.Linq.Expressions.xml", + "ref/netstandard1.3/es/System.Linq.Expressions.xml", + "ref/netstandard1.3/fr/System.Linq.Expressions.xml", + "ref/netstandard1.3/it/System.Linq.Expressions.xml", + "ref/netstandard1.3/ja/System.Linq.Expressions.xml", + "ref/netstandard1.3/ko/System.Linq.Expressions.xml", + "ref/netstandard1.3/ru/System.Linq.Expressions.xml", + "ref/netstandard1.3/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.3/zh-hant/System.Linq.Expressions.xml", "ref/netstandard1.6/System.Linq.Expressions.dll", + "ref/netstandard1.6/System.Linq.Expressions.xml", + "ref/netstandard1.6/de/System.Linq.Expressions.xml", + "ref/netstandard1.6/es/System.Linq.Expressions.xml", + "ref/netstandard1.6/fr/System.Linq.Expressions.xml", + "ref/netstandard1.6/it/System.Linq.Expressions.xml", + "ref/netstandard1.6/ja/System.Linq.Expressions.xml", + "ref/netstandard1.6/ko/System.Linq.Expressions.xml", + "ref/netstandard1.6/ru/System.Linq.Expressions.xml", + "ref/netstandard1.6/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.6/zh-hant/System.Linq.Expressions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9659,7 +10434,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Linq.Parallel.dll", + "ref/netcore50/System.Linq.Parallel.xml", + "ref/netcore50/de/System.Linq.Parallel.xml", + "ref/netcore50/es/System.Linq.Parallel.xml", + "ref/netcore50/fr/System.Linq.Parallel.xml", + "ref/netcore50/it/System.Linq.Parallel.xml", + "ref/netcore50/ja/System.Linq.Parallel.xml", + "ref/netcore50/ko/System.Linq.Parallel.xml", + "ref/netcore50/ru/System.Linq.Parallel.xml", + "ref/netcore50/zh-hans/System.Linq.Parallel.xml", + "ref/netcore50/zh-hant/System.Linq.Parallel.xml", "ref/netstandard1.1/System.Linq.Parallel.dll", + "ref/netstandard1.1/System.Linq.Parallel.xml", + "ref/netstandard1.1/de/System.Linq.Parallel.xml", + "ref/netstandard1.1/es/System.Linq.Parallel.xml", + "ref/netstandard1.1/fr/System.Linq.Parallel.xml", + "ref/netstandard1.1/it/System.Linq.Parallel.xml", + "ref/netstandard1.1/ja/System.Linq.Parallel.xml", + "ref/netstandard1.1/ko/System.Linq.Parallel.xml", + "ref/netstandard1.1/ru/System.Linq.Parallel.xml", + "ref/netstandard1.1/zh-hans/System.Linq.Parallel.xml", + "ref/netstandard1.1/zh-hant/System.Linq.Parallel.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -9697,7 +10492,27 @@ "ref/monotouch10/_._", "ref/net45/_._", "ref/netcore50/System.Linq.Queryable.dll", + "ref/netcore50/System.Linq.Queryable.xml", + "ref/netcore50/de/System.Linq.Queryable.xml", + "ref/netcore50/es/System.Linq.Queryable.xml", + "ref/netcore50/fr/System.Linq.Queryable.xml", + "ref/netcore50/it/System.Linq.Queryable.xml", + "ref/netcore50/ja/System.Linq.Queryable.xml", + "ref/netcore50/ko/System.Linq.Queryable.xml", + "ref/netcore50/ru/System.Linq.Queryable.xml", + "ref/netcore50/zh-hans/System.Linq.Queryable.xml", + "ref/netcore50/zh-hant/System.Linq.Queryable.xml", "ref/netstandard1.0/System.Linq.Queryable.dll", + "ref/netstandard1.0/System.Linq.Queryable.xml", + "ref/netstandard1.0/de/System.Linq.Queryable.xml", + "ref/netstandard1.0/es/System.Linq.Queryable.xml", + "ref/netstandard1.0/fr/System.Linq.Queryable.xml", + "ref/netstandard1.0/it/System.Linq.Queryable.xml", + "ref/netstandard1.0/ja/System.Linq.Queryable.xml", + "ref/netstandard1.0/ko/System.Linq.Queryable.xml", + "ref/netstandard1.0/ru/System.Linq.Queryable.xml", + "ref/netstandard1.0/zh-hans/System.Linq.Queryable.xml", + "ref/netstandard1.0/zh-hant/System.Linq.Queryable.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9744,7 +10559,9 @@ "DotNetPackageIcon.png", "README.md", "lib/net461/System.Memory.Data.dll", + "lib/net461/System.Memory.Data.xml", "lib/netstandard2.0/System.Memory.Data.dll", + "lib/netstandard2.0/System.Memory.Data.xml", "system.memory.data.1.0.2.nupkg.sha512", "system.memory.data.nuspec" ] @@ -9774,9 +10591,49 @@ "ref/monotouch10/_._", "ref/net45/_._", "ref/net46/System.Net.Http.dll", + "ref/net46/System.Net.Http.xml", + "ref/net46/de/System.Net.Http.xml", + "ref/net46/es/System.Net.Http.xml", + "ref/net46/fr/System.Net.Http.xml", + "ref/net46/it/System.Net.Http.xml", + "ref/net46/ja/System.Net.Http.xml", + "ref/net46/ko/System.Net.Http.xml", + "ref/net46/ru/System.Net.Http.xml", + "ref/net46/zh-hans/System.Net.Http.xml", + "ref/net46/zh-hant/System.Net.Http.xml", "ref/netcore50/System.Net.Http.dll", + "ref/netcore50/System.Net.Http.xml", + "ref/netcore50/de/System.Net.Http.xml", + "ref/netcore50/es/System.Net.Http.xml", + "ref/netcore50/fr/System.Net.Http.xml", + "ref/netcore50/it/System.Net.Http.xml", + "ref/netcore50/ja/System.Net.Http.xml", + "ref/netcore50/ko/System.Net.Http.xml", + "ref/netcore50/ru/System.Net.Http.xml", + "ref/netcore50/zh-hans/System.Net.Http.xml", + "ref/netcore50/zh-hant/System.Net.Http.xml", "ref/netstandard1.1/System.Net.Http.dll", + "ref/netstandard1.1/System.Net.Http.xml", + "ref/netstandard1.1/de/System.Net.Http.xml", + "ref/netstandard1.1/es/System.Net.Http.xml", + "ref/netstandard1.1/fr/System.Net.Http.xml", + "ref/netstandard1.1/it/System.Net.Http.xml", + "ref/netstandard1.1/ja/System.Net.Http.xml", + "ref/netstandard1.1/ko/System.Net.Http.xml", + "ref/netstandard1.1/ru/System.Net.Http.xml", + "ref/netstandard1.1/zh-hans/System.Net.Http.xml", + "ref/netstandard1.1/zh-hant/System.Net.Http.xml", "ref/netstandard1.3/System.Net.Http.dll", + "ref/netstandard1.3/System.Net.Http.xml", + "ref/netstandard1.3/de/System.Net.Http.xml", + "ref/netstandard1.3/es/System.Net.Http.xml", + "ref/netstandard1.3/fr/System.Net.Http.xml", + "ref/netstandard1.3/it/System.Net.Http.xml", + "ref/netstandard1.3/ja/System.Net.Http.xml", + "ref/netstandard1.3/ko/System.Net.Http.xml", + "ref/netstandard1.3/ru/System.Net.Http.xml", + "ref/netstandard1.3/zh-hans/System.Net.Http.xml", + "ref/netstandard1.3/zh-hant/System.Net.Http.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -9811,6 +10668,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Net.NameResolution.dll", "ref/netstandard1.3/System.Net.NameResolution.dll", + "ref/netstandard1.3/System.Net.NameResolution.xml", + "ref/netstandard1.3/de/System.Net.NameResolution.xml", + "ref/netstandard1.3/es/System.Net.NameResolution.xml", + "ref/netstandard1.3/fr/System.Net.NameResolution.xml", + "ref/netstandard1.3/it/System.Net.NameResolution.xml", + "ref/netstandard1.3/ja/System.Net.NameResolution.xml", + "ref/netstandard1.3/ko/System.Net.NameResolution.xml", + "ref/netstandard1.3/ru/System.Net.NameResolution.xml", + "ref/netstandard1.3/zh-hans/System.Net.NameResolution.xml", + "ref/netstandard1.3/zh-hant/System.Net.NameResolution.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -9847,9 +10714,49 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Net.Primitives.dll", + "ref/netcore50/System.Net.Primitives.xml", + "ref/netcore50/de/System.Net.Primitives.xml", + "ref/netcore50/es/System.Net.Primitives.xml", + "ref/netcore50/fr/System.Net.Primitives.xml", + "ref/netcore50/it/System.Net.Primitives.xml", + "ref/netcore50/ja/System.Net.Primitives.xml", + "ref/netcore50/ko/System.Net.Primitives.xml", + "ref/netcore50/ru/System.Net.Primitives.xml", + "ref/netcore50/zh-hans/System.Net.Primitives.xml", + "ref/netcore50/zh-hant/System.Net.Primitives.xml", "ref/netstandard1.0/System.Net.Primitives.dll", + "ref/netstandard1.0/System.Net.Primitives.xml", + "ref/netstandard1.0/de/System.Net.Primitives.xml", + "ref/netstandard1.0/es/System.Net.Primitives.xml", + "ref/netstandard1.0/fr/System.Net.Primitives.xml", + "ref/netstandard1.0/it/System.Net.Primitives.xml", + "ref/netstandard1.0/ja/System.Net.Primitives.xml", + "ref/netstandard1.0/ko/System.Net.Primitives.xml", + "ref/netstandard1.0/ru/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Net.Primitives.xml", "ref/netstandard1.1/System.Net.Primitives.dll", + "ref/netstandard1.1/System.Net.Primitives.xml", + "ref/netstandard1.1/de/System.Net.Primitives.xml", + "ref/netstandard1.1/es/System.Net.Primitives.xml", + "ref/netstandard1.1/fr/System.Net.Primitives.xml", + "ref/netstandard1.1/it/System.Net.Primitives.xml", + "ref/netstandard1.1/ja/System.Net.Primitives.xml", + "ref/netstandard1.1/ko/System.Net.Primitives.xml", + "ref/netstandard1.1/ru/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hant/System.Net.Primitives.xml", "ref/netstandard1.3/System.Net.Primitives.dll", + "ref/netstandard1.3/System.Net.Primitives.xml", + "ref/netstandard1.3/de/System.Net.Primitives.xml", + "ref/netstandard1.3/es/System.Net.Primitives.xml", + "ref/netstandard1.3/fr/System.Net.Primitives.xml", + "ref/netstandard1.3/it/System.Net.Primitives.xml", + "ref/netstandard1.3/ja/System.Net.Primitives.xml", + "ref/netstandard1.3/ko/System.Net.Primitives.xml", + "ref/netstandard1.3/ru/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.Net.Primitives.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9887,9 +10794,49 @@ "ref/net45/_._", "ref/net46/_._", "ref/netcore50/System.Net.Requests.dll", + "ref/netcore50/System.Net.Requests.xml", + "ref/netcore50/de/System.Net.Requests.xml", + "ref/netcore50/es/System.Net.Requests.xml", + "ref/netcore50/fr/System.Net.Requests.xml", + "ref/netcore50/it/System.Net.Requests.xml", + "ref/netcore50/ja/System.Net.Requests.xml", + "ref/netcore50/ko/System.Net.Requests.xml", + "ref/netcore50/ru/System.Net.Requests.xml", + "ref/netcore50/zh-hans/System.Net.Requests.xml", + "ref/netcore50/zh-hant/System.Net.Requests.xml", "ref/netstandard1.0/System.Net.Requests.dll", + "ref/netstandard1.0/System.Net.Requests.xml", + "ref/netstandard1.0/de/System.Net.Requests.xml", + "ref/netstandard1.0/es/System.Net.Requests.xml", + "ref/netstandard1.0/fr/System.Net.Requests.xml", + "ref/netstandard1.0/it/System.Net.Requests.xml", + "ref/netstandard1.0/ja/System.Net.Requests.xml", + "ref/netstandard1.0/ko/System.Net.Requests.xml", + "ref/netstandard1.0/ru/System.Net.Requests.xml", + "ref/netstandard1.0/zh-hans/System.Net.Requests.xml", + "ref/netstandard1.0/zh-hant/System.Net.Requests.xml", "ref/netstandard1.1/System.Net.Requests.dll", + "ref/netstandard1.1/System.Net.Requests.xml", + "ref/netstandard1.1/de/System.Net.Requests.xml", + "ref/netstandard1.1/es/System.Net.Requests.xml", + "ref/netstandard1.1/fr/System.Net.Requests.xml", + "ref/netstandard1.1/it/System.Net.Requests.xml", + "ref/netstandard1.1/ja/System.Net.Requests.xml", + "ref/netstandard1.1/ko/System.Net.Requests.xml", + "ref/netstandard1.1/ru/System.Net.Requests.xml", + "ref/netstandard1.1/zh-hans/System.Net.Requests.xml", + "ref/netstandard1.1/zh-hant/System.Net.Requests.xml", "ref/netstandard1.3/System.Net.Requests.dll", + "ref/netstandard1.3/System.Net.Requests.xml", + "ref/netstandard1.3/de/System.Net.Requests.xml", + "ref/netstandard1.3/es/System.Net.Requests.xml", + "ref/netstandard1.3/fr/System.Net.Requests.xml", + "ref/netstandard1.3/it/System.Net.Requests.xml", + "ref/netstandard1.3/ja/System.Net.Requests.xml", + "ref/netstandard1.3/ko/System.Net.Requests.xml", + "ref/netstandard1.3/ru/System.Net.Requests.xml", + "ref/netstandard1.3/zh-hans/System.Net.Requests.xml", + "ref/netstandard1.3/zh-hant/System.Net.Requests.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9925,6 +10872,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Net.Security.dll", "ref/netstandard1.3/System.Net.Security.dll", + "ref/netstandard1.3/System.Net.Security.xml", + "ref/netstandard1.3/de/System.Net.Security.xml", + "ref/netstandard1.3/es/System.Net.Security.xml", + "ref/netstandard1.3/fr/System.Net.Security.xml", + "ref/netstandard1.3/it/System.Net.Security.xml", + "ref/netstandard1.3/ja/System.Net.Security.xml", + "ref/netstandard1.3/ko/System.Net.Security.xml", + "ref/netstandard1.3/ru/System.Net.Security.xml", + "ref/netstandard1.3/zh-hans/System.Net.Security.xml", + "ref/netstandard1.3/zh-hant/System.Net.Security.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -9957,6 +10914,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Net.Sockets.dll", "ref/netstandard1.3/System.Net.Sockets.dll", + "ref/netstandard1.3/System.Net.Sockets.xml", + "ref/netstandard1.3/de/System.Net.Sockets.xml", + "ref/netstandard1.3/es/System.Net.Sockets.xml", + "ref/netstandard1.3/fr/System.Net.Sockets.xml", + "ref/netstandard1.3/it/System.Net.Sockets.xml", + "ref/netstandard1.3/ja/System.Net.Sockets.xml", + "ref/netstandard1.3/ko/System.Net.Sockets.xml", + "ref/netstandard1.3/ru/System.Net.Sockets.xml", + "ref/netstandard1.3/zh-hans/System.Net.Sockets.xml", + "ref/netstandard1.3/zh-hant/System.Net.Sockets.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -9986,6 +10953,16 @@ "ref/MonoTouch10/_._", "ref/net46/_._", "ref/netstandard1.3/System.Net.WebHeaderCollection.dll", + "ref/netstandard1.3/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/de/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/es/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/fr/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/it/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/ja/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/ko/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/ru/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/zh-hans/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/zh-hant/System.Net.WebHeaderCollection.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -10006,9 +10983,12 @@ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/System.Numerics.Vectors.dll", + "lib/net46/System.Numerics.Vectors.xml", "lib/netcoreapp2.0/_._", "lib/netstandard1.0/System.Numerics.Vectors.dll", + "lib/netstandard1.0/System.Numerics.Vectors.xml", "lib/netstandard2.0/System.Numerics.Vectors.dll", + "lib/netstandard2.0/System.Numerics.Vectors.xml", "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll", "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml", "lib/uap10.0.16299/_._", @@ -10019,10 +10999,14 @@ "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net45/System.Numerics.Vectors.dll", + "ref/net45/System.Numerics.Vectors.xml", "ref/net46/System.Numerics.Vectors.dll", + "ref/net46/System.Numerics.Vectors.xml", "ref/netcoreapp2.0/_._", "ref/netstandard1.0/System.Numerics.Vectors.dll", + "ref/netstandard1.0/System.Numerics.Vectors.xml", "ref/netstandard2.0/System.Numerics.Vectors.dll", + "ref/netstandard2.0/System.Numerics.Vectors.xml", "ref/uap10.0.16299/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", @@ -10060,8 +11044,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.ObjectModel.dll", + "ref/netcore50/System.ObjectModel.xml", + "ref/netcore50/de/System.ObjectModel.xml", + "ref/netcore50/es/System.ObjectModel.xml", + "ref/netcore50/fr/System.ObjectModel.xml", + "ref/netcore50/it/System.ObjectModel.xml", + "ref/netcore50/ja/System.ObjectModel.xml", + "ref/netcore50/ko/System.ObjectModel.xml", + "ref/netcore50/ru/System.ObjectModel.xml", + "ref/netcore50/zh-hans/System.ObjectModel.xml", + "ref/netcore50/zh-hant/System.ObjectModel.xml", "ref/netstandard1.0/System.ObjectModel.dll", + "ref/netstandard1.0/System.ObjectModel.xml", + "ref/netstandard1.0/de/System.ObjectModel.xml", + "ref/netstandard1.0/es/System.ObjectModel.xml", + "ref/netstandard1.0/fr/System.ObjectModel.xml", + "ref/netstandard1.0/it/System.ObjectModel.xml", + "ref/netstandard1.0/ja/System.ObjectModel.xml", + "ref/netstandard1.0/ko/System.ObjectModel.xml", + "ref/netstandard1.0/ru/System.ObjectModel.xml", + "ref/netstandard1.0/zh-hans/System.ObjectModel.xml", + "ref/netstandard1.0/zh-hant/System.ObjectModel.xml", "ref/netstandard1.3/System.ObjectModel.dll", + "ref/netstandard1.3/System.ObjectModel.xml", + "ref/netstandard1.3/de/System.ObjectModel.xml", + "ref/netstandard1.3/es/System.ObjectModel.xml", + "ref/netstandard1.3/fr/System.ObjectModel.xml", + "ref/netstandard1.3/it/System.ObjectModel.xml", + "ref/netstandard1.3/ja/System.ObjectModel.xml", + "ref/netstandard1.3/ko/System.ObjectModel.xml", + "ref/netstandard1.3/ru/System.ObjectModel.xml", + "ref/netstandard1.3/zh-hans/System.ObjectModel.xml", + "ref/netstandard1.3/zh-hant/System.ObjectModel.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -10116,9 +11130,49 @@ "ref/net45/_._", "ref/net462/System.Reflection.dll", "ref/netcore50/System.Reflection.dll", + "ref/netcore50/System.Reflection.xml", + "ref/netcore50/de/System.Reflection.xml", + "ref/netcore50/es/System.Reflection.xml", + "ref/netcore50/fr/System.Reflection.xml", + "ref/netcore50/it/System.Reflection.xml", + "ref/netcore50/ja/System.Reflection.xml", + "ref/netcore50/ko/System.Reflection.xml", + "ref/netcore50/ru/System.Reflection.xml", + "ref/netcore50/zh-hans/System.Reflection.xml", + "ref/netcore50/zh-hant/System.Reflection.xml", "ref/netstandard1.0/System.Reflection.dll", + "ref/netstandard1.0/System.Reflection.xml", + "ref/netstandard1.0/de/System.Reflection.xml", + "ref/netstandard1.0/es/System.Reflection.xml", + "ref/netstandard1.0/fr/System.Reflection.xml", + "ref/netstandard1.0/it/System.Reflection.xml", + "ref/netstandard1.0/ja/System.Reflection.xml", + "ref/netstandard1.0/ko/System.Reflection.xml", + "ref/netstandard1.0/ru/System.Reflection.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.xml", "ref/netstandard1.3/System.Reflection.dll", + "ref/netstandard1.3/System.Reflection.xml", + "ref/netstandard1.3/de/System.Reflection.xml", + "ref/netstandard1.3/es/System.Reflection.xml", + "ref/netstandard1.3/fr/System.Reflection.xml", + "ref/netstandard1.3/it/System.Reflection.xml", + "ref/netstandard1.3/ja/System.Reflection.xml", + "ref/netstandard1.3/ko/System.Reflection.xml", + "ref/netstandard1.3/ru/System.Reflection.xml", + "ref/netstandard1.3/zh-hans/System.Reflection.xml", + "ref/netstandard1.3/zh-hant/System.Reflection.xml", "ref/netstandard1.5/System.Reflection.dll", + "ref/netstandard1.5/System.Reflection.xml", + "ref/netstandard1.5/de/System.Reflection.xml", + "ref/netstandard1.5/es/System.Reflection.xml", + "ref/netstandard1.5/fr/System.Reflection.xml", + "ref/netstandard1.5/it/System.Reflection.xml", + "ref/netstandard1.5/ja/System.Reflection.xml", + "ref/netstandard1.5/ko/System.Reflection.xml", + "ref/netstandard1.5/ru/System.Reflection.xml", + "ref/netstandard1.5/zh-hans/System.Reflection.xml", + "ref/netstandard1.5/zh-hant/System.Reflection.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -10150,6 +11204,16 @@ "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/netstandard1.3/System.Reflection.DispatchProxy.dll", + "ref/netstandard1.3/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/de/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/es/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/fr/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/it/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/ja/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/ko/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/ru/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/zh-hans/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/zh-hant/System.Reflection.DispatchProxy.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -10180,6 +11244,16 @@ "ref/MonoAndroid10/_._", "ref/net45/_._", "ref/netstandard1.1/System.Reflection.Emit.dll", + "ref/netstandard1.1/System.Reflection.Emit.xml", + "ref/netstandard1.1/de/System.Reflection.Emit.xml", + "ref/netstandard1.1/es/System.Reflection.Emit.xml", + "ref/netstandard1.1/fr/System.Reflection.Emit.xml", + "ref/netstandard1.1/it/System.Reflection.Emit.xml", + "ref/netstandard1.1/ja/System.Reflection.Emit.xml", + "ref/netstandard1.1/ko/System.Reflection.Emit.xml", + "ref/netstandard1.1/ru/System.Reflection.Emit.xml", + "ref/netstandard1.1/zh-hans/System.Reflection.Emit.xml", + "ref/netstandard1.1/zh-hant/System.Reflection.Emit.xml", "ref/xamarinmac20/_._", "system.reflection.emit.4.3.0.nupkg.sha512", "system.reflection.emit.nuspec" @@ -10209,6 +11283,16 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll", + "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/de/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/es/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/fr/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/it/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ja/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ko/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ru/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Emit.ILGeneration.xml", "ref/portable-net45+wp8/_._", "ref/wp80/_._", "ref/xamarinios10/_._", @@ -10244,6 +11328,16 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netstandard1.0/System.Reflection.Emit.Lightweight.dll", + "ref/netstandard1.0/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/de/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/es/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/fr/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/it/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ja/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ko/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ru/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Emit.Lightweight.xml", "ref/portable-net45+wp8/_._", "ref/wp80/_._", "ref/xamarinios10/_._", @@ -10279,7 +11373,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Reflection.Extensions.dll", + "ref/netcore50/System.Reflection.Extensions.xml", + "ref/netcore50/de/System.Reflection.Extensions.xml", + "ref/netcore50/es/System.Reflection.Extensions.xml", + "ref/netcore50/fr/System.Reflection.Extensions.xml", + "ref/netcore50/it/System.Reflection.Extensions.xml", + "ref/netcore50/ja/System.Reflection.Extensions.xml", + "ref/netcore50/ko/System.Reflection.Extensions.xml", + "ref/netcore50/ru/System.Reflection.Extensions.xml", + "ref/netcore50/zh-hans/System.Reflection.Extensions.xml", + "ref/netcore50/zh-hant/System.Reflection.Extensions.xml", "ref/netstandard1.0/System.Reflection.Extensions.dll", + "ref/netstandard1.0/System.Reflection.Extensions.xml", + "ref/netstandard1.0/de/System.Reflection.Extensions.xml", + "ref/netstandard1.0/es/System.Reflection.Extensions.xml", + "ref/netstandard1.0/fr/System.Reflection.Extensions.xml", + "ref/netstandard1.0/it/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ja/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ko/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ru/System.Reflection.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Extensions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -10302,7 +11416,9 @@ "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/netstandard2.0/System.Reflection.Metadata.dll", + "lib/netstandard2.0/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml", "system.reflection.metadata.1.6.0.nupkg.sha512", @@ -10335,7 +11451,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/netcore50/de/System.Reflection.Primitives.xml", + "ref/netcore50/es/System.Reflection.Primitives.xml", + "ref/netcore50/fr/System.Reflection.Primitives.xml", + "ref/netcore50/it/System.Reflection.Primitives.xml", + "ref/netcore50/ja/System.Reflection.Primitives.xml", + "ref/netcore50/ko/System.Reflection.Primitives.xml", + "ref/netcore50/ru/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hans/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hant/System.Reflection.Primitives.xml", "ref/netstandard1.0/System.Reflection.Primitives.dll", + "ref/netstandard1.0/System.Reflection.Primitives.xml", + "ref/netstandard1.0/de/System.Reflection.Primitives.xml", + "ref/netstandard1.0/es/System.Reflection.Primitives.xml", + "ref/netstandard1.0/fr/System.Reflection.Primitives.xml", + "ref/netstandard1.0/it/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ja/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ko/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ru/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -10440,7 +11576,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/netcore50/System.Resources.ResourceManager.xml", + "ref/netcore50/de/System.Resources.ResourceManager.xml", + "ref/netcore50/es/System.Resources.ResourceManager.xml", + "ref/netcore50/fr/System.Resources.ResourceManager.xml", + "ref/netcore50/it/System.Resources.ResourceManager.xml", + "ref/netcore50/ja/System.Resources.ResourceManager.xml", + "ref/netcore50/ko/System.Resources.ResourceManager.xml", + "ref/netcore50/ru/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml", "ref/netstandard1.0/System.Resources.ResourceManager.dll", + "ref/netstandard1.0/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/de/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/es/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/it/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -10479,10 +11635,60 @@ "ref/net45/_._", "ref/net462/System.Runtime.dll", "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", + "ref/netcore50/de/System.Runtime.xml", + "ref/netcore50/es/System.Runtime.xml", + "ref/netcore50/fr/System.Runtime.xml", + "ref/netcore50/it/System.Runtime.xml", + "ref/netcore50/ja/System.Runtime.xml", + "ref/netcore50/ko/System.Runtime.xml", + "ref/netcore50/ru/System.Runtime.xml", + "ref/netcore50/zh-hans/System.Runtime.xml", + "ref/netcore50/zh-hant/System.Runtime.xml", "ref/netstandard1.0/System.Runtime.dll", + "ref/netstandard1.0/System.Runtime.xml", + "ref/netstandard1.0/de/System.Runtime.xml", + "ref/netstandard1.0/es/System.Runtime.xml", + "ref/netstandard1.0/fr/System.Runtime.xml", + "ref/netstandard1.0/it/System.Runtime.xml", + "ref/netstandard1.0/ja/System.Runtime.xml", + "ref/netstandard1.0/ko/System.Runtime.xml", + "ref/netstandard1.0/ru/System.Runtime.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.xml", "ref/netstandard1.2/System.Runtime.dll", + "ref/netstandard1.2/System.Runtime.xml", + "ref/netstandard1.2/de/System.Runtime.xml", + "ref/netstandard1.2/es/System.Runtime.xml", + "ref/netstandard1.2/fr/System.Runtime.xml", + "ref/netstandard1.2/it/System.Runtime.xml", + "ref/netstandard1.2/ja/System.Runtime.xml", + "ref/netstandard1.2/ko/System.Runtime.xml", + "ref/netstandard1.2/ru/System.Runtime.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.xml", "ref/netstandard1.3/System.Runtime.dll", + "ref/netstandard1.3/System.Runtime.xml", + "ref/netstandard1.3/de/System.Runtime.xml", + "ref/netstandard1.3/es/System.Runtime.xml", + "ref/netstandard1.3/fr/System.Runtime.xml", + "ref/netstandard1.3/it/System.Runtime.xml", + "ref/netstandard1.3/ja/System.Runtime.xml", + "ref/netstandard1.3/ko/System.Runtime.xml", + "ref/netstandard1.3/ru/System.Runtime.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.xml", "ref/netstandard1.5/System.Runtime.dll", + "ref/netstandard1.5/System.Runtime.xml", + "ref/netstandard1.5/de/System.Runtime.xml", + "ref/netstandard1.5/es/System.Runtime.xml", + "ref/netstandard1.5/fr/System.Runtime.xml", + "ref/netstandard1.5/it/System.Runtime.xml", + "ref/netstandard1.5/ja/System.Runtime.xml", + "ref/netstandard1.5/ko/System.Runtime.xml", + "ref/netstandard1.5/ru/System.Runtime.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.xml", "ref/portable-net45+win8+wp80+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -10495,27 +11701,6 @@ "system.runtime.nuspec" ] }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { - "sha512": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", - "type": "package", - "path": "system.runtime.compilerservices.unsafe/6.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/System.Runtime.CompilerServices.Unsafe.dll", - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll", - "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll", - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", - "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", - "system.runtime.compilerservices.unsafe.nuspec", - "useSharedDesignerContext.txt" - ] - }, "System.Runtime.Extensions/4.3.0": { "sha512": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", "type": "package", @@ -10542,9 +11727,49 @@ "ref/net45/_._", "ref/net462/System.Runtime.Extensions.dll", "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", + "ref/netcore50/de/System.Runtime.Extensions.xml", + "ref/netcore50/es/System.Runtime.Extensions.xml", + "ref/netcore50/fr/System.Runtime.Extensions.xml", + "ref/netcore50/it/System.Runtime.Extensions.xml", + "ref/netcore50/ja/System.Runtime.Extensions.xml", + "ref/netcore50/ko/System.Runtime.Extensions.xml", + "ref/netcore50/ru/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/netstandard1.0/System.Runtime.Extensions.dll", + "ref/netstandard1.0/System.Runtime.Extensions.xml", + "ref/netstandard1.0/de/System.Runtime.Extensions.xml", + "ref/netstandard1.0/es/System.Runtime.Extensions.xml", + "ref/netstandard1.0/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.0/it/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml", "ref/netstandard1.3/System.Runtime.Extensions.dll", + "ref/netstandard1.3/System.Runtime.Extensions.xml", + "ref/netstandard1.3/de/System.Runtime.Extensions.xml", + "ref/netstandard1.3/es/System.Runtime.Extensions.xml", + "ref/netstandard1.3/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.3/it/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml", "ref/netstandard1.5/System.Runtime.Extensions.dll", + "ref/netstandard1.5/System.Runtime.Extensions.xml", + "ref/netstandard1.5/de/System.Runtime.Extensions.xml", + "ref/netstandard1.5/es/System.Runtime.Extensions.xml", + "ref/netstandard1.5/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.5/it/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -10577,6 +11802,16 @@ "ref/MonoTouch10/_._", "ref/net46/_._", "ref/netstandard1.3/System.Runtime.Handles.dll", + "ref/netstandard1.3/System.Runtime.Handles.xml", + "ref/netstandard1.3/de/System.Runtime.Handles.xml", + "ref/netstandard1.3/es/System.Runtime.Handles.xml", + "ref/netstandard1.3/fr/System.Runtime.Handles.xml", + "ref/netstandard1.3/it/System.Runtime.Handles.xml", + "ref/netstandard1.3/ja/System.Runtime.Handles.xml", + "ref/netstandard1.3/ko/System.Runtime.Handles.xml", + "ref/netstandard1.3/ru/System.Runtime.Handles.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Handles.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Handles.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -10612,11 +11847,61 @@ "ref/net462/System.Runtime.InteropServices.dll", "ref/net463/System.Runtime.InteropServices.dll", "ref/netcore50/System.Runtime.InteropServices.dll", + "ref/netcore50/System.Runtime.InteropServices.xml", + "ref/netcore50/de/System.Runtime.InteropServices.xml", + "ref/netcore50/es/System.Runtime.InteropServices.xml", + "ref/netcore50/fr/System.Runtime.InteropServices.xml", + "ref/netcore50/it/System.Runtime.InteropServices.xml", + "ref/netcore50/ja/System.Runtime.InteropServices.xml", + "ref/netcore50/ko/System.Runtime.InteropServices.xml", + "ref/netcore50/ru/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hans/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hant/System.Runtime.InteropServices.xml", "ref/netcoreapp1.1/System.Runtime.InteropServices.dll", "ref/netstandard1.1/System.Runtime.InteropServices.dll", + "ref/netstandard1.1/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml", "ref/netstandard1.2/System.Runtime.InteropServices.dll", + "ref/netstandard1.2/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml", "ref/netstandard1.3/System.Runtime.InteropServices.dll", + "ref/netstandard1.3/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml", "ref/netstandard1.5/System.Runtime.InteropServices.dll", + "ref/netstandard1.5/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -10675,6 +11960,16 @@ "lib/net462/_._", "lib/netstandard1.5/System.Runtime.Loader.dll", "ref/netstandard1.5/System.Runtime.Loader.dll", + "ref/netstandard1.5/System.Runtime.Loader.xml", + "ref/netstandard1.5/de/System.Runtime.Loader.xml", + "ref/netstandard1.5/es/System.Runtime.Loader.xml", + "ref/netstandard1.5/fr/System.Runtime.Loader.xml", + "ref/netstandard1.5/it/System.Runtime.Loader.xml", + "ref/netstandard1.5/ja/System.Runtime.Loader.xml", + "ref/netstandard1.5/ko/System.Runtime.Loader.xml", + "ref/netstandard1.5/ru/System.Runtime.Loader.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.Loader.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.Loader.xml", "system.runtime.loader.4.0.0.nupkg.sha512", "system.runtime.loader.nuspec" ] @@ -10704,7 +11999,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Runtime.Numerics.dll", + "ref/netcore50/System.Runtime.Numerics.xml", + "ref/netcore50/de/System.Runtime.Numerics.xml", + "ref/netcore50/es/System.Runtime.Numerics.xml", + "ref/netcore50/fr/System.Runtime.Numerics.xml", + "ref/netcore50/it/System.Runtime.Numerics.xml", + "ref/netcore50/ja/System.Runtime.Numerics.xml", + "ref/netcore50/ko/System.Runtime.Numerics.xml", + "ref/netcore50/ru/System.Runtime.Numerics.xml", + "ref/netcore50/zh-hans/System.Runtime.Numerics.xml", + "ref/netcore50/zh-hant/System.Runtime.Numerics.xml", "ref/netstandard1.1/System.Runtime.Numerics.dll", + "ref/netstandard1.1/System.Runtime.Numerics.xml", + "ref/netstandard1.1/de/System.Runtime.Numerics.xml", + "ref/netstandard1.1/es/System.Runtime.Numerics.xml", + "ref/netstandard1.1/fr/System.Runtime.Numerics.xml", + "ref/netstandard1.1/it/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ja/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ko/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ru/System.Runtime.Numerics.xml", + "ref/netstandard1.1/zh-hans/System.Runtime.Numerics.xml", + "ref/netstandard1.1/zh-hant/System.Runtime.Numerics.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -10742,7 +12057,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Runtime.Serialization.Json.dll", + "ref/netcore50/System.Runtime.Serialization.Json.xml", + "ref/netcore50/de/System.Runtime.Serialization.Json.xml", + "ref/netcore50/es/System.Runtime.Serialization.Json.xml", + "ref/netcore50/fr/System.Runtime.Serialization.Json.xml", + "ref/netcore50/it/System.Runtime.Serialization.Json.xml", + "ref/netcore50/ja/System.Runtime.Serialization.Json.xml", + "ref/netcore50/ko/System.Runtime.Serialization.Json.xml", + "ref/netcore50/ru/System.Runtime.Serialization.Json.xml", + "ref/netcore50/zh-hans/System.Runtime.Serialization.Json.xml", + "ref/netcore50/zh-hant/System.Runtime.Serialization.Json.xml", "ref/netstandard1.0/System.Runtime.Serialization.Json.dll", + "ref/netstandard1.0/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/de/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/es/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/fr/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/it/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/ja/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/ko/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/ru/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Json.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -10783,8 +12118,38 @@ "ref/net45/_._", "ref/net46/System.Runtime.Serialization.Primitives.dll", "ref/netcore50/System.Runtime.Serialization.Primitives.dll", + "ref/netcore50/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/de/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/es/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/fr/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/it/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/ja/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/ko/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/ru/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/zh-hans/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/zh-hant/System.Runtime.Serialization.Primitives.xml", "ref/netstandard1.0/System.Runtime.Serialization.Primitives.dll", + "ref/netstandard1.0/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/de/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/es/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/fr/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/it/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/ja/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/ko/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/ru/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Primitives.xml", "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll", + "ref/netstandard1.3/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/de/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/es/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/fr/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/it/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/ja/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/ko/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/ru/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Serialization.Primitives.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -10848,6 +12213,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Security.Claims.dll", "ref/netstandard1.3/System.Security.Claims.dll", + "ref/netstandard1.3/System.Security.Claims.xml", + "ref/netstandard1.3/de/System.Security.Claims.xml", + "ref/netstandard1.3/es/System.Security.Claims.xml", + "ref/netstandard1.3/fr/System.Security.Claims.xml", + "ref/netstandard1.3/it/System.Security.Claims.xml", + "ref/netstandard1.3/ja/System.Security.Claims.xml", + "ref/netstandard1.3/ko/System.Security.Claims.xml", + "ref/netstandard1.3/ru/System.Security.Claims.xml", + "ref/netstandard1.3/zh-hans/System.Security.Claims.xml", + "ref/netstandard1.3/zh-hant/System.Security.Claims.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -10977,6 +12352,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Security.Cryptography.Encoding.dll", "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll", + "ref/netstandard1.3/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/de/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/es/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/fr/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/it/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ja/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ko/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ru/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/zh-hans/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/zh-hant/System.Security.Cryptography.Encoding.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -11090,7 +12475,27 @@ "ref/net46/System.Security.Cryptography.X509Certificates.dll", "ref/net461/System.Security.Cryptography.X509Certificates.dll", "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/de/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/es/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/fr/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/it/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ja/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ko/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ru/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/zh-hant/System.Security.Cryptography.X509Certificates.xml", "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/de/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/es/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/fr/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/it/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ja/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ko/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ru/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/zh-hant/System.Security.Cryptography.X509Certificates.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -11159,7 +12564,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Security.Principal.dll", + "ref/netcore50/System.Security.Principal.xml", + "ref/netcore50/de/System.Security.Principal.xml", + "ref/netcore50/es/System.Security.Principal.xml", + "ref/netcore50/fr/System.Security.Principal.xml", + "ref/netcore50/it/System.Security.Principal.xml", + "ref/netcore50/ja/System.Security.Principal.xml", + "ref/netcore50/ko/System.Security.Principal.xml", + "ref/netcore50/ru/System.Security.Principal.xml", + "ref/netcore50/zh-hans/System.Security.Principal.xml", + "ref/netcore50/zh-hant/System.Security.Principal.xml", "ref/netstandard1.0/System.Security.Principal.dll", + "ref/netstandard1.0/System.Security.Principal.xml", + "ref/netstandard1.0/de/System.Security.Principal.xml", + "ref/netstandard1.0/es/System.Security.Principal.xml", + "ref/netstandard1.0/fr/System.Security.Principal.xml", + "ref/netstandard1.0/it/System.Security.Principal.xml", + "ref/netstandard1.0/ja/System.Security.Principal.xml", + "ref/netstandard1.0/ko/System.Security.Principal.xml", + "ref/netstandard1.0/ru/System.Security.Principal.xml", + "ref/netstandard1.0/zh-hans/System.Security.Principal.xml", + "ref/netstandard1.0/zh-hant/System.Security.Principal.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -11250,8 +12675,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Text.Encoding.dll", + "ref/netcore50/System.Text.Encoding.xml", + "ref/netcore50/de/System.Text.Encoding.xml", + "ref/netcore50/es/System.Text.Encoding.xml", + "ref/netcore50/fr/System.Text.Encoding.xml", + "ref/netcore50/it/System.Text.Encoding.xml", + "ref/netcore50/ja/System.Text.Encoding.xml", + "ref/netcore50/ko/System.Text.Encoding.xml", + "ref/netcore50/ru/System.Text.Encoding.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.xml", "ref/netstandard1.0/System.Text.Encoding.dll", + "ref/netstandard1.0/System.Text.Encoding.xml", + "ref/netstandard1.0/de/System.Text.Encoding.xml", + "ref/netstandard1.0/es/System.Text.Encoding.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.xml", + "ref/netstandard1.0/it/System.Text.Encoding.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml", "ref/netstandard1.3/System.Text.Encoding.dll", + "ref/netstandard1.3/System.Text.Encoding.xml", + "ref/netstandard1.3/de/System.Text.Encoding.xml", + "ref/netstandard1.3/es/System.Text.Encoding.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.xml", + "ref/netstandard1.3/it/System.Text.Encoding.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -11283,6 +12738,16 @@ "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/netstandard1.3/System.Text.Encoding.CodePages.dll", + "ref/netstandard1.3/System.Text.Encoding.CodePages.xml", + "ref/netstandard1.3/de/System.Text.Encoding.CodePages.xml", + "ref/netstandard1.3/es/System.Text.Encoding.CodePages.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.CodePages.xml", + "ref/netstandard1.3/it/System.Text.Encoding.CodePages.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.CodePages.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.CodePages.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.CodePages.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.CodePages.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.CodePages.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -11317,8 +12782,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Text.Encoding.Extensions.dll", + "ref/netcore50/System.Text.Encoding.Extensions.xml", + "ref/netcore50/de/System.Text.Encoding.Extensions.xml", + "ref/netcore50/es/System.Text.Encoding.Extensions.xml", + "ref/netcore50/fr/System.Text.Encoding.Extensions.xml", + "ref/netcore50/it/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ja/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ko/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ru/System.Text.Encoding.Extensions.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml", "ref/netstandard1.0/System.Text.Encoding.Extensions.dll", + "ref/netstandard1.0/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/de/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/es/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/it/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.Extensions.xml", "ref/netstandard1.3/System.Text.Encoding.Extensions.dll", + "ref/netstandard1.3/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/de/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/es/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/it/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.Extensions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -11331,85 +12826,50 @@ "system.text.encoding.extensions.nuspec" ] }, - "System.Text.Encodings.Web/6.0.0": { - "sha512": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", + "System.Text.Encodings.Web/4.7.2": { + "sha512": "iTUgB/WtrZ1sWZs84F2hwyQhiRH6QNjQv2DkwrH+WP6RoFga2Q1m3f9/Q7FG8cck8AdHitQkmkXSY8qylcDmuA==", "type": "package", - "path": "system.text.encodings.web/6.0.0", + "path": "system.text.encodings.web/4.7.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/netcoreapp2.0/System.Text.Encodings.Web.targets", - "buildTransitive/netcoreapp3.1/_._", "lib/net461/System.Text.Encodings.Web.dll", "lib/net461/System.Text.Encodings.Web.xml", - "lib/net6.0/System.Text.Encodings.Web.dll", - "lib/net6.0/System.Text.Encodings.Web.xml", - "lib/netcoreapp3.1/System.Text.Encodings.Web.dll", - "lib/netcoreapp3.1/System.Text.Encodings.Web.xml", + "lib/netstandard1.0/System.Text.Encodings.Web.dll", + "lib/netstandard1.0/System.Text.Encodings.Web.xml", "lib/netstandard2.0/System.Text.Encodings.Web.dll", "lib/netstandard2.0/System.Text.Encodings.Web.xml", - "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll", - "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.xml", - "system.text.encodings.web.6.0.0.nupkg.sha512", + "lib/netstandard2.1/System.Text.Encodings.Web.dll", + "lib/netstandard2.1/System.Text.Encodings.Web.xml", + "system.text.encodings.web.4.7.2.nupkg.sha512", "system.text.encodings.web.nuspec", - "useSharedDesignerContext.txt" + "useSharedDesignerContext.txt", + "version.txt" ] }, - "System.Text.Json/6.0.0": { - "sha512": "zaJsHfESQvJ11vbXnNlkrR46IaMULk/gHxYsJphzSF+07kTjPHv+Oc14w6QEOfo3Q4hqLJgStUaYB9DBl0TmWg==", + "System.Text.Json/4.7.2": { + "sha512": "TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==", "type": "package", - "path": "system.text.json/6.0.0", + "path": "system.text.json/4.7.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", - "analyzers/dotnet/roslyn3.11/cs/System.Text.Json.SourceGeneration.dll", - "analyzers/dotnet/roslyn3.11/cs/cs/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/de/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/es/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/fr/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/it/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ja/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ko/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pl/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ru/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/tr/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/System.Text.Json.SourceGeneration.dll", - "analyzers/dotnet/roslyn4.0/cs/cs/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/de/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/es/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/fr/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/it/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ja/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ko/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pl/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ru/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/tr/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll", - "build/System.Text.Json.targets", - "buildTransitive/netcoreapp2.0/System.Text.Json.targets", - "buildTransitive/netcoreapp3.1/_._", "lib/net461/System.Text.Json.dll", "lib/net461/System.Text.Json.xml", - "lib/net6.0/System.Text.Json.dll", - "lib/net6.0/System.Text.Json.xml", - "lib/netcoreapp3.1/System.Text.Json.dll", - "lib/netcoreapp3.1/System.Text.Json.xml", + "lib/netcoreapp3.0/System.Text.Json.dll", + "lib/netcoreapp3.0/System.Text.Json.xml", "lib/netstandard2.0/System.Text.Json.dll", "lib/netstandard2.0/System.Text.Json.xml", - "system.text.json.6.0.0.nupkg.sha512", + "system.text.json.4.7.2.nupkg.sha512", "system.text.json.nuspec", - "useSharedDesignerContext.txt" + "useSharedDesignerContext.txt", + "version.txt" ] }, "System.Text.RegularExpressions/4.3.0": { @@ -11440,10 +12900,50 @@ "ref/net45/_._", "ref/net463/System.Text.RegularExpressions.dll", "ref/netcore50/System.Text.RegularExpressions.dll", + "ref/netcore50/System.Text.RegularExpressions.xml", + "ref/netcore50/de/System.Text.RegularExpressions.xml", + "ref/netcore50/es/System.Text.RegularExpressions.xml", + "ref/netcore50/fr/System.Text.RegularExpressions.xml", + "ref/netcore50/it/System.Text.RegularExpressions.xml", + "ref/netcore50/ja/System.Text.RegularExpressions.xml", + "ref/netcore50/ko/System.Text.RegularExpressions.xml", + "ref/netcore50/ru/System.Text.RegularExpressions.xml", + "ref/netcore50/zh-hans/System.Text.RegularExpressions.xml", + "ref/netcore50/zh-hant/System.Text.RegularExpressions.xml", "ref/netcoreapp1.1/System.Text.RegularExpressions.dll", "ref/netstandard1.0/System.Text.RegularExpressions.dll", + "ref/netstandard1.0/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/zh-hant/System.Text.RegularExpressions.xml", "ref/netstandard1.3/System.Text.RegularExpressions.dll", + "ref/netstandard1.3/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/zh-hant/System.Text.RegularExpressions.xml", "ref/netstandard1.6/System.Text.RegularExpressions.dll", + "ref/netstandard1.6/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/zh-hant/System.Text.RegularExpressions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -11482,8 +12982,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", + "ref/netcore50/de/System.Threading.xml", + "ref/netcore50/es/System.Threading.xml", + "ref/netcore50/fr/System.Threading.xml", + "ref/netcore50/it/System.Threading.xml", + "ref/netcore50/ja/System.Threading.xml", + "ref/netcore50/ko/System.Threading.xml", + "ref/netcore50/ru/System.Threading.xml", + "ref/netcore50/zh-hans/System.Threading.xml", + "ref/netcore50/zh-hant/System.Threading.xml", "ref/netstandard1.0/System.Threading.dll", + "ref/netstandard1.0/System.Threading.xml", + "ref/netstandard1.0/de/System.Threading.xml", + "ref/netstandard1.0/es/System.Threading.xml", + "ref/netstandard1.0/fr/System.Threading.xml", + "ref/netstandard1.0/it/System.Threading.xml", + "ref/netstandard1.0/ja/System.Threading.xml", + "ref/netstandard1.0/ko/System.Threading.xml", + "ref/netstandard1.0/ru/System.Threading.xml", + "ref/netstandard1.0/zh-hans/System.Threading.xml", + "ref/netstandard1.0/zh-hant/System.Threading.xml", "ref/netstandard1.3/System.Threading.dll", + "ref/netstandard1.3/System.Threading.xml", + "ref/netstandard1.3/de/System.Threading.xml", + "ref/netstandard1.3/es/System.Threading.xml", + "ref/netstandard1.3/fr/System.Threading.xml", + "ref/netstandard1.3/it/System.Threading.xml", + "ref/netstandard1.3/ja/System.Threading.xml", + "ref/netstandard1.3/ko/System.Threading.xml", + "ref/netstandard1.3/ru/System.Threading.xml", + "ref/netstandard1.3/zh-hans/System.Threading.xml", + "ref/netstandard1.3/zh-hant/System.Threading.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -11538,6 +13068,16 @@ "lib/net46/System.Threading.Overlapped.dll", "ref/net46/System.Threading.Overlapped.dll", "ref/netstandard1.3/System.Threading.Overlapped.dll", + "ref/netstandard1.3/System.Threading.Overlapped.xml", + "ref/netstandard1.3/de/System.Threading.Overlapped.xml", + "ref/netstandard1.3/es/System.Threading.Overlapped.xml", + "ref/netstandard1.3/fr/System.Threading.Overlapped.xml", + "ref/netstandard1.3/it/System.Threading.Overlapped.xml", + "ref/netstandard1.3/ja/System.Threading.Overlapped.xml", + "ref/netstandard1.3/ko/System.Threading.Overlapped.xml", + "ref/netstandard1.3/ru/System.Threading.Overlapped.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Overlapped.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Overlapped.xml", "runtimes/unix/lib/netstandard1.3/System.Threading.Overlapped.dll", "runtimes/win/lib/net46/System.Threading.Overlapped.dll", "runtimes/win/lib/netcore50/System.Threading.Overlapped.dll", @@ -11570,8 +13110,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Threading.Tasks.dll", + "ref/netcore50/System.Threading.Tasks.xml", + "ref/netcore50/de/System.Threading.Tasks.xml", + "ref/netcore50/es/System.Threading.Tasks.xml", + "ref/netcore50/fr/System.Threading.Tasks.xml", + "ref/netcore50/it/System.Threading.Tasks.xml", + "ref/netcore50/ja/System.Threading.Tasks.xml", + "ref/netcore50/ko/System.Threading.Tasks.xml", + "ref/netcore50/ru/System.Threading.Tasks.xml", + "ref/netcore50/zh-hans/System.Threading.Tasks.xml", + "ref/netcore50/zh-hant/System.Threading.Tasks.xml", "ref/netstandard1.0/System.Threading.Tasks.dll", + "ref/netstandard1.0/System.Threading.Tasks.xml", + "ref/netstandard1.0/de/System.Threading.Tasks.xml", + "ref/netstandard1.0/es/System.Threading.Tasks.xml", + "ref/netstandard1.0/fr/System.Threading.Tasks.xml", + "ref/netstandard1.0/it/System.Threading.Tasks.xml", + "ref/netstandard1.0/ja/System.Threading.Tasks.xml", + "ref/netstandard1.0/ko/System.Threading.Tasks.xml", + "ref/netstandard1.0/ru/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml", "ref/netstandard1.3/System.Threading.Tasks.dll", + "ref/netstandard1.3/System.Threading.Tasks.xml", + "ref/netstandard1.3/de/System.Threading.Tasks.xml", + "ref/netstandard1.3/es/System.Threading.Tasks.xml", + "ref/netstandard1.3/fr/System.Threading.Tasks.xml", + "ref/netstandard1.3/it/System.Threading.Tasks.xml", + "ref/netstandard1.3/ja/System.Threading.Tasks.xml", + "ref/netstandard1.3/ko/System.Threading.Tasks.xml", + "ref/netstandard1.3/ru/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -11613,9 +13183,12 @@ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net461/System.Threading.Tasks.Extensions.dll", + "lib/net461/System.Threading.Tasks.Extensions.xml", "lib/netcoreapp2.1/_._", "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml", "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", "lib/xamarinios10/_._", @@ -11660,7 +13233,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Threading.Tasks.Parallel.dll", + "ref/netcore50/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/de/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/es/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/fr/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/it/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/ja/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/ko/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/ru/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/zh-hans/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/zh-hant/System.Threading.Tasks.Parallel.xml", "ref/netstandard1.1/System.Threading.Tasks.Parallel.dll", + "ref/netstandard1.1/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/de/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/es/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/fr/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/it/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/ja/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/ko/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/ru/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/zh-hans/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/zh-hant/System.Threading.Tasks.Parallel.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -11694,6 +13287,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Threading.Thread.dll", "ref/netstandard1.3/System.Threading.Thread.dll", + "ref/netstandard1.3/System.Threading.Thread.xml", + "ref/netstandard1.3/de/System.Threading.Thread.xml", + "ref/netstandard1.3/es/System.Threading.Thread.xml", + "ref/netstandard1.3/fr/System.Threading.Thread.xml", + "ref/netstandard1.3/it/System.Threading.Thread.xml", + "ref/netstandard1.3/ja/System.Threading.Thread.xml", + "ref/netstandard1.3/ko/System.Threading.Thread.xml", + "ref/netstandard1.3/ru/System.Threading.Thread.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Thread.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Thread.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -11724,6 +13327,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Threading.ThreadPool.dll", "ref/netstandard1.3/System.Threading.ThreadPool.dll", + "ref/netstandard1.3/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/de/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/es/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/fr/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/it/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ja/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ko/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ru/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/zh-hans/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/zh-hant/System.Threading.ThreadPool.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -11755,7 +13368,27 @@ "ref/MonoTouch10/_._", "ref/net451/_._", "ref/netcore50/System.Threading.Timer.dll", + "ref/netcore50/System.Threading.Timer.xml", + "ref/netcore50/de/System.Threading.Timer.xml", + "ref/netcore50/es/System.Threading.Timer.xml", + "ref/netcore50/fr/System.Threading.Timer.xml", + "ref/netcore50/it/System.Threading.Timer.xml", + "ref/netcore50/ja/System.Threading.Timer.xml", + "ref/netcore50/ko/System.Threading.Timer.xml", + "ref/netcore50/ru/System.Threading.Timer.xml", + "ref/netcore50/zh-hans/System.Threading.Timer.xml", + "ref/netcore50/zh-hant/System.Threading.Timer.xml", "ref/netstandard1.2/System.Threading.Timer.dll", + "ref/netstandard1.2/System.Threading.Timer.xml", + "ref/netstandard1.2/de/System.Threading.Timer.xml", + "ref/netstandard1.2/es/System.Threading.Timer.xml", + "ref/netstandard1.2/fr/System.Threading.Timer.xml", + "ref/netstandard1.2/it/System.Threading.Timer.xml", + "ref/netstandard1.2/ja/System.Threading.Timer.xml", + "ref/netstandard1.2/ko/System.Threading.Timer.xml", + "ref/netstandard1.2/ru/System.Threading.Timer.xml", + "ref/netstandard1.2/zh-hans/System.Threading.Timer.xml", + "ref/netstandard1.2/zh-hant/System.Threading.Timer.xml", "ref/portable-net451+win81+wpa81/_._", "ref/win81/_._", "ref/wpa81/_._", @@ -11779,9 +13412,12 @@ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net461/System.ValueTuple.dll", + "lib/net461/System.ValueTuple.xml", "lib/net47/System.ValueTuple.dll", + "lib/net47/System.ValueTuple.xml", "lib/netcoreapp2.0/_._", "lib/netstandard1.0/System.ValueTuple.dll", + "lib/netstandard1.0/System.ValueTuple.xml", "lib/netstandard2.0/_._", "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.xml", @@ -11859,8 +13495,38 @@ "ref/net45/_._", "ref/net46/System.Xml.ReaderWriter.dll", "ref/netcore50/System.Xml.ReaderWriter.dll", + "ref/netcore50/System.Xml.ReaderWriter.xml", + "ref/netcore50/de/System.Xml.ReaderWriter.xml", + "ref/netcore50/es/System.Xml.ReaderWriter.xml", + "ref/netcore50/fr/System.Xml.ReaderWriter.xml", + "ref/netcore50/it/System.Xml.ReaderWriter.xml", + "ref/netcore50/ja/System.Xml.ReaderWriter.xml", + "ref/netcore50/ko/System.Xml.ReaderWriter.xml", + "ref/netcore50/ru/System.Xml.ReaderWriter.xml", + "ref/netcore50/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netcore50/zh-hant/System.Xml.ReaderWriter.xml", "ref/netstandard1.0/System.Xml.ReaderWriter.dll", + "ref/netstandard1.0/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/de/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/es/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/fr/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/it/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ja/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ko/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ru/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/zh-hant/System.Xml.ReaderWriter.xml", "ref/netstandard1.3/System.Xml.ReaderWriter.dll", + "ref/netstandard1.3/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/de/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/es/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/fr/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/it/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ja/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ko/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ru/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/zh-hant/System.Xml.ReaderWriter.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -11899,8 +13565,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Xml.XDocument.dll", + "ref/netcore50/System.Xml.XDocument.xml", + "ref/netcore50/de/System.Xml.XDocument.xml", + "ref/netcore50/es/System.Xml.XDocument.xml", + "ref/netcore50/fr/System.Xml.XDocument.xml", + "ref/netcore50/it/System.Xml.XDocument.xml", + "ref/netcore50/ja/System.Xml.XDocument.xml", + "ref/netcore50/ko/System.Xml.XDocument.xml", + "ref/netcore50/ru/System.Xml.XDocument.xml", + "ref/netcore50/zh-hans/System.Xml.XDocument.xml", + "ref/netcore50/zh-hant/System.Xml.XDocument.xml", "ref/netstandard1.0/System.Xml.XDocument.dll", + "ref/netstandard1.0/System.Xml.XDocument.xml", + "ref/netstandard1.0/de/System.Xml.XDocument.xml", + "ref/netstandard1.0/es/System.Xml.XDocument.xml", + "ref/netstandard1.0/fr/System.Xml.XDocument.xml", + "ref/netstandard1.0/it/System.Xml.XDocument.xml", + "ref/netstandard1.0/ja/System.Xml.XDocument.xml", + "ref/netstandard1.0/ko/System.Xml.XDocument.xml", + "ref/netstandard1.0/ru/System.Xml.XDocument.xml", + "ref/netstandard1.0/zh-hans/System.Xml.XDocument.xml", + "ref/netstandard1.0/zh-hant/System.Xml.XDocument.xml", "ref/netstandard1.3/System.Xml.XDocument.dll", + "ref/netstandard1.3/System.Xml.XDocument.xml", + "ref/netstandard1.3/de/System.Xml.XDocument.xml", + "ref/netstandard1.3/es/System.Xml.XDocument.xml", + "ref/netstandard1.3/fr/System.Xml.XDocument.xml", + "ref/netstandard1.3/it/System.Xml.XDocument.xml", + "ref/netstandard1.3/ja/System.Xml.XDocument.xml", + "ref/netstandard1.3/ko/System.Xml.XDocument.xml", + "ref/netstandard1.3/ru/System.Xml.XDocument.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XDocument.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XDocument.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -11934,6 +13630,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Xml.XmlDocument.dll", "ref/netstandard1.3/System.Xml.XmlDocument.dll", + "ref/netstandard1.3/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/de/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/es/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/fr/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/it/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/ja/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/ko/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/ru/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XmlDocument.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -11968,8 +13674,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Xml.XmlSerializer.dll", + "ref/netcore50/System.Xml.XmlSerializer.xml", + "ref/netcore50/de/System.Xml.XmlSerializer.xml", + "ref/netcore50/es/System.Xml.XmlSerializer.xml", + "ref/netcore50/fr/System.Xml.XmlSerializer.xml", + "ref/netcore50/it/System.Xml.XmlSerializer.xml", + "ref/netcore50/ja/System.Xml.XmlSerializer.xml", + "ref/netcore50/ko/System.Xml.XmlSerializer.xml", + "ref/netcore50/ru/System.Xml.XmlSerializer.xml", + "ref/netcore50/zh-hans/System.Xml.XmlSerializer.xml", + "ref/netcore50/zh-hant/System.Xml.XmlSerializer.xml", "ref/netstandard1.0/System.Xml.XmlSerializer.dll", + "ref/netstandard1.0/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/de/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/es/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/fr/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/it/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/ja/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/ko/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/ru/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/zh-hans/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/zh-hant/System.Xml.XmlSerializer.xml", "ref/netstandard1.3/System.Xml.XmlSerializer.dll", + "ref/netstandard1.3/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/de/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/es/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/fr/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/it/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/ja/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/ko/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/ru/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XmlSerializer.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -12004,6 +13740,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Xml.XPath.dll", "ref/netstandard1.3/System.Xml.XPath.dll", + "ref/netstandard1.3/System.Xml.XPath.xml", + "ref/netstandard1.3/de/System.Xml.XPath.xml", + "ref/netstandard1.3/es/System.Xml.XPath.xml", + "ref/netstandard1.3/fr/System.Xml.XPath.xml", + "ref/netstandard1.3/it/System.Xml.XPath.xml", + "ref/netstandard1.3/ja/System.Xml.XPath.xml", + "ref/netstandard1.3/ko/System.Xml.XPath.xml", + "ref/netstandard1.3/ru/System.Xml.XPath.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XPath.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XPath.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -12033,6 +13779,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Xml.XPath.XDocument.dll", "ref/netstandard1.3/System.Xml.XPath.XDocument.dll", + "ref/netstandard1.3/System.Xml.XPath.XDocument.xml", + "ref/netstandard1.3/de/System.Xml.XPath.XDocument.xml", + "ref/netstandard1.3/es/System.Xml.XPath.XDocument.xml", + "ref/netstandard1.3/fr/System.Xml.XPath.XDocument.xml", + "ref/netstandard1.3/it/System.Xml.XPath.XDocument.xml", + "ref/netstandard1.3/ja/System.Xml.XPath.XDocument.xml", + "ref/netstandard1.3/ko/System.Xml.XPath.XDocument.xml", + "ref/netstandard1.3/ru/System.Xml.XPath.XDocument.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XPath.XDocument.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XPath.XDocument.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -12041,30 +13797,26 @@ "system.xml.xpath.xdocument.nuspec" ] }, - "YamlDotNet/13.3.1": { - "sha512": "Q2dqDsb0xAlr092grgHk8/vTXI2snIiYM5ND3IXkgJDFIdPnqDYwYnlk+gwzSeRByDLhiSzTog8uT7xFwH68Zg==", + "YamlDotNet/16.3.0": { + "sha512": "SgMOdxbz8X65z8hraIs6hOEdnkH6hESTAIUa7viEngHOYaH+6q5XJmwr1+yb9vJpNQ19hCQY69xbFsLtXpobQA==", "type": "package", - "path": "yamldotnet/13.3.1", + "path": "yamldotnet/16.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.txt", + "README.md", "images/yamldotnet.png", - "lib/net35/YamlDotNet.dll", - "lib/net35/YamlDotNet.xml", - "lib/net45/YamlDotNet.dll", - "lib/net45/YamlDotNet.xml", "lib/net47/YamlDotNet.dll", "lib/net47/YamlDotNet.xml", "lib/net6.0/YamlDotNet.dll", "lib/net6.0/YamlDotNet.xml", - "lib/net7.0/YamlDotNet.dll", - "lib/net7.0/YamlDotNet.xml", + "lib/net8.0/YamlDotNet.dll", + "lib/net8.0/YamlDotNet.xml", "lib/netstandard2.0/YamlDotNet.dll", "lib/netstandard2.0/YamlDotNet.xml", "lib/netstandard2.1/YamlDotNet.dll", "lib/netstandard2.1/YamlDotNet.xml", - "yamldotnet.13.3.1.nupkg.sha512", + "yamldotnet.16.3.0.nupkg.sha512", "yamldotnet.nuspec" ] }, @@ -12086,20 +13838,20 @@ }, "projectFileDependencyGroups": { "net9.0": [ - "AspNetCore.HealthChecks.AzureServiceBus >= 8.0.1", + "AspNetCore.HealthChecks.AzureServiceBus >= 9.0.0", "AspNetCore.HealthChecks.Rabbitmq >= 8.0.2", - "AspNetCore.HealthChecks.Redis >= 8.0.1", - "AspNetCore.HealthChecks.UI.Client >= 8.0.1", - "Autofac.Extensions.DependencyInjection >= 10.0.0", + "AspNetCore.HealthChecks.Redis >= 9.0.0", + "AspNetCore.HealthChecks.UI.Client >= 9.0.0", + "Autofac.Extensions.DependencyInjection >= 9.0.0", "EventBus >= 1.0.0", "EventBusRabbitMQ >= 1.0.0", "EventBusServiceBus >= 1.0.0", - "Google.Protobuf >= 3.28.3", - "Grpc.AspNetCore.Server >= 2.70.0", - "Grpc.Tools >= 2.68.1", - "Microsoft.ApplicationInsights.AspNetCore >= 2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector >= 2.22.0", - "Microsoft.ApplicationInsights.Kubernetes >= 7.0.0", + "Google.Protobuf >= 3.33.1", + "Grpc.AspNetCore.Server >= 2.71.0", + "Grpc.Tools >= 2.76.0", + "Microsoft.ApplicationInsights.AspNetCore >= 2.23.0", + "Microsoft.ApplicationInsights.DependencyCollector >= 2.23.0", + "Microsoft.ApplicationInsights.Kubernetes >= 8.0.0", "Microsoft.AspNetCore.Authentication.JwtBearer >= 9.0.0", "Microsoft.AspNetCore.Diagnostics.HealthChecks >= 2.2.0", "Microsoft.AspNetCore.HealthChecks >= 1.0.0", @@ -12107,12 +13859,12 @@ "Microsoft.Extensions.Configuration.AzureKeyVault >= 3.1.24", "Microsoft.Extensions.Logging.AzureAppServices >= 9.0.0", "Microsoft.VisualStudio.Azure.Containers.Tools.Targets >= 1.21.0", - "Serilog.AspNetCore >= 8.0.3", + "Serilog.AspNetCore >= 9.0.0", "Serilog.Enrichers.Environment >= 3.0.1", - "Serilog.Settings.Configuration >= 8.0.4", - "Serilog.Sinks.Console >= 6.0.0", - "Serilog.Sinks.Http >= 9.0.0", - "Serilog.Sinks.Seq >= 8.0.0", + "Serilog.Settings.Configuration >= 9.0.0", + "Serilog.Sinks.Console >= 6.1.1", + "Serilog.Sinks.Http >= 9.2.0", + "Serilog.Sinks.Seq >= 9.0.0", "Swashbuckle.AspNetCore >= 7.2.0", "Swashbuckle.AspNetCore.Newtonsoft >= 7.2.0" ] @@ -12172,7 +13924,7 @@ "dependencies": { "AspNetCore.HealthChecks.AzureServiceBus": { "target": "Package", - "version": "[8.0.1, )" + "version": "[9.0.0, )" }, "AspNetCore.HealthChecks.Rabbitmq": { "target": "Package", @@ -12180,40 +13932,40 @@ }, "AspNetCore.HealthChecks.Redis": { "target": "Package", - "version": "[8.0.1, )" + "version": "[9.0.0, )" }, "AspNetCore.HealthChecks.UI.Client": { "target": "Package", - "version": "[8.0.1, )" + "version": "[9.0.0, )" }, "Autofac.Extensions.DependencyInjection": { "target": "Package", - "version": "[10.0.0, )" + "version": "[9.0.0, )" }, "Google.Protobuf": { "target": "Package", - "version": "[3.28.3, )" + "version": "[3.33.1, )" }, "Grpc.AspNetCore.Server": { "target": "Package", - "version": "[2.70.0, )" + "version": "[2.71.0, )" }, "Grpc.Tools": { "suppressParent": "All", "target": "Package", - "version": "[2.68.1, )" + "version": "[2.76.0, )" }, "Microsoft.ApplicationInsights.AspNetCore": { "target": "Package", - "version": "[2.22.0, )" + "version": "[2.23.0, )" }, "Microsoft.ApplicationInsights.DependencyCollector": { "target": "Package", - "version": "[2.22.0, )" + "version": "[2.23.0, )" }, "Microsoft.ApplicationInsights.Kubernetes": { "target": "Package", - "version": "[7.0.0, )" + "version": "[8.0.0, )" }, "Microsoft.AspNetCore.Authentication.JwtBearer": { "target": "Package", @@ -12245,7 +13997,7 @@ }, "Serilog.AspNetCore": { "target": "Package", - "version": "[8.0.3, )" + "version": "[9.0.0, )" }, "Serilog.Enrichers.Environment": { "target": "Package", @@ -12253,19 +14005,19 @@ }, "Serilog.Settings.Configuration": { "target": "Package", - "version": "[8.0.4, )" + "version": "[9.0.0, )" }, "Serilog.Sinks.Console": { "target": "Package", - "version": "[6.0.0, )" + "version": "[6.1.1, )" }, "Serilog.Sinks.Http": { "target": "Package", - "version": "[9.0.0, )" + "version": "[9.2.0, )" }, "Serilog.Sinks.Seq": { "target": "Package", - "version": "[8.0.0, )" + "version": "[9.0.0, )" }, "Swashbuckle.AspNetCore": { "target": "Package", diff --git a/src/Services/Basket/Basket.API/obj/project.nuget.cache b/src/Services/Basket/Basket.API/obj/project.nuget.cache index fff9cfc9..0b0f26b8 100644 --- a/src/Services/Basket/Basket.API/obj/project.nuget.cache +++ b/src/Services/Basket/Basket.API/obj/project.nuget.cache @@ -1,37 +1,35 @@ { "version": 2, - "dgSpecHash": "cAkDvFnbHRA=", + "dgSpecHash": "uFAJek6W41M=", "success": true, "projectFilePath": "/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/Basket.API.csproj", "expectedPackageFiles": [ - "/home/runner/.nuget/packages/aspnetcore.healthchecks.azureservicebus/8.0.1/aspnetcore.healthchecks.azureservicebus.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.azureservicebus/9.0.0/aspnetcore.healthchecks.azureservicebus.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/aspnetcore.healthchecks.rabbitmq/8.0.2/aspnetcore.healthchecks.rabbitmq.8.0.2.nupkg.sha512", - "/home/runner/.nuget/packages/aspnetcore.healthchecks.redis/8.0.1/aspnetcore.healthchecks.redis.8.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.client/8.0.1/aspnetcore.healthchecks.ui.client.8.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.core/8.0.1/aspnetcore.healthchecks.ui.core.8.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/autofac/8.1.1/autofac.8.1.1.nupkg.sha512", - "/home/runner/.nuget/packages/autofac.extensions.dependencyinjection/10.0.0/autofac.extensions.dependencyinjection.10.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.redis/9.0.0/aspnetcore.healthchecks.redis.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.client/9.0.0/aspnetcore.healthchecks.ui.client.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.core/9.0.0/aspnetcore.healthchecks.ui.core.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/autofac/9.0.0/autofac.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/autofac.extensions.dependencyinjection/9.0.0/autofac.extensions.dependencyinjection.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/azure.core/1.36.0/azure.core.1.36.0.nupkg.sha512", "/home/runner/.nuget/packages/azure.core.amqp/1.3.0/azure.core.amqp.1.3.0.nupkg.sha512", "/home/runner/.nuget/packages/azure.messaging.servicebus/7.17.0/azure.messaging.servicebus.7.17.0.nupkg.sha512", - "/home/runner/.nuget/packages/fractions/7.2.1/fractions.7.2.1.nupkg.sha512", - "/home/runner/.nuget/packages/google.protobuf/3.28.3/google.protobuf.3.28.3.nupkg.sha512", - "/home/runner/.nuget/packages/grpc.aspnetcore.server/2.70.0/grpc.aspnetcore.server.2.70.0.nupkg.sha512", - "/home/runner/.nuget/packages/grpc.core.api/2.70.0/grpc.core.api.2.70.0.nupkg.sha512", - "/home/runner/.nuget/packages/grpc.net.common/2.70.0/grpc.net.common.2.70.0.nupkg.sha512", - "/home/runner/.nuget/packages/grpc.tools/2.68.1/grpc.tools.2.68.1.nupkg.sha512", - "/home/runner/.nuget/packages/identitymodel/5.2.0/identitymodel.5.2.0.nupkg.sha512", - "/home/runner/.nuget/packages/identitymodel.oidcclient/5.2.1/identitymodel.oidcclient.5.2.1.nupkg.sha512", - "/home/runner/.nuget/packages/kubernetesclient/12.1.1/kubernetesclient.12.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/fractions/7.3.0/fractions.7.3.0.nupkg.sha512", + "/home/runner/.nuget/packages/google.protobuf/3.33.1/google.protobuf.3.33.1.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.aspnetcore.server/2.71.0/grpc.aspnetcore.server.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.core.api/2.71.0/grpc.core.api.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.net.common/2.71.0/grpc.net.common.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.tools/2.76.0/grpc.tools.2.76.0.nupkg.sha512", + "/home/runner/.nuget/packages/kubernetesclient/17.0.14/kubernetesclient.17.0.14.nupkg.sha512", "/home/runner/.nuget/packages/libuv/1.9.1/libuv.1.9.1.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights/2.22.0/microsoft.applicationinsights.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.aspnetcore/2.22.0/microsoft.applicationinsights.aspnetcore.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.dependencycollector/2.22.0/microsoft.applicationinsights.dependencycollector.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.eventcountercollector/2.22.0/microsoft.applicationinsights.eventcountercollector.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.kubernetes/7.0.0/microsoft.applicationinsights.kubernetes.7.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.perfcountercollector/2.22.0/microsoft.applicationinsights.perfcountercollector.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.windowsserver/2.22.0/microsoft.applicationinsights.windowsserver.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.windowsserver.telemetrychannel/2.22.0/microsoft.applicationinsights.windowsserver.telemetrychannel.2.22.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights/2.23.0/microsoft.applicationinsights.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.aspnetcore/2.23.0/microsoft.applicationinsights.aspnetcore.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.dependencycollector/2.23.0/microsoft.applicationinsights.dependencycollector.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.eventcountercollector/2.23.0/microsoft.applicationinsights.eventcountercollector.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.kubernetes/8.0.0/microsoft.applicationinsights.kubernetes.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.perfcountercollector/2.23.0/microsoft.applicationinsights.perfcountercollector.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.windowsserver/2.23.0/microsoft.applicationinsights.windowsserver.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.windowsserver.telemetrychannel/2.23.0/microsoft.applicationinsights.windowsserver.telemetrychannel.2.23.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.aspnetcore.authentication.jwtbearer/9.0.0/microsoft.aspnetcore.authentication.jwtbearer.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.aspnetcore.diagnostics.healthchecks/2.2.0/microsoft.aspnetcore.diagnostics.healthchecks.2.2.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.aspnetcore.healthchecks/1.0.0/microsoft.aspnetcore.healthchecks.1.0.0.nupkg.sha512", @@ -59,49 +57,49 @@ "/home/runner/.nuget/packages/microsoft.extensions.apidescription.server/6.0.5/microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.caching.abstractions/1.0.0/microsoft.extensions.caching.abstractions.1.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.caching.memory/1.0.0/microsoft.extensions.caching.memory.1.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration/9.0.0/microsoft.extensions.configuration.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.abstractions/9.0.0/microsoft.extensions.configuration.abstractions.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration/9.0.2/microsoft.extensions.configuration.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.abstractions/9.0.7/microsoft.extensions.configuration.abstractions.9.0.7.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.configuration.azurekeyvault/3.1.24/microsoft.extensions.configuration.azurekeyvault.3.1.24.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.binder/9.0.0/microsoft.extensions.configuration.binder.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.commandline/6.0.0/microsoft.extensions.configuration.commandline.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.environmentvariables/9.0.0/microsoft.extensions.configuration.environmentvariables.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.fileextensions/9.0.0/microsoft.extensions.configuration.fileextensions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.json/9.0.0/microsoft.extensions.configuration.json.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.usersecrets/6.0.1/microsoft.extensions.configuration.usersecrets.6.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection/9.0.0/microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/9.0.0/microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.dependencymodel/8.0.2/microsoft.extensions.dependencymodel.8.0.2.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.diagnosticadapter/3.1.27/microsoft.extensions.diagnosticadapter.3.1.27.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.abstractions/8.0.0/microsoft.extensions.diagnostics.abstractions.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks/8.0.0/microsoft.extensions.diagnostics.healthchecks.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks.abstractions/8.0.0/microsoft.extensions.diagnostics.healthchecks.abstractions.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.abstractions/9.0.0/microsoft.extensions.fileproviders.abstractions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.physical/9.0.0/microsoft.extensions.fileproviders.physical.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.filesystemglobbing/9.0.0/microsoft.extensions.filesystemglobbing.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.binder/9.0.2/microsoft.extensions.configuration.binder.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.commandline/9.0.2/microsoft.extensions.configuration.commandline.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.environmentvariables/9.0.2/microsoft.extensions.configuration.environmentvariables.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.fileextensions/9.0.2/microsoft.extensions.configuration.fileextensions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.json/9.0.2/microsoft.extensions.configuration.json.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.usersecrets/9.0.2/microsoft.extensions.configuration.usersecrets.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection/9.0.2/microsoft.extensions.dependencyinjection.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/9.0.2/microsoft.extensions.dependencyinjection.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.dependencymodel/9.0.0/microsoft.extensions.dependencymodel.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnosticadapter/3.1.32/microsoft.extensions.diagnosticadapter.3.1.32.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics/9.0.2/microsoft.extensions.diagnostics.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.abstractions/9.0.2/microsoft.extensions.diagnostics.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks/8.0.11/microsoft.extensions.diagnostics.healthchecks.8.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks.abstractions/8.0.11/microsoft.extensions.diagnostics.healthchecks.abstractions.8.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.abstractions/9.0.2/microsoft.extensions.fileproviders.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.physical/9.0.2/microsoft.extensions.fileproviders.physical.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.filesystemglobbing/9.0.2/microsoft.extensions.filesystemglobbing.9.0.2.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.healthchecks/1.0.0/microsoft.extensions.healthchecks.1.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.hosting/6.0.1/microsoft.extensions.hosting.6.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.hosting.abstractions/8.0.0/microsoft.extensions.hosting.abstractions.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.http/3.1.0/microsoft.extensions.http.3.1.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging/9.0.0/microsoft.extensions.logging.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.abstractions/9.0.0/microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.applicationinsights/2.22.0/microsoft.extensions.logging.applicationinsights.2.22.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.hosting/9.0.2/microsoft.extensions.hosting.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.hosting.abstractions/9.0.2/microsoft.extensions.hosting.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging/9.0.2/microsoft.extensions.logging.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.abstractions/9.0.2/microsoft.extensions.logging.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.applicationinsights/2.23.0/microsoft.extensions.logging.applicationinsights.2.23.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.logging.azureappservices/9.0.0/microsoft.extensions.logging.azureappservices.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.configuration/9.0.0/microsoft.extensions.logging.configuration.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.console/6.0.0/microsoft.extensions.logging.console.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.debug/6.0.0/microsoft.extensions.logging.debug.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.eventlog/6.0.0/microsoft.extensions.logging.eventlog.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.eventsource/6.0.0/microsoft.extensions.logging.eventsource.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.objectpool/7.0.0/microsoft.extensions.objectpool.7.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.options/9.0.0/microsoft.extensions.options.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.options.configurationextensions/9.0.0/microsoft.extensions.options.configurationextensions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.primitives/9.0.0/microsoft.extensions.primitives.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.abstractions/8.0.1/microsoft.identitymodel.abstractions.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.configuration/9.0.2/microsoft.extensions.logging.configuration.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.console/9.0.2/microsoft.extensions.logging.console.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.debug/9.0.2/microsoft.extensions.logging.debug.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.eventlog/9.0.2/microsoft.extensions.logging.eventlog.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.eventsource/9.0.2/microsoft.extensions.logging.eventsource.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.objectpool/2.1.1/microsoft.extensions.objectpool.2.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.options/9.0.2/microsoft.extensions.options.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.options.configurationextensions/9.0.2/microsoft.extensions.options.configurationextensions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.primitives/9.0.7/microsoft.extensions.primitives.9.0.7.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.abstractions/8.6.0/microsoft.identitymodel.abstractions.8.6.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.identitymodel.clients.activedirectory/3.14.2/microsoft.identitymodel.clients.activedirectory.3.14.2.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.jsonwebtokens/8.0.1/microsoft.identitymodel.jsonwebtokens.8.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.logging/8.0.1/microsoft.identitymodel.logging.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.jsonwebtokens/8.6.0/microsoft.identitymodel.jsonwebtokens.8.6.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.logging/8.6.0/microsoft.identitymodel.logging.8.6.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.identitymodel.protocols/8.0.1/microsoft.identitymodel.protocols.8.0.1.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.identitymodel.protocols.openidconnect/8.0.1/microsoft.identitymodel.protocols.openidconnect.8.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.tokens/8.0.1/microsoft.identitymodel.tokens.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.tokens/8.6.0/microsoft.identitymodel.tokens.8.6.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.net.http.headers/2.2.0/microsoft.net.http.headers.2.2.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.netcore.app/1.0.5/microsoft.netcore.app.1.0.5.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.netcore.dotnethost/1.0.1/microsoft.netcore.dotnethost.1.0.1.nupkg.sha512", @@ -121,12 +119,11 @@ "/home/runner/.nuget/packages/microsoft.win32.registry/4.3.0/microsoft.win32.registry.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.win32.systemevents/6.0.0/microsoft.win32.systemevents.6.0.0.nupkg.sha512", "/home/runner/.nuget/packages/netstandard.library/1.6.1/netstandard.library.1.6.1.nupkg.sha512", - "/home/runner/.nuget/packages/newtonsoft.json/13.0.3/newtonsoft.json.13.0.3.nupkg.sha512", + "/home/runner/.nuget/packages/newtonsoft.json/13.0.4/newtonsoft.json.13.0.4.nupkg.sha512", "/home/runner/.nuget/packages/newtonsoft.json.bson/1.0.2/newtonsoft.json.bson.1.0.2.nupkg.sha512", "/home/runner/.nuget/packages/pipelines.sockets.unofficial/2.2.8/pipelines.sockets.unofficial.2.2.8.nupkg.sha512", - "/home/runner/.nuget/packages/polly/8.5.0/polly.8.5.0.nupkg.sha512", - "/home/runner/.nuget/packages/polly.core/8.5.0/polly.core.8.5.0.nupkg.sha512", - "/home/runner/.nuget/packages/prometheus-net/8.0.1/prometheus-net.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/polly/8.6.5/polly.8.6.5.nupkg.sha512", + "/home/runner/.nuget/packages/polly.core/8.6.5/polly.core.8.6.5.nupkg.sha512", "/home/runner/.nuget/packages/rabbitmq.client/6.8.1/rabbitmq.client.6.8.1.nupkg.sha512", "/home/runner/.nuget/packages/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", @@ -146,18 +143,18 @@ "/home/runner/.nuget/packages/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog/4.0.0/serilog.4.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.aspnetcore/8.0.3/serilog.aspnetcore.8.0.3.nupkg.sha512", + "/home/runner/.nuget/packages/serilog/4.2.0/serilog.4.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.aspnetcore/9.0.0/serilog.aspnetcore.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/serilog.enrichers.environment/3.0.1/serilog.enrichers.environment.3.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.extensions.hosting/8.0.0/serilog.extensions.hosting.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.extensions.logging/8.0.0/serilog.extensions.logging.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.formatting.compact/2.0.0/serilog.formatting.compact.2.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.settings.configuration/8.0.4/serilog.settings.configuration.8.0.4.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.console/6.0.0/serilog.sinks.console.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.debug/2.0.0/serilog.sinks.debug.2.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.file/5.0.0/serilog.sinks.file.5.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.http/9.0.0/serilog.sinks.http.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.seq/8.0.0/serilog.sinks.seq.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.extensions.hosting/9.0.0/serilog.extensions.hosting.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.extensions.logging/9.0.0/serilog.extensions.logging.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.formatting.compact/3.0.0/serilog.formatting.compact.3.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.settings.configuration/9.0.0/serilog.settings.configuration.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.console/6.1.1/serilog.sinks.console.6.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.debug/3.0.0/serilog.sinks.debug.3.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.file/7.0.0/serilog.sinks.file.7.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.http/9.2.0/serilog.sinks.http.9.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.seq/9.0.0/serilog.sinks.seq.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/stackexchange.redis/2.7.4/stackexchange.redis.2.7.4.nupkg.sha512", "/home/runner/.nuget/packages/swashbuckle.aspnetcore/7.2.0/swashbuckle.aspnetcore.7.2.0.nupkg.sha512", "/home/runner/.nuget/packages/swashbuckle.aspnetcore.newtonsoft/7.2.0/swashbuckle.aspnetcore.newtonsoft.7.2.0.nupkg.sha512", @@ -174,8 +171,8 @@ "/home/runner/.nuget/packages/system.configuration.configurationmanager/6.0.0/system.configuration.configurationmanager.6.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.console/4.3.0/system.console.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.debug/4.3.0/system.diagnostics.debug.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.diagnostics.diagnosticsource/8.0.1/system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/system.diagnostics.eventlog/6.0.0/system.diagnostics.eventlog.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.diagnostics.diagnosticsource/10.0.0/system.diagnostics.diagnosticsource.10.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.diagnostics.eventlog/9.0.2/system.diagnostics.eventlog.9.0.2.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.fileversioninfo/4.0.0/system.diagnostics.fileversioninfo.4.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.performancecounter/6.0.0/system.diagnostics.performancecounter.6.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.process/4.3.0/system.diagnostics.process.4.3.0.nupkg.sha512", @@ -187,7 +184,7 @@ "/home/runner/.nuget/packages/system.globalization/4.3.0/system.globalization.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.globalization.calendars/4.3.0/system.globalization.calendars.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.globalization.extensions/4.3.0/system.globalization.extensions.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.identitymodel.tokens.jwt/8.0.1/system.identitymodel.tokens.jwt.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/system.identitymodel.tokens.jwt/8.6.0/system.identitymodel.tokens.jwt.8.6.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io/4.3.0/system.io.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io.compression/4.3.0/system.io.compression.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io.compression.zipfile/4.3.0/system.io.compression.zipfile.4.3.0.nupkg.sha512", @@ -226,7 +223,6 @@ "/home/runner/.nuget/packages/system.resources.reader/4.0.0/system.resources.reader.4.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.resources.resourcemanager/4.3.0/system.resources.resourcemanager.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.runtime/4.3.0/system.runtime.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.runtime.compilerservices.unsafe/6.0.0/system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.runtime.extensions/4.3.0/system.runtime.extensions.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.runtime.handles/4.3.0/system.runtime.handles.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.runtime.interopservices/4.3.0/system.runtime.interopservices.4.3.0.nupkg.sha512", @@ -251,8 +247,8 @@ "/home/runner/.nuget/packages/system.text.encoding/4.3.0/system.text.encoding.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.text.encoding.codepages/4.0.1/system.text.encoding.codepages.4.0.1.nupkg.sha512", "/home/runner/.nuget/packages/system.text.encoding.extensions/4.3.0/system.text.encoding.extensions.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.text.encodings.web/6.0.0/system.text.encodings.web.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.text.json/6.0.0/system.text.json.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.text.encodings.web/4.7.2/system.text.encodings.web.4.7.2.nupkg.sha512", + "/home/runner/.nuget/packages/system.text.json/4.7.2/system.text.json.4.7.2.nupkg.sha512", "/home/runner/.nuget/packages/system.text.regularexpressions/4.3.0/system.text.regularexpressions.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.threading/4.3.0/system.threading.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.threading.channels/7.0.0/system.threading.channels.7.0.0.nupkg.sha512", @@ -272,7 +268,7 @@ "/home/runner/.nuget/packages/system.xml.xmlserializer/4.0.11/system.xml.xmlserializer.4.0.11.nupkg.sha512", "/home/runner/.nuget/packages/system.xml.xpath/4.0.1/system.xml.xpath.4.0.1.nupkg.sha512", "/home/runner/.nuget/packages/system.xml.xpath.xdocument/4.0.1/system.xml.xpath.xdocument.4.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/yamldotnet/13.3.1/yamldotnet.13.3.1.nupkg.sha512" + "/home/runner/.nuget/packages/yamldotnet/16.3.0/yamldotnet.16.3.0.nupkg.sha512" ], "logs": [] } \ No newline at end of file diff --git a/src/Services/Catalog/Catalog.API/Catalog.API.csproj b/src/Services/Catalog/Catalog.API/Catalog.API.csproj index 11be18d5..76e07382 100644 --- a/src/Services/Catalog/Catalog.API/Catalog.API.csproj +++ b/src/Services/Catalog/Catalog.API/Catalog.API.csproj @@ -39,26 +39,26 @@ - + - - - - - - - - - + + + + + + + + + - + - - - - + + + + diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Autofac.Extensions.DependencyInjection.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Autofac.Extensions.DependencyInjection.dll deleted file mode 100755 index ecbb4c95..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Autofac.Extensions.DependencyInjection.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Autofac.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Autofac.dll deleted file mode 100755 index fa2fdf5a..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Autofac.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Azure.Core.Amqp.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Azure.Core.Amqp.dll deleted file mode 100755 index 7e9d668b..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Azure.Core.Amqp.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Azure.Core.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Azure.Core.dll deleted file mode 100755 index 7baf705d..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Azure.Core.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Azure.Identity.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Azure.Identity.dll deleted file mode 100755 index 35088432..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Azure.Identity.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Azure.Messaging.EventHubs.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Azure.Messaging.EventHubs.dll deleted file mode 100755 index f18c549f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Azure.Messaging.EventHubs.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Azure.Messaging.ServiceBus.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Azure.Messaging.ServiceBus.dll deleted file mode 100755 index a864ad94..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Azure.Messaging.ServiceBus.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Azure.Storage.Blobs.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Azure.Storage.Blobs.dll deleted file mode 100755 index fc5af17d..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Azure.Storage.Blobs.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Azure.Storage.Common.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Azure.Storage.Common.dll deleted file mode 100755 index 9fd78b8c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Azure.Storage.Common.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Azure.Storage.Files.Shares.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Azure.Storage.Files.Shares.dll deleted file mode 100755 index 6be51f0c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Azure.Storage.Files.Shares.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Azure.Storage.Queues.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Azure.Storage.Queues.dll deleted file mode 100755 index cb08a0e0..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Azure.Storage.Queues.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Catalog.API b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Catalog.API deleted file mode 100755 index a6b8ca69..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Catalog.API and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Catalog.API.deps.json b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Catalog.API.deps.json deleted file mode 100644 index 9ef043f9..00000000 --- a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Catalog.API.deps.json +++ /dev/null @@ -1,8556 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0", - "signature": "" - }, - "compilationOptions": { - "defines": [ - "TRACE", - "DEBUG", - "NET", - "NET6_0", - "NETCOREAPP", - "NET5_0_OR_GREATER", - "NET6_0_OR_GREATER", - "NETCOREAPP1_0_OR_GREATER", - "NETCOREAPP1_1_OR_GREATER", - "NETCOREAPP2_0_OR_GREATER", - "NETCOREAPP2_1_OR_GREATER", - "NETCOREAPP2_2_OR_GREATER", - "NETCOREAPP3_0_OR_GREATER", - "NETCOREAPP3_1_OR_GREATER" - ], - "languageVersion": "preview", - "platform": "", - "allowUnsafe": false, - "warningsAsErrors": false, - "optimize": false, - "keyFile": "", - "emitEntryPoint": true, - "xmlDoc": false, - "debugType": "portable" - }, - "targets": { - ".NETCoreApp,Version=v6.0": { - "Catalog.API/1.0.0": { - "dependencies": { - "AspNetCore.HealthChecks.AzureServiceBus": "6.0.3", - "AspNetCore.HealthChecks.AzureStorage": "7.0.0", - "AspNetCore.HealthChecks.Rabbitmq": "6.0.2", - "AspNetCore.HealthChecks.SqlServer": "6.0.2", - "AspNetCore.HealthChecks.UI.Client": "6.0.4", - "Autofac.Extensions.DependencyInjection": "7.2.0", - "EventBus": "1.0.0", - "EventBusRabbitMQ": "1.0.0", - "EventBusServiceBus": "1.0.0", - "Google.Protobuf": "3.25.2", - "Grpc.AspNetCore.Server": "2.44.0", - "Grpc.Tools": "2.45.0", - "IntegrationEventLogEF": "1.0.0", - "Microsoft.ApplicationInsights.AspNetCore": "2.20.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.20.0", - "Microsoft.ApplicationInsights.Kubernetes": "2.0.2", - "Microsoft.AspNetCore.HealthChecks": "1.0.0", - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "6.0.3", - "Microsoft.Extensions.Configuration.AzureKeyVault": "3.1.23", - "Microsoft.Extensions.Logging.AzureAppServices": "6.0.3", - "Microsoft.VisualStudio.Azure.Containers.Tools.Targets": "1.19.6", - "Serilog.AspNetCore": "5.0.0", - "Serilog.Enrichers.Environment": "2.3.0", - "Serilog.Settings.Configuration": "3.3.0", - "Serilog.Sinks.Console": "5.0.1", - "Serilog.Sinks.Http": "7.2.0", - "Serilog.Sinks.Seq": "5.1.1", - "Swashbuckle.AspNetCore": "6.3.0", - "Swashbuckle.AspNetCore.Newtonsoft": "6.5.0", - "Microsoft.AspNetCore.Antiforgery": "6.0.0.0", - "Microsoft.AspNetCore.Authentication.Abstractions": "6.0.0.0", - "Microsoft.AspNetCore.Authentication.Cookies": "6.0.0.0", - "Microsoft.AspNetCore.Authentication.Core": "6.0.0.0", - "Microsoft.AspNetCore.Authentication": "6.0.0.0", - "Microsoft.AspNetCore.Authentication.OAuth": "6.0.0.0", - "Microsoft.AspNetCore.Authorization": "6.0.0.0", - "Microsoft.AspNetCore.Authorization.Policy": "6.0.0.0", - "Microsoft.AspNetCore.Components.Authorization": "6.0.0.0", - "Microsoft.AspNetCore.Components": "6.0.0.0", - "Microsoft.AspNetCore.Components.Forms": "6.0.0.0", - "Microsoft.AspNetCore.Components.Server": "6.0.0.0", - "Microsoft.AspNetCore.Components.Web": "6.0.0.0", - "Microsoft.AspNetCore.Connections.Abstractions": "6.0.0.0", - "Microsoft.AspNetCore.CookiePolicy": "6.0.0.0", - "Microsoft.AspNetCore.Cors": "6.0.0.0", - "Microsoft.AspNetCore.Cryptography.Internal": "6.0.0.0", - "Microsoft.AspNetCore.Cryptography.KeyDerivation": "6.0.0.0", - "Microsoft.AspNetCore.DataProtection.Abstractions": "6.0.0.0", - "Microsoft.AspNetCore.DataProtection": "6.0.0.0", - "Microsoft.AspNetCore.DataProtection.Extensions": "6.0.0.0", - "Microsoft.AspNetCore.Diagnostics.Abstractions": "6.0.0.0", - "Microsoft.AspNetCore.Diagnostics": "6.0.0.0", - "Microsoft.AspNetCore.Diagnostics.HealthChecks": "6.0.0.0", - "Microsoft.AspNetCore": "6.0.0.0", - "Microsoft.AspNetCore.HostFiltering": "6.0.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions.Reference": "6.0.0.0", - "Microsoft.AspNetCore.Hosting.Reference": "6.0.0.0", - "Microsoft.AspNetCore.Hosting.Server.Abstractions.Reference": "6.0.0.0", - "Microsoft.AspNetCore.Html.Abstractions": "6.0.0.0", - "Microsoft.AspNetCore.Http.Abstractions.Reference": "6.0.0.0", - "Microsoft.AspNetCore.Http.Connections.Common": "6.0.0.0", - "Microsoft.AspNetCore.Http.Connections": "6.0.0.0", - "Microsoft.AspNetCore.Http.Reference": "6.0.0.0", - "Microsoft.AspNetCore.Http.Extensions.Reference": "6.0.0.0", - "Microsoft.AspNetCore.Http.Features.Reference": "6.0.0.0", - "Microsoft.AspNetCore.Http.Results": "6.0.0.0", - "Microsoft.AspNetCore.HttpLogging": "6.0.0.0", - "Microsoft.AspNetCore.HttpOverrides": "6.0.0.0", - "Microsoft.AspNetCore.HttpsPolicy": "6.0.0.0", - "Microsoft.AspNetCore.Identity": "6.0.0.0", - "Microsoft.AspNetCore.Localization": "6.0.0.0", - "Microsoft.AspNetCore.Localization.Routing": "6.0.0.0", - "Microsoft.AspNetCore.Metadata": "6.0.0.0", - "Microsoft.AspNetCore.Mvc.Abstractions": "6.0.0.0", - "Microsoft.AspNetCore.Mvc.ApiExplorer": "6.0.0.0", - "Microsoft.AspNetCore.Mvc.Core": "6.0.0.0", - "Microsoft.AspNetCore.Mvc.Cors": "6.0.0.0", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "6.0.0.0", - "Microsoft.AspNetCore.Mvc": "6.0.0.0", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "6.0.0.0", - "Microsoft.AspNetCore.Mvc.Formatters.Xml": "6.0.0.0", - "Microsoft.AspNetCore.Mvc.Localization": "6.0.0.0", - "Microsoft.AspNetCore.Mvc.Razor": "6.0.0.0", - "Microsoft.AspNetCore.Mvc.RazorPages": "6.0.0.0", - "Microsoft.AspNetCore.Mvc.TagHelpers": "6.0.0.0", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "6.0.0.0", - "Microsoft.AspNetCore.Razor": "6.0.0.0", - "Microsoft.AspNetCore.Razor.Runtime": "6.0.0.0", - "Microsoft.AspNetCore.ResponseCaching.Abstractions": "6.0.0.0", - "Microsoft.AspNetCore.ResponseCaching": "6.0.0.0", - "Microsoft.AspNetCore.ResponseCompression": "6.0.0.0", - "Microsoft.AspNetCore.Rewrite": "6.0.0.0", - "Microsoft.AspNetCore.Routing.Abstractions": "6.0.0.0", - "Microsoft.AspNetCore.Routing": "6.0.0.0", - "Microsoft.AspNetCore.Server.HttpSys": "6.0.0.0", - "Microsoft.AspNetCore.Server.IIS": "6.0.0.0", - "Microsoft.AspNetCore.Server.IISIntegration": "6.0.0.0", - "Microsoft.AspNetCore.Server.Kestrel.Core": "6.0.0.0", - "Microsoft.AspNetCore.Server.Kestrel": "6.0.0.0", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic": "6.0.0.0", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets": "6.0.0.0", - "Microsoft.AspNetCore.Session": "6.0.0.0", - "Microsoft.AspNetCore.SignalR.Common": "6.0.0.0", - "Microsoft.AspNetCore.SignalR.Core": "6.0.0.0", - "Microsoft.AspNetCore.SignalR": "6.0.0.0", - "Microsoft.AspNetCore.SignalR.Protocols.Json": "6.0.0.0", - "Microsoft.AspNetCore.StaticFiles": "6.0.0.0", - "Microsoft.AspNetCore.WebSockets": "6.0.0.0", - "Microsoft.AspNetCore.WebUtilities.Reference": "6.0.0.0", - "Microsoft.CSharp.Reference": "6.0.0.0", - "Microsoft.Extensions.Configuration.Binder.Reference": "6.0.0.0", - "Microsoft.Extensions.Configuration.CommandLine": "6.0.0.0", - "Microsoft.Extensions.Configuration.Reference": "6.0.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables.Reference": "6.0.0.0", - "Microsoft.Extensions.Configuration.FileExtensions.Reference": "6.0.0.0", - "Microsoft.Extensions.Configuration.Ini": "6.0.0.0", - "Microsoft.Extensions.Configuration.Json.Reference": "6.0.0.0", - "Microsoft.Extensions.Configuration.KeyPerFile": "6.0.0.0", - "Microsoft.Extensions.Configuration.UserSecrets": "6.0.0.0", - "Microsoft.Extensions.Configuration.Xml": "6.0.0.0", - "Microsoft.Extensions.Features": "6.0.0.0", - "Microsoft.Extensions.FileProviders.Composite": "6.0.0.0", - "Microsoft.Extensions.FileProviders.Embedded": "6.0.0.0", - "Microsoft.Extensions.FileProviders.Physical.Reference": "6.0.0.0", - "Microsoft.Extensions.FileSystemGlobbing.Reference": "6.0.0.0", - "Microsoft.Extensions.Hosting": "6.0.0.0", - "Microsoft.Extensions.Http": "6.0.0.0", - "Microsoft.Extensions.Identity.Core": "6.0.0.0", - "Microsoft.Extensions.Identity.Stores": "6.0.0.0", - "Microsoft.Extensions.Localization.Abstractions": "6.0.0.0", - "Microsoft.Extensions.Localization": "6.0.0.0", - "Microsoft.Extensions.Logging.Configuration.Reference": "6.0.0.0", - "Microsoft.Extensions.Logging.Console": "6.0.0.0", - "Microsoft.Extensions.Logging.Debug": "6.0.0.0", - "Microsoft.Extensions.Logging.EventLog": "6.0.0.0", - "Microsoft.Extensions.Logging.EventSource": "6.0.0.0", - "Microsoft.Extensions.Logging.TraceSource": "6.0.0.0", - "Microsoft.Extensions.ObjectPool.Reference": "6.0.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions.Reference": "6.0.0.0", - "Microsoft.Extensions.Options.DataAnnotations": "6.0.0.0", - "Microsoft.Extensions.WebEncoders": "6.0.0.0", - "Microsoft.JSInterop": "6.0.0.0", - "Microsoft.Net.Http.Headers.Reference": "6.0.0.0", - "Microsoft.VisualBasic.Core": "11.0.0.0", - "Microsoft.VisualBasic.Reference": "10.0.0.0", - "Microsoft.Win32.Primitives.Reference": "6.0.0.0", - "Microsoft.Win32.Registry.Reference": "6.0.0.0", - "mscorlib": "4.0.0.0", - "netstandard": "2.1.0.0", - "System.AppContext.Reference": "6.0.0.0", - "System.Buffers.Reference": "6.0.0.0", - "System.Collections.Concurrent.Reference": "6.0.0.0", - "System.Collections.Reference": "6.0.0.0", - "System.Collections.Immutable.Reference": "6.0.0.0", - "System.Collections.NonGeneric": "6.0.0.0", - "System.Collections.Specialized": "6.0.0.0", - "System.ComponentModel.Annotations.Reference": "6.0.0.0", - "System.ComponentModel.DataAnnotations": "4.0.0.0", - "System.ComponentModel.Reference": "6.0.0.0", - "System.ComponentModel.EventBasedAsync": "6.0.0.0", - "System.ComponentModel.Primitives": "6.0.0.0", - "System.ComponentModel.TypeConverter": "6.0.0.0", - "System.Configuration": "4.0.0.0", - "System.Console.Reference": "6.0.0.0", - "System.Core": "4.0.0.0", - "System.Data.Common": "6.0.0.0", - "System.Data.DataSetExtensions": "4.0.0.0", - "System.Data": "4.0.0.0", - "System.Diagnostics.Contracts": "6.0.0.0", - "System.Diagnostics.Debug.Reference": "6.0.0.0", - "System.Diagnostics.DiagnosticSource.Reference": "6.0.0.0", - "System.Diagnostics.EventLog": "6.0.0.0", - "System.Diagnostics.FileVersionInfo.Reference": "6.0.0.0", - "System.Diagnostics.Process.Reference": "6.0.0.0", - "System.Diagnostics.StackTrace.Reference": "6.0.0.0", - "System.Diagnostics.TextWriterTraceListener": "6.0.0.0", - "System.Diagnostics.Tools.Reference": "6.0.0.0", - "System.Diagnostics.TraceSource": "6.0.0.0", - "System.Diagnostics.Tracing.Reference": "6.0.0.0", - "System": "4.0.0.0", - "System.Drawing": "4.0.0.0", - "System.Drawing.Primitives": "6.0.0.0", - "System.Dynamic.Runtime.Reference": "6.0.0.0", - "System.Formats.Asn1.Reference": "6.0.0.0", - "System.Globalization.Calendars.Reference": "6.0.0.0", - "System.Globalization.Reference": "6.0.0.0", - "System.Globalization.Extensions.Reference": "6.0.0.0", - "System.IO.Compression.Brotli": "6.0.0.0", - "System.IO.Compression.Reference": "6.0.0.0", - "System.IO.Compression.FileSystem": "4.0.0.0", - "System.IO.Compression.ZipFile.Reference": "6.0.0.0", - "System.IO.Reference": "6.0.0.0", - "System.IO.FileSystem.AccessControl.Reference": "6.0.0.0", - "System.IO.FileSystem.Reference": "6.0.0.0", - "System.IO.FileSystem.DriveInfo": "6.0.0.0", - "System.IO.FileSystem.Primitives.Reference": "6.0.0.0", - "System.IO.FileSystem.Watcher.Reference": "6.0.0.0", - "System.IO.IsolatedStorage": "6.0.0.0", - "System.IO.MemoryMappedFiles.Reference": "6.0.0.0", - "System.IO.Pipelines": "6.0.0.0", - "System.IO.Pipes.AccessControl": "6.0.0.0", - "System.IO.Pipes": "6.0.0.0", - "System.IO.UnmanagedMemoryStream.Reference": "6.0.0.0", - "System.Linq.Reference": "6.0.0.0", - "System.Linq.Expressions.Reference": "6.0.0.0", - "System.Linq.Parallel.Reference": "6.0.0.0", - "System.Linq.Queryable.Reference": "6.0.0.0", - "System.Memory.Reference": "6.0.0.0", - "System.Net": "4.0.0.0", - "System.Net.Http.Reference": "6.0.0.0", - "System.Net.Http.Json": "6.0.0.0", - "System.Net.HttpListener": "6.0.0.0", - "System.Net.Mail": "6.0.0.0", - "System.Net.NameResolution.Reference": "6.0.0.0", - "System.Net.NetworkInformation": "6.0.0.0", - "System.Net.Ping": "6.0.0.0", - "System.Net.Primitives.Reference": "6.0.0.0", - "System.Net.Requests.Reference": "6.0.0.0", - "System.Net.Security.Reference": "6.0.0.0", - "System.Net.ServicePoint": "6.0.0.0", - "System.Net.Sockets.Reference": "6.0.0.0", - "System.Net.WebClient": "6.0.0.0", - "System.Net.WebHeaderCollection.Reference": "6.0.0.0", - "System.Net.WebProxy": "6.0.0.0", - "System.Net.WebSockets.Client": "6.0.0.0", - "System.Net.WebSockets": "6.0.0.0", - "System.Numerics": "4.0.0.0", - "System.Numerics.Vectors.Reference": "6.0.0.0", - "System.ObjectModel.Reference": "6.0.0.0", - "System.Reflection.DispatchProxy.Reference": "6.0.0.0", - "System.Reflection.Reference": "6.0.0.0", - "System.Reflection.Emit.Reference": "6.0.0.0", - "System.Reflection.Emit.ILGeneration.Reference": "6.0.0.0", - "System.Reflection.Emit.Lightweight.Reference": "6.0.0.0", - "System.Reflection.Extensions.Reference": "6.0.0.0", - "System.Reflection.Metadata.Reference": "6.0.0.0", - "System.Reflection.Primitives.Reference": "6.0.0.0", - "System.Reflection.TypeExtensions.Reference": "6.0.0.0", - "System.Resources.Reader.Reference": "6.0.0.0", - "System.Resources.ResourceManager.Reference": "6.0.0.0", - "System.Resources.Writer": "6.0.0.0", - "System.Runtime.CompilerServices.Unsafe.Reference": "6.0.0.0", - "System.Runtime.CompilerServices.VisualC": "6.0.0.0", - "System.Runtime.Reference": "6.0.0.0", - "System.Runtime.Extensions.Reference": "6.0.0.0", - "System.Runtime.Handles.Reference": "6.0.0.0", - "System.Runtime.InteropServices.Reference": "6.0.0.0", - "System.Runtime.InteropServices.RuntimeInformation.Reference": "6.0.0.0", - "System.Runtime.Intrinsics": "6.0.0.0", - "System.Runtime.Loader.Reference": "6.0.0.0", - "System.Runtime.Numerics.Reference": "6.0.0.0", - "System.Runtime.Serialization": "4.0.0.0", - "System.Runtime.Serialization.Formatters": "6.0.0.0", - "System.Runtime.Serialization.Json.Reference": "6.0.0.0", - "System.Runtime.Serialization.Primitives.Reference": "6.0.0.0", - "System.Runtime.Serialization.Xml": "6.0.0.0", - "System.Security.AccessControl.Reference": "6.0.0.0", - "System.Security.Claims.Reference": "6.0.0.0", - "System.Security.Cryptography.Algorithms.Reference": "6.0.0.0", - "System.Security.Cryptography.Cng.Reference": "6.0.0.0", - "System.Security.Cryptography.Csp.Reference": "6.0.0.0", - "System.Security.Cryptography.Encoding.Reference": "6.0.0.0", - "System.Security.Cryptography.OpenSsl.Reference": "6.0.0.0", - "System.Security.Cryptography.Primitives.Reference": "6.0.0.0", - "System.Security.Cryptography.X509Certificates.Reference": "6.0.0.0", - "System.Security.Cryptography.Xml": "6.0.0.0", - "System.Security": "4.0.0.0", - "System.Security.Principal.Reference": "6.0.0.0", - "System.Security.Principal.Windows.Reference": "6.0.0.0", - "System.Security.SecureString": "6.0.0.0", - "System.ServiceModel.Web": "4.0.0.0", - "System.ServiceProcess": "4.0.0.0", - "System.Text.Encoding.CodePages.Reference": "6.0.0.0", - "System.Text.Encoding.Reference": "6.0.0.0", - "System.Text.Encoding.Extensions.Reference": "6.0.0.0", - "System.Text.Encodings.Web.Reference": "6.0.0.0", - "System.Text.Json.Reference": "6.0.0.0", - "System.Text.RegularExpressions.Reference": "6.0.0.0", - "System.Threading.Channels.Reference": "6.0.0.0", - "System.Threading.Reference": "6.0.0.0", - "System.Threading.Overlapped.Reference": "6.0.0.0", - "System.Threading.Tasks.Dataflow.Reference": "6.0.0.0", - "System.Threading.Tasks.Reference": "6.0.0.0", - "System.Threading.Tasks.Extensions.Reference": "6.0.0.0", - "System.Threading.Tasks.Parallel.Reference": "6.0.0.0", - "System.Threading.Thread.Reference": "6.0.0.0", - "System.Threading.ThreadPool.Reference": "6.0.0.0", - "System.Threading.Timer.Reference": "6.0.0.0", - "System.Transactions": "4.0.0.0", - "System.Transactions.Local": "6.0.0.0", - "System.ValueTuple.Reference": "4.0.3.0", - "System.Web": "4.0.0.0", - "System.Web.HttpUtility": "6.0.0.0", - "System.Windows": "4.0.0.0", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0", - "System.Xml.ReaderWriter.Reference": "6.0.0.0", - "System.Xml.Serialization": "4.0.0.0", - "System.Xml.XDocument.Reference": "6.0.0.0", - "System.Xml.XmlDocument.Reference": "6.0.0.0", - "System.Xml.XmlSerializer.Reference": "6.0.0.0", - "System.Xml.XPath.Reference": "6.0.0.0", - "System.Xml.XPath.XDocument.Reference": "6.0.0.0", - "WindowsBase": "4.0.0.0" - }, - "runtime": { - "Catalog.API.dll": {} - }, - "compile": { - "Catalog.API.dll": {} - } - }, - "AspNetCore.HealthChecks.AzureServiceBus/6.0.3": { - "dependencies": { - "Azure.Messaging.EventHubs": "5.6.2", - "Azure.Messaging.ServiceBus": "7.6.0", - "Microsoft.Extensions.Diagnostics.HealthChecks": "7.0.9" - }, - "runtime": { - "lib/net6.0/HealthChecks.AzureServiceBus.dll": { - "assemblyVersion": "6.0.3.0", - "fileVersion": "6.0.3.0" - } - }, - "compile": { - "lib/net6.0/HealthChecks.AzureServiceBus.dll": {} - } - }, - "AspNetCore.HealthChecks.AzureStorage/7.0.0": { - "dependencies": { - "Azure.Storage.Blobs": "12.17.0", - "Azure.Storage.Files.Shares": "12.15.0", - "Azure.Storage.Queues": "12.15.0", - "Microsoft.Extensions.Diagnostics.HealthChecks": "7.0.9" - }, - "runtime": { - "lib/netstandard2.0/HealthChecks.AzureStorage.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.0.0" - } - }, - "compile": { - "lib/netstandard2.0/HealthChecks.AzureStorage.dll": {} - } - }, - "AspNetCore.HealthChecks.Rabbitmq/6.0.2": { - "dependencies": { - "Microsoft.Extensions.Diagnostics.HealthChecks": "7.0.9", - "RabbitMQ.Client": "6.2.4" - }, - "runtime": { - "lib/net6.0/HealthChecks.Rabbitmq.dll": { - "assemblyVersion": "6.0.2.0", - "fileVersion": "6.0.2.0" - } - }, - "compile": { - "lib/net6.0/HealthChecks.Rabbitmq.dll": {} - } - }, - "AspNetCore.HealthChecks.SqlServer/6.0.2": { - "dependencies": { - "Microsoft.Data.SqlClient": "5.1.1", - "Microsoft.Extensions.Diagnostics.HealthChecks": "7.0.9" - }, - "runtime": { - "lib/net6.0/HealthChecks.SqlServer.dll": { - "assemblyVersion": "6.0.2.0", - "fileVersion": "6.0.2.0" - } - }, - "compile": { - "lib/net6.0/HealthChecks.SqlServer.dll": {} - } - }, - "AspNetCore.HealthChecks.UI.Client/6.0.4": { - "dependencies": { - "AspNetCore.HealthChecks.UI.Core": "6.0.4", - "Microsoft.Extensions.Diagnostics.HealthChecks": "7.0.9" - }, - "runtime": { - "lib/net6.0/HealthChecks.UI.Client.dll": { - "assemblyVersion": "6.0.4.0", - "fileVersion": "6.0.4.0" - } - }, - "compile": { - "lib/net6.0/HealthChecks.UI.Client.dll": {} - } - }, - "AspNetCore.HealthChecks.UI.Core/6.0.4": { - "dependencies": { - "Microsoft.EntityFrameworkCore": "7.0.15", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Diagnostics.HealthChecks": "7.0.9", - "System.Text.Json": "6.0.0" - }, - "runtime": { - "lib/net6.0/HealthChecks.UI.Core.dll": { - "assemblyVersion": "6.0.4.0", - "fileVersion": "6.0.4.0" - } - }, - "compile": { - "lib/net6.0/HealthChecks.UI.Core.dll": {} - } - }, - "Autofac/6.3.0": { - "dependencies": { - "System.Diagnostics.DiagnosticSource": "6.0.0" - }, - "runtime": { - "lib/net5.0/Autofac.dll": { - "assemblyVersion": "6.3.0.0", - "fileVersion": "6.3.0.0" - } - }, - "compile": { - "lib/net5.0/Autofac.dll": {} - } - }, - "Autofac.Extensions.DependencyInjection/7.2.0": { - "dependencies": { - "Autofac": "6.3.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" - }, - "runtime": { - "lib/net6.0/Autofac.Extensions.DependencyInjection.dll": { - "assemblyVersion": "7.2.0.0", - "fileVersion": "7.2.0.0" - } - }, - "compile": { - "lib/net6.0/Autofac.Extensions.DependencyInjection.dll": {} - } - }, - "Azure.Core/1.33.0": { - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "1.1.1", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Memory.Data": "1.0.2", - "System.Numerics.Vectors": "4.5.0", - "System.Text.Encodings.Web": "6.0.0", - "System.Text.Json": "6.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/net6.0/Azure.Core.dll": { - "assemblyVersion": "1.33.0.0", - "fileVersion": "1.3300.23.31609" - } - }, - "compile": { - "lib/net6.0/Azure.Core.dll": {} - } - }, - "Azure.Core.Amqp/1.2.0": { - "dependencies": { - "System.Memory": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/Azure.Core.Amqp.dll": { - "assemblyVersion": "1.2.0.0", - "fileVersion": "1.200.21.35604" - } - }, - "compile": { - "lib/netstandard2.0/Azure.Core.Amqp.dll": {} - } - }, - "Azure.Identity/1.7.0": { - "dependencies": { - "Azure.Core": "1.33.0", - "Microsoft.Identity.Client": "4.47.2", - "Microsoft.Identity.Client.Extensions.Msal": "2.19.3", - "System.Memory": "4.5.4", - "System.Security.Cryptography.ProtectedData": "6.0.0", - "System.Text.Json": "6.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/Azure.Identity.dll": { - "assemblyVersion": "1.7.0.0", - "fileVersion": "1.700.22.46903" - } - }, - "compile": { - "lib/netstandard2.0/Azure.Identity.dll": {} - } - }, - "Azure.Messaging.EventHubs/5.6.2": { - "dependencies": { - "Azure.Core": "1.33.0", - "Azure.Core.Amqp": "1.2.0", - "Microsoft.Azure.Amqp": "2.5.10", - "Microsoft.Bcl.AsyncInterfaces": "1.1.1", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Memory.Data": "1.0.2", - "System.Reflection.TypeExtensions": "4.5.1", - "System.Threading.Channels": "4.7.1", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/Azure.Messaging.EventHubs.dll": { - "assemblyVersion": "5.6.2.0", - "fileVersion": "5.600.221.50501" - } - }, - "compile": { - "lib/netstandard2.0/Azure.Messaging.EventHubs.dll": {} - } - }, - "Azure.Messaging.ServiceBus/7.6.0": { - "dependencies": { - "Azure.Core": "1.33.0", - "Azure.Core.Amqp": "1.2.0", - "Microsoft.Azure.Amqp": "2.5.10", - "Microsoft.Bcl.AsyncInterfaces": "1.1.1", - "System.Memory.Data": "1.0.2" - }, - "runtime": { - "lib/netstandard2.0/Azure.Messaging.ServiceBus.dll": { - "assemblyVersion": "7.6.0.0", - "fileVersion": "7.600.22.10904" - } - }, - "compile": { - "lib/netstandard2.0/Azure.Messaging.ServiceBus.dll": {} - } - }, - "Azure.Storage.Blobs/12.17.0": { - "dependencies": { - "Azure.Storage.Common": "12.16.0", - "System.Text.Json": "6.0.0" - }, - "runtime": { - "lib/net6.0/Azure.Storage.Blobs.dll": { - "assemblyVersion": "12.17.0.0", - "fileVersion": "12.1700.23.36104" - } - }, - "compile": { - "lib/net6.0/Azure.Storage.Blobs.dll": {} - } - }, - "Azure.Storage.Common/12.16.0": { - "dependencies": { - "Azure.Core": "1.33.0", - "System.IO.Hashing": "6.0.0" - }, - "runtime": { - "lib/net6.0/Azure.Storage.Common.dll": { - "assemblyVersion": "12.16.0.0", - "fileVersion": "12.1600.23.36104" - } - }, - "compile": { - "lib/net6.0/Azure.Storage.Common.dll": {} - } - }, - "Azure.Storage.Files.Shares/12.15.0": { - "dependencies": { - "Azure.Storage.Common": "12.16.0", - "System.Text.Json": "6.0.0" - }, - "runtime": { - "lib/net6.0/Azure.Storage.Files.Shares.dll": { - "assemblyVersion": "12.15.0.0", - "fileVersion": "12.1500.23.36104" - } - }, - "compile": { - "lib/net6.0/Azure.Storage.Files.Shares.dll": {} - } - }, - "Azure.Storage.Queues/12.15.0": { - "dependencies": { - "Azure.Storage.Common": "12.16.0", - "System.Memory.Data": "1.0.2", - "System.Text.Json": "6.0.0" - }, - "runtime": { - "lib/net6.0/Azure.Storage.Queues.dll": { - "assemblyVersion": "12.15.0.0", - "fileVersion": "12.1500.23.36104" - } - }, - "compile": { - "lib/net6.0/Azure.Storage.Queues.dll": {} - } - }, - "Google.Protobuf/3.25.2": { - "runtime": { - "lib/net5.0/Google.Protobuf.dll": { - "assemblyVersion": "3.25.2.0", - "fileVersion": "3.25.2.0" - } - }, - "compile": { - "lib/net5.0/Google.Protobuf.dll": {} - } - }, - "Grpc.AspNetCore.Server/2.44.0": { - "dependencies": { - "Grpc.Net.Common": "2.44.0" - }, - "runtime": { - "lib/net6.0/Grpc.AspNetCore.Server.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.44.0.0" - } - }, - "compile": { - "lib/net6.0/Grpc.AspNetCore.Server.dll": {} - } - }, - "Grpc.Core.Api/2.44.0": { - "dependencies": { - "System.Memory": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/Grpc.Core.Api.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.44.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Grpc.Core.Api.dll": {} - } - }, - "Grpc.Net.Common/2.44.0": { - "dependencies": { - "Grpc.Core.Api": "2.44.0" - }, - "runtime": { - "lib/net6.0/Grpc.Net.Common.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.44.0.0" - } - }, - "compile": { - "lib/net6.0/Grpc.Net.Common.dll": {} - } - }, - "Grpc.Tools/2.45.0": {}, - "Libuv/1.9.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0" - }, - "runtimeTargets": { - "runtimes/debian-x64/native/libuv.so": { - "rid": "debian-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/fedora-x64/native/libuv.so": { - "rid": "fedora-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/opensuse-x64/native/libuv.so": { - "rid": "opensuse-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/osx/native/libuv.dylib": { - "rid": "osx", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/rhel-x64/native/libuv.so": { - "rid": "rhel-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win7-arm/native/libuv.dll": { - "rid": "win7-arm", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win7-x64/native/libuv.dll": { - "rid": "win7-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win7-x86/native/libuv.dll": { - "rid": "win7-x86", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "Microsoft.ApplicationInsights/2.20.0": { - "dependencies": { - "System.Diagnostics.DiagnosticSource": "6.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.ApplicationInsights.dll": { - "assemblyVersion": "2.20.0.103", - "fileVersion": "2.20.0.103" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.ApplicationInsights.dll": {} - } - }, - "Microsoft.ApplicationInsights.AspNetCore/2.20.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.20.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.20.0", - "Microsoft.ApplicationInsights.EventCounterCollector": "2.20.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.20.0", - "Microsoft.ApplicationInsights.WindowsServer": "2.20.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.20.0", - "Microsoft.AspNetCore.Hosting": "2.1.1", - "Microsoft.AspNetCore.Http": "2.1.22", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Microsoft.Extensions.Logging.ApplicationInsights": "2.20.0", - "System.Text.Encodings.Web": "6.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.dll": { - "assemblyVersion": "2.20.0.103", - "fileVersion": "2.20.0.103" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.dll": {} - } - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.20.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.20.0", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Diagnostics.StackTrace": "4.3.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.DependencyCollector.dll": { - "assemblyVersion": "2.20.0.103", - "fileVersion": "2.20.0.103" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AI.DependencyCollector.dll": {} - } - }, - "Microsoft.ApplicationInsights.EventCounterCollector/2.20.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.20.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.dll": { - "assemblyVersion": "2.20.0.103", - "fileVersion": "2.20.0.103" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.dll": {} - } - }, - "Microsoft.ApplicationInsights.Kubernetes/2.0.2": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.20.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.2.0", - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.DiagnosticAdapter": "3.1.14", - "Microsoft.Extensions.Options.ConfigurationExtensions": "6.0.0", - "Newtonsoft.Json": "13.0.1", - "System.Text.Encodings.Web": "6.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.ApplicationInsights.Kubernetes.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.0" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.ApplicationInsights.Kubernetes.dll": {} - } - }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.20.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.20.0", - "Microsoft.Extensions.Caching.Memory": "7.0.0", - "System.Diagnostics.PerformanceCounter": "4.7.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.dll": { - "assemblyVersion": "2.20.0.103", - "fileVersion": "2.20.0.103" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.dll": {} - } - }, - "Microsoft.ApplicationInsights.WindowsServer/2.20.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.20.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.20.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.20.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.20.0", - "System.Diagnostics.DiagnosticSource": "6.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.WindowsServer.dll": { - "assemblyVersion": "2.20.0.103", - "fileVersion": "2.20.0.103" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AI.WindowsServer.dll": {} - } - }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.20.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.20.0", - "System.IO.FileSystem.AccessControl": "4.7.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.dll": { - "assemblyVersion": "2.20.0.103", - "fileVersion": "2.20.0.103" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.dll": {} - } - }, - "Microsoft.AspNetCore.HealthChecks/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting": "2.1.1", - "Microsoft.Extensions.HealthChecks": "1.0.0", - "Microsoft.NETCore.App": "1.0.5" - }, - "runtime": { - "lib/netcoreapp1.0/Microsoft.AspNetCore.HealthChecks.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - }, - "compile": { - "lib/netcoreapp1.0/Microsoft.AspNetCore.HealthChecks.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting/2.1.1": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "2.2.0", - "Microsoft.AspNetCore.Http": "2.1.22", - "Microsoft.AspNetCore.Http.Extensions": "2.1.1", - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0", - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging": "7.0.0", - "Microsoft.Extensions.Options": "7.0.1", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Reflection.Metadata": "1.6.0" - } - }, - "Microsoft.AspNetCore.Hosting.Abstractions/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "2.2.0", - "Microsoft.AspNetCore.Http.Abstractions": "2.2.0", - "Microsoft.Extensions.Hosting.Abstractions": "7.0.0" - } - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "2.2.0", - "Microsoft.Extensions.Configuration.Abstractions": "7.0.0" - } - }, - "Microsoft.AspNetCore.Http/2.1.22": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.2.0", - "Microsoft.AspNetCore.WebUtilities": "2.1.1", - "Microsoft.Extensions.ObjectPool": "2.1.1", - "Microsoft.Extensions.Options": "7.0.1", - "Microsoft.Net.Http.Headers": "2.1.1" - } - }, - "Microsoft.AspNetCore.Http.Abstractions/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "2.2.0", - "System.Text.Encodings.Web": "6.0.0" - } - }, - "Microsoft.AspNetCore.Http.Extensions/2.1.1": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.2.0", - "Microsoft.Extensions.FileProviders.Abstractions": "7.0.0", - "Microsoft.Net.Http.Headers": "2.1.1", - "System.Buffers": "4.5.0" - } - }, - "Microsoft.AspNetCore.Http.Features/2.2.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "7.0.0" - } - }, - "Microsoft.AspNetCore.JsonPatch/6.0.3": { - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "Newtonsoft.Json": "13.0.1" - }, - "runtime": { - "lib/net6.0/Microsoft.AspNetCore.JsonPatch.dll": { - "assemblyVersion": "6.0.3.0", - "fileVersion": "6.0.322.12401" - } - }, - "compile": { - "lib/net6.0/Microsoft.AspNetCore.JsonPatch.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/6.0.3": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "6.0.3", - "Newtonsoft.Json": "13.0.1", - "Newtonsoft.Json.Bson": "1.0.2" - }, - "runtime": { - "lib/net6.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { - "assemblyVersion": "6.0.3.0", - "fileVersion": "6.0.322.12401" - } - }, - "compile": { - "lib/net6.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": {} - } - }, - "Microsoft.AspNetCore.WebUtilities/2.1.1": { - "dependencies": { - "Microsoft.Net.Http.Headers": "2.1.1", - "System.Text.Encodings.Web": "6.0.0" - } - }, - "Microsoft.Azure.Amqp/2.5.10": { - "runtime": { - "lib/netstandard2.0/Microsoft.Azure.Amqp.dll": { - "assemblyVersion": "2.4.0.0", - "fileVersion": "2.2.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Azure.Amqp.dll": {} - } - }, - "Microsoft.Azure.KeyVault/2.3.2": { - "dependencies": { - "Microsoft.Azure.KeyVault.WebKey": "2.0.7", - "Microsoft.Rest.ClientRuntime": "2.3.8", - "Microsoft.Rest.ClientRuntime.Azure": "3.3.7", - "NETStandard.Library": "1.6.1", - "Newtonsoft.Json": "13.0.1", - "System.Net.Http": "4.3.0" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.3.2.0" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll": {} - } - }, - "Microsoft.Azure.KeyVault.WebKey/2.0.7": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "NETStandard.Library": "1.6.1", - "Newtonsoft.Json": "13.0.1", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Runtime": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.7.0" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll": {} - } - }, - "Microsoft.Azure.ServiceBus/5.2.0": { - "dependencies": { - "Microsoft.Azure.Amqp": "2.5.10", - "Microsoft.Azure.Services.AppAuthentication": "1.0.3", - "Newtonsoft.Json": "13.0.1", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.IdentityModel.Tokens.Jwt": "6.24.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": { - "assemblyVersion": "5.2.0.0", - "fileVersion": "5.200.21.55702" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": {} - } - }, - "Microsoft.Azure.Services.AppAuthentication/1.0.3": { - "dependencies": { - "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2", - "NETStandard.Library": "1.6.1", - "System.Diagnostics.Process": "4.3.0" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": { - "assemblyVersion": "1.0.3.0", - "fileVersion": "1.0.3.0" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": {} - } - }, - "Microsoft.Bcl.AsyncInterfaces/1.1.1": { - "runtime": { - "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "4.700.20.21406" - } - }, - "compile": { - "ref/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {} - } - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": {}, - "Microsoft.CodeAnalysis.Common/1.3.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "1.1.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Collections.Immutable": "1.2.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.FileVersionInfo": "4.0.0", - "System.Diagnostics.StackTrace": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Dynamic.Runtime": "4.0.11", - "System.Globalization": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Metadata": "1.6.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.CodePages": "6.0.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Parallel": "4.3.0", - "System.Threading.Thread": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0", - "System.Xml.XPath.XDocument": "4.0.1", - "System.Xml.XmlDocument": "4.0.1" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.dll": { - "assemblyVersion": "1.3.0.0", - "fileVersion": "1.3.0.60613" - } - } - }, - "Microsoft.CodeAnalysis.CSharp/1.3.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "1.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll": { - "assemblyVersion": "1.3.0.0", - "fileVersion": "1.3.0.60613" - } - } - }, - "Microsoft.CodeAnalysis.VisualBasic/1.3.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "1.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.dll": { - "assemblyVersion": "1.3.0.0", - "fileVersion": "1.3.0.60613" - } - } - }, - "Microsoft.CSharp/4.7.0": {}, - "Microsoft.Data.SqlClient/5.1.1": { - "dependencies": { - "Azure.Identity": "1.7.0", - "Microsoft.Data.SqlClient.SNI.runtime": "5.1.0", - "Microsoft.Identity.Client": "4.47.2", - "Microsoft.IdentityModel.JsonWebTokens": "6.24.0", - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.24.0", - "Microsoft.SqlServer.Server": "1.0.0", - "System.Configuration.ConfigurationManager": "6.0.1", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Runtime.Caching": "6.0.0", - "System.Security.Cryptography.Cng": "5.0.0", - "System.Security.Principal.Windows": "5.0.0", - "System.Text.Encoding.CodePages": "6.0.0", - "System.Text.Encodings.Web": "6.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Data.SqlClient.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.0" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.0" - }, - "runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.0" - } - }, - "compile": { - "ref/net6.0/Microsoft.Data.SqlClient.dll": {} - } - }, - "Microsoft.Data.SqlClient.SNI.runtime/5.1.0": { - "runtimeTargets": { - "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-arm", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-arm64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "Microsoft.EntityFrameworkCore/7.0.15": { - "dependencies": { - "Microsoft.EntityFrameworkCore.Abstractions": "7.0.15", - "Microsoft.EntityFrameworkCore.Analyzers": "7.0.15", - "Microsoft.Extensions.Caching.Memory": "7.0.0", - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.Logging": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.EntityFrameworkCore.dll": { - "assemblyVersion": "7.0.15.0", - "fileVersion": "7.0.1523.57109" - } - }, - "compile": { - "lib/net6.0/Microsoft.EntityFrameworkCore.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.Abstractions/7.0.15": { - "runtime": { - "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { - "assemblyVersion": "7.0.15.0", - "fileVersion": "7.0.1523.57109" - } - }, - "compile": { - "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.Analyzers/7.0.15": {}, - "Microsoft.EntityFrameworkCore.Relational/7.0.15": { - "dependencies": { - "Microsoft.EntityFrameworkCore": "7.0.15", - "Microsoft.Extensions.Configuration.Abstractions": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.EntityFrameworkCore.Relational.dll": { - "assemblyVersion": "7.0.15.0", - "fileVersion": "7.0.1523.57109" - } - }, - "compile": { - "lib/net6.0/Microsoft.EntityFrameworkCore.Relational.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.SqlServer/7.0.14": { - "dependencies": { - "Microsoft.Data.SqlClient": "5.1.1", - "Microsoft.EntityFrameworkCore.Relational": "7.0.15" - }, - "runtime": { - "lib/net6.0/Microsoft.EntityFrameworkCore.SqlServer.dll": { - "assemblyVersion": "7.0.14.0", - "fileVersion": "7.0.1423.52313" - } - }, - "compile": { - "lib/net6.0/Microsoft.EntityFrameworkCore.SqlServer.dll": {} - } - }, - "Microsoft.Extensions.ApiDescription.Server/3.0.0": {}, - "Microsoft.Extensions.Caching.Abstractions/7.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - }, - "compile": { - "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Caching.Memory/7.0.0": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "7.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.1", - "Microsoft.Extensions.Options": "7.0.1", - "Microsoft.Extensions.Primitives": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - }, - "compile": { - "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll": {} - } - }, - "Microsoft.Extensions.Configuration/6.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "7.0.0", - "Microsoft.Extensions.Primitives": "7.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions/7.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - }, - "compile": { - "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.AzureKeyVault/3.1.23": { - "dependencies": { - "Microsoft.Azure.KeyVault": "2.3.2", - "Microsoft.Azure.Services.AppAuthentication": "1.0.3", - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll": { - "assemblyVersion": "3.1.23.0", - "fileVersion": "3.100.2322.12302" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Binder/6.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "7.0.0" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/6.0.1": { - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "7.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.222.6406" - } - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/6.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "7.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "7.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Primitives": "7.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json/6.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "7.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "7.0.0", - "System.Text.Json": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection/7.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - }, - "compile": { - "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": { - "runtime": { - "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - }, - "compile": { - "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.DependencyModel/3.0.0": { - "dependencies": { - "System.Text.Json": "6.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": { - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.0.19.46305" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": {} - } - }, - "Microsoft.Extensions.DiagnosticAdapter/3.1.14": { - "dependencies": { - "System.Diagnostics.DiagnosticSource": "6.0.0" - }, - "runtime": { - "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll": { - "assemblyVersion": "3.1.14.0", - "fileVersion": "3.100.1421.16509" - } - }, - "compile": { - "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll": {} - } - }, - "Microsoft.Extensions.Diagnostics.HealthChecks/7.0.9": { - "dependencies": { - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "7.0.9", - "Microsoft.Extensions.Hosting.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.1", - "Microsoft.Extensions.Options": "7.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32110" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll": {} - } - }, - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/7.0.9": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32110" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/7.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - }, - "compile": { - "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Physical/6.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "7.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "6.0.0", - "Microsoft.Extensions.Primitives": "7.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing/6.0.0": {}, - "Microsoft.Extensions.HealthChecks/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Logging": "7.0.0", - "NETStandard.Library": "1.6.1", - "Newtonsoft.Json": "13.0.1", - "System.Diagnostics.Process": "4.3.0", - "System.Threading.Tasks.Extensions": "4.5.4", - "System.Threading.Tasks.Parallel": "4.3.0", - "System.Threading.Thread": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Extensions.HealthChecks.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - }, - "compile": { - "lib/netstandard1.3/Microsoft.Extensions.HealthChecks.dll": {} - } - }, - "Microsoft.Extensions.Hosting.Abstractions/7.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "7.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Hosting.Abstractions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - }, - "compile": { - "lib/net6.0/Microsoft.Extensions.Hosting.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging/7.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.1", - "Microsoft.Extensions.Options": "7.0.1" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Logging.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - }, - "compile": { - "lib/net6.0/Microsoft.Extensions.Logging.dll": {} - } - }, - "Microsoft.Extensions.Logging.Abstractions/7.0.1": { - "runtime": { - "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.723.27404" - } - }, - "compile": { - "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging.ApplicationInsights/2.20.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.20.0", - "Microsoft.Extensions.Logging": "7.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.dll": { - "assemblyVersion": "2.20.0.103", - "fileVersion": "2.20.0.103" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.dll": {} - } - }, - "Microsoft.Extensions.Logging.AzureAppServices/6.0.3": { - "dependencies": { - "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Microsoft.Extensions.Logging": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.1", - "Microsoft.Extensions.Logging.Configuration": "6.0.0", - "System.ValueTuple": "4.5.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Logging.AzureAppServices.dll": { - "assemblyVersion": "6.0.3.0", - "fileVersion": "6.0.322.12401" - } - }, - "compile": { - "lib/net6.0/Microsoft.Extensions.Logging.AzureAppServices.dll": {} - } - }, - "Microsoft.Extensions.Logging.Configuration/6.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "7.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.1", - "Microsoft.Extensions.Options": "7.0.1", - "Microsoft.Extensions.Options.ConfigurationExtensions": "6.0.0" - } - }, - "Microsoft.Extensions.ObjectPool/2.1.1": {}, - "Microsoft.Extensions.Options/7.0.1": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Primitives": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Options.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.323.6910" - } - }, - "compile": { - "lib/net6.0/Microsoft.Extensions.Options.dll": {} - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/6.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "7.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.1", - "Microsoft.Extensions.Primitives": "7.0.0" - } - }, - "Microsoft.Extensions.Primitives/7.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Primitives.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - }, - "compile": { - "lib/net6.0/Microsoft.Extensions.Primitives.dll": {} - } - }, - "Microsoft.Identity.Client/4.47.2": { - "dependencies": { - "Microsoft.IdentityModel.Abstractions": "6.24.0" - }, - "runtime": { - "lib/netcoreapp2.1/Microsoft.Identity.Client.dll": { - "assemblyVersion": "4.47.2.0", - "fileVersion": "4.47.2.0" - } - }, - "compile": { - "lib/netcoreapp2.1/Microsoft.Identity.Client.dll": {} - } - }, - "Microsoft.Identity.Client.Extensions.Msal/2.19.3": { - "dependencies": { - "Microsoft.Identity.Client": "4.47.2", - "System.Security.Cryptography.ProtectedData": "6.0.0" - }, - "runtime": { - "lib/netcoreapp2.1/Microsoft.Identity.Client.Extensions.Msal.dll": { - "assemblyVersion": "2.19.3.0", - "fileVersion": "2.19.3.0" - } - }, - "compile": { - "lib/netcoreapp2.1/Microsoft.Identity.Client.Extensions.Msal.dll": {} - } - }, - "Microsoft.IdentityModel.Abstractions/6.24.0": { - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { - "assemblyVersion": "6.24.0.0", - "fileVersion": "6.24.0.31013" - } - }, - "compile": { - "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": {} - } - }, - "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.2": { - "dependencies": { - "NETStandard.Library": "1.6.1", - "System.Runtime.Serialization.Json": "4.0.2", - "System.Runtime.Serialization.Primitives": "4.1.1" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": { - "assemblyVersion": "3.14.2.11", - "fileVersion": "3.14.40721.918" - }, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": { - "assemblyVersion": "3.14.2.11", - "fileVersion": "3.14.40721.918" - } - }, - "compile": { - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": {}, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": {} - } - }, - "Microsoft.IdentityModel.JsonWebTokens/6.24.0": { - "dependencies": { - "Microsoft.IdentityModel.Tokens": "6.24.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Json": "6.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { - "assemblyVersion": "6.24.0.0", - "fileVersion": "6.24.0.31013" - } - }, - "compile": { - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": {} - } - }, - "Microsoft.IdentityModel.Logging/6.24.0": { - "dependencies": { - "Microsoft.IdentityModel.Abstractions": "6.24.0" - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { - "assemblyVersion": "6.24.0.0", - "fileVersion": "6.24.0.31013" - } - }, - "compile": { - "lib/net6.0/Microsoft.IdentityModel.Logging.dll": {} - } - }, - "Microsoft.IdentityModel.Protocols/6.24.0": { - "dependencies": { - "Microsoft.IdentityModel.Logging": "6.24.0", - "Microsoft.IdentityModel.Tokens": "6.24.0" - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { - "assemblyVersion": "6.24.0.0", - "fileVersion": "6.24.0.31013" - } - }, - "compile": { - "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": {} - } - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.24.0": { - "dependencies": { - "Microsoft.IdentityModel.Protocols": "6.24.0", - "System.IdentityModel.Tokens.Jwt": "6.24.0" - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { - "assemblyVersion": "6.24.0.0", - "fileVersion": "6.24.0.31013" - } - }, - "compile": { - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {} - } - }, - "Microsoft.IdentityModel.Tokens/6.24.0": { - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "Microsoft.IdentityModel.Logging": "6.24.0", - "System.Security.Cryptography.Cng": "5.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { - "assemblyVersion": "6.24.0.0", - "fileVersion": "6.24.0.31013" - } - }, - "compile": { - "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": {} - } - }, - "Microsoft.Net.Http.Headers/2.1.1": { - "dependencies": { - "Microsoft.Extensions.Primitives": "7.0.0", - "System.Buffers": "4.5.0" - } - }, - "Microsoft.NETCore.App/1.0.5": { - "dependencies": { - "Libuv": "1.9.1", - "Microsoft.CSharp": "4.7.0", - "Microsoft.CodeAnalysis.CSharp": "1.3.0", - "Microsoft.CodeAnalysis.VisualBasic": "1.3.0", - "Microsoft.NETCore.DotNetHostPolicy": "1.0.5", - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Runtime.CoreCLR": "1.0.7", - "Microsoft.VisualBasic": "10.0.1", - "NETStandard.Library": "1.6.1", - "System.Buffers": "4.5.0", - "System.Collections.Immutable": "1.2.0", - "System.ComponentModel": "4.0.1", - "System.ComponentModel.Annotations": "4.1.0", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Diagnostics.Process": "4.3.0", - "System.Dynamic.Runtime": "4.0.11", - "System.Globalization.Extensions": "4.3.0", - "System.IO.FileSystem.Watcher": "4.0.0", - "System.IO.MemoryMappedFiles": "4.0.0", - "System.IO.UnmanagedMemoryStream": "4.0.1", - "System.Linq.Expressions": "4.3.0", - "System.Linq.Parallel": "4.0.1", - "System.Linq.Queryable": "4.0.1", - "System.Net.Http": "4.3.0", - "System.Net.NameResolution": "4.0.0", - "System.Net.Requests": "4.0.11", - "System.Net.Security": "4.0.1", - "System.Net.WebHeaderCollection": "4.0.1", - "System.Numerics.Vectors": "4.5.0", - "System.Reflection.DispatchProxy": "4.0.1", - "System.Reflection.Metadata": "1.6.0", - "System.Reflection.TypeExtensions": "4.5.1", - "System.Resources.Reader": "4.0.0", - "System.Runtime.Loader": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Threading.Tasks.Dataflow": "4.6.0", - "System.Threading.Tasks.Extensions": "4.5.4", - "System.Threading.Tasks.Parallel": "4.3.0", - "System.Threading.Thread": "4.3.0", - "System.Threading.ThreadPool": "4.3.0", - "runtime.native.System.Security.Cryptography": "4.0.1" - } - }, - "Microsoft.NETCore.DotNetHost/1.0.1": {}, - "Microsoft.NETCore.DotNetHostPolicy/1.0.5": { - "dependencies": { - "Microsoft.NETCore.DotNetHostResolver": "1.0.1" - } - }, - "Microsoft.NETCore.DotNetHostResolver/1.0.1": { - "dependencies": { - "Microsoft.NETCore.DotNetHost": "1.0.1" - } - }, - "Microsoft.NETCore.Jit/1.0.7": {}, - "Microsoft.NETCore.Platforms/3.1.0": {}, - "Microsoft.NETCore.Runtime.CoreCLR/1.0.7": { - "dependencies": { - "Microsoft.NETCore.Jit": "1.0.7", - "Microsoft.NETCore.Windows.ApiSets": "1.0.1" - } - }, - "Microsoft.NETCore.Targets/1.1.0": {}, - "Microsoft.NETCore.Windows.ApiSets/1.0.1": {}, - "Microsoft.OpenApi/1.2.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.OpenApi.dll": { - "assemblyVersion": "1.2.3.0", - "fileVersion": "1.2.3.0" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.OpenApi.dll": {} - } - }, - "Microsoft.Rest.ClientRuntime/2.3.8": { - "dependencies": { - "NETStandard.Library": "1.6.1", - "Newtonsoft.Json": "13.0.1" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.3.8.0" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll": {} - } - }, - "Microsoft.Rest.ClientRuntime.Azure/3.3.7": { - "dependencies": { - "Microsoft.Rest.ClientRuntime": "2.3.8", - "NETStandard.Library": "1.6.1", - "Newtonsoft.Json": "13.0.1" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll": { - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.3.7.0" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll": {} - } - }, - "Microsoft.SqlServer.Server/1.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": {} - } - }, - "Microsoft.VisualBasic/10.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Dynamic.Runtime": "4.0.11", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.5.1", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.VisualBasic.dll": { - "assemblyVersion": "10.0.1.0", - "fileVersion": "1.0.24212.1" - } - } - }, - "Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.19.6": {}, - "Microsoft.Win32.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry/4.7.0": { - "dependencies": { - "System.Security.AccessControl": "6.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "Microsoft.Win32.SystemEvents/6.0.0": { - "runtime": { - "lib/net6.0/Microsoft.Win32.SystemEvents.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "NETStandard.Library/1.6.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json/13.0.1": { - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.1.25517" - } - }, - "compile": { - "lib/netstandard2.0/Newtonsoft.Json.dll": {} - } - }, - "Newtonsoft.Json.Bson/1.0.2": { - "dependencies": { - "Newtonsoft.Json": "13.0.1" - }, - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.2.22727" - } - }, - "compile": { - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": {} - } - }, - "Polly/7.2.3": { - "runtime": { - "lib/netstandard2.0/Polly.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.2.3.0" - } - }, - "compile": { - "lib/netstandard2.0/Polly.dll": {} - } - }, - "RabbitMQ.Client/6.2.4": { - "dependencies": { - "System.Memory": "4.5.4", - "System.Threading.Channels": "4.7.1" - }, - "runtime": { - "lib/netstandard2.0/RabbitMQ.Client.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.2.4.0" - } - }, - "compile": { - "lib/netstandard2.0/RabbitMQ.Client.dll": {} - } - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.native.System/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Compression/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Http/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Security/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {}, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "Serilog/3.1.1": { - "runtime": { - "lib/net6.0/Serilog.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "3.1.1.0" - } - }, - "compile": { - "lib/net6.0/Serilog.dll": {} - } - }, - "Serilog.AspNetCore/5.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.Logging": "7.0.0", - "Serilog": "3.1.1", - "Serilog.Extensions.Hosting": "4.2.0", - "Serilog.Formatting.Compact": "1.1.0", - "Serilog.Settings.Configuration": "3.3.0", - "Serilog.Sinks.Console": "5.0.1", - "Serilog.Sinks.Debug": "2.0.0", - "Serilog.Sinks.File": "5.0.0" - }, - "runtime": { - "lib/net5.0/Serilog.AspNetCore.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "5.0.0.0" - } - }, - "compile": { - "lib/net5.0/Serilog.AspNetCore.dll": {} - } - }, - "Serilog.Enrichers.Environment/2.3.0": { - "dependencies": { - "Serilog": "3.1.1" - }, - "runtime": { - "lib/netstandard2.0/Serilog.Enrichers.Environment.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.3.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Serilog.Enrichers.Environment.dll": {} - } - }, - "Serilog.Extensions.Hosting/4.2.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.1", - "Serilog": "3.1.1", - "Serilog.Extensions.Logging": "3.1.0" - }, - "runtime": { - "lib/netstandard2.1/Serilog.Extensions.Hosting.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "4.2.0.0" - } - }, - "compile": { - "lib/netstandard2.1/Serilog.Extensions.Hosting.dll": {} - } - }, - "Serilog.Extensions.Logging/3.1.0": { - "dependencies": { - "Microsoft.Extensions.Logging": "7.0.0", - "Serilog": "3.1.1" - }, - "runtime": { - "lib/netstandard2.0/Serilog.Extensions.Logging.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "3.1.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Serilog.Extensions.Logging.dll": {} - } - }, - "Serilog.Formatting.Compact/1.1.0": { - "dependencies": { - "Serilog": "3.1.1" - }, - "runtime": { - "lib/netstandard2.0/Serilog.Formatting.Compact.dll": { - "assemblyVersion": "1.1.0.0", - "fileVersion": "1.1.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Serilog.Formatting.Compact.dll": {} - } - }, - "Serilog.Settings.Configuration/3.3.0": { - "dependencies": { - "Microsoft.Extensions.DependencyModel": "3.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "6.0.0", - "Serilog": "3.1.1" - }, - "runtime": { - "lib/netstandard2.0/Serilog.Settings.Configuration.dll": { - "assemblyVersion": "3.3.0.0", - "fileVersion": "3.3.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Serilog.Settings.Configuration.dll": {} - } - }, - "Serilog.Sinks.Console/5.0.1": { - "dependencies": { - "Serilog": "3.1.1" - }, - "runtime": { - "lib/net6.0/Serilog.Sinks.Console.dll": { - "assemblyVersion": "5.0.1.0", - "fileVersion": "5.0.1.0" - } - }, - "compile": { - "lib/net6.0/Serilog.Sinks.Console.dll": {} - } - }, - "Serilog.Sinks.Debug/2.0.0": { - "dependencies": { - "Serilog": "3.1.1" - }, - "runtime": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.0" - } - }, - "compile": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": {} - } - }, - "Serilog.Sinks.File/5.0.0": { - "dependencies": { - "Serilog": "3.1.1" - }, - "runtime": { - "lib/net5.0/Serilog.Sinks.File.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.0" - } - }, - "compile": { - "lib/net5.0/Serilog.Sinks.File.dll": {} - } - }, - "Serilog.Sinks.Http/7.2.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Serilog.Sinks.File": "5.0.0", - "Serilog.Sinks.PeriodicBatching": "2.3.0", - "Serilog.Sinks.RollingFile": "3.3.0" - }, - "runtime": { - "lib/netstandard2.1/Serilog.Sinks.Http.dll": { - "assemblyVersion": "7.2.0.0", - "fileVersion": "7.2.0.0" - } - }, - "compile": { - "lib/netstandard2.1/Serilog.Sinks.Http.dll": {} - } - }, - "Serilog.Sinks.PeriodicBatching/2.3.0": { - "dependencies": { - "Serilog": "3.1.1", - "System.Collections.Concurrent": "4.3.0", - "System.Threading.Timer": "4.3.0" - }, - "runtime": { - "lib/netstandard2.0/Serilog.Sinks.PeriodicBatching.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.3.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Serilog.Sinks.PeriodicBatching.dll": {} - } - }, - "Serilog.Sinks.RollingFile/3.3.0": { - "dependencies": { - "Serilog.Sinks.File": "5.0.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Serilog.Sinks.RollingFile.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "3.3.0.0" - } - }, - "compile": { - "lib/netstandard1.3/Serilog.Sinks.RollingFile.dll": {} - } - }, - "Serilog.Sinks.Seq/5.1.1": { - "dependencies": { - "Serilog": "3.1.1", - "Serilog.Formatting.Compact": "1.1.0", - "Serilog.Sinks.File": "5.0.0", - "Serilog.Sinks.PeriodicBatching": "2.3.0" - }, - "runtime": { - "lib/net5.0/Serilog.Sinks.Seq.dll": { - "assemblyVersion": "5.1.1.0", - "fileVersion": "5.1.1.0" - } - }, - "compile": { - "lib/net5.0/Serilog.Sinks.Seq.dll": {} - } - }, - "Swashbuckle.AspNetCore/6.3.0": { - "dependencies": { - "Microsoft.Extensions.ApiDescription.Server": "3.0.0", - "Swashbuckle.AspNetCore.Swagger": "6.5.0", - "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0", - "Swashbuckle.AspNetCore.SwaggerUI": "6.3.0" - } - }, - "Swashbuckle.AspNetCore.Newtonsoft/6.5.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "6.0.3", - "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0" - }, - "runtime": { - "lib/net6.0/Swashbuckle.AspNetCore.Newtonsoft.dll": { - "assemblyVersion": "6.5.0.0", - "fileVersion": "6.5.0.0" - } - }, - "compile": { - "lib/net6.0/Swashbuckle.AspNetCore.Newtonsoft.dll": {} - } - }, - "Swashbuckle.AspNetCore.Swagger/6.5.0": { - "dependencies": { - "Microsoft.OpenApi": "1.2.3" - }, - "runtime": { - "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": { - "assemblyVersion": "6.5.0.0", - "fileVersion": "6.5.0.0" - } - }, - "compile": { - "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": {} - } - }, - "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": { - "dependencies": { - "Swashbuckle.AspNetCore.Swagger": "6.5.0" - }, - "runtime": { - "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { - "assemblyVersion": "6.5.0.0", - "fileVersion": "6.5.0.0" - } - }, - "compile": { - "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {} - } - }, - "Swashbuckle.AspNetCore.SwaggerUI/6.3.0": { - "runtime": { - "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { - "assemblyVersion": "6.3.0.0", - "fileVersion": "6.3.0.0" - } - }, - "compile": { - "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {} - } - }, - "System.AppContext/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers/4.5.0": {}, - "System.Collections/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable/1.2.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.ComponentModel/4.0.1": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.ComponentModel.Annotations/4.1.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.ComponentModel": "4.0.1", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Configuration.ConfigurationManager/6.0.1": { - "dependencies": { - "System.Security.Cryptography.ProtectedData": "6.0.0", - "System.Security.Permissions": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - } - } - }, - "System.Console/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Diagnostics.Debug/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource/6.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Diagnostics.FileVersionInfo/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Reflection.Metadata": "1.6.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.Diagnostics.PerformanceCounter/4.7.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.Win32.Registry": "4.7.0", - "System.Configuration.ConfigurationManager": "6.0.1", - "System.Security.Principal.Windows": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/System.Diagnostics.PerformanceCounter.dll": { - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.700.19.56404" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netcoreapp2.0/System.Diagnostics.PerformanceCounter.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.700.19.56404" - } - }, - "compile": { - "ref/netstandard2.0/System.Diagnostics.PerformanceCounter.dll": {} - } - }, - "System.Diagnostics.Process/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "Microsoft.Win32.Registry": "4.7.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Thread": "4.3.0", - "System.Threading.ThreadPool": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Diagnostics.StackTrace/4.3.0": { - "dependencies": { - "System.IO.FileSystem": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Metadata": "1.6.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tools/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Drawing.Common/6.0.0": { - "dependencies": { - "Microsoft.Win32.SystemEvents": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Drawing.Common.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/net6.0/System.Drawing.Common.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - }, - "runtimes/win/lib/net6.0/System.Drawing.Common.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.Dynamic.Runtime/4.0.11": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.5.1", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Formats.Asn1/5.0.0": {}, - "System.Globalization/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IdentityModel.Tokens.Jwt/6.24.0": { - "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "6.24.0", - "Microsoft.IdentityModel.Tokens": "6.24.0" - }, - "runtime": { - "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { - "assemblyVersion": "6.24.0.0", - "fileVersion": "6.24.0.31013" - } - }, - "compile": { - "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": {} - } - }, - "System.IO/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "System.Buffers": "4.5.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile/4.3.0": { - "dependencies": { - "System.Buffers": "4.5.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.AccessControl/4.7.0": { - "dependencies": { - "System.Security.AccessControl": "6.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.IO.FileSystem.Watcher/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.Collections": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Overlapped": "4.0.1", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Thread": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.IO.Hashing/6.0.0": { - "runtime": { - "lib/net6.0/System.IO.Hashing.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "compile": { - "lib/net6.0/System.IO.Hashing.dll": {} - } - }, - "System.IO.MemoryMappedFiles/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.IO.UnmanagedMemoryStream": "4.0.1", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.IO.UnmanagedMemoryStream/4.0.1": { - "dependencies": { - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Linq/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.5.1", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Linq.Parallel/4.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Linq.Queryable/4.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Memory/4.5.4": {}, - "System.Memory.Data/1.0.2": { - "dependencies": { - "System.Text.Encodings.Web": "6.0.0", - "System.Text.Json": "6.0.0" - }, - "runtime": { - "lib/netstandard2.0/System.Memory.Data.dll": { - "assemblyVersion": "1.0.2.0", - "fileVersion": "1.0.221.20802" - } - }, - "compile": { - "lib/netstandard2.0/System.Memory.Data.dll": {} - } - }, - "System.Net.Http/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.NameResolution/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Principal.Windows": "5.0.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Net.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Requests/4.0.11": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.WebHeaderCollection": "4.0.1", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Net.Security/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Claims": "4.0.1", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Security.Principal": "4.0.1", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.ThreadPool": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Security": "4.0.1", - "runtime.native.System.Security.Cryptography": "4.0.1" - } - }, - "System.Net.Sockets/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Net.WebHeaderCollection/4.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Numerics.Vectors/4.5.0": {}, - "System.ObjectModel/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Private.DataContractSerialization/4.1.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.5.1", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.1.1", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XmlDocument": "4.0.1", - "System.Xml.XmlSerializer": "4.0.11" - } - }, - "System.Reflection/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.DispatchProxy/4.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Reflection.Emit/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata/1.6.0": {}, - "System.Reflection.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions/4.5.1": {}, - "System.Resources.Reader/4.0.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Resources.ResourceManager/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Caching/6.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "6.0.1" - }, - "runtime": { - "lib/net6.0/System.Runtime.Caching.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Runtime.Caching.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": {}, - "System.Runtime.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Loader/4.0.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Numerics/4.3.0": { - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Runtime.Serialization.Json/4.0.2": { - "dependencies": { - "System.IO": "4.3.0", - "System.Private.DataContractSerialization": "4.1.1", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Serialization.Primitives/4.1.1": { - "dependencies": { - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Security.AccessControl/6.0.0": {}, - "System.Security.Claims/4.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Security.Principal": "4.0.1" - } - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng/5.0.0": { - "dependencies": { - "System.Formats.Asn1": "5.0.0" - } - }, - "System.Security.Cryptography.Csp/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.ProtectedData/6.0.0": { - "runtime": { - "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "compile": { - "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": {} - } - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "5.0.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Permissions/6.0.0": { - "dependencies": { - "System.Security.AccessControl": "6.0.0", - "System.Windows.Extensions": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Security.Permissions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.Security.Principal/4.0.1": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Security.Principal.Windows/5.0.0": {}, - "System.Text.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages/6.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Text.Encoding.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web/6.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Text.Json/6.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "6.0.0" - } - }, - "System.Text.RegularExpressions/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Channels/4.7.1": {}, - "System.Threading.Overlapped/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Threading.Tasks/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Dataflow/4.6.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Dynamic.Runtime": "4.0.11", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions/4.5.4": {}, - "System.Threading.Tasks.Parallel/4.3.0": { - "dependencies": { - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Thread/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading.ThreadPool/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Threading.Timer/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.ValueTuple/4.5.0": {}, - "System.Windows.Extensions/6.0.0": { - "dependencies": { - "System.Drawing.Common": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Windows.Extensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.Xml.ReaderWriter/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "System.Xml.XDocument/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XmlDocument/4.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XmlSerializer/4.0.11": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.5.1", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XmlDocument": "4.0.1" - } - }, - "System.Xml.XPath/4.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XPath.XDocument/4.0.1": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0", - "System.Xml.XPath": "4.0.1" - } - }, - "EventBus/1.0.0": { - "dependencies": { - "Newtonsoft.Json": "13.0.1" - }, - "runtime": { - "EventBus.dll": {} - }, - "compile": { - "EventBus.dll": {} - } - }, - "EventBusRabbitMQ/1.0.0": { - "dependencies": { - "Autofac": "6.3.0", - "EventBus": "1.0.0", - "Microsoft.CSharp": "4.7.0", - "Microsoft.Extensions.Logging": "7.0.0", - "Newtonsoft.Json": "13.0.1", - "Polly": "7.2.3", - "RabbitMQ.Client": "6.2.4" - }, - "runtime": { - "EventBusRabbitMQ.dll": {} - }, - "compile": { - "EventBusRabbitMQ.dll": {} - } - }, - "EventBusServiceBus/1.0.0": { - "dependencies": { - "Autofac": "6.3.0", - "EventBus": "1.0.0", - "Microsoft.Azure.ServiceBus": "5.2.0", - "Microsoft.CSharp": "4.7.0", - "Microsoft.Extensions.Logging": "7.0.0" - }, - "runtime": { - "EventBusServiceBus.dll": {} - }, - "compile": { - "EventBusServiceBus.dll": {} - } - }, - "IntegrationEventLogEF/1.0.0": { - "dependencies": { - "EventBus": "1.0.0", - "Microsoft.EntityFrameworkCore": "7.0.15", - "Microsoft.EntityFrameworkCore.Relational": "7.0.15", - "Microsoft.EntityFrameworkCore.SqlServer": "7.0.14", - "Newtonsoft.Json": "13.0.1" - }, - "runtime": { - "IntegrationEventLogEF.dll": {} - }, - "compile": { - "IntegrationEventLogEF.dll": {} - } - }, - "Microsoft.AspNetCore.Antiforgery/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Antiforgery.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authentication.Abstractions/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Authentication.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authentication.Cookies/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Authentication.Cookies.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authentication.Core/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Authentication.Core.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authentication/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Authentication.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authentication.OAuth/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Authentication.OAuth.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authorization/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Authorization.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authorization.Policy/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Authorization.Policy.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Components.Authorization/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Components.Authorization.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Components/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Components.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Components.Forms/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Components.Forms.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Components.Server/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Components.Server.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Components.Web/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Components.Web.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Connections.Abstractions/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Connections.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.CookiePolicy/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.CookiePolicy.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Cors/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Cors.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Cryptography.Internal/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Cryptography.Internal.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.DataProtection.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.DataProtection/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.DataProtection.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.DataProtection.Extensions/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.DataProtection.Extensions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Diagnostics.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Diagnostics/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Diagnostics.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Diagnostics.HealthChecks/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Diagnostics.HealthChecks.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.HostFiltering/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.HostFiltering.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Hosting.Abstractions.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Hosting.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Hosting.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Hosting.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Html.Abstractions/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Html.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Abstractions.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Http.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Connections.Common/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Http.Connections.Common.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Connections/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Http.Connections.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Http.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Extensions.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Http.Extensions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Features.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Http.Features.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Results/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Http.Results.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.HttpLogging/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.HttpLogging.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.HttpOverrides/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.HttpOverrides.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.HttpsPolicy/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.HttpsPolicy.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Identity/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Identity.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Localization/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Localization.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Localization.Routing/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Localization.Routing.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Metadata/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Metadata.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.Abstractions/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.ApiExplorer.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.Core/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.Core.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.Cors/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.Cors.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.DataAnnotations.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.Formatters.Json.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.Formatters.Xml/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.Formatters.Xml.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.Localization/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.Localization.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.Razor/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.Razor.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.RazorPages/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.RazorPages.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.TagHelpers.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.ViewFeatures.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Razor/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Razor.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Razor.Runtime/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Razor.Runtime.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.ResponseCaching.Abstractions/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.ResponseCaching.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.ResponseCaching/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.ResponseCaching.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.ResponseCompression/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.ResponseCompression.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Rewrite/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Rewrite.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Routing.Abstractions/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Routing.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Routing/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Routing.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Server.HttpSys/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Server.HttpSys.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Server.IIS/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Server.IIS.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Server.IISIntegration/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Server.IISIntegration.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Server.Kestrel.Core/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Server.Kestrel.Core.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Server.Kestrel/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Server.Kestrel.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Session/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Session.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.SignalR.Common/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.SignalR.Common.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.SignalR.Core/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.SignalR.Core.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.SignalR/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.SignalR.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.SignalR.Protocols.Json/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.SignalR.Protocols.Json.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.StaticFiles/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.StaticFiles.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.WebSockets/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.WebSockets.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.WebUtilities.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.WebUtilities.dll": {} - }, - "compileOnly": true - }, - "Microsoft.CSharp.Reference/6.0.0.0": { - "compile": { - "Microsoft.CSharp.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.Binder.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.Binder.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.CommandLine/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.CommandLine.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.FileExtensions.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.FileExtensions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.Ini/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.Ini.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.Json.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.Json.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.KeyPerFile/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.KeyPerFile.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.UserSecrets/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.UserSecrets.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.Xml/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.Xml.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Features/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Features.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.FileProviders.Composite/6.0.0.0": { - "compile": { - "Microsoft.Extensions.FileProviders.Composite.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.FileProviders.Embedded/6.0.0.0": { - "compile": { - "Microsoft.Extensions.FileProviders.Embedded.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.FileProviders.Physical.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.FileProviders.Physical.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.FileSystemGlobbing.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.FileSystemGlobbing.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Hosting/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Hosting.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Http/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Http.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Identity.Core/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Identity.Core.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Identity.Stores/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Identity.Stores.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Localization.Abstractions/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Localization.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Localization/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Localization.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.Configuration.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.Configuration.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.Console/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.Console.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.Debug/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.Debug.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.EventLog/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.EventLog.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.EventSource/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.EventSource.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.TraceSource/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.TraceSource.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.ObjectPool.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.ObjectPool.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Options.ConfigurationExtensions.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Options.ConfigurationExtensions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Options.DataAnnotations/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Options.DataAnnotations.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.WebEncoders/6.0.0.0": { - "compile": { - "Microsoft.Extensions.WebEncoders.dll": {} - }, - "compileOnly": true - }, - "Microsoft.JSInterop/6.0.0.0": { - "compile": { - "Microsoft.JSInterop.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Net.Http.Headers.Reference/6.0.0.0": { - "compile": { - "Microsoft.Net.Http.Headers.dll": {} - }, - "compileOnly": true - }, - "Microsoft.VisualBasic.Core/11.0.0.0": { - "compile": { - "Microsoft.VisualBasic.Core.dll": {} - }, - "compileOnly": true - }, - "Microsoft.VisualBasic.Reference/10.0.0.0": { - "compile": { - "Microsoft.VisualBasic.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Win32.Primitives.Reference/6.0.0.0": { - "compile": { - "Microsoft.Win32.Primitives.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Win32.Registry.Reference/6.0.0.0": { - "compile": { - "Microsoft.Win32.Registry.dll": {} - }, - "compileOnly": true - }, - "mscorlib/4.0.0.0": { - "compile": { - "mscorlib.dll": {} - }, - "compileOnly": true - }, - "netstandard/2.1.0.0": { - "compile": { - "netstandard.dll": {} - }, - "compileOnly": true - }, - "System.AppContext.Reference/6.0.0.0": { - "compile": { - "System.AppContext.dll": {} - }, - "compileOnly": true - }, - "System.Buffers.Reference/6.0.0.0": { - "compile": { - "System.Buffers.dll": {} - }, - "compileOnly": true - }, - "System.Collections.Concurrent.Reference/6.0.0.0": { - "compile": { - "System.Collections.Concurrent.dll": {} - }, - "compileOnly": true - }, - "System.Collections.Reference/6.0.0.0": { - "compile": { - "System.Collections.dll": {} - }, - "compileOnly": true - }, - "System.Collections.Immutable.Reference/6.0.0.0": { - "compile": { - "System.Collections.Immutable.dll": {} - }, - "compileOnly": true - }, - "System.Collections.NonGeneric/6.0.0.0": { - "compile": { - "System.Collections.NonGeneric.dll": {} - }, - "compileOnly": true - }, - "System.Collections.Specialized/6.0.0.0": { - "compile": { - "System.Collections.Specialized.dll": {} - }, - "compileOnly": true - }, - "System.ComponentModel.Annotations.Reference/6.0.0.0": { - "compile": { - "System.ComponentModel.Annotations.dll": {} - }, - "compileOnly": true - }, - "System.ComponentModel.DataAnnotations/4.0.0.0": { - "compile": { - "System.ComponentModel.DataAnnotations.dll": {} - }, - "compileOnly": true - }, - "System.ComponentModel.Reference/6.0.0.0": { - "compile": { - "System.ComponentModel.dll": {} - }, - "compileOnly": true - }, - "System.ComponentModel.EventBasedAsync/6.0.0.0": { - "compile": { - "System.ComponentModel.EventBasedAsync.dll": {} - }, - "compileOnly": true - }, - "System.ComponentModel.Primitives/6.0.0.0": { - "compile": { - "System.ComponentModel.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.ComponentModel.TypeConverter/6.0.0.0": { - "compile": { - "System.ComponentModel.TypeConverter.dll": {} - }, - "compileOnly": true - }, - "System.Configuration/4.0.0.0": { - "compile": { - "System.Configuration.dll": {} - }, - "compileOnly": true - }, - "System.Console.Reference/6.0.0.0": { - "compile": { - "System.Console.dll": {} - }, - "compileOnly": true - }, - "System.Core/4.0.0.0": { - "compile": { - "System.Core.dll": {} - }, - "compileOnly": true - }, - "System.Data.Common/6.0.0.0": { - "compile": { - "System.Data.Common.dll": {} - }, - "compileOnly": true - }, - "System.Data.DataSetExtensions/4.0.0.0": { - "compile": { - "System.Data.DataSetExtensions.dll": {} - }, - "compileOnly": true - }, - "System.Data/4.0.0.0": { - "compile": { - "System.Data.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.Contracts/6.0.0.0": { - "compile": { - "System.Diagnostics.Contracts.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.Debug.Reference/6.0.0.0": { - "compile": { - "System.Diagnostics.Debug.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.DiagnosticSource.Reference/6.0.0.0": { - "compile": { - "System.Diagnostics.DiagnosticSource.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.EventLog/6.0.0.0": { - "compile": { - "System.Diagnostics.EventLog.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.FileVersionInfo.Reference/6.0.0.0": { - "compile": { - "System.Diagnostics.FileVersionInfo.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.Process.Reference/6.0.0.0": { - "compile": { - "System.Diagnostics.Process.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.StackTrace.Reference/6.0.0.0": { - "compile": { - "System.Diagnostics.StackTrace.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.TextWriterTraceListener/6.0.0.0": { - "compile": { - "System.Diagnostics.TextWriterTraceListener.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.Tools.Reference/6.0.0.0": { - "compile": { - "System.Diagnostics.Tools.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.TraceSource/6.0.0.0": { - "compile": { - "System.Diagnostics.TraceSource.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.Tracing.Reference/6.0.0.0": { - "compile": { - "System.Diagnostics.Tracing.dll": {} - }, - "compileOnly": true - }, - "System/4.0.0.0": { - "compile": { - "System.dll": {} - }, - "compileOnly": true - }, - "System.Drawing/4.0.0.0": { - "compile": { - "System.Drawing.dll": {} - }, - "compileOnly": true - }, - "System.Drawing.Primitives/6.0.0.0": { - "compile": { - "System.Drawing.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.Dynamic.Runtime.Reference/6.0.0.0": { - "compile": { - "System.Dynamic.Runtime.dll": {} - }, - "compileOnly": true - }, - "System.Formats.Asn1.Reference/6.0.0.0": { - "compile": { - "System.Formats.Asn1.dll": {} - }, - "compileOnly": true - }, - "System.Globalization.Calendars.Reference/6.0.0.0": { - "compile": { - "System.Globalization.Calendars.dll": {} - }, - "compileOnly": true - }, - "System.Globalization.Reference/6.0.0.0": { - "compile": { - "System.Globalization.dll": {} - }, - "compileOnly": true - }, - "System.Globalization.Extensions.Reference/6.0.0.0": { - "compile": { - "System.Globalization.Extensions.dll": {} - }, - "compileOnly": true - }, - "System.IO.Compression.Brotli/6.0.0.0": { - "compile": { - "System.IO.Compression.Brotli.dll": {} - }, - "compileOnly": true - }, - "System.IO.Compression.Reference/6.0.0.0": { - "compile": { - "System.IO.Compression.dll": {} - }, - "compileOnly": true - }, - "System.IO.Compression.FileSystem/4.0.0.0": { - "compile": { - "System.IO.Compression.FileSystem.dll": {} - }, - "compileOnly": true - }, - "System.IO.Compression.ZipFile.Reference/6.0.0.0": { - "compile": { - "System.IO.Compression.ZipFile.dll": {} - }, - "compileOnly": true - }, - "System.IO.Reference/6.0.0.0": { - "compile": { - "System.IO.dll": {} - }, - "compileOnly": true - }, - "System.IO.FileSystem.AccessControl.Reference/6.0.0.0": { - "compile": { - "System.IO.FileSystem.AccessControl.dll": {} - }, - "compileOnly": true - }, - "System.IO.FileSystem.Reference/6.0.0.0": { - "compile": { - "System.IO.FileSystem.dll": {} - }, - "compileOnly": true - }, - "System.IO.FileSystem.DriveInfo/6.0.0.0": { - "compile": { - "System.IO.FileSystem.DriveInfo.dll": {} - }, - "compileOnly": true - }, - "System.IO.FileSystem.Primitives.Reference/6.0.0.0": { - "compile": { - "System.IO.FileSystem.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.IO.FileSystem.Watcher.Reference/6.0.0.0": { - "compile": { - "System.IO.FileSystem.Watcher.dll": {} - }, - "compileOnly": true - }, - "System.IO.IsolatedStorage/6.0.0.0": { - "compile": { - "System.IO.IsolatedStorage.dll": {} - }, - "compileOnly": true - }, - "System.IO.MemoryMappedFiles.Reference/6.0.0.0": { - "compile": { - "System.IO.MemoryMappedFiles.dll": {} - }, - "compileOnly": true - }, - "System.IO.Pipelines/6.0.0.0": { - "compile": { - "System.IO.Pipelines.dll": {} - }, - "compileOnly": true - }, - "System.IO.Pipes.AccessControl/6.0.0.0": { - "compile": { - "System.IO.Pipes.AccessControl.dll": {} - }, - "compileOnly": true - }, - "System.IO.Pipes/6.0.0.0": { - "compile": { - "System.IO.Pipes.dll": {} - }, - "compileOnly": true - }, - "System.IO.UnmanagedMemoryStream.Reference/6.0.0.0": { - "compile": { - "System.IO.UnmanagedMemoryStream.dll": {} - }, - "compileOnly": true - }, - "System.Linq.Reference/6.0.0.0": { - "compile": { - "System.Linq.dll": {} - }, - "compileOnly": true - }, - "System.Linq.Expressions.Reference/6.0.0.0": { - "compile": { - "System.Linq.Expressions.dll": {} - }, - "compileOnly": true - }, - "System.Linq.Parallel.Reference/6.0.0.0": { - "compile": { - "System.Linq.Parallel.dll": {} - }, - "compileOnly": true - }, - "System.Linq.Queryable.Reference/6.0.0.0": { - "compile": { - "System.Linq.Queryable.dll": {} - }, - "compileOnly": true - }, - "System.Memory.Reference/6.0.0.0": { - "compile": { - "System.Memory.dll": {} - }, - "compileOnly": true - }, - "System.Net/4.0.0.0": { - "compile": { - "System.Net.dll": {} - }, - "compileOnly": true - }, - "System.Net.Http.Reference/6.0.0.0": { - "compile": { - "System.Net.Http.dll": {} - }, - "compileOnly": true - }, - "System.Net.Http.Json/6.0.0.0": { - "compile": { - "System.Net.Http.Json.dll": {} - }, - "compileOnly": true - }, - "System.Net.HttpListener/6.0.0.0": { - "compile": { - "System.Net.HttpListener.dll": {} - }, - "compileOnly": true - }, - "System.Net.Mail/6.0.0.0": { - "compile": { - "System.Net.Mail.dll": {} - }, - "compileOnly": true - }, - "System.Net.NameResolution.Reference/6.0.0.0": { - "compile": { - "System.Net.NameResolution.dll": {} - }, - "compileOnly": true - }, - "System.Net.NetworkInformation/6.0.0.0": { - "compile": { - "System.Net.NetworkInformation.dll": {} - }, - "compileOnly": true - }, - "System.Net.Ping/6.0.0.0": { - "compile": { - "System.Net.Ping.dll": {} - }, - "compileOnly": true - }, - "System.Net.Primitives.Reference/6.0.0.0": { - "compile": { - "System.Net.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.Net.Requests.Reference/6.0.0.0": { - "compile": { - "System.Net.Requests.dll": {} - }, - "compileOnly": true - }, - "System.Net.Security.Reference/6.0.0.0": { - "compile": { - "System.Net.Security.dll": {} - }, - "compileOnly": true - }, - "System.Net.ServicePoint/6.0.0.0": { - "compile": { - "System.Net.ServicePoint.dll": {} - }, - "compileOnly": true - }, - "System.Net.Sockets.Reference/6.0.0.0": { - "compile": { - "System.Net.Sockets.dll": {} - }, - "compileOnly": true - }, - "System.Net.WebClient/6.0.0.0": { - "compile": { - "System.Net.WebClient.dll": {} - }, - "compileOnly": true - }, - "System.Net.WebHeaderCollection.Reference/6.0.0.0": { - "compile": { - "System.Net.WebHeaderCollection.dll": {} - }, - "compileOnly": true - }, - "System.Net.WebProxy/6.0.0.0": { - "compile": { - "System.Net.WebProxy.dll": {} - }, - "compileOnly": true - }, - "System.Net.WebSockets.Client/6.0.0.0": { - "compile": { - "System.Net.WebSockets.Client.dll": {} - }, - "compileOnly": true - }, - "System.Net.WebSockets/6.0.0.0": { - "compile": { - "System.Net.WebSockets.dll": {} - }, - "compileOnly": true - }, - "System.Numerics/4.0.0.0": { - "compile": { - "System.Numerics.dll": {} - }, - "compileOnly": true - }, - "System.Numerics.Vectors.Reference/6.0.0.0": { - "compile": { - "System.Numerics.Vectors.dll": {} - }, - "compileOnly": true - }, - "System.ObjectModel.Reference/6.0.0.0": { - "compile": { - "System.ObjectModel.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.DispatchProxy.Reference/6.0.0.0": { - "compile": { - "System.Reflection.DispatchProxy.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Reference/6.0.0.0": { - "compile": { - "System.Reflection.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Emit.Reference/6.0.0.0": { - "compile": { - "System.Reflection.Emit.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Emit.ILGeneration.Reference/6.0.0.0": { - "compile": { - "System.Reflection.Emit.ILGeneration.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Emit.Lightweight.Reference/6.0.0.0": { - "compile": { - "System.Reflection.Emit.Lightweight.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Extensions.Reference/6.0.0.0": { - "compile": { - "System.Reflection.Extensions.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Metadata.Reference/6.0.0.0": { - "compile": { - "System.Reflection.Metadata.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Primitives.Reference/6.0.0.0": { - "compile": { - "System.Reflection.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.TypeExtensions.Reference/6.0.0.0": { - "compile": { - "System.Reflection.TypeExtensions.dll": {} - }, - "compileOnly": true - }, - "System.Resources.Reader.Reference/6.0.0.0": { - "compile": { - "System.Resources.Reader.dll": {} - }, - "compileOnly": true - }, - "System.Resources.ResourceManager.Reference/6.0.0.0": { - "compile": { - "System.Resources.ResourceManager.dll": {} - }, - "compileOnly": true - }, - "System.Resources.Writer/6.0.0.0": { - "compile": { - "System.Resources.Writer.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.CompilerServices.Unsafe.Reference/6.0.0.0": { - "compile": { - "System.Runtime.CompilerServices.Unsafe.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.CompilerServices.VisualC/6.0.0.0": { - "compile": { - "System.Runtime.CompilerServices.VisualC.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Reference/6.0.0.0": { - "compile": { - "System.Runtime.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Extensions.Reference/6.0.0.0": { - "compile": { - "System.Runtime.Extensions.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Handles.Reference/6.0.0.0": { - "compile": { - "System.Runtime.Handles.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.InteropServices.Reference/6.0.0.0": { - "compile": { - "System.Runtime.InteropServices.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.InteropServices.RuntimeInformation.Reference/6.0.0.0": { - "compile": { - "System.Runtime.InteropServices.RuntimeInformation.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Intrinsics/6.0.0.0": { - "compile": { - "System.Runtime.Intrinsics.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Loader.Reference/6.0.0.0": { - "compile": { - "System.Runtime.Loader.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Numerics.Reference/6.0.0.0": { - "compile": { - "System.Runtime.Numerics.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Serialization/4.0.0.0": { - "compile": { - "System.Runtime.Serialization.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Serialization.Formatters/6.0.0.0": { - "compile": { - "System.Runtime.Serialization.Formatters.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Serialization.Json.Reference/6.0.0.0": { - "compile": { - "System.Runtime.Serialization.Json.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Serialization.Primitives.Reference/6.0.0.0": { - "compile": { - "System.Runtime.Serialization.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Serialization.Xml/6.0.0.0": { - "compile": { - "System.Runtime.Serialization.Xml.dll": {} - }, - "compileOnly": true - }, - "System.Security.AccessControl.Reference/6.0.0.0": { - "compile": { - "System.Security.AccessControl.dll": {} - }, - "compileOnly": true - }, - "System.Security.Claims.Reference/6.0.0.0": { - "compile": { - "System.Security.Claims.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.Algorithms.Reference/6.0.0.0": { - "compile": { - "System.Security.Cryptography.Algorithms.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.Cng.Reference/6.0.0.0": { - "compile": { - "System.Security.Cryptography.Cng.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.Csp.Reference/6.0.0.0": { - "compile": { - "System.Security.Cryptography.Csp.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.Encoding.Reference/6.0.0.0": { - "compile": { - "System.Security.Cryptography.Encoding.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.OpenSsl.Reference/6.0.0.0": { - "compile": { - "System.Security.Cryptography.OpenSsl.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.Primitives.Reference/6.0.0.0": { - "compile": { - "System.Security.Cryptography.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.X509Certificates.Reference/6.0.0.0": { - "compile": { - "System.Security.Cryptography.X509Certificates.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.Xml/6.0.0.0": { - "compile": { - "System.Security.Cryptography.Xml.dll": {} - }, - "compileOnly": true - }, - "System.Security/4.0.0.0": { - "compile": { - "System.Security.dll": {} - }, - "compileOnly": true - }, - "System.Security.Principal.Reference/6.0.0.0": { - "compile": { - "System.Security.Principal.dll": {} - }, - "compileOnly": true - }, - "System.Security.Principal.Windows.Reference/6.0.0.0": { - "compile": { - "System.Security.Principal.Windows.dll": {} - }, - "compileOnly": true - }, - "System.Security.SecureString/6.0.0.0": { - "compile": { - "System.Security.SecureString.dll": {} - }, - "compileOnly": true - }, - "System.ServiceModel.Web/4.0.0.0": { - "compile": { - "System.ServiceModel.Web.dll": {} - }, - "compileOnly": true - }, - "System.ServiceProcess/4.0.0.0": { - "compile": { - "System.ServiceProcess.dll": {} - }, - "compileOnly": true - }, - "System.Text.Encoding.CodePages.Reference/6.0.0.0": { - "compile": { - "System.Text.Encoding.CodePages.dll": {} - }, - "compileOnly": true - }, - "System.Text.Encoding.Reference/6.0.0.0": { - "compile": { - "System.Text.Encoding.dll": {} - }, - "compileOnly": true - }, - "System.Text.Encoding.Extensions.Reference/6.0.0.0": { - "compile": { - "System.Text.Encoding.Extensions.dll": {} - }, - "compileOnly": true - }, - "System.Text.Encodings.Web.Reference/6.0.0.0": { - "compile": { - "System.Text.Encodings.Web.dll": {} - }, - "compileOnly": true - }, - "System.Text.Json.Reference/6.0.0.0": { - "compile": { - "System.Text.Json.dll": {} - }, - "compileOnly": true - }, - "System.Text.RegularExpressions.Reference/6.0.0.0": { - "compile": { - "System.Text.RegularExpressions.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Channels.Reference/6.0.0.0": { - "compile": { - "System.Threading.Channels.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Reference/6.0.0.0": { - "compile": { - "System.Threading.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Overlapped.Reference/6.0.0.0": { - "compile": { - "System.Threading.Overlapped.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Tasks.Dataflow.Reference/6.0.0.0": { - "compile": { - "System.Threading.Tasks.Dataflow.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Tasks.Reference/6.0.0.0": { - "compile": { - "System.Threading.Tasks.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Tasks.Extensions.Reference/6.0.0.0": { - "compile": { - "System.Threading.Tasks.Extensions.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Tasks.Parallel.Reference/6.0.0.0": { - "compile": { - "System.Threading.Tasks.Parallel.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Thread.Reference/6.0.0.0": { - "compile": { - "System.Threading.Thread.dll": {} - }, - "compileOnly": true - }, - "System.Threading.ThreadPool.Reference/6.0.0.0": { - "compile": { - "System.Threading.ThreadPool.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Timer.Reference/6.0.0.0": { - "compile": { - "System.Threading.Timer.dll": {} - }, - "compileOnly": true - }, - "System.Transactions/4.0.0.0": { - "compile": { - "System.Transactions.dll": {} - }, - "compileOnly": true - }, - "System.Transactions.Local/6.0.0.0": { - "compile": { - "System.Transactions.Local.dll": {} - }, - "compileOnly": true - }, - "System.ValueTuple.Reference/4.0.3.0": { - "compile": { - "System.ValueTuple.dll": {} - }, - "compileOnly": true - }, - "System.Web/4.0.0.0": { - "compile": { - "System.Web.dll": {} - }, - "compileOnly": true - }, - "System.Web.HttpUtility/6.0.0.0": { - "compile": { - "System.Web.HttpUtility.dll": {} - }, - "compileOnly": true - }, - "System.Windows/4.0.0.0": { - "compile": { - "System.Windows.dll": {} - }, - "compileOnly": true - }, - "System.Xml/4.0.0.0": { - "compile": { - "System.Xml.dll": {} - }, - "compileOnly": true - }, - "System.Xml.Linq/4.0.0.0": { - "compile": { - "System.Xml.Linq.dll": {} - }, - "compileOnly": true - }, - "System.Xml.ReaderWriter.Reference/6.0.0.0": { - "compile": { - "System.Xml.ReaderWriter.dll": {} - }, - "compileOnly": true - }, - "System.Xml.Serialization/4.0.0.0": { - "compile": { - "System.Xml.Serialization.dll": {} - }, - "compileOnly": true - }, - "System.Xml.XDocument.Reference/6.0.0.0": { - "compile": { - "System.Xml.XDocument.dll": {} - }, - "compileOnly": true - }, - "System.Xml.XmlDocument.Reference/6.0.0.0": { - "compile": { - "System.Xml.XmlDocument.dll": {} - }, - "compileOnly": true - }, - "System.Xml.XmlSerializer.Reference/6.0.0.0": { - "compile": { - "System.Xml.XmlSerializer.dll": {} - }, - "compileOnly": true - }, - "System.Xml.XPath.Reference/6.0.0.0": { - "compile": { - "System.Xml.XPath.dll": {} - }, - "compileOnly": true - }, - "System.Xml.XPath.XDocument.Reference/6.0.0.0": { - "compile": { - "System.Xml.XPath.XDocument.dll": {} - }, - "compileOnly": true - }, - "WindowsBase/4.0.0.0": { - "compile": { - "WindowsBase.dll": {} - }, - "compileOnly": true - } - } - }, - "libraries": { - "Catalog.API/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "AspNetCore.HealthChecks.AzureServiceBus/6.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/2R6ncjCVyx4SdNQU5Cg+azCqjVaHqrd8YanQagjRTpFSyQsMg7AMh9ik6wz5CXeiBJz2N4tMmNwFUlKdj/0Qg==", - "path": "aspnetcore.healthchecks.azureservicebus/6.0.3", - "hashPath": "aspnetcore.healthchecks.azureservicebus.6.0.3.nupkg.sha512" - }, - "AspNetCore.HealthChecks.AzureStorage/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-mjgooDDmZ2VB/xTf3A/uehD1XJfRcIM/oOxDDHkBQzjeTrdWSVpZobOMrEpNSlwCwzEdMvlWAhhSuZNdd+znNA==", - "path": "aspnetcore.healthchecks.azurestorage/7.0.0", - "hashPath": "aspnetcore.healthchecks.azurestorage.7.0.0.nupkg.sha512" - }, - "AspNetCore.HealthChecks.Rabbitmq/6.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ch5/dOHpGfl8uGBdFEsbHU+xVsJtMdraBQ2d+MdKMxGjcn2tAubo7hRR8Vdwr5biLyCOY5qZR1zuVCteKQ5WIQ==", - "path": "aspnetcore.healthchecks.rabbitmq/6.0.2", - "hashPath": "aspnetcore.healthchecks.rabbitmq.6.0.2.nupkg.sha512" - }, - "AspNetCore.HealthChecks.SqlServer/6.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Af7ws27DnZZ4bKCiEREm7emSAKEtIiYirEAkI0ixFgK1fwJ99jmMnPC+kU01zfqn3FyCO/gZOUO7WbyVvTPpFg==", - "path": "aspnetcore.healthchecks.sqlserver/6.0.2", - "hashPath": "aspnetcore.healthchecks.sqlserver.6.0.2.nupkg.sha512" - }, - "AspNetCore.HealthChecks.UI.Client/6.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-I4ZZ1rcQpkPXf0GsDMfLptPdYUdKLaWB2MjoOc5er9FhX5BN88sxeBd6Q1S33Pnoq0YZjOT1yBoAJKIcZ/PBQA==", - "path": "aspnetcore.healthchecks.ui.client/6.0.4", - "hashPath": "aspnetcore.healthchecks.ui.client.6.0.4.nupkg.sha512" - }, - "AspNetCore.HealthChecks.UI.Core/6.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iVMHvU8S+Vbz7JohEj+9XeRpksJVHqBy/t4jE3NdNBEGABuIWR34b26LaH4HSOBAYJjjus5h0+a5PfBDsoXKEQ==", - "path": "aspnetcore.healthchecks.ui.core/6.0.4", - "hashPath": "aspnetcore.healthchecks.ui.core.6.0.4.nupkg.sha512" - }, - "Autofac/6.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gO4bli0N8tDnBHzbYktcnbXlmN6T+IT5W+FUGgCUaM6pwwHXIxOPoUGvfGum7sZpJJgfQNgjFFv80ZPuARgRdA==", - "path": "autofac/6.3.0", - "hashPath": "autofac.6.3.0.nupkg.sha512" - }, - "Autofac.Extensions.DependencyInjection/7.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-S2Jor8pTV+8QSs96ENq/FhGdnrWsntGs93z0OXYlIivUWGPNXQHNCjFPfSBeBlHClvJFEXMvlkY32bAKy2YkPg==", - "path": "autofac.extensions.dependencyinjection/7.2.0", - "hashPath": "autofac.extensions.dependencyinjection.7.2.0.nupkg.sha512" - }, - "Azure.Core/1.33.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-p06/5ueyCwKe09zqz7bPR6vbWRGrDy6Ot4aqjrjnowhFlXUBoljUdH+abDZP2vUuSZrOSstF4h860hBHWh8uHg==", - "path": "azure.core/1.33.0", - "hashPath": "azure.core.1.33.0.nupkg.sha512" - }, - "Azure.Core.Amqp/1.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vrF4isvhwdZspzorLwYhukXz3DA8/ONSnZUIBAqBtOCzsDNUgAsuILbCzvtDrn2oDxyq7DZx5Nh81pe0BeWmDQ==", - "path": "azure.core.amqp/1.2.0", - "hashPath": "azure.core.amqp.1.2.0.nupkg.sha512" - }, - "Azure.Identity/1.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eHEiCO/8+MfNc9nH5dVew/+FvxdaGrkRL4OMNwIz0W79+wtJyEoeRlXJ3SrXhoy9XR58geBYKmzMR83VO7bcAw==", - "path": "azure.identity/1.7.0", - "hashPath": "azure.identity.1.7.0.nupkg.sha512" - }, - "Azure.Messaging.EventHubs/5.6.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1pnIj/Kw/ABiIGiU0yeZ2N4Mafo/AgGM68+nn6iWfFhz02ahGDAzLcK7qBDeqxm5YQHbNVhdw/fzqUfxJNf91A==", - "path": "azure.messaging.eventhubs/5.6.2", - "hashPath": "azure.messaging.eventhubs.5.6.2.nupkg.sha512" - }, - "Azure.Messaging.ServiceBus/7.6.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WoEVroZ60vBSCh60blAcknEjG62o2S//74gvBohIav4BLXux6UeoQWHgsfnjYz+zPoscI2rvw46ZmfmPTqaslQ==", - "path": "azure.messaging.servicebus/7.6.0", - "hashPath": "azure.messaging.servicebus.7.6.0.nupkg.sha512" - }, - "Azure.Storage.Blobs/12.17.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Dix9QkBHxHGSj1GLeQ7nBLEIr+2EH8VYyKxl39zsX9VCdeppaiM6yRVZMh1nZw/PJU1uUOOvJ2dGkOzdtfHxJg==", - "path": "azure.storage.blobs/12.17.0", - "hashPath": "azure.storage.blobs.12.17.0.nupkg.sha512" - }, - "Azure.Storage.Common/12.16.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LnfetNqowFvH+0vz3/UkhPIt4NR740O8ci/R5S5THVFG6VCJu5z7GY9VgqVPNSf5w2V5IfzNTrKdwwz7SC6B8g==", - "path": "azure.storage.common/12.16.0", - "hashPath": "azure.storage.common.12.16.0.nupkg.sha512" - }, - "Azure.Storage.Files.Shares/12.15.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eX+jUCenE6+YA5GDwEx5Q6MtzrlK2jGEsFxlVcEXjEyvSO42cJ+ZLCzlLtmoB0RD8SPUOde5+1nFKqblGwHIdw==", - "path": "azure.storage.files.shares/12.15.0", - "hashPath": "azure.storage.files.shares.12.15.0.nupkg.sha512" - }, - "Azure.Storage.Queues/12.15.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZCUxifpmNUAWmEE11KhrU0VPRTxG22IRhZGoplWIr10q2DWQTjqA9ucg1qqJpG966nW2I/pfXdeN7mHU+k00FA==", - "path": "azure.storage.queues/12.15.0", - "hashPath": "azure.storage.queues.12.15.0.nupkg.sha512" - }, - "Google.Protobuf/3.25.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-g/xIIeLhR77bl4ajGGbPYRmZf5acJlCRaSBqUnU8+2aQYREnZnv+UccRNndHof4mWO1ORS0b5i6on40VOjBpsg==", - "path": "google.protobuf/3.25.2", - "hashPath": "google.protobuf.3.25.2.nupkg.sha512" - }, - "Grpc.AspNetCore.Server/2.44.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gI1KjDQoEGonos9qvpP47G7VKiquFpcbHH9e13N84b9GI9RDszfLxKfS+QS4vsIEo3lvh9FjhCCOsOGvuH2r+g==", - "path": "grpc.aspnetcore.server/2.44.0", - "hashPath": "grpc.aspnetcore.server.2.44.0.nupkg.sha512" - }, - "Grpc.Core.Api/2.44.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FBfPMvKwT8q98T8lWa5z6nBMLdH/Mmo5g4yyYYMvbXLWDzo4beqa7CUU5QH3PKvo2X6/b+UAZ2IymXlrYG3IXg==", - "path": "grpc.core.api/2.44.0", - "hashPath": "grpc.core.api.2.44.0.nupkg.sha512" - }, - "Grpc.Net.Common/2.44.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5BDrSM/w6C3iaKXfPpAG//4CvhRI7suw/8uHol6M55Y8Swcts+rjqUnAxdW+wHhDeDUzLUnpKymrjM3UYR06Fg==", - "path": "grpc.net.common/2.44.0", - "hashPath": "grpc.net.common.2.44.0.nupkg.sha512" - }, - "Grpc.Tools/2.45.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-89VbpPmPAvNXMuyPeG4UH8ze2+5sZKb9REUMGVM5iys+HpSoWfihdO2O17+NTtJs5GXtbjfxbDeE7ZzMHtXI4Q==", - "path": "grpc.tools/2.45.0", - "hashPath": "grpc.tools.2.45.0.nupkg.sha512" - }, - "Libuv/1.9.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uqX2Frwf9PW8MaY7PRNY6HM5BpW1D8oj1EdqzrmbEFD5nH63Yat3aEjN/tws6Tw6Fk7LwmLBvtUh32tTeTaHiA==", - "path": "libuv/1.9.1", - "hashPath": "libuv.1.9.1.nupkg.sha512" - }, - "Microsoft.ApplicationInsights/2.20.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-mb+EC5j06Msn5HhKrhrsMAst6JxvYUnphQMGY2cixCabgGAO3q79Y8o/p1Zce1Azgd1IVkRKAMzAV4vDCbXOqA==", - "path": "microsoft.applicationinsights/2.20.0", - "hashPath": "microsoft.applicationinsights.2.20.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.AspNetCore/2.20.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JjoNsl4YLsAYboKGJFKB6IutbbtVqMS3PhuoK6+mHVhcerP850DsgJ+xVjGsFfHhrETeR8G17J6UURAPJbzCmQ==", - "path": "microsoft.applicationinsights.aspnetcore/2.20.0", - "hashPath": "microsoft.applicationinsights.aspnetcore.2.20.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.20.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0kmevJm/VW9AIALu20eR2FgBAzsZpbtXRo3q43TdTz5YWE/kH5s4FK9WFpPKzX3vIze8HkVCb+jtghtU2iRQqA==", - "path": "microsoft.applicationinsights.dependencycollector/2.20.0", - "hashPath": "microsoft.applicationinsights.dependencycollector.2.20.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.EventCounterCollector/2.20.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DOSxuFVN/ZzEuYqR3b3sLj+9JJdoOPmeBGScLhiCz8WYGSMFC9JbUcFCn5pZbEkG7kIdzYFiMtDSclxR91D7Ow==", - "path": "microsoft.applicationinsights.eventcountercollector/2.20.0", - "hashPath": "microsoft.applicationinsights.eventcountercollector.2.20.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.Kubernetes/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rbM0uQPGy+Qi67u2UMNFthI5XDHVELHMMpnd8uasA4CzbApzHTtN70ci5VnyAzWVZxQ5MCumdnBZxH123hdz4A==", - "path": "microsoft.applicationinsights.kubernetes/2.0.2", - "hashPath": "microsoft.applicationinsights.kubernetes.2.0.2.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.20.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nHtD3JDSsn5dDsgaaCxI2gU8s8ADOQIL78AiGd1QK00WKTVC6qKpTYIWHP488IZPPqXU/irWenItxwHSkbXGFg==", - "path": "microsoft.applicationinsights.perfcountercollector/2.20.0", - "hashPath": "microsoft.applicationinsights.perfcountercollector.2.20.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.WindowsServer/2.20.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/XzwB3QSMyB8KvDEayFqiwJC1ZK3FVKpL0G+RfiMgUhovbw/bJ1JacRiWfwD+z9BSRteFzG7xSvWw2dQjak9xw==", - "path": "microsoft.applicationinsights.windowsserver/2.20.0", - "hashPath": "microsoft.applicationinsights.windowsserver.2.20.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.20.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-p9sbwytWo9kSrAhLyyW2sITkm2ZoJryWrk0XUNLpxIYRO5PxFLXqDJ8IRgrARJ04OJ6PHqnZqww5jmOwR1oM4A==", - "path": "microsoft.applicationinsights.windowsserver.telemetrychannel/2.20.0", - "hashPath": "microsoft.applicationinsights.windowsserver.telemetrychannel.2.20.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.HealthChecks/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-skfSWx0dJWPc5NKePzPYp8sse4/li4LTrMrM1qDQK4Eq/eEn/syz1rjAQ7K0CwvLeS+7vdERUJ3v//c0oFUuIg==", - "path": "microsoft.aspnetcore.healthchecks/1.0.0", - "hashPath": "microsoft.aspnetcore.healthchecks.1.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Hosting/2.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MqYc0DUxrhAPnb5b4HFspxsoJT+gJlLsliSxIgovf4BsbmpaXQId0/pDiVzLuEbmks2w1/lRfY8w0lQOuK1jQQ==", - "path": "microsoft.aspnetcore.hosting/2.1.1", - "hashPath": "microsoft.aspnetcore.hosting.2.1.1.nupkg.sha512" - }, - "Microsoft.AspNetCore.Hosting.Abstractions/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ubycklv+ZY7Kutdwuy1W4upWcZ6VFR8WUXU7l7B2+mvbDBBPAcfpi+E+Y5GFe+Q157YfA3C49D2GCjAZc7Mobw==", - "path": "microsoft.aspnetcore.hosting.abstractions/2.2.0", - "hashPath": "microsoft.aspnetcore.hosting.abstractions.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1PMijw8RMtuQF60SsD/JlKtVfvh4NORAhF4wjysdABhlhTrYmtgssqyncR0Stq5vqtjplZcj6kbT4LRTglt9IQ==", - "path": "microsoft.aspnetcore.hosting.server.abstractions/2.2.0", - "hashPath": "microsoft.aspnetcore.hosting.server.abstractions.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http/2.1.22": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+Blk++1JWqghbl8+3azQmKhiNZA5wAepL9dY2I6KVmu2Ri07MAcvAVC888qUvO7yd7xgRgZOMfihezKg14O/2A==", - "path": "microsoft.aspnetcore.http/2.1.22", - "hashPath": "microsoft.aspnetcore.http.2.1.22.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http.Abstractions/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Nxs7Z1q3f1STfLYKJSVXCs1iBl+Ya6E8o4Oy1bCxJ/rNI44E/0f6tbsrVqAWfB7jlnJfyaAtIalBVxPKUPQb4Q==", - "path": "microsoft.aspnetcore.http.abstractions/2.2.0", - "hashPath": "microsoft.aspnetcore.http.abstractions.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http.Extensions/2.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ncAgV+cqsWSqjLXFUTyObGh4Tr7ShYYs3uW8Q/YpRwZn7eLV7dux5Z6GLY+rsdzmIHiia3Q2NWbLULQi7aziHw==", - "path": "microsoft.aspnetcore.http.extensions/2.1.1", - "hashPath": "microsoft.aspnetcore.http.extensions.2.1.1.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http.Features/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ziFz5zH8f33En4dX81LW84I6XrYXKf9jg6aM39cM+LffN9KJahViKZ61dGMSO2gd3e+qe5yBRwsesvyqlZaSMg==", - "path": "microsoft.aspnetcore.http.features/2.2.0", - "hashPath": "microsoft.aspnetcore.http.features.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.JsonPatch/6.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eObF1OgvkQHJXmDMcMYM/oRZ1Vk939UZr2QShBsXoY01AkS+7nczgzzWdNd2TutlNx6AWZKBizg/sBCOXQDPbg==", - "path": "microsoft.aspnetcore.jsonpatch/6.0.3", - "hashPath": "microsoft.aspnetcore.jsonpatch.6.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/6.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h0ZMz0yR6HiqjKo2wrZP4WWBaioelPDljvCewdl6Qo7n2iTZpIRjukB0O5idyzATUJRDKltBDex0pGLH3Q0utQ==", - "path": "microsoft.aspnetcore.mvc.newtonsoftjson/6.0.3", - "hashPath": "microsoft.aspnetcore.mvc.newtonsoftjson.6.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.WebUtilities/2.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PGKIZt4+412Z/XPoSjvYu/QIbTxcAQuEFNoA1Pw8a9mgmO0ZhNBmfaNyhgXFf7Rq62kP0tT/2WXpxdcQhkFUPA==", - "path": "microsoft.aspnetcore.webutilities/2.1.1", - "hashPath": "microsoft.aspnetcore.webutilities.2.1.1.nupkg.sha512" - }, - "Microsoft.Azure.Amqp/2.5.10": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pgHUY+vlvUiuUeC4KtU1p+JM5oeOyqBRflz9CvKYENZqFmgbWc+Exyx5HaeKXR3HLhYzXysgeC33bIcpk76CWw==", - "path": "microsoft.azure.amqp/2.5.10", - "hashPath": "microsoft.azure.amqp.2.5.10.nupkg.sha512" - }, - "Microsoft.Azure.KeyVault/2.3.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A82ESUdfLz2wMhYuPxrwf/fA7JVt3IARgeMCG3TsaLtxUxa9RBKX3f0zdnKmvBvJ/u1/5g03OLR26GPekqY5HQ==", - "path": "microsoft.azure.keyvault/2.3.2", - "hashPath": "microsoft.azure.keyvault.2.3.2.nupkg.sha512" - }, - "Microsoft.Azure.KeyVault.WebKey/2.0.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MVSYao62R9rwl9KF+IsJm+XBLupJj1ma2lfwNeFlSWziXGAopnYK+YkDWqABOqNIV9kpza/MvNBxITzhlJIyIw==", - "path": "microsoft.azure.keyvault.webkey/2.0.7", - "hashPath": "microsoft.azure.keyvault.webkey.2.0.7.nupkg.sha512" - }, - "Microsoft.Azure.ServiceBus/5.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==", - "path": "microsoft.azure.servicebus/5.2.0", - "hashPath": "microsoft.azure.servicebus.5.2.0.nupkg.sha512" - }, - "Microsoft.Azure.Services.AppAuthentication/1.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==", - "path": "microsoft.azure.services.appauthentication/1.0.3", - "hashPath": "microsoft.azure.services.appauthentication.1.0.3.nupkg.sha512" - }, - "Microsoft.Bcl.AsyncInterfaces/1.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==", - "path": "microsoft.bcl.asyncinterfaces/1.1.1", - "hashPath": "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HS3iRWZKcUw/8eZ/08GXKY2Bn7xNzQPzf8gRPHGSowX7u7XXu9i9YEaBeBNKUXWfI7qjvT2zXtLUvbN0hds8vg==", - "path": "microsoft.codeanalysis.analyzers/1.1.0", - "hashPath": "microsoft.codeanalysis.analyzers.1.1.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Common/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-V09G35cs0CT1C4Dr1IEOh8IGfnWALEVAOO5JXsqagxXwmYR012TlorQ+vx2eXxfZRKs3gAS/r92gN9kRBLba5A==", - "path": "microsoft.codeanalysis.common/1.3.0", - "hashPath": "microsoft.codeanalysis.common.1.3.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.CSharp/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BgWDIAbSFsHuGeLSn/rljLi51nXqkSo4DZ0qEIrHyPVasrhxEVq7aV8KKZ3HEfSFB+GIhBmOogE+mlOLYg19eg==", - "path": "microsoft.codeanalysis.csharp/1.3.0", - "hashPath": "microsoft.codeanalysis.csharp.1.3.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.VisualBasic/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Sf3k8PkTkWqBmXnnblJbvb7ewO6mJzX6WO2t7m04BmOY5qBq6yhhyXnn/BMM+QCec3Arw3X35Zd8f9eBql0qgg==", - "path": "microsoft.codeanalysis.visualbasic/1.3.0", - "hashPath": "microsoft.codeanalysis.visualbasic.1.3.0.nupkg.sha512" - }, - "Microsoft.CSharp/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", - "path": "microsoft.csharp/4.7.0", - "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512" - }, - "Microsoft.Data.SqlClient/5.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MW5E9HFvCaV069o8b6YpuRDPBux8s96qDnOJ+4N9QNUCs7c5W3KxwQ+ftpAjbMUlImL+c9WR+l+f5hzjkqhu2g==", - "path": "microsoft.data.sqlclient/5.1.1", - "hashPath": "microsoft.data.sqlclient.5.1.1.nupkg.sha512" - }, - "Microsoft.Data.SqlClient.SNI.runtime/5.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jVsElisM5sfBzaaV9kdq2NXZLwIbytetnsOIlJ0cQGgQP4zFNBmkfHBnpwtmKrtBJBEV9+9PVQPVrcCVhDgcIg==", - "path": "microsoft.data.sqlclient.sni.runtime/5.1.0", - "hashPath": "microsoft.data.sqlclient.sni.runtime.5.1.0.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore/7.0.15": { - "type": "package", - "serviceable": true, - "sha512": "sha512-grjnH94+hXgTqRFdfl88otvlqHTG1QEtlLm6ADI3vtZ1h+C8xNhvKRLNNw1RMD7CKADpoEEPNgqTXKCg+Ki8OQ==", - "path": "microsoft.entityframeworkcore/7.0.15", - "hashPath": "microsoft.entityframeworkcore.7.0.15.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Abstractions/7.0.15": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YZYw1g0EGGkWdC+ymHRccQryerGyh7XlcL8nRo3r7kkPurPJgVCCtC+PK5pBwJGPDdwCYMrwHSoAtfEWcqqQjQ==", - "path": "microsoft.entityframeworkcore.abstractions/7.0.15", - "hashPath": "microsoft.entityframeworkcore.abstractions.7.0.15.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Analyzers/7.0.15": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zscMrRQQR1O4U5PhZ98ASBNdU/mAsSpqTwkE8RrguZEox31jYBK65LWTlFPPBWycEiC6U9feBZZ3bkkrmpWtbQ==", - "path": "microsoft.entityframeworkcore.analyzers/7.0.15", - "hashPath": "microsoft.entityframeworkcore.analyzers.7.0.15.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Relational/7.0.15": { - "type": "package", - "serviceable": true, - "sha512": "sha512-D03N/DF3lmtHHVd0RqHxZg+rtd3r8C4h7RJoy/ShxQA0r6rpJ/99ZA6HY9WeEgqsRbm2M8Lmj9MwJomcsJ+4GQ==", - "path": "microsoft.entityframeworkcore.relational/7.0.15", - "hashPath": "microsoft.entityframeworkcore.relational.7.0.15.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.SqlServer/7.0.14": { - "type": "package", - "serviceable": true, - "sha512": "sha512-d9hqEw4W/TdQ1WDm03uyFuDoehL6GNq/NMChFaC4dcV60I42vKdUC0fYTuE2QPunVUpf5XUTCkJ6fYGjMos2AA==", - "path": "microsoft.entityframeworkcore.sqlserver/7.0.14", - "hashPath": "microsoft.entityframeworkcore.sqlserver.7.0.14.nupkg.sha512" - }, - "Microsoft.Extensions.ApiDescription.Server/3.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LH4OE/76F6sOCslif7+Xh3fS/wUUrE5ryeXAMcoCnuwOQGT5Smw0p57IgDh/pHgHaGz/e+AmEQb7pRgb++wt0w==", - "path": "microsoft.extensions.apidescription.server/3.0.0", - "hashPath": "microsoft.extensions.apidescription.server.3.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.Abstractions/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IeimUd0TNbhB4ded3AbgBLQv2SnsiVugDyGV1MvspQFVlA07nDC7Zul7kcwH5jWN3JiTcp/ySE83AIJo8yfKjg==", - "path": "microsoft.extensions.caching.abstractions/7.0.0", - "hashPath": "microsoft.extensions.caching.abstractions.7.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.Memory/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xpidBs2KCE2gw1JrD0quHE72kvCaI3xFql5/Peb2GRtUuZX+dYPoK/NTdVMiM67Svym0M0Df9A3xyU0FbMQhHw==", - "path": "microsoft.extensions.caching.memory/7.0.0", - "hashPath": "microsoft.extensions.caching.memory.7.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tq2wXyh3fL17EMF2bXgRhU7JrbO3on93MRKYxzz4JzzvuGSA1l0W3GI9/tl8EO89TH+KWEymP7bcFway6z9fXg==", - "path": "microsoft.extensions.configuration/6.0.0", - "hashPath": "microsoft.extensions.configuration.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-f34u2eaqIjNO9YLHBz8rozVZ+TcFiFs0F3r7nUJd7FRkVSxk8u4OpoK226mi49MwexHOR2ibP9MFvRUaLilcQQ==", - "path": "microsoft.extensions.configuration.abstractions/7.0.0", - "hashPath": "microsoft.extensions.configuration.abstractions.7.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.AzureKeyVault/3.1.23": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uea/40O3tdIf/Jc/MHBoKygz5pvHwrUwb1pCUybTu5ClKMXnnw/F3g1Oumu2NemeMMS08ik39luSvmYoSpoGtA==", - "path": "microsoft.extensions.configuration.azurekeyvault/3.1.23", - "hashPath": "microsoft.extensions.configuration.azurekeyvault.3.1.23.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Binder/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-b3ErKzND8LIC7o08QAVlKfaEIYEvLJbtmVbFZVBRXeu9YkKfSSzLZfR1SUfQPBIy9mKLhEtJgGYImkcMNaKE0A==", - "path": "microsoft.extensions.configuration.binder/6.0.0", - "hashPath": "microsoft.extensions.configuration.binder.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/6.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pnyXV1LFOsYjGveuC07xp0YHIyGq7jRq5Ncb5zrrIieMLWVwgMyYxcOH0jTnBedDT4Gh1QinSqsjqzcieHk1og==", - "path": "microsoft.extensions.configuration.environmentvariables/6.0.1", - "hashPath": "microsoft.extensions.configuration.environmentvariables.6.0.1.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.FileExtensions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-V4Dth2cYMZpw3HhGw9XUDIijpI6gN+22LDt0AhufIgOppCUfpWX4483OmN+dFXRJkJLc8Tv0Q8QK+1ingT2+KQ==", - "path": "microsoft.extensions.configuration.fileextensions/6.0.0", - "hashPath": "microsoft.extensions.configuration.fileextensions.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Json/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GJGery6QytCzS/BxJ96klgG9in3uH26KcUBbiVG/coNDXCRq6LGVVlUT4vXq34KPuM+R2av+LeYdX9h4IZOCUg==", - "path": "microsoft.extensions.configuration.json/6.0.0", - "hashPath": "microsoft.extensions.configuration.json.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==", - "path": "microsoft.extensions.dependencyinjection/7.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.7.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw==", - "path": "microsoft.extensions.dependencyinjection.abstractions/7.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.7.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyModel/3.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Iaectmzg9Dc4ZbKX/FurrRjgO/I8rTumL5UU+Uube6vZuGetcnXoIgTA94RthFWePhdMVm8MMhVFJZdbzMsdyQ==", - "path": "microsoft.extensions.dependencymodel/3.0.0", - "hashPath": "microsoft.extensions.dependencymodel.3.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DiagnosticAdapter/3.1.14": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NBW0CyLUgqFVlp3Xq0cQ4jRqFv+IoXM44xo5zxwl7ILGG5cDBDuvfh82T5FOfOcvTbWCoZrjIgUi90hcBtQOxA==", - "path": "microsoft.extensions.diagnosticadapter/3.1.14", - "hashPath": "microsoft.extensions.diagnosticadapter.3.1.14.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics.HealthChecks/7.0.9": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ubVLIa7GbGZrC7OWcMuFo/GJRYdVvqyMj7M4JFgWobXgh4QT2km40T46zLlXJfQWH68mh+g4iBJeg7VN3pldJA==", - "path": "microsoft.extensions.diagnostics.healthchecks/7.0.9", - "hashPath": "microsoft.extensions.diagnostics.healthchecks.7.0.9.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/7.0.9": { - "type": "package", - "serviceable": true, - "sha512": "sha512-myuiz5s14NEWffeiRH94GM1W9PkPyU/TLWCPjEIJ+Tck6QwRV89KHNwlJ+ZebRMlMTd64hwECybjLp1vIS4gTA==", - "path": "microsoft.extensions.diagnostics.healthchecks.abstractions/7.0.9", - "hashPath": "microsoft.extensions.diagnostics.healthchecks.abstractions.7.0.9.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Abstractions/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NyawiW9ZT/liQb34k9YqBSNPLuuPkrjMgQZ24Y/xXX1RoiBkLUdPMaQTmxhZ5TYu8ZKZ9qayzil75JX95vGQUg==", - "path": "microsoft.extensions.fileproviders.abstractions/7.0.0", - "hashPath": "microsoft.extensions.fileproviders.abstractions.7.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Physical/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QvkL7l0nM8udt3gfyu0Vw8bbCXblxaKOl7c2oBfgGy4LCURRaL9XWZX1FWJrQc43oMokVneVxH38iz+bY1sbhg==", - "path": "microsoft.extensions.fileproviders.physical/6.0.0", - "hashPath": "microsoft.extensions.fileproviders.physical.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileSystemGlobbing/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ip8jnL1aPiaPeKINCqaTEbvBFDmVx9dXQEBZ2HOBRXPD1eabGNqP/bKlsIcp7U2lGxiXd5xIhoFcmY8nM4Hdiw==", - "path": "microsoft.extensions.filesystemglobbing/6.0.0", - "hashPath": "microsoft.extensions.filesystemglobbing.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.HealthChecks/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-75bbAOTUl0oBzjmPYdN+o0vReThrl4v/OVvIKsbuUlOhAjma7mOHYR/Nm1KabM36/xWbxgSX9lFCRvOaz/55Tg==", - "path": "microsoft.extensions.healthchecks/1.0.0", - "hashPath": "microsoft.extensions.healthchecks.1.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.Abstractions/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-43n9Je09z0p/7ViPxfRqs5BUItRLNVh5b6JH40F2Agkh2NBsY/jpNYTtbCcxrHCsA3oRmbR6RJBzUutB4VZvNQ==", - "path": "microsoft.extensions.hosting.abstractions/7.0.0", - "hashPath": "microsoft.extensions.hosting.abstractions.7.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==", - "path": "microsoft.extensions.logging/7.0.0", - "hashPath": "microsoft.extensions.logging.7.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/7.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pkeBFx0vqMW/A3aUVHh7MPu3WkBhaVlezhSZeb1c9XD0vUReYH1TLFSy5MxJgZfmz5LZzYoErMorlYZiwpOoNA==", - "path": "microsoft.extensions.logging.abstractions/7.0.1", - "hashPath": "microsoft.extensions.logging.abstractions.7.0.1.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.ApplicationInsights/2.20.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-phuNUDeTlffkJi6zAsMQNOpijNOQ4Olda1WL2L+F33u4fqXmY+EGQnPg81rHW6dOXIYCQvrQUr2gVN5NNMvwKA==", - "path": "microsoft.extensions.logging.applicationinsights/2.20.0", - "hashPath": "microsoft.extensions.logging.applicationinsights.2.20.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.AzureAppServices/6.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sT4gbxfaobciJJ+miL3aHm/NkYc02laPPfgns4NhJa42jprGVnAN1ISvrtMw4xwugnqNGccxB1QNX/ruTmPq7w==", - "path": "microsoft.extensions.logging.azureappservices/6.0.3", - "hashPath": "microsoft.extensions.logging.azureappservices.6.0.3.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Configuration/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZDskjagmBAbv+K8rYW9VhjPplhbOE63xUD0DiuydZJwt15dRyoqicYklLd86zzeintUc7AptDkHn+YhhYkYo8A==", - "path": "microsoft.extensions.logging.configuration/6.0.0", - "hashPath": "microsoft.extensions.logging.configuration.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.ObjectPool/2.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SErON45qh4ogDp6lr6UvVmFYW0FERihW+IQ+2JyFv1PUyWktcJytFaWH5zarufJvZwhci7Rf1IyGXr9pVEadTw==", - "path": "microsoft.extensions.objectpool/2.1.1", - "hashPath": "microsoft.extensions.objectpool.2.1.1.nupkg.sha512" - }, - "Microsoft.Extensions.Options/7.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pZRDYdN1FpepOIfHU62QoBQ6zdAoTvnjxFfqAzEd9Jhb2dfhA5i6jeTdgGgcgTWFRC7oT0+3XrbQu4LjvgX1Nw==", - "path": "microsoft.extensions.options/7.0.1", - "hashPath": "microsoft.extensions.options.7.0.1.nupkg.sha512" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bXWINbTn0vC0FYc9GaQTISbxhQLAMrvtbuvD9N6JelEaIS/Pr62wUCinrq5bf1WRBGczt1v4wDhxFtVFNcMdUQ==", - "path": "microsoft.extensions.options.configurationextensions/6.0.0", - "hashPath": "microsoft.extensions.options.configurationextensions.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==", - "path": "microsoft.extensions.primitives/7.0.0", - "hashPath": "microsoft.extensions.primitives.7.0.0.nupkg.sha512" - }, - "Microsoft.Identity.Client/4.47.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SPgesZRbXoDxg8Vv7k5Ou0ee7uupVw0E8ZCc4GKw25HANRLz1d5OSr0fvTVQRnEswo5Obk8qD4LOapYB+n5kzQ==", - "path": "microsoft.identity.client/4.47.2", - "hashPath": "microsoft.identity.client.4.47.2.nupkg.sha512" - }, - "Microsoft.Identity.Client.Extensions.Msal/2.19.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zVVZjn8aW7W79rC1crioDgdOwaFTQorsSO6RgVlDDjc7MvbEGz071wSNrjVhzR0CdQn6Sefx7Abf1o7vasmrLg==", - "path": "microsoft.identity.client.extensions.msal/2.19.3", - "hashPath": "microsoft.identity.client.extensions.msal.2.19.3.nupkg.sha512" - }, - "Microsoft.IdentityModel.Abstractions/6.24.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X6aBK56Ot15qKyG7X37KsPnrwah+Ka55NJWPppWVTDi8xWq7CJgeNw2XyaeHgE1o/mW4THwoabZkBbeG2TPBiw==", - "path": "microsoft.identitymodel.abstractions/6.24.0", - "hashPath": "microsoft.identitymodel.abstractions.6.24.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==", - "path": "microsoft.identitymodel.clients.activedirectory/3.14.2", - "hashPath": "microsoft.identitymodel.clients.activedirectory.3.14.2.nupkg.sha512" - }, - "Microsoft.IdentityModel.JsonWebTokens/6.24.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XDWrkThcxfuWp79AvAtg5f+uRS1BxkIbJnsG/e8VPzOWkYYuDg33emLjp5EWcwXYYIDsHnVZD/00kM/PYFQc/g==", - "path": "microsoft.identitymodel.jsonwebtokens/6.24.0", - "hashPath": "microsoft.identitymodel.jsonwebtokens.6.24.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Logging/6.24.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qLYWDOowM/zghmYKXw1yfYKlHOdS41i8t4hVXr9bSI90zHqhyhQh9GwVy8pENzs5wHeytU23DymluC9NtgYv7w==", - "path": "microsoft.identitymodel.logging/6.24.0", - "hashPath": "microsoft.identitymodel.logging.6.24.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols/6.24.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+NzKCkvsQ8X1r/Ff74V7CFr9OsdMRaB6DsV+qpH7NNLdYJ8O4qHbmTnNEsjFcDmk/gVNDwhoL2gN5pkPVq0lwQ==", - "path": "microsoft.identitymodel.protocols/6.24.0", - "hashPath": "microsoft.identitymodel.protocols.6.24.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.24.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-a/2RRrc8C9qaw8qdD9hv1ES9YKFgxaqr/SnwMSLbwQZJSUQDd4qx1K4EYgWaQWs73R+VXLyKSxN0f/uE9CsBiQ==", - "path": "microsoft.identitymodel.protocols.openidconnect/6.24.0", - "hashPath": "microsoft.identitymodel.protocols.openidconnect.6.24.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Tokens/6.24.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZPqHi86UYuqJXJ7bLnlEctHKkPKT4lGUFbotoCNiXNCSL02emYlcxzGYsRGWWmbFEcYDMi2dcTLLYNzHqWOTsw==", - "path": "microsoft.identitymodel.tokens/6.24.0", - "hashPath": "microsoft.identitymodel.tokens.6.24.0.nupkg.sha512" - }, - "Microsoft.Net.Http.Headers/2.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lPNIphl8b2EuhOE9dMH6EZDmu7pS882O+HMi5BJNsigxHaWlBrYxZHFZgE18cyaPp6SSZcTkKkuzfjV/RRQKlA==", - "path": "microsoft.net.http.headers/2.1.1", - "hashPath": "microsoft.net.http.headers.2.1.1.nupkg.sha512" - }, - "Microsoft.NETCore.App/1.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rqd+4QNUIdrauKaP8KVo2Ut5OeEGoyOsAMZr7u1IEtSRx5LeA1omVCLpY0TJ5Z47jfMm/MRuD/RG5Ahg8WwX2w==", - "path": "microsoft.netcore.app/1.0.5", - "hashPath": "microsoft.netcore.app.1.0.5.nupkg.sha512" - }, - "Microsoft.NETCore.DotNetHost/1.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uaMgykq6AckP3hZW4dsD6zjocxyXPz0tcTl8OX7mlSUWsyFXdtf45sjdwI0JIHxt3gnI6GihAlOAwYK8HE4niQ==", - "path": "microsoft.netcore.dotnethost/1.0.1", - "hashPath": "microsoft.netcore.dotnethost.1.0.1.nupkg.sha512" - }, - "Microsoft.NETCore.DotNetHostPolicy/1.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KR8e8+lh/YnhD0wDCMBRUjn0/VnryxHbu6I61U6m7PAyz9HbRr+iX3BYL925OHMFuFmk1atc/RRGjGtVOVrvrg==", - "path": "microsoft.netcore.dotnethostpolicy/1.0.5", - "hashPath": "microsoft.netcore.dotnethostpolicy.1.0.5.nupkg.sha512" - }, - "Microsoft.NETCore.DotNetHostResolver/1.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GEXgpAHB9E0OhfcmNJ664Xcd2bJkz2qkGIAFmCgEI5ANlQy4qEEmBVfUqA+Z9HB85ZwWxZc1eIJ6fxdxcjrctg==", - "path": "microsoft.netcore.dotnethostresolver/1.0.1", - "hashPath": "microsoft.netcore.dotnethostresolver.1.0.1.nupkg.sha512" - }, - "Microsoft.NETCore.Jit/1.0.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pNYSZFvX14x4ubToTLxj9O9xNIEg1kHaL6gkMr8urWKIY65cu8272KRlT3cgJCKLbzFO0XZDjvPlRBCFrbJm7Q==", - "path": "microsoft.netcore.jit/1.0.7", - "hashPath": "microsoft.netcore.jit.1.0.7.nupkg.sha512" - }, - "Microsoft.NETCore.Platforms/3.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==", - "path": "microsoft.netcore.platforms/3.1.0", - "hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512" - }, - "Microsoft.NETCore.Runtime.CoreCLR/1.0.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-t81co+R1xDubSQDDYP+zddd1Eya7xGeN2XlJMSsNFUCKRm35/5u8knnXOQTdfE1nf6bYqPROt18WlhdZui1FLA==", - "path": "microsoft.netcore.runtime.coreclr/1.0.7", - "hashPath": "microsoft.netcore.runtime.coreclr.1.0.7.nupkg.sha512" - }, - "Microsoft.NETCore.Targets/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", - "path": "microsoft.netcore.targets/1.1.0", - "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512" - }, - "Microsoft.NETCore.Windows.ApiSets/1.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SaToCvvsGMxTgtLv/BrFQ5IFMPRE1zpWbnqbpwykJa8W5XiX82CXI6K2o7yf5xS7EP6t/JzFLV0SIDuWpvBZVw==", - "path": "microsoft.netcore.windows.apisets/1.0.1", - "hashPath": "microsoft.netcore.windows.apisets.1.0.1.nupkg.sha512" - }, - "Microsoft.OpenApi/1.2.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==", - "path": "microsoft.openapi/1.2.3", - "hashPath": "microsoft.openapi.1.2.3.nupkg.sha512" - }, - "Microsoft.Rest.ClientRuntime/2.3.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Hj96LBoCwKY2VQKfSCVGGPV1sSumVjuYnrlpBwL4JSTnSK4b6ZxjLtXj8LgmKav8xJ2gps+UN7eI3hHVFKvBFw==", - "path": "microsoft.rest.clientruntime/2.3.8", - "hashPath": "microsoft.rest.clientruntime.2.3.8.nupkg.sha512" - }, - "Microsoft.Rest.ClientRuntime.Azure/3.3.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6u8JIuvrztse4tPOcvNzAJuzGBP0uY+Ijggk8ZYhp0siGEZ1XfZylf1vpNGUicvwcrhhoIgDW73Z1L6QGssr2g==", - "path": "microsoft.rest.clientruntime.azure/3.3.7", - "hashPath": "microsoft.rest.clientruntime.azure.3.3.7.nupkg.sha512" - }, - "Microsoft.SqlServer.Server/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==", - "path": "microsoft.sqlserver.server/1.0.0", - "hashPath": "microsoft.sqlserver.server.1.0.0.nupkg.sha512" - }, - "Microsoft.VisualBasic/10.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HpNyOf/4Tp2lh4FyywB55VITk0SqVxEjDzsVDDyF1yafDN6Bq18xcHowzCPINyYHUTgGcEtmpYiRsFdSo0KKdQ==", - "path": "microsoft.visualbasic/10.0.1", - "hashPath": "microsoft.visualbasic.10.0.1.nupkg.sha512" - }, - "Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.19.6": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7GOQdMzQcH7o/bPFL/I2kQEgMnq2pYZ+exhGb9nNqs624K9w2jB2zieh4sOH9+a01i/G9iTWfeUI3IGMF7SKNg==", - "path": "microsoft.visualstudio.azure.containers.tools.targets/1.19.6", - "hashPath": "microsoft.visualstudio.azure.containers.tools.targets.1.19.6.nupkg.sha512" - }, - "Microsoft.Win32.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "path": "microsoft.win32.primitives/4.3.0", - "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512" - }, - "Microsoft.Win32.Registry/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==", - "path": "microsoft.win32.registry/4.7.0", - "hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512" - }, - "Microsoft.Win32.SystemEvents/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==", - "path": "microsoft.win32.systemevents/6.0.0", - "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512" - }, - "NETStandard.Library/1.6.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "path": "netstandard.library/1.6.1", - "hashPath": "netstandard.library.1.6.1.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==", - "path": "newtonsoft.json/13.0.1", - "hashPath": "newtonsoft.json.13.0.1.nupkg.sha512" - }, - "Newtonsoft.Json.Bson/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", - "path": "newtonsoft.json.bson/1.0.2", - "hashPath": "newtonsoft.json.bson.1.0.2.nupkg.sha512" - }, - "Polly/7.2.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DeCY0OFbNdNxsjntr1gTXHJ5pKUwYzp04Er2LLeN3g6pWhffsGuKVfMBLe1lw7x76HrPkLxKEFxBlpRxS2nDEQ==", - "path": "polly/7.2.3", - "hashPath": "polly.7.2.3.nupkg.sha512" - }, - "RabbitMQ.Client/6.2.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ttM7F+Ymb00EyQ25UCC44djr5GN/+cZNey2B3xD6JdJQQx7UcCtHdKBCE09zcmWuB+Afp07tFzetE14l/U8xQw==", - "path": "rabbitmq.client/6.2.4", - "hashPath": "rabbitmq.client.6.2.4.nupkg.sha512" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==", - "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==", - "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==", - "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.native.System/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "path": "runtime.native.system/4.3.0", - "hashPath": "runtime.native.system.4.3.0.nupkg.sha512" - }, - "runtime.native.System.IO.Compression/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "path": "runtime.native.system.io.compression/4.3.0", - "hashPath": "runtime.native.system.io.compression.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Net.Http/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "path": "runtime.native.system.net.http/4.3.0", - "hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Net.Security/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Az6Ff6rZFb8nYGAaejFR6jr8ktt9f3e1Q/yKdw0pwHNTLaO/1eCAC9vzBoR9YAb0QeZD6fZXl1A9tRB5stpzXA==", - "path": "runtime.native.system.net.security/4.0.1", - "hashPath": "runtime.native.system.net.security.4.0.1.nupkg.sha512" - }, - "runtime.native.System.Security.Cryptography/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6Z4SIheH5ziCRoMnLBE+fmcAPfyewKbteJQGTT86+dsBRSYZNuUmLS3Qg+rzo1nPdiK19VmOBne54j9kI7sI4Q==", - "path": "runtime.native.system.security.cryptography/4.0.1", - "hashPath": "runtime.native.system.security.cryptography.4.0.1.nupkg.sha512" - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "path": "runtime.native.system.security.cryptography.apple/4.3.0", - "hashPath": "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "path": "runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==", - "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==", - "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==", - "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0", - "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==", - "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==", - "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==", - "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==", - "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==", - "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "Serilog/3.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-P6G4/4Kt9bT635bhuwdXlJ2SCqqn2nhh4gqFqQueCOr9bK/e7W9ll/IoX1Ter948cV2Z/5+5v8pAfJYUISY03A==", - "path": "serilog/3.1.1", - "hashPath": "serilog.3.1.1.nupkg.sha512" - }, - "Serilog.AspNetCore/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/JO/txIxRR61x1UXQAgUzG2Sx05o1QHCkokVBWrKzmAoDu+p5EtCAj7L/TVVg7Ezhh3GPiZ0JI9OJCmRO9tSRw==", - "path": "serilog.aspnetcore/5.0.0", - "hashPath": "serilog.aspnetcore.5.0.0.nupkg.sha512" - }, - "Serilog.Enrichers.Environment/2.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AdZXURQ0dQCCjst3Jn3lwFtGicWjGE4wov9E5BPc4N5cruGmd2y9wprCYEjFteU84QMbxk35fpeTuHs6M4VGYw==", - "path": "serilog.enrichers.environment/2.3.0", - "hashPath": "serilog.enrichers.environment.2.3.0.nupkg.sha512" - }, - "Serilog.Extensions.Hosting/4.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gT2keceCmPQR9EX0VpXQZvUgELdfE7yqJ7MOxBhm3WLCblcvRgswEOOTgok/DHObbM15A3V/DtF3VdVDQPIZzQ==", - "path": "serilog.extensions.hosting/4.2.0", - "hashPath": "serilog.extensions.hosting.4.2.0.nupkg.sha512" - }, - "Serilog.Extensions.Logging/3.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IWfem7wfrFbB3iw1OikqPFNPEzfayvDuN4WP7Ue1AVFskalMByeWk3QbtUXQR34SBkv1EbZ3AySHda/ErDgpcg==", - "path": "serilog.extensions.logging/3.1.0", - "hashPath": "serilog.extensions.logging.3.1.0.nupkg.sha512" - }, - "Serilog.Formatting.Compact/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pNroKVjo+rDqlxNG5PXkRLpfSCuDOBY0ri6jp9PLe505ljqwhwZz8ospy2vWhQlFu5GkIesh3FcDs4n7sWZODA==", - "path": "serilog.formatting.compact/1.1.0", - "hashPath": "serilog.formatting.compact.1.1.0.nupkg.sha512" - }, - "Serilog.Settings.Configuration/3.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7GNudISZwqaT902hqEL2OFGTZeUFWfnrNLupJkOqeF41AR3GjcxX+Hwb30xb8gG2/CDXsCMVfF8o0+8KY0fJNg==", - "path": "serilog.settings.configuration/3.3.0", - "hashPath": "serilog.settings.configuration.3.3.0.nupkg.sha512" - }, - "Serilog.Sinks.Console/5.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6Jt8jl9y2ey8VV7nVEUAyjjyxjAQuvd5+qj4XYAT9CwcsvR70HHULGBeD+K2WCALFXf7CFsNQT4lON6qXcu2AA==", - "path": "serilog.sinks.console/5.0.1", - "hashPath": "serilog.sinks.console.5.0.1.nupkg.sha512" - }, - "Serilog.Sinks.Debug/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Y6g3OBJ4JzTyyw16fDqtFcQ41qQAydnEvEqmXjhwhgjsnG/FaJ8GUqF5ldsC/bVkK8KYmqrPhDO+tm4dF6xx4A==", - "path": "serilog.sinks.debug/2.0.0", - "hashPath": "serilog.sinks.debug.2.0.0.nupkg.sha512" - }, - "Serilog.Sinks.File/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uwV5hdhWPwUH1szhO8PJpFiahqXmzPzJT/sOijH/kFgUx+cyoDTMM8MHD0adw9+Iem6itoibbUXHYslzXsLEAg==", - "path": "serilog.sinks.file/5.0.0", - "hashPath": "serilog.sinks.file.5.0.0.nupkg.sha512" - }, - "Serilog.Sinks.Http/7.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1rOxs2/IVuBFDbrujI/O6Rft48ZZQLPZFWCgcZJqdHeGrb5IEXlFn1ZvWYtOnRHmRTB5oTle3HqL3G3ePe1i9w==", - "path": "serilog.sinks.http/7.2.0", - "hashPath": "serilog.sinks.http.7.2.0.nupkg.sha512" - }, - "Serilog.Sinks.PeriodicBatching/2.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UYKSjTMTlUY9T3OgzMmLDLD+z0qPfgvq/RvG0rKfyz+O+Zrjw3X/Xpv14J4WMcGVsOjUaR+k8n2MdmqVpJtI6A==", - "path": "serilog.sinks.periodicbatching/2.3.0", - "hashPath": "serilog.sinks.periodicbatching.2.3.0.nupkg.sha512" - }, - "Serilog.Sinks.RollingFile/3.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2lT5X1r3GH4P0bRWJfhA7etGl8Q2Ipw9AACvtAHWRUSpYZ42NGVyHoVs2ALBZ/cAkkS+tA4jl80Zie144eLQPg==", - "path": "serilog.sinks.rollingfile/3.3.0", - "hashPath": "serilog.sinks.rollingfile.3.3.0.nupkg.sha512" - }, - "Serilog.Sinks.Seq/5.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+BsIoanNyZPEcWY5sVtx2nL/88UcCw9gr/l0nCfe4bjuSoFS2clDIUmKaH1UXA/hx9undHCgw4epVltOulGuxw==", - "path": "serilog.sinks.seq/5.1.1", - "hashPath": "serilog.sinks.seq.5.1.1.nupkg.sha512" - }, - "Swashbuckle.AspNetCore/6.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3TAV6JqsJF2F5e5d/tiQuW/TlzKXB/n2IcL5QR1FP8ArmLhmPkpeHiLZ3+1YnJ5840/X5ApvpRRJpM9809IjTg==", - "path": "swashbuckle.aspnetcore/6.3.0", - "hashPath": "swashbuckle.aspnetcore.6.3.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.Newtonsoft/6.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-o1dOWCENDG3ViE8aFR9GpVTq8smsNkCXs3eonVaD3DziJgxAfkcOa0/syHtFSfpluh3bmnJ8isQh3S/T3hpz2Q==", - "path": "swashbuckle.aspnetcore.newtonsoft/6.5.0", - "hashPath": "swashbuckle.aspnetcore.newtonsoft.6.5.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.Swagger/6.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XWmCmqyFmoItXKFsQSwQbEAsjDKcxlNf1l+/Ki42hcb6LjKL8m5Db69OTvz5vLonMSRntYO1XLqz0OP+n3vKnA==", - "path": "swashbuckle.aspnetcore.swagger/6.5.0", - "hashPath": "swashbuckle.aspnetcore.swagger.6.5.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Y/qW8Qdg9OEs7V013tt+94OdPxbRdbhcEbw4NiwGvf4YBcfhL/y7qp/Mjv/cENsQ2L3NqJ2AOu94weBy/h4KvA==", - "path": "swashbuckle.aspnetcore.swaggergen/6.5.0", - "hashPath": "swashbuckle.aspnetcore.swaggergen.6.5.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.SwaggerUI/6.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OmVLGzyeNBFUAx6E/bqrZW4uxfv9q2MtegYzeHv5Dj8N34ry8104d6OcyRIV4BhwHBSFD1rMvDlPciguFMtQ5w==", - "path": "swashbuckle.aspnetcore.swaggerui/6.3.0", - "hashPath": "swashbuckle.aspnetcore.swaggerui.6.3.0.nupkg.sha512" - }, - "System.AppContext/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "path": "system.appcontext/4.3.0", - "hashPath": "system.appcontext.4.3.0.nupkg.sha512" - }, - "System.Buffers/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pL2ChpaRRWI/p4LXyy4RgeWlYF2sgfj/pnVMvBqwNFr5cXg7CXNnWZWxrOONLg8VGdFB8oB+EG2Qw4MLgTOe+A==", - "path": "system.buffers/4.5.0", - "hashPath": "system.buffers.4.5.0.nupkg.sha512" - }, - "System.Collections/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "path": "system.collections/4.3.0", - "hashPath": "system.collections.4.3.0.nupkg.sha512" - }, - "System.Collections.Concurrent/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "path": "system.collections.concurrent/4.3.0", - "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512" - }, - "System.Collections.Immutable/1.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Cma8cBW6di16ZLibL8LYQ+cLjGzoKxpOTu/faZfDcx94ZjAGq6Nv5RO7+T1YZXqEXTZP9rt1wLVEONVpURtUqw==", - "path": "system.collections.immutable/1.2.0", - "hashPath": "system.collections.immutable.1.2.0.nupkg.sha512" - }, - "System.ComponentModel/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oBZFnm7seFiVfugsIyOvQCWobNZs7FzqDV/B7tx20Ep/l3UUFCPDkdTnCNaJZTU27zjeODmy2C/cP60u3D4c9w==", - "path": "system.componentmodel/4.0.1", - "hashPath": "system.componentmodel.4.0.1.nupkg.sha512" - }, - "System.ComponentModel.Annotations/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rhnz80h8NnHJzoi0nbQJLRR2cJznyqG168q1bgoSpe5qpaME2SguXzuEzpY68nFCi2kBgHpbU4bRN2cP3unYRA==", - "path": "system.componentmodel.annotations/4.1.0", - "hashPath": "system.componentmodel.annotations.4.1.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/6.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jXw9MlUu/kRfEU0WyTptAVueupqIeE3/rl0EZDMlf8pcvJnitQ8HeVEp69rZdaStXwTV72boi/Bhw8lOeO+U2w==", - "path": "system.configuration.configurationmanager/6.0.1", - "hashPath": "system.configuration.configurationmanager.6.0.1.nupkg.sha512" - }, - "System.Console/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "path": "system.console/4.3.0", - "hashPath": "system.console.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Debug/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "path": "system.diagnostics.debug/4.3.0", - "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.DiagnosticSource/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==", - "path": "system.diagnostics.diagnosticsource/6.0.0", - "hashPath": "system.diagnostics.diagnosticsource.6.0.0.nupkg.sha512" - }, - "System.Diagnostics.FileVersionInfo/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qjF74OTAU+mRhLaL4YSfiWy3vj6T3AOz8AW37l5zCwfbBfj0k7E94XnEsRaf2TnhE/7QaV6Hvqakoy2LoV8MVg==", - "path": "system.diagnostics.fileversioninfo/4.0.0", - "hashPath": "system.diagnostics.fileversioninfo.4.0.0.nupkg.sha512" - }, - "System.Diagnostics.PerformanceCounter/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kE9szT4i3TYT9bDE/BPfzg9/BL6enMiZlcUmnUEBrhRtxWvurKoa8qhXkLTRhrxMzBqaDleWlRfIPE02tulU+w==", - "path": "system.diagnostics.performancecounter/4.7.0", - "hashPath": "system.diagnostics.performancecounter.4.7.0.nupkg.sha512" - }, - "System.Diagnostics.Process/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==", - "path": "system.diagnostics.process/4.3.0", - "hashPath": "system.diagnostics.process.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.StackTrace/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiHg0vgtd35/DM9jvtaC1eKRpWZxr0gcQd643ABG7GnvSlf5pOkY2uyd42mMOJoOmKvnpNj0F4tuoS1pacTwYw==", - "path": "system.diagnostics.stacktrace/4.3.0", - "hashPath": "system.diagnostics.stacktrace.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tools/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "path": "system.diagnostics.tools/4.3.0", - "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tracing/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "path": "system.diagnostics.tracing/4.3.0", - "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512" - }, - "System.Drawing.Common/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==", - "path": "system.drawing.common/6.0.0", - "hashPath": "system.drawing.common.6.0.0.nupkg.sha512" - }, - "System.Dynamic.Runtime/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-db34f6LHYM0U0JpE+sOmjar27BnqTVkbLJhgfwMpTdgTigG/Hna3m2MYVwnFzGGKnEJk2UXFuoVTr8WUbU91/A==", - "path": "system.dynamic.runtime/4.0.11", - "hashPath": "system.dynamic.runtime.4.0.11.nupkg.sha512" - }, - "System.Formats.Asn1/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==", - "path": "system.formats.asn1/5.0.0", - "hashPath": "system.formats.asn1.5.0.0.nupkg.sha512" - }, - "System.Globalization/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "path": "system.globalization/4.3.0", - "hashPath": "system.globalization.4.3.0.nupkg.sha512" - }, - "System.Globalization.Calendars/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "path": "system.globalization.calendars/4.3.0", - "hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512" - }, - "System.Globalization.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "path": "system.globalization.extensions/4.3.0", - "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512" - }, - "System.IdentityModel.Tokens.Jwt/6.24.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Qibsj9MPWq8S/C0FgvmsLfIlHLE7ay0MJIaAmK94ivN3VyDdglqReed5qMvdQhSL0BzK6v0Z1wB/sD88zVu6Jw==", - "path": "system.identitymodel.tokens.jwt/6.24.0", - "hashPath": "system.identitymodel.tokens.jwt.6.24.0.nupkg.sha512" - }, - "System.IO/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "path": "system.io/4.3.0", - "hashPath": "system.io.4.3.0.nupkg.sha512" - }, - "System.IO.Compression/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "path": "system.io.compression/4.3.0", - "hashPath": "system.io.compression.4.3.0.nupkg.sha512" - }, - "System.IO.Compression.ZipFile/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "path": "system.io.compression.zipfile/4.3.0", - "hashPath": "system.io.compression.zipfile.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "path": "system.io.filesystem/4.3.0", - "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem.AccessControl/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vMToiarpU81LR1/KZtnT7VDPvqAZfw9oOS5nY6pPP78nGYz3COLsQH3OfzbR+SjTgltd31R6KmKklz/zDpTmzw==", - "path": "system.io.filesystem.accesscontrol/4.7.0", - "hashPath": "system.io.filesystem.accesscontrol.4.7.0.nupkg.sha512" - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "path": "system.io.filesystem.primitives/4.3.0", - "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem.Watcher/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qM4Wr3La+RYb/03B0mZZjbA7tHsGzDffnuXP8Sl48HW2JwCjn3kfD5qdw0sqyNNowUipcJMi9/q6sMUrOIJ6UQ==", - "path": "system.io.filesystem.watcher/4.0.0", - "hashPath": "system.io.filesystem.watcher.4.0.0.nupkg.sha512" - }, - "System.IO.Hashing/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Rfm2jYCaUeGysFEZjDe7j1R4x6Z6BzumS/vUT5a1AA/AWJuGX71PoGB0RmpyX3VmrGqVnAwtfMn39OHR8Y/5+g==", - "path": "system.io.hashing/6.0.0", - "hashPath": "system.io.hashing.6.0.0.nupkg.sha512" - }, - "System.IO.MemoryMappedFiles/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Xqj4xaFAnLVpss9ZSUIvB/VdJAA7GxZDnFGDKJfiGAnZ5VnFROn6eOHWepFpujCYTsh6wlZ3B33bqYkF0QJ7Eg==", - "path": "system.io.memorymappedfiles/4.0.0", - "hashPath": "system.io.memorymappedfiles.4.0.0.nupkg.sha512" - }, - "System.IO.UnmanagedMemoryStream/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wcq0kXcpfJwdl1Y4/ZjDk7Dhx5HdLyRYYWYmD8Nn8skoGYYQd2BQWbXwjWSczip8AL4Z57o2dWWXAl4aABAKiQ==", - "path": "system.io.unmanagedmemorystream/4.0.1", - "hashPath": "system.io.unmanagedmemorystream.4.0.1.nupkg.sha512" - }, - "System.Linq/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "path": "system.linq/4.3.0", - "hashPath": "system.linq.4.3.0.nupkg.sha512" - }, - "System.Linq.Expressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "path": "system.linq.expressions/4.3.0", - "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512" - }, - "System.Linq.Parallel/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-J7XCa7n2cFn32uLbtceXfBFhgCk5M++50lylHKNbqTiJkw5y4Tglpi6amuJNPCvj9bLzNSI7rs1fi4joLMNRgg==", - "path": "system.linq.parallel/4.0.1", - "hashPath": "system.linq.parallel.4.0.1.nupkg.sha512" - }, - "System.Linq.Queryable/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Yn/WfYe9RoRfmSLvUt2JerP0BTGGykCZkQPgojaxgzF2N0oPo+/AhB8TXOpdCcNlrG3VRtsamtK2uzsp3cqRVw==", - "path": "system.linq.queryable/4.0.1", - "hashPath": "system.linq.queryable.4.0.1.nupkg.sha512" - }, - "System.Memory/4.5.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==", - "path": "system.memory/4.5.4", - "hashPath": "system.memory.4.5.4.nupkg.sha512" - }, - "System.Memory.Data/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==", - "path": "system.memory.data/1.0.2", - "hashPath": "system.memory.data.1.0.2.nupkg.sha512" - }, - "System.Net.Http/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "path": "system.net.http/4.3.0", - "hashPath": "system.net.http.4.3.0.nupkg.sha512" - }, - "System.Net.NameResolution/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JdqRdM1Qym3YehqdKIi5LHrpypP4JMfxKQSNCJ2z4WawkG0il+N3XfNeJOxll2XrTnG7WgYYPoeiu/KOwg0DQw==", - "path": "system.net.nameresolution/4.0.0", - "hashPath": "system.net.nameresolution.4.0.0.nupkg.sha512" - }, - "System.Net.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "path": "system.net.primitives/4.3.0", - "hashPath": "system.net.primitives.4.3.0.nupkg.sha512" - }, - "System.Net.Requests/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vxGt7C0cZixN+VqoSW4Yakc1Y9WknmxauDqzxgpw/FnBdz4kQNN51l4wxdXX5VY1xjqy//+G+4CvJWp1+f+y6Q==", - "path": "system.net.requests/4.0.11", - "hashPath": "system.net.requests.4.0.11.nupkg.sha512" - }, - "System.Net.Security/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nMs9dUDrJFr18+wgUB3lUpaMcJDqutsuO1C4g3OTuQYZJdnszgmHtjvBAI6eNXK0ZPLIA6sp8axMkd2T2dlzgg==", - "path": "system.net.security/4.0.1", - "hashPath": "system.net.security.4.0.1.nupkg.sha512" - }, - "System.Net.Sockets/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "path": "system.net.sockets/4.3.0", - "hashPath": "system.net.sockets.4.3.0.nupkg.sha512" - }, - "System.Net.WebHeaderCollection/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XX2TIAN+wBSAIV51BU2FvvXMdstUa8b0FBSZmDWjZdwUMmggQSifpTOZ5fNH20z9ZCg2fkV1L5SsZnpO2RQDRQ==", - "path": "system.net.webheadercollection/4.0.1", - "hashPath": "system.net.webheadercollection.4.0.1.nupkg.sha512" - }, - "System.Numerics.Vectors/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==", - "path": "system.numerics.vectors/4.5.0", - "hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512" - }, - "System.ObjectModel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "path": "system.objectmodel/4.3.0", - "hashPath": "system.objectmodel.4.3.0.nupkg.sha512" - }, - "System.Private.DataContractSerialization/4.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==", - "path": "system.private.datacontractserialization/4.1.1", - "hashPath": "system.private.datacontractserialization.4.1.1.nupkg.sha512" - }, - "System.Reflection/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "path": "system.reflection/4.3.0", - "hashPath": "system.reflection.4.3.0.nupkg.sha512" - }, - "System.Reflection.DispatchProxy/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GPPgWoSxQEU3aCKSOvsAc1dhTTi4iq92PUVEVfnGPGwqCf6synaAJGYLKMs5E3CuRfel8ufACWUijXqDpOlGrA==", - "path": "system.reflection.dispatchproxy/4.0.1", - "hashPath": "system.reflection.dispatchproxy.4.0.1.nupkg.sha512" - }, - "System.Reflection.Emit/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "path": "system.reflection.emit/4.3.0", - "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "path": "system.reflection.emit.ilgeneration/4.3.0", - "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "path": "system.reflection.emit.lightweight/4.3.0", - "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512" - }, - "System.Reflection.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "path": "system.reflection.extensions/4.3.0", - "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512" - }, - "System.Reflection.Metadata/1.6.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==", - "path": "system.reflection.metadata/1.6.0", - "hashPath": "system.reflection.metadata.1.6.0.nupkg.sha512" - }, - "System.Reflection.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "path": "system.reflection.primitives/4.3.0", - "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512" - }, - "System.Reflection.TypeExtensions/4.5.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fO8GMEkgoKioJ7cglZbhcnBgkCWWn9poS3G2jevS+fuwW9xJXMx7/1kr7dkwOJfo0pWqxLFWVcxlOr+WeK5ipA==", - "path": "system.reflection.typeextensions/4.5.1", - "hashPath": "system.reflection.typeextensions.4.5.1.nupkg.sha512" - }, - "System.Resources.Reader/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VX1iHAoHxgrLZv+nq/9drCZI6Q4SSCzSVyUm1e0U60sqWdj6XhY7wvKmy3RvsSal9h+/vqSWwxxJsm0J4vn/jA==", - "path": "system.resources.reader/4.0.0", - "hashPath": "system.resources.reader.4.0.0.nupkg.sha512" - }, - "System.Resources.ResourceManager/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "path": "system.resources.resourcemanager/4.3.0", - "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512" - }, - "System.Runtime/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "path": "system.runtime/4.3.0", - "hashPath": "system.runtime.4.3.0.nupkg.sha512" - }, - "System.Runtime.Caching/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-E0e03kUp5X2k+UAoVl6efmI7uU7JRBWi5EIdlQ7cr0NpBGjHG4fWII35PgsBY9T4fJQ8E4QPsL0rKksU9gcL5A==", - "path": "system.runtime.caching/6.0.0", - "hashPath": "system.runtime.caching.6.0.0.nupkg.sha512" - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", - "path": "system.runtime.compilerservices.unsafe/6.0.0", - "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512" - }, - "System.Runtime.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "path": "system.runtime.extensions/4.3.0", - "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512" - }, - "System.Runtime.Handles/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "path": "system.runtime.handles/4.3.0", - "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "path": "system.runtime.interopservices/4.3.0", - "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "path": "system.runtime.interopservices.runtimeinformation/4.3.0", - "hashPath": "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512" - }, - "System.Runtime.Loader/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4UN78GOVU/mbDFcXkEWtetJT/sJ0yic2gGk1HSlSpWI0TDf421xnrZTDZnwNBapk1GQeYN7U1lTj/aQB1by6ow==", - "path": "system.runtime.loader/4.0.0", - "hashPath": "system.runtime.loader.4.0.0.nupkg.sha512" - }, - "System.Runtime.Numerics/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "path": "system.runtime.numerics/4.3.0", - "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512" - }, - "System.Runtime.Serialization.Json/4.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==", - "path": "system.runtime.serialization.json/4.0.2", - "hashPath": "system.runtime.serialization.json.4.0.2.nupkg.sha512" - }, - "System.Runtime.Serialization.Primitives/4.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HZ6Du5QrTG8MNJbf4e4qMO3JRAkIboGT5Fk804uZtg3Gq516S7hAqTm2UZKUHa7/6HUGdVy3AqMQKbns06G/cg==", - "path": "system.runtime.serialization.primitives/4.1.1", - "hashPath": "system.runtime.serialization.primitives.4.1.1.nupkg.sha512" - }, - "System.Security.AccessControl/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AUADIc0LIEQe7MzC+I0cl0rAT8RrTAKFHl53yHjEUzNVIaUlhFY11vc2ebiVJzVBuOzun6F7FBA+8KAbGTTedQ==", - "path": "system.security.accesscontrol/6.0.0", - "hashPath": "system.security.accesscontrol.6.0.0.nupkg.sha512" - }, - "System.Security.Claims/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4Jlp0OgJLS/Voj1kyFP6MJlIYp3crgfH8kNQk2p7+4JYfc1aAmh9PZyAMMbDhuoolGNtux9HqSOazsioRiDvCw==", - "path": "system.security.claims/4.0.1", - "hashPath": "system.security.claims.4.0.1.nupkg.sha512" - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "path": "system.security.cryptography.algorithms/4.3.0", - "hashPath": "system.security.cryptography.algorithms.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Cng/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==", - "path": "system.security.cryptography.cng/5.0.0", - "hashPath": "system.security.cryptography.cng.5.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.Csp/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "path": "system.security.cryptography.csp/4.3.0", - "hashPath": "system.security.cryptography.csp.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "path": "system.security.cryptography.encoding/4.3.0", - "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "path": "system.security.cryptography.openssl/4.3.0", - "hashPath": "system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "path": "system.security.cryptography.primitives/4.3.0", - "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rp1gMNEZpvx9vP0JW0oHLxlf8oSiQgtno77Y4PLUBjSiDYoD77Y8uXHr1Ea5XG4/pIKhqAdxZ8v8OTUtqo9PeQ==", - "path": "system.security.cryptography.protecteddata/6.0.0", - "hashPath": "system.security.cryptography.protecteddata.6.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "path": "system.security.cryptography.x509certificates/4.3.0", - "hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512" - }, - "System.Security.Permissions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==", - "path": "system.security.permissions/6.0.0", - "hashPath": "system.security.permissions.6.0.0.nupkg.sha512" - }, - "System.Security.Principal/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-On+SKhXY5rzxh/S8wlH1Rm0ogBlu7zyHNxeNBiXauNrhHRXAe9EuX8Yl5IOzLPGU5Z4kLWHMvORDOCG8iu9hww==", - "path": "system.security.principal/4.0.1", - "hashPath": "system.security.principal.4.0.1.nupkg.sha512" - }, - "System.Security.Principal.Windows/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==", - "path": "system.security.principal.windows/5.0.0", - "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512" - }, - "System.Text.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "path": "system.text.encoding/4.3.0", - "hashPath": "system.text.encoding.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding.CodePages/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZFCILZuOvtKPauZ/j/swhvw68ZRi9ATCfvGbk1QfydmcXBkIWecWKn/250UH7rahZ5OoDBaiAudJtPvLwzw85A==", - "path": "system.text.encoding.codepages/6.0.0", - "hashPath": "system.text.encoding.codepages.6.0.0.nupkg.sha512" - }, - "System.Text.Encoding.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "path": "system.text.encoding.extensions/4.3.0", - "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512" - }, - "System.Text.Encodings.Web/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", - "path": "system.text.encodings.web/6.0.0", - "hashPath": "system.text.encodings.web.6.0.0.nupkg.sha512" - }, - "System.Text.Json/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zaJsHfESQvJ11vbXnNlkrR46IaMULk/gHxYsJphzSF+07kTjPHv+Oc14w6QEOfo3Q4hqLJgStUaYB9DBl0TmWg==", - "path": "system.text.json/6.0.0", - "hashPath": "system.text.json.6.0.0.nupkg.sha512" - }, - "System.Text.RegularExpressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "path": "system.text.regularexpressions/4.3.0", - "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512" - }, - "System.Threading/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "path": "system.threading/4.3.0", - "hashPath": "system.threading.4.3.0.nupkg.sha512" - }, - "System.Threading.Channels/4.7.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6akRtHK/wab3246t4p5v3HQrtQk8LboOt5T4dtpNgsp3zvDeM4/Gx8V12t0h+c/W9/enUrilk8n6EQqdQorZAA==", - "path": "system.threading.channels/4.7.1", - "hashPath": "system.threading.channels.4.7.1.nupkg.sha512" - }, - "System.Threading.Overlapped/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-f7aLuLkBoCQM2kng7zqLFBXz9Gk48gDK8lk1ih9rH/1arJJzZK9gJwNvPDhL6Ps/l6rwOr8jw+4FCHL0KKWiEg==", - "path": "system.threading.overlapped/4.0.1", - "hashPath": "system.threading.overlapped.4.0.1.nupkg.sha512" - }, - "System.Threading.Tasks/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "path": "system.threading.tasks/4.3.0", - "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks.Dataflow/4.6.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2hRjGu2r2jxRZ55wmcHO/WbdX+YAOz9x6FE8xqkHZgPaoFMKQZRe9dk8xTZIas8fRjxRmzawnTEWIrhlM+Un7w==", - "path": "system.threading.tasks.dataflow/4.6.0", - "hashPath": "system.threading.tasks.dataflow.4.6.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "path": "system.threading.tasks.extensions/4.5.4", - "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512" - }, - "System.Threading.Tasks.Parallel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cbjBNZHf/vQCfcdhzx7knsiygoCKgxL8mZOeocXZn5gWhCdzHIq6bYNKWX0LAJCWYP7bds4yBK8p06YkP0oa0g==", - "path": "system.threading.tasks.parallel/4.3.0", - "hashPath": "system.threading.tasks.parallel.4.3.0.nupkg.sha512" - }, - "System.Threading.Thread/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==", - "path": "system.threading.thread/4.3.0", - "hashPath": "system.threading.thread.4.3.0.nupkg.sha512" - }, - "System.Threading.ThreadPool/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==", - "path": "system.threading.threadpool/4.3.0", - "hashPath": "system.threading.threadpool.4.3.0.nupkg.sha512" - }, - "System.Threading.Timer/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "path": "system.threading.timer/4.3.0", - "hashPath": "system.threading.timer.4.3.0.nupkg.sha512" - }, - "System.ValueTuple/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==", - "path": "system.valuetuple/4.5.0", - "hashPath": "system.valuetuple.4.5.0.nupkg.sha512" - }, - "System.Windows.Extensions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==", - "path": "system.windows.extensions/6.0.0", - "hashPath": "system.windows.extensions.6.0.0.nupkg.sha512" - }, - "System.Xml.ReaderWriter/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "path": "system.xml.readerwriter/4.3.0", - "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512" - }, - "System.Xml.XDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "path": "system.xml.xdocument/4.3.0", - "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512" - }, - "System.Xml.XmlDocument/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2eZu6IP+etFVBBFUFzw2w6J21DqIN5eL9Y8r8JfJWUmV28Z5P0SNU01oCisVHQgHsDhHPnmq2s1hJrJCFZWloQ==", - "path": "system.xml.xmldocument/4.0.1", - "hashPath": "system.xml.xmldocument.4.0.1.nupkg.sha512" - }, - "System.Xml.XmlSerializer/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==", - "path": "system.xml.xmlserializer/4.0.11", - "hashPath": "system.xml.xmlserializer.4.0.11.nupkg.sha512" - }, - "System.Xml.XPath/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UWd1H+1IJ9Wlq5nognZ/XJdyj8qPE4XufBUkAW59ijsCPjZkZe0MUzKKJFBr+ZWBe5Wq1u1d5f2CYgE93uH7DA==", - "path": "system.xml.xpath/4.0.1", - "hashPath": "system.xml.xpath.4.0.1.nupkg.sha512" - }, - "System.Xml.XPath.XDocument/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FLhdYJx4331oGovQypQ8JIw2kEmNzCsjVOVYY/16kZTUoquZG85oVn7yUhBE2OZt1yGPSXAL0HTEfzjlbNpM7Q==", - "path": "system.xml.xpath.xdocument/4.0.1", - "hashPath": "system.xml.xpath.xdocument.4.0.1.nupkg.sha512" - }, - "EventBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "EventBusRabbitMQ/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "EventBusServiceBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "IntegrationEventLogEF/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Antiforgery/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authentication.Abstractions/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authentication.Cookies/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authentication.Core/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authentication/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authentication.OAuth/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authorization/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authorization.Policy/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Components.Authorization/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Components/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Components.Forms/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Components.Server/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Components.Web/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Connections.Abstractions/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.CookiePolicy/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Cors/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Cryptography.Internal/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.DataProtection/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.DataProtection.Extensions/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Diagnostics/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Diagnostics.HealthChecks/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.HostFiltering/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Hosting.Abstractions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Hosting.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Html.Abstractions/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Http.Abstractions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Http.Connections.Common/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Http.Connections/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Http.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Http.Extensions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Http.Features.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Http.Results/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.HttpLogging/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.HttpOverrides/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.HttpsPolicy/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Identity/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Localization/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Localization.Routing/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Metadata/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.Abstractions/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.Core/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.Cors/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.Formatters.Xml/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.Localization/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.Razor/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.RazorPages/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Razor/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Razor.Runtime/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.ResponseCaching.Abstractions/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.ResponseCaching/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.ResponseCompression/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Rewrite/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Routing.Abstractions/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Routing/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Server.HttpSys/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Server.IIS/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Server.IISIntegration/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Server.Kestrel.Core/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Server.Kestrel/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Session/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.SignalR.Common/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.SignalR.Core/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.SignalR/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.SignalR.Protocols.Json/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.StaticFiles/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.WebSockets/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.WebUtilities.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.CSharp.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.Binder.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.CommandLine/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.FileExtensions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.Ini/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.Json.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.KeyPerFile/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.UserSecrets/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.Xml/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Features/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.FileProviders.Composite/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.FileProviders.Embedded/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.FileProviders.Physical.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.FileSystemGlobbing.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Hosting/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Http/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Identity.Core/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Identity.Stores/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Localization.Abstractions/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Localization/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.Configuration.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.Console/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.Debug/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.EventLog/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.EventSource/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.TraceSource/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.ObjectPool.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Options.DataAnnotations/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.WebEncoders/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.JSInterop/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Net.Http.Headers.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.VisualBasic.Core/11.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.VisualBasic.Reference/10.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Win32.Primitives.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Win32.Registry.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "mscorlib/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "netstandard/2.1.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.AppContext.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Buffers.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections.Concurrent.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections.Immutable.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections.NonGeneric/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections.Specialized/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.Annotations.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.DataAnnotations/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.EventBasedAsync/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.Primitives/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.TypeConverter/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Configuration/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Console.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Core/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Data.Common/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Data.DataSetExtensions/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Data/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.Contracts/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.Debug.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.DiagnosticSource.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.EventLog/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.FileVersionInfo.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.Process.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.StackTrace.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.TextWriterTraceListener/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.Tools.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.TraceSource/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.Tracing.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Drawing/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Drawing.Primitives/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Dynamic.Runtime.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Formats.Asn1.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Globalization.Calendars.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Globalization.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Globalization.Extensions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Compression.Brotli/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Compression.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Compression.FileSystem/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Compression.ZipFile.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.FileSystem.AccessControl.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.FileSystem.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.FileSystem.DriveInfo/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.FileSystem.Primitives.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.FileSystem.Watcher.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.IsolatedStorage/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.MemoryMappedFiles.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Pipelines/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Pipes.AccessControl/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Pipes/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.UnmanagedMemoryStream.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Linq.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Linq.Expressions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Linq.Parallel.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Linq.Queryable.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Memory.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Http.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Http.Json/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.HttpListener/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Mail/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.NameResolution.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.NetworkInformation/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Ping/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Primitives.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Requests.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Security.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.ServicePoint/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Sockets.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.WebClient/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.WebHeaderCollection.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.WebProxy/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.WebSockets.Client/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.WebSockets/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Numerics/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Numerics.Vectors.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ObjectModel.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.DispatchProxy.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Emit.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Emit.ILGeneration.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Emit.Lightweight.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Extensions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Metadata.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Primitives.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.TypeExtensions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Resources.Reader.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Resources.ResourceManager.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Resources.Writer/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.CompilerServices.Unsafe.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.CompilerServices.VisualC/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Extensions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Handles.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.InteropServices.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.InteropServices.RuntimeInformation.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Intrinsics/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Loader.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Numerics.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Serialization/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Serialization.Formatters/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Serialization.Json.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Serialization.Primitives.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Serialization.Xml/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.AccessControl.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Claims.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.Algorithms.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.Cng.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.Csp.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.Encoding.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.OpenSsl.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.Primitives.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.X509Certificates.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.Xml/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Principal.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Principal.Windows.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.SecureString/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ServiceModel.Web/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ServiceProcess/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Encoding.CodePages.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Encoding.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Encoding.Extensions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Encodings.Web.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Json.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.RegularExpressions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Channels.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Overlapped.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Tasks.Dataflow.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Tasks.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Tasks.Extensions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Tasks.Parallel.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Thread.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.ThreadPool.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Timer.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Transactions/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Transactions.Local/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ValueTuple.Reference/4.0.3.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Web/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Web.HttpUtility/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Windows/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.Linq/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.ReaderWriter.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.Serialization/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.XDocument.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.XmlDocument.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.XmlSerializer.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.XPath.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.XPath.XDocument.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "WindowsBase/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Catalog.API.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Catalog.API.dll deleted file mode 100644 index a2539526..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Catalog.API.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Catalog.API.pdb b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Catalog.API.pdb deleted file mode 100644 index a48250a3..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Catalog.API.pdb and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Catalog.API.runtimeconfig.json b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Catalog.API.runtimeconfig.json deleted file mode 100644 index a9cb4834..00000000 --- a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Catalog.API.runtimeconfig.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net6.0", - "frameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "6.0.0" - }, - { - "name": "Microsoft.AspNetCore.App", - "version": "6.0.0" - } - ], - "configProperties": { - "System.GC.Server": true, - "System.Reflection.NullabilityInfoContext.IsSupported": true, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/EventBus.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/EventBus.dll deleted file mode 100644 index 0e1d71e5..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/EventBus.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/EventBus.pdb b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/EventBus.pdb deleted file mode 100644 index d5c9163d..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/EventBus.pdb and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/EventBusRabbitMQ.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/EventBusRabbitMQ.dll deleted file mode 100644 index 022a294d..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/EventBusRabbitMQ.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/EventBusRabbitMQ.pdb b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/EventBusRabbitMQ.pdb deleted file mode 100644 index 50fbcb1e..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/EventBusRabbitMQ.pdb and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/EventBusServiceBus.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/EventBusServiceBus.dll deleted file mode 100644 index 4e303a8e..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/EventBusServiceBus.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/EventBusServiceBus.pdb b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/EventBusServiceBus.pdb deleted file mode 100644 index 19a07411..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/EventBusServiceBus.pdb and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Google.Protobuf.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Google.Protobuf.dll deleted file mode 100755 index 37284aed..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Google.Protobuf.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Grpc.AspNetCore.Server.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Grpc.AspNetCore.Server.dll deleted file mode 100755 index b3b7e6ca..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Grpc.AspNetCore.Server.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Grpc.Core.Api.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Grpc.Core.Api.dll deleted file mode 100755 index 07b82d0e..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Grpc.Core.Api.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Grpc.Net.Common.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Grpc.Net.Common.dll deleted file mode 100755 index 0e1b8866..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Grpc.Net.Common.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/HealthChecks.AzureServiceBus.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/HealthChecks.AzureServiceBus.dll deleted file mode 100755 index 1793cee4..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/HealthChecks.AzureServiceBus.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/HealthChecks.AzureStorage.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/HealthChecks.AzureStorage.dll deleted file mode 100755 index 02a7545d..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/HealthChecks.AzureStorage.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/HealthChecks.Rabbitmq.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/HealthChecks.Rabbitmq.dll deleted file mode 100755 index e1d70fc4..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/HealthChecks.Rabbitmq.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/HealthChecks.SqlServer.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/HealthChecks.SqlServer.dll deleted file mode 100755 index f9c9b6c9..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/HealthChecks.SqlServer.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/HealthChecks.UI.Client.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/HealthChecks.UI.Client.dll deleted file mode 100755 index c027f792..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/HealthChecks.UI.Client.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/HealthChecks.UI.Core.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/HealthChecks.UI.Core.dll deleted file mode 100755 index 7eaaf018..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/HealthChecks.UI.Core.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/IntegrationEventLogEF.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/IntegrationEventLogEF.dll deleted file mode 100644 index cc31b87f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/IntegrationEventLogEF.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/IntegrationEventLogEF.pdb b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/IntegrationEventLogEF.pdb deleted file mode 100644 index f0867829..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/IntegrationEventLogEF.pdb and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.AI.DependencyCollector.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.AI.DependencyCollector.dll deleted file mode 100755 index 193ce1ac..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.AI.DependencyCollector.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.AI.EventCounterCollector.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.AI.EventCounterCollector.dll deleted file mode 100755 index e083d261..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.AI.EventCounterCollector.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.AI.PerfCounterCollector.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.AI.PerfCounterCollector.dll deleted file mode 100755 index 39104305..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.AI.PerfCounterCollector.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.AI.ServerTelemetryChannel.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.AI.ServerTelemetryChannel.dll deleted file mode 100755 index 5dd30d80..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.AI.ServerTelemetryChannel.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.AI.WindowsServer.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.AI.WindowsServer.dll deleted file mode 100755 index fb81925a..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.AI.WindowsServer.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.ApplicationInsights.AspNetCore.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.ApplicationInsights.AspNetCore.dll deleted file mode 100755 index b7e3af37..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.ApplicationInsights.AspNetCore.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll deleted file mode 100755 index 0c8b0cd0..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.ApplicationInsights.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.ApplicationInsights.dll deleted file mode 100755 index 07ce64eb..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.ApplicationInsights.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.AspNetCore.HealthChecks.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.AspNetCore.HealthChecks.dll deleted file mode 100755 index 7bbabb33..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.AspNetCore.HealthChecks.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.AspNetCore.JsonPatch.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.AspNetCore.JsonPatch.dll deleted file mode 100755 index b7bab54c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.AspNetCore.JsonPatch.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll deleted file mode 100755 index c4b4b0ba..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Azure.Amqp.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Azure.Amqp.dll deleted file mode 100755 index 8113ae27..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Azure.Amqp.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Azure.KeyVault.WebKey.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Azure.KeyVault.WebKey.dll deleted file mode 100755 index 33492a45..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Azure.KeyVault.WebKey.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Azure.KeyVault.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Azure.KeyVault.dll deleted file mode 100755 index 0e927a42..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Azure.KeyVault.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Azure.ServiceBus.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Azure.ServiceBus.dll deleted file mode 100755 index 5b6af22c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Azure.ServiceBus.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Azure.Services.AppAuthentication.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Azure.Services.AppAuthentication.dll deleted file mode 100755 index ef497490..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Azure.Services.AppAuthentication.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Bcl.AsyncInterfaces.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Bcl.AsyncInterfaces.dll deleted file mode 100755 index a5b7ff99..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Bcl.AsyncInterfaces.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.CodeAnalysis.CSharp.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.CodeAnalysis.CSharp.dll deleted file mode 100755 index d9ac0e27..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.CodeAnalysis.CSharp.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.CodeAnalysis.VisualBasic.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.CodeAnalysis.VisualBasic.dll deleted file mode 100755 index 25fbe7e6..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.CodeAnalysis.VisualBasic.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.CodeAnalysis.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.CodeAnalysis.dll deleted file mode 100755 index 6e4775e5..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.CodeAnalysis.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Data.SqlClient.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Data.SqlClient.dll deleted file mode 100755 index cc62e643..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Data.SqlClient.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll deleted file mode 100755 index bc20d03a..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Relational.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Relational.dll deleted file mode 100755 index 8ff1431f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Relational.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.SqlServer.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.SqlServer.dll deleted file mode 100755 index c31786cc..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.SqlServer.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.dll deleted file mode 100755 index 93bcb703..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Caching.Abstractions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Caching.Abstractions.dll deleted file mode 100755 index be738692..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Caching.Abstractions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Caching.Memory.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Caching.Memory.dll deleted file mode 100755 index 561804a8..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Caching.Memory.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll deleted file mode 100755 index 3a12ec40..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll deleted file mode 100755 index 585e2bc7..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll deleted file mode 100755 index b8beb776..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll deleted file mode 100755 index 11e5f2ef..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.DependencyInjection.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.DependencyInjection.dll deleted file mode 100755 index 2c642578..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.DependencyInjection.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.DependencyModel.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.DependencyModel.dll deleted file mode 100755 index 2e78d8e6..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.DependencyModel.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.DiagnosticAdapter.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.DiagnosticAdapter.dll deleted file mode 100755 index 5ad7a296..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.DiagnosticAdapter.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll deleted file mode 100755 index 419cc3ed..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll deleted file mode 100755 index 229ca57d..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll deleted file mode 100755 index 897af44e..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.HealthChecks.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.HealthChecks.dll deleted file mode 100755 index f3a125a2..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.HealthChecks.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Hosting.Abstractions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Hosting.Abstractions.dll deleted file mode 100755 index a774fbf3..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Hosting.Abstractions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Logging.Abstractions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Logging.Abstractions.dll deleted file mode 100755 index ae03565a..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Logging.Abstractions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Logging.ApplicationInsights.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Logging.ApplicationInsights.dll deleted file mode 100755 index a2e250f3..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Logging.ApplicationInsights.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Logging.AzureAppServices.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Logging.AzureAppServices.dll deleted file mode 100755 index e9ce7253..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Logging.AzureAppServices.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Logging.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Logging.dll deleted file mode 100755 index c53f5d2a..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Logging.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Options.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Options.dll deleted file mode 100755 index 696f2625..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Options.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Primitives.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Primitives.dll deleted file mode 100755 index 081abea4..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Primitives.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll deleted file mode 100755 index 04be9fc0..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Identity.Client.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Identity.Client.dll deleted file mode 100755 index 5e069340..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Identity.Client.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.IdentityModel.Abstractions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.IdentityModel.Abstractions.dll deleted file mode 100755 index 422bfb95..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.IdentityModel.Abstractions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll deleted file mode 100755 index 08dd7824..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.IdentityModel.Clients.ActiveDirectory.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.IdentityModel.Clients.ActiveDirectory.dll deleted file mode 100755 index 19245c62..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.IdentityModel.Clients.ActiveDirectory.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll deleted file mode 100755 index fa2330d4..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.IdentityModel.Logging.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.IdentityModel.Logging.dll deleted file mode 100755 index 454079e0..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.IdentityModel.Logging.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll deleted file mode 100755 index da3da515..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.IdentityModel.Protocols.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.IdentityModel.Protocols.dll deleted file mode 100755 index 68bc57c0..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.IdentityModel.Protocols.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.IdentityModel.Tokens.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.IdentityModel.Tokens.dll deleted file mode 100755 index 7f087c77..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.IdentityModel.Tokens.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.OpenApi.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.OpenApi.dll deleted file mode 100755 index 14f3deda..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.OpenApi.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Rest.ClientRuntime.Azure.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Rest.ClientRuntime.Azure.dll deleted file mode 100755 index d7ea3c71..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Rest.ClientRuntime.Azure.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Rest.ClientRuntime.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Rest.ClientRuntime.dll deleted file mode 100755 index 37eeb80d..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Rest.ClientRuntime.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.SqlServer.Server.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.SqlServer.Server.dll deleted file mode 100755 index ddeaa864..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.SqlServer.Server.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.VisualBasic.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.VisualBasic.dll deleted file mode 100755 index f04420d5..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.VisualBasic.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Win32.SystemEvents.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Win32.SystemEvents.dll deleted file mode 100755 index 3ab58500..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Win32.SystemEvents.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Newtonsoft.Json.Bson.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Newtonsoft.Json.Bson.dll deleted file mode 100755 index e9b1dd22..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Newtonsoft.Json.Bson.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Newtonsoft.Json.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Newtonsoft.Json.dll deleted file mode 100755 index 1ffeabe6..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Newtonsoft.Json.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/1.png b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/1.png deleted file mode 100644 index ee1e5233..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/1.png and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/10.png b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/10.png deleted file mode 100644 index 8d4660c7..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/10.png and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/11.png b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/11.png deleted file mode 100644 index a9f8d659..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/11.png and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/12.png b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/12.png deleted file mode 100644 index 9a083b98..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/12.png and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/13.png b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/13.png deleted file mode 100644 index 7ae7f60b..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/13.png and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/14.png b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/14.png deleted file mode 100644 index f8116678..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/14.png and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/2.png b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/2.png deleted file mode 100644 index 40b2a9e2..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/2.png and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/3.png b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/3.png deleted file mode 100644 index c5f68436..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/3.png and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/4.png b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/4.png deleted file mode 100644 index 2002cd71..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/4.png and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/5.png b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/5.png deleted file mode 100644 index bae3dab3..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/5.png and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/6.png b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/6.png deleted file mode 100644 index 3960c1e7..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/6.png and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/7.png b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/7.png deleted file mode 100644 index 2c0a89e3..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/7.png and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/8.png b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/8.png deleted file mode 100644 index fede0db7..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/8.png and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/9.png b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/9.png deleted file mode 100644 index 417ec0f2..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/9.png and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Polly.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Polly.dll deleted file mode 100755 index 6443e714..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Polly.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/RabbitMQ.Client.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/RabbitMQ.Client.dll deleted file mode 100755 index 12f0eb82..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/RabbitMQ.Client.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.AspNetCore.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.AspNetCore.dll deleted file mode 100755 index 9f5e80f1..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.AspNetCore.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Enrichers.Environment.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Enrichers.Environment.dll deleted file mode 100755 index 3f70d51d..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Enrichers.Environment.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Extensions.Hosting.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Extensions.Hosting.dll deleted file mode 100755 index ca70b7ac..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Extensions.Hosting.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Extensions.Logging.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Extensions.Logging.dll deleted file mode 100755 index 27dc8cfc..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Extensions.Logging.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Formatting.Compact.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Formatting.Compact.dll deleted file mode 100755 index 7e6d49c6..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Formatting.Compact.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Settings.Configuration.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Settings.Configuration.dll deleted file mode 100755 index 183aae35..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Settings.Configuration.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Sinks.Console.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Sinks.Console.dll deleted file mode 100755 index a7fb7688..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Sinks.Console.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Sinks.Debug.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Sinks.Debug.dll deleted file mode 100755 index 2bd024b1..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Sinks.Debug.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Sinks.File.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Sinks.File.dll deleted file mode 100755 index 29dc2fd3..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Sinks.File.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Sinks.Http.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Sinks.Http.dll deleted file mode 100755 index a717049c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Sinks.Http.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Sinks.PeriodicBatching.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Sinks.PeriodicBatching.dll deleted file mode 100755 index 88dd4c87..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Sinks.PeriodicBatching.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Sinks.RollingFile.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Sinks.RollingFile.dll deleted file mode 100755 index f40b53dc..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Sinks.RollingFile.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Sinks.Seq.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Sinks.Seq.dll deleted file mode 100755 index 53c92e22..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Sinks.Seq.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.dll deleted file mode 100755 index 45727de4..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Setup/CatalogBrands.csv b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Setup/CatalogBrands.csv deleted file mode 100644 index 2e6571fb..00000000 --- a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Setup/CatalogBrands.csv +++ /dev/null @@ -1,3 +0,0 @@ -CatalogBrand -.NET -Other diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Setup/CatalogItems.csv b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Setup/CatalogItems.csv deleted file mode 100644 index cf2054ba..00000000 --- a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Setup/CatalogItems.csv +++ /dev/null @@ -1,15 +0,0 @@ -CatalogTypeName,CatalogBrandName,Description,Name,Price,PictureFileName,availablestock,onreorder -T-Shirt,.NET,".NET Bot Black Hoodie, and more",.NET Bot Black Hoodie,19.5,1.png,100,false -Mug,.NET,.NET Black & White Mug,.NET Black & White Mug,8.50,2.png,89,true -T-Shirt,Other,Prism White T-Shirt,Prism White T-Shirt,12,3.png,56,false -T-Shirt,.NET,.NET Foundation T-shirt,.NET Foundation T-shirt,12,4.png,120,false -Pin,Other,Roslyn Red Pin,Roslyn Red Pin,8.5,5.png,55,false -T-Shirt,.NET,.NET Blue Hoodie,.NET Blue Hoodie,12,6.png,17,false -T-Shirt,Other,Roslyn Red T-Shirt,Roslyn Red T-Shirt,12,7.png,8,false -T-Shirt,Other,Kudu Purple Hoodie,Kudu Purple Hoodie,8.5,8.png,34,false -Mug,Other,Cup White Mug,Cup White Mug,12,9.png,76,false -Pin,.NET,.NET Foundation Pin,.NET Foundation Pin,12,10.png,11,false -Pin,.NET,Cup Pin,Cup Pin,8.5,11.png,3,false -T-Shirt,Other,Prism White TShirt,Prism White TShirt,12,12.png,0,false -Mug,.NET,Modern .NET Black & White Mug,Modern .NET Black & White Mug,8.50,13.png,89,true -Mug,Other,Modern Cup White Mug,Modern Cup White Mug,12,14.png,76,false diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Setup/CatalogItems.zip b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Setup/CatalogItems.zip deleted file mode 100644 index 5a209970..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Setup/CatalogItems.zip and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Setup/CatalogTypes.csv b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Setup/CatalogTypes.csv deleted file mode 100644 index fc2bac68..00000000 --- a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Setup/CatalogTypes.csv +++ /dev/null @@ -1,4 +0,0 @@ -CatalogType -Mug -T-Shirt -Pin \ No newline at end of file diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Swashbuckle.AspNetCore.Newtonsoft.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Swashbuckle.AspNetCore.Newtonsoft.dll deleted file mode 100755 index ecaf2d50..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Swashbuckle.AspNetCore.Newtonsoft.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Swashbuckle.AspNetCore.Swagger.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Swashbuckle.AspNetCore.Swagger.dll deleted file mode 100755 index 39b68f80..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Swashbuckle.AspNetCore.Swagger.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll deleted file mode 100755 index 47f3406e..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll deleted file mode 100755 index 08c0aac8..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/System.Configuration.ConfigurationManager.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/System.Configuration.ConfigurationManager.dll deleted file mode 100755 index 14f8ef6c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/System.Configuration.ConfigurationManager.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/System.Diagnostics.PerformanceCounter.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/System.Diagnostics.PerformanceCounter.dll deleted file mode 100755 index 3300cff2..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/System.Diagnostics.PerformanceCounter.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/System.Drawing.Common.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/System.Drawing.Common.dll deleted file mode 100755 index be6915e5..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/System.Drawing.Common.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/System.IO.Hashing.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/System.IO.Hashing.dll deleted file mode 100755 index 911ef9b3..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/System.IO.Hashing.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/System.IdentityModel.Tokens.Jwt.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/System.IdentityModel.Tokens.Jwt.dll deleted file mode 100755 index af8fc34b..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/System.IdentityModel.Tokens.Jwt.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/System.Memory.Data.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/System.Memory.Data.dll deleted file mode 100755 index 6f2a3e0a..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/System.Memory.Data.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/System.Runtime.Caching.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/System.Runtime.Caching.dll deleted file mode 100755 index 14826eb8..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/System.Runtime.Caching.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/System.Security.Cryptography.ProtectedData.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/System.Security.Cryptography.ProtectedData.dll deleted file mode 100755 index 1ba87704..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/System.Security.Cryptography.ProtectedData.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/System.Security.Permissions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/System.Security.Permissions.dll deleted file mode 100755 index 39dd4df9..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/System.Security.Permissions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/System.Windows.Extensions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/System.Windows.Extensions.dll deleted file mode 100755 index c3e8844f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/System.Windows.Extensions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/appsettings.Development.json b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/appsettings.Development.json deleted file mode 100644 index 1d5574f6..00000000 --- a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/appsettings.Development.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "ConnectionString": "Server=tcp:127.0.0.1,5433;Initial Catalog=Microsoft.eShopOnContainers.Services.CatalogDb;User Id=sa;Password=Pass@word", - "PicBaseUrl": "http://localhost:5101/api/v1/catalog/items/[0]/pic/", - "Serilog": { - "MinimumLevel": { - "Default": "Debug", - "Override": { - "Microsoft": "Warning", - "Microsoft.eShopOnContainers": "Debug", - "System": "Warning" - } - } - }, - "EventBusConnection": "localhost" -} \ No newline at end of file diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/appsettings.json b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/appsettings.json deleted file mode 100644 index e9103c7a..00000000 --- a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/appsettings.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "UseCustomizationData": false, - "Serilog": { - "SeqServerUrl": null, - "LogstashgUrl": null, - "MinimumLevel": { - "Default": "Information", - "Override": { - "Microsoft": "Warning", - "Microsoft.eShopOnContainers": "Information", - "System": "Warning" - } - } - }, - "AzureServiceBusEnabled": false, - "AzureStorageEnabled": false, - "SubscriptionClientName": "Catalog", - "ApplicationInsights": { - "InstrumentationKey": "" - }, - "EventBusRetryCount": 5, - "UseVault": false, - "Vault": { - "Name": "eshop", - "ClientId": "your-clien-id", - "ClientSecret": "your-client-secret" - } - -} - \ No newline at end of file diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Antiforgery.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Antiforgery.dll deleted file mode 100755 index 7613de1d..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Antiforgery.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authentication.Abstractions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authentication.Abstractions.dll deleted file mode 100755 index 4b5f6be1..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authentication.Abstractions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authentication.Cookies.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authentication.Cookies.dll deleted file mode 100755 index 830bfa1f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authentication.Cookies.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authentication.Core.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authentication.Core.dll deleted file mode 100755 index e9635b38..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authentication.Core.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authentication.OAuth.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authentication.OAuth.dll deleted file mode 100755 index 27c42fa9..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authentication.OAuth.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authentication.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authentication.dll deleted file mode 100755 index a5688672..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authentication.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authorization.Policy.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authorization.Policy.dll deleted file mode 100755 index 05436593..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authorization.Policy.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authorization.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authorization.dll deleted file mode 100755 index cfd3b655..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authorization.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Components.Authorization.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Components.Authorization.dll deleted file mode 100755 index 8947d625..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Components.Authorization.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Components.Forms.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Components.Forms.dll deleted file mode 100755 index cb9aa1c5..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Components.Forms.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Components.Server.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Components.Server.dll deleted file mode 100755 index a98f85fc..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Components.Server.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Components.Web.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Components.Web.dll deleted file mode 100755 index 1b9a4a9d..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Components.Web.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Components.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Components.dll deleted file mode 100755 index 49472e78..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Components.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Connections.Abstractions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Connections.Abstractions.dll deleted file mode 100755 index 15f1ea1f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Connections.Abstractions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.CookiePolicy.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.CookiePolicy.dll deleted file mode 100755 index 0e6b9009..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.CookiePolicy.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Cors.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Cors.dll deleted file mode 100755 index ca89f830..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Cors.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Cryptography.Internal.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Cryptography.Internal.dll deleted file mode 100755 index 5666743f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Cryptography.Internal.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll deleted file mode 100755 index 240249e6..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.DataProtection.Abstractions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.DataProtection.Abstractions.dll deleted file mode 100755 index a13fa71f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.DataProtection.Abstractions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.DataProtection.Extensions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.DataProtection.Extensions.dll deleted file mode 100755 index 8250e523..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.DataProtection.Extensions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.DataProtection.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.DataProtection.dll deleted file mode 100755 index 19863285..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.DataProtection.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Diagnostics.Abstractions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Diagnostics.Abstractions.dll deleted file mode 100755 index 4ca70adf..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Diagnostics.Abstractions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll deleted file mode 100755 index 8076d684..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Diagnostics.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Diagnostics.dll deleted file mode 100755 index c2fc1af7..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Diagnostics.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.HostFiltering.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.HostFiltering.dll deleted file mode 100755 index fdb93667..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.HostFiltering.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Hosting.Abstractions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Hosting.Abstractions.dll deleted file mode 100755 index b9522303..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Hosting.Abstractions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll deleted file mode 100755 index b8fabc35..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Hosting.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Hosting.dll deleted file mode 100755 index ac17ae5f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Hosting.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Html.Abstractions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Html.Abstractions.dll deleted file mode 100755 index fbb19fb8..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Html.Abstractions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.Abstractions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.Abstractions.dll deleted file mode 100755 index 7b59106b..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.Abstractions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.Connections.Common.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.Connections.Common.dll deleted file mode 100755 index 62a23610..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.Connections.Common.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.Connections.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.Connections.dll deleted file mode 100755 index 43cca1b8..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.Connections.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.Extensions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.Extensions.dll deleted file mode 100755 index ea730b86..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.Extensions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.Features.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.Features.dll deleted file mode 100755 index 34b04c45..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.Features.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.Results.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.Results.dll deleted file mode 100755 index bf9f148c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.Results.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.dll deleted file mode 100755 index 2a0320a8..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.HttpLogging.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.HttpLogging.dll deleted file mode 100755 index c664f628..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.HttpLogging.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.HttpOverrides.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.HttpOverrides.dll deleted file mode 100755 index c89b8cb3..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.HttpOverrides.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.HttpsPolicy.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.HttpsPolicy.dll deleted file mode 100755 index 32a716af..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.HttpsPolicy.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Identity.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Identity.dll deleted file mode 100755 index c0be99b7..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Identity.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Localization.Routing.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Localization.Routing.dll deleted file mode 100755 index 9d16aa57..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Localization.Routing.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Localization.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Localization.dll deleted file mode 100755 index 106a82a6..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Localization.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Metadata.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Metadata.dll deleted file mode 100755 index f6f151d3..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Metadata.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Abstractions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Abstractions.dll deleted file mode 100755 index 097b9aff..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Abstractions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.ApiExplorer.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.ApiExplorer.dll deleted file mode 100755 index 4fe6846e..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.ApiExplorer.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Core.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Core.dll deleted file mode 100755 index edf3f98c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Core.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Cors.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Cors.dll deleted file mode 100755 index eef261e1..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Cors.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.DataAnnotations.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.DataAnnotations.dll deleted file mode 100755 index 618c1642..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.DataAnnotations.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Json.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Json.dll deleted file mode 100755 index 8cb01a3b..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Json.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll deleted file mode 100755 index 5c0bfd39..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Localization.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Localization.dll deleted file mode 100755 index 9cc5a10e..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Localization.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Razor.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Razor.dll deleted file mode 100755 index c8177247..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Razor.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.RazorPages.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.RazorPages.dll deleted file mode 100755 index 196b7dfb..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.RazorPages.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.TagHelpers.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.TagHelpers.dll deleted file mode 100755 index 47d4e35c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.TagHelpers.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.ViewFeatures.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.ViewFeatures.dll deleted file mode 100755 index dfc10b0d..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.ViewFeatures.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.dll deleted file mode 100755 index 848df2af..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Razor.Runtime.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Razor.Runtime.dll deleted file mode 100755 index 8262f30e..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Razor.Runtime.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Razor.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Razor.dll deleted file mode 100755 index fe0150c1..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Razor.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll deleted file mode 100755 index 77838c43..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.ResponseCaching.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.ResponseCaching.dll deleted file mode 100755 index 68e3da54..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.ResponseCaching.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.ResponseCompression.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.ResponseCompression.dll deleted file mode 100755 index ab510745..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.ResponseCompression.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Rewrite.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Rewrite.dll deleted file mode 100755 index 47a1e690..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Rewrite.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Routing.Abstractions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Routing.Abstractions.dll deleted file mode 100755 index 4611bf6b..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Routing.Abstractions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Routing.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Routing.dll deleted file mode 100755 index ac5b8666..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Routing.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.HttpSys.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.HttpSys.dll deleted file mode 100755 index 69504587..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.HttpSys.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.IIS.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.IIS.dll deleted file mode 100755 index 6cb2a755..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.IIS.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.IISIntegration.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.IISIntegration.dll deleted file mode 100755 index 0131c5f0..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.IISIntegration.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.Kestrel.Core.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.Kestrel.Core.dll deleted file mode 100755 index 31df24f1..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.Kestrel.Core.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll deleted file mode 100755 index 739e509d..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll deleted file mode 100755 index 123136fe..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.Kestrel.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.Kestrel.dll deleted file mode 100755 index d73bfb05..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.Kestrel.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Session.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Session.dll deleted file mode 100755 index 02bd4d27..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Session.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.SignalR.Common.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.SignalR.Common.dll deleted file mode 100755 index 71a1bd87..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.SignalR.Common.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.SignalR.Core.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.SignalR.Core.dll deleted file mode 100755 index be15c7b9..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.SignalR.Core.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.SignalR.Protocols.Json.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.SignalR.Protocols.Json.dll deleted file mode 100755 index f490ebe0..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.SignalR.Protocols.Json.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.SignalR.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.SignalR.dll deleted file mode 100755 index 771b132b..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.SignalR.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.StaticFiles.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.StaticFiles.dll deleted file mode 100755 index bf1f067c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.StaticFiles.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.WebSockets.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.WebSockets.dll deleted file mode 100755 index 68e27bf0..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.WebSockets.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.WebUtilities.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.WebUtilities.dll deleted file mode 100755 index 8d63eaae..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.WebUtilities.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.dll deleted file mode 100755 index 05751c3c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.CSharp.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.CSharp.dll deleted file mode 100755 index 1c354c98..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.CSharp.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.Binder.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.Binder.dll deleted file mode 100755 index de59ae3f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.Binder.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.CommandLine.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.CommandLine.dll deleted file mode 100755 index 761482fb..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.CommandLine.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.EnvironmentVariables.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.EnvironmentVariables.dll deleted file mode 100755 index 030cb500..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.EnvironmentVariables.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.FileExtensions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.FileExtensions.dll deleted file mode 100755 index b646701c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.FileExtensions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.Ini.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.Ini.dll deleted file mode 100755 index edc3a4ac..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.Ini.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.Json.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.Json.dll deleted file mode 100755 index 4289d5f8..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.Json.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.KeyPerFile.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.KeyPerFile.dll deleted file mode 100755 index 3a2d682d..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.KeyPerFile.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.UserSecrets.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.UserSecrets.dll deleted file mode 100755 index 1135f460..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.UserSecrets.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.Xml.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.Xml.dll deleted file mode 100755 index 5c0703fc..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.Xml.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.dll deleted file mode 100755 index 525725fa..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Features.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Features.dll deleted file mode 100755 index a6a39d14..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Features.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.FileProviders.Composite.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.FileProviders.Composite.dll deleted file mode 100755 index 0afa3761..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.FileProviders.Composite.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.FileProviders.Embedded.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.FileProviders.Embedded.dll deleted file mode 100755 index 3ad0d8dc..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.FileProviders.Embedded.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.FileProviders.Physical.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.FileProviders.Physical.dll deleted file mode 100755 index 1ad354ef..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.FileProviders.Physical.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.FileSystemGlobbing.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.FileSystemGlobbing.dll deleted file mode 100755 index 1a052489..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.FileSystemGlobbing.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Hosting.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Hosting.dll deleted file mode 100755 index 90dfb5bb..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Hosting.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Http.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Http.dll deleted file mode 100755 index a5372ce0..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Http.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Identity.Core.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Identity.Core.dll deleted file mode 100755 index 8c988c1a..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Identity.Core.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Identity.Stores.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Identity.Stores.dll deleted file mode 100755 index cd7617a5..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Identity.Stores.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Localization.Abstractions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Localization.Abstractions.dll deleted file mode 100755 index e0032215..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Localization.Abstractions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Localization.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Localization.dll deleted file mode 100755 index a86a6c15..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Localization.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.Configuration.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.Configuration.dll deleted file mode 100755 index b534404f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.Configuration.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.Console.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.Console.dll deleted file mode 100755 index 9b12fd6e..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.Console.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.Debug.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.Debug.dll deleted file mode 100755 index 1d9d65fc..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.Debug.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.EventLog.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.EventLog.dll deleted file mode 100755 index 9b830695..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.EventLog.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.EventSource.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.EventSource.dll deleted file mode 100755 index d452e6ff..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.EventSource.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.TraceSource.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.TraceSource.dll deleted file mode 100755 index 6eb2223e..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.TraceSource.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.ObjectPool.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.ObjectPool.dll deleted file mode 100755 index 145b2585..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.ObjectPool.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Options.ConfigurationExtensions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Options.ConfigurationExtensions.dll deleted file mode 100755 index 32426878..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Options.ConfigurationExtensions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Options.DataAnnotations.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Options.DataAnnotations.dll deleted file mode 100755 index cfd017cc..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Options.DataAnnotations.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.WebEncoders.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.WebEncoders.dll deleted file mode 100755 index 8826eda7..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.WebEncoders.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.JSInterop.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.JSInterop.dll deleted file mode 100755 index 02628050..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.JSInterop.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Net.Http.Headers.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Net.Http.Headers.dll deleted file mode 100755 index d3fba9fa..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Net.Http.Headers.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.VisualBasic.Core.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.VisualBasic.Core.dll deleted file mode 100755 index a7a9eac2..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.VisualBasic.Core.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.VisualBasic.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.VisualBasic.dll deleted file mode 100755 index a84ea732..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.VisualBasic.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Win32.Primitives.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Win32.Primitives.dll deleted file mode 100755 index 5218fe0f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Win32.Primitives.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Win32.Registry.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Win32.Registry.dll deleted file mode 100755 index 906a815d..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Win32.Registry.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.AppContext.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.AppContext.dll deleted file mode 100755 index 5b49c278..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.AppContext.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Buffers.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Buffers.dll deleted file mode 100755 index 4240d08e..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Buffers.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Collections.Concurrent.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Collections.Concurrent.dll deleted file mode 100755 index 7a9dba9b..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Collections.Concurrent.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Collections.Immutable.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Collections.Immutable.dll deleted file mode 100755 index f81542dc..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Collections.Immutable.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Collections.NonGeneric.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Collections.NonGeneric.dll deleted file mode 100755 index 7907e36c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Collections.NonGeneric.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Collections.Specialized.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Collections.Specialized.dll deleted file mode 100755 index 0479a2cb..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Collections.Specialized.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Collections.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Collections.dll deleted file mode 100755 index 5a66f545..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Collections.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.ComponentModel.Annotations.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.ComponentModel.Annotations.dll deleted file mode 100755 index 99db4f74..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.ComponentModel.Annotations.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.ComponentModel.DataAnnotations.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.ComponentModel.DataAnnotations.dll deleted file mode 100755 index 3420d9ff..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.ComponentModel.DataAnnotations.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.ComponentModel.EventBasedAsync.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.ComponentModel.EventBasedAsync.dll deleted file mode 100755 index 87333390..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.ComponentModel.EventBasedAsync.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.ComponentModel.Primitives.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.ComponentModel.Primitives.dll deleted file mode 100755 index ff2f933d..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.ComponentModel.Primitives.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.ComponentModel.TypeConverter.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.ComponentModel.TypeConverter.dll deleted file mode 100755 index eab77fd2..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.ComponentModel.TypeConverter.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.ComponentModel.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.ComponentModel.dll deleted file mode 100755 index fee60881..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.ComponentModel.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Configuration.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Configuration.dll deleted file mode 100755 index 05ac3f67..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Configuration.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Console.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Console.dll deleted file mode 100755 index 9bc9c69d..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Console.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Core.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Core.dll deleted file mode 100755 index c115683a..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Core.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Data.Common.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Data.Common.dll deleted file mode 100755 index e7b78a7d..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Data.Common.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Data.DataSetExtensions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Data.DataSetExtensions.dll deleted file mode 100755 index ba8b9b14..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Data.DataSetExtensions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Data.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Data.dll deleted file mode 100755 index 546f48bc..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Data.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Diagnostics.Contracts.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Diagnostics.Contracts.dll deleted file mode 100755 index 9add017b..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Diagnostics.Contracts.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Diagnostics.Debug.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Diagnostics.Debug.dll deleted file mode 100755 index 2ab2f6c5..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Diagnostics.Debug.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Diagnostics.DiagnosticSource.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Diagnostics.DiagnosticSource.dll deleted file mode 100755 index 3a4ddc3f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Diagnostics.DiagnosticSource.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Diagnostics.EventLog.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Diagnostics.EventLog.dll deleted file mode 100755 index 66d701a5..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Diagnostics.EventLog.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Diagnostics.FileVersionInfo.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Diagnostics.FileVersionInfo.dll deleted file mode 100755 index 0b1d7b0c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Diagnostics.FileVersionInfo.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Diagnostics.Process.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Diagnostics.Process.dll deleted file mode 100755 index f0f89d91..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Diagnostics.Process.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Diagnostics.StackTrace.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Diagnostics.StackTrace.dll deleted file mode 100755 index dd3e9f0f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Diagnostics.StackTrace.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Diagnostics.TextWriterTraceListener.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Diagnostics.TextWriterTraceListener.dll deleted file mode 100755 index fc4947ea..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Diagnostics.TextWriterTraceListener.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Diagnostics.Tools.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Diagnostics.Tools.dll deleted file mode 100755 index b42fef19..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Diagnostics.Tools.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Diagnostics.TraceSource.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Diagnostics.TraceSource.dll deleted file mode 100755 index e52538e6..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Diagnostics.TraceSource.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Diagnostics.Tracing.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Diagnostics.Tracing.dll deleted file mode 100755 index 8d471366..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Diagnostics.Tracing.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Drawing.Primitives.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Drawing.Primitives.dll deleted file mode 100755 index e2fada82..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Drawing.Primitives.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Drawing.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Drawing.dll deleted file mode 100755 index dd05ec2e..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Drawing.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Dynamic.Runtime.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Dynamic.Runtime.dll deleted file mode 100755 index 7308d9aa..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Dynamic.Runtime.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Formats.Asn1.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Formats.Asn1.dll deleted file mode 100755 index 32b60ce1..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Formats.Asn1.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Globalization.Calendars.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Globalization.Calendars.dll deleted file mode 100755 index 8a8346d2..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Globalization.Calendars.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Globalization.Extensions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Globalization.Extensions.dll deleted file mode 100755 index 7eefe5c5..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Globalization.Extensions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Globalization.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Globalization.dll deleted file mode 100755 index b9d81146..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Globalization.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.Compression.Brotli.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.Compression.Brotli.dll deleted file mode 100755 index daac9cb5..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.Compression.Brotli.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.Compression.FileSystem.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.Compression.FileSystem.dll deleted file mode 100755 index 35e18a61..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.Compression.FileSystem.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.Compression.ZipFile.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.Compression.ZipFile.dll deleted file mode 100755 index 20857cab..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.Compression.ZipFile.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.Compression.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.Compression.dll deleted file mode 100755 index f5910a47..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.Compression.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.FileSystem.AccessControl.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.FileSystem.AccessControl.dll deleted file mode 100755 index e88dd4c7..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.FileSystem.AccessControl.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.FileSystem.DriveInfo.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.FileSystem.DriveInfo.dll deleted file mode 100755 index 665a162f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.FileSystem.DriveInfo.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.FileSystem.Primitives.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.FileSystem.Primitives.dll deleted file mode 100755 index 2f776735..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.FileSystem.Primitives.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.FileSystem.Watcher.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.FileSystem.Watcher.dll deleted file mode 100755 index bea19a75..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.FileSystem.Watcher.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.FileSystem.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.FileSystem.dll deleted file mode 100755 index 46363861..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.FileSystem.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.IsolatedStorage.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.IsolatedStorage.dll deleted file mode 100755 index e4c3cc18..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.IsolatedStorage.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.MemoryMappedFiles.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.MemoryMappedFiles.dll deleted file mode 100755 index 9ac7586d..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.MemoryMappedFiles.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.Pipelines.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.Pipelines.dll deleted file mode 100755 index bee9e0fd..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.Pipelines.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.Pipes.AccessControl.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.Pipes.AccessControl.dll deleted file mode 100755 index a4088db0..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.Pipes.AccessControl.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.Pipes.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.Pipes.dll deleted file mode 100755 index 743783a4..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.Pipes.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.UnmanagedMemoryStream.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.UnmanagedMemoryStream.dll deleted file mode 100755 index 74c45e1e..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.UnmanagedMemoryStream.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.dll deleted file mode 100755 index 52d4fd33..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Linq.Expressions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Linq.Expressions.dll deleted file mode 100755 index 35e7bbf6..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Linq.Expressions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Linq.Parallel.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Linq.Parallel.dll deleted file mode 100755 index 6f62496f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Linq.Parallel.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Linq.Queryable.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Linq.Queryable.dll deleted file mode 100755 index c70abf4c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Linq.Queryable.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Linq.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Linq.dll deleted file mode 100755 index 28721b9c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Linq.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Memory.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Memory.dll deleted file mode 100755 index ef3d3615..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Memory.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.Http.Json.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.Http.Json.dll deleted file mode 100755 index eb788392..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.Http.Json.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.Http.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.Http.dll deleted file mode 100755 index a26ba4ad..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.Http.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.HttpListener.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.HttpListener.dll deleted file mode 100755 index b8f523e7..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.HttpListener.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.Mail.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.Mail.dll deleted file mode 100755 index 44797a76..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.Mail.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.NameResolution.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.NameResolution.dll deleted file mode 100755 index 133cbdba..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.NameResolution.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.NetworkInformation.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.NetworkInformation.dll deleted file mode 100755 index a9a6bf21..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.NetworkInformation.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.Ping.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.Ping.dll deleted file mode 100755 index e037d062..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.Ping.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.Primitives.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.Primitives.dll deleted file mode 100755 index 7f2d50cf..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.Primitives.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.Requests.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.Requests.dll deleted file mode 100755 index 0828e204..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.Requests.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.Security.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.Security.dll deleted file mode 100755 index 7cfe6041..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.Security.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.ServicePoint.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.ServicePoint.dll deleted file mode 100755 index fd9f37c8..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.ServicePoint.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.Sockets.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.Sockets.dll deleted file mode 100755 index 749b30f9..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.Sockets.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.WebClient.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.WebClient.dll deleted file mode 100755 index 553976d5..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.WebClient.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.WebHeaderCollection.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.WebHeaderCollection.dll deleted file mode 100755 index 1a622727..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.WebHeaderCollection.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.WebProxy.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.WebProxy.dll deleted file mode 100755 index 5df51c40..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.WebProxy.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.WebSockets.Client.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.WebSockets.Client.dll deleted file mode 100755 index c6bef9c0..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.WebSockets.Client.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.WebSockets.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.WebSockets.dll deleted file mode 100755 index b0b10e47..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.WebSockets.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.dll deleted file mode 100755 index 4195f88e..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Numerics.Vectors.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Numerics.Vectors.dll deleted file mode 100755 index d2e5f570..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Numerics.Vectors.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Numerics.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Numerics.dll deleted file mode 100755 index 9c132694..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Numerics.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.ObjectModel.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.ObjectModel.dll deleted file mode 100755 index 905450b4..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.ObjectModel.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Reflection.DispatchProxy.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Reflection.DispatchProxy.dll deleted file mode 100755 index 20fbedd1..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Reflection.DispatchProxy.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Reflection.Emit.ILGeneration.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Reflection.Emit.ILGeneration.dll deleted file mode 100755 index 2052919e..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Reflection.Emit.ILGeneration.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Reflection.Emit.Lightweight.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Reflection.Emit.Lightweight.dll deleted file mode 100755 index 5c23d834..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Reflection.Emit.Lightweight.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Reflection.Emit.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Reflection.Emit.dll deleted file mode 100755 index 18679143..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Reflection.Emit.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Reflection.Extensions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Reflection.Extensions.dll deleted file mode 100755 index c350a139..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Reflection.Extensions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Reflection.Metadata.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Reflection.Metadata.dll deleted file mode 100755 index 220ba6b3..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Reflection.Metadata.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Reflection.Primitives.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Reflection.Primitives.dll deleted file mode 100755 index e2941d91..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Reflection.Primitives.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Reflection.TypeExtensions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Reflection.TypeExtensions.dll deleted file mode 100755 index 1960f8db..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Reflection.TypeExtensions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Reflection.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Reflection.dll deleted file mode 100755 index a1a33cff..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Reflection.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Resources.Reader.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Resources.Reader.dll deleted file mode 100755 index 551da83e..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Resources.Reader.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Resources.ResourceManager.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Resources.ResourceManager.dll deleted file mode 100755 index 9f6bceda..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Resources.ResourceManager.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Resources.Writer.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Resources.Writer.dll deleted file mode 100755 index 976d057e..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Resources.Writer.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.CompilerServices.Unsafe.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.CompilerServices.Unsafe.dll deleted file mode 100755 index 597fe282..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.CompilerServices.Unsafe.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.CompilerServices.VisualC.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.CompilerServices.VisualC.dll deleted file mode 100755 index 1c42e73e..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.CompilerServices.VisualC.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.Extensions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.Extensions.dll deleted file mode 100755 index b0fcf9a9..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.Extensions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.Handles.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.Handles.dll deleted file mode 100755 index 00f3f8cf..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.Handles.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.InteropServices.RuntimeInformation.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.InteropServices.RuntimeInformation.dll deleted file mode 100755 index d6136435..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.InteropServices.RuntimeInformation.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.InteropServices.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.InteropServices.dll deleted file mode 100755 index dd9baaba..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.InteropServices.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.Intrinsics.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.Intrinsics.dll deleted file mode 100755 index 1f5018e4..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.Intrinsics.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.Loader.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.Loader.dll deleted file mode 100755 index 5cb9fe6f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.Loader.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.Numerics.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.Numerics.dll deleted file mode 100755 index 15ec8f60..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.Numerics.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.Serialization.Formatters.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.Serialization.Formatters.dll deleted file mode 100755 index 7ddb18dc..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.Serialization.Formatters.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.Serialization.Json.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.Serialization.Json.dll deleted file mode 100755 index 486d94f9..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.Serialization.Json.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.Serialization.Primitives.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.Serialization.Primitives.dll deleted file mode 100755 index 3298fe99..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.Serialization.Primitives.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.Serialization.Xml.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.Serialization.Xml.dll deleted file mode 100755 index 32fb4106..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.Serialization.Xml.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.Serialization.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.Serialization.dll deleted file mode 100755 index e88b6e6c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.Serialization.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.dll deleted file mode 100755 index 441075c0..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.AccessControl.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.AccessControl.dll deleted file mode 100755 index 466b2e31..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.AccessControl.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.Claims.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.Claims.dll deleted file mode 100755 index 112c2891..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.Claims.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.Cryptography.Algorithms.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.Cryptography.Algorithms.dll deleted file mode 100755 index 3249a798..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.Cryptography.Algorithms.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.Cryptography.Cng.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.Cryptography.Cng.dll deleted file mode 100755 index 74d9d7cc..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.Cryptography.Cng.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.Cryptography.Csp.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.Cryptography.Csp.dll deleted file mode 100755 index 9add936a..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.Cryptography.Csp.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.Cryptography.Encoding.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.Cryptography.Encoding.dll deleted file mode 100755 index 9508233b..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.Cryptography.Encoding.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.Cryptography.OpenSsl.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.Cryptography.OpenSsl.dll deleted file mode 100755 index e1759f83..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.Cryptography.OpenSsl.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.Cryptography.Primitives.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.Cryptography.Primitives.dll deleted file mode 100755 index 5689c3ad..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.Cryptography.Primitives.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.Cryptography.X509Certificates.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.Cryptography.X509Certificates.dll deleted file mode 100755 index 6ee9927c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.Cryptography.X509Certificates.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.Cryptography.Xml.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.Cryptography.Xml.dll deleted file mode 100755 index e8918de6..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.Cryptography.Xml.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.Principal.Windows.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.Principal.Windows.dll deleted file mode 100755 index 39e4f786..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.Principal.Windows.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.Principal.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.Principal.dll deleted file mode 100755 index e28c2249..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.Principal.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.SecureString.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.SecureString.dll deleted file mode 100755 index 305c4faf..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.SecureString.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.dll deleted file mode 100755 index c80164a0..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.ServiceModel.Web.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.ServiceModel.Web.dll deleted file mode 100755 index 303797ca..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.ServiceModel.Web.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.ServiceProcess.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.ServiceProcess.dll deleted file mode 100755 index 6e94408f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.ServiceProcess.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Text.Encoding.CodePages.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Text.Encoding.CodePages.dll deleted file mode 100755 index b6a3eddf..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Text.Encoding.CodePages.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Text.Encoding.Extensions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Text.Encoding.Extensions.dll deleted file mode 100755 index cfbdd386..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Text.Encoding.Extensions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Text.Encoding.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Text.Encoding.dll deleted file mode 100755 index ef0abc90..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Text.Encoding.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Text.Encodings.Web.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Text.Encodings.Web.dll deleted file mode 100755 index c3278b07..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Text.Encodings.Web.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Text.Json.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Text.Json.dll deleted file mode 100755 index db0b56c2..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Text.Json.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Text.RegularExpressions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Text.RegularExpressions.dll deleted file mode 100755 index f5cb424b..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Text.RegularExpressions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Threading.Channels.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Threading.Channels.dll deleted file mode 100755 index 75dc12fc..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Threading.Channels.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Threading.Overlapped.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Threading.Overlapped.dll deleted file mode 100755 index cf7d8711..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Threading.Overlapped.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Threading.Tasks.Dataflow.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Threading.Tasks.Dataflow.dll deleted file mode 100755 index 1ebbcc61..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Threading.Tasks.Dataflow.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Threading.Tasks.Extensions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Threading.Tasks.Extensions.dll deleted file mode 100755 index be323e1f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Threading.Tasks.Extensions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Threading.Tasks.Parallel.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Threading.Tasks.Parallel.dll deleted file mode 100755 index 63e4638f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Threading.Tasks.Parallel.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Threading.Tasks.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Threading.Tasks.dll deleted file mode 100755 index e383eed0..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Threading.Tasks.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Threading.Thread.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Threading.Thread.dll deleted file mode 100755 index 98190e5f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Threading.Thread.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Threading.ThreadPool.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Threading.ThreadPool.dll deleted file mode 100755 index e71254f5..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Threading.ThreadPool.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Threading.Timer.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Threading.Timer.dll deleted file mode 100755 index 05afc305..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Threading.Timer.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Threading.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Threading.dll deleted file mode 100755 index 911cae5c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Threading.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Transactions.Local.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Transactions.Local.dll deleted file mode 100755 index 4a66e43f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Transactions.Local.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Transactions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Transactions.dll deleted file mode 100755 index b91b6f47..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Transactions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.ValueTuple.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.ValueTuple.dll deleted file mode 100755 index 344c0011..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.ValueTuple.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Web.HttpUtility.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Web.HttpUtility.dll deleted file mode 100755 index 014e3049..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Web.HttpUtility.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Web.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Web.dll deleted file mode 100755 index 699ab89b..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Web.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Windows.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Windows.dll deleted file mode 100755 index 8e1625be..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Windows.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Xml.Linq.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Xml.Linq.dll deleted file mode 100755 index bb394d3c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Xml.Linq.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Xml.ReaderWriter.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Xml.ReaderWriter.dll deleted file mode 100755 index 19d77b85..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Xml.ReaderWriter.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Xml.Serialization.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Xml.Serialization.dll deleted file mode 100755 index 718f0154..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Xml.Serialization.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Xml.XDocument.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Xml.XDocument.dll deleted file mode 100755 index 44b9caa3..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Xml.XDocument.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Xml.XPath.XDocument.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Xml.XPath.XDocument.dll deleted file mode 100755 index fbd5040d..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Xml.XPath.XDocument.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Xml.XPath.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Xml.XPath.dll deleted file mode 100755 index 4a03561b..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Xml.XPath.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Xml.XmlDocument.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Xml.XmlDocument.dll deleted file mode 100755 index 9958e2b2..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Xml.XmlDocument.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Xml.XmlSerializer.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Xml.XmlSerializer.dll deleted file mode 100755 index 1b318cca..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Xml.XmlSerializer.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Xml.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Xml.dll deleted file mode 100755 index 92665c8e..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Xml.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.dll deleted file mode 100755 index 3a21f234..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/WindowsBase.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/WindowsBase.dll deleted file mode 100755 index 2c4f774a..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/WindowsBase.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/mscorlib.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/mscorlib.dll deleted file mode 100755 index 691aec07..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/mscorlib.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/netstandard.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/netstandard.dll deleted file mode 100755 index 540dbf16..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/netstandard.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/debian-x64/native/libuv.so b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/debian-x64/native/libuv.so deleted file mode 100755 index ee70aa0f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/debian-x64/native/libuv.so and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/fedora-x64/native/libuv.so b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/fedora-x64/native/libuv.so deleted file mode 100755 index ee70aa0f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/fedora-x64/native/libuv.so and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/opensuse-x64/native/libuv.so b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/opensuse-x64/native/libuv.so deleted file mode 100755 index ee70aa0f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/opensuse-x64/native/libuv.so and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/osx/native/libuv.dylib b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/osx/native/libuv.dylib deleted file mode 100755 index abbf24d6..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/osx/native/libuv.dylib and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/rhel-x64/native/libuv.so b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/rhel-x64/native/libuv.so deleted file mode 100755 index ee70aa0f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/rhel-x64/native/libuv.so and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll deleted file mode 100755 index 2b29fea8..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/unix/lib/net6.0/System.Drawing.Common.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/unix/lib/net6.0/System.Drawing.Common.dll deleted file mode 100755 index 9e26473d..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/unix/lib/net6.0/System.Drawing.Common.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll deleted file mode 100755 index 085ef89f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll deleted file mode 100755 index 18053e4c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll deleted file mode 100755 index 44f10cb2..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll deleted file mode 100755 index 21890c52..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll deleted file mode 100755 index 384b002d..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll deleted file mode 100755 index 66af1982..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win/lib/net6.0/System.Drawing.Common.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win/lib/net6.0/System.Drawing.Common.dll deleted file mode 100755 index 7c9e87b4..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win/lib/net6.0/System.Drawing.Common.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win/lib/net6.0/System.Runtime.Caching.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win/lib/net6.0/System.Runtime.Caching.dll deleted file mode 100755 index bdca76da..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win/lib/net6.0/System.Runtime.Caching.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll deleted file mode 100755 index 332dbfa9..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win/lib/net6.0/System.Windows.Extensions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win/lib/net6.0/System.Windows.Extensions.dll deleted file mode 100755 index 69f0d1b7..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win/lib/net6.0/System.Windows.Extensions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win/lib/netcoreapp2.0/System.Diagnostics.PerformanceCounter.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win/lib/netcoreapp2.0/System.Diagnostics.PerformanceCounter.dll deleted file mode 100755 index 9d5fe020..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win/lib/netcoreapp2.0/System.Diagnostics.PerformanceCounter.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win7-arm/native/libuv.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win7-arm/native/libuv.dll deleted file mode 100755 index 6cbb46ee..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win7-arm/native/libuv.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win7-x64/native/libuv.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win7-x64/native/libuv.dll deleted file mode 100755 index 5e02949b..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win7-x64/native/libuv.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win7-x86/native/libuv.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win7-x86/native/libuv.dll deleted file mode 100755 index 906bc6d5..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win7-x86/native/libuv.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/web.config b/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/web.config deleted file mode 100644 index 6da4550d..00000000 --- a/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/web.config +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Autofac.Extensions.DependencyInjection.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Autofac.Extensions.DependencyInjection.dll deleted file mode 100755 index c15c4d48..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Autofac.Extensions.DependencyInjection.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Autofac.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Autofac.dll deleted file mode 100755 index f52b5eaf..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Autofac.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Azure.Core.Amqp.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Azure.Core.Amqp.dll deleted file mode 100755 index f43cf0a6..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Azure.Core.Amqp.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Azure.Core.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Azure.Core.dll deleted file mode 100755 index 98592ed2..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Azure.Core.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Azure.Identity.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Azure.Identity.dll deleted file mode 100755 index 4a32fd0d..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Azure.Identity.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Azure.Messaging.ServiceBus.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Azure.Messaging.ServiceBus.dll deleted file mode 100755 index c32a7cdc..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Azure.Messaging.ServiceBus.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Azure.Storage.Blobs.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Azure.Storage.Blobs.dll deleted file mode 100755 index fc5af17d..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Azure.Storage.Blobs.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Azure.Storage.Common.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Azure.Storage.Common.dll deleted file mode 100755 index 9fd78b8c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Azure.Storage.Common.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Azure.Storage.Files.Shares.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Azure.Storage.Files.Shares.dll deleted file mode 100755 index 6be51f0c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Azure.Storage.Files.Shares.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Azure.Storage.Queues.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Azure.Storage.Queues.dll deleted file mode 100755 index cb08a0e0..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Azure.Storage.Queues.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Catalog.API b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Catalog.API deleted file mode 100755 index d4911d1c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Catalog.API and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Catalog.API.deps.json b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Catalog.API.deps.json deleted file mode 100644 index 0546fa19..00000000 --- a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Catalog.API.deps.json +++ /dev/null @@ -1,9525 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v9.0", - "signature": "" - }, - "compilationOptions": { - "defines": [ - "TRACE", - "DEBUG", - "NET", - "NET9_0", - "NETCOREAPP", - "NET5_0_OR_GREATER", - "NET6_0_OR_GREATER", - "NET7_0_OR_GREATER", - "NET8_0_OR_GREATER", - "NET9_0_OR_GREATER", - "NETCOREAPP1_0_OR_GREATER", - "NETCOREAPP1_1_OR_GREATER", - "NETCOREAPP2_0_OR_GREATER", - "NETCOREAPP2_1_OR_GREATER", - "NETCOREAPP2_2_OR_GREATER", - "NETCOREAPP3_0_OR_GREATER", - "NETCOREAPP3_1_OR_GREATER" - ], - "languageVersion": "preview", - "platform": "", - "allowUnsafe": false, - "warningsAsErrors": false, - "optimize": false, - "keyFile": "", - "emitEntryPoint": true, - "xmlDoc": false, - "debugType": "portable" - }, - "targets": { - ".NETCoreApp,Version=v9.0": { - "Catalog.API/1.0.0": { - "dependencies": { - "AspNetCore.HealthChecks.AzureServiceBus": "8.0.1", - "AspNetCore.HealthChecks.AzureStorage": "7.0.0", - "AspNetCore.HealthChecks.Rabbitmq": "8.0.2", - "AspNetCore.HealthChecks.SqlServer": "8.0.2", - "AspNetCore.HealthChecks.UI.Client": "8.0.1", - "Autofac.Extensions.DependencyInjection": "10.0.0", - "EventBus": "1.0.0", - "EventBusRabbitMQ": "1.0.0", - "EventBusServiceBus": "1.0.0", - "Google.Protobuf": "3.28.3", - "Grpc.AspNetCore.Server": "2.70.0", - "Grpc.Tools": "2.68.1", - "IntegrationEventLogEF": "1.0.0", - "Microsoft.ApplicationInsights.AspNetCore": "2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.22.0", - "Microsoft.ApplicationInsights.Kubernetes": "7.0.0", - "Microsoft.AspNetCore.HealthChecks": "1.0.0", - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "9.0.0", - "Microsoft.Extensions.Configuration.AzureKeyVault": "3.1.24", - "Microsoft.Extensions.Logging.AzureAppServices": "9.0.0", - "Serilog.AspNetCore": "8.0.3", - "Serilog.Enrichers.Environment": "3.0.1", - "Serilog.Settings.Configuration": "8.0.4", - "Serilog.Sinks.Console": "6.0.0", - "Serilog.Sinks.Http": "9.0.0", - "Serilog.Sinks.Seq": "8.0.0", - "Swashbuckle.AspNetCore": "7.2.0", - "Swashbuckle.AspNetCore.Newtonsoft": "7.2.0", - "Microsoft.AspNetCore.Antiforgery": "9.0.0.0", - "Microsoft.AspNetCore.Authentication.Abstractions": "9.0.0.0", - "Microsoft.AspNetCore.Authentication.BearerToken": "9.0.0.0", - "Microsoft.AspNetCore.Authentication.Cookies": "9.0.0.0", - "Microsoft.AspNetCore.Authentication.Core": "9.0.0.0", - "Microsoft.AspNetCore.Authentication": "9.0.0.0", - "Microsoft.AspNetCore.Authentication.OAuth": "9.0.0.0", - "Microsoft.AspNetCore.Authorization": "9.0.0.0", - "Microsoft.AspNetCore.Authorization.Policy": "9.0.0.0", - "Microsoft.AspNetCore.Components.Authorization": "9.0.0.0", - "Microsoft.AspNetCore.Components": "9.0.0.0", - "Microsoft.AspNetCore.Components.Endpoints": "9.0.0.0", - "Microsoft.AspNetCore.Components.Forms": "9.0.0.0", - "Microsoft.AspNetCore.Components.Server": "9.0.0.0", - "Microsoft.AspNetCore.Components.Web": "9.0.0.0", - "Microsoft.AspNetCore.Connections.Abstractions": "9.0.0.0", - "Microsoft.AspNetCore.CookiePolicy": "9.0.0.0", - "Microsoft.AspNetCore.Cors": "9.0.0.0", - "Microsoft.AspNetCore.Cryptography.Internal": "9.0.0.0", - "Microsoft.AspNetCore.Cryptography.KeyDerivation": "9.0.0.0", - "Microsoft.AspNetCore.DataProtection.Abstractions": "9.0.0.0", - "Microsoft.AspNetCore.DataProtection": "9.0.0.0", - "Microsoft.AspNetCore.DataProtection.Extensions": "9.0.0.0", - "Microsoft.AspNetCore.Diagnostics.Abstractions": "9.0.0.0", - "Microsoft.AspNetCore.Diagnostics": "9.0.0.0", - "Microsoft.AspNetCore.Diagnostics.HealthChecks": "9.0.0.0", - "Microsoft.AspNetCore": "9.0.0.0", - "Microsoft.AspNetCore.HostFiltering": "9.0.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions.Reference": "9.0.0.0", - "Microsoft.AspNetCore.Hosting.Reference": "9.0.0.0", - "Microsoft.AspNetCore.Hosting.Server.Abstractions.Reference": "9.0.0.0", - "Microsoft.AspNetCore.Html.Abstractions": "9.0.0.0", - "Microsoft.AspNetCore.Http.Abstractions.Reference": "9.0.0.0", - "Microsoft.AspNetCore.Http.Connections.Common": "9.0.0.0", - "Microsoft.AspNetCore.Http.Connections": "9.0.0.0", - "Microsoft.AspNetCore.Http.Reference": "9.0.0.0", - "Microsoft.AspNetCore.Http.Extensions.Reference": "9.0.0.0", - "Microsoft.AspNetCore.Http.Features.Reference": "9.0.0.0", - "Microsoft.AspNetCore.Http.Results": "9.0.0.0", - "Microsoft.AspNetCore.HttpLogging": "9.0.0.0", - "Microsoft.AspNetCore.HttpOverrides": "9.0.0.0", - "Microsoft.AspNetCore.HttpsPolicy": "9.0.0.0", - "Microsoft.AspNetCore.Identity": "9.0.0.0", - "Microsoft.AspNetCore.Localization": "9.0.0.0", - "Microsoft.AspNetCore.Localization.Routing": "9.0.0.0", - "Microsoft.AspNetCore.Metadata": "9.0.0.0", - "Microsoft.AspNetCore.Mvc.Abstractions": "9.0.0.0", - "Microsoft.AspNetCore.Mvc.ApiExplorer": "9.0.0.0", - "Microsoft.AspNetCore.Mvc.Core": "9.0.0.0", - "Microsoft.AspNetCore.Mvc.Cors": "9.0.0.0", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "9.0.0.0", - "Microsoft.AspNetCore.Mvc": "9.0.0.0", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "9.0.0.0", - "Microsoft.AspNetCore.Mvc.Formatters.Xml": "9.0.0.0", - "Microsoft.AspNetCore.Mvc.Localization": "9.0.0.0", - "Microsoft.AspNetCore.Mvc.Razor": "9.0.0.0", - "Microsoft.AspNetCore.Mvc.RazorPages": "9.0.0.0", - "Microsoft.AspNetCore.Mvc.TagHelpers": "9.0.0.0", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "9.0.0.0", - "Microsoft.AspNetCore.OutputCaching": "9.0.0.0", - "Microsoft.AspNetCore.RateLimiting": "9.0.0.0", - "Microsoft.AspNetCore.Razor": "9.0.0.0", - "Microsoft.AspNetCore.Razor.Runtime": "9.0.0.0", - "Microsoft.AspNetCore.RequestDecompression": "9.0.0.0", - "Microsoft.AspNetCore.ResponseCaching.Abstractions": "9.0.0.0", - "Microsoft.AspNetCore.ResponseCaching": "9.0.0.0", - "Microsoft.AspNetCore.ResponseCompression": "9.0.0.0", - "Microsoft.AspNetCore.Rewrite": "9.0.0.0", - "Microsoft.AspNetCore.Routing.Abstractions": "9.0.0.0", - "Microsoft.AspNetCore.Routing": "9.0.0.0", - "Microsoft.AspNetCore.Server.HttpSys": "9.0.0.0", - "Microsoft.AspNetCore.Server.IIS": "9.0.0.0", - "Microsoft.AspNetCore.Server.IISIntegration": "9.0.0.0", - "Microsoft.AspNetCore.Server.Kestrel.Core": "9.0.0.0", - "Microsoft.AspNetCore.Server.Kestrel": "9.0.0.0", - "Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes": "9.0.0.0", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic": "9.0.0.0", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets": "9.0.0.0", - "Microsoft.AspNetCore.Session": "9.0.0.0", - "Microsoft.AspNetCore.SignalR.Common": "9.0.0.0", - "Microsoft.AspNetCore.SignalR.Core": "9.0.0.0", - "Microsoft.AspNetCore.SignalR": "9.0.0.0", - "Microsoft.AspNetCore.SignalR.Protocols.Json": "9.0.0.0", - "Microsoft.AspNetCore.StaticAssets": "9.0.0.0", - "Microsoft.AspNetCore.StaticFiles": "9.0.0.0", - "Microsoft.AspNetCore.WebSockets": "9.0.0.0", - "Microsoft.AspNetCore.WebUtilities.Reference": "9.0.0.0", - "Microsoft.CSharp.Reference": "9.0.0.0", - "Microsoft.Extensions.Caching.Abstractions.Reference": "9.0.0.0", - "Microsoft.Extensions.Caching.Memory.Reference": "9.0.0.0", - "Microsoft.Extensions.Configuration.Abstractions.Reference": "9.0.0.0", - "Microsoft.Extensions.Configuration.Binder.Reference": "9.0.0.0", - "Microsoft.Extensions.Configuration.CommandLine.Reference": "9.0.0.0", - "Microsoft.Extensions.Configuration.Reference": "9.0.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables.Reference": "9.0.0.0", - "Microsoft.Extensions.Configuration.FileExtensions.Reference": "9.0.0.0", - "Microsoft.Extensions.Configuration.Ini": "9.0.0.0", - "Microsoft.Extensions.Configuration.Json.Reference": "9.0.0.0", - "Microsoft.Extensions.Configuration.KeyPerFile": "9.0.0.0", - "Microsoft.Extensions.Configuration.UserSecrets.Reference": "9.0.0.0", - "Microsoft.Extensions.Configuration.Xml": "9.0.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions.Reference": "9.0.0.0", - "Microsoft.Extensions.DependencyInjection.Reference": "9.0.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions.Reference": "9.0.0.0", - "Microsoft.Extensions.Diagnostics": "9.0.0.0", - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.Reference": "9.0.0.0", - "Microsoft.Extensions.Diagnostics.HealthChecks.Reference": "9.0.0.0", - "Microsoft.Extensions.Features": "9.0.0.0", - "Microsoft.Extensions.FileProviders.Abstractions.Reference": "9.0.0.0", - "Microsoft.Extensions.FileProviders.Composite": "9.0.0.0", - "Microsoft.Extensions.FileProviders.Embedded": "9.0.0.0", - "Microsoft.Extensions.FileProviders.Physical.Reference": "9.0.0.0", - "Microsoft.Extensions.FileSystemGlobbing.Reference": "9.0.0.0", - "Microsoft.Extensions.Hosting.Abstractions.Reference": "9.0.0.0", - "Microsoft.Extensions.Hosting.Reference": "9.0.0.0", - "Microsoft.Extensions.Http.Reference": "9.0.0.0", - "Microsoft.Extensions.Identity.Core": "9.0.0.0", - "Microsoft.Extensions.Identity.Stores": "9.0.0.0", - "Microsoft.Extensions.Localization.Abstractions": "9.0.0.0", - "Microsoft.Extensions.Localization": "9.0.0.0", - "Microsoft.Extensions.Logging.Abstractions.Reference": "9.0.0.0", - "Microsoft.Extensions.Logging.Configuration.Reference": "9.0.0.0", - "Microsoft.Extensions.Logging.Console.Reference": "9.0.0.0", - "Microsoft.Extensions.Logging.Debug.Reference": "9.0.0.0", - "Microsoft.Extensions.Logging.Reference": "9.0.0.0", - "Microsoft.Extensions.Logging.EventLog.Reference": "9.0.0.0", - "Microsoft.Extensions.Logging.EventSource.Reference": "9.0.0.0", - "Microsoft.Extensions.Logging.TraceSource": "9.0.0.0", - "Microsoft.Extensions.ObjectPool.Reference": "9.0.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions.Reference": "9.0.0.0", - "Microsoft.Extensions.Options.DataAnnotations": "9.0.0.0", - "Microsoft.Extensions.Options.Reference": "9.0.0.0", - "Microsoft.Extensions.Primitives.Reference": "9.0.0.0", - "Microsoft.Extensions.WebEncoders": "9.0.0.0", - "Microsoft.JSInterop": "9.0.0.0", - "Microsoft.Net.Http.Headers.Reference": "9.0.0.0", - "Microsoft.VisualBasic.Core": "14.0.0.0", - "Microsoft.VisualBasic.Reference": "10.0.0.0", - "Microsoft.Win32.Primitives.Reference": "9.0.0.0", - "Microsoft.Win32.Registry.Reference": "9.0.0.0", - "mscorlib": "4.0.0.0", - "netstandard": "2.1.0.0", - "System.AppContext.Reference": "9.0.0.0", - "System.Buffers.Reference": "9.0.0.0", - "System.Collections.Concurrent.Reference": "9.0.0.0", - "System.Collections.Reference": "9.0.0.0", - "System.Collections.Immutable.Reference": "9.0.0.0", - "System.Collections.NonGeneric": "9.0.0.0", - "System.Collections.Specialized": "9.0.0.0", - "System.ComponentModel.Annotations.Reference": "9.0.0.0", - "System.ComponentModel.DataAnnotations": "4.0.0.0", - "System.ComponentModel.Reference": "9.0.0.0", - "System.ComponentModel.EventBasedAsync": "9.0.0.0", - "System.ComponentModel.Primitives": "9.0.0.0", - "System.ComponentModel.TypeConverter": "9.0.0.0", - "System.Configuration": "4.0.0.0", - "System.Console.Reference": "9.0.0.0", - "System.Core": "4.0.0.0", - "System.Data.Common": "9.0.0.0", - "System.Data.DataSetExtensions": "9.0.0.0", - "System.Data": "4.0.0.0", - "System.Diagnostics.Contracts": "9.0.0.0", - "System.Diagnostics.Debug.Reference": "9.0.0.0", - "System.Diagnostics.DiagnosticSource.Reference": "9.0.0.0", - "System.Diagnostics.EventLog.Reference": "9.0.0.0", - "System.Diagnostics.FileVersionInfo": "9.0.0.0", - "System.Diagnostics.Process.Reference": "9.0.0.0", - "System.Diagnostics.StackTrace": "9.0.0.0", - "System.Diagnostics.TextWriterTraceListener": "9.0.0.0", - "System.Diagnostics.Tools.Reference": "9.0.0.0", - "System.Diagnostics.TraceSource": "9.0.0.0", - "System.Diagnostics.Tracing.Reference": "9.0.0.0", - "System": "4.0.0.0", - "System.Drawing": "4.0.0.0", - "System.Drawing.Primitives": "9.0.0.0", - "System.Dynamic.Runtime.Reference": "9.0.0.0", - "System.Formats.Asn1.Reference": "9.0.0.0", - "System.Formats.Tar": "9.0.0.0", - "System.Globalization.Calendars.Reference": "9.0.0.0", - "System.Globalization.Reference": "9.0.0.0", - "System.Globalization.Extensions.Reference": "9.0.0.0", - "System.IO.Compression.Brotli": "9.0.0.0", - "System.IO.Compression.Reference": "9.0.0.0", - "System.IO.Compression.FileSystem": "4.0.0.0", - "System.IO.Compression.ZipFile.Reference": "9.0.0.0", - "System.IO.Reference": "9.0.0.0", - "System.IO.FileSystem.AccessControl.Reference": "9.0.0.0", - "System.IO.FileSystem.Reference": "9.0.0.0", - "System.IO.FileSystem.DriveInfo": "9.0.0.0", - "System.IO.FileSystem.Primitives.Reference": "9.0.0.0", - "System.IO.FileSystem.Watcher.Reference": "9.0.0.0", - "System.IO.IsolatedStorage": "9.0.0.0", - "System.IO.MemoryMappedFiles.Reference": "9.0.0.0", - "System.IO.Pipelines.Reference": "9.0.0.0", - "System.IO.Pipes.AccessControl": "9.0.0.0", - "System.IO.Pipes": "9.0.0.0", - "System.IO.UnmanagedMemoryStream.Reference": "9.0.0.0", - "System.Linq.Reference": "9.0.0.0", - "System.Linq.Expressions.Reference": "9.0.0.0", - "System.Linq.Parallel.Reference": "9.0.0.0", - "System.Linq.Queryable.Reference": "9.0.0.0", - "System.Memory.Reference": "9.0.0.0", - "System.Net": "4.0.0.0", - "System.Net.Http.Reference": "9.0.0.0", - "System.Net.Http.Json": "9.0.0.0", - "System.Net.HttpListener": "9.0.0.0", - "System.Net.Mail": "9.0.0.0", - "System.Net.NameResolution.Reference": "9.0.0.0", - "System.Net.NetworkInformation": "9.0.0.0", - "System.Net.Ping": "9.0.0.0", - "System.Net.Primitives.Reference": "9.0.0.0", - "System.Net.Quic": "9.0.0.0", - "System.Net.Requests.Reference": "9.0.0.0", - "System.Net.Security.Reference": "9.0.0.0", - "System.Net.ServicePoint": "9.0.0.0", - "System.Net.Sockets.Reference": "9.0.0.0", - "System.Net.WebClient": "9.0.0.0", - "System.Net.WebHeaderCollection.Reference": "9.0.0.0", - "System.Net.WebProxy": "9.0.0.0", - "System.Net.WebSockets.Client": "9.0.0.0", - "System.Net.WebSockets": "9.0.0.0", - "System.Numerics": "4.0.0.0", - "System.Numerics.Vectors.Reference": "9.0.0.0", - "System.ObjectModel.Reference": "9.0.0.0", - "System.Reflection.DispatchProxy.Reference": "9.0.0.0", - "System.Reflection.Reference": "9.0.0.0", - "System.Reflection.Emit.Reference": "9.0.0.0", - "System.Reflection.Emit.ILGeneration.Reference": "9.0.0.0", - "System.Reflection.Emit.Lightweight.Reference": "9.0.0.0", - "System.Reflection.Extensions.Reference": "9.0.0.0", - "System.Reflection.Metadata.Reference": "9.0.0.0", - "System.Reflection.Primitives.Reference": "9.0.0.0", - "System.Reflection.TypeExtensions.Reference": "9.0.0.0", - "System.Resources.Reader.Reference": "9.0.0.0", - "System.Resources.ResourceManager.Reference": "9.0.0.0", - "System.Resources.Writer": "9.0.0.0", - "System.Runtime.CompilerServices.Unsafe.Reference": "9.0.0.0", - "System.Runtime.CompilerServices.VisualC": "9.0.0.0", - "System.Runtime.Reference": "9.0.0.0", - "System.Runtime.Extensions.Reference": "9.0.0.0", - "System.Runtime.Handles.Reference": "9.0.0.0", - "System.Runtime.InteropServices.Reference": "9.0.0.0", - "System.Runtime.InteropServices.JavaScript": "9.0.0.0", - "System.Runtime.InteropServices.RuntimeInformation.Reference": "9.0.0.0", - "System.Runtime.Intrinsics": "9.0.0.0", - "System.Runtime.Loader.Reference": "9.0.0.0", - "System.Runtime.Numerics.Reference": "9.0.0.0", - "System.Runtime.Serialization": "4.0.0.0", - "System.Runtime.Serialization.Formatters": "8.1.0.0", - "System.Runtime.Serialization.Json.Reference": "9.0.0.0", - "System.Runtime.Serialization.Primitives.Reference": "9.0.0.0", - "System.Runtime.Serialization.Xml": "9.0.0.0", - "System.Security.AccessControl.Reference": "9.0.0.0", - "System.Security.Claims.Reference": "9.0.0.0", - "System.Security.Cryptography.Algorithms.Reference": "9.0.0.0", - "System.Security.Cryptography.Cng.Reference": "9.0.0.0", - "System.Security.Cryptography.Csp.Reference": "9.0.0.0", - "System.Security.Cryptography": "9.0.0.0", - "System.Security.Cryptography.Encoding.Reference": "9.0.0.0", - "System.Security.Cryptography.OpenSsl.Reference": "9.0.0.0", - "System.Security.Cryptography.Primitives.Reference": "9.0.0.0", - "System.Security.Cryptography.X509Certificates.Reference": "9.0.0.0", - "System.Security.Cryptography.Xml": "9.0.0.0", - "System.Security": "4.0.0.0", - "System.Security.Principal.Reference": "9.0.0.0", - "System.Security.Principal.Windows.Reference": "9.0.0.0", - "System.Security.SecureString": "9.0.0.0", - "System.ServiceModel.Web": "4.0.0.0", - "System.ServiceProcess": "4.0.0.0", - "System.Text.Encoding.CodePages": "9.0.0.0", - "System.Text.Encoding.Reference": "9.0.0.0", - "System.Text.Encoding.Extensions.Reference": "9.0.0.0", - "System.Text.Encodings.Web.Reference": "9.0.0.0", - "System.Text.Json.Reference": "9.0.0.0", - "System.Text.RegularExpressions.Reference": "9.0.0.0", - "System.Threading.Channels.Reference": "9.0.0.0", - "System.Threading.Reference": "9.0.0.0", - "System.Threading.Overlapped.Reference": "9.0.0.0", - "System.Threading.RateLimiting": "9.0.0.0", - "System.Threading.Tasks.Dataflow.Reference": "9.0.0.0", - "System.Threading.Tasks.Reference": "9.0.0.0", - "System.Threading.Tasks.Extensions.Reference": "9.0.0.0", - "System.Threading.Tasks.Parallel.Reference": "9.0.0.0", - "System.Threading.Thread.Reference": "9.0.0.0", - "System.Threading.ThreadPool.Reference": "9.0.0.0", - "System.Threading.Timer.Reference": "9.0.0.0", - "System.Transactions": "4.0.0.0", - "System.Transactions.Local": "9.0.0.0", - "System.ValueTuple.Reference": "9.0.0.0", - "System.Web": "4.0.0.0", - "System.Web.HttpUtility": "9.0.0.0", - "System.Windows": "4.0.0.0", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0", - "System.Xml.ReaderWriter.Reference": "9.0.0.0", - "System.Xml.Serialization": "4.0.0.0", - "System.Xml.XDocument.Reference": "9.0.0.0", - "System.Xml.XmlDocument.Reference": "9.0.0.0", - "System.Xml.XmlSerializer.Reference": "9.0.0.0", - "System.Xml.XPath": "9.0.0.0", - "System.Xml.XPath.XDocument": "9.0.0.0", - "WindowsBase": "4.0.0.0" - }, - "runtime": { - "Catalog.API.dll": {} - }, - "compile": { - "Catalog.API.dll": {} - } - }, - "AspNetCore.HealthChecks.AzureServiceBus/8.0.1": { - "dependencies": { - "Azure.Messaging.ServiceBus": "7.17.0", - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0" - }, - "runtime": { - "lib/net6.0/HealthChecks.AzureServiceBus.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.0" - } - }, - "compile": { - "lib/net6.0/HealthChecks.AzureServiceBus.dll": {} - } - }, - "AspNetCore.HealthChecks.AzureStorage/7.0.0": { - "dependencies": { - "Azure.Storage.Blobs": "12.17.0", - "Azure.Storage.Files.Shares": "12.15.0", - "Azure.Storage.Queues": "12.15.0", - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0" - }, - "runtime": { - "lib/netstandard2.0/HealthChecks.AzureStorage.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.0.0" - } - }, - "compile": { - "lib/netstandard2.0/HealthChecks.AzureStorage.dll": {} - } - }, - "AspNetCore.HealthChecks.Rabbitmq/8.0.2": { - "dependencies": { - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0", - "RabbitMQ.Client": "6.8.1" - }, - "runtime": { - "lib/net6.0/HealthChecks.Rabbitmq.dll": { - "assemblyVersion": "8.0.2.0", - "fileVersion": "8.0.2.0" - } - }, - "compile": { - "lib/net6.0/HealthChecks.Rabbitmq.dll": {} - } - }, - "AspNetCore.HealthChecks.SqlServer/8.0.2": { - "dependencies": { - "Microsoft.Data.SqlClient": "5.2.0", - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0" - }, - "runtime": { - "lib/net6.0/HealthChecks.SqlServer.dll": { - "assemblyVersion": "8.0.2.0", - "fileVersion": "8.0.2.0" - } - }, - "compile": { - "lib/net6.0/HealthChecks.SqlServer.dll": {} - } - }, - "AspNetCore.HealthChecks.UI.Client/8.0.1": { - "dependencies": { - "AspNetCore.HealthChecks.UI.Core": "8.0.1", - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0" - }, - "runtime": { - "lib/net8.0/HealthChecks.UI.Client.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.0" - } - }, - "compile": { - "lib/net8.0/HealthChecks.UI.Client.dll": {} - } - }, - "AspNetCore.HealthChecks.UI.Core/8.0.1": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0" - }, - "runtime": { - "lib/net6.0/HealthChecks.UI.Core.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.0" - } - }, - "compile": { - "lib/net6.0/HealthChecks.UI.Core.dll": {} - } - }, - "Autofac/8.1.1": { - "dependencies": { - "System.Diagnostics.DiagnosticSource": "8.0.1" - }, - "runtime": { - "lib/net8.0/Autofac.dll": { - "assemblyVersion": "8.1.1.0", - "fileVersion": "8.1.1.0" - } - }, - "compile": { - "lib/net8.0/Autofac.dll": {} - } - }, - "Autofac.Extensions.DependencyInjection/10.0.0": { - "dependencies": { - "Autofac": "8.1.1", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - }, - "runtime": { - "lib/net8.0/Autofac.Extensions.DependencyInjection.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "10.0.0.0" - } - }, - "compile": { - "lib/net8.0/Autofac.Extensions.DependencyInjection.dll": {} - } - }, - "Azure.Core/1.36.0": { - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "7.0.0", - "System.Diagnostics.DiagnosticSource": "8.0.1", - "System.Memory.Data": "1.0.2", - "System.Numerics.Vectors": "4.5.0", - "System.Text.Encodings.Web": "4.7.2", - "System.Text.Json": "9.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/net6.0/Azure.Core.dll": { - "assemblyVersion": "1.36.0.0", - "fileVersion": "1.3600.23.56006" - } - }, - "compile": { - "lib/net6.0/Azure.Core.dll": {} - } - }, - "Azure.Core.Amqp/1.3.0": { - "dependencies": { - "Microsoft.Azure.Amqp": "2.6.3", - "System.Memory": "4.5.5", - "System.Memory.Data": "1.0.2" - }, - "runtime": { - "lib/netstandard2.0/Azure.Core.Amqp.dll": { - "assemblyVersion": "1.3.0.0", - "fileVersion": "1.300.23.15207" - } - }, - "compile": { - "lib/netstandard2.0/Azure.Core.Amqp.dll": {} - } - }, - "Azure.Identity/1.10.3": { - "dependencies": { - "Azure.Core": "1.36.0", - "Microsoft.Identity.Client": "4.56.0", - "Microsoft.Identity.Client.Extensions.Msal": "4.56.0", - "System.Memory": "4.5.5", - "System.Security.Cryptography.ProtectedData": "8.0.0", - "System.Text.Json": "9.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/Azure.Identity.dll": { - "assemblyVersion": "1.10.3.0", - "fileVersion": "1.1000.323.51804" - } - }, - "compile": { - "lib/netstandard2.0/Azure.Identity.dll": {} - } - }, - "Azure.Messaging.ServiceBus/7.17.0": { - "dependencies": { - "Azure.Core": "1.36.0", - "Azure.Core.Amqp": "1.3.0", - "Microsoft.Azure.Amqp": "2.6.3", - "Microsoft.Bcl.AsyncInterfaces": "7.0.0", - "System.Memory.Data": "1.0.2" - }, - "runtime": { - "lib/netstandard2.0/Azure.Messaging.ServiceBus.dll": { - "assemblyVersion": "7.17.0.0", - "fileVersion": "7.1700.23.56401" - } - }, - "compile": { - "lib/netstandard2.0/Azure.Messaging.ServiceBus.dll": {} - } - }, - "Azure.Storage.Blobs/12.17.0": { - "dependencies": { - "Azure.Storage.Common": "12.16.0", - "System.Text.Json": "9.0.0" - }, - "runtime": { - "lib/net6.0/Azure.Storage.Blobs.dll": { - "assemblyVersion": "12.17.0.0", - "fileVersion": "12.1700.23.36104" - } - }, - "compile": { - "lib/net6.0/Azure.Storage.Blobs.dll": {} - } - }, - "Azure.Storage.Common/12.16.0": { - "dependencies": { - "Azure.Core": "1.36.0", - "System.IO.Hashing": "6.0.0" - }, - "runtime": { - "lib/net6.0/Azure.Storage.Common.dll": { - "assemblyVersion": "12.16.0.0", - "fileVersion": "12.1600.23.36104" - } - }, - "compile": { - "lib/net6.0/Azure.Storage.Common.dll": {} - } - }, - "Azure.Storage.Files.Shares/12.15.0": { - "dependencies": { - "Azure.Storage.Common": "12.16.0", - "System.Text.Json": "9.0.0" - }, - "runtime": { - "lib/net6.0/Azure.Storage.Files.Shares.dll": { - "assemblyVersion": "12.15.0.0", - "fileVersion": "12.1500.23.36104" - } - }, - "compile": { - "lib/net6.0/Azure.Storage.Files.Shares.dll": {} - } - }, - "Azure.Storage.Queues/12.15.0": { - "dependencies": { - "Azure.Storage.Common": "12.16.0", - "System.Memory.Data": "1.0.2", - "System.Text.Json": "9.0.0" - }, - "runtime": { - "lib/net6.0/Azure.Storage.Queues.dll": { - "assemblyVersion": "12.15.0.0", - "fileVersion": "12.1500.23.36104" - } - }, - "compile": { - "lib/net6.0/Azure.Storage.Queues.dll": {} - } - }, - "Fractions/7.2.1": { - "runtime": { - "lib/netstandard2.1/Fractions.dll": { - "assemblyVersion": "7.2.1.0", - "fileVersion": "7.2.1.0" - } - }, - "compile": { - "lib/netstandard2.1/Fractions.dll": {} - } - }, - "Google.Protobuf/3.28.3": { - "runtime": { - "lib/net5.0/Google.Protobuf.dll": { - "assemblyVersion": "3.28.3.0", - "fileVersion": "3.28.3.0" - } - }, - "compile": { - "lib/net5.0/Google.Protobuf.dll": {} - } - }, - "Grpc.AspNetCore.Server/2.70.0": { - "dependencies": { - "Grpc.Net.Common": "2.70.0" - }, - "runtime": { - "lib/net9.0/Grpc.AspNetCore.Server.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.70.0.0" - } - }, - "compile": { - "lib/net9.0/Grpc.AspNetCore.Server.dll": {} - } - }, - "Grpc.Core.Api/2.70.0": { - "runtime": { - "lib/netstandard2.1/Grpc.Core.Api.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.70.0.0" - } - }, - "compile": { - "lib/netstandard2.1/Grpc.Core.Api.dll": {} - } - }, - "Grpc.Net.Common/2.70.0": { - "dependencies": { - "Grpc.Core.Api": "2.70.0" - }, - "runtime": { - "lib/net8.0/Grpc.Net.Common.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.70.0.0" - } - }, - "compile": { - "lib/net8.0/Grpc.Net.Common.dll": {} - } - }, - "Humanizer.Core/2.14.1": { - "runtime": { - "lib/net6.0/Humanizer.dll": { - "assemblyVersion": "2.14.0.0", - "fileVersion": "2.14.1.48190" - } - }, - "compile": { - "lib/net6.0/Humanizer.dll": {} - } - }, - "IdentityModel/5.2.0": { - "runtime": { - "lib/net5.0/IdentityModel.dll": { - "assemblyVersion": "5.2.0.0", - "fileVersion": "5.2.0.0" - } - }, - "compile": { - "lib/net5.0/IdentityModel.dll": {} - } - }, - "IdentityModel.OidcClient/5.2.1": { - "dependencies": { - "IdentityModel": "5.2.0", - "Microsoft.Extensions.Logging": "9.0.0" - }, - "runtime": { - "lib/netstandard2.0/IdentityModel.OidcClient.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.2.1.0" - } - }, - "compile": { - "lib/netstandard2.0/IdentityModel.OidcClient.dll": {} - } - }, - "KubernetesClient/12.1.1": { - "dependencies": { - "Fractions": "7.2.1", - "IdentityModel.OidcClient": "5.2.1", - "System.IdentityModel.Tokens.Jwt": "7.0.0", - "YamlDotNet": "13.3.1", - "prometheus-net": "8.0.1" - }, - "runtime": { - "lib/net7.0/KubernetesClient.dll": { - "assemblyVersion": "12.1.0.0", - "fileVersion": "12.1.1.319" - } - }, - "compile": { - "lib/net7.0/KubernetesClient.dll": {} - } - }, - "Libuv/1.9.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - }, - "runtimeTargets": { - "runtimes/debian-x64/native/libuv.so": { - "rid": "debian-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/fedora-x64/native/libuv.so": { - "rid": "fedora-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/opensuse-x64/native/libuv.so": { - "rid": "opensuse-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/osx/native/libuv.dylib": { - "rid": "osx", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/rhel-x64/native/libuv.so": { - "rid": "rhel-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win7-arm/native/libuv.dll": { - "rid": "win7-arm", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win7-x64/native/libuv.dll": { - "rid": "win7-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win7-x86/native/libuv.dll": { - "rid": "win7-x86", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "Microsoft.ApplicationInsights/2.22.0": { - "dependencies": { - "System.Diagnostics.DiagnosticSource": "8.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.ApplicationInsights.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.ApplicationInsights.dll": {} - } - }, - "Microsoft.ApplicationInsights.AspNetCore/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.22.0", - "Microsoft.ApplicationInsights.EventCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.22.0", - "Microsoft.AspNetCore.Hosting": "2.1.1", - "Microsoft.AspNetCore.Http": "2.1.22", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.Logging.ApplicationInsights": "2.22.0", - "System.Text.Encodings.Web": "4.7.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.dll": {} - } - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "System.Diagnostics.DiagnosticSource": "8.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.DependencyCollector.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AI.DependencyCollector.dll": {} - } - }, - "Microsoft.ApplicationInsights.EventCounterCollector/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.dll": {} - } - }, - "Microsoft.ApplicationInsights.Kubernetes/7.0.0": { - "dependencies": { - "KubernetesClient": "12.1.1", - "Microsoft.ApplicationInsights": "2.22.0", - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.DiagnosticAdapter": "3.1.27", - "Microsoft.Extensions.Hosting": "6.0.1", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.0.0" - } - }, - "compile": { - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll": {} - } - }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "Microsoft.Extensions.Caching.Memory": "9.0.0", - "System.Diagnostics.PerformanceCounter": "6.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.dll": {} - } - }, - "Microsoft.ApplicationInsights.WindowsServer/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.22.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.22.0", - "System.Diagnostics.DiagnosticSource": "8.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.WindowsServer.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AI.WindowsServer.dll": {} - } - }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "System.IO.FileSystem.AccessControl": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.dll": {} - } - }, - "Microsoft.AspNetCore.HealthChecks/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting": "2.1.1", - "Microsoft.Extensions.HealthChecks": "1.0.0", - "Microsoft.NETCore.App": "1.0.5" - }, - "runtime": { - "lib/netcoreapp1.0/Microsoft.AspNetCore.HealthChecks.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - }, - "compile": { - "lib/netcoreapp1.0/Microsoft.AspNetCore.HealthChecks.dll": {} - } - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - }, - "compile": { - "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "9.0.0", - "Newtonsoft.Json": "13.0.3", - "Newtonsoft.Json.Bson": "1.0.2" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - }, - "compile": { - "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": {} - } - }, - "Microsoft.Azure.Amqp/2.6.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.Azure.Amqp.dll": { - "assemblyVersion": "2.4.0.0", - "fileVersion": "2.6.3.0" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Azure.Amqp.dll": {} - } - }, - "Microsoft.Azure.KeyVault/2.3.2": { - "dependencies": { - "Microsoft.Azure.KeyVault.WebKey": "2.0.7", - "Microsoft.Rest.ClientRuntime": "2.3.8", - "Microsoft.Rest.ClientRuntime.Azure": "3.3.7", - "NETStandard.Library": "1.6.1", - "Newtonsoft.Json": "13.0.3", - "System.Net.Http": "4.3.0" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.3.2.0" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll": {} - } - }, - "Microsoft.Azure.KeyVault.WebKey/2.0.7": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "NETStandard.Library": "1.6.1", - "Newtonsoft.Json": "13.0.3", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Runtime": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.7.0" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll": {} - } - }, - "Microsoft.Azure.ServiceBus/5.2.0": { - "dependencies": { - "Microsoft.Azure.Amqp": "2.6.3", - "Microsoft.Azure.Services.AppAuthentication": "1.0.3", - "Newtonsoft.Json": "13.0.3", - "System.Diagnostics.DiagnosticSource": "8.0.1", - "System.IdentityModel.Tokens.Jwt": "7.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": { - "assemblyVersion": "5.2.0.0", - "fileVersion": "5.200.21.55702" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": {} - } - }, - "Microsoft.Azure.Services.AppAuthentication/1.0.3": { - "dependencies": { - "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2", - "NETStandard.Library": "1.6.1", - "System.Diagnostics.Process": "4.3.0" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": { - "assemblyVersion": "1.0.3.0", - "fileVersion": "1.0.3.0" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": {} - } - }, - "Microsoft.Bcl.AsyncInterfaces/7.0.0": { - "runtime": { - "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - }, - "compile": { - "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {} - } - }, - "Microsoft.Build.Locator/1.7.8": { - "runtime": { - "lib/net6.0/Microsoft.Build.Locator.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.7.8.28074" - } - }, - "compile": { - "lib/net6.0/Microsoft.Build.Locator.dll": {} - } - }, - "Microsoft.CodeAnalysis.Common/4.8.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "3.3.4", - "System.Collections.Immutable": "7.0.0", - "System.Reflection.Metadata": "7.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "runtime": { - "lib/net7.0/Microsoft.CodeAnalysis.dll": { - "assemblyVersion": "4.8.0.0", - "fileVersion": "4.800.23.55801" - } - }, - "resources": { - "lib/net7.0/cs/Microsoft.CodeAnalysis.resources.dll": { - "locale": "cs" - }, - "lib/net7.0/de/Microsoft.CodeAnalysis.resources.dll": { - "locale": "de" - }, - "lib/net7.0/es/Microsoft.CodeAnalysis.resources.dll": { - "locale": "es" - }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "fr" - }, - "lib/net7.0/it/Microsoft.CodeAnalysis.resources.dll": { - "locale": "it" - }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ja" - }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ko" - }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pl" - }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pt-BR" - }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ru" - }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "tr" - }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hant" - } - }, - "compile": { - "lib/net7.0/Microsoft.CodeAnalysis.dll": {} - } - }, - "Microsoft.CodeAnalysis.CSharp/4.8.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "4.8.0" - }, - "runtime": { - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { - "assemblyVersion": "4.8.0.0", - "fileVersion": "4.800.23.55801" - } - }, - "resources": { - "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "cs" - }, - "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "de" - }, - "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "es" - }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "fr" - }, - "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "it" - }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ja" - }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ko" - }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pl" - }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pt-BR" - }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ru" - }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "tr" - }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hant" - } - }, - "compile": { - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": {} - } - }, - "Microsoft.CodeAnalysis.CSharp.Workspaces/4.8.0": { - "dependencies": { - "Humanizer.Core": "2.14.1", - "Microsoft.CodeAnalysis.CSharp": "4.8.0", - "Microsoft.CodeAnalysis.Common": "4.8.0", - "Microsoft.CodeAnalysis.Workspaces.Common": "4.8.0" - }, - "runtime": { - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { - "assemblyVersion": "4.8.0.0", - "fileVersion": "4.800.23.55801" - } - }, - "resources": { - "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "cs" - }, - "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "de" - }, - "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "es" - }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "fr" - }, - "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "it" - }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "ja" - }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "ko" - }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "pl" - }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "pt-BR" - }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "ru" - }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "tr" - }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "zh-Hant" - } - }, - "compile": { - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": {} - } - }, - "Microsoft.CodeAnalysis.VisualBasic/1.3.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "4.8.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.dll": { - "assemblyVersion": "1.3.0.0", - "fileVersion": "1.3.0.60613" - } - } - }, - "Microsoft.CodeAnalysis.Workspaces.Common/4.8.0": { - "dependencies": { - "Humanizer.Core": "2.14.1", - "Microsoft.Bcl.AsyncInterfaces": "7.0.0", - "Microsoft.CodeAnalysis.Common": "4.8.0", - "System.Composition": "7.0.0", - "System.IO.Pipelines": "7.0.0", - "System.Threading.Channels": "7.0.0" - }, - "runtime": { - "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { - "assemblyVersion": "4.8.0.0", - "fileVersion": "4.800.23.55801" - } - }, - "resources": { - "lib/net7.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "cs" - }, - "lib/net7.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "de" - }, - "lib/net7.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "es" - }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "fr" - }, - "lib/net7.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "it" - }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "ja" - }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "ko" - }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "pl" - }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "pt-BR" - }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "ru" - }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "tr" - }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "zh-Hant" - } - }, - "compile": { - "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": {} - } - }, - "Microsoft.CodeAnalysis.Workspaces.MSBuild/4.8.0": { - "dependencies": { - "Microsoft.Build.Framework": "17.8.3", - "Microsoft.CodeAnalysis.Common": "4.8.0", - "Microsoft.CodeAnalysis.Workspaces.Common": "4.8.0", - "System.Text.Json": "9.0.0" - }, - "runtime": { - "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll": { - "assemblyVersion": "4.8.0.0", - "fileVersion": "4.800.23.55801" - }, - "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.dll": { - "assemblyVersion": "4.8.0.0", - "fileVersion": "4.800.23.55801" - } - }, - "resources": { - "lib/net7.0/cs/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { - "locale": "cs" - }, - "lib/net7.0/de/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { - "locale": "de" - }, - "lib/net7.0/es/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { - "locale": "es" - }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { - "locale": "fr" - }, - "lib/net7.0/it/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { - "locale": "it" - }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { - "locale": "ja" - }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { - "locale": "ko" - }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { - "locale": "pl" - }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { - "locale": "pt-BR" - }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { - "locale": "ru" - }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { - "locale": "tr" - }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { - "locale": "zh-Hant" - } - }, - "compile": { - "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll": {}, - "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.dll": {} - } - }, - "Microsoft.Data.SqlClient/5.2.0": { - "dependencies": { - "Azure.Identity": "1.10.3", - "Microsoft.Data.SqlClient.SNI.runtime": "5.2.0", - "Microsoft.Identity.Client": "4.56.0", - "Microsoft.IdentityModel.JsonWebTokens": "7.0.0", - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0", - "Microsoft.SqlServer.Server": "1.0.0", - "System.Configuration.ConfigurationManager": "8.0.0", - "System.Runtime.Caching": "8.0.0" - }, - "runtime": { - "lib/net8.0/Microsoft.Data.SqlClient.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.20.24059.2" - } - }, - "resources": { - "lib/net8.0/de/Microsoft.Data.SqlClient.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.Data.SqlClient.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.Data.SqlClient.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.Data.SqlClient.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.Data.SqlClient.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.Data.SqlClient.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pt-BR/Microsoft.Data.SqlClient.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.Data.SqlClient.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll": { - "locale": "zh-Hant" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.20.24059.2" - }, - "runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.20.24059.2" - } - }, - "compile": { - "ref/net8.0/Microsoft.Data.SqlClient.dll": {} - } - }, - "Microsoft.Data.SqlClient.SNI.runtime/5.2.0": { - "runtimeTargets": { - "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-arm", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-arm64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "Microsoft.EntityFrameworkCore/9.0.0": { - "dependencies": { - "Microsoft.EntityFrameworkCore.Abstractions": "9.0.0", - "Microsoft.EntityFrameworkCore.Analyzers": "9.0.0", - "Microsoft.Extensions.Caching.Memory": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0" - }, - "runtime": { - "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52902" - } - }, - "compile": { - "lib/net8.0/Microsoft.EntityFrameworkCore.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.Abstractions/9.0.0": { - "runtime": { - "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52902" - } - }, - "compile": { - "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.Design/9.0.0": { - "dependencies": { - "Humanizer.Core": "2.14.1", - "Microsoft.Build.Framework": "17.8.3", - "Microsoft.Build.Locator": "1.7.8", - "Microsoft.CodeAnalysis.CSharp": "4.8.0", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0", - "Microsoft.CodeAnalysis.Workspaces.MSBuild": "4.8.0", - "Microsoft.EntityFrameworkCore.Relational": "9.0.0", - "Microsoft.Extensions.Caching.Memory": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.DependencyModel": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Mono.TextTemplating": "3.0.0", - "System.Text.Json": "9.0.0" - }, - "runtime": { - "lib/net8.0/Microsoft.EntityFrameworkCore.Design.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52902" - } - }, - "compile": { - "lib/net8.0/Microsoft.EntityFrameworkCore.Design.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.Relational/9.0.0": { - "dependencies": { - "Microsoft.EntityFrameworkCore": "9.0.0", - "Microsoft.Extensions.Caching.Memory": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0" - }, - "runtime": { - "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52902" - } - }, - "compile": { - "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.SqlServer/9.0.0": { - "dependencies": { - "Microsoft.Data.SqlClient": "5.2.0", - "Microsoft.EntityFrameworkCore.Relational": "9.0.0", - "Microsoft.Extensions.Caching.Memory": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "System.Formats.Asn1": "9.0.0", - "System.Text.Json": "9.0.0" - }, - "runtime": { - "lib/net8.0/Microsoft.EntityFrameworkCore.SqlServer.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52902" - } - }, - "compile": { - "lib/net8.0/Microsoft.EntityFrameworkCore.SqlServer.dll": {} - } - }, - "Microsoft.Extensions.Configuration.AzureKeyVault/3.1.24": { - "dependencies": { - "Microsoft.Azure.KeyVault": "2.3.2", - "Microsoft.Azure.Services.AppAuthentication": "1.0.3", - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll": { - "assemblyVersion": "3.1.24.0", - "fileVersion": "3.100.2422.18002" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll": {} - } - }, - "Microsoft.Extensions.DependencyModel/9.0.0": { - "runtime": { - "lib/net9.0/Microsoft.Extensions.DependencyModel.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "compile": { - "lib/net9.0/Microsoft.Extensions.DependencyModel.dll": {} - } - }, - "Microsoft.Extensions.DiagnosticAdapter/3.1.27": { - "dependencies": { - "System.Diagnostics.DiagnosticSource": "8.0.1" - }, - "runtime": { - "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll": { - "assemblyVersion": "3.1.27.0", - "fileVersion": "3.100.2722.31601" - } - }, - "compile": { - "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll": {} - } - }, - "Microsoft.Extensions.HealthChecks/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Logging": "9.0.0", - "NETStandard.Library": "1.6.1", - "Newtonsoft.Json": "13.0.3", - "System.Diagnostics.Process": "4.3.0", - "System.Threading.Tasks.Extensions": "4.5.4", - "System.Threading.Tasks.Parallel": "4.3.0", - "System.Threading.Thread": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Extensions.HealthChecks.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - }, - "compile": { - "lib/netstandard1.3/Microsoft.Extensions.HealthChecks.dll": {} - } - }, - "Microsoft.Extensions.Logging.ApplicationInsights/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "Microsoft.Extensions.Logging": "9.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.dll": {} - } - }, - "Microsoft.Extensions.Logging.AzureAppServices/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "System.ValueTuple": "4.5.0" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - }, - "compile": { - "lib/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll": {} - } - }, - "Microsoft.Identity.Client/4.56.0": { - "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Identity.Client.dll": { - "assemblyVersion": "4.56.0.0", - "fileVersion": "4.56.0.0" - } - }, - "compile": { - "lib/net6.0/Microsoft.Identity.Client.dll": {} - } - }, - "Microsoft.Identity.Client.Extensions.Msal/4.56.0": { - "dependencies": { - "Microsoft.Identity.Client": "4.56.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.Cryptography.ProtectedData": "8.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll": { - "assemblyVersion": "4.56.0.0", - "fileVersion": "4.56.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll": {} - } - }, - "Microsoft.IdentityModel.Abstractions/7.0.0": { - "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.0.40911" - } - }, - "compile": { - "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": {} - } - }, - "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.2": { - "dependencies": { - "NETStandard.Library": "1.6.1", - "System.Runtime.Serialization.Json": "4.0.2", - "System.Runtime.Serialization.Primitives": "4.1.1" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": { - "assemblyVersion": "3.14.2.11", - "fileVersion": "3.14.40721.918" - }, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": { - "assemblyVersion": "3.14.2.11", - "fileVersion": "3.14.40721.918" - } - }, - "compile": { - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": {}, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": {} - } - }, - "Microsoft.IdentityModel.JsonWebTokens/7.0.0": { - "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.0.0" - }, - "runtime": { - "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.0.40911" - } - }, - "compile": { - "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": {} - } - }, - "Microsoft.IdentityModel.Logging/7.0.0": { - "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.0.0" - }, - "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.0.40911" - } - }, - "compile": { - "lib/net8.0/Microsoft.IdentityModel.Logging.dll": {} - } - }, - "Microsoft.IdentityModel.Protocols/6.35.0": { - "dependencies": { - "Microsoft.IdentityModel.Logging": "7.0.0", - "Microsoft.IdentityModel.Tokens": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { - "assemblyVersion": "6.35.0.0", - "fileVersion": "6.35.0.41201" - } - }, - "compile": { - "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": {} - } - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { - "dependencies": { - "Microsoft.IdentityModel.Protocols": "6.35.0", - "System.IdentityModel.Tokens.Jwt": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { - "assemblyVersion": "6.35.0.0", - "fileVersion": "6.35.0.41201" - } - }, - "compile": { - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {} - } - }, - "Microsoft.IdentityModel.Tokens/7.0.0": { - "dependencies": { - "Microsoft.IdentityModel.Logging": "7.0.0" - }, - "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.0.40911" - } - }, - "compile": { - "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": {} - } - }, - "Microsoft.NETCore.App/1.0.5": { - "dependencies": { - "Libuv": "1.9.1", - "Microsoft.CSharp": "4.7.0", - "Microsoft.CodeAnalysis.CSharp": "4.8.0", - "Microsoft.CodeAnalysis.VisualBasic": "1.3.0", - "Microsoft.NETCore.DotNetHostPolicy": "1.0.5", - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Runtime.CoreCLR": "1.0.7", - "Microsoft.VisualBasic": "10.0.1", - "NETStandard.Library": "1.6.1", - "System.Buffers": "4.5.0", - "System.Collections.Immutable": "7.0.0", - "System.ComponentModel": "4.0.1", - "System.ComponentModel.Annotations": "4.1.0", - "System.Diagnostics.DiagnosticSource": "8.0.1", - "System.Diagnostics.Process": "4.3.0", - "System.Dynamic.Runtime": "4.0.11", - "System.Globalization.Extensions": "4.3.0", - "System.IO.FileSystem.Watcher": "4.0.0", - "System.IO.MemoryMappedFiles": "4.0.0", - "System.IO.UnmanagedMemoryStream": "4.0.1", - "System.Linq.Expressions": "4.3.0", - "System.Linq.Parallel": "4.0.1", - "System.Linq.Queryable": "4.0.1", - "System.Net.Http": "4.3.0", - "System.Net.NameResolution": "4.0.0", - "System.Net.Requests": "4.0.11", - "System.Net.Security": "4.0.1", - "System.Net.WebHeaderCollection": "4.0.1", - "System.Numerics.Vectors": "4.5.0", - "System.Reflection.DispatchProxy": "4.0.1", - "System.Reflection.Metadata": "7.0.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.Reader": "4.0.0", - "System.Runtime.Loader": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Threading.Tasks.Dataflow": "4.6.0", - "System.Threading.Tasks.Extensions": "4.5.4", - "System.Threading.Tasks.Parallel": "4.3.0", - "System.Threading.Thread": "4.3.0", - "System.Threading.ThreadPool": "4.3.0", - "runtime.native.System.Security.Cryptography": "4.0.1" - } - }, - "Microsoft.OpenApi/1.6.22": { - "runtime": { - "lib/netstandard2.0/Microsoft.OpenApi.dll": { - "assemblyVersion": "1.6.22.0", - "fileVersion": "1.6.22.0" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.OpenApi.dll": {} - } - }, - "Microsoft.Rest.ClientRuntime/2.3.8": { - "dependencies": { - "NETStandard.Library": "1.6.1", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.3.8.0" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll": {} - } - }, - "Microsoft.Rest.ClientRuntime.Azure/3.3.7": { - "dependencies": { - "Microsoft.Rest.ClientRuntime": "2.3.8", - "NETStandard.Library": "1.6.1", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll": { - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.3.7.0" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll": {} - } - }, - "Microsoft.SqlServer.Server/1.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": {} - } - }, - "Mono.TextTemplating/3.0.0": { - "dependencies": { - "System.CodeDom": "6.0.0" - }, - "runtime": { - "lib/net6.0/Mono.TextTemplating.dll": { - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.0.0.1" - } - }, - "compile": { - "lib/net6.0/Mono.TextTemplating.dll": {} - } - }, - "Newtonsoft.Json/13.0.3": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" - } - }, - "compile": { - "lib/net6.0/Newtonsoft.Json.dll": {} - } - }, - "Newtonsoft.Json.Bson/1.0.2": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.2.22727" - } - }, - "compile": { - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": {} - } - }, - "Polly/8.5.0": { - "dependencies": { - "Polly.Core": "8.5.0" - }, - "runtime": { - "lib/net6.0/Polly.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.5.0.4130" - } - }, - "compile": { - "lib/net6.0/Polly.dll": {} - } - }, - "Polly.Core/8.5.0": { - "runtime": { - "lib/net8.0/Polly.Core.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.5.0.4130" - } - }, - "compile": { - "lib/net8.0/Polly.Core.dll": {} - } - }, - "prometheus-net/8.0.1": { - "dependencies": { - "Microsoft.Extensions.Http": "3.1.0", - "Microsoft.Extensions.ObjectPool": "7.0.0" - }, - "runtime": { - "lib/net7.0/Prometheus.NetStandard.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.1.0" - } - }, - "compile": { - "lib/net7.0/Prometheus.NetStandard.dll": {} - } - }, - "RabbitMQ.Client/6.8.1": { - "dependencies": { - "System.Memory": "4.5.5", - "System.Threading.Channels": "7.0.0" - }, - "runtime": { - "lib/netstandard2.0/RabbitMQ.Client.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.8.1.0" - } - }, - "compile": { - "lib/netstandard2.0/RabbitMQ.Client.dll": {} - } - }, - "Serilog/4.0.0": { - "runtime": { - "lib/net8.0/Serilog.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.0.0.0" - } - }, - "compile": { - "lib/net8.0/Serilog.dll": {} - } - }, - "Serilog.AspNetCore/8.0.3": { - "dependencies": { - "Microsoft.Extensions.Logging": "9.0.0", - "Serilog": "4.0.0", - "Serilog.Extensions.Hosting": "8.0.0", - "Serilog.Formatting.Compact": "2.0.0", - "Serilog.Settings.Configuration": "8.0.4", - "Serilog.Sinks.Console": "6.0.0", - "Serilog.Sinks.Debug": "2.0.0", - "Serilog.Sinks.File": "5.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.AspNetCore.dll": { - "assemblyVersion": "8.0.3.0", - "fileVersion": "8.0.3.0" - } - }, - "compile": { - "lib/net8.0/Serilog.AspNetCore.dll": {} - } - }, - "Serilog.Enrichers.Environment/3.0.1": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Enrichers.Environment.dll": { - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.0.0.0" - } - }, - "compile": { - "lib/net8.0/Serilog.Enrichers.Environment.dll": {} - } - }, - "Serilog.Extensions.Hosting/8.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Serilog": "4.0.0", - "Serilog.Extensions.Logging": "8.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Extensions.Hosting.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "8.0.0.0" - } - }, - "compile": { - "lib/net8.0/Serilog.Extensions.Hosting.dll": {} - } - }, - "Serilog.Extensions.Logging/8.0.0": { - "dependencies": { - "Microsoft.Extensions.Logging": "9.0.0", - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Extensions.Logging.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "8.0.0.0" - } - }, - "compile": { - "lib/net8.0/Serilog.Extensions.Logging.dll": {} - } - }, - "Serilog.Formatting.Compact/2.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net7.0/Serilog.Formatting.Compact.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.0" - } - }, - "compile": { - "lib/net7.0/Serilog.Formatting.Compact.dll": {} - } - }, - "Serilog.Settings.Configuration/8.0.4": { - "dependencies": { - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyModel": "9.0.0", - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Settings.Configuration.dll": { - "assemblyVersion": "8.0.4.0", - "fileVersion": "8.0.4.0" - } - }, - "compile": { - "lib/net8.0/Serilog.Settings.Configuration.dll": {} - } - }, - "Serilog.Sinks.Console/6.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Sinks.Console.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.0.0" - } - }, - "compile": { - "lib/net8.0/Serilog.Sinks.Console.dll": {} - } - }, - "Serilog.Sinks.Debug/2.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.0" - } - }, - "compile": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": {} - } - }, - "Serilog.Sinks.File/5.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net5.0/Serilog.Sinks.File.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.0" - } - }, - "compile": { - "lib/net5.0/Serilog.Sinks.File.dll": {} - } - }, - "Serilog.Sinks.Http/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Serilog.Sinks.File": "5.0.0" - }, - "runtime": { - "lib/netstandard2.1/Serilog.Sinks.Http.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.0.0" - } - }, - "compile": { - "lib/netstandard2.1/Serilog.Sinks.Http.dll": {} - } - }, - "Serilog.Sinks.Seq/8.0.0": { - "dependencies": { - "Serilog": "4.0.0", - "Serilog.Sinks.File": "5.0.0" - }, - "runtime": { - "lib/net6.0/Serilog.Sinks.Seq.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.0.0" - } - }, - "compile": { - "lib/net6.0/Serilog.Sinks.Seq.dll": {} - } - }, - "Swashbuckle.AspNetCore/7.2.0": { - "dependencies": { - "Microsoft.Extensions.ApiDescription.Server": "6.0.5", - "Swashbuckle.AspNetCore.Swagger": "7.2.0", - "Swashbuckle.AspNetCore.SwaggerGen": "7.2.0", - "Swashbuckle.AspNetCore.SwaggerUI": "7.2.0" - } - }, - "Swashbuckle.AspNetCore.Newtonsoft/7.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "9.0.0", - "Swashbuckle.AspNetCore.SwaggerGen": "7.2.0" - }, - "runtime": { - "lib/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll": { - "assemblyVersion": "7.2.0.0", - "fileVersion": "7.2.0.956" - } - }, - "compile": { - "lib/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll": {} - } - }, - "Swashbuckle.AspNetCore.Swagger/7.2.0": { - "dependencies": { - "Microsoft.OpenApi": "1.6.22" - }, - "runtime": { - "lib/net9.0/Swashbuckle.AspNetCore.Swagger.dll": { - "assemblyVersion": "7.2.0.0", - "fileVersion": "7.2.0.956" - } - }, - "compile": { - "lib/net9.0/Swashbuckle.AspNetCore.Swagger.dll": {} - } - }, - "Swashbuckle.AspNetCore.SwaggerGen/7.2.0": { - "dependencies": { - "Swashbuckle.AspNetCore.Swagger": "7.2.0" - }, - "runtime": { - "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { - "assemblyVersion": "7.2.0.0", - "fileVersion": "7.2.0.956" - } - }, - "compile": { - "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {} - } - }, - "Swashbuckle.AspNetCore.SwaggerUI/7.2.0": { - "runtime": { - "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { - "assemblyVersion": "7.2.0.0", - "fileVersion": "7.2.0.956" - } - }, - "compile": { - "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {} - } - }, - "System.CodeDom/6.0.0": { - "runtime": { - "lib/net6.0/System.CodeDom.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "compile": { - "lib/net6.0/System.CodeDom.dll": {} - } - }, - "System.Composition/7.0.0": { - "dependencies": { - "System.Composition.AttributedModel": "7.0.0", - "System.Composition.Convention": "7.0.0", - "System.Composition.Hosting": "7.0.0", - "System.Composition.Runtime": "7.0.0", - "System.Composition.TypedParts": "7.0.0" - } - }, - "System.Composition.AttributedModel/7.0.0": { - "runtime": { - "lib/net7.0/System.Composition.AttributedModel.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - }, - "compile": { - "lib/net7.0/System.Composition.AttributedModel.dll": {} - } - }, - "System.Composition.Convention/7.0.0": { - "dependencies": { - "System.Composition.AttributedModel": "7.0.0" - }, - "runtime": { - "lib/net7.0/System.Composition.Convention.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - }, - "compile": { - "lib/net7.0/System.Composition.Convention.dll": {} - } - }, - "System.Composition.Hosting/7.0.0": { - "dependencies": { - "System.Composition.Runtime": "7.0.0" - }, - "runtime": { - "lib/net7.0/System.Composition.Hosting.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - }, - "compile": { - "lib/net7.0/System.Composition.Hosting.dll": {} - } - }, - "System.Composition.Runtime/7.0.0": { - "runtime": { - "lib/net7.0/System.Composition.Runtime.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - }, - "compile": { - "lib/net7.0/System.Composition.Runtime.dll": {} - } - }, - "System.Composition.TypedParts/7.0.0": { - "dependencies": { - "System.Composition.AttributedModel": "7.0.0", - "System.Composition.Hosting": "7.0.0", - "System.Composition.Runtime": "7.0.0" - }, - "runtime": { - "lib/net7.0/System.Composition.TypedParts.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - }, - "compile": { - "lib/net7.0/System.Composition.TypedParts.dll": {} - } - }, - "System.Configuration.ConfigurationManager/8.0.0": { - "dependencies": { - "System.Diagnostics.EventLog": "8.0.0", - "System.Security.Cryptography.ProtectedData": "8.0.0" - }, - "runtime": { - "lib/net8.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - }, - "compile": { - "lib/net8.0/System.Configuration.ConfigurationManager.dll": {} - } - }, - "System.Diagnostics.PerformanceCounter/6.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "8.0.0" - }, - "runtime": { - "lib/net6.0/System.Diagnostics.PerformanceCounter.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "compile": { - "lib/net6.0/System.Diagnostics.PerformanceCounter.dll": {} - } - }, - "System.IdentityModel.Tokens.Jwt/7.0.0": { - "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.0.0", - "Microsoft.IdentityModel.Tokens": "7.0.0" - }, - "runtime": { - "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.0.40911" - } - }, - "compile": { - "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": {} - } - }, - "System.IO.Hashing/6.0.0": { - "runtime": { - "lib/net6.0/System.IO.Hashing.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "compile": { - "lib/net6.0/System.IO.Hashing.dll": {} - } - }, - "System.Memory.Data/1.0.2": { - "dependencies": { - "System.Text.Encodings.Web": "4.7.2", - "System.Text.Json": "9.0.0" - }, - "runtime": { - "lib/netstandard2.0/System.Memory.Data.dll": { - "assemblyVersion": "1.0.2.0", - "fileVersion": "1.0.221.20802" - } - }, - "compile": { - "lib/netstandard2.0/System.Memory.Data.dll": {} - } - }, - "System.Runtime.Caching/8.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "8.0.0" - }, - "runtime": { - "lib/net8.0/System.Runtime.Caching.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net8.0/System.Runtime.Caching.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "System.Security.Cryptography.ProtectedData/8.0.0": { - "runtime": { - "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - }, - "compile": { - "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": {} - } - }, - "YamlDotNet/13.3.1": { - "runtime": { - "lib/net7.0/YamlDotNet.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.3.1.0" - } - }, - "compile": { - "lib/net7.0/YamlDotNet.dll": {} - } - }, - "EventBus/1.0.0": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "EventBus.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - }, - "compile": { - "EventBus.dll": {} - } - }, - "EventBusRabbitMQ/1.0.0": { - "dependencies": { - "Autofac": "8.1.1", - "EventBus": "1.0.0", - "Microsoft.CSharp": "4.7.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Newtonsoft.Json": "13.0.3", - "Polly": "8.5.0", - "RabbitMQ.Client": "6.8.1" - }, - "runtime": { - "EventBusRabbitMQ.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - }, - "compile": { - "EventBusRabbitMQ.dll": {} - } - }, - "EventBusServiceBus/1.0.0": { - "dependencies": { - "Autofac": "8.1.1", - "EventBus": "1.0.0", - "Microsoft.Azure.ServiceBus": "5.2.0", - "Microsoft.CSharp": "4.7.0", - "Microsoft.Extensions.Logging": "9.0.0" - }, - "runtime": { - "EventBusServiceBus.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - }, - "compile": { - "EventBusServiceBus.dll": {} - } - }, - "IntegrationEventLogEF/1.0.0": { - "dependencies": { - "EventBus": "1.0.0", - "Microsoft.EntityFrameworkCore": "9.0.0", - "Microsoft.EntityFrameworkCore.Design": "9.0.0", - "Microsoft.EntityFrameworkCore.Relational": "9.0.0", - "Microsoft.EntityFrameworkCore.SqlServer": "9.0.0", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "IntegrationEventLogEF.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - }, - "compile": { - "IntegrationEventLogEF.dll": {} - } - }, - "Microsoft.AspNetCore.Antiforgery/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Antiforgery.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authentication.Abstractions/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Authentication.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authentication.BearerToken/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Authentication.BearerToken.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authentication.Cookies/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Authentication.Cookies.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authentication.Core/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Authentication.Core.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authentication/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Authentication.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authentication.OAuth/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Authentication.OAuth.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authorization/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Authorization.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authorization.Policy/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Authorization.Policy.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Components.Authorization/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Components.Authorization.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Components/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Components.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Components.Endpoints/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Components.Endpoints.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Components.Forms/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Components.Forms.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Components.Server/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Components.Server.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Components.Web/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Components.Web.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Connections.Abstractions/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Connections.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.CookiePolicy/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.CookiePolicy.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Cors/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Cors.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Cryptography.Internal/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Cryptography.Internal.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.DataProtection.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.DataProtection/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.DataProtection.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.DataProtection.Extensions/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.DataProtection.Extensions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Diagnostics.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Diagnostics/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Diagnostics.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Diagnostics.HealthChecks/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Diagnostics.HealthChecks.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.HostFiltering/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.HostFiltering.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Hosting.Abstractions.Reference/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Hosting.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Hosting.Reference/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Hosting.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions.Reference/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Html.Abstractions/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Html.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Abstractions.Reference/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Http.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Connections.Common/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Http.Connections.Common.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Connections/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Http.Connections.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Reference/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Http.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Extensions.Reference/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Http.Extensions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Features.Reference/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Http.Features.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Results/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Http.Results.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.HttpLogging/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.HttpLogging.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.HttpOverrides/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.HttpOverrides.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.HttpsPolicy/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.HttpsPolicy.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Identity/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Identity.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Localization/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Localization.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Localization.Routing/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Localization.Routing.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Metadata/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Metadata.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.Abstractions/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.ApiExplorer.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.Core/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.Core.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.Cors/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.Cors.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.DataAnnotations.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.Formatters.Json.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.Formatters.Xml/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.Formatters.Xml.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.Localization/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.Localization.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.Razor/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.Razor.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.RazorPages/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.RazorPages.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.TagHelpers.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.ViewFeatures.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.OutputCaching/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.OutputCaching.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.RateLimiting/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.RateLimiting.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Razor/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Razor.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Razor.Runtime/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Razor.Runtime.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.RequestDecompression/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.RequestDecompression.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.ResponseCaching.Abstractions/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.ResponseCaching.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.ResponseCaching/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.ResponseCaching.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.ResponseCompression/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.ResponseCompression.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Rewrite/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Rewrite.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Routing.Abstractions/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Routing.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Routing/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Routing.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Server.HttpSys/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Server.HttpSys.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Server.IIS/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Server.IIS.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Server.IISIntegration/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Server.IISIntegration.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Server.Kestrel.Core/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Server.Kestrel.Core.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Server.Kestrel/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Server.Kestrel.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Session/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Session.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.SignalR.Common/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.SignalR.Common.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.SignalR.Core/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.SignalR.Core.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.SignalR/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.SignalR.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.SignalR.Protocols.Json/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.SignalR.Protocols.Json.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.StaticAssets/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.StaticAssets.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.StaticFiles/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.StaticFiles.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.WebSockets/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.WebSockets.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.WebUtilities.Reference/9.0.0.0": { - "compile": { - "Microsoft.AspNetCore.WebUtilities.dll": {} - }, - "compileOnly": true - }, - "Microsoft.CSharp.Reference/9.0.0.0": { - "compile": { - "Microsoft.CSharp.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Caching.Abstractions.Reference/9.0.0.0": { - "compile": { - "Microsoft.Extensions.Caching.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Caching.Memory.Reference/9.0.0.0": { - "compile": { - "Microsoft.Extensions.Caching.Memory.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.Abstractions.Reference/9.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.Binder.Reference/9.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.Binder.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.CommandLine.Reference/9.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.CommandLine.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.Reference/9.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables.Reference/9.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.FileExtensions.Reference/9.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.FileExtensions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.Ini/9.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.Ini.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.Json.Reference/9.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.Json.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.KeyPerFile/9.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.KeyPerFile.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.UserSecrets.Reference/9.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.UserSecrets.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.Xml/9.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.Xml.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.DependencyInjection.Abstractions.Reference/9.0.0.0": { - "compile": { - "Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.DependencyInjection.Reference/9.0.0.0": { - "compile": { - "Microsoft.Extensions.DependencyInjection.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Diagnostics.Abstractions.Reference/9.0.0.0": { - "compile": { - "Microsoft.Extensions.Diagnostics.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Diagnostics/9.0.0.0": { - "compile": { - "Microsoft.Extensions.Diagnostics.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.Reference/9.0.0.0": { - "compile": { - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Diagnostics.HealthChecks.Reference/9.0.0.0": { - "compile": { - "Microsoft.Extensions.Diagnostics.HealthChecks.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Features/9.0.0.0": { - "compile": { - "Microsoft.Extensions.Features.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.FileProviders.Abstractions.Reference/9.0.0.0": { - "compile": { - "Microsoft.Extensions.FileProviders.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.FileProviders.Composite/9.0.0.0": { - "compile": { - "Microsoft.Extensions.FileProviders.Composite.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.FileProviders.Embedded/9.0.0.0": { - "compile": { - "Microsoft.Extensions.FileProviders.Embedded.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.FileProviders.Physical.Reference/9.0.0.0": { - "compile": { - "Microsoft.Extensions.FileProviders.Physical.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.FileSystemGlobbing.Reference/9.0.0.0": { - "compile": { - "Microsoft.Extensions.FileSystemGlobbing.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Hosting.Abstractions.Reference/9.0.0.0": { - "compile": { - "Microsoft.Extensions.Hosting.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Hosting.Reference/9.0.0.0": { - "compile": { - "Microsoft.Extensions.Hosting.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Http.Reference/9.0.0.0": { - "compile": { - "Microsoft.Extensions.Http.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Identity.Core/9.0.0.0": { - "compile": { - "Microsoft.Extensions.Identity.Core.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Identity.Stores/9.0.0.0": { - "compile": { - "Microsoft.Extensions.Identity.Stores.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Localization.Abstractions/9.0.0.0": { - "compile": { - "Microsoft.Extensions.Localization.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Localization/9.0.0.0": { - "compile": { - "Microsoft.Extensions.Localization.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.Abstractions.Reference/9.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.Configuration.Reference/9.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.Configuration.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.Console.Reference/9.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.Console.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.Debug.Reference/9.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.Debug.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.Reference/9.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.EventLog.Reference/9.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.EventLog.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.EventSource.Reference/9.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.EventSource.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.TraceSource/9.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.TraceSource.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.ObjectPool.Reference/9.0.0.0": { - "compile": { - "Microsoft.Extensions.ObjectPool.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Options.ConfigurationExtensions.Reference/9.0.0.0": { - "compile": { - "Microsoft.Extensions.Options.ConfigurationExtensions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Options.DataAnnotations/9.0.0.0": { - "compile": { - "Microsoft.Extensions.Options.DataAnnotations.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Options.Reference/9.0.0.0": { - "compile": { - "Microsoft.Extensions.Options.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Primitives.Reference/9.0.0.0": { - "compile": { - "Microsoft.Extensions.Primitives.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.WebEncoders/9.0.0.0": { - "compile": { - "Microsoft.Extensions.WebEncoders.dll": {} - }, - "compileOnly": true - }, - "Microsoft.JSInterop/9.0.0.0": { - "compile": { - "Microsoft.JSInterop.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Net.Http.Headers.Reference/9.0.0.0": { - "compile": { - "Microsoft.Net.Http.Headers.dll": {} - }, - "compileOnly": true - }, - "Microsoft.VisualBasic.Core/14.0.0.0": { - "compile": { - "Microsoft.VisualBasic.Core.dll": {} - }, - "compileOnly": true - }, - "Microsoft.VisualBasic.Reference/10.0.0.0": { - "compile": { - "Microsoft.VisualBasic.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Win32.Primitives.Reference/9.0.0.0": { - "compile": { - "Microsoft.Win32.Primitives.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Win32.Registry.Reference/9.0.0.0": { - "compile": { - "Microsoft.Win32.Registry.dll": {} - }, - "compileOnly": true - }, - "mscorlib/4.0.0.0": { - "compile": { - "mscorlib.dll": {} - }, - "compileOnly": true - }, - "netstandard/2.1.0.0": { - "compile": { - "netstandard.dll": {} - }, - "compileOnly": true - }, - "System.AppContext.Reference/9.0.0.0": { - "compile": { - "System.AppContext.dll": {} - }, - "compileOnly": true - }, - "System.Buffers.Reference/9.0.0.0": { - "compile": { - "System.Buffers.dll": {} - }, - "compileOnly": true - }, - "System.Collections.Concurrent.Reference/9.0.0.0": { - "compile": { - "System.Collections.Concurrent.dll": {} - }, - "compileOnly": true - }, - "System.Collections.Reference/9.0.0.0": { - "compile": { - "System.Collections.dll": {} - }, - "compileOnly": true - }, - "System.Collections.Immutable.Reference/9.0.0.0": { - "compile": { - "System.Collections.Immutable.dll": {} - }, - "compileOnly": true - }, - "System.Collections.NonGeneric/9.0.0.0": { - "compile": { - "System.Collections.NonGeneric.dll": {} - }, - "compileOnly": true - }, - "System.Collections.Specialized/9.0.0.0": { - "compile": { - "System.Collections.Specialized.dll": {} - }, - "compileOnly": true - }, - "System.ComponentModel.Annotations.Reference/9.0.0.0": { - "compile": { - "System.ComponentModel.Annotations.dll": {} - }, - "compileOnly": true - }, - "System.ComponentModel.DataAnnotations/4.0.0.0": { - "compile": { - "System.ComponentModel.DataAnnotations.dll": {} - }, - "compileOnly": true - }, - "System.ComponentModel.Reference/9.0.0.0": { - "compile": { - "System.ComponentModel.dll": {} - }, - "compileOnly": true - }, - "System.ComponentModel.EventBasedAsync/9.0.0.0": { - "compile": { - "System.ComponentModel.EventBasedAsync.dll": {} - }, - "compileOnly": true - }, - "System.ComponentModel.Primitives/9.0.0.0": { - "compile": { - "System.ComponentModel.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.ComponentModel.TypeConverter/9.0.0.0": { - "compile": { - "System.ComponentModel.TypeConverter.dll": {} - }, - "compileOnly": true - }, - "System.Configuration/4.0.0.0": { - "compile": { - "System.Configuration.dll": {} - }, - "compileOnly": true - }, - "System.Console.Reference/9.0.0.0": { - "compile": { - "System.Console.dll": {} - }, - "compileOnly": true - }, - "System.Core/4.0.0.0": { - "compile": { - "System.Core.dll": {} - }, - "compileOnly": true - }, - "System.Data.Common/9.0.0.0": { - "compile": { - "System.Data.Common.dll": {} - }, - "compileOnly": true - }, - "System.Data.DataSetExtensions/9.0.0.0": { - "compile": { - "System.Data.DataSetExtensions.dll": {} - }, - "compileOnly": true - }, - "System.Data/4.0.0.0": { - "compile": { - "System.Data.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.Contracts/9.0.0.0": { - "compile": { - "System.Diagnostics.Contracts.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.Debug.Reference/9.0.0.0": { - "compile": { - "System.Diagnostics.Debug.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.DiagnosticSource.Reference/9.0.0.0": { - "compile": { - "System.Diagnostics.DiagnosticSource.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.EventLog.Reference/9.0.0.0": { - "compile": { - "System.Diagnostics.EventLog.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.FileVersionInfo/9.0.0.0": { - "compile": { - "System.Diagnostics.FileVersionInfo.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.Process.Reference/9.0.0.0": { - "compile": { - "System.Diagnostics.Process.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.StackTrace/9.0.0.0": { - "compile": { - "System.Diagnostics.StackTrace.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.TextWriterTraceListener/9.0.0.0": { - "compile": { - "System.Diagnostics.TextWriterTraceListener.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.Tools.Reference/9.0.0.0": { - "compile": { - "System.Diagnostics.Tools.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.TraceSource/9.0.0.0": { - "compile": { - "System.Diagnostics.TraceSource.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.Tracing.Reference/9.0.0.0": { - "compile": { - "System.Diagnostics.Tracing.dll": {} - }, - "compileOnly": true - }, - "System/4.0.0.0": { - "compile": { - "System.dll": {} - }, - "compileOnly": true - }, - "System.Drawing/4.0.0.0": { - "compile": { - "System.Drawing.dll": {} - }, - "compileOnly": true - }, - "System.Drawing.Primitives/9.0.0.0": { - "compile": { - "System.Drawing.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.Dynamic.Runtime.Reference/9.0.0.0": { - "compile": { - "System.Dynamic.Runtime.dll": {} - }, - "compileOnly": true - }, - "System.Formats.Asn1.Reference/9.0.0.0": { - "compile": { - "System.Formats.Asn1.dll": {} - }, - "compileOnly": true - }, - "System.Formats.Tar/9.0.0.0": { - "compile": { - "System.Formats.Tar.dll": {} - }, - "compileOnly": true - }, - "System.Globalization.Calendars.Reference/9.0.0.0": { - "compile": { - "System.Globalization.Calendars.dll": {} - }, - "compileOnly": true - }, - "System.Globalization.Reference/9.0.0.0": { - "compile": { - "System.Globalization.dll": {} - }, - "compileOnly": true - }, - "System.Globalization.Extensions.Reference/9.0.0.0": { - "compile": { - "System.Globalization.Extensions.dll": {} - }, - "compileOnly": true - }, - "System.IO.Compression.Brotli/9.0.0.0": { - "compile": { - "System.IO.Compression.Brotli.dll": {} - }, - "compileOnly": true - }, - "System.IO.Compression.Reference/9.0.0.0": { - "compile": { - "System.IO.Compression.dll": {} - }, - "compileOnly": true - }, - "System.IO.Compression.FileSystem/4.0.0.0": { - "compile": { - "System.IO.Compression.FileSystem.dll": {} - }, - "compileOnly": true - }, - "System.IO.Compression.ZipFile.Reference/9.0.0.0": { - "compile": { - "System.IO.Compression.ZipFile.dll": {} - }, - "compileOnly": true - }, - "System.IO.Reference/9.0.0.0": { - "compile": { - "System.IO.dll": {} - }, - "compileOnly": true - }, - "System.IO.FileSystem.AccessControl.Reference/9.0.0.0": { - "compile": { - "System.IO.FileSystem.AccessControl.dll": {} - }, - "compileOnly": true - }, - "System.IO.FileSystem.Reference/9.0.0.0": { - "compile": { - "System.IO.FileSystem.dll": {} - }, - "compileOnly": true - }, - "System.IO.FileSystem.DriveInfo/9.0.0.0": { - "compile": { - "System.IO.FileSystem.DriveInfo.dll": {} - }, - "compileOnly": true - }, - "System.IO.FileSystem.Primitives.Reference/9.0.0.0": { - "compile": { - "System.IO.FileSystem.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.IO.FileSystem.Watcher.Reference/9.0.0.0": { - "compile": { - "System.IO.FileSystem.Watcher.dll": {} - }, - "compileOnly": true - }, - "System.IO.IsolatedStorage/9.0.0.0": { - "compile": { - "System.IO.IsolatedStorage.dll": {} - }, - "compileOnly": true - }, - "System.IO.MemoryMappedFiles.Reference/9.0.0.0": { - "compile": { - "System.IO.MemoryMappedFiles.dll": {} - }, - "compileOnly": true - }, - "System.IO.Pipelines.Reference/9.0.0.0": { - "compile": { - "System.IO.Pipelines.dll": {} - }, - "compileOnly": true - }, - "System.IO.Pipes.AccessControl/9.0.0.0": { - "compile": { - "System.IO.Pipes.AccessControl.dll": {} - }, - "compileOnly": true - }, - "System.IO.Pipes/9.0.0.0": { - "compile": { - "System.IO.Pipes.dll": {} - }, - "compileOnly": true - }, - "System.IO.UnmanagedMemoryStream.Reference/9.0.0.0": { - "compile": { - "System.IO.UnmanagedMemoryStream.dll": {} - }, - "compileOnly": true - }, - "System.Linq.Reference/9.0.0.0": { - "compile": { - "System.Linq.dll": {} - }, - "compileOnly": true - }, - "System.Linq.Expressions.Reference/9.0.0.0": { - "compile": { - "System.Linq.Expressions.dll": {} - }, - "compileOnly": true - }, - "System.Linq.Parallel.Reference/9.0.0.0": { - "compile": { - "System.Linq.Parallel.dll": {} - }, - "compileOnly": true - }, - "System.Linq.Queryable.Reference/9.0.0.0": { - "compile": { - "System.Linq.Queryable.dll": {} - }, - "compileOnly": true - }, - "System.Memory.Reference/9.0.0.0": { - "compile": { - "System.Memory.dll": {} - }, - "compileOnly": true - }, - "System.Net/4.0.0.0": { - "compile": { - "System.Net.dll": {} - }, - "compileOnly": true - }, - "System.Net.Http.Reference/9.0.0.0": { - "compile": { - "System.Net.Http.dll": {} - }, - "compileOnly": true - }, - "System.Net.Http.Json/9.0.0.0": { - "compile": { - "System.Net.Http.Json.dll": {} - }, - "compileOnly": true - }, - "System.Net.HttpListener/9.0.0.0": { - "compile": { - "System.Net.HttpListener.dll": {} - }, - "compileOnly": true - }, - "System.Net.Mail/9.0.0.0": { - "compile": { - "System.Net.Mail.dll": {} - }, - "compileOnly": true - }, - "System.Net.NameResolution.Reference/9.0.0.0": { - "compile": { - "System.Net.NameResolution.dll": {} - }, - "compileOnly": true - }, - "System.Net.NetworkInformation/9.0.0.0": { - "compile": { - "System.Net.NetworkInformation.dll": {} - }, - "compileOnly": true - }, - "System.Net.Ping/9.0.0.0": { - "compile": { - "System.Net.Ping.dll": {} - }, - "compileOnly": true - }, - "System.Net.Primitives.Reference/9.0.0.0": { - "compile": { - "System.Net.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.Net.Quic/9.0.0.0": { - "compile": { - "System.Net.Quic.dll": {} - }, - "compileOnly": true - }, - "System.Net.Requests.Reference/9.0.0.0": { - "compile": { - "System.Net.Requests.dll": {} - }, - "compileOnly": true - }, - "System.Net.Security.Reference/9.0.0.0": { - "compile": { - "System.Net.Security.dll": {} - }, - "compileOnly": true - }, - "System.Net.ServicePoint/9.0.0.0": { - "compile": { - "System.Net.ServicePoint.dll": {} - }, - "compileOnly": true - }, - "System.Net.Sockets.Reference/9.0.0.0": { - "compile": { - "System.Net.Sockets.dll": {} - }, - "compileOnly": true - }, - "System.Net.WebClient/9.0.0.0": { - "compile": { - "System.Net.WebClient.dll": {} - }, - "compileOnly": true - }, - "System.Net.WebHeaderCollection.Reference/9.0.0.0": { - "compile": { - "System.Net.WebHeaderCollection.dll": {} - }, - "compileOnly": true - }, - "System.Net.WebProxy/9.0.0.0": { - "compile": { - "System.Net.WebProxy.dll": {} - }, - "compileOnly": true - }, - "System.Net.WebSockets.Client/9.0.0.0": { - "compile": { - "System.Net.WebSockets.Client.dll": {} - }, - "compileOnly": true - }, - "System.Net.WebSockets/9.0.0.0": { - "compile": { - "System.Net.WebSockets.dll": {} - }, - "compileOnly": true - }, - "System.Numerics/4.0.0.0": { - "compile": { - "System.Numerics.dll": {} - }, - "compileOnly": true - }, - "System.Numerics.Vectors.Reference/9.0.0.0": { - "compile": { - "System.Numerics.Vectors.dll": {} - }, - "compileOnly": true - }, - "System.ObjectModel.Reference/9.0.0.0": { - "compile": { - "System.ObjectModel.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.DispatchProxy.Reference/9.0.0.0": { - "compile": { - "System.Reflection.DispatchProxy.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Reference/9.0.0.0": { - "compile": { - "System.Reflection.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Emit.Reference/9.0.0.0": { - "compile": { - "System.Reflection.Emit.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Emit.ILGeneration.Reference/9.0.0.0": { - "compile": { - "System.Reflection.Emit.ILGeneration.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Emit.Lightweight.Reference/9.0.0.0": { - "compile": { - "System.Reflection.Emit.Lightweight.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Extensions.Reference/9.0.0.0": { - "compile": { - "System.Reflection.Extensions.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Metadata.Reference/9.0.0.0": { - "compile": { - "System.Reflection.Metadata.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Primitives.Reference/9.0.0.0": { - "compile": { - "System.Reflection.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.TypeExtensions.Reference/9.0.0.0": { - "compile": { - "System.Reflection.TypeExtensions.dll": {} - }, - "compileOnly": true - }, - "System.Resources.Reader.Reference/9.0.0.0": { - "compile": { - "System.Resources.Reader.dll": {} - }, - "compileOnly": true - }, - "System.Resources.ResourceManager.Reference/9.0.0.0": { - "compile": { - "System.Resources.ResourceManager.dll": {} - }, - "compileOnly": true - }, - "System.Resources.Writer/9.0.0.0": { - "compile": { - "System.Resources.Writer.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.CompilerServices.Unsafe.Reference/9.0.0.0": { - "compile": { - "System.Runtime.CompilerServices.Unsafe.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.CompilerServices.VisualC/9.0.0.0": { - "compile": { - "System.Runtime.CompilerServices.VisualC.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Reference/9.0.0.0": { - "compile": { - "System.Runtime.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Extensions.Reference/9.0.0.0": { - "compile": { - "System.Runtime.Extensions.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Handles.Reference/9.0.0.0": { - "compile": { - "System.Runtime.Handles.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.InteropServices.Reference/9.0.0.0": { - "compile": { - "System.Runtime.InteropServices.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.InteropServices.JavaScript/9.0.0.0": { - "compile": { - "System.Runtime.InteropServices.JavaScript.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.InteropServices.RuntimeInformation.Reference/9.0.0.0": { - "compile": { - "System.Runtime.InteropServices.RuntimeInformation.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Intrinsics/9.0.0.0": { - "compile": { - "System.Runtime.Intrinsics.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Loader.Reference/9.0.0.0": { - "compile": { - "System.Runtime.Loader.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Numerics.Reference/9.0.0.0": { - "compile": { - "System.Runtime.Numerics.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Serialization/4.0.0.0": { - "compile": { - "System.Runtime.Serialization.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Serialization.Formatters/8.1.0.0": { - "compile": { - "System.Runtime.Serialization.Formatters.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Serialization.Json.Reference/9.0.0.0": { - "compile": { - "System.Runtime.Serialization.Json.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Serialization.Primitives.Reference/9.0.0.0": { - "compile": { - "System.Runtime.Serialization.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Serialization.Xml/9.0.0.0": { - "compile": { - "System.Runtime.Serialization.Xml.dll": {} - }, - "compileOnly": true - }, - "System.Security.AccessControl.Reference/9.0.0.0": { - "compile": { - "System.Security.AccessControl.dll": {} - }, - "compileOnly": true - }, - "System.Security.Claims.Reference/9.0.0.0": { - "compile": { - "System.Security.Claims.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.Algorithms.Reference/9.0.0.0": { - "compile": { - "System.Security.Cryptography.Algorithms.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.Cng.Reference/9.0.0.0": { - "compile": { - "System.Security.Cryptography.Cng.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.Csp.Reference/9.0.0.0": { - "compile": { - "System.Security.Cryptography.Csp.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography/9.0.0.0": { - "compile": { - "System.Security.Cryptography.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.Encoding.Reference/9.0.0.0": { - "compile": { - "System.Security.Cryptography.Encoding.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.OpenSsl.Reference/9.0.0.0": { - "compile": { - "System.Security.Cryptography.OpenSsl.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.Primitives.Reference/9.0.0.0": { - "compile": { - "System.Security.Cryptography.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.X509Certificates.Reference/9.0.0.0": { - "compile": { - "System.Security.Cryptography.X509Certificates.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.Xml/9.0.0.0": { - "compile": { - "System.Security.Cryptography.Xml.dll": {} - }, - "compileOnly": true - }, - "System.Security/4.0.0.0": { - "compile": { - "System.Security.dll": {} - }, - "compileOnly": true - }, - "System.Security.Principal.Reference/9.0.0.0": { - "compile": { - "System.Security.Principal.dll": {} - }, - "compileOnly": true - }, - "System.Security.Principal.Windows.Reference/9.0.0.0": { - "compile": { - "System.Security.Principal.Windows.dll": {} - }, - "compileOnly": true - }, - "System.Security.SecureString/9.0.0.0": { - "compile": { - "System.Security.SecureString.dll": {} - }, - "compileOnly": true - }, - "System.ServiceModel.Web/4.0.0.0": { - "compile": { - "System.ServiceModel.Web.dll": {} - }, - "compileOnly": true - }, - "System.ServiceProcess/4.0.0.0": { - "compile": { - "System.ServiceProcess.dll": {} - }, - "compileOnly": true - }, - "System.Text.Encoding.CodePages/9.0.0.0": { - "compile": { - "System.Text.Encoding.CodePages.dll": {} - }, - "compileOnly": true - }, - "System.Text.Encoding.Reference/9.0.0.0": { - "compile": { - "System.Text.Encoding.dll": {} - }, - "compileOnly": true - }, - "System.Text.Encoding.Extensions.Reference/9.0.0.0": { - "compile": { - "System.Text.Encoding.Extensions.dll": {} - }, - "compileOnly": true - }, - "System.Text.Encodings.Web.Reference/9.0.0.0": { - "compile": { - "System.Text.Encodings.Web.dll": {} - }, - "compileOnly": true - }, - "System.Text.Json.Reference/9.0.0.0": { - "compile": { - "System.Text.Json.dll": {} - }, - "compileOnly": true - }, - "System.Text.RegularExpressions.Reference/9.0.0.0": { - "compile": { - "System.Text.RegularExpressions.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Channels.Reference/9.0.0.0": { - "compile": { - "System.Threading.Channels.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Reference/9.0.0.0": { - "compile": { - "System.Threading.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Overlapped.Reference/9.0.0.0": { - "compile": { - "System.Threading.Overlapped.dll": {} - }, - "compileOnly": true - }, - "System.Threading.RateLimiting/9.0.0.0": { - "compile": { - "System.Threading.RateLimiting.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Tasks.Dataflow.Reference/9.0.0.0": { - "compile": { - "System.Threading.Tasks.Dataflow.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Tasks.Reference/9.0.0.0": { - "compile": { - "System.Threading.Tasks.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Tasks.Extensions.Reference/9.0.0.0": { - "compile": { - "System.Threading.Tasks.Extensions.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Tasks.Parallel.Reference/9.0.0.0": { - "compile": { - "System.Threading.Tasks.Parallel.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Thread.Reference/9.0.0.0": { - "compile": { - "System.Threading.Thread.dll": {} - }, - "compileOnly": true - }, - "System.Threading.ThreadPool.Reference/9.0.0.0": { - "compile": { - "System.Threading.ThreadPool.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Timer.Reference/9.0.0.0": { - "compile": { - "System.Threading.Timer.dll": {} - }, - "compileOnly": true - }, - "System.Transactions/4.0.0.0": { - "compile": { - "System.Transactions.dll": {} - }, - "compileOnly": true - }, - "System.Transactions.Local/9.0.0.0": { - "compile": { - "System.Transactions.Local.dll": {} - }, - "compileOnly": true - }, - "System.ValueTuple.Reference/9.0.0.0": { - "compile": { - "System.ValueTuple.dll": {} - }, - "compileOnly": true - }, - "System.Web/4.0.0.0": { - "compile": { - "System.Web.dll": {} - }, - "compileOnly": true - }, - "System.Web.HttpUtility/9.0.0.0": { - "compile": { - "System.Web.HttpUtility.dll": {} - }, - "compileOnly": true - }, - "System.Windows/4.0.0.0": { - "compile": { - "System.Windows.dll": {} - }, - "compileOnly": true - }, - "System.Xml/4.0.0.0": { - "compile": { - "System.Xml.dll": {} - }, - "compileOnly": true - }, - "System.Xml.Linq/4.0.0.0": { - "compile": { - "System.Xml.Linq.dll": {} - }, - "compileOnly": true - }, - "System.Xml.ReaderWriter.Reference/9.0.0.0": { - "compile": { - "System.Xml.ReaderWriter.dll": {} - }, - "compileOnly": true - }, - "System.Xml.Serialization/4.0.0.0": { - "compile": { - "System.Xml.Serialization.dll": {} - }, - "compileOnly": true - }, - "System.Xml.XDocument.Reference/9.0.0.0": { - "compile": { - "System.Xml.XDocument.dll": {} - }, - "compileOnly": true - }, - "System.Xml.XmlDocument.Reference/9.0.0.0": { - "compile": { - "System.Xml.XmlDocument.dll": {} - }, - "compileOnly": true - }, - "System.Xml.XmlSerializer.Reference/9.0.0.0": { - "compile": { - "System.Xml.XmlSerializer.dll": {} - }, - "compileOnly": true - }, - "System.Xml.XPath/9.0.0.0": { - "compile": { - "System.Xml.XPath.dll": {} - }, - "compileOnly": true - }, - "System.Xml.XPath.XDocument/9.0.0.0": { - "compile": { - "System.Xml.XPath.XDocument.dll": {} - }, - "compileOnly": true - }, - "WindowsBase/4.0.0.0": { - "compile": { - "WindowsBase.dll": {} - }, - "compileOnly": true - }, - "Grpc.Tools/2.68.1": { - "compileOnly": true - }, - "Microsoft.AspNetCore.Hosting/2.1.1": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "2.1.1", - "Microsoft.AspNetCore.Http": "2.1.22", - "Microsoft.AspNetCore.Http.Extensions": "2.1.1", - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "8.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "System.Diagnostics.DiagnosticSource": "8.0.1", - "System.Reflection.Metadata": "7.0.0" - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Hosting.Abstractions/2.1.1": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "2.1.1", - "Microsoft.AspNetCore.Http.Abstractions": "2.1.1", - "Microsoft.Extensions.Hosting.Abstractions": "8.0.0" - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.1.1": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "2.1.1", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http/2.1.22": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.1.1", - "Microsoft.AspNetCore.WebUtilities": "2.1.1", - "Microsoft.Extensions.ObjectPool": "7.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Net.Http.Headers": "2.1.1" - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Abstractions/2.1.1": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "2.1.1", - "System.Text.Encodings.Web": "4.7.2" - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Extensions/2.1.1": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.1.1", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Net.Http.Headers": "2.1.1", - "System.Buffers": "4.5.0" - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Features/2.1.1": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.WebUtilities/2.1.1": { - "dependencies": { - "Microsoft.Net.Http.Headers": "2.1.1", - "System.Text.Encodings.Web": "4.7.2" - }, - "compileOnly": true - }, - "Microsoft.Build.Framework/17.8.3": { - "compile": { - "ref/net8.0/Microsoft.Build.Framework.dll": {} - }, - "compileOnly": true - }, - "Microsoft.CodeAnalysis.Analyzers/3.3.4": { - "compileOnly": true - }, - "Microsoft.CSharp/4.7.0": { - "compileOnly": true - }, - "Microsoft.EntityFrameworkCore.Analyzers/9.0.0": { - "compileOnly": true - }, - "Microsoft.Extensions.ApiDescription.Server/6.0.5": { - "compileOnly": true - }, - "Microsoft.Extensions.Caching.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - }, - "compileOnly": true - }, - "Microsoft.Extensions.Caching.Memory/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.CommandLine/6.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0" - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.UserSecrets/6.0.1": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0" - }, - "compileOnly": true - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - }, - "compileOnly": true - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { - "compileOnly": true - }, - "Microsoft.Extensions.Diagnostics.Abstractions/8.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "System.Diagnostics.DiagnosticSource": "8.0.1" - }, - "compileOnly": true - }, - "Microsoft.Extensions.Diagnostics.HealthChecks/8.0.0": { - "dependencies": { - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "8.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - }, - "compileOnly": true - }, - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/8.0.0": { - "compileOnly": true - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - }, - "compileOnly": true - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - }, - "compileOnly": true - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": { - "compileOnly": true - }, - "Microsoft.Extensions.Hosting/6.0.1": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.Configuration.CommandLine": "6.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1", - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "8.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Logging.Console": "6.0.0", - "Microsoft.Extensions.Logging.Debug": "6.0.0", - "Microsoft.Extensions.Logging.EventLog": "6.0.0", - "Microsoft.Extensions.Logging.EventSource": "6.0.0", - "Microsoft.Extensions.Options": "9.0.0" - }, - "compileOnly": true - }, - "Microsoft.Extensions.Hosting.Abstractions/8.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "8.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" - }, - "compileOnly": true - }, - "Microsoft.Extensions.Http/3.1.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.Console/6.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "System.Text.Json": "9.0.0" - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.Debug/6.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.EventLog/6.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "System.Diagnostics.EventLog": "8.0.0" - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.EventSource/6.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Json": "9.0.0" - }, - "compileOnly": true - }, - "Microsoft.Extensions.ObjectPool/7.0.0": { - "compileOnly": true - }, - "Microsoft.Extensions.Options/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - }, - "compileOnly": true - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - }, - "compileOnly": true - }, - "Microsoft.Extensions.Primitives/9.0.0": { - "compileOnly": true - }, - "Microsoft.Net.Http.Headers/2.1.1": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0", - "System.Buffers": "4.5.0" - }, - "compileOnly": true - }, - "Microsoft.NETCore.DotNetHost/1.0.1": { - "compileOnly": true - }, - "Microsoft.NETCore.DotNetHostPolicy/1.0.5": { - "dependencies": { - "Microsoft.NETCore.DotNetHostResolver": "1.0.1" - }, - "compileOnly": true - }, - "Microsoft.NETCore.DotNetHostResolver/1.0.1": { - "dependencies": { - "Microsoft.NETCore.DotNetHost": "1.0.1" - }, - "compileOnly": true - }, - "Microsoft.NETCore.Jit/1.0.7": { - "compileOnly": true - }, - "Microsoft.NETCore.Platforms/5.0.0": { - "compileOnly": true - }, - "Microsoft.NETCore.Runtime.CoreCLR/1.0.7": { - "dependencies": { - "Microsoft.NETCore.Jit": "1.0.7", - "Microsoft.NETCore.Windows.ApiSets": "1.0.1" - }, - "compileOnly": true - }, - "Microsoft.NETCore.Targets/1.1.0": { - "compileOnly": true - }, - "Microsoft.NETCore.Windows.ApiSets/1.0.1": { - "compileOnly": true - }, - "Microsoft.VisualBasic/10.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Dynamic.Runtime": "4.0.11", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0" - }, - "compileOnly": true - }, - "Microsoft.Win32.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compileOnly": true - }, - "Microsoft.Win32.Registry/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - }, - "compileOnly": true - }, - "NETStandard.Library/1.6.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - }, - "compileOnly": true - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "compileOnly": true - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "compileOnly": true - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "compileOnly": true - }, - "runtime.native.System/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0" - }, - "compileOnly": true - }, - "runtime.native.System.IO.Compression/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0" - }, - "compileOnly": true - }, - "runtime.native.System.Net.Http/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0" - }, - "compileOnly": true - }, - "runtime.native.System.Net.Security/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0" - }, - "compileOnly": true - }, - "runtime.native.System.Security.Cryptography/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0" - }, - "compileOnly": true - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - }, - "compileOnly": true - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "compileOnly": true - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "compileOnly": true - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "compileOnly": true - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "compileOnly": true - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "compileOnly": true - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "compileOnly": true - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "compileOnly": true - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "compileOnly": true - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "compileOnly": true - }, - "System.AppContext/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - }, - "compileOnly": true - }, - "System.Buffers/4.5.0": { - "compileOnly": true - }, - "System.Collections/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compileOnly": true - }, - "System.Collections.Concurrent/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - }, - "compileOnly": true - }, - "System.Collections.Immutable/7.0.0": { - "compileOnly": true - }, - "System.ComponentModel/4.0.1": { - "dependencies": { - "System.Runtime": "4.3.0" - }, - "compileOnly": true - }, - "System.ComponentModel.Annotations/4.1.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.ComponentModel": "4.0.1", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0" - }, - "compileOnly": true - }, - "System.Console/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - }, - "compileOnly": true - }, - "System.Diagnostics.Debug/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compileOnly": true - }, - "System.Diagnostics.DiagnosticSource/8.0.1": { - "compileOnly": true - }, - "System.Diagnostics.EventLog/8.0.0": { - "compileOnly": true - }, - "System.Diagnostics.Process/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Primitives": "4.3.0", - "Microsoft.Win32.Registry": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Thread": "4.3.0", - "System.Threading.ThreadPool": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "compileOnly": true - }, - "System.Diagnostics.Tools/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compileOnly": true - }, - "System.Diagnostics.Tracing/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compileOnly": true - }, - "System.Dynamic.Runtime/4.0.11": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - }, - "compileOnly": true - }, - "System.Formats.Asn1/9.0.0": { - "compileOnly": true - }, - "System.Globalization/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compileOnly": true - }, - "System.Globalization.Calendars/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - }, - "compileOnly": true - }, - "System.Globalization.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - }, - "compileOnly": true - }, - "System.IO/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - }, - "compileOnly": true - }, - "System.IO.Compression/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Buffers": "4.5.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - }, - "compileOnly": true - }, - "System.IO.Compression.ZipFile/4.3.0": { - "dependencies": { - "System.Buffers": "4.5.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - }, - "compileOnly": true - }, - "System.IO.FileSystem/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - }, - "compileOnly": true - }, - "System.IO.FileSystem.AccessControl/5.0.0": { - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - }, - "compileOnly": true - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - }, - "compileOnly": true - }, - "System.IO.FileSystem.Watcher/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.Collections": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Overlapped": "4.0.1", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Thread": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "compileOnly": true - }, - "System.IO.MemoryMappedFiles/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.IO.UnmanagedMemoryStream": "4.0.1", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "compileOnly": true - }, - "System.IO.Pipelines/7.0.0": { - "compileOnly": true - }, - "System.IO.UnmanagedMemoryStream/4.0.1": { - "dependencies": { - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - }, - "compileOnly": true - }, - "System.Linq/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - }, - "compileOnly": true - }, - "System.Linq.Expressions/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - }, - "compileOnly": true - }, - "System.Linq.Parallel/4.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - }, - "compileOnly": true - }, - "System.Linq.Queryable/4.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - }, - "compileOnly": true - }, - "System.Memory/4.5.5": { - "compileOnly": true - }, - "System.Net.Http/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "8.0.1", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "compileOnly": true - }, - "System.Net.NameResolution/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Principal.Windows": "5.0.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "compileOnly": true - }, - "System.Net.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - }, - "compileOnly": true - }, - "System.Net.Requests/4.0.11": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.WebHeaderCollection": "4.0.1", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - }, - "compileOnly": true - }, - "System.Net.Security/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Claims": "4.0.1", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Security.Principal": "4.0.1", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.ThreadPool": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Security": "4.0.1", - "runtime.native.System.Security.Cryptography": "4.0.1" - }, - "compileOnly": true - }, - "System.Net.Sockets/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - }, - "compileOnly": true - }, - "System.Net.WebHeaderCollection/4.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - }, - "compileOnly": true - }, - "System.Numerics.Vectors/4.5.0": { - "compileOnly": true - }, - "System.ObjectModel/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - }, - "compileOnly": true - }, - "System.Private.DataContractSerialization/4.1.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.1.1", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XmlDocument": "4.0.1", - "System.Xml.XmlSerializer": "4.0.11" - }, - "compileOnly": true - }, - "System.Reflection/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - }, - "compileOnly": true - }, - "System.Reflection.DispatchProxy/4.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - }, - "compileOnly": true - }, - "System.Reflection.Emit/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - }, - "compileOnly": true - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - }, - "compileOnly": true - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - }, - "compileOnly": true - }, - "System.Reflection.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - }, - "compileOnly": true - }, - "System.Reflection.Metadata/7.0.0": { - "dependencies": { - "System.Collections.Immutable": "7.0.0" - }, - "compileOnly": true - }, - "System.Reflection.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compileOnly": true - }, - "System.Reflection.TypeExtensions/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - }, - "compileOnly": true - }, - "System.Resources.Reader/4.0.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - }, - "compileOnly": true - }, - "System.Resources.ResourceManager/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - }, - "compileOnly": true - }, - "System.Runtime/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0" - }, - "compileOnly": true - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { - "compileOnly": true - }, - "System.Runtime.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compileOnly": true - }, - "System.Runtime.Handles/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compileOnly": true - }, - "System.Runtime.InteropServices/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - }, - "compileOnly": true - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "compileOnly": true - }, - "System.Runtime.Loader/4.0.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - }, - "compileOnly": true - }, - "System.Runtime.Numerics/4.3.0": { - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - }, - "compileOnly": true - }, - "System.Runtime.Serialization.Json/4.0.2": { - "dependencies": { - "System.IO": "4.3.0", - "System.Private.DataContractSerialization": "4.1.1", - "System.Runtime": "4.3.0" - }, - "compileOnly": true - }, - "System.Runtime.Serialization.Primitives/4.1.1": { - "dependencies": { - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - }, - "compileOnly": true - }, - "System.Security.AccessControl/5.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - }, - "compileOnly": true - }, - "System.Security.Claims/4.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Security.Principal": "4.0.1" - }, - "compileOnly": true - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "compileOnly": true - }, - "System.Security.Cryptography.Cng/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0" - }, - "compileOnly": true - }, - "System.Security.Cryptography.Csp/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - }, - "compileOnly": true - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "compileOnly": true - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "compileOnly": true - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - }, - "compileOnly": true - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "compileOnly": true - }, - "System.Security.Principal/4.0.1": { - "dependencies": { - "System.Runtime": "4.3.0" - }, - "compileOnly": true - }, - "System.Security.Principal.Windows/5.0.0": { - "compileOnly": true - }, - "System.Text.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compileOnly": true - }, - "System.Text.Encoding.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - }, - "compileOnly": true - }, - "System.Text.Encodings.Web/4.7.2": { - "compileOnly": true - }, - "System.Text.Json/9.0.0": { - "compileOnly": true - }, - "System.Text.RegularExpressions/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - }, - "compileOnly": true - }, - "System.Threading/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - }, - "compileOnly": true - }, - "System.Threading.Channels/7.0.0": { - "compileOnly": true - }, - "System.Threading.Overlapped/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - }, - "compileOnly": true - }, - "System.Threading.Tasks/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compileOnly": true - }, - "System.Threading.Tasks.Dataflow/4.6.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Dynamic.Runtime": "4.0.11", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - }, - "compileOnly": true - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "compileOnly": true - }, - "System.Threading.Tasks.Parallel/4.3.0": { - "dependencies": { - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - }, - "compileOnly": true - }, - "System.Threading.Thread/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - }, - "compileOnly": true - }, - "System.Threading.ThreadPool/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - }, - "compileOnly": true - }, - "System.Threading.Timer/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compileOnly": true - }, - "System.ValueTuple/4.5.0": { - "compileOnly": true - }, - "System.Xml.ReaderWriter/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "compileOnly": true - }, - "System.Xml.XDocument/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - }, - "compileOnly": true - }, - "System.Xml.XmlDocument/4.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - }, - "compileOnly": true - }, - "System.Xml.XmlSerializer/4.0.11": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XmlDocument": "4.0.1" - }, - "compileOnly": true - } - } - }, - "libraries": { - "Catalog.API/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "AspNetCore.HealthChecks.AzureServiceBus/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-67GttVESv92GIthFMNqLbWvnQr3AFujGGsydKUl51R7p+KETguIJ+yHGUSnLL8XEcIWO0pENO714WlAqmON8EQ==", - "path": "aspnetcore.healthchecks.azureservicebus/8.0.1", - "hashPath": "aspnetcore.healthchecks.azureservicebus.8.0.1.nupkg.sha512" - }, - "AspNetCore.HealthChecks.AzureStorage/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-mjgooDDmZ2VB/xTf3A/uehD1XJfRcIM/oOxDDHkBQzjeTrdWSVpZobOMrEpNSlwCwzEdMvlWAhhSuZNdd+znNA==", - "path": "aspnetcore.healthchecks.azurestorage/7.0.0", - "hashPath": "aspnetcore.healthchecks.azurestorage.7.0.0.nupkg.sha512" - }, - "AspNetCore.HealthChecks.Rabbitmq/8.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A/29xmNWfssOY1zq1bWAaZPW/iJfBhJN+I737KKHQutzB0JFwAIKesjsUWN2BAJwqS/ciFMjNxvCDHtAgU0PIQ==", - "path": "aspnetcore.healthchecks.rabbitmq/8.0.2", - "hashPath": "aspnetcore.healthchecks.rabbitmq.8.0.2.nupkg.sha512" - }, - "AspNetCore.HealthChecks.SqlServer/8.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sTcVVq7/zhfUrSTs0WAktvPdpU1He/sj14gRTogq4eFhn0oImolxNNhJczkYMgFF92RMMW+O+rlcFO7HVOpfiQ==", - "path": "aspnetcore.healthchecks.sqlserver/8.0.2", - "hashPath": "aspnetcore.healthchecks.sqlserver.8.0.2.nupkg.sha512" - }, - "AspNetCore.HealthChecks.UI.Client/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nhC6KIoB/EtTbH3uGm2J6EHEUyTJuETUARFePbmrnA+zjbwsirzIVUQl46qIjvyPABhK0e7Rk+AxcRqC6zikqA==", - "path": "aspnetcore.healthchecks.ui.client/8.0.1", - "hashPath": "aspnetcore.healthchecks.ui.client.8.0.1.nupkg.sha512" - }, - "AspNetCore.HealthChecks.UI.Core/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Vn00MOJ1I0HSqyP7Bt9v0pr0AIgbrXMjL/KFwW+sRwLRogOtep8BWGimd8XYRCbCDLrAi7VSArU02f6pEIw69w==", - "path": "aspnetcore.healthchecks.ui.core/8.0.1", - "hashPath": "aspnetcore.healthchecks.ui.core.8.0.1.nupkg.sha512" - }, - "Autofac/8.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lhHjVB/XJtxPDUQ/FAHWAC7Spu+P9TNfDbyx2W0ABqD1eTRo7TkcZ7l7Oq1S5pKNg7NXswdk9uH73qbOzSwQFA==", - "path": "autofac/8.1.1", - "hashPath": "autofac.8.1.1.nupkg.sha512" - }, - "Autofac.Extensions.DependencyInjection/10.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZjR/onUlP7BzQ7VBBigQepWLAyAzi3VRGX3pP6sBqkPRiT61fsTZqbTpRUKxo30TMgbs1o3y6bpLbETix4SJog==", - "path": "autofac.extensions.dependencyinjection/10.0.0", - "hashPath": "autofac.extensions.dependencyinjection.10.0.0.nupkg.sha512" - }, - "Azure.Core/1.36.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vwqFZdHS4dzPlI7FFRkPx9ctA+aGGeRev3gnzG8lntWvKMmBhAmulABi1O9CEvS3/jzYt7yA+0pqVdxkpAd7dQ==", - "path": "azure.core/1.36.0", - "hashPath": "azure.core.1.36.0.nupkg.sha512" - }, - "Azure.Core.Amqp/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==", - "path": "azure.core.amqp/1.3.0", - "hashPath": "azure.core.amqp.1.3.0.nupkg.sha512" - }, - "Azure.Identity/1.10.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-l1Xm2MWOF2Mzcwuarlw8kWQXLZk3UeB55aQXVyjj23aBfDwOZ3gu5GP2kJ6KlmZeZv2TCzw7x4L3V36iNr3gww==", - "path": "azure.identity/1.10.3", - "hashPath": "azure.identity.1.10.3.nupkg.sha512" - }, - "Azure.Messaging.ServiceBus/7.17.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lpQXW+8IsTsCp8hvMIiqcp0oLYgxc79g7ALYUOOXiZy/3WORlaN237eNx0LCX40wTo7hLtdbVrmoUa+kIohGpg==", - "path": "azure.messaging.servicebus/7.17.0", - "hashPath": "azure.messaging.servicebus.7.17.0.nupkg.sha512" - }, - "Azure.Storage.Blobs/12.17.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Dix9QkBHxHGSj1GLeQ7nBLEIr+2EH8VYyKxl39zsX9VCdeppaiM6yRVZMh1nZw/PJU1uUOOvJ2dGkOzdtfHxJg==", - "path": "azure.storage.blobs/12.17.0", - "hashPath": "azure.storage.blobs.12.17.0.nupkg.sha512" - }, - "Azure.Storage.Common/12.16.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LnfetNqowFvH+0vz3/UkhPIt4NR740O8ci/R5S5THVFG6VCJu5z7GY9VgqVPNSf5w2V5IfzNTrKdwwz7SC6B8g==", - "path": "azure.storage.common/12.16.0", - "hashPath": "azure.storage.common.12.16.0.nupkg.sha512" - }, - "Azure.Storage.Files.Shares/12.15.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eX+jUCenE6+YA5GDwEx5Q6MtzrlK2jGEsFxlVcEXjEyvSO42cJ+ZLCzlLtmoB0RD8SPUOde5+1nFKqblGwHIdw==", - "path": "azure.storage.files.shares/12.15.0", - "hashPath": "azure.storage.files.shares.12.15.0.nupkg.sha512" - }, - "Azure.Storage.Queues/12.15.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZCUxifpmNUAWmEE11KhrU0VPRTxG22IRhZGoplWIr10q2DWQTjqA9ucg1qqJpG966nW2I/pfXdeN7mHU+k00FA==", - "path": "azure.storage.queues/12.15.0", - "hashPath": "azure.storage.queues.12.15.0.nupkg.sha512" - }, - "Fractions/7.2.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1gVCo18/02ZZOJ+dcpVNMsUHF6cLmltMMskUWl2G1l+0OmTTvcwJZq5/JXIVpvOzPM3gDLombsloGMlTQNcv9g==", - "path": "fractions/7.2.1", - "hashPath": "fractions.7.2.1.nupkg.sha512" - }, - "Google.Protobuf/3.28.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OewySX3aQCdKfMJsj2DzBMXQJPI+lm0CBzamU9ViFu3CU9tXYrQWqJ1CZ+/UWtkwOjUeIzbXmoOjRc7B8pbMrA==", - "path": "google.protobuf/3.28.3", - "hashPath": "google.protobuf.3.28.3.nupkg.sha512" - }, - "Grpc.AspNetCore.Server/2.70.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9d6JuMLSxwOX4zERV7HBwq1XL8DD48a6FSoxD5dDXrCz/o0HqMXE2+lRcXHckOlz1JCesznW8XMMJdsU1FfY7w==", - "path": "grpc.aspnetcore.server/2.70.0", - "hashPath": "grpc.aspnetcore.server.2.70.0.nupkg.sha512" - }, - "Grpc.Core.Api/2.70.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-66UotvWcSIq41oiQhLWcQACyKPM4umxXNiht5DQTLZJfNwEswWOcS7Z0xIEHyNIBE7ZpjotH22bEjTkvhPxmVw==", - "path": "grpc.core.api/2.70.0", - "hashPath": "grpc.core.api.2.70.0.nupkg.sha512" - }, - "Grpc.Net.Common/2.70.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rBdEUMyCwa+iB8mqC6JKyPbj3SBHHkReJj/yy/XKJI63GcG6w9DJMMGTVcYHqq4Ci2W4m0HT4jt2pFfFscar8g==", - "path": "grpc.net.common/2.70.0", - "hashPath": "grpc.net.common.2.70.0.nupkg.sha512" - }, - "Humanizer.Core/2.14.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lQKvtaTDOXnoVJ20ibTuSIOf2i0uO0MPbDhd1jm238I+U/2ZnRENj0cktKZhtchBMtCUSRQ5v4xBCUbKNmyVMw==", - "path": "humanizer.core/2.14.1", - "hashPath": "humanizer.core.2.14.1.nupkg.sha512" - }, - "IdentityModel/5.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nuhkbaDH9l5QzNJp2MtP3qio57MPtiRneUN8Ocr7od0JvSYaIe3gBj/vxllr11S/Qvu1AG4GZXoyv5469ewYDA==", - "path": "identitymodel/5.2.0", - "hashPath": "identitymodel.5.2.0.nupkg.sha512" - }, - "IdentityModel.OidcClient/5.2.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OuPhDNAw/EoJVEmYO6/ChZUBcug4OGoGKTKLUyBCsGhlKegxJk25LYQ0EL7GCBMgkEL+BYNJukNZyaJ+JNaWog==", - "path": "identitymodel.oidcclient/5.2.1", - "hashPath": "identitymodel.oidcclient.5.2.1.nupkg.sha512" - }, - "KubernetesClient/12.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Xvc6Kr/W5YUxlMDzy0R80zy+Vd66brS7fSA4COGXu8KZACKPW7+KKS7kxZBLaFYGrUcktXOHpqNNuoukSGcK6A==", - "path": "kubernetesclient/12.1.1", - "hashPath": "kubernetesclient.12.1.1.nupkg.sha512" - }, - "Libuv/1.9.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uqX2Frwf9PW8MaY7PRNY6HM5BpW1D8oj1EdqzrmbEFD5nH63Yat3aEjN/tws6Tw6Fk7LwmLBvtUh32tTeTaHiA==", - "path": "libuv/1.9.1", - "hashPath": "libuv.1.9.1.nupkg.sha512" - }, - "Microsoft.ApplicationInsights/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3AOM9bZtku7RQwHyMEY3tQMrHIgjcfRDa6YQpd/QG2LDGvMydSlL9Di+8LLMt7J2RDdfJ7/2jdYv6yHcMJAnNw==", - "path": "microsoft.applicationinsights/2.22.0", - "hashPath": "microsoft.applicationinsights.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.AspNetCore/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OuiZgRDX0zm3a1DRk/GT54ZsyTg8a88n3cpkVEYFJoRhT5X84l2C68BuKrglE0sIj+C0+o2WTR8S21YBD/ZWgA==", - "path": "microsoft.applicationinsights.aspnetcore/2.22.0", - "hashPath": "microsoft.applicationinsights.aspnetcore.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gseSmuCshdZqcn5r6EW1Zx52e5/p2RpAsHSanlxs8pq+Pbg1RZP678tXtxfVuHC0fA3MVV852pnfFC7ZGB0jew==", - "path": "microsoft.applicationinsights.dependencycollector/2.22.0", - "hashPath": "microsoft.applicationinsights.dependencycollector.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.EventCounterCollector/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/fXUyZIMwaWfETgire4fygaBhY8J+hXvTVhSFXKV0JOFBenzzU4smGW8iRUFhE534a3QrczuFfmfCCkXRKbsNg==", - "path": "microsoft.applicationinsights.eventcountercollector/2.22.0", - "hashPath": "microsoft.applicationinsights.eventcountercollector.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.Kubernetes/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NF7HsDqEPTLkqnm2NyA+xBLE4qzEaY5UEkdhywGeZgI0hjrpbjuFafrZOZPjqMV38WXZ24yv7c4K251+9OgOfw==", - "path": "microsoft.applicationinsights.kubernetes/7.0.0", - "hashPath": "microsoft.applicationinsights.kubernetes.7.0.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nExsJsbN7694ueUNNBms/UNgza9WH4W/I6i5CnF9ujJ1sp57EL5Uk0NP9MDwlLVtYaaiznKPatVSv3Nu8vAplw==", - "path": "microsoft.applicationinsights.perfcountercollector/2.22.0", - "hashPath": "microsoft.applicationinsights.perfcountercollector.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.WindowsServer/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9k1x1+Kq1fElvcv0o/w9w8tRWAa2Y0f4NPBeHF5b2xCety4GM1yv3K3Ra0lZwO3kW0SHlm9M8nrySuyKQlHyYA==", - "path": "microsoft.applicationinsights.windowsserver/2.22.0", - "hashPath": "microsoft.applicationinsights.windowsserver.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Blb6S8UJSJ/jo6mxeO38gKgui75D2brp5NpXJoZUhyJzfmYsfhn7a4t5f+CDfAKyvie7sQB2FIzeEDQSiRE5zw==", - "path": "microsoft.applicationinsights.windowsserver.telemetrychannel/2.22.0", - "hashPath": "microsoft.applicationinsights.windowsserver.telemetrychannel.2.22.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.HealthChecks/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-skfSWx0dJWPc5NKePzPYp8sse4/li4LTrMrM1qDQK4Eq/eEn/syz1rjAQ7K0CwvLeS+7vdERUJ3v//c0oFUuIg==", - "path": "microsoft.aspnetcore.healthchecks/1.0.0", - "hashPath": "microsoft.aspnetcore.healthchecks.1.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/4UONYoAIeexPoAmbzBPkVGA6KAY7t0BM+1sr0fKss2V1ERCdcM+Llub4X5Ma+LJ60oPp6KzM0e3j+Pp/JHCNw==", - "path": "microsoft.aspnetcore.jsonpatch/9.0.0", - "hashPath": "microsoft.aspnetcore.jsonpatch.9.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTFDEmZi3GheCSPrBxzyE63+d5unln2vYldo/nOm1xet/4rpEk2oJYcwpclPQ13E+LZBF9XixkgwYTUwqznlWg==", - "path": "microsoft.aspnetcore.mvc.newtonsoftjson/9.0.0", - "hashPath": "microsoft.aspnetcore.mvc.newtonsoftjson.9.0.0.nupkg.sha512" - }, - "Microsoft.Azure.Amqp/2.6.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iPbNNII4YZGkka7JQS0ZsZfZLcM7dwIoov/DyFiaemRqOTrdJCLgYnFBFhc/3TSh0ZI4/5TpxQPSPSckZ65jmA==", - "path": "microsoft.azure.amqp/2.6.3", - "hashPath": "microsoft.azure.amqp.2.6.3.nupkg.sha512" - }, - "Microsoft.Azure.KeyVault/2.3.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A82ESUdfLz2wMhYuPxrwf/fA7JVt3IARgeMCG3TsaLtxUxa9RBKX3f0zdnKmvBvJ/u1/5g03OLR26GPekqY5HQ==", - "path": "microsoft.azure.keyvault/2.3.2", - "hashPath": "microsoft.azure.keyvault.2.3.2.nupkg.sha512" - }, - "Microsoft.Azure.KeyVault.WebKey/2.0.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MVSYao62R9rwl9KF+IsJm+XBLupJj1ma2lfwNeFlSWziXGAopnYK+YkDWqABOqNIV9kpza/MvNBxITzhlJIyIw==", - "path": "microsoft.azure.keyvault.webkey/2.0.7", - "hashPath": "microsoft.azure.keyvault.webkey.2.0.7.nupkg.sha512" - }, - "Microsoft.Azure.ServiceBus/5.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==", - "path": "microsoft.azure.servicebus/5.2.0", - "hashPath": "microsoft.azure.servicebus.5.2.0.nupkg.sha512" - }, - "Microsoft.Azure.Services.AppAuthentication/1.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==", - "path": "microsoft.azure.services.appauthentication/1.0.3", - "hashPath": "microsoft.azure.services.appauthentication.1.0.3.nupkg.sha512" - }, - "Microsoft.Bcl.AsyncInterfaces/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3aeMZ1N0lJoSyzqiP03hqemtb1BijhsJADdobn/4nsMJ8V1H+CrpuduUe4hlRdx+ikBQju1VGjMD1GJ3Sk05Eg==", - "path": "microsoft.bcl.asyncinterfaces/7.0.0", - "hashPath": "microsoft.bcl.asyncinterfaces.7.0.0.nupkg.sha512" - }, - "Microsoft.Build.Locator/1.7.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sPy10x527Ph16S2u0yGME4S6ohBKJ69WfjeGG/bvELYeZVmJdKjxgnlL8cJJJLGV/cZIRqSfB12UDB8ICakOog==", - "path": "microsoft.build.locator/1.7.8", - "hashPath": "microsoft.build.locator.1.7.8.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Common/4.8.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/jR+e/9aT+BApoQJABlVCKnnggGQbvGh7BKq2/wI1LamxC+LbzhcLj4Vj7gXCofl1n4E521YfF9w0WcASGg/KA==", - "path": "microsoft.codeanalysis.common/4.8.0", - "hashPath": "microsoft.codeanalysis.common.4.8.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.CSharp/4.8.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+3+qfdb/aaGD8PZRCrsdobbzGs1m9u119SkkJt8e/mk3xLJz/udLtS2T6nY27OTXxBBw10HzAbC8Z9w08VyP/g==", - "path": "microsoft.codeanalysis.csharp/4.8.0", - "hashPath": "microsoft.codeanalysis.csharp.4.8.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.CSharp.Workspaces/4.8.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3amm4tq4Lo8/BGvg9p3BJh3S9nKq2wqCXfS7138i69TUpo/bD+XvD0hNurpEBtcNZhi1FyutiomKJqVF39ugYA==", - "path": "microsoft.codeanalysis.csharp.workspaces/4.8.0", - "hashPath": "microsoft.codeanalysis.csharp.workspaces.4.8.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.VisualBasic/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Sf3k8PkTkWqBmXnnblJbvb7ewO6mJzX6WO2t7m04BmOY5qBq6yhhyXnn/BMM+QCec3Arw3X35Zd8f9eBql0qgg==", - "path": "microsoft.codeanalysis.visualbasic/1.3.0", - "hashPath": "microsoft.codeanalysis.visualbasic.1.3.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Workspaces.Common/4.8.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LXyV+MJKsKRu3FGJA3OmSk40OUIa/dQCFLOnm5X8MNcujx7hzGu8o+zjXlb/cy5xUdZK2UKYb9YaQ2E8m9QehQ==", - "path": "microsoft.codeanalysis.workspaces.common/4.8.0", - "hashPath": "microsoft.codeanalysis.workspaces.common.4.8.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Workspaces.MSBuild/4.8.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IEYreI82QZKklp54yPHxZNG9EKSK6nHEkeuf+0Asie9llgS1gp0V1hw7ODG+QyoB7MuAnNQHmeV1Per/ECpv6A==", - "path": "microsoft.codeanalysis.workspaces.msbuild/4.8.0", - "hashPath": "microsoft.codeanalysis.workspaces.msbuild.4.8.0.nupkg.sha512" - }, - "Microsoft.Data.SqlClient/5.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3alfyqRN3ELRtdvU1dGtLBRNQqprr3TJ0WrUJfMISPwg1nPUN2P3Lelah68IKWuV27Ceb7ig95hWNHFTSXfxMg==", - "path": "microsoft.data.sqlclient/5.2.0", - "hashPath": "microsoft.data.sqlclient.5.2.0.nupkg.sha512" - }, - "Microsoft.Data.SqlClient.SNI.runtime/5.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-po1jhvFd+8pbfvJR/puh+fkHi0GRanAdvayh/0e47yaM6CXWZ6opUjCMFuYlAnD2LcbyvQE7fPJKvogmaUcN+w==", - "path": "microsoft.data.sqlclient.sni.runtime/5.2.0", - "hashPath": "microsoft.data.sqlclient.sni.runtime.5.2.0.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wpG+nfnfDAw87R3ovAsUmjr3MZ4tYXf6bFqEPVAIKE6IfPml3DS//iX0DBnf8kWn5ZHSO5oi1m4d/Jf+1LifJQ==", - "path": "microsoft.entityframeworkcore/9.0.0", - "hashPath": "microsoft.entityframeworkcore.9.0.0.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fnmifFL8KaA4ZNLCVgfjCWhZUFxkrDInx5hR4qG7Q8IEaSiy/6VOSRFyx55oH7MV4y7wM3J3EE90nSpcVBI44Q==", - "path": "microsoft.entityframeworkcore.abstractions/9.0.0", - "hashPath": "microsoft.entityframeworkcore.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Design/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Pqo8I+yHJ3VQrAoY0hiSncf+5P7gN/RkNilK5e+/K/yKh+yAWxdUAI6t0TG26a9VPlCa9FhyklzyFvRyj3YG9A==", - "path": "microsoft.entityframeworkcore.design/9.0.0", - "hashPath": "microsoft.entityframeworkcore.design.9.0.0.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Relational/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-j+msw6fWgAE9M3Q/5B9Uhv7pdAdAQUvFPJAiBJmoy+OXvehVbfbCE8ftMAa51Uo2ZeiqVnHShhnv4Y4UJJmUzA==", - "path": "microsoft.entityframeworkcore.relational/9.0.0", - "hashPath": "microsoft.entityframeworkcore.relational.9.0.0.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.SqlServer/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3Y7/3kgz6C5kRFeELLZ5VeIeBlxB31x/ywscbN4r1JqTXIy8WWGo0CqzuOxBy4UzaTzpifElAZvv4fyD3ZQK5w==", - "path": "microsoft.entityframeworkcore.sqlserver/9.0.0", - "hashPath": "microsoft.entityframeworkcore.sqlserver.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.AzureKeyVault/3.1.24": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dAir8lfKn3Ukvis2sGddZ72bbuEQ24VusFELZg2JZDPTjBDyoVVocbxbe/39YAEHEq3TfCAIbHicCCKgHBBa2A==", - "path": "microsoft.extensions.configuration.azurekeyvault/3.1.24", - "hashPath": "microsoft.extensions.configuration.azurekeyvault.3.1.24.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyModel/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-saxr2XzwgDU77LaQfYFXmddEDRUKHF4DaGMZkNB3qjdVSZlax3//dGJagJkKrGMIPNZs2jVFXITyCCR6UHJNdA==", - "path": "microsoft.extensions.dependencymodel/9.0.0", - "hashPath": "microsoft.extensions.dependencymodel.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DiagnosticAdapter/3.1.27": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IHJmvjE3X+PJLlbRvZHnzVO2CglI9FARYgTPbbUNN85gS4jqS0EM/dGhZGwQpr3P4X0/V/OUtmgHvBipS4KTwQ==", - "path": "microsoft.extensions.diagnosticadapter/3.1.27", - "hashPath": "microsoft.extensions.diagnosticadapter.3.1.27.nupkg.sha512" - }, - "Microsoft.Extensions.HealthChecks/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-75bbAOTUl0oBzjmPYdN+o0vReThrl4v/OVvIKsbuUlOhAjma7mOHYR/Nm1KabM36/xWbxgSX9lFCRvOaz/55Tg==", - "path": "microsoft.extensions.healthchecks/1.0.0", - "hashPath": "microsoft.extensions.healthchecks.1.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.ApplicationInsights/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5OmXub+9MyX8FbqgO+hBJRHk1iJ+UZUU20oIU3wo+RbmH6Jtsja79rriHLlzlrkMzWbpCkCzF6f4Yb6iGbsDag==", - "path": "microsoft.extensions.logging.applicationinsights/2.22.0", - "hashPath": "microsoft.extensions.logging.applicationinsights.2.22.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.AzureAppServices/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OMyMioZ23NlBXQb6TecMTr3LTCd2cqglKqMRdcWF8OJ+QQS53iPEo6bWj3CgGqgdXRySv3cxFVnJGSdcEWKR3Q==", - "path": "microsoft.extensions.logging.azureappservices/9.0.0", - "hashPath": "microsoft.extensions.logging.azureappservices.9.0.0.nupkg.sha512" - }, - "Microsoft.Identity.Client/4.56.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rr4zbidvHy9r4NvOAs5hdd964Ao2A0pAeFBJKR95u1CJAVzbd1p6tPTXUZ+5ld0cfThiVSGvz6UHwY6JjraTpA==", - "path": "microsoft.identity.client/4.56.0", - "hashPath": "microsoft.identity.client.4.56.0.nupkg.sha512" - }, - "Microsoft.Identity.Client.Extensions.Msal/4.56.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-H12YAzEGK55vZ+QpxUzozhW8ZZtgPDuWvgA0JbdIR9UhMUplj29JhIgE2imuH8W2Nw9D8JKygR1uxRFtpSNcrg==", - "path": "microsoft.identity.client.extensions.msal/4.56.0", - "hashPath": "microsoft.identity.client.extensions.msal.4.56.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Abstractions/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7iSWSRR72VKeonFdfDi43Lvkca98Y0F3TmmWhRSuHbkjk/IKUSO0Qd272LQFZpi5eDNQNbUXy3o4THXhOAU6cw==", - "path": "microsoft.identitymodel.abstractions/7.0.0", - "hashPath": "microsoft.identitymodel.abstractions.7.0.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==", - "path": "microsoft.identitymodel.clients.activedirectory/3.14.2", - "hashPath": "microsoft.identitymodel.clients.activedirectory.3.14.2.nupkg.sha512" - }, - "Microsoft.IdentityModel.JsonWebTokens/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N+hUPsFZs+IhlMU+qmX8NnYVB9uMxVdcWoPIhKo4oHDR/yuIFh19SVZeFby15cm8S9yedynOcfs7TU5oDCheZw==", - "path": "microsoft.identitymodel.jsonwebtokens/7.0.0", - "hashPath": "microsoft.identitymodel.jsonwebtokens.7.0.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Logging/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6I35Kt2/PQZAyUYLo3+QgT/LubZ5/4Ojelkbyo8KKdDgjMbVocAx2B3P5V7iMCz+rsAe/RLr6ql87QKnHtI+aw==", - "path": "microsoft.identitymodel.logging/7.0.0", - "hashPath": "microsoft.identitymodel.logging.7.0.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols/6.35.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BPQhlDzdFvv1PzaUxNSk+VEPwezlDEVADIKmyxubw7IiELK18uJ06RQ9QKKkds30XI+gDu9n8j24XQ8w7fjWcg==", - "path": "microsoft.identitymodel.protocols/6.35.0", - "hashPath": "microsoft.identitymodel.protocols.6.35.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LMtVqnECCCdSmyFoCOxIE5tXQqkOLrvGrL7OxHg41DIm1bpWtaCdGyVcTAfOQpJXvzND9zUKIN/lhngPkYR8vg==", - "path": "microsoft.identitymodel.protocols.openidconnect/6.35.0", - "hashPath": "microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Tokens/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dxYqmmFLsjBQZ6F6a4XDzrZ1CTxBRFVigJvWiNtXiIsT6UlYMxs9ONMaGx9XKzcxmcgEQ2ADuCqKZduz0LR9Hw==", - "path": "microsoft.identitymodel.tokens/7.0.0", - "hashPath": "microsoft.identitymodel.tokens.7.0.0.nupkg.sha512" - }, - "Microsoft.NETCore.App/1.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rqd+4QNUIdrauKaP8KVo2Ut5OeEGoyOsAMZr7u1IEtSRx5LeA1omVCLpY0TJ5Z47jfMm/MRuD/RG5Ahg8WwX2w==", - "path": "microsoft.netcore.app/1.0.5", - "hashPath": "microsoft.netcore.app.1.0.5.nupkg.sha512" - }, - "Microsoft.OpenApi/1.6.22": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aBvunmrdu/x+4CaA/UP1Jx4xWGwk4kymhoIRnn2Vp+zi5/KOPQJ9EkSXHRUr01WcGKtYl3Au7XfkPJbU1G2sjQ==", - "path": "microsoft.openapi/1.6.22", - "hashPath": "microsoft.openapi.1.6.22.nupkg.sha512" - }, - "Microsoft.Rest.ClientRuntime/2.3.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Hj96LBoCwKY2VQKfSCVGGPV1sSumVjuYnrlpBwL4JSTnSK4b6ZxjLtXj8LgmKav8xJ2gps+UN7eI3hHVFKvBFw==", - "path": "microsoft.rest.clientruntime/2.3.8", - "hashPath": "microsoft.rest.clientruntime.2.3.8.nupkg.sha512" - }, - "Microsoft.Rest.ClientRuntime.Azure/3.3.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6u8JIuvrztse4tPOcvNzAJuzGBP0uY+Ijggk8ZYhp0siGEZ1XfZylf1vpNGUicvwcrhhoIgDW73Z1L6QGssr2g==", - "path": "microsoft.rest.clientruntime.azure/3.3.7", - "hashPath": "microsoft.rest.clientruntime.azure.3.3.7.nupkg.sha512" - }, - "Microsoft.SqlServer.Server/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==", - "path": "microsoft.sqlserver.server/1.0.0", - "hashPath": "microsoft.sqlserver.server.1.0.0.nupkg.sha512" - }, - "Mono.TextTemplating/3.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YqueG52R/Xej4VVbKuRIodjiAhV0HR/XVbLbNrJhCZnzjnSjgMJ/dCdV0akQQxavX6hp/LC6rqLGLcXeQYU7XA==", - "path": "mono.texttemplating/3.0.0", - "hashPath": "mono.texttemplating.3.0.0.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "path": "newtonsoft.json/13.0.3", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" - }, - "Newtonsoft.Json.Bson/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", - "path": "newtonsoft.json.bson/1.0.2", - "hashPath": "newtonsoft.json.bson.1.0.2.nupkg.sha512" - }, - "Polly/8.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GBNZPy7i7OpkaIruWPRJ0+AWzdGDQDnKY91b7Ic2aAch4lKhPjUc5KSffpH9krIWe0MoyghqaRxwRC0Uwz2PkA==", - "path": "polly/8.5.0", - "hashPath": "polly.8.5.0.nupkg.sha512" - }, - "Polly.Core/8.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VYYMZNitZ85UEhwOKkTQI63WEMvzUqwQc74I2mm8h/DBVAMcBBxqYPni4DmuRtbCwngmuONuK2yBJfWNRKzI+A==", - "path": "polly.core/8.5.0", - "hashPath": "polly.core.8.5.0.nupkg.sha512" - }, - "prometheus-net/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A9sOtQB2gEhujBxPKw+KcGScBiPvBmy4lYVM5OlETMj4xjVD5r/ixIg52HHg2P0lcImJTpfeWnD0/9tpQsRQTA==", - "path": "prometheus-net/8.0.1", - "hashPath": "prometheus-net.8.0.1.nupkg.sha512" - }, - "RabbitMQ.Client/6.8.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jNsmGgmCNw2S/NzskeN2ijtGywtH4Sk/G6jWUTD5sY9SrC27Xz6BsLIiB8hdsfjeyWCa4j4GvCIGkpE8wrjU1Q==", - "path": "rabbitmq.client/6.8.1", - "hashPath": "rabbitmq.client.6.8.1.nupkg.sha512" - }, - "Serilog/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2jDkUrSh5EofOp7Lx5Zgy0EB+7hXjjxE2ktTb1WVQmU00lDACR2TdROGKU0K1pDTBSJBN1PqgYpgOZF8mL7NJw==", - "path": "serilog/4.0.0", - "hashPath": "serilog.4.0.0.nupkg.sha512" - }, - "Serilog.AspNetCore/8.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Y5at41mc0OV982DEJslBKHd6uzcWO6POwR3QceJ6gtpMPxCzm4+FElGPF0RdaTD7MGsP6XXE05LMbSi0NO+sXg==", - "path": "serilog.aspnetcore/8.0.3", - "hashPath": "serilog.aspnetcore.8.0.3.nupkg.sha512" - }, - "Serilog.Enrichers.Environment/3.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9BqCE4C9FF+/rJb/CsQwe7oVf44xqkOvMwX//CUxvUR25lFL4tSS6iuxE5eW07quby1BAyAEP+vM6TWsnT3iqw==", - "path": "serilog.enrichers.environment/3.0.1", - "hashPath": "serilog.enrichers.environment.3.0.1.nupkg.sha512" - }, - "Serilog.Extensions.Hosting/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-db0OcbWeSCvYQkHWu6n0v40N4kKaTAXNjlM3BKvcbwvNzYphQFcBR+36eQ/7hMMwOkJvAyLC2a9/jNdUL5NjtQ==", - "path": "serilog.extensions.hosting/8.0.0", - "hashPath": "serilog.extensions.hosting.8.0.0.nupkg.sha512" - }, - "Serilog.Extensions.Logging/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YEAMWu1UnWgf1c1KP85l1SgXGfiVo0Rz6x08pCiPOIBt2Qe18tcZLvdBUuV5o1QHvrs8FAry9wTIhgBRtjIlEg==", - "path": "serilog.extensions.logging/8.0.0", - "hashPath": "serilog.extensions.logging.8.0.0.nupkg.sha512" - }, - "Serilog.Formatting.Compact/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ob6z3ikzFM3D1xalhFuBIK1IOWf+XrQq+H4KeH4VqBcPpNcmUgZlRQ2h3Q7wvthpdZBBoY86qZOI2LCXNaLlNA==", - "path": "serilog.formatting.compact/2.0.0", - "hashPath": "serilog.formatting.compact.2.0.0.nupkg.sha512" - }, - "Serilog.Settings.Configuration/8.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pkxvq0umBKK8IKFJc1aV5S/HGRG/NIxJ6FV42KaTPLfDmBOAbBUB1m5gqqlGxzEa1MgDDWtQlWJdHTSxVWNx+Q==", - "path": "serilog.settings.configuration/8.0.4", - "hashPath": "serilog.settings.configuration.8.0.4.nupkg.sha512" - }, - "Serilog.Sinks.Console/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fQGWqVMClCP2yEyTXPIinSr5c+CBGUvBybPxjAGcf7ctDhadFhrQw03Mv8rJ07/wR5PDfFjewf2LimvXCDzpbA==", - "path": "serilog.sinks.console/6.0.0", - "hashPath": "serilog.sinks.console.6.0.0.nupkg.sha512" - }, - "Serilog.Sinks.Debug/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Y6g3OBJ4JzTyyw16fDqtFcQ41qQAydnEvEqmXjhwhgjsnG/FaJ8GUqF5ldsC/bVkK8KYmqrPhDO+tm4dF6xx4A==", - "path": "serilog.sinks.debug/2.0.0", - "hashPath": "serilog.sinks.debug.2.0.0.nupkg.sha512" - }, - "Serilog.Sinks.File/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uwV5hdhWPwUH1szhO8PJpFiahqXmzPzJT/sOijH/kFgUx+cyoDTMM8MHD0adw9+Iem6itoibbUXHYslzXsLEAg==", - "path": "serilog.sinks.file/5.0.0", - "hashPath": "serilog.sinks.file.5.0.0.nupkg.sha512" - }, - "Serilog.Sinks.Http/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c246Bw1vXtvht/krwQXGwuZ4U2kKxRf8d9iaazZDodnOohTlRR4jZyQS/slWHSjJAj8ZDejCQcITnu+TkYmdFw==", - "path": "serilog.sinks.http/9.0.0", - "hashPath": "serilog.sinks.http.9.0.0.nupkg.sha512" - }, - "Serilog.Sinks.Seq/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-z5ig56/qzjkX6Fj4U/9m1g8HQaQiYPMZS4Uevtjg1I+WWzoGSf5t/E+6JbMP/jbZYhU63bA5NJN5y0x+qqx2Bw==", - "path": "serilog.sinks.seq/8.0.0", - "hashPath": "serilog.sinks.seq.8.0.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore/7.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vJv19UpWm6OOgnS9QLDnWARNVasXUfj8SFvlG7UVALm4nBnfwRnEky7C0veSDqMUmBeMPC6Ec3d6G1ts/J04Uw==", - "path": "swashbuckle.aspnetcore/7.2.0", - "hashPath": "swashbuckle.aspnetcore.7.2.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.Newtonsoft/7.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-otztl1SBfwu10iJx6lc3XG/dSqFXRtx8RQ0XrwrO/NYv0j6WhB+vaTJdfs4EPDh+0r7yORUPb7FQ6WgoApeDNg==", - "path": "swashbuckle.aspnetcore.newtonsoft/7.2.0", - "hashPath": "swashbuckle.aspnetcore.newtonsoft.7.2.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.Swagger/7.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-y27fNDfIh1vGhJjXYynLcZjl7DLOW1bSO2MDsY9wB4Zm1fdxpPsuBSiR4U+0acWlAqLmnuOPKr/OeOgwRUkBlw==", - "path": "swashbuckle.aspnetcore.swagger/7.2.0", - "hashPath": "swashbuckle.aspnetcore.swagger.7.2.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.SwaggerGen/7.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pMrTxGVuXM7t4wqft5CNNU8A0++Yw5kTLmYhB6tbEcyBfO8xEF/Y8pkJhO6BZ/2MYONrRYoQTfPFJqu8fOf5WQ==", - "path": "swashbuckle.aspnetcore.swaggergen/7.2.0", - "hashPath": "swashbuckle.aspnetcore.swaggergen.7.2.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.SwaggerUI/7.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hgrXeKzyp5OGN8qVvL7A+vhmU7mDJTfGpiMBRL66IcfLOyna8UTLtn3cC3CghamXpRDufcc9ciklTszUGEQK0w==", - "path": "swashbuckle.aspnetcore.swaggerui/7.2.0", - "hashPath": "swashbuckle.aspnetcore.swaggerui.7.2.0.nupkg.sha512" - }, - "System.CodeDom/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CPc6tWO1LAer3IzfZufDBRL+UZQcj5uS207NHALQzP84Vp/z6wF0Aa0YZImOQY8iStY0A2zI/e3ihKNPfUm8XA==", - "path": "system.codedom/6.0.0", - "hashPath": "system.codedom.6.0.0.nupkg.sha512" - }, - "System.Composition/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tRwgcAkDd85O8Aq6zHDANzQaq380cek9lbMg5Qma46u5BZXq/G+XvIYmu+UI+BIIZ9zssXLYrkTykEqxxvhcmg==", - "path": "system.composition/7.0.0", - "hashPath": "system.composition.7.0.0.nupkg.sha512" - }, - "System.Composition.AttributedModel/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2QzClqjElKxgI1jK1Jztnq44/8DmSuTSGGahXqQ4TdEV0h9s2KikQZIgcEqVzR7OuWDFPGLHIprBJGQEPr8fAQ==", - "path": "system.composition.attributedmodel/7.0.0", - "hashPath": "system.composition.attributedmodel.7.0.0.nupkg.sha512" - }, - "System.Composition.Convention/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IMhTlpCs4HmlD8B+J8/kWfwX7vrBBOs6xyjSTzBlYSs7W4OET4tlkR/Sg9NG8jkdJH9Mymq0qGdYS1VPqRTBnQ==", - "path": "system.composition.convention/7.0.0", - "hashPath": "system.composition.convention.7.0.0.nupkg.sha512" - }, - "System.Composition.Hosting/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eB6gwN9S+54jCTBJ5bpwMOVerKeUfGGTYCzz3QgDr1P55Gg/Wb27ShfPIhLMjmZ3MoAKu8uUSv6fcCdYJTN7Bg==", - "path": "system.composition.hosting/7.0.0", - "hashPath": "system.composition.hosting.7.0.0.nupkg.sha512" - }, - "System.Composition.Runtime/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aZJ1Zr5Txe925rbo4742XifEyW0MIni1eiUebmcrP3HwLXZ3IbXUj4MFMUH/RmnJOAQiS401leg/2Sz1MkApDw==", - "path": "system.composition.runtime/7.0.0", - "hashPath": "system.composition.runtime.7.0.0.nupkg.sha512" - }, - "System.Composition.TypedParts/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZK0KNPfbtxVceTwh+oHNGUOYV2WNOHReX2AXipuvkURC7s/jPwoWfsu3SnDBDgofqbiWr96geofdQ2erm/KTHg==", - "path": "system.composition.typedparts/7.0.0", - "hashPath": "system.composition.typedparts.7.0.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JlYi9XVvIREURRUlGMr1F6vOFLk7YSY4p1vHo4kX3tQ0AGrjqlRWHDi66ImHhy6qwXBG3BJ6Y1QlYQ+Qz6Xgww==", - "path": "system.configuration.configurationmanager/8.0.0", - "hashPath": "system.configuration.configurationmanager.8.0.0.nupkg.sha512" - }, - "System.Diagnostics.PerformanceCounter/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gbeE5tNp/oB7O8kTTLh3wPPJCxpNOphXPTWVs1BsYuFOYapFijWuh0LYw1qnDo4gwDUYPXOmpTIhvtxisGsYOQ==", - "path": "system.diagnostics.performancecounter/6.0.0", - "hashPath": "system.diagnostics.performancecounter.6.0.0.nupkg.sha512" - }, - "System.IdentityModel.Tokens.Jwt/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3OpN2iJf8lxpzVeFeeZSLtR3co6uKBs3VudS3PkkgdX5WF9fqqdhRMYf7WbkxqWQP/9RpoFbD3RimhfJe3hlQQ==", - "path": "system.identitymodel.tokens.jwt/7.0.0", - "hashPath": "system.identitymodel.tokens.jwt.7.0.0.nupkg.sha512" - }, - "System.IO.Hashing/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Rfm2jYCaUeGysFEZjDe7j1R4x6Z6BzumS/vUT5a1AA/AWJuGX71PoGB0RmpyX3VmrGqVnAwtfMn39OHR8Y/5+g==", - "path": "system.io.hashing/6.0.0", - "hashPath": "system.io.hashing.6.0.0.nupkg.sha512" - }, - "System.Memory.Data/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==", - "path": "system.memory.data/1.0.2", - "hashPath": "system.memory.data.1.0.2.nupkg.sha512" - }, - "System.Runtime.Caching/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4TmlmvGp4kzZomm7J2HJn6IIx0UUrQyhBDyb5O1XiunZlQImXW+B8b7W/sTPcXhSf9rp5NR5aDtQllwbB5elOQ==", - "path": "system.runtime.caching/8.0.0", - "hashPath": "system.runtime.caching.8.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+TUFINV2q2ifyXauQXRwy4CiBhqvDEDZeVJU7qfxya4aRYOKzVBpN+4acx25VcPB9ywUN6C0n8drWl110PhZEg==", - "path": "system.security.cryptography.protecteddata/8.0.0", - "hashPath": "system.security.cryptography.protecteddata.8.0.0.nupkg.sha512" - }, - "YamlDotNet/13.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Q2dqDsb0xAlr092grgHk8/vTXI2snIiYM5ND3IXkgJDFIdPnqDYwYnlk+gwzSeRByDLhiSzTog8uT7xFwH68Zg==", - "path": "yamldotnet/13.3.1", - "hashPath": "yamldotnet.13.3.1.nupkg.sha512" - }, - "EventBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "EventBusRabbitMQ/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "EventBusServiceBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "IntegrationEventLogEF/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Antiforgery/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authentication.Abstractions/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authentication.BearerToken/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authentication.Cookies/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authentication.Core/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authentication/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authentication.OAuth/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authorization/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authorization.Policy/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Components.Authorization/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Components/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Components.Endpoints/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Components.Forms/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Components.Server/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Components.Web/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Connections.Abstractions/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.CookiePolicy/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Cors/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Cryptography.Internal/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.DataProtection/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.DataProtection.Extensions/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Diagnostics/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Diagnostics.HealthChecks/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.HostFiltering/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Hosting.Abstractions.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Hosting.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Html.Abstractions/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Http.Abstractions.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Http.Connections.Common/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Http.Connections/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Http.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Http.Extensions.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Http.Features.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Http.Results/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.HttpLogging/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.HttpOverrides/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.HttpsPolicy/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Identity/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Localization/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Localization.Routing/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Metadata/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.Abstractions/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.Core/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.Cors/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.Formatters.Xml/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.Localization/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.Razor/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.RazorPages/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.OutputCaching/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.RateLimiting/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Razor/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Razor.Runtime/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.RequestDecompression/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.ResponseCaching.Abstractions/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.ResponseCaching/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.ResponseCompression/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Rewrite/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Routing.Abstractions/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Routing/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Server.HttpSys/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Server.IIS/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Server.IISIntegration/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Server.Kestrel.Core/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Server.Kestrel/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Session/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.SignalR.Common/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.SignalR.Core/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.SignalR/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.SignalR.Protocols.Json/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.StaticAssets/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.StaticFiles/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.WebSockets/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.WebUtilities.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.CSharp.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Caching.Abstractions.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Caching.Memory.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.Abstractions.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.Binder.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.CommandLine.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.FileExtensions.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.Ini/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.Json.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.KeyPerFile/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.UserSecrets.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.Xml/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.DependencyInjection.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Diagnostics.Abstractions.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Diagnostics/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Diagnostics.HealthChecks.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Features/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.FileProviders.Abstractions.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.FileProviders.Composite/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.FileProviders.Embedded/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.FileProviders.Physical.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.FileSystemGlobbing.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Hosting.Abstractions.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Hosting.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Http.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Identity.Core/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Identity.Stores/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Localization.Abstractions/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Localization/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.Abstractions.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.Configuration.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.Console.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.Debug.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.EventLog.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.EventSource.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.TraceSource/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.ObjectPool.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Options.DataAnnotations/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Options.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Primitives.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.WebEncoders/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.JSInterop/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Net.Http.Headers.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.VisualBasic.Core/14.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.VisualBasic.Reference/10.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Win32.Primitives.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Win32.Registry.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "mscorlib/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "netstandard/2.1.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.AppContext.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Buffers.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections.Concurrent.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections.Immutable.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections.NonGeneric/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections.Specialized/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.Annotations.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.DataAnnotations/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.EventBasedAsync/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.Primitives/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.TypeConverter/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Configuration/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Console.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Core/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Data.Common/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Data.DataSetExtensions/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Data/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.Contracts/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.Debug.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.DiagnosticSource.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.EventLog.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.FileVersionInfo/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.Process.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.StackTrace/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.TextWriterTraceListener/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.Tools.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.TraceSource/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.Tracing.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Drawing/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Drawing.Primitives/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Dynamic.Runtime.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Formats.Asn1.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Formats.Tar/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Globalization.Calendars.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Globalization.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Globalization.Extensions.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Compression.Brotli/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Compression.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Compression.FileSystem/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Compression.ZipFile.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.FileSystem.AccessControl.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.FileSystem.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.FileSystem.DriveInfo/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.FileSystem.Primitives.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.FileSystem.Watcher.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.IsolatedStorage/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.MemoryMappedFiles.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Pipelines.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Pipes.AccessControl/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Pipes/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.UnmanagedMemoryStream.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Linq.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Linq.Expressions.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Linq.Parallel.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Linq.Queryable.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Memory.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Http.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Http.Json/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.HttpListener/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Mail/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.NameResolution.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.NetworkInformation/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Ping/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Primitives.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Quic/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Requests.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Security.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.ServicePoint/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Sockets.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.WebClient/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.WebHeaderCollection.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.WebProxy/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.WebSockets.Client/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.WebSockets/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Numerics/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Numerics.Vectors.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ObjectModel.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.DispatchProxy.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Emit.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Emit.ILGeneration.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Emit.Lightweight.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Extensions.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Metadata.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Primitives.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.TypeExtensions.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Resources.Reader.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Resources.ResourceManager.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Resources.Writer/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.CompilerServices.Unsafe.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.CompilerServices.VisualC/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Extensions.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Handles.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.InteropServices.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.InteropServices.JavaScript/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.InteropServices.RuntimeInformation.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Intrinsics/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Loader.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Numerics.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Serialization/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Serialization.Formatters/8.1.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Serialization.Json.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Serialization.Primitives.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Serialization.Xml/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.AccessControl.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Claims.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.Algorithms.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.Cng.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.Csp.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.Encoding.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.OpenSsl.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.Primitives.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.X509Certificates.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.Xml/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Principal.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Principal.Windows.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.SecureString/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ServiceModel.Web/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ServiceProcess/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Encoding.CodePages/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Encoding.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Encoding.Extensions.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Encodings.Web.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Json.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.RegularExpressions.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Channels.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Overlapped.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.RateLimiting/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Tasks.Dataflow.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Tasks.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Tasks.Extensions.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Tasks.Parallel.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Thread.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.ThreadPool.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Timer.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Transactions/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Transactions.Local/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ValueTuple.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Web/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Web.HttpUtility/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Windows/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.Linq/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.ReaderWriter.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.Serialization/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.XDocument.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.XmlDocument.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.XmlSerializer.Reference/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.XPath/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.XPath.XDocument/9.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "WindowsBase/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Grpc.Tools/2.68.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BZ96s7ijKAhJoRpIK+pqCeLaGaSwyc5/CAZFwgCcBuAnkU2naYvH0P6qnYCkl0pWDY/JBOnE2RvX9IvRX1Yc5Q==", - "path": "grpc.tools/2.68.1", - "hashPath": "grpc.tools.2.68.1.nupkg.sha512" - }, - "Microsoft.AspNetCore.Hosting/2.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MqYc0DUxrhAPnb5b4HFspxsoJT+gJlLsliSxIgovf4BsbmpaXQId0/pDiVzLuEbmks2w1/lRfY8w0lQOuK1jQQ==", - "path": "microsoft.aspnetcore.hosting/2.1.1", - "hashPath": "microsoft.aspnetcore.hosting.2.1.1.nupkg.sha512" - }, - "Microsoft.AspNetCore.Hosting.Abstractions/2.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-76cKcp2pWhvdV2TXTqMg/DyW7N6cDzTEhtL8vVWFShQN+Ylwv3eO/vUQr2BS3Hz4IZHEpL+FOo2T+MtymHDqDQ==", - "path": "microsoft.aspnetcore.hosting.abstractions/2.1.1", - "hashPath": "microsoft.aspnetcore.hosting.abstractions.2.1.1.nupkg.sha512" - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+vD7HJYzAXNq17t+NgRkpS38cxuAyOBu8ixruOiA3nWsybozolUdALWiZ5QFtGRzajSLPFA2YsbO3NPcqoUwcw==", - "path": "microsoft.aspnetcore.hosting.server.abstractions/2.1.1", - "hashPath": "microsoft.aspnetcore.hosting.server.abstractions.2.1.1.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http/2.1.22": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+Blk++1JWqghbl8+3azQmKhiNZA5wAepL9dY2I6KVmu2Ri07MAcvAVC888qUvO7yd7xgRgZOMfihezKg14O/2A==", - "path": "microsoft.aspnetcore.http/2.1.22", - "hashPath": "microsoft.aspnetcore.http.2.1.22.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http.Abstractions/2.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kQUEVOU4loc8CPSb2WoHFTESqwIa8Ik7ysCBfTwzHAd0moWovc9JQLmhDIHlYLjHbyexqZAlkq/FPRUZqokebw==", - "path": "microsoft.aspnetcore.http.abstractions/2.1.1", - "hashPath": "microsoft.aspnetcore.http.abstractions.2.1.1.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http.Extensions/2.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ncAgV+cqsWSqjLXFUTyObGh4Tr7ShYYs3uW8Q/YpRwZn7eLV7dux5Z6GLY+rsdzmIHiia3Q2NWbLULQi7aziHw==", - "path": "microsoft.aspnetcore.http.extensions/2.1.1", - "hashPath": "microsoft.aspnetcore.http.extensions.2.1.1.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http.Features/2.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VklZ7hWgSvHBcDtwYYkdMdI/adlf7ebxTZ9kdzAhX+gUs5jSHE9mZlTamdgf9miSsxc1QjNazHXTDJdVPZKKTw==", - "path": "microsoft.aspnetcore.http.features/2.1.1", - "hashPath": "microsoft.aspnetcore.http.features.2.1.1.nupkg.sha512" - }, - "Microsoft.AspNetCore.WebUtilities/2.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PGKIZt4+412Z/XPoSjvYu/QIbTxcAQuEFNoA1Pw8a9mgmO0ZhNBmfaNyhgXFf7Rq62kP0tT/2WXpxdcQhkFUPA==", - "path": "microsoft.aspnetcore.webutilities/2.1.1", - "hashPath": "microsoft.aspnetcore.webutilities.2.1.1.nupkg.sha512" - }, - "Microsoft.Build.Framework/17.8.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NrQZJW8TlKVPx72yltGb8SVz3P5mNRk9fNiD/ao8jRSk48WqIIdCn99q4IjlVmPcruuQ+yLdjNQLL8Rb4c916g==", - "path": "microsoft.build.framework/17.8.3", - "hashPath": "microsoft.build.framework.17.8.3.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Analyzers/3.3.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AxkxcPR+rheX0SmvpLVIGLhOUXAKG56a64kV9VQZ4y9gR9ZmPXnqZvHJnmwLSwzrEP6junUF11vuc+aqo5r68g==", - "path": "microsoft.codeanalysis.analyzers/3.3.4", - "hashPath": "microsoft.codeanalysis.analyzers.3.3.4.nupkg.sha512" - }, - "Microsoft.CSharp/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", - "path": "microsoft.csharp/4.7.0", - "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Analyzers/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Qje+DzXJOKiXF72SL0XxNlDtTkvWWvmwknuZtFahY5hIQpRKO59qnGuERIQ3qlzuq5x4bAJ8WMbgU5DLhBgeOQ==", - "path": "microsoft.entityframeworkcore.analyzers/9.0.0", - "hashPath": "microsoft.entityframeworkcore.analyzers.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.ApiDescription.Server/6.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ckb5EDBUNJdFWyajfXzUIMRkhf52fHZOQuuZg/oiu8y7zDCVwD0iHhew6MnThjHmevanpxL3f5ci2TtHQEN6bw==", - "path": "microsoft.extensions.apidescription.server/6.0.5", - "hashPath": "microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FPWZAa9c0H4dvOj351iR1jkUIs4u9ykL4Bm592yhjDyO5lCoWd+TMAHx2EMbarzUvCvgjWjJIoC6//Q9kH6YhA==", - "path": "microsoft.extensions.caching.abstractions/9.0.0", - "hashPath": "microsoft.extensions.caching.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.Memory/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zbnPX/JQ0pETRSUG9fNPBvpIq42Aufvs15gGYyNIMhCun9yhmWihz0WgsI7bSDPjxWTKBf8oX/zv6v2uZ3W9OQ==", - "path": "microsoft.extensions.caching.memory/9.0.0", - "hashPath": "microsoft.extensions.caching.memory.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YIMO9T3JL8MeEXgVozKt2v79hquo/EFtnY0vgxmLnUvk1Rei/halI7kOWZL2RBeV9FMGzgM9LZA8CVaNwFMaNA==", - "path": "microsoft.extensions.configuration/9.0.0", - "hashPath": "microsoft.extensions.configuration.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lqvd7W3FGKUO1+ZoUEMaZ5XDJeWvjpy2/M/ptCGz3tXLD4HWVaSzjufsAsjemasBEg+2SxXVtYVvGt5r2nKDlg==", - "path": "microsoft.extensions.configuration.abstractions/9.0.0", - "hashPath": "microsoft.extensions.configuration.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RiScL99DcyngY9zJA2ROrri7Br8tn5N4hP4YNvGdTN/bvg1A3dwvDOxHnNZ3Im7x2SJ5i4LkX1uPiR/MfSFBLQ==", - "path": "microsoft.extensions.configuration.binder/9.0.0", - "hashPath": "microsoft.extensions.configuration.binder.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.CommandLine/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3nL1qCkZ1Oxx14ZTzgo4MmlO7tso7F+TtMZAY2jUAtTLyAcDp+EDjk3RqafoKiNaePyPvvlleEcBxh3b2Hzl1g==", - "path": "microsoft.extensions.configuration.commandline/6.0.0", - "hashPath": "microsoft.extensions.configuration.commandline.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v5R638eNMxksfXb7MFnkPwLPp+Ym4W/SIGNuoe8qFVVyvygQD5DdLusybmYSJEr9zc1UzWzim/ATKeIOVvOFDg==", - "path": "microsoft.extensions.configuration.environmentvariables/9.0.0", - "hashPath": "microsoft.extensions.configuration.environmentvariables.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4EK93Jcd2lQG4GY6PAw8jGss0ZzFP0vPc1J85mES5fKNuDTqgFXHba9onBw2s18fs3I4vdo2AWyfD1mPAxWSQQ==", - "path": "microsoft.extensions.configuration.fileextensions/9.0.0", - "hashPath": "microsoft.extensions.configuration.fileextensions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WiTK0LrnsqmedrbzwL7f4ZUo+/wByqy2eKab39I380i2rd8ImfCRMrtkqJVGDmfqlkP/YzhckVOwPc5MPrSNpg==", - "path": "microsoft.extensions.configuration.json/9.0.0", - "hashPath": "microsoft.extensions.configuration.json.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.UserSecrets/6.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Fy8yr4V6obi7ZxvKYI1i85jqtwMq8tqyxQVZpRSkgeA8enqy/KvBIMdcuNdznlxQMZa72mvbHqb7vbg4Pyx95w==", - "path": "microsoft.extensions.configuration.usersecrets/6.0.1", - "hashPath": "microsoft.extensions.configuration.usersecrets.6.0.1.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==", - "path": "microsoft.extensions.dependencyinjection/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics.Abstractions/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JHYCQG7HmugNYUhOl368g+NMxYE/N/AiclCYRNlgCY9eVyiBkOHMwK4x60RYMxv9EL3+rmj1mqHvdCiPpC+D4Q==", - "path": "microsoft.extensions.diagnostics.abstractions/8.0.0", - "hashPath": "microsoft.extensions.diagnostics.abstractions.8.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics.HealthChecks/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-P9SoBuVZhJPpALZmSq72aQEb9ryP67EdquaCZGXGrrcASTNHYdrUhnpgSwIipgM5oVC+dKpRXg5zxobmF9xr5g==", - "path": "microsoft.extensions.diagnostics.healthchecks/8.0.0", - "hashPath": "microsoft.extensions.diagnostics.healthchecks.8.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AT2qqos3IgI09ok36Qag9T8bb6kHJ3uT9Q5ki6CySybFsK6/9JbvQAgAHf1pVEjST0/N4JaFaCbm40R5edffwg==", - "path": "microsoft.extensions.diagnostics.healthchecks.abstractions/8.0.0", - "hashPath": "microsoft.extensions.diagnostics.healthchecks.abstractions.8.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uK439QzYR0q2emLVtYzwyK3x+T5bTY4yWsd/k/ZUS9LR6Sflp8MIdhGXW8kQCd86dQD4tLqvcbLkku8qHY263Q==", - "path": "microsoft.extensions.fileproviders.abstractions/9.0.0", - "hashPath": "microsoft.extensions.fileproviders.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3+ZUSpOSmie+o8NnLIRqCxSh65XL/ExU7JYnFOg58awDRlY3lVpZ9A369jkoZL1rpsq7LDhEfkn2ghhGaY1y5Q==", - "path": "microsoft.extensions.fileproviders.physical/9.0.0", - "hashPath": "microsoft.extensions.fileproviders.physical.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jGFKZiXs2HNseK3NK/rfwHNNovER71jSj4BD1a/649ml9+h6oEtYd0GSALZDNW8jZ2Rh+oAeadOa6sagYW1F2A==", - "path": "microsoft.extensions.filesystemglobbing/9.0.0", - "hashPath": "microsoft.extensions.filesystemglobbing.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting/6.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hbmizc9KPWOacLU8Z8YMaBG6KWdZFppczYV/KwnPGU/8xebWxQxdDeJmLOgg968prb7g2oQgnp6JVLX6lgby8g==", - "path": "microsoft.extensions.hosting/6.0.1", - "hashPath": "microsoft.extensions.hosting.6.0.1.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.Abstractions/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AG7HWwVRdCHlaA++1oKDxLsXIBxmDpMPb3VoyOoAghEWnkUvEAdYQUwnV4jJbAaa/nMYNiEh5ByoLauZBEiovg==", - "path": "microsoft.extensions.hosting.abstractions/8.0.0", - "hashPath": "microsoft.extensions.hosting.abstractions.8.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Http/3.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DLigdcV0nYaT6/ly0rnfP80BnXq8NNd/h8/SkfY39uio7Bd9LauVntp6RcRh1Kj23N+uf80GgL7Win6P3BCtoQ==", - "path": "microsoft.extensions.http/3.1.0", - "hashPath": "microsoft.extensions.http.3.1.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==", - "path": "microsoft.extensions.logging/9.0.0", - "hashPath": "microsoft.extensions.logging.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==", - "path": "microsoft.extensions.logging.abstractions/9.0.0", - "hashPath": "microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-H05HiqaNmg6GjH34ocYE9Wm1twm3Oz2aXZko8GTwGBzM7op2brpAA8pJ5yyD1OpS1mXUtModBYOlcZ/wXeWsSg==", - "path": "microsoft.extensions.logging.configuration/9.0.0", - "hashPath": "microsoft.extensions.logging.configuration.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Console/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gsqKzOEdsvq28QiXFxagmn1oRB9GeI5GgYCkoybZtQA0IUb7QPwf1WmN3AwJeNIsadTvIFQCiVK0OVIgKfOBGg==", - "path": "microsoft.extensions.logging.console/6.0.0", - "hashPath": "microsoft.extensions.logging.console.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Debug/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-M9g/JixseSZATJE9tcMn9uzoD4+DbSglivFqVx8YkRJ7VVPmnvCEbOZ0AAaxsL1EKyI4cz07DXOOJExxNsUOHw==", - "path": "microsoft.extensions.logging.debug/6.0.0", - "hashPath": "microsoft.extensions.logging.debug.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.EventLog/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rlo0RxlMd0WtLG3CHI0qOTp6fFn7MvQjlrCjucA31RqmiMFCZkF8CHNbe8O7tbBIyyoLGWB1he9CbaA5iyHthg==", - "path": "microsoft.extensions.logging.eventlog/6.0.0", - "hashPath": "microsoft.extensions.logging.eventlog.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.EventSource/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BeDyyqt7nkm/nr+Gdk+L8n1tUT/u33VkbXAOesgYSNsxDM9hJ1NOBGoZfj9rCbeD2+9myElI6JOVVFmnzgeWQA==", - "path": "microsoft.extensions.logging.eventsource/6.0.0", - "hashPath": "microsoft.extensions.logging.eventsource.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.ObjectPool/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-udvKco0sAVgYGTBnHUb0tY9JQzJ/nPDiv/8PIyz69wl1AibeCDZOLVVI+6156dPfHmJH7ws5oUJRiW4ZmAvuuA==", - "path": "microsoft.extensions.objectpool/7.0.0", - "hashPath": "microsoft.extensions.objectpool.7.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==", - "path": "microsoft.extensions.options/9.0.0", - "hashPath": "microsoft.extensions.options.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ob3FXsXkcSMQmGZi7qP07EQ39kZpSBlTcAZLbJLdI4FIf0Jug8biv2HTavWmnTirchctPlq9bl/26CXtQRguzA==", - "path": "microsoft.extensions.options.configurationextensions/9.0.0", - "hashPath": "microsoft.extensions.options.configurationextensions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==", - "path": "microsoft.extensions.primitives/9.0.0", - "hashPath": "microsoft.extensions.primitives.9.0.0.nupkg.sha512" - }, - "Microsoft.Net.Http.Headers/2.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lPNIphl8b2EuhOE9dMH6EZDmu7pS882O+HMi5BJNsigxHaWlBrYxZHFZgE18cyaPp6SSZcTkKkuzfjV/RRQKlA==", - "path": "microsoft.net.http.headers/2.1.1", - "hashPath": "microsoft.net.http.headers.2.1.1.nupkg.sha512" - }, - "Microsoft.NETCore.DotNetHost/1.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uaMgykq6AckP3hZW4dsD6zjocxyXPz0tcTl8OX7mlSUWsyFXdtf45sjdwI0JIHxt3gnI6GihAlOAwYK8HE4niQ==", - "path": "microsoft.netcore.dotnethost/1.0.1", - "hashPath": "microsoft.netcore.dotnethost.1.0.1.nupkg.sha512" - }, - "Microsoft.NETCore.DotNetHostPolicy/1.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KR8e8+lh/YnhD0wDCMBRUjn0/VnryxHbu6I61U6m7PAyz9HbRr+iX3BYL925OHMFuFmk1atc/RRGjGtVOVrvrg==", - "path": "microsoft.netcore.dotnethostpolicy/1.0.5", - "hashPath": "microsoft.netcore.dotnethostpolicy.1.0.5.nupkg.sha512" - }, - "Microsoft.NETCore.DotNetHostResolver/1.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GEXgpAHB9E0OhfcmNJ664Xcd2bJkz2qkGIAFmCgEI5ANlQy4qEEmBVfUqA+Z9HB85ZwWxZc1eIJ6fxdxcjrctg==", - "path": "microsoft.netcore.dotnethostresolver/1.0.1", - "hashPath": "microsoft.netcore.dotnethostresolver.1.0.1.nupkg.sha512" - }, - "Microsoft.NETCore.Jit/1.0.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pNYSZFvX14x4ubToTLxj9O9xNIEg1kHaL6gkMr8urWKIY65cu8272KRlT3cgJCKLbzFO0XZDjvPlRBCFrbJm7Q==", - "path": "microsoft.netcore.jit/1.0.7", - "hashPath": "microsoft.netcore.jit.1.0.7.nupkg.sha512" - }, - "Microsoft.NETCore.Platforms/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==", - "path": "microsoft.netcore.platforms/5.0.0", - "hashPath": "microsoft.netcore.platforms.5.0.0.nupkg.sha512" - }, - "Microsoft.NETCore.Runtime.CoreCLR/1.0.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-t81co+R1xDubSQDDYP+zddd1Eya7xGeN2XlJMSsNFUCKRm35/5u8knnXOQTdfE1nf6bYqPROt18WlhdZui1FLA==", - "path": "microsoft.netcore.runtime.coreclr/1.0.7", - "hashPath": "microsoft.netcore.runtime.coreclr.1.0.7.nupkg.sha512" - }, - "Microsoft.NETCore.Targets/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", - "path": "microsoft.netcore.targets/1.1.0", - "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512" - }, - "Microsoft.NETCore.Windows.ApiSets/1.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SaToCvvsGMxTgtLv/BrFQ5IFMPRE1zpWbnqbpwykJa8W5XiX82CXI6K2o7yf5xS7EP6t/JzFLV0SIDuWpvBZVw==", - "path": "microsoft.netcore.windows.apisets/1.0.1", - "hashPath": "microsoft.netcore.windows.apisets.1.0.1.nupkg.sha512" - }, - "Microsoft.VisualBasic/10.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HpNyOf/4Tp2lh4FyywB55VITk0SqVxEjDzsVDDyF1yafDN6Bq18xcHowzCPINyYHUTgGcEtmpYiRsFdSo0KKdQ==", - "path": "microsoft.visualbasic/10.0.1", - "hashPath": "microsoft.visualbasic.10.0.1.nupkg.sha512" - }, - "Microsoft.Win32.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "path": "microsoft.win32.primitives/4.3.0", - "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512" - }, - "Microsoft.Win32.Registry/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Lw1/VwLH1yxz6SfFEjVRCN0pnflLEsWgnV4qsdJ512/HhTwnKXUG+zDQ4yTO3K/EJQemGoNaBHX5InISNKTzUQ==", - "path": "microsoft.win32.registry/4.3.0", - "hashPath": "microsoft.win32.registry.4.3.0.nupkg.sha512" - }, - "NETStandard.Library/1.6.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "path": "netstandard.library/1.6.1", - "hashPath": "netstandard.library.1.6.1.nupkg.sha512" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==", - "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==", - "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==", - "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.native.System/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "path": "runtime.native.system/4.3.0", - "hashPath": "runtime.native.system.4.3.0.nupkg.sha512" - }, - "runtime.native.System.IO.Compression/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "path": "runtime.native.system.io.compression/4.3.0", - "hashPath": "runtime.native.system.io.compression.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Net.Http/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "path": "runtime.native.system.net.http/4.3.0", - "hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Net.Security/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Az6Ff6rZFb8nYGAaejFR6jr8ktt9f3e1Q/yKdw0pwHNTLaO/1eCAC9vzBoR9YAb0QeZD6fZXl1A9tRB5stpzXA==", - "path": "runtime.native.system.net.security/4.0.1", - "hashPath": "runtime.native.system.net.security.4.0.1.nupkg.sha512" - }, - "runtime.native.System.Security.Cryptography/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6Z4SIheH5ziCRoMnLBE+fmcAPfyewKbteJQGTT86+dsBRSYZNuUmLS3Qg+rzo1nPdiK19VmOBne54j9kI7sI4Q==", - "path": "runtime.native.system.security.cryptography/4.0.1", - "hashPath": "runtime.native.system.security.cryptography.4.0.1.nupkg.sha512" - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "path": "runtime.native.system.security.cryptography.apple/4.3.0", - "hashPath": "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "path": "runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==", - "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==", - "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==", - "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0", - "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==", - "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==", - "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==", - "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==", - "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==", - "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "System.AppContext/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "path": "system.appcontext/4.3.0", - "hashPath": "system.appcontext.4.3.0.nupkg.sha512" - }, - "System.Buffers/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pL2ChpaRRWI/p4LXyy4RgeWlYF2sgfj/pnVMvBqwNFr5cXg7CXNnWZWxrOONLg8VGdFB8oB+EG2Qw4MLgTOe+A==", - "path": "system.buffers/4.5.0", - "hashPath": "system.buffers.4.5.0.nupkg.sha512" - }, - "System.Collections/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "path": "system.collections/4.3.0", - "hashPath": "system.collections.4.3.0.nupkg.sha512" - }, - "System.Collections.Concurrent/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "path": "system.collections.concurrent/4.3.0", - "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512" - }, - "System.Collections.Immutable/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dQPcs0U1IKnBdRDBkrCTi1FoajSTBzLcVTpjO4MBCMC7f4pDOIPzgBoX8JjG7X6uZRJ8EBxsi8+DR1JuwjnzOQ==", - "path": "system.collections.immutable/7.0.0", - "hashPath": "system.collections.immutable.7.0.0.nupkg.sha512" - }, - "System.ComponentModel/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oBZFnm7seFiVfugsIyOvQCWobNZs7FzqDV/B7tx20Ep/l3UUFCPDkdTnCNaJZTU27zjeODmy2C/cP60u3D4c9w==", - "path": "system.componentmodel/4.0.1", - "hashPath": "system.componentmodel.4.0.1.nupkg.sha512" - }, - "System.ComponentModel.Annotations/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rhnz80h8NnHJzoi0nbQJLRR2cJznyqG168q1bgoSpe5qpaME2SguXzuEzpY68nFCi2kBgHpbU4bRN2cP3unYRA==", - "path": "system.componentmodel.annotations/4.1.0", - "hashPath": "system.componentmodel.annotations.4.1.0.nupkg.sha512" - }, - "System.Console/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "path": "system.console/4.3.0", - "hashPath": "system.console.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Debug/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "path": "system.diagnostics.debug/4.3.0", - "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.DiagnosticSource/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vaoWjvkG1aenR2XdjaVivlCV9fADfgyhW5bZtXT23qaEea0lWiUljdQuze4E31vKM7ZWJaSUsbYIKE3rnzfZUg==", - "path": "system.diagnostics.diagnosticsource/8.0.1", - "hashPath": "system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512" - }, - "System.Diagnostics.EventLog/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fdYxcRjQqTTacKId/2IECojlDSFvp7LP5N78+0z/xH7v/Tuw5ZAxu23Y6PTCRinqyu2ePx+Gn1098NC6jM6d+A==", - "path": "system.diagnostics.eventlog/8.0.0", - "hashPath": "system.diagnostics.eventlog.8.0.0.nupkg.sha512" - }, - "System.Diagnostics.Process/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==", - "path": "system.diagnostics.process/4.3.0", - "hashPath": "system.diagnostics.process.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tools/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "path": "system.diagnostics.tools/4.3.0", - "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tracing/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "path": "system.diagnostics.tracing/4.3.0", - "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512" - }, - "System.Dynamic.Runtime/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-db34f6LHYM0U0JpE+sOmjar27BnqTVkbLJhgfwMpTdgTigG/Hna3m2MYVwnFzGGKnEJk2UXFuoVTr8WUbU91/A==", - "path": "system.dynamic.runtime/4.0.11", - "hashPath": "system.dynamic.runtime.4.0.11.nupkg.sha512" - }, - "System.Formats.Asn1/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VRDjgfqV0hCma5HBQa46nZTRuqfYMWZClwxUtvLJVTCeDp9Esdvr91AfEWP98IMO8ooSv1yXb6/oCc6jApoXvQ==", - "path": "system.formats.asn1/9.0.0", - "hashPath": "system.formats.asn1.9.0.0.nupkg.sha512" - }, - "System.Globalization/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "path": "system.globalization/4.3.0", - "hashPath": "system.globalization.4.3.0.nupkg.sha512" - }, - "System.Globalization.Calendars/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "path": "system.globalization.calendars/4.3.0", - "hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512" - }, - "System.Globalization.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "path": "system.globalization.extensions/4.3.0", - "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512" - }, - "System.IO/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "path": "system.io/4.3.0", - "hashPath": "system.io.4.3.0.nupkg.sha512" - }, - "System.IO.Compression/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "path": "system.io.compression/4.3.0", - "hashPath": "system.io.compression.4.3.0.nupkg.sha512" - }, - "System.IO.Compression.ZipFile/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "path": "system.io.compression.zipfile/4.3.0", - "hashPath": "system.io.compression.zipfile.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "path": "system.io.filesystem/4.3.0", - "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem.AccessControl/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==", - "path": "system.io.filesystem.accesscontrol/5.0.0", - "hashPath": "system.io.filesystem.accesscontrol.5.0.0.nupkg.sha512" - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "path": "system.io.filesystem.primitives/4.3.0", - "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem.Watcher/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qM4Wr3La+RYb/03B0mZZjbA7tHsGzDffnuXP8Sl48HW2JwCjn3kfD5qdw0sqyNNowUipcJMi9/q6sMUrOIJ6UQ==", - "path": "system.io.filesystem.watcher/4.0.0", - "hashPath": "system.io.filesystem.watcher.4.0.0.nupkg.sha512" - }, - "System.IO.MemoryMappedFiles/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Xqj4xaFAnLVpss9ZSUIvB/VdJAA7GxZDnFGDKJfiGAnZ5VnFROn6eOHWepFpujCYTsh6wlZ3B33bqYkF0QJ7Eg==", - "path": "system.io.memorymappedfiles/4.0.0", - "hashPath": "system.io.memorymappedfiles.4.0.0.nupkg.sha512" - }, - "System.IO.Pipelines/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jRn6JYnNPW6xgQazROBLSfpdoczRw694vO5kKvMcNnpXuolEixUyw6IBuBs2Y2mlSX/LdLvyyWmfXhaI3ND1Yg==", - "path": "system.io.pipelines/7.0.0", - "hashPath": "system.io.pipelines.7.0.0.nupkg.sha512" - }, - "System.IO.UnmanagedMemoryStream/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wcq0kXcpfJwdl1Y4/ZjDk7Dhx5HdLyRYYWYmD8Nn8skoGYYQd2BQWbXwjWSczip8AL4Z57o2dWWXAl4aABAKiQ==", - "path": "system.io.unmanagedmemorystream/4.0.1", - "hashPath": "system.io.unmanagedmemorystream.4.0.1.nupkg.sha512" - }, - "System.Linq/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "path": "system.linq/4.3.0", - "hashPath": "system.linq.4.3.0.nupkg.sha512" - }, - "System.Linq.Expressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "path": "system.linq.expressions/4.3.0", - "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512" - }, - "System.Linq.Parallel/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-J7XCa7n2cFn32uLbtceXfBFhgCk5M++50lylHKNbqTiJkw5y4Tglpi6amuJNPCvj9bLzNSI7rs1fi4joLMNRgg==", - "path": "system.linq.parallel/4.0.1", - "hashPath": "system.linq.parallel.4.0.1.nupkg.sha512" - }, - "System.Linq.Queryable/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Yn/WfYe9RoRfmSLvUt2JerP0BTGGykCZkQPgojaxgzF2N0oPo+/AhB8TXOpdCcNlrG3VRtsamtK2uzsp3cqRVw==", - "path": "system.linq.queryable/4.0.1", - "hashPath": "system.linq.queryable.4.0.1.nupkg.sha512" - }, - "System.Memory/4.5.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==", - "path": "system.memory/4.5.5", - "hashPath": "system.memory.4.5.5.nupkg.sha512" - }, - "System.Net.Http/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "path": "system.net.http/4.3.0", - "hashPath": "system.net.http.4.3.0.nupkg.sha512" - }, - "System.Net.NameResolution/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JdqRdM1Qym3YehqdKIi5LHrpypP4JMfxKQSNCJ2z4WawkG0il+N3XfNeJOxll2XrTnG7WgYYPoeiu/KOwg0DQw==", - "path": "system.net.nameresolution/4.0.0", - "hashPath": "system.net.nameresolution.4.0.0.nupkg.sha512" - }, - "System.Net.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "path": "system.net.primitives/4.3.0", - "hashPath": "system.net.primitives.4.3.0.nupkg.sha512" - }, - "System.Net.Requests/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vxGt7C0cZixN+VqoSW4Yakc1Y9WknmxauDqzxgpw/FnBdz4kQNN51l4wxdXX5VY1xjqy//+G+4CvJWp1+f+y6Q==", - "path": "system.net.requests/4.0.11", - "hashPath": "system.net.requests.4.0.11.nupkg.sha512" - }, - "System.Net.Security/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nMs9dUDrJFr18+wgUB3lUpaMcJDqutsuO1C4g3OTuQYZJdnszgmHtjvBAI6eNXK0ZPLIA6sp8axMkd2T2dlzgg==", - "path": "system.net.security/4.0.1", - "hashPath": "system.net.security.4.0.1.nupkg.sha512" - }, - "System.Net.Sockets/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "path": "system.net.sockets/4.3.0", - "hashPath": "system.net.sockets.4.3.0.nupkg.sha512" - }, - "System.Net.WebHeaderCollection/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XX2TIAN+wBSAIV51BU2FvvXMdstUa8b0FBSZmDWjZdwUMmggQSifpTOZ5fNH20z9ZCg2fkV1L5SsZnpO2RQDRQ==", - "path": "system.net.webheadercollection/4.0.1", - "hashPath": "system.net.webheadercollection.4.0.1.nupkg.sha512" - }, - "System.Numerics.Vectors/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==", - "path": "system.numerics.vectors/4.5.0", - "hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512" - }, - "System.ObjectModel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "path": "system.objectmodel/4.3.0", - "hashPath": "system.objectmodel.4.3.0.nupkg.sha512" - }, - "System.Private.DataContractSerialization/4.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==", - "path": "system.private.datacontractserialization/4.1.1", - "hashPath": "system.private.datacontractserialization.4.1.1.nupkg.sha512" - }, - "System.Reflection/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "path": "system.reflection/4.3.0", - "hashPath": "system.reflection.4.3.0.nupkg.sha512" - }, - "System.Reflection.DispatchProxy/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GPPgWoSxQEU3aCKSOvsAc1dhTTi4iq92PUVEVfnGPGwqCf6synaAJGYLKMs5E3CuRfel8ufACWUijXqDpOlGrA==", - "path": "system.reflection.dispatchproxy/4.0.1", - "hashPath": "system.reflection.dispatchproxy.4.0.1.nupkg.sha512" - }, - "System.Reflection.Emit/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "path": "system.reflection.emit/4.3.0", - "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "path": "system.reflection.emit.ilgeneration/4.3.0", - "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "path": "system.reflection.emit.lightweight/4.3.0", - "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512" - }, - "System.Reflection.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "path": "system.reflection.extensions/4.3.0", - "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512" - }, - "System.Reflection.Metadata/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MclTG61lsD9sYdpNz9xsKBzjsmsfCtcMZYXz/IUr2zlhaTaABonlr1ESeompTgM+Xk+IwtGYU7/voh3YWB/fWw==", - "path": "system.reflection.metadata/7.0.0", - "hashPath": "system.reflection.metadata.7.0.0.nupkg.sha512" - }, - "System.Reflection.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "path": "system.reflection.primitives/4.3.0", - "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512" - }, - "System.Reflection.TypeExtensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "path": "system.reflection.typeextensions/4.3.0", - "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512" - }, - "System.Resources.Reader/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VX1iHAoHxgrLZv+nq/9drCZI6Q4SSCzSVyUm1e0U60sqWdj6XhY7wvKmy3RvsSal9h+/vqSWwxxJsm0J4vn/jA==", - "path": "system.resources.reader/4.0.0", - "hashPath": "system.resources.reader.4.0.0.nupkg.sha512" - }, - "System.Resources.ResourceManager/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "path": "system.resources.resourcemanager/4.3.0", - "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512" - }, - "System.Runtime/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "path": "system.runtime/4.3.0", - "hashPath": "system.runtime.4.3.0.nupkg.sha512" - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", - "path": "system.runtime.compilerservices.unsafe/6.0.0", - "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512" - }, - "System.Runtime.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "path": "system.runtime.extensions/4.3.0", - "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512" - }, - "System.Runtime.Handles/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "path": "system.runtime.handles/4.3.0", - "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "path": "system.runtime.interopservices/4.3.0", - "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "path": "system.runtime.interopservices.runtimeinformation/4.3.0", - "hashPath": "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512" - }, - "System.Runtime.Loader/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4UN78GOVU/mbDFcXkEWtetJT/sJ0yic2gGk1HSlSpWI0TDf421xnrZTDZnwNBapk1GQeYN7U1lTj/aQB1by6ow==", - "path": "system.runtime.loader/4.0.0", - "hashPath": "system.runtime.loader.4.0.0.nupkg.sha512" - }, - "System.Runtime.Numerics/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "path": "system.runtime.numerics/4.3.0", - "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512" - }, - "System.Runtime.Serialization.Json/4.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==", - "path": "system.runtime.serialization.json/4.0.2", - "hashPath": "system.runtime.serialization.json.4.0.2.nupkg.sha512" - }, - "System.Runtime.Serialization.Primitives/4.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HZ6Du5QrTG8MNJbf4e4qMO3JRAkIboGT5Fk804uZtg3Gq516S7hAqTm2UZKUHa7/6HUGdVy3AqMQKbns06G/cg==", - "path": "system.runtime.serialization.primitives/4.1.1", - "hashPath": "system.runtime.serialization.primitives.4.1.1.nupkg.sha512" - }, - "System.Security.AccessControl/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==", - "path": "system.security.accesscontrol/5.0.0", - "hashPath": "system.security.accesscontrol.5.0.0.nupkg.sha512" - }, - "System.Security.Claims/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4Jlp0OgJLS/Voj1kyFP6MJlIYp3crgfH8kNQk2p7+4JYfc1aAmh9PZyAMMbDhuoolGNtux9HqSOazsioRiDvCw==", - "path": "system.security.claims/4.0.1", - "hashPath": "system.security.claims.4.0.1.nupkg.sha512" - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "path": "system.security.cryptography.algorithms/4.3.0", - "hashPath": "system.security.cryptography.algorithms.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Cng/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", - "path": "system.security.cryptography.cng/4.3.0", - "hashPath": "system.security.cryptography.cng.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Csp/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "path": "system.security.cryptography.csp/4.3.0", - "hashPath": "system.security.cryptography.csp.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "path": "system.security.cryptography.encoding/4.3.0", - "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "path": "system.security.cryptography.openssl/4.3.0", - "hashPath": "system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "path": "system.security.cryptography.primitives/4.3.0", - "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "path": "system.security.cryptography.x509certificates/4.3.0", - "hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512" - }, - "System.Security.Principal/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-On+SKhXY5rzxh/S8wlH1Rm0ogBlu7zyHNxeNBiXauNrhHRXAe9EuX8Yl5IOzLPGU5Z4kLWHMvORDOCG8iu9hww==", - "path": "system.security.principal/4.0.1", - "hashPath": "system.security.principal.4.0.1.nupkg.sha512" - }, - "System.Security.Principal.Windows/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==", - "path": "system.security.principal.windows/5.0.0", - "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512" - }, - "System.Text.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "path": "system.text.encoding/4.3.0", - "hashPath": "system.text.encoding.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "path": "system.text.encoding.extensions/4.3.0", - "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512" - }, - "System.Text.Encodings.Web/4.7.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iTUgB/WtrZ1sWZs84F2hwyQhiRH6QNjQv2DkwrH+WP6RoFga2Q1m3f9/Q7FG8cck8AdHitQkmkXSY8qylcDmuA==", - "path": "system.text.encodings.web/4.7.2", - "hashPath": "system.text.encodings.web.4.7.2.nupkg.sha512" - }, - "System.Text.Json/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-js7+qAu/9mQvnhA4EfGMZNEzXtJCDxgkgj8ohuxq/Qxv+R56G+ljefhiJHOxTNiw54q8vmABCWUwkMulNdlZ4A==", - "path": "system.text.json/9.0.0", - "hashPath": "system.text.json.9.0.0.nupkg.sha512" - }, - "System.Text.RegularExpressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "path": "system.text.regularexpressions/4.3.0", - "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512" - }, - "System.Threading/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "path": "system.threading/4.3.0", - "hashPath": "system.threading.4.3.0.nupkg.sha512" - }, - "System.Threading.Channels/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qmeeYNROMsONF6ndEZcIQ+VxR4Q/TX/7uIVLJqtwIWL7dDWeh0l1UIqgo4wYyjG//5lUNhwkLDSFl+pAWO6oiA==", - "path": "system.threading.channels/7.0.0", - "hashPath": "system.threading.channels.7.0.0.nupkg.sha512" - }, - "System.Threading.Overlapped/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-f7aLuLkBoCQM2kng7zqLFBXz9Gk48gDK8lk1ih9rH/1arJJzZK9gJwNvPDhL6Ps/l6rwOr8jw+4FCHL0KKWiEg==", - "path": "system.threading.overlapped/4.0.1", - "hashPath": "system.threading.overlapped.4.0.1.nupkg.sha512" - }, - "System.Threading.Tasks/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "path": "system.threading.tasks/4.3.0", - "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks.Dataflow/4.6.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2hRjGu2r2jxRZ55wmcHO/WbdX+YAOz9x6FE8xqkHZgPaoFMKQZRe9dk8xTZIas8fRjxRmzawnTEWIrhlM+Un7w==", - "path": "system.threading.tasks.dataflow/4.6.0", - "hashPath": "system.threading.tasks.dataflow.4.6.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "path": "system.threading.tasks.extensions/4.5.4", - "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512" - }, - "System.Threading.Tasks.Parallel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cbjBNZHf/vQCfcdhzx7knsiygoCKgxL8mZOeocXZn5gWhCdzHIq6bYNKWX0LAJCWYP7bds4yBK8p06YkP0oa0g==", - "path": "system.threading.tasks.parallel/4.3.0", - "hashPath": "system.threading.tasks.parallel.4.3.0.nupkg.sha512" - }, - "System.Threading.Thread/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==", - "path": "system.threading.thread/4.3.0", - "hashPath": "system.threading.thread.4.3.0.nupkg.sha512" - }, - "System.Threading.ThreadPool/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==", - "path": "system.threading.threadpool/4.3.0", - "hashPath": "system.threading.threadpool.4.3.0.nupkg.sha512" - }, - "System.Threading.Timer/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "path": "system.threading.timer/4.3.0", - "hashPath": "system.threading.timer.4.3.0.nupkg.sha512" - }, - "System.ValueTuple/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==", - "path": "system.valuetuple/4.5.0", - "hashPath": "system.valuetuple.4.5.0.nupkg.sha512" - }, - "System.Xml.ReaderWriter/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "path": "system.xml.readerwriter/4.3.0", - "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512" - }, - "System.Xml.XDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "path": "system.xml.xdocument/4.3.0", - "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512" - }, - "System.Xml.XmlDocument/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2eZu6IP+etFVBBFUFzw2w6J21DqIN5eL9Y8r8JfJWUmV28Z5P0SNU01oCisVHQgHsDhHPnmq2s1hJrJCFZWloQ==", - "path": "system.xml.xmldocument/4.0.1", - "hashPath": "system.xml.xmldocument.4.0.1.nupkg.sha512" - }, - "System.Xml.XmlSerializer/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==", - "path": "system.xml.xmlserializer/4.0.11", - "hashPath": "system.xml.xmlserializer.4.0.11.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Catalog.API.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Catalog.API.dll deleted file mode 100644 index fe6b49b0..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Catalog.API.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Catalog.API.pdb b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Catalog.API.pdb deleted file mode 100644 index ce726870..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Catalog.API.pdb and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Catalog.API.runtimeconfig.json b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Catalog.API.runtimeconfig.json deleted file mode 100644 index 1f6a32fe..00000000 --- a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Catalog.API.runtimeconfig.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net9.0", - "frameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "9.0.0" - }, - { - "name": "Microsoft.AspNetCore.App", - "version": "9.0.0" - } - ], - "configProperties": { - "System.GC.Server": true, - "System.Reflection.NullabilityInfoContext.IsSupported": true, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Catalog.API.staticwebassets.endpoints.json b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Catalog.API.staticwebassets.endpoints.json deleted file mode 100644 index 5576e889..00000000 --- a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Catalog.API.staticwebassets.endpoints.json +++ /dev/null @@ -1 +0,0 @@ -{"Version":1,"ManifestType":"Build","Endpoints":[]} \ No newline at end of file diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/EventBus.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/EventBus.dll deleted file mode 100644 index e9cbfb47..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/EventBus.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/EventBus.pdb b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/EventBus.pdb deleted file mode 100644 index c52e9fb9..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/EventBus.pdb and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/EventBusRabbitMQ.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/EventBusRabbitMQ.dll deleted file mode 100644 index 46c6f125..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/EventBusRabbitMQ.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/EventBusRabbitMQ.pdb b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/EventBusRabbitMQ.pdb deleted file mode 100644 index 7195d8c0..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/EventBusRabbitMQ.pdb and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/EventBusServiceBus.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/EventBusServiceBus.dll deleted file mode 100644 index 4ad7feac..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/EventBusServiceBus.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/EventBusServiceBus.pdb b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/EventBusServiceBus.pdb deleted file mode 100644 index e83f7207..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/EventBusServiceBus.pdb and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Fractions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Fractions.dll deleted file mode 100755 index 16f94127..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Fractions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Google.Protobuf.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Google.Protobuf.dll deleted file mode 100755 index d5a89ae8..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Google.Protobuf.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Grpc.AspNetCore.Server.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Grpc.AspNetCore.Server.dll deleted file mode 100755 index d98c0a0e..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Grpc.AspNetCore.Server.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Grpc.Core.Api.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Grpc.Core.Api.dll deleted file mode 100755 index ed6e2a5b..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Grpc.Core.Api.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Grpc.Net.Common.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Grpc.Net.Common.dll deleted file mode 100755 index c9fe90d1..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Grpc.Net.Common.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/HealthChecks.AzureServiceBus.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/HealthChecks.AzureServiceBus.dll deleted file mode 100755 index 63b46633..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/HealthChecks.AzureServiceBus.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/HealthChecks.AzureStorage.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/HealthChecks.AzureStorage.dll deleted file mode 100755 index 02a7545d..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/HealthChecks.AzureStorage.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/HealthChecks.Rabbitmq.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/HealthChecks.Rabbitmq.dll deleted file mode 100755 index da377276..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/HealthChecks.Rabbitmq.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/HealthChecks.SqlServer.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/HealthChecks.SqlServer.dll deleted file mode 100755 index 4c495399..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/HealthChecks.SqlServer.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/HealthChecks.UI.Client.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/HealthChecks.UI.Client.dll deleted file mode 100755 index 005cb03b..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/HealthChecks.UI.Client.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/HealthChecks.UI.Core.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/HealthChecks.UI.Core.dll deleted file mode 100755 index 94b166c4..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/HealthChecks.UI.Core.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Humanizer.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Humanizer.dll deleted file mode 100755 index c9a7ef8a..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Humanizer.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/IdentityModel.OidcClient.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/IdentityModel.OidcClient.dll deleted file mode 100755 index 8ec9f3f0..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/IdentityModel.OidcClient.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/IdentityModel.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/IdentityModel.dll deleted file mode 100755 index 86fb0875..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/IdentityModel.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/IntegrationEventLogEF.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/IntegrationEventLogEF.dll deleted file mode 100644 index da67ad7a..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/IntegrationEventLogEF.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/IntegrationEventLogEF.pdb b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/IntegrationEventLogEF.pdb deleted file mode 100644 index e5a190d5..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/IntegrationEventLogEF.pdb and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/KubernetesClient.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/KubernetesClient.dll deleted file mode 100755 index 44522a93..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/KubernetesClient.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.AI.DependencyCollector.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.AI.DependencyCollector.dll deleted file mode 100755 index b9e88864..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.AI.DependencyCollector.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.AI.EventCounterCollector.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.AI.EventCounterCollector.dll deleted file mode 100755 index 32b9fafe..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.AI.EventCounterCollector.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.AI.PerfCounterCollector.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.AI.PerfCounterCollector.dll deleted file mode 100755 index ddfad5b2..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.AI.PerfCounterCollector.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.AI.ServerTelemetryChannel.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.AI.ServerTelemetryChannel.dll deleted file mode 100755 index ebcfc70b..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.AI.ServerTelemetryChannel.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.AI.WindowsServer.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.AI.WindowsServer.dll deleted file mode 100755 index b1d8bdda..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.AI.WindowsServer.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.AspNetCore.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.AspNetCore.dll deleted file mode 100755 index 648c8258..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.AspNetCore.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.Kubernetes.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.Kubernetes.dll deleted file mode 100755 index caca8a8d..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.Kubernetes.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.dll deleted file mode 100755 index 3f8c8189..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.AspNetCore.HealthChecks.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.AspNetCore.HealthChecks.dll deleted file mode 100755 index 7bbabb33..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.AspNetCore.HealthChecks.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.AspNetCore.JsonPatch.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.AspNetCore.JsonPatch.dll deleted file mode 100755 index f550437b..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.AspNetCore.JsonPatch.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll deleted file mode 100755 index 5babe393..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Azure.Amqp.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Azure.Amqp.dll deleted file mode 100755 index 6d5c4414..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Azure.Amqp.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Azure.KeyVault.WebKey.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Azure.KeyVault.WebKey.dll deleted file mode 100755 index 33492a45..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Azure.KeyVault.WebKey.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Azure.KeyVault.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Azure.KeyVault.dll deleted file mode 100755 index 0e927a42..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Azure.KeyVault.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Azure.ServiceBus.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Azure.ServiceBus.dll deleted file mode 100755 index 5b6af22c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Azure.ServiceBus.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Azure.Services.AppAuthentication.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Azure.Services.AppAuthentication.dll deleted file mode 100755 index ef497490..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Azure.Services.AppAuthentication.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Bcl.AsyncInterfaces.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Bcl.AsyncInterfaces.dll deleted file mode 100755 index f5f1ceec..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Bcl.AsyncInterfaces.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Build.Locator.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Build.Locator.dll deleted file mode 100755 index 446d3415..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Build.Locator.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll deleted file mode 100755 index 2e99f765..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.CSharp.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.CSharp.dll deleted file mode 100755 index 8d56de13..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.CSharp.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.VisualBasic.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.VisualBasic.dll deleted file mode 100755 index 25fbe7e6..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.VisualBasic.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll deleted file mode 100755 index a17c676d..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.dll deleted file mode 100755 index f70a016c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.Workspaces.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.Workspaces.dll deleted file mode 100755 index 7253875b..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.Workspaces.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.dll deleted file mode 100755 index 7d537db6..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Data.SqlClient.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Data.SqlClient.dll deleted file mode 100755 index 62203592..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Data.SqlClient.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Abstractions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Abstractions.dll deleted file mode 100755 index e5b92b54..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Abstractions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Design.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Design.dll deleted file mode 100755 index 41cf45ad..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Design.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Relational.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Relational.dll deleted file mode 100755 index 7e313e5e..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Relational.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.SqlServer.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.SqlServer.dll deleted file mode 100755 index 6c881dc4..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.SqlServer.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.dll deleted file mode 100755 index f362a04d..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll deleted file mode 100755 index decff85a..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll deleted file mode 100755 index e8ee78bf..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.DiagnosticAdapter.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.DiagnosticAdapter.dll deleted file mode 100755 index e74baccd..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.DiagnosticAdapter.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.HealthChecks.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.HealthChecks.dll deleted file mode 100755 index f3a125a2..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.HealthChecks.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.ApplicationInsights.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.ApplicationInsights.dll deleted file mode 100755 index dfb12f20..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.ApplicationInsights.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll deleted file mode 100755 index f3f33fc6..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Identity.Client.Extensions.Msal.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Identity.Client.Extensions.Msal.dll deleted file mode 100755 index 1a2779cf..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Identity.Client.Extensions.Msal.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Identity.Client.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Identity.Client.dll deleted file mode 100755 index eac2f913..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Identity.Client.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll deleted file mode 100755 index d3670bae..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll deleted file mode 100755 index 08dd7824..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.dll deleted file mode 100755 index 19245c62..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll deleted file mode 100755 index 25ff4bf4..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.IdentityModel.Logging.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.IdentityModel.Logging.dll deleted file mode 100755 index 40632195..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.IdentityModel.Logging.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll deleted file mode 100755 index 57a9536b..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.dll deleted file mode 100755 index 9fd9ebf6..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.IdentityModel.Tokens.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.IdentityModel.Tokens.dll deleted file mode 100755 index fa988165..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.IdentityModel.Tokens.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.OpenApi.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.OpenApi.dll deleted file mode 100755 index 8ba2ce69..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.OpenApi.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.Azure.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.Azure.dll deleted file mode 100755 index d7ea3c71..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.Azure.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.dll deleted file mode 100755 index 37eeb80d..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.SqlServer.Server.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.SqlServer.Server.dll deleted file mode 100755 index ddeaa864..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.SqlServer.Server.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Mono.TextTemplating.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Mono.TextTemplating.dll deleted file mode 100755 index 4a765119..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Mono.TextTemplating.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Newtonsoft.Json.Bson.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Newtonsoft.Json.Bson.dll deleted file mode 100755 index e9b1dd22..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Newtonsoft.Json.Bson.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Newtonsoft.Json.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Newtonsoft.Json.dll deleted file mode 100755 index d035c38b..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Newtonsoft.Json.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Pics/1.png b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Pics/1.png deleted file mode 100644 index ee1e5233..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Pics/1.png and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Pics/10.png b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Pics/10.png deleted file mode 100644 index 8d4660c7..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Pics/10.png and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Pics/11.png b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Pics/11.png deleted file mode 100644 index a9f8d659..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Pics/11.png and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Pics/12.png b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Pics/12.png deleted file mode 100644 index 9a083b98..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Pics/12.png and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Pics/13.png b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Pics/13.png deleted file mode 100644 index 7ae7f60b..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Pics/13.png and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Pics/14.png b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Pics/14.png deleted file mode 100644 index f8116678..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Pics/14.png and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Pics/2.png b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Pics/2.png deleted file mode 100644 index 40b2a9e2..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Pics/2.png and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Pics/3.png b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Pics/3.png deleted file mode 100644 index c5f68436..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Pics/3.png and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Pics/4.png b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Pics/4.png deleted file mode 100644 index 2002cd71..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Pics/4.png and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Pics/5.png b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Pics/5.png deleted file mode 100644 index bae3dab3..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Pics/5.png and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Pics/6.png b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Pics/6.png deleted file mode 100644 index 3960c1e7..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Pics/6.png and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Pics/7.png b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Pics/7.png deleted file mode 100644 index 2c0a89e3..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Pics/7.png and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Pics/8.png b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Pics/8.png deleted file mode 100644 index fede0db7..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Pics/8.png and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Pics/9.png b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Pics/9.png deleted file mode 100644 index 417ec0f2..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Pics/9.png and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Polly.Core.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Polly.Core.dll deleted file mode 100755 index 5df31b0b..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Polly.Core.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Polly.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Polly.dll deleted file mode 100755 index 69338063..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Polly.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Prometheus.NetStandard.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Prometheus.NetStandard.dll deleted file mode 100755 index 3a39221b..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Prometheus.NetStandard.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/RabbitMQ.Client.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/RabbitMQ.Client.dll deleted file mode 100755 index 8ad562d9..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/RabbitMQ.Client.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Serilog.AspNetCore.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Serilog.AspNetCore.dll deleted file mode 100755 index 6c600139..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Serilog.AspNetCore.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Serilog.Enrichers.Environment.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Serilog.Enrichers.Environment.dll deleted file mode 100755 index af699261..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Serilog.Enrichers.Environment.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Serilog.Extensions.Hosting.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Serilog.Extensions.Hosting.dll deleted file mode 100755 index 2204d101..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Serilog.Extensions.Hosting.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Serilog.Extensions.Logging.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Serilog.Extensions.Logging.dll deleted file mode 100755 index f2f78c7b..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Serilog.Extensions.Logging.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Serilog.Formatting.Compact.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Serilog.Formatting.Compact.dll deleted file mode 100755 index 7174b834..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Serilog.Formatting.Compact.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Serilog.Settings.Configuration.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Serilog.Settings.Configuration.dll deleted file mode 100755 index 25692ac2..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Serilog.Settings.Configuration.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Serilog.Sinks.Console.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Serilog.Sinks.Console.dll deleted file mode 100755 index 96c89a0d..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Serilog.Sinks.Console.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Serilog.Sinks.Debug.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Serilog.Sinks.Debug.dll deleted file mode 100755 index 2bd024b1..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Serilog.Sinks.Debug.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Serilog.Sinks.File.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Serilog.Sinks.File.dll deleted file mode 100755 index 29dc2fd3..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Serilog.Sinks.File.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Serilog.Sinks.Http.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Serilog.Sinks.Http.dll deleted file mode 100755 index 932d8c6a..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Serilog.Sinks.Http.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Serilog.Sinks.Seq.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Serilog.Sinks.Seq.dll deleted file mode 100755 index 9919e7e5..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Serilog.Sinks.Seq.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Serilog.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Serilog.dll deleted file mode 100755 index 28c98dd3..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Serilog.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Setup/CatalogBrands.csv b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Setup/CatalogBrands.csv deleted file mode 100644 index 2e6571fb..00000000 --- a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Setup/CatalogBrands.csv +++ /dev/null @@ -1,3 +0,0 @@ -CatalogBrand -.NET -Other diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Setup/CatalogItems.csv b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Setup/CatalogItems.csv deleted file mode 100644 index cf2054ba..00000000 --- a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Setup/CatalogItems.csv +++ /dev/null @@ -1,15 +0,0 @@ -CatalogTypeName,CatalogBrandName,Description,Name,Price,PictureFileName,availablestock,onreorder -T-Shirt,.NET,".NET Bot Black Hoodie, and more",.NET Bot Black Hoodie,19.5,1.png,100,false -Mug,.NET,.NET Black & White Mug,.NET Black & White Mug,8.50,2.png,89,true -T-Shirt,Other,Prism White T-Shirt,Prism White T-Shirt,12,3.png,56,false -T-Shirt,.NET,.NET Foundation T-shirt,.NET Foundation T-shirt,12,4.png,120,false -Pin,Other,Roslyn Red Pin,Roslyn Red Pin,8.5,5.png,55,false -T-Shirt,.NET,.NET Blue Hoodie,.NET Blue Hoodie,12,6.png,17,false -T-Shirt,Other,Roslyn Red T-Shirt,Roslyn Red T-Shirt,12,7.png,8,false -T-Shirt,Other,Kudu Purple Hoodie,Kudu Purple Hoodie,8.5,8.png,34,false -Mug,Other,Cup White Mug,Cup White Mug,12,9.png,76,false -Pin,.NET,.NET Foundation Pin,.NET Foundation Pin,12,10.png,11,false -Pin,.NET,Cup Pin,Cup Pin,8.5,11.png,3,false -T-Shirt,Other,Prism White TShirt,Prism White TShirt,12,12.png,0,false -Mug,.NET,Modern .NET Black & White Mug,Modern .NET Black & White Mug,8.50,13.png,89,true -Mug,Other,Modern Cup White Mug,Modern Cup White Mug,12,14.png,76,false diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Setup/CatalogItems.zip b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Setup/CatalogItems.zip deleted file mode 100644 index 5a209970..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Setup/CatalogItems.zip and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Setup/CatalogTypes.csv b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Setup/CatalogTypes.csv deleted file mode 100644 index fc2bac68..00000000 --- a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Setup/CatalogTypes.csv +++ /dev/null @@ -1,4 +0,0 @@ -CatalogType -Mug -T-Shirt -Pin \ No newline at end of file diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll deleted file mode 100755 index 14e84930..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.Swagger.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.Swagger.dll deleted file mode 100755 index 945d2992..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.Swagger.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll deleted file mode 100755 index 979b4a81..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll deleted file mode 100755 index ab4789e1..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.CodeDom.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.CodeDom.dll deleted file mode 100755 index 54c82b66..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.CodeDom.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.Composition.AttributedModel.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.Composition.AttributedModel.dll deleted file mode 100755 index 14317511..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.Composition.AttributedModel.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.Composition.Convention.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.Composition.Convention.dll deleted file mode 100755 index e9dacb14..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.Composition.Convention.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.Composition.Hosting.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.Composition.Hosting.dll deleted file mode 100755 index 8381202a..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.Composition.Hosting.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.Composition.Runtime.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.Composition.Runtime.dll deleted file mode 100755 index d583c3ae..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.Composition.Runtime.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.Composition.TypedParts.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.Composition.TypedParts.dll deleted file mode 100755 index 2b278d7c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.Composition.TypedParts.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.Configuration.ConfigurationManager.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.Configuration.ConfigurationManager.dll deleted file mode 100755 index accdffe1..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.Configuration.ConfigurationManager.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.Diagnostics.PerformanceCounter.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.Diagnostics.PerformanceCounter.dll deleted file mode 100755 index e9092d7f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.Diagnostics.PerformanceCounter.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.IO.Hashing.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.IO.Hashing.dll deleted file mode 100755 index 911ef9b3..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.IO.Hashing.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll deleted file mode 100755 index f8182ae1..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.Memory.Data.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.Memory.Data.dll deleted file mode 100755 index 6f2a3e0a..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.Memory.Data.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.Runtime.Caching.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.Runtime.Caching.dll deleted file mode 100755 index 7395ccd7..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.Runtime.Caching.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.Security.Cryptography.ProtectedData.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.Security.Cryptography.ProtectedData.dll deleted file mode 100755 index 40f1b5a7..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.Security.Cryptography.ProtectedData.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/YamlDotNet.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/YamlDotNet.dll deleted file mode 100755 index 44fac0d0..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/YamlDotNet.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/appsettings.Development.json b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/appsettings.Development.json deleted file mode 100644 index 1d5574f6..00000000 --- a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/appsettings.Development.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "ConnectionString": "Server=tcp:127.0.0.1,5433;Initial Catalog=Microsoft.eShopOnContainers.Services.CatalogDb;User Id=sa;Password=Pass@word", - "PicBaseUrl": "http://localhost:5101/api/v1/catalog/items/[0]/pic/", - "Serilog": { - "MinimumLevel": { - "Default": "Debug", - "Override": { - "Microsoft": "Warning", - "Microsoft.eShopOnContainers": "Debug", - "System": "Warning" - } - } - }, - "EventBusConnection": "localhost" -} \ No newline at end of file diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/appsettings.json b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/appsettings.json deleted file mode 100644 index e9103c7a..00000000 --- a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/appsettings.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "UseCustomizationData": false, - "Serilog": { - "SeqServerUrl": null, - "LogstashgUrl": null, - "MinimumLevel": { - "Default": "Information", - "Override": { - "Microsoft": "Warning", - "Microsoft.eShopOnContainers": "Information", - "System": "Warning" - } - } - }, - "AzureServiceBusEnabled": false, - "AzureStorageEnabled": false, - "SubscriptionClientName": "Catalog", - "ApplicationInsights": { - "InstrumentationKey": "" - }, - "EventBusRetryCount": 5, - "UseVault": false, - "Vault": { - "Name": "eshop", - "ClientId": "your-clien-id", - "ClientSecret": "your-client-secret" - } - -} - \ No newline at end of file diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100755 index 4e90e209..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100755 index 8dcc1bdf..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll deleted file mode 100755 index 8ee4b4de..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100755 index 62b04226..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.resources.dll deleted file mode 100755 index 180a8d9f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100755 index 4b7bae7f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100755 index 05da79f9..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll deleted file mode 100755 index bd0bb72b..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100755 index e1284078..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.resources.dll deleted file mode 100755 index 6a98feb6..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/de/Microsoft.Data.SqlClient.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/de/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index 01c36015..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/de/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100755 index 8e8ced10..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100755 index 970399ec..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll deleted file mode 100755 index 9e6afdd1..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100755 index 6cb47ace..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.resources.dll deleted file mode 100755 index 76ddceb6..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/es/Microsoft.Data.SqlClient.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/es/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index de728e37..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/es/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100755 index c41ed4c3..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100755 index 5fe6dd87..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll deleted file mode 100755 index 6eb37cb7..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100755 index 046c9530..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.resources.dll deleted file mode 100755 index 368bb7bc..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/fr/Microsoft.Data.SqlClient.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/fr/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index eea6fbbb..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/fr/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100755 index 72bb9d56..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100755 index 6051d99d..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll deleted file mode 100755 index ad0d2cd2..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100755 index 829ed5d0..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.resources.dll deleted file mode 100755 index 9890df12..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/it/Microsoft.Data.SqlClient.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/it/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index be385907..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/it/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100755 index eaded8c9..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100755 index 47f3fd5e..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll deleted file mode 100755 index 28c43a13..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100755 index 203cc83b..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.resources.dll deleted file mode 100755 index 208b1d93..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ja/Microsoft.Data.SqlClient.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ja/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index 3796ff2a..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ja/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100755 index 895ca111..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100755 index c712a379..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll deleted file mode 100755 index 4d5b1a35..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100755 index 4790c29c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.resources.dll deleted file mode 100755 index 05bc700a..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ko/Microsoft.Data.SqlClient.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ko/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index 31ff985c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ko/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100755 index eb61affd..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100755 index ea192ccb..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll deleted file mode 100755 index 08eaeab0..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100755 index fce2d362..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.resources.dll deleted file mode 100755 index e1420297..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100755 index 7c202091..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100755 index be860336..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll deleted file mode 100755 index 4be51d2a..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100755 index 768264ca..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.resources.dll deleted file mode 100755 index 0dc6fae0..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/pt-BR/Microsoft.Data.SqlClient.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/pt-BR/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index d027801b..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/pt-BR/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Antiforgery.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Antiforgery.dll deleted file mode 100755 index 0cc50f26..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Antiforgery.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Authentication.Abstractions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Authentication.Abstractions.dll deleted file mode 100755 index 3274cd58..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Authentication.Abstractions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Authentication.BearerToken.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Authentication.BearerToken.dll deleted file mode 100755 index 8c802dd3..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Authentication.BearerToken.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Authentication.Cookies.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Authentication.Cookies.dll deleted file mode 100755 index a117379c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Authentication.Cookies.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Authentication.Core.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Authentication.Core.dll deleted file mode 100755 index ac5fbe3b..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Authentication.Core.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Authentication.OAuth.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Authentication.OAuth.dll deleted file mode 100755 index 3c575683..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Authentication.OAuth.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Authentication.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Authentication.dll deleted file mode 100755 index 2907c43b..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Authentication.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Authorization.Policy.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Authorization.Policy.dll deleted file mode 100755 index c3088404..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Authorization.Policy.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Authorization.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Authorization.dll deleted file mode 100755 index f4aa9f0a..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Authorization.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Components.Authorization.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Components.Authorization.dll deleted file mode 100755 index 21cfd3da..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Components.Authorization.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Components.Endpoints.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Components.Endpoints.dll deleted file mode 100755 index 8e656a55..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Components.Endpoints.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Components.Forms.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Components.Forms.dll deleted file mode 100755 index a52bfcd5..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Components.Forms.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Components.Server.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Components.Server.dll deleted file mode 100755 index 85631b96..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Components.Server.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Components.Web.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Components.Web.dll deleted file mode 100755 index f2386179..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Components.Web.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Components.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Components.dll deleted file mode 100755 index 4973cd1d..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Components.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Connections.Abstractions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Connections.Abstractions.dll deleted file mode 100755 index 48937dfd..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Connections.Abstractions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.CookiePolicy.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.CookiePolicy.dll deleted file mode 100755 index ea61bbb6..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.CookiePolicy.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Cors.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Cors.dll deleted file mode 100755 index c8242f7c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Cors.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Cryptography.Internal.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Cryptography.Internal.dll deleted file mode 100755 index a9692f1b..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Cryptography.Internal.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll deleted file mode 100755 index 0b97bc7a..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.DataProtection.Abstractions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.DataProtection.Abstractions.dll deleted file mode 100755 index 1ce60451..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.DataProtection.Abstractions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.DataProtection.Extensions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.DataProtection.Extensions.dll deleted file mode 100755 index a639bd9c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.DataProtection.Extensions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.DataProtection.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.DataProtection.dll deleted file mode 100755 index ef4e9ced..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.DataProtection.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Diagnostics.Abstractions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Diagnostics.Abstractions.dll deleted file mode 100755 index 6b4f57b1..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Diagnostics.Abstractions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll deleted file mode 100755 index d51a4b06..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Diagnostics.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Diagnostics.dll deleted file mode 100755 index c7d212f6..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Diagnostics.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.HostFiltering.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.HostFiltering.dll deleted file mode 100755 index 7e26be24..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.HostFiltering.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Hosting.Abstractions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Hosting.Abstractions.dll deleted file mode 100755 index 7d3d1e50..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Hosting.Abstractions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll deleted file mode 100755 index 09ba6cdd..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Hosting.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Hosting.dll deleted file mode 100755 index 4b0e914e..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Hosting.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Html.Abstractions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Html.Abstractions.dll deleted file mode 100755 index e5d30d1f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Html.Abstractions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Http.Abstractions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Http.Abstractions.dll deleted file mode 100755 index 2a360512..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Http.Abstractions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Http.Connections.Common.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Http.Connections.Common.dll deleted file mode 100755 index 88b0d3a1..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Http.Connections.Common.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Http.Connections.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Http.Connections.dll deleted file mode 100755 index 93fd882a..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Http.Connections.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Http.Extensions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Http.Extensions.dll deleted file mode 100755 index f7e3961f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Http.Extensions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Http.Features.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Http.Features.dll deleted file mode 100755 index 9b925a5a..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Http.Features.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Http.Results.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Http.Results.dll deleted file mode 100755 index 77ccdb5c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Http.Results.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Http.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Http.dll deleted file mode 100755 index f57e96e7..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Http.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.HttpLogging.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.HttpLogging.dll deleted file mode 100755 index 3f4677fb..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.HttpLogging.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.HttpOverrides.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.HttpOverrides.dll deleted file mode 100755 index 181f4dc4..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.HttpOverrides.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.HttpsPolicy.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.HttpsPolicy.dll deleted file mode 100755 index 4cc14f7f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.HttpsPolicy.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Identity.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Identity.dll deleted file mode 100755 index 3169ea0a..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Identity.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Localization.Routing.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Localization.Routing.dll deleted file mode 100755 index 95e03bf4..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Localization.Routing.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Localization.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Localization.dll deleted file mode 100755 index 16db9b94..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Localization.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Metadata.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Metadata.dll deleted file mode 100755 index 141e8969..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Metadata.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Mvc.Abstractions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Mvc.Abstractions.dll deleted file mode 100755 index da676b87..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Mvc.Abstractions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Mvc.ApiExplorer.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Mvc.ApiExplorer.dll deleted file mode 100755 index 5b28c668..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Mvc.ApiExplorer.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Mvc.Core.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Mvc.Core.dll deleted file mode 100755 index ba3eb38c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Mvc.Core.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Mvc.Cors.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Mvc.Cors.dll deleted file mode 100755 index 1255fb03..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Mvc.Cors.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Mvc.DataAnnotations.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Mvc.DataAnnotations.dll deleted file mode 100755 index 27827d7a..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Mvc.DataAnnotations.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Json.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Json.dll deleted file mode 100755 index e82b8737..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Json.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll deleted file mode 100755 index 2a942232..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Mvc.Localization.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Mvc.Localization.dll deleted file mode 100755 index f2a3cb92..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Mvc.Localization.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Mvc.Razor.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Mvc.Razor.dll deleted file mode 100755 index 6c78588a..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Mvc.Razor.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Mvc.RazorPages.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Mvc.RazorPages.dll deleted file mode 100755 index f4f96139..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Mvc.RazorPages.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Mvc.TagHelpers.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Mvc.TagHelpers.dll deleted file mode 100755 index 836238ec..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Mvc.TagHelpers.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Mvc.ViewFeatures.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Mvc.ViewFeatures.dll deleted file mode 100755 index fc682493..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Mvc.ViewFeatures.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Mvc.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Mvc.dll deleted file mode 100755 index d9815afa..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Mvc.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.OutputCaching.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.OutputCaching.dll deleted file mode 100755 index 79d916ce..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.OutputCaching.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.RateLimiting.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.RateLimiting.dll deleted file mode 100755 index 6ac41b4a..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.RateLimiting.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Razor.Runtime.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Razor.Runtime.dll deleted file mode 100755 index 9ebaf7b3..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Razor.Runtime.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Razor.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Razor.dll deleted file mode 100755 index 08919f0a..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Razor.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.RequestDecompression.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.RequestDecompression.dll deleted file mode 100755 index d578ae40..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.RequestDecompression.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll deleted file mode 100755 index 98aadc51..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.ResponseCaching.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.ResponseCaching.dll deleted file mode 100755 index 815caea5..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.ResponseCaching.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.ResponseCompression.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.ResponseCompression.dll deleted file mode 100755 index 2534e741..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.ResponseCompression.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Rewrite.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Rewrite.dll deleted file mode 100755 index 113bbba8..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Rewrite.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Routing.Abstractions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Routing.Abstractions.dll deleted file mode 100755 index d4bc9524..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Routing.Abstractions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Routing.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Routing.dll deleted file mode 100755 index b97b91d5..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Routing.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Server.HttpSys.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Server.HttpSys.dll deleted file mode 100755 index 30843f97..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Server.HttpSys.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Server.IIS.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Server.IIS.dll deleted file mode 100755 index a797dfe8..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Server.IIS.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Server.IISIntegration.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Server.IISIntegration.dll deleted file mode 100755 index 2eaf876d..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Server.IISIntegration.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Server.Kestrel.Core.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Server.Kestrel.Core.dll deleted file mode 100755 index a987851b..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Server.Kestrel.Core.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll deleted file mode 100755 index 1585f13a..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll deleted file mode 100755 index 993025ab..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll deleted file mode 100755 index ca303a43..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Server.Kestrel.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Server.Kestrel.dll deleted file mode 100755 index fa311d89..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Server.Kestrel.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Session.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Session.dll deleted file mode 100755 index a4941268..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.Session.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.SignalR.Common.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.SignalR.Common.dll deleted file mode 100755 index d2cc5ad2..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.SignalR.Common.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.SignalR.Core.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.SignalR.Core.dll deleted file mode 100755 index f207e837..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.SignalR.Core.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.SignalR.Protocols.Json.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.SignalR.Protocols.Json.dll deleted file mode 100755 index 5ee15c84..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.SignalR.Protocols.Json.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.SignalR.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.SignalR.dll deleted file mode 100755 index 26c8044f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.SignalR.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.StaticAssets.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.StaticAssets.dll deleted file mode 100755 index b28f3f44..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.StaticAssets.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.StaticFiles.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.StaticFiles.dll deleted file mode 100755 index 270582a3..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.StaticFiles.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.WebSockets.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.WebSockets.dll deleted file mode 100755 index 9815fda4..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.WebSockets.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.WebUtilities.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.WebUtilities.dll deleted file mode 100755 index a86c3074..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.WebUtilities.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.dll deleted file mode 100755 index 30b1a364..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.AspNetCore.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.CSharp.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.CSharp.dll deleted file mode 100755 index 302abdc2..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.CSharp.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Caching.Abstractions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Caching.Abstractions.dll deleted file mode 100755 index 86b9fce2..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Caching.Abstractions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Caching.Memory.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Caching.Memory.dll deleted file mode 100755 index 2038c52d..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Caching.Memory.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Configuration.Abstractions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Configuration.Abstractions.dll deleted file mode 100755 index ed38276e..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Configuration.Abstractions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Configuration.Binder.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Configuration.Binder.dll deleted file mode 100755 index 3bcbe274..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Configuration.Binder.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Configuration.CommandLine.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Configuration.CommandLine.dll deleted file mode 100755 index fc83d69f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Configuration.CommandLine.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Configuration.EnvironmentVariables.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Configuration.EnvironmentVariables.dll deleted file mode 100755 index 939a24b8..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Configuration.EnvironmentVariables.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Configuration.FileExtensions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Configuration.FileExtensions.dll deleted file mode 100755 index c6625c5a..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Configuration.FileExtensions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Configuration.Ini.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Configuration.Ini.dll deleted file mode 100755 index 2423829b..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Configuration.Ini.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Configuration.Json.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Configuration.Json.dll deleted file mode 100755 index 7e7c31b6..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Configuration.Json.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Configuration.KeyPerFile.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Configuration.KeyPerFile.dll deleted file mode 100755 index 13365beb..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Configuration.KeyPerFile.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Configuration.UserSecrets.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Configuration.UserSecrets.dll deleted file mode 100755 index c6cc0e3f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Configuration.UserSecrets.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Configuration.Xml.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Configuration.Xml.dll deleted file mode 100755 index 37035ea3..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Configuration.Xml.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Configuration.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Configuration.dll deleted file mode 100755 index 06fa979f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Configuration.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.DependencyInjection.Abstractions.dll deleted file mode 100755 index 68df3c2c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.DependencyInjection.Abstractions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.DependencyInjection.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.DependencyInjection.dll deleted file mode 100755 index acfbdf5e..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.DependencyInjection.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Diagnostics.Abstractions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Diagnostics.Abstractions.dll deleted file mode 100755 index 78e11a99..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Diagnostics.Abstractions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll deleted file mode 100755 index daaef187..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.dll deleted file mode 100755 index 0b2ab5c4..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Diagnostics.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Diagnostics.dll deleted file mode 100755 index 6a151e86..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Diagnostics.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Features.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Features.dll deleted file mode 100755 index 2c4dde37..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Features.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.FileProviders.Abstractions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.FileProviders.Abstractions.dll deleted file mode 100755 index 5a9e46b0..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.FileProviders.Abstractions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.FileProviders.Composite.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.FileProviders.Composite.dll deleted file mode 100755 index 3949ec6c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.FileProviders.Composite.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.FileProviders.Embedded.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.FileProviders.Embedded.dll deleted file mode 100755 index 01e5c280..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.FileProviders.Embedded.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.FileProviders.Physical.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.FileProviders.Physical.dll deleted file mode 100755 index 2695a213..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.FileProviders.Physical.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.FileSystemGlobbing.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.FileSystemGlobbing.dll deleted file mode 100755 index 29696a7e..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.FileSystemGlobbing.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Hosting.Abstractions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Hosting.Abstractions.dll deleted file mode 100755 index 6f0674e9..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Hosting.Abstractions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Hosting.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Hosting.dll deleted file mode 100755 index 92c78c07..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Hosting.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Http.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Http.dll deleted file mode 100755 index 3bc1e713..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Http.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Identity.Core.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Identity.Core.dll deleted file mode 100755 index 941d0136..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Identity.Core.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Identity.Stores.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Identity.Stores.dll deleted file mode 100755 index 796428c9..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Identity.Stores.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Localization.Abstractions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Localization.Abstractions.dll deleted file mode 100755 index 51af370e..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Localization.Abstractions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Localization.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Localization.dll deleted file mode 100755 index 3d3f8a0b..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Localization.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Logging.Abstractions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Logging.Abstractions.dll deleted file mode 100755 index 4a655ce5..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Logging.Abstractions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Logging.Configuration.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Logging.Configuration.dll deleted file mode 100755 index e5290606..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Logging.Configuration.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Logging.Console.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Logging.Console.dll deleted file mode 100755 index a30c5570..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Logging.Console.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Logging.Debug.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Logging.Debug.dll deleted file mode 100755 index f4fbc048..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Logging.Debug.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Logging.EventLog.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Logging.EventLog.dll deleted file mode 100755 index f367b4e3..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Logging.EventLog.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Logging.EventSource.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Logging.EventSource.dll deleted file mode 100755 index 2aba0521..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Logging.EventSource.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Logging.TraceSource.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Logging.TraceSource.dll deleted file mode 100755 index 5469d423..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Logging.TraceSource.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Logging.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Logging.dll deleted file mode 100755 index 5d95a380..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Logging.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.ObjectPool.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.ObjectPool.dll deleted file mode 100755 index 0f472762..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.ObjectPool.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Options.ConfigurationExtensions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Options.ConfigurationExtensions.dll deleted file mode 100755 index 3f355c05..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Options.ConfigurationExtensions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Options.DataAnnotations.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Options.DataAnnotations.dll deleted file mode 100755 index 7e776423..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Options.DataAnnotations.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Options.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Options.dll deleted file mode 100755 index 8e4cc62f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Options.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Primitives.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Primitives.dll deleted file mode 100755 index 2123533b..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.Primitives.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.WebEncoders.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.WebEncoders.dll deleted file mode 100755 index 1a98b4b7..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Extensions.WebEncoders.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.JSInterop.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.JSInterop.dll deleted file mode 100755 index 55bd3acf..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.JSInterop.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Net.Http.Headers.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Net.Http.Headers.dll deleted file mode 100755 index a539e19f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Net.Http.Headers.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.VisualBasic.Core.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.VisualBasic.Core.dll deleted file mode 100755 index 5f1f5f88..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.VisualBasic.Core.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.VisualBasic.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.VisualBasic.dll deleted file mode 100755 index 746f2ce5..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.VisualBasic.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Win32.Primitives.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Win32.Primitives.dll deleted file mode 100755 index cf5e0ded..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Win32.Primitives.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Win32.Registry.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Win32.Registry.dll deleted file mode 100755 index a9a3aa0b..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/Microsoft.Win32.Registry.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.AppContext.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.AppContext.dll deleted file mode 100755 index 3c734fd8..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.AppContext.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Buffers.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Buffers.dll deleted file mode 100755 index ec8d9ad5..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Buffers.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Collections.Concurrent.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Collections.Concurrent.dll deleted file mode 100755 index a788e66d..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Collections.Concurrent.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Collections.Immutable.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Collections.Immutable.dll deleted file mode 100755 index 48c6408d..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Collections.Immutable.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Collections.NonGeneric.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Collections.NonGeneric.dll deleted file mode 100755 index 055cacde..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Collections.NonGeneric.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Collections.Specialized.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Collections.Specialized.dll deleted file mode 100755 index 03123875..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Collections.Specialized.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Collections.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Collections.dll deleted file mode 100755 index 48b6c1fa..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Collections.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.ComponentModel.Annotations.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.ComponentModel.Annotations.dll deleted file mode 100755 index 59414563..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.ComponentModel.Annotations.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.ComponentModel.DataAnnotations.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.ComponentModel.DataAnnotations.dll deleted file mode 100755 index cdb79fcd..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.ComponentModel.DataAnnotations.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.ComponentModel.EventBasedAsync.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.ComponentModel.EventBasedAsync.dll deleted file mode 100755 index 74f2134f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.ComponentModel.EventBasedAsync.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.ComponentModel.Primitives.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.ComponentModel.Primitives.dll deleted file mode 100755 index 2bac3957..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.ComponentModel.Primitives.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.ComponentModel.TypeConverter.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.ComponentModel.TypeConverter.dll deleted file mode 100755 index ec473e9a..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.ComponentModel.TypeConverter.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.ComponentModel.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.ComponentModel.dll deleted file mode 100755 index 5ab9535e..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.ComponentModel.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Configuration.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Configuration.dll deleted file mode 100755 index b89e63c8..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Configuration.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Console.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Console.dll deleted file mode 100755 index 67448588..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Console.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Core.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Core.dll deleted file mode 100755 index 2d8da909..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Core.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Data.Common.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Data.Common.dll deleted file mode 100755 index 115cffcb..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Data.Common.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Data.DataSetExtensions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Data.DataSetExtensions.dll deleted file mode 100755 index 914718a9..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Data.DataSetExtensions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Data.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Data.dll deleted file mode 100755 index a835088d..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Data.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Diagnostics.Contracts.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Diagnostics.Contracts.dll deleted file mode 100755 index ebfaf678..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Diagnostics.Contracts.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Diagnostics.Debug.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Diagnostics.Debug.dll deleted file mode 100755 index 23cc084b..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Diagnostics.Debug.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Diagnostics.DiagnosticSource.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Diagnostics.DiagnosticSource.dll deleted file mode 100755 index a3d9813e..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Diagnostics.DiagnosticSource.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Diagnostics.EventLog.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Diagnostics.EventLog.dll deleted file mode 100755 index 73a4f70b..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Diagnostics.EventLog.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Diagnostics.FileVersionInfo.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Diagnostics.FileVersionInfo.dll deleted file mode 100755 index 08a58f8b..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Diagnostics.FileVersionInfo.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Diagnostics.Process.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Diagnostics.Process.dll deleted file mode 100755 index 1d328273..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Diagnostics.Process.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Diagnostics.StackTrace.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Diagnostics.StackTrace.dll deleted file mode 100755 index 18fb7eec..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Diagnostics.StackTrace.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Diagnostics.TextWriterTraceListener.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Diagnostics.TextWriterTraceListener.dll deleted file mode 100755 index ec8a0a75..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Diagnostics.TextWriterTraceListener.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Diagnostics.Tools.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Diagnostics.Tools.dll deleted file mode 100755 index 2d3de30e..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Diagnostics.Tools.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Diagnostics.TraceSource.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Diagnostics.TraceSource.dll deleted file mode 100755 index 76fd247e..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Diagnostics.TraceSource.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Diagnostics.Tracing.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Diagnostics.Tracing.dll deleted file mode 100755 index 442943c8..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Diagnostics.Tracing.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Drawing.Primitives.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Drawing.Primitives.dll deleted file mode 100755 index 97d4f4d1..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Drawing.Primitives.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Drawing.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Drawing.dll deleted file mode 100755 index 4f4d38f5..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Drawing.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Dynamic.Runtime.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Dynamic.Runtime.dll deleted file mode 100755 index e9de520c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Dynamic.Runtime.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Formats.Asn1.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Formats.Asn1.dll deleted file mode 100755 index 9664313e..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Formats.Asn1.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Formats.Tar.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Formats.Tar.dll deleted file mode 100755 index e9f4b4cd..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Formats.Tar.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Globalization.Calendars.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Globalization.Calendars.dll deleted file mode 100755 index 1bdd9578..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Globalization.Calendars.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Globalization.Extensions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Globalization.Extensions.dll deleted file mode 100755 index 189d301c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Globalization.Extensions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Globalization.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Globalization.dll deleted file mode 100755 index cf74ea13..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Globalization.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.Compression.Brotli.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.Compression.Brotli.dll deleted file mode 100755 index e6f8158a..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.Compression.Brotli.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.Compression.FileSystem.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.Compression.FileSystem.dll deleted file mode 100755 index 9f424fb1..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.Compression.FileSystem.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.Compression.ZipFile.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.Compression.ZipFile.dll deleted file mode 100755 index a8b7e4c7..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.Compression.ZipFile.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.Compression.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.Compression.dll deleted file mode 100755 index 13140655..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.Compression.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.FileSystem.AccessControl.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.FileSystem.AccessControl.dll deleted file mode 100755 index fb5feb1b..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.FileSystem.AccessControl.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.FileSystem.DriveInfo.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.FileSystem.DriveInfo.dll deleted file mode 100755 index 0ed48d1e..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.FileSystem.DriveInfo.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.FileSystem.Primitives.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.FileSystem.Primitives.dll deleted file mode 100755 index d53389f9..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.FileSystem.Primitives.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.FileSystem.Watcher.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.FileSystem.Watcher.dll deleted file mode 100755 index afc47c8a..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.FileSystem.Watcher.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.FileSystem.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.FileSystem.dll deleted file mode 100755 index e77fee1f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.FileSystem.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.IsolatedStorage.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.IsolatedStorage.dll deleted file mode 100755 index fe57f7e8..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.IsolatedStorage.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.MemoryMappedFiles.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.MemoryMappedFiles.dll deleted file mode 100755 index 092e77a8..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.MemoryMappedFiles.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.Pipelines.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.Pipelines.dll deleted file mode 100755 index 7a029fbb..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.Pipelines.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.Pipes.AccessControl.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.Pipes.AccessControl.dll deleted file mode 100755 index c46fab2e..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.Pipes.AccessControl.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.Pipes.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.Pipes.dll deleted file mode 100755 index c47287f7..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.Pipes.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.UnmanagedMemoryStream.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.UnmanagedMemoryStream.dll deleted file mode 100755 index effe4571..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.UnmanagedMemoryStream.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.dll deleted file mode 100755 index f596983d..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.IO.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Linq.Expressions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Linq.Expressions.dll deleted file mode 100755 index b40ae9d2..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Linq.Expressions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Linq.Parallel.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Linq.Parallel.dll deleted file mode 100755 index 2ea0867d..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Linq.Parallel.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Linq.Queryable.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Linq.Queryable.dll deleted file mode 100755 index 3126b05e..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Linq.Queryable.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Linq.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Linq.dll deleted file mode 100755 index 733e7cf5..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Linq.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Memory.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Memory.dll deleted file mode 100755 index eef0842d..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Memory.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.Http.Json.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.Http.Json.dll deleted file mode 100755 index 156f3274..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.Http.Json.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.Http.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.Http.dll deleted file mode 100755 index de1c3a05..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.Http.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.HttpListener.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.HttpListener.dll deleted file mode 100755 index 3d0a731a..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.HttpListener.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.Mail.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.Mail.dll deleted file mode 100755 index 159b3b0b..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.Mail.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.NameResolution.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.NameResolution.dll deleted file mode 100755 index f7df98ec..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.NameResolution.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.NetworkInformation.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.NetworkInformation.dll deleted file mode 100755 index 55f1eb77..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.NetworkInformation.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.Ping.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.Ping.dll deleted file mode 100755 index 04620350..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.Ping.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.Primitives.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.Primitives.dll deleted file mode 100755 index b12345f2..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.Primitives.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.Quic.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.Quic.dll deleted file mode 100755 index f8478f41..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.Quic.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.Requests.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.Requests.dll deleted file mode 100755 index 2b849558..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.Requests.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.Security.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.Security.dll deleted file mode 100755 index add033d2..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.Security.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.ServicePoint.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.ServicePoint.dll deleted file mode 100755 index 51374c62..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.ServicePoint.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.Sockets.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.Sockets.dll deleted file mode 100755 index f8ae476a..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.Sockets.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.WebClient.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.WebClient.dll deleted file mode 100755 index eb5773b9..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.WebClient.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.WebHeaderCollection.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.WebHeaderCollection.dll deleted file mode 100755 index 09c5e719..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.WebHeaderCollection.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.WebProxy.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.WebProxy.dll deleted file mode 100755 index fcde98b2..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.WebProxy.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.WebSockets.Client.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.WebSockets.Client.dll deleted file mode 100755 index 6e82b78c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.WebSockets.Client.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.WebSockets.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.WebSockets.dll deleted file mode 100755 index b9728b40..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.WebSockets.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.dll deleted file mode 100755 index 82c87155..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Net.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Numerics.Vectors.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Numerics.Vectors.dll deleted file mode 100755 index 44dc2df1..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Numerics.Vectors.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Numerics.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Numerics.dll deleted file mode 100755 index 65817d4c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Numerics.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.ObjectModel.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.ObjectModel.dll deleted file mode 100755 index 5bef1899..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.ObjectModel.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Reflection.DispatchProxy.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Reflection.DispatchProxy.dll deleted file mode 100755 index 8433d741..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Reflection.DispatchProxy.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Reflection.Emit.ILGeneration.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Reflection.Emit.ILGeneration.dll deleted file mode 100755 index af3751e4..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Reflection.Emit.ILGeneration.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Reflection.Emit.Lightweight.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Reflection.Emit.Lightweight.dll deleted file mode 100755 index 0e0887ce..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Reflection.Emit.Lightweight.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Reflection.Emit.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Reflection.Emit.dll deleted file mode 100755 index 47a697b7..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Reflection.Emit.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Reflection.Extensions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Reflection.Extensions.dll deleted file mode 100755 index c4444fab..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Reflection.Extensions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Reflection.Metadata.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Reflection.Metadata.dll deleted file mode 100755 index 25066047..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Reflection.Metadata.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Reflection.Primitives.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Reflection.Primitives.dll deleted file mode 100755 index af4a7a6f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Reflection.Primitives.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Reflection.TypeExtensions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Reflection.TypeExtensions.dll deleted file mode 100755 index 76cc50b1..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Reflection.TypeExtensions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Reflection.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Reflection.dll deleted file mode 100755 index a02d02ff..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Reflection.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Resources.Reader.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Resources.Reader.dll deleted file mode 100755 index 1a982ffb..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Resources.Reader.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Resources.ResourceManager.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Resources.ResourceManager.dll deleted file mode 100755 index 52dc7fc1..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Resources.ResourceManager.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Resources.Writer.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Resources.Writer.dll deleted file mode 100755 index c1d66f07..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Resources.Writer.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.CompilerServices.Unsafe.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.CompilerServices.Unsafe.dll deleted file mode 100755 index 609ff38d..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.CompilerServices.Unsafe.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.CompilerServices.VisualC.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.CompilerServices.VisualC.dll deleted file mode 100755 index 5ae67b3e..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.CompilerServices.VisualC.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.Extensions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.Extensions.dll deleted file mode 100755 index d922059e..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.Extensions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.Handles.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.Handles.dll deleted file mode 100755 index 14aec936..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.Handles.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.InteropServices.JavaScript.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.InteropServices.JavaScript.dll deleted file mode 100755 index 471bd4b4..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.InteropServices.JavaScript.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.InteropServices.RuntimeInformation.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.InteropServices.RuntimeInformation.dll deleted file mode 100755 index c5984a78..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.InteropServices.RuntimeInformation.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.InteropServices.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.InteropServices.dll deleted file mode 100755 index 921c66ff..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.InteropServices.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.Intrinsics.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.Intrinsics.dll deleted file mode 100755 index d885d976..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.Intrinsics.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.Loader.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.Loader.dll deleted file mode 100755 index 7523fe82..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.Loader.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.Numerics.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.Numerics.dll deleted file mode 100755 index 93cffeea..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.Numerics.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.Serialization.Formatters.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.Serialization.Formatters.dll deleted file mode 100755 index 76ea0e3a..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.Serialization.Formatters.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.Serialization.Json.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.Serialization.Json.dll deleted file mode 100755 index f5450b14..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.Serialization.Json.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.Serialization.Primitives.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.Serialization.Primitives.dll deleted file mode 100755 index dd41a908..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.Serialization.Primitives.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.Serialization.Xml.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.Serialization.Xml.dll deleted file mode 100755 index 307e8632..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.Serialization.Xml.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.Serialization.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.Serialization.dll deleted file mode 100755 index 74f4ee24..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.Serialization.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.dll deleted file mode 100755 index 287208bb..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Runtime.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.AccessControl.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.AccessControl.dll deleted file mode 100755 index 58ece7e4..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.AccessControl.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.Claims.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.Claims.dll deleted file mode 100755 index a43ebecd..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.Claims.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.Cryptography.Algorithms.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.Cryptography.Algorithms.dll deleted file mode 100755 index 585e4599..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.Cryptography.Algorithms.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.Cryptography.Cng.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.Cryptography.Cng.dll deleted file mode 100755 index ccb21010..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.Cryptography.Cng.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.Cryptography.Csp.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.Cryptography.Csp.dll deleted file mode 100755 index 1c7c8705..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.Cryptography.Csp.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.Cryptography.Encoding.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.Cryptography.Encoding.dll deleted file mode 100755 index 7972b4e7..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.Cryptography.Encoding.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.Cryptography.OpenSsl.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.Cryptography.OpenSsl.dll deleted file mode 100755 index 299e9e83..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.Cryptography.OpenSsl.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.Cryptography.Primitives.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.Cryptography.Primitives.dll deleted file mode 100755 index 573b5c69..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.Cryptography.Primitives.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.Cryptography.X509Certificates.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.Cryptography.X509Certificates.dll deleted file mode 100755 index de04c240..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.Cryptography.X509Certificates.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.Cryptography.Xml.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.Cryptography.Xml.dll deleted file mode 100755 index 38d15252..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.Cryptography.Xml.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.Cryptography.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.Cryptography.dll deleted file mode 100755 index b8b1f031..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.Cryptography.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.Principal.Windows.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.Principal.Windows.dll deleted file mode 100755 index 9a0a3463..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.Principal.Windows.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.Principal.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.Principal.dll deleted file mode 100755 index 0b9ebca8..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.Principal.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.SecureString.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.SecureString.dll deleted file mode 100755 index aa19d0de..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.SecureString.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.dll deleted file mode 100755 index 90a760a3..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Security.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.ServiceModel.Web.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.ServiceModel.Web.dll deleted file mode 100755 index 233b3276..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.ServiceModel.Web.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.ServiceProcess.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.ServiceProcess.dll deleted file mode 100755 index d4de4e7c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.ServiceProcess.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Text.Encoding.CodePages.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Text.Encoding.CodePages.dll deleted file mode 100755 index 5e2dbbe3..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Text.Encoding.CodePages.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Text.Encoding.Extensions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Text.Encoding.Extensions.dll deleted file mode 100755 index f6af2ef4..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Text.Encoding.Extensions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Text.Encoding.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Text.Encoding.dll deleted file mode 100755 index 2e777618..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Text.Encoding.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Text.Encodings.Web.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Text.Encodings.Web.dll deleted file mode 100755 index 5a7e6464..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Text.Encodings.Web.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Text.Json.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Text.Json.dll deleted file mode 100755 index 5fde3d11..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Text.Json.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Text.RegularExpressions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Text.RegularExpressions.dll deleted file mode 100755 index 5a4e36c6..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Text.RegularExpressions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Threading.Channels.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Threading.Channels.dll deleted file mode 100755 index c5083821..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Threading.Channels.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Threading.Overlapped.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Threading.Overlapped.dll deleted file mode 100755 index 1e48daef..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Threading.Overlapped.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Threading.RateLimiting.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Threading.RateLimiting.dll deleted file mode 100755 index 23142d86..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Threading.RateLimiting.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Threading.Tasks.Dataflow.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Threading.Tasks.Dataflow.dll deleted file mode 100755 index 1d733c7e..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Threading.Tasks.Dataflow.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Threading.Tasks.Extensions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Threading.Tasks.Extensions.dll deleted file mode 100755 index 355357b3..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Threading.Tasks.Extensions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Threading.Tasks.Parallel.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Threading.Tasks.Parallel.dll deleted file mode 100755 index fdf6db1f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Threading.Tasks.Parallel.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Threading.Tasks.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Threading.Tasks.dll deleted file mode 100755 index f21306dc..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Threading.Tasks.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Threading.Thread.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Threading.Thread.dll deleted file mode 100755 index 3350e45d..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Threading.Thread.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Threading.ThreadPool.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Threading.ThreadPool.dll deleted file mode 100755 index 1fc76610..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Threading.ThreadPool.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Threading.Timer.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Threading.Timer.dll deleted file mode 100755 index 2f6d3cdc..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Threading.Timer.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Threading.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Threading.dll deleted file mode 100755 index 4e137883..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Threading.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Transactions.Local.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Transactions.Local.dll deleted file mode 100755 index 66ca591f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Transactions.Local.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Transactions.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Transactions.dll deleted file mode 100755 index 1f6e570c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Transactions.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.ValueTuple.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.ValueTuple.dll deleted file mode 100755 index 250cf3dc..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.ValueTuple.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Web.HttpUtility.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Web.HttpUtility.dll deleted file mode 100755 index 1298d26d..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Web.HttpUtility.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Web.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Web.dll deleted file mode 100755 index 98ab8226..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Web.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Windows.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Windows.dll deleted file mode 100755 index c57f0f3a..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Windows.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Xml.Linq.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Xml.Linq.dll deleted file mode 100755 index 8cb66c2e..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Xml.Linq.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Xml.ReaderWriter.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Xml.ReaderWriter.dll deleted file mode 100755 index b1e68196..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Xml.ReaderWriter.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Xml.Serialization.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Xml.Serialization.dll deleted file mode 100755 index 2713bbe9..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Xml.Serialization.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Xml.XDocument.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Xml.XDocument.dll deleted file mode 100755 index 3294b525..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Xml.XDocument.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Xml.XPath.XDocument.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Xml.XPath.XDocument.dll deleted file mode 100755 index da30d28e..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Xml.XPath.XDocument.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Xml.XPath.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Xml.XPath.dll deleted file mode 100755 index f418c9d1..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Xml.XPath.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Xml.XmlDocument.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Xml.XmlDocument.dll deleted file mode 100755 index c225e6a8..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Xml.XmlDocument.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Xml.XmlSerializer.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Xml.XmlSerializer.dll deleted file mode 100755 index 3e75ad04..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Xml.XmlSerializer.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Xml.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Xml.dll deleted file mode 100755 index 05d66fae..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Xml.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.dll deleted file mode 100755 index 19c341aa..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/WindowsBase.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/WindowsBase.dll deleted file mode 100755 index 443ceeca..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/WindowsBase.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/mscorlib.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/mscorlib.dll deleted file mode 100755 index 2b154a49..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/mscorlib.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/netstandard.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/netstandard.dll deleted file mode 100755 index 10453f15..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/netstandard.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100755 index 85dd902f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100755 index dfd0a6bf..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll deleted file mode 100755 index f5e6b57a..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100755 index cafdf215..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.resources.dll deleted file mode 100755 index ace0504d..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ru/Microsoft.Data.SqlClient.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ru/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index df58fdf2..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/ru/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/debian-x64/native/libuv.so b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/debian-x64/native/libuv.so deleted file mode 100755 index ee70aa0f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/debian-x64/native/libuv.so and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/fedora-x64/native/libuv.so b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/fedora-x64/native/libuv.so deleted file mode 100755 index ee70aa0f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/fedora-x64/native/libuv.so and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/opensuse-x64/native/libuv.so b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/opensuse-x64/native/libuv.so deleted file mode 100755 index ee70aa0f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/opensuse-x64/native/libuv.so and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/osx/native/libuv.dylib b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/osx/native/libuv.dylib deleted file mode 100755 index abbf24d6..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/osx/native/libuv.dylib and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/rhel-x64/native/libuv.so b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/rhel-x64/native/libuv.so deleted file mode 100755 index ee70aa0f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/rhel-x64/native/libuv.so and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll deleted file mode 100755 index 512befd9..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll deleted file mode 100755 index ac47980a..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll deleted file mode 100755 index f45095ef..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll deleted file mode 100755 index 12b89005..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll deleted file mode 100755 index ec5ec135..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll deleted file mode 100755 index 235a22f3..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll deleted file mode 100755 index a4a18261..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/win/lib/net8.0/System.Runtime.Caching.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/win/lib/net8.0/System.Runtime.Caching.dll deleted file mode 100755 index 38b97a27..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/win/lib/net8.0/System.Runtime.Caching.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/win7-arm/native/libuv.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/win7-arm/native/libuv.dll deleted file mode 100755 index 6cbb46ee..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/win7-arm/native/libuv.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/win7-x64/native/libuv.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/win7-x64/native/libuv.dll deleted file mode 100755 index 5e02949b..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/win7-x64/native/libuv.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/win7-x86/native/libuv.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/win7-x86/native/libuv.dll deleted file mode 100755 index 906bc6d5..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/win7-x86/native/libuv.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100755 index 9867f6fe..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100755 index 2a4742ee..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll deleted file mode 100755 index 8977db0c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100755 index 8012969c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.resources.dll deleted file mode 100755 index 9a06288f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/web.config b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/web.config deleted file mode 100644 index 6da4550d..00000000 --- a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/web.config +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100755 index e4b3c7aa..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100755 index b51ee576..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll deleted file mode 100755 index d1609258..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100755 index e27e8bed..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll deleted file mode 100755 index 22b6e951..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index 9010602c..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100755 index 57e4d28e..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100755 index 305dfbf3..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll deleted file mode 100755 index 28a5c18a..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100755 index cef3ebc6..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll deleted file mode 100755 index dce3bc0f..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll b/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index e382c132..00000000 Binary files a/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/obj/Catalog.API.csproj.nuget.dgspec.json b/src/Services/Catalog/Catalog.API/obj/Catalog.API.csproj.nuget.dgspec.json index 54abf757..fc6c57f3 100644 --- a/src/Services/Catalog/Catalog.API/obj/Catalog.API.csproj.nuget.dgspec.json +++ b/src/Services/Catalog/Catalog.API/obj/Catalog.API.csproj.nuget.dgspec.json @@ -46,7 +46,7 @@ "dependencies": { "Newtonsoft.Json": { "target": "Package", - "version": "[13.0.3, )" + "version": "[13.0.4, )" } }, "imports": [ @@ -115,7 +115,7 @@ "dependencies": { "Autofac": { "target": "Package", - "version": "[8.1.1, )" + "version": "[9.0.0, )" }, "Microsoft.CSharp": { "target": "Package", @@ -123,15 +123,15 @@ }, "Microsoft.Extensions.Logging": { "target": "Package", - "version": "[9.0.0, )" + "version": "[9.0.2, )" }, "Newtonsoft.Json": { "target": "Package", - "version": "[13.0.3, )" + "version": "[13.0.4, )" }, "Polly": { "target": "Package", - "version": "[8.5.0, )" + "version": "[8.6.5, )" }, "RabbitMQ.Client": { "target": "Package", @@ -204,7 +204,7 @@ "dependencies": { "Autofac": { "target": "Package", - "version": "[8.1.1, )" + "version": "[9.0.0, )" }, "Microsoft.Azure.ServiceBus": { "target": "Package", @@ -216,7 +216,7 @@ }, "Microsoft.Extensions.Logging": { "target": "Package", - "version": "[9.0.0, )" + "version": "[9.0.2, )" } }, "imports": [ @@ -301,7 +301,7 @@ }, "Newtonsoft.Json": { "target": "Package", - "version": "[13.0.3, )" + "version": "[13.0.4, )" } }, "imports": [ @@ -379,7 +379,7 @@ "dependencies": { "AspNetCore.HealthChecks.AzureServiceBus": { "target": "Package", - "version": "[8.0.1, )" + "version": "[9.0.0, )" }, "AspNetCore.HealthChecks.AzureStorage": { "target": "Package", @@ -391,40 +391,40 @@ }, "AspNetCore.HealthChecks.SqlServer": { "target": "Package", - "version": "[8.0.2, )" + "version": "[9.0.0, )" }, "AspNetCore.HealthChecks.UI.Client": { "target": "Package", - "version": "[8.0.1, )" + "version": "[9.0.0, )" }, "Autofac.Extensions.DependencyInjection": { "target": "Package", - "version": "[10.0.0, )" + "version": "[9.0.0, )" }, "Google.Protobuf": { "target": "Package", - "version": "[3.28.3, )" + "version": "[3.33.1, )" }, "Grpc.AspNetCore.Server": { "target": "Package", - "version": "[2.70.0, )" + "version": "[2.71.0, )" }, "Grpc.Tools": { "suppressParent": "All", "target": "Package", - "version": "[2.68.1, )" + "version": "[2.76.0, )" }, "Microsoft.ApplicationInsights.AspNetCore": { "target": "Package", - "version": "[2.22.0, )" + "version": "[2.23.0, )" }, "Microsoft.ApplicationInsights.DependencyCollector": { "target": "Package", - "version": "[2.22.0, )" + "version": "[2.23.0, )" }, "Microsoft.ApplicationInsights.Kubernetes": { "target": "Package", - "version": "[7.0.0, )" + "version": "[8.0.0, )" }, "Microsoft.AspNetCore.HealthChecks": { "target": "Package", @@ -444,7 +444,7 @@ }, "Serilog.AspNetCore": { "target": "Package", - "version": "[8.0.3, )" + "version": "[9.0.0, )" }, "Serilog.Enrichers.Environment": { "target": "Package", @@ -452,19 +452,19 @@ }, "Serilog.Settings.Configuration": { "target": "Package", - "version": "[8.0.4, )" + "version": "[9.0.0, )" }, "Serilog.Sinks.Console": { "target": "Package", - "version": "[6.0.0, )" + "version": "[6.1.1, )" }, "Serilog.Sinks.Http": { "target": "Package", - "version": "[9.0.0, )" + "version": "[9.2.0, )" }, "Serilog.Sinks.Seq": { "target": "Package", - "version": "[8.0.0, )" + "version": "[9.0.0, )" }, "Swashbuckle.AspNetCore": { "target": "Package", diff --git a/src/Services/Catalog/Catalog.API/obj/Catalog.API.csproj.nuget.g.props b/src/Services/Catalog/Catalog.API/obj/Catalog.API.csproj.nuget.g.props index 8473efb9..3451ac94 100644 --- a/src/Services/Catalog/Catalog.API/obj/Catalog.API.csproj.nuget.g.props +++ b/src/Services/Catalog/Catalog.API/obj/Catalog.API.csproj.nuget.g.props @@ -16,13 +16,13 @@ - + - + /home/runner/.nuget/packages/microsoft.extensions.apidescription.server/6.0.5 /home/runner/.nuget/packages/microsoft.codeanalysis.analyzers/3.3.4 - /home/runner/.nuget/packages/grpc.tools/2.68.1 + /home/runner/.nuget/packages/grpc.tools/2.76.0 \ No newline at end of file diff --git a/src/Services/Catalog/Catalog.API/obj/Catalog.API.csproj.nuget.g.targets b/src/Services/Catalog/Catalog.API/obj/Catalog.API.csproj.nuget.g.targets index bc2a9935..1880c989 100644 --- a/src/Services/Catalog/Catalog.API/obj/Catalog.API.csproj.nuget.g.targets +++ b/src/Services/Catalog/Catalog.API/obj/Catalog.API.csproj.nuget.g.targets @@ -2,14 +2,14 @@ + - - - + + - - - + + + \ No newline at end of file diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index 36203c72..00000000 --- a/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/24131f3e1ac0aa6b_catalog.protodep b/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/24131f3e1ac0aa6b_catalog.protodep deleted file mode 100644 index d20315e0..00000000 --- a/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/24131f3e1ac0aa6b_catalog.protodep +++ /dev/null @@ -1,2 +0,0 @@ -obj/Debug/net6.0/Proto/Catalog.cs \ -obj/Debug/net6.0/Proto/CatalogGrpc.cs: Proto/catalog.proto \ No newline at end of file diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.AssemblyInfo.cs b/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.AssemblyInfo.cs deleted file mode 100644 index 35386646..00000000 --- a/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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: Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute("aspnet-Catalog.API-20161122013618")] -[assembly: System.Reflection.AssemblyCompanyAttribute("Catalog.API")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("Catalog.API")] -[assembly: System.Reflection.AssemblyTitleAttribute("Catalog.API")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.AssemblyInfoInputs.cache b/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.AssemblyInfoInputs.cache deleted file mode 100644 index cb2cfc71..00000000 --- a/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -c64778684608459b693615dff2cbf2edfcd15241 diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.GeneratedMSBuildEditorConfig.editorconfig b/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 0a9f9158..00000000 --- a/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,16 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = true -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = Catalog.API -build_property.RootNamespace = Catalog.API -build_property.ProjectDir = /workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/ -build_property.RazorLangVersion = 6.0 -build_property.SupportLocalizedComponentNames = -build_property.GenerateRazorMetadataSourceChecksumAttributes = -build_property.MSBuildProjectDirectory = /workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API -build_property._RazorSourceGeneratorDebug = diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.MvcApplicationPartsAssemblyInfo.cache b/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.MvcApplicationPartsAssemblyInfo.cache deleted file mode 100644 index e69de29b..00000000 diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.MvcApplicationPartsAssemblyInfo.cs b/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.MvcApplicationPartsAssemblyInfo.cs deleted file mode 100644 index 4db6d34b..00000000 --- a/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.MvcApplicationPartsAssemblyInfo.cs +++ /dev/null @@ -1,17 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.Newtonsoft")] -[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.assets.cache b/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.assets.cache deleted file mode 100644 index da2b0f6c..00000000 Binary files a/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.assets.cache and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.csproj.AssemblyReference.cache b/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.csproj.AssemblyReference.cache deleted file mode 100644 index 1d206f42..00000000 Binary files a/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.csproj.CopyComplete b/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.csproj.CopyComplete deleted file mode 100644 index e69de29b..00000000 diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.csproj.CoreCompileInputs.cache b/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.csproj.CoreCompileInputs.cache deleted file mode 100644 index 0d52dcfc..00000000 --- a/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -2de0c104ca2b58914f149c2e129cb3127aaeb3da diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.csproj.FileListAbsolute.txt b/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.csproj.FileListAbsolute.txt deleted file mode 100644 index 247f6fe4..00000000 --- a/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,460 +0,0 @@ -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/web.config -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/appsettings.Development.json -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/1.png -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/10.png -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/11.png -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/12.png -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/13.png -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/14.png -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/2.png -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/3.png -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/4.png -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/5.png -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/6.png -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/7.png -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/8.png -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Pics/9.png -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Setup/CatalogBrands.csv -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Setup/CatalogItems.csv -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Setup/CatalogItems.zip -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Setup/CatalogTypes.csv -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Catalog.API -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/appsettings.json -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Catalog.API.deps.json -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Catalog.API.runtimeconfig.json -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Catalog.API.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Catalog.API.pdb -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Antiforgery.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authentication.Abstractions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authentication.Cookies.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authentication.Core.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authentication.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authentication.OAuth.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authorization.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authorization.Policy.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Components.Authorization.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Components.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Components.Forms.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Components.Server.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Components.Web.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Connections.Abstractions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.CookiePolicy.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Cors.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Cryptography.Internal.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.DataProtection.Abstractions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.DataProtection.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.DataProtection.Extensions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Diagnostics.Abstractions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Diagnostics.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.HostFiltering.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Hosting.Abstractions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Hosting.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Html.Abstractions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.Abstractions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.Connections.Common.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.Connections.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.Extensions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.Features.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.Results.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.HttpLogging.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.HttpOverrides.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.HttpsPolicy.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Identity.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Localization.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Localization.Routing.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Metadata.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Abstractions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.ApiExplorer.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Core.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Cors.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.DataAnnotations.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Json.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Localization.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Razor.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.RazorPages.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.TagHelpers.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.ViewFeatures.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Razor.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Razor.Runtime.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.ResponseCaching.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.ResponseCompression.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Rewrite.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Routing.Abstractions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Routing.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.HttpSys.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.IIS.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.IISIntegration.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.Kestrel.Core.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.Kestrel.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Session.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.SignalR.Common.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.SignalR.Core.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.SignalR.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.SignalR.Protocols.Json.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.StaticFiles.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.WebSockets.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.AspNetCore.WebUtilities.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.CSharp.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.Binder.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.CommandLine.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.EnvironmentVariables.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.FileExtensions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.Ini.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.Json.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.KeyPerFile.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.UserSecrets.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.Xml.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Features.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.FileProviders.Composite.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.FileProviders.Embedded.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.FileProviders.Physical.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.FileSystemGlobbing.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Hosting.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Http.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Identity.Core.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Identity.Stores.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Localization.Abstractions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Localization.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.Configuration.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.Console.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.Debug.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.EventLog.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.EventSource.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.TraceSource.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.ObjectPool.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Options.ConfigurationExtensions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.Options.DataAnnotations.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Extensions.WebEncoders.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.JSInterop.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Net.Http.Headers.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.VisualBasic.Core.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.VisualBasic.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Win32.Primitives.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/Microsoft.Win32.Registry.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/mscorlib.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/netstandard.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.AppContext.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Buffers.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Collections.Concurrent.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Collections.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Collections.Immutable.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Collections.NonGeneric.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Collections.Specialized.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.ComponentModel.Annotations.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.ComponentModel.DataAnnotations.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.ComponentModel.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.ComponentModel.EventBasedAsync.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.ComponentModel.Primitives.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.ComponentModel.TypeConverter.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Configuration.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Console.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Core.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Data.Common.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Data.DataSetExtensions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Data.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Diagnostics.Contracts.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Diagnostics.Debug.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Diagnostics.DiagnosticSource.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Diagnostics.EventLog.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Diagnostics.FileVersionInfo.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Diagnostics.Process.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Diagnostics.StackTrace.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Diagnostics.TextWriterTraceListener.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Diagnostics.Tools.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Diagnostics.TraceSource.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Diagnostics.Tracing.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Drawing.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Drawing.Primitives.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Dynamic.Runtime.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Formats.Asn1.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Globalization.Calendars.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Globalization.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Globalization.Extensions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.Compression.Brotli.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.Compression.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.Compression.FileSystem.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.Compression.ZipFile.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.FileSystem.AccessControl.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.FileSystem.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.FileSystem.DriveInfo.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.FileSystem.Primitives.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.FileSystem.Watcher.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.IsolatedStorage.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.MemoryMappedFiles.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.Pipelines.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.Pipes.AccessControl.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.Pipes.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.IO.UnmanagedMemoryStream.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Linq.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Linq.Expressions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Linq.Parallel.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Linq.Queryable.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Memory.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.Http.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.Http.Json.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.HttpListener.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.Mail.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.NameResolution.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.NetworkInformation.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.Ping.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.Primitives.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.Requests.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.Security.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.ServicePoint.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.Sockets.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.WebClient.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.WebHeaderCollection.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.WebProxy.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.WebSockets.Client.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Net.WebSockets.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Numerics.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Numerics.Vectors.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.ObjectModel.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Reflection.DispatchProxy.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Reflection.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Reflection.Emit.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Reflection.Emit.ILGeneration.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Reflection.Emit.Lightweight.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Reflection.Extensions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Reflection.Metadata.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Reflection.Primitives.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Reflection.TypeExtensions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Resources.Reader.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Resources.ResourceManager.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Resources.Writer.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.CompilerServices.Unsafe.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.CompilerServices.VisualC.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.Extensions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.Handles.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.InteropServices.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.InteropServices.RuntimeInformation.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.Intrinsics.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.Loader.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.Numerics.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.Serialization.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.Serialization.Formatters.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.Serialization.Json.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.Serialization.Primitives.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Runtime.Serialization.Xml.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.AccessControl.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.Claims.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.Cryptography.Algorithms.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.Cryptography.Cng.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.Cryptography.Csp.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.Cryptography.Encoding.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.Cryptography.OpenSsl.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.Cryptography.Primitives.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.Cryptography.X509Certificates.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.Cryptography.Xml.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.Principal.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.Principal.Windows.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Security.SecureString.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.ServiceModel.Web.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.ServiceProcess.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Text.Encoding.CodePages.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Text.Encoding.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Text.Encoding.Extensions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Text.Encodings.Web.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Text.Json.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Text.RegularExpressions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Threading.Channels.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Threading.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Threading.Overlapped.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Threading.Tasks.Dataflow.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Threading.Tasks.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Threading.Tasks.Extensions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Threading.Tasks.Parallel.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Threading.Thread.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Threading.ThreadPool.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Threading.Timer.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Transactions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Transactions.Local.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.ValueTuple.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Web.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Web.HttpUtility.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Windows.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Xml.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Xml.Linq.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Xml.ReaderWriter.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Xml.Serialization.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Xml.XDocument.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Xml.XmlDocument.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Xml.XmlSerializer.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Xml.XPath.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/System.Xml.XPath.XDocument.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/refs/WindowsBase.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/HealthChecks.AzureServiceBus.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/HealthChecks.AzureStorage.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/HealthChecks.Rabbitmq.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/HealthChecks.SqlServer.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/HealthChecks.UI.Client.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/HealthChecks.UI.Core.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Autofac.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Autofac.Extensions.DependencyInjection.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Azure.Core.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Azure.Core.Amqp.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Azure.Identity.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Azure.Messaging.EventHubs.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Azure.Messaging.ServiceBus.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Azure.Storage.Blobs.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Azure.Storage.Common.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Azure.Storage.Files.Shares.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Azure.Storage.Queues.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Google.Protobuf.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Grpc.AspNetCore.Server.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Grpc.Core.Api.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Grpc.Net.Common.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.ApplicationInsights.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.ApplicationInsights.AspNetCore.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.AI.DependencyCollector.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.AI.EventCounterCollector.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.AI.PerfCounterCollector.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.AI.WindowsServer.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.AI.ServerTelemetryChannel.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.AspNetCore.HealthChecks.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.AspNetCore.JsonPatch.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Azure.Amqp.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Azure.KeyVault.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Azure.KeyVault.WebKey.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Azure.ServiceBus.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Azure.Services.AppAuthentication.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Bcl.AsyncInterfaces.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.CodeAnalysis.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.CodeAnalysis.CSharp.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.CodeAnalysis.VisualBasic.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Data.SqlClient.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Relational.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.SqlServer.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Caching.Abstractions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Caching.Memory.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.DependencyInjection.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.DependencyModel.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.DiagnosticAdapter.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.HealthChecks.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Hosting.Abstractions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Logging.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Logging.Abstractions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Logging.ApplicationInsights.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Logging.AzureAppServices.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Options.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Extensions.Primitives.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Identity.Client.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.IdentityModel.Abstractions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.IdentityModel.Clients.ActiveDirectory.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.IdentityModel.Logging.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.IdentityModel.Protocols.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.IdentityModel.Tokens.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.OpenApi.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Rest.ClientRuntime.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Rest.ClientRuntime.Azure.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.SqlServer.Server.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.VisualBasic.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Microsoft.Win32.SystemEvents.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Newtonsoft.Json.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Newtonsoft.Json.Bson.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Polly.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/RabbitMQ.Client.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.AspNetCore.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Enrichers.Environment.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Extensions.Hosting.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Extensions.Logging.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Formatting.Compact.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Settings.Configuration.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Sinks.Console.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Sinks.Debug.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Sinks.File.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Sinks.Http.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Sinks.PeriodicBatching.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Sinks.RollingFile.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Serilog.Sinks.Seq.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Swashbuckle.AspNetCore.Newtonsoft.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Swashbuckle.AspNetCore.Swagger.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/System.Configuration.ConfigurationManager.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/System.Diagnostics.PerformanceCounter.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/System.Drawing.Common.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/System.IdentityModel.Tokens.Jwt.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/System.IO.Hashing.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/System.Memory.Data.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/System.Runtime.Caching.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/System.Security.Cryptography.ProtectedData.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/System.Security.Permissions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/System.Windows.Extensions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/debian-x64/native/libuv.so -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/fedora-x64/native/libuv.so -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/opensuse-x64/native/libuv.so -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/osx/native/libuv.dylib -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/rhel-x64/native/libuv.so -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win7-arm/native/libuv.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win7-x64/native/libuv.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win7-x86/native/libuv.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win/lib/netcoreapp2.0/System.Diagnostics.PerformanceCounter.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/unix/lib/net6.0/System.Drawing.Common.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win/lib/net6.0/System.Drawing.Common.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win/lib/net6.0/System.Runtime.Caching.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/runtimes/win/lib/net6.0/System.Windows.Extensions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/EventBus.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/EventBusRabbitMQ.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/EventBusServiceBus.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/IntegrationEventLogEF.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/EventBusRabbitMQ.pdb -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/EventBusServiceBus.pdb -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/EventBus.pdb -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net6.0/IntegrationEventLogEF.pdb -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.csproj.AssemblyReference.cache -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.GeneratedMSBuildEditorConfig.editorconfig -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.AssemblyInfoInputs.cache -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.AssemblyInfo.cs -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.csproj.CoreCompileInputs.cache -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.MvcApplicationPartsAssemblyInfo.cs -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.MvcApplicationPartsAssemblyInfo.cache -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/staticwebassets.build.json -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/staticwebassets.development.json -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/scopedcss/bundle/Catalog.API.styles.css -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.csproj.CopyComplete -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/refint/Catalog.API.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.pdb -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.genruntimeconfig.cache -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/ref/Catalog.API.dll diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.dll b/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.dll deleted file mode 100644 index a2539526..00000000 Binary files a/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.genruntimeconfig.cache b/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.genruntimeconfig.cache deleted file mode 100644 index fb18a474..00000000 --- a/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -0aa6adc33ef12e2f394497de109763ae2bc23c3f diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.pdb b/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.pdb deleted file mode 100644 index a48250a3..00000000 Binary files a/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Catalog.API.pdb and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Proto/Catalog.cs b/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Proto/Catalog.cs deleted file mode 100644 index d5756b10..00000000 --- a/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Proto/Catalog.cs +++ /dev/null @@ -1,1873 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: Proto/catalog.proto -// -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace CatalogApi { - - /// Holder for reflection information generated from Proto/catalog.proto - public static partial class CatalogReflection { - - #region Descriptor - /// File descriptor for Proto/catalog.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CatalogReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChNQcm90by9jYXRhbG9nLnByb3RvEgpDYXRhbG9nQXBpIiAKEkNhdGFsb2dJ", - "dGVtUmVxdWVzdBIKCgJpZBgBIAEoBSJHChNDYXRhbG9nSXRlbXNSZXF1ZXN0", - "EgsKA2lkcxgBIAEoCRIQCghwYWdlU2l6ZRgCIAEoBRIRCglwYWdlSW5kZXgY", - "AyABKAUiyAIKE0NhdGFsb2dJdGVtUmVzcG9uc2USCgoCaWQYASABKAUSDAoE", - "bmFtZRgCIAEoCRITCgtkZXNjcmlwdGlvbhgDIAEoCRINCgVwcmljZRgEIAEo", - "ARIZChFwaWN0dXJlX2ZpbGVfbmFtZRgFIAEoCRITCgtwaWN0dXJlX3VyaRgG", - "IAEoCRItCgxjYXRhbG9nX3R5cGUYCCABKAsyFy5DYXRhbG9nQXBpLkNhdGFs", - "b2dUeXBlEi8KDWNhdGFsb2dfYnJhbmQYCiABKAsyGC5DYXRhbG9nQXBpLkNh", - "dGFsb2dCcmFuZBIXCg9hdmFpbGFibGVfc3RvY2sYCyABKAUSGQoRcmVzdG9j", - "a190aHJlc2hvbGQYDCABKAUSGwoTbWF4X3N0b2NrX3RocmVzaG9sZBgNIAEo", - "BRISCgpvbl9yZW9yZGVyGA4gASgIIigKDENhdGFsb2dCcmFuZBIKCgJpZBgB", - "IAEoBRIMCgRuYW1lGAIgASgJIicKC0NhdGFsb2dUeXBlEgoKAmlkGAEgASgF", - "EgwKBHR5cGUYAiABKAkiewoWUGFnaW5hdGVkSXRlbXNSZXNwb25zZRIRCglw", - "YWdlSW5kZXgYASABKAUSEAoIcGFnZVNpemUYAiABKAUSDQoFY291bnQYAyAB", - "KAMSLQoEZGF0YRgEIAMoCzIfLkNhdGFsb2dBcGkuQ2F0YWxvZ0l0ZW1SZXNw", - "b25zZTKzAQoHQ2F0YWxvZxJQCgtHZXRJdGVtQnlJZBIeLkNhdGFsb2dBcGku", - "Q2F0YWxvZ0l0ZW1SZXF1ZXN0Gh8uQ2F0YWxvZ0FwaS5DYXRhbG9nSXRlbVJl", - "c3BvbnNlIgASVgoNR2V0SXRlbXNCeUlkcxIfLkNhdGFsb2dBcGkuQ2F0YWxv", - "Z0l0ZW1zUmVxdWVzdBoiLkNhdGFsb2dBcGkuUGFnaW5hdGVkSXRlbXNSZXNw", - "b25zZSIAYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::CatalogApi.CatalogItemRequest), global::CatalogApi.CatalogItemRequest.Parser, new[]{ "Id" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::CatalogApi.CatalogItemsRequest), global::CatalogApi.CatalogItemsRequest.Parser, new[]{ "Ids", "PageSize", "PageIndex" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::CatalogApi.CatalogItemResponse), global::CatalogApi.CatalogItemResponse.Parser, new[]{ "Id", "Name", "Description", "Price", "PictureFileName", "PictureUri", "CatalogType", "CatalogBrand", "AvailableStock", "RestockThreshold", "MaxStockThreshold", "OnReorder" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::CatalogApi.CatalogBrand), global::CatalogApi.CatalogBrand.Parser, new[]{ "Id", "Name" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::CatalogApi.CatalogType), global::CatalogApi.CatalogType.Parser, new[]{ "Id", "Type" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::CatalogApi.PaginatedItemsResponse), global::CatalogApi.PaginatedItemsResponse.Parser, new[]{ "PageIndex", "PageSize", "Count", "Data" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class CatalogItemRequest : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CatalogItemRequest()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::CatalogApi.CatalogReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemRequest(CatalogItemRequest other) : this() { - id_ = other.id_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemRequest Clone() { - return new CatalogItemRequest(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private int id_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int Id { - get { return id_; } - set { - id_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as CatalogItemRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(CatalogItemRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Id != 0) hash ^= Id.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Id != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(CatalogItemRequest other) { - if (other == null) { - return; - } - if (other.Id != 0) { - Id = other.Id; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - } - } - } - #endif - - } - - public sealed partial class CatalogItemsRequest : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CatalogItemsRequest()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::CatalogApi.CatalogReflection.Descriptor.MessageTypes[1]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemsRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemsRequest(CatalogItemsRequest other) : this() { - ids_ = other.ids_; - pageSize_ = other.pageSize_; - pageIndex_ = other.pageIndex_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemsRequest Clone() { - return new CatalogItemsRequest(this); - } - - /// Field number for the "ids" field. - public const int IdsFieldNumber = 1; - private string ids_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Ids { - get { return ids_; } - set { - ids_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "pageSize" field. - public const int PageSizeFieldNumber = 2; - private int pageSize_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int PageSize { - get { return pageSize_; } - set { - pageSize_ = value; - } - } - - /// Field number for the "pageIndex" field. - public const int PageIndexFieldNumber = 3; - private int pageIndex_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int PageIndex { - get { return pageIndex_; } - set { - pageIndex_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as CatalogItemsRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(CatalogItemsRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Ids != other.Ids) return false; - if (PageSize != other.PageSize) return false; - if (PageIndex != other.PageIndex) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Ids.Length != 0) hash ^= Ids.GetHashCode(); - if (PageSize != 0) hash ^= PageSize.GetHashCode(); - if (PageIndex != 0) hash ^= PageIndex.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Ids.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Ids); - } - if (PageSize != 0) { - output.WriteRawTag(16); - output.WriteInt32(PageSize); - } - if (PageIndex != 0) { - output.WriteRawTag(24); - output.WriteInt32(PageIndex); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Ids.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Ids); - } - if (PageSize != 0) { - output.WriteRawTag(16); - output.WriteInt32(PageSize); - } - if (PageIndex != 0) { - output.WriteRawTag(24); - output.WriteInt32(PageIndex); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Ids.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Ids); - } - if (PageSize != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(PageSize); - } - if (PageIndex != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(PageIndex); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(CatalogItemsRequest other) { - if (other == null) { - return; - } - if (other.Ids.Length != 0) { - Ids = other.Ids; - } - if (other.PageSize != 0) { - PageSize = other.PageSize; - } - if (other.PageIndex != 0) { - PageIndex = other.PageIndex; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - Ids = input.ReadString(); - break; - } - case 16: { - PageSize = input.ReadInt32(); - break; - } - case 24: { - PageIndex = input.ReadInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 10: { - Ids = input.ReadString(); - break; - } - case 16: { - PageSize = input.ReadInt32(); - break; - } - case 24: { - PageIndex = input.ReadInt32(); - break; - } - } - } - } - #endif - - } - - public sealed partial class CatalogItemResponse : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CatalogItemResponse()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::CatalogApi.CatalogReflection.Descriptor.MessageTypes[2]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemResponse() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemResponse(CatalogItemResponse other) : this() { - id_ = other.id_; - name_ = other.name_; - description_ = other.description_; - price_ = other.price_; - pictureFileName_ = other.pictureFileName_; - pictureUri_ = other.pictureUri_; - catalogType_ = other.catalogType_ != null ? other.catalogType_.Clone() : null; - catalogBrand_ = other.catalogBrand_ != null ? other.catalogBrand_.Clone() : null; - availableStock_ = other.availableStock_; - restockThreshold_ = other.restockThreshold_; - maxStockThreshold_ = other.maxStockThreshold_; - onReorder_ = other.onReorder_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemResponse Clone() { - return new CatalogItemResponse(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private int id_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int Id { - get { return id_; } - set { - id_ = value; - } - } - - /// Field number for the "name" field. - public const int NameFieldNumber = 2; - private string name_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Name { - get { return name_; } - set { - name_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "description" field. - public const int DescriptionFieldNumber = 3; - private string description_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Description { - get { return description_; } - set { - description_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "price" field. - public const int PriceFieldNumber = 4; - private double price_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public double Price { - get { return price_; } - set { - price_ = value; - } - } - - /// Field number for the "picture_file_name" field. - public const int PictureFileNameFieldNumber = 5; - private string pictureFileName_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string PictureFileName { - get { return pictureFileName_; } - set { - pictureFileName_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "picture_uri" field. - public const int PictureUriFieldNumber = 6; - private string pictureUri_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string PictureUri { - get { return pictureUri_; } - set { - pictureUri_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "catalog_type" field. - public const int CatalogTypeFieldNumber = 8; - private global::CatalogApi.CatalogType catalogType_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::CatalogApi.CatalogType CatalogType { - get { return catalogType_; } - set { - catalogType_ = value; - } - } - - /// Field number for the "catalog_brand" field. - public const int CatalogBrandFieldNumber = 10; - private global::CatalogApi.CatalogBrand catalogBrand_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::CatalogApi.CatalogBrand CatalogBrand { - get { return catalogBrand_; } - set { - catalogBrand_ = value; - } - } - - /// Field number for the "available_stock" field. - public const int AvailableStockFieldNumber = 11; - private int availableStock_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int AvailableStock { - get { return availableStock_; } - set { - availableStock_ = value; - } - } - - /// Field number for the "restock_threshold" field. - public const int RestockThresholdFieldNumber = 12; - private int restockThreshold_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int RestockThreshold { - get { return restockThreshold_; } - set { - restockThreshold_ = value; - } - } - - /// Field number for the "max_stock_threshold" field. - public const int MaxStockThresholdFieldNumber = 13; - private int maxStockThreshold_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int MaxStockThreshold { - get { return maxStockThreshold_; } - set { - maxStockThreshold_ = value; - } - } - - /// Field number for the "on_reorder" field. - public const int OnReorderFieldNumber = 14; - private bool onReorder_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool OnReorder { - get { return onReorder_; } - set { - onReorder_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as CatalogItemResponse); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(CatalogItemResponse other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - if (Name != other.Name) return false; - if (Description != other.Description) return false; - if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(Price, other.Price)) return false; - if (PictureFileName != other.PictureFileName) return false; - if (PictureUri != other.PictureUri) return false; - if (!object.Equals(CatalogType, other.CatalogType)) return false; - if (!object.Equals(CatalogBrand, other.CatalogBrand)) return false; - if (AvailableStock != other.AvailableStock) return false; - if (RestockThreshold != other.RestockThreshold) return false; - if (MaxStockThreshold != other.MaxStockThreshold) return false; - if (OnReorder != other.OnReorder) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Id != 0) hash ^= Id.GetHashCode(); - if (Name.Length != 0) hash ^= Name.GetHashCode(); - if (Description.Length != 0) hash ^= Description.GetHashCode(); - if (Price != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(Price); - if (PictureFileName.Length != 0) hash ^= PictureFileName.GetHashCode(); - if (PictureUri.Length != 0) hash ^= PictureUri.GetHashCode(); - if (catalogType_ != null) hash ^= CatalogType.GetHashCode(); - if (catalogBrand_ != null) hash ^= CatalogBrand.GetHashCode(); - if (AvailableStock != 0) hash ^= AvailableStock.GetHashCode(); - if (RestockThreshold != 0) hash ^= RestockThreshold.GetHashCode(); - if (MaxStockThreshold != 0) hash ^= MaxStockThreshold.GetHashCode(); - if (OnReorder != false) hash ^= OnReorder.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (Name.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Name); - } - if (Description.Length != 0) { - output.WriteRawTag(26); - output.WriteString(Description); - } - if (Price != 0D) { - output.WriteRawTag(33); - output.WriteDouble(Price); - } - if (PictureFileName.Length != 0) { - output.WriteRawTag(42); - output.WriteString(PictureFileName); - } - if (PictureUri.Length != 0) { - output.WriteRawTag(50); - output.WriteString(PictureUri); - } - if (catalogType_ != null) { - output.WriteRawTag(66); - output.WriteMessage(CatalogType); - } - if (catalogBrand_ != null) { - output.WriteRawTag(82); - output.WriteMessage(CatalogBrand); - } - if (AvailableStock != 0) { - output.WriteRawTag(88); - output.WriteInt32(AvailableStock); - } - if (RestockThreshold != 0) { - output.WriteRawTag(96); - output.WriteInt32(RestockThreshold); - } - if (MaxStockThreshold != 0) { - output.WriteRawTag(104); - output.WriteInt32(MaxStockThreshold); - } - if (OnReorder != false) { - output.WriteRawTag(112); - output.WriteBool(OnReorder); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (Name.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Name); - } - if (Description.Length != 0) { - output.WriteRawTag(26); - output.WriteString(Description); - } - if (Price != 0D) { - output.WriteRawTag(33); - output.WriteDouble(Price); - } - if (PictureFileName.Length != 0) { - output.WriteRawTag(42); - output.WriteString(PictureFileName); - } - if (PictureUri.Length != 0) { - output.WriteRawTag(50); - output.WriteString(PictureUri); - } - if (catalogType_ != null) { - output.WriteRawTag(66); - output.WriteMessage(CatalogType); - } - if (catalogBrand_ != null) { - output.WriteRawTag(82); - output.WriteMessage(CatalogBrand); - } - if (AvailableStock != 0) { - output.WriteRawTag(88); - output.WriteInt32(AvailableStock); - } - if (RestockThreshold != 0) { - output.WriteRawTag(96); - output.WriteInt32(RestockThreshold); - } - if (MaxStockThreshold != 0) { - output.WriteRawTag(104); - output.WriteInt32(MaxStockThreshold); - } - if (OnReorder != false) { - output.WriteRawTag(112); - output.WriteBool(OnReorder); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Id != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id); - } - if (Name.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Name); - } - if (Description.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Description); - } - if (Price != 0D) { - size += 1 + 8; - } - if (PictureFileName.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(PictureFileName); - } - if (PictureUri.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(PictureUri); - } - if (catalogType_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(CatalogType); - } - if (catalogBrand_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(CatalogBrand); - } - if (AvailableStock != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(AvailableStock); - } - if (RestockThreshold != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(RestockThreshold); - } - if (MaxStockThreshold != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(MaxStockThreshold); - } - if (OnReorder != false) { - size += 1 + 1; - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(CatalogItemResponse other) { - if (other == null) { - return; - } - if (other.Id != 0) { - Id = other.Id; - } - if (other.Name.Length != 0) { - Name = other.Name; - } - if (other.Description.Length != 0) { - Description = other.Description; - } - if (other.Price != 0D) { - Price = other.Price; - } - if (other.PictureFileName.Length != 0) { - PictureFileName = other.PictureFileName; - } - if (other.PictureUri.Length != 0) { - PictureUri = other.PictureUri; - } - if (other.catalogType_ != null) { - if (catalogType_ == null) { - CatalogType = new global::CatalogApi.CatalogType(); - } - CatalogType.MergeFrom(other.CatalogType); - } - if (other.catalogBrand_ != null) { - if (catalogBrand_ == null) { - CatalogBrand = new global::CatalogApi.CatalogBrand(); - } - CatalogBrand.MergeFrom(other.CatalogBrand); - } - if (other.AvailableStock != 0) { - AvailableStock = other.AvailableStock; - } - if (other.RestockThreshold != 0) { - RestockThreshold = other.RestockThreshold; - } - if (other.MaxStockThreshold != 0) { - MaxStockThreshold = other.MaxStockThreshold; - } - if (other.OnReorder != false) { - OnReorder = other.OnReorder; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - case 18: { - Name = input.ReadString(); - break; - } - case 26: { - Description = input.ReadString(); - break; - } - case 33: { - Price = input.ReadDouble(); - break; - } - case 42: { - PictureFileName = input.ReadString(); - break; - } - case 50: { - PictureUri = input.ReadString(); - break; - } - case 66: { - if (catalogType_ == null) { - CatalogType = new global::CatalogApi.CatalogType(); - } - input.ReadMessage(CatalogType); - break; - } - case 82: { - if (catalogBrand_ == null) { - CatalogBrand = new global::CatalogApi.CatalogBrand(); - } - input.ReadMessage(CatalogBrand); - break; - } - case 88: { - AvailableStock = input.ReadInt32(); - break; - } - case 96: { - RestockThreshold = input.ReadInt32(); - break; - } - case 104: { - MaxStockThreshold = input.ReadInt32(); - break; - } - case 112: { - OnReorder = input.ReadBool(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - case 18: { - Name = input.ReadString(); - break; - } - case 26: { - Description = input.ReadString(); - break; - } - case 33: { - Price = input.ReadDouble(); - break; - } - case 42: { - PictureFileName = input.ReadString(); - break; - } - case 50: { - PictureUri = input.ReadString(); - break; - } - case 66: { - if (catalogType_ == null) { - CatalogType = new global::CatalogApi.CatalogType(); - } - input.ReadMessage(CatalogType); - break; - } - case 82: { - if (catalogBrand_ == null) { - CatalogBrand = new global::CatalogApi.CatalogBrand(); - } - input.ReadMessage(CatalogBrand); - break; - } - case 88: { - AvailableStock = input.ReadInt32(); - break; - } - case 96: { - RestockThreshold = input.ReadInt32(); - break; - } - case 104: { - MaxStockThreshold = input.ReadInt32(); - break; - } - case 112: { - OnReorder = input.ReadBool(); - break; - } - } - } - } - #endif - - } - - public sealed partial class CatalogBrand : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CatalogBrand()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::CatalogApi.CatalogReflection.Descriptor.MessageTypes[3]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogBrand() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogBrand(CatalogBrand other) : this() { - id_ = other.id_; - name_ = other.name_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogBrand Clone() { - return new CatalogBrand(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private int id_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int Id { - get { return id_; } - set { - id_ = value; - } - } - - /// Field number for the "name" field. - public const int NameFieldNumber = 2; - private string name_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Name { - get { return name_; } - set { - name_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as CatalogBrand); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(CatalogBrand other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - if (Name != other.Name) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Id != 0) hash ^= Id.GetHashCode(); - if (Name.Length != 0) hash ^= Name.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (Name.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Name); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (Name.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Name); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Id != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id); - } - if (Name.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Name); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(CatalogBrand other) { - if (other == null) { - return; - } - if (other.Id != 0) { - Id = other.Id; - } - if (other.Name.Length != 0) { - Name = other.Name; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - case 18: { - Name = input.ReadString(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - case 18: { - Name = input.ReadString(); - break; - } - } - } - } - #endif - - } - - public sealed partial class CatalogType : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CatalogType()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::CatalogApi.CatalogReflection.Descriptor.MessageTypes[4]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogType() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogType(CatalogType other) : this() { - id_ = other.id_; - type_ = other.type_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogType Clone() { - return new CatalogType(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private int id_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int Id { - get { return id_; } - set { - id_ = value; - } - } - - /// Field number for the "type" field. - public const int TypeFieldNumber = 2; - private string type_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Type { - get { return type_; } - set { - type_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as CatalogType); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(CatalogType other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - if (Type != other.Type) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Id != 0) hash ^= Id.GetHashCode(); - if (Type.Length != 0) hash ^= Type.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (Type.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Type); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (Type.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Type); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Id != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id); - } - if (Type.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Type); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(CatalogType other) { - if (other == null) { - return; - } - if (other.Id != 0) { - Id = other.Id; - } - if (other.Type.Length != 0) { - Type = other.Type; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - case 18: { - Type = input.ReadString(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - case 18: { - Type = input.ReadString(); - break; - } - } - } - } - #endif - - } - - public sealed partial class PaginatedItemsResponse : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new PaginatedItemsResponse()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::CatalogApi.CatalogReflection.Descriptor.MessageTypes[5]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PaginatedItemsResponse() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PaginatedItemsResponse(PaginatedItemsResponse other) : this() { - pageIndex_ = other.pageIndex_; - pageSize_ = other.pageSize_; - count_ = other.count_; - data_ = other.data_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PaginatedItemsResponse Clone() { - return new PaginatedItemsResponse(this); - } - - /// Field number for the "pageIndex" field. - public const int PageIndexFieldNumber = 1; - private int pageIndex_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int PageIndex { - get { return pageIndex_; } - set { - pageIndex_ = value; - } - } - - /// Field number for the "pageSize" field. - public const int PageSizeFieldNumber = 2; - private int pageSize_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int PageSize { - get { return pageSize_; } - set { - pageSize_ = value; - } - } - - /// Field number for the "count" field. - public const int CountFieldNumber = 3; - private long count_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public long Count { - get { return count_; } - set { - count_ = value; - } - } - - /// Field number for the "data" field. - public const int DataFieldNumber = 4; - private static readonly pb::FieldCodec _repeated_data_codec - = pb::FieldCodec.ForMessage(34, global::CatalogApi.CatalogItemResponse.Parser); - private readonly pbc::RepeatedField data_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField Data { - get { return data_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as PaginatedItemsResponse); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(PaginatedItemsResponse other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (PageIndex != other.PageIndex) return false; - if (PageSize != other.PageSize) return false; - if (Count != other.Count) return false; - if(!data_.Equals(other.data_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (PageIndex != 0) hash ^= PageIndex.GetHashCode(); - if (PageSize != 0) hash ^= PageSize.GetHashCode(); - if (Count != 0L) hash ^= Count.GetHashCode(); - hash ^= data_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (PageIndex != 0) { - output.WriteRawTag(8); - output.WriteInt32(PageIndex); - } - if (PageSize != 0) { - output.WriteRawTag(16); - output.WriteInt32(PageSize); - } - if (Count != 0L) { - output.WriteRawTag(24); - output.WriteInt64(Count); - } - data_.WriteTo(output, _repeated_data_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (PageIndex != 0) { - output.WriteRawTag(8); - output.WriteInt32(PageIndex); - } - if (PageSize != 0) { - output.WriteRawTag(16); - output.WriteInt32(PageSize); - } - if (Count != 0L) { - output.WriteRawTag(24); - output.WriteInt64(Count); - } - data_.WriteTo(ref output, _repeated_data_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (PageIndex != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(PageIndex); - } - if (PageSize != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(PageSize); - } - if (Count != 0L) { - size += 1 + pb::CodedOutputStream.ComputeInt64Size(Count); - } - size += data_.CalculateSize(_repeated_data_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(PaginatedItemsResponse other) { - if (other == null) { - return; - } - if (other.PageIndex != 0) { - PageIndex = other.PageIndex; - } - if (other.PageSize != 0) { - PageSize = other.PageSize; - } - if (other.Count != 0L) { - Count = other.Count; - } - data_.Add(other.data_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - PageIndex = input.ReadInt32(); - break; - } - case 16: { - PageSize = input.ReadInt32(); - break; - } - case 24: { - Count = input.ReadInt64(); - break; - } - case 34: { - data_.AddEntriesFrom(input, _repeated_data_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - PageIndex = input.ReadInt32(); - break; - } - case 16: { - PageSize = input.ReadInt32(); - break; - } - case 24: { - Count = input.ReadInt64(); - break; - } - case 34: { - data_.AddEntriesFrom(ref input, _repeated_data_codec); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Proto/CatalogGrpc.cs b/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Proto/CatalogGrpc.cs deleted file mode 100644 index 2a76e559..00000000 --- a/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/Proto/CatalogGrpc.cs +++ /dev/null @@ -1,130 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: Proto/catalog.proto -// -#pragma warning disable 0414, 1591 -#region Designer generated code - -using grpc = global::Grpc.Core; - -namespace CatalogApi { - public static partial class Catalog - { - static readonly string __ServiceName = "CatalogApi.Catalog"; - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static void __Helper_SerializeMessage(global::Google.Protobuf.IMessage message, grpc::SerializationContext context) - { - #if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION - if (message is global::Google.Protobuf.IBufferMessage) - { - context.SetPayloadLength(message.CalculateSize()); - global::Google.Protobuf.MessageExtensions.WriteTo(message, context.GetBufferWriter()); - context.Complete(); - return; - } - #endif - context.Complete(global::Google.Protobuf.MessageExtensions.ToByteArray(message)); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static class __Helper_MessageCache - { - public static readonly bool IsBufferMessage = global::System.Reflection.IntrospectionExtensions.GetTypeInfo(typeof(global::Google.Protobuf.IBufferMessage)).IsAssignableFrom(typeof(T)); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static T __Helper_DeserializeMessage(grpc::DeserializationContext context, global::Google.Protobuf.MessageParser parser) where T : global::Google.Protobuf.IMessage - { - #if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION - if (__Helper_MessageCache.IsBufferMessage) - { - return parser.ParseFrom(context.PayloadAsReadOnlySequence()); - } - #endif - return parser.ParseFrom(context.PayloadAsNewBuffer()); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Marshaller __Marshaller_CatalogApi_CatalogItemRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::CatalogApi.CatalogItemRequest.Parser)); - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Marshaller __Marshaller_CatalogApi_CatalogItemResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::CatalogApi.CatalogItemResponse.Parser)); - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Marshaller __Marshaller_CatalogApi_CatalogItemsRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::CatalogApi.CatalogItemsRequest.Parser)); - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Marshaller __Marshaller_CatalogApi_PaginatedItemsResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::CatalogApi.PaginatedItemsResponse.Parser)); - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Method __Method_GetItemById = new grpc::Method( - grpc::MethodType.Unary, - __ServiceName, - "GetItemById", - __Marshaller_CatalogApi_CatalogItemRequest, - __Marshaller_CatalogApi_CatalogItemResponse); - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Method __Method_GetItemsByIds = new grpc::Method( - grpc::MethodType.Unary, - __ServiceName, - "GetItemsByIds", - __Marshaller_CatalogApi_CatalogItemsRequest, - __Marshaller_CatalogApi_PaginatedItemsResponse); - - /// Service descriptor - public static global::Google.Protobuf.Reflection.ServiceDescriptor Descriptor - { - get { return global::CatalogApi.CatalogReflection.Descriptor.Services[0]; } - } - - /// Base class for server-side implementations of Catalog - [grpc::BindServiceMethod(typeof(Catalog), "BindService")] - public abstract partial class CatalogBase - { - /// - /// >> - ///option (google.api.http) = { - ///get: "/api/v1/catalog/items/{id}" - ///}; - ///<< - /// - /// The request received from the client. - /// The context of the server-side call handler being invoked. - /// The response to send back to the client (wrapped by a task). - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual global::System.Threading.Tasks.Task GetItemById(global::CatalogApi.CatalogItemRequest request, grpc::ServerCallContext context) - { - throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual global::System.Threading.Tasks.Task GetItemsByIds(global::CatalogApi.CatalogItemsRequest request, grpc::ServerCallContext context) - { - throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); - } - - } - - /// Creates service definition that can be registered with a server - /// An object implementing the server-side handling logic. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public static grpc::ServerServiceDefinition BindService(CatalogBase serviceImpl) - { - return grpc::ServerServiceDefinition.CreateBuilder() - .AddMethod(__Method_GetItemById, serviceImpl.GetItemById) - .AddMethod(__Method_GetItemsByIds, serviceImpl.GetItemsByIds).Build(); - } - - /// Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. - /// Note: this method is part of an experimental API that can change or be removed without any prior notice. - /// Service methods will be bound by calling AddMethod on this object. - /// An object implementing the server-side handling logic. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public static void BindService(grpc::ServiceBinderBase serviceBinder, CatalogBase serviceImpl) - { - serviceBinder.AddMethod(__Method_GetItemById, serviceImpl == null ? null : new grpc::UnaryServerMethod(serviceImpl.GetItemById)); - serviceBinder.AddMethod(__Method_GetItemsByIds, serviceImpl == null ? null : new grpc::UnaryServerMethod(serviceImpl.GetItemsByIds)); - } - - } -} -#endregion diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/apphost b/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/apphost deleted file mode 100755 index a6b8ca69..00000000 Binary files a/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/apphost and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/ref/Catalog.API.dll b/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/ref/Catalog.API.dll deleted file mode 100644 index 08d4575e..00000000 Binary files a/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/ref/Catalog.API.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/refint/Catalog.API.dll b/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/refint/Catalog.API.dll deleted file mode 100644 index 08d4575e..00000000 Binary files a/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/refint/Catalog.API.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/staticwebassets.build.json b/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/staticwebassets.build.json deleted file mode 100644 index bdc621a5..00000000 --- a/src/Services/Catalog/Catalog.API/obj/Debug/net6.0/staticwebassets.build.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Version": 1, - "Hash": "dsw+z5JRLfbvfnm4YN5rLHYjFUjigEjIU18xRsIfEX0=", - "Source": "Catalog.API", - "BasePath": "_content/Catalog.API", - "Mode": "Default", - "ManifestType": "Build", - "ReferencedProjectsConfiguration": [], - "DiscoveryPatterns": [], - "Assets": [] -} \ No newline at end of file diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/src/Services/Catalog/Catalog.API/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs deleted file mode 100644 index af943994..00000000 --- a/src/Services/Catalog/Catalog.API/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = "")] diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net8.0/24131f3e1ac0aa6b_catalog.protodep b/src/Services/Catalog/Catalog.API/obj/Debug/net8.0/24131f3e1ac0aa6b_catalog.protodep deleted file mode 100644 index 545b6fa1..00000000 --- a/src/Services/Catalog/Catalog.API/obj/Debug/net8.0/24131f3e1ac0aa6b_catalog.protodep +++ /dev/null @@ -1,2 +0,0 @@ -obj/Debug/net8.0/Proto/Catalog.cs \ -obj/Debug/net8.0/Proto/CatalogGrpc.cs: Proto/catalog.proto \ No newline at end of file diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net8.0/Catalog.API.AssemblyInfo.cs b/src/Services/Catalog/Catalog.API/obj/Debug/net8.0/Catalog.API.AssemblyInfo.cs deleted file mode 100644 index 23a243eb..00000000 --- a/src/Services/Catalog/Catalog.API/obj/Debug/net8.0/Catalog.API.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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: Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute("aspnet-Catalog.API-20161122013618")] -[assembly: System.Reflection.AssemblyCompanyAttribute("Catalog.API")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0a77675f714bea9dc0df9dd0f5780d113235d59c")] -[assembly: System.Reflection.AssemblyProductAttribute("Catalog.API")] -[assembly: System.Reflection.AssemblyTitleAttribute("Catalog.API")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net8.0/Catalog.API.AssemblyInfoInputs.cache b/src/Services/Catalog/Catalog.API/obj/Debug/net8.0/Catalog.API.AssemblyInfoInputs.cache deleted file mode 100644 index b4ee198f..00000000 --- a/src/Services/Catalog/Catalog.API/obj/Debug/net8.0/Catalog.API.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -68cc51155ed7db6e9b7026e0b5e605506dfd62f675a4dd6c1e9a13283968cf0e diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net8.0/Catalog.API.GeneratedMSBuildEditorConfig.editorconfig b/src/Services/Catalog/Catalog.API/obj/Debug/net8.0/Catalog.API.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 01884c8b..00000000 --- a/src/Services/Catalog/Catalog.API/obj/Debug/net8.0/Catalog.API.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,19 +0,0 @@ -is_global = true -build_property.TargetFramework = net8.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = true -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = Catalog.API -build_property.RootNamespace = Catalog.API -build_property.ProjectDir = C:\Users\natyo\mslearn-microservices-devops-aspnet-core\src\Services\Catalog\Catalog.API\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.RazorLangVersion = 8.0 -build_property.SupportLocalizedComponentNames = -build_property.GenerateRazorMetadataSourceChecksumAttributes = -build_property.MSBuildProjectDirectory = C:\Users\natyo\mslearn-microservices-devops-aspnet-core\src\Services\Catalog\Catalog.API -build_property._RazorSourceGeneratorDebug = diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net8.0/Catalog.API.assets.cache b/src/Services/Catalog/Catalog.API/obj/Debug/net8.0/Catalog.API.assets.cache deleted file mode 100644 index 0ad69fed..00000000 Binary files a/src/Services/Catalog/Catalog.API/obj/Debug/net8.0/Catalog.API.assets.cache and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net8.0/Catalog.API.csproj.AssemblyReference.cache b/src/Services/Catalog/Catalog.API/obj/Debug/net8.0/Catalog.API.csproj.AssemblyReference.cache deleted file mode 100644 index 6efad914..00000000 Binary files a/src/Services/Catalog/Catalog.API/obj/Debug/net8.0/Catalog.API.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net8.0/Proto/Catalog.cs b/src/Services/Catalog/Catalog.API/obj/Debug/net8.0/Proto/Catalog.cs deleted file mode 100644 index 7c40c3b7..00000000 --- a/src/Services/Catalog/Catalog.API/obj/Debug/net8.0/Proto/Catalog.cs +++ /dev/null @@ -1,1879 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: Proto/catalog.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace CatalogApi { - - /// Holder for reflection information generated from Proto/catalog.proto - public static partial class CatalogReflection { - - #region Descriptor - /// File descriptor for Proto/catalog.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CatalogReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChNQcm90by9jYXRhbG9nLnByb3RvEgpDYXRhbG9nQXBpIiAKEkNhdGFsb2dJ", - "dGVtUmVxdWVzdBIKCgJpZBgBIAEoBSJHChNDYXRhbG9nSXRlbXNSZXF1ZXN0", - "EgsKA2lkcxgBIAEoCRIQCghwYWdlU2l6ZRgCIAEoBRIRCglwYWdlSW5kZXgY", - "AyABKAUiyAIKE0NhdGFsb2dJdGVtUmVzcG9uc2USCgoCaWQYASABKAUSDAoE", - "bmFtZRgCIAEoCRITCgtkZXNjcmlwdGlvbhgDIAEoCRINCgVwcmljZRgEIAEo", - "ARIZChFwaWN0dXJlX2ZpbGVfbmFtZRgFIAEoCRITCgtwaWN0dXJlX3VyaRgG", - "IAEoCRItCgxjYXRhbG9nX3R5cGUYCCABKAsyFy5DYXRhbG9nQXBpLkNhdGFs", - "b2dUeXBlEi8KDWNhdGFsb2dfYnJhbmQYCiABKAsyGC5DYXRhbG9nQXBpLkNh", - "dGFsb2dCcmFuZBIXCg9hdmFpbGFibGVfc3RvY2sYCyABKAUSGQoRcmVzdG9j", - "a190aHJlc2hvbGQYDCABKAUSGwoTbWF4X3N0b2NrX3RocmVzaG9sZBgNIAEo", - "BRISCgpvbl9yZW9yZGVyGA4gASgIIigKDENhdGFsb2dCcmFuZBIKCgJpZBgB", - "IAEoBRIMCgRuYW1lGAIgASgJIicKC0NhdGFsb2dUeXBlEgoKAmlkGAEgASgF", - "EgwKBHR5cGUYAiABKAkiewoWUGFnaW5hdGVkSXRlbXNSZXNwb25zZRIRCglw", - "YWdlSW5kZXgYASABKAUSEAoIcGFnZVNpemUYAiABKAUSDQoFY291bnQYAyAB", - "KAMSLQoEZGF0YRgEIAMoCzIfLkNhdGFsb2dBcGkuQ2F0YWxvZ0l0ZW1SZXNw", - "b25zZTKzAQoHQ2F0YWxvZxJQCgtHZXRJdGVtQnlJZBIeLkNhdGFsb2dBcGku", - "Q2F0YWxvZ0l0ZW1SZXF1ZXN0Gh8uQ2F0YWxvZ0FwaS5DYXRhbG9nSXRlbVJl", - "c3BvbnNlIgASVgoNR2V0SXRlbXNCeUlkcxIfLkNhdGFsb2dBcGkuQ2F0YWxv", - "Z0l0ZW1zUmVxdWVzdBoiLkNhdGFsb2dBcGkuUGFnaW5hdGVkSXRlbXNSZXNw", - "b25zZSIAYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::CatalogApi.CatalogItemRequest), global::CatalogApi.CatalogItemRequest.Parser, new[]{ "Id" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::CatalogApi.CatalogItemsRequest), global::CatalogApi.CatalogItemsRequest.Parser, new[]{ "Ids", "PageSize", "PageIndex" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::CatalogApi.CatalogItemResponse), global::CatalogApi.CatalogItemResponse.Parser, new[]{ "Id", "Name", "Description", "Price", "PictureFileName", "PictureUri", "CatalogType", "CatalogBrand", "AvailableStock", "RestockThreshold", "MaxStockThreshold", "OnReorder" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::CatalogApi.CatalogBrand), global::CatalogApi.CatalogBrand.Parser, new[]{ "Id", "Name" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::CatalogApi.CatalogType), global::CatalogApi.CatalogType.Parser, new[]{ "Id", "Type" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::CatalogApi.PaginatedItemsResponse), global::CatalogApi.PaginatedItemsResponse.Parser, new[]{ "PageIndex", "PageSize", "Count", "Data" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class CatalogItemRequest : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CatalogItemRequest()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::CatalogApi.CatalogReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemRequest(CatalogItemRequest other) : this() { - id_ = other.id_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemRequest Clone() { - return new CatalogItemRequest(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private int id_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int Id { - get { return id_; } - set { - id_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as CatalogItemRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(CatalogItemRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Id != 0) hash ^= Id.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Id != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(CatalogItemRequest other) { - if (other == null) { - return; - } - if (other.Id != 0) { - Id = other.Id; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - } - } - } - #endif - - } - - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class CatalogItemsRequest : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CatalogItemsRequest()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::CatalogApi.CatalogReflection.Descriptor.MessageTypes[1]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemsRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemsRequest(CatalogItemsRequest other) : this() { - ids_ = other.ids_; - pageSize_ = other.pageSize_; - pageIndex_ = other.pageIndex_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemsRequest Clone() { - return new CatalogItemsRequest(this); - } - - /// Field number for the "ids" field. - public const int IdsFieldNumber = 1; - private string ids_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Ids { - get { return ids_; } - set { - ids_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "pageSize" field. - public const int PageSizeFieldNumber = 2; - private int pageSize_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int PageSize { - get { return pageSize_; } - set { - pageSize_ = value; - } - } - - /// Field number for the "pageIndex" field. - public const int PageIndexFieldNumber = 3; - private int pageIndex_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int PageIndex { - get { return pageIndex_; } - set { - pageIndex_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as CatalogItemsRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(CatalogItemsRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Ids != other.Ids) return false; - if (PageSize != other.PageSize) return false; - if (PageIndex != other.PageIndex) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Ids.Length != 0) hash ^= Ids.GetHashCode(); - if (PageSize != 0) hash ^= PageSize.GetHashCode(); - if (PageIndex != 0) hash ^= PageIndex.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Ids.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Ids); - } - if (PageSize != 0) { - output.WriteRawTag(16); - output.WriteInt32(PageSize); - } - if (PageIndex != 0) { - output.WriteRawTag(24); - output.WriteInt32(PageIndex); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Ids.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Ids); - } - if (PageSize != 0) { - output.WriteRawTag(16); - output.WriteInt32(PageSize); - } - if (PageIndex != 0) { - output.WriteRawTag(24); - output.WriteInt32(PageIndex); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Ids.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Ids); - } - if (PageSize != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(PageSize); - } - if (PageIndex != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(PageIndex); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(CatalogItemsRequest other) { - if (other == null) { - return; - } - if (other.Ids.Length != 0) { - Ids = other.Ids; - } - if (other.PageSize != 0) { - PageSize = other.PageSize; - } - if (other.PageIndex != 0) { - PageIndex = other.PageIndex; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - Ids = input.ReadString(); - break; - } - case 16: { - PageSize = input.ReadInt32(); - break; - } - case 24: { - PageIndex = input.ReadInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 10: { - Ids = input.ReadString(); - break; - } - case 16: { - PageSize = input.ReadInt32(); - break; - } - case 24: { - PageIndex = input.ReadInt32(); - break; - } - } - } - } - #endif - - } - - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class CatalogItemResponse : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CatalogItemResponse()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::CatalogApi.CatalogReflection.Descriptor.MessageTypes[2]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemResponse() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemResponse(CatalogItemResponse other) : this() { - id_ = other.id_; - name_ = other.name_; - description_ = other.description_; - price_ = other.price_; - pictureFileName_ = other.pictureFileName_; - pictureUri_ = other.pictureUri_; - catalogType_ = other.catalogType_ != null ? other.catalogType_.Clone() : null; - catalogBrand_ = other.catalogBrand_ != null ? other.catalogBrand_.Clone() : null; - availableStock_ = other.availableStock_; - restockThreshold_ = other.restockThreshold_; - maxStockThreshold_ = other.maxStockThreshold_; - onReorder_ = other.onReorder_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemResponse Clone() { - return new CatalogItemResponse(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private int id_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int Id { - get { return id_; } - set { - id_ = value; - } - } - - /// Field number for the "name" field. - public const int NameFieldNumber = 2; - private string name_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Name { - get { return name_; } - set { - name_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "description" field. - public const int DescriptionFieldNumber = 3; - private string description_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Description { - get { return description_; } - set { - description_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "price" field. - public const int PriceFieldNumber = 4; - private double price_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public double Price { - get { return price_; } - set { - price_ = value; - } - } - - /// Field number for the "picture_file_name" field. - public const int PictureFileNameFieldNumber = 5; - private string pictureFileName_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string PictureFileName { - get { return pictureFileName_; } - set { - pictureFileName_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "picture_uri" field. - public const int PictureUriFieldNumber = 6; - private string pictureUri_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string PictureUri { - get { return pictureUri_; } - set { - pictureUri_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "catalog_type" field. - public const int CatalogTypeFieldNumber = 8; - private global::CatalogApi.CatalogType catalogType_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::CatalogApi.CatalogType CatalogType { - get { return catalogType_; } - set { - catalogType_ = value; - } - } - - /// Field number for the "catalog_brand" field. - public const int CatalogBrandFieldNumber = 10; - private global::CatalogApi.CatalogBrand catalogBrand_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::CatalogApi.CatalogBrand CatalogBrand { - get { return catalogBrand_; } - set { - catalogBrand_ = value; - } - } - - /// Field number for the "available_stock" field. - public const int AvailableStockFieldNumber = 11; - private int availableStock_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int AvailableStock { - get { return availableStock_; } - set { - availableStock_ = value; - } - } - - /// Field number for the "restock_threshold" field. - public const int RestockThresholdFieldNumber = 12; - private int restockThreshold_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int RestockThreshold { - get { return restockThreshold_; } - set { - restockThreshold_ = value; - } - } - - /// Field number for the "max_stock_threshold" field. - public const int MaxStockThresholdFieldNumber = 13; - private int maxStockThreshold_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int MaxStockThreshold { - get { return maxStockThreshold_; } - set { - maxStockThreshold_ = value; - } - } - - /// Field number for the "on_reorder" field. - public const int OnReorderFieldNumber = 14; - private bool onReorder_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool OnReorder { - get { return onReorder_; } - set { - onReorder_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as CatalogItemResponse); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(CatalogItemResponse other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - if (Name != other.Name) return false; - if (Description != other.Description) return false; - if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(Price, other.Price)) return false; - if (PictureFileName != other.PictureFileName) return false; - if (PictureUri != other.PictureUri) return false; - if (!object.Equals(CatalogType, other.CatalogType)) return false; - if (!object.Equals(CatalogBrand, other.CatalogBrand)) return false; - if (AvailableStock != other.AvailableStock) return false; - if (RestockThreshold != other.RestockThreshold) return false; - if (MaxStockThreshold != other.MaxStockThreshold) return false; - if (OnReorder != other.OnReorder) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Id != 0) hash ^= Id.GetHashCode(); - if (Name.Length != 0) hash ^= Name.GetHashCode(); - if (Description.Length != 0) hash ^= Description.GetHashCode(); - if (Price != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(Price); - if (PictureFileName.Length != 0) hash ^= PictureFileName.GetHashCode(); - if (PictureUri.Length != 0) hash ^= PictureUri.GetHashCode(); - if (catalogType_ != null) hash ^= CatalogType.GetHashCode(); - if (catalogBrand_ != null) hash ^= CatalogBrand.GetHashCode(); - if (AvailableStock != 0) hash ^= AvailableStock.GetHashCode(); - if (RestockThreshold != 0) hash ^= RestockThreshold.GetHashCode(); - if (MaxStockThreshold != 0) hash ^= MaxStockThreshold.GetHashCode(); - if (OnReorder != false) hash ^= OnReorder.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (Name.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Name); - } - if (Description.Length != 0) { - output.WriteRawTag(26); - output.WriteString(Description); - } - if (Price != 0D) { - output.WriteRawTag(33); - output.WriteDouble(Price); - } - if (PictureFileName.Length != 0) { - output.WriteRawTag(42); - output.WriteString(PictureFileName); - } - if (PictureUri.Length != 0) { - output.WriteRawTag(50); - output.WriteString(PictureUri); - } - if (catalogType_ != null) { - output.WriteRawTag(66); - output.WriteMessage(CatalogType); - } - if (catalogBrand_ != null) { - output.WriteRawTag(82); - output.WriteMessage(CatalogBrand); - } - if (AvailableStock != 0) { - output.WriteRawTag(88); - output.WriteInt32(AvailableStock); - } - if (RestockThreshold != 0) { - output.WriteRawTag(96); - output.WriteInt32(RestockThreshold); - } - if (MaxStockThreshold != 0) { - output.WriteRawTag(104); - output.WriteInt32(MaxStockThreshold); - } - if (OnReorder != false) { - output.WriteRawTag(112); - output.WriteBool(OnReorder); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (Name.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Name); - } - if (Description.Length != 0) { - output.WriteRawTag(26); - output.WriteString(Description); - } - if (Price != 0D) { - output.WriteRawTag(33); - output.WriteDouble(Price); - } - if (PictureFileName.Length != 0) { - output.WriteRawTag(42); - output.WriteString(PictureFileName); - } - if (PictureUri.Length != 0) { - output.WriteRawTag(50); - output.WriteString(PictureUri); - } - if (catalogType_ != null) { - output.WriteRawTag(66); - output.WriteMessage(CatalogType); - } - if (catalogBrand_ != null) { - output.WriteRawTag(82); - output.WriteMessage(CatalogBrand); - } - if (AvailableStock != 0) { - output.WriteRawTag(88); - output.WriteInt32(AvailableStock); - } - if (RestockThreshold != 0) { - output.WriteRawTag(96); - output.WriteInt32(RestockThreshold); - } - if (MaxStockThreshold != 0) { - output.WriteRawTag(104); - output.WriteInt32(MaxStockThreshold); - } - if (OnReorder != false) { - output.WriteRawTag(112); - output.WriteBool(OnReorder); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Id != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id); - } - if (Name.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Name); - } - if (Description.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Description); - } - if (Price != 0D) { - size += 1 + 8; - } - if (PictureFileName.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(PictureFileName); - } - if (PictureUri.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(PictureUri); - } - if (catalogType_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(CatalogType); - } - if (catalogBrand_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(CatalogBrand); - } - if (AvailableStock != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(AvailableStock); - } - if (RestockThreshold != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(RestockThreshold); - } - if (MaxStockThreshold != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(MaxStockThreshold); - } - if (OnReorder != false) { - size += 1 + 1; - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(CatalogItemResponse other) { - if (other == null) { - return; - } - if (other.Id != 0) { - Id = other.Id; - } - if (other.Name.Length != 0) { - Name = other.Name; - } - if (other.Description.Length != 0) { - Description = other.Description; - } - if (other.Price != 0D) { - Price = other.Price; - } - if (other.PictureFileName.Length != 0) { - PictureFileName = other.PictureFileName; - } - if (other.PictureUri.Length != 0) { - PictureUri = other.PictureUri; - } - if (other.catalogType_ != null) { - if (catalogType_ == null) { - CatalogType = new global::CatalogApi.CatalogType(); - } - CatalogType.MergeFrom(other.CatalogType); - } - if (other.catalogBrand_ != null) { - if (catalogBrand_ == null) { - CatalogBrand = new global::CatalogApi.CatalogBrand(); - } - CatalogBrand.MergeFrom(other.CatalogBrand); - } - if (other.AvailableStock != 0) { - AvailableStock = other.AvailableStock; - } - if (other.RestockThreshold != 0) { - RestockThreshold = other.RestockThreshold; - } - if (other.MaxStockThreshold != 0) { - MaxStockThreshold = other.MaxStockThreshold; - } - if (other.OnReorder != false) { - OnReorder = other.OnReorder; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - case 18: { - Name = input.ReadString(); - break; - } - case 26: { - Description = input.ReadString(); - break; - } - case 33: { - Price = input.ReadDouble(); - break; - } - case 42: { - PictureFileName = input.ReadString(); - break; - } - case 50: { - PictureUri = input.ReadString(); - break; - } - case 66: { - if (catalogType_ == null) { - CatalogType = new global::CatalogApi.CatalogType(); - } - input.ReadMessage(CatalogType); - break; - } - case 82: { - if (catalogBrand_ == null) { - CatalogBrand = new global::CatalogApi.CatalogBrand(); - } - input.ReadMessage(CatalogBrand); - break; - } - case 88: { - AvailableStock = input.ReadInt32(); - break; - } - case 96: { - RestockThreshold = input.ReadInt32(); - break; - } - case 104: { - MaxStockThreshold = input.ReadInt32(); - break; - } - case 112: { - OnReorder = input.ReadBool(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - case 18: { - Name = input.ReadString(); - break; - } - case 26: { - Description = input.ReadString(); - break; - } - case 33: { - Price = input.ReadDouble(); - break; - } - case 42: { - PictureFileName = input.ReadString(); - break; - } - case 50: { - PictureUri = input.ReadString(); - break; - } - case 66: { - if (catalogType_ == null) { - CatalogType = new global::CatalogApi.CatalogType(); - } - input.ReadMessage(CatalogType); - break; - } - case 82: { - if (catalogBrand_ == null) { - CatalogBrand = new global::CatalogApi.CatalogBrand(); - } - input.ReadMessage(CatalogBrand); - break; - } - case 88: { - AvailableStock = input.ReadInt32(); - break; - } - case 96: { - RestockThreshold = input.ReadInt32(); - break; - } - case 104: { - MaxStockThreshold = input.ReadInt32(); - break; - } - case 112: { - OnReorder = input.ReadBool(); - break; - } - } - } - } - #endif - - } - - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class CatalogBrand : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CatalogBrand()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::CatalogApi.CatalogReflection.Descriptor.MessageTypes[3]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogBrand() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogBrand(CatalogBrand other) : this() { - id_ = other.id_; - name_ = other.name_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogBrand Clone() { - return new CatalogBrand(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private int id_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int Id { - get { return id_; } - set { - id_ = value; - } - } - - /// Field number for the "name" field. - public const int NameFieldNumber = 2; - private string name_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Name { - get { return name_; } - set { - name_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as CatalogBrand); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(CatalogBrand other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - if (Name != other.Name) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Id != 0) hash ^= Id.GetHashCode(); - if (Name.Length != 0) hash ^= Name.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (Name.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Name); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (Name.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Name); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Id != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id); - } - if (Name.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Name); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(CatalogBrand other) { - if (other == null) { - return; - } - if (other.Id != 0) { - Id = other.Id; - } - if (other.Name.Length != 0) { - Name = other.Name; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - case 18: { - Name = input.ReadString(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - case 18: { - Name = input.ReadString(); - break; - } - } - } - } - #endif - - } - - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class CatalogType : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CatalogType()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::CatalogApi.CatalogReflection.Descriptor.MessageTypes[4]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogType() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogType(CatalogType other) : this() { - id_ = other.id_; - type_ = other.type_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogType Clone() { - return new CatalogType(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private int id_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int Id { - get { return id_; } - set { - id_ = value; - } - } - - /// Field number for the "type" field. - public const int TypeFieldNumber = 2; - private string type_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Type { - get { return type_; } - set { - type_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as CatalogType); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(CatalogType other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - if (Type != other.Type) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Id != 0) hash ^= Id.GetHashCode(); - if (Type.Length != 0) hash ^= Type.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (Type.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Type); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (Type.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Type); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Id != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id); - } - if (Type.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Type); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(CatalogType other) { - if (other == null) { - return; - } - if (other.Id != 0) { - Id = other.Id; - } - if (other.Type.Length != 0) { - Type = other.Type; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - case 18: { - Type = input.ReadString(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - case 18: { - Type = input.ReadString(); - break; - } - } - } - } - #endif - - } - - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class PaginatedItemsResponse : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new PaginatedItemsResponse()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::CatalogApi.CatalogReflection.Descriptor.MessageTypes[5]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PaginatedItemsResponse() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PaginatedItemsResponse(PaginatedItemsResponse other) : this() { - pageIndex_ = other.pageIndex_; - pageSize_ = other.pageSize_; - count_ = other.count_; - data_ = other.data_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PaginatedItemsResponse Clone() { - return new PaginatedItemsResponse(this); - } - - /// Field number for the "pageIndex" field. - public const int PageIndexFieldNumber = 1; - private int pageIndex_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int PageIndex { - get { return pageIndex_; } - set { - pageIndex_ = value; - } - } - - /// Field number for the "pageSize" field. - public const int PageSizeFieldNumber = 2; - private int pageSize_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int PageSize { - get { return pageSize_; } - set { - pageSize_ = value; - } - } - - /// Field number for the "count" field. - public const int CountFieldNumber = 3; - private long count_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public long Count { - get { return count_; } - set { - count_ = value; - } - } - - /// Field number for the "data" field. - public const int DataFieldNumber = 4; - private static readonly pb::FieldCodec _repeated_data_codec - = pb::FieldCodec.ForMessage(34, global::CatalogApi.CatalogItemResponse.Parser); - private readonly pbc::RepeatedField data_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField Data { - get { return data_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as PaginatedItemsResponse); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(PaginatedItemsResponse other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (PageIndex != other.PageIndex) return false; - if (PageSize != other.PageSize) return false; - if (Count != other.Count) return false; - if(!data_.Equals(other.data_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (PageIndex != 0) hash ^= PageIndex.GetHashCode(); - if (PageSize != 0) hash ^= PageSize.GetHashCode(); - if (Count != 0L) hash ^= Count.GetHashCode(); - hash ^= data_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (PageIndex != 0) { - output.WriteRawTag(8); - output.WriteInt32(PageIndex); - } - if (PageSize != 0) { - output.WriteRawTag(16); - output.WriteInt32(PageSize); - } - if (Count != 0L) { - output.WriteRawTag(24); - output.WriteInt64(Count); - } - data_.WriteTo(output, _repeated_data_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (PageIndex != 0) { - output.WriteRawTag(8); - output.WriteInt32(PageIndex); - } - if (PageSize != 0) { - output.WriteRawTag(16); - output.WriteInt32(PageSize); - } - if (Count != 0L) { - output.WriteRawTag(24); - output.WriteInt64(Count); - } - data_.WriteTo(ref output, _repeated_data_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (PageIndex != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(PageIndex); - } - if (PageSize != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(PageSize); - } - if (Count != 0L) { - size += 1 + pb::CodedOutputStream.ComputeInt64Size(Count); - } - size += data_.CalculateSize(_repeated_data_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(PaginatedItemsResponse other) { - if (other == null) { - return; - } - if (other.PageIndex != 0) { - PageIndex = other.PageIndex; - } - if (other.PageSize != 0) { - PageSize = other.PageSize; - } - if (other.Count != 0L) { - Count = other.Count; - } - data_.Add(other.data_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - PageIndex = input.ReadInt32(); - break; - } - case 16: { - PageSize = input.ReadInt32(); - break; - } - case 24: { - Count = input.ReadInt64(); - break; - } - case 34: { - data_.AddEntriesFrom(input, _repeated_data_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - PageIndex = input.ReadInt32(); - break; - } - case 16: { - PageSize = input.ReadInt32(); - break; - } - case 24: { - Count = input.ReadInt64(); - break; - } - case 34: { - data_.AddEntriesFrom(ref input, _repeated_data_codec); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net8.0/Proto/CatalogGrpc.cs b/src/Services/Catalog/Catalog.API/obj/Debug/net8.0/Proto/CatalogGrpc.cs deleted file mode 100644 index daa410b3..00000000 --- a/src/Services/Catalog/Catalog.API/obj/Debug/net8.0/Proto/CatalogGrpc.cs +++ /dev/null @@ -1,130 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: Proto/catalog.proto -// -#pragma warning disable 0414, 1591, 8981, 0612 -#region Designer generated code - -using grpc = global::Grpc.Core; - -namespace CatalogApi { - public static partial class Catalog - { - static readonly string __ServiceName = "CatalogApi.Catalog"; - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static void __Helper_SerializeMessage(global::Google.Protobuf.IMessage message, grpc::SerializationContext context) - { - #if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION - if (message is global::Google.Protobuf.IBufferMessage) - { - context.SetPayloadLength(message.CalculateSize()); - global::Google.Protobuf.MessageExtensions.WriteTo(message, context.GetBufferWriter()); - context.Complete(); - return; - } - #endif - context.Complete(global::Google.Protobuf.MessageExtensions.ToByteArray(message)); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static class __Helper_MessageCache - { - public static readonly bool IsBufferMessage = global::System.Reflection.IntrospectionExtensions.GetTypeInfo(typeof(global::Google.Protobuf.IBufferMessage)).IsAssignableFrom(typeof(T)); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static T __Helper_DeserializeMessage(grpc::DeserializationContext context, global::Google.Protobuf.MessageParser parser) where T : global::Google.Protobuf.IMessage - { - #if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION - if (__Helper_MessageCache.IsBufferMessage) - { - return parser.ParseFrom(context.PayloadAsReadOnlySequence()); - } - #endif - return parser.ParseFrom(context.PayloadAsNewBuffer()); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Marshaller __Marshaller_CatalogApi_CatalogItemRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::CatalogApi.CatalogItemRequest.Parser)); - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Marshaller __Marshaller_CatalogApi_CatalogItemResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::CatalogApi.CatalogItemResponse.Parser)); - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Marshaller __Marshaller_CatalogApi_CatalogItemsRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::CatalogApi.CatalogItemsRequest.Parser)); - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Marshaller __Marshaller_CatalogApi_PaginatedItemsResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::CatalogApi.PaginatedItemsResponse.Parser)); - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Method __Method_GetItemById = new grpc::Method( - grpc::MethodType.Unary, - __ServiceName, - "GetItemById", - __Marshaller_CatalogApi_CatalogItemRequest, - __Marshaller_CatalogApi_CatalogItemResponse); - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Method __Method_GetItemsByIds = new grpc::Method( - grpc::MethodType.Unary, - __ServiceName, - "GetItemsByIds", - __Marshaller_CatalogApi_CatalogItemsRequest, - __Marshaller_CatalogApi_PaginatedItemsResponse); - - /// Service descriptor - public static global::Google.Protobuf.Reflection.ServiceDescriptor Descriptor - { - get { return global::CatalogApi.CatalogReflection.Descriptor.Services[0]; } - } - - /// Base class for server-side implementations of Catalog - [grpc::BindServiceMethod(typeof(Catalog), "BindService")] - public abstract partial class CatalogBase - { - /// - /// >> - ///option (google.api.http) = { - ///get: "/api/v1/catalog/items/{id}" - ///}; - ///<< - /// - /// The request received from the client. - /// The context of the server-side call handler being invoked. - /// The response to send back to the client (wrapped by a task). - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual global::System.Threading.Tasks.Task GetItemById(global::CatalogApi.CatalogItemRequest request, grpc::ServerCallContext context) - { - throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual global::System.Threading.Tasks.Task GetItemsByIds(global::CatalogApi.CatalogItemsRequest request, grpc::ServerCallContext context) - { - throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); - } - - } - - /// Creates service definition that can be registered with a server - /// An object implementing the server-side handling logic. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public static grpc::ServerServiceDefinition BindService(CatalogBase serviceImpl) - { - return grpc::ServerServiceDefinition.CreateBuilder() - .AddMethod(__Method_GetItemById, serviceImpl.GetItemById) - .AddMethod(__Method_GetItemsByIds, serviceImpl.GetItemsByIds).Build(); - } - - /// Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. - /// Note: this method is part of an experimental API that can change or be removed without any prior notice. - /// Service methods will be bound by calling AddMethod on this object. - /// An object implementing the server-side handling logic. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public static void BindService(grpc::ServiceBinderBase serviceBinder, CatalogBase serviceImpl) - { - serviceBinder.AddMethod(__Method_GetItemById, serviceImpl == null ? null : new grpc::UnaryServerMethod(serviceImpl.GetItemById)); - serviceBinder.AddMethod(__Method_GetItemsByIds, serviceImpl == null ? null : new grpc::UnaryServerMethod(serviceImpl.GetItemsByIds)); - } - - } -} -#endregion diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net8.0/dfe805b7589f203f_catalog.protodep b/src/Services/Catalog/Catalog.API/obj/Debug/net8.0/dfe805b7589f203f_catalog.protodep deleted file mode 100644 index 66aa2801..00000000 --- a/src/Services/Catalog/Catalog.API/obj/Debug/net8.0/dfe805b7589f203f_catalog.protodep +++ /dev/null @@ -1,2 +0,0 @@ -obj\Debug\net8.0\Proto/Catalog.cs \ -obj\Debug\net8.0\Proto/CatalogGrpc.cs: Proto/catalog.proto \ No newline at end of file diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs deleted file mode 100644 index feda5e9f..00000000 --- a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0")] diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/24131f3e1ac0aa6b_catalog.protodep b/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/24131f3e1ac0aa6b_catalog.protodep deleted file mode 100644 index b8e46880..00000000 --- a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/24131f3e1ac0aa6b_catalog.protodep +++ /dev/null @@ -1,2 +0,0 @@ -obj/Debug/net9.0/Proto/Catalog.cs \ -obj/Debug/net9.0/Proto/CatalogGrpc.cs: Proto/catalog.proto \ No newline at end of file diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Catalog..F07FDCDC.Up2Date b/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Catalog..F07FDCDC.Up2Date deleted file mode 100644 index e69de29b..00000000 diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Catalog.API.AssemblyInfo.cs b/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Catalog.API.AssemblyInfo.cs deleted file mode 100644 index 155e8c88..00000000 --- a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Catalog.API.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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: Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute("aspnet-Catalog.API-20161122013618")] -[assembly: System.Reflection.AssemblyCompanyAttribute("Catalog.API")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+ac1eb1ea194ee72f31eded440b1a3c03c53c5657")] -[assembly: System.Reflection.AssemblyProductAttribute("Catalog.API")] -[assembly: System.Reflection.AssemblyTitleAttribute("Catalog.API")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Catalog.API.AssemblyInfoInputs.cache b/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Catalog.API.AssemblyInfoInputs.cache deleted file mode 100644 index d9949881..00000000 --- a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Catalog.API.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -13a5b8c6321336d88241742f0744bf4a24f9bcf931333477ba2cd73b0c9269f2 diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Catalog.API.GeneratedMSBuildEditorConfig.editorconfig b/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Catalog.API.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 151d72c2..00000000 --- a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Catalog.API.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,31 +0,0 @@ -is_global = true -build_property.TargetFramework = net9.0 -build_property.TargetFramework = net9.0 -build_property.TargetPlatformMinVersion = -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = true -build_property.UsingMicrosoftNETSdkWeb = true -build_property.ProjectTypeGuids = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property.EnforceExtendedAnalyzerRules = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.TargetFrameworkIdentifier = .NETCoreApp -build_property.TargetFrameworkVersion = v9.0 -build_property.RootNamespace = Catalog.API -build_property.RootNamespace = Catalog.API -build_property.ProjectDir = /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.RazorLangVersion = 9.0 -build_property.SupportLocalizedComponentNames = -build_property.GenerateRazorMetadataSourceChecksumAttributes = -build_property.MSBuildProjectDirectory = /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API -build_property._RazorSourceGeneratorDebug = -build_property.EffectiveAnalysisLevelStyle = 9.0 -build_property.EnableCodeStyleSeverity = diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Catalog.API.MvcApplicationPartsAssemblyInfo.cache b/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Catalog.API.MvcApplicationPartsAssemblyInfo.cache deleted file mode 100644 index e69de29b..00000000 diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Catalog.API.MvcApplicationPartsAssemblyInfo.cs b/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Catalog.API.MvcApplicationPartsAssemblyInfo.cs deleted file mode 100644 index 4db6d34b..00000000 --- a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Catalog.API.MvcApplicationPartsAssemblyInfo.cs +++ /dev/null @@ -1,17 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.Newtonsoft")] -[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Catalog.API.assets.cache b/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Catalog.API.assets.cache index 83351a75..5defaaad 100644 Binary files a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Catalog.API.assets.cache and b/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Catalog.API.assets.cache differ diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Catalog.API.csproj.AssemblyReference.cache b/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Catalog.API.csproj.AssemblyReference.cache deleted file mode 100644 index 08f9db5d..00000000 Binary files a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Catalog.API.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Catalog.API.csproj.CoreCompileInputs.cache b/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Catalog.API.csproj.CoreCompileInputs.cache deleted file mode 100644 index 78d3f143..00000000 --- a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Catalog.API.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -e60ca5a72a6056e105d3f1a04a6346717e65d9e524571ff58548b0a814ee754d diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Catalog.API.csproj.FileListAbsolute.txt b/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Catalog.API.csproj.FileListAbsolute.txt index e6e54dea..ec5a7658 100644 --- a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Catalog.API.csproj.FileListAbsolute.txt +++ b/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Catalog.API.csproj.FileListAbsolute.txt @@ -197,7 +197,6 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Data.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Diagnostics.Contracts.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Diagnostics.Debug.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Diagnostics.DiagnosticSource.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Diagnostics.EventLog.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Diagnostics.FileVersionInfo.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/refs/System.Diagnostics.Process.dll @@ -358,8 +357,6 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Grpc.Core.Api.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Grpc.Net.Common.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Humanizer.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/IdentityModel.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/IdentityModel.OidcClient.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/KubernetesClient.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.AspNetCore.dll @@ -392,12 +389,39 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Design.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Relational.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.SqlServer.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.Binder.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.Json.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.DependencyInjection.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.DiagnosticAdapter.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.Diagnostics.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.FileProviders.Physical.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.HealthChecks.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.Hosting.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.Abstractions.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.ApplicationInsights.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.Configuration.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.Console.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.Debug.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.EventLog.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.EventSource.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.Options.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Extensions.Primitives.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Identity.Client.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.Identity.Client.Extensions.Msal.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll @@ -417,7 +441,6 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Newtonsoft.Json.Bson.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Polly.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Polly.Core.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Prometheus.NetStandard.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/RabbitMQ.Client.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Serilog.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Serilog.AspNetCore.dll @@ -435,6 +458,7 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.Swagger.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.ClientModel.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.CodeDom.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.Composition.AttributedModel.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.Composition.Convention.dll @@ -442,6 +466,8 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.Composition.Runtime.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.Composition.TypedParts.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.Configuration.ConfigurationManager.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.Diagnostics.DiagnosticSource.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.Diagnostics.EventLog.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.Diagnostics.PerformanceCounter.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/System.IO.Hashing.dll @@ -538,6 +564,8 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/runtimes/win/lib/net8.0/System.Runtime.Caching.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/bin/Debug/net9.0/EventBus.dll diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Catalog.API.dll b/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Catalog.API.dll deleted file mode 100644 index fe6b49b0..00000000 Binary files a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Catalog.API.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Catalog.API.genruntimeconfig.cache b/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Catalog.API.genruntimeconfig.cache deleted file mode 100644 index 88269bf1..00000000 --- a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Catalog.API.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -bc2be102e59da48cc0a44c528cae01d023757a7f789dc32d5421e6218166660a diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Catalog.API.pdb b/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Catalog.API.pdb deleted file mode 100644 index ce726870..00000000 Binary files a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Catalog.API.pdb and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Catalog.API.sourcelink.json b/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Catalog.API.sourcelink.json deleted file mode 100644 index a2a1dc92..00000000 --- a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Catalog.API.sourcelink.json +++ /dev/null @@ -1 +0,0 @@ -{"documents":{"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/ac1eb1ea194ee72f31eded440b1a3c03c53c5657/*"}} \ No newline at end of file diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Proto/Catalog.cs b/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Proto/Catalog.cs deleted file mode 100644 index 543699ca..00000000 --- a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Proto/Catalog.cs +++ /dev/null @@ -1,1927 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: Proto/catalog.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace CatalogApi { - - /// Holder for reflection information generated from Proto/catalog.proto - public static partial class CatalogReflection { - - #region Descriptor - /// File descriptor for Proto/catalog.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CatalogReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChNQcm90by9jYXRhbG9nLnByb3RvEgpDYXRhbG9nQXBpIiAKEkNhdGFsb2dJ", - "dGVtUmVxdWVzdBIKCgJpZBgBIAEoBSJHChNDYXRhbG9nSXRlbXNSZXF1ZXN0", - "EgsKA2lkcxgBIAEoCRIQCghwYWdlU2l6ZRgCIAEoBRIRCglwYWdlSW5kZXgY", - "AyABKAUiyAIKE0NhdGFsb2dJdGVtUmVzcG9uc2USCgoCaWQYASABKAUSDAoE", - "bmFtZRgCIAEoCRITCgtkZXNjcmlwdGlvbhgDIAEoCRINCgVwcmljZRgEIAEo", - "ARIZChFwaWN0dXJlX2ZpbGVfbmFtZRgFIAEoCRITCgtwaWN0dXJlX3VyaRgG", - "IAEoCRItCgxjYXRhbG9nX3R5cGUYCCABKAsyFy5DYXRhbG9nQXBpLkNhdGFs", - "b2dUeXBlEi8KDWNhdGFsb2dfYnJhbmQYCiABKAsyGC5DYXRhbG9nQXBpLkNh", - "dGFsb2dCcmFuZBIXCg9hdmFpbGFibGVfc3RvY2sYCyABKAUSGQoRcmVzdG9j", - "a190aHJlc2hvbGQYDCABKAUSGwoTbWF4X3N0b2NrX3RocmVzaG9sZBgNIAEo", - "BRISCgpvbl9yZW9yZGVyGA4gASgIIigKDENhdGFsb2dCcmFuZBIKCgJpZBgB", - "IAEoBRIMCgRuYW1lGAIgASgJIicKC0NhdGFsb2dUeXBlEgoKAmlkGAEgASgF", - "EgwKBHR5cGUYAiABKAkiewoWUGFnaW5hdGVkSXRlbXNSZXNwb25zZRIRCglw", - "YWdlSW5kZXgYASABKAUSEAoIcGFnZVNpemUYAiABKAUSDQoFY291bnQYAyAB", - "KAMSLQoEZGF0YRgEIAMoCzIfLkNhdGFsb2dBcGkuQ2F0YWxvZ0l0ZW1SZXNw", - "b25zZTKzAQoHQ2F0YWxvZxJQCgtHZXRJdGVtQnlJZBIeLkNhdGFsb2dBcGku", - "Q2F0YWxvZ0l0ZW1SZXF1ZXN0Gh8uQ2F0YWxvZ0FwaS5DYXRhbG9nSXRlbVJl", - "c3BvbnNlIgASVgoNR2V0SXRlbXNCeUlkcxIfLkNhdGFsb2dBcGkuQ2F0YWxv", - "Z0l0ZW1zUmVxdWVzdBoiLkNhdGFsb2dBcGkuUGFnaW5hdGVkSXRlbXNSZXNw", - "b25zZSIAYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::CatalogApi.CatalogItemRequest), global::CatalogApi.CatalogItemRequest.Parser, new[]{ "Id" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::CatalogApi.CatalogItemsRequest), global::CatalogApi.CatalogItemsRequest.Parser, new[]{ "Ids", "PageSize", "PageIndex" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::CatalogApi.CatalogItemResponse), global::CatalogApi.CatalogItemResponse.Parser, new[]{ "Id", "Name", "Description", "Price", "PictureFileName", "PictureUri", "CatalogType", "CatalogBrand", "AvailableStock", "RestockThreshold", "MaxStockThreshold", "OnReorder" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::CatalogApi.CatalogBrand), global::CatalogApi.CatalogBrand.Parser, new[]{ "Id", "Name" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::CatalogApi.CatalogType), global::CatalogApi.CatalogType.Parser, new[]{ "Id", "Type" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::CatalogApi.PaginatedItemsResponse), global::CatalogApi.PaginatedItemsResponse.Parser, new[]{ "PageIndex", "PageSize", "Count", "Data" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class CatalogItemRequest : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CatalogItemRequest()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::CatalogApi.CatalogReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemRequest(CatalogItemRequest other) : this() { - id_ = other.id_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemRequest Clone() { - return new CatalogItemRequest(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private int id_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int Id { - get { return id_; } - set { - id_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as CatalogItemRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(CatalogItemRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Id != 0) hash ^= Id.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Id != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(CatalogItemRequest other) { - if (other == null) { - return; - } - if (other.Id != 0) { - Id = other.Id; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - if ((tag & 7) == 4) { - // Abort on any end group tag. - return; - } - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - if ((tag & 7) == 4) { - // Abort on any end group tag. - return; - } - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - } - } - } - #endif - - } - - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class CatalogItemsRequest : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CatalogItemsRequest()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::CatalogApi.CatalogReflection.Descriptor.MessageTypes[1]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemsRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemsRequest(CatalogItemsRequest other) : this() { - ids_ = other.ids_; - pageSize_ = other.pageSize_; - pageIndex_ = other.pageIndex_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemsRequest Clone() { - return new CatalogItemsRequest(this); - } - - /// Field number for the "ids" field. - public const int IdsFieldNumber = 1; - private string ids_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Ids { - get { return ids_; } - set { - ids_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "pageSize" field. - public const int PageSizeFieldNumber = 2; - private int pageSize_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int PageSize { - get { return pageSize_; } - set { - pageSize_ = value; - } - } - - /// Field number for the "pageIndex" field. - public const int PageIndexFieldNumber = 3; - private int pageIndex_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int PageIndex { - get { return pageIndex_; } - set { - pageIndex_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as CatalogItemsRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(CatalogItemsRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Ids != other.Ids) return false; - if (PageSize != other.PageSize) return false; - if (PageIndex != other.PageIndex) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Ids.Length != 0) hash ^= Ids.GetHashCode(); - if (PageSize != 0) hash ^= PageSize.GetHashCode(); - if (PageIndex != 0) hash ^= PageIndex.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Ids.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Ids); - } - if (PageSize != 0) { - output.WriteRawTag(16); - output.WriteInt32(PageSize); - } - if (PageIndex != 0) { - output.WriteRawTag(24); - output.WriteInt32(PageIndex); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Ids.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Ids); - } - if (PageSize != 0) { - output.WriteRawTag(16); - output.WriteInt32(PageSize); - } - if (PageIndex != 0) { - output.WriteRawTag(24); - output.WriteInt32(PageIndex); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Ids.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Ids); - } - if (PageSize != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(PageSize); - } - if (PageIndex != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(PageIndex); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(CatalogItemsRequest other) { - if (other == null) { - return; - } - if (other.Ids.Length != 0) { - Ids = other.Ids; - } - if (other.PageSize != 0) { - PageSize = other.PageSize; - } - if (other.PageIndex != 0) { - PageIndex = other.PageIndex; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - if ((tag & 7) == 4) { - // Abort on any end group tag. - return; - } - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - Ids = input.ReadString(); - break; - } - case 16: { - PageSize = input.ReadInt32(); - break; - } - case 24: { - PageIndex = input.ReadInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - if ((tag & 7) == 4) { - // Abort on any end group tag. - return; - } - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 10: { - Ids = input.ReadString(); - break; - } - case 16: { - PageSize = input.ReadInt32(); - break; - } - case 24: { - PageIndex = input.ReadInt32(); - break; - } - } - } - } - #endif - - } - - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class CatalogItemResponse : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CatalogItemResponse()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::CatalogApi.CatalogReflection.Descriptor.MessageTypes[2]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemResponse() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemResponse(CatalogItemResponse other) : this() { - id_ = other.id_; - name_ = other.name_; - description_ = other.description_; - price_ = other.price_; - pictureFileName_ = other.pictureFileName_; - pictureUri_ = other.pictureUri_; - catalogType_ = other.catalogType_ != null ? other.catalogType_.Clone() : null; - catalogBrand_ = other.catalogBrand_ != null ? other.catalogBrand_.Clone() : null; - availableStock_ = other.availableStock_; - restockThreshold_ = other.restockThreshold_; - maxStockThreshold_ = other.maxStockThreshold_; - onReorder_ = other.onReorder_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogItemResponse Clone() { - return new CatalogItemResponse(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private int id_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int Id { - get { return id_; } - set { - id_ = value; - } - } - - /// Field number for the "name" field. - public const int NameFieldNumber = 2; - private string name_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Name { - get { return name_; } - set { - name_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "description" field. - public const int DescriptionFieldNumber = 3; - private string description_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Description { - get { return description_; } - set { - description_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "price" field. - public const int PriceFieldNumber = 4; - private double price_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public double Price { - get { return price_; } - set { - price_ = value; - } - } - - /// Field number for the "picture_file_name" field. - public const int PictureFileNameFieldNumber = 5; - private string pictureFileName_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string PictureFileName { - get { return pictureFileName_; } - set { - pictureFileName_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "picture_uri" field. - public const int PictureUriFieldNumber = 6; - private string pictureUri_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string PictureUri { - get { return pictureUri_; } - set { - pictureUri_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "catalog_type" field. - public const int CatalogTypeFieldNumber = 8; - private global::CatalogApi.CatalogType catalogType_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::CatalogApi.CatalogType CatalogType { - get { return catalogType_; } - set { - catalogType_ = value; - } - } - - /// Field number for the "catalog_brand" field. - public const int CatalogBrandFieldNumber = 10; - private global::CatalogApi.CatalogBrand catalogBrand_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::CatalogApi.CatalogBrand CatalogBrand { - get { return catalogBrand_; } - set { - catalogBrand_ = value; - } - } - - /// Field number for the "available_stock" field. - public const int AvailableStockFieldNumber = 11; - private int availableStock_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int AvailableStock { - get { return availableStock_; } - set { - availableStock_ = value; - } - } - - /// Field number for the "restock_threshold" field. - public const int RestockThresholdFieldNumber = 12; - private int restockThreshold_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int RestockThreshold { - get { return restockThreshold_; } - set { - restockThreshold_ = value; - } - } - - /// Field number for the "max_stock_threshold" field. - public const int MaxStockThresholdFieldNumber = 13; - private int maxStockThreshold_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int MaxStockThreshold { - get { return maxStockThreshold_; } - set { - maxStockThreshold_ = value; - } - } - - /// Field number for the "on_reorder" field. - public const int OnReorderFieldNumber = 14; - private bool onReorder_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool OnReorder { - get { return onReorder_; } - set { - onReorder_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as CatalogItemResponse); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(CatalogItemResponse other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - if (Name != other.Name) return false; - if (Description != other.Description) return false; - if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(Price, other.Price)) return false; - if (PictureFileName != other.PictureFileName) return false; - if (PictureUri != other.PictureUri) return false; - if (!object.Equals(CatalogType, other.CatalogType)) return false; - if (!object.Equals(CatalogBrand, other.CatalogBrand)) return false; - if (AvailableStock != other.AvailableStock) return false; - if (RestockThreshold != other.RestockThreshold) return false; - if (MaxStockThreshold != other.MaxStockThreshold) return false; - if (OnReorder != other.OnReorder) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Id != 0) hash ^= Id.GetHashCode(); - if (Name.Length != 0) hash ^= Name.GetHashCode(); - if (Description.Length != 0) hash ^= Description.GetHashCode(); - if (Price != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(Price); - if (PictureFileName.Length != 0) hash ^= PictureFileName.GetHashCode(); - if (PictureUri.Length != 0) hash ^= PictureUri.GetHashCode(); - if (catalogType_ != null) hash ^= CatalogType.GetHashCode(); - if (catalogBrand_ != null) hash ^= CatalogBrand.GetHashCode(); - if (AvailableStock != 0) hash ^= AvailableStock.GetHashCode(); - if (RestockThreshold != 0) hash ^= RestockThreshold.GetHashCode(); - if (MaxStockThreshold != 0) hash ^= MaxStockThreshold.GetHashCode(); - if (OnReorder != false) hash ^= OnReorder.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (Name.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Name); - } - if (Description.Length != 0) { - output.WriteRawTag(26); - output.WriteString(Description); - } - if (Price != 0D) { - output.WriteRawTag(33); - output.WriteDouble(Price); - } - if (PictureFileName.Length != 0) { - output.WriteRawTag(42); - output.WriteString(PictureFileName); - } - if (PictureUri.Length != 0) { - output.WriteRawTag(50); - output.WriteString(PictureUri); - } - if (catalogType_ != null) { - output.WriteRawTag(66); - output.WriteMessage(CatalogType); - } - if (catalogBrand_ != null) { - output.WriteRawTag(82); - output.WriteMessage(CatalogBrand); - } - if (AvailableStock != 0) { - output.WriteRawTag(88); - output.WriteInt32(AvailableStock); - } - if (RestockThreshold != 0) { - output.WriteRawTag(96); - output.WriteInt32(RestockThreshold); - } - if (MaxStockThreshold != 0) { - output.WriteRawTag(104); - output.WriteInt32(MaxStockThreshold); - } - if (OnReorder != false) { - output.WriteRawTag(112); - output.WriteBool(OnReorder); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (Name.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Name); - } - if (Description.Length != 0) { - output.WriteRawTag(26); - output.WriteString(Description); - } - if (Price != 0D) { - output.WriteRawTag(33); - output.WriteDouble(Price); - } - if (PictureFileName.Length != 0) { - output.WriteRawTag(42); - output.WriteString(PictureFileName); - } - if (PictureUri.Length != 0) { - output.WriteRawTag(50); - output.WriteString(PictureUri); - } - if (catalogType_ != null) { - output.WriteRawTag(66); - output.WriteMessage(CatalogType); - } - if (catalogBrand_ != null) { - output.WriteRawTag(82); - output.WriteMessage(CatalogBrand); - } - if (AvailableStock != 0) { - output.WriteRawTag(88); - output.WriteInt32(AvailableStock); - } - if (RestockThreshold != 0) { - output.WriteRawTag(96); - output.WriteInt32(RestockThreshold); - } - if (MaxStockThreshold != 0) { - output.WriteRawTag(104); - output.WriteInt32(MaxStockThreshold); - } - if (OnReorder != false) { - output.WriteRawTag(112); - output.WriteBool(OnReorder); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Id != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id); - } - if (Name.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Name); - } - if (Description.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Description); - } - if (Price != 0D) { - size += 1 + 8; - } - if (PictureFileName.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(PictureFileName); - } - if (PictureUri.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(PictureUri); - } - if (catalogType_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(CatalogType); - } - if (catalogBrand_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(CatalogBrand); - } - if (AvailableStock != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(AvailableStock); - } - if (RestockThreshold != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(RestockThreshold); - } - if (MaxStockThreshold != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(MaxStockThreshold); - } - if (OnReorder != false) { - size += 1 + 1; - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(CatalogItemResponse other) { - if (other == null) { - return; - } - if (other.Id != 0) { - Id = other.Id; - } - if (other.Name.Length != 0) { - Name = other.Name; - } - if (other.Description.Length != 0) { - Description = other.Description; - } - if (other.Price != 0D) { - Price = other.Price; - } - if (other.PictureFileName.Length != 0) { - PictureFileName = other.PictureFileName; - } - if (other.PictureUri.Length != 0) { - PictureUri = other.PictureUri; - } - if (other.catalogType_ != null) { - if (catalogType_ == null) { - CatalogType = new global::CatalogApi.CatalogType(); - } - CatalogType.MergeFrom(other.CatalogType); - } - if (other.catalogBrand_ != null) { - if (catalogBrand_ == null) { - CatalogBrand = new global::CatalogApi.CatalogBrand(); - } - CatalogBrand.MergeFrom(other.CatalogBrand); - } - if (other.AvailableStock != 0) { - AvailableStock = other.AvailableStock; - } - if (other.RestockThreshold != 0) { - RestockThreshold = other.RestockThreshold; - } - if (other.MaxStockThreshold != 0) { - MaxStockThreshold = other.MaxStockThreshold; - } - if (other.OnReorder != false) { - OnReorder = other.OnReorder; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - if ((tag & 7) == 4) { - // Abort on any end group tag. - return; - } - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - case 18: { - Name = input.ReadString(); - break; - } - case 26: { - Description = input.ReadString(); - break; - } - case 33: { - Price = input.ReadDouble(); - break; - } - case 42: { - PictureFileName = input.ReadString(); - break; - } - case 50: { - PictureUri = input.ReadString(); - break; - } - case 66: { - if (catalogType_ == null) { - CatalogType = new global::CatalogApi.CatalogType(); - } - input.ReadMessage(CatalogType); - break; - } - case 82: { - if (catalogBrand_ == null) { - CatalogBrand = new global::CatalogApi.CatalogBrand(); - } - input.ReadMessage(CatalogBrand); - break; - } - case 88: { - AvailableStock = input.ReadInt32(); - break; - } - case 96: { - RestockThreshold = input.ReadInt32(); - break; - } - case 104: { - MaxStockThreshold = input.ReadInt32(); - break; - } - case 112: { - OnReorder = input.ReadBool(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - if ((tag & 7) == 4) { - // Abort on any end group tag. - return; - } - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - case 18: { - Name = input.ReadString(); - break; - } - case 26: { - Description = input.ReadString(); - break; - } - case 33: { - Price = input.ReadDouble(); - break; - } - case 42: { - PictureFileName = input.ReadString(); - break; - } - case 50: { - PictureUri = input.ReadString(); - break; - } - case 66: { - if (catalogType_ == null) { - CatalogType = new global::CatalogApi.CatalogType(); - } - input.ReadMessage(CatalogType); - break; - } - case 82: { - if (catalogBrand_ == null) { - CatalogBrand = new global::CatalogApi.CatalogBrand(); - } - input.ReadMessage(CatalogBrand); - break; - } - case 88: { - AvailableStock = input.ReadInt32(); - break; - } - case 96: { - RestockThreshold = input.ReadInt32(); - break; - } - case 104: { - MaxStockThreshold = input.ReadInt32(); - break; - } - case 112: { - OnReorder = input.ReadBool(); - break; - } - } - } - } - #endif - - } - - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class CatalogBrand : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CatalogBrand()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::CatalogApi.CatalogReflection.Descriptor.MessageTypes[3]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogBrand() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogBrand(CatalogBrand other) : this() { - id_ = other.id_; - name_ = other.name_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogBrand Clone() { - return new CatalogBrand(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private int id_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int Id { - get { return id_; } - set { - id_ = value; - } - } - - /// Field number for the "name" field. - public const int NameFieldNumber = 2; - private string name_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Name { - get { return name_; } - set { - name_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as CatalogBrand); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(CatalogBrand other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - if (Name != other.Name) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Id != 0) hash ^= Id.GetHashCode(); - if (Name.Length != 0) hash ^= Name.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (Name.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Name); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (Name.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Name); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Id != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id); - } - if (Name.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Name); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(CatalogBrand other) { - if (other == null) { - return; - } - if (other.Id != 0) { - Id = other.Id; - } - if (other.Name.Length != 0) { - Name = other.Name; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - if ((tag & 7) == 4) { - // Abort on any end group tag. - return; - } - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - case 18: { - Name = input.ReadString(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - if ((tag & 7) == 4) { - // Abort on any end group tag. - return; - } - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - case 18: { - Name = input.ReadString(); - break; - } - } - } - } - #endif - - } - - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class CatalogType : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CatalogType()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::CatalogApi.CatalogReflection.Descriptor.MessageTypes[4]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogType() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogType(CatalogType other) : this() { - id_ = other.id_; - type_ = other.type_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CatalogType Clone() { - return new CatalogType(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private int id_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int Id { - get { return id_; } - set { - id_ = value; - } - } - - /// Field number for the "type" field. - public const int TypeFieldNumber = 2; - private string type_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Type { - get { return type_; } - set { - type_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as CatalogType); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(CatalogType other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - if (Type != other.Type) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Id != 0) hash ^= Id.GetHashCode(); - if (Type.Length != 0) hash ^= Type.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (Type.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Type); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (Type.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Type); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Id != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id); - } - if (Type.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Type); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(CatalogType other) { - if (other == null) { - return; - } - if (other.Id != 0) { - Id = other.Id; - } - if (other.Type.Length != 0) { - Type = other.Type; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - if ((tag & 7) == 4) { - // Abort on any end group tag. - return; - } - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - case 18: { - Type = input.ReadString(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - if ((tag & 7) == 4) { - // Abort on any end group tag. - return; - } - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - case 18: { - Type = input.ReadString(); - break; - } - } - } - } - #endif - - } - - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class PaginatedItemsResponse : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new PaginatedItemsResponse()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::CatalogApi.CatalogReflection.Descriptor.MessageTypes[5]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PaginatedItemsResponse() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PaginatedItemsResponse(PaginatedItemsResponse other) : this() { - pageIndex_ = other.pageIndex_; - pageSize_ = other.pageSize_; - count_ = other.count_; - data_ = other.data_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PaginatedItemsResponse Clone() { - return new PaginatedItemsResponse(this); - } - - /// Field number for the "pageIndex" field. - public const int PageIndexFieldNumber = 1; - private int pageIndex_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int PageIndex { - get { return pageIndex_; } - set { - pageIndex_ = value; - } - } - - /// Field number for the "pageSize" field. - public const int PageSizeFieldNumber = 2; - private int pageSize_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int PageSize { - get { return pageSize_; } - set { - pageSize_ = value; - } - } - - /// Field number for the "count" field. - public const int CountFieldNumber = 3; - private long count_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public long Count { - get { return count_; } - set { - count_ = value; - } - } - - /// Field number for the "data" field. - public const int DataFieldNumber = 4; - private static readonly pb::FieldCodec _repeated_data_codec - = pb::FieldCodec.ForMessage(34, global::CatalogApi.CatalogItemResponse.Parser); - private readonly pbc::RepeatedField data_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField Data { - get { return data_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as PaginatedItemsResponse); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(PaginatedItemsResponse other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (PageIndex != other.PageIndex) return false; - if (PageSize != other.PageSize) return false; - if (Count != other.Count) return false; - if(!data_.Equals(other.data_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (PageIndex != 0) hash ^= PageIndex.GetHashCode(); - if (PageSize != 0) hash ^= PageSize.GetHashCode(); - if (Count != 0L) hash ^= Count.GetHashCode(); - hash ^= data_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (PageIndex != 0) { - output.WriteRawTag(8); - output.WriteInt32(PageIndex); - } - if (PageSize != 0) { - output.WriteRawTag(16); - output.WriteInt32(PageSize); - } - if (Count != 0L) { - output.WriteRawTag(24); - output.WriteInt64(Count); - } - data_.WriteTo(output, _repeated_data_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (PageIndex != 0) { - output.WriteRawTag(8); - output.WriteInt32(PageIndex); - } - if (PageSize != 0) { - output.WriteRawTag(16); - output.WriteInt32(PageSize); - } - if (Count != 0L) { - output.WriteRawTag(24); - output.WriteInt64(Count); - } - data_.WriteTo(ref output, _repeated_data_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (PageIndex != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(PageIndex); - } - if (PageSize != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(PageSize); - } - if (Count != 0L) { - size += 1 + pb::CodedOutputStream.ComputeInt64Size(Count); - } - size += data_.CalculateSize(_repeated_data_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(PaginatedItemsResponse other) { - if (other == null) { - return; - } - if (other.PageIndex != 0) { - PageIndex = other.PageIndex; - } - if (other.PageSize != 0) { - PageSize = other.PageSize; - } - if (other.Count != 0L) { - Count = other.Count; - } - data_.Add(other.data_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - if ((tag & 7) == 4) { - // Abort on any end group tag. - return; - } - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - PageIndex = input.ReadInt32(); - break; - } - case 16: { - PageSize = input.ReadInt32(); - break; - } - case 24: { - Count = input.ReadInt64(); - break; - } - case 34: { - data_.AddEntriesFrom(input, _repeated_data_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - if ((tag & 7) == 4) { - // Abort on any end group tag. - return; - } - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - PageIndex = input.ReadInt32(); - break; - } - case 16: { - PageSize = input.ReadInt32(); - break; - } - case 24: { - Count = input.ReadInt64(); - break; - } - case 34: { - data_.AddEntriesFrom(ref input, _repeated_data_codec); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Proto/CatalogGrpc.cs b/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Proto/CatalogGrpc.cs deleted file mode 100644 index daa410b3..00000000 --- a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/Proto/CatalogGrpc.cs +++ /dev/null @@ -1,130 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: Proto/catalog.proto -// -#pragma warning disable 0414, 1591, 8981, 0612 -#region Designer generated code - -using grpc = global::Grpc.Core; - -namespace CatalogApi { - public static partial class Catalog - { - static readonly string __ServiceName = "CatalogApi.Catalog"; - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static void __Helper_SerializeMessage(global::Google.Protobuf.IMessage message, grpc::SerializationContext context) - { - #if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION - if (message is global::Google.Protobuf.IBufferMessage) - { - context.SetPayloadLength(message.CalculateSize()); - global::Google.Protobuf.MessageExtensions.WriteTo(message, context.GetBufferWriter()); - context.Complete(); - return; - } - #endif - context.Complete(global::Google.Protobuf.MessageExtensions.ToByteArray(message)); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static class __Helper_MessageCache - { - public static readonly bool IsBufferMessage = global::System.Reflection.IntrospectionExtensions.GetTypeInfo(typeof(global::Google.Protobuf.IBufferMessage)).IsAssignableFrom(typeof(T)); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static T __Helper_DeserializeMessage(grpc::DeserializationContext context, global::Google.Protobuf.MessageParser parser) where T : global::Google.Protobuf.IMessage - { - #if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION - if (__Helper_MessageCache.IsBufferMessage) - { - return parser.ParseFrom(context.PayloadAsReadOnlySequence()); - } - #endif - return parser.ParseFrom(context.PayloadAsNewBuffer()); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Marshaller __Marshaller_CatalogApi_CatalogItemRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::CatalogApi.CatalogItemRequest.Parser)); - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Marshaller __Marshaller_CatalogApi_CatalogItemResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::CatalogApi.CatalogItemResponse.Parser)); - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Marshaller __Marshaller_CatalogApi_CatalogItemsRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::CatalogApi.CatalogItemsRequest.Parser)); - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Marshaller __Marshaller_CatalogApi_PaginatedItemsResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::CatalogApi.PaginatedItemsResponse.Parser)); - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Method __Method_GetItemById = new grpc::Method( - grpc::MethodType.Unary, - __ServiceName, - "GetItemById", - __Marshaller_CatalogApi_CatalogItemRequest, - __Marshaller_CatalogApi_CatalogItemResponse); - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Method __Method_GetItemsByIds = new grpc::Method( - grpc::MethodType.Unary, - __ServiceName, - "GetItemsByIds", - __Marshaller_CatalogApi_CatalogItemsRequest, - __Marshaller_CatalogApi_PaginatedItemsResponse); - - /// Service descriptor - public static global::Google.Protobuf.Reflection.ServiceDescriptor Descriptor - { - get { return global::CatalogApi.CatalogReflection.Descriptor.Services[0]; } - } - - /// Base class for server-side implementations of Catalog - [grpc::BindServiceMethod(typeof(Catalog), "BindService")] - public abstract partial class CatalogBase - { - /// - /// >> - ///option (google.api.http) = { - ///get: "/api/v1/catalog/items/{id}" - ///}; - ///<< - /// - /// The request received from the client. - /// The context of the server-side call handler being invoked. - /// The response to send back to the client (wrapped by a task). - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual global::System.Threading.Tasks.Task GetItemById(global::CatalogApi.CatalogItemRequest request, grpc::ServerCallContext context) - { - throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual global::System.Threading.Tasks.Task GetItemsByIds(global::CatalogApi.CatalogItemsRequest request, grpc::ServerCallContext context) - { - throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); - } - - } - - /// Creates service definition that can be registered with a server - /// An object implementing the server-side handling logic. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public static grpc::ServerServiceDefinition BindService(CatalogBase serviceImpl) - { - return grpc::ServerServiceDefinition.CreateBuilder() - .AddMethod(__Method_GetItemById, serviceImpl.GetItemById) - .AddMethod(__Method_GetItemsByIds, serviceImpl.GetItemsByIds).Build(); - } - - /// Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. - /// Note: this method is part of an experimental API that can change or be removed without any prior notice. - /// Service methods will be bound by calling AddMethod on this object. - /// An object implementing the server-side handling logic. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public static void BindService(grpc::ServiceBinderBase serviceBinder, CatalogBase serviceImpl) - { - serviceBinder.AddMethod(__Method_GetItemById, serviceImpl == null ? null : new grpc::UnaryServerMethod(serviceImpl.GetItemById)); - serviceBinder.AddMethod(__Method_GetItemsByIds, serviceImpl == null ? null : new grpc::UnaryServerMethod(serviceImpl.GetItemsByIds)); - } - - } -} -#endregion diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/apphost b/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/apphost deleted file mode 100755 index d4911d1c..00000000 Binary files a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/apphost and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/ref/Catalog.API.dll b/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/ref/Catalog.API.dll deleted file mode 100644 index 446bc81c..00000000 Binary files a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/ref/Catalog.API.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/refint/Catalog.API.dll b/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/refint/Catalog.API.dll deleted file mode 100644 index 446bc81c..00000000 Binary files a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/refint/Catalog.API.dll and /dev/null differ diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/rjsmcshtml.dswa.cache.json b/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/rjsmcshtml.dswa.cache.json deleted file mode 100644 index e5114356..00000000 --- a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/rjsmcshtml.dswa.cache.json +++ /dev/null @@ -1 +0,0 @@ -{"GlobalPropertiesHash":"aMt0kPXVO50VS8pNXtvBSe9prK1A1JqF8AWp6WiuENQ=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["v8K3y1V2XB\u002Bw8Xm7IbHl/9D/vxdT6cSLWiyTD1xHhGU=","vaASgRSNVaQ2kNlixCU2lOXsjHXi/c3ZjDuWYgQySCM=","EyiGV/oNRQ1EvrFIokIwS4Ukn798yV\u002B7mdwHtgVHTXg=","HYtJuVehqFGjATWbCnzNKXabDXpnmle7MWTCqBcuIrw=","Gmq3baSDpq1bz8I36E/HDfID4hpL4ntrY\u002BgshEBUzQE=","vfA\u002BCmT11xRT2qDbPineox0sJcVYa0V5DKzLKBlB\u002B18=","PPz8FPTlmt8cFbbJDAdoKo/aiklddvvhAIXcj6Hr4\u002B8=","AZAd3d12x4ryj1xG7S2LyFwyzN6vBFd2DR6rYoqaf1M=","HTbs2CKYIXE/LyvNhs\u002BFQOmVW43/UopJxCMsRmlXS2g=","YROvq2nAsvt8\u002B7cgYVEuphW6\u002BFygG5exS7ldrIGEYWg=","GWUQhrMcYFivDc1smlXR859G69aqc3X/geV7ckqldhw=","DUH1LxarvHZI8lpIVHSH0sP79L6VLVocnfspFpKssJ8=","al4TUAcnj3q3BEekXZ0RyIAKtNUmBrM4PncD/71crRA=","3JJMED4uYEhRJmZ9/vBzEALavRtNxsL8conupZgx4Yw=","YcexL6g5eKGLvnSTaoIs3B6LW7wcD9f92hjZChM893M=","Ci3EAJ8UyBWZBKFoKgp9GzmSFmZGK/G0VhekT6DUbO0=","MXIBG73OHIlEHZP5OEdmAsjEDdQFccPllW5E3sYBcu8=","YrlQ/cp/5tsUS5128a\u002BqaTkDEG5m5iFEImKQtRTsgfQ=","WZwveBNBhCeREpzOFCI2sqReEZiu5tEm7l1SaTeMo9I=","JwYx9kVWamq7bYLw3/cd2iwG3w9\u002BIVlHxMO2bV41op8=","xrW7ffsjbC3R9RAZUNH7AvzEVSVwsS0HjU\u002BKOxQcuuo=","AiUWtRQFsksckA1AViJLbsIp8t7wE6W2K1g9orMURvg=","4mdtKfR02CtJbgYP4YgYnq5Vl7yyDEhgZwB5brWcRuE=","BZTaDtVNKCg7eiZzC\u002B7b2pr\u002BemQsXaOrTTHM3qMh2dU=","55GBs1S3C3dLCxDb4uprHXF4XuIoZavjB5KEU4L1mUc=","M0YVEEf5\u002B8Fy4d9LY0nj5GgXyFl\u002BLgOJFQQ08f51ZLg=","x1c3ouoj36ZrMaKm/YosSkYjqadxjFZKRkXV64/C6YY=","A3fPbPwzAXCjXu7afKfNc2mtZTcvn\u002B2bBow25iazup4=","odTVN34gxkouWdGYlowdZJNT6WFIoA/Bujf2ksfIQR4=","ogYvmqPOskSvjLeIy1G0ESIdJHdWggL72w6xijM9wnM="],"CachedAssets":{},"CachedCopyCandidates":{}} \ No newline at end of file diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/rjsmrazor.dswa.cache.json b/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/rjsmrazor.dswa.cache.json deleted file mode 100644 index bcdf106d..00000000 --- a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/rjsmrazor.dswa.cache.json +++ /dev/null @@ -1 +0,0 @@ -{"GlobalPropertiesHash":"uSmgR1Jvt/vVLtH7j3Z1pLhdzK/we7NPPqJxt6sXI3M=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["v8K3y1V2XB\u002Bw8Xm7IbHl/9D/vxdT6cSLWiyTD1xHhGU=","vaASgRSNVaQ2kNlixCU2lOXsjHXi/c3ZjDuWYgQySCM=","EyiGV/oNRQ1EvrFIokIwS4Ukn798yV\u002B7mdwHtgVHTXg=","HYtJuVehqFGjATWbCnzNKXabDXpnmle7MWTCqBcuIrw=","Gmq3baSDpq1bz8I36E/HDfID4hpL4ntrY\u002BgshEBUzQE=","vfA\u002BCmT11xRT2qDbPineox0sJcVYa0V5DKzLKBlB\u002B18=","PPz8FPTlmt8cFbbJDAdoKo/aiklddvvhAIXcj6Hr4\u002B8=","AZAd3d12x4ryj1xG7S2LyFwyzN6vBFd2DR6rYoqaf1M=","HTbs2CKYIXE/LyvNhs\u002BFQOmVW43/UopJxCMsRmlXS2g=","YROvq2nAsvt8\u002B7cgYVEuphW6\u002BFygG5exS7ldrIGEYWg=","GWUQhrMcYFivDc1smlXR859G69aqc3X/geV7ckqldhw=","DUH1LxarvHZI8lpIVHSH0sP79L6VLVocnfspFpKssJ8=","al4TUAcnj3q3BEekXZ0RyIAKtNUmBrM4PncD/71crRA=","3JJMED4uYEhRJmZ9/vBzEALavRtNxsL8conupZgx4Yw=","YcexL6g5eKGLvnSTaoIs3B6LW7wcD9f92hjZChM893M=","Ci3EAJ8UyBWZBKFoKgp9GzmSFmZGK/G0VhekT6DUbO0=","MXIBG73OHIlEHZP5OEdmAsjEDdQFccPllW5E3sYBcu8=","YrlQ/cp/5tsUS5128a\u002BqaTkDEG5m5iFEImKQtRTsgfQ=","WZwveBNBhCeREpzOFCI2sqReEZiu5tEm7l1SaTeMo9I=","JwYx9kVWamq7bYLw3/cd2iwG3w9\u002BIVlHxMO2bV41op8=","xrW7ffsjbC3R9RAZUNH7AvzEVSVwsS0HjU\u002BKOxQcuuo=","AiUWtRQFsksckA1AViJLbsIp8t7wE6W2K1g9orMURvg=","4mdtKfR02CtJbgYP4YgYnq5Vl7yyDEhgZwB5brWcRuE=","BZTaDtVNKCg7eiZzC\u002B7b2pr\u002BemQsXaOrTTHM3qMh2dU=","55GBs1S3C3dLCxDb4uprHXF4XuIoZavjB5KEU4L1mUc=","M0YVEEf5\u002B8Fy4d9LY0nj5GgXyFl\u002BLgOJFQQ08f51ZLg=","x1c3ouoj36ZrMaKm/YosSkYjqadxjFZKRkXV64/C6YY=","A3fPbPwzAXCjXu7afKfNc2mtZTcvn\u002B2bBow25iazup4=","odTVN34gxkouWdGYlowdZJNT6WFIoA/Bujf2ksfIQR4=","ogYvmqPOskSvjLeIy1G0ESIdJHdWggL72w6xijM9wnM="],"CachedAssets":{},"CachedCopyCandidates":{}} \ No newline at end of file diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/rpswa.dswa.cache.json b/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/rpswa.dswa.cache.json deleted file mode 100644 index 6d0d250e..00000000 --- a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/rpswa.dswa.cache.json +++ /dev/null @@ -1 +0,0 @@ -{"GlobalPropertiesHash":"ZxEZghBajIblfJnFDbZf8I4cnt7SUTmAhShdf1TCKDI=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["v8K3y1V2XB\u002Bw8Xm7IbHl/9D/vxdT6cSLWiyTD1xHhGU=","vaASgRSNVaQ2kNlixCU2lOXsjHXi/c3ZjDuWYgQySCM=","EyiGV/oNRQ1EvrFIokIwS4Ukn798yV\u002B7mdwHtgVHTXg=","HYtJuVehqFGjATWbCnzNKXabDXpnmle7MWTCqBcuIrw=","Gmq3baSDpq1bz8I36E/HDfID4hpL4ntrY\u002BgshEBUzQE=","vfA\u002BCmT11xRT2qDbPineox0sJcVYa0V5DKzLKBlB\u002B18=","PPz8FPTlmt8cFbbJDAdoKo/aiklddvvhAIXcj6Hr4\u002B8=","AZAd3d12x4ryj1xG7S2LyFwyzN6vBFd2DR6rYoqaf1M=","HTbs2CKYIXE/LyvNhs\u002BFQOmVW43/UopJxCMsRmlXS2g=","YROvq2nAsvt8\u002B7cgYVEuphW6\u002BFygG5exS7ldrIGEYWg=","GWUQhrMcYFivDc1smlXR859G69aqc3X/geV7ckqldhw=","DUH1LxarvHZI8lpIVHSH0sP79L6VLVocnfspFpKssJ8=","al4TUAcnj3q3BEekXZ0RyIAKtNUmBrM4PncD/71crRA=","3JJMED4uYEhRJmZ9/vBzEALavRtNxsL8conupZgx4Yw=","YcexL6g5eKGLvnSTaoIs3B6LW7wcD9f92hjZChM893M=","Ci3EAJ8UyBWZBKFoKgp9GzmSFmZGK/G0VhekT6DUbO0=","MXIBG73OHIlEHZP5OEdmAsjEDdQFccPllW5E3sYBcu8=","YrlQ/cp/5tsUS5128a\u002BqaTkDEG5m5iFEImKQtRTsgfQ=","WZwveBNBhCeREpzOFCI2sqReEZiu5tEm7l1SaTeMo9I=","JwYx9kVWamq7bYLw3/cd2iwG3w9\u002BIVlHxMO2bV41op8=","xrW7ffsjbC3R9RAZUNH7AvzEVSVwsS0HjU\u002BKOxQcuuo=","AiUWtRQFsksckA1AViJLbsIp8t7wE6W2K1g9orMURvg="],"CachedAssets":{},"CachedCopyCandidates":{}} \ No newline at end of file diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/staticwebassets.build.endpoints.json b/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/staticwebassets.build.endpoints.json deleted file mode 100644 index 5576e889..00000000 --- a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/staticwebassets.build.endpoints.json +++ /dev/null @@ -1 +0,0 @@ -{"Version":1,"ManifestType":"Build","Endpoints":[]} \ No newline at end of file diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/staticwebassets.build.json b/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/staticwebassets.build.json deleted file mode 100644 index 2a0b2ec1..00000000 --- a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/staticwebassets.build.json +++ /dev/null @@ -1 +0,0 @@ -{"Version":1,"Hash":"YNewLxw2kH6vuNlGJIOBn7ACuWaTxW8hZ3CysSrr8JQ=","Source":"Catalog.API","BasePath":"/","Mode":"Root","ManifestType":"Build","ReferencedProjectsConfiguration":[],"DiscoveryPatterns":[],"Assets":[],"Endpoints":[]} \ No newline at end of file diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/staticwebassets.build.json.cache b/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/staticwebassets.build.json.cache deleted file mode 100644 index b9b27aee..00000000 --- a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/staticwebassets.build.json.cache +++ /dev/null @@ -1 +0,0 @@ -YNewLxw2kH6vuNlGJIOBn7ACuWaTxW8hZ3CysSrr8JQ= \ No newline at end of file diff --git a/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/swae.build.ex.cache b/src/Services/Catalog/Catalog.API/obj/Debug/net9.0/swae.build.ex.cache deleted file mode 100644 index e69de29b..00000000 diff --git a/src/Services/Catalog/Catalog.API/obj/project.assets.json b/src/Services/Catalog/Catalog.API/obj/project.assets.json index 41aa0752..0e54dad1 100644 --- a/src/Services/Catalog/Catalog.API/obj/project.assets.json +++ b/src/Services/Catalog/Catalog.API/obj/project.assets.json @@ -2,19 +2,19 @@ "version": 3, "targets": { "net9.0": { - "AspNetCore.HealthChecks.AzureServiceBus/8.0.1": { + "AspNetCore.HealthChecks.AzureServiceBus/9.0.0": { "type": "package", "dependencies": { "Azure.Messaging.ServiceBus": "7.17.0", - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0" + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11" }, "compile": { - "lib/net6.0/HealthChecks.AzureServiceBus.dll": { + "lib/net8.0/HealthChecks.AzureServiceBus.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/HealthChecks.AzureServiceBus.dll": { + "lib/net8.0/HealthChecks.AzureServiceBus.dll": { "related": ".xml" } } @@ -55,28 +55,27 @@ } } }, - "AspNetCore.HealthChecks.SqlServer/8.0.2": { + "AspNetCore.HealthChecks.SqlServer/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Data.SqlClient": "5.2.0", - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0" + "Microsoft.Data.SqlClient": "5.2.2", + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11" }, "compile": { - "lib/net6.0/HealthChecks.SqlServer.dll": { + "lib/net8.0/HealthChecks.SqlServer.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/HealthChecks.SqlServer.dll": { + "lib/net8.0/HealthChecks.SqlServer.dll": { "related": ".xml" } } }, - "AspNetCore.HealthChecks.UI.Client/8.0.1": { + "AspNetCore.HealthChecks.UI.Client/9.0.0": { "type": "package", "dependencies": { - "AspNetCore.HealthChecks.UI.Core": "8.0.1", - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0" + "AspNetCore.HealthChecks.UI.Core": "9.0.0" }, "compile": { "lib/net8.0/HealthChecks.UI.Client.dll": { @@ -92,27 +91,26 @@ "Microsoft.AspNetCore.App" ] }, - "AspNetCore.HealthChecks.UI.Core/8.0.1": { + "AspNetCore.HealthChecks.UI.Core/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0" + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11" }, "compile": { - "lib/net6.0/HealthChecks.UI.Core.dll": { + "lib/net8.0/HealthChecks.UI.Core.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/HealthChecks.UI.Core.dll": { + "lib/net8.0/HealthChecks.UI.Core.dll": { "related": ".xml" } } }, - "Autofac/8.1.1": { + "Autofac/9.0.0": { "type": "package", "dependencies": { - "System.Diagnostics.DiagnosticSource": "8.0.1" + "System.Diagnostics.DiagnosticSource": "10.0.0" }, "compile": { "lib/net8.0/Autofac.dll": { @@ -125,11 +123,11 @@ } } }, - "Autofac.Extensions.DependencyInjection/10.0.0": { + "Autofac.Extensions.DependencyInjection/9.0.0": { "type": "package", "dependencies": { - "Autofac": "8.1.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1" + "Autofac": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" }, "compile": { "lib/net8.0/Autofac.Extensions.DependencyInjection.dll": { @@ -142,10 +140,11 @@ } } }, - "Azure.Core/1.36.0": { + "Azure.Core/1.38.0": { "type": "package", "dependencies": { "Microsoft.Bcl.AsyncInterfaces": "1.1.1", + "System.ClientModel": "1.0.0", "System.Diagnostics.DiagnosticSource": "6.0.1", "System.Memory.Data": "1.0.2", "System.Numerics.Vectors": "4.5.0", @@ -182,12 +181,12 @@ } } }, - "Azure.Identity/1.10.3": { + "Azure.Identity/1.11.4": { "type": "package", "dependencies": { - "Azure.Core": "1.35.0", - "Microsoft.Identity.Client": "4.56.0", - "Microsoft.Identity.Client.Extensions.Msal": "4.56.0", + "Azure.Core": "1.38.0", + "Microsoft.Identity.Client": "4.61.3", + "Microsoft.Identity.Client.Extensions.Msal": "4.61.3", "System.Memory": "4.5.4", "System.Security.Cryptography.ProtectedData": "4.7.0", "System.Text.Json": "4.7.2", @@ -293,20 +292,20 @@ } } }, - "Fractions/7.2.1": { + "Fractions/7.3.0": { "type": "package", "compile": { "lib/netstandard2.1/Fractions.dll": { - "related": ".pdb;.xml" + "related": ".xml" } }, "runtime": { "lib/netstandard2.1/Fractions.dll": { - "related": ".pdb;.xml" + "related": ".xml" } } }, - "Google.Protobuf/3.28.3": { + "Google.Protobuf/3.33.1": { "type": "package", "compile": { "lib/net5.0/Google.Protobuf.dll": { @@ -319,10 +318,10 @@ } } }, - "Grpc.AspNetCore.Server/2.70.0": { + "Grpc.AspNetCore.Server/2.71.0": { "type": "package", "dependencies": { - "Grpc.Net.Common": "2.70.0" + "Grpc.Net.Common": "2.71.0" }, "compile": { "lib/net9.0/Grpc.AspNetCore.Server.dll": { @@ -338,7 +337,7 @@ "Microsoft.AspNetCore.App" ] }, - "Grpc.Core.Api/2.70.0": { + "Grpc.Core.Api/2.71.0": { "type": "package", "compile": { "lib/netstandard2.1/Grpc.Core.Api.dll": { @@ -351,10 +350,10 @@ } } }, - "Grpc.Net.Common/2.70.0": { + "Grpc.Net.Common/2.71.0": { "type": "package", "dependencies": { - "Grpc.Core.Api": "2.70.0" + "Grpc.Core.Api": "2.71.0" }, "compile": { "lib/net8.0/Grpc.Net.Common.dll": { @@ -367,7 +366,7 @@ } } }, - "Grpc.Tools/2.68.1": { + "Grpc.Tools/2.76.0": { "type": "package", "build": { "build/Grpc.Tools.props": {}, @@ -387,52 +386,19 @@ } } }, - "IdentityModel/5.2.0": { - "type": "package", - "compile": { - "lib/net5.0/IdentityModel.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/net5.0/IdentityModel.dll": { - "related": ".pdb;.xml" - } - } - }, - "IdentityModel.OidcClient/5.2.1": { + "KubernetesClient/17.0.14": { "type": "package", "dependencies": { - "IdentityModel": "5.2.0", - "Microsoft.Extensions.Logging": "6.0.0" + "Fractions": "7.3.0", + "YamlDotNet": "16.3.0" }, "compile": { - "lib/netstandard2.0/IdentityModel.OidcClient.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/IdentityModel.OidcClient.dll": { - "related": ".xml" - } - } - }, - "KubernetesClient/12.1.1": { - "type": "package", - "dependencies": { - "Fractions": "7.2.1", - "IdentityModel.OidcClient": "5.2.1", - "System.IdentityModel.Tokens.Jwt": "7.0.0", - "YamlDotNet": "13.3.1", - "prometheus-net": "8.0.1" - }, - "compile": { - "lib/net7.0/KubernetesClient.dll": { + "lib/net9.0/KubernetesClient.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/KubernetesClient.dll": { + "lib/net9.0/KubernetesClient.dll": { "related": ".pdb;.xml" } } @@ -477,7 +443,7 @@ } } }, - "Microsoft.ApplicationInsights/2.22.0": { + "Microsoft.ApplicationInsights/2.23.0": { "type": "package", "dependencies": { "System.Diagnostics.DiagnosticSource": "5.0.0" @@ -493,19 +459,19 @@ } } }, - "Microsoft.ApplicationInsights.AspNetCore/2.22.0": { + "Microsoft.ApplicationInsights.AspNetCore/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.22.0", - "Microsoft.ApplicationInsights.EventCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.ApplicationInsights.DependencyCollector": "2.23.0", + "Microsoft.ApplicationInsights.EventCounterCollector": "2.23.0", + "Microsoft.ApplicationInsights.PerfCounterCollector": "2.23.0", + "Microsoft.ApplicationInsights.WindowsServer": "2.23.0", + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.23.0", "Microsoft.AspNetCore.Hosting": "2.1.1", "Microsoft.AspNetCore.Http": "2.1.22", "Microsoft.Extensions.Configuration.Json": "3.1.0", - "Microsoft.Extensions.Logging.ApplicationInsights": "2.22.0", + "Microsoft.Extensions.Logging.ApplicationInsights": "2.23.0", "System.Text.Encodings.Web": "4.7.2" }, "compile": { @@ -519,10 +485,10 @@ } } }, - "Microsoft.ApplicationInsights.DependencyCollector/2.22.0": { + "Microsoft.ApplicationInsights.DependencyCollector/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", "System.Diagnostics.DiagnosticSource": "5.0.0" }, "compile": { @@ -539,10 +505,10 @@ "build/Microsoft.ApplicationInsights.DependencyCollector.targets": {} } }, - "Microsoft.ApplicationInsights.EventCounterCollector/2.22.0": { + "Microsoft.ApplicationInsights.EventCounterCollector/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0" + "Microsoft.ApplicationInsights": "2.23.0" }, "compile": { "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.dll": { @@ -555,33 +521,34 @@ } } }, - "Microsoft.ApplicationInsights.Kubernetes/7.0.0": { + "Microsoft.ApplicationInsights.Kubernetes/8.0.0": { "type": "package", "dependencies": { - "KubernetesClient": "12.1.1", - "Microsoft.ApplicationInsights": "2.21.0", - "Microsoft.Extensions.Configuration": "6.0.1", - "Microsoft.Extensions.DependencyInjection": "8.0.0", - "Microsoft.Extensions.DiagnosticAdapter": "3.1.27", - "Microsoft.Extensions.Hosting": "6.0.1", - "Microsoft.Extensions.Logging.Abstractions": "6.0.4", - "Microsoft.Extensions.Options.ConfigurationExtensions": "6.0.0" + "KubernetesClient": "17.0.14", + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.DependencyInjection": "9.0.2", + "Microsoft.Extensions.DiagnosticAdapter": "3.1.32", + "Microsoft.Extensions.Hosting": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.2", + "System.IdentityModel.Tokens.Jwt": "8.6.0" }, "compile": { - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll": { + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll": { + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.dll": { "related": ".xml" } } }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.22.0": { + "Microsoft.ApplicationInsights.PerfCounterCollector/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", "Microsoft.Extensions.Caching.Memory": "1.0.0", "System.Diagnostics.PerformanceCounter": "6.0.0" }, @@ -599,13 +566,13 @@ "build/_._": {} } }, - "Microsoft.ApplicationInsights.WindowsServer/2.22.0": { + "Microsoft.ApplicationInsights.WindowsServer/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.22.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.ApplicationInsights.DependencyCollector": "2.23.0", + "Microsoft.ApplicationInsights.PerfCounterCollector": "2.23.0", + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.23.0", "System.Diagnostics.DiagnosticSource": "5.0.0" }, "compile": { @@ -622,10 +589,10 @@ "build/_._": {} } }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.22.0": { + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", "System.IO.FileSystem.AccessControl": "4.7.0" }, "compile": { @@ -674,10 +641,14 @@ "System.Reflection.Metadata": "1.6.0" }, "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": { + "related": ".xml" + } } }, "Microsoft.AspNetCore.Hosting.Abstractions/2.1.1": { @@ -725,10 +696,14 @@ "Microsoft.Net.Http.Headers": "2.1.1" }, "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": { + "related": ".xml" + } } }, "Microsoft.AspNetCore.Http.Abstractions/2.1.1": { @@ -757,10 +732,14 @@ "System.Buffers": "4.5.0" }, "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": { + "related": ".xml" + } } }, "Microsoft.AspNetCore.Http.Features/2.1.1": { @@ -824,10 +803,14 @@ "System.Text.Encodings.Web": "4.5.0" }, "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": { + "related": ".xml" + } } }, "Microsoft.Azure.Amqp/2.6.3": { @@ -855,12 +838,12 @@ }, "compile": { "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "runtime": { "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } } }, @@ -878,12 +861,12 @@ }, "compile": { "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "runtime": { "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } } }, @@ -916,12 +899,12 @@ }, "compile": { "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "runtime": { "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "build": { @@ -1156,10 +1139,14 @@ "Microsoft.CodeAnalysis.Common": "1.3.0" }, "compile": { - "lib/netstandard1.3/_._": {} + "lib/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.dll": {} + "lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.dll": { + "related": ".xml" + } } }, "Microsoft.CodeAnalysis.Workspaces.Common/4.8.0": { @@ -1299,12 +1286,12 @@ "lib/netcoreapp2.0/_._": {} } }, - "Microsoft.Data.SqlClient/5.2.0": { + "Microsoft.Data.SqlClient/5.2.2": { "type": "package", "dependencies": { - "Azure.Identity": "1.10.3", + "Azure.Identity": "1.11.4", "Microsoft.Data.SqlClient.SNI.runtime": "5.2.0", - "Microsoft.Identity.Client": "4.56.0", + "Microsoft.Identity.Client": "4.61.3", "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0", "Microsoft.SqlServer.Server": "1.0.0", @@ -1548,11 +1535,11 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration/9.0.0": { + "Microsoft.Extensions.Configuration/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Configuration.dll": { @@ -1568,10 +1555,10 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { + "Microsoft.Extensions.Configuration.Abstractions/9.0.7": { "type": "package", "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.Primitives": "9.0.7" }, "compile": { "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll": { @@ -1606,10 +1593,10 @@ } } }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { + "Microsoft.Extensions.Configuration.Binder/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Configuration.Binder.dll": { @@ -1625,28 +1612,31 @@ "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets": {} } }, - "Microsoft.Extensions.Configuration.CommandLine/6.0.0": { + "Microsoft.Extensions.Configuration.CommandLine/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { + "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": { @@ -1662,14 +1652,14 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { + "Microsoft.Extensions.Configuration.FileExtensions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Physical": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { @@ -1685,13 +1675,13 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { + "Microsoft.Extensions.Configuration.Json/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.FileExtensions": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Configuration.Json.dll": { @@ -1707,33 +1697,33 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.UserSecrets/6.0.1": { + "Microsoft.Extensions.Configuration.UserSecrets/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Json": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Physical": "9.0.2" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.props": {}, - "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.targets": {} + "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.props": {}, + "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.targets": {} } }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { + "Microsoft.Extensions.DependencyInjection/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll": { @@ -1749,7 +1739,7 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { + "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.2": { "type": "package", "compile": { "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { @@ -1781,7 +1771,7 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.DiagnosticAdapter/3.1.27": { + "Microsoft.Extensions.DiagnosticAdapter/3.1.32": { "type": "package", "dependencies": { "System.Diagnostics.DiagnosticSource": "4.7.1" @@ -1797,34 +1787,54 @@ } } }, - "Microsoft.Extensions.Diagnostics.Abstractions/8.0.0": { + "Microsoft.Extensions.Diagnostics/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Options": "8.0.0", - "System.Diagnostics.DiagnosticSource": "8.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.2", + "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.2" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Diagnostics.HealthChecks/8.0.0": { + "Microsoft.Extensions.Diagnostics.Abstractions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "8.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0", - "Microsoft.Extensions.Options": "8.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.Diagnostics.HealthChecks/8.0.11": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "8.0.11", + "Microsoft.Extensions.Hosting.Abstractions": "8.0.1", + "Microsoft.Extensions.Logging.Abstractions": "8.0.2", + "Microsoft.Extensions.Options": "8.0.2" }, "compile": { "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll": { @@ -1837,7 +1847,7 @@ } } }, - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/8.0.0": { + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/8.0.11": { "type": "package", "compile": { "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": { @@ -1850,10 +1860,10 @@ } } }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { + "Microsoft.Extensions.FileProviders.Abstractions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { @@ -1869,12 +1879,12 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { + "Microsoft.Extensions.FileProviders.Physical/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileSystemGlobbing": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.dll": { @@ -1890,7 +1900,7 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": { + "Microsoft.Extensions.FileSystemGlobbing/9.0.2": { "type": "package", "compile": { "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll": { @@ -1924,92 +1934,75 @@ "lib/netstandard1.3/Microsoft.Extensions.HealthChecks.dll": {} } }, - "Microsoft.Extensions.Hosting/6.0.1": { + "Microsoft.Extensions.Hosting/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.Configuration.CommandLine": "6.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1", - "Microsoft.Extensions.DependencyInjection": "6.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging.Configuration": "6.0.0", - "Microsoft.Extensions.Logging.Console": "6.0.0", - "Microsoft.Extensions.Logging.Debug": "6.0.0", - "Microsoft.Extensions.Logging.EventLog": "6.0.0", - "Microsoft.Extensions.Logging.EventSource": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Binder": "9.0.2", + "Microsoft.Extensions.Configuration.CommandLine": "9.0.2", + "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.2", + "Microsoft.Extensions.Configuration.FileExtensions": "9.0.2", + "Microsoft.Extensions.Configuration.Json": "9.0.2", + "Microsoft.Extensions.Configuration.UserSecrets": "9.0.2", + "Microsoft.Extensions.DependencyInjection": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Diagnostics": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Physical": "9.0.2", + "Microsoft.Extensions.Hosting.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.Configuration": "9.0.2", + "Microsoft.Extensions.Logging.Console": "9.0.2", + "Microsoft.Extensions.Logging.Debug": "9.0.2", + "Microsoft.Extensions.Logging.EventLog": "9.0.2", + "Microsoft.Extensions.Logging.EventSource": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" }, "compile": { - "lib/net6.0/Microsoft.Extensions.Hosting.dll": { + "lib/net9.0/Microsoft.Extensions.Hosting.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.Extensions.Hosting.dll": { + "lib/net9.0/Microsoft.Extensions.Hosting.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Hosting.Abstractions/8.0.0": { + "Microsoft.Extensions.Hosting.Abstractions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "8.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll": { + "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll": { + "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.Http/3.1.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.0", - "Microsoft.Extensions.Logging": "3.1.0", - "Microsoft.Extensions.Options": "3.1.0" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.Extensions.Http.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.Extensions.Http.dll": { - "related": ".xml" - } + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging/9.0.0": { + "Microsoft.Extensions.Logging/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" + "Microsoft.Extensions.DependencyInjection": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Logging.dll": { @@ -2025,10 +2018,10 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { + "Microsoft.Extensions.Logging.Abstractions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": { @@ -2044,10 +2037,10 @@ "buildTransitive/net8.0/Microsoft.Extensions.Logging.Abstractions.targets": {} } }, - "Microsoft.Extensions.Logging.ApplicationInsights/2.22.0": { + "Microsoft.Extensions.Logging.ApplicationInsights/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", "Microsoft.Extensions.Logging": "2.1.1" }, "compile": { @@ -2082,17 +2075,17 @@ } } }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { + "Microsoft.Extensions.Logging.Configuration/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Binder": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Logging.Configuration.dll": { @@ -2108,111 +2101,114 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.Console/6.0.0": { + "Microsoft.Extensions.Logging.Console/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging.Configuration": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "System.Text.Json": "6.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.Configuration": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" }, "compile": { - "lib/net6.0/Microsoft.Extensions.Logging.Console.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.Console.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.Extensions.Logging.Console.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.Console.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.Debug/6.0.0": { + "Microsoft.Extensions.Logging.Debug/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.Debug.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.Debug.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.EventLog/6.0.0": { + "Microsoft.Extensions.Logging.EventLog/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "System.Diagnostics.EventLog": "6.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "System.Diagnostics.EventLog": "9.0.2" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.EventLog.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.EventLog.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.EventLog.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.EventLog.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.EventSource/6.0.0": { + "Microsoft.Extensions.Logging.EventSource/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Json": "6.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { - "lib/net6.0/Microsoft.Extensions.Logging.EventSource.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.EventSource.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.Extensions.Logging.EventSource.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.EventSource.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.ObjectPool/7.0.0": { + "Microsoft.Extensions.ObjectPool/2.1.1": { "type": "package", "compile": { - "lib/net7.0/Microsoft.Extensions.ObjectPool.dll": { + "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.ObjectPool.dll": { + "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll": { "related": ".xml" } } }, - "Microsoft.Extensions.Options/9.0.0": { + "Microsoft.Extensions.Options/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Options.dll": { @@ -2228,14 +2224,14 @@ "buildTransitive/net8.0/Microsoft.Extensions.Options.targets": {} } }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { + "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Binder": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { @@ -2251,7 +2247,7 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Primitives/9.0.0": { + "Microsoft.Extensions.Primitives/9.0.7": { "type": "package", "compile": { "lib/net9.0/Microsoft.Extensions.Primitives.dll": { @@ -2267,10 +2263,11 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Identity.Client/4.56.0": { + "Microsoft.Identity.Client/4.61.3": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "6.22.0" + "Microsoft.IdentityModel.Abstractions": "6.35.0", + "System.Diagnostics.DiagnosticSource": "6.0.1" }, "compile": { "lib/net6.0/Microsoft.Identity.Client.dll": { @@ -2283,33 +2280,32 @@ } } }, - "Microsoft.Identity.Client.Extensions.Msal/4.56.0": { + "Microsoft.Identity.Client.Extensions.Msal/4.61.3": { "type": "package", "dependencies": { - "Microsoft.Identity.Client": "4.56.0", - "System.IO.FileSystem.AccessControl": "5.0.0", + "Microsoft.Identity.Client": "4.61.3", "System.Security.Cryptography.ProtectedData": "4.5.0" }, "compile": { - "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll": { + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll": { + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.Abstractions/7.0.0": { + "Microsoft.IdentityModel.Abstractions/8.6.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": { "related": ".xml" } } @@ -2323,41 +2319,45 @@ }, "compile": { "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": {}, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": {} + "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": {}, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": {} + "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": { + "related": ".xml" + } } }, - "Microsoft.IdentityModel.JsonWebTokens/7.0.0": { + "Microsoft.IdentityModel.JsonWebTokens/8.6.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.0.0" + "Microsoft.IdentityModel.Tokens": "8.6.0" }, "compile": { - "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.Logging/7.0.0": { + "Microsoft.IdentityModel.Logging/8.6.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.0.0" + "Microsoft.IdentityModel.Abstractions": "8.6.0" }, "compile": { - "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "lib/net9.0/Microsoft.IdentityModel.Logging.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "lib/net9.0/Microsoft.IdentityModel.Logging.dll": { "related": ".xml" } } @@ -2396,18 +2396,19 @@ } } }, - "Microsoft.IdentityModel.Tokens/7.0.0": { + "Microsoft.IdentityModel.Tokens/8.6.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.0.0" + "Microsoft.Extensions.Logging.Abstractions": "8.0.2", + "Microsoft.IdentityModel.Logging": "8.6.0" }, "compile": { - "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "lib/net9.0/Microsoft.IdentityModel.Tokens.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "lib/net9.0/Microsoft.IdentityModel.Tokens.dll": { "related": ".xml" } } @@ -2502,7 +2503,7 @@ "Microsoft.NETCore.Jit/1.0.7": { "type": "package" }, - "Microsoft.NETCore.Platforms/5.0.0": { + "Microsoft.NETCore.Platforms/3.1.0": { "type": "package", "compile": { "lib/netstandard1.0/_._": {} @@ -2551,12 +2552,12 @@ }, "compile": { "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "runtime": { "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } } }, @@ -2569,12 +2570,12 @@ }, "compile": { "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "runtime": { "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } } }, @@ -2612,7 +2613,9 @@ "System.Threading": "4.0.11" }, "compile": { - "ref/netstandard1.1/Microsoft.VisualBasic.dll": {} + "ref/netstandard1.1/Microsoft.VisualBasic.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/Microsoft.VisualBasic.dll": {} @@ -2626,7 +2629,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": {} + "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": { + "related": ".xml" + } } }, "Microsoft.Win32.Registry/4.3.0": { @@ -2721,7 +2726,7 @@ "System.Xml.XDocument": "4.3.0" } }, - "Newtonsoft.Json/13.0.3": { + "Newtonsoft.Json/13.0.4": { "type": "package", "compile": { "lib/net6.0/Newtonsoft.Json.dll": { @@ -2750,10 +2755,10 @@ } } }, - "Polly/8.5.0": { + "Polly/8.6.5": { "type": "package", "dependencies": { - "Polly.Core": "8.5.0" + "Polly.Core": "8.6.5" }, "compile": { "lib/net6.0/Polly.dll": { @@ -2766,7 +2771,7 @@ } } }, - "Polly.Core/8.5.0": { + "Polly.Core/8.6.5": { "type": "package", "compile": { "lib/net8.0/Polly.Core.dll": { @@ -2779,23 +2784,6 @@ } } }, - "prometheus-net/8.0.1": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Http": "3.1.0", - "Microsoft.Extensions.ObjectPool": "7.0.0" - }, - "compile": { - "lib/net7.0/Prometheus.NetStandard.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net7.0/Prometheus.NetStandard.dll": { - "related": ".xml" - } - } - }, "RabbitMQ.Client/6.8.1": { "type": "package", "dependencies": { @@ -3010,38 +2998,37 @@ } } }, - "Serilog/4.0.0": { + "Serilog/4.2.0": { "type": "package", "compile": { - "lib/net8.0/Serilog.dll": { + "lib/net9.0/Serilog.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.dll": { + "lib/net9.0/Serilog.dll": { "related": ".xml" } } }, - "Serilog.AspNetCore/8.0.3": { + "Serilog.AspNetCore/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Logging": "8.0.0", - "Serilog": "3.1.1", - "Serilog.Extensions.Hosting": "8.0.0", - "Serilog.Formatting.Compact": "2.0.0", - "Serilog.Settings.Configuration": "8.0.4", - "Serilog.Sinks.Console": "5.0.0", - "Serilog.Sinks.Debug": "2.0.0", - "Serilog.Sinks.File": "5.0.0" + "Serilog": "4.2.0", + "Serilog.Extensions.Hosting": "9.0.0", + "Serilog.Formatting.Compact": "3.0.0", + "Serilog.Settings.Configuration": "9.0.0", + "Serilog.Sinks.Console": "6.0.0", + "Serilog.Sinks.Debug": "3.0.0", + "Serilog.Sinks.File": "6.0.0" }, "compile": { - "lib/net8.0/Serilog.AspNetCore.dll": { + "lib/net9.0/Serilog.AspNetCore.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.AspNetCore.dll": { + "lib/net9.0/Serilog.AspNetCore.dll": { "related": ".xml" } }, @@ -3065,78 +3052,78 @@ } } }, - "Serilog.Extensions.Hosting/8.0.0": { + "Serilog.Extensions.Hosting/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0", - "Serilog": "3.1.1", - "Serilog.Extensions.Logging": "8.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", + "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", + "Microsoft.Extensions.Logging.Abstractions": "9.0.0", + "Serilog": "4.2.0", + "Serilog.Extensions.Logging": "9.0.0" }, "compile": { - "lib/net8.0/Serilog.Extensions.Hosting.dll": { + "lib/net9.0/Serilog.Extensions.Hosting.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.Extensions.Hosting.dll": { + "lib/net9.0/Serilog.Extensions.Hosting.dll": { "related": ".xml" } } }, - "Serilog.Extensions.Logging/8.0.0": { + "Serilog.Extensions.Logging/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Logging": "8.0.0", - "Serilog": "3.1.1" + "Microsoft.Extensions.Logging": "9.0.0", + "Serilog": "4.2.0" }, "compile": { - "lib/net8.0/Serilog.Extensions.Logging.dll": { + "lib/net9.0/Serilog.Extensions.Logging.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.Extensions.Logging.dll": { + "lib/net9.0/Serilog.Extensions.Logging.dll": { "related": ".xml" } } }, - "Serilog.Formatting.Compact/2.0.0": { + "Serilog.Formatting.Compact/3.0.0": { "type": "package", "dependencies": { - "Serilog": "3.1.0" + "Serilog": "4.0.0" }, "compile": { - "lib/net7.0/Serilog.Formatting.Compact.dll": { + "lib/net8.0/Serilog.Formatting.Compact.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Serilog.Formatting.Compact.dll": { + "lib/net8.0/Serilog.Formatting.Compact.dll": { "related": ".xml" } } }, - "Serilog.Settings.Configuration/8.0.4": { + "Serilog.Settings.Configuration/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Binder": "8.0.0", - "Microsoft.Extensions.DependencyModel": "8.0.2", - "Serilog": "3.1.1" + "Microsoft.Extensions.Configuration.Binder": "9.0.0", + "Microsoft.Extensions.DependencyModel": "9.0.0", + "Serilog": "4.2.0" }, "compile": { - "lib/net8.0/Serilog.Settings.Configuration.dll": { + "lib/net9.0/Serilog.Settings.Configuration.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.Settings.Configuration.dll": { + "lib/net9.0/Serilog.Settings.Configuration.dll": { "related": ".xml" } } }, - "Serilog.Sinks.Console/6.0.0": { + "Serilog.Sinks.Console/6.1.1": { "type": "package", "dependencies": { "Serilog": "4.0.0" @@ -3152,39 +3139,43 @@ } } }, - "Serilog.Sinks.Debug/2.0.0": { + "Serilog.Sinks.Debug/3.0.0": { "type": "package", "dependencies": { - "Serilog": "2.10.0" + "Serilog": "4.0.0" }, "compile": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": {} + "lib/net8.0/Serilog.Sinks.Debug.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": {} + "lib/net8.0/Serilog.Sinks.Debug.dll": { + "related": ".xml" + } } }, - "Serilog.Sinks.File/5.0.0": { + "Serilog.Sinks.File/7.0.0": { "type": "package", "dependencies": { - "Serilog": "2.10.0" + "Serilog": "4.2.0" }, "compile": { - "lib/net5.0/Serilog.Sinks.File.dll": { - "related": ".pdb" + "lib/net9.0/Serilog.Sinks.File.dll": { + "related": ".xml" } }, "runtime": { - "lib/net5.0/Serilog.Sinks.File.dll": { - "related": ".pdb" + "lib/net9.0/Serilog.Sinks.File.dll": { + "related": ".xml" } } }, - "Serilog.Sinks.Http/9.0.0": { + "Serilog.Sinks.Http/9.2.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "7.0.0", - "Serilog.Sinks.File": "5.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.7", + "Serilog.Sinks.File": "7.0.0" }, "compile": { "lib/netstandard2.1/Serilog.Sinks.Http.dll": { @@ -3197,11 +3188,11 @@ } } }, - "Serilog.Sinks.Seq/8.0.0": { + "Serilog.Sinks.Seq/9.0.0": { "type": "package", "dependencies": { - "Serilog": "4.0.0", - "Serilog.Sinks.File": "5.0.0" + "Serilog": "4.2.0", + "Serilog.Sinks.File": "6.0.0" }, "compile": { "lib/net6.0/Serilog.Sinks.Seq.dll": { @@ -3303,7 +3294,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.6/System.AppContext.dll": {} + "ref/netstandard1.6/System.AppContext.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.6/System.AppContext.dll": {} @@ -3318,6 +3311,23 @@ "lib/netcoreapp2.0/_._": {} } }, + "System.ClientModel/1.0.0": { + "type": "package", + "dependencies": { + "System.Memory.Data": "1.0.2", + "System.Text.Json": "4.7.2" + }, + "compile": { + "lib/net6.0/System.ClientModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.ClientModel.dll": { + "related": ".xml" + } + } + }, "System.CodeDom/6.0.0": { "type": "package", "compile": { @@ -3342,7 +3352,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Collections.dll": {} + "ref/netstandard1.3/System.Collections.dll": { + "related": ".xml" + } } }, "System.Collections.Concurrent/4.3.0": { @@ -3360,7 +3372,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Collections.Concurrent.dll": {} + "ref/netstandard1.3/System.Collections.Concurrent.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Collections.Concurrent.dll": {} @@ -3388,7 +3402,9 @@ "System.Runtime": "4.1.0" }, "compile": { - "ref/netstandard1.0/System.ComponentModel.dll": {} + "ref/netstandard1.0/System.ComponentModel.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.ComponentModel.dll": {} @@ -3410,7 +3426,9 @@ "System.Threading": "4.0.11" }, "compile": { - "ref/netstandard1.4/System.ComponentModel.Annotations.dll": {} + "ref/netstandard1.4/System.ComponentModel.Annotations.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.4/System.ComponentModel.Annotations.dll": {} @@ -3556,7 +3574,9 @@ "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Console.dll": {} + "ref/netstandard1.3/System.Console.dll": { + "related": ".xml" + } } }, "System.Diagnostics.Debug/4.3.0": { @@ -3567,46 +3587,48 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Diagnostics.Debug.dll": {} + "ref/netstandard1.3/System.Diagnostics.Debug.dll": { + "related": ".xml" + } } }, - "System.Diagnostics.DiagnosticSource/8.0.1": { + "System.Diagnostics.DiagnosticSource/10.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": { + "lib/net9.0/System.Diagnostics.DiagnosticSource.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": { + "lib/net9.0/System.Diagnostics.DiagnosticSource.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "System.Diagnostics.EventLog/8.0.0": { + "System.Diagnostics.EventLog/9.0.2": { "type": "package", "compile": { - "lib/net8.0/System.Diagnostics.EventLog.dll": { + "lib/net9.0/System.Diagnostics.EventLog.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Diagnostics.EventLog.dll": { + "lib/net9.0/System.Diagnostics.EventLog.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/net8.0/_._": {} }, "runtimeTargets": { - "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll": { + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll": { "assetType": "runtime", "rid": "win" }, - "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll": { + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll": { "assetType": "runtime", "rid": "win" } @@ -3663,7 +3685,9 @@ "runtime.native.System": "4.3.0" }, "compile": { - "ref/netstandard1.4/System.Diagnostics.Process.dll": {} + "ref/netstandard1.4/System.Diagnostics.Process.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/linux/lib/netstandard1.4/System.Diagnostics.Process.dll": { @@ -3688,7 +3712,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Diagnostics.Tools.dll": {} + "ref/netstandard1.0/System.Diagnostics.Tools.dll": { + "related": ".xml" + } } }, "System.Diagnostics.Tracing/4.3.0": { @@ -3699,7 +3725,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {} + "ref/netstandard1.5/System.Diagnostics.Tracing.dll": { + "related": ".xml" + } } }, "System.Dynamic.Runtime/4.0.11": { @@ -3722,7 +3750,9 @@ "System.Threading": "4.0.11" }, "compile": { - "ref/netstandard1.3/System.Dynamic.Runtime.dll": {} + "ref/netstandard1.3/System.Dynamic.Runtime.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Dynamic.Runtime.dll": {} @@ -3752,7 +3782,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Globalization.dll": {} + "ref/netstandard1.3/System.Globalization.dll": { + "related": ".xml" + } } }, "System.Globalization.Calendars/4.3.0": { @@ -3764,7 +3796,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Globalization.Calendars.dll": {} + "ref/netstandard1.3/System.Globalization.Calendars.dll": { + "related": ".xml" + } } }, "System.Globalization.Extensions/4.3.0": { @@ -3778,7 +3812,9 @@ "System.Runtime.InteropServices": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Globalization.Extensions.dll": {} + "ref/netstandard1.3/System.Globalization.Extensions.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll": { @@ -3791,19 +3827,19 @@ } } }, - "System.IdentityModel.Tokens.Jwt/7.0.0": { + "System.IdentityModel.Tokens.Jwt/8.6.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.0.0", - "Microsoft.IdentityModel.Tokens": "7.0.0" + "Microsoft.IdentityModel.JsonWebTokens": "8.6.0", + "Microsoft.IdentityModel.Tokens": "8.6.0" }, "compile": { - "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "lib/net9.0/System.IdentityModel.Tokens.Jwt.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "lib/net9.0/System.IdentityModel.Tokens.Jwt.dll": { "related": ".xml" } } @@ -3818,7 +3854,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.IO.dll": {} + "ref/netstandard1.5/System.IO.dll": { + "related": ".xml" + } } }, "System.IO.Compression/4.3.0": { @@ -3841,7 +3879,9 @@ "runtime.native.System.IO.Compression": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.Compression.dll": {} + "ref/netstandard1.3/System.IO.Compression.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": { @@ -3868,7 +3908,9 @@ "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": {} + "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {} @@ -3887,14 +3929,16 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.FileSystem.dll": {} + "ref/netstandard1.3/System.IO.FileSystem.dll": { + "related": ".xml" + } } }, - "System.IO.FileSystem.AccessControl/5.0.0": { + "System.IO.FileSystem.AccessControl/4.7.0": { "type": "package", "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" + "System.Security.AccessControl": "4.7.0", + "System.Security.Principal.Windows": "4.7.0" }, "compile": { "ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { @@ -3919,7 +3963,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} @@ -3946,7 +3992,9 @@ "runtime.native.System": "4.0.0" }, "compile": { - "ref/netstandard1.3/System.IO.FileSystem.Watcher.dll": {} + "ref/netstandard1.3/System.IO.FileSystem.Watcher.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/linux/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll": { @@ -3997,7 +4045,9 @@ "runtime.native.System": "4.0.0" }, "compile": { - "ref/netstandard1.3/System.IO.MemoryMappedFiles.dll": {} + "ref/netstandard1.3/System.IO.MemoryMappedFiles.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.IO.MemoryMappedFiles.dll": { @@ -4038,7 +4088,9 @@ "System.Threading.Tasks": "4.0.11" }, "compile": { - "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {} + "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {} @@ -4054,7 +4106,9 @@ "System.Runtime.Extensions": "4.3.0" }, "compile": { - "ref/netstandard1.6/System.Linq.dll": {} + "ref/netstandard1.6/System.Linq.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.6/System.Linq.dll": {} @@ -4082,7 +4136,9 @@ "System.Threading": "4.3.0" }, "compile": { - "ref/netstandard1.6/System.Linq.Expressions.dll": {} + "ref/netstandard1.6/System.Linq.Expressions.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.6/System.Linq.Expressions.dll": {} @@ -4103,7 +4159,9 @@ "System.Threading.Tasks": "4.0.11" }, "compile": { - "ref/netstandard1.1/System.Linq.Parallel.dll": {} + "ref/netstandard1.1/System.Linq.Parallel.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Linq.Parallel.dll": {} @@ -4122,7 +4180,9 @@ "System.Runtime": "4.1.0" }, "compile": { - "ref/netstandard1.0/System.Linq.Queryable.dll": {} + "ref/netstandard1.0/System.Linq.Queryable.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Linq.Queryable.dll": {} @@ -4144,10 +4204,14 @@ "System.Text.Json": "4.6.0" }, "compile": { - "lib/netstandard2.0/System.Memory.Data.dll": {} + "lib/netstandard2.0/System.Memory.Data.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/System.Memory.Data.dll": {} + "lib/netstandard2.0/System.Memory.Data.dll": { + "related": ".xml" + } } }, "System.Net.Http/4.3.0": { @@ -4181,7 +4245,9 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Net.Http.dll": {} + "ref/netstandard1.3/System.Net.Http.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll": { @@ -4213,7 +4279,9 @@ "runtime.native.System": "4.0.0" }, "compile": { - "ref/netstandard1.3/System.Net.NameResolution.dll": {} + "ref/netstandard1.3/System.Net.NameResolution.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Net.NameResolution.dll": { @@ -4235,7 +4303,9 @@ "System.Runtime.Handles": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Net.Primitives.dll": {} + "ref/netstandard1.3/System.Net.Primitives.dll": { + "related": ".xml" + } } }, "System.Net.Requests/4.0.11": { @@ -4256,7 +4326,9 @@ "System.Threading.Tasks": "4.0.11" }, "compile": { - "ref/netstandard1.3/System.Net.Requests.dll": {} + "ref/netstandard1.3/System.Net.Requests.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Net.Requests.dll": { @@ -4302,7 +4374,9 @@ "runtime.native.System.Security.Cryptography": "4.0.0" }, "compile": { - "ref/netstandard1.3/System.Net.Security.dll": {} + "ref/netstandard1.3/System.Net.Security.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.6/System.Net.Security.dll": { @@ -4326,7 +4400,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Net.Sockets.dll": {} + "ref/netstandard1.3/System.Net.Sockets.dll": { + "related": ".xml" + } } }, "System.Net.WebHeaderCollection/4.0.1": { @@ -4338,7 +4414,9 @@ "System.Runtime.Extensions": "4.1.0" }, "compile": { - "ref/netstandard1.3/System.Net.WebHeaderCollection.dll": {} + "ref/netstandard1.3/System.Net.WebHeaderCollection.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Net.WebHeaderCollection.dll": {} @@ -4363,7 +4441,9 @@ "System.Threading": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.ObjectModel.dll": {} + "ref/netstandard1.3/System.ObjectModel.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.ObjectModel.dll": {} @@ -4414,7 +4494,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.Reflection.dll": {} + "ref/netstandard1.5/System.Reflection.dll": { + "related": ".xml" + } } }, "System.Reflection.DispatchProxy/4.0.1": { @@ -4432,7 +4514,9 @@ "System.Threading": "4.0.11" }, "compile": { - "ref/netstandard1.3/System.Reflection.DispatchProxy.dll": {} + "ref/netstandard1.3/System.Reflection.DispatchProxy.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Reflection.DispatchProxy.dll": {} @@ -4448,7 +4532,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.1/_._": {} + "ref/netstandard1.1/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Reflection.Emit.dll": {} @@ -4462,7 +4548,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/_._": {} + "ref/netstandard1.0/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {} @@ -4477,7 +4565,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/_._": {} + "ref/netstandard1.0/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll": {} @@ -4492,7 +4582,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Reflection.Extensions.dll": {} + "ref/netstandard1.0/System.Reflection.Extensions.dll": { + "related": ".xml" + } } }, "System.Reflection.Metadata/7.0.0": { @@ -4522,7 +4614,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Reflection.Primitives.dll": {} + "ref/netstandard1.0/System.Reflection.Primitives.dll": { + "related": ".xml" + } } }, "System.Reflection.TypeExtensions/4.3.0": { @@ -4566,7 +4660,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Resources.ResourceManager.dll": {} + "ref/netstandard1.0/System.Resources.ResourceManager.dll": { + "related": ".xml" + } } }, "System.Runtime/4.3.0": { @@ -4576,7 +4672,9 @@ "Microsoft.NETCore.Targets": "1.1.0" }, "compile": { - "ref/netstandard1.5/System.Runtime.dll": {} + "ref/netstandard1.5/System.Runtime.dll": { + "related": ".xml" + } } }, "System.Runtime.Caching/8.0.0": { @@ -4607,10 +4705,14 @@ "System.Runtime.CompilerServices.Unsafe/6.0.0": { "type": "package", "compile": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {} + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } }, "runtime": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {} + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } }, "build": { "buildTransitive/netcoreapp3.1/_._": {} @@ -4624,7 +4726,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.Runtime.Extensions.dll": {} + "ref/netstandard1.5/System.Runtime.Extensions.dll": { + "related": ".xml" + } } }, "System.Runtime.Handles/4.3.0": { @@ -4635,7 +4739,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Runtime.Handles.dll": {} + "ref/netstandard1.3/System.Runtime.Handles.dll": { + "related": ".xml" + } } }, "System.Runtime.InteropServices/4.3.0": { @@ -4688,7 +4794,9 @@ "System.Runtime": "4.1.0" }, "compile": { - "ref/netstandard1.5/_._": {} + "ref/netstandard1.5/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.5/System.Runtime.Loader.dll": {} @@ -4703,7 +4811,9 @@ "System.Runtime.Extensions": "4.3.0" }, "compile": { - "ref/netstandard1.1/System.Runtime.Numerics.dll": {} + "ref/netstandard1.1/System.Runtime.Numerics.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Runtime.Numerics.dll": {} @@ -4717,7 +4827,9 @@ "System.Runtime": "4.1.0" }, "compile": { - "ref/netstandard1.0/System.Runtime.Serialization.Json.dll": {} + "ref/netstandard1.0/System.Runtime.Serialization.Json.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Runtime.Serialization.Json.dll": {} @@ -4730,17 +4842,19 @@ "System.Runtime": "4.1.0" }, "compile": { - "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} + "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} } }, - "System.Security.AccessControl/5.0.0": { + "System.Security.AccessControl/4.7.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" + "Microsoft.NETCore.Platforms": "3.1.0", + "System.Security.Principal.Windows": "4.7.0" }, "compile": { "ref/netstandard2.0/System.Security.AccessControl.dll": { @@ -4771,7 +4885,9 @@ "System.Security.Principal": "4.0.1" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Security.Claims.dll": {} @@ -4890,7 +5006,9 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": {} + "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": { @@ -4997,7 +5115,9 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" }, "compile": { - "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": {} + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { @@ -5016,13 +5136,15 @@ "System.Runtime": "4.1.0" }, "compile": { - "ref/netstandard1.0/System.Security.Principal.dll": {} + "ref/netstandard1.0/System.Security.Principal.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.0/System.Security.Principal.dll": {} } }, - "System.Security.Principal.Windows/5.0.0": { + "System.Security.Principal.Windows/4.7.0": { "type": "package", "compile": { "ref/netcoreapp3.0/System.Security.Principal.Windows.dll": { @@ -5053,7 +5175,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Text.Encoding.dll": {} + "ref/netstandard1.3/System.Text.Encoding.dll": { + "related": ".xml" + } } }, "System.Text.Encoding.Extensions/4.3.0": { @@ -5065,7 +5189,9 @@ "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {} + "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": { + "related": ".xml" + } } }, "System.Text.Encodings.Web/4.7.2": { @@ -5116,7 +5242,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Threading.dll": {} + "ref/netstandard1.3/System.Threading.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Threading.dll": {} @@ -5147,7 +5275,9 @@ "System.Runtime.Handles": "4.0.1" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Threading.Overlapped.dll": { @@ -5168,7 +5298,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Threading.Tasks.dll": {} + "ref/netstandard1.3/System.Threading.Tasks.dll": { + "related": ".xml" + } } }, "System.Threading.Tasks.Dataflow/4.6.0": { @@ -5219,7 +5351,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.1/System.Threading.Tasks.Parallel.dll": {} + "ref/netstandard1.1/System.Threading.Tasks.Parallel.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Threading.Tasks.Parallel.dll": {} @@ -5231,7 +5365,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Threading.Thread.dll": {} + "ref/netstandard1.3/System.Threading.Thread.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Threading.Thread.dll": {} @@ -5244,7 +5380,9 @@ "System.Runtime.Handles": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Threading.ThreadPool.dll": {} + "ref/netstandard1.3/System.Threading.ThreadPool.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Threading.ThreadPool.dll": {} @@ -5258,7 +5396,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.2/System.Threading.Timer.dll": {} + "ref/netstandard1.2/System.Threading.Timer.dll": { + "related": ".xml" + } } }, "System.ValueTuple/4.5.0": { @@ -5290,7 +5430,9 @@ "System.Threading.Tasks.Extensions": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Xml.ReaderWriter.dll": {} + "ref/netstandard1.3/System.Xml.ReaderWriter.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.ReaderWriter.dll": {} @@ -5313,7 +5455,9 @@ "System.Xml.ReaderWriter": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Xml.XDocument.dll": {} + "ref/netstandard1.3/System.Xml.XDocument.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.XDocument.dll": {} @@ -5334,7 +5478,9 @@ "System.Xml.ReaderWriter": "4.0.11" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.XmlDocument.dll": {} @@ -5362,21 +5508,23 @@ "System.Xml.XmlDocument": "4.0.1" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.XmlSerializer.dll": {} } }, - "YamlDotNet/13.3.1": { + "YamlDotNet/16.3.0": { "type": "package", "compile": { - "lib/net7.0/YamlDotNet.dll": { + "lib/net8.0/YamlDotNet.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/YamlDotNet.dll": { + "lib/net8.0/YamlDotNet.dll": { "related": ".xml" } } @@ -5385,7 +5533,7 @@ "type": "project", "framework": ".NETCoreApp,Version=v9.0", "dependencies": { - "Newtonsoft.Json": "13.0.3" + "Newtonsoft.Json": "13.0.4" }, "compile": { "bin/placeholder/EventBus.dll": {} @@ -5398,12 +5546,12 @@ "type": "project", "framework": ".NETCoreApp,Version=v9.0", "dependencies": { - "Autofac": "8.1.1", + "Autofac": "9.0.0", "EventBus": "1.0.0", "Microsoft.CSharp": "4.7.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Newtonsoft.Json": "13.0.3", - "Polly": "8.5.0", + "Microsoft.Extensions.Logging": "9.0.2", + "Newtonsoft.Json": "13.0.4", + "Polly": "8.6.5", "RabbitMQ.Client": "6.8.1" }, "compile": { @@ -5417,11 +5565,11 @@ "type": "project", "framework": ".NETCoreApp,Version=v9.0", "dependencies": { - "Autofac": "8.1.1", + "Autofac": "9.0.0", "EventBus": "1.0.0", "Microsoft.Azure.ServiceBus": "5.2.0", "Microsoft.CSharp": "4.7.0", - "Microsoft.Extensions.Logging": "9.0.0" + "Microsoft.Extensions.Logging": "9.0.2" }, "compile": { "bin/placeholder/EventBusServiceBus.dll": {} @@ -5439,7 +5587,7 @@ "Microsoft.EntityFrameworkCore.Design": "9.0.0", "Microsoft.EntityFrameworkCore.Relational": "9.0.0", "Microsoft.EntityFrameworkCore.SqlServer": "9.0.0", - "Newtonsoft.Json": "13.0.3" + "Newtonsoft.Json": "13.0.4" }, "compile": { "bin/placeholder/IntegrationEventLogEF.dll": {} @@ -5451,19 +5599,19 @@ } }, "libraries": { - "AspNetCore.HealthChecks.AzureServiceBus/8.0.1": { - "sha512": "67GttVESv92GIthFMNqLbWvnQr3AFujGGsydKUl51R7p+KETguIJ+yHGUSnLL8XEcIWO0pENO714WlAqmON8EQ==", + "AspNetCore.HealthChecks.AzureServiceBus/9.0.0": { + "sha512": "Uzml9qWAvN6xPJejdTLznx9SIczKs/exieiJCU0Kjivt4ZTcsLdE3u2g8HJr0VWhguQad2mpGkwXtQ9nWfkm4g==", "type": "package", - "path": "aspnetcore.healthchecks.azureservicebus/8.0.1", + "path": "aspnetcore.healthchecks.azureservicebus/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", - "aspnetcore.healthchecks.azureservicebus.8.0.1.nupkg.sha512", + "aspnetcore.healthchecks.azureservicebus.9.0.0.nupkg.sha512", "aspnetcore.healthchecks.azureservicebus.nuspec", "icon.png", - "lib/net6.0/HealthChecks.AzureServiceBus.dll", - "lib/net6.0/HealthChecks.AzureServiceBus.xml", + "lib/net8.0/HealthChecks.AzureServiceBus.dll", + "lib/net8.0/HealthChecks.AzureServiceBus.xml", "lib/netstandard2.0/HealthChecks.AzureServiceBus.dll", "lib/netstandard2.0/HealthChecks.AzureServiceBus.xml" ] @@ -5499,69 +5647,63 @@ "lib/netstandard2.0/HealthChecks.Rabbitmq.xml" ] }, - "AspNetCore.HealthChecks.SqlServer/8.0.2": { - "sha512": "sTcVVq7/zhfUrSTs0WAktvPdpU1He/sj14gRTogq4eFhn0oImolxNNhJczkYMgFF92RMMW+O+rlcFO7HVOpfiQ==", + "AspNetCore.HealthChecks.SqlServer/9.0.0": { + "sha512": "UxCf65iCF2nU1u7AcB320abjL4CRg5swCgJECY6mKk1j5lrGMfVtskWwriGs1T29pYdRig9Vra3SPnP+4G82pA==", "type": "package", - "path": "aspnetcore.healthchecks.sqlserver/8.0.2", + "path": "aspnetcore.healthchecks.sqlserver/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "aspnetcore.healthchecks.sqlserver.8.0.2.nupkg.sha512", + "aspnetcore.healthchecks.sqlserver.9.0.0.nupkg.sha512", "aspnetcore.healthchecks.sqlserver.nuspec", "icon.png", - "lib/net6.0/HealthChecks.SqlServer.dll", - "lib/net6.0/HealthChecks.SqlServer.xml", + "lib/net8.0/HealthChecks.SqlServer.dll", + "lib/net8.0/HealthChecks.SqlServer.xml", "lib/netstandard2.0/HealthChecks.SqlServer.dll", "lib/netstandard2.0/HealthChecks.SqlServer.xml" ] }, - "AspNetCore.HealthChecks.UI.Client/8.0.1": { - "sha512": "nhC6KIoB/EtTbH3uGm2J6EHEUyTJuETUARFePbmrnA+zjbwsirzIVUQl46qIjvyPABhK0e7Rk+AxcRqC6zikqA==", + "AspNetCore.HealthChecks.UI.Client/9.0.0": { + "sha512": "1Ub3Wvvbz7CMuFNWgLEc9qqQibiMoovDML/WHrwr5J83RPgtI20giCR92s/ipLgu7IIuqw+W/y7WpIeHqAICxg==", "type": "package", - "path": "aspnetcore.healthchecks.ui.client/8.0.1", + "path": "aspnetcore.healthchecks.ui.client/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "aspnetcore.healthchecks.ui.client.8.0.1.nupkg.sha512", + "aspnetcore.healthchecks.ui.client.9.0.0.nupkg.sha512", "aspnetcore.healthchecks.ui.client.nuspec", "icon.png", - "lib/net6.0/HealthChecks.UI.Client.dll", - "lib/net6.0/HealthChecks.UI.Client.xml", - "lib/net7.0/HealthChecks.UI.Client.dll", - "lib/net7.0/HealthChecks.UI.Client.xml", "lib/net8.0/HealthChecks.UI.Client.dll", "lib/net8.0/HealthChecks.UI.Client.xml" ] }, - "AspNetCore.HealthChecks.UI.Core/8.0.1": { - "sha512": "Vn00MOJ1I0HSqyP7Bt9v0pr0AIgbrXMjL/KFwW+sRwLRogOtep8BWGimd8XYRCbCDLrAi7VSArU02f6pEIw69w==", + "AspNetCore.HealthChecks.UI.Core/9.0.0": { + "sha512": "TVriy4hgYnhfqz6NAzv8qe62Q8wf82iKUL6WV9selqeFZTq1ILi39Sic6sFQegRysvAVcnxKP/vY8z9Fk8x6XQ==", "type": "package", - "path": "aspnetcore.healthchecks.ui.core/8.0.1", + "path": "aspnetcore.healthchecks.ui.core/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "aspnetcore.healthchecks.ui.core.8.0.1.nupkg.sha512", + "aspnetcore.healthchecks.ui.core.9.0.0.nupkg.sha512", "aspnetcore.healthchecks.ui.core.nuspec", "icon.png", - "lib/net6.0/HealthChecks.UI.Core.dll", - "lib/net6.0/HealthChecks.UI.Core.xml" + "lib/net8.0/HealthChecks.UI.Core.dll", + "lib/net8.0/HealthChecks.UI.Core.xml" ] }, - "Autofac/8.1.1": { - "sha512": "lhHjVB/XJtxPDUQ/FAHWAC7Spu+P9TNfDbyx2W0ABqD1eTRo7TkcZ7l7Oq1S5pKNg7NXswdk9uH73qbOzSwQFA==", + "Autofac/9.0.0": { + "sha512": "G8TpUMVIq1pEAMuAao8h5MKduY91SotjgK93wQb5LaxbJUVE0/XjCA6t2SOp+AkPC3GB/C2MAiF2D7krYjraFw==", "type": "package", - "path": "autofac/8.1.1", + "path": "autofac/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", - "autofac.8.1.1.nupkg.sha512", + "autofac.9.0.0.nupkg.sha512", "autofac.nuspec", "icon.png", - "lib/net6.0/Autofac.dll", - "lib/net6.0/Autofac.xml", - "lib/net7.0/Autofac.dll", - "lib/net7.0/Autofac.xml", + "lib/net10.0/Autofac.dll", + "lib/net10.0/Autofac.xml", "lib/net8.0/Autofac.dll", "lib/net8.0/Autofac.xml", "lib/netstandard2.0/Autofac.dll", @@ -5570,15 +5712,15 @@ "lib/netstandard2.1/Autofac.xml" ] }, - "Autofac.Extensions.DependencyInjection/10.0.0": { - "sha512": "ZjR/onUlP7BzQ7VBBigQepWLAyAzi3VRGX3pP6sBqkPRiT61fsTZqbTpRUKxo30TMgbs1o3y6bpLbETix4SJog==", + "Autofac.Extensions.DependencyInjection/9.0.0": { + "sha512": "tf+//4MBola256qaaVQqQ6tx2R57S8A8BFekRWNpHkpSFzRBPkU+/fEDUSrCjqldK/B2zRoDbsMcQmYy3PYGWg==", "type": "package", - "path": "autofac.extensions.dependencyinjection/10.0.0", + "path": "autofac.extensions.dependencyinjection/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", - "autofac.extensions.dependencyinjection.10.0.0.nupkg.sha512", + "autofac.extensions.dependencyinjection.9.0.0.nupkg.sha512", "autofac.extensions.dependencyinjection.nuspec", "icon.png", "lib/net6.0/Autofac.Extensions.DependencyInjection.dll", @@ -5593,28 +5735,24 @@ "lib/netstandard2.1/Autofac.Extensions.DependencyInjection.xml" ] }, - "Azure.Core/1.36.0": { - "sha512": "vwqFZdHS4dzPlI7FFRkPx9ctA+aGGeRev3gnzG8lntWvKMmBhAmulABi1O9CEvS3/jzYt7yA+0pqVdxkpAd7dQ==", + "Azure.Core/1.38.0": { + "sha512": "IuEgCoVA0ef7E4pQtpC3+TkPbzaoQfa77HlfJDmfuaJUCVJmn7fT0izamZiryW5sYUFKizsftIxMkXKbgIcPMQ==", "type": "package", - "path": "azure.core/1.36.0", + "path": "azure.core/1.38.0", "files": [ ".nupkg.metadata", ".signature.p7s", "CHANGELOG.md", "README.md", - "azure.core.1.36.0.nupkg.sha512", + "azure.core.1.38.0.nupkg.sha512", "azure.core.nuspec", "azureicon.png", "lib/net461/Azure.Core.dll", "lib/net461/Azure.Core.xml", "lib/net472/Azure.Core.dll", "lib/net472/Azure.Core.xml", - "lib/net5.0/Azure.Core.dll", - "lib/net5.0/Azure.Core.xml", "lib/net6.0/Azure.Core.dll", "lib/net6.0/Azure.Core.xml", - "lib/netcoreapp2.1/Azure.Core.dll", - "lib/netcoreapp2.1/Azure.Core.xml", "lib/netstandard2.0/Azure.Core.dll", "lib/netstandard2.0/Azure.Core.xml" ] @@ -5635,16 +5773,16 @@ "lib/netstandard2.0/Azure.Core.Amqp.xml" ] }, - "Azure.Identity/1.10.3": { - "sha512": "l1Xm2MWOF2Mzcwuarlw8kWQXLZk3UeB55aQXVyjj23aBfDwOZ3gu5GP2kJ6KlmZeZv2TCzw7x4L3V36iNr3gww==", + "Azure.Identity/1.11.4": { + "sha512": "Sf4BoE6Q3jTgFkgBkx7qztYOFELBCo+wQgpYDwal/qJ1unBH73ywPztIJKXBXORRzAeNijsuxhk94h0TIMvfYg==", "type": "package", - "path": "azure.identity/1.10.3", + "path": "azure.identity/1.11.4", "files": [ ".nupkg.metadata", ".signature.p7s", "CHANGELOG.md", "README.md", - "azure.identity.1.10.3.nupkg.sha512", + "azure.identity.1.11.4.nupkg.sha512", "azure.identity.nuspec", "azureicon.png", "lib/netstandard2.0/Azure.Identity.dll", @@ -5743,34 +5881,32 @@ "lib/netstandard2.1/Azure.Storage.Queues.xml" ] }, - "Fractions/7.2.1": { - "sha512": "1gVCo18/02ZZOJ+dcpVNMsUHF6cLmltMMskUWl2G1l+0OmTTvcwJZq5/JXIVpvOzPM3gDLombsloGMlTQNcv9g==", + "Fractions/7.3.0": { + "sha512": "2bETFWLBc8b7Ut2SVi+bxhGVwiSpknHYGBh2PADyGWONLkTxT7bKyDRhF8ao+XUv90tq8Fl7GTPxSI5bacIRJw==", "type": "package", - "path": "fractions/7.2.1", + "path": "fractions/7.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Fraction.png", "Readme.md", - "fractions.7.2.1.nupkg.sha512", + "fractions.7.3.0.nupkg.sha512", "fractions.nuspec", "lib/netstandard2.0/Fractions.dll", - "lib/netstandard2.0/Fractions.pdb", "lib/netstandard2.0/Fractions.xml", "lib/netstandard2.1/Fractions.dll", - "lib/netstandard2.1/Fractions.pdb", "lib/netstandard2.1/Fractions.xml", "license.txt" ] }, - "Google.Protobuf/3.28.3": { - "sha512": "OewySX3aQCdKfMJsj2DzBMXQJPI+lm0CBzamU9ViFu3CU9tXYrQWqJ1CZ+/UWtkwOjUeIzbXmoOjRc7B8pbMrA==", + "Google.Protobuf/3.33.1": { + "sha512": "RztiFmX9aOWDwfhxFzx/nS4fjs4DX7ZC7/XBEBl56k15lPGBftvbSwZkeo1mMCJHrNp1kK5iQYrFXB4MqCmBCA==", "type": "package", - "path": "google.protobuf/3.28.3", + "path": "google.protobuf/3.33.1", "files": [ ".nupkg.metadata", ".signature.p7s", - "google.protobuf.3.28.3.nupkg.sha512", + "google.protobuf.3.33.1.nupkg.sha512", "google.protobuf.nuspec", "lib/net45/Google.Protobuf.dll", "lib/net45/Google.Protobuf.pdb", @@ -5786,15 +5922,15 @@ "lib/netstandard2.0/Google.Protobuf.xml" ] }, - "Grpc.AspNetCore.Server/2.70.0": { - "sha512": "9d6JuMLSxwOX4zERV7HBwq1XL8DD48a6FSoxD5dDXrCz/o0HqMXE2+lRcXHckOlz1JCesznW8XMMJdsU1FfY7w==", + "Grpc.AspNetCore.Server/2.71.0": { + "sha512": "kv+9YVB6MqDYWIcstXvWrT7Xc1si/sfINzzSxvQfjC3aei+92gXDUXCH/Q+TEvi4QSICRqu92BYcrXUBW7cuOw==", "type": "package", - "path": "grpc.aspnetcore.server/2.70.0", + "path": "grpc.aspnetcore.server/2.71.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", - "grpc.aspnetcore.server.2.70.0.nupkg.sha512", + "grpc.aspnetcore.server.2.71.0.nupkg.sha512", "grpc.aspnetcore.server.nuspec", "lib/net6.0/Grpc.AspNetCore.Server.dll", "lib/net6.0/Grpc.AspNetCore.Server.pdb", @@ -5811,15 +5947,15 @@ "packageIcon.png" ] }, - "Grpc.Core.Api/2.70.0": { - "sha512": "66UotvWcSIq41oiQhLWcQACyKPM4umxXNiht5DQTLZJfNwEswWOcS7Z0xIEHyNIBE7ZpjotH22bEjTkvhPxmVw==", + "Grpc.Core.Api/2.71.0": { + "sha512": "QquqUC37yxsDzd1QaDRsH2+uuznWPTS8CVE2Yzwl3CvU4geTNkolQXoVN812M2IwT6zpv3jsZRc9ExJFNFslTg==", "type": "package", - "path": "grpc.core.api/2.70.0", + "path": "grpc.core.api/2.71.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", - "grpc.core.api.2.70.0.nupkg.sha512", + "grpc.core.api.2.71.0.nupkg.sha512", "grpc.core.api.nuspec", "lib/net462/Grpc.Core.Api.dll", "lib/net462/Grpc.Core.Api.pdb", @@ -5833,14 +5969,14 @@ "packageIcon.png" ] }, - "Grpc.Net.Common/2.70.0": { - "sha512": "rBdEUMyCwa+iB8mqC6JKyPbj3SBHHkReJj/yy/XKJI63GcG6w9DJMMGTVcYHqq4Ci2W4m0HT4jt2pFfFscar8g==", + "Grpc.Net.Common/2.71.0": { + "sha512": "v0c8R97TwRYwNXlC8GyRXwYTCNufpDfUtj9la+wUrZFzVWkFJuNAltU+c0yI3zu0jl54k7en6u2WKgZgd57r2Q==", "type": "package", - "path": "grpc.net.common/2.70.0", + "path": "grpc.net.common/2.71.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "grpc.net.common.2.70.0.nupkg.sha512", + "grpc.net.common.2.71.0.nupkg.sha512", "grpc.net.common.nuspec", "lib/net6.0/Grpc.Net.Common.dll", "lib/net6.0/Grpc.Net.Common.pdb", @@ -5860,10 +5996,10 @@ "packageIcon.png" ] }, - "Grpc.Tools/2.68.1": { - "sha512": "BZ96s7ijKAhJoRpIK+pqCeLaGaSwyc5/CAZFwgCcBuAnkU2naYvH0P6qnYCkl0pWDY/JBOnE2RvX9IvRX1Yc5Q==", + "Grpc.Tools/2.76.0": { + "sha512": "goRzYZVMgQtyLvkWdgTnPycg49hlNxnMkqGGgR3l7nCOm0bUh0YeAneiJ9JFk3XLgF4suQUdETYkl2Mg/TBr0w==", "type": "package", - "path": "grpc.tools/2.68.1", + "path": "grpc.tools/2.76.0", "hasTools": true, "files": [ ".nupkg.metadata", @@ -5892,7 +6028,7 @@ "build/native/include/google/protobuf/timestamp.proto", "build/native/include/google/protobuf/type.proto", "build/native/include/google/protobuf/wrappers.proto", - "grpc.tools.2.68.1.nupkg.sha512", + "grpc.tools.2.76.0.nupkg.sha512", "grpc.tools.nuspec", "packageIcon.png", "tools/linux_arm64/grpc_csharp_plugin", @@ -5927,59 +6063,21 @@ "logo.png" ] }, - "IdentityModel/5.2.0": { - "sha512": "nuhkbaDH9l5QzNJp2MtP3qio57MPtiRneUN8Ocr7od0JvSYaIe3gBj/vxllr11S/Qvu1AG4GZXoyv5469ewYDA==", - "type": "package", - "path": "identitymodel/5.2.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "icon.jpg", - "identitymodel.5.2.0.nupkg.sha512", - "identitymodel.nuspec", - "lib/net461/IdentityModel.dll", - "lib/net461/IdentityModel.pdb", - "lib/net461/IdentityModel.xml", - "lib/net472/IdentityModel.dll", - "lib/net472/IdentityModel.pdb", - "lib/net472/IdentityModel.xml", - "lib/net5.0/IdentityModel.dll", - "lib/net5.0/IdentityModel.pdb", - "lib/net5.0/IdentityModel.xml", - "lib/netstandard2.0/IdentityModel.dll", - "lib/netstandard2.0/IdentityModel.pdb", - "lib/netstandard2.0/IdentityModel.xml" - ] - }, - "IdentityModel.OidcClient/5.2.1": { - "sha512": "OuPhDNAw/EoJVEmYO6/ChZUBcug4OGoGKTKLUyBCsGhlKegxJk25LYQ0EL7GCBMgkEL+BYNJukNZyaJ+JNaWog==", - "type": "package", - "path": "identitymodel.oidcclient/5.2.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "icon.jpg", - "identitymodel.oidcclient.5.2.1.nupkg.sha512", - "identitymodel.oidcclient.nuspec", - "lib/netstandard2.0/IdentityModel.OidcClient.dll", - "lib/netstandard2.0/IdentityModel.OidcClient.xml" - ] - }, - "KubernetesClient/12.1.1": { - "sha512": "Xvc6Kr/W5YUxlMDzy0R80zy+Vd66brS7fSA4COGXu8KZACKPW7+KKS7kxZBLaFYGrUcktXOHpqNNuoukSGcK6A==", + "KubernetesClient/17.0.14": { + "sha512": "FMGWjGtN8WEUKAAQxs96PK2tYvPrvwhoJzay/6HiByVTvHoJ0i9u7ykvYb7E3vLTSlfv26Q2Ktxr41zYCppu8A==", "type": "package", - "path": "kubernetesclient/12.1.1", + "path": "kubernetesclient/17.0.14", "files": [ ".nupkg.metadata", ".signature.p7s", - "kubernetesclient.12.1.1.nupkg.sha512", + "kubernetesclient.17.0.14.nupkg.sha512", "kubernetesclient.nuspec", - "lib/net6.0/KubernetesClient.dll", - "lib/net6.0/KubernetesClient.pdb", - "lib/net6.0/KubernetesClient.xml", - "lib/net7.0/KubernetesClient.dll", - "lib/net7.0/KubernetesClient.pdb", - "lib/net7.0/KubernetesClient.xml", + "lib/net8.0/KubernetesClient.dll", + "lib/net8.0/KubernetesClient.pdb", + "lib/net8.0/KubernetesClient.xml", + "lib/net9.0/KubernetesClient.dll", + "lib/net9.0/KubernetesClient.pdb", + "lib/net9.0/KubernetesClient.xml", "logo.png" ] }, @@ -6003,10 +6101,10 @@ "runtimes/win7-x86/native/libuv.dll" ] }, - "Microsoft.ApplicationInsights/2.22.0": { - "sha512": "3AOM9bZtku7RQwHyMEY3tQMrHIgjcfRDa6YQpd/QG2LDGvMydSlL9Di+8LLMt7J2RDdfJ7/2jdYv6yHcMJAnNw==", + "Microsoft.ApplicationInsights/2.23.0": { + "sha512": "nWArUZTdU7iqZLycLKWe0TDms48KKGE6pONH2terYNa8REXiqixrMOkf1sk5DHGMaUTqONU2YkS4SAXBhLStgw==", "type": "package", - "path": "microsoft.applicationinsights/2.22.0", + "path": "microsoft.applicationinsights/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6020,14 +6118,14 @@ "lib/netstandard2.0/Microsoft.ApplicationInsights.dll", "lib/netstandard2.0/Microsoft.ApplicationInsights.pdb", "lib/netstandard2.0/Microsoft.ApplicationInsights.xml", - "microsoft.applicationinsights.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.2.23.0.nupkg.sha512", "microsoft.applicationinsights.nuspec" ] }, - "Microsoft.ApplicationInsights.AspNetCore/2.22.0": { - "sha512": "OuiZgRDX0zm3a1DRk/GT54ZsyTg8a88n3cpkVEYFJoRhT5X84l2C68BuKrglE0sIj+C0+o2WTR8S21YBD/ZWgA==", + "Microsoft.ApplicationInsights.AspNetCore/2.23.0": { + "sha512": "we/RsIn0Mwf/4ZNGXZixJ0lVD3pqjx2yVeKfqJybgYY/Lib8nnf+8YGJp+ULN3kOk39I0pI/7ZnF9LFy6hS3lw==", "type": "package", - "path": "microsoft.applicationinsights.aspnetcore/2.22.0", + "path": "microsoft.applicationinsights.aspnetcore/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6035,14 +6133,14 @@ "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.dll", "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.pdb", "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.xml", - "microsoft.applicationinsights.aspnetcore.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.aspnetcore.2.23.0.nupkg.sha512", "microsoft.applicationinsights.aspnetcore.nuspec" ] }, - "Microsoft.ApplicationInsights.DependencyCollector/2.22.0": { - "sha512": "gseSmuCshdZqcn5r6EW1Zx52e5/p2RpAsHSanlxs8pq+Pbg1RZP678tXtxfVuHC0fA3MVV852pnfFC7ZGB0jew==", + "Microsoft.ApplicationInsights.DependencyCollector/2.23.0": { + "sha512": "9YRdl9SNbTxd4AafJckyoJLr5gJdnvqFivjo+PY0lQTPEncPB+z3ZABG4iDfxN9HI1aLqyRINr1/7de9Wg8ZuQ==", "type": "package", - "path": "microsoft.applicationinsights.dependencycollector/2.22.0", + "path": "microsoft.applicationinsights.dependencycollector/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6057,14 +6155,14 @@ "lib/netstandard2.0/Microsoft.AI.DependencyCollector.dll", "lib/netstandard2.0/Microsoft.AI.DependencyCollector.pdb", "lib/netstandard2.0/Microsoft.AI.DependencyCollector.xml", - "microsoft.applicationinsights.dependencycollector.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.dependencycollector.2.23.0.nupkg.sha512", "microsoft.applicationinsights.dependencycollector.nuspec" ] }, - "Microsoft.ApplicationInsights.EventCounterCollector/2.22.0": { - "sha512": "/fXUyZIMwaWfETgire4fygaBhY8J+hXvTVhSFXKV0JOFBenzzU4smGW8iRUFhE534a3QrczuFfmfCCkXRKbsNg==", + "Microsoft.ApplicationInsights.EventCounterCollector/2.23.0": { + "sha512": "gGt0JPw2dcSeIAIefyORJBdeMz8KgAFIktu8HV/NwkiGmLyw+YtifLm6B5gvGxO15AeMsGPbmvWEIvLfq88XPw==", "type": "package", - "path": "microsoft.applicationinsights.eventcountercollector/2.22.0", + "path": "microsoft.applicationinsights.eventcountercollector/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6072,30 +6170,30 @@ "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.dll", "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.pdb", "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.xml", - "microsoft.applicationinsights.eventcountercollector.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.eventcountercollector.2.23.0.nupkg.sha512", "microsoft.applicationinsights.eventcountercollector.nuspec" ] }, - "Microsoft.ApplicationInsights.Kubernetes/7.0.0": { - "sha512": "NF7HsDqEPTLkqnm2NyA+xBLE4qzEaY5UEkdhywGeZgI0hjrpbjuFafrZOZPjqMV38WXZ24yv7c4K251+9OgOfw==", + "Microsoft.ApplicationInsights.Kubernetes/8.0.0": { + "sha512": "8KosvcFQZPtdqr9taaDUEKMsr3j4S7r62sze4fs8vkCTD0oDIR5MRtOUBh86zaWsBegqNuN0J8lEiIq2inRopw==", "type": "package", - "path": "microsoft.applicationinsights.kubernetes/7.0.0", + "path": "microsoft.applicationinsights.kubernetes/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "LICENSE", "Readme.Nuget.md", "images/icon.png", - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll", - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.xml", - "microsoft.applicationinsights.kubernetes.7.0.0.nupkg.sha512", + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.dll", + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.xml", + "microsoft.applicationinsights.kubernetes.8.0.0.nupkg.sha512", "microsoft.applicationinsights.kubernetes.nuspec" ] }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.22.0": { - "sha512": "nExsJsbN7694ueUNNBms/UNgza9WH4W/I6i5CnF9ujJ1sp57EL5Uk0NP9MDwlLVtYaaiznKPatVSv3Nu8vAplw==", + "Microsoft.ApplicationInsights.PerfCounterCollector/2.23.0": { + "sha512": "q9ApjZfBS9O8m3aQM2oVjsGBmlE8BCFywT7UR+8aqdNuz7HpoIxw4jHy0XOBergiFX/olrJF4OyPkGxc3H5JHg==", "type": "package", - "path": "microsoft.applicationinsights.perfcountercollector/2.22.0", + "path": "microsoft.applicationinsights.perfcountercollector/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6110,14 +6208,14 @@ "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.dll", "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.pdb", "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.xml", - "microsoft.applicationinsights.perfcountercollector.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.perfcountercollector.2.23.0.nupkg.sha512", "microsoft.applicationinsights.perfcountercollector.nuspec" ] }, - "Microsoft.ApplicationInsights.WindowsServer/2.22.0": { - "sha512": "9k1x1+Kq1fElvcv0o/w9w8tRWAa2Y0f4NPBeHF5b2xCety4GM1yv3K3Ra0lZwO3kW0SHlm9M8nrySuyKQlHyYA==", + "Microsoft.ApplicationInsights.WindowsServer/2.23.0": { + "sha512": "2B8CGfnB/tribkQAqRBhMvJYJK5TkEPMG/BB0QrlxdwVGEufayNLMveXjkQCqld9arXd6wKR1ve2XmkA0+xXKQ==", "type": "package", - "path": "microsoft.applicationinsights.windowsserver/2.22.0", + "path": "microsoft.applicationinsights.windowsserver/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6132,14 +6230,14 @@ "lib/netstandard2.0/Microsoft.AI.WindowsServer.dll", "lib/netstandard2.0/Microsoft.AI.WindowsServer.pdb", "lib/netstandard2.0/Microsoft.AI.WindowsServer.xml", - "microsoft.applicationinsights.windowsserver.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.windowsserver.2.23.0.nupkg.sha512", "microsoft.applicationinsights.windowsserver.nuspec" ] }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.22.0": { - "sha512": "Blb6S8UJSJ/jo6mxeO38gKgui75D2brp5NpXJoZUhyJzfmYsfhn7a4t5f+CDfAKyvie7sQB2FIzeEDQSiRE5zw==", + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.23.0": { + "sha512": "798Dudr4tkujslk1w+XcXOcCErmVsk+nhp+QCHLa3lcgi25vkAxBmzPUeQlRJVCNL/1f4x/YF+vQZ8RSuTXWCw==", "type": "package", - "path": "microsoft.applicationinsights.windowsserver.telemetrychannel/2.22.0", + "path": "microsoft.applicationinsights.windowsserver.telemetrychannel/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6154,7 +6252,7 @@ "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.dll", "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.pdb", "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.xml", - "microsoft.applicationinsights.windowsserver.telemetrychannel.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.windowsserver.telemetrychannel.2.23.0.nupkg.sha512", "microsoft.applicationinsights.windowsserver.telemetrychannel.nuspec" ] }, @@ -6178,6 +6276,7 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.xml", "microsoft.aspnetcore.hosting.2.1.1.nupkg.sha512", "microsoft.aspnetcore.hosting.nuspec" ] @@ -6216,6 +6315,7 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Http.xml", "microsoft.aspnetcore.http.2.1.22.nupkg.sha512", "microsoft.aspnetcore.http.nuspec" ] @@ -6241,6 +6341,7 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.xml", "microsoft.aspnetcore.http.extensions.2.1.1.nupkg.sha512", "microsoft.aspnetcore.http.extensions.nuspec" ] @@ -6301,6 +6402,7 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.xml", "microsoft.aspnetcore.webutilities.2.1.1.nupkg.sha512", "microsoft.aspnetcore.webutilities.nuspec" ] @@ -6336,8 +6438,10 @@ ".signature.p7s", "lib/net452/Microsoft.Azure.KeyVault.dll", "lib/net452/Microsoft.Azure.KeyVault.runtimeconfig.json", + "lib/net452/Microsoft.Azure.KeyVault.xml", "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll", "lib/netstandard1.4/Microsoft.Azure.KeyVault.runtimeconfig.json", + "lib/netstandard1.4/Microsoft.Azure.KeyVault.xml", "microsoft.azure.keyvault.2.3.2.nupkg.sha512", "microsoft.azure.keyvault.nuspec" ] @@ -6351,8 +6455,10 @@ ".signature.p7s", "lib/net452/Microsoft.Azure.KeyVault.WebKey.dll", "lib/net452/Microsoft.Azure.KeyVault.WebKey.runtimeconfig.json", + "lib/net452/Microsoft.Azure.KeyVault.WebKey.xml", "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll", "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.runtimeconfig.json", + "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.xml", "microsoft.azure.keyvault.webkey.2.0.7.nupkg.sha512", "microsoft.azure.keyvault.webkey.nuspec" ] @@ -6367,6 +6473,7 @@ "CHANGELOG.md", "README.md", "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll", + "lib/netstandard2.0/Microsoft.Azure.ServiceBus.xml", "microsoft.azure.servicebus.5.2.0.nupkg.sha512", "microsoft.azure.servicebus.nuspec", "pkgicon.png" @@ -6382,8 +6489,10 @@ "build/Microsoft.Azure.Services.AppAuthentication.targets", "lib/net452/Microsoft.Azure.Services.AppAuthentication.dll", "lib/net452/Microsoft.Azure.Services.AppAuthentication.runtimeconfig.json", + "lib/net452/Microsoft.Azure.Services.AppAuthentication.xml", "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll", "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.runtimeconfig.json", + "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.xml", "microsoft.azure.services.appauthentication.1.0.3.nupkg.sha512", "microsoft.azure.services.appauthentication.nuspec" ] @@ -7246,7 +7355,9 @@ ".signature.p7s", "ThirdPartyNotices.rtf", "lib/net45/Microsoft.CodeAnalysis.VisualBasic.dll", + "lib/net45/Microsoft.CodeAnalysis.VisualBasic.xml", "lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.dll", + "lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.xml", "lib/portable-net45+win8/Microsoft.CodeAnalysis.VisualBasic.dll", "lib/portable-net45+win8/Microsoft.CodeAnalysis.VisualBasic.xml", "microsoft.codeanalysis.visualbasic.1.3.0.nupkg.sha512", @@ -7402,6 +7513,7 @@ "lib/netcoreapp2.0/_._", "lib/netstandard1.3/Microsoft.CSharp.dll", "lib/netstandard2.0/Microsoft.CSharp.dll", + "lib/netstandard2.0/Microsoft.CSharp.xml", "lib/portable-net45+win8+wp8+wpa81/_._", "lib/uap10.0.16299/_._", "lib/win8/_._", @@ -7417,9 +7529,30 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/Microsoft.CSharp.dll", + "ref/netcore50/Microsoft.CSharp.xml", + "ref/netcore50/de/Microsoft.CSharp.xml", + "ref/netcore50/es/Microsoft.CSharp.xml", + "ref/netcore50/fr/Microsoft.CSharp.xml", + "ref/netcore50/it/Microsoft.CSharp.xml", + "ref/netcore50/ja/Microsoft.CSharp.xml", + "ref/netcore50/ko/Microsoft.CSharp.xml", + "ref/netcore50/ru/Microsoft.CSharp.xml", + "ref/netcore50/zh-hans/Microsoft.CSharp.xml", + "ref/netcore50/zh-hant/Microsoft.CSharp.xml", "ref/netcoreapp2.0/_._", "ref/netstandard1.0/Microsoft.CSharp.dll", + "ref/netstandard1.0/Microsoft.CSharp.xml", + "ref/netstandard1.0/de/Microsoft.CSharp.xml", + "ref/netstandard1.0/es/Microsoft.CSharp.xml", + "ref/netstandard1.0/fr/Microsoft.CSharp.xml", + "ref/netstandard1.0/it/Microsoft.CSharp.xml", + "ref/netstandard1.0/ja/Microsoft.CSharp.xml", + "ref/netstandard1.0/ko/Microsoft.CSharp.xml", + "ref/netstandard1.0/ru/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml", "ref/netstandard2.0/Microsoft.CSharp.dll", + "ref/netstandard2.0/Microsoft.CSharp.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/uap10.0.16299/_._", "ref/win8/_._", @@ -7433,10 +7566,10 @@ "version.txt" ] }, - "Microsoft.Data.SqlClient/5.2.0": { - "sha512": "3alfyqRN3ELRtdvU1dGtLBRNQqprr3TJ0WrUJfMISPwg1nPUN2P3Lelah68IKWuV27Ceb7ig95hWNHFTSXfxMg==", + "Microsoft.Data.SqlClient/5.2.2": { + "sha512": "mtoeRMh7F/OA536c/Cnh8L4H0uLSKB5kSmoi54oN7Fp0hNJDy22IqyMhaMH4PkDCqI7xL//Fvg9ldtuPHG0h5g==", "type": "package", - "path": "microsoft.data.sqlclient/5.2.0", + "path": "microsoft.data.sqlclient/5.2.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7501,7 +7634,7 @@ "lib/netstandard2.1/ru/Microsoft.Data.SqlClient.resources.dll", "lib/netstandard2.1/zh-Hans/Microsoft.Data.SqlClient.resources.dll", "lib/netstandard2.1/zh-Hant/Microsoft.Data.SqlClient.resources.dll", - "microsoft.data.sqlclient.5.2.0.nupkg.sha512", + "microsoft.data.sqlclient.5.2.2.nupkg.sha512", "microsoft.data.sqlclient.nuspec", "ref/net462/Microsoft.Data.SqlClient.dll", "ref/net462/Microsoft.Data.SqlClient.xml", @@ -7919,10 +8052,10 @@ "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration/9.0.0": { - "sha512": "YIMO9T3JL8MeEXgVozKt2v79hquo/EFtnY0vgxmLnUvk1Rei/halI7kOWZL2RBeV9FMGzgM9LZA8CVaNwFMaNA==", + "Microsoft.Extensions.Configuration/9.0.2": { + "sha512": "EBZW+u96tApIvNtjymXEIS44tH0I/jNwABHo4c33AchWOiDWCq2rL3klpnIo+xGrxoVGJzPDISV6hZ+a9C9SzQ==", "type": "package", - "path": "microsoft.extensions.configuration/9.0.0", + "path": "microsoft.extensions.configuration/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7942,15 +8075,15 @@ "lib/net9.0/Microsoft.Extensions.Configuration.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.xml", - "microsoft.extensions.configuration.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "sha512": "lqvd7W3FGKUO1+ZoUEMaZ5XDJeWvjpy2/M/ptCGz3tXLD4HWVaSzjufsAsjemasBEg+2SxXVtYVvGt5r2nKDlg==", + "Microsoft.Extensions.Configuration.Abstractions/9.0.7": { + "sha512": "lut/kiVvNsQ120VERMUYSFhpXPpKjjql+giy03LesASPBBcC0o6+aoFdzJH9GaYpFTQ3fGVhVjKjvJDoAW5/IQ==", "type": "package", - "path": "microsoft.extensions.configuration.abstractions/9.0.0", + "path": "microsoft.extensions.configuration.abstractions/9.0.7", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7970,7 +8103,7 @@ "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.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.abstractions.9.0.7.nupkg.sha512", "microsoft.extensions.configuration.abstractions.nuspec", "useSharedDesignerContext.txt" ] @@ -7989,10 +8122,10 @@ "microsoft.extensions.configuration.azurekeyvault.nuspec" ] }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "sha512": "RiScL99DcyngY9zJA2ROrri7Br8tn5N4hP4YNvGdTN/bvg1A3dwvDOxHnNZ3Im7x2SJ5i4LkX1uPiR/MfSFBLQ==", + "Microsoft.Extensions.Configuration.Binder/9.0.2": { + "sha512": "krJ04xR0aPXrOf5dkNASg6aJjsdzexvsMRL6UNOUjiTzqBvRr95sJ1owoKEm89bSONQCfZNhHrAFV9ahDqIPIw==", "type": "package", - "path": "microsoft.extensions.configuration.binder/9.0.0", + "path": "microsoft.extensions.configuration.binder/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8023,34 +8156,43 @@ "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.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.binder.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.binder.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.CommandLine/6.0.0": { - "sha512": "3nL1qCkZ1Oxx14ZTzgo4MmlO7tso7F+TtMZAY2jUAtTLyAcDp+EDjk3RqafoKiNaePyPvvlleEcBxh3b2Hzl1g==", + "Microsoft.Extensions.Configuration.CommandLine/9.0.2": { + "sha512": "Mud3j7RS/ZBnuk4f0KXemdQCQIke+vIgSTXuGL5cMvXyl2EgipnMCOxG9ZUn+xq0itg3altzE9MuMB0Lx0Emxw==", "type": "package", - "path": "microsoft.extensions.configuration.commandline/6.0.0", + "path": "microsoft.extensions.configuration.commandline/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Configuration.CommandLine.dll", - "lib/net461/Microsoft.Extensions.Configuration.CommandLine.xml", + "buildTransitive/net461/Microsoft.Extensions.Configuration.CommandLine.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.CommandLine.targets", + "lib/net462/Microsoft.Extensions.Configuration.CommandLine.dll", + "lib/net462/Microsoft.Extensions.Configuration.CommandLine.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.CommandLine.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.CommandLine.xml", + "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll", + "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.xml", - "microsoft.extensions.configuration.commandline.6.0.0.nupkg.sha512", + "microsoft.extensions.configuration.commandline.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.commandline.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "sha512": "v5R638eNMxksfXb7MFnkPwLPp+Ym4W/SIGNuoe8qFVVyvygQD5DdLusybmYSJEr9zc1UzWzim/ATKeIOVvOFDg==", + "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.2": { + "sha512": "LZPspiDA0/pBv9JOI17Xdm7DkiRlfnyca2r/QIYu4ApJPe05E+aOphtVj0ncvlnrjGlSsd6JZhKQb9+NeHzM5A==", "type": "package", - "path": "microsoft.extensions.configuration.environmentvariables/9.0.0", + "path": "microsoft.extensions.configuration.environmentvariables/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8070,15 +8212,15 @@ "lib/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", - "microsoft.extensions.configuration.environmentvariables.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.environmentvariables.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.environmentvariables.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "sha512": "4EK93Jcd2lQG4GY6PAw8jGss0ZzFP0vPc1J85mES5fKNuDTqgFXHba9onBw2s18fs3I4vdo2AWyfD1mPAxWSQQ==", + "Microsoft.Extensions.Configuration.FileExtensions/9.0.2": { + "sha512": "tPgue19a0G+8Vb1ShCj4PmhjvVaEOfFb1L89WCr5aEpY1JUgIuYWsfELKf92Njwg53o4C+yWbE4UqbyQtLpKTg==", "type": "package", - "path": "microsoft.extensions.configuration.fileextensions/9.0.0", + "path": "microsoft.extensions.configuration.fileextensions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8098,15 +8240,15 @@ "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "microsoft.extensions.configuration.fileextensions.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.fileextensions.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.fileextensions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "sha512": "WiTK0LrnsqmedrbzwL7f4ZUo+/wByqy2eKab39I380i2rd8ImfCRMrtkqJVGDmfqlkP/YzhckVOwPc5MPrSNpg==", + "Microsoft.Extensions.Configuration.Json/9.0.2": { + "sha512": "u2eIYagO91VmRbKYQ5pmElWC6JWX7GPQbP57EX09zzFcI1ZMPDCykr07ikPB4ecgBZzG+UAhTcViTLe0gSF4WQ==", "type": "package", - "path": "microsoft.extensions.configuration.json/9.0.0", + "path": "microsoft.extensions.configuration.json/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8128,36 +8270,47 @@ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.xml", "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll", "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.xml", - "microsoft.extensions.configuration.json.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.json.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.json.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.UserSecrets/6.0.1": { - "sha512": "Fy8yr4V6obi7ZxvKYI1i85jqtwMq8tqyxQVZpRSkgeA8enqy/KvBIMdcuNdznlxQMZa72mvbHqb7vbg4Pyx95w==", + "Microsoft.Extensions.Configuration.UserSecrets/9.0.2": { + "sha512": "vUBGgnHmmpjtWzmq2z9idJpnOrrStgYqUlqLn1MuSyFkAedeyR8A0I57BdThP060eBEYfhKEBjXaAB/jKmCtiw==", "type": "package", - "path": "microsoft.extensions.configuration.usersecrets/6.0.1", + "path": "microsoft.extensions.configuration.usersecrets/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.UserSecrets.targets", + "buildTransitive/net462/Microsoft.Extensions.Configuration.UserSecrets.props", + "buildTransitive/net462/Microsoft.Extensions.Configuration.UserSecrets.targets", + "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.props", + "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.targets", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.UserSecrets.targets", "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.props", "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.targets", - "lib/net461/Microsoft.Extensions.Configuration.UserSecrets.dll", - "lib/net461/Microsoft.Extensions.Configuration.UserSecrets.xml", + "lib/net462/Microsoft.Extensions.Configuration.UserSecrets.dll", + "lib/net462/Microsoft.Extensions.Configuration.UserSecrets.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.UserSecrets.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.UserSecrets.xml", + "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll", + "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.xml", - "microsoft.extensions.configuration.usersecrets.6.0.1.nupkg.sha512", + "microsoft.extensions.configuration.usersecrets.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.usersecrets.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "sha512": "MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==", + "Microsoft.Extensions.DependencyInjection/9.0.2": { + "sha512": "ZffbJrskOZ40JTzcTyKwFHS5eACSWp2bUQBBApIgGV+es8RaTD4OxUG7XxFr3RIPLXtYQ1jQzF2DjKB5fZn7Qg==", "type": "package", - "path": "microsoft.extensions.dependencyinjection/9.0.0", + "path": "microsoft.extensions.dependencyinjection/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8179,15 +8332,15 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.dependencyinjection.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { - "sha512": "+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==", + "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.2": { + "sha512": "MNe7GSTBf3jQx5vYrXF0NZvn6l7hUKF6J54ENfAgCO8y6xjN1XUmKKWG464LP2ye6QqDiA1dkaWEZBYnhoZzjg==", "type": "package", - "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0", + "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8209,7 +8362,7 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.dependencyinjection.abstractions.nuspec", "useSharedDesignerContext.txt" ] @@ -8242,10 +8395,10 @@ "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DiagnosticAdapter/3.1.27": { - "sha512": "IHJmvjE3X+PJLlbRvZHnzVO2CglI9FARYgTPbbUNN85gS4jqS0EM/dGhZGwQpr3P4X0/V/OUtmgHvBipS4KTwQ==", + "Microsoft.Extensions.DiagnosticAdapter/3.1.32": { + "sha512": "oDv3wt+Q5cmaSfOQ3Cdu6dF6sn/x5gzWdNpOq4ajBwCMWYBr6CchncDvB9pF83ORlbDuX32MsVLOPGPxW4Lx4g==", "type": "package", - "path": "microsoft.extensions.diagnosticadapter/3.1.27", + "path": "microsoft.extensions.diagnosticadapter/3.1.32", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8256,14 +8409,41 @@ "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.xml", "lib/netstandard2.0/Microsoft.Extensions.DiagnosticAdapter.dll", "lib/netstandard2.0/Microsoft.Extensions.DiagnosticAdapter.xml", - "microsoft.extensions.diagnosticadapter.3.1.27.nupkg.sha512", + "microsoft.extensions.diagnosticadapter.3.1.32.nupkg.sha512", "microsoft.extensions.diagnosticadapter.nuspec" ] }, - "Microsoft.Extensions.Diagnostics.Abstractions/8.0.0": { - "sha512": "JHYCQG7HmugNYUhOl368g+NMxYE/N/AiclCYRNlgCY9eVyiBkOHMwK4x60RYMxv9EL3+rmj1mqHvdCiPpC+D4Q==", + "Microsoft.Extensions.Diagnostics/9.0.2": { + "sha512": "kwFWk6DPaj1Roc0CExRv+TTwjsiERZA730jQIPlwCcS5tMaCAQtaGfwAK0z8CMFpVTiT+MgKXpd/P50qVCuIgg==", + "type": "package", + "path": "microsoft.extensions.diagnostics/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Diagnostics.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Diagnostics.targets", + "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.9.0.2.nupkg.sha512", + "microsoft.extensions.diagnostics.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Diagnostics.Abstractions/9.0.2": { + "sha512": "kFwIZEC/37cwKuEm/nXvjF7A/Myz9O7c7P9Csgz6AOiiDE62zdOG5Bu7VkROu1oMYaX0wgijPJ5LqVt6+JKjVg==", "type": "package", - "path": "microsoft.extensions.diagnostics.abstractions/8.0.0", + "path": "microsoft.extensions.diagnostics.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8272,27 +8452,25 @@ "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/Microsoft.Extensions.Diagnostics.Abstractions.targets", "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Diagnostics.Abstractions.targets", "lib/net462/Microsoft.Extensions.Diagnostics.Abstractions.dll", "lib/net462/Microsoft.Extensions.Diagnostics.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.Diagnostics.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.Diagnostics.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Diagnostics.Abstractions.dll", - "lib/net7.0/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.8.0.0.nupkg.sha512", + "microsoft.extensions.diagnostics.abstractions.9.0.2.nupkg.sha512", "microsoft.extensions.diagnostics.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Diagnostics.HealthChecks/8.0.0": { - "sha512": "P9SoBuVZhJPpALZmSq72aQEb9ryP67EdquaCZGXGrrcASTNHYdrUhnpgSwIipgM5oVC+dKpRXg5zxobmF9xr5g==", + "Microsoft.Extensions.Diagnostics.HealthChecks/8.0.11": { + "sha512": "zLgN22Zp9pk8RHlwssRTexw4+a6wqOnKWN+VejdPn5Yhjql4XiBhkFo35Nu8mmqHIk/UEmmCnMGLWq75aFfkOw==", "type": "package", - "path": "microsoft.extensions.diagnostics.healthchecks/8.0.0", + "path": "microsoft.extensions.diagnostics.healthchecks/8.0.11", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8304,14 +8482,14 @@ "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.xml", "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll", "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.xml", - "microsoft.extensions.diagnostics.healthchecks.8.0.0.nupkg.sha512", + "microsoft.extensions.diagnostics.healthchecks.8.0.11.nupkg.sha512", "microsoft.extensions.diagnostics.healthchecks.nuspec" ] }, - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/8.0.0": { - "sha512": "AT2qqos3IgI09ok36Qag9T8bb6kHJ3uT9Q5ki6CySybFsK6/9JbvQAgAHf1pVEjST0/N4JaFaCbm40R5edffwg==", + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/8.0.11": { + "sha512": "So3JUdRxozRjvQ3cxU6F3nI/i4emDnjane6yMYcJhvTTTu29ltlIdoXjkFGRceIWz8yKvuEpzXItZ0x5GvN2nQ==", "type": "package", - "path": "microsoft.extensions.diagnostics.healthchecks.abstractions/8.0.0", + "path": "microsoft.extensions.diagnostics.healthchecks.abstractions/8.0.11", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8323,14 +8501,14 @@ "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.xml", "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll", "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.xml", - "microsoft.extensions.diagnostics.healthchecks.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.diagnostics.healthchecks.abstractions.8.0.11.nupkg.sha512", "microsoft.extensions.diagnostics.healthchecks.abstractions.nuspec" ] }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "sha512": "uK439QzYR0q2emLVtYzwyK3x+T5bTY4yWsd/k/ZUS9LR6Sflp8MIdhGXW8kQCd86dQD4tLqvcbLkku8qHY263Q==", + "Microsoft.Extensions.FileProviders.Abstractions/9.0.2": { + "sha512": "IcOBmTlr2jySswU+3x8c3ql87FRwTVPQgVKaV5AXzPT5u0VItfNU8SMbESpdSp5STwxT/1R99WYszgHWsVkzhg==", "type": "package", - "path": "microsoft.extensions.fileproviders.abstractions/9.0.0", + "path": "microsoft.extensions.fileproviders.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8350,15 +8528,15 @@ "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.xml", "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll", "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml", - "microsoft.extensions.fileproviders.abstractions.9.0.0.nupkg.sha512", + "microsoft.extensions.fileproviders.abstractions.9.0.2.nupkg.sha512", "microsoft.extensions.fileproviders.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "sha512": "3+ZUSpOSmie+o8NnLIRqCxSh65XL/ExU7JYnFOg58awDRlY3lVpZ9A369jkoZL1rpsq7LDhEfkn2ghhGaY1y5Q==", + "Microsoft.Extensions.FileProviders.Physical/9.0.2": { + "sha512": "WcPkJx/OAaXG5xHvxYsoLY8qGsyCfHWsbDJtfMtHRWtceF/EmqAsqkHYsouh82gjxdZwfySvj3nGVi8AkwlYhA==", "type": "package", - "path": "microsoft.extensions.fileproviders.physical/9.0.0", + "path": "microsoft.extensions.fileproviders.physical/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8378,15 +8556,15 @@ "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.xml", "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll", "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.xml", - "microsoft.extensions.fileproviders.physical.9.0.0.nupkg.sha512", + "microsoft.extensions.fileproviders.physical.9.0.2.nupkg.sha512", "microsoft.extensions.fileproviders.physical.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": { - "sha512": "jGFKZiXs2HNseK3NK/rfwHNNovER71jSj4BD1a/649ml9+h6oEtYd0GSALZDNW8jZ2Rh+oAeadOa6sagYW1F2A==", + "Microsoft.Extensions.FileSystemGlobbing/9.0.2": { + "sha512": "wAjk+6rvvU4WesskJ6rJX1FYL/S9zvnpqMai/pXb07+gtXpO7DhFfuKzYHwkKN3HAUq2W4CD+YLYenHwAS3DCA==", "type": "package", - "path": "microsoft.extensions.filesystemglobbing/9.0.0", + "path": "microsoft.extensions.filesystemglobbing/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8406,7 +8584,7 @@ "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.xml", "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll", "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "microsoft.extensions.filesystemglobbing.9.0.0.nupkg.sha512", + "microsoft.extensions.filesystemglobbing.9.0.2.nupkg.sha512", "microsoft.extensions.filesystemglobbing.nuspec", "useSharedDesignerContext.txt" ] @@ -8423,35 +8601,40 @@ "microsoft.extensions.healthchecks.nuspec" ] }, - "Microsoft.Extensions.Hosting/6.0.1": { - "sha512": "hbmizc9KPWOacLU8Z8YMaBG6KWdZFppczYV/KwnPGU/8xebWxQxdDeJmLOgg968prb7g2oQgnp6JVLX6lgby8g==", + "Microsoft.Extensions.Hosting/9.0.2": { + "sha512": "h1lUeBuj0Cecg4c0BHpr1jR2UIqr80bGK+eLp4tq4bV13mSvS2juoNfi3Rsv0xV7bXY8HigUndnj6Xk2+4VdFw==", "type": "package", - "path": "microsoft.extensions.hosting/6.0.1", + "path": "microsoft.extensions.hosting/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Hosting.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Hosting.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/Microsoft.Extensions.Hosting.dll", - "lib/net461/Microsoft.Extensions.Hosting.xml", - "lib/net6.0/Microsoft.Extensions.Hosting.dll", - "lib/net6.0/Microsoft.Extensions.Hosting.xml", + "lib/net462/Microsoft.Extensions.Hosting.dll", + "lib/net462/Microsoft.Extensions.Hosting.xml", + "lib/net8.0/Microsoft.Extensions.Hosting.dll", + "lib/net8.0/Microsoft.Extensions.Hosting.xml", + "lib/net9.0/Microsoft.Extensions.Hosting.dll", + "lib/net9.0/Microsoft.Extensions.Hosting.xml", "lib/netstandard2.0/Microsoft.Extensions.Hosting.dll", "lib/netstandard2.0/Microsoft.Extensions.Hosting.xml", "lib/netstandard2.1/Microsoft.Extensions.Hosting.dll", "lib/netstandard2.1/Microsoft.Extensions.Hosting.xml", - "microsoft.extensions.hosting.6.0.1.nupkg.sha512", + "microsoft.extensions.hosting.9.0.2.nupkg.sha512", "microsoft.extensions.hosting.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Hosting.Abstractions/8.0.0": { - "sha512": "AG7HWwVRdCHlaA++1oKDxLsXIBxmDpMPb3VoyOoAghEWnkUvEAdYQUwnV4jJbAaa/nMYNiEh5ByoLauZBEiovg==", + "Microsoft.Extensions.Hosting.Abstractions/9.0.2": { + "sha512": "PvjZW6CMdZbPbOwKsQXYN5VPtIWZQqdTRuBPZiW3skhU3hymB17XSlLVC4uaBbDZU+/3eHG3p80y+MzZxZqR7Q==", "type": "package", - "path": "microsoft.extensions.hosting.abstractions/8.0.0", + "path": "microsoft.extensions.hosting.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8461,45 +8644,27 @@ "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/Microsoft.Extensions.Hosting.Abstractions.targets", "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Hosting.Abstractions.targets", "lib/net462/Microsoft.Extensions.Hosting.Abstractions.dll", "lib/net462/Microsoft.Extensions.Hosting.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.Hosting.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.Hosting.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Hosting.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.Hosting.Abstractions.xml", "lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll", "lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.xml", + "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll", + "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.xml", "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll", "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.xml", "lib/netstandard2.1/Microsoft.Extensions.Hosting.Abstractions.dll", "lib/netstandard2.1/Microsoft.Extensions.Hosting.Abstractions.xml", - "microsoft.extensions.hosting.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.hosting.abstractions.9.0.2.nupkg.sha512", "microsoft.extensions.hosting.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Http/3.1.0": { - "sha512": "DLigdcV0nYaT6/ly0rnfP80BnXq8NNd/h8/SkfY39uio7Bd9LauVntp6RcRh1Kj23N+uf80GgL7Win6P3BCtoQ==", + "Microsoft.Extensions.Logging/9.0.2": { + "sha512": "loV/0UNpt2bD+6kCDzFALVE63CDtqzPeC0LAetkdhiEr/tTNbvOlQ7CBResH7BQBd3cikrwiBfaHdyHMFUlc2g==", "type": "package", - "path": "microsoft.extensions.http/3.1.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/netcoreapp3.1/Microsoft.Extensions.Http.dll", - "lib/netcoreapp3.1/Microsoft.Extensions.Http.xml", - "lib/netstandard2.0/Microsoft.Extensions.Http.dll", - "lib/netstandard2.0/Microsoft.Extensions.Http.xml", - "microsoft.extensions.http.3.1.0.nupkg.sha512", - "microsoft.extensions.http.nuspec", - "packageIcon.png" - ] - }, - "Microsoft.Extensions.Logging/9.0.0": { - "sha512": "crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==", - "type": "package", - "path": "microsoft.extensions.logging/9.0.0", + "path": "microsoft.extensions.logging/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8521,15 +8686,15 @@ "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", - "microsoft.extensions.logging.9.0.0.nupkg.sha512", + "microsoft.extensions.logging.9.0.2.nupkg.sha512", "microsoft.extensions.logging.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "sha512": "g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==", + "Microsoft.Extensions.Logging.Abstractions/9.0.2": { + "sha512": "dV9s2Lamc8jSaqhl2BQSPn/AryDIH2sSbQUyLitLXV0ROmsb+SROnn2cH939JFbsNrnf3mIM3GNRKT7P0ldwLg==", "type": "package", - "path": "microsoft.extensions.logging.abstractions/9.0.0", + "path": "microsoft.extensions.logging.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8592,15 +8757,15 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.logging.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.ApplicationInsights/2.22.0": { - "sha512": "5OmXub+9MyX8FbqgO+hBJRHk1iJ+UZUU20oIU3wo+RbmH6Jtsja79rriHLlzlrkMzWbpCkCzF6f4Yb6iGbsDag==", + "Microsoft.Extensions.Logging.ApplicationInsights/2.23.0": { + "sha512": "JLEabPz445i1yRB0hKZVzJJE35QatRIzWlrMOiBQXr9kBJod0jkpkrBf94ln6kXu+jlEGohnXtuXacPPhybJDw==", "type": "package", - "path": "microsoft.extensions.logging.applicationinsights/2.22.0", + "path": "microsoft.extensions.logging.applicationinsights/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8608,7 +8773,7 @@ "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.pdb", "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.xml", - "microsoft.extensions.logging.applicationinsights.2.22.0.nupkg.sha512", + "microsoft.extensions.logging.applicationinsights.2.23.0.nupkg.sha512", "microsoft.extensions.logging.applicationinsights.nuspec" ] }, @@ -8631,10 +8796,10 @@ "microsoft.extensions.logging.azureappservices.nuspec" ] }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "sha512": "H05HiqaNmg6GjH34ocYE9Wm1twm3Oz2aXZko8GTwGBzM7op2brpAA8pJ5yyD1OpS1mXUtModBYOlcZ/wXeWsSg==", + "Microsoft.Extensions.Logging.Configuration/9.0.2": { + "sha512": "pnwYZE7U6d3Y6iMVqADOAUUMMBGYAQPsT3fMwVr/V1Wdpe5DuVGFcViZavUthSJ5724NmelIl1cYy+kRfKfRPQ==", "type": "package", - "path": "microsoft.extensions.logging.configuration/9.0.0", + "path": "microsoft.extensions.logging.configuration/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8653,122 +8818,138 @@ "lib/net9.0/Microsoft.Extensions.Logging.Configuration.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.xml", - "microsoft.extensions.logging.configuration.9.0.0.nupkg.sha512", + "microsoft.extensions.logging.configuration.9.0.2.nupkg.sha512", "microsoft.extensions.logging.configuration.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.Console/6.0.0": { - "sha512": "gsqKzOEdsvq28QiXFxagmn1oRB9GeI5GgYCkoybZtQA0IUb7QPwf1WmN3AwJeNIsadTvIFQCiVK0OVIgKfOBGg==", + "Microsoft.Extensions.Logging.Console/9.0.2": { + "sha512": "eoMjwiM0WpkVGSxzjo/f94ShreFLYhPMjfkOG04WOb8fq/TztpcWaU8XAkMMWZ+mYSbFYln+FBwUOEriXR4jtA==", "type": "package", - "path": "microsoft.extensions.logging.console/6.0.0", + "path": "microsoft.extensions.logging.console/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Logging.Console.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Console.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/Microsoft.Extensions.Logging.Console.dll", - "lib/net461/Microsoft.Extensions.Logging.Console.xml", - "lib/net6.0/Microsoft.Extensions.Logging.Console.dll", - "lib/net6.0/Microsoft.Extensions.Logging.Console.xml", - "lib/netcoreapp3.1/Microsoft.Extensions.Logging.Console.dll", - "lib/netcoreapp3.1/Microsoft.Extensions.Logging.Console.xml", + "lib/net462/Microsoft.Extensions.Logging.Console.dll", + "lib/net462/Microsoft.Extensions.Logging.Console.xml", + "lib/net8.0/Microsoft.Extensions.Logging.Console.dll", + "lib/net8.0/Microsoft.Extensions.Logging.Console.xml", + "lib/net9.0/Microsoft.Extensions.Logging.Console.dll", + "lib/net9.0/Microsoft.Extensions.Logging.Console.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.Console.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.Console.xml", - "microsoft.extensions.logging.console.6.0.0.nupkg.sha512", + "microsoft.extensions.logging.console.9.0.2.nupkg.sha512", "microsoft.extensions.logging.console.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.Debug/6.0.0": { - "sha512": "M9g/JixseSZATJE9tcMn9uzoD4+DbSglivFqVx8YkRJ7VVPmnvCEbOZ0AAaxsL1EKyI4cz07DXOOJExxNsUOHw==", + "Microsoft.Extensions.Logging.Debug/9.0.2": { + "sha512": "dSrVF+zWBaTS6wANuyjU2avNQMinFdOGpNRXey8jRtMCuKYubtx/f0ZEI6BU/FuQ48wXP4F/SlBE1Khs2G5v/g==", "type": "package", - "path": "microsoft.extensions.logging.debug/6.0.0", + "path": "microsoft.extensions.logging.debug/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Logging.Debug.dll", - "lib/net461/Microsoft.Extensions.Logging.Debug.xml", + "buildTransitive/net461/Microsoft.Extensions.Logging.Debug.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Debug.targets", + "lib/net462/Microsoft.Extensions.Logging.Debug.dll", + "lib/net462/Microsoft.Extensions.Logging.Debug.xml", + "lib/net8.0/Microsoft.Extensions.Logging.Debug.dll", + "lib/net8.0/Microsoft.Extensions.Logging.Debug.xml", + "lib/net9.0/Microsoft.Extensions.Logging.Debug.dll", + "lib/net9.0/Microsoft.Extensions.Logging.Debug.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.xml", - "microsoft.extensions.logging.debug.6.0.0.nupkg.sha512", + "microsoft.extensions.logging.debug.9.0.2.nupkg.sha512", "microsoft.extensions.logging.debug.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.EventLog/6.0.0": { - "sha512": "rlo0RxlMd0WtLG3CHI0qOTp6fFn7MvQjlrCjucA31RqmiMFCZkF8CHNbe8O7tbBIyyoLGWB1he9CbaA5iyHthg==", + "Microsoft.Extensions.Logging.EventLog/9.0.2": { + "sha512": "4u7CexvjWr7eGUAvQOfyJUQ1+PgcWIGYajYXB+CgVI3qTMoi++8evZmuXQ/PSiKJ+SDeJXHoYDKbpmXq/aCwEg==", "type": "package", - "path": "microsoft.extensions.logging.eventlog/6.0.0", + "path": "microsoft.extensions.logging.eventlog/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Logging.EventLog.dll", - "lib/net461/Microsoft.Extensions.Logging.EventLog.xml", + "buildTransitive/net461/Microsoft.Extensions.Logging.EventLog.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.EventLog.targets", + "lib/net462/Microsoft.Extensions.Logging.EventLog.dll", + "lib/net462/Microsoft.Extensions.Logging.EventLog.xml", + "lib/net8.0/Microsoft.Extensions.Logging.EventLog.dll", + "lib/net8.0/Microsoft.Extensions.Logging.EventLog.xml", + "lib/net9.0/Microsoft.Extensions.Logging.EventLog.dll", + "lib/net9.0/Microsoft.Extensions.Logging.EventLog.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.EventLog.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.EventLog.xml", - "microsoft.extensions.logging.eventlog.6.0.0.nupkg.sha512", + "microsoft.extensions.logging.eventlog.9.0.2.nupkg.sha512", "microsoft.extensions.logging.eventlog.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.EventSource/6.0.0": { - "sha512": "BeDyyqt7nkm/nr+Gdk+L8n1tUT/u33VkbXAOesgYSNsxDM9hJ1NOBGoZfj9rCbeD2+9myElI6JOVVFmnzgeWQA==", + "Microsoft.Extensions.Logging.EventSource/9.0.2": { + "sha512": "DvT/+kEL+aydUYSuGamH4YRJ8uDlFiMIcT82A3OsQGZ+lxiPZgTqqu1mYkSz5VMOx3J1+8vjFd2IzA89JkS/oQ==", "type": "package", - "path": "microsoft.extensions.logging.eventsource/6.0.0", + "path": "microsoft.extensions.logging.eventsource/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Logging.EventSource.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.EventSource.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/Microsoft.Extensions.Logging.EventSource.dll", - "lib/net461/Microsoft.Extensions.Logging.EventSource.xml", - "lib/net6.0/Microsoft.Extensions.Logging.EventSource.dll", - "lib/net6.0/Microsoft.Extensions.Logging.EventSource.xml", - "lib/netcoreapp3.1/Microsoft.Extensions.Logging.EventSource.dll", - "lib/netcoreapp3.1/Microsoft.Extensions.Logging.EventSource.xml", + "lib/net462/Microsoft.Extensions.Logging.EventSource.dll", + "lib/net462/Microsoft.Extensions.Logging.EventSource.xml", + "lib/net8.0/Microsoft.Extensions.Logging.EventSource.dll", + "lib/net8.0/Microsoft.Extensions.Logging.EventSource.xml", + "lib/net9.0/Microsoft.Extensions.Logging.EventSource.dll", + "lib/net9.0/Microsoft.Extensions.Logging.EventSource.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.xml", - "microsoft.extensions.logging.eventsource.6.0.0.nupkg.sha512", + "microsoft.extensions.logging.eventsource.9.0.2.nupkg.sha512", "microsoft.extensions.logging.eventsource.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.ObjectPool/7.0.0": { - "sha512": "udvKco0sAVgYGTBnHUb0tY9JQzJ/nPDiv/8PIyz69wl1AibeCDZOLVVI+6156dPfHmJH7ws5oUJRiW4ZmAvuuA==", + "Microsoft.Extensions.ObjectPool/2.1.1": { + "sha512": "SErON45qh4ogDp6lr6UvVmFYW0FERihW+IQ+2JyFv1PUyWktcJytFaWH5zarufJvZwhci7Rf1IyGXr9pVEadTw==", "type": "package", - "path": "microsoft.extensions.objectpool/7.0.0", + "path": "microsoft.extensions.objectpool/2.1.1", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "THIRD-PARTY-NOTICES.TXT", - "lib/net462/Microsoft.Extensions.ObjectPool.dll", - "lib/net462/Microsoft.Extensions.ObjectPool.xml", - "lib/net7.0/Microsoft.Extensions.ObjectPool.dll", - "lib/net7.0/Microsoft.Extensions.ObjectPool.xml", "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll", "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.xml", - "microsoft.extensions.objectpool.7.0.0.nupkg.sha512", + "microsoft.extensions.objectpool.2.1.1.nupkg.sha512", "microsoft.extensions.objectpool.nuspec" ] }, - "Microsoft.Extensions.Options/9.0.0": { - "sha512": "y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==", + "Microsoft.Extensions.Options/9.0.2": { + "sha512": "zr98z+AN8+isdmDmQRuEJ/DAKZGUTHmdv3t0ZzjHvNqvA44nAgkXE9kYtfoN6581iALChhVaSw2Owt+Z2lVbkQ==", "type": "package", - "path": "microsoft.extensions.options/9.0.0", + "path": "microsoft.extensions.options/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8805,15 +8986,15 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.options.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "sha512": "Ob3FXsXkcSMQmGZi7qP07EQ39kZpSBlTcAZLbJLdI4FIf0Jug8biv2HTavWmnTirchctPlq9bl/26CXtQRguzA==", + "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.2": { + "sha512": "OPm1NXdMg4Kb4Kz+YHdbBQfekh7MqQZ7liZ5dYUd+IbJakinv9Fl7Ck6Strbgs0a6E76UGbP/jHR532K/7/feQ==", "type": "package", - "path": "microsoft.extensions.options.configurationextensions/9.0.0", + "path": "microsoft.extensions.options.configurationextensions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8833,15 +9014,15 @@ "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.9.0.0.nupkg.sha512", + "microsoft.extensions.options.configurationextensions.9.0.2.nupkg.sha512", "microsoft.extensions.options.configurationextensions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Primitives/9.0.0": { - "sha512": "N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==", + "Microsoft.Extensions.Primitives/9.0.7": { + "sha512": "ti/zD9BuuO50IqlvhWQs9GHxkCmoph5BHjGiWKdg2t6Or8XoyAfRJiKag+uvd/fpASnNklfsB01WpZ4fhAe0VQ==", "type": "package", - "path": "microsoft.extensions.primitives/9.0.0", + "path": "microsoft.extensions.primitives/9.0.7", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8861,69 +9042,56 @@ "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.9.0.7.nupkg.sha512", "microsoft.extensions.primitives.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Identity.Client/4.56.0": { - "sha512": "rr4zbidvHy9r4NvOAs5hdd964Ao2A0pAeFBJKR95u1CJAVzbd1p6tPTXUZ+5ld0cfThiVSGvz6UHwY6JjraTpA==", + "Microsoft.Identity.Client/4.61.3": { + "sha512": "naJo/Qm35Caaoxp5utcw+R8eU8ZtLz2ALh8S+gkekOYQ1oazfCQMWVT4NJ/FnHzdIJlm8dMz0oMpMGCabx5odA==", "type": "package", - "path": "microsoft.identity.client/4.56.0", + "path": "microsoft.identity.client/4.61.3", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/monoandroid10.0/Microsoft.Identity.Client.dll", - "lib/monoandroid10.0/Microsoft.Identity.Client.xml", - "lib/monoandroid90/Microsoft.Identity.Client.dll", - "lib/monoandroid90/Microsoft.Identity.Client.xml", - "lib/net45/Microsoft.Identity.Client.dll", - "lib/net45/Microsoft.Identity.Client.xml", - "lib/net461/Microsoft.Identity.Client.dll", - "lib/net461/Microsoft.Identity.Client.xml", + "README.md", + "lib/net462/Microsoft.Identity.Client.dll", + "lib/net462/Microsoft.Identity.Client.xml", "lib/net6.0-android31.0/Microsoft.Identity.Client.dll", "lib/net6.0-android31.0/Microsoft.Identity.Client.xml", "lib/net6.0-ios15.4/Microsoft.Identity.Client.dll", "lib/net6.0-ios15.4/Microsoft.Identity.Client.xml", - "lib/net6.0-windows7.0/Microsoft.Identity.Client.dll", - "lib/net6.0-windows7.0/Microsoft.Identity.Client.xml", "lib/net6.0/Microsoft.Identity.Client.dll", "lib/net6.0/Microsoft.Identity.Client.xml", - "lib/netcoreapp2.1/Microsoft.Identity.Client.dll", - "lib/netcoreapp2.1/Microsoft.Identity.Client.xml", "lib/netstandard2.0/Microsoft.Identity.Client.dll", "lib/netstandard2.0/Microsoft.Identity.Client.xml", - "lib/uap10.0.17763/Microsoft.Identity.Client.dll", - "lib/uap10.0.17763/Microsoft.Identity.Client.pri", - "lib/uap10.0.17763/Microsoft.Identity.Client.xml", - "lib/xamarinios10/Microsoft.Identity.Client.dll", - "lib/xamarinios10/Microsoft.Identity.Client.xml", - "microsoft.identity.client.4.56.0.nupkg.sha512", + "microsoft.identity.client.4.61.3.nupkg.sha512", "microsoft.identity.client.nuspec" ] }, - "Microsoft.Identity.Client.Extensions.Msal/4.56.0": { - "sha512": "H12YAzEGK55vZ+QpxUzozhW8ZZtgPDuWvgA0JbdIR9UhMUplj29JhIgE2imuH8W2Nw9D8JKygR1uxRFtpSNcrg==", + "Microsoft.Identity.Client.Extensions.Msal/4.61.3": { + "sha512": "PWnJcznrSGr25MN8ajlc2XIDW4zCFu0U6FkpaNLEWLgd1NgFCp5uDY3mqLDgM8zCN8hqj8yo5wHYfLB2HjcdGw==", "type": "package", - "path": "microsoft.identity.client.extensions.msal/4.56.0", + "path": "microsoft.identity.client.extensions.msal/4.61.3", "files": [ ".nupkg.metadata", ".signature.p7s", + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll", + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.xml", "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll", "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.xml", - "microsoft.identity.client.extensions.msal.4.56.0.nupkg.sha512", + "microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512", "microsoft.identity.client.extensions.msal.nuspec" ] }, - "Microsoft.IdentityModel.Abstractions/7.0.0": { - "sha512": "7iSWSRR72VKeonFdfDi43Lvkca98Y0F3TmmWhRSuHbkjk/IKUSO0Qd272LQFZpi5eDNQNbUXy3o4THXhOAU6cw==", + "Microsoft.IdentityModel.Abstractions/8.6.0": { + "sha512": "ewgV0sc2B3tjes8+OCRGE08Uxsey3qFfOD8vNq2gTs9k0/zPZ0MejK7Cb/eAW2c2Oz+IQHqgZkTycrAKYBD5yw==", "type": "package", - "path": "microsoft.identitymodel.abstractions/7.0.0", + "path": "microsoft.identitymodel.abstractions/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Abstractions.dll", - "lib/net461/Microsoft.IdentityModel.Abstractions.xml", + "README.md", "lib/net462/Microsoft.IdentityModel.Abstractions.dll", "lib/net462/Microsoft.IdentityModel.Abstractions.xml", "lib/net472/Microsoft.IdentityModel.Abstractions.dll", @@ -8932,9 +9100,11 @@ "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml", "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll", "lib/net8.0/Microsoft.IdentityModel.Abstractions.xml", + "lib/net9.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/net9.0/Microsoft.IdentityModel.Abstractions.xml", "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", - "microsoft.identitymodel.abstractions.7.0.0.nupkg.sha512", + "microsoft.identitymodel.abstractions.8.6.0.nupkg.sha512", "microsoft.identitymodel.abstractions.nuspec" ] }, @@ -8948,32 +9118,36 @@ "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML", "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML", "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML", "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML", "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/portable-net45+win/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", "lib/portable-net45+win/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "microsoft.identitymodel.clients.activedirectory.3.14.2.nupkg.sha512", "microsoft.identitymodel.clients.activedirectory.nuspec" ] }, - "Microsoft.IdentityModel.JsonWebTokens/7.0.0": { - "sha512": "N+hUPsFZs+IhlMU+qmX8NnYVB9uMxVdcWoPIhKo4oHDR/yuIFh19SVZeFby15cm8S9yedynOcfs7TU5oDCheZw==", + "Microsoft.IdentityModel.JsonWebTokens/8.6.0": { + "sha512": "g/CFN/OzAhJb9a94ep6/xv4b9fOUL8heFkKDwC/HNb17tUDOIPN5iVawisfZ0p1xjJlmVyYWIggnECqIfX8Rfw==", "type": "package", - "path": "microsoft.identitymodel.jsonwebtokens/7.0.0", + "path": "microsoft.identitymodel.jsonwebtokens/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml", + "README.md", "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll", "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml", "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", @@ -8982,21 +9156,22 @@ "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml", "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll", "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.xml", "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "microsoft.identitymodel.jsonwebtokens.7.0.0.nupkg.sha512", + "microsoft.identitymodel.jsonwebtokens.8.6.0.nupkg.sha512", "microsoft.identitymodel.jsonwebtokens.nuspec" ] }, - "Microsoft.IdentityModel.Logging/7.0.0": { - "sha512": "6I35Kt2/PQZAyUYLo3+QgT/LubZ5/4Ojelkbyo8KKdDgjMbVocAx2B3P5V7iMCz+rsAe/RLr6ql87QKnHtI+aw==", + "Microsoft.IdentityModel.Logging/8.6.0": { + "sha512": "PqkPSoENwbGQenGQT270hZIt5p36Ta4YwDla4QId6LdqCeUDus63OChHBv+3AgujFVeBJlRrvmkN7H+Lug+u0g==", "type": "package", - "path": "microsoft.identitymodel.logging/7.0.0", + "path": "microsoft.identitymodel.logging/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Logging.dll", - "lib/net461/Microsoft.IdentityModel.Logging.xml", + "README.md", "lib/net462/Microsoft.IdentityModel.Logging.dll", "lib/net462/Microsoft.IdentityModel.Logging.xml", "lib/net472/Microsoft.IdentityModel.Logging.dll", @@ -9005,9 +9180,11 @@ "lib/net6.0/Microsoft.IdentityModel.Logging.xml", "lib/net8.0/Microsoft.IdentityModel.Logging.dll", "lib/net8.0/Microsoft.IdentityModel.Logging.xml", + "lib/net9.0/Microsoft.IdentityModel.Logging.dll", + "lib/net9.0/Microsoft.IdentityModel.Logging.xml", "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", - "microsoft.identitymodel.logging.7.0.0.nupkg.sha512", + "microsoft.identitymodel.logging.8.6.0.nupkg.sha512", "microsoft.identitymodel.logging.nuspec" ] }, @@ -9057,15 +9234,14 @@ "microsoft.identitymodel.protocols.openidconnect.nuspec" ] }, - "Microsoft.IdentityModel.Tokens/7.0.0": { - "sha512": "dxYqmmFLsjBQZ6F6a4XDzrZ1CTxBRFVigJvWiNtXiIsT6UlYMxs9ONMaGx9XKzcxmcgEQ2ADuCqKZduz0LR9Hw==", + "Microsoft.IdentityModel.Tokens/8.6.0": { + "sha512": "ga4ASKm8EezJ+Oj4uvTNE0xjIWy27Ix5pOZz737CnLzxv7ClFnelX+YWbFuiO1Qj2zVoIpsPqKJRGHGlpFF6eQ==", "type": "package", - "path": "microsoft.identitymodel.tokens/7.0.0", + "path": "microsoft.identitymodel.tokens/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Tokens.dll", - "lib/net461/Microsoft.IdentityModel.Tokens.xml", + "README.md", "lib/net462/Microsoft.IdentityModel.Tokens.dll", "lib/net462/Microsoft.IdentityModel.Tokens.xml", "lib/net472/Microsoft.IdentityModel.Tokens.dll", @@ -9074,9 +9250,11 @@ "lib/net6.0/Microsoft.IdentityModel.Tokens.xml", "lib/net8.0/Microsoft.IdentityModel.Tokens.dll", "lib/net8.0/Microsoft.IdentityModel.Tokens.xml", + "lib/net9.0/Microsoft.IdentityModel.Tokens.dll", + "lib/net9.0/Microsoft.IdentityModel.Tokens.xml", "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", - "microsoft.identitymodel.tokens.7.0.0.nupkg.sha512", + "microsoft.identitymodel.tokens.8.6.0.nupkg.sha512", "microsoft.identitymodel.tokens.nuspec" ] }, @@ -9088,6 +9266,7 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll", + "lib/netstandard2.0/Microsoft.Net.Http.Headers.xml", "microsoft.net.http.headers.2.1.1.nupkg.sha512", "microsoft.net.http.headers.nuspec" ] @@ -9162,18 +9341,17 @@ "runtime.json" ] }, - "Microsoft.NETCore.Platforms/5.0.0": { - "sha512": "VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==", + "Microsoft.NETCore.Platforms/3.1.0": { + "sha512": "z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==", "type": "package", - "path": "microsoft.netcore.platforms/5.0.0", + "path": "microsoft.netcore.platforms/3.1.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/netstandard1.0/_._", - "microsoft.netcore.platforms.5.0.0.nupkg.sha512", + "microsoft.netcore.platforms.3.1.0.nupkg.sha512", "microsoft.netcore.platforms.nuspec", "runtime.json", "useSharedDesignerContext.txt", @@ -9247,8 +9425,10 @@ ".signature.p7s", "lib/net452/Microsoft.Rest.ClientRuntime.dll", "lib/net452/Microsoft.Rest.ClientRuntime.runtimeconfig.json", + "lib/net452/Microsoft.Rest.ClientRuntime.xml", "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll", "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.runtimeconfig.json", + "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.xml", "microsoft.rest.clientruntime.2.3.8.nupkg.sha512", "microsoft.rest.clientruntime.nuspec" ] @@ -9262,8 +9442,10 @@ ".signature.p7s", "lib/net452/Microsoft.Rest.ClientRuntime.Azure.dll", "lib/net452/Microsoft.Rest.ClientRuntime.Azure.runtimeconfig.json", + "lib/net452/Microsoft.Rest.ClientRuntime.Azure.xml", "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll", "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.runtimeconfig.json", + "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.xml", "microsoft.rest.clientruntime.azure.3.3.7.nupkg.sha512", "microsoft.rest.clientruntime.azure.nuspec" ] @@ -9278,8 +9460,10 @@ "dotnet.png", "lib/net46/Microsoft.SqlServer.Server.dll", "lib/net46/Microsoft.SqlServer.Server.pdb", + "lib/net46/Microsoft.SqlServer.Server.xml", "lib/netstandard2.0/Microsoft.SqlServer.Server.dll", "lib/netstandard2.0/Microsoft.SqlServer.Server.pdb", + "lib/netstandard2.0/Microsoft.SqlServer.Server.xml", "microsoft.sqlserver.server.1.0.0.nupkg.sha512", "microsoft.sqlserver.server.nuspec" ] @@ -9303,7 +9487,27 @@ "microsoft.visualbasic.nuspec", "ref/net45/_._", "ref/netcore50/Microsoft.VisualBasic.dll", + "ref/netcore50/Microsoft.VisualBasic.xml", + "ref/netcore50/de/Microsoft.VisualBasic.xml", + "ref/netcore50/es/Microsoft.VisualBasic.xml", + "ref/netcore50/fr/Microsoft.VisualBasic.xml", + "ref/netcore50/it/Microsoft.VisualBasic.xml", + "ref/netcore50/ja/Microsoft.VisualBasic.xml", + "ref/netcore50/ko/Microsoft.VisualBasic.xml", + "ref/netcore50/ru/Microsoft.VisualBasic.xml", + "ref/netcore50/zh-hans/Microsoft.VisualBasic.xml", + "ref/netcore50/zh-hant/Microsoft.VisualBasic.xml", "ref/netstandard1.1/Microsoft.VisualBasic.dll", + "ref/netstandard1.1/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/de/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/es/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/fr/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/it/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/ja/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/ko/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/ru/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/zh-hans/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/zh-hant/Microsoft.VisualBasic.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._" @@ -9331,6 +9535,16 @@ "ref/MonoTouch10/_._", "ref/net46/Microsoft.Win32.Primitives.dll", "ref/netstandard1.3/Microsoft.Win32.Primitives.dll", + "ref/netstandard1.3/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/de/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/es/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/fr/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/it/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ja/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ko/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ru/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/zh-hans/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/zh-hant/Microsoft.Win32.Primitives.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -9397,10 +9611,10 @@ "netstandard.library.nuspec" ] }, - "Newtonsoft.Json/13.0.3": { - "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", + "Newtonsoft.Json/13.0.4": { + "sha512": "pdgNNMai3zv51W5aq268sujXUyx7SNdE2bj1wZcWjAQrKMFZV260lbqYop1d2GM67JI1huLRwxo9ZqnfF/lC6A==", "type": "package", - "path": "newtonsoft.json/13.0.3", + "path": "newtonsoft.json/13.0.4", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -9422,7 +9636,7 @@ "lib/netstandard1.3/Newtonsoft.Json.xml", "lib/netstandard2.0/Newtonsoft.Json.dll", "lib/netstandard2.0/Newtonsoft.Json.xml", - "newtonsoft.json.13.0.3.nupkg.sha512", + "newtonsoft.json.13.0.4.nupkg.sha512", "newtonsoft.json.nuspec", "packageIcon.png" ] @@ -9437,21 +9651,25 @@ "LICENSE.md", "lib/net45/Newtonsoft.Json.Bson.dll", "lib/net45/Newtonsoft.Json.Bson.pdb", + "lib/net45/Newtonsoft.Json.Bson.xml", "lib/netstandard1.3/Newtonsoft.Json.Bson.dll", "lib/netstandard1.3/Newtonsoft.Json.Bson.pdb", + "lib/netstandard1.3/Newtonsoft.Json.Bson.xml", "lib/netstandard2.0/Newtonsoft.Json.Bson.dll", "lib/netstandard2.0/Newtonsoft.Json.Bson.pdb", + "lib/netstandard2.0/Newtonsoft.Json.Bson.xml", "newtonsoft.json.bson.1.0.2.nupkg.sha512", "newtonsoft.json.bson.nuspec" ] }, - "Polly/8.5.0": { - "sha512": "GBNZPy7i7OpkaIruWPRJ0+AWzdGDQDnKY91b7Ic2aAch4lKhPjUc5KSffpH9krIWe0MoyghqaRxwRC0Uwz2PkA==", + "Polly/8.6.5": { + "sha512": "VqtW2ZE/ALvQMAH1cQY3qZ2cF2OXa3oe/HKMdOv6Q02HCoEW0rsFNfcBONXlHBe1TnjWW1vdRxBEkPeq0/2FHA==", "type": "package", - "path": "polly/8.5.0", + "path": "polly/8.6.5", "files": [ ".nupkg.metadata", ".signature.p7s", + "LICENSE", "lib/net462/Polly.dll", "lib/net462/Polly.pdb", "lib/net462/Polly.xml", @@ -9466,17 +9684,18 @@ "lib/netstandard2.0/Polly.xml", "package-icon.png", "package-readme.md", - "polly.8.5.0.nupkg.sha512", + "polly.8.6.5.nupkg.sha512", "polly.nuspec" ] }, - "Polly.Core/8.5.0": { - "sha512": "VYYMZNitZ85UEhwOKkTQI63WEMvzUqwQc74I2mm8h/DBVAMcBBxqYPni4DmuRtbCwngmuONuK2yBJfWNRKzI+A==", + "Polly.Core/8.6.5": { + "sha512": "t+sUVrIwvo7UmsgHGgOG9F0GDZSRIm47u2ylH17Gvcv1q5hNEwgD5GoBlFyc0kh/pebmPyrAgvGsR/65ZBaXlg==", "type": "package", - "path": "polly.core/8.5.0", + "path": "polly.core/8.6.5", "files": [ ".nupkg.metadata", ".signature.p7s", + "LICENSE", "lib/net462/Polly.Core.dll", "lib/net462/Polly.Core.pdb", "lib/net462/Polly.Core.xml", @@ -9494,31 +9713,10 @@ "lib/netstandard2.0/Polly.Core.xml", "package-icon.png", "package-readme.md", - "polly.core.8.5.0.nupkg.sha512", + "polly.core.8.6.5.nupkg.sha512", "polly.core.nuspec" ] }, - "prometheus-net/8.0.1": { - "sha512": "A9sOtQB2gEhujBxPKw+KcGScBiPvBmy4lYVM5OlETMj4xjVD5r/ixIg52HHg2P0lcImJTpfeWnD0/9tpQsRQTA==", - "type": "package", - "path": "prometheus-net/8.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "lib/net462/Prometheus.NetStandard.dll", - "lib/net462/Prometheus.NetStandard.xml", - "lib/net6.0/Prometheus.NetStandard.dll", - "lib/net6.0/Prometheus.NetStandard.xml", - "lib/net7.0/Prometheus.NetStandard.dll", - "lib/net7.0/Prometheus.NetStandard.xml", - "lib/netstandard2.0/Prometheus.NetStandard.dll", - "lib/netstandard2.0/Prometheus.NetStandard.xml", - "prometheus-net-logo.png", - "prometheus-net.8.0.1.nupkg.sha512", - "prometheus-net.nuspec" - ] - }, "RabbitMQ.Client/6.8.1": { "sha512": "jNsmGgmCNw2S/NzskeN2ijtGywtH4Sk/G6jWUTD5sY9SrC27Xz6BsLIiB8hdsfjeyWCa4j4GvCIGkpE8wrjU1Q==", "type": "package", @@ -9788,10 +9986,10 @@ "runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so" ] }, - "Serilog/4.0.0": { - "sha512": "2jDkUrSh5EofOp7Lx5Zgy0EB+7hXjjxE2ktTb1WVQmU00lDACR2TdROGKU0K1pDTBSJBN1PqgYpgOZF8mL7NJw==", + "Serilog/4.2.0": { + "sha512": "gmoWVOvKgbME8TYR+gwMf7osROiWAURterc6Rt2dQyX7wtjZYpqFiA/pY6ztjGQKKV62GGCyOcmtP1UKMHgSmA==", "type": "package", - "path": "serilog/4.0.0", + "path": "serilog/4.2.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -9805,16 +10003,18 @@ "lib/net6.0/Serilog.xml", "lib/net8.0/Serilog.dll", "lib/net8.0/Serilog.xml", + "lib/net9.0/Serilog.dll", + "lib/net9.0/Serilog.xml", "lib/netstandard2.0/Serilog.dll", "lib/netstandard2.0/Serilog.xml", - "serilog.4.0.0.nupkg.sha512", + "serilog.4.2.0.nupkg.sha512", "serilog.nuspec" ] }, - "Serilog.AspNetCore/8.0.3": { - "sha512": "Y5at41mc0OV982DEJslBKHd6uzcWO6POwR3QceJ6gtpMPxCzm4+FElGPF0RdaTD7MGsP6XXE05LMbSi0NO+sXg==", + "Serilog.AspNetCore/9.0.0": { + "sha512": "JslDajPlBsn3Pww1554flJFTqROvK9zz9jONNQgn0D8Lx2Trw8L0A8/n6zEQK1DAZWXrJwiVLw8cnTR3YFuYsg==", "type": "package", - "path": "serilog.aspnetcore/8.0.3", + "path": "serilog.aspnetcore/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -9822,15 +10022,15 @@ "icon.png", "lib/net462/Serilog.AspNetCore.dll", "lib/net462/Serilog.AspNetCore.xml", - "lib/net6.0/Serilog.AspNetCore.dll", - "lib/net6.0/Serilog.AspNetCore.xml", - "lib/net7.0/Serilog.AspNetCore.dll", - "lib/net7.0/Serilog.AspNetCore.xml", "lib/net8.0/Serilog.AspNetCore.dll", "lib/net8.0/Serilog.AspNetCore.xml", + "lib/net9.0/Serilog.AspNetCore.dll", + "lib/net9.0/Serilog.AspNetCore.xml", "lib/netstandard2.0/Serilog.AspNetCore.dll", "lib/netstandard2.0/Serilog.AspNetCore.xml", - "serilog.aspnetcore.8.0.3.nupkg.sha512", + "lib/netstandard2.1/Serilog.AspNetCore.dll", + "lib/netstandard2.1/Serilog.AspNetCore.xml", + "serilog.aspnetcore.9.0.0.nupkg.sha512", "serilog.aspnetcore.nuspec" ] }, @@ -9857,10 +10057,10 @@ "serilog.enrichers.environment.nuspec" ] }, - "Serilog.Extensions.Hosting/8.0.0": { - "sha512": "db0OcbWeSCvYQkHWu6n0v40N4kKaTAXNjlM3BKvcbwvNzYphQFcBR+36eQ/7hMMwOkJvAyLC2a9/jNdUL5NjtQ==", + "Serilog.Extensions.Hosting/9.0.0": { + "sha512": "u2TRxuxbjvTAldQn7uaAwePkWxTHIqlgjelekBtilAGL5sYyF3+65NWctN4UrwwGLsDC7c3Vz3HnOlu+PcoxXg==", "type": "package", - "path": "serilog.extensions.hosting/8.0.0", + "path": "serilog.extensions.hosting/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -9868,47 +10068,45 @@ "icon.png", "lib/net462/Serilog.Extensions.Hosting.dll", "lib/net462/Serilog.Extensions.Hosting.xml", - "lib/net6.0/Serilog.Extensions.Hosting.dll", - "lib/net6.0/Serilog.Extensions.Hosting.xml", - "lib/net7.0/Serilog.Extensions.Hosting.dll", - "lib/net7.0/Serilog.Extensions.Hosting.xml", "lib/net8.0/Serilog.Extensions.Hosting.dll", "lib/net8.0/Serilog.Extensions.Hosting.xml", + "lib/net9.0/Serilog.Extensions.Hosting.dll", + "lib/net9.0/Serilog.Extensions.Hosting.xml", "lib/netstandard2.0/Serilog.Extensions.Hosting.dll", "lib/netstandard2.0/Serilog.Extensions.Hosting.xml", - "serilog.extensions.hosting.8.0.0.nupkg.sha512", + "lib/netstandard2.1/Serilog.Extensions.Hosting.dll", + "lib/netstandard2.1/Serilog.Extensions.Hosting.xml", + "serilog.extensions.hosting.9.0.0.nupkg.sha512", "serilog.extensions.hosting.nuspec" ] }, - "Serilog.Extensions.Logging/8.0.0": { - "sha512": "YEAMWu1UnWgf1c1KP85l1SgXGfiVo0Rz6x08pCiPOIBt2Qe18tcZLvdBUuV5o1QHvrs8FAry9wTIhgBRtjIlEg==", + "Serilog.Extensions.Logging/9.0.0": { + "sha512": "NwSSYqPJeKNzl5AuXVHpGbr6PkZJFlNa14CdIebVjK3k/76kYj/mz5kiTRNVSsSaxM8kAIa1kpy/qyT9E4npRQ==", "type": "package", - "path": "serilog.extensions.logging/8.0.0", + "path": "serilog.extensions.logging/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", "lib/net462/Serilog.Extensions.Logging.dll", "lib/net462/Serilog.Extensions.Logging.xml", - "lib/net6.0/Serilog.Extensions.Logging.dll", - "lib/net6.0/Serilog.Extensions.Logging.xml", - "lib/net7.0/Serilog.Extensions.Logging.dll", - "lib/net7.0/Serilog.Extensions.Logging.xml", "lib/net8.0/Serilog.Extensions.Logging.dll", "lib/net8.0/Serilog.Extensions.Logging.xml", + "lib/net9.0/Serilog.Extensions.Logging.dll", + "lib/net9.0/Serilog.Extensions.Logging.xml", "lib/netstandard2.0/Serilog.Extensions.Logging.dll", "lib/netstandard2.0/Serilog.Extensions.Logging.xml", "lib/netstandard2.1/Serilog.Extensions.Logging.dll", "lib/netstandard2.1/Serilog.Extensions.Logging.xml", "serilog-extension-nuget.png", - "serilog.extensions.logging.8.0.0.nupkg.sha512", + "serilog.extensions.logging.9.0.0.nupkg.sha512", "serilog.extensions.logging.nuspec" ] }, - "Serilog.Formatting.Compact/2.0.0": { - "sha512": "ob6z3ikzFM3D1xalhFuBIK1IOWf+XrQq+H4KeH4VqBcPpNcmUgZlRQ2h3Q7wvthpdZBBoY86qZOI2LCXNaLlNA==", + "Serilog.Formatting.Compact/3.0.0": { + "sha512": "wQsv14w9cqlfB5FX2MZpNsTawckN4a8dryuNGbebB/3Nh1pXnROHZov3swtu3Nj5oNG7Ba+xdu7Et/ulAUPanQ==", "type": "package", - "path": "serilog.formatting.compact/2.0.0", + "path": "serilog.formatting.compact/3.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -9919,21 +10117,19 @@ "lib/net471/Serilog.Formatting.Compact.xml", "lib/net6.0/Serilog.Formatting.Compact.dll", "lib/net6.0/Serilog.Formatting.Compact.xml", - "lib/net7.0/Serilog.Formatting.Compact.dll", - "lib/net7.0/Serilog.Formatting.Compact.xml", + "lib/net8.0/Serilog.Formatting.Compact.dll", + "lib/net8.0/Serilog.Formatting.Compact.xml", "lib/netstandard2.0/Serilog.Formatting.Compact.dll", "lib/netstandard2.0/Serilog.Formatting.Compact.xml", - "lib/netstandard2.1/Serilog.Formatting.Compact.dll", - "lib/netstandard2.1/Serilog.Formatting.Compact.xml", "serilog-extension-nuget.png", - "serilog.formatting.compact.2.0.0.nupkg.sha512", + "serilog.formatting.compact.3.0.0.nupkg.sha512", "serilog.formatting.compact.nuspec" ] }, - "Serilog.Settings.Configuration/8.0.4": { - "sha512": "pkxvq0umBKK8IKFJc1aV5S/HGRG/NIxJ6FV42KaTPLfDmBOAbBUB1m5gqqlGxzEa1MgDDWtQlWJdHTSxVWNx+Q==", + "Serilog.Settings.Configuration/9.0.0": { + "sha512": "4/Et4Cqwa+F88l5SeFeNZ4c4Z6dEAIKbu3MaQb2Zz9F/g27T5a3wvfMcmCOaAiACjfUb4A6wrlTVfyYUZk3RRQ==", "type": "package", - "path": "serilog.settings.configuration/8.0.4", + "path": "serilog.settings.configuration/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -9941,22 +10137,20 @@ "icon.png", "lib/net462/Serilog.Settings.Configuration.dll", "lib/net462/Serilog.Settings.Configuration.xml", - "lib/net6.0/Serilog.Settings.Configuration.dll", - "lib/net6.0/Serilog.Settings.Configuration.xml", - "lib/net7.0/Serilog.Settings.Configuration.dll", - "lib/net7.0/Serilog.Settings.Configuration.xml", "lib/net8.0/Serilog.Settings.Configuration.dll", "lib/net8.0/Serilog.Settings.Configuration.xml", + "lib/net9.0/Serilog.Settings.Configuration.dll", + "lib/net9.0/Serilog.Settings.Configuration.xml", "lib/netstandard2.0/Serilog.Settings.Configuration.dll", "lib/netstandard2.0/Serilog.Settings.Configuration.xml", - "serilog.settings.configuration.8.0.4.nupkg.sha512", + "serilog.settings.configuration.9.0.0.nupkg.sha512", "serilog.settings.configuration.nuspec" ] }, - "Serilog.Sinks.Console/6.0.0": { - "sha512": "fQGWqVMClCP2yEyTXPIinSr5c+CBGUvBybPxjAGcf7ctDhadFhrQw03Mv8rJ07/wR5PDfFjewf2LimvXCDzpbA==", + "Serilog.Sinks.Console/6.1.1": { + "sha512": "8jbqgjUyZlfCuSTaJk6lOca465OndqOz3KZP6Cryt/IqZYybyBu7GP0fE/AXBzrrQB3EBmQntBFAvMVz1COvAA==", "type": "package", - "path": "serilog.sinks.console/6.0.0", + "path": "serilog.sinks.console/6.1.1", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -9972,53 +10166,62 @@ "lib/net8.0/Serilog.Sinks.Console.xml", "lib/netstandard2.0/Serilog.Sinks.Console.dll", "lib/netstandard2.0/Serilog.Sinks.Console.xml", - "serilog.sinks.console.6.0.0.nupkg.sha512", + "serilog.sinks.console.6.1.1.nupkg.sha512", "serilog.sinks.console.nuspec" ] }, - "Serilog.Sinks.Debug/2.0.0": { - "sha512": "Y6g3OBJ4JzTyyw16fDqtFcQ41qQAydnEvEqmXjhwhgjsnG/FaJ8GUqF5ldsC/bVkK8KYmqrPhDO+tm4dF6xx4A==", + "Serilog.Sinks.Debug/3.0.0": { + "sha512": "4BzXcdrgRX7wde9PmHuYd9U6YqycCC28hhpKonK7hx0wb19eiuRj16fPcPSVp0o/Y1ipJuNLYQ00R3q2Zs8FDA==", "type": "package", - "path": "serilog.sinks.debug/2.0.0", + "path": "serilog.sinks.debug/3.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", + "README.md", "icon.png", - "lib/net45/Serilog.Sinks.Debug.dll", - "lib/net46/Serilog.Sinks.Debug.dll", - "lib/netstandard1.0/Serilog.Sinks.Debug.dll", + "lib/net462/Serilog.Sinks.Debug.dll", + "lib/net462/Serilog.Sinks.Debug.xml", + "lib/net471/Serilog.Sinks.Debug.dll", + "lib/net471/Serilog.Sinks.Debug.xml", + "lib/net6.0/Serilog.Sinks.Debug.dll", + "lib/net6.0/Serilog.Sinks.Debug.xml", + "lib/net8.0/Serilog.Sinks.Debug.dll", + "lib/net8.0/Serilog.Sinks.Debug.xml", "lib/netstandard2.0/Serilog.Sinks.Debug.dll", - "lib/netstandard2.1/Serilog.Sinks.Debug.dll", - "serilog.sinks.debug.2.0.0.nupkg.sha512", + "lib/netstandard2.0/Serilog.Sinks.Debug.xml", + "serilog.sinks.debug.3.0.0.nupkg.sha512", "serilog.sinks.debug.nuspec" ] }, - "Serilog.Sinks.File/5.0.0": { - "sha512": "uwV5hdhWPwUH1szhO8PJpFiahqXmzPzJT/sOijH/kFgUx+cyoDTMM8MHD0adw9+Iem6itoibbUXHYslzXsLEAg==", + "Serilog.Sinks.File/7.0.0": { + "sha512": "fKL7mXv7qaiNBUC71ssvn/dU0k9t0o45+qm2XgKAlSt19xF+ijjxyA3R6HmCgfKEKwfcfkwWjayuQtRueZFkYw==", "type": "package", - "path": "serilog.sinks.file/5.0.0", + "path": "serilog.sinks.file/7.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "images/icon.png", - "lib/net45/Serilog.Sinks.File.dll", - "lib/net45/Serilog.Sinks.File.pdb", - "lib/net5.0/Serilog.Sinks.File.dll", - "lib/net5.0/Serilog.Sinks.File.pdb", - "lib/netstandard1.3/Serilog.Sinks.File.dll", - "lib/netstandard1.3/Serilog.Sinks.File.pdb", + "README.md", + "lib/net462/Serilog.Sinks.File.dll", + "lib/net462/Serilog.Sinks.File.xml", + "lib/net471/Serilog.Sinks.File.dll", + "lib/net471/Serilog.Sinks.File.xml", + "lib/net6.0/Serilog.Sinks.File.dll", + "lib/net6.0/Serilog.Sinks.File.xml", + "lib/net8.0/Serilog.Sinks.File.dll", + "lib/net8.0/Serilog.Sinks.File.xml", + "lib/net9.0/Serilog.Sinks.File.dll", + "lib/net9.0/Serilog.Sinks.File.xml", "lib/netstandard2.0/Serilog.Sinks.File.dll", - "lib/netstandard2.0/Serilog.Sinks.File.pdb", - "lib/netstandard2.1/Serilog.Sinks.File.dll", - "lib/netstandard2.1/Serilog.Sinks.File.pdb", - "serilog.sinks.file.5.0.0.nupkg.sha512", + "lib/netstandard2.0/Serilog.Sinks.File.xml", + "serilog-sink-nuget.png", + "serilog.sinks.file.7.0.0.nupkg.sha512", "serilog.sinks.file.nuspec" ] }, - "Serilog.Sinks.Http/9.0.0": { - "sha512": "c246Bw1vXtvht/krwQXGwuZ4U2kKxRf8d9iaazZDodnOohTlRR4jZyQS/slWHSjJAj8ZDejCQcITnu+TkYmdFw==", + "Serilog.Sinks.Http/9.2.0": { + "sha512": "tngXuEvfI1CrtB02XVXhHAGTX1HvSMKjWcOmlyBT9LVNIMYvNhOSkfigfwxd9OCbv3cXw1aWFrSPGGw8Y6sjtg==", "type": "package", - "path": "serilog.sinks.http/9.0.0", + "path": "serilog.sinks.http/9.2.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -10030,14 +10233,14 @@ "lib/netstandard2.1/Serilog.Sinks.Http.dll", "lib/netstandard2.1/Serilog.Sinks.Http.xml", "serilog-sink-nuget.png", - "serilog.sinks.http.9.0.0.nupkg.sha512", + "serilog.sinks.http.9.2.0.nupkg.sha512", "serilog.sinks.http.nuspec" ] }, - "Serilog.Sinks.Seq/8.0.0": { - "sha512": "z5ig56/qzjkX6Fj4U/9m1g8HQaQiYPMZS4Uevtjg1I+WWzoGSf5t/E+6JbMP/jbZYhU63bA5NJN5y0x+qqx2Bw==", + "Serilog.Sinks.Seq/9.0.0": { + "sha512": "aNU8A0K322q7+voPNmp1/qNPH+9QK8xvM1p72sMmCG0wGlshFzmtDW9QnVSoSYCj0MgQKcMOlgooovtBhRlNHw==", "type": "package", - "path": "serilog.sinks.seq/8.0.0", + "path": "serilog.sinks.seq/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -10047,7 +10250,7 @@ "lib/net6.0/Serilog.Sinks.Seq.xml", "lib/netstandard2.0/Serilog.Sinks.Seq.dll", "lib/netstandard2.0/Serilog.Sinks.Seq.xml", - "serilog.sinks.seq.8.0.0.nupkg.sha512", + "serilog.sinks.seq.9.0.0.nupkg.sha512", "serilog.sinks.seq.nuspec" ] }, @@ -10182,7 +10385,27 @@ "ref/net463/System.AppContext.dll", "ref/netstandard/_._", "ref/netstandard1.3/System.AppContext.dll", + "ref/netstandard1.3/System.AppContext.xml", + "ref/netstandard1.3/de/System.AppContext.xml", + "ref/netstandard1.3/es/System.AppContext.xml", + "ref/netstandard1.3/fr/System.AppContext.xml", + "ref/netstandard1.3/it/System.AppContext.xml", + "ref/netstandard1.3/ja/System.AppContext.xml", + "ref/netstandard1.3/ko/System.AppContext.xml", + "ref/netstandard1.3/ru/System.AppContext.xml", + "ref/netstandard1.3/zh-hans/System.AppContext.xml", + "ref/netstandard1.3/zh-hant/System.AppContext.xml", "ref/netstandard1.6/System.AppContext.dll", + "ref/netstandard1.6/System.AppContext.xml", + "ref/netstandard1.6/de/System.AppContext.xml", + "ref/netstandard1.6/es/System.AppContext.xml", + "ref/netstandard1.6/fr/System.AppContext.xml", + "ref/netstandard1.6/it/System.AppContext.xml", + "ref/netstandard1.6/ja/System.AppContext.xml", + "ref/netstandard1.6/ko/System.AppContext.xml", + "ref/netstandard1.6/ru/System.AppContext.xml", + "ref/netstandard1.6/zh-hans/System.AppContext.xml", + "ref/netstandard1.6/zh-hant/System.AppContext.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -10203,12 +10426,17 @@ "THIRD-PARTY-NOTICES.TXT", "lib/netcoreapp2.0/_._", "lib/netstandard1.1/System.Buffers.dll", + "lib/netstandard1.1/System.Buffers.xml", "lib/netstandard2.0/System.Buffers.dll", + "lib/netstandard2.0/System.Buffers.xml", "lib/uap10.0.16299/_._", "ref/net45/System.Buffers.dll", + "ref/net45/System.Buffers.xml", "ref/netcoreapp2.0/_._", "ref/netstandard1.1/System.Buffers.dll", + "ref/netstandard1.1/System.Buffers.xml", "ref/netstandard2.0/System.Buffers.dll", + "ref/netstandard2.0/System.Buffers.xml", "ref/uap10.0.16299/_._", "system.buffers.4.5.0.nupkg.sha512", "system.buffers.nuspec", @@ -10216,6 +10444,24 @@ "version.txt" ] }, + "System.ClientModel/1.0.0": { + "sha512": "I3CVkvxeqFYjIVEP59DnjbeoGNfo/+SZrCLpRz2v/g0gpCHaEMPtWSY0s9k/7jR1rAsLNg2z2u1JRB76tPjnIw==", + "type": "package", + "path": "system.clientmodel/1.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "DotNetPackageIcon.png", + "README.md", + "lib/net6.0/System.ClientModel.dll", + "lib/net6.0/System.ClientModel.xml", + "lib/netstandard2.0/System.ClientModel.dll", + "lib/netstandard2.0/System.ClientModel.xml", + "system.clientmodel.1.0.0.nupkg.sha512", + "system.clientmodel.nuspec" + ] + }, "System.CodeDom/6.0.0": { "sha512": "CPc6tWO1LAer3IzfZufDBRL+UZQcj5uS207NHALQzP84Vp/z6wF0Aa0YZImOQY8iStY0A2zI/e3ihKNPfUm8XA==", "type": "package", @@ -10263,8 +10509,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", + "ref/netcore50/de/System.Collections.xml", + "ref/netcore50/es/System.Collections.xml", + "ref/netcore50/fr/System.Collections.xml", + "ref/netcore50/it/System.Collections.xml", + "ref/netcore50/ja/System.Collections.xml", + "ref/netcore50/ko/System.Collections.xml", + "ref/netcore50/ru/System.Collections.xml", + "ref/netcore50/zh-hans/System.Collections.xml", + "ref/netcore50/zh-hant/System.Collections.xml", "ref/netstandard1.0/System.Collections.dll", + "ref/netstandard1.0/System.Collections.xml", + "ref/netstandard1.0/de/System.Collections.xml", + "ref/netstandard1.0/es/System.Collections.xml", + "ref/netstandard1.0/fr/System.Collections.xml", + "ref/netstandard1.0/it/System.Collections.xml", + "ref/netstandard1.0/ja/System.Collections.xml", + "ref/netstandard1.0/ko/System.Collections.xml", + "ref/netstandard1.0/ru/System.Collections.xml", + "ref/netstandard1.0/zh-hans/System.Collections.xml", + "ref/netstandard1.0/zh-hant/System.Collections.xml", "ref/netstandard1.3/System.Collections.dll", + "ref/netstandard1.3/System.Collections.xml", + "ref/netstandard1.3/de/System.Collections.xml", + "ref/netstandard1.3/es/System.Collections.xml", + "ref/netstandard1.3/fr/System.Collections.xml", + "ref/netstandard1.3/it/System.Collections.xml", + "ref/netstandard1.3/ja/System.Collections.xml", + "ref/netstandard1.3/ko/System.Collections.xml", + "ref/netstandard1.3/ru/System.Collections.xml", + "ref/netstandard1.3/zh-hans/System.Collections.xml", + "ref/netstandard1.3/zh-hant/System.Collections.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -10302,8 +10578,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Collections.Concurrent.dll", + "ref/netcore50/System.Collections.Concurrent.xml", + "ref/netcore50/de/System.Collections.Concurrent.xml", + "ref/netcore50/es/System.Collections.Concurrent.xml", + "ref/netcore50/fr/System.Collections.Concurrent.xml", + "ref/netcore50/it/System.Collections.Concurrent.xml", + "ref/netcore50/ja/System.Collections.Concurrent.xml", + "ref/netcore50/ko/System.Collections.Concurrent.xml", + "ref/netcore50/ru/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hans/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hant/System.Collections.Concurrent.xml", "ref/netstandard1.1/System.Collections.Concurrent.dll", + "ref/netstandard1.1/System.Collections.Concurrent.xml", + "ref/netstandard1.1/de/System.Collections.Concurrent.xml", + "ref/netstandard1.1/es/System.Collections.Concurrent.xml", + "ref/netstandard1.1/fr/System.Collections.Concurrent.xml", + "ref/netstandard1.1/it/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ja/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ko/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ru/System.Collections.Concurrent.xml", + "ref/netstandard1.1/zh-hans/System.Collections.Concurrent.xml", + "ref/netstandard1.1/zh-hant/System.Collections.Concurrent.xml", "ref/netstandard1.3/System.Collections.Concurrent.dll", + "ref/netstandard1.3/System.Collections.Concurrent.xml", + "ref/netstandard1.3/de/System.Collections.Concurrent.xml", + "ref/netstandard1.3/es/System.Collections.Concurrent.xml", + "ref/netstandard1.3/fr/System.Collections.Concurrent.xml", + "ref/netstandard1.3/it/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ja/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ko/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ru/System.Collections.Concurrent.xml", + "ref/netstandard1.3/zh-hans/System.Collections.Concurrent.xml", + "ref/netstandard1.3/zh-hant/System.Collections.Concurrent.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -10369,7 +10675,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.ComponentModel.dll", + "ref/netcore50/System.ComponentModel.xml", + "ref/netcore50/de/System.ComponentModel.xml", + "ref/netcore50/es/System.ComponentModel.xml", + "ref/netcore50/fr/System.ComponentModel.xml", + "ref/netcore50/it/System.ComponentModel.xml", + "ref/netcore50/ja/System.ComponentModel.xml", + "ref/netcore50/ko/System.ComponentModel.xml", + "ref/netcore50/ru/System.ComponentModel.xml", + "ref/netcore50/zh-hans/System.ComponentModel.xml", + "ref/netcore50/zh-hant/System.ComponentModel.xml", "ref/netstandard1.0/System.ComponentModel.dll", + "ref/netstandard1.0/System.ComponentModel.xml", + "ref/netstandard1.0/de/System.ComponentModel.xml", + "ref/netstandard1.0/es/System.ComponentModel.xml", + "ref/netstandard1.0/fr/System.ComponentModel.xml", + "ref/netstandard1.0/it/System.ComponentModel.xml", + "ref/netstandard1.0/ja/System.ComponentModel.xml", + "ref/netstandard1.0/ko/System.ComponentModel.xml", + "ref/netstandard1.0/ru/System.ComponentModel.xml", + "ref/netstandard1.0/zh-hans/System.ComponentModel.xml", + "ref/netstandard1.0/zh-hant/System.ComponentModel.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -10408,9 +10734,49 @@ "ref/net45/_._", "ref/net461/System.ComponentModel.Annotations.dll", "ref/netcore50/System.ComponentModel.Annotations.dll", + "ref/netcore50/System.ComponentModel.Annotations.xml", + "ref/netcore50/de/System.ComponentModel.Annotations.xml", + "ref/netcore50/es/System.ComponentModel.Annotations.xml", + "ref/netcore50/fr/System.ComponentModel.Annotations.xml", + "ref/netcore50/it/System.ComponentModel.Annotations.xml", + "ref/netcore50/ja/System.ComponentModel.Annotations.xml", + "ref/netcore50/ko/System.ComponentModel.Annotations.xml", + "ref/netcore50/ru/System.ComponentModel.Annotations.xml", + "ref/netcore50/zh-hans/System.ComponentModel.Annotations.xml", + "ref/netcore50/zh-hant/System.ComponentModel.Annotations.xml", "ref/netstandard1.1/System.ComponentModel.Annotations.dll", + "ref/netstandard1.1/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/de/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/es/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/fr/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/it/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/ja/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/ko/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/ru/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/zh-hans/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/zh-hant/System.ComponentModel.Annotations.xml", "ref/netstandard1.3/System.ComponentModel.Annotations.dll", + "ref/netstandard1.3/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/de/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/es/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/fr/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/it/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/ja/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/ko/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/ru/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/zh-hans/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/zh-hant/System.ComponentModel.Annotations.xml", "ref/netstandard1.4/System.ComponentModel.Annotations.dll", + "ref/netstandard1.4/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/de/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/es/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/fr/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/it/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/ja/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/ko/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/ru/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/zh-hans/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/zh-hant/System.ComponentModel.Annotations.xml", "ref/portable-net45+win8/_._", "ref/win8/_._", "ref/xamarinios10/_._", @@ -10628,6 +10994,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Console.dll", "ref/netstandard1.3/System.Console.dll", + "ref/netstandard1.3/System.Console.xml", + "ref/netstandard1.3/de/System.Console.xml", + "ref/netstandard1.3/es/System.Console.xml", + "ref/netstandard1.3/fr/System.Console.xml", + "ref/netstandard1.3/it/System.Console.xml", + "ref/netstandard1.3/ja/System.Console.xml", + "ref/netstandard1.3/ko/System.Console.xml", + "ref/netstandard1.3/ru/System.Console.xml", + "ref/netstandard1.3/zh-hans/System.Console.xml", + "ref/netstandard1.3/zh-hant/System.Console.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -10660,8 +11036,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", + "ref/netcore50/de/System.Diagnostics.Debug.xml", + "ref/netcore50/es/System.Diagnostics.Debug.xml", + "ref/netcore50/fr/System.Diagnostics.Debug.xml", + "ref/netcore50/it/System.Diagnostics.Debug.xml", + "ref/netcore50/ja/System.Diagnostics.Debug.xml", + "ref/netcore50/ko/System.Diagnostics.Debug.xml", + "ref/netcore50/ru/System.Diagnostics.Debug.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/netstandard1.0/System.Diagnostics.Debug.dll", + "ref/netstandard1.0/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/de/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/es/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/fr/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/it/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ja/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ko/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ru/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml", "ref/netstandard1.3/System.Diagnostics.Debug.dll", + "ref/netstandard1.3/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/de/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/es/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/it/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -10674,39 +11080,38 @@ "system.diagnostics.debug.nuspec" ] }, - "System.Diagnostics.DiagnosticSource/8.0.1": { - "sha512": "vaoWjvkG1aenR2XdjaVivlCV9fADfgyhW5bZtXT23qaEea0lWiUljdQuze4E31vKM7ZWJaSUsbYIKE3rnzfZUg==", + "System.Diagnostics.DiagnosticSource/10.0.0": { + "sha512": "0KdBK+h7G13PuOSC2R/DalAoFMvdYMznvGRuICtkdcUMXgl/gYXsG6z4yUvTxHSMACorWgHCU1Faq0KUHU6yAQ==", "type": "package", - "path": "system.diagnostics.diagnosticsource/8.0.1", + "path": "system.diagnostics.diagnosticsource/10.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/System.Diagnostics.DiagnosticSource.targets", "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/System.Diagnostics.DiagnosticSource.targets", + "lib/net10.0/System.Diagnostics.DiagnosticSource.dll", + "lib/net10.0/System.Diagnostics.DiagnosticSource.xml", "lib/net462/System.Diagnostics.DiagnosticSource.dll", "lib/net462/System.Diagnostics.DiagnosticSource.xml", - "lib/net6.0/System.Diagnostics.DiagnosticSource.dll", - "lib/net6.0/System.Diagnostics.DiagnosticSource.xml", - "lib/net7.0/System.Diagnostics.DiagnosticSource.dll", - "lib/net7.0/System.Diagnostics.DiagnosticSource.xml", "lib/net8.0/System.Diagnostics.DiagnosticSource.dll", "lib/net8.0/System.Diagnostics.DiagnosticSource.xml", + "lib/net9.0/System.Diagnostics.DiagnosticSource.dll", + "lib/net9.0/System.Diagnostics.DiagnosticSource.xml", "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll", "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.xml", - "system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512", + "system.diagnostics.diagnosticsource.10.0.0.nupkg.sha512", "system.diagnostics.diagnosticsource.nuspec", "useSharedDesignerContext.txt" ] }, - "System.Diagnostics.EventLog/8.0.0": { - "sha512": "fdYxcRjQqTTacKId/2IECojlDSFvp7LP5N78+0z/xH7v/Tuw5ZAxu23Y6PTCRinqyu2ePx+Gn1098NC6jM6d+A==", + "System.Diagnostics.EventLog/9.0.2": { + "sha512": "i+Fe6Fpst/onydFLBGilCr/Eh9OFdlaTU/c3alPp6IbLZXQJOgpIu3l4MOnmsN8fDYq5nAyHSqNIJesc74Yw3Q==", "type": "package", - "path": "system.diagnostics.eventlog/8.0.0", + "path": "system.diagnostics.eventlog/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -10716,28 +11121,23 @@ "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/System.Diagnostics.EventLog.targets", "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/System.Diagnostics.EventLog.targets", "lib/net462/System.Diagnostics.EventLog.dll", "lib/net462/System.Diagnostics.EventLog.xml", - "lib/net6.0/System.Diagnostics.EventLog.dll", - "lib/net6.0/System.Diagnostics.EventLog.xml", - "lib/net7.0/System.Diagnostics.EventLog.dll", - "lib/net7.0/System.Diagnostics.EventLog.xml", "lib/net8.0/System.Diagnostics.EventLog.dll", "lib/net8.0/System.Diagnostics.EventLog.xml", + "lib/net9.0/System.Diagnostics.EventLog.dll", + "lib/net9.0/System.Diagnostics.EventLog.xml", "lib/netstandard2.0/System.Diagnostics.EventLog.dll", "lib/netstandard2.0/System.Diagnostics.EventLog.xml", - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll", - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll", - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.xml", - "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.Messages.dll", - "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.dll", - "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.xml", "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll", "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll", "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.xml", - "system.diagnostics.eventlog.8.0.0.nupkg.sha512", + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll", + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll", + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.xml", + "system.diagnostics.eventlog.9.0.2.nupkg.sha512", "system.diagnostics.eventlog.nuspec", "useSharedDesignerContext.txt" ] @@ -10793,7 +11193,27 @@ "ref/net46/System.Diagnostics.Process.dll", "ref/net461/System.Diagnostics.Process.dll", "ref/netstandard1.3/System.Diagnostics.Process.dll", + "ref/netstandard1.3/System.Diagnostics.Process.xml", + "ref/netstandard1.3/de/System.Diagnostics.Process.xml", + "ref/netstandard1.3/es/System.Diagnostics.Process.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Process.xml", + "ref/netstandard1.3/it/System.Diagnostics.Process.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Process.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Process.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Process.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Process.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Process.xml", "ref/netstandard1.4/System.Diagnostics.Process.dll", + "ref/netstandard1.4/System.Diagnostics.Process.xml", + "ref/netstandard1.4/de/System.Diagnostics.Process.xml", + "ref/netstandard1.4/es/System.Diagnostics.Process.xml", + "ref/netstandard1.4/fr/System.Diagnostics.Process.xml", + "ref/netstandard1.4/it/System.Diagnostics.Process.xml", + "ref/netstandard1.4/ja/System.Diagnostics.Process.xml", + "ref/netstandard1.4/ko/System.Diagnostics.Process.xml", + "ref/netstandard1.4/ru/System.Diagnostics.Process.xml", + "ref/netstandard1.4/zh-hans/System.Diagnostics.Process.xml", + "ref/netstandard1.4/zh-hant/System.Diagnostics.Process.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -10832,7 +11252,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Diagnostics.Tools.dll", + "ref/netcore50/System.Diagnostics.Tools.xml", + "ref/netcore50/de/System.Diagnostics.Tools.xml", + "ref/netcore50/es/System.Diagnostics.Tools.xml", + "ref/netcore50/fr/System.Diagnostics.Tools.xml", + "ref/netcore50/it/System.Diagnostics.Tools.xml", + "ref/netcore50/ja/System.Diagnostics.Tools.xml", + "ref/netcore50/ko/System.Diagnostics.Tools.xml", + "ref/netcore50/ru/System.Diagnostics.Tools.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Tools.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Tools.xml", "ref/netstandard1.0/System.Diagnostics.Tools.dll", + "ref/netstandard1.0/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/de/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/es/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/fr/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/it/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ja/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ko/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ru/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/zh-hans/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/zh-hant/System.Diagnostics.Tools.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -10870,10 +11310,60 @@ "ref/net45/_._", "ref/net462/System.Diagnostics.Tracing.dll", "ref/netcore50/System.Diagnostics.Tracing.dll", + "ref/netcore50/System.Diagnostics.Tracing.xml", + "ref/netcore50/de/System.Diagnostics.Tracing.xml", + "ref/netcore50/es/System.Diagnostics.Tracing.xml", + "ref/netcore50/fr/System.Diagnostics.Tracing.xml", + "ref/netcore50/it/System.Diagnostics.Tracing.xml", + "ref/netcore50/ja/System.Diagnostics.Tracing.xml", + "ref/netcore50/ko/System.Diagnostics.Tracing.xml", + "ref/netcore50/ru/System.Diagnostics.Tracing.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml", "ref/netstandard1.1/System.Diagnostics.Tracing.dll", + "ref/netstandard1.1/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/zh-hant/System.Diagnostics.Tracing.xml", "ref/netstandard1.2/System.Diagnostics.Tracing.dll", + "ref/netstandard1.2/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/zh-hant/System.Diagnostics.Tracing.xml", "ref/netstandard1.3/System.Diagnostics.Tracing.dll", + "ref/netstandard1.3/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Tracing.xml", "ref/netstandard1.5/System.Diagnostics.Tracing.dll", + "ref/netstandard1.5/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/zh-hant/System.Diagnostics.Tracing.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -10911,8 +11401,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Dynamic.Runtime.dll", + "ref/netcore50/System.Dynamic.Runtime.xml", + "ref/netcore50/de/System.Dynamic.Runtime.xml", + "ref/netcore50/es/System.Dynamic.Runtime.xml", + "ref/netcore50/fr/System.Dynamic.Runtime.xml", + "ref/netcore50/it/System.Dynamic.Runtime.xml", + "ref/netcore50/ja/System.Dynamic.Runtime.xml", + "ref/netcore50/ko/System.Dynamic.Runtime.xml", + "ref/netcore50/ru/System.Dynamic.Runtime.xml", + "ref/netcore50/zh-hans/System.Dynamic.Runtime.xml", + "ref/netcore50/zh-hant/System.Dynamic.Runtime.xml", "ref/netstandard1.0/System.Dynamic.Runtime.dll", + "ref/netstandard1.0/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/de/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/es/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/fr/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/it/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/ja/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/ko/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/ru/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/zh-hans/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/zh-hant/System.Dynamic.Runtime.xml", "ref/netstandard1.3/System.Dynamic.Runtime.dll", + "ref/netstandard1.3/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/de/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/es/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/fr/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/it/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/ja/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/ko/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/ru/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/zh-hans/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/zh-hant/System.Dynamic.Runtime.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -10978,8 +11498,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", + "ref/netcore50/de/System.Globalization.xml", + "ref/netcore50/es/System.Globalization.xml", + "ref/netcore50/fr/System.Globalization.xml", + "ref/netcore50/it/System.Globalization.xml", + "ref/netcore50/ja/System.Globalization.xml", + "ref/netcore50/ko/System.Globalization.xml", + "ref/netcore50/ru/System.Globalization.xml", + "ref/netcore50/zh-hans/System.Globalization.xml", + "ref/netcore50/zh-hant/System.Globalization.xml", "ref/netstandard1.0/System.Globalization.dll", + "ref/netstandard1.0/System.Globalization.xml", + "ref/netstandard1.0/de/System.Globalization.xml", + "ref/netstandard1.0/es/System.Globalization.xml", + "ref/netstandard1.0/fr/System.Globalization.xml", + "ref/netstandard1.0/it/System.Globalization.xml", + "ref/netstandard1.0/ja/System.Globalization.xml", + "ref/netstandard1.0/ko/System.Globalization.xml", + "ref/netstandard1.0/ru/System.Globalization.xml", + "ref/netstandard1.0/zh-hans/System.Globalization.xml", + "ref/netstandard1.0/zh-hant/System.Globalization.xml", "ref/netstandard1.3/System.Globalization.dll", + "ref/netstandard1.3/System.Globalization.xml", + "ref/netstandard1.3/de/System.Globalization.xml", + "ref/netstandard1.3/es/System.Globalization.xml", + "ref/netstandard1.3/fr/System.Globalization.xml", + "ref/netstandard1.3/it/System.Globalization.xml", + "ref/netstandard1.3/ja/System.Globalization.xml", + "ref/netstandard1.3/ko/System.Globalization.xml", + "ref/netstandard1.3/ru/System.Globalization.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -11012,6 +11562,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Globalization.Calendars.dll", "ref/netstandard1.3/System.Globalization.Calendars.dll", + "ref/netstandard1.3/System.Globalization.Calendars.xml", + "ref/netstandard1.3/de/System.Globalization.Calendars.xml", + "ref/netstandard1.3/es/System.Globalization.Calendars.xml", + "ref/netstandard1.3/fr/System.Globalization.Calendars.xml", + "ref/netstandard1.3/it/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ja/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ko/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ru/System.Globalization.Calendars.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.Calendars.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.Calendars.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -11040,6 +11600,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Globalization.Extensions.dll", "ref/netstandard1.3/System.Globalization.Extensions.dll", + "ref/netstandard1.3/System.Globalization.Extensions.xml", + "ref/netstandard1.3/de/System.Globalization.Extensions.xml", + "ref/netstandard1.3/es/System.Globalization.Extensions.xml", + "ref/netstandard1.3/fr/System.Globalization.Extensions.xml", + "ref/netstandard1.3/it/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ja/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ko/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ru/System.Globalization.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.Extensions.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -11051,15 +11621,14 @@ "system.globalization.extensions.nuspec" ] }, - "System.IdentityModel.Tokens.Jwt/7.0.0": { - "sha512": "3OpN2iJf8lxpzVeFeeZSLtR3co6uKBs3VudS3PkkgdX5WF9fqqdhRMYf7WbkxqWQP/9RpoFbD3RimhfJe3hlQQ==", + "System.IdentityModel.Tokens.Jwt/8.6.0": { + "sha512": "PbhxMaAejQ5pVStTsMPzja0Q2FOeEIOQy8isxw2tTxduqIjWRJ+P78bWGpaXH67Tkeb+2t91YBj2stXEw6vyZQ==", "type": "package", - "path": "system.identitymodel.tokens.jwt/7.0.0", + "path": "system.identitymodel.tokens.jwt/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/System.IdentityModel.Tokens.Jwt.dll", - "lib/net461/System.IdentityModel.Tokens.Jwt.xml", + "README.md", "lib/net462/System.IdentityModel.Tokens.Jwt.dll", "lib/net462/System.IdentityModel.Tokens.Jwt.xml", "lib/net472/System.IdentityModel.Tokens.Jwt.dll", @@ -11068,9 +11637,11 @@ "lib/net6.0/System.IdentityModel.Tokens.Jwt.xml", "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll", "lib/net8.0/System.IdentityModel.Tokens.Jwt.xml", + "lib/net9.0/System.IdentityModel.Tokens.Jwt.dll", + "lib/net9.0/System.IdentityModel.Tokens.Jwt.xml", "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll", "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.xml", - "system.identitymodel.tokens.jwt.7.0.0.nupkg.sha512", + "system.identitymodel.tokens.jwt.8.6.0.nupkg.sha512", "system.identitymodel.tokens.jwt.nuspec" ] }, @@ -11100,9 +11671,49 @@ "ref/net45/_._", "ref/net462/System.IO.dll", "ref/netcore50/System.IO.dll", + "ref/netcore50/System.IO.xml", + "ref/netcore50/de/System.IO.xml", + "ref/netcore50/es/System.IO.xml", + "ref/netcore50/fr/System.IO.xml", + "ref/netcore50/it/System.IO.xml", + "ref/netcore50/ja/System.IO.xml", + "ref/netcore50/ko/System.IO.xml", + "ref/netcore50/ru/System.IO.xml", + "ref/netcore50/zh-hans/System.IO.xml", + "ref/netcore50/zh-hant/System.IO.xml", "ref/netstandard1.0/System.IO.dll", + "ref/netstandard1.0/System.IO.xml", + "ref/netstandard1.0/de/System.IO.xml", + "ref/netstandard1.0/es/System.IO.xml", + "ref/netstandard1.0/fr/System.IO.xml", + "ref/netstandard1.0/it/System.IO.xml", + "ref/netstandard1.0/ja/System.IO.xml", + "ref/netstandard1.0/ko/System.IO.xml", + "ref/netstandard1.0/ru/System.IO.xml", + "ref/netstandard1.0/zh-hans/System.IO.xml", + "ref/netstandard1.0/zh-hant/System.IO.xml", "ref/netstandard1.3/System.IO.dll", + "ref/netstandard1.3/System.IO.xml", + "ref/netstandard1.3/de/System.IO.xml", + "ref/netstandard1.3/es/System.IO.xml", + "ref/netstandard1.3/fr/System.IO.xml", + "ref/netstandard1.3/it/System.IO.xml", + "ref/netstandard1.3/ja/System.IO.xml", + "ref/netstandard1.3/ko/System.IO.xml", + "ref/netstandard1.3/ru/System.IO.xml", + "ref/netstandard1.3/zh-hans/System.IO.xml", + "ref/netstandard1.3/zh-hant/System.IO.xml", "ref/netstandard1.5/System.IO.dll", + "ref/netstandard1.5/System.IO.xml", + "ref/netstandard1.5/de/System.IO.xml", + "ref/netstandard1.5/es/System.IO.xml", + "ref/netstandard1.5/fr/System.IO.xml", + "ref/netstandard1.5/it/System.IO.xml", + "ref/netstandard1.5/ja/System.IO.xml", + "ref/netstandard1.5/ko/System.IO.xml", + "ref/netstandard1.5/ru/System.IO.xml", + "ref/netstandard1.5/zh-hans/System.IO.xml", + "ref/netstandard1.5/zh-hant/System.IO.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -11140,8 +11751,38 @@ "ref/net45/_._", "ref/net46/System.IO.Compression.dll", "ref/netcore50/System.IO.Compression.dll", + "ref/netcore50/System.IO.Compression.xml", + "ref/netcore50/de/System.IO.Compression.xml", + "ref/netcore50/es/System.IO.Compression.xml", + "ref/netcore50/fr/System.IO.Compression.xml", + "ref/netcore50/it/System.IO.Compression.xml", + "ref/netcore50/ja/System.IO.Compression.xml", + "ref/netcore50/ko/System.IO.Compression.xml", + "ref/netcore50/ru/System.IO.Compression.xml", + "ref/netcore50/zh-hans/System.IO.Compression.xml", + "ref/netcore50/zh-hant/System.IO.Compression.xml", "ref/netstandard1.1/System.IO.Compression.dll", + "ref/netstandard1.1/System.IO.Compression.xml", + "ref/netstandard1.1/de/System.IO.Compression.xml", + "ref/netstandard1.1/es/System.IO.Compression.xml", + "ref/netstandard1.1/fr/System.IO.Compression.xml", + "ref/netstandard1.1/it/System.IO.Compression.xml", + "ref/netstandard1.1/ja/System.IO.Compression.xml", + "ref/netstandard1.1/ko/System.IO.Compression.xml", + "ref/netstandard1.1/ru/System.IO.Compression.xml", + "ref/netstandard1.1/zh-hans/System.IO.Compression.xml", + "ref/netstandard1.1/zh-hant/System.IO.Compression.xml", "ref/netstandard1.3/System.IO.Compression.dll", + "ref/netstandard1.3/System.IO.Compression.xml", + "ref/netstandard1.3/de/System.IO.Compression.xml", + "ref/netstandard1.3/es/System.IO.Compression.xml", + "ref/netstandard1.3/fr/System.IO.Compression.xml", + "ref/netstandard1.3/it/System.IO.Compression.xml", + "ref/netstandard1.3/ja/System.IO.Compression.xml", + "ref/netstandard1.3/ko/System.IO.Compression.xml", + "ref/netstandard1.3/ru/System.IO.Compression.xml", + "ref/netstandard1.3/zh-hans/System.IO.Compression.xml", + "ref/netstandard1.3/zh-hant/System.IO.Compression.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -11177,6 +11818,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.Compression.ZipFile.dll", "ref/netstandard1.3/System.IO.Compression.ZipFile.dll", + "ref/netstandard1.3/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/de/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/es/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/fr/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/it/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ja/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ko/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ru/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/zh-hans/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/zh-hant/System.IO.Compression.ZipFile.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -11205,6 +11856,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.FileSystem.dll", "ref/netstandard1.3/System.IO.FileSystem.dll", + "ref/netstandard1.3/System.IO.FileSystem.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -11213,14 +11874,13 @@ "system.io.filesystem.nuspec" ] }, - "System.IO.FileSystem.AccessControl/5.0.0": { - "sha512": "SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==", + "System.IO.FileSystem.AccessControl/4.7.0": { + "sha512": "vMToiarpU81LR1/KZtnT7VDPvqAZfw9oOS5nY6pPP78nGYz3COLsQH3OfzbR+SjTgltd31R6KmKklz/zDpTmzw==", "type": "package", - "path": "system.io.filesystem.accesscontrol/5.0.0", + "path": "system.io.filesystem.accesscontrol/4.7.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/net46/System.IO.FileSystem.AccessControl.dll", @@ -11251,7 +11911,7 @@ "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.AccessControl.dll", "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll", "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.xml", - "system.io.filesystem.accesscontrol.5.0.0.nupkg.sha512", + "system.io.filesystem.accesscontrol.4.7.0.nupkg.sha512", "system.io.filesystem.accesscontrol.nuspec", "useSharedDesignerContext.txt", "version.txt" @@ -11278,6 +11938,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.FileSystem.Primitives.dll", "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll", + "ref/netstandard1.3/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.Primitives.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -11306,6 +11976,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.FileSystem.Watcher.dll", "ref/netstandard1.3/System.IO.FileSystem.Watcher.dll", + "ref/netstandard1.3/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.Watcher.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -11362,6 +12042,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.MemoryMappedFiles.dll", "ref/netstandard1.3/System.IO.MemoryMappedFiles.dll", + "ref/netstandard1.3/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/de/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/es/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/fr/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/it/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/ja/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/ko/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/ru/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/zh-hans/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/zh-hant/System.IO.MemoryMappedFiles.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -11422,6 +12112,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.UnmanagedMemoryStream.dll", "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.dll", + "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/de/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/es/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/fr/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/it/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/ja/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/ko/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/ru/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/zh-hans/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/zh-hant/System.IO.UnmanagedMemoryStream.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -11458,8 +12158,38 @@ "ref/net45/_._", "ref/net463/System.Linq.dll", "ref/netcore50/System.Linq.dll", + "ref/netcore50/System.Linq.xml", + "ref/netcore50/de/System.Linq.xml", + "ref/netcore50/es/System.Linq.xml", + "ref/netcore50/fr/System.Linq.xml", + "ref/netcore50/it/System.Linq.xml", + "ref/netcore50/ja/System.Linq.xml", + "ref/netcore50/ko/System.Linq.xml", + "ref/netcore50/ru/System.Linq.xml", + "ref/netcore50/zh-hans/System.Linq.xml", + "ref/netcore50/zh-hant/System.Linq.xml", "ref/netstandard1.0/System.Linq.dll", + "ref/netstandard1.0/System.Linq.xml", + "ref/netstandard1.0/de/System.Linq.xml", + "ref/netstandard1.0/es/System.Linq.xml", + "ref/netstandard1.0/fr/System.Linq.xml", + "ref/netstandard1.0/it/System.Linq.xml", + "ref/netstandard1.0/ja/System.Linq.xml", + "ref/netstandard1.0/ko/System.Linq.xml", + "ref/netstandard1.0/ru/System.Linq.xml", + "ref/netstandard1.0/zh-hans/System.Linq.xml", + "ref/netstandard1.0/zh-hant/System.Linq.xml", "ref/netstandard1.6/System.Linq.dll", + "ref/netstandard1.6/System.Linq.xml", + "ref/netstandard1.6/de/System.Linq.xml", + "ref/netstandard1.6/es/System.Linq.xml", + "ref/netstandard1.6/fr/System.Linq.xml", + "ref/netstandard1.6/it/System.Linq.xml", + "ref/netstandard1.6/ja/System.Linq.xml", + "ref/netstandard1.6/ko/System.Linq.xml", + "ref/netstandard1.6/ru/System.Linq.xml", + "ref/netstandard1.6/zh-hans/System.Linq.xml", + "ref/netstandard1.6/zh-hant/System.Linq.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -11500,9 +12230,49 @@ "ref/net45/_._", "ref/net463/System.Linq.Expressions.dll", "ref/netcore50/System.Linq.Expressions.dll", + "ref/netcore50/System.Linq.Expressions.xml", + "ref/netcore50/de/System.Linq.Expressions.xml", + "ref/netcore50/es/System.Linq.Expressions.xml", + "ref/netcore50/fr/System.Linq.Expressions.xml", + "ref/netcore50/it/System.Linq.Expressions.xml", + "ref/netcore50/ja/System.Linq.Expressions.xml", + "ref/netcore50/ko/System.Linq.Expressions.xml", + "ref/netcore50/ru/System.Linq.Expressions.xml", + "ref/netcore50/zh-hans/System.Linq.Expressions.xml", + "ref/netcore50/zh-hant/System.Linq.Expressions.xml", "ref/netstandard1.0/System.Linq.Expressions.dll", + "ref/netstandard1.0/System.Linq.Expressions.xml", + "ref/netstandard1.0/de/System.Linq.Expressions.xml", + "ref/netstandard1.0/es/System.Linq.Expressions.xml", + "ref/netstandard1.0/fr/System.Linq.Expressions.xml", + "ref/netstandard1.0/it/System.Linq.Expressions.xml", + "ref/netstandard1.0/ja/System.Linq.Expressions.xml", + "ref/netstandard1.0/ko/System.Linq.Expressions.xml", + "ref/netstandard1.0/ru/System.Linq.Expressions.xml", + "ref/netstandard1.0/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.0/zh-hant/System.Linq.Expressions.xml", "ref/netstandard1.3/System.Linq.Expressions.dll", + "ref/netstandard1.3/System.Linq.Expressions.xml", + "ref/netstandard1.3/de/System.Linq.Expressions.xml", + "ref/netstandard1.3/es/System.Linq.Expressions.xml", + "ref/netstandard1.3/fr/System.Linq.Expressions.xml", + "ref/netstandard1.3/it/System.Linq.Expressions.xml", + "ref/netstandard1.3/ja/System.Linq.Expressions.xml", + "ref/netstandard1.3/ko/System.Linq.Expressions.xml", + "ref/netstandard1.3/ru/System.Linq.Expressions.xml", + "ref/netstandard1.3/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.3/zh-hant/System.Linq.Expressions.xml", "ref/netstandard1.6/System.Linq.Expressions.dll", + "ref/netstandard1.6/System.Linq.Expressions.xml", + "ref/netstandard1.6/de/System.Linq.Expressions.xml", + "ref/netstandard1.6/es/System.Linq.Expressions.xml", + "ref/netstandard1.6/fr/System.Linq.Expressions.xml", + "ref/netstandard1.6/it/System.Linq.Expressions.xml", + "ref/netstandard1.6/ja/System.Linq.Expressions.xml", + "ref/netstandard1.6/ko/System.Linq.Expressions.xml", + "ref/netstandard1.6/ru/System.Linq.Expressions.xml", + "ref/netstandard1.6/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.6/zh-hant/System.Linq.Expressions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -11541,7 +12311,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Linq.Parallel.dll", + "ref/netcore50/System.Linq.Parallel.xml", + "ref/netcore50/de/System.Linq.Parallel.xml", + "ref/netcore50/es/System.Linq.Parallel.xml", + "ref/netcore50/fr/System.Linq.Parallel.xml", + "ref/netcore50/it/System.Linq.Parallel.xml", + "ref/netcore50/ja/System.Linq.Parallel.xml", + "ref/netcore50/ko/System.Linq.Parallel.xml", + "ref/netcore50/ru/System.Linq.Parallel.xml", + "ref/netcore50/zh-hans/System.Linq.Parallel.xml", + "ref/netcore50/zh-hant/System.Linq.Parallel.xml", "ref/netstandard1.1/System.Linq.Parallel.dll", + "ref/netstandard1.1/System.Linq.Parallel.xml", + "ref/netstandard1.1/de/System.Linq.Parallel.xml", + "ref/netstandard1.1/es/System.Linq.Parallel.xml", + "ref/netstandard1.1/fr/System.Linq.Parallel.xml", + "ref/netstandard1.1/it/System.Linq.Parallel.xml", + "ref/netstandard1.1/ja/System.Linq.Parallel.xml", + "ref/netstandard1.1/ko/System.Linq.Parallel.xml", + "ref/netstandard1.1/ru/System.Linq.Parallel.xml", + "ref/netstandard1.1/zh-hans/System.Linq.Parallel.xml", + "ref/netstandard1.1/zh-hant/System.Linq.Parallel.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -11579,7 +12369,27 @@ "ref/monotouch10/_._", "ref/net45/_._", "ref/netcore50/System.Linq.Queryable.dll", + "ref/netcore50/System.Linq.Queryable.xml", + "ref/netcore50/de/System.Linq.Queryable.xml", + "ref/netcore50/es/System.Linq.Queryable.xml", + "ref/netcore50/fr/System.Linq.Queryable.xml", + "ref/netcore50/it/System.Linq.Queryable.xml", + "ref/netcore50/ja/System.Linq.Queryable.xml", + "ref/netcore50/ko/System.Linq.Queryable.xml", + "ref/netcore50/ru/System.Linq.Queryable.xml", + "ref/netcore50/zh-hans/System.Linq.Queryable.xml", + "ref/netcore50/zh-hant/System.Linq.Queryable.xml", "ref/netstandard1.0/System.Linq.Queryable.dll", + "ref/netstandard1.0/System.Linq.Queryable.xml", + "ref/netstandard1.0/de/System.Linq.Queryable.xml", + "ref/netstandard1.0/es/System.Linq.Queryable.xml", + "ref/netstandard1.0/fr/System.Linq.Queryable.xml", + "ref/netstandard1.0/it/System.Linq.Queryable.xml", + "ref/netstandard1.0/ja/System.Linq.Queryable.xml", + "ref/netstandard1.0/ko/System.Linq.Queryable.xml", + "ref/netstandard1.0/ru/System.Linq.Queryable.xml", + "ref/netstandard1.0/zh-hans/System.Linq.Queryable.xml", + "ref/netstandard1.0/zh-hant/System.Linq.Queryable.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -11626,7 +12436,9 @@ "DotNetPackageIcon.png", "README.md", "lib/net461/System.Memory.Data.dll", + "lib/net461/System.Memory.Data.xml", "lib/netstandard2.0/System.Memory.Data.dll", + "lib/netstandard2.0/System.Memory.Data.xml", "system.memory.data.1.0.2.nupkg.sha512", "system.memory.data.nuspec" ] @@ -11656,9 +12468,49 @@ "ref/monotouch10/_._", "ref/net45/_._", "ref/net46/System.Net.Http.dll", + "ref/net46/System.Net.Http.xml", + "ref/net46/de/System.Net.Http.xml", + "ref/net46/es/System.Net.Http.xml", + "ref/net46/fr/System.Net.Http.xml", + "ref/net46/it/System.Net.Http.xml", + "ref/net46/ja/System.Net.Http.xml", + "ref/net46/ko/System.Net.Http.xml", + "ref/net46/ru/System.Net.Http.xml", + "ref/net46/zh-hans/System.Net.Http.xml", + "ref/net46/zh-hant/System.Net.Http.xml", "ref/netcore50/System.Net.Http.dll", + "ref/netcore50/System.Net.Http.xml", + "ref/netcore50/de/System.Net.Http.xml", + "ref/netcore50/es/System.Net.Http.xml", + "ref/netcore50/fr/System.Net.Http.xml", + "ref/netcore50/it/System.Net.Http.xml", + "ref/netcore50/ja/System.Net.Http.xml", + "ref/netcore50/ko/System.Net.Http.xml", + "ref/netcore50/ru/System.Net.Http.xml", + "ref/netcore50/zh-hans/System.Net.Http.xml", + "ref/netcore50/zh-hant/System.Net.Http.xml", "ref/netstandard1.1/System.Net.Http.dll", + "ref/netstandard1.1/System.Net.Http.xml", + "ref/netstandard1.1/de/System.Net.Http.xml", + "ref/netstandard1.1/es/System.Net.Http.xml", + "ref/netstandard1.1/fr/System.Net.Http.xml", + "ref/netstandard1.1/it/System.Net.Http.xml", + "ref/netstandard1.1/ja/System.Net.Http.xml", + "ref/netstandard1.1/ko/System.Net.Http.xml", + "ref/netstandard1.1/ru/System.Net.Http.xml", + "ref/netstandard1.1/zh-hans/System.Net.Http.xml", + "ref/netstandard1.1/zh-hant/System.Net.Http.xml", "ref/netstandard1.3/System.Net.Http.dll", + "ref/netstandard1.3/System.Net.Http.xml", + "ref/netstandard1.3/de/System.Net.Http.xml", + "ref/netstandard1.3/es/System.Net.Http.xml", + "ref/netstandard1.3/fr/System.Net.Http.xml", + "ref/netstandard1.3/it/System.Net.Http.xml", + "ref/netstandard1.3/ja/System.Net.Http.xml", + "ref/netstandard1.3/ko/System.Net.Http.xml", + "ref/netstandard1.3/ru/System.Net.Http.xml", + "ref/netstandard1.3/zh-hans/System.Net.Http.xml", + "ref/netstandard1.3/zh-hant/System.Net.Http.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -11693,6 +12545,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Net.NameResolution.dll", "ref/netstandard1.3/System.Net.NameResolution.dll", + "ref/netstandard1.3/System.Net.NameResolution.xml", + "ref/netstandard1.3/de/System.Net.NameResolution.xml", + "ref/netstandard1.3/es/System.Net.NameResolution.xml", + "ref/netstandard1.3/fr/System.Net.NameResolution.xml", + "ref/netstandard1.3/it/System.Net.NameResolution.xml", + "ref/netstandard1.3/ja/System.Net.NameResolution.xml", + "ref/netstandard1.3/ko/System.Net.NameResolution.xml", + "ref/netstandard1.3/ru/System.Net.NameResolution.xml", + "ref/netstandard1.3/zh-hans/System.Net.NameResolution.xml", + "ref/netstandard1.3/zh-hant/System.Net.NameResolution.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -11729,9 +12591,49 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Net.Primitives.dll", + "ref/netcore50/System.Net.Primitives.xml", + "ref/netcore50/de/System.Net.Primitives.xml", + "ref/netcore50/es/System.Net.Primitives.xml", + "ref/netcore50/fr/System.Net.Primitives.xml", + "ref/netcore50/it/System.Net.Primitives.xml", + "ref/netcore50/ja/System.Net.Primitives.xml", + "ref/netcore50/ko/System.Net.Primitives.xml", + "ref/netcore50/ru/System.Net.Primitives.xml", + "ref/netcore50/zh-hans/System.Net.Primitives.xml", + "ref/netcore50/zh-hant/System.Net.Primitives.xml", "ref/netstandard1.0/System.Net.Primitives.dll", + "ref/netstandard1.0/System.Net.Primitives.xml", + "ref/netstandard1.0/de/System.Net.Primitives.xml", + "ref/netstandard1.0/es/System.Net.Primitives.xml", + "ref/netstandard1.0/fr/System.Net.Primitives.xml", + "ref/netstandard1.0/it/System.Net.Primitives.xml", + "ref/netstandard1.0/ja/System.Net.Primitives.xml", + "ref/netstandard1.0/ko/System.Net.Primitives.xml", + "ref/netstandard1.0/ru/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Net.Primitives.xml", "ref/netstandard1.1/System.Net.Primitives.dll", + "ref/netstandard1.1/System.Net.Primitives.xml", + "ref/netstandard1.1/de/System.Net.Primitives.xml", + "ref/netstandard1.1/es/System.Net.Primitives.xml", + "ref/netstandard1.1/fr/System.Net.Primitives.xml", + "ref/netstandard1.1/it/System.Net.Primitives.xml", + "ref/netstandard1.1/ja/System.Net.Primitives.xml", + "ref/netstandard1.1/ko/System.Net.Primitives.xml", + "ref/netstandard1.1/ru/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hant/System.Net.Primitives.xml", "ref/netstandard1.3/System.Net.Primitives.dll", + "ref/netstandard1.3/System.Net.Primitives.xml", + "ref/netstandard1.3/de/System.Net.Primitives.xml", + "ref/netstandard1.3/es/System.Net.Primitives.xml", + "ref/netstandard1.3/fr/System.Net.Primitives.xml", + "ref/netstandard1.3/it/System.Net.Primitives.xml", + "ref/netstandard1.3/ja/System.Net.Primitives.xml", + "ref/netstandard1.3/ko/System.Net.Primitives.xml", + "ref/netstandard1.3/ru/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.Net.Primitives.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -11769,9 +12671,49 @@ "ref/net45/_._", "ref/net46/_._", "ref/netcore50/System.Net.Requests.dll", + "ref/netcore50/System.Net.Requests.xml", + "ref/netcore50/de/System.Net.Requests.xml", + "ref/netcore50/es/System.Net.Requests.xml", + "ref/netcore50/fr/System.Net.Requests.xml", + "ref/netcore50/it/System.Net.Requests.xml", + "ref/netcore50/ja/System.Net.Requests.xml", + "ref/netcore50/ko/System.Net.Requests.xml", + "ref/netcore50/ru/System.Net.Requests.xml", + "ref/netcore50/zh-hans/System.Net.Requests.xml", + "ref/netcore50/zh-hant/System.Net.Requests.xml", "ref/netstandard1.0/System.Net.Requests.dll", + "ref/netstandard1.0/System.Net.Requests.xml", + "ref/netstandard1.0/de/System.Net.Requests.xml", + "ref/netstandard1.0/es/System.Net.Requests.xml", + "ref/netstandard1.0/fr/System.Net.Requests.xml", + "ref/netstandard1.0/it/System.Net.Requests.xml", + "ref/netstandard1.0/ja/System.Net.Requests.xml", + "ref/netstandard1.0/ko/System.Net.Requests.xml", + "ref/netstandard1.0/ru/System.Net.Requests.xml", + "ref/netstandard1.0/zh-hans/System.Net.Requests.xml", + "ref/netstandard1.0/zh-hant/System.Net.Requests.xml", "ref/netstandard1.1/System.Net.Requests.dll", + "ref/netstandard1.1/System.Net.Requests.xml", + "ref/netstandard1.1/de/System.Net.Requests.xml", + "ref/netstandard1.1/es/System.Net.Requests.xml", + "ref/netstandard1.1/fr/System.Net.Requests.xml", + "ref/netstandard1.1/it/System.Net.Requests.xml", + "ref/netstandard1.1/ja/System.Net.Requests.xml", + "ref/netstandard1.1/ko/System.Net.Requests.xml", + "ref/netstandard1.1/ru/System.Net.Requests.xml", + "ref/netstandard1.1/zh-hans/System.Net.Requests.xml", + "ref/netstandard1.1/zh-hant/System.Net.Requests.xml", "ref/netstandard1.3/System.Net.Requests.dll", + "ref/netstandard1.3/System.Net.Requests.xml", + "ref/netstandard1.3/de/System.Net.Requests.xml", + "ref/netstandard1.3/es/System.Net.Requests.xml", + "ref/netstandard1.3/fr/System.Net.Requests.xml", + "ref/netstandard1.3/it/System.Net.Requests.xml", + "ref/netstandard1.3/ja/System.Net.Requests.xml", + "ref/netstandard1.3/ko/System.Net.Requests.xml", + "ref/netstandard1.3/ru/System.Net.Requests.xml", + "ref/netstandard1.3/zh-hans/System.Net.Requests.xml", + "ref/netstandard1.3/zh-hant/System.Net.Requests.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -11807,6 +12749,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Net.Security.dll", "ref/netstandard1.3/System.Net.Security.dll", + "ref/netstandard1.3/System.Net.Security.xml", + "ref/netstandard1.3/de/System.Net.Security.xml", + "ref/netstandard1.3/es/System.Net.Security.xml", + "ref/netstandard1.3/fr/System.Net.Security.xml", + "ref/netstandard1.3/it/System.Net.Security.xml", + "ref/netstandard1.3/ja/System.Net.Security.xml", + "ref/netstandard1.3/ko/System.Net.Security.xml", + "ref/netstandard1.3/ru/System.Net.Security.xml", + "ref/netstandard1.3/zh-hans/System.Net.Security.xml", + "ref/netstandard1.3/zh-hant/System.Net.Security.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -11839,6 +12791,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Net.Sockets.dll", "ref/netstandard1.3/System.Net.Sockets.dll", + "ref/netstandard1.3/System.Net.Sockets.xml", + "ref/netstandard1.3/de/System.Net.Sockets.xml", + "ref/netstandard1.3/es/System.Net.Sockets.xml", + "ref/netstandard1.3/fr/System.Net.Sockets.xml", + "ref/netstandard1.3/it/System.Net.Sockets.xml", + "ref/netstandard1.3/ja/System.Net.Sockets.xml", + "ref/netstandard1.3/ko/System.Net.Sockets.xml", + "ref/netstandard1.3/ru/System.Net.Sockets.xml", + "ref/netstandard1.3/zh-hans/System.Net.Sockets.xml", + "ref/netstandard1.3/zh-hant/System.Net.Sockets.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -11868,6 +12830,16 @@ "ref/MonoTouch10/_._", "ref/net46/_._", "ref/netstandard1.3/System.Net.WebHeaderCollection.dll", + "ref/netstandard1.3/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/de/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/es/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/fr/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/it/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/ja/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/ko/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/ru/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/zh-hans/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/zh-hant/System.Net.WebHeaderCollection.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -11888,9 +12860,12 @@ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/System.Numerics.Vectors.dll", + "lib/net46/System.Numerics.Vectors.xml", "lib/netcoreapp2.0/_._", "lib/netstandard1.0/System.Numerics.Vectors.dll", + "lib/netstandard1.0/System.Numerics.Vectors.xml", "lib/netstandard2.0/System.Numerics.Vectors.dll", + "lib/netstandard2.0/System.Numerics.Vectors.xml", "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll", "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml", "lib/uap10.0.16299/_._", @@ -11901,10 +12876,14 @@ "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net45/System.Numerics.Vectors.dll", + "ref/net45/System.Numerics.Vectors.xml", "ref/net46/System.Numerics.Vectors.dll", + "ref/net46/System.Numerics.Vectors.xml", "ref/netcoreapp2.0/_._", "ref/netstandard1.0/System.Numerics.Vectors.dll", + "ref/netstandard1.0/System.Numerics.Vectors.xml", "ref/netstandard2.0/System.Numerics.Vectors.dll", + "ref/netstandard2.0/System.Numerics.Vectors.xml", "ref/uap10.0.16299/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", @@ -11942,8 +12921,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.ObjectModel.dll", + "ref/netcore50/System.ObjectModel.xml", + "ref/netcore50/de/System.ObjectModel.xml", + "ref/netcore50/es/System.ObjectModel.xml", + "ref/netcore50/fr/System.ObjectModel.xml", + "ref/netcore50/it/System.ObjectModel.xml", + "ref/netcore50/ja/System.ObjectModel.xml", + "ref/netcore50/ko/System.ObjectModel.xml", + "ref/netcore50/ru/System.ObjectModel.xml", + "ref/netcore50/zh-hans/System.ObjectModel.xml", + "ref/netcore50/zh-hant/System.ObjectModel.xml", "ref/netstandard1.0/System.ObjectModel.dll", + "ref/netstandard1.0/System.ObjectModel.xml", + "ref/netstandard1.0/de/System.ObjectModel.xml", + "ref/netstandard1.0/es/System.ObjectModel.xml", + "ref/netstandard1.0/fr/System.ObjectModel.xml", + "ref/netstandard1.0/it/System.ObjectModel.xml", + "ref/netstandard1.0/ja/System.ObjectModel.xml", + "ref/netstandard1.0/ko/System.ObjectModel.xml", + "ref/netstandard1.0/ru/System.ObjectModel.xml", + "ref/netstandard1.0/zh-hans/System.ObjectModel.xml", + "ref/netstandard1.0/zh-hant/System.ObjectModel.xml", "ref/netstandard1.3/System.ObjectModel.dll", + "ref/netstandard1.3/System.ObjectModel.xml", + "ref/netstandard1.3/de/System.ObjectModel.xml", + "ref/netstandard1.3/es/System.ObjectModel.xml", + "ref/netstandard1.3/fr/System.ObjectModel.xml", + "ref/netstandard1.3/it/System.ObjectModel.xml", + "ref/netstandard1.3/ja/System.ObjectModel.xml", + "ref/netstandard1.3/ko/System.ObjectModel.xml", + "ref/netstandard1.3/ru/System.ObjectModel.xml", + "ref/netstandard1.3/zh-hans/System.ObjectModel.xml", + "ref/netstandard1.3/zh-hant/System.ObjectModel.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -11998,9 +13007,49 @@ "ref/net45/_._", "ref/net462/System.Reflection.dll", "ref/netcore50/System.Reflection.dll", + "ref/netcore50/System.Reflection.xml", + "ref/netcore50/de/System.Reflection.xml", + "ref/netcore50/es/System.Reflection.xml", + "ref/netcore50/fr/System.Reflection.xml", + "ref/netcore50/it/System.Reflection.xml", + "ref/netcore50/ja/System.Reflection.xml", + "ref/netcore50/ko/System.Reflection.xml", + "ref/netcore50/ru/System.Reflection.xml", + "ref/netcore50/zh-hans/System.Reflection.xml", + "ref/netcore50/zh-hant/System.Reflection.xml", "ref/netstandard1.0/System.Reflection.dll", + "ref/netstandard1.0/System.Reflection.xml", + "ref/netstandard1.0/de/System.Reflection.xml", + "ref/netstandard1.0/es/System.Reflection.xml", + "ref/netstandard1.0/fr/System.Reflection.xml", + "ref/netstandard1.0/it/System.Reflection.xml", + "ref/netstandard1.0/ja/System.Reflection.xml", + "ref/netstandard1.0/ko/System.Reflection.xml", + "ref/netstandard1.0/ru/System.Reflection.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.xml", "ref/netstandard1.3/System.Reflection.dll", + "ref/netstandard1.3/System.Reflection.xml", + "ref/netstandard1.3/de/System.Reflection.xml", + "ref/netstandard1.3/es/System.Reflection.xml", + "ref/netstandard1.3/fr/System.Reflection.xml", + "ref/netstandard1.3/it/System.Reflection.xml", + "ref/netstandard1.3/ja/System.Reflection.xml", + "ref/netstandard1.3/ko/System.Reflection.xml", + "ref/netstandard1.3/ru/System.Reflection.xml", + "ref/netstandard1.3/zh-hans/System.Reflection.xml", + "ref/netstandard1.3/zh-hant/System.Reflection.xml", "ref/netstandard1.5/System.Reflection.dll", + "ref/netstandard1.5/System.Reflection.xml", + "ref/netstandard1.5/de/System.Reflection.xml", + "ref/netstandard1.5/es/System.Reflection.xml", + "ref/netstandard1.5/fr/System.Reflection.xml", + "ref/netstandard1.5/it/System.Reflection.xml", + "ref/netstandard1.5/ja/System.Reflection.xml", + "ref/netstandard1.5/ko/System.Reflection.xml", + "ref/netstandard1.5/ru/System.Reflection.xml", + "ref/netstandard1.5/zh-hans/System.Reflection.xml", + "ref/netstandard1.5/zh-hant/System.Reflection.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -12032,6 +13081,16 @@ "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/netstandard1.3/System.Reflection.DispatchProxy.dll", + "ref/netstandard1.3/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/de/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/es/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/fr/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/it/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/ja/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/ko/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/ru/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/zh-hans/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/zh-hant/System.Reflection.DispatchProxy.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -12062,6 +13121,16 @@ "ref/MonoAndroid10/_._", "ref/net45/_._", "ref/netstandard1.1/System.Reflection.Emit.dll", + "ref/netstandard1.1/System.Reflection.Emit.xml", + "ref/netstandard1.1/de/System.Reflection.Emit.xml", + "ref/netstandard1.1/es/System.Reflection.Emit.xml", + "ref/netstandard1.1/fr/System.Reflection.Emit.xml", + "ref/netstandard1.1/it/System.Reflection.Emit.xml", + "ref/netstandard1.1/ja/System.Reflection.Emit.xml", + "ref/netstandard1.1/ko/System.Reflection.Emit.xml", + "ref/netstandard1.1/ru/System.Reflection.Emit.xml", + "ref/netstandard1.1/zh-hans/System.Reflection.Emit.xml", + "ref/netstandard1.1/zh-hant/System.Reflection.Emit.xml", "ref/xamarinmac20/_._", "system.reflection.emit.4.3.0.nupkg.sha512", "system.reflection.emit.nuspec" @@ -12091,6 +13160,16 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll", + "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/de/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/es/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/fr/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/it/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ja/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ko/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ru/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Emit.ILGeneration.xml", "ref/portable-net45+wp8/_._", "ref/wp80/_._", "ref/xamarinios10/_._", @@ -12126,6 +13205,16 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netstandard1.0/System.Reflection.Emit.Lightweight.dll", + "ref/netstandard1.0/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/de/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/es/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/fr/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/it/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ja/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ko/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ru/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Emit.Lightweight.xml", "ref/portable-net45+wp8/_._", "ref/wp80/_._", "ref/xamarinios10/_._", @@ -12161,7 +13250,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Reflection.Extensions.dll", + "ref/netcore50/System.Reflection.Extensions.xml", + "ref/netcore50/de/System.Reflection.Extensions.xml", + "ref/netcore50/es/System.Reflection.Extensions.xml", + "ref/netcore50/fr/System.Reflection.Extensions.xml", + "ref/netcore50/it/System.Reflection.Extensions.xml", + "ref/netcore50/ja/System.Reflection.Extensions.xml", + "ref/netcore50/ko/System.Reflection.Extensions.xml", + "ref/netcore50/ru/System.Reflection.Extensions.xml", + "ref/netcore50/zh-hans/System.Reflection.Extensions.xml", + "ref/netcore50/zh-hant/System.Reflection.Extensions.xml", "ref/netstandard1.0/System.Reflection.Extensions.dll", + "ref/netstandard1.0/System.Reflection.Extensions.xml", + "ref/netstandard1.0/de/System.Reflection.Extensions.xml", + "ref/netstandard1.0/es/System.Reflection.Extensions.xml", + "ref/netstandard1.0/fr/System.Reflection.Extensions.xml", + "ref/netstandard1.0/it/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ja/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ko/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ru/System.Reflection.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Extensions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -12226,7 +13335,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/netcore50/de/System.Reflection.Primitives.xml", + "ref/netcore50/es/System.Reflection.Primitives.xml", + "ref/netcore50/fr/System.Reflection.Primitives.xml", + "ref/netcore50/it/System.Reflection.Primitives.xml", + "ref/netcore50/ja/System.Reflection.Primitives.xml", + "ref/netcore50/ko/System.Reflection.Primitives.xml", + "ref/netcore50/ru/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hans/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hant/System.Reflection.Primitives.xml", "ref/netstandard1.0/System.Reflection.Primitives.dll", + "ref/netstandard1.0/System.Reflection.Primitives.xml", + "ref/netstandard1.0/de/System.Reflection.Primitives.xml", + "ref/netstandard1.0/es/System.Reflection.Primitives.xml", + "ref/netstandard1.0/fr/System.Reflection.Primitives.xml", + "ref/netstandard1.0/it/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ja/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ko/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ru/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -12331,7 +13460,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/netcore50/System.Resources.ResourceManager.xml", + "ref/netcore50/de/System.Resources.ResourceManager.xml", + "ref/netcore50/es/System.Resources.ResourceManager.xml", + "ref/netcore50/fr/System.Resources.ResourceManager.xml", + "ref/netcore50/it/System.Resources.ResourceManager.xml", + "ref/netcore50/ja/System.Resources.ResourceManager.xml", + "ref/netcore50/ko/System.Resources.ResourceManager.xml", + "ref/netcore50/ru/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml", "ref/netstandard1.0/System.Resources.ResourceManager.dll", + "ref/netstandard1.0/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/de/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/es/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/it/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -12370,10 +13519,60 @@ "ref/net45/_._", "ref/net462/System.Runtime.dll", "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", + "ref/netcore50/de/System.Runtime.xml", + "ref/netcore50/es/System.Runtime.xml", + "ref/netcore50/fr/System.Runtime.xml", + "ref/netcore50/it/System.Runtime.xml", + "ref/netcore50/ja/System.Runtime.xml", + "ref/netcore50/ko/System.Runtime.xml", + "ref/netcore50/ru/System.Runtime.xml", + "ref/netcore50/zh-hans/System.Runtime.xml", + "ref/netcore50/zh-hant/System.Runtime.xml", "ref/netstandard1.0/System.Runtime.dll", + "ref/netstandard1.0/System.Runtime.xml", + "ref/netstandard1.0/de/System.Runtime.xml", + "ref/netstandard1.0/es/System.Runtime.xml", + "ref/netstandard1.0/fr/System.Runtime.xml", + "ref/netstandard1.0/it/System.Runtime.xml", + "ref/netstandard1.0/ja/System.Runtime.xml", + "ref/netstandard1.0/ko/System.Runtime.xml", + "ref/netstandard1.0/ru/System.Runtime.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.xml", "ref/netstandard1.2/System.Runtime.dll", + "ref/netstandard1.2/System.Runtime.xml", + "ref/netstandard1.2/de/System.Runtime.xml", + "ref/netstandard1.2/es/System.Runtime.xml", + "ref/netstandard1.2/fr/System.Runtime.xml", + "ref/netstandard1.2/it/System.Runtime.xml", + "ref/netstandard1.2/ja/System.Runtime.xml", + "ref/netstandard1.2/ko/System.Runtime.xml", + "ref/netstandard1.2/ru/System.Runtime.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.xml", "ref/netstandard1.3/System.Runtime.dll", + "ref/netstandard1.3/System.Runtime.xml", + "ref/netstandard1.3/de/System.Runtime.xml", + "ref/netstandard1.3/es/System.Runtime.xml", + "ref/netstandard1.3/fr/System.Runtime.xml", + "ref/netstandard1.3/it/System.Runtime.xml", + "ref/netstandard1.3/ja/System.Runtime.xml", + "ref/netstandard1.3/ko/System.Runtime.xml", + "ref/netstandard1.3/ru/System.Runtime.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.xml", "ref/netstandard1.5/System.Runtime.dll", + "ref/netstandard1.5/System.Runtime.xml", + "ref/netstandard1.5/de/System.Runtime.xml", + "ref/netstandard1.5/es/System.Runtime.xml", + "ref/netstandard1.5/fr/System.Runtime.xml", + "ref/netstandard1.5/it/System.Runtime.xml", + "ref/netstandard1.5/ja/System.Runtime.xml", + "ref/netstandard1.5/ko/System.Runtime.xml", + "ref/netstandard1.5/ru/System.Runtime.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.xml", "ref/portable-net45+win8+wp80+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -12438,9 +13637,13 @@ "buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets", "buildTransitive/netcoreapp3.1/_._", "lib/net461/System.Runtime.CompilerServices.Unsafe.dll", + "lib/net461/System.Runtime.CompilerServices.Unsafe.xml", "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml", "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.xml", "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", "system.runtime.compilerservices.unsafe.nuspec", "useSharedDesignerContext.txt" @@ -12472,9 +13675,49 @@ "ref/net45/_._", "ref/net462/System.Runtime.Extensions.dll", "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", + "ref/netcore50/de/System.Runtime.Extensions.xml", + "ref/netcore50/es/System.Runtime.Extensions.xml", + "ref/netcore50/fr/System.Runtime.Extensions.xml", + "ref/netcore50/it/System.Runtime.Extensions.xml", + "ref/netcore50/ja/System.Runtime.Extensions.xml", + "ref/netcore50/ko/System.Runtime.Extensions.xml", + "ref/netcore50/ru/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/netstandard1.0/System.Runtime.Extensions.dll", + "ref/netstandard1.0/System.Runtime.Extensions.xml", + "ref/netstandard1.0/de/System.Runtime.Extensions.xml", + "ref/netstandard1.0/es/System.Runtime.Extensions.xml", + "ref/netstandard1.0/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.0/it/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml", "ref/netstandard1.3/System.Runtime.Extensions.dll", + "ref/netstandard1.3/System.Runtime.Extensions.xml", + "ref/netstandard1.3/de/System.Runtime.Extensions.xml", + "ref/netstandard1.3/es/System.Runtime.Extensions.xml", + "ref/netstandard1.3/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.3/it/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml", "ref/netstandard1.5/System.Runtime.Extensions.dll", + "ref/netstandard1.5/System.Runtime.Extensions.xml", + "ref/netstandard1.5/de/System.Runtime.Extensions.xml", + "ref/netstandard1.5/es/System.Runtime.Extensions.xml", + "ref/netstandard1.5/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.5/it/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -12507,6 +13750,16 @@ "ref/MonoTouch10/_._", "ref/net46/_._", "ref/netstandard1.3/System.Runtime.Handles.dll", + "ref/netstandard1.3/System.Runtime.Handles.xml", + "ref/netstandard1.3/de/System.Runtime.Handles.xml", + "ref/netstandard1.3/es/System.Runtime.Handles.xml", + "ref/netstandard1.3/fr/System.Runtime.Handles.xml", + "ref/netstandard1.3/it/System.Runtime.Handles.xml", + "ref/netstandard1.3/ja/System.Runtime.Handles.xml", + "ref/netstandard1.3/ko/System.Runtime.Handles.xml", + "ref/netstandard1.3/ru/System.Runtime.Handles.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Handles.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Handles.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -12542,11 +13795,61 @@ "ref/net462/System.Runtime.InteropServices.dll", "ref/net463/System.Runtime.InteropServices.dll", "ref/netcore50/System.Runtime.InteropServices.dll", + "ref/netcore50/System.Runtime.InteropServices.xml", + "ref/netcore50/de/System.Runtime.InteropServices.xml", + "ref/netcore50/es/System.Runtime.InteropServices.xml", + "ref/netcore50/fr/System.Runtime.InteropServices.xml", + "ref/netcore50/it/System.Runtime.InteropServices.xml", + "ref/netcore50/ja/System.Runtime.InteropServices.xml", + "ref/netcore50/ko/System.Runtime.InteropServices.xml", + "ref/netcore50/ru/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hans/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hant/System.Runtime.InteropServices.xml", "ref/netcoreapp1.1/System.Runtime.InteropServices.dll", "ref/netstandard1.1/System.Runtime.InteropServices.dll", + "ref/netstandard1.1/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml", "ref/netstandard1.2/System.Runtime.InteropServices.dll", + "ref/netstandard1.2/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml", "ref/netstandard1.3/System.Runtime.InteropServices.dll", + "ref/netstandard1.3/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml", "ref/netstandard1.5/System.Runtime.InteropServices.dll", + "ref/netstandard1.5/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -12605,6 +13908,16 @@ "lib/net462/_._", "lib/netstandard1.5/System.Runtime.Loader.dll", "ref/netstandard1.5/System.Runtime.Loader.dll", + "ref/netstandard1.5/System.Runtime.Loader.xml", + "ref/netstandard1.5/de/System.Runtime.Loader.xml", + "ref/netstandard1.5/es/System.Runtime.Loader.xml", + "ref/netstandard1.5/fr/System.Runtime.Loader.xml", + "ref/netstandard1.5/it/System.Runtime.Loader.xml", + "ref/netstandard1.5/ja/System.Runtime.Loader.xml", + "ref/netstandard1.5/ko/System.Runtime.Loader.xml", + "ref/netstandard1.5/ru/System.Runtime.Loader.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.Loader.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.Loader.xml", "system.runtime.loader.4.0.0.nupkg.sha512", "system.runtime.loader.nuspec" ] @@ -12634,7 +13947,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Runtime.Numerics.dll", + "ref/netcore50/System.Runtime.Numerics.xml", + "ref/netcore50/de/System.Runtime.Numerics.xml", + "ref/netcore50/es/System.Runtime.Numerics.xml", + "ref/netcore50/fr/System.Runtime.Numerics.xml", + "ref/netcore50/it/System.Runtime.Numerics.xml", + "ref/netcore50/ja/System.Runtime.Numerics.xml", + "ref/netcore50/ko/System.Runtime.Numerics.xml", + "ref/netcore50/ru/System.Runtime.Numerics.xml", + "ref/netcore50/zh-hans/System.Runtime.Numerics.xml", + "ref/netcore50/zh-hant/System.Runtime.Numerics.xml", "ref/netstandard1.1/System.Runtime.Numerics.dll", + "ref/netstandard1.1/System.Runtime.Numerics.xml", + "ref/netstandard1.1/de/System.Runtime.Numerics.xml", + "ref/netstandard1.1/es/System.Runtime.Numerics.xml", + "ref/netstandard1.1/fr/System.Runtime.Numerics.xml", + "ref/netstandard1.1/it/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ja/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ko/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ru/System.Runtime.Numerics.xml", + "ref/netstandard1.1/zh-hans/System.Runtime.Numerics.xml", + "ref/netstandard1.1/zh-hant/System.Runtime.Numerics.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -12672,7 +14005,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Runtime.Serialization.Json.dll", + "ref/netcore50/System.Runtime.Serialization.Json.xml", + "ref/netcore50/de/System.Runtime.Serialization.Json.xml", + "ref/netcore50/es/System.Runtime.Serialization.Json.xml", + "ref/netcore50/fr/System.Runtime.Serialization.Json.xml", + "ref/netcore50/it/System.Runtime.Serialization.Json.xml", + "ref/netcore50/ja/System.Runtime.Serialization.Json.xml", + "ref/netcore50/ko/System.Runtime.Serialization.Json.xml", + "ref/netcore50/ru/System.Runtime.Serialization.Json.xml", + "ref/netcore50/zh-hans/System.Runtime.Serialization.Json.xml", + "ref/netcore50/zh-hant/System.Runtime.Serialization.Json.xml", "ref/netstandard1.0/System.Runtime.Serialization.Json.dll", + "ref/netstandard1.0/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/de/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/es/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/fr/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/it/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/ja/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/ko/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/ru/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Json.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -12713,8 +14066,38 @@ "ref/net45/_._", "ref/net46/System.Runtime.Serialization.Primitives.dll", "ref/netcore50/System.Runtime.Serialization.Primitives.dll", + "ref/netcore50/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/de/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/es/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/fr/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/it/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/ja/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/ko/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/ru/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/zh-hans/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/zh-hant/System.Runtime.Serialization.Primitives.xml", "ref/netstandard1.0/System.Runtime.Serialization.Primitives.dll", + "ref/netstandard1.0/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/de/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/es/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/fr/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/it/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/ja/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/ko/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/ru/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Primitives.xml", "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll", + "ref/netstandard1.3/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/de/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/es/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/fr/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/it/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/ja/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/ko/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/ru/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Serialization.Primitives.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -12728,14 +14111,13 @@ "system.runtime.serialization.primitives.nuspec" ] }, - "System.Security.AccessControl/5.0.0": { - "sha512": "dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==", + "System.Security.AccessControl/4.7.0": { + "sha512": "JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==", "type": "package", - "path": "system.security.accesscontrol/5.0.0", + "path": "system.security.accesscontrol/4.7.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/net46/System.Security.AccessControl.dll", @@ -12769,7 +14151,7 @@ "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.xml", "runtimes/win/lib/netstandard1.3/System.Security.AccessControl.dll", "runtimes/win/lib/uap10.0.16299/_._", - "system.security.accesscontrol.5.0.0.nupkg.sha512", + "system.security.accesscontrol.4.7.0.nupkg.sha512", "system.security.accesscontrol.nuspec", "useSharedDesignerContext.txt", "version.txt" @@ -12796,6 +14178,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Security.Claims.dll", "ref/netstandard1.3/System.Security.Claims.dll", + "ref/netstandard1.3/System.Security.Claims.xml", + "ref/netstandard1.3/de/System.Security.Claims.xml", + "ref/netstandard1.3/es/System.Security.Claims.xml", + "ref/netstandard1.3/fr/System.Security.Claims.xml", + "ref/netstandard1.3/it/System.Security.Claims.xml", + "ref/netstandard1.3/ja/System.Security.Claims.xml", + "ref/netstandard1.3/ko/System.Security.Claims.xml", + "ref/netstandard1.3/ru/System.Security.Claims.xml", + "ref/netstandard1.3/zh-hans/System.Security.Claims.xml", + "ref/netstandard1.3/zh-hant/System.Security.Claims.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -12925,6 +14317,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Security.Cryptography.Encoding.dll", "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll", + "ref/netstandard1.3/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/de/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/es/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/fr/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/it/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ja/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ko/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ru/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/zh-hans/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/zh-hant/System.Security.Cryptography.Encoding.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -13039,7 +14441,27 @@ "ref/net46/System.Security.Cryptography.X509Certificates.dll", "ref/net461/System.Security.Cryptography.X509Certificates.dll", "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/de/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/es/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/fr/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/it/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ja/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ko/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ru/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/zh-hant/System.Security.Cryptography.X509Certificates.xml", "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/de/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/es/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/fr/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/it/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ja/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ko/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ru/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/zh-hant/System.Security.Cryptography.X509Certificates.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -13079,7 +14501,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Security.Principal.dll", + "ref/netcore50/System.Security.Principal.xml", + "ref/netcore50/de/System.Security.Principal.xml", + "ref/netcore50/es/System.Security.Principal.xml", + "ref/netcore50/fr/System.Security.Principal.xml", + "ref/netcore50/it/System.Security.Principal.xml", + "ref/netcore50/ja/System.Security.Principal.xml", + "ref/netcore50/ko/System.Security.Principal.xml", + "ref/netcore50/ru/System.Security.Principal.xml", + "ref/netcore50/zh-hans/System.Security.Principal.xml", + "ref/netcore50/zh-hant/System.Security.Principal.xml", "ref/netstandard1.0/System.Security.Principal.dll", + "ref/netstandard1.0/System.Security.Principal.xml", + "ref/netstandard1.0/de/System.Security.Principal.xml", + "ref/netstandard1.0/es/System.Security.Principal.xml", + "ref/netstandard1.0/fr/System.Security.Principal.xml", + "ref/netstandard1.0/it/System.Security.Principal.xml", + "ref/netstandard1.0/ja/System.Security.Principal.xml", + "ref/netstandard1.0/ko/System.Security.Principal.xml", + "ref/netstandard1.0/ru/System.Security.Principal.xml", + "ref/netstandard1.0/zh-hans/System.Security.Principal.xml", + "ref/netstandard1.0/zh-hant/System.Security.Principal.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -13092,26 +14534,40 @@ "system.security.principal.nuspec" ] }, - "System.Security.Principal.Windows/5.0.0": { - "sha512": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==", + "System.Security.Principal.Windows/4.7.0": { + "sha512": "ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", "type": "package", - "path": "system.security.principal.windows/5.0.0", + "path": "system.security.principal.windows/4.7.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/net46/System.Security.Principal.Windows.dll", "lib/net461/System.Security.Principal.Windows.dll", + "lib/net461/System.Security.Principal.Windows.xml", "lib/netstandard1.3/System.Security.Principal.Windows.dll", "lib/netstandard2.0/System.Security.Principal.Windows.dll", + "lib/netstandard2.0/System.Security.Principal.Windows.xml", "lib/uap10.0.16299/_._", "ref/net46/System.Security.Principal.Windows.dll", "ref/net461/System.Security.Principal.Windows.dll", + "ref/net461/System.Security.Principal.Windows.xml", "ref/netcoreapp3.0/System.Security.Principal.Windows.dll", + "ref/netcoreapp3.0/System.Security.Principal.Windows.xml", "ref/netstandard1.3/System.Security.Principal.Windows.dll", + "ref/netstandard1.3/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/de/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/es/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/it/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml", "ref/netstandard2.0/System.Security.Principal.Windows.dll", + "ref/netstandard2.0/System.Security.Principal.Windows.xml", "ref/uap10.0.16299/_._", "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.xml", @@ -13126,7 +14582,7 @@ "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.xml", "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll", "runtimes/win/lib/uap10.0.16299/_._", - "system.security.principal.windows.5.0.0.nupkg.sha512", + "system.security.principal.windows.4.7.0.nupkg.sha512", "system.security.principal.windows.nuspec", "useSharedDesignerContext.txt", "version.txt" @@ -13156,8 +14612,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Text.Encoding.dll", + "ref/netcore50/System.Text.Encoding.xml", + "ref/netcore50/de/System.Text.Encoding.xml", + "ref/netcore50/es/System.Text.Encoding.xml", + "ref/netcore50/fr/System.Text.Encoding.xml", + "ref/netcore50/it/System.Text.Encoding.xml", + "ref/netcore50/ja/System.Text.Encoding.xml", + "ref/netcore50/ko/System.Text.Encoding.xml", + "ref/netcore50/ru/System.Text.Encoding.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.xml", "ref/netstandard1.0/System.Text.Encoding.dll", + "ref/netstandard1.0/System.Text.Encoding.xml", + "ref/netstandard1.0/de/System.Text.Encoding.xml", + "ref/netstandard1.0/es/System.Text.Encoding.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.xml", + "ref/netstandard1.0/it/System.Text.Encoding.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml", "ref/netstandard1.3/System.Text.Encoding.dll", + "ref/netstandard1.3/System.Text.Encoding.xml", + "ref/netstandard1.3/de/System.Text.Encoding.xml", + "ref/netstandard1.3/es/System.Text.Encoding.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.xml", + "ref/netstandard1.3/it/System.Text.Encoding.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -13194,8 +14680,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Text.Encoding.Extensions.dll", + "ref/netcore50/System.Text.Encoding.Extensions.xml", + "ref/netcore50/de/System.Text.Encoding.Extensions.xml", + "ref/netcore50/es/System.Text.Encoding.Extensions.xml", + "ref/netcore50/fr/System.Text.Encoding.Extensions.xml", + "ref/netcore50/it/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ja/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ko/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ru/System.Text.Encoding.Extensions.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml", "ref/netstandard1.0/System.Text.Encoding.Extensions.dll", + "ref/netstandard1.0/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/de/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/es/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/it/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.Extensions.xml", "ref/netstandard1.3/System.Text.Encoding.Extensions.dll", + "ref/netstandard1.3/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/de/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/es/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/it/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.Extensions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -13331,10 +14847,50 @@ "ref/net45/_._", "ref/net463/System.Text.RegularExpressions.dll", "ref/netcore50/System.Text.RegularExpressions.dll", + "ref/netcore50/System.Text.RegularExpressions.xml", + "ref/netcore50/de/System.Text.RegularExpressions.xml", + "ref/netcore50/es/System.Text.RegularExpressions.xml", + "ref/netcore50/fr/System.Text.RegularExpressions.xml", + "ref/netcore50/it/System.Text.RegularExpressions.xml", + "ref/netcore50/ja/System.Text.RegularExpressions.xml", + "ref/netcore50/ko/System.Text.RegularExpressions.xml", + "ref/netcore50/ru/System.Text.RegularExpressions.xml", + "ref/netcore50/zh-hans/System.Text.RegularExpressions.xml", + "ref/netcore50/zh-hant/System.Text.RegularExpressions.xml", "ref/netcoreapp1.1/System.Text.RegularExpressions.dll", "ref/netstandard1.0/System.Text.RegularExpressions.dll", + "ref/netstandard1.0/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/zh-hant/System.Text.RegularExpressions.xml", "ref/netstandard1.3/System.Text.RegularExpressions.dll", + "ref/netstandard1.3/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/zh-hant/System.Text.RegularExpressions.xml", "ref/netstandard1.6/System.Text.RegularExpressions.dll", + "ref/netstandard1.6/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/zh-hant/System.Text.RegularExpressions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -13373,8 +14929,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", + "ref/netcore50/de/System.Threading.xml", + "ref/netcore50/es/System.Threading.xml", + "ref/netcore50/fr/System.Threading.xml", + "ref/netcore50/it/System.Threading.xml", + "ref/netcore50/ja/System.Threading.xml", + "ref/netcore50/ko/System.Threading.xml", + "ref/netcore50/ru/System.Threading.xml", + "ref/netcore50/zh-hans/System.Threading.xml", + "ref/netcore50/zh-hant/System.Threading.xml", "ref/netstandard1.0/System.Threading.dll", + "ref/netstandard1.0/System.Threading.xml", + "ref/netstandard1.0/de/System.Threading.xml", + "ref/netstandard1.0/es/System.Threading.xml", + "ref/netstandard1.0/fr/System.Threading.xml", + "ref/netstandard1.0/it/System.Threading.xml", + "ref/netstandard1.0/ja/System.Threading.xml", + "ref/netstandard1.0/ko/System.Threading.xml", + "ref/netstandard1.0/ru/System.Threading.xml", + "ref/netstandard1.0/zh-hans/System.Threading.xml", + "ref/netstandard1.0/zh-hant/System.Threading.xml", "ref/netstandard1.3/System.Threading.dll", + "ref/netstandard1.3/System.Threading.xml", + "ref/netstandard1.3/de/System.Threading.xml", + "ref/netstandard1.3/es/System.Threading.xml", + "ref/netstandard1.3/fr/System.Threading.xml", + "ref/netstandard1.3/it/System.Threading.xml", + "ref/netstandard1.3/ja/System.Threading.xml", + "ref/netstandard1.3/ko/System.Threading.xml", + "ref/netstandard1.3/ru/System.Threading.xml", + "ref/netstandard1.3/zh-hans/System.Threading.xml", + "ref/netstandard1.3/zh-hant/System.Threading.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -13429,6 +15015,16 @@ "lib/net46/System.Threading.Overlapped.dll", "ref/net46/System.Threading.Overlapped.dll", "ref/netstandard1.3/System.Threading.Overlapped.dll", + "ref/netstandard1.3/System.Threading.Overlapped.xml", + "ref/netstandard1.3/de/System.Threading.Overlapped.xml", + "ref/netstandard1.3/es/System.Threading.Overlapped.xml", + "ref/netstandard1.3/fr/System.Threading.Overlapped.xml", + "ref/netstandard1.3/it/System.Threading.Overlapped.xml", + "ref/netstandard1.3/ja/System.Threading.Overlapped.xml", + "ref/netstandard1.3/ko/System.Threading.Overlapped.xml", + "ref/netstandard1.3/ru/System.Threading.Overlapped.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Overlapped.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Overlapped.xml", "runtimes/unix/lib/netstandard1.3/System.Threading.Overlapped.dll", "runtimes/win/lib/net46/System.Threading.Overlapped.dll", "runtimes/win/lib/netcore50/System.Threading.Overlapped.dll", @@ -13461,8 +15057,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Threading.Tasks.dll", + "ref/netcore50/System.Threading.Tasks.xml", + "ref/netcore50/de/System.Threading.Tasks.xml", + "ref/netcore50/es/System.Threading.Tasks.xml", + "ref/netcore50/fr/System.Threading.Tasks.xml", + "ref/netcore50/it/System.Threading.Tasks.xml", + "ref/netcore50/ja/System.Threading.Tasks.xml", + "ref/netcore50/ko/System.Threading.Tasks.xml", + "ref/netcore50/ru/System.Threading.Tasks.xml", + "ref/netcore50/zh-hans/System.Threading.Tasks.xml", + "ref/netcore50/zh-hant/System.Threading.Tasks.xml", "ref/netstandard1.0/System.Threading.Tasks.dll", + "ref/netstandard1.0/System.Threading.Tasks.xml", + "ref/netstandard1.0/de/System.Threading.Tasks.xml", + "ref/netstandard1.0/es/System.Threading.Tasks.xml", + "ref/netstandard1.0/fr/System.Threading.Tasks.xml", + "ref/netstandard1.0/it/System.Threading.Tasks.xml", + "ref/netstandard1.0/ja/System.Threading.Tasks.xml", + "ref/netstandard1.0/ko/System.Threading.Tasks.xml", + "ref/netstandard1.0/ru/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml", "ref/netstandard1.3/System.Threading.Tasks.dll", + "ref/netstandard1.3/System.Threading.Tasks.xml", + "ref/netstandard1.3/de/System.Threading.Tasks.xml", + "ref/netstandard1.3/es/System.Threading.Tasks.xml", + "ref/netstandard1.3/fr/System.Threading.Tasks.xml", + "ref/netstandard1.3/it/System.Threading.Tasks.xml", + "ref/netstandard1.3/ja/System.Threading.Tasks.xml", + "ref/netstandard1.3/ko/System.Threading.Tasks.xml", + "ref/netstandard1.3/ru/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -13504,9 +15130,12 @@ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net461/System.Threading.Tasks.Extensions.dll", + "lib/net461/System.Threading.Tasks.Extensions.xml", "lib/netcoreapp2.1/_._", "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml", "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", "lib/xamarinios10/_._", @@ -13551,7 +15180,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Threading.Tasks.Parallel.dll", + "ref/netcore50/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/de/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/es/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/fr/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/it/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/ja/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/ko/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/ru/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/zh-hans/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/zh-hant/System.Threading.Tasks.Parallel.xml", "ref/netstandard1.1/System.Threading.Tasks.Parallel.dll", + "ref/netstandard1.1/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/de/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/es/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/fr/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/it/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/ja/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/ko/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/ru/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/zh-hans/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/zh-hant/System.Threading.Tasks.Parallel.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -13585,6 +15234,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Threading.Thread.dll", "ref/netstandard1.3/System.Threading.Thread.dll", + "ref/netstandard1.3/System.Threading.Thread.xml", + "ref/netstandard1.3/de/System.Threading.Thread.xml", + "ref/netstandard1.3/es/System.Threading.Thread.xml", + "ref/netstandard1.3/fr/System.Threading.Thread.xml", + "ref/netstandard1.3/it/System.Threading.Thread.xml", + "ref/netstandard1.3/ja/System.Threading.Thread.xml", + "ref/netstandard1.3/ko/System.Threading.Thread.xml", + "ref/netstandard1.3/ru/System.Threading.Thread.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Thread.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Thread.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -13615,6 +15274,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Threading.ThreadPool.dll", "ref/netstandard1.3/System.Threading.ThreadPool.dll", + "ref/netstandard1.3/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/de/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/es/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/fr/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/it/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ja/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ko/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ru/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/zh-hans/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/zh-hant/System.Threading.ThreadPool.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -13646,7 +15315,27 @@ "ref/MonoTouch10/_._", "ref/net451/_._", "ref/netcore50/System.Threading.Timer.dll", + "ref/netcore50/System.Threading.Timer.xml", + "ref/netcore50/de/System.Threading.Timer.xml", + "ref/netcore50/es/System.Threading.Timer.xml", + "ref/netcore50/fr/System.Threading.Timer.xml", + "ref/netcore50/it/System.Threading.Timer.xml", + "ref/netcore50/ja/System.Threading.Timer.xml", + "ref/netcore50/ko/System.Threading.Timer.xml", + "ref/netcore50/ru/System.Threading.Timer.xml", + "ref/netcore50/zh-hans/System.Threading.Timer.xml", + "ref/netcore50/zh-hant/System.Threading.Timer.xml", "ref/netstandard1.2/System.Threading.Timer.dll", + "ref/netstandard1.2/System.Threading.Timer.xml", + "ref/netstandard1.2/de/System.Threading.Timer.xml", + "ref/netstandard1.2/es/System.Threading.Timer.xml", + "ref/netstandard1.2/fr/System.Threading.Timer.xml", + "ref/netstandard1.2/it/System.Threading.Timer.xml", + "ref/netstandard1.2/ja/System.Threading.Timer.xml", + "ref/netstandard1.2/ko/System.Threading.Timer.xml", + "ref/netstandard1.2/ru/System.Threading.Timer.xml", + "ref/netstandard1.2/zh-hans/System.Threading.Timer.xml", + "ref/netstandard1.2/zh-hant/System.Threading.Timer.xml", "ref/portable-net451+win81+wpa81/_._", "ref/win81/_._", "ref/wpa81/_._", @@ -13670,9 +15359,12 @@ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net461/System.ValueTuple.dll", + "lib/net461/System.ValueTuple.xml", "lib/net47/System.ValueTuple.dll", + "lib/net47/System.ValueTuple.xml", "lib/netcoreapp2.0/_._", "lib/netstandard1.0/System.ValueTuple.dll", + "lib/netstandard1.0/System.ValueTuple.xml", "lib/netstandard2.0/_._", "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.xml", @@ -13727,8 +15419,38 @@ "ref/net45/_._", "ref/net46/System.Xml.ReaderWriter.dll", "ref/netcore50/System.Xml.ReaderWriter.dll", + "ref/netcore50/System.Xml.ReaderWriter.xml", + "ref/netcore50/de/System.Xml.ReaderWriter.xml", + "ref/netcore50/es/System.Xml.ReaderWriter.xml", + "ref/netcore50/fr/System.Xml.ReaderWriter.xml", + "ref/netcore50/it/System.Xml.ReaderWriter.xml", + "ref/netcore50/ja/System.Xml.ReaderWriter.xml", + "ref/netcore50/ko/System.Xml.ReaderWriter.xml", + "ref/netcore50/ru/System.Xml.ReaderWriter.xml", + "ref/netcore50/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netcore50/zh-hant/System.Xml.ReaderWriter.xml", "ref/netstandard1.0/System.Xml.ReaderWriter.dll", + "ref/netstandard1.0/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/de/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/es/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/fr/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/it/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ja/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ko/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ru/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/zh-hant/System.Xml.ReaderWriter.xml", "ref/netstandard1.3/System.Xml.ReaderWriter.dll", + "ref/netstandard1.3/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/de/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/es/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/fr/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/it/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ja/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ko/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ru/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/zh-hant/System.Xml.ReaderWriter.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -13767,8 +15489,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Xml.XDocument.dll", + "ref/netcore50/System.Xml.XDocument.xml", + "ref/netcore50/de/System.Xml.XDocument.xml", + "ref/netcore50/es/System.Xml.XDocument.xml", + "ref/netcore50/fr/System.Xml.XDocument.xml", + "ref/netcore50/it/System.Xml.XDocument.xml", + "ref/netcore50/ja/System.Xml.XDocument.xml", + "ref/netcore50/ko/System.Xml.XDocument.xml", + "ref/netcore50/ru/System.Xml.XDocument.xml", + "ref/netcore50/zh-hans/System.Xml.XDocument.xml", + "ref/netcore50/zh-hant/System.Xml.XDocument.xml", "ref/netstandard1.0/System.Xml.XDocument.dll", + "ref/netstandard1.0/System.Xml.XDocument.xml", + "ref/netstandard1.0/de/System.Xml.XDocument.xml", + "ref/netstandard1.0/es/System.Xml.XDocument.xml", + "ref/netstandard1.0/fr/System.Xml.XDocument.xml", + "ref/netstandard1.0/it/System.Xml.XDocument.xml", + "ref/netstandard1.0/ja/System.Xml.XDocument.xml", + "ref/netstandard1.0/ko/System.Xml.XDocument.xml", + "ref/netstandard1.0/ru/System.Xml.XDocument.xml", + "ref/netstandard1.0/zh-hans/System.Xml.XDocument.xml", + "ref/netstandard1.0/zh-hant/System.Xml.XDocument.xml", "ref/netstandard1.3/System.Xml.XDocument.dll", + "ref/netstandard1.3/System.Xml.XDocument.xml", + "ref/netstandard1.3/de/System.Xml.XDocument.xml", + "ref/netstandard1.3/es/System.Xml.XDocument.xml", + "ref/netstandard1.3/fr/System.Xml.XDocument.xml", + "ref/netstandard1.3/it/System.Xml.XDocument.xml", + "ref/netstandard1.3/ja/System.Xml.XDocument.xml", + "ref/netstandard1.3/ko/System.Xml.XDocument.xml", + "ref/netstandard1.3/ru/System.Xml.XDocument.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XDocument.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XDocument.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -13802,6 +15554,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Xml.XmlDocument.dll", "ref/netstandard1.3/System.Xml.XmlDocument.dll", + "ref/netstandard1.3/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/de/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/es/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/fr/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/it/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/ja/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/ko/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/ru/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XmlDocument.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -13836,8 +15598,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Xml.XmlSerializer.dll", + "ref/netcore50/System.Xml.XmlSerializer.xml", + "ref/netcore50/de/System.Xml.XmlSerializer.xml", + "ref/netcore50/es/System.Xml.XmlSerializer.xml", + "ref/netcore50/fr/System.Xml.XmlSerializer.xml", + "ref/netcore50/it/System.Xml.XmlSerializer.xml", + "ref/netcore50/ja/System.Xml.XmlSerializer.xml", + "ref/netcore50/ko/System.Xml.XmlSerializer.xml", + "ref/netcore50/ru/System.Xml.XmlSerializer.xml", + "ref/netcore50/zh-hans/System.Xml.XmlSerializer.xml", + "ref/netcore50/zh-hant/System.Xml.XmlSerializer.xml", "ref/netstandard1.0/System.Xml.XmlSerializer.dll", + "ref/netstandard1.0/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/de/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/es/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/fr/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/it/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/ja/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/ko/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/ru/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/zh-hans/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/zh-hant/System.Xml.XmlSerializer.xml", "ref/netstandard1.3/System.Xml.XmlSerializer.dll", + "ref/netstandard1.3/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/de/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/es/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/fr/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/it/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/ja/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/ko/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/ru/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XmlSerializer.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -13851,30 +15643,26 @@ "system.xml.xmlserializer.nuspec" ] }, - "YamlDotNet/13.3.1": { - "sha512": "Q2dqDsb0xAlr092grgHk8/vTXI2snIiYM5ND3IXkgJDFIdPnqDYwYnlk+gwzSeRByDLhiSzTog8uT7xFwH68Zg==", + "YamlDotNet/16.3.0": { + "sha512": "SgMOdxbz8X65z8hraIs6hOEdnkH6hESTAIUa7viEngHOYaH+6q5XJmwr1+yb9vJpNQ19hCQY69xbFsLtXpobQA==", "type": "package", - "path": "yamldotnet/13.3.1", + "path": "yamldotnet/16.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.txt", + "README.md", "images/yamldotnet.png", - "lib/net35/YamlDotNet.dll", - "lib/net35/YamlDotNet.xml", - "lib/net45/YamlDotNet.dll", - "lib/net45/YamlDotNet.xml", "lib/net47/YamlDotNet.dll", "lib/net47/YamlDotNet.xml", "lib/net6.0/YamlDotNet.dll", "lib/net6.0/YamlDotNet.xml", - "lib/net7.0/YamlDotNet.dll", - "lib/net7.0/YamlDotNet.xml", + "lib/net8.0/YamlDotNet.dll", + "lib/net8.0/YamlDotNet.xml", "lib/netstandard2.0/YamlDotNet.dll", "lib/netstandard2.0/YamlDotNet.xml", "lib/netstandard2.1/YamlDotNet.dll", "lib/netstandard2.1/YamlDotNet.xml", - "yamldotnet.13.3.1.nupkg.sha512", + "yamldotnet.16.3.0.nupkg.sha512", "yamldotnet.nuspec" ] }, @@ -13901,32 +15689,32 @@ }, "projectFileDependencyGroups": { "net9.0": [ - "AspNetCore.HealthChecks.AzureServiceBus >= 8.0.1", + "AspNetCore.HealthChecks.AzureServiceBus >= 9.0.0", "AspNetCore.HealthChecks.AzureStorage >= 7.0.0", "AspNetCore.HealthChecks.Rabbitmq >= 8.0.2", - "AspNetCore.HealthChecks.SqlServer >= 8.0.2", - "AspNetCore.HealthChecks.UI.Client >= 8.0.1", - "Autofac.Extensions.DependencyInjection >= 10.0.0", + "AspNetCore.HealthChecks.SqlServer >= 9.0.0", + "AspNetCore.HealthChecks.UI.Client >= 9.0.0", + "Autofac.Extensions.DependencyInjection >= 9.0.0", "EventBus >= 1.0.0", "EventBusRabbitMQ >= 1.0.0", "EventBusServiceBus >= 1.0.0", - "Google.Protobuf >= 3.28.3", - "Grpc.AspNetCore.Server >= 2.70.0", - "Grpc.Tools >= 2.68.1", + "Google.Protobuf >= 3.33.1", + "Grpc.AspNetCore.Server >= 2.71.0", + "Grpc.Tools >= 2.76.0", "IntegrationEventLogEF >= 1.0.0", - "Microsoft.ApplicationInsights.AspNetCore >= 2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector >= 2.22.0", - "Microsoft.ApplicationInsights.Kubernetes >= 7.0.0", + "Microsoft.ApplicationInsights.AspNetCore >= 2.23.0", + "Microsoft.ApplicationInsights.DependencyCollector >= 2.23.0", + "Microsoft.ApplicationInsights.Kubernetes >= 8.0.0", "Microsoft.AspNetCore.HealthChecks >= 1.0.0", "Microsoft.AspNetCore.Mvc.NewtonsoftJson >= 9.0.0", "Microsoft.Extensions.Configuration.AzureKeyVault >= 3.1.24", "Microsoft.Extensions.Logging.AzureAppServices >= 9.0.0", - "Serilog.AspNetCore >= 8.0.3", + "Serilog.AspNetCore >= 9.0.0", "Serilog.Enrichers.Environment >= 3.0.1", - "Serilog.Settings.Configuration >= 8.0.4", - "Serilog.Sinks.Console >= 6.0.0", - "Serilog.Sinks.Http >= 9.0.0", - "Serilog.Sinks.Seq >= 8.0.0", + "Serilog.Settings.Configuration >= 9.0.0", + "Serilog.Sinks.Console >= 6.1.1", + "Serilog.Sinks.Http >= 9.2.0", + "Serilog.Sinks.Seq >= 9.0.0", "Swashbuckle.AspNetCore >= 7.2.0", "Swashbuckle.AspNetCore.Newtonsoft >= 7.2.0" ] @@ -13989,7 +15777,7 @@ "dependencies": { "AspNetCore.HealthChecks.AzureServiceBus": { "target": "Package", - "version": "[8.0.1, )" + "version": "[9.0.0, )" }, "AspNetCore.HealthChecks.AzureStorage": { "target": "Package", @@ -14001,40 +15789,40 @@ }, "AspNetCore.HealthChecks.SqlServer": { "target": "Package", - "version": "[8.0.2, )" + "version": "[9.0.0, )" }, "AspNetCore.HealthChecks.UI.Client": { "target": "Package", - "version": "[8.0.1, )" + "version": "[9.0.0, )" }, "Autofac.Extensions.DependencyInjection": { "target": "Package", - "version": "[10.0.0, )" + "version": "[9.0.0, )" }, "Google.Protobuf": { "target": "Package", - "version": "[3.28.3, )" + "version": "[3.33.1, )" }, "Grpc.AspNetCore.Server": { "target": "Package", - "version": "[2.70.0, )" + "version": "[2.71.0, )" }, "Grpc.Tools": { "suppressParent": "All", "target": "Package", - "version": "[2.68.1, )" + "version": "[2.76.0, )" }, "Microsoft.ApplicationInsights.AspNetCore": { "target": "Package", - "version": "[2.22.0, )" + "version": "[2.23.0, )" }, "Microsoft.ApplicationInsights.DependencyCollector": { "target": "Package", - "version": "[2.22.0, )" + "version": "[2.23.0, )" }, "Microsoft.ApplicationInsights.Kubernetes": { "target": "Package", - "version": "[7.0.0, )" + "version": "[8.0.0, )" }, "Microsoft.AspNetCore.HealthChecks": { "target": "Package", @@ -14054,7 +15842,7 @@ }, "Serilog.AspNetCore": { "target": "Package", - "version": "[8.0.3, )" + "version": "[9.0.0, )" }, "Serilog.Enrichers.Environment": { "target": "Package", @@ -14062,19 +15850,19 @@ }, "Serilog.Settings.Configuration": { "target": "Package", - "version": "[8.0.4, )" + "version": "[9.0.0, )" }, "Serilog.Sinks.Console": { "target": "Package", - "version": "[6.0.0, )" + "version": "[6.1.1, )" }, "Serilog.Sinks.Http": { "target": "Package", - "version": "[9.0.0, )" + "version": "[9.2.0, )" }, "Serilog.Sinks.Seq": { "target": "Package", - "version": "[8.0.0, )" + "version": "[9.0.0, )" }, "Swashbuckle.AspNetCore": { "target": "Package", diff --git a/src/Services/Catalog/Catalog.API/obj/project.nuget.cache b/src/Services/Catalog/Catalog.API/obj/project.nuget.cache index 52f58f5f..478b8e1d 100644 --- a/src/Services/Catalog/Catalog.API/obj/project.nuget.cache +++ b/src/Services/Catalog/Catalog.API/obj/project.nuget.cache @@ -1,44 +1,42 @@ { "version": 2, - "dgSpecHash": "Q/aVAPmfatw=", + "dgSpecHash": "VeT2oPWvvC4=", "success": true, "projectFilePath": "/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Catalog/Catalog.API/Catalog.API.csproj", "expectedPackageFiles": [ - "/home/runner/.nuget/packages/aspnetcore.healthchecks.azureservicebus/8.0.1/aspnetcore.healthchecks.azureservicebus.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.azureservicebus/9.0.0/aspnetcore.healthchecks.azureservicebus.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/aspnetcore.healthchecks.azurestorage/7.0.0/aspnetcore.healthchecks.azurestorage.7.0.0.nupkg.sha512", "/home/runner/.nuget/packages/aspnetcore.healthchecks.rabbitmq/8.0.2/aspnetcore.healthchecks.rabbitmq.8.0.2.nupkg.sha512", - "/home/runner/.nuget/packages/aspnetcore.healthchecks.sqlserver/8.0.2/aspnetcore.healthchecks.sqlserver.8.0.2.nupkg.sha512", - "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.client/8.0.1/aspnetcore.healthchecks.ui.client.8.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.core/8.0.1/aspnetcore.healthchecks.ui.core.8.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/autofac/8.1.1/autofac.8.1.1.nupkg.sha512", - "/home/runner/.nuget/packages/autofac.extensions.dependencyinjection/10.0.0/autofac.extensions.dependencyinjection.10.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/azure.core/1.36.0/azure.core.1.36.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.sqlserver/9.0.0/aspnetcore.healthchecks.sqlserver.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.client/9.0.0/aspnetcore.healthchecks.ui.client.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.core/9.0.0/aspnetcore.healthchecks.ui.core.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/autofac/9.0.0/autofac.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/autofac.extensions.dependencyinjection/9.0.0/autofac.extensions.dependencyinjection.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/azure.core/1.38.0/azure.core.1.38.0.nupkg.sha512", "/home/runner/.nuget/packages/azure.core.amqp/1.3.0/azure.core.amqp.1.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/azure.identity/1.10.3/azure.identity.1.10.3.nupkg.sha512", + "/home/runner/.nuget/packages/azure.identity/1.11.4/azure.identity.1.11.4.nupkg.sha512", "/home/runner/.nuget/packages/azure.messaging.servicebus/7.17.0/azure.messaging.servicebus.7.17.0.nupkg.sha512", "/home/runner/.nuget/packages/azure.storage.blobs/12.17.0/azure.storage.blobs.12.17.0.nupkg.sha512", "/home/runner/.nuget/packages/azure.storage.common/12.16.0/azure.storage.common.12.16.0.nupkg.sha512", "/home/runner/.nuget/packages/azure.storage.files.shares/12.15.0/azure.storage.files.shares.12.15.0.nupkg.sha512", "/home/runner/.nuget/packages/azure.storage.queues/12.15.0/azure.storage.queues.12.15.0.nupkg.sha512", - "/home/runner/.nuget/packages/fractions/7.2.1/fractions.7.2.1.nupkg.sha512", - "/home/runner/.nuget/packages/google.protobuf/3.28.3/google.protobuf.3.28.3.nupkg.sha512", - "/home/runner/.nuget/packages/grpc.aspnetcore.server/2.70.0/grpc.aspnetcore.server.2.70.0.nupkg.sha512", - "/home/runner/.nuget/packages/grpc.core.api/2.70.0/grpc.core.api.2.70.0.nupkg.sha512", - "/home/runner/.nuget/packages/grpc.net.common/2.70.0/grpc.net.common.2.70.0.nupkg.sha512", - "/home/runner/.nuget/packages/grpc.tools/2.68.1/grpc.tools.2.68.1.nupkg.sha512", + "/home/runner/.nuget/packages/fractions/7.3.0/fractions.7.3.0.nupkg.sha512", + "/home/runner/.nuget/packages/google.protobuf/3.33.1/google.protobuf.3.33.1.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.aspnetcore.server/2.71.0/grpc.aspnetcore.server.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.core.api/2.71.0/grpc.core.api.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.net.common/2.71.0/grpc.net.common.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.tools/2.76.0/grpc.tools.2.76.0.nupkg.sha512", "/home/runner/.nuget/packages/humanizer.core/2.14.1/humanizer.core.2.14.1.nupkg.sha512", - "/home/runner/.nuget/packages/identitymodel/5.2.0/identitymodel.5.2.0.nupkg.sha512", - "/home/runner/.nuget/packages/identitymodel.oidcclient/5.2.1/identitymodel.oidcclient.5.2.1.nupkg.sha512", - "/home/runner/.nuget/packages/kubernetesclient/12.1.1/kubernetesclient.12.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/kubernetesclient/17.0.14/kubernetesclient.17.0.14.nupkg.sha512", "/home/runner/.nuget/packages/libuv/1.9.1/libuv.1.9.1.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights/2.22.0/microsoft.applicationinsights.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.aspnetcore/2.22.0/microsoft.applicationinsights.aspnetcore.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.dependencycollector/2.22.0/microsoft.applicationinsights.dependencycollector.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.eventcountercollector/2.22.0/microsoft.applicationinsights.eventcountercollector.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.kubernetes/7.0.0/microsoft.applicationinsights.kubernetes.7.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.perfcountercollector/2.22.0/microsoft.applicationinsights.perfcountercollector.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.windowsserver/2.22.0/microsoft.applicationinsights.windowsserver.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.windowsserver.telemetrychannel/2.22.0/microsoft.applicationinsights.windowsserver.telemetrychannel.2.22.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights/2.23.0/microsoft.applicationinsights.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.aspnetcore/2.23.0/microsoft.applicationinsights.aspnetcore.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.dependencycollector/2.23.0/microsoft.applicationinsights.dependencycollector.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.eventcountercollector/2.23.0/microsoft.applicationinsights.eventcountercollector.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.kubernetes/8.0.0/microsoft.applicationinsights.kubernetes.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.perfcountercollector/2.23.0/microsoft.applicationinsights.perfcountercollector.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.windowsserver/2.23.0/microsoft.applicationinsights.windowsserver.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.windowsserver.telemetrychannel/2.23.0/microsoft.applicationinsights.windowsserver.telemetrychannel.2.23.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.aspnetcore.healthchecks/1.0.0/microsoft.aspnetcore.healthchecks.1.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.aspnetcore.hosting/2.1.1/microsoft.aspnetcore.hosting.2.1.1.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.aspnetcore.hosting.abstractions/2.1.1/microsoft.aspnetcore.hosting.abstractions.2.1.1.nupkg.sha512", @@ -66,7 +64,7 @@ "/home/runner/.nuget/packages/microsoft.codeanalysis.workspaces.common/4.8.0/microsoft.codeanalysis.workspaces.common.4.8.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.codeanalysis.workspaces.msbuild/4.8.0/microsoft.codeanalysis.workspaces.msbuild.4.8.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.csharp/4.7.0/microsoft.csharp.4.7.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.data.sqlclient/5.2.0/microsoft.data.sqlclient.5.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.data.sqlclient/5.2.2/microsoft.data.sqlclient.5.2.2.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.data.sqlclient.sni.runtime/5.2.0/microsoft.data.sqlclient.sni.runtime.5.2.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.entityframeworkcore/9.0.0/microsoft.entityframeworkcore.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.entityframeworkcore.abstractions/9.0.0/microsoft.entityframeworkcore.abstractions.9.0.0.nupkg.sha512", @@ -77,58 +75,58 @@ "/home/runner/.nuget/packages/microsoft.extensions.apidescription.server/6.0.5/microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.caching.abstractions/9.0.0/microsoft.extensions.caching.abstractions.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.caching.memory/9.0.0/microsoft.extensions.caching.memory.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration/9.0.0/microsoft.extensions.configuration.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.abstractions/9.0.0/microsoft.extensions.configuration.abstractions.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration/9.0.2/microsoft.extensions.configuration.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.abstractions/9.0.7/microsoft.extensions.configuration.abstractions.9.0.7.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.configuration.azurekeyvault/3.1.24/microsoft.extensions.configuration.azurekeyvault.3.1.24.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.binder/9.0.0/microsoft.extensions.configuration.binder.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.commandline/6.0.0/microsoft.extensions.configuration.commandline.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.environmentvariables/9.0.0/microsoft.extensions.configuration.environmentvariables.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.fileextensions/9.0.0/microsoft.extensions.configuration.fileextensions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.json/9.0.0/microsoft.extensions.configuration.json.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.usersecrets/6.0.1/microsoft.extensions.configuration.usersecrets.6.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection/9.0.0/microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/9.0.0/microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.binder/9.0.2/microsoft.extensions.configuration.binder.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.commandline/9.0.2/microsoft.extensions.configuration.commandline.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.environmentvariables/9.0.2/microsoft.extensions.configuration.environmentvariables.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.fileextensions/9.0.2/microsoft.extensions.configuration.fileextensions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.json/9.0.2/microsoft.extensions.configuration.json.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.usersecrets/9.0.2/microsoft.extensions.configuration.usersecrets.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection/9.0.2/microsoft.extensions.dependencyinjection.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/9.0.2/microsoft.extensions.dependencyinjection.abstractions.9.0.2.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.dependencymodel/9.0.0/microsoft.extensions.dependencymodel.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.diagnosticadapter/3.1.27/microsoft.extensions.diagnosticadapter.3.1.27.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.abstractions/8.0.0/microsoft.extensions.diagnostics.abstractions.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks/8.0.0/microsoft.extensions.diagnostics.healthchecks.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks.abstractions/8.0.0/microsoft.extensions.diagnostics.healthchecks.abstractions.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.abstractions/9.0.0/microsoft.extensions.fileproviders.abstractions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.physical/9.0.0/microsoft.extensions.fileproviders.physical.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.filesystemglobbing/9.0.0/microsoft.extensions.filesystemglobbing.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnosticadapter/3.1.32/microsoft.extensions.diagnosticadapter.3.1.32.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics/9.0.2/microsoft.extensions.diagnostics.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.abstractions/9.0.2/microsoft.extensions.diagnostics.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks/8.0.11/microsoft.extensions.diagnostics.healthchecks.8.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks.abstractions/8.0.11/microsoft.extensions.diagnostics.healthchecks.abstractions.8.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.abstractions/9.0.2/microsoft.extensions.fileproviders.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.physical/9.0.2/microsoft.extensions.fileproviders.physical.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.filesystemglobbing/9.0.2/microsoft.extensions.filesystemglobbing.9.0.2.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.healthchecks/1.0.0/microsoft.extensions.healthchecks.1.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.hosting/6.0.1/microsoft.extensions.hosting.6.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.hosting.abstractions/8.0.0/microsoft.extensions.hosting.abstractions.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.http/3.1.0/microsoft.extensions.http.3.1.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging/9.0.0/microsoft.extensions.logging.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.abstractions/9.0.0/microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.applicationinsights/2.22.0/microsoft.extensions.logging.applicationinsights.2.22.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.hosting/9.0.2/microsoft.extensions.hosting.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.hosting.abstractions/9.0.2/microsoft.extensions.hosting.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging/9.0.2/microsoft.extensions.logging.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.abstractions/9.0.2/microsoft.extensions.logging.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.applicationinsights/2.23.0/microsoft.extensions.logging.applicationinsights.2.23.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.logging.azureappservices/9.0.0/microsoft.extensions.logging.azureappservices.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.configuration/9.0.0/microsoft.extensions.logging.configuration.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.console/6.0.0/microsoft.extensions.logging.console.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.debug/6.0.0/microsoft.extensions.logging.debug.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.eventlog/6.0.0/microsoft.extensions.logging.eventlog.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.eventsource/6.0.0/microsoft.extensions.logging.eventsource.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.objectpool/7.0.0/microsoft.extensions.objectpool.7.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.options/9.0.0/microsoft.extensions.options.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.options.configurationextensions/9.0.0/microsoft.extensions.options.configurationextensions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.primitives/9.0.0/microsoft.extensions.primitives.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identity.client/4.56.0/microsoft.identity.client.4.56.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identity.client.extensions.msal/4.56.0/microsoft.identity.client.extensions.msal.4.56.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.abstractions/7.0.0/microsoft.identitymodel.abstractions.7.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.configuration/9.0.2/microsoft.extensions.logging.configuration.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.console/9.0.2/microsoft.extensions.logging.console.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.debug/9.0.2/microsoft.extensions.logging.debug.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.eventlog/9.0.2/microsoft.extensions.logging.eventlog.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.eventsource/9.0.2/microsoft.extensions.logging.eventsource.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.objectpool/2.1.1/microsoft.extensions.objectpool.2.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.options/9.0.2/microsoft.extensions.options.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.options.configurationextensions/9.0.2/microsoft.extensions.options.configurationextensions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.primitives/9.0.7/microsoft.extensions.primitives.9.0.7.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identity.client/4.61.3/microsoft.identity.client.4.61.3.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identity.client.extensions.msal/4.61.3/microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.abstractions/8.6.0/microsoft.identitymodel.abstractions.8.6.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.identitymodel.clients.activedirectory/3.14.2/microsoft.identitymodel.clients.activedirectory.3.14.2.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.jsonwebtokens/7.0.0/microsoft.identitymodel.jsonwebtokens.7.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.logging/7.0.0/microsoft.identitymodel.logging.7.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.jsonwebtokens/8.6.0/microsoft.identitymodel.jsonwebtokens.8.6.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.logging/8.6.0/microsoft.identitymodel.logging.8.6.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.identitymodel.protocols/6.35.0/microsoft.identitymodel.protocols.6.35.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.identitymodel.protocols.openidconnect/6.35.0/microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.tokens/7.0.0/microsoft.identitymodel.tokens.7.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.tokens/8.6.0/microsoft.identitymodel.tokens.8.6.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.net.http.headers/2.1.1/microsoft.net.http.headers.2.1.1.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.netcore.app/1.0.5/microsoft.netcore.app.1.0.5.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.netcore.dotnethost/1.0.1/microsoft.netcore.dotnethost.1.0.1.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.netcore.dotnethostpolicy/1.0.5/microsoft.netcore.dotnethostpolicy.1.0.5.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.netcore.dotnethostresolver/1.0.1/microsoft.netcore.dotnethostresolver.1.0.1.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.netcore.jit/1.0.7/microsoft.netcore.jit.1.0.7.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.netcore.platforms/5.0.0/microsoft.netcore.platforms.5.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.netcore.platforms/3.1.0/microsoft.netcore.platforms.3.1.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.netcore.runtime.coreclr/1.0.7/microsoft.netcore.runtime.coreclr.1.0.7.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.netcore.targets/1.1.0/microsoft.netcore.targets.1.1.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.netcore.windows.apisets/1.0.1/microsoft.netcore.windows.apisets.1.0.1.nupkg.sha512", @@ -141,11 +139,10 @@ "/home/runner/.nuget/packages/microsoft.win32.registry/4.3.0/microsoft.win32.registry.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/mono.texttemplating/3.0.0/mono.texttemplating.3.0.0.nupkg.sha512", "/home/runner/.nuget/packages/netstandard.library/1.6.1/netstandard.library.1.6.1.nupkg.sha512", - "/home/runner/.nuget/packages/newtonsoft.json/13.0.3/newtonsoft.json.13.0.3.nupkg.sha512", + "/home/runner/.nuget/packages/newtonsoft.json/13.0.4/newtonsoft.json.13.0.4.nupkg.sha512", "/home/runner/.nuget/packages/newtonsoft.json.bson/1.0.2/newtonsoft.json.bson.1.0.2.nupkg.sha512", - "/home/runner/.nuget/packages/polly/8.5.0/polly.8.5.0.nupkg.sha512", - "/home/runner/.nuget/packages/polly.core/8.5.0/polly.core.8.5.0.nupkg.sha512", - "/home/runner/.nuget/packages/prometheus-net/8.0.1/prometheus-net.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/polly/8.6.5/polly.8.6.5.nupkg.sha512", + "/home/runner/.nuget/packages/polly.core/8.6.5/polly.core.8.6.5.nupkg.sha512", "/home/runner/.nuget/packages/rabbitmq.client/6.8.1/rabbitmq.client.6.8.1.nupkg.sha512", "/home/runner/.nuget/packages/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", @@ -165,18 +162,18 @@ "/home/runner/.nuget/packages/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog/4.0.0/serilog.4.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.aspnetcore/8.0.3/serilog.aspnetcore.8.0.3.nupkg.sha512", + "/home/runner/.nuget/packages/serilog/4.2.0/serilog.4.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.aspnetcore/9.0.0/serilog.aspnetcore.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/serilog.enrichers.environment/3.0.1/serilog.enrichers.environment.3.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.extensions.hosting/8.0.0/serilog.extensions.hosting.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.extensions.logging/8.0.0/serilog.extensions.logging.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.formatting.compact/2.0.0/serilog.formatting.compact.2.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.settings.configuration/8.0.4/serilog.settings.configuration.8.0.4.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.console/6.0.0/serilog.sinks.console.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.debug/2.0.0/serilog.sinks.debug.2.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.file/5.0.0/serilog.sinks.file.5.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.http/9.0.0/serilog.sinks.http.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.seq/8.0.0/serilog.sinks.seq.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.extensions.hosting/9.0.0/serilog.extensions.hosting.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.extensions.logging/9.0.0/serilog.extensions.logging.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.formatting.compact/3.0.0/serilog.formatting.compact.3.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.settings.configuration/9.0.0/serilog.settings.configuration.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.console/6.1.1/serilog.sinks.console.6.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.debug/3.0.0/serilog.sinks.debug.3.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.file/7.0.0/serilog.sinks.file.7.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.http/9.2.0/serilog.sinks.http.9.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.seq/9.0.0/serilog.sinks.seq.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/swashbuckle.aspnetcore/7.2.0/swashbuckle.aspnetcore.7.2.0.nupkg.sha512", "/home/runner/.nuget/packages/swashbuckle.aspnetcore.newtonsoft/7.2.0/swashbuckle.aspnetcore.newtonsoft.7.2.0.nupkg.sha512", "/home/runner/.nuget/packages/swashbuckle.aspnetcore.swagger/7.2.0/swashbuckle.aspnetcore.swagger.7.2.0.nupkg.sha512", @@ -184,6 +181,7 @@ "/home/runner/.nuget/packages/swashbuckle.aspnetcore.swaggerui/7.2.0/swashbuckle.aspnetcore.swaggerui.7.2.0.nupkg.sha512", "/home/runner/.nuget/packages/system.appcontext/4.3.0/system.appcontext.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.buffers/4.5.0/system.buffers.4.5.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.clientmodel/1.0.0/system.clientmodel.1.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.codedom/6.0.0/system.codedom.6.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.collections/4.3.0/system.collections.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.collections.concurrent/4.3.0/system.collections.concurrent.4.3.0.nupkg.sha512", @@ -199,8 +197,8 @@ "/home/runner/.nuget/packages/system.configuration.configurationmanager/8.0.0/system.configuration.configurationmanager.8.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.console/4.3.0/system.console.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.debug/4.3.0/system.diagnostics.debug.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.diagnostics.diagnosticsource/8.0.1/system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/system.diagnostics.eventlog/8.0.0/system.diagnostics.eventlog.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.diagnostics.diagnosticsource/10.0.0/system.diagnostics.diagnosticsource.10.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.diagnostics.eventlog/9.0.2/system.diagnostics.eventlog.9.0.2.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.performancecounter/6.0.0/system.diagnostics.performancecounter.6.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.process/4.3.0/system.diagnostics.process.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.tools/4.3.0/system.diagnostics.tools.4.3.0.nupkg.sha512", @@ -210,12 +208,12 @@ "/home/runner/.nuget/packages/system.globalization/4.3.0/system.globalization.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.globalization.calendars/4.3.0/system.globalization.calendars.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.globalization.extensions/4.3.0/system.globalization.extensions.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.identitymodel.tokens.jwt/7.0.0/system.identitymodel.tokens.jwt.7.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.identitymodel.tokens.jwt/8.6.0/system.identitymodel.tokens.jwt.8.6.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io/4.3.0/system.io.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io.compression/4.3.0/system.io.compression.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io.compression.zipfile/4.3.0/system.io.compression.zipfile.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io.filesystem/4.3.0/system.io.filesystem.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.io.filesystem.accesscontrol/5.0.0/system.io.filesystem.accesscontrol.5.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.io.filesystem.accesscontrol/4.7.0/system.io.filesystem.accesscontrol.4.7.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io.filesystem.primitives/4.3.0/system.io.filesystem.primitives.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io.filesystem.watcher/4.0.0/system.io.filesystem.watcher.4.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io.hashing/6.0.0/system.io.hashing.6.0.0.nupkg.sha512", @@ -260,7 +258,7 @@ "/home/runner/.nuget/packages/system.runtime.numerics/4.3.0/system.runtime.numerics.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.runtime.serialization.json/4.0.2/system.runtime.serialization.json.4.0.2.nupkg.sha512", "/home/runner/.nuget/packages/system.runtime.serialization.primitives/4.1.1/system.runtime.serialization.primitives.4.1.1.nupkg.sha512", - "/home/runner/.nuget/packages/system.security.accesscontrol/5.0.0/system.security.accesscontrol.5.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.security.accesscontrol/4.7.0/system.security.accesscontrol.4.7.0.nupkg.sha512", "/home/runner/.nuget/packages/system.security.claims/4.0.1/system.security.claims.4.0.1.nupkg.sha512", "/home/runner/.nuget/packages/system.security.cryptography.algorithms/4.3.0/system.security.cryptography.algorithms.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.security.cryptography.cng/4.3.0/system.security.cryptography.cng.4.3.0.nupkg.sha512", @@ -271,7 +269,7 @@ "/home/runner/.nuget/packages/system.security.cryptography.protecteddata/8.0.0/system.security.cryptography.protecteddata.8.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.security.cryptography.x509certificates/4.3.0/system.security.cryptography.x509certificates.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.security.principal/4.0.1/system.security.principal.4.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/system.security.principal.windows/5.0.0/system.security.principal.windows.5.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.security.principal.windows/4.7.0/system.security.principal.windows.4.7.0.nupkg.sha512", "/home/runner/.nuget/packages/system.text.encoding/4.3.0/system.text.encoding.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.text.encoding.extensions/4.3.0/system.text.encoding.extensions.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.text.encodings.web/4.7.2/system.text.encodings.web.4.7.2.nupkg.sha512", @@ -292,7 +290,7 @@ "/home/runner/.nuget/packages/system.xml.xdocument/4.3.0/system.xml.xdocument.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.xml.xmldocument/4.0.1/system.xml.xmldocument.4.0.1.nupkg.sha512", "/home/runner/.nuget/packages/system.xml.xmlserializer/4.0.11/system.xml.xmlserializer.4.0.11.nupkg.sha512", - "/home/runner/.nuget/packages/yamldotnet/13.3.1/yamldotnet.13.3.1.nupkg.sha512" + "/home/runner/.nuget/packages/yamldotnet/16.3.0/yamldotnet.16.3.0.nupkg.sha512" ], "logs": [] } \ No newline at end of file diff --git a/src/Services/Catalog/Catalog.API/obj/staticwebassets.pack.sentinel b/src/Services/Catalog/Catalog.API/obj/staticwebassets.pack.sentinel deleted file mode 100644 index cd5ac039..00000000 --- a/src/Services/Catalog/Catalog.API/obj/staticwebassets.pack.sentinel +++ /dev/null @@ -1 +0,0 @@ -2.0 diff --git a/src/Services/Coupon/Coupon.API/Coupon.API.csproj b/src/Services/Coupon/Coupon.API/Coupon.API.csproj index c34c9be3..9d0d96f3 100644 --- a/src/Services/Coupon/Coupon.API/Coupon.API.csproj +++ b/src/Services/Coupon/Coupon.API/Coupon.API.csproj @@ -6,25 +6,51 @@ ..\..\..\.. - + - - - - - + + + + + + + + + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + + + + + + - - - - - - + + + + + + + + + diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Autofac.Extensions.DependencyInjection.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Autofac.Extensions.DependencyInjection.dll deleted file mode 100755 index ecbb4c95..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Autofac.Extensions.DependencyInjection.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Autofac.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Autofac.dll deleted file mode 100755 index fa2fdf5a..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Autofac.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Azure.Core.Amqp.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Azure.Core.Amqp.dll deleted file mode 100755 index 7e9d668b..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Azure.Core.Amqp.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Azure.Core.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Azure.Core.dll deleted file mode 100755 index 68b9aae8..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Azure.Core.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Azure.Identity.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Azure.Identity.dll deleted file mode 100755 index 0975dc50..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Azure.Identity.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Azure.Messaging.EventHubs.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Azure.Messaging.EventHubs.dll deleted file mode 100755 index f18c549f..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Azure.Messaging.EventHubs.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Azure.Messaging.ServiceBus.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Azure.Messaging.ServiceBus.dll deleted file mode 100755 index a864ad94..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Azure.Messaging.ServiceBus.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Coupon.API b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Coupon.API deleted file mode 100755 index 577cf0cf..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Coupon.API and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Coupon.API.deps.json b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Coupon.API.deps.json deleted file mode 100644 index cc5f5089..00000000 --- a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Coupon.API.deps.json +++ /dev/null @@ -1,3728 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": { - "Coupon.API/1.0.0": { - "dependencies": { - "AspNetCore.HealthChecks.AzureServiceBus": "6.0.3", - "AspNetCore.HealthChecks.MongoDb": "6.0.1", - "AspNetCore.HealthChecks.Rabbitmq": "6.0.2", - "AspNetCore.HealthChecks.SqlServer": "6.0.2", - "AspNetCore.HealthChecks.UI.Client": "6.0.4", - "Autofac.Extensions.DependencyInjection": "7.2.0", - "EventBus": "1.0.0", - "EventBusRabbitMQ": "1.0.0", - "EventBusServiceBus": "1.0.0", - "Microsoft.ApplicationInsights.AspNetCore": "2.20.0", - "Microsoft.ApplicationInsights.Kubernetes": "2.0.2", - "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.3", - "Microsoft.Extensions.Configuration.AzureKeyVault": "3.1.23", - "Microsoft.VisualStudio.Azure.Containers.Tools.Targets": "1.19.6", - "MongoDB.Driver": "2.13.3", - "MongoDB.Driver.Core": "2.13.3", - "Polly": "7.2.3", - "Serilog.AspNetCore": "5.0.0", - "Serilog.Settings.Configuration": "3.3.0", - "Serilog.Sinks.Console": "5.0.1", - "Serilog.Sinks.Http": "7.2.0", - "Serilog.Sinks.Seq": "5.1.1", - "Swashbuckle.AspNetCore": "6.3.0" - }, - "runtime": { - "Coupon.API.dll": {} - } - }, - "AspNetCore.HealthChecks.AzureServiceBus/6.0.3": { - "dependencies": { - "Azure.Messaging.EventHubs": "5.6.2", - "Azure.Messaging.ServiceBus": "7.6.0", - "Microsoft.Extensions.Diagnostics.HealthChecks": "6.0.2" - }, - "runtime": { - "lib/net6.0/HealthChecks.AzureServiceBus.dll": { - "assemblyVersion": "6.0.3.0", - "fileVersion": "6.0.3.0" - } - } - }, - "AspNetCore.HealthChecks.MongoDb/6.0.1": { - "dependencies": { - "Microsoft.Extensions.Diagnostics.HealthChecks": "6.0.2", - "MongoDB.Driver": "2.13.3" - }, - "runtime": { - "lib/net6.0/HealthChecks.MongoDb.dll": { - "assemblyVersion": "6.0.1.0", - "fileVersion": "6.0.1.0" - } - } - }, - "AspNetCore.HealthChecks.Rabbitmq/6.0.2": { - "dependencies": { - "Microsoft.Extensions.Diagnostics.HealthChecks": "6.0.2", - "RabbitMQ.Client": "6.2.4" - }, - "runtime": { - "lib/net6.0/HealthChecks.Rabbitmq.dll": { - "assemblyVersion": "6.0.2.0", - "fileVersion": "6.0.2.0" - } - } - }, - "AspNetCore.HealthChecks.SqlServer/6.0.2": { - "dependencies": { - "Microsoft.Data.SqlClient": "3.0.1", - "Microsoft.Extensions.Diagnostics.HealthChecks": "6.0.2" - }, - "runtime": { - "lib/net6.0/HealthChecks.SqlServer.dll": { - "assemblyVersion": "6.0.2.0", - "fileVersion": "6.0.2.0" - } - } - }, - "AspNetCore.HealthChecks.UI.Client/6.0.4": { - "dependencies": { - "AspNetCore.HealthChecks.UI.Core": "6.0.4", - "Microsoft.Extensions.Diagnostics.HealthChecks": "6.0.2" - }, - "runtime": { - "lib/net6.0/HealthChecks.UI.Client.dll": { - "assemblyVersion": "6.0.4.0", - "fileVersion": "6.0.4.0" - } - } - }, - "AspNetCore.HealthChecks.UI.Core/6.0.4": { - "dependencies": { - "Microsoft.EntityFrameworkCore": "6.0.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Diagnostics.HealthChecks": "6.0.2", - "System.Text.Json": "6.0.0" - }, - "runtime": { - "lib/net6.0/HealthChecks.UI.Core.dll": { - "assemblyVersion": "6.0.4.0", - "fileVersion": "6.0.4.0" - } - } - }, - "Autofac/6.3.0": { - "dependencies": { - "System.Diagnostics.DiagnosticSource": "6.0.0" - }, - "runtime": { - "lib/net5.0/Autofac.dll": { - "assemblyVersion": "6.3.0.0", - "fileVersion": "6.3.0.0" - } - } - }, - "Autofac.Extensions.DependencyInjection/7.2.0": { - "dependencies": { - "Autofac": "6.3.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0" - }, - "runtime": { - "lib/net6.0/Autofac.Extensions.DependencyInjection.dll": { - "assemblyVersion": "7.2.0.0", - "fileVersion": "7.2.0.0" - } - } - }, - "Azure.Core/1.22.0": { - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "1.1.1", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Memory.Data": "1.0.2", - "System.Numerics.Vectors": "4.5.0", - "System.Text.Encodings.Web": "6.0.0", - "System.Text.Json": "6.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/net5.0/Azure.Core.dll": { - "assemblyVersion": "1.22.0.0", - "fileVersion": "1.2200.22.6212" - } - } - }, - "Azure.Core.Amqp/1.2.0": { - "dependencies": { - "System.Memory": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/Azure.Core.Amqp.dll": { - "assemblyVersion": "1.2.0.0", - "fileVersion": "1.200.21.35604" - } - } - }, - "Azure.Identity/1.3.0": { - "dependencies": { - "Azure.Core": "1.22.0", - "Microsoft.Identity.Client": "4.22.0", - "Microsoft.Identity.Client.Extensions.Msal": "2.16.5", - "System.Memory": "4.5.4", - "System.Security.Cryptography.ProtectedData": "4.7.0", - "System.Text.Json": "6.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/Azure.Identity.dll": { - "assemblyVersion": "1.3.0.0", - "fileVersion": "1.300.20.56202" - } - } - }, - "Azure.Messaging.EventHubs/5.6.2": { - "dependencies": { - "Azure.Core": "1.22.0", - "Azure.Core.Amqp": "1.2.0", - "Microsoft.Azure.Amqp": "2.5.10", - "Microsoft.Bcl.AsyncInterfaces": "1.1.1", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Memory.Data": "1.0.2", - "System.Reflection.TypeExtensions": "4.5.1", - "System.Threading.Channels": "4.7.1", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/Azure.Messaging.EventHubs.dll": { - "assemblyVersion": "5.6.2.0", - "fileVersion": "5.600.221.50501" - } - } - }, - "Azure.Messaging.ServiceBus/7.6.0": { - "dependencies": { - "Azure.Core": "1.22.0", - "Azure.Core.Amqp": "1.2.0", - "Microsoft.Azure.Amqp": "2.5.10", - "Microsoft.Bcl.AsyncInterfaces": "1.1.1", - "System.Memory.Data": "1.0.2" - }, - "runtime": { - "lib/netstandard2.0/Azure.Messaging.ServiceBus.dll": { - "assemblyVersion": "7.6.0.0", - "fileVersion": "7.600.22.10904" - } - } - }, - "DnsClient/1.4.0": { - "runtime": { - "lib/netstandard2.1/DnsClient.dll": { - "assemblyVersion": "1.4.0.0", - "fileVersion": "1.4.0.0" - } - } - }, - "Microsoft.ApplicationInsights/2.20.0": { - "dependencies": { - "System.Diagnostics.DiagnosticSource": "6.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.ApplicationInsights.dll": { - "assemblyVersion": "2.20.0.103", - "fileVersion": "2.20.0.103" - } - } - }, - "Microsoft.ApplicationInsights.AspNetCore/2.20.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.20.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.20.0", - "Microsoft.ApplicationInsights.EventCounterCollector": "2.20.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.20.0", - "Microsoft.ApplicationInsights.WindowsServer": "2.20.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.20.0", - "Microsoft.AspNetCore.Hosting": "2.1.1", - "Microsoft.AspNetCore.Http": "2.1.22", - "Microsoft.Extensions.Configuration.Json": "2.1.0", - "Microsoft.Extensions.Logging.ApplicationInsights": "2.20.0", - "System.Text.Encodings.Web": "6.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.dll": { - "assemblyVersion": "2.20.0.103", - "fileVersion": "2.20.0.103" - } - } - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.20.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.20.0", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Diagnostics.StackTrace": "4.3.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.DependencyCollector.dll": { - "assemblyVersion": "2.20.0.103", - "fileVersion": "2.20.0.103" - } - } - }, - "Microsoft.ApplicationInsights.EventCounterCollector/2.20.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.20.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.dll": { - "assemblyVersion": "2.20.0.103", - "fileVersion": "2.20.0.103" - } - } - }, - "Microsoft.ApplicationInsights.Kubernetes/2.0.2": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.20.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.2.0", - "Microsoft.Extensions.Configuration": "3.1.23", - "Microsoft.Extensions.DependencyInjection": "6.0.0", - "Microsoft.Extensions.DiagnosticAdapter": "3.1.14", - "Microsoft.Extensions.Options.ConfigurationExtensions": "3.1.14", - "Newtonsoft.Json": "13.0.1", - "System.Text.Encodings.Web": "6.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.ApplicationInsights.Kubernetes.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.0" - } - } - }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.20.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.20.0", - "Microsoft.Extensions.Caching.Memory": "6.0.1", - "System.Diagnostics.PerformanceCounter": "4.7.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.dll": { - "assemblyVersion": "2.20.0.103", - "fileVersion": "2.20.0.103" - } - } - }, - "Microsoft.ApplicationInsights.WindowsServer/2.20.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.20.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.20.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.20.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.20.0", - "System.Diagnostics.DiagnosticSource": "6.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.WindowsServer.dll": { - "assemblyVersion": "2.20.0.103", - "fileVersion": "2.20.0.103" - } - } - }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.20.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.20.0", - "System.IO.FileSystem.AccessControl": "4.7.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.dll": { - "assemblyVersion": "2.20.0.103", - "fileVersion": "2.20.0.103" - } - } - }, - "Microsoft.AspNetCore.Authentication.JwtBearer/6.0.3": { - "dependencies": { - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.10.0" - }, - "runtime": { - "lib/net6.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { - "assemblyVersion": "6.0.3.0", - "fileVersion": "6.0.322.12401" - } - } - }, - "Microsoft.AspNetCore.Hosting/2.1.1": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "2.2.0", - "Microsoft.AspNetCore.Http": "2.1.22", - "Microsoft.AspNetCore.Http.Extensions": "2.1.1", - "Microsoft.Extensions.Configuration": "3.1.23", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "2.1.1", - "Microsoft.Extensions.Configuration.FileExtensions": "3.1.23", - "Microsoft.Extensions.DependencyInjection": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "3.1.23", - "Microsoft.Extensions.Hosting.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Reflection.Metadata": "1.6.0" - } - }, - "Microsoft.AspNetCore.Hosting.Abstractions/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "2.2.0", - "Microsoft.AspNetCore.Http.Abstractions": "2.2.0", - "Microsoft.Extensions.Hosting.Abstractions": "6.0.0" - } - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "2.2.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.AspNetCore.Http/2.1.22": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.2.0", - "Microsoft.AspNetCore.WebUtilities": "2.1.1", - "Microsoft.Extensions.ObjectPool": "2.1.1", - "Microsoft.Extensions.Options": "6.0.0", - "Microsoft.Net.Http.Headers": "2.1.1" - } - }, - "Microsoft.AspNetCore.Http.Abstractions/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "2.2.0", - "System.Text.Encodings.Web": "6.0.0" - } - }, - "Microsoft.AspNetCore.Http.Extensions/2.1.1": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.2.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Net.Http.Headers": "2.1.1", - "System.Buffers": "4.5.1" - } - }, - "Microsoft.AspNetCore.Http.Features/2.2.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.AspNetCore.WebUtilities/2.1.1": { - "dependencies": { - "Microsoft.Net.Http.Headers": "2.1.1", - "System.Text.Encodings.Web": "6.0.0" - } - }, - "Microsoft.Azure.Amqp/2.5.10": { - "runtime": { - "lib/netstandard2.0/Microsoft.Azure.Amqp.dll": { - "assemblyVersion": "2.4.0.0", - "fileVersion": "2.2.0.0" - } - } - }, - "Microsoft.Azure.KeyVault/2.3.2": { - "dependencies": { - "Microsoft.Azure.KeyVault.WebKey": "2.0.7", - "Microsoft.Rest.ClientRuntime": "2.3.8", - "Microsoft.Rest.ClientRuntime.Azure": "3.3.7", - "NETStandard.Library": "1.6.1", - "Newtonsoft.Json": "13.0.1", - "System.Net.Http": "4.3.0" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.3.2.0" - } - } - }, - "Microsoft.Azure.KeyVault.WebKey/2.0.7": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "NETStandard.Library": "1.6.1", - "Newtonsoft.Json": "13.0.1", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Runtime": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.7.0" - } - } - }, - "Microsoft.Azure.ServiceBus/5.2.0": { - "dependencies": { - "Microsoft.Azure.Amqp": "2.5.10", - "Microsoft.Azure.Services.AppAuthentication": "1.0.3", - "Newtonsoft.Json": "13.0.1", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.IdentityModel.Tokens.Jwt": "6.10.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": { - "assemblyVersion": "5.2.0.0", - "fileVersion": "5.200.21.55702" - } - } - }, - "Microsoft.Azure.Services.AppAuthentication/1.0.3": { - "dependencies": { - "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2", - "NETStandard.Library": "1.6.1", - "System.Diagnostics.Process": "4.3.0" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": { - "assemblyVersion": "1.0.3.0", - "fileVersion": "1.0.3.0" - } - } - }, - "Microsoft.Bcl.AsyncInterfaces/1.1.1": { - "runtime": { - "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "4.700.20.21406" - } - } - }, - "Microsoft.CSharp/4.7.0": {}, - "Microsoft.Data.SqlClient/3.0.1": { - "dependencies": { - "Azure.Identity": "1.3.0", - "Microsoft.Data.SqlClient.SNI.runtime": "3.0.0", - "Microsoft.Identity.Client": "4.22.0", - "Microsoft.IdentityModel.JsonWebTokens": "6.10.0", - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.10.0", - "Microsoft.Win32.Registry": "4.7.0", - "System.Configuration.ConfigurationManager": "4.7.0", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Runtime.Caching": "4.7.0", - "System.Security.Principal.Windows": "4.7.0", - "System.Text.Encoding.CodePages": "4.7.0", - "System.Text.Encodings.Web": "6.0.0" - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.0.0.0" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.0.0.0" - }, - "runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.0.0.0" - } - } - }, - "Microsoft.Data.SqlClient.SNI.runtime/3.0.0": { - "runtimeTargets": { - "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-arm", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-arm64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "Microsoft.EntityFrameworkCore/6.0.2": { - "dependencies": { - "Microsoft.EntityFrameworkCore.Abstractions": "6.0.2", - "Microsoft.EntityFrameworkCore.Analyzers": "6.0.2", - "Microsoft.Extensions.Caching.Memory": "6.0.1", - "Microsoft.Extensions.DependencyInjection": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "System.Collections.Immutable": "6.0.0", - "System.Diagnostics.DiagnosticSource": "6.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.EntityFrameworkCore.dll": { - "assemblyVersion": "6.0.2.0", - "fileVersion": "6.0.222.6404" - } - } - }, - "Microsoft.EntityFrameworkCore.Abstractions/6.0.2": { - "runtime": { - "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { - "assemblyVersion": "6.0.2.0", - "fileVersion": "6.0.222.6404" - } - } - }, - "Microsoft.EntityFrameworkCore.Analyzers/6.0.2": {}, - "Microsoft.Extensions.ApiDescription.Server/3.0.0": {}, - "Microsoft.Extensions.Caching.Abstractions/6.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Caching.Memory/6.0.1": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "6.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.222.6406" - } - } - }, - "Microsoft.Extensions.Configuration/3.1.23": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions/6.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.AzureKeyVault/3.1.23": { - "dependencies": { - "Microsoft.Azure.KeyVault": "2.3.2", - "Microsoft.Azure.Services.AppAuthentication": "1.0.3", - "Microsoft.Extensions.Configuration": "3.1.23", - "Microsoft.Extensions.Configuration.FileExtensions": "3.1.23" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll": { - "assemblyVersion": "3.1.23.0", - "fileVersion": "3.100.2322.12302" - } - } - }, - "Microsoft.Extensions.Configuration.Binder/3.1.14": { - "dependencies": { - "Microsoft.Extensions.Configuration": "3.1.23" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/2.1.1": { - "dependencies": { - "Microsoft.Extensions.Configuration": "3.1.23" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/3.1.23": { - "dependencies": { - "Microsoft.Extensions.Configuration": "3.1.23", - "Microsoft.Extensions.FileProviders.Physical": "3.1.23" - } - }, - "Microsoft.Extensions.Configuration.Json/2.1.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "3.1.23", - "Microsoft.Extensions.Configuration.FileExtensions": "3.1.23", - "Newtonsoft.Json": "13.0.1" - } - }, - "Microsoft.Extensions.DependencyInjection/6.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {}, - "Microsoft.Extensions.DependencyModel/3.0.0": { - "dependencies": { - "System.Text.Json": "6.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": { - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.0.19.46305" - } - } - }, - "Microsoft.Extensions.DiagnosticAdapter/3.1.14": { - "dependencies": { - "System.Diagnostics.DiagnosticSource": "6.0.0" - }, - "runtime": { - "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll": { - "assemblyVersion": "3.1.14.0", - "fileVersion": "3.100.1421.16509" - } - } - }, - "Microsoft.Extensions.Diagnostics.HealthChecks/6.0.2": { - "dependencies": { - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "6.0.2", - "Microsoft.Extensions.Hosting.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.222.6412" - } - } - }, - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/6.0.2": { - "runtime": { - "lib/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.222.6412" - } - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/6.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical/3.1.23": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "3.1.23" - } - }, - "Microsoft.Extensions.FileSystemGlobbing/3.1.23": {}, - "Microsoft.Extensions.Hosting.Abstractions/6.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Logging/6.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "6.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "System.Diagnostics.DiagnosticSource": "6.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions/6.0.0": {}, - "Microsoft.Extensions.Logging.ApplicationInsights/2.20.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.20.0", - "Microsoft.Extensions.Logging": "6.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.dll": { - "assemblyVersion": "2.20.0.103", - "fileVersion": "2.20.0.103" - } - } - }, - "Microsoft.Extensions.ObjectPool/2.1.1": {}, - "Microsoft.Extensions.Options/6.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/3.1.14": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "3.1.14", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0" - } - }, - "Microsoft.Extensions.Primitives/6.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "Microsoft.Identity.Client/4.22.0": { - "runtime": { - "lib/netcoreapp2.1/Microsoft.Identity.Client.dll": { - "assemblyVersion": "4.22.0.0", - "fileVersion": "4.22.0.0" - } - } - }, - "Microsoft.Identity.Client.Extensions.Msal/2.16.5": { - "dependencies": { - "Microsoft.Identity.Client": "4.22.0", - "System.Security.Cryptography.ProtectedData": "4.7.0" - }, - "runtime": { - "lib/netcoreapp2.1/Microsoft.Identity.Client.Extensions.Msal.dll": { - "assemblyVersion": "2.16.5.0", - "fileVersion": "2.16.5.0" - } - } - }, - "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.2": { - "dependencies": { - "NETStandard.Library": "1.6.1", - "System.Runtime.Serialization.Json": "4.0.2", - "System.Runtime.Serialization.Primitives": "4.1.1" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": { - "assemblyVersion": "3.14.2.11", - "fileVersion": "3.14.40721.918" - }, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": { - "assemblyVersion": "3.14.2.11", - "fileVersion": "3.14.40721.918" - } - } - }, - "Microsoft.IdentityModel.JsonWebTokens/6.10.0": { - "dependencies": { - "Microsoft.IdentityModel.Tokens": "6.10.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll": { - "assemblyVersion": "6.10.0.0", - "fileVersion": "6.10.0.20330" - } - } - }, - "Microsoft.IdentityModel.Logging/6.10.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll": { - "assemblyVersion": "6.10.0.0", - "fileVersion": "6.10.0.20330" - } - } - }, - "Microsoft.IdentityModel.Protocols/6.10.0": { - "dependencies": { - "Microsoft.IdentityModel.Logging": "6.10.0", - "Microsoft.IdentityModel.Tokens": "6.10.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll": { - "assemblyVersion": "6.10.0.0", - "fileVersion": "6.10.0.20330" - } - } - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.10.0": { - "dependencies": { - "Microsoft.IdentityModel.Protocols": "6.10.0", - "System.IdentityModel.Tokens.Jwt": "6.10.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { - "assemblyVersion": "6.10.0.0", - "fileVersion": "6.10.0.20330" - } - } - }, - "Microsoft.IdentityModel.Tokens/6.10.0": { - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "Microsoft.IdentityModel.Logging": "6.10.0", - "System.Security.Cryptography.Cng": "4.5.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll": { - "assemblyVersion": "6.10.0.0", - "fileVersion": "6.10.0.20330" - } - } - }, - "Microsoft.Net.Http.Headers/2.1.1": { - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0", - "System.Buffers": "4.5.1" - } - }, - "Microsoft.NETCore.Platforms/3.1.0": {}, - "Microsoft.NETCore.Targets/1.1.0": {}, - "Microsoft.OpenApi/1.2.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.OpenApi.dll": { - "assemblyVersion": "1.2.3.0", - "fileVersion": "1.2.3.0" - } - } - }, - "Microsoft.Rest.ClientRuntime/2.3.8": { - "dependencies": { - "NETStandard.Library": "1.6.1", - "Newtonsoft.Json": "13.0.1" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.3.8.0" - } - } - }, - "Microsoft.Rest.ClientRuntime.Azure/3.3.7": { - "dependencies": { - "Microsoft.Rest.ClientRuntime": "2.3.8", - "NETStandard.Library": "1.6.1", - "Newtonsoft.Json": "13.0.1" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll": { - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.3.7.0" - } - } - }, - "Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.19.6": {}, - "Microsoft.Win32.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry/4.7.0": { - "dependencies": { - "System.Security.AccessControl": "4.7.0", - "System.Security.Principal.Windows": "4.7.0" - } - }, - "Microsoft.Win32.SystemEvents/4.7.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": { - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.700.19.56404" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.700.19.56404" - } - } - }, - "MongoDB.Bson/2.13.3": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "runtime": { - "lib/netstandard2.1/MongoDB.Bson.dll": { - "assemblyVersion": "2.13.3.0", - "fileVersion": "2.13.3.0" - } - } - }, - "MongoDB.Driver/2.13.3": { - "dependencies": { - "MongoDB.Bson": "2.13.3", - "MongoDB.Driver.Core": "2.13.3", - "MongoDB.Libmongocrypt": "1.2.2" - }, - "runtime": { - "lib/netstandard2.1/MongoDB.Driver.dll": { - "assemblyVersion": "2.13.3.0", - "fileVersion": "2.13.3.0" - } - } - }, - "MongoDB.Driver.Core/2.13.3": { - "dependencies": { - "DnsClient": "1.4.0", - "MongoDB.Bson": "2.13.3", - "MongoDB.Libmongocrypt": "1.2.2", - "SharpCompress": "0.23.0", - "System.Buffers": "4.5.1" - }, - "runtime": { - "lib/netstandard2.1/MongoDB.Driver.Core.dll": { - "assemblyVersion": "2.13.3.0", - "fileVersion": "2.13.3.0" - } - }, - "runtimeTargets": { - "runtimes/win/native/libzstd.dll": { - "rid": "win", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win/native/snappy32.dll": { - "rid": "win", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win/native/snappy64.dll": { - "rid": "win", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "MongoDB.Libmongocrypt/1.2.2": { - "runtime": { - "lib/netstandard2.1/MongoDB.Libmongocrypt.dll": { - "assemblyVersion": "1.2.2.0", - "fileVersion": "1.2.2.0" - } - }, - "runtimeTargets": { - "runtimes/linux/native/libmongocrypt.so": { - "rid": "linux", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/osx/native/libmongocrypt.dylib": { - "rid": "osx", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win/native/mongocrypt.dll": { - "rid": "win", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "NETStandard.Library/1.6.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json/13.0.1": { - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.1.25517" - } - } - }, - "Polly/7.2.3": { - "runtime": { - "lib/netstandard2.0/Polly.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.2.3.0" - } - } - }, - "RabbitMQ.Client/6.2.4": { - "dependencies": { - "System.Memory": "4.5.4", - "System.Threading.Channels": "4.7.1" - }, - "runtime": { - "lib/netstandard2.0/RabbitMQ.Client.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.2.4.0" - } - } - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.native.System/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Compression/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Http/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {}, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "Serilog/3.1.1": { - "runtime": { - "lib/net6.0/Serilog.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "3.1.1.0" - } - } - }, - "Serilog.AspNetCore/5.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Serilog": "3.1.1", - "Serilog.Extensions.Hosting": "4.2.0", - "Serilog.Formatting.Compact": "1.1.0", - "Serilog.Settings.Configuration": "3.3.0", - "Serilog.Sinks.Console": "5.0.1", - "Serilog.Sinks.Debug": "2.0.0", - "Serilog.Sinks.File": "5.0.0" - }, - "runtime": { - "lib/net5.0/Serilog.AspNetCore.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "5.0.0.0" - } - } - }, - "Serilog.Extensions.Hosting/4.2.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Serilog": "3.1.1", - "Serilog.Extensions.Logging": "3.1.0" - }, - "runtime": { - "lib/netstandard2.1/Serilog.Extensions.Hosting.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "4.2.0.0" - } - } - }, - "Serilog.Extensions.Logging/3.1.0": { - "dependencies": { - "Microsoft.Extensions.Logging": "6.0.0", - "Serilog": "3.1.1" - }, - "runtime": { - "lib/netstandard2.0/Serilog.Extensions.Logging.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "3.1.0.0" - } - } - }, - "Serilog.Formatting.Compact/1.1.0": { - "dependencies": { - "Serilog": "3.1.1" - }, - "runtime": { - "lib/netstandard2.0/Serilog.Formatting.Compact.dll": { - "assemblyVersion": "1.1.0.0", - "fileVersion": "1.1.0.0" - } - } - }, - "Serilog.Settings.Configuration/3.3.0": { - "dependencies": { - "Microsoft.Extensions.DependencyModel": "3.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "3.1.14", - "Serilog": "3.1.1" - }, - "runtime": { - "lib/netstandard2.0/Serilog.Settings.Configuration.dll": { - "assemblyVersion": "3.3.0.0", - "fileVersion": "3.3.0.0" - } - } - }, - "Serilog.Sinks.Console/5.0.1": { - "dependencies": { - "Serilog": "3.1.1" - }, - "runtime": { - "lib/net6.0/Serilog.Sinks.Console.dll": { - "assemblyVersion": "5.0.1.0", - "fileVersion": "5.0.1.0" - } - } - }, - "Serilog.Sinks.Debug/2.0.0": { - "dependencies": { - "Serilog": "3.1.1" - }, - "runtime": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.0" - } - } - }, - "Serilog.Sinks.File/5.0.0": { - "dependencies": { - "Serilog": "3.1.1" - }, - "runtime": { - "lib/net5.0/Serilog.Sinks.File.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.0" - } - } - }, - "Serilog.Sinks.Http/7.2.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "3.1.23", - "Serilog.Sinks.File": "5.0.0", - "Serilog.Sinks.PeriodicBatching": "2.3.0", - "Serilog.Sinks.RollingFile": "3.3.0" - }, - "runtime": { - "lib/netstandard2.1/Serilog.Sinks.Http.dll": { - "assemblyVersion": "7.2.0.0", - "fileVersion": "7.2.0.0" - } - } - }, - "Serilog.Sinks.PeriodicBatching/2.3.0": { - "dependencies": { - "Serilog": "3.1.1", - "System.Collections.Concurrent": "4.3.0", - "System.Threading.Timer": "4.3.0" - }, - "runtime": { - "lib/netstandard2.0/Serilog.Sinks.PeriodicBatching.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.3.0.0" - } - } - }, - "Serilog.Sinks.RollingFile/3.3.0": { - "dependencies": { - "Serilog.Sinks.File": "5.0.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Serilog.Sinks.RollingFile.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "3.3.0.0" - } - } - }, - "Serilog.Sinks.Seq/5.1.1": { - "dependencies": { - "Serilog": "3.1.1", - "Serilog.Formatting.Compact": "1.1.0", - "Serilog.Sinks.File": "5.0.0", - "Serilog.Sinks.PeriodicBatching": "2.3.0" - }, - "runtime": { - "lib/net5.0/Serilog.Sinks.Seq.dll": { - "assemblyVersion": "5.1.1.0", - "fileVersion": "5.1.1.0" - } - } - }, - "SharpCompress/0.23.0": { - "dependencies": { - "System.Text.Encoding.CodePages": "4.7.0" - }, - "runtime": { - "lib/netstandard2.0/SharpCompress.dll": { - "assemblyVersion": "0.23.0.0", - "fileVersion": "0.23.0.0" - } - } - }, - "Swashbuckle.AspNetCore/6.3.0": { - "dependencies": { - "Microsoft.Extensions.ApiDescription.Server": "3.0.0", - "Swashbuckle.AspNetCore.Swagger": "6.3.0", - "Swashbuckle.AspNetCore.SwaggerGen": "6.3.0", - "Swashbuckle.AspNetCore.SwaggerUI": "6.3.0" - } - }, - "Swashbuckle.AspNetCore.Swagger/6.3.0": { - "dependencies": { - "Microsoft.OpenApi": "1.2.3" - }, - "runtime": { - "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": { - "assemblyVersion": "6.3.0.0", - "fileVersion": "6.3.0.0" - } - } - }, - "Swashbuckle.AspNetCore.SwaggerGen/6.3.0": { - "dependencies": { - "Swashbuckle.AspNetCore.Swagger": "6.3.0" - }, - "runtime": { - "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { - "assemblyVersion": "6.3.0.0", - "fileVersion": "6.3.0.0" - } - } - }, - "Swashbuckle.AspNetCore.SwaggerUI/6.3.0": { - "runtime": { - "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { - "assemblyVersion": "6.3.0.0", - "fileVersion": "6.3.0.0" - } - } - }, - "System.AppContext/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers/4.5.1": {}, - "System.Collections/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable/6.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Configuration.ConfigurationManager/4.7.0": { - "dependencies": { - "System.Security.Cryptography.ProtectedData": "4.7.0", - "System.Security.Permissions": "4.7.0" - }, - "runtime": { - "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "4.0.3.0", - "fileVersion": "4.700.19.56404" - } - } - }, - "System.Console/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Diagnostics.Debug/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource/6.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Diagnostics.PerformanceCounter/4.7.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.Win32.Registry": "4.7.0", - "System.Configuration.ConfigurationManager": "4.7.0", - "System.Security.Principal.Windows": "4.7.0" - }, - "runtime": { - "lib/netstandard2.0/System.Diagnostics.PerformanceCounter.dll": { - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.700.19.56404" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netcoreapp2.0/System.Diagnostics.PerformanceCounter.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.700.19.56404" - } - } - }, - "System.Diagnostics.Process/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "Microsoft.Win32.Registry": "4.7.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Thread": "4.3.0", - "System.Threading.ThreadPool": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Diagnostics.StackTrace/4.3.0": { - "dependencies": { - "System.IO.FileSystem": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Metadata": "1.6.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tools/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Drawing.Common/4.7.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.Win32.SystemEvents": "4.7.0" - }, - "runtime": { - "lib/netstandard2.0/System.Drawing.Common.dll": { - "assemblyVersion": "4.0.0.1", - "fileVersion": "4.6.26919.2" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.700.19.56404" - }, - "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.700.19.56404" - } - } - }, - "System.Globalization/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IdentityModel.Tokens.Jwt/6.10.0": { - "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "6.10.0", - "Microsoft.IdentityModel.Tokens": "6.10.0" - }, - "runtime": { - "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll": { - "assemblyVersion": "6.10.0.0", - "fileVersion": "6.10.0.20330" - } - } - }, - "System.IO/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "System.Buffers": "4.5.1", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile/4.3.0": { - "dependencies": { - "System.Buffers": "4.5.1", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.AccessControl/4.7.0": { - "dependencies": { - "System.Security.AccessControl": "4.7.0", - "System.Security.Principal.Windows": "4.7.0" - } - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Linq/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.5.1", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Memory/4.5.4": {}, - "System.Memory.Data/1.0.2": { - "dependencies": { - "System.Text.Encodings.Web": "6.0.0", - "System.Text.Json": "6.0.0" - }, - "runtime": { - "lib/netstandard2.0/System.Memory.Data.dll": { - "assemblyVersion": "1.0.2.0", - "fileVersion": "1.0.221.20802" - } - } - }, - "System.Net.Http/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Numerics.Vectors/4.5.0": {}, - "System.ObjectModel/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Private.DataContractSerialization/4.1.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.5.1", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.1.1", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XmlDocument": "4.0.1", - "System.Xml.XmlSerializer": "4.0.11" - } - }, - "System.Reflection/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata/1.6.0": {}, - "System.Reflection.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions/4.5.1": {}, - "System.Resources.ResourceManager/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Caching/4.7.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "4.7.0" - }, - "runtime": { - "lib/netstandard2.0/System.Runtime.Caching.dll": { - "assemblyVersion": "4.0.1.0", - "fileVersion": "4.700.19.56404" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.0.1.0", - "fileVersion": "4.700.19.56404" - } - } - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": {}, - "System.Runtime.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics/4.3.0": { - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Runtime.Serialization.Json/4.0.2": { - "dependencies": { - "System.IO": "4.3.0", - "System.Private.DataContractSerialization": "4.1.1", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Serialization.Primitives/4.1.1": { - "dependencies": { - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Security.AccessControl/4.7.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "System.Security.Principal.Windows": "4.7.0" - } - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng/4.5.0": {}, - "System.Security.Cryptography.Csp/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.ProtectedData/4.7.0": { - "runtime": { - "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "4.0.5.0", - "fileVersion": "4.700.19.56404" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.0.5.0", - "fileVersion": "4.700.19.56404" - } - } - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.5.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Permissions/4.7.0": { - "dependencies": { - "System.Security.AccessControl": "4.7.0", - "System.Windows.Extensions": "4.7.0" - }, - "runtime": { - "lib/netcoreapp3.0/System.Security.Permissions.dll": { - "assemblyVersion": "4.0.3.0", - "fileVersion": "4.700.19.56404" - } - } - }, - "System.Security.Principal.Windows/4.7.0": {}, - "System.Text.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages/4.7.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0" - } - }, - "System.Text.Encoding.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web/6.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Text.Json/6.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "6.0.0" - } - }, - "System.Text.RegularExpressions/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Channels/4.7.1": {}, - "System.Threading.Tasks/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions/4.5.4": {}, - "System.Threading.Thread/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading.ThreadPool/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Threading.Timer/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Windows.Extensions/4.7.0": { - "dependencies": { - "System.Drawing.Common": "4.7.0" - }, - "runtime": { - "lib/netcoreapp3.0/System.Windows.Extensions.dll": { - "assemblyVersion": "4.0.1.0", - "fileVersion": "4.700.19.56404" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.0.1.0", - "fileVersion": "4.700.19.56404" - } - } - }, - "System.Xml.ReaderWriter/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "System.Xml.XDocument/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XmlDocument/4.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XmlSerializer/4.0.11": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.5.1", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XmlDocument": "4.0.1" - } - }, - "EventBus/1.0.0": { - "dependencies": { - "Newtonsoft.Json": "13.0.1" - }, - "runtime": { - "EventBus.dll": {} - } - }, - "EventBusRabbitMQ/1.0.0": { - "dependencies": { - "Autofac": "6.3.0", - "EventBus": "1.0.0", - "Microsoft.CSharp": "4.7.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Newtonsoft.Json": "13.0.1", - "Polly": "7.2.3", - "RabbitMQ.Client": "6.2.4" - }, - "runtime": { - "EventBusRabbitMQ.dll": {} - } - }, - "EventBusServiceBus/1.0.0": { - "dependencies": { - "Autofac": "6.3.0", - "EventBus": "1.0.0", - "Microsoft.Azure.ServiceBus": "5.2.0", - "Microsoft.CSharp": "4.7.0", - "Microsoft.Extensions.Logging": "6.0.0" - }, - "runtime": { - "EventBusServiceBus.dll": {} - } - } - } - }, - "libraries": { - "Coupon.API/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "AspNetCore.HealthChecks.AzureServiceBus/6.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/2R6ncjCVyx4SdNQU5Cg+azCqjVaHqrd8YanQagjRTpFSyQsMg7AMh9ik6wz5CXeiBJz2N4tMmNwFUlKdj/0Qg==", - "path": "aspnetcore.healthchecks.azureservicebus/6.0.3", - "hashPath": "aspnetcore.healthchecks.azureservicebus.6.0.3.nupkg.sha512" - }, - "AspNetCore.HealthChecks.MongoDb/6.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eNfiLcHNvrsd7JOpyMvI1O51uDZ14BMzwUa+bY4dqGDtmRBusMvhvdXPwZQ/QzRPMsSGv9L8TcFsJJ9Ztzipwg==", - "path": "aspnetcore.healthchecks.mongodb/6.0.1", - "hashPath": "aspnetcore.healthchecks.mongodb.6.0.1.nupkg.sha512" - }, - "AspNetCore.HealthChecks.Rabbitmq/6.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ch5/dOHpGfl8uGBdFEsbHU+xVsJtMdraBQ2d+MdKMxGjcn2tAubo7hRR8Vdwr5biLyCOY5qZR1zuVCteKQ5WIQ==", - "path": "aspnetcore.healthchecks.rabbitmq/6.0.2", - "hashPath": "aspnetcore.healthchecks.rabbitmq.6.0.2.nupkg.sha512" - }, - "AspNetCore.HealthChecks.SqlServer/6.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Af7ws27DnZZ4bKCiEREm7emSAKEtIiYirEAkI0ixFgK1fwJ99jmMnPC+kU01zfqn3FyCO/gZOUO7WbyVvTPpFg==", - "path": "aspnetcore.healthchecks.sqlserver/6.0.2", - "hashPath": "aspnetcore.healthchecks.sqlserver.6.0.2.nupkg.sha512" - }, - "AspNetCore.HealthChecks.UI.Client/6.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-I4ZZ1rcQpkPXf0GsDMfLptPdYUdKLaWB2MjoOc5er9FhX5BN88sxeBd6Q1S33Pnoq0YZjOT1yBoAJKIcZ/PBQA==", - "path": "aspnetcore.healthchecks.ui.client/6.0.4", - "hashPath": "aspnetcore.healthchecks.ui.client.6.0.4.nupkg.sha512" - }, - "AspNetCore.HealthChecks.UI.Core/6.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iVMHvU8S+Vbz7JohEj+9XeRpksJVHqBy/t4jE3NdNBEGABuIWR34b26LaH4HSOBAYJjjus5h0+a5PfBDsoXKEQ==", - "path": "aspnetcore.healthchecks.ui.core/6.0.4", - "hashPath": "aspnetcore.healthchecks.ui.core.6.0.4.nupkg.sha512" - }, - "Autofac/6.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gO4bli0N8tDnBHzbYktcnbXlmN6T+IT5W+FUGgCUaM6pwwHXIxOPoUGvfGum7sZpJJgfQNgjFFv80ZPuARgRdA==", - "path": "autofac/6.3.0", - "hashPath": "autofac.6.3.0.nupkg.sha512" - }, - "Autofac.Extensions.DependencyInjection/7.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-S2Jor8pTV+8QSs96ENq/FhGdnrWsntGs93z0OXYlIivUWGPNXQHNCjFPfSBeBlHClvJFEXMvlkY32bAKy2YkPg==", - "path": "autofac.extensions.dependencyinjection/7.2.0", - "hashPath": "autofac.extensions.dependencyinjection.7.2.0.nupkg.sha512" - }, - "Azure.Core/1.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ze/xRCHSSDe5TIk5vBDbVrauW1EN7UIbnBvIBfMH8KSt/I9+/7yPAjTBDgNBk0IwG6WBV+BBHp4IUtS/PGAQwQ==", - "path": "azure.core/1.22.0", - "hashPath": "azure.core.1.22.0.nupkg.sha512" - }, - "Azure.Core.Amqp/1.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vrF4isvhwdZspzorLwYhukXz3DA8/ONSnZUIBAqBtOCzsDNUgAsuILbCzvtDrn2oDxyq7DZx5Nh81pe0BeWmDQ==", - "path": "azure.core.amqp/1.2.0", - "hashPath": "azure.core.amqp.1.2.0.nupkg.sha512" - }, - "Azure.Identity/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-l1SYfZKOFBuUFG7C2SWHmJcrQQaiXgBdVCycx4vcZQkC6efDVt7mzZ5pfJAFEJDBUq7mjRQ0RPq9ZDGdSswqMg==", - "path": "azure.identity/1.3.0", - "hashPath": "azure.identity.1.3.0.nupkg.sha512" - }, - "Azure.Messaging.EventHubs/5.6.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1pnIj/Kw/ABiIGiU0yeZ2N4Mafo/AgGM68+nn6iWfFhz02ahGDAzLcK7qBDeqxm5YQHbNVhdw/fzqUfxJNf91A==", - "path": "azure.messaging.eventhubs/5.6.2", - "hashPath": "azure.messaging.eventhubs.5.6.2.nupkg.sha512" - }, - "Azure.Messaging.ServiceBus/7.6.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WoEVroZ60vBSCh60blAcknEjG62o2S//74gvBohIav4BLXux6UeoQWHgsfnjYz+zPoscI2rvw46ZmfmPTqaslQ==", - "path": "azure.messaging.servicebus/7.6.0", - "hashPath": "azure.messaging.servicebus.7.6.0.nupkg.sha512" - }, - "DnsClient/1.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CO1NG1zQdV0nEAXmr/KppLZ0S1qkaPwV0kPX5YPgmYBtrBVh1XMYHM54IXy3RBJu1k4thFtpzwo4HNHqxiuFYw==", - "path": "dnsclient/1.4.0", - "hashPath": "dnsclient.1.4.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights/2.20.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-mb+EC5j06Msn5HhKrhrsMAst6JxvYUnphQMGY2cixCabgGAO3q79Y8o/p1Zce1Azgd1IVkRKAMzAV4vDCbXOqA==", - "path": "microsoft.applicationinsights/2.20.0", - "hashPath": "microsoft.applicationinsights.2.20.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.AspNetCore/2.20.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JjoNsl4YLsAYboKGJFKB6IutbbtVqMS3PhuoK6+mHVhcerP850DsgJ+xVjGsFfHhrETeR8G17J6UURAPJbzCmQ==", - "path": "microsoft.applicationinsights.aspnetcore/2.20.0", - "hashPath": "microsoft.applicationinsights.aspnetcore.2.20.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.20.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0kmevJm/VW9AIALu20eR2FgBAzsZpbtXRo3q43TdTz5YWE/kH5s4FK9WFpPKzX3vIze8HkVCb+jtghtU2iRQqA==", - "path": "microsoft.applicationinsights.dependencycollector/2.20.0", - "hashPath": "microsoft.applicationinsights.dependencycollector.2.20.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.EventCounterCollector/2.20.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DOSxuFVN/ZzEuYqR3b3sLj+9JJdoOPmeBGScLhiCz8WYGSMFC9JbUcFCn5pZbEkG7kIdzYFiMtDSclxR91D7Ow==", - "path": "microsoft.applicationinsights.eventcountercollector/2.20.0", - "hashPath": "microsoft.applicationinsights.eventcountercollector.2.20.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.Kubernetes/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rbM0uQPGy+Qi67u2UMNFthI5XDHVELHMMpnd8uasA4CzbApzHTtN70ci5VnyAzWVZxQ5MCumdnBZxH123hdz4A==", - "path": "microsoft.applicationinsights.kubernetes/2.0.2", - "hashPath": "microsoft.applicationinsights.kubernetes.2.0.2.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.20.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nHtD3JDSsn5dDsgaaCxI2gU8s8ADOQIL78AiGd1QK00WKTVC6qKpTYIWHP488IZPPqXU/irWenItxwHSkbXGFg==", - "path": "microsoft.applicationinsights.perfcountercollector/2.20.0", - "hashPath": "microsoft.applicationinsights.perfcountercollector.2.20.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.WindowsServer/2.20.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/XzwB3QSMyB8KvDEayFqiwJC1ZK3FVKpL0G+RfiMgUhovbw/bJ1JacRiWfwD+z9BSRteFzG7xSvWw2dQjak9xw==", - "path": "microsoft.applicationinsights.windowsserver/2.20.0", - "hashPath": "microsoft.applicationinsights.windowsserver.2.20.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.20.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-p9sbwytWo9kSrAhLyyW2sITkm2ZoJryWrk0XUNLpxIYRO5PxFLXqDJ8IRgrARJ04OJ6PHqnZqww5jmOwR1oM4A==", - "path": "microsoft.applicationinsights.windowsserver.telemetrychannel/2.20.0", - "hashPath": "microsoft.applicationinsights.windowsserver.telemetrychannel.2.20.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.JwtBearer/6.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yXadCTYfe0AhgVZxLhG4ltra1BhteDumot2YRtQLOpJIVIPzanNsbFjeXomXiWWiU8qWNrK++gGYox3DaJBThg==", - "path": "microsoft.aspnetcore.authentication.jwtbearer/6.0.3", - "hashPath": "microsoft.aspnetcore.authentication.jwtbearer.6.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Hosting/2.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MqYc0DUxrhAPnb5b4HFspxsoJT+gJlLsliSxIgovf4BsbmpaXQId0/pDiVzLuEbmks2w1/lRfY8w0lQOuK1jQQ==", - "path": "microsoft.aspnetcore.hosting/2.1.1", - "hashPath": "microsoft.aspnetcore.hosting.2.1.1.nupkg.sha512" - }, - "Microsoft.AspNetCore.Hosting.Abstractions/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ubycklv+ZY7Kutdwuy1W4upWcZ6VFR8WUXU7l7B2+mvbDBBPAcfpi+E+Y5GFe+Q157YfA3C49D2GCjAZc7Mobw==", - "path": "microsoft.aspnetcore.hosting.abstractions/2.2.0", - "hashPath": "microsoft.aspnetcore.hosting.abstractions.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1PMijw8RMtuQF60SsD/JlKtVfvh4NORAhF4wjysdABhlhTrYmtgssqyncR0Stq5vqtjplZcj6kbT4LRTglt9IQ==", - "path": "microsoft.aspnetcore.hosting.server.abstractions/2.2.0", - "hashPath": "microsoft.aspnetcore.hosting.server.abstractions.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http/2.1.22": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+Blk++1JWqghbl8+3azQmKhiNZA5wAepL9dY2I6KVmu2Ri07MAcvAVC888qUvO7yd7xgRgZOMfihezKg14O/2A==", - "path": "microsoft.aspnetcore.http/2.1.22", - "hashPath": "microsoft.aspnetcore.http.2.1.22.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http.Abstractions/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Nxs7Z1q3f1STfLYKJSVXCs1iBl+Ya6E8o4Oy1bCxJ/rNI44E/0f6tbsrVqAWfB7jlnJfyaAtIalBVxPKUPQb4Q==", - "path": "microsoft.aspnetcore.http.abstractions/2.2.0", - "hashPath": "microsoft.aspnetcore.http.abstractions.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http.Extensions/2.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ncAgV+cqsWSqjLXFUTyObGh4Tr7ShYYs3uW8Q/YpRwZn7eLV7dux5Z6GLY+rsdzmIHiia3Q2NWbLULQi7aziHw==", - "path": "microsoft.aspnetcore.http.extensions/2.1.1", - "hashPath": "microsoft.aspnetcore.http.extensions.2.1.1.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http.Features/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ziFz5zH8f33En4dX81LW84I6XrYXKf9jg6aM39cM+LffN9KJahViKZ61dGMSO2gd3e+qe5yBRwsesvyqlZaSMg==", - "path": "microsoft.aspnetcore.http.features/2.2.0", - "hashPath": "microsoft.aspnetcore.http.features.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.WebUtilities/2.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PGKIZt4+412Z/XPoSjvYu/QIbTxcAQuEFNoA1Pw8a9mgmO0ZhNBmfaNyhgXFf7Rq62kP0tT/2WXpxdcQhkFUPA==", - "path": "microsoft.aspnetcore.webutilities/2.1.1", - "hashPath": "microsoft.aspnetcore.webutilities.2.1.1.nupkg.sha512" - }, - "Microsoft.Azure.Amqp/2.5.10": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pgHUY+vlvUiuUeC4KtU1p+JM5oeOyqBRflz9CvKYENZqFmgbWc+Exyx5HaeKXR3HLhYzXysgeC33bIcpk76CWw==", - "path": "microsoft.azure.amqp/2.5.10", - "hashPath": "microsoft.azure.amqp.2.5.10.nupkg.sha512" - }, - "Microsoft.Azure.KeyVault/2.3.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A82ESUdfLz2wMhYuPxrwf/fA7JVt3IARgeMCG3TsaLtxUxa9RBKX3f0zdnKmvBvJ/u1/5g03OLR26GPekqY5HQ==", - "path": "microsoft.azure.keyvault/2.3.2", - "hashPath": "microsoft.azure.keyvault.2.3.2.nupkg.sha512" - }, - "Microsoft.Azure.KeyVault.WebKey/2.0.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MVSYao62R9rwl9KF+IsJm+XBLupJj1ma2lfwNeFlSWziXGAopnYK+YkDWqABOqNIV9kpza/MvNBxITzhlJIyIw==", - "path": "microsoft.azure.keyvault.webkey/2.0.7", - "hashPath": "microsoft.azure.keyvault.webkey.2.0.7.nupkg.sha512" - }, - "Microsoft.Azure.ServiceBus/5.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==", - "path": "microsoft.azure.servicebus/5.2.0", - "hashPath": "microsoft.azure.servicebus.5.2.0.nupkg.sha512" - }, - "Microsoft.Azure.Services.AppAuthentication/1.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==", - "path": "microsoft.azure.services.appauthentication/1.0.3", - "hashPath": "microsoft.azure.services.appauthentication.1.0.3.nupkg.sha512" - }, - "Microsoft.Bcl.AsyncInterfaces/1.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==", - "path": "microsoft.bcl.asyncinterfaces/1.1.1", - "hashPath": "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512" - }, - "Microsoft.CSharp/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", - "path": "microsoft.csharp/4.7.0", - "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512" - }, - "Microsoft.Data.SqlClient/3.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5Jgcds8yukUeOHvc8S0rGW87rs2uYEM9/YyrYIb/0C+vqzIa2GiqbVPCDVcnApWhs67OSXLTM7lO6jro24v/rA==", - "path": "microsoft.data.sqlclient/3.0.1", - "hashPath": "microsoft.data.sqlclient.3.0.1.nupkg.sha512" - }, - "Microsoft.Data.SqlClient.SNI.runtime/3.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-n1sNyjJgu2pYWKgw3ZPikw3NiRvG4kt7Ya5MK8u77Rgj/1bTFqO/eDF4k5W9H5GXplMZCpKkNbp5kNBICgSB0w==", - "path": "microsoft.data.sqlclient.sni.runtime/3.0.0", - "hashPath": "microsoft.data.sqlclient.sni.runtime.3.0.0.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore/6.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hoZtatDA6zL/+gMXXkG3UNsF6iWguC9OkJeYUepqyPEF2mjFajga+DxS4H/UODs7HWo9oNCnhi2Q/BE9T0lg2g==", - "path": "microsoft.entityframeworkcore/6.0.2", - "hashPath": "microsoft.entityframeworkcore.6.0.2.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Abstractions/6.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-71hgKvRpMebTp9bKZB86w3uRXQAJzTeksZ4EyO1/OKj/AoL8/8IU31kHHcIFAfX/D0uefl4rO6jWgh3OaR41pQ==", - "path": "microsoft.entityframeworkcore.abstractions/6.0.2", - "hashPath": "microsoft.entityframeworkcore.abstractions.6.0.2.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Analyzers/6.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pHUMjXPeWqyZS2OfkQsDC1Qdk30JVcPNDUxEVhOTDAJvyUN4EuBFYbnniQ9RLHbWAw8IkEwVAAo6v/ICmT4/dw==", - "path": "microsoft.entityframeworkcore.analyzers/6.0.2", - "hashPath": "microsoft.entityframeworkcore.analyzers.6.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.ApiDescription.Server/3.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LH4OE/76F6sOCslif7+Xh3fS/wUUrE5ryeXAMcoCnuwOQGT5Smw0p57IgDh/pHgHaGz/e+AmEQb7pRgb++wt0w==", - "path": "microsoft.extensions.apidescription.server/3.0.0", - "hashPath": "microsoft.extensions.apidescription.server.3.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.Abstractions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bcz5sSFJbganH0+YrfvIjJDIcKNW7TL07C4d1eTmXy/wOt52iz4LVogJb6pazs7W0+74j0YpXFErvp++Aq5Bsw==", - "path": "microsoft.extensions.caching.abstractions/6.0.0", - "hashPath": "microsoft.extensions.caching.abstractions.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.Memory/6.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-B4y+Cev05eMcjf1na0v9gza6GUtahXbtY1JCypIgx3B4Ea/KAgsWyXEmW4q6zMbmTMtKzmPVk09rvFJirvMwTg==", - "path": "microsoft.extensions.caching.memory/6.0.1", - "hashPath": "microsoft.extensions.caching.memory.6.0.1.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration/3.1.23": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dSwOHfXimkWKpkzD+FpAJ0RZB4++bg1eyPyY2/RrkhzuN7QXrfP1y2ZN+6msoYZETkzZqvrIJ195xlzWSWg7IA==", - "path": "microsoft.extensions.configuration/3.1.23", - "hashPath": "microsoft.extensions.configuration.3.1.23.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qWzV9o+ZRWq+pGm+1dF+R7qTgTYoXvbyowRoBxQJGfqTpqDun2eteerjRQhq5PQ/14S+lqto3Ft4gYaRyl4rdQ==", - "path": "microsoft.extensions.configuration.abstractions/6.0.0", - "hashPath": "microsoft.extensions.configuration.abstractions.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.AzureKeyVault/3.1.23": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uea/40O3tdIf/Jc/MHBoKygz5pvHwrUwb1pCUybTu5ClKMXnnw/F3g1Oumu2NemeMMS08ik39luSvmYoSpoGtA==", - "path": "microsoft.extensions.configuration.azurekeyvault/3.1.23", - "hashPath": "microsoft.extensions.configuration.azurekeyvault.3.1.23.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Binder/3.1.14": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kG3V2CZnfXS7CAlTmFG6Hu38QvkdCMh5IlcOA29nGSjB8pXH8yurDe3hPajdYSPw3OXEMRJmWfAb+qZtWzLvyw==", - "path": "microsoft.extensions.configuration.binder/3.1.14", - "hashPath": "microsoft.extensions.configuration.binder.3.1.14.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/2.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6xMxFIfKL+7J/jwlk8zV8I61sF3+DRG19iKQxnSfYQU+iMMjGbcWNCHFF/3MHf3o4sTZPZ8D6Io+GwKFc3TIZA==", - "path": "microsoft.extensions.configuration.environmentvariables/2.1.1", - "hashPath": "microsoft.extensions.configuration.environmentvariables.2.1.1.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.FileExtensions/3.1.23": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pfDjMu7r1GJufiuo/wgnhF/PErXs3qsKhfzUEopxLLXQch5BvfHpAZwWEYrfensj1T7x162q5+CrnPyCS849FA==", - "path": "microsoft.extensions.configuration.fileextensions/3.1.23", - "hashPath": "microsoft.extensions.configuration.fileextensions.3.1.23.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Json/2.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9OCdAv7qiRtRlXQnECxW9zINUK8bYPKbNp5x8FQaLZbm/flv7mPvo1muZ1nsKGMZF4uL4Bl6nHw2v1fi3MqQ1Q==", - "path": "microsoft.extensions.configuration.json/2.1.0", - "hashPath": "microsoft.extensions.configuration.json.2.1.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==", - "path": "microsoft.extensions.dependencyinjection/6.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/6.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyModel/3.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Iaectmzg9Dc4ZbKX/FurrRjgO/I8rTumL5UU+Uube6vZuGetcnXoIgTA94RthFWePhdMVm8MMhVFJZdbzMsdyQ==", - "path": "microsoft.extensions.dependencymodel/3.0.0", - "hashPath": "microsoft.extensions.dependencymodel.3.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DiagnosticAdapter/3.1.14": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NBW0CyLUgqFVlp3Xq0cQ4jRqFv+IoXM44xo5zxwl7ILGG5cDBDuvfh82T5FOfOcvTbWCoZrjIgUi90hcBtQOxA==", - "path": "microsoft.extensions.diagnosticadapter/3.1.14", - "hashPath": "microsoft.extensions.diagnosticadapter.3.1.14.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics.HealthChecks/6.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ffgCDbl65v/Flx0v4EaWgn+V1cqKflPZVXjf4BZimOUY/yy+H0jNeoPtVl9BXZtQCP/A+q6D9asXkxTPhP8+GQ==", - "path": "microsoft.extensions.diagnostics.healthchecks/6.0.2", - "hashPath": "microsoft.extensions.diagnostics.healthchecks.6.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/6.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-d2XN/F1NnceJHxgPqziGPQ9rzSw4uK2n3UqCXZLMqP6o+xzcUyh8LgjsP5YQy6MXT5gXemp00irx42tzWPO2Eg==", - "path": "microsoft.extensions.diagnostics.healthchecks.abstractions/6.0.2", - "hashPath": "microsoft.extensions.diagnostics.healthchecks.abstractions.6.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Abstractions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0pd4/fho0gC12rQswaGQxbU34jOS1TPS8lZPpkFCH68ppQjHNHYle9iRuHeev1LhrJ94YPvzcRd8UmIuFk23Qw==", - "path": "microsoft.extensions.fileproviders.abstractions/6.0.0", - "hashPath": "microsoft.extensions.fileproviders.abstractions.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Physical/3.1.23": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bQJIu8RZvI3KnoATNixxvhtlVsC5bk/bHa62a1XKSFtd53C3+q6z5bkXuDhjAlom7sMA5mn5sd0RYW1Pk5H6vg==", - "path": "microsoft.extensions.fileproviders.physical/3.1.23", - "hashPath": "microsoft.extensions.fileproviders.physical.3.1.23.nupkg.sha512" - }, - "Microsoft.Extensions.FileSystemGlobbing/3.1.23": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oVncDrECYrYmlYkiP4avLkNvyqYwhy4tsnZ23xQyHEvnggB0/YSFqbI7zF/UTxoetTuJ9AlYVwAqcMoNo5GlEQ==", - "path": "microsoft.extensions.filesystemglobbing/3.1.23", - "hashPath": "microsoft.extensions.filesystemglobbing.3.1.23.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.Abstractions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GcT5l2CYXL6Sa27KCSh0TixsRfADUgth+ojQSD5EkzisZxmGFh7CwzkcYuGwvmXLjr27uWRNrJ2vuuEjMhU05Q==", - "path": "microsoft.extensions.hosting.abstractions/6.0.0", - "hashPath": "microsoft.extensions.hosting.abstractions.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==", - "path": "microsoft.extensions.logging/6.0.0", - "hashPath": "microsoft.extensions.logging.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/HggWBbTwy8TgebGSX5DBZ24ndhzi93sHUBDvP1IxbZD7FDokYzdAr6+vbWGjw2XAfR2EJ1sfKUotpjHnFWPxA==", - "path": "microsoft.extensions.logging.abstractions/6.0.0", - "hashPath": "microsoft.extensions.logging.abstractions.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.ApplicationInsights/2.20.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-phuNUDeTlffkJi6zAsMQNOpijNOQ4Olda1WL2L+F33u4fqXmY+EGQnPg81rHW6dOXIYCQvrQUr2gVN5NNMvwKA==", - "path": "microsoft.extensions.logging.applicationinsights/2.20.0", - "hashPath": "microsoft.extensions.logging.applicationinsights.2.20.0.nupkg.sha512" - }, - "Microsoft.Extensions.ObjectPool/2.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SErON45qh4ogDp6lr6UvVmFYW0FERihW+IQ+2JyFv1PUyWktcJytFaWH5zarufJvZwhci7Rf1IyGXr9pVEadTw==", - "path": "microsoft.extensions.objectpool/2.1.1", - "hashPath": "microsoft.extensions.objectpool.2.1.1.nupkg.sha512" - }, - "Microsoft.Extensions.Options/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==", - "path": "microsoft.extensions.options/6.0.0", - "hashPath": "microsoft.extensions.options.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/3.1.14": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OXLFHOfblMil8uK7nJ0YJV8EEn12q48fmR5uPl/cuev53nJsnxild456b4GI9xEqHKa8QA8PG4fzxat8hpjCxQ==", - "path": "microsoft.extensions.options.configurationextensions/3.1.14", - "hashPath": "microsoft.extensions.options.configurationextensions.3.1.14.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==", - "path": "microsoft.extensions.primitives/6.0.0", - "hashPath": "microsoft.extensions.primitives.6.0.0.nupkg.sha512" - }, - "Microsoft.Identity.Client/4.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GlamU9rs8cSVIx9WSGv5QKpt66KkE+ImxNa/wNZZUJ3knt3PM98T9sOY8B7NcEfhw7NoxU2/0TSOcmnRSJQgqw==", - "path": "microsoft.identity.client/4.22.0", - "hashPath": "microsoft.identity.client.4.22.0.nupkg.sha512" - }, - "Microsoft.Identity.Client.Extensions.Msal/2.16.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VlGUZEpF8KP/GCfFI59sdE0WA0o9quqwM1YQY0dSp6jpGy5EOBkureaybLfpwCuYUUjQbLkN2p7neUIcQCfbzA==", - "path": "microsoft.identity.client.extensions.msal/2.16.5", - "hashPath": "microsoft.identity.client.extensions.msal.2.16.5.nupkg.sha512" - }, - "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==", - "path": "microsoft.identitymodel.clients.activedirectory/3.14.2", - "hashPath": "microsoft.identitymodel.clients.activedirectory.3.14.2.nupkg.sha512" - }, - "Microsoft.IdentityModel.JsonWebTokens/6.10.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0qjS31rN1MQTc46tAYbzmMTSRfdV5ndZxSjYxIGqKSidd4wpNJfNII/pdhU5Fx8olarQoKL9lqqYw4yNOIwT0Q==", - "path": "microsoft.identitymodel.jsonwebtokens/6.10.0", - "hashPath": "microsoft.identitymodel.jsonwebtokens.6.10.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Logging/6.10.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zbcwV6esnNzhZZ/VP87dji6VrUBLB5rxnZBkDMqNYpyG+nrBnBsbm4PUYLCBMUflHCM9EMLDG0rLnqqT+l0ldA==", - "path": "microsoft.identitymodel.logging/6.10.0", - "hashPath": "microsoft.identitymodel.logging.6.10.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols/6.10.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DFyXD0xylP+DknCT3hzJ7q/Q5qRNu0hO/gCU90O0ATdR0twZmlcuY9RNYaaDofXKVbzcShYNCFCGle2G/o8mkg==", - "path": "microsoft.identitymodel.protocols/6.10.0", - "hashPath": "microsoft.identitymodel.protocols.6.10.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.10.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LVvMXAWPbPeEWTylDrxunlHH2wFyE4Mv0L4gZrJHC4HTESbWHquKZb/y/S8jgiQEDycOP0PDQvbG4RR/tr2TVQ==", - "path": "microsoft.identitymodel.protocols.openidconnect/6.10.0", - "hashPath": "microsoft.identitymodel.protocols.openidconnect.6.10.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Tokens/6.10.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qbf1NslutDB4oLrriYTJpy7oB1pbh2ej2lEHd2IPDQH9C74ysOdhU5wAC7KoXblldbo7YsNR2QYFOqQM/b0Rsg==", - "path": "microsoft.identitymodel.tokens/6.10.0", - "hashPath": "microsoft.identitymodel.tokens.6.10.0.nupkg.sha512" - }, - "Microsoft.Net.Http.Headers/2.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lPNIphl8b2EuhOE9dMH6EZDmu7pS882O+HMi5BJNsigxHaWlBrYxZHFZgE18cyaPp6SSZcTkKkuzfjV/RRQKlA==", - "path": "microsoft.net.http.headers/2.1.1", - "hashPath": "microsoft.net.http.headers.2.1.1.nupkg.sha512" - }, - "Microsoft.NETCore.Platforms/3.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==", - "path": "microsoft.netcore.platforms/3.1.0", - "hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512" - }, - "Microsoft.NETCore.Targets/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", - "path": "microsoft.netcore.targets/1.1.0", - "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512" - }, - "Microsoft.OpenApi/1.2.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==", - "path": "microsoft.openapi/1.2.3", - "hashPath": "microsoft.openapi.1.2.3.nupkg.sha512" - }, - "Microsoft.Rest.ClientRuntime/2.3.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Hj96LBoCwKY2VQKfSCVGGPV1sSumVjuYnrlpBwL4JSTnSK4b6ZxjLtXj8LgmKav8xJ2gps+UN7eI3hHVFKvBFw==", - "path": "microsoft.rest.clientruntime/2.3.8", - "hashPath": "microsoft.rest.clientruntime.2.3.8.nupkg.sha512" - }, - "Microsoft.Rest.ClientRuntime.Azure/3.3.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6u8JIuvrztse4tPOcvNzAJuzGBP0uY+Ijggk8ZYhp0siGEZ1XfZylf1vpNGUicvwcrhhoIgDW73Z1L6QGssr2g==", - "path": "microsoft.rest.clientruntime.azure/3.3.7", - "hashPath": "microsoft.rest.clientruntime.azure.3.3.7.nupkg.sha512" - }, - "Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.19.6": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7GOQdMzQcH7o/bPFL/I2kQEgMnq2pYZ+exhGb9nNqs624K9w2jB2zieh4sOH9+a01i/G9iTWfeUI3IGMF7SKNg==", - "path": "microsoft.visualstudio.azure.containers.tools.targets/1.19.6", - "hashPath": "microsoft.visualstudio.azure.containers.tools.targets.1.19.6.nupkg.sha512" - }, - "Microsoft.Win32.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "path": "microsoft.win32.primitives/4.3.0", - "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512" - }, - "Microsoft.Win32.Registry/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==", - "path": "microsoft.win32.registry/4.7.0", - "hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512" - }, - "Microsoft.Win32.SystemEvents/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-mtVirZr++rq+XCDITMUdnETD59XoeMxSpLRIII7JRI6Yj0LEDiO1pPn0ktlnIj12Ix8bfvQqQDMMIF9wC98oCA==", - "path": "microsoft.win32.systemevents/4.7.0", - "hashPath": "microsoft.win32.systemevents.4.7.0.nupkg.sha512" - }, - "MongoDB.Bson/2.13.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-O8HQIwEmF0bFWMUWiuiUO0BJ4cqkiYBa5cu2MF/zWhByWNvdvnQGznWctFcJ6Rjl1Yqhq3+ilSKB1miR2bTWLg==", - "path": "mongodb.bson/2.13.3", - "hashPath": "mongodb.bson.2.13.3.nupkg.sha512" - }, - "MongoDB.Driver/2.13.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TLUcD8tetcG0KSdetvhwP5Tjs1c2v1+u+y97k7LYTUr1NXzvwRv0UPnw5N7xYJNnG1zmEDAA2kCkltvKuE81GQ==", - "path": "mongodb.driver/2.13.3", - "hashPath": "mongodb.driver.2.13.3.nupkg.sha512" - }, - "MongoDB.Driver.Core/2.13.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1pGuMj74fEI8XwKrjlOg0ns3IvHdtA1YkBLZOa1JVM/PRuISqUSQeFarb6I7j1N7fV0TTuuoNP8jbhvnCUfQtw==", - "path": "mongodb.driver.core/2.13.3", - "hashPath": "mongodb.driver.core.2.13.3.nupkg.sha512" - }, - "MongoDB.Libmongocrypt/1.2.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pKrlKJk4wem4MyfkaMqj+sqJ+RwUDnqnt76/Xwm5DDjMzEU5QtDkzQOLq5bVwFhNgC8LMn6Hr22tl5WsmN5+AA==", - "path": "mongodb.libmongocrypt/1.2.2", - "hashPath": "mongodb.libmongocrypt.1.2.2.nupkg.sha512" - }, - "NETStandard.Library/1.6.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "path": "netstandard.library/1.6.1", - "hashPath": "netstandard.library.1.6.1.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==", - "path": "newtonsoft.json/13.0.1", - "hashPath": "newtonsoft.json.13.0.1.nupkg.sha512" - }, - "Polly/7.2.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DeCY0OFbNdNxsjntr1gTXHJ5pKUwYzp04Er2LLeN3g6pWhffsGuKVfMBLe1lw7x76HrPkLxKEFxBlpRxS2nDEQ==", - "path": "polly/7.2.3", - "hashPath": "polly.7.2.3.nupkg.sha512" - }, - "RabbitMQ.Client/6.2.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ttM7F+Ymb00EyQ25UCC44djr5GN/+cZNey2B3xD6JdJQQx7UcCtHdKBCE09zcmWuB+Afp07tFzetE14l/U8xQw==", - "path": "rabbitmq.client/6.2.4", - "hashPath": "rabbitmq.client.6.2.4.nupkg.sha512" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==", - "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==", - "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==", - "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.native.System/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "path": "runtime.native.system/4.3.0", - "hashPath": "runtime.native.system.4.3.0.nupkg.sha512" - }, - "runtime.native.System.IO.Compression/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "path": "runtime.native.system.io.compression/4.3.0", - "hashPath": "runtime.native.system.io.compression.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Net.Http/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "path": "runtime.native.system.net.http/4.3.0", - "hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "path": "runtime.native.system.security.cryptography.apple/4.3.0", - "hashPath": "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "path": "runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==", - "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==", - "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==", - "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0", - "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==", - "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==", - "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==", - "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==", - "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==", - "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "Serilog/3.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-P6G4/4Kt9bT635bhuwdXlJ2SCqqn2nhh4gqFqQueCOr9bK/e7W9ll/IoX1Ter948cV2Z/5+5v8pAfJYUISY03A==", - "path": "serilog/3.1.1", - "hashPath": "serilog.3.1.1.nupkg.sha512" - }, - "Serilog.AspNetCore/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/JO/txIxRR61x1UXQAgUzG2Sx05o1QHCkokVBWrKzmAoDu+p5EtCAj7L/TVVg7Ezhh3GPiZ0JI9OJCmRO9tSRw==", - "path": "serilog.aspnetcore/5.0.0", - "hashPath": "serilog.aspnetcore.5.0.0.nupkg.sha512" - }, - "Serilog.Extensions.Hosting/4.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gT2keceCmPQR9EX0VpXQZvUgELdfE7yqJ7MOxBhm3WLCblcvRgswEOOTgok/DHObbM15A3V/DtF3VdVDQPIZzQ==", - "path": "serilog.extensions.hosting/4.2.0", - "hashPath": "serilog.extensions.hosting.4.2.0.nupkg.sha512" - }, - "Serilog.Extensions.Logging/3.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IWfem7wfrFbB3iw1OikqPFNPEzfayvDuN4WP7Ue1AVFskalMByeWk3QbtUXQR34SBkv1EbZ3AySHda/ErDgpcg==", - "path": "serilog.extensions.logging/3.1.0", - "hashPath": "serilog.extensions.logging.3.1.0.nupkg.sha512" - }, - "Serilog.Formatting.Compact/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pNroKVjo+rDqlxNG5PXkRLpfSCuDOBY0ri6jp9PLe505ljqwhwZz8ospy2vWhQlFu5GkIesh3FcDs4n7sWZODA==", - "path": "serilog.formatting.compact/1.1.0", - "hashPath": "serilog.formatting.compact.1.1.0.nupkg.sha512" - }, - "Serilog.Settings.Configuration/3.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7GNudISZwqaT902hqEL2OFGTZeUFWfnrNLupJkOqeF41AR3GjcxX+Hwb30xb8gG2/CDXsCMVfF8o0+8KY0fJNg==", - "path": "serilog.settings.configuration/3.3.0", - "hashPath": "serilog.settings.configuration.3.3.0.nupkg.sha512" - }, - "Serilog.Sinks.Console/5.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6Jt8jl9y2ey8VV7nVEUAyjjyxjAQuvd5+qj4XYAT9CwcsvR70HHULGBeD+K2WCALFXf7CFsNQT4lON6qXcu2AA==", - "path": "serilog.sinks.console/5.0.1", - "hashPath": "serilog.sinks.console.5.0.1.nupkg.sha512" - }, - "Serilog.Sinks.Debug/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Y6g3OBJ4JzTyyw16fDqtFcQ41qQAydnEvEqmXjhwhgjsnG/FaJ8GUqF5ldsC/bVkK8KYmqrPhDO+tm4dF6xx4A==", - "path": "serilog.sinks.debug/2.0.0", - "hashPath": "serilog.sinks.debug.2.0.0.nupkg.sha512" - }, - "Serilog.Sinks.File/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uwV5hdhWPwUH1szhO8PJpFiahqXmzPzJT/sOijH/kFgUx+cyoDTMM8MHD0adw9+Iem6itoibbUXHYslzXsLEAg==", - "path": "serilog.sinks.file/5.0.0", - "hashPath": "serilog.sinks.file.5.0.0.nupkg.sha512" - }, - "Serilog.Sinks.Http/7.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1rOxs2/IVuBFDbrujI/O6Rft48ZZQLPZFWCgcZJqdHeGrb5IEXlFn1ZvWYtOnRHmRTB5oTle3HqL3G3ePe1i9w==", - "path": "serilog.sinks.http/7.2.0", - "hashPath": "serilog.sinks.http.7.2.0.nupkg.sha512" - }, - "Serilog.Sinks.PeriodicBatching/2.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UYKSjTMTlUY9T3OgzMmLDLD+z0qPfgvq/RvG0rKfyz+O+Zrjw3X/Xpv14J4WMcGVsOjUaR+k8n2MdmqVpJtI6A==", - "path": "serilog.sinks.periodicbatching/2.3.0", - "hashPath": "serilog.sinks.periodicbatching.2.3.0.nupkg.sha512" - }, - "Serilog.Sinks.RollingFile/3.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2lT5X1r3GH4P0bRWJfhA7etGl8Q2Ipw9AACvtAHWRUSpYZ42NGVyHoVs2ALBZ/cAkkS+tA4jl80Zie144eLQPg==", - "path": "serilog.sinks.rollingfile/3.3.0", - "hashPath": "serilog.sinks.rollingfile.3.3.0.nupkg.sha512" - }, - "Serilog.Sinks.Seq/5.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+BsIoanNyZPEcWY5sVtx2nL/88UcCw9gr/l0nCfe4bjuSoFS2clDIUmKaH1UXA/hx9undHCgw4epVltOulGuxw==", - "path": "serilog.sinks.seq/5.1.1", - "hashPath": "serilog.sinks.seq.5.1.1.nupkg.sha512" - }, - "SharpCompress/0.23.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HBbT47JHvNrsZX2dTBzUBOSzBt+EmIRGLIBkbxcP6Jef7DB4eFWQX5iHWV3Nj7hABFPCjISrZ8s0z72nF2zFHQ==", - "path": "sharpcompress/0.23.0", - "hashPath": "sharpcompress.0.23.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore/6.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3TAV6JqsJF2F5e5d/tiQuW/TlzKXB/n2IcL5QR1FP8ArmLhmPkpeHiLZ3+1YnJ5840/X5ApvpRRJpM9809IjTg==", - "path": "swashbuckle.aspnetcore/6.3.0", - "hashPath": "swashbuckle.aspnetcore.6.3.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.Swagger/6.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+taHh7kowNF+tQo9a82avwDtfqhAC82jTZTqZwypDpauPvwavyVtJ7+ERxE+yDb6U/nOcMicMmDAGbqbJ2Pc+Q==", - "path": "swashbuckle.aspnetcore.swagger/6.3.0", - "hashPath": "swashbuckle.aspnetcore.swagger.6.3.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.SwaggerGen/6.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-8PRLtqCXTIfc+W/pcyab8GqHzHuFRZ3L+9/fix/ssVknwy/pbgkOqgzq9DGWfKz+MZReIp5ajZLR7bXioDdacQ==", - "path": "swashbuckle.aspnetcore.swaggergen/6.3.0", - "hashPath": "swashbuckle.aspnetcore.swaggergen.6.3.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.SwaggerUI/6.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OmVLGzyeNBFUAx6E/bqrZW4uxfv9q2MtegYzeHv5Dj8N34ry8104d6OcyRIV4BhwHBSFD1rMvDlPciguFMtQ5w==", - "path": "swashbuckle.aspnetcore.swaggerui/6.3.0", - "hashPath": "swashbuckle.aspnetcore.swaggerui.6.3.0.nupkg.sha512" - }, - "System.AppContext/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "path": "system.appcontext/4.3.0", - "hashPath": "system.appcontext.4.3.0.nupkg.sha512" - }, - "System.Buffers/4.5.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==", - "path": "system.buffers/4.5.1", - "hashPath": "system.buffers.4.5.1.nupkg.sha512" - }, - "System.Collections/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "path": "system.collections/4.3.0", - "hashPath": "system.collections.4.3.0.nupkg.sha512" - }, - "System.Collections.Concurrent/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "path": "system.collections.concurrent/4.3.0", - "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512" - }, - "System.Collections.Immutable/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==", - "path": "system.collections.immutable/6.0.0", - "hashPath": "system.collections.immutable.6.0.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/anOTeSZCNNI2zDilogWrZ8pNqCmYbzGNexUnNhjW8k0sHqEZ2nHJBp147jBV3hGYswu5lINpNg1vxR7bnqvVA==", - "path": "system.configuration.configurationmanager/4.7.0", - "hashPath": "system.configuration.configurationmanager.4.7.0.nupkg.sha512" - }, - "System.Console/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "path": "system.console/4.3.0", - "hashPath": "system.console.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Debug/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "path": "system.diagnostics.debug/4.3.0", - "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.DiagnosticSource/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==", - "path": "system.diagnostics.diagnosticsource/6.0.0", - "hashPath": "system.diagnostics.diagnosticsource.6.0.0.nupkg.sha512" - }, - "System.Diagnostics.PerformanceCounter/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kE9szT4i3TYT9bDE/BPfzg9/BL6enMiZlcUmnUEBrhRtxWvurKoa8qhXkLTRhrxMzBqaDleWlRfIPE02tulU+w==", - "path": "system.diagnostics.performancecounter/4.7.0", - "hashPath": "system.diagnostics.performancecounter.4.7.0.nupkg.sha512" - }, - "System.Diagnostics.Process/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==", - "path": "system.diagnostics.process/4.3.0", - "hashPath": "system.diagnostics.process.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.StackTrace/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiHg0vgtd35/DM9jvtaC1eKRpWZxr0gcQd643ABG7GnvSlf5pOkY2uyd42mMOJoOmKvnpNj0F4tuoS1pacTwYw==", - "path": "system.diagnostics.stacktrace/4.3.0", - "hashPath": "system.diagnostics.stacktrace.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tools/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "path": "system.diagnostics.tools/4.3.0", - "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tracing/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "path": "system.diagnostics.tracing/4.3.0", - "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512" - }, - "System.Drawing.Common/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v+XbyYHaZjDfn0ENmJEV1VYLgGgCTx1gnfOBcppowbpOAriglYgGCvFCPr2EEZyBvXlpxbEsTwkOlInl107ahA==", - "path": "system.drawing.common/4.7.0", - "hashPath": "system.drawing.common.4.7.0.nupkg.sha512" - }, - "System.Globalization/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "path": "system.globalization/4.3.0", - "hashPath": "system.globalization.4.3.0.nupkg.sha512" - }, - "System.Globalization.Calendars/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "path": "system.globalization.calendars/4.3.0", - "hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512" - }, - "System.Globalization.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "path": "system.globalization.extensions/4.3.0", - "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512" - }, - "System.IdentityModel.Tokens.Jwt/6.10.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-C+Q5ORsFycRkRuvy/Xd0Pv5xVpmWSAvQYZAGs7VQogmkqlLhvfZXTgBIlHqC3cxkstSoLJAYx6xZB7foQ2y5eg==", - "path": "system.identitymodel.tokens.jwt/6.10.0", - "hashPath": "system.identitymodel.tokens.jwt.6.10.0.nupkg.sha512" - }, - "System.IO/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "path": "system.io/4.3.0", - "hashPath": "system.io.4.3.0.nupkg.sha512" - }, - "System.IO.Compression/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "path": "system.io.compression/4.3.0", - "hashPath": "system.io.compression.4.3.0.nupkg.sha512" - }, - "System.IO.Compression.ZipFile/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "path": "system.io.compression.zipfile/4.3.0", - "hashPath": "system.io.compression.zipfile.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "path": "system.io.filesystem/4.3.0", - "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem.AccessControl/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vMToiarpU81LR1/KZtnT7VDPvqAZfw9oOS5nY6pPP78nGYz3COLsQH3OfzbR+SjTgltd31R6KmKklz/zDpTmzw==", - "path": "system.io.filesystem.accesscontrol/4.7.0", - "hashPath": "system.io.filesystem.accesscontrol.4.7.0.nupkg.sha512" - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "path": "system.io.filesystem.primitives/4.3.0", - "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512" - }, - "System.Linq/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "path": "system.linq/4.3.0", - "hashPath": "system.linq.4.3.0.nupkg.sha512" - }, - "System.Linq.Expressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "path": "system.linq.expressions/4.3.0", - "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512" - }, - "System.Memory/4.5.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==", - "path": "system.memory/4.5.4", - "hashPath": "system.memory.4.5.4.nupkg.sha512" - }, - "System.Memory.Data/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==", - "path": "system.memory.data/1.0.2", - "hashPath": "system.memory.data.1.0.2.nupkg.sha512" - }, - "System.Net.Http/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "path": "system.net.http/4.3.0", - "hashPath": "system.net.http.4.3.0.nupkg.sha512" - }, - "System.Net.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "path": "system.net.primitives/4.3.0", - "hashPath": "system.net.primitives.4.3.0.nupkg.sha512" - }, - "System.Net.Sockets/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "path": "system.net.sockets/4.3.0", - "hashPath": "system.net.sockets.4.3.0.nupkg.sha512" - }, - "System.Numerics.Vectors/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==", - "path": "system.numerics.vectors/4.5.0", - "hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512" - }, - "System.ObjectModel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "path": "system.objectmodel/4.3.0", - "hashPath": "system.objectmodel.4.3.0.nupkg.sha512" - }, - "System.Private.DataContractSerialization/4.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==", - "path": "system.private.datacontractserialization/4.1.1", - "hashPath": "system.private.datacontractserialization.4.1.1.nupkg.sha512" - }, - "System.Reflection/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "path": "system.reflection/4.3.0", - "hashPath": "system.reflection.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "path": "system.reflection.emit/4.3.0", - "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "path": "system.reflection.emit.ilgeneration/4.3.0", - "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "path": "system.reflection.emit.lightweight/4.3.0", - "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512" - }, - "System.Reflection.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "path": "system.reflection.extensions/4.3.0", - "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512" - }, - "System.Reflection.Metadata/1.6.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==", - "path": "system.reflection.metadata/1.6.0", - "hashPath": "system.reflection.metadata.1.6.0.nupkg.sha512" - }, - "System.Reflection.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "path": "system.reflection.primitives/4.3.0", - "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512" - }, - "System.Reflection.TypeExtensions/4.5.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fO8GMEkgoKioJ7cglZbhcnBgkCWWn9poS3G2jevS+fuwW9xJXMx7/1kr7dkwOJfo0pWqxLFWVcxlOr+WeK5ipA==", - "path": "system.reflection.typeextensions/4.5.1", - "hashPath": "system.reflection.typeextensions.4.5.1.nupkg.sha512" - }, - "System.Resources.ResourceManager/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "path": "system.resources.resourcemanager/4.3.0", - "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512" - }, - "System.Runtime/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "path": "system.runtime/4.3.0", - "hashPath": "system.runtime.4.3.0.nupkg.sha512" - }, - "System.Runtime.Caching/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NdvNRjTPxYvIEhXQszT9L9vJhdQoX6AQ0AlhjTU+5NqFQVuacJTfhPVAvtGWNA2OJCqRiR/okBcZgMwI6MqcZg==", - "path": "system.runtime.caching/4.7.0", - "hashPath": "system.runtime.caching.4.7.0.nupkg.sha512" - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", - "path": "system.runtime.compilerservices.unsafe/6.0.0", - "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512" - }, - "System.Runtime.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "path": "system.runtime.extensions/4.3.0", - "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512" - }, - "System.Runtime.Handles/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "path": "system.runtime.handles/4.3.0", - "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "path": "system.runtime.interopservices/4.3.0", - "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "path": "system.runtime.interopservices.runtimeinformation/4.3.0", - "hashPath": "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512" - }, - "System.Runtime.Numerics/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "path": "system.runtime.numerics/4.3.0", - "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512" - }, - "System.Runtime.Serialization.Json/4.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==", - "path": "system.runtime.serialization.json/4.0.2", - "hashPath": "system.runtime.serialization.json.4.0.2.nupkg.sha512" - }, - "System.Runtime.Serialization.Primitives/4.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HZ6Du5QrTG8MNJbf4e4qMO3JRAkIboGT5Fk804uZtg3Gq516S7hAqTm2UZKUHa7/6HUGdVy3AqMQKbns06G/cg==", - "path": "system.runtime.serialization.primitives/4.1.1", - "hashPath": "system.runtime.serialization.primitives.4.1.1.nupkg.sha512" - }, - "System.Security.AccessControl/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==", - "path": "system.security.accesscontrol/4.7.0", - "hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512" - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "path": "system.security.cryptography.algorithms/4.3.0", - "hashPath": "system.security.cryptography.algorithms.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Cng/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WG3r7EyjUe9CMPFSs6bty5doUqT+q9pbI80hlNzo2SkPkZ4VTuZkGWjpp77JB8+uaL4DFPRdBsAY+DX3dBK92A==", - "path": "system.security.cryptography.cng/4.5.0", - "hashPath": "system.security.cryptography.cng.4.5.0.nupkg.sha512" - }, - "System.Security.Cryptography.Csp/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "path": "system.security.cryptography.csp/4.3.0", - "hashPath": "system.security.cryptography.csp.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "path": "system.security.cryptography.encoding/4.3.0", - "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "path": "system.security.cryptography.openssl/4.3.0", - "hashPath": "system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "path": "system.security.cryptography.primitives/4.3.0", - "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ehYW0m9ptxpGWvE4zgqongBVWpSDU/JCFD4K7krxkQwSz/sFQjEXCUqpvencjy6DYDbn7Ig09R8GFffu8TtneQ==", - "path": "system.security.cryptography.protecteddata/4.7.0", - "hashPath": "system.security.cryptography.protecteddata.4.7.0.nupkg.sha512" - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "path": "system.security.cryptography.x509certificates/4.3.0", - "hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512" - }, - "System.Security.Permissions/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dkOV6YYVBnYRa15/yv004eCGRBVADXw8qRbbNiCn/XpdJSUXkkUeIvdvFHkvnko4CdKMqG8yRHC4ox83LSlMsQ==", - "path": "system.security.permissions/4.7.0", - "hashPath": "system.security.permissions.4.7.0.nupkg.sha512" - }, - "System.Security.Principal.Windows/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", - "path": "system.security.principal.windows/4.7.0", - "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512" - }, - "System.Text.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "path": "system.text.encoding/4.3.0", - "hashPath": "system.text.encoding.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding.CodePages/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aeu4FlaUTemuT1qOd1MyU4T516QR4Fy+9yDbwWMPHOHy7U8FD6SgTzdZFO7gHcfAPHtECqInbwklVvUK4RHcNg==", - "path": "system.text.encoding.codepages/4.7.0", - "hashPath": "system.text.encoding.codepages.4.7.0.nupkg.sha512" - }, - "System.Text.Encoding.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "path": "system.text.encoding.extensions/4.3.0", - "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512" - }, - "System.Text.Encodings.Web/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", - "path": "system.text.encodings.web/6.0.0", - "hashPath": "system.text.encodings.web.6.0.0.nupkg.sha512" - }, - "System.Text.Json/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zaJsHfESQvJ11vbXnNlkrR46IaMULk/gHxYsJphzSF+07kTjPHv+Oc14w6QEOfo3Q4hqLJgStUaYB9DBl0TmWg==", - "path": "system.text.json/6.0.0", - "hashPath": "system.text.json.6.0.0.nupkg.sha512" - }, - "System.Text.RegularExpressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "path": "system.text.regularexpressions/4.3.0", - "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512" - }, - "System.Threading/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "path": "system.threading/4.3.0", - "hashPath": "system.threading.4.3.0.nupkg.sha512" - }, - "System.Threading.Channels/4.7.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6akRtHK/wab3246t4p5v3HQrtQk8LboOt5T4dtpNgsp3zvDeM4/Gx8V12t0h+c/W9/enUrilk8n6EQqdQorZAA==", - "path": "system.threading.channels/4.7.1", - "hashPath": "system.threading.channels.4.7.1.nupkg.sha512" - }, - "System.Threading.Tasks/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "path": "system.threading.tasks/4.3.0", - "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "path": "system.threading.tasks.extensions/4.5.4", - "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512" - }, - "System.Threading.Thread/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==", - "path": "system.threading.thread/4.3.0", - "hashPath": "system.threading.thread.4.3.0.nupkg.sha512" - }, - "System.Threading.ThreadPool/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==", - "path": "system.threading.threadpool/4.3.0", - "hashPath": "system.threading.threadpool.4.3.0.nupkg.sha512" - }, - "System.Threading.Timer/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "path": "system.threading.timer/4.3.0", - "hashPath": "system.threading.timer.4.3.0.nupkg.sha512" - }, - "System.Windows.Extensions/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CeWTdRNfRaSh0pm2gDTJFwVaXfTq6Xwv/sA887iwPTneW7oMtMlpvDIO+U60+3GWTB7Aom6oQwv5VZVUhQRdPQ==", - "path": "system.windows.extensions/4.7.0", - "hashPath": "system.windows.extensions.4.7.0.nupkg.sha512" - }, - "System.Xml.ReaderWriter/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "path": "system.xml.readerwriter/4.3.0", - "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512" - }, - "System.Xml.XDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "path": "system.xml.xdocument/4.3.0", - "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512" - }, - "System.Xml.XmlDocument/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2eZu6IP+etFVBBFUFzw2w6J21DqIN5eL9Y8r8JfJWUmV28Z5P0SNU01oCisVHQgHsDhHPnmq2s1hJrJCFZWloQ==", - "path": "system.xml.xmldocument/4.0.1", - "hashPath": "system.xml.xmldocument.4.0.1.nupkg.sha512" - }, - "System.Xml.XmlSerializer/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==", - "path": "system.xml.xmlserializer/4.0.11", - "hashPath": "system.xml.xmlserializer.4.0.11.nupkg.sha512" - }, - "EventBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "EventBusRabbitMQ/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "EventBusServiceBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Coupon.API.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Coupon.API.dll deleted file mode 100644 index c4e3087b..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Coupon.API.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Coupon.API.pdb b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Coupon.API.pdb deleted file mode 100644 index dad40e65..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Coupon.API.pdb and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Coupon.API.runtimeconfig.json b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Coupon.API.runtimeconfig.json deleted file mode 100644 index dfb1b77d..00000000 --- a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Coupon.API.runtimeconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net6.0", - "frameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "6.0.0" - }, - { - "name": "Microsoft.AspNetCore.App", - "version": "6.0.0" - } - ], - "configProperties": { - "System.GC.Server": true, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/DnsClient.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/DnsClient.dll deleted file mode 100755 index 24e476d2..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/DnsClient.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/EventBus.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/EventBus.dll deleted file mode 100644 index 0e1d71e5..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/EventBus.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/EventBus.pdb b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/EventBus.pdb deleted file mode 100644 index d5c9163d..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/EventBus.pdb and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/EventBusRabbitMQ.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/EventBusRabbitMQ.dll deleted file mode 100644 index 022a294d..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/EventBusRabbitMQ.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/EventBusRabbitMQ.pdb b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/EventBusRabbitMQ.pdb deleted file mode 100644 index 50fbcb1e..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/EventBusRabbitMQ.pdb and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/EventBusServiceBus.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/EventBusServiceBus.dll deleted file mode 100644 index 4e303a8e..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/EventBusServiceBus.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/EventBusServiceBus.pdb b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/EventBusServiceBus.pdb deleted file mode 100644 index 19a07411..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/EventBusServiceBus.pdb and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/HealthChecks.AzureServiceBus.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/HealthChecks.AzureServiceBus.dll deleted file mode 100755 index 1793cee4..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/HealthChecks.AzureServiceBus.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/HealthChecks.MongoDb.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/HealthChecks.MongoDb.dll deleted file mode 100755 index 5eace3db..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/HealthChecks.MongoDb.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/HealthChecks.Rabbitmq.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/HealthChecks.Rabbitmq.dll deleted file mode 100755 index e1d70fc4..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/HealthChecks.Rabbitmq.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/HealthChecks.SqlServer.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/HealthChecks.SqlServer.dll deleted file mode 100755 index f9c9b6c9..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/HealthChecks.SqlServer.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/HealthChecks.UI.Client.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/HealthChecks.UI.Client.dll deleted file mode 100755 index c027f792..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/HealthChecks.UI.Client.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/HealthChecks.UI.Core.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/HealthChecks.UI.Core.dll deleted file mode 100755 index 7eaaf018..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/HealthChecks.UI.Core.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.AI.DependencyCollector.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.AI.DependencyCollector.dll deleted file mode 100755 index 193ce1ac..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.AI.DependencyCollector.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.AI.EventCounterCollector.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.AI.EventCounterCollector.dll deleted file mode 100755 index e083d261..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.AI.EventCounterCollector.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.AI.PerfCounterCollector.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.AI.PerfCounterCollector.dll deleted file mode 100755 index 39104305..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.AI.PerfCounterCollector.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.AI.ServerTelemetryChannel.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.AI.ServerTelemetryChannel.dll deleted file mode 100755 index 5dd30d80..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.AI.ServerTelemetryChannel.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.AI.WindowsServer.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.AI.WindowsServer.dll deleted file mode 100755 index fb81925a..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.AI.WindowsServer.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.ApplicationInsights.AspNetCore.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.ApplicationInsights.AspNetCore.dll deleted file mode 100755 index b7e3af37..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.ApplicationInsights.AspNetCore.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll deleted file mode 100755 index 0c8b0cd0..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.ApplicationInsights.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.ApplicationInsights.dll deleted file mode 100755 index 07ce64eb..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.ApplicationInsights.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll deleted file mode 100755 index ce0639eb..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Azure.Amqp.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Azure.Amqp.dll deleted file mode 100755 index 8113ae27..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Azure.Amqp.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Azure.KeyVault.WebKey.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Azure.KeyVault.WebKey.dll deleted file mode 100755 index 33492a45..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Azure.KeyVault.WebKey.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Azure.KeyVault.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Azure.KeyVault.dll deleted file mode 100755 index 0e927a42..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Azure.KeyVault.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Azure.ServiceBus.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Azure.ServiceBus.dll deleted file mode 100755 index 5b6af22c..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Azure.ServiceBus.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Azure.Services.AppAuthentication.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Azure.Services.AppAuthentication.dll deleted file mode 100755 index ef497490..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Azure.Services.AppAuthentication.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Bcl.AsyncInterfaces.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Bcl.AsyncInterfaces.dll deleted file mode 100755 index a5b7ff99..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Bcl.AsyncInterfaces.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Data.SqlClient.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Data.SqlClient.dll deleted file mode 100755 index a4db14a5..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Data.SqlClient.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll deleted file mode 100755 index 13b56da7..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.dll deleted file mode 100755 index 1beb41b7..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Extensions.Caching.Memory.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Extensions.Caching.Memory.dll deleted file mode 100755 index 42eb85f8..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Extensions.Caching.Memory.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll deleted file mode 100755 index 585e2bc7..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Extensions.DependencyModel.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Extensions.DependencyModel.dll deleted file mode 100755 index 2e78d8e6..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Extensions.DependencyModel.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Extensions.DiagnosticAdapter.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Extensions.DiagnosticAdapter.dll deleted file mode 100755 index 5ad7a296..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Extensions.DiagnosticAdapter.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll deleted file mode 100755 index fea88781..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll deleted file mode 100755 index b68ed797..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Extensions.Logging.ApplicationInsights.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Extensions.Logging.ApplicationInsights.dll deleted file mode 100755 index a2e250f3..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Extensions.Logging.ApplicationInsights.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll deleted file mode 100755 index c051c5b3..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Identity.Client.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Identity.Client.dll deleted file mode 100755 index dca09273..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Identity.Client.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll deleted file mode 100755 index 08dd7824..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.IdentityModel.Clients.ActiveDirectory.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.IdentityModel.Clients.ActiveDirectory.dll deleted file mode 100755 index 19245c62..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.IdentityModel.Clients.ActiveDirectory.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll deleted file mode 100755 index a873e0ed..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.IdentityModel.Logging.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.IdentityModel.Logging.dll deleted file mode 100755 index 63f7d27c..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.IdentityModel.Logging.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll deleted file mode 100755 index ff358af9..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.IdentityModel.Protocols.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.IdentityModel.Protocols.dll deleted file mode 100755 index d02658ec..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.IdentityModel.Protocols.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.IdentityModel.Tokens.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.IdentityModel.Tokens.dll deleted file mode 100755 index c735d0bb..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.IdentityModel.Tokens.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.OpenApi.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.OpenApi.dll deleted file mode 100755 index 14f3deda..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.OpenApi.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Rest.ClientRuntime.Azure.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Rest.ClientRuntime.Azure.dll deleted file mode 100755 index d7ea3c71..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Rest.ClientRuntime.Azure.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Rest.ClientRuntime.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Rest.ClientRuntime.dll deleted file mode 100755 index 37eeb80d..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Rest.ClientRuntime.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Win32.SystemEvents.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Win32.SystemEvents.dll deleted file mode 100755 index e27fe8d7..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Win32.SystemEvents.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/MongoDB.Bson.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/MongoDB.Bson.dll deleted file mode 100755 index d024fc40..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/MongoDB.Bson.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/MongoDB.Driver.Core.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/MongoDB.Driver.Core.dll deleted file mode 100755 index d4636269..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/MongoDB.Driver.Core.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/MongoDB.Driver.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/MongoDB.Driver.dll deleted file mode 100755 index 0808cf4f..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/MongoDB.Driver.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/MongoDB.Libmongocrypt.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/MongoDB.Libmongocrypt.dll deleted file mode 100755 index 320557b0..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/MongoDB.Libmongocrypt.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Newtonsoft.Json.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Newtonsoft.Json.dll deleted file mode 100755 index 1ffeabe6..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Newtonsoft.Json.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Polly.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Polly.dll deleted file mode 100755 index 6443e714..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Polly.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/RabbitMQ.Client.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/RabbitMQ.Client.dll deleted file mode 100755 index 12f0eb82..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/RabbitMQ.Client.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.AspNetCore.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.AspNetCore.dll deleted file mode 100755 index 9f5e80f1..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.AspNetCore.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.Extensions.Hosting.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.Extensions.Hosting.dll deleted file mode 100755 index ca70b7ac..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.Extensions.Hosting.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.Extensions.Logging.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.Extensions.Logging.dll deleted file mode 100755 index 27dc8cfc..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.Extensions.Logging.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.Formatting.Compact.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.Formatting.Compact.dll deleted file mode 100755 index 7e6d49c6..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.Formatting.Compact.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.Settings.Configuration.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.Settings.Configuration.dll deleted file mode 100755 index 183aae35..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.Settings.Configuration.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.Sinks.Console.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.Sinks.Console.dll deleted file mode 100755 index a7fb7688..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.Sinks.Console.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.Sinks.Debug.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.Sinks.Debug.dll deleted file mode 100755 index 2bd024b1..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.Sinks.Debug.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.Sinks.File.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.Sinks.File.dll deleted file mode 100755 index 29dc2fd3..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.Sinks.File.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.Sinks.Http.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.Sinks.Http.dll deleted file mode 100755 index a717049c..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.Sinks.Http.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.Sinks.PeriodicBatching.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.Sinks.PeriodicBatching.dll deleted file mode 100755 index 88dd4c87..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.Sinks.PeriodicBatching.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.Sinks.RollingFile.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.Sinks.RollingFile.dll deleted file mode 100755 index f40b53dc..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.Sinks.RollingFile.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.Sinks.Seq.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.Sinks.Seq.dll deleted file mode 100755 index 53c92e22..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.Sinks.Seq.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.dll deleted file mode 100755 index 45727de4..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/SharpCompress.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/SharpCompress.dll deleted file mode 100755 index 518e6c84..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/SharpCompress.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Swashbuckle.AspNetCore.Swagger.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Swashbuckle.AspNetCore.Swagger.dll deleted file mode 100755 index e4008486..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Swashbuckle.AspNetCore.Swagger.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll deleted file mode 100755 index 3b04eb2b..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll deleted file mode 100755 index 08c0aac8..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/System.Configuration.ConfigurationManager.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/System.Configuration.ConfigurationManager.dll deleted file mode 100755 index 6f34b8d9..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/System.Configuration.ConfigurationManager.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/System.Diagnostics.PerformanceCounter.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/System.Diagnostics.PerformanceCounter.dll deleted file mode 100755 index 3300cff2..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/System.Diagnostics.PerformanceCounter.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/System.Drawing.Common.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/System.Drawing.Common.dll deleted file mode 100755 index 69e5f5c0..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/System.Drawing.Common.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/System.IdentityModel.Tokens.Jwt.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/System.IdentityModel.Tokens.Jwt.dll deleted file mode 100755 index cdd94e89..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/System.IdentityModel.Tokens.Jwt.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/System.Memory.Data.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/System.Memory.Data.dll deleted file mode 100755 index 6f2a3e0a..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/System.Memory.Data.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/System.Runtime.Caching.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/System.Runtime.Caching.dll deleted file mode 100755 index 6fedfab3..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/System.Runtime.Caching.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/System.Security.Cryptography.ProtectedData.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/System.Security.Cryptography.ProtectedData.dll deleted file mode 100755 index a60b95b7..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/System.Security.Cryptography.ProtectedData.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/System.Security.Permissions.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/System.Security.Permissions.dll deleted file mode 100755 index 76faf41e..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/System.Security.Permissions.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/System.Windows.Extensions.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/System.Windows.Extensions.dll deleted file mode 100755 index 7f075b2e..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/System.Windows.Extensions.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/appsettings.Development.json b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/appsettings.Development.json deleted file mode 100644 index a00a59a1..00000000 --- a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/appsettings.Development.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "ConnectionString": "mongodb://localhost:27017", - "CouponMongoDatabase": "CouponDb", - "Serilog": { - "MinimumLevel": { - "Default": "Debug", - "Override": { - "Microsoft": "Warning", - "Microsoft.eShopOnContainers": "Debug", - "System": "Warning" - } - } - }, - "IdentityUrlExternal": "http://localhost:5105", - "IdentityUrl": "http://localhost:5105", - "AzureServiceBusEnabled": false, - "EventBusConnection": "localhost" -} diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/appsettings.json b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/appsettings.json deleted file mode 100644 index 7c4b93a6..00000000 --- a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/appsettings.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "ConnectionString": null, - "CouponMongoDatabase": "CouponDb", - "UseCustomizationData": false, - "Serilog": { - "SeqServerUrl": null, - "LogstashgUrl": null, - "MinimumLevel": { - "Default": "Information", - "Override": { - "Microsoft": "Warning", - "Microsoft.eShopOnContainers": "Information", - "System": "Warning" - } - } - }, - "SubscriptionClientName": "Coupon", - "ApplicationInsights": { - "InstrumentationKey": "" - }, - "EventBusRetryCount": 5, - "UseVault": false, - "Vault": { - "Name": "eshop", - "ClientId": "your-clien-id", - "ClientSecret": "your-client-secret" - } -} diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/linux/native/libmongocrypt.so b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/linux/native/libmongocrypt.so deleted file mode 100755 index 9bcfbf05..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/linux/native/libmongocrypt.so and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/osx/native/libmongocrypt.dylib b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/osx/native/libmongocrypt.dylib deleted file mode 100755 index 6953c788..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/osx/native/libmongocrypt.dylib and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll deleted file mode 100755 index 3a19d3d4..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll deleted file mode 100755 index 61a2fbfa..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll deleted file mode 100755 index 3b3736d4..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll deleted file mode 100755 index af6ea0ff..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll deleted file mode 100755 index 02010146..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll deleted file mode 100755 index 22d2e1d3..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win/lib/netcoreapp2.0/System.Diagnostics.PerformanceCounter.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win/lib/netcoreapp2.0/System.Diagnostics.PerformanceCounter.dll deleted file mode 100755 index 9d5fe020..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win/lib/netcoreapp2.0/System.Diagnostics.PerformanceCounter.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll deleted file mode 100755 index c49c3587..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll deleted file mode 100755 index 9a04b68f..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll deleted file mode 100755 index 3fb4939e..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll deleted file mode 100755 index 43c1ba44..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll deleted file mode 100755 index 175d085d..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll deleted file mode 100755 index d8f2f458..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win/native/libzstd.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win/native/libzstd.dll deleted file mode 100755 index e669123c..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win/native/libzstd.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win/native/mongocrypt.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win/native/mongocrypt.dll deleted file mode 100755 index ebbb7cc8..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win/native/mongocrypt.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win/native/snappy32.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win/native/snappy32.dll deleted file mode 100755 index afc82ca4..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win/native/snappy32.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win/native/snappy64.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win/native/snappy64.dll deleted file mode 100755 index 36cd5fe7..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win/native/snappy64.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/AWSSDK.Core.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/AWSSDK.Core.dll deleted file mode 100755 index 2c8f6378..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/AWSSDK.Core.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/AWSSDK.SecurityToken.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/AWSSDK.SecurityToken.dll deleted file mode 100755 index a97c0efa..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/AWSSDK.SecurityToken.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Autofac.Extensions.DependencyInjection.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Autofac.Extensions.DependencyInjection.dll deleted file mode 100755 index c15c4d48..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Autofac.Extensions.DependencyInjection.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Autofac.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Autofac.dll deleted file mode 100755 index f52b5eaf..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Autofac.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Azure.Core.Amqp.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Azure.Core.Amqp.dll deleted file mode 100755 index f43cf0a6..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Azure.Core.Amqp.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Azure.Core.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Azure.Core.dll deleted file mode 100755 index 98592ed2..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Azure.Core.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Azure.Identity.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Azure.Identity.dll deleted file mode 100755 index 4a32fd0d..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Azure.Identity.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Azure.Messaging.ServiceBus.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Azure.Messaging.ServiceBus.dll deleted file mode 100755 index c32a7cdc..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Azure.Messaging.ServiceBus.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Coupon.API b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Coupon.API deleted file mode 100755 index 70a410e3..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Coupon.API and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Coupon.API.deps.json b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Coupon.API.deps.json deleted file mode 100644 index 3cbe6bd8..00000000 --- a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Coupon.API.deps.json +++ /dev/null @@ -1,1732 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v9.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v9.0": { - "Coupon.API/1.0.0": { - "dependencies": { - "AspNetCore.HealthChecks.AzureServiceBus": "8.0.1", - "AspNetCore.HealthChecks.MongoDb": "8.1.0", - "AspNetCore.HealthChecks.Rabbitmq": "8.0.2", - "AspNetCore.HealthChecks.SqlServer": "8.0.2", - "AspNetCore.HealthChecks.UI.Client": "8.0.1", - "Autofac.Extensions.DependencyInjection": "10.0.0", - "EventBus": "1.0.0", - "EventBusRabbitMQ": "1.0.0", - "EventBusServiceBus": "1.0.0", - "Microsoft.ApplicationInsights.AspNetCore": "2.22.0", - "Microsoft.ApplicationInsights.Kubernetes": "7.0.0", - "Microsoft.AspNetCore.Authentication.JwtBearer": "9.0.0", - "Microsoft.Extensions.Configuration.AzureKeyVault": "3.1.24", - "MongoDB.Driver": "2.30.0", - "MongoDB.Driver.Core": "2.30.0", - "Polly": "8.5.0", - "Serilog.AspNetCore": "8.0.3", - "Serilog.Settings.Configuration": "8.0.4", - "Serilog.Sinks.Console": "6.0.0", - "Serilog.Sinks.Http": "9.0.0", - "Serilog.Sinks.Seq": "8.0.0", - "Swashbuckle.AspNetCore": "7.2.0" - }, - "runtime": { - "Coupon.API.dll": {} - } - }, - "AspNetCore.HealthChecks.AzureServiceBus/8.0.1": { - "dependencies": { - "Azure.Messaging.ServiceBus": "7.17.0" - }, - "runtime": { - "lib/net6.0/HealthChecks.AzureServiceBus.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.0" - } - } - }, - "AspNetCore.HealthChecks.MongoDb/8.1.0": { - "dependencies": { - "MongoDB.Driver": "2.30.0" - }, - "runtime": { - "lib/net6.0/HealthChecks.MongoDb.dll": { - "assemblyVersion": "8.1.0.0", - "fileVersion": "8.1.0.0" - } - } - }, - "AspNetCore.HealthChecks.Rabbitmq/8.0.2": { - "dependencies": { - "RabbitMQ.Client": "6.8.1" - }, - "runtime": { - "lib/net6.0/HealthChecks.Rabbitmq.dll": { - "assemblyVersion": "8.0.2.0", - "fileVersion": "8.0.2.0" - } - } - }, - "AspNetCore.HealthChecks.SqlServer/8.0.2": { - "dependencies": { - "Microsoft.Data.SqlClient": "5.2.0" - }, - "runtime": { - "lib/net6.0/HealthChecks.SqlServer.dll": { - "assemblyVersion": "8.0.2.0", - "fileVersion": "8.0.2.0" - } - } - }, - "AspNetCore.HealthChecks.UI.Client/8.0.1": { - "dependencies": { - "AspNetCore.HealthChecks.UI.Core": "8.0.1" - }, - "runtime": { - "lib/net8.0/HealthChecks.UI.Client.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.0" - } - } - }, - "AspNetCore.HealthChecks.UI.Core/8.0.1": { - "runtime": { - "lib/net6.0/HealthChecks.UI.Core.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.0" - } - } - }, - "Autofac/8.1.1": { - "runtime": { - "lib/net8.0/Autofac.dll": { - "assemblyVersion": "8.1.1.0", - "fileVersion": "8.1.1.0" - } - } - }, - "Autofac.Extensions.DependencyInjection/10.0.0": { - "dependencies": { - "Autofac": "8.1.1" - }, - "runtime": { - "lib/net8.0/Autofac.Extensions.DependencyInjection.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "10.0.0.0" - } - } - }, - "AWSSDK.Core/3.7.100.14": { - "runtime": { - "lib/netcoreapp3.1/AWSSDK.Core.dll": { - "assemblyVersion": "3.3.0.0", - "fileVersion": "3.7.100.14" - } - } - }, - "AWSSDK.SecurityToken/3.7.100.14": { - "dependencies": { - "AWSSDK.Core": "3.7.100.14" - }, - "runtime": { - "lib/netcoreapp3.1/AWSSDK.SecurityToken.dll": { - "assemblyVersion": "3.3.0.0", - "fileVersion": "3.7.100.14" - } - } - }, - "Azure.Core/1.36.0": { - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "1.1.1", - "System.Memory.Data": "1.0.2" - }, - "runtime": { - "lib/net6.0/Azure.Core.dll": { - "assemblyVersion": "1.36.0.0", - "fileVersion": "1.3600.23.56006" - } - } - }, - "Azure.Core.Amqp/1.3.0": { - "dependencies": { - "Microsoft.Azure.Amqp": "2.6.3", - "System.Memory.Data": "1.0.2" - }, - "runtime": { - "lib/netstandard2.0/Azure.Core.Amqp.dll": { - "assemblyVersion": "1.3.0.0", - "fileVersion": "1.300.23.15207" - } - } - }, - "Azure.Identity/1.10.3": { - "dependencies": { - "Azure.Core": "1.36.0", - "Microsoft.Identity.Client": "4.56.0", - "Microsoft.Identity.Client.Extensions.Msal": "4.56.0", - "System.Security.Cryptography.ProtectedData": "8.0.0" - }, - "runtime": { - "lib/netstandard2.0/Azure.Identity.dll": { - "assemblyVersion": "1.10.3.0", - "fileVersion": "1.1000.323.51804" - } - } - }, - "Azure.Messaging.ServiceBus/7.17.0": { - "dependencies": { - "Azure.Core": "1.36.0", - "Azure.Core.Amqp": "1.3.0", - "Microsoft.Azure.Amqp": "2.6.3", - "Microsoft.Bcl.AsyncInterfaces": "1.1.1", - "System.Memory.Data": "1.0.2" - }, - "runtime": { - "lib/netstandard2.0/Azure.Messaging.ServiceBus.dll": { - "assemblyVersion": "7.17.0.0", - "fileVersion": "7.1700.23.56401" - } - } - }, - "DnsClient/1.6.1": { - "runtime": { - "lib/net5.0/DnsClient.dll": { - "assemblyVersion": "1.6.1.0", - "fileVersion": "1.6.1.0" - } - } - }, - "Fractions/7.2.1": { - "runtime": { - "lib/netstandard2.1/Fractions.dll": { - "assemblyVersion": "7.2.1.0", - "fileVersion": "7.2.1.0" - } - } - }, - "IdentityModel/5.2.0": { - "runtime": { - "lib/net5.0/IdentityModel.dll": { - "assemblyVersion": "5.2.0.0", - "fileVersion": "5.2.0.0" - } - } - }, - "IdentityModel.OidcClient/5.2.1": { - "dependencies": { - "IdentityModel": "5.2.0" - }, - "runtime": { - "lib/netstandard2.0/IdentityModel.OidcClient.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.2.1.0" - } - } - }, - "KubernetesClient/12.1.1": { - "dependencies": { - "Fractions": "7.2.1", - "IdentityModel.OidcClient": "5.2.1", - "System.IdentityModel.Tokens.Jwt": "8.0.1", - "YamlDotNet": "13.3.1", - "prometheus-net": "8.0.1" - }, - "runtime": { - "lib/net7.0/KubernetesClient.dll": { - "assemblyVersion": "12.1.0.0", - "fileVersion": "12.1.1.319" - } - } - }, - "Microsoft.ApplicationInsights/2.22.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.ApplicationInsights.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.ApplicationInsights.AspNetCore/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.22.0", - "Microsoft.ApplicationInsights.EventCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.22.0", - "Microsoft.Extensions.Logging.ApplicationInsights": "2.22.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.DependencyCollector.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.ApplicationInsights.EventCounterCollector/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.ApplicationInsights.Kubernetes/7.0.0": { - "dependencies": { - "KubernetesClient": "12.1.1", - "Microsoft.ApplicationInsights": "2.22.0", - "Microsoft.Extensions.DiagnosticAdapter": "3.1.27" - }, - "runtime": { - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.0.0" - } - } - }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "System.Diagnostics.PerformanceCounter": "6.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.ApplicationInsights.WindowsServer/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.22.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.22.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.WindowsServer.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.AspNetCore.Authentication.JwtBearer/9.0.0": { - "dependencies": { - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "8.0.1" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.Azure.Amqp/2.6.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.Azure.Amqp.dll": { - "assemblyVersion": "2.4.0.0", - "fileVersion": "2.6.3.0" - } - } - }, - "Microsoft.Azure.KeyVault/2.3.2": { - "dependencies": { - "Microsoft.Azure.KeyVault.WebKey": "2.0.7", - "Microsoft.Rest.ClientRuntime": "2.3.8", - "Microsoft.Rest.ClientRuntime.Azure": "3.3.7", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.3.2.0" - } - } - }, - "Microsoft.Azure.KeyVault.WebKey/2.0.7": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.7.0" - } - } - }, - "Microsoft.Azure.ServiceBus/5.2.0": { - "dependencies": { - "Microsoft.Azure.Amqp": "2.6.3", - "Microsoft.Azure.Services.AppAuthentication": "1.0.3", - "Newtonsoft.Json": "13.0.3", - "System.IdentityModel.Tokens.Jwt": "8.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": { - "assemblyVersion": "5.2.0.0", - "fileVersion": "5.200.21.55702" - } - } - }, - "Microsoft.Azure.Services.AppAuthentication/1.0.3": { - "dependencies": { - "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": { - "assemblyVersion": "1.0.3.0", - "fileVersion": "1.0.3.0" - } - } - }, - "Microsoft.Bcl.AsyncInterfaces/1.1.1": { - "runtime": { - "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "4.700.20.21406" - } - } - }, - "Microsoft.Data.SqlClient/5.2.0": { - "dependencies": { - "Azure.Identity": "1.10.3", - "Microsoft.Data.SqlClient.SNI.runtime": "5.2.0", - "Microsoft.Identity.Client": "4.56.0", - "Microsoft.IdentityModel.JsonWebTokens": "8.0.1", - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "8.0.1", - "Microsoft.SqlServer.Server": "1.0.0", - "System.Configuration.ConfigurationManager": "8.0.0", - "System.Runtime.Caching": "8.0.0" - }, - "runtime": { - "lib/net8.0/Microsoft.Data.SqlClient.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.20.24059.2" - } - }, - "resources": { - "lib/net8.0/de/Microsoft.Data.SqlClient.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.Data.SqlClient.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.Data.SqlClient.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.Data.SqlClient.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.Data.SqlClient.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.Data.SqlClient.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pt-BR/Microsoft.Data.SqlClient.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.Data.SqlClient.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll": { - "locale": "zh-Hant" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.20.24059.2" - }, - "runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.20.24059.2" - } - } - }, - "Microsoft.Data.SqlClient.SNI.runtime/5.2.0": { - "runtimeTargets": { - "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-arm", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-arm64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "Microsoft.Extensions.Configuration.AzureKeyVault/3.1.24": { - "dependencies": { - "Microsoft.Azure.KeyVault": "2.3.2", - "Microsoft.Azure.Services.AppAuthentication": "1.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll": { - "assemblyVersion": "3.1.24.0", - "fileVersion": "3.100.2422.18002" - } - } - }, - "Microsoft.Extensions.DependencyModel/8.0.2": { - "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { - "assemblyVersion": "8.0.0.2", - "fileVersion": "8.0.1024.46610" - } - } - }, - "Microsoft.Extensions.DiagnosticAdapter/3.1.27": { - "runtime": { - "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll": { - "assemblyVersion": "3.1.27.0", - "fileVersion": "3.100.2722.31601" - } - } - }, - "Microsoft.Extensions.Logging.ApplicationInsights/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.Identity.Client/4.56.0": { - "dependencies": { - "Microsoft.IdentityModel.Abstractions": "8.0.1" - }, - "runtime": { - "lib/net6.0/Microsoft.Identity.Client.dll": { - "assemblyVersion": "4.56.0.0", - "fileVersion": "4.56.0.0" - } - } - }, - "Microsoft.Identity.Client.Extensions.Msal/4.56.0": { - "dependencies": { - "Microsoft.Identity.Client": "4.56.0", - "System.Security.Cryptography.ProtectedData": "8.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll": { - "assemblyVersion": "4.56.0.0", - "fileVersion": "4.56.0.0" - } - } - }, - "Microsoft.IdentityModel.Abstractions/8.0.1": { - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.2": { - "runtime": { - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": { - "assemblyVersion": "3.14.2.11", - "fileVersion": "3.14.40721.918" - }, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": { - "assemblyVersion": "3.14.2.11", - "fileVersion": "3.14.40721.918" - } - } - }, - "Microsoft.IdentityModel.JsonWebTokens/8.0.1": { - "dependencies": { - "Microsoft.IdentityModel.Tokens": "8.0.1" - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "Microsoft.IdentityModel.Logging/8.0.1": { - "dependencies": { - "Microsoft.IdentityModel.Abstractions": "8.0.1" - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Logging.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "Microsoft.IdentityModel.Protocols/8.0.1": { - "dependencies": { - "Microsoft.IdentityModel.Tokens": "8.0.1" - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Protocols.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/8.0.1": { - "dependencies": { - "Microsoft.IdentityModel.Protocols": "8.0.1", - "System.IdentityModel.Tokens.Jwt": "8.0.1" - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "Microsoft.IdentityModel.Tokens/8.0.1": { - "dependencies": { - "Microsoft.IdentityModel.Logging": "8.0.1" - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Tokens.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "Microsoft.OpenApi/1.6.22": { - "runtime": { - "lib/netstandard2.0/Microsoft.OpenApi.dll": { - "assemblyVersion": "1.6.22.0", - "fileVersion": "1.6.22.0" - } - } - }, - "Microsoft.Rest.ClientRuntime/2.3.8": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.3.8.0" - } - } - }, - "Microsoft.Rest.ClientRuntime.Azure/3.3.7": { - "dependencies": { - "Microsoft.Rest.ClientRuntime": "2.3.8", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll": { - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.3.7.0" - } - } - }, - "Microsoft.SqlServer.Server/1.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "MongoDB.Bson/2.30.0": { - "runtime": { - "lib/netstandard2.1/MongoDB.Bson.dll": { - "assemblyVersion": "2.30.0.0", - "fileVersion": "2.30.0.0" - } - } - }, - "MongoDB.Driver/2.30.0": { - "dependencies": { - "MongoDB.Bson": "2.30.0", - "MongoDB.Driver.Core": "2.30.0", - "MongoDB.Libmongocrypt": "1.12.0" - }, - "runtime": { - "lib/netstandard2.1/MongoDB.Driver.dll": { - "assemblyVersion": "2.30.0.0", - "fileVersion": "2.30.0.0" - } - } - }, - "MongoDB.Driver.Core/2.30.0": { - "dependencies": { - "AWSSDK.SecurityToken": "3.7.100.14", - "DnsClient": "1.6.1", - "MongoDB.Bson": "2.30.0", - "MongoDB.Libmongocrypt": "1.12.0", - "SharpCompress": "0.30.1", - "Snappier": "1.0.0", - "ZstdSharp.Port": "0.7.3" - }, - "runtime": { - "lib/netstandard2.1/MongoDB.Driver.Core.dll": { - "assemblyVersion": "2.30.0.0", - "fileVersion": "2.30.0.0" - } - } - }, - "MongoDB.Libmongocrypt/1.12.0": { - "runtime": { - "lib/netstandard2.1/MongoDB.Libmongocrypt.dll": { - "assemblyVersion": "1.12.0.0", - "fileVersion": "1.12.0.0" - } - }, - "runtimeTargets": { - "runtimes/linux/native/libmongocrypt.so": { - "rid": "linux", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/osx/native/libmongocrypt.dylib": { - "rid": "osx", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win/native/mongocrypt.dll": { - "rid": "win", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "Newtonsoft.Json/13.0.3": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" - } - } - }, - "Polly/8.5.0": { - "dependencies": { - "Polly.Core": "8.5.0" - }, - "runtime": { - "lib/net6.0/Polly.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.5.0.4130" - } - } - }, - "Polly.Core/8.5.0": { - "runtime": { - "lib/net8.0/Polly.Core.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.5.0.4130" - } - } - }, - "prometheus-net/8.0.1": { - "runtime": { - "lib/net7.0/Prometheus.NetStandard.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.1.0" - } - } - }, - "RabbitMQ.Client/6.8.1": { - "runtime": { - "lib/netstandard2.0/RabbitMQ.Client.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.8.1.0" - } - } - }, - "Serilog/4.0.0": { - "runtime": { - "lib/net8.0/Serilog.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.0.0.0" - } - } - }, - "Serilog.AspNetCore/8.0.3": { - "dependencies": { - "Serilog": "4.0.0", - "Serilog.Extensions.Hosting": "8.0.0", - "Serilog.Formatting.Compact": "2.0.0", - "Serilog.Settings.Configuration": "8.0.4", - "Serilog.Sinks.Console": "6.0.0", - "Serilog.Sinks.Debug": "2.0.0", - "Serilog.Sinks.File": "5.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.AspNetCore.dll": { - "assemblyVersion": "8.0.3.0", - "fileVersion": "8.0.3.0" - } - } - }, - "Serilog.Extensions.Hosting/8.0.0": { - "dependencies": { - "Serilog": "4.0.0", - "Serilog.Extensions.Logging": "8.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Extensions.Hosting.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "8.0.0.0" - } - } - }, - "Serilog.Extensions.Logging/8.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Extensions.Logging.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "8.0.0.0" - } - } - }, - "Serilog.Formatting.Compact/2.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net7.0/Serilog.Formatting.Compact.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.0" - } - } - }, - "Serilog.Settings.Configuration/8.0.4": { - "dependencies": { - "Microsoft.Extensions.DependencyModel": "8.0.2", - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Settings.Configuration.dll": { - "assemblyVersion": "8.0.4.0", - "fileVersion": "8.0.4.0" - } - } - }, - "Serilog.Sinks.Console/6.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Sinks.Console.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.0.0" - } - } - }, - "Serilog.Sinks.Debug/2.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.0" - } - } - }, - "Serilog.Sinks.File/5.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net5.0/Serilog.Sinks.File.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.0" - } - } - }, - "Serilog.Sinks.Http/9.0.0": { - "dependencies": { - "Serilog.Sinks.File": "5.0.0" - }, - "runtime": { - "lib/netstandard2.1/Serilog.Sinks.Http.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.0.0" - } - } - }, - "Serilog.Sinks.Seq/8.0.0": { - "dependencies": { - "Serilog": "4.0.0", - "Serilog.Sinks.File": "5.0.0" - }, - "runtime": { - "lib/net6.0/Serilog.Sinks.Seq.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.0.0" - } - } - }, - "SharpCompress/0.30.1": { - "runtime": { - "lib/net5.0/SharpCompress.dll": { - "assemblyVersion": "0.30.1.0", - "fileVersion": "0.30.1.0" - } - } - }, - "Snappier/1.0.0": { - "runtime": { - "lib/net5.0/Snappier.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "Swashbuckle.AspNetCore/7.2.0": { - "dependencies": { - "Swashbuckle.AspNetCore.Swagger": "7.2.0", - "Swashbuckle.AspNetCore.SwaggerGen": "7.2.0", - "Swashbuckle.AspNetCore.SwaggerUI": "7.2.0" - } - }, - "Swashbuckle.AspNetCore.Swagger/7.2.0": { - "dependencies": { - "Microsoft.OpenApi": "1.6.22" - }, - "runtime": { - "lib/net9.0/Swashbuckle.AspNetCore.Swagger.dll": { - "assemblyVersion": "7.2.0.0", - "fileVersion": "7.2.0.956" - } - } - }, - "Swashbuckle.AspNetCore.SwaggerGen/7.2.0": { - "dependencies": { - "Swashbuckle.AspNetCore.Swagger": "7.2.0" - }, - "runtime": { - "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { - "assemblyVersion": "7.2.0.0", - "fileVersion": "7.2.0.956" - } - } - }, - "Swashbuckle.AspNetCore.SwaggerUI/7.2.0": { - "runtime": { - "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { - "assemblyVersion": "7.2.0.0", - "fileVersion": "7.2.0.956" - } - } - }, - "System.Configuration.ConfigurationManager/8.0.0": { - "dependencies": { - "System.Security.Cryptography.ProtectedData": "8.0.0" - }, - "runtime": { - "lib/net8.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "System.Diagnostics.PerformanceCounter/6.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "8.0.0" - }, - "runtime": { - "lib/net6.0/System.Diagnostics.PerformanceCounter.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.IdentityModel.Tokens.Jwt/8.0.1": { - "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "8.0.1", - "Microsoft.IdentityModel.Tokens": "8.0.1" - }, - "runtime": { - "lib/net9.0/System.IdentityModel.Tokens.Jwt.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "System.Memory.Data/1.0.2": { - "runtime": { - "lib/netstandard2.0/System.Memory.Data.dll": { - "assemblyVersion": "1.0.2.0", - "fileVersion": "1.0.221.20802" - } - } - }, - "System.Runtime.Caching/8.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "8.0.0" - }, - "runtime": { - "lib/net8.0/System.Runtime.Caching.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net8.0/System.Runtime.Caching.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "System.Security.Cryptography.ProtectedData/8.0.0": { - "runtime": { - "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "YamlDotNet/13.3.1": { - "runtime": { - "lib/net7.0/YamlDotNet.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.3.1.0" - } - } - }, - "ZstdSharp.Port/0.7.3": { - "runtime": { - "lib/net7.0/ZstdSharp.dll": { - "assemblyVersion": "0.7.3.0", - "fileVersion": "0.7.3.0" - } - } - }, - "EventBus/1.0.0": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "EventBus.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "EventBusRabbitMQ/1.0.0": { - "dependencies": { - "Autofac": "8.1.1", - "EventBus": "1.0.0", - "Newtonsoft.Json": "13.0.3", - "Polly": "8.5.0", - "RabbitMQ.Client": "6.8.1" - }, - "runtime": { - "EventBusRabbitMQ.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "EventBusServiceBus/1.0.0": { - "dependencies": { - "Autofac": "8.1.1", - "EventBus": "1.0.0", - "Microsoft.Azure.ServiceBus": "5.2.0" - }, - "runtime": { - "EventBusServiceBus.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - } - } - }, - "libraries": { - "Coupon.API/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "AspNetCore.HealthChecks.AzureServiceBus/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-67GttVESv92GIthFMNqLbWvnQr3AFujGGsydKUl51R7p+KETguIJ+yHGUSnLL8XEcIWO0pENO714WlAqmON8EQ==", - "path": "aspnetcore.healthchecks.azureservicebus/8.0.1", - "hashPath": "aspnetcore.healthchecks.azureservicebus.8.0.1.nupkg.sha512" - }, - "AspNetCore.HealthChecks.MongoDb/8.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NuVDrj7UXBVniePh6JnuM8ryZRWdOIGOBes3owg2WQV/1NPntpWqX/DYaP6SBduHULUp8XRbwAui8qKQAW4SDA==", - "path": "aspnetcore.healthchecks.mongodb/8.1.0", - "hashPath": "aspnetcore.healthchecks.mongodb.8.1.0.nupkg.sha512" - }, - "AspNetCore.HealthChecks.Rabbitmq/8.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A/29xmNWfssOY1zq1bWAaZPW/iJfBhJN+I737KKHQutzB0JFwAIKesjsUWN2BAJwqS/ciFMjNxvCDHtAgU0PIQ==", - "path": "aspnetcore.healthchecks.rabbitmq/8.0.2", - "hashPath": "aspnetcore.healthchecks.rabbitmq.8.0.2.nupkg.sha512" - }, - "AspNetCore.HealthChecks.SqlServer/8.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sTcVVq7/zhfUrSTs0WAktvPdpU1He/sj14gRTogq4eFhn0oImolxNNhJczkYMgFF92RMMW+O+rlcFO7HVOpfiQ==", - "path": "aspnetcore.healthchecks.sqlserver/8.0.2", - "hashPath": "aspnetcore.healthchecks.sqlserver.8.0.2.nupkg.sha512" - }, - "AspNetCore.HealthChecks.UI.Client/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nhC6KIoB/EtTbH3uGm2J6EHEUyTJuETUARFePbmrnA+zjbwsirzIVUQl46qIjvyPABhK0e7Rk+AxcRqC6zikqA==", - "path": "aspnetcore.healthchecks.ui.client/8.0.1", - "hashPath": "aspnetcore.healthchecks.ui.client.8.0.1.nupkg.sha512" - }, - "AspNetCore.HealthChecks.UI.Core/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Vn00MOJ1I0HSqyP7Bt9v0pr0AIgbrXMjL/KFwW+sRwLRogOtep8BWGimd8XYRCbCDLrAi7VSArU02f6pEIw69w==", - "path": "aspnetcore.healthchecks.ui.core/8.0.1", - "hashPath": "aspnetcore.healthchecks.ui.core.8.0.1.nupkg.sha512" - }, - "Autofac/8.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lhHjVB/XJtxPDUQ/FAHWAC7Spu+P9TNfDbyx2W0ABqD1eTRo7TkcZ7l7Oq1S5pKNg7NXswdk9uH73qbOzSwQFA==", - "path": "autofac/8.1.1", - "hashPath": "autofac.8.1.1.nupkg.sha512" - }, - "Autofac.Extensions.DependencyInjection/10.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZjR/onUlP7BzQ7VBBigQepWLAyAzi3VRGX3pP6sBqkPRiT61fsTZqbTpRUKxo30TMgbs1o3y6bpLbETix4SJog==", - "path": "autofac.extensions.dependencyinjection/10.0.0", - "hashPath": "autofac.extensions.dependencyinjection.10.0.0.nupkg.sha512" - }, - "AWSSDK.Core/3.7.100.14": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gnEgxBlk4PFEfdPE8Lkf4+D16MZFYSaW7/o6Wwe5e035QWUkTJX0Dn4LfTCdV5QSEL/fOFxu+yCAm55eIIBgog==", - "path": "awssdk.core/3.7.100.14", - "hashPath": "awssdk.core.3.7.100.14.nupkg.sha512" - }, - "AWSSDK.SecurityToken/3.7.100.14": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dGCVuVo0CFUKWW85W8YENO+aREf8sCBDjvGbnNvxJuNW4Ss+brEU9ltHhq2KfZze2VUNK1/wygbPG1bmbpyXEw==", - "path": "awssdk.securitytoken/3.7.100.14", - "hashPath": "awssdk.securitytoken.3.7.100.14.nupkg.sha512" - }, - "Azure.Core/1.36.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vwqFZdHS4dzPlI7FFRkPx9ctA+aGGeRev3gnzG8lntWvKMmBhAmulABi1O9CEvS3/jzYt7yA+0pqVdxkpAd7dQ==", - "path": "azure.core/1.36.0", - "hashPath": "azure.core.1.36.0.nupkg.sha512" - }, - "Azure.Core.Amqp/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==", - "path": "azure.core.amqp/1.3.0", - "hashPath": "azure.core.amqp.1.3.0.nupkg.sha512" - }, - "Azure.Identity/1.10.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-l1Xm2MWOF2Mzcwuarlw8kWQXLZk3UeB55aQXVyjj23aBfDwOZ3gu5GP2kJ6KlmZeZv2TCzw7x4L3V36iNr3gww==", - "path": "azure.identity/1.10.3", - "hashPath": "azure.identity.1.10.3.nupkg.sha512" - }, - "Azure.Messaging.ServiceBus/7.17.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lpQXW+8IsTsCp8hvMIiqcp0oLYgxc79g7ALYUOOXiZy/3WORlaN237eNx0LCX40wTo7hLtdbVrmoUa+kIohGpg==", - "path": "azure.messaging.servicebus/7.17.0", - "hashPath": "azure.messaging.servicebus.7.17.0.nupkg.sha512" - }, - "DnsClient/1.6.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4H/f2uYJOZ+YObZjpY9ABrKZI+JNw3uizp6oMzTXwDw6F+2qIPhpRl/1t68O/6e98+vqNiYGu+lswmwdYUy3gg==", - "path": "dnsclient/1.6.1", - "hashPath": "dnsclient.1.6.1.nupkg.sha512" - }, - "Fractions/7.2.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1gVCo18/02ZZOJ+dcpVNMsUHF6cLmltMMskUWl2G1l+0OmTTvcwJZq5/JXIVpvOzPM3gDLombsloGMlTQNcv9g==", - "path": "fractions/7.2.1", - "hashPath": "fractions.7.2.1.nupkg.sha512" - }, - "IdentityModel/5.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nuhkbaDH9l5QzNJp2MtP3qio57MPtiRneUN8Ocr7od0JvSYaIe3gBj/vxllr11S/Qvu1AG4GZXoyv5469ewYDA==", - "path": "identitymodel/5.2.0", - "hashPath": "identitymodel.5.2.0.nupkg.sha512" - }, - "IdentityModel.OidcClient/5.2.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OuPhDNAw/EoJVEmYO6/ChZUBcug4OGoGKTKLUyBCsGhlKegxJk25LYQ0EL7GCBMgkEL+BYNJukNZyaJ+JNaWog==", - "path": "identitymodel.oidcclient/5.2.1", - "hashPath": "identitymodel.oidcclient.5.2.1.nupkg.sha512" - }, - "KubernetesClient/12.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Xvc6Kr/W5YUxlMDzy0R80zy+Vd66brS7fSA4COGXu8KZACKPW7+KKS7kxZBLaFYGrUcktXOHpqNNuoukSGcK6A==", - "path": "kubernetesclient/12.1.1", - "hashPath": "kubernetesclient.12.1.1.nupkg.sha512" - }, - "Microsoft.ApplicationInsights/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3AOM9bZtku7RQwHyMEY3tQMrHIgjcfRDa6YQpd/QG2LDGvMydSlL9Di+8LLMt7J2RDdfJ7/2jdYv6yHcMJAnNw==", - "path": "microsoft.applicationinsights/2.22.0", - "hashPath": "microsoft.applicationinsights.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.AspNetCore/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OuiZgRDX0zm3a1DRk/GT54ZsyTg8a88n3cpkVEYFJoRhT5X84l2C68BuKrglE0sIj+C0+o2WTR8S21YBD/ZWgA==", - "path": "microsoft.applicationinsights.aspnetcore/2.22.0", - "hashPath": "microsoft.applicationinsights.aspnetcore.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gseSmuCshdZqcn5r6EW1Zx52e5/p2RpAsHSanlxs8pq+Pbg1RZP678tXtxfVuHC0fA3MVV852pnfFC7ZGB0jew==", - "path": "microsoft.applicationinsights.dependencycollector/2.22.0", - "hashPath": "microsoft.applicationinsights.dependencycollector.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.EventCounterCollector/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/fXUyZIMwaWfETgire4fygaBhY8J+hXvTVhSFXKV0JOFBenzzU4smGW8iRUFhE534a3QrczuFfmfCCkXRKbsNg==", - "path": "microsoft.applicationinsights.eventcountercollector/2.22.0", - "hashPath": "microsoft.applicationinsights.eventcountercollector.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.Kubernetes/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NF7HsDqEPTLkqnm2NyA+xBLE4qzEaY5UEkdhywGeZgI0hjrpbjuFafrZOZPjqMV38WXZ24yv7c4K251+9OgOfw==", - "path": "microsoft.applicationinsights.kubernetes/7.0.0", - "hashPath": "microsoft.applicationinsights.kubernetes.7.0.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nExsJsbN7694ueUNNBms/UNgza9WH4W/I6i5CnF9ujJ1sp57EL5Uk0NP9MDwlLVtYaaiznKPatVSv3Nu8vAplw==", - "path": "microsoft.applicationinsights.perfcountercollector/2.22.0", - "hashPath": "microsoft.applicationinsights.perfcountercollector.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.WindowsServer/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9k1x1+Kq1fElvcv0o/w9w8tRWAa2Y0f4NPBeHF5b2xCety4GM1yv3K3Ra0lZwO3kW0SHlm9M8nrySuyKQlHyYA==", - "path": "microsoft.applicationinsights.windowsserver/2.22.0", - "hashPath": "microsoft.applicationinsights.windowsserver.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Blb6S8UJSJ/jo6mxeO38gKgui75D2brp5NpXJoZUhyJzfmYsfhn7a4t5f+CDfAKyvie7sQB2FIzeEDQSiRE5zw==", - "path": "microsoft.applicationinsights.windowsserver.telemetrychannel/2.22.0", - "hashPath": "microsoft.applicationinsights.windowsserver.telemetrychannel.2.22.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.JwtBearer/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bs+1Pq3vQdS2lTyxNUd9fEhtMsq3eLUpK36k2t56iDMVrk6OrAoFtvrQrTK0Y0OetTcJrUkGU7hBlf+ORzHLqQ==", - "path": "microsoft.aspnetcore.authentication.jwtbearer/9.0.0", - "hashPath": "microsoft.aspnetcore.authentication.jwtbearer.9.0.0.nupkg.sha512" - }, - "Microsoft.Azure.Amqp/2.6.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iPbNNII4YZGkka7JQS0ZsZfZLcM7dwIoov/DyFiaemRqOTrdJCLgYnFBFhc/3TSh0ZI4/5TpxQPSPSckZ65jmA==", - "path": "microsoft.azure.amqp/2.6.3", - "hashPath": "microsoft.azure.amqp.2.6.3.nupkg.sha512" - }, - "Microsoft.Azure.KeyVault/2.3.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A82ESUdfLz2wMhYuPxrwf/fA7JVt3IARgeMCG3TsaLtxUxa9RBKX3f0zdnKmvBvJ/u1/5g03OLR26GPekqY5HQ==", - "path": "microsoft.azure.keyvault/2.3.2", - "hashPath": "microsoft.azure.keyvault.2.3.2.nupkg.sha512" - }, - "Microsoft.Azure.KeyVault.WebKey/2.0.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MVSYao62R9rwl9KF+IsJm+XBLupJj1ma2lfwNeFlSWziXGAopnYK+YkDWqABOqNIV9kpza/MvNBxITzhlJIyIw==", - "path": "microsoft.azure.keyvault.webkey/2.0.7", - "hashPath": "microsoft.azure.keyvault.webkey.2.0.7.nupkg.sha512" - }, - "Microsoft.Azure.ServiceBus/5.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==", - "path": "microsoft.azure.servicebus/5.2.0", - "hashPath": "microsoft.azure.servicebus.5.2.0.nupkg.sha512" - }, - "Microsoft.Azure.Services.AppAuthentication/1.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==", - "path": "microsoft.azure.services.appauthentication/1.0.3", - "hashPath": "microsoft.azure.services.appauthentication.1.0.3.nupkg.sha512" - }, - "Microsoft.Bcl.AsyncInterfaces/1.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==", - "path": "microsoft.bcl.asyncinterfaces/1.1.1", - "hashPath": "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512" - }, - "Microsoft.Data.SqlClient/5.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3alfyqRN3ELRtdvU1dGtLBRNQqprr3TJ0WrUJfMISPwg1nPUN2P3Lelah68IKWuV27Ceb7ig95hWNHFTSXfxMg==", - "path": "microsoft.data.sqlclient/5.2.0", - "hashPath": "microsoft.data.sqlclient.5.2.0.nupkg.sha512" - }, - "Microsoft.Data.SqlClient.SNI.runtime/5.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-po1jhvFd+8pbfvJR/puh+fkHi0GRanAdvayh/0e47yaM6CXWZ6opUjCMFuYlAnD2LcbyvQE7fPJKvogmaUcN+w==", - "path": "microsoft.data.sqlclient.sni.runtime/5.2.0", - "hashPath": "microsoft.data.sqlclient.sni.runtime.5.2.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.AzureKeyVault/3.1.24": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dAir8lfKn3Ukvis2sGddZ72bbuEQ24VusFELZg2JZDPTjBDyoVVocbxbe/39YAEHEq3TfCAIbHicCCKgHBBa2A==", - "path": "microsoft.extensions.configuration.azurekeyvault/3.1.24", - "hashPath": "microsoft.extensions.configuration.azurekeyvault.3.1.24.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyModel/8.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-mUBDZZRgZrSyFOsJ2qJJ9fXfqd/kXJwf3AiDoqLD9m6TjY5OO/vLNOb9fb4juC0487eq4hcGN/M2Rh/CKS7QYw==", - "path": "microsoft.extensions.dependencymodel/8.0.2", - "hashPath": "microsoft.extensions.dependencymodel.8.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.DiagnosticAdapter/3.1.27": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IHJmvjE3X+PJLlbRvZHnzVO2CglI9FARYgTPbbUNN85gS4jqS0EM/dGhZGwQpr3P4X0/V/OUtmgHvBipS4KTwQ==", - "path": "microsoft.extensions.diagnosticadapter/3.1.27", - "hashPath": "microsoft.extensions.diagnosticadapter.3.1.27.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.ApplicationInsights/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5OmXub+9MyX8FbqgO+hBJRHk1iJ+UZUU20oIU3wo+RbmH6Jtsja79rriHLlzlrkMzWbpCkCzF6f4Yb6iGbsDag==", - "path": "microsoft.extensions.logging.applicationinsights/2.22.0", - "hashPath": "microsoft.extensions.logging.applicationinsights.2.22.0.nupkg.sha512" - }, - "Microsoft.Identity.Client/4.56.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rr4zbidvHy9r4NvOAs5hdd964Ao2A0pAeFBJKR95u1CJAVzbd1p6tPTXUZ+5ld0cfThiVSGvz6UHwY6JjraTpA==", - "path": "microsoft.identity.client/4.56.0", - "hashPath": "microsoft.identity.client.4.56.0.nupkg.sha512" - }, - "Microsoft.Identity.Client.Extensions.Msal/4.56.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-H12YAzEGK55vZ+QpxUzozhW8ZZtgPDuWvgA0JbdIR9UhMUplj29JhIgE2imuH8W2Nw9D8JKygR1uxRFtpSNcrg==", - "path": "microsoft.identity.client.extensions.msal/4.56.0", - "hashPath": "microsoft.identity.client.extensions.msal.4.56.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Abstractions/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OtlIWcyX01olfdevPKZdIPfBEvbcioDyBiE/Z2lHsopsMD7twcKtlN9kMevHmI5IIPhFpfwCIiR6qHQz1WHUIw==", - "path": "microsoft.identitymodel.abstractions/8.0.1", - "hashPath": "microsoft.identitymodel.abstractions.8.0.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==", - "path": "microsoft.identitymodel.clients.activedirectory/3.14.2", - "hashPath": "microsoft.identitymodel.clients.activedirectory.3.14.2.nupkg.sha512" - }, - "Microsoft.IdentityModel.JsonWebTokens/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-s6++gF9x0rQApQzOBbSyp4jUaAlwm+DroKfL8gdOHxs83k8SJfUXhuc46rDB3rNXBQ1MVRxqKUrqFhO/M0E97g==", - "path": "microsoft.identitymodel.jsonwebtokens/8.0.1", - "hashPath": "microsoft.identitymodel.jsonwebtokens.8.0.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Logging/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UCPF2exZqBXe7v/6sGNiM6zCQOUXXQ9+v5VTb9gPB8ZSUPnX53BxlN78v2jsbIvK9Dq4GovQxo23x8JgWvm/Qg==", - "path": "microsoft.identitymodel.logging/8.0.1", - "hashPath": "microsoft.identitymodel.logging.8.0.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uA2vpKqU3I2mBBEaeJAWPTjT9v1TZrGWKdgK6G5qJd03CLx83kdiqO9cmiK8/n1erkHzFBwU/RphP83aAe3i3g==", - "path": "microsoft.identitymodel.protocols/8.0.1", - "hashPath": "microsoft.identitymodel.protocols.8.0.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AQDbfpL+yzuuGhO/mQhKNsp44pm5Jv8/BI4KiFXR7beVGZoSH35zMV3PrmcfvSTsyI6qrcR898NzUauD6SRigg==", - "path": "microsoft.identitymodel.protocols.openidconnect/8.0.1", - "hashPath": "microsoft.identitymodel.protocols.openidconnect.8.0.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Tokens/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kDimB6Dkd3nkW2oZPDkMkVHfQt3IDqO5gL0oa8WVy3OP4uE8Ij+8TXnqg9TOd9ufjsY3IDiGz7pCUbnfL18tjg==", - "path": "microsoft.identitymodel.tokens/8.0.1", - "hashPath": "microsoft.identitymodel.tokens.8.0.1.nupkg.sha512" - }, - "Microsoft.OpenApi/1.6.22": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aBvunmrdu/x+4CaA/UP1Jx4xWGwk4kymhoIRnn2Vp+zi5/KOPQJ9EkSXHRUr01WcGKtYl3Au7XfkPJbU1G2sjQ==", - "path": "microsoft.openapi/1.6.22", - "hashPath": "microsoft.openapi.1.6.22.nupkg.sha512" - }, - "Microsoft.Rest.ClientRuntime/2.3.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Hj96LBoCwKY2VQKfSCVGGPV1sSumVjuYnrlpBwL4JSTnSK4b6ZxjLtXj8LgmKav8xJ2gps+UN7eI3hHVFKvBFw==", - "path": "microsoft.rest.clientruntime/2.3.8", - "hashPath": "microsoft.rest.clientruntime.2.3.8.nupkg.sha512" - }, - "Microsoft.Rest.ClientRuntime.Azure/3.3.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6u8JIuvrztse4tPOcvNzAJuzGBP0uY+Ijggk8ZYhp0siGEZ1XfZylf1vpNGUicvwcrhhoIgDW73Z1L6QGssr2g==", - "path": "microsoft.rest.clientruntime.azure/3.3.7", - "hashPath": "microsoft.rest.clientruntime.azure.3.3.7.nupkg.sha512" - }, - "Microsoft.SqlServer.Server/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==", - "path": "microsoft.sqlserver.server/1.0.0", - "hashPath": "microsoft.sqlserver.server.1.0.0.nupkg.sha512" - }, - "MongoDB.Bson/2.30.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Gg0TQUT3IEntcqdug5a9P6d8iwL5CqOpQjVBCq1hxTbkjxdGdY6a2CPv7II44AO9GYUnORYsS6dDME2b7aqYyg==", - "path": "mongodb.bson/2.30.0", - "hashPath": "mongodb.bson.2.30.0.nupkg.sha512" - }, - "MongoDB.Driver/2.30.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BCG8cNF0+U3h5f/O9fu3ktrYhoESBDems1w06PExfYrn2KjHBHCBdvBRY1cIbysnZVjQAJjGtFV9XgW+hXt7Hg==", - "path": "mongodb.driver/2.30.0", - "hashPath": "mongodb.driver.2.30.0.nupkg.sha512" - }, - "MongoDB.Driver.Core/2.30.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oepDgu24lo44SljuHmIQ99x6jHISnMC4tLfzQGniQg39xiMD8nxalm1HM9RDZcuZbbWa4F6YLt2AIhWkny3XWA==", - "path": "mongodb.driver.core/2.30.0", - "hashPath": "mongodb.driver.core.2.30.0.nupkg.sha512" - }, - "MongoDB.Libmongocrypt/1.12.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-B1X51jrtNacKvxKoaqWeknYeJfQS5aWf6BmVLT5JZerz3AUXFzv8edPskJYqBc3kLy1J2PWzMqqsnyb9g8FtcA==", - "path": "mongodb.libmongocrypt/1.12.0", - "hashPath": "mongodb.libmongocrypt.1.12.0.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "path": "newtonsoft.json/13.0.3", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" - }, - "Polly/8.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GBNZPy7i7OpkaIruWPRJ0+AWzdGDQDnKY91b7Ic2aAch4lKhPjUc5KSffpH9krIWe0MoyghqaRxwRC0Uwz2PkA==", - "path": "polly/8.5.0", - "hashPath": "polly.8.5.0.nupkg.sha512" - }, - "Polly.Core/8.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VYYMZNitZ85UEhwOKkTQI63WEMvzUqwQc74I2mm8h/DBVAMcBBxqYPni4DmuRtbCwngmuONuK2yBJfWNRKzI+A==", - "path": "polly.core/8.5.0", - "hashPath": "polly.core.8.5.0.nupkg.sha512" - }, - "prometheus-net/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A9sOtQB2gEhujBxPKw+KcGScBiPvBmy4lYVM5OlETMj4xjVD5r/ixIg52HHg2P0lcImJTpfeWnD0/9tpQsRQTA==", - "path": "prometheus-net/8.0.1", - "hashPath": "prometheus-net.8.0.1.nupkg.sha512" - }, - "RabbitMQ.Client/6.8.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jNsmGgmCNw2S/NzskeN2ijtGywtH4Sk/G6jWUTD5sY9SrC27Xz6BsLIiB8hdsfjeyWCa4j4GvCIGkpE8wrjU1Q==", - "path": "rabbitmq.client/6.8.1", - "hashPath": "rabbitmq.client.6.8.1.nupkg.sha512" - }, - "Serilog/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2jDkUrSh5EofOp7Lx5Zgy0EB+7hXjjxE2ktTb1WVQmU00lDACR2TdROGKU0K1pDTBSJBN1PqgYpgOZF8mL7NJw==", - "path": "serilog/4.0.0", - "hashPath": "serilog.4.0.0.nupkg.sha512" - }, - "Serilog.AspNetCore/8.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Y5at41mc0OV982DEJslBKHd6uzcWO6POwR3QceJ6gtpMPxCzm4+FElGPF0RdaTD7MGsP6XXE05LMbSi0NO+sXg==", - "path": "serilog.aspnetcore/8.0.3", - "hashPath": "serilog.aspnetcore.8.0.3.nupkg.sha512" - }, - "Serilog.Extensions.Hosting/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-db0OcbWeSCvYQkHWu6n0v40N4kKaTAXNjlM3BKvcbwvNzYphQFcBR+36eQ/7hMMwOkJvAyLC2a9/jNdUL5NjtQ==", - "path": "serilog.extensions.hosting/8.0.0", - "hashPath": "serilog.extensions.hosting.8.0.0.nupkg.sha512" - }, - "Serilog.Extensions.Logging/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YEAMWu1UnWgf1c1KP85l1SgXGfiVo0Rz6x08pCiPOIBt2Qe18tcZLvdBUuV5o1QHvrs8FAry9wTIhgBRtjIlEg==", - "path": "serilog.extensions.logging/8.0.0", - "hashPath": "serilog.extensions.logging.8.0.0.nupkg.sha512" - }, - "Serilog.Formatting.Compact/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ob6z3ikzFM3D1xalhFuBIK1IOWf+XrQq+H4KeH4VqBcPpNcmUgZlRQ2h3Q7wvthpdZBBoY86qZOI2LCXNaLlNA==", - "path": "serilog.formatting.compact/2.0.0", - "hashPath": "serilog.formatting.compact.2.0.0.nupkg.sha512" - }, - "Serilog.Settings.Configuration/8.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pkxvq0umBKK8IKFJc1aV5S/HGRG/NIxJ6FV42KaTPLfDmBOAbBUB1m5gqqlGxzEa1MgDDWtQlWJdHTSxVWNx+Q==", - "path": "serilog.settings.configuration/8.0.4", - "hashPath": "serilog.settings.configuration.8.0.4.nupkg.sha512" - }, - "Serilog.Sinks.Console/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fQGWqVMClCP2yEyTXPIinSr5c+CBGUvBybPxjAGcf7ctDhadFhrQw03Mv8rJ07/wR5PDfFjewf2LimvXCDzpbA==", - "path": "serilog.sinks.console/6.0.0", - "hashPath": "serilog.sinks.console.6.0.0.nupkg.sha512" - }, - "Serilog.Sinks.Debug/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Y6g3OBJ4JzTyyw16fDqtFcQ41qQAydnEvEqmXjhwhgjsnG/FaJ8GUqF5ldsC/bVkK8KYmqrPhDO+tm4dF6xx4A==", - "path": "serilog.sinks.debug/2.0.0", - "hashPath": "serilog.sinks.debug.2.0.0.nupkg.sha512" - }, - "Serilog.Sinks.File/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uwV5hdhWPwUH1szhO8PJpFiahqXmzPzJT/sOijH/kFgUx+cyoDTMM8MHD0adw9+Iem6itoibbUXHYslzXsLEAg==", - "path": "serilog.sinks.file/5.0.0", - "hashPath": "serilog.sinks.file.5.0.0.nupkg.sha512" - }, - "Serilog.Sinks.Http/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c246Bw1vXtvht/krwQXGwuZ4U2kKxRf8d9iaazZDodnOohTlRR4jZyQS/slWHSjJAj8ZDejCQcITnu+TkYmdFw==", - "path": "serilog.sinks.http/9.0.0", - "hashPath": "serilog.sinks.http.9.0.0.nupkg.sha512" - }, - "Serilog.Sinks.Seq/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-z5ig56/qzjkX6Fj4U/9m1g8HQaQiYPMZS4Uevtjg1I+WWzoGSf5t/E+6JbMP/jbZYhU63bA5NJN5y0x+qqx2Bw==", - "path": "serilog.sinks.seq/8.0.0", - "hashPath": "serilog.sinks.seq.8.0.0.nupkg.sha512" - }, - "SharpCompress/0.30.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XqD4TpfyYGa7QTPzaGlMVbcecKnXy4YmYLDWrU+JIj7IuRNl7DH2END+Ll7ekWIY8o3dAMWLFDE1xdhfIWD1nw==", - "path": "sharpcompress/0.30.1", - "hashPath": "sharpcompress.0.30.1.nupkg.sha512" - }, - "Snappier/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rFtK2KEI9hIe8gtx3a0YDXdHOpedIf9wYCEYtBEmtlyiWVX3XlCNV03JrmmAi/Cdfn7dxK+k0sjjcLv4fpHnqA==", - "path": "snappier/1.0.0", - "hashPath": "snappier.1.0.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore/7.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vJv19UpWm6OOgnS9QLDnWARNVasXUfj8SFvlG7UVALm4nBnfwRnEky7C0veSDqMUmBeMPC6Ec3d6G1ts/J04Uw==", - "path": "swashbuckle.aspnetcore/7.2.0", - "hashPath": "swashbuckle.aspnetcore.7.2.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.Swagger/7.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-y27fNDfIh1vGhJjXYynLcZjl7DLOW1bSO2MDsY9wB4Zm1fdxpPsuBSiR4U+0acWlAqLmnuOPKr/OeOgwRUkBlw==", - "path": "swashbuckle.aspnetcore.swagger/7.2.0", - "hashPath": "swashbuckle.aspnetcore.swagger.7.2.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.SwaggerGen/7.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pMrTxGVuXM7t4wqft5CNNU8A0++Yw5kTLmYhB6tbEcyBfO8xEF/Y8pkJhO6BZ/2MYONrRYoQTfPFJqu8fOf5WQ==", - "path": "swashbuckle.aspnetcore.swaggergen/7.2.0", - "hashPath": "swashbuckle.aspnetcore.swaggergen.7.2.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.SwaggerUI/7.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hgrXeKzyp5OGN8qVvL7A+vhmU7mDJTfGpiMBRL66IcfLOyna8UTLtn3cC3CghamXpRDufcc9ciklTszUGEQK0w==", - "path": "swashbuckle.aspnetcore.swaggerui/7.2.0", - "hashPath": "swashbuckle.aspnetcore.swaggerui.7.2.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JlYi9XVvIREURRUlGMr1F6vOFLk7YSY4p1vHo4kX3tQ0AGrjqlRWHDi66ImHhy6qwXBG3BJ6Y1QlYQ+Qz6Xgww==", - "path": "system.configuration.configurationmanager/8.0.0", - "hashPath": "system.configuration.configurationmanager.8.0.0.nupkg.sha512" - }, - "System.Diagnostics.PerformanceCounter/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gbeE5tNp/oB7O8kTTLh3wPPJCxpNOphXPTWVs1BsYuFOYapFijWuh0LYw1qnDo4gwDUYPXOmpTIhvtxisGsYOQ==", - "path": "system.diagnostics.performancecounter/6.0.0", - "hashPath": "system.diagnostics.performancecounter.6.0.0.nupkg.sha512" - }, - "System.IdentityModel.Tokens.Jwt/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GJw3bYkWpOgvN3tJo5X4lYUeIFA2HD293FPUhKmp7qxS+g5ywAb34Dnd3cDAFLkcMohy5XTpoaZ4uAHuw0uSPQ==", - "path": "system.identitymodel.tokens.jwt/8.0.1", - "hashPath": "system.identitymodel.tokens.jwt.8.0.1.nupkg.sha512" - }, - "System.Memory.Data/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==", - "path": "system.memory.data/1.0.2", - "hashPath": "system.memory.data.1.0.2.nupkg.sha512" - }, - "System.Runtime.Caching/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4TmlmvGp4kzZomm7J2HJn6IIx0UUrQyhBDyb5O1XiunZlQImXW+B8b7W/sTPcXhSf9rp5NR5aDtQllwbB5elOQ==", - "path": "system.runtime.caching/8.0.0", - "hashPath": "system.runtime.caching.8.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+TUFINV2q2ifyXauQXRwy4CiBhqvDEDZeVJU7qfxya4aRYOKzVBpN+4acx25VcPB9ywUN6C0n8drWl110PhZEg==", - "path": "system.security.cryptography.protecteddata/8.0.0", - "hashPath": "system.security.cryptography.protecteddata.8.0.0.nupkg.sha512" - }, - "YamlDotNet/13.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Q2dqDsb0xAlr092grgHk8/vTXI2snIiYM5ND3IXkgJDFIdPnqDYwYnlk+gwzSeRByDLhiSzTog8uT7xFwH68Zg==", - "path": "yamldotnet/13.3.1", - "hashPath": "yamldotnet.13.3.1.nupkg.sha512" - }, - "ZstdSharp.Port/0.7.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-U9Ix4l4cl58Kzz1rJzj5hoVTjmbx1qGMwzAcbv1j/d3NzrFaESIurQyg+ow4mivCgkE3S413y+U9k4WdnEIkRA==", - "path": "zstdsharp.port/0.7.3", - "hashPath": "zstdsharp.port.0.7.3.nupkg.sha512" - }, - "EventBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "EventBusRabbitMQ/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "EventBusServiceBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Coupon.API.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Coupon.API.dll deleted file mode 100644 index 1b18c988..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Coupon.API.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Coupon.API.pdb b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Coupon.API.pdb deleted file mode 100644 index e7e3a47c..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Coupon.API.pdb and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Coupon.API.runtimeconfig.json b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Coupon.API.runtimeconfig.json deleted file mode 100644 index 6925b655..00000000 --- a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Coupon.API.runtimeconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net9.0", - "frameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "9.0.0" - }, - { - "name": "Microsoft.AspNetCore.App", - "version": "9.0.0" - } - ], - "configProperties": { - "System.GC.Server": true, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Coupon.API.staticwebassets.endpoints.json b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Coupon.API.staticwebassets.endpoints.json deleted file mode 100644 index 5576e889..00000000 --- a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Coupon.API.staticwebassets.endpoints.json +++ /dev/null @@ -1 +0,0 @@ -{"Version":1,"ManifestType":"Build","Endpoints":[]} \ No newline at end of file diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/DnsClient.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/DnsClient.dll deleted file mode 100755 index 39aa546a..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/DnsClient.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/EventBus.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/EventBus.dll deleted file mode 100644 index 3cc2a120..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/EventBus.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/EventBus.pdb b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/EventBus.pdb deleted file mode 100644 index 92c766cf..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/EventBus.pdb and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/EventBusRabbitMQ.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/EventBusRabbitMQ.dll deleted file mode 100644 index c9ef07f0..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/EventBusRabbitMQ.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/EventBusRabbitMQ.pdb b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/EventBusRabbitMQ.pdb deleted file mode 100644 index b7ae8626..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/EventBusRabbitMQ.pdb and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/EventBusServiceBus.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/EventBusServiceBus.dll deleted file mode 100644 index 86912710..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/EventBusServiceBus.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/EventBusServiceBus.pdb b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/EventBusServiceBus.pdb deleted file mode 100644 index f0bb368b..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/EventBusServiceBus.pdb and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Fractions.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Fractions.dll deleted file mode 100755 index 16f94127..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Fractions.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/HealthChecks.AzureServiceBus.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/HealthChecks.AzureServiceBus.dll deleted file mode 100755 index 63b46633..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/HealthChecks.AzureServiceBus.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/HealthChecks.MongoDb.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/HealthChecks.MongoDb.dll deleted file mode 100755 index a0ac5645..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/HealthChecks.MongoDb.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/HealthChecks.Rabbitmq.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/HealthChecks.Rabbitmq.dll deleted file mode 100755 index da377276..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/HealthChecks.Rabbitmq.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/HealthChecks.SqlServer.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/HealthChecks.SqlServer.dll deleted file mode 100755 index 4c495399..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/HealthChecks.SqlServer.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/HealthChecks.UI.Client.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/HealthChecks.UI.Client.dll deleted file mode 100755 index 005cb03b..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/HealthChecks.UI.Client.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/HealthChecks.UI.Core.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/HealthChecks.UI.Core.dll deleted file mode 100755 index 94b166c4..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/HealthChecks.UI.Core.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/IdentityModel.OidcClient.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/IdentityModel.OidcClient.dll deleted file mode 100755 index 8ec9f3f0..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/IdentityModel.OidcClient.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/IdentityModel.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/IdentityModel.dll deleted file mode 100755 index 86fb0875..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/IdentityModel.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/KubernetesClient.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/KubernetesClient.dll deleted file mode 100755 index 44522a93..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/KubernetesClient.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.AI.DependencyCollector.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.AI.DependencyCollector.dll deleted file mode 100755 index b9e88864..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.AI.DependencyCollector.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.AI.EventCounterCollector.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.AI.EventCounterCollector.dll deleted file mode 100755 index 32b9fafe..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.AI.EventCounterCollector.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.AI.PerfCounterCollector.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.AI.PerfCounterCollector.dll deleted file mode 100755 index ddfad5b2..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.AI.PerfCounterCollector.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.AI.ServerTelemetryChannel.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.AI.ServerTelemetryChannel.dll deleted file mode 100755 index ebcfc70b..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.AI.ServerTelemetryChannel.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.AI.WindowsServer.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.AI.WindowsServer.dll deleted file mode 100755 index b1d8bdda..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.AI.WindowsServer.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.AspNetCore.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.AspNetCore.dll deleted file mode 100755 index 648c8258..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.AspNetCore.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.Kubernetes.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.Kubernetes.dll deleted file mode 100755 index caca8a8d..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.Kubernetes.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.dll deleted file mode 100755 index 3f8c8189..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll deleted file mode 100755 index ca767741..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Azure.Amqp.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Azure.Amqp.dll deleted file mode 100755 index 6d5c4414..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Azure.Amqp.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Azure.KeyVault.WebKey.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Azure.KeyVault.WebKey.dll deleted file mode 100755 index 33492a45..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Azure.KeyVault.WebKey.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Azure.KeyVault.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Azure.KeyVault.dll deleted file mode 100755 index 0e927a42..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Azure.KeyVault.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Azure.ServiceBus.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Azure.ServiceBus.dll deleted file mode 100755 index 5b6af22c..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Azure.ServiceBus.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Azure.Services.AppAuthentication.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Azure.Services.AppAuthentication.dll deleted file mode 100755 index ef497490..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Azure.Services.AppAuthentication.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Bcl.AsyncInterfaces.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Bcl.AsyncInterfaces.dll deleted file mode 100755 index a5b7ff99..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Bcl.AsyncInterfaces.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Data.SqlClient.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Data.SqlClient.dll deleted file mode 100755 index 62203592..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Data.SqlClient.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll deleted file mode 100755 index decff85a..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll deleted file mode 100755 index 89055379..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Extensions.DiagnosticAdapter.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Extensions.DiagnosticAdapter.dll deleted file mode 100755 index e74baccd..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Extensions.DiagnosticAdapter.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.ApplicationInsights.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.ApplicationInsights.dll deleted file mode 100755 index dfb12f20..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.ApplicationInsights.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Identity.Client.Extensions.Msal.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Identity.Client.Extensions.Msal.dll deleted file mode 100755 index 1a2779cf..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Identity.Client.Extensions.Msal.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Identity.Client.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Identity.Client.dll deleted file mode 100755 index eac2f913..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Identity.Client.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll deleted file mode 100755 index e981f871..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll deleted file mode 100755 index 08dd7824..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.dll deleted file mode 100755 index 19245c62..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll deleted file mode 100755 index 25f2a7e6..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.IdentityModel.Logging.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.IdentityModel.Logging.dll deleted file mode 100755 index 4ffdb259..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.IdentityModel.Logging.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll deleted file mode 100755 index 6c736d2e..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.dll deleted file mode 100755 index 9f305083..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.IdentityModel.Tokens.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.IdentityModel.Tokens.dll deleted file mode 100755 index 83ec83a8..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.IdentityModel.Tokens.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.OpenApi.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.OpenApi.dll deleted file mode 100755 index 8ba2ce69..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.OpenApi.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.Azure.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.Azure.dll deleted file mode 100755 index d7ea3c71..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.Azure.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.dll deleted file mode 100755 index 37eeb80d..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.SqlServer.Server.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.SqlServer.Server.dll deleted file mode 100755 index ddeaa864..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.SqlServer.Server.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/MongoDB.Bson.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/MongoDB.Bson.dll deleted file mode 100755 index 1a2c734e..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/MongoDB.Bson.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/MongoDB.Driver.Core.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/MongoDB.Driver.Core.dll deleted file mode 100755 index b1137c4c..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/MongoDB.Driver.Core.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/MongoDB.Driver.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/MongoDB.Driver.dll deleted file mode 100755 index bcdc7c67..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/MongoDB.Driver.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/MongoDB.Libmongocrypt.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/MongoDB.Libmongocrypt.dll deleted file mode 100755 index dee02113..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/MongoDB.Libmongocrypt.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Newtonsoft.Json.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Newtonsoft.Json.dll deleted file mode 100755 index d035c38b..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Newtonsoft.Json.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Polly.Core.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Polly.Core.dll deleted file mode 100755 index 5df31b0b..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Polly.Core.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Polly.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Polly.dll deleted file mode 100755 index 69338063..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Polly.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Prometheus.NetStandard.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Prometheus.NetStandard.dll deleted file mode 100755 index 3a39221b..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Prometheus.NetStandard.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/RabbitMQ.Client.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/RabbitMQ.Client.dll deleted file mode 100755 index 8ad562d9..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/RabbitMQ.Client.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Serilog.AspNetCore.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Serilog.AspNetCore.dll deleted file mode 100755 index 6c600139..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Serilog.AspNetCore.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Serilog.Extensions.Hosting.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Serilog.Extensions.Hosting.dll deleted file mode 100755 index 2204d101..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Serilog.Extensions.Hosting.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Serilog.Extensions.Logging.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Serilog.Extensions.Logging.dll deleted file mode 100755 index f2f78c7b..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Serilog.Extensions.Logging.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Serilog.Formatting.Compact.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Serilog.Formatting.Compact.dll deleted file mode 100755 index 7174b834..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Serilog.Formatting.Compact.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Serilog.Settings.Configuration.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Serilog.Settings.Configuration.dll deleted file mode 100755 index 25692ac2..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Serilog.Settings.Configuration.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Serilog.Sinks.Console.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Serilog.Sinks.Console.dll deleted file mode 100755 index 96c89a0d..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Serilog.Sinks.Console.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Serilog.Sinks.Debug.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Serilog.Sinks.Debug.dll deleted file mode 100755 index 2bd024b1..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Serilog.Sinks.Debug.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Serilog.Sinks.File.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Serilog.Sinks.File.dll deleted file mode 100755 index 29dc2fd3..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Serilog.Sinks.File.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Serilog.Sinks.Http.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Serilog.Sinks.Http.dll deleted file mode 100755 index 932d8c6a..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Serilog.Sinks.Http.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Serilog.Sinks.Seq.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Serilog.Sinks.Seq.dll deleted file mode 100755 index 9919e7e5..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Serilog.Sinks.Seq.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Serilog.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Serilog.dll deleted file mode 100755 index 28c98dd3..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Serilog.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/SharpCompress.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/SharpCompress.dll deleted file mode 100755 index c1a7f074..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/SharpCompress.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Snappier.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Snappier.dll deleted file mode 100755 index 9b68e856..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Snappier.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.Swagger.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.Swagger.dll deleted file mode 100755 index 945d2992..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.Swagger.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll deleted file mode 100755 index 979b4a81..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll deleted file mode 100755 index ab4789e1..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/System.Configuration.ConfigurationManager.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/System.Configuration.ConfigurationManager.dll deleted file mode 100755 index accdffe1..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/System.Configuration.ConfigurationManager.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/System.Diagnostics.PerformanceCounter.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/System.Diagnostics.PerformanceCounter.dll deleted file mode 100755 index e9092d7f..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/System.Diagnostics.PerformanceCounter.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll deleted file mode 100755 index c42b8d71..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/System.Memory.Data.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/System.Memory.Data.dll deleted file mode 100755 index 6f2a3e0a..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/System.Memory.Data.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/System.Runtime.Caching.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/System.Runtime.Caching.dll deleted file mode 100755 index 7395ccd7..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/System.Runtime.Caching.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/System.Security.Cryptography.ProtectedData.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/System.Security.Cryptography.ProtectedData.dll deleted file mode 100755 index 40f1b5a7..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/System.Security.Cryptography.ProtectedData.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/YamlDotNet.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/YamlDotNet.dll deleted file mode 100755 index 44fac0d0..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/YamlDotNet.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/ZstdSharp.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/ZstdSharp.dll deleted file mode 100755 index 5d93f7e5..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/ZstdSharp.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/appsettings.Development.json b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/appsettings.Development.json deleted file mode 100644 index a00a59a1..00000000 --- a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/appsettings.Development.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "ConnectionString": "mongodb://localhost:27017", - "CouponMongoDatabase": "CouponDb", - "Serilog": { - "MinimumLevel": { - "Default": "Debug", - "Override": { - "Microsoft": "Warning", - "Microsoft.eShopOnContainers": "Debug", - "System": "Warning" - } - } - }, - "IdentityUrlExternal": "http://localhost:5105", - "IdentityUrl": "http://localhost:5105", - "AzureServiceBusEnabled": false, - "EventBusConnection": "localhost" -} diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/appsettings.json b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/appsettings.json deleted file mode 100644 index 7c4b93a6..00000000 --- a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/appsettings.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "ConnectionString": null, - "CouponMongoDatabase": "CouponDb", - "UseCustomizationData": false, - "Serilog": { - "SeqServerUrl": null, - "LogstashgUrl": null, - "MinimumLevel": { - "Default": "Information", - "Override": { - "Microsoft": "Warning", - "Microsoft.eShopOnContainers": "Information", - "System": "Warning" - } - } - }, - "SubscriptionClientName": "Coupon", - "ApplicationInsights": { - "InstrumentationKey": "" - }, - "EventBusRetryCount": 5, - "UseVault": false, - "Vault": { - "Name": "eshop", - "ClientId": "your-clien-id", - "ClientSecret": "your-client-secret" - } -} diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/de/Microsoft.Data.SqlClient.resources.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/de/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index 01c36015..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/de/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/es/Microsoft.Data.SqlClient.resources.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/es/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index de728e37..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/es/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/fr/Microsoft.Data.SqlClient.resources.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/fr/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index eea6fbbb..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/fr/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/it/Microsoft.Data.SqlClient.resources.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/it/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index be385907..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/it/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/ja/Microsoft.Data.SqlClient.resources.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/ja/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index 3796ff2a..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/ja/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/ko/Microsoft.Data.SqlClient.resources.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/ko/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index 31ff985c..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/ko/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/pt-BR/Microsoft.Data.SqlClient.resources.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/pt-BR/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index d027801b..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/pt-BR/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/ru/Microsoft.Data.SqlClient.resources.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/ru/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index df58fdf2..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/ru/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/runtimes/linux/native/libmongocrypt.so b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/runtimes/linux/native/libmongocrypt.so deleted file mode 100755 index 97d06c5e..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/runtimes/linux/native/libmongocrypt.so and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/runtimes/osx/native/libmongocrypt.dylib b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/runtimes/osx/native/libmongocrypt.dylib deleted file mode 100755 index b15997bc..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/runtimes/osx/native/libmongocrypt.dylib and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll deleted file mode 100755 index 512befd9..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll deleted file mode 100755 index ac47980a..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll deleted file mode 100755 index f45095ef..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll deleted file mode 100755 index 12b89005..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll deleted file mode 100755 index ec5ec135..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll deleted file mode 100755 index 235a22f3..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll deleted file mode 100755 index a4a18261..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/runtimes/win/lib/net8.0/System.Runtime.Caching.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/runtimes/win/lib/net8.0/System.Runtime.Caching.dll deleted file mode 100755 index 38b97a27..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/runtimes/win/lib/net8.0/System.Runtime.Caching.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/runtimes/win/native/mongocrypt.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/runtimes/win/native/mongocrypt.dll deleted file mode 100755 index de8d95bc..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/runtimes/win/native/mongocrypt.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index 9010602c..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll b/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index e382c132..00000000 Binary files a/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/obj/Coupon.API.csproj.nuget.dgspec.json b/src/Services/Coupon/Coupon.API/obj/Coupon.API.csproj.nuget.dgspec.json index bf095700..a1113656 100644 --- a/src/Services/Coupon/Coupon.API/obj/Coupon.API.csproj.nuget.dgspec.json +++ b/src/Services/Coupon/Coupon.API/obj/Coupon.API.csproj.nuget.dgspec.json @@ -46,7 +46,7 @@ "dependencies": { "Newtonsoft.Json": { "target": "Package", - "version": "[13.0.3, )" + "version": "[13.0.4, )" } }, "imports": [ @@ -115,7 +115,7 @@ "dependencies": { "Autofac": { "target": "Package", - "version": "[8.1.1, )" + "version": "[9.0.0, )" }, "Microsoft.CSharp": { "target": "Package", @@ -123,15 +123,15 @@ }, "Microsoft.Extensions.Logging": { "target": "Package", - "version": "[9.0.0, )" + "version": "[9.0.2, )" }, "Newtonsoft.Json": { "target": "Package", - "version": "[13.0.3, )" + "version": "[13.0.4, )" }, "Polly": { "target": "Package", - "version": "[8.5.0, )" + "version": "[8.6.5, )" }, "RabbitMQ.Client": { "target": "Package", @@ -204,7 +204,7 @@ "dependencies": { "Autofac": { "target": "Package", - "version": "[8.1.1, )" + "version": "[9.0.0, )" }, "Microsoft.Azure.ServiceBus": { "target": "Package", @@ -216,7 +216,7 @@ }, "Microsoft.Extensions.Logging": { "target": "Package", - "version": "[9.0.0, )" + "version": "[9.0.2, )" } }, "imports": [ @@ -291,7 +291,7 @@ "dependencies": { "AspNetCore.HealthChecks.AzureServiceBus": { "target": "Package", - "version": "[8.0.1, )" + "version": "[9.0.0, )" }, "AspNetCore.HealthChecks.MongoDb": { "target": "Package", @@ -301,34 +301,116 @@ "target": "Package", "version": "[8.0.2, )" }, + "AspNetCore.HealthChecks.Redis": { + "target": "Package", + "version": "[9.0.0, )" + }, "AspNetCore.HealthChecks.SqlServer": { "target": "Package", - "version": "[8.0.2, )" + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.UI": { + "target": "Package", + "version": "[9.0.0, )" }, "AspNetCore.HealthChecks.UI.Client": { "target": "Package", - "version": "[8.0.1, )" + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.UI.InMemory.Storage": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.Uris": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Autofac": { + "target": "Package", + "version": "[9.0.0, )" }, "Autofac.Extensions.DependencyInjection": { "target": "Package", - "version": "[10.0.0, )" + "version": "[9.0.0, )" + }, + "FluentValidation.AspNetCore": { + "target": "Package", + "version": "[11.3.0, )" + }, + "Google.Protobuf": { + "target": "Package", + "version": "[3.33.1, )" + }, + "Grpc.AspNetCore.Server": { + "target": "Package", + "version": "[2.71.0, )" + }, + "Grpc.AspNetCore.Server.ClientFactory": { + "target": "Package", + "version": "[2.71.0, )" + }, + "Grpc.Net.Client": { + "target": "Package", + "version": "[2.71.0, )" + }, + "Grpc.Tools": { + "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", + "suppressParent": "All", + "target": "Package", + "version": "[2.76.0, )" + }, + "MediatR": { + "target": "Package", + "version": "[12.4.1, )" }, "Microsoft.ApplicationInsights.AspNetCore": { "target": "Package", - "version": "[2.22.0, )" + "version": "[2.23.0, )" + }, + "Microsoft.ApplicationInsights.DependencyCollector": { + "target": "Package", + "version": "[2.23.0, )" }, "Microsoft.ApplicationInsights.Kubernetes": { "target": "Package", - "version": "[7.0.0, )" + "version": "[8.0.0, )" }, "Microsoft.AspNetCore.Authentication.JwtBearer": { "target": "Package", "version": "[9.0.0, )" }, + "Microsoft.AspNetCore.DataProtection.StackExchangeRedis": { + "target": "Package", + "version": "[9.0.0, )" + }, "Microsoft.Extensions.Configuration.AzureKeyVault": { "target": "Package", "version": "[3.1.24, )" }, + "Microsoft.Extensions.Diagnostics.HealthChecks": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Microsoft.Extensions.Hosting": { + "target": "Package", + "version": "[9.0.2, )" + }, + "Microsoft.Extensions.Logging": { + "target": "Package", + "version": "[9.0.2, )" + }, + "Microsoft.Extensions.Logging.Abstractions": { + "target": "Package", + "version": "[9.0.2, )" + }, + "Microsoft.Extensions.Logging.AzureAppServices": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Microsoft.Web.LibraryManager.Build": { + "target": "Package", + "version": "[3.0.71, )" + }, "MongoDB.Driver": { "target": "Package", "version": "[2.30.0, )" @@ -337,33 +419,45 @@ "target": "Package", "version": "[2.30.0, )" }, + "Newtonsoft.Json": { + "target": "Package", + "version": "[13.0.4, )" + }, "Polly": { "target": "Package", - "version": "[8.5.0, )" + "version": "[8.6.5, )" + }, + "RabbitMQ.Client": { + "target": "Package", + "version": "[6.8.1, )" }, "Serilog.AspNetCore": { "target": "Package", - "version": "[8.0.3, )" + "version": "[9.0.0, )" }, "Serilog.Settings.Configuration": { "target": "Package", - "version": "[8.0.4, )" + "version": "[9.0.0, )" }, "Serilog.Sinks.Console": { "target": "Package", - "version": "[6.0.0, )" + "version": "[6.1.1, )" }, "Serilog.Sinks.Http": { "target": "Package", - "version": "[9.0.0, )" + "version": "[9.2.0, )" }, "Serilog.Sinks.Seq": { "target": "Package", - "version": "[8.0.0, )" + "version": "[9.0.0, )" }, "Swashbuckle.AspNetCore": { "target": "Package", "version": "[7.2.0, )" + }, + "Swashbuckle.AspNetCore.Newtonsoft": { + "target": "Package", + "version": "[7.2.0, )" } }, "imports": [ diff --git a/src/Services/Coupon/Coupon.API/obj/Coupon.API.csproj.nuget.g.props b/src/Services/Coupon/Coupon.API/obj/Coupon.API.csproj.nuget.g.props index 3d79936d..a083a91d 100644 --- a/src/Services/Coupon/Coupon.API/obj/Coupon.API.csproj.nuget.g.props +++ b/src/Services/Coupon/Coupon.API/obj/Coupon.API.csproj.nuget.g.props @@ -15,11 +15,17 @@ - + + + + /home/runner/.nuget/packages/microsoft.extensions.apidescription.server/6.0.5 /home/runner/.nuget/packages/awssdk.core/3.7.100.14 /home/runner/.nuget/packages/awssdk.securitytoken/3.7.100.14 + /home/runner/.nuget/packages/microsoft.web.librarymanager.build/3.0.71 + /home/runner/.nuget/packages/microsoft.codeanalysis.analyzers/3.3.3 + /home/runner/.nuget/packages/grpc.tools/2.76.0 \ No newline at end of file diff --git a/src/Services/Coupon/Coupon.API/obj/Coupon.API.csproj.nuget.g.targets b/src/Services/Coupon/Coupon.API/obj/Coupon.API.csproj.nuget.g.targets index f908e524..a5e030b7 100644 --- a/src/Services/Coupon/Coupon.API/obj/Coupon.API.csproj.nuget.g.targets +++ b/src/Services/Coupon/Coupon.API/obj/Coupon.API.csproj.nuget.g.targets @@ -1,10 +1,13 @@  + - - - - + + + + + + \ No newline at end of file diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index 36203c72..00000000 --- a/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.AssemblyInfo.cs b/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.AssemblyInfo.cs deleted file mode 100644 index 0883a4c2..00000000 --- a/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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: Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute("1d5bc948-90f1-4906-a1f8-8edaa1ed9e2e")] -[assembly: System.Reflection.AssemblyCompanyAttribute("Coupon.API")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("Coupon.API")] -[assembly: System.Reflection.AssemblyTitleAttribute("Coupon.API")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.AssemblyInfoInputs.cache b/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.AssemblyInfoInputs.cache deleted file mode 100644 index da323646..00000000 --- a/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -2cd340a34752516c122ca150f9c3c3f0627c5e36 diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.GeneratedMSBuildEditorConfig.editorconfig b/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 35166d07..00000000 --- a/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,16 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = true -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = Coupon.API -build_property.RootNamespace = Coupon.API -build_property.ProjectDir = /workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/ -build_property.RazorLangVersion = 6.0 -build_property.SupportLocalizedComponentNames = -build_property.GenerateRazorMetadataSourceChecksumAttributes = -build_property.MSBuildProjectDirectory = /workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API -build_property._RazorSourceGeneratorDebug = diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.MvcApplicationPartsAssemblyInfo.cache b/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.MvcApplicationPartsAssemblyInfo.cache deleted file mode 100644 index e69de29b..00000000 diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.MvcApplicationPartsAssemblyInfo.cs b/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.MvcApplicationPartsAssemblyInfo.cs deleted file mode 100644 index 5c337f81..00000000 --- a/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.MvcApplicationPartsAssemblyInfo.cs +++ /dev/null @@ -1,16 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.assets.cache b/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.assets.cache deleted file mode 100644 index ae9b8339..00000000 Binary files a/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.assets.cache and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.csproj.AssemblyReference.cache b/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.csproj.AssemblyReference.cache deleted file mode 100644 index 6e5735a3..00000000 Binary files a/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.csproj.CopyComplete b/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.csproj.CopyComplete deleted file mode 100644 index e69de29b..00000000 diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.csproj.CoreCompileInputs.cache b/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.csproj.CoreCompileInputs.cache deleted file mode 100644 index 82b17de5..00000000 --- a/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -c1171d91c3d6796b0714dedfaf89433de90591ff diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.csproj.FileListAbsolute.txt b/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.csproj.FileListAbsolute.txt deleted file mode 100644 index ec36b873..00000000 --- a/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,133 +0,0 @@ -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/appsettings.Development.json -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/appsettings.json -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Coupon.API -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Coupon.API.deps.json -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Coupon.API.runtimeconfig.json -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Coupon.API.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Coupon.API.pdb -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/HealthChecks.AzureServiceBus.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/HealthChecks.MongoDb.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/HealthChecks.Rabbitmq.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/HealthChecks.SqlServer.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/HealthChecks.UI.Client.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/HealthChecks.UI.Core.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Autofac.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Autofac.Extensions.DependencyInjection.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Azure.Core.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Azure.Core.Amqp.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Azure.Identity.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Azure.Messaging.EventHubs.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Azure.Messaging.ServiceBus.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/DnsClient.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.ApplicationInsights.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.ApplicationInsights.AspNetCore.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.AI.DependencyCollector.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.AI.EventCounterCollector.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.AI.PerfCounterCollector.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.AI.WindowsServer.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.AI.ServerTelemetryChannel.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Azure.Amqp.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Azure.KeyVault.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Azure.KeyVault.WebKey.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Azure.ServiceBus.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Azure.Services.AppAuthentication.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Bcl.AsyncInterfaces.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Data.SqlClient.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Extensions.Caching.Memory.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Extensions.DependencyModel.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Extensions.DiagnosticAdapter.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Extensions.Logging.ApplicationInsights.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Identity.Client.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.IdentityModel.Clients.ActiveDirectory.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.IdentityModel.Logging.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.IdentityModel.Protocols.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.IdentityModel.Tokens.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.OpenApi.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Rest.ClientRuntime.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Rest.ClientRuntime.Azure.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Microsoft.Win32.SystemEvents.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/MongoDB.Bson.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/MongoDB.Driver.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/MongoDB.Driver.Core.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/MongoDB.Libmongocrypt.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Newtonsoft.Json.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Polly.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/RabbitMQ.Client.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.AspNetCore.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.Extensions.Hosting.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.Extensions.Logging.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.Formatting.Compact.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.Settings.Configuration.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.Sinks.Console.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.Sinks.Debug.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.Sinks.File.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.Sinks.Http.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.Sinks.PeriodicBatching.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.Sinks.RollingFile.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Serilog.Sinks.Seq.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/SharpCompress.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Swashbuckle.AspNetCore.Swagger.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/System.Configuration.ConfigurationManager.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/System.Diagnostics.PerformanceCounter.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/System.Drawing.Common.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/System.IdentityModel.Tokens.Jwt.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/System.Memory.Data.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/System.Runtime.Caching.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/System.Security.Cryptography.ProtectedData.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/System.Security.Permissions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/System.Windows.Extensions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win/native/libzstd.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win/native/snappy32.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win/native/snappy64.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/linux/native/libmongocrypt.so -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/osx/native/libmongocrypt.dylib -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win/native/mongocrypt.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win/lib/netcoreapp2.0/System.Diagnostics.PerformanceCounter.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/EventBus.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/EventBusRabbitMQ.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/EventBusServiceBus.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/EventBusRabbitMQ.pdb -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/EventBusServiceBus.pdb -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net6.0/EventBus.pdb -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.csproj.AssemblyReference.cache -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.GeneratedMSBuildEditorConfig.editorconfig -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.AssemblyInfoInputs.cache -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.AssemblyInfo.cs -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.csproj.CoreCompileInputs.cache -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.MvcApplicationPartsAssemblyInfo.cs -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.MvcApplicationPartsAssemblyInfo.cache -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/staticwebassets.build.json -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/staticwebassets.development.json -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/scopedcss/bundle/Coupon.API.styles.css -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.csproj.CopyComplete -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/refint/Coupon.API.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.pdb -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.genruntimeconfig.cache -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/ref/Coupon.API.dll diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.dll b/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.dll deleted file mode 100644 index c4e3087b..00000000 Binary files a/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.genruntimeconfig.cache b/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.genruntimeconfig.cache deleted file mode 100644 index 9549b8a6..00000000 --- a/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -d4c631276d29e3d7669f9d5f82e560a0b22bf0db diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.pdb b/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.pdb deleted file mode 100644 index dad40e65..00000000 Binary files a/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/Coupon.API.pdb and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/apphost b/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/apphost deleted file mode 100755 index 577cf0cf..00000000 Binary files a/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/apphost and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/ref/Coupon.API.dll b/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/ref/Coupon.API.dll deleted file mode 100644 index 2fbcd44c..00000000 Binary files a/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/ref/Coupon.API.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/refint/Coupon.API.dll b/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/refint/Coupon.API.dll deleted file mode 100644 index 2fbcd44c..00000000 Binary files a/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/refint/Coupon.API.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/staticwebassets.build.json b/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/staticwebassets.build.json deleted file mode 100644 index 2f464cd1..00000000 --- a/src/Services/Coupon/Coupon.API/obj/Debug/net6.0/staticwebassets.build.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Version": 1, - "Hash": "A/ChF2gyFWwAHDKxmy4emdTlMzAlzsFZn0mwayenVlM=", - "Source": "Coupon.API", - "BasePath": "_content/Coupon.API", - "Mode": "Default", - "ManifestType": "Build", - "ReferencedProjectsConfiguration": [], - "DiscoveryPatterns": [], - "Assets": [] -} \ No newline at end of file diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/src/Services/Coupon/Coupon.API/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs deleted file mode 100644 index af943994..00000000 --- a/src/Services/Coupon/Coupon.API/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = "")] diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net8.0/Coupon.API.AssemblyInfo.cs b/src/Services/Coupon/Coupon.API/obj/Debug/net8.0/Coupon.API.AssemblyInfo.cs deleted file mode 100644 index 0fb8a9c3..00000000 --- a/src/Services/Coupon/Coupon.API/obj/Debug/net8.0/Coupon.API.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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: Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute("1d5bc948-90f1-4906-a1f8-8edaa1ed9e2e")] -[assembly: System.Reflection.AssemblyCompanyAttribute("Coupon.API")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0a77675f714bea9dc0df9dd0f5780d113235d59c")] -[assembly: System.Reflection.AssemblyProductAttribute("Coupon.API")] -[assembly: System.Reflection.AssemblyTitleAttribute("Coupon.API")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net8.0/Coupon.API.AssemblyInfoInputs.cache b/src/Services/Coupon/Coupon.API/obj/Debug/net8.0/Coupon.API.AssemblyInfoInputs.cache deleted file mode 100644 index a11ebd30..00000000 --- a/src/Services/Coupon/Coupon.API/obj/Debug/net8.0/Coupon.API.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -559a0c539945d88841a2cc7d7b2facbc73a6de445eafe758ae2467d94eac6746 diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net8.0/Coupon.API.GeneratedMSBuildEditorConfig.editorconfig b/src/Services/Coupon/Coupon.API/obj/Debug/net8.0/Coupon.API.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index a94cbdfc..00000000 --- a/src/Services/Coupon/Coupon.API/obj/Debug/net8.0/Coupon.API.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,19 +0,0 @@ -is_global = true -build_property.TargetFramework = net8.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = true -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = Coupon.API -build_property.RootNamespace = Coupon.API -build_property.ProjectDir = C:\Users\natyo\mslearn-microservices-devops-aspnet-core\src\Services\Coupon\Coupon.API\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.RazorLangVersion = 8.0 -build_property.SupportLocalizedComponentNames = -build_property.GenerateRazorMetadataSourceChecksumAttributes = -build_property.MSBuildProjectDirectory = C:\Users\natyo\mslearn-microservices-devops-aspnet-core\src\Services\Coupon\Coupon.API -build_property._RazorSourceGeneratorDebug = diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net8.0/Coupon.API.MvcApplicationPartsAssemblyInfo.cache b/src/Services/Coupon/Coupon.API/obj/Debug/net8.0/Coupon.API.MvcApplicationPartsAssemblyInfo.cache deleted file mode 100644 index e69de29b..00000000 diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net8.0/Coupon.API.MvcApplicationPartsAssemblyInfo.cs b/src/Services/Coupon/Coupon.API/obj/Debug/net8.0/Coupon.API.MvcApplicationPartsAssemblyInfo.cs deleted file mode 100644 index 5c337f81..00000000 --- a/src/Services/Coupon/Coupon.API/obj/Debug/net8.0/Coupon.API.MvcApplicationPartsAssemblyInfo.cs +++ /dev/null @@ -1,16 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net8.0/Coupon.API.assets.cache b/src/Services/Coupon/Coupon.API/obj/Debug/net8.0/Coupon.API.assets.cache deleted file mode 100644 index f442202a..00000000 Binary files a/src/Services/Coupon/Coupon.API/obj/Debug/net8.0/Coupon.API.assets.cache and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net8.0/Coupon.API.csproj.AssemblyReference.cache b/src/Services/Coupon/Coupon.API/obj/Debug/net8.0/Coupon.API.csproj.AssemblyReference.cache deleted file mode 100644 index 1f160d8c..00000000 Binary files a/src/Services/Coupon/Coupon.API/obj/Debug/net8.0/Coupon.API.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net8.0/Coupon.API.csproj.CoreCompileInputs.cache b/src/Services/Coupon/Coupon.API/obj/Debug/net8.0/Coupon.API.csproj.CoreCompileInputs.cache deleted file mode 100644 index 2cf8ddd7..00000000 --- a/src/Services/Coupon/Coupon.API/obj/Debug/net8.0/Coupon.API.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -48261d0371624bad45fcab11aaf531f7df6d88f8319a7b98dfad9ba296d21a70 diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net8.0/Coupon.API.csproj.FileListAbsolute.txt b/src/Services/Coupon/Coupon.API/obj/Debug/net8.0/Coupon.API.csproj.FileListAbsolute.txt deleted file mode 100644 index eb82c8ea..00000000 --- a/src/Services/Coupon/Coupon.API/obj/Debug/net8.0/Coupon.API.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,8 +0,0 @@ -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\Services\Coupon\Coupon.API\obj\Debug\net8.0\Coupon.API.csproj.AssemblyReference.cache -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\Services\Coupon\Coupon.API\obj\Debug\net8.0\Coupon.API.GeneratedMSBuildEditorConfig.editorconfig -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\Services\Coupon\Coupon.API\obj\Debug\net8.0\Coupon.API.AssemblyInfoInputs.cache -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\Services\Coupon\Coupon.API\obj\Debug\net8.0\Coupon.API.AssemblyInfo.cs -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\Services\Coupon\Coupon.API\obj\Debug\net8.0\Coupon.API.csproj.CoreCompileInputs.cache -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\Services\Coupon\Coupon.API\obj\Debug\net8.0\Coupon.API.MvcApplicationPartsAssemblyInfo.cs -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\Services\Coupon\Coupon.API\obj\Debug\net8.0\Coupon.API.MvcApplicationPartsAssemblyInfo.cache -c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\Services\Coupon\Coupon.API\obj\Debug\net8.0\Coupon.API.sourcelink.json diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net8.0/Coupon.API.sourcelink.json b/src/Services/Coupon/Coupon.API/obj/Debug/net8.0/Coupon.API.sourcelink.json deleted file mode 100644 index 32fce4a9..00000000 --- a/src/Services/Coupon/Coupon.API/obj/Debug/net8.0/Coupon.API.sourcelink.json +++ /dev/null @@ -1 +0,0 @@ -{"documents":{"c:\\Users\\ALLEGRANathan\\mslearn-microservices-devops-aspnet-core\\*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/7b4882fe6a510e1a82b0811f789f0fe24f0cb04d/*"}} \ No newline at end of file diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs deleted file mode 100644 index feda5e9f..00000000 --- a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0")] diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/Coupon.API.AssemblyInfo.cs b/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/Coupon.API.AssemblyInfo.cs deleted file mode 100644 index 520cc14c..00000000 --- a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/Coupon.API.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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: Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute("1d5bc948-90f1-4906-a1f8-8edaa1ed9e2e")] -[assembly: System.Reflection.AssemblyCompanyAttribute("Coupon.API")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+1a8b395ed18f8f26654475e19de22afa3d9975ee")] -[assembly: System.Reflection.AssemblyProductAttribute("Coupon.API")] -[assembly: System.Reflection.AssemblyTitleAttribute("Coupon.API")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/Coupon.API.AssemblyInfoInputs.cache b/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/Coupon.API.AssemblyInfoInputs.cache deleted file mode 100644 index 8ef44307..00000000 --- a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/Coupon.API.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -05717fe485c7a39ef6c46ea411a707b1437382db514f7f68e95a44fbffbc2d1f diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/Coupon.API.GeneratedMSBuildEditorConfig.editorconfig b/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/Coupon.API.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 91048c7a..00000000 --- a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/Coupon.API.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,23 +0,0 @@ -is_global = true -build_property.TargetFramework = net9.0 -build_property.TargetFrameworkIdentifier = .NETCoreApp -build_property.TargetFrameworkVersion = v9.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = true -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = Coupon.API -build_property.RootNamespace = Coupon.API -build_property.ProjectDir = /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.RazorLangVersion = 9.0 -build_property.SupportLocalizedComponentNames = -build_property.GenerateRazorMetadataSourceChecksumAttributes = -build_property.MSBuildProjectDirectory = /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API -build_property._RazorSourceGeneratorDebug = -build_property.EffectiveAnalysisLevelStyle = 9.0 -build_property.EnableCodeStyleSeverity = diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/Coupon.API.MvcApplicationPartsAssemblyInfo.cache b/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/Coupon.API.MvcApplicationPartsAssemblyInfo.cache deleted file mode 100644 index e69de29b..00000000 diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/Coupon.API.MvcApplicationPartsAssemblyInfo.cs b/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/Coupon.API.MvcApplicationPartsAssemblyInfo.cs deleted file mode 100644 index 5c337f81..00000000 --- a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/Coupon.API.MvcApplicationPartsAssemblyInfo.cs +++ /dev/null @@ -1,16 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/Coupon.API.assets.cache b/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/Coupon.API.assets.cache index 4f7044e3..2811ccba 100644 Binary files a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/Coupon.API.assets.cache and b/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/Coupon.API.assets.cache differ diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/Coupon.API.csproj.AssemblyReference.cache b/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/Coupon.API.csproj.AssemblyReference.cache deleted file mode 100644 index 75d1833a..00000000 Binary files a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/Coupon.API.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/Coupon.API.csproj.CoreCompileInputs.cache b/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/Coupon.API.csproj.CoreCompileInputs.cache deleted file mode 100644 index 1c8db320..00000000 --- a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/Coupon.API.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -4258c8e527c189b14ddafa62e12f99338864ed35783387a7a50d6f48490d1700 diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/Coupon.API.csproj.FileListAbsolute.txt b/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/Coupon.API.csproj.FileListAbsolute.txt index 867e4f74..93ee5ef5 100644 --- a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/Coupon.API.csproj.FileListAbsolute.txt +++ b/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/Coupon.API.csproj.FileListAbsolute.txt @@ -18,9 +18,14 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/HealthChecks.AzureServiceBus.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/HealthChecks.MongoDb.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/HealthChecks.Rabbitmq.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/HealthChecks.Redis.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/HealthChecks.SqlServer.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/HealthChecks.UI.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/HealthChecks.UI.Client.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/HealthChecks.UI.Core.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/HealthChecks.UI.Data.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/HealthChecks.UI.InMemory.Storage.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/HealthChecks.Uris.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Autofac.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Autofac.Extensions.DependencyInjection.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/AWSSDK.Core.dll @@ -30,10 +35,21 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Azure.Identity.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Azure.Messaging.ServiceBus.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/DnsClient.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/FluentValidation.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/FluentValidation.AspNetCore.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/FluentValidation.DependencyInjectionExtensions.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Fractions.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/IdentityModel.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/IdentityModel.OidcClient.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Google.Protobuf.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Grpc.AspNetCore.Server.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Grpc.AspNetCore.Server.ClientFactory.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Grpc.Core.Api.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Grpc.Net.Client.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Grpc.Net.ClientFactory.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Grpc.Net.Common.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Humanizer.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/KubernetesClient.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/MediatR.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/MediatR.Contracts.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.AspNetCore.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.AI.DependencyCollector.dll @@ -43,17 +59,57 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.AI.WindowsServer.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.AI.ServerTelemetryChannel.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.AspNetCore.JsonPatch.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Azure.Amqp.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Azure.KeyVault.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Azure.KeyVault.WebKey.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Azure.ServiceBus.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Azure.Services.AppAuthentication.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Bcl.AsyncInterfaces.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.CSharp.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.Workspaces.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Data.SqlClient.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Abstractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Design.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.InMemory.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Relational.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.Binder.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.Json.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Extensions.DependencyInjection.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Extensions.DiagnosticAdapter.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Extensions.Diagnostics.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Extensions.FileProviders.Physical.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Extensions.Hosting.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.Abstractions.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.ApplicationInsights.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.Configuration.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.Console.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.Debug.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.EventLog.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.EventSource.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Extensions.Options.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Extensions.Primitives.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Identity.Client.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.Identity.Client.Extensions.Msal.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll @@ -72,10 +128,12 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/MongoDB.Driver.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/MongoDB.Driver.Core.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/MongoDB.Libmongocrypt.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Mono.TextTemplating.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Newtonsoft.Json.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Newtonsoft.Json.Bson.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Pipelines.Sockets.Unofficial.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Polly.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Polly.Core.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Prometheus.NetStandard.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/RabbitMQ.Client.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Serilog.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Serilog.AspNetCore.dll @@ -90,10 +148,21 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Serilog.Sinks.Seq.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/SharpCompress.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Snappier.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/StackExchange.Redis.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.Swagger.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/System.ClientModel.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/System.CodeDom.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/System.Composition.AttributedModel.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/System.Composition.Convention.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/System.Composition.Hosting.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/System.Composition.Runtime.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/System.Composition.TypedParts.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/System.Configuration.ConfigurationManager.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/System.Diagnostics.DiagnosticSource.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/System.Diagnostics.EventLog.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/System.Diagnostics.PerformanceCounter.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/System.Memory.Data.dll @@ -101,6 +170,58 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/System.Security.Cryptography.ProtectedData.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/YamlDotNet.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/ZstdSharp.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/de/Microsoft.Data.SqlClient.resources.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/es/Microsoft.Data.SqlClient.resources.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/fr/Microsoft.Data.SqlClient.resources.dll @@ -120,6 +241,8 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/runtimes/linux/native/libmongocrypt.so /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/runtimes/osx/native/libmongocrypt.dylib /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/runtimes/win/native/mongocrypt.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/runtimes/win/lib/net8.0/System.Runtime.Caching.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/bin/Debug/net9.0/EventBus.dll diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/Coupon.API.csproj.Up2Date b/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/Coupon.API.csproj.Up2Date deleted file mode 100644 index e69de29b..00000000 diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/Coupon.API.dll b/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/Coupon.API.dll deleted file mode 100644 index 1b18c988..00000000 Binary files a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/Coupon.API.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/Coupon.API.genruntimeconfig.cache b/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/Coupon.API.genruntimeconfig.cache deleted file mode 100644 index 69f7eab6..00000000 --- a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/Coupon.API.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -a28113eb908d00355b47d383a2916676eb5cb7a15c8259f95124550f64282023 diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/Coupon.API.pdb b/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/Coupon.API.pdb deleted file mode 100644 index e7e3a47c..00000000 Binary files a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/Coupon.API.pdb and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/Coupon.API.sourcelink.json b/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/Coupon.API.sourcelink.json deleted file mode 100644 index 66d5f078..00000000 --- a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/Coupon.API.sourcelink.json +++ /dev/null @@ -1 +0,0 @@ -{"documents":{"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/1a8b395ed18f8f26654475e19de22afa3d9975ee/*"}} \ No newline at end of file diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/apphost b/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/apphost deleted file mode 100755 index 70a410e3..00000000 Binary files a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/apphost and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/ref/Coupon.API.dll b/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/ref/Coupon.API.dll deleted file mode 100644 index d616c06d..00000000 Binary files a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/ref/Coupon.API.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/refint/Coupon.API.dll b/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/refint/Coupon.API.dll deleted file mode 100644 index d616c06d..00000000 Binary files a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/refint/Coupon.API.dll and /dev/null differ diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/rjsmcshtml.dswa.cache.json b/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/rjsmcshtml.dswa.cache.json deleted file mode 100644 index 6cbed00c..00000000 --- a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/rjsmcshtml.dswa.cache.json +++ /dev/null @@ -1 +0,0 @@ -{"GlobalPropertiesHash":"LxqFLqN7WtruL8HVv8LgLppyPQ+VWL8oys5u9nDbKzQ=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["s8EbN0OwCWVxsIYr8vLXlJYuwo4TxTcW73eu4sv4ZIU=","BuKV1SwraUp1ZBzYlM1Frb1pGLz5KcSsyeGbH\u002BfAQQY=","7WDWJFDspS1ox7zSPjaaAixeiOquDOf7Pt2mb4Lhpwg=","Soelt0Pl7GCTL/zNNHPSexCw9phFVJUObU8HDO54a80=","5lwoBYzC1VIRhsNX\u002BWYuL6U\u002BRbwCzV17x4u6C3lUtBs=","8gmXTeDDbVtLaQy2Sm7g1bICu1QybIlLgT\u002BotITmUqU="],"CachedAssets":{},"CachedCopyCandidates":{}} \ No newline at end of file diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/rjsmrazor.dswa.cache.json b/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/rjsmrazor.dswa.cache.json deleted file mode 100644 index 88f40d0b..00000000 --- a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/rjsmrazor.dswa.cache.json +++ /dev/null @@ -1 +0,0 @@ -{"GlobalPropertiesHash":"UdQzUjYZ9SwF8hHntWv+qGUU+qXT22YrBoUIyK0E10A=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["s8EbN0OwCWVxsIYr8vLXlJYuwo4TxTcW73eu4sv4ZIU=","BuKV1SwraUp1ZBzYlM1Frb1pGLz5KcSsyeGbH\u002BfAQQY=","7WDWJFDspS1ox7zSPjaaAixeiOquDOf7Pt2mb4Lhpwg=","Soelt0Pl7GCTL/zNNHPSexCw9phFVJUObU8HDO54a80=","5lwoBYzC1VIRhsNX\u002BWYuL6U\u002BRbwCzV17x4u6C3lUtBs=","8gmXTeDDbVtLaQy2Sm7g1bICu1QybIlLgT\u002BotITmUqU="],"CachedAssets":{},"CachedCopyCandidates":{}} \ No newline at end of file diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/rpswa.dswa.cache.json b/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/rpswa.dswa.cache.json deleted file mode 100644 index d194494b..00000000 --- a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/rpswa.dswa.cache.json +++ /dev/null @@ -1 +0,0 @@ -{"GlobalPropertiesHash":"fJBtK04Y/ifVMcV3TSpQVFbpekGiph/2OJOvH6d0VLU=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["s8EbN0OwCWVxsIYr8vLXlJYuwo4TxTcW73eu4sv4ZIU=","BuKV1SwraUp1ZBzYlM1Frb1pGLz5KcSsyeGbH\u002BfAQQY="],"CachedAssets":{},"CachedCopyCandidates":{}} \ No newline at end of file diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/staticwebassets.build.endpoints.json b/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/staticwebassets.build.endpoints.json deleted file mode 100644 index 5576e889..00000000 --- a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/staticwebassets.build.endpoints.json +++ /dev/null @@ -1 +0,0 @@ -{"Version":1,"ManifestType":"Build","Endpoints":[]} \ No newline at end of file diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/staticwebassets.build.json b/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/staticwebassets.build.json deleted file mode 100644 index d8d4be91..00000000 --- a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/staticwebassets.build.json +++ /dev/null @@ -1 +0,0 @@ -{"Version":1,"Hash":"zGPa3JWeOqZwsUxepy2qgtln6A1OvcUjzHLH3SL+MyY=","Source":"Coupon.API","BasePath":"/","Mode":"Root","ManifestType":"Build","ReferencedProjectsConfiguration":[],"DiscoveryPatterns":[],"Assets":[],"Endpoints":[]} \ No newline at end of file diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/staticwebassets.build.json.cache b/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/staticwebassets.build.json.cache deleted file mode 100644 index 52ce33d4..00000000 --- a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/staticwebassets.build.json.cache +++ /dev/null @@ -1 +0,0 @@ -zGPa3JWeOqZwsUxepy2qgtln6A1OvcUjzHLH3SL+MyY= \ No newline at end of file diff --git a/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/swae.build.ex.cache b/src/Services/Coupon/Coupon.API/obj/Debug/net9.0/swae.build.ex.cache deleted file mode 100644 index e69de29b..00000000 diff --git a/src/Services/Coupon/Coupon.API/obj/project.assets.json b/src/Services/Coupon/Coupon.API/obj/project.assets.json index 6c589a66..8dd12146 100644 --- a/src/Services/Coupon/Coupon.API/obj/project.assets.json +++ b/src/Services/Coupon/Coupon.API/obj/project.assets.json @@ -2,19 +2,19 @@ "version": 3, "targets": { "net9.0": { - "AspNetCore.HealthChecks.AzureServiceBus/8.0.1": { + "AspNetCore.HealthChecks.AzureServiceBus/9.0.0": { "type": "package", "dependencies": { "Azure.Messaging.ServiceBus": "7.17.0", - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0" + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11" }, "compile": { - "lib/net6.0/HealthChecks.AzureServiceBus.dll": { + "lib/net8.0/HealthChecks.AzureServiceBus.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/HealthChecks.AzureServiceBus.dll": { + "lib/net8.0/HealthChecks.AzureServiceBus.dll": { "related": ".xml" } } @@ -53,28 +53,66 @@ } } }, - "AspNetCore.HealthChecks.SqlServer/8.0.2": { + "AspNetCore.HealthChecks.Redis/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Data.SqlClient": "5.2.0", - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0" + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11", + "StackExchange.Redis": "2.7.4" }, "compile": { - "lib/net6.0/HealthChecks.SqlServer.dll": { + "lib/net8.0/HealthChecks.Redis.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/HealthChecks.SqlServer.dll": { + "lib/net8.0/HealthChecks.Redis.dll": { "related": ".xml" } } }, - "AspNetCore.HealthChecks.UI.Client/8.0.1": { + "AspNetCore.HealthChecks.SqlServer/9.0.0": { "type": "package", "dependencies": { - "AspNetCore.HealthChecks.UI.Core": "8.0.1", - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0" + "Microsoft.Data.SqlClient": "5.2.2", + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11" + }, + "compile": { + "lib/net8.0/HealthChecks.SqlServer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/HealthChecks.SqlServer.dll": { + "related": ".xml" + } + } + }, + "AspNetCore.HealthChecks.UI/9.0.0": { + "type": "package", + "dependencies": { + "AspNetCore.HealthChecks.UI.Data": "9.0.0", + "KubernetesClient": "15.0.1", + "Microsoft.EntityFrameworkCore.Design": "8.0.11", + "Microsoft.Extensions.Http": "8.0.0" + }, + "compile": { + "lib/net8.0/HealthChecks.UI.dll": { + "related": ".runtimeconfig.json;.xml" + } + }, + "runtime": { + "lib/net8.0/HealthChecks.UI.dll": { + "related": ".runtimeconfig.json;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "AspNetCore.HealthChecks.UI.Client/9.0.0": { + "type": "package", + "dependencies": { + "AspNetCore.HealthChecks.UI.Core": "9.0.0" }, "compile": { "lib/net8.0/HealthChecks.UI.Client.dll": { @@ -90,27 +128,77 @@ "Microsoft.AspNetCore.App" ] }, - "AspNetCore.HealthChecks.UI.Core/8.0.1": { + "AspNetCore.HealthChecks.UI.Core/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0" + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11" }, "compile": { - "lib/net6.0/HealthChecks.UI.Core.dll": { + "lib/net8.0/HealthChecks.UI.Core.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/HealthChecks.UI.Core.dll": { + "lib/net8.0/HealthChecks.UI.Core.dll": { "related": ".xml" } } }, - "Autofac/8.1.1": { + "AspNetCore.HealthChecks.UI.Data/9.0.0": { "type": "package", "dependencies": { - "System.Diagnostics.DiagnosticSource": "8.0.1" + "AspNetCore.HealthChecks.UI.Core": "9.0.0", + "Microsoft.EntityFrameworkCore": "8.0.0" + }, + "compile": { + "lib/net8.0/HealthChecks.UI.Data.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/HealthChecks.UI.Data.dll": { + "related": ".xml" + } + } + }, + "AspNetCore.HealthChecks.UI.InMemory.Storage/9.0.0": { + "type": "package", + "dependencies": { + "AspNetCore.HealthChecks.UI.Data": "9.0.0", + "Microsoft.EntityFrameworkCore.InMemory": "8.0.11" + }, + "compile": { + "lib/net8.0/HealthChecks.UI.InMemory.Storage.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/HealthChecks.UI.InMemory.Storage.dll": { + "related": ".xml" + } + } + }, + "AspNetCore.HealthChecks.Uris/9.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11", + "Microsoft.Extensions.Http": "8.0.0" + }, + "compile": { + "lib/net8.0/HealthChecks.Uris.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/HealthChecks.Uris.dll": { + "related": ".xml" + } + } + }, + "Autofac/9.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.DiagnosticSource": "10.0.0" }, "compile": { "lib/net8.0/Autofac.dll": { @@ -123,11 +211,11 @@ } } }, - "Autofac.Extensions.DependencyInjection/10.0.0": { + "Autofac.Extensions.DependencyInjection/9.0.0": { "type": "package", "dependencies": { - "Autofac": "8.1.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1" + "Autofac": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" }, "compile": { "lib/net8.0/Autofac.Extensions.DependencyInjection.dll": { @@ -169,10 +257,11 @@ } } }, - "Azure.Core/1.36.0": { + "Azure.Core/1.38.0": { "type": "package", "dependencies": { "Microsoft.Bcl.AsyncInterfaces": "1.1.1", + "System.ClientModel": "1.0.0", "System.Diagnostics.DiagnosticSource": "6.0.1", "System.Memory.Data": "1.0.2", "System.Numerics.Vectors": "4.5.0", @@ -209,12 +298,12 @@ } } }, - "Azure.Identity/1.10.3": { + "Azure.Identity/1.11.4": { "type": "package", "dependencies": { - "Azure.Core": "1.35.0", - "Microsoft.Identity.Client": "4.56.0", - "Microsoft.Identity.Client.Extensions.Msal": "4.56.0", + "Azure.Core": "1.38.0", + "Microsoft.Identity.Client": "4.61.3", + "Microsoft.Identity.Client.Extensions.Msal": "4.61.3", "System.Memory": "4.5.4", "System.Security.Cryptography.ProtectedData": "4.7.0", "System.Text.Json": "4.7.2", @@ -267,70 +356,252 @@ } } }, - "Fractions/7.2.1": { + "FluentValidation/11.5.1": { + "type": "package", + "compile": { + "lib/net7.0/FluentValidation.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/FluentValidation.dll": { + "related": ".xml" + } + } + }, + "FluentValidation.AspNetCore/11.3.0": { + "type": "package", + "dependencies": { + "FluentValidation": "11.5.1", + "FluentValidation.DependencyInjectionExtensions": "11.5.1" + }, + "compile": { + "lib/net6.0/FluentValidation.AspNetCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/FluentValidation.AspNetCore.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "FluentValidation.DependencyInjectionExtensions/11.5.1": { + "type": "package", + "dependencies": { + "FluentValidation": "11.5.1", + "Microsoft.Extensions.Dependencyinjection.Abstractions": "2.1.0" + }, + "compile": { + "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.dll": { + "related": ".xml" + } + } + }, + "Fractions/7.3.0": { "type": "package", "compile": { "lib/netstandard2.1/Fractions.dll": { - "related": ".pdb;.xml" + "related": ".xml" } }, "runtime": { "lib/netstandard2.1/Fractions.dll": { + "related": ".xml" + } + } + }, + "Google.Protobuf/3.33.1": { + "type": "package", + "compile": { + "lib/net5.0/Google.Protobuf.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net5.0/Google.Protobuf.dll": { "related": ".pdb;.xml" } } }, - "IdentityModel/5.2.0": { + "Grpc.AspNetCore.Server/2.71.0": { "type": "package", + "dependencies": { + "Grpc.Net.Common": "2.71.0" + }, "compile": { - "lib/net5.0/IdentityModel.dll": { + "lib/net9.0/Grpc.AspNetCore.Server.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net5.0/IdentityModel.dll": { + "lib/net9.0/Grpc.AspNetCore.Server.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Grpc.AspNetCore.Server.ClientFactory/2.71.0": { + "type": "package", + "dependencies": { + "Grpc.AspNetCore.Server": "2.71.0", + "Grpc.Net.ClientFactory": "2.71.0" + }, + "compile": { + "lib/net9.0/Grpc.AspNetCore.Server.ClientFactory.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net9.0/Grpc.AspNetCore.Server.ClientFactory.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Grpc.Core.Api/2.71.0": { + "type": "package", + "compile": { + "lib/netstandard2.1/Grpc.Core.Api.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.1/Grpc.Core.Api.dll": { + "related": ".pdb;.xml" + } + } + }, + "Grpc.Net.Client/2.71.0": { + "type": "package", + "dependencies": { + "Grpc.Net.Common": "2.71.0", + "Microsoft.Extensions.Logging.Abstractions": "6.0.0" + }, + "compile": { + "lib/net8.0/Grpc.Net.Client.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net8.0/Grpc.Net.Client.dll": { "related": ".pdb;.xml" } } }, - "IdentityModel.OidcClient/5.2.1": { + "Grpc.Net.ClientFactory/2.71.0": { "type": "package", "dependencies": { - "IdentityModel": "5.2.0", - "Microsoft.Extensions.Logging": "6.0.0" + "Grpc.Net.Client": "2.71.0", + "Microsoft.Extensions.Http": "6.0.0" }, "compile": { - "lib/netstandard2.0/IdentityModel.OidcClient.dll": { + "lib/net8.0/Grpc.Net.ClientFactory.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net8.0/Grpc.Net.ClientFactory.dll": { + "related": ".pdb;.xml" + } + } + }, + "Grpc.Net.Common/2.71.0": { + "type": "package", + "dependencies": { + "Grpc.Core.Api": "2.71.0" + }, + "compile": { + "lib/net8.0/Grpc.Net.Common.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net8.0/Grpc.Net.Common.dll": { + "related": ".pdb;.xml" + } + } + }, + "Grpc.Tools/2.76.0": { + "type": "package", + "build": { + "build/Grpc.Tools.props": {}, + "build/Grpc.Tools.targets": {} + } + }, + "Humanizer.Core/2.14.1": { + "type": "package", + "compile": { + "lib/net6.0/Humanizer.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/IdentityModel.OidcClient.dll": { + "lib/net6.0/Humanizer.dll": { "related": ".xml" } } }, - "KubernetesClient/12.1.1": { + "KubernetesClient/17.0.14": { "type": "package", "dependencies": { - "Fractions": "7.2.1", - "IdentityModel.OidcClient": "5.2.1", - "System.IdentityModel.Tokens.Jwt": "7.0.0", - "YamlDotNet": "13.3.1", - "prometheus-net": "8.0.1" + "Fractions": "7.3.0", + "YamlDotNet": "16.3.0" }, "compile": { - "lib/net7.0/KubernetesClient.dll": { + "lib/net9.0/KubernetesClient.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/KubernetesClient.dll": { + "lib/net9.0/KubernetesClient.dll": { "related": ".pdb;.xml" } } }, - "Microsoft.ApplicationInsights/2.22.0": { + "MediatR/12.4.1": { + "type": "package", + "dependencies": { + "MediatR.Contracts": "[2.0.1, 3.0.0)", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net6.0/MediatR.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/MediatR.dll": { + "related": ".xml" + } + } + }, + "MediatR.Contracts/2.0.1": { + "type": "package", + "compile": { + "lib/netstandard2.0/MediatR.Contracts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/MediatR.Contracts.dll": { + "related": ".xml" + } + } + }, + "Microsoft.ApplicationInsights/2.23.0": { "type": "package", "dependencies": { "System.Diagnostics.DiagnosticSource": "5.0.0" @@ -346,19 +617,19 @@ } } }, - "Microsoft.ApplicationInsights.AspNetCore/2.22.0": { + "Microsoft.ApplicationInsights.AspNetCore/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.22.0", - "Microsoft.ApplicationInsights.EventCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.ApplicationInsights.DependencyCollector": "2.23.0", + "Microsoft.ApplicationInsights.EventCounterCollector": "2.23.0", + "Microsoft.ApplicationInsights.PerfCounterCollector": "2.23.0", + "Microsoft.ApplicationInsights.WindowsServer": "2.23.0", + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.23.0", "Microsoft.AspNetCore.Hosting": "2.1.1", "Microsoft.AspNetCore.Http": "2.1.22", "Microsoft.Extensions.Configuration.Json": "3.1.0", - "Microsoft.Extensions.Logging.ApplicationInsights": "2.22.0", + "Microsoft.Extensions.Logging.ApplicationInsights": "2.23.0", "System.Text.Encodings.Web": "4.7.2" }, "compile": { @@ -372,10 +643,10 @@ } } }, - "Microsoft.ApplicationInsights.DependencyCollector/2.22.0": { + "Microsoft.ApplicationInsights.DependencyCollector/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", "System.Diagnostics.DiagnosticSource": "5.0.0" }, "compile": { @@ -389,13 +660,13 @@ } }, "build": { - "build/_._": {} + "build/Microsoft.ApplicationInsights.DependencyCollector.targets": {} } }, - "Microsoft.ApplicationInsights.EventCounterCollector/2.22.0": { + "Microsoft.ApplicationInsights.EventCounterCollector/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0" + "Microsoft.ApplicationInsights": "2.23.0" }, "compile": { "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.dll": { @@ -408,33 +679,34 @@ } } }, - "Microsoft.ApplicationInsights.Kubernetes/7.0.0": { + "Microsoft.ApplicationInsights.Kubernetes/8.0.0": { "type": "package", "dependencies": { - "KubernetesClient": "12.1.1", - "Microsoft.ApplicationInsights": "2.21.0", - "Microsoft.Extensions.Configuration": "6.0.1", - "Microsoft.Extensions.DependencyInjection": "8.0.0", - "Microsoft.Extensions.DiagnosticAdapter": "3.1.27", - "Microsoft.Extensions.Hosting": "6.0.1", - "Microsoft.Extensions.Logging.Abstractions": "6.0.4", - "Microsoft.Extensions.Options.ConfigurationExtensions": "6.0.0" + "KubernetesClient": "17.0.14", + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.DependencyInjection": "9.0.2", + "Microsoft.Extensions.DiagnosticAdapter": "3.1.32", + "Microsoft.Extensions.Hosting": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.2", + "System.IdentityModel.Tokens.Jwt": "8.6.0" }, "compile": { - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll": { + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll": { + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.dll": { "related": ".xml" } } }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.22.0": { + "Microsoft.ApplicationInsights.PerfCounterCollector/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", "Microsoft.Extensions.Caching.Memory": "1.0.0", "System.Diagnostics.PerformanceCounter": "6.0.0" }, @@ -452,13 +724,13 @@ "build/_._": {} } }, - "Microsoft.ApplicationInsights.WindowsServer/2.22.0": { + "Microsoft.ApplicationInsights.WindowsServer/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.22.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.ApplicationInsights.DependencyCollector": "2.23.0", + "Microsoft.ApplicationInsights.PerfCounterCollector": "2.23.0", + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.23.0", "System.Diagnostics.DiagnosticSource": "5.0.0" }, "compile": { @@ -475,10 +747,10 @@ "build/_._": {} } }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.22.0": { + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", "System.IO.FileSystem.AccessControl": "4.7.0" }, "compile": { @@ -514,6 +786,71 @@ "Microsoft.AspNetCore.App" ] }, + "Microsoft.AspNetCore.Cryptography.Internal/9.0.0": { + "type": "package", + "compile": { + "lib/net9.0/Microsoft.AspNetCore.Cryptography.Internal.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.AspNetCore.Cryptography.Internal.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.DataProtection/9.0.0": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Cryptography.Internal": "9.0.0", + "Microsoft.AspNetCore.DataProtection.Abstractions": "9.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", + "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", + "Microsoft.Extensions.Logging.Abstractions": "9.0.0", + "Microsoft.Extensions.Options": "9.0.0", + "System.Security.Cryptography.Xml": "9.0.0" + }, + "compile": { + "lib/net9.0/Microsoft.AspNetCore.DataProtection.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.AspNetCore.DataProtection.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.DataProtection.Abstractions/9.0.0": { + "type": "package", + "compile": { + "lib/net9.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.DataProtection.StackExchangeRedis/9.0.0": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.DataProtection": "9.0.0", + "StackExchange.Redis": "2.7.27" + }, + "compile": { + "lib/net9.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.dll": { + "related": ".xml" + } + } + }, "Microsoft.AspNetCore.Hosting/2.1.1": { "type": "package", "dependencies": { @@ -532,10 +869,14 @@ "System.Reflection.Metadata": "1.6.0" }, "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": { + "related": ".xml" + } } }, "Microsoft.AspNetCore.Hosting.Abstractions/2.1.1": { @@ -583,10 +924,14 @@ "Microsoft.Net.Http.Headers": "2.1.1" }, "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": { + "related": ".xml" + } } }, "Microsoft.AspNetCore.Http.Abstractions/2.1.1": { @@ -615,10 +960,14 @@ "System.Buffers": "4.5.0" }, "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": { + "related": ".xml" + } } }, "Microsoft.AspNetCore.Http.Features/2.1.1": { @@ -637,6 +986,44 @@ } } }, + "Microsoft.AspNetCore.JsonPatch/9.0.0": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.7.0", + "Newtonsoft.Json": "13.0.3" + }, + "compile": { + "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.JsonPatch": "9.0.0", + "Newtonsoft.Json": "13.0.3", + "Newtonsoft.Json.Bson": "1.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, "Microsoft.AspNetCore.WebUtilities/2.1.1": { "type": "package", "dependencies": { @@ -644,10 +1031,14 @@ "System.Text.Encodings.Web": "4.5.0" }, "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": { + "related": ".xml" + } } }, "Microsoft.Azure.Amqp/2.6.3": { @@ -675,12 +1066,12 @@ }, "compile": { "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "runtime": { "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } } }, @@ -698,59 +1089,313 @@ }, "compile": { "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "runtime": { "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" + } + } + }, + "Microsoft.Azure.ServiceBus/5.2.0": { + "type": "package", + "dependencies": { + "Microsoft.Azure.Amqp": "2.4.11", + "Microsoft.Azure.Services.AppAuthentication": "[1.0.3, 2.0.0)", + "Newtonsoft.Json": "10.0.3", + "System.Diagnostics.DiagnosticSource": "4.5.1", + "System.IdentityModel.Tokens.Jwt": "5.4.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Azure.Services.AppAuthentication/1.0.3": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2", + "NETStandard.Library": "1.6.1", + "System.Diagnostics.Process": "4.3.0" + }, + "compile": { + "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": { + "related": ".runtimeconfig.json;.xml" + } + }, + "runtime": { + "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": { + "related": ".runtimeconfig.json;.xml" + } + }, + "build": { + "build/_._": {} + } + }, + "Microsoft.Bcl.AsyncInterfaces/6.0.0": { + "type": "package", + "compile": { + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { + "related": ".xml" + } + } + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.3": { + "type": "package", + "build": { + "build/_._": {} + } + }, + "Microsoft.CodeAnalysis.Common/4.5.0": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Analyzers": "3.3.3", + "System.Collections.Immutable": "6.0.0", + "System.Reflection.Metadata": "6.0.1", + "System.Runtime.CompilerServices.Unsafe": "6.0.0", + "System.Text.Encoding.CodePages": "6.0.0" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp/4.5.0": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Common": "[4.5.0]" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hant" } } }, - "Microsoft.Azure.ServiceBus/5.2.0": { + "Microsoft.CodeAnalysis.CSharp.Workspaces/4.5.0": { "type": "package", "dependencies": { - "Microsoft.Azure.Amqp": "2.4.11", - "Microsoft.Azure.Services.AppAuthentication": "[1.0.3, 2.0.0)", - "Newtonsoft.Json": "10.0.3", - "System.Diagnostics.DiagnosticSource": "4.5.1", - "System.IdentityModel.Tokens.Jwt": "5.4.0" + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.CSharp": "[4.5.0]", + "Microsoft.CodeAnalysis.Common": "[4.5.0]", + "Microsoft.CodeAnalysis.Workspaces.Common": "[4.5.0]" }, "compile": { - "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": {} + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": {} + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hant" + } } }, - "Microsoft.Azure.Services.AppAuthentication/1.0.3": { + "Microsoft.CodeAnalysis.Workspaces.Common/4.5.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2", - "NETStandard.Library": "1.6.1", - "System.Diagnostics.Process": "4.3.0" + "Humanizer.Core": "2.14.1", + "Microsoft.Bcl.AsyncInterfaces": "6.0.0", + "Microsoft.CodeAnalysis.Common": "[4.5.0]", + "System.Composition": "6.0.0", + "System.IO.Pipelines": "6.0.3", + "System.Threading.Channels": "6.0.0" }, "compile": { - "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": { - "related": ".runtimeconfig.json" + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" } }, "runtime": { - "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": { - "related": ".runtimeconfig.json" + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" } }, - "build": { - "build/_._": {} - } - }, - "Microsoft.Bcl.AsyncInterfaces/1.1.1": { - "type": "package", - "compile": { - "ref/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {} - }, - "runtime": { - "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {} + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hant" + } } }, "Microsoft.CSharp/4.7.0": { @@ -762,12 +1407,12 @@ "lib/netcoreapp2.0/_._": {} } }, - "Microsoft.Data.SqlClient/5.2.0": { + "Microsoft.Data.SqlClient/5.2.2": { "type": "package", "dependencies": { - "Azure.Identity": "1.10.3", + "Azure.Identity": "1.11.4", "Microsoft.Data.SqlClient.SNI.runtime": "5.2.0", - "Microsoft.Identity.Client": "4.56.0", + "Microsoft.Identity.Client": "4.61.3", "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0", "Microsoft.SqlServer.Server": "1.0.0", @@ -848,6 +1493,106 @@ } } }, + "Microsoft.EntityFrameworkCore/8.0.11": { + "type": "package", + "dependencies": { + "Microsoft.EntityFrameworkCore.Abstractions": "8.0.11", + "Microsoft.EntityFrameworkCore.Analyzers": "8.0.11", + "Microsoft.Extensions.Caching.Memory": "8.0.1", + "Microsoft.Extensions.Logging": "8.0.1" + }, + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props": {} + } + }, + "Microsoft.EntityFrameworkCore.Abstractions/8.0.11": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.EntityFrameworkCore.Analyzers/8.0.11": { + "type": "package", + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + } + }, + "Microsoft.EntityFrameworkCore.Design/8.0.11": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.5.0", + "Microsoft.EntityFrameworkCore.Relational": "8.0.11", + "Microsoft.Extensions.DependencyModel": "8.0.2", + "Mono.TextTemplating": "2.2.1" + }, + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Design.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Design.dll": { + "related": ".xml" + } + }, + "build": { + "build/net8.0/_._": {} + } + }, + "Microsoft.EntityFrameworkCore.InMemory/8.0.11": { + "type": "package", + "dependencies": { + "Microsoft.EntityFrameworkCore": "8.0.11" + }, + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.InMemory.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.InMemory.dll": { + "related": ".xml" + } + } + }, + "Microsoft.EntityFrameworkCore.Relational/8.0.11": { + "type": "package", + "dependencies": { + "Microsoft.EntityFrameworkCore": "8.0.11", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": { + "related": ".xml" + } + } + }, "Microsoft.Extensions.ApiDescription.Server/6.0.5": { "type": "package", "build": { @@ -859,79 +1604,85 @@ "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.targets": {} } }, - "Microsoft.Extensions.Caching.Abstractions/1.0.0": { + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.Collections": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" + "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.Caching.Memory/1.0.0": { + "Microsoft.Extensions.Caching.Memory/8.0.1": { "type": "package", "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Linq": "4.1.0", - "System.Threading": "4.0.11" + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2", + "Microsoft.Extensions.Logging.Abstractions": "8.0.2", + "Microsoft.Extensions.Options": "8.0.2", + "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/netstandard1.3/Microsoft.Extensions.Caching.Memory.dll": { + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard1.3/Microsoft.Extensions.Caching.Memory.dll": { + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.Configuration/6.0.1": { + "Microsoft.Extensions.Configuration/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "Microsoft.Extensions.Configuration.Abstractions/9.0.7": { "type": "package", "dependencies": { - "Microsoft.Extensions.Primitives": "8.0.0" + "Microsoft.Extensions.Primitives": "9.0.7" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/net8.0/_._": {} } }, "Microsoft.Extensions.Configuration.AzureKeyVault/3.1.24": { @@ -953,18 +1704,18 @@ } } }, - "Microsoft.Extensions.Configuration.Binder/8.0.0": { + "Microsoft.Extensions.Configuration.Binder/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.Binder.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.Binder.dll": { "related": ".xml" } }, @@ -972,107 +1723,118 @@ "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets": {} } }, - "Microsoft.Extensions.Configuration.CommandLine/6.0.0": { + "Microsoft.Extensions.Configuration.CommandLine/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/6.0.1": { + "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.FileExtensions/6.0.0": { + "Microsoft.Extensions.Configuration.FileExtensions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Physical": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.Json/6.0.0": { + "Microsoft.Extensions.Configuration.Json/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "System.Text.Json": "6.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.FileExtensions": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2" }, "compile": { - "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.Json.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.Json.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.UserSecrets/6.0.1": { + "Microsoft.Extensions.Configuration.UserSecrets/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Json": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Physical": "9.0.2" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.props": {}, - "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.targets": {} + "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.props": {}, + "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.targets": {} } }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { + "Microsoft.Extensions.DependencyInjection/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll": { @@ -1088,7 +1850,7 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { + "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.2": { "type": "package", "compile": { "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { @@ -1104,23 +1866,23 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.DependencyModel/8.0.2": { + "Microsoft.Extensions.DependencyModel/9.0.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "lib/net9.0/Microsoft.Extensions.DependencyModel.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "lib/net9.0/Microsoft.Extensions.DependencyModel.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.DiagnosticAdapter/3.1.27": { + "Microsoft.Extensions.DiagnosticAdapter/3.1.32": { "type": "package", "dependencies": { "System.Diagnostics.DiagnosticSource": "4.7.1" @@ -1136,201 +1898,228 @@ } } }, - "Microsoft.Extensions.Diagnostics.Abstractions/8.0.0": { + "Microsoft.Extensions.Diagnostics/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Options": "8.0.0", - "System.Diagnostics.DiagnosticSource": "8.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.2", + "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.2" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Diagnostics.HealthChecks/8.0.0": { + "Microsoft.Extensions.Diagnostics.Abstractions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "8.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0", - "Microsoft.Extensions.Options": "8.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.Diagnostics.HealthChecks/9.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "9.0.0", + "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", + "Microsoft.Extensions.Logging.Abstractions": "9.0.0", + "Microsoft.Extensions.Options": "9.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll": { "related": ".xml" } } }, - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/8.0.0": { + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/9.0.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": { "related": ".xml" } } }, - "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { + "Microsoft.Extensions.FileProviders.Abstractions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Primitives": "8.0.0" + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { - "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.FileProviders.Physical/6.0.0": { + "Microsoft.Extensions.FileProviders.Physical/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileSystemGlobbing": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { - "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.FileSystemGlobbing/6.0.0": { + "Microsoft.Extensions.FileSystemGlobbing/9.0.2": { "type": "package", "compile": { - "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Hosting/6.0.1": { + "Microsoft.Extensions.Hosting/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.Configuration.CommandLine": "6.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1", - "Microsoft.Extensions.DependencyInjection": "6.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging.Configuration": "6.0.0", - "Microsoft.Extensions.Logging.Console": "6.0.0", - "Microsoft.Extensions.Logging.Debug": "6.0.0", - "Microsoft.Extensions.Logging.EventLog": "6.0.0", - "Microsoft.Extensions.Logging.EventSource": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Binder": "9.0.2", + "Microsoft.Extensions.Configuration.CommandLine": "9.0.2", + "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.2", + "Microsoft.Extensions.Configuration.FileExtensions": "9.0.2", + "Microsoft.Extensions.Configuration.Json": "9.0.2", + "Microsoft.Extensions.Configuration.UserSecrets": "9.0.2", + "Microsoft.Extensions.DependencyInjection": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Diagnostics": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Physical": "9.0.2", + "Microsoft.Extensions.Hosting.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.Configuration": "9.0.2", + "Microsoft.Extensions.Logging.Console": "9.0.2", + "Microsoft.Extensions.Logging.Debug": "9.0.2", + "Microsoft.Extensions.Logging.EventLog": "9.0.2", + "Microsoft.Extensions.Logging.EventSource": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" }, "compile": { - "lib/net6.0/Microsoft.Extensions.Hosting.dll": { + "lib/net9.0/Microsoft.Extensions.Hosting.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.Extensions.Hosting.dll": { + "lib/net9.0/Microsoft.Extensions.Hosting.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Hosting.Abstractions/8.0.0": { + "Microsoft.Extensions.Hosting.Abstractions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "8.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll": { + "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll": { + "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Http/3.1.0": { + "Microsoft.Extensions.Http/8.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.0", - "Microsoft.Extensions.Logging": "3.1.0", - "Microsoft.Extensions.Options": "3.1.0" + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Diagnostics": "8.0.0", + "Microsoft.Extensions.Logging": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0" }, "compile": { - "lib/netcoreapp3.1/Microsoft.Extensions.Http.dll": { + "lib/net8.0/Microsoft.Extensions.Http.dll": { "related": ".xml" } }, "runtime": { - "lib/netcoreapp3.1/Microsoft.Extensions.Http.dll": { + "lib/net8.0/Microsoft.Extensions.Http.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.Logging/9.0.0": { + "Microsoft.Extensions.Logging/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" + "Microsoft.Extensions.DependencyInjection": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Logging.dll": { @@ -1346,10 +2135,10 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { + "Microsoft.Extensions.Logging.Abstractions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": { @@ -1365,10 +2154,10 @@ "buildTransitive/net8.0/Microsoft.Extensions.Logging.Abstractions.targets": {} } }, - "Microsoft.Extensions.Logging.ApplicationInsights/2.22.0": { + "Microsoft.Extensions.Logging.ApplicationInsights/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", "Microsoft.Extensions.Logging": "2.1.1" }, "compile": { @@ -1382,134 +2171,161 @@ } } }, - "Microsoft.Extensions.Logging.Configuration/6.0.0": { + "Microsoft.Extensions.Logging.AzureAppServices/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "6.0.0" + "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.0", + "Microsoft.Extensions.Configuration.Json": "9.0.0", + "Microsoft.Extensions.Logging": "9.0.0", + "Microsoft.Extensions.Logging.Abstractions": "9.0.0", + "Microsoft.Extensions.Logging.Configuration": "9.0.0", + "System.ValueTuple": "4.5.0" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll": { "related": ".xml" } } }, - "Microsoft.Extensions.Logging.Console/6.0.0": { + "Microsoft.Extensions.Logging.Configuration/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging.Configuration": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "System.Text.Json": "6.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Binder": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.2" }, "compile": { - "lib/net6.0/Microsoft.Extensions.Logging.Console.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.Configuration.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.Extensions.Logging.Console.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.Configuration.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.Debug/6.0.0": { + "Microsoft.Extensions.Logging.Console/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.Configuration": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.Console.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.Console.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.EventLog/6.0.0": { + "Microsoft.Extensions.Logging.Debug/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "System.Diagnostics.EventLog": "6.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.EventLog.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.Debug.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.EventLog.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.Debug.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.EventSource/6.0.0": { + "Microsoft.Extensions.Logging.EventLog/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Json": "6.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "System.Diagnostics.EventLog": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Logging.EventLog.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Logging.EventLog.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.Logging.EventSource/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { - "lib/net6.0/Microsoft.Extensions.Logging.EventSource.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.EventSource.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.Extensions.Logging.EventSource.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.EventSource.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.ObjectPool/7.0.0": { + "Microsoft.Extensions.ObjectPool/2.1.1": { "type": "package", "compile": { - "lib/net7.0/Microsoft.Extensions.ObjectPool.dll": { + "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.ObjectPool.dll": { + "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll": { "related": ".xml" } } }, - "Microsoft.Extensions.Options/9.0.0": { + "Microsoft.Extensions.Options/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Options.dll": { @@ -1525,27 +2341,30 @@ "buildTransitive/net8.0/Microsoft.Extensions.Options.targets": {} } }, - "Microsoft.Extensions.Options.ConfigurationExtensions/6.0.0": { + "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Binder": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "lib/net9.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "lib/net9.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Primitives/9.0.0": { + "Microsoft.Extensions.Primitives/9.0.7": { "type": "package", "compile": { "lib/net9.0/Microsoft.Extensions.Primitives.dll": { @@ -1561,10 +2380,11 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Identity.Client/4.56.0": { + "Microsoft.Identity.Client/4.61.3": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "6.22.0" + "Microsoft.IdentityModel.Abstractions": "6.35.0", + "System.Diagnostics.DiagnosticSource": "6.0.1" }, "compile": { "lib/net6.0/Microsoft.Identity.Client.dll": { @@ -1577,25 +2397,24 @@ } } }, - "Microsoft.Identity.Client.Extensions.Msal/4.56.0": { + "Microsoft.Identity.Client.Extensions.Msal/4.61.3": { "type": "package", "dependencies": { - "Microsoft.Identity.Client": "4.56.0", - "System.IO.FileSystem.AccessControl": "5.0.0", + "Microsoft.Identity.Client": "4.61.3", "System.Security.Cryptography.ProtectedData": "4.5.0" }, "compile": { - "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll": { + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll": { + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.Abstractions/8.0.1": { + "Microsoft.IdentityModel.Abstractions/8.6.0": { "type": "package", "compile": { "lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": { @@ -1617,17 +2436,21 @@ }, "compile": { "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": {}, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": {} + "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": {}, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": {} + "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": { + "related": ".xml" + } } }, - "Microsoft.IdentityModel.JsonWebTokens/8.0.1": { + "Microsoft.IdentityModel.JsonWebTokens/8.6.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Tokens": "8.0.1" + "Microsoft.IdentityModel.Tokens": "8.6.0" }, "compile": { "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll": { @@ -1640,10 +2463,10 @@ } } }, - "Microsoft.IdentityModel.Logging/8.0.1": { + "Microsoft.IdentityModel.Logging/8.6.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "8.0.1" + "Microsoft.IdentityModel.Abstractions": "8.6.0" }, "compile": { "lib/net9.0/Microsoft.IdentityModel.Logging.dll": { @@ -1689,10 +2512,11 @@ } } }, - "Microsoft.IdentityModel.Tokens/8.0.1": { + "Microsoft.IdentityModel.Tokens/8.6.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Logging": "8.0.1" + "Microsoft.Extensions.Logging.Abstractions": "8.0.2", + "Microsoft.IdentityModel.Logging": "8.6.0" }, "compile": { "lib/net9.0/Microsoft.IdentityModel.Tokens.dll": { @@ -1712,10 +2536,14 @@ "System.Buffers": "4.5.0" }, "compile": { - "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": {} + "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": {} + "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": { + "related": ".xml" + } } }, "Microsoft.NETCore.Platforms/5.0.0": { @@ -1757,12 +2585,12 @@ }, "compile": { "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "runtime": { "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } } }, @@ -1775,12 +2603,12 @@ }, "compile": { "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "runtime": { "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } } }, @@ -1797,6 +2625,13 @@ } } }, + "Microsoft.Web.LibraryManager.Build/3.0.71": { + "type": "package", + "build": { + "build/Microsoft.Web.LibraryManager.Build.props": {}, + "build/Microsoft.Web.LibraryManager.Build.targets": {} + } + }, "Microsoft.Win32.Primitives/4.3.0": { "type": "package", "dependencies": { @@ -1805,7 +2640,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": {} + "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": { + "related": ".xml" + } } }, "Microsoft.Win32.Registry/5.0.0": { @@ -1928,6 +2765,18 @@ } } }, + "Mono.TextTemplating/2.2.1": { + "type": "package", + "dependencies": { + "System.CodeDom": "4.4.0" + }, + "compile": { + "lib/netstandard2.0/Mono.TextTemplating.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Mono.TextTemplating.dll": {} + } + }, "NETStandard.Library/1.6.1": { "type": "package", "dependencies": { @@ -1977,7 +2826,7 @@ "System.Xml.XDocument": "4.3.0" } }, - "Newtonsoft.Json/13.0.3": { + "Newtonsoft.Json/13.0.4": { "type": "package", "compile": { "lib/net6.0/Newtonsoft.Json.dll": { @@ -1990,49 +2839,64 @@ } } }, - "Polly/8.5.0": { + "Newtonsoft.Json.Bson/1.0.2": { "type": "package", "dependencies": { - "Polly.Core": "8.5.0" + "Newtonsoft.Json": "12.0.1" }, "compile": { - "lib/net6.0/Polly.dll": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net6.0/Polly.dll": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { "related": ".pdb;.xml" } } }, - "Polly.Core/8.5.0": { + "Pipelines.Sockets.Unofficial/2.2.8": { "type": "package", + "dependencies": { + "System.IO.Pipelines": "5.0.1" + }, "compile": { - "lib/net8.0/Polly.Core.dll": { - "related": ".pdb;.xml" + "lib/net5.0/Pipelines.Sockets.Unofficial.dll": { + "related": ".xml" } }, "runtime": { - "lib/net8.0/Polly.Core.dll": { - "related": ".pdb;.xml" + "lib/net5.0/Pipelines.Sockets.Unofficial.dll": { + "related": ".xml" } } }, - "prometheus-net/8.0.1": { + "Polly/8.6.5": { "type": "package", "dependencies": { - "Microsoft.Extensions.Http": "3.1.0", - "Microsoft.Extensions.ObjectPool": "7.0.0" + "Polly.Core": "8.6.5" }, "compile": { - "lib/net7.0/Prometheus.NetStandard.dll": { - "related": ".xml" + "lib/net6.0/Polly.dll": { + "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/Prometheus.NetStandard.dll": { - "related": ".xml" + "lib/net6.0/Polly.dll": { + "related": ".pdb;.xml" + } + } + }, + "Polly.Core/8.6.5": { + "type": "package", + "compile": { + "lib/net8.0/Polly.Core.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net8.0/Polly.Core.dll": { + "related": ".pdb;.xml" } } }, @@ -2224,38 +3088,37 @@ } } }, - "Serilog/4.0.0": { + "Serilog/4.2.0": { "type": "package", "compile": { - "lib/net8.0/Serilog.dll": { + "lib/net9.0/Serilog.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.dll": { + "lib/net9.0/Serilog.dll": { "related": ".xml" } } }, - "Serilog.AspNetCore/8.0.3": { + "Serilog.AspNetCore/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Logging": "8.0.0", - "Serilog": "3.1.1", - "Serilog.Extensions.Hosting": "8.0.0", - "Serilog.Formatting.Compact": "2.0.0", - "Serilog.Settings.Configuration": "8.0.4", - "Serilog.Sinks.Console": "5.0.0", - "Serilog.Sinks.Debug": "2.0.0", - "Serilog.Sinks.File": "5.0.0" + "Serilog": "4.2.0", + "Serilog.Extensions.Hosting": "9.0.0", + "Serilog.Formatting.Compact": "3.0.0", + "Serilog.Settings.Configuration": "9.0.0", + "Serilog.Sinks.Console": "6.0.0", + "Serilog.Sinks.Debug": "3.0.0", + "Serilog.Sinks.File": "6.0.0" }, "compile": { - "lib/net8.0/Serilog.AspNetCore.dll": { + "lib/net9.0/Serilog.AspNetCore.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.AspNetCore.dll": { + "lib/net9.0/Serilog.AspNetCore.dll": { "related": ".xml" } }, @@ -2263,78 +3126,78 @@ "Microsoft.AspNetCore.App" ] }, - "Serilog.Extensions.Hosting/8.0.0": { + "Serilog.Extensions.Hosting/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0", - "Serilog": "3.1.1", - "Serilog.Extensions.Logging": "8.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", + "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", + "Microsoft.Extensions.Logging.Abstractions": "9.0.0", + "Serilog": "4.2.0", + "Serilog.Extensions.Logging": "9.0.0" }, "compile": { - "lib/net8.0/Serilog.Extensions.Hosting.dll": { + "lib/net9.0/Serilog.Extensions.Hosting.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.Extensions.Hosting.dll": { + "lib/net9.0/Serilog.Extensions.Hosting.dll": { "related": ".xml" } } }, - "Serilog.Extensions.Logging/8.0.0": { + "Serilog.Extensions.Logging/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Logging": "8.0.0", - "Serilog": "3.1.1" + "Microsoft.Extensions.Logging": "9.0.0", + "Serilog": "4.2.0" }, "compile": { - "lib/net8.0/Serilog.Extensions.Logging.dll": { + "lib/net9.0/Serilog.Extensions.Logging.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.Extensions.Logging.dll": { + "lib/net9.0/Serilog.Extensions.Logging.dll": { "related": ".xml" } } }, - "Serilog.Formatting.Compact/2.0.0": { + "Serilog.Formatting.Compact/3.0.0": { "type": "package", "dependencies": { - "Serilog": "3.1.0" + "Serilog": "4.0.0" }, "compile": { - "lib/net7.0/Serilog.Formatting.Compact.dll": { + "lib/net8.0/Serilog.Formatting.Compact.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Serilog.Formatting.Compact.dll": { + "lib/net8.0/Serilog.Formatting.Compact.dll": { "related": ".xml" } } }, - "Serilog.Settings.Configuration/8.0.4": { + "Serilog.Settings.Configuration/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Binder": "8.0.0", - "Microsoft.Extensions.DependencyModel": "8.0.2", - "Serilog": "3.1.1" + "Microsoft.Extensions.Configuration.Binder": "9.0.0", + "Microsoft.Extensions.DependencyModel": "9.0.0", + "Serilog": "4.2.0" }, "compile": { - "lib/net8.0/Serilog.Settings.Configuration.dll": { + "lib/net9.0/Serilog.Settings.Configuration.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.Settings.Configuration.dll": { + "lib/net9.0/Serilog.Settings.Configuration.dll": { "related": ".xml" } } }, - "Serilog.Sinks.Console/6.0.0": { + "Serilog.Sinks.Console/6.1.1": { "type": "package", "dependencies": { "Serilog": "4.0.0" @@ -2350,39 +3213,43 @@ } } }, - "Serilog.Sinks.Debug/2.0.0": { + "Serilog.Sinks.Debug/3.0.0": { "type": "package", "dependencies": { - "Serilog": "2.10.0" + "Serilog": "4.0.0" }, "compile": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": {} + "lib/net8.0/Serilog.Sinks.Debug.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": {} + "lib/net8.0/Serilog.Sinks.Debug.dll": { + "related": ".xml" + } } }, - "Serilog.Sinks.File/5.0.0": { + "Serilog.Sinks.File/7.0.0": { "type": "package", "dependencies": { - "Serilog": "2.10.0" + "Serilog": "4.2.0" }, "compile": { - "lib/net5.0/Serilog.Sinks.File.dll": { - "related": ".pdb" + "lib/net9.0/Serilog.Sinks.File.dll": { + "related": ".xml" } }, "runtime": { - "lib/net5.0/Serilog.Sinks.File.dll": { - "related": ".pdb" + "lib/net9.0/Serilog.Sinks.File.dll": { + "related": ".xml" } } }, - "Serilog.Sinks.Http/9.0.0": { + "Serilog.Sinks.Http/9.2.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "7.0.0", - "Serilog.Sinks.File": "5.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.7", + "Serilog.Sinks.File": "7.0.0" }, "compile": { "lib/netstandard2.1/Serilog.Sinks.Http.dll": { @@ -2395,11 +3262,11 @@ } } }, - "Serilog.Sinks.Seq/8.0.0": { + "Serilog.Sinks.Seq/9.0.0": { "type": "package", "dependencies": { - "Serilog": "4.0.0", - "Serilog.Sinks.File": "5.0.0" + "Serilog": "4.2.0", + "Serilog.Sinks.File": "6.0.0" }, "compile": { "lib/net6.0/Serilog.Sinks.Seq.dll": { @@ -2424,133 +3291,324 @@ "Snappier/1.0.0": { "type": "package", "compile": { - "lib/net5.0/Snappier.dll": { + "lib/net5.0/Snappier.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/Snappier.dll": { + "related": ".xml" + } + } + }, + "StackExchange.Redis/2.7.27": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Logging.Abstractions": "6.0.0", + "Pipelines.Sockets.Unofficial": "2.2.8" + }, + "compile": { + "lib/net6.0/StackExchange.Redis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/StackExchange.Redis.dll": { + "related": ".xml" + } + } + }, + "Swashbuckle.AspNetCore/7.2.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.ApiDescription.Server": "6.0.5", + "Swashbuckle.AspNetCore.Swagger": "7.2.0", + "Swashbuckle.AspNetCore.SwaggerGen": "7.2.0", + "Swashbuckle.AspNetCore.SwaggerUI": "7.2.0" + }, + "build": { + "build/Swashbuckle.AspNetCore.props": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/Swashbuckle.AspNetCore.props": {} + } + }, + "Swashbuckle.AspNetCore.Newtonsoft/7.2.0": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "9.0.0", + "Swashbuckle.AspNetCore.SwaggerGen": "7.2.0" + }, + "compile": { + "lib/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll": { + "related": ".pdb" + } + }, + "runtime": { + "lib/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll": { + "related": ".pdb" + } + } + }, + "Swashbuckle.AspNetCore.Swagger/7.2.0": { + "type": "package", + "dependencies": { + "Microsoft.OpenApi": "1.6.22" + }, + "compile": { + "lib/net9.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net9.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Swashbuckle.AspNetCore.SwaggerGen/7.2.0": { + "type": "package", + "dependencies": { + "Swashbuckle.AspNetCore.Swagger": "7.2.0" + }, + "compile": { + "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } + } + }, + "Swashbuckle.AspNetCore.SwaggerUI/7.2.0": { + "type": "package", + "compile": { + "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "System.AppContext/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.6/System.AppContext.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.6/System.AppContext.dll": {} + } + }, + "System.Buffers/4.5.1": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "System.ClientModel/1.0.0": { + "type": "package", + "dependencies": { + "System.Memory.Data": "1.0.2", + "System.Text.Json": "4.7.2" + }, + "compile": { + "lib/net6.0/System.ClientModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.ClientModel.dll": { + "related": ".xml" + } + } + }, + "System.CodeDom/4.4.0": { + "type": "package", + "compile": { + "ref/netstandard2.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.CodeDom.dll": {} + } + }, + "System.Collections/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Collections.dll": { + "related": ".xml" + } + } + }, + "System.Collections.Concurrent/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Collections.Concurrent.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Collections.Concurrent.dll": {} + } + }, + "System.Collections.Immutable/6.0.0": { + "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Collections.Immutable.dll": { "related": ".xml" } }, "runtime": { - "lib/net5.0/Snappier.dll": { + "lib/net6.0/System.Collections.Immutable.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} } }, - "Swashbuckle.AspNetCore/7.2.0": { + "System.Composition/6.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.ApiDescription.Server": "6.0.5", - "Swashbuckle.AspNetCore.Swagger": "7.2.0", - "Swashbuckle.AspNetCore.SwaggerGen": "7.2.0", - "Swashbuckle.AspNetCore.SwaggerUI": "7.2.0" + "System.Composition.AttributedModel": "6.0.0", + "System.Composition.Convention": "6.0.0", + "System.Composition.Hosting": "6.0.0", + "System.Composition.Runtime": "6.0.0", + "System.Composition.TypedParts": "6.0.0" }, "build": { - "build/Swashbuckle.AspNetCore.props": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Swashbuckle.AspNetCore.props": {} + "buildTransitive/netcoreapp3.1/_._": {} } }, - "Swashbuckle.AspNetCore.Swagger/7.2.0": { + "System.Composition.AttributedModel/6.0.0": { "type": "package", - "dependencies": { - "Microsoft.OpenApi": "1.6.22" - }, "compile": { - "lib/net9.0/Swashbuckle.AspNetCore.Swagger.dll": { - "related": ".pdb;.xml" + "lib/net6.0/System.Composition.AttributedModel.dll": { + "related": ".xml" } }, "runtime": { - "lib/net9.0/Swashbuckle.AspNetCore.Swagger.dll": { - "related": ".pdb;.xml" + "lib/net6.0/System.Composition.AttributedModel.dll": { + "related": ".xml" } }, - "frameworkReferences": [ - "Microsoft.AspNetCore.App" - ] + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } }, - "Swashbuckle.AspNetCore.SwaggerGen/7.2.0": { + "System.Composition.Convention/6.0.0": { "type": "package", "dependencies": { - "Swashbuckle.AspNetCore.Swagger": "7.2.0" + "System.Composition.AttributedModel": "6.0.0" }, "compile": { - "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { - "related": ".pdb;.xml" + "lib/net6.0/System.Composition.Convention.dll": { + "related": ".xml" } }, "runtime": { - "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { - "related": ".pdb;.xml" + "lib/net6.0/System.Composition.Convention.dll": { + "related": ".xml" } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} } }, - "Swashbuckle.AspNetCore.SwaggerUI/7.2.0": { + "System.Composition.Hosting/6.0.0": { "type": "package", + "dependencies": { + "System.Composition.Runtime": "6.0.0" + }, "compile": { - "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { - "related": ".pdb;.xml" + "lib/net6.0/System.Composition.Hosting.dll": { + "related": ".xml" } }, "runtime": { - "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { - "related": ".pdb;.xml" + "lib/net6.0/System.Composition.Hosting.dll": { + "related": ".xml" } }, - "frameworkReferences": [ - "Microsoft.AspNetCore.App" - ] - }, - "System.AppContext/4.3.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.6/System.AppContext.dll": {} - }, - "runtime": { - "lib/netstandard1.6/System.AppContext.dll": {} + "build": { + "buildTransitive/netcoreapp3.1/_._": {} } }, - "System.Buffers/4.5.1": { + "System.Composition.Runtime/6.0.0": { "type": "package", "compile": { - "ref/netcoreapp2.0/_._": {} + "lib/net6.0/System.Composition.Runtime.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netcoreapp2.0/_._": {} - } - }, - "System.Collections/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "lib/net6.0/System.Composition.Runtime.dll": { + "related": ".xml" + } }, - "compile": { - "ref/netstandard1.3/System.Collections.dll": {} + "build": { + "buildTransitive/netcoreapp3.1/_._": {} } }, - "System.Collections.Concurrent/4.3.0": { + "System.Composition.TypedParts/6.0.0": { "type": "package", "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" + "System.Composition.AttributedModel": "6.0.0", + "System.Composition.Hosting": "6.0.0", + "System.Composition.Runtime": "6.0.0" }, "compile": { - "ref/netstandard1.3/System.Collections.Concurrent.dll": {} + "lib/net6.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard1.3/System.Collections.Concurrent.dll": {} + "lib/net6.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} } }, "System.Configuration.ConfigurationManager/8.0.0": { @@ -2583,7 +3641,9 @@ "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Console.dll": {} + "ref/netstandard1.3/System.Console.dll": { + "related": ".xml" + } } }, "System.Diagnostics.Debug/4.3.0": { @@ -2594,46 +3654,48 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Diagnostics.Debug.dll": {} + "ref/netstandard1.3/System.Diagnostics.Debug.dll": { + "related": ".xml" + } } }, - "System.Diagnostics.DiagnosticSource/8.0.1": { + "System.Diagnostics.DiagnosticSource/10.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": { + "lib/net9.0/System.Diagnostics.DiagnosticSource.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": { + "lib/net9.0/System.Diagnostics.DiagnosticSource.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "System.Diagnostics.EventLog/8.0.0": { + "System.Diagnostics.EventLog/9.0.2": { "type": "package", "compile": { - "lib/net8.0/System.Diagnostics.EventLog.dll": { + "lib/net9.0/System.Diagnostics.EventLog.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Diagnostics.EventLog.dll": { + "lib/net9.0/System.Diagnostics.EventLog.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/net8.0/_._": {} }, "runtimeTargets": { - "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll": { + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll": { "assetType": "runtime", "rid": "win" }, - "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll": { + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll": { "assetType": "runtime", "rid": "win" } @@ -2690,7 +3752,9 @@ "runtime.native.System": "4.3.0" }, "compile": { - "ref/netstandard1.4/System.Diagnostics.Process.dll": {} + "ref/netstandard1.4/System.Diagnostics.Process.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/linux/lib/netstandard1.4/System.Diagnostics.Process.dll": { @@ -2715,7 +3779,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Diagnostics.Tools.dll": {} + "ref/netstandard1.0/System.Diagnostics.Tools.dll": { + "related": ".xml" + } } }, "System.Diagnostics.Tracing/4.3.0": { @@ -2726,7 +3792,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {} + "ref/netstandard1.5/System.Diagnostics.Tracing.dll": { + "related": ".xml" + } } }, "System.Globalization/4.3.0": { @@ -2737,7 +3805,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Globalization.dll": {} + "ref/netstandard1.3/System.Globalization.dll": { + "related": ".xml" + } } }, "System.Globalization.Calendars/4.3.0": { @@ -2749,7 +3819,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Globalization.Calendars.dll": {} + "ref/netstandard1.3/System.Globalization.Calendars.dll": { + "related": ".xml" + } } }, "System.Globalization.Extensions/4.3.0": { @@ -2763,7 +3835,9 @@ "System.Runtime.InteropServices": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll": { @@ -2776,11 +3850,11 @@ } } }, - "System.IdentityModel.Tokens.Jwt/8.0.1": { + "System.IdentityModel.Tokens.Jwt/8.6.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "8.0.1", - "Microsoft.IdentityModel.Tokens": "8.0.1" + "Microsoft.IdentityModel.JsonWebTokens": "8.6.0", + "Microsoft.IdentityModel.Tokens": "8.6.0" }, "compile": { "lib/net9.0/System.IdentityModel.Tokens.Jwt.dll": { @@ -2803,7 +3877,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.IO.dll": {} + "ref/netstandard1.5/System.IO.dll": { + "related": ".xml" + } } }, "System.IO.Compression/4.3.0": { @@ -2826,7 +3902,9 @@ "runtime.native.System.IO.Compression": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.Compression.dll": {} + "ref/netstandard1.3/System.IO.Compression.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": { @@ -2853,7 +3931,9 @@ "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": {} + "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {} @@ -2872,14 +3952,16 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.FileSystem.dll": {} + "ref/netstandard1.3/System.IO.FileSystem.dll": { + "related": ".xml" + } } }, - "System.IO.FileSystem.AccessControl/5.0.0": { + "System.IO.FileSystem.AccessControl/4.7.0": { "type": "package", "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" + "System.Security.AccessControl": "4.7.0", + "System.Security.Principal.Windows": "4.7.0" }, "compile": { "ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { @@ -2904,12 +3986,30 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} } }, + "System.IO.Pipelines/6.0.3": { + "type": "package", + "compile": { + "lib/net6.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, "System.Linq/4.3.0": { "type": "package", "dependencies": { @@ -2920,7 +4020,9 @@ "System.Runtime.Extensions": "4.3.0" }, "compile": { - "ref/netstandard1.6/System.Linq.dll": {} + "ref/netstandard1.6/System.Linq.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.6/System.Linq.dll": {} @@ -2948,7 +4050,9 @@ "System.Threading": "4.3.0" }, "compile": { - "ref/netstandard1.6/System.Linq.Expressions.dll": {} + "ref/netstandard1.6/System.Linq.Expressions.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.6/System.Linq.Expressions.dll": {} @@ -2970,10 +4074,14 @@ "System.Text.Json": "4.6.0" }, "compile": { - "lib/netstandard2.0/System.Memory.Data.dll": {} + "lib/netstandard2.0/System.Memory.Data.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/System.Memory.Data.dll": {} + "lib/netstandard2.0/System.Memory.Data.dll": { + "related": ".xml" + } } }, "System.Net.Http/4.3.0": { @@ -3007,7 +4115,9 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Net.Http.dll": {} + "ref/netstandard1.3/System.Net.Http.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll": { @@ -3029,7 +4139,9 @@ "System.Runtime.Handles": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Net.Primitives.dll": {} + "ref/netstandard1.3/System.Net.Primitives.dll": { + "related": ".xml" + } } }, "System.Net.Sockets/4.3.0": { @@ -3043,7 +4155,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Net.Sockets.dll": {} + "ref/netstandard1.3/System.Net.Sockets.dll": { + "related": ".xml" + } } }, "System.Numerics.Vectors/4.5.0": { @@ -3065,7 +4179,9 @@ "System.Threading": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.ObjectModel.dll": {} + "ref/netstandard1.3/System.ObjectModel.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.ObjectModel.dll": {} @@ -3116,7 +4232,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.Reflection.dll": {} + "ref/netstandard1.5/System.Reflection.dll": { + "related": ".xml" + } } }, "System.Reflection.Emit/4.3.0": { @@ -3129,7 +4247,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.1/_._": {} + "ref/netstandard1.1/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Reflection.Emit.dll": {} @@ -3143,7 +4263,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/_._": {} + "ref/netstandard1.0/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {} @@ -3158,7 +4280,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/_._": {} + "ref/netstandard1.0/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll": {} @@ -3173,16 +4297,28 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Reflection.Extensions.dll": {} + "ref/netstandard1.0/System.Reflection.Extensions.dll": { + "related": ".xml" + } } }, - "System.Reflection.Metadata/1.6.0": { + "System.Reflection.Metadata/6.0.1": { "type": "package", + "dependencies": { + "System.Collections.Immutable": "6.0.0" + }, "compile": { - "lib/netstandard2.0/System.Reflection.Metadata.dll": {} + "lib/net6.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/System.Reflection.Metadata.dll": {} + "lib/net6.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} } }, "System.Reflection.Primitives/4.3.0": { @@ -3193,7 +4329,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Reflection.Primitives.dll": {} + "ref/netstandard1.0/System.Reflection.Primitives.dll": { + "related": ".xml" + } } }, "System.Reflection.TypeExtensions/4.3.0": { @@ -3221,7 +4359,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Resources.ResourceManager.dll": {} + "ref/netstandard1.0/System.Resources.ResourceManager.dll": { + "related": ".xml" + } } }, "System.Runtime/4.3.0": { @@ -3231,7 +4371,9 @@ "Microsoft.NETCore.Targets": "1.1.0" }, "compile": { - "ref/netstandard1.5/System.Runtime.dll": {} + "ref/netstandard1.5/System.Runtime.dll": { + "related": ".xml" + } } }, "System.Runtime.Caching/8.0.0": { @@ -3262,10 +4404,14 @@ "System.Runtime.CompilerServices.Unsafe/6.0.0": { "type": "package", "compile": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {} + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } }, "runtime": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {} + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } }, "build": { "buildTransitive/netcoreapp3.1/_._": {} @@ -3279,7 +4425,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.Runtime.Extensions.dll": {} + "ref/netstandard1.5/System.Runtime.Extensions.dll": { + "related": ".xml" + } } }, "System.Runtime.Handles/4.3.0": { @@ -3290,7 +4438,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Runtime.Handles.dll": {} + "ref/netstandard1.3/System.Runtime.Handles.dll": { + "related": ".xml" + } } }, "System.Runtime.InteropServices/4.3.0": { @@ -3344,7 +4494,9 @@ "System.Runtime.Extensions": "4.3.0" }, "compile": { - "ref/netstandard1.1/System.Runtime.Numerics.dll": {} + "ref/netstandard1.1/System.Runtime.Numerics.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Runtime.Numerics.dll": {} @@ -3358,7 +4510,9 @@ "System.Runtime": "4.1.0" }, "compile": { - "ref/netstandard1.0/System.Runtime.Serialization.Json.dll": {} + "ref/netstandard1.0/System.Runtime.Serialization.Json.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Runtime.Serialization.Json.dll": {} @@ -3371,7 +4525,9 @@ "System.Runtime": "4.1.0" }, "compile": { - "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} + "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} @@ -3513,7 +4669,9 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": {} + "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": { @@ -3556,6 +4714,28 @@ } } }, + "System.Security.Cryptography.Pkcs/9.0.0": { + "type": "package", + "compile": { + "lib/net9.0/System.Security.Cryptography.Pkcs.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/System.Security.Cryptography.Pkcs.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net9.0/System.Security.Cryptography.Pkcs.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, "System.Security.Cryptography.Primitives/4.3.0": { "type": "package", "dependencies": { @@ -3620,7 +4800,9 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" }, "compile": { - "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": {} + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { @@ -3633,6 +4815,25 @@ } } }, + "System.Security.Cryptography.Xml/9.0.0": { + "type": "package", + "dependencies": { + "System.Security.Cryptography.Pkcs": "9.0.0" + }, + "compile": { + "lib/net9.0/System.Security.Cryptography.Xml.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/System.Security.Cryptography.Xml.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, "System.Security.Principal.Windows/5.0.0": { "type": "package", "compile": { @@ -3653,44 +4854,34 @@ "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { "assetType": "runtime", "rid": "win" - } - } - }, - "System.Text.Encoding/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Text.Encoding.dll": {} + } } }, - "System.Text.Encoding.Extensions/4.3.0": { + "System.Text.Encoding/4.3.0": { "type": "package", "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" + "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {} + "ref/netstandard1.3/System.Text.Encoding.dll": { + "related": ".xml" + } } }, - "System.Text.Encodings.Web/6.0.0": { + "System.Text.Encoding.CodePages/6.0.0": { "type": "package", "dependencies": { "System.Runtime.CompilerServices.Unsafe": "6.0.0" }, "compile": { - "lib/net6.0/System.Text.Encodings.Web.dll": { + "lib/net6.0/System.Text.Encoding.CodePages.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/System.Text.Encodings.Web.dll": { + "lib/net6.0/System.Text.Encoding.CodePages.dll": { "related": ".xml" } }, @@ -3698,30 +4889,50 @@ "buildTransitive/netcoreapp3.1/_._": {} }, "runtimeTargets": { - "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll": { + "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.dll": { "assetType": "runtime", - "rid": "browser" + "rid": "win" } } }, - "System.Text.Json/6.0.0": { + "System.Text.Encoding.Extensions/4.3.0": { "type": "package", "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "6.0.0" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0" }, "compile": { - "lib/net6.0/System.Text.Json.dll": { + "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": { + "related": ".xml" + } + } + }, + "System.Text.Encodings.Web/4.7.2": { + "type": "package", + "compile": { + "lib/netstandard2.1/System.Text.Encodings.Web.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/System.Text.Json.dll": { + "lib/netstandard2.1/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + } + }, + "System.Text.Json/4.7.2": { + "type": "package", + "compile": { + "lib/netcoreapp3.0/System.Text.Json.dll": { "related": ".xml" } }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "runtime": { + "lib/netcoreapp3.0/System.Text.Json.dll": { + "related": ".xml" + } } }, "System.Text.RegularExpressions/4.3.0": { @@ -3743,7 +4954,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Threading.dll": {} + "ref/netstandard1.3/System.Threading.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Threading.dll": {} @@ -3773,7 +4986,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Threading.Tasks.dll": {} + "ref/netstandard1.3/System.Threading.Tasks.dll": { + "related": ".xml" + } } }, "System.Threading.Tasks.Extensions/4.5.4": { @@ -3791,7 +5006,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Threading.Thread.dll": {} @@ -3804,7 +5021,9 @@ "System.Runtime.Handles": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Threading.ThreadPool.dll": {} @@ -3818,7 +5037,18 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.2/System.Threading.Timer.dll": {} + "ref/netstandard1.2/System.Threading.Timer.dll": { + "related": ".xml" + } + } + }, + "System.ValueTuple/4.5.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} } }, "System.Xml.ReaderWriter/4.3.0": { @@ -3841,7 +5071,9 @@ "System.Threading.Tasks.Extensions": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Xml.ReaderWriter.dll": {} + "ref/netstandard1.3/System.Xml.ReaderWriter.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.ReaderWriter.dll": {} @@ -3864,7 +5096,9 @@ "System.Xml.ReaderWriter": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Xml.XDocument.dll": {} + "ref/netstandard1.3/System.Xml.XDocument.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.XDocument.dll": {} @@ -3885,7 +5119,9 @@ "System.Xml.ReaderWriter": "4.0.11" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.XmlDocument.dll": {} @@ -3913,21 +5149,23 @@ "System.Xml.XmlDocument": "4.0.1" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.XmlSerializer.dll": {} } }, - "YamlDotNet/13.3.1": { + "YamlDotNet/16.3.0": { "type": "package", "compile": { - "lib/net7.0/YamlDotNet.dll": { + "lib/net8.0/YamlDotNet.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/YamlDotNet.dll": { + "lib/net8.0/YamlDotNet.dll": { "related": ".xml" } } @@ -3945,7 +5183,7 @@ "type": "project", "framework": ".NETCoreApp,Version=v9.0", "dependencies": { - "Newtonsoft.Json": "13.0.3" + "Newtonsoft.Json": "13.0.4" }, "compile": { "bin/placeholder/EventBus.dll": {} @@ -3958,12 +5196,12 @@ "type": "project", "framework": ".NETCoreApp,Version=v9.0", "dependencies": { - "Autofac": "8.1.1", + "Autofac": "9.0.0", "EventBus": "1.0.0", "Microsoft.CSharp": "4.7.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Newtonsoft.Json": "13.0.3", - "Polly": "8.5.0", + "Microsoft.Extensions.Logging": "9.0.2", + "Newtonsoft.Json": "13.0.4", + "Polly": "8.6.5", "RabbitMQ.Client": "6.8.1" }, "compile": { @@ -3977,11 +5215,11 @@ "type": "project", "framework": ".NETCoreApp,Version=v9.0", "dependencies": { - "Autofac": "8.1.1", + "Autofac": "9.0.0", "EventBus": "1.0.0", "Microsoft.Azure.ServiceBus": "5.2.0", "Microsoft.CSharp": "4.7.0", - "Microsoft.Extensions.Logging": "9.0.0" + "Microsoft.Extensions.Logging": "9.0.2" }, "compile": { "bin/placeholder/EventBusServiceBus.dll": {} @@ -3993,19 +5231,19 @@ } }, "libraries": { - "AspNetCore.HealthChecks.AzureServiceBus/8.0.1": { - "sha512": "67GttVESv92GIthFMNqLbWvnQr3AFujGGsydKUl51R7p+KETguIJ+yHGUSnLL8XEcIWO0pENO714WlAqmON8EQ==", + "AspNetCore.HealthChecks.AzureServiceBus/9.0.0": { + "sha512": "Uzml9qWAvN6xPJejdTLznx9SIczKs/exieiJCU0Kjivt4ZTcsLdE3u2g8HJr0VWhguQad2mpGkwXtQ9nWfkm4g==", "type": "package", - "path": "aspnetcore.healthchecks.azureservicebus/8.0.1", + "path": "aspnetcore.healthchecks.azureservicebus/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", - "aspnetcore.healthchecks.azureservicebus.8.0.1.nupkg.sha512", + "aspnetcore.healthchecks.azureservicebus.9.0.0.nupkg.sha512", "aspnetcore.healthchecks.azureservicebus.nuspec", "icon.png", - "lib/net6.0/HealthChecks.AzureServiceBus.dll", - "lib/net6.0/HealthChecks.AzureServiceBus.xml", + "lib/net8.0/HealthChecks.AzureServiceBus.dll", + "lib/net8.0/HealthChecks.AzureServiceBus.xml", "lib/netstandard2.0/HealthChecks.AzureServiceBus.dll", "lib/netstandard2.0/HealthChecks.AzureServiceBus.xml" ] @@ -4043,69 +5281,138 @@ "lib/netstandard2.0/HealthChecks.Rabbitmq.xml" ] }, - "AspNetCore.HealthChecks.SqlServer/8.0.2": { - "sha512": "sTcVVq7/zhfUrSTs0WAktvPdpU1He/sj14gRTogq4eFhn0oImolxNNhJczkYMgFF92RMMW+O+rlcFO7HVOpfiQ==", + "AspNetCore.HealthChecks.Redis/9.0.0": { + "sha512": "yNH0h8GLRbAf+PU5HNVLZ5hNeyq9mDVmRKO9xuZsme/znUYoBJlQvI0gq45gaZNlLncCHkMhR4o90MuT+gxxPw==", + "type": "package", + "path": "aspnetcore.healthchecks.redis/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.redis.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.redis.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.Redis.dll", + "lib/net8.0/HealthChecks.Redis.xml", + "lib/netstandard2.0/HealthChecks.Redis.dll", + "lib/netstandard2.0/HealthChecks.Redis.xml" + ] + }, + "AspNetCore.HealthChecks.SqlServer/9.0.0": { + "sha512": "UxCf65iCF2nU1u7AcB320abjL4CRg5swCgJECY6mKk1j5lrGMfVtskWwriGs1T29pYdRig9Vra3SPnP+4G82pA==", "type": "package", - "path": "aspnetcore.healthchecks.sqlserver/8.0.2", + "path": "aspnetcore.healthchecks.sqlserver/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "aspnetcore.healthchecks.sqlserver.8.0.2.nupkg.sha512", + "aspnetcore.healthchecks.sqlserver.9.0.0.nupkg.sha512", "aspnetcore.healthchecks.sqlserver.nuspec", "icon.png", - "lib/net6.0/HealthChecks.SqlServer.dll", - "lib/net6.0/HealthChecks.SqlServer.xml", + "lib/net8.0/HealthChecks.SqlServer.dll", + "lib/net8.0/HealthChecks.SqlServer.xml", "lib/netstandard2.0/HealthChecks.SqlServer.dll", "lib/netstandard2.0/HealthChecks.SqlServer.xml" ] }, - "AspNetCore.HealthChecks.UI.Client/8.0.1": { - "sha512": "nhC6KIoB/EtTbH3uGm2J6EHEUyTJuETUARFePbmrnA+zjbwsirzIVUQl46qIjvyPABhK0e7Rk+AxcRqC6zikqA==", + "AspNetCore.HealthChecks.UI/9.0.0": { + "sha512": "r/bGIiFDm/Bv+S/OCcE1/YzM4Zul1nEKGRA42xcGqxaYmaQf1T+gFEReNNA+5nHXuXt5TRuBuVag1emXuwqe6w==", "type": "package", - "path": "aspnetcore.healthchecks.ui.client/8.0.1", + "path": "aspnetcore.healthchecks.ui/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "aspnetcore.healthchecks.ui.client.8.0.1.nupkg.sha512", + "aspnetcore.healthchecks.ui.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.ui.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.UI.dll", + "lib/net8.0/HealthChecks.UI.runtimeconfig.json", + "lib/net8.0/HealthChecks.UI.xml" + ] + }, + "AspNetCore.HealthChecks.UI.Client/9.0.0": { + "sha512": "1Ub3Wvvbz7CMuFNWgLEc9qqQibiMoovDML/WHrwr5J83RPgtI20giCR92s/ipLgu7IIuqw+W/y7WpIeHqAICxg==", + "type": "package", + "path": "aspnetcore.healthchecks.ui.client/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.ui.client.9.0.0.nupkg.sha512", "aspnetcore.healthchecks.ui.client.nuspec", "icon.png", - "lib/net6.0/HealthChecks.UI.Client.dll", - "lib/net6.0/HealthChecks.UI.Client.xml", - "lib/net7.0/HealthChecks.UI.Client.dll", - "lib/net7.0/HealthChecks.UI.Client.xml", "lib/net8.0/HealthChecks.UI.Client.dll", "lib/net8.0/HealthChecks.UI.Client.xml" ] }, - "AspNetCore.HealthChecks.UI.Core/8.0.1": { - "sha512": "Vn00MOJ1I0HSqyP7Bt9v0pr0AIgbrXMjL/KFwW+sRwLRogOtep8BWGimd8XYRCbCDLrAi7VSArU02f6pEIw69w==", + "AspNetCore.HealthChecks.UI.Core/9.0.0": { + "sha512": "TVriy4hgYnhfqz6NAzv8qe62Q8wf82iKUL6WV9selqeFZTq1ILi39Sic6sFQegRysvAVcnxKP/vY8z9Fk8x6XQ==", "type": "package", - "path": "aspnetcore.healthchecks.ui.core/8.0.1", + "path": "aspnetcore.healthchecks.ui.core/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "aspnetcore.healthchecks.ui.core.8.0.1.nupkg.sha512", + "aspnetcore.healthchecks.ui.core.9.0.0.nupkg.sha512", "aspnetcore.healthchecks.ui.core.nuspec", "icon.png", - "lib/net6.0/HealthChecks.UI.Core.dll", - "lib/net6.0/HealthChecks.UI.Core.xml" + "lib/net8.0/HealthChecks.UI.Core.dll", + "lib/net8.0/HealthChecks.UI.Core.xml" + ] + }, + "AspNetCore.HealthChecks.UI.Data/9.0.0": { + "sha512": "bZkXUdiqXOkmhe3XHF+OIgPQKR8OXS8/+iDWegmxSXtbaIYwsT5+B0URT+P4OPvhj5tR2goMMZe5KwJBVHr+1g==", + "type": "package", + "path": "aspnetcore.healthchecks.ui.data/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.ui.data.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.ui.data.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.UI.Data.dll", + "lib/net8.0/HealthChecks.UI.Data.xml" + ] + }, + "AspNetCore.HealthChecks.UI.InMemory.Storage/9.0.0": { + "sha512": "xuq+HBH8Ckz9r5d+yP1pk7cgIbPLBqCGfYu0MxtvbtsxIo7cv5nQoUCJsdgqN5/a4ndVUJZco6GjWFk6r4xN1w==", + "type": "package", + "path": "aspnetcore.healthchecks.ui.inmemory.storage/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.ui.inmemory.storage.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.ui.inmemory.storage.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.UI.InMemory.Storage.dll", + "lib/net8.0/HealthChecks.UI.InMemory.Storage.xml" + ] + }, + "AspNetCore.HealthChecks.Uris/9.0.0": { + "sha512": "XYdNlA437KeF8p9qOpZFyNqAN+c0FXt/JjTvzH/Qans0q0O3pPE8KPnn39ucQQjR/Roum1vLTP3kXiUs8VHyuA==", + "type": "package", + "path": "aspnetcore.healthchecks.uris/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.uris.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.uris.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.Uris.dll", + "lib/net8.0/HealthChecks.Uris.xml", + "lib/netstandard2.0/HealthChecks.Uris.dll", + "lib/netstandard2.0/HealthChecks.Uris.xml" ] }, - "Autofac/8.1.1": { - "sha512": "lhHjVB/XJtxPDUQ/FAHWAC7Spu+P9TNfDbyx2W0ABqD1eTRo7TkcZ7l7Oq1S5pKNg7NXswdk9uH73qbOzSwQFA==", + "Autofac/9.0.0": { + "sha512": "G8TpUMVIq1pEAMuAao8h5MKduY91SotjgK93wQb5LaxbJUVE0/XjCA6t2SOp+AkPC3GB/C2MAiF2D7krYjraFw==", "type": "package", - "path": "autofac/8.1.1", + "path": "autofac/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", - "autofac.8.1.1.nupkg.sha512", + "autofac.9.0.0.nupkg.sha512", "autofac.nuspec", "icon.png", - "lib/net6.0/Autofac.dll", - "lib/net6.0/Autofac.xml", - "lib/net7.0/Autofac.dll", - "lib/net7.0/Autofac.xml", + "lib/net10.0/Autofac.dll", + "lib/net10.0/Autofac.xml", "lib/net8.0/Autofac.dll", "lib/net8.0/Autofac.xml", "lib/netstandard2.0/Autofac.dll", @@ -4114,15 +5421,15 @@ "lib/netstandard2.1/Autofac.xml" ] }, - "Autofac.Extensions.DependencyInjection/10.0.0": { - "sha512": "ZjR/onUlP7BzQ7VBBigQepWLAyAzi3VRGX3pP6sBqkPRiT61fsTZqbTpRUKxo30TMgbs1o3y6bpLbETix4SJog==", + "Autofac.Extensions.DependencyInjection/9.0.0": { + "sha512": "tf+//4MBola256qaaVQqQ6tx2R57S8A8BFekRWNpHkpSFzRBPkU+/fEDUSrCjqldK/B2zRoDbsMcQmYy3PYGWg==", "type": "package", - "path": "autofac.extensions.dependencyinjection/10.0.0", + "path": "autofac.extensions.dependencyinjection/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", - "autofac.extensions.dependencyinjection.10.0.0.nupkg.sha512", + "autofac.extensions.dependencyinjection.9.0.0.nupkg.sha512", "autofac.extensions.dependencyinjection.nuspec", "icon.png", "lib/net6.0/Autofac.Extensions.DependencyInjection.dll", @@ -4189,28 +5496,24 @@ "tools/uninstall.ps1" ] }, - "Azure.Core/1.36.0": { - "sha512": "vwqFZdHS4dzPlI7FFRkPx9ctA+aGGeRev3gnzG8lntWvKMmBhAmulABi1O9CEvS3/jzYt7yA+0pqVdxkpAd7dQ==", + "Azure.Core/1.38.0": { + "sha512": "IuEgCoVA0ef7E4pQtpC3+TkPbzaoQfa77HlfJDmfuaJUCVJmn7fT0izamZiryW5sYUFKizsftIxMkXKbgIcPMQ==", "type": "package", - "path": "azure.core/1.36.0", + "path": "azure.core/1.38.0", "files": [ ".nupkg.metadata", ".signature.p7s", "CHANGELOG.md", "README.md", - "azure.core.1.36.0.nupkg.sha512", + "azure.core.1.38.0.nupkg.sha512", "azure.core.nuspec", "azureicon.png", "lib/net461/Azure.Core.dll", "lib/net461/Azure.Core.xml", "lib/net472/Azure.Core.dll", "lib/net472/Azure.Core.xml", - "lib/net5.0/Azure.Core.dll", - "lib/net5.0/Azure.Core.xml", "lib/net6.0/Azure.Core.dll", "lib/net6.0/Azure.Core.xml", - "lib/netcoreapp2.1/Azure.Core.dll", - "lib/netcoreapp2.1/Azure.Core.xml", "lib/netstandard2.0/Azure.Core.dll", "lib/netstandard2.0/Azure.Core.xml" ] @@ -4231,16 +5534,16 @@ "lib/netstandard2.0/Azure.Core.Amqp.xml" ] }, - "Azure.Identity/1.10.3": { - "sha512": "l1Xm2MWOF2Mzcwuarlw8kWQXLZk3UeB55aQXVyjj23aBfDwOZ3gu5GP2kJ6KlmZeZv2TCzw7x4L3V36iNr3gww==", + "Azure.Identity/1.11.4": { + "sha512": "Sf4BoE6Q3jTgFkgBkx7qztYOFELBCo+wQgpYDwal/qJ1unBH73ywPztIJKXBXORRzAeNijsuxhk94h0TIMvfYg==", "type": "package", - "path": "azure.identity/1.10.3", + "path": "azure.identity/1.11.4", "files": [ ".nupkg.metadata", ".signature.p7s", "CHANGELOG.md", "README.md", - "azure.identity.1.10.3.nupkg.sha512", + "azure.identity.1.11.4.nupkg.sha512", "azure.identity.nuspec", "azureicon.png", "lib/netstandard2.0/Azure.Identity.dll", @@ -4287,86 +5590,383 @@ "lib/netstandard2.1/DnsClient.xml" ] }, - "Fractions/7.2.1": { - "sha512": "1gVCo18/02ZZOJ+dcpVNMsUHF6cLmltMMskUWl2G1l+0OmTTvcwJZq5/JXIVpvOzPM3gDLombsloGMlTQNcv9g==", + "FluentValidation/11.5.1": { + "sha512": "0h1Q5lNOLLyYTWMJmyNoMqhY4CBRvvUWvJP1R4F2CnmmzuWwvB0A8aVmw5+lOuwYnwUwCRrdeMLbc81F38ahNQ==", + "type": "package", + "path": "fluentvalidation/11.5.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "fluent-validation-icon.png", + "fluentvalidation.11.5.1.nupkg.sha512", + "fluentvalidation.nuspec", + "lib/net5.0/FluentValidation.dll", + "lib/net5.0/FluentValidation.xml", + "lib/net6.0/FluentValidation.dll", + "lib/net6.0/FluentValidation.xml", + "lib/net7.0/FluentValidation.dll", + "lib/net7.0/FluentValidation.xml", + "lib/netstandard2.0/FluentValidation.dll", + "lib/netstandard2.0/FluentValidation.xml", + "lib/netstandard2.1/FluentValidation.dll", + "lib/netstandard2.1/FluentValidation.xml" + ] + }, + "FluentValidation.AspNetCore/11.3.0": { + "sha512": "jtFVgKnDFySyBlPS8bZbTKEEwJZnn11rXXJ2SQnjDhZ56rQqybBg9Joq4crRLz3y0QR8WoOq4iE4piV81w/Djg==", + "type": "package", + "path": "fluentvalidation.aspnetcore/11.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "fluent-validation-icon.png", + "fluentvalidation.aspnetcore.11.3.0.nupkg.sha512", + "fluentvalidation.aspnetcore.nuspec", + "lib/net5.0/FluentValidation.AspNetCore.dll", + "lib/net5.0/FluentValidation.AspNetCore.xml", + "lib/net6.0/FluentValidation.AspNetCore.dll", + "lib/net6.0/FluentValidation.AspNetCore.xml", + "lib/netcoreapp3.1/FluentValidation.AspNetCore.dll", + "lib/netcoreapp3.1/FluentValidation.AspNetCore.xml" + ] + }, + "FluentValidation.DependencyInjectionExtensions/11.5.1": { + "sha512": "iWM0LS1MDYX06pcjMEQKqHirl2zkjHlNV23mEJSoR1IZI7KQmTa0RcTtGEJpj5+iHvBCfrzP2mYKM4FtRKVb+A==", + "type": "package", + "path": "fluentvalidation.dependencyinjectionextensions/11.5.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "fluent-validation-icon.png", + "fluentvalidation.dependencyinjectionextensions.11.5.1.nupkg.sha512", + "fluentvalidation.dependencyinjectionextensions.nuspec", + "lib/netstandard2.0/FluentValidation.DependencyInjectionExtensions.dll", + "lib/netstandard2.0/FluentValidation.DependencyInjectionExtensions.xml", + "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.dll", + "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.xml" + ] + }, + "Fractions/7.3.0": { + "sha512": "2bETFWLBc8b7Ut2SVi+bxhGVwiSpknHYGBh2PADyGWONLkTxT7bKyDRhF8ao+XUv90tq8Fl7GTPxSI5bacIRJw==", "type": "package", - "path": "fractions/7.2.1", + "path": "fractions/7.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Fraction.png", "Readme.md", - "fractions.7.2.1.nupkg.sha512", + "fractions.7.3.0.nupkg.sha512", "fractions.nuspec", "lib/netstandard2.0/Fractions.dll", - "lib/netstandard2.0/Fractions.pdb", "lib/netstandard2.0/Fractions.xml", "lib/netstandard2.1/Fractions.dll", - "lib/netstandard2.1/Fractions.pdb", "lib/netstandard2.1/Fractions.xml", "license.txt" ] }, - "IdentityModel/5.2.0": { - "sha512": "nuhkbaDH9l5QzNJp2MtP3qio57MPtiRneUN8Ocr7od0JvSYaIe3gBj/vxllr11S/Qvu1AG4GZXoyv5469ewYDA==", + "Google.Protobuf/3.33.1": { + "sha512": "RztiFmX9aOWDwfhxFzx/nS4fjs4DX7ZC7/XBEBl56k15lPGBftvbSwZkeo1mMCJHrNp1kK5iQYrFXB4MqCmBCA==", + "type": "package", + "path": "google.protobuf/3.33.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "google.protobuf.3.33.1.nupkg.sha512", + "google.protobuf.nuspec", + "lib/net45/Google.Protobuf.dll", + "lib/net45/Google.Protobuf.pdb", + "lib/net45/Google.Protobuf.xml", + "lib/net5.0/Google.Protobuf.dll", + "lib/net5.0/Google.Protobuf.pdb", + "lib/net5.0/Google.Protobuf.xml", + "lib/netstandard1.1/Google.Protobuf.dll", + "lib/netstandard1.1/Google.Protobuf.pdb", + "lib/netstandard1.1/Google.Protobuf.xml", + "lib/netstandard2.0/Google.Protobuf.dll", + "lib/netstandard2.0/Google.Protobuf.pdb", + "lib/netstandard2.0/Google.Protobuf.xml" + ] + }, + "Grpc.AspNetCore.Server/2.71.0": { + "sha512": "kv+9YVB6MqDYWIcstXvWrT7Xc1si/sfINzzSxvQfjC3aei+92gXDUXCH/Q+TEvi4QSICRqu92BYcrXUBW7cuOw==", + "type": "package", + "path": "grpc.aspnetcore.server/2.71.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "grpc.aspnetcore.server.2.71.0.nupkg.sha512", + "grpc.aspnetcore.server.nuspec", + "lib/net6.0/Grpc.AspNetCore.Server.dll", + "lib/net6.0/Grpc.AspNetCore.Server.pdb", + "lib/net6.0/Grpc.AspNetCore.Server.xml", + "lib/net7.0/Grpc.AspNetCore.Server.dll", + "lib/net7.0/Grpc.AspNetCore.Server.pdb", + "lib/net7.0/Grpc.AspNetCore.Server.xml", + "lib/net8.0/Grpc.AspNetCore.Server.dll", + "lib/net8.0/Grpc.AspNetCore.Server.pdb", + "lib/net8.0/Grpc.AspNetCore.Server.xml", + "lib/net9.0/Grpc.AspNetCore.Server.dll", + "lib/net9.0/Grpc.AspNetCore.Server.pdb", + "lib/net9.0/Grpc.AspNetCore.Server.xml", + "packageIcon.png" + ] + }, + "Grpc.AspNetCore.Server.ClientFactory/2.71.0": { + "sha512": "AHvMxoC+esO1e/nOYBjxvn0WDHAfglcVBjtkBy6ohgnV+PzkF8UdkPHE02xnyPFaSokWGZKnWzjgd00x6EZpyQ==", + "type": "package", + "path": "grpc.aspnetcore.server.clientfactory/2.71.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "grpc.aspnetcore.server.clientfactory.2.71.0.nupkg.sha512", + "grpc.aspnetcore.server.clientfactory.nuspec", + "lib/net6.0/Grpc.AspNetCore.Server.ClientFactory.dll", + "lib/net6.0/Grpc.AspNetCore.Server.ClientFactory.pdb", + "lib/net6.0/Grpc.AspNetCore.Server.ClientFactory.xml", + "lib/net7.0/Grpc.AspNetCore.Server.ClientFactory.dll", + "lib/net7.0/Grpc.AspNetCore.Server.ClientFactory.pdb", + "lib/net7.0/Grpc.AspNetCore.Server.ClientFactory.xml", + "lib/net8.0/Grpc.AspNetCore.Server.ClientFactory.dll", + "lib/net8.0/Grpc.AspNetCore.Server.ClientFactory.pdb", + "lib/net8.0/Grpc.AspNetCore.Server.ClientFactory.xml", + "lib/net9.0/Grpc.AspNetCore.Server.ClientFactory.dll", + "lib/net9.0/Grpc.AspNetCore.Server.ClientFactory.pdb", + "lib/net9.0/Grpc.AspNetCore.Server.ClientFactory.xml", + "packageIcon.png" + ] + }, + "Grpc.Core.Api/2.71.0": { + "sha512": "QquqUC37yxsDzd1QaDRsH2+uuznWPTS8CVE2Yzwl3CvU4geTNkolQXoVN812M2IwT6zpv3jsZRc9ExJFNFslTg==", + "type": "package", + "path": "grpc.core.api/2.71.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "grpc.core.api.2.71.0.nupkg.sha512", + "grpc.core.api.nuspec", + "lib/net462/Grpc.Core.Api.dll", + "lib/net462/Grpc.Core.Api.pdb", + "lib/net462/Grpc.Core.Api.xml", + "lib/netstandard2.0/Grpc.Core.Api.dll", + "lib/netstandard2.0/Grpc.Core.Api.pdb", + "lib/netstandard2.0/Grpc.Core.Api.xml", + "lib/netstandard2.1/Grpc.Core.Api.dll", + "lib/netstandard2.1/Grpc.Core.Api.pdb", + "lib/netstandard2.1/Grpc.Core.Api.xml", + "packageIcon.png" + ] + }, + "Grpc.Net.Client/2.71.0": { + "sha512": "U1vr20r5ngoT9nlb7wejF28EKN+taMhJsV9XtK9MkiepTZwnKxxiarriiMfCHuDAfPUm9XUjFMn/RIuJ4YY61w==", + "type": "package", + "path": "grpc.net.client/2.71.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "grpc.net.client.2.71.0.nupkg.sha512", + "grpc.net.client.nuspec", + "lib/net462/Grpc.Net.Client.dll", + "lib/net462/Grpc.Net.Client.pdb", + "lib/net462/Grpc.Net.Client.xml", + "lib/net6.0/Grpc.Net.Client.dll", + "lib/net6.0/Grpc.Net.Client.pdb", + "lib/net6.0/Grpc.Net.Client.xml", + "lib/net7.0/Grpc.Net.Client.dll", + "lib/net7.0/Grpc.Net.Client.pdb", + "lib/net7.0/Grpc.Net.Client.xml", + "lib/net8.0/Grpc.Net.Client.dll", + "lib/net8.0/Grpc.Net.Client.pdb", + "lib/net8.0/Grpc.Net.Client.xml", + "lib/netstandard2.0/Grpc.Net.Client.dll", + "lib/netstandard2.0/Grpc.Net.Client.pdb", + "lib/netstandard2.0/Grpc.Net.Client.xml", + "lib/netstandard2.1/Grpc.Net.Client.dll", + "lib/netstandard2.1/Grpc.Net.Client.pdb", + "lib/netstandard2.1/Grpc.Net.Client.xml", + "packageIcon.png" + ] + }, + "Grpc.Net.ClientFactory/2.71.0": { + "sha512": "8oPLwQLPo86fmcf9ghjCDyNsSWhtHc3CXa/AqwF8Su/pG7qAoeWWtbymsZhoNvCV9Zjzb6BDcIPKXLYt+O175g==", + "type": "package", + "path": "grpc.net.clientfactory/2.71.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "grpc.net.clientfactory.2.71.0.nupkg.sha512", + "grpc.net.clientfactory.nuspec", + "lib/net6.0/Grpc.Net.ClientFactory.dll", + "lib/net6.0/Grpc.Net.ClientFactory.pdb", + "lib/net6.0/Grpc.Net.ClientFactory.xml", + "lib/net7.0/Grpc.Net.ClientFactory.dll", + "lib/net7.0/Grpc.Net.ClientFactory.pdb", + "lib/net7.0/Grpc.Net.ClientFactory.xml", + "lib/net8.0/Grpc.Net.ClientFactory.dll", + "lib/net8.0/Grpc.Net.ClientFactory.pdb", + "lib/net8.0/Grpc.Net.ClientFactory.xml", + "lib/netstandard2.0/Grpc.Net.ClientFactory.dll", + "lib/netstandard2.0/Grpc.Net.ClientFactory.pdb", + "lib/netstandard2.0/Grpc.Net.ClientFactory.xml", + "lib/netstandard2.1/Grpc.Net.ClientFactory.dll", + "lib/netstandard2.1/Grpc.Net.ClientFactory.pdb", + "lib/netstandard2.1/Grpc.Net.ClientFactory.xml", + "packageIcon.png" + ] + }, + "Grpc.Net.Common/2.71.0": { + "sha512": "v0c8R97TwRYwNXlC8GyRXwYTCNufpDfUtj9la+wUrZFzVWkFJuNAltU+c0yI3zu0jl54k7en6u2WKgZgd57r2Q==", "type": "package", - "path": "identitymodel/5.2.0", + "path": "grpc.net.common/2.71.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "icon.jpg", - "identitymodel.5.2.0.nupkg.sha512", - "identitymodel.nuspec", - "lib/net461/IdentityModel.dll", - "lib/net461/IdentityModel.pdb", - "lib/net461/IdentityModel.xml", - "lib/net472/IdentityModel.dll", - "lib/net472/IdentityModel.pdb", - "lib/net472/IdentityModel.xml", - "lib/net5.0/IdentityModel.dll", - "lib/net5.0/IdentityModel.pdb", - "lib/net5.0/IdentityModel.xml", - "lib/netstandard2.0/IdentityModel.dll", - "lib/netstandard2.0/IdentityModel.pdb", - "lib/netstandard2.0/IdentityModel.xml" + "grpc.net.common.2.71.0.nupkg.sha512", + "grpc.net.common.nuspec", + "lib/net6.0/Grpc.Net.Common.dll", + "lib/net6.0/Grpc.Net.Common.pdb", + "lib/net6.0/Grpc.Net.Common.xml", + "lib/net7.0/Grpc.Net.Common.dll", + "lib/net7.0/Grpc.Net.Common.pdb", + "lib/net7.0/Grpc.Net.Common.xml", + "lib/net8.0/Grpc.Net.Common.dll", + "lib/net8.0/Grpc.Net.Common.pdb", + "lib/net8.0/Grpc.Net.Common.xml", + "lib/netstandard2.0/Grpc.Net.Common.dll", + "lib/netstandard2.0/Grpc.Net.Common.pdb", + "lib/netstandard2.0/Grpc.Net.Common.xml", + "lib/netstandard2.1/Grpc.Net.Common.dll", + "lib/netstandard2.1/Grpc.Net.Common.pdb", + "lib/netstandard2.1/Grpc.Net.Common.xml", + "packageIcon.png" ] }, - "IdentityModel.OidcClient/5.2.1": { - "sha512": "OuPhDNAw/EoJVEmYO6/ChZUBcug4OGoGKTKLUyBCsGhlKegxJk25LYQ0EL7GCBMgkEL+BYNJukNZyaJ+JNaWog==", + "Grpc.Tools/2.76.0": { + "sha512": "goRzYZVMgQtyLvkWdgTnPycg49hlNxnMkqGGgR3l7nCOm0bUh0YeAneiJ9JFk3XLgF4suQUdETYkl2Mg/TBr0w==", "type": "package", - "path": "identitymodel.oidcclient/5.2.1", + "path": "grpc.tools/2.76.0", + "hasTools": true, "files": [ ".nupkg.metadata", ".signature.p7s", - "icon.jpg", - "identitymodel.oidcclient.5.2.1.nupkg.sha512", - "identitymodel.oidcclient.nuspec", - "lib/netstandard2.0/IdentityModel.OidcClient.dll", - "lib/netstandard2.0/IdentityModel.OidcClient.xml" + "README.md", + "build/Grpc.Tools.props", + "build/Grpc.Tools.targets", + "build/_grpc/Grpc.CSharp.xml", + "build/_grpc/_Grpc.Tools.props", + "build/_grpc/_Grpc.Tools.targets", + "build/_protobuf/Google.Protobuf.Tools.props", + "build/_protobuf/Google.Protobuf.Tools.targets", + "build/_protobuf/Protobuf.CSharp.xml", + "build/_protobuf/net45/Protobuf.MSBuild.dll", + "build/_protobuf/net45/Protobuf.MSBuild.pdb", + "build/_protobuf/netstandard1.3/Protobuf.MSBuild.dll", + "build/_protobuf/netstandard1.3/Protobuf.MSBuild.pdb", + "build/native/include/google/protobuf/any.proto", + "build/native/include/google/protobuf/api.proto", + "build/native/include/google/protobuf/descriptor.proto", + "build/native/include/google/protobuf/duration.proto", + "build/native/include/google/protobuf/empty.proto", + "build/native/include/google/protobuf/field_mask.proto", + "build/native/include/google/protobuf/source_context.proto", + "build/native/include/google/protobuf/struct.proto", + "build/native/include/google/protobuf/timestamp.proto", + "build/native/include/google/protobuf/type.proto", + "build/native/include/google/protobuf/wrappers.proto", + "grpc.tools.2.76.0.nupkg.sha512", + "grpc.tools.nuspec", + "packageIcon.png", + "tools/linux_arm64/grpc_csharp_plugin", + "tools/linux_arm64/protoc", + "tools/linux_x64/grpc_csharp_plugin", + "tools/linux_x64/protoc", + "tools/linux_x86/grpc_csharp_plugin", + "tools/linux_x86/protoc", + "tools/macosx_x64/grpc_csharp_plugin", + "tools/macosx_x64/protoc", + "tools/windows_x64/grpc_csharp_plugin.exe", + "tools/windows_x64/protoc.exe", + "tools/windows_x86/grpc_csharp_plugin.exe", + "tools/windows_x86/protoc.exe" + ] + }, + "Humanizer.Core/2.14.1": { + "sha512": "lQKvtaTDOXnoVJ20ibTuSIOf2i0uO0MPbDhd1jm238I+U/2ZnRENj0cktKZhtchBMtCUSRQ5v4xBCUbKNmyVMw==", + "type": "package", + "path": "humanizer.core/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.2.14.1.nupkg.sha512", + "humanizer.core.nuspec", + "lib/net6.0/Humanizer.dll", + "lib/net6.0/Humanizer.xml", + "lib/netstandard1.0/Humanizer.dll", + "lib/netstandard1.0/Humanizer.xml", + "lib/netstandard2.0/Humanizer.dll", + "lib/netstandard2.0/Humanizer.xml", + "logo.png" ] }, - "KubernetesClient/12.1.1": { - "sha512": "Xvc6Kr/W5YUxlMDzy0R80zy+Vd66brS7fSA4COGXu8KZACKPW7+KKS7kxZBLaFYGrUcktXOHpqNNuoukSGcK6A==", + "KubernetesClient/17.0.14": { + "sha512": "FMGWjGtN8WEUKAAQxs96PK2tYvPrvwhoJzay/6HiByVTvHoJ0i9u7ykvYb7E3vLTSlfv26Q2Ktxr41zYCppu8A==", "type": "package", - "path": "kubernetesclient/12.1.1", + "path": "kubernetesclient/17.0.14", "files": [ ".nupkg.metadata", ".signature.p7s", - "kubernetesclient.12.1.1.nupkg.sha512", + "kubernetesclient.17.0.14.nupkg.sha512", "kubernetesclient.nuspec", - "lib/net6.0/KubernetesClient.dll", - "lib/net6.0/KubernetesClient.pdb", - "lib/net6.0/KubernetesClient.xml", - "lib/net7.0/KubernetesClient.dll", - "lib/net7.0/KubernetesClient.pdb", - "lib/net7.0/KubernetesClient.xml", + "lib/net8.0/KubernetesClient.dll", + "lib/net8.0/KubernetesClient.pdb", + "lib/net8.0/KubernetesClient.xml", + "lib/net9.0/KubernetesClient.dll", + "lib/net9.0/KubernetesClient.pdb", + "lib/net9.0/KubernetesClient.xml", "logo.png" ] }, - "Microsoft.ApplicationInsights/2.22.0": { - "sha512": "3AOM9bZtku7RQwHyMEY3tQMrHIgjcfRDa6YQpd/QG2LDGvMydSlL9Di+8LLMt7J2RDdfJ7/2jdYv6yHcMJAnNw==", + "MediatR/12.4.1": { + "sha512": "0tLxCgEC5+r1OCuumR3sWyiVa+BMv3AgiU4+pz8xqTc+2q1WbUEXFOr7Orm96oZ9r9FsldgUtWvB2o7b9jDOaw==", + "type": "package", + "path": "mediatr/12.4.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "gradient_128x128.png", + "lib/net6.0/MediatR.dll", + "lib/net6.0/MediatR.xml", + "lib/netstandard2.0/MediatR.dll", + "lib/netstandard2.0/MediatR.xml", + "mediatr.12.4.1.nupkg.sha512", + "mediatr.nuspec" + ] + }, + "MediatR.Contracts/2.0.1": { + "sha512": "FYv95bNT4UwcNA+G/J1oX5OpRiSUxteXaUt2BJbRSdRNiIUNbggJF69wy6mnk2wYToaanpdXZdCwVylt96MpwQ==", + "type": "package", + "path": "mediatr.contracts/2.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "gradient_128x128.png", + "lib/netstandard2.0/MediatR.Contracts.dll", + "lib/netstandard2.0/MediatR.Contracts.xml", + "mediatr.contracts.2.0.1.nupkg.sha512", + "mediatr.contracts.nuspec" + ] + }, + "Microsoft.ApplicationInsights/2.23.0": { + "sha512": "nWArUZTdU7iqZLycLKWe0TDms48KKGE6pONH2terYNa8REXiqixrMOkf1sk5DHGMaUTqONU2YkS4SAXBhLStgw==", "type": "package", - "path": "microsoft.applicationinsights/2.22.0", + "path": "microsoft.applicationinsights/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4380,14 +5980,14 @@ "lib/netstandard2.0/Microsoft.ApplicationInsights.dll", "lib/netstandard2.0/Microsoft.ApplicationInsights.pdb", "lib/netstandard2.0/Microsoft.ApplicationInsights.xml", - "microsoft.applicationinsights.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.2.23.0.nupkg.sha512", "microsoft.applicationinsights.nuspec" ] }, - "Microsoft.ApplicationInsights.AspNetCore/2.22.0": { - "sha512": "OuiZgRDX0zm3a1DRk/GT54ZsyTg8a88n3cpkVEYFJoRhT5X84l2C68BuKrglE0sIj+C0+o2WTR8S21YBD/ZWgA==", + "Microsoft.ApplicationInsights.AspNetCore/2.23.0": { + "sha512": "we/RsIn0Mwf/4ZNGXZixJ0lVD3pqjx2yVeKfqJybgYY/Lib8nnf+8YGJp+ULN3kOk39I0pI/7ZnF9LFy6hS3lw==", "type": "package", - "path": "microsoft.applicationinsights.aspnetcore/2.22.0", + "path": "microsoft.applicationinsights.aspnetcore/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4395,14 +5995,14 @@ "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.dll", "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.pdb", "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.xml", - "microsoft.applicationinsights.aspnetcore.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.aspnetcore.2.23.0.nupkg.sha512", "microsoft.applicationinsights.aspnetcore.nuspec" ] }, - "Microsoft.ApplicationInsights.DependencyCollector/2.22.0": { - "sha512": "gseSmuCshdZqcn5r6EW1Zx52e5/p2RpAsHSanlxs8pq+Pbg1RZP678tXtxfVuHC0fA3MVV852pnfFC7ZGB0jew==", + "Microsoft.ApplicationInsights.DependencyCollector/2.23.0": { + "sha512": "9YRdl9SNbTxd4AafJckyoJLr5gJdnvqFivjo+PY0lQTPEncPB+z3ZABG4iDfxN9HI1aLqyRINr1/7de9Wg8ZuQ==", "type": "package", - "path": "microsoft.applicationinsights.dependencycollector/2.22.0", + "path": "microsoft.applicationinsights.dependencycollector/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4417,14 +6017,14 @@ "lib/netstandard2.0/Microsoft.AI.DependencyCollector.dll", "lib/netstandard2.0/Microsoft.AI.DependencyCollector.pdb", "lib/netstandard2.0/Microsoft.AI.DependencyCollector.xml", - "microsoft.applicationinsights.dependencycollector.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.dependencycollector.2.23.0.nupkg.sha512", "microsoft.applicationinsights.dependencycollector.nuspec" ] }, - "Microsoft.ApplicationInsights.EventCounterCollector/2.22.0": { - "sha512": "/fXUyZIMwaWfETgire4fygaBhY8J+hXvTVhSFXKV0JOFBenzzU4smGW8iRUFhE534a3QrczuFfmfCCkXRKbsNg==", + "Microsoft.ApplicationInsights.EventCounterCollector/2.23.0": { + "sha512": "gGt0JPw2dcSeIAIefyORJBdeMz8KgAFIktu8HV/NwkiGmLyw+YtifLm6B5gvGxO15AeMsGPbmvWEIvLfq88XPw==", "type": "package", - "path": "microsoft.applicationinsights.eventcountercollector/2.22.0", + "path": "microsoft.applicationinsights.eventcountercollector/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4432,30 +6032,30 @@ "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.dll", "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.pdb", "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.xml", - "microsoft.applicationinsights.eventcountercollector.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.eventcountercollector.2.23.0.nupkg.sha512", "microsoft.applicationinsights.eventcountercollector.nuspec" ] }, - "Microsoft.ApplicationInsights.Kubernetes/7.0.0": { - "sha512": "NF7HsDqEPTLkqnm2NyA+xBLE4qzEaY5UEkdhywGeZgI0hjrpbjuFafrZOZPjqMV38WXZ24yv7c4K251+9OgOfw==", + "Microsoft.ApplicationInsights.Kubernetes/8.0.0": { + "sha512": "8KosvcFQZPtdqr9taaDUEKMsr3j4S7r62sze4fs8vkCTD0oDIR5MRtOUBh86zaWsBegqNuN0J8lEiIq2inRopw==", "type": "package", - "path": "microsoft.applicationinsights.kubernetes/7.0.0", + "path": "microsoft.applicationinsights.kubernetes/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "LICENSE", "Readme.Nuget.md", "images/icon.png", - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll", - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.xml", - "microsoft.applicationinsights.kubernetes.7.0.0.nupkg.sha512", + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.dll", + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.xml", + "microsoft.applicationinsights.kubernetes.8.0.0.nupkg.sha512", "microsoft.applicationinsights.kubernetes.nuspec" ] }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.22.0": { - "sha512": "nExsJsbN7694ueUNNBms/UNgza9WH4W/I6i5CnF9ujJ1sp57EL5Uk0NP9MDwlLVtYaaiznKPatVSv3Nu8vAplw==", + "Microsoft.ApplicationInsights.PerfCounterCollector/2.23.0": { + "sha512": "q9ApjZfBS9O8m3aQM2oVjsGBmlE8BCFywT7UR+8aqdNuz7HpoIxw4jHy0XOBergiFX/olrJF4OyPkGxc3H5JHg==", "type": "package", - "path": "microsoft.applicationinsights.perfcountercollector/2.22.0", + "path": "microsoft.applicationinsights.perfcountercollector/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4470,14 +6070,14 @@ "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.dll", "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.pdb", "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.xml", - "microsoft.applicationinsights.perfcountercollector.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.perfcountercollector.2.23.0.nupkg.sha512", "microsoft.applicationinsights.perfcountercollector.nuspec" ] }, - "Microsoft.ApplicationInsights.WindowsServer/2.22.0": { - "sha512": "9k1x1+Kq1fElvcv0o/w9w8tRWAa2Y0f4NPBeHF5b2xCety4GM1yv3K3Ra0lZwO3kW0SHlm9M8nrySuyKQlHyYA==", + "Microsoft.ApplicationInsights.WindowsServer/2.23.0": { + "sha512": "2B8CGfnB/tribkQAqRBhMvJYJK5TkEPMG/BB0QrlxdwVGEufayNLMveXjkQCqld9arXd6wKR1ve2XmkA0+xXKQ==", "type": "package", - "path": "microsoft.applicationinsights.windowsserver/2.22.0", + "path": "microsoft.applicationinsights.windowsserver/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4492,14 +6092,14 @@ "lib/netstandard2.0/Microsoft.AI.WindowsServer.dll", "lib/netstandard2.0/Microsoft.AI.WindowsServer.pdb", "lib/netstandard2.0/Microsoft.AI.WindowsServer.xml", - "microsoft.applicationinsights.windowsserver.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.windowsserver.2.23.0.nupkg.sha512", "microsoft.applicationinsights.windowsserver.nuspec" ] }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.22.0": { - "sha512": "Blb6S8UJSJ/jo6mxeO38gKgui75D2brp5NpXJoZUhyJzfmYsfhn7a4t5f+CDfAKyvie7sQB2FIzeEDQSiRE5zw==", + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.23.0": { + "sha512": "798Dudr4tkujslk1w+XcXOcCErmVsk+nhp+QCHLa3lcgi25vkAxBmzPUeQlRJVCNL/1f4x/YF+vQZ8RSuTXWCw==", "type": "package", - "path": "microsoft.applicationinsights.windowsserver.telemetrychannel/2.22.0", + "path": "microsoft.applicationinsights.windowsserver.telemetrychannel/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4514,7 +6114,7 @@ "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.dll", "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.pdb", "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.xml", - "microsoft.applicationinsights.windowsserver.telemetrychannel.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.windowsserver.telemetrychannel.2.23.0.nupkg.sha512", "microsoft.applicationinsights.windowsserver.telemetrychannel.nuspec" ] }, @@ -4534,6 +6134,82 @@ "microsoft.aspnetcore.authentication.jwtbearer.nuspec" ] }, + "Microsoft.AspNetCore.Cryptography.Internal/9.0.0": { + "sha512": "M1dzTEl+2+RqT4vWcqEpWasPXHd58wC93U7QMlmPSmx+qixyVxCQjZ183wr7Wa68b4pF7wC501MU9rdA0ZNhMg==", + "type": "package", + "path": "microsoft.aspnetcore.cryptography.internal/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.AspNetCore.Cryptography.Internal.dll", + "lib/net462/Microsoft.AspNetCore.Cryptography.Internal.xml", + "lib/net9.0/Microsoft.AspNetCore.Cryptography.Internal.dll", + "lib/net9.0/Microsoft.AspNetCore.Cryptography.Internal.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.xml", + "microsoft.aspnetcore.cryptography.internal.9.0.0.nupkg.sha512", + "microsoft.aspnetcore.cryptography.internal.nuspec" + ] + }, + "Microsoft.AspNetCore.DataProtection/9.0.0": { + "sha512": "mrhTnqMHkaVmaNZOWobg7ior5BELrlC5dC2r3FMVwT0bfOlonOe76B83e3D98Cl/zR5Szhfok2BQmkw6xDvHfg==", + "type": "package", + "path": "microsoft.aspnetcore.dataprotection/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.AspNetCore.DataProtection.dll", + "lib/net462/Microsoft.AspNetCore.DataProtection.xml", + "lib/net9.0/Microsoft.AspNetCore.DataProtection.dll", + "lib/net9.0/Microsoft.AspNetCore.DataProtection.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.xml", + "microsoft.aspnetcore.dataprotection.9.0.0.nupkg.sha512", + "microsoft.aspnetcore.dataprotection.nuspec" + ] + }, + "Microsoft.AspNetCore.DataProtection.Abstractions/9.0.0": { + "sha512": "o7JVGMXofZ4IuQdyoL0eKC1GnNmviZt2aI7CGHnQjqbz9hIrYim3DUfCKpvKaVzLWfzfgmwaXNg8Zx7fFQaBbA==", + "type": "package", + "path": "microsoft.aspnetcore.dataprotection.abstractions/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.AspNetCore.DataProtection.Abstractions.dll", + "lib/net462/Microsoft.AspNetCore.DataProtection.Abstractions.xml", + "lib/net9.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll", + "lib/net9.0/Microsoft.AspNetCore.DataProtection.Abstractions.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.xml", + "microsoft.aspnetcore.dataprotection.abstractions.9.0.0.nupkg.sha512", + "microsoft.aspnetcore.dataprotection.abstractions.nuspec" + ] + }, + "Microsoft.AspNetCore.DataProtection.StackExchangeRedis/9.0.0": { + "sha512": "yqFoLg7TMZfbEVvC2bUV3VDZ4KeRaefmEiGUIrTLoZm9Qqs6f0lNpE3EpBOPjhbGs6oWkjofntqhPXyzYoMVIw==", + "type": "package", + "path": "microsoft.aspnetcore.dataprotection.stackexchangeredis/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.dll", + "lib/net462/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.xml", + "lib/net9.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.dll", + "lib/net9.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.xml", + "microsoft.aspnetcore.dataprotection.stackexchangeredis.9.0.0.nupkg.sha512", + "microsoft.aspnetcore.dataprotection.stackexchangeredis.nuspec" + ] + }, "Microsoft.AspNetCore.Hosting/2.1.1": { "sha512": "MqYc0DUxrhAPnb5b4HFspxsoJT+gJlLsliSxIgovf4BsbmpaXQId0/pDiVzLuEbmks2w1/lRfY8w0lQOuK1jQQ==", "type": "package", @@ -4542,6 +6218,7 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.xml", "microsoft.aspnetcore.hosting.2.1.1.nupkg.sha512", "microsoft.aspnetcore.hosting.nuspec" ] @@ -4580,6 +6257,7 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Http.xml", "microsoft.aspnetcore.http.2.1.22.nupkg.sha512", "microsoft.aspnetcore.http.nuspec" ] @@ -4605,6 +6283,7 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.xml", "microsoft.aspnetcore.http.extensions.2.1.1.nupkg.sha512", "microsoft.aspnetcore.http.extensions.nuspec" ] @@ -4622,6 +6301,41 @@ "microsoft.aspnetcore.http.features.nuspec" ] }, + "Microsoft.AspNetCore.JsonPatch/9.0.0": { + "sha512": "/4UONYoAIeexPoAmbzBPkVGA6KAY7t0BM+1sr0fKss2V1ERCdcM+Llub4X5Ma+LJ60oPp6KzM0e3j+Pp/JHCNw==", + "type": "package", + "path": "microsoft.aspnetcore.jsonpatch/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.AspNetCore.JsonPatch.dll", + "lib/net462/Microsoft.AspNetCore.JsonPatch.xml", + "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll", + "lib/net9.0/Microsoft.AspNetCore.JsonPatch.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.JsonPatch.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.JsonPatch.xml", + "microsoft.aspnetcore.jsonpatch.9.0.0.nupkg.sha512", + "microsoft.aspnetcore.jsonpatch.nuspec" + ] + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { + "sha512": "pTFDEmZi3GheCSPrBxzyE63+d5unln2vYldo/nOm1xet/4rpEk2oJYcwpclPQ13E+LZBF9XixkgwYTUwqznlWg==", + "type": "package", + "path": "microsoft.aspnetcore.mvc.newtonsoftjson/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll", + "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.xml", + "microsoft.aspnetcore.mvc.newtonsoftjson.9.0.0.nupkg.sha512", + "microsoft.aspnetcore.mvc.newtonsoftjson.nuspec" + ] + }, "Microsoft.AspNetCore.WebUtilities/2.1.1": { "sha512": "PGKIZt4+412Z/XPoSjvYu/QIbTxcAQuEFNoA1Pw8a9mgmO0ZhNBmfaNyhgXFf7Rq62kP0tT/2WXpxdcQhkFUPA==", "type": "package", @@ -4630,6 +6344,7 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.xml", "microsoft.aspnetcore.webutilities.2.1.1.nupkg.sha512", "microsoft.aspnetcore.webutilities.nuspec" ] @@ -4665,8 +6380,10 @@ ".signature.p7s", "lib/net452/Microsoft.Azure.KeyVault.dll", "lib/net452/Microsoft.Azure.KeyVault.runtimeconfig.json", + "lib/net452/Microsoft.Azure.KeyVault.xml", "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll", "lib/netstandard1.4/Microsoft.Azure.KeyVault.runtimeconfig.json", + "lib/netstandard1.4/Microsoft.Azure.KeyVault.xml", "microsoft.azure.keyvault.2.3.2.nupkg.sha512", "microsoft.azure.keyvault.nuspec" ] @@ -4680,8 +6397,10 @@ ".signature.p7s", "lib/net452/Microsoft.Azure.KeyVault.WebKey.dll", "lib/net452/Microsoft.Azure.KeyVault.WebKey.runtimeconfig.json", + "lib/net452/Microsoft.Azure.KeyVault.WebKey.xml", "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll", "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.runtimeconfig.json", + "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.xml", "microsoft.azure.keyvault.webkey.2.0.7.nupkg.sha512", "microsoft.azure.keyvault.webkey.nuspec" ] @@ -4696,6 +6415,7 @@ "CHANGELOG.md", "README.md", "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll", + "lib/netstandard2.0/Microsoft.Azure.ServiceBus.xml", "microsoft.azure.servicebus.5.2.0.nupkg.sha512", "microsoft.azure.servicebus.nuspec", "pkgicon.png" @@ -4711,32 +6431,464 @@ "build/Microsoft.Azure.Services.AppAuthentication.targets", "lib/net452/Microsoft.Azure.Services.AppAuthentication.dll", "lib/net452/Microsoft.Azure.Services.AppAuthentication.runtimeconfig.json", + "lib/net452/Microsoft.Azure.Services.AppAuthentication.xml", "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll", "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.runtimeconfig.json", + "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.xml", "microsoft.azure.services.appauthentication.1.0.3.nupkg.sha512", "microsoft.azure.services.appauthentication.nuspec" ] }, - "Microsoft.Bcl.AsyncInterfaces/1.1.1": { - "sha512": "yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==", + "Microsoft.Bcl.AsyncInterfaces/6.0.0": { + "sha512": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg==", + "type": "package", + "path": "microsoft.bcl.asyncinterfaces/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/Microsoft.Bcl.AsyncInterfaces.dll", + "lib/net461/Microsoft.Bcl.AsyncInterfaces.xml", + "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll", + "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.xml", + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll", + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml", + "microsoft.bcl.asyncinterfaces.6.0.0.nupkg.sha512", + "microsoft.bcl.asyncinterfaces.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.3": { + "sha512": "j/rOZtLMVJjrfLRlAMckJLPW/1rze9MT1yfWqSIbUPGRu1m1P0fuo9PmqapwsmePfGB5PJrudQLvmUOAMF0DqQ==", + "type": "package", + "path": "microsoft.codeanalysis.analyzers/3.3.3", + "hasTools": true, + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "analyzers/dotnet/cs/Microsoft.CodeAnalysis.Analyzers.dll", + "analyzers/dotnet/cs/Microsoft.CodeAnalysis.CSharp.Analyzers.dll", + "analyzers/dotnet/cs/cs/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/de/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/es/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/fr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/it/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/ja/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/ko/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/pl/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/pt-BR/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/ru/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/tr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/zh-Hans/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/zh-Hant/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/Microsoft.CodeAnalysis.Analyzers.dll", + "analyzers/dotnet/vb/Microsoft.CodeAnalysis.VisualBasic.Analyzers.dll", + "analyzers/dotnet/vb/cs/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/de/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/es/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/fr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/it/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/ja/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/ko/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/pl/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/pt-BR/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/ru/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/tr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/zh-Hans/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/zh-Hant/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "build/Microsoft.CodeAnalysis.Analyzers.props", + "build/Microsoft.CodeAnalysis.Analyzers.targets", + "build/config/analysislevel_2_9_8_all.editorconfig", + "build/config/analysislevel_2_9_8_default.editorconfig", + "build/config/analysislevel_2_9_8_minimum.editorconfig", + "build/config/analysislevel_2_9_8_none.editorconfig", + "build/config/analysislevel_2_9_8_recommended.editorconfig", + "build/config/analysislevel_3_3_all.editorconfig", + "build/config/analysislevel_3_3_default.editorconfig", + "build/config/analysislevel_3_3_minimum.editorconfig", + "build/config/analysislevel_3_3_none.editorconfig", + "build/config/analysislevel_3_3_recommended.editorconfig", + "build/config/analysislevel_3_all.editorconfig", + "build/config/analysislevel_3_default.editorconfig", + "build/config/analysislevel_3_minimum.editorconfig", + "build/config/analysislevel_3_none.editorconfig", + "build/config/analysislevel_3_recommended.editorconfig", + "build/config/analysislevelcorrectness_2_9_8_all.editorconfig", + "build/config/analysislevelcorrectness_2_9_8_default.editorconfig", + "build/config/analysislevelcorrectness_2_9_8_minimum.editorconfig", + "build/config/analysislevelcorrectness_2_9_8_none.editorconfig", + "build/config/analysislevelcorrectness_2_9_8_recommended.editorconfig", + "build/config/analysislevelcorrectness_3_3_all.editorconfig", + "build/config/analysislevelcorrectness_3_3_default.editorconfig", + "build/config/analysislevelcorrectness_3_3_minimum.editorconfig", + "build/config/analysislevelcorrectness_3_3_none.editorconfig", + "build/config/analysislevelcorrectness_3_3_recommended.editorconfig", + "build/config/analysislevelcorrectness_3_all.editorconfig", + "build/config/analysislevelcorrectness_3_default.editorconfig", + "build/config/analysislevelcorrectness_3_minimum.editorconfig", + "build/config/analysislevelcorrectness_3_none.editorconfig", + "build/config/analysislevelcorrectness_3_recommended.editorconfig", + "build/config/analysislevellibrary_2_9_8_all.editorconfig", + "build/config/analysislevellibrary_2_9_8_default.editorconfig", + "build/config/analysislevellibrary_2_9_8_minimum.editorconfig", + "build/config/analysislevellibrary_2_9_8_none.editorconfig", + "build/config/analysislevellibrary_2_9_8_recommended.editorconfig", + "build/config/analysislevellibrary_3_3_all.editorconfig", + "build/config/analysislevellibrary_3_3_default.editorconfig", + "build/config/analysislevellibrary_3_3_minimum.editorconfig", + "build/config/analysislevellibrary_3_3_none.editorconfig", + "build/config/analysislevellibrary_3_3_recommended.editorconfig", + "build/config/analysislevellibrary_3_all.editorconfig", + "build/config/analysislevellibrary_3_default.editorconfig", + "build/config/analysislevellibrary_3_minimum.editorconfig", + "build/config/analysislevellibrary_3_none.editorconfig", + "build/config/analysislevellibrary_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_recommended.editorconfig", + "documentation/Analyzer Configuration.md", + "documentation/Microsoft.CodeAnalysis.Analyzers.md", + "documentation/Microsoft.CodeAnalysis.Analyzers.sarif", + "editorconfig/AllRulesDefault/.editorconfig", + "editorconfig/AllRulesDisabled/.editorconfig", + "editorconfig/AllRulesEnabled/.editorconfig", + "editorconfig/CorrectnessRulesDefault/.editorconfig", + "editorconfig/CorrectnessRulesEnabled/.editorconfig", + "editorconfig/DataflowRulesDefault/.editorconfig", + "editorconfig/DataflowRulesEnabled/.editorconfig", + "editorconfig/LibraryRulesDefault/.editorconfig", + "editorconfig/LibraryRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCompatibilityRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCompatibilityRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCorrectnessRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCorrectnessRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDesignRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDesignRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDocumentationRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDocumentationRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisLocalizationRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisLocalizationRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisPerformanceRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisPerformanceRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisReleaseTrackingRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisReleaseTrackingRulesEnabled/.editorconfig", + "editorconfig/PortedFromFxCopRulesDefault/.editorconfig", + "editorconfig/PortedFromFxCopRulesEnabled/.editorconfig", + "microsoft.codeanalysis.analyzers.3.3.3.nupkg.sha512", + "microsoft.codeanalysis.analyzers.nuspec", + "rulesets/AllRulesDefault.ruleset", + "rulesets/AllRulesDisabled.ruleset", + "rulesets/AllRulesEnabled.ruleset", + "rulesets/CorrectnessRulesDefault.ruleset", + "rulesets/CorrectnessRulesEnabled.ruleset", + "rulesets/DataflowRulesDefault.ruleset", + "rulesets/DataflowRulesEnabled.ruleset", + "rulesets/LibraryRulesDefault.ruleset", + "rulesets/LibraryRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisCompatibilityRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisCompatibilityRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisCorrectnessRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisCorrectnessRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisDesignRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisDesignRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisDocumentationRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisDocumentationRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisLocalizationRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisLocalizationRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisPerformanceRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisPerformanceRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisReleaseTrackingRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisReleaseTrackingRulesEnabled.ruleset", + "rulesets/PortedFromFxCopRulesDefault.ruleset", + "rulesets/PortedFromFxCopRulesEnabled.ruleset", + "tools/install.ps1", + "tools/uninstall.ps1" + ] + }, + "Microsoft.CodeAnalysis.Common/4.5.0": { + "sha512": "lwAbIZNdnY0SUNoDmZHkVUwLO8UyNnyyh1t/4XsbFxi4Ounb3xszIYZaWhyj5ZjyfcwqwmtMbE7fUTVCqQEIdQ==", "type": "package", - "path": "microsoft.bcl.asyncinterfaces/1.1.1", + "path": "microsoft.codeanalysis.common/4.5.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Bcl.AsyncInterfaces.dll", - "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll", - "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll", - "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512", - "microsoft.bcl.asyncinterfaces.nuspec", - "ref/net461/Microsoft.Bcl.AsyncInterfaces.dll", - "ref/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll", - "ref/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll", - "useSharedDesignerContext.txt", - "version.txt" + "ThirdPartyNotices.rtf", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.pdb", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.xml", + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", + "microsoft.codeanalysis.common.4.5.0.nupkg.sha512", + "microsoft.codeanalysis.common.nuspec" + ] + }, + "Microsoft.CodeAnalysis.CSharp/4.5.0": { + "sha512": "cM59oMKAOxvdv76bdmaKPy5hfj+oR+zxikWoueEB7CwTko7mt9sVKZI8Qxlov0C/LuKEG+WQwifepqL3vuTiBQ==", + "type": "package", + "path": "microsoft.codeanalysis.csharp/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.pdb", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.xml", + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", + "microsoft.codeanalysis.csharp.4.5.0.nupkg.sha512", + "microsoft.codeanalysis.csharp.nuspec" + ] + }, + "Microsoft.CodeAnalysis.CSharp.Workspaces/4.5.0": { + "sha512": "h74wTpmGOp4yS4hj+EvNzEiPgg/KVs2wmSfTZ81upJZOtPkJsVkgfsgtxxqmAeapjT/vLKfmYV0bS8n5MNVP+g==", + "type": "package", + "path": "microsoft.codeanalysis.csharp.workspaces/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.dll", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.pdb", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.xml", + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "microsoft.codeanalysis.csharp.workspaces.4.5.0.nupkg.sha512", + "microsoft.codeanalysis.csharp.workspaces.nuspec" + ] + }, + "Microsoft.CodeAnalysis.Workspaces.Common/4.5.0": { + "sha512": "l4dDRmGELXG72XZaonnOeORyD/T5RpEu5LGHOUIhnv+MmUWDY/m1kWXGwtcgQ5CJ5ynkFiRnIYzTKXYjUs7rbw==", + "type": "package", + "path": "microsoft.codeanalysis.workspaces.common/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.dll", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.pdb", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.xml", + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "microsoft.codeanalysis.workspaces.common.4.5.0.nupkg.sha512", + "microsoft.codeanalysis.workspaces.common.nuspec" ] }, "Microsoft.CSharp/4.7.0": { @@ -4755,6 +6907,7 @@ "lib/netcoreapp2.0/_._", "lib/netstandard1.3/Microsoft.CSharp.dll", "lib/netstandard2.0/Microsoft.CSharp.dll", + "lib/netstandard2.0/Microsoft.CSharp.xml", "lib/portable-net45+win8+wp8+wpa81/_._", "lib/uap10.0.16299/_._", "lib/win8/_._", @@ -4770,9 +6923,30 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/Microsoft.CSharp.dll", + "ref/netcore50/Microsoft.CSharp.xml", + "ref/netcore50/de/Microsoft.CSharp.xml", + "ref/netcore50/es/Microsoft.CSharp.xml", + "ref/netcore50/fr/Microsoft.CSharp.xml", + "ref/netcore50/it/Microsoft.CSharp.xml", + "ref/netcore50/ja/Microsoft.CSharp.xml", + "ref/netcore50/ko/Microsoft.CSharp.xml", + "ref/netcore50/ru/Microsoft.CSharp.xml", + "ref/netcore50/zh-hans/Microsoft.CSharp.xml", + "ref/netcore50/zh-hant/Microsoft.CSharp.xml", "ref/netcoreapp2.0/_._", "ref/netstandard1.0/Microsoft.CSharp.dll", + "ref/netstandard1.0/Microsoft.CSharp.xml", + "ref/netstandard1.0/de/Microsoft.CSharp.xml", + "ref/netstandard1.0/es/Microsoft.CSharp.xml", + "ref/netstandard1.0/fr/Microsoft.CSharp.xml", + "ref/netstandard1.0/it/Microsoft.CSharp.xml", + "ref/netstandard1.0/ja/Microsoft.CSharp.xml", + "ref/netstandard1.0/ko/Microsoft.CSharp.xml", + "ref/netstandard1.0/ru/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml", "ref/netstandard2.0/Microsoft.CSharp.dll", + "ref/netstandard2.0/Microsoft.CSharp.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/uap10.0.16299/_._", "ref/win8/_._", @@ -4786,10 +6960,10 @@ "version.txt" ] }, - "Microsoft.Data.SqlClient/5.2.0": { - "sha512": "3alfyqRN3ELRtdvU1dGtLBRNQqprr3TJ0WrUJfMISPwg1nPUN2P3Lelah68IKWuV27Ceb7ig95hWNHFTSXfxMg==", + "Microsoft.Data.SqlClient/5.2.2": { + "sha512": "mtoeRMh7F/OA536c/Cnh8L4H0uLSKB5kSmoi54oN7Fp0hNJDy22IqyMhaMH4PkDCqI7xL//Fvg9ldtuPHG0h5g==", "type": "package", - "path": "microsoft.data.sqlclient/5.2.0", + "path": "microsoft.data.sqlclient/5.2.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4854,7 +7028,7 @@ "lib/netstandard2.1/ru/Microsoft.Data.SqlClient.resources.dll", "lib/netstandard2.1/zh-Hans/Microsoft.Data.SqlClient.resources.dll", "lib/netstandard2.1/zh-Hant/Microsoft.Data.SqlClient.resources.dll", - "microsoft.data.sqlclient.5.2.0.nupkg.sha512", + "microsoft.data.sqlclient.5.2.2.nupkg.sha512", "microsoft.data.sqlclient.nuspec", "ref/net462/Microsoft.Data.SqlClient.dll", "ref/net462/Microsoft.Data.SqlClient.xml", @@ -4894,6 +7068,98 @@ "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll" ] }, + "Microsoft.EntityFrameworkCore/8.0.11": { + "sha512": "stbjWBTtpQ1HtqXMFyKnXFTr76PvaOHI2b2h85JqBi3eZr00nspvR/a90Zwh8CQ4rVawqLiTG0+0yZQWaav+sQ==", + "type": "package", + "path": "microsoft.entityframeworkcore/8.0.11", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props", + "lib/net8.0/Microsoft.EntityFrameworkCore.dll", + "lib/net8.0/Microsoft.EntityFrameworkCore.xml", + "microsoft.entityframeworkcore.8.0.11.nupkg.sha512", + "microsoft.entityframeworkcore.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.Abstractions/8.0.11": { + "sha512": "++zY0Ea724ku1jptWJmF7jm3I4IXTexfT4qi1ETcSFFF7qj+qm6rRgN7mTuKkwIETuXk0ikfzudryRjUGrrNKQ==", + "type": "package", + "path": "microsoft.entityframeworkcore.abstractions/8.0.11", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll", + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.xml", + "microsoft.entityframeworkcore.abstractions.8.0.11.nupkg.sha512", + "microsoft.entityframeworkcore.abstractions.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.Analyzers/8.0.11": { + "sha512": "NI/AJQjtC7qgWM8Nr85sRkwlog2AnFer5RKP8xTUH0RuPF3nN0tGXBEeYJOLZWp+/+M/C6O7MMDRhKRE8bZwIA==", + "type": "package", + "path": "microsoft.entityframeworkcore.analyzers/8.0.11", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "analyzers/dotnet/cs/Microsoft.EntityFrameworkCore.Analyzers.dll", + "docs/PACKAGE.md", + "lib/netstandard2.0/_._", + "microsoft.entityframeworkcore.analyzers.8.0.11.nupkg.sha512", + "microsoft.entityframeworkcore.analyzers.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.Design/8.0.11": { + "sha512": "KxOvpbaKiUmbLvenr0T/4F1Vdm0Sq+iajLbesQK7/WKB/Dx+FQHCZ0f5jCXrVWK2QKF9eHzQ5JPA1L6hcb25FQ==", + "type": "package", + "path": "microsoft.entityframeworkcore.design/8.0.11", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "build/net8.0/Microsoft.EntityFrameworkCore.Design.props", + "lib/net8.0/Microsoft.EntityFrameworkCore.Design.dll", + "lib/net8.0/Microsoft.EntityFrameworkCore.Design.xml", + "microsoft.entityframeworkcore.design.8.0.11.nupkg.sha512", + "microsoft.entityframeworkcore.design.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.InMemory/8.0.11": { + "sha512": "gFFdubZlRfudSw94OxO7s8OvLQZncnR0S1ll//wRtZP3mMYVeq8DrMnEILK6hBJwbTBB1SNm3apg9SdvdE/ySg==", + "type": "package", + "path": "microsoft.entityframeworkcore.inmemory/8.0.11", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "lib/net8.0/Microsoft.EntityFrameworkCore.InMemory.dll", + "lib/net8.0/Microsoft.EntityFrameworkCore.InMemory.xml", + "microsoft.entityframeworkcore.inmemory.8.0.11.nupkg.sha512", + "microsoft.entityframeworkcore.inmemory.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.Relational/8.0.11": { + "sha512": "3TuuW3i5I4Ro0yoaHmi2MqEDGObOVuhLaMEnd/heaLB1fcvm4fu4PevmC4BOWnI0vo176AIlV5o4rEQciLoohw==", + "type": "package", + "path": "microsoft.entityframeworkcore.relational/8.0.11", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll", + "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.xml", + "microsoft.entityframeworkcore.relational.8.0.11.nupkg.sha512", + "microsoft.entityframeworkcore.relational.nuspec" + ] + }, "Microsoft.Extensions.ApiDescription.Server/6.0.5": { "sha512": "Ckb5EDBUNJdFWyajfXzUIMRkhf52fHZOQuuZg/oiu8y7zDCVwD0iHhew6MnThjHmevanpxL3f5ci2TtHQEN6bw==", "type": "package", @@ -5125,57 +7391,98 @@ "tools/netcoreapp2.1/System.Diagnostics.DiagnosticSource.dll" ] }, - "Microsoft.Extensions.Caching.Abstractions/1.0.0": { - "sha512": "IxlFDVOchL6tdR05bk7EiJvMtvZrVkZXBhkbXqc3GxOHOrHFGcN+92WoWFPeBpdpy8ot/Px5ZdXzt7k+2n1Bdg==", + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "sha512": "3KuSxeHoNYdxVYfg2IRZCThcrlJ1XJqIXkAWikCsbm5C/bCjv7G0WoKDyuR98Q+T607QT2Zl5GsbGRkENcV2yQ==", "type": "package", - "path": "microsoft.extensions.caching.abstractions/1.0.0", + "path": "microsoft.extensions.caching.abstractions/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.xml", - "microsoft.extensions.caching.abstractions.1.0.0.nupkg.sha512", - "microsoft.extensions.caching.abstractions.nuspec" + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Caching.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.xml", + "microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.caching.abstractions.nuspec", + "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Caching.Memory/1.0.0": { - "sha512": "6+7zTufCnZ+tfrUo7RbIRR3LB0BxwOwxfXuo0IbLyIvgoToGpWuz5wYEDfCYNOvpig9tY8FA0I1uRHYmITMXMQ==", + "Microsoft.Extensions.Caching.Memory/8.0.1": { + "sha512": "HFDnhYLccngrzyGgHkjEDU5FMLn4MpOsr5ElgsBMC4yx6lJh4jeWO7fHS8+TXPq+dgxCmUa/Trl8svObmwW4QA==", "type": "package", - "path": "microsoft.extensions.caching.memory/1.0.0", + "path": "microsoft.extensions.caching.memory/8.0.1", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net451/Microsoft.Extensions.Caching.Memory.dll", - "lib/net451/Microsoft.Extensions.Caching.Memory.xml", - "lib/netstandard1.3/Microsoft.Extensions.Caching.Memory.dll", - "lib/netstandard1.3/Microsoft.Extensions.Caching.Memory.xml", - "microsoft.extensions.caching.memory.1.0.0.nupkg.sha512", - "microsoft.extensions.caching.memory.nuspec" + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Caching.Memory.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Memory.targets", + "lib/net462/Microsoft.Extensions.Caching.Memory.dll", + "lib/net462/Microsoft.Extensions.Caching.Memory.xml", + "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/net6.0/Microsoft.Extensions.Caching.Memory.xml", + "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/net7.0/Microsoft.Extensions.Caching.Memory.xml", + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/net8.0/Microsoft.Extensions.Caching.Memory.xml", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.xml", + "microsoft.extensions.caching.memory.8.0.1.nupkg.sha512", + "microsoft.extensions.caching.memory.nuspec", + "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration/6.0.1": { - "sha512": "BUyFU9t+HzlSE7ri4B+AQN2BgTgHv/uM82s5ZkgU1BApyzWzIl48nDsG5wR1t0pniNuuyTBzG3qCW8152/NtSw==", + "Microsoft.Extensions.Configuration/9.0.2": { + "sha512": "EBZW+u96tApIvNtjymXEIS44tH0I/jNwABHo4c33AchWOiDWCq2rL3klpnIo+xGrxoVGJzPDISV6hZ+a9C9SzQ==", "type": "package", - "path": "microsoft.extensions.configuration/6.0.1", + "path": "microsoft.extensions.configuration/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Configuration.dll", - "lib/net461/Microsoft.Extensions.Configuration.xml", + "buildTransitive/net461/Microsoft.Extensions.Configuration.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.targets", + "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.6.0.1.nupkg.sha512", + "microsoft.extensions.configuration.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { - "sha512": "3lE/iLSutpgX1CC0NOW70FJoGARRHbyKmG7dc0klnUZ9Dd9hS6N/POPWhKhMLCEuNN5nXEY5agmlFtH562vqhQ==", + "Microsoft.Extensions.Configuration.Abstractions/9.0.7": { + "sha512": "lut/kiVvNsQ120VERMUYSFhpXPpKjjql+giy03LesASPBBcC0o6+aoFdzJH9GaYpFTQ3fGVhVjKjvJDoAW5/IQ==", "type": "package", - "path": "microsoft.extensions.configuration.abstractions/8.0.0", + "path": "microsoft.extensions.configuration.abstractions/9.0.7", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5185,19 +7492,17 @@ "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/Microsoft.Extensions.Configuration.Abstractions.targets", "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Abstractions.targets", "lib/net462/Microsoft.Extensions.Configuration.Abstractions.dll", "lib/net462/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net7.0/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.8.0.0.nupkg.sha512", + "microsoft.extensions.configuration.abstractions.9.0.7.nupkg.sha512", "microsoft.extensions.configuration.abstractions.nuspec", "useSharedDesignerContext.txt" ] @@ -5216,10 +7521,10 @@ "microsoft.extensions.configuration.azurekeyvault.nuspec" ] }, - "Microsoft.Extensions.Configuration.Binder/8.0.0": { - "sha512": "mBMoXLsr5s1y2zOHWmKsE9veDcx8h1x/c3rz4baEdQKTeDcmQAPNbB54Pi/lhFO3K431eEq6PFbMgLaa6PHFfA==", + "Microsoft.Extensions.Configuration.Binder/9.0.2": { + "sha512": "krJ04xR0aPXrOf5dkNASg6aJjsdzexvsMRL6UNOUjiTzqBvRr95sJ1owoKEm89bSONQCfZNhHrAFV9ahDqIPIw==", "type": "package", - "path": "microsoft.extensions.configuration.binder/8.0.0", + "path": "microsoft.extensions.configuration.binder/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5244,122 +7549,167 @@ "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets", "lib/net462/Microsoft.Extensions.Configuration.Binder.dll", "lib/net462/Microsoft.Extensions.Configuration.Binder.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.Binder.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.Binder.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll", - "lib/net7.0/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.8.0.0.nupkg.sha512", + "microsoft.extensions.configuration.binder.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.binder.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.CommandLine/6.0.0": { - "sha512": "3nL1qCkZ1Oxx14ZTzgo4MmlO7tso7F+TtMZAY2jUAtTLyAcDp+EDjk3RqafoKiNaePyPvvlleEcBxh3b2Hzl1g==", + "Microsoft.Extensions.Configuration.CommandLine/9.0.2": { + "sha512": "Mud3j7RS/ZBnuk4f0KXemdQCQIke+vIgSTXuGL5cMvXyl2EgipnMCOxG9ZUn+xq0itg3altzE9MuMB0Lx0Emxw==", "type": "package", - "path": "microsoft.extensions.configuration.commandline/6.0.0", + "path": "microsoft.extensions.configuration.commandline/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Configuration.CommandLine.dll", - "lib/net461/Microsoft.Extensions.Configuration.CommandLine.xml", + "buildTransitive/net461/Microsoft.Extensions.Configuration.CommandLine.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.CommandLine.targets", + "lib/net462/Microsoft.Extensions.Configuration.CommandLine.dll", + "lib/net462/Microsoft.Extensions.Configuration.CommandLine.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.CommandLine.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.CommandLine.xml", + "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll", + "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.xml", - "microsoft.extensions.configuration.commandline.6.0.0.nupkg.sha512", + "microsoft.extensions.configuration.commandline.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.commandline.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/6.0.1": { - "sha512": "pnyXV1LFOsYjGveuC07xp0YHIyGq7jRq5Ncb5zrrIieMLWVwgMyYxcOH0jTnBedDT4Gh1QinSqsjqzcieHk1og==", + "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.2": { + "sha512": "LZPspiDA0/pBv9JOI17Xdm7DkiRlfnyca2r/QIYu4ApJPe05E+aOphtVj0ncvlnrjGlSsd6JZhKQb9+NeHzM5A==", "type": "package", - "path": "microsoft.extensions.configuration.environmentvariables/6.0.1", + "path": "microsoft.extensions.configuration.environmentvariables/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", - "lib/net461/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", + "buildTransitive/net461/Microsoft.Extensions.Configuration.EnvironmentVariables.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.targets", + "lib/net462/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", + "lib/net462/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", + "lib/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", + "lib/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", - "microsoft.extensions.configuration.environmentvariables.6.0.1.nupkg.sha512", + "microsoft.extensions.configuration.environmentvariables.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.environmentvariables.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.FileExtensions/6.0.0": { - "sha512": "V4Dth2cYMZpw3HhGw9XUDIijpI6gN+22LDt0AhufIgOppCUfpWX4483OmN+dFXRJkJLc8Tv0Q8QK+1ingT2+KQ==", + "Microsoft.Extensions.Configuration.FileExtensions/9.0.2": { + "sha512": "tPgue19a0G+8Vb1ShCj4PmhjvVaEOfFb1L89WCr5aEpY1JUgIuYWsfELKf92Njwg53o4C+yWbE4UqbyQtLpKTg==", "type": "package", - "path": "microsoft.extensions.configuration.fileextensions/6.0.0", + "path": "microsoft.extensions.configuration.fileextensions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/net461/Microsoft.Extensions.Configuration.FileExtensions.xml", + "buildTransitive/net461/Microsoft.Extensions.Configuration.FileExtensions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.FileExtensions.targets", + "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.xml", + "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "microsoft.extensions.configuration.fileextensions.6.0.0.nupkg.sha512", + "microsoft.extensions.configuration.fileextensions.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.fileextensions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.Json/6.0.0": { - "sha512": "GJGery6QytCzS/BxJ96klgG9in3uH26KcUBbiVG/coNDXCRq6LGVVlUT4vXq34KPuM+R2av+LeYdX9h4IZOCUg==", + "Microsoft.Extensions.Configuration.Json/9.0.2": { + "sha512": "u2eIYagO91VmRbKYQ5pmElWC6JWX7GPQbP57EX09zzFcI1ZMPDCykr07ikPB4ecgBZzG+UAhTcViTLe0gSF4WQ==", "type": "package", - "path": "microsoft.extensions.configuration.json/6.0.0", + "path": "microsoft.extensions.configuration.json/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Configuration.Json.dll", - "lib/net461/Microsoft.Extensions.Configuration.Json.xml", + "buildTransitive/net461/Microsoft.Extensions.Configuration.Json.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Json.targets", + "lib/net462/Microsoft.Extensions.Configuration.Json.dll", + "lib/net462/Microsoft.Extensions.Configuration.Json.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.Json.xml", + "lib/net9.0/Microsoft.Extensions.Configuration.Json.dll", + "lib/net9.0/Microsoft.Extensions.Configuration.Json.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.xml", "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll", "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.xml", - "microsoft.extensions.configuration.json.6.0.0.nupkg.sha512", + "microsoft.extensions.configuration.json.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.json.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.UserSecrets/6.0.1": { - "sha512": "Fy8yr4V6obi7ZxvKYI1i85jqtwMq8tqyxQVZpRSkgeA8enqy/KvBIMdcuNdznlxQMZa72mvbHqb7vbg4Pyx95w==", + "Microsoft.Extensions.Configuration.UserSecrets/9.0.2": { + "sha512": "vUBGgnHmmpjtWzmq2z9idJpnOrrStgYqUlqLn1MuSyFkAedeyR8A0I57BdThP060eBEYfhKEBjXaAB/jKmCtiw==", "type": "package", - "path": "microsoft.extensions.configuration.usersecrets/6.0.1", + "path": "microsoft.extensions.configuration.usersecrets/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.UserSecrets.targets", + "buildTransitive/net462/Microsoft.Extensions.Configuration.UserSecrets.props", + "buildTransitive/net462/Microsoft.Extensions.Configuration.UserSecrets.targets", + "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.props", + "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.targets", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.UserSecrets.targets", "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.props", "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.targets", - "lib/net461/Microsoft.Extensions.Configuration.UserSecrets.dll", - "lib/net461/Microsoft.Extensions.Configuration.UserSecrets.xml", + "lib/net462/Microsoft.Extensions.Configuration.UserSecrets.dll", + "lib/net462/Microsoft.Extensions.Configuration.UserSecrets.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.UserSecrets.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.UserSecrets.xml", + "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll", + "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.xml", - "microsoft.extensions.configuration.usersecrets.6.0.1.nupkg.sha512", + "microsoft.extensions.configuration.usersecrets.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.usersecrets.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "sha512": "MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==", + "Microsoft.Extensions.DependencyInjection/9.0.2": { + "sha512": "ZffbJrskOZ40JTzcTyKwFHS5eACSWp2bUQBBApIgGV+es8RaTD4OxUG7XxFr3RIPLXtYQ1jQzF2DjKB5fZn7Qg==", "type": "package", - "path": "microsoft.extensions.dependencyinjection/9.0.0", + "path": "microsoft.extensions.dependencyinjection/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5381,15 +7731,15 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.dependencyinjection.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { - "sha512": "+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==", + "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.2": { + "sha512": "MNe7GSTBf3jQx5vYrXF0NZvn6l7hUKF6J54ENfAgCO8y6xjN1XUmKKWG464LP2ye6QqDiA1dkaWEZBYnhoZzjg==", "type": "package", - "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0", + "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5411,15 +7761,15 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.dependencyinjection.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyModel/8.0.2": { - "sha512": "mUBDZZRgZrSyFOsJ2qJJ9fXfqd/kXJwf3AiDoqLD9m6TjY5OO/vLNOb9fb4juC0487eq4hcGN/M2Rh/CKS7QYw==", + "Microsoft.Extensions.DependencyModel/9.0.0": { + "sha512": "saxr2XzwgDU77LaQfYFXmddEDRUKHF4DaGMZkNB3qjdVSZlax3//dGJagJkKrGMIPNZs2jVFXITyCCR6UHJNdA==", "type": "package", - "path": "microsoft.extensions.dependencymodel/8.0.2", + "path": "microsoft.extensions.dependencymodel/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5429,27 +7779,25 @@ "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets", "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets", "lib/net462/Microsoft.Extensions.DependencyModel.dll", "lib/net462/Microsoft.Extensions.DependencyModel.xml", - "lib/net6.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net6.0/Microsoft.Extensions.DependencyModel.xml", - "lib/net7.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net7.0/Microsoft.Extensions.DependencyModel.xml", "lib/net8.0/Microsoft.Extensions.DependencyModel.dll", "lib/net8.0/Microsoft.Extensions.DependencyModel.xml", + "lib/net9.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net9.0/Microsoft.Extensions.DependencyModel.xml", "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", - "microsoft.extensions.dependencymodel.8.0.2.nupkg.sha512", + "microsoft.extensions.dependencymodel.9.0.0.nupkg.sha512", "microsoft.extensions.dependencymodel.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DiagnosticAdapter/3.1.27": { - "sha512": "IHJmvjE3X+PJLlbRvZHnzVO2CglI9FARYgTPbbUNN85gS4jqS0EM/dGhZGwQpr3P4X0/V/OUtmgHvBipS4KTwQ==", + "Microsoft.Extensions.DiagnosticAdapter/3.1.32": { + "sha512": "oDv3wt+Q5cmaSfOQ3Cdu6dF6sn/x5gzWdNpOq4ajBwCMWYBr6CchncDvB9pF83ORlbDuX32MsVLOPGPxW4Lx4g==", "type": "package", - "path": "microsoft.extensions.diagnosticadapter/3.1.27", + "path": "microsoft.extensions.diagnosticadapter/3.1.32", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5460,14 +7808,41 @@ "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.xml", "lib/netstandard2.0/Microsoft.Extensions.DiagnosticAdapter.dll", "lib/netstandard2.0/Microsoft.Extensions.DiagnosticAdapter.xml", - "microsoft.extensions.diagnosticadapter.3.1.27.nupkg.sha512", + "microsoft.extensions.diagnosticadapter.3.1.32.nupkg.sha512", "microsoft.extensions.diagnosticadapter.nuspec" ] }, - "Microsoft.Extensions.Diagnostics.Abstractions/8.0.0": { - "sha512": "JHYCQG7HmugNYUhOl368g+NMxYE/N/AiclCYRNlgCY9eVyiBkOHMwK4x60RYMxv9EL3+rmj1mqHvdCiPpC+D4Q==", + "Microsoft.Extensions.Diagnostics/9.0.2": { + "sha512": "kwFWk6DPaj1Roc0CExRv+TTwjsiERZA730jQIPlwCcS5tMaCAQtaGfwAK0z8CMFpVTiT+MgKXpd/P50qVCuIgg==", + "type": "package", + "path": "microsoft.extensions.diagnostics/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Diagnostics.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Diagnostics.targets", + "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.9.0.2.nupkg.sha512", + "microsoft.extensions.diagnostics.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Diagnostics.Abstractions/9.0.2": { + "sha512": "kFwIZEC/37cwKuEm/nXvjF7A/Myz9O7c7P9Csgz6AOiiDE62zdOG5Bu7VkROu1oMYaX0wgijPJ5LqVt6+JKjVg==", "type": "package", - "path": "microsoft.extensions.diagnostics.abstractions/8.0.0", + "path": "microsoft.extensions.diagnostics.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5476,27 +7851,25 @@ "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/Microsoft.Extensions.Diagnostics.Abstractions.targets", "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Diagnostics.Abstractions.targets", "lib/net462/Microsoft.Extensions.Diagnostics.Abstractions.dll", "lib/net462/Microsoft.Extensions.Diagnostics.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.Diagnostics.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.Diagnostics.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Diagnostics.Abstractions.dll", - "lib/net7.0/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.8.0.0.nupkg.sha512", + "microsoft.extensions.diagnostics.abstractions.9.0.2.nupkg.sha512", "microsoft.extensions.diagnostics.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Diagnostics.HealthChecks/8.0.0": { - "sha512": "P9SoBuVZhJPpALZmSq72aQEb9ryP67EdquaCZGXGrrcASTNHYdrUhnpgSwIipgM5oVC+dKpRXg5zxobmF9xr5g==", + "Microsoft.Extensions.Diagnostics.HealthChecks/9.0.0": { + "sha512": "cxsK9/Dx7Ka9sfiA1nY8XlSzIaWff5FNRw0+ls8yR+aGzmnah5JGKsTHgQrehjMwGAVud/pjiUZ9MWizfUSkTQ==", "type": "package", - "path": "microsoft.extensions.diagnostics.healthchecks/8.0.0", + "path": "microsoft.extensions.diagnostics.healthchecks/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5504,18 +7877,18 @@ "THIRD-PARTY-NOTICES.TXT", "lib/net462/Microsoft.Extensions.Diagnostics.HealthChecks.dll", "lib/net462/Microsoft.Extensions.Diagnostics.HealthChecks.xml", - "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll", - "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.xml", + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll", + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.xml", "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll", "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.xml", - "microsoft.extensions.diagnostics.healthchecks.8.0.0.nupkg.sha512", + "microsoft.extensions.diagnostics.healthchecks.9.0.0.nupkg.sha512", "microsoft.extensions.diagnostics.healthchecks.nuspec" ] }, - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/8.0.0": { - "sha512": "AT2qqos3IgI09ok36Qag9T8bb6kHJ3uT9Q5ki6CySybFsK6/9JbvQAgAHf1pVEjST0/N4JaFaCbm40R5edffwg==", + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/9.0.0": { + "sha512": "H1IbHm/MnUgEV0N07WrkPBIIoX7isP6IPaqUdZ3CwbMcUVDGIu+okamW28kyDRfIiZqbTbyHuNIkr4ZSHPyvDw==", "type": "package", - "path": "microsoft.extensions.diagnostics.healthchecks.abstractions/8.0.0", + "path": "microsoft.extensions.diagnostics.healthchecks.abstractions/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5523,18 +7896,18 @@ "THIRD-PARTY-NOTICES.TXT", "lib/net462/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll", "lib/net462/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.xml", + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll", + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.xml", "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll", "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.xml", - "microsoft.extensions.diagnostics.healthchecks.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.diagnostics.healthchecks.abstractions.9.0.0.nupkg.sha512", "microsoft.extensions.diagnostics.healthchecks.abstractions.nuspec" ] }, - "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { - "sha512": "ZbaMlhJlpisjuWbvXr4LdAst/1XxH3vZ6A0BsgTphZ2L4PGuxRLz7Jr/S7mkAAnOn78Vu0fKhEgNF5JO3zfjqQ==", + "Microsoft.Extensions.FileProviders.Abstractions/9.0.2": { + "sha512": "IcOBmTlr2jySswU+3x8c3ql87FRwTVPQgVKaV5AXzPT5u0VItfNU8SMbESpdSp5STwxT/1R99WYszgHWsVkzhg==", "type": "package", - "path": "microsoft.extensions.fileproviders.abstractions/8.0.0", + "path": "microsoft.extensions.fileproviders.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5544,96 +7917,111 @@ "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/Microsoft.Extensions.FileProviders.Abstractions.targets", "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Abstractions.targets", "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.dll", "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.xml", "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll", "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.xml", + "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.xml", "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll", "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml", - "microsoft.extensions.fileproviders.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.fileproviders.abstractions.9.0.2.nupkg.sha512", "microsoft.extensions.fileproviders.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.FileProviders.Physical/6.0.0": { - "sha512": "QvkL7l0nM8udt3gfyu0Vw8bbCXblxaKOl7c2oBfgGy4LCURRaL9XWZX1FWJrQc43oMokVneVxH38iz+bY1sbhg==", + "Microsoft.Extensions.FileProviders.Physical/9.0.2": { + "sha512": "WcPkJx/OAaXG5xHvxYsoLY8qGsyCfHWsbDJtfMtHRWtceF/EmqAsqkHYsouh82gjxdZwfySvj3nGVi8AkwlYhA==", "type": "package", - "path": "microsoft.extensions.fileproviders.physical/6.0.0", + "path": "microsoft.extensions.fileproviders.physical/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.FileProviders.Physical.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Physical.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/net461/Microsoft.Extensions.FileProviders.Physical.xml", - "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.xml", + "lib/net462/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/net462/Microsoft.Extensions.FileProviders.Physical.xml", + "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.xml", + "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.xml", "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll", "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.xml", - "microsoft.extensions.fileproviders.physical.6.0.0.nupkg.sha512", + "microsoft.extensions.fileproviders.physical.9.0.2.nupkg.sha512", "microsoft.extensions.fileproviders.physical.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.FileSystemGlobbing/6.0.0": { - "sha512": "ip8jnL1aPiaPeKINCqaTEbvBFDmVx9dXQEBZ2HOBRXPD1eabGNqP/bKlsIcp7U2lGxiXd5xIhoFcmY8nM4Hdiw==", + "Microsoft.Extensions.FileSystemGlobbing/9.0.2": { + "sha512": "wAjk+6rvvU4WesskJ6rJX1FYL/S9zvnpqMai/pXb07+gtXpO7DhFfuKzYHwkKN3HAUq2W4CD+YLYenHwAS3DCA==", "type": "package", - "path": "microsoft.extensions.filesystemglobbing/6.0.0", + "path": "microsoft.extensions.filesystemglobbing/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.FileSystemGlobbing.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileSystemGlobbing.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/net461/Microsoft.Extensions.FileSystemGlobbing.xml", - "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.xml", + "lib/net462/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/net462/Microsoft.Extensions.FileSystemGlobbing.xml", + "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.xml", + "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.xml", "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll", "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "microsoft.extensions.filesystemglobbing.6.0.0.nupkg.sha512", + "microsoft.extensions.filesystemglobbing.9.0.2.nupkg.sha512", "microsoft.extensions.filesystemglobbing.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Hosting/6.0.1": { - "sha512": "hbmizc9KPWOacLU8Z8YMaBG6KWdZFppczYV/KwnPGU/8xebWxQxdDeJmLOgg968prb7g2oQgnp6JVLX6lgby8g==", + "Microsoft.Extensions.Hosting/9.0.2": { + "sha512": "h1lUeBuj0Cecg4c0BHpr1jR2UIqr80bGK+eLp4tq4bV13mSvS2juoNfi3Rsv0xV7bXY8HigUndnj6Xk2+4VdFw==", "type": "package", - "path": "microsoft.extensions.hosting/6.0.1", + "path": "microsoft.extensions.hosting/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Hosting.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Hosting.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/Microsoft.Extensions.Hosting.dll", - "lib/net461/Microsoft.Extensions.Hosting.xml", - "lib/net6.0/Microsoft.Extensions.Hosting.dll", - "lib/net6.0/Microsoft.Extensions.Hosting.xml", + "lib/net462/Microsoft.Extensions.Hosting.dll", + "lib/net462/Microsoft.Extensions.Hosting.xml", + "lib/net8.0/Microsoft.Extensions.Hosting.dll", + "lib/net8.0/Microsoft.Extensions.Hosting.xml", + "lib/net9.0/Microsoft.Extensions.Hosting.dll", + "lib/net9.0/Microsoft.Extensions.Hosting.xml", "lib/netstandard2.0/Microsoft.Extensions.Hosting.dll", "lib/netstandard2.0/Microsoft.Extensions.Hosting.xml", "lib/netstandard2.1/Microsoft.Extensions.Hosting.dll", "lib/netstandard2.1/Microsoft.Extensions.Hosting.xml", - "microsoft.extensions.hosting.6.0.1.nupkg.sha512", + "microsoft.extensions.hosting.9.0.2.nupkg.sha512", "microsoft.extensions.hosting.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Hosting.Abstractions/8.0.0": { - "sha512": "AG7HWwVRdCHlaA++1oKDxLsXIBxmDpMPb3VoyOoAghEWnkUvEAdYQUwnV4jJbAaa/nMYNiEh5ByoLauZBEiovg==", + "Microsoft.Extensions.Hosting.Abstractions/9.0.2": { + "sha512": "PvjZW6CMdZbPbOwKsQXYN5VPtIWZQqdTRuBPZiW3skhU3hymB17XSlLVC4uaBbDZU+/3eHG3p80y+MzZxZqR7Q==", "type": "package", - "path": "microsoft.extensions.hosting.abstractions/8.0.0", + "path": "microsoft.extensions.hosting.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5643,45 +8031,57 @@ "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/Microsoft.Extensions.Hosting.Abstractions.targets", "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Hosting.Abstractions.targets", "lib/net462/Microsoft.Extensions.Hosting.Abstractions.dll", "lib/net462/Microsoft.Extensions.Hosting.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.Hosting.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.Hosting.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Hosting.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.Hosting.Abstractions.xml", "lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll", "lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.xml", + "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll", + "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.xml", "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll", "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.xml", "lib/netstandard2.1/Microsoft.Extensions.Hosting.Abstractions.dll", "lib/netstandard2.1/Microsoft.Extensions.Hosting.Abstractions.xml", - "microsoft.extensions.hosting.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.hosting.abstractions.9.0.2.nupkg.sha512", "microsoft.extensions.hosting.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Http/3.1.0": { - "sha512": "DLigdcV0nYaT6/ly0rnfP80BnXq8NNd/h8/SkfY39uio7Bd9LauVntp6RcRh1Kj23N+uf80GgL7Win6P3BCtoQ==", + "Microsoft.Extensions.Http/8.0.0": { + "sha512": "cWz4caHwvx0emoYe7NkHPxII/KkTI8R/LC9qdqJqnKv2poTJ4e2qqPGQqvRoQ5kaSA4FU5IV3qFAuLuOhoqULQ==", "type": "package", - "path": "microsoft.extensions.http/3.1.0", + "path": "microsoft.extensions.http/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/netcoreapp3.1/Microsoft.Extensions.Http.dll", - "lib/netcoreapp3.1/Microsoft.Extensions.Http.xml", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Http.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Http.targets", + "lib/net462/Microsoft.Extensions.Http.dll", + "lib/net462/Microsoft.Extensions.Http.xml", + "lib/net6.0/Microsoft.Extensions.Http.dll", + "lib/net6.0/Microsoft.Extensions.Http.xml", + "lib/net7.0/Microsoft.Extensions.Http.dll", + "lib/net7.0/Microsoft.Extensions.Http.xml", + "lib/net8.0/Microsoft.Extensions.Http.dll", + "lib/net8.0/Microsoft.Extensions.Http.xml", "lib/netstandard2.0/Microsoft.Extensions.Http.dll", "lib/netstandard2.0/Microsoft.Extensions.Http.xml", - "microsoft.extensions.http.3.1.0.nupkg.sha512", + "microsoft.extensions.http.8.0.0.nupkg.sha512", "microsoft.extensions.http.nuspec", - "packageIcon.png" + "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging/9.0.0": { - "sha512": "crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==", + "Microsoft.Extensions.Logging/9.0.2": { + "sha512": "loV/0UNpt2bD+6kCDzFALVE63CDtqzPeC0LAetkdhiEr/tTNbvOlQ7CBResH7BQBd3cikrwiBfaHdyHMFUlc2g==", "type": "package", - "path": "microsoft.extensions.logging/9.0.0", + "path": "microsoft.extensions.logging/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5703,15 +8103,15 @@ "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", - "microsoft.extensions.logging.9.0.0.nupkg.sha512", + "microsoft.extensions.logging.9.0.2.nupkg.sha512", "microsoft.extensions.logging.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "sha512": "g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==", + "Microsoft.Extensions.Logging.Abstractions/9.0.2": { + "sha512": "dV9s2Lamc8jSaqhl2BQSPn/AryDIH2sSbQUyLitLXV0ROmsb+SROnn2cH939JFbsNrnf3mIM3GNRKT7P0ldwLg==", "type": "package", - "path": "microsoft.extensions.logging.abstractions/9.0.0", + "path": "microsoft.extensions.logging.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5774,15 +8174,15 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.logging.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.ApplicationInsights/2.22.0": { - "sha512": "5OmXub+9MyX8FbqgO+hBJRHk1iJ+UZUU20oIU3wo+RbmH6Jtsja79rriHLlzlrkMzWbpCkCzF6f4Yb6iGbsDag==", + "Microsoft.Extensions.Logging.ApplicationInsights/2.23.0": { + "sha512": "JLEabPz445i1yRB0hKZVzJJE35QatRIzWlrMOiBQXr9kBJod0jkpkrBf94ln6kXu+jlEGohnXtuXacPPhybJDw==", "type": "package", - "path": "microsoft.extensions.logging.applicationinsights/2.22.0", + "path": "microsoft.extensions.logging.applicationinsights/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5790,140 +8190,183 @@ "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.pdb", "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.xml", - "microsoft.extensions.logging.applicationinsights.2.22.0.nupkg.sha512", + "microsoft.extensions.logging.applicationinsights.2.23.0.nupkg.sha512", "microsoft.extensions.logging.applicationinsights.nuspec" ] }, - "Microsoft.Extensions.Logging.Configuration/6.0.0": { - "sha512": "ZDskjagmBAbv+K8rYW9VhjPplhbOE63xUD0DiuydZJwt15dRyoqicYklLd86zzeintUc7AptDkHn+YhhYkYo8A==", + "Microsoft.Extensions.Logging.AzureAppServices/9.0.0": { + "sha512": "OMyMioZ23NlBXQb6TecMTr3LTCd2cqglKqMRdcWF8OJ+QQS53iPEo6bWj3CgGqgdXRySv3cxFVnJGSdcEWKR3Q==", + "type": "package", + "path": "microsoft.extensions.logging.azureappservices/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.Extensions.Logging.AzureAppServices.dll", + "lib/net462/Microsoft.Extensions.Logging.AzureAppServices.xml", + "lib/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll", + "lib/net9.0/Microsoft.Extensions.Logging.AzureAppServices.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.AzureAppServices.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.AzureAppServices.xml", + "microsoft.extensions.logging.azureappservices.9.0.0.nupkg.sha512", + "microsoft.extensions.logging.azureappservices.nuspec" + ] + }, + "Microsoft.Extensions.Logging.Configuration/9.0.2": { + "sha512": "pnwYZE7U6d3Y6iMVqADOAUUMMBGYAQPsT3fMwVr/V1Wdpe5DuVGFcViZavUthSJ5724NmelIl1cYy+kRfKfRPQ==", "type": "package", - "path": "microsoft.extensions.logging.configuration/6.0.0", + "path": "microsoft.extensions.logging.configuration/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Logging.Configuration.dll", - "lib/net461/Microsoft.Extensions.Logging.Configuration.xml", + "buildTransitive/net461/Microsoft.Extensions.Logging.Configuration.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Configuration.targets", + "lib/net462/Microsoft.Extensions.Logging.Configuration.dll", + "lib/net462/Microsoft.Extensions.Logging.Configuration.xml", + "lib/net8.0/Microsoft.Extensions.Logging.Configuration.dll", + "lib/net8.0/Microsoft.Extensions.Logging.Configuration.xml", + "lib/net9.0/Microsoft.Extensions.Logging.Configuration.dll", + "lib/net9.0/Microsoft.Extensions.Logging.Configuration.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.xml", - "microsoft.extensions.logging.configuration.6.0.0.nupkg.sha512", + "microsoft.extensions.logging.configuration.9.0.2.nupkg.sha512", "microsoft.extensions.logging.configuration.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.Console/6.0.0": { - "sha512": "gsqKzOEdsvq28QiXFxagmn1oRB9GeI5GgYCkoybZtQA0IUb7QPwf1WmN3AwJeNIsadTvIFQCiVK0OVIgKfOBGg==", + "Microsoft.Extensions.Logging.Console/9.0.2": { + "sha512": "eoMjwiM0WpkVGSxzjo/f94ShreFLYhPMjfkOG04WOb8fq/TztpcWaU8XAkMMWZ+mYSbFYln+FBwUOEriXR4jtA==", "type": "package", - "path": "microsoft.extensions.logging.console/6.0.0", + "path": "microsoft.extensions.logging.console/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Logging.Console.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Console.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/Microsoft.Extensions.Logging.Console.dll", - "lib/net461/Microsoft.Extensions.Logging.Console.xml", - "lib/net6.0/Microsoft.Extensions.Logging.Console.dll", - "lib/net6.0/Microsoft.Extensions.Logging.Console.xml", - "lib/netcoreapp3.1/Microsoft.Extensions.Logging.Console.dll", - "lib/netcoreapp3.1/Microsoft.Extensions.Logging.Console.xml", + "lib/net462/Microsoft.Extensions.Logging.Console.dll", + "lib/net462/Microsoft.Extensions.Logging.Console.xml", + "lib/net8.0/Microsoft.Extensions.Logging.Console.dll", + "lib/net8.0/Microsoft.Extensions.Logging.Console.xml", + "lib/net9.0/Microsoft.Extensions.Logging.Console.dll", + "lib/net9.0/Microsoft.Extensions.Logging.Console.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.Console.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.Console.xml", - "microsoft.extensions.logging.console.6.0.0.nupkg.sha512", + "microsoft.extensions.logging.console.9.0.2.nupkg.sha512", "microsoft.extensions.logging.console.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.Debug/6.0.0": { - "sha512": "M9g/JixseSZATJE9tcMn9uzoD4+DbSglivFqVx8YkRJ7VVPmnvCEbOZ0AAaxsL1EKyI4cz07DXOOJExxNsUOHw==", + "Microsoft.Extensions.Logging.Debug/9.0.2": { + "sha512": "dSrVF+zWBaTS6wANuyjU2avNQMinFdOGpNRXey8jRtMCuKYubtx/f0ZEI6BU/FuQ48wXP4F/SlBE1Khs2G5v/g==", "type": "package", - "path": "microsoft.extensions.logging.debug/6.0.0", + "path": "microsoft.extensions.logging.debug/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Logging.Debug.dll", - "lib/net461/Microsoft.Extensions.Logging.Debug.xml", + "buildTransitive/net461/Microsoft.Extensions.Logging.Debug.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Debug.targets", + "lib/net462/Microsoft.Extensions.Logging.Debug.dll", + "lib/net462/Microsoft.Extensions.Logging.Debug.xml", + "lib/net8.0/Microsoft.Extensions.Logging.Debug.dll", + "lib/net8.0/Microsoft.Extensions.Logging.Debug.xml", + "lib/net9.0/Microsoft.Extensions.Logging.Debug.dll", + "lib/net9.0/Microsoft.Extensions.Logging.Debug.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.xml", - "microsoft.extensions.logging.debug.6.0.0.nupkg.sha512", + "microsoft.extensions.logging.debug.9.0.2.nupkg.sha512", "microsoft.extensions.logging.debug.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.EventLog/6.0.0": { - "sha512": "rlo0RxlMd0WtLG3CHI0qOTp6fFn7MvQjlrCjucA31RqmiMFCZkF8CHNbe8O7tbBIyyoLGWB1he9CbaA5iyHthg==", + "Microsoft.Extensions.Logging.EventLog/9.0.2": { + "sha512": "4u7CexvjWr7eGUAvQOfyJUQ1+PgcWIGYajYXB+CgVI3qTMoi++8evZmuXQ/PSiKJ+SDeJXHoYDKbpmXq/aCwEg==", "type": "package", - "path": "microsoft.extensions.logging.eventlog/6.0.0", + "path": "microsoft.extensions.logging.eventlog/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Logging.EventLog.dll", - "lib/net461/Microsoft.Extensions.Logging.EventLog.xml", + "buildTransitive/net461/Microsoft.Extensions.Logging.EventLog.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.EventLog.targets", + "lib/net462/Microsoft.Extensions.Logging.EventLog.dll", + "lib/net462/Microsoft.Extensions.Logging.EventLog.xml", + "lib/net8.0/Microsoft.Extensions.Logging.EventLog.dll", + "lib/net8.0/Microsoft.Extensions.Logging.EventLog.xml", + "lib/net9.0/Microsoft.Extensions.Logging.EventLog.dll", + "lib/net9.0/Microsoft.Extensions.Logging.EventLog.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.EventLog.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.EventLog.xml", - "microsoft.extensions.logging.eventlog.6.0.0.nupkg.sha512", + "microsoft.extensions.logging.eventlog.9.0.2.nupkg.sha512", "microsoft.extensions.logging.eventlog.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.EventSource/6.0.0": { - "sha512": "BeDyyqt7nkm/nr+Gdk+L8n1tUT/u33VkbXAOesgYSNsxDM9hJ1NOBGoZfj9rCbeD2+9myElI6JOVVFmnzgeWQA==", + "Microsoft.Extensions.Logging.EventSource/9.0.2": { + "sha512": "DvT/+kEL+aydUYSuGamH4YRJ8uDlFiMIcT82A3OsQGZ+lxiPZgTqqu1mYkSz5VMOx3J1+8vjFd2IzA89JkS/oQ==", "type": "package", - "path": "microsoft.extensions.logging.eventsource/6.0.0", + "path": "microsoft.extensions.logging.eventsource/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Logging.EventSource.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.EventSource.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/Microsoft.Extensions.Logging.EventSource.dll", - "lib/net461/Microsoft.Extensions.Logging.EventSource.xml", - "lib/net6.0/Microsoft.Extensions.Logging.EventSource.dll", - "lib/net6.0/Microsoft.Extensions.Logging.EventSource.xml", - "lib/netcoreapp3.1/Microsoft.Extensions.Logging.EventSource.dll", - "lib/netcoreapp3.1/Microsoft.Extensions.Logging.EventSource.xml", + "lib/net462/Microsoft.Extensions.Logging.EventSource.dll", + "lib/net462/Microsoft.Extensions.Logging.EventSource.xml", + "lib/net8.0/Microsoft.Extensions.Logging.EventSource.dll", + "lib/net8.0/Microsoft.Extensions.Logging.EventSource.xml", + "lib/net9.0/Microsoft.Extensions.Logging.EventSource.dll", + "lib/net9.0/Microsoft.Extensions.Logging.EventSource.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.xml", - "microsoft.extensions.logging.eventsource.6.0.0.nupkg.sha512", + "microsoft.extensions.logging.eventsource.9.0.2.nupkg.sha512", "microsoft.extensions.logging.eventsource.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.ObjectPool/7.0.0": { - "sha512": "udvKco0sAVgYGTBnHUb0tY9JQzJ/nPDiv/8PIyz69wl1AibeCDZOLVVI+6156dPfHmJH7ws5oUJRiW4ZmAvuuA==", + "Microsoft.Extensions.ObjectPool/2.1.1": { + "sha512": "SErON45qh4ogDp6lr6UvVmFYW0FERihW+IQ+2JyFv1PUyWktcJytFaWH5zarufJvZwhci7Rf1IyGXr9pVEadTw==", "type": "package", - "path": "microsoft.extensions.objectpool/7.0.0", + "path": "microsoft.extensions.objectpool/2.1.1", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "THIRD-PARTY-NOTICES.TXT", - "lib/net462/Microsoft.Extensions.ObjectPool.dll", - "lib/net462/Microsoft.Extensions.ObjectPool.xml", - "lib/net7.0/Microsoft.Extensions.ObjectPool.dll", - "lib/net7.0/Microsoft.Extensions.ObjectPool.xml", "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll", "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.xml", - "microsoft.extensions.objectpool.7.0.0.nupkg.sha512", + "microsoft.extensions.objectpool.2.1.1.nupkg.sha512", "microsoft.extensions.objectpool.nuspec" ] }, - "Microsoft.Extensions.Options/9.0.0": { - "sha512": "y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==", + "Microsoft.Extensions.Options/9.0.2": { + "sha512": "zr98z+AN8+isdmDmQRuEJ/DAKZGUTHmdv3t0ZzjHvNqvA44nAgkXE9kYtfoN6581iALChhVaSw2Owt+Z2lVbkQ==", "type": "package", - "path": "microsoft.extensions.options/9.0.0", + "path": "microsoft.extensions.options/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5960,34 +8403,43 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.options.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Options.ConfigurationExtensions/6.0.0": { - "sha512": "bXWINbTn0vC0FYc9GaQTISbxhQLAMrvtbuvD9N6JelEaIS/Pr62wUCinrq5bf1WRBGczt1v4wDhxFtVFNcMdUQ==", + "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.2": { + "sha512": "OPm1NXdMg4Kb4Kz+YHdbBQfekh7MqQZ7liZ5dYUd+IbJakinv9Fl7Ck6Strbgs0a6E76UGbP/jHR532K/7/feQ==", "type": "package", - "path": "microsoft.extensions.options.configurationextensions/6.0.0", + "path": "microsoft.extensions.options.configurationextensions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "lib/net461/Microsoft.Extensions.Options.ConfigurationExtensions.xml", + "buildTransitive/net461/Microsoft.Extensions.Options.ConfigurationExtensions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.ConfigurationExtensions.targets", + "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.6.0.0.nupkg.sha512", + "microsoft.extensions.options.configurationextensions.9.0.2.nupkg.sha512", "microsoft.extensions.options.configurationextensions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Primitives/9.0.0": { - "sha512": "N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==", + "Microsoft.Extensions.Primitives/9.0.7": { + "sha512": "ti/zD9BuuO50IqlvhWQs9GHxkCmoph5BHjGiWKdg2t6Or8XoyAfRJiKag+uvd/fpASnNklfsB01WpZ4fhAe0VQ==", "type": "package", - "path": "microsoft.extensions.primitives/9.0.0", + "path": "microsoft.extensions.primitives/9.0.7", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6007,67 +8459,56 @@ "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.9.0.7.nupkg.sha512", "microsoft.extensions.primitives.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Identity.Client/4.56.0": { - "sha512": "rr4zbidvHy9r4NvOAs5hdd964Ao2A0pAeFBJKR95u1CJAVzbd1p6tPTXUZ+5ld0cfThiVSGvz6UHwY6JjraTpA==", + "Microsoft.Identity.Client/4.61.3": { + "sha512": "naJo/Qm35Caaoxp5utcw+R8eU8ZtLz2ALh8S+gkekOYQ1oazfCQMWVT4NJ/FnHzdIJlm8dMz0oMpMGCabx5odA==", "type": "package", - "path": "microsoft.identity.client/4.56.0", + "path": "microsoft.identity.client/4.61.3", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/monoandroid10.0/Microsoft.Identity.Client.dll", - "lib/monoandroid10.0/Microsoft.Identity.Client.xml", - "lib/monoandroid90/Microsoft.Identity.Client.dll", - "lib/monoandroid90/Microsoft.Identity.Client.xml", - "lib/net45/Microsoft.Identity.Client.dll", - "lib/net45/Microsoft.Identity.Client.xml", - "lib/net461/Microsoft.Identity.Client.dll", - "lib/net461/Microsoft.Identity.Client.xml", + "README.md", + "lib/net462/Microsoft.Identity.Client.dll", + "lib/net462/Microsoft.Identity.Client.xml", "lib/net6.0-android31.0/Microsoft.Identity.Client.dll", "lib/net6.0-android31.0/Microsoft.Identity.Client.xml", "lib/net6.0-ios15.4/Microsoft.Identity.Client.dll", "lib/net6.0-ios15.4/Microsoft.Identity.Client.xml", - "lib/net6.0-windows7.0/Microsoft.Identity.Client.dll", - "lib/net6.0-windows7.0/Microsoft.Identity.Client.xml", "lib/net6.0/Microsoft.Identity.Client.dll", "lib/net6.0/Microsoft.Identity.Client.xml", - "lib/netcoreapp2.1/Microsoft.Identity.Client.dll", - "lib/netcoreapp2.1/Microsoft.Identity.Client.xml", "lib/netstandard2.0/Microsoft.Identity.Client.dll", "lib/netstandard2.0/Microsoft.Identity.Client.xml", - "lib/uap10.0.17763/Microsoft.Identity.Client.dll", - "lib/uap10.0.17763/Microsoft.Identity.Client.pri", - "lib/uap10.0.17763/Microsoft.Identity.Client.xml", - "lib/xamarinios10/Microsoft.Identity.Client.dll", - "lib/xamarinios10/Microsoft.Identity.Client.xml", - "microsoft.identity.client.4.56.0.nupkg.sha512", + "microsoft.identity.client.4.61.3.nupkg.sha512", "microsoft.identity.client.nuspec" ] }, - "Microsoft.Identity.Client.Extensions.Msal/4.56.0": { - "sha512": "H12YAzEGK55vZ+QpxUzozhW8ZZtgPDuWvgA0JbdIR9UhMUplj29JhIgE2imuH8W2Nw9D8JKygR1uxRFtpSNcrg==", + "Microsoft.Identity.Client.Extensions.Msal/4.61.3": { + "sha512": "PWnJcznrSGr25MN8ajlc2XIDW4zCFu0U6FkpaNLEWLgd1NgFCp5uDY3mqLDgM8zCN8hqj8yo5wHYfLB2HjcdGw==", "type": "package", - "path": "microsoft.identity.client.extensions.msal/4.56.0", + "path": "microsoft.identity.client.extensions.msal/4.61.3", "files": [ ".nupkg.metadata", ".signature.p7s", + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll", + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.xml", "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll", "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.xml", - "microsoft.identity.client.extensions.msal.4.56.0.nupkg.sha512", + "microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512", "microsoft.identity.client.extensions.msal.nuspec" ] }, - "Microsoft.IdentityModel.Abstractions/8.0.1": { - "sha512": "OtlIWcyX01olfdevPKZdIPfBEvbcioDyBiE/Z2lHsopsMD7twcKtlN9kMevHmI5IIPhFpfwCIiR6qHQz1WHUIw==", + "Microsoft.IdentityModel.Abstractions/8.6.0": { + "sha512": "ewgV0sc2B3tjes8+OCRGE08Uxsey3qFfOD8vNq2gTs9k0/zPZ0MejK7Cb/eAW2c2Oz+IQHqgZkTycrAKYBD5yw==", "type": "package", - "path": "microsoft.identitymodel.abstractions/8.0.1", + "path": "microsoft.identitymodel.abstractions/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", + "README.md", "lib/net462/Microsoft.IdentityModel.Abstractions.dll", "lib/net462/Microsoft.IdentityModel.Abstractions.xml", "lib/net472/Microsoft.IdentityModel.Abstractions.dll", @@ -6080,7 +8521,7 @@ "lib/net9.0/Microsoft.IdentityModel.Abstractions.xml", "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", - "microsoft.identitymodel.abstractions.8.0.1.nupkg.sha512", + "microsoft.identitymodel.abstractions.8.6.0.nupkg.sha512", "microsoft.identitymodel.abstractions.nuspec" ] }, @@ -6094,30 +8535,36 @@ "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML", "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML", "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML", "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML", "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/portable-net45+win/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", "lib/portable-net45+win/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "microsoft.identitymodel.clients.activedirectory.3.14.2.nupkg.sha512", "microsoft.identitymodel.clients.activedirectory.nuspec" ] }, - "Microsoft.IdentityModel.JsonWebTokens/8.0.1": { - "sha512": "s6++gF9x0rQApQzOBbSyp4jUaAlwm+DroKfL8gdOHxs83k8SJfUXhuc46rDB3rNXBQ1MVRxqKUrqFhO/M0E97g==", + "Microsoft.IdentityModel.JsonWebTokens/8.6.0": { + "sha512": "g/CFN/OzAhJb9a94ep6/xv4b9fOUL8heFkKDwC/HNb17tUDOIPN5iVawisfZ0p1xjJlmVyYWIggnECqIfX8Rfw==", "type": "package", - "path": "microsoft.identitymodel.jsonwebtokens/8.0.1", + "path": "microsoft.identitymodel.jsonwebtokens/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", + "README.md", "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll", "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml", "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", @@ -6130,17 +8577,18 @@ "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.xml", "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "microsoft.identitymodel.jsonwebtokens.8.0.1.nupkg.sha512", + "microsoft.identitymodel.jsonwebtokens.8.6.0.nupkg.sha512", "microsoft.identitymodel.jsonwebtokens.nuspec" ] }, - "Microsoft.IdentityModel.Logging/8.0.1": { - "sha512": "UCPF2exZqBXe7v/6sGNiM6zCQOUXXQ9+v5VTb9gPB8ZSUPnX53BxlN78v2jsbIvK9Dq4GovQxo23x8JgWvm/Qg==", + "Microsoft.IdentityModel.Logging/8.6.0": { + "sha512": "PqkPSoENwbGQenGQT270hZIt5p36Ta4YwDla4QId6LdqCeUDus63OChHBv+3AgujFVeBJlRrvmkN7H+Lug+u0g==", "type": "package", - "path": "microsoft.identitymodel.logging/8.0.1", + "path": "microsoft.identitymodel.logging/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", + "README.md", "lib/net462/Microsoft.IdentityModel.Logging.dll", "lib/net462/Microsoft.IdentityModel.Logging.xml", "lib/net472/Microsoft.IdentityModel.Logging.dll", @@ -6153,7 +8601,7 @@ "lib/net9.0/Microsoft.IdentityModel.Logging.xml", "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", - "microsoft.identitymodel.logging.8.0.1.nupkg.sha512", + "microsoft.identitymodel.logging.8.6.0.nupkg.sha512", "microsoft.identitymodel.logging.nuspec" ] }, @@ -6203,13 +8651,14 @@ "microsoft.identitymodel.protocols.openidconnect.nuspec" ] }, - "Microsoft.IdentityModel.Tokens/8.0.1": { - "sha512": "kDimB6Dkd3nkW2oZPDkMkVHfQt3IDqO5gL0oa8WVy3OP4uE8Ij+8TXnqg9TOd9ufjsY3IDiGz7pCUbnfL18tjg==", + "Microsoft.IdentityModel.Tokens/8.6.0": { + "sha512": "ga4ASKm8EezJ+Oj4uvTNE0xjIWy27Ix5pOZz737CnLzxv7ClFnelX+YWbFuiO1Qj2zVoIpsPqKJRGHGlpFF6eQ==", "type": "package", - "path": "microsoft.identitymodel.tokens/8.0.1", + "path": "microsoft.identitymodel.tokens/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", + "README.md", "lib/net462/Microsoft.IdentityModel.Tokens.dll", "lib/net462/Microsoft.IdentityModel.Tokens.xml", "lib/net472/Microsoft.IdentityModel.Tokens.dll", @@ -6222,7 +8671,7 @@ "lib/net9.0/Microsoft.IdentityModel.Tokens.xml", "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", - "microsoft.identitymodel.tokens.8.0.1.nupkg.sha512", + "microsoft.identitymodel.tokens.8.6.0.nupkg.sha512", "microsoft.identitymodel.tokens.nuspec" ] }, @@ -6234,6 +8683,7 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll", + "lib/netstandard2.0/Microsoft.Net.Http.Headers.xml", "microsoft.net.http.headers.2.1.1.nupkg.sha512", "microsoft.net.http.headers.nuspec" ] @@ -6295,8 +8745,10 @@ ".signature.p7s", "lib/net452/Microsoft.Rest.ClientRuntime.dll", "lib/net452/Microsoft.Rest.ClientRuntime.runtimeconfig.json", + "lib/net452/Microsoft.Rest.ClientRuntime.xml", "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll", "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.runtimeconfig.json", + "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.xml", "microsoft.rest.clientruntime.2.3.8.nupkg.sha512", "microsoft.rest.clientruntime.nuspec" ] @@ -6310,8 +8762,10 @@ ".signature.p7s", "lib/net452/Microsoft.Rest.ClientRuntime.Azure.dll", "lib/net452/Microsoft.Rest.ClientRuntime.Azure.runtimeconfig.json", + "lib/net452/Microsoft.Rest.ClientRuntime.Azure.xml", "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll", "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.runtimeconfig.json", + "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.xml", "microsoft.rest.clientruntime.azure.3.3.7.nupkg.sha512", "microsoft.rest.clientruntime.azure.nuspec" ] @@ -6334,6 +8788,83 @@ "microsoft.sqlserver.server.nuspec" ] }, + "Microsoft.Web.LibraryManager.Build/3.0.71": { + "sha512": "uO0RegM2P5ZZhQDJQ+YSiugXJgNnh4gmjMd3VofeoE9MSu60zYoR3meA9SAm6PVJW2t//SzICXQf4+JtfUTJQA==", + "type": "package", + "path": "microsoft.web.librarymanager.build/3.0.71", + "hasTools": true, + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "License.txt", + "PackageIcon.png", + "Third-party-notice.txt", + "build/Microsoft.Web.LibraryManager.Build.props", + "build/Microsoft.Web.LibraryManager.Build.targets", + "microsoft.web.librarymanager.build.3.0.71.nupkg.sha512", + "microsoft.web.librarymanager.build.nuspec", + "tools/net481/Microsoft.Web.LibraryManager.Build.dll", + "tools/net481/Microsoft.Web.LibraryManager.Contracts.dll", + "tools/net481/Microsoft.Web.LibraryManager.dll", + "tools/net481/Newtonsoft.Json.dll", + "tools/net481/cs/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/cs/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/de/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/de/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/es/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/es/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/fr/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/fr/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/it/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/it/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/ja/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/ja/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/ko/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/ko/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/pl/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/pl/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/pt-BR/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/pt-BR/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/ru/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/ru/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/tr/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/tr/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/zh-Hans/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/zh-Hans/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/zh-Hant/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/zh-Hant/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/Microsoft.Web.LibraryManager.Build.dll", + "tools/net8.0/Microsoft.Web.LibraryManager.Contracts.dll", + "tools/net8.0/Microsoft.Web.LibraryManager.dll", + "tools/net8.0/Newtonsoft.Json.dll", + "tools/net8.0/cs/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/cs/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/de/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/de/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/es/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/es/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/fr/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/fr/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/it/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/it/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/ja/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/ja/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/ko/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/ko/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/pl/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/pl/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/pt-BR/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/pt-BR/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/ru/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/ru/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/tr/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/tr/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/zh-Hans/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/zh-Hans/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/zh-Hant/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/zh-Hant/Microsoft.Web.LibraryManager.resources.dll" + ] + }, "Microsoft.Win32.Primitives/4.3.0": { "sha512": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", "type": "package", @@ -6356,6 +8887,16 @@ "ref/MonoTouch10/_._", "ref/net46/Microsoft.Win32.Primitives.dll", "ref/netstandard1.3/Microsoft.Win32.Primitives.dll", + "ref/netstandard1.3/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/de/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/es/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/fr/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/it/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ja/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ko/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ru/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/zh-hans/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/zh-hant/Microsoft.Win32.Primitives.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -6498,6 +9039,19 @@ "runtimes/win/native/mongocrypt.dll" ] }, + "Mono.TextTemplating/2.2.1": { + "sha512": "KZYeKBET/2Z0gY1WlTAK7+RHTl7GSbtvTLDXEZZojUdAPqpQNDL6tHv7VUpqfX5VEOh+uRGKaZXkuD253nEOBQ==", + "type": "package", + "path": "mono.texttemplating/2.2.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net472/Mono.TextTemplating.dll", + "lib/netstandard2.0/Mono.TextTemplating.dll", + "mono.texttemplating.2.2.1.nupkg.sha512", + "mono.texttemplating.nuspec" + ] + }, "NETStandard.Library/1.6.1": { "sha512": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", "type": "package", @@ -6511,10 +9065,10 @@ "netstandard.library.nuspec" ] }, - "Newtonsoft.Json/13.0.3": { - "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", + "Newtonsoft.Json/13.0.4": { + "sha512": "pdgNNMai3zv51W5aq268sujXUyx7SNdE2bj1wZcWjAQrKMFZV260lbqYop1d2GM67JI1huLRwxo9ZqnfF/lC6A==", "type": "package", - "path": "newtonsoft.json/13.0.3", + "path": "newtonsoft.json/13.0.4", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6536,18 +9090,63 @@ "lib/netstandard1.3/Newtonsoft.Json.xml", "lib/netstandard2.0/Newtonsoft.Json.dll", "lib/netstandard2.0/Newtonsoft.Json.xml", - "newtonsoft.json.13.0.3.nupkg.sha512", + "newtonsoft.json.13.0.4.nupkg.sha512", "newtonsoft.json.nuspec", "packageIcon.png" ] }, - "Polly/8.5.0": { - "sha512": "GBNZPy7i7OpkaIruWPRJ0+AWzdGDQDnKY91b7Ic2aAch4lKhPjUc5KSffpH9krIWe0MoyghqaRxwRC0Uwz2PkA==", + "Newtonsoft.Json.Bson/1.0.2": { + "sha512": "QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", + "type": "package", + "path": "newtonsoft.json.bson/1.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.md", + "lib/net45/Newtonsoft.Json.Bson.dll", + "lib/net45/Newtonsoft.Json.Bson.pdb", + "lib/net45/Newtonsoft.Json.Bson.xml", + "lib/netstandard1.3/Newtonsoft.Json.Bson.dll", + "lib/netstandard1.3/Newtonsoft.Json.Bson.pdb", + "lib/netstandard1.3/Newtonsoft.Json.Bson.xml", + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll", + "lib/netstandard2.0/Newtonsoft.Json.Bson.pdb", + "lib/netstandard2.0/Newtonsoft.Json.Bson.xml", + "newtonsoft.json.bson.1.0.2.nupkg.sha512", + "newtonsoft.json.bson.nuspec" + ] + }, + "Pipelines.Sockets.Unofficial/2.2.8": { + "sha512": "zG2FApP5zxSx6OcdJQLbZDk2AVlN2BNQD6MorwIfV6gVj0RRxWPEp2LXAxqDGZqeNV1Zp0BNPcNaey/GXmTdvQ==", "type": "package", - "path": "polly/8.5.0", + "path": "pipelines.sockets.unofficial/2.2.8", "files": [ ".nupkg.metadata", ".signature.p7s", + "lib/net461/Pipelines.Sockets.Unofficial.dll", + "lib/net461/Pipelines.Sockets.Unofficial.xml", + "lib/net472/Pipelines.Sockets.Unofficial.dll", + "lib/net472/Pipelines.Sockets.Unofficial.xml", + "lib/net5.0/Pipelines.Sockets.Unofficial.dll", + "lib/net5.0/Pipelines.Sockets.Unofficial.xml", + "lib/netcoreapp3.1/Pipelines.Sockets.Unofficial.dll", + "lib/netcoreapp3.1/Pipelines.Sockets.Unofficial.xml", + "lib/netstandard2.0/Pipelines.Sockets.Unofficial.dll", + "lib/netstandard2.0/Pipelines.Sockets.Unofficial.xml", + "lib/netstandard2.1/Pipelines.Sockets.Unofficial.dll", + "lib/netstandard2.1/Pipelines.Sockets.Unofficial.xml", + "pipelines.sockets.unofficial.2.2.8.nupkg.sha512", + "pipelines.sockets.unofficial.nuspec" + ] + }, + "Polly/8.6.5": { + "sha512": "VqtW2ZE/ALvQMAH1cQY3qZ2cF2OXa3oe/HKMdOv6Q02HCoEW0rsFNfcBONXlHBe1TnjWW1vdRxBEkPeq0/2FHA==", + "type": "package", + "path": "polly/8.6.5", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE", "lib/net462/Polly.dll", "lib/net462/Polly.pdb", "lib/net462/Polly.xml", @@ -6562,17 +9161,18 @@ "lib/netstandard2.0/Polly.xml", "package-icon.png", "package-readme.md", - "polly.8.5.0.nupkg.sha512", + "polly.8.6.5.nupkg.sha512", "polly.nuspec" ] }, - "Polly.Core/8.5.0": { - "sha512": "VYYMZNitZ85UEhwOKkTQI63WEMvzUqwQc74I2mm8h/DBVAMcBBxqYPni4DmuRtbCwngmuONuK2yBJfWNRKzI+A==", + "Polly.Core/8.6.5": { + "sha512": "t+sUVrIwvo7UmsgHGgOG9F0GDZSRIm47u2ylH17Gvcv1q5hNEwgD5GoBlFyc0kh/pebmPyrAgvGsR/65ZBaXlg==", "type": "package", - "path": "polly.core/8.5.0", + "path": "polly.core/8.6.5", "files": [ ".nupkg.metadata", ".signature.p7s", + "LICENSE", "lib/net462/Polly.Core.dll", "lib/net462/Polly.Core.pdb", "lib/net462/Polly.Core.xml", @@ -6590,31 +9190,10 @@ "lib/netstandard2.0/Polly.Core.xml", "package-icon.png", "package-readme.md", - "polly.core.8.5.0.nupkg.sha512", + "polly.core.8.6.5.nupkg.sha512", "polly.core.nuspec" ] }, - "prometheus-net/8.0.1": { - "sha512": "A9sOtQB2gEhujBxPKw+KcGScBiPvBmy4lYVM5OlETMj4xjVD5r/ixIg52HHg2P0lcImJTpfeWnD0/9tpQsRQTA==", - "type": "package", - "path": "prometheus-net/8.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "lib/net462/Prometheus.NetStandard.dll", - "lib/net462/Prometheus.NetStandard.xml", - "lib/net6.0/Prometheus.NetStandard.dll", - "lib/net6.0/Prometheus.NetStandard.xml", - "lib/net7.0/Prometheus.NetStandard.dll", - "lib/net7.0/Prometheus.NetStandard.xml", - "lib/netstandard2.0/Prometheus.NetStandard.dll", - "lib/netstandard2.0/Prometheus.NetStandard.xml", - "prometheus-net-logo.png", - "prometheus-net.8.0.1.nupkg.sha512", - "prometheus-net.nuspec" - ] - }, "RabbitMQ.Client/6.8.1": { "sha512": "jNsmGgmCNw2S/NzskeN2ijtGywtH4Sk/G6jWUTD5sY9SrC27Xz6BsLIiB8hdsfjeyWCa4j4GvCIGkpE8wrjU1Q==", "type": "package", @@ -6856,10 +9435,10 @@ "runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so" ] }, - "Serilog/4.0.0": { - "sha512": "2jDkUrSh5EofOp7Lx5Zgy0EB+7hXjjxE2ktTb1WVQmU00lDACR2TdROGKU0K1pDTBSJBN1PqgYpgOZF8mL7NJw==", + "Serilog/4.2.0": { + "sha512": "gmoWVOvKgbME8TYR+gwMf7osROiWAURterc6Rt2dQyX7wtjZYpqFiA/pY6ztjGQKKV62GGCyOcmtP1UKMHgSmA==", "type": "package", - "path": "serilog/4.0.0", + "path": "serilog/4.2.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6873,16 +9452,18 @@ "lib/net6.0/Serilog.xml", "lib/net8.0/Serilog.dll", "lib/net8.0/Serilog.xml", + "lib/net9.0/Serilog.dll", + "lib/net9.0/Serilog.xml", "lib/netstandard2.0/Serilog.dll", "lib/netstandard2.0/Serilog.xml", - "serilog.4.0.0.nupkg.sha512", + "serilog.4.2.0.nupkg.sha512", "serilog.nuspec" ] }, - "Serilog.AspNetCore/8.0.3": { - "sha512": "Y5at41mc0OV982DEJslBKHd6uzcWO6POwR3QceJ6gtpMPxCzm4+FElGPF0RdaTD7MGsP6XXE05LMbSi0NO+sXg==", + "Serilog.AspNetCore/9.0.0": { + "sha512": "JslDajPlBsn3Pww1554flJFTqROvK9zz9jONNQgn0D8Lx2Trw8L0A8/n6zEQK1DAZWXrJwiVLw8cnTR3YFuYsg==", "type": "package", - "path": "serilog.aspnetcore/8.0.3", + "path": "serilog.aspnetcore/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6890,22 +9471,22 @@ "icon.png", "lib/net462/Serilog.AspNetCore.dll", "lib/net462/Serilog.AspNetCore.xml", - "lib/net6.0/Serilog.AspNetCore.dll", - "lib/net6.0/Serilog.AspNetCore.xml", - "lib/net7.0/Serilog.AspNetCore.dll", - "lib/net7.0/Serilog.AspNetCore.xml", "lib/net8.0/Serilog.AspNetCore.dll", "lib/net8.0/Serilog.AspNetCore.xml", + "lib/net9.0/Serilog.AspNetCore.dll", + "lib/net9.0/Serilog.AspNetCore.xml", "lib/netstandard2.0/Serilog.AspNetCore.dll", "lib/netstandard2.0/Serilog.AspNetCore.xml", - "serilog.aspnetcore.8.0.3.nupkg.sha512", + "lib/netstandard2.1/Serilog.AspNetCore.dll", + "lib/netstandard2.1/Serilog.AspNetCore.xml", + "serilog.aspnetcore.9.0.0.nupkg.sha512", "serilog.aspnetcore.nuspec" ] }, - "Serilog.Extensions.Hosting/8.0.0": { - "sha512": "db0OcbWeSCvYQkHWu6n0v40N4kKaTAXNjlM3BKvcbwvNzYphQFcBR+36eQ/7hMMwOkJvAyLC2a9/jNdUL5NjtQ==", + "Serilog.Extensions.Hosting/9.0.0": { + "sha512": "u2TRxuxbjvTAldQn7uaAwePkWxTHIqlgjelekBtilAGL5sYyF3+65NWctN4UrwwGLsDC7c3Vz3HnOlu+PcoxXg==", "type": "package", - "path": "serilog.extensions.hosting/8.0.0", + "path": "serilog.extensions.hosting/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6913,47 +9494,45 @@ "icon.png", "lib/net462/Serilog.Extensions.Hosting.dll", "lib/net462/Serilog.Extensions.Hosting.xml", - "lib/net6.0/Serilog.Extensions.Hosting.dll", - "lib/net6.0/Serilog.Extensions.Hosting.xml", - "lib/net7.0/Serilog.Extensions.Hosting.dll", - "lib/net7.0/Serilog.Extensions.Hosting.xml", "lib/net8.0/Serilog.Extensions.Hosting.dll", "lib/net8.0/Serilog.Extensions.Hosting.xml", + "lib/net9.0/Serilog.Extensions.Hosting.dll", + "lib/net9.0/Serilog.Extensions.Hosting.xml", "lib/netstandard2.0/Serilog.Extensions.Hosting.dll", "lib/netstandard2.0/Serilog.Extensions.Hosting.xml", - "serilog.extensions.hosting.8.0.0.nupkg.sha512", + "lib/netstandard2.1/Serilog.Extensions.Hosting.dll", + "lib/netstandard2.1/Serilog.Extensions.Hosting.xml", + "serilog.extensions.hosting.9.0.0.nupkg.sha512", "serilog.extensions.hosting.nuspec" ] }, - "Serilog.Extensions.Logging/8.0.0": { - "sha512": "YEAMWu1UnWgf1c1KP85l1SgXGfiVo0Rz6x08pCiPOIBt2Qe18tcZLvdBUuV5o1QHvrs8FAry9wTIhgBRtjIlEg==", + "Serilog.Extensions.Logging/9.0.0": { + "sha512": "NwSSYqPJeKNzl5AuXVHpGbr6PkZJFlNa14CdIebVjK3k/76kYj/mz5kiTRNVSsSaxM8kAIa1kpy/qyT9E4npRQ==", "type": "package", - "path": "serilog.extensions.logging/8.0.0", + "path": "serilog.extensions.logging/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", "lib/net462/Serilog.Extensions.Logging.dll", "lib/net462/Serilog.Extensions.Logging.xml", - "lib/net6.0/Serilog.Extensions.Logging.dll", - "lib/net6.0/Serilog.Extensions.Logging.xml", - "lib/net7.0/Serilog.Extensions.Logging.dll", - "lib/net7.0/Serilog.Extensions.Logging.xml", "lib/net8.0/Serilog.Extensions.Logging.dll", "lib/net8.0/Serilog.Extensions.Logging.xml", + "lib/net9.0/Serilog.Extensions.Logging.dll", + "lib/net9.0/Serilog.Extensions.Logging.xml", "lib/netstandard2.0/Serilog.Extensions.Logging.dll", "lib/netstandard2.0/Serilog.Extensions.Logging.xml", "lib/netstandard2.1/Serilog.Extensions.Logging.dll", "lib/netstandard2.1/Serilog.Extensions.Logging.xml", "serilog-extension-nuget.png", - "serilog.extensions.logging.8.0.0.nupkg.sha512", + "serilog.extensions.logging.9.0.0.nupkg.sha512", "serilog.extensions.logging.nuspec" ] }, - "Serilog.Formatting.Compact/2.0.0": { - "sha512": "ob6z3ikzFM3D1xalhFuBIK1IOWf+XrQq+H4KeH4VqBcPpNcmUgZlRQ2h3Q7wvthpdZBBoY86qZOI2LCXNaLlNA==", + "Serilog.Formatting.Compact/3.0.0": { + "sha512": "wQsv14w9cqlfB5FX2MZpNsTawckN4a8dryuNGbebB/3Nh1pXnROHZov3swtu3Nj5oNG7Ba+xdu7Et/ulAUPanQ==", "type": "package", - "path": "serilog.formatting.compact/2.0.0", + "path": "serilog.formatting.compact/3.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6964,21 +9543,19 @@ "lib/net471/Serilog.Formatting.Compact.xml", "lib/net6.0/Serilog.Formatting.Compact.dll", "lib/net6.0/Serilog.Formatting.Compact.xml", - "lib/net7.0/Serilog.Formatting.Compact.dll", - "lib/net7.0/Serilog.Formatting.Compact.xml", + "lib/net8.0/Serilog.Formatting.Compact.dll", + "lib/net8.0/Serilog.Formatting.Compact.xml", "lib/netstandard2.0/Serilog.Formatting.Compact.dll", "lib/netstandard2.0/Serilog.Formatting.Compact.xml", - "lib/netstandard2.1/Serilog.Formatting.Compact.dll", - "lib/netstandard2.1/Serilog.Formatting.Compact.xml", "serilog-extension-nuget.png", - "serilog.formatting.compact.2.0.0.nupkg.sha512", + "serilog.formatting.compact.3.0.0.nupkg.sha512", "serilog.formatting.compact.nuspec" ] }, - "Serilog.Settings.Configuration/8.0.4": { - "sha512": "pkxvq0umBKK8IKFJc1aV5S/HGRG/NIxJ6FV42KaTPLfDmBOAbBUB1m5gqqlGxzEa1MgDDWtQlWJdHTSxVWNx+Q==", + "Serilog.Settings.Configuration/9.0.0": { + "sha512": "4/Et4Cqwa+F88l5SeFeNZ4c4Z6dEAIKbu3MaQb2Zz9F/g27T5a3wvfMcmCOaAiACjfUb4A6wrlTVfyYUZk3RRQ==", "type": "package", - "path": "serilog.settings.configuration/8.0.4", + "path": "serilog.settings.configuration/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6986,22 +9563,20 @@ "icon.png", "lib/net462/Serilog.Settings.Configuration.dll", "lib/net462/Serilog.Settings.Configuration.xml", - "lib/net6.0/Serilog.Settings.Configuration.dll", - "lib/net6.0/Serilog.Settings.Configuration.xml", - "lib/net7.0/Serilog.Settings.Configuration.dll", - "lib/net7.0/Serilog.Settings.Configuration.xml", "lib/net8.0/Serilog.Settings.Configuration.dll", "lib/net8.0/Serilog.Settings.Configuration.xml", + "lib/net9.0/Serilog.Settings.Configuration.dll", + "lib/net9.0/Serilog.Settings.Configuration.xml", "lib/netstandard2.0/Serilog.Settings.Configuration.dll", "lib/netstandard2.0/Serilog.Settings.Configuration.xml", - "serilog.settings.configuration.8.0.4.nupkg.sha512", + "serilog.settings.configuration.9.0.0.nupkg.sha512", "serilog.settings.configuration.nuspec" ] }, - "Serilog.Sinks.Console/6.0.0": { - "sha512": "fQGWqVMClCP2yEyTXPIinSr5c+CBGUvBybPxjAGcf7ctDhadFhrQw03Mv8rJ07/wR5PDfFjewf2LimvXCDzpbA==", + "Serilog.Sinks.Console/6.1.1": { + "sha512": "8jbqgjUyZlfCuSTaJk6lOca465OndqOz3KZP6Cryt/IqZYybyBu7GP0fE/AXBzrrQB3EBmQntBFAvMVz1COvAA==", "type": "package", - "path": "serilog.sinks.console/6.0.0", + "path": "serilog.sinks.console/6.1.1", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7017,53 +9592,62 @@ "lib/net8.0/Serilog.Sinks.Console.xml", "lib/netstandard2.0/Serilog.Sinks.Console.dll", "lib/netstandard2.0/Serilog.Sinks.Console.xml", - "serilog.sinks.console.6.0.0.nupkg.sha512", + "serilog.sinks.console.6.1.1.nupkg.sha512", "serilog.sinks.console.nuspec" ] }, - "Serilog.Sinks.Debug/2.0.0": { - "sha512": "Y6g3OBJ4JzTyyw16fDqtFcQ41qQAydnEvEqmXjhwhgjsnG/FaJ8GUqF5ldsC/bVkK8KYmqrPhDO+tm4dF6xx4A==", + "Serilog.Sinks.Debug/3.0.0": { + "sha512": "4BzXcdrgRX7wde9PmHuYd9U6YqycCC28hhpKonK7hx0wb19eiuRj16fPcPSVp0o/Y1ipJuNLYQ00R3q2Zs8FDA==", "type": "package", - "path": "serilog.sinks.debug/2.0.0", + "path": "serilog.sinks.debug/3.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", + "README.md", "icon.png", - "lib/net45/Serilog.Sinks.Debug.dll", - "lib/net46/Serilog.Sinks.Debug.dll", - "lib/netstandard1.0/Serilog.Sinks.Debug.dll", + "lib/net462/Serilog.Sinks.Debug.dll", + "lib/net462/Serilog.Sinks.Debug.xml", + "lib/net471/Serilog.Sinks.Debug.dll", + "lib/net471/Serilog.Sinks.Debug.xml", + "lib/net6.0/Serilog.Sinks.Debug.dll", + "lib/net6.0/Serilog.Sinks.Debug.xml", + "lib/net8.0/Serilog.Sinks.Debug.dll", + "lib/net8.0/Serilog.Sinks.Debug.xml", "lib/netstandard2.0/Serilog.Sinks.Debug.dll", - "lib/netstandard2.1/Serilog.Sinks.Debug.dll", - "serilog.sinks.debug.2.0.0.nupkg.sha512", + "lib/netstandard2.0/Serilog.Sinks.Debug.xml", + "serilog.sinks.debug.3.0.0.nupkg.sha512", "serilog.sinks.debug.nuspec" ] }, - "Serilog.Sinks.File/5.0.0": { - "sha512": "uwV5hdhWPwUH1szhO8PJpFiahqXmzPzJT/sOijH/kFgUx+cyoDTMM8MHD0adw9+Iem6itoibbUXHYslzXsLEAg==", + "Serilog.Sinks.File/7.0.0": { + "sha512": "fKL7mXv7qaiNBUC71ssvn/dU0k9t0o45+qm2XgKAlSt19xF+ijjxyA3R6HmCgfKEKwfcfkwWjayuQtRueZFkYw==", "type": "package", - "path": "serilog.sinks.file/5.0.0", + "path": "serilog.sinks.file/7.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "images/icon.png", - "lib/net45/Serilog.Sinks.File.dll", - "lib/net45/Serilog.Sinks.File.pdb", - "lib/net5.0/Serilog.Sinks.File.dll", - "lib/net5.0/Serilog.Sinks.File.pdb", - "lib/netstandard1.3/Serilog.Sinks.File.dll", - "lib/netstandard1.3/Serilog.Sinks.File.pdb", + "README.md", + "lib/net462/Serilog.Sinks.File.dll", + "lib/net462/Serilog.Sinks.File.xml", + "lib/net471/Serilog.Sinks.File.dll", + "lib/net471/Serilog.Sinks.File.xml", + "lib/net6.0/Serilog.Sinks.File.dll", + "lib/net6.0/Serilog.Sinks.File.xml", + "lib/net8.0/Serilog.Sinks.File.dll", + "lib/net8.0/Serilog.Sinks.File.xml", + "lib/net9.0/Serilog.Sinks.File.dll", + "lib/net9.0/Serilog.Sinks.File.xml", "lib/netstandard2.0/Serilog.Sinks.File.dll", - "lib/netstandard2.0/Serilog.Sinks.File.pdb", - "lib/netstandard2.1/Serilog.Sinks.File.dll", - "lib/netstandard2.1/Serilog.Sinks.File.pdb", - "serilog.sinks.file.5.0.0.nupkg.sha512", + "lib/netstandard2.0/Serilog.Sinks.File.xml", + "serilog-sink-nuget.png", + "serilog.sinks.file.7.0.0.nupkg.sha512", "serilog.sinks.file.nuspec" ] }, - "Serilog.Sinks.Http/9.0.0": { - "sha512": "c246Bw1vXtvht/krwQXGwuZ4U2kKxRf8d9iaazZDodnOohTlRR4jZyQS/slWHSjJAj8ZDejCQcITnu+TkYmdFw==", + "Serilog.Sinks.Http/9.2.0": { + "sha512": "tngXuEvfI1CrtB02XVXhHAGTX1HvSMKjWcOmlyBT9LVNIMYvNhOSkfigfwxd9OCbv3cXw1aWFrSPGGw8Y6sjtg==", "type": "package", - "path": "serilog.sinks.http/9.0.0", + "path": "serilog.sinks.http/9.2.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7075,14 +9659,14 @@ "lib/netstandard2.1/Serilog.Sinks.Http.dll", "lib/netstandard2.1/Serilog.Sinks.Http.xml", "serilog-sink-nuget.png", - "serilog.sinks.http.9.0.0.nupkg.sha512", + "serilog.sinks.http.9.2.0.nupkg.sha512", "serilog.sinks.http.nuspec" ] }, - "Serilog.Sinks.Seq/8.0.0": { - "sha512": "z5ig56/qzjkX6Fj4U/9m1g8HQaQiYPMZS4Uevtjg1I+WWzoGSf5t/E+6JbMP/jbZYhU63bA5NJN5y0x+qqx2Bw==", + "Serilog.Sinks.Seq/9.0.0": { + "sha512": "aNU8A0K322q7+voPNmp1/qNPH+9QK8xvM1p72sMmCG0wGlshFzmtDW9QnVSoSYCj0MgQKcMOlgooovtBhRlNHw==", "type": "package", - "path": "serilog.sinks.seq/8.0.0", + "path": "serilog.sinks.seq/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7092,7 +9676,7 @@ "lib/net6.0/Serilog.Sinks.Seq.xml", "lib/netstandard2.0/Serilog.Sinks.Seq.dll", "lib/netstandard2.0/Serilog.Sinks.Seq.xml", - "serilog.sinks.seq.8.0.0.nupkg.sha512", + "serilog.sinks.seq.9.0.0.nupkg.sha512", "serilog.sinks.seq.nuspec" ] }, @@ -7132,6 +9716,27 @@ "snappier.nuspec" ] }, + "StackExchange.Redis/2.7.27": { + "sha512": "Uqc2OQHglqj9/FfGQ6RkKFkZfHySfZlfmbCl+hc+u2I/IqunfelQ7QJi7ZhvAJxUtu80pildVX6NPLdDaUffOw==", + "type": "package", + "path": "stackexchange.redis/2.7.27", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net461/StackExchange.Redis.dll", + "lib/net461/StackExchange.Redis.xml", + "lib/net472/StackExchange.Redis.dll", + "lib/net472/StackExchange.Redis.xml", + "lib/net6.0/StackExchange.Redis.dll", + "lib/net6.0/StackExchange.Redis.xml", + "lib/netcoreapp3.1/StackExchange.Redis.dll", + "lib/netcoreapp3.1/StackExchange.Redis.xml", + "lib/netstandard2.0/StackExchange.Redis.dll", + "lib/netstandard2.0/StackExchange.Redis.xml", + "stackexchange.redis.2.7.27.nupkg.sha512", + "stackexchange.redis.nuspec" + ] + }, "Swashbuckle.AspNetCore/7.2.0": { "sha512": "vJv19UpWm6OOgnS9QLDnWARNVasXUfj8SFvlG7UVALm4nBnfwRnEky7C0veSDqMUmBeMPC6Ec3d6G1ts/J04Uw==", "type": "package", @@ -7146,6 +9751,26 @@ "swashbuckle.aspnetcore.nuspec" ] }, + "Swashbuckle.AspNetCore.Newtonsoft/7.2.0": { + "sha512": "otztl1SBfwu10iJx6lc3XG/dSqFXRtx8RQ0XrwrO/NYv0j6WhB+vaTJdfs4EPDh+0r7yORUPb7FQ6WgoApeDNg==", + "type": "package", + "path": "swashbuckle.aspnetcore.newtonsoft/7.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net6.0/Swashbuckle.AspNetCore.Newtonsoft.dll", + "lib/net6.0/Swashbuckle.AspNetCore.Newtonsoft.pdb", + "lib/net8.0/Swashbuckle.AspNetCore.Newtonsoft.dll", + "lib/net8.0/Swashbuckle.AspNetCore.Newtonsoft.pdb", + "lib/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll", + "lib/net9.0/Swashbuckle.AspNetCore.Newtonsoft.pdb", + "lib/netstandard2.0/Swashbuckle.AspNetCore.Newtonsoft.dll", + "lib/netstandard2.0/Swashbuckle.AspNetCore.Newtonsoft.pdb", + "package-readme.md", + "swashbuckle.aspnetcore.newtonsoft.7.2.0.nupkg.sha512", + "swashbuckle.aspnetcore.newtonsoft.nuspec" + ] + }, "Swashbuckle.AspNetCore.Swagger/7.2.0": { "sha512": "y27fNDfIh1vGhJjXYynLcZjl7DLOW1bSO2MDsY9wB4Zm1fdxpPsuBSiR4U+0acWlAqLmnuOPKr/OeOgwRUkBlw==", "type": "package", @@ -7243,7 +9868,27 @@ "ref/net463/System.AppContext.dll", "ref/netstandard/_._", "ref/netstandard1.3/System.AppContext.dll", + "ref/netstandard1.3/System.AppContext.xml", + "ref/netstandard1.3/de/System.AppContext.xml", + "ref/netstandard1.3/es/System.AppContext.xml", + "ref/netstandard1.3/fr/System.AppContext.xml", + "ref/netstandard1.3/it/System.AppContext.xml", + "ref/netstandard1.3/ja/System.AppContext.xml", + "ref/netstandard1.3/ko/System.AppContext.xml", + "ref/netstandard1.3/ru/System.AppContext.xml", + "ref/netstandard1.3/zh-hans/System.AppContext.xml", + "ref/netstandard1.3/zh-hant/System.AppContext.xml", "ref/netstandard1.6/System.AppContext.dll", + "ref/netstandard1.6/System.AppContext.xml", + "ref/netstandard1.6/de/System.AppContext.xml", + "ref/netstandard1.6/es/System.AppContext.xml", + "ref/netstandard1.6/fr/System.AppContext.xml", + "ref/netstandard1.6/it/System.AppContext.xml", + "ref/netstandard1.6/ja/System.AppContext.xml", + "ref/netstandard1.6/ko/System.AppContext.xml", + "ref/netstandard1.6/ru/System.AppContext.xml", + "ref/netstandard1.6/zh-hans/System.AppContext.xml", + "ref/netstandard1.6/zh-hant/System.AppContext.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -7256,24 +9901,69 @@ "System.Buffers/4.5.1": { "sha512": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==", "type": "package", - "path": "system.buffers/4.5.1", + "path": "system.buffers/4.5.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.Buffers.dll", + "lib/net461/System.Buffers.xml", + "lib/netcoreapp2.0/_._", + "lib/netstandard1.1/System.Buffers.dll", + "lib/netstandard1.1/System.Buffers.xml", + "lib/netstandard2.0/System.Buffers.dll", + "lib/netstandard2.0/System.Buffers.xml", + "lib/uap10.0.16299/_._", + "ref/net45/System.Buffers.dll", + "ref/net45/System.Buffers.xml", + "ref/netcoreapp2.0/_._", + "ref/netstandard1.1/System.Buffers.dll", + "ref/netstandard1.1/System.Buffers.xml", + "ref/netstandard2.0/System.Buffers.dll", + "ref/netstandard2.0/System.Buffers.xml", + "ref/uap10.0.16299/_._", + "system.buffers.4.5.1.nupkg.sha512", + "system.buffers.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.ClientModel/1.0.0": { + "sha512": "I3CVkvxeqFYjIVEP59DnjbeoGNfo/+SZrCLpRz2v/g0gpCHaEMPtWSY0s9k/7jR1rAsLNg2z2u1JRB76tPjnIw==", + "type": "package", + "path": "system.clientmodel/1.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "DotNetPackageIcon.png", + "README.md", + "lib/net6.0/System.ClientModel.dll", + "lib/net6.0/System.ClientModel.xml", + "lib/netstandard2.0/System.ClientModel.dll", + "lib/netstandard2.0/System.ClientModel.xml", + "system.clientmodel.1.0.0.nupkg.sha512", + "system.clientmodel.nuspec" + ] + }, + "System.CodeDom/4.4.0": { + "sha512": "2sCCb7doXEwtYAbqzbF/8UAeDRMNmPaQbU2q50Psg1J9KzumyVVCgKQY8s53WIPTufNT0DpSe9QRvVjOzfDWBA==", + "type": "package", + "path": "system.codedom/4.4.0", "files": [ ".nupkg.metadata", ".signature.p7s", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", - "lib/net461/System.Buffers.dll", - "lib/netcoreapp2.0/_._", - "lib/netstandard1.1/System.Buffers.dll", - "lib/netstandard2.0/System.Buffers.dll", - "lib/uap10.0.16299/_._", - "ref/net45/System.Buffers.dll", - "ref/netcoreapp2.0/_._", - "ref/netstandard1.1/System.Buffers.dll", - "ref/netstandard2.0/System.Buffers.dll", - "ref/uap10.0.16299/_._", - "system.buffers.4.5.1.nupkg.sha512", - "system.buffers.nuspec", + "lib/net461/System.CodeDom.dll", + "lib/netstandard2.0/System.CodeDom.dll", + "ref/net461/System.CodeDom.dll", + "ref/net461/System.CodeDom.xml", + "ref/netstandard2.0/System.CodeDom.dll", + "ref/netstandard2.0/System.CodeDom.xml", + "system.codedom.4.4.0.nupkg.sha512", + "system.codedom.nuspec", "useSharedDesignerContext.txt", "version.txt" ] @@ -7302,8 +9992,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", + "ref/netcore50/de/System.Collections.xml", + "ref/netcore50/es/System.Collections.xml", + "ref/netcore50/fr/System.Collections.xml", + "ref/netcore50/it/System.Collections.xml", + "ref/netcore50/ja/System.Collections.xml", + "ref/netcore50/ko/System.Collections.xml", + "ref/netcore50/ru/System.Collections.xml", + "ref/netcore50/zh-hans/System.Collections.xml", + "ref/netcore50/zh-hant/System.Collections.xml", "ref/netstandard1.0/System.Collections.dll", + "ref/netstandard1.0/System.Collections.xml", + "ref/netstandard1.0/de/System.Collections.xml", + "ref/netstandard1.0/es/System.Collections.xml", + "ref/netstandard1.0/fr/System.Collections.xml", + "ref/netstandard1.0/it/System.Collections.xml", + "ref/netstandard1.0/ja/System.Collections.xml", + "ref/netstandard1.0/ko/System.Collections.xml", + "ref/netstandard1.0/ru/System.Collections.xml", + "ref/netstandard1.0/zh-hans/System.Collections.xml", + "ref/netstandard1.0/zh-hant/System.Collections.xml", "ref/netstandard1.3/System.Collections.dll", + "ref/netstandard1.3/System.Collections.xml", + "ref/netstandard1.3/de/System.Collections.xml", + "ref/netstandard1.3/es/System.Collections.xml", + "ref/netstandard1.3/fr/System.Collections.xml", + "ref/netstandard1.3/it/System.Collections.xml", + "ref/netstandard1.3/ja/System.Collections.xml", + "ref/netstandard1.3/ko/System.Collections.xml", + "ref/netstandard1.3/ru/System.Collections.xml", + "ref/netstandard1.3/zh-hans/System.Collections.xml", + "ref/netstandard1.3/zh-hant/System.Collections.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -7341,8 +10061,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Collections.Concurrent.dll", + "ref/netcore50/System.Collections.Concurrent.xml", + "ref/netcore50/de/System.Collections.Concurrent.xml", + "ref/netcore50/es/System.Collections.Concurrent.xml", + "ref/netcore50/fr/System.Collections.Concurrent.xml", + "ref/netcore50/it/System.Collections.Concurrent.xml", + "ref/netcore50/ja/System.Collections.Concurrent.xml", + "ref/netcore50/ko/System.Collections.Concurrent.xml", + "ref/netcore50/ru/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hans/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hant/System.Collections.Concurrent.xml", "ref/netstandard1.1/System.Collections.Concurrent.dll", + "ref/netstandard1.1/System.Collections.Concurrent.xml", + "ref/netstandard1.1/de/System.Collections.Concurrent.xml", + "ref/netstandard1.1/es/System.Collections.Concurrent.xml", + "ref/netstandard1.1/fr/System.Collections.Concurrent.xml", + "ref/netstandard1.1/it/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ja/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ko/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ru/System.Collections.Concurrent.xml", + "ref/netstandard1.1/zh-hans/System.Collections.Concurrent.xml", + "ref/netstandard1.1/zh-hant/System.Collections.Concurrent.xml", "ref/netstandard1.3/System.Collections.Concurrent.dll", + "ref/netstandard1.3/System.Collections.Concurrent.xml", + "ref/netstandard1.3/de/System.Collections.Concurrent.xml", + "ref/netstandard1.3/es/System.Collections.Concurrent.xml", + "ref/netstandard1.3/fr/System.Collections.Concurrent.xml", + "ref/netstandard1.3/it/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ja/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ko/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ru/System.Collections.Concurrent.xml", + "ref/netstandard1.3/zh-hans/System.Collections.Concurrent.xml", + "ref/netstandard1.3/zh-hant/System.Collections.Concurrent.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -7354,6 +10104,161 @@ "system.collections.concurrent.nuspec" ] }, + "System.Collections.Immutable/6.0.0": { + "sha512": "l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==", + "type": "package", + "path": "system.collections.immutable/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Collections.Immutable.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Collections.Immutable.dll", + "lib/net461/System.Collections.Immutable.xml", + "lib/net6.0/System.Collections.Immutable.dll", + "lib/net6.0/System.Collections.Immutable.xml", + "lib/netstandard2.0/System.Collections.Immutable.dll", + "lib/netstandard2.0/System.Collections.Immutable.xml", + "system.collections.immutable.6.0.0.nupkg.sha512", + "system.collections.immutable.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Composition/6.0.0": { + "sha512": "d7wMuKQtfsxUa7S13tITC8n1cQzewuhD5iDjZtK2prwFfKVzdYtgrTHgjaV03Zq7feGQ5gkP85tJJntXwInsJA==", + "type": "package", + "path": "system.composition/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Composition.targets", + "buildTransitive/netcoreapp3.1/_._", + "system.composition.6.0.0.nupkg.sha512", + "system.composition.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Composition.AttributedModel/6.0.0": { + "sha512": "WK1nSDLByK/4VoC7fkNiFuTVEiperuCN/Hyn+VN30R+W2ijO1d0Z2Qm0ScEl9xkSn1G2MyapJi8xpf4R8WRa/w==", + "type": "package", + "path": "system.composition.attributedmodel/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Composition.AttributedModel.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Composition.AttributedModel.dll", + "lib/net461/System.Composition.AttributedModel.xml", + "lib/net6.0/System.Composition.AttributedModel.dll", + "lib/net6.0/System.Composition.AttributedModel.xml", + "lib/netstandard2.0/System.Composition.AttributedModel.dll", + "lib/netstandard2.0/System.Composition.AttributedModel.xml", + "system.composition.attributedmodel.6.0.0.nupkg.sha512", + "system.composition.attributedmodel.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Composition.Convention/6.0.0": { + "sha512": "XYi4lPRdu5bM4JVJ3/UIHAiG6V6lWWUlkhB9ab4IOq0FrRsp0F4wTyV4Dj+Ds+efoXJ3qbLqlvaUozDO7OLeXA==", + "type": "package", + "path": "system.composition.convention/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Composition.Convention.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Composition.Convention.dll", + "lib/net461/System.Composition.Convention.xml", + "lib/net6.0/System.Composition.Convention.dll", + "lib/net6.0/System.Composition.Convention.xml", + "lib/netstandard2.0/System.Composition.Convention.dll", + "lib/netstandard2.0/System.Composition.Convention.xml", + "system.composition.convention.6.0.0.nupkg.sha512", + "system.composition.convention.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Composition.Hosting/6.0.0": { + "sha512": "w/wXjj7kvxuHPLdzZ0PAUt++qJl03t7lENmb2Oev0n3zbxyNULbWBlnd5J5WUMMv15kg5o+/TCZFb6lSwfaUUQ==", + "type": "package", + "path": "system.composition.hosting/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Composition.Hosting.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Composition.Hosting.dll", + "lib/net461/System.Composition.Hosting.xml", + "lib/net6.0/System.Composition.Hosting.dll", + "lib/net6.0/System.Composition.Hosting.xml", + "lib/netstandard2.0/System.Composition.Hosting.dll", + "lib/netstandard2.0/System.Composition.Hosting.xml", + "system.composition.hosting.6.0.0.nupkg.sha512", + "system.composition.hosting.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Composition.Runtime/6.0.0": { + "sha512": "qkRH/YBaMPTnzxrS5RDk1juvqed4A6HOD/CwRcDGyPpYps1J27waBddiiq1y93jk2ZZ9wuA/kynM+NO0kb3PKg==", + "type": "package", + "path": "system.composition.runtime/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Composition.Runtime.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Composition.Runtime.dll", + "lib/net461/System.Composition.Runtime.xml", + "lib/net6.0/System.Composition.Runtime.dll", + "lib/net6.0/System.Composition.Runtime.xml", + "lib/netstandard2.0/System.Composition.Runtime.dll", + "lib/netstandard2.0/System.Composition.Runtime.xml", + "system.composition.runtime.6.0.0.nupkg.sha512", + "system.composition.runtime.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Composition.TypedParts/6.0.0": { + "sha512": "iUR1eHrL8Cwd82neQCJ00MpwNIBs4NZgXzrPqx8NJf/k4+mwBO0XCRmHYJT4OLSwDDqh5nBLJWkz5cROnrGhRA==", + "type": "package", + "path": "system.composition.typedparts/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Composition.TypedParts.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Composition.TypedParts.dll", + "lib/net461/System.Composition.TypedParts.xml", + "lib/net6.0/System.Composition.TypedParts.dll", + "lib/net6.0/System.Composition.TypedParts.xml", + "lib/netstandard2.0/System.Composition.TypedParts.dll", + "lib/netstandard2.0/System.Composition.TypedParts.xml", + "system.composition.typedparts.6.0.0.nupkg.sha512", + "system.composition.typedparts.nuspec", + "useSharedDesignerContext.txt" + ] + }, "System.Configuration.ConfigurationManager/8.0.0": { "sha512": "JlYi9XVvIREURRUlGMr1F6vOFLk7YSY4p1vHo4kX3tQ0AGrjqlRWHDi66ImHhy6qwXBG3BJ6Y1QlYQ+Qz6Xgww==", "type": "package", @@ -7404,6 +10309,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Console.dll", "ref/netstandard1.3/System.Console.dll", + "ref/netstandard1.3/System.Console.xml", + "ref/netstandard1.3/de/System.Console.xml", + "ref/netstandard1.3/es/System.Console.xml", + "ref/netstandard1.3/fr/System.Console.xml", + "ref/netstandard1.3/it/System.Console.xml", + "ref/netstandard1.3/ja/System.Console.xml", + "ref/netstandard1.3/ko/System.Console.xml", + "ref/netstandard1.3/ru/System.Console.xml", + "ref/netstandard1.3/zh-hans/System.Console.xml", + "ref/netstandard1.3/zh-hant/System.Console.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -7436,8 +10351,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", + "ref/netcore50/de/System.Diagnostics.Debug.xml", + "ref/netcore50/es/System.Diagnostics.Debug.xml", + "ref/netcore50/fr/System.Diagnostics.Debug.xml", + "ref/netcore50/it/System.Diagnostics.Debug.xml", + "ref/netcore50/ja/System.Diagnostics.Debug.xml", + "ref/netcore50/ko/System.Diagnostics.Debug.xml", + "ref/netcore50/ru/System.Diagnostics.Debug.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/netstandard1.0/System.Diagnostics.Debug.dll", + "ref/netstandard1.0/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/de/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/es/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/fr/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/it/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ja/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ko/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ru/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml", "ref/netstandard1.3/System.Diagnostics.Debug.dll", + "ref/netstandard1.3/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/de/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/es/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/it/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -7450,39 +10395,38 @@ "system.diagnostics.debug.nuspec" ] }, - "System.Diagnostics.DiagnosticSource/8.0.1": { - "sha512": "vaoWjvkG1aenR2XdjaVivlCV9fADfgyhW5bZtXT23qaEea0lWiUljdQuze4E31vKM7ZWJaSUsbYIKE3rnzfZUg==", + "System.Diagnostics.DiagnosticSource/10.0.0": { + "sha512": "0KdBK+h7G13PuOSC2R/DalAoFMvdYMznvGRuICtkdcUMXgl/gYXsG6z4yUvTxHSMACorWgHCU1Faq0KUHU6yAQ==", "type": "package", - "path": "system.diagnostics.diagnosticsource/8.0.1", + "path": "system.diagnostics.diagnosticsource/10.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/System.Diagnostics.DiagnosticSource.targets", "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/System.Diagnostics.DiagnosticSource.targets", + "lib/net10.0/System.Diagnostics.DiagnosticSource.dll", + "lib/net10.0/System.Diagnostics.DiagnosticSource.xml", "lib/net462/System.Diagnostics.DiagnosticSource.dll", "lib/net462/System.Diagnostics.DiagnosticSource.xml", - "lib/net6.0/System.Diagnostics.DiagnosticSource.dll", - "lib/net6.0/System.Diagnostics.DiagnosticSource.xml", - "lib/net7.0/System.Diagnostics.DiagnosticSource.dll", - "lib/net7.0/System.Diagnostics.DiagnosticSource.xml", "lib/net8.0/System.Diagnostics.DiagnosticSource.dll", "lib/net8.0/System.Diagnostics.DiagnosticSource.xml", + "lib/net9.0/System.Diagnostics.DiagnosticSource.dll", + "lib/net9.0/System.Diagnostics.DiagnosticSource.xml", "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll", "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.xml", - "system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512", + "system.diagnostics.diagnosticsource.10.0.0.nupkg.sha512", "system.diagnostics.diagnosticsource.nuspec", "useSharedDesignerContext.txt" ] }, - "System.Diagnostics.EventLog/8.0.0": { - "sha512": "fdYxcRjQqTTacKId/2IECojlDSFvp7LP5N78+0z/xH7v/Tuw5ZAxu23Y6PTCRinqyu2ePx+Gn1098NC6jM6d+A==", + "System.Diagnostics.EventLog/9.0.2": { + "sha512": "i+Fe6Fpst/onydFLBGilCr/Eh9OFdlaTU/c3alPp6IbLZXQJOgpIu3l4MOnmsN8fDYq5nAyHSqNIJesc74Yw3Q==", "type": "package", - "path": "system.diagnostics.eventlog/8.0.0", + "path": "system.diagnostics.eventlog/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7492,28 +10436,23 @@ "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/System.Diagnostics.EventLog.targets", "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/System.Diagnostics.EventLog.targets", "lib/net462/System.Diagnostics.EventLog.dll", "lib/net462/System.Diagnostics.EventLog.xml", - "lib/net6.0/System.Diagnostics.EventLog.dll", - "lib/net6.0/System.Diagnostics.EventLog.xml", - "lib/net7.0/System.Diagnostics.EventLog.dll", - "lib/net7.0/System.Diagnostics.EventLog.xml", "lib/net8.0/System.Diagnostics.EventLog.dll", "lib/net8.0/System.Diagnostics.EventLog.xml", + "lib/net9.0/System.Diagnostics.EventLog.dll", + "lib/net9.0/System.Diagnostics.EventLog.xml", "lib/netstandard2.0/System.Diagnostics.EventLog.dll", "lib/netstandard2.0/System.Diagnostics.EventLog.xml", - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll", - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll", - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.xml", - "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.Messages.dll", - "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.dll", - "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.xml", "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll", "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll", "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.xml", - "system.diagnostics.eventlog.8.0.0.nupkg.sha512", + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll", + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll", + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.xml", + "system.diagnostics.eventlog.9.0.2.nupkg.sha512", "system.diagnostics.eventlog.nuspec", "useSharedDesignerContext.txt" ] @@ -7569,7 +10508,27 @@ "ref/net46/System.Diagnostics.Process.dll", "ref/net461/System.Diagnostics.Process.dll", "ref/netstandard1.3/System.Diagnostics.Process.dll", + "ref/netstandard1.3/System.Diagnostics.Process.xml", + "ref/netstandard1.3/de/System.Diagnostics.Process.xml", + "ref/netstandard1.3/es/System.Diagnostics.Process.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Process.xml", + "ref/netstandard1.3/it/System.Diagnostics.Process.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Process.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Process.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Process.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Process.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Process.xml", "ref/netstandard1.4/System.Diagnostics.Process.dll", + "ref/netstandard1.4/System.Diagnostics.Process.xml", + "ref/netstandard1.4/de/System.Diagnostics.Process.xml", + "ref/netstandard1.4/es/System.Diagnostics.Process.xml", + "ref/netstandard1.4/fr/System.Diagnostics.Process.xml", + "ref/netstandard1.4/it/System.Diagnostics.Process.xml", + "ref/netstandard1.4/ja/System.Diagnostics.Process.xml", + "ref/netstandard1.4/ko/System.Diagnostics.Process.xml", + "ref/netstandard1.4/ru/System.Diagnostics.Process.xml", + "ref/netstandard1.4/zh-hans/System.Diagnostics.Process.xml", + "ref/netstandard1.4/zh-hant/System.Diagnostics.Process.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -7608,7 +10567,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Diagnostics.Tools.dll", + "ref/netcore50/System.Diagnostics.Tools.xml", + "ref/netcore50/de/System.Diagnostics.Tools.xml", + "ref/netcore50/es/System.Diagnostics.Tools.xml", + "ref/netcore50/fr/System.Diagnostics.Tools.xml", + "ref/netcore50/it/System.Diagnostics.Tools.xml", + "ref/netcore50/ja/System.Diagnostics.Tools.xml", + "ref/netcore50/ko/System.Diagnostics.Tools.xml", + "ref/netcore50/ru/System.Diagnostics.Tools.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Tools.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Tools.xml", "ref/netstandard1.0/System.Diagnostics.Tools.dll", + "ref/netstandard1.0/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/de/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/es/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/fr/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/it/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ja/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ko/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ru/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/zh-hans/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/zh-hant/System.Diagnostics.Tools.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -7646,10 +10625,60 @@ "ref/net45/_._", "ref/net462/System.Diagnostics.Tracing.dll", "ref/netcore50/System.Diagnostics.Tracing.dll", + "ref/netcore50/System.Diagnostics.Tracing.xml", + "ref/netcore50/de/System.Diagnostics.Tracing.xml", + "ref/netcore50/es/System.Diagnostics.Tracing.xml", + "ref/netcore50/fr/System.Diagnostics.Tracing.xml", + "ref/netcore50/it/System.Diagnostics.Tracing.xml", + "ref/netcore50/ja/System.Diagnostics.Tracing.xml", + "ref/netcore50/ko/System.Diagnostics.Tracing.xml", + "ref/netcore50/ru/System.Diagnostics.Tracing.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml", "ref/netstandard1.1/System.Diagnostics.Tracing.dll", + "ref/netstandard1.1/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/zh-hant/System.Diagnostics.Tracing.xml", "ref/netstandard1.2/System.Diagnostics.Tracing.dll", + "ref/netstandard1.2/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/zh-hant/System.Diagnostics.Tracing.xml", "ref/netstandard1.3/System.Diagnostics.Tracing.dll", + "ref/netstandard1.3/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Tracing.xml", "ref/netstandard1.5/System.Diagnostics.Tracing.dll", + "ref/netstandard1.5/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/zh-hant/System.Diagnostics.Tracing.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -7685,8 +10714,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", + "ref/netcore50/de/System.Globalization.xml", + "ref/netcore50/es/System.Globalization.xml", + "ref/netcore50/fr/System.Globalization.xml", + "ref/netcore50/it/System.Globalization.xml", + "ref/netcore50/ja/System.Globalization.xml", + "ref/netcore50/ko/System.Globalization.xml", + "ref/netcore50/ru/System.Globalization.xml", + "ref/netcore50/zh-hans/System.Globalization.xml", + "ref/netcore50/zh-hant/System.Globalization.xml", "ref/netstandard1.0/System.Globalization.dll", + "ref/netstandard1.0/System.Globalization.xml", + "ref/netstandard1.0/de/System.Globalization.xml", + "ref/netstandard1.0/es/System.Globalization.xml", + "ref/netstandard1.0/fr/System.Globalization.xml", + "ref/netstandard1.0/it/System.Globalization.xml", + "ref/netstandard1.0/ja/System.Globalization.xml", + "ref/netstandard1.0/ko/System.Globalization.xml", + "ref/netstandard1.0/ru/System.Globalization.xml", + "ref/netstandard1.0/zh-hans/System.Globalization.xml", + "ref/netstandard1.0/zh-hant/System.Globalization.xml", "ref/netstandard1.3/System.Globalization.dll", + "ref/netstandard1.3/System.Globalization.xml", + "ref/netstandard1.3/de/System.Globalization.xml", + "ref/netstandard1.3/es/System.Globalization.xml", + "ref/netstandard1.3/fr/System.Globalization.xml", + "ref/netstandard1.3/it/System.Globalization.xml", + "ref/netstandard1.3/ja/System.Globalization.xml", + "ref/netstandard1.3/ko/System.Globalization.xml", + "ref/netstandard1.3/ru/System.Globalization.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -7719,6 +10778,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Globalization.Calendars.dll", "ref/netstandard1.3/System.Globalization.Calendars.dll", + "ref/netstandard1.3/System.Globalization.Calendars.xml", + "ref/netstandard1.3/de/System.Globalization.Calendars.xml", + "ref/netstandard1.3/es/System.Globalization.Calendars.xml", + "ref/netstandard1.3/fr/System.Globalization.Calendars.xml", + "ref/netstandard1.3/it/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ja/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ko/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ru/System.Globalization.Calendars.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.Calendars.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.Calendars.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -7747,6 +10816,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Globalization.Extensions.dll", "ref/netstandard1.3/System.Globalization.Extensions.dll", + "ref/netstandard1.3/System.Globalization.Extensions.xml", + "ref/netstandard1.3/de/System.Globalization.Extensions.xml", + "ref/netstandard1.3/es/System.Globalization.Extensions.xml", + "ref/netstandard1.3/fr/System.Globalization.Extensions.xml", + "ref/netstandard1.3/it/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ja/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ko/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ru/System.Globalization.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.Extensions.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -7758,13 +10837,14 @@ "system.globalization.extensions.nuspec" ] }, - "System.IdentityModel.Tokens.Jwt/8.0.1": { - "sha512": "GJw3bYkWpOgvN3tJo5X4lYUeIFA2HD293FPUhKmp7qxS+g5ywAb34Dnd3cDAFLkcMohy5XTpoaZ4uAHuw0uSPQ==", + "System.IdentityModel.Tokens.Jwt/8.6.0": { + "sha512": "PbhxMaAejQ5pVStTsMPzja0Q2FOeEIOQy8isxw2tTxduqIjWRJ+P78bWGpaXH67Tkeb+2t91YBj2stXEw6vyZQ==", "type": "package", - "path": "system.identitymodel.tokens.jwt/8.0.1", + "path": "system.identitymodel.tokens.jwt/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", + "README.md", "lib/net462/System.IdentityModel.Tokens.Jwt.dll", "lib/net462/System.IdentityModel.Tokens.Jwt.xml", "lib/net472/System.IdentityModel.Tokens.Jwt.dll", @@ -7777,7 +10857,7 @@ "lib/net9.0/System.IdentityModel.Tokens.Jwt.xml", "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll", "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.xml", - "system.identitymodel.tokens.jwt.8.0.1.nupkg.sha512", + "system.identitymodel.tokens.jwt.8.6.0.nupkg.sha512", "system.identitymodel.tokens.jwt.nuspec" ] }, @@ -7807,9 +10887,49 @@ "ref/net45/_._", "ref/net462/System.IO.dll", "ref/netcore50/System.IO.dll", + "ref/netcore50/System.IO.xml", + "ref/netcore50/de/System.IO.xml", + "ref/netcore50/es/System.IO.xml", + "ref/netcore50/fr/System.IO.xml", + "ref/netcore50/it/System.IO.xml", + "ref/netcore50/ja/System.IO.xml", + "ref/netcore50/ko/System.IO.xml", + "ref/netcore50/ru/System.IO.xml", + "ref/netcore50/zh-hans/System.IO.xml", + "ref/netcore50/zh-hant/System.IO.xml", "ref/netstandard1.0/System.IO.dll", + "ref/netstandard1.0/System.IO.xml", + "ref/netstandard1.0/de/System.IO.xml", + "ref/netstandard1.0/es/System.IO.xml", + "ref/netstandard1.0/fr/System.IO.xml", + "ref/netstandard1.0/it/System.IO.xml", + "ref/netstandard1.0/ja/System.IO.xml", + "ref/netstandard1.0/ko/System.IO.xml", + "ref/netstandard1.0/ru/System.IO.xml", + "ref/netstandard1.0/zh-hans/System.IO.xml", + "ref/netstandard1.0/zh-hant/System.IO.xml", "ref/netstandard1.3/System.IO.dll", + "ref/netstandard1.3/System.IO.xml", + "ref/netstandard1.3/de/System.IO.xml", + "ref/netstandard1.3/es/System.IO.xml", + "ref/netstandard1.3/fr/System.IO.xml", + "ref/netstandard1.3/it/System.IO.xml", + "ref/netstandard1.3/ja/System.IO.xml", + "ref/netstandard1.3/ko/System.IO.xml", + "ref/netstandard1.3/ru/System.IO.xml", + "ref/netstandard1.3/zh-hans/System.IO.xml", + "ref/netstandard1.3/zh-hant/System.IO.xml", "ref/netstandard1.5/System.IO.dll", + "ref/netstandard1.5/System.IO.xml", + "ref/netstandard1.5/de/System.IO.xml", + "ref/netstandard1.5/es/System.IO.xml", + "ref/netstandard1.5/fr/System.IO.xml", + "ref/netstandard1.5/it/System.IO.xml", + "ref/netstandard1.5/ja/System.IO.xml", + "ref/netstandard1.5/ko/System.IO.xml", + "ref/netstandard1.5/ru/System.IO.xml", + "ref/netstandard1.5/zh-hans/System.IO.xml", + "ref/netstandard1.5/zh-hant/System.IO.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -7847,8 +10967,38 @@ "ref/net45/_._", "ref/net46/System.IO.Compression.dll", "ref/netcore50/System.IO.Compression.dll", + "ref/netcore50/System.IO.Compression.xml", + "ref/netcore50/de/System.IO.Compression.xml", + "ref/netcore50/es/System.IO.Compression.xml", + "ref/netcore50/fr/System.IO.Compression.xml", + "ref/netcore50/it/System.IO.Compression.xml", + "ref/netcore50/ja/System.IO.Compression.xml", + "ref/netcore50/ko/System.IO.Compression.xml", + "ref/netcore50/ru/System.IO.Compression.xml", + "ref/netcore50/zh-hans/System.IO.Compression.xml", + "ref/netcore50/zh-hant/System.IO.Compression.xml", "ref/netstandard1.1/System.IO.Compression.dll", + "ref/netstandard1.1/System.IO.Compression.xml", + "ref/netstandard1.1/de/System.IO.Compression.xml", + "ref/netstandard1.1/es/System.IO.Compression.xml", + "ref/netstandard1.1/fr/System.IO.Compression.xml", + "ref/netstandard1.1/it/System.IO.Compression.xml", + "ref/netstandard1.1/ja/System.IO.Compression.xml", + "ref/netstandard1.1/ko/System.IO.Compression.xml", + "ref/netstandard1.1/ru/System.IO.Compression.xml", + "ref/netstandard1.1/zh-hans/System.IO.Compression.xml", + "ref/netstandard1.1/zh-hant/System.IO.Compression.xml", "ref/netstandard1.3/System.IO.Compression.dll", + "ref/netstandard1.3/System.IO.Compression.xml", + "ref/netstandard1.3/de/System.IO.Compression.xml", + "ref/netstandard1.3/es/System.IO.Compression.xml", + "ref/netstandard1.3/fr/System.IO.Compression.xml", + "ref/netstandard1.3/it/System.IO.Compression.xml", + "ref/netstandard1.3/ja/System.IO.Compression.xml", + "ref/netstandard1.3/ko/System.IO.Compression.xml", + "ref/netstandard1.3/ru/System.IO.Compression.xml", + "ref/netstandard1.3/zh-hans/System.IO.Compression.xml", + "ref/netstandard1.3/zh-hant/System.IO.Compression.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -7884,6 +11034,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.Compression.ZipFile.dll", "ref/netstandard1.3/System.IO.Compression.ZipFile.dll", + "ref/netstandard1.3/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/de/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/es/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/fr/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/it/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ja/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ko/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ru/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/zh-hans/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/zh-hant/System.IO.Compression.ZipFile.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -7912,6 +11072,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.FileSystem.dll", "ref/netstandard1.3/System.IO.FileSystem.dll", + "ref/netstandard1.3/System.IO.FileSystem.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -7920,14 +11090,13 @@ "system.io.filesystem.nuspec" ] }, - "System.IO.FileSystem.AccessControl/5.0.0": { - "sha512": "SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==", + "System.IO.FileSystem.AccessControl/4.7.0": { + "sha512": "vMToiarpU81LR1/KZtnT7VDPvqAZfw9oOS5nY6pPP78nGYz3COLsQH3OfzbR+SjTgltd31R6KmKklz/zDpTmzw==", "type": "package", - "path": "system.io.filesystem.accesscontrol/5.0.0", + "path": "system.io.filesystem.accesscontrol/4.7.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/net46/System.IO.FileSystem.AccessControl.dll", @@ -7958,7 +11127,7 @@ "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.AccessControl.dll", "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll", "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.xml", - "system.io.filesystem.accesscontrol.5.0.0.nupkg.sha512", + "system.io.filesystem.accesscontrol.4.7.0.nupkg.sha512", "system.io.filesystem.accesscontrol.nuspec", "useSharedDesignerContext.txt", "version.txt" @@ -7985,6 +11154,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.FileSystem.Primitives.dll", "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll", + "ref/netstandard1.3/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.Primitives.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -7993,6 +11172,31 @@ "system.io.filesystem.primitives.nuspec" ] }, + "System.IO.Pipelines/6.0.3": { + "sha512": "ryTgF+iFkpGZY1vRQhfCzX0xTdlV3pyaTTqRu2ETbEv+HlV7O6y7hyQURnghNIXvctl5DuZ//Dpks6HdL/Txgw==", + "type": "package", + "path": "system.io.pipelines/6.0.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.IO.Pipelines.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.IO.Pipelines.dll", + "lib/net461/System.IO.Pipelines.xml", + "lib/net6.0/System.IO.Pipelines.dll", + "lib/net6.0/System.IO.Pipelines.xml", + "lib/netcoreapp3.1/System.IO.Pipelines.dll", + "lib/netcoreapp3.1/System.IO.Pipelines.xml", + "lib/netstandard2.0/System.IO.Pipelines.dll", + "lib/netstandard2.0/System.IO.Pipelines.xml", + "system.io.pipelines.6.0.3.nupkg.sha512", + "system.io.pipelines.nuspec", + "useSharedDesignerContext.txt" + ] + }, "System.Linq/4.3.0": { "sha512": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", "type": "package", @@ -8021,8 +11225,38 @@ "ref/net45/_._", "ref/net463/System.Linq.dll", "ref/netcore50/System.Linq.dll", + "ref/netcore50/System.Linq.xml", + "ref/netcore50/de/System.Linq.xml", + "ref/netcore50/es/System.Linq.xml", + "ref/netcore50/fr/System.Linq.xml", + "ref/netcore50/it/System.Linq.xml", + "ref/netcore50/ja/System.Linq.xml", + "ref/netcore50/ko/System.Linq.xml", + "ref/netcore50/ru/System.Linq.xml", + "ref/netcore50/zh-hans/System.Linq.xml", + "ref/netcore50/zh-hant/System.Linq.xml", "ref/netstandard1.0/System.Linq.dll", + "ref/netstandard1.0/System.Linq.xml", + "ref/netstandard1.0/de/System.Linq.xml", + "ref/netstandard1.0/es/System.Linq.xml", + "ref/netstandard1.0/fr/System.Linq.xml", + "ref/netstandard1.0/it/System.Linq.xml", + "ref/netstandard1.0/ja/System.Linq.xml", + "ref/netstandard1.0/ko/System.Linq.xml", + "ref/netstandard1.0/ru/System.Linq.xml", + "ref/netstandard1.0/zh-hans/System.Linq.xml", + "ref/netstandard1.0/zh-hant/System.Linq.xml", "ref/netstandard1.6/System.Linq.dll", + "ref/netstandard1.6/System.Linq.xml", + "ref/netstandard1.6/de/System.Linq.xml", + "ref/netstandard1.6/es/System.Linq.xml", + "ref/netstandard1.6/fr/System.Linq.xml", + "ref/netstandard1.6/it/System.Linq.xml", + "ref/netstandard1.6/ja/System.Linq.xml", + "ref/netstandard1.6/ko/System.Linq.xml", + "ref/netstandard1.6/ru/System.Linq.xml", + "ref/netstandard1.6/zh-hans/System.Linq.xml", + "ref/netstandard1.6/zh-hant/System.Linq.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8063,9 +11297,49 @@ "ref/net45/_._", "ref/net463/System.Linq.Expressions.dll", "ref/netcore50/System.Linq.Expressions.dll", + "ref/netcore50/System.Linq.Expressions.xml", + "ref/netcore50/de/System.Linq.Expressions.xml", + "ref/netcore50/es/System.Linq.Expressions.xml", + "ref/netcore50/fr/System.Linq.Expressions.xml", + "ref/netcore50/it/System.Linq.Expressions.xml", + "ref/netcore50/ja/System.Linq.Expressions.xml", + "ref/netcore50/ko/System.Linq.Expressions.xml", + "ref/netcore50/ru/System.Linq.Expressions.xml", + "ref/netcore50/zh-hans/System.Linq.Expressions.xml", + "ref/netcore50/zh-hant/System.Linq.Expressions.xml", "ref/netstandard1.0/System.Linq.Expressions.dll", + "ref/netstandard1.0/System.Linq.Expressions.xml", + "ref/netstandard1.0/de/System.Linq.Expressions.xml", + "ref/netstandard1.0/es/System.Linq.Expressions.xml", + "ref/netstandard1.0/fr/System.Linq.Expressions.xml", + "ref/netstandard1.0/it/System.Linq.Expressions.xml", + "ref/netstandard1.0/ja/System.Linq.Expressions.xml", + "ref/netstandard1.0/ko/System.Linq.Expressions.xml", + "ref/netstandard1.0/ru/System.Linq.Expressions.xml", + "ref/netstandard1.0/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.0/zh-hant/System.Linq.Expressions.xml", "ref/netstandard1.3/System.Linq.Expressions.dll", + "ref/netstandard1.3/System.Linq.Expressions.xml", + "ref/netstandard1.3/de/System.Linq.Expressions.xml", + "ref/netstandard1.3/es/System.Linq.Expressions.xml", + "ref/netstandard1.3/fr/System.Linq.Expressions.xml", + "ref/netstandard1.3/it/System.Linq.Expressions.xml", + "ref/netstandard1.3/ja/System.Linq.Expressions.xml", + "ref/netstandard1.3/ko/System.Linq.Expressions.xml", + "ref/netstandard1.3/ru/System.Linq.Expressions.xml", + "ref/netstandard1.3/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.3/zh-hant/System.Linq.Expressions.xml", "ref/netstandard1.6/System.Linq.Expressions.dll", + "ref/netstandard1.6/System.Linq.Expressions.xml", + "ref/netstandard1.6/de/System.Linq.Expressions.xml", + "ref/netstandard1.6/es/System.Linq.Expressions.xml", + "ref/netstandard1.6/fr/System.Linq.Expressions.xml", + "ref/netstandard1.6/it/System.Linq.Expressions.xml", + "ref/netstandard1.6/ja/System.Linq.Expressions.xml", + "ref/netstandard1.6/ko/System.Linq.Expressions.xml", + "ref/netstandard1.6/ru/System.Linq.Expressions.xml", + "ref/netstandard1.6/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.6/zh-hant/System.Linq.Expressions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8113,7 +11387,9 @@ "DotNetPackageIcon.png", "README.md", "lib/net461/System.Memory.Data.dll", + "lib/net461/System.Memory.Data.xml", "lib/netstandard2.0/System.Memory.Data.dll", + "lib/netstandard2.0/System.Memory.Data.xml", "system.memory.data.1.0.2.nupkg.sha512", "system.memory.data.nuspec" ] @@ -8143,9 +11419,49 @@ "ref/monotouch10/_._", "ref/net45/_._", "ref/net46/System.Net.Http.dll", + "ref/net46/System.Net.Http.xml", + "ref/net46/de/System.Net.Http.xml", + "ref/net46/es/System.Net.Http.xml", + "ref/net46/fr/System.Net.Http.xml", + "ref/net46/it/System.Net.Http.xml", + "ref/net46/ja/System.Net.Http.xml", + "ref/net46/ko/System.Net.Http.xml", + "ref/net46/ru/System.Net.Http.xml", + "ref/net46/zh-hans/System.Net.Http.xml", + "ref/net46/zh-hant/System.Net.Http.xml", "ref/netcore50/System.Net.Http.dll", + "ref/netcore50/System.Net.Http.xml", + "ref/netcore50/de/System.Net.Http.xml", + "ref/netcore50/es/System.Net.Http.xml", + "ref/netcore50/fr/System.Net.Http.xml", + "ref/netcore50/it/System.Net.Http.xml", + "ref/netcore50/ja/System.Net.Http.xml", + "ref/netcore50/ko/System.Net.Http.xml", + "ref/netcore50/ru/System.Net.Http.xml", + "ref/netcore50/zh-hans/System.Net.Http.xml", + "ref/netcore50/zh-hant/System.Net.Http.xml", "ref/netstandard1.1/System.Net.Http.dll", + "ref/netstandard1.1/System.Net.Http.xml", + "ref/netstandard1.1/de/System.Net.Http.xml", + "ref/netstandard1.1/es/System.Net.Http.xml", + "ref/netstandard1.1/fr/System.Net.Http.xml", + "ref/netstandard1.1/it/System.Net.Http.xml", + "ref/netstandard1.1/ja/System.Net.Http.xml", + "ref/netstandard1.1/ko/System.Net.Http.xml", + "ref/netstandard1.1/ru/System.Net.Http.xml", + "ref/netstandard1.1/zh-hans/System.Net.Http.xml", + "ref/netstandard1.1/zh-hant/System.Net.Http.xml", "ref/netstandard1.3/System.Net.Http.dll", + "ref/netstandard1.3/System.Net.Http.xml", + "ref/netstandard1.3/de/System.Net.Http.xml", + "ref/netstandard1.3/es/System.Net.Http.xml", + "ref/netstandard1.3/fr/System.Net.Http.xml", + "ref/netstandard1.3/it/System.Net.Http.xml", + "ref/netstandard1.3/ja/System.Net.Http.xml", + "ref/netstandard1.3/ko/System.Net.Http.xml", + "ref/netstandard1.3/ru/System.Net.Http.xml", + "ref/netstandard1.3/zh-hans/System.Net.Http.xml", + "ref/netstandard1.3/zh-hant/System.Net.Http.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -8184,9 +11500,49 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Net.Primitives.dll", + "ref/netcore50/System.Net.Primitives.xml", + "ref/netcore50/de/System.Net.Primitives.xml", + "ref/netcore50/es/System.Net.Primitives.xml", + "ref/netcore50/fr/System.Net.Primitives.xml", + "ref/netcore50/it/System.Net.Primitives.xml", + "ref/netcore50/ja/System.Net.Primitives.xml", + "ref/netcore50/ko/System.Net.Primitives.xml", + "ref/netcore50/ru/System.Net.Primitives.xml", + "ref/netcore50/zh-hans/System.Net.Primitives.xml", + "ref/netcore50/zh-hant/System.Net.Primitives.xml", "ref/netstandard1.0/System.Net.Primitives.dll", + "ref/netstandard1.0/System.Net.Primitives.xml", + "ref/netstandard1.0/de/System.Net.Primitives.xml", + "ref/netstandard1.0/es/System.Net.Primitives.xml", + "ref/netstandard1.0/fr/System.Net.Primitives.xml", + "ref/netstandard1.0/it/System.Net.Primitives.xml", + "ref/netstandard1.0/ja/System.Net.Primitives.xml", + "ref/netstandard1.0/ko/System.Net.Primitives.xml", + "ref/netstandard1.0/ru/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Net.Primitives.xml", "ref/netstandard1.1/System.Net.Primitives.dll", + "ref/netstandard1.1/System.Net.Primitives.xml", + "ref/netstandard1.1/de/System.Net.Primitives.xml", + "ref/netstandard1.1/es/System.Net.Primitives.xml", + "ref/netstandard1.1/fr/System.Net.Primitives.xml", + "ref/netstandard1.1/it/System.Net.Primitives.xml", + "ref/netstandard1.1/ja/System.Net.Primitives.xml", + "ref/netstandard1.1/ko/System.Net.Primitives.xml", + "ref/netstandard1.1/ru/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hant/System.Net.Primitives.xml", "ref/netstandard1.3/System.Net.Primitives.dll", + "ref/netstandard1.3/System.Net.Primitives.xml", + "ref/netstandard1.3/de/System.Net.Primitives.xml", + "ref/netstandard1.3/es/System.Net.Primitives.xml", + "ref/netstandard1.3/fr/System.Net.Primitives.xml", + "ref/netstandard1.3/it/System.Net.Primitives.xml", + "ref/netstandard1.3/ja/System.Net.Primitives.xml", + "ref/netstandard1.3/ko/System.Net.Primitives.xml", + "ref/netstandard1.3/ru/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.Net.Primitives.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8219,6 +11575,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Net.Sockets.dll", "ref/netstandard1.3/System.Net.Sockets.dll", + "ref/netstandard1.3/System.Net.Sockets.xml", + "ref/netstandard1.3/de/System.Net.Sockets.xml", + "ref/netstandard1.3/es/System.Net.Sockets.xml", + "ref/netstandard1.3/fr/System.Net.Sockets.xml", + "ref/netstandard1.3/it/System.Net.Sockets.xml", + "ref/netstandard1.3/ja/System.Net.Sockets.xml", + "ref/netstandard1.3/ko/System.Net.Sockets.xml", + "ref/netstandard1.3/ru/System.Net.Sockets.xml", + "ref/netstandard1.3/zh-hans/System.Net.Sockets.xml", + "ref/netstandard1.3/zh-hant/System.Net.Sockets.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -8239,9 +11605,12 @@ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/System.Numerics.Vectors.dll", + "lib/net46/System.Numerics.Vectors.xml", "lib/netcoreapp2.0/_._", "lib/netstandard1.0/System.Numerics.Vectors.dll", + "lib/netstandard1.0/System.Numerics.Vectors.xml", "lib/netstandard2.0/System.Numerics.Vectors.dll", + "lib/netstandard2.0/System.Numerics.Vectors.xml", "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll", "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml", "lib/uap10.0.16299/_._", @@ -8252,10 +11621,14 @@ "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net45/System.Numerics.Vectors.dll", + "ref/net45/System.Numerics.Vectors.xml", "ref/net46/System.Numerics.Vectors.dll", + "ref/net46/System.Numerics.Vectors.xml", "ref/netcoreapp2.0/_._", "ref/netstandard1.0/System.Numerics.Vectors.dll", + "ref/netstandard1.0/System.Numerics.Vectors.xml", "ref/netstandard2.0/System.Numerics.Vectors.dll", + "ref/netstandard2.0/System.Numerics.Vectors.xml", "ref/uap10.0.16299/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", @@ -8293,8 +11666,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.ObjectModel.dll", + "ref/netcore50/System.ObjectModel.xml", + "ref/netcore50/de/System.ObjectModel.xml", + "ref/netcore50/es/System.ObjectModel.xml", + "ref/netcore50/fr/System.ObjectModel.xml", + "ref/netcore50/it/System.ObjectModel.xml", + "ref/netcore50/ja/System.ObjectModel.xml", + "ref/netcore50/ko/System.ObjectModel.xml", + "ref/netcore50/ru/System.ObjectModel.xml", + "ref/netcore50/zh-hans/System.ObjectModel.xml", + "ref/netcore50/zh-hant/System.ObjectModel.xml", "ref/netstandard1.0/System.ObjectModel.dll", + "ref/netstandard1.0/System.ObjectModel.xml", + "ref/netstandard1.0/de/System.ObjectModel.xml", + "ref/netstandard1.0/es/System.ObjectModel.xml", + "ref/netstandard1.0/fr/System.ObjectModel.xml", + "ref/netstandard1.0/it/System.ObjectModel.xml", + "ref/netstandard1.0/ja/System.ObjectModel.xml", + "ref/netstandard1.0/ko/System.ObjectModel.xml", + "ref/netstandard1.0/ru/System.ObjectModel.xml", + "ref/netstandard1.0/zh-hans/System.ObjectModel.xml", + "ref/netstandard1.0/zh-hant/System.ObjectModel.xml", "ref/netstandard1.3/System.ObjectModel.dll", + "ref/netstandard1.3/System.ObjectModel.xml", + "ref/netstandard1.3/de/System.ObjectModel.xml", + "ref/netstandard1.3/es/System.ObjectModel.xml", + "ref/netstandard1.3/fr/System.ObjectModel.xml", + "ref/netstandard1.3/it/System.ObjectModel.xml", + "ref/netstandard1.3/ja/System.ObjectModel.xml", + "ref/netstandard1.3/ko/System.ObjectModel.xml", + "ref/netstandard1.3/ru/System.ObjectModel.xml", + "ref/netstandard1.3/zh-hans/System.ObjectModel.xml", + "ref/netstandard1.3/zh-hant/System.ObjectModel.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8349,9 +11752,49 @@ "ref/net45/_._", "ref/net462/System.Reflection.dll", "ref/netcore50/System.Reflection.dll", + "ref/netcore50/System.Reflection.xml", + "ref/netcore50/de/System.Reflection.xml", + "ref/netcore50/es/System.Reflection.xml", + "ref/netcore50/fr/System.Reflection.xml", + "ref/netcore50/it/System.Reflection.xml", + "ref/netcore50/ja/System.Reflection.xml", + "ref/netcore50/ko/System.Reflection.xml", + "ref/netcore50/ru/System.Reflection.xml", + "ref/netcore50/zh-hans/System.Reflection.xml", + "ref/netcore50/zh-hant/System.Reflection.xml", "ref/netstandard1.0/System.Reflection.dll", + "ref/netstandard1.0/System.Reflection.xml", + "ref/netstandard1.0/de/System.Reflection.xml", + "ref/netstandard1.0/es/System.Reflection.xml", + "ref/netstandard1.0/fr/System.Reflection.xml", + "ref/netstandard1.0/it/System.Reflection.xml", + "ref/netstandard1.0/ja/System.Reflection.xml", + "ref/netstandard1.0/ko/System.Reflection.xml", + "ref/netstandard1.0/ru/System.Reflection.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.xml", "ref/netstandard1.3/System.Reflection.dll", + "ref/netstandard1.3/System.Reflection.xml", + "ref/netstandard1.3/de/System.Reflection.xml", + "ref/netstandard1.3/es/System.Reflection.xml", + "ref/netstandard1.3/fr/System.Reflection.xml", + "ref/netstandard1.3/it/System.Reflection.xml", + "ref/netstandard1.3/ja/System.Reflection.xml", + "ref/netstandard1.3/ko/System.Reflection.xml", + "ref/netstandard1.3/ru/System.Reflection.xml", + "ref/netstandard1.3/zh-hans/System.Reflection.xml", + "ref/netstandard1.3/zh-hant/System.Reflection.xml", "ref/netstandard1.5/System.Reflection.dll", + "ref/netstandard1.5/System.Reflection.xml", + "ref/netstandard1.5/de/System.Reflection.xml", + "ref/netstandard1.5/es/System.Reflection.xml", + "ref/netstandard1.5/fr/System.Reflection.xml", + "ref/netstandard1.5/it/System.Reflection.xml", + "ref/netstandard1.5/ja/System.Reflection.xml", + "ref/netstandard1.5/ko/System.Reflection.xml", + "ref/netstandard1.5/ru/System.Reflection.xml", + "ref/netstandard1.5/zh-hans/System.Reflection.xml", + "ref/netstandard1.5/zh-hant/System.Reflection.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8385,6 +11828,16 @@ "ref/MonoAndroid10/_._", "ref/net45/_._", "ref/netstandard1.1/System.Reflection.Emit.dll", + "ref/netstandard1.1/System.Reflection.Emit.xml", + "ref/netstandard1.1/de/System.Reflection.Emit.xml", + "ref/netstandard1.1/es/System.Reflection.Emit.xml", + "ref/netstandard1.1/fr/System.Reflection.Emit.xml", + "ref/netstandard1.1/it/System.Reflection.Emit.xml", + "ref/netstandard1.1/ja/System.Reflection.Emit.xml", + "ref/netstandard1.1/ko/System.Reflection.Emit.xml", + "ref/netstandard1.1/ru/System.Reflection.Emit.xml", + "ref/netstandard1.1/zh-hans/System.Reflection.Emit.xml", + "ref/netstandard1.1/zh-hant/System.Reflection.Emit.xml", "ref/xamarinmac20/_._", "system.reflection.emit.4.3.0.nupkg.sha512", "system.reflection.emit.nuspec" @@ -8414,6 +11867,16 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll", + "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/de/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/es/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/fr/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/it/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ja/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ko/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ru/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Emit.ILGeneration.xml", "ref/portable-net45+wp8/_._", "ref/wp80/_._", "ref/xamarinios10/_._", @@ -8449,6 +11912,16 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netstandard1.0/System.Reflection.Emit.Lightweight.dll", + "ref/netstandard1.0/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/de/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/es/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/fr/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/it/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ja/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ko/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ru/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Emit.Lightweight.xml", "ref/portable-net45+wp8/_._", "ref/wp80/_._", "ref/xamarinios10/_._", @@ -8484,7 +11957,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Reflection.Extensions.dll", + "ref/netcore50/System.Reflection.Extensions.xml", + "ref/netcore50/de/System.Reflection.Extensions.xml", + "ref/netcore50/es/System.Reflection.Extensions.xml", + "ref/netcore50/fr/System.Reflection.Extensions.xml", + "ref/netcore50/it/System.Reflection.Extensions.xml", + "ref/netcore50/ja/System.Reflection.Extensions.xml", + "ref/netcore50/ko/System.Reflection.Extensions.xml", + "ref/netcore50/ru/System.Reflection.Extensions.xml", + "ref/netcore50/zh-hans/System.Reflection.Extensions.xml", + "ref/netcore50/zh-hant/System.Reflection.Extensions.xml", "ref/netstandard1.0/System.Reflection.Extensions.dll", + "ref/netstandard1.0/System.Reflection.Extensions.xml", + "ref/netstandard1.0/de/System.Reflection.Extensions.xml", + "ref/netstandard1.0/es/System.Reflection.Extensions.xml", + "ref/netstandard1.0/fr/System.Reflection.Extensions.xml", + "ref/netstandard1.0/it/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ja/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ko/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ru/System.Reflection.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Extensions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8497,23 +11990,27 @@ "system.reflection.extensions.nuspec" ] }, - "System.Reflection.Metadata/1.6.0": { - "sha512": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==", + "System.Reflection.Metadata/6.0.1": { + "sha512": "III/lNMSn0ZRBuM9m5Cgbiho5j81u0FAEagFX5ta2DKbljZ3T0IpD8j+BIiHQPeKqJppWS9bGEp6JnKnWKze0g==", "type": "package", - "path": "system.reflection.metadata/1.6.0", + "path": "system.reflection.metadata/6.0.1", "files": [ ".nupkg.metadata", ".signature.p7s", + "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", - "lib/netstandard1.1/System.Reflection.Metadata.dll", + "buildTransitive/netcoreapp2.0/System.Reflection.Metadata.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Reflection.Metadata.dll", + "lib/net461/System.Reflection.Metadata.xml", + "lib/net6.0/System.Reflection.Metadata.dll", + "lib/net6.0/System.Reflection.Metadata.xml", "lib/netstandard2.0/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "system.reflection.metadata.1.6.0.nupkg.sha512", + "lib/netstandard2.0/System.Reflection.Metadata.xml", + "system.reflection.metadata.6.0.1.nupkg.sha512", "system.reflection.metadata.nuspec", - "useSharedDesignerContext.txt", - "version.txt" + "useSharedDesignerContext.txt" ] }, "System.Reflection.Primitives/4.3.0": { @@ -8540,7 +12037,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/netcore50/de/System.Reflection.Primitives.xml", + "ref/netcore50/es/System.Reflection.Primitives.xml", + "ref/netcore50/fr/System.Reflection.Primitives.xml", + "ref/netcore50/it/System.Reflection.Primitives.xml", + "ref/netcore50/ja/System.Reflection.Primitives.xml", + "ref/netcore50/ko/System.Reflection.Primitives.xml", + "ref/netcore50/ru/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hans/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hant/System.Reflection.Primitives.xml", "ref/netstandard1.0/System.Reflection.Primitives.dll", + "ref/netstandard1.0/System.Reflection.Primitives.xml", + "ref/netstandard1.0/de/System.Reflection.Primitives.xml", + "ref/netstandard1.0/es/System.Reflection.Primitives.xml", + "ref/netstandard1.0/fr/System.Reflection.Primitives.xml", + "ref/netstandard1.0/it/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ja/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ko/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ru/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8631,7 +12148,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/netcore50/System.Resources.ResourceManager.xml", + "ref/netcore50/de/System.Resources.ResourceManager.xml", + "ref/netcore50/es/System.Resources.ResourceManager.xml", + "ref/netcore50/fr/System.Resources.ResourceManager.xml", + "ref/netcore50/it/System.Resources.ResourceManager.xml", + "ref/netcore50/ja/System.Resources.ResourceManager.xml", + "ref/netcore50/ko/System.Resources.ResourceManager.xml", + "ref/netcore50/ru/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml", "ref/netstandard1.0/System.Resources.ResourceManager.dll", + "ref/netstandard1.0/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/de/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/es/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/it/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8670,10 +12207,60 @@ "ref/net45/_._", "ref/net462/System.Runtime.dll", "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", + "ref/netcore50/de/System.Runtime.xml", + "ref/netcore50/es/System.Runtime.xml", + "ref/netcore50/fr/System.Runtime.xml", + "ref/netcore50/it/System.Runtime.xml", + "ref/netcore50/ja/System.Runtime.xml", + "ref/netcore50/ko/System.Runtime.xml", + "ref/netcore50/ru/System.Runtime.xml", + "ref/netcore50/zh-hans/System.Runtime.xml", + "ref/netcore50/zh-hant/System.Runtime.xml", "ref/netstandard1.0/System.Runtime.dll", + "ref/netstandard1.0/System.Runtime.xml", + "ref/netstandard1.0/de/System.Runtime.xml", + "ref/netstandard1.0/es/System.Runtime.xml", + "ref/netstandard1.0/fr/System.Runtime.xml", + "ref/netstandard1.0/it/System.Runtime.xml", + "ref/netstandard1.0/ja/System.Runtime.xml", + "ref/netstandard1.0/ko/System.Runtime.xml", + "ref/netstandard1.0/ru/System.Runtime.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.xml", "ref/netstandard1.2/System.Runtime.dll", + "ref/netstandard1.2/System.Runtime.xml", + "ref/netstandard1.2/de/System.Runtime.xml", + "ref/netstandard1.2/es/System.Runtime.xml", + "ref/netstandard1.2/fr/System.Runtime.xml", + "ref/netstandard1.2/it/System.Runtime.xml", + "ref/netstandard1.2/ja/System.Runtime.xml", + "ref/netstandard1.2/ko/System.Runtime.xml", + "ref/netstandard1.2/ru/System.Runtime.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.xml", "ref/netstandard1.3/System.Runtime.dll", + "ref/netstandard1.3/System.Runtime.xml", + "ref/netstandard1.3/de/System.Runtime.xml", + "ref/netstandard1.3/es/System.Runtime.xml", + "ref/netstandard1.3/fr/System.Runtime.xml", + "ref/netstandard1.3/it/System.Runtime.xml", + "ref/netstandard1.3/ja/System.Runtime.xml", + "ref/netstandard1.3/ko/System.Runtime.xml", + "ref/netstandard1.3/ru/System.Runtime.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.xml", "ref/netstandard1.5/System.Runtime.dll", + "ref/netstandard1.5/System.Runtime.xml", + "ref/netstandard1.5/de/System.Runtime.xml", + "ref/netstandard1.5/es/System.Runtime.xml", + "ref/netstandard1.5/fr/System.Runtime.xml", + "ref/netstandard1.5/it/System.Runtime.xml", + "ref/netstandard1.5/ja/System.Runtime.xml", + "ref/netstandard1.5/ko/System.Runtime.xml", + "ref/netstandard1.5/ru/System.Runtime.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.xml", "ref/portable-net45+win8+wp80+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8738,9 +12325,13 @@ "buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets", "buildTransitive/netcoreapp3.1/_._", "lib/net461/System.Runtime.CompilerServices.Unsafe.dll", + "lib/net461/System.Runtime.CompilerServices.Unsafe.xml", "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml", "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.xml", "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", "system.runtime.compilerservices.unsafe.nuspec", "useSharedDesignerContext.txt" @@ -8772,9 +12363,49 @@ "ref/net45/_._", "ref/net462/System.Runtime.Extensions.dll", "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", + "ref/netcore50/de/System.Runtime.Extensions.xml", + "ref/netcore50/es/System.Runtime.Extensions.xml", + "ref/netcore50/fr/System.Runtime.Extensions.xml", + "ref/netcore50/it/System.Runtime.Extensions.xml", + "ref/netcore50/ja/System.Runtime.Extensions.xml", + "ref/netcore50/ko/System.Runtime.Extensions.xml", + "ref/netcore50/ru/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/netstandard1.0/System.Runtime.Extensions.dll", + "ref/netstandard1.0/System.Runtime.Extensions.xml", + "ref/netstandard1.0/de/System.Runtime.Extensions.xml", + "ref/netstandard1.0/es/System.Runtime.Extensions.xml", + "ref/netstandard1.0/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.0/it/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml", "ref/netstandard1.3/System.Runtime.Extensions.dll", + "ref/netstandard1.3/System.Runtime.Extensions.xml", + "ref/netstandard1.3/de/System.Runtime.Extensions.xml", + "ref/netstandard1.3/es/System.Runtime.Extensions.xml", + "ref/netstandard1.3/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.3/it/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml", "ref/netstandard1.5/System.Runtime.Extensions.dll", + "ref/netstandard1.5/System.Runtime.Extensions.xml", + "ref/netstandard1.5/de/System.Runtime.Extensions.xml", + "ref/netstandard1.5/es/System.Runtime.Extensions.xml", + "ref/netstandard1.5/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.5/it/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8807,6 +12438,16 @@ "ref/MonoTouch10/_._", "ref/net46/_._", "ref/netstandard1.3/System.Runtime.Handles.dll", + "ref/netstandard1.3/System.Runtime.Handles.xml", + "ref/netstandard1.3/de/System.Runtime.Handles.xml", + "ref/netstandard1.3/es/System.Runtime.Handles.xml", + "ref/netstandard1.3/fr/System.Runtime.Handles.xml", + "ref/netstandard1.3/it/System.Runtime.Handles.xml", + "ref/netstandard1.3/ja/System.Runtime.Handles.xml", + "ref/netstandard1.3/ko/System.Runtime.Handles.xml", + "ref/netstandard1.3/ru/System.Runtime.Handles.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Handles.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Handles.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -8842,11 +12483,61 @@ "ref/net462/System.Runtime.InteropServices.dll", "ref/net463/System.Runtime.InteropServices.dll", "ref/netcore50/System.Runtime.InteropServices.dll", + "ref/netcore50/System.Runtime.InteropServices.xml", + "ref/netcore50/de/System.Runtime.InteropServices.xml", + "ref/netcore50/es/System.Runtime.InteropServices.xml", + "ref/netcore50/fr/System.Runtime.InteropServices.xml", + "ref/netcore50/it/System.Runtime.InteropServices.xml", + "ref/netcore50/ja/System.Runtime.InteropServices.xml", + "ref/netcore50/ko/System.Runtime.InteropServices.xml", + "ref/netcore50/ru/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hans/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hant/System.Runtime.InteropServices.xml", "ref/netcoreapp1.1/System.Runtime.InteropServices.dll", "ref/netstandard1.1/System.Runtime.InteropServices.dll", + "ref/netstandard1.1/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml", "ref/netstandard1.2/System.Runtime.InteropServices.dll", + "ref/netstandard1.2/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml", "ref/netstandard1.3/System.Runtime.InteropServices.dll", + "ref/netstandard1.3/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml", "ref/netstandard1.5/System.Runtime.InteropServices.dll", + "ref/netstandard1.5/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -8918,7 +12609,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Runtime.Numerics.dll", + "ref/netcore50/System.Runtime.Numerics.xml", + "ref/netcore50/de/System.Runtime.Numerics.xml", + "ref/netcore50/es/System.Runtime.Numerics.xml", + "ref/netcore50/fr/System.Runtime.Numerics.xml", + "ref/netcore50/it/System.Runtime.Numerics.xml", + "ref/netcore50/ja/System.Runtime.Numerics.xml", + "ref/netcore50/ko/System.Runtime.Numerics.xml", + "ref/netcore50/ru/System.Runtime.Numerics.xml", + "ref/netcore50/zh-hans/System.Runtime.Numerics.xml", + "ref/netcore50/zh-hant/System.Runtime.Numerics.xml", "ref/netstandard1.1/System.Runtime.Numerics.dll", + "ref/netstandard1.1/System.Runtime.Numerics.xml", + "ref/netstandard1.1/de/System.Runtime.Numerics.xml", + "ref/netstandard1.1/es/System.Runtime.Numerics.xml", + "ref/netstandard1.1/fr/System.Runtime.Numerics.xml", + "ref/netstandard1.1/it/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ja/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ko/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ru/System.Runtime.Numerics.xml", + "ref/netstandard1.1/zh-hans/System.Runtime.Numerics.xml", + "ref/netstandard1.1/zh-hant/System.Runtime.Numerics.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -8956,7 +12667,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Runtime.Serialization.Json.dll", + "ref/netcore50/System.Runtime.Serialization.Json.xml", + "ref/netcore50/de/System.Runtime.Serialization.Json.xml", + "ref/netcore50/es/System.Runtime.Serialization.Json.xml", + "ref/netcore50/fr/System.Runtime.Serialization.Json.xml", + "ref/netcore50/it/System.Runtime.Serialization.Json.xml", + "ref/netcore50/ja/System.Runtime.Serialization.Json.xml", + "ref/netcore50/ko/System.Runtime.Serialization.Json.xml", + "ref/netcore50/ru/System.Runtime.Serialization.Json.xml", + "ref/netcore50/zh-hans/System.Runtime.Serialization.Json.xml", + "ref/netcore50/zh-hant/System.Runtime.Serialization.Json.xml", "ref/netstandard1.0/System.Runtime.Serialization.Json.dll", + "ref/netstandard1.0/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/de/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/es/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/fr/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/it/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/ja/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/ko/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/ru/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Json.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8997,8 +12728,38 @@ "ref/net45/_._", "ref/net46/System.Runtime.Serialization.Primitives.dll", "ref/netcore50/System.Runtime.Serialization.Primitives.dll", + "ref/netcore50/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/de/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/es/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/fr/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/it/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/ja/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/ko/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/ru/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/zh-hans/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/zh-hant/System.Runtime.Serialization.Primitives.xml", "ref/netstandard1.0/System.Runtime.Serialization.Primitives.dll", + "ref/netstandard1.0/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/de/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/es/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/fr/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/it/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/ja/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/ko/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/ru/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Primitives.xml", "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll", + "ref/netstandard1.3/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/de/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/es/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/fr/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/it/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/ja/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/ko/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/ru/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Serialization.Primitives.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9180,6 +12941,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Security.Cryptography.Encoding.dll", "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll", + "ref/netstandard1.3/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/de/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/es/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/fr/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/it/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ja/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ko/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ru/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/zh-hans/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/zh-hant/System.Security.Cryptography.Encoding.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -9207,6 +12978,39 @@ "system.security.cryptography.openssl.nuspec" ] }, + "System.Security.Cryptography.Pkcs/9.0.0": { + "sha512": "8tluJF8w9si+2yoHeL8rgVJS6lKvWomTDC8px65Z8MCzzdME5eaPtEQf4OfVGrAxB5fW93ncucy1+221O9EQaw==", + "type": "package", + "path": "system.security.cryptography.pkcs/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Security.Cryptography.Pkcs.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/System.Security.Cryptography.Pkcs.targets", + "lib/net462/System.Security.Cryptography.Pkcs.dll", + "lib/net462/System.Security.Cryptography.Pkcs.xml", + "lib/net8.0/System.Security.Cryptography.Pkcs.dll", + "lib/net8.0/System.Security.Cryptography.Pkcs.xml", + "lib/net9.0/System.Security.Cryptography.Pkcs.dll", + "lib/net9.0/System.Security.Cryptography.Pkcs.xml", + "lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll", + "lib/netstandard2.0/System.Security.Cryptography.Pkcs.xml", + "lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll", + "lib/netstandard2.1/System.Security.Cryptography.Pkcs.xml", + "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll", + "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.xml", + "runtimes/win/lib/net9.0/System.Security.Cryptography.Pkcs.dll", + "runtimes/win/lib/net9.0/System.Security.Cryptography.Pkcs.xml", + "system.security.cryptography.pkcs.9.0.0.nupkg.sha512", + "system.security.cryptography.pkcs.nuspec", + "useSharedDesignerContext.txt" + ] + }, "System.Security.Cryptography.Primitives/4.3.0": { "sha512": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", "type": "package", @@ -9294,7 +13098,27 @@ "ref/net46/System.Security.Cryptography.X509Certificates.dll", "ref/net461/System.Security.Cryptography.X509Certificates.dll", "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/de/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/es/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/fr/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/it/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ja/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ko/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ru/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/zh-hant/System.Security.Cryptography.X509Certificates.xml", "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/de/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/es/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/fr/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/it/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ja/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ko/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ru/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/zh-hant/System.Security.Cryptography.X509Certificates.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -9308,6 +13132,33 @@ "system.security.cryptography.x509certificates.nuspec" ] }, + "System.Security.Cryptography.Xml/9.0.0": { + "sha512": "GQZn5wFd+pyOfwWaCbqxG7trQ5ox01oR8kYgWflgtux4HiUNihGEgG2TktRWyH+9bw7NoEju1D41H/upwQeFQw==", + "type": "package", + "path": "system.security.cryptography.xml/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Security.Cryptography.Xml.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/System.Security.Cryptography.Xml.targets", + "lib/net462/System.Security.Cryptography.Xml.dll", + "lib/net462/System.Security.Cryptography.Xml.xml", + "lib/net8.0/System.Security.Cryptography.Xml.dll", + "lib/net8.0/System.Security.Cryptography.Xml.xml", + "lib/net9.0/System.Security.Cryptography.Xml.dll", + "lib/net9.0/System.Security.Cryptography.Xml.xml", + "lib/netstandard2.0/System.Security.Cryptography.Xml.dll", + "lib/netstandard2.0/System.Security.Cryptography.Xml.xml", + "system.security.cryptography.xml.9.0.0.nupkg.sha512", + "system.security.cryptography.xml.nuspec", + "useSharedDesignerContext.txt" + ] + }, "System.Security.Principal.Windows/5.0.0": { "sha512": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==", "type": "package", @@ -9387,8 +13238,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Text.Encoding.dll", + "ref/netcore50/System.Text.Encoding.xml", + "ref/netcore50/de/System.Text.Encoding.xml", + "ref/netcore50/es/System.Text.Encoding.xml", + "ref/netcore50/fr/System.Text.Encoding.xml", + "ref/netcore50/it/System.Text.Encoding.xml", + "ref/netcore50/ja/System.Text.Encoding.xml", + "ref/netcore50/ko/System.Text.Encoding.xml", + "ref/netcore50/ru/System.Text.Encoding.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.xml", "ref/netstandard1.0/System.Text.Encoding.dll", + "ref/netstandard1.0/System.Text.Encoding.xml", + "ref/netstandard1.0/de/System.Text.Encoding.xml", + "ref/netstandard1.0/es/System.Text.Encoding.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.xml", + "ref/netstandard1.0/it/System.Text.Encoding.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml", "ref/netstandard1.3/System.Text.Encoding.dll", + "ref/netstandard1.3/System.Text.Encoding.xml", + "ref/netstandard1.3/de/System.Text.Encoding.xml", + "ref/netstandard1.3/es/System.Text.Encoding.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.xml", + "ref/netstandard1.3/it/System.Text.Encoding.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9401,6 +13282,45 @@ "system.text.encoding.nuspec" ] }, + "System.Text.Encoding.CodePages/6.0.0": { + "sha512": "ZFCILZuOvtKPauZ/j/swhvw68ZRi9ATCfvGbk1QfydmcXBkIWecWKn/250UH7rahZ5OoDBaiAudJtPvLwzw85A==", + "type": "package", + "path": "system.text.encoding.codepages/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Text.Encoding.CodePages.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net461/System.Text.Encoding.CodePages.dll", + "lib/net461/System.Text.Encoding.CodePages.xml", + "lib/net6.0/System.Text.Encoding.CodePages.dll", + "lib/net6.0/System.Text.Encoding.CodePages.xml", + "lib/netcoreapp3.1/System.Text.Encoding.CodePages.dll", + "lib/netcoreapp3.1/System.Text.Encoding.CodePages.xml", + "lib/netstandard2.0/System.Text.Encoding.CodePages.dll", + "lib/netstandard2.0/System.Text.Encoding.CodePages.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "runtimes/win/lib/net461/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/net461/System.Text.Encoding.CodePages.xml", + "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.xml", + "runtimes/win/lib/netcoreapp3.1/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/netcoreapp3.1/System.Text.Encoding.CodePages.xml", + "runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.xml", + "system.text.encoding.codepages.6.0.0.nupkg.sha512", + "system.text.encoding.codepages.nuspec", + "useSharedDesignerContext.txt" + ] + }, "System.Text.Encoding.Extensions/4.3.0": { "sha512": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", "type": "package", @@ -9425,8 +13345,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Text.Encoding.Extensions.dll", + "ref/netcore50/System.Text.Encoding.Extensions.xml", + "ref/netcore50/de/System.Text.Encoding.Extensions.xml", + "ref/netcore50/es/System.Text.Encoding.Extensions.xml", + "ref/netcore50/fr/System.Text.Encoding.Extensions.xml", + "ref/netcore50/it/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ja/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ko/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ru/System.Text.Encoding.Extensions.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml", "ref/netstandard1.0/System.Text.Encoding.Extensions.dll", + "ref/netstandard1.0/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/de/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/es/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/it/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.Extensions.xml", "ref/netstandard1.3/System.Text.Encoding.Extensions.dll", + "ref/netstandard1.3/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/de/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/es/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/it/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.Extensions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9439,85 +13389,50 @@ "system.text.encoding.extensions.nuspec" ] }, - "System.Text.Encodings.Web/6.0.0": { - "sha512": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", + "System.Text.Encodings.Web/4.7.2": { + "sha512": "iTUgB/WtrZ1sWZs84F2hwyQhiRH6QNjQv2DkwrH+WP6RoFga2Q1m3f9/Q7FG8cck8AdHitQkmkXSY8qylcDmuA==", "type": "package", - "path": "system.text.encodings.web/6.0.0", + "path": "system.text.encodings.web/4.7.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/netcoreapp2.0/System.Text.Encodings.Web.targets", - "buildTransitive/netcoreapp3.1/_._", "lib/net461/System.Text.Encodings.Web.dll", "lib/net461/System.Text.Encodings.Web.xml", - "lib/net6.0/System.Text.Encodings.Web.dll", - "lib/net6.0/System.Text.Encodings.Web.xml", - "lib/netcoreapp3.1/System.Text.Encodings.Web.dll", - "lib/netcoreapp3.1/System.Text.Encodings.Web.xml", + "lib/netstandard1.0/System.Text.Encodings.Web.dll", + "lib/netstandard1.0/System.Text.Encodings.Web.xml", "lib/netstandard2.0/System.Text.Encodings.Web.dll", "lib/netstandard2.0/System.Text.Encodings.Web.xml", - "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll", - "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.xml", - "system.text.encodings.web.6.0.0.nupkg.sha512", + "lib/netstandard2.1/System.Text.Encodings.Web.dll", + "lib/netstandard2.1/System.Text.Encodings.Web.xml", + "system.text.encodings.web.4.7.2.nupkg.sha512", "system.text.encodings.web.nuspec", - "useSharedDesignerContext.txt" + "useSharedDesignerContext.txt", + "version.txt" ] }, - "System.Text.Json/6.0.0": { - "sha512": "zaJsHfESQvJ11vbXnNlkrR46IaMULk/gHxYsJphzSF+07kTjPHv+Oc14w6QEOfo3Q4hqLJgStUaYB9DBl0TmWg==", + "System.Text.Json/4.7.2": { + "sha512": "TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==", "type": "package", - "path": "system.text.json/6.0.0", + "path": "system.text.json/4.7.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", - "analyzers/dotnet/roslyn3.11/cs/System.Text.Json.SourceGeneration.dll", - "analyzers/dotnet/roslyn3.11/cs/cs/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/de/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/es/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/fr/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/it/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ja/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ko/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pl/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ru/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/tr/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/System.Text.Json.SourceGeneration.dll", - "analyzers/dotnet/roslyn4.0/cs/cs/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/de/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/es/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/fr/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/it/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ja/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ko/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pl/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ru/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/tr/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll", - "build/System.Text.Json.targets", - "buildTransitive/netcoreapp2.0/System.Text.Json.targets", - "buildTransitive/netcoreapp3.1/_._", "lib/net461/System.Text.Json.dll", "lib/net461/System.Text.Json.xml", - "lib/net6.0/System.Text.Json.dll", - "lib/net6.0/System.Text.Json.xml", - "lib/netcoreapp3.1/System.Text.Json.dll", - "lib/netcoreapp3.1/System.Text.Json.xml", + "lib/netcoreapp3.0/System.Text.Json.dll", + "lib/netcoreapp3.0/System.Text.Json.xml", "lib/netstandard2.0/System.Text.Json.dll", "lib/netstandard2.0/System.Text.Json.xml", - "system.text.json.6.0.0.nupkg.sha512", + "system.text.json.4.7.2.nupkg.sha512", "system.text.json.nuspec", - "useSharedDesignerContext.txt" + "useSharedDesignerContext.txt", + "version.txt" ] }, "System.Text.RegularExpressions/4.3.0": { @@ -9548,10 +13463,50 @@ "ref/net45/_._", "ref/net463/System.Text.RegularExpressions.dll", "ref/netcore50/System.Text.RegularExpressions.dll", + "ref/netcore50/System.Text.RegularExpressions.xml", + "ref/netcore50/de/System.Text.RegularExpressions.xml", + "ref/netcore50/es/System.Text.RegularExpressions.xml", + "ref/netcore50/fr/System.Text.RegularExpressions.xml", + "ref/netcore50/it/System.Text.RegularExpressions.xml", + "ref/netcore50/ja/System.Text.RegularExpressions.xml", + "ref/netcore50/ko/System.Text.RegularExpressions.xml", + "ref/netcore50/ru/System.Text.RegularExpressions.xml", + "ref/netcore50/zh-hans/System.Text.RegularExpressions.xml", + "ref/netcore50/zh-hant/System.Text.RegularExpressions.xml", "ref/netcoreapp1.1/System.Text.RegularExpressions.dll", "ref/netstandard1.0/System.Text.RegularExpressions.dll", + "ref/netstandard1.0/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/zh-hant/System.Text.RegularExpressions.xml", "ref/netstandard1.3/System.Text.RegularExpressions.dll", + "ref/netstandard1.3/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/zh-hant/System.Text.RegularExpressions.xml", "ref/netstandard1.6/System.Text.RegularExpressions.dll", + "ref/netstandard1.6/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/zh-hant/System.Text.RegularExpressions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9590,8 +13545,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", + "ref/netcore50/de/System.Threading.xml", + "ref/netcore50/es/System.Threading.xml", + "ref/netcore50/fr/System.Threading.xml", + "ref/netcore50/it/System.Threading.xml", + "ref/netcore50/ja/System.Threading.xml", + "ref/netcore50/ko/System.Threading.xml", + "ref/netcore50/ru/System.Threading.xml", + "ref/netcore50/zh-hans/System.Threading.xml", + "ref/netcore50/zh-hant/System.Threading.xml", "ref/netstandard1.0/System.Threading.dll", + "ref/netstandard1.0/System.Threading.xml", + "ref/netstandard1.0/de/System.Threading.xml", + "ref/netstandard1.0/es/System.Threading.xml", + "ref/netstandard1.0/fr/System.Threading.xml", + "ref/netstandard1.0/it/System.Threading.xml", + "ref/netstandard1.0/ja/System.Threading.xml", + "ref/netstandard1.0/ko/System.Threading.xml", + "ref/netstandard1.0/ru/System.Threading.xml", + "ref/netstandard1.0/zh-hans/System.Threading.xml", + "ref/netstandard1.0/zh-hant/System.Threading.xml", "ref/netstandard1.3/System.Threading.dll", + "ref/netstandard1.3/System.Threading.xml", + "ref/netstandard1.3/de/System.Threading.xml", + "ref/netstandard1.3/es/System.Threading.xml", + "ref/netstandard1.3/fr/System.Threading.xml", + "ref/netstandard1.3/it/System.Threading.xml", + "ref/netstandard1.3/ja/System.Threading.xml", + "ref/netstandard1.3/ko/System.Threading.xml", + "ref/netstandard1.3/ru/System.Threading.xml", + "ref/netstandard1.3/zh-hans/System.Threading.xml", + "ref/netstandard1.3/zh-hant/System.Threading.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9658,8 +13643,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Threading.Tasks.dll", + "ref/netcore50/System.Threading.Tasks.xml", + "ref/netcore50/de/System.Threading.Tasks.xml", + "ref/netcore50/es/System.Threading.Tasks.xml", + "ref/netcore50/fr/System.Threading.Tasks.xml", + "ref/netcore50/it/System.Threading.Tasks.xml", + "ref/netcore50/ja/System.Threading.Tasks.xml", + "ref/netcore50/ko/System.Threading.Tasks.xml", + "ref/netcore50/ru/System.Threading.Tasks.xml", + "ref/netcore50/zh-hans/System.Threading.Tasks.xml", + "ref/netcore50/zh-hant/System.Threading.Tasks.xml", "ref/netstandard1.0/System.Threading.Tasks.dll", + "ref/netstandard1.0/System.Threading.Tasks.xml", + "ref/netstandard1.0/de/System.Threading.Tasks.xml", + "ref/netstandard1.0/es/System.Threading.Tasks.xml", + "ref/netstandard1.0/fr/System.Threading.Tasks.xml", + "ref/netstandard1.0/it/System.Threading.Tasks.xml", + "ref/netstandard1.0/ja/System.Threading.Tasks.xml", + "ref/netstandard1.0/ko/System.Threading.Tasks.xml", + "ref/netstandard1.0/ru/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml", "ref/netstandard1.3/System.Threading.Tasks.dll", + "ref/netstandard1.3/System.Threading.Tasks.xml", + "ref/netstandard1.3/de/System.Threading.Tasks.xml", + "ref/netstandard1.3/es/System.Threading.Tasks.xml", + "ref/netstandard1.3/fr/System.Threading.Tasks.xml", + "ref/netstandard1.3/it/System.Threading.Tasks.xml", + "ref/netstandard1.3/ja/System.Threading.Tasks.xml", + "ref/netstandard1.3/ko/System.Threading.Tasks.xml", + "ref/netstandard1.3/ru/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9684,9 +13699,12 @@ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net461/System.Threading.Tasks.Extensions.dll", + "lib/net461/System.Threading.Tasks.Extensions.xml", "lib/netcoreapp2.1/_._", "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml", "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", "lib/xamarinios10/_._", @@ -9728,6 +13746,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Threading.Thread.dll", "ref/netstandard1.3/System.Threading.Thread.dll", + "ref/netstandard1.3/System.Threading.Thread.xml", + "ref/netstandard1.3/de/System.Threading.Thread.xml", + "ref/netstandard1.3/es/System.Threading.Thread.xml", + "ref/netstandard1.3/fr/System.Threading.Thread.xml", + "ref/netstandard1.3/it/System.Threading.Thread.xml", + "ref/netstandard1.3/ja/System.Threading.Thread.xml", + "ref/netstandard1.3/ko/System.Threading.Thread.xml", + "ref/netstandard1.3/ru/System.Threading.Thread.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Thread.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Thread.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -9758,6 +13786,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Threading.ThreadPool.dll", "ref/netstandard1.3/System.Threading.ThreadPool.dll", + "ref/netstandard1.3/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/de/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/es/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/fr/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/it/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ja/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ko/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ru/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/zh-hans/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/zh-hant/System.Threading.ThreadPool.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -9789,7 +13827,27 @@ "ref/MonoTouch10/_._", "ref/net451/_._", "ref/netcore50/System.Threading.Timer.dll", + "ref/netcore50/System.Threading.Timer.xml", + "ref/netcore50/de/System.Threading.Timer.xml", + "ref/netcore50/es/System.Threading.Timer.xml", + "ref/netcore50/fr/System.Threading.Timer.xml", + "ref/netcore50/it/System.Threading.Timer.xml", + "ref/netcore50/ja/System.Threading.Timer.xml", + "ref/netcore50/ko/System.Threading.Timer.xml", + "ref/netcore50/ru/System.Threading.Timer.xml", + "ref/netcore50/zh-hans/System.Threading.Timer.xml", + "ref/netcore50/zh-hant/System.Threading.Timer.xml", "ref/netstandard1.2/System.Threading.Timer.dll", + "ref/netstandard1.2/System.Threading.Timer.xml", + "ref/netstandard1.2/de/System.Threading.Timer.xml", + "ref/netstandard1.2/es/System.Threading.Timer.xml", + "ref/netstandard1.2/fr/System.Threading.Timer.xml", + "ref/netstandard1.2/it/System.Threading.Timer.xml", + "ref/netstandard1.2/ja/System.Threading.Timer.xml", + "ref/netstandard1.2/ko/System.Threading.Timer.xml", + "ref/netstandard1.2/ru/System.Threading.Timer.xml", + "ref/netstandard1.2/zh-hans/System.Threading.Timer.xml", + "ref/netstandard1.2/zh-hant/System.Threading.Timer.xml", "ref/portable-net451+win81+wpa81/_._", "ref/win81/_._", "ref/wpa81/_._", @@ -9801,6 +13859,50 @@ "system.threading.timer.nuspec" ] }, + "System.ValueTuple/4.5.0": { + "sha512": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==", + "type": "package", + "path": "system.valuetuple/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net461/System.ValueTuple.dll", + "lib/net461/System.ValueTuple.xml", + "lib/net47/System.ValueTuple.dll", + "lib/net47/System.ValueTuple.xml", + "lib/netcoreapp2.0/_._", + "lib/netstandard1.0/System.ValueTuple.dll", + "lib/netstandard1.0/System.ValueTuple.xml", + "lib/netstandard2.0/_._", + "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", + "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.xml", + "lib/uap10.0.16299/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net461/System.ValueTuple.dll", + "ref/net47/System.ValueTuple.dll", + "ref/netcoreapp2.0/_._", + "ref/netstandard2.0/_._", + "ref/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", + "ref/uap10.0.16299/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.valuetuple.4.5.0.nupkg.sha512", + "system.valuetuple.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, "System.Xml.ReaderWriter/4.3.0": { "sha512": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", "type": "package", @@ -9829,8 +13931,38 @@ "ref/net45/_._", "ref/net46/System.Xml.ReaderWriter.dll", "ref/netcore50/System.Xml.ReaderWriter.dll", + "ref/netcore50/System.Xml.ReaderWriter.xml", + "ref/netcore50/de/System.Xml.ReaderWriter.xml", + "ref/netcore50/es/System.Xml.ReaderWriter.xml", + "ref/netcore50/fr/System.Xml.ReaderWriter.xml", + "ref/netcore50/it/System.Xml.ReaderWriter.xml", + "ref/netcore50/ja/System.Xml.ReaderWriter.xml", + "ref/netcore50/ko/System.Xml.ReaderWriter.xml", + "ref/netcore50/ru/System.Xml.ReaderWriter.xml", + "ref/netcore50/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netcore50/zh-hant/System.Xml.ReaderWriter.xml", "ref/netstandard1.0/System.Xml.ReaderWriter.dll", + "ref/netstandard1.0/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/de/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/es/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/fr/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/it/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ja/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ko/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ru/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/zh-hant/System.Xml.ReaderWriter.xml", "ref/netstandard1.3/System.Xml.ReaderWriter.dll", + "ref/netstandard1.3/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/de/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/es/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/fr/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/it/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ja/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ko/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ru/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/zh-hant/System.Xml.ReaderWriter.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9869,8 +14001,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Xml.XDocument.dll", + "ref/netcore50/System.Xml.XDocument.xml", + "ref/netcore50/de/System.Xml.XDocument.xml", + "ref/netcore50/es/System.Xml.XDocument.xml", + "ref/netcore50/fr/System.Xml.XDocument.xml", + "ref/netcore50/it/System.Xml.XDocument.xml", + "ref/netcore50/ja/System.Xml.XDocument.xml", + "ref/netcore50/ko/System.Xml.XDocument.xml", + "ref/netcore50/ru/System.Xml.XDocument.xml", + "ref/netcore50/zh-hans/System.Xml.XDocument.xml", + "ref/netcore50/zh-hant/System.Xml.XDocument.xml", "ref/netstandard1.0/System.Xml.XDocument.dll", + "ref/netstandard1.0/System.Xml.XDocument.xml", + "ref/netstandard1.0/de/System.Xml.XDocument.xml", + "ref/netstandard1.0/es/System.Xml.XDocument.xml", + "ref/netstandard1.0/fr/System.Xml.XDocument.xml", + "ref/netstandard1.0/it/System.Xml.XDocument.xml", + "ref/netstandard1.0/ja/System.Xml.XDocument.xml", + "ref/netstandard1.0/ko/System.Xml.XDocument.xml", + "ref/netstandard1.0/ru/System.Xml.XDocument.xml", + "ref/netstandard1.0/zh-hans/System.Xml.XDocument.xml", + "ref/netstandard1.0/zh-hant/System.Xml.XDocument.xml", "ref/netstandard1.3/System.Xml.XDocument.dll", + "ref/netstandard1.3/System.Xml.XDocument.xml", + "ref/netstandard1.3/de/System.Xml.XDocument.xml", + "ref/netstandard1.3/es/System.Xml.XDocument.xml", + "ref/netstandard1.3/fr/System.Xml.XDocument.xml", + "ref/netstandard1.3/it/System.Xml.XDocument.xml", + "ref/netstandard1.3/ja/System.Xml.XDocument.xml", + "ref/netstandard1.3/ko/System.Xml.XDocument.xml", + "ref/netstandard1.3/ru/System.Xml.XDocument.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XDocument.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XDocument.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9904,6 +14066,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Xml.XmlDocument.dll", "ref/netstandard1.3/System.Xml.XmlDocument.dll", + "ref/netstandard1.3/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/de/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/es/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/fr/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/it/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/ja/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/ko/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/ru/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XmlDocument.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -9938,8 +14110,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Xml.XmlSerializer.dll", + "ref/netcore50/System.Xml.XmlSerializer.xml", + "ref/netcore50/de/System.Xml.XmlSerializer.xml", + "ref/netcore50/es/System.Xml.XmlSerializer.xml", + "ref/netcore50/fr/System.Xml.XmlSerializer.xml", + "ref/netcore50/it/System.Xml.XmlSerializer.xml", + "ref/netcore50/ja/System.Xml.XmlSerializer.xml", + "ref/netcore50/ko/System.Xml.XmlSerializer.xml", + "ref/netcore50/ru/System.Xml.XmlSerializer.xml", + "ref/netcore50/zh-hans/System.Xml.XmlSerializer.xml", + "ref/netcore50/zh-hant/System.Xml.XmlSerializer.xml", "ref/netstandard1.0/System.Xml.XmlSerializer.dll", + "ref/netstandard1.0/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/de/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/es/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/fr/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/it/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/ja/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/ko/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/ru/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/zh-hans/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/zh-hant/System.Xml.XmlSerializer.xml", "ref/netstandard1.3/System.Xml.XmlSerializer.dll", + "ref/netstandard1.3/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/de/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/es/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/fr/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/it/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/ja/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/ko/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/ru/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XmlSerializer.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9953,30 +14155,26 @@ "system.xml.xmlserializer.nuspec" ] }, - "YamlDotNet/13.3.1": { - "sha512": "Q2dqDsb0xAlr092grgHk8/vTXI2snIiYM5ND3IXkgJDFIdPnqDYwYnlk+gwzSeRByDLhiSzTog8uT7xFwH68Zg==", + "YamlDotNet/16.3.0": { + "sha512": "SgMOdxbz8X65z8hraIs6hOEdnkH6hESTAIUa7viEngHOYaH+6q5XJmwr1+yb9vJpNQ19hCQY69xbFsLtXpobQA==", "type": "package", - "path": "yamldotnet/13.3.1", + "path": "yamldotnet/16.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.txt", + "README.md", "images/yamldotnet.png", - "lib/net35/YamlDotNet.dll", - "lib/net35/YamlDotNet.xml", - "lib/net45/YamlDotNet.dll", - "lib/net45/YamlDotNet.xml", "lib/net47/YamlDotNet.dll", "lib/net47/YamlDotNet.xml", "lib/net6.0/YamlDotNet.dll", "lib/net6.0/YamlDotNet.xml", - "lib/net7.0/YamlDotNet.dll", - "lib/net7.0/YamlDotNet.xml", + "lib/net8.0/YamlDotNet.dll", + "lib/net8.0/YamlDotNet.xml", "lib/netstandard2.0/YamlDotNet.dll", "lib/netstandard2.0/YamlDotNet.xml", "lib/netstandard2.1/YamlDotNet.dll", "lib/netstandard2.1/YamlDotNet.xml", - "yamldotnet.13.3.1.nupkg.sha512", + "yamldotnet.16.3.0.nupkg.sha512", "yamldotnet.nuspec" ] }, @@ -10016,28 +14214,51 @@ }, "projectFileDependencyGroups": { "net9.0": [ - "AspNetCore.HealthChecks.AzureServiceBus >= 8.0.1", + "AspNetCore.HealthChecks.AzureServiceBus >= 9.0.0", "AspNetCore.HealthChecks.MongoDb >= 8.1.0", "AspNetCore.HealthChecks.Rabbitmq >= 8.0.2", - "AspNetCore.HealthChecks.SqlServer >= 8.0.2", - "AspNetCore.HealthChecks.UI.Client >= 8.0.1", - "Autofac.Extensions.DependencyInjection >= 10.0.0", + "AspNetCore.HealthChecks.Redis >= 9.0.0", + "AspNetCore.HealthChecks.SqlServer >= 9.0.0", + "AspNetCore.HealthChecks.UI >= 9.0.0", + "AspNetCore.HealthChecks.UI.Client >= 9.0.0", + "AspNetCore.HealthChecks.UI.InMemory.Storage >= 9.0.0", + "AspNetCore.HealthChecks.Uris >= 9.0.0", + "Autofac >= 9.0.0", + "Autofac.Extensions.DependencyInjection >= 9.0.0", "EventBus >= 1.0.0", "EventBusRabbitMQ >= 1.0.0", "EventBusServiceBus >= 1.0.0", - "Microsoft.ApplicationInsights.AspNetCore >= 2.22.0", - "Microsoft.ApplicationInsights.Kubernetes >= 7.0.0", + "FluentValidation.AspNetCore >= 11.3.0", + "Google.Protobuf >= 3.33.1", + "Grpc.AspNetCore.Server >= 2.71.0", + "Grpc.AspNetCore.Server.ClientFactory >= 2.71.0", + "Grpc.Net.Client >= 2.71.0", + "Grpc.Tools >= 2.76.0", + "MediatR >= 12.4.1", + "Microsoft.ApplicationInsights.AspNetCore >= 2.23.0", + "Microsoft.ApplicationInsights.DependencyCollector >= 2.23.0", + "Microsoft.ApplicationInsights.Kubernetes >= 8.0.0", "Microsoft.AspNetCore.Authentication.JwtBearer >= 9.0.0", + "Microsoft.AspNetCore.DataProtection.StackExchangeRedis >= 9.0.0", "Microsoft.Extensions.Configuration.AzureKeyVault >= 3.1.24", + "Microsoft.Extensions.Diagnostics.HealthChecks >= 9.0.0", + "Microsoft.Extensions.Hosting >= 9.0.2", + "Microsoft.Extensions.Logging >= 9.0.2", + "Microsoft.Extensions.Logging.Abstractions >= 9.0.2", + "Microsoft.Extensions.Logging.AzureAppServices >= 9.0.0", + "Microsoft.Web.LibraryManager.Build >= 3.0.71", "MongoDB.Driver >= 2.30.0", "MongoDB.Driver.Core >= 2.30.0", - "Polly >= 8.5.0", - "Serilog.AspNetCore >= 8.0.3", - "Serilog.Settings.Configuration >= 8.0.4", - "Serilog.Sinks.Console >= 6.0.0", - "Serilog.Sinks.Http >= 9.0.0", - "Serilog.Sinks.Seq >= 8.0.0", - "Swashbuckle.AspNetCore >= 7.2.0" + "Newtonsoft.Json >= 13.0.4", + "Polly >= 8.6.5", + "RabbitMQ.Client >= 6.8.1", + "Serilog.AspNetCore >= 9.0.0", + "Serilog.Settings.Configuration >= 9.0.0", + "Serilog.Sinks.Console >= 6.1.1", + "Serilog.Sinks.Http >= 9.2.0", + "Serilog.Sinks.Seq >= 9.0.0", + "Swashbuckle.AspNetCore >= 7.2.0", + "Swashbuckle.AspNetCore.Newtonsoft >= 7.2.0" ] }, "packageFolders": { @@ -10095,7 +14316,7 @@ "dependencies": { "AspNetCore.HealthChecks.AzureServiceBus": { "target": "Package", - "version": "[8.0.1, )" + "version": "[9.0.0, )" }, "AspNetCore.HealthChecks.MongoDb": { "target": "Package", @@ -10105,34 +14326,116 @@ "target": "Package", "version": "[8.0.2, )" }, + "AspNetCore.HealthChecks.Redis": { + "target": "Package", + "version": "[9.0.0, )" + }, "AspNetCore.HealthChecks.SqlServer": { "target": "Package", - "version": "[8.0.2, )" + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.UI": { + "target": "Package", + "version": "[9.0.0, )" }, "AspNetCore.HealthChecks.UI.Client": { "target": "Package", - "version": "[8.0.1, )" + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.UI.InMemory.Storage": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.Uris": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Autofac": { + "target": "Package", + "version": "[9.0.0, )" }, "Autofac.Extensions.DependencyInjection": { "target": "Package", - "version": "[10.0.0, )" + "version": "[9.0.0, )" + }, + "FluentValidation.AspNetCore": { + "target": "Package", + "version": "[11.3.0, )" + }, + "Google.Protobuf": { + "target": "Package", + "version": "[3.33.1, )" + }, + "Grpc.AspNetCore.Server": { + "target": "Package", + "version": "[2.71.0, )" + }, + "Grpc.AspNetCore.Server.ClientFactory": { + "target": "Package", + "version": "[2.71.0, )" + }, + "Grpc.Net.Client": { + "target": "Package", + "version": "[2.71.0, )" + }, + "Grpc.Tools": { + "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", + "suppressParent": "All", + "target": "Package", + "version": "[2.76.0, )" + }, + "MediatR": { + "target": "Package", + "version": "[12.4.1, )" }, "Microsoft.ApplicationInsights.AspNetCore": { "target": "Package", - "version": "[2.22.0, )" + "version": "[2.23.0, )" + }, + "Microsoft.ApplicationInsights.DependencyCollector": { + "target": "Package", + "version": "[2.23.0, )" }, "Microsoft.ApplicationInsights.Kubernetes": { "target": "Package", - "version": "[7.0.0, )" + "version": "[8.0.0, )" }, "Microsoft.AspNetCore.Authentication.JwtBearer": { "target": "Package", "version": "[9.0.0, )" }, + "Microsoft.AspNetCore.DataProtection.StackExchangeRedis": { + "target": "Package", + "version": "[9.0.0, )" + }, "Microsoft.Extensions.Configuration.AzureKeyVault": { "target": "Package", "version": "[3.1.24, )" }, + "Microsoft.Extensions.Diagnostics.HealthChecks": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Microsoft.Extensions.Hosting": { + "target": "Package", + "version": "[9.0.2, )" + }, + "Microsoft.Extensions.Logging": { + "target": "Package", + "version": "[9.0.2, )" + }, + "Microsoft.Extensions.Logging.Abstractions": { + "target": "Package", + "version": "[9.0.2, )" + }, + "Microsoft.Extensions.Logging.AzureAppServices": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Microsoft.Web.LibraryManager.Build": { + "target": "Package", + "version": "[3.0.71, )" + }, "MongoDB.Driver": { "target": "Package", "version": "[2.30.0, )" @@ -10141,33 +14444,45 @@ "target": "Package", "version": "[2.30.0, )" }, + "Newtonsoft.Json": { + "target": "Package", + "version": "[13.0.4, )" + }, "Polly": { "target": "Package", - "version": "[8.5.0, )" + "version": "[8.6.5, )" + }, + "RabbitMQ.Client": { + "target": "Package", + "version": "[6.8.1, )" }, "Serilog.AspNetCore": { "target": "Package", - "version": "[8.0.3, )" + "version": "[9.0.0, )" }, "Serilog.Settings.Configuration": { "target": "Package", - "version": "[8.0.4, )" + "version": "[9.0.0, )" }, "Serilog.Sinks.Console": { "target": "Package", - "version": "[6.0.0, )" + "version": "[6.1.1, )" }, "Serilog.Sinks.Http": { "target": "Package", - "version": "[9.0.0, )" + "version": "[9.2.0, )" }, "Serilog.Sinks.Seq": { "target": "Package", - "version": "[8.0.0, )" + "version": "[9.0.0, )" }, "Swashbuckle.AspNetCore": { "target": "Package", "version": "[7.2.0, )" + }, + "Swashbuckle.AspNetCore.Newtonsoft": { + "target": "Package", + "version": "[7.2.0, )" } }, "imports": [ diff --git a/src/Services/Coupon/Coupon.API/obj/project.nuget.cache b/src/Services/Coupon/Coupon.API/obj/project.nuget.cache index cb42e8e1..9d4971e0 100644 --- a/src/Services/Coupon/Coupon.API/obj/project.nuget.cache +++ b/src/Services/Coupon/Coupon.API/obj/project.nuget.cache @@ -1,37 +1,58 @@ { "version": 2, - "dgSpecHash": "YmHSCFMR7co=", + "dgSpecHash": "MWnc/bkxzqQ=", "success": true, "projectFilePath": "/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Coupon/Coupon.API/Coupon.API.csproj", "expectedPackageFiles": [ - "/home/runner/.nuget/packages/aspnetcore.healthchecks.azureservicebus/8.0.1/aspnetcore.healthchecks.azureservicebus.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.azureservicebus/9.0.0/aspnetcore.healthchecks.azureservicebus.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/aspnetcore.healthchecks.mongodb/8.1.0/aspnetcore.healthchecks.mongodb.8.1.0.nupkg.sha512", "/home/runner/.nuget/packages/aspnetcore.healthchecks.rabbitmq/8.0.2/aspnetcore.healthchecks.rabbitmq.8.0.2.nupkg.sha512", - "/home/runner/.nuget/packages/aspnetcore.healthchecks.sqlserver/8.0.2/aspnetcore.healthchecks.sqlserver.8.0.2.nupkg.sha512", - "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.client/8.0.1/aspnetcore.healthchecks.ui.client.8.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.core/8.0.1/aspnetcore.healthchecks.ui.core.8.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/autofac/8.1.1/autofac.8.1.1.nupkg.sha512", - "/home/runner/.nuget/packages/autofac.extensions.dependencyinjection/10.0.0/autofac.extensions.dependencyinjection.10.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.redis/9.0.0/aspnetcore.healthchecks.redis.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.sqlserver/9.0.0/aspnetcore.healthchecks.sqlserver.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui/9.0.0/aspnetcore.healthchecks.ui.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.client/9.0.0/aspnetcore.healthchecks.ui.client.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.core/9.0.0/aspnetcore.healthchecks.ui.core.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.data/9.0.0/aspnetcore.healthchecks.ui.data.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.inmemory.storage/9.0.0/aspnetcore.healthchecks.ui.inmemory.storage.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.uris/9.0.0/aspnetcore.healthchecks.uris.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/autofac/9.0.0/autofac.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/autofac.extensions.dependencyinjection/9.0.0/autofac.extensions.dependencyinjection.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/awssdk.core/3.7.100.14/awssdk.core.3.7.100.14.nupkg.sha512", "/home/runner/.nuget/packages/awssdk.securitytoken/3.7.100.14/awssdk.securitytoken.3.7.100.14.nupkg.sha512", - "/home/runner/.nuget/packages/azure.core/1.36.0/azure.core.1.36.0.nupkg.sha512", + "/home/runner/.nuget/packages/azure.core/1.38.0/azure.core.1.38.0.nupkg.sha512", "/home/runner/.nuget/packages/azure.core.amqp/1.3.0/azure.core.amqp.1.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/azure.identity/1.10.3/azure.identity.1.10.3.nupkg.sha512", + "/home/runner/.nuget/packages/azure.identity/1.11.4/azure.identity.1.11.4.nupkg.sha512", "/home/runner/.nuget/packages/azure.messaging.servicebus/7.17.0/azure.messaging.servicebus.7.17.0.nupkg.sha512", "/home/runner/.nuget/packages/dnsclient/1.6.1/dnsclient.1.6.1.nupkg.sha512", - "/home/runner/.nuget/packages/fractions/7.2.1/fractions.7.2.1.nupkg.sha512", - "/home/runner/.nuget/packages/identitymodel/5.2.0/identitymodel.5.2.0.nupkg.sha512", - "/home/runner/.nuget/packages/identitymodel.oidcclient/5.2.1/identitymodel.oidcclient.5.2.1.nupkg.sha512", - "/home/runner/.nuget/packages/kubernetesclient/12.1.1/kubernetesclient.12.1.1.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights/2.22.0/microsoft.applicationinsights.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.aspnetcore/2.22.0/microsoft.applicationinsights.aspnetcore.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.dependencycollector/2.22.0/microsoft.applicationinsights.dependencycollector.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.eventcountercollector/2.22.0/microsoft.applicationinsights.eventcountercollector.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.kubernetes/7.0.0/microsoft.applicationinsights.kubernetes.7.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.perfcountercollector/2.22.0/microsoft.applicationinsights.perfcountercollector.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.windowsserver/2.22.0/microsoft.applicationinsights.windowsserver.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.windowsserver.telemetrychannel/2.22.0/microsoft.applicationinsights.windowsserver.telemetrychannel.2.22.0.nupkg.sha512", + "/home/runner/.nuget/packages/fluentvalidation/11.5.1/fluentvalidation.11.5.1.nupkg.sha512", + "/home/runner/.nuget/packages/fluentvalidation.aspnetcore/11.3.0/fluentvalidation.aspnetcore.11.3.0.nupkg.sha512", + "/home/runner/.nuget/packages/fluentvalidation.dependencyinjectionextensions/11.5.1/fluentvalidation.dependencyinjectionextensions.11.5.1.nupkg.sha512", + "/home/runner/.nuget/packages/fractions/7.3.0/fractions.7.3.0.nupkg.sha512", + "/home/runner/.nuget/packages/google.protobuf/3.33.1/google.protobuf.3.33.1.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.aspnetcore.server/2.71.0/grpc.aspnetcore.server.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.aspnetcore.server.clientfactory/2.71.0/grpc.aspnetcore.server.clientfactory.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.core.api/2.71.0/grpc.core.api.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.net.client/2.71.0/grpc.net.client.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.net.clientfactory/2.71.0/grpc.net.clientfactory.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.net.common/2.71.0/grpc.net.common.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.tools/2.76.0/grpc.tools.2.76.0.nupkg.sha512", + "/home/runner/.nuget/packages/humanizer.core/2.14.1/humanizer.core.2.14.1.nupkg.sha512", + "/home/runner/.nuget/packages/kubernetesclient/17.0.14/kubernetesclient.17.0.14.nupkg.sha512", + "/home/runner/.nuget/packages/mediatr/12.4.1/mediatr.12.4.1.nupkg.sha512", + "/home/runner/.nuget/packages/mediatr.contracts/2.0.1/mediatr.contracts.2.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights/2.23.0/microsoft.applicationinsights.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.aspnetcore/2.23.0/microsoft.applicationinsights.aspnetcore.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.dependencycollector/2.23.0/microsoft.applicationinsights.dependencycollector.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.eventcountercollector/2.23.0/microsoft.applicationinsights.eventcountercollector.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.kubernetes/8.0.0/microsoft.applicationinsights.kubernetes.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.perfcountercollector/2.23.0/microsoft.applicationinsights.perfcountercollector.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.windowsserver/2.23.0/microsoft.applicationinsights.windowsserver.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.windowsserver.telemetrychannel/2.23.0/microsoft.applicationinsights.windowsserver.telemetrychannel.2.23.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.aspnetcore.authentication.jwtbearer/9.0.0/microsoft.aspnetcore.authentication.jwtbearer.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.cryptography.internal/9.0.0/microsoft.aspnetcore.cryptography.internal.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.dataprotection/9.0.0/microsoft.aspnetcore.dataprotection.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.dataprotection.abstractions/9.0.0/microsoft.aspnetcore.dataprotection.abstractions.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.dataprotection.stackexchangeredis/9.0.0/microsoft.aspnetcore.dataprotection.stackexchangeredis.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.aspnetcore.hosting/2.1.1/microsoft.aspnetcore.hosting.2.1.1.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.aspnetcore.hosting.abstractions/2.1.1/microsoft.aspnetcore.hosting.abstractions.2.1.1.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.aspnetcore.hosting.server.abstractions/2.1.1/microsoft.aspnetcore.hosting.server.abstractions.2.1.1.nupkg.sha512", @@ -39,62 +60,77 @@ "/home/runner/.nuget/packages/microsoft.aspnetcore.http.abstractions/2.1.1/microsoft.aspnetcore.http.abstractions.2.1.1.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.aspnetcore.http.extensions/2.1.1/microsoft.aspnetcore.http.extensions.2.1.1.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.aspnetcore.http.features/2.1.1/microsoft.aspnetcore.http.features.2.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.jsonpatch/9.0.0/microsoft.aspnetcore.jsonpatch.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.mvc.newtonsoftjson/9.0.0/microsoft.aspnetcore.mvc.newtonsoftjson.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.aspnetcore.webutilities/2.1.1/microsoft.aspnetcore.webutilities.2.1.1.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.azure.amqp/2.6.3/microsoft.azure.amqp.2.6.3.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.azure.keyvault/2.3.2/microsoft.azure.keyvault.2.3.2.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.azure.keyvault.webkey/2.0.7/microsoft.azure.keyvault.webkey.2.0.7.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.azure.servicebus/5.2.0/microsoft.azure.servicebus.5.2.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.azure.services.appauthentication/1.0.3/microsoft.azure.services.appauthentication.1.0.3.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.bcl.asyncinterfaces/1.1.1/microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.bcl.asyncinterfaces/6.0.0/microsoft.bcl.asyncinterfaces.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.codeanalysis.analyzers/3.3.3/microsoft.codeanalysis.analyzers.3.3.3.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.codeanalysis.common/4.5.0/microsoft.codeanalysis.common.4.5.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.codeanalysis.csharp/4.5.0/microsoft.codeanalysis.csharp.4.5.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.codeanalysis.csharp.workspaces/4.5.0/microsoft.codeanalysis.csharp.workspaces.4.5.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.codeanalysis.workspaces.common/4.5.0/microsoft.codeanalysis.workspaces.common.4.5.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.csharp/4.7.0/microsoft.csharp.4.7.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.data.sqlclient/5.2.0/microsoft.data.sqlclient.5.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.data.sqlclient/5.2.2/microsoft.data.sqlclient.5.2.2.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.data.sqlclient.sni.runtime/5.2.0/microsoft.data.sqlclient.sni.runtime.5.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.entityframeworkcore/8.0.11/microsoft.entityframeworkcore.8.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.entityframeworkcore.abstractions/8.0.11/microsoft.entityframeworkcore.abstractions.8.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.entityframeworkcore.analyzers/8.0.11/microsoft.entityframeworkcore.analyzers.8.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.entityframeworkcore.design/8.0.11/microsoft.entityframeworkcore.design.8.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.entityframeworkcore.inmemory/8.0.11/microsoft.entityframeworkcore.inmemory.8.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.entityframeworkcore.relational/8.0.11/microsoft.entityframeworkcore.relational.8.0.11.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.apidescription.server/6.0.5/microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.caching.abstractions/1.0.0/microsoft.extensions.caching.abstractions.1.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.caching.memory/1.0.0/microsoft.extensions.caching.memory.1.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration/6.0.1/microsoft.extensions.configuration.6.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.abstractions/8.0.0/microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.caching.abstractions/8.0.0/microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.caching.memory/8.0.1/microsoft.extensions.caching.memory.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration/9.0.2/microsoft.extensions.configuration.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.abstractions/9.0.7/microsoft.extensions.configuration.abstractions.9.0.7.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.configuration.azurekeyvault/3.1.24/microsoft.extensions.configuration.azurekeyvault.3.1.24.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.binder/8.0.0/microsoft.extensions.configuration.binder.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.commandline/6.0.0/microsoft.extensions.configuration.commandline.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.environmentvariables/6.0.1/microsoft.extensions.configuration.environmentvariables.6.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.fileextensions/6.0.0/microsoft.extensions.configuration.fileextensions.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.json/6.0.0/microsoft.extensions.configuration.json.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.usersecrets/6.0.1/microsoft.extensions.configuration.usersecrets.6.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection/9.0.0/microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/9.0.0/microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.dependencymodel/8.0.2/microsoft.extensions.dependencymodel.8.0.2.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.diagnosticadapter/3.1.27/microsoft.extensions.diagnosticadapter.3.1.27.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.abstractions/8.0.0/microsoft.extensions.diagnostics.abstractions.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks/8.0.0/microsoft.extensions.diagnostics.healthchecks.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks.abstractions/8.0.0/microsoft.extensions.diagnostics.healthchecks.abstractions.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.abstractions/8.0.0/microsoft.extensions.fileproviders.abstractions.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.physical/6.0.0/microsoft.extensions.fileproviders.physical.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.filesystemglobbing/6.0.0/microsoft.extensions.filesystemglobbing.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.hosting/6.0.1/microsoft.extensions.hosting.6.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.hosting.abstractions/8.0.0/microsoft.extensions.hosting.abstractions.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.http/3.1.0/microsoft.extensions.http.3.1.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging/9.0.0/microsoft.extensions.logging.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.abstractions/9.0.0/microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.applicationinsights/2.22.0/microsoft.extensions.logging.applicationinsights.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.configuration/6.0.0/microsoft.extensions.logging.configuration.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.console/6.0.0/microsoft.extensions.logging.console.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.debug/6.0.0/microsoft.extensions.logging.debug.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.eventlog/6.0.0/microsoft.extensions.logging.eventlog.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.eventsource/6.0.0/microsoft.extensions.logging.eventsource.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.objectpool/7.0.0/microsoft.extensions.objectpool.7.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.options/9.0.0/microsoft.extensions.options.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.options.configurationextensions/6.0.0/microsoft.extensions.options.configurationextensions.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.primitives/9.0.0/microsoft.extensions.primitives.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identity.client/4.56.0/microsoft.identity.client.4.56.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identity.client.extensions.msal/4.56.0/microsoft.identity.client.extensions.msal.4.56.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.abstractions/8.0.1/microsoft.identitymodel.abstractions.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.binder/9.0.2/microsoft.extensions.configuration.binder.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.commandline/9.0.2/microsoft.extensions.configuration.commandline.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.environmentvariables/9.0.2/microsoft.extensions.configuration.environmentvariables.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.fileextensions/9.0.2/microsoft.extensions.configuration.fileextensions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.json/9.0.2/microsoft.extensions.configuration.json.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.usersecrets/9.0.2/microsoft.extensions.configuration.usersecrets.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection/9.0.2/microsoft.extensions.dependencyinjection.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/9.0.2/microsoft.extensions.dependencyinjection.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.dependencymodel/9.0.0/microsoft.extensions.dependencymodel.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnosticadapter/3.1.32/microsoft.extensions.diagnosticadapter.3.1.32.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics/9.0.2/microsoft.extensions.diagnostics.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.abstractions/9.0.2/microsoft.extensions.diagnostics.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks/9.0.0/microsoft.extensions.diagnostics.healthchecks.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks.abstractions/9.0.0/microsoft.extensions.diagnostics.healthchecks.abstractions.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.abstractions/9.0.2/microsoft.extensions.fileproviders.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.physical/9.0.2/microsoft.extensions.fileproviders.physical.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.filesystemglobbing/9.0.2/microsoft.extensions.filesystemglobbing.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.hosting/9.0.2/microsoft.extensions.hosting.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.hosting.abstractions/9.0.2/microsoft.extensions.hosting.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.http/8.0.0/microsoft.extensions.http.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging/9.0.2/microsoft.extensions.logging.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.abstractions/9.0.2/microsoft.extensions.logging.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.applicationinsights/2.23.0/microsoft.extensions.logging.applicationinsights.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.azureappservices/9.0.0/microsoft.extensions.logging.azureappservices.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.configuration/9.0.2/microsoft.extensions.logging.configuration.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.console/9.0.2/microsoft.extensions.logging.console.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.debug/9.0.2/microsoft.extensions.logging.debug.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.eventlog/9.0.2/microsoft.extensions.logging.eventlog.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.eventsource/9.0.2/microsoft.extensions.logging.eventsource.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.objectpool/2.1.1/microsoft.extensions.objectpool.2.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.options/9.0.2/microsoft.extensions.options.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.options.configurationextensions/9.0.2/microsoft.extensions.options.configurationextensions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.primitives/9.0.7/microsoft.extensions.primitives.9.0.7.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identity.client/4.61.3/microsoft.identity.client.4.61.3.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identity.client.extensions.msal/4.61.3/microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.abstractions/8.6.0/microsoft.identitymodel.abstractions.8.6.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.identitymodel.clients.activedirectory/3.14.2/microsoft.identitymodel.clients.activedirectory.3.14.2.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.jsonwebtokens/8.0.1/microsoft.identitymodel.jsonwebtokens.8.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.logging/8.0.1/microsoft.identitymodel.logging.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.jsonwebtokens/8.6.0/microsoft.identitymodel.jsonwebtokens.8.6.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.logging/8.6.0/microsoft.identitymodel.logging.8.6.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.identitymodel.protocols/8.0.1/microsoft.identitymodel.protocols.8.0.1.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.identitymodel.protocols.openidconnect/8.0.1/microsoft.identitymodel.protocols.openidconnect.8.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.tokens/8.0.1/microsoft.identitymodel.tokens.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.tokens/8.6.0/microsoft.identitymodel.tokens.8.6.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.net.http.headers/2.1.1/microsoft.net.http.headers.2.1.1.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.netcore.platforms/5.0.0/microsoft.netcore.platforms.5.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.netcore.targets/1.1.0/microsoft.netcore.targets.1.1.0.nupkg.sha512", @@ -102,17 +138,20 @@ "/home/runner/.nuget/packages/microsoft.rest.clientruntime/2.3.8/microsoft.rest.clientruntime.2.3.8.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.rest.clientruntime.azure/3.3.7/microsoft.rest.clientruntime.azure.3.3.7.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.sqlserver.server/1.0.0/microsoft.sqlserver.server.1.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.web.librarymanager.build/3.0.71/microsoft.web.librarymanager.build.3.0.71.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.win32.primitives/4.3.0/microsoft.win32.primitives.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.win32.registry/5.0.0/microsoft.win32.registry.5.0.0.nupkg.sha512", "/home/runner/.nuget/packages/mongodb.bson/2.30.0/mongodb.bson.2.30.0.nupkg.sha512", "/home/runner/.nuget/packages/mongodb.driver/2.30.0/mongodb.driver.2.30.0.nupkg.sha512", "/home/runner/.nuget/packages/mongodb.driver.core/2.30.0/mongodb.driver.core.2.30.0.nupkg.sha512", "/home/runner/.nuget/packages/mongodb.libmongocrypt/1.12.0/mongodb.libmongocrypt.1.12.0.nupkg.sha512", + "/home/runner/.nuget/packages/mono.texttemplating/2.2.1/mono.texttemplating.2.2.1.nupkg.sha512", "/home/runner/.nuget/packages/netstandard.library/1.6.1/netstandard.library.1.6.1.nupkg.sha512", - "/home/runner/.nuget/packages/newtonsoft.json/13.0.3/newtonsoft.json.13.0.3.nupkg.sha512", - "/home/runner/.nuget/packages/polly/8.5.0/polly.8.5.0.nupkg.sha512", - "/home/runner/.nuget/packages/polly.core/8.5.0/polly.core.8.5.0.nupkg.sha512", - "/home/runner/.nuget/packages/prometheus-net/8.0.1/prometheus-net.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/newtonsoft.json/13.0.4/newtonsoft.json.13.0.4.nupkg.sha512", + "/home/runner/.nuget/packages/newtonsoft.json.bson/1.0.2/newtonsoft.json.bson.1.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/pipelines.sockets.unofficial/2.2.8/pipelines.sockets.unofficial.2.2.8.nupkg.sha512", + "/home/runner/.nuget/packages/polly/8.6.5/polly.8.6.5.nupkg.sha512", + "/home/runner/.nuget/packages/polly.core/8.6.5/polly.core.8.6.5.nupkg.sha512", "/home/runner/.nuget/packages/rabbitmq.client/6.8.1/rabbitmq.client.6.8.1.nupkg.sha512", "/home/runner/.nuget/packages/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", @@ -130,32 +169,43 @@ "/home/runner/.nuget/packages/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog/4.0.0/serilog.4.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.aspnetcore/8.0.3/serilog.aspnetcore.8.0.3.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.extensions.hosting/8.0.0/serilog.extensions.hosting.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.extensions.logging/8.0.0/serilog.extensions.logging.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.formatting.compact/2.0.0/serilog.formatting.compact.2.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.settings.configuration/8.0.4/serilog.settings.configuration.8.0.4.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.console/6.0.0/serilog.sinks.console.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.debug/2.0.0/serilog.sinks.debug.2.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.file/5.0.0/serilog.sinks.file.5.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.http/9.0.0/serilog.sinks.http.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.seq/8.0.0/serilog.sinks.seq.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog/4.2.0/serilog.4.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.aspnetcore/9.0.0/serilog.aspnetcore.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.extensions.hosting/9.0.0/serilog.extensions.hosting.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.extensions.logging/9.0.0/serilog.extensions.logging.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.formatting.compact/3.0.0/serilog.formatting.compact.3.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.settings.configuration/9.0.0/serilog.settings.configuration.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.console/6.1.1/serilog.sinks.console.6.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.debug/3.0.0/serilog.sinks.debug.3.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.file/7.0.0/serilog.sinks.file.7.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.http/9.2.0/serilog.sinks.http.9.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.seq/9.0.0/serilog.sinks.seq.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/sharpcompress/0.30.1/sharpcompress.0.30.1.nupkg.sha512", "/home/runner/.nuget/packages/snappier/1.0.0/snappier.1.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/stackexchange.redis/2.7.27/stackexchange.redis.2.7.27.nupkg.sha512", "/home/runner/.nuget/packages/swashbuckle.aspnetcore/7.2.0/swashbuckle.aspnetcore.7.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/swashbuckle.aspnetcore.newtonsoft/7.2.0/swashbuckle.aspnetcore.newtonsoft.7.2.0.nupkg.sha512", "/home/runner/.nuget/packages/swashbuckle.aspnetcore.swagger/7.2.0/swashbuckle.aspnetcore.swagger.7.2.0.nupkg.sha512", "/home/runner/.nuget/packages/swashbuckle.aspnetcore.swaggergen/7.2.0/swashbuckle.aspnetcore.swaggergen.7.2.0.nupkg.sha512", "/home/runner/.nuget/packages/swashbuckle.aspnetcore.swaggerui/7.2.0/swashbuckle.aspnetcore.swaggerui.7.2.0.nupkg.sha512", "/home/runner/.nuget/packages/system.appcontext/4.3.0/system.appcontext.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.buffers/4.5.1/system.buffers.4.5.1.nupkg.sha512", + "/home/runner/.nuget/packages/system.clientmodel/1.0.0/system.clientmodel.1.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.codedom/4.4.0/system.codedom.4.4.0.nupkg.sha512", "/home/runner/.nuget/packages/system.collections/4.3.0/system.collections.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.collections.concurrent/4.3.0/system.collections.concurrent.4.3.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.collections.immutable/6.0.0/system.collections.immutable.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.composition/6.0.0/system.composition.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.composition.attributedmodel/6.0.0/system.composition.attributedmodel.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.composition.convention/6.0.0/system.composition.convention.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.composition.hosting/6.0.0/system.composition.hosting.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.composition.runtime/6.0.0/system.composition.runtime.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.composition.typedparts/6.0.0/system.composition.typedparts.6.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.configuration.configurationmanager/8.0.0/system.configuration.configurationmanager.8.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.console/4.3.0/system.console.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.debug/4.3.0/system.diagnostics.debug.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.diagnostics.diagnosticsource/8.0.1/system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/system.diagnostics.eventlog/8.0.0/system.diagnostics.eventlog.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.diagnostics.diagnosticsource/10.0.0/system.diagnostics.diagnosticsource.10.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.diagnostics.eventlog/9.0.2/system.diagnostics.eventlog.9.0.2.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.performancecounter/6.0.0/system.diagnostics.performancecounter.6.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.process/4.3.0/system.diagnostics.process.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.tools/4.3.0/system.diagnostics.tools.4.3.0.nupkg.sha512", @@ -163,13 +213,14 @@ "/home/runner/.nuget/packages/system.globalization/4.3.0/system.globalization.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.globalization.calendars/4.3.0/system.globalization.calendars.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.globalization.extensions/4.3.0/system.globalization.extensions.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.identitymodel.tokens.jwt/8.0.1/system.identitymodel.tokens.jwt.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/system.identitymodel.tokens.jwt/8.6.0/system.identitymodel.tokens.jwt.8.6.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io/4.3.0/system.io.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io.compression/4.3.0/system.io.compression.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io.compression.zipfile/4.3.0/system.io.compression.zipfile.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io.filesystem/4.3.0/system.io.filesystem.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.io.filesystem.accesscontrol/5.0.0/system.io.filesystem.accesscontrol.5.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.io.filesystem.accesscontrol/4.7.0/system.io.filesystem.accesscontrol.4.7.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io.filesystem.primitives/4.3.0/system.io.filesystem.primitives.4.3.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.io.pipelines/6.0.3/system.io.pipelines.6.0.3.nupkg.sha512", "/home/runner/.nuget/packages/system.linq/4.3.0/system.linq.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.linq.expressions/4.3.0/system.linq.expressions.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.memory/4.5.5/system.memory.4.5.5.nupkg.sha512", @@ -185,7 +236,7 @@ "/home/runner/.nuget/packages/system.reflection.emit.ilgeneration/4.3.0/system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.reflection.emit.lightweight/4.3.0/system.reflection.emit.lightweight.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.reflection.extensions/4.3.0/system.reflection.extensions.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.reflection.metadata/1.6.0/system.reflection.metadata.1.6.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.reflection.metadata/6.0.1/system.reflection.metadata.6.0.1.nupkg.sha512", "/home/runner/.nuget/packages/system.reflection.primitives/4.3.0/system.reflection.primitives.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.reflection.typeextensions/4.3.0/system.reflection.typeextensions.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.resources.resourcemanager/4.3.0/system.resources.resourcemanager.4.3.0.nupkg.sha512", @@ -205,14 +256,17 @@ "/home/runner/.nuget/packages/system.security.cryptography.csp/4.3.0/system.security.cryptography.csp.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.security.cryptography.encoding/4.3.0/system.security.cryptography.encoding.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.security.cryptography.openssl/4.3.0/system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.security.cryptography.pkcs/9.0.0/system.security.cryptography.pkcs.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.security.cryptography.primitives/4.3.0/system.security.cryptography.primitives.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.security.cryptography.protecteddata/8.0.0/system.security.cryptography.protecteddata.8.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.security.cryptography.x509certificates/4.3.0/system.security.cryptography.x509certificates.4.3.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.security.cryptography.xml/9.0.0/system.security.cryptography.xml.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.security.principal.windows/5.0.0/system.security.principal.windows.5.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.text.encoding/4.3.0/system.text.encoding.4.3.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.text.encoding.codepages/6.0.0/system.text.encoding.codepages.6.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.text.encoding.extensions/4.3.0/system.text.encoding.extensions.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.text.encodings.web/6.0.0/system.text.encodings.web.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.text.json/6.0.0/system.text.json.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.text.encodings.web/4.7.2/system.text.encodings.web.4.7.2.nupkg.sha512", + "/home/runner/.nuget/packages/system.text.json/4.7.2/system.text.json.4.7.2.nupkg.sha512", "/home/runner/.nuget/packages/system.text.regularexpressions/4.3.0/system.text.regularexpressions.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.threading/4.3.0/system.threading.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.threading.channels/7.0.0/system.threading.channels.7.0.0.nupkg.sha512", @@ -221,11 +275,12 @@ "/home/runner/.nuget/packages/system.threading.thread/4.3.0/system.threading.thread.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.threading.threadpool/4.3.0/system.threading.threadpool.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.threading.timer/4.3.0/system.threading.timer.4.3.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.valuetuple/4.5.0/system.valuetuple.4.5.0.nupkg.sha512", "/home/runner/.nuget/packages/system.xml.readerwriter/4.3.0/system.xml.readerwriter.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.xml.xdocument/4.3.0/system.xml.xdocument.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.xml.xmldocument/4.0.1/system.xml.xmldocument.4.0.1.nupkg.sha512", "/home/runner/.nuget/packages/system.xml.xmlserializer/4.0.11/system.xml.xmlserializer.4.0.11.nupkg.sha512", - "/home/runner/.nuget/packages/yamldotnet/13.3.1/yamldotnet.13.3.1.nupkg.sha512", + "/home/runner/.nuget/packages/yamldotnet/16.3.0/yamldotnet.16.3.0.nupkg.sha512", "/home/runner/.nuget/packages/zstdsharp.port/0.7.3/zstdsharp.port.0.7.3.nupkg.sha512" ], "logs": [] diff --git a/src/Services/Coupon/Coupon.API/obj/staticwebassets.pack.sentinel b/src/Services/Coupon/Coupon.API/obj/staticwebassets.pack.sentinel deleted file mode 100644 index cd5ac039..00000000 --- a/src/Services/Coupon/Coupon.API/obj/staticwebassets.pack.sentinel +++ /dev/null @@ -1 +0,0 @@ -2.0 diff --git a/src/Services/Identity/Identity.API/AppSettings.cs b/src/Services/Identity/Identity.API/AppSettings.cs deleted file mode 100644 index 1f45763f..00000000 --- a/src/Services/Identity/Identity.API/AppSettings.cs +++ /dev/null @@ -1,9 +0,0 @@ -namespace Microsoft.eShopOnContainers.Services.Identity.API -{ - public class AppSettings - { - public string MvcClient { get; set; } - - public bool UseCustomizationData { get; set; } - } -} diff --git a/src/Services/Identity/Identity.API/Certificate/Certificate.cs b/src/Services/Identity/Identity.API/Certificate/Certificate.cs deleted file mode 100644 index d20726d1..00000000 --- a/src/Services/Identity/Identity.API/Certificate/Certificate.cs +++ /dev/null @@ -1,39 +0,0 @@ -using System.IO; -using System.Reflection; -using System.Security.Cryptography.X509Certificates; - -namespace Microsoft.eShopOnContainers.Services.Identity.API.Certificates -{ - static class Certificate - { - public static X509Certificate2 Get() - { - var assembly = typeof(Certificate).GetTypeInfo().Assembly; - var names = assembly.GetManifestResourceNames(); - - /*********************************************************************************************** - * Please note that here we are using a local certificate only for testing purposes. In a - * real environment the certificate should be created and stored in a secure way, which is out - * of the scope of this project. - **********************************************************************************************/ - using (var stream = assembly.GetManifestResourceStream("Identity.API.Certificate.idsrv3test.pfx")) - { - return new X509Certificate2(ReadStream(stream), "idsrv3test"); - } - } - - private static byte[] ReadStream(Stream input) - { - byte[] buffer = new byte[16 * 1024]; - using (MemoryStream ms = new MemoryStream()) - { - int read; - while ((read = input.Read(buffer, 0, buffer.Length)) > 0) - { - ms.Write(buffer, 0, read); - } - return ms.ToArray(); - } - } - } -} \ No newline at end of file diff --git a/src/Services/Identity/Identity.API/Configuration/Config.cs b/src/Services/Identity/Identity.API/Configuration/Config.cs deleted file mode 100644 index 09dc446e..00000000 --- a/src/Services/Identity/Identity.API/Configuration/Config.cs +++ /dev/null @@ -1,329 +0,0 @@ -using System.Collections.Generic; -using IdentityServer4; -using IdentityServer4.Models; - -namespace Microsoft.eShopOnContainers.Services.Identity.API.Configuration -{ - public class Config - { - // ApiResources define the apis in your system - public static IEnumerable GetApis() - { - return new List - { - new ApiResource("orders", "Orders Service"), - new ApiResource("basket", "Basket Service"), - new ApiResource("marketing", "Marketing Service"), - new ApiResource("locations", "Locations Service"), - new ApiResource("mobileshoppingagg", "Mobile Shopping Aggregator"), - new ApiResource("webshoppingagg", "Web Shopping Aggregator"), - new ApiResource("orders.signalrhub", "Ordering Signalr Hub"), - new ApiResource("webhooks", "Webhooks registration Service"), - new ApiResource("coupon", "Coupon Service"), - }; - } - - // Identity resources are data like user ID, name, or email address of a user - // see: http://docs.identityserver.io/en/release/configuration/resources.html - public static IEnumerable GetResources() - { - return new List - { - new IdentityResources.OpenId(), - new IdentityResources.Profile() - }; - } - - // client want to access resources (aka scopes) - public static IEnumerable GetClients(Dictionary clientsUrl) - { - return new List - { - // JavaScript Client - new Client - { - ClientId = "js", - ClientName = "eShop SPA OpenId Client", - AllowedGrantTypes = GrantTypes.Implicit, - AllowAccessTokensViaBrowser = true, - RedirectUris = { $"{clientsUrl["Spa"]}/", "http://localhost:5104/" }, - RequireConsent = false, - PostLogoutRedirectUris = { $"{clientsUrl["Spa"]}/", "http://localhost:5104/" }, - AllowedCorsOrigins = { $"{clientsUrl["Spa"]}", "http://localhost:5104" }, - AllowedScopes = - { - IdentityServerConstants.StandardScopes.OpenId, - IdentityServerConstants.StandardScopes.Profile, - "orders", - "basket", - "locations", - "marketing", - "webshoppingagg", - "orders.signalrhub", - "webhooks", - "coupon" - }, - }, - new Client - { - ClientId = "xamarin", - ClientName = "eShop Xamarin OpenId Client", - AllowedGrantTypes = GrantTypes.Hybrid, - //Used to retrieve the access token on the back channel. - ClientSecrets = - { - new Secret("secret".Sha256()) - }, - RedirectUris = { clientsUrl["Xamarin"] }, - RequireConsent = false, - RequirePkce = true, - PostLogoutRedirectUris = { $"{clientsUrl["Xamarin"]}/Account/Redirecting" }, - //AllowedCorsOrigins = { "http://eshopxamarin" }, - AllowedScopes = new List - { - IdentityServerConstants.StandardScopes.OpenId, - IdentityServerConstants.StandardScopes.Profile, - IdentityServerConstants.StandardScopes.OfflineAccess, - "orders", - "basket", - "locations", - "marketing", - "mobileshoppingagg", - "webhooks", - "coupon" - }, - //Allow requesting refresh tokens for long lived API access - AllowOfflineAccess = true, - AllowAccessTokensViaBrowser = true - }, - new Client - { - ClientId = "mvc", - ClientName = "MVC Client", - ClientSecrets = new List - { - new Secret("secret".Sha256()) - }, - ClientUri = $"{clientsUrl["Mvc"]}", // public uri of the client - AllowedGrantTypes = GrantTypes.Hybrid, - AllowAccessTokensViaBrowser = false, - RequireConsent = false, - AllowOfflineAccess = true, - AlwaysIncludeUserClaimsInIdToken = true, - RedirectUris = new List - { - $"{clientsUrl["Mvc"]}/signin-oidc" - }, - PostLogoutRedirectUris = new List - { - $"{clientsUrl["Mvc"]}/signout-callback-oidc" - }, - AllowedScopes = new List - { - IdentityServerConstants.StandardScopes.OpenId, - IdentityServerConstants.StandardScopes.Profile, - IdentityServerConstants.StandardScopes.OfflineAccess, - "orders", - "basket", - "locations", - "marketing", - "webshoppingagg", - "orders.signalrhub", - "webhooks", - "coupon" - }, - AccessTokenLifetime = 60*60*2, // 2 hours - IdentityTokenLifetime= 60*60*2 // 2 hours - }, - new Client - { - ClientId = "webhooksclient", - ClientName = "Webhooks Client", - ClientSecrets = new List - { - new Secret("secret".Sha256()) - }, - ClientUri = $"{clientsUrl["WebhooksWeb"]}", // public uri of the client - AllowedGrantTypes = GrantTypes.Hybrid, - AllowAccessTokensViaBrowser = false, - RequireConsent = false, - AllowOfflineAccess = true, - AlwaysIncludeUserClaimsInIdToken = true, - RedirectUris = new List - { - $"{clientsUrl["WebhooksWeb"]}/signin-oidc" - }, - PostLogoutRedirectUris = new List - { - $"{clientsUrl["WebhooksWeb"]}/signout-callback-oidc" - }, - AllowedScopes = new List - { - IdentityServerConstants.StandardScopes.OpenId, - IdentityServerConstants.StandardScopes.Profile, - IdentityServerConstants.StandardScopes.OfflineAccess, - "webhooks" - }, - AccessTokenLifetime = 60*60*2, // 2 hours - IdentityTokenLifetime= 60*60*2 // 2 hours - }, - new Client - { - ClientId = "mvctest", - ClientName = "MVC Client Test", - ClientSecrets = new List - { - new Secret("secret".Sha256()) - }, - ClientUri = $"{clientsUrl["Mvc"]}", // public uri of the client - AllowedGrantTypes = GrantTypes.Hybrid, - AllowAccessTokensViaBrowser = true, - RequireConsent = false, - AllowOfflineAccess = true, - RedirectUris = new List - { - $"{clientsUrl["Mvc"]}/signin-oidc" - }, - PostLogoutRedirectUris = new List - { - $"{clientsUrl["Mvc"]}/signout-callback-oidc" - }, - AllowedScopes = new List - { - IdentityServerConstants.StandardScopes.OpenId, - IdentityServerConstants.StandardScopes.Profile, - IdentityServerConstants.StandardScopes.OfflineAccess, - "orders", - "basket", - "locations", - "marketing", - "webshoppingagg", - "webhooks", - "coupon" - }, - }, - new Client - { - ClientId = "locationsswaggerui", - ClientName = "Locations Swagger UI", - AllowedGrantTypes = GrantTypes.Implicit, - AllowAccessTokensViaBrowser = true, - - RedirectUris = { $"{clientsUrl["LocationsApi"]}/swagger/oauth2-redirect.html" }, - PostLogoutRedirectUris = { $"{clientsUrl["LocationsApi"]}/swagger/" }, - - AllowedScopes = - { - "locations" - } - }, - new Client - { - ClientId = "marketingswaggerui", - ClientName = "Marketing Swagger UI", - AllowedGrantTypes = GrantTypes.Implicit, - AllowAccessTokensViaBrowser = true, - - RedirectUris = { $"{clientsUrl["MarketingApi"]}/swagger/oauth2-redirect.html" }, - PostLogoutRedirectUris = { $"{clientsUrl["MarketingApi"]}/swagger/" }, - - AllowedScopes = - { - "marketing" - } - }, - new Client - { - ClientId = "basketswaggerui", - ClientName = "Basket Swagger UI", - AllowedGrantTypes = GrantTypes.Implicit, - AllowAccessTokensViaBrowser = true, - - RedirectUris = { $"{clientsUrl["BasketApi"]}/swagger/oauth2-redirect.html" }, - PostLogoutRedirectUris = { $"{clientsUrl["BasketApi"]}/swagger/" }, - - AllowedScopes = - { - "basket" - } - }, - new Client - { - ClientId = "orderingswaggerui", - ClientName = "Ordering Swagger UI", - AllowedGrantTypes = GrantTypes.Implicit, - AllowAccessTokensViaBrowser = true, - - RedirectUris = { $"{clientsUrl["OrderingApi"]}/swagger/oauth2-redirect.html" }, - PostLogoutRedirectUris = { $"{clientsUrl["OrderingApi"]}/swagger/" }, - - AllowedScopes = - { - "orders" - } - }, - new Client - { - ClientId = "mobileshoppingaggswaggerui", - ClientName = "Mobile Shopping Aggregattor Swagger UI", - AllowedGrantTypes = GrantTypes.Implicit, - AllowAccessTokensViaBrowser = true, - - RedirectUris = { $"{clientsUrl["MobileShoppingAgg"]}/swagger/oauth2-redirect.html" }, - PostLogoutRedirectUris = { $"{clientsUrl["MobileShoppingAgg"]}/swagger/" }, - - AllowedScopes = - { - "mobileshoppingagg" - } - }, - new Client - { - ClientId = "webshoppingaggswaggerui", - ClientName = "Web Shopping Aggregattor Swagger UI", - AllowedGrantTypes = GrantTypes.Implicit, - AllowAccessTokensViaBrowser = true, - - RedirectUris = { $"{clientsUrl["WebShoppingAgg"]}/swagger/oauth2-redirect.html" }, - PostLogoutRedirectUris = { $"{clientsUrl["WebShoppingAgg"]}/swagger/" }, - - AllowedScopes = - { - "webshoppingagg", - "basket" - } - }, - new Client - { - ClientId = "webhooksswaggerui", - ClientName = "WebHooks Service Swagger UI", - AllowedGrantTypes = GrantTypes.Implicit, - AllowAccessTokensViaBrowser = true, - - RedirectUris = { $"{clientsUrl["WebhooksApi"]}/swagger/oauth2-redirect.html" }, - PostLogoutRedirectUris = { $"{clientsUrl["WebhooksApi"]}/swagger/" }, - - AllowedScopes = - { - "webhooks" - } - }, - new Client - { - ClientId = "couponswaggerui", - ClientName = "Coupon Swagger UI", - AllowedGrantTypes = GrantTypes.Implicit, - AllowAccessTokensViaBrowser = true, - - RedirectUris = { $"{clientsUrl["CouponApi"]}/swagger/oauth2-redirect.html" }, - PostLogoutRedirectUris = { $"{clientsUrl["CouponApi"]}/swagger/" }, - - AllowedScopes = - { - "coupon" - } - } - }; - } - } -} \ No newline at end of file diff --git a/src/Services/Identity/Identity.API/Controllers/AccountController.cs b/src/Services/Identity/Identity.API/Controllers/AccountController.cs deleted file mode 100644 index ccb19a66..00000000 --- a/src/Services/Identity/Identity.API/Controllers/AccountController.cs +++ /dev/null @@ -1,319 +0,0 @@ -using System; -using System.Linq; -using System.Security.Claims; -using System.Text.Encodings.Web; -using System.Threading.Tasks; -using IdentityModel; -using IdentityServer4; -using IdentityServer4.Models; -using IdentityServer4.Services; -using IdentityServer4.Stores; -using Microsoft.AspNetCore.Authentication; -using Microsoft.AspNetCore.Authorization; -using Microsoft.AspNetCore.Identity; -using Microsoft.AspNetCore.Mvc; -using Microsoft.eShopOnContainers.Services.Identity.API.Models; -using Microsoft.eShopOnContainers.Services.Identity.API.Models.AccountViewModels; -using Microsoft.eShopOnContainers.Services.Identity.API.Services; -using Microsoft.Extensions.Configuration; -using Microsoft.Extensions.Logging; - -namespace Microsoft.eShopOnContainers.Services.Identity.API.Controllers -{ - /// - /// This sample controller implements a typical login/logout/provision workflow for local accounts. - /// The login service encapsulates the interactions with the user data store. This data store is in-memory only and cannot be used for production! - /// The interaction service provides a way for the UI to communicate with identityserver for validation and context retrieval - /// - public class AccountController : Controller - { - //private readonly InMemoryUserLoginService _loginService; - private readonly ILoginService _loginService; - private readonly IIdentityServerInteractionService _interaction; - private readonly IClientStore _clientStore; - private readonly ILogger _logger; - private readonly UserManager _userManager; - private readonly IConfiguration _configuration; - - public AccountController( - - //InMemoryUserLoginService loginService, - ILoginService loginService, - IIdentityServerInteractionService interaction, - IClientStore clientStore, - ILogger logger, - UserManager userManager, - IConfiguration configuration) - { - _loginService = loginService; - _interaction = interaction; - _clientStore = clientStore; - _logger = logger; - _userManager = userManager; - _configuration = configuration; - } - - /// - /// Show login page - /// - [HttpGet] - public async Task Login(string returnUrl) - { - var context = await _interaction.GetAuthorizationContextAsync(returnUrl); - if (context?.IdP != null) - { - throw new NotImplementedException("External login is not implemented!"); - } - - var vm = await BuildLoginViewModelAsync(returnUrl, context); - - ViewData["ReturnUrl"] = returnUrl; - - return View(vm); - } - - /// - /// Handle postback from username/password login - /// - [HttpPost] - [ValidateAntiForgeryToken] - public async Task Login(LoginViewModel model) - { - if (ModelState.IsValid) - { - var user = await _loginService.FindByUsername(model.Email); - - if (await _loginService.ValidateCredentials(user, model.Password)) - { - var tokenLifetime = _configuration.GetValue("TokenLifetimeMinutes", 120); - - var props = new AuthenticationProperties - { - ExpiresUtc = DateTimeOffset.UtcNow.AddMinutes(tokenLifetime), - AllowRefresh = true, - RedirectUri = model.ReturnUrl - }; - - if (model.RememberMe) - { - var permanentTokenLifetime = _configuration.GetValue("PermanentTokenLifetimeDays", 365); - - props.ExpiresUtc = DateTimeOffset.UtcNow.AddDays(permanentTokenLifetime); - props.IsPersistent = true; - }; - - await _loginService.SignInAsync(user, props); - - // make sure the returnUrl is still valid, and if yes - redirect back to authorize endpoint - if (_interaction.IsValidReturnUrl(model.ReturnUrl)) - { - return Redirect(model.ReturnUrl); - } - - return Redirect("~/"); - } - - ModelState.AddModelError("", "Invalid username or password."); - } - - // something went wrong, show form with error - var vm = await BuildLoginViewModelAsync(model); - - ViewData["ReturnUrl"] = model.ReturnUrl; - - return View(vm); - } - - private async Task BuildLoginViewModelAsync(string returnUrl, AuthorizationRequest context) - { - var allowLocal = true; - if (context?.ClientId != null) - { - var client = await _clientStore.FindEnabledClientByIdAsync(context.ClientId); - if (client != null) - { - allowLocal = client.EnableLocalLogin; - } - } - - return new LoginViewModel - { - ReturnUrl = returnUrl, - Email = context?.LoginHint, - }; - } - - private async Task BuildLoginViewModelAsync(LoginViewModel model) - { - var context = await _interaction.GetAuthorizationContextAsync(model.ReturnUrl); - var vm = await BuildLoginViewModelAsync(model.ReturnUrl, context); - vm.Email = model.Email; - vm.RememberMe = model.RememberMe; - return vm; - } - - /// - /// Show logout page - /// - [HttpGet] - public async Task Logout(string logoutId) - { - if (User.Identity.IsAuthenticated == false) - { - // if the user is not authenticated, then just show logged out page - return await Logout(new LogoutViewModel { LogoutId = logoutId }); - } - - //Test for Xamarin. - var context = await _interaction.GetLogoutContextAsync(logoutId); - if (context?.ShowSignoutPrompt == false) - { - //it's safe to automatically sign-out - return await Logout(new LogoutViewModel { LogoutId = logoutId }); - } - - // show the logout prompt. this prevents attacks where the user - // is automatically signed out by another malicious web page. - var vm = new LogoutViewModel - { - LogoutId = logoutId - }; - return View(vm); - } - - /// - /// Handle logout page postback - /// - [HttpPost] - [ValidateAntiForgeryToken] - public async Task Logout(LogoutViewModel model) - { - var idp = User?.FindFirst(JwtClaimTypes.IdentityProvider)?.Value; - - if (idp != null && idp != IdentityServerConstants.LocalIdentityProvider) - { - if (model.LogoutId == null) - { - // if there's no current logout context, we need to create one - // this captures necessary info from the current logged in user - // before we signout and redirect away to the external IdP for signout - model.LogoutId = await _interaction.CreateLogoutContextAsync(); - } - - string url = "/Account/Logout?logoutId=" + model.LogoutId; - - try - { - - // hack: try/catch to handle social providers that throw - await HttpContext.SignOutAsync(idp, new AuthenticationProperties - { - RedirectUri = url - }); - } - catch (Exception ex) - { - _logger.LogError(ex, "LOGOUT ERROR: {ExceptionMessage}", ex.Message); - } - } - - // delete authentication cookie - await HttpContext.SignOutAsync(); - - await HttpContext.SignOutAsync(IdentityConstants.ApplicationScheme); - - // set this so UI rendering sees an anonymous user - HttpContext.User = new ClaimsPrincipal(new ClaimsIdentity()); - - // get context information (client name, post logout redirect URI and iframe for federated signout) - var logout = await _interaction.GetLogoutContextAsync(model.LogoutId); - - return Redirect(logout?.PostLogoutRedirectUri); - } - - public async Task DeviceLogOut(string redirectUrl) - { - // delete authentication cookie - await HttpContext.SignOutAsync(); - - // set this so UI rendering sees an anonymous user - HttpContext.User = new ClaimsPrincipal(new ClaimsIdentity()); - - return Redirect(redirectUrl); - } - - // GET: /Account/Register - [HttpGet] - [AllowAnonymous] - public IActionResult Register(string returnUrl = null) - { - ViewData["ReturnUrl"] = returnUrl; - return View(); - } - - // - // POST: /Account/Register - [HttpPost] - [AllowAnonymous] - [ValidateAntiForgeryToken] - public async Task Register(RegisterViewModel model, string returnUrl = null) - { - ViewData["ReturnUrl"] = returnUrl; - if (ModelState.IsValid) - { - var user = new ApplicationUser - { - UserName = model.Email, - Email = model.Email, - CardHolderName = model.User.CardHolderName, - CardNumber = model.User.CardNumber, - CardType = model.User.CardType, - City = model.User.City, - Country = model.User.Country, - Expiration = model.User.Expiration, - LastName = model.User.LastName, - Name = model.User.Name, - Street = model.User.Street, - State = model.User.State, - ZipCode = model.User.ZipCode, - PhoneNumber = model.User.PhoneNumber, - SecurityNumber = model.User.SecurityNumber - }; - var result = await _userManager.CreateAsync(user, model.Password); - if (result.Errors.Count() > 0) - { - AddErrors(result); - // If we got this far, something failed, redisplay form - return View(model); - } - } - - if (returnUrl != null) - { - if (HttpContext.User.Identity.IsAuthenticated) - return Redirect(returnUrl); - else - if (ModelState.IsValid) - return RedirectToAction("login", "account", new { returnUrl = returnUrl }); - else - return View(model); - } - - return RedirectToAction("index", "home"); - } - - [HttpGet] - public IActionResult Redirecting() - { - return View(); - } - - private void AddErrors(IdentityResult result) - { - foreach (var error in result.Errors) - { - ModelState.AddModelError(string.Empty, error.Description); - } - } - } -} \ No newline at end of file diff --git a/src/Services/Identity/Identity.API/Controllers/AuthController.cs b/src/Services/Identity/Identity.API/Controllers/AuthController.cs new file mode 100644 index 00000000..307d37e9 --- /dev/null +++ b/src/Services/Identity/Identity.API/Controllers/AuthController.cs @@ -0,0 +1,106 @@ +using Microsoft.AspNetCore.Authorization; +using Microsoft.AspNetCore.Identity; +using Microsoft.AspNetCore.Mvc; +using Microsoft.eShopOnContainers.Services.Identity.API.Models; +using Microsoft.eShopOnContainers.Services.Identity.API.Models.AccountViewModels; +using Microsoft.eShopOnContainers.Services.Identity.API.Services; +using System.Threading.Tasks; + +namespace Microsoft.eShopOnContainers.Services.Identity.API.Controllers +{ + [ApiController] + [Route("api/[controller]")] + public class AuthController : ControllerBase + { + private readonly UserManager _userManager; + private readonly SignInManager _signInManager; + private readonly JwtTokenService _jwtTokenService; + + public AuthController( + UserManager userManager, + SignInManager signInManager, + JwtTokenService jwtTokenService) + { + _userManager = userManager; + _signInManager = signInManager; + _jwtTokenService = jwtTokenService; + } + + [HttpPost("login")] + [AllowAnonymous] + public async Task Login([FromBody] LoginViewModel model) + { + if (!ModelState.IsValid) + return BadRequest(ModelState); + + var result = await _signInManager.PasswordSignInAsync(model.Email, model.Password, model.RememberMe, lockoutOnFailure: false); + + if (result.Succeeded) + { + var user = await _userManager.FindByEmailAsync(model.Email); + var token = await _jwtTokenService.GenerateJwtToken(user); + + return Ok(new { token, user = new { user.Email, user.UserName } }); + } + + return Unauthorized(new { message = "Invalid login attempt" }); + } + + [HttpPost("register")] + [AllowAnonymous] + public async Task Register([FromBody] RegisterViewModel model) + { + if (!ModelState.IsValid) + return BadRequest(ModelState); + + var user = new ApplicationUser + { + UserName = model.Email, + Email = model.Email, + CardNumber = model.User?.CardNumber, + CardHolderName = model.User?.CardHolderName, + CardType = model.User?.CardType ?? 0, + City = model.User?.City, + Country = model.User?.Country, + Expiration = model.User?.Expiration, + LastName = model.User?.LastName, + Name = model.User?.Name, + PhoneNumber = model.User?.PhoneNumber, + SecurityNumber = model.User?.SecurityNumber, + State = model.User?.State, + Street = model.User?.Street, + ZipCode = model.User?.ZipCode + }; + + var result = await _userManager.CreateAsync(user, model.Password); + + if (result.Succeeded) + { + await _signInManager.SignInAsync(user, isPersistent: false); + var token = await _jwtTokenService.GenerateJwtToken(user); + + return Ok(new { token, user = new { user.Email, user.UserName } }); + } + + return BadRequest(result.Errors); + } + + [HttpGet("user")] + [Authorize] + public async Task GetUser() + { + var user = await _userManager.FindByNameAsync(User.Identity.Name); + if (user == null) + return NotFound(); + + return Ok(new + { + user.Email, + user.UserName, + user.Name, + user.LastName, + user.PhoneNumber + }); + } + } +} diff --git a/src/Services/Identity/Identity.API/Controllers/ConsentController.cs b/src/Services/Identity/Identity.API/Controllers/ConsentController.cs deleted file mode 100644 index 095440d6..00000000 --- a/src/Services/Identity/Identity.API/Controllers/ConsentController.cs +++ /dev/null @@ -1,140 +0,0 @@ -using IdentityServer4.Models; -using IdentityServer4.Services; -using IdentityServer4.Stores; -using Microsoft.AspNetCore.Mvc; -using Microsoft.eShopOnContainers.Services.Identity.API.Models.AccountViewModels; -using Microsoft.Extensions.Logging; -using System.Linq; -using System.Threading.Tasks; - -namespace Microsoft.eShopOnContainers.Services.Identity.API.Controllers -{ - /// - /// This controller implements the consent logic - /// - public class ConsentController : Controller - { - private readonly ILogger _logger; - private readonly IClientStore _clientStore; - private readonly IResourceStore _resourceStore; - private readonly IIdentityServerInteractionService _interaction; - - - public ConsentController( - ILogger logger, - IIdentityServerInteractionService interaction, - IClientStore clientStore, - IResourceStore resourceStore) - { - _logger = logger; - _interaction = interaction; - _clientStore = clientStore; - _resourceStore = resourceStore; - } - - /// - /// Shows the consent screen - /// - /// - /// - [HttpGet] - public async Task Index(string returnUrl) - { - var vm = await BuildViewModelAsync(returnUrl); - ViewData["ReturnUrl"] = returnUrl; - if (vm != null) - { - return View("Index", vm); - } - - return View("Error"); - } - - /// - /// Handles the consent screen postback - /// - [HttpPost] - [ValidateAntiForgeryToken] - public async Task Index(ConsentInputModel model) - { - // parse the return URL back to an AuthorizeRequest object - var request = await _interaction.GetAuthorizationContextAsync(model.ReturnUrl); - ConsentResponse response = null; - - // user clicked 'no' - send back the standard 'access_denied' response - if (model.Button == "no") - { - response = ConsentResponse.Denied; - } - // user clicked 'yes' - validate the data - else if (model.Button == "yes" && model != null) - { - // if the user consented to some scope, build the response model - if (model.ScopesConsented != null && model.ScopesConsented.Any()) - { - response = new ConsentResponse - { - RememberConsent = model.RememberConsent, - ScopesConsented = model.ScopesConsented - }; - } - else - { - ModelState.AddModelError("", "You must pick at least one permission."); - } - } - else - { - ModelState.AddModelError("", "Invalid Selection"); - } - - if (response != null) - { - // communicate outcome of consent back to identityserver - await _interaction.GrantConsentAsync(request, response); - - // redirect back to authorization endpoint - return Redirect(model.ReturnUrl); - } - - var vm = await BuildViewModelAsync(model.ReturnUrl, model); - if (vm != null) - { - return View("Index", vm); - } - - return View("Error"); - } - - async Task BuildViewModelAsync(string returnUrl, ConsentInputModel model = null) - { - var request = await _interaction.GetAuthorizationContextAsync(returnUrl); - if (request != null) - { - var client = await _clientStore.FindEnabledClientByIdAsync(request.ClientId); - if (client != null) - { - var resources = await _resourceStore.FindEnabledResourcesByScopeAsync(request.ScopesRequested); - if (resources != null && (resources.IdentityResources.Any() || resources.ApiResources.Any())) - { - return new ConsentViewModel(model, returnUrl, request, client, resources); - } - else - { - _logger.LogError("No scopes matching: {0}", request.ScopesRequested.Aggregate((x, y) => x + ", " + y)); - } - } - else - { - _logger.LogError("Invalid client id: {0}", request.ClientId); - } - } - else - { - _logger.LogError("No consent request matching request: {0}", returnUrl); - } - - return null; - } - } -} \ No newline at end of file diff --git a/src/Services/Identity/Identity.API/Controllers/HomeController.cs b/src/Services/Identity/Identity.API/Controllers/HomeController.cs deleted file mode 100644 index 66931b76..00000000 --- a/src/Services/Identity/Identity.API/Controllers/HomeController.cs +++ /dev/null @@ -1,54 +0,0 @@ - -using IdentityServer4.Services; -using Microsoft.AspNetCore.Mvc; -using Microsoft.eShopOnContainers.Services.Identity.API.Models; -using Microsoft.eShopOnContainers.Services.Identity.API.Services; -using Microsoft.Extensions.Options; -using System.Threading.Tasks; - -namespace Microsoft.eShopOnContainers.Services.Identity.API.Controllers -{ - public class HomeController : Controller - { - private readonly IIdentityServerInteractionService _interaction; - private readonly IOptionsSnapshot _settings; - private readonly IRedirectService _redirectSvc; - - public HomeController(IIdentityServerInteractionService interaction, IOptionsSnapshot settings,IRedirectService redirectSvc) - { - _interaction = interaction; - _settings = settings; - _redirectSvc = redirectSvc; - } - - public IActionResult Index(string returnUrl) - { - return View(); - } - - public IActionResult ReturnToOriginalApplication(string returnUrl) - { - if (returnUrl != null) - return Redirect(_redirectSvc.ExtractRedirectUriFromReturnUrl(returnUrl)); - else - return RedirectToAction("Index", "Home"); - } - - /// - /// Shows the error page - /// - public async Task Error(string errorId) - { - var vm = new ErrorViewModel(); - - // retrieve error details from identityserver - var message = await _interaction.GetErrorContextAsync(errorId); - if (message != null) - { - vm.Error = message; - } - - return View("Error", vm); - } - } -} \ No newline at end of file diff --git a/src/Services/Identity/Identity.API/Data/ApplicationDbContextSeed.cs b/src/Services/Identity/Identity.API/Data/ApplicationDbContextSeed.cs.bak similarity index 100% rename from src/Services/Identity/Identity.API/Data/ApplicationDbContextSeed.cs rename to src/Services/Identity/Identity.API/Data/ApplicationDbContextSeed.cs.bak diff --git a/src/Services/Identity/Identity.API/Data/ConfigurationDbContextSeed.cs b/src/Services/Identity/Identity.API/Data/ConfigurationDbContextSeed.cs.bak similarity index 100% rename from src/Services/Identity/Identity.API/Data/ConfigurationDbContextSeed.cs rename to src/Services/Identity/Identity.API/Data/ConfigurationDbContextSeed.cs.bak diff --git a/src/Services/Identity/Identity.API/Devspaces/DevspacesRedirectUriValidator.cs b/src/Services/Identity/Identity.API/Devspaces/DevspacesRedirectUriValidator.cs deleted file mode 100644 index d43a9ab1..00000000 --- a/src/Services/Identity/Identity.API/Devspaces/DevspacesRedirectUriValidator.cs +++ /dev/null @@ -1,31 +0,0 @@ -using IdentityServer4.Models; -using IdentityServer4.Validation; -using Microsoft.Extensions.Logging; -using System.Threading.Tasks; - - -namespace Microsoft.eShopOnContainers.Services.Identity.API.Devspaces -{ - public class DevspacesRedirectUriValidator : IRedirectUriValidator - { - private readonly ILogger _logger; - public DevspacesRedirectUriValidator(ILogger logger) - { - _logger = logger; - } - - public Task IsPostLogoutRedirectUriValidAsync(string requestedUri, Client client) - { - - _logger.LogInformation("Client {ClientName} used post logout uri {RequestedUri}.", client.ClientName, requestedUri); - return Task.FromResult(true); - } - - public Task IsRedirectUriValidAsync(string requestedUri, Client client) - { - _logger.LogInformation("Client {ClientName} used post logout uri {RequestedUri}.", client.ClientName, requestedUri); - return Task.FromResult(true); - } - - } -} \ No newline at end of file diff --git a/src/Services/Identity/Identity.API/Devspaces/IdentityDevspacesBuilderExtensions.cs b/src/Services/Identity/Identity.API/Devspaces/IdentityDevspacesBuilderExtensions.cs deleted file mode 100644 index 4dadb0e5..00000000 --- a/src/Services/Identity/Identity.API/Devspaces/IdentityDevspacesBuilderExtensions.cs +++ /dev/null @@ -1,20 +0,0 @@ -using Microsoft.Extensions.DependencyInjection; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; - -namespace Microsoft.eShopOnContainers.Services.Identity.API.Devspaces -{ - static class IdentityDevspacesBuilderExtensions - { - public static IIdentityServerBuilder AddDevspacesIfNeeded(this IIdentityServerBuilder builder, bool useDevspaces) - { - if (useDevspaces) - { - builder.AddRedirectUriValidator(); - } - return builder; - } - } -} diff --git a/src/Services/Identity/Identity.API/Extensions/LinqSelectExtensions.cs b/src/Services/Identity/Identity.API/Extensions/LinqSelectExtensions.cs deleted file mode 100644 index 1061881a..00000000 --- a/src/Services/Identity/Identity.API/Extensions/LinqSelectExtensions.cs +++ /dev/null @@ -1,50 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; - -namespace Microsoft.eShopOnContainers.Services.Identity.API.Extensions -{ - public static class LinqSelectExtensions - { - public static IEnumerable> SelectTry(this IEnumerable enumerable, Func selector) - { - foreach (TSource element in enumerable) - { - SelectTryResult returnedValue; - try - { - returnedValue = new SelectTryResult(element, selector(element), null); - } - catch (Exception ex) - { - returnedValue = new SelectTryResult(element, default(TResult), ex); - } - yield return returnedValue; - } - } - - public static IEnumerable OnCaughtException(this IEnumerable> enumerable, Func exceptionHandler) - { - return enumerable.Select(x => x.CaughtException == null ? x.Result : exceptionHandler(x.CaughtException)); - } - - public static IEnumerable OnCaughtException(this IEnumerable> enumerable, Func exceptionHandler) - { - return enumerable.Select(x => x.CaughtException == null ? x.Result : exceptionHandler(x.Source, x.CaughtException)); - } - - public class SelectTryResult - { - internal SelectTryResult(TSource source, TResult result, Exception exception) - { - Source = source; - Result = result; - CaughtException = exception; - } - - public TSource Source { get; private set; } - public TResult Result { get; private set; } - public Exception CaughtException { get; private set; } - } - } -} diff --git a/src/Services/Identity/Identity.API/Factories/ApplicationDbContextFactory.cs b/src/Services/Identity/Identity.API/Factories/ApplicationDbContextFactory.cs deleted file mode 100644 index bb3f7bfe..00000000 --- a/src/Services/Identity/Identity.API/Factories/ApplicationDbContextFactory.cs +++ /dev/null @@ -1,26 +0,0 @@ -using Microsoft.EntityFrameworkCore; -using Microsoft.EntityFrameworkCore.Design; -using Microsoft.eShopOnContainers.Services.Identity.API.Data; -using Microsoft.Extensions.Configuration; -using System.IO; - -namespace Identity.API.Factories -{ - public class ApplicationDbContextFactory : IDesignTimeDbContextFactory - { - public ApplicationDbContext CreateDbContext(string[] args) - { - var config = new ConfigurationBuilder() - .SetBasePath(Path.Combine(Directory.GetCurrentDirectory())) - .AddJsonFile("appsettings.json") - .AddEnvironmentVariables() - .Build(); - - var optionsBuilder = new DbContextOptionsBuilder(); - - optionsBuilder.UseSqlServer(config["ConnectionString"], sqlServerOptionsAction: o => o.MigrationsAssembly("Identity.API")); - - return new ApplicationDbContext(optionsBuilder.Options); - } - } -} \ No newline at end of file diff --git a/src/Services/Identity/Identity.API/Factories/ConfigurationDbContextFactory.cs b/src/Services/Identity/Identity.API/Factories/ConfigurationDbContextFactory.cs deleted file mode 100644 index e304f50a..00000000 --- a/src/Services/Identity/Identity.API/Factories/ConfigurationDbContextFactory.cs +++ /dev/null @@ -1,28 +0,0 @@ -using IdentityServer4.EntityFramework.DbContexts; -using IdentityServer4.EntityFramework.Options; -using Microsoft.EntityFrameworkCore; -using Microsoft.EntityFrameworkCore.Design; -using Microsoft.Extensions.Configuration; -using System.IO; - -namespace Identity.API.Factories -{ - public class ConfigurationDbContextFactory : IDesignTimeDbContextFactory - { - public ConfigurationDbContext CreateDbContext(string[] args) - { - var config = new ConfigurationBuilder() - .SetBasePath(Path.Combine(Directory.GetCurrentDirectory())) - .AddJsonFile("appsettings.json") - .AddEnvironmentVariables() - .Build(); - - var optionsBuilder = new DbContextOptionsBuilder(); - var storeOptions = new ConfigurationStoreOptions(); - - optionsBuilder.UseSqlServer(config["ConnectionString"], sqlServerOptionsAction: o => o.MigrationsAssembly("Identity.API")); - - return new ConfigurationDbContext(optionsBuilder.Options, storeOptions); - } - } -} \ No newline at end of file diff --git a/src/Services/Identity/Identity.API/Factories/PersistedGrantDbContextFactory.cs b/src/Services/Identity/Identity.API/Factories/PersistedGrantDbContextFactory.cs deleted file mode 100644 index b3dff8d9..00000000 --- a/src/Services/Identity/Identity.API/Factories/PersistedGrantDbContextFactory.cs +++ /dev/null @@ -1,28 +0,0 @@ -using IdentityServer4.EntityFramework.DbContexts; -using IdentityServer4.EntityFramework.Options; -using Microsoft.EntityFrameworkCore; -using Microsoft.EntityFrameworkCore.Design; -using Microsoft.Extensions.Configuration; -using System.IO; - -namespace Identity.API.Factories -{ - public class PersistedGrantDbContextFactory : IDesignTimeDbContextFactory - { - public PersistedGrantDbContext CreateDbContext(string[] args) - { - var config = new ConfigurationBuilder() - .SetBasePath(Path.Combine(Directory.GetCurrentDirectory())) - .AddJsonFile("appsettings.json") - .AddEnvironmentVariables() - .Build(); - - var optionsBuilder = new DbContextOptionsBuilder(); - var operationOptions = new OperationalStoreOptions(); - - optionsBuilder.UseSqlServer(config["ConnectionString"], sqlServerOptionsAction: o => o.MigrationsAssembly("Identity.API")); - - return new PersistedGrantDbContext(optionsBuilder.Options, operationOptions); - } - } -} \ No newline at end of file diff --git a/src/Services/Identity/Identity.API/IWebHostExtensions.cs b/src/Services/Identity/Identity.API/IWebHostExtensions.cs deleted file mode 100644 index ce6a4f90..00000000 --- a/src/Services/Identity/Identity.API/IWebHostExtensions.cs +++ /dev/null @@ -1,79 +0,0 @@ -using Microsoft.EntityFrameworkCore; -using Microsoft.Extensions.Configuration; -using Microsoft.Extensions.DependencyInjection; -using Microsoft.Extensions.Logging; -using Polly; -using System; -using Microsoft.Data.SqlClient; - -namespace Microsoft.AspNetCore.Hosting -{ - public static class IWebHostExtensions - { - public static bool IsInKubernetes(this IWebHost webHost) - { - var cfg = webHost.Services.GetService(); - var orchestratorType = cfg.GetValue("OrchestratorType"); - return orchestratorType?.ToUpper() == "K8S"; - } - - public static IWebHost MigrateDbContext(this IWebHost webHost, Action seeder) where TContext : DbContext - { - var underK8s = webHost.IsInKubernetes(); - - using (var scope = webHost.Services.CreateScope()) - { - var services = scope.ServiceProvider; - var logger = services.GetRequiredService>(); - var context = services.GetService(); - - try - { - logger.LogInformation("Migrating database associated with context {DbContextName}", typeof(TContext).Name); - - if (underK8s) - { - InvokeSeeder(seeder, context, services); - } - else - { - var retries = 10; - var retry = Policy.Handle() - .WaitAndRetry( - retryCount: retries, - sleepDurationProvider: retryAttempt => TimeSpan.FromSeconds(Math.Pow(2, retryAttempt)), - onRetry: (exception, timeSpan, retry, ctx) => - { - logger.LogWarning(exception, "[{prefix}] Exception {ExceptionType} with message {Message} detected on attempt {retry} of {retries}", nameof(TContext), exception.GetType().Name, exception.Message, retry, retries); - }); - - //if the sql server container is not created on run docker compose this - //migration can't fail for network related exception. The retry options for DbContext only - //apply to transient exceptions - // Note that this is NOT applied when running some orchestrators (let the orchestrator to recreate the failing service) - retry.Execute(() => InvokeSeeder(seeder, context, services)); - } - - logger.LogInformation("Migrated database associated with context {DbContextName}", typeof(TContext).Name); - } - catch (Exception ex) - { - logger.LogError(ex, "An error occurred while migrating the database used on context {DbContextName}", typeof(TContext).Name); - if (underK8s) - { - throw; // Rethrow under k8s because we rely on k8s to re-run the pod - } - } - } - - return webHost; - } - - private static void InvokeSeeder(Action seeder, TContext context, IServiceProvider services) - where TContext : DbContext - { - context.Database.Migrate(); - seeder(context, services); - } - } -} diff --git a/src/Services/Identity/Identity.API/Identity.API.csproj b/src/Services/Identity/Identity.API/Identity.API.csproj index ad38a00e..5c93ace0 100644 --- a/src/Services/Identity/Identity.API/Identity.API.csproj +++ b/src/Services/Identity/Identity.API/Identity.API.csproj @@ -15,29 +15,26 @@ - - + + - - - - - - - - + + + + - - - + + + - - - - + + + + + diff --git a/src/Services/Identity/Identity.API/Migrations/ConfigurationDb/20190729092011_InitialConfigurationMigration.Designer.cs b/src/Services/Identity/Identity.API/Migrations/ConfigurationDb/20190729092011_InitialConfigurationMigration.Designer.cs deleted file mode 100644 index 5e801b30..00000000 --- a/src/Services/Identity/Identity.API/Migrations/ConfigurationDb/20190729092011_InitialConfigurationMigration.Designer.cs +++ /dev/null @@ -1,708 +0,0 @@ -// -using System; -using IdentityServer4.EntityFramework.DbContexts; -using Microsoft.EntityFrameworkCore; -using Microsoft.EntityFrameworkCore.Infrastructure; -using Microsoft.EntityFrameworkCore.Metadata; -using Microsoft.EntityFrameworkCore.Migrations; -using Microsoft.EntityFrameworkCore.Storage.ValueConversion; - -namespace Identity.API.Migrations.ConfigurationDb -{ - [DbContext(typeof(ConfigurationDbContext))] - [Migration("20190729092011_InitialConfigurationMigration")] - partial class InitialConfigurationMigration - { - protected override void BuildTargetModel(ModelBuilder modelBuilder) - { -#pragma warning disable 612, 618 - modelBuilder - .HasAnnotation("ProductVersion", "3.0.0-preview7.19362.6") - .HasAnnotation("Relational:MaxIdentifierLength", 128) - .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ApiResource", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); - - b.Property("Created"); - - b.Property("Description") - .HasMaxLength(1000); - - b.Property("DisplayName") - .HasMaxLength(200); - - b.Property("Enabled"); - - b.Property("LastAccessed"); - - b.Property("Name") - .IsRequired() - .HasMaxLength(200); - - b.Property("NonEditable"); - - b.Property("Updated"); - - b.HasKey("Id"); - - b.HasIndex("Name") - .IsUnique(); - - b.ToTable("ApiResources"); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ApiResourceClaim", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); - - b.Property("ApiResourceId"); - - b.Property("Type") - .IsRequired() - .HasMaxLength(200); - - b.HasKey("Id"); - - b.HasIndex("ApiResourceId"); - - b.ToTable("ApiClaims"); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ApiResourceProperty", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); - - b.Property("ApiResourceId"); - - b.Property("Key") - .IsRequired() - .HasMaxLength(250); - - b.Property("Value") - .IsRequired() - .HasMaxLength(2000); - - b.HasKey("Id"); - - b.HasIndex("ApiResourceId"); - - b.ToTable("ApiProperties"); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ApiScope", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); - - b.Property("ApiResourceId"); - - b.Property("Description") - .HasMaxLength(1000); - - b.Property("DisplayName") - .HasMaxLength(200); - - b.Property("Emphasize"); - - b.Property("Name") - .IsRequired() - .HasMaxLength(200); - - b.Property("Required"); - - b.Property("ShowInDiscoveryDocument"); - - b.HasKey("Id"); - - b.HasIndex("ApiResourceId"); - - b.HasIndex("Name") - .IsUnique(); - - b.ToTable("ApiScopes"); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ApiScopeClaim", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); - - b.Property("ApiScopeId"); - - b.Property("Type") - .IsRequired() - .HasMaxLength(200); - - b.HasKey("Id"); - - b.HasIndex("ApiScopeId"); - - b.ToTable("ApiScopeClaims"); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ApiSecret", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); - - b.Property("ApiResourceId"); - - b.Property("Created"); - - b.Property("Description") - .HasMaxLength(1000); - - b.Property("Expiration"); - - b.Property("Type") - .IsRequired() - .HasMaxLength(250); - - b.Property("Value") - .IsRequired() - .HasMaxLength(4000); - - b.HasKey("Id"); - - b.HasIndex("ApiResourceId"); - - b.ToTable("ApiSecrets"); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.Client", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); - - b.Property("AbsoluteRefreshTokenLifetime"); - - b.Property("AccessTokenLifetime"); - - b.Property("AccessTokenType"); - - b.Property("AllowAccessTokensViaBrowser"); - - b.Property("AllowOfflineAccess"); - - b.Property("AllowPlainTextPkce"); - - b.Property("AllowRememberConsent"); - - b.Property("AlwaysIncludeUserClaimsInIdToken"); - - b.Property("AlwaysSendClientClaims"); - - b.Property("AuthorizationCodeLifetime"); - - b.Property("BackChannelLogoutSessionRequired"); - - b.Property("BackChannelLogoutUri") - .HasMaxLength(2000); - - b.Property("ClientClaimsPrefix") - .HasMaxLength(200); - - b.Property("ClientId") - .IsRequired() - .HasMaxLength(200); - - b.Property("ClientName") - .HasMaxLength(200); - - b.Property("ClientUri") - .HasMaxLength(2000); - - b.Property("ConsentLifetime"); - - b.Property("Created"); - - b.Property("Description") - .HasMaxLength(1000); - - b.Property("DeviceCodeLifetime"); - - b.Property("EnableLocalLogin"); - - b.Property("Enabled"); - - b.Property("FrontChannelLogoutSessionRequired"); - - b.Property("FrontChannelLogoutUri") - .HasMaxLength(2000); - - b.Property("IdentityTokenLifetime"); - - b.Property("IncludeJwtId"); - - b.Property("LastAccessed"); - - b.Property("LogoUri") - .HasMaxLength(2000); - - b.Property("NonEditable"); - - b.Property("PairWiseSubjectSalt") - .HasMaxLength(200); - - b.Property("ProtocolType") - .IsRequired() - .HasMaxLength(200); - - b.Property("RefreshTokenExpiration"); - - b.Property("RefreshTokenUsage"); - - b.Property("RequireClientSecret"); - - b.Property("RequireConsent"); - - b.Property("RequirePkce"); - - b.Property("SlidingRefreshTokenLifetime"); - - b.Property("UpdateAccessTokenClaimsOnRefresh"); - - b.Property("Updated"); - - b.Property("UserCodeType") - .HasMaxLength(100); - - b.Property("UserSsoLifetime"); - - b.HasKey("Id"); - - b.HasIndex("ClientId") - .IsUnique(); - - b.ToTable("Clients"); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ClientClaim", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); - - b.Property("ClientId"); - - b.Property("Type") - .IsRequired() - .HasMaxLength(250); - - b.Property("Value") - .IsRequired() - .HasMaxLength(250); - - b.HasKey("Id"); - - b.HasIndex("ClientId"); - - b.ToTable("ClientClaims"); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ClientCorsOrigin", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); - - b.Property("ClientId"); - - b.Property("Origin") - .IsRequired() - .HasMaxLength(150); - - b.HasKey("Id"); - - b.HasIndex("ClientId"); - - b.ToTable("ClientCorsOrigins"); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ClientGrantType", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); - - b.Property("ClientId"); - - b.Property("GrantType") - .IsRequired() - .HasMaxLength(250); - - b.HasKey("Id"); - - b.HasIndex("ClientId"); - - b.ToTable("ClientGrantTypes"); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ClientIdPRestriction", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); - - b.Property("ClientId"); - - b.Property("Provider") - .IsRequired() - .HasMaxLength(200); - - b.HasKey("Id"); - - b.HasIndex("ClientId"); - - b.ToTable("ClientIdPRestrictions"); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ClientPostLogoutRedirectUri", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); - - b.Property("ClientId"); - - b.Property("PostLogoutRedirectUri") - .IsRequired() - .HasMaxLength(2000); - - b.HasKey("Id"); - - b.HasIndex("ClientId"); - - b.ToTable("ClientPostLogoutRedirectUris"); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ClientProperty", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); - - b.Property("ClientId"); - - b.Property("Key") - .IsRequired() - .HasMaxLength(250); - - b.Property("Value") - .IsRequired() - .HasMaxLength(2000); - - b.HasKey("Id"); - - b.HasIndex("ClientId"); - - b.ToTable("ClientProperties"); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ClientRedirectUri", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); - - b.Property("ClientId"); - - b.Property("RedirectUri") - .IsRequired() - .HasMaxLength(2000); - - b.HasKey("Id"); - - b.HasIndex("ClientId"); - - b.ToTable("ClientRedirectUris"); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ClientScope", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); - - b.Property("ClientId"); - - b.Property("Scope") - .IsRequired() - .HasMaxLength(200); - - b.HasKey("Id"); - - b.HasIndex("ClientId"); - - b.ToTable("ClientScopes"); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ClientSecret", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); - - b.Property("ClientId"); - - b.Property("Created"); - - b.Property("Description") - .HasMaxLength(2000); - - b.Property("Expiration"); - - b.Property("Type") - .IsRequired() - .HasMaxLength(250); - - b.Property("Value") - .IsRequired() - .HasMaxLength(4000); - - b.HasKey("Id"); - - b.HasIndex("ClientId"); - - b.ToTable("ClientSecrets"); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.IdentityClaim", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); - - b.Property("IdentityResourceId"); - - b.Property("Type") - .IsRequired() - .HasMaxLength(200); - - b.HasKey("Id"); - - b.HasIndex("IdentityResourceId"); - - b.ToTable("IdentityClaims"); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.IdentityResource", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); - - b.Property("Created"); - - b.Property("Description") - .HasMaxLength(1000); - - b.Property("DisplayName") - .HasMaxLength(200); - - b.Property("Emphasize"); - - b.Property("Enabled"); - - b.Property("Name") - .IsRequired() - .HasMaxLength(200); - - b.Property("NonEditable"); - - b.Property("Required"); - - b.Property("ShowInDiscoveryDocument"); - - b.Property("Updated"); - - b.HasKey("Id"); - - b.HasIndex("Name") - .IsUnique(); - - b.ToTable("IdentityResources"); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.IdentityResourceProperty", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); - - b.Property("IdentityResourceId"); - - b.Property("Key") - .IsRequired() - .HasMaxLength(250); - - b.Property("Value") - .IsRequired() - .HasMaxLength(2000); - - b.HasKey("Id"); - - b.HasIndex("IdentityResourceId"); - - b.ToTable("IdentityProperties"); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ApiResourceClaim", b => - { - b.HasOne("IdentityServer4.EntityFramework.Entities.ApiResource", "ApiResource") - .WithMany("UserClaims") - .HasForeignKey("ApiResourceId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ApiResourceProperty", b => - { - b.HasOne("IdentityServer4.EntityFramework.Entities.ApiResource", "ApiResource") - .WithMany("Properties") - .HasForeignKey("ApiResourceId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ApiScope", b => - { - b.HasOne("IdentityServer4.EntityFramework.Entities.ApiResource", "ApiResource") - .WithMany("Scopes") - .HasForeignKey("ApiResourceId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ApiScopeClaim", b => - { - b.HasOne("IdentityServer4.EntityFramework.Entities.ApiScope", "ApiScope") - .WithMany("UserClaims") - .HasForeignKey("ApiScopeId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ApiSecret", b => - { - b.HasOne("IdentityServer4.EntityFramework.Entities.ApiResource", "ApiResource") - .WithMany("Secrets") - .HasForeignKey("ApiResourceId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ClientClaim", b => - { - b.HasOne("IdentityServer4.EntityFramework.Entities.Client", "Client") - .WithMany("Claims") - .HasForeignKey("ClientId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ClientCorsOrigin", b => - { - b.HasOne("IdentityServer4.EntityFramework.Entities.Client", "Client") - .WithMany("AllowedCorsOrigins") - .HasForeignKey("ClientId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ClientGrantType", b => - { - b.HasOne("IdentityServer4.EntityFramework.Entities.Client", "Client") - .WithMany("AllowedGrantTypes") - .HasForeignKey("ClientId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ClientIdPRestriction", b => - { - b.HasOne("IdentityServer4.EntityFramework.Entities.Client", "Client") - .WithMany("IdentityProviderRestrictions") - .HasForeignKey("ClientId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ClientPostLogoutRedirectUri", b => - { - b.HasOne("IdentityServer4.EntityFramework.Entities.Client", "Client") - .WithMany("PostLogoutRedirectUris") - .HasForeignKey("ClientId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ClientProperty", b => - { - b.HasOne("IdentityServer4.EntityFramework.Entities.Client", "Client") - .WithMany("Properties") - .HasForeignKey("ClientId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ClientRedirectUri", b => - { - b.HasOne("IdentityServer4.EntityFramework.Entities.Client", "Client") - .WithMany("RedirectUris") - .HasForeignKey("ClientId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ClientScope", b => - { - b.HasOne("IdentityServer4.EntityFramework.Entities.Client", "Client") - .WithMany("AllowedScopes") - .HasForeignKey("ClientId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ClientSecret", b => - { - b.HasOne("IdentityServer4.EntityFramework.Entities.Client", "Client") - .WithMany("ClientSecrets") - .HasForeignKey("ClientId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.IdentityClaim", b => - { - b.HasOne("IdentityServer4.EntityFramework.Entities.IdentityResource", "IdentityResource") - .WithMany("UserClaims") - .HasForeignKey("IdentityResourceId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.IdentityResourceProperty", b => - { - b.HasOne("IdentityServer4.EntityFramework.Entities.IdentityResource", "IdentityResource") - .WithMany("Properties") - .HasForeignKey("IdentityResourceId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); -#pragma warning restore 612, 618 - } - } -} diff --git a/src/Services/Identity/Identity.API/Migrations/ConfigurationDb/20190729092011_InitialConfigurationMigration.cs b/src/Services/Identity/Identity.API/Migrations/ConfigurationDb/20190729092011_InitialConfigurationMigration.cs deleted file mode 100644 index 05155a83..00000000 --- a/src/Services/Identity/Identity.API/Migrations/ConfigurationDb/20190729092011_InitialConfigurationMigration.cs +++ /dev/null @@ -1,608 +0,0 @@ -using System; -using Microsoft.EntityFrameworkCore.Metadata; -using Microsoft.EntityFrameworkCore.Migrations; - -namespace Identity.API.Migrations.ConfigurationDb -{ - public partial class InitialConfigurationMigration : Migration - { - protected override void Up(MigrationBuilder migrationBuilder) - { - migrationBuilder.CreateTable( - name: "ApiResources", - columns: table => new - { - Id = table.Column(nullable: false) - .Annotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn), - Enabled = table.Column(nullable: false), - Name = table.Column(maxLength: 200, nullable: false), - DisplayName = table.Column(maxLength: 200, nullable: true), - Description = table.Column(maxLength: 1000, nullable: true), - Created = table.Column(nullable: false), - Updated = table.Column(nullable: true), - LastAccessed = table.Column(nullable: true), - NonEditable = table.Column(nullable: false) - }, - constraints: table => - { - table.PrimaryKey("PK_ApiResources", x => x.Id); - }); - - migrationBuilder.CreateTable( - name: "Clients", - columns: table => new - { - Id = table.Column(nullable: false) - .Annotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn), - Enabled = table.Column(nullable: false), - ClientId = table.Column(maxLength: 200, nullable: false), - ProtocolType = table.Column(maxLength: 200, nullable: false), - RequireClientSecret = table.Column(nullable: false), - ClientName = table.Column(maxLength: 200, nullable: true), - Description = table.Column(maxLength: 1000, nullable: true), - ClientUri = table.Column(maxLength: 2000, nullable: true), - LogoUri = table.Column(maxLength: 2000, nullable: true), - RequireConsent = table.Column(nullable: false), - AllowRememberConsent = table.Column(nullable: false), - AlwaysIncludeUserClaimsInIdToken = table.Column(nullable: false), - RequirePkce = table.Column(nullable: false), - AllowPlainTextPkce = table.Column(nullable: false), - AllowAccessTokensViaBrowser = table.Column(nullable: false), - FrontChannelLogoutUri = table.Column(maxLength: 2000, nullable: true), - FrontChannelLogoutSessionRequired = table.Column(nullable: false), - BackChannelLogoutUri = table.Column(maxLength: 2000, nullable: true), - BackChannelLogoutSessionRequired = table.Column(nullable: false), - AllowOfflineAccess = table.Column(nullable: false), - IdentityTokenLifetime = table.Column(nullable: false), - AccessTokenLifetime = table.Column(nullable: false), - AuthorizationCodeLifetime = table.Column(nullable: false), - ConsentLifetime = table.Column(nullable: true), - AbsoluteRefreshTokenLifetime = table.Column(nullable: false), - SlidingRefreshTokenLifetime = table.Column(nullable: false), - RefreshTokenUsage = table.Column(nullable: false), - UpdateAccessTokenClaimsOnRefresh = table.Column(nullable: false), - RefreshTokenExpiration = table.Column(nullable: false), - AccessTokenType = table.Column(nullable: false), - EnableLocalLogin = table.Column(nullable: false), - IncludeJwtId = table.Column(nullable: false), - AlwaysSendClientClaims = table.Column(nullable: false), - ClientClaimsPrefix = table.Column(maxLength: 200, nullable: true), - PairWiseSubjectSalt = table.Column(maxLength: 200, nullable: true), - Created = table.Column(nullable: false), - Updated = table.Column(nullable: true), - LastAccessed = table.Column(nullable: true), - UserSsoLifetime = table.Column(nullable: true), - UserCodeType = table.Column(maxLength: 100, nullable: true), - DeviceCodeLifetime = table.Column(nullable: false), - NonEditable = table.Column(nullable: false) - }, - constraints: table => - { - table.PrimaryKey("PK_Clients", x => x.Id); - }); - - migrationBuilder.CreateTable( - name: "IdentityResources", - columns: table => new - { - Id = table.Column(nullable: false) - .Annotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn), - Enabled = table.Column(nullable: false), - Name = table.Column(maxLength: 200, nullable: false), - DisplayName = table.Column(maxLength: 200, nullable: true), - Description = table.Column(maxLength: 1000, nullable: true), - Required = table.Column(nullable: false), - Emphasize = table.Column(nullable: false), - ShowInDiscoveryDocument = table.Column(nullable: false), - Created = table.Column(nullable: false), - Updated = table.Column(nullable: true), - NonEditable = table.Column(nullable: false) - }, - constraints: table => - { - table.PrimaryKey("PK_IdentityResources", x => x.Id); - }); - - migrationBuilder.CreateTable( - name: "ApiClaims", - columns: table => new - { - Id = table.Column(nullable: false) - .Annotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn), - Type = table.Column(maxLength: 200, nullable: false), - ApiResourceId = table.Column(nullable: false) - }, - constraints: table => - { - table.PrimaryKey("PK_ApiClaims", x => x.Id); - table.ForeignKey( - name: "FK_ApiClaims_ApiResources_ApiResourceId", - column: x => x.ApiResourceId, - principalTable: "ApiResources", - principalColumn: "Id", - onDelete: ReferentialAction.Cascade); - }); - - migrationBuilder.CreateTable( - name: "ApiProperties", - columns: table => new - { - Id = table.Column(nullable: false) - .Annotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn), - Key = table.Column(maxLength: 250, nullable: false), - Value = table.Column(maxLength: 2000, nullable: false), - ApiResourceId = table.Column(nullable: false) - }, - constraints: table => - { - table.PrimaryKey("PK_ApiProperties", x => x.Id); - table.ForeignKey( - name: "FK_ApiProperties_ApiResources_ApiResourceId", - column: x => x.ApiResourceId, - principalTable: "ApiResources", - principalColumn: "Id", - onDelete: ReferentialAction.Cascade); - }); - - migrationBuilder.CreateTable( - name: "ApiScopes", - columns: table => new - { - Id = table.Column(nullable: false) - .Annotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn), - Name = table.Column(maxLength: 200, nullable: false), - DisplayName = table.Column(maxLength: 200, nullable: true), - Description = table.Column(maxLength: 1000, nullable: true), - Required = table.Column(nullable: false), - Emphasize = table.Column(nullable: false), - ShowInDiscoveryDocument = table.Column(nullable: false), - ApiResourceId = table.Column(nullable: false) - }, - constraints: table => - { - table.PrimaryKey("PK_ApiScopes", x => x.Id); - table.ForeignKey( - name: "FK_ApiScopes_ApiResources_ApiResourceId", - column: x => x.ApiResourceId, - principalTable: "ApiResources", - principalColumn: "Id", - onDelete: ReferentialAction.Cascade); - }); - - migrationBuilder.CreateTable( - name: "ApiSecrets", - columns: table => new - { - Id = table.Column(nullable: false) - .Annotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn), - Description = table.Column(maxLength: 1000, nullable: true), - Value = table.Column(maxLength: 4000, nullable: false), - Expiration = table.Column(nullable: true), - Type = table.Column(maxLength: 250, nullable: false), - Created = table.Column(nullable: false), - ApiResourceId = table.Column(nullable: false) - }, - constraints: table => - { - table.PrimaryKey("PK_ApiSecrets", x => x.Id); - table.ForeignKey( - name: "FK_ApiSecrets_ApiResources_ApiResourceId", - column: x => x.ApiResourceId, - principalTable: "ApiResources", - principalColumn: "Id", - onDelete: ReferentialAction.Cascade); - }); - - migrationBuilder.CreateTable( - name: "ClientClaims", - columns: table => new - { - Id = table.Column(nullable: false) - .Annotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn), - Type = table.Column(maxLength: 250, nullable: false), - Value = table.Column(maxLength: 250, nullable: false), - ClientId = table.Column(nullable: false) - }, - constraints: table => - { - table.PrimaryKey("PK_ClientClaims", x => x.Id); - table.ForeignKey( - name: "FK_ClientClaims_Clients_ClientId", - column: x => x.ClientId, - principalTable: "Clients", - principalColumn: "Id", - onDelete: ReferentialAction.Cascade); - }); - - migrationBuilder.CreateTable( - name: "ClientCorsOrigins", - columns: table => new - { - Id = table.Column(nullable: false) - .Annotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn), - Origin = table.Column(maxLength: 150, nullable: false), - ClientId = table.Column(nullable: false) - }, - constraints: table => - { - table.PrimaryKey("PK_ClientCorsOrigins", x => x.Id); - table.ForeignKey( - name: "FK_ClientCorsOrigins_Clients_ClientId", - column: x => x.ClientId, - principalTable: "Clients", - principalColumn: "Id", - onDelete: ReferentialAction.Cascade); - }); - - migrationBuilder.CreateTable( - name: "ClientGrantTypes", - columns: table => new - { - Id = table.Column(nullable: false) - .Annotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn), - GrantType = table.Column(maxLength: 250, nullable: false), - ClientId = table.Column(nullable: false) - }, - constraints: table => - { - table.PrimaryKey("PK_ClientGrantTypes", x => x.Id); - table.ForeignKey( - name: "FK_ClientGrantTypes_Clients_ClientId", - column: x => x.ClientId, - principalTable: "Clients", - principalColumn: "Id", - onDelete: ReferentialAction.Cascade); - }); - - migrationBuilder.CreateTable( - name: "ClientIdPRestrictions", - columns: table => new - { - Id = table.Column(nullable: false) - .Annotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn), - Provider = table.Column(maxLength: 200, nullable: false), - ClientId = table.Column(nullable: false) - }, - constraints: table => - { - table.PrimaryKey("PK_ClientIdPRestrictions", x => x.Id); - table.ForeignKey( - name: "FK_ClientIdPRestrictions_Clients_ClientId", - column: x => x.ClientId, - principalTable: "Clients", - principalColumn: "Id", - onDelete: ReferentialAction.Cascade); - }); - - migrationBuilder.CreateTable( - name: "ClientPostLogoutRedirectUris", - columns: table => new - { - Id = table.Column(nullable: false) - .Annotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn), - PostLogoutRedirectUri = table.Column(maxLength: 2000, nullable: false), - ClientId = table.Column(nullable: false) - }, - constraints: table => - { - table.PrimaryKey("PK_ClientPostLogoutRedirectUris", x => x.Id); - table.ForeignKey( - name: "FK_ClientPostLogoutRedirectUris_Clients_ClientId", - column: x => x.ClientId, - principalTable: "Clients", - principalColumn: "Id", - onDelete: ReferentialAction.Cascade); - }); - - migrationBuilder.CreateTable( - name: "ClientProperties", - columns: table => new - { - Id = table.Column(nullable: false) - .Annotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn), - Key = table.Column(maxLength: 250, nullable: false), - Value = table.Column(maxLength: 2000, nullable: false), - ClientId = table.Column(nullable: false) - }, - constraints: table => - { - table.PrimaryKey("PK_ClientProperties", x => x.Id); - table.ForeignKey( - name: "FK_ClientProperties_Clients_ClientId", - column: x => x.ClientId, - principalTable: "Clients", - principalColumn: "Id", - onDelete: ReferentialAction.Cascade); - }); - - migrationBuilder.CreateTable( - name: "ClientRedirectUris", - columns: table => new - { - Id = table.Column(nullable: false) - .Annotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn), - RedirectUri = table.Column(maxLength: 2000, nullable: false), - ClientId = table.Column(nullable: false) - }, - constraints: table => - { - table.PrimaryKey("PK_ClientRedirectUris", x => x.Id); - table.ForeignKey( - name: "FK_ClientRedirectUris_Clients_ClientId", - column: x => x.ClientId, - principalTable: "Clients", - principalColumn: "Id", - onDelete: ReferentialAction.Cascade); - }); - - migrationBuilder.CreateTable( - name: "ClientScopes", - columns: table => new - { - Id = table.Column(nullable: false) - .Annotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn), - Scope = table.Column(maxLength: 200, nullable: false), - ClientId = table.Column(nullable: false) - }, - constraints: table => - { - table.PrimaryKey("PK_ClientScopes", x => x.Id); - table.ForeignKey( - name: "FK_ClientScopes_Clients_ClientId", - column: x => x.ClientId, - principalTable: "Clients", - principalColumn: "Id", - onDelete: ReferentialAction.Cascade); - }); - - migrationBuilder.CreateTable( - name: "ClientSecrets", - columns: table => new - { - Id = table.Column(nullable: false) - .Annotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn), - Description = table.Column(maxLength: 2000, nullable: true), - Value = table.Column(maxLength: 4000, nullable: false), - Expiration = table.Column(nullable: true), - Type = table.Column(maxLength: 250, nullable: false), - Created = table.Column(nullable: false), - ClientId = table.Column(nullable: false) - }, - constraints: table => - { - table.PrimaryKey("PK_ClientSecrets", x => x.Id); - table.ForeignKey( - name: "FK_ClientSecrets_Clients_ClientId", - column: x => x.ClientId, - principalTable: "Clients", - principalColumn: "Id", - onDelete: ReferentialAction.Cascade); - }); - - migrationBuilder.CreateTable( - name: "IdentityClaims", - columns: table => new - { - Id = table.Column(nullable: false) - .Annotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn), - Type = table.Column(maxLength: 200, nullable: false), - IdentityResourceId = table.Column(nullable: false) - }, - constraints: table => - { - table.PrimaryKey("PK_IdentityClaims", x => x.Id); - table.ForeignKey( - name: "FK_IdentityClaims_IdentityResources_IdentityResourceId", - column: x => x.IdentityResourceId, - principalTable: "IdentityResources", - principalColumn: "Id", - onDelete: ReferentialAction.Cascade); - }); - - migrationBuilder.CreateTable( - name: "IdentityProperties", - columns: table => new - { - Id = table.Column(nullable: false) - .Annotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn), - Key = table.Column(maxLength: 250, nullable: false), - Value = table.Column(maxLength: 2000, nullable: false), - IdentityResourceId = table.Column(nullable: false) - }, - constraints: table => - { - table.PrimaryKey("PK_IdentityProperties", x => x.Id); - table.ForeignKey( - name: "FK_IdentityProperties_IdentityResources_IdentityResourceId", - column: x => x.IdentityResourceId, - principalTable: "IdentityResources", - principalColumn: "Id", - onDelete: ReferentialAction.Cascade); - }); - - migrationBuilder.CreateTable( - name: "ApiScopeClaims", - columns: table => new - { - Id = table.Column(nullable: false) - .Annotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn), - Type = table.Column(maxLength: 200, nullable: false), - ApiScopeId = table.Column(nullable: false) - }, - constraints: table => - { - table.PrimaryKey("PK_ApiScopeClaims", x => x.Id); - table.ForeignKey( - name: "FK_ApiScopeClaims_ApiScopes_ApiScopeId", - column: x => x.ApiScopeId, - principalTable: "ApiScopes", - principalColumn: "Id", - onDelete: ReferentialAction.Cascade); - }); - - migrationBuilder.CreateIndex( - name: "IX_ApiClaims_ApiResourceId", - table: "ApiClaims", - column: "ApiResourceId"); - - migrationBuilder.CreateIndex( - name: "IX_ApiProperties_ApiResourceId", - table: "ApiProperties", - column: "ApiResourceId"); - - migrationBuilder.CreateIndex( - name: "IX_ApiResources_Name", - table: "ApiResources", - column: "Name", - unique: true); - - migrationBuilder.CreateIndex( - name: "IX_ApiScopeClaims_ApiScopeId", - table: "ApiScopeClaims", - column: "ApiScopeId"); - - migrationBuilder.CreateIndex( - name: "IX_ApiScopes_ApiResourceId", - table: "ApiScopes", - column: "ApiResourceId"); - - migrationBuilder.CreateIndex( - name: "IX_ApiScopes_Name", - table: "ApiScopes", - column: "Name", - unique: true); - - migrationBuilder.CreateIndex( - name: "IX_ApiSecrets_ApiResourceId", - table: "ApiSecrets", - column: "ApiResourceId"); - - migrationBuilder.CreateIndex( - name: "IX_ClientClaims_ClientId", - table: "ClientClaims", - column: "ClientId"); - - migrationBuilder.CreateIndex( - name: "IX_ClientCorsOrigins_ClientId", - table: "ClientCorsOrigins", - column: "ClientId"); - - migrationBuilder.CreateIndex( - name: "IX_ClientGrantTypes_ClientId", - table: "ClientGrantTypes", - column: "ClientId"); - - migrationBuilder.CreateIndex( - name: "IX_ClientIdPRestrictions_ClientId", - table: "ClientIdPRestrictions", - column: "ClientId"); - - migrationBuilder.CreateIndex( - name: "IX_ClientPostLogoutRedirectUris_ClientId", - table: "ClientPostLogoutRedirectUris", - column: "ClientId"); - - migrationBuilder.CreateIndex( - name: "IX_ClientProperties_ClientId", - table: "ClientProperties", - column: "ClientId"); - - migrationBuilder.CreateIndex( - name: "IX_ClientRedirectUris_ClientId", - table: "ClientRedirectUris", - column: "ClientId"); - - migrationBuilder.CreateIndex( - name: "IX_Clients_ClientId", - table: "Clients", - column: "ClientId", - unique: true); - - migrationBuilder.CreateIndex( - name: "IX_ClientScopes_ClientId", - table: "ClientScopes", - column: "ClientId"); - - migrationBuilder.CreateIndex( - name: "IX_ClientSecrets_ClientId", - table: "ClientSecrets", - column: "ClientId"); - - migrationBuilder.CreateIndex( - name: "IX_IdentityClaims_IdentityResourceId", - table: "IdentityClaims", - column: "IdentityResourceId"); - - migrationBuilder.CreateIndex( - name: "IX_IdentityProperties_IdentityResourceId", - table: "IdentityProperties", - column: "IdentityResourceId"); - - migrationBuilder.CreateIndex( - name: "IX_IdentityResources_Name", - table: "IdentityResources", - column: "Name", - unique: true); - } - - protected override void Down(MigrationBuilder migrationBuilder) - { - migrationBuilder.DropTable( - name: "ApiClaims"); - - migrationBuilder.DropTable( - name: "ApiProperties"); - - migrationBuilder.DropTable( - name: "ApiScopeClaims"); - - migrationBuilder.DropTable( - name: "ApiSecrets"); - - migrationBuilder.DropTable( - name: "ClientClaims"); - - migrationBuilder.DropTable( - name: "ClientCorsOrigins"); - - migrationBuilder.DropTable( - name: "ClientGrantTypes"); - - migrationBuilder.DropTable( - name: "ClientIdPRestrictions"); - - migrationBuilder.DropTable( - name: "ClientPostLogoutRedirectUris"); - - migrationBuilder.DropTable( - name: "ClientProperties"); - - migrationBuilder.DropTable( - name: "ClientRedirectUris"); - - migrationBuilder.DropTable( - name: "ClientScopes"); - - migrationBuilder.DropTable( - name: "ClientSecrets"); - - migrationBuilder.DropTable( - name: "IdentityClaims"); - - migrationBuilder.DropTable( - name: "IdentityProperties"); - - migrationBuilder.DropTable( - name: "ApiScopes"); - - migrationBuilder.DropTable( - name: "Clients"); - - migrationBuilder.DropTable( - name: "IdentityResources"); - - migrationBuilder.DropTable( - name: "ApiResources"); - } - } -} diff --git a/src/Services/Identity/Identity.API/Migrations/ConfigurationDb/ConfigurationDbContextModelSnapshot.cs b/src/Services/Identity/Identity.API/Migrations/ConfigurationDb/ConfigurationDbContextModelSnapshot.cs deleted file mode 100644 index ec91a884..00000000 --- a/src/Services/Identity/Identity.API/Migrations/ConfigurationDb/ConfigurationDbContextModelSnapshot.cs +++ /dev/null @@ -1,706 +0,0 @@ -// -using System; -using IdentityServer4.EntityFramework.DbContexts; -using Microsoft.EntityFrameworkCore; -using Microsoft.EntityFrameworkCore.Infrastructure; -using Microsoft.EntityFrameworkCore.Metadata; -using Microsoft.EntityFrameworkCore.Storage.ValueConversion; - -namespace Identity.API.Migrations.ConfigurationDb -{ - [DbContext(typeof(ConfigurationDbContext))] - partial class ConfigurationDbContextModelSnapshot : ModelSnapshot - { - protected override void BuildModel(ModelBuilder modelBuilder) - { -#pragma warning disable 612, 618 - modelBuilder - .HasAnnotation("ProductVersion", "3.0.0-preview7.19362.6") - .HasAnnotation("Relational:MaxIdentifierLength", 128) - .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ApiResource", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); - - b.Property("Created"); - - b.Property("Description") - .HasMaxLength(1000); - - b.Property("DisplayName") - .HasMaxLength(200); - - b.Property("Enabled"); - - b.Property("LastAccessed"); - - b.Property("Name") - .IsRequired() - .HasMaxLength(200); - - b.Property("NonEditable"); - - b.Property("Updated"); - - b.HasKey("Id"); - - b.HasIndex("Name") - .IsUnique(); - - b.ToTable("ApiResources"); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ApiResourceClaim", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); - - b.Property("ApiResourceId"); - - b.Property("Type") - .IsRequired() - .HasMaxLength(200); - - b.HasKey("Id"); - - b.HasIndex("ApiResourceId"); - - b.ToTable("ApiClaims"); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ApiResourceProperty", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); - - b.Property("ApiResourceId"); - - b.Property("Key") - .IsRequired() - .HasMaxLength(250); - - b.Property("Value") - .IsRequired() - .HasMaxLength(2000); - - b.HasKey("Id"); - - b.HasIndex("ApiResourceId"); - - b.ToTable("ApiProperties"); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ApiScope", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); - - b.Property("ApiResourceId"); - - b.Property("Description") - .HasMaxLength(1000); - - b.Property("DisplayName") - .HasMaxLength(200); - - b.Property("Emphasize"); - - b.Property("Name") - .IsRequired() - .HasMaxLength(200); - - b.Property("Required"); - - b.Property("ShowInDiscoveryDocument"); - - b.HasKey("Id"); - - b.HasIndex("ApiResourceId"); - - b.HasIndex("Name") - .IsUnique(); - - b.ToTable("ApiScopes"); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ApiScopeClaim", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); - - b.Property("ApiScopeId"); - - b.Property("Type") - .IsRequired() - .HasMaxLength(200); - - b.HasKey("Id"); - - b.HasIndex("ApiScopeId"); - - b.ToTable("ApiScopeClaims"); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ApiSecret", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); - - b.Property("ApiResourceId"); - - b.Property("Created"); - - b.Property("Description") - .HasMaxLength(1000); - - b.Property("Expiration"); - - b.Property("Type") - .IsRequired() - .HasMaxLength(250); - - b.Property("Value") - .IsRequired() - .HasMaxLength(4000); - - b.HasKey("Id"); - - b.HasIndex("ApiResourceId"); - - b.ToTable("ApiSecrets"); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.Client", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); - - b.Property("AbsoluteRefreshTokenLifetime"); - - b.Property("AccessTokenLifetime"); - - b.Property("AccessTokenType"); - - b.Property("AllowAccessTokensViaBrowser"); - - b.Property("AllowOfflineAccess"); - - b.Property("AllowPlainTextPkce"); - - b.Property("AllowRememberConsent"); - - b.Property("AlwaysIncludeUserClaimsInIdToken"); - - b.Property("AlwaysSendClientClaims"); - - b.Property("AuthorizationCodeLifetime"); - - b.Property("BackChannelLogoutSessionRequired"); - - b.Property("BackChannelLogoutUri") - .HasMaxLength(2000); - - b.Property("ClientClaimsPrefix") - .HasMaxLength(200); - - b.Property("ClientId") - .IsRequired() - .HasMaxLength(200); - - b.Property("ClientName") - .HasMaxLength(200); - - b.Property("ClientUri") - .HasMaxLength(2000); - - b.Property("ConsentLifetime"); - - b.Property("Created"); - - b.Property("Description") - .HasMaxLength(1000); - - b.Property("DeviceCodeLifetime"); - - b.Property("EnableLocalLogin"); - - b.Property("Enabled"); - - b.Property("FrontChannelLogoutSessionRequired"); - - b.Property("FrontChannelLogoutUri") - .HasMaxLength(2000); - - b.Property("IdentityTokenLifetime"); - - b.Property("IncludeJwtId"); - - b.Property("LastAccessed"); - - b.Property("LogoUri") - .HasMaxLength(2000); - - b.Property("NonEditable"); - - b.Property("PairWiseSubjectSalt") - .HasMaxLength(200); - - b.Property("ProtocolType") - .IsRequired() - .HasMaxLength(200); - - b.Property("RefreshTokenExpiration"); - - b.Property("RefreshTokenUsage"); - - b.Property("RequireClientSecret"); - - b.Property("RequireConsent"); - - b.Property("RequirePkce"); - - b.Property("SlidingRefreshTokenLifetime"); - - b.Property("UpdateAccessTokenClaimsOnRefresh"); - - b.Property("Updated"); - - b.Property("UserCodeType") - .HasMaxLength(100); - - b.Property("UserSsoLifetime"); - - b.HasKey("Id"); - - b.HasIndex("ClientId") - .IsUnique(); - - b.ToTable("Clients"); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ClientClaim", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); - - b.Property("ClientId"); - - b.Property("Type") - .IsRequired() - .HasMaxLength(250); - - b.Property("Value") - .IsRequired() - .HasMaxLength(250); - - b.HasKey("Id"); - - b.HasIndex("ClientId"); - - b.ToTable("ClientClaims"); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ClientCorsOrigin", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); - - b.Property("ClientId"); - - b.Property("Origin") - .IsRequired() - .HasMaxLength(150); - - b.HasKey("Id"); - - b.HasIndex("ClientId"); - - b.ToTable("ClientCorsOrigins"); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ClientGrantType", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); - - b.Property("ClientId"); - - b.Property("GrantType") - .IsRequired() - .HasMaxLength(250); - - b.HasKey("Id"); - - b.HasIndex("ClientId"); - - b.ToTable("ClientGrantTypes"); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ClientIdPRestriction", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); - - b.Property("ClientId"); - - b.Property("Provider") - .IsRequired() - .HasMaxLength(200); - - b.HasKey("Id"); - - b.HasIndex("ClientId"); - - b.ToTable("ClientIdPRestrictions"); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ClientPostLogoutRedirectUri", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); - - b.Property("ClientId"); - - b.Property("PostLogoutRedirectUri") - .IsRequired() - .HasMaxLength(2000); - - b.HasKey("Id"); - - b.HasIndex("ClientId"); - - b.ToTable("ClientPostLogoutRedirectUris"); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ClientProperty", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); - - b.Property("ClientId"); - - b.Property("Key") - .IsRequired() - .HasMaxLength(250); - - b.Property("Value") - .IsRequired() - .HasMaxLength(2000); - - b.HasKey("Id"); - - b.HasIndex("ClientId"); - - b.ToTable("ClientProperties"); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ClientRedirectUri", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); - - b.Property("ClientId"); - - b.Property("RedirectUri") - .IsRequired() - .HasMaxLength(2000); - - b.HasKey("Id"); - - b.HasIndex("ClientId"); - - b.ToTable("ClientRedirectUris"); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ClientScope", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); - - b.Property("ClientId"); - - b.Property("Scope") - .IsRequired() - .HasMaxLength(200); - - b.HasKey("Id"); - - b.HasIndex("ClientId"); - - b.ToTable("ClientScopes"); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ClientSecret", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); - - b.Property("ClientId"); - - b.Property("Created"); - - b.Property("Description") - .HasMaxLength(2000); - - b.Property("Expiration"); - - b.Property("Type") - .IsRequired() - .HasMaxLength(250); - - b.Property("Value") - .IsRequired() - .HasMaxLength(4000); - - b.HasKey("Id"); - - b.HasIndex("ClientId"); - - b.ToTable("ClientSecrets"); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.IdentityClaim", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); - - b.Property("IdentityResourceId"); - - b.Property("Type") - .IsRequired() - .HasMaxLength(200); - - b.HasKey("Id"); - - b.HasIndex("IdentityResourceId"); - - b.ToTable("IdentityClaims"); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.IdentityResource", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); - - b.Property("Created"); - - b.Property("Description") - .HasMaxLength(1000); - - b.Property("DisplayName") - .HasMaxLength(200); - - b.Property("Emphasize"); - - b.Property("Enabled"); - - b.Property("Name") - .IsRequired() - .HasMaxLength(200); - - b.Property("NonEditable"); - - b.Property("Required"); - - b.Property("ShowInDiscoveryDocument"); - - b.Property("Updated"); - - b.HasKey("Id"); - - b.HasIndex("Name") - .IsUnique(); - - b.ToTable("IdentityResources"); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.IdentityResourceProperty", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); - - b.Property("IdentityResourceId"); - - b.Property("Key") - .IsRequired() - .HasMaxLength(250); - - b.Property("Value") - .IsRequired() - .HasMaxLength(2000); - - b.HasKey("Id"); - - b.HasIndex("IdentityResourceId"); - - b.ToTable("IdentityProperties"); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ApiResourceClaim", b => - { - b.HasOne("IdentityServer4.EntityFramework.Entities.ApiResource", "ApiResource") - .WithMany("UserClaims") - .HasForeignKey("ApiResourceId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ApiResourceProperty", b => - { - b.HasOne("IdentityServer4.EntityFramework.Entities.ApiResource", "ApiResource") - .WithMany("Properties") - .HasForeignKey("ApiResourceId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ApiScope", b => - { - b.HasOne("IdentityServer4.EntityFramework.Entities.ApiResource", "ApiResource") - .WithMany("Scopes") - .HasForeignKey("ApiResourceId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ApiScopeClaim", b => - { - b.HasOne("IdentityServer4.EntityFramework.Entities.ApiScope", "ApiScope") - .WithMany("UserClaims") - .HasForeignKey("ApiScopeId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ApiSecret", b => - { - b.HasOne("IdentityServer4.EntityFramework.Entities.ApiResource", "ApiResource") - .WithMany("Secrets") - .HasForeignKey("ApiResourceId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ClientClaim", b => - { - b.HasOne("IdentityServer4.EntityFramework.Entities.Client", "Client") - .WithMany("Claims") - .HasForeignKey("ClientId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ClientCorsOrigin", b => - { - b.HasOne("IdentityServer4.EntityFramework.Entities.Client", "Client") - .WithMany("AllowedCorsOrigins") - .HasForeignKey("ClientId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ClientGrantType", b => - { - b.HasOne("IdentityServer4.EntityFramework.Entities.Client", "Client") - .WithMany("AllowedGrantTypes") - .HasForeignKey("ClientId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ClientIdPRestriction", b => - { - b.HasOne("IdentityServer4.EntityFramework.Entities.Client", "Client") - .WithMany("IdentityProviderRestrictions") - .HasForeignKey("ClientId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ClientPostLogoutRedirectUri", b => - { - b.HasOne("IdentityServer4.EntityFramework.Entities.Client", "Client") - .WithMany("PostLogoutRedirectUris") - .HasForeignKey("ClientId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ClientProperty", b => - { - b.HasOne("IdentityServer4.EntityFramework.Entities.Client", "Client") - .WithMany("Properties") - .HasForeignKey("ClientId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ClientRedirectUri", b => - { - b.HasOne("IdentityServer4.EntityFramework.Entities.Client", "Client") - .WithMany("RedirectUris") - .HasForeignKey("ClientId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ClientScope", b => - { - b.HasOne("IdentityServer4.EntityFramework.Entities.Client", "Client") - .WithMany("AllowedScopes") - .HasForeignKey("ClientId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.ClientSecret", b => - { - b.HasOne("IdentityServer4.EntityFramework.Entities.Client", "Client") - .WithMany("ClientSecrets") - .HasForeignKey("ClientId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.IdentityClaim", b => - { - b.HasOne("IdentityServer4.EntityFramework.Entities.IdentityResource", "IdentityResource") - .WithMany("UserClaims") - .HasForeignKey("IdentityResourceId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.IdentityResourceProperty", b => - { - b.HasOne("IdentityServer4.EntityFramework.Entities.IdentityResource", "IdentityResource") - .WithMany("Properties") - .HasForeignKey("IdentityResourceId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); -#pragma warning restore 612, 618 - } - } -} diff --git a/src/Services/Identity/Identity.API/Migrations/PersistedGrantDb/20190729092100_InitialPersistedGrantMigration.Designer.cs b/src/Services/Identity/Identity.API/Migrations/PersistedGrantDb/20190729092100_InitialPersistedGrantMigration.Designer.cs deleted file mode 100644 index 0518894d..00000000 --- a/src/Services/Identity/Identity.API/Migrations/PersistedGrantDb/20190729092100_InitialPersistedGrantMigration.Designer.cs +++ /dev/null @@ -1,90 +0,0 @@ -// -using System; -using IdentityServer4.EntityFramework.DbContexts; -using Microsoft.EntityFrameworkCore; -using Microsoft.EntityFrameworkCore.Infrastructure; -using Microsoft.EntityFrameworkCore.Metadata; -using Microsoft.EntityFrameworkCore.Migrations; -using Microsoft.EntityFrameworkCore.Storage.ValueConversion; - -namespace Identity.API.Migrations.PersistedGrantDb -{ - [DbContext(typeof(PersistedGrantDbContext))] - [Migration("20190729092100_InitialPersistedGrantMigration")] - partial class InitialPersistedGrantMigration - { - protected override void BuildTargetModel(ModelBuilder modelBuilder) - { -#pragma warning disable 612, 618 - modelBuilder - .HasAnnotation("ProductVersion", "3.0.0-preview7.19362.6") - .HasAnnotation("Relational:MaxIdentifierLength", 128) - .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.DeviceFlowCodes", b => - { - b.Property("UserCode") - .HasMaxLength(200); - - b.Property("ClientId") - .IsRequired() - .HasMaxLength(200); - - b.Property("CreationTime"); - - b.Property("Data") - .IsRequired() - .HasMaxLength(50000); - - b.Property("DeviceCode") - .IsRequired() - .HasMaxLength(200); - - b.Property("Expiration") - .IsRequired(); - - b.Property("SubjectId") - .HasMaxLength(200); - - b.HasKey("UserCode"); - - b.HasIndex("DeviceCode") - .IsUnique(); - - b.ToTable("DeviceCodes"); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.PersistedGrant", b => - { - b.Property("Key") - .HasMaxLength(200); - - b.Property("ClientId") - .IsRequired() - .HasMaxLength(200); - - b.Property("CreationTime"); - - b.Property("Data") - .IsRequired() - .HasMaxLength(50000); - - b.Property("Expiration"); - - b.Property("SubjectId") - .HasMaxLength(200); - - b.Property("Type") - .IsRequired() - .HasMaxLength(50); - - b.HasKey("Key"); - - b.HasIndex("SubjectId", "ClientId", "Type"); - - b.ToTable("PersistedGrants"); - }); -#pragma warning restore 612, 618 - } - } -} diff --git a/src/Services/Identity/Identity.API/Migrations/PersistedGrantDb/20190729092100_InitialPersistedGrantMigration.cs b/src/Services/Identity/Identity.API/Migrations/PersistedGrantDb/20190729092100_InitialPersistedGrantMigration.cs deleted file mode 100644 index 076f1232..00000000 --- a/src/Services/Identity/Identity.API/Migrations/PersistedGrantDb/20190729092100_InitialPersistedGrantMigration.cs +++ /dev/null @@ -1,65 +0,0 @@ -using System; -using Microsoft.EntityFrameworkCore.Migrations; - -namespace Identity.API.Migrations.PersistedGrantDb -{ - public partial class InitialPersistedGrantMigration : Migration - { - protected override void Up(MigrationBuilder migrationBuilder) - { - migrationBuilder.CreateTable( - name: "DeviceCodes", - columns: table => new - { - UserCode = table.Column(maxLength: 200, nullable: false), - DeviceCode = table.Column(maxLength: 200, nullable: false), - SubjectId = table.Column(maxLength: 200, nullable: true), - ClientId = table.Column(maxLength: 200, nullable: false), - CreationTime = table.Column(nullable: false), - Expiration = table.Column(nullable: false), - Data = table.Column(maxLength: 50000, nullable: false) - }, - constraints: table => - { - table.PrimaryKey("PK_DeviceCodes", x => x.UserCode); - }); - - migrationBuilder.CreateTable( - name: "PersistedGrants", - columns: table => new - { - Key = table.Column(maxLength: 200, nullable: false), - Type = table.Column(maxLength: 50, nullable: false), - SubjectId = table.Column(maxLength: 200, nullable: true), - ClientId = table.Column(maxLength: 200, nullable: false), - CreationTime = table.Column(nullable: false), - Expiration = table.Column(nullable: true), - Data = table.Column(maxLength: 50000, nullable: false) - }, - constraints: table => - { - table.PrimaryKey("PK_PersistedGrants", x => x.Key); - }); - - migrationBuilder.CreateIndex( - name: "IX_DeviceCodes_DeviceCode", - table: "DeviceCodes", - column: "DeviceCode", - unique: true); - - migrationBuilder.CreateIndex( - name: "IX_PersistedGrants_SubjectId_ClientId_Type", - table: "PersistedGrants", - columns: new[] { "SubjectId", "ClientId", "Type" }); - } - - protected override void Down(MigrationBuilder migrationBuilder) - { - migrationBuilder.DropTable( - name: "DeviceCodes"); - - migrationBuilder.DropTable( - name: "PersistedGrants"); - } - } -} diff --git a/src/Services/Identity/Identity.API/Migrations/PersistedGrantDb/PersistedGrantDbContextModelSnapshot.cs b/src/Services/Identity/Identity.API/Migrations/PersistedGrantDb/PersistedGrantDbContextModelSnapshot.cs deleted file mode 100644 index 3188904e..00000000 --- a/src/Services/Identity/Identity.API/Migrations/PersistedGrantDb/PersistedGrantDbContextModelSnapshot.cs +++ /dev/null @@ -1,88 +0,0 @@ -// -using System; -using IdentityServer4.EntityFramework.DbContexts; -using Microsoft.EntityFrameworkCore; -using Microsoft.EntityFrameworkCore.Infrastructure; -using Microsoft.EntityFrameworkCore.Metadata; -using Microsoft.EntityFrameworkCore.Storage.ValueConversion; - -namespace Identity.API.Migrations.PersistedGrantDb -{ - [DbContext(typeof(PersistedGrantDbContext))] - partial class PersistedGrantDbContextModelSnapshot : ModelSnapshot - { - protected override void BuildModel(ModelBuilder modelBuilder) - { -#pragma warning disable 612, 618 - modelBuilder - .HasAnnotation("ProductVersion", "3.0.0-preview7.19362.6") - .HasAnnotation("Relational:MaxIdentifierLength", 128) - .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.DeviceFlowCodes", b => - { - b.Property("UserCode") - .HasMaxLength(200); - - b.Property("ClientId") - .IsRequired() - .HasMaxLength(200); - - b.Property("CreationTime"); - - b.Property("Data") - .IsRequired() - .HasMaxLength(50000); - - b.Property("DeviceCode") - .IsRequired() - .HasMaxLength(200); - - b.Property("Expiration") - .IsRequired(); - - b.Property("SubjectId") - .HasMaxLength(200); - - b.HasKey("UserCode"); - - b.HasIndex("DeviceCode") - .IsUnique(); - - b.ToTable("DeviceCodes"); - }); - - modelBuilder.Entity("IdentityServer4.EntityFramework.Entities.PersistedGrant", b => - { - b.Property("Key") - .HasMaxLength(200); - - b.Property("ClientId") - .IsRequired() - .HasMaxLength(200); - - b.Property("CreationTime"); - - b.Property("Data") - .IsRequired() - .HasMaxLength(50000); - - b.Property("Expiration"); - - b.Property("SubjectId") - .HasMaxLength(200); - - b.Property("Type") - .IsRequired() - .HasMaxLength(50); - - b.HasKey("Key"); - - b.HasIndex("SubjectId", "ClientId", "Type"); - - b.ToTable("PersistedGrants"); - }); -#pragma warning restore 612, 618 - } - } -} diff --git a/src/Services/Identity/Identity.API/Models/AccountViewModels/ConsentInputModel.cs b/src/Services/Identity/Identity.API/Models/AccountViewModels/ConsentInputModel.cs deleted file mode 100644 index 633f37b8..00000000 --- a/src/Services/Identity/Identity.API/Models/AccountViewModels/ConsentInputModel.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System.Collections.Generic; - -namespace Microsoft.eShopOnContainers.Services.Identity.API.Models.AccountViewModels -{ - public class ConsentInputModel - { - public string Button { get; set; } - public IEnumerable ScopesConsented { get; set; } - public bool RememberConsent { get; set; } - public string ReturnUrl { get; set; } - } -} \ No newline at end of file diff --git a/src/Services/Identity/Identity.API/Models/AccountViewModels/ConsentViewModel.cs b/src/Services/Identity/Identity.API/Models/AccountViewModels/ConsentViewModel.cs deleted file mode 100644 index c010f636..00000000 --- a/src/Services/Identity/Identity.API/Models/AccountViewModels/ConsentViewModel.cs +++ /dev/null @@ -1,65 +0,0 @@ - - -using System.Collections.Generic; -using System.Linq; -using IdentityServer4.Models; - -namespace Microsoft.eShopOnContainers.Services.Identity.API.Models.AccountViewModels -{ - public class ConsentViewModel : ConsentInputModel - { - public ConsentViewModel(ConsentInputModel model, string returnUrl, AuthorizationRequest request, Client client, Resources resources) - { - RememberConsent = model?.RememberConsent ?? true; - ScopesConsented = model?.ScopesConsented ?? Enumerable.Empty(); - - ReturnUrl = returnUrl; - - ClientName = client.ClientName; - ClientUrl = client.ClientUri; - ClientLogoUrl = client.LogoUri; - AllowRememberConsent = client.AllowRememberConsent; - - IdentityScopes = resources.IdentityResources.Select(x => new ScopeViewModel(x, ScopesConsented.Contains(x.Name) || model == null)).ToArray(); - ResourceScopes = resources.ApiResources.SelectMany(x => x.Scopes).Select(x => new ScopeViewModel(x, ScopesConsented.Contains(x.Name) || model == null)).ToArray(); - } - - public string ClientName { get; set; } - public string ClientUrl { get; set; } - public string ClientLogoUrl { get; set; } - public bool AllowRememberConsent { get; set; } - - public IEnumerable IdentityScopes { get; set; } - public IEnumerable ResourceScopes { get; set; } - } - - public class ScopeViewModel - { - public ScopeViewModel(Scope scope, bool check) - { - Name = scope.Name; - DisplayName = scope.DisplayName; - Description = scope.Description; - Emphasize = scope.Emphasize; - Required = scope.Required; - Checked = check || scope.Required; - } - - public ScopeViewModel(IdentityResource identity, bool check) - { - Name = identity.Name; - DisplayName = identity.DisplayName; - Description = identity.Description; - Emphasize = identity.Emphasize; - Required = identity.Required; - Checked = check || identity.Required; - } - - public string Name { get; set; } - public string DisplayName { get; set; } - public string Description { get; set; } - public bool Emphasize { get; set; } - public bool Required { get; set; } - public bool Checked { get; set; } - } -} diff --git a/src/Services/Identity/Identity.API/Models/AccountViewModels/LoggedOutViewModel.cs b/src/Services/Identity/Identity.API/Models/AccountViewModels/LoggedOutViewModel.cs deleted file mode 100644 index bd7f7c7b..00000000 --- a/src/Services/Identity/Identity.API/Models/AccountViewModels/LoggedOutViewModel.cs +++ /dev/null @@ -1,9 +0,0 @@ -namespace Microsoft.eShopOnContainers.Services.Identity.API.Models.AccountViewModels -{ - public class LoggedOutViewModel - { - public string PostLogoutRedirectUri { get; set; } - public string ClientName { get; set; } - public string SignOutIframeUrl { get; set; } - } -} \ No newline at end of file diff --git a/src/Services/Identity/Identity.API/Models/AccountViewModels/LogoutViewModel.cs b/src/Services/Identity/Identity.API/Models/AccountViewModels/LogoutViewModel.cs deleted file mode 100644 index d81dcd6a..00000000 --- a/src/Services/Identity/Identity.API/Models/AccountViewModels/LogoutViewModel.cs +++ /dev/null @@ -1,7 +0,0 @@ -namespace Microsoft.eShopOnContainers.Services.Identity.API.Models.AccountViewModels -{ - public class LogoutViewModel - { - public string LogoutId { get; set; } - } -} \ No newline at end of file diff --git a/src/Services/Identity/Identity.API/Models/ErrorViewModel.cs b/src/Services/Identity/Identity.API/Models/ErrorViewModel.cs deleted file mode 100644 index b101bca7..00000000 --- a/src/Services/Identity/Identity.API/Models/ErrorViewModel.cs +++ /dev/null @@ -1,13 +0,0 @@ -// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. -// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. - - -using IdentityServer4.Models; - -namespace Microsoft.eShopOnContainers.Services.Identity.API.Models -{ - public class ErrorViewModel - { - public ErrorMessage Error { get; set; } - } -} \ No newline at end of file diff --git a/src/Services/Identity/Identity.API/Models/ManageViewModels/ConfigureTwoFactorViewModel.cs b/src/Services/Identity/Identity.API/Models/ManageViewModels/ConfigureTwoFactorViewModel.cs deleted file mode 100644 index 15cf719f..00000000 --- a/src/Services/Identity/Identity.API/Models/ManageViewModels/ConfigureTwoFactorViewModel.cs +++ /dev/null @@ -1,12 +0,0 @@ -using Microsoft.AspNetCore.Mvc.Rendering; -using System.Collections.Generic; - -namespace Microsoft.eShopOnContainers.Services.Identity.API.Models.ManageViewModels -{ - public class ConfigureTwoFactorViewModel - { - public string SelectedProvider { get; set; } - - public ICollection Providers { get; set; } - } -} diff --git a/src/Services/Identity/Identity.API/Program.cs b/src/Services/Identity/Identity.API/Program.cs index 5abd7112..63020040 100644 --- a/src/Services/Identity/Identity.API/Program.cs +++ b/src/Services/Identity/Identity.API/Program.cs @@ -1,12 +1,6 @@ -using IdentityServer4.EntityFramework.DbContexts; -using Microsoft.AspNetCore; using Microsoft.AspNetCore.Hosting; -using Microsoft.eShopOnContainers.Services.Identity.API.Data; using Microsoft.Extensions.Configuration; -using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; -using Microsoft.Extensions.Logging; -using Microsoft.Extensions.Options; using Serilog; using System; using System.IO; @@ -16,7 +10,7 @@ namespace Microsoft.eShopOnContainers.Services.Identity.API public class Program { public static readonly string Namespace = typeof(Program).Namespace; - public static readonly string AppName = Namespace.Substring(Namespace.LastIndexOf('.', Namespace.LastIndexOf('.') - 1) + 1); + public static readonly string AppName = "Identity.API"; public static int Main(string[] args) { @@ -26,30 +20,8 @@ public static int Main(string[] args) try { - Log.Information("Configuring web host ({ApplicationContext})...", AppName); - var host = BuildWebHost(configuration, args); - - Log.Information("Applying migrations ({ApplicationContext})...", AppName); - host.MigrateDbContext((_, __) => { }) - .MigrateDbContext((context, services) => - { - var env = services.GetService(); - var logger = services.GetService>(); - var settings = services.GetService>(); - - new ApplicationDbContextSeed() - .SeedAsync(context, env, logger, settings) - .Wait(); - }) - .MigrateDbContext((context, services) => - { - new ConfigurationDbContextSeed() - .SeedAsync(context, configuration) - .Wait(); - }); - Log.Information("Starting web host ({ApplicationContext})...", AppName); - host.Run(); + CreateHostBuilder(configuration, args).Build().Run(); return 0; } @@ -64,14 +36,15 @@ public static int Main(string[] args) } } - private static IWebHost BuildWebHost(IConfiguration configuration, string[] args) => - WebHost.CreateDefaultBuilder(args) - .CaptureStartupErrors(false) - .UseStartup() - .UseContentRoot(Directory.GetCurrentDirectory()) - .UseConfiguration(configuration) + private static IHostBuilder CreateHostBuilder(IConfiguration configuration, string[] args) => + Host.CreateDefaultBuilder(args) .UseSerilog() - .Build(); + .ConfigureWebHostDefaults(webBuilder => + { + webBuilder.UseStartup(); + webBuilder.UseConfiguration(configuration); + webBuilder.UseContentRoot(Directory.GetCurrentDirectory()); + }); private static Serilog.ILogger CreateSerilogLogger(IConfiguration configuration) { @@ -83,7 +56,7 @@ private static Serilog.ILogger CreateSerilogLogger(IConfiguration configuration) .Enrich.FromLogContext() .WriteTo.Console() .WriteTo.Seq(string.IsNullOrWhiteSpace(seqServerUrl) ? "http://seq" : seqServerUrl) - .WriteTo.Http(string.IsNullOrWhiteSpace(logstashUrl) ? "http://localhost:8080" : logstashUrl, queueLimitBytes: 50 * 1024 * 1024) + .WriteTo.Http(string.IsNullOrWhiteSpace(logstashUrl) ? "http://logstash:8080" : logstashUrl, queueLimitBytes: null) .ReadFrom.Configuration(configuration) .CreateLogger(); } @@ -107,7 +80,5 @@ private static IConfiguration GetConfiguration() return builder.Build(); } - } } - diff --git a/src/Services/Identity/Identity.API/Program.cs.bak b/src/Services/Identity/Identity.API/Program.cs.bak new file mode 100644 index 00000000..5abd7112 --- /dev/null +++ b/src/Services/Identity/Identity.API/Program.cs.bak @@ -0,0 +1,113 @@ +using IdentityServer4.EntityFramework.DbContexts; +using Microsoft.AspNetCore; +using Microsoft.AspNetCore.Hosting; +using Microsoft.eShopOnContainers.Services.Identity.API.Data; +using Microsoft.Extensions.Configuration; +using Microsoft.Extensions.DependencyInjection; +using Microsoft.Extensions.Hosting; +using Microsoft.Extensions.Logging; +using Microsoft.Extensions.Options; +using Serilog; +using System; +using System.IO; + +namespace Microsoft.eShopOnContainers.Services.Identity.API +{ + public class Program + { + public static readonly string Namespace = typeof(Program).Namespace; + public static readonly string AppName = Namespace.Substring(Namespace.LastIndexOf('.', Namespace.LastIndexOf('.') - 1) + 1); + + public static int Main(string[] args) + { + var configuration = GetConfiguration(); + + Log.Logger = CreateSerilogLogger(configuration); + + try + { + Log.Information("Configuring web host ({ApplicationContext})...", AppName); + var host = BuildWebHost(configuration, args); + + Log.Information("Applying migrations ({ApplicationContext})...", AppName); + host.MigrateDbContext((_, __) => { }) + .MigrateDbContext((context, services) => + { + var env = services.GetService(); + var logger = services.GetService>(); + var settings = services.GetService>(); + + new ApplicationDbContextSeed() + .SeedAsync(context, env, logger, settings) + .Wait(); + }) + .MigrateDbContext((context, services) => + { + new ConfigurationDbContextSeed() + .SeedAsync(context, configuration) + .Wait(); + }); + + Log.Information("Starting web host ({ApplicationContext})...", AppName); + host.Run(); + + return 0; + } + catch (Exception ex) + { + Log.Fatal(ex, "Program terminated unexpectedly ({ApplicationContext})!", AppName); + return 1; + } + finally + { + Log.CloseAndFlush(); + } + } + + private static IWebHost BuildWebHost(IConfiguration configuration, string[] args) => + WebHost.CreateDefaultBuilder(args) + .CaptureStartupErrors(false) + .UseStartup() + .UseContentRoot(Directory.GetCurrentDirectory()) + .UseConfiguration(configuration) + .UseSerilog() + .Build(); + + private static Serilog.ILogger CreateSerilogLogger(IConfiguration configuration) + { + var seqServerUrl = configuration["Serilog:SeqServerUrl"]; + var logstashUrl = configuration["Serilog:LogstashgUrl"]; + return new LoggerConfiguration() + .MinimumLevel.Verbose() + .Enrich.WithProperty("ApplicationContext", AppName) + .Enrich.FromLogContext() + .WriteTo.Console() + .WriteTo.Seq(string.IsNullOrWhiteSpace(seqServerUrl) ? "http://seq" : seqServerUrl) + .WriteTo.Http(string.IsNullOrWhiteSpace(logstashUrl) ? "http://localhost:8080" : logstashUrl, queueLimitBytes: 50 * 1024 * 1024) + .ReadFrom.Configuration(configuration) + .CreateLogger(); + } + + private static IConfiguration GetConfiguration() + { + var builder = new ConfigurationBuilder() + .SetBasePath(Directory.GetCurrentDirectory()) + .AddJsonFile("appsettings.json", optional: false, reloadOnChange: true) + .AddEnvironmentVariables(); + + var config = builder.Build(); + + if (config.GetValue("UseVault", false)) + { + builder.AddAzureKeyVault( + $"https://{config["Vault:Name"]}.vault.azure.net/", + config["Vault:ClientId"], + config["Vault:ClientSecret"]); + } + + return builder.Build(); + } + + } +} + diff --git a/src/Services/Identity/Identity.API/Services/EFLoginService.cs b/src/Services/Identity/Identity.API/Services/EFLoginService.cs deleted file mode 100644 index f3a9d5a0..00000000 --- a/src/Services/Identity/Identity.API/Services/EFLoginService.cs +++ /dev/null @@ -1,39 +0,0 @@ -using System.Threading.Tasks; -using Microsoft.AspNetCore.Authentication; -using Microsoft.AspNetCore.Identity; -using Microsoft.eShopOnContainers.Services.Identity.API.Models; - -namespace Microsoft.eShopOnContainers.Services.Identity.API.Services -{ - public class EFLoginService : ILoginService - { - private UserManager _userManager; - private SignInManager _signInManager; - - public EFLoginService(UserManager userManager, SignInManager signInManager) - { - _userManager = userManager; - _signInManager = signInManager; - } - - public async Task FindByUsername(string user) - { - return await _userManager.FindByEmailAsync(user); - } - - public async Task ValidateCredentials(ApplicationUser user, string password) - { - return await _userManager.CheckPasswordAsync(user, password); - } - - public Task SignIn(ApplicationUser user) - { - return _signInManager.SignInAsync(user, true); - } - - public Task SignInAsync(ApplicationUser user, AuthenticationProperties properties, string authenticationMethod = null) - { - return _signInManager.SignInAsync(user, properties, authenticationMethod); - } - } -} diff --git a/src/Services/Identity/Identity.API/Services/ILoginService.cs b/src/Services/Identity/Identity.API/Services/ILoginService.cs deleted file mode 100644 index 8a977205..00000000 --- a/src/Services/Identity/Identity.API/Services/ILoginService.cs +++ /dev/null @@ -1,16 +0,0 @@ -using System.Threading.Tasks; -using Microsoft.AspNetCore.Authentication; - -namespace Microsoft.eShopOnContainers.Services.Identity.API.Services -{ - public interface ILoginService - { - Task ValidateCredentials(T user, string password); - - Task FindByUsername(string user); - - Task SignIn(T user); - - Task SignInAsync(T user, AuthenticationProperties properties, string authenticationMethod = null); - } -} diff --git a/src/Services/Identity/Identity.API/Services/IRedirectService.cs b/src/Services/Identity/Identity.API/Services/IRedirectService.cs deleted file mode 100644 index 4ec8ea1f..00000000 --- a/src/Services/Identity/Identity.API/Services/IRedirectService.cs +++ /dev/null @@ -1,7 +0,0 @@ -namespace Microsoft.eShopOnContainers.Services.Identity.API.Services -{ - public interface IRedirectService - { - string ExtractRedirectUriFromReturnUrl(string url); - } -} diff --git a/src/Services/Identity/Identity.API/Services/JwtTokenService.cs b/src/Services/Identity/Identity.API/Services/JwtTokenService.cs new file mode 100644 index 00000000..3c592e87 --- /dev/null +++ b/src/Services/Identity/Identity.API/Services/JwtTokenService.cs @@ -0,0 +1,58 @@ +using Microsoft.AspNetCore.Identity; +using Microsoft.eShopOnContainers.Services.Identity.API.Models; +using Microsoft.Extensions.Configuration; +using Microsoft.IdentityModel.Tokens; +using System; +using System.Collections.Generic; +using System.IdentityModel.Tokens.Jwt; +using System.Linq; +using System.Security.Claims; +using System.Text; +using System.Threading.Tasks; + +namespace Microsoft.eShopOnContainers.Services.Identity.API.Services +{ + public class JwtTokenService + { + private readonly IConfiguration _configuration; + private readonly UserManager _userManager; + + public JwtTokenService(IConfiguration configuration, UserManager userManager) + { + _configuration = configuration; + _userManager = userManager; + } + + public async Task GenerateJwtToken(ApplicationUser user) + { + var userRoles = await _userManager.GetRolesAsync(user); + var userClaims = await _userManager.GetClaimsAsync(user); + + var claims = new List + { + new Claim(JwtRegisteredClaimNames.Sub, user.Email), + new Claim(JwtRegisteredClaimNames.Jti, Guid.NewGuid().ToString()), + new Claim(ClaimTypes.NameIdentifier, user.Id), + new Claim(ClaimTypes.Name, user.UserName), + new Claim(ClaimTypes.Email, user.Email) + }; + + claims.AddRange(userRoles.Select(role => new Claim(ClaimTypes.Role, role))); + claims.AddRange(userClaims); + + var key = new SymmetricSecurityKey(Encoding.UTF8.GetBytes(_configuration["JwtSettings:SecretKey"] ?? "DefaultSecretKeyForDevelopmentOnly123!")); + var creds = new SigningCredentials(key, SecurityAlgorithms.HmacSha256); + var expires = DateTime.Now.AddDays(Convert.ToDouble(_configuration["JwtSettings:ExpireDays"] ?? "7")); + + var token = new JwtSecurityToken( + issuer: _configuration["JwtSettings:Issuer"] ?? "IdentityAPI", + audience: _configuration["JwtSettings:Audience"] ?? "eShopOnContainers", + claims: claims, + expires: expires, + signingCredentials: creds + ); + + return new JwtSecurityTokenHandler().WriteToken(token); + } + } +} diff --git a/src/Services/Identity/Identity.API/Services/ProfileService.cs b/src/Services/Identity/Identity.API/Services/ProfileService.cs deleted file mode 100644 index b7637fef..00000000 --- a/src/Services/Identity/Identity.API/Services/ProfileService.cs +++ /dev/null @@ -1,130 +0,0 @@ -using IdentityModel; -using IdentityServer4.Models; -using IdentityServer4.Services; -using Microsoft.AspNetCore.Identity; -using Microsoft.eShopOnContainers.Services.Identity.API.Models; -using System; -using System.Collections.Generic; -using System.IdentityModel.Tokens.Jwt; -using System.Linq; -using System.Security.Claims; -using System.Threading.Tasks; - -namespace Microsoft.eShopOnContainers.Services.Identity.API.Services -{ - public class ProfileService : IProfileService - { - private readonly UserManager _userManager; - - public ProfileService(UserManager userManager) - { - _userManager = userManager; - } - - async public Task GetProfileDataAsync(ProfileDataRequestContext context) - { - var subject = context.Subject ?? throw new ArgumentNullException(nameof(context.Subject)); - - var subjectId = subject.Claims.Where(x => x.Type == "sub").FirstOrDefault().Value; - - var user = await _userManager.FindByIdAsync(subjectId); - if (user == null) - throw new ArgumentException("Invalid subject identifier"); - - var claims = GetClaimsFromUser(user); - context.IssuedClaims = claims.ToList(); - } - - async public Task IsActiveAsync(IsActiveContext context) - { - var subject = context.Subject ?? throw new ArgumentNullException(nameof(context.Subject)); - - var subjectId = subject.Claims.Where(x => x.Type == "sub").FirstOrDefault().Value; - var user = await _userManager.FindByIdAsync(subjectId); - - context.IsActive = false; - - if (user != null) - { - if (_userManager.SupportsUserSecurityStamp) - { - var security_stamp = subject.Claims.Where(c => c.Type == "security_stamp").Select(c => c.Value).SingleOrDefault(); - if (security_stamp != null) - { - var db_security_stamp = await _userManager.GetSecurityStampAsync(user); - if (db_security_stamp != security_stamp) - return; - } - } - - context.IsActive = - !user.LockoutEnabled || - !user.LockoutEnd.HasValue || - user.LockoutEnd <= DateTime.Now; - } - } - - private IEnumerable GetClaimsFromUser(ApplicationUser user) - { - var claims = new List - { - new Claim(JwtClaimTypes.Subject, user.Id), - new Claim(JwtClaimTypes.PreferredUserName, user.UserName), - new Claim(JwtRegisteredClaimNames.UniqueName, user.UserName) - }; - - if (!string.IsNullOrWhiteSpace(user.Name)) - claims.Add(new Claim("name", user.Name)); - - if (!string.IsNullOrWhiteSpace(user.LastName)) - claims.Add(new Claim("last_name", user.LastName)); - - if (!string.IsNullOrWhiteSpace(user.CardNumber)) - claims.Add(new Claim("card_number", user.CardNumber)); - - if (!string.IsNullOrWhiteSpace(user.CardHolderName)) - claims.Add(new Claim("card_holder", user.CardHolderName)); - - if (!string.IsNullOrWhiteSpace(user.SecurityNumber)) - claims.Add(new Claim("card_security_number", user.SecurityNumber)); - - if (!string.IsNullOrWhiteSpace(user.Expiration)) - claims.Add(new Claim("card_expiration", user.Expiration)); - - if (!string.IsNullOrWhiteSpace(user.City)) - claims.Add(new Claim("address_city", user.City)); - - if (!string.IsNullOrWhiteSpace(user.Country)) - claims.Add(new Claim("address_country", user.Country)); - - if (!string.IsNullOrWhiteSpace(user.State)) - claims.Add(new Claim("address_state", user.State)); - - if (!string.IsNullOrWhiteSpace(user.Street)) - claims.Add(new Claim("address_street", user.Street)); - - if (!string.IsNullOrWhiteSpace(user.ZipCode)) - claims.Add(new Claim("address_zip_code", user.ZipCode)); - - if (_userManager.SupportsUserEmail) - { - claims.AddRange(new[] - { - new Claim(JwtClaimTypes.Email, user.Email), - new Claim(JwtClaimTypes.EmailVerified, user.EmailConfirmed ? "true" : "false", ClaimValueTypes.Boolean) - }); - } - - if (_userManager.SupportsUserPhoneNumber && !string.IsNullOrWhiteSpace(user.PhoneNumber)) - { - claims.AddRange(new[] - { - new Claim(JwtClaimTypes.PhoneNumber, user.PhoneNumber), - new Claim(JwtClaimTypes.PhoneNumberVerified, user.PhoneNumberConfirmed ? "true" : "false", ClaimValueTypes.Boolean) - }); - } - - return claims; - } - } -} diff --git a/src/Services/Identity/Identity.API/Services/RedirectService.cs b/src/Services/Identity/Identity.API/Services/RedirectService.cs deleted file mode 100644 index bbe0ae97..00000000 --- a/src/Services/Identity/Identity.API/Services/RedirectService.cs +++ /dev/null @@ -1,32 +0,0 @@ -using System.Text.RegularExpressions; - -namespace Microsoft.eShopOnContainers.Services.Identity.API.Services -{ - public class RedirectService : IRedirectService - { - public string ExtractRedirectUriFromReturnUrl(string url) - { - var result = ""; - var decodedUrl = System.Net.WebUtility.HtmlDecode(url); - var results = Regex.Split(decodedUrl, "redirect_uri="); - if (results.Length < 2) - return ""; - - result = results[1]; - - var splitKey = ""; - if (result.Contains("signin-oidc")) - splitKey = "signin-oidc"; - else - splitKey = "scope"; - - results = Regex.Split(result, splitKey); - if (results.Length < 2) - return ""; - - result = results[0]; - - return result.Replace("%3A", ":").Replace("%2F", "/").Replace("&", ""); - } - } -} diff --git a/src/Services/Identity/Identity.API/Services/StrictCorsPolicyService.cs b/src/Services/Identity/Identity.API/Services/StrictCorsPolicyService.cs deleted file mode 100644 index c54e1d9a..00000000 --- a/src/Services/Identity/Identity.API/Services/StrictCorsPolicyService.cs +++ /dev/null @@ -1,85 +0,0 @@ -using IdentityServer4.Services; -using Microsoft.Extensions.Logging; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; - -namespace Microsoft.eShopOnContainers.Services.Identity.API.Services -{ - /// - /// Strict CORS policy service to mitigate GHSA-ff4q-64jc-gx98 (CORS misconfiguration vulnerability) - /// - public class StrictCorsPolicyService : ICorsPolicyService - { - private readonly ILogger _logger; - private readonly HashSet _allowedOrigins; - - public StrictCorsPolicyService(ILogger logger) - { - _logger = logger; - - // Define strict allowed origins (update these based on your deployment) - _allowedOrigins = new HashSet(StringComparer.OrdinalIgnoreCase) - { - "http://localhost", - "http://localhost:5100", - "http://localhost:5101", - "http://localhost:5102", - "http://localhost:5103", - "http://localhost:5104", - "http://localhost:5105", - "http://localhost:5106", - "http://localhost:5107", - "http://localhost:5108", - "https://localhost", - "https://localhost:5100", - "https://localhost:5101", - "https://localhost:5102", - "https://localhost:5103", - "https://localhost:5104", - "https://localhost:5105", - "https://localhost:5106", - "https://localhost:5107", - "https://localhost:5108" - }; - } - - public Task IsOriginAllowedAsync(string origin) - { - if (string.IsNullOrWhiteSpace(origin)) - { - _logger.LogWarning("CORS check failed: empty origin"); - return Task.FromResult(false); - } - - // Parse the origin to ensure it's a valid URI - if (!Uri.TryCreate(origin, UriKind.Absolute, out var uri)) - { - _logger.LogWarning("CORS check failed: invalid URI format for origin: {Origin}", origin); - return Task.FromResult(false); - } - - // Check if the origin's scheme is allowed (only HTTP/HTTPS) - if (uri.Scheme != Uri.UriSchemeHttp && uri.Scheme != Uri.UriSchemeHttps) - { - _logger.LogWarning("CORS check failed: invalid scheme {Scheme} for origin: {Origin}", - uri.Scheme, origin); - return Task.FromResult(false); - } - - // Normalize origin (remove trailing slash, convert to lowercase) - var normalizedOrigin = $"{uri.Scheme}://{uri.Authority}".ToLowerInvariant(); - - // Check against whitelist - var isAllowed = _allowedOrigins.Contains(normalizedOrigin); - - if (!isAllowed) - { - _logger.LogWarning("CORS check failed: origin not in whitelist: {Origin}", origin); - } - - return Task.FromResult(isAllowed); - } - } -} diff --git a/src/Services/Identity/Identity.API/Services/StrictRedirectUriValidator.cs b/src/Services/Identity/Identity.API/Services/StrictRedirectUriValidator.cs deleted file mode 100644 index 0bc4aaae..00000000 --- a/src/Services/Identity/Identity.API/Services/StrictRedirectUriValidator.cs +++ /dev/null @@ -1,66 +0,0 @@ -using IdentityServer4.Models; -using IdentityServer4.Validation; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; - -namespace Microsoft.eShopOnContainers.Services.Identity.API.Services -{ - /// - /// Strict redirect URI validator to mitigate GHSA-55p7-v223-x366 (Open Redirect vulnerability) - /// - public class StrictRedirectUriValidator : IRedirectUriValidator - { - private readonly HashSet _allowedHosts = new HashSet(StringComparer.OrdinalIgnoreCase) - { - "localhost", - "127.0.0.1", - "[::1]" - }; - - public Task IsPostLogoutRedirectUriValidAsync(string requestedUri, Client client) - { - return IsRedirectUriValidAsync(requestedUri, client?.PostLogoutRedirectUris); - } - - public Task IsRedirectUriValidAsync(string requestedUri, Client client) - { - return IsRedirectUriValidAsync(requestedUri, client?.RedirectUris); - } - - private Task IsRedirectUriValidAsync(string requestedUri, ICollection allowedUris) - { - if (string.IsNullOrWhiteSpace(requestedUri)) - { - return Task.FromResult(false); - } - - // Parse the requested URI - if (!Uri.TryCreate(requestedUri, UriKind.Absolute, out var uri)) - { - return Task.FromResult(false); - } - - // Reject any URI that is not HTTPS (except localhost for development) - if (uri.Scheme != Uri.UriSchemeHttps && - uri.Scheme != Uri.UriSchemeHttp && - !_allowedHosts.Contains(uri.Host)) - { - return Task.FromResult(false); - } - - // Ensure the URI is in the allowed list - if (allowedUris == null || !allowedUris.Any()) - { - return Task.FromResult(false); - } - - // Strict exact match (no wildcards, no partial matches) - var isValid = allowedUris.Any(allowedUri => - string.Equals(allowedUri, requestedUri, StringComparison.OrdinalIgnoreCase)); - - return Task.FromResult(isValid); - } - } -} diff --git a/src/Services/Identity/Identity.API/Startup.cs b/src/Services/Identity/Identity.API/Startup.cs index d695c0da..51f30a91 100644 --- a/src/Services/Identity/Identity.API/Startup.cs +++ b/src/Services/Identity/Identity.API/Startup.cs @@ -1,27 +1,26 @@ -using Autofac; +using Autofac; using Autofac.Extensions.DependencyInjection; using HealthChecks.UI.Client; -using IdentityServer4.Services; +using Microsoft.AspNetCore.Authentication.JwtBearer; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.DataProtection; using Microsoft.AspNetCore.Diagnostics.HealthChecks; using Microsoft.AspNetCore.Hosting; -using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Identity; using Microsoft.EntityFrameworkCore; -using Microsoft.eShopOnContainers.Services.Identity.API.Certificates; using Microsoft.eShopOnContainers.Services.Identity.API.Data; -using Microsoft.eShopOnContainers.Services.Identity.API.Devspaces; using Microsoft.eShopOnContainers.Services.Identity.API.Models; using Microsoft.eShopOnContainers.Services.Identity.API.Services; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Diagnostics.HealthChecks; using Microsoft.Extensions.Hosting; -using Microsoft.Extensions.Logging; +using Microsoft.IdentityModel.Tokens; +using Microsoft.OpenApi.Models; using StackExchange.Redis; using System; using System.Reflection; +using System.Text; namespace Microsoft.eShopOnContainers.Services.Identity.API { @@ -31,33 +30,57 @@ public Startup(IConfiguration configuration, IWebHostEnvironment environment) { Configuration = configuration; Environment = environment; - } public IConfiguration Configuration { get; } - public IWebHostEnvironment Environment { get; } - // This method gets called by the runtime. Use this method to add services to the container. public IServiceProvider ConfigureServices(IServiceCollection services) { - RegisterAppInsights(services); + services.AddApplicationInsightsTelemetry(Configuration); + services.AddApplicationInsightsKubernetesEnricher(); - // Add framework services. services.AddDbContext(options => - options.UseSqlServer(Configuration["ConnectionString"], - sqlServerOptionsAction: sqlOptions => - { - sqlOptions.MigrationsAssembly(typeof(Startup).GetTypeInfo().Assembly.GetName().Name); - //Configuring Connection Resiliency: https://docs.microsoft.com/en-us/ef/core/miscellaneous/connection-resiliency - sqlOptions.EnableRetryOnFailure(maxRetryCount: 15, maxRetryDelay: TimeSpan.FromSeconds(30), errorNumbersToAdd: null); - })); + options.UseSqlServer(Configuration["ConnectionString"], + sqlServerOptionsAction: sqlOptions => + { + sqlOptions.MigrationsAssembly(typeof(Startup).GetTypeInfo().Assembly.GetName().Name); + sqlOptions.EnableRetryOnFailure(maxRetryCount: 15, maxRetryDelay: TimeSpan.FromSeconds(30), errorNumbersToAdd: null); + })); - services.AddIdentity() - .AddEntityFrameworkStores() - .AddDefaultTokenProviders(); + services.AddIdentity(options => + { + options.Password.RequireDigit = true; + options.Password.RequiredLength = 6; + options.Password.RequireNonAlphanumeric = false; + options.Password.RequireUppercase = true; + options.Password.RequireLowercase = true; + }) + .AddEntityFrameworkStores() + .AddDefaultTokenProviders(); - services.Configure(Configuration); + var key = Encoding.UTF8.GetBytes(Configuration["JwtSettings:SecretKey"] ?? "DefaultSecretKeyForDevelopmentOnly123!"); + services.AddAuthentication(options => + { + options.DefaultAuthenticateScheme = JwtBearerDefaults.AuthenticationScheme; + options.DefaultChallengeScheme = JwtBearerDefaults.AuthenticationScheme; + }) + .AddJwtBearer(options => + { + options.RequireHttpsMetadata = false; + options.SaveToken = true; + options.TokenValidationParameters = new TokenValidationParameters + { + ValidateIssuerSigningKey = true, + IssuerSigningKey = new SymmetricSecurityKey(key), + ValidateIssuer = true, + ValidIssuer = Configuration["JwtSettings:Issuer"] ?? "IdentityAPI", + ValidateAudience = true, + ValidAudience = Configuration["JwtSettings:Audience"] ?? "eShopOnContainers", + ValidateLifetime = true, + ClockSkew = TimeSpan.Zero + }; + }); if (Configuration.GetValue("IsClusterEnv") == bool.TrueString) { @@ -74,112 +97,79 @@ public IServiceProvider ConfigureServices(IServiceCollection services) name: "IdentityDB-check", tags: new string[] { "IdentityDB" }); - services.AddTransient, EFLoginService>(); - services.AddTransient(); - - var connectionString = Configuration["ConnectionString"]; - var migrationsAssembly = typeof(Startup).GetTypeInfo().Assembly.GetName().Name; + services.AddScoped(); - // Adds IdentityServer - var identityServerBuilder = services.AddIdentityServer(x => - { - x.IssuerUri = "null"; - x.Authentication.CookieLifetime = TimeSpan.FromHours(2); - }) - .AddDevspacesIfNeeded(Configuration.GetValue("EnableDevspaces", false)); + services.AddControllers() + .AddNewtonsoftJson(); - // Here we check if we're on development environment so we can just use the IdentityServer Developer credential. - if (Environment.IsDevelopment()) + services.AddCors(options => { - identityServerBuilder.AddDeveloperSigningCredential(); - } - else - { - identityServerBuilder.AddSigningCredential(Certificate.Get()); + options.AddPolicy("CorsPolicy", + builder => builder + .SetIsOriginAllowed((host) => true) + .AllowAnyMethod() + .AllowAnyHeader() + .AllowCredentials()); + }); - } - identityServerBuilder.AddAspNetIdentity() - .AddConfigurationStore(options => - { - options.ConfigureDbContext = builder => builder.UseSqlServer(connectionString, - sqlServerOptionsAction: sqlOptions => - { - sqlOptions.MigrationsAssembly(migrationsAssembly); - //Configuring Connection Resiliency: https://docs.microsoft.com/en-us/ef/core/miscellaneous/connection-resiliency - sqlOptions.EnableRetryOnFailure(maxRetryCount: 15, maxRetryDelay: TimeSpan.FromSeconds(30), errorNumbersToAdd: null); - }); - }) - .AddOperationalStore(options => + services.AddSwaggerGen(c => { - options.ConfigureDbContext = builder => builder.UseSqlServer(connectionString, - sqlServerOptionsAction: sqlOptions => + c.SwaggerDoc("v1", new OpenApiInfo { Title = "Identity API", Version = "v1" }); + c.AddSecurityDefinition("Bearer", new OpenApiSecurityScheme + { + Description = "JWT Authorization header using the Bearer scheme", + Name = "Authorization", + In = ParameterLocation.Header, + Type = SecuritySchemeType.ApiKey, + Scheme = "Bearer" + }); + c.AddSecurityRequirement(new OpenApiSecurityRequirement + { { - sqlOptions.MigrationsAssembly(migrationsAssembly); - //Configuring Connection Resiliency: https://docs.microsoft.com/en-us/ef/core/miscellaneous/connection-resiliency - sqlOptions.EnableRetryOnFailure(maxRetryCount: 15, maxRetryDelay: TimeSpan.FromSeconds(30), errorNumbersToAdd: null); - }); + new OpenApiSecurityScheme + { + Reference = new OpenApiReference + { + Type = ReferenceType.SecurityScheme, + Id = "Bearer" + } + }, + Array.Empty() + } + }); }); - services.AddTransient(); - //services.AddMvc().SetCompatibilityVersion(CompatibilityVersion.Version_3_0); - services.AddControllers(); - services.AddControllersWithViews(); - services.AddRazorPages(); - var container = new ContainerBuilder(); container.Populate(services); return new AutofacServiceProvider(container.Build()); } - // This method gets called by the runtime. Use this method to configure the HTTP request pipeline. - public void Configure(IApplicationBuilder app, IWebHostEnvironment env, ILoggerFactory loggerFactory) + public void Configure(IApplicationBuilder app, IWebHostEnvironment env) { - //loggerFactory.AddConsole(Configuration.GetSection("Logging")); - //loggerFactory.AddDebug(); - //loggerFactory.AddAzureWebAppDiagnostics(); - //loggerFactory.AddApplicationInsights(app.ApplicationServices, LogLevel.Trace); - if (env.IsDevelopment()) { app.UseDeveloperExceptionPage(); - app.UseDatabaseErrorPage(); - } - else - { - app.UseExceptionHandler("/Home/Error"); - } - - var pathBase = Configuration["PATH_BASE"]; - if (!string.IsNullOrEmpty(pathBase)) - { - loggerFactory.CreateLogger().LogDebug("Using PATH BASE '{pathBase}'", pathBase); - app.UsePathBase(pathBase); } - app.UseStaticFiles(); + app.UseRouting(); + app.UseCors("CorsPolicy"); + + app.UseAuthentication(); + app.UseAuthorization(); - // Make work identity server redirections in Edge and lastest versions of browers. WARN: Not valid in a production environment. - app.Use(async (context, next) => + app.UseSwagger(); + app.UseSwaggerUI(c => { - context.Response.Headers.Add("Content-Security-Policy", "script-src 'self'; scripts-src-elem 'unsafe-inline'"); - await next(); + c.SwaggerEndpoint("/swagger/v1/swagger.json", "Identity API V1"); + c.RoutePrefix = string.Empty; }); - app.UseForwardedHeaders(); - - // Adds IdentityServer - app.UseIdentityServer(); - - // This cookie policy fixes login issues with Chrome 80+ using HHTP - app.UseCookiePolicy(new CookiePolicyOptions { MinimumSameSitePolicy = SameSiteMode.Lax }); - - app.UseRouting(); app.UseEndpoints(endpoints => { endpoints.MapDefaultControllerRoute(); endpoints.MapControllers(); - endpoints.MapHealthChecks("/hc", new HealthCheckOptions() + endpoints.MapHealthChecks("/hc", new HealthCheckOptions { Predicate = _ => true, ResponseWriter = UIResponseWriter.WriteHealthCheckUIResponse @@ -190,11 +180,5 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env, ILoggerF }); }); } - - private void RegisterAppInsights(IServiceCollection services) - { - services.AddApplicationInsightsTelemetry(Configuration); - services.AddApplicationInsightsKubernetesEnricher(); - } } } diff --git a/src/Services/Identity/Identity.API/Views/Account/LoggedOut.cshtml b/src/Services/Identity/Identity.API/Views/Account/LoggedOut.cshtml deleted file mode 100644 index f843973f..00000000 --- a/src/Services/Identity/Identity.API/Views/Account/LoggedOut.cshtml +++ /dev/null @@ -1,21 +0,0 @@ -@model Microsoft.eShopOnContainers.Services.Identity.API.Models.AccountViewModels.LoggedOutViewModel - - diff --git a/src/Services/Identity/Identity.API/Views/Account/Login.cshtml b/src/Services/Identity/Identity.API/Views/Account/Login.cshtml deleted file mode 100644 index 56ffceb1..00000000 --- a/src/Services/Identity/Identity.API/Views/Account/Login.cshtml +++ /dev/null @@ -1,56 +0,0 @@ -@model Microsoft.eShopOnContainers.Services.Identity.API.Models.AccountViewModels.LoginViewModel - - -@{ - ViewData["Title"] = "Log in"; -} - -
-
-
-
- - -
-
-
-
- -@section Scripts { - @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } -} diff --git a/src/Services/Identity/Identity.API/Views/Account/Logout.cshtml b/src/Services/Identity/Identity.API/Views/Account/Logout.cshtml deleted file mode 100644 index f248fd6f..00000000 --- a/src/Services/Identity/Identity.API/Views/Account/Logout.cshtml +++ /dev/null @@ -1,21 +0,0 @@ -@model Microsoft.eShopOnContainers.Services.Identity.API.Models.AccountViewModels.LogoutViewModel - -
- - -
-
-

Would you like to logout of IdentityServer?

-
- -
-
- -
-
-
-
-
-
\ No newline at end of file diff --git a/src/Services/Identity/Identity.API/Views/Account/Redirecting.cshtml b/src/Services/Identity/Identity.API/Views/Account/Redirecting.cshtml deleted file mode 100644 index 33275ce3..00000000 --- a/src/Services/Identity/Identity.API/Views/Account/Redirecting.cshtml +++ /dev/null @@ -1,3 +0,0 @@ -
-
-

Redirecting...

diff --git a/src/Services/Identity/Identity.API/Views/Account/Register.cshtml b/src/Services/Identity/Identity.API/Views/Account/Register.cshtml deleted file mode 100644 index 6adec804..00000000 --- a/src/Services/Identity/Identity.API/Views/Account/Register.cshtml +++ /dev/null @@ -1,107 +0,0 @@ -@model Microsoft.eShopOnContainers.Services.Identity.API.Models.AccountViewModels.RegisterViewModel -@{ - ViewData["Title"] = "Register"; -} - -
-

[ New Account ]

-
-

Information

-
-
-
- - - -
-
- - - -
-
- - - -
-
- - - -
-
- - - -
-
- - - -
-
- - - -
-
- - - -
-
-
-

Credit Card

-
-
-
- - - -
-
- - - -
-
- - - -
-
- - - -
-
-

-
-
- - - -
-
-
- - - -
-
- - - -
-
-

-
- -
-

-
-
-@section Scripts { - @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } -} - diff --git a/src/Services/Identity/Identity.API/Views/Consent/Index.cshtml b/src/Services/Identity/Identity.API/Views/Consent/Index.cshtml deleted file mode 100644 index 08c31655..00000000 --- a/src/Services/Identity/Identity.API/Views/Consent/Index.cshtml +++ /dev/null @@ -1,82 +0,0 @@ -@model Microsoft.eShopOnContainers.Services.Identity.API.Models.AccountViewModels.ConsentViewModel - - \ No newline at end of file diff --git a/src/Services/Identity/Identity.API/Views/Consent/_ScopeListItem.cshtml b/src/Services/Identity/Identity.API/Views/Consent/_ScopeListItem.cshtml deleted file mode 100644 index 2910fdba..00000000 --- a/src/Services/Identity/Identity.API/Views/Consent/_ScopeListItem.cshtml +++ /dev/null @@ -1,34 +0,0 @@ -@model Microsoft.eShopOnContainers.Services.Identity.API.Models.AccountViewModels.ScopeViewModel - -
  • - - @if (Model.Required) - { - (required) - } - @if (Model.Description != null) - { - - } -
  • \ No newline at end of file diff --git a/src/Services/Identity/Identity.API/Views/Home/Index.cshtml b/src/Services/Identity/Identity.API/Views/Home/Index.cshtml deleted file mode 100644 index 46617f16..00000000 --- a/src/Services/Identity/Identity.API/Views/Home/Index.cshtml +++ /dev/null @@ -1,30 +0,0 @@ -
    - - -
    -
    -

    - IdentityServer publishes a - discovery document - where you can find metadata and links to all the endpoints, key material, etc. -

    -
    -
    -
    -
    -

    - Here are links to the - source code repository, - and ready to use samples. -

    -
    -
    -
    diff --git a/src/Services/Identity/Identity.API/Views/Shared/Error.cshtml b/src/Services/Identity/Identity.API/Views/Shared/Error.cshtml deleted file mode 100644 index 0c94eee4..00000000 --- a/src/Services/Identity/Identity.API/Views/Shared/Error.cshtml +++ /dev/null @@ -1,34 +0,0 @@ -@model Microsoft.eShopOnContainers.Services.Identity.API.Models.ErrorViewModel - -@{ - var error = Model?.Error?.Error; - var request_id = Model?.Error?.RequestId; -} - -
    - - -
    -
    -
    - Sorry, there was an error - - @if (error != null) - { - - - : @error - - - } -
    - - @if (request_id != null) - { -
    Request Id: @request_id
    - } -
    -
    -
    diff --git a/src/Services/Identity/Identity.API/Views/Shared/_Layout.cshtml b/src/Services/Identity/Identity.API/Views/Shared/_Layout.cshtml deleted file mode 100644 index 53141c6e..00000000 --- a/src/Services/Identity/Identity.API/Views/Shared/_Layout.cshtml +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - eShopOnContainers - Identity - - - - - - - - - - - - -
    -
    - - @*
    - -
    *@ -
    -
    - -
    - @RenderBody() -
    - -
    -
    -
    -
    - -
    -
    © e-Shoponcontainers. All rights reserved
    -
    - @*
    -
    -
    -
    -
    - -
    -
    *@ -
    -
    - - - - - @RenderSection("scripts", required: false) - - diff --git a/src/Services/Identity/Identity.API/Views/Shared/_LoginPartial.cshtml b/src/Services/Identity/Identity.API/Views/Shared/_LoginPartial.cshtml deleted file mode 100644 index e110e459..00000000 --- a/src/Services/Identity/Identity.API/Views/Shared/_LoginPartial.cshtml +++ /dev/null @@ -1,27 +0,0 @@ -@using Microsoft.AspNetCore.Identity -@using Microsoft.eShopOnContainers.Services.Identity.API.Models - - -@inject SignInManager SignInManager -@inject UserManager UserManager - -@if (SignInManager.IsSignedIn(User)) -{ - -} -else -{ - -} diff --git a/src/Services/Identity/Identity.API/Views/Shared/_ValidationScriptsPartial.cshtml b/src/Services/Identity/Identity.API/Views/Shared/_ValidationScriptsPartial.cshtml deleted file mode 100644 index 88f6303f..00000000 --- a/src/Services/Identity/Identity.API/Views/Shared/_ValidationScriptsPartial.cshtml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - diff --git a/src/Services/Identity/Identity.API/Views/Shared/_ValidationSummary.cshtml b/src/Services/Identity/Identity.API/Views/Shared/_ValidationSummary.cshtml deleted file mode 100644 index 674d68d8..00000000 --- a/src/Services/Identity/Identity.API/Views/Shared/_ValidationSummary.cshtml +++ /dev/null @@ -1,7 +0,0 @@ -@if (ViewContext.ModelState.IsValid == false) -{ -
    - Error -
    -
    -} \ No newline at end of file diff --git a/src/Services/Identity/Identity.API/Views/_ViewImports.cshtml b/src/Services/Identity/Identity.API/Views/_ViewImports.cshtml deleted file mode 100644 index afa82bbf..00000000 --- a/src/Services/Identity/Identity.API/Views/_ViewImports.cshtml +++ /dev/null @@ -1 +0,0 @@ -@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers diff --git a/src/Services/Identity/Identity.API/Views/_ViewStart.cshtml b/src/Services/Identity/Identity.API/Views/_ViewStart.cshtml deleted file mode 100644 index a5f10045..00000000 --- a/src/Services/Identity/Identity.API/Views/_ViewStart.cshtml +++ /dev/null @@ -1,3 +0,0 @@ -@{ - Layout = "_Layout"; -} diff --git a/src/Services/Identity/Identity.API/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/src/Services/Identity/Identity.API/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index 36203c72..00000000 --- a/src/Services/Identity/Identity.API/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/src/Services/Identity/Identity.API/obj/Debug/net6.0/Identity.API.AssemblyInfo.cs b/src/Services/Identity/Identity.API/obj/Debug/net6.0/Identity.API.AssemblyInfo.cs deleted file mode 100644 index 87f01871..00000000 --- a/src/Services/Identity/Identity.API/obj/Debug/net6.0/Identity.API.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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: Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute("aspnet-eShopOnContainers.Identity-90487118-103c-4ff0-b9da-e5e26f7ab0c5")] -[assembly: System.Reflection.AssemblyCompanyAttribute("Identity.API")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("Identity.API")] -[assembly: System.Reflection.AssemblyTitleAttribute("Identity.API")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Services/Identity/Identity.API/obj/Debug/net6.0/Identity.API.AssemblyInfoInputs.cache b/src/Services/Identity/Identity.API/obj/Debug/net6.0/Identity.API.AssemblyInfoInputs.cache deleted file mode 100644 index eeecfba1..00000000 --- a/src/Services/Identity/Identity.API/obj/Debug/net6.0/Identity.API.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -f6e209a6903aca5b7f20153453a10a5718b49b8b diff --git a/src/Services/Identity/Identity.API/obj/Debug/net6.0/Identity.API.GeneratedMSBuildEditorConfig.editorconfig b/src/Services/Identity/Identity.API/obj/Debug/net6.0/Identity.API.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 7d0156b6..00000000 --- a/src/Services/Identity/Identity.API/obj/Debug/net6.0/Identity.API.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,76 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = true -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = Identity.API -build_property.RootNamespace = Identity.API -build_property.ProjectDir = /workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/ -build_property.RazorLangVersion = 6.0 -build_property.SupportLocalizedComponentNames = -build_property.GenerateRazorMetadataSourceChecksumAttributes = -build_property.MSBuildProjectDirectory = /workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API -build_property._RazorSourceGeneratorDebug = - -[/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Account/LoggedOut.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3MvQWNjb3VudC9Mb2dnZWRPdXQuY3NodG1s -build_metadata.AdditionalFiles.CssScope = - -[/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Account/Login.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3MvQWNjb3VudC9Mb2dpbi5jc2h0bWw= -build_metadata.AdditionalFiles.CssScope = - -[/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Account/Logout.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3MvQWNjb3VudC9Mb2dvdXQuY3NodG1s -build_metadata.AdditionalFiles.CssScope = - -[/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Account/Redirecting.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3MvQWNjb3VudC9SZWRpcmVjdGluZy5jc2h0bWw= -build_metadata.AdditionalFiles.CssScope = - -[/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Account/Register.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3MvQWNjb3VudC9SZWdpc3Rlci5jc2h0bWw= -build_metadata.AdditionalFiles.CssScope = - -[/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Consent/Index.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3MvQ29uc2VudC9JbmRleC5jc2h0bWw= -build_metadata.AdditionalFiles.CssScope = - -[/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Consent/_ScopeListItem.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3MvQ29uc2VudC9fU2NvcGVMaXN0SXRlbS5jc2h0bWw= -build_metadata.AdditionalFiles.CssScope = - -[/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Home/Index.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3MvSG9tZS9JbmRleC5jc2h0bWw= -build_metadata.AdditionalFiles.CssScope = - -[/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Shared/Error.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3MvU2hhcmVkL0Vycm9yLmNzaHRtbA== -build_metadata.AdditionalFiles.CssScope = - -[/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Shared/_Layout.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3MvU2hhcmVkL19MYXlvdXQuY3NodG1s -build_metadata.AdditionalFiles.CssScope = - -[/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Shared/_LoginPartial.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3MvU2hhcmVkL19Mb2dpblBhcnRpYWwuY3NodG1s -build_metadata.AdditionalFiles.CssScope = - -[/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Shared/_ValidationScriptsPartial.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3MvU2hhcmVkL19WYWxpZGF0aW9uU2NyaXB0c1BhcnRpYWwuY3NodG1s -build_metadata.AdditionalFiles.CssScope = - -[/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Shared/_ValidationSummary.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3MvU2hhcmVkL19WYWxpZGF0aW9uU3VtbWFyeS5jc2h0bWw= -build_metadata.AdditionalFiles.CssScope = - -[/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/_ViewImports.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3MvX1ZpZXdJbXBvcnRzLmNzaHRtbA== -build_metadata.AdditionalFiles.CssScope = - -[/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/_ViewStart.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3MvX1ZpZXdTdGFydC5jc2h0bWw= -build_metadata.AdditionalFiles.CssScope = diff --git a/src/Services/Identity/Identity.API/obj/Debug/net6.0/Identity.API.RazorAssemblyInfo.cache b/src/Services/Identity/Identity.API/obj/Debug/net6.0/Identity.API.RazorAssemblyInfo.cache deleted file mode 100644 index f24b41d8..00000000 --- a/src/Services/Identity/Identity.API/obj/Debug/net6.0/Identity.API.RazorAssemblyInfo.cache +++ /dev/null @@ -1 +0,0 @@ -5860763757f4f08c7ebdea1b3a94a18109f17861 diff --git a/src/Services/Identity/Identity.API/obj/Debug/net6.0/Identity.API.RazorAssemblyInfo.cs b/src/Services/Identity/Identity.API/obj/Debug/net6.0/Identity.API.RazorAssemblyInfo.cs deleted file mode 100644 index 31c8eab2..00000000 --- a/src/Services/Identity/Identity.API/obj/Debug/net6.0/Identity.API.RazorAssemblyInfo.cs +++ /dev/null @@ -1,17 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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: Microsoft.AspNetCore.Mvc.ApplicationParts.ProvideApplicationPartFactoryAttribute("Microsoft.AspNetCore.Mvc.ApplicationParts.ConsolidatedAssemblyApplicationPartFact" + - "ory, Microsoft.AspNetCore.Mvc.Razor")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Services/Identity/Identity.API/obj/Debug/net6.0/Identity.API.assets.cache b/src/Services/Identity/Identity.API/obj/Debug/net6.0/Identity.API.assets.cache deleted file mode 100644 index 5972c4fa..00000000 Binary files a/src/Services/Identity/Identity.API/obj/Debug/net6.0/Identity.API.assets.cache and /dev/null differ diff --git a/src/Services/Identity/Identity.API/obj/Debug/net6.0/Identity.API.csproj.AssemblyReference.cache b/src/Services/Identity/Identity.API/obj/Debug/net6.0/Identity.API.csproj.AssemblyReference.cache deleted file mode 100644 index 4f061087..00000000 Binary files a/src/Services/Identity/Identity.API/obj/Debug/net6.0/Identity.API.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/Services/Identity/Identity.API/obj/Debug/net6.0/project.razor.vscode.bin b/src/Services/Identity/Identity.API/obj/Debug/net6.0/project.razor.vscode.bin deleted file mode 100644 index 812eadc2..00000000 Binary files a/src/Services/Identity/Identity.API/obj/Debug/net6.0/project.razor.vscode.bin and /dev/null differ diff --git a/src/Services/Identity/Identity.API/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/src/Services/Identity/Identity.API/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs deleted file mode 100644 index af943994..00000000 --- a/src/Services/Identity/Identity.API/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = "")] diff --git a/src/Services/Identity/Identity.API/obj/Debug/net8.0/Identity.API.AssemblyInfo.cs b/src/Services/Identity/Identity.API/obj/Debug/net8.0/Identity.API.AssemblyInfo.cs deleted file mode 100644 index c54d488b..00000000 --- a/src/Services/Identity/Identity.API/obj/Debug/net8.0/Identity.API.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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: Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute("aspnet-eShopOnContainers.Identity-90487118-103c-4ff0-b9da-e5e26f7ab0c5")] -[assembly: System.Reflection.AssemblyCompanyAttribute("Identity.API")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0a77675f714bea9dc0df9dd0f5780d113235d59c")] -[assembly: System.Reflection.AssemblyProductAttribute("Identity.API")] -[assembly: System.Reflection.AssemblyTitleAttribute("Identity.API")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Services/Identity/Identity.API/obj/Debug/net8.0/Identity.API.AssemblyInfoInputs.cache b/src/Services/Identity/Identity.API/obj/Debug/net8.0/Identity.API.AssemblyInfoInputs.cache deleted file mode 100644 index b8d9e9ed..00000000 --- a/src/Services/Identity/Identity.API/obj/Debug/net8.0/Identity.API.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -43a09f7db63c0c1c554695c6c7306f7fd695ecdf777ceff78403d23321fc4db6 diff --git a/src/Services/Identity/Identity.API/obj/Debug/net8.0/Identity.API.GeneratedMSBuildEditorConfig.editorconfig b/src/Services/Identity/Identity.API/obj/Debug/net8.0/Identity.API.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 0f434d63..00000000 --- a/src/Services/Identity/Identity.API/obj/Debug/net8.0/Identity.API.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,79 +0,0 @@ -is_global = true -build_property.TargetFramework = net8.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = true -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = Identity.API -build_property.RootNamespace = Identity.API -build_property.ProjectDir = C:\Users\natyo\mslearn-microservices-devops-aspnet-core\src\Services\Identity\Identity.API\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.RazorLangVersion = 8.0 -build_property.SupportLocalizedComponentNames = -build_property.GenerateRazorMetadataSourceChecksumAttributes = -build_property.MSBuildProjectDirectory = C:\Users\natyo\mslearn-microservices-devops-aspnet-core\src\Services\Identity\Identity.API -build_property._RazorSourceGeneratorDebug = - -[C:/Users/natyo/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Account/LoggedOut.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcQWNjb3VudFxMb2dnZWRPdXQuY3NodG1s -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/natyo/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Account/Login.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcQWNjb3VudFxMb2dpbi5jc2h0bWw= -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/natyo/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Account/Logout.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcQWNjb3VudFxMb2dvdXQuY3NodG1s -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/natyo/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Account/Redirecting.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcQWNjb3VudFxSZWRpcmVjdGluZy5jc2h0bWw= -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/natyo/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Account/Register.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcQWNjb3VudFxSZWdpc3Rlci5jc2h0bWw= -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/natyo/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Consent/Index.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcQ29uc2VudFxJbmRleC5jc2h0bWw= -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/natyo/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Consent/_ScopeListItem.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcQ29uc2VudFxfU2NvcGVMaXN0SXRlbS5jc2h0bWw= -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/natyo/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Home/Index.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcSG9tZVxJbmRleC5jc2h0bWw= -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/natyo/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Shared/Error.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcU2hhcmVkXEVycm9yLmNzaHRtbA== -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/natyo/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Shared/_Layout.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcU2hhcmVkXF9MYXlvdXQuY3NodG1s -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/natyo/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Shared/_LoginPartial.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcU2hhcmVkXF9Mb2dpblBhcnRpYWwuY3NodG1s -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/natyo/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Shared/_ValidationScriptsPartial.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcU2hhcmVkXF9WYWxpZGF0aW9uU2NyaXB0c1BhcnRpYWwuY3NodG1s -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/natyo/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Shared/_ValidationSummary.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcU2hhcmVkXF9WYWxpZGF0aW9uU3VtbWFyeS5jc2h0bWw= -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/natyo/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/_ViewImports.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcX1ZpZXdJbXBvcnRzLmNzaHRtbA== -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/natyo/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/_ViewStart.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcX1ZpZXdTdGFydC5jc2h0bWw= -build_metadata.AdditionalFiles.CssScope = diff --git a/src/Services/Identity/Identity.API/obj/Debug/net8.0/Identity.API.RazorAssemblyInfo.cache b/src/Services/Identity/Identity.API/obj/Debug/net8.0/Identity.API.RazorAssemblyInfo.cache deleted file mode 100644 index ecb9c978..00000000 --- a/src/Services/Identity/Identity.API/obj/Debug/net8.0/Identity.API.RazorAssemblyInfo.cache +++ /dev/null @@ -1 +0,0 @@ -d5ac7ab69059af111e9d7125adeb7b174ca570725d4b64a544cca7bd11ac7ca0 diff --git a/src/Services/Identity/Identity.API/obj/Debug/net8.0/Identity.API.RazorAssemblyInfo.cs b/src/Services/Identity/Identity.API/obj/Debug/net8.0/Identity.API.RazorAssemblyInfo.cs deleted file mode 100644 index 31c8eab2..00000000 --- a/src/Services/Identity/Identity.API/obj/Debug/net8.0/Identity.API.RazorAssemblyInfo.cs +++ /dev/null @@ -1,17 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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: Microsoft.AspNetCore.Mvc.ApplicationParts.ProvideApplicationPartFactoryAttribute("Microsoft.AspNetCore.Mvc.ApplicationParts.ConsolidatedAssemblyApplicationPartFact" + - "ory, Microsoft.AspNetCore.Mvc.Razor")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Services/Identity/Identity.API/obj/Debug/net8.0/Identity.API.assets.cache b/src/Services/Identity/Identity.API/obj/Debug/net8.0/Identity.API.assets.cache deleted file mode 100644 index 40c81328..00000000 Binary files a/src/Services/Identity/Identity.API/obj/Debug/net8.0/Identity.API.assets.cache and /dev/null differ diff --git a/src/Services/Identity/Identity.API/obj/Debug/net8.0/Identity.API.csproj.AssemblyReference.cache b/src/Services/Identity/Identity.API/obj/Debug/net8.0/Identity.API.csproj.AssemblyReference.cache deleted file mode 100644 index 0dd632bc..00000000 Binary files a/src/Services/Identity/Identity.API/obj/Debug/net8.0/Identity.API.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/Services/Identity/Identity.API/obj/Debug/net8.0/project.razor.vscode.bin b/src/Services/Identity/Identity.API/obj/Debug/net8.0/project.razor.vscode.bin deleted file mode 100644 index 1872c68e..00000000 --- a/src/Services/Identity/Identity.API/obj/Debug/net8.0/project.razor.vscode.bin +++ /dev/null @@ -1 +0,0 @@ -ف/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net8.0/project.razor.vscode.bink/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Identity.API.csprojMVC-3.06.0“Identity.APIr/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Account/Login.cshtmlViews\Account\Login.cshtmlmvcr/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Consent/Index.cshtmlViews\Consent\Index.cshtmlo/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/_ViewStart.cshtmlViews\_ViewStart.cshtmlq/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Shared/Error.cshtmlViews\Shared\Error.cshtmlq/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/_ViewImports.cshtmlViews\_ViewImports.cshtmly/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Shared/_LoginPartial.cshtml!Views\Shared\_LoginPartial.cshtmlv/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Account/LoggedOut.cshtmlViews\Account\LoggedOut.cshtmlu/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Account/Register.cshtmlViews\Account\Register.cshtmlم/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Shared/_ValidationScriptsPartial.cshtml-Views\Shared\_ValidationScriptsPartial.cshtml{/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Consent/_ScopeListItem.cshtml#Views\Consent\_ScopeListItem.cshtml~/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Shared/_ValidationSummary.cshtml&Views\Shared\_ValidationSummary.cshtmls/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Account/Logout.cshtmlViews\Account\Logout.cshtmls/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Shared/_Layout.cshtmlViews\Shared\_Layout.cshtmlx/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Account/Redirecting.cshtml Views\Account\Redirecting.cshtmlo/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Home/Index.cshtmlViews\Home\Index.cshtml \ No newline at end of file diff --git a/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.AssemblyInfo.cs b/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.AssemblyInfo.cs index 58803ceb..ce2671eb 100644 --- a/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.AssemblyInfo.cs +++ b/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.AssemblyInfo.cs @@ -14,7 +14,7 @@ [assembly: System.Reflection.AssemblyCompanyAttribute("Identity.API")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+1a8b395ed18f8f26654475e19de22afa3d9975ee")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+04d45e6378a3c9d7250e3bc3b1db69ec0f9f76f3")] [assembly: System.Reflection.AssemblyProductAttribute("Identity.API")] [assembly: System.Reflection.AssemblyTitleAttribute("Identity.API")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.AssemblyInfoInputs.cache b/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.AssemblyInfoInputs.cache index 0fa8ee41..2e07b877 100644 --- a/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.AssemblyInfoInputs.cache +++ b/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.AssemblyInfoInputs.cache @@ -1 +1 @@ -2b50140b16bffba6facf311f44632cda04e8415927d1c5822917721566984172 +cc96ee14f7254e2b4eea650662fd9b88b681c248a7817b7a22ec58c6454df1ec diff --git a/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.GeneratedMSBuildEditorConfig.editorconfig b/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.GeneratedMSBuildEditorConfig.editorconfig index a9af4a7e..50df6fab 100644 --- a/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.GeneratedMSBuildEditorConfig.editorconfig +++ b/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.GeneratedMSBuildEditorConfig.editorconfig @@ -29,63 +29,3 @@ build_property.MSBuildProjectDirectory = /home/runner/work/mslearn-microservices build_property._RazorSourceGeneratorDebug = build_property.EffectiveAnalysisLevelStyle = 9.0 build_property.EnableCodeStyleSeverity = - -[/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Account/LoggedOut.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3MvQWNjb3VudC9Mb2dnZWRPdXQuY3NodG1s -build_metadata.AdditionalFiles.CssScope = - -[/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Account/Login.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3MvQWNjb3VudC9Mb2dpbi5jc2h0bWw= -build_metadata.AdditionalFiles.CssScope = - -[/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Account/Logout.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3MvQWNjb3VudC9Mb2dvdXQuY3NodG1s -build_metadata.AdditionalFiles.CssScope = - -[/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Account/Redirecting.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3MvQWNjb3VudC9SZWRpcmVjdGluZy5jc2h0bWw= -build_metadata.AdditionalFiles.CssScope = - -[/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Account/Register.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3MvQWNjb3VudC9SZWdpc3Rlci5jc2h0bWw= -build_metadata.AdditionalFiles.CssScope = - -[/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Consent/Index.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3MvQ29uc2VudC9JbmRleC5jc2h0bWw= -build_metadata.AdditionalFiles.CssScope = - -[/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Consent/_ScopeListItem.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3MvQ29uc2VudC9fU2NvcGVMaXN0SXRlbS5jc2h0bWw= -build_metadata.AdditionalFiles.CssScope = - -[/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Home/Index.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3MvSG9tZS9JbmRleC5jc2h0bWw= -build_metadata.AdditionalFiles.CssScope = - -[/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Shared/Error.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3MvU2hhcmVkL0Vycm9yLmNzaHRtbA== -build_metadata.AdditionalFiles.CssScope = - -[/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Shared/_Layout.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3MvU2hhcmVkL19MYXlvdXQuY3NodG1s -build_metadata.AdditionalFiles.CssScope = - -[/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Shared/_LoginPartial.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3MvU2hhcmVkL19Mb2dpblBhcnRpYWwuY3NodG1s -build_metadata.AdditionalFiles.CssScope = - -[/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Shared/_ValidationScriptsPartial.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3MvU2hhcmVkL19WYWxpZGF0aW9uU2NyaXB0c1BhcnRpYWwuY3NodG1s -build_metadata.AdditionalFiles.CssScope = - -[/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/Shared/_ValidationSummary.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3MvU2hhcmVkL19WYWxpZGF0aW9uU3VtbWFyeS5jc2h0bWw= -build_metadata.AdditionalFiles.CssScope = - -[/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/_ViewImports.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3MvX1ZpZXdJbXBvcnRzLmNzaHRtbA== -build_metadata.AdditionalFiles.CssScope = - -[/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Views/_ViewStart.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3MvX1ZpZXdTdGFydC5jc2h0bWw= -build_metadata.AdditionalFiles.CssScope = diff --git a/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.RazorAssemblyInfo.cache b/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.RazorAssemblyInfo.cache deleted file mode 100644 index ecb9c978..00000000 --- a/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.RazorAssemblyInfo.cache +++ /dev/null @@ -1 +0,0 @@ -d5ac7ab69059af111e9d7125adeb7b174ca570725d4b64a544cca7bd11ac7ca0 diff --git a/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.assets.cache b/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.assets.cache index dd568a96..0bb773d2 100644 Binary files a/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.assets.cache and b/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.assets.cache differ diff --git a/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.csproj.AssemblyReference.cache b/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.csproj.AssemblyReference.cache index e68b6d9f..97b5ba8c 100644 Binary files a/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.csproj.AssemblyReference.cache and b/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.csproj.AssemblyReference.cache differ diff --git a/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.csproj.CoreCompileInputs.cache b/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.csproj.CoreCompileInputs.cache index 2a200d1b..a35c8c26 100644 --- a/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.csproj.CoreCompileInputs.cache +++ b/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -110fb0b2d0ede54b63e123d59d946795111941f582b91580270e0f27dbdfb333 +97094bce88abba16f1dce14e3cf688bb68351f19e876f566a6a31adbc39b6c4a diff --git a/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.csproj.FileListAbsolute.txt b/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.csproj.FileListAbsolute.txt index 53ab8fb2..264c2ac9 100644 --- a/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.csproj.FileListAbsolute.txt +++ b/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.csproj.FileListAbsolute.txt @@ -6,6 +6,290 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.csproj.CoreCompileInputs.cache /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.MvcApplicationPartsAssemblyInfo.cs /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.MvcApplicationPartsAssemblyInfo.cache -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.RazorAssemblyInfo.cache -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.RazorAssemblyInfo.cs /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.sourcelink.json +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/web.config +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/appsettings.json +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/bundleconfig.json +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Identity.API.staticwebassets.runtime.json +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Identity.API.staticwebassets.endpoints.json +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Setup/images.zip +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Setup/Users.csv +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Identity.API +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Identity.API.deps.json +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Identity.API.runtimeconfig.json +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Identity.API.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Identity.API.pdb +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/HealthChecks.SqlServer.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/HealthChecks.UI.Client.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/HealthChecks.UI.Core.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Autofac.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Autofac.Extensions.DependencyInjection.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Azure.Core.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Azure.Identity.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Fractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Humanizer.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/KubernetesClient.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.AspNetCore.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.AI.DependencyCollector.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.AI.EventCounterCollector.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.Kubernetes.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.AI.PerfCounterCollector.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.AI.WindowsServer.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.AI.ServerTelemetryChannel.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.AspNetCore.HealthChecks.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.AspNetCore.JsonPatch.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.Azure.KeyVault.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.Azure.KeyVault.WebKey.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.Azure.Services.AppAuthentication.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.Bcl.AsyncInterfaces.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.Build.Locator.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.CSharp.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.VisualBasic.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.Workspaces.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.Data.SqlClient.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Abstractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Design.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Relational.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.SqlServer.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.Binder.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.Json.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.Extensions.DependencyInjection.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.Extensions.DiagnosticAdapter.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.Extensions.Diagnostics.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.Extensions.FileProviders.Physical.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.Extensions.HealthChecks.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.Extensions.Hosting.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.Abstractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.ApplicationInsights.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.Configuration.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.Console.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.Debug.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.EventLog.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.EventSource.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.Extensions.Options.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.Extensions.Primitives.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.Identity.Client.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.Identity.Client.Extensions.Msal.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.IdentityModel.Logging.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.IdentityModel.Tokens.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.OpenApi.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.Azure.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Microsoft.SqlServer.Server.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Mono.TextTemplating.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Newtonsoft.Json.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Newtonsoft.Json.Bson.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Pipelines.Sockets.Unofficial.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Polly.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Polly.Core.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Serilog.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Serilog.AspNetCore.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Serilog.Enrichers.Environment.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Serilog.Extensions.Hosting.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Serilog.Extensions.Logging.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Serilog.Formatting.Compact.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Serilog.Settings.Configuration.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Serilog.Sinks.Console.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Serilog.Sinks.Debug.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Serilog.Sinks.File.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Serilog.Sinks.Http.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Serilog.Sinks.Seq.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/StackExchange.Redis.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.Swagger.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/System.ClientModel.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/System.CodeDom.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/System.Composition.AttributedModel.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/System.Composition.Convention.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/System.Composition.Hosting.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/System.Composition.Runtime.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/System.Composition.TypedParts.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/System.Configuration.ConfigurationManager.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/System.Diagnostics.EventLog.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/System.Diagnostics.PerformanceCounter.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/System.Memory.Data.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/System.Runtime.Caching.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/System.Security.Cryptography.ProtectedData.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/YamlDotNet.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/de/Microsoft.Data.SqlClient.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/es/Microsoft.Data.SqlClient.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/fr/Microsoft.Data.SqlClient.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/it/Microsoft.Data.SqlClient.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/ja/Microsoft.Data.SqlClient.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/ko/Microsoft.Data.SqlClient.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/pt-BR/Microsoft.Data.SqlClient.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/ru/Microsoft.Data.SqlClient.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/runtimes/debian-x64/native/libuv.so +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/runtimes/fedora-x64/native/libuv.so +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/runtimes/opensuse-x64/native/libuv.so +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/runtimes/osx/native/libuv.dylib +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/runtimes/rhel-x64/native/libuv.so +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/runtimes/win7-arm/native/libuv.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/runtimes/win7-x64/native/libuv.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/runtimes/win7-x86/native/libuv.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/bin/Debug/net9.0/runtimes/win/lib/net8.0/System.Runtime.Caching.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/rjimswa.dswa.cache.json +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/rjsmrazor.dswa.cache.json +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/rjsmcshtml.dswa.cache.json +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/scopedcss/bundle/Identity.API.styles.css +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/compressed/mzi2sqkhc4-{0}-k3f0jo0dh7-k3f0jo0dh7.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/compressed/x6mbm4nlx7-{0}-n087yrcksf-n087yrcksf.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/compressed/tdvh9h2vz8-{0}-eql04bdrut-eql04bdrut.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/compressed/uorf0ap6k7-{0}-haa9vesn7i-haa9vesn7i.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/compressed/f33exnj3hy-{0}-0a5byusddc-0a5byusddc.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/compressed/oh02gowv8v-{0}-c4qhl789ks-c4qhl789ks.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/compressed/97dkq0w5vw-{0}-v9y4wxeest-v9y4wxeest.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/compressed/kcodw6q1b0-{0}-9dz7qbjmcj-9dz7qbjmcj.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/compressed/1bs1z8ymb3-{0}-d3bdkcd5c6-d3bdkcd5c6.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/compressed/c17zt2hse3-{0}-33ss4x37nv-33ss4x37nv.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/compressed/y41iox6qb7-{0}-v6jnq5ttib-v6jnq5ttib.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/compressed/mueue9opyf-{0}-htbl0vvztd-htbl0vvztd.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/compressed/36gogqk2ex-{0}-uj5iyz0axj-uj5iyz0axj.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/compressed/l27gi3dh39-{0}-w24zs667xn-w24zs667xn.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/compressed/2puy51emwu-{0}-wnakit1s8m-wnakit1s8m.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/compressed/xn27wanbt9-{0}-fludwcapnc-fludwcapnc.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/compressed/arcvl6mtui-{0}-05ckw4jeiw-05ckw4jeiw.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/compressed/ow4nqxbzar-{0}-lp5l0dhui1-lp5l0dhui1.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/compressed/g1c4f8z7bh-{0}-uo2k6apu81-uo2k6apu81.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/compressed/ete218vzsn-{0}-5ipweew5fc-5ipweew5fc.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/compressed/676623czpi-{0}-errjpeerd8-errjpeerd8.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/compressed/aed2wseqf9-{0}-9xrzhlfxdt-9xrzhlfxdt.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/compressed/6sqgmnhwfx-{0}-z5jyisouil-z5jyisouil.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/compressed/59xkn77ozh-{0}-7trb2i0i7p-7trb2i0i7p.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/compressed/m51yfjg5xq-{0}-r6wocsv5wb-r6wocsv5wb.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/compressed/my4tsz1l9q-{0}-a8sno6uueg-a8sno6uueg.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/compressed/doqneyjcyl-{0}-jdpnbaa6vo-jdpnbaa6vo.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/compressed/k343tncplt-{0}-59qolqi738-59qolqi738.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/compressed/sknqgmzvjt-{0}-syfdt2mvbi-syfdt2mvbi.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/compressed/v3myhqr02s-{0}-2wbe4ytbil-2wbe4ytbil.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/compressed/pnjdqmvix2-{0}-8m8oszt7ev-8m8oszt7ev.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/compressed/4fmnvct21b-{0}-gux2z0h2ti-gux2z0h2ti.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/compressed/kya6sqj5cd-{0}-2ye1g148en-2ye1g148en.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/compressed/genismrpy6-{0}-b804xvqo1w-b804xvqo1w.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/compressed/eb3c5lqgfp-{0}-wnux8pv31v-wnux8pv31v.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/compressed/86n7iqmfvx-{0}-7fg0hl6hkg-7fg0hl6hkg.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/compressed/n5v3xu280w-{0}-hiqumc4mhz-hiqumc4mhz.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/compressed/1isrud4f87-{0}-lpmecrnjn6-lpmecrnjn6.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/staticwebassets.build.json +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/staticwebassets.build.json.cache +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/staticwebassets.development.json +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/staticwebassets.build.endpoints.json +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/swae.build.ex.cache +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.FA0E42A3.Up2Date +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/refint/Identity.API.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.pdb +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.genruntimeconfig.cache +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/obj/Debug/net9.0/ref/Identity.API.dll diff --git a/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.sourcelink.json b/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.sourcelink.json index 66d5f078..c1b394cd 100644 --- a/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.sourcelink.json +++ b/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.sourcelink.json @@ -1 +1 @@ -{"documents":{"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/1a8b395ed18f8f26654475e19de22afa3d9975ee/*"}} \ No newline at end of file +{"documents":{"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/04d45e6378a3c9d7250e3bc3b1db69ec0f9f76f3/*"}} \ No newline at end of file diff --git a/src/Services/Identity/Identity.API/obj/Debug/net9.0/rpswa.dswa.cache.json b/src/Services/Identity/Identity.API/obj/Debug/net9.0/rpswa.dswa.cache.json index 1a556192..bb99d8e4 100644 --- a/src/Services/Identity/Identity.API/obj/Debug/net9.0/rpswa.dswa.cache.json +++ b/src/Services/Identity/Identity.API/obj/Debug/net9.0/rpswa.dswa.cache.json @@ -1 +1 @@ -{"GlobalPropertiesHash":"2MHEBuPC43u6XOn7WB6wRpLOev1ZlWE3w6Hj0qSAu4I=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["kv48rQgxfLj68mIRMpUNdxrFiQaNtTwg1l0u56nrSlE=","UfPFx23G7aJJIPQApwqcNcPQrgc1Glpyzk6JE3CI9SE=","vZREUC3jQbjO0cipHp65G7uObU\u002BHecc65F8QedMHVmw=","i40ncrUP\u002BrQz7FfM5NO0IP8Q1R8tGoYWwqQHHRW4eos=","Oyu2AVijFsjtvIys9/5k/AqxUXd4CG5LjoBD69/uieM=","HVJGKALNVlOlrpK2HAxPJI2n8Hhr1dAsGPdv6GsfM20=","AwHSUINZDAXSP0DKiFTH1A9RVGc6qSQQSYp1mbfnZRg=","XubLAtcEAQbOhTb7mr3C\u002BE2\u002BqSiKFe4\u002BO5CsEEfZWaM=","HkSz\u002BTea7NwHH38nVmwSeIJ/RLH7\u002BmNs\u002BLAZyYoi0\u002Bc=","DRHQTtOnmLtkPhiiJ6UZv\u002BGYhHVSqK62yLgI4ijDak4=","xp\u002Byg\u002Bbx7QFqzwy4\u002Bfp0oUt\u002B/lzFSLeBXzNsCPP50C4=","2kpoGB5U54/ws4tq07QBxTz8hzXk1FyD/o4OYKGCiKk=","uskLnBd/SDWzarhxH7Lfh/yfUq3bY7dCetAPka/LNrE=","aGfqorD15D2uustCr1d1fbNFZ8EDW6It0PrZI49yaU8=","aq4FpmCfv0ZVT1zrNBRAvPU00G8FKXR/2akjtU2vc7A=","Yuv7PLsxPGgQvdd1FbMd89Y40STzTYhJ0Ecb9jstkOs=","10h7sU04DndgGBfPJ60s\u002B790EUCGnSwAyyPhxWoK/YI=","kA7d5\u002BpnmupCIbDj7yAqjDBlSn98WZZvwP4SiH93RxM=","gkCGSA3CrHn4p3Dmq4NXjCxpIxnBlWE/2xUIpuia2AY=","b7R0y5fMjxLH2Vn4KSA/nZ8BiaQgDcMQlJgpbXgM40g=","xhxoMnBylF6FalDtZHG0VW6zzfF4Q9fTieokiWXM\u002BZw=","r1ZOo/v7UPVSu/uKSYiQPLMGwlAMD3oFKSJNXS5gyzk=","4ArUcyWbJgvGI8KinJEYv0OIylE3IKevSJ0xDXMKzuk=","lBc8SvhDZx2EBiTMrfRFphwiI4\u002B9AvJqetiZYLmeWPI=","SlFfqaEnKBDDYwDEL00LnbzwCq\u002BHdBpjZbPCwQCeTm0=","JAVzFX9nrorHct8L8zpu7X8M5BZ4lfV1UVhNQUNQDe4=","T1aLzs5cSvWWxE8DyiyBKBZNpAXbNjL7PyFSQ/Azw4g=","0\u002BJ\u002BPF0n/mr8ppICskB9XfT0HXfH\u002BZclgb4t69Uv78c=","aDX7pJFRMF0la2cbbWi6l/8HueX2rrXaeXUGBhYu4Sw=","urlYXDWA2SH9v49ILn/dojp122rdP7GmRdGW7CTuchs=","jZjESrxV/89AkR8d0Ky3/oJhpUQRg2sEMyo6pSw21Is=","prnKyc\u002BBgrjmvbpODTGEgMcxG5MQ4o0uxSF0kdTMhQw=","sCgIfV5U4oQNRuxr//v8XQjJI74Vkey1QSffAFiLwpw=","uU\u002BQYg8m07VPQgqgCqMu444inIVVGxPLBt41KWuZCx0=","mEmaleXo4fAUolAoPbFO\u002BwL\u002BmgSUWOow/2s9OL9l4pM=","MCkCGisrv2K/exqZ8BSUSQMHm5GJCxX0TbhEeN6\u002BcGs=","vidv0/gSTrB7VT\u002BfzL\u002B51tPbtiN1Rk13Zh01SFA3QHU=","iVam4OhC2rIVxwJPOUF2NZF3iyniJi64UOuTjFFXOXE=","1ykUnIzkjb1lgy5yn4ahJ27kWnHz8k247fndL8jaEbQ=","SP20Y64ASp9FMW3cXkto49SBDLrih7ACgERCpXtk18s=","FwIU\u002BPpMTeEzkrvSYb8D9GI1vC9AMzn/\u002B/7X9cgKhIU=","G7uz8o5WErqiJiCxetMUbhFCxbw/tjAamWeb8\u002BeFIlE=","kZobXTDJxrY1GUJol2/kO2RYz8mpCv22ae7a41r4JzI=","/7ZVsMJ7DphTkIT/3H5JTaaPjDBF18hcY/ylu6vgjDE=","3TOzvaUceEDGRbLp6iAWCLRV1llMYilqZEUGNioBeWw=","VS2QJQLa7E9U6KllZq2qpmpAQh\u002BODbx/XMBtiZskquw=","HhbBoG/HB49GA3HkISTePm6Hcf\u002BhDGOg795W9llM\u002Bps=","N0hRLKBA7AIjfcvIFpX4pVW4Ds\u002BnDBwWG6ztL6EvXnw=","e4sivYGckE2Km5SRZCn5qf3QTfe5fLLyLCLX5SUQxHc=","PddJZt\u002BNaeIb4XCN35ll1ftnzu8DxNLYeBIOD88OrgQ=","Fv8M7P7nkOdhRBOGq3PldaOLX7V\u002BHHKSzEZpDy9lhAU=","cyeJNkVcnMlZo/ScHbU1QHjGR8HQQfmU\u002BN5EZP26Zdc=","M7h4oHMHEvNxdR6DzFchltE0oMH1RPIw5JgIl3PEnhQ=","39qbYQXtpEwifKORysZMvmVbb8lDOtlx\u002BIatMLYhTpE=","L48VwbmAIDc5jdChxpHv3BRfpFie518nJcDgWNhq\u002BHY=","JChDsfQq4nPUwlXvMvXenq4nsurzAFSJYB4wrX5y\u002BMY=","AJj6QFjMJREJW1E\u002BccbhNHE3utK6NApgEqg6x\u002BWiRII=","\u002Bbad8UwUh6eG2VJLlxArfAA7n23tWImd6AaM0FyDyxQ=","SGoM2dDHU\u002BCqXMxtCitMuseCZrfftGc5WJbI/c7eWKk=","X6YOx8BUUhaRLM9\u002BIKFkmDgU2qrQEh/IEOjTrcSh/Bg=","2GG6\u002BTgEDhGtePkZashiHLhN/J5zsQRvmUlqrSHWSAI=","3rdxXH6Cy0EP4pao8VI/pKfrpk3svnPx0gCTaZ8cbyw=","xqZl2\u002BAJ3OzNdcF\u002BfVbte8rUTMHAP0wliSiUkcGzdUs=","ZDXvy1lA/iUGaLkBtIUvM68qVLaC7qVjYMwOc1mbsLs=","k34jU/pF1uYA5Jh\u002BEkTg3u4IB2DlYtTmc6cr9zoAd2M=","9QpLcfYMjIv5sjqnL\u002B9eMd1//vA8VHR7v4nafAAN56Q=","hn3Z\u002BupEsKLpDvPK1WlLNFDwDk5bSkjMGX9x1/rqRmY=","9cyswh2CpBm/z0R9zZX9Vfh4aOqlKjIwKNJl3za6XIM=","XAKMdVZB\u002BBO8hIBXy1UEE2YxNbI6VSmqSmQNVImZ640=","y10oD1Gslonj/j\u002BOCTDjdEgCPFjebz6Cgv62Ive7JZc=","r76tfJRNFNe0nUW/6XOqQxCouf9MTAw9G2yqshBt\u002BJM=","jrJpU6Y7HISlRiwZ7SQlcowRJKyUPWPaA9wfjl4G3xA=","crtJ7mOqQyB8AfnqYbN5hXxPNHDkPvnO77s4BDHRb\u002B8=","59XUufNEBJK0Scc9PDRo\u002BM\u002BW7C7FkbXOJpJUEj51dOY=","/WuXRbEPqycEhesmRAnBIXfsQs4yTRf58TcxCbk3DK8=","6jac5QdjU7DnNvOPIc1tqZlvdoR72aFfkBAYqpgkK7M=","q/J1DhBbNRY4X336rXOMxVo90/n272kCP0IxNwkp2WQ=","MxTwPB7bQrSlFpq8yy2ptAOG7jXprcJKTOpG5j7Z/Cs=","K8WEIAa9YmO7sISAiHj0N2VxmzleeijwYbYKHe/K1Xg=","A6GVh0Tbr6tSC88KF1Qk0q/x6CMygrkQY9UWL55toxk=","bjCBlSmTezf6VjtGGh4FapT2k/kaMaxEHEpsrCKC77Q=","tRum/8w30y/5KgwRSCxCgXRwZ9Izs8QFIyjTL2eZvOc=","N6B15ooju5Xk/z4XGYYSsDkGnunTj6swUPquGOlsA\u002BQ=","gjLV1RkdefCM3FoDXIbZo5hIvedxK7Yn6xofxnqqatc=","rAeZjM4JPtDUniggiLDssJX5ODaJ2NyiW6Chq4Zde7k=","RiSx\u002BaTIt9oRYYtZBnZ1vCEZGVFWs3KU5AouGAvIPZ8=","9czxQUvlOuLvFyY3FCewwkNHtzWLodghj6uSXxjAs9s=","oIYIqyWjj\u002B2fKjigbxNCBjRgzDV0BZe/QQtBKCZ/itg=","TR5FGECG9sYusx9\u002B0QzjrbJl26gc7L2r10tu1adAfLM=","4ampE4VfoNozgMS4d3S25yaVnkp\u002Bb0BpdTevI73KaQc=","2iGddbeFjgS1G5H/LNXNrDrFvbNbpwzlxfLCNPQx4/s=","0\u002BlSBKygm1YHPZJ0gNkdijCP49E6\u002BTknPFNq9H8ud8w=","8Q79ongjVgJPQSqAXyJcJgE3tIvcRmbFOQ9LKbyrwKc=","j9HnTqCzLMqHCLYklQ7Q6/GIJUdnNVOA7TyFikOJCxY="],"CachedAssets":{"kv48rQgxfLj68mIRMpUNdxrFiQaNtTwg1l0u56nrSlE=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/css/site.css","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"css/site#[.{fingerprint}]?.css","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"k3f0jo0dh7","Integrity":"kCBD36lmMoaPyuulTJqzAByTpMllalb\u002B47asN1G52No=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/css/site.css","FileLength":19111,"LastWriteTime":"2025-11-21T12:50:36.1890472+00:00"},"UfPFx23G7aJJIPQApwqcNcPQrgc1Glpyzk6JE3CI9SE=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/css/site.min.css","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"css/site.min#[.{fingerprint}]?.css","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"n087yrcksf","Integrity":"V5IVlEq\u002BttNutwT0sFf5niKT\u002BH6gFZqBQI1wzX3nPyM=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/css/site.min.css","FileLength":11241,"LastWriteTime":"2025-11-21T12:50:36.1890472+00:00"},"vZREUC3jQbjO0cipHp65G7uObU\u002BHecc65F8QedMHVmw=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/favicon.ico","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"favicon#[.{fingerprint}]?.ico","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"eql04bdrut","Integrity":"\u002BnFt3qkTqyOfHEP8I5XM0tBj8POC/cu\u002BmQP3coxtfos=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/favicon.ico","FileLength":100441,"LastWriteTime":"2025-11-21T12:50:36.1890472+00:00"},"i40ncrUP\u002BrQz7FfM5NO0IP8Q1R8tGoYWwqQHHRW4eos=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-Bold.eot","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-Bold#[.{fingerprint}]?.eot","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"b93tdznpcc","Integrity":"QQGvEOyiVdDR9xqwn\u002BkRmclVvirgA593T\u002Bz/LuT4KL4=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-Bold.eot","FileLength":102320,"LastWriteTime":"2025-11-21T12:50:36.1910472+00:00"},"Oyu2AVijFsjtvIys9/5k/AqxUXd4CG5LjoBD69/uieM=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-Bold.svg","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-Bold#[.{fingerprint}]?.svg","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"haa9vesn7i","Integrity":"WZPyVHvzqiEXmhJ7AvjTy87ttZTomKTHreSDsS0pCPU=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-Bold.svg","FileLength":294372,"LastWriteTime":"2025-11-21T12:50:36.1910472+00:00"},"HVJGKALNVlOlrpK2HAxPJI2n8Hhr1dAsGPdv6GsfM20=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-Bold.ttf","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-Bold#[.{fingerprint}]?.ttf","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"mj9gqi4thx","Integrity":"rgksq1kyLwubmkRH6BA\u002BI0LN5AH1lmO3OCuqlMFU4dU=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-Bold.ttf","FileLength":91680,"LastWriteTime":"2025-11-21T12:50:36.1920472+00:00"},"AwHSUINZDAXSP0DKiFTH1A9RVGc6qSQQSYp1mbfnZRg=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-Bold.woff","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-Bold#[.{fingerprint}]?.woff","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"qrvy184glm","Integrity":"Vtbk2qvrsVo\u002Ba0qEKUbdMYDU6xJ0LIjScwm/wu1Mgo4=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-Bold.woff","FileLength":51904,"LastWriteTime":"2025-11-21T12:50:36.1930472+00:00"},"XubLAtcEAQbOhTb7mr3C\u002BE2\u002BqSiKFe4\u002BO5CsEEfZWaM=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-Bold.woff2","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-Bold#[.{fingerprint}]?.woff2","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"dzf27wqrb5","Integrity":"l/veG26UnhfLXHd37rJ3QFQy\u002BaesNhQJOWlAEVnkZrc=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-Bold.woff2","FileLength":38576,"LastWriteTime":"2025-11-21T12:50:36.1930472+00:00"},"HkSz\u002BTea7NwHH38nVmwSeIJ/RLH7\u002BmNs\u002BLAZyYoi0\u002Bc=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-ExtraLight.eot","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-ExtraLight#[.{fingerprint}]?.eot","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"3rrjxqv50h","Integrity":"P6zeZ9uoSr0maDSQ3Ioq5hezvUk\u002BLJuEvlSDZSMHrCM=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-ExtraLight.eot","FileLength":102480,"LastWriteTime":"2025-11-21T12:50:36.1930472+00:00"},"DRHQTtOnmLtkPhiiJ6UZv\u002BGYhHVSqK62yLgI4ijDak4=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-ExtraLight.svg","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-ExtraLight#[.{fingerprint}]?.svg","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"0a5byusddc","Integrity":"iHbVKBKRecfQu4iRexfRM5WuadOFQAMTZPv37TKP7rE=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-ExtraLight.svg","FileLength":276419,"LastWriteTime":"2025-11-21T12:50:36.1930472+00:00"},"xp\u002Byg\u002Bbx7QFqzwy4\u002Bfp0oUt\u002B/lzFSLeBXzNsCPP50C4=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-ExtraLight.ttf","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-ExtraLight#[.{fingerprint}]?.ttf","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"wsdt633pjn","Integrity":"IA2fs1HkqOkEdfz6GlObYLWUk10iu5fRfUWAH0Mbscs=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-ExtraLight.ttf","FileLength":91360,"LastWriteTime":"2025-11-21T12:50:36.1940472+00:00"},"2kpoGB5U54/ws4tq07QBxTz8hzXk1FyD/o4OYKGCiKk=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-ExtraLight.woff","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-ExtraLight#[.{fingerprint}]?.woff","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"tv81m8n6fg","Integrity":"xzYnyzPhlaTZuWW25J9EQf0Zb5Y0IuRkmc6mOxR4oNs=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-ExtraLight.woff","FileLength":50872,"LastWriteTime":"2025-11-21T12:50:36.1940472+00:00"},"uskLnBd/SDWzarhxH7Lfh/yfUq3bY7dCetAPka/LNrE=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-ExtraLight.woff2","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-ExtraLight#[.{fingerprint}]?.woff2","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"i1e9ll91f1","Integrity":"VigpM7UFs\u002BoO8FLE2S9XuEsVhO\u002BLWP2Z2YXntdME/Dw=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-ExtraLight.woff2","FileLength":37864,"LastWriteTime":"2025-11-21T12:50:36.1940472+00:00"},"aGfqorD15D2uustCr1d1fbNFZ8EDW6It0PrZI49yaU8=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-Light.eot","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-Light#[.{fingerprint}]?.eot","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"ajkqf36zs2","Integrity":"ippb7YFXYr\u002BK/Aglv8erMIj6sFc2wViLLbvJAxAy2/k=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-Light.eot","FileLength":102388,"LastWriteTime":"2025-11-21T12:50:36.1950472+00:00"},"aq4FpmCfv0ZVT1zrNBRAvPU00G8FKXR/2akjtU2vc7A=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-Light.svg","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-Light#[.{fingerprint}]?.svg","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"c4qhl789ks","Integrity":"hPBhFmTPu2Li/1/SUKM4AxZDAtDabrxs72IDmY26Lrs=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-Light.svg","FileLength":281560,"LastWriteTime":"2025-11-21T12:50:36.1950472+00:00"},"Yuv7PLsxPGgQvdd1FbMd89Y40STzTYhJ0Ecb9jstkOs=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-Light.ttf","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-Light#[.{fingerprint}]?.ttf","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"a91sp6jd3j","Integrity":"ogll7/yG7KupXgizD1Y3iP0qrUEHCuTygNsnJ5iIbMA=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-Light.ttf","FileLength":91504,"LastWriteTime":"2025-11-21T12:50:36.1960472+00:00"},"10h7sU04DndgGBfPJ60s\u002B790EUCGnSwAyyPhxWoK/YI=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-Light.woff","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-Light#[.{fingerprint}]?.woff","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"qp8x87s0ah","Integrity":"Xu4iPdt9AHV6n067IBq86yR5n7CeNcjN7Mv4\u002BGWnisI=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-Light.woff","FileLength":51288,"LastWriteTime":"2025-11-21T12:50:36.1960472+00:00"},"kA7d5\u002BpnmupCIbDj7yAqjDBlSn98WZZvwP4SiH93RxM=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-Light.woff2","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-Light#[.{fingerprint}]?.woff2","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"fzmrydx63n","Integrity":"5Qz1pBO2tLL0JSHAHdQNYGdG7SNDexOB\u002BHHlMZW2IA0=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-Light.woff2","FileLength":38408,"LastWriteTime":"2025-11-21T12:50:36.1960472+00:00"},"gkCGSA3CrHn4p3Dmq4NXjCxpIxnBlWE/2xUIpuia2AY=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-Medium.eot","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-Medium#[.{fingerprint}]?.eot","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"g9fh1xliqy","Integrity":"fAO8EWL38l\u002BK2EB3iwbSTMjFvQ4lC7kiE\u002BnHqyzab8I=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-Medium.eot","FileLength":102396,"LastWriteTime":"2025-11-21T12:50:36.1960472+00:00"},"b7R0y5fMjxLH2Vn4KSA/nZ8BiaQgDcMQlJgpbXgM40g=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-Medium.svg","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-Medium#[.{fingerprint}]?.svg","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"v9y4wxeest","Integrity":"gypx1FNSr3E0dMg3oiQzGesMDPT1pS\u002BbVPZejfCMnJM=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-Medium.svg","FileLength":297017,"LastWriteTime":"2025-11-21T12:50:36.1970472+00:00"},"xhxoMnBylF6FalDtZHG0VW6zzfF4Q9fTieokiWXM\u002BZw=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-Medium.ttf","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-Medium#[.{fingerprint}]?.ttf","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"tpjyz12jot","Integrity":"r\u002BCSUOhyI2X4KkuwlQQnlyBqRbeywDfeOHLkE7CO4Gk=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-Medium.ttf","FileLength":91652,"LastWriteTime":"2025-11-21T12:50:36.1970472+00:00"},"r1ZOo/v7UPVSu/uKSYiQPLMGwlAMD3oFKSJNXS5gyzk=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-Medium.woff","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-Medium#[.{fingerprint}]?.woff","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"ej3xk54w5w","Integrity":"Kpi2Ah8QXDklY288QJqIp528VD5YDq97HRD6FlK5xSg=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-Medium.woff","FileLength":52168,"LastWriteTime":"2025-11-21T12:50:36.1980473+00:00"},"4ArUcyWbJgvGI8KinJEYv0OIylE3IKevSJ0xDXMKzuk=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-Medium.woff2","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-Medium#[.{fingerprint}]?.woff2","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"ge9ngpr8hb","Integrity":"WFNKHn0ThCl\u002BLYkm6lJm67xcZOjCHfcTv/Irt99gI/Q=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-Medium.woff2","FileLength":38936,"LastWriteTime":"2025-11-21T12:50:36.1980473+00:00"},"lBc8SvhDZx2EBiTMrfRFphwiI4\u002B9AvJqetiZYLmeWPI=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-Regular.eot","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-Regular#[.{fingerprint}]?.eot","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"wkigjukb4k","Integrity":"8BLgGfecUXSPJZKp9sDsCij3Cakwae862B7mGioURrI=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-Regular.eot","FileLength":102216,"LastWriteTime":"2025-11-21T12:50:36.1980473+00:00"},"SlFfqaEnKBDDYwDEL00LnbzwCq\u002BHdBpjZbPCwQCeTm0=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-Regular.svg","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-Regular#[.{fingerprint}]?.svg","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"9dz7qbjmcj","Integrity":"zcTEiSSY08ZSu24FxfVkAzr5xxe1cesUsp3BtedsFwA=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-Regular.svg","FileLength":270477,"LastWriteTime":"2025-11-21T12:50:36.1980473+00:00"},"JAVzFX9nrorHct8L8zpu7X8M5BZ4lfV1UVhNQUNQDe4=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-Regular.ttf","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-Regular#[.{fingerprint}]?.ttf","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"6phpsucs4g","Integrity":"JkY5cy9a34D6weSp7z8OtY5Yta6tB4UAh2Yt7euhGxI=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-Regular.ttf","FileLength":91400,"LastWriteTime":"2025-11-21T12:50:36.1990473+00:00"},"T1aLzs5cSvWWxE8DyiyBKBZNpAXbNjL7PyFSQ/Azw4g=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-Regular.woff","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-Regular#[.{fingerprint}]?.woff","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"d2ssa65rqo","Integrity":"61BV6xeSROPauJDdIIS68ZTuuOEXlMRFXXE7Diwe5dE=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-Regular.woff","FileLength":50820,"LastWriteTime":"2025-11-21T12:50:36.1990473+00:00"},"0\u002BJ\u002BPF0n/mr8ppICskB9XfT0HXfH\u002BZclgb4t69Uv78c=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-Regular.woff2","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-Regular#[.{fingerprint}]?.woff2","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"ai254xtx21","Integrity":"8lP6F0RrtPl9aH5RTketjZD1PsLbWicHjC5IoZFT0/8=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-Regular.woff2","FileLength":37812,"LastWriteTime":"2025-11-21T12:50:36.1990473+00:00"},"aDX7pJFRMF0la2cbbWi6l/8HueX2rrXaeXUGBhYu4Sw=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-SemiBold.eot","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-SemiBold#[.{fingerprint}]?.eot","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"9aqjn2z326","Integrity":"0brEmLzkC3hLpeEHmmWYaQKX5pO2JzB7C7vPab/VZpw=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-SemiBold.eot","FileLength":102468,"LastWriteTime":"2025-11-21T12:50:36.2000473+00:00"},"urlYXDWA2SH9v49ILn/dojp122rdP7GmRdGW7CTuchs=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-SemiBold.svg","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-SemiBold#[.{fingerprint}]?.svg","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"d3bdkcd5c6","Integrity":"ac2YlPtIGzZz2ZG6j/GLBg8JZ7P9mH1zzLtZtmNsotI=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-SemiBold.svg","FileLength":295741,"LastWriteTime":"2025-11-21T12:50:36.2000473+00:00"},"jZjESrxV/89AkR8d0Ky3/oJhpUQRg2sEMyo6pSw21Is=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-SemiBold.ttf","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-SemiBold#[.{fingerprint}]?.ttf","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"ygji5pdo2a","Integrity":"Eizbzy0HLdlIpsBqqTc4msPhUMuht5hOyskGTI8zGuU=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-SemiBold.ttf","FileLength":91700,"LastWriteTime":"2025-11-21T12:50:36.2000473+00:00"},"prnKyc\u002BBgrjmvbpODTGEgMcxG5MQ4o0uxSF0kdTMhQw=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-SemiBold.woff","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-SemiBold#[.{fingerprint}]?.woff","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"7a7mo378ge","Integrity":"ob0FIhFuyWzJ7KKt2efy1nzoUO2ANaQ7cE5KSEnzacM=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-SemiBold.woff","FileLength":52124,"LastWriteTime":"2025-11-21T12:50:36.2010473+00:00"},"sCgIfV5U4oQNRuxr//v8XQjJI74Vkey1QSffAFiLwpw=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-SemiBold.woff2","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-SemiBold#[.{fingerprint}]?.woff2","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"4dprzh6i8k","Integrity":"2H9TrJpu4VDGIwqWusOfCOfVBW4sK7WF68wzn/sBOAA=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-SemiBold.woff2","FileLength":38884,"LastWriteTime":"2025-11-21T12:50:36.2010473+00:00"},"uU\u002BQYg8m07VPQgqgCqMu444inIVVGxPLBt41KWuZCx0=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/icon.jpg","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"icon#[.{fingerprint}]?.jpg","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"eggg34h3fx","Integrity":"TvrwAzMgJEtNcJ56lUt/W29wWfe7Z0lH5ZBruGns9AE=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/icon.jpg","FileLength":19482,"LastWriteTime":"2025-11-21T12:50:36.2010473+00:00"},"mEmaleXo4fAUolAoPbFO\u002BwL\u002BmgSUWOow/2s9OL9l4pM=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/icon.png","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"icon#[.{fingerprint}]?.png","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"psot08hk8d","Integrity":"yVJjRorajkMKWuzcDji\u002BpleleiykHFcGhHTkoB86S7Y=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/icon.png","FileLength":20796,"LastWriteTime":"2025-11-21T12:50:36.2010473+00:00"},"MCkCGisrv2K/exqZ8BSUSQMHm5GJCxX0TbhEeN6\u002BcGs=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/images/arrow-down.png","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"images/arrow-down#[.{fingerprint}]?.png","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"5dg6a1qw67","Integrity":"p9lO7SN2WjCwN1i98UKqPxklJIhOEpHvD9bRaA5nj1o=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/images/arrow-down.png","FileLength":1045,"LastWriteTime":"2025-11-21T12:50:36.2010473+00:00"},"vidv0/gSTrB7VT\u002BfzL\u002B51tPbtiN1Rk13Zh01SFA3QHU=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/images/arrow-right.svg","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"images/arrow-right#[.{fingerprint}]?.svg","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"33ss4x37nv","Integrity":"0eoRFJIa6Fu1rSMANzom32AcLmtuj4u27LhlN6qy1pE=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/images/arrow-right.svg","FileLength":693,"LastWriteTime":"2025-11-21T12:50:36.2010473+00:00"},"iVam4OhC2rIVxwJPOUF2NZF3iyniJi64UOuTjFFXOXE=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/images/banner1.svg","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"images/banner1#[.{fingerprint}]?.svg","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"v6jnq5ttib","Integrity":"GaE/EmkeBf\u002ByBbrJ26lpkGd4jkOSh1eVKJaNOw9I4uk=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/images/banner1.svg","FileLength":9679,"LastWriteTime":"2025-11-21T12:50:36.2010473+00:00"},"1ykUnIzkjb1lgy5yn4ahJ27kWnHz8k247fndL8jaEbQ=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/images/banner2.svg","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"images/banner2#[.{fingerprint}]?.svg","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"htbl0vvztd","Integrity":"60TgRUjPDlTKrCHTI/KjwzfC3Q1Vn13XT2aAYMbYT2o=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/images/banner2.svg","FileLength":8394,"LastWriteTime":"2025-11-21T12:50:36.2010473+00:00"},"SP20Y64ASp9FMW3cXkto49SBDLrih7ACgERCpXtk18s=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/images/banner3.svg","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"images/banner3#[.{fingerprint}]?.svg","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"uj5iyz0axj","Integrity":"mjqE0QKzYxoOKrTGRSo\u002BMGdeiNqSdI9itX0iZELsXh8=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/images/banner3.svg","FileLength":10872,"LastWriteTime":"2025-11-21T12:50:36.2010473+00:00"},"FwIU\u002BPpMTeEzkrvSYb8D9GI1vC9AMzn/\u002B/7X9cgKhIU=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/images/banner4.svg","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"images/banner4#[.{fingerprint}]?.svg","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"w24zs667xn","Integrity":"aJNxc7a4CqF4NF5VHFqWt59nF8aJeRt5DJ9epDvWtUE=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/images/banner4.svg","FileLength":12291,"LastWriteTime":"2025-11-21T12:50:36.2020473+00:00"},"G7uz8o5WErqiJiCxetMUbhFCxbw/tjAamWeb8\u002BeFIlE=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/images/brand.PNG","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"images/brand#[.{fingerprint}]?.PNG","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"lpzbq1n6y2","Integrity":"d4iYZnpfRhC2JZfoinlheHLuxdjtwq0Zb4lgkzC5\u002BqQ=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/images/brand.PNG","FileLength":4023,"LastWriteTime":"2025-11-21T12:50:36.2020473+00:00"},"kZobXTDJxrY1GUJol2/kO2RYz8mpCv22ae7a41r4JzI=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/images/brand_dark.PNG","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"images/brand_dark#[.{fingerprint}]?.PNG","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"hj1t9okx3l","Integrity":"DTa175BFs01L35CpkWrOEzcdBvBivSLjO/6pos6x950=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/images/brand_dark.PNG","FileLength":4266,"LastWriteTime":"2025-11-21T12:50:36.2020473+00:00"},"/7ZVsMJ7DphTkIT/3H5JTaaPjDBF18hcY/ylu6vgjDE=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/images/cart.png","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"images/cart#[.{fingerprint}]?.png","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"a92j1pzlem","Integrity":"0liOy4yhymeM9zALyRf9\u002BhYBhlLuuk8qqgj3vpYgOYw=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/images/cart.png","FileLength":1532,"LastWriteTime":"2025-11-21T12:50:36.2020473+00:00"},"3TOzvaUceEDGRbLp6iAWCLRV1llMYilqZEUGNioBeWw=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/images/header.jpg","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"images/header#[.{fingerprint}]?.jpg","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"nrb88t8usg","Integrity":"bXaI44IAOTPFkst3o69zcklpKajfdr5QcIZI1h/noTQ=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/images/header.jpg","FileLength":297005,"LastWriteTime":"2025-11-21T12:50:36.2020473+00:00"},"VS2QJQLa7E9U6KllZq2qpmpAQh\u002BODbx/XMBtiZskquw=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/images/logo.svg","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"images/logo#[.{fingerprint}]?.svg","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"wnakit1s8m","Integrity":"BJfhlMXCtuDtVmTHAxkWCRYXV8CG9CxSqHaLF9P1DQ8=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/images/logo.svg","FileLength":20887,"LastWriteTime":"2025-11-21T12:50:36.2020473+00:00"},"HhbBoG/HB49GA3HkISTePm6Hcf\u002BhDGOg795W9llM\u002Bps=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/images/logout.PNG","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"images/logout#[.{fingerprint}]?.PNG","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"vjkl8aqt4f","Integrity":"tVSE65HqzMaBFK0UczLPbOTbrYHTEVrlHH7rH9a9xtI=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/images/logout.PNG","FileLength":455,"LastWriteTime":"2025-11-21T12:50:36.2020473+00:00"},"N0hRLKBA7AIjfcvIFpX4pVW4Ds\u002BnDBwWG6ztL6EvXnw=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/images/logo_color.svg","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"images/logo_color#[.{fingerprint}]?.svg","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"fludwcapnc","Integrity":"3XOwILBz/Lv18U5GDQqMlAdQhOFbBMPbTpVQUelMSu8=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/images/logo_color.svg","FileLength":20900,"LastWriteTime":"2025-11-21T12:50:36.2020473+00:00"},"e4sivYGckE2Km5SRZCn5qf3QTfe5fLLyLCLX5SUQxHc=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/images/main_banner.png","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"images/main_banner#[.{fingerprint}]?.png","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"ixwlpa16ph","Integrity":"9ko870z8pQMo4aWvK4GD8tWLQcAPJh\u002BW0seOT/ySlWw=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/images/main_banner.png","FileLength":729906,"LastWriteTime":"2025-11-21T12:50:36.2030473+00:00"},"PddJZt\u002BNaeIb4XCN35ll1ftnzu8DxNLYeBIOD88OrgQ=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/images/main_banner_text.png","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"images/main_banner_text#[.{fingerprint}]?.png","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"mwd6zq1ye8","Integrity":"5sar5WBMyZAwjpnRV4uMSRk7zZhb3t5u//tJ002R56w=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/images/main_banner_text.png","FileLength":8828,"LastWriteTime":"2025-11-21T12:50:36.2030473+00:00"},"Fv8M7P7nkOdhRBOGq3PldaOLX7V\u002BHHKSzEZpDy9lhAU=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/images/main_banner_text.svg","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"images/main_banner_text#[.{fingerprint}]?.svg","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"05ckw4jeiw","Integrity":"jCX7gbtEh5G4SbLW/UazbGm6RJsBEogNEuy3Ds58smY=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/images/main_banner_text.svg","FileLength":11794,"LastWriteTime":"2025-11-21T12:50:36.2030473+00:00"},"cyeJNkVcnMlZo/ScHbU1QHjGR8HQQfmU\u002BN5EZP26Zdc=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/images/main_footer_text.PNG","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"images/main_footer_text#[.{fingerprint}]?.PNG","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"ppe5x6w8n3","Integrity":"Q40nyBE\u002BTzP6720hc1sjMyTAe2B4tmoyQfxWusAuXD4=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/images/main_footer_text.PNG","FileLength":4669,"LastWriteTime":"2025-11-21T12:50:36.2030473+00:00"},"M7h4oHMHEvNxdR6DzFchltE0oMH1RPIw5JgIl3PEnhQ=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/images/my_orders.PNG","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"images/my_orders#[.{fingerprint}]?.PNG","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"rvmxjp5t1c","Integrity":"6Yb9d4M18kurWqfbGbrzDdmeloYEh0dSpywy27ivyMA=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/images/my_orders.PNG","FileLength":252,"LastWriteTime":"2025-11-21T12:50:36.2030473+00:00"},"39qbYQXtpEwifKORysZMvmVbb8lDOtlx\u002BIatMLYhTpE=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/images/refresh.svg","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"images/refresh#[.{fingerprint}]?.svg","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"lp5l0dhui1","Integrity":"KfSKqej87aNL9lAjP0V/DBaRxzDjtSCkXHttlAc3euI=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/images/refresh.svg","FileLength":1204,"LastWriteTime":"2025-11-21T12:50:36.2030473+00:00"},"L48VwbmAIDc5jdChxpHv3BRfpFie518nJcDgWNhq\u002BHY=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/js/site.js","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"js/site#[.{fingerprint}]?.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"uo2k6apu81","Integrity":"Ynfdc1vuMNOWZfqTj4N3SPcebazoGXiIPgtfE\u002Bb2TO4=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/js/site.js","FileLength":34,"LastWriteTime":"2025-11-21T12:50:36.2030473+00:00"},"JChDsfQq4nPUwlXvMvXenq4nsurzAFSJYB4wrX5y\u002BMY=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/js/site.min.js","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"js/site.min#[.{fingerprint}]?.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"5ipweew5fc","Integrity":"47DEQpj8HBSa\u002B/TImW\u002B5JCeuQeRkm5NMpJWZG3hSuFU=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/js/site.min.js","FileLength":0,"LastWriteTime":"2025-11-21T12:50:36.2030473+00:00"},"AJj6QFjMJREJW1E\u002BccbhNHE3utK6NApgEqg6x\u002BWiRII=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/lib/bootstrap/dist/css/bootstrap.css","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap#[.{fingerprint}]?.css","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"errjpeerd8","Integrity":"SmSEXNAArTgQ8SR6kKpyP/N\u002BjA8f8q8KpG0qQldSKos=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/bootstrap/dist/css/bootstrap.css","FileLength":173597,"LastWriteTime":"2025-11-21T12:50:36.2040473+00:00"},"\u002Bbad8UwUh6eG2VJLlxArfAA7n23tWImd6AaM0FyDyxQ=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap.css#[.{fingerprint}]?.map","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"9xrzhlfxdt","Integrity":"Hc1VFshl1\u002B1qau\u002BeLYz\u002BqzMs55C0z2tkewBcvKcUQuE=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/bootstrap/dist/css/bootstrap.css.map","FileLength":430003,"LastWriteTime":"2025-11-21T12:50:36.2050473+00:00"},"SGoM2dDHU\u002BCqXMxtCitMuseCZrfftGc5WJbI/c7eWKk=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap.min#[.{fingerprint}]?.css","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"z5jyisouil","Integrity":"eSi1q2PG6J7g7ib17yAaWMcrr5GrtohYChqibrV7PBE=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/bootstrap/dist/css/bootstrap.min.css","FileLength":140936,"LastWriteTime":"2025-11-21T12:50:36.2060473+00:00"},"X6YOx8BUUhaRLM9\u002BIKFkmDgU2qrQEh/IEOjTrcSh/Bg=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap.min.css#[.{fingerprint}]?.map","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"7trb2i0i7p","Integrity":"i6u2WHVsNQAog4sUjoHo2ZWIMY9KVRasOoqqzEeea5c=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map","FileLength":562427,"LastWriteTime":"2025-11-21T12:50:36.2070473+00:00"},"2GG6\u002BTgEDhGtePkZashiHLhN/J5zsQRvmUlqrSHWSAI=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/lib/bootstrap/dist/js/bootstrap.js","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"lib/bootstrap/dist/js/bootstrap#[.{fingerprint}]?.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"r6wocsv5wb","Integrity":"82SVOjZ1qLdrq8VUmAisFapCSq1bpgavtXQaDGLPAAg=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/bootstrap/dist/js/bootstrap.js","FileLength":123765,"LastWriteTime":"2025-11-21T12:50:36.2080473+00:00"},"3rdxXH6Cy0EP4pao8VI/pKfrpk3svnPx0gCTaZ8cbyw=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"lib/bootstrap/dist/js/bootstrap.min#[.{fingerprint}]?.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"a8sno6uueg","Integrity":"VsEqElsCHSGmnmHXGQzvoWjWwoznFSZc6hs7ARLRacQ=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/bootstrap/dist/js/bootstrap.min.js","FileLength":51039,"LastWriteTime":"2025-11-21T12:50:36.2080473+00:00"},"xqZl2\u002BAJ3OzNdcF\u002BfVbte8rUTMHAP0wliSiUkcGzdUs=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/lib/jquery-validate/jquery.validate.js","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"lib/jquery-validate/jquery.validate#[.{fingerprint}]?.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"jdpnbaa6vo","Integrity":"yazfaIh2SXu8rPenyD2f36pKgrkv5XT\u002BDQCDpZ/eDao=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/jquery-validate/jquery.validate.js","FileLength":48676,"LastWriteTime":"2025-11-21T12:50:36.2080473+00:00"},"ZDXvy1lA/iUGaLkBtIUvM68qVLaC7qVjYMwOc1mbsLs=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/lib/jquery-validate/jquery.validate.min.js","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"lib/jquery-validate/jquery.validate.min#[.{fingerprint}]?.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"59qolqi738","Integrity":"F6h55Qw6sweK\u002Bt7SiOJX\u002B2bpSAa3b/fnlrVCJvmEj1A=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/jquery-validate/jquery.validate.min.js","FileLength":23261,"LastWriteTime":"2025-11-21T12:50:36.2080473+00:00"},"k34jU/pF1uYA5Jh\u002BEkTg3u4IB2DlYtTmc6cr9zoAd2M=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive#[.{fingerprint}]?.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"syfdt2mvbi","Integrity":"7MhB40L/uzXTLhGdcPv/eSPqv1JJzxlmEZYAxhCtdu8=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js","FileLength":19319,"LastWriteTime":"2025-11-21T12:50:36.2080473+00:00"},"9QpLcfYMjIv5sjqnL\u002B9eMd1//vA8VHR7v4nafAAN56Q=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min#[.{fingerprint}]?.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"2wbe4ytbil","Integrity":"TvANFs24mX/bZPjpQfaeXmvPCshR8DkRVz6Ik8Z/ug8=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js","FileLength":5761,"LastWriteTime":"2025-11-21T12:50:36.2080473+00:00"},"hn3Z\u002BupEsKLpDvPK1WlLNFDwDk5bSkjMGX9x1/rqRmY=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/lib/jquery/core.js","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"lib/jquery/core#[.{fingerprint}]?.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"8m8oszt7ev","Integrity":"YCbKJH6u4siPpUlk130udu/JepdKVpXjdEyzje\u002Bz1pE=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/jquery/core.js","FileLength":9068,"LastWriteTime":"2025-11-21T12:50:36.2090473+00:00"},"9cyswh2CpBm/z0R9zZX9Vfh4aOqlKjIwKNJl3za6XIM=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/lib/jquery/jquery.js","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"lib/jquery/jquery#[.{fingerprint}]?.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"gux2z0h2ti","Integrity":"2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/jquery/jquery.js","FileLength":271751,"LastWriteTime":"2025-11-21T12:50:36.2100473+00:00"},"XAKMdVZB\u002BBO8hIBXy1UEE2YxNbI6VSmqSmQNVImZ640=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/lib/jquery/jquery.min.js","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"lib/jquery/jquery.min#[.{fingerprint}]?.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"2ye1g148en","Integrity":"FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/jquery/jquery.min.js","FileLength":86927,"LastWriteTime":"2025-11-21T12:50:36.2110473+00:00"},"y10oD1Gslonj/j\u002BOCTDjdEgCPFjebz6Cgv62Ive7JZc=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/lib/jquery/jquery.min.map","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"lib/jquery/jquery.min#[.{fingerprint}]?.map","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"b804xvqo1w","Integrity":"1eiGMA0y1kD5P/bXnTaiTKk8vtvQ8IC2nXAoI1HJXyE=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/jquery/jquery.min.map","FileLength":132370,"LastWriteTime":"2025-11-21T12:50:36.2120473+00:00"},"r76tfJRNFNe0nUW/6XOqQxCouf9MTAw9G2yqshBt\u002BJM=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/lib/jquery/jquery.slim.js","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"lib/jquery/jquery.slim#[.{fingerprint}]?.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"wnux8pv31v","Integrity":"fNXJFIlca05BIO2Y5zh1xrShK3ME\u002B/lYZ0j\u002BChxX2DA=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/jquery/jquery.slim.js","FileLength":218897,"LastWriteTime":"2025-11-21T12:50:36.2120473+00:00"},"jrJpU6Y7HISlRiwZ7SQlcowRJKyUPWPaA9wfjl4G3xA=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/lib/jquery/jquery.slim.min.js","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"lib/jquery/jquery.slim.min#[.{fingerprint}]?.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"7fg0hl6hkg","Integrity":"3edrmyuQ0w65f8gfBsqowzjJe2iM6n0nKciPUp8y\u002B7E=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/jquery/jquery.slim.min.js","FileLength":69917,"LastWriteTime":"2025-11-21T12:50:36.2120473+00:00"},"crtJ7mOqQyB8AfnqYbN5hXxPNHDkPvnO77s4BDHRb\u002B8=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/lib/jquery/jquery.slim.min.map","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"lib/jquery/jquery.slim.min#[.{fingerprint}]?.map","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"hiqumc4mhz","Integrity":"R9iD2BZjLu3OzwrErQRNtxPK5tUuGdtBa2iefT78g2c=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/jquery/jquery.slim.min.map","FileLength":105346,"LastWriteTime":"2025-11-21T12:50:36.2130473+00:00"},"59XUufNEBJK0Scc9PDRo\u002BM\u002BW7C7FkbXOJpJUEj51dOY=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/_references.js","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"_references#[.{fingerprint}]?.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"lpmecrnjn6","Integrity":"eXL1D58UOfwQHhzAikhveiComDTYHgXH4xIgGjlLL5E=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/_references.js","FileLength":343,"LastWriteTime":"2025-11-21T12:50:36.1890472+00:00"}},"CachedCopyCandidates":{}} \ No newline at end of file +{"GlobalPropertiesHash":"2MHEBuPC43u6XOn7WB6wRpLOev1ZlWE3w6Hj0qSAu4I=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["1w4LCQcP7ulvicbU7fLTMLKSqGguoxLGDQK\u002BrgRUcJM=","ZR1pjpgW9Gf99o11yDlRMQ8oxb1Ie8Mp5e1aka6g3uw=","h8Id\u002B/2PiicpzGuA71yTNZk7osXUTPRnfm8Svt0QX8A=","IlNMH4w6Mmx0k46u86RcRp7XV1yQyTr43KQOXEIsNng=","Ljx4MlTsAMcH62pIxS0GxtTlnXzFl9SXkCRsLKGfLVc=","\u002BySAZjsi\u002BwDyCAWbsuRXHWitiiYuuPxNitrqCZY5EHo=","3AbvZ9DycnY0eb\u002Bwr27k1NYq0LQ9aQsrMwiXF4tsf2I=","3rBa1sOgDjc\u002Blh0Ldh0gkJw6kXqg7uuBWHDNw8SmVwo=","fN9mYhIzwcTaqUgNiSq7l9bxdClWk8f3ijHCiEjGCUY=","Df5iWwRZFr\u002BuURxbWMm\u002BpWiNq5osNLr4NORI7kx1\u002BY4=","2AX7T3wBvbXL8mQxk10EMJxVDGbm6u3lebJDSy9PH/Y=","eOmJJEi3SApCXyoJn7KAP2WrV7pJIEz16Jg2m2S3Jkk=","Hm/LhSqs7EJQwlw5IvmGBvX9Otw8iPPpUPtyYpSKqhc=","uaUIhNCiqtF/w3eg4peTzUdaMo6aCxKzFRHtU1PNRRQ=","ERogl\u002BW2Pv/gKfroDzAIw9VaYlGInAZTvkvwd2BlLdQ=","ycFrmH1ivVqhIxHI5QIMXx1n55K\u002BzxapDpdBW1H9IaY=","oDqcnL0lAUqJE87jEEyUoY6Vpg2\u002BLcmbtNhkmR1KLPA=","7Rh280m9MLktRVMKwStJ8lJA4YHC1VqTBVmE\u002BnAFSMw=","6OikI7NWGrl3R9koYGCdK\u002BspB/ZPCu6KJHCmI8AitoY=","WUcXm9CGrKVtZLTX\u002B5YdAy2642K\u002B\u002Bib1vQiQDOgQ1FY=","vTwZZ1fjhohQhTGqOJGL5RgZ557Hj/U4RVPd7pOMGP8=","sYegx6WmYVVFeEPUcfq9SFhK3SJbR4OhrY8CDUEvQE8=","rfyY6/35GJgSdOFBPJf4qLT3EYmB01CJ0yuID5yvzOY=","ydWPPucB1isRBCdW/8uKIdBzCK4SB\u002BFZWe62rZrEAPA=","09mVujNJScGYGq8akk5J0pnZyfzv/jlfHKHBh3Oe5\u002Bk=","qNQA8vmt3U2P2NKLT0coUTp3pW3MgmC9YYy7uvZPa2E=","ThFDmSBUAH\u002BbnLS\u002Bku28g\u002BWWkFId1GWuZ2AhdbDynzg=","fUe3OgL4zxGYTLETIlYOlyqbpoSwpHM\u002BV/Bu4zvPcOU=","BLC9C0XnhTXCBOLU99FWmn9UQsyjFlBa\u002BaBlIonmSHM=","4O5fns9yBgtzg0H8\u002BFEwa8j52QGaZxTPEEMAkEQCVjg=","N2EQbjZs4oBDikKMJoUg1HIfkWm1gppJ1pC/3h5Syco=","4kI8TU1x5/\u002ByF1ib6QmRjJOMRRmj\u002Bz1S\u002BFa1mfUljEw=","wS/BedBWIJTyWiwQtKWsNtIBAn8rf5hANlnM7/Yx83Q=","XwK3wE\u002B/1Q3nBRffhsRc7UVLyb\u002BKp5GqUxHFXZ4viVQ=","3Ev5PYD6U9XmfjYq\u002BQvI93wh6SWIJu\u002BwdZnNjjoBwkk=","rU1MvKuzSiIherK/jjrlYh0wwzoJmYHNQKycXaVILZ8=","IqgddsnIIeM8/E4jPy1pkv7LvQgKBr1okLxrNBr9m/0=","8pUX4iMnykpbRkLessnqc0FPtpNpOoR7IUGCV02Vkak=","T/YHnesjr9r5xgk3GC\u002Bu5dcEjlEH77E19cNOmWlfLFc=","LRJir3BV9rN8gRnTemEyn19J1ATF4FGSutTah0n8Hv0=","ymO9RzcHJh9/yxpfR7eTLKbRLqGuc8bAqqNE3201a\u002Bg=","APtDPnJNrHNO7O9LFKFyd48td4zKvwF0oR5IhJGBKVQ=","doFgvfhEo2vbNb\u002BjIPvkNK1RIco9jezOgg9QsX6Q4\u002B4=","vzjvBL82ZKK0cVY477HI5KiG7Aph1wO/XMJqxRTOkdI=","pXp7ehWo4Gp4npkJbzYAnOzRwZMHCO5kkt0YNF\u002BcKTE=","oaRjWQrtRzOXzg1Y7Ke6jLqSETI54Eg1tQ97W1Gz44Y=","b6mpkfYzfTaICBFQPlqbCqDrbop4Dim9vdkCQhZEj/8=","T\u002BbGVxBAz35LRMyKrccJB1mnmL8e4q8lAQFmb2hOyHk=","g8fnKA4wVUEZMvms6hreAdv21rNhrbp4O\u002BQ908eacf0=","85mh6oHLOXJPyjpRhynfjL5R4tapRa2GCNW8gu96HbI=","ZV6e38exMNT8JGaW7D6T36hFEYYz\u002Bn1PtOP93JDvLlU=","GOJNIOddKscqkpsHnqW9/lZiuQ785OBxJBo\u002B51bp6FU=","CUWLay2iMciH44vKEDpOHnoZ07ybx25sfkLlNblIxB0=","KnTK8KPksqZ7Jat1XHSMKiGZAQbR98M2v/Ta6I\u002Bskmw=","JTKy2ftbhie3JDbHdRHugqakUPz3LIB6zjn1v54aTLo=","9HXQcfBr\u002BKlgYSi6VezbS1TtNKTEYDQ4sLuzDQ8nDIg=","OJA/d\u002BGqkLh9loF7P6rBGrAasptEWI4VDLXfKBNzFNg=","UA\u002BuWIgTmEbWpFGGNO5N3GkXEwwqFczfqOGuUQj0Olc=","FUM54Y3UA3z5Ls15f0l8D4W0riww4lUZZh0GAGyZUx8=","yaZU7BNqp8fyoO2qladcj/4epWbL7PHlFl8Tdp5RIkM=","RAFegX9uux8ieniE5lyHNVLJn9qf/bp8TrBb3pJEc18=","/4/rVEyWoMJTRkUybpLiVBwj5xkgwgfQu7RRnqpAap8=","SxWGEi8RKk6\u002BRc9KEXJs9HCp3WqMjfc5Gb0GsTkndU4=","gMXMytltGIITXmz7vzJm5p1B561S0JvPEF8rLfkUW4Y=","fgR8C7txWCqNMYHb22jxhkomOkNHOXjVZoOpr0M4760=","cuiy56dvPsOq0UpLOdfQYlrj/Ykf5BXlQRHsIkxqd0c=","PRELzOnmflhg/uVlIfCfxHZTG4ew3m1UUoP3m06h5xM=","gK3\u002BDiq2nJAB5CTn/T10T9K9IftMXMkVuiYhHcqLXf4=","asRHldwGpXeFT92EtqaycalrP9uEfPgziW3KWeslbD0=","EA9NhJ6nUsfFGeSyCMyqe2LWwJkYCM7KZ3Epzsfzi70=","OdS4tA3B7o9I6vtSUwovnHRtitHrbeA4/dsO2OH\u002BWmo=","ySfFl3fzgZG1dlyu3M2l/id6cT9a2NsM51rWUNScLSA=","wrjXd/RHJK56Ej34jH2Wwfi0Ev2txK8VWD5DUnDNXZ0=","f3F3mpFEh3sUgr2rsV1EfjJWxjtxbSUPgR8wwC8XGPw=","mq6F2jZYKJuVVezl0Q8m\u002BJp8gAH10EhXBq/tD0BBpUo=","PwdgID0iPXA1JqUJaQa202bLlUHbzdPQZOTqds0xQ14=","0TxqJiCYE03zHo3nRhXEaYzz4HBeXN4XSH2RQXwwGg0=","OR5UkC2CJ8mpOtfGV6u9/fNVpdVcjtFwq2RzcPR5\u002BYo=","mTOnWPhntum3HrErb8Qe04sBdfkNNl3gQ9j2cArjcW8="],"CachedAssets":{"1w4LCQcP7ulvicbU7fLTMLKSqGguoxLGDQK\u002BrgRUcJM=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/css/site.css","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"css/site#[.{fingerprint}]?.css","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"k3f0jo0dh7","Integrity":"kCBD36lmMoaPyuulTJqzAByTpMllalb\u002B47asN1G52No=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/css/site.css","FileLength":19111,"LastWriteTime":"2025-11-24T08:54:33.0927537+00:00"},"ZR1pjpgW9Gf99o11yDlRMQ8oxb1Ie8Mp5e1aka6g3uw=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/css/site.min.css","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"css/site.min#[.{fingerprint}]?.css","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"n087yrcksf","Integrity":"V5IVlEq\u002BttNutwT0sFf5niKT\u002BH6gFZqBQI1wzX3nPyM=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/css/site.min.css","FileLength":11241,"LastWriteTime":"2025-11-24T08:54:33.0927537+00:00"},"h8Id\u002B/2PiicpzGuA71yTNZk7osXUTPRnfm8Svt0QX8A=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/favicon.ico","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"favicon#[.{fingerprint}]?.ico","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"eql04bdrut","Integrity":"\u002BnFt3qkTqyOfHEP8I5XM0tBj8POC/cu\u002BmQP3coxtfos=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/favicon.ico","FileLength":100441,"LastWriteTime":"2025-11-24T08:54:33.0927537+00:00"},"IlNMH4w6Mmx0k46u86RcRp7XV1yQyTr43KQOXEIsNng=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-Bold.eot","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-Bold#[.{fingerprint}]?.eot","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"b93tdznpcc","Integrity":"QQGvEOyiVdDR9xqwn\u002BkRmclVvirgA593T\u002Bz/LuT4KL4=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-Bold.eot","FileLength":102320,"LastWriteTime":"2025-11-24T08:54:33.0937537+00:00"},"Ljx4MlTsAMcH62pIxS0GxtTlnXzFl9SXkCRsLKGfLVc=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-Bold.svg","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-Bold#[.{fingerprint}]?.svg","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"haa9vesn7i","Integrity":"WZPyVHvzqiEXmhJ7AvjTy87ttZTomKTHreSDsS0pCPU=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-Bold.svg","FileLength":294372,"LastWriteTime":"2025-11-24T08:54:33.0947537+00:00"},"\u002BySAZjsi\u002BwDyCAWbsuRXHWitiiYuuPxNitrqCZY5EHo=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-Bold.ttf","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-Bold#[.{fingerprint}]?.ttf","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"mj9gqi4thx","Integrity":"rgksq1kyLwubmkRH6BA\u002BI0LN5AH1lmO3OCuqlMFU4dU=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-Bold.ttf","FileLength":91680,"LastWriteTime":"2025-11-24T08:54:33.0957537+00:00"},"3AbvZ9DycnY0eb\u002Bwr27k1NYq0LQ9aQsrMwiXF4tsf2I=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-Bold.woff","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-Bold#[.{fingerprint}]?.woff","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"qrvy184glm","Integrity":"Vtbk2qvrsVo\u002Ba0qEKUbdMYDU6xJ0LIjScwm/wu1Mgo4=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-Bold.woff","FileLength":51904,"LastWriteTime":"2025-11-24T08:54:33.0957537+00:00"},"3rBa1sOgDjc\u002Blh0Ldh0gkJw6kXqg7uuBWHDNw8SmVwo=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-Bold.woff2","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-Bold#[.{fingerprint}]?.woff2","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"dzf27wqrb5","Integrity":"l/veG26UnhfLXHd37rJ3QFQy\u002BaesNhQJOWlAEVnkZrc=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-Bold.woff2","FileLength":38576,"LastWriteTime":"2025-11-24T08:54:33.0967537+00:00"},"fN9mYhIzwcTaqUgNiSq7l9bxdClWk8f3ijHCiEjGCUY=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-ExtraLight.eot","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-ExtraLight#[.{fingerprint}]?.eot","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"3rrjxqv50h","Integrity":"P6zeZ9uoSr0maDSQ3Ioq5hezvUk\u002BLJuEvlSDZSMHrCM=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-ExtraLight.eot","FileLength":102480,"LastWriteTime":"2025-11-24T08:54:33.0967537+00:00"},"Df5iWwRZFr\u002BuURxbWMm\u002BpWiNq5osNLr4NORI7kx1\u002BY4=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-ExtraLight.svg","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-ExtraLight#[.{fingerprint}]?.svg","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"0a5byusddc","Integrity":"iHbVKBKRecfQu4iRexfRM5WuadOFQAMTZPv37TKP7rE=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-ExtraLight.svg","FileLength":276419,"LastWriteTime":"2025-11-24T08:54:33.0967537+00:00"},"2AX7T3wBvbXL8mQxk10EMJxVDGbm6u3lebJDSy9PH/Y=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-ExtraLight.ttf","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-ExtraLight#[.{fingerprint}]?.ttf","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"wsdt633pjn","Integrity":"IA2fs1HkqOkEdfz6GlObYLWUk10iu5fRfUWAH0Mbscs=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-ExtraLight.ttf","FileLength":91360,"LastWriteTime":"2025-11-24T08:54:33.0977538+00:00"},"eOmJJEi3SApCXyoJn7KAP2WrV7pJIEz16Jg2m2S3Jkk=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-ExtraLight.woff","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-ExtraLight#[.{fingerprint}]?.woff","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"tv81m8n6fg","Integrity":"xzYnyzPhlaTZuWW25J9EQf0Zb5Y0IuRkmc6mOxR4oNs=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-ExtraLight.woff","FileLength":50872,"LastWriteTime":"2025-11-24T08:54:33.0977538+00:00"},"Hm/LhSqs7EJQwlw5IvmGBvX9Otw8iPPpUPtyYpSKqhc=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-ExtraLight.woff2","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-ExtraLight#[.{fingerprint}]?.woff2","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"i1e9ll91f1","Integrity":"VigpM7UFs\u002BoO8FLE2S9XuEsVhO\u002BLWP2Z2YXntdME/Dw=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-ExtraLight.woff2","FileLength":37864,"LastWriteTime":"2025-11-24T08:54:33.0977538+00:00"},"uaUIhNCiqtF/w3eg4peTzUdaMo6aCxKzFRHtU1PNRRQ=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-Light.eot","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-Light#[.{fingerprint}]?.eot","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"ajkqf36zs2","Integrity":"ippb7YFXYr\u002BK/Aglv8erMIj6sFc2wViLLbvJAxAy2/k=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-Light.eot","FileLength":102388,"LastWriteTime":"2025-11-24T08:54:33.0977538+00:00"},"ERogl\u002BW2Pv/gKfroDzAIw9VaYlGInAZTvkvwd2BlLdQ=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-Light.svg","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-Light#[.{fingerprint}]?.svg","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"c4qhl789ks","Integrity":"hPBhFmTPu2Li/1/SUKM4AxZDAtDabrxs72IDmY26Lrs=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-Light.svg","FileLength":281560,"LastWriteTime":"2025-11-24T08:54:33.0987538+00:00"},"ycFrmH1ivVqhIxHI5QIMXx1n55K\u002BzxapDpdBW1H9IaY=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-Light.ttf","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-Light#[.{fingerprint}]?.ttf","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"a91sp6jd3j","Integrity":"ogll7/yG7KupXgizD1Y3iP0qrUEHCuTygNsnJ5iIbMA=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-Light.ttf","FileLength":91504,"LastWriteTime":"2025-11-24T08:54:33.0997538+00:00"},"oDqcnL0lAUqJE87jEEyUoY6Vpg2\u002BLcmbtNhkmR1KLPA=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-Light.woff","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-Light#[.{fingerprint}]?.woff","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"qp8x87s0ah","Integrity":"Xu4iPdt9AHV6n067IBq86yR5n7CeNcjN7Mv4\u002BGWnisI=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-Light.woff","FileLength":51288,"LastWriteTime":"2025-11-24T08:54:33.0997538+00:00"},"7Rh280m9MLktRVMKwStJ8lJA4YHC1VqTBVmE\u002BnAFSMw=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-Light.woff2","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-Light#[.{fingerprint}]?.woff2","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"fzmrydx63n","Integrity":"5Qz1pBO2tLL0JSHAHdQNYGdG7SNDexOB\u002BHHlMZW2IA0=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-Light.woff2","FileLength":38408,"LastWriteTime":"2025-11-24T08:54:33.0997538+00:00"},"6OikI7NWGrl3R9koYGCdK\u002BspB/ZPCu6KJHCmI8AitoY=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-Medium.eot","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-Medium#[.{fingerprint}]?.eot","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"g9fh1xliqy","Integrity":"fAO8EWL38l\u002BK2EB3iwbSTMjFvQ4lC7kiE\u002BnHqyzab8I=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-Medium.eot","FileLength":102396,"LastWriteTime":"2025-11-24T08:54:33.0997538+00:00"},"WUcXm9CGrKVtZLTX\u002B5YdAy2642K\u002B\u002Bib1vQiQDOgQ1FY=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-Medium.svg","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-Medium#[.{fingerprint}]?.svg","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"v9y4wxeest","Integrity":"gypx1FNSr3E0dMg3oiQzGesMDPT1pS\u002BbVPZejfCMnJM=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-Medium.svg","FileLength":297017,"LastWriteTime":"2025-11-24T08:54:33.1007538+00:00"},"vTwZZ1fjhohQhTGqOJGL5RgZ557Hj/U4RVPd7pOMGP8=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-Medium.ttf","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-Medium#[.{fingerprint}]?.ttf","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"tpjyz12jot","Integrity":"r\u002BCSUOhyI2X4KkuwlQQnlyBqRbeywDfeOHLkE7CO4Gk=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-Medium.ttf","FileLength":91652,"LastWriteTime":"2025-11-24T08:54:33.1007538+00:00"},"sYegx6WmYVVFeEPUcfq9SFhK3SJbR4OhrY8CDUEvQE8=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-Medium.woff","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-Medium#[.{fingerprint}]?.woff","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"ej3xk54w5w","Integrity":"Kpi2Ah8QXDklY288QJqIp528VD5YDq97HRD6FlK5xSg=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-Medium.woff","FileLength":52168,"LastWriteTime":"2025-11-24T08:54:33.1007538+00:00"},"rfyY6/35GJgSdOFBPJf4qLT3EYmB01CJ0yuID5yvzOY=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-Medium.woff2","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-Medium#[.{fingerprint}]?.woff2","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"ge9ngpr8hb","Integrity":"WFNKHn0ThCl\u002BLYkm6lJm67xcZOjCHfcTv/Irt99gI/Q=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-Medium.woff2","FileLength":38936,"LastWriteTime":"2025-11-24T08:54:33.1007538+00:00"},"ydWPPucB1isRBCdW/8uKIdBzCK4SB\u002BFZWe62rZrEAPA=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-Regular.eot","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-Regular#[.{fingerprint}]?.eot","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"wkigjukb4k","Integrity":"8BLgGfecUXSPJZKp9sDsCij3Cakwae862B7mGioURrI=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-Regular.eot","FileLength":102216,"LastWriteTime":"2025-11-24T08:54:33.1017538+00:00"},"09mVujNJScGYGq8akk5J0pnZyfzv/jlfHKHBh3Oe5\u002Bk=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-Regular.svg","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-Regular#[.{fingerprint}]?.svg","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"9dz7qbjmcj","Integrity":"zcTEiSSY08ZSu24FxfVkAzr5xxe1cesUsp3BtedsFwA=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-Regular.svg","FileLength":270477,"LastWriteTime":"2025-11-24T08:54:33.1017538+00:00"},"qNQA8vmt3U2P2NKLT0coUTp3pW3MgmC9YYy7uvZPa2E=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-Regular.ttf","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-Regular#[.{fingerprint}]?.ttf","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"6phpsucs4g","Integrity":"JkY5cy9a34D6weSp7z8OtY5Yta6tB4UAh2Yt7euhGxI=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-Regular.ttf","FileLength":91400,"LastWriteTime":"2025-11-24T08:54:33.1027538+00:00"},"ThFDmSBUAH\u002BbnLS\u002Bku28g\u002BWWkFId1GWuZ2AhdbDynzg=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-Regular.woff","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-Regular#[.{fingerprint}]?.woff","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"d2ssa65rqo","Integrity":"61BV6xeSROPauJDdIIS68ZTuuOEXlMRFXXE7Diwe5dE=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-Regular.woff","FileLength":50820,"LastWriteTime":"2025-11-24T08:54:33.1027538+00:00"},"fUe3OgL4zxGYTLETIlYOlyqbpoSwpHM\u002BV/Bu4zvPcOU=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-Regular.woff2","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-Regular#[.{fingerprint}]?.woff2","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"ai254xtx21","Integrity":"8lP6F0RrtPl9aH5RTketjZD1PsLbWicHjC5IoZFT0/8=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-Regular.woff2","FileLength":37812,"LastWriteTime":"2025-11-24T08:54:33.1027538+00:00"},"BLC9C0XnhTXCBOLU99FWmn9UQsyjFlBa\u002BaBlIonmSHM=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-SemiBold.eot","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-SemiBold#[.{fingerprint}]?.eot","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"9aqjn2z326","Integrity":"0brEmLzkC3hLpeEHmmWYaQKX5pO2JzB7C7vPab/VZpw=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-SemiBold.eot","FileLength":102468,"LastWriteTime":"2025-11-24T08:54:33.1027538+00:00"},"4O5fns9yBgtzg0H8\u002BFEwa8j52QGaZxTPEEMAkEQCVjg=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-SemiBold.svg","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-SemiBold#[.{fingerprint}]?.svg","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"d3bdkcd5c6","Integrity":"ac2YlPtIGzZz2ZG6j/GLBg8JZ7P9mH1zzLtZtmNsotI=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-SemiBold.svg","FileLength":295741,"LastWriteTime":"2025-11-24T08:54:33.1037538+00:00"},"N2EQbjZs4oBDikKMJoUg1HIfkWm1gppJ1pC/3h5Syco=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-SemiBold.ttf","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-SemiBold#[.{fingerprint}]?.ttf","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"ygji5pdo2a","Integrity":"Eizbzy0HLdlIpsBqqTc4msPhUMuht5hOyskGTI8zGuU=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-SemiBold.ttf","FileLength":91700,"LastWriteTime":"2025-11-24T08:54:33.1037538+00:00"},"4kI8TU1x5/\u002ByF1ib6QmRjJOMRRmj\u002Bz1S\u002BFa1mfUljEw=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-SemiBold.woff","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-SemiBold#[.{fingerprint}]?.woff","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"7a7mo378ge","Integrity":"ob0FIhFuyWzJ7KKt2efy1nzoUO2ANaQ7cE5KSEnzacM=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-SemiBold.woff","FileLength":52124,"LastWriteTime":"2025-11-24T08:54:33.1037538+00:00"},"wS/BedBWIJTyWiwQtKWsNtIBAn8rf5hANlnM7/Yx83Q=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/fonts/Oswald-SemiBold.woff2","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"fonts/Oswald-SemiBold#[.{fingerprint}]?.woff2","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"4dprzh6i8k","Integrity":"2H9TrJpu4VDGIwqWusOfCOfVBW4sK7WF68wzn/sBOAA=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/fonts/Oswald-SemiBold.woff2","FileLength":38884,"LastWriteTime":"2025-11-24T08:54:33.1047538+00:00"},"XwK3wE\u002B/1Q3nBRffhsRc7UVLyb\u002BKp5GqUxHFXZ4viVQ=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/icon.jpg","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"icon#[.{fingerprint}]?.jpg","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"eggg34h3fx","Integrity":"TvrwAzMgJEtNcJ56lUt/W29wWfe7Z0lH5ZBruGns9AE=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/icon.jpg","FileLength":19482,"LastWriteTime":"2025-11-24T08:54:33.1047538+00:00"},"3Ev5PYD6U9XmfjYq\u002BQvI93wh6SWIJu\u002BwdZnNjjoBwkk=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/icon.png","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"icon#[.{fingerprint}]?.png","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"psot08hk8d","Integrity":"yVJjRorajkMKWuzcDji\u002BpleleiykHFcGhHTkoB86S7Y=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/icon.png","FileLength":20796,"LastWriteTime":"2025-11-24T08:54:33.1047538+00:00"},"rU1MvKuzSiIherK/jjrlYh0wwzoJmYHNQKycXaVILZ8=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/images/arrow-down.png","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"images/arrow-down#[.{fingerprint}]?.png","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"5dg6a1qw67","Integrity":"p9lO7SN2WjCwN1i98UKqPxklJIhOEpHvD9bRaA5nj1o=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/images/arrow-down.png","FileLength":1045,"LastWriteTime":"2025-11-24T08:54:33.1047538+00:00"},"IqgddsnIIeM8/E4jPy1pkv7LvQgKBr1okLxrNBr9m/0=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/images/arrow-right.svg","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"images/arrow-right#[.{fingerprint}]?.svg","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"33ss4x37nv","Integrity":"0eoRFJIa6Fu1rSMANzom32AcLmtuj4u27LhlN6qy1pE=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/images/arrow-right.svg","FileLength":693,"LastWriteTime":"2025-11-24T08:54:33.1047538+00:00"},"8pUX4iMnykpbRkLessnqc0FPtpNpOoR7IUGCV02Vkak=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/images/banner1.svg","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"images/banner1#[.{fingerprint}]?.svg","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"v6jnq5ttib","Integrity":"GaE/EmkeBf\u002ByBbrJ26lpkGd4jkOSh1eVKJaNOw9I4uk=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/images/banner1.svg","FileLength":9679,"LastWriteTime":"2025-11-24T08:54:33.1047538+00:00"},"T/YHnesjr9r5xgk3GC\u002Bu5dcEjlEH77E19cNOmWlfLFc=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/images/banner2.svg","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"images/banner2#[.{fingerprint}]?.svg","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"htbl0vvztd","Integrity":"60TgRUjPDlTKrCHTI/KjwzfC3Q1Vn13XT2aAYMbYT2o=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/images/banner2.svg","FileLength":8394,"LastWriteTime":"2025-11-24T08:54:33.1047538+00:00"},"LRJir3BV9rN8gRnTemEyn19J1ATF4FGSutTah0n8Hv0=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/images/banner3.svg","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"images/banner3#[.{fingerprint}]?.svg","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"uj5iyz0axj","Integrity":"mjqE0QKzYxoOKrTGRSo\u002BMGdeiNqSdI9itX0iZELsXh8=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/images/banner3.svg","FileLength":10872,"LastWriteTime":"2025-11-24T08:54:33.1047538+00:00"},"ymO9RzcHJh9/yxpfR7eTLKbRLqGuc8bAqqNE3201a\u002Bg=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/images/banner4.svg","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"images/banner4#[.{fingerprint}]?.svg","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"w24zs667xn","Integrity":"aJNxc7a4CqF4NF5VHFqWt59nF8aJeRt5DJ9epDvWtUE=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/images/banner4.svg","FileLength":12291,"LastWriteTime":"2025-11-24T08:54:33.1047538+00:00"},"APtDPnJNrHNO7O9LFKFyd48td4zKvwF0oR5IhJGBKVQ=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/images/brand.PNG","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"images/brand#[.{fingerprint}]?.PNG","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"lpzbq1n6y2","Integrity":"d4iYZnpfRhC2JZfoinlheHLuxdjtwq0Zb4lgkzC5\u002BqQ=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/images/brand.PNG","FileLength":4023,"LastWriteTime":"2025-11-24T08:54:33.1047538+00:00"},"doFgvfhEo2vbNb\u002BjIPvkNK1RIco9jezOgg9QsX6Q4\u002B4=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/images/brand_dark.PNG","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"images/brand_dark#[.{fingerprint}]?.PNG","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"hj1t9okx3l","Integrity":"DTa175BFs01L35CpkWrOEzcdBvBivSLjO/6pos6x950=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/images/brand_dark.PNG","FileLength":4266,"LastWriteTime":"2025-11-24T08:54:33.1047538+00:00"},"vzjvBL82ZKK0cVY477HI5KiG7Aph1wO/XMJqxRTOkdI=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/images/cart.png","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"images/cart#[.{fingerprint}]?.png","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"a92j1pzlem","Integrity":"0liOy4yhymeM9zALyRf9\u002BhYBhlLuuk8qqgj3vpYgOYw=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/images/cart.png","FileLength":1532,"LastWriteTime":"2025-11-24T08:54:33.1047538+00:00"},"pXp7ehWo4Gp4npkJbzYAnOzRwZMHCO5kkt0YNF\u002BcKTE=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/images/header.jpg","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"images/header#[.{fingerprint}]?.jpg","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"nrb88t8usg","Integrity":"bXaI44IAOTPFkst3o69zcklpKajfdr5QcIZI1h/noTQ=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/images/header.jpg","FileLength":297005,"LastWriteTime":"2025-11-24T08:54:33.1057538+00:00"},"oaRjWQrtRzOXzg1Y7Ke6jLqSETI54Eg1tQ97W1Gz44Y=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/images/logo.svg","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"images/logo#[.{fingerprint}]?.svg","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"wnakit1s8m","Integrity":"BJfhlMXCtuDtVmTHAxkWCRYXV8CG9CxSqHaLF9P1DQ8=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/images/logo.svg","FileLength":20887,"LastWriteTime":"2025-11-24T08:54:33.1057538+00:00"},"b6mpkfYzfTaICBFQPlqbCqDrbop4Dim9vdkCQhZEj/8=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/images/logout.PNG","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"images/logout#[.{fingerprint}]?.PNG","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"vjkl8aqt4f","Integrity":"tVSE65HqzMaBFK0UczLPbOTbrYHTEVrlHH7rH9a9xtI=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/images/logout.PNG","FileLength":455,"LastWriteTime":"2025-11-24T08:54:33.1057538+00:00"},"T\u002BbGVxBAz35LRMyKrccJB1mnmL8e4q8lAQFmb2hOyHk=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/images/logo_color.svg","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"images/logo_color#[.{fingerprint}]?.svg","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"fludwcapnc","Integrity":"3XOwILBz/Lv18U5GDQqMlAdQhOFbBMPbTpVQUelMSu8=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/images/logo_color.svg","FileLength":20900,"LastWriteTime":"2025-11-24T08:54:33.1057538+00:00"},"g8fnKA4wVUEZMvms6hreAdv21rNhrbp4O\u002BQ908eacf0=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/images/main_banner.png","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"images/main_banner#[.{fingerprint}]?.png","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"ixwlpa16ph","Integrity":"9ko870z8pQMo4aWvK4GD8tWLQcAPJh\u002BW0seOT/ySlWw=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/images/main_banner.png","FileLength":729906,"LastWriteTime":"2025-11-24T08:54:33.1057538+00:00"},"85mh6oHLOXJPyjpRhynfjL5R4tapRa2GCNW8gu96HbI=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/images/main_banner_text.png","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"images/main_banner_text#[.{fingerprint}]?.png","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"mwd6zq1ye8","Integrity":"5sar5WBMyZAwjpnRV4uMSRk7zZhb3t5u//tJ002R56w=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/images/main_banner_text.png","FileLength":8828,"LastWriteTime":"2025-11-24T08:54:33.1067538+00:00"},"ZV6e38exMNT8JGaW7D6T36hFEYYz\u002Bn1PtOP93JDvLlU=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/images/main_banner_text.svg","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"images/main_banner_text#[.{fingerprint}]?.svg","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"05ckw4jeiw","Integrity":"jCX7gbtEh5G4SbLW/UazbGm6RJsBEogNEuy3Ds58smY=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/images/main_banner_text.svg","FileLength":11794,"LastWriteTime":"2025-11-24T08:54:33.1067538+00:00"},"GOJNIOddKscqkpsHnqW9/lZiuQ785OBxJBo\u002B51bp6FU=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/images/main_footer_text.PNG","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"images/main_footer_text#[.{fingerprint}]?.PNG","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"ppe5x6w8n3","Integrity":"Q40nyBE\u002BTzP6720hc1sjMyTAe2B4tmoyQfxWusAuXD4=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/images/main_footer_text.PNG","FileLength":4669,"LastWriteTime":"2025-11-24T08:54:33.1067538+00:00"},"CUWLay2iMciH44vKEDpOHnoZ07ybx25sfkLlNblIxB0=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/images/my_orders.PNG","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"images/my_orders#[.{fingerprint}]?.PNG","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"rvmxjp5t1c","Integrity":"6Yb9d4M18kurWqfbGbrzDdmeloYEh0dSpywy27ivyMA=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/images/my_orders.PNG","FileLength":252,"LastWriteTime":"2025-11-24T08:54:33.1067538+00:00"},"KnTK8KPksqZ7Jat1XHSMKiGZAQbR98M2v/Ta6I\u002Bskmw=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/images/refresh.svg","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"images/refresh#[.{fingerprint}]?.svg","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"lp5l0dhui1","Integrity":"KfSKqej87aNL9lAjP0V/DBaRxzDjtSCkXHttlAc3euI=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/images/refresh.svg","FileLength":1204,"LastWriteTime":"2025-11-24T08:54:33.1067538+00:00"},"JTKy2ftbhie3JDbHdRHugqakUPz3LIB6zjn1v54aTLo=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/js/site.js","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"js/site#[.{fingerprint}]?.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"uo2k6apu81","Integrity":"Ynfdc1vuMNOWZfqTj4N3SPcebazoGXiIPgtfE\u002Bb2TO4=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/js/site.js","FileLength":34,"LastWriteTime":"2025-11-24T08:54:33.1067538+00:00"},"9HXQcfBr\u002BKlgYSi6VezbS1TtNKTEYDQ4sLuzDQ8nDIg=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/js/site.min.js","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"js/site.min#[.{fingerprint}]?.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"5ipweew5fc","Integrity":"47DEQpj8HBSa\u002B/TImW\u002B5JCeuQeRkm5NMpJWZG3hSuFU=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/js/site.min.js","FileLength":0,"LastWriteTime":"2025-11-24T08:54:33.1067538+00:00"},"OJA/d\u002BGqkLh9loF7P6rBGrAasptEWI4VDLXfKBNzFNg=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/lib/bootstrap/dist/css/bootstrap.css","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap#[.{fingerprint}]?.css","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"errjpeerd8","Integrity":"SmSEXNAArTgQ8SR6kKpyP/N\u002BjA8f8q8KpG0qQldSKos=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/bootstrap/dist/css/bootstrap.css","FileLength":173597,"LastWriteTime":"2025-11-24T08:54:33.1077538+00:00"},"UA\u002BuWIgTmEbWpFGGNO5N3GkXEwwqFczfqOGuUQj0Olc=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap.css#[.{fingerprint}]?.map","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"9xrzhlfxdt","Integrity":"Hc1VFshl1\u002B1qau\u002BeLYz\u002BqzMs55C0z2tkewBcvKcUQuE=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/bootstrap/dist/css/bootstrap.css.map","FileLength":430003,"LastWriteTime":"2025-11-24T08:54:33.1087538+00:00"},"FUM54Y3UA3z5Ls15f0l8D4W0riww4lUZZh0GAGyZUx8=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap.min#[.{fingerprint}]?.css","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"z5jyisouil","Integrity":"eSi1q2PG6J7g7ib17yAaWMcrr5GrtohYChqibrV7PBE=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/bootstrap/dist/css/bootstrap.min.css","FileLength":140936,"LastWriteTime":"2025-11-24T08:54:33.1087538+00:00"},"yaZU7BNqp8fyoO2qladcj/4epWbL7PHlFl8Tdp5RIkM=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap.min.css#[.{fingerprint}]?.map","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"7trb2i0i7p","Integrity":"i6u2WHVsNQAog4sUjoHo2ZWIMY9KVRasOoqqzEeea5c=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map","FileLength":562427,"LastWriteTime":"2025-11-24T08:54:33.1107539+00:00"},"RAFegX9uux8ieniE5lyHNVLJn9qf/bp8TrBb3pJEc18=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/lib/bootstrap/dist/js/bootstrap.js","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"lib/bootstrap/dist/js/bootstrap#[.{fingerprint}]?.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"r6wocsv5wb","Integrity":"82SVOjZ1qLdrq8VUmAisFapCSq1bpgavtXQaDGLPAAg=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/bootstrap/dist/js/bootstrap.js","FileLength":123765,"LastWriteTime":"2025-11-24T08:54:33.1107539+00:00"},"/4/rVEyWoMJTRkUybpLiVBwj5xkgwgfQu7RRnqpAap8=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"lib/bootstrap/dist/js/bootstrap.min#[.{fingerprint}]?.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"a8sno6uueg","Integrity":"VsEqElsCHSGmnmHXGQzvoWjWwoznFSZc6hs7ARLRacQ=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/bootstrap/dist/js/bootstrap.min.js","FileLength":51039,"LastWriteTime":"2025-11-24T08:54:33.1117539+00:00"},"SxWGEi8RKk6\u002BRc9KEXJs9HCp3WqMjfc5Gb0GsTkndU4=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/lib/jquery-validate/jquery.validate.js","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"lib/jquery-validate/jquery.validate#[.{fingerprint}]?.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"jdpnbaa6vo","Integrity":"yazfaIh2SXu8rPenyD2f36pKgrkv5XT\u002BDQCDpZ/eDao=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/jquery-validate/jquery.validate.js","FileLength":48676,"LastWriteTime":"2025-11-24T08:54:33.1117539+00:00"},"gMXMytltGIITXmz7vzJm5p1B561S0JvPEF8rLfkUW4Y=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/lib/jquery-validate/jquery.validate.min.js","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"lib/jquery-validate/jquery.validate.min#[.{fingerprint}]?.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"59qolqi738","Integrity":"F6h55Qw6sweK\u002Bt7SiOJX\u002B2bpSAa3b/fnlrVCJvmEj1A=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/jquery-validate/jquery.validate.min.js","FileLength":23261,"LastWriteTime":"2025-11-24T08:54:33.1117539+00:00"},"fgR8C7txWCqNMYHb22jxhkomOkNHOXjVZoOpr0M4760=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive#[.{fingerprint}]?.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"syfdt2mvbi","Integrity":"7MhB40L/uzXTLhGdcPv/eSPqv1JJzxlmEZYAxhCtdu8=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js","FileLength":19319,"LastWriteTime":"2025-11-24T08:54:33.1117539+00:00"},"cuiy56dvPsOq0UpLOdfQYlrj/Ykf5BXlQRHsIkxqd0c=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min#[.{fingerprint}]?.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"2wbe4ytbil","Integrity":"TvANFs24mX/bZPjpQfaeXmvPCshR8DkRVz6Ik8Z/ug8=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js","FileLength":5761,"LastWriteTime":"2025-11-24T08:54:33.1117539+00:00"},"PRELzOnmflhg/uVlIfCfxHZTG4ew3m1UUoP3m06h5xM=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/lib/jquery/core.js","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"lib/jquery/core#[.{fingerprint}]?.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"8m8oszt7ev","Integrity":"YCbKJH6u4siPpUlk130udu/JepdKVpXjdEyzje\u002Bz1pE=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/jquery/core.js","FileLength":9068,"LastWriteTime":"2025-11-24T08:54:33.1127539+00:00"},"gK3\u002BDiq2nJAB5CTn/T10T9K9IftMXMkVuiYhHcqLXf4=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/lib/jquery/jquery.js","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"lib/jquery/jquery#[.{fingerprint}]?.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"gux2z0h2ti","Integrity":"2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/jquery/jquery.js","FileLength":271751,"LastWriteTime":"2025-11-24T08:54:33.1137539+00:00"},"asRHldwGpXeFT92EtqaycalrP9uEfPgziW3KWeslbD0=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/lib/jquery/jquery.min.js","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"lib/jquery/jquery.min#[.{fingerprint}]?.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"2ye1g148en","Integrity":"FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/jquery/jquery.min.js","FileLength":86927,"LastWriteTime":"2025-11-24T08:54:33.1147539+00:00"},"EA9NhJ6nUsfFGeSyCMyqe2LWwJkYCM7KZ3Epzsfzi70=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/lib/jquery/jquery.min.map","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"lib/jquery/jquery.min#[.{fingerprint}]?.map","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"b804xvqo1w","Integrity":"1eiGMA0y1kD5P/bXnTaiTKk8vtvQ8IC2nXAoI1HJXyE=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/jquery/jquery.min.map","FileLength":132370,"LastWriteTime":"2025-11-24T08:54:33.1147539+00:00"},"OdS4tA3B7o9I6vtSUwovnHRtitHrbeA4/dsO2OH\u002BWmo=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/lib/jquery/jquery.slim.js","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"lib/jquery/jquery.slim#[.{fingerprint}]?.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"wnux8pv31v","Integrity":"fNXJFIlca05BIO2Y5zh1xrShK3ME\u002B/lYZ0j\u002BChxX2DA=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/jquery/jquery.slim.js","FileLength":218897,"LastWriteTime":"2025-11-24T08:54:33.1147539+00:00"},"ySfFl3fzgZG1dlyu3M2l/id6cT9a2NsM51rWUNScLSA=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/lib/jquery/jquery.slim.min.js","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"lib/jquery/jquery.slim.min#[.{fingerprint}]?.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"7fg0hl6hkg","Integrity":"3edrmyuQ0w65f8gfBsqowzjJe2iM6n0nKciPUp8y\u002B7E=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/jquery/jquery.slim.min.js","FileLength":69917,"LastWriteTime":"2025-11-24T08:54:33.1157539+00:00"},"wrjXd/RHJK56Ej34jH2Wwfi0Ev2txK8VWD5DUnDNXZ0=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/lib/jquery/jquery.slim.min.map","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"lib/jquery/jquery.slim.min#[.{fingerprint}]?.map","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"hiqumc4mhz","Integrity":"R9iD2BZjLu3OzwrErQRNtxPK5tUuGdtBa2iefT78g2c=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/jquery/jquery.slim.min.map","FileLength":105346,"LastWriteTime":"2025-11-24T08:54:33.1157539+00:00"},"f3F3mpFEh3sUgr2rsV1EfjJWxjtxbSUPgR8wwC8XGPw=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/_references.js","SourceId":"Identity.API","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/wwwroot/","BasePath":"/","RelativePath":"_references#[.{fingerprint}]?.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"lpmecrnjn6","Integrity":"eXL1D58UOfwQHhzAikhveiComDTYHgXH4xIgGjlLL5E=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/_references.js","FileLength":343,"LastWriteTime":"2025-11-24T08:54:33.0927537+00:00"}},"CachedCopyCandidates":{}} \ No newline at end of file diff --git a/src/Services/Identity/Identity.API/obj/Identity.API.csproj.nuget.dgspec.json b/src/Services/Identity/Identity.API/obj/Identity.API.csproj.nuget.dgspec.json index 1affcf0b..b53bd364 100644 --- a/src/Services/Identity/Identity.API/obj/Identity.API.csproj.nuget.dgspec.json +++ b/src/Services/Identity/Identity.API/obj/Identity.API.csproj.nuget.dgspec.json @@ -46,47 +46,31 @@ "dependencies": { "AspNetCore.HealthChecks.SqlServer": { "target": "Package", - "version": "[8.0.2, )" + "version": "[9.0.0, )" }, "AspNetCore.HealthChecks.UI.Client": { "target": "Package", - "version": "[8.0.1, )" + "version": "[9.0.0, )" }, "Autofac.Extensions.DependencyInjection": { "target": "Package", "version": "[10.0.0, )" }, - "IdentityServer4": { - "target": "Package", - "version": "[4.1.2, )" - }, - "IdentityServer4.AspNetIdentity": { - "target": "Package", - "version": "[4.1.2, )" - }, - "IdentityServer4.EntityFramework": { - "target": "Package", - "version": "[4.1.2, )" - }, - "IdentityServer4.EntityFramework.Storage": { - "target": "Package", - "version": "[4.1.2, )" - }, - "IdentityServer4.Storage": { - "target": "Package", - "version": "[4.1.2, )" - }, "Microsoft.ApplicationInsights.AspNetCore": { "target": "Package", - "version": "[2.22.0, )" + "version": "[2.23.0, )" }, "Microsoft.ApplicationInsights.DependencyCollector": { "target": "Package", - "version": "[2.22.0, )" + "version": "[2.23.0, )" }, "Microsoft.ApplicationInsights.Kubernetes": { "target": "Package", - "version": "[7.0.0, )" + "version": "[8.0.0, )" + }, + "Microsoft.AspNetCore.Authentication.JwtBearer": { + "target": "Package", + "version": "[9.0.0, )" }, "Microsoft.AspNetCore.DataProtection.StackExchangeRedis": { "target": "Package", @@ -126,15 +110,15 @@ }, "Microsoft.Web.LibraryManager.Build": { "target": "Package", - "version": "[2.1.175, )" + "version": "[3.0.71, )" }, "Polly": { "target": "Package", - "version": "[8.5.0, )" + "version": "[8.6.5, )" }, "Serilog.AspNetCore": { "target": "Package", - "version": "[8.0.3, )" + "version": "[9.0.0, )" }, "Serilog.Enrichers.Environment": { "target": "Package", @@ -142,19 +126,19 @@ }, "Serilog.Settings.Configuration": { "target": "Package", - "version": "[8.0.4, )" + "version": "[9.0.0, )" }, "Serilog.Sinks.Console": { "target": "Package", - "version": "[6.0.0, )" + "version": "[6.1.1, )" }, "Serilog.Sinks.Http": { "target": "Package", - "version": "[9.0.0, )" + "version": "[9.2.0, )" }, "Serilog.Sinks.Seq": { "target": "Package", - "version": "[8.0.0, )" + "version": "[9.0.0, )" }, "Swashbuckle.AspNetCore": { "target": "Package", @@ -163,6 +147,10 @@ "Swashbuckle.AspNetCore.Newtonsoft": { "target": "Package", "version": "[7.2.0, )" + }, + "System.IdentityModel.Tokens.Jwt": { + "target": "Package", + "version": "[8.6.0, )" } }, "imports": [ diff --git a/src/Services/Identity/Identity.API/obj/Identity.API.csproj.nuget.g.props b/src/Services/Identity/Identity.API/obj/Identity.API.csproj.nuget.g.props index f859122d..92f470e7 100644 --- a/src/Services/Identity/Identity.API/obj/Identity.API.csproj.nuget.g.props +++ b/src/Services/Identity/Identity.API/obj/Identity.API.csproj.nuget.g.props @@ -15,15 +15,15 @@ - + - + /home/runner/.nuget/packages/microsoft.extensions.apidescription.server/6.0.5 - /home/runner/.nuget/packages/microsoft.web.librarymanager.build/2.1.175 + /home/runner/.nuget/packages/microsoft.web.librarymanager.build/3.0.71 /home/runner/.nuget/packages/microsoft.codeanalysis.analyzers/3.3.4 \ No newline at end of file diff --git a/src/Services/Identity/Identity.API/obj/Identity.API.csproj.nuget.g.targets b/src/Services/Identity/Identity.API/obj/Identity.API.csproj.nuget.g.targets index b1898d9c..2872bc44 100644 --- a/src/Services/Identity/Identity.API/obj/Identity.API.csproj.nuget.g.targets +++ b/src/Services/Identity/Identity.API/obj/Identity.API.csproj.nuget.g.targets @@ -2,14 +2,14 @@ + - - - + + - + - - + + \ No newline at end of file diff --git a/src/Services/Identity/Identity.API/obj/project.assets.json b/src/Services/Identity/Identity.API/obj/project.assets.json index 7c236cd7..7ffb337f 100644 --- a/src/Services/Identity/Identity.API/obj/project.assets.json +++ b/src/Services/Identity/Identity.API/obj/project.assets.json @@ -2,28 +2,27 @@ "version": 3, "targets": { "net9.0": { - "AspNetCore.HealthChecks.SqlServer/8.0.2": { + "AspNetCore.HealthChecks.SqlServer/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Data.SqlClient": "5.2.0", - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0" + "Microsoft.Data.SqlClient": "5.2.2", + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11" }, "compile": { - "lib/net6.0/HealthChecks.SqlServer.dll": { + "lib/net8.0/HealthChecks.SqlServer.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/HealthChecks.SqlServer.dll": { + "lib/net8.0/HealthChecks.SqlServer.dll": { "related": ".xml" } } }, - "AspNetCore.HealthChecks.UI.Client/8.0.1": { + "AspNetCore.HealthChecks.UI.Client/9.0.0": { "type": "package", "dependencies": { - "AspNetCore.HealthChecks.UI.Core": "8.0.1", - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0" + "AspNetCore.HealthChecks.UI.Core": "9.0.0" }, "compile": { "lib/net8.0/HealthChecks.UI.Client.dll": { @@ -39,19 +38,18 @@ "Microsoft.AspNetCore.App" ] }, - "AspNetCore.HealthChecks.UI.Core/8.0.1": { + "AspNetCore.HealthChecks.UI.Core/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0" + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11" }, "compile": { - "lib/net6.0/HealthChecks.UI.Core.dll": { + "lib/net8.0/HealthChecks.UI.Core.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/HealthChecks.UI.Core.dll": { + "lib/net8.0/HealthChecks.UI.Core.dll": { "related": ".xml" } } @@ -89,27 +87,11 @@ } } }, - "AutoMapper/10.0.0": { - "type": "package", - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "System.Reflection.Emit": "4.7.0" - }, - "compile": { - "lib/netstandard2.0/AutoMapper.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/AutoMapper.dll": { - "related": ".xml" - } - } - }, - "Azure.Core/1.35.0": { + "Azure.Core/1.38.0": { "type": "package", "dependencies": { "Microsoft.Bcl.AsyncInterfaces": "1.1.1", + "System.ClientModel": "1.0.0", "System.Diagnostics.DiagnosticSource": "6.0.1", "System.Memory.Data": "1.0.2", "System.Numerics.Vectors": "4.5.0", @@ -128,12 +110,12 @@ } } }, - "Azure.Identity/1.10.3": { + "Azure.Identity/1.11.4": { "type": "package", "dependencies": { - "Azure.Core": "1.35.0", - "Microsoft.Identity.Client": "4.56.0", - "Microsoft.Identity.Client.Extensions.Msal": "4.56.0", + "Azure.Core": "1.38.0", + "Microsoft.Identity.Client": "4.61.3", + "Microsoft.Identity.Client.Extensions.Msal": "4.61.3", "System.Memory": "4.5.4", "System.Security.Cryptography.ProtectedData": "4.7.0", "System.Text.Json": "4.7.2", @@ -150,16 +132,16 @@ } } }, - "Fractions/7.2.1": { + "Fractions/7.3.0": { "type": "package", "compile": { "lib/netstandard2.1/Fractions.dll": { - "related": ".pdb;.xml" + "related": ".xml" } }, "runtime": { "lib/netstandard2.1/Fractions.dll": { - "related": ".pdb;.xml" + "related": ".xml" } } }, @@ -176,145 +158,19 @@ } } }, - "IdentityModel/5.2.0": { - "type": "package", - "compile": { - "lib/net5.0/IdentityModel.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/net5.0/IdentityModel.dll": { - "related": ".pdb;.xml" - } - } - }, - "IdentityModel.OidcClient/5.2.1": { - "type": "package", - "dependencies": { - "IdentityModel": "5.2.0", - "Microsoft.Extensions.Logging": "6.0.0" - }, - "compile": { - "lib/netstandard2.0/IdentityModel.OidcClient.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/IdentityModel.OidcClient.dll": { - "related": ".xml" - } - } - }, - "IdentityServer4/4.1.2": { - "type": "package", - "dependencies": { - "IdentityModel": "4.4.0", - "IdentityServer4.Storage": "4.1.2", - "Microsoft.AspNetCore.Authentication.OpenIdConnect": "3.1.0", - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "5.6.0", - "Newtonsoft.Json": "12.0.2" - }, - "compile": { - "lib/netcoreapp3.1/IdentityServer4.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/netcoreapp3.1/IdentityServer4.dll": { - "related": ".pdb;.xml" - } - }, - "frameworkReferences": [ - "Microsoft.AspNetCore.App" - ] - }, - "IdentityServer4.AspNetIdentity/4.1.2": { - "type": "package", - "dependencies": { - "IdentityServer4": "4.1.2" - }, - "compile": { - "lib/netcoreapp3.1/IdentityServer4.AspNetIdentity.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/netcoreapp3.1/IdentityServer4.AspNetIdentity.dll": { - "related": ".pdb;.xml" - } - }, - "frameworkReferences": [ - "Microsoft.AspNetCore.App" - ] - }, - "IdentityServer4.EntityFramework/4.1.2": { - "type": "package", - "dependencies": { - "IdentityServer4": "4.1.2", - "IdentityServer4.EntityFramework.Storage": "4.1.2" - }, - "compile": { - "lib/netcoreapp3.1/IdentityServer4.EntityFramework.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/netcoreapp3.1/IdentityServer4.EntityFramework.dll": { - "related": ".pdb;.xml" - } - } - }, - "IdentityServer4.EntityFramework.Storage/4.1.2": { - "type": "package", - "dependencies": { - "AutoMapper": "[10.0.0, 11.0.0)", - "IdentityServer4.Storage": "4.1.2", - "Microsoft.EntityFrameworkCore.Relational": "3.1.0" - }, - "compile": { - "lib/netstandard2.0/IdentityServer4.EntityFramework.Storage.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/netstandard2.0/IdentityServer4.EntityFramework.Storage.dll": { - "related": ".pdb;.xml" - } - } - }, - "IdentityServer4.Storage/4.1.2": { - "type": "package", - "dependencies": { - "IdentityModel": "4.4.0" - }, - "compile": { - "lib/netstandard2.0/IdentityServer4.Storage.dll": { - "related": ".pdb" - } - }, - "runtime": { - "lib/netstandard2.0/IdentityServer4.Storage.dll": { - "related": ".pdb" - } - } - }, - "KubernetesClient/12.1.1": { + "KubernetesClient/17.0.14": { "type": "package", "dependencies": { - "Fractions": "7.2.1", - "IdentityModel.OidcClient": "5.2.1", - "System.IdentityModel.Tokens.Jwt": "7.0.0", - "YamlDotNet": "13.3.1", - "prometheus-net": "8.0.1" + "Fractions": "7.3.0", + "YamlDotNet": "16.3.0" }, "compile": { - "lib/net7.0/KubernetesClient.dll": { + "lib/net9.0/KubernetesClient.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/KubernetesClient.dll": { + "lib/net9.0/KubernetesClient.dll": { "related": ".pdb;.xml" } } @@ -359,7 +215,7 @@ } } }, - "Microsoft.ApplicationInsights/2.22.0": { + "Microsoft.ApplicationInsights/2.23.0": { "type": "package", "dependencies": { "System.Diagnostics.DiagnosticSource": "5.0.0" @@ -375,19 +231,19 @@ } } }, - "Microsoft.ApplicationInsights.AspNetCore/2.22.0": { + "Microsoft.ApplicationInsights.AspNetCore/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.22.0", - "Microsoft.ApplicationInsights.EventCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.ApplicationInsights.DependencyCollector": "2.23.0", + "Microsoft.ApplicationInsights.EventCounterCollector": "2.23.0", + "Microsoft.ApplicationInsights.PerfCounterCollector": "2.23.0", + "Microsoft.ApplicationInsights.WindowsServer": "2.23.0", + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.23.0", "Microsoft.AspNetCore.Hosting": "2.1.1", "Microsoft.AspNetCore.Http": "2.1.22", "Microsoft.Extensions.Configuration.Json": "3.1.0", - "Microsoft.Extensions.Logging.ApplicationInsights": "2.22.0", + "Microsoft.Extensions.Logging.ApplicationInsights": "2.23.0", "System.Text.Encodings.Web": "4.7.2" }, "compile": { @@ -401,10 +257,10 @@ } } }, - "Microsoft.ApplicationInsights.DependencyCollector/2.22.0": { + "Microsoft.ApplicationInsights.DependencyCollector/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", "System.Diagnostics.DiagnosticSource": "5.0.0" }, "compile": { @@ -421,10 +277,10 @@ "build/Microsoft.ApplicationInsights.DependencyCollector.targets": {} } }, - "Microsoft.ApplicationInsights.EventCounterCollector/2.22.0": { + "Microsoft.ApplicationInsights.EventCounterCollector/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0" + "Microsoft.ApplicationInsights": "2.23.0" }, "compile": { "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.dll": { @@ -437,33 +293,34 @@ } } }, - "Microsoft.ApplicationInsights.Kubernetes/7.0.0": { + "Microsoft.ApplicationInsights.Kubernetes/8.0.0": { "type": "package", "dependencies": { - "KubernetesClient": "12.1.1", - "Microsoft.ApplicationInsights": "2.21.0", - "Microsoft.Extensions.Configuration": "6.0.1", - "Microsoft.Extensions.DependencyInjection": "8.0.0", - "Microsoft.Extensions.DiagnosticAdapter": "3.1.27", - "Microsoft.Extensions.Hosting": "6.0.1", - "Microsoft.Extensions.Logging.Abstractions": "6.0.4", - "Microsoft.Extensions.Options.ConfigurationExtensions": "6.0.0" + "KubernetesClient": "17.0.14", + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.DependencyInjection": "9.0.2", + "Microsoft.Extensions.DiagnosticAdapter": "3.1.32", + "Microsoft.Extensions.Hosting": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.2", + "System.IdentityModel.Tokens.Jwt": "8.6.0" }, "compile": { - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll": { + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll": { + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.dll": { "related": ".xml" } } }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.22.0": { + "Microsoft.ApplicationInsights.PerfCounterCollector/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", "Microsoft.Extensions.Caching.Memory": "1.0.0", "System.Diagnostics.PerformanceCounter": "6.0.0" }, @@ -481,13 +338,13 @@ "build/_._": {} } }, - "Microsoft.ApplicationInsights.WindowsServer/2.22.0": { + "Microsoft.ApplicationInsights.WindowsServer/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.22.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.ApplicationInsights.DependencyCollector": "2.23.0", + "Microsoft.ApplicationInsights.PerfCounterCollector": "2.23.0", + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.23.0", "System.Diagnostics.DiagnosticSource": "5.0.0" }, "compile": { @@ -504,10 +361,10 @@ "build/_._": {} } }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.22.0": { + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", "System.IO.FileSystem.AccessControl": "4.7.0" }, "compile": { @@ -524,16 +381,20 @@ "build/_._": {} } }, - "Microsoft.AspNetCore.Authentication.OpenIdConnect/3.1.0": { + "Microsoft.AspNetCore.Authentication.JwtBearer/9.0.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "5.5.0" + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "8.0.1" }, "compile": { - "lib/netcoreapp3.1/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll": {} + "lib/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netcoreapp3.1/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll": {} + "lib/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "related": ".xml" + } }, "frameworkReferences": [ "Microsoft.AspNetCore.App" @@ -671,10 +532,14 @@ "System.Reflection.Metadata": "1.6.0" }, "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": { + "related": ".xml" + } } }, "Microsoft.AspNetCore.Hosting.Abstractions/2.1.1": { @@ -722,10 +587,14 @@ "Microsoft.Net.Http.Headers": "2.1.1" }, "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": { + "related": ".xml" + } } }, "Microsoft.AspNetCore.Http.Abstractions/2.1.1": { @@ -754,10 +623,14 @@ "System.Buffers": "4.5.0" }, "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": { + "related": ".xml" + } } }, "Microsoft.AspNetCore.Http.Features/2.1.1": { @@ -838,10 +711,14 @@ "System.Text.Encodings.Web": "4.5.0" }, "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": { + "related": ".xml" + } } }, "Microsoft.Azure.KeyVault/2.3.2": { @@ -856,12 +733,12 @@ }, "compile": { "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "runtime": { "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } } }, @@ -879,12 +756,12 @@ }, "compile": { "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "runtime": { "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } } }, @@ -897,12 +774,12 @@ }, "compile": { "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "runtime": { "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "build": { @@ -1137,10 +1014,14 @@ "Microsoft.CodeAnalysis.Common": "1.3.0" }, "compile": { - "lib/netstandard1.3/_._": {} + "lib/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.dll": {} + "lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.dll": { + "related": ".xml" + } } }, "Microsoft.CodeAnalysis.Workspaces.Common/4.8.0": { @@ -1280,12 +1161,12 @@ "lib/netcoreapp2.0/_._": {} } }, - "Microsoft.Data.SqlClient/5.2.0": { + "Microsoft.Data.SqlClient/5.2.2": { "type": "package", "dependencies": { - "Azure.Identity": "1.10.3", + "Azure.Identity": "1.11.4", "Microsoft.Data.SqlClient.SNI.runtime": "5.2.0", - "Microsoft.Identity.Client": "4.56.0", + "Microsoft.Identity.Client": "4.61.3", "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0", "Microsoft.SqlServer.Server": "1.0.0", @@ -1529,11 +1410,11 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration/9.0.0": { + "Microsoft.Extensions.Configuration/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Configuration.dll": { @@ -1549,10 +1430,10 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { + "Microsoft.Extensions.Configuration.Abstractions/9.0.7": { "type": "package", "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.Primitives": "9.0.7" }, "compile": { "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll": { @@ -1587,10 +1468,10 @@ } } }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { + "Microsoft.Extensions.Configuration.Binder/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Configuration.Binder.dll": { @@ -1606,28 +1487,31 @@ "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets": {} } }, - "Microsoft.Extensions.Configuration.CommandLine/6.0.0": { + "Microsoft.Extensions.Configuration.CommandLine/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { + "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": { @@ -1643,14 +1527,14 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { + "Microsoft.Extensions.Configuration.FileExtensions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Physical": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { @@ -1666,13 +1550,13 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { + "Microsoft.Extensions.Configuration.Json/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.FileExtensions": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Configuration.Json.dll": { @@ -1688,33 +1572,33 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.UserSecrets/6.0.1": { + "Microsoft.Extensions.Configuration.UserSecrets/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Json": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Physical": "9.0.2" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.props": {}, - "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.targets": {} + "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.props": {}, + "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.targets": {} } }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { + "Microsoft.Extensions.DependencyInjection/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll": { @@ -1730,7 +1614,7 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { + "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.2": { "type": "package", "compile": { "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { @@ -1762,7 +1646,7 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.DiagnosticAdapter/3.1.27": { + "Microsoft.Extensions.DiagnosticAdapter/3.1.32": { "type": "package", "dependencies": { "System.Diagnostics.DiagnosticSource": "4.7.1" @@ -1778,11 +1662,32 @@ } } }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { + "Microsoft.Extensions.Diagnostics/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.2", + "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.Diagnostics.Abstractions/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": { @@ -1798,13 +1703,13 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Diagnostics.HealthChecks/8.0.0": { + "Microsoft.Extensions.Diagnostics.HealthChecks/8.0.11": { "type": "package", "dependencies": { - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "8.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0", - "Microsoft.Extensions.Options": "8.0.0" + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "8.0.11", + "Microsoft.Extensions.Hosting.Abstractions": "8.0.1", + "Microsoft.Extensions.Logging.Abstractions": "8.0.2", + "Microsoft.Extensions.Options": "8.0.2" }, "compile": { "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll": { @@ -1817,7 +1722,7 @@ } } }, - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/8.0.0": { + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/8.0.11": { "type": "package", "compile": { "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": { @@ -1830,10 +1735,10 @@ } } }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { + "Microsoft.Extensions.FileProviders.Abstractions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { @@ -1849,12 +1754,12 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { + "Microsoft.Extensions.FileProviders.Physical/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileSystemGlobbing": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.dll": { @@ -1870,7 +1775,7 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": { + "Microsoft.Extensions.FileSystemGlobbing/9.0.2": { "type": "package", "compile": { "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll": { @@ -1904,53 +1809,54 @@ "lib/netstandard1.3/Microsoft.Extensions.HealthChecks.dll": {} } }, - "Microsoft.Extensions.Hosting/6.0.1": { + "Microsoft.Extensions.Hosting/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.Configuration.CommandLine": "6.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1", - "Microsoft.Extensions.DependencyInjection": "6.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging.Configuration": "6.0.0", - "Microsoft.Extensions.Logging.Console": "6.0.0", - "Microsoft.Extensions.Logging.Debug": "6.0.0", - "Microsoft.Extensions.Logging.EventLog": "6.0.0", - "Microsoft.Extensions.Logging.EventSource": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Binder": "9.0.2", + "Microsoft.Extensions.Configuration.CommandLine": "9.0.2", + "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.2", + "Microsoft.Extensions.Configuration.FileExtensions": "9.0.2", + "Microsoft.Extensions.Configuration.Json": "9.0.2", + "Microsoft.Extensions.Configuration.UserSecrets": "9.0.2", + "Microsoft.Extensions.DependencyInjection": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Diagnostics": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Physical": "9.0.2", + "Microsoft.Extensions.Hosting.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.Configuration": "9.0.2", + "Microsoft.Extensions.Logging.Console": "9.0.2", + "Microsoft.Extensions.Logging.Debug": "9.0.2", + "Microsoft.Extensions.Logging.EventLog": "9.0.2", + "Microsoft.Extensions.Logging.EventSource": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" }, "compile": { - "lib/net6.0/Microsoft.Extensions.Hosting.dll": { + "lib/net9.0/Microsoft.Extensions.Hosting.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.Extensions.Hosting.dll": { + "lib/net9.0/Microsoft.Extensions.Hosting.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { + "Microsoft.Extensions.Hosting.Abstractions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll": { @@ -1966,24 +1872,6 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Http/3.1.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.0", - "Microsoft.Extensions.Logging": "3.1.0", - "Microsoft.Extensions.Options": "3.1.0" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.Extensions.Http.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.Extensions.Http.dll": { - "related": ".xml" - } - } - }, "Microsoft.Extensions.Identity.Core/9.0.0": { "type": "package", "dependencies": { @@ -2020,12 +1908,12 @@ } } }, - "Microsoft.Extensions.Logging/9.0.0": { + "Microsoft.Extensions.Logging/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" + "Microsoft.Extensions.DependencyInjection": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Logging.dll": { @@ -2041,10 +1929,10 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { + "Microsoft.Extensions.Logging.Abstractions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": { @@ -2060,10 +1948,10 @@ "buildTransitive/net8.0/Microsoft.Extensions.Logging.Abstractions.targets": {} } }, - "Microsoft.Extensions.Logging.ApplicationInsights/2.22.0": { + "Microsoft.Extensions.Logging.ApplicationInsights/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", "Microsoft.Extensions.Logging": "2.1.1" }, "compile": { @@ -2098,17 +1986,17 @@ } } }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { + "Microsoft.Extensions.Logging.Configuration/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Binder": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Logging.Configuration.dll": { @@ -2124,111 +2012,114 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.Console/6.0.0": { + "Microsoft.Extensions.Logging.Console/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging.Configuration": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "System.Text.Json": "6.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.Configuration": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" }, "compile": { - "lib/net6.0/Microsoft.Extensions.Logging.Console.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.Console.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.Extensions.Logging.Console.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.Console.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.Debug/6.0.0": { + "Microsoft.Extensions.Logging.Debug/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.Debug.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.Debug.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.EventLog/6.0.0": { + "Microsoft.Extensions.Logging.EventLog/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "System.Diagnostics.EventLog": "6.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "System.Diagnostics.EventLog": "9.0.2" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.EventLog.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.EventLog.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.EventLog.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.EventLog.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.EventSource/6.0.0": { + "Microsoft.Extensions.Logging.EventSource/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Json": "6.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { - "lib/net6.0/Microsoft.Extensions.Logging.EventSource.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.EventSource.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.Extensions.Logging.EventSource.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.EventSource.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.ObjectPool/7.0.0": { + "Microsoft.Extensions.ObjectPool/2.1.1": { "type": "package", "compile": { - "lib/net7.0/Microsoft.Extensions.ObjectPool.dll": { + "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.ObjectPool.dll": { + "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll": { "related": ".xml" } } }, - "Microsoft.Extensions.Options/9.0.0": { + "Microsoft.Extensions.Options/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Options.dll": { @@ -2244,14 +2135,14 @@ "buildTransitive/net8.0/Microsoft.Extensions.Options.targets": {} } }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { + "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Binder": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { @@ -2267,7 +2158,7 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Primitives/9.0.0": { + "Microsoft.Extensions.Primitives/9.0.7": { "type": "package", "compile": { "lib/net9.0/Microsoft.Extensions.Primitives.dll": { @@ -2283,10 +2174,11 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Identity.Client/4.56.0": { + "Microsoft.Identity.Client/4.61.3": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "6.22.0" + "Microsoft.IdentityModel.Abstractions": "6.35.0", + "System.Diagnostics.DiagnosticSource": "6.0.1" }, "compile": { "lib/net6.0/Microsoft.Identity.Client.dll": { @@ -2299,33 +2191,32 @@ } } }, - "Microsoft.Identity.Client.Extensions.Msal/4.56.0": { + "Microsoft.Identity.Client.Extensions.Msal/4.61.3": { "type": "package", "dependencies": { - "Microsoft.Identity.Client": "4.56.0", - "System.IO.FileSystem.AccessControl": "5.0.0", + "Microsoft.Identity.Client": "4.61.3", "System.Security.Cryptography.ProtectedData": "4.5.0" }, "compile": { - "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll": { + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll": { + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.Abstractions/7.0.0": { + "Microsoft.IdentityModel.Abstractions/8.6.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": { "related": ".xml" } } @@ -2339,91 +2230,95 @@ }, "compile": { "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": {}, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": {} + "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": {}, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": {} + "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": { + "related": ".xml" + } } }, - "Microsoft.IdentityModel.JsonWebTokens/7.0.0": { + "Microsoft.IdentityModel.JsonWebTokens/8.6.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.0.0" + "Microsoft.IdentityModel.Tokens": "8.6.0" }, "compile": { - "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.Logging/7.0.0": { + "Microsoft.IdentityModel.Logging/8.6.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.0.0" + "Microsoft.IdentityModel.Abstractions": "8.6.0" }, "compile": { - "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "lib/net9.0/Microsoft.IdentityModel.Logging.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "lib/net9.0/Microsoft.IdentityModel.Logging.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.Protocols/6.35.0": { + "Microsoft.IdentityModel.Protocols/8.0.1": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Logging": "6.35.0", - "Microsoft.IdentityModel.Tokens": "6.35.0" + "Microsoft.IdentityModel.Tokens": "8.0.1" }, "compile": { - "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { + "lib/net9.0/Microsoft.IdentityModel.Protocols.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { + "lib/net9.0/Microsoft.IdentityModel.Protocols.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { + "Microsoft.IdentityModel.Protocols.OpenIdConnect/8.0.1": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Protocols": "6.35.0", - "System.IdentityModel.Tokens.Jwt": "6.35.0" + "Microsoft.IdentityModel.Protocols": "8.0.1", + "System.IdentityModel.Tokens.Jwt": "8.0.1" }, "compile": { - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "lib/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "lib/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.Tokens/7.0.0": { + "Microsoft.IdentityModel.Tokens/8.6.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.0.0" + "Microsoft.Extensions.Logging.Abstractions": "8.0.2", + "Microsoft.IdentityModel.Logging": "8.6.0" }, "compile": { - "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "lib/net9.0/Microsoft.IdentityModel.Tokens.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "lib/net9.0/Microsoft.IdentityModel.Tokens.dll": { "related": ".xml" } } @@ -2435,10 +2330,14 @@ "System.Buffers": "4.5.0" }, "compile": { - "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": {} + "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": {} + "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": { + "related": ".xml" + } } }, "Microsoft.NETCore.App/1.0.5": { @@ -2514,7 +2413,7 @@ "Microsoft.NETCore.Jit/1.0.7": { "type": "package" }, - "Microsoft.NETCore.Platforms/5.0.0": { + "Microsoft.NETCore.Platforms/3.1.0": { "type": "package", "compile": { "lib/netstandard1.0/_._": {} @@ -2563,12 +2462,12 @@ }, "compile": { "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "runtime": { "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } } }, @@ -2581,12 +2480,12 @@ }, "compile": { "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "runtime": { "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } } }, @@ -2624,17 +2523,16 @@ "System.Threading": "4.0.11" }, "compile": { - "ref/netstandard1.1/Microsoft.VisualBasic.dll": {} + "ref/netstandard1.1/Microsoft.VisualBasic.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/Microsoft.VisualBasic.dll": {} } }, - "Microsoft.Web.LibraryManager.Build/2.1.175": { + "Microsoft.Web.LibraryManager.Build/3.0.71": { "type": "package", - "dependencies": { - "System.Runtime.Loader": "4.3.0" - }, "build": { "build/Microsoft.Web.LibraryManager.Build.props": {}, "build/Microsoft.Web.LibraryManager.Build.targets": {} @@ -2648,7 +2546,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": {} + "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": { + "related": ".xml" + } } }, "Microsoft.Win32.Registry/4.3.0": { @@ -2763,12 +2663,12 @@ }, "compile": { "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { - "related": ".pdb" + "related": ".pdb;.xml" } }, "runtime": { "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { - "related": ".pdb" + "related": ".pdb;.xml" } } }, @@ -2788,10 +2688,10 @@ } } }, - "Polly/8.5.0": { + "Polly/8.6.5": { "type": "package", "dependencies": { - "Polly.Core": "8.5.0" + "Polly.Core": "8.6.5" }, "compile": { "lib/net6.0/Polly.dll": { @@ -2804,7 +2704,7 @@ } } }, - "Polly.Core/8.5.0": { + "Polly.Core/8.6.5": { "type": "package", "compile": { "lib/net8.0/Polly.Core.dll": { @@ -2817,23 +2717,6 @@ } } }, - "prometheus-net/8.0.1": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Http": "3.1.0", - "Microsoft.Extensions.ObjectPool": "7.0.0" - }, - "compile": { - "lib/net7.0/Prometheus.NetStandard.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net7.0/Prometheus.NetStandard.dll": { - "related": ".xml" - } - } - }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { "type": "package", "runtimeTargets": { @@ -3031,38 +2914,37 @@ } } }, - "Serilog/4.0.0": { + "Serilog/4.2.0": { "type": "package", "compile": { - "lib/net8.0/Serilog.dll": { + "lib/net9.0/Serilog.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.dll": { + "lib/net9.0/Serilog.dll": { "related": ".xml" } } }, - "Serilog.AspNetCore/8.0.3": { + "Serilog.AspNetCore/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Logging": "8.0.0", - "Serilog": "3.1.1", - "Serilog.Extensions.Hosting": "8.0.0", - "Serilog.Formatting.Compact": "2.0.0", - "Serilog.Settings.Configuration": "8.0.4", - "Serilog.Sinks.Console": "5.0.0", - "Serilog.Sinks.Debug": "2.0.0", - "Serilog.Sinks.File": "5.0.0" + "Serilog": "4.2.0", + "Serilog.Extensions.Hosting": "9.0.0", + "Serilog.Formatting.Compact": "3.0.0", + "Serilog.Settings.Configuration": "9.0.0", + "Serilog.Sinks.Console": "6.0.0", + "Serilog.Sinks.Debug": "3.0.0", + "Serilog.Sinks.File": "6.0.0" }, "compile": { - "lib/net8.0/Serilog.AspNetCore.dll": { + "lib/net9.0/Serilog.AspNetCore.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.AspNetCore.dll": { + "lib/net9.0/Serilog.AspNetCore.dll": { "related": ".xml" } }, @@ -3086,78 +2968,78 @@ } } }, - "Serilog.Extensions.Hosting/8.0.0": { + "Serilog.Extensions.Hosting/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0", - "Serilog": "3.1.1", - "Serilog.Extensions.Logging": "8.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", + "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", + "Microsoft.Extensions.Logging.Abstractions": "9.0.0", + "Serilog": "4.2.0", + "Serilog.Extensions.Logging": "9.0.0" }, "compile": { - "lib/net8.0/Serilog.Extensions.Hosting.dll": { + "lib/net9.0/Serilog.Extensions.Hosting.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.Extensions.Hosting.dll": { + "lib/net9.0/Serilog.Extensions.Hosting.dll": { "related": ".xml" } } }, - "Serilog.Extensions.Logging/8.0.0": { + "Serilog.Extensions.Logging/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Logging": "8.0.0", - "Serilog": "3.1.1" + "Microsoft.Extensions.Logging": "9.0.0", + "Serilog": "4.2.0" }, "compile": { - "lib/net8.0/Serilog.Extensions.Logging.dll": { + "lib/net9.0/Serilog.Extensions.Logging.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.Extensions.Logging.dll": { + "lib/net9.0/Serilog.Extensions.Logging.dll": { "related": ".xml" } } }, - "Serilog.Formatting.Compact/2.0.0": { + "Serilog.Formatting.Compact/3.0.0": { "type": "package", "dependencies": { - "Serilog": "3.1.0" + "Serilog": "4.0.0" }, "compile": { - "lib/net7.0/Serilog.Formatting.Compact.dll": { + "lib/net8.0/Serilog.Formatting.Compact.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Serilog.Formatting.Compact.dll": { + "lib/net8.0/Serilog.Formatting.Compact.dll": { "related": ".xml" } } }, - "Serilog.Settings.Configuration/8.0.4": { + "Serilog.Settings.Configuration/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Binder": "8.0.0", - "Microsoft.Extensions.DependencyModel": "8.0.2", - "Serilog": "3.1.1" + "Microsoft.Extensions.Configuration.Binder": "9.0.0", + "Microsoft.Extensions.DependencyModel": "9.0.0", + "Serilog": "4.2.0" }, "compile": { - "lib/net8.0/Serilog.Settings.Configuration.dll": { + "lib/net9.0/Serilog.Settings.Configuration.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.Settings.Configuration.dll": { + "lib/net9.0/Serilog.Settings.Configuration.dll": { "related": ".xml" } } }, - "Serilog.Sinks.Console/6.0.0": { + "Serilog.Sinks.Console/6.1.1": { "type": "package", "dependencies": { "Serilog": "4.0.0" @@ -3173,39 +3055,43 @@ } } }, - "Serilog.Sinks.Debug/2.0.0": { + "Serilog.Sinks.Debug/3.0.0": { "type": "package", "dependencies": { - "Serilog": "2.10.0" + "Serilog": "4.0.0" }, "compile": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": {} + "lib/net8.0/Serilog.Sinks.Debug.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": {} + "lib/net8.0/Serilog.Sinks.Debug.dll": { + "related": ".xml" + } } }, - "Serilog.Sinks.File/5.0.0": { + "Serilog.Sinks.File/7.0.0": { "type": "package", "dependencies": { - "Serilog": "2.10.0" + "Serilog": "4.2.0" }, "compile": { - "lib/net5.0/Serilog.Sinks.File.dll": { - "related": ".pdb" + "lib/net9.0/Serilog.Sinks.File.dll": { + "related": ".xml" } }, "runtime": { - "lib/net5.0/Serilog.Sinks.File.dll": { - "related": ".pdb" + "lib/net9.0/Serilog.Sinks.File.dll": { + "related": ".xml" } } }, - "Serilog.Sinks.Http/9.0.0": { + "Serilog.Sinks.Http/9.2.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "7.0.0", - "Serilog.Sinks.File": "5.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.7", + "Serilog.Sinks.File": "7.0.0" }, "compile": { "lib/netstandard2.1/Serilog.Sinks.Http.dll": { @@ -3218,11 +3104,11 @@ } } }, - "Serilog.Sinks.Seq/8.0.0": { + "Serilog.Sinks.Seq/9.0.0": { "type": "package", "dependencies": { - "Serilog": "4.0.0", - "Serilog.Sinks.File": "5.0.0" + "Serilog": "4.2.0", + "Serilog.Sinks.File": "6.0.0" }, "compile": { "lib/net6.0/Serilog.Sinks.Seq.dll": { @@ -3341,7 +3227,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.6/System.AppContext.dll": {} + "ref/netstandard1.6/System.AppContext.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.6/System.AppContext.dll": {} @@ -3356,6 +3244,23 @@ "lib/netcoreapp2.0/_._": {} } }, + "System.ClientModel/1.0.0": { + "type": "package", + "dependencies": { + "System.Memory.Data": "1.0.2", + "System.Text.Json": "4.7.2" + }, + "compile": { + "lib/net6.0/System.ClientModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.ClientModel.dll": { + "related": ".xml" + } + } + }, "System.CodeDom/6.0.0": { "type": "package", "compile": { @@ -3380,7 +3285,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Collections.dll": {} + "ref/netstandard1.3/System.Collections.dll": { + "related": ".xml" + } } }, "System.Collections.Concurrent/4.3.0": { @@ -3398,7 +3305,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Collections.Concurrent.dll": {} + "ref/netstandard1.3/System.Collections.Concurrent.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Collections.Concurrent.dll": {} @@ -3426,7 +3335,9 @@ "System.Runtime": "4.1.0" }, "compile": { - "ref/netstandard1.0/System.ComponentModel.dll": {} + "ref/netstandard1.0/System.ComponentModel.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.ComponentModel.dll": {} @@ -3448,7 +3359,9 @@ "System.Threading": "4.0.11" }, "compile": { - "ref/netstandard1.4/System.ComponentModel.Annotations.dll": {} + "ref/netstandard1.4/System.ComponentModel.Annotations.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.4/System.ComponentModel.Annotations.dll": {} @@ -3594,7 +3507,9 @@ "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Console.dll": {} + "ref/netstandard1.3/System.Console.dll": { + "related": ".xml" + } } }, "System.Diagnostics.Debug/4.3.0": { @@ -3605,7 +3520,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Diagnostics.Debug.dll": {} + "ref/netstandard1.3/System.Diagnostics.Debug.dll": { + "related": ".xml" + } } }, "System.Diagnostics.DiagnosticSource/8.0.1": { @@ -3624,27 +3541,27 @@ "buildTransitive/net6.0/_._": {} } }, - "System.Diagnostics.EventLog/8.0.0": { + "System.Diagnostics.EventLog/9.0.2": { "type": "package", "compile": { - "lib/net8.0/System.Diagnostics.EventLog.dll": { + "lib/net9.0/System.Diagnostics.EventLog.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Diagnostics.EventLog.dll": { + "lib/net9.0/System.Diagnostics.EventLog.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/net8.0/_._": {} }, "runtimeTargets": { - "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll": { + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll": { "assetType": "runtime", "rid": "win" }, - "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll": { + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll": { "assetType": "runtime", "rid": "win" } @@ -3701,7 +3618,9 @@ "runtime.native.System": "4.3.0" }, "compile": { - "ref/netstandard1.4/System.Diagnostics.Process.dll": {} + "ref/netstandard1.4/System.Diagnostics.Process.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/linux/lib/netstandard1.4/System.Diagnostics.Process.dll": { @@ -3726,7 +3645,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Diagnostics.Tools.dll": {} + "ref/netstandard1.0/System.Diagnostics.Tools.dll": { + "related": ".xml" + } } }, "System.Diagnostics.Tracing/4.3.0": { @@ -3737,7 +3658,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {} + "ref/netstandard1.5/System.Diagnostics.Tracing.dll": { + "related": ".xml" + } } }, "System.Dynamic.Runtime/4.0.11": { @@ -3760,7 +3683,9 @@ "System.Threading": "4.0.11" }, "compile": { - "ref/netstandard1.3/System.Dynamic.Runtime.dll": {} + "ref/netstandard1.3/System.Dynamic.Runtime.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Dynamic.Runtime.dll": {} @@ -3790,7 +3715,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Globalization.dll": {} + "ref/netstandard1.3/System.Globalization.dll": { + "related": ".xml" + } } }, "System.Globalization.Calendars/4.3.0": { @@ -3802,7 +3729,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Globalization.Calendars.dll": {} + "ref/netstandard1.3/System.Globalization.Calendars.dll": { + "related": ".xml" + } } }, "System.Globalization.Extensions/4.3.0": { @@ -3816,7 +3745,9 @@ "System.Runtime.InteropServices": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Globalization.Extensions.dll": {} + "ref/netstandard1.3/System.Globalization.Extensions.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll": { @@ -3829,19 +3760,19 @@ } } }, - "System.IdentityModel.Tokens.Jwt/7.0.0": { + "System.IdentityModel.Tokens.Jwt/8.6.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.0.0", - "Microsoft.IdentityModel.Tokens": "7.0.0" + "Microsoft.IdentityModel.JsonWebTokens": "8.6.0", + "Microsoft.IdentityModel.Tokens": "8.6.0" }, "compile": { - "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "lib/net9.0/System.IdentityModel.Tokens.Jwt.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "lib/net9.0/System.IdentityModel.Tokens.Jwt.dll": { "related": ".xml" } } @@ -3856,7 +3787,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.IO.dll": {} + "ref/netstandard1.5/System.IO.dll": { + "related": ".xml" + } } }, "System.IO.Compression/4.3.0": { @@ -3879,7 +3812,9 @@ "runtime.native.System.IO.Compression": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.Compression.dll": {} + "ref/netstandard1.3/System.IO.Compression.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": { @@ -3906,7 +3841,9 @@ "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": {} + "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {} @@ -3925,14 +3862,16 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.FileSystem.dll": {} + "ref/netstandard1.3/System.IO.FileSystem.dll": { + "related": ".xml" + } } }, - "System.IO.FileSystem.AccessControl/5.0.0": { + "System.IO.FileSystem.AccessControl/4.7.0": { "type": "package", "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" + "System.Security.AccessControl": "4.7.0", + "System.Security.Principal.Windows": "4.7.0" }, "compile": { "ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { @@ -3957,7 +3896,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} @@ -3984,7 +3925,9 @@ "runtime.native.System": "4.0.0" }, "compile": { - "ref/netstandard1.3/System.IO.FileSystem.Watcher.dll": {} + "ref/netstandard1.3/System.IO.FileSystem.Watcher.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/linux/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll": { @@ -4019,7 +3962,9 @@ "runtime.native.System": "4.0.0" }, "compile": { - "ref/netstandard1.3/System.IO.MemoryMappedFiles.dll": {} + "ref/netstandard1.3/System.IO.MemoryMappedFiles.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.IO.MemoryMappedFiles.dll": { @@ -4060,7 +4005,9 @@ "System.Threading.Tasks": "4.0.11" }, "compile": { - "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {} + "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {} @@ -4076,7 +4023,9 @@ "System.Runtime.Extensions": "4.3.0" }, "compile": { - "ref/netstandard1.6/System.Linq.dll": {} + "ref/netstandard1.6/System.Linq.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.6/System.Linq.dll": {} @@ -4104,7 +4053,9 @@ "System.Threading": "4.3.0" }, "compile": { - "ref/netstandard1.6/System.Linq.Expressions.dll": {} + "ref/netstandard1.6/System.Linq.Expressions.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.6/System.Linq.Expressions.dll": {} @@ -4125,7 +4076,9 @@ "System.Threading.Tasks": "4.0.11" }, "compile": { - "ref/netstandard1.1/System.Linq.Parallel.dll": {} + "ref/netstandard1.1/System.Linq.Parallel.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Linq.Parallel.dll": {} @@ -4144,7 +4097,9 @@ "System.Runtime": "4.1.0" }, "compile": { - "ref/netstandard1.0/System.Linq.Queryable.dll": {} + "ref/netstandard1.0/System.Linq.Queryable.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Linq.Queryable.dll": {} @@ -4166,10 +4121,14 @@ "System.Text.Json": "4.6.0" }, "compile": { - "lib/netstandard2.0/System.Memory.Data.dll": {} + "lib/netstandard2.0/System.Memory.Data.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/System.Memory.Data.dll": {} + "lib/netstandard2.0/System.Memory.Data.dll": { + "related": ".xml" + } } }, "System.Net.Http/4.3.0": { @@ -4203,7 +4162,9 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Net.Http.dll": {} + "ref/netstandard1.3/System.Net.Http.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll": { @@ -4235,7 +4196,9 @@ "runtime.native.System": "4.0.0" }, "compile": { - "ref/netstandard1.3/System.Net.NameResolution.dll": {} + "ref/netstandard1.3/System.Net.NameResolution.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Net.NameResolution.dll": { @@ -4257,7 +4220,9 @@ "System.Runtime.Handles": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Net.Primitives.dll": {} + "ref/netstandard1.3/System.Net.Primitives.dll": { + "related": ".xml" + } } }, "System.Net.Requests/4.0.11": { @@ -4278,7 +4243,9 @@ "System.Threading.Tasks": "4.0.11" }, "compile": { - "ref/netstandard1.3/System.Net.Requests.dll": {} + "ref/netstandard1.3/System.Net.Requests.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Net.Requests.dll": { @@ -4324,7 +4291,9 @@ "runtime.native.System.Security.Cryptography": "4.0.0" }, "compile": { - "ref/netstandard1.3/System.Net.Security.dll": {} + "ref/netstandard1.3/System.Net.Security.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.6/System.Net.Security.dll": { @@ -4348,7 +4317,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Net.Sockets.dll": {} + "ref/netstandard1.3/System.Net.Sockets.dll": { + "related": ".xml" + } } }, "System.Net.WebHeaderCollection/4.0.1": { @@ -4360,7 +4331,9 @@ "System.Runtime.Extensions": "4.1.0" }, "compile": { - "ref/netstandard1.3/System.Net.WebHeaderCollection.dll": {} + "ref/netstandard1.3/System.Net.WebHeaderCollection.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Net.WebHeaderCollection.dll": {} @@ -4385,7 +4358,9 @@ "System.Threading": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.ObjectModel.dll": {} + "ref/netstandard1.3/System.ObjectModel.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.ObjectModel.dll": {} @@ -4436,7 +4411,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.Reflection.dll": {} + "ref/netstandard1.5/System.Reflection.dll": { + "related": ".xml" + } } }, "System.Reflection.DispatchProxy/4.0.1": { @@ -4454,19 +4431,30 @@ "System.Threading": "4.0.11" }, "compile": { - "ref/netstandard1.3/System.Reflection.DispatchProxy.dll": {} + "ref/netstandard1.3/System.Reflection.DispatchProxy.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Reflection.DispatchProxy.dll": {} } }, - "System.Reflection.Emit/4.7.0": { + "System.Reflection.Emit/4.3.0": { "type": "package", + "dependencies": { + "System.IO": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + }, "compile": { - "ref/netcoreapp2.0/_._": {} + "ref/netstandard1.1/_._": { + "related": ".xml" + } }, "runtime": { - "lib/netcoreapp2.0/_._": {} + "lib/netstandard1.3/System.Reflection.Emit.dll": {} } }, "System.Reflection.Emit.ILGeneration/4.3.0": { @@ -4477,7 +4465,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/_._": {} + "ref/netstandard1.0/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {} @@ -4492,7 +4482,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/_._": {} + "ref/netstandard1.0/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll": {} @@ -4507,7 +4499,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Reflection.Extensions.dll": {} + "ref/netstandard1.0/System.Reflection.Extensions.dll": { + "related": ".xml" + } } }, "System.Reflection.Metadata/7.0.0": { @@ -4537,7 +4531,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Reflection.Primitives.dll": {} + "ref/netstandard1.0/System.Reflection.Primitives.dll": { + "related": ".xml" + } } }, "System.Reflection.TypeExtensions/4.3.0": { @@ -4581,7 +4577,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Resources.ResourceManager.dll": {} + "ref/netstandard1.0/System.Resources.ResourceManager.dll": { + "related": ".xml" + } } }, "System.Runtime/4.3.0": { @@ -4591,7 +4589,9 @@ "Microsoft.NETCore.Targets": "1.1.0" }, "compile": { - "ref/netstandard1.5/System.Runtime.dll": {} + "ref/netstandard1.5/System.Runtime.dll": { + "related": ".xml" + } } }, "System.Runtime.Caching/8.0.0": { @@ -4622,10 +4622,14 @@ "System.Runtime.CompilerServices.Unsafe/6.0.0": { "type": "package", "compile": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {} + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } }, "runtime": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {} + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } }, "build": { "buildTransitive/netcoreapp3.1/_._": {} @@ -4639,7 +4643,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.Runtime.Extensions.dll": {} + "ref/netstandard1.5/System.Runtime.Extensions.dll": { + "related": ".xml" + } } }, "System.Runtime.Handles/4.3.0": { @@ -4650,7 +4656,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Runtime.Handles.dll": {} + "ref/netstandard1.3/System.Runtime.Handles.dll": { + "related": ".xml" + } } }, "System.Runtime.InteropServices/4.3.0": { @@ -4695,15 +4703,17 @@ } } }, - "System.Runtime.Loader/4.3.0": { + "System.Runtime.Loader/4.0.0": { "type": "package", "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" + "System.IO": "4.1.0", + "System.Reflection": "4.1.0", + "System.Runtime": "4.1.0" }, "compile": { - "ref/netstandard1.5/System.Runtime.Loader.dll": {} + "ref/netstandard1.5/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.5/System.Runtime.Loader.dll": {} @@ -4718,7 +4728,9 @@ "System.Runtime.Extensions": "4.3.0" }, "compile": { - "ref/netstandard1.1/System.Runtime.Numerics.dll": {} + "ref/netstandard1.1/System.Runtime.Numerics.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Runtime.Numerics.dll": {} @@ -4732,7 +4744,9 @@ "System.Runtime": "4.1.0" }, "compile": { - "ref/netstandard1.0/System.Runtime.Serialization.Json.dll": {} + "ref/netstandard1.0/System.Runtime.Serialization.Json.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Runtime.Serialization.Json.dll": {} @@ -4745,17 +4759,19 @@ "System.Runtime": "4.1.0" }, "compile": { - "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} + "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} } }, - "System.Security.AccessControl/5.0.0": { + "System.Security.AccessControl/4.7.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" + "Microsoft.NETCore.Platforms": "3.1.0", + "System.Security.Principal.Windows": "4.7.0" }, "compile": { "ref/netstandard2.0/System.Security.AccessControl.dll": { @@ -4786,7 +4802,9 @@ "System.Security.Principal": "4.0.1" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Security.Claims.dll": {} @@ -4905,7 +4923,9 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": {} + "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": { @@ -5034,7 +5054,9 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" }, "compile": { - "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": {} + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { @@ -5072,13 +5094,15 @@ "System.Runtime": "4.1.0" }, "compile": { - "ref/netstandard1.0/System.Security.Principal.dll": {} + "ref/netstandard1.0/System.Security.Principal.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.0/System.Security.Principal.dll": {} } }, - "System.Security.Principal.Windows/5.0.0": { + "System.Security.Principal.Windows/4.7.0": { "type": "package", "compile": { "ref/netcoreapp3.0/System.Security.Principal.Windows.dll": { @@ -5109,7 +5133,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Text.Encoding.dll": {} + "ref/netstandard1.3/System.Text.Encoding.dll": { + "related": ".xml" + } } }, "System.Text.Encoding.Extensions/4.3.0": { @@ -5121,7 +5147,9 @@ "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {} + "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": { + "related": ".xml" + } } }, "System.Text.Encodings.Web/4.7.2": { @@ -5172,7 +5200,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Threading.dll": {} + "ref/netstandard1.3/System.Threading.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Threading.dll": {} @@ -5203,7 +5233,9 @@ "System.Runtime.Handles": "4.0.1" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Threading.Overlapped.dll": { @@ -5224,7 +5256,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Threading.Tasks.dll": {} + "ref/netstandard1.3/System.Threading.Tasks.dll": { + "related": ".xml" + } } }, "System.Threading.Tasks.Dataflow/4.6.0": { @@ -5275,7 +5309,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.1/System.Threading.Tasks.Parallel.dll": {} + "ref/netstandard1.1/System.Threading.Tasks.Parallel.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Threading.Tasks.Parallel.dll": {} @@ -5287,7 +5323,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Threading.Thread.dll": {} + "ref/netstandard1.3/System.Threading.Thread.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Threading.Thread.dll": {} @@ -5300,7 +5338,9 @@ "System.Runtime.Handles": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Threading.ThreadPool.dll": {} + "ref/netstandard1.3/System.Threading.ThreadPool.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Threading.ThreadPool.dll": {} @@ -5314,7 +5354,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.2/System.Threading.Timer.dll": {} + "ref/netstandard1.2/System.Threading.Timer.dll": { + "related": ".xml" + } } }, "System.ValueTuple/4.5.0": { @@ -5346,7 +5388,9 @@ "System.Threading.Tasks.Extensions": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Xml.ReaderWriter.dll": {} + "ref/netstandard1.3/System.Xml.ReaderWriter.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.ReaderWriter.dll": {} @@ -5369,7 +5413,9 @@ "System.Xml.ReaderWriter": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Xml.XDocument.dll": {} + "ref/netstandard1.3/System.Xml.XDocument.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.XDocument.dll": {} @@ -5390,7 +5436,9 @@ "System.Xml.ReaderWriter": "4.0.11" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.XmlDocument.dll": {} @@ -5418,21 +5466,23 @@ "System.Xml.XmlDocument": "4.0.1" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.XmlSerializer.dll": {} } }, - "YamlDotNet/13.3.1": { + "YamlDotNet/16.3.0": { "type": "package", "compile": { - "lib/net7.0/YamlDotNet.dll": { + "lib/net8.0/YamlDotNet.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/YamlDotNet.dll": { + "lib/net8.0/YamlDotNet.dll": { "related": ".xml" } } @@ -5440,52 +5490,48 @@ } }, "libraries": { - "AspNetCore.HealthChecks.SqlServer/8.0.2": { - "sha512": "sTcVVq7/zhfUrSTs0WAktvPdpU1He/sj14gRTogq4eFhn0oImolxNNhJczkYMgFF92RMMW+O+rlcFO7HVOpfiQ==", + "AspNetCore.HealthChecks.SqlServer/9.0.0": { + "sha512": "UxCf65iCF2nU1u7AcB320abjL4CRg5swCgJECY6mKk1j5lrGMfVtskWwriGs1T29pYdRig9Vra3SPnP+4G82pA==", "type": "package", - "path": "aspnetcore.healthchecks.sqlserver/8.0.2", + "path": "aspnetcore.healthchecks.sqlserver/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "aspnetcore.healthchecks.sqlserver.8.0.2.nupkg.sha512", + "aspnetcore.healthchecks.sqlserver.9.0.0.nupkg.sha512", "aspnetcore.healthchecks.sqlserver.nuspec", "icon.png", - "lib/net6.0/HealthChecks.SqlServer.dll", - "lib/net6.0/HealthChecks.SqlServer.xml", + "lib/net8.0/HealthChecks.SqlServer.dll", + "lib/net8.0/HealthChecks.SqlServer.xml", "lib/netstandard2.0/HealthChecks.SqlServer.dll", "lib/netstandard2.0/HealthChecks.SqlServer.xml" ] }, - "AspNetCore.HealthChecks.UI.Client/8.0.1": { - "sha512": "nhC6KIoB/EtTbH3uGm2J6EHEUyTJuETUARFePbmrnA+zjbwsirzIVUQl46qIjvyPABhK0e7Rk+AxcRqC6zikqA==", + "AspNetCore.HealthChecks.UI.Client/9.0.0": { + "sha512": "1Ub3Wvvbz7CMuFNWgLEc9qqQibiMoovDML/WHrwr5J83RPgtI20giCR92s/ipLgu7IIuqw+W/y7WpIeHqAICxg==", "type": "package", - "path": "aspnetcore.healthchecks.ui.client/8.0.1", + "path": "aspnetcore.healthchecks.ui.client/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "aspnetcore.healthchecks.ui.client.8.0.1.nupkg.sha512", + "aspnetcore.healthchecks.ui.client.9.0.0.nupkg.sha512", "aspnetcore.healthchecks.ui.client.nuspec", "icon.png", - "lib/net6.0/HealthChecks.UI.Client.dll", - "lib/net6.0/HealthChecks.UI.Client.xml", - "lib/net7.0/HealthChecks.UI.Client.dll", - "lib/net7.0/HealthChecks.UI.Client.xml", "lib/net8.0/HealthChecks.UI.Client.dll", "lib/net8.0/HealthChecks.UI.Client.xml" ] }, - "AspNetCore.HealthChecks.UI.Core/8.0.1": { - "sha512": "Vn00MOJ1I0HSqyP7Bt9v0pr0AIgbrXMjL/KFwW+sRwLRogOtep8BWGimd8XYRCbCDLrAi7VSArU02f6pEIw69w==", + "AspNetCore.HealthChecks.UI.Core/9.0.0": { + "sha512": "TVriy4hgYnhfqz6NAzv8qe62Q8wf82iKUL6WV9selqeFZTq1ILi39Sic6sFQegRysvAVcnxKP/vY8z9Fk8x6XQ==", "type": "package", - "path": "aspnetcore.healthchecks.ui.core/8.0.1", + "path": "aspnetcore.healthchecks.ui.core/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "aspnetcore.healthchecks.ui.core.8.0.1.nupkg.sha512", + "aspnetcore.healthchecks.ui.core.9.0.0.nupkg.sha512", "aspnetcore.healthchecks.ui.core.nuspec", "icon.png", - "lib/net6.0/HealthChecks.UI.Core.dll", - "lib/net6.0/HealthChecks.UI.Core.xml" + "lib/net8.0/HealthChecks.UI.Core.dll", + "lib/net8.0/HealthChecks.UI.Core.xml" ] }, "Autofac/8.1.0": { @@ -5534,80 +5580,58 @@ "lib/netstandard2.1/Autofac.Extensions.DependencyInjection.xml" ] }, - "AutoMapper/10.0.0": { - "sha512": "T09NoqMZBqw0/JEauXulxnmmerl0Zj03e0r6VCcJ0LURWBIaYxZPPoiDv8bHf5Y4x2xcXJp4JPXoCaeOMJfHEA==", - "type": "package", - "path": "automapper/10.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "automapper.10.0.0.nupkg.sha512", - "automapper.nuspec", - "icon.png", - "lib/net461/AutoMapper.dll", - "lib/net461/AutoMapper.xml", - "lib/netstandard2.0/AutoMapper.dll", - "lib/netstandard2.0/AutoMapper.xml" - ] - }, - "Azure.Core/1.35.0": { - "sha512": "hENcx03Jyuqv05F4RBEPbxz29UrM3Nbhnr6Wl6NQpoU9BCIbL3XLentrxDCTrH54NLS11Exxi/o8MYgT/cnKFA==", + "Azure.Core/1.38.0": { + "sha512": "IuEgCoVA0ef7E4pQtpC3+TkPbzaoQfa77HlfJDmfuaJUCVJmn7fT0izamZiryW5sYUFKizsftIxMkXKbgIcPMQ==", "type": "package", - "path": "azure.core/1.35.0", + "path": "azure.core/1.38.0", "files": [ ".nupkg.metadata", ".signature.p7s", "CHANGELOG.md", "README.md", - "azure.core.1.35.0.nupkg.sha512", + "azure.core.1.38.0.nupkg.sha512", "azure.core.nuspec", "azureicon.png", "lib/net461/Azure.Core.dll", "lib/net461/Azure.Core.xml", "lib/net472/Azure.Core.dll", "lib/net472/Azure.Core.xml", - "lib/net5.0/Azure.Core.dll", - "lib/net5.0/Azure.Core.xml", "lib/net6.0/Azure.Core.dll", "lib/net6.0/Azure.Core.xml", - "lib/netcoreapp2.1/Azure.Core.dll", - "lib/netcoreapp2.1/Azure.Core.xml", "lib/netstandard2.0/Azure.Core.dll", "lib/netstandard2.0/Azure.Core.xml" ] }, - "Azure.Identity/1.10.3": { - "sha512": "l1Xm2MWOF2Mzcwuarlw8kWQXLZk3UeB55aQXVyjj23aBfDwOZ3gu5GP2kJ6KlmZeZv2TCzw7x4L3V36iNr3gww==", + "Azure.Identity/1.11.4": { + "sha512": "Sf4BoE6Q3jTgFkgBkx7qztYOFELBCo+wQgpYDwal/qJ1unBH73ywPztIJKXBXORRzAeNijsuxhk94h0TIMvfYg==", "type": "package", - "path": "azure.identity/1.10.3", + "path": "azure.identity/1.11.4", "files": [ ".nupkg.metadata", ".signature.p7s", "CHANGELOG.md", "README.md", - "azure.identity.1.10.3.nupkg.sha512", + "azure.identity.1.11.4.nupkg.sha512", "azure.identity.nuspec", "azureicon.png", "lib/netstandard2.0/Azure.Identity.dll", "lib/netstandard2.0/Azure.Identity.xml" ] }, - "Fractions/7.2.1": { - "sha512": "1gVCo18/02ZZOJ+dcpVNMsUHF6cLmltMMskUWl2G1l+0OmTTvcwJZq5/JXIVpvOzPM3gDLombsloGMlTQNcv9g==", + "Fractions/7.3.0": { + "sha512": "2bETFWLBc8b7Ut2SVi+bxhGVwiSpknHYGBh2PADyGWONLkTxT7bKyDRhF8ao+XUv90tq8Fl7GTPxSI5bacIRJw==", "type": "package", - "path": "fractions/7.2.1", + "path": "fractions/7.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Fraction.png", "Readme.md", - "fractions.7.2.1.nupkg.sha512", + "fractions.7.3.0.nupkg.sha512", "fractions.nuspec", "lib/netstandard2.0/Fractions.dll", - "lib/netstandard2.0/Fractions.pdb", "lib/netstandard2.0/Fractions.xml", "lib/netstandard2.1/Fractions.dll", - "lib/netstandard2.1/Fractions.pdb", "lib/netstandard2.1/Fractions.xml", "license.txt" ] @@ -5630,133 +5654,21 @@ "logo.png" ] }, - "IdentityModel/5.2.0": { - "sha512": "nuhkbaDH9l5QzNJp2MtP3qio57MPtiRneUN8Ocr7od0JvSYaIe3gBj/vxllr11S/Qvu1AG4GZXoyv5469ewYDA==", - "type": "package", - "path": "identitymodel/5.2.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "icon.jpg", - "identitymodel.5.2.0.nupkg.sha512", - "identitymodel.nuspec", - "lib/net461/IdentityModel.dll", - "lib/net461/IdentityModel.pdb", - "lib/net461/IdentityModel.xml", - "lib/net472/IdentityModel.dll", - "lib/net472/IdentityModel.pdb", - "lib/net472/IdentityModel.xml", - "lib/net5.0/IdentityModel.dll", - "lib/net5.0/IdentityModel.pdb", - "lib/net5.0/IdentityModel.xml", - "lib/netstandard2.0/IdentityModel.dll", - "lib/netstandard2.0/IdentityModel.pdb", - "lib/netstandard2.0/IdentityModel.xml" - ] - }, - "IdentityModel.OidcClient/5.2.1": { - "sha512": "OuPhDNAw/EoJVEmYO6/ChZUBcug4OGoGKTKLUyBCsGhlKegxJk25LYQ0EL7GCBMgkEL+BYNJukNZyaJ+JNaWog==", - "type": "package", - "path": "identitymodel.oidcclient/5.2.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "icon.jpg", - "identitymodel.oidcclient.5.2.1.nupkg.sha512", - "identitymodel.oidcclient.nuspec", - "lib/netstandard2.0/IdentityModel.OidcClient.dll", - "lib/netstandard2.0/IdentityModel.OidcClient.xml" - ] - }, - "IdentityServer4/4.1.2": { - "sha512": "blaxxGuOA7v/w1q+fxn97wZ+x2ecG1ZD4mc/N/ZOXMNeFZZhqv+4LF26Gecyik3nWrJPmbMEtQbLmRsKG8k61w==", - "type": "package", - "path": "identityserver4/4.1.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "icon.jpg", - "identityserver4.4.1.2.nupkg.sha512", - "identityserver4.nuspec", - "lib/netcoreapp3.1/IdentityServer4.dll", - "lib/netcoreapp3.1/IdentityServer4.pdb", - "lib/netcoreapp3.1/IdentityServer4.xml" - ] - }, - "IdentityServer4.AspNetIdentity/4.1.2": { - "sha512": "wQ15LdslG5b2dA6YyVNJq6nFoTZSrBq7K4PNliC5liwiMwnGJD6bPRLyG/RdF7SQmil1tNIZH9Pu0O/4ZwW0jg==", - "type": "package", - "path": "identityserver4.aspnetidentity/4.1.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "icon.jpg", - "identityserver4.aspnetidentity.4.1.2.nupkg.sha512", - "identityserver4.aspnetidentity.nuspec", - "lib/netcoreapp3.1/IdentityServer4.AspNetIdentity.dll", - "lib/netcoreapp3.1/IdentityServer4.AspNetIdentity.pdb", - "lib/netcoreapp3.1/IdentityServer4.AspNetIdentity.xml" - ] - }, - "IdentityServer4.EntityFramework/4.1.2": { - "sha512": "us4Wt4XX5qgH9vdINAq8MU7QR/b52E0x8quVUYUDwNkRjkMyg587VkCOiCttLrhPU4njGjysRu1puEOF5J8Xww==", - "type": "package", - "path": "identityserver4.entityframework/4.1.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "icon.jpg", - "identityserver4.entityframework.4.1.2.nupkg.sha512", - "identityserver4.entityframework.nuspec", - "lib/netcoreapp3.1/IdentityServer4.EntityFramework.dll", - "lib/netcoreapp3.1/IdentityServer4.EntityFramework.pdb", - "lib/netcoreapp3.1/IdentityServer4.EntityFramework.xml" - ] - }, - "IdentityServer4.EntityFramework.Storage/4.1.2": { - "sha512": "qfL/hHf985B4N7+itO6X1cSjGFQecJ7nze9ZShwteQE1TVFbxqNf7MpLvTVIgVeH0eHjIGKScazUZ5qsMCsIwA==", - "type": "package", - "path": "identityserver4.entityframework.storage/4.1.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "icon.jpg", - "identityserver4.entityframework.storage.4.1.2.nupkg.sha512", - "identityserver4.entityframework.storage.nuspec", - "lib/netstandard2.0/IdentityServer4.EntityFramework.Storage.dll", - "lib/netstandard2.0/IdentityServer4.EntityFramework.Storage.pdb", - "lib/netstandard2.0/IdentityServer4.EntityFramework.Storage.xml" - ] - }, - "IdentityServer4.Storage/4.1.2": { - "sha512": "KoSffyZyyeCNTIyJiZnCuPakJ1QbCHlpty6gbWUj/7yl+w0PXIchgmmJnJSvddzBb8iZ2xew/vGlxWUIP17P2g==", - "type": "package", - "path": "identityserver4.storage/4.1.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "icon.jpg", - "identityserver4.storage.4.1.2.nupkg.sha512", - "identityserver4.storage.nuspec", - "lib/netstandard2.0/IdentityServer4.Storage.dll", - "lib/netstandard2.0/IdentityServer4.Storage.pdb" - ] - }, - "KubernetesClient/12.1.1": { - "sha512": "Xvc6Kr/W5YUxlMDzy0R80zy+Vd66brS7fSA4COGXu8KZACKPW7+KKS7kxZBLaFYGrUcktXOHpqNNuoukSGcK6A==", + "KubernetesClient/17.0.14": { + "sha512": "FMGWjGtN8WEUKAAQxs96PK2tYvPrvwhoJzay/6HiByVTvHoJ0i9u7ykvYb7E3vLTSlfv26Q2Ktxr41zYCppu8A==", "type": "package", - "path": "kubernetesclient/12.1.1", + "path": "kubernetesclient/17.0.14", "files": [ ".nupkg.metadata", ".signature.p7s", - "kubernetesclient.12.1.1.nupkg.sha512", + "kubernetesclient.17.0.14.nupkg.sha512", "kubernetesclient.nuspec", - "lib/net6.0/KubernetesClient.dll", - "lib/net6.0/KubernetesClient.pdb", - "lib/net6.0/KubernetesClient.xml", - "lib/net7.0/KubernetesClient.dll", - "lib/net7.0/KubernetesClient.pdb", - "lib/net7.0/KubernetesClient.xml", + "lib/net8.0/KubernetesClient.dll", + "lib/net8.0/KubernetesClient.pdb", + "lib/net8.0/KubernetesClient.xml", + "lib/net9.0/KubernetesClient.dll", + "lib/net9.0/KubernetesClient.pdb", + "lib/net9.0/KubernetesClient.xml", "logo.png" ] }, @@ -5780,10 +5692,10 @@ "runtimes/win7-x86/native/libuv.dll" ] }, - "Microsoft.ApplicationInsights/2.22.0": { - "sha512": "3AOM9bZtku7RQwHyMEY3tQMrHIgjcfRDa6YQpd/QG2LDGvMydSlL9Di+8LLMt7J2RDdfJ7/2jdYv6yHcMJAnNw==", + "Microsoft.ApplicationInsights/2.23.0": { + "sha512": "nWArUZTdU7iqZLycLKWe0TDms48KKGE6pONH2terYNa8REXiqixrMOkf1sk5DHGMaUTqONU2YkS4SAXBhLStgw==", "type": "package", - "path": "microsoft.applicationinsights/2.22.0", + "path": "microsoft.applicationinsights/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5797,14 +5709,14 @@ "lib/netstandard2.0/Microsoft.ApplicationInsights.dll", "lib/netstandard2.0/Microsoft.ApplicationInsights.pdb", "lib/netstandard2.0/Microsoft.ApplicationInsights.xml", - "microsoft.applicationinsights.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.2.23.0.nupkg.sha512", "microsoft.applicationinsights.nuspec" ] }, - "Microsoft.ApplicationInsights.AspNetCore/2.22.0": { - "sha512": "OuiZgRDX0zm3a1DRk/GT54ZsyTg8a88n3cpkVEYFJoRhT5X84l2C68BuKrglE0sIj+C0+o2WTR8S21YBD/ZWgA==", + "Microsoft.ApplicationInsights.AspNetCore/2.23.0": { + "sha512": "we/RsIn0Mwf/4ZNGXZixJ0lVD3pqjx2yVeKfqJybgYY/Lib8nnf+8YGJp+ULN3kOk39I0pI/7ZnF9LFy6hS3lw==", "type": "package", - "path": "microsoft.applicationinsights.aspnetcore/2.22.0", + "path": "microsoft.applicationinsights.aspnetcore/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5812,14 +5724,14 @@ "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.dll", "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.pdb", "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.xml", - "microsoft.applicationinsights.aspnetcore.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.aspnetcore.2.23.0.nupkg.sha512", "microsoft.applicationinsights.aspnetcore.nuspec" ] }, - "Microsoft.ApplicationInsights.DependencyCollector/2.22.0": { - "sha512": "gseSmuCshdZqcn5r6EW1Zx52e5/p2RpAsHSanlxs8pq+Pbg1RZP678tXtxfVuHC0fA3MVV852pnfFC7ZGB0jew==", + "Microsoft.ApplicationInsights.DependencyCollector/2.23.0": { + "sha512": "9YRdl9SNbTxd4AafJckyoJLr5gJdnvqFivjo+PY0lQTPEncPB+z3ZABG4iDfxN9HI1aLqyRINr1/7de9Wg8ZuQ==", "type": "package", - "path": "microsoft.applicationinsights.dependencycollector/2.22.0", + "path": "microsoft.applicationinsights.dependencycollector/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5834,14 +5746,14 @@ "lib/netstandard2.0/Microsoft.AI.DependencyCollector.dll", "lib/netstandard2.0/Microsoft.AI.DependencyCollector.pdb", "lib/netstandard2.0/Microsoft.AI.DependencyCollector.xml", - "microsoft.applicationinsights.dependencycollector.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.dependencycollector.2.23.0.nupkg.sha512", "microsoft.applicationinsights.dependencycollector.nuspec" ] }, - "Microsoft.ApplicationInsights.EventCounterCollector/2.22.0": { - "sha512": "/fXUyZIMwaWfETgire4fygaBhY8J+hXvTVhSFXKV0JOFBenzzU4smGW8iRUFhE534a3QrczuFfmfCCkXRKbsNg==", + "Microsoft.ApplicationInsights.EventCounterCollector/2.23.0": { + "sha512": "gGt0JPw2dcSeIAIefyORJBdeMz8KgAFIktu8HV/NwkiGmLyw+YtifLm6B5gvGxO15AeMsGPbmvWEIvLfq88XPw==", "type": "package", - "path": "microsoft.applicationinsights.eventcountercollector/2.22.0", + "path": "microsoft.applicationinsights.eventcountercollector/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5849,30 +5761,30 @@ "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.dll", "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.pdb", "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.xml", - "microsoft.applicationinsights.eventcountercollector.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.eventcountercollector.2.23.0.nupkg.sha512", "microsoft.applicationinsights.eventcountercollector.nuspec" ] }, - "Microsoft.ApplicationInsights.Kubernetes/7.0.0": { - "sha512": "NF7HsDqEPTLkqnm2NyA+xBLE4qzEaY5UEkdhywGeZgI0hjrpbjuFafrZOZPjqMV38WXZ24yv7c4K251+9OgOfw==", + "Microsoft.ApplicationInsights.Kubernetes/8.0.0": { + "sha512": "8KosvcFQZPtdqr9taaDUEKMsr3j4S7r62sze4fs8vkCTD0oDIR5MRtOUBh86zaWsBegqNuN0J8lEiIq2inRopw==", "type": "package", - "path": "microsoft.applicationinsights.kubernetes/7.0.0", + "path": "microsoft.applicationinsights.kubernetes/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "LICENSE", "Readme.Nuget.md", "images/icon.png", - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll", - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.xml", - "microsoft.applicationinsights.kubernetes.7.0.0.nupkg.sha512", + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.dll", + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.xml", + "microsoft.applicationinsights.kubernetes.8.0.0.nupkg.sha512", "microsoft.applicationinsights.kubernetes.nuspec" ] }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.22.0": { - "sha512": "nExsJsbN7694ueUNNBms/UNgza9WH4W/I6i5CnF9ujJ1sp57EL5Uk0NP9MDwlLVtYaaiznKPatVSv3Nu8vAplw==", + "Microsoft.ApplicationInsights.PerfCounterCollector/2.23.0": { + "sha512": "q9ApjZfBS9O8m3aQM2oVjsGBmlE8BCFywT7UR+8aqdNuz7HpoIxw4jHy0XOBergiFX/olrJF4OyPkGxc3H5JHg==", "type": "package", - "path": "microsoft.applicationinsights.perfcountercollector/2.22.0", + "path": "microsoft.applicationinsights.perfcountercollector/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5887,14 +5799,14 @@ "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.dll", "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.pdb", "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.xml", - "microsoft.applicationinsights.perfcountercollector.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.perfcountercollector.2.23.0.nupkg.sha512", "microsoft.applicationinsights.perfcountercollector.nuspec" ] }, - "Microsoft.ApplicationInsights.WindowsServer/2.22.0": { - "sha512": "9k1x1+Kq1fElvcv0o/w9w8tRWAa2Y0f4NPBeHF5b2xCety4GM1yv3K3Ra0lZwO3kW0SHlm9M8nrySuyKQlHyYA==", + "Microsoft.ApplicationInsights.WindowsServer/2.23.0": { + "sha512": "2B8CGfnB/tribkQAqRBhMvJYJK5TkEPMG/BB0QrlxdwVGEufayNLMveXjkQCqld9arXd6wKR1ve2XmkA0+xXKQ==", "type": "package", - "path": "microsoft.applicationinsights.windowsserver/2.22.0", + "path": "microsoft.applicationinsights.windowsserver/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5909,14 +5821,14 @@ "lib/netstandard2.0/Microsoft.AI.WindowsServer.dll", "lib/netstandard2.0/Microsoft.AI.WindowsServer.pdb", "lib/netstandard2.0/Microsoft.AI.WindowsServer.xml", - "microsoft.applicationinsights.windowsserver.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.windowsserver.2.23.0.nupkg.sha512", "microsoft.applicationinsights.windowsserver.nuspec" ] }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.22.0": { - "sha512": "Blb6S8UJSJ/jo6mxeO38gKgui75D2brp5NpXJoZUhyJzfmYsfhn7a4t5f+CDfAKyvie7sQB2FIzeEDQSiRE5zw==", + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.23.0": { + "sha512": "798Dudr4tkujslk1w+XcXOcCErmVsk+nhp+QCHLa3lcgi25vkAxBmzPUeQlRJVCNL/1f4x/YF+vQZ8RSuTXWCw==", "type": "package", - "path": "microsoft.applicationinsights.windowsserver.telemetrychannel/2.22.0", + "path": "microsoft.applicationinsights.windowsserver.telemetrychannel/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5931,21 +5843,24 @@ "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.dll", "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.pdb", "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.xml", - "microsoft.applicationinsights.windowsserver.telemetrychannel.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.windowsserver.telemetrychannel.2.23.0.nupkg.sha512", "microsoft.applicationinsights.windowsserver.telemetrychannel.nuspec" ] }, - "Microsoft.AspNetCore.Authentication.OpenIdConnect/3.1.0": { - "sha512": "O1cAQYUTU8EfRqwc5/rfTns4E4hKlFlg59fuKRrST+PzsxI6H07KqRN/JjdYhAuVYxF8jPnIGbj+zuc5paOWUw==", + "Microsoft.AspNetCore.Authentication.JwtBearer/9.0.0": { + "sha512": "bs+1Pq3vQdS2lTyxNUd9fEhtMsq3eLUpK36k2t56iDMVrk6OrAoFtvrQrTK0Y0OetTcJrUkGU7hBlf+ORzHLqQ==", "type": "package", - "path": "microsoft.aspnetcore.authentication.openidconnect/3.1.0", + "path": "microsoft.aspnetcore.authentication.jwtbearer/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "lib/netcoreapp3.1/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll", - "microsoft.aspnetcore.authentication.openidconnect.3.1.0.nupkg.sha512", - "microsoft.aspnetcore.authentication.openidconnect.nuspec" + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "lib/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll", + "lib/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.xml", + "microsoft.aspnetcore.authentication.jwtbearer.9.0.0.nupkg.sha512", + "microsoft.aspnetcore.authentication.jwtbearer.nuspec" ] }, "Microsoft.AspNetCore.Cryptography.Internal/9.0.0": { @@ -6078,6 +5993,7 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.xml", "microsoft.aspnetcore.hosting.2.1.1.nupkg.sha512", "microsoft.aspnetcore.hosting.nuspec" ] @@ -6116,6 +6032,7 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Http.xml", "microsoft.aspnetcore.http.2.1.22.nupkg.sha512", "microsoft.aspnetcore.http.nuspec" ] @@ -6141,6 +6058,7 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.xml", "microsoft.aspnetcore.http.extensions.2.1.1.nupkg.sha512", "microsoft.aspnetcore.http.extensions.nuspec" ] @@ -6216,6 +6134,7 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.xml", "microsoft.aspnetcore.webutilities.2.1.1.nupkg.sha512", "microsoft.aspnetcore.webutilities.nuspec" ] @@ -6229,8 +6148,10 @@ ".signature.p7s", "lib/net452/Microsoft.Azure.KeyVault.dll", "lib/net452/Microsoft.Azure.KeyVault.runtimeconfig.json", + "lib/net452/Microsoft.Azure.KeyVault.xml", "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll", "lib/netstandard1.4/Microsoft.Azure.KeyVault.runtimeconfig.json", + "lib/netstandard1.4/Microsoft.Azure.KeyVault.xml", "microsoft.azure.keyvault.2.3.2.nupkg.sha512", "microsoft.azure.keyvault.nuspec" ] @@ -6244,8 +6165,10 @@ ".signature.p7s", "lib/net452/Microsoft.Azure.KeyVault.WebKey.dll", "lib/net452/Microsoft.Azure.KeyVault.WebKey.runtimeconfig.json", + "lib/net452/Microsoft.Azure.KeyVault.WebKey.xml", "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll", "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.runtimeconfig.json", + "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.xml", "microsoft.azure.keyvault.webkey.2.0.7.nupkg.sha512", "microsoft.azure.keyvault.webkey.nuspec" ] @@ -6260,8 +6183,10 @@ "build/Microsoft.Azure.Services.AppAuthentication.targets", "lib/net452/Microsoft.Azure.Services.AppAuthentication.dll", "lib/net452/Microsoft.Azure.Services.AppAuthentication.runtimeconfig.json", + "lib/net452/Microsoft.Azure.Services.AppAuthentication.xml", "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll", "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.runtimeconfig.json", + "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.xml", "microsoft.azure.services.appauthentication.1.0.3.nupkg.sha512", "microsoft.azure.services.appauthentication.nuspec" ] @@ -7124,7 +7049,9 @@ ".signature.p7s", "ThirdPartyNotices.rtf", "lib/net45/Microsoft.CodeAnalysis.VisualBasic.dll", + "lib/net45/Microsoft.CodeAnalysis.VisualBasic.xml", "lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.dll", + "lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.xml", "lib/portable-net45+win8/Microsoft.CodeAnalysis.VisualBasic.dll", "lib/portable-net45+win8/Microsoft.CodeAnalysis.VisualBasic.xml", "microsoft.codeanalysis.visualbasic.1.3.0.nupkg.sha512", @@ -7280,6 +7207,7 @@ "lib/netcoreapp2.0/_._", "lib/netstandard1.3/Microsoft.CSharp.dll", "lib/netstandard2.0/Microsoft.CSharp.dll", + "lib/netstandard2.0/Microsoft.CSharp.xml", "lib/portable-net45+win8+wp8+wpa81/_._", "lib/uap10.0.16299/_._", "lib/win8/_._", @@ -7295,9 +7223,30 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/Microsoft.CSharp.dll", + "ref/netcore50/Microsoft.CSharp.xml", + "ref/netcore50/de/Microsoft.CSharp.xml", + "ref/netcore50/es/Microsoft.CSharp.xml", + "ref/netcore50/fr/Microsoft.CSharp.xml", + "ref/netcore50/it/Microsoft.CSharp.xml", + "ref/netcore50/ja/Microsoft.CSharp.xml", + "ref/netcore50/ko/Microsoft.CSharp.xml", + "ref/netcore50/ru/Microsoft.CSharp.xml", + "ref/netcore50/zh-hans/Microsoft.CSharp.xml", + "ref/netcore50/zh-hant/Microsoft.CSharp.xml", "ref/netcoreapp2.0/_._", "ref/netstandard1.0/Microsoft.CSharp.dll", + "ref/netstandard1.0/Microsoft.CSharp.xml", + "ref/netstandard1.0/de/Microsoft.CSharp.xml", + "ref/netstandard1.0/es/Microsoft.CSharp.xml", + "ref/netstandard1.0/fr/Microsoft.CSharp.xml", + "ref/netstandard1.0/it/Microsoft.CSharp.xml", + "ref/netstandard1.0/ja/Microsoft.CSharp.xml", + "ref/netstandard1.0/ko/Microsoft.CSharp.xml", + "ref/netstandard1.0/ru/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml", "ref/netstandard2.0/Microsoft.CSharp.dll", + "ref/netstandard2.0/Microsoft.CSharp.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/uap10.0.16299/_._", "ref/win8/_._", @@ -7311,10 +7260,10 @@ "version.txt" ] }, - "Microsoft.Data.SqlClient/5.2.0": { - "sha512": "3alfyqRN3ELRtdvU1dGtLBRNQqprr3TJ0WrUJfMISPwg1nPUN2P3Lelah68IKWuV27Ceb7ig95hWNHFTSXfxMg==", + "Microsoft.Data.SqlClient/5.2.2": { + "sha512": "mtoeRMh7F/OA536c/Cnh8L4H0uLSKB5kSmoi54oN7Fp0hNJDy22IqyMhaMH4PkDCqI7xL//Fvg9ldtuPHG0h5g==", "type": "package", - "path": "microsoft.data.sqlclient/5.2.0", + "path": "microsoft.data.sqlclient/5.2.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7379,7 +7328,7 @@ "lib/netstandard2.1/ru/Microsoft.Data.SqlClient.resources.dll", "lib/netstandard2.1/zh-Hans/Microsoft.Data.SqlClient.resources.dll", "lib/netstandard2.1/zh-Hant/Microsoft.Data.SqlClient.resources.dll", - "microsoft.data.sqlclient.5.2.0.nupkg.sha512", + "microsoft.data.sqlclient.5.2.2.nupkg.sha512", "microsoft.data.sqlclient.nuspec", "ref/net462/Microsoft.Data.SqlClient.dll", "ref/net462/Microsoft.Data.SqlClient.xml", @@ -7797,10 +7746,10 @@ "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration/9.0.0": { - "sha512": "YIMO9T3JL8MeEXgVozKt2v79hquo/EFtnY0vgxmLnUvk1Rei/halI7kOWZL2RBeV9FMGzgM9LZA8CVaNwFMaNA==", + "Microsoft.Extensions.Configuration/9.0.2": { + "sha512": "EBZW+u96tApIvNtjymXEIS44tH0I/jNwABHo4c33AchWOiDWCq2rL3klpnIo+xGrxoVGJzPDISV6hZ+a9C9SzQ==", "type": "package", - "path": "microsoft.extensions.configuration/9.0.0", + "path": "microsoft.extensions.configuration/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7820,15 +7769,15 @@ "lib/net9.0/Microsoft.Extensions.Configuration.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.xml", - "microsoft.extensions.configuration.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "sha512": "lqvd7W3FGKUO1+ZoUEMaZ5XDJeWvjpy2/M/ptCGz3tXLD4HWVaSzjufsAsjemasBEg+2SxXVtYVvGt5r2nKDlg==", + "Microsoft.Extensions.Configuration.Abstractions/9.0.7": { + "sha512": "lut/kiVvNsQ120VERMUYSFhpXPpKjjql+giy03LesASPBBcC0o6+aoFdzJH9GaYpFTQ3fGVhVjKjvJDoAW5/IQ==", "type": "package", - "path": "microsoft.extensions.configuration.abstractions/9.0.0", + "path": "microsoft.extensions.configuration.abstractions/9.0.7", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7848,7 +7797,7 @@ "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.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.abstractions.9.0.7.nupkg.sha512", "microsoft.extensions.configuration.abstractions.nuspec", "useSharedDesignerContext.txt" ] @@ -7867,10 +7816,10 @@ "microsoft.extensions.configuration.azurekeyvault.nuspec" ] }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "sha512": "RiScL99DcyngY9zJA2ROrri7Br8tn5N4hP4YNvGdTN/bvg1A3dwvDOxHnNZ3Im7x2SJ5i4LkX1uPiR/MfSFBLQ==", + "Microsoft.Extensions.Configuration.Binder/9.0.2": { + "sha512": "krJ04xR0aPXrOf5dkNASg6aJjsdzexvsMRL6UNOUjiTzqBvRr95sJ1owoKEm89bSONQCfZNhHrAFV9ahDqIPIw==", "type": "package", - "path": "microsoft.extensions.configuration.binder/9.0.0", + "path": "microsoft.extensions.configuration.binder/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7901,34 +7850,43 @@ "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.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.binder.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.binder.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.CommandLine/6.0.0": { - "sha512": "3nL1qCkZ1Oxx14ZTzgo4MmlO7tso7F+TtMZAY2jUAtTLyAcDp+EDjk3RqafoKiNaePyPvvlleEcBxh3b2Hzl1g==", + "Microsoft.Extensions.Configuration.CommandLine/9.0.2": { + "sha512": "Mud3j7RS/ZBnuk4f0KXemdQCQIke+vIgSTXuGL5cMvXyl2EgipnMCOxG9ZUn+xq0itg3altzE9MuMB0Lx0Emxw==", "type": "package", - "path": "microsoft.extensions.configuration.commandline/6.0.0", + "path": "microsoft.extensions.configuration.commandline/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Configuration.CommandLine.dll", - "lib/net461/Microsoft.Extensions.Configuration.CommandLine.xml", + "buildTransitive/net461/Microsoft.Extensions.Configuration.CommandLine.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.CommandLine.targets", + "lib/net462/Microsoft.Extensions.Configuration.CommandLine.dll", + "lib/net462/Microsoft.Extensions.Configuration.CommandLine.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.CommandLine.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.CommandLine.xml", + "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll", + "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.xml", - "microsoft.extensions.configuration.commandline.6.0.0.nupkg.sha512", + "microsoft.extensions.configuration.commandline.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.commandline.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "sha512": "v5R638eNMxksfXb7MFnkPwLPp+Ym4W/SIGNuoe8qFVVyvygQD5DdLusybmYSJEr9zc1UzWzim/ATKeIOVvOFDg==", + "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.2": { + "sha512": "LZPspiDA0/pBv9JOI17Xdm7DkiRlfnyca2r/QIYu4ApJPe05E+aOphtVj0ncvlnrjGlSsd6JZhKQb9+NeHzM5A==", "type": "package", - "path": "microsoft.extensions.configuration.environmentvariables/9.0.0", + "path": "microsoft.extensions.configuration.environmentvariables/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7948,15 +7906,15 @@ "lib/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", - "microsoft.extensions.configuration.environmentvariables.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.environmentvariables.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.environmentvariables.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "sha512": "4EK93Jcd2lQG4GY6PAw8jGss0ZzFP0vPc1J85mES5fKNuDTqgFXHba9onBw2s18fs3I4vdo2AWyfD1mPAxWSQQ==", + "Microsoft.Extensions.Configuration.FileExtensions/9.0.2": { + "sha512": "tPgue19a0G+8Vb1ShCj4PmhjvVaEOfFb1L89WCr5aEpY1JUgIuYWsfELKf92Njwg53o4C+yWbE4UqbyQtLpKTg==", "type": "package", - "path": "microsoft.extensions.configuration.fileextensions/9.0.0", + "path": "microsoft.extensions.configuration.fileextensions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7976,15 +7934,15 @@ "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "microsoft.extensions.configuration.fileextensions.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.fileextensions.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.fileextensions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "sha512": "WiTK0LrnsqmedrbzwL7f4ZUo+/wByqy2eKab39I380i2rd8ImfCRMrtkqJVGDmfqlkP/YzhckVOwPc5MPrSNpg==", + "Microsoft.Extensions.Configuration.Json/9.0.2": { + "sha512": "u2eIYagO91VmRbKYQ5pmElWC6JWX7GPQbP57EX09zzFcI1ZMPDCykr07ikPB4ecgBZzG+UAhTcViTLe0gSF4WQ==", "type": "package", - "path": "microsoft.extensions.configuration.json/9.0.0", + "path": "microsoft.extensions.configuration.json/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8006,36 +7964,47 @@ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.xml", "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll", "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.xml", - "microsoft.extensions.configuration.json.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.json.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.json.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.UserSecrets/6.0.1": { - "sha512": "Fy8yr4V6obi7ZxvKYI1i85jqtwMq8tqyxQVZpRSkgeA8enqy/KvBIMdcuNdznlxQMZa72mvbHqb7vbg4Pyx95w==", + "Microsoft.Extensions.Configuration.UserSecrets/9.0.2": { + "sha512": "vUBGgnHmmpjtWzmq2z9idJpnOrrStgYqUlqLn1MuSyFkAedeyR8A0I57BdThP060eBEYfhKEBjXaAB/jKmCtiw==", "type": "package", - "path": "microsoft.extensions.configuration.usersecrets/6.0.1", + "path": "microsoft.extensions.configuration.usersecrets/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.UserSecrets.targets", + "buildTransitive/net462/Microsoft.Extensions.Configuration.UserSecrets.props", + "buildTransitive/net462/Microsoft.Extensions.Configuration.UserSecrets.targets", + "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.props", + "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.targets", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.UserSecrets.targets", "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.props", "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.targets", - "lib/net461/Microsoft.Extensions.Configuration.UserSecrets.dll", - "lib/net461/Microsoft.Extensions.Configuration.UserSecrets.xml", + "lib/net462/Microsoft.Extensions.Configuration.UserSecrets.dll", + "lib/net462/Microsoft.Extensions.Configuration.UserSecrets.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.UserSecrets.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.UserSecrets.xml", + "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll", + "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.xml", - "microsoft.extensions.configuration.usersecrets.6.0.1.nupkg.sha512", + "microsoft.extensions.configuration.usersecrets.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.usersecrets.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "sha512": "MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==", + "Microsoft.Extensions.DependencyInjection/9.0.2": { + "sha512": "ZffbJrskOZ40JTzcTyKwFHS5eACSWp2bUQBBApIgGV+es8RaTD4OxUG7XxFr3RIPLXtYQ1jQzF2DjKB5fZn7Qg==", "type": "package", - "path": "microsoft.extensions.dependencyinjection/9.0.0", + "path": "microsoft.extensions.dependencyinjection/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8057,15 +8026,15 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.dependencyinjection.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { - "sha512": "+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==", + "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.2": { + "sha512": "MNe7GSTBf3jQx5vYrXF0NZvn6l7hUKF6J54ENfAgCO8y6xjN1XUmKKWG464LP2ye6QqDiA1dkaWEZBYnhoZzjg==", "type": "package", - "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0", + "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8087,7 +8056,7 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.dependencyinjection.abstractions.nuspec", "useSharedDesignerContext.txt" ] @@ -8120,10 +8089,10 @@ "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DiagnosticAdapter/3.1.27": { - "sha512": "IHJmvjE3X+PJLlbRvZHnzVO2CglI9FARYgTPbbUNN85gS4jqS0EM/dGhZGwQpr3P4X0/V/OUtmgHvBipS4KTwQ==", + "Microsoft.Extensions.DiagnosticAdapter/3.1.32": { + "sha512": "oDv3wt+Q5cmaSfOQ3Cdu6dF6sn/x5gzWdNpOq4ajBwCMWYBr6CchncDvB9pF83ORlbDuX32MsVLOPGPxW4Lx4g==", "type": "package", - "path": "microsoft.extensions.diagnosticadapter/3.1.27", + "path": "microsoft.extensions.diagnosticadapter/3.1.32", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8134,14 +8103,41 @@ "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.xml", "lib/netstandard2.0/Microsoft.Extensions.DiagnosticAdapter.dll", "lib/netstandard2.0/Microsoft.Extensions.DiagnosticAdapter.xml", - "microsoft.extensions.diagnosticadapter.3.1.27.nupkg.sha512", + "microsoft.extensions.diagnosticadapter.3.1.32.nupkg.sha512", "microsoft.extensions.diagnosticadapter.nuspec" ] }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { - "sha512": "1K8P7XzuzX8W8pmXcZjcrqS6x5eSSdvhQohmcpgiQNY/HlDAlnrhR9dvlURfFz428A+RTCJpUyB+aKTA6AgVcQ==", + "Microsoft.Extensions.Diagnostics/9.0.2": { + "sha512": "kwFWk6DPaj1Roc0CExRv+TTwjsiERZA730jQIPlwCcS5tMaCAQtaGfwAK0z8CMFpVTiT+MgKXpd/P50qVCuIgg==", + "type": "package", + "path": "microsoft.extensions.diagnostics/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Diagnostics.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Diagnostics.targets", + "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.9.0.2.nupkg.sha512", + "microsoft.extensions.diagnostics.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Diagnostics.Abstractions/9.0.2": { + "sha512": "kFwIZEC/37cwKuEm/nXvjF7A/Myz9O7c7P9Csgz6AOiiDE62zdOG5Bu7VkROu1oMYaX0wgijPJ5LqVt6+JKjVg==", "type": "package", - "path": "microsoft.extensions.diagnostics.abstractions/9.0.0", + "path": "microsoft.extensions.diagnostics.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8160,15 +8156,15 @@ "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.9.0.0.nupkg.sha512", + "microsoft.extensions.diagnostics.abstractions.9.0.2.nupkg.sha512", "microsoft.extensions.diagnostics.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Diagnostics.HealthChecks/8.0.0": { - "sha512": "P9SoBuVZhJPpALZmSq72aQEb9ryP67EdquaCZGXGrrcASTNHYdrUhnpgSwIipgM5oVC+dKpRXg5zxobmF9xr5g==", + "Microsoft.Extensions.Diagnostics.HealthChecks/8.0.11": { + "sha512": "zLgN22Zp9pk8RHlwssRTexw4+a6wqOnKWN+VejdPn5Yhjql4XiBhkFo35Nu8mmqHIk/UEmmCnMGLWq75aFfkOw==", "type": "package", - "path": "microsoft.extensions.diagnostics.healthchecks/8.0.0", + "path": "microsoft.extensions.diagnostics.healthchecks/8.0.11", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8180,14 +8176,14 @@ "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.xml", "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll", "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.xml", - "microsoft.extensions.diagnostics.healthchecks.8.0.0.nupkg.sha512", + "microsoft.extensions.diagnostics.healthchecks.8.0.11.nupkg.sha512", "microsoft.extensions.diagnostics.healthchecks.nuspec" ] }, - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/8.0.0": { - "sha512": "AT2qqos3IgI09ok36Qag9T8bb6kHJ3uT9Q5ki6CySybFsK6/9JbvQAgAHf1pVEjST0/N4JaFaCbm40R5edffwg==", + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/8.0.11": { + "sha512": "So3JUdRxozRjvQ3cxU6F3nI/i4emDnjane6yMYcJhvTTTu29ltlIdoXjkFGRceIWz8yKvuEpzXItZ0x5GvN2nQ==", "type": "package", - "path": "microsoft.extensions.diagnostics.healthchecks.abstractions/8.0.0", + "path": "microsoft.extensions.diagnostics.healthchecks.abstractions/8.0.11", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8199,14 +8195,14 @@ "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.xml", "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll", "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.xml", - "microsoft.extensions.diagnostics.healthchecks.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.diagnostics.healthchecks.abstractions.8.0.11.nupkg.sha512", "microsoft.extensions.diagnostics.healthchecks.abstractions.nuspec" ] }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "sha512": "uK439QzYR0q2emLVtYzwyK3x+T5bTY4yWsd/k/ZUS9LR6Sflp8MIdhGXW8kQCd86dQD4tLqvcbLkku8qHY263Q==", + "Microsoft.Extensions.FileProviders.Abstractions/9.0.2": { + "sha512": "IcOBmTlr2jySswU+3x8c3ql87FRwTVPQgVKaV5AXzPT5u0VItfNU8SMbESpdSp5STwxT/1R99WYszgHWsVkzhg==", "type": "package", - "path": "microsoft.extensions.fileproviders.abstractions/9.0.0", + "path": "microsoft.extensions.fileproviders.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8226,15 +8222,15 @@ "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.xml", "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll", "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml", - "microsoft.extensions.fileproviders.abstractions.9.0.0.nupkg.sha512", + "microsoft.extensions.fileproviders.abstractions.9.0.2.nupkg.sha512", "microsoft.extensions.fileproviders.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "sha512": "3+ZUSpOSmie+o8NnLIRqCxSh65XL/ExU7JYnFOg58awDRlY3lVpZ9A369jkoZL1rpsq7LDhEfkn2ghhGaY1y5Q==", + "Microsoft.Extensions.FileProviders.Physical/9.0.2": { + "sha512": "WcPkJx/OAaXG5xHvxYsoLY8qGsyCfHWsbDJtfMtHRWtceF/EmqAsqkHYsouh82gjxdZwfySvj3nGVi8AkwlYhA==", "type": "package", - "path": "microsoft.extensions.fileproviders.physical/9.0.0", + "path": "microsoft.extensions.fileproviders.physical/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8254,15 +8250,15 @@ "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.xml", "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll", "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.xml", - "microsoft.extensions.fileproviders.physical.9.0.0.nupkg.sha512", + "microsoft.extensions.fileproviders.physical.9.0.2.nupkg.sha512", "microsoft.extensions.fileproviders.physical.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": { - "sha512": "jGFKZiXs2HNseK3NK/rfwHNNovER71jSj4BD1a/649ml9+h6oEtYd0GSALZDNW8jZ2Rh+oAeadOa6sagYW1F2A==", + "Microsoft.Extensions.FileSystemGlobbing/9.0.2": { + "sha512": "wAjk+6rvvU4WesskJ6rJX1FYL/S9zvnpqMai/pXb07+gtXpO7DhFfuKzYHwkKN3HAUq2W4CD+YLYenHwAS3DCA==", "type": "package", - "path": "microsoft.extensions.filesystemglobbing/9.0.0", + "path": "microsoft.extensions.filesystemglobbing/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8282,7 +8278,7 @@ "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.xml", "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll", "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "microsoft.extensions.filesystemglobbing.9.0.0.nupkg.sha512", + "microsoft.extensions.filesystemglobbing.9.0.2.nupkg.sha512", "microsoft.extensions.filesystemglobbing.nuspec", "useSharedDesignerContext.txt" ] @@ -8299,35 +8295,40 @@ "microsoft.extensions.healthchecks.nuspec" ] }, - "Microsoft.Extensions.Hosting/6.0.1": { - "sha512": "hbmizc9KPWOacLU8Z8YMaBG6KWdZFppczYV/KwnPGU/8xebWxQxdDeJmLOgg968prb7g2oQgnp6JVLX6lgby8g==", + "Microsoft.Extensions.Hosting/9.0.2": { + "sha512": "h1lUeBuj0Cecg4c0BHpr1jR2UIqr80bGK+eLp4tq4bV13mSvS2juoNfi3Rsv0xV7bXY8HigUndnj6Xk2+4VdFw==", "type": "package", - "path": "microsoft.extensions.hosting/6.0.1", + "path": "microsoft.extensions.hosting/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Hosting.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Hosting.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/Microsoft.Extensions.Hosting.dll", - "lib/net461/Microsoft.Extensions.Hosting.xml", - "lib/net6.0/Microsoft.Extensions.Hosting.dll", - "lib/net6.0/Microsoft.Extensions.Hosting.xml", + "lib/net462/Microsoft.Extensions.Hosting.dll", + "lib/net462/Microsoft.Extensions.Hosting.xml", + "lib/net8.0/Microsoft.Extensions.Hosting.dll", + "lib/net8.0/Microsoft.Extensions.Hosting.xml", + "lib/net9.0/Microsoft.Extensions.Hosting.dll", + "lib/net9.0/Microsoft.Extensions.Hosting.xml", "lib/netstandard2.0/Microsoft.Extensions.Hosting.dll", "lib/netstandard2.0/Microsoft.Extensions.Hosting.xml", "lib/netstandard2.1/Microsoft.Extensions.Hosting.dll", "lib/netstandard2.1/Microsoft.Extensions.Hosting.xml", - "microsoft.extensions.hosting.6.0.1.nupkg.sha512", + "microsoft.extensions.hosting.9.0.2.nupkg.sha512", "microsoft.extensions.hosting.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { - "sha512": "yUKJgu81ExjvqbNWqZKshBbLntZMbMVz/P7Way2SBx7bMqA08Mfdc9O7hWDKAiSp+zPUGT6LKcSCQIPeDK+CCw==", + "Microsoft.Extensions.Hosting.Abstractions/9.0.2": { + "sha512": "PvjZW6CMdZbPbOwKsQXYN5VPtIWZQqdTRuBPZiW3skhU3hymB17XSlLVC4uaBbDZU+/3eHG3p80y+MzZxZqR7Q==", "type": "package", - "path": "microsoft.extensions.hosting.abstractions/9.0.0", + "path": "microsoft.extensions.hosting.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8349,27 +8350,11 @@ "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.xml", "lib/netstandard2.1/Microsoft.Extensions.Hosting.Abstractions.dll", "lib/netstandard2.1/Microsoft.Extensions.Hosting.Abstractions.xml", - "microsoft.extensions.hosting.abstractions.9.0.0.nupkg.sha512", + "microsoft.extensions.hosting.abstractions.9.0.2.nupkg.sha512", "microsoft.extensions.hosting.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Http/3.1.0": { - "sha512": "DLigdcV0nYaT6/ly0rnfP80BnXq8NNd/h8/SkfY39uio7Bd9LauVntp6RcRh1Kj23N+uf80GgL7Win6P3BCtoQ==", - "type": "package", - "path": "microsoft.extensions.http/3.1.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/netcoreapp3.1/Microsoft.Extensions.Http.dll", - "lib/netcoreapp3.1/Microsoft.Extensions.Http.xml", - "lib/netstandard2.0/Microsoft.Extensions.Http.dll", - "lib/netstandard2.0/Microsoft.Extensions.Http.xml", - "microsoft.extensions.http.3.1.0.nupkg.sha512", - "microsoft.extensions.http.nuspec", - "packageIcon.png" - ] - }, "Microsoft.Extensions.Identity.Core/9.0.0": { "sha512": "+cQjUs8PIheIMALzrf/e4gW6A/yOK8XYBxeEmAfLvVIaV9lsBGvVT0zjEZ1KPQDJ9nUeQ9uAw077J7LPUwv8wA==", "type": "package", @@ -8408,10 +8393,10 @@ "microsoft.extensions.identity.stores.nuspec" ] }, - "Microsoft.Extensions.Logging/9.0.0": { - "sha512": "crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==", + "Microsoft.Extensions.Logging/9.0.2": { + "sha512": "loV/0UNpt2bD+6kCDzFALVE63CDtqzPeC0LAetkdhiEr/tTNbvOlQ7CBResH7BQBd3cikrwiBfaHdyHMFUlc2g==", "type": "package", - "path": "microsoft.extensions.logging/9.0.0", + "path": "microsoft.extensions.logging/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8433,15 +8418,15 @@ "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", - "microsoft.extensions.logging.9.0.0.nupkg.sha512", + "microsoft.extensions.logging.9.0.2.nupkg.sha512", "microsoft.extensions.logging.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "sha512": "g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==", + "Microsoft.Extensions.Logging.Abstractions/9.0.2": { + "sha512": "dV9s2Lamc8jSaqhl2BQSPn/AryDIH2sSbQUyLitLXV0ROmsb+SROnn2cH939JFbsNrnf3mIM3GNRKT7P0ldwLg==", "type": "package", - "path": "microsoft.extensions.logging.abstractions/9.0.0", + "path": "microsoft.extensions.logging.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8504,15 +8489,15 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.logging.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.ApplicationInsights/2.22.0": { - "sha512": "5OmXub+9MyX8FbqgO+hBJRHk1iJ+UZUU20oIU3wo+RbmH6Jtsja79rriHLlzlrkMzWbpCkCzF6f4Yb6iGbsDag==", + "Microsoft.Extensions.Logging.ApplicationInsights/2.23.0": { + "sha512": "JLEabPz445i1yRB0hKZVzJJE35QatRIzWlrMOiBQXr9kBJod0jkpkrBf94ln6kXu+jlEGohnXtuXacPPhybJDw==", "type": "package", - "path": "microsoft.extensions.logging.applicationinsights/2.22.0", + "path": "microsoft.extensions.logging.applicationinsights/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8520,7 +8505,7 @@ "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.pdb", "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.xml", - "microsoft.extensions.logging.applicationinsights.2.22.0.nupkg.sha512", + "microsoft.extensions.logging.applicationinsights.2.23.0.nupkg.sha512", "microsoft.extensions.logging.applicationinsights.nuspec" ] }, @@ -8543,10 +8528,10 @@ "microsoft.extensions.logging.azureappservices.nuspec" ] }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "sha512": "H05HiqaNmg6GjH34ocYE9Wm1twm3Oz2aXZko8GTwGBzM7op2brpAA8pJ5yyD1OpS1mXUtModBYOlcZ/wXeWsSg==", + "Microsoft.Extensions.Logging.Configuration/9.0.2": { + "sha512": "pnwYZE7U6d3Y6iMVqADOAUUMMBGYAQPsT3fMwVr/V1Wdpe5DuVGFcViZavUthSJ5724NmelIl1cYy+kRfKfRPQ==", "type": "package", - "path": "microsoft.extensions.logging.configuration/9.0.0", + "path": "microsoft.extensions.logging.configuration/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8565,122 +8550,138 @@ "lib/net9.0/Microsoft.Extensions.Logging.Configuration.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.xml", - "microsoft.extensions.logging.configuration.9.0.0.nupkg.sha512", + "microsoft.extensions.logging.configuration.9.0.2.nupkg.sha512", "microsoft.extensions.logging.configuration.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.Console/6.0.0": { - "sha512": "gsqKzOEdsvq28QiXFxagmn1oRB9GeI5GgYCkoybZtQA0IUb7QPwf1WmN3AwJeNIsadTvIFQCiVK0OVIgKfOBGg==", + "Microsoft.Extensions.Logging.Console/9.0.2": { + "sha512": "eoMjwiM0WpkVGSxzjo/f94ShreFLYhPMjfkOG04WOb8fq/TztpcWaU8XAkMMWZ+mYSbFYln+FBwUOEriXR4jtA==", "type": "package", - "path": "microsoft.extensions.logging.console/6.0.0", + "path": "microsoft.extensions.logging.console/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Logging.Console.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Console.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/Microsoft.Extensions.Logging.Console.dll", - "lib/net461/Microsoft.Extensions.Logging.Console.xml", - "lib/net6.0/Microsoft.Extensions.Logging.Console.dll", - "lib/net6.0/Microsoft.Extensions.Logging.Console.xml", - "lib/netcoreapp3.1/Microsoft.Extensions.Logging.Console.dll", - "lib/netcoreapp3.1/Microsoft.Extensions.Logging.Console.xml", + "lib/net462/Microsoft.Extensions.Logging.Console.dll", + "lib/net462/Microsoft.Extensions.Logging.Console.xml", + "lib/net8.0/Microsoft.Extensions.Logging.Console.dll", + "lib/net8.0/Microsoft.Extensions.Logging.Console.xml", + "lib/net9.0/Microsoft.Extensions.Logging.Console.dll", + "lib/net9.0/Microsoft.Extensions.Logging.Console.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.Console.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.Console.xml", - "microsoft.extensions.logging.console.6.0.0.nupkg.sha512", + "microsoft.extensions.logging.console.9.0.2.nupkg.sha512", "microsoft.extensions.logging.console.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.Debug/6.0.0": { - "sha512": "M9g/JixseSZATJE9tcMn9uzoD4+DbSglivFqVx8YkRJ7VVPmnvCEbOZ0AAaxsL1EKyI4cz07DXOOJExxNsUOHw==", + "Microsoft.Extensions.Logging.Debug/9.0.2": { + "sha512": "dSrVF+zWBaTS6wANuyjU2avNQMinFdOGpNRXey8jRtMCuKYubtx/f0ZEI6BU/FuQ48wXP4F/SlBE1Khs2G5v/g==", "type": "package", - "path": "microsoft.extensions.logging.debug/6.0.0", + "path": "microsoft.extensions.logging.debug/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Logging.Debug.dll", - "lib/net461/Microsoft.Extensions.Logging.Debug.xml", + "buildTransitive/net461/Microsoft.Extensions.Logging.Debug.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Debug.targets", + "lib/net462/Microsoft.Extensions.Logging.Debug.dll", + "lib/net462/Microsoft.Extensions.Logging.Debug.xml", + "lib/net8.0/Microsoft.Extensions.Logging.Debug.dll", + "lib/net8.0/Microsoft.Extensions.Logging.Debug.xml", + "lib/net9.0/Microsoft.Extensions.Logging.Debug.dll", + "lib/net9.0/Microsoft.Extensions.Logging.Debug.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.xml", - "microsoft.extensions.logging.debug.6.0.0.nupkg.sha512", + "microsoft.extensions.logging.debug.9.0.2.nupkg.sha512", "microsoft.extensions.logging.debug.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.EventLog/6.0.0": { - "sha512": "rlo0RxlMd0WtLG3CHI0qOTp6fFn7MvQjlrCjucA31RqmiMFCZkF8CHNbe8O7tbBIyyoLGWB1he9CbaA5iyHthg==", + "Microsoft.Extensions.Logging.EventLog/9.0.2": { + "sha512": "4u7CexvjWr7eGUAvQOfyJUQ1+PgcWIGYajYXB+CgVI3qTMoi++8evZmuXQ/PSiKJ+SDeJXHoYDKbpmXq/aCwEg==", "type": "package", - "path": "microsoft.extensions.logging.eventlog/6.0.0", + "path": "microsoft.extensions.logging.eventlog/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Logging.EventLog.dll", - "lib/net461/Microsoft.Extensions.Logging.EventLog.xml", + "buildTransitive/net461/Microsoft.Extensions.Logging.EventLog.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.EventLog.targets", + "lib/net462/Microsoft.Extensions.Logging.EventLog.dll", + "lib/net462/Microsoft.Extensions.Logging.EventLog.xml", + "lib/net8.0/Microsoft.Extensions.Logging.EventLog.dll", + "lib/net8.0/Microsoft.Extensions.Logging.EventLog.xml", + "lib/net9.0/Microsoft.Extensions.Logging.EventLog.dll", + "lib/net9.0/Microsoft.Extensions.Logging.EventLog.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.EventLog.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.EventLog.xml", - "microsoft.extensions.logging.eventlog.6.0.0.nupkg.sha512", + "microsoft.extensions.logging.eventlog.9.0.2.nupkg.sha512", "microsoft.extensions.logging.eventlog.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.EventSource/6.0.0": { - "sha512": "BeDyyqt7nkm/nr+Gdk+L8n1tUT/u33VkbXAOesgYSNsxDM9hJ1NOBGoZfj9rCbeD2+9myElI6JOVVFmnzgeWQA==", + "Microsoft.Extensions.Logging.EventSource/9.0.2": { + "sha512": "DvT/+kEL+aydUYSuGamH4YRJ8uDlFiMIcT82A3OsQGZ+lxiPZgTqqu1mYkSz5VMOx3J1+8vjFd2IzA89JkS/oQ==", "type": "package", - "path": "microsoft.extensions.logging.eventsource/6.0.0", + "path": "microsoft.extensions.logging.eventsource/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Logging.EventSource.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.EventSource.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/Microsoft.Extensions.Logging.EventSource.dll", - "lib/net461/Microsoft.Extensions.Logging.EventSource.xml", - "lib/net6.0/Microsoft.Extensions.Logging.EventSource.dll", - "lib/net6.0/Microsoft.Extensions.Logging.EventSource.xml", - "lib/netcoreapp3.1/Microsoft.Extensions.Logging.EventSource.dll", - "lib/netcoreapp3.1/Microsoft.Extensions.Logging.EventSource.xml", + "lib/net462/Microsoft.Extensions.Logging.EventSource.dll", + "lib/net462/Microsoft.Extensions.Logging.EventSource.xml", + "lib/net8.0/Microsoft.Extensions.Logging.EventSource.dll", + "lib/net8.0/Microsoft.Extensions.Logging.EventSource.xml", + "lib/net9.0/Microsoft.Extensions.Logging.EventSource.dll", + "lib/net9.0/Microsoft.Extensions.Logging.EventSource.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.xml", - "microsoft.extensions.logging.eventsource.6.0.0.nupkg.sha512", + "microsoft.extensions.logging.eventsource.9.0.2.nupkg.sha512", "microsoft.extensions.logging.eventsource.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.ObjectPool/7.0.0": { - "sha512": "udvKco0sAVgYGTBnHUb0tY9JQzJ/nPDiv/8PIyz69wl1AibeCDZOLVVI+6156dPfHmJH7ws5oUJRiW4ZmAvuuA==", + "Microsoft.Extensions.ObjectPool/2.1.1": { + "sha512": "SErON45qh4ogDp6lr6UvVmFYW0FERihW+IQ+2JyFv1PUyWktcJytFaWH5zarufJvZwhci7Rf1IyGXr9pVEadTw==", "type": "package", - "path": "microsoft.extensions.objectpool/7.0.0", + "path": "microsoft.extensions.objectpool/2.1.1", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "THIRD-PARTY-NOTICES.TXT", - "lib/net462/Microsoft.Extensions.ObjectPool.dll", - "lib/net462/Microsoft.Extensions.ObjectPool.xml", - "lib/net7.0/Microsoft.Extensions.ObjectPool.dll", - "lib/net7.0/Microsoft.Extensions.ObjectPool.xml", "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll", "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.xml", - "microsoft.extensions.objectpool.7.0.0.nupkg.sha512", + "microsoft.extensions.objectpool.2.1.1.nupkg.sha512", "microsoft.extensions.objectpool.nuspec" ] }, - "Microsoft.Extensions.Options/9.0.0": { - "sha512": "y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==", + "Microsoft.Extensions.Options/9.0.2": { + "sha512": "zr98z+AN8+isdmDmQRuEJ/DAKZGUTHmdv3t0ZzjHvNqvA44nAgkXE9kYtfoN6581iALChhVaSw2Owt+Z2lVbkQ==", "type": "package", - "path": "microsoft.extensions.options/9.0.0", + "path": "microsoft.extensions.options/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8717,15 +8718,15 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.options.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "sha512": "Ob3FXsXkcSMQmGZi7qP07EQ39kZpSBlTcAZLbJLdI4FIf0Jug8biv2HTavWmnTirchctPlq9bl/26CXtQRguzA==", + "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.2": { + "sha512": "OPm1NXdMg4Kb4Kz+YHdbBQfekh7MqQZ7liZ5dYUd+IbJakinv9Fl7Ck6Strbgs0a6E76UGbP/jHR532K/7/feQ==", "type": "package", - "path": "microsoft.extensions.options.configurationextensions/9.0.0", + "path": "microsoft.extensions.options.configurationextensions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8745,15 +8746,15 @@ "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.9.0.0.nupkg.sha512", + "microsoft.extensions.options.configurationextensions.9.0.2.nupkg.sha512", "microsoft.extensions.options.configurationextensions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Primitives/9.0.0": { - "sha512": "N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==", + "Microsoft.Extensions.Primitives/9.0.7": { + "sha512": "ti/zD9BuuO50IqlvhWQs9GHxkCmoph5BHjGiWKdg2t6Or8XoyAfRJiKag+uvd/fpASnNklfsB01WpZ4fhAe0VQ==", "type": "package", - "path": "microsoft.extensions.primitives/9.0.0", + "path": "microsoft.extensions.primitives/9.0.7", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8773,69 +8774,56 @@ "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.9.0.7.nupkg.sha512", "microsoft.extensions.primitives.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Identity.Client/4.56.0": { - "sha512": "rr4zbidvHy9r4NvOAs5hdd964Ao2A0pAeFBJKR95u1CJAVzbd1p6tPTXUZ+5ld0cfThiVSGvz6UHwY6JjraTpA==", + "Microsoft.Identity.Client/4.61.3": { + "sha512": "naJo/Qm35Caaoxp5utcw+R8eU8ZtLz2ALh8S+gkekOYQ1oazfCQMWVT4NJ/FnHzdIJlm8dMz0oMpMGCabx5odA==", "type": "package", - "path": "microsoft.identity.client/4.56.0", + "path": "microsoft.identity.client/4.61.3", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/monoandroid10.0/Microsoft.Identity.Client.dll", - "lib/monoandroid10.0/Microsoft.Identity.Client.xml", - "lib/monoandroid90/Microsoft.Identity.Client.dll", - "lib/monoandroid90/Microsoft.Identity.Client.xml", - "lib/net45/Microsoft.Identity.Client.dll", - "lib/net45/Microsoft.Identity.Client.xml", - "lib/net461/Microsoft.Identity.Client.dll", - "lib/net461/Microsoft.Identity.Client.xml", + "README.md", + "lib/net462/Microsoft.Identity.Client.dll", + "lib/net462/Microsoft.Identity.Client.xml", "lib/net6.0-android31.0/Microsoft.Identity.Client.dll", "lib/net6.0-android31.0/Microsoft.Identity.Client.xml", "lib/net6.0-ios15.4/Microsoft.Identity.Client.dll", "lib/net6.0-ios15.4/Microsoft.Identity.Client.xml", - "lib/net6.0-windows7.0/Microsoft.Identity.Client.dll", - "lib/net6.0-windows7.0/Microsoft.Identity.Client.xml", "lib/net6.0/Microsoft.Identity.Client.dll", "lib/net6.0/Microsoft.Identity.Client.xml", - "lib/netcoreapp2.1/Microsoft.Identity.Client.dll", - "lib/netcoreapp2.1/Microsoft.Identity.Client.xml", "lib/netstandard2.0/Microsoft.Identity.Client.dll", "lib/netstandard2.0/Microsoft.Identity.Client.xml", - "lib/uap10.0.17763/Microsoft.Identity.Client.dll", - "lib/uap10.0.17763/Microsoft.Identity.Client.pri", - "lib/uap10.0.17763/Microsoft.Identity.Client.xml", - "lib/xamarinios10/Microsoft.Identity.Client.dll", - "lib/xamarinios10/Microsoft.Identity.Client.xml", - "microsoft.identity.client.4.56.0.nupkg.sha512", + "microsoft.identity.client.4.61.3.nupkg.sha512", "microsoft.identity.client.nuspec" ] }, - "Microsoft.Identity.Client.Extensions.Msal/4.56.0": { - "sha512": "H12YAzEGK55vZ+QpxUzozhW8ZZtgPDuWvgA0JbdIR9UhMUplj29JhIgE2imuH8W2Nw9D8JKygR1uxRFtpSNcrg==", + "Microsoft.Identity.Client.Extensions.Msal/4.61.3": { + "sha512": "PWnJcznrSGr25MN8ajlc2XIDW4zCFu0U6FkpaNLEWLgd1NgFCp5uDY3mqLDgM8zCN8hqj8yo5wHYfLB2HjcdGw==", "type": "package", - "path": "microsoft.identity.client.extensions.msal/4.56.0", + "path": "microsoft.identity.client.extensions.msal/4.61.3", "files": [ ".nupkg.metadata", ".signature.p7s", + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll", + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.xml", "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll", "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.xml", - "microsoft.identity.client.extensions.msal.4.56.0.nupkg.sha512", + "microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512", "microsoft.identity.client.extensions.msal.nuspec" ] }, - "Microsoft.IdentityModel.Abstractions/7.0.0": { - "sha512": "7iSWSRR72VKeonFdfDi43Lvkca98Y0F3TmmWhRSuHbkjk/IKUSO0Qd272LQFZpi5eDNQNbUXy3o4THXhOAU6cw==", + "Microsoft.IdentityModel.Abstractions/8.6.0": { + "sha512": "ewgV0sc2B3tjes8+OCRGE08Uxsey3qFfOD8vNq2gTs9k0/zPZ0MejK7Cb/eAW2c2Oz+IQHqgZkTycrAKYBD5yw==", "type": "package", - "path": "microsoft.identitymodel.abstractions/7.0.0", + "path": "microsoft.identitymodel.abstractions/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Abstractions.dll", - "lib/net461/Microsoft.IdentityModel.Abstractions.xml", + "README.md", "lib/net462/Microsoft.IdentityModel.Abstractions.dll", "lib/net462/Microsoft.IdentityModel.Abstractions.xml", "lib/net472/Microsoft.IdentityModel.Abstractions.dll", @@ -8844,9 +8832,11 @@ "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml", "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll", "lib/net8.0/Microsoft.IdentityModel.Abstractions.xml", + "lib/net9.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/net9.0/Microsoft.IdentityModel.Abstractions.xml", "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", - "microsoft.identitymodel.abstractions.7.0.0.nupkg.sha512", + "microsoft.identitymodel.abstractions.8.6.0.nupkg.sha512", "microsoft.identitymodel.abstractions.nuspec" ] }, @@ -8860,32 +8850,36 @@ "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML", "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML", "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML", "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML", "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/portable-net45+win/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", "lib/portable-net45+win/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "microsoft.identitymodel.clients.activedirectory.3.14.2.nupkg.sha512", "microsoft.identitymodel.clients.activedirectory.nuspec" ] }, - "Microsoft.IdentityModel.JsonWebTokens/7.0.0": { - "sha512": "N+hUPsFZs+IhlMU+qmX8NnYVB9uMxVdcWoPIhKo4oHDR/yuIFh19SVZeFby15cm8S9yedynOcfs7TU5oDCheZw==", + "Microsoft.IdentityModel.JsonWebTokens/8.6.0": { + "sha512": "g/CFN/OzAhJb9a94ep6/xv4b9fOUL8heFkKDwC/HNb17tUDOIPN5iVawisfZ0p1xjJlmVyYWIggnECqIfX8Rfw==", "type": "package", - "path": "microsoft.identitymodel.jsonwebtokens/7.0.0", + "path": "microsoft.identitymodel.jsonwebtokens/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml", + "README.md", "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll", "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml", "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", @@ -8894,21 +8888,22 @@ "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml", "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll", "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.xml", "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "microsoft.identitymodel.jsonwebtokens.7.0.0.nupkg.sha512", + "microsoft.identitymodel.jsonwebtokens.8.6.0.nupkg.sha512", "microsoft.identitymodel.jsonwebtokens.nuspec" ] }, - "Microsoft.IdentityModel.Logging/7.0.0": { - "sha512": "6I35Kt2/PQZAyUYLo3+QgT/LubZ5/4Ojelkbyo8KKdDgjMbVocAx2B3P5V7iMCz+rsAe/RLr6ql87QKnHtI+aw==", + "Microsoft.IdentityModel.Logging/8.6.0": { + "sha512": "PqkPSoENwbGQenGQT270hZIt5p36Ta4YwDla4QId6LdqCeUDus63OChHBv+3AgujFVeBJlRrvmkN7H+Lug+u0g==", "type": "package", - "path": "microsoft.identitymodel.logging/7.0.0", + "path": "microsoft.identitymodel.logging/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Logging.dll", - "lib/net461/Microsoft.IdentityModel.Logging.xml", + "README.md", "lib/net462/Microsoft.IdentityModel.Logging.dll", "lib/net462/Microsoft.IdentityModel.Logging.xml", "lib/net472/Microsoft.IdentityModel.Logging.dll", @@ -8917,67 +8912,68 @@ "lib/net6.0/Microsoft.IdentityModel.Logging.xml", "lib/net8.0/Microsoft.IdentityModel.Logging.dll", "lib/net8.0/Microsoft.IdentityModel.Logging.xml", + "lib/net9.0/Microsoft.IdentityModel.Logging.dll", + "lib/net9.0/Microsoft.IdentityModel.Logging.xml", "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", - "microsoft.identitymodel.logging.7.0.0.nupkg.sha512", + "microsoft.identitymodel.logging.8.6.0.nupkg.sha512", "microsoft.identitymodel.logging.nuspec" ] }, - "Microsoft.IdentityModel.Protocols/6.35.0": { - "sha512": "BPQhlDzdFvv1PzaUxNSk+VEPwezlDEVADIKmyxubw7IiELK18uJ06RQ9QKKkds30XI+gDu9n8j24XQ8w7fjWcg==", + "Microsoft.IdentityModel.Protocols/8.0.1": { + "sha512": "uA2vpKqU3I2mBBEaeJAWPTjT9v1TZrGWKdgK6G5qJd03CLx83kdiqO9cmiK8/n1erkHzFBwU/RphP83aAe3i3g==", "type": "package", - "path": "microsoft.identitymodel.protocols/6.35.0", + "path": "microsoft.identitymodel.protocols/8.0.1", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Protocols.dll", - "lib/net45/Microsoft.IdentityModel.Protocols.xml", - "lib/net461/Microsoft.IdentityModel.Protocols.dll", - "lib/net461/Microsoft.IdentityModel.Protocols.xml", "lib/net462/Microsoft.IdentityModel.Protocols.dll", "lib/net462/Microsoft.IdentityModel.Protocols.xml", "lib/net472/Microsoft.IdentityModel.Protocols.dll", "lib/net472/Microsoft.IdentityModel.Protocols.xml", "lib/net6.0/Microsoft.IdentityModel.Protocols.dll", "lib/net6.0/Microsoft.IdentityModel.Protocols.xml", + "lib/net8.0/Microsoft.IdentityModel.Protocols.dll", + "lib/net8.0/Microsoft.IdentityModel.Protocols.xml", + "lib/net9.0/Microsoft.IdentityModel.Protocols.dll", + "lib/net9.0/Microsoft.IdentityModel.Protocols.xml", "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll", "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.xml", - "microsoft.identitymodel.protocols.6.35.0.nupkg.sha512", + "microsoft.identitymodel.protocols.8.0.1.nupkg.sha512", "microsoft.identitymodel.protocols.nuspec" ] }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { - "sha512": "LMtVqnECCCdSmyFoCOxIE5tXQqkOLrvGrL7OxHg41DIm1bpWtaCdGyVcTAfOQpJXvzND9zUKIN/lhngPkYR8vg==", + "Microsoft.IdentityModel.Protocols.OpenIdConnect/8.0.1": { + "sha512": "AQDbfpL+yzuuGhO/mQhKNsp44pm5Jv8/BI4KiFXR7beVGZoSH35zMV3PrmcfvSTsyI6qrcR898NzUauD6SRigg==", "type": "package", - "path": "microsoft.identitymodel.protocols.openidconnect/6.35.0", + "path": "microsoft.identitymodel.protocols.openidconnect/8.0.1", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512", + "microsoft.identitymodel.protocols.openidconnect.8.0.1.nupkg.sha512", "microsoft.identitymodel.protocols.openidconnect.nuspec" ] }, - "Microsoft.IdentityModel.Tokens/7.0.0": { - "sha512": "dxYqmmFLsjBQZ6F6a4XDzrZ1CTxBRFVigJvWiNtXiIsT6UlYMxs9ONMaGx9XKzcxmcgEQ2ADuCqKZduz0LR9Hw==", + "Microsoft.IdentityModel.Tokens/8.6.0": { + "sha512": "ga4ASKm8EezJ+Oj4uvTNE0xjIWy27Ix5pOZz737CnLzxv7ClFnelX+YWbFuiO1Qj2zVoIpsPqKJRGHGlpFF6eQ==", "type": "package", - "path": "microsoft.identitymodel.tokens/7.0.0", + "path": "microsoft.identitymodel.tokens/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Tokens.dll", - "lib/net461/Microsoft.IdentityModel.Tokens.xml", + "README.md", "lib/net462/Microsoft.IdentityModel.Tokens.dll", "lib/net462/Microsoft.IdentityModel.Tokens.xml", "lib/net472/Microsoft.IdentityModel.Tokens.dll", @@ -8986,9 +8982,11 @@ "lib/net6.0/Microsoft.IdentityModel.Tokens.xml", "lib/net8.0/Microsoft.IdentityModel.Tokens.dll", "lib/net8.0/Microsoft.IdentityModel.Tokens.xml", + "lib/net9.0/Microsoft.IdentityModel.Tokens.dll", + "lib/net9.0/Microsoft.IdentityModel.Tokens.xml", "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", - "microsoft.identitymodel.tokens.7.0.0.nupkg.sha512", + "microsoft.identitymodel.tokens.8.6.0.nupkg.sha512", "microsoft.identitymodel.tokens.nuspec" ] }, @@ -9075,18 +9073,17 @@ "runtime.json" ] }, - "Microsoft.NETCore.Platforms/5.0.0": { - "sha512": "VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==", + "Microsoft.NETCore.Platforms/3.1.0": { + "sha512": "z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==", "type": "package", - "path": "microsoft.netcore.platforms/5.0.0", + "path": "microsoft.netcore.platforms/3.1.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/netstandard1.0/_._", - "microsoft.netcore.platforms.5.0.0.nupkg.sha512", + "microsoft.netcore.platforms.3.1.0.nupkg.sha512", "microsoft.netcore.platforms.nuspec", "runtime.json", "useSharedDesignerContext.txt", @@ -9160,8 +9157,10 @@ ".signature.p7s", "lib/net452/Microsoft.Rest.ClientRuntime.dll", "lib/net452/Microsoft.Rest.ClientRuntime.runtimeconfig.json", + "lib/net452/Microsoft.Rest.ClientRuntime.xml", "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll", "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.runtimeconfig.json", + "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.xml", "microsoft.rest.clientruntime.2.3.8.nupkg.sha512", "microsoft.rest.clientruntime.nuspec" ] @@ -9175,8 +9174,10 @@ ".signature.p7s", "lib/net452/Microsoft.Rest.ClientRuntime.Azure.dll", "lib/net452/Microsoft.Rest.ClientRuntime.Azure.runtimeconfig.json", + "lib/net452/Microsoft.Rest.ClientRuntime.Azure.xml", "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll", "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.runtimeconfig.json", + "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.xml", "microsoft.rest.clientruntime.azure.3.3.7.nupkg.sha512", "microsoft.rest.clientruntime.azure.nuspec" ] @@ -9191,8 +9192,10 @@ "dotnet.png", "lib/net46/Microsoft.SqlServer.Server.dll", "lib/net46/Microsoft.SqlServer.Server.pdb", + "lib/net46/Microsoft.SqlServer.Server.xml", "lib/netstandard2.0/Microsoft.SqlServer.Server.dll", "lib/netstandard2.0/Microsoft.SqlServer.Server.pdb", + "lib/netstandard2.0/Microsoft.SqlServer.Server.xml", "microsoft.sqlserver.server.1.0.0.nupkg.sha512", "microsoft.sqlserver.server.nuspec" ] @@ -9216,16 +9219,36 @@ "microsoft.visualbasic.nuspec", "ref/net45/_._", "ref/netcore50/Microsoft.VisualBasic.dll", + "ref/netcore50/Microsoft.VisualBasic.xml", + "ref/netcore50/de/Microsoft.VisualBasic.xml", + "ref/netcore50/es/Microsoft.VisualBasic.xml", + "ref/netcore50/fr/Microsoft.VisualBasic.xml", + "ref/netcore50/it/Microsoft.VisualBasic.xml", + "ref/netcore50/ja/Microsoft.VisualBasic.xml", + "ref/netcore50/ko/Microsoft.VisualBasic.xml", + "ref/netcore50/ru/Microsoft.VisualBasic.xml", + "ref/netcore50/zh-hans/Microsoft.VisualBasic.xml", + "ref/netcore50/zh-hant/Microsoft.VisualBasic.xml", "ref/netstandard1.1/Microsoft.VisualBasic.dll", + "ref/netstandard1.1/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/de/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/es/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/fr/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/it/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/ja/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/ko/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/ru/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/zh-hans/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/zh-hant/Microsoft.VisualBasic.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._" ] }, - "Microsoft.Web.LibraryManager.Build/2.1.175": { - "sha512": "OhJ8cfzvX/rxCuEezniBQCaCqKuQtU2tNr3m3Qryu+V30lZcUrjtsg39DGZWLw6EzbJA+TUdZPfuLeEDuz3cXA==", + "Microsoft.Web.LibraryManager.Build/3.0.71": { + "sha512": "uO0RegM2P5ZZhQDJQ+YSiugXJgNnh4gmjMd3VofeoE9MSu60zYoR3meA9SAm6PVJW2t//SzICXQf4+JtfUTJQA==", "type": "package", - "path": "microsoft.web.librarymanager.build/2.1.175", + "path": "microsoft.web.librarymanager.build/3.0.71", "hasTools": true, "files": [ ".nupkg.metadata", @@ -9235,70 +9258,68 @@ "Third-party-notice.txt", "build/Microsoft.Web.LibraryManager.Build.props", "build/Microsoft.Web.LibraryManager.Build.targets", - "microsoft.web.librarymanager.build.2.1.175.nupkg.sha512", + "microsoft.web.librarymanager.build.3.0.71.nupkg.sha512", "microsoft.web.librarymanager.build.nuspec", - "tools/net472/Microsoft.Web.LibraryManager.Build.dll", - "tools/net472/Microsoft.Web.LibraryManager.Contracts.dll", - "tools/net472/Microsoft.Web.LibraryManager.dll", - "tools/net472/Minimatch.dll", - "tools/net472/Newtonsoft.Json.dll", - "tools/net472/cs/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/net472/cs/Microsoft.Web.LibraryManager.resources.dll", - "tools/net472/de/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/net472/de/Microsoft.Web.LibraryManager.resources.dll", - "tools/net472/es/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/net472/es/Microsoft.Web.LibraryManager.resources.dll", - "tools/net472/fr/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/net472/fr/Microsoft.Web.LibraryManager.resources.dll", - "tools/net472/it/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/net472/it/Microsoft.Web.LibraryManager.resources.dll", - "tools/net472/ja/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/net472/ja/Microsoft.Web.LibraryManager.resources.dll", - "tools/net472/ko/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/net472/ko/Microsoft.Web.LibraryManager.resources.dll", - "tools/net472/pl/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/net472/pl/Microsoft.Web.LibraryManager.resources.dll", - "tools/net472/pt-BR/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/net472/pt-BR/Microsoft.Web.LibraryManager.resources.dll", - "tools/net472/ru/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/net472/ru/Microsoft.Web.LibraryManager.resources.dll", - "tools/net472/tr/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/net472/tr/Microsoft.Web.LibraryManager.resources.dll", - "tools/net472/zh-Hans/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/net472/zh-Hans/Microsoft.Web.LibraryManager.resources.dll", - "tools/net472/zh-Hant/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/net472/zh-Hant/Microsoft.Web.LibraryManager.resources.dll", - "tools/netstandard2.0/Microsoft.Web.LibraryManager.Build.dll", - "tools/netstandard2.0/Microsoft.Web.LibraryManager.Contracts.dll", - "tools/netstandard2.0/Microsoft.Web.LibraryManager.dll", - "tools/netstandard2.0/Minimatch.dll", - "tools/netstandard2.0/Newtonsoft.Json.dll", - "tools/netstandard2.0/cs/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/netstandard2.0/cs/Microsoft.Web.LibraryManager.resources.dll", - "tools/netstandard2.0/de/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/netstandard2.0/de/Microsoft.Web.LibraryManager.resources.dll", - "tools/netstandard2.0/es/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/netstandard2.0/es/Microsoft.Web.LibraryManager.resources.dll", - "tools/netstandard2.0/fr/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/netstandard2.0/fr/Microsoft.Web.LibraryManager.resources.dll", - "tools/netstandard2.0/it/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/netstandard2.0/it/Microsoft.Web.LibraryManager.resources.dll", - "tools/netstandard2.0/ja/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/netstandard2.0/ja/Microsoft.Web.LibraryManager.resources.dll", - "tools/netstandard2.0/ko/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/netstandard2.0/ko/Microsoft.Web.LibraryManager.resources.dll", - "tools/netstandard2.0/pl/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/netstandard2.0/pl/Microsoft.Web.LibraryManager.resources.dll", - "tools/netstandard2.0/pt-BR/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/netstandard2.0/pt-BR/Microsoft.Web.LibraryManager.resources.dll", - "tools/netstandard2.0/ru/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/netstandard2.0/ru/Microsoft.Web.LibraryManager.resources.dll", - "tools/netstandard2.0/tr/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/netstandard2.0/tr/Microsoft.Web.LibraryManager.resources.dll", - "tools/netstandard2.0/zh-Hans/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/netstandard2.0/zh-Hans/Microsoft.Web.LibraryManager.resources.dll", - "tools/netstandard2.0/zh-Hant/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/netstandard2.0/zh-Hant/Microsoft.Web.LibraryManager.resources.dll" + "tools/net481/Microsoft.Web.LibraryManager.Build.dll", + "tools/net481/Microsoft.Web.LibraryManager.Contracts.dll", + "tools/net481/Microsoft.Web.LibraryManager.dll", + "tools/net481/Newtonsoft.Json.dll", + "tools/net481/cs/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/cs/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/de/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/de/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/es/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/es/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/fr/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/fr/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/it/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/it/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/ja/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/ja/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/ko/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/ko/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/pl/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/pl/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/pt-BR/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/pt-BR/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/ru/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/ru/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/tr/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/tr/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/zh-Hans/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/zh-Hans/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/zh-Hant/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/zh-Hant/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/Microsoft.Web.LibraryManager.Build.dll", + "tools/net8.0/Microsoft.Web.LibraryManager.Contracts.dll", + "tools/net8.0/Microsoft.Web.LibraryManager.dll", + "tools/net8.0/Newtonsoft.Json.dll", + "tools/net8.0/cs/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/cs/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/de/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/de/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/es/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/es/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/fr/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/fr/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/it/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/it/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/ja/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/ja/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/ko/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/ko/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/pl/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/pl/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/pt-BR/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/pt-BR/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/ru/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/ru/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/tr/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/tr/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/zh-Hans/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/zh-Hans/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/zh-Hant/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/zh-Hant/Microsoft.Web.LibraryManager.resources.dll" ] }, "Microsoft.Win32.Primitives/4.3.0": { @@ -9323,6 +9344,16 @@ "ref/MonoTouch10/_._", "ref/net46/Microsoft.Win32.Primitives.dll", "ref/netstandard1.3/Microsoft.Win32.Primitives.dll", + "ref/netstandard1.3/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/de/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/es/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/fr/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/it/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ja/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ko/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ru/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/zh-hans/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/zh-hant/Microsoft.Win32.Primitives.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -9429,10 +9460,13 @@ "LICENSE.md", "lib/net45/Newtonsoft.Json.Bson.dll", "lib/net45/Newtonsoft.Json.Bson.pdb", + "lib/net45/Newtonsoft.Json.Bson.xml", "lib/netstandard1.3/Newtonsoft.Json.Bson.dll", "lib/netstandard1.3/Newtonsoft.Json.Bson.pdb", + "lib/netstandard1.3/Newtonsoft.Json.Bson.xml", "lib/netstandard2.0/Newtonsoft.Json.Bson.dll", "lib/netstandard2.0/Newtonsoft.Json.Bson.pdb", + "lib/netstandard2.0/Newtonsoft.Json.Bson.xml", "newtonsoft.json.bson.1.0.2.nupkg.sha512", "newtonsoft.json.bson.nuspec" ] @@ -9460,13 +9494,14 @@ "pipelines.sockets.unofficial.nuspec" ] }, - "Polly/8.5.0": { - "sha512": "GBNZPy7i7OpkaIruWPRJ0+AWzdGDQDnKY91b7Ic2aAch4lKhPjUc5KSffpH9krIWe0MoyghqaRxwRC0Uwz2PkA==", + "Polly/8.6.5": { + "sha512": "VqtW2ZE/ALvQMAH1cQY3qZ2cF2OXa3oe/HKMdOv6Q02HCoEW0rsFNfcBONXlHBe1TnjWW1vdRxBEkPeq0/2FHA==", "type": "package", - "path": "polly/8.5.0", + "path": "polly/8.6.5", "files": [ ".nupkg.metadata", ".signature.p7s", + "LICENSE", "lib/net462/Polly.dll", "lib/net462/Polly.pdb", "lib/net462/Polly.xml", @@ -9481,17 +9516,18 @@ "lib/netstandard2.0/Polly.xml", "package-icon.png", "package-readme.md", - "polly.8.5.0.nupkg.sha512", + "polly.8.6.5.nupkg.sha512", "polly.nuspec" ] }, - "Polly.Core/8.5.0": { - "sha512": "VYYMZNitZ85UEhwOKkTQI63WEMvzUqwQc74I2mm8h/DBVAMcBBxqYPni4DmuRtbCwngmuONuK2yBJfWNRKzI+A==", + "Polly.Core/8.6.5": { + "sha512": "t+sUVrIwvo7UmsgHGgOG9F0GDZSRIm47u2ylH17Gvcv1q5hNEwgD5GoBlFyc0kh/pebmPyrAgvGsR/65ZBaXlg==", "type": "package", - "path": "polly.core/8.5.0", + "path": "polly.core/8.6.5", "files": [ ".nupkg.metadata", ".signature.p7s", + "LICENSE", "lib/net462/Polly.Core.dll", "lib/net462/Polly.Core.pdb", "lib/net462/Polly.Core.xml", @@ -9509,31 +9545,10 @@ "lib/netstandard2.0/Polly.Core.xml", "package-icon.png", "package-readme.md", - "polly.core.8.5.0.nupkg.sha512", + "polly.core.8.6.5.nupkg.sha512", "polly.core.nuspec" ] }, - "prometheus-net/8.0.1": { - "sha512": "A9sOtQB2gEhujBxPKw+KcGScBiPvBmy4lYVM5OlETMj4xjVD5r/ixIg52HHg2P0lcImJTpfeWnD0/9tpQsRQTA==", - "type": "package", - "path": "prometheus-net/8.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "lib/net462/Prometheus.NetStandard.dll", - "lib/net462/Prometheus.NetStandard.xml", - "lib/net6.0/Prometheus.NetStandard.dll", - "lib/net6.0/Prometheus.NetStandard.xml", - "lib/net7.0/Prometheus.NetStandard.dll", - "lib/net7.0/Prometheus.NetStandard.xml", - "lib/netstandard2.0/Prometheus.NetStandard.dll", - "lib/netstandard2.0/Prometheus.NetStandard.xml", - "prometheus-net-logo.png", - "prometheus-net.8.0.1.nupkg.sha512", - "prometheus-net.nuspec" - ] - }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { "sha512": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==", "type": "package", @@ -9786,10 +9801,10 @@ "runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so" ] }, - "Serilog/4.0.0": { - "sha512": "2jDkUrSh5EofOp7Lx5Zgy0EB+7hXjjxE2ktTb1WVQmU00lDACR2TdROGKU0K1pDTBSJBN1PqgYpgOZF8mL7NJw==", + "Serilog/4.2.0": { + "sha512": "gmoWVOvKgbME8TYR+gwMf7osROiWAURterc6Rt2dQyX7wtjZYpqFiA/pY6ztjGQKKV62GGCyOcmtP1UKMHgSmA==", "type": "package", - "path": "serilog/4.0.0", + "path": "serilog/4.2.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -9803,16 +9818,18 @@ "lib/net6.0/Serilog.xml", "lib/net8.0/Serilog.dll", "lib/net8.0/Serilog.xml", + "lib/net9.0/Serilog.dll", + "lib/net9.0/Serilog.xml", "lib/netstandard2.0/Serilog.dll", "lib/netstandard2.0/Serilog.xml", - "serilog.4.0.0.nupkg.sha512", + "serilog.4.2.0.nupkg.sha512", "serilog.nuspec" ] }, - "Serilog.AspNetCore/8.0.3": { - "sha512": "Y5at41mc0OV982DEJslBKHd6uzcWO6POwR3QceJ6gtpMPxCzm4+FElGPF0RdaTD7MGsP6XXE05LMbSi0NO+sXg==", + "Serilog.AspNetCore/9.0.0": { + "sha512": "JslDajPlBsn3Pww1554flJFTqROvK9zz9jONNQgn0D8Lx2Trw8L0A8/n6zEQK1DAZWXrJwiVLw8cnTR3YFuYsg==", "type": "package", - "path": "serilog.aspnetcore/8.0.3", + "path": "serilog.aspnetcore/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -9820,15 +9837,15 @@ "icon.png", "lib/net462/Serilog.AspNetCore.dll", "lib/net462/Serilog.AspNetCore.xml", - "lib/net6.0/Serilog.AspNetCore.dll", - "lib/net6.0/Serilog.AspNetCore.xml", - "lib/net7.0/Serilog.AspNetCore.dll", - "lib/net7.0/Serilog.AspNetCore.xml", "lib/net8.0/Serilog.AspNetCore.dll", "lib/net8.0/Serilog.AspNetCore.xml", + "lib/net9.0/Serilog.AspNetCore.dll", + "lib/net9.0/Serilog.AspNetCore.xml", "lib/netstandard2.0/Serilog.AspNetCore.dll", "lib/netstandard2.0/Serilog.AspNetCore.xml", - "serilog.aspnetcore.8.0.3.nupkg.sha512", + "lib/netstandard2.1/Serilog.AspNetCore.dll", + "lib/netstandard2.1/Serilog.AspNetCore.xml", + "serilog.aspnetcore.9.0.0.nupkg.sha512", "serilog.aspnetcore.nuspec" ] }, @@ -9855,10 +9872,10 @@ "serilog.enrichers.environment.nuspec" ] }, - "Serilog.Extensions.Hosting/8.0.0": { - "sha512": "db0OcbWeSCvYQkHWu6n0v40N4kKaTAXNjlM3BKvcbwvNzYphQFcBR+36eQ/7hMMwOkJvAyLC2a9/jNdUL5NjtQ==", + "Serilog.Extensions.Hosting/9.0.0": { + "sha512": "u2TRxuxbjvTAldQn7uaAwePkWxTHIqlgjelekBtilAGL5sYyF3+65NWctN4UrwwGLsDC7c3Vz3HnOlu+PcoxXg==", "type": "package", - "path": "serilog.extensions.hosting/8.0.0", + "path": "serilog.extensions.hosting/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -9866,47 +9883,45 @@ "icon.png", "lib/net462/Serilog.Extensions.Hosting.dll", "lib/net462/Serilog.Extensions.Hosting.xml", - "lib/net6.0/Serilog.Extensions.Hosting.dll", - "lib/net6.0/Serilog.Extensions.Hosting.xml", - "lib/net7.0/Serilog.Extensions.Hosting.dll", - "lib/net7.0/Serilog.Extensions.Hosting.xml", "lib/net8.0/Serilog.Extensions.Hosting.dll", "lib/net8.0/Serilog.Extensions.Hosting.xml", + "lib/net9.0/Serilog.Extensions.Hosting.dll", + "lib/net9.0/Serilog.Extensions.Hosting.xml", "lib/netstandard2.0/Serilog.Extensions.Hosting.dll", "lib/netstandard2.0/Serilog.Extensions.Hosting.xml", - "serilog.extensions.hosting.8.0.0.nupkg.sha512", + "lib/netstandard2.1/Serilog.Extensions.Hosting.dll", + "lib/netstandard2.1/Serilog.Extensions.Hosting.xml", + "serilog.extensions.hosting.9.0.0.nupkg.sha512", "serilog.extensions.hosting.nuspec" ] }, - "Serilog.Extensions.Logging/8.0.0": { - "sha512": "YEAMWu1UnWgf1c1KP85l1SgXGfiVo0Rz6x08pCiPOIBt2Qe18tcZLvdBUuV5o1QHvrs8FAry9wTIhgBRtjIlEg==", + "Serilog.Extensions.Logging/9.0.0": { + "sha512": "NwSSYqPJeKNzl5AuXVHpGbr6PkZJFlNa14CdIebVjK3k/76kYj/mz5kiTRNVSsSaxM8kAIa1kpy/qyT9E4npRQ==", "type": "package", - "path": "serilog.extensions.logging/8.0.0", + "path": "serilog.extensions.logging/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", "lib/net462/Serilog.Extensions.Logging.dll", "lib/net462/Serilog.Extensions.Logging.xml", - "lib/net6.0/Serilog.Extensions.Logging.dll", - "lib/net6.0/Serilog.Extensions.Logging.xml", - "lib/net7.0/Serilog.Extensions.Logging.dll", - "lib/net7.0/Serilog.Extensions.Logging.xml", "lib/net8.0/Serilog.Extensions.Logging.dll", "lib/net8.0/Serilog.Extensions.Logging.xml", + "lib/net9.0/Serilog.Extensions.Logging.dll", + "lib/net9.0/Serilog.Extensions.Logging.xml", "lib/netstandard2.0/Serilog.Extensions.Logging.dll", "lib/netstandard2.0/Serilog.Extensions.Logging.xml", "lib/netstandard2.1/Serilog.Extensions.Logging.dll", "lib/netstandard2.1/Serilog.Extensions.Logging.xml", "serilog-extension-nuget.png", - "serilog.extensions.logging.8.0.0.nupkg.sha512", + "serilog.extensions.logging.9.0.0.nupkg.sha512", "serilog.extensions.logging.nuspec" ] }, - "Serilog.Formatting.Compact/2.0.0": { - "sha512": "ob6z3ikzFM3D1xalhFuBIK1IOWf+XrQq+H4KeH4VqBcPpNcmUgZlRQ2h3Q7wvthpdZBBoY86qZOI2LCXNaLlNA==", + "Serilog.Formatting.Compact/3.0.0": { + "sha512": "wQsv14w9cqlfB5FX2MZpNsTawckN4a8dryuNGbebB/3Nh1pXnROHZov3swtu3Nj5oNG7Ba+xdu7Et/ulAUPanQ==", "type": "package", - "path": "serilog.formatting.compact/2.0.0", + "path": "serilog.formatting.compact/3.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -9917,21 +9932,19 @@ "lib/net471/Serilog.Formatting.Compact.xml", "lib/net6.0/Serilog.Formatting.Compact.dll", "lib/net6.0/Serilog.Formatting.Compact.xml", - "lib/net7.0/Serilog.Formatting.Compact.dll", - "lib/net7.0/Serilog.Formatting.Compact.xml", + "lib/net8.0/Serilog.Formatting.Compact.dll", + "lib/net8.0/Serilog.Formatting.Compact.xml", "lib/netstandard2.0/Serilog.Formatting.Compact.dll", "lib/netstandard2.0/Serilog.Formatting.Compact.xml", - "lib/netstandard2.1/Serilog.Formatting.Compact.dll", - "lib/netstandard2.1/Serilog.Formatting.Compact.xml", "serilog-extension-nuget.png", - "serilog.formatting.compact.2.0.0.nupkg.sha512", + "serilog.formatting.compact.3.0.0.nupkg.sha512", "serilog.formatting.compact.nuspec" ] }, - "Serilog.Settings.Configuration/8.0.4": { - "sha512": "pkxvq0umBKK8IKFJc1aV5S/HGRG/NIxJ6FV42KaTPLfDmBOAbBUB1m5gqqlGxzEa1MgDDWtQlWJdHTSxVWNx+Q==", + "Serilog.Settings.Configuration/9.0.0": { + "sha512": "4/Et4Cqwa+F88l5SeFeNZ4c4Z6dEAIKbu3MaQb2Zz9F/g27T5a3wvfMcmCOaAiACjfUb4A6wrlTVfyYUZk3RRQ==", "type": "package", - "path": "serilog.settings.configuration/8.0.4", + "path": "serilog.settings.configuration/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -9939,22 +9952,20 @@ "icon.png", "lib/net462/Serilog.Settings.Configuration.dll", "lib/net462/Serilog.Settings.Configuration.xml", - "lib/net6.0/Serilog.Settings.Configuration.dll", - "lib/net6.0/Serilog.Settings.Configuration.xml", - "lib/net7.0/Serilog.Settings.Configuration.dll", - "lib/net7.0/Serilog.Settings.Configuration.xml", "lib/net8.0/Serilog.Settings.Configuration.dll", "lib/net8.0/Serilog.Settings.Configuration.xml", + "lib/net9.0/Serilog.Settings.Configuration.dll", + "lib/net9.0/Serilog.Settings.Configuration.xml", "lib/netstandard2.0/Serilog.Settings.Configuration.dll", "lib/netstandard2.0/Serilog.Settings.Configuration.xml", - "serilog.settings.configuration.8.0.4.nupkg.sha512", + "serilog.settings.configuration.9.0.0.nupkg.sha512", "serilog.settings.configuration.nuspec" ] }, - "Serilog.Sinks.Console/6.0.0": { - "sha512": "fQGWqVMClCP2yEyTXPIinSr5c+CBGUvBybPxjAGcf7ctDhadFhrQw03Mv8rJ07/wR5PDfFjewf2LimvXCDzpbA==", + "Serilog.Sinks.Console/6.1.1": { + "sha512": "8jbqgjUyZlfCuSTaJk6lOca465OndqOz3KZP6Cryt/IqZYybyBu7GP0fE/AXBzrrQB3EBmQntBFAvMVz1COvAA==", "type": "package", - "path": "serilog.sinks.console/6.0.0", + "path": "serilog.sinks.console/6.1.1", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -9970,53 +9981,62 @@ "lib/net8.0/Serilog.Sinks.Console.xml", "lib/netstandard2.0/Serilog.Sinks.Console.dll", "lib/netstandard2.0/Serilog.Sinks.Console.xml", - "serilog.sinks.console.6.0.0.nupkg.sha512", + "serilog.sinks.console.6.1.1.nupkg.sha512", "serilog.sinks.console.nuspec" ] }, - "Serilog.Sinks.Debug/2.0.0": { - "sha512": "Y6g3OBJ4JzTyyw16fDqtFcQ41qQAydnEvEqmXjhwhgjsnG/FaJ8GUqF5ldsC/bVkK8KYmqrPhDO+tm4dF6xx4A==", + "Serilog.Sinks.Debug/3.0.0": { + "sha512": "4BzXcdrgRX7wde9PmHuYd9U6YqycCC28hhpKonK7hx0wb19eiuRj16fPcPSVp0o/Y1ipJuNLYQ00R3q2Zs8FDA==", "type": "package", - "path": "serilog.sinks.debug/2.0.0", + "path": "serilog.sinks.debug/3.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", + "README.md", "icon.png", - "lib/net45/Serilog.Sinks.Debug.dll", - "lib/net46/Serilog.Sinks.Debug.dll", - "lib/netstandard1.0/Serilog.Sinks.Debug.dll", + "lib/net462/Serilog.Sinks.Debug.dll", + "lib/net462/Serilog.Sinks.Debug.xml", + "lib/net471/Serilog.Sinks.Debug.dll", + "lib/net471/Serilog.Sinks.Debug.xml", + "lib/net6.0/Serilog.Sinks.Debug.dll", + "lib/net6.0/Serilog.Sinks.Debug.xml", + "lib/net8.0/Serilog.Sinks.Debug.dll", + "lib/net8.0/Serilog.Sinks.Debug.xml", "lib/netstandard2.0/Serilog.Sinks.Debug.dll", - "lib/netstandard2.1/Serilog.Sinks.Debug.dll", - "serilog.sinks.debug.2.0.0.nupkg.sha512", + "lib/netstandard2.0/Serilog.Sinks.Debug.xml", + "serilog.sinks.debug.3.0.0.nupkg.sha512", "serilog.sinks.debug.nuspec" ] }, - "Serilog.Sinks.File/5.0.0": { - "sha512": "uwV5hdhWPwUH1szhO8PJpFiahqXmzPzJT/sOijH/kFgUx+cyoDTMM8MHD0adw9+Iem6itoibbUXHYslzXsLEAg==", + "Serilog.Sinks.File/7.0.0": { + "sha512": "fKL7mXv7qaiNBUC71ssvn/dU0k9t0o45+qm2XgKAlSt19xF+ijjxyA3R6HmCgfKEKwfcfkwWjayuQtRueZFkYw==", "type": "package", - "path": "serilog.sinks.file/5.0.0", + "path": "serilog.sinks.file/7.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "images/icon.png", - "lib/net45/Serilog.Sinks.File.dll", - "lib/net45/Serilog.Sinks.File.pdb", - "lib/net5.0/Serilog.Sinks.File.dll", - "lib/net5.0/Serilog.Sinks.File.pdb", - "lib/netstandard1.3/Serilog.Sinks.File.dll", - "lib/netstandard1.3/Serilog.Sinks.File.pdb", + "README.md", + "lib/net462/Serilog.Sinks.File.dll", + "lib/net462/Serilog.Sinks.File.xml", + "lib/net471/Serilog.Sinks.File.dll", + "lib/net471/Serilog.Sinks.File.xml", + "lib/net6.0/Serilog.Sinks.File.dll", + "lib/net6.0/Serilog.Sinks.File.xml", + "lib/net8.0/Serilog.Sinks.File.dll", + "lib/net8.0/Serilog.Sinks.File.xml", + "lib/net9.0/Serilog.Sinks.File.dll", + "lib/net9.0/Serilog.Sinks.File.xml", "lib/netstandard2.0/Serilog.Sinks.File.dll", - "lib/netstandard2.0/Serilog.Sinks.File.pdb", - "lib/netstandard2.1/Serilog.Sinks.File.dll", - "lib/netstandard2.1/Serilog.Sinks.File.pdb", - "serilog.sinks.file.5.0.0.nupkg.sha512", + "lib/netstandard2.0/Serilog.Sinks.File.xml", + "serilog-sink-nuget.png", + "serilog.sinks.file.7.0.0.nupkg.sha512", "serilog.sinks.file.nuspec" ] }, - "Serilog.Sinks.Http/9.0.0": { - "sha512": "c246Bw1vXtvht/krwQXGwuZ4U2kKxRf8d9iaazZDodnOohTlRR4jZyQS/slWHSjJAj8ZDejCQcITnu+TkYmdFw==", + "Serilog.Sinks.Http/9.2.0": { + "sha512": "tngXuEvfI1CrtB02XVXhHAGTX1HvSMKjWcOmlyBT9LVNIMYvNhOSkfigfwxd9OCbv3cXw1aWFrSPGGw8Y6sjtg==", "type": "package", - "path": "serilog.sinks.http/9.0.0", + "path": "serilog.sinks.http/9.2.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -10028,14 +10048,14 @@ "lib/netstandard2.1/Serilog.Sinks.Http.dll", "lib/netstandard2.1/Serilog.Sinks.Http.xml", "serilog-sink-nuget.png", - "serilog.sinks.http.9.0.0.nupkg.sha512", + "serilog.sinks.http.9.2.0.nupkg.sha512", "serilog.sinks.http.nuspec" ] }, - "Serilog.Sinks.Seq/8.0.0": { - "sha512": "z5ig56/qzjkX6Fj4U/9m1g8HQaQiYPMZS4Uevtjg1I+WWzoGSf5t/E+6JbMP/jbZYhU63bA5NJN5y0x+qqx2Bw==", + "Serilog.Sinks.Seq/9.0.0": { + "sha512": "aNU8A0K322q7+voPNmp1/qNPH+9QK8xvM1p72sMmCG0wGlshFzmtDW9QnVSoSYCj0MgQKcMOlgooovtBhRlNHw==", "type": "package", - "path": "serilog.sinks.seq/8.0.0", + "path": "serilog.sinks.seq/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -10045,7 +10065,7 @@ "lib/net6.0/Serilog.Sinks.Seq.xml", "lib/netstandard2.0/Serilog.Sinks.Seq.dll", "lib/netstandard2.0/Serilog.Sinks.Seq.xml", - "serilog.sinks.seq.8.0.0.nupkg.sha512", + "serilog.sinks.seq.9.0.0.nupkg.sha512", "serilog.sinks.seq.nuspec" ] }, @@ -10201,7 +10221,27 @@ "ref/net463/System.AppContext.dll", "ref/netstandard/_._", "ref/netstandard1.3/System.AppContext.dll", + "ref/netstandard1.3/System.AppContext.xml", + "ref/netstandard1.3/de/System.AppContext.xml", + "ref/netstandard1.3/es/System.AppContext.xml", + "ref/netstandard1.3/fr/System.AppContext.xml", + "ref/netstandard1.3/it/System.AppContext.xml", + "ref/netstandard1.3/ja/System.AppContext.xml", + "ref/netstandard1.3/ko/System.AppContext.xml", + "ref/netstandard1.3/ru/System.AppContext.xml", + "ref/netstandard1.3/zh-hans/System.AppContext.xml", + "ref/netstandard1.3/zh-hant/System.AppContext.xml", "ref/netstandard1.6/System.AppContext.dll", + "ref/netstandard1.6/System.AppContext.xml", + "ref/netstandard1.6/de/System.AppContext.xml", + "ref/netstandard1.6/es/System.AppContext.xml", + "ref/netstandard1.6/fr/System.AppContext.xml", + "ref/netstandard1.6/it/System.AppContext.xml", + "ref/netstandard1.6/ja/System.AppContext.xml", + "ref/netstandard1.6/ko/System.AppContext.xml", + "ref/netstandard1.6/ru/System.AppContext.xml", + "ref/netstandard1.6/zh-hans/System.AppContext.xml", + "ref/netstandard1.6/zh-hant/System.AppContext.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -10222,12 +10262,17 @@ "THIRD-PARTY-NOTICES.TXT", "lib/netcoreapp2.0/_._", "lib/netstandard1.1/System.Buffers.dll", + "lib/netstandard1.1/System.Buffers.xml", "lib/netstandard2.0/System.Buffers.dll", + "lib/netstandard2.0/System.Buffers.xml", "lib/uap10.0.16299/_._", "ref/net45/System.Buffers.dll", + "ref/net45/System.Buffers.xml", "ref/netcoreapp2.0/_._", "ref/netstandard1.1/System.Buffers.dll", + "ref/netstandard1.1/System.Buffers.xml", "ref/netstandard2.0/System.Buffers.dll", + "ref/netstandard2.0/System.Buffers.xml", "ref/uap10.0.16299/_._", "system.buffers.4.5.0.nupkg.sha512", "system.buffers.nuspec", @@ -10235,6 +10280,24 @@ "version.txt" ] }, + "System.ClientModel/1.0.0": { + "sha512": "I3CVkvxeqFYjIVEP59DnjbeoGNfo/+SZrCLpRz2v/g0gpCHaEMPtWSY0s9k/7jR1rAsLNg2z2u1JRB76tPjnIw==", + "type": "package", + "path": "system.clientmodel/1.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "DotNetPackageIcon.png", + "README.md", + "lib/net6.0/System.ClientModel.dll", + "lib/net6.0/System.ClientModel.xml", + "lib/netstandard2.0/System.ClientModel.dll", + "lib/netstandard2.0/System.ClientModel.xml", + "system.clientmodel.1.0.0.nupkg.sha512", + "system.clientmodel.nuspec" + ] + }, "System.CodeDom/6.0.0": { "sha512": "CPc6tWO1LAer3IzfZufDBRL+UZQcj5uS207NHALQzP84Vp/z6wF0Aa0YZImOQY8iStY0A2zI/e3ihKNPfUm8XA==", "type": "package", @@ -10282,8 +10345,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", + "ref/netcore50/de/System.Collections.xml", + "ref/netcore50/es/System.Collections.xml", + "ref/netcore50/fr/System.Collections.xml", + "ref/netcore50/it/System.Collections.xml", + "ref/netcore50/ja/System.Collections.xml", + "ref/netcore50/ko/System.Collections.xml", + "ref/netcore50/ru/System.Collections.xml", + "ref/netcore50/zh-hans/System.Collections.xml", + "ref/netcore50/zh-hant/System.Collections.xml", "ref/netstandard1.0/System.Collections.dll", + "ref/netstandard1.0/System.Collections.xml", + "ref/netstandard1.0/de/System.Collections.xml", + "ref/netstandard1.0/es/System.Collections.xml", + "ref/netstandard1.0/fr/System.Collections.xml", + "ref/netstandard1.0/it/System.Collections.xml", + "ref/netstandard1.0/ja/System.Collections.xml", + "ref/netstandard1.0/ko/System.Collections.xml", + "ref/netstandard1.0/ru/System.Collections.xml", + "ref/netstandard1.0/zh-hans/System.Collections.xml", + "ref/netstandard1.0/zh-hant/System.Collections.xml", "ref/netstandard1.3/System.Collections.dll", + "ref/netstandard1.3/System.Collections.xml", + "ref/netstandard1.3/de/System.Collections.xml", + "ref/netstandard1.3/es/System.Collections.xml", + "ref/netstandard1.3/fr/System.Collections.xml", + "ref/netstandard1.3/it/System.Collections.xml", + "ref/netstandard1.3/ja/System.Collections.xml", + "ref/netstandard1.3/ko/System.Collections.xml", + "ref/netstandard1.3/ru/System.Collections.xml", + "ref/netstandard1.3/zh-hans/System.Collections.xml", + "ref/netstandard1.3/zh-hant/System.Collections.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -10321,8 +10414,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Collections.Concurrent.dll", + "ref/netcore50/System.Collections.Concurrent.xml", + "ref/netcore50/de/System.Collections.Concurrent.xml", + "ref/netcore50/es/System.Collections.Concurrent.xml", + "ref/netcore50/fr/System.Collections.Concurrent.xml", + "ref/netcore50/it/System.Collections.Concurrent.xml", + "ref/netcore50/ja/System.Collections.Concurrent.xml", + "ref/netcore50/ko/System.Collections.Concurrent.xml", + "ref/netcore50/ru/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hans/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hant/System.Collections.Concurrent.xml", "ref/netstandard1.1/System.Collections.Concurrent.dll", + "ref/netstandard1.1/System.Collections.Concurrent.xml", + "ref/netstandard1.1/de/System.Collections.Concurrent.xml", + "ref/netstandard1.1/es/System.Collections.Concurrent.xml", + "ref/netstandard1.1/fr/System.Collections.Concurrent.xml", + "ref/netstandard1.1/it/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ja/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ko/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ru/System.Collections.Concurrent.xml", + "ref/netstandard1.1/zh-hans/System.Collections.Concurrent.xml", + "ref/netstandard1.1/zh-hant/System.Collections.Concurrent.xml", "ref/netstandard1.3/System.Collections.Concurrent.dll", + "ref/netstandard1.3/System.Collections.Concurrent.xml", + "ref/netstandard1.3/de/System.Collections.Concurrent.xml", + "ref/netstandard1.3/es/System.Collections.Concurrent.xml", + "ref/netstandard1.3/fr/System.Collections.Concurrent.xml", + "ref/netstandard1.3/it/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ja/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ko/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ru/System.Collections.Concurrent.xml", + "ref/netstandard1.3/zh-hans/System.Collections.Concurrent.xml", + "ref/netstandard1.3/zh-hant/System.Collections.Concurrent.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -10388,7 +10511,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.ComponentModel.dll", + "ref/netcore50/System.ComponentModel.xml", + "ref/netcore50/de/System.ComponentModel.xml", + "ref/netcore50/es/System.ComponentModel.xml", + "ref/netcore50/fr/System.ComponentModel.xml", + "ref/netcore50/it/System.ComponentModel.xml", + "ref/netcore50/ja/System.ComponentModel.xml", + "ref/netcore50/ko/System.ComponentModel.xml", + "ref/netcore50/ru/System.ComponentModel.xml", + "ref/netcore50/zh-hans/System.ComponentModel.xml", + "ref/netcore50/zh-hant/System.ComponentModel.xml", "ref/netstandard1.0/System.ComponentModel.dll", + "ref/netstandard1.0/System.ComponentModel.xml", + "ref/netstandard1.0/de/System.ComponentModel.xml", + "ref/netstandard1.0/es/System.ComponentModel.xml", + "ref/netstandard1.0/fr/System.ComponentModel.xml", + "ref/netstandard1.0/it/System.ComponentModel.xml", + "ref/netstandard1.0/ja/System.ComponentModel.xml", + "ref/netstandard1.0/ko/System.ComponentModel.xml", + "ref/netstandard1.0/ru/System.ComponentModel.xml", + "ref/netstandard1.0/zh-hans/System.ComponentModel.xml", + "ref/netstandard1.0/zh-hant/System.ComponentModel.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -10427,9 +10570,49 @@ "ref/net45/_._", "ref/net461/System.ComponentModel.Annotations.dll", "ref/netcore50/System.ComponentModel.Annotations.dll", + "ref/netcore50/System.ComponentModel.Annotations.xml", + "ref/netcore50/de/System.ComponentModel.Annotations.xml", + "ref/netcore50/es/System.ComponentModel.Annotations.xml", + "ref/netcore50/fr/System.ComponentModel.Annotations.xml", + "ref/netcore50/it/System.ComponentModel.Annotations.xml", + "ref/netcore50/ja/System.ComponentModel.Annotations.xml", + "ref/netcore50/ko/System.ComponentModel.Annotations.xml", + "ref/netcore50/ru/System.ComponentModel.Annotations.xml", + "ref/netcore50/zh-hans/System.ComponentModel.Annotations.xml", + "ref/netcore50/zh-hant/System.ComponentModel.Annotations.xml", "ref/netstandard1.1/System.ComponentModel.Annotations.dll", + "ref/netstandard1.1/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/de/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/es/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/fr/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/it/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/ja/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/ko/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/ru/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/zh-hans/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/zh-hant/System.ComponentModel.Annotations.xml", "ref/netstandard1.3/System.ComponentModel.Annotations.dll", + "ref/netstandard1.3/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/de/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/es/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/fr/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/it/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/ja/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/ko/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/ru/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/zh-hans/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/zh-hant/System.ComponentModel.Annotations.xml", "ref/netstandard1.4/System.ComponentModel.Annotations.dll", + "ref/netstandard1.4/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/de/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/es/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/fr/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/it/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/ja/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/ko/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/ru/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/zh-hans/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/zh-hant/System.ComponentModel.Annotations.xml", "ref/portable-net45+win8/_._", "ref/win8/_._", "ref/xamarinios10/_._", @@ -10647,6 +10830,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Console.dll", "ref/netstandard1.3/System.Console.dll", + "ref/netstandard1.3/System.Console.xml", + "ref/netstandard1.3/de/System.Console.xml", + "ref/netstandard1.3/es/System.Console.xml", + "ref/netstandard1.3/fr/System.Console.xml", + "ref/netstandard1.3/it/System.Console.xml", + "ref/netstandard1.3/ja/System.Console.xml", + "ref/netstandard1.3/ko/System.Console.xml", + "ref/netstandard1.3/ru/System.Console.xml", + "ref/netstandard1.3/zh-hans/System.Console.xml", + "ref/netstandard1.3/zh-hant/System.Console.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -10679,8 +10872,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", + "ref/netcore50/de/System.Diagnostics.Debug.xml", + "ref/netcore50/es/System.Diagnostics.Debug.xml", + "ref/netcore50/fr/System.Diagnostics.Debug.xml", + "ref/netcore50/it/System.Diagnostics.Debug.xml", + "ref/netcore50/ja/System.Diagnostics.Debug.xml", + "ref/netcore50/ko/System.Diagnostics.Debug.xml", + "ref/netcore50/ru/System.Diagnostics.Debug.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/netstandard1.0/System.Diagnostics.Debug.dll", + "ref/netstandard1.0/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/de/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/es/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/fr/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/it/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ja/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ko/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ru/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml", "ref/netstandard1.3/System.Diagnostics.Debug.dll", + "ref/netstandard1.3/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/de/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/es/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/it/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -10722,10 +10945,10 @@ "useSharedDesignerContext.txt" ] }, - "System.Diagnostics.EventLog/8.0.0": { - "sha512": "fdYxcRjQqTTacKId/2IECojlDSFvp7LP5N78+0z/xH7v/Tuw5ZAxu23Y6PTCRinqyu2ePx+Gn1098NC6jM6d+A==", + "System.Diagnostics.EventLog/9.0.2": { + "sha512": "i+Fe6Fpst/onydFLBGilCr/Eh9OFdlaTU/c3alPp6IbLZXQJOgpIu3l4MOnmsN8fDYq5nAyHSqNIJesc74Yw3Q==", "type": "package", - "path": "system.diagnostics.eventlog/8.0.0", + "path": "system.diagnostics.eventlog/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -10735,28 +10958,23 @@ "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/System.Diagnostics.EventLog.targets", "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/System.Diagnostics.EventLog.targets", "lib/net462/System.Diagnostics.EventLog.dll", "lib/net462/System.Diagnostics.EventLog.xml", - "lib/net6.0/System.Diagnostics.EventLog.dll", - "lib/net6.0/System.Diagnostics.EventLog.xml", - "lib/net7.0/System.Diagnostics.EventLog.dll", - "lib/net7.0/System.Diagnostics.EventLog.xml", "lib/net8.0/System.Diagnostics.EventLog.dll", "lib/net8.0/System.Diagnostics.EventLog.xml", + "lib/net9.0/System.Diagnostics.EventLog.dll", + "lib/net9.0/System.Diagnostics.EventLog.xml", "lib/netstandard2.0/System.Diagnostics.EventLog.dll", "lib/netstandard2.0/System.Diagnostics.EventLog.xml", - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll", - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll", - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.xml", - "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.Messages.dll", - "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.dll", - "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.xml", "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll", "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll", "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.xml", - "system.diagnostics.eventlog.8.0.0.nupkg.sha512", + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll", + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll", + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.xml", + "system.diagnostics.eventlog.9.0.2.nupkg.sha512", "system.diagnostics.eventlog.nuspec", "useSharedDesignerContext.txt" ] @@ -10812,7 +11030,27 @@ "ref/net46/System.Diagnostics.Process.dll", "ref/net461/System.Diagnostics.Process.dll", "ref/netstandard1.3/System.Diagnostics.Process.dll", + "ref/netstandard1.3/System.Diagnostics.Process.xml", + "ref/netstandard1.3/de/System.Diagnostics.Process.xml", + "ref/netstandard1.3/es/System.Diagnostics.Process.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Process.xml", + "ref/netstandard1.3/it/System.Diagnostics.Process.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Process.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Process.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Process.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Process.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Process.xml", "ref/netstandard1.4/System.Diagnostics.Process.dll", + "ref/netstandard1.4/System.Diagnostics.Process.xml", + "ref/netstandard1.4/de/System.Diagnostics.Process.xml", + "ref/netstandard1.4/es/System.Diagnostics.Process.xml", + "ref/netstandard1.4/fr/System.Diagnostics.Process.xml", + "ref/netstandard1.4/it/System.Diagnostics.Process.xml", + "ref/netstandard1.4/ja/System.Diagnostics.Process.xml", + "ref/netstandard1.4/ko/System.Diagnostics.Process.xml", + "ref/netstandard1.4/ru/System.Diagnostics.Process.xml", + "ref/netstandard1.4/zh-hans/System.Diagnostics.Process.xml", + "ref/netstandard1.4/zh-hant/System.Diagnostics.Process.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -10851,7 +11089,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Diagnostics.Tools.dll", + "ref/netcore50/System.Diagnostics.Tools.xml", + "ref/netcore50/de/System.Diagnostics.Tools.xml", + "ref/netcore50/es/System.Diagnostics.Tools.xml", + "ref/netcore50/fr/System.Diagnostics.Tools.xml", + "ref/netcore50/it/System.Diagnostics.Tools.xml", + "ref/netcore50/ja/System.Diagnostics.Tools.xml", + "ref/netcore50/ko/System.Diagnostics.Tools.xml", + "ref/netcore50/ru/System.Diagnostics.Tools.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Tools.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Tools.xml", "ref/netstandard1.0/System.Diagnostics.Tools.dll", + "ref/netstandard1.0/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/de/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/es/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/fr/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/it/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ja/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ko/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ru/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/zh-hans/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/zh-hant/System.Diagnostics.Tools.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -10889,10 +11147,60 @@ "ref/net45/_._", "ref/net462/System.Diagnostics.Tracing.dll", "ref/netcore50/System.Diagnostics.Tracing.dll", + "ref/netcore50/System.Diagnostics.Tracing.xml", + "ref/netcore50/de/System.Diagnostics.Tracing.xml", + "ref/netcore50/es/System.Diagnostics.Tracing.xml", + "ref/netcore50/fr/System.Diagnostics.Tracing.xml", + "ref/netcore50/it/System.Diagnostics.Tracing.xml", + "ref/netcore50/ja/System.Diagnostics.Tracing.xml", + "ref/netcore50/ko/System.Diagnostics.Tracing.xml", + "ref/netcore50/ru/System.Diagnostics.Tracing.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml", "ref/netstandard1.1/System.Diagnostics.Tracing.dll", + "ref/netstandard1.1/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/zh-hant/System.Diagnostics.Tracing.xml", "ref/netstandard1.2/System.Diagnostics.Tracing.dll", + "ref/netstandard1.2/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/zh-hant/System.Diagnostics.Tracing.xml", "ref/netstandard1.3/System.Diagnostics.Tracing.dll", + "ref/netstandard1.3/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Tracing.xml", "ref/netstandard1.5/System.Diagnostics.Tracing.dll", + "ref/netstandard1.5/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/zh-hant/System.Diagnostics.Tracing.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -10930,8 +11238,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Dynamic.Runtime.dll", + "ref/netcore50/System.Dynamic.Runtime.xml", + "ref/netcore50/de/System.Dynamic.Runtime.xml", + "ref/netcore50/es/System.Dynamic.Runtime.xml", + "ref/netcore50/fr/System.Dynamic.Runtime.xml", + "ref/netcore50/it/System.Dynamic.Runtime.xml", + "ref/netcore50/ja/System.Dynamic.Runtime.xml", + "ref/netcore50/ko/System.Dynamic.Runtime.xml", + "ref/netcore50/ru/System.Dynamic.Runtime.xml", + "ref/netcore50/zh-hans/System.Dynamic.Runtime.xml", + "ref/netcore50/zh-hant/System.Dynamic.Runtime.xml", "ref/netstandard1.0/System.Dynamic.Runtime.dll", + "ref/netstandard1.0/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/de/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/es/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/fr/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/it/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/ja/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/ko/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/ru/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/zh-hans/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/zh-hant/System.Dynamic.Runtime.xml", "ref/netstandard1.3/System.Dynamic.Runtime.dll", + "ref/netstandard1.3/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/de/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/es/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/fr/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/it/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/ja/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/ko/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/ru/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/zh-hans/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/zh-hant/System.Dynamic.Runtime.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -10997,8 +11335,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", + "ref/netcore50/de/System.Globalization.xml", + "ref/netcore50/es/System.Globalization.xml", + "ref/netcore50/fr/System.Globalization.xml", + "ref/netcore50/it/System.Globalization.xml", + "ref/netcore50/ja/System.Globalization.xml", + "ref/netcore50/ko/System.Globalization.xml", + "ref/netcore50/ru/System.Globalization.xml", + "ref/netcore50/zh-hans/System.Globalization.xml", + "ref/netcore50/zh-hant/System.Globalization.xml", "ref/netstandard1.0/System.Globalization.dll", + "ref/netstandard1.0/System.Globalization.xml", + "ref/netstandard1.0/de/System.Globalization.xml", + "ref/netstandard1.0/es/System.Globalization.xml", + "ref/netstandard1.0/fr/System.Globalization.xml", + "ref/netstandard1.0/it/System.Globalization.xml", + "ref/netstandard1.0/ja/System.Globalization.xml", + "ref/netstandard1.0/ko/System.Globalization.xml", + "ref/netstandard1.0/ru/System.Globalization.xml", + "ref/netstandard1.0/zh-hans/System.Globalization.xml", + "ref/netstandard1.0/zh-hant/System.Globalization.xml", "ref/netstandard1.3/System.Globalization.dll", + "ref/netstandard1.3/System.Globalization.xml", + "ref/netstandard1.3/de/System.Globalization.xml", + "ref/netstandard1.3/es/System.Globalization.xml", + "ref/netstandard1.3/fr/System.Globalization.xml", + "ref/netstandard1.3/it/System.Globalization.xml", + "ref/netstandard1.3/ja/System.Globalization.xml", + "ref/netstandard1.3/ko/System.Globalization.xml", + "ref/netstandard1.3/ru/System.Globalization.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -11031,6 +11399,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Globalization.Calendars.dll", "ref/netstandard1.3/System.Globalization.Calendars.dll", + "ref/netstandard1.3/System.Globalization.Calendars.xml", + "ref/netstandard1.3/de/System.Globalization.Calendars.xml", + "ref/netstandard1.3/es/System.Globalization.Calendars.xml", + "ref/netstandard1.3/fr/System.Globalization.Calendars.xml", + "ref/netstandard1.3/it/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ja/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ko/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ru/System.Globalization.Calendars.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.Calendars.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.Calendars.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -11059,6 +11437,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Globalization.Extensions.dll", "ref/netstandard1.3/System.Globalization.Extensions.dll", + "ref/netstandard1.3/System.Globalization.Extensions.xml", + "ref/netstandard1.3/de/System.Globalization.Extensions.xml", + "ref/netstandard1.3/es/System.Globalization.Extensions.xml", + "ref/netstandard1.3/fr/System.Globalization.Extensions.xml", + "ref/netstandard1.3/it/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ja/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ko/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ru/System.Globalization.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.Extensions.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -11070,15 +11458,14 @@ "system.globalization.extensions.nuspec" ] }, - "System.IdentityModel.Tokens.Jwt/7.0.0": { - "sha512": "3OpN2iJf8lxpzVeFeeZSLtR3co6uKBs3VudS3PkkgdX5WF9fqqdhRMYf7WbkxqWQP/9RpoFbD3RimhfJe3hlQQ==", + "System.IdentityModel.Tokens.Jwt/8.6.0": { + "sha512": "PbhxMaAejQ5pVStTsMPzja0Q2FOeEIOQy8isxw2tTxduqIjWRJ+P78bWGpaXH67Tkeb+2t91YBj2stXEw6vyZQ==", "type": "package", - "path": "system.identitymodel.tokens.jwt/7.0.0", + "path": "system.identitymodel.tokens.jwt/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/System.IdentityModel.Tokens.Jwt.dll", - "lib/net461/System.IdentityModel.Tokens.Jwt.xml", + "README.md", "lib/net462/System.IdentityModel.Tokens.Jwt.dll", "lib/net462/System.IdentityModel.Tokens.Jwt.xml", "lib/net472/System.IdentityModel.Tokens.Jwt.dll", @@ -11087,9 +11474,11 @@ "lib/net6.0/System.IdentityModel.Tokens.Jwt.xml", "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll", "lib/net8.0/System.IdentityModel.Tokens.Jwt.xml", + "lib/net9.0/System.IdentityModel.Tokens.Jwt.dll", + "lib/net9.0/System.IdentityModel.Tokens.Jwt.xml", "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll", "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.xml", - "system.identitymodel.tokens.jwt.7.0.0.nupkg.sha512", + "system.identitymodel.tokens.jwt.8.6.0.nupkg.sha512", "system.identitymodel.tokens.jwt.nuspec" ] }, @@ -11119,9 +11508,49 @@ "ref/net45/_._", "ref/net462/System.IO.dll", "ref/netcore50/System.IO.dll", + "ref/netcore50/System.IO.xml", + "ref/netcore50/de/System.IO.xml", + "ref/netcore50/es/System.IO.xml", + "ref/netcore50/fr/System.IO.xml", + "ref/netcore50/it/System.IO.xml", + "ref/netcore50/ja/System.IO.xml", + "ref/netcore50/ko/System.IO.xml", + "ref/netcore50/ru/System.IO.xml", + "ref/netcore50/zh-hans/System.IO.xml", + "ref/netcore50/zh-hant/System.IO.xml", "ref/netstandard1.0/System.IO.dll", + "ref/netstandard1.0/System.IO.xml", + "ref/netstandard1.0/de/System.IO.xml", + "ref/netstandard1.0/es/System.IO.xml", + "ref/netstandard1.0/fr/System.IO.xml", + "ref/netstandard1.0/it/System.IO.xml", + "ref/netstandard1.0/ja/System.IO.xml", + "ref/netstandard1.0/ko/System.IO.xml", + "ref/netstandard1.0/ru/System.IO.xml", + "ref/netstandard1.0/zh-hans/System.IO.xml", + "ref/netstandard1.0/zh-hant/System.IO.xml", "ref/netstandard1.3/System.IO.dll", + "ref/netstandard1.3/System.IO.xml", + "ref/netstandard1.3/de/System.IO.xml", + "ref/netstandard1.3/es/System.IO.xml", + "ref/netstandard1.3/fr/System.IO.xml", + "ref/netstandard1.3/it/System.IO.xml", + "ref/netstandard1.3/ja/System.IO.xml", + "ref/netstandard1.3/ko/System.IO.xml", + "ref/netstandard1.3/ru/System.IO.xml", + "ref/netstandard1.3/zh-hans/System.IO.xml", + "ref/netstandard1.3/zh-hant/System.IO.xml", "ref/netstandard1.5/System.IO.dll", + "ref/netstandard1.5/System.IO.xml", + "ref/netstandard1.5/de/System.IO.xml", + "ref/netstandard1.5/es/System.IO.xml", + "ref/netstandard1.5/fr/System.IO.xml", + "ref/netstandard1.5/it/System.IO.xml", + "ref/netstandard1.5/ja/System.IO.xml", + "ref/netstandard1.5/ko/System.IO.xml", + "ref/netstandard1.5/ru/System.IO.xml", + "ref/netstandard1.5/zh-hans/System.IO.xml", + "ref/netstandard1.5/zh-hant/System.IO.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -11159,8 +11588,38 @@ "ref/net45/_._", "ref/net46/System.IO.Compression.dll", "ref/netcore50/System.IO.Compression.dll", + "ref/netcore50/System.IO.Compression.xml", + "ref/netcore50/de/System.IO.Compression.xml", + "ref/netcore50/es/System.IO.Compression.xml", + "ref/netcore50/fr/System.IO.Compression.xml", + "ref/netcore50/it/System.IO.Compression.xml", + "ref/netcore50/ja/System.IO.Compression.xml", + "ref/netcore50/ko/System.IO.Compression.xml", + "ref/netcore50/ru/System.IO.Compression.xml", + "ref/netcore50/zh-hans/System.IO.Compression.xml", + "ref/netcore50/zh-hant/System.IO.Compression.xml", "ref/netstandard1.1/System.IO.Compression.dll", + "ref/netstandard1.1/System.IO.Compression.xml", + "ref/netstandard1.1/de/System.IO.Compression.xml", + "ref/netstandard1.1/es/System.IO.Compression.xml", + "ref/netstandard1.1/fr/System.IO.Compression.xml", + "ref/netstandard1.1/it/System.IO.Compression.xml", + "ref/netstandard1.1/ja/System.IO.Compression.xml", + "ref/netstandard1.1/ko/System.IO.Compression.xml", + "ref/netstandard1.1/ru/System.IO.Compression.xml", + "ref/netstandard1.1/zh-hans/System.IO.Compression.xml", + "ref/netstandard1.1/zh-hant/System.IO.Compression.xml", "ref/netstandard1.3/System.IO.Compression.dll", + "ref/netstandard1.3/System.IO.Compression.xml", + "ref/netstandard1.3/de/System.IO.Compression.xml", + "ref/netstandard1.3/es/System.IO.Compression.xml", + "ref/netstandard1.3/fr/System.IO.Compression.xml", + "ref/netstandard1.3/it/System.IO.Compression.xml", + "ref/netstandard1.3/ja/System.IO.Compression.xml", + "ref/netstandard1.3/ko/System.IO.Compression.xml", + "ref/netstandard1.3/ru/System.IO.Compression.xml", + "ref/netstandard1.3/zh-hans/System.IO.Compression.xml", + "ref/netstandard1.3/zh-hant/System.IO.Compression.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -11196,6 +11655,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.Compression.ZipFile.dll", "ref/netstandard1.3/System.IO.Compression.ZipFile.dll", + "ref/netstandard1.3/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/de/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/es/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/fr/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/it/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ja/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ko/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ru/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/zh-hans/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/zh-hant/System.IO.Compression.ZipFile.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -11224,6 +11693,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.FileSystem.dll", "ref/netstandard1.3/System.IO.FileSystem.dll", + "ref/netstandard1.3/System.IO.FileSystem.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -11232,14 +11711,13 @@ "system.io.filesystem.nuspec" ] }, - "System.IO.FileSystem.AccessControl/5.0.0": { - "sha512": "SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==", + "System.IO.FileSystem.AccessControl/4.7.0": { + "sha512": "vMToiarpU81LR1/KZtnT7VDPvqAZfw9oOS5nY6pPP78nGYz3COLsQH3OfzbR+SjTgltd31R6KmKklz/zDpTmzw==", "type": "package", - "path": "system.io.filesystem.accesscontrol/5.0.0", + "path": "system.io.filesystem.accesscontrol/4.7.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/net46/System.IO.FileSystem.AccessControl.dll", @@ -11270,7 +11748,7 @@ "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.AccessControl.dll", "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll", "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.xml", - "system.io.filesystem.accesscontrol.5.0.0.nupkg.sha512", + "system.io.filesystem.accesscontrol.4.7.0.nupkg.sha512", "system.io.filesystem.accesscontrol.nuspec", "useSharedDesignerContext.txt", "version.txt" @@ -11297,6 +11775,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.FileSystem.Primitives.dll", "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll", + "ref/netstandard1.3/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.Primitives.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -11325,6 +11813,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.FileSystem.Watcher.dll", "ref/netstandard1.3/System.IO.FileSystem.Watcher.dll", + "ref/netstandard1.3/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.Watcher.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -11358,6 +11856,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.MemoryMappedFiles.dll", "ref/netstandard1.3/System.IO.MemoryMappedFiles.dll", + "ref/netstandard1.3/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/de/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/es/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/fr/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/it/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/ja/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/ko/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/ru/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/zh-hans/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/zh-hant/System.IO.MemoryMappedFiles.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -11418,6 +11926,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.UnmanagedMemoryStream.dll", "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.dll", + "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/de/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/es/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/fr/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/it/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/ja/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/ko/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/ru/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/zh-hans/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/zh-hant/System.IO.UnmanagedMemoryStream.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -11454,8 +11972,38 @@ "ref/net45/_._", "ref/net463/System.Linq.dll", "ref/netcore50/System.Linq.dll", + "ref/netcore50/System.Linq.xml", + "ref/netcore50/de/System.Linq.xml", + "ref/netcore50/es/System.Linq.xml", + "ref/netcore50/fr/System.Linq.xml", + "ref/netcore50/it/System.Linq.xml", + "ref/netcore50/ja/System.Linq.xml", + "ref/netcore50/ko/System.Linq.xml", + "ref/netcore50/ru/System.Linq.xml", + "ref/netcore50/zh-hans/System.Linq.xml", + "ref/netcore50/zh-hant/System.Linq.xml", "ref/netstandard1.0/System.Linq.dll", + "ref/netstandard1.0/System.Linq.xml", + "ref/netstandard1.0/de/System.Linq.xml", + "ref/netstandard1.0/es/System.Linq.xml", + "ref/netstandard1.0/fr/System.Linq.xml", + "ref/netstandard1.0/it/System.Linq.xml", + "ref/netstandard1.0/ja/System.Linq.xml", + "ref/netstandard1.0/ko/System.Linq.xml", + "ref/netstandard1.0/ru/System.Linq.xml", + "ref/netstandard1.0/zh-hans/System.Linq.xml", + "ref/netstandard1.0/zh-hant/System.Linq.xml", "ref/netstandard1.6/System.Linq.dll", + "ref/netstandard1.6/System.Linq.xml", + "ref/netstandard1.6/de/System.Linq.xml", + "ref/netstandard1.6/es/System.Linq.xml", + "ref/netstandard1.6/fr/System.Linq.xml", + "ref/netstandard1.6/it/System.Linq.xml", + "ref/netstandard1.6/ja/System.Linq.xml", + "ref/netstandard1.6/ko/System.Linq.xml", + "ref/netstandard1.6/ru/System.Linq.xml", + "ref/netstandard1.6/zh-hans/System.Linq.xml", + "ref/netstandard1.6/zh-hant/System.Linq.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -11496,9 +12044,49 @@ "ref/net45/_._", "ref/net463/System.Linq.Expressions.dll", "ref/netcore50/System.Linq.Expressions.dll", + "ref/netcore50/System.Linq.Expressions.xml", + "ref/netcore50/de/System.Linq.Expressions.xml", + "ref/netcore50/es/System.Linq.Expressions.xml", + "ref/netcore50/fr/System.Linq.Expressions.xml", + "ref/netcore50/it/System.Linq.Expressions.xml", + "ref/netcore50/ja/System.Linq.Expressions.xml", + "ref/netcore50/ko/System.Linq.Expressions.xml", + "ref/netcore50/ru/System.Linq.Expressions.xml", + "ref/netcore50/zh-hans/System.Linq.Expressions.xml", + "ref/netcore50/zh-hant/System.Linq.Expressions.xml", "ref/netstandard1.0/System.Linq.Expressions.dll", + "ref/netstandard1.0/System.Linq.Expressions.xml", + "ref/netstandard1.0/de/System.Linq.Expressions.xml", + "ref/netstandard1.0/es/System.Linq.Expressions.xml", + "ref/netstandard1.0/fr/System.Linq.Expressions.xml", + "ref/netstandard1.0/it/System.Linq.Expressions.xml", + "ref/netstandard1.0/ja/System.Linq.Expressions.xml", + "ref/netstandard1.0/ko/System.Linq.Expressions.xml", + "ref/netstandard1.0/ru/System.Linq.Expressions.xml", + "ref/netstandard1.0/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.0/zh-hant/System.Linq.Expressions.xml", "ref/netstandard1.3/System.Linq.Expressions.dll", + "ref/netstandard1.3/System.Linq.Expressions.xml", + "ref/netstandard1.3/de/System.Linq.Expressions.xml", + "ref/netstandard1.3/es/System.Linq.Expressions.xml", + "ref/netstandard1.3/fr/System.Linq.Expressions.xml", + "ref/netstandard1.3/it/System.Linq.Expressions.xml", + "ref/netstandard1.3/ja/System.Linq.Expressions.xml", + "ref/netstandard1.3/ko/System.Linq.Expressions.xml", + "ref/netstandard1.3/ru/System.Linq.Expressions.xml", + "ref/netstandard1.3/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.3/zh-hant/System.Linq.Expressions.xml", "ref/netstandard1.6/System.Linq.Expressions.dll", + "ref/netstandard1.6/System.Linq.Expressions.xml", + "ref/netstandard1.6/de/System.Linq.Expressions.xml", + "ref/netstandard1.6/es/System.Linq.Expressions.xml", + "ref/netstandard1.6/fr/System.Linq.Expressions.xml", + "ref/netstandard1.6/it/System.Linq.Expressions.xml", + "ref/netstandard1.6/ja/System.Linq.Expressions.xml", + "ref/netstandard1.6/ko/System.Linq.Expressions.xml", + "ref/netstandard1.6/ru/System.Linq.Expressions.xml", + "ref/netstandard1.6/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.6/zh-hant/System.Linq.Expressions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -11537,7 +12125,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Linq.Parallel.dll", + "ref/netcore50/System.Linq.Parallel.xml", + "ref/netcore50/de/System.Linq.Parallel.xml", + "ref/netcore50/es/System.Linq.Parallel.xml", + "ref/netcore50/fr/System.Linq.Parallel.xml", + "ref/netcore50/it/System.Linq.Parallel.xml", + "ref/netcore50/ja/System.Linq.Parallel.xml", + "ref/netcore50/ko/System.Linq.Parallel.xml", + "ref/netcore50/ru/System.Linq.Parallel.xml", + "ref/netcore50/zh-hans/System.Linq.Parallel.xml", + "ref/netcore50/zh-hant/System.Linq.Parallel.xml", "ref/netstandard1.1/System.Linq.Parallel.dll", + "ref/netstandard1.1/System.Linq.Parallel.xml", + "ref/netstandard1.1/de/System.Linq.Parallel.xml", + "ref/netstandard1.1/es/System.Linq.Parallel.xml", + "ref/netstandard1.1/fr/System.Linq.Parallel.xml", + "ref/netstandard1.1/it/System.Linq.Parallel.xml", + "ref/netstandard1.1/ja/System.Linq.Parallel.xml", + "ref/netstandard1.1/ko/System.Linq.Parallel.xml", + "ref/netstandard1.1/ru/System.Linq.Parallel.xml", + "ref/netstandard1.1/zh-hans/System.Linq.Parallel.xml", + "ref/netstandard1.1/zh-hant/System.Linq.Parallel.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -11575,7 +12183,27 @@ "ref/monotouch10/_._", "ref/net45/_._", "ref/netcore50/System.Linq.Queryable.dll", + "ref/netcore50/System.Linq.Queryable.xml", + "ref/netcore50/de/System.Linq.Queryable.xml", + "ref/netcore50/es/System.Linq.Queryable.xml", + "ref/netcore50/fr/System.Linq.Queryable.xml", + "ref/netcore50/it/System.Linq.Queryable.xml", + "ref/netcore50/ja/System.Linq.Queryable.xml", + "ref/netcore50/ko/System.Linq.Queryable.xml", + "ref/netcore50/ru/System.Linq.Queryable.xml", + "ref/netcore50/zh-hans/System.Linq.Queryable.xml", + "ref/netcore50/zh-hant/System.Linq.Queryable.xml", "ref/netstandard1.0/System.Linq.Queryable.dll", + "ref/netstandard1.0/System.Linq.Queryable.xml", + "ref/netstandard1.0/de/System.Linq.Queryable.xml", + "ref/netstandard1.0/es/System.Linq.Queryable.xml", + "ref/netstandard1.0/fr/System.Linq.Queryable.xml", + "ref/netstandard1.0/it/System.Linq.Queryable.xml", + "ref/netstandard1.0/ja/System.Linq.Queryable.xml", + "ref/netstandard1.0/ko/System.Linq.Queryable.xml", + "ref/netstandard1.0/ru/System.Linq.Queryable.xml", + "ref/netstandard1.0/zh-hans/System.Linq.Queryable.xml", + "ref/netstandard1.0/zh-hant/System.Linq.Queryable.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -11598,9 +12226,12 @@ "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/net461/System.Memory.dll", + "lib/net461/System.Memory.xml", "lib/netcoreapp2.1/_._", "lib/netstandard1.1/System.Memory.dll", + "lib/netstandard1.1/System.Memory.xml", "lib/netstandard2.0/System.Memory.dll", + "lib/netstandard2.0/System.Memory.xml", "ref/netcoreapp2.1/_._", "system.memory.4.5.4.nupkg.sha512", "system.memory.nuspec", @@ -11619,7 +12250,9 @@ "DotNetPackageIcon.png", "README.md", "lib/net461/System.Memory.Data.dll", + "lib/net461/System.Memory.Data.xml", "lib/netstandard2.0/System.Memory.Data.dll", + "lib/netstandard2.0/System.Memory.Data.xml", "system.memory.data.1.0.2.nupkg.sha512", "system.memory.data.nuspec" ] @@ -11649,9 +12282,49 @@ "ref/monotouch10/_._", "ref/net45/_._", "ref/net46/System.Net.Http.dll", + "ref/net46/System.Net.Http.xml", + "ref/net46/de/System.Net.Http.xml", + "ref/net46/es/System.Net.Http.xml", + "ref/net46/fr/System.Net.Http.xml", + "ref/net46/it/System.Net.Http.xml", + "ref/net46/ja/System.Net.Http.xml", + "ref/net46/ko/System.Net.Http.xml", + "ref/net46/ru/System.Net.Http.xml", + "ref/net46/zh-hans/System.Net.Http.xml", + "ref/net46/zh-hant/System.Net.Http.xml", "ref/netcore50/System.Net.Http.dll", + "ref/netcore50/System.Net.Http.xml", + "ref/netcore50/de/System.Net.Http.xml", + "ref/netcore50/es/System.Net.Http.xml", + "ref/netcore50/fr/System.Net.Http.xml", + "ref/netcore50/it/System.Net.Http.xml", + "ref/netcore50/ja/System.Net.Http.xml", + "ref/netcore50/ko/System.Net.Http.xml", + "ref/netcore50/ru/System.Net.Http.xml", + "ref/netcore50/zh-hans/System.Net.Http.xml", + "ref/netcore50/zh-hant/System.Net.Http.xml", "ref/netstandard1.1/System.Net.Http.dll", + "ref/netstandard1.1/System.Net.Http.xml", + "ref/netstandard1.1/de/System.Net.Http.xml", + "ref/netstandard1.1/es/System.Net.Http.xml", + "ref/netstandard1.1/fr/System.Net.Http.xml", + "ref/netstandard1.1/it/System.Net.Http.xml", + "ref/netstandard1.1/ja/System.Net.Http.xml", + "ref/netstandard1.1/ko/System.Net.Http.xml", + "ref/netstandard1.1/ru/System.Net.Http.xml", + "ref/netstandard1.1/zh-hans/System.Net.Http.xml", + "ref/netstandard1.1/zh-hant/System.Net.Http.xml", "ref/netstandard1.3/System.Net.Http.dll", + "ref/netstandard1.3/System.Net.Http.xml", + "ref/netstandard1.3/de/System.Net.Http.xml", + "ref/netstandard1.3/es/System.Net.Http.xml", + "ref/netstandard1.3/fr/System.Net.Http.xml", + "ref/netstandard1.3/it/System.Net.Http.xml", + "ref/netstandard1.3/ja/System.Net.Http.xml", + "ref/netstandard1.3/ko/System.Net.Http.xml", + "ref/netstandard1.3/ru/System.Net.Http.xml", + "ref/netstandard1.3/zh-hans/System.Net.Http.xml", + "ref/netstandard1.3/zh-hant/System.Net.Http.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -11686,6 +12359,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Net.NameResolution.dll", "ref/netstandard1.3/System.Net.NameResolution.dll", + "ref/netstandard1.3/System.Net.NameResolution.xml", + "ref/netstandard1.3/de/System.Net.NameResolution.xml", + "ref/netstandard1.3/es/System.Net.NameResolution.xml", + "ref/netstandard1.3/fr/System.Net.NameResolution.xml", + "ref/netstandard1.3/it/System.Net.NameResolution.xml", + "ref/netstandard1.3/ja/System.Net.NameResolution.xml", + "ref/netstandard1.3/ko/System.Net.NameResolution.xml", + "ref/netstandard1.3/ru/System.Net.NameResolution.xml", + "ref/netstandard1.3/zh-hans/System.Net.NameResolution.xml", + "ref/netstandard1.3/zh-hant/System.Net.NameResolution.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -11722,9 +12405,49 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Net.Primitives.dll", + "ref/netcore50/System.Net.Primitives.xml", + "ref/netcore50/de/System.Net.Primitives.xml", + "ref/netcore50/es/System.Net.Primitives.xml", + "ref/netcore50/fr/System.Net.Primitives.xml", + "ref/netcore50/it/System.Net.Primitives.xml", + "ref/netcore50/ja/System.Net.Primitives.xml", + "ref/netcore50/ko/System.Net.Primitives.xml", + "ref/netcore50/ru/System.Net.Primitives.xml", + "ref/netcore50/zh-hans/System.Net.Primitives.xml", + "ref/netcore50/zh-hant/System.Net.Primitives.xml", "ref/netstandard1.0/System.Net.Primitives.dll", + "ref/netstandard1.0/System.Net.Primitives.xml", + "ref/netstandard1.0/de/System.Net.Primitives.xml", + "ref/netstandard1.0/es/System.Net.Primitives.xml", + "ref/netstandard1.0/fr/System.Net.Primitives.xml", + "ref/netstandard1.0/it/System.Net.Primitives.xml", + "ref/netstandard1.0/ja/System.Net.Primitives.xml", + "ref/netstandard1.0/ko/System.Net.Primitives.xml", + "ref/netstandard1.0/ru/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Net.Primitives.xml", "ref/netstandard1.1/System.Net.Primitives.dll", + "ref/netstandard1.1/System.Net.Primitives.xml", + "ref/netstandard1.1/de/System.Net.Primitives.xml", + "ref/netstandard1.1/es/System.Net.Primitives.xml", + "ref/netstandard1.1/fr/System.Net.Primitives.xml", + "ref/netstandard1.1/it/System.Net.Primitives.xml", + "ref/netstandard1.1/ja/System.Net.Primitives.xml", + "ref/netstandard1.1/ko/System.Net.Primitives.xml", + "ref/netstandard1.1/ru/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hant/System.Net.Primitives.xml", "ref/netstandard1.3/System.Net.Primitives.dll", + "ref/netstandard1.3/System.Net.Primitives.xml", + "ref/netstandard1.3/de/System.Net.Primitives.xml", + "ref/netstandard1.3/es/System.Net.Primitives.xml", + "ref/netstandard1.3/fr/System.Net.Primitives.xml", + "ref/netstandard1.3/it/System.Net.Primitives.xml", + "ref/netstandard1.3/ja/System.Net.Primitives.xml", + "ref/netstandard1.3/ko/System.Net.Primitives.xml", + "ref/netstandard1.3/ru/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.Net.Primitives.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -11762,9 +12485,49 @@ "ref/net45/_._", "ref/net46/_._", "ref/netcore50/System.Net.Requests.dll", + "ref/netcore50/System.Net.Requests.xml", + "ref/netcore50/de/System.Net.Requests.xml", + "ref/netcore50/es/System.Net.Requests.xml", + "ref/netcore50/fr/System.Net.Requests.xml", + "ref/netcore50/it/System.Net.Requests.xml", + "ref/netcore50/ja/System.Net.Requests.xml", + "ref/netcore50/ko/System.Net.Requests.xml", + "ref/netcore50/ru/System.Net.Requests.xml", + "ref/netcore50/zh-hans/System.Net.Requests.xml", + "ref/netcore50/zh-hant/System.Net.Requests.xml", "ref/netstandard1.0/System.Net.Requests.dll", + "ref/netstandard1.0/System.Net.Requests.xml", + "ref/netstandard1.0/de/System.Net.Requests.xml", + "ref/netstandard1.0/es/System.Net.Requests.xml", + "ref/netstandard1.0/fr/System.Net.Requests.xml", + "ref/netstandard1.0/it/System.Net.Requests.xml", + "ref/netstandard1.0/ja/System.Net.Requests.xml", + "ref/netstandard1.0/ko/System.Net.Requests.xml", + "ref/netstandard1.0/ru/System.Net.Requests.xml", + "ref/netstandard1.0/zh-hans/System.Net.Requests.xml", + "ref/netstandard1.0/zh-hant/System.Net.Requests.xml", "ref/netstandard1.1/System.Net.Requests.dll", + "ref/netstandard1.1/System.Net.Requests.xml", + "ref/netstandard1.1/de/System.Net.Requests.xml", + "ref/netstandard1.1/es/System.Net.Requests.xml", + "ref/netstandard1.1/fr/System.Net.Requests.xml", + "ref/netstandard1.1/it/System.Net.Requests.xml", + "ref/netstandard1.1/ja/System.Net.Requests.xml", + "ref/netstandard1.1/ko/System.Net.Requests.xml", + "ref/netstandard1.1/ru/System.Net.Requests.xml", + "ref/netstandard1.1/zh-hans/System.Net.Requests.xml", + "ref/netstandard1.1/zh-hant/System.Net.Requests.xml", "ref/netstandard1.3/System.Net.Requests.dll", + "ref/netstandard1.3/System.Net.Requests.xml", + "ref/netstandard1.3/de/System.Net.Requests.xml", + "ref/netstandard1.3/es/System.Net.Requests.xml", + "ref/netstandard1.3/fr/System.Net.Requests.xml", + "ref/netstandard1.3/it/System.Net.Requests.xml", + "ref/netstandard1.3/ja/System.Net.Requests.xml", + "ref/netstandard1.3/ko/System.Net.Requests.xml", + "ref/netstandard1.3/ru/System.Net.Requests.xml", + "ref/netstandard1.3/zh-hans/System.Net.Requests.xml", + "ref/netstandard1.3/zh-hant/System.Net.Requests.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -11800,6 +12563,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Net.Security.dll", "ref/netstandard1.3/System.Net.Security.dll", + "ref/netstandard1.3/System.Net.Security.xml", + "ref/netstandard1.3/de/System.Net.Security.xml", + "ref/netstandard1.3/es/System.Net.Security.xml", + "ref/netstandard1.3/fr/System.Net.Security.xml", + "ref/netstandard1.3/it/System.Net.Security.xml", + "ref/netstandard1.3/ja/System.Net.Security.xml", + "ref/netstandard1.3/ko/System.Net.Security.xml", + "ref/netstandard1.3/ru/System.Net.Security.xml", + "ref/netstandard1.3/zh-hans/System.Net.Security.xml", + "ref/netstandard1.3/zh-hant/System.Net.Security.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -11832,6 +12605,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Net.Sockets.dll", "ref/netstandard1.3/System.Net.Sockets.dll", + "ref/netstandard1.3/System.Net.Sockets.xml", + "ref/netstandard1.3/de/System.Net.Sockets.xml", + "ref/netstandard1.3/es/System.Net.Sockets.xml", + "ref/netstandard1.3/fr/System.Net.Sockets.xml", + "ref/netstandard1.3/it/System.Net.Sockets.xml", + "ref/netstandard1.3/ja/System.Net.Sockets.xml", + "ref/netstandard1.3/ko/System.Net.Sockets.xml", + "ref/netstandard1.3/ru/System.Net.Sockets.xml", + "ref/netstandard1.3/zh-hans/System.Net.Sockets.xml", + "ref/netstandard1.3/zh-hant/System.Net.Sockets.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -11861,6 +12644,16 @@ "ref/MonoTouch10/_._", "ref/net46/_._", "ref/netstandard1.3/System.Net.WebHeaderCollection.dll", + "ref/netstandard1.3/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/de/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/es/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/fr/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/it/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/ja/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/ko/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/ru/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/zh-hans/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/zh-hant/System.Net.WebHeaderCollection.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -11881,9 +12674,12 @@ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/System.Numerics.Vectors.dll", + "lib/net46/System.Numerics.Vectors.xml", "lib/netcoreapp2.0/_._", "lib/netstandard1.0/System.Numerics.Vectors.dll", + "lib/netstandard1.0/System.Numerics.Vectors.xml", "lib/netstandard2.0/System.Numerics.Vectors.dll", + "lib/netstandard2.0/System.Numerics.Vectors.xml", "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll", "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml", "lib/uap10.0.16299/_._", @@ -11894,10 +12690,14 @@ "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net45/System.Numerics.Vectors.dll", + "ref/net45/System.Numerics.Vectors.xml", "ref/net46/System.Numerics.Vectors.dll", + "ref/net46/System.Numerics.Vectors.xml", "ref/netcoreapp2.0/_._", "ref/netstandard1.0/System.Numerics.Vectors.dll", + "ref/netstandard1.0/System.Numerics.Vectors.xml", "ref/netstandard2.0/System.Numerics.Vectors.dll", + "ref/netstandard2.0/System.Numerics.Vectors.xml", "ref/uap10.0.16299/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", @@ -11935,8 +12735,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.ObjectModel.dll", + "ref/netcore50/System.ObjectModel.xml", + "ref/netcore50/de/System.ObjectModel.xml", + "ref/netcore50/es/System.ObjectModel.xml", + "ref/netcore50/fr/System.ObjectModel.xml", + "ref/netcore50/it/System.ObjectModel.xml", + "ref/netcore50/ja/System.ObjectModel.xml", + "ref/netcore50/ko/System.ObjectModel.xml", + "ref/netcore50/ru/System.ObjectModel.xml", + "ref/netcore50/zh-hans/System.ObjectModel.xml", + "ref/netcore50/zh-hant/System.ObjectModel.xml", "ref/netstandard1.0/System.ObjectModel.dll", + "ref/netstandard1.0/System.ObjectModel.xml", + "ref/netstandard1.0/de/System.ObjectModel.xml", + "ref/netstandard1.0/es/System.ObjectModel.xml", + "ref/netstandard1.0/fr/System.ObjectModel.xml", + "ref/netstandard1.0/it/System.ObjectModel.xml", + "ref/netstandard1.0/ja/System.ObjectModel.xml", + "ref/netstandard1.0/ko/System.ObjectModel.xml", + "ref/netstandard1.0/ru/System.ObjectModel.xml", + "ref/netstandard1.0/zh-hans/System.ObjectModel.xml", + "ref/netstandard1.0/zh-hant/System.ObjectModel.xml", "ref/netstandard1.3/System.ObjectModel.dll", + "ref/netstandard1.3/System.ObjectModel.xml", + "ref/netstandard1.3/de/System.ObjectModel.xml", + "ref/netstandard1.3/es/System.ObjectModel.xml", + "ref/netstandard1.3/fr/System.ObjectModel.xml", + "ref/netstandard1.3/it/System.ObjectModel.xml", + "ref/netstandard1.3/ja/System.ObjectModel.xml", + "ref/netstandard1.3/ko/System.ObjectModel.xml", + "ref/netstandard1.3/ru/System.ObjectModel.xml", + "ref/netstandard1.3/zh-hans/System.ObjectModel.xml", + "ref/netstandard1.3/zh-hant/System.ObjectModel.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -11991,9 +12821,49 @@ "ref/net45/_._", "ref/net462/System.Reflection.dll", "ref/netcore50/System.Reflection.dll", + "ref/netcore50/System.Reflection.xml", + "ref/netcore50/de/System.Reflection.xml", + "ref/netcore50/es/System.Reflection.xml", + "ref/netcore50/fr/System.Reflection.xml", + "ref/netcore50/it/System.Reflection.xml", + "ref/netcore50/ja/System.Reflection.xml", + "ref/netcore50/ko/System.Reflection.xml", + "ref/netcore50/ru/System.Reflection.xml", + "ref/netcore50/zh-hans/System.Reflection.xml", + "ref/netcore50/zh-hant/System.Reflection.xml", "ref/netstandard1.0/System.Reflection.dll", + "ref/netstandard1.0/System.Reflection.xml", + "ref/netstandard1.0/de/System.Reflection.xml", + "ref/netstandard1.0/es/System.Reflection.xml", + "ref/netstandard1.0/fr/System.Reflection.xml", + "ref/netstandard1.0/it/System.Reflection.xml", + "ref/netstandard1.0/ja/System.Reflection.xml", + "ref/netstandard1.0/ko/System.Reflection.xml", + "ref/netstandard1.0/ru/System.Reflection.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.xml", "ref/netstandard1.3/System.Reflection.dll", + "ref/netstandard1.3/System.Reflection.xml", + "ref/netstandard1.3/de/System.Reflection.xml", + "ref/netstandard1.3/es/System.Reflection.xml", + "ref/netstandard1.3/fr/System.Reflection.xml", + "ref/netstandard1.3/it/System.Reflection.xml", + "ref/netstandard1.3/ja/System.Reflection.xml", + "ref/netstandard1.3/ko/System.Reflection.xml", + "ref/netstandard1.3/ru/System.Reflection.xml", + "ref/netstandard1.3/zh-hans/System.Reflection.xml", + "ref/netstandard1.3/zh-hant/System.Reflection.xml", "ref/netstandard1.5/System.Reflection.dll", + "ref/netstandard1.5/System.Reflection.xml", + "ref/netstandard1.5/de/System.Reflection.xml", + "ref/netstandard1.5/es/System.Reflection.xml", + "ref/netstandard1.5/fr/System.Reflection.xml", + "ref/netstandard1.5/it/System.Reflection.xml", + "ref/netstandard1.5/ja/System.Reflection.xml", + "ref/netstandard1.5/ko/System.Reflection.xml", + "ref/netstandard1.5/ru/System.Reflection.xml", + "ref/netstandard1.5/zh-hans/System.Reflection.xml", + "ref/netstandard1.5/zh-hant/System.Reflection.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -12025,6 +12895,16 @@ "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/netstandard1.3/System.Reflection.DispatchProxy.dll", + "ref/netstandard1.3/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/de/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/es/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/fr/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/it/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/ja/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/ko/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/ru/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/zh-hans/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/zh-hant/System.Reflection.DispatchProxy.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -12034,34 +12914,26 @@ "system.reflection.dispatchproxy.nuspec" ] }, - "System.Reflection.Emit/4.7.0": { - "sha512": "VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==", + "System.Reflection.Emit/4.3.0": { + "sha512": "228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", "type": "package", - "path": "system.reflection.emit/4.7.0", + "path": "system.reflection.emit/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", + "lib/monotouch10/_._", "lib/net45/_._", "lib/netcore50/System.Reflection.Emit.dll", - "lib/netcoreapp2.0/_._", - "lib/netstandard1.1/System.Reflection.Emit.dll", - "lib/netstandard1.1/System.Reflection.Emit.xml", "lib/netstandard1.3/System.Reflection.Emit.dll", - "lib/netstandard2.0/System.Reflection.Emit.dll", - "lib/netstandard2.0/System.Reflection.Emit.xml", - "lib/netstandard2.1/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", "lib/xamarintvos10/_._", "lib/xamarinwatchos10/_._", "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", - "ref/netcoreapp2.0/_._", "ref/netstandard1.1/System.Reflection.Emit.dll", "ref/netstandard1.1/System.Reflection.Emit.xml", "ref/netstandard1.1/de/System.Reflection.Emit.xml", @@ -12073,19 +12945,9 @@ "ref/netstandard1.1/ru/System.Reflection.Emit.xml", "ref/netstandard1.1/zh-hans/System.Reflection.Emit.xml", "ref/netstandard1.1/zh-hant/System.Reflection.Emit.xml", - "ref/netstandard2.0/System.Reflection.Emit.dll", - "ref/netstandard2.0/System.Reflection.Emit.xml", - "ref/netstandard2.1/_._", - "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/aot/lib/netcore50/System.Reflection.Emit.dll", - "runtimes/aot/lib/netcore50/System.Reflection.Emit.xml", - "system.reflection.emit.4.7.0.nupkg.sha512", - "system.reflection.emit.nuspec", - "useSharedDesignerContext.txt", - "version.txt" + "system.reflection.emit.4.3.0.nupkg.sha512", + "system.reflection.emit.nuspec" ] }, "System.Reflection.Emit.ILGeneration/4.3.0": { @@ -12112,6 +12974,16 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll", + "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/de/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/es/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/fr/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/it/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ja/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ko/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ru/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Emit.ILGeneration.xml", "ref/portable-net45+wp8/_._", "ref/wp80/_._", "ref/xamarinios10/_._", @@ -12147,6 +13019,16 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netstandard1.0/System.Reflection.Emit.Lightweight.dll", + "ref/netstandard1.0/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/de/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/es/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/fr/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/it/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ja/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ko/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ru/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Emit.Lightweight.xml", "ref/portable-net45+wp8/_._", "ref/wp80/_._", "ref/xamarinios10/_._", @@ -12182,7 +13064,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Reflection.Extensions.dll", + "ref/netcore50/System.Reflection.Extensions.xml", + "ref/netcore50/de/System.Reflection.Extensions.xml", + "ref/netcore50/es/System.Reflection.Extensions.xml", + "ref/netcore50/fr/System.Reflection.Extensions.xml", + "ref/netcore50/it/System.Reflection.Extensions.xml", + "ref/netcore50/ja/System.Reflection.Extensions.xml", + "ref/netcore50/ko/System.Reflection.Extensions.xml", + "ref/netcore50/ru/System.Reflection.Extensions.xml", + "ref/netcore50/zh-hans/System.Reflection.Extensions.xml", + "ref/netcore50/zh-hant/System.Reflection.Extensions.xml", "ref/netstandard1.0/System.Reflection.Extensions.dll", + "ref/netstandard1.0/System.Reflection.Extensions.xml", + "ref/netstandard1.0/de/System.Reflection.Extensions.xml", + "ref/netstandard1.0/es/System.Reflection.Extensions.xml", + "ref/netstandard1.0/fr/System.Reflection.Extensions.xml", + "ref/netstandard1.0/it/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ja/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ko/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ru/System.Reflection.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Extensions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -12247,7 +13149,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/netcore50/de/System.Reflection.Primitives.xml", + "ref/netcore50/es/System.Reflection.Primitives.xml", + "ref/netcore50/fr/System.Reflection.Primitives.xml", + "ref/netcore50/it/System.Reflection.Primitives.xml", + "ref/netcore50/ja/System.Reflection.Primitives.xml", + "ref/netcore50/ko/System.Reflection.Primitives.xml", + "ref/netcore50/ru/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hans/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hant/System.Reflection.Primitives.xml", "ref/netstandard1.0/System.Reflection.Primitives.dll", + "ref/netstandard1.0/System.Reflection.Primitives.xml", + "ref/netstandard1.0/de/System.Reflection.Primitives.xml", + "ref/netstandard1.0/es/System.Reflection.Primitives.xml", + "ref/netstandard1.0/fr/System.Reflection.Primitives.xml", + "ref/netstandard1.0/it/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ja/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ko/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ru/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -12284,7 +13206,27 @@ "ref/net46/System.Reflection.TypeExtensions.dll", "ref/net462/System.Reflection.TypeExtensions.dll", "ref/netstandard1.3/System.Reflection.TypeExtensions.dll", + "ref/netstandard1.3/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/de/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/es/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/fr/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/it/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/ja/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/ko/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/ru/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/zh-hans/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/zh-hant/System.Reflection.TypeExtensions.xml", "ref/netstandard1.5/System.Reflection.TypeExtensions.dll", + "ref/netstandard1.5/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/de/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/es/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/fr/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/it/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/ja/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/ko/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/ru/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/zh-hans/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/zh-hant/System.Reflection.TypeExtensions.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -12332,7 +13274,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/netcore50/System.Resources.ResourceManager.xml", + "ref/netcore50/de/System.Resources.ResourceManager.xml", + "ref/netcore50/es/System.Resources.ResourceManager.xml", + "ref/netcore50/fr/System.Resources.ResourceManager.xml", + "ref/netcore50/it/System.Resources.ResourceManager.xml", + "ref/netcore50/ja/System.Resources.ResourceManager.xml", + "ref/netcore50/ko/System.Resources.ResourceManager.xml", + "ref/netcore50/ru/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml", "ref/netstandard1.0/System.Resources.ResourceManager.dll", + "ref/netstandard1.0/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/de/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/es/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/it/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -12371,10 +13333,60 @@ "ref/net45/_._", "ref/net462/System.Runtime.dll", "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", + "ref/netcore50/de/System.Runtime.xml", + "ref/netcore50/es/System.Runtime.xml", + "ref/netcore50/fr/System.Runtime.xml", + "ref/netcore50/it/System.Runtime.xml", + "ref/netcore50/ja/System.Runtime.xml", + "ref/netcore50/ko/System.Runtime.xml", + "ref/netcore50/ru/System.Runtime.xml", + "ref/netcore50/zh-hans/System.Runtime.xml", + "ref/netcore50/zh-hant/System.Runtime.xml", "ref/netstandard1.0/System.Runtime.dll", + "ref/netstandard1.0/System.Runtime.xml", + "ref/netstandard1.0/de/System.Runtime.xml", + "ref/netstandard1.0/es/System.Runtime.xml", + "ref/netstandard1.0/fr/System.Runtime.xml", + "ref/netstandard1.0/it/System.Runtime.xml", + "ref/netstandard1.0/ja/System.Runtime.xml", + "ref/netstandard1.0/ko/System.Runtime.xml", + "ref/netstandard1.0/ru/System.Runtime.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.xml", "ref/netstandard1.2/System.Runtime.dll", + "ref/netstandard1.2/System.Runtime.xml", + "ref/netstandard1.2/de/System.Runtime.xml", + "ref/netstandard1.2/es/System.Runtime.xml", + "ref/netstandard1.2/fr/System.Runtime.xml", + "ref/netstandard1.2/it/System.Runtime.xml", + "ref/netstandard1.2/ja/System.Runtime.xml", + "ref/netstandard1.2/ko/System.Runtime.xml", + "ref/netstandard1.2/ru/System.Runtime.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.xml", "ref/netstandard1.3/System.Runtime.dll", + "ref/netstandard1.3/System.Runtime.xml", + "ref/netstandard1.3/de/System.Runtime.xml", + "ref/netstandard1.3/es/System.Runtime.xml", + "ref/netstandard1.3/fr/System.Runtime.xml", + "ref/netstandard1.3/it/System.Runtime.xml", + "ref/netstandard1.3/ja/System.Runtime.xml", + "ref/netstandard1.3/ko/System.Runtime.xml", + "ref/netstandard1.3/ru/System.Runtime.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.xml", "ref/netstandard1.5/System.Runtime.dll", + "ref/netstandard1.5/System.Runtime.xml", + "ref/netstandard1.5/de/System.Runtime.xml", + "ref/netstandard1.5/es/System.Runtime.xml", + "ref/netstandard1.5/fr/System.Runtime.xml", + "ref/netstandard1.5/it/System.Runtime.xml", + "ref/netstandard1.5/ja/System.Runtime.xml", + "ref/netstandard1.5/ko/System.Runtime.xml", + "ref/netstandard1.5/ru/System.Runtime.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.xml", "ref/portable-net45+win8+wp80+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -12439,9 +13451,13 @@ "buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets", "buildTransitive/netcoreapp3.1/_._", "lib/net461/System.Runtime.CompilerServices.Unsafe.dll", + "lib/net461/System.Runtime.CompilerServices.Unsafe.xml", "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml", "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.xml", "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", "system.runtime.compilerservices.unsafe.nuspec", "useSharedDesignerContext.txt" @@ -12473,9 +13489,49 @@ "ref/net45/_._", "ref/net462/System.Runtime.Extensions.dll", "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", + "ref/netcore50/de/System.Runtime.Extensions.xml", + "ref/netcore50/es/System.Runtime.Extensions.xml", + "ref/netcore50/fr/System.Runtime.Extensions.xml", + "ref/netcore50/it/System.Runtime.Extensions.xml", + "ref/netcore50/ja/System.Runtime.Extensions.xml", + "ref/netcore50/ko/System.Runtime.Extensions.xml", + "ref/netcore50/ru/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/netstandard1.0/System.Runtime.Extensions.dll", + "ref/netstandard1.0/System.Runtime.Extensions.xml", + "ref/netstandard1.0/de/System.Runtime.Extensions.xml", + "ref/netstandard1.0/es/System.Runtime.Extensions.xml", + "ref/netstandard1.0/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.0/it/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml", "ref/netstandard1.3/System.Runtime.Extensions.dll", + "ref/netstandard1.3/System.Runtime.Extensions.xml", + "ref/netstandard1.3/de/System.Runtime.Extensions.xml", + "ref/netstandard1.3/es/System.Runtime.Extensions.xml", + "ref/netstandard1.3/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.3/it/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml", "ref/netstandard1.5/System.Runtime.Extensions.dll", + "ref/netstandard1.5/System.Runtime.Extensions.xml", + "ref/netstandard1.5/de/System.Runtime.Extensions.xml", + "ref/netstandard1.5/es/System.Runtime.Extensions.xml", + "ref/netstandard1.5/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.5/it/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -12508,6 +13564,16 @@ "ref/MonoTouch10/_._", "ref/net46/_._", "ref/netstandard1.3/System.Runtime.Handles.dll", + "ref/netstandard1.3/System.Runtime.Handles.xml", + "ref/netstandard1.3/de/System.Runtime.Handles.xml", + "ref/netstandard1.3/es/System.Runtime.Handles.xml", + "ref/netstandard1.3/fr/System.Runtime.Handles.xml", + "ref/netstandard1.3/it/System.Runtime.Handles.xml", + "ref/netstandard1.3/ja/System.Runtime.Handles.xml", + "ref/netstandard1.3/ko/System.Runtime.Handles.xml", + "ref/netstandard1.3/ru/System.Runtime.Handles.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Handles.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Handles.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -12543,11 +13609,61 @@ "ref/net462/System.Runtime.InteropServices.dll", "ref/net463/System.Runtime.InteropServices.dll", "ref/netcore50/System.Runtime.InteropServices.dll", + "ref/netcore50/System.Runtime.InteropServices.xml", + "ref/netcore50/de/System.Runtime.InteropServices.xml", + "ref/netcore50/es/System.Runtime.InteropServices.xml", + "ref/netcore50/fr/System.Runtime.InteropServices.xml", + "ref/netcore50/it/System.Runtime.InteropServices.xml", + "ref/netcore50/ja/System.Runtime.InteropServices.xml", + "ref/netcore50/ko/System.Runtime.InteropServices.xml", + "ref/netcore50/ru/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hans/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hant/System.Runtime.InteropServices.xml", "ref/netcoreapp1.1/System.Runtime.InteropServices.dll", "ref/netstandard1.1/System.Runtime.InteropServices.dll", + "ref/netstandard1.1/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml", "ref/netstandard1.2/System.Runtime.InteropServices.dll", + "ref/netstandard1.2/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml", "ref/netstandard1.3/System.Runtime.InteropServices.dll", + "ref/netstandard1.3/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml", "ref/netstandard1.5/System.Runtime.InteropServices.dll", + "ref/netstandard1.5/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -12594,25 +13710,29 @@ "system.runtime.interopservices.runtimeinformation.nuspec" ] }, - "System.Runtime.Loader/4.3.0": { - "sha512": "DHMaRn8D8YCK2GG2pw+UzNxn/OHVfaWx7OTLBD/hPegHZZgcZh3H6seWegrC4BYwsfuGrywIuT+MQs+rPqRLTQ==", + "System.Runtime.Loader/4.0.0": { + "sha512": "4UN78GOVU/mbDFcXkEWtetJT/sJ0yic2gGk1HSlSpWI0TDf421xnrZTDZnwNBapk1GQeYN7U1lTj/aQB1by6ow==", "type": "package", - "path": "system.runtime.loader/4.3.0", + "path": "system.runtime.loader/4.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", "lib/net462/_._", "lib/netstandard1.5/System.Runtime.Loader.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", "ref/netstandard1.5/System.Runtime.Loader.dll", - "system.runtime.loader.4.3.0.nupkg.sha512", + "ref/netstandard1.5/System.Runtime.Loader.xml", + "ref/netstandard1.5/de/System.Runtime.Loader.xml", + "ref/netstandard1.5/es/System.Runtime.Loader.xml", + "ref/netstandard1.5/fr/System.Runtime.Loader.xml", + "ref/netstandard1.5/it/System.Runtime.Loader.xml", + "ref/netstandard1.5/ja/System.Runtime.Loader.xml", + "ref/netstandard1.5/ko/System.Runtime.Loader.xml", + "ref/netstandard1.5/ru/System.Runtime.Loader.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.Loader.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.Loader.xml", + "system.runtime.loader.4.0.0.nupkg.sha512", "system.runtime.loader.nuspec" ] }, @@ -12641,7 +13761,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Runtime.Numerics.dll", + "ref/netcore50/System.Runtime.Numerics.xml", + "ref/netcore50/de/System.Runtime.Numerics.xml", + "ref/netcore50/es/System.Runtime.Numerics.xml", + "ref/netcore50/fr/System.Runtime.Numerics.xml", + "ref/netcore50/it/System.Runtime.Numerics.xml", + "ref/netcore50/ja/System.Runtime.Numerics.xml", + "ref/netcore50/ko/System.Runtime.Numerics.xml", + "ref/netcore50/ru/System.Runtime.Numerics.xml", + "ref/netcore50/zh-hans/System.Runtime.Numerics.xml", + "ref/netcore50/zh-hant/System.Runtime.Numerics.xml", "ref/netstandard1.1/System.Runtime.Numerics.dll", + "ref/netstandard1.1/System.Runtime.Numerics.xml", + "ref/netstandard1.1/de/System.Runtime.Numerics.xml", + "ref/netstandard1.1/es/System.Runtime.Numerics.xml", + "ref/netstandard1.1/fr/System.Runtime.Numerics.xml", + "ref/netstandard1.1/it/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ja/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ko/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ru/System.Runtime.Numerics.xml", + "ref/netstandard1.1/zh-hans/System.Runtime.Numerics.xml", + "ref/netstandard1.1/zh-hant/System.Runtime.Numerics.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -12679,7 +13819,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Runtime.Serialization.Json.dll", + "ref/netcore50/System.Runtime.Serialization.Json.xml", + "ref/netcore50/de/System.Runtime.Serialization.Json.xml", + "ref/netcore50/es/System.Runtime.Serialization.Json.xml", + "ref/netcore50/fr/System.Runtime.Serialization.Json.xml", + "ref/netcore50/it/System.Runtime.Serialization.Json.xml", + "ref/netcore50/ja/System.Runtime.Serialization.Json.xml", + "ref/netcore50/ko/System.Runtime.Serialization.Json.xml", + "ref/netcore50/ru/System.Runtime.Serialization.Json.xml", + "ref/netcore50/zh-hans/System.Runtime.Serialization.Json.xml", + "ref/netcore50/zh-hant/System.Runtime.Serialization.Json.xml", "ref/netstandard1.0/System.Runtime.Serialization.Json.dll", + "ref/netstandard1.0/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/de/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/es/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/fr/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/it/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/ja/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/ko/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/ru/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Json.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -12720,8 +13880,38 @@ "ref/net45/_._", "ref/net46/System.Runtime.Serialization.Primitives.dll", "ref/netcore50/System.Runtime.Serialization.Primitives.dll", + "ref/netcore50/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/de/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/es/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/fr/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/it/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/ja/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/ko/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/ru/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/zh-hans/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/zh-hant/System.Runtime.Serialization.Primitives.xml", "ref/netstandard1.0/System.Runtime.Serialization.Primitives.dll", + "ref/netstandard1.0/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/de/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/es/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/fr/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/it/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/ja/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/ko/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/ru/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Primitives.xml", "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll", + "ref/netstandard1.3/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/de/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/es/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/fr/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/it/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/ja/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/ko/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/ru/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Serialization.Primitives.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -12735,14 +13925,13 @@ "system.runtime.serialization.primitives.nuspec" ] }, - "System.Security.AccessControl/5.0.0": { - "sha512": "dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==", + "System.Security.AccessControl/4.7.0": { + "sha512": "JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==", "type": "package", - "path": "system.security.accesscontrol/5.0.0", + "path": "system.security.accesscontrol/4.7.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/net46/System.Security.AccessControl.dll", @@ -12776,7 +13965,7 @@ "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.xml", "runtimes/win/lib/netstandard1.3/System.Security.AccessControl.dll", "runtimes/win/lib/uap10.0.16299/_._", - "system.security.accesscontrol.5.0.0.nupkg.sha512", + "system.security.accesscontrol.4.7.0.nupkg.sha512", "system.security.accesscontrol.nuspec", "useSharedDesignerContext.txt", "version.txt" @@ -12803,6 +13992,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Security.Claims.dll", "ref/netstandard1.3/System.Security.Claims.dll", + "ref/netstandard1.3/System.Security.Claims.xml", + "ref/netstandard1.3/de/System.Security.Claims.xml", + "ref/netstandard1.3/es/System.Security.Claims.xml", + "ref/netstandard1.3/fr/System.Security.Claims.xml", + "ref/netstandard1.3/it/System.Security.Claims.xml", + "ref/netstandard1.3/ja/System.Security.Claims.xml", + "ref/netstandard1.3/ko/System.Security.Claims.xml", + "ref/netstandard1.3/ru/System.Security.Claims.xml", + "ref/netstandard1.3/zh-hans/System.Security.Claims.xml", + "ref/netstandard1.3/zh-hant/System.Security.Claims.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -12932,6 +14131,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Security.Cryptography.Encoding.dll", "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll", + "ref/netstandard1.3/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/de/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/es/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/fr/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/it/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ja/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ko/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ru/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/zh-hans/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/zh-hant/System.Security.Cryptography.Encoding.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -13079,7 +14288,27 @@ "ref/net46/System.Security.Cryptography.X509Certificates.dll", "ref/net461/System.Security.Cryptography.X509Certificates.dll", "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/de/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/es/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/fr/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/it/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ja/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ko/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ru/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/zh-hant/System.Security.Cryptography.X509Certificates.xml", "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/de/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/es/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/fr/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/it/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ja/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ko/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ru/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/zh-hant/System.Security.Cryptography.X509Certificates.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -13146,7 +14375,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Security.Principal.dll", + "ref/netcore50/System.Security.Principal.xml", + "ref/netcore50/de/System.Security.Principal.xml", + "ref/netcore50/es/System.Security.Principal.xml", + "ref/netcore50/fr/System.Security.Principal.xml", + "ref/netcore50/it/System.Security.Principal.xml", + "ref/netcore50/ja/System.Security.Principal.xml", + "ref/netcore50/ko/System.Security.Principal.xml", + "ref/netcore50/ru/System.Security.Principal.xml", + "ref/netcore50/zh-hans/System.Security.Principal.xml", + "ref/netcore50/zh-hant/System.Security.Principal.xml", "ref/netstandard1.0/System.Security.Principal.dll", + "ref/netstandard1.0/System.Security.Principal.xml", + "ref/netstandard1.0/de/System.Security.Principal.xml", + "ref/netstandard1.0/es/System.Security.Principal.xml", + "ref/netstandard1.0/fr/System.Security.Principal.xml", + "ref/netstandard1.0/it/System.Security.Principal.xml", + "ref/netstandard1.0/ja/System.Security.Principal.xml", + "ref/netstandard1.0/ko/System.Security.Principal.xml", + "ref/netstandard1.0/ru/System.Security.Principal.xml", + "ref/netstandard1.0/zh-hans/System.Security.Principal.xml", + "ref/netstandard1.0/zh-hant/System.Security.Principal.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -13159,26 +14408,40 @@ "system.security.principal.nuspec" ] }, - "System.Security.Principal.Windows/5.0.0": { - "sha512": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==", + "System.Security.Principal.Windows/4.7.0": { + "sha512": "ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", "type": "package", - "path": "system.security.principal.windows/5.0.0", + "path": "system.security.principal.windows/4.7.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/net46/System.Security.Principal.Windows.dll", "lib/net461/System.Security.Principal.Windows.dll", + "lib/net461/System.Security.Principal.Windows.xml", "lib/netstandard1.3/System.Security.Principal.Windows.dll", "lib/netstandard2.0/System.Security.Principal.Windows.dll", + "lib/netstandard2.0/System.Security.Principal.Windows.xml", "lib/uap10.0.16299/_._", "ref/net46/System.Security.Principal.Windows.dll", "ref/net461/System.Security.Principal.Windows.dll", + "ref/net461/System.Security.Principal.Windows.xml", "ref/netcoreapp3.0/System.Security.Principal.Windows.dll", + "ref/netcoreapp3.0/System.Security.Principal.Windows.xml", "ref/netstandard1.3/System.Security.Principal.Windows.dll", + "ref/netstandard1.3/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/de/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/es/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/it/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml", "ref/netstandard2.0/System.Security.Principal.Windows.dll", + "ref/netstandard2.0/System.Security.Principal.Windows.xml", "ref/uap10.0.16299/_._", "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.xml", @@ -13193,7 +14456,7 @@ "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.xml", "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll", "runtimes/win/lib/uap10.0.16299/_._", - "system.security.principal.windows.5.0.0.nupkg.sha512", + "system.security.principal.windows.4.7.0.nupkg.sha512", "system.security.principal.windows.nuspec", "useSharedDesignerContext.txt", "version.txt" @@ -13223,8 +14486,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Text.Encoding.dll", + "ref/netcore50/System.Text.Encoding.xml", + "ref/netcore50/de/System.Text.Encoding.xml", + "ref/netcore50/es/System.Text.Encoding.xml", + "ref/netcore50/fr/System.Text.Encoding.xml", + "ref/netcore50/it/System.Text.Encoding.xml", + "ref/netcore50/ja/System.Text.Encoding.xml", + "ref/netcore50/ko/System.Text.Encoding.xml", + "ref/netcore50/ru/System.Text.Encoding.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.xml", "ref/netstandard1.0/System.Text.Encoding.dll", + "ref/netstandard1.0/System.Text.Encoding.xml", + "ref/netstandard1.0/de/System.Text.Encoding.xml", + "ref/netstandard1.0/es/System.Text.Encoding.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.xml", + "ref/netstandard1.0/it/System.Text.Encoding.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml", "ref/netstandard1.3/System.Text.Encoding.dll", + "ref/netstandard1.3/System.Text.Encoding.xml", + "ref/netstandard1.3/de/System.Text.Encoding.xml", + "ref/netstandard1.3/es/System.Text.Encoding.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.xml", + "ref/netstandard1.3/it/System.Text.Encoding.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -13261,8 +14554,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Text.Encoding.Extensions.dll", + "ref/netcore50/System.Text.Encoding.Extensions.xml", + "ref/netcore50/de/System.Text.Encoding.Extensions.xml", + "ref/netcore50/es/System.Text.Encoding.Extensions.xml", + "ref/netcore50/fr/System.Text.Encoding.Extensions.xml", + "ref/netcore50/it/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ja/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ko/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ru/System.Text.Encoding.Extensions.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml", "ref/netstandard1.0/System.Text.Encoding.Extensions.dll", + "ref/netstandard1.0/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/de/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/es/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/it/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.Extensions.xml", "ref/netstandard1.3/System.Text.Encoding.Extensions.dll", + "ref/netstandard1.3/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/de/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/es/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/it/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.Extensions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -13398,10 +14721,50 @@ "ref/net45/_._", "ref/net463/System.Text.RegularExpressions.dll", "ref/netcore50/System.Text.RegularExpressions.dll", + "ref/netcore50/System.Text.RegularExpressions.xml", + "ref/netcore50/de/System.Text.RegularExpressions.xml", + "ref/netcore50/es/System.Text.RegularExpressions.xml", + "ref/netcore50/fr/System.Text.RegularExpressions.xml", + "ref/netcore50/it/System.Text.RegularExpressions.xml", + "ref/netcore50/ja/System.Text.RegularExpressions.xml", + "ref/netcore50/ko/System.Text.RegularExpressions.xml", + "ref/netcore50/ru/System.Text.RegularExpressions.xml", + "ref/netcore50/zh-hans/System.Text.RegularExpressions.xml", + "ref/netcore50/zh-hant/System.Text.RegularExpressions.xml", "ref/netcoreapp1.1/System.Text.RegularExpressions.dll", "ref/netstandard1.0/System.Text.RegularExpressions.dll", + "ref/netstandard1.0/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/zh-hant/System.Text.RegularExpressions.xml", "ref/netstandard1.3/System.Text.RegularExpressions.dll", + "ref/netstandard1.3/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/zh-hant/System.Text.RegularExpressions.xml", "ref/netstandard1.6/System.Text.RegularExpressions.dll", + "ref/netstandard1.6/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/zh-hant/System.Text.RegularExpressions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -13440,8 +14803,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", + "ref/netcore50/de/System.Threading.xml", + "ref/netcore50/es/System.Threading.xml", + "ref/netcore50/fr/System.Threading.xml", + "ref/netcore50/it/System.Threading.xml", + "ref/netcore50/ja/System.Threading.xml", + "ref/netcore50/ko/System.Threading.xml", + "ref/netcore50/ru/System.Threading.xml", + "ref/netcore50/zh-hans/System.Threading.xml", + "ref/netcore50/zh-hant/System.Threading.xml", "ref/netstandard1.0/System.Threading.dll", + "ref/netstandard1.0/System.Threading.xml", + "ref/netstandard1.0/de/System.Threading.xml", + "ref/netstandard1.0/es/System.Threading.xml", + "ref/netstandard1.0/fr/System.Threading.xml", + "ref/netstandard1.0/it/System.Threading.xml", + "ref/netstandard1.0/ja/System.Threading.xml", + "ref/netstandard1.0/ko/System.Threading.xml", + "ref/netstandard1.0/ru/System.Threading.xml", + "ref/netstandard1.0/zh-hans/System.Threading.xml", + "ref/netstandard1.0/zh-hant/System.Threading.xml", "ref/netstandard1.3/System.Threading.dll", + "ref/netstandard1.3/System.Threading.xml", + "ref/netstandard1.3/de/System.Threading.xml", + "ref/netstandard1.3/es/System.Threading.xml", + "ref/netstandard1.3/fr/System.Threading.xml", + "ref/netstandard1.3/it/System.Threading.xml", + "ref/netstandard1.3/ja/System.Threading.xml", + "ref/netstandard1.3/ko/System.Threading.xml", + "ref/netstandard1.3/ru/System.Threading.xml", + "ref/netstandard1.3/zh-hans/System.Threading.xml", + "ref/netstandard1.3/zh-hant/System.Threading.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -13496,6 +14889,16 @@ "lib/net46/System.Threading.Overlapped.dll", "ref/net46/System.Threading.Overlapped.dll", "ref/netstandard1.3/System.Threading.Overlapped.dll", + "ref/netstandard1.3/System.Threading.Overlapped.xml", + "ref/netstandard1.3/de/System.Threading.Overlapped.xml", + "ref/netstandard1.3/es/System.Threading.Overlapped.xml", + "ref/netstandard1.3/fr/System.Threading.Overlapped.xml", + "ref/netstandard1.3/it/System.Threading.Overlapped.xml", + "ref/netstandard1.3/ja/System.Threading.Overlapped.xml", + "ref/netstandard1.3/ko/System.Threading.Overlapped.xml", + "ref/netstandard1.3/ru/System.Threading.Overlapped.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Overlapped.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Overlapped.xml", "runtimes/unix/lib/netstandard1.3/System.Threading.Overlapped.dll", "runtimes/win/lib/net46/System.Threading.Overlapped.dll", "runtimes/win/lib/netcore50/System.Threading.Overlapped.dll", @@ -13528,8 +14931,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Threading.Tasks.dll", + "ref/netcore50/System.Threading.Tasks.xml", + "ref/netcore50/de/System.Threading.Tasks.xml", + "ref/netcore50/es/System.Threading.Tasks.xml", + "ref/netcore50/fr/System.Threading.Tasks.xml", + "ref/netcore50/it/System.Threading.Tasks.xml", + "ref/netcore50/ja/System.Threading.Tasks.xml", + "ref/netcore50/ko/System.Threading.Tasks.xml", + "ref/netcore50/ru/System.Threading.Tasks.xml", + "ref/netcore50/zh-hans/System.Threading.Tasks.xml", + "ref/netcore50/zh-hant/System.Threading.Tasks.xml", "ref/netstandard1.0/System.Threading.Tasks.dll", + "ref/netstandard1.0/System.Threading.Tasks.xml", + "ref/netstandard1.0/de/System.Threading.Tasks.xml", + "ref/netstandard1.0/es/System.Threading.Tasks.xml", + "ref/netstandard1.0/fr/System.Threading.Tasks.xml", + "ref/netstandard1.0/it/System.Threading.Tasks.xml", + "ref/netstandard1.0/ja/System.Threading.Tasks.xml", + "ref/netstandard1.0/ko/System.Threading.Tasks.xml", + "ref/netstandard1.0/ru/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml", "ref/netstandard1.3/System.Threading.Tasks.dll", + "ref/netstandard1.3/System.Threading.Tasks.xml", + "ref/netstandard1.3/de/System.Threading.Tasks.xml", + "ref/netstandard1.3/es/System.Threading.Tasks.xml", + "ref/netstandard1.3/fr/System.Threading.Tasks.xml", + "ref/netstandard1.3/it/System.Threading.Tasks.xml", + "ref/netstandard1.3/ja/System.Threading.Tasks.xml", + "ref/netstandard1.3/ko/System.Threading.Tasks.xml", + "ref/netstandard1.3/ru/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -13571,9 +15004,12 @@ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net461/System.Threading.Tasks.Extensions.dll", + "lib/net461/System.Threading.Tasks.Extensions.xml", "lib/netcoreapp2.1/_._", "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml", "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", "lib/xamarinios10/_._", @@ -13618,7 +15054,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Threading.Tasks.Parallel.dll", + "ref/netcore50/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/de/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/es/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/fr/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/it/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/ja/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/ko/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/ru/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/zh-hans/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/zh-hant/System.Threading.Tasks.Parallel.xml", "ref/netstandard1.1/System.Threading.Tasks.Parallel.dll", + "ref/netstandard1.1/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/de/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/es/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/fr/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/it/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/ja/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/ko/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/ru/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/zh-hans/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/zh-hant/System.Threading.Tasks.Parallel.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -13652,6 +15108,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Threading.Thread.dll", "ref/netstandard1.3/System.Threading.Thread.dll", + "ref/netstandard1.3/System.Threading.Thread.xml", + "ref/netstandard1.3/de/System.Threading.Thread.xml", + "ref/netstandard1.3/es/System.Threading.Thread.xml", + "ref/netstandard1.3/fr/System.Threading.Thread.xml", + "ref/netstandard1.3/it/System.Threading.Thread.xml", + "ref/netstandard1.3/ja/System.Threading.Thread.xml", + "ref/netstandard1.3/ko/System.Threading.Thread.xml", + "ref/netstandard1.3/ru/System.Threading.Thread.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Thread.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Thread.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -13682,6 +15148,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Threading.ThreadPool.dll", "ref/netstandard1.3/System.Threading.ThreadPool.dll", + "ref/netstandard1.3/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/de/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/es/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/fr/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/it/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ja/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ko/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ru/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/zh-hans/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/zh-hant/System.Threading.ThreadPool.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -13713,7 +15189,27 @@ "ref/MonoTouch10/_._", "ref/net451/_._", "ref/netcore50/System.Threading.Timer.dll", + "ref/netcore50/System.Threading.Timer.xml", + "ref/netcore50/de/System.Threading.Timer.xml", + "ref/netcore50/es/System.Threading.Timer.xml", + "ref/netcore50/fr/System.Threading.Timer.xml", + "ref/netcore50/it/System.Threading.Timer.xml", + "ref/netcore50/ja/System.Threading.Timer.xml", + "ref/netcore50/ko/System.Threading.Timer.xml", + "ref/netcore50/ru/System.Threading.Timer.xml", + "ref/netcore50/zh-hans/System.Threading.Timer.xml", + "ref/netcore50/zh-hant/System.Threading.Timer.xml", "ref/netstandard1.2/System.Threading.Timer.dll", + "ref/netstandard1.2/System.Threading.Timer.xml", + "ref/netstandard1.2/de/System.Threading.Timer.xml", + "ref/netstandard1.2/es/System.Threading.Timer.xml", + "ref/netstandard1.2/fr/System.Threading.Timer.xml", + "ref/netstandard1.2/it/System.Threading.Timer.xml", + "ref/netstandard1.2/ja/System.Threading.Timer.xml", + "ref/netstandard1.2/ko/System.Threading.Timer.xml", + "ref/netstandard1.2/ru/System.Threading.Timer.xml", + "ref/netstandard1.2/zh-hans/System.Threading.Timer.xml", + "ref/netstandard1.2/zh-hant/System.Threading.Timer.xml", "ref/portable-net451+win81+wpa81/_._", "ref/win81/_._", "ref/wpa81/_._", @@ -13737,9 +15233,12 @@ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net461/System.ValueTuple.dll", + "lib/net461/System.ValueTuple.xml", "lib/net47/System.ValueTuple.dll", + "lib/net47/System.ValueTuple.xml", "lib/netcoreapp2.0/_._", "lib/netstandard1.0/System.ValueTuple.dll", + "lib/netstandard1.0/System.ValueTuple.xml", "lib/netstandard2.0/_._", "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.xml", @@ -13794,8 +15293,38 @@ "ref/net45/_._", "ref/net46/System.Xml.ReaderWriter.dll", "ref/netcore50/System.Xml.ReaderWriter.dll", + "ref/netcore50/System.Xml.ReaderWriter.xml", + "ref/netcore50/de/System.Xml.ReaderWriter.xml", + "ref/netcore50/es/System.Xml.ReaderWriter.xml", + "ref/netcore50/fr/System.Xml.ReaderWriter.xml", + "ref/netcore50/it/System.Xml.ReaderWriter.xml", + "ref/netcore50/ja/System.Xml.ReaderWriter.xml", + "ref/netcore50/ko/System.Xml.ReaderWriter.xml", + "ref/netcore50/ru/System.Xml.ReaderWriter.xml", + "ref/netcore50/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netcore50/zh-hant/System.Xml.ReaderWriter.xml", "ref/netstandard1.0/System.Xml.ReaderWriter.dll", + "ref/netstandard1.0/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/de/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/es/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/fr/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/it/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ja/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ko/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ru/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/zh-hant/System.Xml.ReaderWriter.xml", "ref/netstandard1.3/System.Xml.ReaderWriter.dll", + "ref/netstandard1.3/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/de/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/es/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/fr/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/it/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ja/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ko/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ru/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/zh-hant/System.Xml.ReaderWriter.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -13834,8 +15363,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Xml.XDocument.dll", + "ref/netcore50/System.Xml.XDocument.xml", + "ref/netcore50/de/System.Xml.XDocument.xml", + "ref/netcore50/es/System.Xml.XDocument.xml", + "ref/netcore50/fr/System.Xml.XDocument.xml", + "ref/netcore50/it/System.Xml.XDocument.xml", + "ref/netcore50/ja/System.Xml.XDocument.xml", + "ref/netcore50/ko/System.Xml.XDocument.xml", + "ref/netcore50/ru/System.Xml.XDocument.xml", + "ref/netcore50/zh-hans/System.Xml.XDocument.xml", + "ref/netcore50/zh-hant/System.Xml.XDocument.xml", "ref/netstandard1.0/System.Xml.XDocument.dll", + "ref/netstandard1.0/System.Xml.XDocument.xml", + "ref/netstandard1.0/de/System.Xml.XDocument.xml", + "ref/netstandard1.0/es/System.Xml.XDocument.xml", + "ref/netstandard1.0/fr/System.Xml.XDocument.xml", + "ref/netstandard1.0/it/System.Xml.XDocument.xml", + "ref/netstandard1.0/ja/System.Xml.XDocument.xml", + "ref/netstandard1.0/ko/System.Xml.XDocument.xml", + "ref/netstandard1.0/ru/System.Xml.XDocument.xml", + "ref/netstandard1.0/zh-hans/System.Xml.XDocument.xml", + "ref/netstandard1.0/zh-hant/System.Xml.XDocument.xml", "ref/netstandard1.3/System.Xml.XDocument.dll", + "ref/netstandard1.3/System.Xml.XDocument.xml", + "ref/netstandard1.3/de/System.Xml.XDocument.xml", + "ref/netstandard1.3/es/System.Xml.XDocument.xml", + "ref/netstandard1.3/fr/System.Xml.XDocument.xml", + "ref/netstandard1.3/it/System.Xml.XDocument.xml", + "ref/netstandard1.3/ja/System.Xml.XDocument.xml", + "ref/netstandard1.3/ko/System.Xml.XDocument.xml", + "ref/netstandard1.3/ru/System.Xml.XDocument.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XDocument.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XDocument.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -13869,6 +15428,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Xml.XmlDocument.dll", "ref/netstandard1.3/System.Xml.XmlDocument.dll", + "ref/netstandard1.3/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/de/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/es/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/fr/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/it/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/ja/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/ko/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/ru/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XmlDocument.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -13903,8 +15472,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Xml.XmlSerializer.dll", + "ref/netcore50/System.Xml.XmlSerializer.xml", + "ref/netcore50/de/System.Xml.XmlSerializer.xml", + "ref/netcore50/es/System.Xml.XmlSerializer.xml", + "ref/netcore50/fr/System.Xml.XmlSerializer.xml", + "ref/netcore50/it/System.Xml.XmlSerializer.xml", + "ref/netcore50/ja/System.Xml.XmlSerializer.xml", + "ref/netcore50/ko/System.Xml.XmlSerializer.xml", + "ref/netcore50/ru/System.Xml.XmlSerializer.xml", + "ref/netcore50/zh-hans/System.Xml.XmlSerializer.xml", + "ref/netcore50/zh-hant/System.Xml.XmlSerializer.xml", "ref/netstandard1.0/System.Xml.XmlSerializer.dll", + "ref/netstandard1.0/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/de/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/es/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/fr/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/it/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/ja/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/ko/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/ru/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/zh-hans/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/zh-hant/System.Xml.XmlSerializer.xml", "ref/netstandard1.3/System.Xml.XmlSerializer.dll", + "ref/netstandard1.3/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/de/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/es/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/fr/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/it/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/ja/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/ko/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/ru/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XmlSerializer.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -13918,47 +15517,39 @@ "system.xml.xmlserializer.nuspec" ] }, - "YamlDotNet/13.3.1": { - "sha512": "Q2dqDsb0xAlr092grgHk8/vTXI2snIiYM5ND3IXkgJDFIdPnqDYwYnlk+gwzSeRByDLhiSzTog8uT7xFwH68Zg==", + "YamlDotNet/16.3.0": { + "sha512": "SgMOdxbz8X65z8hraIs6hOEdnkH6hESTAIUa7viEngHOYaH+6q5XJmwr1+yb9vJpNQ19hCQY69xbFsLtXpobQA==", "type": "package", - "path": "yamldotnet/13.3.1", + "path": "yamldotnet/16.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.txt", + "README.md", "images/yamldotnet.png", - "lib/net35/YamlDotNet.dll", - "lib/net35/YamlDotNet.xml", - "lib/net45/YamlDotNet.dll", - "lib/net45/YamlDotNet.xml", "lib/net47/YamlDotNet.dll", "lib/net47/YamlDotNet.xml", "lib/net6.0/YamlDotNet.dll", "lib/net6.0/YamlDotNet.xml", - "lib/net7.0/YamlDotNet.dll", - "lib/net7.0/YamlDotNet.xml", + "lib/net8.0/YamlDotNet.dll", + "lib/net8.0/YamlDotNet.xml", "lib/netstandard2.0/YamlDotNet.dll", "lib/netstandard2.0/YamlDotNet.xml", "lib/netstandard2.1/YamlDotNet.dll", "lib/netstandard2.1/YamlDotNet.xml", - "yamldotnet.13.3.1.nupkg.sha512", + "yamldotnet.16.3.0.nupkg.sha512", "yamldotnet.nuspec" ] } }, "projectFileDependencyGroups": { "net9.0": [ - "AspNetCore.HealthChecks.SqlServer >= 8.0.2", - "AspNetCore.HealthChecks.UI.Client >= 8.0.1", + "AspNetCore.HealthChecks.SqlServer >= 9.0.0", + "AspNetCore.HealthChecks.UI.Client >= 9.0.0", "Autofac.Extensions.DependencyInjection >= 10.0.0", - "IdentityServer4 >= 4.1.2", - "IdentityServer4.AspNetIdentity >= 4.1.2", - "IdentityServer4.EntityFramework >= 4.1.2", - "IdentityServer4.EntityFramework.Storage >= 4.1.2", - "IdentityServer4.Storage >= 4.1.2", - "Microsoft.ApplicationInsights.AspNetCore >= 2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector >= 2.22.0", - "Microsoft.ApplicationInsights.Kubernetes >= 7.0.0", + "Microsoft.ApplicationInsights.AspNetCore >= 2.23.0", + "Microsoft.ApplicationInsights.DependencyCollector >= 2.23.0", + "Microsoft.ApplicationInsights.Kubernetes >= 8.0.0", + "Microsoft.AspNetCore.Authentication.JwtBearer >= 9.0.0", "Microsoft.AspNetCore.DataProtection.StackExchangeRedis >= 9.0.0", "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore >= 9.0.0", "Microsoft.AspNetCore.HealthChecks >= 1.0.0", @@ -13968,16 +15559,17 @@ "Microsoft.EntityFrameworkCore.SqlServer >= 9.0.0", "Microsoft.Extensions.Configuration.AzureKeyVault >= 3.1.24", "Microsoft.Extensions.Logging.AzureAppServices >= 9.0.0", - "Microsoft.Web.LibraryManager.Build >= 2.1.175", - "Polly >= 8.5.0", - "Serilog.AspNetCore >= 8.0.3", + "Microsoft.Web.LibraryManager.Build >= 3.0.71", + "Polly >= 8.6.5", + "Serilog.AspNetCore >= 9.0.0", "Serilog.Enrichers.Environment >= 3.0.1", - "Serilog.Settings.Configuration >= 8.0.4", - "Serilog.Sinks.Console >= 6.0.0", - "Serilog.Sinks.Http >= 9.0.0", - "Serilog.Sinks.Seq >= 8.0.0", + "Serilog.Settings.Configuration >= 9.0.0", + "Serilog.Sinks.Console >= 6.1.1", + "Serilog.Sinks.Http >= 9.2.0", + "Serilog.Sinks.Seq >= 9.0.0", "Swashbuckle.AspNetCore >= 7.2.0", - "Swashbuckle.AspNetCore.Newtonsoft >= 7.2.0" + "Swashbuckle.AspNetCore.Newtonsoft >= 7.2.0", + "System.IdentityModel.Tokens.Jwt >= 8.6.0" ] }, "packageFolders": { @@ -14025,47 +15617,31 @@ "dependencies": { "AspNetCore.HealthChecks.SqlServer": { "target": "Package", - "version": "[8.0.2, )" + "version": "[9.0.0, )" }, "AspNetCore.HealthChecks.UI.Client": { "target": "Package", - "version": "[8.0.1, )" + "version": "[9.0.0, )" }, "Autofac.Extensions.DependencyInjection": { "target": "Package", "version": "[10.0.0, )" }, - "IdentityServer4": { - "target": "Package", - "version": "[4.1.2, )" - }, - "IdentityServer4.AspNetIdentity": { - "target": "Package", - "version": "[4.1.2, )" - }, - "IdentityServer4.EntityFramework": { - "target": "Package", - "version": "[4.1.2, )" - }, - "IdentityServer4.EntityFramework.Storage": { - "target": "Package", - "version": "[4.1.2, )" - }, - "IdentityServer4.Storage": { - "target": "Package", - "version": "[4.1.2, )" - }, "Microsoft.ApplicationInsights.AspNetCore": { "target": "Package", - "version": "[2.22.0, )" + "version": "[2.23.0, )" }, "Microsoft.ApplicationInsights.DependencyCollector": { "target": "Package", - "version": "[2.22.0, )" + "version": "[2.23.0, )" }, "Microsoft.ApplicationInsights.Kubernetes": { "target": "Package", - "version": "[7.0.0, )" + "version": "[8.0.0, )" + }, + "Microsoft.AspNetCore.Authentication.JwtBearer": { + "target": "Package", + "version": "[9.0.0, )" }, "Microsoft.AspNetCore.DataProtection.StackExchangeRedis": { "target": "Package", @@ -14105,15 +15681,15 @@ }, "Microsoft.Web.LibraryManager.Build": { "target": "Package", - "version": "[2.1.175, )" + "version": "[3.0.71, )" }, "Polly": { "target": "Package", - "version": "[8.5.0, )" + "version": "[8.6.5, )" }, "Serilog.AspNetCore": { "target": "Package", - "version": "[8.0.3, )" + "version": "[9.0.0, )" }, "Serilog.Enrichers.Environment": { "target": "Package", @@ -14121,19 +15697,19 @@ }, "Serilog.Settings.Configuration": { "target": "Package", - "version": "[8.0.4, )" + "version": "[9.0.0, )" }, "Serilog.Sinks.Console": { "target": "Package", - "version": "[6.0.0, )" + "version": "[6.1.1, )" }, "Serilog.Sinks.Http": { "target": "Package", - "version": "[9.0.0, )" + "version": "[9.2.0, )" }, "Serilog.Sinks.Seq": { "target": "Package", - "version": "[8.0.0, )" + "version": "[9.0.0, )" }, "Swashbuckle.AspNetCore": { "target": "Package", @@ -14142,6 +15718,10 @@ "Swashbuckle.AspNetCore.Newtonsoft": { "target": "Package", "version": "[7.2.0, )" + }, + "System.IdentityModel.Tokens.Jwt": { + "target": "Package", + "version": "[8.6.0, )" } }, "imports": [ @@ -14166,27 +15746,5 @@ "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/10.0.100/PortableRuntimeIdentifierGraph.json" } } - }, - "logs": [ - { - "code": "NU1902", - "level": "Warning", - "warningLevel": 1, - "message": "Package 'IdentityServer4' 4.1.2 has a known moderate severity vulnerability, https://github.com/advisories/GHSA-55p7-v223-x366", - "libraryId": "IdentityServer4", - "targetGraphs": [ - "net9.0" - ] - }, - { - "code": "NU1902", - "level": "Warning", - "warningLevel": 1, - "message": "Package 'IdentityServer4' 4.1.2 has a known moderate severity vulnerability, https://github.com/advisories/GHSA-ff4q-64jc-gx98", - "libraryId": "IdentityServer4", - "targetGraphs": [ - "net9.0" - ] - } - ] + } } \ No newline at end of file diff --git a/src/Services/Identity/Identity.API/obj/project.nuget.cache b/src/Services/Identity/Identity.API/obj/project.nuget.cache index 18e6bf29..725114cf 100644 --- a/src/Services/Identity/Identity.API/obj/project.nuget.cache +++ b/src/Services/Identity/Identity.API/obj/project.nuget.cache @@ -1,37 +1,29 @@ { "version": 2, - "dgSpecHash": "mIPWI0E5ARU=", + "dgSpecHash": "nAseqlSsAt4=", "success": true, "projectFilePath": "/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Identity.API.csproj", "expectedPackageFiles": [ - "/home/runner/.nuget/packages/aspnetcore.healthchecks.sqlserver/8.0.2/aspnetcore.healthchecks.sqlserver.8.0.2.nupkg.sha512", - "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.client/8.0.1/aspnetcore.healthchecks.ui.client.8.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.core/8.0.1/aspnetcore.healthchecks.ui.core.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.sqlserver/9.0.0/aspnetcore.healthchecks.sqlserver.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.client/9.0.0/aspnetcore.healthchecks.ui.client.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.core/9.0.0/aspnetcore.healthchecks.ui.core.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/autofac/8.1.0/autofac.8.1.0.nupkg.sha512", "/home/runner/.nuget/packages/autofac.extensions.dependencyinjection/10.0.0/autofac.extensions.dependencyinjection.10.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/automapper/10.0.0/automapper.10.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/azure.core/1.35.0/azure.core.1.35.0.nupkg.sha512", - "/home/runner/.nuget/packages/azure.identity/1.10.3/azure.identity.1.10.3.nupkg.sha512", - "/home/runner/.nuget/packages/fractions/7.2.1/fractions.7.2.1.nupkg.sha512", + "/home/runner/.nuget/packages/azure.core/1.38.0/azure.core.1.38.0.nupkg.sha512", + "/home/runner/.nuget/packages/azure.identity/1.11.4/azure.identity.1.11.4.nupkg.sha512", + "/home/runner/.nuget/packages/fractions/7.3.0/fractions.7.3.0.nupkg.sha512", "/home/runner/.nuget/packages/humanizer.core/2.14.1/humanizer.core.2.14.1.nupkg.sha512", - "/home/runner/.nuget/packages/identitymodel/5.2.0/identitymodel.5.2.0.nupkg.sha512", - "/home/runner/.nuget/packages/identitymodel.oidcclient/5.2.1/identitymodel.oidcclient.5.2.1.nupkg.sha512", - "/home/runner/.nuget/packages/identityserver4/4.1.2/identityserver4.4.1.2.nupkg.sha512", - "/home/runner/.nuget/packages/identityserver4.aspnetidentity/4.1.2/identityserver4.aspnetidentity.4.1.2.nupkg.sha512", - "/home/runner/.nuget/packages/identityserver4.entityframework/4.1.2/identityserver4.entityframework.4.1.2.nupkg.sha512", - "/home/runner/.nuget/packages/identityserver4.entityframework.storage/4.1.2/identityserver4.entityframework.storage.4.1.2.nupkg.sha512", - "/home/runner/.nuget/packages/identityserver4.storage/4.1.2/identityserver4.storage.4.1.2.nupkg.sha512", - "/home/runner/.nuget/packages/kubernetesclient/12.1.1/kubernetesclient.12.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/kubernetesclient/17.0.14/kubernetesclient.17.0.14.nupkg.sha512", "/home/runner/.nuget/packages/libuv/1.9.1/libuv.1.9.1.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights/2.22.0/microsoft.applicationinsights.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.aspnetcore/2.22.0/microsoft.applicationinsights.aspnetcore.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.dependencycollector/2.22.0/microsoft.applicationinsights.dependencycollector.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.eventcountercollector/2.22.0/microsoft.applicationinsights.eventcountercollector.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.kubernetes/7.0.0/microsoft.applicationinsights.kubernetes.7.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.perfcountercollector/2.22.0/microsoft.applicationinsights.perfcountercollector.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.windowsserver/2.22.0/microsoft.applicationinsights.windowsserver.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.windowsserver.telemetrychannel/2.22.0/microsoft.applicationinsights.windowsserver.telemetrychannel.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.aspnetcore.authentication.openidconnect/3.1.0/microsoft.aspnetcore.authentication.openidconnect.3.1.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights/2.23.0/microsoft.applicationinsights.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.aspnetcore/2.23.0/microsoft.applicationinsights.aspnetcore.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.dependencycollector/2.23.0/microsoft.applicationinsights.dependencycollector.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.eventcountercollector/2.23.0/microsoft.applicationinsights.eventcountercollector.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.kubernetes/8.0.0/microsoft.applicationinsights.kubernetes.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.perfcountercollector/2.23.0/microsoft.applicationinsights.perfcountercollector.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.windowsserver/2.23.0/microsoft.applicationinsights.windowsserver.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.windowsserver.telemetrychannel/2.23.0/microsoft.applicationinsights.windowsserver.telemetrychannel.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.authentication.jwtbearer/9.0.0/microsoft.aspnetcore.authentication.jwtbearer.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.aspnetcore.cryptography.internal/9.0.0/microsoft.aspnetcore.cryptography.internal.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.aspnetcore.cryptography.keyderivation/9.0.0/microsoft.aspnetcore.cryptography.keyderivation.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.aspnetcore.dataprotection/9.0.0/microsoft.aspnetcore.dataprotection.9.0.0.nupkg.sha512", @@ -64,7 +56,7 @@ "/home/runner/.nuget/packages/microsoft.codeanalysis.workspaces.common/4.8.0/microsoft.codeanalysis.workspaces.common.4.8.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.codeanalysis.workspaces.msbuild/4.8.0/microsoft.codeanalysis.workspaces.msbuild.4.8.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.csharp/4.7.0/microsoft.csharp.4.7.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.data.sqlclient/5.2.0/microsoft.data.sqlclient.5.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.data.sqlclient/5.2.2/microsoft.data.sqlclient.5.2.2.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.data.sqlclient.sni.runtime/5.2.0/microsoft.data.sqlclient.sni.runtime.5.2.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.entityframeworkcore/9.0.0/microsoft.entityframeworkcore.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.entityframeworkcore.abstractions/9.0.0/microsoft.entityframeworkcore.abstractions.9.0.0.nupkg.sha512", @@ -75,60 +67,60 @@ "/home/runner/.nuget/packages/microsoft.extensions.apidescription.server/6.0.5/microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.caching.abstractions/9.0.0/microsoft.extensions.caching.abstractions.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.caching.memory/9.0.0/microsoft.extensions.caching.memory.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration/9.0.0/microsoft.extensions.configuration.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.abstractions/9.0.0/microsoft.extensions.configuration.abstractions.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration/9.0.2/microsoft.extensions.configuration.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.abstractions/9.0.7/microsoft.extensions.configuration.abstractions.9.0.7.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.configuration.azurekeyvault/3.1.24/microsoft.extensions.configuration.azurekeyvault.3.1.24.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.binder/9.0.0/microsoft.extensions.configuration.binder.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.commandline/6.0.0/microsoft.extensions.configuration.commandline.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.environmentvariables/9.0.0/microsoft.extensions.configuration.environmentvariables.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.fileextensions/9.0.0/microsoft.extensions.configuration.fileextensions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.json/9.0.0/microsoft.extensions.configuration.json.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.usersecrets/6.0.1/microsoft.extensions.configuration.usersecrets.6.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection/9.0.0/microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/9.0.0/microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.binder/9.0.2/microsoft.extensions.configuration.binder.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.commandline/9.0.2/microsoft.extensions.configuration.commandline.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.environmentvariables/9.0.2/microsoft.extensions.configuration.environmentvariables.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.fileextensions/9.0.2/microsoft.extensions.configuration.fileextensions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.json/9.0.2/microsoft.extensions.configuration.json.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.usersecrets/9.0.2/microsoft.extensions.configuration.usersecrets.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection/9.0.2/microsoft.extensions.dependencyinjection.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/9.0.2/microsoft.extensions.dependencyinjection.abstractions.9.0.2.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.dependencymodel/9.0.0/microsoft.extensions.dependencymodel.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.diagnosticadapter/3.1.27/microsoft.extensions.diagnosticadapter.3.1.27.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.abstractions/9.0.0/microsoft.extensions.diagnostics.abstractions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks/8.0.0/microsoft.extensions.diagnostics.healthchecks.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks.abstractions/8.0.0/microsoft.extensions.diagnostics.healthchecks.abstractions.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.abstractions/9.0.0/microsoft.extensions.fileproviders.abstractions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.physical/9.0.0/microsoft.extensions.fileproviders.physical.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.filesystemglobbing/9.0.0/microsoft.extensions.filesystemglobbing.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnosticadapter/3.1.32/microsoft.extensions.diagnosticadapter.3.1.32.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics/9.0.2/microsoft.extensions.diagnostics.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.abstractions/9.0.2/microsoft.extensions.diagnostics.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks/8.0.11/microsoft.extensions.diagnostics.healthchecks.8.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks.abstractions/8.0.11/microsoft.extensions.diagnostics.healthchecks.abstractions.8.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.abstractions/9.0.2/microsoft.extensions.fileproviders.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.physical/9.0.2/microsoft.extensions.fileproviders.physical.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.filesystemglobbing/9.0.2/microsoft.extensions.filesystemglobbing.9.0.2.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.healthchecks/1.0.0/microsoft.extensions.healthchecks.1.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.hosting/6.0.1/microsoft.extensions.hosting.6.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.hosting.abstractions/9.0.0/microsoft.extensions.hosting.abstractions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.http/3.1.0/microsoft.extensions.http.3.1.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.hosting/9.0.2/microsoft.extensions.hosting.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.hosting.abstractions/9.0.2/microsoft.extensions.hosting.abstractions.9.0.2.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.identity.core/9.0.0/microsoft.extensions.identity.core.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.identity.stores/9.0.0/microsoft.extensions.identity.stores.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging/9.0.0/microsoft.extensions.logging.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.abstractions/9.0.0/microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.applicationinsights/2.22.0/microsoft.extensions.logging.applicationinsights.2.22.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging/9.0.2/microsoft.extensions.logging.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.abstractions/9.0.2/microsoft.extensions.logging.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.applicationinsights/2.23.0/microsoft.extensions.logging.applicationinsights.2.23.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.logging.azureappservices/9.0.0/microsoft.extensions.logging.azureappservices.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.configuration/9.0.0/microsoft.extensions.logging.configuration.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.console/6.0.0/microsoft.extensions.logging.console.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.debug/6.0.0/microsoft.extensions.logging.debug.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.eventlog/6.0.0/microsoft.extensions.logging.eventlog.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.eventsource/6.0.0/microsoft.extensions.logging.eventsource.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.objectpool/7.0.0/microsoft.extensions.objectpool.7.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.options/9.0.0/microsoft.extensions.options.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.options.configurationextensions/9.0.0/microsoft.extensions.options.configurationextensions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.primitives/9.0.0/microsoft.extensions.primitives.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identity.client/4.56.0/microsoft.identity.client.4.56.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identity.client.extensions.msal/4.56.0/microsoft.identity.client.extensions.msal.4.56.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.abstractions/7.0.0/microsoft.identitymodel.abstractions.7.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.configuration/9.0.2/microsoft.extensions.logging.configuration.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.console/9.0.2/microsoft.extensions.logging.console.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.debug/9.0.2/microsoft.extensions.logging.debug.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.eventlog/9.0.2/microsoft.extensions.logging.eventlog.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.eventsource/9.0.2/microsoft.extensions.logging.eventsource.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.objectpool/2.1.1/microsoft.extensions.objectpool.2.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.options/9.0.2/microsoft.extensions.options.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.options.configurationextensions/9.0.2/microsoft.extensions.options.configurationextensions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.primitives/9.0.7/microsoft.extensions.primitives.9.0.7.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identity.client/4.61.3/microsoft.identity.client.4.61.3.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identity.client.extensions.msal/4.61.3/microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.abstractions/8.6.0/microsoft.identitymodel.abstractions.8.6.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.identitymodel.clients.activedirectory/3.14.2/microsoft.identitymodel.clients.activedirectory.3.14.2.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.jsonwebtokens/7.0.0/microsoft.identitymodel.jsonwebtokens.7.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.logging/7.0.0/microsoft.identitymodel.logging.7.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.protocols/6.35.0/microsoft.identitymodel.protocols.6.35.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.protocols.openidconnect/6.35.0/microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.tokens/7.0.0/microsoft.identitymodel.tokens.7.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.jsonwebtokens/8.6.0/microsoft.identitymodel.jsonwebtokens.8.6.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.logging/8.6.0/microsoft.identitymodel.logging.8.6.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.protocols/8.0.1/microsoft.identitymodel.protocols.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.protocols.openidconnect/8.0.1/microsoft.identitymodel.protocols.openidconnect.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.tokens/8.6.0/microsoft.identitymodel.tokens.8.6.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.net.http.headers/2.1.1/microsoft.net.http.headers.2.1.1.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.netcore.app/1.0.5/microsoft.netcore.app.1.0.5.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.netcore.dotnethost/1.0.1/microsoft.netcore.dotnethost.1.0.1.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.netcore.dotnethostpolicy/1.0.5/microsoft.netcore.dotnethostpolicy.1.0.5.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.netcore.dotnethostresolver/1.0.1/microsoft.netcore.dotnethostresolver.1.0.1.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.netcore.jit/1.0.7/microsoft.netcore.jit.1.0.7.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.netcore.platforms/5.0.0/microsoft.netcore.platforms.5.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.netcore.platforms/3.1.0/microsoft.netcore.platforms.3.1.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.netcore.runtime.coreclr/1.0.7/microsoft.netcore.runtime.coreclr.1.0.7.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.netcore.targets/1.1.0/microsoft.netcore.targets.1.1.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.netcore.windows.apisets/1.0.1/microsoft.netcore.windows.apisets.1.0.1.nupkg.sha512", @@ -137,7 +129,7 @@ "/home/runner/.nuget/packages/microsoft.rest.clientruntime.azure/3.3.7/microsoft.rest.clientruntime.azure.3.3.7.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.sqlserver.server/1.0.0/microsoft.sqlserver.server.1.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.visualbasic/10.0.1/microsoft.visualbasic.10.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.web.librarymanager.build/2.1.175/microsoft.web.librarymanager.build.2.1.175.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.web.librarymanager.build/3.0.71/microsoft.web.librarymanager.build.3.0.71.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.win32.primitives/4.3.0/microsoft.win32.primitives.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.win32.registry/4.3.0/microsoft.win32.registry.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/mono.texttemplating/3.0.0/mono.texttemplating.3.0.0.nupkg.sha512", @@ -145,9 +137,8 @@ "/home/runner/.nuget/packages/newtonsoft.json/13.0.3/newtonsoft.json.13.0.3.nupkg.sha512", "/home/runner/.nuget/packages/newtonsoft.json.bson/1.0.2/newtonsoft.json.bson.1.0.2.nupkg.sha512", "/home/runner/.nuget/packages/pipelines.sockets.unofficial/2.2.8/pipelines.sockets.unofficial.2.2.8.nupkg.sha512", - "/home/runner/.nuget/packages/polly/8.5.0/polly.8.5.0.nupkg.sha512", - "/home/runner/.nuget/packages/polly.core/8.5.0/polly.core.8.5.0.nupkg.sha512", - "/home/runner/.nuget/packages/prometheus-net/8.0.1/prometheus-net.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/polly/8.6.5/polly.8.6.5.nupkg.sha512", + "/home/runner/.nuget/packages/polly.core/8.6.5/polly.core.8.6.5.nupkg.sha512", "/home/runner/.nuget/packages/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", @@ -166,18 +157,18 @@ "/home/runner/.nuget/packages/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog/4.0.0/serilog.4.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.aspnetcore/8.0.3/serilog.aspnetcore.8.0.3.nupkg.sha512", + "/home/runner/.nuget/packages/serilog/4.2.0/serilog.4.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.aspnetcore/9.0.0/serilog.aspnetcore.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/serilog.enrichers.environment/3.0.1/serilog.enrichers.environment.3.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.extensions.hosting/8.0.0/serilog.extensions.hosting.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.extensions.logging/8.0.0/serilog.extensions.logging.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.formatting.compact/2.0.0/serilog.formatting.compact.2.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.settings.configuration/8.0.4/serilog.settings.configuration.8.0.4.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.console/6.0.0/serilog.sinks.console.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.debug/2.0.0/serilog.sinks.debug.2.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.file/5.0.0/serilog.sinks.file.5.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.http/9.0.0/serilog.sinks.http.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.seq/8.0.0/serilog.sinks.seq.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.extensions.hosting/9.0.0/serilog.extensions.hosting.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.extensions.logging/9.0.0/serilog.extensions.logging.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.formatting.compact/3.0.0/serilog.formatting.compact.3.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.settings.configuration/9.0.0/serilog.settings.configuration.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.console/6.1.1/serilog.sinks.console.6.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.debug/3.0.0/serilog.sinks.debug.3.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.file/7.0.0/serilog.sinks.file.7.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.http/9.2.0/serilog.sinks.http.9.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.seq/9.0.0/serilog.sinks.seq.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/stackexchange.redis/2.7.27/stackexchange.redis.2.7.27.nupkg.sha512", "/home/runner/.nuget/packages/swashbuckle.aspnetcore/7.2.0/swashbuckle.aspnetcore.7.2.0.nupkg.sha512", "/home/runner/.nuget/packages/swashbuckle.aspnetcore.newtonsoft/7.2.0/swashbuckle.aspnetcore.newtonsoft.7.2.0.nupkg.sha512", @@ -186,6 +177,7 @@ "/home/runner/.nuget/packages/swashbuckle.aspnetcore.swaggerui/7.2.0/swashbuckle.aspnetcore.swaggerui.7.2.0.nupkg.sha512", "/home/runner/.nuget/packages/system.appcontext/4.3.0/system.appcontext.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.buffers/4.5.0/system.buffers.4.5.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.clientmodel/1.0.0/system.clientmodel.1.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.codedom/6.0.0/system.codedom.6.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.collections/4.3.0/system.collections.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.collections.concurrent/4.3.0/system.collections.concurrent.4.3.0.nupkg.sha512", @@ -202,7 +194,7 @@ "/home/runner/.nuget/packages/system.console/4.3.0/system.console.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.debug/4.3.0/system.diagnostics.debug.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.diagnosticsource/8.0.1/system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/system.diagnostics.eventlog/8.0.0/system.diagnostics.eventlog.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.diagnostics.eventlog/9.0.2/system.diagnostics.eventlog.9.0.2.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.performancecounter/6.0.0/system.diagnostics.performancecounter.6.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.process/4.3.0/system.diagnostics.process.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.tools/4.3.0/system.diagnostics.tools.4.3.0.nupkg.sha512", @@ -212,12 +204,12 @@ "/home/runner/.nuget/packages/system.globalization/4.3.0/system.globalization.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.globalization.calendars/4.3.0/system.globalization.calendars.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.globalization.extensions/4.3.0/system.globalization.extensions.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.identitymodel.tokens.jwt/7.0.0/system.identitymodel.tokens.jwt.7.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.identitymodel.tokens.jwt/8.6.0/system.identitymodel.tokens.jwt.8.6.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io/4.3.0/system.io.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io.compression/4.3.0/system.io.compression.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io.compression.zipfile/4.3.0/system.io.compression.zipfile.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io.filesystem/4.3.0/system.io.filesystem.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.io.filesystem.accesscontrol/5.0.0/system.io.filesystem.accesscontrol.5.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.io.filesystem.accesscontrol/4.7.0/system.io.filesystem.accesscontrol.4.7.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io.filesystem.primitives/4.3.0/system.io.filesystem.primitives.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io.filesystem.watcher/4.0.0/system.io.filesystem.watcher.4.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io.memorymappedfiles/4.0.0/system.io.memorymappedfiles.4.0.0.nupkg.sha512", @@ -241,7 +233,7 @@ "/home/runner/.nuget/packages/system.private.datacontractserialization/4.1.1/system.private.datacontractserialization.4.1.1.nupkg.sha512", "/home/runner/.nuget/packages/system.reflection/4.3.0/system.reflection.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.reflection.dispatchproxy/4.0.1/system.reflection.dispatchproxy.4.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/system.reflection.emit/4.7.0/system.reflection.emit.4.7.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.reflection.emit/4.3.0/system.reflection.emit.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.reflection.emit.ilgeneration/4.3.0/system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.reflection.emit.lightweight/4.3.0/system.reflection.emit.lightweight.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.reflection.extensions/4.3.0/system.reflection.extensions.4.3.0.nupkg.sha512", @@ -257,11 +249,11 @@ "/home/runner/.nuget/packages/system.runtime.handles/4.3.0/system.runtime.handles.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.runtime.interopservices/4.3.0/system.runtime.interopservices.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.runtime.interopservices.runtimeinformation/4.3.0/system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.runtime.loader/4.3.0/system.runtime.loader.4.3.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.runtime.loader/4.0.0/system.runtime.loader.4.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.runtime.numerics/4.3.0/system.runtime.numerics.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.runtime.serialization.json/4.0.2/system.runtime.serialization.json.4.0.2.nupkg.sha512", "/home/runner/.nuget/packages/system.runtime.serialization.primitives/4.1.1/system.runtime.serialization.primitives.4.1.1.nupkg.sha512", - "/home/runner/.nuget/packages/system.security.accesscontrol/5.0.0/system.security.accesscontrol.5.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.security.accesscontrol/4.7.0/system.security.accesscontrol.4.7.0.nupkg.sha512", "/home/runner/.nuget/packages/system.security.claims/4.0.1/system.security.claims.4.0.1.nupkg.sha512", "/home/runner/.nuget/packages/system.security.cryptography.algorithms/4.3.0/system.security.cryptography.algorithms.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.security.cryptography.cng/4.3.0/system.security.cryptography.cng.4.3.0.nupkg.sha512", @@ -274,7 +266,7 @@ "/home/runner/.nuget/packages/system.security.cryptography.x509certificates/4.3.0/system.security.cryptography.x509certificates.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.security.cryptography.xml/9.0.0/system.security.cryptography.xml.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.security.principal/4.0.1/system.security.principal.4.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/system.security.principal.windows/5.0.0/system.security.principal.windows.5.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.security.principal.windows/4.7.0/system.security.principal.windows.4.7.0.nupkg.sha512", "/home/runner/.nuget/packages/system.text.encoding/4.3.0/system.text.encoding.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.text.encoding.extensions/4.3.0/system.text.encoding.extensions.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.text.encodings.web/4.7.2/system.text.encodings.web.4.7.2.nupkg.sha512", @@ -295,32 +287,7 @@ "/home/runner/.nuget/packages/system.xml.xdocument/4.3.0/system.xml.xdocument.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.xml.xmldocument/4.0.1/system.xml.xmldocument.4.0.1.nupkg.sha512", "/home/runner/.nuget/packages/system.xml.xmlserializer/4.0.11/system.xml.xmlserializer.4.0.11.nupkg.sha512", - "/home/runner/.nuget/packages/yamldotnet/13.3.1/yamldotnet.13.3.1.nupkg.sha512" + "/home/runner/.nuget/packages/yamldotnet/16.3.0/yamldotnet.16.3.0.nupkg.sha512" ], - "logs": [ - { - "code": "NU1902", - "level": "Warning", - "message": "Package 'IdentityServer4' 4.1.2 has a known moderate severity vulnerability, https://github.com/advisories/GHSA-55p7-v223-x366", - "projectPath": "/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Identity.API.csproj", - "warningLevel": 1, - "filePath": "/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Identity.API.csproj", - "libraryId": "IdentityServer4", - "targetGraphs": [ - "net9.0" - ] - }, - { - "code": "NU1902", - "level": "Warning", - "message": "Package 'IdentityServer4' 4.1.2 has a known moderate severity vulnerability, https://github.com/advisories/GHSA-ff4q-64jc-gx98", - "projectPath": "/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Identity.API.csproj", - "warningLevel": 1, - "filePath": "/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Identity/Identity.API/Identity.API.csproj", - "libraryId": "IdentityServer4", - "targetGraphs": [ - "net9.0" - ] - } - ] + "logs": [] } \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.API/Infrastructure/AutofacModules/MediatorModule.cs b/src/Services/Ordering/Ordering.API/Infrastructure/AutofacModules/MediatorModule.cs index 67275a58..e2d45503 100644 --- a/src/Services/Ordering/Ordering.API/Infrastructure/AutofacModules/MediatorModule.cs +++ b/src/Services/Ordering/Ordering.API/Infrastructure/AutofacModules/MediatorModule.cs @@ -32,11 +32,12 @@ protected override void Load(ContainerBuilder builder) .AsImplementedInterfaces(); - builder.Register(context => - { - var componentContext = context.Resolve(); - return t => { object o; return componentContext.TryResolve(t, out o) ? o : null; }; - }); + // MediatR 12+ uses DI directly, ServiceFactory pattern is no longer needed + // builder.Register(context => + // { + // var componentContext = context.Resolve(); + // return t => { object o; return componentContext.TryResolve(t, out o) ? o : null; }; + // }); builder.RegisterGeneric(typeof(LoggingBehavior<,>)).As(typeof(IPipelineBehavior<,>)); builder.RegisterGeneric(typeof(ValidatorBehavior<,>)).As(typeof(IPipelineBehavior<,>)); diff --git a/src/Services/Ordering/Ordering.API/Ordering.API.csproj b/src/Services/Ordering/Ordering.API/Ordering.API.csproj index 224e9166..f8f7af5c 100644 --- a/src/Services/Ordering/Ordering.API/Ordering.API.csproj +++ b/src/Services/Ordering/Ordering.API/Ordering.API.csproj @@ -33,36 +33,35 @@
    - + - - - - + + + + - - - - - - - - + + + + + + + - - + + - - - - + + + + - + diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Autofac.Extensions.DependencyInjection.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Autofac.Extensions.DependencyInjection.dll deleted file mode 100755 index c15c4d48..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Autofac.Extensions.DependencyInjection.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Autofac.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Autofac.dll deleted file mode 100755 index f52b5eaf..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Autofac.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Azure.Core.Amqp.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Azure.Core.Amqp.dll deleted file mode 100755 index f43cf0a6..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Azure.Core.Amqp.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Azure.Core.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Azure.Core.dll deleted file mode 100755 index 98592ed2..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Azure.Core.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Azure.Identity.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Azure.Identity.dll deleted file mode 100755 index 4a32fd0d..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Azure.Identity.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Azure.Messaging.ServiceBus.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Azure.Messaging.ServiceBus.dll deleted file mode 100755 index c32a7cdc..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Azure.Messaging.ServiceBus.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Dapper.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Dapper.dll deleted file mode 100755 index 624ff7f3..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Dapper.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/EventBus.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/EventBus.dll deleted file mode 100644 index e9cbfb47..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/EventBus.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/EventBus.pdb b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/EventBus.pdb deleted file mode 100644 index c52e9fb9..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/EventBus.pdb and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/EventBusRabbitMQ.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/EventBusRabbitMQ.dll deleted file mode 100644 index 46c6f125..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/EventBusRabbitMQ.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/EventBusRabbitMQ.pdb b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/EventBusRabbitMQ.pdb deleted file mode 100644 index 7195d8c0..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/EventBusRabbitMQ.pdb and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/EventBusServiceBus.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/EventBusServiceBus.dll deleted file mode 100644 index 4ad7feac..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/EventBusServiceBus.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/EventBusServiceBus.pdb b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/EventBusServiceBus.pdb deleted file mode 100644 index e83f7207..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/EventBusServiceBus.pdb and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/FluentValidation.AspNetCore.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/FluentValidation.AspNetCore.dll deleted file mode 100755 index 91b4e0b9..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/FluentValidation.AspNetCore.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/FluentValidation.DependencyInjectionExtensions.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/FluentValidation.DependencyInjectionExtensions.dll deleted file mode 100755 index 3f94755d..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/FluentValidation.DependencyInjectionExtensions.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/FluentValidation.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/FluentValidation.dll deleted file mode 100755 index 99eb3310..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/FluentValidation.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Fractions.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Fractions.dll deleted file mode 100755 index 16f94127..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Fractions.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Google.Protobuf.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Google.Protobuf.dll deleted file mode 100755 index d5a89ae8..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Google.Protobuf.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Grpc.AspNetCore.Server.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Grpc.AspNetCore.Server.dll deleted file mode 100755 index d98c0a0e..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Grpc.AspNetCore.Server.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Grpc.Core.Api.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Grpc.Core.Api.dll deleted file mode 100755 index ed6e2a5b..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Grpc.Core.Api.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Grpc.Net.Common.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Grpc.Net.Common.dll deleted file mode 100755 index c9fe90d1..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Grpc.Net.Common.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/HealthChecks.AzureServiceBus.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/HealthChecks.AzureServiceBus.dll deleted file mode 100755 index 63b46633..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/HealthChecks.AzureServiceBus.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/HealthChecks.Rabbitmq.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/HealthChecks.Rabbitmq.dll deleted file mode 100755 index da377276..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/HealthChecks.Rabbitmq.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/HealthChecks.SqlServer.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/HealthChecks.SqlServer.dll deleted file mode 100755 index 4c495399..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/HealthChecks.SqlServer.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/HealthChecks.UI.Client.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/HealthChecks.UI.Client.dll deleted file mode 100755 index 005cb03b..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/HealthChecks.UI.Client.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/HealthChecks.UI.Core.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/HealthChecks.UI.Core.dll deleted file mode 100755 index 94b166c4..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/HealthChecks.UI.Core.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Humanizer.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Humanizer.dll deleted file mode 100755 index c9a7ef8a..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Humanizer.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/IdentityModel.OidcClient.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/IdentityModel.OidcClient.dll deleted file mode 100755 index 8ec9f3f0..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/IdentityModel.OidcClient.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/IdentityModel.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/IdentityModel.dll deleted file mode 100755 index 86fb0875..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/IdentityModel.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/IntegrationEventLogEF.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/IntegrationEventLogEF.dll deleted file mode 100644 index da67ad7a..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/IntegrationEventLogEF.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/IntegrationEventLogEF.pdb b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/IntegrationEventLogEF.pdb deleted file mode 100644 index e5a190d5..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/IntegrationEventLogEF.pdb and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/KubernetesClient.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/KubernetesClient.dll deleted file mode 100755 index 44522a93..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/KubernetesClient.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/MediatR.Contracts.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/MediatR.Contracts.dll deleted file mode 100755 index 3b99f562..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/MediatR.Contracts.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/MediatR.Extensions.Microsoft.DependencyInjection.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/MediatR.Extensions.Microsoft.DependencyInjection.dll deleted file mode 100755 index 9aac2767..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/MediatR.Extensions.Microsoft.DependencyInjection.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/MediatR.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/MediatR.dll deleted file mode 100755 index b54aa06e..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/MediatR.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.AI.DependencyCollector.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.AI.DependencyCollector.dll deleted file mode 100755 index b9e88864..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.AI.DependencyCollector.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.AI.EventCounterCollector.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.AI.EventCounterCollector.dll deleted file mode 100755 index 32b9fafe..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.AI.EventCounterCollector.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.AI.PerfCounterCollector.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.AI.PerfCounterCollector.dll deleted file mode 100755 index ddfad5b2..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.AI.PerfCounterCollector.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.AI.ServerTelemetryChannel.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.AI.ServerTelemetryChannel.dll deleted file mode 100755 index ebcfc70b..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.AI.ServerTelemetryChannel.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.AI.WindowsServer.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.AI.WindowsServer.dll deleted file mode 100755 index b1d8bdda..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.AI.WindowsServer.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.AspNetCore.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.AspNetCore.dll deleted file mode 100755 index 648c8258..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.AspNetCore.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.Kubernetes.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.Kubernetes.dll deleted file mode 100755 index caca8a8d..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.Kubernetes.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.dll deleted file mode 100755 index 3f8c8189..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll deleted file mode 100755 index ca767741..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.AspNetCore.HealthChecks.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.AspNetCore.HealthChecks.dll deleted file mode 100755 index 7bbabb33..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.AspNetCore.HealthChecks.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.AspNetCore.JsonPatch.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.AspNetCore.JsonPatch.dll deleted file mode 100755 index f550437b..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.AspNetCore.JsonPatch.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll deleted file mode 100755 index 5babe393..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Azure.Amqp.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Azure.Amqp.dll deleted file mode 100755 index 6d5c4414..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Azure.Amqp.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Azure.KeyVault.WebKey.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Azure.KeyVault.WebKey.dll deleted file mode 100755 index 33492a45..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Azure.KeyVault.WebKey.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Azure.KeyVault.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Azure.KeyVault.dll deleted file mode 100755 index 0e927a42..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Azure.KeyVault.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Azure.ServiceBus.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Azure.ServiceBus.dll deleted file mode 100755 index 5b6af22c..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Azure.ServiceBus.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Azure.Services.AppAuthentication.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Azure.Services.AppAuthentication.dll deleted file mode 100755 index ef497490..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Azure.Services.AppAuthentication.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Bcl.AsyncInterfaces.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Bcl.AsyncInterfaces.dll deleted file mode 100755 index f5f1ceec..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Bcl.AsyncInterfaces.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Build.Locator.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Build.Locator.dll deleted file mode 100755 index 446d3415..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Build.Locator.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll deleted file mode 100755 index 2e99f765..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.CSharp.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.CSharp.dll deleted file mode 100755 index 8d56de13..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.CSharp.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.VisualBasic.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.VisualBasic.dll deleted file mode 100755 index 25fbe7e6..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.VisualBasic.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll deleted file mode 100755 index a17c676d..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.dll deleted file mode 100755 index f70a016c..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.Workspaces.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.Workspaces.dll deleted file mode 100755 index 7253875b..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.Workspaces.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.dll deleted file mode 100755 index 7d537db6..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Data.SqlClient.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Data.SqlClient.dll deleted file mode 100755 index 62203592..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Data.SqlClient.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Abstractions.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Abstractions.dll deleted file mode 100755 index e5b92b54..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Abstractions.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Design.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Design.dll deleted file mode 100755 index 41cf45ad..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Design.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Relational.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Relational.dll deleted file mode 100755 index 7e313e5e..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Relational.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.SqlServer.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.SqlServer.dll deleted file mode 100755 index 6c881dc4..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.SqlServer.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.dll deleted file mode 100755 index f362a04d..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll deleted file mode 100755 index decff85a..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll deleted file mode 100755 index e8ee78bf..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.DiagnosticAdapter.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.DiagnosticAdapter.dll deleted file mode 100755 index e74baccd..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.DiagnosticAdapter.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.HealthChecks.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.HealthChecks.dll deleted file mode 100755 index f3a125a2..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.HealthChecks.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.ApplicationInsights.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.ApplicationInsights.dll deleted file mode 100755 index dfb12f20..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.ApplicationInsights.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll deleted file mode 100755 index f3f33fc6..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Identity.Client.Extensions.Msal.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Identity.Client.Extensions.Msal.dll deleted file mode 100755 index 1a2779cf..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Identity.Client.Extensions.Msal.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Identity.Client.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Identity.Client.dll deleted file mode 100755 index eac2f913..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Identity.Client.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll deleted file mode 100755 index e981f871..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll deleted file mode 100755 index 08dd7824..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.dll deleted file mode 100755 index 19245c62..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll deleted file mode 100755 index 25f2a7e6..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.IdentityModel.Logging.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.IdentityModel.Logging.dll deleted file mode 100755 index 4ffdb259..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.IdentityModel.Logging.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll deleted file mode 100755 index 6c736d2e..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.dll deleted file mode 100755 index 9f305083..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.IdentityModel.Tokens.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.IdentityModel.Tokens.dll deleted file mode 100755 index 83ec83a8..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.IdentityModel.Tokens.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.OpenApi.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.OpenApi.dll deleted file mode 100755 index 8ba2ce69..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.OpenApi.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.Azure.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.Azure.dll deleted file mode 100755 index d7ea3c71..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.Azure.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.dll deleted file mode 100755 index 37eeb80d..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.SqlServer.Server.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.SqlServer.Server.dll deleted file mode 100755 index ddeaa864..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.SqlServer.Server.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Mono.TextTemplating.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Mono.TextTemplating.dll deleted file mode 100755 index 4a765119..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Mono.TextTemplating.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Newtonsoft.Json.Bson.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Newtonsoft.Json.Bson.dll deleted file mode 100755 index e9b1dd22..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Newtonsoft.Json.Bson.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Newtonsoft.Json.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Newtonsoft.Json.dll deleted file mode 100755 index d035c38b..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Newtonsoft.Json.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Ordering.API b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Ordering.API deleted file mode 100755 index 782e9d2e..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Ordering.API and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Ordering.API.deps.json b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Ordering.API.deps.json deleted file mode 100644 index dacbb6b6..00000000 --- a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Ordering.API.deps.json +++ /dev/null @@ -1,2692 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v9.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v9.0": { - "Ordering.API/1.0.0": { - "dependencies": { - "AspNetCore.HealthChecks.AzureServiceBus": "8.0.1", - "AspNetCore.HealthChecks.Rabbitmq": "8.0.2", - "AspNetCore.HealthChecks.SqlServer": "8.0.2", - "AspNetCore.HealthChecks.UI.Client": "8.0.1", - "Autofac.Extensions.DependencyInjection": "10.0.0", - "Dapper": "2.1.35", - "EventBus": "1.0.0", - "EventBusRabbitMQ": "1.0.0", - "EventBusServiceBus": "1.0.0", - "FluentValidation.AspNetCore": "11.3.0", - "Google.Protobuf": "3.28.3", - "Grpc.AspNetCore.Server": "2.70.0", - "IntegrationEventLogEF": "1.0.0", - "MediatR": "11.1.0", - "MediatR.Extensions.Microsoft.DependencyInjection": "11.1.0", - "Microsoft.ApplicationInsights.AspNetCore": "2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.22.0", - "Microsoft.ApplicationInsights.Kubernetes": "7.0.0", - "Microsoft.AspNetCore.Authentication.JwtBearer": "9.0.0", - "Microsoft.AspNetCore.HealthChecks": "1.0.0", - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "9.0.0", - "Microsoft.EntityFrameworkCore.Design": "9.0.0", - "Microsoft.Extensions.Configuration.AzureKeyVault": "3.1.24", - "Microsoft.Extensions.Logging.AzureAppServices": "9.0.0", - "Ordering.Domain": "1.0.0", - "Ordering.Infrastructure": "1.0.0", - "Polly": "8.5.0", - "Serilog.AspNetCore": "8.0.3", - "Serilog.Enrichers.Environment": "3.0.1", - "Serilog.Settings.Configuration": "8.0.4", - "Serilog.Sinks.Console": "6.0.0", - "Serilog.Sinks.Http": "9.0.0", - "Serilog.Sinks.Seq": "8.0.0", - "Swashbuckle.AspNetCore": "7.2.0", - "Swashbuckle.AspNetCore.Newtonsoft": "7.2.0", - "WebHost.Customization": "1.0.0" - }, - "runtime": { - "Ordering.API.dll": {} - } - }, - "AspNetCore.HealthChecks.AzureServiceBus/8.0.1": { - "dependencies": { - "Azure.Messaging.ServiceBus": "7.17.0" - }, - "runtime": { - "lib/net6.0/HealthChecks.AzureServiceBus.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.0" - } - } - }, - "AspNetCore.HealthChecks.Rabbitmq/8.0.2": { - "dependencies": { - "RabbitMQ.Client": "6.8.1" - }, - "runtime": { - "lib/net6.0/HealthChecks.Rabbitmq.dll": { - "assemblyVersion": "8.0.2.0", - "fileVersion": "8.0.2.0" - } - } - }, - "AspNetCore.HealthChecks.SqlServer/8.0.2": { - "dependencies": { - "Microsoft.Data.SqlClient": "5.2.0" - }, - "runtime": { - "lib/net6.0/HealthChecks.SqlServer.dll": { - "assemblyVersion": "8.0.2.0", - "fileVersion": "8.0.2.0" - } - } - }, - "AspNetCore.HealthChecks.UI.Client/8.0.1": { - "dependencies": { - "AspNetCore.HealthChecks.UI.Core": "8.0.1" - }, - "runtime": { - "lib/net8.0/HealthChecks.UI.Client.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.0" - } - } - }, - "AspNetCore.HealthChecks.UI.Core/8.0.1": { - "runtime": { - "lib/net6.0/HealthChecks.UI.Core.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.0" - } - } - }, - "Autofac/8.1.1": { - "runtime": { - "lib/net8.0/Autofac.dll": { - "assemblyVersion": "8.1.1.0", - "fileVersion": "8.1.1.0" - } - } - }, - "Autofac.Extensions.DependencyInjection/10.0.0": { - "dependencies": { - "Autofac": "8.1.1" - }, - "runtime": { - "lib/net8.0/Autofac.Extensions.DependencyInjection.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "10.0.0.0" - } - } - }, - "Azure.Core/1.36.0": { - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "7.0.0", - "System.Memory.Data": "1.0.2" - }, - "runtime": { - "lib/net6.0/Azure.Core.dll": { - "assemblyVersion": "1.36.0.0", - "fileVersion": "1.3600.23.56006" - } - } - }, - "Azure.Core.Amqp/1.3.0": { - "dependencies": { - "Microsoft.Azure.Amqp": "2.6.3", - "System.Memory.Data": "1.0.2" - }, - "runtime": { - "lib/netstandard2.0/Azure.Core.Amqp.dll": { - "assemblyVersion": "1.3.0.0", - "fileVersion": "1.300.23.15207" - } - } - }, - "Azure.Identity/1.10.3": { - "dependencies": { - "Azure.Core": "1.36.0", - "Microsoft.Identity.Client": "4.56.0", - "Microsoft.Identity.Client.Extensions.Msal": "4.56.0", - "System.Security.Cryptography.ProtectedData": "8.0.0" - }, - "runtime": { - "lib/netstandard2.0/Azure.Identity.dll": { - "assemblyVersion": "1.10.3.0", - "fileVersion": "1.1000.323.51804" - } - } - }, - "Azure.Messaging.ServiceBus/7.17.0": { - "dependencies": { - "Azure.Core": "1.36.0", - "Azure.Core.Amqp": "1.3.0", - "Microsoft.Azure.Amqp": "2.6.3", - "Microsoft.Bcl.AsyncInterfaces": "7.0.0", - "System.Memory.Data": "1.0.2" - }, - "runtime": { - "lib/netstandard2.0/Azure.Messaging.ServiceBus.dll": { - "assemblyVersion": "7.17.0.0", - "fileVersion": "7.1700.23.56401" - } - } - }, - "Dapper/2.1.35": { - "runtime": { - "lib/net7.0/Dapper.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.1.35.13827" - } - } - }, - "FluentValidation/11.5.1": { - "runtime": { - "lib/net7.0/FluentValidation.dll": { - "assemblyVersion": "11.0.0.0", - "fileVersion": "11.5.1.0" - } - } - }, - "FluentValidation.AspNetCore/11.3.0": { - "dependencies": { - "FluentValidation": "11.5.1", - "FluentValidation.DependencyInjectionExtensions": "11.5.1" - }, - "runtime": { - "lib/net6.0/FluentValidation.AspNetCore.dll": { - "assemblyVersion": "11.0.0.0", - "fileVersion": "11.3.0.0" - } - } - }, - "FluentValidation.DependencyInjectionExtensions/11.5.1": { - "dependencies": { - "FluentValidation": "11.5.1" - }, - "runtime": { - "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.dll": { - "assemblyVersion": "11.0.0.0", - "fileVersion": "11.5.1.0" - } - } - }, - "Fractions/7.2.1": { - "runtime": { - "lib/netstandard2.1/Fractions.dll": { - "assemblyVersion": "7.2.1.0", - "fileVersion": "7.2.1.0" - } - } - }, - "Google.Protobuf/3.28.3": { - "runtime": { - "lib/net5.0/Google.Protobuf.dll": { - "assemblyVersion": "3.28.3.0", - "fileVersion": "3.28.3.0" - } - } - }, - "Grpc.AspNetCore.Server/2.70.0": { - "dependencies": { - "Grpc.Net.Common": "2.70.0" - }, - "runtime": { - "lib/net9.0/Grpc.AspNetCore.Server.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.70.0.0" - } - } - }, - "Grpc.Core.Api/2.70.0": { - "runtime": { - "lib/netstandard2.1/Grpc.Core.Api.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.70.0.0" - } - } - }, - "Grpc.Net.Common/2.70.0": { - "dependencies": { - "Grpc.Core.Api": "2.70.0" - }, - "runtime": { - "lib/net8.0/Grpc.Net.Common.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.70.0.0" - } - } - }, - "Humanizer.Core/2.14.1": { - "runtime": { - "lib/net6.0/Humanizer.dll": { - "assemblyVersion": "2.14.0.0", - "fileVersion": "2.14.1.48190" - } - } - }, - "IdentityModel/5.2.0": { - "runtime": { - "lib/net5.0/IdentityModel.dll": { - "assemblyVersion": "5.2.0.0", - "fileVersion": "5.2.0.0" - } - } - }, - "IdentityModel.OidcClient/5.2.1": { - "dependencies": { - "IdentityModel": "5.2.0" - }, - "runtime": { - "lib/netstandard2.0/IdentityModel.OidcClient.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.2.1.0" - } - } - }, - "KubernetesClient/12.1.1": { - "dependencies": { - "Fractions": "7.2.1", - "IdentityModel.OidcClient": "5.2.1", - "System.IdentityModel.Tokens.Jwt": "8.0.1", - "YamlDotNet": "13.3.1", - "prometheus-net": "8.0.1" - }, - "runtime": { - "lib/net7.0/KubernetesClient.dll": { - "assemblyVersion": "12.1.0.0", - "fileVersion": "12.1.1.319" - } - } - }, - "Libuv/1.9.1": { - "runtimeTargets": { - "runtimes/debian-x64/native/libuv.so": { - "rid": "debian-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/fedora-x64/native/libuv.so": { - "rid": "fedora-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/opensuse-x64/native/libuv.so": { - "rid": "opensuse-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/osx/native/libuv.dylib": { - "rid": "osx", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/rhel-x64/native/libuv.so": { - "rid": "rhel-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win7-arm/native/libuv.dll": { - "rid": "win7-arm", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win7-x64/native/libuv.dll": { - "rid": "win7-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win7-x86/native/libuv.dll": { - "rid": "win7-x86", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "MediatR/11.1.0": { - "dependencies": { - "MediatR.Contracts": "1.0.1" - }, - "runtime": { - "lib/netstandard2.1/MediatR.dll": { - "assemblyVersion": "11.0.0.0", - "fileVersion": "11.1.0.0" - } - } - }, - "MediatR.Contracts/1.0.1": { - "runtime": { - "lib/netstandard2.0/MediatR.Contracts.dll": { - "assemblyVersion": "1.0.1.0", - "fileVersion": "1.0.1.0" - } - } - }, - "MediatR.Extensions.Microsoft.DependencyInjection/11.1.0": { - "dependencies": { - "MediatR": "11.1.0" - }, - "runtime": { - "lib/netstandard2.1/MediatR.Extensions.Microsoft.DependencyInjection.dll": { - "assemblyVersion": "11.0.0.0", - "fileVersion": "11.1.0.0" - } - } - }, - "Microsoft.ApplicationInsights/2.22.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.ApplicationInsights.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.ApplicationInsights.AspNetCore/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.22.0", - "Microsoft.ApplicationInsights.EventCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.22.0", - "Microsoft.Extensions.Logging.ApplicationInsights": "2.22.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.DependencyCollector.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.ApplicationInsights.EventCounterCollector/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.ApplicationInsights.Kubernetes/7.0.0": { - "dependencies": { - "KubernetesClient": "12.1.1", - "Microsoft.ApplicationInsights": "2.22.0", - "Microsoft.Extensions.DiagnosticAdapter": "3.1.27" - }, - "runtime": { - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.0.0" - } - } - }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "System.Diagnostics.PerformanceCounter": "6.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.ApplicationInsights.WindowsServer/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.22.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.22.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.WindowsServer.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.AspNetCore.Authentication.JwtBearer/9.0.0": { - "dependencies": { - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "8.0.1" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.AspNetCore.HealthChecks/1.0.0": { - "dependencies": { - "Microsoft.Extensions.HealthChecks": "1.0.0", - "Microsoft.NETCore.App": "1.0.5" - }, - "runtime": { - "lib/netcoreapp1.0/Microsoft.AspNetCore.HealthChecks.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "9.0.0", - "Newtonsoft.Json": "13.0.3", - "Newtonsoft.Json.Bson": "1.0.2" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.Azure.Amqp/2.6.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.Azure.Amqp.dll": { - "assemblyVersion": "2.4.0.0", - "fileVersion": "2.6.3.0" - } - } - }, - "Microsoft.Azure.KeyVault/2.3.2": { - "dependencies": { - "Microsoft.Azure.KeyVault.WebKey": "2.0.7", - "Microsoft.Rest.ClientRuntime": "2.3.8", - "Microsoft.Rest.ClientRuntime.Azure": "3.3.7", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.3.2.0" - } - } - }, - "Microsoft.Azure.KeyVault.WebKey/2.0.7": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.7.0" - } - } - }, - "Microsoft.Azure.ServiceBus/5.2.0": { - "dependencies": { - "Microsoft.Azure.Amqp": "2.6.3", - "Microsoft.Azure.Services.AppAuthentication": "1.0.3", - "Newtonsoft.Json": "13.0.3", - "System.IdentityModel.Tokens.Jwt": "8.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": { - "assemblyVersion": "5.2.0.0", - "fileVersion": "5.200.21.55702" - } - } - }, - "Microsoft.Azure.Services.AppAuthentication/1.0.3": { - "dependencies": { - "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": { - "assemblyVersion": "1.0.3.0", - "fileVersion": "1.0.3.0" - } - } - }, - "Microsoft.Bcl.AsyncInterfaces/7.0.0": { - "runtime": { - "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "Microsoft.Build.Locator/1.7.8": { - "runtime": { - "lib/net6.0/Microsoft.Build.Locator.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.7.8.28074" - } - } - }, - "Microsoft.CodeAnalysis.Common/4.8.0": { - "runtime": { - "lib/net7.0/Microsoft.CodeAnalysis.dll": { - "assemblyVersion": "4.8.0.0", - "fileVersion": "4.800.23.55801" - } - }, - "resources": { - "lib/net7.0/cs/Microsoft.CodeAnalysis.resources.dll": { - "locale": "cs" - }, - "lib/net7.0/de/Microsoft.CodeAnalysis.resources.dll": { - "locale": "de" - }, - "lib/net7.0/es/Microsoft.CodeAnalysis.resources.dll": { - "locale": "es" - }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "fr" - }, - "lib/net7.0/it/Microsoft.CodeAnalysis.resources.dll": { - "locale": "it" - }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ja" - }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ko" - }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pl" - }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pt-BR" - }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ru" - }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "tr" - }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.CodeAnalysis.CSharp/4.8.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "4.8.0" - }, - "runtime": { - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { - "assemblyVersion": "4.8.0.0", - "fileVersion": "4.800.23.55801" - } - }, - "resources": { - "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "cs" - }, - "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "de" - }, - "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "es" - }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "fr" - }, - "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "it" - }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ja" - }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ko" - }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pl" - }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pt-BR" - }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ru" - }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "tr" - }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.CodeAnalysis.CSharp.Workspaces/4.8.0": { - "dependencies": { - "Humanizer.Core": "2.14.1", - "Microsoft.CodeAnalysis.CSharp": "4.8.0", - "Microsoft.CodeAnalysis.Common": "4.8.0", - "Microsoft.CodeAnalysis.Workspaces.Common": "4.8.0" - }, - "runtime": { - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { - "assemblyVersion": "4.8.0.0", - "fileVersion": "4.800.23.55801" - } - }, - "resources": { - "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "cs" - }, - "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "de" - }, - "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "es" - }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "fr" - }, - "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "it" - }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "ja" - }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "ko" - }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "pl" - }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "pt-BR" - }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "ru" - }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "tr" - }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.CodeAnalysis.VisualBasic/1.3.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "4.8.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.dll": { - "assemblyVersion": "1.3.0.0", - "fileVersion": "1.3.0.60613" - } - } - }, - "Microsoft.CodeAnalysis.Workspaces.Common/4.8.0": { - "dependencies": { - "Humanizer.Core": "2.14.1", - "Microsoft.Bcl.AsyncInterfaces": "7.0.0", - "Microsoft.CodeAnalysis.Common": "4.8.0", - "System.Composition": "7.0.0" - }, - "runtime": { - "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { - "assemblyVersion": "4.8.0.0", - "fileVersion": "4.800.23.55801" - } - }, - "resources": { - "lib/net7.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "cs" - }, - "lib/net7.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "de" - }, - "lib/net7.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "es" - }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "fr" - }, - "lib/net7.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "it" - }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "ja" - }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "ko" - }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "pl" - }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "pt-BR" - }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "ru" - }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "tr" - }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.CodeAnalysis.Workspaces.MSBuild/4.8.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "4.8.0", - "Microsoft.CodeAnalysis.Workspaces.Common": "4.8.0" - }, - "runtime": { - "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll": { - "assemblyVersion": "4.8.0.0", - "fileVersion": "4.800.23.55801" - }, - "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.dll": { - "assemblyVersion": "4.8.0.0", - "fileVersion": "4.800.23.55801" - } - }, - "resources": { - "lib/net7.0/cs/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { - "locale": "cs" - }, - "lib/net7.0/de/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { - "locale": "de" - }, - "lib/net7.0/es/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { - "locale": "es" - }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { - "locale": "fr" - }, - "lib/net7.0/it/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { - "locale": "it" - }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { - "locale": "ja" - }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { - "locale": "ko" - }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { - "locale": "pl" - }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { - "locale": "pt-BR" - }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { - "locale": "ru" - }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { - "locale": "tr" - }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.Data.SqlClient/5.2.0": { - "dependencies": { - "Azure.Identity": "1.10.3", - "Microsoft.Data.SqlClient.SNI.runtime": "5.2.0", - "Microsoft.Identity.Client": "4.56.0", - "Microsoft.IdentityModel.JsonWebTokens": "8.0.1", - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "8.0.1", - "Microsoft.SqlServer.Server": "1.0.0", - "System.Configuration.ConfigurationManager": "8.0.0", - "System.Runtime.Caching": "8.0.0" - }, - "runtime": { - "lib/net8.0/Microsoft.Data.SqlClient.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.20.24059.2" - } - }, - "resources": { - "lib/net8.0/de/Microsoft.Data.SqlClient.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.Data.SqlClient.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.Data.SqlClient.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.Data.SqlClient.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.Data.SqlClient.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.Data.SqlClient.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pt-BR/Microsoft.Data.SqlClient.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.Data.SqlClient.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll": { - "locale": "zh-Hant" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.20.24059.2" - }, - "runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.20.24059.2" - } - } - }, - "Microsoft.Data.SqlClient.SNI.runtime/5.2.0": { - "runtimeTargets": { - "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-arm", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-arm64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "Microsoft.EntityFrameworkCore/9.0.0": { - "dependencies": { - "Microsoft.EntityFrameworkCore.Abstractions": "9.0.0" - }, - "runtime": { - "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52902" - } - } - }, - "Microsoft.EntityFrameworkCore.Abstractions/9.0.0": { - "runtime": { - "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52902" - } - } - }, - "Microsoft.EntityFrameworkCore.Design/9.0.0": { - "dependencies": { - "Humanizer.Core": "2.14.1", - "Microsoft.Build.Locator": "1.7.8", - "Microsoft.CodeAnalysis.CSharp": "4.8.0", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0", - "Microsoft.CodeAnalysis.Workspaces.MSBuild": "4.8.0", - "Microsoft.EntityFrameworkCore.Relational": "9.0.0", - "Microsoft.Extensions.DependencyModel": "9.0.0", - "Mono.TextTemplating": "3.0.0" - }, - "runtime": { - "lib/net8.0/Microsoft.EntityFrameworkCore.Design.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52902" - } - } - }, - "Microsoft.EntityFrameworkCore.Relational/9.0.0": { - "dependencies": { - "Microsoft.EntityFrameworkCore": "9.0.0" - }, - "runtime": { - "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52902" - } - } - }, - "Microsoft.EntityFrameworkCore.SqlServer/9.0.0": { - "dependencies": { - "Microsoft.Data.SqlClient": "5.2.0", - "Microsoft.EntityFrameworkCore.Relational": "9.0.0" - }, - "runtime": { - "lib/net8.0/Microsoft.EntityFrameworkCore.SqlServer.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52902" - } - } - }, - "Microsoft.Extensions.Configuration.AzureKeyVault/3.1.24": { - "dependencies": { - "Microsoft.Azure.KeyVault": "2.3.2", - "Microsoft.Azure.Services.AppAuthentication": "1.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll": { - "assemblyVersion": "3.1.24.0", - "fileVersion": "3.100.2422.18002" - } - } - }, - "Microsoft.Extensions.DependencyModel/9.0.0": { - "runtime": { - "lib/net9.0/Microsoft.Extensions.DependencyModel.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "Microsoft.Extensions.DiagnosticAdapter/3.1.27": { - "runtime": { - "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll": { - "assemblyVersion": "3.1.27.0", - "fileVersion": "3.100.2722.31601" - } - } - }, - "Microsoft.Extensions.HealthChecks/1.0.0": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Extensions.HealthChecks.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "Microsoft.Extensions.Logging.ApplicationInsights/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.Extensions.Logging.AzureAppServices/9.0.0": { - "runtime": { - "lib/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.Identity.Client/4.56.0": { - "dependencies": { - "Microsoft.IdentityModel.Abstractions": "8.0.1" - }, - "runtime": { - "lib/net6.0/Microsoft.Identity.Client.dll": { - "assemblyVersion": "4.56.0.0", - "fileVersion": "4.56.0.0" - } - } - }, - "Microsoft.Identity.Client.Extensions.Msal/4.56.0": { - "dependencies": { - "Microsoft.Identity.Client": "4.56.0", - "System.Security.Cryptography.ProtectedData": "8.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll": { - "assemblyVersion": "4.56.0.0", - "fileVersion": "4.56.0.0" - } - } - }, - "Microsoft.IdentityModel.Abstractions/8.0.1": { - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.2": { - "runtime": { - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": { - "assemblyVersion": "3.14.2.11", - "fileVersion": "3.14.40721.918" - }, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": { - "assemblyVersion": "3.14.2.11", - "fileVersion": "3.14.40721.918" - } - } - }, - "Microsoft.IdentityModel.JsonWebTokens/8.0.1": { - "dependencies": { - "Microsoft.IdentityModel.Tokens": "8.0.1" - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "Microsoft.IdentityModel.Logging/8.0.1": { - "dependencies": { - "Microsoft.IdentityModel.Abstractions": "8.0.1" - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Logging.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "Microsoft.IdentityModel.Protocols/8.0.1": { - "dependencies": { - "Microsoft.IdentityModel.Tokens": "8.0.1" - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Protocols.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/8.0.1": { - "dependencies": { - "Microsoft.IdentityModel.Protocols": "8.0.1", - "System.IdentityModel.Tokens.Jwt": "8.0.1" - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "Microsoft.IdentityModel.Tokens/8.0.1": { - "dependencies": { - "Microsoft.IdentityModel.Logging": "8.0.1" - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Tokens.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "Microsoft.NETCore.App/1.0.5": { - "dependencies": { - "Libuv": "1.9.1", - "Microsoft.CodeAnalysis.CSharp": "4.8.0", - "Microsoft.CodeAnalysis.VisualBasic": "1.3.0" - } - }, - "Microsoft.OpenApi/1.6.22": { - "runtime": { - "lib/netstandard2.0/Microsoft.OpenApi.dll": { - "assemblyVersion": "1.6.22.0", - "fileVersion": "1.6.22.0" - } - } - }, - "Microsoft.Rest.ClientRuntime/2.3.8": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.3.8.0" - } - } - }, - "Microsoft.Rest.ClientRuntime.Azure/3.3.7": { - "dependencies": { - "Microsoft.Rest.ClientRuntime": "2.3.8", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll": { - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.3.7.0" - } - } - }, - "Microsoft.SqlServer.Server/1.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "Mono.TextTemplating/3.0.0": { - "dependencies": { - "System.CodeDom": "6.0.0" - }, - "runtime": { - "lib/net6.0/Mono.TextTemplating.dll": { - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.0.0.1" - } - } - }, - "Newtonsoft.Json/13.0.3": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" - } - } - }, - "Newtonsoft.Json.Bson/1.0.2": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.2.22727" - } - } - }, - "Polly/8.5.0": { - "dependencies": { - "Polly.Core": "8.5.0" - }, - "runtime": { - "lib/net6.0/Polly.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.5.0.4130" - } - } - }, - "Polly.Core/8.5.0": { - "runtime": { - "lib/net8.0/Polly.Core.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.5.0.4130" - } - } - }, - "prometheus-net/8.0.1": { - "runtime": { - "lib/net7.0/Prometheus.NetStandard.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.1.0" - } - } - }, - "RabbitMQ.Client/6.8.1": { - "runtime": { - "lib/netstandard2.0/RabbitMQ.Client.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.8.1.0" - } - } - }, - "runtime.native.System.Data.SqlClient.sni/4.7.0": { - "dependencies": { - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" - } - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "runtimeTargets": { - "runtimes/win-arm64/native/sni.dll": { - "rid": "win-arm64", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "runtimeTargets": { - "runtimes/win-x64/native/sni.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "runtimeTargets": { - "runtimes/win-x86/native/sni.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "Serilog/4.0.0": { - "runtime": { - "lib/net8.0/Serilog.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.0.0.0" - } - } - }, - "Serilog.AspNetCore/8.0.3": { - "dependencies": { - "Serilog": "4.0.0", - "Serilog.Extensions.Hosting": "8.0.0", - "Serilog.Formatting.Compact": "2.0.0", - "Serilog.Settings.Configuration": "8.0.4", - "Serilog.Sinks.Console": "6.0.0", - "Serilog.Sinks.Debug": "2.0.0", - "Serilog.Sinks.File": "5.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.AspNetCore.dll": { - "assemblyVersion": "8.0.3.0", - "fileVersion": "8.0.3.0" - } - } - }, - "Serilog.Enrichers.Environment/3.0.1": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Enrichers.Environment.dll": { - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.0.0.0" - } - } - }, - "Serilog.Extensions.Hosting/8.0.0": { - "dependencies": { - "Serilog": "4.0.0", - "Serilog.Extensions.Logging": "8.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Extensions.Hosting.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "8.0.0.0" - } - } - }, - "Serilog.Extensions.Logging/8.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Extensions.Logging.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "8.0.0.0" - } - } - }, - "Serilog.Formatting.Compact/2.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net7.0/Serilog.Formatting.Compact.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.0" - } - } - }, - "Serilog.Settings.Configuration/8.0.4": { - "dependencies": { - "Microsoft.Extensions.DependencyModel": "9.0.0", - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Settings.Configuration.dll": { - "assemblyVersion": "8.0.4.0", - "fileVersion": "8.0.4.0" - } - } - }, - "Serilog.Sinks.Console/6.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Sinks.Console.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.0.0" - } - } - }, - "Serilog.Sinks.Debug/2.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.0" - } - } - }, - "Serilog.Sinks.File/5.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net5.0/Serilog.Sinks.File.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.0" - } - } - }, - "Serilog.Sinks.Http/9.0.0": { - "dependencies": { - "Serilog.Sinks.File": "5.0.0" - }, - "runtime": { - "lib/netstandard2.1/Serilog.Sinks.Http.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.0.0" - } - } - }, - "Serilog.Sinks.Seq/8.0.0": { - "dependencies": { - "Serilog": "4.0.0", - "Serilog.Sinks.File": "5.0.0" - }, - "runtime": { - "lib/net6.0/Serilog.Sinks.Seq.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.0.0" - } - } - }, - "Swashbuckle.AspNetCore/7.2.0": { - "dependencies": { - "Swashbuckle.AspNetCore.Swagger": "7.2.0", - "Swashbuckle.AspNetCore.SwaggerGen": "7.2.0", - "Swashbuckle.AspNetCore.SwaggerUI": "7.2.0" - } - }, - "Swashbuckle.AspNetCore.Newtonsoft/7.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "9.0.0", - "Swashbuckle.AspNetCore.SwaggerGen": "7.2.0" - }, - "runtime": { - "lib/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll": { - "assemblyVersion": "7.2.0.0", - "fileVersion": "7.2.0.956" - } - } - }, - "Swashbuckle.AspNetCore.Swagger/7.2.0": { - "dependencies": { - "Microsoft.OpenApi": "1.6.22" - }, - "runtime": { - "lib/net9.0/Swashbuckle.AspNetCore.Swagger.dll": { - "assemblyVersion": "7.2.0.0", - "fileVersion": "7.2.0.956" - } - } - }, - "Swashbuckle.AspNetCore.SwaggerGen/7.2.0": { - "dependencies": { - "Swashbuckle.AspNetCore.Swagger": "7.2.0" - }, - "runtime": { - "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { - "assemblyVersion": "7.2.0.0", - "fileVersion": "7.2.0.956" - } - } - }, - "Swashbuckle.AspNetCore.SwaggerUI/7.2.0": { - "runtime": { - "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { - "assemblyVersion": "7.2.0.0", - "fileVersion": "7.2.0.956" - } - } - }, - "System.CodeDom/6.0.0": { - "runtime": { - "lib/net6.0/System.CodeDom.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.Composition/7.0.0": { - "dependencies": { - "System.Composition.AttributedModel": "7.0.0", - "System.Composition.Convention": "7.0.0", - "System.Composition.Hosting": "7.0.0", - "System.Composition.Runtime": "7.0.0", - "System.Composition.TypedParts": "7.0.0" - } - }, - "System.Composition.AttributedModel/7.0.0": { - "runtime": { - "lib/net7.0/System.Composition.AttributedModel.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "System.Composition.Convention/7.0.0": { - "dependencies": { - "System.Composition.AttributedModel": "7.0.0" - }, - "runtime": { - "lib/net7.0/System.Composition.Convention.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "System.Composition.Hosting/7.0.0": { - "dependencies": { - "System.Composition.Runtime": "7.0.0" - }, - "runtime": { - "lib/net7.0/System.Composition.Hosting.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "System.Composition.Runtime/7.0.0": { - "runtime": { - "lib/net7.0/System.Composition.Runtime.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "System.Composition.TypedParts/7.0.0": { - "dependencies": { - "System.Composition.AttributedModel": "7.0.0", - "System.Composition.Hosting": "7.0.0", - "System.Composition.Runtime": "7.0.0" - }, - "runtime": { - "lib/net7.0/System.Composition.TypedParts.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "System.Configuration.ConfigurationManager/8.0.0": { - "dependencies": { - "System.Security.Cryptography.ProtectedData": "8.0.0" - }, - "runtime": { - "lib/net8.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "System.Data.SqlClient/4.8.6": { - "dependencies": { - "runtime.native.System.Data.SqlClient.sni": "4.7.0" - }, - "runtime": { - "lib/netcoreapp2.1/System.Data.SqlClient.dll": { - "assemblyVersion": "4.6.1.6", - "fileVersion": "4.700.23.52603" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "4.6.1.6", - "fileVersion": "4.700.23.52603" - }, - "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.6.1.6", - "fileVersion": "4.700.23.52603" - } - } - }, - "System.Diagnostics.PerformanceCounter/6.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "8.0.0" - }, - "runtime": { - "lib/net6.0/System.Diagnostics.PerformanceCounter.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.IdentityModel.Tokens.Jwt/8.0.1": { - "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "8.0.1", - "Microsoft.IdentityModel.Tokens": "8.0.1" - }, - "runtime": { - "lib/net9.0/System.IdentityModel.Tokens.Jwt.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "System.Memory.Data/1.0.2": { - "runtime": { - "lib/netstandard2.0/System.Memory.Data.dll": { - "assemblyVersion": "1.0.2.0", - "fileVersion": "1.0.221.20802" - } - } - }, - "System.Runtime.Caching/8.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "8.0.0" - }, - "runtime": { - "lib/net8.0/System.Runtime.Caching.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net8.0/System.Runtime.Caching.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "System.Security.Cryptography.ProtectedData/8.0.0": { - "runtime": { - "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "YamlDotNet/13.3.1": { - "runtime": { - "lib/net7.0/YamlDotNet.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.3.1.0" - } - } - }, - "EventBus/1.0.0": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "EventBus.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "EventBusRabbitMQ/1.0.0": { - "dependencies": { - "Autofac": "8.1.1", - "EventBus": "1.0.0", - "Newtonsoft.Json": "13.0.3", - "Polly": "8.5.0", - "RabbitMQ.Client": "6.8.1" - }, - "runtime": { - "EventBusRabbitMQ.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "EventBusServiceBus/1.0.0": { - "dependencies": { - "Autofac": "8.1.1", - "EventBus": "1.0.0", - "Microsoft.Azure.ServiceBus": "5.2.0" - }, - "runtime": { - "EventBusServiceBus.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "IntegrationEventLogEF/1.0.0": { - "dependencies": { - "EventBus": "1.0.0", - "Microsoft.EntityFrameworkCore": "9.0.0", - "Microsoft.EntityFrameworkCore.Design": "9.0.0", - "Microsoft.EntityFrameworkCore.Relational": "9.0.0", - "Microsoft.EntityFrameworkCore.SqlServer": "9.0.0", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "IntegrationEventLogEF.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "Ordering.Domain/1.0.0": { - "dependencies": { - "MediatR": "11.1.0", - "MediatR.Extensions.Microsoft.DependencyInjection": "11.1.0" - }, - "runtime": { - "Ordering.Domain.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "Ordering.Infrastructure/1.0.0": { - "dependencies": { - "MediatR": "11.1.0", - "MediatR.Extensions.Microsoft.DependencyInjection": "11.1.0", - "Microsoft.EntityFrameworkCore": "9.0.0", - "Microsoft.EntityFrameworkCore.SqlServer": "9.0.0", - "Ordering.Domain": "1.0.0" - }, - "runtime": { - "Ordering.Infrastructure.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "WebHost.Customization/1.0.0": { - "dependencies": { - "Microsoft.EntityFrameworkCore": "9.0.0", - "Microsoft.EntityFrameworkCore.Design": "9.0.0", - "Microsoft.EntityFrameworkCore.Relational": "9.0.0", - "Microsoft.EntityFrameworkCore.SqlServer": "9.0.0", - "Polly": "8.5.0", - "System.Data.SqlClient": "4.8.6" - }, - "runtime": { - "WebHost.Customization.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - } - } - }, - "libraries": { - "Ordering.API/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "AspNetCore.HealthChecks.AzureServiceBus/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-67GttVESv92GIthFMNqLbWvnQr3AFujGGsydKUl51R7p+KETguIJ+yHGUSnLL8XEcIWO0pENO714WlAqmON8EQ==", - "path": "aspnetcore.healthchecks.azureservicebus/8.0.1", - "hashPath": "aspnetcore.healthchecks.azureservicebus.8.0.1.nupkg.sha512" - }, - "AspNetCore.HealthChecks.Rabbitmq/8.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A/29xmNWfssOY1zq1bWAaZPW/iJfBhJN+I737KKHQutzB0JFwAIKesjsUWN2BAJwqS/ciFMjNxvCDHtAgU0PIQ==", - "path": "aspnetcore.healthchecks.rabbitmq/8.0.2", - "hashPath": "aspnetcore.healthchecks.rabbitmq.8.0.2.nupkg.sha512" - }, - "AspNetCore.HealthChecks.SqlServer/8.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sTcVVq7/zhfUrSTs0WAktvPdpU1He/sj14gRTogq4eFhn0oImolxNNhJczkYMgFF92RMMW+O+rlcFO7HVOpfiQ==", - "path": "aspnetcore.healthchecks.sqlserver/8.0.2", - "hashPath": "aspnetcore.healthchecks.sqlserver.8.0.2.nupkg.sha512" - }, - "AspNetCore.HealthChecks.UI.Client/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nhC6KIoB/EtTbH3uGm2J6EHEUyTJuETUARFePbmrnA+zjbwsirzIVUQl46qIjvyPABhK0e7Rk+AxcRqC6zikqA==", - "path": "aspnetcore.healthchecks.ui.client/8.0.1", - "hashPath": "aspnetcore.healthchecks.ui.client.8.0.1.nupkg.sha512" - }, - "AspNetCore.HealthChecks.UI.Core/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Vn00MOJ1I0HSqyP7Bt9v0pr0AIgbrXMjL/KFwW+sRwLRogOtep8BWGimd8XYRCbCDLrAi7VSArU02f6pEIw69w==", - "path": "aspnetcore.healthchecks.ui.core/8.0.1", - "hashPath": "aspnetcore.healthchecks.ui.core.8.0.1.nupkg.sha512" - }, - "Autofac/8.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lhHjVB/XJtxPDUQ/FAHWAC7Spu+P9TNfDbyx2W0ABqD1eTRo7TkcZ7l7Oq1S5pKNg7NXswdk9uH73qbOzSwQFA==", - "path": "autofac/8.1.1", - "hashPath": "autofac.8.1.1.nupkg.sha512" - }, - "Autofac.Extensions.DependencyInjection/10.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZjR/onUlP7BzQ7VBBigQepWLAyAzi3VRGX3pP6sBqkPRiT61fsTZqbTpRUKxo30TMgbs1o3y6bpLbETix4SJog==", - "path": "autofac.extensions.dependencyinjection/10.0.0", - "hashPath": "autofac.extensions.dependencyinjection.10.0.0.nupkg.sha512" - }, - "Azure.Core/1.36.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vwqFZdHS4dzPlI7FFRkPx9ctA+aGGeRev3gnzG8lntWvKMmBhAmulABi1O9CEvS3/jzYt7yA+0pqVdxkpAd7dQ==", - "path": "azure.core/1.36.0", - "hashPath": "azure.core.1.36.0.nupkg.sha512" - }, - "Azure.Core.Amqp/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==", - "path": "azure.core.amqp/1.3.0", - "hashPath": "azure.core.amqp.1.3.0.nupkg.sha512" - }, - "Azure.Identity/1.10.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-l1Xm2MWOF2Mzcwuarlw8kWQXLZk3UeB55aQXVyjj23aBfDwOZ3gu5GP2kJ6KlmZeZv2TCzw7x4L3V36iNr3gww==", - "path": "azure.identity/1.10.3", - "hashPath": "azure.identity.1.10.3.nupkg.sha512" - }, - "Azure.Messaging.ServiceBus/7.17.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lpQXW+8IsTsCp8hvMIiqcp0oLYgxc79g7ALYUOOXiZy/3WORlaN237eNx0LCX40wTo7hLtdbVrmoUa+kIohGpg==", - "path": "azure.messaging.servicebus/7.17.0", - "hashPath": "azure.messaging.servicebus.7.17.0.nupkg.sha512" - }, - "Dapper/2.1.35": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YKRwjVfrG7GYOovlGyQoMvr1/IJdn+7QzNXJxyMh0YfFF5yvDmTYaJOVYWsckreNjGsGSEtrMTpnzxTUq/tZQw==", - "path": "dapper/2.1.35", - "hashPath": "dapper.2.1.35.nupkg.sha512" - }, - "FluentValidation/11.5.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0h1Q5lNOLLyYTWMJmyNoMqhY4CBRvvUWvJP1R4F2CnmmzuWwvB0A8aVmw5+lOuwYnwUwCRrdeMLbc81F38ahNQ==", - "path": "fluentvalidation/11.5.1", - "hashPath": "fluentvalidation.11.5.1.nupkg.sha512" - }, - "FluentValidation.AspNetCore/11.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jtFVgKnDFySyBlPS8bZbTKEEwJZnn11rXXJ2SQnjDhZ56rQqybBg9Joq4crRLz3y0QR8WoOq4iE4piV81w/Djg==", - "path": "fluentvalidation.aspnetcore/11.3.0", - "hashPath": "fluentvalidation.aspnetcore.11.3.0.nupkg.sha512" - }, - "FluentValidation.DependencyInjectionExtensions/11.5.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iWM0LS1MDYX06pcjMEQKqHirl2zkjHlNV23mEJSoR1IZI7KQmTa0RcTtGEJpj5+iHvBCfrzP2mYKM4FtRKVb+A==", - "path": "fluentvalidation.dependencyinjectionextensions/11.5.1", - "hashPath": "fluentvalidation.dependencyinjectionextensions.11.5.1.nupkg.sha512" - }, - "Fractions/7.2.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1gVCo18/02ZZOJ+dcpVNMsUHF6cLmltMMskUWl2G1l+0OmTTvcwJZq5/JXIVpvOzPM3gDLombsloGMlTQNcv9g==", - "path": "fractions/7.2.1", - "hashPath": "fractions.7.2.1.nupkg.sha512" - }, - "Google.Protobuf/3.28.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OewySX3aQCdKfMJsj2DzBMXQJPI+lm0CBzamU9ViFu3CU9tXYrQWqJ1CZ+/UWtkwOjUeIzbXmoOjRc7B8pbMrA==", - "path": "google.protobuf/3.28.3", - "hashPath": "google.protobuf.3.28.3.nupkg.sha512" - }, - "Grpc.AspNetCore.Server/2.70.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9d6JuMLSxwOX4zERV7HBwq1XL8DD48a6FSoxD5dDXrCz/o0HqMXE2+lRcXHckOlz1JCesznW8XMMJdsU1FfY7w==", - "path": "grpc.aspnetcore.server/2.70.0", - "hashPath": "grpc.aspnetcore.server.2.70.0.nupkg.sha512" - }, - "Grpc.Core.Api/2.70.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-66UotvWcSIq41oiQhLWcQACyKPM4umxXNiht5DQTLZJfNwEswWOcS7Z0xIEHyNIBE7ZpjotH22bEjTkvhPxmVw==", - "path": "grpc.core.api/2.70.0", - "hashPath": "grpc.core.api.2.70.0.nupkg.sha512" - }, - "Grpc.Net.Common/2.70.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rBdEUMyCwa+iB8mqC6JKyPbj3SBHHkReJj/yy/XKJI63GcG6w9DJMMGTVcYHqq4Ci2W4m0HT4jt2pFfFscar8g==", - "path": "grpc.net.common/2.70.0", - "hashPath": "grpc.net.common.2.70.0.nupkg.sha512" - }, - "Humanizer.Core/2.14.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lQKvtaTDOXnoVJ20ibTuSIOf2i0uO0MPbDhd1jm238I+U/2ZnRENj0cktKZhtchBMtCUSRQ5v4xBCUbKNmyVMw==", - "path": "humanizer.core/2.14.1", - "hashPath": "humanizer.core.2.14.1.nupkg.sha512" - }, - "IdentityModel/5.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nuhkbaDH9l5QzNJp2MtP3qio57MPtiRneUN8Ocr7od0JvSYaIe3gBj/vxllr11S/Qvu1AG4GZXoyv5469ewYDA==", - "path": "identitymodel/5.2.0", - "hashPath": "identitymodel.5.2.0.nupkg.sha512" - }, - "IdentityModel.OidcClient/5.2.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OuPhDNAw/EoJVEmYO6/ChZUBcug4OGoGKTKLUyBCsGhlKegxJk25LYQ0EL7GCBMgkEL+BYNJukNZyaJ+JNaWog==", - "path": "identitymodel.oidcclient/5.2.1", - "hashPath": "identitymodel.oidcclient.5.2.1.nupkg.sha512" - }, - "KubernetesClient/12.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Xvc6Kr/W5YUxlMDzy0R80zy+Vd66brS7fSA4COGXu8KZACKPW7+KKS7kxZBLaFYGrUcktXOHpqNNuoukSGcK6A==", - "path": "kubernetesclient/12.1.1", - "hashPath": "kubernetesclient.12.1.1.nupkg.sha512" - }, - "Libuv/1.9.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uqX2Frwf9PW8MaY7PRNY6HM5BpW1D8oj1EdqzrmbEFD5nH63Yat3aEjN/tws6Tw6Fk7LwmLBvtUh32tTeTaHiA==", - "path": "libuv/1.9.1", - "hashPath": "libuv.1.9.1.nupkg.sha512" - }, - "MediatR/11.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YIbtrLOyeCuIv8vIuHL/mMdls5xmgS36pIOJDxKZuu55nxA2MI2Z+E/Uk0z+F/LE11AGmpjplOM0NZ91m5LQBA==", - "path": "mediatr/11.1.0", - "hashPath": "mediatr.11.1.0.nupkg.sha512" - }, - "MediatR.Contracts/1.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NsRvOxthhkYml4DcBMyJsmym8C4MchioH7wxKVPEg7plFj9Euh/i4IcmZ3Gvgx6+K8obeuhPeJdoBl56wnuo3A==", - "path": "mediatr.contracts/1.0.1", - "hashPath": "mediatr.contracts.1.0.1.nupkg.sha512" - }, - "MediatR.Extensions.Microsoft.DependencyInjection/11.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RW3etRuy6Xp63cgqfC0r/ITOtUT0f9ymJl1+1XZdzsYUsfv7WBPC2kXGOP8IYpY/6c4Q6805vbIW/88DopUs3w==", - "path": "mediatr.extensions.microsoft.dependencyinjection/11.1.0", - "hashPath": "mediatr.extensions.microsoft.dependencyinjection.11.1.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3AOM9bZtku7RQwHyMEY3tQMrHIgjcfRDa6YQpd/QG2LDGvMydSlL9Di+8LLMt7J2RDdfJ7/2jdYv6yHcMJAnNw==", - "path": "microsoft.applicationinsights/2.22.0", - "hashPath": "microsoft.applicationinsights.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.AspNetCore/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OuiZgRDX0zm3a1DRk/GT54ZsyTg8a88n3cpkVEYFJoRhT5X84l2C68BuKrglE0sIj+C0+o2WTR8S21YBD/ZWgA==", - "path": "microsoft.applicationinsights.aspnetcore/2.22.0", - "hashPath": "microsoft.applicationinsights.aspnetcore.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gseSmuCshdZqcn5r6EW1Zx52e5/p2RpAsHSanlxs8pq+Pbg1RZP678tXtxfVuHC0fA3MVV852pnfFC7ZGB0jew==", - "path": "microsoft.applicationinsights.dependencycollector/2.22.0", - "hashPath": "microsoft.applicationinsights.dependencycollector.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.EventCounterCollector/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/fXUyZIMwaWfETgire4fygaBhY8J+hXvTVhSFXKV0JOFBenzzU4smGW8iRUFhE534a3QrczuFfmfCCkXRKbsNg==", - "path": "microsoft.applicationinsights.eventcountercollector/2.22.0", - "hashPath": "microsoft.applicationinsights.eventcountercollector.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.Kubernetes/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NF7HsDqEPTLkqnm2NyA+xBLE4qzEaY5UEkdhywGeZgI0hjrpbjuFafrZOZPjqMV38WXZ24yv7c4K251+9OgOfw==", - "path": "microsoft.applicationinsights.kubernetes/7.0.0", - "hashPath": "microsoft.applicationinsights.kubernetes.7.0.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nExsJsbN7694ueUNNBms/UNgza9WH4W/I6i5CnF9ujJ1sp57EL5Uk0NP9MDwlLVtYaaiznKPatVSv3Nu8vAplw==", - "path": "microsoft.applicationinsights.perfcountercollector/2.22.0", - "hashPath": "microsoft.applicationinsights.perfcountercollector.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.WindowsServer/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9k1x1+Kq1fElvcv0o/w9w8tRWAa2Y0f4NPBeHF5b2xCety4GM1yv3K3Ra0lZwO3kW0SHlm9M8nrySuyKQlHyYA==", - "path": "microsoft.applicationinsights.windowsserver/2.22.0", - "hashPath": "microsoft.applicationinsights.windowsserver.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Blb6S8UJSJ/jo6mxeO38gKgui75D2brp5NpXJoZUhyJzfmYsfhn7a4t5f+CDfAKyvie7sQB2FIzeEDQSiRE5zw==", - "path": "microsoft.applicationinsights.windowsserver.telemetrychannel/2.22.0", - "hashPath": "microsoft.applicationinsights.windowsserver.telemetrychannel.2.22.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.JwtBearer/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bs+1Pq3vQdS2lTyxNUd9fEhtMsq3eLUpK36k2t56iDMVrk6OrAoFtvrQrTK0Y0OetTcJrUkGU7hBlf+ORzHLqQ==", - "path": "microsoft.aspnetcore.authentication.jwtbearer/9.0.0", - "hashPath": "microsoft.aspnetcore.authentication.jwtbearer.9.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.HealthChecks/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-skfSWx0dJWPc5NKePzPYp8sse4/li4LTrMrM1qDQK4Eq/eEn/syz1rjAQ7K0CwvLeS+7vdERUJ3v//c0oFUuIg==", - "path": "microsoft.aspnetcore.healthchecks/1.0.0", - "hashPath": "microsoft.aspnetcore.healthchecks.1.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/4UONYoAIeexPoAmbzBPkVGA6KAY7t0BM+1sr0fKss2V1ERCdcM+Llub4X5Ma+LJ60oPp6KzM0e3j+Pp/JHCNw==", - "path": "microsoft.aspnetcore.jsonpatch/9.0.0", - "hashPath": "microsoft.aspnetcore.jsonpatch.9.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTFDEmZi3GheCSPrBxzyE63+d5unln2vYldo/nOm1xet/4rpEk2oJYcwpclPQ13E+LZBF9XixkgwYTUwqznlWg==", - "path": "microsoft.aspnetcore.mvc.newtonsoftjson/9.0.0", - "hashPath": "microsoft.aspnetcore.mvc.newtonsoftjson.9.0.0.nupkg.sha512" - }, - "Microsoft.Azure.Amqp/2.6.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iPbNNII4YZGkka7JQS0ZsZfZLcM7dwIoov/DyFiaemRqOTrdJCLgYnFBFhc/3TSh0ZI4/5TpxQPSPSckZ65jmA==", - "path": "microsoft.azure.amqp/2.6.3", - "hashPath": "microsoft.azure.amqp.2.6.3.nupkg.sha512" - }, - "Microsoft.Azure.KeyVault/2.3.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A82ESUdfLz2wMhYuPxrwf/fA7JVt3IARgeMCG3TsaLtxUxa9RBKX3f0zdnKmvBvJ/u1/5g03OLR26GPekqY5HQ==", - "path": "microsoft.azure.keyvault/2.3.2", - "hashPath": "microsoft.azure.keyvault.2.3.2.nupkg.sha512" - }, - "Microsoft.Azure.KeyVault.WebKey/2.0.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MVSYao62R9rwl9KF+IsJm+XBLupJj1ma2lfwNeFlSWziXGAopnYK+YkDWqABOqNIV9kpza/MvNBxITzhlJIyIw==", - "path": "microsoft.azure.keyvault.webkey/2.0.7", - "hashPath": "microsoft.azure.keyvault.webkey.2.0.7.nupkg.sha512" - }, - "Microsoft.Azure.ServiceBus/5.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==", - "path": "microsoft.azure.servicebus/5.2.0", - "hashPath": "microsoft.azure.servicebus.5.2.0.nupkg.sha512" - }, - "Microsoft.Azure.Services.AppAuthentication/1.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==", - "path": "microsoft.azure.services.appauthentication/1.0.3", - "hashPath": "microsoft.azure.services.appauthentication.1.0.3.nupkg.sha512" - }, - "Microsoft.Bcl.AsyncInterfaces/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3aeMZ1N0lJoSyzqiP03hqemtb1BijhsJADdobn/4nsMJ8V1H+CrpuduUe4hlRdx+ikBQju1VGjMD1GJ3Sk05Eg==", - "path": "microsoft.bcl.asyncinterfaces/7.0.0", - "hashPath": "microsoft.bcl.asyncinterfaces.7.0.0.nupkg.sha512" - }, - "Microsoft.Build.Locator/1.7.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sPy10x527Ph16S2u0yGME4S6ohBKJ69WfjeGG/bvELYeZVmJdKjxgnlL8cJJJLGV/cZIRqSfB12UDB8ICakOog==", - "path": "microsoft.build.locator/1.7.8", - "hashPath": "microsoft.build.locator.1.7.8.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Common/4.8.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/jR+e/9aT+BApoQJABlVCKnnggGQbvGh7BKq2/wI1LamxC+LbzhcLj4Vj7gXCofl1n4E521YfF9w0WcASGg/KA==", - "path": "microsoft.codeanalysis.common/4.8.0", - "hashPath": "microsoft.codeanalysis.common.4.8.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.CSharp/4.8.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+3+qfdb/aaGD8PZRCrsdobbzGs1m9u119SkkJt8e/mk3xLJz/udLtS2T6nY27OTXxBBw10HzAbC8Z9w08VyP/g==", - "path": "microsoft.codeanalysis.csharp/4.8.0", - "hashPath": "microsoft.codeanalysis.csharp.4.8.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.CSharp.Workspaces/4.8.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3amm4tq4Lo8/BGvg9p3BJh3S9nKq2wqCXfS7138i69TUpo/bD+XvD0hNurpEBtcNZhi1FyutiomKJqVF39ugYA==", - "path": "microsoft.codeanalysis.csharp.workspaces/4.8.0", - "hashPath": "microsoft.codeanalysis.csharp.workspaces.4.8.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.VisualBasic/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Sf3k8PkTkWqBmXnnblJbvb7ewO6mJzX6WO2t7m04BmOY5qBq6yhhyXnn/BMM+QCec3Arw3X35Zd8f9eBql0qgg==", - "path": "microsoft.codeanalysis.visualbasic/1.3.0", - "hashPath": "microsoft.codeanalysis.visualbasic.1.3.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Workspaces.Common/4.8.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LXyV+MJKsKRu3FGJA3OmSk40OUIa/dQCFLOnm5X8MNcujx7hzGu8o+zjXlb/cy5xUdZK2UKYb9YaQ2E8m9QehQ==", - "path": "microsoft.codeanalysis.workspaces.common/4.8.0", - "hashPath": "microsoft.codeanalysis.workspaces.common.4.8.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Workspaces.MSBuild/4.8.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IEYreI82QZKklp54yPHxZNG9EKSK6nHEkeuf+0Asie9llgS1gp0V1hw7ODG+QyoB7MuAnNQHmeV1Per/ECpv6A==", - "path": "microsoft.codeanalysis.workspaces.msbuild/4.8.0", - "hashPath": "microsoft.codeanalysis.workspaces.msbuild.4.8.0.nupkg.sha512" - }, - "Microsoft.Data.SqlClient/5.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3alfyqRN3ELRtdvU1dGtLBRNQqprr3TJ0WrUJfMISPwg1nPUN2P3Lelah68IKWuV27Ceb7ig95hWNHFTSXfxMg==", - "path": "microsoft.data.sqlclient/5.2.0", - "hashPath": "microsoft.data.sqlclient.5.2.0.nupkg.sha512" - }, - "Microsoft.Data.SqlClient.SNI.runtime/5.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-po1jhvFd+8pbfvJR/puh+fkHi0GRanAdvayh/0e47yaM6CXWZ6opUjCMFuYlAnD2LcbyvQE7fPJKvogmaUcN+w==", - "path": "microsoft.data.sqlclient.sni.runtime/5.2.0", - "hashPath": "microsoft.data.sqlclient.sni.runtime.5.2.0.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wpG+nfnfDAw87R3ovAsUmjr3MZ4tYXf6bFqEPVAIKE6IfPml3DS//iX0DBnf8kWn5ZHSO5oi1m4d/Jf+1LifJQ==", - "path": "microsoft.entityframeworkcore/9.0.0", - "hashPath": "microsoft.entityframeworkcore.9.0.0.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fnmifFL8KaA4ZNLCVgfjCWhZUFxkrDInx5hR4qG7Q8IEaSiy/6VOSRFyx55oH7MV4y7wM3J3EE90nSpcVBI44Q==", - "path": "microsoft.entityframeworkcore.abstractions/9.0.0", - "hashPath": "microsoft.entityframeworkcore.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Design/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Pqo8I+yHJ3VQrAoY0hiSncf+5P7gN/RkNilK5e+/K/yKh+yAWxdUAI6t0TG26a9VPlCa9FhyklzyFvRyj3YG9A==", - "path": "microsoft.entityframeworkcore.design/9.0.0", - "hashPath": "microsoft.entityframeworkcore.design.9.0.0.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Relational/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-j+msw6fWgAE9M3Q/5B9Uhv7pdAdAQUvFPJAiBJmoy+OXvehVbfbCE8ftMAa51Uo2ZeiqVnHShhnv4Y4UJJmUzA==", - "path": "microsoft.entityframeworkcore.relational/9.0.0", - "hashPath": "microsoft.entityframeworkcore.relational.9.0.0.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.SqlServer/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3Y7/3kgz6C5kRFeELLZ5VeIeBlxB31x/ywscbN4r1JqTXIy8WWGo0CqzuOxBy4UzaTzpifElAZvv4fyD3ZQK5w==", - "path": "microsoft.entityframeworkcore.sqlserver/9.0.0", - "hashPath": "microsoft.entityframeworkcore.sqlserver.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.AzureKeyVault/3.1.24": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dAir8lfKn3Ukvis2sGddZ72bbuEQ24VusFELZg2JZDPTjBDyoVVocbxbe/39YAEHEq3TfCAIbHicCCKgHBBa2A==", - "path": "microsoft.extensions.configuration.azurekeyvault/3.1.24", - "hashPath": "microsoft.extensions.configuration.azurekeyvault.3.1.24.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyModel/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-saxr2XzwgDU77LaQfYFXmddEDRUKHF4DaGMZkNB3qjdVSZlax3//dGJagJkKrGMIPNZs2jVFXITyCCR6UHJNdA==", - "path": "microsoft.extensions.dependencymodel/9.0.0", - "hashPath": "microsoft.extensions.dependencymodel.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DiagnosticAdapter/3.1.27": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IHJmvjE3X+PJLlbRvZHnzVO2CglI9FARYgTPbbUNN85gS4jqS0EM/dGhZGwQpr3P4X0/V/OUtmgHvBipS4KTwQ==", - "path": "microsoft.extensions.diagnosticadapter/3.1.27", - "hashPath": "microsoft.extensions.diagnosticadapter.3.1.27.nupkg.sha512" - }, - "Microsoft.Extensions.HealthChecks/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-75bbAOTUl0oBzjmPYdN+o0vReThrl4v/OVvIKsbuUlOhAjma7mOHYR/Nm1KabM36/xWbxgSX9lFCRvOaz/55Tg==", - "path": "microsoft.extensions.healthchecks/1.0.0", - "hashPath": "microsoft.extensions.healthchecks.1.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.ApplicationInsights/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5OmXub+9MyX8FbqgO+hBJRHk1iJ+UZUU20oIU3wo+RbmH6Jtsja79rriHLlzlrkMzWbpCkCzF6f4Yb6iGbsDag==", - "path": "microsoft.extensions.logging.applicationinsights/2.22.0", - "hashPath": "microsoft.extensions.logging.applicationinsights.2.22.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.AzureAppServices/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OMyMioZ23NlBXQb6TecMTr3LTCd2cqglKqMRdcWF8OJ+QQS53iPEo6bWj3CgGqgdXRySv3cxFVnJGSdcEWKR3Q==", - "path": "microsoft.extensions.logging.azureappservices/9.0.0", - "hashPath": "microsoft.extensions.logging.azureappservices.9.0.0.nupkg.sha512" - }, - "Microsoft.Identity.Client/4.56.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rr4zbidvHy9r4NvOAs5hdd964Ao2A0pAeFBJKR95u1CJAVzbd1p6tPTXUZ+5ld0cfThiVSGvz6UHwY6JjraTpA==", - "path": "microsoft.identity.client/4.56.0", - "hashPath": "microsoft.identity.client.4.56.0.nupkg.sha512" - }, - "Microsoft.Identity.Client.Extensions.Msal/4.56.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-H12YAzEGK55vZ+QpxUzozhW8ZZtgPDuWvgA0JbdIR9UhMUplj29JhIgE2imuH8W2Nw9D8JKygR1uxRFtpSNcrg==", - "path": "microsoft.identity.client.extensions.msal/4.56.0", - "hashPath": "microsoft.identity.client.extensions.msal.4.56.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Abstractions/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OtlIWcyX01olfdevPKZdIPfBEvbcioDyBiE/Z2lHsopsMD7twcKtlN9kMevHmI5IIPhFpfwCIiR6qHQz1WHUIw==", - "path": "microsoft.identitymodel.abstractions/8.0.1", - "hashPath": "microsoft.identitymodel.abstractions.8.0.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==", - "path": "microsoft.identitymodel.clients.activedirectory/3.14.2", - "hashPath": "microsoft.identitymodel.clients.activedirectory.3.14.2.nupkg.sha512" - }, - "Microsoft.IdentityModel.JsonWebTokens/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-s6++gF9x0rQApQzOBbSyp4jUaAlwm+DroKfL8gdOHxs83k8SJfUXhuc46rDB3rNXBQ1MVRxqKUrqFhO/M0E97g==", - "path": "microsoft.identitymodel.jsonwebtokens/8.0.1", - "hashPath": "microsoft.identitymodel.jsonwebtokens.8.0.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Logging/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UCPF2exZqBXe7v/6sGNiM6zCQOUXXQ9+v5VTb9gPB8ZSUPnX53BxlN78v2jsbIvK9Dq4GovQxo23x8JgWvm/Qg==", - "path": "microsoft.identitymodel.logging/8.0.1", - "hashPath": "microsoft.identitymodel.logging.8.0.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uA2vpKqU3I2mBBEaeJAWPTjT9v1TZrGWKdgK6G5qJd03CLx83kdiqO9cmiK8/n1erkHzFBwU/RphP83aAe3i3g==", - "path": "microsoft.identitymodel.protocols/8.0.1", - "hashPath": "microsoft.identitymodel.protocols.8.0.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AQDbfpL+yzuuGhO/mQhKNsp44pm5Jv8/BI4KiFXR7beVGZoSH35zMV3PrmcfvSTsyI6qrcR898NzUauD6SRigg==", - "path": "microsoft.identitymodel.protocols.openidconnect/8.0.1", - "hashPath": "microsoft.identitymodel.protocols.openidconnect.8.0.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Tokens/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kDimB6Dkd3nkW2oZPDkMkVHfQt3IDqO5gL0oa8WVy3OP4uE8Ij+8TXnqg9TOd9ufjsY3IDiGz7pCUbnfL18tjg==", - "path": "microsoft.identitymodel.tokens/8.0.1", - "hashPath": "microsoft.identitymodel.tokens.8.0.1.nupkg.sha512" - }, - "Microsoft.NETCore.App/1.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rqd+4QNUIdrauKaP8KVo2Ut5OeEGoyOsAMZr7u1IEtSRx5LeA1omVCLpY0TJ5Z47jfMm/MRuD/RG5Ahg8WwX2w==", - "path": "microsoft.netcore.app/1.0.5", - "hashPath": "microsoft.netcore.app.1.0.5.nupkg.sha512" - }, - "Microsoft.OpenApi/1.6.22": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aBvunmrdu/x+4CaA/UP1Jx4xWGwk4kymhoIRnn2Vp+zi5/KOPQJ9EkSXHRUr01WcGKtYl3Au7XfkPJbU1G2sjQ==", - "path": "microsoft.openapi/1.6.22", - "hashPath": "microsoft.openapi.1.6.22.nupkg.sha512" - }, - "Microsoft.Rest.ClientRuntime/2.3.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Hj96LBoCwKY2VQKfSCVGGPV1sSumVjuYnrlpBwL4JSTnSK4b6ZxjLtXj8LgmKav8xJ2gps+UN7eI3hHVFKvBFw==", - "path": "microsoft.rest.clientruntime/2.3.8", - "hashPath": "microsoft.rest.clientruntime.2.3.8.nupkg.sha512" - }, - "Microsoft.Rest.ClientRuntime.Azure/3.3.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6u8JIuvrztse4tPOcvNzAJuzGBP0uY+Ijggk8ZYhp0siGEZ1XfZylf1vpNGUicvwcrhhoIgDW73Z1L6QGssr2g==", - "path": "microsoft.rest.clientruntime.azure/3.3.7", - "hashPath": "microsoft.rest.clientruntime.azure.3.3.7.nupkg.sha512" - }, - "Microsoft.SqlServer.Server/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==", - "path": "microsoft.sqlserver.server/1.0.0", - "hashPath": "microsoft.sqlserver.server.1.0.0.nupkg.sha512" - }, - "Mono.TextTemplating/3.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YqueG52R/Xej4VVbKuRIodjiAhV0HR/XVbLbNrJhCZnzjnSjgMJ/dCdV0akQQxavX6hp/LC6rqLGLcXeQYU7XA==", - "path": "mono.texttemplating/3.0.0", - "hashPath": "mono.texttemplating.3.0.0.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "path": "newtonsoft.json/13.0.3", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" - }, - "Newtonsoft.Json.Bson/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", - "path": "newtonsoft.json.bson/1.0.2", - "hashPath": "newtonsoft.json.bson.1.0.2.nupkg.sha512" - }, - "Polly/8.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GBNZPy7i7OpkaIruWPRJ0+AWzdGDQDnKY91b7Ic2aAch4lKhPjUc5KSffpH9krIWe0MoyghqaRxwRC0Uwz2PkA==", - "path": "polly/8.5.0", - "hashPath": "polly.8.5.0.nupkg.sha512" - }, - "Polly.Core/8.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VYYMZNitZ85UEhwOKkTQI63WEMvzUqwQc74I2mm8h/DBVAMcBBxqYPni4DmuRtbCwngmuONuK2yBJfWNRKzI+A==", - "path": "polly.core/8.5.0", - "hashPath": "polly.core.8.5.0.nupkg.sha512" - }, - "prometheus-net/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A9sOtQB2gEhujBxPKw+KcGScBiPvBmy4lYVM5OlETMj4xjVD5r/ixIg52HHg2P0lcImJTpfeWnD0/9tpQsRQTA==", - "path": "prometheus-net/8.0.1", - "hashPath": "prometheus-net.8.0.1.nupkg.sha512" - }, - "RabbitMQ.Client/6.8.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jNsmGgmCNw2S/NzskeN2ijtGywtH4Sk/G6jWUTD5sY9SrC27Xz6BsLIiB8hdsfjeyWCa4j4GvCIGkpE8wrjU1Q==", - "path": "rabbitmq.client/6.8.1", - "hashPath": "rabbitmq.client.6.8.1.nupkg.sha512" - }, - "runtime.native.System.Data.SqlClient.sni/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", - "path": "runtime.native.system.data.sqlclient.sni/4.7.0", - "hashPath": "runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512" - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==", - "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0", - "hashPath": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==", - "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0", - "hashPath": "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==", - "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0", - "hashPath": "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" - }, - "Serilog/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2jDkUrSh5EofOp7Lx5Zgy0EB+7hXjjxE2ktTb1WVQmU00lDACR2TdROGKU0K1pDTBSJBN1PqgYpgOZF8mL7NJw==", - "path": "serilog/4.0.0", - "hashPath": "serilog.4.0.0.nupkg.sha512" - }, - "Serilog.AspNetCore/8.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Y5at41mc0OV982DEJslBKHd6uzcWO6POwR3QceJ6gtpMPxCzm4+FElGPF0RdaTD7MGsP6XXE05LMbSi0NO+sXg==", - "path": "serilog.aspnetcore/8.0.3", - "hashPath": "serilog.aspnetcore.8.0.3.nupkg.sha512" - }, - "Serilog.Enrichers.Environment/3.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9BqCE4C9FF+/rJb/CsQwe7oVf44xqkOvMwX//CUxvUR25lFL4tSS6iuxE5eW07quby1BAyAEP+vM6TWsnT3iqw==", - "path": "serilog.enrichers.environment/3.0.1", - "hashPath": "serilog.enrichers.environment.3.0.1.nupkg.sha512" - }, - "Serilog.Extensions.Hosting/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-db0OcbWeSCvYQkHWu6n0v40N4kKaTAXNjlM3BKvcbwvNzYphQFcBR+36eQ/7hMMwOkJvAyLC2a9/jNdUL5NjtQ==", - "path": "serilog.extensions.hosting/8.0.0", - "hashPath": "serilog.extensions.hosting.8.0.0.nupkg.sha512" - }, - "Serilog.Extensions.Logging/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YEAMWu1UnWgf1c1KP85l1SgXGfiVo0Rz6x08pCiPOIBt2Qe18tcZLvdBUuV5o1QHvrs8FAry9wTIhgBRtjIlEg==", - "path": "serilog.extensions.logging/8.0.0", - "hashPath": "serilog.extensions.logging.8.0.0.nupkg.sha512" - }, - "Serilog.Formatting.Compact/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ob6z3ikzFM3D1xalhFuBIK1IOWf+XrQq+H4KeH4VqBcPpNcmUgZlRQ2h3Q7wvthpdZBBoY86qZOI2LCXNaLlNA==", - "path": "serilog.formatting.compact/2.0.0", - "hashPath": "serilog.formatting.compact.2.0.0.nupkg.sha512" - }, - "Serilog.Settings.Configuration/8.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pkxvq0umBKK8IKFJc1aV5S/HGRG/NIxJ6FV42KaTPLfDmBOAbBUB1m5gqqlGxzEa1MgDDWtQlWJdHTSxVWNx+Q==", - "path": "serilog.settings.configuration/8.0.4", - "hashPath": "serilog.settings.configuration.8.0.4.nupkg.sha512" - }, - "Serilog.Sinks.Console/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fQGWqVMClCP2yEyTXPIinSr5c+CBGUvBybPxjAGcf7ctDhadFhrQw03Mv8rJ07/wR5PDfFjewf2LimvXCDzpbA==", - "path": "serilog.sinks.console/6.0.0", - "hashPath": "serilog.sinks.console.6.0.0.nupkg.sha512" - }, - "Serilog.Sinks.Debug/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Y6g3OBJ4JzTyyw16fDqtFcQ41qQAydnEvEqmXjhwhgjsnG/FaJ8GUqF5ldsC/bVkK8KYmqrPhDO+tm4dF6xx4A==", - "path": "serilog.sinks.debug/2.0.0", - "hashPath": "serilog.sinks.debug.2.0.0.nupkg.sha512" - }, - "Serilog.Sinks.File/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uwV5hdhWPwUH1szhO8PJpFiahqXmzPzJT/sOijH/kFgUx+cyoDTMM8MHD0adw9+Iem6itoibbUXHYslzXsLEAg==", - "path": "serilog.sinks.file/5.0.0", - "hashPath": "serilog.sinks.file.5.0.0.nupkg.sha512" - }, - "Serilog.Sinks.Http/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c246Bw1vXtvht/krwQXGwuZ4U2kKxRf8d9iaazZDodnOohTlRR4jZyQS/slWHSjJAj8ZDejCQcITnu+TkYmdFw==", - "path": "serilog.sinks.http/9.0.0", - "hashPath": "serilog.sinks.http.9.0.0.nupkg.sha512" - }, - "Serilog.Sinks.Seq/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-z5ig56/qzjkX6Fj4U/9m1g8HQaQiYPMZS4Uevtjg1I+WWzoGSf5t/E+6JbMP/jbZYhU63bA5NJN5y0x+qqx2Bw==", - "path": "serilog.sinks.seq/8.0.0", - "hashPath": "serilog.sinks.seq.8.0.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore/7.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vJv19UpWm6OOgnS9QLDnWARNVasXUfj8SFvlG7UVALm4nBnfwRnEky7C0veSDqMUmBeMPC6Ec3d6G1ts/J04Uw==", - "path": "swashbuckle.aspnetcore/7.2.0", - "hashPath": "swashbuckle.aspnetcore.7.2.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.Newtonsoft/7.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-otztl1SBfwu10iJx6lc3XG/dSqFXRtx8RQ0XrwrO/NYv0j6WhB+vaTJdfs4EPDh+0r7yORUPb7FQ6WgoApeDNg==", - "path": "swashbuckle.aspnetcore.newtonsoft/7.2.0", - "hashPath": "swashbuckle.aspnetcore.newtonsoft.7.2.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.Swagger/7.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-y27fNDfIh1vGhJjXYynLcZjl7DLOW1bSO2MDsY9wB4Zm1fdxpPsuBSiR4U+0acWlAqLmnuOPKr/OeOgwRUkBlw==", - "path": "swashbuckle.aspnetcore.swagger/7.2.0", - "hashPath": "swashbuckle.aspnetcore.swagger.7.2.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.SwaggerGen/7.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pMrTxGVuXM7t4wqft5CNNU8A0++Yw5kTLmYhB6tbEcyBfO8xEF/Y8pkJhO6BZ/2MYONrRYoQTfPFJqu8fOf5WQ==", - "path": "swashbuckle.aspnetcore.swaggergen/7.2.0", - "hashPath": "swashbuckle.aspnetcore.swaggergen.7.2.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.SwaggerUI/7.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hgrXeKzyp5OGN8qVvL7A+vhmU7mDJTfGpiMBRL66IcfLOyna8UTLtn3cC3CghamXpRDufcc9ciklTszUGEQK0w==", - "path": "swashbuckle.aspnetcore.swaggerui/7.2.0", - "hashPath": "swashbuckle.aspnetcore.swaggerui.7.2.0.nupkg.sha512" - }, - "System.CodeDom/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CPc6tWO1LAer3IzfZufDBRL+UZQcj5uS207NHALQzP84Vp/z6wF0Aa0YZImOQY8iStY0A2zI/e3ihKNPfUm8XA==", - "path": "system.codedom/6.0.0", - "hashPath": "system.codedom.6.0.0.nupkg.sha512" - }, - "System.Composition/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tRwgcAkDd85O8Aq6zHDANzQaq380cek9lbMg5Qma46u5BZXq/G+XvIYmu+UI+BIIZ9zssXLYrkTykEqxxvhcmg==", - "path": "system.composition/7.0.0", - "hashPath": "system.composition.7.0.0.nupkg.sha512" - }, - "System.Composition.AttributedModel/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2QzClqjElKxgI1jK1Jztnq44/8DmSuTSGGahXqQ4TdEV0h9s2KikQZIgcEqVzR7OuWDFPGLHIprBJGQEPr8fAQ==", - "path": "system.composition.attributedmodel/7.0.0", - "hashPath": "system.composition.attributedmodel.7.0.0.nupkg.sha512" - }, - "System.Composition.Convention/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IMhTlpCs4HmlD8B+J8/kWfwX7vrBBOs6xyjSTzBlYSs7W4OET4tlkR/Sg9NG8jkdJH9Mymq0qGdYS1VPqRTBnQ==", - "path": "system.composition.convention/7.0.0", - "hashPath": "system.composition.convention.7.0.0.nupkg.sha512" - }, - "System.Composition.Hosting/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eB6gwN9S+54jCTBJ5bpwMOVerKeUfGGTYCzz3QgDr1P55Gg/Wb27ShfPIhLMjmZ3MoAKu8uUSv6fcCdYJTN7Bg==", - "path": "system.composition.hosting/7.0.0", - "hashPath": "system.composition.hosting.7.0.0.nupkg.sha512" - }, - "System.Composition.Runtime/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aZJ1Zr5Txe925rbo4742XifEyW0MIni1eiUebmcrP3HwLXZ3IbXUj4MFMUH/RmnJOAQiS401leg/2Sz1MkApDw==", - "path": "system.composition.runtime/7.0.0", - "hashPath": "system.composition.runtime.7.0.0.nupkg.sha512" - }, - "System.Composition.TypedParts/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZK0KNPfbtxVceTwh+oHNGUOYV2WNOHReX2AXipuvkURC7s/jPwoWfsu3SnDBDgofqbiWr96geofdQ2erm/KTHg==", - "path": "system.composition.typedparts/7.0.0", - "hashPath": "system.composition.typedparts.7.0.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JlYi9XVvIREURRUlGMr1F6vOFLk7YSY4p1vHo4kX3tQ0AGrjqlRWHDi66ImHhy6qwXBG3BJ6Y1QlYQ+Qz6Xgww==", - "path": "system.configuration.configurationmanager/8.0.0", - "hashPath": "system.configuration.configurationmanager.8.0.0.nupkg.sha512" - }, - "System.Data.SqlClient/4.8.6": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2Ij/LCaTQRyAi5lAv7UUTV9R2FobC8xN9mE0fXBZohum/xLl8IZVmE98Rq5ugQHjCgTBRKqpXRb4ORulRdA6Ig==", - "path": "system.data.sqlclient/4.8.6", - "hashPath": "system.data.sqlclient.4.8.6.nupkg.sha512" - }, - "System.Diagnostics.PerformanceCounter/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gbeE5tNp/oB7O8kTTLh3wPPJCxpNOphXPTWVs1BsYuFOYapFijWuh0LYw1qnDo4gwDUYPXOmpTIhvtxisGsYOQ==", - "path": "system.diagnostics.performancecounter/6.0.0", - "hashPath": "system.diagnostics.performancecounter.6.0.0.nupkg.sha512" - }, - "System.IdentityModel.Tokens.Jwt/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GJw3bYkWpOgvN3tJo5X4lYUeIFA2HD293FPUhKmp7qxS+g5ywAb34Dnd3cDAFLkcMohy5XTpoaZ4uAHuw0uSPQ==", - "path": "system.identitymodel.tokens.jwt/8.0.1", - "hashPath": "system.identitymodel.tokens.jwt.8.0.1.nupkg.sha512" - }, - "System.Memory.Data/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==", - "path": "system.memory.data/1.0.2", - "hashPath": "system.memory.data.1.0.2.nupkg.sha512" - }, - "System.Runtime.Caching/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4TmlmvGp4kzZomm7J2HJn6IIx0UUrQyhBDyb5O1XiunZlQImXW+B8b7W/sTPcXhSf9rp5NR5aDtQllwbB5elOQ==", - "path": "system.runtime.caching/8.0.0", - "hashPath": "system.runtime.caching.8.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+TUFINV2q2ifyXauQXRwy4CiBhqvDEDZeVJU7qfxya4aRYOKzVBpN+4acx25VcPB9ywUN6C0n8drWl110PhZEg==", - "path": "system.security.cryptography.protecteddata/8.0.0", - "hashPath": "system.security.cryptography.protecteddata.8.0.0.nupkg.sha512" - }, - "YamlDotNet/13.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Q2dqDsb0xAlr092grgHk8/vTXI2snIiYM5ND3IXkgJDFIdPnqDYwYnlk+gwzSeRByDLhiSzTog8uT7xFwH68Zg==", - "path": "yamldotnet/13.3.1", - "hashPath": "yamldotnet.13.3.1.nupkg.sha512" - }, - "EventBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "EventBusRabbitMQ/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "EventBusServiceBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "IntegrationEventLogEF/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Ordering.Domain/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Ordering.Infrastructure/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "WebHost.Customization/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Ordering.API.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Ordering.API.dll deleted file mode 100644 index 6d728656..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Ordering.API.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Ordering.API.pdb b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Ordering.API.pdb deleted file mode 100644 index 3a3b2997..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Ordering.API.pdb and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Ordering.API.runtimeconfig.json b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Ordering.API.runtimeconfig.json deleted file mode 100644 index 1f6a32fe..00000000 --- a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Ordering.API.runtimeconfig.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net9.0", - "frameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "9.0.0" - }, - { - "name": "Microsoft.AspNetCore.App", - "version": "9.0.0" - } - ], - "configProperties": { - "System.GC.Server": true, - "System.Reflection.NullabilityInfoContext.IsSupported": true, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Ordering.API.staticwebassets.endpoints.json b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Ordering.API.staticwebassets.endpoints.json deleted file mode 100644 index 5576e889..00000000 --- a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Ordering.API.staticwebassets.endpoints.json +++ /dev/null @@ -1 +0,0 @@ -{"Version":1,"ManifestType":"Build","Endpoints":[]} \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Ordering.Domain.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Ordering.Domain.dll deleted file mode 100644 index 1f97741c..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Ordering.Domain.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Ordering.Domain.pdb b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Ordering.Domain.pdb deleted file mode 100644 index 36cde259..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Ordering.Domain.pdb and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Ordering.Infrastructure.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Ordering.Infrastructure.dll deleted file mode 100644 index 94cd615e..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Ordering.Infrastructure.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Ordering.Infrastructure.pdb b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Ordering.Infrastructure.pdb deleted file mode 100644 index 1714928a..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Ordering.Infrastructure.pdb and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Polly.Core.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Polly.Core.dll deleted file mode 100755 index 5df31b0b..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Polly.Core.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Polly.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Polly.dll deleted file mode 100755 index 69338063..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Polly.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Prometheus.NetStandard.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Prometheus.NetStandard.dll deleted file mode 100755 index 3a39221b..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Prometheus.NetStandard.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/RabbitMQ.Client.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/RabbitMQ.Client.dll deleted file mode 100755 index 8ad562d9..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/RabbitMQ.Client.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Serilog.AspNetCore.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Serilog.AspNetCore.dll deleted file mode 100755 index 6c600139..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Serilog.AspNetCore.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Serilog.Enrichers.Environment.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Serilog.Enrichers.Environment.dll deleted file mode 100755 index af699261..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Serilog.Enrichers.Environment.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Serilog.Extensions.Hosting.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Serilog.Extensions.Hosting.dll deleted file mode 100755 index 2204d101..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Serilog.Extensions.Hosting.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Serilog.Extensions.Logging.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Serilog.Extensions.Logging.dll deleted file mode 100755 index f2f78c7b..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Serilog.Extensions.Logging.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Serilog.Formatting.Compact.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Serilog.Formatting.Compact.dll deleted file mode 100755 index 7174b834..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Serilog.Formatting.Compact.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Serilog.Settings.Configuration.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Serilog.Settings.Configuration.dll deleted file mode 100755 index 25692ac2..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Serilog.Settings.Configuration.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Serilog.Sinks.Console.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Serilog.Sinks.Console.dll deleted file mode 100755 index 96c89a0d..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Serilog.Sinks.Console.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Serilog.Sinks.Debug.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Serilog.Sinks.Debug.dll deleted file mode 100755 index 2bd024b1..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Serilog.Sinks.Debug.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Serilog.Sinks.File.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Serilog.Sinks.File.dll deleted file mode 100755 index 29dc2fd3..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Serilog.Sinks.File.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Serilog.Sinks.Http.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Serilog.Sinks.Http.dll deleted file mode 100755 index 932d8c6a..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Serilog.Sinks.Http.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Serilog.Sinks.Seq.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Serilog.Sinks.Seq.dll deleted file mode 100755 index 9919e7e5..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Serilog.Sinks.Seq.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Serilog.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Serilog.dll deleted file mode 100755 index 28c98dd3..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Serilog.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Setup/CardTypes.csv b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Setup/CardTypes.csv deleted file mode 100644 index 5a610b3e..00000000 --- a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Setup/CardTypes.csv +++ /dev/null @@ -1,5 +0,0 @@ -CardType -Amex -Visa -MasterCard -Capital One \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll deleted file mode 100755 index 14e84930..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.Swagger.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.Swagger.dll deleted file mode 100755 index 945d2992..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.Swagger.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll deleted file mode 100755 index 979b4a81..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll deleted file mode 100755 index ab4789e1..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.CodeDom.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.CodeDom.dll deleted file mode 100755 index 54c82b66..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.CodeDom.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.Composition.AttributedModel.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.Composition.AttributedModel.dll deleted file mode 100755 index 14317511..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.Composition.AttributedModel.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.Composition.Convention.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.Composition.Convention.dll deleted file mode 100755 index e9dacb14..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.Composition.Convention.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.Composition.Hosting.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.Composition.Hosting.dll deleted file mode 100755 index 8381202a..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.Composition.Hosting.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.Composition.Runtime.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.Composition.Runtime.dll deleted file mode 100755 index d583c3ae..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.Composition.Runtime.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.Composition.TypedParts.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.Composition.TypedParts.dll deleted file mode 100755 index 2b278d7c..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.Composition.TypedParts.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.Configuration.ConfigurationManager.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.Configuration.ConfigurationManager.dll deleted file mode 100755 index accdffe1..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.Configuration.ConfigurationManager.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.Data.SqlClient.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.Data.SqlClient.dll deleted file mode 100755 index 8b1c1af3..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.Data.SqlClient.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.Diagnostics.PerformanceCounter.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.Diagnostics.PerformanceCounter.dll deleted file mode 100755 index e9092d7f..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.Diagnostics.PerformanceCounter.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll deleted file mode 100755 index c42b8d71..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.Memory.Data.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.Memory.Data.dll deleted file mode 100755 index 6f2a3e0a..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.Memory.Data.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.Runtime.Caching.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.Runtime.Caching.dll deleted file mode 100755 index 7395ccd7..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.Runtime.Caching.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.Security.Cryptography.ProtectedData.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.Security.Cryptography.ProtectedData.dll deleted file mode 100755 index 40f1b5a7..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.Security.Cryptography.ProtectedData.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/WebHost.Customization.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/WebHost.Customization.dll deleted file mode 100644 index 372d01e2..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/WebHost.Customization.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/WebHost.Customization.pdb b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/WebHost.Customization.pdb deleted file mode 100644 index 267eaf67..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/WebHost.Customization.pdb and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/YamlDotNet.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/YamlDotNet.dll deleted file mode 100755 index 44fac0d0..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/YamlDotNet.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/appsettings.json b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/appsettings.json deleted file mode 100644 index 4ef8f6ac..00000000 --- a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/appsettings.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "ConnectionString": "Server=tcp:127.0.0.1,5433;Database=Microsoft.eShopOnContainers.Services.OrderingDb;User Id=sa;Password=Pass@word;", - "IdentityUrl": "http://localhost:5105", - "UseCustomizationData": false, - "Serilog": { - "SeqServerUrl": null, - "LogstashgUrl": null, - "MinimumLevel": { - "Default": "Information", - "Override": { - "Microsoft": "Warning", - "Microsoft.eShopOnContainers": "Information", - "System": "Warning" - } - } - }, - "AzureServiceBusEnabled": false, - "SubscriptionClientName": "Ordering", - "GracePeriodTime": "1", - "CheckUpdateTime": "30000", - "ApplicationInsights": { - "InstrumentationKey": "" - }, - "EventBusRetryCount": 5, - "EventBusConnection": "localhost", - "UseVault": false, - "Vault": { - "Name": "eshop", - "ClientId": "your-clien-id", - "ClientSecret": "your-client-secret" - } -} diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100755 index 4e90e209..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100755 index 8dcc1bdf..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll deleted file mode 100755 index 8ee4b4de..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100755 index 62b04226..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.resources.dll deleted file mode 100755 index 180a8d9f..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100755 index 4b7bae7f..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100755 index 05da79f9..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll deleted file mode 100755 index bd0bb72b..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100755 index e1284078..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.resources.dll deleted file mode 100755 index 6a98feb6..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/de/Microsoft.Data.SqlClient.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/de/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index 01c36015..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/de/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100755 index 8e8ced10..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100755 index 970399ec..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll deleted file mode 100755 index 9e6afdd1..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100755 index 6cb47ace..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.resources.dll deleted file mode 100755 index 76ddceb6..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/es/Microsoft.Data.SqlClient.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/es/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index de728e37..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/es/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100755 index c41ed4c3..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100755 index 5fe6dd87..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll deleted file mode 100755 index 6eb37cb7..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100755 index 046c9530..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.resources.dll deleted file mode 100755 index 368bb7bc..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/fr/Microsoft.Data.SqlClient.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/fr/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index eea6fbbb..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/fr/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100755 index 72bb9d56..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100755 index 6051d99d..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll deleted file mode 100755 index ad0d2cd2..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100755 index 829ed5d0..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.resources.dll deleted file mode 100755 index 9890df12..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/it/Microsoft.Data.SqlClient.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/it/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index be385907..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/it/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100755 index eaded8c9..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100755 index 47f3fd5e..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll deleted file mode 100755 index 28c43a13..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100755 index 203cc83b..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.resources.dll deleted file mode 100755 index 208b1d93..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ja/Microsoft.Data.SqlClient.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ja/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index 3796ff2a..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ja/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100755 index 895ca111..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100755 index c712a379..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll deleted file mode 100755 index 4d5b1a35..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100755 index 4790c29c..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.resources.dll deleted file mode 100755 index 05bc700a..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ko/Microsoft.Data.SqlClient.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ko/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index 31ff985c..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ko/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100755 index eb61affd..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100755 index ea192ccb..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll deleted file mode 100755 index 08eaeab0..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100755 index fce2d362..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.resources.dll deleted file mode 100755 index e1420297..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100755 index 7c202091..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100755 index be860336..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll deleted file mode 100755 index 4be51d2a..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100755 index 768264ca..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.resources.dll deleted file mode 100755 index 0dc6fae0..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/pt-BR/Microsoft.Data.SqlClient.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/pt-BR/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index d027801b..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/pt-BR/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100755 index 85dd902f..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100755 index dfd0a6bf..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll deleted file mode 100755 index f5e6b57a..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100755 index cafdf215..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.resources.dll deleted file mode 100755 index ace0504d..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ru/Microsoft.Data.SqlClient.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ru/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index df58fdf2..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/ru/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/debian-x64/native/libuv.so b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/debian-x64/native/libuv.so deleted file mode 100755 index ee70aa0f..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/debian-x64/native/libuv.so and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/fedora-x64/native/libuv.so b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/fedora-x64/native/libuv.so deleted file mode 100755 index ee70aa0f..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/fedora-x64/native/libuv.so and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/opensuse-x64/native/libuv.so b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/opensuse-x64/native/libuv.so deleted file mode 100755 index ee70aa0f..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/opensuse-x64/native/libuv.so and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/osx/native/libuv.dylib b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/osx/native/libuv.dylib deleted file mode 100755 index abbf24d6..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/osx/native/libuv.dylib and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/rhel-x64/native/libuv.so b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/rhel-x64/native/libuv.so deleted file mode 100755 index ee70aa0f..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/rhel-x64/native/libuv.so and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll deleted file mode 100755 index 512befd9..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll deleted file mode 100755 index 3da53a56..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll deleted file mode 100755 index ac47980a..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll deleted file mode 100755 index f45095ef..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win-arm64/native/sni.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win-arm64/native/sni.dll deleted file mode 100755 index 7b8f9d86..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win-arm64/native/sni.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll deleted file mode 100755 index 12b89005..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win-x64/native/sni.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win-x64/native/sni.dll deleted file mode 100755 index c1a05a5b..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win-x64/native/sni.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll deleted file mode 100755 index ec5ec135..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win-x86/native/sni.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win-x86/native/sni.dll deleted file mode 100755 index 5fc21acb..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win-x86/native/sni.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll deleted file mode 100755 index 235a22f3..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll deleted file mode 100755 index a4a18261..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win/lib/net8.0/System.Runtime.Caching.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win/lib/net8.0/System.Runtime.Caching.dll deleted file mode 100755 index 38b97a27..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win/lib/net8.0/System.Runtime.Caching.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll deleted file mode 100755 index c67f8661..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win7-arm/native/libuv.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win7-arm/native/libuv.dll deleted file mode 100755 index 6cbb46ee..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win7-arm/native/libuv.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win7-x64/native/libuv.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win7-x64/native/libuv.dll deleted file mode 100755 index 5e02949b..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win7-x64/native/libuv.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win7-x86/native/libuv.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win7-x86/native/libuv.dll deleted file mode 100755 index 906bc6d5..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win7-x86/native/libuv.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100755 index 9867f6fe..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100755 index 2a4742ee..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll deleted file mode 100755 index 8977db0c..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100755 index 8012969c..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.resources.dll deleted file mode 100755 index 9a06288f..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/web.config b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/web.config deleted file mode 100644 index 3d49211e..00000000 --- a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/web.config +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100755 index e4b3c7aa..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100755 index b51ee576..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll deleted file mode 100755 index d1609258..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100755 index e27e8bed..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll deleted file mode 100755 index 22b6e951..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index 9010602c..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100755 index 57e4d28e..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100755 index 305dfbf3..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll deleted file mode 100755 index 28a5c18a..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100755 index cef3ebc6..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll deleted file mode 100755 index dce3bc0f..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll b/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index e382c132..00000000 Binary files a/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/src/Services/Ordering/Ordering.API/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index 36203c72..00000000 --- a/src/Services/Ordering/Ordering.API/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net6.0/24131f3e1ac0aa6b_ordering.protodep b/src/Services/Ordering/Ordering.API/obj/Debug/net6.0/24131f3e1ac0aa6b_ordering.protodep deleted file mode 100644 index 43bd7083..00000000 --- a/src/Services/Ordering/Ordering.API/obj/Debug/net6.0/24131f3e1ac0aa6b_ordering.protodep +++ /dev/null @@ -1,2 +0,0 @@ -obj/Debug/net6.0/Proto/Ordering.cs \ -obj/Debug/net6.0/Proto/OrderingGrpc.cs: Proto/ordering.proto \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net6.0/Ordering.API.AssemblyInfo.cs b/src/Services/Ordering/Ordering.API/obj/Debug/net6.0/Ordering.API.AssemblyInfo.cs deleted file mode 100644 index 448bcacd..00000000 --- a/src/Services/Ordering/Ordering.API/obj/Debug/net6.0/Ordering.API.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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: Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute("aspnet-Ordering.API-20161122013547")] -[assembly: System.Reflection.AssemblyCompanyAttribute("Ordering.API")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("Ordering.API")] -[assembly: System.Reflection.AssemblyTitleAttribute("Ordering.API")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net6.0/Ordering.API.AssemblyInfoInputs.cache b/src/Services/Ordering/Ordering.API/obj/Debug/net6.0/Ordering.API.AssemblyInfoInputs.cache deleted file mode 100644 index d0a1fd53..00000000 --- a/src/Services/Ordering/Ordering.API/obj/Debug/net6.0/Ordering.API.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -b682e6fa46144bde431184fba9550336490a7b04 diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net6.0/Ordering.API.GeneratedMSBuildEditorConfig.editorconfig b/src/Services/Ordering/Ordering.API/obj/Debug/net6.0/Ordering.API.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 40e20cb5..00000000 --- a/src/Services/Ordering/Ordering.API/obj/Debug/net6.0/Ordering.API.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,16 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = true -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = Ordering.API -build_property.RootNamespace = Ordering.API -build_property.ProjectDir = /workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/ -build_property.RazorLangVersion = 6.0 -build_property.SupportLocalizedComponentNames = -build_property.GenerateRazorMetadataSourceChecksumAttributes = -build_property.MSBuildProjectDirectory = /workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API -build_property._RazorSourceGeneratorDebug = diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net6.0/Ordering.API.assets.cache b/src/Services/Ordering/Ordering.API/obj/Debug/net6.0/Ordering.API.assets.cache deleted file mode 100644 index 8b98ec4a..00000000 Binary files a/src/Services/Ordering/Ordering.API/obj/Debug/net6.0/Ordering.API.assets.cache and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net6.0/Ordering.API.csproj.AssemblyReference.cache b/src/Services/Ordering/Ordering.API/obj/Debug/net6.0/Ordering.API.csproj.AssemblyReference.cache deleted file mode 100644 index edba7280..00000000 Binary files a/src/Services/Ordering/Ordering.API/obj/Debug/net6.0/Ordering.API.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net6.0/Proto/Ordering.cs b/src/Services/Ordering/Ordering.API/obj/Debug/net6.0/Proto/Ordering.cs deleted file mode 100644 index d23f66b0..00000000 --- a/src/Services/Ordering/Ordering.API/obj/Debug/net6.0/Proto/Ordering.cs +++ /dev/null @@ -1,1273 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: Proto/ordering.proto -// -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace GrpcOrdering { - - /// Holder for reflection information generated from Proto/ordering.proto - public static partial class OrderingReflection { - - #region Descriptor - /// File descriptor for Proto/ordering.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static OrderingReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChRQcm90by9vcmRlcmluZy5wcm90bxILT3JkZXJpbmdBcGkiUgoXQ3JlYXRl", - "T3JkZXJEcmFmdENvbW1hbmQSDwoHYnV5ZXJJZBgBIAEoCRImCgVpdGVtcxgC", - "IAMoCzIXLk9yZGVyaW5nQXBpLkJhc2tldEl0ZW0ijwEKCkJhc2tldEl0ZW0S", - "CgoCaWQYASABKAkSEQoJcHJvZHVjdElkGAIgASgFEhMKC3Byb2R1Y3ROYW1l", - "GAMgASgJEhEKCXVuaXRQcmljZRgEIAEoARIUCgxvbGRVbml0UHJpY2UYBSAB", - "KAESEAoIcXVhbnRpdHkYBiABKAUSEgoKcGljdHVyZVVybBgHIAEoCSJNCg1P", - "cmRlckRyYWZ0RFRPEg0KBXRvdGFsGAEgASgBEi0KCm9yZGVySXRlbXMYAiAD", - "KAsyGS5PcmRlcmluZ0FwaS5PcmRlckl0ZW1EVE8ifgoMT3JkZXJJdGVtRFRP", - "EhEKCXByb2R1Y3RJZBgBIAEoBRITCgtwcm9kdWN0TmFtZRgCIAEoCRIRCgl1", - "bml0UHJpY2UYAyABKAESEAoIZGlzY291bnQYBCABKAESDQoFdW5pdHMYBSAB", - "KAUSEgoKcGljdHVyZVVybBgGIAEoCTJ0CgxPcmRlcmluZ0dycGMSZAoeQ3Jl", - "YXRlT3JkZXJEcmFmdEZyb21CYXNrZXREYXRhEiQuT3JkZXJpbmdBcGkuQ3Jl", - "YXRlT3JkZXJEcmFmdENvbW1hbmQaGi5PcmRlcmluZ0FwaS5PcmRlckRyYWZ0", - "RFRPIgBCD6oCDEdycGNPcmRlcmluZ2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::GrpcOrdering.CreateOrderDraftCommand), global::GrpcOrdering.CreateOrderDraftCommand.Parser, new[]{ "BuyerId", "Items" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::GrpcOrdering.BasketItem), global::GrpcOrdering.BasketItem.Parser, new[]{ "Id", "ProductId", "ProductName", "UnitPrice", "OldUnitPrice", "Quantity", "PictureUrl" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::GrpcOrdering.OrderDraftDTO), global::GrpcOrdering.OrderDraftDTO.Parser, new[]{ "Total", "OrderItems" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::GrpcOrdering.OrderItemDTO), global::GrpcOrdering.OrderItemDTO.Parser, new[]{ "ProductId", "ProductName", "UnitPrice", "Discount", "Units", "PictureUrl" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class CreateOrderDraftCommand : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CreateOrderDraftCommand()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::GrpcOrdering.OrderingReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CreateOrderDraftCommand() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CreateOrderDraftCommand(CreateOrderDraftCommand other) : this() { - buyerId_ = other.buyerId_; - items_ = other.items_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CreateOrderDraftCommand Clone() { - return new CreateOrderDraftCommand(this); - } - - /// Field number for the "buyerId" field. - public const int BuyerIdFieldNumber = 1; - private string buyerId_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string BuyerId { - get { return buyerId_; } - set { - buyerId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "items" field. - public const int ItemsFieldNumber = 2; - private static readonly pb::FieldCodec _repeated_items_codec - = pb::FieldCodec.ForMessage(18, global::GrpcOrdering.BasketItem.Parser); - private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField Items { - get { return items_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as CreateOrderDraftCommand); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(CreateOrderDraftCommand other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (BuyerId != other.BuyerId) return false; - if(!items_.Equals(other.items_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (BuyerId.Length != 0) hash ^= BuyerId.GetHashCode(); - hash ^= items_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (BuyerId.Length != 0) { - output.WriteRawTag(10); - output.WriteString(BuyerId); - } - items_.WriteTo(output, _repeated_items_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (BuyerId.Length != 0) { - output.WriteRawTag(10); - output.WriteString(BuyerId); - } - items_.WriteTo(ref output, _repeated_items_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (BuyerId.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(BuyerId); - } - size += items_.CalculateSize(_repeated_items_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(CreateOrderDraftCommand other) { - if (other == null) { - return; - } - if (other.BuyerId.Length != 0) { - BuyerId = other.BuyerId; - } - items_.Add(other.items_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - BuyerId = input.ReadString(); - break; - } - case 18: { - items_.AddEntriesFrom(input, _repeated_items_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 10: { - BuyerId = input.ReadString(); - break; - } - case 18: { - items_.AddEntriesFrom(ref input, _repeated_items_codec); - break; - } - } - } - } - #endif - - } - - public sealed partial class BasketItem : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BasketItem()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::GrpcOrdering.OrderingReflection.Descriptor.MessageTypes[1]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BasketItem() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BasketItem(BasketItem other) : this() { - id_ = other.id_; - productId_ = other.productId_; - productName_ = other.productName_; - unitPrice_ = other.unitPrice_; - oldUnitPrice_ = other.oldUnitPrice_; - quantity_ = other.quantity_; - pictureUrl_ = other.pictureUrl_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BasketItem Clone() { - return new BasketItem(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private string id_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Id { - get { return id_; } - set { - id_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "productId" field. - public const int ProductIdFieldNumber = 2; - private int productId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int ProductId { - get { return productId_; } - set { - productId_ = value; - } - } - - /// Field number for the "productName" field. - public const int ProductNameFieldNumber = 3; - private string productName_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string ProductName { - get { return productName_; } - set { - productName_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "unitPrice" field. - public const int UnitPriceFieldNumber = 4; - private double unitPrice_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public double UnitPrice { - get { return unitPrice_; } - set { - unitPrice_ = value; - } - } - - /// Field number for the "oldUnitPrice" field. - public const int OldUnitPriceFieldNumber = 5; - private double oldUnitPrice_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public double OldUnitPrice { - get { return oldUnitPrice_; } - set { - oldUnitPrice_ = value; - } - } - - /// Field number for the "quantity" field. - public const int QuantityFieldNumber = 6; - private int quantity_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int Quantity { - get { return quantity_; } - set { - quantity_ = value; - } - } - - /// Field number for the "pictureUrl" field. - public const int PictureUrlFieldNumber = 7; - private string pictureUrl_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string PictureUrl { - get { return pictureUrl_; } - set { - pictureUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as BasketItem); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(BasketItem other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - if (ProductId != other.ProductId) return false; - if (ProductName != other.ProductName) return false; - if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(UnitPrice, other.UnitPrice)) return false; - if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(OldUnitPrice, other.OldUnitPrice)) return false; - if (Quantity != other.Quantity) return false; - if (PictureUrl != other.PictureUrl) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Id.Length != 0) hash ^= Id.GetHashCode(); - if (ProductId != 0) hash ^= ProductId.GetHashCode(); - if (ProductName.Length != 0) hash ^= ProductName.GetHashCode(); - if (UnitPrice != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(UnitPrice); - if (OldUnitPrice != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(OldUnitPrice); - if (Quantity != 0) hash ^= Quantity.GetHashCode(); - if (PictureUrl.Length != 0) hash ^= PictureUrl.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Id.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Id); - } - if (ProductId != 0) { - output.WriteRawTag(16); - output.WriteInt32(ProductId); - } - if (ProductName.Length != 0) { - output.WriteRawTag(26); - output.WriteString(ProductName); - } - if (UnitPrice != 0D) { - output.WriteRawTag(33); - output.WriteDouble(UnitPrice); - } - if (OldUnitPrice != 0D) { - output.WriteRawTag(41); - output.WriteDouble(OldUnitPrice); - } - if (Quantity != 0) { - output.WriteRawTag(48); - output.WriteInt32(Quantity); - } - if (PictureUrl.Length != 0) { - output.WriteRawTag(58); - output.WriteString(PictureUrl); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Id.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Id); - } - if (ProductId != 0) { - output.WriteRawTag(16); - output.WriteInt32(ProductId); - } - if (ProductName.Length != 0) { - output.WriteRawTag(26); - output.WriteString(ProductName); - } - if (UnitPrice != 0D) { - output.WriteRawTag(33); - output.WriteDouble(UnitPrice); - } - if (OldUnitPrice != 0D) { - output.WriteRawTag(41); - output.WriteDouble(OldUnitPrice); - } - if (Quantity != 0) { - output.WriteRawTag(48); - output.WriteInt32(Quantity); - } - if (PictureUrl.Length != 0) { - output.WriteRawTag(58); - output.WriteString(PictureUrl); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Id.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Id); - } - if (ProductId != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(ProductId); - } - if (ProductName.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(ProductName); - } - if (UnitPrice != 0D) { - size += 1 + 8; - } - if (OldUnitPrice != 0D) { - size += 1 + 8; - } - if (Quantity != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Quantity); - } - if (PictureUrl.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(PictureUrl); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(BasketItem other) { - if (other == null) { - return; - } - if (other.Id.Length != 0) { - Id = other.Id; - } - if (other.ProductId != 0) { - ProductId = other.ProductId; - } - if (other.ProductName.Length != 0) { - ProductName = other.ProductName; - } - if (other.UnitPrice != 0D) { - UnitPrice = other.UnitPrice; - } - if (other.OldUnitPrice != 0D) { - OldUnitPrice = other.OldUnitPrice; - } - if (other.Quantity != 0) { - Quantity = other.Quantity; - } - if (other.PictureUrl.Length != 0) { - PictureUrl = other.PictureUrl; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - Id = input.ReadString(); - break; - } - case 16: { - ProductId = input.ReadInt32(); - break; - } - case 26: { - ProductName = input.ReadString(); - break; - } - case 33: { - UnitPrice = input.ReadDouble(); - break; - } - case 41: { - OldUnitPrice = input.ReadDouble(); - break; - } - case 48: { - Quantity = input.ReadInt32(); - break; - } - case 58: { - PictureUrl = input.ReadString(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 10: { - Id = input.ReadString(); - break; - } - case 16: { - ProductId = input.ReadInt32(); - break; - } - case 26: { - ProductName = input.ReadString(); - break; - } - case 33: { - UnitPrice = input.ReadDouble(); - break; - } - case 41: { - OldUnitPrice = input.ReadDouble(); - break; - } - case 48: { - Quantity = input.ReadInt32(); - break; - } - case 58: { - PictureUrl = input.ReadString(); - break; - } - } - } - } - #endif - - } - - public sealed partial class OrderDraftDTO : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new OrderDraftDTO()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::GrpcOrdering.OrderingReflection.Descriptor.MessageTypes[2]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OrderDraftDTO() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OrderDraftDTO(OrderDraftDTO other) : this() { - total_ = other.total_; - orderItems_ = other.orderItems_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OrderDraftDTO Clone() { - return new OrderDraftDTO(this); - } - - /// Field number for the "total" field. - public const int TotalFieldNumber = 1; - private double total_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public double Total { - get { return total_; } - set { - total_ = value; - } - } - - /// Field number for the "orderItems" field. - public const int OrderItemsFieldNumber = 2; - private static readonly pb::FieldCodec _repeated_orderItems_codec - = pb::FieldCodec.ForMessage(18, global::GrpcOrdering.OrderItemDTO.Parser); - private readonly pbc::RepeatedField orderItems_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField OrderItems { - get { return orderItems_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as OrderDraftDTO); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(OrderDraftDTO other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(Total, other.Total)) return false; - if(!orderItems_.Equals(other.orderItems_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Total != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(Total); - hash ^= orderItems_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Total != 0D) { - output.WriteRawTag(9); - output.WriteDouble(Total); - } - orderItems_.WriteTo(output, _repeated_orderItems_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Total != 0D) { - output.WriteRawTag(9); - output.WriteDouble(Total); - } - orderItems_.WriteTo(ref output, _repeated_orderItems_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Total != 0D) { - size += 1 + 8; - } - size += orderItems_.CalculateSize(_repeated_orderItems_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(OrderDraftDTO other) { - if (other == null) { - return; - } - if (other.Total != 0D) { - Total = other.Total; - } - orderItems_.Add(other.orderItems_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 9: { - Total = input.ReadDouble(); - break; - } - case 18: { - orderItems_.AddEntriesFrom(input, _repeated_orderItems_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 9: { - Total = input.ReadDouble(); - break; - } - case 18: { - orderItems_.AddEntriesFrom(ref input, _repeated_orderItems_codec); - break; - } - } - } - } - #endif - - } - - public sealed partial class OrderItemDTO : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new OrderItemDTO()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::GrpcOrdering.OrderingReflection.Descriptor.MessageTypes[3]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OrderItemDTO() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OrderItemDTO(OrderItemDTO other) : this() { - productId_ = other.productId_; - productName_ = other.productName_; - unitPrice_ = other.unitPrice_; - discount_ = other.discount_; - units_ = other.units_; - pictureUrl_ = other.pictureUrl_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OrderItemDTO Clone() { - return new OrderItemDTO(this); - } - - /// Field number for the "productId" field. - public const int ProductIdFieldNumber = 1; - private int productId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int ProductId { - get { return productId_; } - set { - productId_ = value; - } - } - - /// Field number for the "productName" field. - public const int ProductNameFieldNumber = 2; - private string productName_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string ProductName { - get { return productName_; } - set { - productName_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "unitPrice" field. - public const int UnitPriceFieldNumber = 3; - private double unitPrice_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public double UnitPrice { - get { return unitPrice_; } - set { - unitPrice_ = value; - } - } - - /// Field number for the "discount" field. - public const int DiscountFieldNumber = 4; - private double discount_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public double Discount { - get { return discount_; } - set { - discount_ = value; - } - } - - /// Field number for the "units" field. - public const int UnitsFieldNumber = 5; - private int units_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int Units { - get { return units_; } - set { - units_ = value; - } - } - - /// Field number for the "pictureUrl" field. - public const int PictureUrlFieldNumber = 6; - private string pictureUrl_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string PictureUrl { - get { return pictureUrl_; } - set { - pictureUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as OrderItemDTO); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(OrderItemDTO other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (ProductId != other.ProductId) return false; - if (ProductName != other.ProductName) return false; - if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(UnitPrice, other.UnitPrice)) return false; - if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(Discount, other.Discount)) return false; - if (Units != other.Units) return false; - if (PictureUrl != other.PictureUrl) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (ProductId != 0) hash ^= ProductId.GetHashCode(); - if (ProductName.Length != 0) hash ^= ProductName.GetHashCode(); - if (UnitPrice != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(UnitPrice); - if (Discount != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(Discount); - if (Units != 0) hash ^= Units.GetHashCode(); - if (PictureUrl.Length != 0) hash ^= PictureUrl.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (ProductId != 0) { - output.WriteRawTag(8); - output.WriteInt32(ProductId); - } - if (ProductName.Length != 0) { - output.WriteRawTag(18); - output.WriteString(ProductName); - } - if (UnitPrice != 0D) { - output.WriteRawTag(25); - output.WriteDouble(UnitPrice); - } - if (Discount != 0D) { - output.WriteRawTag(33); - output.WriteDouble(Discount); - } - if (Units != 0) { - output.WriteRawTag(40); - output.WriteInt32(Units); - } - if (PictureUrl.Length != 0) { - output.WriteRawTag(50); - output.WriteString(PictureUrl); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (ProductId != 0) { - output.WriteRawTag(8); - output.WriteInt32(ProductId); - } - if (ProductName.Length != 0) { - output.WriteRawTag(18); - output.WriteString(ProductName); - } - if (UnitPrice != 0D) { - output.WriteRawTag(25); - output.WriteDouble(UnitPrice); - } - if (Discount != 0D) { - output.WriteRawTag(33); - output.WriteDouble(Discount); - } - if (Units != 0) { - output.WriteRawTag(40); - output.WriteInt32(Units); - } - if (PictureUrl.Length != 0) { - output.WriteRawTag(50); - output.WriteString(PictureUrl); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (ProductId != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(ProductId); - } - if (ProductName.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(ProductName); - } - if (UnitPrice != 0D) { - size += 1 + 8; - } - if (Discount != 0D) { - size += 1 + 8; - } - if (Units != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Units); - } - if (PictureUrl.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(PictureUrl); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(OrderItemDTO other) { - if (other == null) { - return; - } - if (other.ProductId != 0) { - ProductId = other.ProductId; - } - if (other.ProductName.Length != 0) { - ProductName = other.ProductName; - } - if (other.UnitPrice != 0D) { - UnitPrice = other.UnitPrice; - } - if (other.Discount != 0D) { - Discount = other.Discount; - } - if (other.Units != 0) { - Units = other.Units; - } - if (other.PictureUrl.Length != 0) { - PictureUrl = other.PictureUrl; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - ProductId = input.ReadInt32(); - break; - } - case 18: { - ProductName = input.ReadString(); - break; - } - case 25: { - UnitPrice = input.ReadDouble(); - break; - } - case 33: { - Discount = input.ReadDouble(); - break; - } - case 40: { - Units = input.ReadInt32(); - break; - } - case 50: { - PictureUrl = input.ReadString(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - ProductId = input.ReadInt32(); - break; - } - case 18: { - ProductName = input.ReadString(); - break; - } - case 25: { - UnitPrice = input.ReadDouble(); - break; - } - case 33: { - Discount = input.ReadDouble(); - break; - } - case 40: { - Units = input.ReadInt32(); - break; - } - case 50: { - PictureUrl = input.ReadString(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net6.0/Proto/OrderingGrpc.cs b/src/Services/Ordering/Ordering.API/obj/Debug/net6.0/Proto/OrderingGrpc.cs deleted file mode 100644 index 91c0e10b..00000000 --- a/src/Services/Ordering/Ordering.API/obj/Debug/net6.0/Proto/OrderingGrpc.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: Proto/ordering.proto -// -#pragma warning disable 0414, 1591 -#region Designer generated code - -using grpc = global::Grpc.Core; - -namespace GrpcOrdering { - public static partial class OrderingGrpc - { - static readonly string __ServiceName = "OrderingApi.OrderingGrpc"; - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static void __Helper_SerializeMessage(global::Google.Protobuf.IMessage message, grpc::SerializationContext context) - { - #if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION - if (message is global::Google.Protobuf.IBufferMessage) - { - context.SetPayloadLength(message.CalculateSize()); - global::Google.Protobuf.MessageExtensions.WriteTo(message, context.GetBufferWriter()); - context.Complete(); - return; - } - #endif - context.Complete(global::Google.Protobuf.MessageExtensions.ToByteArray(message)); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static class __Helper_MessageCache - { - public static readonly bool IsBufferMessage = global::System.Reflection.IntrospectionExtensions.GetTypeInfo(typeof(global::Google.Protobuf.IBufferMessage)).IsAssignableFrom(typeof(T)); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static T __Helper_DeserializeMessage(grpc::DeserializationContext context, global::Google.Protobuf.MessageParser parser) where T : global::Google.Protobuf.IMessage - { - #if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION - if (__Helper_MessageCache.IsBufferMessage) - { - return parser.ParseFrom(context.PayloadAsReadOnlySequence()); - } - #endif - return parser.ParseFrom(context.PayloadAsNewBuffer()); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Marshaller __Marshaller_OrderingApi_CreateOrderDraftCommand = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::GrpcOrdering.CreateOrderDraftCommand.Parser)); - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Marshaller __Marshaller_OrderingApi_OrderDraftDTO = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::GrpcOrdering.OrderDraftDTO.Parser)); - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Method __Method_CreateOrderDraftFromBasketData = new grpc::Method( - grpc::MethodType.Unary, - __ServiceName, - "CreateOrderDraftFromBasketData", - __Marshaller_OrderingApi_CreateOrderDraftCommand, - __Marshaller_OrderingApi_OrderDraftDTO); - - /// Service descriptor - public static global::Google.Protobuf.Reflection.ServiceDescriptor Descriptor - { - get { return global::GrpcOrdering.OrderingReflection.Descriptor.Services[0]; } - } - - /// Base class for server-side implementations of OrderingGrpc - [grpc::BindServiceMethod(typeof(OrderingGrpc), "BindService")] - public abstract partial class OrderingGrpcBase - { - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual global::System.Threading.Tasks.Task CreateOrderDraftFromBasketData(global::GrpcOrdering.CreateOrderDraftCommand request, grpc::ServerCallContext context) - { - throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); - } - - } - - /// Creates service definition that can be registered with a server - /// An object implementing the server-side handling logic. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public static grpc::ServerServiceDefinition BindService(OrderingGrpcBase serviceImpl) - { - return grpc::ServerServiceDefinition.CreateBuilder() - .AddMethod(__Method_CreateOrderDraftFromBasketData, serviceImpl.CreateOrderDraftFromBasketData).Build(); - } - - /// Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. - /// Note: this method is part of an experimental API that can change or be removed without any prior notice. - /// Service methods will be bound by calling AddMethod on this object. - /// An object implementing the server-side handling logic. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public static void BindService(grpc::ServiceBinderBase serviceBinder, OrderingGrpcBase serviceImpl) - { - serviceBinder.AddMethod(__Method_CreateOrderDraftFromBasketData, serviceImpl == null ? null : new grpc::UnaryServerMethod(serviceImpl.CreateOrderDraftFromBasketData)); - } - - } -} -#endregion diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/src/Services/Ordering/Ordering.API/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs deleted file mode 100644 index af943994..00000000 --- a/src/Services/Ordering/Ordering.API/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = "")] diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net8.0/24131f3e1ac0aa6b_ordering.protodep b/src/Services/Ordering/Ordering.API/obj/Debug/net8.0/24131f3e1ac0aa6b_ordering.protodep deleted file mode 100644 index 54184c39..00000000 --- a/src/Services/Ordering/Ordering.API/obj/Debug/net8.0/24131f3e1ac0aa6b_ordering.protodep +++ /dev/null @@ -1,2 +0,0 @@ -obj/Debug/net8.0/Proto/Ordering.cs \ -obj/Debug/net8.0/Proto/OrderingGrpc.cs: Proto/ordering.proto \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net8.0/Ordering.API.AssemblyInfo.cs b/src/Services/Ordering/Ordering.API/obj/Debug/net8.0/Ordering.API.AssemblyInfo.cs deleted file mode 100644 index a6a39cdf..00000000 --- a/src/Services/Ordering/Ordering.API/obj/Debug/net8.0/Ordering.API.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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: Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute("aspnet-Ordering.API-20161122013547")] -[assembly: System.Reflection.AssemblyCompanyAttribute("Ordering.API")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0a77675f714bea9dc0df9dd0f5780d113235d59c")] -[assembly: System.Reflection.AssemblyProductAttribute("Ordering.API")] -[assembly: System.Reflection.AssemblyTitleAttribute("Ordering.API")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net8.0/Ordering.API.AssemblyInfoInputs.cache b/src/Services/Ordering/Ordering.API/obj/Debug/net8.0/Ordering.API.AssemblyInfoInputs.cache deleted file mode 100644 index 560c9401..00000000 --- a/src/Services/Ordering/Ordering.API/obj/Debug/net8.0/Ordering.API.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -56c079ca42706f29ab3ced49d7b91f7a630da588461eeaad6126dee834927d7d diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net8.0/Ordering.API.GeneratedMSBuildEditorConfig.editorconfig b/src/Services/Ordering/Ordering.API/obj/Debug/net8.0/Ordering.API.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 6bd6cc59..00000000 --- a/src/Services/Ordering/Ordering.API/obj/Debug/net8.0/Ordering.API.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,19 +0,0 @@ -is_global = true -build_property.TargetFramework = net8.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = true -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = Ordering.API -build_property.RootNamespace = Ordering.API -build_property.ProjectDir = C:\Users\natyo\mslearn-microservices-devops-aspnet-core\src\Services\Ordering\Ordering.API\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.RazorLangVersion = 8.0 -build_property.SupportLocalizedComponentNames = -build_property.GenerateRazorMetadataSourceChecksumAttributes = -build_property.MSBuildProjectDirectory = C:\Users\natyo\mslearn-microservices-devops-aspnet-core\src\Services\Ordering\Ordering.API -build_property._RazorSourceGeneratorDebug = diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net8.0/Ordering.API.assets.cache b/src/Services/Ordering/Ordering.API/obj/Debug/net8.0/Ordering.API.assets.cache deleted file mode 100644 index 69c9bf3f..00000000 Binary files a/src/Services/Ordering/Ordering.API/obj/Debug/net8.0/Ordering.API.assets.cache and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net8.0/Ordering.API.csproj.AssemblyReference.cache b/src/Services/Ordering/Ordering.API/obj/Debug/net8.0/Ordering.API.csproj.AssemblyReference.cache deleted file mode 100644 index ce7d94d3..00000000 Binary files a/src/Services/Ordering/Ordering.API/obj/Debug/net8.0/Ordering.API.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net8.0/Proto/Ordering.cs b/src/Services/Ordering/Ordering.API/obj/Debug/net8.0/Proto/Ordering.cs deleted file mode 100644 index 1dd99e3d..00000000 --- a/src/Services/Ordering/Ordering.API/obj/Debug/net8.0/Proto/Ordering.cs +++ /dev/null @@ -1,1277 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: Proto/ordering.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace GrpcOrdering { - - /// Holder for reflection information generated from Proto/ordering.proto - public static partial class OrderingReflection { - - #region Descriptor - /// File descriptor for Proto/ordering.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static OrderingReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChRQcm90by9vcmRlcmluZy5wcm90bxILT3JkZXJpbmdBcGkiUgoXQ3JlYXRl", - "T3JkZXJEcmFmdENvbW1hbmQSDwoHYnV5ZXJJZBgBIAEoCRImCgVpdGVtcxgC", - "IAMoCzIXLk9yZGVyaW5nQXBpLkJhc2tldEl0ZW0ijwEKCkJhc2tldEl0ZW0S", - "CgoCaWQYASABKAkSEQoJcHJvZHVjdElkGAIgASgFEhMKC3Byb2R1Y3ROYW1l", - "GAMgASgJEhEKCXVuaXRQcmljZRgEIAEoARIUCgxvbGRVbml0UHJpY2UYBSAB", - "KAESEAoIcXVhbnRpdHkYBiABKAUSEgoKcGljdHVyZVVybBgHIAEoCSJNCg1P", - "cmRlckRyYWZ0RFRPEg0KBXRvdGFsGAEgASgBEi0KCm9yZGVySXRlbXMYAiAD", - "KAsyGS5PcmRlcmluZ0FwaS5PcmRlckl0ZW1EVE8ifgoMT3JkZXJJdGVtRFRP", - "EhEKCXByb2R1Y3RJZBgBIAEoBRITCgtwcm9kdWN0TmFtZRgCIAEoCRIRCgl1", - "bml0UHJpY2UYAyABKAESEAoIZGlzY291bnQYBCABKAESDQoFdW5pdHMYBSAB", - "KAUSEgoKcGljdHVyZVVybBgGIAEoCTJ0CgxPcmRlcmluZ0dycGMSZAoeQ3Jl", - "YXRlT3JkZXJEcmFmdEZyb21CYXNrZXREYXRhEiQuT3JkZXJpbmdBcGkuQ3Jl", - "YXRlT3JkZXJEcmFmdENvbW1hbmQaGi5PcmRlcmluZ0FwaS5PcmRlckRyYWZ0", - "RFRPIgBCD6oCDEdycGNPcmRlcmluZ2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::GrpcOrdering.CreateOrderDraftCommand), global::GrpcOrdering.CreateOrderDraftCommand.Parser, new[]{ "BuyerId", "Items" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::GrpcOrdering.BasketItem), global::GrpcOrdering.BasketItem.Parser, new[]{ "Id", "ProductId", "ProductName", "UnitPrice", "OldUnitPrice", "Quantity", "PictureUrl" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::GrpcOrdering.OrderDraftDTO), global::GrpcOrdering.OrderDraftDTO.Parser, new[]{ "Total", "OrderItems" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::GrpcOrdering.OrderItemDTO), global::GrpcOrdering.OrderItemDTO.Parser, new[]{ "ProductId", "ProductName", "UnitPrice", "Discount", "Units", "PictureUrl" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class CreateOrderDraftCommand : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CreateOrderDraftCommand()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::GrpcOrdering.OrderingReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CreateOrderDraftCommand() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CreateOrderDraftCommand(CreateOrderDraftCommand other) : this() { - buyerId_ = other.buyerId_; - items_ = other.items_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CreateOrderDraftCommand Clone() { - return new CreateOrderDraftCommand(this); - } - - /// Field number for the "buyerId" field. - public const int BuyerIdFieldNumber = 1; - private string buyerId_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string BuyerId { - get { return buyerId_; } - set { - buyerId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "items" field. - public const int ItemsFieldNumber = 2; - private static readonly pb::FieldCodec _repeated_items_codec - = pb::FieldCodec.ForMessage(18, global::GrpcOrdering.BasketItem.Parser); - private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField Items { - get { return items_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as CreateOrderDraftCommand); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(CreateOrderDraftCommand other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (BuyerId != other.BuyerId) return false; - if(!items_.Equals(other.items_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (BuyerId.Length != 0) hash ^= BuyerId.GetHashCode(); - hash ^= items_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (BuyerId.Length != 0) { - output.WriteRawTag(10); - output.WriteString(BuyerId); - } - items_.WriteTo(output, _repeated_items_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (BuyerId.Length != 0) { - output.WriteRawTag(10); - output.WriteString(BuyerId); - } - items_.WriteTo(ref output, _repeated_items_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (BuyerId.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(BuyerId); - } - size += items_.CalculateSize(_repeated_items_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(CreateOrderDraftCommand other) { - if (other == null) { - return; - } - if (other.BuyerId.Length != 0) { - BuyerId = other.BuyerId; - } - items_.Add(other.items_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - BuyerId = input.ReadString(); - break; - } - case 18: { - items_.AddEntriesFrom(input, _repeated_items_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 10: { - BuyerId = input.ReadString(); - break; - } - case 18: { - items_.AddEntriesFrom(ref input, _repeated_items_codec); - break; - } - } - } - } - #endif - - } - - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class BasketItem : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BasketItem()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::GrpcOrdering.OrderingReflection.Descriptor.MessageTypes[1]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BasketItem() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BasketItem(BasketItem other) : this() { - id_ = other.id_; - productId_ = other.productId_; - productName_ = other.productName_; - unitPrice_ = other.unitPrice_; - oldUnitPrice_ = other.oldUnitPrice_; - quantity_ = other.quantity_; - pictureUrl_ = other.pictureUrl_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BasketItem Clone() { - return new BasketItem(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private string id_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Id { - get { return id_; } - set { - id_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "productId" field. - public const int ProductIdFieldNumber = 2; - private int productId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int ProductId { - get { return productId_; } - set { - productId_ = value; - } - } - - /// Field number for the "productName" field. - public const int ProductNameFieldNumber = 3; - private string productName_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string ProductName { - get { return productName_; } - set { - productName_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "unitPrice" field. - public const int UnitPriceFieldNumber = 4; - private double unitPrice_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public double UnitPrice { - get { return unitPrice_; } - set { - unitPrice_ = value; - } - } - - /// Field number for the "oldUnitPrice" field. - public const int OldUnitPriceFieldNumber = 5; - private double oldUnitPrice_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public double OldUnitPrice { - get { return oldUnitPrice_; } - set { - oldUnitPrice_ = value; - } - } - - /// Field number for the "quantity" field. - public const int QuantityFieldNumber = 6; - private int quantity_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int Quantity { - get { return quantity_; } - set { - quantity_ = value; - } - } - - /// Field number for the "pictureUrl" field. - public const int PictureUrlFieldNumber = 7; - private string pictureUrl_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string PictureUrl { - get { return pictureUrl_; } - set { - pictureUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as BasketItem); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(BasketItem other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - if (ProductId != other.ProductId) return false; - if (ProductName != other.ProductName) return false; - if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(UnitPrice, other.UnitPrice)) return false; - if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(OldUnitPrice, other.OldUnitPrice)) return false; - if (Quantity != other.Quantity) return false; - if (PictureUrl != other.PictureUrl) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Id.Length != 0) hash ^= Id.GetHashCode(); - if (ProductId != 0) hash ^= ProductId.GetHashCode(); - if (ProductName.Length != 0) hash ^= ProductName.GetHashCode(); - if (UnitPrice != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(UnitPrice); - if (OldUnitPrice != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(OldUnitPrice); - if (Quantity != 0) hash ^= Quantity.GetHashCode(); - if (PictureUrl.Length != 0) hash ^= PictureUrl.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Id.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Id); - } - if (ProductId != 0) { - output.WriteRawTag(16); - output.WriteInt32(ProductId); - } - if (ProductName.Length != 0) { - output.WriteRawTag(26); - output.WriteString(ProductName); - } - if (UnitPrice != 0D) { - output.WriteRawTag(33); - output.WriteDouble(UnitPrice); - } - if (OldUnitPrice != 0D) { - output.WriteRawTag(41); - output.WriteDouble(OldUnitPrice); - } - if (Quantity != 0) { - output.WriteRawTag(48); - output.WriteInt32(Quantity); - } - if (PictureUrl.Length != 0) { - output.WriteRawTag(58); - output.WriteString(PictureUrl); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Id.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Id); - } - if (ProductId != 0) { - output.WriteRawTag(16); - output.WriteInt32(ProductId); - } - if (ProductName.Length != 0) { - output.WriteRawTag(26); - output.WriteString(ProductName); - } - if (UnitPrice != 0D) { - output.WriteRawTag(33); - output.WriteDouble(UnitPrice); - } - if (OldUnitPrice != 0D) { - output.WriteRawTag(41); - output.WriteDouble(OldUnitPrice); - } - if (Quantity != 0) { - output.WriteRawTag(48); - output.WriteInt32(Quantity); - } - if (PictureUrl.Length != 0) { - output.WriteRawTag(58); - output.WriteString(PictureUrl); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Id.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Id); - } - if (ProductId != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(ProductId); - } - if (ProductName.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(ProductName); - } - if (UnitPrice != 0D) { - size += 1 + 8; - } - if (OldUnitPrice != 0D) { - size += 1 + 8; - } - if (Quantity != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Quantity); - } - if (PictureUrl.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(PictureUrl); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(BasketItem other) { - if (other == null) { - return; - } - if (other.Id.Length != 0) { - Id = other.Id; - } - if (other.ProductId != 0) { - ProductId = other.ProductId; - } - if (other.ProductName.Length != 0) { - ProductName = other.ProductName; - } - if (other.UnitPrice != 0D) { - UnitPrice = other.UnitPrice; - } - if (other.OldUnitPrice != 0D) { - OldUnitPrice = other.OldUnitPrice; - } - if (other.Quantity != 0) { - Quantity = other.Quantity; - } - if (other.PictureUrl.Length != 0) { - PictureUrl = other.PictureUrl; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - Id = input.ReadString(); - break; - } - case 16: { - ProductId = input.ReadInt32(); - break; - } - case 26: { - ProductName = input.ReadString(); - break; - } - case 33: { - UnitPrice = input.ReadDouble(); - break; - } - case 41: { - OldUnitPrice = input.ReadDouble(); - break; - } - case 48: { - Quantity = input.ReadInt32(); - break; - } - case 58: { - PictureUrl = input.ReadString(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 10: { - Id = input.ReadString(); - break; - } - case 16: { - ProductId = input.ReadInt32(); - break; - } - case 26: { - ProductName = input.ReadString(); - break; - } - case 33: { - UnitPrice = input.ReadDouble(); - break; - } - case 41: { - OldUnitPrice = input.ReadDouble(); - break; - } - case 48: { - Quantity = input.ReadInt32(); - break; - } - case 58: { - PictureUrl = input.ReadString(); - break; - } - } - } - } - #endif - - } - - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class OrderDraftDTO : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new OrderDraftDTO()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::GrpcOrdering.OrderingReflection.Descriptor.MessageTypes[2]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OrderDraftDTO() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OrderDraftDTO(OrderDraftDTO other) : this() { - total_ = other.total_; - orderItems_ = other.orderItems_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OrderDraftDTO Clone() { - return new OrderDraftDTO(this); - } - - /// Field number for the "total" field. - public const int TotalFieldNumber = 1; - private double total_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public double Total { - get { return total_; } - set { - total_ = value; - } - } - - /// Field number for the "orderItems" field. - public const int OrderItemsFieldNumber = 2; - private static readonly pb::FieldCodec _repeated_orderItems_codec - = pb::FieldCodec.ForMessage(18, global::GrpcOrdering.OrderItemDTO.Parser); - private readonly pbc::RepeatedField orderItems_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField OrderItems { - get { return orderItems_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as OrderDraftDTO); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(OrderDraftDTO other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(Total, other.Total)) return false; - if(!orderItems_.Equals(other.orderItems_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Total != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(Total); - hash ^= orderItems_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Total != 0D) { - output.WriteRawTag(9); - output.WriteDouble(Total); - } - orderItems_.WriteTo(output, _repeated_orderItems_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Total != 0D) { - output.WriteRawTag(9); - output.WriteDouble(Total); - } - orderItems_.WriteTo(ref output, _repeated_orderItems_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Total != 0D) { - size += 1 + 8; - } - size += orderItems_.CalculateSize(_repeated_orderItems_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(OrderDraftDTO other) { - if (other == null) { - return; - } - if (other.Total != 0D) { - Total = other.Total; - } - orderItems_.Add(other.orderItems_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 9: { - Total = input.ReadDouble(); - break; - } - case 18: { - orderItems_.AddEntriesFrom(input, _repeated_orderItems_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 9: { - Total = input.ReadDouble(); - break; - } - case 18: { - orderItems_.AddEntriesFrom(ref input, _repeated_orderItems_codec); - break; - } - } - } - } - #endif - - } - - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class OrderItemDTO : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new OrderItemDTO()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::GrpcOrdering.OrderingReflection.Descriptor.MessageTypes[3]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OrderItemDTO() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OrderItemDTO(OrderItemDTO other) : this() { - productId_ = other.productId_; - productName_ = other.productName_; - unitPrice_ = other.unitPrice_; - discount_ = other.discount_; - units_ = other.units_; - pictureUrl_ = other.pictureUrl_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OrderItemDTO Clone() { - return new OrderItemDTO(this); - } - - /// Field number for the "productId" field. - public const int ProductIdFieldNumber = 1; - private int productId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int ProductId { - get { return productId_; } - set { - productId_ = value; - } - } - - /// Field number for the "productName" field. - public const int ProductNameFieldNumber = 2; - private string productName_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string ProductName { - get { return productName_; } - set { - productName_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "unitPrice" field. - public const int UnitPriceFieldNumber = 3; - private double unitPrice_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public double UnitPrice { - get { return unitPrice_; } - set { - unitPrice_ = value; - } - } - - /// Field number for the "discount" field. - public const int DiscountFieldNumber = 4; - private double discount_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public double Discount { - get { return discount_; } - set { - discount_ = value; - } - } - - /// Field number for the "units" field. - public const int UnitsFieldNumber = 5; - private int units_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int Units { - get { return units_; } - set { - units_ = value; - } - } - - /// Field number for the "pictureUrl" field. - public const int PictureUrlFieldNumber = 6; - private string pictureUrl_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string PictureUrl { - get { return pictureUrl_; } - set { - pictureUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as OrderItemDTO); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(OrderItemDTO other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (ProductId != other.ProductId) return false; - if (ProductName != other.ProductName) return false; - if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(UnitPrice, other.UnitPrice)) return false; - if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(Discount, other.Discount)) return false; - if (Units != other.Units) return false; - if (PictureUrl != other.PictureUrl) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (ProductId != 0) hash ^= ProductId.GetHashCode(); - if (ProductName.Length != 0) hash ^= ProductName.GetHashCode(); - if (UnitPrice != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(UnitPrice); - if (Discount != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(Discount); - if (Units != 0) hash ^= Units.GetHashCode(); - if (PictureUrl.Length != 0) hash ^= PictureUrl.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (ProductId != 0) { - output.WriteRawTag(8); - output.WriteInt32(ProductId); - } - if (ProductName.Length != 0) { - output.WriteRawTag(18); - output.WriteString(ProductName); - } - if (UnitPrice != 0D) { - output.WriteRawTag(25); - output.WriteDouble(UnitPrice); - } - if (Discount != 0D) { - output.WriteRawTag(33); - output.WriteDouble(Discount); - } - if (Units != 0) { - output.WriteRawTag(40); - output.WriteInt32(Units); - } - if (PictureUrl.Length != 0) { - output.WriteRawTag(50); - output.WriteString(PictureUrl); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (ProductId != 0) { - output.WriteRawTag(8); - output.WriteInt32(ProductId); - } - if (ProductName.Length != 0) { - output.WriteRawTag(18); - output.WriteString(ProductName); - } - if (UnitPrice != 0D) { - output.WriteRawTag(25); - output.WriteDouble(UnitPrice); - } - if (Discount != 0D) { - output.WriteRawTag(33); - output.WriteDouble(Discount); - } - if (Units != 0) { - output.WriteRawTag(40); - output.WriteInt32(Units); - } - if (PictureUrl.Length != 0) { - output.WriteRawTag(50); - output.WriteString(PictureUrl); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (ProductId != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(ProductId); - } - if (ProductName.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(ProductName); - } - if (UnitPrice != 0D) { - size += 1 + 8; - } - if (Discount != 0D) { - size += 1 + 8; - } - if (Units != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Units); - } - if (PictureUrl.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(PictureUrl); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(OrderItemDTO other) { - if (other == null) { - return; - } - if (other.ProductId != 0) { - ProductId = other.ProductId; - } - if (other.ProductName.Length != 0) { - ProductName = other.ProductName; - } - if (other.UnitPrice != 0D) { - UnitPrice = other.UnitPrice; - } - if (other.Discount != 0D) { - Discount = other.Discount; - } - if (other.Units != 0) { - Units = other.Units; - } - if (other.PictureUrl.Length != 0) { - PictureUrl = other.PictureUrl; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - ProductId = input.ReadInt32(); - break; - } - case 18: { - ProductName = input.ReadString(); - break; - } - case 25: { - UnitPrice = input.ReadDouble(); - break; - } - case 33: { - Discount = input.ReadDouble(); - break; - } - case 40: { - Units = input.ReadInt32(); - break; - } - case 50: { - PictureUrl = input.ReadString(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - ProductId = input.ReadInt32(); - break; - } - case 18: { - ProductName = input.ReadString(); - break; - } - case 25: { - UnitPrice = input.ReadDouble(); - break; - } - case 33: { - Discount = input.ReadDouble(); - break; - } - case 40: { - Units = input.ReadInt32(); - break; - } - case 50: { - PictureUrl = input.ReadString(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net8.0/Proto/OrderingGrpc.cs b/src/Services/Ordering/Ordering.API/obj/Debug/net8.0/Proto/OrderingGrpc.cs deleted file mode 100644 index 854202b2..00000000 --- a/src/Services/Ordering/Ordering.API/obj/Debug/net8.0/Proto/OrderingGrpc.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: Proto/ordering.proto -// -#pragma warning disable 0414, 1591, 8981, 0612 -#region Designer generated code - -using grpc = global::Grpc.Core; - -namespace GrpcOrdering { - public static partial class OrderingGrpc - { - static readonly string __ServiceName = "OrderingApi.OrderingGrpc"; - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static void __Helper_SerializeMessage(global::Google.Protobuf.IMessage message, grpc::SerializationContext context) - { - #if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION - if (message is global::Google.Protobuf.IBufferMessage) - { - context.SetPayloadLength(message.CalculateSize()); - global::Google.Protobuf.MessageExtensions.WriteTo(message, context.GetBufferWriter()); - context.Complete(); - return; - } - #endif - context.Complete(global::Google.Protobuf.MessageExtensions.ToByteArray(message)); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static class __Helper_MessageCache - { - public static readonly bool IsBufferMessage = global::System.Reflection.IntrospectionExtensions.GetTypeInfo(typeof(global::Google.Protobuf.IBufferMessage)).IsAssignableFrom(typeof(T)); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static T __Helper_DeserializeMessage(grpc::DeserializationContext context, global::Google.Protobuf.MessageParser parser) where T : global::Google.Protobuf.IMessage - { - #if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION - if (__Helper_MessageCache.IsBufferMessage) - { - return parser.ParseFrom(context.PayloadAsReadOnlySequence()); - } - #endif - return parser.ParseFrom(context.PayloadAsNewBuffer()); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Marshaller __Marshaller_OrderingApi_CreateOrderDraftCommand = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::GrpcOrdering.CreateOrderDraftCommand.Parser)); - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Marshaller __Marshaller_OrderingApi_OrderDraftDTO = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::GrpcOrdering.OrderDraftDTO.Parser)); - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Method __Method_CreateOrderDraftFromBasketData = new grpc::Method( - grpc::MethodType.Unary, - __ServiceName, - "CreateOrderDraftFromBasketData", - __Marshaller_OrderingApi_CreateOrderDraftCommand, - __Marshaller_OrderingApi_OrderDraftDTO); - - /// Service descriptor - public static global::Google.Protobuf.Reflection.ServiceDescriptor Descriptor - { - get { return global::GrpcOrdering.OrderingReflection.Descriptor.Services[0]; } - } - - /// Base class for server-side implementations of OrderingGrpc - [grpc::BindServiceMethod(typeof(OrderingGrpc), "BindService")] - public abstract partial class OrderingGrpcBase - { - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual global::System.Threading.Tasks.Task CreateOrderDraftFromBasketData(global::GrpcOrdering.CreateOrderDraftCommand request, grpc::ServerCallContext context) - { - throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); - } - - } - - /// Creates service definition that can be registered with a server - /// An object implementing the server-side handling logic. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public static grpc::ServerServiceDefinition BindService(OrderingGrpcBase serviceImpl) - { - return grpc::ServerServiceDefinition.CreateBuilder() - .AddMethod(__Method_CreateOrderDraftFromBasketData, serviceImpl.CreateOrderDraftFromBasketData).Build(); - } - - /// Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. - /// Note: this method is part of an experimental API that can change or be removed without any prior notice. - /// Service methods will be bound by calling AddMethod on this object. - /// An object implementing the server-side handling logic. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public static void BindService(grpc::ServiceBinderBase serviceBinder, OrderingGrpcBase serviceImpl) - { - serviceBinder.AddMethod(__Method_CreateOrderDraftFromBasketData, serviceImpl == null ? null : new grpc::UnaryServerMethod(serviceImpl.CreateOrderDraftFromBasketData)); - } - - } -} -#endregion diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net8.0/dfe805b7589f203f_ordering.protodep b/src/Services/Ordering/Ordering.API/obj/Debug/net8.0/dfe805b7589f203f_ordering.protodep deleted file mode 100644 index 43cb5908..00000000 --- a/src/Services/Ordering/Ordering.API/obj/Debug/net8.0/dfe805b7589f203f_ordering.protodep +++ /dev/null @@ -1,2 +0,0 @@ -obj\Debug\net8.0\Proto/Ordering.cs \ -obj\Debug\net8.0\Proto/OrderingGrpc.cs: Proto/ordering.proto \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs deleted file mode 100644 index feda5e9f..00000000 --- a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0")] diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/24131f3e1ac0aa6b_ordering.protodep b/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/24131f3e1ac0aa6b_ordering.protodep deleted file mode 100644 index 29901856..00000000 --- a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/24131f3e1ac0aa6b_ordering.protodep +++ /dev/null @@ -1,2 +0,0 @@ -obj/Debug/net9.0/Proto/Ordering.cs \ -obj/Debug/net9.0/Proto/OrderingGrpc.cs: Proto/ordering.proto \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Ordering.1CB89FA7.Up2Date b/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Ordering.1CB89FA7.Up2Date deleted file mode 100644 index e69de29b..00000000 diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Ordering.API.AssemblyInfo.cs b/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Ordering.API.AssemblyInfo.cs deleted file mode 100644 index deef76e2..00000000 --- a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Ordering.API.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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: Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute("aspnet-Ordering.API-20161122013547")] -[assembly: System.Reflection.AssemblyCompanyAttribute("Ordering.API")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+ac1eb1ea194ee72f31eded440b1a3c03c53c5657")] -[assembly: System.Reflection.AssemblyProductAttribute("Ordering.API")] -[assembly: System.Reflection.AssemblyTitleAttribute("Ordering.API")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Ordering.API.AssemblyInfoInputs.cache b/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Ordering.API.AssemblyInfoInputs.cache deleted file mode 100644 index fde46b29..00000000 --- a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Ordering.API.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -9aaccf019a74cf3f76b8f529b054a097a45a36e0a5aef57973f1d6b2b6ccb683 diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Ordering.API.GeneratedMSBuildEditorConfig.editorconfig b/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Ordering.API.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 082479c5..00000000 --- a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Ordering.API.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,31 +0,0 @@ -is_global = true -build_property.TargetFramework = net9.0 -build_property.TargetFramework = net9.0 -build_property.TargetPlatformMinVersion = -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = true -build_property.UsingMicrosoftNETSdkWeb = true -build_property.ProjectTypeGuids = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property.EnforceExtendedAnalyzerRules = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.TargetFrameworkIdentifier = .NETCoreApp -build_property.TargetFrameworkVersion = v9.0 -build_property.RootNamespace = Ordering.API -build_property.RootNamespace = Ordering.API -build_property.ProjectDir = /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.RazorLangVersion = 9.0 -build_property.SupportLocalizedComponentNames = -build_property.GenerateRazorMetadataSourceChecksumAttributes = -build_property.MSBuildProjectDirectory = /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API -build_property._RazorSourceGeneratorDebug = -build_property.EffectiveAnalysisLevelStyle = 9.0 -build_property.EnableCodeStyleSeverity = diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Ordering.API.MvcApplicationPartsAssemblyInfo.cache b/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Ordering.API.MvcApplicationPartsAssemblyInfo.cache deleted file mode 100644 index e69de29b..00000000 diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Ordering.API.MvcApplicationPartsAssemblyInfo.cs b/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Ordering.API.MvcApplicationPartsAssemblyInfo.cs deleted file mode 100644 index be4129ef..00000000 --- a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Ordering.API.MvcApplicationPartsAssemblyInfo.cs +++ /dev/null @@ -1,18 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("FluentValidation.AspNetCore")] -[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.Newtonsoft")] -[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Ordering.API.assets.cache b/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Ordering.API.assets.cache index cc0f1edc..ba3efde4 100644 Binary files a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Ordering.API.assets.cache and b/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Ordering.API.assets.cache differ diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Ordering.API.csproj.AssemblyReference.cache b/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Ordering.API.csproj.AssemblyReference.cache deleted file mode 100644 index 33961ad5..00000000 Binary files a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Ordering.API.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Ordering.API.csproj.CoreCompileInputs.cache b/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Ordering.API.csproj.CoreCompileInputs.cache deleted file mode 100644 index 06a946bf..00000000 --- a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Ordering.API.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -480b2aa75edb42ce2cbdfe54fe86ad7f33e9c8bc78c2af8b12711ffc193e058d diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Ordering.API.csproj.FileListAbsolute.txt b/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Ordering.API.csproj.FileListAbsolute.txt index 6fb5f20f..2170a69b 100644 --- a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Ordering.API.csproj.FileListAbsolute.txt +++ b/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Ordering.API.csproj.FileListAbsolute.txt @@ -18,9 +18,14 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Ordering.API.pdb /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/HealthChecks.AzureServiceBus.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/HealthChecks.Rabbitmq.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/HealthChecks.Redis.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/HealthChecks.SqlServer.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/HealthChecks.UI.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/HealthChecks.UI.Client.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/HealthChecks.UI.Core.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/HealthChecks.UI.Data.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/HealthChecks.UI.InMemory.Storage.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/HealthChecks.Uris.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Autofac.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Autofac.Extensions.DependencyInjection.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Azure.Core.dll @@ -34,15 +39,15 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Fractions.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Google.Protobuf.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Grpc.AspNetCore.Server.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Grpc.AspNetCore.Server.ClientFactory.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Grpc.Core.Api.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Grpc.Net.Client.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Grpc.Net.ClientFactory.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Grpc.Net.Common.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Humanizer.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/IdentityModel.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/IdentityModel.OidcClient.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/KubernetesClient.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/MediatR.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/MediatR.Contracts.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/MediatR.Extensions.Microsoft.DependencyInjection.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.AspNetCore.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.AI.DependencyCollector.dll @@ -52,6 +57,7 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.AI.WindowsServer.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.AI.ServerTelemetryChannel.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.AspNetCore.HealthChecks.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.AspNetCore.JsonPatch.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll @@ -73,14 +79,42 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Abstractions.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Design.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.InMemory.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Relational.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.SqlServer.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.Binder.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.Json.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.DependencyInjection.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.DiagnosticAdapter.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.Diagnostics.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.FileProviders.Physical.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.HealthChecks.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.Hosting.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.Abstractions.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.ApplicationInsights.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.Configuration.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.Console.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.Debug.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.EventLog.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.EventSource.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.Options.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Extensions.Primitives.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Identity.Client.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.Identity.Client.Extensions.Msal.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll @@ -98,9 +132,9 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Mono.TextTemplating.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Newtonsoft.Json.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Newtonsoft.Json.Bson.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Pipelines.Sockets.Unofficial.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Polly.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Polly.Core.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Prometheus.NetStandard.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/RabbitMQ.Client.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Serilog.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Serilog.AspNetCore.dll @@ -114,10 +148,12 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Serilog.Sinks.File.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Serilog.Sinks.Http.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Serilog.Sinks.Seq.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/StackExchange.Redis.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.Swagger.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.ClientModel.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.CodeDom.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.Composition.AttributedModel.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.Composition.Convention.dll @@ -126,6 +162,8 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.Composition.TypedParts.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.Configuration.ConfigurationManager.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.Data.SqlClient.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.Diagnostics.DiagnosticSource.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.Diagnostics.EventLog.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.Diagnostics.PerformanceCounter.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/System.Memory.Data.dll @@ -226,6 +264,8 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win-x86/native/sni.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/runtimes/win/lib/net8.0/System.Runtime.Caching.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/bin/Debug/net9.0/EventBus.dll diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Ordering.API.dll b/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Ordering.API.dll deleted file mode 100644 index 6d728656..00000000 Binary files a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Ordering.API.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Ordering.API.genruntimeconfig.cache b/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Ordering.API.genruntimeconfig.cache deleted file mode 100644 index 1a908cf1..00000000 --- a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Ordering.API.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -7c797f42a4a35395a4ec2168f2cdb0cd4a71a58532027bbc62ae0e4114c22b35 diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Ordering.API.pdb b/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Ordering.API.pdb deleted file mode 100644 index 3a3b2997..00000000 Binary files a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Ordering.API.pdb and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Ordering.API.sourcelink.json b/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Ordering.API.sourcelink.json deleted file mode 100644 index a2a1dc92..00000000 --- a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Ordering.API.sourcelink.json +++ /dev/null @@ -1 +0,0 @@ -{"documents":{"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/ac1eb1ea194ee72f31eded440b1a3c03c53c5657/*"}} \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Proto/Ordering.cs b/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Proto/Ordering.cs deleted file mode 100644 index e3ca66dd..00000000 --- a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Proto/Ordering.cs +++ /dev/null @@ -1,1309 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: Proto/ordering.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace GrpcOrdering { - - /// Holder for reflection information generated from Proto/ordering.proto - public static partial class OrderingReflection { - - #region Descriptor - /// File descriptor for Proto/ordering.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static OrderingReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChRQcm90by9vcmRlcmluZy5wcm90bxILT3JkZXJpbmdBcGkiUgoXQ3JlYXRl", - "T3JkZXJEcmFmdENvbW1hbmQSDwoHYnV5ZXJJZBgBIAEoCRImCgVpdGVtcxgC", - "IAMoCzIXLk9yZGVyaW5nQXBpLkJhc2tldEl0ZW0ijwEKCkJhc2tldEl0ZW0S", - "CgoCaWQYASABKAkSEQoJcHJvZHVjdElkGAIgASgFEhMKC3Byb2R1Y3ROYW1l", - "GAMgASgJEhEKCXVuaXRQcmljZRgEIAEoARIUCgxvbGRVbml0UHJpY2UYBSAB", - "KAESEAoIcXVhbnRpdHkYBiABKAUSEgoKcGljdHVyZVVybBgHIAEoCSJNCg1P", - "cmRlckRyYWZ0RFRPEg0KBXRvdGFsGAEgASgBEi0KCm9yZGVySXRlbXMYAiAD", - "KAsyGS5PcmRlcmluZ0FwaS5PcmRlckl0ZW1EVE8ifgoMT3JkZXJJdGVtRFRP", - "EhEKCXByb2R1Y3RJZBgBIAEoBRITCgtwcm9kdWN0TmFtZRgCIAEoCRIRCgl1", - "bml0UHJpY2UYAyABKAESEAoIZGlzY291bnQYBCABKAESDQoFdW5pdHMYBSAB", - "KAUSEgoKcGljdHVyZVVybBgGIAEoCTJ0CgxPcmRlcmluZ0dycGMSZAoeQ3Jl", - "YXRlT3JkZXJEcmFmdEZyb21CYXNrZXREYXRhEiQuT3JkZXJpbmdBcGkuQ3Jl", - "YXRlT3JkZXJEcmFmdENvbW1hbmQaGi5PcmRlcmluZ0FwaS5PcmRlckRyYWZ0", - "RFRPIgBCD6oCDEdycGNPcmRlcmluZ2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::GrpcOrdering.CreateOrderDraftCommand), global::GrpcOrdering.CreateOrderDraftCommand.Parser, new[]{ "BuyerId", "Items" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::GrpcOrdering.BasketItem), global::GrpcOrdering.BasketItem.Parser, new[]{ "Id", "ProductId", "ProductName", "UnitPrice", "OldUnitPrice", "Quantity", "PictureUrl" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::GrpcOrdering.OrderDraftDTO), global::GrpcOrdering.OrderDraftDTO.Parser, new[]{ "Total", "OrderItems" }, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::GrpcOrdering.OrderItemDTO), global::GrpcOrdering.OrderItemDTO.Parser, new[]{ "ProductId", "ProductName", "UnitPrice", "Discount", "Units", "PictureUrl" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class CreateOrderDraftCommand : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CreateOrderDraftCommand()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::GrpcOrdering.OrderingReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CreateOrderDraftCommand() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CreateOrderDraftCommand(CreateOrderDraftCommand other) : this() { - buyerId_ = other.buyerId_; - items_ = other.items_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CreateOrderDraftCommand Clone() { - return new CreateOrderDraftCommand(this); - } - - /// Field number for the "buyerId" field. - public const int BuyerIdFieldNumber = 1; - private string buyerId_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string BuyerId { - get { return buyerId_; } - set { - buyerId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "items" field. - public const int ItemsFieldNumber = 2; - private static readonly pb::FieldCodec _repeated_items_codec - = pb::FieldCodec.ForMessage(18, global::GrpcOrdering.BasketItem.Parser); - private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField Items { - get { return items_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as CreateOrderDraftCommand); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(CreateOrderDraftCommand other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (BuyerId != other.BuyerId) return false; - if(!items_.Equals(other.items_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (BuyerId.Length != 0) hash ^= BuyerId.GetHashCode(); - hash ^= items_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (BuyerId.Length != 0) { - output.WriteRawTag(10); - output.WriteString(BuyerId); - } - items_.WriteTo(output, _repeated_items_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (BuyerId.Length != 0) { - output.WriteRawTag(10); - output.WriteString(BuyerId); - } - items_.WriteTo(ref output, _repeated_items_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (BuyerId.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(BuyerId); - } - size += items_.CalculateSize(_repeated_items_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(CreateOrderDraftCommand other) { - if (other == null) { - return; - } - if (other.BuyerId.Length != 0) { - BuyerId = other.BuyerId; - } - items_.Add(other.items_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - if ((tag & 7) == 4) { - // Abort on any end group tag. - return; - } - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - BuyerId = input.ReadString(); - break; - } - case 18: { - items_.AddEntriesFrom(input, _repeated_items_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - if ((tag & 7) == 4) { - // Abort on any end group tag. - return; - } - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 10: { - BuyerId = input.ReadString(); - break; - } - case 18: { - items_.AddEntriesFrom(ref input, _repeated_items_codec); - break; - } - } - } - } - #endif - - } - - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class BasketItem : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BasketItem()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::GrpcOrdering.OrderingReflection.Descriptor.MessageTypes[1]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BasketItem() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BasketItem(BasketItem other) : this() { - id_ = other.id_; - productId_ = other.productId_; - productName_ = other.productName_; - unitPrice_ = other.unitPrice_; - oldUnitPrice_ = other.oldUnitPrice_; - quantity_ = other.quantity_; - pictureUrl_ = other.pictureUrl_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BasketItem Clone() { - return new BasketItem(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private string id_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Id { - get { return id_; } - set { - id_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "productId" field. - public const int ProductIdFieldNumber = 2; - private int productId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int ProductId { - get { return productId_; } - set { - productId_ = value; - } - } - - /// Field number for the "productName" field. - public const int ProductNameFieldNumber = 3; - private string productName_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string ProductName { - get { return productName_; } - set { - productName_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "unitPrice" field. - public const int UnitPriceFieldNumber = 4; - private double unitPrice_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public double UnitPrice { - get { return unitPrice_; } - set { - unitPrice_ = value; - } - } - - /// Field number for the "oldUnitPrice" field. - public const int OldUnitPriceFieldNumber = 5; - private double oldUnitPrice_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public double OldUnitPrice { - get { return oldUnitPrice_; } - set { - oldUnitPrice_ = value; - } - } - - /// Field number for the "quantity" field. - public const int QuantityFieldNumber = 6; - private int quantity_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int Quantity { - get { return quantity_; } - set { - quantity_ = value; - } - } - - /// Field number for the "pictureUrl" field. - public const int PictureUrlFieldNumber = 7; - private string pictureUrl_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string PictureUrl { - get { return pictureUrl_; } - set { - pictureUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as BasketItem); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(BasketItem other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - if (ProductId != other.ProductId) return false; - if (ProductName != other.ProductName) return false; - if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(UnitPrice, other.UnitPrice)) return false; - if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(OldUnitPrice, other.OldUnitPrice)) return false; - if (Quantity != other.Quantity) return false; - if (PictureUrl != other.PictureUrl) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Id.Length != 0) hash ^= Id.GetHashCode(); - if (ProductId != 0) hash ^= ProductId.GetHashCode(); - if (ProductName.Length != 0) hash ^= ProductName.GetHashCode(); - if (UnitPrice != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(UnitPrice); - if (OldUnitPrice != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(OldUnitPrice); - if (Quantity != 0) hash ^= Quantity.GetHashCode(); - if (PictureUrl.Length != 0) hash ^= PictureUrl.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Id.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Id); - } - if (ProductId != 0) { - output.WriteRawTag(16); - output.WriteInt32(ProductId); - } - if (ProductName.Length != 0) { - output.WriteRawTag(26); - output.WriteString(ProductName); - } - if (UnitPrice != 0D) { - output.WriteRawTag(33); - output.WriteDouble(UnitPrice); - } - if (OldUnitPrice != 0D) { - output.WriteRawTag(41); - output.WriteDouble(OldUnitPrice); - } - if (Quantity != 0) { - output.WriteRawTag(48); - output.WriteInt32(Quantity); - } - if (PictureUrl.Length != 0) { - output.WriteRawTag(58); - output.WriteString(PictureUrl); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Id.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Id); - } - if (ProductId != 0) { - output.WriteRawTag(16); - output.WriteInt32(ProductId); - } - if (ProductName.Length != 0) { - output.WriteRawTag(26); - output.WriteString(ProductName); - } - if (UnitPrice != 0D) { - output.WriteRawTag(33); - output.WriteDouble(UnitPrice); - } - if (OldUnitPrice != 0D) { - output.WriteRawTag(41); - output.WriteDouble(OldUnitPrice); - } - if (Quantity != 0) { - output.WriteRawTag(48); - output.WriteInt32(Quantity); - } - if (PictureUrl.Length != 0) { - output.WriteRawTag(58); - output.WriteString(PictureUrl); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Id.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Id); - } - if (ProductId != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(ProductId); - } - if (ProductName.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(ProductName); - } - if (UnitPrice != 0D) { - size += 1 + 8; - } - if (OldUnitPrice != 0D) { - size += 1 + 8; - } - if (Quantity != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Quantity); - } - if (PictureUrl.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(PictureUrl); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(BasketItem other) { - if (other == null) { - return; - } - if (other.Id.Length != 0) { - Id = other.Id; - } - if (other.ProductId != 0) { - ProductId = other.ProductId; - } - if (other.ProductName.Length != 0) { - ProductName = other.ProductName; - } - if (other.UnitPrice != 0D) { - UnitPrice = other.UnitPrice; - } - if (other.OldUnitPrice != 0D) { - OldUnitPrice = other.OldUnitPrice; - } - if (other.Quantity != 0) { - Quantity = other.Quantity; - } - if (other.PictureUrl.Length != 0) { - PictureUrl = other.PictureUrl; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - if ((tag & 7) == 4) { - // Abort on any end group tag. - return; - } - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - Id = input.ReadString(); - break; - } - case 16: { - ProductId = input.ReadInt32(); - break; - } - case 26: { - ProductName = input.ReadString(); - break; - } - case 33: { - UnitPrice = input.ReadDouble(); - break; - } - case 41: { - OldUnitPrice = input.ReadDouble(); - break; - } - case 48: { - Quantity = input.ReadInt32(); - break; - } - case 58: { - PictureUrl = input.ReadString(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - if ((tag & 7) == 4) { - // Abort on any end group tag. - return; - } - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 10: { - Id = input.ReadString(); - break; - } - case 16: { - ProductId = input.ReadInt32(); - break; - } - case 26: { - ProductName = input.ReadString(); - break; - } - case 33: { - UnitPrice = input.ReadDouble(); - break; - } - case 41: { - OldUnitPrice = input.ReadDouble(); - break; - } - case 48: { - Quantity = input.ReadInt32(); - break; - } - case 58: { - PictureUrl = input.ReadString(); - break; - } - } - } - } - #endif - - } - - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class OrderDraftDTO : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new OrderDraftDTO()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::GrpcOrdering.OrderingReflection.Descriptor.MessageTypes[2]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OrderDraftDTO() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OrderDraftDTO(OrderDraftDTO other) : this() { - total_ = other.total_; - orderItems_ = other.orderItems_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OrderDraftDTO Clone() { - return new OrderDraftDTO(this); - } - - /// Field number for the "total" field. - public const int TotalFieldNumber = 1; - private double total_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public double Total { - get { return total_; } - set { - total_ = value; - } - } - - /// Field number for the "orderItems" field. - public const int OrderItemsFieldNumber = 2; - private static readonly pb::FieldCodec _repeated_orderItems_codec - = pb::FieldCodec.ForMessage(18, global::GrpcOrdering.OrderItemDTO.Parser); - private readonly pbc::RepeatedField orderItems_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField OrderItems { - get { return orderItems_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as OrderDraftDTO); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(OrderDraftDTO other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(Total, other.Total)) return false; - if(!orderItems_.Equals(other.orderItems_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Total != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(Total); - hash ^= orderItems_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Total != 0D) { - output.WriteRawTag(9); - output.WriteDouble(Total); - } - orderItems_.WriteTo(output, _repeated_orderItems_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Total != 0D) { - output.WriteRawTag(9); - output.WriteDouble(Total); - } - orderItems_.WriteTo(ref output, _repeated_orderItems_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Total != 0D) { - size += 1 + 8; - } - size += orderItems_.CalculateSize(_repeated_orderItems_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(OrderDraftDTO other) { - if (other == null) { - return; - } - if (other.Total != 0D) { - Total = other.Total; - } - orderItems_.Add(other.orderItems_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - if ((tag & 7) == 4) { - // Abort on any end group tag. - return; - } - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 9: { - Total = input.ReadDouble(); - break; - } - case 18: { - orderItems_.AddEntriesFrom(input, _repeated_orderItems_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - if ((tag & 7) == 4) { - // Abort on any end group tag. - return; - } - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 9: { - Total = input.ReadDouble(); - break; - } - case 18: { - orderItems_.AddEntriesFrom(ref input, _repeated_orderItems_codec); - break; - } - } - } - } - #endif - - } - - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class OrderItemDTO : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new OrderItemDTO()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::GrpcOrdering.OrderingReflection.Descriptor.MessageTypes[3]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OrderItemDTO() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OrderItemDTO(OrderItemDTO other) : this() { - productId_ = other.productId_; - productName_ = other.productName_; - unitPrice_ = other.unitPrice_; - discount_ = other.discount_; - units_ = other.units_; - pictureUrl_ = other.pictureUrl_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OrderItemDTO Clone() { - return new OrderItemDTO(this); - } - - /// Field number for the "productId" field. - public const int ProductIdFieldNumber = 1; - private int productId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int ProductId { - get { return productId_; } - set { - productId_ = value; - } - } - - /// Field number for the "productName" field. - public const int ProductNameFieldNumber = 2; - private string productName_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string ProductName { - get { return productName_; } - set { - productName_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "unitPrice" field. - public const int UnitPriceFieldNumber = 3; - private double unitPrice_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public double UnitPrice { - get { return unitPrice_; } - set { - unitPrice_ = value; - } - } - - /// Field number for the "discount" field. - public const int DiscountFieldNumber = 4; - private double discount_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public double Discount { - get { return discount_; } - set { - discount_ = value; - } - } - - /// Field number for the "units" field. - public const int UnitsFieldNumber = 5; - private int units_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int Units { - get { return units_; } - set { - units_ = value; - } - } - - /// Field number for the "pictureUrl" field. - public const int PictureUrlFieldNumber = 6; - private string pictureUrl_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string PictureUrl { - get { return pictureUrl_; } - set { - pictureUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as OrderItemDTO); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(OrderItemDTO other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (ProductId != other.ProductId) return false; - if (ProductName != other.ProductName) return false; - if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(UnitPrice, other.UnitPrice)) return false; - if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(Discount, other.Discount)) return false; - if (Units != other.Units) return false; - if (PictureUrl != other.PictureUrl) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (ProductId != 0) hash ^= ProductId.GetHashCode(); - if (ProductName.Length != 0) hash ^= ProductName.GetHashCode(); - if (UnitPrice != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(UnitPrice); - if (Discount != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(Discount); - if (Units != 0) hash ^= Units.GetHashCode(); - if (PictureUrl.Length != 0) hash ^= PictureUrl.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (ProductId != 0) { - output.WriteRawTag(8); - output.WriteInt32(ProductId); - } - if (ProductName.Length != 0) { - output.WriteRawTag(18); - output.WriteString(ProductName); - } - if (UnitPrice != 0D) { - output.WriteRawTag(25); - output.WriteDouble(UnitPrice); - } - if (Discount != 0D) { - output.WriteRawTag(33); - output.WriteDouble(Discount); - } - if (Units != 0) { - output.WriteRawTag(40); - output.WriteInt32(Units); - } - if (PictureUrl.Length != 0) { - output.WriteRawTag(50); - output.WriteString(PictureUrl); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (ProductId != 0) { - output.WriteRawTag(8); - output.WriteInt32(ProductId); - } - if (ProductName.Length != 0) { - output.WriteRawTag(18); - output.WriteString(ProductName); - } - if (UnitPrice != 0D) { - output.WriteRawTag(25); - output.WriteDouble(UnitPrice); - } - if (Discount != 0D) { - output.WriteRawTag(33); - output.WriteDouble(Discount); - } - if (Units != 0) { - output.WriteRawTag(40); - output.WriteInt32(Units); - } - if (PictureUrl.Length != 0) { - output.WriteRawTag(50); - output.WriteString(PictureUrl); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (ProductId != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(ProductId); - } - if (ProductName.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(ProductName); - } - if (UnitPrice != 0D) { - size += 1 + 8; - } - if (Discount != 0D) { - size += 1 + 8; - } - if (Units != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Units); - } - if (PictureUrl.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(PictureUrl); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(OrderItemDTO other) { - if (other == null) { - return; - } - if (other.ProductId != 0) { - ProductId = other.ProductId; - } - if (other.ProductName.Length != 0) { - ProductName = other.ProductName; - } - if (other.UnitPrice != 0D) { - UnitPrice = other.UnitPrice; - } - if (other.Discount != 0D) { - Discount = other.Discount; - } - if (other.Units != 0) { - Units = other.Units; - } - if (other.PictureUrl.Length != 0) { - PictureUrl = other.PictureUrl; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - if ((tag & 7) == 4) { - // Abort on any end group tag. - return; - } - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - ProductId = input.ReadInt32(); - break; - } - case 18: { - ProductName = input.ReadString(); - break; - } - case 25: { - UnitPrice = input.ReadDouble(); - break; - } - case 33: { - Discount = input.ReadDouble(); - break; - } - case 40: { - Units = input.ReadInt32(); - break; - } - case 50: { - PictureUrl = input.ReadString(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - if ((tag & 7) == 4) { - // Abort on any end group tag. - return; - } - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - ProductId = input.ReadInt32(); - break; - } - case 18: { - ProductName = input.ReadString(); - break; - } - case 25: { - UnitPrice = input.ReadDouble(); - break; - } - case 33: { - Discount = input.ReadDouble(); - break; - } - case 40: { - Units = input.ReadInt32(); - break; - } - case 50: { - PictureUrl = input.ReadString(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Proto/OrderingGrpc.cs b/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Proto/OrderingGrpc.cs deleted file mode 100644 index 854202b2..00000000 --- a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/Proto/OrderingGrpc.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: Proto/ordering.proto -// -#pragma warning disable 0414, 1591, 8981, 0612 -#region Designer generated code - -using grpc = global::Grpc.Core; - -namespace GrpcOrdering { - public static partial class OrderingGrpc - { - static readonly string __ServiceName = "OrderingApi.OrderingGrpc"; - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static void __Helper_SerializeMessage(global::Google.Protobuf.IMessage message, grpc::SerializationContext context) - { - #if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION - if (message is global::Google.Protobuf.IBufferMessage) - { - context.SetPayloadLength(message.CalculateSize()); - global::Google.Protobuf.MessageExtensions.WriteTo(message, context.GetBufferWriter()); - context.Complete(); - return; - } - #endif - context.Complete(global::Google.Protobuf.MessageExtensions.ToByteArray(message)); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static class __Helper_MessageCache - { - public static readonly bool IsBufferMessage = global::System.Reflection.IntrospectionExtensions.GetTypeInfo(typeof(global::Google.Protobuf.IBufferMessage)).IsAssignableFrom(typeof(T)); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static T __Helper_DeserializeMessage(grpc::DeserializationContext context, global::Google.Protobuf.MessageParser parser) where T : global::Google.Protobuf.IMessage - { - #if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION - if (__Helper_MessageCache.IsBufferMessage) - { - return parser.ParseFrom(context.PayloadAsReadOnlySequence()); - } - #endif - return parser.ParseFrom(context.PayloadAsNewBuffer()); - } - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Marshaller __Marshaller_OrderingApi_CreateOrderDraftCommand = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::GrpcOrdering.CreateOrderDraftCommand.Parser)); - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Marshaller __Marshaller_OrderingApi_OrderDraftDTO = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::GrpcOrdering.OrderDraftDTO.Parser)); - - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - static readonly grpc::Method __Method_CreateOrderDraftFromBasketData = new grpc::Method( - grpc::MethodType.Unary, - __ServiceName, - "CreateOrderDraftFromBasketData", - __Marshaller_OrderingApi_CreateOrderDraftCommand, - __Marshaller_OrderingApi_OrderDraftDTO); - - /// Service descriptor - public static global::Google.Protobuf.Reflection.ServiceDescriptor Descriptor - { - get { return global::GrpcOrdering.OrderingReflection.Descriptor.Services[0]; } - } - - /// Base class for server-side implementations of OrderingGrpc - [grpc::BindServiceMethod(typeof(OrderingGrpc), "BindService")] - public abstract partial class OrderingGrpcBase - { - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public virtual global::System.Threading.Tasks.Task CreateOrderDraftFromBasketData(global::GrpcOrdering.CreateOrderDraftCommand request, grpc::ServerCallContext context) - { - throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); - } - - } - - /// Creates service definition that can be registered with a server - /// An object implementing the server-side handling logic. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public static grpc::ServerServiceDefinition BindService(OrderingGrpcBase serviceImpl) - { - return grpc::ServerServiceDefinition.CreateBuilder() - .AddMethod(__Method_CreateOrderDraftFromBasketData, serviceImpl.CreateOrderDraftFromBasketData).Build(); - } - - /// Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. - /// Note: this method is part of an experimental API that can change or be removed without any prior notice. - /// Service methods will be bound by calling AddMethod on this object. - /// An object implementing the server-side handling logic. - [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)] - public static void BindService(grpc::ServiceBinderBase serviceBinder, OrderingGrpcBase serviceImpl) - { - serviceBinder.AddMethod(__Method_CreateOrderDraftFromBasketData, serviceImpl == null ? null : new grpc::UnaryServerMethod(serviceImpl.CreateOrderDraftFromBasketData)); - } - - } -} -#endregion diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/apphost b/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/apphost deleted file mode 100755 index 782e9d2e..00000000 Binary files a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/apphost and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/ref/Ordering.API.dll b/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/ref/Ordering.API.dll deleted file mode 100644 index 4a484bda..00000000 Binary files a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/ref/Ordering.API.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/refint/Ordering.API.dll b/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/refint/Ordering.API.dll deleted file mode 100644 index 4a484bda..00000000 Binary files a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/refint/Ordering.API.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/rjsmcshtml.dswa.cache.json b/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/rjsmcshtml.dswa.cache.json deleted file mode 100644 index d06aacc9..00000000 --- a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/rjsmcshtml.dswa.cache.json +++ /dev/null @@ -1 +0,0 @@ -{"GlobalPropertiesHash":"SbaEeOzarPWJxSsEi/FR4GNR1VDhchkiE5k1KRD6FnM=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["ftT82tgY1h2Tjh7U/2yD92ZIRSxd0NFAWqG/pp7eFF8=","aH\u002BVMSJerOWpnwPXSXu6IvuSOMfWxLR0vv6xfHUwsjg=","vvZrEF0tb3kGkwAr2tFv5JSK78joF0oLlwFVMpJEK4U=","RVrmfdnJyh7MYaWCjp4TTq3oibMwHp2e2dRCQT/T7PQ=","T5JqFcGnSpSTvmvoswCqkKBj92vtho9QFU5jCFgZmmE=","wnpFDkcbUvqe9sPgZyQmmoO7bphzAcc1JsLRuFkgqs0=","QMk/oE6CMLjn1AAYQ3GFmD4wqfQe1EPXH2AnWO6kFrI=","wGX5JxLdmsCKmWw3LLPIrakVs5bqLIvkah\u002ByMKPrnrw=","\u002Bt6nm6TK5\u002BYC/9I4UH78r8GFeKWeLSfxJJrUnM\u002B\u002BL\u002BU=","QGH/ceWHjjKdcN9U1Mhemjv4/cPPgdg7bUbsPhHrqoA="],"CachedAssets":{},"CachedCopyCandidates":{}} \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/rjsmrazor.dswa.cache.json b/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/rjsmrazor.dswa.cache.json deleted file mode 100644 index adbcc38e..00000000 --- a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/rjsmrazor.dswa.cache.json +++ /dev/null @@ -1 +0,0 @@ -{"GlobalPropertiesHash":"fjuyy08qfdsOnRuLLg6cfrvVjUl4tcukImXqEH/XFpw=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["ftT82tgY1h2Tjh7U/2yD92ZIRSxd0NFAWqG/pp7eFF8=","aH\u002BVMSJerOWpnwPXSXu6IvuSOMfWxLR0vv6xfHUwsjg=","vvZrEF0tb3kGkwAr2tFv5JSK78joF0oLlwFVMpJEK4U=","RVrmfdnJyh7MYaWCjp4TTq3oibMwHp2e2dRCQT/T7PQ=","T5JqFcGnSpSTvmvoswCqkKBj92vtho9QFU5jCFgZmmE=","wnpFDkcbUvqe9sPgZyQmmoO7bphzAcc1JsLRuFkgqs0=","QMk/oE6CMLjn1AAYQ3GFmD4wqfQe1EPXH2AnWO6kFrI=","wGX5JxLdmsCKmWw3LLPIrakVs5bqLIvkah\u002ByMKPrnrw=","\u002Bt6nm6TK5\u002BYC/9I4UH78r8GFeKWeLSfxJJrUnM\u002B\u002BL\u002BU=","QGH/ceWHjjKdcN9U1Mhemjv4/cPPgdg7bUbsPhHrqoA="],"CachedAssets":{},"CachedCopyCandidates":{}} \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/rpswa.dswa.cache.json b/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/rpswa.dswa.cache.json deleted file mode 100644 index 337f46cd..00000000 --- a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/rpswa.dswa.cache.json +++ /dev/null @@ -1 +0,0 @@ -{"GlobalPropertiesHash":"E/reaRFGchmIFZpiZK5X+PM+9ChYwKe80lpPUMuWpxA=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["ftT82tgY1h2Tjh7U/2yD92ZIRSxd0NFAWqG/pp7eFF8=","aH\u002BVMSJerOWpnwPXSXu6IvuSOMfWxLR0vv6xfHUwsjg=","vvZrEF0tb3kGkwAr2tFv5JSK78joF0oLlwFVMpJEK4U=","RVrmfdnJyh7MYaWCjp4TTq3oibMwHp2e2dRCQT/T7PQ="],"CachedAssets":{},"CachedCopyCandidates":{}} \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/staticwebassets.build.endpoints.json b/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/staticwebassets.build.endpoints.json deleted file mode 100644 index 5576e889..00000000 --- a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/staticwebassets.build.endpoints.json +++ /dev/null @@ -1 +0,0 @@ -{"Version":1,"ManifestType":"Build","Endpoints":[]} \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/staticwebassets.build.json b/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/staticwebassets.build.json deleted file mode 100644 index cf504a44..00000000 --- a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/staticwebassets.build.json +++ /dev/null @@ -1 +0,0 @@ -{"Version":1,"Hash":"aupr1yKxzuYVRHW247KT76U/ZVqHe5vbH8RxmpHuvGI=","Source":"Ordering.API","BasePath":"/","Mode":"Root","ManifestType":"Build","ReferencedProjectsConfiguration":[],"DiscoveryPatterns":[],"Assets":[],"Endpoints":[]} \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/staticwebassets.build.json.cache b/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/staticwebassets.build.json.cache deleted file mode 100644 index e6251a3a..00000000 --- a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/staticwebassets.build.json.cache +++ /dev/null @@ -1 +0,0 @@ -aupr1yKxzuYVRHW247KT76U/ZVqHe5vbH8RxmpHuvGI= \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/swae.build.ex.cache b/src/Services/Ordering/Ordering.API/obj/Debug/net9.0/swae.build.ex.cache deleted file mode 100644 index e69de29b..00000000 diff --git a/src/Services/Ordering/Ordering.API/obj/Ordering.API.csproj.nuget.dgspec.json b/src/Services/Ordering/Ordering.API/obj/Ordering.API.csproj.nuget.dgspec.json index 916ed1cb..d9b78980 100644 --- a/src/Services/Ordering/Ordering.API/obj/Ordering.API.csproj.nuget.dgspec.json +++ b/src/Services/Ordering/Ordering.API/obj/Ordering.API.csproj.nuget.dgspec.json @@ -46,7 +46,7 @@ "dependencies": { "Newtonsoft.Json": { "target": "Package", - "version": "[13.0.3, )" + "version": "[13.0.4, )" } }, "imports": [ @@ -115,7 +115,7 @@ "dependencies": { "Autofac": { "target": "Package", - "version": "[8.1.1, )" + "version": "[9.0.0, )" }, "Microsoft.CSharp": { "target": "Package", @@ -123,15 +123,15 @@ }, "Microsoft.Extensions.Logging": { "target": "Package", - "version": "[9.0.0, )" + "version": "[9.0.2, )" }, "Newtonsoft.Json": { "target": "Package", - "version": "[13.0.3, )" + "version": "[13.0.4, )" }, "Polly": { "target": "Package", - "version": "[8.5.0, )" + "version": "[8.6.5, )" }, "RabbitMQ.Client": { "target": "Package", @@ -204,7 +204,7 @@ "dependencies": { "Autofac": { "target": "Package", - "version": "[8.1.1, )" + "version": "[9.0.0, )" }, "Microsoft.Azure.ServiceBus": { "target": "Package", @@ -216,7 +216,7 @@ }, "Microsoft.Extensions.Logging": { "target": "Package", - "version": "[9.0.0, )" + "version": "[9.0.2, )" } }, "imports": [ @@ -301,7 +301,7 @@ }, "Newtonsoft.Json": { "target": "Package", - "version": "[13.0.3, )" + "version": "[13.0.4, )" } }, "imports": [ @@ -476,7 +476,7 @@ "dependencies": { "AspNetCore.HealthChecks.AzureServiceBus": { "target": "Package", - "version": "[8.0.1, )" + "version": "[9.0.0, )" }, "AspNetCore.HealthChecks.Rabbitmq": { "target": "Package", @@ -484,19 +484,19 @@ }, "AspNetCore.HealthChecks.SqlServer": { "target": "Package", - "version": "[8.0.2, )" + "version": "[9.0.0, )" }, "AspNetCore.HealthChecks.UI.Client": { "target": "Package", - "version": "[8.0.1, )" + "version": "[9.0.0, )" }, "Autofac.Extensions.DependencyInjection": { "target": "Package", - "version": "[10.0.0, )" + "version": "[9.0.0, )" }, "Dapper": { "target": "Package", - "version": "[2.1.35, )" + "version": "[2.1.66, )" }, "FluentValidation.AspNetCore": { "target": "Package", @@ -504,36 +504,32 @@ }, "Google.Protobuf": { "target": "Package", - "version": "[3.28.3, )" + "version": "[3.33.1, )" }, "Grpc.AspNetCore.Server": { "target": "Package", - "version": "[2.70.0, )" + "version": "[2.71.0, )" }, "Grpc.Tools": { "suppressParent": "All", "target": "Package", - "version": "[2.68.1, )" + "version": "[2.76.0, )" }, "MediatR": { "target": "Package", - "version": "[11.1.0, )" - }, - "MediatR.Extensions.Microsoft.DependencyInjection": { - "target": "Package", - "version": "[11.1.0, )" + "version": "[12.4.1, )" }, "Microsoft.ApplicationInsights.AspNetCore": { "target": "Package", - "version": "[2.22.0, )" + "version": "[2.23.0, )" }, "Microsoft.ApplicationInsights.DependencyCollector": { "target": "Package", - "version": "[2.22.0, )" + "version": "[2.23.0, )" }, "Microsoft.ApplicationInsights.Kubernetes": { "target": "Package", - "version": "[7.0.0, )" + "version": "[8.0.0, )" }, "Microsoft.AspNetCore.Authentication.JwtBearer": { "target": "Package", @@ -557,7 +553,7 @@ }, "Microsoft.Extensions.Hosting": { "target": "Package", - "version": "[9.0.0, )" + "version": "[9.0.2, )" }, "Microsoft.Extensions.Logging.AzureAppServices": { "target": "Package", @@ -569,11 +565,11 @@ }, "Polly": { "target": "Package", - "version": "[8.5.0, )" + "version": "[8.6.5, )" }, "Serilog.AspNetCore": { "target": "Package", - "version": "[8.0.3, )" + "version": "[9.0.0, )" }, "Serilog.Enrichers.Environment": { "target": "Package", @@ -581,19 +577,19 @@ }, "Serilog.Settings.Configuration": { "target": "Package", - "version": "[8.0.4, )" + "version": "[9.0.0, )" }, "Serilog.Sinks.Console": { "target": "Package", - "version": "[6.0.0, )" + "version": "[6.1.1, )" }, "Serilog.Sinks.Http": { "target": "Package", - "version": "[9.0.0, )" + "version": "[9.2.0, )" }, "Serilog.Sinks.Seq": { "target": "Package", - "version": "[8.0.0, )" + "version": "[9.0.0, )" }, "Swashbuckle.AspNetCore": { "target": "Package", @@ -668,13 +664,151 @@ "net9.0": { "targetAlias": "net9.0", "dependencies": { + "AspNetCore.HealthChecks.AzureServiceBus": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.Rabbitmq": { + "target": "Package", + "version": "[8.0.2, )" + }, + "AspNetCore.HealthChecks.Redis": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.SqlServer": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.UI": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.UI.Client": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.UI.InMemory.Storage": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.Uris": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Autofac": { + "target": "Package", + "version": "[9.0.0, )" + }, + "FluentValidation.AspNetCore": { + "target": "Package", + "version": "[11.3.0, )" + }, + "Google.Protobuf": { + "target": "Package", + "version": "[3.33.1, )" + }, + "Grpc.AspNetCore.Server": { + "target": "Package", + "version": "[2.71.0, )" + }, + "Grpc.AspNetCore.Server.ClientFactory": { + "target": "Package", + "version": "[2.71.0, )" + }, + "Grpc.Net.Client": { + "target": "Package", + "version": "[2.71.0, )" + }, + "Grpc.Tools": { + "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", + "suppressParent": "All", + "target": "Package", + "version": "[2.76.0, )" + }, "MediatR": { "target": "Package", - "version": "[11.1.0, )" + "version": "[12.4.1, )" + }, + "Microsoft.ApplicationInsights.AspNetCore": { + "target": "Package", + "version": "[2.23.0, )" + }, + "Microsoft.ApplicationInsights.DependencyCollector": { + "target": "Package", + "version": "[2.23.0, )" + }, + "Microsoft.ApplicationInsights.Kubernetes": { + "target": "Package", + "version": "[8.0.0, )" + }, + "Microsoft.AspNetCore.DataProtection.StackExchangeRedis": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Microsoft.Extensions.Diagnostics.HealthChecks": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Microsoft.Extensions.Hosting": { + "target": "Package", + "version": "[9.0.2, )" + }, + "Microsoft.Extensions.Logging": { + "target": "Package", + "version": "[9.0.2, )" + }, + "Microsoft.Extensions.Logging.Abstractions": { + "target": "Package", + "version": "[9.0.2, )" + }, + "Microsoft.Extensions.Logging.AzureAppServices": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Microsoft.Web.LibraryManager.Build": { + "target": "Package", + "version": "[3.0.71, )" + }, + "Newtonsoft.Json": { + "target": "Package", + "version": "[13.0.4, )" + }, + "Polly": { + "target": "Package", + "version": "[8.6.5, )" + }, + "RabbitMQ.Client": { + "target": "Package", + "version": "[6.8.1, )" + }, + "Serilog.AspNetCore": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Serilog.Settings.Configuration": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Serilog.Sinks.Console": { + "target": "Package", + "version": "[6.1.1, )" + }, + "Serilog.Sinks.Http": { + "target": "Package", + "version": "[9.2.0, )" + }, + "Serilog.Sinks.Seq": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Swashbuckle.AspNetCore": { + "target": "Package", + "version": "[7.2.0, )" }, - "MediatR.Extensions.Microsoft.DependencyInjection": { + "Swashbuckle.AspNetCore.Newtonsoft": { "target": "Package", - "version": "[11.1.0, )" + "version": "[7.2.0, )" } }, "imports": [ @@ -741,13 +875,87 @@ "net9.0": { "targetAlias": "net9.0", "dependencies": { + "AspNetCore.HealthChecks.AzureServiceBus": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.Rabbitmq": { + "target": "Package", + "version": "[8.0.2, )" + }, + "AspNetCore.HealthChecks.Redis": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.SqlServer": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.UI": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.UI.Client": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.UI.InMemory.Storage": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.Uris": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Autofac": { + "target": "Package", + "version": "[9.0.0, )" + }, + "FluentValidation.AspNetCore": { + "target": "Package", + "version": "[11.3.0, )" + }, + "Google.Protobuf": { + "target": "Package", + "version": "[3.33.1, )" + }, + "Grpc.AspNetCore.Server": { + "target": "Package", + "version": "[2.71.0, )" + }, + "Grpc.AspNetCore.Server.ClientFactory": { + "target": "Package", + "version": "[2.71.0, )" + }, + "Grpc.Net.Client": { + "target": "Package", + "version": "[2.71.0, )" + }, + "Grpc.Tools": { + "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", + "suppressParent": "All", + "target": "Package", + "version": "[2.76.0, )" + }, "MediatR": { "target": "Package", - "version": "[11.1.0, )" + "version": "[12.4.1, )" }, - "MediatR.Extensions.Microsoft.DependencyInjection": { + "Microsoft.ApplicationInsights.AspNetCore": { + "target": "Package", + "version": "[2.23.0, )" + }, + "Microsoft.ApplicationInsights.DependencyCollector": { + "target": "Package", + "version": "[2.23.0, )" + }, + "Microsoft.ApplicationInsights.Kubernetes": { + "target": "Package", + "version": "[8.0.0, )" + }, + "Microsoft.AspNetCore.DataProtection.StackExchangeRedis": { "target": "Package", - "version": "[11.1.0, )" + "version": "[9.0.0, )" }, "Microsoft.EntityFrameworkCore": { "target": "Package", @@ -757,9 +965,69 @@ "target": "Package", "version": "[9.0.0, )" }, + "Microsoft.Extensions.Diagnostics.HealthChecks": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Microsoft.Extensions.Hosting": { + "target": "Package", + "version": "[9.0.2, )" + }, + "Microsoft.Extensions.Logging": { + "target": "Package", + "version": "[9.0.2, )" + }, "Microsoft.Extensions.Logging.Abstractions": { + "target": "Package", + "version": "[9.0.2, )" + }, + "Microsoft.Extensions.Logging.AzureAppServices": { "target": "Package", "version": "[9.0.0, )" + }, + "Microsoft.Web.LibraryManager.Build": { + "target": "Package", + "version": "[3.0.71, )" + }, + "Newtonsoft.Json": { + "target": "Package", + "version": "[13.0.4, )" + }, + "Polly": { + "target": "Package", + "version": "[8.6.5, )" + }, + "RabbitMQ.Client": { + "target": "Package", + "version": "[6.8.1, )" + }, + "Serilog.AspNetCore": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Serilog.Settings.Configuration": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Serilog.Sinks.Console": { + "target": "Package", + "version": "[6.1.1, )" + }, + "Serilog.Sinks.Http": { + "target": "Package", + "version": "[9.2.0, )" + }, + "Serilog.Sinks.Seq": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Swashbuckle.AspNetCore": { + "target": "Package", + "version": "[7.2.0, )" + }, + "Swashbuckle.AspNetCore.Newtonsoft": { + "target": "Package", + "version": "[7.2.0, )" } }, "imports": [ diff --git a/src/Services/Ordering/Ordering.API/obj/Ordering.API.csproj.nuget.g.props b/src/Services/Ordering/Ordering.API/obj/Ordering.API.csproj.nuget.g.props index a4df43e0..922fea82 100644 --- a/src/Services/Ordering/Ordering.API/obj/Ordering.API.csproj.nuget.g.props +++ b/src/Services/Ordering/Ordering.API/obj/Ordering.API.csproj.nuget.g.props @@ -18,12 +18,13 @@ - - + + /home/runner/.nuget/packages/microsoft.codeanalysis.analyzers/3.3.4 /home/runner/.nuget/packages/microsoft.extensions.apidescription.server/6.0.5 - /home/runner/.nuget/packages/grpc.tools/2.68.1 + /home/runner/.nuget/packages/microsoft.web.librarymanager.build/3.0.71 + /home/runner/.nuget/packages/grpc.tools/2.76.0 \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.API/obj/Ordering.API.csproj.nuget.g.targets b/src/Services/Ordering/Ordering.API/obj/Ordering.API.csproj.nuget.g.targets index 4dbc08cb..b42d1928 100644 --- a/src/Services/Ordering/Ordering.API/obj/Ordering.API.csproj.nuget.g.targets +++ b/src/Services/Ordering/Ordering.API/obj/Ordering.API.csproj.nuget.g.targets @@ -2,14 +2,14 @@ + - - + - - - - + + + + \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.API/obj/project.assets.json b/src/Services/Ordering/Ordering.API/obj/project.assets.json index e307630c..0796d3bb 100644 --- a/src/Services/Ordering/Ordering.API/obj/project.assets.json +++ b/src/Services/Ordering/Ordering.API/obj/project.assets.json @@ -2,19 +2,19 @@ "version": 3, "targets": { "net9.0": { - "AspNetCore.HealthChecks.AzureServiceBus/8.0.1": { + "AspNetCore.HealthChecks.AzureServiceBus/9.0.0": { "type": "package", "dependencies": { "Azure.Messaging.ServiceBus": "7.17.0", - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0" + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11" }, "compile": { - "lib/net6.0/HealthChecks.AzureServiceBus.dll": { + "lib/net8.0/HealthChecks.AzureServiceBus.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/HealthChecks.AzureServiceBus.dll": { + "lib/net8.0/HealthChecks.AzureServiceBus.dll": { "related": ".xml" } } @@ -36,28 +36,66 @@ } } }, - "AspNetCore.HealthChecks.SqlServer/8.0.2": { + "AspNetCore.HealthChecks.Redis/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Data.SqlClient": "5.2.0", - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0" + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11", + "StackExchange.Redis": "2.7.4" }, "compile": { - "lib/net6.0/HealthChecks.SqlServer.dll": { + "lib/net8.0/HealthChecks.Redis.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/HealthChecks.SqlServer.dll": { + "lib/net8.0/HealthChecks.Redis.dll": { "related": ".xml" } } }, - "AspNetCore.HealthChecks.UI.Client/8.0.1": { + "AspNetCore.HealthChecks.SqlServer/9.0.0": { "type": "package", "dependencies": { - "AspNetCore.HealthChecks.UI.Core": "8.0.1", - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0" + "Microsoft.Data.SqlClient": "5.2.2", + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11" + }, + "compile": { + "lib/net8.0/HealthChecks.SqlServer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/HealthChecks.SqlServer.dll": { + "related": ".xml" + } + } + }, + "AspNetCore.HealthChecks.UI/9.0.0": { + "type": "package", + "dependencies": { + "AspNetCore.HealthChecks.UI.Data": "9.0.0", + "KubernetesClient": "15.0.1", + "Microsoft.EntityFrameworkCore.Design": "8.0.11", + "Microsoft.Extensions.Http": "8.0.0" + }, + "compile": { + "lib/net8.0/HealthChecks.UI.dll": { + "related": ".runtimeconfig.json;.xml" + } + }, + "runtime": { + "lib/net8.0/HealthChecks.UI.dll": { + "related": ".runtimeconfig.json;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "AspNetCore.HealthChecks.UI.Client/9.0.0": { + "type": "package", + "dependencies": { + "AspNetCore.HealthChecks.UI.Core": "9.0.0" }, "compile": { "lib/net8.0/HealthChecks.UI.Client.dll": { @@ -73,27 +111,77 @@ "Microsoft.AspNetCore.App" ] }, - "AspNetCore.HealthChecks.UI.Core/8.0.1": { + "AspNetCore.HealthChecks.UI.Core/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0" + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11" + }, + "compile": { + "lib/net8.0/HealthChecks.UI.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/HealthChecks.UI.Core.dll": { + "related": ".xml" + } + } + }, + "AspNetCore.HealthChecks.UI.Data/9.0.0": { + "type": "package", + "dependencies": { + "AspNetCore.HealthChecks.UI.Core": "9.0.0", + "Microsoft.EntityFrameworkCore": "8.0.0" + }, + "compile": { + "lib/net8.0/HealthChecks.UI.Data.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/HealthChecks.UI.Data.dll": { + "related": ".xml" + } + } + }, + "AspNetCore.HealthChecks.UI.InMemory.Storage/9.0.0": { + "type": "package", + "dependencies": { + "AspNetCore.HealthChecks.UI.Data": "9.0.0", + "Microsoft.EntityFrameworkCore.InMemory": "8.0.11" + }, + "compile": { + "lib/net8.0/HealthChecks.UI.InMemory.Storage.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/HealthChecks.UI.InMemory.Storage.dll": { + "related": ".xml" + } + } + }, + "AspNetCore.HealthChecks.Uris/9.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11", + "Microsoft.Extensions.Http": "8.0.0" }, "compile": { - "lib/net6.0/HealthChecks.UI.Core.dll": { + "lib/net8.0/HealthChecks.Uris.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/HealthChecks.UI.Core.dll": { + "lib/net8.0/HealthChecks.Uris.dll": { "related": ".xml" } } }, - "Autofac/8.1.1": { + "Autofac/9.0.0": { "type": "package", "dependencies": { - "System.Diagnostics.DiagnosticSource": "8.0.1" + "System.Diagnostics.DiagnosticSource": "10.0.0" }, "compile": { "lib/net8.0/Autofac.dll": { @@ -106,11 +194,11 @@ } } }, - "Autofac.Extensions.DependencyInjection/10.0.0": { + "Autofac.Extensions.DependencyInjection/9.0.0": { "type": "package", "dependencies": { - "Autofac": "8.1.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1" + "Autofac": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" }, "compile": { "lib/net8.0/Autofac.Extensions.DependencyInjection.dll": { @@ -123,10 +211,11 @@ } } }, - "Azure.Core/1.36.0": { + "Azure.Core/1.38.0": { "type": "package", "dependencies": { "Microsoft.Bcl.AsyncInterfaces": "1.1.1", + "System.ClientModel": "1.0.0", "System.Diagnostics.DiagnosticSource": "6.0.1", "System.Memory.Data": "1.0.2", "System.Numerics.Vectors": "4.5.0", @@ -163,12 +252,12 @@ } } }, - "Azure.Identity/1.10.3": { + "Azure.Identity/1.11.4": { "type": "package", "dependencies": { - "Azure.Core": "1.35.0", - "Microsoft.Identity.Client": "4.56.0", - "Microsoft.Identity.Client.Extensions.Msal": "4.56.0", + "Azure.Core": "1.38.0", + "Microsoft.Identity.Client": "4.61.3", + "Microsoft.Identity.Client.Extensions.Msal": "4.61.3", "System.Memory": "4.5.4", "System.Security.Cryptography.ProtectedData": "4.7.0", "System.Text.Json": "4.7.2", @@ -205,15 +294,15 @@ } } }, - "Dapper/2.1.35": { + "Dapper/2.1.66": { "type": "package", "compile": { - "lib/net7.0/Dapper.dll": { + "lib/net8.0/Dapper.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Dapper.dll": { + "lib/net8.0/Dapper.dll": { "related": ".xml" } } @@ -268,20 +357,20 @@ } } }, - "Fractions/7.2.1": { + "Fractions/7.3.0": { "type": "package", "compile": { "lib/netstandard2.1/Fractions.dll": { - "related": ".pdb;.xml" + "related": ".xml" } }, "runtime": { "lib/netstandard2.1/Fractions.dll": { - "related": ".pdb;.xml" + "related": ".xml" } } }, - "Google.Protobuf/3.28.3": { + "Google.Protobuf/3.33.1": { "type": "package", "compile": { "lib/net5.0/Google.Protobuf.dll": { @@ -294,10 +383,10 @@ } } }, - "Grpc.AspNetCore.Server/2.70.0": { + "Grpc.AspNetCore.Server/2.71.0": { "type": "package", "dependencies": { - "Grpc.Net.Common": "2.70.0" + "Grpc.Net.Common": "2.71.0" }, "compile": { "lib/net9.0/Grpc.AspNetCore.Server.dll": { @@ -313,7 +402,27 @@ "Microsoft.AspNetCore.App" ] }, - "Grpc.Core.Api/2.70.0": { + "Grpc.AspNetCore.Server.ClientFactory/2.71.0": { + "type": "package", + "dependencies": { + "Grpc.AspNetCore.Server": "2.71.0", + "Grpc.Net.ClientFactory": "2.71.0" + }, + "compile": { + "lib/net9.0/Grpc.AspNetCore.Server.ClientFactory.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net9.0/Grpc.AspNetCore.Server.ClientFactory.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Grpc.Core.Api/2.71.0": { "type": "package", "compile": { "lib/netstandard2.1/Grpc.Core.Api.dll": { @@ -326,88 +435,89 @@ } } }, - "Grpc.Net.Common/2.70.0": { + "Grpc.Net.Client/2.71.0": { "type": "package", "dependencies": { - "Grpc.Core.Api": "2.70.0" + "Grpc.Net.Common": "2.71.0", + "Microsoft.Extensions.Logging.Abstractions": "6.0.0" }, "compile": { - "lib/net8.0/Grpc.Net.Common.dll": { + "lib/net8.0/Grpc.Net.Client.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net8.0/Grpc.Net.Common.dll": { + "lib/net8.0/Grpc.Net.Client.dll": { "related": ".pdb;.xml" } } }, - "Grpc.Tools/2.68.1": { - "type": "package", - "build": { - "build/Grpc.Tools.props": {}, - "build/Grpc.Tools.targets": {} - } - }, - "Humanizer.Core/2.14.1": { + "Grpc.Net.ClientFactory/2.71.0": { "type": "package", + "dependencies": { + "Grpc.Net.Client": "2.71.0", + "Microsoft.Extensions.Http": "6.0.0" + }, "compile": { - "lib/net6.0/Humanizer.dll": { - "related": ".xml" + "lib/net8.0/Grpc.Net.ClientFactory.dll": { + "related": ".pdb;.xml" } }, "runtime": { - "lib/net6.0/Humanizer.dll": { - "related": ".xml" + "lib/net8.0/Grpc.Net.ClientFactory.dll": { + "related": ".pdb;.xml" } } }, - "IdentityModel/5.2.0": { + "Grpc.Net.Common/2.71.0": { "type": "package", + "dependencies": { + "Grpc.Core.Api": "2.71.0" + }, "compile": { - "lib/net5.0/IdentityModel.dll": { + "lib/net8.0/Grpc.Net.Common.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net5.0/IdentityModel.dll": { + "lib/net8.0/Grpc.Net.Common.dll": { "related": ".pdb;.xml" } } }, - "IdentityModel.OidcClient/5.2.1": { + "Grpc.Tools/2.76.0": { + "type": "package", + "build": { + "build/Grpc.Tools.props": {}, + "build/Grpc.Tools.targets": {} + } + }, + "Humanizer.Core/2.14.1": { "type": "package", - "dependencies": { - "IdentityModel": "5.2.0", - "Microsoft.Extensions.Logging": "6.0.0" - }, "compile": { - "lib/netstandard2.0/IdentityModel.OidcClient.dll": { + "lib/net6.0/Humanizer.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/IdentityModel.OidcClient.dll": { + "lib/net6.0/Humanizer.dll": { "related": ".xml" } } }, - "KubernetesClient/12.1.1": { + "KubernetesClient/17.0.14": { "type": "package", "dependencies": { - "Fractions": "7.2.1", - "IdentityModel.OidcClient": "5.2.1", - "System.IdentityModel.Tokens.Jwt": "7.0.0", - "YamlDotNet": "13.3.1", - "prometheus-net": "8.0.1" + "Fractions": "7.3.0", + "YamlDotNet": "16.3.0" }, "compile": { - "lib/net7.0/KubernetesClient.dll": { + "lib/net9.0/KubernetesClient.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/KubernetesClient.dll": { + "lib/net9.0/KubernetesClient.dll": { "related": ".pdb;.xml" } } @@ -452,23 +562,24 @@ } } }, - "MediatR/11.1.0": { + "MediatR/12.4.1": { "type": "package", "dependencies": { - "MediatR.Contracts": "1.0.1" + "MediatR.Contracts": "[2.0.1, 3.0.0)", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" }, "compile": { - "lib/netstandard2.1/MediatR.dll": { + "lib/net6.0/MediatR.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.1/MediatR.dll": { + "lib/net6.0/MediatR.dll": { "related": ".xml" } } }, - "MediatR.Contracts/1.0.1": { + "MediatR.Contracts/2.0.1": { "type": "package", "compile": { "lib/netstandard2.0/MediatR.Contracts.dll": { @@ -481,20 +592,7 @@ } } }, - "MediatR.Extensions.Microsoft.DependencyInjection/11.1.0": { - "type": "package", - "dependencies": { - "MediatR": "[11.0.0, 12.0.0)", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" - }, - "compile": { - "lib/netstandard2.1/MediatR.Extensions.Microsoft.DependencyInjection.dll": {} - }, - "runtime": { - "lib/netstandard2.1/MediatR.Extensions.Microsoft.DependencyInjection.dll": {} - } - }, - "Microsoft.ApplicationInsights/2.22.0": { + "Microsoft.ApplicationInsights/2.23.0": { "type": "package", "dependencies": { "System.Diagnostics.DiagnosticSource": "5.0.0" @@ -510,19 +608,19 @@ } } }, - "Microsoft.ApplicationInsights.AspNetCore/2.22.0": { + "Microsoft.ApplicationInsights.AspNetCore/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.22.0", - "Microsoft.ApplicationInsights.EventCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.ApplicationInsights.DependencyCollector": "2.23.0", + "Microsoft.ApplicationInsights.EventCounterCollector": "2.23.0", + "Microsoft.ApplicationInsights.PerfCounterCollector": "2.23.0", + "Microsoft.ApplicationInsights.WindowsServer": "2.23.0", + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.23.0", "Microsoft.AspNetCore.Hosting": "2.1.1", "Microsoft.AspNetCore.Http": "2.1.22", "Microsoft.Extensions.Configuration.Json": "3.1.0", - "Microsoft.Extensions.Logging.ApplicationInsights": "2.22.0", + "Microsoft.Extensions.Logging.ApplicationInsights": "2.23.0", "System.Text.Encodings.Web": "4.7.2" }, "compile": { @@ -536,10 +634,10 @@ } } }, - "Microsoft.ApplicationInsights.DependencyCollector/2.22.0": { + "Microsoft.ApplicationInsights.DependencyCollector/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", "System.Diagnostics.DiagnosticSource": "5.0.0" }, "compile": { @@ -556,10 +654,10 @@ "build/Microsoft.ApplicationInsights.DependencyCollector.targets": {} } }, - "Microsoft.ApplicationInsights.EventCounterCollector/2.22.0": { + "Microsoft.ApplicationInsights.EventCounterCollector/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0" + "Microsoft.ApplicationInsights": "2.23.0" }, "compile": { "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.dll": { @@ -572,33 +670,34 @@ } } }, - "Microsoft.ApplicationInsights.Kubernetes/7.0.0": { + "Microsoft.ApplicationInsights.Kubernetes/8.0.0": { "type": "package", "dependencies": { - "KubernetesClient": "12.1.1", - "Microsoft.ApplicationInsights": "2.21.0", - "Microsoft.Extensions.Configuration": "6.0.1", - "Microsoft.Extensions.DependencyInjection": "8.0.0", - "Microsoft.Extensions.DiagnosticAdapter": "3.1.27", - "Microsoft.Extensions.Hosting": "6.0.1", - "Microsoft.Extensions.Logging.Abstractions": "6.0.4", - "Microsoft.Extensions.Options.ConfigurationExtensions": "6.0.0" - }, - "compile": { - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll": { + "KubernetesClient": "17.0.14", + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.DependencyInjection": "9.0.2", + "Microsoft.Extensions.DiagnosticAdapter": "3.1.32", + "Microsoft.Extensions.Hosting": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.2", + "System.IdentityModel.Tokens.Jwt": "8.6.0" + }, + "compile": { + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll": { + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.dll": { "related": ".xml" } } }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.22.0": { + "Microsoft.ApplicationInsights.PerfCounterCollector/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", "Microsoft.Extensions.Caching.Memory": "1.0.0", "System.Diagnostics.PerformanceCounter": "6.0.0" }, @@ -616,13 +715,13 @@ "build/_._": {} } }, - "Microsoft.ApplicationInsights.WindowsServer/2.22.0": { + "Microsoft.ApplicationInsights.WindowsServer/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.22.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.ApplicationInsights.DependencyCollector": "2.23.0", + "Microsoft.ApplicationInsights.PerfCounterCollector": "2.23.0", + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.23.0", "System.Diagnostics.DiagnosticSource": "5.0.0" }, "compile": { @@ -639,10 +738,10 @@ "build/_._": {} } }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.22.0": { + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", "System.IO.FileSystem.AccessControl": "4.7.0" }, "compile": { @@ -678,6 +777,71 @@ "Microsoft.AspNetCore.App" ] }, + "Microsoft.AspNetCore.Cryptography.Internal/9.0.0": { + "type": "package", + "compile": { + "lib/net9.0/Microsoft.AspNetCore.Cryptography.Internal.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.AspNetCore.Cryptography.Internal.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.DataProtection/9.0.0": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Cryptography.Internal": "9.0.0", + "Microsoft.AspNetCore.DataProtection.Abstractions": "9.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", + "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", + "Microsoft.Extensions.Logging.Abstractions": "9.0.0", + "Microsoft.Extensions.Options": "9.0.0", + "System.Security.Cryptography.Xml": "9.0.0" + }, + "compile": { + "lib/net9.0/Microsoft.AspNetCore.DataProtection.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.AspNetCore.DataProtection.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.DataProtection.Abstractions/9.0.0": { + "type": "package", + "compile": { + "lib/net9.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.DataProtection.StackExchangeRedis/9.0.0": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.DataProtection": "9.0.0", + "StackExchange.Redis": "2.7.27" + }, + "compile": { + "lib/net9.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.dll": { + "related": ".xml" + } + } + }, "Microsoft.AspNetCore.HealthChecks/1.0.0": { "type": "package", "dependencies": { @@ -710,10 +874,14 @@ "System.Reflection.Metadata": "1.6.0" }, "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": { + "related": ".xml" + } } }, "Microsoft.AspNetCore.Hosting.Abstractions/2.1.1": { @@ -761,10 +929,14 @@ "Microsoft.Net.Http.Headers": "2.1.1" }, "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": { + "related": ".xml" + } } }, "Microsoft.AspNetCore.Http.Abstractions/2.1.1": { @@ -793,10 +965,14 @@ "System.Buffers": "4.5.0" }, "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": { + "related": ".xml" + } } }, "Microsoft.AspNetCore.Http.Features/2.1.1": { @@ -860,10 +1036,14 @@ "System.Text.Encodings.Web": "4.5.0" }, "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": { + "related": ".xml" + } } }, "Microsoft.Azure.Amqp/2.6.3": { @@ -891,12 +1071,12 @@ }, "compile": { "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "runtime": { "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } } }, @@ -914,12 +1094,12 @@ }, "compile": { "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "runtime": { "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } } }, @@ -952,12 +1132,12 @@ }, "compile": { "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "runtime": { "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "build": { @@ -1192,10 +1372,14 @@ "Microsoft.CodeAnalysis.Common": "1.3.0" }, "compile": { - "lib/netstandard1.3/_._": {} + "lib/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.dll": {} + "lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.dll": { + "related": ".xml" + } } }, "Microsoft.CodeAnalysis.Workspaces.Common/4.8.0": { @@ -1335,12 +1519,12 @@ "lib/netcoreapp2.0/_._": {} } }, - "Microsoft.Data.SqlClient/5.2.0": { + "Microsoft.Data.SqlClient/5.2.2": { "type": "package", "dependencies": { - "Azure.Identity": "1.10.3", + "Azure.Identity": "1.11.4", "Microsoft.Data.SqlClient.SNI.runtime": "5.2.0", - "Microsoft.Identity.Client": "4.56.0", + "Microsoft.Identity.Client": "4.61.3", "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0", "Microsoft.SqlServer.Server": "1.0.0", @@ -1490,6 +1674,22 @@ "build/net8.0/Microsoft.EntityFrameworkCore.Design.props": {} } }, + "Microsoft.EntityFrameworkCore.InMemory/8.0.11": { + "type": "package", + "dependencies": { + "Microsoft.EntityFrameworkCore": "8.0.11" + }, + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.InMemory.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.InMemory.dll": { + "related": ".xml" + } + } + }, "Microsoft.EntityFrameworkCore.Relational/9.0.0": { "type": "package", "dependencies": { @@ -1584,11 +1784,11 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration/9.0.0": { + "Microsoft.Extensions.Configuration/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Configuration.dll": { @@ -1604,10 +1804,10 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { + "Microsoft.Extensions.Configuration.Abstractions/9.0.7": { "type": "package", "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.Primitives": "9.0.7" }, "compile": { "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll": { @@ -1642,10 +1842,10 @@ } } }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { + "Microsoft.Extensions.Configuration.Binder/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Configuration.Binder.dll": { @@ -1661,11 +1861,11 @@ "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets": {} } }, - "Microsoft.Extensions.Configuration.CommandLine/9.0.0": { + "Microsoft.Extensions.Configuration.CommandLine/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll": { @@ -1681,11 +1881,11 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { + "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": { @@ -1701,14 +1901,14 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { + "Microsoft.Extensions.Configuration.FileExtensions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Physical": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { @@ -1724,13 +1924,13 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { + "Microsoft.Extensions.Configuration.Json/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.FileExtensions": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Configuration.Json.dll": { @@ -1746,13 +1946,13 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.UserSecrets/9.0.0": { + "Microsoft.Extensions.Configuration.UserSecrets/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Json": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Physical": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { @@ -1769,10 +1969,10 @@ "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.targets": {} } }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { + "Microsoft.Extensions.DependencyInjection/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll": { @@ -1788,7 +1988,7 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { + "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.2": { "type": "package", "compile": { "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { @@ -1820,7 +2020,7 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.DiagnosticAdapter/3.1.27": { + "Microsoft.Extensions.DiagnosticAdapter/3.1.32": { "type": "package", "dependencies": { "System.Diagnostics.DiagnosticSource": "4.7.1" @@ -1836,12 +2036,12 @@ } } }, - "Microsoft.Extensions.Diagnostics/9.0.0": { + "Microsoft.Extensions.Diagnostics/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.2", + "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Diagnostics.dll": { @@ -1857,11 +2057,11 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { + "Microsoft.Extensions.Diagnostics.Abstractions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": { @@ -1877,42 +2077,42 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Diagnostics.HealthChecks/8.0.0": { + "Microsoft.Extensions.Diagnostics.HealthChecks/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "8.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0", - "Microsoft.Extensions.Options": "8.0.0" + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "9.0.0", + "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", + "Microsoft.Extensions.Logging.Abstractions": "9.0.0", + "Microsoft.Extensions.Options": "9.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll": { "related": ".xml" } } }, - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/8.0.0": { + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/9.0.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": { "related": ".xml" } } }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { + "Microsoft.Extensions.FileProviders.Abstractions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { @@ -1928,12 +2128,12 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { + "Microsoft.Extensions.FileProviders.Physical/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileSystemGlobbing": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.dll": { @@ -1949,7 +2149,7 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": { + "Microsoft.Extensions.FileSystemGlobbing/9.0.2": { "type": "package", "compile": { "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll": { @@ -1983,31 +2183,31 @@ "lib/netstandard1.3/Microsoft.Extensions.HealthChecks.dll": {} } }, - "Microsoft.Extensions.Hosting/9.0.0": { + "Microsoft.Extensions.Hosting/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.Configuration.CommandLine": "9.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.Configuration.UserSecrets": "9.0.0", - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Logging.Console": "9.0.0", - "Microsoft.Extensions.Logging.Debug": "9.0.0", - "Microsoft.Extensions.Logging.EventLog": "9.0.0", - "Microsoft.Extensions.Logging.EventSource": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Binder": "9.0.2", + "Microsoft.Extensions.Configuration.CommandLine": "9.0.2", + "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.2", + "Microsoft.Extensions.Configuration.FileExtensions": "9.0.2", + "Microsoft.Extensions.Configuration.Json": "9.0.2", + "Microsoft.Extensions.Configuration.UserSecrets": "9.0.2", + "Microsoft.Extensions.DependencyInjection": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Diagnostics": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Physical": "9.0.2", + "Microsoft.Extensions.Hosting.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.Configuration": "9.0.2", + "Microsoft.Extensions.Logging.Console": "9.0.2", + "Microsoft.Extensions.Logging.Debug": "9.0.2", + "Microsoft.Extensions.Logging.EventLog": "9.0.2", + "Microsoft.Extensions.Logging.EventSource": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Hosting.dll": { @@ -2023,14 +2223,14 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { + "Microsoft.Extensions.Hosting.Abstractions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll": { @@ -2046,30 +2246,36 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Http/3.1.0": { + "Microsoft.Extensions.Http/8.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.0", - "Microsoft.Extensions.Logging": "3.1.0", - "Microsoft.Extensions.Options": "3.1.0" + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Diagnostics": "8.0.0", + "Microsoft.Extensions.Logging": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0" }, "compile": { - "lib/netcoreapp3.1/Microsoft.Extensions.Http.dll": { + "lib/net8.0/Microsoft.Extensions.Http.dll": { "related": ".xml" } }, "runtime": { - "lib/netcoreapp3.1/Microsoft.Extensions.Http.dll": { + "lib/net8.0/Microsoft.Extensions.Http.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.Logging/9.0.0": { + "Microsoft.Extensions.Logging/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" + "Microsoft.Extensions.DependencyInjection": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Logging.dll": { @@ -2085,10 +2291,10 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { + "Microsoft.Extensions.Logging.Abstractions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": { @@ -2104,10 +2310,10 @@ "buildTransitive/net8.0/Microsoft.Extensions.Logging.Abstractions.targets": {} } }, - "Microsoft.Extensions.Logging.ApplicationInsights/2.22.0": { + "Microsoft.Extensions.Logging.ApplicationInsights/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", "Microsoft.Extensions.Logging": "2.1.1" }, "compile": { @@ -2142,17 +2348,17 @@ } } }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { + "Microsoft.Extensions.Logging.Configuration/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Binder": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Logging.Configuration.dll": { @@ -2168,14 +2374,14 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.Console/9.0.0": { + "Microsoft.Extensions.Logging.Console/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.Configuration": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Logging.Console.dll": { @@ -2191,12 +2397,12 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.Debug/9.0.0": { + "Microsoft.Extensions.Logging.Debug/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Logging.Debug.dll": { @@ -2212,14 +2418,14 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.EventLog/9.0.0": { + "Microsoft.Extensions.Logging.EventLog/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "System.Diagnostics.EventLog": "9.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "System.Diagnostics.EventLog": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Logging.EventLog.dll": { @@ -2235,14 +2441,14 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.EventSource/9.0.0": { + "Microsoft.Extensions.Logging.EventSource/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Logging.EventSource.dll": { @@ -2258,24 +2464,24 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.ObjectPool/7.0.0": { + "Microsoft.Extensions.ObjectPool/2.1.1": { "type": "package", "compile": { - "lib/net7.0/Microsoft.Extensions.ObjectPool.dll": { + "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.ObjectPool.dll": { + "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll": { "related": ".xml" } } }, - "Microsoft.Extensions.Options/9.0.0": { + "Microsoft.Extensions.Options/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Options.dll": { @@ -2291,14 +2497,14 @@ "buildTransitive/net8.0/Microsoft.Extensions.Options.targets": {} } }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { + "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Binder": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { @@ -2314,7 +2520,7 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Primitives/9.0.0": { + "Microsoft.Extensions.Primitives/9.0.7": { "type": "package", "compile": { "lib/net9.0/Microsoft.Extensions.Primitives.dll": { @@ -2330,10 +2536,11 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Identity.Client/4.56.0": { + "Microsoft.Identity.Client/4.61.3": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "6.22.0" + "Microsoft.IdentityModel.Abstractions": "6.35.0", + "System.Diagnostics.DiagnosticSource": "6.0.1" }, "compile": { "lib/net6.0/Microsoft.Identity.Client.dll": { @@ -2346,25 +2553,24 @@ } } }, - "Microsoft.Identity.Client.Extensions.Msal/4.56.0": { + "Microsoft.Identity.Client.Extensions.Msal/4.61.3": { "type": "package", "dependencies": { - "Microsoft.Identity.Client": "4.56.0", - "System.IO.FileSystem.AccessControl": "5.0.0", + "Microsoft.Identity.Client": "4.61.3", "System.Security.Cryptography.ProtectedData": "4.5.0" }, "compile": { - "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll": { + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll": { + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.Abstractions/8.0.1": { + "Microsoft.IdentityModel.Abstractions/8.6.0": { "type": "package", "compile": { "lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": { @@ -2386,17 +2592,21 @@ }, "compile": { "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": {}, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": {} + "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": {}, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": {} + "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": { + "related": ".xml" + } } }, - "Microsoft.IdentityModel.JsonWebTokens/8.0.1": { + "Microsoft.IdentityModel.JsonWebTokens/8.6.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Tokens": "8.0.1" + "Microsoft.IdentityModel.Tokens": "8.6.0" }, "compile": { "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll": { @@ -2409,10 +2619,10 @@ } } }, - "Microsoft.IdentityModel.Logging/8.0.1": { + "Microsoft.IdentityModel.Logging/8.6.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "8.0.1" + "Microsoft.IdentityModel.Abstractions": "8.6.0" }, "compile": { "lib/net9.0/Microsoft.IdentityModel.Logging.dll": { @@ -2458,10 +2668,11 @@ } } }, - "Microsoft.IdentityModel.Tokens/8.0.1": { + "Microsoft.IdentityModel.Tokens/8.6.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Logging": "8.0.1" + "Microsoft.Extensions.Logging.Abstractions": "8.0.2", + "Microsoft.IdentityModel.Logging": "8.6.0" }, "compile": { "lib/net9.0/Microsoft.IdentityModel.Tokens.dll": { @@ -2613,12 +2824,12 @@ }, "compile": { "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "runtime": { "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } } }, @@ -2631,12 +2842,12 @@ }, "compile": { "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "runtime": { "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } } }, @@ -2674,12 +2885,20 @@ "System.Threading": "4.0.11" }, "compile": { - "ref/netstandard1.1/Microsoft.VisualBasic.dll": {} + "ref/netstandard1.1/Microsoft.VisualBasic.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/Microsoft.VisualBasic.dll": {} } }, + "Microsoft.Web.LibraryManager.Build/3.0.71": { + "type": "package", + "build": { + "build/_._": {} + } + }, "Microsoft.Win32.Primitives/4.3.0": { "type": "package", "dependencies": { @@ -2688,7 +2907,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": {} + "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": { + "related": ".xml" + } } }, "Microsoft.Win32.Registry/4.7.0": { @@ -2698,10 +2919,14 @@ "System.Security.Principal.Windows": "4.7.0" }, "compile": { - "ref/netstandard2.0/_._": {} + "ref/netstandard2.0/_._": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.Win32.Registry.dll": {} + "lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { @@ -2778,7 +3003,7 @@ "System.Xml.XDocument": "4.3.0" } }, - "Newtonsoft.Json/13.0.3": { + "Newtonsoft.Json/13.0.4": { "type": "package", "compile": { "lib/net6.0/Newtonsoft.Json.dll": { @@ -2807,49 +3032,48 @@ } } }, - "Polly/8.5.0": { + "Pipelines.Sockets.Unofficial/2.2.8": { "type": "package", "dependencies": { - "Polly.Core": "8.5.0" + "System.IO.Pipelines": "5.0.1" }, "compile": { - "lib/net6.0/Polly.dll": { - "related": ".pdb;.xml" + "lib/net5.0/Pipelines.Sockets.Unofficial.dll": { + "related": ".xml" } }, "runtime": { - "lib/net6.0/Polly.dll": { - "related": ".pdb;.xml" + "lib/net5.0/Pipelines.Sockets.Unofficial.dll": { + "related": ".xml" } } }, - "Polly.Core/8.5.0": { + "Polly/8.6.5": { "type": "package", + "dependencies": { + "Polly.Core": "8.6.5" + }, "compile": { - "lib/net8.0/Polly.Core.dll": { + "lib/net6.0/Polly.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net8.0/Polly.Core.dll": { + "lib/net6.0/Polly.dll": { "related": ".pdb;.xml" } } }, - "prometheus-net/8.0.1": { + "Polly.Core/8.6.5": { "type": "package", - "dependencies": { - "Microsoft.Extensions.Http": "3.1.0", - "Microsoft.Extensions.ObjectPool": "7.0.0" - }, "compile": { - "lib/net7.0/Prometheus.NetStandard.dll": { - "related": ".xml" + "lib/net8.0/Polly.Core.dll": { + "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/Prometheus.NetStandard.dll": { - "related": ".xml" + "lib/net8.0/Polly.Core.dll": { + "related": ".pdb;.xml" } } }, @@ -3102,38 +3326,37 @@ } } }, - "Serilog/4.0.0": { + "Serilog/4.2.0": { "type": "package", "compile": { - "lib/net8.0/Serilog.dll": { + "lib/net9.0/Serilog.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.dll": { + "lib/net9.0/Serilog.dll": { "related": ".xml" } } }, - "Serilog.AspNetCore/8.0.3": { + "Serilog.AspNetCore/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Logging": "8.0.0", - "Serilog": "3.1.1", - "Serilog.Extensions.Hosting": "8.0.0", - "Serilog.Formatting.Compact": "2.0.0", - "Serilog.Settings.Configuration": "8.0.4", - "Serilog.Sinks.Console": "5.0.0", - "Serilog.Sinks.Debug": "2.0.0", - "Serilog.Sinks.File": "5.0.0" + "Serilog": "4.2.0", + "Serilog.Extensions.Hosting": "9.0.0", + "Serilog.Formatting.Compact": "3.0.0", + "Serilog.Settings.Configuration": "9.0.0", + "Serilog.Sinks.Console": "6.0.0", + "Serilog.Sinks.Debug": "3.0.0", + "Serilog.Sinks.File": "6.0.0" }, "compile": { - "lib/net8.0/Serilog.AspNetCore.dll": { + "lib/net9.0/Serilog.AspNetCore.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.AspNetCore.dll": { + "lib/net9.0/Serilog.AspNetCore.dll": { "related": ".xml" } }, @@ -3157,78 +3380,78 @@ } } }, - "Serilog.Extensions.Hosting/8.0.0": { + "Serilog.Extensions.Hosting/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0", - "Serilog": "3.1.1", - "Serilog.Extensions.Logging": "8.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", + "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", + "Microsoft.Extensions.Logging.Abstractions": "9.0.0", + "Serilog": "4.2.0", + "Serilog.Extensions.Logging": "9.0.0" }, "compile": { - "lib/net8.0/Serilog.Extensions.Hosting.dll": { + "lib/net9.0/Serilog.Extensions.Hosting.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.Extensions.Hosting.dll": { + "lib/net9.0/Serilog.Extensions.Hosting.dll": { "related": ".xml" } } }, - "Serilog.Extensions.Logging/8.0.0": { + "Serilog.Extensions.Logging/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Logging": "8.0.0", - "Serilog": "3.1.1" + "Microsoft.Extensions.Logging": "9.0.0", + "Serilog": "4.2.0" }, "compile": { - "lib/net8.0/Serilog.Extensions.Logging.dll": { + "lib/net9.0/Serilog.Extensions.Logging.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.Extensions.Logging.dll": { + "lib/net9.0/Serilog.Extensions.Logging.dll": { "related": ".xml" } } }, - "Serilog.Formatting.Compact/2.0.0": { + "Serilog.Formatting.Compact/3.0.0": { "type": "package", "dependencies": { - "Serilog": "3.1.0" + "Serilog": "4.0.0" }, "compile": { - "lib/net7.0/Serilog.Formatting.Compact.dll": { + "lib/net8.0/Serilog.Formatting.Compact.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Serilog.Formatting.Compact.dll": { + "lib/net8.0/Serilog.Formatting.Compact.dll": { "related": ".xml" } } }, - "Serilog.Settings.Configuration/8.0.4": { + "Serilog.Settings.Configuration/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Binder": "8.0.0", - "Microsoft.Extensions.DependencyModel": "8.0.2", - "Serilog": "3.1.1" + "Microsoft.Extensions.Configuration.Binder": "9.0.0", + "Microsoft.Extensions.DependencyModel": "9.0.0", + "Serilog": "4.2.0" }, "compile": { - "lib/net8.0/Serilog.Settings.Configuration.dll": { + "lib/net9.0/Serilog.Settings.Configuration.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.Settings.Configuration.dll": { + "lib/net9.0/Serilog.Settings.Configuration.dll": { "related": ".xml" } } }, - "Serilog.Sinks.Console/6.0.0": { + "Serilog.Sinks.Console/6.1.1": { "type": "package", "dependencies": { "Serilog": "4.0.0" @@ -3244,39 +3467,43 @@ } } }, - "Serilog.Sinks.Debug/2.0.0": { + "Serilog.Sinks.Debug/3.0.0": { "type": "package", "dependencies": { - "Serilog": "2.10.0" + "Serilog": "4.0.0" }, "compile": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": {} + "lib/net8.0/Serilog.Sinks.Debug.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": {} + "lib/net8.0/Serilog.Sinks.Debug.dll": { + "related": ".xml" + } } }, - "Serilog.Sinks.File/5.0.0": { + "Serilog.Sinks.File/7.0.0": { "type": "package", "dependencies": { - "Serilog": "2.10.0" + "Serilog": "4.2.0" }, "compile": { - "lib/net5.0/Serilog.Sinks.File.dll": { - "related": ".pdb" + "lib/net9.0/Serilog.Sinks.File.dll": { + "related": ".xml" } }, "runtime": { - "lib/net5.0/Serilog.Sinks.File.dll": { - "related": ".pdb" + "lib/net9.0/Serilog.Sinks.File.dll": { + "related": ".xml" } } }, - "Serilog.Sinks.Http/9.0.0": { + "Serilog.Sinks.Http/9.2.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "7.0.0", - "Serilog.Sinks.File": "5.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.7", + "Serilog.Sinks.File": "7.0.0" }, "compile": { "lib/netstandard2.1/Serilog.Sinks.Http.dll": { @@ -3289,11 +3516,11 @@ } } }, - "Serilog.Sinks.Seq/8.0.0": { + "Serilog.Sinks.Seq/9.0.0": { "type": "package", "dependencies": { - "Serilog": "4.0.0", - "Serilog.Sinks.File": "5.0.0" + "Serilog": "4.2.0", + "Serilog.Sinks.File": "6.0.0" }, "compile": { "lib/net6.0/Serilog.Sinks.Seq.dll": { @@ -3306,6 +3533,23 @@ } } }, + "StackExchange.Redis/2.7.27": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Logging.Abstractions": "6.0.0", + "Pipelines.Sockets.Unofficial": "2.2.8" + }, + "compile": { + "lib/net6.0/StackExchange.Redis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/StackExchange.Redis.dll": { + "related": ".xml" + } + } + }, "Swashbuckle.AspNetCore/7.2.0": { "type": "package", "dependencies": { @@ -3395,7 +3639,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.6/System.AppContext.dll": {} + "ref/netstandard1.6/System.AppContext.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.6/System.AppContext.dll": {} @@ -3410,6 +3656,23 @@ "lib/netcoreapp2.0/_._": {} } }, + "System.ClientModel/1.0.0": { + "type": "package", + "dependencies": { + "System.Memory.Data": "1.0.2", + "System.Text.Json": "4.7.2" + }, + "compile": { + "lib/net6.0/System.ClientModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.ClientModel.dll": { + "related": ".xml" + } + } + }, "System.CodeDom/6.0.0": { "type": "package", "compile": { @@ -3434,7 +3697,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Collections.dll": {} + "ref/netstandard1.3/System.Collections.dll": { + "related": ".xml" + } } }, "System.Collections.Concurrent/4.3.0": { @@ -3452,7 +3717,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Collections.Concurrent.dll": {} + "ref/netstandard1.3/System.Collections.Concurrent.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Collections.Concurrent.dll": {} @@ -3480,7 +3747,9 @@ "System.Runtime": "4.1.0" }, "compile": { - "ref/netstandard1.0/System.ComponentModel.dll": {} + "ref/netstandard1.0/System.ComponentModel.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.ComponentModel.dll": {} @@ -3502,7 +3771,9 @@ "System.Threading": "4.0.11" }, "compile": { - "ref/netstandard1.4/System.ComponentModel.Annotations.dll": {} + "ref/netstandard1.4/System.ComponentModel.Annotations.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.4/System.ComponentModel.Annotations.dll": {} @@ -3648,7 +3919,9 @@ "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Console.dll": {} + "ref/netstandard1.3/System.Console.dll": { + "related": ".xml" + } } }, "System.Data.SqlClient/4.8.6": { @@ -3687,26 +3960,28 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Diagnostics.Debug.dll": {} + "ref/netstandard1.3/System.Diagnostics.Debug.dll": { + "related": ".xml" + } } }, - "System.Diagnostics.DiagnosticSource/8.0.1": { + "System.Diagnostics.DiagnosticSource/10.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": { + "lib/net9.0/System.Diagnostics.DiagnosticSource.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": { + "lib/net9.0/System.Diagnostics.DiagnosticSource.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "System.Diagnostics.EventLog/9.0.0": { + "System.Diagnostics.EventLog/9.0.2": { "type": "package", "compile": { "lib/net9.0/System.Diagnostics.EventLog.dll": { @@ -3783,7 +4058,9 @@ "runtime.native.System": "4.3.0" }, "compile": { - "ref/netstandard1.4/System.Diagnostics.Process.dll": {} + "ref/netstandard1.4/System.Diagnostics.Process.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/linux/lib/netstandard1.4/System.Diagnostics.Process.dll": { @@ -3808,7 +4085,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Diagnostics.Tools.dll": {} + "ref/netstandard1.0/System.Diagnostics.Tools.dll": { + "related": ".xml" + } } }, "System.Diagnostics.Tracing/4.3.0": { @@ -3819,7 +4098,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {} + "ref/netstandard1.5/System.Diagnostics.Tracing.dll": { + "related": ".xml" + } } }, "System.Dynamic.Runtime/4.0.11": { @@ -3842,7 +4123,9 @@ "System.Threading": "4.0.11" }, "compile": { - "ref/netstandard1.3/System.Dynamic.Runtime.dll": {} + "ref/netstandard1.3/System.Dynamic.Runtime.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Dynamic.Runtime.dll": {} @@ -3872,7 +4155,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Globalization.dll": {} + "ref/netstandard1.3/System.Globalization.dll": { + "related": ".xml" + } } }, "System.Globalization.Calendars/4.3.0": { @@ -3884,7 +4169,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Globalization.Calendars.dll": {} + "ref/netstandard1.3/System.Globalization.Calendars.dll": { + "related": ".xml" + } } }, "System.Globalization.Extensions/4.3.0": { @@ -3898,7 +4185,9 @@ "System.Runtime.InteropServices": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Globalization.Extensions.dll": {} + "ref/netstandard1.3/System.Globalization.Extensions.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll": { @@ -3911,11 +4200,11 @@ } } }, - "System.IdentityModel.Tokens.Jwt/8.0.1": { + "System.IdentityModel.Tokens.Jwt/8.6.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "8.0.1", - "Microsoft.IdentityModel.Tokens": "8.0.1" + "Microsoft.IdentityModel.JsonWebTokens": "8.6.0", + "Microsoft.IdentityModel.Tokens": "8.6.0" }, "compile": { "lib/net9.0/System.IdentityModel.Tokens.Jwt.dll": { @@ -3938,7 +4227,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.IO.dll": {} + "ref/netstandard1.5/System.IO.dll": { + "related": ".xml" + } } }, "System.IO.Compression/4.3.0": { @@ -3961,7 +4252,9 @@ "runtime.native.System.IO.Compression": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.Compression.dll": {} + "ref/netstandard1.3/System.IO.Compression.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": { @@ -3988,7 +4281,9 @@ "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": {} + "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {} @@ -4007,14 +4302,16 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.FileSystem.dll": {} + "ref/netstandard1.3/System.IO.FileSystem.dll": { + "related": ".xml" + } } }, - "System.IO.FileSystem.AccessControl/5.0.0": { + "System.IO.FileSystem.AccessControl/4.7.0": { "type": "package", "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" + "System.Security.AccessControl": "4.7.0", + "System.Security.Principal.Windows": "4.7.0" }, "compile": { "ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { @@ -4039,7 +4336,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} @@ -4066,7 +4365,9 @@ "runtime.native.System": "4.0.0" }, "compile": { - "ref/netstandard1.3/System.IO.FileSystem.Watcher.dll": {} + "ref/netstandard1.3/System.IO.FileSystem.Watcher.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/linux/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll": { @@ -4101,7 +4402,9 @@ "runtime.native.System": "4.0.0" }, "compile": { - "ref/netstandard1.3/System.IO.MemoryMappedFiles.dll": {} + "ref/netstandard1.3/System.IO.MemoryMappedFiles.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.IO.MemoryMappedFiles.dll": { @@ -4142,7 +4445,9 @@ "System.Threading.Tasks": "4.0.11" }, "compile": { - "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {} + "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {} @@ -4158,7 +4463,9 @@ "System.Runtime.Extensions": "4.3.0" }, "compile": { - "ref/netstandard1.6/System.Linq.dll": {} + "ref/netstandard1.6/System.Linq.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.6/System.Linq.dll": {} @@ -4186,7 +4493,9 @@ "System.Threading": "4.3.0" }, "compile": { - "ref/netstandard1.6/System.Linq.Expressions.dll": {} + "ref/netstandard1.6/System.Linq.Expressions.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.6/System.Linq.Expressions.dll": {} @@ -4207,7 +4516,9 @@ "System.Threading.Tasks": "4.0.11" }, "compile": { - "ref/netstandard1.1/System.Linq.Parallel.dll": {} + "ref/netstandard1.1/System.Linq.Parallel.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Linq.Parallel.dll": {} @@ -4226,7 +4537,9 @@ "System.Runtime": "4.1.0" }, "compile": { - "ref/netstandard1.0/System.Linq.Queryable.dll": {} + "ref/netstandard1.0/System.Linq.Queryable.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Linq.Queryable.dll": {} @@ -4248,10 +4561,14 @@ "System.Text.Json": "4.6.0" }, "compile": { - "lib/netstandard2.0/System.Memory.Data.dll": {} + "lib/netstandard2.0/System.Memory.Data.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/System.Memory.Data.dll": {} + "lib/netstandard2.0/System.Memory.Data.dll": { + "related": ".xml" + } } }, "System.Net.Http/4.3.0": { @@ -4285,7 +4602,9 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Net.Http.dll": {} + "ref/netstandard1.3/System.Net.Http.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll": { @@ -4317,7 +4636,9 @@ "runtime.native.System": "4.0.0" }, "compile": { - "ref/netstandard1.3/System.Net.NameResolution.dll": {} + "ref/netstandard1.3/System.Net.NameResolution.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Net.NameResolution.dll": { @@ -4339,7 +4660,9 @@ "System.Runtime.Handles": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Net.Primitives.dll": {} + "ref/netstandard1.3/System.Net.Primitives.dll": { + "related": ".xml" + } } }, "System.Net.Requests/4.0.11": { @@ -4360,7 +4683,9 @@ "System.Threading.Tasks": "4.0.11" }, "compile": { - "ref/netstandard1.3/System.Net.Requests.dll": {} + "ref/netstandard1.3/System.Net.Requests.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Net.Requests.dll": { @@ -4406,7 +4731,9 @@ "runtime.native.System.Security.Cryptography": "4.0.0" }, "compile": { - "ref/netstandard1.3/System.Net.Security.dll": {} + "ref/netstandard1.3/System.Net.Security.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.6/System.Net.Security.dll": { @@ -4430,7 +4757,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Net.Sockets.dll": {} + "ref/netstandard1.3/System.Net.Sockets.dll": { + "related": ".xml" + } } }, "System.Net.WebHeaderCollection/4.0.1": { @@ -4442,7 +4771,9 @@ "System.Runtime.Extensions": "4.1.0" }, "compile": { - "ref/netstandard1.3/System.Net.WebHeaderCollection.dll": {} + "ref/netstandard1.3/System.Net.WebHeaderCollection.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Net.WebHeaderCollection.dll": {} @@ -4467,7 +4798,9 @@ "System.Threading": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.ObjectModel.dll": {} + "ref/netstandard1.3/System.ObjectModel.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.ObjectModel.dll": {} @@ -4518,7 +4851,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.Reflection.dll": {} + "ref/netstandard1.5/System.Reflection.dll": { + "related": ".xml" + } } }, "System.Reflection.DispatchProxy/4.0.1": { @@ -4536,7 +4871,9 @@ "System.Threading": "4.0.11" }, "compile": { - "ref/netstandard1.3/System.Reflection.DispatchProxy.dll": {} + "ref/netstandard1.3/System.Reflection.DispatchProxy.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Reflection.DispatchProxy.dll": {} @@ -4552,7 +4889,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.1/_._": {} + "ref/netstandard1.1/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Reflection.Emit.dll": {} @@ -4566,7 +4905,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/_._": {} + "ref/netstandard1.0/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {} @@ -4581,7 +4922,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/_._": {} + "ref/netstandard1.0/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll": {} @@ -4596,7 +4939,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Reflection.Extensions.dll": {} + "ref/netstandard1.0/System.Reflection.Extensions.dll": { + "related": ".xml" + } } }, "System.Reflection.Metadata/7.0.0": { @@ -4626,7 +4971,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Reflection.Primitives.dll": {} + "ref/netstandard1.0/System.Reflection.Primitives.dll": { + "related": ".xml" + } } }, "System.Reflection.TypeExtensions/4.3.0": { @@ -4670,7 +5017,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Resources.ResourceManager.dll": {} + "ref/netstandard1.0/System.Resources.ResourceManager.dll": { + "related": ".xml" + } } }, "System.Runtime/4.3.0": { @@ -4680,7 +5029,9 @@ "Microsoft.NETCore.Targets": "1.1.0" }, "compile": { - "ref/netstandard1.5/System.Runtime.dll": {} + "ref/netstandard1.5/System.Runtime.dll": { + "related": ".xml" + } } }, "System.Runtime.Caching/8.0.0": { @@ -4711,10 +5062,14 @@ "System.Runtime.CompilerServices.Unsafe/6.0.0": { "type": "package", "compile": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {} + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } }, "runtime": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {} + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } }, "build": { "buildTransitive/netcoreapp3.1/_._": {} @@ -4728,7 +5083,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.Runtime.Extensions.dll": {} + "ref/netstandard1.5/System.Runtime.Extensions.dll": { + "related": ".xml" + } } }, "System.Runtime.Handles/4.3.0": { @@ -4739,7 +5096,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Runtime.Handles.dll": {} + "ref/netstandard1.3/System.Runtime.Handles.dll": { + "related": ".xml" + } } }, "System.Runtime.InteropServices/4.3.0": { @@ -4792,7 +5151,9 @@ "System.Runtime": "4.1.0" }, "compile": { - "ref/netstandard1.5/_._": {} + "ref/netstandard1.5/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.5/System.Runtime.Loader.dll": {} @@ -4807,7 +5168,9 @@ "System.Runtime.Extensions": "4.3.0" }, "compile": { - "ref/netstandard1.1/System.Runtime.Numerics.dll": {} + "ref/netstandard1.1/System.Runtime.Numerics.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Runtime.Numerics.dll": {} @@ -4821,7 +5184,9 @@ "System.Runtime": "4.1.0" }, "compile": { - "ref/netstandard1.0/System.Runtime.Serialization.Json.dll": {} + "ref/netstandard1.0/System.Runtime.Serialization.Json.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Runtime.Serialization.Json.dll": {} @@ -4834,17 +5199,19 @@ "System.Runtime": "4.1.0" }, "compile": { - "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} + "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} } }, - "System.Security.AccessControl/5.0.0": { + "System.Security.AccessControl/4.7.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" + "Microsoft.NETCore.Platforms": "3.1.0", + "System.Security.Principal.Windows": "4.7.0" }, "compile": { "ref/netstandard2.0/System.Security.AccessControl.dll": { @@ -4875,7 +5242,9 @@ "System.Security.Principal": "4.0.1" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Security.Claims.dll": {} @@ -4994,7 +5363,9 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": {} + "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": { @@ -5037,6 +5408,28 @@ } } }, + "System.Security.Cryptography.Pkcs/9.0.0": { + "type": "package", + "compile": { + "lib/net9.0/System.Security.Cryptography.Pkcs.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/System.Security.Cryptography.Pkcs.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net9.0/System.Security.Cryptography.Pkcs.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, "System.Security.Cryptography.Primitives/4.3.0": { "type": "package", "dependencies": { @@ -5101,7 +5494,9 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" }, "compile": { - "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": {} + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { @@ -5114,19 +5509,40 @@ } } }, + "System.Security.Cryptography.Xml/9.0.0": { + "type": "package", + "dependencies": { + "System.Security.Cryptography.Pkcs": "9.0.0" + }, + "compile": { + "lib/net9.0/System.Security.Cryptography.Xml.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/System.Security.Cryptography.Xml.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, "System.Security.Principal/4.0.1": { "type": "package", "dependencies": { "System.Runtime": "4.1.0" }, "compile": { - "ref/netstandard1.0/System.Security.Principal.dll": {} + "ref/netstandard1.0/System.Security.Principal.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.0/System.Security.Principal.dll": {} } }, - "System.Security.Principal.Windows/5.0.0": { + "System.Security.Principal.Windows/4.7.0": { "type": "package", "compile": { "ref/netcoreapp3.0/System.Security.Principal.Windows.dll": { @@ -5157,7 +5573,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Text.Encoding.dll": {} + "ref/netstandard1.3/System.Text.Encoding.dll": { + "related": ".xml" + } } }, "System.Text.Encoding.Extensions/4.3.0": { @@ -5169,7 +5587,9 @@ "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {} + "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": { + "related": ".xml" + } } }, "System.Text.Encodings.Web/4.7.2": { @@ -5220,7 +5640,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Threading.dll": {} + "ref/netstandard1.3/System.Threading.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Threading.dll": {} @@ -5251,7 +5673,9 @@ "System.Runtime.Handles": "4.0.1" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Threading.Overlapped.dll": { @@ -5272,7 +5696,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Threading.Tasks.dll": {} + "ref/netstandard1.3/System.Threading.Tasks.dll": { + "related": ".xml" + } } }, "System.Threading.Tasks.Dataflow/4.6.0": { @@ -5323,7 +5749,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.1/System.Threading.Tasks.Parallel.dll": {} + "ref/netstandard1.1/System.Threading.Tasks.Parallel.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Threading.Tasks.Parallel.dll": {} @@ -5335,7 +5763,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Threading.Thread.dll": {} + "ref/netstandard1.3/System.Threading.Thread.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Threading.Thread.dll": {} @@ -5348,7 +5778,9 @@ "System.Runtime.Handles": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Threading.ThreadPool.dll": {} + "ref/netstandard1.3/System.Threading.ThreadPool.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Threading.ThreadPool.dll": {} @@ -5362,7 +5794,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.2/System.Threading.Timer.dll": {} + "ref/netstandard1.2/System.Threading.Timer.dll": { + "related": ".xml" + } } }, "System.ValueTuple/4.5.0": { @@ -5394,7 +5828,9 @@ "System.Threading.Tasks.Extensions": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Xml.ReaderWriter.dll": {} + "ref/netstandard1.3/System.Xml.ReaderWriter.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.ReaderWriter.dll": {} @@ -5417,7 +5853,9 @@ "System.Xml.ReaderWriter": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Xml.XDocument.dll": {} + "ref/netstandard1.3/System.Xml.XDocument.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.XDocument.dll": {} @@ -5438,7 +5876,9 @@ "System.Xml.ReaderWriter": "4.0.11" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.XmlDocument.dll": {} @@ -5466,21 +5906,23 @@ "System.Xml.XmlDocument": "4.0.1" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.XmlSerializer.dll": {} } }, - "YamlDotNet/13.3.1": { + "YamlDotNet/16.3.0": { "type": "package", "compile": { - "lib/net7.0/YamlDotNet.dll": { + "lib/net8.0/YamlDotNet.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/YamlDotNet.dll": { + "lib/net8.0/YamlDotNet.dll": { "related": ".xml" } } @@ -5489,7 +5931,7 @@ "type": "project", "framework": ".NETCoreApp,Version=v9.0", "dependencies": { - "Newtonsoft.Json": "13.0.3" + "Newtonsoft.Json": "13.0.4" }, "compile": { "bin/placeholder/EventBus.dll": {} @@ -5502,12 +5944,12 @@ "type": "project", "framework": ".NETCoreApp,Version=v9.0", "dependencies": { - "Autofac": "8.1.1", + "Autofac": "9.0.0", "EventBus": "1.0.0", "Microsoft.CSharp": "4.7.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Newtonsoft.Json": "13.0.3", - "Polly": "8.5.0", + "Microsoft.Extensions.Logging": "9.0.2", + "Newtonsoft.Json": "13.0.4", + "Polly": "8.6.5", "RabbitMQ.Client": "6.8.1" }, "compile": { @@ -5521,11 +5963,11 @@ "type": "project", "framework": ".NETCoreApp,Version=v9.0", "dependencies": { - "Autofac": "8.1.1", + "Autofac": "9.0.0", "EventBus": "1.0.0", "Microsoft.Azure.ServiceBus": "5.2.0", "Microsoft.CSharp": "4.7.0", - "Microsoft.Extensions.Logging": "9.0.0" + "Microsoft.Extensions.Logging": "9.0.2" }, "compile": { "bin/placeholder/EventBusServiceBus.dll": {} @@ -5543,7 +5985,7 @@ "Microsoft.EntityFrameworkCore.Design": "9.0.0", "Microsoft.EntityFrameworkCore.Relational": "9.0.0", "Microsoft.EntityFrameworkCore.SqlServer": "9.0.0", - "Newtonsoft.Json": "13.0.3" + "Newtonsoft.Json": "13.0.4" }, "compile": { "bin/placeholder/IntegrationEventLogEF.dll": {} @@ -5556,8 +5998,41 @@ "type": "project", "framework": ".NETCoreApp,Version=v9.0", "dependencies": { - "MediatR": "11.1.0", - "MediatR.Extensions.Microsoft.DependencyInjection": "11.1.0" + "AspNetCore.HealthChecks.AzureServiceBus": "9.0.0", + "AspNetCore.HealthChecks.Rabbitmq": "8.0.2", + "AspNetCore.HealthChecks.Redis": "9.0.0", + "AspNetCore.HealthChecks.SqlServer": "9.0.0", + "AspNetCore.HealthChecks.UI": "9.0.0", + "AspNetCore.HealthChecks.UI.Client": "9.0.0", + "AspNetCore.HealthChecks.UI.InMemory.Storage": "9.0.0", + "AspNetCore.HealthChecks.Uris": "9.0.0", + "Autofac": "9.0.0", + "FluentValidation.AspNetCore": "11.3.0", + "Google.Protobuf": "3.33.1", + "Grpc.AspNetCore.Server": "2.71.0", + "Grpc.AspNetCore.Server.ClientFactory": "2.71.0", + "Grpc.Net.Client": "2.71.0", + "MediatR": "12.4.1", + "Microsoft.ApplicationInsights.AspNetCore": "2.23.0", + "Microsoft.ApplicationInsights.DependencyCollector": "2.23.0", + "Microsoft.ApplicationInsights.Kubernetes": "8.0.0", + "Microsoft.AspNetCore.DataProtection.StackExchangeRedis": "9.0.0", + "Microsoft.Extensions.Diagnostics.HealthChecks": "9.0.0", + "Microsoft.Extensions.Hosting": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.AzureAppServices": "9.0.0", + "Microsoft.Web.LibraryManager.Build": "3.0.71", + "Newtonsoft.Json": "13.0.4", + "Polly": "8.6.5", + "RabbitMQ.Client": "6.8.1", + "Serilog.AspNetCore": "9.0.0", + "Serilog.Settings.Configuration": "9.0.0", + "Serilog.Sinks.Console": "6.1.1", + "Serilog.Sinks.Http": "9.2.0", + "Serilog.Sinks.Seq": "9.0.0", + "Swashbuckle.AspNetCore": "7.2.0", + "Swashbuckle.AspNetCore.Newtonsoft": "7.2.0" }, "compile": { "bin/placeholder/Ordering.Domain.dll": {} @@ -5570,12 +6045,44 @@ "type": "project", "framework": ".NETCoreApp,Version=v9.0", "dependencies": { - "MediatR": "11.1.0", - "MediatR.Extensions.Microsoft.DependencyInjection": "11.1.0", + "AspNetCore.HealthChecks.AzureServiceBus": "9.0.0", + "AspNetCore.HealthChecks.Rabbitmq": "8.0.2", + "AspNetCore.HealthChecks.Redis": "9.0.0", + "AspNetCore.HealthChecks.SqlServer": "9.0.0", + "AspNetCore.HealthChecks.UI": "9.0.0", + "AspNetCore.HealthChecks.UI.Client": "9.0.0", + "AspNetCore.HealthChecks.UI.InMemory.Storage": "9.0.0", + "AspNetCore.HealthChecks.Uris": "9.0.0", + "Autofac": "9.0.0", + "FluentValidation.AspNetCore": "11.3.0", + "Google.Protobuf": "3.33.1", + "Grpc.AspNetCore.Server": "2.71.0", + "Grpc.AspNetCore.Server.ClientFactory": "2.71.0", + "Grpc.Net.Client": "2.71.0", + "MediatR": "12.4.1", + "Microsoft.ApplicationInsights.AspNetCore": "2.23.0", + "Microsoft.ApplicationInsights.DependencyCollector": "2.23.0", + "Microsoft.ApplicationInsights.Kubernetes": "8.0.0", + "Microsoft.AspNetCore.DataProtection.StackExchangeRedis": "9.0.0", "Microsoft.EntityFrameworkCore": "9.0.0", "Microsoft.EntityFrameworkCore.SqlServer": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Ordering.Domain": "1.0.0" + "Microsoft.Extensions.Diagnostics.HealthChecks": "9.0.0", + "Microsoft.Extensions.Hosting": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.AzureAppServices": "9.0.0", + "Microsoft.Web.LibraryManager.Build": "3.0.71", + "Newtonsoft.Json": "13.0.4", + "Ordering.Domain": "1.0.0", + "Polly": "8.6.5", + "RabbitMQ.Client": "6.8.1", + "Serilog.AspNetCore": "9.0.0", + "Serilog.Settings.Configuration": "9.0.0", + "Serilog.Sinks.Console": "6.1.1", + "Serilog.Sinks.Http": "9.2.0", + "Serilog.Sinks.Seq": "9.0.0", + "Swashbuckle.AspNetCore": "7.2.0", + "Swashbuckle.AspNetCore.Newtonsoft": "7.2.0" }, "compile": { "bin/placeholder/Ordering.Infrastructure.dll": {} @@ -5608,19 +6115,19 @@ } }, "libraries": { - "AspNetCore.HealthChecks.AzureServiceBus/8.0.1": { - "sha512": "67GttVESv92GIthFMNqLbWvnQr3AFujGGsydKUl51R7p+KETguIJ+yHGUSnLL8XEcIWO0pENO714WlAqmON8EQ==", + "AspNetCore.HealthChecks.AzureServiceBus/9.0.0": { + "sha512": "Uzml9qWAvN6xPJejdTLznx9SIczKs/exieiJCU0Kjivt4ZTcsLdE3u2g8HJr0VWhguQad2mpGkwXtQ9nWfkm4g==", "type": "package", - "path": "aspnetcore.healthchecks.azureservicebus/8.0.1", + "path": "aspnetcore.healthchecks.azureservicebus/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", - "aspnetcore.healthchecks.azureservicebus.8.0.1.nupkg.sha512", + "aspnetcore.healthchecks.azureservicebus.9.0.0.nupkg.sha512", "aspnetcore.healthchecks.azureservicebus.nuspec", "icon.png", - "lib/net6.0/HealthChecks.AzureServiceBus.dll", - "lib/net6.0/HealthChecks.AzureServiceBus.xml", + "lib/net8.0/HealthChecks.AzureServiceBus.dll", + "lib/net8.0/HealthChecks.AzureServiceBus.xml", "lib/netstandard2.0/HealthChecks.AzureServiceBus.dll", "lib/netstandard2.0/HealthChecks.AzureServiceBus.xml" ] @@ -5642,69 +6149,138 @@ "lib/netstandard2.0/HealthChecks.Rabbitmq.xml" ] }, - "AspNetCore.HealthChecks.SqlServer/8.0.2": { - "sha512": "sTcVVq7/zhfUrSTs0WAktvPdpU1He/sj14gRTogq4eFhn0oImolxNNhJczkYMgFF92RMMW+O+rlcFO7HVOpfiQ==", + "AspNetCore.HealthChecks.Redis/9.0.0": { + "sha512": "yNH0h8GLRbAf+PU5HNVLZ5hNeyq9mDVmRKO9xuZsme/znUYoBJlQvI0gq45gaZNlLncCHkMhR4o90MuT+gxxPw==", + "type": "package", + "path": "aspnetcore.healthchecks.redis/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.redis.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.redis.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.Redis.dll", + "lib/net8.0/HealthChecks.Redis.xml", + "lib/netstandard2.0/HealthChecks.Redis.dll", + "lib/netstandard2.0/HealthChecks.Redis.xml" + ] + }, + "AspNetCore.HealthChecks.SqlServer/9.0.0": { + "sha512": "UxCf65iCF2nU1u7AcB320abjL4CRg5swCgJECY6mKk1j5lrGMfVtskWwriGs1T29pYdRig9Vra3SPnP+4G82pA==", "type": "package", - "path": "aspnetcore.healthchecks.sqlserver/8.0.2", + "path": "aspnetcore.healthchecks.sqlserver/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "aspnetcore.healthchecks.sqlserver.8.0.2.nupkg.sha512", + "aspnetcore.healthchecks.sqlserver.9.0.0.nupkg.sha512", "aspnetcore.healthchecks.sqlserver.nuspec", "icon.png", - "lib/net6.0/HealthChecks.SqlServer.dll", - "lib/net6.0/HealthChecks.SqlServer.xml", + "lib/net8.0/HealthChecks.SqlServer.dll", + "lib/net8.0/HealthChecks.SqlServer.xml", "lib/netstandard2.0/HealthChecks.SqlServer.dll", "lib/netstandard2.0/HealthChecks.SqlServer.xml" ] }, - "AspNetCore.HealthChecks.UI.Client/8.0.1": { - "sha512": "nhC6KIoB/EtTbH3uGm2J6EHEUyTJuETUARFePbmrnA+zjbwsirzIVUQl46qIjvyPABhK0e7Rk+AxcRqC6zikqA==", + "AspNetCore.HealthChecks.UI/9.0.0": { + "sha512": "r/bGIiFDm/Bv+S/OCcE1/YzM4Zul1nEKGRA42xcGqxaYmaQf1T+gFEReNNA+5nHXuXt5TRuBuVag1emXuwqe6w==", + "type": "package", + "path": "aspnetcore.healthchecks.ui/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.ui.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.ui.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.UI.dll", + "lib/net8.0/HealthChecks.UI.runtimeconfig.json", + "lib/net8.0/HealthChecks.UI.xml" + ] + }, + "AspNetCore.HealthChecks.UI.Client/9.0.0": { + "sha512": "1Ub3Wvvbz7CMuFNWgLEc9qqQibiMoovDML/WHrwr5J83RPgtI20giCR92s/ipLgu7IIuqw+W/y7WpIeHqAICxg==", "type": "package", - "path": "aspnetcore.healthchecks.ui.client/8.0.1", + "path": "aspnetcore.healthchecks.ui.client/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "aspnetcore.healthchecks.ui.client.8.0.1.nupkg.sha512", + "aspnetcore.healthchecks.ui.client.9.0.0.nupkg.sha512", "aspnetcore.healthchecks.ui.client.nuspec", "icon.png", - "lib/net6.0/HealthChecks.UI.Client.dll", - "lib/net6.0/HealthChecks.UI.Client.xml", - "lib/net7.0/HealthChecks.UI.Client.dll", - "lib/net7.0/HealthChecks.UI.Client.xml", "lib/net8.0/HealthChecks.UI.Client.dll", "lib/net8.0/HealthChecks.UI.Client.xml" ] }, - "AspNetCore.HealthChecks.UI.Core/8.0.1": { - "sha512": "Vn00MOJ1I0HSqyP7Bt9v0pr0AIgbrXMjL/KFwW+sRwLRogOtep8BWGimd8XYRCbCDLrAi7VSArU02f6pEIw69w==", + "AspNetCore.HealthChecks.UI.Core/9.0.0": { + "sha512": "TVriy4hgYnhfqz6NAzv8qe62Q8wf82iKUL6WV9selqeFZTq1ILi39Sic6sFQegRysvAVcnxKP/vY8z9Fk8x6XQ==", "type": "package", - "path": "aspnetcore.healthchecks.ui.core/8.0.1", + "path": "aspnetcore.healthchecks.ui.core/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "aspnetcore.healthchecks.ui.core.8.0.1.nupkg.sha512", + "aspnetcore.healthchecks.ui.core.9.0.0.nupkg.sha512", "aspnetcore.healthchecks.ui.core.nuspec", "icon.png", - "lib/net6.0/HealthChecks.UI.Core.dll", - "lib/net6.0/HealthChecks.UI.Core.xml" + "lib/net8.0/HealthChecks.UI.Core.dll", + "lib/net8.0/HealthChecks.UI.Core.xml" + ] + }, + "AspNetCore.HealthChecks.UI.Data/9.0.0": { + "sha512": "bZkXUdiqXOkmhe3XHF+OIgPQKR8OXS8/+iDWegmxSXtbaIYwsT5+B0URT+P4OPvhj5tR2goMMZe5KwJBVHr+1g==", + "type": "package", + "path": "aspnetcore.healthchecks.ui.data/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.ui.data.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.ui.data.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.UI.Data.dll", + "lib/net8.0/HealthChecks.UI.Data.xml" + ] + }, + "AspNetCore.HealthChecks.UI.InMemory.Storage/9.0.0": { + "sha512": "xuq+HBH8Ckz9r5d+yP1pk7cgIbPLBqCGfYu0MxtvbtsxIo7cv5nQoUCJsdgqN5/a4ndVUJZco6GjWFk6r4xN1w==", + "type": "package", + "path": "aspnetcore.healthchecks.ui.inmemory.storage/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.ui.inmemory.storage.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.ui.inmemory.storage.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.UI.InMemory.Storage.dll", + "lib/net8.0/HealthChecks.UI.InMemory.Storage.xml" + ] + }, + "AspNetCore.HealthChecks.Uris/9.0.0": { + "sha512": "XYdNlA437KeF8p9qOpZFyNqAN+c0FXt/JjTvzH/Qans0q0O3pPE8KPnn39ucQQjR/Roum1vLTP3kXiUs8VHyuA==", + "type": "package", + "path": "aspnetcore.healthchecks.uris/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.uris.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.uris.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.Uris.dll", + "lib/net8.0/HealthChecks.Uris.xml", + "lib/netstandard2.0/HealthChecks.Uris.dll", + "lib/netstandard2.0/HealthChecks.Uris.xml" ] }, - "Autofac/8.1.1": { - "sha512": "lhHjVB/XJtxPDUQ/FAHWAC7Spu+P9TNfDbyx2W0ABqD1eTRo7TkcZ7l7Oq1S5pKNg7NXswdk9uH73qbOzSwQFA==", + "Autofac/9.0.0": { + "sha512": "G8TpUMVIq1pEAMuAao8h5MKduY91SotjgK93wQb5LaxbJUVE0/XjCA6t2SOp+AkPC3GB/C2MAiF2D7krYjraFw==", "type": "package", - "path": "autofac/8.1.1", + "path": "autofac/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", - "autofac.8.1.1.nupkg.sha512", + "autofac.9.0.0.nupkg.sha512", "autofac.nuspec", "icon.png", - "lib/net6.0/Autofac.dll", - "lib/net6.0/Autofac.xml", - "lib/net7.0/Autofac.dll", - "lib/net7.0/Autofac.xml", + "lib/net10.0/Autofac.dll", + "lib/net10.0/Autofac.xml", "lib/net8.0/Autofac.dll", "lib/net8.0/Autofac.xml", "lib/netstandard2.0/Autofac.dll", @@ -5713,15 +6289,15 @@ "lib/netstandard2.1/Autofac.xml" ] }, - "Autofac.Extensions.DependencyInjection/10.0.0": { - "sha512": "ZjR/onUlP7BzQ7VBBigQepWLAyAzi3VRGX3pP6sBqkPRiT61fsTZqbTpRUKxo30TMgbs1o3y6bpLbETix4SJog==", + "Autofac.Extensions.DependencyInjection/9.0.0": { + "sha512": "tf+//4MBola256qaaVQqQ6tx2R57S8A8BFekRWNpHkpSFzRBPkU+/fEDUSrCjqldK/B2zRoDbsMcQmYy3PYGWg==", "type": "package", - "path": "autofac.extensions.dependencyinjection/10.0.0", + "path": "autofac.extensions.dependencyinjection/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", - "autofac.extensions.dependencyinjection.10.0.0.nupkg.sha512", + "autofac.extensions.dependencyinjection.9.0.0.nupkg.sha512", "autofac.extensions.dependencyinjection.nuspec", "icon.png", "lib/net6.0/Autofac.Extensions.DependencyInjection.dll", @@ -5736,28 +6312,24 @@ "lib/netstandard2.1/Autofac.Extensions.DependencyInjection.xml" ] }, - "Azure.Core/1.36.0": { - "sha512": "vwqFZdHS4dzPlI7FFRkPx9ctA+aGGeRev3gnzG8lntWvKMmBhAmulABi1O9CEvS3/jzYt7yA+0pqVdxkpAd7dQ==", + "Azure.Core/1.38.0": { + "sha512": "IuEgCoVA0ef7E4pQtpC3+TkPbzaoQfa77HlfJDmfuaJUCVJmn7fT0izamZiryW5sYUFKizsftIxMkXKbgIcPMQ==", "type": "package", - "path": "azure.core/1.36.0", + "path": "azure.core/1.38.0", "files": [ ".nupkg.metadata", ".signature.p7s", "CHANGELOG.md", "README.md", - "azure.core.1.36.0.nupkg.sha512", + "azure.core.1.38.0.nupkg.sha512", "azure.core.nuspec", "azureicon.png", "lib/net461/Azure.Core.dll", "lib/net461/Azure.Core.xml", "lib/net472/Azure.Core.dll", "lib/net472/Azure.Core.xml", - "lib/net5.0/Azure.Core.dll", - "lib/net5.0/Azure.Core.xml", "lib/net6.0/Azure.Core.dll", "lib/net6.0/Azure.Core.xml", - "lib/netcoreapp2.1/Azure.Core.dll", - "lib/netcoreapp2.1/Azure.Core.xml", "lib/netstandard2.0/Azure.Core.dll", "lib/netstandard2.0/Azure.Core.xml" ] @@ -5778,16 +6350,16 @@ "lib/netstandard2.0/Azure.Core.Amqp.xml" ] }, - "Azure.Identity/1.10.3": { - "sha512": "l1Xm2MWOF2Mzcwuarlw8kWQXLZk3UeB55aQXVyjj23aBfDwOZ3gu5GP2kJ6KlmZeZv2TCzw7x4L3V36iNr3gww==", + "Azure.Identity/1.11.4": { + "sha512": "Sf4BoE6Q3jTgFkgBkx7qztYOFELBCo+wQgpYDwal/qJ1unBH73ywPztIJKXBXORRzAeNijsuxhk94h0TIMvfYg==", "type": "package", - "path": "azure.identity/1.10.3", + "path": "azure.identity/1.11.4", "files": [ ".nupkg.metadata", ".signature.p7s", "CHANGELOG.md", "README.md", - "azure.identity.1.10.3.nupkg.sha512", + "azure.identity.1.11.4.nupkg.sha512", "azure.identity.nuspec", "azureicon.png", "lib/netstandard2.0/Azure.Identity.dll", @@ -5810,22 +6382,20 @@ "lib/netstandard2.0/Azure.Messaging.ServiceBus.xml" ] }, - "Dapper/2.1.35": { - "sha512": "YKRwjVfrG7GYOovlGyQoMvr1/IJdn+7QzNXJxyMh0YfFF5yvDmTYaJOVYWsckreNjGsGSEtrMTpnzxTUq/tZQw==", + "Dapper/2.1.66": { + "sha512": "/q77jUgDOS+bzkmk3Vy9SiWMaetTw+NOoPAV0xPBsGVAyljd5S6P+4RUW7R3ZUGGr9lDRyPKgAMj2UAOwvqZYw==", "type": "package", - "path": "dapper/2.1.35", + "path": "dapper/2.1.66", "files": [ ".nupkg.metadata", ".signature.p7s", "Dapper.png", - "dapper.2.1.35.nupkg.sha512", + "dapper.2.1.66.nupkg.sha512", "dapper.nuspec", "lib/net461/Dapper.dll", "lib/net461/Dapper.xml", - "lib/net5.0/Dapper.dll", - "lib/net5.0/Dapper.xml", - "lib/net7.0/Dapper.dll", - "lib/net7.0/Dapper.xml", + "lib/net8.0/Dapper.dll", + "lib/net8.0/Dapper.xml", "lib/netstandard2.0/Dapper.dll", "lib/netstandard2.0/Dapper.xml", "readme.md" @@ -5890,34 +6460,32 @@ "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.xml" ] }, - "Fractions/7.2.1": { - "sha512": "1gVCo18/02ZZOJ+dcpVNMsUHF6cLmltMMskUWl2G1l+0OmTTvcwJZq5/JXIVpvOzPM3gDLombsloGMlTQNcv9g==", + "Fractions/7.3.0": { + "sha512": "2bETFWLBc8b7Ut2SVi+bxhGVwiSpknHYGBh2PADyGWONLkTxT7bKyDRhF8ao+XUv90tq8Fl7GTPxSI5bacIRJw==", "type": "package", - "path": "fractions/7.2.1", + "path": "fractions/7.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Fraction.png", "Readme.md", - "fractions.7.2.1.nupkg.sha512", + "fractions.7.3.0.nupkg.sha512", "fractions.nuspec", "lib/netstandard2.0/Fractions.dll", - "lib/netstandard2.0/Fractions.pdb", "lib/netstandard2.0/Fractions.xml", "lib/netstandard2.1/Fractions.dll", - "lib/netstandard2.1/Fractions.pdb", "lib/netstandard2.1/Fractions.xml", "license.txt" ] }, - "Google.Protobuf/3.28.3": { - "sha512": "OewySX3aQCdKfMJsj2DzBMXQJPI+lm0CBzamU9ViFu3CU9tXYrQWqJ1CZ+/UWtkwOjUeIzbXmoOjRc7B8pbMrA==", + "Google.Protobuf/3.33.1": { + "sha512": "RztiFmX9aOWDwfhxFzx/nS4fjs4DX7ZC7/XBEBl56k15lPGBftvbSwZkeo1mMCJHrNp1kK5iQYrFXB4MqCmBCA==", "type": "package", - "path": "google.protobuf/3.28.3", + "path": "google.protobuf/3.33.1", "files": [ ".nupkg.metadata", ".signature.p7s", - "google.protobuf.3.28.3.nupkg.sha512", + "google.protobuf.3.33.1.nupkg.sha512", "google.protobuf.nuspec", "lib/net45/Google.Protobuf.dll", "lib/net45/Google.Protobuf.pdb", @@ -5933,15 +6501,15 @@ "lib/netstandard2.0/Google.Protobuf.xml" ] }, - "Grpc.AspNetCore.Server/2.70.0": { - "sha512": "9d6JuMLSxwOX4zERV7HBwq1XL8DD48a6FSoxD5dDXrCz/o0HqMXE2+lRcXHckOlz1JCesznW8XMMJdsU1FfY7w==", + "Grpc.AspNetCore.Server/2.71.0": { + "sha512": "kv+9YVB6MqDYWIcstXvWrT7Xc1si/sfINzzSxvQfjC3aei+92gXDUXCH/Q+TEvi4QSICRqu92BYcrXUBW7cuOw==", "type": "package", - "path": "grpc.aspnetcore.server/2.70.0", + "path": "grpc.aspnetcore.server/2.71.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", - "grpc.aspnetcore.server.2.70.0.nupkg.sha512", + "grpc.aspnetcore.server.2.71.0.nupkg.sha512", "grpc.aspnetcore.server.nuspec", "lib/net6.0/Grpc.AspNetCore.Server.dll", "lib/net6.0/Grpc.AspNetCore.Server.pdb", @@ -5958,15 +6526,39 @@ "packageIcon.png" ] }, - "Grpc.Core.Api/2.70.0": { - "sha512": "66UotvWcSIq41oiQhLWcQACyKPM4umxXNiht5DQTLZJfNwEswWOcS7Z0xIEHyNIBE7ZpjotH22bEjTkvhPxmVw==", + "Grpc.AspNetCore.Server.ClientFactory/2.71.0": { + "sha512": "AHvMxoC+esO1e/nOYBjxvn0WDHAfglcVBjtkBy6ohgnV+PzkF8UdkPHE02xnyPFaSokWGZKnWzjgd00x6EZpyQ==", + "type": "package", + "path": "grpc.aspnetcore.server.clientfactory/2.71.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "grpc.aspnetcore.server.clientfactory.2.71.0.nupkg.sha512", + "grpc.aspnetcore.server.clientfactory.nuspec", + "lib/net6.0/Grpc.AspNetCore.Server.ClientFactory.dll", + "lib/net6.0/Grpc.AspNetCore.Server.ClientFactory.pdb", + "lib/net6.0/Grpc.AspNetCore.Server.ClientFactory.xml", + "lib/net7.0/Grpc.AspNetCore.Server.ClientFactory.dll", + "lib/net7.0/Grpc.AspNetCore.Server.ClientFactory.pdb", + "lib/net7.0/Grpc.AspNetCore.Server.ClientFactory.xml", + "lib/net8.0/Grpc.AspNetCore.Server.ClientFactory.dll", + "lib/net8.0/Grpc.AspNetCore.Server.ClientFactory.pdb", + "lib/net8.0/Grpc.AspNetCore.Server.ClientFactory.xml", + "lib/net9.0/Grpc.AspNetCore.Server.ClientFactory.dll", + "lib/net9.0/Grpc.AspNetCore.Server.ClientFactory.pdb", + "lib/net9.0/Grpc.AspNetCore.Server.ClientFactory.xml", + "packageIcon.png" + ] + }, + "Grpc.Core.Api/2.71.0": { + "sha512": "QquqUC37yxsDzd1QaDRsH2+uuznWPTS8CVE2Yzwl3CvU4geTNkolQXoVN812M2IwT6zpv3jsZRc9ExJFNFslTg==", "type": "package", - "path": "grpc.core.api/2.70.0", + "path": "grpc.core.api/2.71.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", - "grpc.core.api.2.70.0.nupkg.sha512", + "grpc.core.api.2.71.0.nupkg.sha512", "grpc.core.api.nuspec", "lib/net462/Grpc.Core.Api.dll", "lib/net462/Grpc.Core.Api.pdb", @@ -5980,14 +6572,73 @@ "packageIcon.png" ] }, - "Grpc.Net.Common/2.70.0": { - "sha512": "rBdEUMyCwa+iB8mqC6JKyPbj3SBHHkReJj/yy/XKJI63GcG6w9DJMMGTVcYHqq4Ci2W4m0HT4jt2pFfFscar8g==", + "Grpc.Net.Client/2.71.0": { + "sha512": "U1vr20r5ngoT9nlb7wejF28EKN+taMhJsV9XtK9MkiepTZwnKxxiarriiMfCHuDAfPUm9XUjFMn/RIuJ4YY61w==", + "type": "package", + "path": "grpc.net.client/2.71.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "grpc.net.client.2.71.0.nupkg.sha512", + "grpc.net.client.nuspec", + "lib/net462/Grpc.Net.Client.dll", + "lib/net462/Grpc.Net.Client.pdb", + "lib/net462/Grpc.Net.Client.xml", + "lib/net6.0/Grpc.Net.Client.dll", + "lib/net6.0/Grpc.Net.Client.pdb", + "lib/net6.0/Grpc.Net.Client.xml", + "lib/net7.0/Grpc.Net.Client.dll", + "lib/net7.0/Grpc.Net.Client.pdb", + "lib/net7.0/Grpc.Net.Client.xml", + "lib/net8.0/Grpc.Net.Client.dll", + "lib/net8.0/Grpc.Net.Client.pdb", + "lib/net8.0/Grpc.Net.Client.xml", + "lib/netstandard2.0/Grpc.Net.Client.dll", + "lib/netstandard2.0/Grpc.Net.Client.pdb", + "lib/netstandard2.0/Grpc.Net.Client.xml", + "lib/netstandard2.1/Grpc.Net.Client.dll", + "lib/netstandard2.1/Grpc.Net.Client.pdb", + "lib/netstandard2.1/Grpc.Net.Client.xml", + "packageIcon.png" + ] + }, + "Grpc.Net.ClientFactory/2.71.0": { + "sha512": "8oPLwQLPo86fmcf9ghjCDyNsSWhtHc3CXa/AqwF8Su/pG7qAoeWWtbymsZhoNvCV9Zjzb6BDcIPKXLYt+O175g==", + "type": "package", + "path": "grpc.net.clientfactory/2.71.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "grpc.net.clientfactory.2.71.0.nupkg.sha512", + "grpc.net.clientfactory.nuspec", + "lib/net6.0/Grpc.Net.ClientFactory.dll", + "lib/net6.0/Grpc.Net.ClientFactory.pdb", + "lib/net6.0/Grpc.Net.ClientFactory.xml", + "lib/net7.0/Grpc.Net.ClientFactory.dll", + "lib/net7.0/Grpc.Net.ClientFactory.pdb", + "lib/net7.0/Grpc.Net.ClientFactory.xml", + "lib/net8.0/Grpc.Net.ClientFactory.dll", + "lib/net8.0/Grpc.Net.ClientFactory.pdb", + "lib/net8.0/Grpc.Net.ClientFactory.xml", + "lib/netstandard2.0/Grpc.Net.ClientFactory.dll", + "lib/netstandard2.0/Grpc.Net.ClientFactory.pdb", + "lib/netstandard2.0/Grpc.Net.ClientFactory.xml", + "lib/netstandard2.1/Grpc.Net.ClientFactory.dll", + "lib/netstandard2.1/Grpc.Net.ClientFactory.pdb", + "lib/netstandard2.1/Grpc.Net.ClientFactory.xml", + "packageIcon.png" + ] + }, + "Grpc.Net.Common/2.71.0": { + "sha512": "v0c8R97TwRYwNXlC8GyRXwYTCNufpDfUtj9la+wUrZFzVWkFJuNAltU+c0yI3zu0jl54k7en6u2WKgZgd57r2Q==", "type": "package", - "path": "grpc.net.common/2.70.0", + "path": "grpc.net.common/2.71.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "grpc.net.common.2.70.0.nupkg.sha512", + "grpc.net.common.2.71.0.nupkg.sha512", "grpc.net.common.nuspec", "lib/net6.0/Grpc.Net.Common.dll", "lib/net6.0/Grpc.Net.Common.pdb", @@ -6007,10 +6658,10 @@ "packageIcon.png" ] }, - "Grpc.Tools/2.68.1": { - "sha512": "BZ96s7ijKAhJoRpIK+pqCeLaGaSwyc5/CAZFwgCcBuAnkU2naYvH0P6qnYCkl0pWDY/JBOnE2RvX9IvRX1Yc5Q==", + "Grpc.Tools/2.76.0": { + "sha512": "goRzYZVMgQtyLvkWdgTnPycg49hlNxnMkqGGgR3l7nCOm0bUh0YeAneiJ9JFk3XLgF4suQUdETYkl2Mg/TBr0w==", "type": "package", - "path": "grpc.tools/2.68.1", + "path": "grpc.tools/2.76.0", "hasTools": true, "files": [ ".nupkg.metadata", @@ -6039,7 +6690,7 @@ "build/native/include/google/protobuf/timestamp.proto", "build/native/include/google/protobuf/type.proto", "build/native/include/google/protobuf/wrappers.proto", - "grpc.tools.2.68.1.nupkg.sha512", + "grpc.tools.2.76.0.nupkg.sha512", "grpc.tools.nuspec", "packageIcon.png", "tools/linux_arm64/grpc_csharp_plugin", @@ -6074,59 +6725,21 @@ "logo.png" ] }, - "IdentityModel/5.2.0": { - "sha512": "nuhkbaDH9l5QzNJp2MtP3qio57MPtiRneUN8Ocr7od0JvSYaIe3gBj/vxllr11S/Qvu1AG4GZXoyv5469ewYDA==", - "type": "package", - "path": "identitymodel/5.2.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "icon.jpg", - "identitymodel.5.2.0.nupkg.sha512", - "identitymodel.nuspec", - "lib/net461/IdentityModel.dll", - "lib/net461/IdentityModel.pdb", - "lib/net461/IdentityModel.xml", - "lib/net472/IdentityModel.dll", - "lib/net472/IdentityModel.pdb", - "lib/net472/IdentityModel.xml", - "lib/net5.0/IdentityModel.dll", - "lib/net5.0/IdentityModel.pdb", - "lib/net5.0/IdentityModel.xml", - "lib/netstandard2.0/IdentityModel.dll", - "lib/netstandard2.0/IdentityModel.pdb", - "lib/netstandard2.0/IdentityModel.xml" - ] - }, - "IdentityModel.OidcClient/5.2.1": { - "sha512": "OuPhDNAw/EoJVEmYO6/ChZUBcug4OGoGKTKLUyBCsGhlKegxJk25LYQ0EL7GCBMgkEL+BYNJukNZyaJ+JNaWog==", - "type": "package", - "path": "identitymodel.oidcclient/5.2.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "icon.jpg", - "identitymodel.oidcclient.5.2.1.nupkg.sha512", - "identitymodel.oidcclient.nuspec", - "lib/netstandard2.0/IdentityModel.OidcClient.dll", - "lib/netstandard2.0/IdentityModel.OidcClient.xml" - ] - }, - "KubernetesClient/12.1.1": { - "sha512": "Xvc6Kr/W5YUxlMDzy0R80zy+Vd66brS7fSA4COGXu8KZACKPW7+KKS7kxZBLaFYGrUcktXOHpqNNuoukSGcK6A==", + "KubernetesClient/17.0.14": { + "sha512": "FMGWjGtN8WEUKAAQxs96PK2tYvPrvwhoJzay/6HiByVTvHoJ0i9u7ykvYb7E3vLTSlfv26Q2Ktxr41zYCppu8A==", "type": "package", - "path": "kubernetesclient/12.1.1", + "path": "kubernetesclient/17.0.14", "files": [ ".nupkg.metadata", ".signature.p7s", - "kubernetesclient.12.1.1.nupkg.sha512", + "kubernetesclient.17.0.14.nupkg.sha512", "kubernetesclient.nuspec", - "lib/net6.0/KubernetesClient.dll", - "lib/net6.0/KubernetesClient.pdb", - "lib/net6.0/KubernetesClient.xml", - "lib/net7.0/KubernetesClient.dll", - "lib/net7.0/KubernetesClient.pdb", - "lib/net7.0/KubernetesClient.xml", + "lib/net8.0/KubernetesClient.dll", + "lib/net8.0/KubernetesClient.pdb", + "lib/net8.0/KubernetesClient.xml", + "lib/net9.0/KubernetesClient.dll", + "lib/net9.0/KubernetesClient.pdb", + "lib/net9.0/KubernetesClient.xml", "logo.png" ] }, @@ -6150,53 +6763,41 @@ "runtimes/win7-x86/native/libuv.dll" ] }, - "MediatR/11.1.0": { - "sha512": "YIbtrLOyeCuIv8vIuHL/mMdls5xmgS36pIOJDxKZuu55nxA2MI2Z+E/Uk0z+F/LE11AGmpjplOM0NZ91m5LQBA==", + "MediatR/12.4.1": { + "sha512": "0tLxCgEC5+r1OCuumR3sWyiVa+BMv3AgiU4+pz8xqTc+2q1WbUEXFOr7Orm96oZ9r9FsldgUtWvB2o7b9jDOaw==", "type": "package", - "path": "mediatr/11.1.0", + "path": "mediatr/12.4.1", "files": [ ".nupkg.metadata", ".signature.p7s", + "README.md", "gradient_128x128.png", - "lib/netstandard2.1/MediatR.dll", - "lib/netstandard2.1/MediatR.xml", - "mediatr.11.1.0.nupkg.sha512", + "lib/net6.0/MediatR.dll", + "lib/net6.0/MediatR.xml", + "lib/netstandard2.0/MediatR.dll", + "lib/netstandard2.0/MediatR.xml", + "mediatr.12.4.1.nupkg.sha512", "mediatr.nuspec" ] }, - "MediatR.Contracts/1.0.1": { - "sha512": "NsRvOxthhkYml4DcBMyJsmym8C4MchioH7wxKVPEg7plFj9Euh/i4IcmZ3Gvgx6+K8obeuhPeJdoBl56wnuo3A==", + "MediatR.Contracts/2.0.1": { + "sha512": "FYv95bNT4UwcNA+G/J1oX5OpRiSUxteXaUt2BJbRSdRNiIUNbggJF69wy6mnk2wYToaanpdXZdCwVylt96MpwQ==", "type": "package", - "path": "mediatr.contracts/1.0.1", + "path": "mediatr.contracts/2.0.1", "files": [ ".nupkg.metadata", ".signature.p7s", "gradient_128x128.png", - "lib/net461/MediatR.Contracts.dll", - "lib/net461/MediatR.Contracts.xml", "lib/netstandard2.0/MediatR.Contracts.dll", "lib/netstandard2.0/MediatR.Contracts.xml", - "mediatr.contracts.1.0.1.nupkg.sha512", + "mediatr.contracts.2.0.1.nupkg.sha512", "mediatr.contracts.nuspec" ] }, - "MediatR.Extensions.Microsoft.DependencyInjection/11.1.0": { - "sha512": "RW3etRuy6Xp63cgqfC0r/ITOtUT0f9ymJl1+1XZdzsYUsfv7WBPC2kXGOP8IYpY/6c4Q6805vbIW/88DopUs3w==", - "type": "package", - "path": "mediatr.extensions.microsoft.dependencyinjection/11.1.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "gradient_128x128.png", - "lib/netstandard2.1/MediatR.Extensions.Microsoft.DependencyInjection.dll", - "mediatr.extensions.microsoft.dependencyinjection.11.1.0.nupkg.sha512", - "mediatr.extensions.microsoft.dependencyinjection.nuspec" - ] - }, - "Microsoft.ApplicationInsights/2.22.0": { - "sha512": "3AOM9bZtku7RQwHyMEY3tQMrHIgjcfRDa6YQpd/QG2LDGvMydSlL9Di+8LLMt7J2RDdfJ7/2jdYv6yHcMJAnNw==", + "Microsoft.ApplicationInsights/2.23.0": { + "sha512": "nWArUZTdU7iqZLycLKWe0TDms48KKGE6pONH2terYNa8REXiqixrMOkf1sk5DHGMaUTqONU2YkS4SAXBhLStgw==", "type": "package", - "path": "microsoft.applicationinsights/2.22.0", + "path": "microsoft.applicationinsights/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6210,14 +6811,14 @@ "lib/netstandard2.0/Microsoft.ApplicationInsights.dll", "lib/netstandard2.0/Microsoft.ApplicationInsights.pdb", "lib/netstandard2.0/Microsoft.ApplicationInsights.xml", - "microsoft.applicationinsights.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.2.23.0.nupkg.sha512", "microsoft.applicationinsights.nuspec" ] }, - "Microsoft.ApplicationInsights.AspNetCore/2.22.0": { - "sha512": "OuiZgRDX0zm3a1DRk/GT54ZsyTg8a88n3cpkVEYFJoRhT5X84l2C68BuKrglE0sIj+C0+o2WTR8S21YBD/ZWgA==", + "Microsoft.ApplicationInsights.AspNetCore/2.23.0": { + "sha512": "we/RsIn0Mwf/4ZNGXZixJ0lVD3pqjx2yVeKfqJybgYY/Lib8nnf+8YGJp+ULN3kOk39I0pI/7ZnF9LFy6hS3lw==", "type": "package", - "path": "microsoft.applicationinsights.aspnetcore/2.22.0", + "path": "microsoft.applicationinsights.aspnetcore/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6225,14 +6826,14 @@ "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.dll", "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.pdb", "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.xml", - "microsoft.applicationinsights.aspnetcore.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.aspnetcore.2.23.0.nupkg.sha512", "microsoft.applicationinsights.aspnetcore.nuspec" ] }, - "Microsoft.ApplicationInsights.DependencyCollector/2.22.0": { - "sha512": "gseSmuCshdZqcn5r6EW1Zx52e5/p2RpAsHSanlxs8pq+Pbg1RZP678tXtxfVuHC0fA3MVV852pnfFC7ZGB0jew==", + "Microsoft.ApplicationInsights.DependencyCollector/2.23.0": { + "sha512": "9YRdl9SNbTxd4AafJckyoJLr5gJdnvqFivjo+PY0lQTPEncPB+z3ZABG4iDfxN9HI1aLqyRINr1/7de9Wg8ZuQ==", "type": "package", - "path": "microsoft.applicationinsights.dependencycollector/2.22.0", + "path": "microsoft.applicationinsights.dependencycollector/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6247,14 +6848,14 @@ "lib/netstandard2.0/Microsoft.AI.DependencyCollector.dll", "lib/netstandard2.0/Microsoft.AI.DependencyCollector.pdb", "lib/netstandard2.0/Microsoft.AI.DependencyCollector.xml", - "microsoft.applicationinsights.dependencycollector.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.dependencycollector.2.23.0.nupkg.sha512", "microsoft.applicationinsights.dependencycollector.nuspec" ] }, - "Microsoft.ApplicationInsights.EventCounterCollector/2.22.0": { - "sha512": "/fXUyZIMwaWfETgire4fygaBhY8J+hXvTVhSFXKV0JOFBenzzU4smGW8iRUFhE534a3QrczuFfmfCCkXRKbsNg==", + "Microsoft.ApplicationInsights.EventCounterCollector/2.23.0": { + "sha512": "gGt0JPw2dcSeIAIefyORJBdeMz8KgAFIktu8HV/NwkiGmLyw+YtifLm6B5gvGxO15AeMsGPbmvWEIvLfq88XPw==", "type": "package", - "path": "microsoft.applicationinsights.eventcountercollector/2.22.0", + "path": "microsoft.applicationinsights.eventcountercollector/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6262,30 +6863,30 @@ "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.dll", "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.pdb", "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.xml", - "microsoft.applicationinsights.eventcountercollector.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.eventcountercollector.2.23.0.nupkg.sha512", "microsoft.applicationinsights.eventcountercollector.nuspec" ] }, - "Microsoft.ApplicationInsights.Kubernetes/7.0.0": { - "sha512": "NF7HsDqEPTLkqnm2NyA+xBLE4qzEaY5UEkdhywGeZgI0hjrpbjuFafrZOZPjqMV38WXZ24yv7c4K251+9OgOfw==", + "Microsoft.ApplicationInsights.Kubernetes/8.0.0": { + "sha512": "8KosvcFQZPtdqr9taaDUEKMsr3j4S7r62sze4fs8vkCTD0oDIR5MRtOUBh86zaWsBegqNuN0J8lEiIq2inRopw==", "type": "package", - "path": "microsoft.applicationinsights.kubernetes/7.0.0", + "path": "microsoft.applicationinsights.kubernetes/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "LICENSE", "Readme.Nuget.md", "images/icon.png", - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll", - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.xml", - "microsoft.applicationinsights.kubernetes.7.0.0.nupkg.sha512", + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.dll", + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.xml", + "microsoft.applicationinsights.kubernetes.8.0.0.nupkg.sha512", "microsoft.applicationinsights.kubernetes.nuspec" ] }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.22.0": { - "sha512": "nExsJsbN7694ueUNNBms/UNgza9WH4W/I6i5CnF9ujJ1sp57EL5Uk0NP9MDwlLVtYaaiznKPatVSv3Nu8vAplw==", + "Microsoft.ApplicationInsights.PerfCounterCollector/2.23.0": { + "sha512": "q9ApjZfBS9O8m3aQM2oVjsGBmlE8BCFywT7UR+8aqdNuz7HpoIxw4jHy0XOBergiFX/olrJF4OyPkGxc3H5JHg==", "type": "package", - "path": "microsoft.applicationinsights.perfcountercollector/2.22.0", + "path": "microsoft.applicationinsights.perfcountercollector/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6300,14 +6901,14 @@ "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.dll", "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.pdb", "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.xml", - "microsoft.applicationinsights.perfcountercollector.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.perfcountercollector.2.23.0.nupkg.sha512", "microsoft.applicationinsights.perfcountercollector.nuspec" ] }, - "Microsoft.ApplicationInsights.WindowsServer/2.22.0": { - "sha512": "9k1x1+Kq1fElvcv0o/w9w8tRWAa2Y0f4NPBeHF5b2xCety4GM1yv3K3Ra0lZwO3kW0SHlm9M8nrySuyKQlHyYA==", + "Microsoft.ApplicationInsights.WindowsServer/2.23.0": { + "sha512": "2B8CGfnB/tribkQAqRBhMvJYJK5TkEPMG/BB0QrlxdwVGEufayNLMveXjkQCqld9arXd6wKR1ve2XmkA0+xXKQ==", "type": "package", - "path": "microsoft.applicationinsights.windowsserver/2.22.0", + "path": "microsoft.applicationinsights.windowsserver/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6322,14 +6923,14 @@ "lib/netstandard2.0/Microsoft.AI.WindowsServer.dll", "lib/netstandard2.0/Microsoft.AI.WindowsServer.pdb", "lib/netstandard2.0/Microsoft.AI.WindowsServer.xml", - "microsoft.applicationinsights.windowsserver.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.windowsserver.2.23.0.nupkg.sha512", "microsoft.applicationinsights.windowsserver.nuspec" ] }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.22.0": { - "sha512": "Blb6S8UJSJ/jo6mxeO38gKgui75D2brp5NpXJoZUhyJzfmYsfhn7a4t5f+CDfAKyvie7sQB2FIzeEDQSiRE5zw==", + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.23.0": { + "sha512": "798Dudr4tkujslk1w+XcXOcCErmVsk+nhp+QCHLa3lcgi25vkAxBmzPUeQlRJVCNL/1f4x/YF+vQZ8RSuTXWCw==", "type": "package", - "path": "microsoft.applicationinsights.windowsserver.telemetrychannel/2.22.0", + "path": "microsoft.applicationinsights.windowsserver.telemetrychannel/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6344,7 +6945,7 @@ "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.dll", "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.pdb", "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.xml", - "microsoft.applicationinsights.windowsserver.telemetrychannel.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.windowsserver.telemetrychannel.2.23.0.nupkg.sha512", "microsoft.applicationinsights.windowsserver.telemetrychannel.nuspec" ] }, @@ -6364,6 +6965,82 @@ "microsoft.aspnetcore.authentication.jwtbearer.nuspec" ] }, + "Microsoft.AspNetCore.Cryptography.Internal/9.0.0": { + "sha512": "M1dzTEl+2+RqT4vWcqEpWasPXHd58wC93U7QMlmPSmx+qixyVxCQjZ183wr7Wa68b4pF7wC501MU9rdA0ZNhMg==", + "type": "package", + "path": "microsoft.aspnetcore.cryptography.internal/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.AspNetCore.Cryptography.Internal.dll", + "lib/net462/Microsoft.AspNetCore.Cryptography.Internal.xml", + "lib/net9.0/Microsoft.AspNetCore.Cryptography.Internal.dll", + "lib/net9.0/Microsoft.AspNetCore.Cryptography.Internal.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.xml", + "microsoft.aspnetcore.cryptography.internal.9.0.0.nupkg.sha512", + "microsoft.aspnetcore.cryptography.internal.nuspec" + ] + }, + "Microsoft.AspNetCore.DataProtection/9.0.0": { + "sha512": "mrhTnqMHkaVmaNZOWobg7ior5BELrlC5dC2r3FMVwT0bfOlonOe76B83e3D98Cl/zR5Szhfok2BQmkw6xDvHfg==", + "type": "package", + "path": "microsoft.aspnetcore.dataprotection/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.AspNetCore.DataProtection.dll", + "lib/net462/Microsoft.AspNetCore.DataProtection.xml", + "lib/net9.0/Microsoft.AspNetCore.DataProtection.dll", + "lib/net9.0/Microsoft.AspNetCore.DataProtection.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.xml", + "microsoft.aspnetcore.dataprotection.9.0.0.nupkg.sha512", + "microsoft.aspnetcore.dataprotection.nuspec" + ] + }, + "Microsoft.AspNetCore.DataProtection.Abstractions/9.0.0": { + "sha512": "o7JVGMXofZ4IuQdyoL0eKC1GnNmviZt2aI7CGHnQjqbz9hIrYim3DUfCKpvKaVzLWfzfgmwaXNg8Zx7fFQaBbA==", + "type": "package", + "path": "microsoft.aspnetcore.dataprotection.abstractions/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.AspNetCore.DataProtection.Abstractions.dll", + "lib/net462/Microsoft.AspNetCore.DataProtection.Abstractions.xml", + "lib/net9.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll", + "lib/net9.0/Microsoft.AspNetCore.DataProtection.Abstractions.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.xml", + "microsoft.aspnetcore.dataprotection.abstractions.9.0.0.nupkg.sha512", + "microsoft.aspnetcore.dataprotection.abstractions.nuspec" + ] + }, + "Microsoft.AspNetCore.DataProtection.StackExchangeRedis/9.0.0": { + "sha512": "yqFoLg7TMZfbEVvC2bUV3VDZ4KeRaefmEiGUIrTLoZm9Qqs6f0lNpE3EpBOPjhbGs6oWkjofntqhPXyzYoMVIw==", + "type": "package", + "path": "microsoft.aspnetcore.dataprotection.stackexchangeredis/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.dll", + "lib/net462/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.xml", + "lib/net9.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.dll", + "lib/net9.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.xml", + "microsoft.aspnetcore.dataprotection.stackexchangeredis.9.0.0.nupkg.sha512", + "microsoft.aspnetcore.dataprotection.stackexchangeredis.nuspec" + ] + }, "Microsoft.AspNetCore.HealthChecks/1.0.0": { "sha512": "skfSWx0dJWPc5NKePzPYp8sse4/li4LTrMrM1qDQK4Eq/eEn/syz1rjAQ7K0CwvLeS+7vdERUJ3v//c0oFUuIg==", "type": "package", @@ -6384,6 +7061,7 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.xml", "microsoft.aspnetcore.hosting.2.1.1.nupkg.sha512", "microsoft.aspnetcore.hosting.nuspec" ] @@ -6422,6 +7100,7 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Http.xml", "microsoft.aspnetcore.http.2.1.22.nupkg.sha512", "microsoft.aspnetcore.http.nuspec" ] @@ -6447,6 +7126,7 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.xml", "microsoft.aspnetcore.http.extensions.2.1.1.nupkg.sha512", "microsoft.aspnetcore.http.extensions.nuspec" ] @@ -6507,6 +7187,7 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.xml", "microsoft.aspnetcore.webutilities.2.1.1.nupkg.sha512", "microsoft.aspnetcore.webutilities.nuspec" ] @@ -6542,8 +7223,10 @@ ".signature.p7s", "lib/net452/Microsoft.Azure.KeyVault.dll", "lib/net452/Microsoft.Azure.KeyVault.runtimeconfig.json", + "lib/net452/Microsoft.Azure.KeyVault.xml", "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll", "lib/netstandard1.4/Microsoft.Azure.KeyVault.runtimeconfig.json", + "lib/netstandard1.4/Microsoft.Azure.KeyVault.xml", "microsoft.azure.keyvault.2.3.2.nupkg.sha512", "microsoft.azure.keyvault.nuspec" ] @@ -6557,8 +7240,10 @@ ".signature.p7s", "lib/net452/Microsoft.Azure.KeyVault.WebKey.dll", "lib/net452/Microsoft.Azure.KeyVault.WebKey.runtimeconfig.json", + "lib/net452/Microsoft.Azure.KeyVault.WebKey.xml", "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll", "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.runtimeconfig.json", + "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.xml", "microsoft.azure.keyvault.webkey.2.0.7.nupkg.sha512", "microsoft.azure.keyvault.webkey.nuspec" ] @@ -6573,6 +7258,7 @@ "CHANGELOG.md", "README.md", "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll", + "lib/netstandard2.0/Microsoft.Azure.ServiceBus.xml", "microsoft.azure.servicebus.5.2.0.nupkg.sha512", "microsoft.azure.servicebus.nuspec", "pkgicon.png" @@ -6588,8 +7274,10 @@ "build/Microsoft.Azure.Services.AppAuthentication.targets", "lib/net452/Microsoft.Azure.Services.AppAuthentication.dll", "lib/net452/Microsoft.Azure.Services.AppAuthentication.runtimeconfig.json", + "lib/net452/Microsoft.Azure.Services.AppAuthentication.xml", "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll", "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.runtimeconfig.json", + "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.xml", "microsoft.azure.services.appauthentication.1.0.3.nupkg.sha512", "microsoft.azure.services.appauthentication.nuspec" ] @@ -7452,7 +8140,9 @@ ".signature.p7s", "ThirdPartyNotices.rtf", "lib/net45/Microsoft.CodeAnalysis.VisualBasic.dll", + "lib/net45/Microsoft.CodeAnalysis.VisualBasic.xml", "lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.dll", + "lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.xml", "lib/portable-net45+win8/Microsoft.CodeAnalysis.VisualBasic.dll", "lib/portable-net45+win8/Microsoft.CodeAnalysis.VisualBasic.xml", "microsoft.codeanalysis.visualbasic.1.3.0.nupkg.sha512", @@ -7608,6 +8298,7 @@ "lib/netcoreapp2.0/_._", "lib/netstandard1.3/Microsoft.CSharp.dll", "lib/netstandard2.0/Microsoft.CSharp.dll", + "lib/netstandard2.0/Microsoft.CSharp.xml", "lib/portable-net45+win8+wp8+wpa81/_._", "lib/uap10.0.16299/_._", "lib/win8/_._", @@ -7623,9 +8314,30 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/Microsoft.CSharp.dll", + "ref/netcore50/Microsoft.CSharp.xml", + "ref/netcore50/de/Microsoft.CSharp.xml", + "ref/netcore50/es/Microsoft.CSharp.xml", + "ref/netcore50/fr/Microsoft.CSharp.xml", + "ref/netcore50/it/Microsoft.CSharp.xml", + "ref/netcore50/ja/Microsoft.CSharp.xml", + "ref/netcore50/ko/Microsoft.CSharp.xml", + "ref/netcore50/ru/Microsoft.CSharp.xml", + "ref/netcore50/zh-hans/Microsoft.CSharp.xml", + "ref/netcore50/zh-hant/Microsoft.CSharp.xml", "ref/netcoreapp2.0/_._", "ref/netstandard1.0/Microsoft.CSharp.dll", + "ref/netstandard1.0/Microsoft.CSharp.xml", + "ref/netstandard1.0/de/Microsoft.CSharp.xml", + "ref/netstandard1.0/es/Microsoft.CSharp.xml", + "ref/netstandard1.0/fr/Microsoft.CSharp.xml", + "ref/netstandard1.0/it/Microsoft.CSharp.xml", + "ref/netstandard1.0/ja/Microsoft.CSharp.xml", + "ref/netstandard1.0/ko/Microsoft.CSharp.xml", + "ref/netstandard1.0/ru/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml", "ref/netstandard2.0/Microsoft.CSharp.dll", + "ref/netstandard2.0/Microsoft.CSharp.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/uap10.0.16299/_._", "ref/win8/_._", @@ -7639,10 +8351,10 @@ "version.txt" ] }, - "Microsoft.Data.SqlClient/5.2.0": { - "sha512": "3alfyqRN3ELRtdvU1dGtLBRNQqprr3TJ0WrUJfMISPwg1nPUN2P3Lelah68IKWuV27Ceb7ig95hWNHFTSXfxMg==", + "Microsoft.Data.SqlClient/5.2.2": { + "sha512": "mtoeRMh7F/OA536c/Cnh8L4H0uLSKB5kSmoi54oN7Fp0hNJDy22IqyMhaMH4PkDCqI7xL//Fvg9ldtuPHG0h5g==", "type": "package", - "path": "microsoft.data.sqlclient/5.2.0", + "path": "microsoft.data.sqlclient/5.2.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7707,7 +8419,7 @@ "lib/netstandard2.1/ru/Microsoft.Data.SqlClient.resources.dll", "lib/netstandard2.1/zh-Hans/Microsoft.Data.SqlClient.resources.dll", "lib/netstandard2.1/zh-Hant/Microsoft.Data.SqlClient.resources.dll", - "microsoft.data.sqlclient.5.2.0.nupkg.sha512", + "microsoft.data.sqlclient.5.2.2.nupkg.sha512", "microsoft.data.sqlclient.nuspec", "ref/net462/Microsoft.Data.SqlClient.dll", "ref/net462/Microsoft.Data.SqlClient.xml", @@ -7808,6 +8520,21 @@ "microsoft.entityframeworkcore.design.nuspec" ] }, + "Microsoft.EntityFrameworkCore.InMemory/8.0.11": { + "sha512": "gFFdubZlRfudSw94OxO7s8OvLQZncnR0S1ll//wRtZP3mMYVeq8DrMnEILK6hBJwbTBB1SNm3apg9SdvdE/ySg==", + "type": "package", + "path": "microsoft.entityframeworkcore.inmemory/8.0.11", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "lib/net8.0/Microsoft.EntityFrameworkCore.InMemory.dll", + "lib/net8.0/Microsoft.EntityFrameworkCore.InMemory.xml", + "microsoft.entityframeworkcore.inmemory.8.0.11.nupkg.sha512", + "microsoft.entityframeworkcore.inmemory.nuspec" + ] + }, "Microsoft.EntityFrameworkCore.Relational/9.0.0": { "sha512": "j+msw6fWgAE9M3Q/5B9Uhv7pdAdAQUvFPJAiBJmoy+OXvehVbfbCE8ftMAa51Uo2ZeiqVnHShhnv4Y4UJJmUzA==", "type": "package", @@ -8125,10 +8852,10 @@ "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration/9.0.0": { - "sha512": "YIMO9T3JL8MeEXgVozKt2v79hquo/EFtnY0vgxmLnUvk1Rei/halI7kOWZL2RBeV9FMGzgM9LZA8CVaNwFMaNA==", + "Microsoft.Extensions.Configuration/9.0.2": { + "sha512": "EBZW+u96tApIvNtjymXEIS44tH0I/jNwABHo4c33AchWOiDWCq2rL3klpnIo+xGrxoVGJzPDISV6hZ+a9C9SzQ==", "type": "package", - "path": "microsoft.extensions.configuration/9.0.0", + "path": "microsoft.extensions.configuration/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8148,15 +8875,15 @@ "lib/net9.0/Microsoft.Extensions.Configuration.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.xml", - "microsoft.extensions.configuration.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "sha512": "lqvd7W3FGKUO1+ZoUEMaZ5XDJeWvjpy2/M/ptCGz3tXLD4HWVaSzjufsAsjemasBEg+2SxXVtYVvGt5r2nKDlg==", + "Microsoft.Extensions.Configuration.Abstractions/9.0.7": { + "sha512": "lut/kiVvNsQ120VERMUYSFhpXPpKjjql+giy03LesASPBBcC0o6+aoFdzJH9GaYpFTQ3fGVhVjKjvJDoAW5/IQ==", "type": "package", - "path": "microsoft.extensions.configuration.abstractions/9.0.0", + "path": "microsoft.extensions.configuration.abstractions/9.0.7", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8176,7 +8903,7 @@ "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.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.abstractions.9.0.7.nupkg.sha512", "microsoft.extensions.configuration.abstractions.nuspec", "useSharedDesignerContext.txt" ] @@ -8195,10 +8922,10 @@ "microsoft.extensions.configuration.azurekeyvault.nuspec" ] }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "sha512": "RiScL99DcyngY9zJA2ROrri7Br8tn5N4hP4YNvGdTN/bvg1A3dwvDOxHnNZ3Im7x2SJ5i4LkX1uPiR/MfSFBLQ==", + "Microsoft.Extensions.Configuration.Binder/9.0.2": { + "sha512": "krJ04xR0aPXrOf5dkNASg6aJjsdzexvsMRL6UNOUjiTzqBvRr95sJ1owoKEm89bSONQCfZNhHrAFV9ahDqIPIw==", "type": "package", - "path": "microsoft.extensions.configuration.binder/9.0.0", + "path": "microsoft.extensions.configuration.binder/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8229,15 +8956,15 @@ "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.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.binder.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.binder.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.CommandLine/9.0.0": { - "sha512": "qD+hdkBtR9Ps7AxfhTJCnoVakkadHgHlD1WRN0QHGHod+SDuca1ao1kF4G2rmpAz2AEKrE2N2vE8CCCZ+ILnNw==", + "Microsoft.Extensions.Configuration.CommandLine/9.0.2": { + "sha512": "Mud3j7RS/ZBnuk4f0KXemdQCQIke+vIgSTXuGL5cMvXyl2EgipnMCOxG9ZUn+xq0itg3altzE9MuMB0Lx0Emxw==", "type": "package", - "path": "microsoft.extensions.configuration.commandline/9.0.0", + "path": "microsoft.extensions.configuration.commandline/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8257,15 +8984,15 @@ "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.xml", - "microsoft.extensions.configuration.commandline.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.commandline.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.commandline.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "sha512": "v5R638eNMxksfXb7MFnkPwLPp+Ym4W/SIGNuoe8qFVVyvygQD5DdLusybmYSJEr9zc1UzWzim/ATKeIOVvOFDg==", + "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.2": { + "sha512": "LZPspiDA0/pBv9JOI17Xdm7DkiRlfnyca2r/QIYu4ApJPe05E+aOphtVj0ncvlnrjGlSsd6JZhKQb9+NeHzM5A==", "type": "package", - "path": "microsoft.extensions.configuration.environmentvariables/9.0.0", + "path": "microsoft.extensions.configuration.environmentvariables/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8285,15 +9012,15 @@ "lib/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", - "microsoft.extensions.configuration.environmentvariables.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.environmentvariables.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.environmentvariables.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "sha512": "4EK93Jcd2lQG4GY6PAw8jGss0ZzFP0vPc1J85mES5fKNuDTqgFXHba9onBw2s18fs3I4vdo2AWyfD1mPAxWSQQ==", + "Microsoft.Extensions.Configuration.FileExtensions/9.0.2": { + "sha512": "tPgue19a0G+8Vb1ShCj4PmhjvVaEOfFb1L89WCr5aEpY1JUgIuYWsfELKf92Njwg53o4C+yWbE4UqbyQtLpKTg==", "type": "package", - "path": "microsoft.extensions.configuration.fileextensions/9.0.0", + "path": "microsoft.extensions.configuration.fileextensions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8313,15 +9040,15 @@ "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "microsoft.extensions.configuration.fileextensions.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.fileextensions.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.fileextensions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "sha512": "WiTK0LrnsqmedrbzwL7f4ZUo+/wByqy2eKab39I380i2rd8ImfCRMrtkqJVGDmfqlkP/YzhckVOwPc5MPrSNpg==", + "Microsoft.Extensions.Configuration.Json/9.0.2": { + "sha512": "u2eIYagO91VmRbKYQ5pmElWC6JWX7GPQbP57EX09zzFcI1ZMPDCykr07ikPB4ecgBZzG+UAhTcViTLe0gSF4WQ==", "type": "package", - "path": "microsoft.extensions.configuration.json/9.0.0", + "path": "microsoft.extensions.configuration.json/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8343,15 +9070,15 @@ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.xml", "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll", "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.xml", - "microsoft.extensions.configuration.json.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.json.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.json.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.UserSecrets/9.0.0": { - "sha512": "FShWw8OysquwV7wQHYkkz0VWsJSo6ETUu4h7tJRMtnG0uR+tzKOldhcO8xB1pGSOI3Ng6v3N1Q94YO8Rzq1P6A==", + "Microsoft.Extensions.Configuration.UserSecrets/9.0.2": { + "sha512": "vUBGgnHmmpjtWzmq2z9idJpnOrrStgYqUlqLn1MuSyFkAedeyR8A0I57BdThP060eBEYfhKEBjXaAB/jKmCtiw==", "type": "package", - "path": "microsoft.extensions.configuration.usersecrets/9.0.0", + "path": "microsoft.extensions.configuration.usersecrets/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8375,15 +9102,15 @@ "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.xml", - "microsoft.extensions.configuration.usersecrets.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.usersecrets.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.usersecrets.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "sha512": "MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==", + "Microsoft.Extensions.DependencyInjection/9.0.2": { + "sha512": "ZffbJrskOZ40JTzcTyKwFHS5eACSWp2bUQBBApIgGV+es8RaTD4OxUG7XxFr3RIPLXtYQ1jQzF2DjKB5fZn7Qg==", "type": "package", - "path": "microsoft.extensions.dependencyinjection/9.0.0", + "path": "microsoft.extensions.dependencyinjection/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8405,15 +9132,15 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.dependencyinjection.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { - "sha512": "+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==", + "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.2": { + "sha512": "MNe7GSTBf3jQx5vYrXF0NZvn6l7hUKF6J54ENfAgCO8y6xjN1XUmKKWG464LP2ye6QqDiA1dkaWEZBYnhoZzjg==", "type": "package", - "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0", + "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8435,7 +9162,7 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.dependencyinjection.abstractions.nuspec", "useSharedDesignerContext.txt" ] @@ -8468,10 +9195,10 @@ "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DiagnosticAdapter/3.1.27": { - "sha512": "IHJmvjE3X+PJLlbRvZHnzVO2CglI9FARYgTPbbUNN85gS4jqS0EM/dGhZGwQpr3P4X0/V/OUtmgHvBipS4KTwQ==", + "Microsoft.Extensions.DiagnosticAdapter/3.1.32": { + "sha512": "oDv3wt+Q5cmaSfOQ3Cdu6dF6sn/x5gzWdNpOq4ajBwCMWYBr6CchncDvB9pF83ORlbDuX32MsVLOPGPxW4Lx4g==", "type": "package", - "path": "microsoft.extensions.diagnosticadapter/3.1.27", + "path": "microsoft.extensions.diagnosticadapter/3.1.32", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8482,14 +9209,14 @@ "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.xml", "lib/netstandard2.0/Microsoft.Extensions.DiagnosticAdapter.dll", "lib/netstandard2.0/Microsoft.Extensions.DiagnosticAdapter.xml", - "microsoft.extensions.diagnosticadapter.3.1.27.nupkg.sha512", + "microsoft.extensions.diagnosticadapter.3.1.32.nupkg.sha512", "microsoft.extensions.diagnosticadapter.nuspec" ] }, - "Microsoft.Extensions.Diagnostics/9.0.0": { - "sha512": "0CF9ZrNw5RAlRfbZuVIvzzhP8QeWqHiUmMBU/2H7Nmit8/vwP3/SbHeEctth7D4Gz2fBnEbokPc1NU8/j/1ZLw==", + "Microsoft.Extensions.Diagnostics/9.0.2": { + "sha512": "kwFWk6DPaj1Roc0CExRv+TTwjsiERZA730jQIPlwCcS5tMaCAQtaGfwAK0z8CMFpVTiT+MgKXpd/P50qVCuIgg==", "type": "package", - "path": "microsoft.extensions.diagnostics/9.0.0", + "path": "microsoft.extensions.diagnostics/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8508,15 +9235,15 @@ "lib/net9.0/Microsoft.Extensions.Diagnostics.xml", "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.dll", "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.xml", - "microsoft.extensions.diagnostics.9.0.0.nupkg.sha512", + "microsoft.extensions.diagnostics.9.0.2.nupkg.sha512", "microsoft.extensions.diagnostics.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { - "sha512": "1K8P7XzuzX8W8pmXcZjcrqS6x5eSSdvhQohmcpgiQNY/HlDAlnrhR9dvlURfFz428A+RTCJpUyB+aKTA6AgVcQ==", + "Microsoft.Extensions.Diagnostics.Abstractions/9.0.2": { + "sha512": "kFwIZEC/37cwKuEm/nXvjF7A/Myz9O7c7P9Csgz6AOiiDE62zdOG5Bu7VkROu1oMYaX0wgijPJ5LqVt6+JKjVg==", "type": "package", - "path": "microsoft.extensions.diagnostics.abstractions/9.0.0", + "path": "microsoft.extensions.diagnostics.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8535,15 +9262,15 @@ "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.9.0.0.nupkg.sha512", + "microsoft.extensions.diagnostics.abstractions.9.0.2.nupkg.sha512", "microsoft.extensions.diagnostics.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Diagnostics.HealthChecks/8.0.0": { - "sha512": "P9SoBuVZhJPpALZmSq72aQEb9ryP67EdquaCZGXGrrcASTNHYdrUhnpgSwIipgM5oVC+dKpRXg5zxobmF9xr5g==", + "Microsoft.Extensions.Diagnostics.HealthChecks/9.0.0": { + "sha512": "cxsK9/Dx7Ka9sfiA1nY8XlSzIaWff5FNRw0+ls8yR+aGzmnah5JGKsTHgQrehjMwGAVud/pjiUZ9MWizfUSkTQ==", "type": "package", - "path": "microsoft.extensions.diagnostics.healthchecks/8.0.0", + "path": "microsoft.extensions.diagnostics.healthchecks/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8551,18 +9278,18 @@ "THIRD-PARTY-NOTICES.TXT", "lib/net462/Microsoft.Extensions.Diagnostics.HealthChecks.dll", "lib/net462/Microsoft.Extensions.Diagnostics.HealthChecks.xml", - "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll", - "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.xml", + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll", + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.xml", "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll", "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.xml", - "microsoft.extensions.diagnostics.healthchecks.8.0.0.nupkg.sha512", + "microsoft.extensions.diagnostics.healthchecks.9.0.0.nupkg.sha512", "microsoft.extensions.diagnostics.healthchecks.nuspec" ] }, - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/8.0.0": { - "sha512": "AT2qqos3IgI09ok36Qag9T8bb6kHJ3uT9Q5ki6CySybFsK6/9JbvQAgAHf1pVEjST0/N4JaFaCbm40R5edffwg==", + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/9.0.0": { + "sha512": "H1IbHm/MnUgEV0N07WrkPBIIoX7isP6IPaqUdZ3CwbMcUVDGIu+okamW28kyDRfIiZqbTbyHuNIkr4ZSHPyvDw==", "type": "package", - "path": "microsoft.extensions.diagnostics.healthchecks.abstractions/8.0.0", + "path": "microsoft.extensions.diagnostics.healthchecks.abstractions/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8570,18 +9297,18 @@ "THIRD-PARTY-NOTICES.TXT", "lib/net462/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll", "lib/net462/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.xml", + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll", + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.xml", "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll", "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.xml", - "microsoft.extensions.diagnostics.healthchecks.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.diagnostics.healthchecks.abstractions.9.0.0.nupkg.sha512", "microsoft.extensions.diagnostics.healthchecks.abstractions.nuspec" ] }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "sha512": "uK439QzYR0q2emLVtYzwyK3x+T5bTY4yWsd/k/ZUS9LR6Sflp8MIdhGXW8kQCd86dQD4tLqvcbLkku8qHY263Q==", + "Microsoft.Extensions.FileProviders.Abstractions/9.0.2": { + "sha512": "IcOBmTlr2jySswU+3x8c3ql87FRwTVPQgVKaV5AXzPT5u0VItfNU8SMbESpdSp5STwxT/1R99WYszgHWsVkzhg==", "type": "package", - "path": "microsoft.extensions.fileproviders.abstractions/9.0.0", + "path": "microsoft.extensions.fileproviders.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8601,15 +9328,15 @@ "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.xml", "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll", "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml", - "microsoft.extensions.fileproviders.abstractions.9.0.0.nupkg.sha512", + "microsoft.extensions.fileproviders.abstractions.9.0.2.nupkg.sha512", "microsoft.extensions.fileproviders.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "sha512": "3+ZUSpOSmie+o8NnLIRqCxSh65XL/ExU7JYnFOg58awDRlY3lVpZ9A369jkoZL1rpsq7LDhEfkn2ghhGaY1y5Q==", + "Microsoft.Extensions.FileProviders.Physical/9.0.2": { + "sha512": "WcPkJx/OAaXG5xHvxYsoLY8qGsyCfHWsbDJtfMtHRWtceF/EmqAsqkHYsouh82gjxdZwfySvj3nGVi8AkwlYhA==", "type": "package", - "path": "microsoft.extensions.fileproviders.physical/9.0.0", + "path": "microsoft.extensions.fileproviders.physical/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8629,15 +9356,15 @@ "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.xml", "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll", "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.xml", - "microsoft.extensions.fileproviders.physical.9.0.0.nupkg.sha512", + "microsoft.extensions.fileproviders.physical.9.0.2.nupkg.sha512", "microsoft.extensions.fileproviders.physical.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": { - "sha512": "jGFKZiXs2HNseK3NK/rfwHNNovER71jSj4BD1a/649ml9+h6oEtYd0GSALZDNW8jZ2Rh+oAeadOa6sagYW1F2A==", + "Microsoft.Extensions.FileSystemGlobbing/9.0.2": { + "sha512": "wAjk+6rvvU4WesskJ6rJX1FYL/S9zvnpqMai/pXb07+gtXpO7DhFfuKzYHwkKN3HAUq2W4CD+YLYenHwAS3DCA==", "type": "package", - "path": "microsoft.extensions.filesystemglobbing/9.0.0", + "path": "microsoft.extensions.filesystemglobbing/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8657,7 +9384,7 @@ "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.xml", "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll", "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "microsoft.extensions.filesystemglobbing.9.0.0.nupkg.sha512", + "microsoft.extensions.filesystemglobbing.9.0.2.nupkg.sha512", "microsoft.extensions.filesystemglobbing.nuspec", "useSharedDesignerContext.txt" ] @@ -8674,10 +9401,10 @@ "microsoft.extensions.healthchecks.nuspec" ] }, - "Microsoft.Extensions.Hosting/9.0.0": { - "sha512": "wNmQWRCa83HYbpxQ3wH7xBn8oyGjONSj1k8svzrFUFyJMfg/Ja/g0NfI0p85wxlUxBh97A6ypmL8X5vVUA5y2Q==", + "Microsoft.Extensions.Hosting/9.0.2": { + "sha512": "h1lUeBuj0Cecg4c0BHpr1jR2UIqr80bGK+eLp4tq4bV13mSvS2juoNfi3Rsv0xV7bXY8HigUndnj6Xk2+4VdFw==", "type": "package", - "path": "microsoft.extensions.hosting/9.0.0", + "path": "microsoft.extensions.hosting/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8699,15 +9426,15 @@ "lib/netstandard2.0/Microsoft.Extensions.Hosting.xml", "lib/netstandard2.1/Microsoft.Extensions.Hosting.dll", "lib/netstandard2.1/Microsoft.Extensions.Hosting.xml", - "microsoft.extensions.hosting.9.0.0.nupkg.sha512", + "microsoft.extensions.hosting.9.0.2.nupkg.sha512", "microsoft.extensions.hosting.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { - "sha512": "yUKJgu81ExjvqbNWqZKshBbLntZMbMVz/P7Way2SBx7bMqA08Mfdc9O7hWDKAiSp+zPUGT6LKcSCQIPeDK+CCw==", + "Microsoft.Extensions.Hosting.Abstractions/9.0.2": { + "sha512": "PvjZW6CMdZbPbOwKsQXYN5VPtIWZQqdTRuBPZiW3skhU3hymB17XSlLVC4uaBbDZU+/3eHG3p80y+MzZxZqR7Q==", "type": "package", - "path": "microsoft.extensions.hosting.abstractions/9.0.0", + "path": "microsoft.extensions.hosting.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8729,31 +9456,45 @@ "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.xml", "lib/netstandard2.1/Microsoft.Extensions.Hosting.Abstractions.dll", "lib/netstandard2.1/Microsoft.Extensions.Hosting.Abstractions.xml", - "microsoft.extensions.hosting.abstractions.9.0.0.nupkg.sha512", + "microsoft.extensions.hosting.abstractions.9.0.2.nupkg.sha512", "microsoft.extensions.hosting.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Http/3.1.0": { - "sha512": "DLigdcV0nYaT6/ly0rnfP80BnXq8NNd/h8/SkfY39uio7Bd9LauVntp6RcRh1Kj23N+uf80GgL7Win6P3BCtoQ==", + "Microsoft.Extensions.Http/8.0.0": { + "sha512": "cWz4caHwvx0emoYe7NkHPxII/KkTI8R/LC9qdqJqnKv2poTJ4e2qqPGQqvRoQ5kaSA4FU5IV3qFAuLuOhoqULQ==", "type": "package", - "path": "microsoft.extensions.http/3.1.0", + "path": "microsoft.extensions.http/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/netcoreapp3.1/Microsoft.Extensions.Http.dll", - "lib/netcoreapp3.1/Microsoft.Extensions.Http.xml", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Http.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Http.targets", + "lib/net462/Microsoft.Extensions.Http.dll", + "lib/net462/Microsoft.Extensions.Http.xml", + "lib/net6.0/Microsoft.Extensions.Http.dll", + "lib/net6.0/Microsoft.Extensions.Http.xml", + "lib/net7.0/Microsoft.Extensions.Http.dll", + "lib/net7.0/Microsoft.Extensions.Http.xml", + "lib/net8.0/Microsoft.Extensions.Http.dll", + "lib/net8.0/Microsoft.Extensions.Http.xml", "lib/netstandard2.0/Microsoft.Extensions.Http.dll", "lib/netstandard2.0/Microsoft.Extensions.Http.xml", - "microsoft.extensions.http.3.1.0.nupkg.sha512", + "microsoft.extensions.http.8.0.0.nupkg.sha512", "microsoft.extensions.http.nuspec", - "packageIcon.png" + "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging/9.0.0": { - "sha512": "crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==", + "Microsoft.Extensions.Logging/9.0.2": { + "sha512": "loV/0UNpt2bD+6kCDzFALVE63CDtqzPeC0LAetkdhiEr/tTNbvOlQ7CBResH7BQBd3cikrwiBfaHdyHMFUlc2g==", "type": "package", - "path": "microsoft.extensions.logging/9.0.0", + "path": "microsoft.extensions.logging/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8775,15 +9516,15 @@ "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", - "microsoft.extensions.logging.9.0.0.nupkg.sha512", + "microsoft.extensions.logging.9.0.2.nupkg.sha512", "microsoft.extensions.logging.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "sha512": "g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==", + "Microsoft.Extensions.Logging.Abstractions/9.0.2": { + "sha512": "dV9s2Lamc8jSaqhl2BQSPn/AryDIH2sSbQUyLitLXV0ROmsb+SROnn2cH939JFbsNrnf3mIM3GNRKT7P0ldwLg==", "type": "package", - "path": "microsoft.extensions.logging.abstractions/9.0.0", + "path": "microsoft.extensions.logging.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8846,15 +9587,15 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.logging.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.ApplicationInsights/2.22.0": { - "sha512": "5OmXub+9MyX8FbqgO+hBJRHk1iJ+UZUU20oIU3wo+RbmH6Jtsja79rriHLlzlrkMzWbpCkCzF6f4Yb6iGbsDag==", + "Microsoft.Extensions.Logging.ApplicationInsights/2.23.0": { + "sha512": "JLEabPz445i1yRB0hKZVzJJE35QatRIzWlrMOiBQXr9kBJod0jkpkrBf94ln6kXu+jlEGohnXtuXacPPhybJDw==", "type": "package", - "path": "microsoft.extensions.logging.applicationinsights/2.22.0", + "path": "microsoft.extensions.logging.applicationinsights/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8862,7 +9603,7 @@ "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.pdb", "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.xml", - "microsoft.extensions.logging.applicationinsights.2.22.0.nupkg.sha512", + "microsoft.extensions.logging.applicationinsights.2.23.0.nupkg.sha512", "microsoft.extensions.logging.applicationinsights.nuspec" ] }, @@ -8885,10 +9626,10 @@ "microsoft.extensions.logging.azureappservices.nuspec" ] }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "sha512": "H05HiqaNmg6GjH34ocYE9Wm1twm3Oz2aXZko8GTwGBzM7op2brpAA8pJ5yyD1OpS1mXUtModBYOlcZ/wXeWsSg==", + "Microsoft.Extensions.Logging.Configuration/9.0.2": { + "sha512": "pnwYZE7U6d3Y6iMVqADOAUUMMBGYAQPsT3fMwVr/V1Wdpe5DuVGFcViZavUthSJ5724NmelIl1cYy+kRfKfRPQ==", "type": "package", - "path": "microsoft.extensions.logging.configuration/9.0.0", + "path": "microsoft.extensions.logging.configuration/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8907,15 +9648,15 @@ "lib/net9.0/Microsoft.Extensions.Logging.Configuration.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.xml", - "microsoft.extensions.logging.configuration.9.0.0.nupkg.sha512", + "microsoft.extensions.logging.configuration.9.0.2.nupkg.sha512", "microsoft.extensions.logging.configuration.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.Console/9.0.0": { - "sha512": "yDZ4zsjl7N0K+R/1QTNpXBd79Kaf4qNLHtjk4NaG82UtNg2Z6etJywwv6OarOv3Rp7ocU7uIaRY4CrzHRO/d3w==", + "Microsoft.Extensions.Logging.Console/9.0.2": { + "sha512": "eoMjwiM0WpkVGSxzjo/f94ShreFLYhPMjfkOG04WOb8fq/TztpcWaU8XAkMMWZ+mYSbFYln+FBwUOEriXR4jtA==", "type": "package", - "path": "microsoft.extensions.logging.console/9.0.0", + "path": "microsoft.extensions.logging.console/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8935,15 +9676,15 @@ "lib/net9.0/Microsoft.Extensions.Logging.Console.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.Console.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.Console.xml", - "microsoft.extensions.logging.console.9.0.0.nupkg.sha512", + "microsoft.extensions.logging.console.9.0.2.nupkg.sha512", "microsoft.extensions.logging.console.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.Debug/9.0.0": { - "sha512": "4wGlHsrLhYjLw4sFkfRixu2w4DK7dv60OjbvgbLGhUJk0eUPxYHhnszZ/P18nnAkfrPryvtOJ3ZTVev0kpqM6A==", + "Microsoft.Extensions.Logging.Debug/9.0.2": { + "sha512": "dSrVF+zWBaTS6wANuyjU2avNQMinFdOGpNRXey8jRtMCuKYubtx/f0ZEI6BU/FuQ48wXP4F/SlBE1Khs2G5v/g==", "type": "package", - "path": "microsoft.extensions.logging.debug/9.0.0", + "path": "microsoft.extensions.logging.debug/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8963,15 +9704,15 @@ "lib/net9.0/Microsoft.Extensions.Logging.Debug.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.xml", - "microsoft.extensions.logging.debug.9.0.0.nupkg.sha512", + "microsoft.extensions.logging.debug.9.0.2.nupkg.sha512", "microsoft.extensions.logging.debug.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.EventLog/9.0.0": { - "sha512": "/B8I5bScondnLMNULA3PBu/7Gvmv/P7L83j7gVrmLh6R+HCgHqUNIwVvzCok4ZjIXN2KxrsONHjFYwoBK5EJgQ==", + "Microsoft.Extensions.Logging.EventLog/9.0.2": { + "sha512": "4u7CexvjWr7eGUAvQOfyJUQ1+PgcWIGYajYXB+CgVI3qTMoi++8evZmuXQ/PSiKJ+SDeJXHoYDKbpmXq/aCwEg==", "type": "package", - "path": "microsoft.extensions.logging.eventlog/9.0.0", + "path": "microsoft.extensions.logging.eventlog/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8990,15 +9731,15 @@ "lib/net9.0/Microsoft.Extensions.Logging.EventLog.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.EventLog.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.EventLog.xml", - "microsoft.extensions.logging.eventlog.9.0.0.nupkg.sha512", + "microsoft.extensions.logging.eventlog.9.0.2.nupkg.sha512", "microsoft.extensions.logging.eventlog.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.EventSource/9.0.0": { - "sha512": "zvSjdOAb3HW3aJPM5jf+PR9UoIkoci9id80RXmBgrDEozWI0GDw8tdmpyZgZSwFDvGCwHFodFLNQaeH8879rlA==", + "Microsoft.Extensions.Logging.EventSource/9.0.2": { + "sha512": "DvT/+kEL+aydUYSuGamH4YRJ8uDlFiMIcT82A3OsQGZ+lxiPZgTqqu1mYkSz5VMOx3J1+8vjFd2IzA89JkS/oQ==", "type": "package", - "path": "microsoft.extensions.logging.eventsource/9.0.0", + "path": "microsoft.extensions.logging.eventsource/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -9017,34 +9758,28 @@ "lib/net9.0/Microsoft.Extensions.Logging.EventSource.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.xml", - "microsoft.extensions.logging.eventsource.9.0.0.nupkg.sha512", + "microsoft.extensions.logging.eventsource.9.0.2.nupkg.sha512", "microsoft.extensions.logging.eventsource.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.ObjectPool/7.0.0": { - "sha512": "udvKco0sAVgYGTBnHUb0tY9JQzJ/nPDiv/8PIyz69wl1AibeCDZOLVVI+6156dPfHmJH7ws5oUJRiW4ZmAvuuA==", + "Microsoft.Extensions.ObjectPool/2.1.1": { + "sha512": "SErON45qh4ogDp6lr6UvVmFYW0FERihW+IQ+2JyFv1PUyWktcJytFaWH5zarufJvZwhci7Rf1IyGXr9pVEadTw==", "type": "package", - "path": "microsoft.extensions.objectpool/7.0.0", + "path": "microsoft.extensions.objectpool/2.1.1", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "THIRD-PARTY-NOTICES.TXT", - "lib/net462/Microsoft.Extensions.ObjectPool.dll", - "lib/net462/Microsoft.Extensions.ObjectPool.xml", - "lib/net7.0/Microsoft.Extensions.ObjectPool.dll", - "lib/net7.0/Microsoft.Extensions.ObjectPool.xml", "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll", "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.xml", - "microsoft.extensions.objectpool.7.0.0.nupkg.sha512", + "microsoft.extensions.objectpool.2.1.1.nupkg.sha512", "microsoft.extensions.objectpool.nuspec" ] }, - "Microsoft.Extensions.Options/9.0.0": { - "sha512": "y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==", + "Microsoft.Extensions.Options/9.0.2": { + "sha512": "zr98z+AN8+isdmDmQRuEJ/DAKZGUTHmdv3t0ZzjHvNqvA44nAgkXE9kYtfoN6581iALChhVaSw2Owt+Z2lVbkQ==", "type": "package", - "path": "microsoft.extensions.options/9.0.0", + "path": "microsoft.extensions.options/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -9081,15 +9816,15 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.options.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "sha512": "Ob3FXsXkcSMQmGZi7qP07EQ39kZpSBlTcAZLbJLdI4FIf0Jug8biv2HTavWmnTirchctPlq9bl/26CXtQRguzA==", + "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.2": { + "sha512": "OPm1NXdMg4Kb4Kz+YHdbBQfekh7MqQZ7liZ5dYUd+IbJakinv9Fl7Ck6Strbgs0a6E76UGbP/jHR532K/7/feQ==", "type": "package", - "path": "microsoft.extensions.options.configurationextensions/9.0.0", + "path": "microsoft.extensions.options.configurationextensions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -9109,15 +9844,15 @@ "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.9.0.0.nupkg.sha512", + "microsoft.extensions.options.configurationextensions.9.0.2.nupkg.sha512", "microsoft.extensions.options.configurationextensions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Primitives/9.0.0": { - "sha512": "N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==", + "Microsoft.Extensions.Primitives/9.0.7": { + "sha512": "ti/zD9BuuO50IqlvhWQs9GHxkCmoph5BHjGiWKdg2t6Or8XoyAfRJiKag+uvd/fpASnNklfsB01WpZ4fhAe0VQ==", "type": "package", - "path": "microsoft.extensions.primitives/9.0.0", + "path": "microsoft.extensions.primitives/9.0.7", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -9137,67 +9872,56 @@ "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.9.0.7.nupkg.sha512", "microsoft.extensions.primitives.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Identity.Client/4.56.0": { - "sha512": "rr4zbidvHy9r4NvOAs5hdd964Ao2A0pAeFBJKR95u1CJAVzbd1p6tPTXUZ+5ld0cfThiVSGvz6UHwY6JjraTpA==", + "Microsoft.Identity.Client/4.61.3": { + "sha512": "naJo/Qm35Caaoxp5utcw+R8eU8ZtLz2ALh8S+gkekOYQ1oazfCQMWVT4NJ/FnHzdIJlm8dMz0oMpMGCabx5odA==", "type": "package", - "path": "microsoft.identity.client/4.56.0", + "path": "microsoft.identity.client/4.61.3", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/monoandroid10.0/Microsoft.Identity.Client.dll", - "lib/monoandroid10.0/Microsoft.Identity.Client.xml", - "lib/monoandroid90/Microsoft.Identity.Client.dll", - "lib/monoandroid90/Microsoft.Identity.Client.xml", - "lib/net45/Microsoft.Identity.Client.dll", - "lib/net45/Microsoft.Identity.Client.xml", - "lib/net461/Microsoft.Identity.Client.dll", - "lib/net461/Microsoft.Identity.Client.xml", + "README.md", + "lib/net462/Microsoft.Identity.Client.dll", + "lib/net462/Microsoft.Identity.Client.xml", "lib/net6.0-android31.0/Microsoft.Identity.Client.dll", "lib/net6.0-android31.0/Microsoft.Identity.Client.xml", "lib/net6.0-ios15.4/Microsoft.Identity.Client.dll", "lib/net6.0-ios15.4/Microsoft.Identity.Client.xml", - "lib/net6.0-windows7.0/Microsoft.Identity.Client.dll", - "lib/net6.0-windows7.0/Microsoft.Identity.Client.xml", "lib/net6.0/Microsoft.Identity.Client.dll", "lib/net6.0/Microsoft.Identity.Client.xml", - "lib/netcoreapp2.1/Microsoft.Identity.Client.dll", - "lib/netcoreapp2.1/Microsoft.Identity.Client.xml", "lib/netstandard2.0/Microsoft.Identity.Client.dll", "lib/netstandard2.0/Microsoft.Identity.Client.xml", - "lib/uap10.0.17763/Microsoft.Identity.Client.dll", - "lib/uap10.0.17763/Microsoft.Identity.Client.pri", - "lib/uap10.0.17763/Microsoft.Identity.Client.xml", - "lib/xamarinios10/Microsoft.Identity.Client.dll", - "lib/xamarinios10/Microsoft.Identity.Client.xml", - "microsoft.identity.client.4.56.0.nupkg.sha512", + "microsoft.identity.client.4.61.3.nupkg.sha512", "microsoft.identity.client.nuspec" ] }, - "Microsoft.Identity.Client.Extensions.Msal/4.56.0": { - "sha512": "H12YAzEGK55vZ+QpxUzozhW8ZZtgPDuWvgA0JbdIR9UhMUplj29JhIgE2imuH8W2Nw9D8JKygR1uxRFtpSNcrg==", + "Microsoft.Identity.Client.Extensions.Msal/4.61.3": { + "sha512": "PWnJcznrSGr25MN8ajlc2XIDW4zCFu0U6FkpaNLEWLgd1NgFCp5uDY3mqLDgM8zCN8hqj8yo5wHYfLB2HjcdGw==", "type": "package", - "path": "microsoft.identity.client.extensions.msal/4.56.0", + "path": "microsoft.identity.client.extensions.msal/4.61.3", "files": [ ".nupkg.metadata", ".signature.p7s", + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll", + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.xml", "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll", "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.xml", - "microsoft.identity.client.extensions.msal.4.56.0.nupkg.sha512", + "microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512", "microsoft.identity.client.extensions.msal.nuspec" ] }, - "Microsoft.IdentityModel.Abstractions/8.0.1": { - "sha512": "OtlIWcyX01olfdevPKZdIPfBEvbcioDyBiE/Z2lHsopsMD7twcKtlN9kMevHmI5IIPhFpfwCIiR6qHQz1WHUIw==", + "Microsoft.IdentityModel.Abstractions/8.6.0": { + "sha512": "ewgV0sc2B3tjes8+OCRGE08Uxsey3qFfOD8vNq2gTs9k0/zPZ0MejK7Cb/eAW2c2Oz+IQHqgZkTycrAKYBD5yw==", "type": "package", - "path": "microsoft.identitymodel.abstractions/8.0.1", + "path": "microsoft.identitymodel.abstractions/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", + "README.md", "lib/net462/Microsoft.IdentityModel.Abstractions.dll", "lib/net462/Microsoft.IdentityModel.Abstractions.xml", "lib/net472/Microsoft.IdentityModel.Abstractions.dll", @@ -9210,7 +9934,7 @@ "lib/net9.0/Microsoft.IdentityModel.Abstractions.xml", "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", - "microsoft.identitymodel.abstractions.8.0.1.nupkg.sha512", + "microsoft.identitymodel.abstractions.8.6.0.nupkg.sha512", "microsoft.identitymodel.abstractions.nuspec" ] }, @@ -9224,30 +9948,36 @@ "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML", "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML", "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML", "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML", "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/portable-net45+win/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", "lib/portable-net45+win/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "microsoft.identitymodel.clients.activedirectory.3.14.2.nupkg.sha512", "microsoft.identitymodel.clients.activedirectory.nuspec" ] }, - "Microsoft.IdentityModel.JsonWebTokens/8.0.1": { - "sha512": "s6++gF9x0rQApQzOBbSyp4jUaAlwm+DroKfL8gdOHxs83k8SJfUXhuc46rDB3rNXBQ1MVRxqKUrqFhO/M0E97g==", + "Microsoft.IdentityModel.JsonWebTokens/8.6.0": { + "sha512": "g/CFN/OzAhJb9a94ep6/xv4b9fOUL8heFkKDwC/HNb17tUDOIPN5iVawisfZ0p1xjJlmVyYWIggnECqIfX8Rfw==", "type": "package", - "path": "microsoft.identitymodel.jsonwebtokens/8.0.1", + "path": "microsoft.identitymodel.jsonwebtokens/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", + "README.md", "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll", "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml", "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", @@ -9260,17 +9990,18 @@ "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.xml", "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "microsoft.identitymodel.jsonwebtokens.8.0.1.nupkg.sha512", + "microsoft.identitymodel.jsonwebtokens.8.6.0.nupkg.sha512", "microsoft.identitymodel.jsonwebtokens.nuspec" ] }, - "Microsoft.IdentityModel.Logging/8.0.1": { - "sha512": "UCPF2exZqBXe7v/6sGNiM6zCQOUXXQ9+v5VTb9gPB8ZSUPnX53BxlN78v2jsbIvK9Dq4GovQxo23x8JgWvm/Qg==", + "Microsoft.IdentityModel.Logging/8.6.0": { + "sha512": "PqkPSoENwbGQenGQT270hZIt5p36Ta4YwDla4QId6LdqCeUDus63OChHBv+3AgujFVeBJlRrvmkN7H+Lug+u0g==", "type": "package", - "path": "microsoft.identitymodel.logging/8.0.1", + "path": "microsoft.identitymodel.logging/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", + "README.md", "lib/net462/Microsoft.IdentityModel.Logging.dll", "lib/net462/Microsoft.IdentityModel.Logging.xml", "lib/net472/Microsoft.IdentityModel.Logging.dll", @@ -9283,7 +10014,7 @@ "lib/net9.0/Microsoft.IdentityModel.Logging.xml", "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", - "microsoft.identitymodel.logging.8.0.1.nupkg.sha512", + "microsoft.identitymodel.logging.8.6.0.nupkg.sha512", "microsoft.identitymodel.logging.nuspec" ] }, @@ -9333,13 +10064,14 @@ "microsoft.identitymodel.protocols.openidconnect.nuspec" ] }, - "Microsoft.IdentityModel.Tokens/8.0.1": { - "sha512": "kDimB6Dkd3nkW2oZPDkMkVHfQt3IDqO5gL0oa8WVy3OP4uE8Ij+8TXnqg9TOd9ufjsY3IDiGz7pCUbnfL18tjg==", + "Microsoft.IdentityModel.Tokens/8.6.0": { + "sha512": "ga4ASKm8EezJ+Oj4uvTNE0xjIWy27Ix5pOZz737CnLzxv7ClFnelX+YWbFuiO1Qj2zVoIpsPqKJRGHGlpFF6eQ==", "type": "package", - "path": "microsoft.identitymodel.tokens/8.0.1", + "path": "microsoft.identitymodel.tokens/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", + "README.md", "lib/net462/Microsoft.IdentityModel.Tokens.dll", "lib/net462/Microsoft.IdentityModel.Tokens.xml", "lib/net472/Microsoft.IdentityModel.Tokens.dll", @@ -9352,7 +10084,7 @@ "lib/net9.0/Microsoft.IdentityModel.Tokens.xml", "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", - "microsoft.identitymodel.tokens.8.0.1.nupkg.sha512", + "microsoft.identitymodel.tokens.8.6.0.nupkg.sha512", "microsoft.identitymodel.tokens.nuspec" ] }, @@ -9523,8 +10255,10 @@ ".signature.p7s", "lib/net452/Microsoft.Rest.ClientRuntime.dll", "lib/net452/Microsoft.Rest.ClientRuntime.runtimeconfig.json", + "lib/net452/Microsoft.Rest.ClientRuntime.xml", "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll", "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.runtimeconfig.json", + "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.xml", "microsoft.rest.clientruntime.2.3.8.nupkg.sha512", "microsoft.rest.clientruntime.nuspec" ] @@ -9538,8 +10272,10 @@ ".signature.p7s", "lib/net452/Microsoft.Rest.ClientRuntime.Azure.dll", "lib/net452/Microsoft.Rest.ClientRuntime.Azure.runtimeconfig.json", + "lib/net452/Microsoft.Rest.ClientRuntime.Azure.xml", "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll", "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.runtimeconfig.json", + "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.xml", "microsoft.rest.clientruntime.azure.3.3.7.nupkg.sha512", "microsoft.rest.clientruntime.azure.nuspec" ] @@ -9581,12 +10317,109 @@ "microsoft.visualbasic.nuspec", "ref/net45/_._", "ref/netcore50/Microsoft.VisualBasic.dll", + "ref/netcore50/Microsoft.VisualBasic.xml", + "ref/netcore50/de/Microsoft.VisualBasic.xml", + "ref/netcore50/es/Microsoft.VisualBasic.xml", + "ref/netcore50/fr/Microsoft.VisualBasic.xml", + "ref/netcore50/it/Microsoft.VisualBasic.xml", + "ref/netcore50/ja/Microsoft.VisualBasic.xml", + "ref/netcore50/ko/Microsoft.VisualBasic.xml", + "ref/netcore50/ru/Microsoft.VisualBasic.xml", + "ref/netcore50/zh-hans/Microsoft.VisualBasic.xml", + "ref/netcore50/zh-hant/Microsoft.VisualBasic.xml", "ref/netstandard1.1/Microsoft.VisualBasic.dll", + "ref/netstandard1.1/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/de/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/es/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/fr/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/it/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/ja/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/ko/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/ru/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/zh-hans/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/zh-hant/Microsoft.VisualBasic.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._" ] }, + "Microsoft.Web.LibraryManager.Build/3.0.71": { + "sha512": "uO0RegM2P5ZZhQDJQ+YSiugXJgNnh4gmjMd3VofeoE9MSu60zYoR3meA9SAm6PVJW2t//SzICXQf4+JtfUTJQA==", + "type": "package", + "path": "microsoft.web.librarymanager.build/3.0.71", + "hasTools": true, + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "License.txt", + "PackageIcon.png", + "Third-party-notice.txt", + "build/Microsoft.Web.LibraryManager.Build.props", + "build/Microsoft.Web.LibraryManager.Build.targets", + "microsoft.web.librarymanager.build.3.0.71.nupkg.sha512", + "microsoft.web.librarymanager.build.nuspec", + "tools/net481/Microsoft.Web.LibraryManager.Build.dll", + "tools/net481/Microsoft.Web.LibraryManager.Contracts.dll", + "tools/net481/Microsoft.Web.LibraryManager.dll", + "tools/net481/Newtonsoft.Json.dll", + "tools/net481/cs/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/cs/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/de/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/de/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/es/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/es/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/fr/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/fr/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/it/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/it/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/ja/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/ja/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/ko/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/ko/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/pl/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/pl/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/pt-BR/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/pt-BR/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/ru/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/ru/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/tr/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/tr/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/zh-Hans/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/zh-Hans/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/zh-Hant/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/zh-Hant/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/Microsoft.Web.LibraryManager.Build.dll", + "tools/net8.0/Microsoft.Web.LibraryManager.Contracts.dll", + "tools/net8.0/Microsoft.Web.LibraryManager.dll", + "tools/net8.0/Newtonsoft.Json.dll", + "tools/net8.0/cs/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/cs/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/de/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/de/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/es/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/es/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/fr/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/fr/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/it/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/it/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/ja/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/ja/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/ko/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/ko/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/pl/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/pl/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/pt-BR/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/pt-BR/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/ru/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/ru/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/tr/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/tr/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/zh-Hans/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/zh-Hans/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/zh-Hant/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/zh-Hant/Microsoft.Web.LibraryManager.resources.dll" + ] + }, "Microsoft.Win32.Primitives/4.3.0": { "sha512": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", "type": "package", @@ -9609,6 +10442,16 @@ "ref/MonoTouch10/_._", "ref/net46/Microsoft.Win32.Primitives.dll", "ref/netstandard1.3/Microsoft.Win32.Primitives.dll", + "ref/netstandard1.3/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/de/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/es/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/fr/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/it/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ja/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ko/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ru/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/zh-hans/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/zh-hant/Microsoft.Win32.Primitives.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -9626,15 +10469,30 @@ "THIRD-PARTY-NOTICES.TXT", "lib/net46/Microsoft.Win32.Registry.dll", "lib/net461/Microsoft.Win32.Registry.dll", + "lib/net461/Microsoft.Win32.Registry.xml", "lib/netstandard1.3/Microsoft.Win32.Registry.dll", "lib/netstandard2.0/Microsoft.Win32.Registry.dll", + "lib/netstandard2.0/Microsoft.Win32.Registry.xml", "microsoft.win32.registry.4.7.0.nupkg.sha512", "microsoft.win32.registry.nuspec", "ref/net46/Microsoft.Win32.Registry.dll", "ref/net461/Microsoft.Win32.Registry.dll", + "ref/net461/Microsoft.Win32.Registry.xml", "ref/net472/Microsoft.Win32.Registry.dll", + "ref/net472/Microsoft.Win32.Registry.xml", "ref/netstandard1.3/Microsoft.Win32.Registry.dll", + "ref/netstandard1.3/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/de/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/es/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/it/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml", "ref/netstandard2.0/Microsoft.Win32.Registry.dll", + "ref/netstandard2.0/Microsoft.Win32.Registry.xml", "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll", "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.xml", "runtimes/win/lib/net46/Microsoft.Win32.Registry.dll", @@ -9677,10 +10535,10 @@ "netstandard.library.nuspec" ] }, - "Newtonsoft.Json/13.0.3": { - "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", + "Newtonsoft.Json/13.0.4": { + "sha512": "pdgNNMai3zv51W5aq268sujXUyx7SNdE2bj1wZcWjAQrKMFZV260lbqYop1d2GM67JI1huLRwxo9ZqnfF/lC6A==", "type": "package", - "path": "newtonsoft.json/13.0.3", + "path": "newtonsoft.json/13.0.4", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -9702,7 +10560,7 @@ "lib/netstandard1.3/Newtonsoft.Json.xml", "lib/netstandard2.0/Newtonsoft.Json.dll", "lib/netstandard2.0/Newtonsoft.Json.xml", - "newtonsoft.json.13.0.3.nupkg.sha512", + "newtonsoft.json.13.0.4.nupkg.sha512", "newtonsoft.json.nuspec", "packageIcon.png" ] @@ -9717,21 +10575,48 @@ "LICENSE.md", "lib/net45/Newtonsoft.Json.Bson.dll", "lib/net45/Newtonsoft.Json.Bson.pdb", + "lib/net45/Newtonsoft.Json.Bson.xml", "lib/netstandard1.3/Newtonsoft.Json.Bson.dll", "lib/netstandard1.3/Newtonsoft.Json.Bson.pdb", + "lib/netstandard1.3/Newtonsoft.Json.Bson.xml", "lib/netstandard2.0/Newtonsoft.Json.Bson.dll", "lib/netstandard2.0/Newtonsoft.Json.Bson.pdb", + "lib/netstandard2.0/Newtonsoft.Json.Bson.xml", "newtonsoft.json.bson.1.0.2.nupkg.sha512", "newtonsoft.json.bson.nuspec" ] }, - "Polly/8.5.0": { - "sha512": "GBNZPy7i7OpkaIruWPRJ0+AWzdGDQDnKY91b7Ic2aAch4lKhPjUc5KSffpH9krIWe0MoyghqaRxwRC0Uwz2PkA==", + "Pipelines.Sockets.Unofficial/2.2.8": { + "sha512": "zG2FApP5zxSx6OcdJQLbZDk2AVlN2BNQD6MorwIfV6gVj0RRxWPEp2LXAxqDGZqeNV1Zp0BNPcNaey/GXmTdvQ==", + "type": "package", + "path": "pipelines.sockets.unofficial/2.2.8", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net461/Pipelines.Sockets.Unofficial.dll", + "lib/net461/Pipelines.Sockets.Unofficial.xml", + "lib/net472/Pipelines.Sockets.Unofficial.dll", + "lib/net472/Pipelines.Sockets.Unofficial.xml", + "lib/net5.0/Pipelines.Sockets.Unofficial.dll", + "lib/net5.0/Pipelines.Sockets.Unofficial.xml", + "lib/netcoreapp3.1/Pipelines.Sockets.Unofficial.dll", + "lib/netcoreapp3.1/Pipelines.Sockets.Unofficial.xml", + "lib/netstandard2.0/Pipelines.Sockets.Unofficial.dll", + "lib/netstandard2.0/Pipelines.Sockets.Unofficial.xml", + "lib/netstandard2.1/Pipelines.Sockets.Unofficial.dll", + "lib/netstandard2.1/Pipelines.Sockets.Unofficial.xml", + "pipelines.sockets.unofficial.2.2.8.nupkg.sha512", + "pipelines.sockets.unofficial.nuspec" + ] + }, + "Polly/8.6.5": { + "sha512": "VqtW2ZE/ALvQMAH1cQY3qZ2cF2OXa3oe/HKMdOv6Q02HCoEW0rsFNfcBONXlHBe1TnjWW1vdRxBEkPeq0/2FHA==", "type": "package", - "path": "polly/8.5.0", + "path": "polly/8.6.5", "files": [ ".nupkg.metadata", ".signature.p7s", + "LICENSE", "lib/net462/Polly.dll", "lib/net462/Polly.pdb", "lib/net462/Polly.xml", @@ -9746,17 +10631,18 @@ "lib/netstandard2.0/Polly.xml", "package-icon.png", "package-readme.md", - "polly.8.5.0.nupkg.sha512", + "polly.8.6.5.nupkg.sha512", "polly.nuspec" ] }, - "Polly.Core/8.5.0": { - "sha512": "VYYMZNitZ85UEhwOKkTQI63WEMvzUqwQc74I2mm8h/DBVAMcBBxqYPni4DmuRtbCwngmuONuK2yBJfWNRKzI+A==", + "Polly.Core/8.6.5": { + "sha512": "t+sUVrIwvo7UmsgHGgOG9F0GDZSRIm47u2ylH17Gvcv1q5hNEwgD5GoBlFyc0kh/pebmPyrAgvGsR/65ZBaXlg==", "type": "package", - "path": "polly.core/8.5.0", + "path": "polly.core/8.6.5", "files": [ ".nupkg.metadata", ".signature.p7s", + "LICENSE", "lib/net462/Polly.Core.dll", "lib/net462/Polly.Core.pdb", "lib/net462/Polly.Core.xml", @@ -9774,31 +10660,10 @@ "lib/netstandard2.0/Polly.Core.xml", "package-icon.png", "package-readme.md", - "polly.core.8.5.0.nupkg.sha512", + "polly.core.8.6.5.nupkg.sha512", "polly.core.nuspec" ] }, - "prometheus-net/8.0.1": { - "sha512": "A9sOtQB2gEhujBxPKw+KcGScBiPvBmy4lYVM5OlETMj4xjVD5r/ixIg52HHg2P0lcImJTpfeWnD0/9tpQsRQTA==", - "type": "package", - "path": "prometheus-net/8.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "lib/net462/Prometheus.NetStandard.dll", - "lib/net462/Prometheus.NetStandard.xml", - "lib/net6.0/Prometheus.NetStandard.dll", - "lib/net6.0/Prometheus.NetStandard.xml", - "lib/net7.0/Prometheus.NetStandard.dll", - "lib/net7.0/Prometheus.NetStandard.xml", - "lib/netstandard2.0/Prometheus.NetStandard.dll", - "lib/netstandard2.0/Prometheus.NetStandard.xml", - "prometheus-net-logo.png", - "prometheus-net.8.0.1.nupkg.sha512", - "prometheus-net.nuspec" - ] - }, "RabbitMQ.Client/6.8.1": { "sha512": "jNsmGgmCNw2S/NzskeN2ijtGywtH4Sk/G6jWUTD5sY9SrC27Xz6BsLIiB8hdsfjeyWCa4j4GvCIGkpE8wrjU1Q==", "type": "package", @@ -10131,10 +10996,10 @@ "version.txt" ] }, - "Serilog/4.0.0": { - "sha512": "2jDkUrSh5EofOp7Lx5Zgy0EB+7hXjjxE2ktTb1WVQmU00lDACR2TdROGKU0K1pDTBSJBN1PqgYpgOZF8mL7NJw==", + "Serilog/4.2.0": { + "sha512": "gmoWVOvKgbME8TYR+gwMf7osROiWAURterc6Rt2dQyX7wtjZYpqFiA/pY6ztjGQKKV62GGCyOcmtP1UKMHgSmA==", "type": "package", - "path": "serilog/4.0.0", + "path": "serilog/4.2.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -10148,16 +11013,18 @@ "lib/net6.0/Serilog.xml", "lib/net8.0/Serilog.dll", "lib/net8.0/Serilog.xml", + "lib/net9.0/Serilog.dll", + "lib/net9.0/Serilog.xml", "lib/netstandard2.0/Serilog.dll", "lib/netstandard2.0/Serilog.xml", - "serilog.4.0.0.nupkg.sha512", + "serilog.4.2.0.nupkg.sha512", "serilog.nuspec" ] }, - "Serilog.AspNetCore/8.0.3": { - "sha512": "Y5at41mc0OV982DEJslBKHd6uzcWO6POwR3QceJ6gtpMPxCzm4+FElGPF0RdaTD7MGsP6XXE05LMbSi0NO+sXg==", + "Serilog.AspNetCore/9.0.0": { + "sha512": "JslDajPlBsn3Pww1554flJFTqROvK9zz9jONNQgn0D8Lx2Trw8L0A8/n6zEQK1DAZWXrJwiVLw8cnTR3YFuYsg==", "type": "package", - "path": "serilog.aspnetcore/8.0.3", + "path": "serilog.aspnetcore/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -10165,15 +11032,15 @@ "icon.png", "lib/net462/Serilog.AspNetCore.dll", "lib/net462/Serilog.AspNetCore.xml", - "lib/net6.0/Serilog.AspNetCore.dll", - "lib/net6.0/Serilog.AspNetCore.xml", - "lib/net7.0/Serilog.AspNetCore.dll", - "lib/net7.0/Serilog.AspNetCore.xml", "lib/net8.0/Serilog.AspNetCore.dll", "lib/net8.0/Serilog.AspNetCore.xml", + "lib/net9.0/Serilog.AspNetCore.dll", + "lib/net9.0/Serilog.AspNetCore.xml", "lib/netstandard2.0/Serilog.AspNetCore.dll", "lib/netstandard2.0/Serilog.AspNetCore.xml", - "serilog.aspnetcore.8.0.3.nupkg.sha512", + "lib/netstandard2.1/Serilog.AspNetCore.dll", + "lib/netstandard2.1/Serilog.AspNetCore.xml", + "serilog.aspnetcore.9.0.0.nupkg.sha512", "serilog.aspnetcore.nuspec" ] }, @@ -10200,10 +11067,10 @@ "serilog.enrichers.environment.nuspec" ] }, - "Serilog.Extensions.Hosting/8.0.0": { - "sha512": "db0OcbWeSCvYQkHWu6n0v40N4kKaTAXNjlM3BKvcbwvNzYphQFcBR+36eQ/7hMMwOkJvAyLC2a9/jNdUL5NjtQ==", + "Serilog.Extensions.Hosting/9.0.0": { + "sha512": "u2TRxuxbjvTAldQn7uaAwePkWxTHIqlgjelekBtilAGL5sYyF3+65NWctN4UrwwGLsDC7c3Vz3HnOlu+PcoxXg==", "type": "package", - "path": "serilog.extensions.hosting/8.0.0", + "path": "serilog.extensions.hosting/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -10211,47 +11078,45 @@ "icon.png", "lib/net462/Serilog.Extensions.Hosting.dll", "lib/net462/Serilog.Extensions.Hosting.xml", - "lib/net6.0/Serilog.Extensions.Hosting.dll", - "lib/net6.0/Serilog.Extensions.Hosting.xml", - "lib/net7.0/Serilog.Extensions.Hosting.dll", - "lib/net7.0/Serilog.Extensions.Hosting.xml", "lib/net8.0/Serilog.Extensions.Hosting.dll", "lib/net8.0/Serilog.Extensions.Hosting.xml", + "lib/net9.0/Serilog.Extensions.Hosting.dll", + "lib/net9.0/Serilog.Extensions.Hosting.xml", "lib/netstandard2.0/Serilog.Extensions.Hosting.dll", "lib/netstandard2.0/Serilog.Extensions.Hosting.xml", - "serilog.extensions.hosting.8.0.0.nupkg.sha512", + "lib/netstandard2.1/Serilog.Extensions.Hosting.dll", + "lib/netstandard2.1/Serilog.Extensions.Hosting.xml", + "serilog.extensions.hosting.9.0.0.nupkg.sha512", "serilog.extensions.hosting.nuspec" ] }, - "Serilog.Extensions.Logging/8.0.0": { - "sha512": "YEAMWu1UnWgf1c1KP85l1SgXGfiVo0Rz6x08pCiPOIBt2Qe18tcZLvdBUuV5o1QHvrs8FAry9wTIhgBRtjIlEg==", + "Serilog.Extensions.Logging/9.0.0": { + "sha512": "NwSSYqPJeKNzl5AuXVHpGbr6PkZJFlNa14CdIebVjK3k/76kYj/mz5kiTRNVSsSaxM8kAIa1kpy/qyT9E4npRQ==", "type": "package", - "path": "serilog.extensions.logging/8.0.0", + "path": "serilog.extensions.logging/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", "lib/net462/Serilog.Extensions.Logging.dll", "lib/net462/Serilog.Extensions.Logging.xml", - "lib/net6.0/Serilog.Extensions.Logging.dll", - "lib/net6.0/Serilog.Extensions.Logging.xml", - "lib/net7.0/Serilog.Extensions.Logging.dll", - "lib/net7.0/Serilog.Extensions.Logging.xml", "lib/net8.0/Serilog.Extensions.Logging.dll", "lib/net8.0/Serilog.Extensions.Logging.xml", + "lib/net9.0/Serilog.Extensions.Logging.dll", + "lib/net9.0/Serilog.Extensions.Logging.xml", "lib/netstandard2.0/Serilog.Extensions.Logging.dll", "lib/netstandard2.0/Serilog.Extensions.Logging.xml", "lib/netstandard2.1/Serilog.Extensions.Logging.dll", "lib/netstandard2.1/Serilog.Extensions.Logging.xml", "serilog-extension-nuget.png", - "serilog.extensions.logging.8.0.0.nupkg.sha512", + "serilog.extensions.logging.9.0.0.nupkg.sha512", "serilog.extensions.logging.nuspec" ] }, - "Serilog.Formatting.Compact/2.0.0": { - "sha512": "ob6z3ikzFM3D1xalhFuBIK1IOWf+XrQq+H4KeH4VqBcPpNcmUgZlRQ2h3Q7wvthpdZBBoY86qZOI2LCXNaLlNA==", + "Serilog.Formatting.Compact/3.0.0": { + "sha512": "wQsv14w9cqlfB5FX2MZpNsTawckN4a8dryuNGbebB/3Nh1pXnROHZov3swtu3Nj5oNG7Ba+xdu7Et/ulAUPanQ==", "type": "package", - "path": "serilog.formatting.compact/2.0.0", + "path": "serilog.formatting.compact/3.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -10262,21 +11127,19 @@ "lib/net471/Serilog.Formatting.Compact.xml", "lib/net6.0/Serilog.Formatting.Compact.dll", "lib/net6.0/Serilog.Formatting.Compact.xml", - "lib/net7.0/Serilog.Formatting.Compact.dll", - "lib/net7.0/Serilog.Formatting.Compact.xml", + "lib/net8.0/Serilog.Formatting.Compact.dll", + "lib/net8.0/Serilog.Formatting.Compact.xml", "lib/netstandard2.0/Serilog.Formatting.Compact.dll", "lib/netstandard2.0/Serilog.Formatting.Compact.xml", - "lib/netstandard2.1/Serilog.Formatting.Compact.dll", - "lib/netstandard2.1/Serilog.Formatting.Compact.xml", "serilog-extension-nuget.png", - "serilog.formatting.compact.2.0.0.nupkg.sha512", + "serilog.formatting.compact.3.0.0.nupkg.sha512", "serilog.formatting.compact.nuspec" ] }, - "Serilog.Settings.Configuration/8.0.4": { - "sha512": "pkxvq0umBKK8IKFJc1aV5S/HGRG/NIxJ6FV42KaTPLfDmBOAbBUB1m5gqqlGxzEa1MgDDWtQlWJdHTSxVWNx+Q==", + "Serilog.Settings.Configuration/9.0.0": { + "sha512": "4/Et4Cqwa+F88l5SeFeNZ4c4Z6dEAIKbu3MaQb2Zz9F/g27T5a3wvfMcmCOaAiACjfUb4A6wrlTVfyYUZk3RRQ==", "type": "package", - "path": "serilog.settings.configuration/8.0.4", + "path": "serilog.settings.configuration/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -10284,22 +11147,20 @@ "icon.png", "lib/net462/Serilog.Settings.Configuration.dll", "lib/net462/Serilog.Settings.Configuration.xml", - "lib/net6.0/Serilog.Settings.Configuration.dll", - "lib/net6.0/Serilog.Settings.Configuration.xml", - "lib/net7.0/Serilog.Settings.Configuration.dll", - "lib/net7.0/Serilog.Settings.Configuration.xml", "lib/net8.0/Serilog.Settings.Configuration.dll", "lib/net8.0/Serilog.Settings.Configuration.xml", + "lib/net9.0/Serilog.Settings.Configuration.dll", + "lib/net9.0/Serilog.Settings.Configuration.xml", "lib/netstandard2.0/Serilog.Settings.Configuration.dll", "lib/netstandard2.0/Serilog.Settings.Configuration.xml", - "serilog.settings.configuration.8.0.4.nupkg.sha512", + "serilog.settings.configuration.9.0.0.nupkg.sha512", "serilog.settings.configuration.nuspec" ] }, - "Serilog.Sinks.Console/6.0.0": { - "sha512": "fQGWqVMClCP2yEyTXPIinSr5c+CBGUvBybPxjAGcf7ctDhadFhrQw03Mv8rJ07/wR5PDfFjewf2LimvXCDzpbA==", + "Serilog.Sinks.Console/6.1.1": { + "sha512": "8jbqgjUyZlfCuSTaJk6lOca465OndqOz3KZP6Cryt/IqZYybyBu7GP0fE/AXBzrrQB3EBmQntBFAvMVz1COvAA==", "type": "package", - "path": "serilog.sinks.console/6.0.0", + "path": "serilog.sinks.console/6.1.1", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -10315,53 +11176,62 @@ "lib/net8.0/Serilog.Sinks.Console.xml", "lib/netstandard2.0/Serilog.Sinks.Console.dll", "lib/netstandard2.0/Serilog.Sinks.Console.xml", - "serilog.sinks.console.6.0.0.nupkg.sha512", + "serilog.sinks.console.6.1.1.nupkg.sha512", "serilog.sinks.console.nuspec" ] }, - "Serilog.Sinks.Debug/2.0.0": { - "sha512": "Y6g3OBJ4JzTyyw16fDqtFcQ41qQAydnEvEqmXjhwhgjsnG/FaJ8GUqF5ldsC/bVkK8KYmqrPhDO+tm4dF6xx4A==", + "Serilog.Sinks.Debug/3.0.0": { + "sha512": "4BzXcdrgRX7wde9PmHuYd9U6YqycCC28hhpKonK7hx0wb19eiuRj16fPcPSVp0o/Y1ipJuNLYQ00R3q2Zs8FDA==", "type": "package", - "path": "serilog.sinks.debug/2.0.0", + "path": "serilog.sinks.debug/3.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", + "README.md", "icon.png", - "lib/net45/Serilog.Sinks.Debug.dll", - "lib/net46/Serilog.Sinks.Debug.dll", - "lib/netstandard1.0/Serilog.Sinks.Debug.dll", + "lib/net462/Serilog.Sinks.Debug.dll", + "lib/net462/Serilog.Sinks.Debug.xml", + "lib/net471/Serilog.Sinks.Debug.dll", + "lib/net471/Serilog.Sinks.Debug.xml", + "lib/net6.0/Serilog.Sinks.Debug.dll", + "lib/net6.0/Serilog.Sinks.Debug.xml", + "lib/net8.0/Serilog.Sinks.Debug.dll", + "lib/net8.0/Serilog.Sinks.Debug.xml", "lib/netstandard2.0/Serilog.Sinks.Debug.dll", - "lib/netstandard2.1/Serilog.Sinks.Debug.dll", - "serilog.sinks.debug.2.0.0.nupkg.sha512", + "lib/netstandard2.0/Serilog.Sinks.Debug.xml", + "serilog.sinks.debug.3.0.0.nupkg.sha512", "serilog.sinks.debug.nuspec" ] }, - "Serilog.Sinks.File/5.0.0": { - "sha512": "uwV5hdhWPwUH1szhO8PJpFiahqXmzPzJT/sOijH/kFgUx+cyoDTMM8MHD0adw9+Iem6itoibbUXHYslzXsLEAg==", + "Serilog.Sinks.File/7.0.0": { + "sha512": "fKL7mXv7qaiNBUC71ssvn/dU0k9t0o45+qm2XgKAlSt19xF+ijjxyA3R6HmCgfKEKwfcfkwWjayuQtRueZFkYw==", "type": "package", - "path": "serilog.sinks.file/5.0.0", + "path": "serilog.sinks.file/7.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "images/icon.png", - "lib/net45/Serilog.Sinks.File.dll", - "lib/net45/Serilog.Sinks.File.pdb", - "lib/net5.0/Serilog.Sinks.File.dll", - "lib/net5.0/Serilog.Sinks.File.pdb", - "lib/netstandard1.3/Serilog.Sinks.File.dll", - "lib/netstandard1.3/Serilog.Sinks.File.pdb", + "README.md", + "lib/net462/Serilog.Sinks.File.dll", + "lib/net462/Serilog.Sinks.File.xml", + "lib/net471/Serilog.Sinks.File.dll", + "lib/net471/Serilog.Sinks.File.xml", + "lib/net6.0/Serilog.Sinks.File.dll", + "lib/net6.0/Serilog.Sinks.File.xml", + "lib/net8.0/Serilog.Sinks.File.dll", + "lib/net8.0/Serilog.Sinks.File.xml", + "lib/net9.0/Serilog.Sinks.File.dll", + "lib/net9.0/Serilog.Sinks.File.xml", "lib/netstandard2.0/Serilog.Sinks.File.dll", - "lib/netstandard2.0/Serilog.Sinks.File.pdb", - "lib/netstandard2.1/Serilog.Sinks.File.dll", - "lib/netstandard2.1/Serilog.Sinks.File.pdb", - "serilog.sinks.file.5.0.0.nupkg.sha512", + "lib/netstandard2.0/Serilog.Sinks.File.xml", + "serilog-sink-nuget.png", + "serilog.sinks.file.7.0.0.nupkg.sha512", "serilog.sinks.file.nuspec" ] }, - "Serilog.Sinks.Http/9.0.0": { - "sha512": "c246Bw1vXtvht/krwQXGwuZ4U2kKxRf8d9iaazZDodnOohTlRR4jZyQS/slWHSjJAj8ZDejCQcITnu+TkYmdFw==", + "Serilog.Sinks.Http/9.2.0": { + "sha512": "tngXuEvfI1CrtB02XVXhHAGTX1HvSMKjWcOmlyBT9LVNIMYvNhOSkfigfwxd9OCbv3cXw1aWFrSPGGw8Y6sjtg==", "type": "package", - "path": "serilog.sinks.http/9.0.0", + "path": "serilog.sinks.http/9.2.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -10373,14 +11243,14 @@ "lib/netstandard2.1/Serilog.Sinks.Http.dll", "lib/netstandard2.1/Serilog.Sinks.Http.xml", "serilog-sink-nuget.png", - "serilog.sinks.http.9.0.0.nupkg.sha512", + "serilog.sinks.http.9.2.0.nupkg.sha512", "serilog.sinks.http.nuspec" ] }, - "Serilog.Sinks.Seq/8.0.0": { - "sha512": "z5ig56/qzjkX6Fj4U/9m1g8HQaQiYPMZS4Uevtjg1I+WWzoGSf5t/E+6JbMP/jbZYhU63bA5NJN5y0x+qqx2Bw==", + "Serilog.Sinks.Seq/9.0.0": { + "sha512": "aNU8A0K322q7+voPNmp1/qNPH+9QK8xvM1p72sMmCG0wGlshFzmtDW9QnVSoSYCj0MgQKcMOlgooovtBhRlNHw==", "type": "package", - "path": "serilog.sinks.seq/8.0.0", + "path": "serilog.sinks.seq/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -10390,10 +11260,31 @@ "lib/net6.0/Serilog.Sinks.Seq.xml", "lib/netstandard2.0/Serilog.Sinks.Seq.dll", "lib/netstandard2.0/Serilog.Sinks.Seq.xml", - "serilog.sinks.seq.8.0.0.nupkg.sha512", + "serilog.sinks.seq.9.0.0.nupkg.sha512", "serilog.sinks.seq.nuspec" ] }, + "StackExchange.Redis/2.7.27": { + "sha512": "Uqc2OQHglqj9/FfGQ6RkKFkZfHySfZlfmbCl+hc+u2I/IqunfelQ7QJi7ZhvAJxUtu80pildVX6NPLdDaUffOw==", + "type": "package", + "path": "stackexchange.redis/2.7.27", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net461/StackExchange.Redis.dll", + "lib/net461/StackExchange.Redis.xml", + "lib/net472/StackExchange.Redis.dll", + "lib/net472/StackExchange.Redis.xml", + "lib/net6.0/StackExchange.Redis.dll", + "lib/net6.0/StackExchange.Redis.xml", + "lib/netcoreapp3.1/StackExchange.Redis.dll", + "lib/netcoreapp3.1/StackExchange.Redis.xml", + "lib/netstandard2.0/StackExchange.Redis.dll", + "lib/netstandard2.0/StackExchange.Redis.xml", + "stackexchange.redis.2.7.27.nupkg.sha512", + "stackexchange.redis.nuspec" + ] + }, "Swashbuckle.AspNetCore/7.2.0": { "sha512": "vJv19UpWm6OOgnS9QLDnWARNVasXUfj8SFvlG7UVALm4nBnfwRnEky7C0veSDqMUmBeMPC6Ec3d6G1ts/J04Uw==", "type": "package", @@ -10525,7 +11416,27 @@ "ref/net463/System.AppContext.dll", "ref/netstandard/_._", "ref/netstandard1.3/System.AppContext.dll", + "ref/netstandard1.3/System.AppContext.xml", + "ref/netstandard1.3/de/System.AppContext.xml", + "ref/netstandard1.3/es/System.AppContext.xml", + "ref/netstandard1.3/fr/System.AppContext.xml", + "ref/netstandard1.3/it/System.AppContext.xml", + "ref/netstandard1.3/ja/System.AppContext.xml", + "ref/netstandard1.3/ko/System.AppContext.xml", + "ref/netstandard1.3/ru/System.AppContext.xml", + "ref/netstandard1.3/zh-hans/System.AppContext.xml", + "ref/netstandard1.3/zh-hant/System.AppContext.xml", "ref/netstandard1.6/System.AppContext.dll", + "ref/netstandard1.6/System.AppContext.xml", + "ref/netstandard1.6/de/System.AppContext.xml", + "ref/netstandard1.6/es/System.AppContext.xml", + "ref/netstandard1.6/fr/System.AppContext.xml", + "ref/netstandard1.6/it/System.AppContext.xml", + "ref/netstandard1.6/ja/System.AppContext.xml", + "ref/netstandard1.6/ko/System.AppContext.xml", + "ref/netstandard1.6/ru/System.AppContext.xml", + "ref/netstandard1.6/zh-hans/System.AppContext.xml", + "ref/netstandard1.6/zh-hant/System.AppContext.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -10546,12 +11457,17 @@ "THIRD-PARTY-NOTICES.TXT", "lib/netcoreapp2.0/_._", "lib/netstandard1.1/System.Buffers.dll", + "lib/netstandard1.1/System.Buffers.xml", "lib/netstandard2.0/System.Buffers.dll", + "lib/netstandard2.0/System.Buffers.xml", "lib/uap10.0.16299/_._", "ref/net45/System.Buffers.dll", + "ref/net45/System.Buffers.xml", "ref/netcoreapp2.0/_._", "ref/netstandard1.1/System.Buffers.dll", + "ref/netstandard1.1/System.Buffers.xml", "ref/netstandard2.0/System.Buffers.dll", + "ref/netstandard2.0/System.Buffers.xml", "ref/uap10.0.16299/_._", "system.buffers.4.5.0.nupkg.sha512", "system.buffers.nuspec", @@ -10559,6 +11475,24 @@ "version.txt" ] }, + "System.ClientModel/1.0.0": { + "sha512": "I3CVkvxeqFYjIVEP59DnjbeoGNfo/+SZrCLpRz2v/g0gpCHaEMPtWSY0s9k/7jR1rAsLNg2z2u1JRB76tPjnIw==", + "type": "package", + "path": "system.clientmodel/1.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "DotNetPackageIcon.png", + "README.md", + "lib/net6.0/System.ClientModel.dll", + "lib/net6.0/System.ClientModel.xml", + "lib/netstandard2.0/System.ClientModel.dll", + "lib/netstandard2.0/System.ClientModel.xml", + "system.clientmodel.1.0.0.nupkg.sha512", + "system.clientmodel.nuspec" + ] + }, "System.CodeDom/6.0.0": { "sha512": "CPc6tWO1LAer3IzfZufDBRL+UZQcj5uS207NHALQzP84Vp/z6wF0Aa0YZImOQY8iStY0A2zI/e3ihKNPfUm8XA==", "type": "package", @@ -10606,8 +11540,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", + "ref/netcore50/de/System.Collections.xml", + "ref/netcore50/es/System.Collections.xml", + "ref/netcore50/fr/System.Collections.xml", + "ref/netcore50/it/System.Collections.xml", + "ref/netcore50/ja/System.Collections.xml", + "ref/netcore50/ko/System.Collections.xml", + "ref/netcore50/ru/System.Collections.xml", + "ref/netcore50/zh-hans/System.Collections.xml", + "ref/netcore50/zh-hant/System.Collections.xml", "ref/netstandard1.0/System.Collections.dll", + "ref/netstandard1.0/System.Collections.xml", + "ref/netstandard1.0/de/System.Collections.xml", + "ref/netstandard1.0/es/System.Collections.xml", + "ref/netstandard1.0/fr/System.Collections.xml", + "ref/netstandard1.0/it/System.Collections.xml", + "ref/netstandard1.0/ja/System.Collections.xml", + "ref/netstandard1.0/ko/System.Collections.xml", + "ref/netstandard1.0/ru/System.Collections.xml", + "ref/netstandard1.0/zh-hans/System.Collections.xml", + "ref/netstandard1.0/zh-hant/System.Collections.xml", "ref/netstandard1.3/System.Collections.dll", + "ref/netstandard1.3/System.Collections.xml", + "ref/netstandard1.3/de/System.Collections.xml", + "ref/netstandard1.3/es/System.Collections.xml", + "ref/netstandard1.3/fr/System.Collections.xml", + "ref/netstandard1.3/it/System.Collections.xml", + "ref/netstandard1.3/ja/System.Collections.xml", + "ref/netstandard1.3/ko/System.Collections.xml", + "ref/netstandard1.3/ru/System.Collections.xml", + "ref/netstandard1.3/zh-hans/System.Collections.xml", + "ref/netstandard1.3/zh-hant/System.Collections.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -10645,8 +11609,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Collections.Concurrent.dll", + "ref/netcore50/System.Collections.Concurrent.xml", + "ref/netcore50/de/System.Collections.Concurrent.xml", + "ref/netcore50/es/System.Collections.Concurrent.xml", + "ref/netcore50/fr/System.Collections.Concurrent.xml", + "ref/netcore50/it/System.Collections.Concurrent.xml", + "ref/netcore50/ja/System.Collections.Concurrent.xml", + "ref/netcore50/ko/System.Collections.Concurrent.xml", + "ref/netcore50/ru/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hans/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hant/System.Collections.Concurrent.xml", "ref/netstandard1.1/System.Collections.Concurrent.dll", + "ref/netstandard1.1/System.Collections.Concurrent.xml", + "ref/netstandard1.1/de/System.Collections.Concurrent.xml", + "ref/netstandard1.1/es/System.Collections.Concurrent.xml", + "ref/netstandard1.1/fr/System.Collections.Concurrent.xml", + "ref/netstandard1.1/it/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ja/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ko/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ru/System.Collections.Concurrent.xml", + "ref/netstandard1.1/zh-hans/System.Collections.Concurrent.xml", + "ref/netstandard1.1/zh-hant/System.Collections.Concurrent.xml", "ref/netstandard1.3/System.Collections.Concurrent.dll", + "ref/netstandard1.3/System.Collections.Concurrent.xml", + "ref/netstandard1.3/de/System.Collections.Concurrent.xml", + "ref/netstandard1.3/es/System.Collections.Concurrent.xml", + "ref/netstandard1.3/fr/System.Collections.Concurrent.xml", + "ref/netstandard1.3/it/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ja/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ko/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ru/System.Collections.Concurrent.xml", + "ref/netstandard1.3/zh-hans/System.Collections.Concurrent.xml", + "ref/netstandard1.3/zh-hant/System.Collections.Concurrent.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -10712,7 +11706,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.ComponentModel.dll", + "ref/netcore50/System.ComponentModel.xml", + "ref/netcore50/de/System.ComponentModel.xml", + "ref/netcore50/es/System.ComponentModel.xml", + "ref/netcore50/fr/System.ComponentModel.xml", + "ref/netcore50/it/System.ComponentModel.xml", + "ref/netcore50/ja/System.ComponentModel.xml", + "ref/netcore50/ko/System.ComponentModel.xml", + "ref/netcore50/ru/System.ComponentModel.xml", + "ref/netcore50/zh-hans/System.ComponentModel.xml", + "ref/netcore50/zh-hant/System.ComponentModel.xml", "ref/netstandard1.0/System.ComponentModel.dll", + "ref/netstandard1.0/System.ComponentModel.xml", + "ref/netstandard1.0/de/System.ComponentModel.xml", + "ref/netstandard1.0/es/System.ComponentModel.xml", + "ref/netstandard1.0/fr/System.ComponentModel.xml", + "ref/netstandard1.0/it/System.ComponentModel.xml", + "ref/netstandard1.0/ja/System.ComponentModel.xml", + "ref/netstandard1.0/ko/System.ComponentModel.xml", + "ref/netstandard1.0/ru/System.ComponentModel.xml", + "ref/netstandard1.0/zh-hans/System.ComponentModel.xml", + "ref/netstandard1.0/zh-hant/System.ComponentModel.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -10751,9 +11765,49 @@ "ref/net45/_._", "ref/net461/System.ComponentModel.Annotations.dll", "ref/netcore50/System.ComponentModel.Annotations.dll", + "ref/netcore50/System.ComponentModel.Annotations.xml", + "ref/netcore50/de/System.ComponentModel.Annotations.xml", + "ref/netcore50/es/System.ComponentModel.Annotations.xml", + "ref/netcore50/fr/System.ComponentModel.Annotations.xml", + "ref/netcore50/it/System.ComponentModel.Annotations.xml", + "ref/netcore50/ja/System.ComponentModel.Annotations.xml", + "ref/netcore50/ko/System.ComponentModel.Annotations.xml", + "ref/netcore50/ru/System.ComponentModel.Annotations.xml", + "ref/netcore50/zh-hans/System.ComponentModel.Annotations.xml", + "ref/netcore50/zh-hant/System.ComponentModel.Annotations.xml", "ref/netstandard1.1/System.ComponentModel.Annotations.dll", + "ref/netstandard1.1/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/de/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/es/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/fr/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/it/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/ja/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/ko/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/ru/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/zh-hans/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/zh-hant/System.ComponentModel.Annotations.xml", "ref/netstandard1.3/System.ComponentModel.Annotations.dll", + "ref/netstandard1.3/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/de/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/es/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/fr/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/it/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/ja/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/ko/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/ru/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/zh-hans/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/zh-hant/System.ComponentModel.Annotations.xml", "ref/netstandard1.4/System.ComponentModel.Annotations.dll", + "ref/netstandard1.4/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/de/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/es/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/fr/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/it/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/ja/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/ko/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/ru/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/zh-hans/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/zh-hant/System.ComponentModel.Annotations.xml", "ref/portable-net45+win8/_._", "ref/win8/_._", "ref/xamarinios10/_._", @@ -10971,6 +12025,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Console.dll", "ref/netstandard1.3/System.Console.dll", + "ref/netstandard1.3/System.Console.xml", + "ref/netstandard1.3/de/System.Console.xml", + "ref/netstandard1.3/es/System.Console.xml", + "ref/netstandard1.3/fr/System.Console.xml", + "ref/netstandard1.3/it/System.Console.xml", + "ref/netstandard1.3/ja/System.Console.xml", + "ref/netstandard1.3/ko/System.Console.xml", + "ref/netstandard1.3/ru/System.Console.xml", + "ref/netstandard1.3/zh-hans/System.Console.xml", + "ref/netstandard1.3/zh-hant/System.Console.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -11089,8 +12153,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", + "ref/netcore50/de/System.Diagnostics.Debug.xml", + "ref/netcore50/es/System.Diagnostics.Debug.xml", + "ref/netcore50/fr/System.Diagnostics.Debug.xml", + "ref/netcore50/it/System.Diagnostics.Debug.xml", + "ref/netcore50/ja/System.Diagnostics.Debug.xml", + "ref/netcore50/ko/System.Diagnostics.Debug.xml", + "ref/netcore50/ru/System.Diagnostics.Debug.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/netstandard1.0/System.Diagnostics.Debug.dll", + "ref/netstandard1.0/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/de/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/es/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/fr/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/it/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ja/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ko/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ru/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml", "ref/netstandard1.3/System.Diagnostics.Debug.dll", + "ref/netstandard1.3/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/de/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/es/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/it/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -11103,39 +12197,38 @@ "system.diagnostics.debug.nuspec" ] }, - "System.Diagnostics.DiagnosticSource/8.0.1": { - "sha512": "vaoWjvkG1aenR2XdjaVivlCV9fADfgyhW5bZtXT23qaEea0lWiUljdQuze4E31vKM7ZWJaSUsbYIKE3rnzfZUg==", + "System.Diagnostics.DiagnosticSource/10.0.0": { + "sha512": "0KdBK+h7G13PuOSC2R/DalAoFMvdYMznvGRuICtkdcUMXgl/gYXsG6z4yUvTxHSMACorWgHCU1Faq0KUHU6yAQ==", "type": "package", - "path": "system.diagnostics.diagnosticsource/8.0.1", + "path": "system.diagnostics.diagnosticsource/10.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/System.Diagnostics.DiagnosticSource.targets", "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/System.Diagnostics.DiagnosticSource.targets", + "lib/net10.0/System.Diagnostics.DiagnosticSource.dll", + "lib/net10.0/System.Diagnostics.DiagnosticSource.xml", "lib/net462/System.Diagnostics.DiagnosticSource.dll", "lib/net462/System.Diagnostics.DiagnosticSource.xml", - "lib/net6.0/System.Diagnostics.DiagnosticSource.dll", - "lib/net6.0/System.Diagnostics.DiagnosticSource.xml", - "lib/net7.0/System.Diagnostics.DiagnosticSource.dll", - "lib/net7.0/System.Diagnostics.DiagnosticSource.xml", "lib/net8.0/System.Diagnostics.DiagnosticSource.dll", "lib/net8.0/System.Diagnostics.DiagnosticSource.xml", + "lib/net9.0/System.Diagnostics.DiagnosticSource.dll", + "lib/net9.0/System.Diagnostics.DiagnosticSource.xml", "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll", "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.xml", - "system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512", + "system.diagnostics.diagnosticsource.10.0.0.nupkg.sha512", "system.diagnostics.diagnosticsource.nuspec", "useSharedDesignerContext.txt" ] }, - "System.Diagnostics.EventLog/9.0.0": { - "sha512": "qd01+AqPhbAG14KtdtIqFk+cxHQFZ/oqRSCoxU1F+Q6Kv0cl726sl7RzU9yLFGd4BUOKdN4XojXF0pQf/R6YeA==", + "System.Diagnostics.EventLog/9.0.2": { + "sha512": "i+Fe6Fpst/onydFLBGilCr/Eh9OFdlaTU/c3alPp6IbLZXQJOgpIu3l4MOnmsN8fDYq5nAyHSqNIJesc74Yw3Q==", "type": "package", - "path": "system.diagnostics.eventlog/9.0.0", + "path": "system.diagnostics.eventlog/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -11161,7 +12254,7 @@ "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll", "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll", "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.xml", - "system.diagnostics.eventlog.9.0.0.nupkg.sha512", + "system.diagnostics.eventlog.9.0.2.nupkg.sha512", "system.diagnostics.eventlog.nuspec", "useSharedDesignerContext.txt" ] @@ -11217,7 +12310,27 @@ "ref/net46/System.Diagnostics.Process.dll", "ref/net461/System.Diagnostics.Process.dll", "ref/netstandard1.3/System.Diagnostics.Process.dll", + "ref/netstandard1.3/System.Diagnostics.Process.xml", + "ref/netstandard1.3/de/System.Diagnostics.Process.xml", + "ref/netstandard1.3/es/System.Diagnostics.Process.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Process.xml", + "ref/netstandard1.3/it/System.Diagnostics.Process.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Process.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Process.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Process.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Process.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Process.xml", "ref/netstandard1.4/System.Diagnostics.Process.dll", + "ref/netstandard1.4/System.Diagnostics.Process.xml", + "ref/netstandard1.4/de/System.Diagnostics.Process.xml", + "ref/netstandard1.4/es/System.Diagnostics.Process.xml", + "ref/netstandard1.4/fr/System.Diagnostics.Process.xml", + "ref/netstandard1.4/it/System.Diagnostics.Process.xml", + "ref/netstandard1.4/ja/System.Diagnostics.Process.xml", + "ref/netstandard1.4/ko/System.Diagnostics.Process.xml", + "ref/netstandard1.4/ru/System.Diagnostics.Process.xml", + "ref/netstandard1.4/zh-hans/System.Diagnostics.Process.xml", + "ref/netstandard1.4/zh-hant/System.Diagnostics.Process.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -11256,7 +12369,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Diagnostics.Tools.dll", + "ref/netcore50/System.Diagnostics.Tools.xml", + "ref/netcore50/de/System.Diagnostics.Tools.xml", + "ref/netcore50/es/System.Diagnostics.Tools.xml", + "ref/netcore50/fr/System.Diagnostics.Tools.xml", + "ref/netcore50/it/System.Diagnostics.Tools.xml", + "ref/netcore50/ja/System.Diagnostics.Tools.xml", + "ref/netcore50/ko/System.Diagnostics.Tools.xml", + "ref/netcore50/ru/System.Diagnostics.Tools.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Tools.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Tools.xml", "ref/netstandard1.0/System.Diagnostics.Tools.dll", + "ref/netstandard1.0/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/de/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/es/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/fr/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/it/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ja/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ko/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ru/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/zh-hans/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/zh-hant/System.Diagnostics.Tools.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -11294,10 +12427,60 @@ "ref/net45/_._", "ref/net462/System.Diagnostics.Tracing.dll", "ref/netcore50/System.Diagnostics.Tracing.dll", + "ref/netcore50/System.Diagnostics.Tracing.xml", + "ref/netcore50/de/System.Diagnostics.Tracing.xml", + "ref/netcore50/es/System.Diagnostics.Tracing.xml", + "ref/netcore50/fr/System.Diagnostics.Tracing.xml", + "ref/netcore50/it/System.Diagnostics.Tracing.xml", + "ref/netcore50/ja/System.Diagnostics.Tracing.xml", + "ref/netcore50/ko/System.Diagnostics.Tracing.xml", + "ref/netcore50/ru/System.Diagnostics.Tracing.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml", "ref/netstandard1.1/System.Diagnostics.Tracing.dll", + "ref/netstandard1.1/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/zh-hant/System.Diagnostics.Tracing.xml", "ref/netstandard1.2/System.Diagnostics.Tracing.dll", + "ref/netstandard1.2/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/zh-hant/System.Diagnostics.Tracing.xml", "ref/netstandard1.3/System.Diagnostics.Tracing.dll", + "ref/netstandard1.3/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Tracing.xml", "ref/netstandard1.5/System.Diagnostics.Tracing.dll", + "ref/netstandard1.5/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/zh-hant/System.Diagnostics.Tracing.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -11335,8 +12518,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Dynamic.Runtime.dll", + "ref/netcore50/System.Dynamic.Runtime.xml", + "ref/netcore50/de/System.Dynamic.Runtime.xml", + "ref/netcore50/es/System.Dynamic.Runtime.xml", + "ref/netcore50/fr/System.Dynamic.Runtime.xml", + "ref/netcore50/it/System.Dynamic.Runtime.xml", + "ref/netcore50/ja/System.Dynamic.Runtime.xml", + "ref/netcore50/ko/System.Dynamic.Runtime.xml", + "ref/netcore50/ru/System.Dynamic.Runtime.xml", + "ref/netcore50/zh-hans/System.Dynamic.Runtime.xml", + "ref/netcore50/zh-hant/System.Dynamic.Runtime.xml", "ref/netstandard1.0/System.Dynamic.Runtime.dll", + "ref/netstandard1.0/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/de/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/es/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/fr/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/it/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/ja/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/ko/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/ru/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/zh-hans/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/zh-hant/System.Dynamic.Runtime.xml", "ref/netstandard1.3/System.Dynamic.Runtime.dll", + "ref/netstandard1.3/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/de/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/es/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/fr/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/it/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/ja/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/ko/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/ru/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/zh-hans/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/zh-hant/System.Dynamic.Runtime.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -11402,8 +12615,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", + "ref/netcore50/de/System.Globalization.xml", + "ref/netcore50/es/System.Globalization.xml", + "ref/netcore50/fr/System.Globalization.xml", + "ref/netcore50/it/System.Globalization.xml", + "ref/netcore50/ja/System.Globalization.xml", + "ref/netcore50/ko/System.Globalization.xml", + "ref/netcore50/ru/System.Globalization.xml", + "ref/netcore50/zh-hans/System.Globalization.xml", + "ref/netcore50/zh-hant/System.Globalization.xml", "ref/netstandard1.0/System.Globalization.dll", + "ref/netstandard1.0/System.Globalization.xml", + "ref/netstandard1.0/de/System.Globalization.xml", + "ref/netstandard1.0/es/System.Globalization.xml", + "ref/netstandard1.0/fr/System.Globalization.xml", + "ref/netstandard1.0/it/System.Globalization.xml", + "ref/netstandard1.0/ja/System.Globalization.xml", + "ref/netstandard1.0/ko/System.Globalization.xml", + "ref/netstandard1.0/ru/System.Globalization.xml", + "ref/netstandard1.0/zh-hans/System.Globalization.xml", + "ref/netstandard1.0/zh-hant/System.Globalization.xml", "ref/netstandard1.3/System.Globalization.dll", + "ref/netstandard1.3/System.Globalization.xml", + "ref/netstandard1.3/de/System.Globalization.xml", + "ref/netstandard1.3/es/System.Globalization.xml", + "ref/netstandard1.3/fr/System.Globalization.xml", + "ref/netstandard1.3/it/System.Globalization.xml", + "ref/netstandard1.3/ja/System.Globalization.xml", + "ref/netstandard1.3/ko/System.Globalization.xml", + "ref/netstandard1.3/ru/System.Globalization.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -11436,6 +12679,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Globalization.Calendars.dll", "ref/netstandard1.3/System.Globalization.Calendars.dll", + "ref/netstandard1.3/System.Globalization.Calendars.xml", + "ref/netstandard1.3/de/System.Globalization.Calendars.xml", + "ref/netstandard1.3/es/System.Globalization.Calendars.xml", + "ref/netstandard1.3/fr/System.Globalization.Calendars.xml", + "ref/netstandard1.3/it/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ja/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ko/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ru/System.Globalization.Calendars.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.Calendars.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.Calendars.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -11464,6 +12717,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Globalization.Extensions.dll", "ref/netstandard1.3/System.Globalization.Extensions.dll", + "ref/netstandard1.3/System.Globalization.Extensions.xml", + "ref/netstandard1.3/de/System.Globalization.Extensions.xml", + "ref/netstandard1.3/es/System.Globalization.Extensions.xml", + "ref/netstandard1.3/fr/System.Globalization.Extensions.xml", + "ref/netstandard1.3/it/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ja/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ko/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ru/System.Globalization.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.Extensions.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -11475,13 +12738,14 @@ "system.globalization.extensions.nuspec" ] }, - "System.IdentityModel.Tokens.Jwt/8.0.1": { - "sha512": "GJw3bYkWpOgvN3tJo5X4lYUeIFA2HD293FPUhKmp7qxS+g5ywAb34Dnd3cDAFLkcMohy5XTpoaZ4uAHuw0uSPQ==", + "System.IdentityModel.Tokens.Jwt/8.6.0": { + "sha512": "PbhxMaAejQ5pVStTsMPzja0Q2FOeEIOQy8isxw2tTxduqIjWRJ+P78bWGpaXH67Tkeb+2t91YBj2stXEw6vyZQ==", "type": "package", - "path": "system.identitymodel.tokens.jwt/8.0.1", + "path": "system.identitymodel.tokens.jwt/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", + "README.md", "lib/net462/System.IdentityModel.Tokens.Jwt.dll", "lib/net462/System.IdentityModel.Tokens.Jwt.xml", "lib/net472/System.IdentityModel.Tokens.Jwt.dll", @@ -11494,7 +12758,7 @@ "lib/net9.0/System.IdentityModel.Tokens.Jwt.xml", "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll", "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.xml", - "system.identitymodel.tokens.jwt.8.0.1.nupkg.sha512", + "system.identitymodel.tokens.jwt.8.6.0.nupkg.sha512", "system.identitymodel.tokens.jwt.nuspec" ] }, @@ -11524,9 +12788,49 @@ "ref/net45/_._", "ref/net462/System.IO.dll", "ref/netcore50/System.IO.dll", + "ref/netcore50/System.IO.xml", + "ref/netcore50/de/System.IO.xml", + "ref/netcore50/es/System.IO.xml", + "ref/netcore50/fr/System.IO.xml", + "ref/netcore50/it/System.IO.xml", + "ref/netcore50/ja/System.IO.xml", + "ref/netcore50/ko/System.IO.xml", + "ref/netcore50/ru/System.IO.xml", + "ref/netcore50/zh-hans/System.IO.xml", + "ref/netcore50/zh-hant/System.IO.xml", "ref/netstandard1.0/System.IO.dll", + "ref/netstandard1.0/System.IO.xml", + "ref/netstandard1.0/de/System.IO.xml", + "ref/netstandard1.0/es/System.IO.xml", + "ref/netstandard1.0/fr/System.IO.xml", + "ref/netstandard1.0/it/System.IO.xml", + "ref/netstandard1.0/ja/System.IO.xml", + "ref/netstandard1.0/ko/System.IO.xml", + "ref/netstandard1.0/ru/System.IO.xml", + "ref/netstandard1.0/zh-hans/System.IO.xml", + "ref/netstandard1.0/zh-hant/System.IO.xml", "ref/netstandard1.3/System.IO.dll", + "ref/netstandard1.3/System.IO.xml", + "ref/netstandard1.3/de/System.IO.xml", + "ref/netstandard1.3/es/System.IO.xml", + "ref/netstandard1.3/fr/System.IO.xml", + "ref/netstandard1.3/it/System.IO.xml", + "ref/netstandard1.3/ja/System.IO.xml", + "ref/netstandard1.3/ko/System.IO.xml", + "ref/netstandard1.3/ru/System.IO.xml", + "ref/netstandard1.3/zh-hans/System.IO.xml", + "ref/netstandard1.3/zh-hant/System.IO.xml", "ref/netstandard1.5/System.IO.dll", + "ref/netstandard1.5/System.IO.xml", + "ref/netstandard1.5/de/System.IO.xml", + "ref/netstandard1.5/es/System.IO.xml", + "ref/netstandard1.5/fr/System.IO.xml", + "ref/netstandard1.5/it/System.IO.xml", + "ref/netstandard1.5/ja/System.IO.xml", + "ref/netstandard1.5/ko/System.IO.xml", + "ref/netstandard1.5/ru/System.IO.xml", + "ref/netstandard1.5/zh-hans/System.IO.xml", + "ref/netstandard1.5/zh-hant/System.IO.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -11564,8 +12868,38 @@ "ref/net45/_._", "ref/net46/System.IO.Compression.dll", "ref/netcore50/System.IO.Compression.dll", + "ref/netcore50/System.IO.Compression.xml", + "ref/netcore50/de/System.IO.Compression.xml", + "ref/netcore50/es/System.IO.Compression.xml", + "ref/netcore50/fr/System.IO.Compression.xml", + "ref/netcore50/it/System.IO.Compression.xml", + "ref/netcore50/ja/System.IO.Compression.xml", + "ref/netcore50/ko/System.IO.Compression.xml", + "ref/netcore50/ru/System.IO.Compression.xml", + "ref/netcore50/zh-hans/System.IO.Compression.xml", + "ref/netcore50/zh-hant/System.IO.Compression.xml", "ref/netstandard1.1/System.IO.Compression.dll", + "ref/netstandard1.1/System.IO.Compression.xml", + "ref/netstandard1.1/de/System.IO.Compression.xml", + "ref/netstandard1.1/es/System.IO.Compression.xml", + "ref/netstandard1.1/fr/System.IO.Compression.xml", + "ref/netstandard1.1/it/System.IO.Compression.xml", + "ref/netstandard1.1/ja/System.IO.Compression.xml", + "ref/netstandard1.1/ko/System.IO.Compression.xml", + "ref/netstandard1.1/ru/System.IO.Compression.xml", + "ref/netstandard1.1/zh-hans/System.IO.Compression.xml", + "ref/netstandard1.1/zh-hant/System.IO.Compression.xml", "ref/netstandard1.3/System.IO.Compression.dll", + "ref/netstandard1.3/System.IO.Compression.xml", + "ref/netstandard1.3/de/System.IO.Compression.xml", + "ref/netstandard1.3/es/System.IO.Compression.xml", + "ref/netstandard1.3/fr/System.IO.Compression.xml", + "ref/netstandard1.3/it/System.IO.Compression.xml", + "ref/netstandard1.3/ja/System.IO.Compression.xml", + "ref/netstandard1.3/ko/System.IO.Compression.xml", + "ref/netstandard1.3/ru/System.IO.Compression.xml", + "ref/netstandard1.3/zh-hans/System.IO.Compression.xml", + "ref/netstandard1.3/zh-hant/System.IO.Compression.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -11601,6 +12935,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.Compression.ZipFile.dll", "ref/netstandard1.3/System.IO.Compression.ZipFile.dll", + "ref/netstandard1.3/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/de/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/es/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/fr/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/it/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ja/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ko/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ru/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/zh-hans/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/zh-hant/System.IO.Compression.ZipFile.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -11629,6 +12973,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.FileSystem.dll", "ref/netstandard1.3/System.IO.FileSystem.dll", + "ref/netstandard1.3/System.IO.FileSystem.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -11637,14 +12991,13 @@ "system.io.filesystem.nuspec" ] }, - "System.IO.FileSystem.AccessControl/5.0.0": { - "sha512": "SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==", + "System.IO.FileSystem.AccessControl/4.7.0": { + "sha512": "vMToiarpU81LR1/KZtnT7VDPvqAZfw9oOS5nY6pPP78nGYz3COLsQH3OfzbR+SjTgltd31R6KmKklz/zDpTmzw==", "type": "package", - "path": "system.io.filesystem.accesscontrol/5.0.0", + "path": "system.io.filesystem.accesscontrol/4.7.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/net46/System.IO.FileSystem.AccessControl.dll", @@ -11675,7 +13028,7 @@ "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.AccessControl.dll", "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll", "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.xml", - "system.io.filesystem.accesscontrol.5.0.0.nupkg.sha512", + "system.io.filesystem.accesscontrol.4.7.0.nupkg.sha512", "system.io.filesystem.accesscontrol.nuspec", "useSharedDesignerContext.txt", "version.txt" @@ -11702,6 +13055,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.FileSystem.Primitives.dll", "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll", + "ref/netstandard1.3/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.Primitives.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -11730,6 +13093,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.FileSystem.Watcher.dll", "ref/netstandard1.3/System.IO.FileSystem.Watcher.dll", + "ref/netstandard1.3/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.Watcher.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -11763,6 +13136,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.MemoryMappedFiles.dll", "ref/netstandard1.3/System.IO.MemoryMappedFiles.dll", + "ref/netstandard1.3/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/de/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/es/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/fr/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/it/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/ja/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/ko/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/ru/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/zh-hans/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/zh-hant/System.IO.MemoryMappedFiles.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -11823,6 +13206,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.UnmanagedMemoryStream.dll", "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.dll", + "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/de/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/es/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/fr/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/it/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/ja/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/ko/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/ru/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/zh-hans/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/zh-hant/System.IO.UnmanagedMemoryStream.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -11859,8 +13252,38 @@ "ref/net45/_._", "ref/net463/System.Linq.dll", "ref/netcore50/System.Linq.dll", + "ref/netcore50/System.Linq.xml", + "ref/netcore50/de/System.Linq.xml", + "ref/netcore50/es/System.Linq.xml", + "ref/netcore50/fr/System.Linq.xml", + "ref/netcore50/it/System.Linq.xml", + "ref/netcore50/ja/System.Linq.xml", + "ref/netcore50/ko/System.Linq.xml", + "ref/netcore50/ru/System.Linq.xml", + "ref/netcore50/zh-hans/System.Linq.xml", + "ref/netcore50/zh-hant/System.Linq.xml", "ref/netstandard1.0/System.Linq.dll", + "ref/netstandard1.0/System.Linq.xml", + "ref/netstandard1.0/de/System.Linq.xml", + "ref/netstandard1.0/es/System.Linq.xml", + "ref/netstandard1.0/fr/System.Linq.xml", + "ref/netstandard1.0/it/System.Linq.xml", + "ref/netstandard1.0/ja/System.Linq.xml", + "ref/netstandard1.0/ko/System.Linq.xml", + "ref/netstandard1.0/ru/System.Linq.xml", + "ref/netstandard1.0/zh-hans/System.Linq.xml", + "ref/netstandard1.0/zh-hant/System.Linq.xml", "ref/netstandard1.6/System.Linq.dll", + "ref/netstandard1.6/System.Linq.xml", + "ref/netstandard1.6/de/System.Linq.xml", + "ref/netstandard1.6/es/System.Linq.xml", + "ref/netstandard1.6/fr/System.Linq.xml", + "ref/netstandard1.6/it/System.Linq.xml", + "ref/netstandard1.6/ja/System.Linq.xml", + "ref/netstandard1.6/ko/System.Linq.xml", + "ref/netstandard1.6/ru/System.Linq.xml", + "ref/netstandard1.6/zh-hans/System.Linq.xml", + "ref/netstandard1.6/zh-hant/System.Linq.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -11901,9 +13324,49 @@ "ref/net45/_._", "ref/net463/System.Linq.Expressions.dll", "ref/netcore50/System.Linq.Expressions.dll", + "ref/netcore50/System.Linq.Expressions.xml", + "ref/netcore50/de/System.Linq.Expressions.xml", + "ref/netcore50/es/System.Linq.Expressions.xml", + "ref/netcore50/fr/System.Linq.Expressions.xml", + "ref/netcore50/it/System.Linq.Expressions.xml", + "ref/netcore50/ja/System.Linq.Expressions.xml", + "ref/netcore50/ko/System.Linq.Expressions.xml", + "ref/netcore50/ru/System.Linq.Expressions.xml", + "ref/netcore50/zh-hans/System.Linq.Expressions.xml", + "ref/netcore50/zh-hant/System.Linq.Expressions.xml", "ref/netstandard1.0/System.Linq.Expressions.dll", + "ref/netstandard1.0/System.Linq.Expressions.xml", + "ref/netstandard1.0/de/System.Linq.Expressions.xml", + "ref/netstandard1.0/es/System.Linq.Expressions.xml", + "ref/netstandard1.0/fr/System.Linq.Expressions.xml", + "ref/netstandard1.0/it/System.Linq.Expressions.xml", + "ref/netstandard1.0/ja/System.Linq.Expressions.xml", + "ref/netstandard1.0/ko/System.Linq.Expressions.xml", + "ref/netstandard1.0/ru/System.Linq.Expressions.xml", + "ref/netstandard1.0/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.0/zh-hant/System.Linq.Expressions.xml", "ref/netstandard1.3/System.Linq.Expressions.dll", + "ref/netstandard1.3/System.Linq.Expressions.xml", + "ref/netstandard1.3/de/System.Linq.Expressions.xml", + "ref/netstandard1.3/es/System.Linq.Expressions.xml", + "ref/netstandard1.3/fr/System.Linq.Expressions.xml", + "ref/netstandard1.3/it/System.Linq.Expressions.xml", + "ref/netstandard1.3/ja/System.Linq.Expressions.xml", + "ref/netstandard1.3/ko/System.Linq.Expressions.xml", + "ref/netstandard1.3/ru/System.Linq.Expressions.xml", + "ref/netstandard1.3/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.3/zh-hant/System.Linq.Expressions.xml", "ref/netstandard1.6/System.Linq.Expressions.dll", + "ref/netstandard1.6/System.Linq.Expressions.xml", + "ref/netstandard1.6/de/System.Linq.Expressions.xml", + "ref/netstandard1.6/es/System.Linq.Expressions.xml", + "ref/netstandard1.6/fr/System.Linq.Expressions.xml", + "ref/netstandard1.6/it/System.Linq.Expressions.xml", + "ref/netstandard1.6/ja/System.Linq.Expressions.xml", + "ref/netstandard1.6/ko/System.Linq.Expressions.xml", + "ref/netstandard1.6/ru/System.Linq.Expressions.xml", + "ref/netstandard1.6/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.6/zh-hant/System.Linq.Expressions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -11942,7 +13405,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Linq.Parallel.dll", + "ref/netcore50/System.Linq.Parallel.xml", + "ref/netcore50/de/System.Linq.Parallel.xml", + "ref/netcore50/es/System.Linq.Parallel.xml", + "ref/netcore50/fr/System.Linq.Parallel.xml", + "ref/netcore50/it/System.Linq.Parallel.xml", + "ref/netcore50/ja/System.Linq.Parallel.xml", + "ref/netcore50/ko/System.Linq.Parallel.xml", + "ref/netcore50/ru/System.Linq.Parallel.xml", + "ref/netcore50/zh-hans/System.Linq.Parallel.xml", + "ref/netcore50/zh-hant/System.Linq.Parallel.xml", "ref/netstandard1.1/System.Linq.Parallel.dll", + "ref/netstandard1.1/System.Linq.Parallel.xml", + "ref/netstandard1.1/de/System.Linq.Parallel.xml", + "ref/netstandard1.1/es/System.Linq.Parallel.xml", + "ref/netstandard1.1/fr/System.Linq.Parallel.xml", + "ref/netstandard1.1/it/System.Linq.Parallel.xml", + "ref/netstandard1.1/ja/System.Linq.Parallel.xml", + "ref/netstandard1.1/ko/System.Linq.Parallel.xml", + "ref/netstandard1.1/ru/System.Linq.Parallel.xml", + "ref/netstandard1.1/zh-hans/System.Linq.Parallel.xml", + "ref/netstandard1.1/zh-hant/System.Linq.Parallel.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -11980,7 +13463,27 @@ "ref/monotouch10/_._", "ref/net45/_._", "ref/netcore50/System.Linq.Queryable.dll", + "ref/netcore50/System.Linq.Queryable.xml", + "ref/netcore50/de/System.Linq.Queryable.xml", + "ref/netcore50/es/System.Linq.Queryable.xml", + "ref/netcore50/fr/System.Linq.Queryable.xml", + "ref/netcore50/it/System.Linq.Queryable.xml", + "ref/netcore50/ja/System.Linq.Queryable.xml", + "ref/netcore50/ko/System.Linq.Queryable.xml", + "ref/netcore50/ru/System.Linq.Queryable.xml", + "ref/netcore50/zh-hans/System.Linq.Queryable.xml", + "ref/netcore50/zh-hant/System.Linq.Queryable.xml", "ref/netstandard1.0/System.Linq.Queryable.dll", + "ref/netstandard1.0/System.Linq.Queryable.xml", + "ref/netstandard1.0/de/System.Linq.Queryable.xml", + "ref/netstandard1.0/es/System.Linq.Queryable.xml", + "ref/netstandard1.0/fr/System.Linq.Queryable.xml", + "ref/netstandard1.0/it/System.Linq.Queryable.xml", + "ref/netstandard1.0/ja/System.Linq.Queryable.xml", + "ref/netstandard1.0/ko/System.Linq.Queryable.xml", + "ref/netstandard1.0/ru/System.Linq.Queryable.xml", + "ref/netstandard1.0/zh-hans/System.Linq.Queryable.xml", + "ref/netstandard1.0/zh-hant/System.Linq.Queryable.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -12027,7 +13530,9 @@ "DotNetPackageIcon.png", "README.md", "lib/net461/System.Memory.Data.dll", + "lib/net461/System.Memory.Data.xml", "lib/netstandard2.0/System.Memory.Data.dll", + "lib/netstandard2.0/System.Memory.Data.xml", "system.memory.data.1.0.2.nupkg.sha512", "system.memory.data.nuspec" ] @@ -12057,9 +13562,49 @@ "ref/monotouch10/_._", "ref/net45/_._", "ref/net46/System.Net.Http.dll", + "ref/net46/System.Net.Http.xml", + "ref/net46/de/System.Net.Http.xml", + "ref/net46/es/System.Net.Http.xml", + "ref/net46/fr/System.Net.Http.xml", + "ref/net46/it/System.Net.Http.xml", + "ref/net46/ja/System.Net.Http.xml", + "ref/net46/ko/System.Net.Http.xml", + "ref/net46/ru/System.Net.Http.xml", + "ref/net46/zh-hans/System.Net.Http.xml", + "ref/net46/zh-hant/System.Net.Http.xml", "ref/netcore50/System.Net.Http.dll", + "ref/netcore50/System.Net.Http.xml", + "ref/netcore50/de/System.Net.Http.xml", + "ref/netcore50/es/System.Net.Http.xml", + "ref/netcore50/fr/System.Net.Http.xml", + "ref/netcore50/it/System.Net.Http.xml", + "ref/netcore50/ja/System.Net.Http.xml", + "ref/netcore50/ko/System.Net.Http.xml", + "ref/netcore50/ru/System.Net.Http.xml", + "ref/netcore50/zh-hans/System.Net.Http.xml", + "ref/netcore50/zh-hant/System.Net.Http.xml", "ref/netstandard1.1/System.Net.Http.dll", + "ref/netstandard1.1/System.Net.Http.xml", + "ref/netstandard1.1/de/System.Net.Http.xml", + "ref/netstandard1.1/es/System.Net.Http.xml", + "ref/netstandard1.1/fr/System.Net.Http.xml", + "ref/netstandard1.1/it/System.Net.Http.xml", + "ref/netstandard1.1/ja/System.Net.Http.xml", + "ref/netstandard1.1/ko/System.Net.Http.xml", + "ref/netstandard1.1/ru/System.Net.Http.xml", + "ref/netstandard1.1/zh-hans/System.Net.Http.xml", + "ref/netstandard1.1/zh-hant/System.Net.Http.xml", "ref/netstandard1.3/System.Net.Http.dll", + "ref/netstandard1.3/System.Net.Http.xml", + "ref/netstandard1.3/de/System.Net.Http.xml", + "ref/netstandard1.3/es/System.Net.Http.xml", + "ref/netstandard1.3/fr/System.Net.Http.xml", + "ref/netstandard1.3/it/System.Net.Http.xml", + "ref/netstandard1.3/ja/System.Net.Http.xml", + "ref/netstandard1.3/ko/System.Net.Http.xml", + "ref/netstandard1.3/ru/System.Net.Http.xml", + "ref/netstandard1.3/zh-hans/System.Net.Http.xml", + "ref/netstandard1.3/zh-hant/System.Net.Http.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -12094,6 +13639,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Net.NameResolution.dll", "ref/netstandard1.3/System.Net.NameResolution.dll", + "ref/netstandard1.3/System.Net.NameResolution.xml", + "ref/netstandard1.3/de/System.Net.NameResolution.xml", + "ref/netstandard1.3/es/System.Net.NameResolution.xml", + "ref/netstandard1.3/fr/System.Net.NameResolution.xml", + "ref/netstandard1.3/it/System.Net.NameResolution.xml", + "ref/netstandard1.3/ja/System.Net.NameResolution.xml", + "ref/netstandard1.3/ko/System.Net.NameResolution.xml", + "ref/netstandard1.3/ru/System.Net.NameResolution.xml", + "ref/netstandard1.3/zh-hans/System.Net.NameResolution.xml", + "ref/netstandard1.3/zh-hant/System.Net.NameResolution.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -12130,9 +13685,49 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Net.Primitives.dll", + "ref/netcore50/System.Net.Primitives.xml", + "ref/netcore50/de/System.Net.Primitives.xml", + "ref/netcore50/es/System.Net.Primitives.xml", + "ref/netcore50/fr/System.Net.Primitives.xml", + "ref/netcore50/it/System.Net.Primitives.xml", + "ref/netcore50/ja/System.Net.Primitives.xml", + "ref/netcore50/ko/System.Net.Primitives.xml", + "ref/netcore50/ru/System.Net.Primitives.xml", + "ref/netcore50/zh-hans/System.Net.Primitives.xml", + "ref/netcore50/zh-hant/System.Net.Primitives.xml", "ref/netstandard1.0/System.Net.Primitives.dll", + "ref/netstandard1.0/System.Net.Primitives.xml", + "ref/netstandard1.0/de/System.Net.Primitives.xml", + "ref/netstandard1.0/es/System.Net.Primitives.xml", + "ref/netstandard1.0/fr/System.Net.Primitives.xml", + "ref/netstandard1.0/it/System.Net.Primitives.xml", + "ref/netstandard1.0/ja/System.Net.Primitives.xml", + "ref/netstandard1.0/ko/System.Net.Primitives.xml", + "ref/netstandard1.0/ru/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Net.Primitives.xml", "ref/netstandard1.1/System.Net.Primitives.dll", + "ref/netstandard1.1/System.Net.Primitives.xml", + "ref/netstandard1.1/de/System.Net.Primitives.xml", + "ref/netstandard1.1/es/System.Net.Primitives.xml", + "ref/netstandard1.1/fr/System.Net.Primitives.xml", + "ref/netstandard1.1/it/System.Net.Primitives.xml", + "ref/netstandard1.1/ja/System.Net.Primitives.xml", + "ref/netstandard1.1/ko/System.Net.Primitives.xml", + "ref/netstandard1.1/ru/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hant/System.Net.Primitives.xml", "ref/netstandard1.3/System.Net.Primitives.dll", + "ref/netstandard1.3/System.Net.Primitives.xml", + "ref/netstandard1.3/de/System.Net.Primitives.xml", + "ref/netstandard1.3/es/System.Net.Primitives.xml", + "ref/netstandard1.3/fr/System.Net.Primitives.xml", + "ref/netstandard1.3/it/System.Net.Primitives.xml", + "ref/netstandard1.3/ja/System.Net.Primitives.xml", + "ref/netstandard1.3/ko/System.Net.Primitives.xml", + "ref/netstandard1.3/ru/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.Net.Primitives.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -12170,9 +13765,49 @@ "ref/net45/_._", "ref/net46/_._", "ref/netcore50/System.Net.Requests.dll", + "ref/netcore50/System.Net.Requests.xml", + "ref/netcore50/de/System.Net.Requests.xml", + "ref/netcore50/es/System.Net.Requests.xml", + "ref/netcore50/fr/System.Net.Requests.xml", + "ref/netcore50/it/System.Net.Requests.xml", + "ref/netcore50/ja/System.Net.Requests.xml", + "ref/netcore50/ko/System.Net.Requests.xml", + "ref/netcore50/ru/System.Net.Requests.xml", + "ref/netcore50/zh-hans/System.Net.Requests.xml", + "ref/netcore50/zh-hant/System.Net.Requests.xml", "ref/netstandard1.0/System.Net.Requests.dll", + "ref/netstandard1.0/System.Net.Requests.xml", + "ref/netstandard1.0/de/System.Net.Requests.xml", + "ref/netstandard1.0/es/System.Net.Requests.xml", + "ref/netstandard1.0/fr/System.Net.Requests.xml", + "ref/netstandard1.0/it/System.Net.Requests.xml", + "ref/netstandard1.0/ja/System.Net.Requests.xml", + "ref/netstandard1.0/ko/System.Net.Requests.xml", + "ref/netstandard1.0/ru/System.Net.Requests.xml", + "ref/netstandard1.0/zh-hans/System.Net.Requests.xml", + "ref/netstandard1.0/zh-hant/System.Net.Requests.xml", "ref/netstandard1.1/System.Net.Requests.dll", + "ref/netstandard1.1/System.Net.Requests.xml", + "ref/netstandard1.1/de/System.Net.Requests.xml", + "ref/netstandard1.1/es/System.Net.Requests.xml", + "ref/netstandard1.1/fr/System.Net.Requests.xml", + "ref/netstandard1.1/it/System.Net.Requests.xml", + "ref/netstandard1.1/ja/System.Net.Requests.xml", + "ref/netstandard1.1/ko/System.Net.Requests.xml", + "ref/netstandard1.1/ru/System.Net.Requests.xml", + "ref/netstandard1.1/zh-hans/System.Net.Requests.xml", + "ref/netstandard1.1/zh-hant/System.Net.Requests.xml", "ref/netstandard1.3/System.Net.Requests.dll", + "ref/netstandard1.3/System.Net.Requests.xml", + "ref/netstandard1.3/de/System.Net.Requests.xml", + "ref/netstandard1.3/es/System.Net.Requests.xml", + "ref/netstandard1.3/fr/System.Net.Requests.xml", + "ref/netstandard1.3/it/System.Net.Requests.xml", + "ref/netstandard1.3/ja/System.Net.Requests.xml", + "ref/netstandard1.3/ko/System.Net.Requests.xml", + "ref/netstandard1.3/ru/System.Net.Requests.xml", + "ref/netstandard1.3/zh-hans/System.Net.Requests.xml", + "ref/netstandard1.3/zh-hant/System.Net.Requests.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -12208,6 +13843,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Net.Security.dll", "ref/netstandard1.3/System.Net.Security.dll", + "ref/netstandard1.3/System.Net.Security.xml", + "ref/netstandard1.3/de/System.Net.Security.xml", + "ref/netstandard1.3/es/System.Net.Security.xml", + "ref/netstandard1.3/fr/System.Net.Security.xml", + "ref/netstandard1.3/it/System.Net.Security.xml", + "ref/netstandard1.3/ja/System.Net.Security.xml", + "ref/netstandard1.3/ko/System.Net.Security.xml", + "ref/netstandard1.3/ru/System.Net.Security.xml", + "ref/netstandard1.3/zh-hans/System.Net.Security.xml", + "ref/netstandard1.3/zh-hant/System.Net.Security.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -12240,6 +13885,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Net.Sockets.dll", "ref/netstandard1.3/System.Net.Sockets.dll", + "ref/netstandard1.3/System.Net.Sockets.xml", + "ref/netstandard1.3/de/System.Net.Sockets.xml", + "ref/netstandard1.3/es/System.Net.Sockets.xml", + "ref/netstandard1.3/fr/System.Net.Sockets.xml", + "ref/netstandard1.3/it/System.Net.Sockets.xml", + "ref/netstandard1.3/ja/System.Net.Sockets.xml", + "ref/netstandard1.3/ko/System.Net.Sockets.xml", + "ref/netstandard1.3/ru/System.Net.Sockets.xml", + "ref/netstandard1.3/zh-hans/System.Net.Sockets.xml", + "ref/netstandard1.3/zh-hant/System.Net.Sockets.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -12269,6 +13924,16 @@ "ref/MonoTouch10/_._", "ref/net46/_._", "ref/netstandard1.3/System.Net.WebHeaderCollection.dll", + "ref/netstandard1.3/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/de/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/es/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/fr/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/it/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/ja/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/ko/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/ru/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/zh-hans/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/zh-hant/System.Net.WebHeaderCollection.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -12289,9 +13954,12 @@ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/System.Numerics.Vectors.dll", + "lib/net46/System.Numerics.Vectors.xml", "lib/netcoreapp2.0/_._", "lib/netstandard1.0/System.Numerics.Vectors.dll", + "lib/netstandard1.0/System.Numerics.Vectors.xml", "lib/netstandard2.0/System.Numerics.Vectors.dll", + "lib/netstandard2.0/System.Numerics.Vectors.xml", "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll", "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml", "lib/uap10.0.16299/_._", @@ -12302,10 +13970,14 @@ "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net45/System.Numerics.Vectors.dll", + "ref/net45/System.Numerics.Vectors.xml", "ref/net46/System.Numerics.Vectors.dll", + "ref/net46/System.Numerics.Vectors.xml", "ref/netcoreapp2.0/_._", "ref/netstandard1.0/System.Numerics.Vectors.dll", + "ref/netstandard1.0/System.Numerics.Vectors.xml", "ref/netstandard2.0/System.Numerics.Vectors.dll", + "ref/netstandard2.0/System.Numerics.Vectors.xml", "ref/uap10.0.16299/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", @@ -12343,8 +14015,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.ObjectModel.dll", + "ref/netcore50/System.ObjectModel.xml", + "ref/netcore50/de/System.ObjectModel.xml", + "ref/netcore50/es/System.ObjectModel.xml", + "ref/netcore50/fr/System.ObjectModel.xml", + "ref/netcore50/it/System.ObjectModel.xml", + "ref/netcore50/ja/System.ObjectModel.xml", + "ref/netcore50/ko/System.ObjectModel.xml", + "ref/netcore50/ru/System.ObjectModel.xml", + "ref/netcore50/zh-hans/System.ObjectModel.xml", + "ref/netcore50/zh-hant/System.ObjectModel.xml", "ref/netstandard1.0/System.ObjectModel.dll", + "ref/netstandard1.0/System.ObjectModel.xml", + "ref/netstandard1.0/de/System.ObjectModel.xml", + "ref/netstandard1.0/es/System.ObjectModel.xml", + "ref/netstandard1.0/fr/System.ObjectModel.xml", + "ref/netstandard1.0/it/System.ObjectModel.xml", + "ref/netstandard1.0/ja/System.ObjectModel.xml", + "ref/netstandard1.0/ko/System.ObjectModel.xml", + "ref/netstandard1.0/ru/System.ObjectModel.xml", + "ref/netstandard1.0/zh-hans/System.ObjectModel.xml", + "ref/netstandard1.0/zh-hant/System.ObjectModel.xml", "ref/netstandard1.3/System.ObjectModel.dll", + "ref/netstandard1.3/System.ObjectModel.xml", + "ref/netstandard1.3/de/System.ObjectModel.xml", + "ref/netstandard1.3/es/System.ObjectModel.xml", + "ref/netstandard1.3/fr/System.ObjectModel.xml", + "ref/netstandard1.3/it/System.ObjectModel.xml", + "ref/netstandard1.3/ja/System.ObjectModel.xml", + "ref/netstandard1.3/ko/System.ObjectModel.xml", + "ref/netstandard1.3/ru/System.ObjectModel.xml", + "ref/netstandard1.3/zh-hans/System.ObjectModel.xml", + "ref/netstandard1.3/zh-hant/System.ObjectModel.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -12399,9 +14101,49 @@ "ref/net45/_._", "ref/net462/System.Reflection.dll", "ref/netcore50/System.Reflection.dll", + "ref/netcore50/System.Reflection.xml", + "ref/netcore50/de/System.Reflection.xml", + "ref/netcore50/es/System.Reflection.xml", + "ref/netcore50/fr/System.Reflection.xml", + "ref/netcore50/it/System.Reflection.xml", + "ref/netcore50/ja/System.Reflection.xml", + "ref/netcore50/ko/System.Reflection.xml", + "ref/netcore50/ru/System.Reflection.xml", + "ref/netcore50/zh-hans/System.Reflection.xml", + "ref/netcore50/zh-hant/System.Reflection.xml", "ref/netstandard1.0/System.Reflection.dll", + "ref/netstandard1.0/System.Reflection.xml", + "ref/netstandard1.0/de/System.Reflection.xml", + "ref/netstandard1.0/es/System.Reflection.xml", + "ref/netstandard1.0/fr/System.Reflection.xml", + "ref/netstandard1.0/it/System.Reflection.xml", + "ref/netstandard1.0/ja/System.Reflection.xml", + "ref/netstandard1.0/ko/System.Reflection.xml", + "ref/netstandard1.0/ru/System.Reflection.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.xml", "ref/netstandard1.3/System.Reflection.dll", + "ref/netstandard1.3/System.Reflection.xml", + "ref/netstandard1.3/de/System.Reflection.xml", + "ref/netstandard1.3/es/System.Reflection.xml", + "ref/netstandard1.3/fr/System.Reflection.xml", + "ref/netstandard1.3/it/System.Reflection.xml", + "ref/netstandard1.3/ja/System.Reflection.xml", + "ref/netstandard1.3/ko/System.Reflection.xml", + "ref/netstandard1.3/ru/System.Reflection.xml", + "ref/netstandard1.3/zh-hans/System.Reflection.xml", + "ref/netstandard1.3/zh-hant/System.Reflection.xml", "ref/netstandard1.5/System.Reflection.dll", + "ref/netstandard1.5/System.Reflection.xml", + "ref/netstandard1.5/de/System.Reflection.xml", + "ref/netstandard1.5/es/System.Reflection.xml", + "ref/netstandard1.5/fr/System.Reflection.xml", + "ref/netstandard1.5/it/System.Reflection.xml", + "ref/netstandard1.5/ja/System.Reflection.xml", + "ref/netstandard1.5/ko/System.Reflection.xml", + "ref/netstandard1.5/ru/System.Reflection.xml", + "ref/netstandard1.5/zh-hans/System.Reflection.xml", + "ref/netstandard1.5/zh-hant/System.Reflection.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -12433,6 +14175,16 @@ "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/netstandard1.3/System.Reflection.DispatchProxy.dll", + "ref/netstandard1.3/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/de/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/es/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/fr/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/it/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/ja/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/ko/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/ru/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/zh-hans/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/zh-hant/System.Reflection.DispatchProxy.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -12463,6 +14215,16 @@ "ref/MonoAndroid10/_._", "ref/net45/_._", "ref/netstandard1.1/System.Reflection.Emit.dll", + "ref/netstandard1.1/System.Reflection.Emit.xml", + "ref/netstandard1.1/de/System.Reflection.Emit.xml", + "ref/netstandard1.1/es/System.Reflection.Emit.xml", + "ref/netstandard1.1/fr/System.Reflection.Emit.xml", + "ref/netstandard1.1/it/System.Reflection.Emit.xml", + "ref/netstandard1.1/ja/System.Reflection.Emit.xml", + "ref/netstandard1.1/ko/System.Reflection.Emit.xml", + "ref/netstandard1.1/ru/System.Reflection.Emit.xml", + "ref/netstandard1.1/zh-hans/System.Reflection.Emit.xml", + "ref/netstandard1.1/zh-hant/System.Reflection.Emit.xml", "ref/xamarinmac20/_._", "system.reflection.emit.4.3.0.nupkg.sha512", "system.reflection.emit.nuspec" @@ -12492,6 +14254,16 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll", + "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/de/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/es/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/fr/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/it/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ja/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ko/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ru/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Emit.ILGeneration.xml", "ref/portable-net45+wp8/_._", "ref/wp80/_._", "ref/xamarinios10/_._", @@ -12527,6 +14299,16 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netstandard1.0/System.Reflection.Emit.Lightweight.dll", + "ref/netstandard1.0/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/de/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/es/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/fr/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/it/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ja/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ko/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ru/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Emit.Lightweight.xml", "ref/portable-net45+wp8/_._", "ref/wp80/_._", "ref/xamarinios10/_._", @@ -12562,7 +14344,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Reflection.Extensions.dll", + "ref/netcore50/System.Reflection.Extensions.xml", + "ref/netcore50/de/System.Reflection.Extensions.xml", + "ref/netcore50/es/System.Reflection.Extensions.xml", + "ref/netcore50/fr/System.Reflection.Extensions.xml", + "ref/netcore50/it/System.Reflection.Extensions.xml", + "ref/netcore50/ja/System.Reflection.Extensions.xml", + "ref/netcore50/ko/System.Reflection.Extensions.xml", + "ref/netcore50/ru/System.Reflection.Extensions.xml", + "ref/netcore50/zh-hans/System.Reflection.Extensions.xml", + "ref/netcore50/zh-hant/System.Reflection.Extensions.xml", "ref/netstandard1.0/System.Reflection.Extensions.dll", + "ref/netstandard1.0/System.Reflection.Extensions.xml", + "ref/netstandard1.0/de/System.Reflection.Extensions.xml", + "ref/netstandard1.0/es/System.Reflection.Extensions.xml", + "ref/netstandard1.0/fr/System.Reflection.Extensions.xml", + "ref/netstandard1.0/it/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ja/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ko/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ru/System.Reflection.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Extensions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -12627,7 +14429,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/netcore50/de/System.Reflection.Primitives.xml", + "ref/netcore50/es/System.Reflection.Primitives.xml", + "ref/netcore50/fr/System.Reflection.Primitives.xml", + "ref/netcore50/it/System.Reflection.Primitives.xml", + "ref/netcore50/ja/System.Reflection.Primitives.xml", + "ref/netcore50/ko/System.Reflection.Primitives.xml", + "ref/netcore50/ru/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hans/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hant/System.Reflection.Primitives.xml", "ref/netstandard1.0/System.Reflection.Primitives.dll", + "ref/netstandard1.0/System.Reflection.Primitives.xml", + "ref/netstandard1.0/de/System.Reflection.Primitives.xml", + "ref/netstandard1.0/es/System.Reflection.Primitives.xml", + "ref/netstandard1.0/fr/System.Reflection.Primitives.xml", + "ref/netstandard1.0/it/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ja/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ko/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ru/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -12732,7 +14554,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/netcore50/System.Resources.ResourceManager.xml", + "ref/netcore50/de/System.Resources.ResourceManager.xml", + "ref/netcore50/es/System.Resources.ResourceManager.xml", + "ref/netcore50/fr/System.Resources.ResourceManager.xml", + "ref/netcore50/it/System.Resources.ResourceManager.xml", + "ref/netcore50/ja/System.Resources.ResourceManager.xml", + "ref/netcore50/ko/System.Resources.ResourceManager.xml", + "ref/netcore50/ru/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml", "ref/netstandard1.0/System.Resources.ResourceManager.dll", + "ref/netstandard1.0/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/de/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/es/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/it/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -12771,10 +14613,60 @@ "ref/net45/_._", "ref/net462/System.Runtime.dll", "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", + "ref/netcore50/de/System.Runtime.xml", + "ref/netcore50/es/System.Runtime.xml", + "ref/netcore50/fr/System.Runtime.xml", + "ref/netcore50/it/System.Runtime.xml", + "ref/netcore50/ja/System.Runtime.xml", + "ref/netcore50/ko/System.Runtime.xml", + "ref/netcore50/ru/System.Runtime.xml", + "ref/netcore50/zh-hans/System.Runtime.xml", + "ref/netcore50/zh-hant/System.Runtime.xml", "ref/netstandard1.0/System.Runtime.dll", + "ref/netstandard1.0/System.Runtime.xml", + "ref/netstandard1.0/de/System.Runtime.xml", + "ref/netstandard1.0/es/System.Runtime.xml", + "ref/netstandard1.0/fr/System.Runtime.xml", + "ref/netstandard1.0/it/System.Runtime.xml", + "ref/netstandard1.0/ja/System.Runtime.xml", + "ref/netstandard1.0/ko/System.Runtime.xml", + "ref/netstandard1.0/ru/System.Runtime.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.xml", "ref/netstandard1.2/System.Runtime.dll", + "ref/netstandard1.2/System.Runtime.xml", + "ref/netstandard1.2/de/System.Runtime.xml", + "ref/netstandard1.2/es/System.Runtime.xml", + "ref/netstandard1.2/fr/System.Runtime.xml", + "ref/netstandard1.2/it/System.Runtime.xml", + "ref/netstandard1.2/ja/System.Runtime.xml", + "ref/netstandard1.2/ko/System.Runtime.xml", + "ref/netstandard1.2/ru/System.Runtime.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.xml", "ref/netstandard1.3/System.Runtime.dll", + "ref/netstandard1.3/System.Runtime.xml", + "ref/netstandard1.3/de/System.Runtime.xml", + "ref/netstandard1.3/es/System.Runtime.xml", + "ref/netstandard1.3/fr/System.Runtime.xml", + "ref/netstandard1.3/it/System.Runtime.xml", + "ref/netstandard1.3/ja/System.Runtime.xml", + "ref/netstandard1.3/ko/System.Runtime.xml", + "ref/netstandard1.3/ru/System.Runtime.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.xml", "ref/netstandard1.5/System.Runtime.dll", + "ref/netstandard1.5/System.Runtime.xml", + "ref/netstandard1.5/de/System.Runtime.xml", + "ref/netstandard1.5/es/System.Runtime.xml", + "ref/netstandard1.5/fr/System.Runtime.xml", + "ref/netstandard1.5/it/System.Runtime.xml", + "ref/netstandard1.5/ja/System.Runtime.xml", + "ref/netstandard1.5/ko/System.Runtime.xml", + "ref/netstandard1.5/ru/System.Runtime.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.xml", "ref/portable-net45+win8+wp80+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -12839,9 +14731,13 @@ "buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets", "buildTransitive/netcoreapp3.1/_._", "lib/net461/System.Runtime.CompilerServices.Unsafe.dll", + "lib/net461/System.Runtime.CompilerServices.Unsafe.xml", "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml", "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.xml", "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", "system.runtime.compilerservices.unsafe.nuspec", "useSharedDesignerContext.txt" @@ -12873,9 +14769,49 @@ "ref/net45/_._", "ref/net462/System.Runtime.Extensions.dll", "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", + "ref/netcore50/de/System.Runtime.Extensions.xml", + "ref/netcore50/es/System.Runtime.Extensions.xml", + "ref/netcore50/fr/System.Runtime.Extensions.xml", + "ref/netcore50/it/System.Runtime.Extensions.xml", + "ref/netcore50/ja/System.Runtime.Extensions.xml", + "ref/netcore50/ko/System.Runtime.Extensions.xml", + "ref/netcore50/ru/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/netstandard1.0/System.Runtime.Extensions.dll", + "ref/netstandard1.0/System.Runtime.Extensions.xml", + "ref/netstandard1.0/de/System.Runtime.Extensions.xml", + "ref/netstandard1.0/es/System.Runtime.Extensions.xml", + "ref/netstandard1.0/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.0/it/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml", "ref/netstandard1.3/System.Runtime.Extensions.dll", + "ref/netstandard1.3/System.Runtime.Extensions.xml", + "ref/netstandard1.3/de/System.Runtime.Extensions.xml", + "ref/netstandard1.3/es/System.Runtime.Extensions.xml", + "ref/netstandard1.3/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.3/it/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml", "ref/netstandard1.5/System.Runtime.Extensions.dll", + "ref/netstandard1.5/System.Runtime.Extensions.xml", + "ref/netstandard1.5/de/System.Runtime.Extensions.xml", + "ref/netstandard1.5/es/System.Runtime.Extensions.xml", + "ref/netstandard1.5/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.5/it/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -12908,6 +14844,16 @@ "ref/MonoTouch10/_._", "ref/net46/_._", "ref/netstandard1.3/System.Runtime.Handles.dll", + "ref/netstandard1.3/System.Runtime.Handles.xml", + "ref/netstandard1.3/de/System.Runtime.Handles.xml", + "ref/netstandard1.3/es/System.Runtime.Handles.xml", + "ref/netstandard1.3/fr/System.Runtime.Handles.xml", + "ref/netstandard1.3/it/System.Runtime.Handles.xml", + "ref/netstandard1.3/ja/System.Runtime.Handles.xml", + "ref/netstandard1.3/ko/System.Runtime.Handles.xml", + "ref/netstandard1.3/ru/System.Runtime.Handles.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Handles.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Handles.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -12943,11 +14889,61 @@ "ref/net462/System.Runtime.InteropServices.dll", "ref/net463/System.Runtime.InteropServices.dll", "ref/netcore50/System.Runtime.InteropServices.dll", + "ref/netcore50/System.Runtime.InteropServices.xml", + "ref/netcore50/de/System.Runtime.InteropServices.xml", + "ref/netcore50/es/System.Runtime.InteropServices.xml", + "ref/netcore50/fr/System.Runtime.InteropServices.xml", + "ref/netcore50/it/System.Runtime.InteropServices.xml", + "ref/netcore50/ja/System.Runtime.InteropServices.xml", + "ref/netcore50/ko/System.Runtime.InteropServices.xml", + "ref/netcore50/ru/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hans/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hant/System.Runtime.InteropServices.xml", "ref/netcoreapp1.1/System.Runtime.InteropServices.dll", "ref/netstandard1.1/System.Runtime.InteropServices.dll", + "ref/netstandard1.1/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml", "ref/netstandard1.2/System.Runtime.InteropServices.dll", + "ref/netstandard1.2/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml", "ref/netstandard1.3/System.Runtime.InteropServices.dll", + "ref/netstandard1.3/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml", "ref/netstandard1.5/System.Runtime.InteropServices.dll", + "ref/netstandard1.5/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -13006,6 +15002,16 @@ "lib/net462/_._", "lib/netstandard1.5/System.Runtime.Loader.dll", "ref/netstandard1.5/System.Runtime.Loader.dll", + "ref/netstandard1.5/System.Runtime.Loader.xml", + "ref/netstandard1.5/de/System.Runtime.Loader.xml", + "ref/netstandard1.5/es/System.Runtime.Loader.xml", + "ref/netstandard1.5/fr/System.Runtime.Loader.xml", + "ref/netstandard1.5/it/System.Runtime.Loader.xml", + "ref/netstandard1.5/ja/System.Runtime.Loader.xml", + "ref/netstandard1.5/ko/System.Runtime.Loader.xml", + "ref/netstandard1.5/ru/System.Runtime.Loader.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.Loader.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.Loader.xml", "system.runtime.loader.4.0.0.nupkg.sha512", "system.runtime.loader.nuspec" ] @@ -13035,7 +15041,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Runtime.Numerics.dll", + "ref/netcore50/System.Runtime.Numerics.xml", + "ref/netcore50/de/System.Runtime.Numerics.xml", + "ref/netcore50/es/System.Runtime.Numerics.xml", + "ref/netcore50/fr/System.Runtime.Numerics.xml", + "ref/netcore50/it/System.Runtime.Numerics.xml", + "ref/netcore50/ja/System.Runtime.Numerics.xml", + "ref/netcore50/ko/System.Runtime.Numerics.xml", + "ref/netcore50/ru/System.Runtime.Numerics.xml", + "ref/netcore50/zh-hans/System.Runtime.Numerics.xml", + "ref/netcore50/zh-hant/System.Runtime.Numerics.xml", "ref/netstandard1.1/System.Runtime.Numerics.dll", + "ref/netstandard1.1/System.Runtime.Numerics.xml", + "ref/netstandard1.1/de/System.Runtime.Numerics.xml", + "ref/netstandard1.1/es/System.Runtime.Numerics.xml", + "ref/netstandard1.1/fr/System.Runtime.Numerics.xml", + "ref/netstandard1.1/it/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ja/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ko/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ru/System.Runtime.Numerics.xml", + "ref/netstandard1.1/zh-hans/System.Runtime.Numerics.xml", + "ref/netstandard1.1/zh-hant/System.Runtime.Numerics.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -13073,7 +15099,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Runtime.Serialization.Json.dll", + "ref/netcore50/System.Runtime.Serialization.Json.xml", + "ref/netcore50/de/System.Runtime.Serialization.Json.xml", + "ref/netcore50/es/System.Runtime.Serialization.Json.xml", + "ref/netcore50/fr/System.Runtime.Serialization.Json.xml", + "ref/netcore50/it/System.Runtime.Serialization.Json.xml", + "ref/netcore50/ja/System.Runtime.Serialization.Json.xml", + "ref/netcore50/ko/System.Runtime.Serialization.Json.xml", + "ref/netcore50/ru/System.Runtime.Serialization.Json.xml", + "ref/netcore50/zh-hans/System.Runtime.Serialization.Json.xml", + "ref/netcore50/zh-hant/System.Runtime.Serialization.Json.xml", "ref/netstandard1.0/System.Runtime.Serialization.Json.dll", + "ref/netstandard1.0/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/de/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/es/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/fr/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/it/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/ja/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/ko/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/ru/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Json.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -13114,8 +15160,38 @@ "ref/net45/_._", "ref/net46/System.Runtime.Serialization.Primitives.dll", "ref/netcore50/System.Runtime.Serialization.Primitives.dll", + "ref/netcore50/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/de/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/es/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/fr/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/it/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/ja/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/ko/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/ru/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/zh-hans/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/zh-hant/System.Runtime.Serialization.Primitives.xml", "ref/netstandard1.0/System.Runtime.Serialization.Primitives.dll", + "ref/netstandard1.0/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/de/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/es/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/fr/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/it/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/ja/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/ko/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/ru/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Primitives.xml", "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll", + "ref/netstandard1.3/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/de/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/es/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/fr/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/it/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/ja/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/ko/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/ru/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Serialization.Primitives.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -13129,14 +15205,13 @@ "system.runtime.serialization.primitives.nuspec" ] }, - "System.Security.AccessControl/5.0.0": { - "sha512": "dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==", + "System.Security.AccessControl/4.7.0": { + "sha512": "JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==", "type": "package", - "path": "system.security.accesscontrol/5.0.0", + "path": "system.security.accesscontrol/4.7.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/net46/System.Security.AccessControl.dll", @@ -13170,7 +15245,7 @@ "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.xml", "runtimes/win/lib/netstandard1.3/System.Security.AccessControl.dll", "runtimes/win/lib/uap10.0.16299/_._", - "system.security.accesscontrol.5.0.0.nupkg.sha512", + "system.security.accesscontrol.4.7.0.nupkg.sha512", "system.security.accesscontrol.nuspec", "useSharedDesignerContext.txt", "version.txt" @@ -13197,6 +15272,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Security.Claims.dll", "ref/netstandard1.3/System.Security.Claims.dll", + "ref/netstandard1.3/System.Security.Claims.xml", + "ref/netstandard1.3/de/System.Security.Claims.xml", + "ref/netstandard1.3/es/System.Security.Claims.xml", + "ref/netstandard1.3/fr/System.Security.Claims.xml", + "ref/netstandard1.3/it/System.Security.Claims.xml", + "ref/netstandard1.3/ja/System.Security.Claims.xml", + "ref/netstandard1.3/ko/System.Security.Claims.xml", + "ref/netstandard1.3/ru/System.Security.Claims.xml", + "ref/netstandard1.3/zh-hans/System.Security.Claims.xml", + "ref/netstandard1.3/zh-hant/System.Security.Claims.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -13326,6 +15411,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Security.Cryptography.Encoding.dll", "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll", + "ref/netstandard1.3/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/de/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/es/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/fr/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/it/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ja/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ko/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ru/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/zh-hans/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/zh-hant/System.Security.Cryptography.Encoding.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -13353,6 +15448,39 @@ "system.security.cryptography.openssl.nuspec" ] }, + "System.Security.Cryptography.Pkcs/9.0.0": { + "sha512": "8tluJF8w9si+2yoHeL8rgVJS6lKvWomTDC8px65Z8MCzzdME5eaPtEQf4OfVGrAxB5fW93ncucy1+221O9EQaw==", + "type": "package", + "path": "system.security.cryptography.pkcs/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Security.Cryptography.Pkcs.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/System.Security.Cryptography.Pkcs.targets", + "lib/net462/System.Security.Cryptography.Pkcs.dll", + "lib/net462/System.Security.Cryptography.Pkcs.xml", + "lib/net8.0/System.Security.Cryptography.Pkcs.dll", + "lib/net8.0/System.Security.Cryptography.Pkcs.xml", + "lib/net9.0/System.Security.Cryptography.Pkcs.dll", + "lib/net9.0/System.Security.Cryptography.Pkcs.xml", + "lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll", + "lib/netstandard2.0/System.Security.Cryptography.Pkcs.xml", + "lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll", + "lib/netstandard2.1/System.Security.Cryptography.Pkcs.xml", + "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll", + "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.xml", + "runtimes/win/lib/net9.0/System.Security.Cryptography.Pkcs.dll", + "runtimes/win/lib/net9.0/System.Security.Cryptography.Pkcs.xml", + "system.security.cryptography.pkcs.9.0.0.nupkg.sha512", + "system.security.cryptography.pkcs.nuspec", + "useSharedDesignerContext.txt" + ] + }, "System.Security.Cryptography.Primitives/4.3.0": { "sha512": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", "type": "package", @@ -13440,7 +15568,27 @@ "ref/net46/System.Security.Cryptography.X509Certificates.dll", "ref/net461/System.Security.Cryptography.X509Certificates.dll", "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/de/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/es/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/fr/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/it/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ja/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ko/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ru/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/zh-hant/System.Security.Cryptography.X509Certificates.xml", "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/de/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/es/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/fr/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/it/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ja/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ko/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ru/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/zh-hant/System.Security.Cryptography.X509Certificates.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -13454,6 +15602,33 @@ "system.security.cryptography.x509certificates.nuspec" ] }, + "System.Security.Cryptography.Xml/9.0.0": { + "sha512": "GQZn5wFd+pyOfwWaCbqxG7trQ5ox01oR8kYgWflgtux4HiUNihGEgG2TktRWyH+9bw7NoEju1D41H/upwQeFQw==", + "type": "package", + "path": "system.security.cryptography.xml/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Security.Cryptography.Xml.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/System.Security.Cryptography.Xml.targets", + "lib/net462/System.Security.Cryptography.Xml.dll", + "lib/net462/System.Security.Cryptography.Xml.xml", + "lib/net8.0/System.Security.Cryptography.Xml.dll", + "lib/net8.0/System.Security.Cryptography.Xml.xml", + "lib/net9.0/System.Security.Cryptography.Xml.dll", + "lib/net9.0/System.Security.Cryptography.Xml.xml", + "lib/netstandard2.0/System.Security.Cryptography.Xml.dll", + "lib/netstandard2.0/System.Security.Cryptography.Xml.xml", + "system.security.cryptography.xml.9.0.0.nupkg.sha512", + "system.security.cryptography.xml.nuspec", + "useSharedDesignerContext.txt" + ] + }, "System.Security.Principal/4.0.1": { "sha512": "On+SKhXY5rzxh/S8wlH1Rm0ogBlu7zyHNxeNBiXauNrhHRXAe9EuX8Yl5IOzLPGU5Z4kLWHMvORDOCG8iu9hww==", "type": "package", @@ -13480,7 +15655,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Security.Principal.dll", + "ref/netcore50/System.Security.Principal.xml", + "ref/netcore50/de/System.Security.Principal.xml", + "ref/netcore50/es/System.Security.Principal.xml", + "ref/netcore50/fr/System.Security.Principal.xml", + "ref/netcore50/it/System.Security.Principal.xml", + "ref/netcore50/ja/System.Security.Principal.xml", + "ref/netcore50/ko/System.Security.Principal.xml", + "ref/netcore50/ru/System.Security.Principal.xml", + "ref/netcore50/zh-hans/System.Security.Principal.xml", + "ref/netcore50/zh-hant/System.Security.Principal.xml", "ref/netstandard1.0/System.Security.Principal.dll", + "ref/netstandard1.0/System.Security.Principal.xml", + "ref/netstandard1.0/de/System.Security.Principal.xml", + "ref/netstandard1.0/es/System.Security.Principal.xml", + "ref/netstandard1.0/fr/System.Security.Principal.xml", + "ref/netstandard1.0/it/System.Security.Principal.xml", + "ref/netstandard1.0/ja/System.Security.Principal.xml", + "ref/netstandard1.0/ko/System.Security.Principal.xml", + "ref/netstandard1.0/ru/System.Security.Principal.xml", + "ref/netstandard1.0/zh-hans/System.Security.Principal.xml", + "ref/netstandard1.0/zh-hant/System.Security.Principal.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -13493,14 +15688,13 @@ "system.security.principal.nuspec" ] }, - "System.Security.Principal.Windows/5.0.0": { - "sha512": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==", + "System.Security.Principal.Windows/4.7.0": { + "sha512": "ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", "type": "package", - "path": "system.security.principal.windows/5.0.0", + "path": "system.security.principal.windows/4.7.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/net46/System.Security.Principal.Windows.dll", @@ -13542,7 +15736,7 @@ "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.xml", "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll", "runtimes/win/lib/uap10.0.16299/_._", - "system.security.principal.windows.5.0.0.nupkg.sha512", + "system.security.principal.windows.4.7.0.nupkg.sha512", "system.security.principal.windows.nuspec", "useSharedDesignerContext.txt", "version.txt" @@ -13572,8 +15766,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Text.Encoding.dll", + "ref/netcore50/System.Text.Encoding.xml", + "ref/netcore50/de/System.Text.Encoding.xml", + "ref/netcore50/es/System.Text.Encoding.xml", + "ref/netcore50/fr/System.Text.Encoding.xml", + "ref/netcore50/it/System.Text.Encoding.xml", + "ref/netcore50/ja/System.Text.Encoding.xml", + "ref/netcore50/ko/System.Text.Encoding.xml", + "ref/netcore50/ru/System.Text.Encoding.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.xml", "ref/netstandard1.0/System.Text.Encoding.dll", + "ref/netstandard1.0/System.Text.Encoding.xml", + "ref/netstandard1.0/de/System.Text.Encoding.xml", + "ref/netstandard1.0/es/System.Text.Encoding.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.xml", + "ref/netstandard1.0/it/System.Text.Encoding.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml", "ref/netstandard1.3/System.Text.Encoding.dll", + "ref/netstandard1.3/System.Text.Encoding.xml", + "ref/netstandard1.3/de/System.Text.Encoding.xml", + "ref/netstandard1.3/es/System.Text.Encoding.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.xml", + "ref/netstandard1.3/it/System.Text.Encoding.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -13610,8 +15834,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Text.Encoding.Extensions.dll", + "ref/netcore50/System.Text.Encoding.Extensions.xml", + "ref/netcore50/de/System.Text.Encoding.Extensions.xml", + "ref/netcore50/es/System.Text.Encoding.Extensions.xml", + "ref/netcore50/fr/System.Text.Encoding.Extensions.xml", + "ref/netcore50/it/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ja/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ko/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ru/System.Text.Encoding.Extensions.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml", "ref/netstandard1.0/System.Text.Encoding.Extensions.dll", + "ref/netstandard1.0/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/de/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/es/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/it/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.Extensions.xml", "ref/netstandard1.3/System.Text.Encoding.Extensions.dll", + "ref/netstandard1.3/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/de/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/es/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/it/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.Extensions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -13747,10 +16001,50 @@ "ref/net45/_._", "ref/net463/System.Text.RegularExpressions.dll", "ref/netcore50/System.Text.RegularExpressions.dll", + "ref/netcore50/System.Text.RegularExpressions.xml", + "ref/netcore50/de/System.Text.RegularExpressions.xml", + "ref/netcore50/es/System.Text.RegularExpressions.xml", + "ref/netcore50/fr/System.Text.RegularExpressions.xml", + "ref/netcore50/it/System.Text.RegularExpressions.xml", + "ref/netcore50/ja/System.Text.RegularExpressions.xml", + "ref/netcore50/ko/System.Text.RegularExpressions.xml", + "ref/netcore50/ru/System.Text.RegularExpressions.xml", + "ref/netcore50/zh-hans/System.Text.RegularExpressions.xml", + "ref/netcore50/zh-hant/System.Text.RegularExpressions.xml", "ref/netcoreapp1.1/System.Text.RegularExpressions.dll", "ref/netstandard1.0/System.Text.RegularExpressions.dll", + "ref/netstandard1.0/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/zh-hant/System.Text.RegularExpressions.xml", "ref/netstandard1.3/System.Text.RegularExpressions.dll", + "ref/netstandard1.3/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/zh-hant/System.Text.RegularExpressions.xml", "ref/netstandard1.6/System.Text.RegularExpressions.dll", + "ref/netstandard1.6/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/zh-hant/System.Text.RegularExpressions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -13789,8 +16083,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", + "ref/netcore50/de/System.Threading.xml", + "ref/netcore50/es/System.Threading.xml", + "ref/netcore50/fr/System.Threading.xml", + "ref/netcore50/it/System.Threading.xml", + "ref/netcore50/ja/System.Threading.xml", + "ref/netcore50/ko/System.Threading.xml", + "ref/netcore50/ru/System.Threading.xml", + "ref/netcore50/zh-hans/System.Threading.xml", + "ref/netcore50/zh-hant/System.Threading.xml", "ref/netstandard1.0/System.Threading.dll", + "ref/netstandard1.0/System.Threading.xml", + "ref/netstandard1.0/de/System.Threading.xml", + "ref/netstandard1.0/es/System.Threading.xml", + "ref/netstandard1.0/fr/System.Threading.xml", + "ref/netstandard1.0/it/System.Threading.xml", + "ref/netstandard1.0/ja/System.Threading.xml", + "ref/netstandard1.0/ko/System.Threading.xml", + "ref/netstandard1.0/ru/System.Threading.xml", + "ref/netstandard1.0/zh-hans/System.Threading.xml", + "ref/netstandard1.0/zh-hant/System.Threading.xml", "ref/netstandard1.3/System.Threading.dll", + "ref/netstandard1.3/System.Threading.xml", + "ref/netstandard1.3/de/System.Threading.xml", + "ref/netstandard1.3/es/System.Threading.xml", + "ref/netstandard1.3/fr/System.Threading.xml", + "ref/netstandard1.3/it/System.Threading.xml", + "ref/netstandard1.3/ja/System.Threading.xml", + "ref/netstandard1.3/ko/System.Threading.xml", + "ref/netstandard1.3/ru/System.Threading.xml", + "ref/netstandard1.3/zh-hans/System.Threading.xml", + "ref/netstandard1.3/zh-hant/System.Threading.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -13845,6 +16169,16 @@ "lib/net46/System.Threading.Overlapped.dll", "ref/net46/System.Threading.Overlapped.dll", "ref/netstandard1.3/System.Threading.Overlapped.dll", + "ref/netstandard1.3/System.Threading.Overlapped.xml", + "ref/netstandard1.3/de/System.Threading.Overlapped.xml", + "ref/netstandard1.3/es/System.Threading.Overlapped.xml", + "ref/netstandard1.3/fr/System.Threading.Overlapped.xml", + "ref/netstandard1.3/it/System.Threading.Overlapped.xml", + "ref/netstandard1.3/ja/System.Threading.Overlapped.xml", + "ref/netstandard1.3/ko/System.Threading.Overlapped.xml", + "ref/netstandard1.3/ru/System.Threading.Overlapped.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Overlapped.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Overlapped.xml", "runtimes/unix/lib/netstandard1.3/System.Threading.Overlapped.dll", "runtimes/win/lib/net46/System.Threading.Overlapped.dll", "runtimes/win/lib/netcore50/System.Threading.Overlapped.dll", @@ -13877,8 +16211,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Threading.Tasks.dll", + "ref/netcore50/System.Threading.Tasks.xml", + "ref/netcore50/de/System.Threading.Tasks.xml", + "ref/netcore50/es/System.Threading.Tasks.xml", + "ref/netcore50/fr/System.Threading.Tasks.xml", + "ref/netcore50/it/System.Threading.Tasks.xml", + "ref/netcore50/ja/System.Threading.Tasks.xml", + "ref/netcore50/ko/System.Threading.Tasks.xml", + "ref/netcore50/ru/System.Threading.Tasks.xml", + "ref/netcore50/zh-hans/System.Threading.Tasks.xml", + "ref/netcore50/zh-hant/System.Threading.Tasks.xml", "ref/netstandard1.0/System.Threading.Tasks.dll", + "ref/netstandard1.0/System.Threading.Tasks.xml", + "ref/netstandard1.0/de/System.Threading.Tasks.xml", + "ref/netstandard1.0/es/System.Threading.Tasks.xml", + "ref/netstandard1.0/fr/System.Threading.Tasks.xml", + "ref/netstandard1.0/it/System.Threading.Tasks.xml", + "ref/netstandard1.0/ja/System.Threading.Tasks.xml", + "ref/netstandard1.0/ko/System.Threading.Tasks.xml", + "ref/netstandard1.0/ru/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml", "ref/netstandard1.3/System.Threading.Tasks.dll", + "ref/netstandard1.3/System.Threading.Tasks.xml", + "ref/netstandard1.3/de/System.Threading.Tasks.xml", + "ref/netstandard1.3/es/System.Threading.Tasks.xml", + "ref/netstandard1.3/fr/System.Threading.Tasks.xml", + "ref/netstandard1.3/it/System.Threading.Tasks.xml", + "ref/netstandard1.3/ja/System.Threading.Tasks.xml", + "ref/netstandard1.3/ko/System.Threading.Tasks.xml", + "ref/netstandard1.3/ru/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -13920,9 +16284,12 @@ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net461/System.Threading.Tasks.Extensions.dll", + "lib/net461/System.Threading.Tasks.Extensions.xml", "lib/netcoreapp2.1/_._", "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml", "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", "lib/xamarinios10/_._", @@ -13967,7 +16334,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Threading.Tasks.Parallel.dll", + "ref/netcore50/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/de/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/es/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/fr/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/it/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/ja/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/ko/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/ru/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/zh-hans/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/zh-hant/System.Threading.Tasks.Parallel.xml", "ref/netstandard1.1/System.Threading.Tasks.Parallel.dll", + "ref/netstandard1.1/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/de/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/es/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/fr/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/it/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/ja/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/ko/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/ru/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/zh-hans/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/zh-hant/System.Threading.Tasks.Parallel.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -14001,6 +16388,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Threading.Thread.dll", "ref/netstandard1.3/System.Threading.Thread.dll", + "ref/netstandard1.3/System.Threading.Thread.xml", + "ref/netstandard1.3/de/System.Threading.Thread.xml", + "ref/netstandard1.3/es/System.Threading.Thread.xml", + "ref/netstandard1.3/fr/System.Threading.Thread.xml", + "ref/netstandard1.3/it/System.Threading.Thread.xml", + "ref/netstandard1.3/ja/System.Threading.Thread.xml", + "ref/netstandard1.3/ko/System.Threading.Thread.xml", + "ref/netstandard1.3/ru/System.Threading.Thread.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Thread.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Thread.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -14031,6 +16428,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Threading.ThreadPool.dll", "ref/netstandard1.3/System.Threading.ThreadPool.dll", + "ref/netstandard1.3/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/de/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/es/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/fr/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/it/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ja/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ko/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ru/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/zh-hans/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/zh-hant/System.Threading.ThreadPool.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -14062,7 +16469,27 @@ "ref/MonoTouch10/_._", "ref/net451/_._", "ref/netcore50/System.Threading.Timer.dll", + "ref/netcore50/System.Threading.Timer.xml", + "ref/netcore50/de/System.Threading.Timer.xml", + "ref/netcore50/es/System.Threading.Timer.xml", + "ref/netcore50/fr/System.Threading.Timer.xml", + "ref/netcore50/it/System.Threading.Timer.xml", + "ref/netcore50/ja/System.Threading.Timer.xml", + "ref/netcore50/ko/System.Threading.Timer.xml", + "ref/netcore50/ru/System.Threading.Timer.xml", + "ref/netcore50/zh-hans/System.Threading.Timer.xml", + "ref/netcore50/zh-hant/System.Threading.Timer.xml", "ref/netstandard1.2/System.Threading.Timer.dll", + "ref/netstandard1.2/System.Threading.Timer.xml", + "ref/netstandard1.2/de/System.Threading.Timer.xml", + "ref/netstandard1.2/es/System.Threading.Timer.xml", + "ref/netstandard1.2/fr/System.Threading.Timer.xml", + "ref/netstandard1.2/it/System.Threading.Timer.xml", + "ref/netstandard1.2/ja/System.Threading.Timer.xml", + "ref/netstandard1.2/ko/System.Threading.Timer.xml", + "ref/netstandard1.2/ru/System.Threading.Timer.xml", + "ref/netstandard1.2/zh-hans/System.Threading.Timer.xml", + "ref/netstandard1.2/zh-hant/System.Threading.Timer.xml", "ref/portable-net451+win81+wpa81/_._", "ref/win81/_._", "ref/wpa81/_._", @@ -14086,9 +16513,12 @@ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net461/System.ValueTuple.dll", + "lib/net461/System.ValueTuple.xml", "lib/net47/System.ValueTuple.dll", + "lib/net47/System.ValueTuple.xml", "lib/netcoreapp2.0/_._", "lib/netstandard1.0/System.ValueTuple.dll", + "lib/netstandard1.0/System.ValueTuple.xml", "lib/netstandard2.0/_._", "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.xml", @@ -14143,8 +16573,38 @@ "ref/net45/_._", "ref/net46/System.Xml.ReaderWriter.dll", "ref/netcore50/System.Xml.ReaderWriter.dll", + "ref/netcore50/System.Xml.ReaderWriter.xml", + "ref/netcore50/de/System.Xml.ReaderWriter.xml", + "ref/netcore50/es/System.Xml.ReaderWriter.xml", + "ref/netcore50/fr/System.Xml.ReaderWriter.xml", + "ref/netcore50/it/System.Xml.ReaderWriter.xml", + "ref/netcore50/ja/System.Xml.ReaderWriter.xml", + "ref/netcore50/ko/System.Xml.ReaderWriter.xml", + "ref/netcore50/ru/System.Xml.ReaderWriter.xml", + "ref/netcore50/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netcore50/zh-hant/System.Xml.ReaderWriter.xml", "ref/netstandard1.0/System.Xml.ReaderWriter.dll", + "ref/netstandard1.0/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/de/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/es/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/fr/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/it/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ja/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ko/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ru/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/zh-hant/System.Xml.ReaderWriter.xml", "ref/netstandard1.3/System.Xml.ReaderWriter.dll", + "ref/netstandard1.3/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/de/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/es/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/fr/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/it/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ja/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ko/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ru/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/zh-hant/System.Xml.ReaderWriter.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -14183,8 +16643,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Xml.XDocument.dll", + "ref/netcore50/System.Xml.XDocument.xml", + "ref/netcore50/de/System.Xml.XDocument.xml", + "ref/netcore50/es/System.Xml.XDocument.xml", + "ref/netcore50/fr/System.Xml.XDocument.xml", + "ref/netcore50/it/System.Xml.XDocument.xml", + "ref/netcore50/ja/System.Xml.XDocument.xml", + "ref/netcore50/ko/System.Xml.XDocument.xml", + "ref/netcore50/ru/System.Xml.XDocument.xml", + "ref/netcore50/zh-hans/System.Xml.XDocument.xml", + "ref/netcore50/zh-hant/System.Xml.XDocument.xml", "ref/netstandard1.0/System.Xml.XDocument.dll", + "ref/netstandard1.0/System.Xml.XDocument.xml", + "ref/netstandard1.0/de/System.Xml.XDocument.xml", + "ref/netstandard1.0/es/System.Xml.XDocument.xml", + "ref/netstandard1.0/fr/System.Xml.XDocument.xml", + "ref/netstandard1.0/it/System.Xml.XDocument.xml", + "ref/netstandard1.0/ja/System.Xml.XDocument.xml", + "ref/netstandard1.0/ko/System.Xml.XDocument.xml", + "ref/netstandard1.0/ru/System.Xml.XDocument.xml", + "ref/netstandard1.0/zh-hans/System.Xml.XDocument.xml", + "ref/netstandard1.0/zh-hant/System.Xml.XDocument.xml", "ref/netstandard1.3/System.Xml.XDocument.dll", + "ref/netstandard1.3/System.Xml.XDocument.xml", + "ref/netstandard1.3/de/System.Xml.XDocument.xml", + "ref/netstandard1.3/es/System.Xml.XDocument.xml", + "ref/netstandard1.3/fr/System.Xml.XDocument.xml", + "ref/netstandard1.3/it/System.Xml.XDocument.xml", + "ref/netstandard1.3/ja/System.Xml.XDocument.xml", + "ref/netstandard1.3/ko/System.Xml.XDocument.xml", + "ref/netstandard1.3/ru/System.Xml.XDocument.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XDocument.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XDocument.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -14218,6 +16708,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Xml.XmlDocument.dll", "ref/netstandard1.3/System.Xml.XmlDocument.dll", + "ref/netstandard1.3/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/de/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/es/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/fr/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/it/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/ja/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/ko/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/ru/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XmlDocument.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -14252,8 +16752,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Xml.XmlSerializer.dll", + "ref/netcore50/System.Xml.XmlSerializer.xml", + "ref/netcore50/de/System.Xml.XmlSerializer.xml", + "ref/netcore50/es/System.Xml.XmlSerializer.xml", + "ref/netcore50/fr/System.Xml.XmlSerializer.xml", + "ref/netcore50/it/System.Xml.XmlSerializer.xml", + "ref/netcore50/ja/System.Xml.XmlSerializer.xml", + "ref/netcore50/ko/System.Xml.XmlSerializer.xml", + "ref/netcore50/ru/System.Xml.XmlSerializer.xml", + "ref/netcore50/zh-hans/System.Xml.XmlSerializer.xml", + "ref/netcore50/zh-hant/System.Xml.XmlSerializer.xml", "ref/netstandard1.0/System.Xml.XmlSerializer.dll", + "ref/netstandard1.0/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/de/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/es/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/fr/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/it/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/ja/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/ko/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/ru/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/zh-hans/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/zh-hant/System.Xml.XmlSerializer.xml", "ref/netstandard1.3/System.Xml.XmlSerializer.dll", + "ref/netstandard1.3/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/de/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/es/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/fr/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/it/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/ja/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/ko/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/ru/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XmlSerializer.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -14267,30 +16797,26 @@ "system.xml.xmlserializer.nuspec" ] }, - "YamlDotNet/13.3.1": { - "sha512": "Q2dqDsb0xAlr092grgHk8/vTXI2snIiYM5ND3IXkgJDFIdPnqDYwYnlk+gwzSeRByDLhiSzTog8uT7xFwH68Zg==", + "YamlDotNet/16.3.0": { + "sha512": "SgMOdxbz8X65z8hraIs6hOEdnkH6hESTAIUa7viEngHOYaH+6q5XJmwr1+yb9vJpNQ19hCQY69xbFsLtXpobQA==", "type": "package", - "path": "yamldotnet/13.3.1", + "path": "yamldotnet/16.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.txt", + "README.md", "images/yamldotnet.png", - "lib/net35/YamlDotNet.dll", - "lib/net35/YamlDotNet.xml", - "lib/net45/YamlDotNet.dll", - "lib/net45/YamlDotNet.xml", "lib/net47/YamlDotNet.dll", "lib/net47/YamlDotNet.xml", "lib/net6.0/YamlDotNet.dll", "lib/net6.0/YamlDotNet.xml", - "lib/net7.0/YamlDotNet.dll", - "lib/net7.0/YamlDotNet.xml", + "lib/net8.0/YamlDotNet.dll", + "lib/net8.0/YamlDotNet.xml", "lib/netstandard2.0/YamlDotNet.dll", "lib/netstandard2.0/YamlDotNet.xml", "lib/netstandard2.1/YamlDotNet.dll", "lib/netstandard2.1/YamlDotNet.xml", - "yamldotnet.13.3.1.nupkg.sha512", + "yamldotnet.16.3.0.nupkg.sha512", "yamldotnet.nuspec" ] }, @@ -14332,42 +16858,41 @@ }, "projectFileDependencyGroups": { "net9.0": [ - "AspNetCore.HealthChecks.AzureServiceBus >= 8.0.1", + "AspNetCore.HealthChecks.AzureServiceBus >= 9.0.0", "AspNetCore.HealthChecks.Rabbitmq >= 8.0.2", - "AspNetCore.HealthChecks.SqlServer >= 8.0.2", - "AspNetCore.HealthChecks.UI.Client >= 8.0.1", - "Autofac.Extensions.DependencyInjection >= 10.0.0", - "Dapper >= 2.1.35", + "AspNetCore.HealthChecks.SqlServer >= 9.0.0", + "AspNetCore.HealthChecks.UI.Client >= 9.0.0", + "Autofac.Extensions.DependencyInjection >= 9.0.0", + "Dapper >= 2.1.66", "EventBus >= 1.0.0", "EventBusRabbitMQ >= 1.0.0", "EventBusServiceBus >= 1.0.0", "FluentValidation.AspNetCore >= 11.3.0", - "Google.Protobuf >= 3.28.3", - "Grpc.AspNetCore.Server >= 2.70.0", - "Grpc.Tools >= 2.68.1", + "Google.Protobuf >= 3.33.1", + "Grpc.AspNetCore.Server >= 2.71.0", + "Grpc.Tools >= 2.76.0", "IntegrationEventLogEF >= 1.0.0", - "MediatR >= 11.1.0", - "MediatR.Extensions.Microsoft.DependencyInjection >= 11.1.0", - "Microsoft.ApplicationInsights.AspNetCore >= 2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector >= 2.22.0", - "Microsoft.ApplicationInsights.Kubernetes >= 7.0.0", + "MediatR >= 12.4.1", + "Microsoft.ApplicationInsights.AspNetCore >= 2.23.0", + "Microsoft.ApplicationInsights.DependencyCollector >= 2.23.0", + "Microsoft.ApplicationInsights.Kubernetes >= 8.0.0", "Microsoft.AspNetCore.Authentication.JwtBearer >= 9.0.0", "Microsoft.AspNetCore.HealthChecks >= 1.0.0", "Microsoft.AspNetCore.Mvc.NewtonsoftJson >= 9.0.0", "Microsoft.EntityFrameworkCore.Design >= 9.0.0", "Microsoft.Extensions.Configuration.AzureKeyVault >= 3.1.24", - "Microsoft.Extensions.Hosting >= 9.0.0", + "Microsoft.Extensions.Hosting >= 9.0.2", "Microsoft.Extensions.Logging.AzureAppServices >= 9.0.0", "Microsoft.NETCore.Platforms >= 7.0.4", "Ordering.Domain >= 1.0.0", "Ordering.Infrastructure >= 1.0.0", - "Polly >= 8.5.0", - "Serilog.AspNetCore >= 8.0.3", + "Polly >= 8.6.5", + "Serilog.AspNetCore >= 9.0.0", "Serilog.Enrichers.Environment >= 3.0.1", - "Serilog.Settings.Configuration >= 8.0.4", - "Serilog.Sinks.Console >= 6.0.0", - "Serilog.Sinks.Http >= 9.0.0", - "Serilog.Sinks.Seq >= 8.0.0", + "Serilog.Settings.Configuration >= 9.0.0", + "Serilog.Sinks.Console >= 6.1.1", + "Serilog.Sinks.Http >= 9.2.0", + "Serilog.Sinks.Seq >= 9.0.0", "Swashbuckle.AspNetCore >= 7.2.0", "Swashbuckle.AspNetCore.Newtonsoft >= 7.2.0", "WebHost.Customization >= 1.0.0" @@ -14440,7 +16965,7 @@ "dependencies": { "AspNetCore.HealthChecks.AzureServiceBus": { "target": "Package", - "version": "[8.0.1, )" + "version": "[9.0.0, )" }, "AspNetCore.HealthChecks.Rabbitmq": { "target": "Package", @@ -14448,19 +16973,19 @@ }, "AspNetCore.HealthChecks.SqlServer": { "target": "Package", - "version": "[8.0.2, )" + "version": "[9.0.0, )" }, "AspNetCore.HealthChecks.UI.Client": { "target": "Package", - "version": "[8.0.1, )" + "version": "[9.0.0, )" }, "Autofac.Extensions.DependencyInjection": { "target": "Package", - "version": "[10.0.0, )" + "version": "[9.0.0, )" }, "Dapper": { "target": "Package", - "version": "[2.1.35, )" + "version": "[2.1.66, )" }, "FluentValidation.AspNetCore": { "target": "Package", @@ -14468,36 +16993,32 @@ }, "Google.Protobuf": { "target": "Package", - "version": "[3.28.3, )" + "version": "[3.33.1, )" }, "Grpc.AspNetCore.Server": { "target": "Package", - "version": "[2.70.0, )" + "version": "[2.71.0, )" }, "Grpc.Tools": { "suppressParent": "All", "target": "Package", - "version": "[2.68.1, )" + "version": "[2.76.0, )" }, "MediatR": { "target": "Package", - "version": "[11.1.0, )" - }, - "MediatR.Extensions.Microsoft.DependencyInjection": { - "target": "Package", - "version": "[11.1.0, )" + "version": "[12.4.1, )" }, "Microsoft.ApplicationInsights.AspNetCore": { "target": "Package", - "version": "[2.22.0, )" + "version": "[2.23.0, )" }, "Microsoft.ApplicationInsights.DependencyCollector": { "target": "Package", - "version": "[2.22.0, )" + "version": "[2.23.0, )" }, "Microsoft.ApplicationInsights.Kubernetes": { "target": "Package", - "version": "[7.0.0, )" + "version": "[8.0.0, )" }, "Microsoft.AspNetCore.Authentication.JwtBearer": { "target": "Package", @@ -14521,7 +17042,7 @@ }, "Microsoft.Extensions.Hosting": { "target": "Package", - "version": "[9.0.0, )" + "version": "[9.0.2, )" }, "Microsoft.Extensions.Logging.AzureAppServices": { "target": "Package", @@ -14533,11 +17054,11 @@ }, "Polly": { "target": "Package", - "version": "[8.5.0, )" + "version": "[8.6.5, )" }, "Serilog.AspNetCore": { "target": "Package", - "version": "[8.0.3, )" + "version": "[9.0.0, )" }, "Serilog.Enrichers.Environment": { "target": "Package", @@ -14545,19 +17066,19 @@ }, "Serilog.Settings.Configuration": { "target": "Package", - "version": "[8.0.4, )" + "version": "[9.0.0, )" }, "Serilog.Sinks.Console": { "target": "Package", - "version": "[6.0.0, )" + "version": "[6.1.1, )" }, "Serilog.Sinks.Http": { "target": "Package", - "version": "[9.0.0, )" + "version": "[9.2.0, )" }, "Serilog.Sinks.Seq": { "target": "Package", - "version": "[8.0.0, )" + "version": "[9.0.0, )" }, "Swashbuckle.AspNetCore": { "target": "Package", diff --git a/src/Services/Ordering/Ordering.API/obj/project.nuget.cache b/src/Services/Ordering/Ordering.API/obj/project.nuget.cache index 748cb298..9187f33b 100644 --- a/src/Services/Ordering/Ordering.API/obj/project.nuget.cache +++ b/src/Services/Ordering/Ordering.API/obj/project.nuget.cache @@ -1,47 +1,56 @@ { "version": 2, - "dgSpecHash": "PFPm4sgIe8Y=", + "dgSpecHash": "nCn1OFFdnYg=", "success": true, "projectFilePath": "/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.API/Ordering.API.csproj", "expectedPackageFiles": [ - "/home/runner/.nuget/packages/aspnetcore.healthchecks.azureservicebus/8.0.1/aspnetcore.healthchecks.azureservicebus.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.azureservicebus/9.0.0/aspnetcore.healthchecks.azureservicebus.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/aspnetcore.healthchecks.rabbitmq/8.0.2/aspnetcore.healthchecks.rabbitmq.8.0.2.nupkg.sha512", - "/home/runner/.nuget/packages/aspnetcore.healthchecks.sqlserver/8.0.2/aspnetcore.healthchecks.sqlserver.8.0.2.nupkg.sha512", - "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.client/8.0.1/aspnetcore.healthchecks.ui.client.8.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.core/8.0.1/aspnetcore.healthchecks.ui.core.8.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/autofac/8.1.1/autofac.8.1.1.nupkg.sha512", - "/home/runner/.nuget/packages/autofac.extensions.dependencyinjection/10.0.0/autofac.extensions.dependencyinjection.10.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/azure.core/1.36.0/azure.core.1.36.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.redis/9.0.0/aspnetcore.healthchecks.redis.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.sqlserver/9.0.0/aspnetcore.healthchecks.sqlserver.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui/9.0.0/aspnetcore.healthchecks.ui.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.client/9.0.0/aspnetcore.healthchecks.ui.client.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.core/9.0.0/aspnetcore.healthchecks.ui.core.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.data/9.0.0/aspnetcore.healthchecks.ui.data.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.inmemory.storage/9.0.0/aspnetcore.healthchecks.ui.inmemory.storage.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.uris/9.0.0/aspnetcore.healthchecks.uris.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/autofac/9.0.0/autofac.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/autofac.extensions.dependencyinjection/9.0.0/autofac.extensions.dependencyinjection.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/azure.core/1.38.0/azure.core.1.38.0.nupkg.sha512", "/home/runner/.nuget/packages/azure.core.amqp/1.3.0/azure.core.amqp.1.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/azure.identity/1.10.3/azure.identity.1.10.3.nupkg.sha512", + "/home/runner/.nuget/packages/azure.identity/1.11.4/azure.identity.1.11.4.nupkg.sha512", "/home/runner/.nuget/packages/azure.messaging.servicebus/7.17.0/azure.messaging.servicebus.7.17.0.nupkg.sha512", - "/home/runner/.nuget/packages/dapper/2.1.35/dapper.2.1.35.nupkg.sha512", + "/home/runner/.nuget/packages/dapper/2.1.66/dapper.2.1.66.nupkg.sha512", "/home/runner/.nuget/packages/fluentvalidation/11.5.1/fluentvalidation.11.5.1.nupkg.sha512", "/home/runner/.nuget/packages/fluentvalidation.aspnetcore/11.3.0/fluentvalidation.aspnetcore.11.3.0.nupkg.sha512", "/home/runner/.nuget/packages/fluentvalidation.dependencyinjectionextensions/11.5.1/fluentvalidation.dependencyinjectionextensions.11.5.1.nupkg.sha512", - "/home/runner/.nuget/packages/fractions/7.2.1/fractions.7.2.1.nupkg.sha512", - "/home/runner/.nuget/packages/google.protobuf/3.28.3/google.protobuf.3.28.3.nupkg.sha512", - "/home/runner/.nuget/packages/grpc.aspnetcore.server/2.70.0/grpc.aspnetcore.server.2.70.0.nupkg.sha512", - "/home/runner/.nuget/packages/grpc.core.api/2.70.0/grpc.core.api.2.70.0.nupkg.sha512", - "/home/runner/.nuget/packages/grpc.net.common/2.70.0/grpc.net.common.2.70.0.nupkg.sha512", - "/home/runner/.nuget/packages/grpc.tools/2.68.1/grpc.tools.2.68.1.nupkg.sha512", + "/home/runner/.nuget/packages/fractions/7.3.0/fractions.7.3.0.nupkg.sha512", + "/home/runner/.nuget/packages/google.protobuf/3.33.1/google.protobuf.3.33.1.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.aspnetcore.server/2.71.0/grpc.aspnetcore.server.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.aspnetcore.server.clientfactory/2.71.0/grpc.aspnetcore.server.clientfactory.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.core.api/2.71.0/grpc.core.api.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.net.client/2.71.0/grpc.net.client.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.net.clientfactory/2.71.0/grpc.net.clientfactory.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.net.common/2.71.0/grpc.net.common.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.tools/2.76.0/grpc.tools.2.76.0.nupkg.sha512", "/home/runner/.nuget/packages/humanizer.core/2.14.1/humanizer.core.2.14.1.nupkg.sha512", - "/home/runner/.nuget/packages/identitymodel/5.2.0/identitymodel.5.2.0.nupkg.sha512", - "/home/runner/.nuget/packages/identitymodel.oidcclient/5.2.1/identitymodel.oidcclient.5.2.1.nupkg.sha512", - "/home/runner/.nuget/packages/kubernetesclient/12.1.1/kubernetesclient.12.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/kubernetesclient/17.0.14/kubernetesclient.17.0.14.nupkg.sha512", "/home/runner/.nuget/packages/libuv/1.9.1/libuv.1.9.1.nupkg.sha512", - "/home/runner/.nuget/packages/mediatr/11.1.0/mediatr.11.1.0.nupkg.sha512", - "/home/runner/.nuget/packages/mediatr.contracts/1.0.1/mediatr.contracts.1.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/mediatr.extensions.microsoft.dependencyinjection/11.1.0/mediatr.extensions.microsoft.dependencyinjection.11.1.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights/2.22.0/microsoft.applicationinsights.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.aspnetcore/2.22.0/microsoft.applicationinsights.aspnetcore.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.dependencycollector/2.22.0/microsoft.applicationinsights.dependencycollector.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.eventcountercollector/2.22.0/microsoft.applicationinsights.eventcountercollector.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.kubernetes/7.0.0/microsoft.applicationinsights.kubernetes.7.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.perfcountercollector/2.22.0/microsoft.applicationinsights.perfcountercollector.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.windowsserver/2.22.0/microsoft.applicationinsights.windowsserver.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.windowsserver.telemetrychannel/2.22.0/microsoft.applicationinsights.windowsserver.telemetrychannel.2.22.0.nupkg.sha512", + "/home/runner/.nuget/packages/mediatr/12.4.1/mediatr.12.4.1.nupkg.sha512", + "/home/runner/.nuget/packages/mediatr.contracts/2.0.1/mediatr.contracts.2.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights/2.23.0/microsoft.applicationinsights.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.aspnetcore/2.23.0/microsoft.applicationinsights.aspnetcore.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.dependencycollector/2.23.0/microsoft.applicationinsights.dependencycollector.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.eventcountercollector/2.23.0/microsoft.applicationinsights.eventcountercollector.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.kubernetes/8.0.0/microsoft.applicationinsights.kubernetes.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.perfcountercollector/2.23.0/microsoft.applicationinsights.perfcountercollector.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.windowsserver/2.23.0/microsoft.applicationinsights.windowsserver.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.windowsserver.telemetrychannel/2.23.0/microsoft.applicationinsights.windowsserver.telemetrychannel.2.23.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.aspnetcore.authentication.jwtbearer/9.0.0/microsoft.aspnetcore.authentication.jwtbearer.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.cryptography.internal/9.0.0/microsoft.aspnetcore.cryptography.internal.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.dataprotection/9.0.0/microsoft.aspnetcore.dataprotection.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.dataprotection.abstractions/9.0.0/microsoft.aspnetcore.dataprotection.abstractions.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.dataprotection.stackexchangeredis/9.0.0/microsoft.aspnetcore.dataprotection.stackexchangeredis.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.aspnetcore.healthchecks/1.0.0/microsoft.aspnetcore.healthchecks.1.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.aspnetcore.hosting/2.1.1/microsoft.aspnetcore.hosting.2.1.1.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.aspnetcore.hosting.abstractions/2.1.1/microsoft.aspnetcore.hosting.abstractions.2.1.1.nupkg.sha512", @@ -69,63 +78,64 @@ "/home/runner/.nuget/packages/microsoft.codeanalysis.workspaces.common/4.8.0/microsoft.codeanalysis.workspaces.common.4.8.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.codeanalysis.workspaces.msbuild/4.8.0/microsoft.codeanalysis.workspaces.msbuild.4.8.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.csharp/4.7.0/microsoft.csharp.4.7.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.data.sqlclient/5.2.0/microsoft.data.sqlclient.5.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.data.sqlclient/5.2.2/microsoft.data.sqlclient.5.2.2.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.data.sqlclient.sni.runtime/5.2.0/microsoft.data.sqlclient.sni.runtime.5.2.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.entityframeworkcore/9.0.0/microsoft.entityframeworkcore.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.entityframeworkcore.abstractions/9.0.0/microsoft.entityframeworkcore.abstractions.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.entityframeworkcore.analyzers/9.0.0/microsoft.entityframeworkcore.analyzers.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.entityframeworkcore.design/9.0.0/microsoft.entityframeworkcore.design.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.entityframeworkcore.inmemory/8.0.11/microsoft.entityframeworkcore.inmemory.8.0.11.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.entityframeworkcore.relational/9.0.0/microsoft.entityframeworkcore.relational.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.entityframeworkcore.sqlserver/9.0.0/microsoft.entityframeworkcore.sqlserver.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.apidescription.server/6.0.5/microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.caching.abstractions/9.0.0/microsoft.extensions.caching.abstractions.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.caching.memory/9.0.0/microsoft.extensions.caching.memory.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration/9.0.0/microsoft.extensions.configuration.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.abstractions/9.0.0/microsoft.extensions.configuration.abstractions.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration/9.0.2/microsoft.extensions.configuration.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.abstractions/9.0.7/microsoft.extensions.configuration.abstractions.9.0.7.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.configuration.azurekeyvault/3.1.24/microsoft.extensions.configuration.azurekeyvault.3.1.24.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.binder/9.0.0/microsoft.extensions.configuration.binder.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.commandline/9.0.0/microsoft.extensions.configuration.commandline.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.environmentvariables/9.0.0/microsoft.extensions.configuration.environmentvariables.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.fileextensions/9.0.0/microsoft.extensions.configuration.fileextensions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.json/9.0.0/microsoft.extensions.configuration.json.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.usersecrets/9.0.0/microsoft.extensions.configuration.usersecrets.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection/9.0.0/microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/9.0.0/microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.binder/9.0.2/microsoft.extensions.configuration.binder.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.commandline/9.0.2/microsoft.extensions.configuration.commandline.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.environmentvariables/9.0.2/microsoft.extensions.configuration.environmentvariables.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.fileextensions/9.0.2/microsoft.extensions.configuration.fileextensions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.json/9.0.2/microsoft.extensions.configuration.json.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.usersecrets/9.0.2/microsoft.extensions.configuration.usersecrets.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection/9.0.2/microsoft.extensions.dependencyinjection.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/9.0.2/microsoft.extensions.dependencyinjection.abstractions.9.0.2.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.dependencymodel/9.0.0/microsoft.extensions.dependencymodel.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.diagnosticadapter/3.1.27/microsoft.extensions.diagnosticadapter.3.1.27.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.diagnostics/9.0.0/microsoft.extensions.diagnostics.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.abstractions/9.0.0/microsoft.extensions.diagnostics.abstractions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks/8.0.0/microsoft.extensions.diagnostics.healthchecks.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks.abstractions/8.0.0/microsoft.extensions.diagnostics.healthchecks.abstractions.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.abstractions/9.0.0/microsoft.extensions.fileproviders.abstractions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.physical/9.0.0/microsoft.extensions.fileproviders.physical.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.filesystemglobbing/9.0.0/microsoft.extensions.filesystemglobbing.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnosticadapter/3.1.32/microsoft.extensions.diagnosticadapter.3.1.32.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics/9.0.2/microsoft.extensions.diagnostics.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.abstractions/9.0.2/microsoft.extensions.diagnostics.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks/9.0.0/microsoft.extensions.diagnostics.healthchecks.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks.abstractions/9.0.0/microsoft.extensions.diagnostics.healthchecks.abstractions.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.abstractions/9.0.2/microsoft.extensions.fileproviders.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.physical/9.0.2/microsoft.extensions.fileproviders.physical.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.filesystemglobbing/9.0.2/microsoft.extensions.filesystemglobbing.9.0.2.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.healthchecks/1.0.0/microsoft.extensions.healthchecks.1.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.hosting/9.0.0/microsoft.extensions.hosting.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.hosting.abstractions/9.0.0/microsoft.extensions.hosting.abstractions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.http/3.1.0/microsoft.extensions.http.3.1.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging/9.0.0/microsoft.extensions.logging.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.abstractions/9.0.0/microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.applicationinsights/2.22.0/microsoft.extensions.logging.applicationinsights.2.22.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.hosting/9.0.2/microsoft.extensions.hosting.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.hosting.abstractions/9.0.2/microsoft.extensions.hosting.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.http/8.0.0/microsoft.extensions.http.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging/9.0.2/microsoft.extensions.logging.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.abstractions/9.0.2/microsoft.extensions.logging.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.applicationinsights/2.23.0/microsoft.extensions.logging.applicationinsights.2.23.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.logging.azureappservices/9.0.0/microsoft.extensions.logging.azureappservices.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.configuration/9.0.0/microsoft.extensions.logging.configuration.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.console/9.0.0/microsoft.extensions.logging.console.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.debug/9.0.0/microsoft.extensions.logging.debug.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.eventlog/9.0.0/microsoft.extensions.logging.eventlog.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.eventsource/9.0.0/microsoft.extensions.logging.eventsource.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.objectpool/7.0.0/microsoft.extensions.objectpool.7.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.options/9.0.0/microsoft.extensions.options.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.options.configurationextensions/9.0.0/microsoft.extensions.options.configurationextensions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.primitives/9.0.0/microsoft.extensions.primitives.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identity.client/4.56.0/microsoft.identity.client.4.56.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identity.client.extensions.msal/4.56.0/microsoft.identity.client.extensions.msal.4.56.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.abstractions/8.0.1/microsoft.identitymodel.abstractions.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.configuration/9.0.2/microsoft.extensions.logging.configuration.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.console/9.0.2/microsoft.extensions.logging.console.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.debug/9.0.2/microsoft.extensions.logging.debug.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.eventlog/9.0.2/microsoft.extensions.logging.eventlog.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.eventsource/9.0.2/microsoft.extensions.logging.eventsource.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.objectpool/2.1.1/microsoft.extensions.objectpool.2.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.options/9.0.2/microsoft.extensions.options.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.options.configurationextensions/9.0.2/microsoft.extensions.options.configurationextensions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.primitives/9.0.7/microsoft.extensions.primitives.9.0.7.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identity.client/4.61.3/microsoft.identity.client.4.61.3.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identity.client.extensions.msal/4.61.3/microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.abstractions/8.6.0/microsoft.identitymodel.abstractions.8.6.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.identitymodel.clients.activedirectory/3.14.2/microsoft.identitymodel.clients.activedirectory.3.14.2.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.jsonwebtokens/8.0.1/microsoft.identitymodel.jsonwebtokens.8.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.logging/8.0.1/microsoft.identitymodel.logging.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.jsonwebtokens/8.6.0/microsoft.identitymodel.jsonwebtokens.8.6.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.logging/8.6.0/microsoft.identitymodel.logging.8.6.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.identitymodel.protocols/8.0.1/microsoft.identitymodel.protocols.8.0.1.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.identitymodel.protocols.openidconnect/8.0.1/microsoft.identitymodel.protocols.openidconnect.8.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.tokens/8.0.1/microsoft.identitymodel.tokens.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.tokens/8.6.0/microsoft.identitymodel.tokens.8.6.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.net.http.headers/2.1.1/microsoft.net.http.headers.2.1.1.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.netcore.app/1.0.5/microsoft.netcore.app.1.0.5.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.netcore.dotnethost/1.0.1/microsoft.netcore.dotnethost.1.0.1.nupkg.sha512", @@ -141,15 +151,16 @@ "/home/runner/.nuget/packages/microsoft.rest.clientruntime.azure/3.3.7/microsoft.rest.clientruntime.azure.3.3.7.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.sqlserver.server/1.0.0/microsoft.sqlserver.server.1.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.visualbasic/10.0.1/microsoft.visualbasic.10.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.web.librarymanager.build/3.0.71/microsoft.web.librarymanager.build.3.0.71.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.win32.primitives/4.3.0/microsoft.win32.primitives.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.win32.registry/4.7.0/microsoft.win32.registry.4.7.0.nupkg.sha512", "/home/runner/.nuget/packages/mono.texttemplating/3.0.0/mono.texttemplating.3.0.0.nupkg.sha512", "/home/runner/.nuget/packages/netstandard.library/1.6.1/netstandard.library.1.6.1.nupkg.sha512", - "/home/runner/.nuget/packages/newtonsoft.json/13.0.3/newtonsoft.json.13.0.3.nupkg.sha512", + "/home/runner/.nuget/packages/newtonsoft.json/13.0.4/newtonsoft.json.13.0.4.nupkg.sha512", "/home/runner/.nuget/packages/newtonsoft.json.bson/1.0.2/newtonsoft.json.bson.1.0.2.nupkg.sha512", - "/home/runner/.nuget/packages/polly/8.5.0/polly.8.5.0.nupkg.sha512", - "/home/runner/.nuget/packages/polly.core/8.5.0/polly.core.8.5.0.nupkg.sha512", - "/home/runner/.nuget/packages/prometheus-net/8.0.1/prometheus-net.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/pipelines.sockets.unofficial/2.2.8/pipelines.sockets.unofficial.2.2.8.nupkg.sha512", + "/home/runner/.nuget/packages/polly/8.6.5/polly.8.6.5.nupkg.sha512", + "/home/runner/.nuget/packages/polly.core/8.6.5/polly.core.8.6.5.nupkg.sha512", "/home/runner/.nuget/packages/rabbitmq.client/6.8.1/rabbitmq.client.6.8.1.nupkg.sha512", "/home/runner/.nuget/packages/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", @@ -173,18 +184,19 @@ "/home/runner/.nuget/packages/runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0/runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", "/home/runner/.nuget/packages/runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0/runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", "/home/runner/.nuget/packages/runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0/runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog/4.0.0/serilog.4.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.aspnetcore/8.0.3/serilog.aspnetcore.8.0.3.nupkg.sha512", + "/home/runner/.nuget/packages/serilog/4.2.0/serilog.4.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.aspnetcore/9.0.0/serilog.aspnetcore.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/serilog.enrichers.environment/3.0.1/serilog.enrichers.environment.3.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.extensions.hosting/8.0.0/serilog.extensions.hosting.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.extensions.logging/8.0.0/serilog.extensions.logging.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.formatting.compact/2.0.0/serilog.formatting.compact.2.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.settings.configuration/8.0.4/serilog.settings.configuration.8.0.4.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.console/6.0.0/serilog.sinks.console.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.debug/2.0.0/serilog.sinks.debug.2.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.file/5.0.0/serilog.sinks.file.5.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.http/9.0.0/serilog.sinks.http.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.seq/8.0.0/serilog.sinks.seq.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.extensions.hosting/9.0.0/serilog.extensions.hosting.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.extensions.logging/9.0.0/serilog.extensions.logging.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.formatting.compact/3.0.0/serilog.formatting.compact.3.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.settings.configuration/9.0.0/serilog.settings.configuration.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.console/6.1.1/serilog.sinks.console.6.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.debug/3.0.0/serilog.sinks.debug.3.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.file/7.0.0/serilog.sinks.file.7.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.http/9.2.0/serilog.sinks.http.9.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.seq/9.0.0/serilog.sinks.seq.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/stackexchange.redis/2.7.27/stackexchange.redis.2.7.27.nupkg.sha512", "/home/runner/.nuget/packages/swashbuckle.aspnetcore/7.2.0/swashbuckle.aspnetcore.7.2.0.nupkg.sha512", "/home/runner/.nuget/packages/swashbuckle.aspnetcore.newtonsoft/7.2.0/swashbuckle.aspnetcore.newtonsoft.7.2.0.nupkg.sha512", "/home/runner/.nuget/packages/swashbuckle.aspnetcore.swagger/7.2.0/swashbuckle.aspnetcore.swagger.7.2.0.nupkg.sha512", @@ -192,6 +204,7 @@ "/home/runner/.nuget/packages/swashbuckle.aspnetcore.swaggerui/7.2.0/swashbuckle.aspnetcore.swaggerui.7.2.0.nupkg.sha512", "/home/runner/.nuget/packages/system.appcontext/4.3.0/system.appcontext.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.buffers/4.5.0/system.buffers.4.5.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.clientmodel/1.0.0/system.clientmodel.1.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.codedom/6.0.0/system.codedom.6.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.collections/4.3.0/system.collections.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.collections.concurrent/4.3.0/system.collections.concurrent.4.3.0.nupkg.sha512", @@ -208,8 +221,8 @@ "/home/runner/.nuget/packages/system.console/4.3.0/system.console.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.data.sqlclient/4.8.6/system.data.sqlclient.4.8.6.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.debug/4.3.0/system.diagnostics.debug.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.diagnostics.diagnosticsource/8.0.1/system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/system.diagnostics.eventlog/9.0.0/system.diagnostics.eventlog.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.diagnostics.diagnosticsource/10.0.0/system.diagnostics.diagnosticsource.10.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.diagnostics.eventlog/9.0.2/system.diagnostics.eventlog.9.0.2.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.performancecounter/6.0.0/system.diagnostics.performancecounter.6.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.process/4.3.0/system.diagnostics.process.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.tools/4.3.0/system.diagnostics.tools.4.3.0.nupkg.sha512", @@ -219,12 +232,12 @@ "/home/runner/.nuget/packages/system.globalization/4.3.0/system.globalization.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.globalization.calendars/4.3.0/system.globalization.calendars.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.globalization.extensions/4.3.0/system.globalization.extensions.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.identitymodel.tokens.jwt/8.0.1/system.identitymodel.tokens.jwt.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/system.identitymodel.tokens.jwt/8.6.0/system.identitymodel.tokens.jwt.8.6.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io/4.3.0/system.io.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io.compression/4.3.0/system.io.compression.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io.compression.zipfile/4.3.0/system.io.compression.zipfile.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io.filesystem/4.3.0/system.io.filesystem.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.io.filesystem.accesscontrol/5.0.0/system.io.filesystem.accesscontrol.5.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.io.filesystem.accesscontrol/4.7.0/system.io.filesystem.accesscontrol.4.7.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io.filesystem.primitives/4.3.0/system.io.filesystem.primitives.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io.filesystem.watcher/4.0.0/system.io.filesystem.watcher.4.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io.memorymappedfiles/4.0.0/system.io.memorymappedfiles.4.0.0.nupkg.sha512", @@ -268,18 +281,20 @@ "/home/runner/.nuget/packages/system.runtime.numerics/4.3.0/system.runtime.numerics.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.runtime.serialization.json/4.0.2/system.runtime.serialization.json.4.0.2.nupkg.sha512", "/home/runner/.nuget/packages/system.runtime.serialization.primitives/4.1.1/system.runtime.serialization.primitives.4.1.1.nupkg.sha512", - "/home/runner/.nuget/packages/system.security.accesscontrol/5.0.0/system.security.accesscontrol.5.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.security.accesscontrol/4.7.0/system.security.accesscontrol.4.7.0.nupkg.sha512", "/home/runner/.nuget/packages/system.security.claims/4.0.1/system.security.claims.4.0.1.nupkg.sha512", "/home/runner/.nuget/packages/system.security.cryptography.algorithms/4.3.0/system.security.cryptography.algorithms.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.security.cryptography.cng/4.3.0/system.security.cryptography.cng.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.security.cryptography.csp/4.3.0/system.security.cryptography.csp.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.security.cryptography.encoding/4.3.0/system.security.cryptography.encoding.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.security.cryptography.openssl/4.3.0/system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.security.cryptography.pkcs/9.0.0/system.security.cryptography.pkcs.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.security.cryptography.primitives/4.3.0/system.security.cryptography.primitives.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.security.cryptography.protecteddata/8.0.0/system.security.cryptography.protecteddata.8.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.security.cryptography.x509certificates/4.3.0/system.security.cryptography.x509certificates.4.3.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.security.cryptography.xml/9.0.0/system.security.cryptography.xml.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.security.principal/4.0.1/system.security.principal.4.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/system.security.principal.windows/5.0.0/system.security.principal.windows.5.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.security.principal.windows/4.7.0/system.security.principal.windows.4.7.0.nupkg.sha512", "/home/runner/.nuget/packages/system.text.encoding/4.3.0/system.text.encoding.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.text.encoding.extensions/4.3.0/system.text.encoding.extensions.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.text.encodings.web/4.7.2/system.text.encodings.web.4.7.2.nupkg.sha512", @@ -300,7 +315,7 @@ "/home/runner/.nuget/packages/system.xml.xdocument/4.3.0/system.xml.xdocument.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.xml.xmldocument/4.0.1/system.xml.xmldocument.4.0.1.nupkg.sha512", "/home/runner/.nuget/packages/system.xml.xmlserializer/4.0.11/system.xml.xmlserializer.4.0.11.nupkg.sha512", - "/home/runner/.nuget/packages/yamldotnet/13.3.1/yamldotnet.13.3.1.nupkg.sha512" + "/home/runner/.nuget/packages/yamldotnet/16.3.0/yamldotnet.16.3.0.nupkg.sha512" ], "logs": [] } \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/Ordering.BackgroundTasks.csproj b/src/Services/Ordering/Ordering.BackgroundTasks/Ordering.BackgroundTasks.csproj index 0b489d10..7a5700b7 100644 --- a/src/Services/Ordering/Ordering.BackgroundTasks/Ordering.BackgroundTasks.csproj +++ b/src/Services/Ordering/Ordering.BackgroundTasks/Ordering.BackgroundTasks.csproj @@ -8,21 +8,49 @@ ..\..\..\.. - + - - - - - + + + + + + + + + + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + - + + + + + + + + + - - - - - + + + + + + + diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Autofac.Extensions.DependencyInjection.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Autofac.Extensions.DependencyInjection.dll deleted file mode 100755 index c15c4d48..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Autofac.Extensions.DependencyInjection.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Autofac.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Autofac.dll deleted file mode 100755 index f52b5eaf..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Autofac.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Azure.Core.Amqp.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Azure.Core.Amqp.dll deleted file mode 100755 index f43cf0a6..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Azure.Core.Amqp.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Azure.Core.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Azure.Core.dll deleted file mode 100755 index 98592ed2..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Azure.Core.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Azure.Identity.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Azure.Identity.dll deleted file mode 100755 index 4a32fd0d..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Azure.Identity.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Azure.Messaging.ServiceBus.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Azure.Messaging.ServiceBus.dll deleted file mode 100755 index c32a7cdc..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Azure.Messaging.ServiceBus.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Dapper.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Dapper.dll deleted file mode 100755 index 624ff7f3..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Dapper.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/EventBus.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/EventBus.dll deleted file mode 100644 index 3cc2a120..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/EventBus.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/EventBus.pdb b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/EventBus.pdb deleted file mode 100644 index 92c766cf..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/EventBus.pdb and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/EventBusRabbitMQ.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/EventBusRabbitMQ.dll deleted file mode 100644 index c9ef07f0..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/EventBusRabbitMQ.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/EventBusRabbitMQ.pdb b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/EventBusRabbitMQ.pdb deleted file mode 100644 index b7ae8626..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/EventBusRabbitMQ.pdb and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/EventBusServiceBus.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/EventBusServiceBus.dll deleted file mode 100644 index 86912710..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/EventBusServiceBus.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/EventBusServiceBus.pdb b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/EventBusServiceBus.pdb deleted file mode 100644 index f0bb368b..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/EventBusServiceBus.pdb and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/HealthChecks.AzureServiceBus.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/HealthChecks.AzureServiceBus.dll deleted file mode 100755 index 63b46633..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/HealthChecks.AzureServiceBus.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/HealthChecks.Rabbitmq.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/HealthChecks.Rabbitmq.dll deleted file mode 100755 index da377276..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/HealthChecks.Rabbitmq.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/HealthChecks.SqlServer.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/HealthChecks.SqlServer.dll deleted file mode 100755 index 4c495399..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/HealthChecks.SqlServer.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/HealthChecks.UI.Client.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/HealthChecks.UI.Client.dll deleted file mode 100755 index 005cb03b..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/HealthChecks.UI.Client.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/HealthChecks.UI.Core.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/HealthChecks.UI.Core.dll deleted file mode 100755 index 94b166c4..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/HealthChecks.UI.Core.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Azure.Amqp.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Azure.Amqp.dll deleted file mode 100755 index 6d5c4414..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Azure.Amqp.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Azure.ServiceBus.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Azure.ServiceBus.dll deleted file mode 100755 index 5b6af22c..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Azure.ServiceBus.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Azure.Services.AppAuthentication.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Azure.Services.AppAuthentication.dll deleted file mode 100755 index ef497490..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Azure.Services.AppAuthentication.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Bcl.AsyncInterfaces.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Bcl.AsyncInterfaces.dll deleted file mode 100755 index a5b7ff99..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Bcl.AsyncInterfaces.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Data.SqlClient.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Data.SqlClient.dll deleted file mode 100755 index 62203592..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Data.SqlClient.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll deleted file mode 100755 index 89055379..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Identity.Client.Extensions.Msal.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Identity.Client.Extensions.Msal.dll deleted file mode 100755 index 1a2779cf..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Identity.Client.Extensions.Msal.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Identity.Client.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Identity.Client.dll deleted file mode 100755 index eac2f913..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Identity.Client.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll deleted file mode 100755 index dfcb6320..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll deleted file mode 100755 index 08dd7824..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.dll deleted file mode 100755 index 19245c62..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll deleted file mode 100755 index 30b9c05b..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.IdentityModel.Logging.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.IdentityModel.Logging.dll deleted file mode 100755 index ce60b3c2..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.IdentityModel.Logging.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll deleted file mode 100755 index 57a9536b..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.dll deleted file mode 100755 index 9fd9ebf6..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.IdentityModel.Tokens.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.IdentityModel.Tokens.dll deleted file mode 100755 index da12e5fa..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.IdentityModel.Tokens.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.SqlServer.Server.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.SqlServer.Server.dll deleted file mode 100755 index ddeaa864..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.SqlServer.Server.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Newtonsoft.Json.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Newtonsoft.Json.dll deleted file mode 100755 index d035c38b..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Newtonsoft.Json.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Ordering.BackgroundTasks b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Ordering.BackgroundTasks deleted file mode 100755 index 8b70e1a6..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Ordering.BackgroundTasks and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Ordering.BackgroundTasks.deps.json b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Ordering.BackgroundTasks.deps.json deleted file mode 100644 index 1e454fc0..00000000 --- a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Ordering.BackgroundTasks.deps.json +++ /dev/null @@ -1,1053 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v9.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v9.0": { - "Ordering.BackgroundTasks/1.0.0": { - "dependencies": { - "AspNetCore.HealthChecks.AzureServiceBus": "8.0.1", - "AspNetCore.HealthChecks.Rabbitmq": "8.0.2", - "AspNetCore.HealthChecks.SqlServer": "8.0.2", - "AspNetCore.HealthChecks.UI.Client": "8.0.1", - "Autofac": "8.1.1", - "Autofac.Extensions.DependencyInjection": "10.0.0", - "Dapper": "2.1.35", - "EventBus": "1.0.0", - "EventBusRabbitMQ": "1.0.0", - "EventBusServiceBus": "1.0.0", - "Serilog.AspNetCore": "8.0.3", - "Serilog.Enrichers.Environment": "3.0.1", - "Serilog.Settings.Configuration": "8.0.4", - "Serilog.Sinks.Console": "6.0.0", - "Serilog.Sinks.Http": "9.0.0", - "Serilog.Sinks.Seq": "8.0.0" - }, - "runtime": { - "Ordering.BackgroundTasks.dll": {} - } - }, - "AspNetCore.HealthChecks.AzureServiceBus/8.0.1": { - "dependencies": { - "Azure.Messaging.ServiceBus": "7.17.0" - }, - "runtime": { - "lib/net6.0/HealthChecks.AzureServiceBus.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.0" - } - } - }, - "AspNetCore.HealthChecks.Rabbitmq/8.0.2": { - "dependencies": { - "RabbitMQ.Client": "6.8.1" - }, - "runtime": { - "lib/net6.0/HealthChecks.Rabbitmq.dll": { - "assemblyVersion": "8.0.2.0", - "fileVersion": "8.0.2.0" - } - } - }, - "AspNetCore.HealthChecks.SqlServer/8.0.2": { - "dependencies": { - "Microsoft.Data.SqlClient": "5.2.0" - }, - "runtime": { - "lib/net6.0/HealthChecks.SqlServer.dll": { - "assemblyVersion": "8.0.2.0", - "fileVersion": "8.0.2.0" - } - } - }, - "AspNetCore.HealthChecks.UI.Client/8.0.1": { - "dependencies": { - "AspNetCore.HealthChecks.UI.Core": "8.0.1" - }, - "runtime": { - "lib/net8.0/HealthChecks.UI.Client.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.0" - } - } - }, - "AspNetCore.HealthChecks.UI.Core/8.0.1": { - "runtime": { - "lib/net6.0/HealthChecks.UI.Core.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.0" - } - } - }, - "Autofac/8.1.1": { - "runtime": { - "lib/net8.0/Autofac.dll": { - "assemblyVersion": "8.1.1.0", - "fileVersion": "8.1.1.0" - } - } - }, - "Autofac.Extensions.DependencyInjection/10.0.0": { - "dependencies": { - "Autofac": "8.1.1" - }, - "runtime": { - "lib/net8.0/Autofac.Extensions.DependencyInjection.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "10.0.0.0" - } - } - }, - "Azure.Core/1.36.0": { - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "1.1.1", - "System.Memory.Data": "1.0.2" - }, - "runtime": { - "lib/net6.0/Azure.Core.dll": { - "assemblyVersion": "1.36.0.0", - "fileVersion": "1.3600.23.56006" - } - } - }, - "Azure.Core.Amqp/1.3.0": { - "dependencies": { - "Microsoft.Azure.Amqp": "2.6.3", - "System.Memory.Data": "1.0.2" - }, - "runtime": { - "lib/netstandard2.0/Azure.Core.Amqp.dll": { - "assemblyVersion": "1.3.0.0", - "fileVersion": "1.300.23.15207" - } - } - }, - "Azure.Identity/1.10.3": { - "dependencies": { - "Azure.Core": "1.36.0", - "Microsoft.Identity.Client": "4.56.0", - "Microsoft.Identity.Client.Extensions.Msal": "4.56.0", - "System.Security.Cryptography.ProtectedData": "8.0.0" - }, - "runtime": { - "lib/netstandard2.0/Azure.Identity.dll": { - "assemblyVersion": "1.10.3.0", - "fileVersion": "1.1000.323.51804" - } - } - }, - "Azure.Messaging.ServiceBus/7.17.0": { - "dependencies": { - "Azure.Core": "1.36.0", - "Azure.Core.Amqp": "1.3.0", - "Microsoft.Azure.Amqp": "2.6.3", - "Microsoft.Bcl.AsyncInterfaces": "1.1.1", - "System.Memory.Data": "1.0.2" - }, - "runtime": { - "lib/netstandard2.0/Azure.Messaging.ServiceBus.dll": { - "assemblyVersion": "7.17.0.0", - "fileVersion": "7.1700.23.56401" - } - } - }, - "Dapper/2.1.35": { - "runtime": { - "lib/net7.0/Dapper.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.1.35.13827" - } - } - }, - "Microsoft.Azure.Amqp/2.6.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.Azure.Amqp.dll": { - "assemblyVersion": "2.4.0.0", - "fileVersion": "2.6.3.0" - } - } - }, - "Microsoft.Azure.ServiceBus/5.2.0": { - "dependencies": { - "Microsoft.Azure.Amqp": "2.6.3", - "Microsoft.Azure.Services.AppAuthentication": "1.0.3", - "Newtonsoft.Json": "13.0.3", - "System.IdentityModel.Tokens.Jwt": "6.35.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": { - "assemblyVersion": "5.2.0.0", - "fileVersion": "5.200.21.55702" - } - } - }, - "Microsoft.Azure.Services.AppAuthentication/1.0.3": { - "dependencies": { - "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": { - "assemblyVersion": "1.0.3.0", - "fileVersion": "1.0.3.0" - } - } - }, - "Microsoft.Bcl.AsyncInterfaces/1.1.1": { - "runtime": { - "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "4.700.20.21406" - } - } - }, - "Microsoft.Data.SqlClient/5.2.0": { - "dependencies": { - "Azure.Identity": "1.10.3", - "Microsoft.Data.SqlClient.SNI.runtime": "5.2.0", - "Microsoft.Identity.Client": "4.56.0", - "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0", - "Microsoft.SqlServer.Server": "1.0.0", - "System.Configuration.ConfigurationManager": "8.0.0", - "System.Runtime.Caching": "8.0.0" - }, - "runtime": { - "lib/net8.0/Microsoft.Data.SqlClient.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.20.24059.2" - } - }, - "resources": { - "lib/net8.0/de/Microsoft.Data.SqlClient.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.Data.SqlClient.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.Data.SqlClient.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.Data.SqlClient.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.Data.SqlClient.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.Data.SqlClient.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pt-BR/Microsoft.Data.SqlClient.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.Data.SqlClient.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll": { - "locale": "zh-Hant" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.20.24059.2" - }, - "runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.20.24059.2" - } - } - }, - "Microsoft.Data.SqlClient.SNI.runtime/5.2.0": { - "runtimeTargets": { - "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-arm", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-arm64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "Microsoft.Extensions.DependencyModel/8.0.2": { - "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { - "assemblyVersion": "8.0.0.2", - "fileVersion": "8.0.1024.46610" - } - } - }, - "Microsoft.Identity.Client/4.56.0": { - "dependencies": { - "Microsoft.IdentityModel.Abstractions": "6.35.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Identity.Client.dll": { - "assemblyVersion": "4.56.0.0", - "fileVersion": "4.56.0.0" - } - } - }, - "Microsoft.Identity.Client.Extensions.Msal/4.56.0": { - "dependencies": { - "Microsoft.Identity.Client": "4.56.0", - "System.Security.Cryptography.ProtectedData": "8.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll": { - "assemblyVersion": "4.56.0.0", - "fileVersion": "4.56.0.0" - } - } - }, - "Microsoft.IdentityModel.Abstractions/6.35.0": { - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { - "assemblyVersion": "6.35.0.0", - "fileVersion": "6.35.0.41201" - } - } - }, - "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.2": { - "runtime": { - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": { - "assemblyVersion": "3.14.2.11", - "fileVersion": "3.14.40721.918" - }, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": { - "assemblyVersion": "3.14.2.11", - "fileVersion": "3.14.40721.918" - } - } - }, - "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { - "dependencies": { - "Microsoft.IdentityModel.Tokens": "6.35.0" - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { - "assemblyVersion": "6.35.0.0", - "fileVersion": "6.35.0.41201" - } - } - }, - "Microsoft.IdentityModel.Logging/6.35.0": { - "dependencies": { - "Microsoft.IdentityModel.Abstractions": "6.35.0" - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { - "assemblyVersion": "6.35.0.0", - "fileVersion": "6.35.0.41201" - } - } - }, - "Microsoft.IdentityModel.Protocols/6.35.0": { - "dependencies": { - "Microsoft.IdentityModel.Logging": "6.35.0", - "Microsoft.IdentityModel.Tokens": "6.35.0" - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { - "assemblyVersion": "6.35.0.0", - "fileVersion": "6.35.0.41201" - } - } - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { - "dependencies": { - "Microsoft.IdentityModel.Protocols": "6.35.0", - "System.IdentityModel.Tokens.Jwt": "6.35.0" - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { - "assemblyVersion": "6.35.0.0", - "fileVersion": "6.35.0.41201" - } - } - }, - "Microsoft.IdentityModel.Tokens/6.35.0": { - "dependencies": { - "Microsoft.IdentityModel.Logging": "6.35.0" - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { - "assemblyVersion": "6.35.0.0", - "fileVersion": "6.35.0.41201" - } - } - }, - "Microsoft.SqlServer.Server/1.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "Newtonsoft.Json/13.0.3": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" - } - } - }, - "Polly/8.5.0": { - "dependencies": { - "Polly.Core": "8.5.0" - }, - "runtime": { - "lib/net6.0/Polly.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.5.0.4130" - } - } - }, - "Polly.Core/8.5.0": { - "runtime": { - "lib/net8.0/Polly.Core.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.5.0.4130" - } - } - }, - "RabbitMQ.Client/6.8.1": { - "runtime": { - "lib/netstandard2.0/RabbitMQ.Client.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.8.1.0" - } - } - }, - "Serilog/4.0.0": { - "runtime": { - "lib/net8.0/Serilog.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.0.0.0" - } - } - }, - "Serilog.AspNetCore/8.0.3": { - "dependencies": { - "Serilog": "4.0.0", - "Serilog.Extensions.Hosting": "8.0.0", - "Serilog.Formatting.Compact": "2.0.0", - "Serilog.Settings.Configuration": "8.0.4", - "Serilog.Sinks.Console": "6.0.0", - "Serilog.Sinks.Debug": "2.0.0", - "Serilog.Sinks.File": "5.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.AspNetCore.dll": { - "assemblyVersion": "8.0.3.0", - "fileVersion": "8.0.3.0" - } - } - }, - "Serilog.Enrichers.Environment/3.0.1": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Enrichers.Environment.dll": { - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.0.0.0" - } - } - }, - "Serilog.Extensions.Hosting/8.0.0": { - "dependencies": { - "Serilog": "4.0.0", - "Serilog.Extensions.Logging": "8.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Extensions.Hosting.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "8.0.0.0" - } - } - }, - "Serilog.Extensions.Logging/8.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Extensions.Logging.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "8.0.0.0" - } - } - }, - "Serilog.Formatting.Compact/2.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net7.0/Serilog.Formatting.Compact.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.0" - } - } - }, - "Serilog.Settings.Configuration/8.0.4": { - "dependencies": { - "Microsoft.Extensions.DependencyModel": "8.0.2", - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Settings.Configuration.dll": { - "assemblyVersion": "8.0.4.0", - "fileVersion": "8.0.4.0" - } - } - }, - "Serilog.Sinks.Console/6.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Sinks.Console.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.0.0" - } - } - }, - "Serilog.Sinks.Debug/2.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.0" - } - } - }, - "Serilog.Sinks.File/5.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net5.0/Serilog.Sinks.File.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.0" - } - } - }, - "Serilog.Sinks.Http/9.0.0": { - "dependencies": { - "Serilog.Sinks.File": "5.0.0" - }, - "runtime": { - "lib/netstandard2.1/Serilog.Sinks.Http.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.0.0" - } - } - }, - "Serilog.Sinks.Seq/8.0.0": { - "dependencies": { - "Serilog": "4.0.0", - "Serilog.Sinks.File": "5.0.0" - }, - "runtime": { - "lib/net6.0/Serilog.Sinks.Seq.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.0.0" - } - } - }, - "System.Configuration.ConfigurationManager/8.0.0": { - "dependencies": { - "System.Security.Cryptography.ProtectedData": "8.0.0" - }, - "runtime": { - "lib/net8.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "System.IdentityModel.Tokens.Jwt/6.35.0": { - "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", - "Microsoft.IdentityModel.Tokens": "6.35.0" - }, - "runtime": { - "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { - "assemblyVersion": "6.35.0.0", - "fileVersion": "6.35.0.41201" - } - } - }, - "System.Memory.Data/1.0.2": { - "runtime": { - "lib/netstandard2.0/System.Memory.Data.dll": { - "assemblyVersion": "1.0.2.0", - "fileVersion": "1.0.221.20802" - } - } - }, - "System.Runtime.Caching/8.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "8.0.0" - }, - "runtime": { - "lib/net8.0/System.Runtime.Caching.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net8.0/System.Runtime.Caching.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "System.Security.Cryptography.ProtectedData/8.0.0": { - "runtime": { - "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "EventBus/1.0.0": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "EventBus.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "EventBusRabbitMQ/1.0.0": { - "dependencies": { - "Autofac": "8.1.1", - "EventBus": "1.0.0", - "Newtonsoft.Json": "13.0.3", - "Polly": "8.5.0", - "RabbitMQ.Client": "6.8.1" - }, - "runtime": { - "EventBusRabbitMQ.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "EventBusServiceBus/1.0.0": { - "dependencies": { - "Autofac": "8.1.1", - "EventBus": "1.0.0", - "Microsoft.Azure.ServiceBus": "5.2.0" - }, - "runtime": { - "EventBusServiceBus.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - } - } - }, - "libraries": { - "Ordering.BackgroundTasks/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "AspNetCore.HealthChecks.AzureServiceBus/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-67GttVESv92GIthFMNqLbWvnQr3AFujGGsydKUl51R7p+KETguIJ+yHGUSnLL8XEcIWO0pENO714WlAqmON8EQ==", - "path": "aspnetcore.healthchecks.azureservicebus/8.0.1", - "hashPath": "aspnetcore.healthchecks.azureservicebus.8.0.1.nupkg.sha512" - }, - "AspNetCore.HealthChecks.Rabbitmq/8.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A/29xmNWfssOY1zq1bWAaZPW/iJfBhJN+I737KKHQutzB0JFwAIKesjsUWN2BAJwqS/ciFMjNxvCDHtAgU0PIQ==", - "path": "aspnetcore.healthchecks.rabbitmq/8.0.2", - "hashPath": "aspnetcore.healthchecks.rabbitmq.8.0.2.nupkg.sha512" - }, - "AspNetCore.HealthChecks.SqlServer/8.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sTcVVq7/zhfUrSTs0WAktvPdpU1He/sj14gRTogq4eFhn0oImolxNNhJczkYMgFF92RMMW+O+rlcFO7HVOpfiQ==", - "path": "aspnetcore.healthchecks.sqlserver/8.0.2", - "hashPath": "aspnetcore.healthchecks.sqlserver.8.0.2.nupkg.sha512" - }, - "AspNetCore.HealthChecks.UI.Client/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nhC6KIoB/EtTbH3uGm2J6EHEUyTJuETUARFePbmrnA+zjbwsirzIVUQl46qIjvyPABhK0e7Rk+AxcRqC6zikqA==", - "path": "aspnetcore.healthchecks.ui.client/8.0.1", - "hashPath": "aspnetcore.healthchecks.ui.client.8.0.1.nupkg.sha512" - }, - "AspNetCore.HealthChecks.UI.Core/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Vn00MOJ1I0HSqyP7Bt9v0pr0AIgbrXMjL/KFwW+sRwLRogOtep8BWGimd8XYRCbCDLrAi7VSArU02f6pEIw69w==", - "path": "aspnetcore.healthchecks.ui.core/8.0.1", - "hashPath": "aspnetcore.healthchecks.ui.core.8.0.1.nupkg.sha512" - }, - "Autofac/8.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lhHjVB/XJtxPDUQ/FAHWAC7Spu+P9TNfDbyx2W0ABqD1eTRo7TkcZ7l7Oq1S5pKNg7NXswdk9uH73qbOzSwQFA==", - "path": "autofac/8.1.1", - "hashPath": "autofac.8.1.1.nupkg.sha512" - }, - "Autofac.Extensions.DependencyInjection/10.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZjR/onUlP7BzQ7VBBigQepWLAyAzi3VRGX3pP6sBqkPRiT61fsTZqbTpRUKxo30TMgbs1o3y6bpLbETix4SJog==", - "path": "autofac.extensions.dependencyinjection/10.0.0", - "hashPath": "autofac.extensions.dependencyinjection.10.0.0.nupkg.sha512" - }, - "Azure.Core/1.36.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vwqFZdHS4dzPlI7FFRkPx9ctA+aGGeRev3gnzG8lntWvKMmBhAmulABi1O9CEvS3/jzYt7yA+0pqVdxkpAd7dQ==", - "path": "azure.core/1.36.0", - "hashPath": "azure.core.1.36.0.nupkg.sha512" - }, - "Azure.Core.Amqp/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==", - "path": "azure.core.amqp/1.3.0", - "hashPath": "azure.core.amqp.1.3.0.nupkg.sha512" - }, - "Azure.Identity/1.10.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-l1Xm2MWOF2Mzcwuarlw8kWQXLZk3UeB55aQXVyjj23aBfDwOZ3gu5GP2kJ6KlmZeZv2TCzw7x4L3V36iNr3gww==", - "path": "azure.identity/1.10.3", - "hashPath": "azure.identity.1.10.3.nupkg.sha512" - }, - "Azure.Messaging.ServiceBus/7.17.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lpQXW+8IsTsCp8hvMIiqcp0oLYgxc79g7ALYUOOXiZy/3WORlaN237eNx0LCX40wTo7hLtdbVrmoUa+kIohGpg==", - "path": "azure.messaging.servicebus/7.17.0", - "hashPath": "azure.messaging.servicebus.7.17.0.nupkg.sha512" - }, - "Dapper/2.1.35": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YKRwjVfrG7GYOovlGyQoMvr1/IJdn+7QzNXJxyMh0YfFF5yvDmTYaJOVYWsckreNjGsGSEtrMTpnzxTUq/tZQw==", - "path": "dapper/2.1.35", - "hashPath": "dapper.2.1.35.nupkg.sha512" - }, - "Microsoft.Azure.Amqp/2.6.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iPbNNII4YZGkka7JQS0ZsZfZLcM7dwIoov/DyFiaemRqOTrdJCLgYnFBFhc/3TSh0ZI4/5TpxQPSPSckZ65jmA==", - "path": "microsoft.azure.amqp/2.6.3", - "hashPath": "microsoft.azure.amqp.2.6.3.nupkg.sha512" - }, - "Microsoft.Azure.ServiceBus/5.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==", - "path": "microsoft.azure.servicebus/5.2.0", - "hashPath": "microsoft.azure.servicebus.5.2.0.nupkg.sha512" - }, - "Microsoft.Azure.Services.AppAuthentication/1.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==", - "path": "microsoft.azure.services.appauthentication/1.0.3", - "hashPath": "microsoft.azure.services.appauthentication.1.0.3.nupkg.sha512" - }, - "Microsoft.Bcl.AsyncInterfaces/1.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==", - "path": "microsoft.bcl.asyncinterfaces/1.1.1", - "hashPath": "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512" - }, - "Microsoft.Data.SqlClient/5.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3alfyqRN3ELRtdvU1dGtLBRNQqprr3TJ0WrUJfMISPwg1nPUN2P3Lelah68IKWuV27Ceb7ig95hWNHFTSXfxMg==", - "path": "microsoft.data.sqlclient/5.2.0", - "hashPath": "microsoft.data.sqlclient.5.2.0.nupkg.sha512" - }, - "Microsoft.Data.SqlClient.SNI.runtime/5.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-po1jhvFd+8pbfvJR/puh+fkHi0GRanAdvayh/0e47yaM6CXWZ6opUjCMFuYlAnD2LcbyvQE7fPJKvogmaUcN+w==", - "path": "microsoft.data.sqlclient.sni.runtime/5.2.0", - "hashPath": "microsoft.data.sqlclient.sni.runtime.5.2.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyModel/8.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-mUBDZZRgZrSyFOsJ2qJJ9fXfqd/kXJwf3AiDoqLD9m6TjY5OO/vLNOb9fb4juC0487eq4hcGN/M2Rh/CKS7QYw==", - "path": "microsoft.extensions.dependencymodel/8.0.2", - "hashPath": "microsoft.extensions.dependencymodel.8.0.2.nupkg.sha512" - }, - "Microsoft.Identity.Client/4.56.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rr4zbidvHy9r4NvOAs5hdd964Ao2A0pAeFBJKR95u1CJAVzbd1p6tPTXUZ+5ld0cfThiVSGvz6UHwY6JjraTpA==", - "path": "microsoft.identity.client/4.56.0", - "hashPath": "microsoft.identity.client.4.56.0.nupkg.sha512" - }, - "Microsoft.Identity.Client.Extensions.Msal/4.56.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-H12YAzEGK55vZ+QpxUzozhW8ZZtgPDuWvgA0JbdIR9UhMUplj29JhIgE2imuH8W2Nw9D8JKygR1uxRFtpSNcrg==", - "path": "microsoft.identity.client.extensions.msal/4.56.0", - "hashPath": "microsoft.identity.client.extensions.msal.4.56.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Abstractions/6.35.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==", - "path": "microsoft.identitymodel.abstractions/6.35.0", - "hashPath": "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==", - "path": "microsoft.identitymodel.clients.activedirectory/3.14.2", - "hashPath": "microsoft.identitymodel.clients.activedirectory.3.14.2.nupkg.sha512" - }, - "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9wxai3hKgZUb4/NjdRKfQd0QJvtXKDlvmGMYACbEC8DFaicMFCFhQFZq9ZET1kJLwZahf2lfY5Gtcpsx8zYzbg==", - "path": "microsoft.identitymodel.jsonwebtokens/6.35.0", - "hashPath": "microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Logging/6.35.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jePrSfGAmqT81JDCNSY+fxVWoGuJKt9e6eJ+vT7+quVS55nWl//jGjUQn4eFtVKt4rt5dXaleZdHRB9J9AJZ7Q==", - "path": "microsoft.identitymodel.logging/6.35.0", - "hashPath": "microsoft.identitymodel.logging.6.35.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols/6.35.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BPQhlDzdFvv1PzaUxNSk+VEPwezlDEVADIKmyxubw7IiELK18uJ06RQ9QKKkds30XI+gDu9n8j24XQ8w7fjWcg==", - "path": "microsoft.identitymodel.protocols/6.35.0", - "hashPath": "microsoft.identitymodel.protocols.6.35.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LMtVqnECCCdSmyFoCOxIE5tXQqkOLrvGrL7OxHg41DIm1bpWtaCdGyVcTAfOQpJXvzND9zUKIN/lhngPkYR8vg==", - "path": "microsoft.identitymodel.protocols.openidconnect/6.35.0", - "hashPath": "microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Tokens/6.35.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RN7lvp7s3Boucg1NaNAbqDbxtlLj5Qeb+4uSS1TeK5FSBVM40P4DKaTKChT43sHyKfh7V0zkrMph6DdHvyA4bg==", - "path": "microsoft.identitymodel.tokens/6.35.0", - "hashPath": "microsoft.identitymodel.tokens.6.35.0.nupkg.sha512" - }, - "Microsoft.SqlServer.Server/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==", - "path": "microsoft.sqlserver.server/1.0.0", - "hashPath": "microsoft.sqlserver.server.1.0.0.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "path": "newtonsoft.json/13.0.3", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" - }, - "Polly/8.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GBNZPy7i7OpkaIruWPRJ0+AWzdGDQDnKY91b7Ic2aAch4lKhPjUc5KSffpH9krIWe0MoyghqaRxwRC0Uwz2PkA==", - "path": "polly/8.5.0", - "hashPath": "polly.8.5.0.nupkg.sha512" - }, - "Polly.Core/8.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VYYMZNitZ85UEhwOKkTQI63WEMvzUqwQc74I2mm8h/DBVAMcBBxqYPni4DmuRtbCwngmuONuK2yBJfWNRKzI+A==", - "path": "polly.core/8.5.0", - "hashPath": "polly.core.8.5.0.nupkg.sha512" - }, - "RabbitMQ.Client/6.8.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jNsmGgmCNw2S/NzskeN2ijtGywtH4Sk/G6jWUTD5sY9SrC27Xz6BsLIiB8hdsfjeyWCa4j4GvCIGkpE8wrjU1Q==", - "path": "rabbitmq.client/6.8.1", - "hashPath": "rabbitmq.client.6.8.1.nupkg.sha512" - }, - "Serilog/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2jDkUrSh5EofOp7Lx5Zgy0EB+7hXjjxE2ktTb1WVQmU00lDACR2TdROGKU0K1pDTBSJBN1PqgYpgOZF8mL7NJw==", - "path": "serilog/4.0.0", - "hashPath": "serilog.4.0.0.nupkg.sha512" - }, - "Serilog.AspNetCore/8.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Y5at41mc0OV982DEJslBKHd6uzcWO6POwR3QceJ6gtpMPxCzm4+FElGPF0RdaTD7MGsP6XXE05LMbSi0NO+sXg==", - "path": "serilog.aspnetcore/8.0.3", - "hashPath": "serilog.aspnetcore.8.0.3.nupkg.sha512" - }, - "Serilog.Enrichers.Environment/3.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9BqCE4C9FF+/rJb/CsQwe7oVf44xqkOvMwX//CUxvUR25lFL4tSS6iuxE5eW07quby1BAyAEP+vM6TWsnT3iqw==", - "path": "serilog.enrichers.environment/3.0.1", - "hashPath": "serilog.enrichers.environment.3.0.1.nupkg.sha512" - }, - "Serilog.Extensions.Hosting/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-db0OcbWeSCvYQkHWu6n0v40N4kKaTAXNjlM3BKvcbwvNzYphQFcBR+36eQ/7hMMwOkJvAyLC2a9/jNdUL5NjtQ==", - "path": "serilog.extensions.hosting/8.0.0", - "hashPath": "serilog.extensions.hosting.8.0.0.nupkg.sha512" - }, - "Serilog.Extensions.Logging/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YEAMWu1UnWgf1c1KP85l1SgXGfiVo0Rz6x08pCiPOIBt2Qe18tcZLvdBUuV5o1QHvrs8FAry9wTIhgBRtjIlEg==", - "path": "serilog.extensions.logging/8.0.0", - "hashPath": "serilog.extensions.logging.8.0.0.nupkg.sha512" - }, - "Serilog.Formatting.Compact/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ob6z3ikzFM3D1xalhFuBIK1IOWf+XrQq+H4KeH4VqBcPpNcmUgZlRQ2h3Q7wvthpdZBBoY86qZOI2LCXNaLlNA==", - "path": "serilog.formatting.compact/2.0.0", - "hashPath": "serilog.formatting.compact.2.0.0.nupkg.sha512" - }, - "Serilog.Settings.Configuration/8.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pkxvq0umBKK8IKFJc1aV5S/HGRG/NIxJ6FV42KaTPLfDmBOAbBUB1m5gqqlGxzEa1MgDDWtQlWJdHTSxVWNx+Q==", - "path": "serilog.settings.configuration/8.0.4", - "hashPath": "serilog.settings.configuration.8.0.4.nupkg.sha512" - }, - "Serilog.Sinks.Console/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fQGWqVMClCP2yEyTXPIinSr5c+CBGUvBybPxjAGcf7ctDhadFhrQw03Mv8rJ07/wR5PDfFjewf2LimvXCDzpbA==", - "path": "serilog.sinks.console/6.0.0", - "hashPath": "serilog.sinks.console.6.0.0.nupkg.sha512" - }, - "Serilog.Sinks.Debug/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Y6g3OBJ4JzTyyw16fDqtFcQ41qQAydnEvEqmXjhwhgjsnG/FaJ8GUqF5ldsC/bVkK8KYmqrPhDO+tm4dF6xx4A==", - "path": "serilog.sinks.debug/2.0.0", - "hashPath": "serilog.sinks.debug.2.0.0.nupkg.sha512" - }, - "Serilog.Sinks.File/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uwV5hdhWPwUH1szhO8PJpFiahqXmzPzJT/sOijH/kFgUx+cyoDTMM8MHD0adw9+Iem6itoibbUXHYslzXsLEAg==", - "path": "serilog.sinks.file/5.0.0", - "hashPath": "serilog.sinks.file.5.0.0.nupkg.sha512" - }, - "Serilog.Sinks.Http/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c246Bw1vXtvht/krwQXGwuZ4U2kKxRf8d9iaazZDodnOohTlRR4jZyQS/slWHSjJAj8ZDejCQcITnu+TkYmdFw==", - "path": "serilog.sinks.http/9.0.0", - "hashPath": "serilog.sinks.http.9.0.0.nupkg.sha512" - }, - "Serilog.Sinks.Seq/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-z5ig56/qzjkX6Fj4U/9m1g8HQaQiYPMZS4Uevtjg1I+WWzoGSf5t/E+6JbMP/jbZYhU63bA5NJN5y0x+qqx2Bw==", - "path": "serilog.sinks.seq/8.0.0", - "hashPath": "serilog.sinks.seq.8.0.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JlYi9XVvIREURRUlGMr1F6vOFLk7YSY4p1vHo4kX3tQ0AGrjqlRWHDi66ImHhy6qwXBG3BJ6Y1QlYQ+Qz6Xgww==", - "path": "system.configuration.configurationmanager/8.0.0", - "hashPath": "system.configuration.configurationmanager.8.0.0.nupkg.sha512" - }, - "System.IdentityModel.Tokens.Jwt/6.35.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yxGIQd3BFK7F6S62/7RdZk3C/mfwyVxvh6ngd1VYMBmbJ1YZZA9+Ku6suylVtso0FjI0wbElpJ0d27CdsyLpBQ==", - "path": "system.identitymodel.tokens.jwt/6.35.0", - "hashPath": "system.identitymodel.tokens.jwt.6.35.0.nupkg.sha512" - }, - "System.Memory.Data/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==", - "path": "system.memory.data/1.0.2", - "hashPath": "system.memory.data.1.0.2.nupkg.sha512" - }, - "System.Runtime.Caching/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4TmlmvGp4kzZomm7J2HJn6IIx0UUrQyhBDyb5O1XiunZlQImXW+B8b7W/sTPcXhSf9rp5NR5aDtQllwbB5elOQ==", - "path": "system.runtime.caching/8.0.0", - "hashPath": "system.runtime.caching.8.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+TUFINV2q2ifyXauQXRwy4CiBhqvDEDZeVJU7qfxya4aRYOKzVBpN+4acx25VcPB9ywUN6C0n8drWl110PhZEg==", - "path": "system.security.cryptography.protecteddata/8.0.0", - "hashPath": "system.security.cryptography.protecteddata.8.0.0.nupkg.sha512" - }, - "EventBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "EventBusRabbitMQ/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "EventBusServiceBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Ordering.BackgroundTasks.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Ordering.BackgroundTasks.dll deleted file mode 100644 index 1971dd87..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Ordering.BackgroundTasks.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Ordering.BackgroundTasks.pdb b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Ordering.BackgroundTasks.pdb deleted file mode 100644 index fd2fcaff..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Ordering.BackgroundTasks.pdb and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Ordering.BackgroundTasks.runtimeconfig.json b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Ordering.BackgroundTasks.runtimeconfig.json deleted file mode 100644 index 27e402f0..00000000 --- a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Ordering.BackgroundTasks.runtimeconfig.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net9.0", - "frameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "9.0.0" - }, - { - "name": "Microsoft.AspNetCore.App", - "version": "9.0.0" - } - ], - "configProperties": { - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Polly.Core.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Polly.Core.dll deleted file mode 100755 index 5df31b0b..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Polly.Core.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Polly.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Polly.dll deleted file mode 100755 index 69338063..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Polly.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/RabbitMQ.Client.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/RabbitMQ.Client.dll deleted file mode 100755 index 8ad562d9..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/RabbitMQ.Client.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Serilog.AspNetCore.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Serilog.AspNetCore.dll deleted file mode 100755 index 6c600139..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Serilog.AspNetCore.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Serilog.Enrichers.Environment.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Serilog.Enrichers.Environment.dll deleted file mode 100755 index af699261..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Serilog.Enrichers.Environment.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Serilog.Extensions.Hosting.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Serilog.Extensions.Hosting.dll deleted file mode 100755 index 2204d101..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Serilog.Extensions.Hosting.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Serilog.Extensions.Logging.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Serilog.Extensions.Logging.dll deleted file mode 100755 index f2f78c7b..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Serilog.Extensions.Logging.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Serilog.Formatting.Compact.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Serilog.Formatting.Compact.dll deleted file mode 100755 index 7174b834..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Serilog.Formatting.Compact.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Serilog.Settings.Configuration.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Serilog.Settings.Configuration.dll deleted file mode 100755 index 25692ac2..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Serilog.Settings.Configuration.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Serilog.Sinks.Console.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Serilog.Sinks.Console.dll deleted file mode 100755 index 96c89a0d..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Serilog.Sinks.Console.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Serilog.Sinks.Debug.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Serilog.Sinks.Debug.dll deleted file mode 100755 index 2bd024b1..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Serilog.Sinks.Debug.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Serilog.Sinks.File.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Serilog.Sinks.File.dll deleted file mode 100755 index 29dc2fd3..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Serilog.Sinks.File.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Serilog.Sinks.Http.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Serilog.Sinks.Http.dll deleted file mode 100755 index 932d8c6a..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Serilog.Sinks.Http.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Serilog.Sinks.Seq.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Serilog.Sinks.Seq.dll deleted file mode 100755 index 9919e7e5..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Serilog.Sinks.Seq.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Serilog.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Serilog.dll deleted file mode 100755 index 28c98dd3..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Serilog.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/System.Configuration.ConfigurationManager.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/System.Configuration.ConfigurationManager.dll deleted file mode 100755 index accdffe1..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/System.Configuration.ConfigurationManager.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll deleted file mode 100755 index 23110257..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/System.Memory.Data.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/System.Memory.Data.dll deleted file mode 100755 index 6f2a3e0a..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/System.Memory.Data.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/System.Runtime.Caching.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/System.Runtime.Caching.dll deleted file mode 100755 index 7395ccd7..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/System.Runtime.Caching.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/System.Security.Cryptography.ProtectedData.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/System.Security.Cryptography.ProtectedData.dll deleted file mode 100755 index 40f1b5a7..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/System.Security.Cryptography.ProtectedData.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/appsettings.Development.json b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/appsettings.Development.json deleted file mode 100644 index e203e940..00000000 --- a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/appsettings.Development.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Debug", - "System": "Information", - "Microsoft": "Information" - } - } -} diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/appsettings.json b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/appsettings.json deleted file mode 100644 index 88e5d685..00000000 --- a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/appsettings.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "ConnectionString": "Server=tcp:127.0.0.1,5433;Database=Microsoft.eShopOnContainers.Services.OrderingDb;User Id=sa;Password=Pass@word;", - "Serilog": { - "SeqServerUrl": null, - "LogstashgUrl": null, - "MinimumLevel": { - "Default": "Information", - "Override": { - "Microsoft": "Warning", - "Microsoft.eShopOnContainers": "Information", - "System": "Warning" - } - } - }, - "SubscriptionClientName": "BackgroundTasks", - "GracePeriodTime": "1", - "CheckUpdateTime": "1000", - "ApplicationInsights": { - "InstrumentationKey": "" - }, - "AzureServiceBusEnabled": false, - "EventBusRetryCount": 5, - "EventBusConnection": "", - "EventBusUserName": "", - "EventBusPassword": "" -} \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/de/Microsoft.Data.SqlClient.resources.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/de/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index 01c36015..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/de/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/es/Microsoft.Data.SqlClient.resources.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/es/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index de728e37..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/es/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/fr/Microsoft.Data.SqlClient.resources.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/fr/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index eea6fbbb..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/fr/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/it/Microsoft.Data.SqlClient.resources.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/it/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index be385907..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/it/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/ja/Microsoft.Data.SqlClient.resources.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/ja/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index 3796ff2a..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/ja/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/ko/Microsoft.Data.SqlClient.resources.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/ko/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index 31ff985c..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/ko/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/pt-BR/Microsoft.Data.SqlClient.resources.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/pt-BR/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index d027801b..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/pt-BR/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/ru/Microsoft.Data.SqlClient.resources.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/ru/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index df58fdf2..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/ru/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll deleted file mode 100755 index 512befd9..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll deleted file mode 100755 index ac47980a..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll deleted file mode 100755 index f45095ef..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll deleted file mode 100755 index 12b89005..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll deleted file mode 100755 index ec5ec135..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll deleted file mode 100755 index a4a18261..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/runtimes/win/lib/net8.0/System.Runtime.Caching.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/runtimes/win/lib/net8.0/System.Runtime.Caching.dll deleted file mode 100755 index 38b97a27..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/runtimes/win/lib/net8.0/System.Runtime.Caching.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index 9010602c..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll b/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index e382c132..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index 36203c72..00000000 --- a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net6.0/Ordering.BackgroundTasks.AssemblyInfo.cs b/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net6.0/Ordering.BackgroundTasks.AssemblyInfo.cs deleted file mode 100644 index 1c81c9b0..00000000 --- a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net6.0/Ordering.BackgroundTasks.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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: Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute("dotnet-Ordering.BackgroundTasks-9D3E1DD6-405B-447F-8AAB-1708B36D260E")] -[assembly: System.Reflection.AssemblyCompanyAttribute("Ordering.BackgroundTasks")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("Ordering.BackgroundTasks")] -[assembly: System.Reflection.AssemblyTitleAttribute("Ordering.BackgroundTasks")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net6.0/Ordering.BackgroundTasks.AssemblyInfoInputs.cache b/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net6.0/Ordering.BackgroundTasks.AssemblyInfoInputs.cache deleted file mode 100644 index 362b66d6..00000000 --- a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net6.0/Ordering.BackgroundTasks.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -d328b8d7e81921f5fd34bad93746c4cded2eac6e diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net6.0/Ordering.BackgroundTasks.GeneratedMSBuildEditorConfig.editorconfig b/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net6.0/Ordering.BackgroundTasks.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 71dde9da..00000000 --- a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net6.0/Ordering.BackgroundTasks.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,10 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = Ordering.BackgroundTasks -build_property.ProjectDir = /workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net6.0/Ordering.BackgroundTasks.assets.cache b/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net6.0/Ordering.BackgroundTasks.assets.cache deleted file mode 100644 index 7146a141..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net6.0/Ordering.BackgroundTasks.assets.cache and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net6.0/Ordering.BackgroundTasks.csproj.AssemblyReference.cache b/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net6.0/Ordering.BackgroundTasks.csproj.AssemblyReference.cache deleted file mode 100644 index abae4a6b..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net6.0/Ordering.BackgroundTasks.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs deleted file mode 100644 index af943994..00000000 --- a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = "")] diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net8.0/Ordering.BackgroundTasks.AssemblyInfo.cs b/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net8.0/Ordering.BackgroundTasks.AssemblyInfo.cs deleted file mode 100644 index bf10c504..00000000 --- a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net8.0/Ordering.BackgroundTasks.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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: Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute("dotnet-Ordering.BackgroundTasks-9D3E1DD6-405B-447F-8AAB-1708B36D260E")] -[assembly: System.Reflection.AssemblyCompanyAttribute("Ordering.BackgroundTasks")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0a77675f714bea9dc0df9dd0f5780d113235d59c")] -[assembly: System.Reflection.AssemblyProductAttribute("Ordering.BackgroundTasks")] -[assembly: System.Reflection.AssemblyTitleAttribute("Ordering.BackgroundTasks")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net8.0/Ordering.BackgroundTasks.AssemblyInfoInputs.cache b/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net8.0/Ordering.BackgroundTasks.AssemblyInfoInputs.cache deleted file mode 100644 index c4430b58..00000000 --- a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net8.0/Ordering.BackgroundTasks.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -9b708712fbafe18f347ff0c0eafb094ac92c595113acf106ea8d6a147842db53 diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net8.0/Ordering.BackgroundTasks.GeneratedMSBuildEditorConfig.editorconfig b/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net8.0/Ordering.BackgroundTasks.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 19a646e1..00000000 --- a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net8.0/Ordering.BackgroundTasks.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -is_global = true -build_property.TargetFramework = net8.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 -build_property.RootNamespace = Ordering.BackgroundTasks -build_property.ProjectDir = C:\Users\natyo\mslearn-microservices-devops-aspnet-core\src\Services\Ordering\Ordering.BackgroundTasks\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net8.0/Ordering.BackgroundTasks.assets.cache b/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net8.0/Ordering.BackgroundTasks.assets.cache deleted file mode 100644 index e03fd9e5..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net8.0/Ordering.BackgroundTasks.assets.cache and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net8.0/Ordering.BackgroundTasks.csproj.AssemblyReference.cache b/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net8.0/Ordering.BackgroundTasks.csproj.AssemblyReference.cache deleted file mode 100644 index 78f51e4c..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net8.0/Ordering.BackgroundTasks.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs deleted file mode 100644 index feda5e9f..00000000 --- a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0")] diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.02D635FF.Up2Date b/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.02D635FF.Up2Date deleted file mode 100644 index e69de29b..00000000 diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.AssemblyInfo.cs b/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.AssemblyInfo.cs deleted file mode 100644 index e8aeb235..00000000 --- a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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: Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute("dotnet-Ordering.BackgroundTasks-9D3E1DD6-405B-447F-8AAB-1708B36D260E")] -[assembly: System.Reflection.AssemblyCompanyAttribute("Ordering.BackgroundTasks")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+1a8b395ed18f8f26654475e19de22afa3d9975ee")] -[assembly: System.Reflection.AssemblyProductAttribute("Ordering.BackgroundTasks")] -[assembly: System.Reflection.AssemblyTitleAttribute("Ordering.BackgroundTasks")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.AssemblyInfoInputs.cache b/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.AssemblyInfoInputs.cache deleted file mode 100644 index f35b3ae2..00000000 --- a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -4fc3fbbfc30d1ce062e49bf57033c74326f0aa37263dd57a56afb44451e0ab5d diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.GeneratedMSBuildEditorConfig.editorconfig b/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 05cf5073..00000000 --- a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,17 +0,0 @@ -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 = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = Ordering.BackgroundTasks -build_property.ProjectDir = /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.EffectiveAnalysisLevelStyle = 9.0 -build_property.EnableCodeStyleSeverity = diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.assets.cache b/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.assets.cache index a99e770f..ca9c71a6 100644 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.assets.cache and b/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.assets.cache differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.csproj.AssemblyReference.cache b/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.csproj.AssemblyReference.cache deleted file mode 100644 index 5cf211a7..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.csproj.CoreCompileInputs.cache b/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.csproj.CoreCompileInputs.cache deleted file mode 100644 index 9e84f86d..00000000 --- a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -582ce74c8d2566a1d5e622648455874be2dbe52249c6f71554fb0ecce2a5799c diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.csproj.FileListAbsolute.txt b/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.csproj.FileListAbsolute.txt index 724005d4..bdca3ad4 100644 --- a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.csproj.FileListAbsolute.txt +++ b/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.csproj.FileListAbsolute.txt @@ -1,9 +1,3 @@ -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.csproj.AssemblyReference.cache -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.GeneratedMSBuildEditorConfig.editorconfig -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.AssemblyInfoInputs.cache -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.AssemblyInfo.cs -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.csproj.CoreCompileInputs.cache -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.sourcelink.json /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/appsettings.Development.json /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/appsettings.json /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Ordering.BackgroundTasks @@ -13,9 +7,14 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Ordering.BackgroundTasks.pdb /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/HealthChecks.AzureServiceBus.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/HealthChecks.Rabbitmq.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/HealthChecks.Redis.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/HealthChecks.SqlServer.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/HealthChecks.UI.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/HealthChecks.UI.Client.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/HealthChecks.UI.Core.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/HealthChecks.UI.Data.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/HealthChecks.UI.InMemory.Storage.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/HealthChecks.Uris.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Autofac.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Autofac.Extensions.DependencyInjection.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Azure.Core.dll @@ -23,12 +22,77 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Azure.Identity.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Azure.Messaging.ServiceBus.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Dapper.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/FluentValidation.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/FluentValidation.AspNetCore.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/FluentValidation.DependencyInjectionExtensions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Fractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Google.Protobuf.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Grpc.AspNetCore.Server.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Grpc.AspNetCore.Server.ClientFactory.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Grpc.Core.Api.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Grpc.Net.Client.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Grpc.Net.ClientFactory.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Grpc.Net.Common.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Humanizer.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/KubernetesClient.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/MediatR.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/MediatR.Contracts.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.ApplicationInsights.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.ApplicationInsights.AspNetCore.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.AI.DependencyCollector.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.AI.EventCounterCollector.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.ApplicationInsights.Kubernetes.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.AI.PerfCounterCollector.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.AI.WindowsServer.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.AI.ServerTelemetryChannel.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.AspNetCore.JsonPatch.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Azure.Amqp.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Azure.ServiceBus.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Azure.Services.AppAuthentication.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Bcl.AsyncInterfaces.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.CodeAnalysis.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.CodeAnalysis.CSharp.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.CodeAnalysis.Workspaces.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Data.SqlClient.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Abstractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Design.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.InMemory.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Relational.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Extensions.Configuration.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Extensions.Configuration.Binder.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Extensions.Configuration.Json.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Extensions.DependencyInjection.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Extensions.DiagnosticAdapter.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Extensions.Diagnostics.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Extensions.FileProviders.Physical.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Extensions.Hosting.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Extensions.Logging.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Extensions.Logging.Abstractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Extensions.Logging.ApplicationInsights.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Extensions.Logging.Configuration.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Extensions.Logging.Console.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Extensions.Logging.Debug.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Extensions.Logging.EventLog.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Extensions.Logging.EventSource.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Extensions.Options.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Extensions.Primitives.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Identity.Client.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.Identity.Client.Extensions.Msal.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll @@ -39,8 +103,12 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.IdentityModel.Tokens.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.OpenApi.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Microsoft.SqlServer.Server.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Mono.TextTemplating.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Newtonsoft.Json.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Newtonsoft.Json.Bson.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Pipelines.Sockets.Unofficial.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Polly.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Polly.Core.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/RabbitMQ.Client.dll @@ -56,11 +124,79 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Serilog.Sinks.File.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Serilog.Sinks.Http.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Serilog.Sinks.Seq.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/StackExchange.Redis.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Swashbuckle.AspNetCore.Swagger.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/System.ClientModel.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/System.CodeDom.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/System.Composition.AttributedModel.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/System.Composition.Convention.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/System.Composition.Hosting.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/System.Composition.Runtime.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/System.Composition.TypedParts.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/System.Configuration.ConfigurationManager.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/System.Diagnostics.DiagnosticSource.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/System.Diagnostics.EventLog.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/System.Diagnostics.PerformanceCounter.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/System.Memory.Data.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/System.Runtime.Caching.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/System.Security.Cryptography.ProtectedData.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/YamlDotNet.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/de/Microsoft.Data.SqlClient.resources.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/es/Microsoft.Data.SqlClient.resources.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/fr/Microsoft.Data.SqlClient.resources.dll @@ -77,6 +213,9 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/runtimes/win/lib/net8.0/System.Runtime.Caching.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/EventBus.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/EventBusRabbitMQ.dll @@ -84,6 +223,12 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/EventBusRabbitMQ.pdb /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/EventBusServiceBus.pdb /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/bin/Debug/net9.0/EventBus.pdb +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.csproj.AssemblyReference.cache +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.GeneratedMSBuildEditorConfig.editorconfig +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.AssemblyInfoInputs.cache +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.AssemblyInfo.cs +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.csproj.CoreCompileInputs.cache +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.sourcelink.json /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.02D635FF.Up2Date /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/refint/Ordering.BackgroundTasks.dll diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.dll b/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.dll deleted file mode 100644 index 1971dd87..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.genruntimeconfig.cache b/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.genruntimeconfig.cache deleted file mode 100644 index c8308566..00000000 --- a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -846f3d050e6612118a9113f2c5c528e3a2bdb376de2783c6c35c7724e1a7d14b diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.pdb b/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.pdb deleted file mode 100644 index fd2fcaff..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.pdb and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.sourcelink.json b/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.sourcelink.json deleted file mode 100644 index 66d5f078..00000000 --- a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/Ordering.BackgroundTasks.sourcelink.json +++ /dev/null @@ -1 +0,0 @@ -{"documents":{"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/1a8b395ed18f8f26654475e19de22afa3d9975ee/*"}} \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/apphost b/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/apphost deleted file mode 100755 index 8b70e1a6..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/apphost and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/ref/Ordering.BackgroundTasks.dll b/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/ref/Ordering.BackgroundTasks.dll deleted file mode 100644 index 7284336a..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/ref/Ordering.BackgroundTasks.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/refint/Ordering.BackgroundTasks.dll b/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/refint/Ordering.BackgroundTasks.dll deleted file mode 100644 index 7284336a..00000000 Binary files a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Debug/net9.0/refint/Ordering.BackgroundTasks.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Ordering.BackgroundTasks.csproj.nuget.dgspec.json b/src/Services/Ordering/Ordering.BackgroundTasks/obj/Ordering.BackgroundTasks.csproj.nuget.dgspec.json index 0d819578..c1d90217 100644 --- a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Ordering.BackgroundTasks.csproj.nuget.dgspec.json +++ b/src/Services/Ordering/Ordering.BackgroundTasks/obj/Ordering.BackgroundTasks.csproj.nuget.dgspec.json @@ -46,7 +46,7 @@ "dependencies": { "Newtonsoft.Json": { "target": "Package", - "version": "[13.0.3, )" + "version": "[13.0.4, )" } }, "imports": [ @@ -115,7 +115,7 @@ "dependencies": { "Autofac": { "target": "Package", - "version": "[8.1.1, )" + "version": "[9.0.0, )" }, "Microsoft.CSharp": { "target": "Package", @@ -123,15 +123,15 @@ }, "Microsoft.Extensions.Logging": { "target": "Package", - "version": "[9.0.0, )" + "version": "[9.0.2, )" }, "Newtonsoft.Json": { "target": "Package", - "version": "[13.0.3, )" + "version": "[13.0.4, )" }, "Polly": { "target": "Package", - "version": "[8.5.0, )" + "version": "[8.6.5, )" }, "RabbitMQ.Client": { "target": "Package", @@ -204,7 +204,7 @@ "dependencies": { "Autofac": { "target": "Package", - "version": "[8.1.1, )" + "version": "[9.0.0, )" }, "Microsoft.Azure.ServiceBus": { "target": "Package", @@ -216,7 +216,7 @@ }, "Microsoft.Extensions.Logging": { "target": "Package", - "version": "[9.0.0, )" + "version": "[9.0.2, )" } }, "imports": [ @@ -291,43 +291,137 @@ "dependencies": { "AspNetCore.HealthChecks.AzureServiceBus": { "target": "Package", - "version": "[8.0.1, )" + "version": "[9.0.0, )" }, "AspNetCore.HealthChecks.Rabbitmq": { "target": "Package", "version": "[8.0.2, )" }, + "AspNetCore.HealthChecks.Redis": { + "target": "Package", + "version": "[9.0.0, )" + }, "AspNetCore.HealthChecks.SqlServer": { "target": "Package", - "version": "[8.0.2, )" + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.UI": { + "target": "Package", + "version": "[9.0.0, )" }, "AspNetCore.HealthChecks.UI.Client": { "target": "Package", - "version": "[8.0.1, )" + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.UI.InMemory.Storage": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.Uris": { + "target": "Package", + "version": "[9.0.0, )" }, "Autofac": { "target": "Package", - "version": "[8.1.1, )" + "version": "[9.0.0, )" }, "Autofac.Extensions.DependencyInjection": { "target": "Package", - "version": "[10.0.0, )" + "version": "[9.0.0, )" }, "Dapper": { "target": "Package", - "version": "[2.1.35, )" + "version": "[2.1.66, )" + }, + "FluentValidation.AspNetCore": { + "target": "Package", + "version": "[11.3.0, )" + }, + "Google.Protobuf": { + "target": "Package", + "version": "[3.33.1, )" + }, + "Grpc.AspNetCore.Server": { + "target": "Package", + "version": "[2.71.0, )" + }, + "Grpc.AspNetCore.Server.ClientFactory": { + "target": "Package", + "version": "[2.71.0, )" + }, + "Grpc.Net.Client": { + "target": "Package", + "version": "[2.71.0, )" + }, + "Grpc.Tools": { + "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", + "suppressParent": "All", + "target": "Package", + "version": "[2.76.0, )" + }, + "MediatR": { + "target": "Package", + "version": "[12.4.1, )" + }, + "Microsoft.ApplicationInsights.AspNetCore": { + "target": "Package", + "version": "[2.23.0, )" + }, + "Microsoft.ApplicationInsights.DependencyCollector": { + "target": "Package", + "version": "[2.23.0, )" + }, + "Microsoft.ApplicationInsights.Kubernetes": { + "target": "Package", + "version": "[8.0.0, )" + }, + "Microsoft.AspNetCore.DataProtection.StackExchangeRedis": { + "target": "Package", + "version": "[9.0.0, )" }, "Microsoft.AspNetCore.Diagnostics.HealthChecks": { "target": "Package", "version": "[2.2.0, )" }, + "Microsoft.Extensions.Diagnostics.HealthChecks": { + "target": "Package", + "version": "[9.0.0, )" + }, "Microsoft.Extensions.Hosting": { + "target": "Package", + "version": "[9.0.2, )" + }, + "Microsoft.Extensions.Logging": { + "target": "Package", + "version": "[9.0.2, )" + }, + "Microsoft.Extensions.Logging.Abstractions": { + "target": "Package", + "version": "[9.0.2, )" + }, + "Microsoft.Extensions.Logging.AzureAppServices": { "target": "Package", "version": "[9.0.0, )" }, + "Microsoft.Web.LibraryManager.Build": { + "target": "Package", + "version": "[3.0.71, )" + }, + "Newtonsoft.Json": { + "target": "Package", + "version": "[13.0.4, )" + }, + "Polly": { + "target": "Package", + "version": "[8.6.5, )" + }, + "RabbitMQ.Client": { + "target": "Package", + "version": "[6.8.1, )" + }, "Serilog.AspNetCore": { "target": "Package", - "version": "[8.0.3, )" + "version": "[9.0.0, )" }, "Serilog.Enrichers.Environment": { "target": "Package", @@ -335,19 +429,27 @@ }, "Serilog.Settings.Configuration": { "target": "Package", - "version": "[8.0.4, )" + "version": "[9.0.0, )" }, "Serilog.Sinks.Console": { "target": "Package", - "version": "[6.0.0, )" + "version": "[6.1.1, )" }, "Serilog.Sinks.Http": { "target": "Package", - "version": "[9.0.0, )" + "version": "[9.2.0, )" }, "Serilog.Sinks.Seq": { "target": "Package", - "version": "[8.0.0, )" + "version": "[9.0.0, )" + }, + "Swashbuckle.AspNetCore": { + "target": "Package", + "version": "[7.2.0, )" + }, + "Swashbuckle.AspNetCore.Newtonsoft": { + "target": "Package", + "version": "[7.2.0, )" } }, "imports": [ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Ordering.BackgroundTasks.csproj.nuget.g.props b/src/Services/Ordering/Ordering.BackgroundTasks/obj/Ordering.BackgroundTasks.csproj.nuget.g.props index db454473..06df83e9 100644 --- a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Ordering.BackgroundTasks.csproj.nuget.g.props +++ b/src/Services/Ordering/Ordering.BackgroundTasks/obj/Ordering.BackgroundTasks.csproj.nuget.g.props @@ -13,6 +13,17 @@ - + + + + + + + + /home/runner/.nuget/packages/microsoft.extensions.apidescription.server/6.0.5 + /home/runner/.nuget/packages/microsoft.web.librarymanager.build/3.0.71 + /home/runner/.nuget/packages/microsoft.codeanalysis.analyzers/3.3.3 + /home/runner/.nuget/packages/grpc.tools/2.76.0 + \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Ordering.BackgroundTasks.csproj.nuget.g.targets b/src/Services/Ordering/Ordering.BackgroundTasks/obj/Ordering.BackgroundTasks.csproj.nuget.g.targets index 50a6f608..a5e030b7 100644 --- a/src/Services/Ordering/Ordering.BackgroundTasks/obj/Ordering.BackgroundTasks.csproj.nuget.g.targets +++ b/src/Services/Ordering/Ordering.BackgroundTasks/obj/Ordering.BackgroundTasks.csproj.nuget.g.targets @@ -1,9 +1,13 @@  - - - - + + + + + + + + \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/obj/project.assets.json b/src/Services/Ordering/Ordering.BackgroundTasks/obj/project.assets.json index 54e959b9..7925debb 100644 --- a/src/Services/Ordering/Ordering.BackgroundTasks/obj/project.assets.json +++ b/src/Services/Ordering/Ordering.BackgroundTasks/obj/project.assets.json @@ -2,19 +2,19 @@ "version": 3, "targets": { "net9.0": { - "AspNetCore.HealthChecks.AzureServiceBus/8.0.1": { + "AspNetCore.HealthChecks.AzureServiceBus/9.0.0": { "type": "package", "dependencies": { "Azure.Messaging.ServiceBus": "7.17.0", - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0" + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11" }, "compile": { - "lib/net6.0/HealthChecks.AzureServiceBus.dll": { + "lib/net8.0/HealthChecks.AzureServiceBus.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/HealthChecks.AzureServiceBus.dll": { + "lib/net8.0/HealthChecks.AzureServiceBus.dll": { "related": ".xml" } } @@ -36,28 +36,66 @@ } } }, - "AspNetCore.HealthChecks.SqlServer/8.0.2": { + "AspNetCore.HealthChecks.Redis/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Data.SqlClient": "5.2.0", - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0" + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11", + "StackExchange.Redis": "2.7.4" }, "compile": { - "lib/net6.0/HealthChecks.SqlServer.dll": { + "lib/net8.0/HealthChecks.Redis.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/HealthChecks.SqlServer.dll": { + "lib/net8.0/HealthChecks.Redis.dll": { "related": ".xml" } } }, - "AspNetCore.HealthChecks.UI.Client/8.0.1": { + "AspNetCore.HealthChecks.SqlServer/9.0.0": { "type": "package", "dependencies": { - "AspNetCore.HealthChecks.UI.Core": "8.0.1", - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0" + "Microsoft.Data.SqlClient": "5.2.2", + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11" + }, + "compile": { + "lib/net8.0/HealthChecks.SqlServer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/HealthChecks.SqlServer.dll": { + "related": ".xml" + } + } + }, + "AspNetCore.HealthChecks.UI/9.0.0": { + "type": "package", + "dependencies": { + "AspNetCore.HealthChecks.UI.Data": "9.0.0", + "KubernetesClient": "15.0.1", + "Microsoft.EntityFrameworkCore.Design": "8.0.11", + "Microsoft.Extensions.Http": "8.0.0" + }, + "compile": { + "lib/net8.0/HealthChecks.UI.dll": { + "related": ".runtimeconfig.json;.xml" + } + }, + "runtime": { + "lib/net8.0/HealthChecks.UI.dll": { + "related": ".runtimeconfig.json;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "AspNetCore.HealthChecks.UI.Client/9.0.0": { + "type": "package", + "dependencies": { + "AspNetCore.HealthChecks.UI.Core": "9.0.0" }, "compile": { "lib/net8.0/HealthChecks.UI.Client.dll": { @@ -73,27 +111,77 @@ "Microsoft.AspNetCore.App" ] }, - "AspNetCore.HealthChecks.UI.Core/8.0.1": { + "AspNetCore.HealthChecks.UI.Core/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0" + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11" + }, + "compile": { + "lib/net8.0/HealthChecks.UI.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/HealthChecks.UI.Core.dll": { + "related": ".xml" + } + } + }, + "AspNetCore.HealthChecks.UI.Data/9.0.0": { + "type": "package", + "dependencies": { + "AspNetCore.HealthChecks.UI.Core": "9.0.0", + "Microsoft.EntityFrameworkCore": "8.0.0" + }, + "compile": { + "lib/net8.0/HealthChecks.UI.Data.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/HealthChecks.UI.Data.dll": { + "related": ".xml" + } + } + }, + "AspNetCore.HealthChecks.UI.InMemory.Storage/9.0.0": { + "type": "package", + "dependencies": { + "AspNetCore.HealthChecks.UI.Data": "9.0.0", + "Microsoft.EntityFrameworkCore.InMemory": "8.0.11" + }, + "compile": { + "lib/net8.0/HealthChecks.UI.InMemory.Storage.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/HealthChecks.UI.InMemory.Storage.dll": { + "related": ".xml" + } + } + }, + "AspNetCore.HealthChecks.Uris/9.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11", + "Microsoft.Extensions.Http": "8.0.0" }, "compile": { - "lib/net6.0/HealthChecks.UI.Core.dll": { + "lib/net8.0/HealthChecks.Uris.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/HealthChecks.UI.Core.dll": { + "lib/net8.0/HealthChecks.Uris.dll": { "related": ".xml" } } }, - "Autofac/8.1.1": { + "Autofac/9.0.0": { "type": "package", "dependencies": { - "System.Diagnostics.DiagnosticSource": "8.0.1" + "System.Diagnostics.DiagnosticSource": "10.0.0" }, "compile": { "lib/net8.0/Autofac.dll": { @@ -106,11 +194,11 @@ } } }, - "Autofac.Extensions.DependencyInjection/10.0.0": { + "Autofac.Extensions.DependencyInjection/9.0.0": { "type": "package", "dependencies": { - "Autofac": "8.1.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1" + "Autofac": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" }, "compile": { "lib/net8.0/Autofac.Extensions.DependencyInjection.dll": { @@ -123,10 +211,11 @@ } } }, - "Azure.Core/1.36.0": { + "Azure.Core/1.38.0": { "type": "package", "dependencies": { "Microsoft.Bcl.AsyncInterfaces": "1.1.1", + "System.ClientModel": "1.0.0", "System.Diagnostics.DiagnosticSource": "6.0.1", "System.Memory.Data": "1.0.2", "System.Numerics.Vectors": "4.5.0", @@ -163,12 +252,12 @@ } } }, - "Azure.Identity/1.10.3": { + "Azure.Identity/1.11.4": { "type": "package", "dependencies": { - "Azure.Core": "1.35.0", - "Microsoft.Identity.Client": "4.56.0", - "Microsoft.Identity.Client.Extensions.Msal": "4.56.0", + "Azure.Core": "1.38.0", + "Microsoft.Identity.Client": "4.61.3", + "Microsoft.Identity.Client.Extensions.Msal": "4.61.3", "System.Memory": "4.5.4", "System.Security.Cryptography.ProtectedData": "4.7.0", "System.Text.Json": "4.7.2", @@ -205,3168 +294,5578 @@ } } }, - "Dapper/2.1.35": { + "Dapper/2.1.66": { "type": "package", "compile": { - "lib/net7.0/Dapper.dll": { + "lib/net8.0/Dapper.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Dapper.dll": { + "lib/net8.0/Dapper.dll": { "related": ".xml" } } }, - "Microsoft.AspNetCore.Diagnostics.HealthChecks/2.2.0": { + "FluentValidation/11.5.1": { "type": "package", - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.2.0", - "Microsoft.Extensions.Diagnostics.HealthChecks": "2.2.0", - "Microsoft.Extensions.Options": "2.2.0", - "Microsoft.Net.Http.Headers": "2.2.0" - }, "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll": {} + "lib/net7.0/FluentValidation.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll": {} + "lib/net7.0/FluentValidation.dll": { + "related": ".xml" + } } }, - "Microsoft.AspNetCore.Http.Abstractions/2.2.0": { + "FluentValidation.AspNetCore/11.3.0": { "type": "package", "dependencies": { - "Microsoft.AspNetCore.Http.Features": "2.2.0", - "System.Text.Encodings.Web": "4.5.0" + "FluentValidation": "11.5.1", + "FluentValidation.DependencyInjectionExtensions": "11.5.1" }, "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll": {} + "lib/net6.0/FluentValidation.AspNetCore.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll": {} - } + "lib/net6.0/FluentValidation.AspNetCore.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] }, - "Microsoft.AspNetCore.Http.Features/2.2.0": { + "FluentValidation.DependencyInjectionExtensions/11.5.1": { "type": "package", "dependencies": { - "Microsoft.Extensions.Primitives": "2.2.0" + "FluentValidation": "11.5.1", + "Microsoft.Extensions.Dependencyinjection.Abstractions": "2.1.0" }, "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll": {} + "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll": {} + "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.dll": { + "related": ".xml" + } } }, - "Microsoft.Azure.Amqp/2.6.3": { + "Fractions/7.3.0": { "type": "package", "compile": { - "lib/netstandard2.0/Microsoft.Azure.Amqp.dll": { + "lib/netstandard2.1/Fractions.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Azure.Amqp.dll": { + "lib/netstandard2.1/Fractions.dll": { "related": ".xml" } } }, - "Microsoft.Azure.ServiceBus/5.2.0": { + "Google.Protobuf/3.33.1": { "type": "package", - "dependencies": { - "Microsoft.Azure.Amqp": "2.4.11", - "Microsoft.Azure.Services.AppAuthentication": "[1.0.3, 2.0.0)", - "Newtonsoft.Json": "10.0.3", - "System.Diagnostics.DiagnosticSource": "4.5.1", - "System.IdentityModel.Tokens.Jwt": "5.4.0" - }, "compile": { - "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": {} + "lib/net5.0/Google.Protobuf.dll": { + "related": ".pdb;.xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": {} + "lib/net5.0/Google.Protobuf.dll": { + "related": ".pdb;.xml" + } } }, - "Microsoft.Azure.Services.AppAuthentication/1.0.3": { + "Grpc.AspNetCore.Server/2.71.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2", - "NETStandard.Library": "1.6.1", - "System.Diagnostics.Process": "4.3.0" + "Grpc.Net.Common": "2.71.0" }, "compile": { - "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": { - "related": ".runtimeconfig.json" + "lib/net9.0/Grpc.AspNetCore.Server.dll": { + "related": ".pdb;.xml" } }, "runtime": { - "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": { - "related": ".runtimeconfig.json" + "lib/net9.0/Grpc.AspNetCore.Server.dll": { + "related": ".pdb;.xml" } }, - "build": { - "build/_._": {} - } + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] }, - "Microsoft.Bcl.AsyncInterfaces/1.1.1": { + "Grpc.AspNetCore.Server.ClientFactory/2.71.0": { "type": "package", + "dependencies": { + "Grpc.AspNetCore.Server": "2.71.0", + "Grpc.Net.ClientFactory": "2.71.0" + }, "compile": { - "ref/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {} + "lib/net9.0/Grpc.AspNetCore.Server.ClientFactory.dll": { + "related": ".pdb;.xml" + } }, "runtime": { - "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {} - } + "lib/net9.0/Grpc.AspNetCore.Server.ClientFactory.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] }, - "Microsoft.CSharp/4.7.0": { + "Grpc.Core.Api/2.71.0": { "type": "package", "compile": { - "ref/netcoreapp2.0/_._": {} + "lib/netstandard2.1/Grpc.Core.Api.dll": { + "related": ".pdb;.xml" + } }, "runtime": { - "lib/netcoreapp2.0/_._": {} + "lib/netstandard2.1/Grpc.Core.Api.dll": { + "related": ".pdb;.xml" + } } }, - "Microsoft.Data.SqlClient/5.2.0": { + "Grpc.Net.Client/2.71.0": { "type": "package", "dependencies": { - "Azure.Identity": "1.10.3", - "Microsoft.Data.SqlClient.SNI.runtime": "5.2.0", - "Microsoft.Identity.Client": "4.56.0", - "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0", - "Microsoft.SqlServer.Server": "1.0.0", - "System.Configuration.ConfigurationManager": "8.0.0", - "System.Runtime.Caching": "8.0.0" + "Grpc.Net.Common": "2.71.0", + "Microsoft.Extensions.Logging.Abstractions": "6.0.0" }, "compile": { - "ref/net8.0/Microsoft.Data.SqlClient.dll": { - "related": ".xml" + "lib/net8.0/Grpc.Net.Client.dll": { + "related": ".pdb;.xml" } }, "runtime": { - "lib/net8.0/Microsoft.Data.SqlClient.dll": { - "related": ".xml" - } - }, - "resource": { - "lib/net8.0/de/Microsoft.Data.SqlClient.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.Data.SqlClient.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.Data.SqlClient.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.Data.SqlClient.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.Data.SqlClient.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.Data.SqlClient.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pt-BR/Microsoft.Data.SqlClient.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.Data.SqlClient.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll": { - "locale": "zh-Hant" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll": { - "assetType": "runtime", - "rid": "win" + "lib/net8.0/Grpc.Net.Client.dll": { + "related": ".pdb;.xml" } } }, - "Microsoft.Data.SqlClient.SNI.runtime/5.2.0": { + "Grpc.Net.ClientFactory/2.71.0": { "type": "package", - "runtimeTargets": { - "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { - "assetType": "native", - "rid": "win-arm" - }, - "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { - "assetType": "native", - "rid": "win-arm64" - }, - "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { - "assetType": "native", - "rid": "win-x64" - }, - "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { - "assetType": "native", - "rid": "win-x86" + "dependencies": { + "Grpc.Net.Client": "2.71.0", + "Microsoft.Extensions.Http": "6.0.0" + }, + "compile": { + "lib/net8.0/Grpc.Net.ClientFactory.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net8.0/Grpc.Net.ClientFactory.dll": { + "related": ".pdb;.xml" } } }, - "Microsoft.Extensions.Configuration/9.0.0": { + "Grpc.Net.Common/2.71.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Grpc.Core.Api": "2.71.0" }, "compile": { - "lib/net9.0/Microsoft.Extensions.Configuration.dll": { - "related": ".xml" + "lib/net8.0/Grpc.Net.Common.dll": { + "related": ".pdb;.xml" } }, "runtime": { - "lib/net9.0/Microsoft.Extensions.Configuration.dll": { - "related": ".xml" + "lib/net8.0/Grpc.Net.Common.dll": { + "related": ".pdb;.xml" } - }, + } + }, + "Grpc.Tools/2.76.0": { + "type": "package", "build": { - "buildTransitive/net8.0/_._": {} + "build/Grpc.Tools.props": {}, + "build/Grpc.Tools.targets": {} } }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { + "Humanizer.Core/2.14.1": { "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - }, "compile": { - "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "lib/net6.0/Humanizer.dll": { "related": ".xml" } }, "runtime": { - "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "lib/net6.0/Humanizer.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { + "KubernetesClient/17.0.14": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" + "Fractions": "7.3.0", + "YamlDotNet": "16.3.0" }, "compile": { - "lib/net9.0/Microsoft.Extensions.Configuration.Binder.dll": { - "related": ".xml" + "lib/net9.0/KubernetesClient.dll": { + "related": ".pdb;.xml" } }, "runtime": { - "lib/net9.0/Microsoft.Extensions.Configuration.Binder.dll": { - "related": ".xml" + "lib/net9.0/KubernetesClient.dll": { + "related": ".pdb;.xml" } - }, - "build": { - "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets": {} } }, - "Microsoft.Extensions.Configuration.CommandLine/9.0.0": { + "MediatR/12.4.1": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" + "MediatR.Contracts": "[2.0.1, 3.0.0)", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" }, "compile": { - "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll": { + "lib/net6.0/MediatR.dll": { "related": ".xml" } }, "runtime": { - "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll": { + "lib/net6.0/MediatR.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { + "MediatR.Contracts/2.0.1": { "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - }, "compile": { - "lib/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": { + "lib/netstandard2.0/MediatR.Contracts.dll": { "related": ".xml" } }, "runtime": { - "lib/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": { + "lib/netstandard2.0/MediatR.Contracts.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { + "Microsoft.ApplicationInsights/2.23.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "System.Diagnostics.DiagnosticSource": "5.0.0" }, "compile": { - "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { - "related": ".xml" + "lib/netstandard2.0/Microsoft.ApplicationInsights.dll": { + "related": ".pdb;.xml" } }, "runtime": { - "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { - "related": ".xml" + "lib/netstandard2.0/Microsoft.ApplicationInsights.dll": { + "related": ".pdb;.xml" } - }, - "build": { - "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { + "Microsoft.ApplicationInsights.AspNetCore/2.23.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0" + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.ApplicationInsights.DependencyCollector": "2.23.0", + "Microsoft.ApplicationInsights.EventCounterCollector": "2.23.0", + "Microsoft.ApplicationInsights.PerfCounterCollector": "2.23.0", + "Microsoft.ApplicationInsights.WindowsServer": "2.23.0", + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.23.0", + "Microsoft.AspNetCore.Hosting": "2.1.1", + "Microsoft.AspNetCore.Http": "2.1.22", + "Microsoft.Extensions.Configuration.Json": "3.1.0", + "Microsoft.Extensions.Logging.ApplicationInsights": "2.23.0", + "System.Text.Encodings.Web": "4.7.2" }, "compile": { - "lib/net9.0/Microsoft.Extensions.Configuration.Json.dll": { - "related": ".xml" + "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.dll": { + "related": ".pdb;.xml" } }, "runtime": { - "lib/net9.0/Microsoft.Extensions.Configuration.Json.dll": { - "related": ".xml" + "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.dll": { + "related": ".pdb;.xml" } - }, - "build": { - "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.UserSecrets/9.0.0": { + "Microsoft.ApplicationInsights.DependencyCollector/2.23.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0" + "Microsoft.ApplicationInsights": "2.23.0", + "System.Diagnostics.DiagnosticSource": "5.0.0" }, "compile": { - "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { - "related": ".xml" + "lib/netstandard2.0/Microsoft.AI.DependencyCollector.dll": { + "related": ".pdb;.xml" } }, "runtime": { - "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { - "related": ".xml" + "lib/netstandard2.0/Microsoft.AI.DependencyCollector.dll": { + "related": ".pdb;.xml" } }, "build": { - "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.props": {}, - "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.targets": {} + "build/Microsoft.ApplicationInsights.DependencyCollector.targets": {} } }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { + "Microsoft.ApplicationInsights.EventCounterCollector/2.23.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" + "Microsoft.ApplicationInsights": "2.23.0" }, "compile": { - "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll": { - "related": ".xml" + "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.dll": { + "related": ".pdb;.xml" } }, "runtime": { - "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll": { - "related": ".xml" + "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.dll": { + "related": ".pdb;.xml" } - }, - "build": { - "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { + "Microsoft.ApplicationInsights.Kubernetes/8.0.0": { "type": "package", - "compile": { - "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "related": ".xml" - } + "dependencies": { + "KubernetesClient": "17.0.14", + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.DependencyInjection": "9.0.2", + "Microsoft.Extensions.DiagnosticAdapter": "3.1.32", + "Microsoft.Extensions.Hosting": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.2", + "System.IdentityModel.Tokens.Jwt": "8.6.0" }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.Extensions.DependencyModel/8.0.2": { - "type": "package", "compile": { - "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.Diagnostics/9.0.0": { + "Microsoft.ApplicationInsights.PerfCounterCollector/2.23.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.Extensions.Caching.Memory": "1.0.0", + "System.Diagnostics.PerformanceCounter": "6.0.0" }, "compile": { - "lib/net9.0/Microsoft.Extensions.Diagnostics.dll": { - "related": ".xml" + "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.dll": { + "related": ".pdb;.xml" } }, "runtime": { - "lib/net9.0/Microsoft.Extensions.Diagnostics.dll": { - "related": ".xml" + "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.dll": { + "related": ".pdb;.xml" } }, "build": { - "buildTransitive/net8.0/_._": {} + "build/_._": {} } }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { + "Microsoft.ApplicationInsights.WindowsServer/2.23.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.ApplicationInsights.DependencyCollector": "2.23.0", + "Microsoft.ApplicationInsights.PerfCounterCollector": "2.23.0", + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.23.0", + "System.Diagnostics.DiagnosticSource": "5.0.0" }, "compile": { - "lib/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": { - "related": ".xml" + "lib/netstandard2.0/Microsoft.AI.WindowsServer.dll": { + "related": ".pdb;.xml" } }, "runtime": { - "lib/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": { - "related": ".xml" + "lib/netstandard2.0/Microsoft.AI.WindowsServer.dll": { + "related": ".pdb;.xml" } }, "build": { - "buildTransitive/net8.0/_._": {} + "build/_._": {} } }, - "Microsoft.Extensions.Diagnostics.HealthChecks/8.0.0": { + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.23.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "8.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0", - "Microsoft.Extensions.Options": "8.0.0" + "Microsoft.ApplicationInsights": "2.23.0", + "System.IO.FileSystem.AccessControl": "4.7.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll": { - "related": ".xml" + "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.dll": { + "related": ".pdb;.xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll": { - "related": ".xml" + "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.dll": { + "related": ".pdb;.xml" } + }, + "build": { + "build/_._": {} } }, - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/8.0.0": { + "Microsoft.AspNetCore.Cryptography.Internal/9.0.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": { + "lib/net9.0/Microsoft.AspNetCore.Cryptography.Internal.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": { + "lib/net9.0/Microsoft.AspNetCore.Cryptography.Internal.dll": { "related": ".xml" } } }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { + "Microsoft.AspNetCore.DataProtection/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.AspNetCore.Cryptography.Internal": "9.0.0", + "Microsoft.AspNetCore.DataProtection.Abstractions": "9.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", + "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", + "Microsoft.Extensions.Logging.Abstractions": "9.0.0", + "Microsoft.Extensions.Options": "9.0.0", + "System.Security.Cryptography.Xml": "9.0.0" }, "compile": { - "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "lib/net9.0/Microsoft.AspNetCore.DataProtection.dll": { "related": ".xml" } }, "runtime": { - "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "lib/net9.0/Microsoft.AspNetCore.DataProtection.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { + "Microsoft.AspNetCore.DataProtection.Abstractions/9.0.0": { "type": "package", - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - }, "compile": { - "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "lib/net9.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "lib/net9.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": { + "Microsoft.AspNetCore.DataProtection.StackExchangeRedis/9.0.0": { "type": "package", + "dependencies": { + "Microsoft.AspNetCore.DataProtection": "9.0.0", + "StackExchange.Redis": "2.7.27" + }, "compile": { - "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "lib/net9.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.dll": { "related": ".xml" } }, "runtime": { - "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "lib/net9.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Hosting/9.0.0": { + "Microsoft.AspNetCore.Diagnostics.HealthChecks/2.2.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.Configuration.CommandLine": "9.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.Configuration.UserSecrets": "9.0.0", - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Logging.Console": "9.0.0", - "Microsoft.Extensions.Logging.Debug": "9.0.0", - "Microsoft.Extensions.Logging.EventLog": "9.0.0", - "Microsoft.Extensions.Logging.EventSource": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" + "Microsoft.AspNetCore.Http.Abstractions": "2.2.0", + "Microsoft.Extensions.Diagnostics.HealthChecks": "2.2.0", + "Microsoft.Extensions.Options": "2.2.0", + "Microsoft.Net.Http.Headers": "2.2.0" }, "compile": { - "lib/net9.0/Microsoft.Extensions.Hosting.dll": { + "lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll": { "related": ".xml" } }, "runtime": { - "lib/net9.0/Microsoft.Extensions.Hosting.dll": { + "lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { + "Microsoft.AspNetCore.Hosting/2.1.1": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" + "Microsoft.AspNetCore.Hosting.Abstractions": "2.1.1", + "Microsoft.AspNetCore.Http": "2.1.1", + "Microsoft.AspNetCore.Http.Extensions": "2.1.1", + "Microsoft.Extensions.Configuration": "2.1.1", + "Microsoft.Extensions.Configuration.EnvironmentVariables": "2.1.1", + "Microsoft.Extensions.Configuration.FileExtensions": "2.1.1", + "Microsoft.Extensions.DependencyInjection": "2.1.1", + "Microsoft.Extensions.FileProviders.Physical": "2.1.1", + "Microsoft.Extensions.Hosting.Abstractions": "2.1.1", + "Microsoft.Extensions.Logging": "2.1.1", + "Microsoft.Extensions.Options": "2.1.1", + "System.Diagnostics.DiagnosticSource": "4.5.0", + "System.Reflection.Metadata": "1.6.0" }, "compile": { - "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll": { + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": { "related": ".xml" } }, "runtime": { - "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll": { + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging/9.0.0": { + "Microsoft.AspNetCore.Hosting.Abstractions/2.1.1": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" + "Microsoft.AspNetCore.Hosting.Server.Abstractions": "2.1.1", + "Microsoft.AspNetCore.Http.Abstractions": "2.1.1", + "Microsoft.Extensions.Hosting.Abstractions": "2.1.1" }, "compile": { - "lib/net9.0/Microsoft.Extensions.Logging.dll": { + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net9.0/Microsoft.Extensions.Logging.dll": { + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { + "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.1.1": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" + "Microsoft.AspNetCore.Http.Features": "2.1.1", + "Microsoft.Extensions.Configuration.Abstractions": "2.1.1" }, "compile": { - "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/net8.0/Microsoft.Extensions.Logging.Abstractions.targets": {} } }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { + "Microsoft.AspNetCore.Http/2.1.22": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" + "Microsoft.AspNetCore.Http.Abstractions": "2.1.1", + "Microsoft.AspNetCore.WebUtilities": "2.1.1", + "Microsoft.Extensions.ObjectPool": "2.1.1", + "Microsoft.Extensions.Options": "2.1.1", + "Microsoft.Net.Http.Headers": "2.1.1" }, "compile": { - "lib/net9.0/Microsoft.Extensions.Logging.Configuration.dll": { + "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": { "related": ".xml" } }, "runtime": { - "lib/net9.0/Microsoft.Extensions.Logging.Configuration.dll": { + "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.Console/9.0.0": { + "Microsoft.AspNetCore.Http.Abstractions/2.2.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" + "Microsoft.AspNetCore.Http.Features": "2.2.0", + "System.Text.Encodings.Web": "4.5.0" }, "compile": { - "lib/net9.0/Microsoft.Extensions.Logging.Console.dll": { + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net9.0/Microsoft.Extensions.Logging.Console.dll": { + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.Debug/9.0.0": { + "Microsoft.AspNetCore.Http.Extensions/2.1.1": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" + "Microsoft.AspNetCore.Http.Abstractions": "2.1.1", + "Microsoft.Extensions.FileProviders.Abstractions": "2.1.1", + "Microsoft.Net.Http.Headers": "2.1.1", + "System.Buffers": "4.5.0" }, "compile": { - "lib/net9.0/Microsoft.Extensions.Logging.Debug.dll": { + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": { "related": ".xml" } }, "runtime": { - "lib/net9.0/Microsoft.Extensions.Logging.Debug.dll": { + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.EventLog/9.0.0": { + "Microsoft.AspNetCore.Http.Features/2.2.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "System.Diagnostics.EventLog": "9.0.0" + "Microsoft.Extensions.Primitives": "2.2.0" }, "compile": { - "lib/net9.0/Microsoft.Extensions.Logging.EventLog.dll": { + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll": { "related": ".xml" } }, "runtime": { - "lib/net9.0/Microsoft.Extensions.Logging.EventLog.dll": { + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.EventSource/9.0.0": { + "Microsoft.AspNetCore.JsonPatch/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.CSharp": "4.7.0", + "Newtonsoft.Json": "13.0.3" }, "compile": { - "lib/net9.0/Microsoft.Extensions.Logging.EventSource.dll": { + "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll": { "related": ".xml" } }, "runtime": { - "lib/net9.0/Microsoft.Extensions.Logging.EventSource.dll": { + "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Options/9.0.0": { + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.AspNetCore.JsonPatch": "9.0.0", + "Newtonsoft.Json": "13.0.3", + "Newtonsoft.Json.Bson": "1.0.2" }, "compile": { - "lib/net9.0/Microsoft.Extensions.Options.dll": { + "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { "related": ".xml" } }, "runtime": { - "lib/net9.0/Microsoft.Extensions.Options.dll": { + "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { "related": ".xml" } }, - "build": { - "buildTransitive/net8.0/Microsoft.Extensions.Options.targets": {} - } + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { + "Microsoft.AspNetCore.WebUtilities/2.1.1": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Net.Http.Headers": "2.1.1", + "System.Text.Encodings.Web": "4.5.0" }, "compile": { - "lib/net9.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": { "related": ".xml" } }, "runtime": { - "lib/net9.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Primitives/9.0.0": { + "Microsoft.Azure.Amqp/2.6.3": { "type": "package", "compile": { - "lib/net9.0/Microsoft.Extensions.Primitives.dll": { + "lib/netstandard2.0/Microsoft.Azure.Amqp.dll": { "related": ".xml" } }, "runtime": { - "lib/net9.0/Microsoft.Extensions.Primitives.dll": { + "lib/netstandard2.0/Microsoft.Azure.Amqp.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Identity.Client/4.56.0": { + "Microsoft.Azure.ServiceBus/5.2.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "6.22.0" + "Microsoft.Azure.Amqp": "2.4.11", + "Microsoft.Azure.Services.AppAuthentication": "[1.0.3, 2.0.0)", + "Newtonsoft.Json": "10.0.3", + "System.Diagnostics.DiagnosticSource": "4.5.1", + "System.IdentityModel.Tokens.Jwt": "5.4.0" }, "compile": { - "lib/net6.0/Microsoft.Identity.Client.dll": { + "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.Identity.Client.dll": { + "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": { "related": ".xml" } } }, - "Microsoft.Identity.Client.Extensions.Msal/4.56.0": { + "Microsoft.Azure.Services.AppAuthentication/1.0.3": { "type": "package", "dependencies": { - "Microsoft.Identity.Client": "4.56.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.Cryptography.ProtectedData": "4.5.0" + "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2", + "NETStandard.Library": "1.6.1", + "System.Diagnostics.Process": "4.3.0" }, "compile": { - "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll": { - "related": ".xml" + "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": { + "related": ".runtimeconfig.json;.xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll": { - "related": ".xml" + "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": { + "related": ".runtimeconfig.json;.xml" } + }, + "build": { + "build/_._": {} } }, - "Microsoft.IdentityModel.Abstractions/6.35.0": { + "Microsoft.Bcl.AsyncInterfaces/6.0.0": { "type": "package", "compile": { - "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.2": { + "Microsoft.CodeAnalysis.Analyzers/3.3.3": { + "type": "package", + "build": { + "build/_._": {} + } + }, + "Microsoft.CodeAnalysis.Common/4.5.0": { "type": "package", "dependencies": { - "NETStandard.Library": "1.6.0", - "System.Runtime.Serialization.Json": "4.0.2", - "System.Runtime.Serialization.Primitives": "4.1.1" + "Microsoft.CodeAnalysis.Analyzers": "3.3.3", + "System.Collections.Immutable": "6.0.0", + "System.Reflection.Metadata": "6.0.1", + "System.Runtime.CompilerServices.Unsafe": "6.0.0", + "System.Text.Encoding.CodePages": "6.0.0" }, "compile": { - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": {}, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": {} + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } }, "runtime": { - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": {}, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": {} - } - }, - "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp/4.5.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Tokens": "6.35.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encodings.Web": "4.7.2", - "System.Text.Json": "4.7.2" + "Microsoft.CodeAnalysis.Common": "[4.5.0]" }, "compile": { - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { - "related": ".xml" + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" } }, "runtime": { - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { - "related": ".xml" + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hant" } } }, - "Microsoft.IdentityModel.Logging/6.35.0": { + "Microsoft.CodeAnalysis.CSharp.Workspaces/4.5.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "6.35.0" + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.CSharp": "[4.5.0]", + "Microsoft.CodeAnalysis.Common": "[4.5.0]", + "Microsoft.CodeAnalysis.Workspaces.Common": "[4.5.0]" }, "compile": { - "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { - "related": ".xml" + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" } }, "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { - "related": ".xml" + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hant" } } }, - "Microsoft.IdentityModel.Protocols/6.35.0": { + "Microsoft.CodeAnalysis.Workspaces.Common/4.5.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Logging": "6.35.0", - "Microsoft.IdentityModel.Tokens": "6.35.0" + "Humanizer.Core": "2.14.1", + "Microsoft.Bcl.AsyncInterfaces": "6.0.0", + "Microsoft.CodeAnalysis.Common": "[4.5.0]", + "System.Composition": "6.0.0", + "System.IO.Pipelines": "6.0.3", + "System.Threading.Channels": "6.0.0" }, "compile": { - "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { - "related": ".xml" + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" } }, "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { - "related": ".xml" + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hant" } } }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { + "Microsoft.CSharp/4.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "Microsoft.Data.SqlClient/5.2.2": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Protocols": "6.35.0", - "System.IdentityModel.Tokens.Jwt": "6.35.0" + "Azure.Identity": "1.11.4", + "Microsoft.Data.SqlClient.SNI.runtime": "5.2.0", + "Microsoft.Identity.Client": "4.61.3", + "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0", + "Microsoft.SqlServer.Server": "1.0.0", + "System.Configuration.ConfigurationManager": "8.0.0", + "System.Runtime.Caching": "8.0.0" }, "compile": { - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "ref/net8.0/Microsoft.Data.SqlClient.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "lib/net8.0/Microsoft.Data.SqlClient.dll": { "related": ".xml" } + }, + "resource": { + "lib/net8.0/de/Microsoft.Data.SqlClient.resources.dll": { + "locale": "de" + }, + "lib/net8.0/es/Microsoft.Data.SqlClient.resources.dll": { + "locale": "es" + }, + "lib/net8.0/fr/Microsoft.Data.SqlClient.resources.dll": { + "locale": "fr" + }, + "lib/net8.0/it/Microsoft.Data.SqlClient.resources.dll": { + "locale": "it" + }, + "lib/net8.0/ja/Microsoft.Data.SqlClient.resources.dll": { + "locale": "ja" + }, + "lib/net8.0/ko/Microsoft.Data.SqlClient.resources.dll": { + "locale": "ko" + }, + "lib/net8.0/pt-BR/Microsoft.Data.SqlClient.resources.dll": { + "locale": "pt-BR" + }, + "lib/net8.0/ru/Microsoft.Data.SqlClient.resources.dll": { + "locale": "ru" + }, + "lib/net8.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net8.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll": { + "locale": "zh-Hant" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "Microsoft.Data.SqlClient.SNI.runtime/5.2.0": { + "type": "package", + "runtimeTargets": { + "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-arm" + }, + "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-arm64" + }, + "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-x64" + }, + "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-x86" + } } }, - "Microsoft.IdentityModel.Tokens/6.35.0": { + "Microsoft.EntityFrameworkCore/8.0.11": { "type": "package", "dependencies": { - "Microsoft.CSharp": "4.5.0", - "Microsoft.IdentityModel.Logging": "6.35.0", - "System.Security.Cryptography.Cng": "4.5.0" + "Microsoft.EntityFrameworkCore.Abstractions": "8.0.11", + "Microsoft.EntityFrameworkCore.Analyzers": "8.0.11", + "Microsoft.Extensions.Caching.Memory": "8.0.1", + "Microsoft.Extensions.Logging": "8.0.1" }, "compile": { - "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { + "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { + "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props": {} } }, - "Microsoft.Net.Http.Headers/2.2.0": { + "Microsoft.EntityFrameworkCore.Abstractions/8.0.11": { "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "2.2.0", - "System.Buffers": "4.5.0" - }, "compile": { - "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": {} + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": {} + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } } }, - "Microsoft.NETCore.Platforms/5.0.0": { + "Microsoft.EntityFrameworkCore.Analyzers/8.0.11": { "type": "package", "compile": { - "lib/netstandard1.0/_._": {} + "lib/netstandard2.0/_._": {} }, "runtime": { - "lib/netstandard1.0/_._": {} + "lib/netstandard2.0/_._": {} } }, - "Microsoft.NETCore.Targets/1.1.0": { + "Microsoft.EntityFrameworkCore.Design/8.0.11": { "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.5.0", + "Microsoft.EntityFrameworkCore.Relational": "8.0.11", + "Microsoft.Extensions.DependencyModel": "8.0.2", + "Mono.TextTemplating": "2.2.1" + }, "compile": { - "lib/netstandard1.0/_._": {} + "lib/net8.0/Microsoft.EntityFrameworkCore.Design.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard1.0/_._": {} + "lib/net8.0/Microsoft.EntityFrameworkCore.Design.dll": { + "related": ".xml" + } + }, + "build": { + "build/net8.0/_._": {} } }, - "Microsoft.SqlServer.Server/1.0.0": { + "Microsoft.EntityFrameworkCore.InMemory/8.0.11": { "type": "package", + "dependencies": { + "Microsoft.EntityFrameworkCore": "8.0.11" + }, "compile": { - "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": { - "related": ".pdb;.xml" + "lib/net8.0/Microsoft.EntityFrameworkCore.InMemory.dll": { + "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": { - "related": ".pdb;.xml" + "lib/net8.0/Microsoft.EntityFrameworkCore.InMemory.dll": { + "related": ".xml" } } }, - "Microsoft.Win32.Primitives/4.3.0": { + "Microsoft.EntityFrameworkCore.Relational/8.0.11": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "Microsoft.EntityFrameworkCore": "8.0.11", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" }, "compile": { - "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": {} + "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": { + "related": ".xml" + } } }, - "Microsoft.Win32.Registry/4.3.0": { + "Microsoft.Extensions.ApiDescription.Server/6.0.5": { "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" + "build": { + "build/Microsoft.Extensions.ApiDescription.Server.props": {}, + "build/Microsoft.Extensions.ApiDescription.Server.targets": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.props": {}, + "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.targets": {} + } + }, + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "ref/netstandard1.3/_._": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { "related": ".xml" } }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.3/Microsoft.Win32.Registry.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll": { - "assetType": "runtime", - "rid": "win" + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" } + }, + "build": { + "buildTransitive/net6.0/_._": {} } }, - "NETStandard.Library/1.6.1": { + "Microsoft.Extensions.Caching.Memory/8.0.1": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2", + "Microsoft.Extensions.Logging.Abstractions": "8.0.2", + "Microsoft.Extensions.Options": "8.0.2", + "Microsoft.Extensions.Primitives": "8.0.0" + }, "compile": { - "lib/net6.0/Newtonsoft.Json.dll": { + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net6.0/_._": {} } }, - "Polly/8.5.0": { + "Microsoft.Extensions.Configuration/9.0.2": { "type": "package", "dependencies": { - "Polly.Core": "8.5.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { - "lib/net6.0/Polly.dll": { - "related": ".pdb;.xml" + "lib/net9.0/Microsoft.Extensions.Configuration.dll": { + "related": ".xml" } }, "runtime": { - "lib/net6.0/Polly.dll": { - "related": ".pdb;.xml" + "lib/net9.0/Microsoft.Extensions.Configuration.dll": { + "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "Polly.Core/8.5.0": { + "Microsoft.Extensions.Configuration.Abstractions/9.0.7": { "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "9.0.7" + }, "compile": { - "lib/net8.0/Polly.Core.dll": { - "related": ".pdb;.xml" + "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" } }, "runtime": { - "lib/net8.0/Polly.Core.dll": { - "related": ".pdb;.xml" + "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "RabbitMQ.Client/6.8.1": { + "Microsoft.Extensions.Configuration.Binder/9.0.2": { "type": "package", "dependencies": { - "System.Memory": "4.5.5", - "System.Threading.Channels": "7.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2" }, "compile": { - "lib/netstandard2.0/RabbitMQ.Client.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.Binder.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/RabbitMQ.Client.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.Binder.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets": {} } }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "Microsoft.Extensions.Configuration.CommandLine/9.0.2": { "type": "package", - "runtimeTargets": { - "runtimes/debian.8-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { - "assetType": "native", - "rid": "debian.8-x64" + "dependencies": { + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll": { + "related": ".xml" } - } - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "runtimeTargets": { - "runtimes/fedora.23-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { - "assetType": "native", - "rid": "fedora.23-x64" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll": { + "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.2": { "type": "package", - "runtimeTargets": { - "runtimes/fedora.24-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { - "assetType": "native", - "rid": "fedora.24-x64" + "dependencies": { + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": { + "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "runtime.native.System/4.3.0": { + "Microsoft.Extensions.Configuration.FileExtensions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Physical": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { - "lib/netstandard1.0/_._": {} + "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard1.0/_._": {} + "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "runtime.native.System.IO.Compression/4.3.0": { + "Microsoft.Extensions.Configuration.Json/9.0.2": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.FileExtensions": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2" }, "compile": { - "lib/netstandard1.0/_._": {} + "lib/net9.0/Microsoft.Extensions.Configuration.Json.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard1.0/_._": {} + "lib/net9.0/Microsoft.Extensions.Configuration.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "runtime.native.System.Net.Http/4.3.0": { + "Microsoft.Extensions.Configuration.UserSecrets/9.0.2": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Json": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Physical": "9.0.2" }, "compile": { - "lib/netstandard1.0/_._": {} + "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard1.0/_._": {} + "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.props": {}, + "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.targets": {} } }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { + "Microsoft.Extensions.DependencyInjection/9.0.2": { "type": "package", "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2" }, "compile": { - "lib/netstandard1.0/_._": {} + "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard1.0/_._": {} + "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.2": { "type": "package", - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, "compile": { - "lib/netstandard1.0/_._": {} + "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard1.0/_._": {} + "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "Microsoft.Extensions.DependencyModel/9.0.0": { "type": "package", - "runtimeTargets": { - "runtimes/opensuse.13.2-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { - "assetType": "native", - "rid": "opensuse.13.2-x64" + "compile": { + "lib/net9.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "Microsoft.Extensions.DiagnosticAdapter/3.1.32": { "type": "package", - "runtimeTargets": { - "runtimes/opensuse.42.1-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { - "assetType": "native", - "rid": "opensuse.42.1-x64" + "dependencies": { + "System.Diagnostics.DiagnosticSource": "4.7.1" + }, + "compile": { + "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll": { + "related": ".xml" } - } - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "runtimeTargets": { - "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.Apple.dylib": { - "assetType": "native", - "rid": "osx.10.10-x64" + }, + "runtime": { + "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll": { + "related": ".xml" } } }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "Microsoft.Extensions.Diagnostics/9.0.2": { "type": "package", - "runtimeTargets": { - "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.OpenSsl.dylib": { - "assetType": "native", - "rid": "osx.10.10-x64" + "dependencies": { + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.2", + "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.dll": { + "related": ".xml" } - } - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "runtimeTargets": { - "runtimes/rhel.7-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { - "assetType": "native", - "rid": "rhel.7-x64" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.dll": { + "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "Microsoft.Extensions.Diagnostics.Abstractions/9.0.2": { "type": "package", - "runtimeTargets": { - "runtimes/ubuntu.14.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { - "assetType": "native", - "rid": "ubuntu.14.04-x64" + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": { + "related": ".xml" } - } - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "runtimeTargets": { - "runtimes/ubuntu.16.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { - "assetType": "native", - "rid": "ubuntu.16.04-x64" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": { + "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "Microsoft.Extensions.Diagnostics.HealthChecks/9.0.0": { "type": "package", - "runtimeTargets": { - "runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { - "assetType": "native", - "rid": "ubuntu.16.10-x64" + "dependencies": { + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "9.0.0", + "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", + "Microsoft.Extensions.Logging.Abstractions": "9.0.0", + "Microsoft.Extensions.Options": "9.0.0" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll": { + "related": ".xml" } } }, - "Serilog/4.0.0": { + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/9.0.0": { "type": "package", "compile": { - "lib/net8.0/Serilog.dll": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.dll": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": { "related": ".xml" } } }, - "Serilog.AspNetCore/8.0.3": { + "Microsoft.Extensions.FileProviders.Abstractions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Logging": "8.0.0", - "Serilog": "3.1.1", - "Serilog.Extensions.Hosting": "8.0.0", - "Serilog.Formatting.Compact": "2.0.0", - "Serilog.Settings.Configuration": "8.0.4", - "Serilog.Sinks.Console": "5.0.0", - "Serilog.Sinks.Debug": "2.0.0", - "Serilog.Sinks.File": "5.0.0" + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { - "lib/net8.0/Serilog.AspNetCore.dll": { + "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.AspNetCore.dll": { + "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { "related": ".xml" } }, - "frameworkReferences": [ - "Microsoft.AspNetCore.App" - ] + "build": { + "buildTransitive/net8.0/_._": {} + } }, - "Serilog.Enrichers.Environment/3.0.1": { + "Microsoft.Extensions.FileProviders.Physical/9.0.2": { "type": "package", "dependencies": { - "Serilog": "4.0.0" + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileSystemGlobbing": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { - "lib/net8.0/Serilog.Enrichers.Environment.dll": { + "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.Enrichers.Environment.dll": { + "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "Serilog.Extensions.Hosting/8.0.0": { + "Microsoft.Extensions.FileSystemGlobbing/9.0.2": { "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0", - "Serilog": "3.1.1", - "Serilog.Extensions.Logging": "8.0.0" - }, "compile": { - "lib/net8.0/Serilog.Extensions.Hosting.dll": { + "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.Extensions.Hosting.dll": { + "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "Serilog.Extensions.Logging/8.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Logging": "8.0.0", - "Serilog": "3.1.1" + "Microsoft.Extensions.Hosting/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Binder": "9.0.2", + "Microsoft.Extensions.Configuration.CommandLine": "9.0.2", + "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.2", + "Microsoft.Extensions.Configuration.FileExtensions": "9.0.2", + "Microsoft.Extensions.Configuration.Json": "9.0.2", + "Microsoft.Extensions.Configuration.UserSecrets": "9.0.2", + "Microsoft.Extensions.DependencyInjection": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Diagnostics": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Physical": "9.0.2", + "Microsoft.Extensions.Hosting.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.Configuration": "9.0.2", + "Microsoft.Extensions.Logging.Console": "9.0.2", + "Microsoft.Extensions.Logging.Debug": "9.0.2", + "Microsoft.Extensions.Logging.EventLog": "9.0.2", + "Microsoft.Extensions.Logging.EventSource": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" }, "compile": { - "lib/net8.0/Serilog.Extensions.Logging.dll": { + "lib/net9.0/Microsoft.Extensions.Hosting.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.Extensions.Logging.dll": { + "lib/net9.0/Microsoft.Extensions.Hosting.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "Serilog.Formatting.Compact/2.0.0": { + "Microsoft.Extensions.Hosting.Abstractions/9.0.2": { "type": "package", "dependencies": { - "Serilog": "3.1.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2" }, "compile": { - "lib/net7.0/Serilog.Formatting.Compact.dll": { + "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Serilog.Formatting.Compact.dll": { + "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "Serilog.Settings.Configuration/8.0.4": { + "Microsoft.Extensions.Http/8.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Binder": "8.0.0", - "Microsoft.Extensions.DependencyModel": "8.0.2", - "Serilog": "3.1.1" + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Diagnostics": "8.0.0", + "Microsoft.Extensions.Logging": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0" }, "compile": { - "lib/net8.0/Serilog.Settings.Configuration.dll": { + "lib/net8.0/Microsoft.Extensions.Http.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.Settings.Configuration.dll": { + "lib/net8.0/Microsoft.Extensions.Http.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net6.0/_._": {} } }, - "Serilog.Sinks.Console/6.0.0": { + "Microsoft.Extensions.Logging/9.0.2": { "type": "package", "dependencies": { - "Serilog": "4.0.0" + "Microsoft.Extensions.DependencyInjection": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" }, "compile": { - "lib/net8.0/Serilog.Sinks.Console.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.Sinks.Console.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "Serilog.Sinks.Debug/2.0.0": { + "Microsoft.Extensions.Logging.Abstractions/9.0.2": { "type": "package", "dependencies": { - "Serilog": "2.10.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2" }, "compile": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": {} + "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": {} + "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/Microsoft.Extensions.Logging.Abstractions.targets": {} } }, - "Serilog.Sinks.File/5.0.0": { + "Microsoft.Extensions.Logging.ApplicationInsights/2.23.0": { "type": "package", "dependencies": { - "Serilog": "2.10.0" + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.Extensions.Logging": "2.1.1" }, "compile": { - "lib/net5.0/Serilog.Sinks.File.dll": { - "related": ".pdb" + "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.dll": { + "related": ".pdb;.xml" } }, "runtime": { - "lib/net5.0/Serilog.Sinks.File.dll": { - "related": ".pdb" + "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.dll": { + "related": ".pdb;.xml" } } }, - "Serilog.Sinks.Http/9.0.0": { + "Microsoft.Extensions.Logging.AzureAppServices/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "7.0.0", - "Serilog.Sinks.File": "5.0.0" + "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.0", + "Microsoft.Extensions.Configuration.Json": "9.0.0", + "Microsoft.Extensions.Logging": "9.0.0", + "Microsoft.Extensions.Logging.Abstractions": "9.0.0", + "Microsoft.Extensions.Logging.Configuration": "9.0.0", + "System.ValueTuple": "4.5.0" }, "compile": { - "lib/netstandard2.1/Serilog.Sinks.Http.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.1/Serilog.Sinks.Http.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll": { "related": ".xml" } } }, - "Serilog.Sinks.Seq/8.0.0": { + "Microsoft.Extensions.Logging.Configuration/9.0.2": { "type": "package", "dependencies": { - "Serilog": "4.0.0", - "Serilog.Sinks.File": "5.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Binder": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.2" }, "compile": { - "lib/net6.0/Serilog.Sinks.Seq.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.Configuration.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Serilog.Sinks.Seq.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.Configuration.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "System.AppContext/4.3.0": { + "Microsoft.Extensions.Logging.Console/9.0.2": { "type": "package", "dependencies": { - "System.Runtime": "4.3.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.Configuration": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" }, "compile": { - "ref/netstandard1.6/System.AppContext.dll": {} + "lib/net9.0/Microsoft.Extensions.Logging.Console.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard1.6/System.AppContext.dll": {} - } - }, - "System.Buffers/4.5.0": { - "type": "package", - "compile": { - "ref/netcoreapp2.0/_._": {} + "lib/net9.0/Microsoft.Extensions.Logging.Console.dll": { + "related": ".xml" + } }, - "runtime": { - "lib/netcoreapp2.0/_._": {} + "build": { + "buildTransitive/net8.0/_._": {} } }, - "System.Collections/4.3.0": { + "Microsoft.Extensions.Logging.Debug/9.0.2": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2" }, "compile": { - "ref/netstandard1.3/System.Collections.dll": {} + "lib/net9.0/Microsoft.Extensions.Logging.Debug.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Logging.Debug.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "System.Collections.Concurrent/4.3.0": { + "Microsoft.Extensions.Logging.EventLog/9.0.2": { "type": "package", "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "System.Diagnostics.EventLog": "9.0.2" }, "compile": { - "ref/netstandard1.3/System.Collections.Concurrent.dll": {} + "lib/net9.0/Microsoft.Extensions.Logging.EventLog.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard1.3/System.Collections.Concurrent.dll": {} + "lib/net9.0/Microsoft.Extensions.Logging.EventLog.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "System.Configuration.ConfigurationManager/8.0.0": { + "Microsoft.Extensions.Logging.EventSource/9.0.2": { "type": "package", "dependencies": { - "System.Diagnostics.EventLog": "8.0.0", - "System.Security.Cryptography.ProtectedData": "8.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { - "lib/net8.0/_._": { + "lib/net9.0/Microsoft.Extensions.Logging.EventSource.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.EventSource.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "System.Console/4.3.0": { + "Microsoft.Extensions.ObjectPool/2.1.1": { "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - }, "compile": { - "ref/netstandard1.3/System.Console.dll": {} + "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll": { + "related": ".xml" + } } }, - "System.Diagnostics.Debug/4.3.0": { + "Microsoft.Extensions.Options/9.0.2": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { - "ref/netstandard1.3/System.Diagnostics.Debug.dll": {} - } - }, - "System.Diagnostics.DiagnosticSource/8.0.1": { - "type": "package", - "compile": { - "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": { + "lib/net9.0/Microsoft.Extensions.Options.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": { + "lib/net9.0/Microsoft.Extensions.Options.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/net8.0/Microsoft.Extensions.Options.targets": {} } }, - "System.Diagnostics.EventLog/9.0.0": { + "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.2": { "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Binder": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" + }, "compile": { - "lib/net9.0/System.Diagnostics.EventLog.dll": { + "lib/net9.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { "related": ".xml" } }, "runtime": { - "lib/net9.0/System.Diagnostics.EventLog.dll": { + "lib/net9.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { "related": ".xml" } }, "build": { "buildTransitive/net8.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll": { - "assetType": "runtime", - "rid": "win" - }, - "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll": { - "assetType": "runtime", - "rid": "win" - } } }, - "System.Diagnostics.Process/4.3.0": { + "Microsoft.Extensions.Primitives/9.0.7": { "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "Microsoft.Win32.Registry": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Thread": "4.3.0", - "System.Threading.ThreadPool": "4.3.0", - "runtime.native.System": "4.3.0" - }, "compile": { - "ref/netstandard1.4/System.Diagnostics.Process.dll": {} + "lib/net9.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } }, - "runtimeTargets": { - "runtimes/linux/lib/netstandard1.4/System.Diagnostics.Process.dll": { - "assetType": "runtime", - "rid": "linux" - }, - "runtimes/osx/lib/netstandard1.4/System.Diagnostics.Process.dll": { - "assetType": "runtime", - "rid": "osx" - }, - "runtimes/win/lib/netstandard1.4/System.Diagnostics.Process.dll": { - "assetType": "runtime", - "rid": "win" + "runtime": { + "lib/net9.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" } - } - }, - "System.Diagnostics.Tools/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" }, - "compile": { - "ref/netstandard1.0/System.Diagnostics.Tools.dll": {} + "build": { + "buildTransitive/net8.0/_._": {} } }, - "System.Diagnostics.Tracing/4.3.0": { + "Microsoft.Identity.Client/4.61.3": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "Microsoft.IdentityModel.Abstractions": "6.35.0", + "System.Diagnostics.DiagnosticSource": "6.0.1" }, "compile": { - "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {} + "lib/net6.0/Microsoft.Identity.Client.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.Identity.Client.dll": { + "related": ".xml" + } } }, - "System.Globalization/4.3.0": { + "Microsoft.Identity.Client.Extensions.Msal/4.61.3": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "Microsoft.Identity.Client": "4.61.3", + "System.Security.Cryptography.ProtectedData": "4.5.0" }, "compile": { - "ref/netstandard1.3/System.Globalization.dll": {} + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": { + "related": ".xml" + } } }, - "System.Globalization.Calendars/4.3.0": { + "Microsoft.IdentityModel.Abstractions/8.6.0": { "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - }, "compile": { - "ref/netstandard1.3/System.Globalization.Calendars.dll": {} + "lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } } }, - "System.Globalization.Extensions/4.3.0": { + "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.2": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" + "NETStandard.Library": "1.6.0", + "System.Runtime.Serialization.Json": "4.0.2", + "System.Runtime.Serialization.Primitives": "4.1.1" }, "compile": { - "ref/netstandard1.3/_._": {} + "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": {}, + "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": { + "related": ".xml" + } }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll": { - "assetType": "runtime", - "rid": "win" + "runtime": { + "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": {}, + "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": { + "related": ".xml" } } }, - "System.IdentityModel.Tokens.Jwt/6.35.0": { + "Microsoft.IdentityModel.JsonWebTokens/8.6.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", - "Microsoft.IdentityModel.Tokens": "6.35.0" + "Microsoft.IdentityModel.Tokens": "8.6.0" }, "compile": { - "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { + "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { + "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll": { "related": ".xml" } } }, - "System.IO/4.3.0": { + "Microsoft.IdentityModel.Logging/8.6.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" + "Microsoft.IdentityModel.Abstractions": "8.6.0" }, "compile": { - "ref/netstandard1.5/System.IO.dll": {} + "lib/net9.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } } }, - "System.IO.Compression/4.3.0": { + "Microsoft.IdentityModel.Protocols/6.35.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" + "Microsoft.IdentityModel.Logging": "6.35.0", + "Microsoft.IdentityModel.Tokens": "6.35.0" }, "compile": { - "ref/netstandard1.3/System.IO.Compression.dll": {} + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll": { - "assetType": "runtime", - "rid": "win" + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" } } }, - "System.IO.Compression.ZipFile/4.3.0": { + "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { "type": "package", "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" + "Microsoft.IdentityModel.Protocols": "6.35.0", + "System.IdentityModel.Tokens.Jwt": "6.35.0" }, "compile": { - "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": {} + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {} + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } } }, - "System.IO.FileSystem/4.3.0": { + "Microsoft.IdentityModel.Tokens/8.6.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" + "Microsoft.Extensions.Logging.Abstractions": "8.0.2", + "Microsoft.IdentityModel.Logging": "8.6.0" }, "compile": { - "ref/netstandard1.3/System.IO.FileSystem.dll": {} + "lib/net9.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } } }, - "System.IO.FileSystem.AccessControl/5.0.0": { + "Microsoft.Net.Http.Headers/2.2.0": { "type": "package", "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" + "Microsoft.Extensions.Primitives": "2.2.0", + "System.Buffers": "4.5.0" }, "compile": { - "ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { + "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { + "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": { "related": ".xml" } - }, - "runtimeTargets": { - "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { - "assetType": "runtime", - "rid": "win" - } } }, - "System.IO.FileSystem.Primitives/4.3.0": { + "Microsoft.NETCore.Platforms/3.1.0": { "type": "package", - "dependencies": { - "System.Runtime": "4.3.0" - }, "compile": { - "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + "lib/netstandard1.0/_._": {} }, "runtime": { - "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + "lib/netstandard1.0/_._": {} } }, - "System.Linq/4.3.0": { + "Microsoft.NETCore.Targets/1.1.0": { "type": "package", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" + "compile": { + "lib/netstandard1.0/_._": {} }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.OpenApi/1.6.22": { + "type": "package", "compile": { - "ref/netstandard1.6/System.Linq.dll": {} + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } }, "runtime": { - "lib/netstandard1.6/System.Linq.dll": {} + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } } }, - "System.Linq.Expressions/4.3.0": { + "Microsoft.SqlServer.Server/1.0.0": { "type": "package", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - }, "compile": { - "ref/netstandard1.6/System.Linq.Expressions.dll": {} + "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": { + "related": ".pdb;.xml" + } }, "runtime": { - "lib/netstandard1.6/System.Linq.Expressions.dll": {} + "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": { + "related": ".pdb;.xml" + } } }, - "System.Memory/4.5.5": { + "Microsoft.Web.LibraryManager.Build/3.0.71": { "type": "package", - "compile": { - "ref/netcoreapp2.1/_._": {} - }, - "runtime": { - "lib/netcoreapp2.1/_._": {} + "build": { + "build/Microsoft.Web.LibraryManager.Build.props": {}, + "build/Microsoft.Web.LibraryManager.Build.targets": {} } }, - "System.Memory.Data/1.0.2": { + "Microsoft.Win32.Primitives/4.3.0": { "type": "package", "dependencies": { - "System.Text.Encodings.Web": "4.7.2", - "System.Text.Json": "4.6.0" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" }, "compile": { - "lib/netstandard2.0/System.Memory.Data.dll": {} - }, - "runtime": { - "lib/netstandard2.0/System.Memory.Data.dll": {} + "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": { + "related": ".xml" + } } }, - "System.Net.Http/4.3.0": { + "Microsoft.Win32.Registry/4.3.0": { "type": "package", "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", "System.Resources.ResourceManager": "4.3.0", "System.Runtime": "4.3.0", "System.Runtime.Extensions": "4.3.0", "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + "System.Runtime.InteropServices": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Net.Http.dll": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtimeTargets": { - "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll": { + "runtimes/unix/lib/netstandard1.3/Microsoft.Win32.Registry.dll": { "assetType": "runtime", "rid": "unix" }, - "runtimes/win/lib/netstandard1.3/System.Net.Http.dll": { + "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll": { "assetType": "runtime", "rid": "win" } } }, - "System.Net.Primitives/4.3.0": { + "Mono.TextTemplating/2.2.1": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" + "System.CodeDom": "4.4.0" }, "compile": { - "ref/netstandard1.3/System.Net.Primitives.dll": {} + "lib/netstandard2.0/Mono.TextTemplating.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Mono.TextTemplating.dll": {} } }, - "System.Net.Sockets/4.3.0": { + "NETStandard.Library/1.6.1": { "type": "package", "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", + "Microsoft.Win32.Primitives": "4.3.0", + "System.AppContext": "4.3.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Console": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tools": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Calendars": "4.3.0", "System.IO": "4.3.0", + "System.IO.Compression": "4.3.0", + "System.IO.Compression.ZipFile": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.3.0", + "System.Net.Http": "4.3.0", "System.Net.Primitives": "4.3.0", + "System.Net.Sockets": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Net.Sockets.dll": {} + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Security.Cryptography.X509Certificates": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Timer": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0", + "System.Xml.XDocument": "4.3.0" } }, - "System.Numerics.Vectors/4.5.0": { + "Newtonsoft.Json/13.0.4": { "type": "package", "compile": { - "ref/netcoreapp2.0/_._": {} + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netcoreapp2.0/_._": {} + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } } }, - "System.ObjectModel/4.3.0": { + "Newtonsoft.Json.Bson/1.0.2": { "type": "package", "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" + "Newtonsoft.Json": "12.0.1" }, "compile": { - "ref/netstandard1.3/System.ObjectModel.dll": {} + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } }, "runtime": { - "lib/netstandard1.3/System.ObjectModel.dll": {} + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } } }, - "System.Private.DataContractSerialization/4.1.1": { + "Pipelines.Sockets.Unofficial/2.2.8": { "type": "package", "dependencies": { - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Linq": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Emit.ILGeneration": "4.0.1", - "System.Reflection.Emit.Lightweight": "4.0.1", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Serialization.Primitives": "4.1.1", - "System.Text.Encoding": "4.0.11", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Text.RegularExpressions": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Xml.ReaderWriter": "4.0.11", - "System.Xml.XmlDocument": "4.0.1", - "System.Xml.XmlSerializer": "4.0.11" + "System.IO.Pipelines": "5.0.1" }, "compile": { - "ref/netstandard/_._": {} + "lib/net5.0/Pipelines.Sockets.Unofficial.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard1.3/System.Private.DataContractSerialization.dll": {} - } - }, - "System.Reflection/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.5/System.Reflection.dll": {} + "lib/net5.0/Pipelines.Sockets.Unofficial.dll": { + "related": ".xml" + } } }, - "System.Reflection.Emit/4.3.0": { + "Polly/8.6.5": { "type": "package", "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" + "Polly.Core": "8.6.5" }, "compile": { - "ref/netstandard1.1/_._": {} + "lib/net6.0/Polly.dll": { + "related": ".pdb;.xml" + } }, "runtime": { - "lib/netstandard1.3/System.Reflection.Emit.dll": {} + "lib/net6.0/Polly.dll": { + "related": ".pdb;.xml" + } } }, - "System.Reflection.Emit.ILGeneration/4.3.0": { + "Polly.Core/8.6.5": { "type": "package", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - }, "compile": { - "ref/netstandard1.0/_._": {} + "lib/net8.0/Polly.Core.dll": { + "related": ".pdb;.xml" + } }, "runtime": { - "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {} + "lib/net8.0/Polly.Core.dll": { + "related": ".pdb;.xml" + } } }, - "System.Reflection.Emit.Lightweight/4.3.0": { + "RabbitMQ.Client/6.8.1": { "type": "package", "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" + "System.Memory": "4.5.5", + "System.Threading.Channels": "7.0.0" }, "compile": { - "ref/netstandard1.0/_._": {} + "lib/netstandard2.0/RabbitMQ.Client.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll": {} + "lib/netstandard2.0/RabbitMQ.Client.dll": { + "related": ".xml" + } } }, - "System.Reflection.Extensions/4.3.0": { + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.0/System.Reflection.Extensions.dll": {} + "runtimeTargets": { + "runtimes/debian.8-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "debian.8-x64" + } } }, - "System.Reflection.Primitives/4.3.0": { + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.0/System.Reflection.Primitives.dll": {} + "runtimeTargets": { + "runtimes/fedora.23-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "fedora.23-x64" + } } }, - "System.Reflection.TypeExtensions/4.3.0": { + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/fedora.24-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "fedora.24-x64" + } + } + }, + "runtime.native.System/4.3.0": { "type": "package", "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" }, "compile": { - "ref/netstandard1.5/_._": { - "related": ".xml" - } + "lib/netstandard1.0/_._": {} }, "runtime": { - "lib/netstandard1.5/System.Reflection.TypeExtensions.dll": {} + "lib/netstandard1.0/_._": {} } }, - "System.Resources.ResourceManager/4.3.0": { + "runtime.native.System.IO.Compression/4.3.0": { "type": "package", "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" + "Microsoft.NETCore.Targets": "1.1.0" }, "compile": { - "ref/netstandard1.0/System.Resources.ResourceManager.dll": {} + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} } }, - "System.Runtime/4.3.0": { + "runtime.native.System.Net.Http/4.3.0": { "type": "package", "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0" }, "compile": { - "ref/netstandard1.5/System.Runtime.dll": {} + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} } }, - "System.Runtime.Caching/8.0.0": { + "runtime.native.System.Security.Cryptography.Apple/4.3.0": { "type": "package", "dependencies": { - "System.Configuration.ConfigurationManager": "8.0.0" + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" }, "compile": { - "lib/net8.0/_._": { - "related": ".xml" - } + "lib/netstandard1.0/_._": {} }, "runtime": { - "lib/net8.0/System.Runtime.Caching.dll": { - "related": ".xml" - } + "lib/netstandard1.0/_._": {} + } + }, + "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "dependencies": { + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" }, - "build": { - "buildTransitive/net6.0/_._": {} + "compile": { + "lib/netstandard1.0/_._": {} }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", "runtimeTargets": { - "runtimes/win/lib/net8.0/System.Runtime.Caching.dll": { - "assetType": "runtime", - "rid": "win" + "runtimes/opensuse.13.2-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "opensuse.13.2-x64" } } }, - "System.Runtime.Extensions/4.3.0": { + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/opensuse.42.1-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "opensuse.42.1-x64" + } + } + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.Apple.dylib": { + "assetType": "native", + "rid": "osx.10.10-x64" + } + } + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.OpenSsl.dylib": { + "assetType": "native", + "rid": "osx.10.10-x64" + } + } + }, + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/rhel.7-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "rhel.7-x64" + } + } + }, + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/ubuntu.14.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "ubuntu.14.04-x64" + } + } + }, + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/ubuntu.16.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "ubuntu.16.04-x64" + } + } + }, + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "ubuntu.16.10-x64" + } + } + }, + "Serilog/4.2.0": { "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, "compile": { - "ref/netstandard1.5/System.Runtime.Extensions.dll": {} + "lib/net9.0/Serilog.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Serilog.dll": { + "related": ".xml" + } } }, - "System.Runtime.Handles/4.3.0": { + "Serilog.AspNetCore/9.0.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "Serilog": "4.2.0", + "Serilog.Extensions.Hosting": "9.0.0", + "Serilog.Formatting.Compact": "3.0.0", + "Serilog.Settings.Configuration": "9.0.0", + "Serilog.Sinks.Console": "6.0.0", + "Serilog.Sinks.Debug": "3.0.0", + "Serilog.Sinks.File": "6.0.0" }, "compile": { - "ref/netstandard1.3/System.Runtime.Handles.dll": {} - } + "lib/net9.0/Serilog.AspNetCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Serilog.AspNetCore.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] }, - "System.Runtime.InteropServices/4.3.0": { + "Serilog.Enrichers.Environment/3.0.1": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" + "Serilog": "4.0.0" }, "compile": { - "ref/netcoreapp1.1/System.Runtime.InteropServices.dll": {} + "lib/net8.0/Serilog.Enrichers.Environment.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Serilog.Enrichers.Environment.dll": { + "related": ".xml" + } } }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { + "Serilog.Extensions.Hosting/9.0.0": { "type": "package", "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", + "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", + "Microsoft.Extensions.Logging.Abstractions": "9.0.0", + "Serilog": "4.2.0", + "Serilog.Extensions.Logging": "9.0.0" }, "compile": { - "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} + "lib/net9.0/Serilog.Extensions.Hosting.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": { - "assetType": "runtime", - "rid": "win" + "lib/net9.0/Serilog.Extensions.Hosting.dll": { + "related": ".xml" } } }, - "System.Runtime.Numerics/4.3.0": { + "Serilog.Extensions.Logging/9.0.0": { "type": "package", "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" + "Microsoft.Extensions.Logging": "9.0.0", + "Serilog": "4.2.0" }, "compile": { - "ref/netstandard1.1/System.Runtime.Numerics.dll": {} + "lib/net9.0/Serilog.Extensions.Logging.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard1.3/System.Runtime.Numerics.dll": {} + "lib/net9.0/Serilog.Extensions.Logging.dll": { + "related": ".xml" + } } }, - "System.Runtime.Serialization.Json/4.0.2": { + "Serilog.Formatting.Compact/3.0.0": { "type": "package", "dependencies": { - "System.IO": "4.1.0", - "System.Private.DataContractSerialization": "4.1.1", - "System.Runtime": "4.1.0" + "Serilog": "4.0.0" }, "compile": { - "ref/netstandard1.0/System.Runtime.Serialization.Json.dll": {} + "lib/net8.0/Serilog.Formatting.Compact.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard1.3/System.Runtime.Serialization.Json.dll": {} + "lib/net8.0/Serilog.Formatting.Compact.dll": { + "related": ".xml" + } } }, - "System.Runtime.Serialization.Primitives/4.1.1": { + "Serilog.Settings.Configuration/9.0.0": { "type": "package", "dependencies": { - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0" + "Microsoft.Extensions.Configuration.Binder": "9.0.0", + "Microsoft.Extensions.DependencyModel": "9.0.0", + "Serilog": "4.2.0" }, "compile": { - "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} + "lib/net9.0/Serilog.Settings.Configuration.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} + "lib/net9.0/Serilog.Settings.Configuration.dll": { + "related": ".xml" + } } }, - "System.Security.AccessControl/5.0.0": { + "Serilog.Sinks.Console/6.1.1": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" + "Serilog": "4.0.0" }, "compile": { - "ref/netstandard2.0/System.Security.AccessControl.dll": { + "lib/net8.0/Serilog.Sinks.Console.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/System.Security.AccessControl.dll": { + "lib/net8.0/Serilog.Sinks.Console.dll": { "related": ".xml" } - }, - "runtimeTargets": { - "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": { - "assetType": "runtime", - "rid": "win" - } } }, - "System.Security.Cryptography.Algorithms/4.3.0": { + "Serilog.Sinks.Debug/3.0.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + "Serilog": "4.0.0" }, "compile": { - "ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll": {} + "lib/net8.0/Serilog.Sinks.Debug.dll": { + "related": ".xml" + } }, - "runtimeTargets": { - "runtimes/osx/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": { - "assetType": "runtime", - "rid": "osx" - }, - "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": { - "assetType": "runtime", - "rid": "win" + "runtime": { + "lib/net8.0/Serilog.Sinks.Debug.dll": { + "related": ".xml" } } }, - "System.Security.Cryptography.Cng/4.5.0": { + "Serilog.Sinks.File/7.0.0": { "type": "package", + "dependencies": { + "Serilog": "4.2.0" + }, "compile": { - "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll": { + "lib/net9.0/Serilog.Sinks.File.dll": { "related": ".xml" } }, "runtime": { - "lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {} - }, - "runtimeTargets": { - "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": { - "assetType": "runtime", - "rid": "win" + "lib/net9.0/Serilog.Sinks.File.dll": { + "related": ".xml" } } }, - "System.Security.Cryptography.Csp/4.3.0": { + "Serilog.Sinks.Http/9.2.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.7", + "Serilog.Sinks.File": "7.0.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "lib/netstandard2.1/Serilog.Sinks.Http.dll": { + "related": ".xml" + } }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Csp.dll": { - "assetType": "runtime", - "rid": "win" + "runtime": { + "lib/netstandard2.1/Serilog.Sinks.Http.dll": { + "related": ".xml" } } }, - "System.Security.Cryptography.Encoding/4.3.0": { + "Serilog.Sinks.Seq/9.0.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + "Serilog": "4.2.0", + "Serilog.Sinks.File": "6.0.0" }, "compile": { - "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": {} + "lib/net6.0/Serilog.Sinks.Seq.dll": { + "related": ".xml" + } }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": { - "assetType": "runtime", - "rid": "win" + "runtime": { + "lib/net6.0/Serilog.Sinks.Seq.dll": { + "related": ".xml" } } }, - "System.Security.Cryptography.OpenSsl/4.3.0": { + "StackExchange.Redis/2.7.27": { "type": "package", "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + "Microsoft.Extensions.Logging.Abstractions": "6.0.0", + "Pipelines.Sockets.Unofficial": "2.2.8" }, "compile": { - "ref/netstandard1.6/_._": {} + "lib/net6.0/StackExchange.Redis.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": { - "assetType": "runtime", - "rid": "unix" + "lib/net6.0/StackExchange.Redis.dll": { + "related": ".xml" } } }, - "System.Security.Cryptography.Primitives/4.3.0": { + "Swashbuckle.AspNetCore/7.2.0": { "type": "package", "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" + "Microsoft.Extensions.ApiDescription.Server": "6.0.5", + "Swashbuckle.AspNetCore.Swagger": "7.2.0", + "Swashbuckle.AspNetCore.SwaggerGen": "7.2.0", + "Swashbuckle.AspNetCore.SwaggerUI": "7.2.0" + }, + "build": { + "build/Swashbuckle.AspNetCore.props": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/Swashbuckle.AspNetCore.props": {} + } + }, + "Swashbuckle.AspNetCore.Newtonsoft/7.2.0": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "9.0.0", + "Swashbuckle.AspNetCore.SwaggerGen": "7.2.0" }, "compile": { - "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} + "lib/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll": { + "related": ".pdb" + } }, "runtime": { - "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} + "lib/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll": { + "related": ".pdb" + } } }, - "System.Security.Cryptography.ProtectedData/8.0.0": { + "Swashbuckle.AspNetCore.Swagger/7.2.0": { "type": "package", + "dependencies": { + "Microsoft.OpenApi": "1.6.22" + }, "compile": { - "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { - "related": ".xml" + "lib/net9.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" } }, "runtime": { - "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { - "related": ".xml" + "lib/net9.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" } }, - "build": { - "buildTransitive/net6.0/_._": {} - } + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] }, - "System.Security.Cryptography.X509Certificates/4.3.0": { + "Swashbuckle.AspNetCore.SwaggerGen/7.2.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + "Swashbuckle.AspNetCore.Swagger": "7.2.0" }, "compile": { - "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": {} + "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { - "assetType": "runtime", - "rid": "win" + "runtime": { + "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" } } }, - "System.Security.Principal.Windows/5.0.0": { + "Swashbuckle.AspNetCore.SwaggerUI/7.2.0": { "type": "package", "compile": { - "ref/netcoreapp3.0/System.Security.Principal.Windows.dll": { - "related": ".xml" + "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" } }, "runtime": { - "lib/netstandard2.0/System.Security.Principal.Windows.dll": { - "related": ".xml" + "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" } }, - "runtimeTargets": { - "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { - "assetType": "runtime", - "rid": "win" - } - } + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] }, - "System.Text.Encoding/4.3.0": { + "System.AppContext/4.3.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Text.Encoding.dll": {} + "ref/netstandard1.6/System.AppContext.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.6/System.AppContext.dll": {} } }, - "System.Text.Encoding.Extensions/4.3.0": { + "System.Buffers/4.5.0": { "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - }, "compile": { - "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {} + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} } }, - "System.Text.Encodings.Web/4.7.2": { + "System.ClientModel/1.0.0": { "type": "package", + "dependencies": { + "System.Memory.Data": "1.0.2", + "System.Text.Json": "4.7.2" + }, "compile": { - "lib/netstandard2.1/System.Text.Encodings.Web.dll": { + "lib/net6.0/System.ClientModel.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.1/System.Text.Encodings.Web.dll": { + "lib/net6.0/System.ClientModel.dll": { "related": ".xml" } } }, - "System.Text.Json/4.7.2": { + "System.CodeDom/4.4.0": { "type": "package", "compile": { - "lib/netcoreapp3.0/System.Text.Json.dll": { + "ref/netstandard2.0/System.CodeDom.dll": { "related": ".xml" } }, "runtime": { - "lib/netcoreapp3.0/System.Text.Json.dll": { - "related": ".xml" - } + "lib/netstandard2.0/System.CodeDom.dll": {} } }, - "System.Text.RegularExpressions/4.3.0": { + "System.Collections/4.3.0": { "type": "package", "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", "System.Runtime": "4.3.0" }, "compile": { - "ref/netcoreapp1.1/System.Text.RegularExpressions.dll": {} - }, - "runtime": { - "lib/netstandard1.6/System.Text.RegularExpressions.dll": {} + "ref/netstandard1.3/System.Collections.dll": { + "related": ".xml" + } } }, - "System.Threading/4.3.0": { + "System.Collections.Concurrent/4.3.0": { "type": "package", "dependencies": { - "System.Runtime": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0", "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Threading.dll": {} + "ref/netstandard1.3/System.Collections.Concurrent.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard1.3/System.Threading.dll": {} + "lib/netstandard1.3/System.Collections.Concurrent.dll": {} } }, - "System.Threading.Channels/7.0.0": { + "System.Collections.Immutable/6.0.0": { "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, "compile": { - "lib/net7.0/System.Threading.Channels.dll": { + "lib/net6.0/System.Collections.Immutable.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Threading.Channels.dll": { + "lib/net6.0/System.Collections.Immutable.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/netcoreapp3.1/_._": {} } }, - "System.Threading.Tasks/4.3.0": { + "System.Composition/6.0.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Composition.AttributedModel": "6.0.0", + "System.Composition.Convention": "6.0.0", + "System.Composition.Hosting": "6.0.0", + "System.Composition.Runtime": "6.0.0", + "System.Composition.TypedParts": "6.0.0" }, - "compile": { - "ref/netstandard1.3/System.Threading.Tasks.dll": {} + "build": { + "buildTransitive/netcoreapp3.1/_._": {} } }, - "System.Threading.Tasks.Extensions/4.5.4": { + "System.Composition.AttributedModel/6.0.0": { "type": "package", "compile": { - "ref/netcoreapp2.1/_._": {} + "lib/net6.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netcoreapp2.1/_._": {} + "lib/net6.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} } }, - "System.Threading.Thread/4.3.0": { + "System.Composition.Convention/6.0.0": { "type": "package", "dependencies": { - "System.Runtime": "4.3.0" + "System.Composition.AttributedModel": "6.0.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "lib/net6.0/System.Composition.Convention.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard1.3/System.Threading.Thread.dll": {} + "lib/net6.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} } }, - "System.Threading.ThreadPool/4.3.0": { + "System.Composition.Hosting/6.0.0": { "type": "package", "dependencies": { - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" + "System.Composition.Runtime": "6.0.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "lib/net6.0/System.Composition.Hosting.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard1.3/System.Threading.ThreadPool.dll": {} + "lib/net6.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} } }, - "System.Threading.Timer/4.3.0": { + "System.Composition.Runtime/6.0.0": { "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, "compile": { - "ref/netstandard1.2/System.Threading.Timer.dll": {} + "lib/net6.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} } }, - "System.Xml.ReaderWriter/4.3.0": { + "System.Composition.TypedParts/6.0.0": { "type": "package", "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" + "System.Composition.AttributedModel": "6.0.0", + "System.Composition.Hosting": "6.0.0", + "System.Composition.Runtime": "6.0.0" }, "compile": { - "ref/netstandard1.3/System.Xml.ReaderWriter.dll": {} + "lib/net6.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard1.3/System.Xml.ReaderWriter.dll": {} + "lib/net6.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} } }, - "System.Xml.XDocument/4.3.0": { + "System.Configuration.ConfigurationManager/8.0.0": { "type": "package", "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" + "System.Diagnostics.EventLog": "8.0.0", + "System.Security.Cryptography.ProtectedData": "8.0.0" }, "compile": { - "ref/netstandard1.3/System.Xml.XDocument.dll": {} + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard1.3/System.Xml.XDocument.dll": {} + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} } }, - "System.Xml.XmlDocument/4.0.1": { + "System.Console/4.3.0": { "type": "package", "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "System.Xml.ReaderWriter": "4.0.11" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Xml.XmlDocument.dll": {} + "ref/netstandard1.3/System.Console.dll": { + "related": ".xml" + } } }, - "System.Xml.XmlSerializer/4.0.11": { + "System.Diagnostics.Debug/4.3.0": { "type": "package", "dependencies": { - "System.Collections": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Linq": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Emit": "4.0.1", - "System.Reflection.Emit.ILGeneration": "4.0.1", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Text.RegularExpressions": "4.1.0", - "System.Threading": "4.0.11", - "System.Xml.ReaderWriter": "4.0.11", - "System.Xml.XmlDocument": "4.0.1" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Xml.XmlSerializer.dll": {} + "ref/netstandard1.3/System.Diagnostics.Debug.dll": { + "related": ".xml" + } } }, - "EventBus/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v9.0", - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, + "System.Diagnostics.DiagnosticSource/10.0.0": { + "type": "package", "compile": { - "bin/placeholder/EventBus.dll": {} + "lib/net9.0/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } }, "runtime": { - "bin/placeholder/EventBus.dll": {} + "lib/net9.0/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "EventBusRabbitMQ/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v9.0", - "dependencies": { - "Autofac": "8.1.1", - "EventBus": "1.0.0", - "Microsoft.CSharp": "4.7.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Newtonsoft.Json": "13.0.3", - "Polly": "8.5.0", - "RabbitMQ.Client": "6.8.1" - }, + "System.Diagnostics.EventLog/9.0.2": { + "type": "package", "compile": { - "bin/placeholder/EventBusRabbitMQ.dll": {} + "lib/net9.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } }, "runtime": { - "bin/placeholder/EventBusRabbitMQ.dll": {} + "lib/net9.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll": { + "assetType": "runtime", + "rid": "win" + }, + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll": { + "assetType": "runtime", + "rid": "win" + } } }, - "EventBusServiceBus/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v9.0", + "System.Diagnostics.PerformanceCounter/6.0.0": { + "type": "package", "dependencies": { - "Autofac": "8.1.1", - "EventBus": "1.0.0", - "Microsoft.Azure.ServiceBus": "5.2.0", - "Microsoft.CSharp": "4.7.0", - "Microsoft.Extensions.Logging": "9.0.0" + "System.Configuration.ConfigurationManager": "6.0.0" }, "compile": { - "bin/placeholder/EventBusServiceBus.dll": {} + "lib/net6.0/System.Diagnostics.PerformanceCounter.dll": { + "related": ".xml" + } }, "runtime": { - "bin/placeholder/EventBusServiceBus.dll": {} + "lib/net6.0/System.Diagnostics.PerformanceCounter.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll": { + "assetType": "runtime", + "rid": "win" + } } - } - } - }, - "libraries": { - "AspNetCore.HealthChecks.AzureServiceBus/8.0.1": { - "sha512": "67GttVESv92GIthFMNqLbWvnQr3AFujGGsydKUl51R7p+KETguIJ+yHGUSnLL8XEcIWO0pENO714WlAqmON8EQ==", - "type": "package", - "path": "aspnetcore.healthchecks.azureservicebus/8.0.1", + }, + "System.Diagnostics.Process/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.Win32.Primitives": "4.3.0", + "Microsoft.Win32.Registry": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Thread": "4.3.0", + "System.Threading.ThreadPool": "4.3.0", + "runtime.native.System": "4.3.0" + }, + "compile": { + "ref/netstandard1.4/System.Diagnostics.Process.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/linux/lib/netstandard1.4/System.Diagnostics.Process.dll": { + "assetType": "runtime", + "rid": "linux" + }, + "runtimes/osx/lib/netstandard1.4/System.Diagnostics.Process.dll": { + "assetType": "runtime", + "rid": "osx" + }, + "runtimes/win/lib/netstandard1.4/System.Diagnostics.Process.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Diagnostics.Tools/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.Diagnostics.Tools.dll": { + "related": ".xml" + } + } + }, + "System.Diagnostics.Tracing/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.Diagnostics.Tracing.dll": { + "related": ".xml" + } + } + }, + "System.Globalization/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Globalization.dll": { + "related": ".xml" + } + } + }, + "System.Globalization.Calendars/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Globalization.Calendars.dll": { + "related": ".xml" + } + } + }, + "System.Globalization.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.IdentityModel.Tokens.Jwt/8.6.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.JsonWebTokens": "8.6.0", + "Microsoft.IdentityModel.Tokens": "8.6.0" + }, + "compile": { + "lib/net9.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + } + }, + "System.IO/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.IO.dll": { + "related": ".xml" + } + } + }, + "System.IO.Compression/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Buffers": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.native.System": "4.3.0", + "runtime.native.System.IO.Compression": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.IO.Compression.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.IO.Compression.ZipFile/4.3.0": { + "type": "package", + "dependencies": { + "System.Buffers": "4.3.0", + "System.IO": "4.3.0", + "System.IO.Compression": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {} + } + }, + "System.IO.FileSystem/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.IO.FileSystem.dll": { + "related": ".xml" + } + } + }, + "System.IO.FileSystem.AccessControl/4.7.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "4.7.0", + "System.Security.Principal.Windows": "4.7.0" + }, + "compile": { + "ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.IO.Pipelines/6.0.3": { + "type": "package", + "compile": { + "lib/net6.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Linq/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.6/System.Linq.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.6/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Linq": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Emit": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.6/System.Linq.Expressions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.6/System.Linq.Expressions.dll": {} + } + }, + "System.Memory/4.5.5": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.Memory.Data/1.0.2": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "4.7.2", + "System.Text.Json": "4.6.0" + }, + "compile": { + "lib/netstandard2.0/System.Memory.Data.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Memory.Data.dll": { + "related": ".xml" + } + } + }, + "System.Net.Http/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.DiagnosticSource": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Extensions": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.OpenSsl": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Security.Cryptography.X509Certificates": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.native.System": "4.3.0", + "runtime.native.System.Net.Http": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Net.Http.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Net.Http.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Net.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Net.Primitives.dll": { + "related": ".xml" + } + } + }, + "System.Net.Sockets/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Net.Sockets.dll": { + "related": ".xml" + } + } + }, + "System.Numerics.Vectors/4.5.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "System.ObjectModel/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.ObjectModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.ObjectModel.dll": {} + } + }, + "System.Private.DataContractSerialization/4.1.1": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11", + "System.Collections.Concurrent": "4.0.12", + "System.Diagnostics.Debug": "4.0.11", + "System.Globalization": "4.0.11", + "System.IO": "4.1.0", + "System.Linq": "4.1.0", + "System.Reflection": "4.1.0", + "System.Reflection.Emit.ILGeneration": "4.0.1", + "System.Reflection.Emit.Lightweight": "4.0.1", + "System.Reflection.Extensions": "4.0.1", + "System.Reflection.Primitives": "4.0.1", + "System.Reflection.TypeExtensions": "4.1.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Runtime.Serialization.Primitives": "4.1.1", + "System.Text.Encoding": "4.0.11", + "System.Text.Encoding.Extensions": "4.0.11", + "System.Text.RegularExpressions": "4.1.0", + "System.Threading": "4.0.11", + "System.Threading.Tasks": "4.0.11", + "System.Xml.ReaderWriter": "4.0.11", + "System.Xml.XmlDocument": "4.0.1", + "System.Xml.XmlSerializer": "4.0.11" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Private.DataContractSerialization.dll": {} + } + }, + "System.Reflection/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.Reflection.dll": { + "related": ".xml" + } + } + }, + "System.Reflection.Emit/4.3.0": { + "type": "package", + "dependencies": { + "System.IO": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.1/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.3.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Emit.Lightweight/4.3.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll": {} + } + }, + "System.Reflection.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.Reflection.Extensions.dll": { + "related": ".xml" + } + } + }, + "System.Reflection.Metadata/6.0.1": { + "type": "package", + "dependencies": { + "System.Collections.Immutable": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Reflection.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.Reflection.Primitives.dll": { + "related": ".xml" + } + } + }, + "System.Reflection.TypeExtensions/4.3.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.5/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.Resources.ResourceManager.dll": { + "related": ".xml" + } + } + }, + "System.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "ref/netstandard1.5/System.Runtime.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.Caching/8.0.0": { + "type": "package", + "dependencies": { + "System.Configuration.ConfigurationManager": "8.0.0" + }, + "compile": { + "lib/net8.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Runtime.Caching.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Runtime.Caching.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Runtime.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.Runtime.Extensions.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.Handles/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Runtime.Handles.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.InteropServices/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netcoreapp1.1/System.Runtime.InteropServices.dll": {} + } + }, + "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0", + "runtime.native.System": "4.3.0" + }, + "compile": { + "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} + }, + "runtime": { + "lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Runtime.Numerics/4.3.0": { + "type": "package", + "dependencies": { + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.1/System.Runtime.Numerics.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Numerics.dll": {} + } + }, + "System.Runtime.Serialization.Json/4.0.2": { + "type": "package", + "dependencies": { + "System.IO": "4.1.0", + "System.Private.DataContractSerialization": "4.1.1", + "System.Runtime": "4.1.0" + }, + "compile": { + "ref/netstandard1.0/System.Runtime.Serialization.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Serialization.Json.dll": {} + } + }, + "System.Runtime.Serialization.Primitives/4.1.1": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0" + }, + "compile": { + "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} + } + }, + "System.Security.AccessControl/4.7.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "3.1.0", + "System.Security.Principal.Windows": "4.7.0" + }, + "compile": { + "ref/netstandard2.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Algorithms/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.native.System.Security.Cryptography.Apple": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll": {} + }, + "runtimeTargets": { + "runtimes/osx/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": { + "assetType": "runtime", + "rid": "osx" + }, + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Cng/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.6/_._": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Cng.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Csp/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.IO": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Csp.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Encoding/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Linq": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "ref/netstandard1.6/_._": {} + }, + "runtime": { + "lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": { + "assetType": "runtime", + "rid": "unix" + } + } + }, + "System.Security.Cryptography.Pkcs/9.0.0": { + "type": "package", + "compile": { + "lib/net9.0/System.Security.Cryptography.Pkcs.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/System.Security.Cryptography.Pkcs.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net9.0/System.Security.Cryptography.Pkcs.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.ProtectedData/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Calendars": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Cng": "4.3.0", + "System.Security.Cryptography.Csp": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.OpenSsl": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "runtime.native.System": "4.3.0", + "runtime.native.System.Net.Http": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Xml/9.0.0": { + "type": "package", + "dependencies": { + "System.Security.Cryptography.Pkcs": "9.0.0" + }, + "compile": { + "lib/net9.0/System.Security.Cryptography.Xml.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/System.Security.Cryptography.Xml.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "System.Security.Principal.Windows/4.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp3.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Text.Encoding/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Text.Encoding.dll": { + "related": ".xml" + } + } + }, + "System.Text.Encoding.CodePages/6.0.0": { + "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Text.Encoding.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": { + "related": ".xml" + } + } + }, + "System.Text.Encodings.Web/4.7.2": { + "type": "package", + "compile": { + "lib/netstandard2.1/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + } + }, + "System.Text.Json/4.7.2": { + "type": "package", + "compile": { + "lib/netcoreapp3.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp3.0/System.Text.Json.dll": { + "related": ".xml" + } + } + }, + "System.Text.RegularExpressions/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netcoreapp1.1/System.Text.RegularExpressions.dll": {} + }, + "runtime": { + "lib/netstandard1.6/System.Text.RegularExpressions.dll": {} + } + }, + "System.Threading/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Threading.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.dll": {} + } + }, + "System.Threading.Channels/7.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Threading.Channels.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Threading.Channels.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Threading.Tasks/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Threading.Tasks.dll": { + "related": ".xml" + } + } + }, + "System.Threading.Tasks.Extensions/4.5.4": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.Threading.Thread/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.Thread.dll": {} + } + }, + "System.Threading.ThreadPool/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.ThreadPool.dll": {} + } + }, + "System.Threading.Timer/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.2/System.Threading.Timer.dll": { + "related": ".xml" + } + } + }, + "System.ValueTuple/4.5.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "System.Xml.ReaderWriter/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Tasks.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Xml.ReaderWriter.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Xml.ReaderWriter.dll": {} + } + }, + "System.Xml.XDocument/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tools": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Xml.XDocument.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Xml.XDocument.dll": {} + } + }, + "System.Xml.XmlDocument/4.0.1": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11", + "System.Diagnostics.Debug": "4.0.11", + "System.Globalization": "4.0.11", + "System.IO": "4.1.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Text.Encoding": "4.0.11", + "System.Threading": "4.0.11", + "System.Xml.ReaderWriter": "4.0.11" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Xml.XmlDocument.dll": {} + } + }, + "System.Xml.XmlSerializer/4.0.11": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11", + "System.Globalization": "4.0.11", + "System.IO": "4.1.0", + "System.Linq": "4.1.0", + "System.Reflection": "4.1.0", + "System.Reflection.Emit": "4.0.1", + "System.Reflection.Emit.ILGeneration": "4.0.1", + "System.Reflection.Extensions": "4.0.1", + "System.Reflection.Primitives": "4.0.1", + "System.Reflection.TypeExtensions": "4.1.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Text.RegularExpressions": "4.1.0", + "System.Threading": "4.0.11", + "System.Xml.ReaderWriter": "4.0.11", + "System.Xml.XmlDocument": "4.0.1" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Xml.XmlSerializer.dll": {} + } + }, + "YamlDotNet/16.3.0": { + "type": "package", + "compile": { + "lib/net8.0/YamlDotNet.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/YamlDotNet.dll": { + "related": ".xml" + } + } + }, + "EventBus/1.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v9.0", + "dependencies": { + "Newtonsoft.Json": "13.0.4" + }, + "compile": { + "bin/placeholder/EventBus.dll": {} + }, + "runtime": { + "bin/placeholder/EventBus.dll": {} + } + }, + "EventBusRabbitMQ/1.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v9.0", + "dependencies": { + "Autofac": "9.0.0", + "EventBus": "1.0.0", + "Microsoft.CSharp": "4.7.0", + "Microsoft.Extensions.Logging": "9.0.2", + "Newtonsoft.Json": "13.0.4", + "Polly": "8.6.5", + "RabbitMQ.Client": "6.8.1" + }, + "compile": { + "bin/placeholder/EventBusRabbitMQ.dll": {} + }, + "runtime": { + "bin/placeholder/EventBusRabbitMQ.dll": {} + } + }, + "EventBusServiceBus/1.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v9.0", + "dependencies": { + "Autofac": "9.0.0", + "EventBus": "1.0.0", + "Microsoft.Azure.ServiceBus": "5.2.0", + "Microsoft.CSharp": "4.7.0", + "Microsoft.Extensions.Logging": "9.0.2" + }, + "compile": { + "bin/placeholder/EventBusServiceBus.dll": {} + }, + "runtime": { + "bin/placeholder/EventBusServiceBus.dll": {} + } + } + } + }, + "libraries": { + "AspNetCore.HealthChecks.AzureServiceBus/9.0.0": { + "sha512": "Uzml9qWAvN6xPJejdTLznx9SIczKs/exieiJCU0Kjivt4ZTcsLdE3u2g8HJr0VWhguQad2mpGkwXtQ9nWfkm4g==", + "type": "package", + "path": "aspnetcore.healthchecks.azureservicebus/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "aspnetcore.healthchecks.azureservicebus.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.azureservicebus.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.AzureServiceBus.dll", + "lib/net8.0/HealthChecks.AzureServiceBus.xml", + "lib/netstandard2.0/HealthChecks.AzureServiceBus.dll", + "lib/netstandard2.0/HealthChecks.AzureServiceBus.xml" + ] + }, + "AspNetCore.HealthChecks.Rabbitmq/8.0.2": { + "sha512": "A/29xmNWfssOY1zq1bWAaZPW/iJfBhJN+I737KKHQutzB0JFwAIKesjsUWN2BAJwqS/ciFMjNxvCDHtAgU0PIQ==", + "type": "package", + "path": "aspnetcore.healthchecks.rabbitmq/8.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "aspnetcore.healthchecks.rabbitmq.8.0.2.nupkg.sha512", + "aspnetcore.healthchecks.rabbitmq.nuspec", + "icon.png", + "lib/net6.0/HealthChecks.Rabbitmq.dll", + "lib/net6.0/HealthChecks.Rabbitmq.xml", + "lib/netstandard2.0/HealthChecks.Rabbitmq.dll", + "lib/netstandard2.0/HealthChecks.Rabbitmq.xml" + ] + }, + "AspNetCore.HealthChecks.Redis/9.0.0": { + "sha512": "yNH0h8GLRbAf+PU5HNVLZ5hNeyq9mDVmRKO9xuZsme/znUYoBJlQvI0gq45gaZNlLncCHkMhR4o90MuT+gxxPw==", + "type": "package", + "path": "aspnetcore.healthchecks.redis/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.redis.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.redis.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.Redis.dll", + "lib/net8.0/HealthChecks.Redis.xml", + "lib/netstandard2.0/HealthChecks.Redis.dll", + "lib/netstandard2.0/HealthChecks.Redis.xml" + ] + }, + "AspNetCore.HealthChecks.SqlServer/9.0.0": { + "sha512": "UxCf65iCF2nU1u7AcB320abjL4CRg5swCgJECY6mKk1j5lrGMfVtskWwriGs1T29pYdRig9Vra3SPnP+4G82pA==", + "type": "package", + "path": "aspnetcore.healthchecks.sqlserver/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.sqlserver.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.sqlserver.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.SqlServer.dll", + "lib/net8.0/HealthChecks.SqlServer.xml", + "lib/netstandard2.0/HealthChecks.SqlServer.dll", + "lib/netstandard2.0/HealthChecks.SqlServer.xml" + ] + }, + "AspNetCore.HealthChecks.UI/9.0.0": { + "sha512": "r/bGIiFDm/Bv+S/OCcE1/YzM4Zul1nEKGRA42xcGqxaYmaQf1T+gFEReNNA+5nHXuXt5TRuBuVag1emXuwqe6w==", + "type": "package", + "path": "aspnetcore.healthchecks.ui/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.ui.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.ui.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.UI.dll", + "lib/net8.0/HealthChecks.UI.runtimeconfig.json", + "lib/net8.0/HealthChecks.UI.xml" + ] + }, + "AspNetCore.HealthChecks.UI.Client/9.0.0": { + "sha512": "1Ub3Wvvbz7CMuFNWgLEc9qqQibiMoovDML/WHrwr5J83RPgtI20giCR92s/ipLgu7IIuqw+W/y7WpIeHqAICxg==", + "type": "package", + "path": "aspnetcore.healthchecks.ui.client/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.ui.client.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.ui.client.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.UI.Client.dll", + "lib/net8.0/HealthChecks.UI.Client.xml" + ] + }, + "AspNetCore.HealthChecks.UI.Core/9.0.0": { + "sha512": "TVriy4hgYnhfqz6NAzv8qe62Q8wf82iKUL6WV9selqeFZTq1ILi39Sic6sFQegRysvAVcnxKP/vY8z9Fk8x6XQ==", + "type": "package", + "path": "aspnetcore.healthchecks.ui.core/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.ui.core.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.ui.core.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.UI.Core.dll", + "lib/net8.0/HealthChecks.UI.Core.xml" + ] + }, + "AspNetCore.HealthChecks.UI.Data/9.0.0": { + "sha512": "bZkXUdiqXOkmhe3XHF+OIgPQKR8OXS8/+iDWegmxSXtbaIYwsT5+B0URT+P4OPvhj5tR2goMMZe5KwJBVHr+1g==", + "type": "package", + "path": "aspnetcore.healthchecks.ui.data/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.ui.data.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.ui.data.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.UI.Data.dll", + "lib/net8.0/HealthChecks.UI.Data.xml" + ] + }, + "AspNetCore.HealthChecks.UI.InMemory.Storage/9.0.0": { + "sha512": "xuq+HBH8Ckz9r5d+yP1pk7cgIbPLBqCGfYu0MxtvbtsxIo7cv5nQoUCJsdgqN5/a4ndVUJZco6GjWFk6r4xN1w==", + "type": "package", + "path": "aspnetcore.healthchecks.ui.inmemory.storage/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.ui.inmemory.storage.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.ui.inmemory.storage.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.UI.InMemory.Storage.dll", + "lib/net8.0/HealthChecks.UI.InMemory.Storage.xml" + ] + }, + "AspNetCore.HealthChecks.Uris/9.0.0": { + "sha512": "XYdNlA437KeF8p9qOpZFyNqAN+c0FXt/JjTvzH/Qans0q0O3pPE8KPnn39ucQQjR/Roum1vLTP3kXiUs8VHyuA==", + "type": "package", + "path": "aspnetcore.healthchecks.uris/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.uris.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.uris.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.Uris.dll", + "lib/net8.0/HealthChecks.Uris.xml", + "lib/netstandard2.0/HealthChecks.Uris.dll", + "lib/netstandard2.0/HealthChecks.Uris.xml" + ] + }, + "Autofac/9.0.0": { + "sha512": "G8TpUMVIq1pEAMuAao8h5MKduY91SotjgK93wQb5LaxbJUVE0/XjCA6t2SOp+AkPC3GB/C2MAiF2D7krYjraFw==", + "type": "package", + "path": "autofac/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "autofac.9.0.0.nupkg.sha512", + "autofac.nuspec", + "icon.png", + "lib/net10.0/Autofac.dll", + "lib/net10.0/Autofac.xml", + "lib/net8.0/Autofac.dll", + "lib/net8.0/Autofac.xml", + "lib/netstandard2.0/Autofac.dll", + "lib/netstandard2.0/Autofac.xml", + "lib/netstandard2.1/Autofac.dll", + "lib/netstandard2.1/Autofac.xml" + ] + }, + "Autofac.Extensions.DependencyInjection/9.0.0": { + "sha512": "tf+//4MBola256qaaVQqQ6tx2R57S8A8BFekRWNpHkpSFzRBPkU+/fEDUSrCjqldK/B2zRoDbsMcQmYy3PYGWg==", + "type": "package", + "path": "autofac.extensions.dependencyinjection/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "autofac.extensions.dependencyinjection.9.0.0.nupkg.sha512", + "autofac.extensions.dependencyinjection.nuspec", + "icon.png", + "lib/net6.0/Autofac.Extensions.DependencyInjection.dll", + "lib/net6.0/Autofac.Extensions.DependencyInjection.xml", + "lib/net7.0/Autofac.Extensions.DependencyInjection.dll", + "lib/net7.0/Autofac.Extensions.DependencyInjection.xml", + "lib/net8.0/Autofac.Extensions.DependencyInjection.dll", + "lib/net8.0/Autofac.Extensions.DependencyInjection.xml", + "lib/netstandard2.0/Autofac.Extensions.DependencyInjection.dll", + "lib/netstandard2.0/Autofac.Extensions.DependencyInjection.xml", + "lib/netstandard2.1/Autofac.Extensions.DependencyInjection.dll", + "lib/netstandard2.1/Autofac.Extensions.DependencyInjection.xml" + ] + }, + "Azure.Core/1.38.0": { + "sha512": "IuEgCoVA0ef7E4pQtpC3+TkPbzaoQfa77HlfJDmfuaJUCVJmn7fT0izamZiryW5sYUFKizsftIxMkXKbgIcPMQ==", + "type": "package", + "path": "azure.core/1.38.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.core.1.38.0.nupkg.sha512", + "azure.core.nuspec", + "azureicon.png", + "lib/net461/Azure.Core.dll", + "lib/net461/Azure.Core.xml", + "lib/net472/Azure.Core.dll", + "lib/net472/Azure.Core.xml", + "lib/net6.0/Azure.Core.dll", + "lib/net6.0/Azure.Core.xml", + "lib/netstandard2.0/Azure.Core.dll", + "lib/netstandard2.0/Azure.Core.xml" + ] + }, + "Azure.Core.Amqp/1.3.0": { + "sha512": "6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==", + "type": "package", + "path": "azure.core.amqp/1.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.core.amqp.1.3.0.nupkg.sha512", + "azure.core.amqp.nuspec", + "azureicon.png", + "lib/netstandard2.0/Azure.Core.Amqp.dll", + "lib/netstandard2.0/Azure.Core.Amqp.xml" + ] + }, + "Azure.Identity/1.11.4": { + "sha512": "Sf4BoE6Q3jTgFkgBkx7qztYOFELBCo+wQgpYDwal/qJ1unBH73ywPztIJKXBXORRzAeNijsuxhk94h0TIMvfYg==", + "type": "package", + "path": "azure.identity/1.11.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.identity.1.11.4.nupkg.sha512", + "azure.identity.nuspec", + "azureicon.png", + "lib/netstandard2.0/Azure.Identity.dll", + "lib/netstandard2.0/Azure.Identity.xml" + ] + }, + "Azure.Messaging.ServiceBus/7.17.0": { + "sha512": "lpQXW+8IsTsCp8hvMIiqcp0oLYgxc79g7ALYUOOXiZy/3WORlaN237eNx0LCX40wTo7hLtdbVrmoUa+kIohGpg==", + "type": "package", + "path": "azure.messaging.servicebus/7.17.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.messaging.servicebus.7.17.0.nupkg.sha512", + "azure.messaging.servicebus.nuspec", + "azureicon.png", + "lib/netstandard2.0/Azure.Messaging.ServiceBus.dll", + "lib/netstandard2.0/Azure.Messaging.ServiceBus.xml" + ] + }, + "Dapper/2.1.66": { + "sha512": "/q77jUgDOS+bzkmk3Vy9SiWMaetTw+NOoPAV0xPBsGVAyljd5S6P+4RUW7R3ZUGGr9lDRyPKgAMj2UAOwvqZYw==", + "type": "package", + "path": "dapper/2.1.66", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Dapper.png", + "dapper.2.1.66.nupkg.sha512", + "dapper.nuspec", + "lib/net461/Dapper.dll", + "lib/net461/Dapper.xml", + "lib/net8.0/Dapper.dll", + "lib/net8.0/Dapper.xml", + "lib/netstandard2.0/Dapper.dll", + "lib/netstandard2.0/Dapper.xml", + "readme.md" + ] + }, + "FluentValidation/11.5.1": { + "sha512": "0h1Q5lNOLLyYTWMJmyNoMqhY4CBRvvUWvJP1R4F2CnmmzuWwvB0A8aVmw5+lOuwYnwUwCRrdeMLbc81F38ahNQ==", + "type": "package", + "path": "fluentvalidation/11.5.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "fluent-validation-icon.png", + "fluentvalidation.11.5.1.nupkg.sha512", + "fluentvalidation.nuspec", + "lib/net5.0/FluentValidation.dll", + "lib/net5.0/FluentValidation.xml", + "lib/net6.0/FluentValidation.dll", + "lib/net6.0/FluentValidation.xml", + "lib/net7.0/FluentValidation.dll", + "lib/net7.0/FluentValidation.xml", + "lib/netstandard2.0/FluentValidation.dll", + "lib/netstandard2.0/FluentValidation.xml", + "lib/netstandard2.1/FluentValidation.dll", + "lib/netstandard2.1/FluentValidation.xml" + ] + }, + "FluentValidation.AspNetCore/11.3.0": { + "sha512": "jtFVgKnDFySyBlPS8bZbTKEEwJZnn11rXXJ2SQnjDhZ56rQqybBg9Joq4crRLz3y0QR8WoOq4iE4piV81w/Djg==", + "type": "package", + "path": "fluentvalidation.aspnetcore/11.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "fluent-validation-icon.png", + "fluentvalidation.aspnetcore.11.3.0.nupkg.sha512", + "fluentvalidation.aspnetcore.nuspec", + "lib/net5.0/FluentValidation.AspNetCore.dll", + "lib/net5.0/FluentValidation.AspNetCore.xml", + "lib/net6.0/FluentValidation.AspNetCore.dll", + "lib/net6.0/FluentValidation.AspNetCore.xml", + "lib/netcoreapp3.1/FluentValidation.AspNetCore.dll", + "lib/netcoreapp3.1/FluentValidation.AspNetCore.xml" + ] + }, + "FluentValidation.DependencyInjectionExtensions/11.5.1": { + "sha512": "iWM0LS1MDYX06pcjMEQKqHirl2zkjHlNV23mEJSoR1IZI7KQmTa0RcTtGEJpj5+iHvBCfrzP2mYKM4FtRKVb+A==", + "type": "package", + "path": "fluentvalidation.dependencyinjectionextensions/11.5.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "fluent-validation-icon.png", + "fluentvalidation.dependencyinjectionextensions.11.5.1.nupkg.sha512", + "fluentvalidation.dependencyinjectionextensions.nuspec", + "lib/netstandard2.0/FluentValidation.DependencyInjectionExtensions.dll", + "lib/netstandard2.0/FluentValidation.DependencyInjectionExtensions.xml", + "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.dll", + "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.xml" + ] + }, + "Fractions/7.3.0": { + "sha512": "2bETFWLBc8b7Ut2SVi+bxhGVwiSpknHYGBh2PADyGWONLkTxT7bKyDRhF8ao+XUv90tq8Fl7GTPxSI5bacIRJw==", + "type": "package", + "path": "fractions/7.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Fraction.png", + "Readme.md", + "fractions.7.3.0.nupkg.sha512", + "fractions.nuspec", + "lib/netstandard2.0/Fractions.dll", + "lib/netstandard2.0/Fractions.xml", + "lib/netstandard2.1/Fractions.dll", + "lib/netstandard2.1/Fractions.xml", + "license.txt" + ] + }, + "Google.Protobuf/3.33.1": { + "sha512": "RztiFmX9aOWDwfhxFzx/nS4fjs4DX7ZC7/XBEBl56k15lPGBftvbSwZkeo1mMCJHrNp1kK5iQYrFXB4MqCmBCA==", + "type": "package", + "path": "google.protobuf/3.33.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "google.protobuf.3.33.1.nupkg.sha512", + "google.protobuf.nuspec", + "lib/net45/Google.Protobuf.dll", + "lib/net45/Google.Protobuf.pdb", + "lib/net45/Google.Protobuf.xml", + "lib/net5.0/Google.Protobuf.dll", + "lib/net5.0/Google.Protobuf.pdb", + "lib/net5.0/Google.Protobuf.xml", + "lib/netstandard1.1/Google.Protobuf.dll", + "lib/netstandard1.1/Google.Protobuf.pdb", + "lib/netstandard1.1/Google.Protobuf.xml", + "lib/netstandard2.0/Google.Protobuf.dll", + "lib/netstandard2.0/Google.Protobuf.pdb", + "lib/netstandard2.0/Google.Protobuf.xml" + ] + }, + "Grpc.AspNetCore.Server/2.71.0": { + "sha512": "kv+9YVB6MqDYWIcstXvWrT7Xc1si/sfINzzSxvQfjC3aei+92gXDUXCH/Q+TEvi4QSICRqu92BYcrXUBW7cuOw==", + "type": "package", + "path": "grpc.aspnetcore.server/2.71.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "grpc.aspnetcore.server.2.71.0.nupkg.sha512", + "grpc.aspnetcore.server.nuspec", + "lib/net6.0/Grpc.AspNetCore.Server.dll", + "lib/net6.0/Grpc.AspNetCore.Server.pdb", + "lib/net6.0/Grpc.AspNetCore.Server.xml", + "lib/net7.0/Grpc.AspNetCore.Server.dll", + "lib/net7.0/Grpc.AspNetCore.Server.pdb", + "lib/net7.0/Grpc.AspNetCore.Server.xml", + "lib/net8.0/Grpc.AspNetCore.Server.dll", + "lib/net8.0/Grpc.AspNetCore.Server.pdb", + "lib/net8.0/Grpc.AspNetCore.Server.xml", + "lib/net9.0/Grpc.AspNetCore.Server.dll", + "lib/net9.0/Grpc.AspNetCore.Server.pdb", + "lib/net9.0/Grpc.AspNetCore.Server.xml", + "packageIcon.png" + ] + }, + "Grpc.AspNetCore.Server.ClientFactory/2.71.0": { + "sha512": "AHvMxoC+esO1e/nOYBjxvn0WDHAfglcVBjtkBy6ohgnV+PzkF8UdkPHE02xnyPFaSokWGZKnWzjgd00x6EZpyQ==", + "type": "package", + "path": "grpc.aspnetcore.server.clientfactory/2.71.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "grpc.aspnetcore.server.clientfactory.2.71.0.nupkg.sha512", + "grpc.aspnetcore.server.clientfactory.nuspec", + "lib/net6.0/Grpc.AspNetCore.Server.ClientFactory.dll", + "lib/net6.0/Grpc.AspNetCore.Server.ClientFactory.pdb", + "lib/net6.0/Grpc.AspNetCore.Server.ClientFactory.xml", + "lib/net7.0/Grpc.AspNetCore.Server.ClientFactory.dll", + "lib/net7.0/Grpc.AspNetCore.Server.ClientFactory.pdb", + "lib/net7.0/Grpc.AspNetCore.Server.ClientFactory.xml", + "lib/net8.0/Grpc.AspNetCore.Server.ClientFactory.dll", + "lib/net8.0/Grpc.AspNetCore.Server.ClientFactory.pdb", + "lib/net8.0/Grpc.AspNetCore.Server.ClientFactory.xml", + "lib/net9.0/Grpc.AspNetCore.Server.ClientFactory.dll", + "lib/net9.0/Grpc.AspNetCore.Server.ClientFactory.pdb", + "lib/net9.0/Grpc.AspNetCore.Server.ClientFactory.xml", + "packageIcon.png" + ] + }, + "Grpc.Core.Api/2.71.0": { + "sha512": "QquqUC37yxsDzd1QaDRsH2+uuznWPTS8CVE2Yzwl3CvU4geTNkolQXoVN812M2IwT6zpv3jsZRc9ExJFNFslTg==", + "type": "package", + "path": "grpc.core.api/2.71.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "grpc.core.api.2.71.0.nupkg.sha512", + "grpc.core.api.nuspec", + "lib/net462/Grpc.Core.Api.dll", + "lib/net462/Grpc.Core.Api.pdb", + "lib/net462/Grpc.Core.Api.xml", + "lib/netstandard2.0/Grpc.Core.Api.dll", + "lib/netstandard2.0/Grpc.Core.Api.pdb", + "lib/netstandard2.0/Grpc.Core.Api.xml", + "lib/netstandard2.1/Grpc.Core.Api.dll", + "lib/netstandard2.1/Grpc.Core.Api.pdb", + "lib/netstandard2.1/Grpc.Core.Api.xml", + "packageIcon.png" + ] + }, + "Grpc.Net.Client/2.71.0": { + "sha512": "U1vr20r5ngoT9nlb7wejF28EKN+taMhJsV9XtK9MkiepTZwnKxxiarriiMfCHuDAfPUm9XUjFMn/RIuJ4YY61w==", + "type": "package", + "path": "grpc.net.client/2.71.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "grpc.net.client.2.71.0.nupkg.sha512", + "grpc.net.client.nuspec", + "lib/net462/Grpc.Net.Client.dll", + "lib/net462/Grpc.Net.Client.pdb", + "lib/net462/Grpc.Net.Client.xml", + "lib/net6.0/Grpc.Net.Client.dll", + "lib/net6.0/Grpc.Net.Client.pdb", + "lib/net6.0/Grpc.Net.Client.xml", + "lib/net7.0/Grpc.Net.Client.dll", + "lib/net7.0/Grpc.Net.Client.pdb", + "lib/net7.0/Grpc.Net.Client.xml", + "lib/net8.0/Grpc.Net.Client.dll", + "lib/net8.0/Grpc.Net.Client.pdb", + "lib/net8.0/Grpc.Net.Client.xml", + "lib/netstandard2.0/Grpc.Net.Client.dll", + "lib/netstandard2.0/Grpc.Net.Client.pdb", + "lib/netstandard2.0/Grpc.Net.Client.xml", + "lib/netstandard2.1/Grpc.Net.Client.dll", + "lib/netstandard2.1/Grpc.Net.Client.pdb", + "lib/netstandard2.1/Grpc.Net.Client.xml", + "packageIcon.png" + ] + }, + "Grpc.Net.ClientFactory/2.71.0": { + "sha512": "8oPLwQLPo86fmcf9ghjCDyNsSWhtHc3CXa/AqwF8Su/pG7qAoeWWtbymsZhoNvCV9Zjzb6BDcIPKXLYt+O175g==", + "type": "package", + "path": "grpc.net.clientfactory/2.71.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "grpc.net.clientfactory.2.71.0.nupkg.sha512", + "grpc.net.clientfactory.nuspec", + "lib/net6.0/Grpc.Net.ClientFactory.dll", + "lib/net6.0/Grpc.Net.ClientFactory.pdb", + "lib/net6.0/Grpc.Net.ClientFactory.xml", + "lib/net7.0/Grpc.Net.ClientFactory.dll", + "lib/net7.0/Grpc.Net.ClientFactory.pdb", + "lib/net7.0/Grpc.Net.ClientFactory.xml", + "lib/net8.0/Grpc.Net.ClientFactory.dll", + "lib/net8.0/Grpc.Net.ClientFactory.pdb", + "lib/net8.0/Grpc.Net.ClientFactory.xml", + "lib/netstandard2.0/Grpc.Net.ClientFactory.dll", + "lib/netstandard2.0/Grpc.Net.ClientFactory.pdb", + "lib/netstandard2.0/Grpc.Net.ClientFactory.xml", + "lib/netstandard2.1/Grpc.Net.ClientFactory.dll", + "lib/netstandard2.1/Grpc.Net.ClientFactory.pdb", + "lib/netstandard2.1/Grpc.Net.ClientFactory.xml", + "packageIcon.png" + ] + }, + "Grpc.Net.Common/2.71.0": { + "sha512": "v0c8R97TwRYwNXlC8GyRXwYTCNufpDfUtj9la+wUrZFzVWkFJuNAltU+c0yI3zu0jl54k7en6u2WKgZgd57r2Q==", + "type": "package", + "path": "grpc.net.common/2.71.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "grpc.net.common.2.71.0.nupkg.sha512", + "grpc.net.common.nuspec", + "lib/net6.0/Grpc.Net.Common.dll", + "lib/net6.0/Grpc.Net.Common.pdb", + "lib/net6.0/Grpc.Net.Common.xml", + "lib/net7.0/Grpc.Net.Common.dll", + "lib/net7.0/Grpc.Net.Common.pdb", + "lib/net7.0/Grpc.Net.Common.xml", + "lib/net8.0/Grpc.Net.Common.dll", + "lib/net8.0/Grpc.Net.Common.pdb", + "lib/net8.0/Grpc.Net.Common.xml", + "lib/netstandard2.0/Grpc.Net.Common.dll", + "lib/netstandard2.0/Grpc.Net.Common.pdb", + "lib/netstandard2.0/Grpc.Net.Common.xml", + "lib/netstandard2.1/Grpc.Net.Common.dll", + "lib/netstandard2.1/Grpc.Net.Common.pdb", + "lib/netstandard2.1/Grpc.Net.Common.xml", + "packageIcon.png" + ] + }, + "Grpc.Tools/2.76.0": { + "sha512": "goRzYZVMgQtyLvkWdgTnPycg49hlNxnMkqGGgR3l7nCOm0bUh0YeAneiJ9JFk3XLgF4suQUdETYkl2Mg/TBr0w==", + "type": "package", + "path": "grpc.tools/2.76.0", + "hasTools": true, + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "build/Grpc.Tools.props", + "build/Grpc.Tools.targets", + "build/_grpc/Grpc.CSharp.xml", + "build/_grpc/_Grpc.Tools.props", + "build/_grpc/_Grpc.Tools.targets", + "build/_protobuf/Google.Protobuf.Tools.props", + "build/_protobuf/Google.Protobuf.Tools.targets", + "build/_protobuf/Protobuf.CSharp.xml", + "build/_protobuf/net45/Protobuf.MSBuild.dll", + "build/_protobuf/net45/Protobuf.MSBuild.pdb", + "build/_protobuf/netstandard1.3/Protobuf.MSBuild.dll", + "build/_protobuf/netstandard1.3/Protobuf.MSBuild.pdb", + "build/native/include/google/protobuf/any.proto", + "build/native/include/google/protobuf/api.proto", + "build/native/include/google/protobuf/descriptor.proto", + "build/native/include/google/protobuf/duration.proto", + "build/native/include/google/protobuf/empty.proto", + "build/native/include/google/protobuf/field_mask.proto", + "build/native/include/google/protobuf/source_context.proto", + "build/native/include/google/protobuf/struct.proto", + "build/native/include/google/protobuf/timestamp.proto", + "build/native/include/google/protobuf/type.proto", + "build/native/include/google/protobuf/wrappers.proto", + "grpc.tools.2.76.0.nupkg.sha512", + "grpc.tools.nuspec", + "packageIcon.png", + "tools/linux_arm64/grpc_csharp_plugin", + "tools/linux_arm64/protoc", + "tools/linux_x64/grpc_csharp_plugin", + "tools/linux_x64/protoc", + "tools/linux_x86/grpc_csharp_plugin", + "tools/linux_x86/protoc", + "tools/macosx_x64/grpc_csharp_plugin", + "tools/macosx_x64/protoc", + "tools/windows_x64/grpc_csharp_plugin.exe", + "tools/windows_x64/protoc.exe", + "tools/windows_x86/grpc_csharp_plugin.exe", + "tools/windows_x86/protoc.exe" + ] + }, + "Humanizer.Core/2.14.1": { + "sha512": "lQKvtaTDOXnoVJ20ibTuSIOf2i0uO0MPbDhd1jm238I+U/2ZnRENj0cktKZhtchBMtCUSRQ5v4xBCUbKNmyVMw==", + "type": "package", + "path": "humanizer.core/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.2.14.1.nupkg.sha512", + "humanizer.core.nuspec", + "lib/net6.0/Humanizer.dll", + "lib/net6.0/Humanizer.xml", + "lib/netstandard1.0/Humanizer.dll", + "lib/netstandard1.0/Humanizer.xml", + "lib/netstandard2.0/Humanizer.dll", + "lib/netstandard2.0/Humanizer.xml", + "logo.png" + ] + }, + "KubernetesClient/17.0.14": { + "sha512": "FMGWjGtN8WEUKAAQxs96PK2tYvPrvwhoJzay/6HiByVTvHoJ0i9u7ykvYb7E3vLTSlfv26Q2Ktxr41zYCppu8A==", + "type": "package", + "path": "kubernetesclient/17.0.14", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "kubernetesclient.17.0.14.nupkg.sha512", + "kubernetesclient.nuspec", + "lib/net8.0/KubernetesClient.dll", + "lib/net8.0/KubernetesClient.pdb", + "lib/net8.0/KubernetesClient.xml", + "lib/net9.0/KubernetesClient.dll", + "lib/net9.0/KubernetesClient.pdb", + "lib/net9.0/KubernetesClient.xml", + "logo.png" + ] + }, + "MediatR/12.4.1": { + "sha512": "0tLxCgEC5+r1OCuumR3sWyiVa+BMv3AgiU4+pz8xqTc+2q1WbUEXFOr7Orm96oZ9r9FsldgUtWvB2o7b9jDOaw==", + "type": "package", + "path": "mediatr/12.4.1", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", - "aspnetcore.healthchecks.azureservicebus.8.0.1.nupkg.sha512", - "aspnetcore.healthchecks.azureservicebus.nuspec", - "icon.png", - "lib/net6.0/HealthChecks.AzureServiceBus.dll", - "lib/net6.0/HealthChecks.AzureServiceBus.xml", - "lib/netstandard2.0/HealthChecks.AzureServiceBus.dll", - "lib/netstandard2.0/HealthChecks.AzureServiceBus.xml" + "gradient_128x128.png", + "lib/net6.0/MediatR.dll", + "lib/net6.0/MediatR.xml", + "lib/netstandard2.0/MediatR.dll", + "lib/netstandard2.0/MediatR.xml", + "mediatr.12.4.1.nupkg.sha512", + "mediatr.nuspec" ] }, - "AspNetCore.HealthChecks.Rabbitmq/8.0.2": { - "sha512": "A/29xmNWfssOY1zq1bWAaZPW/iJfBhJN+I737KKHQutzB0JFwAIKesjsUWN2BAJwqS/ciFMjNxvCDHtAgU0PIQ==", + "MediatR.Contracts/2.0.1": { + "sha512": "FYv95bNT4UwcNA+G/J1oX5OpRiSUxteXaUt2BJbRSdRNiIUNbggJF69wy6mnk2wYToaanpdXZdCwVylt96MpwQ==", "type": "package", - "path": "aspnetcore.healthchecks.rabbitmq/8.0.2", + "path": "mediatr.contracts/2.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "gradient_128x128.png", + "lib/netstandard2.0/MediatR.Contracts.dll", + "lib/netstandard2.0/MediatR.Contracts.xml", + "mediatr.contracts.2.0.1.nupkg.sha512", + "mediatr.contracts.nuspec" + ] + }, + "Microsoft.ApplicationInsights/2.23.0": { + "sha512": "nWArUZTdU7iqZLycLKWe0TDms48KKGE6pONH2terYNa8REXiqixrMOkf1sk5DHGMaUTqONU2YkS4SAXBhLStgw==", + "type": "package", + "path": "microsoft.applicationinsights/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "README.md", - "aspnetcore.healthchecks.rabbitmq.8.0.2.nupkg.sha512", - "aspnetcore.healthchecks.rabbitmq.nuspec", "icon.png", - "lib/net6.0/HealthChecks.Rabbitmq.dll", - "lib/net6.0/HealthChecks.Rabbitmq.xml", - "lib/netstandard2.0/HealthChecks.Rabbitmq.dll", - "lib/netstandard2.0/HealthChecks.Rabbitmq.xml" + "lib/net452/Microsoft.ApplicationInsights.dll", + "lib/net452/Microsoft.ApplicationInsights.pdb", + "lib/net452/Microsoft.ApplicationInsights.xml", + "lib/net46/Microsoft.ApplicationInsights.dll", + "lib/net46/Microsoft.ApplicationInsights.pdb", + "lib/net46/Microsoft.ApplicationInsights.xml", + "lib/netstandard2.0/Microsoft.ApplicationInsights.dll", + "lib/netstandard2.0/Microsoft.ApplicationInsights.pdb", + "lib/netstandard2.0/Microsoft.ApplicationInsights.xml", + "microsoft.applicationinsights.2.23.0.nupkg.sha512", + "microsoft.applicationinsights.nuspec" ] }, - "AspNetCore.HealthChecks.SqlServer/8.0.2": { - "sha512": "sTcVVq7/zhfUrSTs0WAktvPdpU1He/sj14gRTogq4eFhn0oImolxNNhJczkYMgFF92RMMW+O+rlcFO7HVOpfiQ==", + "Microsoft.ApplicationInsights.AspNetCore/2.23.0": { + "sha512": "we/RsIn0Mwf/4ZNGXZixJ0lVD3pqjx2yVeKfqJybgYY/Lib8nnf+8YGJp+ULN3kOk39I0pI/7ZnF9LFy6hS3lw==", "type": "package", - "path": "aspnetcore.healthchecks.sqlserver/8.0.2", + "path": "microsoft.applicationinsights.aspnetcore/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "aspnetcore.healthchecks.sqlserver.8.0.2.nupkg.sha512", - "aspnetcore.healthchecks.sqlserver.nuspec", "icon.png", - "lib/net6.0/HealthChecks.SqlServer.dll", - "lib/net6.0/HealthChecks.SqlServer.xml", - "lib/netstandard2.0/HealthChecks.SqlServer.dll", - "lib/netstandard2.0/HealthChecks.SqlServer.xml" + "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.dll", + "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.pdb", + "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.xml", + "microsoft.applicationinsights.aspnetcore.2.23.0.nupkg.sha512", + "microsoft.applicationinsights.aspnetcore.nuspec" ] }, - "AspNetCore.HealthChecks.UI.Client/8.0.1": { - "sha512": "nhC6KIoB/EtTbH3uGm2J6EHEUyTJuETUARFePbmrnA+zjbwsirzIVUQl46qIjvyPABhK0e7Rk+AxcRqC6zikqA==", + "Microsoft.ApplicationInsights.DependencyCollector/2.23.0": { + "sha512": "9YRdl9SNbTxd4AafJckyoJLr5gJdnvqFivjo+PY0lQTPEncPB+z3ZABG4iDfxN9HI1aLqyRINr1/7de9Wg8ZuQ==", "type": "package", - "path": "aspnetcore.healthchecks.ui.client/8.0.1", + "path": "microsoft.applicationinsights.dependencycollector/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "aspnetcore.healthchecks.ui.client.8.0.1.nupkg.sha512", - "aspnetcore.healthchecks.ui.client.nuspec", + "build/Microsoft.ApplicationInsights.DependencyCollector.targets", + "content/ApplicationInsights.config.install.xdt", + "content/ApplicationInsights.config.transform", + "content/ApplicationInsights.config.uninstall.xdt", "icon.png", - "lib/net6.0/HealthChecks.UI.Client.dll", - "lib/net6.0/HealthChecks.UI.Client.xml", - "lib/net7.0/HealthChecks.UI.Client.dll", - "lib/net7.0/HealthChecks.UI.Client.xml", - "lib/net8.0/HealthChecks.UI.Client.dll", - "lib/net8.0/HealthChecks.UI.Client.xml" + "lib/net452/Microsoft.AI.DependencyCollector.dll", + "lib/net452/Microsoft.AI.DependencyCollector.pdb", + "lib/net452/Microsoft.AI.DependencyCollector.xml", + "lib/netstandard2.0/Microsoft.AI.DependencyCollector.dll", + "lib/netstandard2.0/Microsoft.AI.DependencyCollector.pdb", + "lib/netstandard2.0/Microsoft.AI.DependencyCollector.xml", + "microsoft.applicationinsights.dependencycollector.2.23.0.nupkg.sha512", + "microsoft.applicationinsights.dependencycollector.nuspec" ] }, - "AspNetCore.HealthChecks.UI.Core/8.0.1": { - "sha512": "Vn00MOJ1I0HSqyP7Bt9v0pr0AIgbrXMjL/KFwW+sRwLRogOtep8BWGimd8XYRCbCDLrAi7VSArU02f6pEIw69w==", + "Microsoft.ApplicationInsights.EventCounterCollector/2.23.0": { + "sha512": "gGt0JPw2dcSeIAIefyORJBdeMz8KgAFIktu8HV/NwkiGmLyw+YtifLm6B5gvGxO15AeMsGPbmvWEIvLfq88XPw==", "type": "package", - "path": "aspnetcore.healthchecks.ui.core/8.0.1", + "path": "microsoft.applicationinsights.eventcountercollector/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "aspnetcore.healthchecks.ui.core.8.0.1.nupkg.sha512", - "aspnetcore.healthchecks.ui.core.nuspec", "icon.png", - "lib/net6.0/HealthChecks.UI.Core.dll", - "lib/net6.0/HealthChecks.UI.Core.xml" + "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.dll", + "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.pdb", + "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.xml", + "microsoft.applicationinsights.eventcountercollector.2.23.0.nupkg.sha512", + "microsoft.applicationinsights.eventcountercollector.nuspec" ] }, - "Autofac/8.1.1": { - "sha512": "lhHjVB/XJtxPDUQ/FAHWAC7Spu+P9TNfDbyx2W0ABqD1eTRo7TkcZ7l7Oq1S5pKNg7NXswdk9uH73qbOzSwQFA==", + "Microsoft.ApplicationInsights.Kubernetes/8.0.0": { + "sha512": "8KosvcFQZPtdqr9taaDUEKMsr3j4S7r62sze4fs8vkCTD0oDIR5MRtOUBh86zaWsBegqNuN0J8lEiIq2inRopw==", "type": "package", - "path": "autofac/8.1.1", + "path": "microsoft.applicationinsights.kubernetes/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "README.md", - "autofac.8.1.1.nupkg.sha512", - "autofac.nuspec", + "LICENSE", + "Readme.Nuget.md", + "images/icon.png", + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.dll", + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.xml", + "microsoft.applicationinsights.kubernetes.8.0.0.nupkg.sha512", + "microsoft.applicationinsights.kubernetes.nuspec" + ] + }, + "Microsoft.ApplicationInsights.PerfCounterCollector/2.23.0": { + "sha512": "q9ApjZfBS9O8m3aQM2oVjsGBmlE8BCFywT7UR+8aqdNuz7HpoIxw4jHy0XOBergiFX/olrJF4OyPkGxc3H5JHg==", + "type": "package", + "path": "microsoft.applicationinsights.perfcountercollector/2.23.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "build/Microsoft.ApplicationInsights.PerfCounterCollector.targets", + "content/ApplicationInsights.config.install.xdt", + "content/ApplicationInsights.config.transform", + "content/ApplicationInsights.config.uninstall.xdt", "icon.png", - "lib/net6.0/Autofac.dll", - "lib/net6.0/Autofac.xml", - "lib/net7.0/Autofac.dll", - "lib/net7.0/Autofac.xml", - "lib/net8.0/Autofac.dll", - "lib/net8.0/Autofac.xml", - "lib/netstandard2.0/Autofac.dll", - "lib/netstandard2.0/Autofac.xml", - "lib/netstandard2.1/Autofac.dll", - "lib/netstandard2.1/Autofac.xml" + "lib/net452/Microsoft.AI.PerfCounterCollector.dll", + "lib/net452/Microsoft.AI.PerfCounterCollector.pdb", + "lib/net452/Microsoft.AI.PerfCounterCollector.xml", + "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.dll", + "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.pdb", + "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.xml", + "microsoft.applicationinsights.perfcountercollector.2.23.0.nupkg.sha512", + "microsoft.applicationinsights.perfcountercollector.nuspec" ] }, - "Autofac.Extensions.DependencyInjection/10.0.0": { - "sha512": "ZjR/onUlP7BzQ7VBBigQepWLAyAzi3VRGX3pP6sBqkPRiT61fsTZqbTpRUKxo30TMgbs1o3y6bpLbETix4SJog==", + "Microsoft.ApplicationInsights.WindowsServer/2.23.0": { + "sha512": "2B8CGfnB/tribkQAqRBhMvJYJK5TkEPMG/BB0QrlxdwVGEufayNLMveXjkQCqld9arXd6wKR1ve2XmkA0+xXKQ==", "type": "package", - "path": "autofac.extensions.dependencyinjection/10.0.0", + "path": "microsoft.applicationinsights.windowsserver/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "README.md", - "autofac.extensions.dependencyinjection.10.0.0.nupkg.sha512", - "autofac.extensions.dependencyinjection.nuspec", + "build/Microsoft.ApplicationInsights.WindowsServer.targets", + "content/ApplicationInsights.config.install.xdt", + "content/ApplicationInsights.config.transform", + "content/ApplicationInsights.config.uninstall.xdt", "icon.png", - "lib/net6.0/Autofac.Extensions.DependencyInjection.dll", - "lib/net6.0/Autofac.Extensions.DependencyInjection.xml", - "lib/net7.0/Autofac.Extensions.DependencyInjection.dll", - "lib/net7.0/Autofac.Extensions.DependencyInjection.xml", - "lib/net8.0/Autofac.Extensions.DependencyInjection.dll", - "lib/net8.0/Autofac.Extensions.DependencyInjection.xml", - "lib/netstandard2.0/Autofac.Extensions.DependencyInjection.dll", - "lib/netstandard2.0/Autofac.Extensions.DependencyInjection.xml", - "lib/netstandard2.1/Autofac.Extensions.DependencyInjection.dll", - "lib/netstandard2.1/Autofac.Extensions.DependencyInjection.xml" + "lib/net452/Microsoft.AI.WindowsServer.dll", + "lib/net452/Microsoft.AI.WindowsServer.pdb", + "lib/net452/Microsoft.AI.WindowsServer.xml", + "lib/netstandard2.0/Microsoft.AI.WindowsServer.dll", + "lib/netstandard2.0/Microsoft.AI.WindowsServer.pdb", + "lib/netstandard2.0/Microsoft.AI.WindowsServer.xml", + "microsoft.applicationinsights.windowsserver.2.23.0.nupkg.sha512", + "microsoft.applicationinsights.windowsserver.nuspec" ] }, - "Azure.Core/1.36.0": { - "sha512": "vwqFZdHS4dzPlI7FFRkPx9ctA+aGGeRev3gnzG8lntWvKMmBhAmulABi1O9CEvS3/jzYt7yA+0pqVdxkpAd7dQ==", + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.23.0": { + "sha512": "798Dudr4tkujslk1w+XcXOcCErmVsk+nhp+QCHLa3lcgi25vkAxBmzPUeQlRJVCNL/1f4x/YF+vQZ8RSuTXWCw==", "type": "package", - "path": "azure.core/1.36.0", + "path": "microsoft.applicationinsights.windowsserver.telemetrychannel/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "CHANGELOG.md", - "README.md", - "azure.core.1.36.0.nupkg.sha512", - "azure.core.nuspec", - "azureicon.png", - "lib/net461/Azure.Core.dll", - "lib/net461/Azure.Core.xml", - "lib/net472/Azure.Core.dll", - "lib/net472/Azure.Core.xml", - "lib/net5.0/Azure.Core.dll", - "lib/net5.0/Azure.Core.xml", - "lib/net6.0/Azure.Core.dll", - "lib/net6.0/Azure.Core.xml", - "lib/netcoreapp2.1/Azure.Core.dll", - "lib/netcoreapp2.1/Azure.Core.xml", - "lib/netstandard2.0/Azure.Core.dll", - "lib/netstandard2.0/Azure.Core.xml" + "build/Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.targets", + "content/ApplicationInsights.config.install.xdt", + "content/ApplicationInsights.config.transform", + "content/ApplicationInsights.config.uninstall.xdt", + "icon.png", + "lib/net452/Microsoft.AI.ServerTelemetryChannel.dll", + "lib/net452/Microsoft.AI.ServerTelemetryChannel.pdb", + "lib/net452/Microsoft.AI.ServerTelemetryChannel.xml", + "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.dll", + "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.pdb", + "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.xml", + "microsoft.applicationinsights.windowsserver.telemetrychannel.2.23.0.nupkg.sha512", + "microsoft.applicationinsights.windowsserver.telemetrychannel.nuspec" ] }, - "Azure.Core.Amqp/1.3.0": { - "sha512": "6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==", + "Microsoft.AspNetCore.Cryptography.Internal/9.0.0": { + "sha512": "M1dzTEl+2+RqT4vWcqEpWasPXHd58wC93U7QMlmPSmx+qixyVxCQjZ183wr7Wa68b4pF7wC501MU9rdA0ZNhMg==", "type": "package", - "path": "azure.core.amqp/1.3.0", + "path": "microsoft.aspnetcore.cryptography.internal/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "CHANGELOG.md", - "README.md", - "azure.core.amqp.1.3.0.nupkg.sha512", - "azure.core.amqp.nuspec", - "azureicon.png", - "lib/netstandard2.0/Azure.Core.Amqp.dll", - "lib/netstandard2.0/Azure.Core.Amqp.xml" + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.AspNetCore.Cryptography.Internal.dll", + "lib/net462/Microsoft.AspNetCore.Cryptography.Internal.xml", + "lib/net9.0/Microsoft.AspNetCore.Cryptography.Internal.dll", + "lib/net9.0/Microsoft.AspNetCore.Cryptography.Internal.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.xml", + "microsoft.aspnetcore.cryptography.internal.9.0.0.nupkg.sha512", + "microsoft.aspnetcore.cryptography.internal.nuspec" ] }, - "Azure.Identity/1.10.3": { - "sha512": "l1Xm2MWOF2Mzcwuarlw8kWQXLZk3UeB55aQXVyjj23aBfDwOZ3gu5GP2kJ6KlmZeZv2TCzw7x4L3V36iNr3gww==", + "Microsoft.AspNetCore.DataProtection/9.0.0": { + "sha512": "mrhTnqMHkaVmaNZOWobg7ior5BELrlC5dC2r3FMVwT0bfOlonOe76B83e3D98Cl/zR5Szhfok2BQmkw6xDvHfg==", "type": "package", - "path": "azure.identity/1.10.3", + "path": "microsoft.aspnetcore.dataprotection/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "CHANGELOG.md", - "README.md", - "azure.identity.1.10.3.nupkg.sha512", - "azure.identity.nuspec", - "azureicon.png", - "lib/netstandard2.0/Azure.Identity.dll", - "lib/netstandard2.0/Azure.Identity.xml" + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.AspNetCore.DataProtection.dll", + "lib/net462/Microsoft.AspNetCore.DataProtection.xml", + "lib/net9.0/Microsoft.AspNetCore.DataProtection.dll", + "lib/net9.0/Microsoft.AspNetCore.DataProtection.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.xml", + "microsoft.aspnetcore.dataprotection.9.0.0.nupkg.sha512", + "microsoft.aspnetcore.dataprotection.nuspec" ] }, - "Azure.Messaging.ServiceBus/7.17.0": { - "sha512": "lpQXW+8IsTsCp8hvMIiqcp0oLYgxc79g7ALYUOOXiZy/3WORlaN237eNx0LCX40wTo7hLtdbVrmoUa+kIohGpg==", + "Microsoft.AspNetCore.DataProtection.Abstractions/9.0.0": { + "sha512": "o7JVGMXofZ4IuQdyoL0eKC1GnNmviZt2aI7CGHnQjqbz9hIrYim3DUfCKpvKaVzLWfzfgmwaXNg8Zx7fFQaBbA==", "type": "package", - "path": "azure.messaging.servicebus/7.17.0", + "path": "microsoft.aspnetcore.dataprotection.abstractions/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "CHANGELOG.md", - "README.md", - "azure.messaging.servicebus.7.17.0.nupkg.sha512", - "azure.messaging.servicebus.nuspec", - "azureicon.png", - "lib/netstandard2.0/Azure.Messaging.ServiceBus.dll", - "lib/netstandard2.0/Azure.Messaging.ServiceBus.xml" + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.AspNetCore.DataProtection.Abstractions.dll", + "lib/net462/Microsoft.AspNetCore.DataProtection.Abstractions.xml", + "lib/net9.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll", + "lib/net9.0/Microsoft.AspNetCore.DataProtection.Abstractions.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.xml", + "microsoft.aspnetcore.dataprotection.abstractions.9.0.0.nupkg.sha512", + "microsoft.aspnetcore.dataprotection.abstractions.nuspec" ] }, - "Dapper/2.1.35": { - "sha512": "YKRwjVfrG7GYOovlGyQoMvr1/IJdn+7QzNXJxyMh0YfFF5yvDmTYaJOVYWsckreNjGsGSEtrMTpnzxTUq/tZQw==", + "Microsoft.AspNetCore.DataProtection.StackExchangeRedis/9.0.0": { + "sha512": "yqFoLg7TMZfbEVvC2bUV3VDZ4KeRaefmEiGUIrTLoZm9Qqs6f0lNpE3EpBOPjhbGs6oWkjofntqhPXyzYoMVIw==", "type": "package", - "path": "dapper/2.1.35", + "path": "microsoft.aspnetcore.dataprotection.stackexchangeredis/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Dapper.png", - "dapper.2.1.35.nupkg.sha512", - "dapper.nuspec", - "lib/net461/Dapper.dll", - "lib/net461/Dapper.xml", - "lib/net5.0/Dapper.dll", - "lib/net5.0/Dapper.xml", - "lib/net7.0/Dapper.dll", - "lib/net7.0/Dapper.xml", - "lib/netstandard2.0/Dapper.dll", - "lib/netstandard2.0/Dapper.xml", - "readme.md" + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.dll", + "lib/net462/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.xml", + "lib/net9.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.dll", + "lib/net9.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.xml", + "microsoft.aspnetcore.dataprotection.stackexchangeredis.9.0.0.nupkg.sha512", + "microsoft.aspnetcore.dataprotection.stackexchangeredis.nuspec" ] }, "Microsoft.AspNetCore.Diagnostics.HealthChecks/2.2.0": { @@ -3377,10 +5876,63 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.HealthChecks.xml", "microsoft.aspnetcore.diagnostics.healthchecks.2.2.0.nupkg.sha512", "microsoft.aspnetcore.diagnostics.healthchecks.nuspec" ] }, + "Microsoft.AspNetCore.Hosting/2.1.1": { + "sha512": "MqYc0DUxrhAPnb5b4HFspxsoJT+gJlLsliSxIgovf4BsbmpaXQId0/pDiVzLuEbmks2w1/lRfY8w0lQOuK1jQQ==", + "type": "package", + "path": "microsoft.aspnetcore.hosting/2.1.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.xml", + "microsoft.aspnetcore.hosting.2.1.1.nupkg.sha512", + "microsoft.aspnetcore.hosting.nuspec" + ] + }, + "Microsoft.AspNetCore.Hosting.Abstractions/2.1.1": { + "sha512": "76cKcp2pWhvdV2TXTqMg/DyW7N6cDzTEhtL8vVWFShQN+Ylwv3eO/vUQr2BS3Hz4IZHEpL+FOo2T+MtymHDqDQ==", + "type": "package", + "path": "microsoft.aspnetcore.hosting.abstractions/2.1.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.xml", + "microsoft.aspnetcore.hosting.abstractions.2.1.1.nupkg.sha512", + "microsoft.aspnetcore.hosting.abstractions.nuspec" + ] + }, + "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.1.1": { + "sha512": "+vD7HJYzAXNq17t+NgRkpS38cxuAyOBu8ixruOiA3nWsybozolUdALWiZ5QFtGRzajSLPFA2YsbO3NPcqoUwcw==", + "type": "package", + "path": "microsoft.aspnetcore.hosting.server.abstractions/2.1.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.xml", + "microsoft.aspnetcore.hosting.server.abstractions.2.1.1.nupkg.sha512", + "microsoft.aspnetcore.hosting.server.abstractions.nuspec" + ] + }, + "Microsoft.AspNetCore.Http/2.1.22": { + "sha512": "+Blk++1JWqghbl8+3azQmKhiNZA5wAepL9dY2I6KVmu2Ri07MAcvAVC888qUvO7yd7xgRgZOMfihezKg14O/2A==", + "type": "package", + "path": "microsoft.aspnetcore.http/2.1.22", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Http.xml", + "microsoft.aspnetcore.http.2.1.22.nupkg.sha512", + "microsoft.aspnetcore.http.nuspec" + ] + }, "Microsoft.AspNetCore.Http.Abstractions/2.2.0": { "sha512": "Nxs7Z1q3f1STfLYKJSVXCs1iBl+Ya6E8o4Oy1bCxJ/rNI44E/0f6tbsrVqAWfB7jlnJfyaAtIalBVxPKUPQb4Q==", "type": "package", @@ -3389,10 +5941,24 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.xml", "microsoft.aspnetcore.http.abstractions.2.2.0.nupkg.sha512", "microsoft.aspnetcore.http.abstractions.nuspec" ] }, + "Microsoft.AspNetCore.Http.Extensions/2.1.1": { + "sha512": "ncAgV+cqsWSqjLXFUTyObGh4Tr7ShYYs3uW8Q/YpRwZn7eLV7dux5Z6GLY+rsdzmIHiia3Q2NWbLULQi7aziHw==", + "type": "package", + "path": "microsoft.aspnetcore.http.extensions/2.1.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.xml", + "microsoft.aspnetcore.http.extensions.2.1.1.nupkg.sha512", + "microsoft.aspnetcore.http.extensions.nuspec" + ] + }, "Microsoft.AspNetCore.Http.Features/2.2.0": { "sha512": "ziFz5zH8f33En4dX81LW84I6XrYXKf9jg6aM39cM+LffN9KJahViKZ61dGMSO2gd3e+qe5yBRwsesvyqlZaSMg==", "type": "package", @@ -3401,10 +5967,59 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.xml", "microsoft.aspnetcore.http.features.2.2.0.nupkg.sha512", "microsoft.aspnetcore.http.features.nuspec" ] }, + "Microsoft.AspNetCore.JsonPatch/9.0.0": { + "sha512": "/4UONYoAIeexPoAmbzBPkVGA6KAY7t0BM+1sr0fKss2V1ERCdcM+Llub4X5Ma+LJ60oPp6KzM0e3j+Pp/JHCNw==", + "type": "package", + "path": "microsoft.aspnetcore.jsonpatch/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.AspNetCore.JsonPatch.dll", + "lib/net462/Microsoft.AspNetCore.JsonPatch.xml", + "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll", + "lib/net9.0/Microsoft.AspNetCore.JsonPatch.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.JsonPatch.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.JsonPatch.xml", + "microsoft.aspnetcore.jsonpatch.9.0.0.nupkg.sha512", + "microsoft.aspnetcore.jsonpatch.nuspec" + ] + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { + "sha512": "pTFDEmZi3GheCSPrBxzyE63+d5unln2vYldo/nOm1xet/4rpEk2oJYcwpclPQ13E+LZBF9XixkgwYTUwqznlWg==", + "type": "package", + "path": "microsoft.aspnetcore.mvc.newtonsoftjson/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll", + "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.xml", + "microsoft.aspnetcore.mvc.newtonsoftjson.9.0.0.nupkg.sha512", + "microsoft.aspnetcore.mvc.newtonsoftjson.nuspec" + ] + }, + "Microsoft.AspNetCore.WebUtilities/2.1.1": { + "sha512": "PGKIZt4+412Z/XPoSjvYu/QIbTxcAQuEFNoA1Pw8a9mgmO0ZhNBmfaNyhgXFf7Rq62kP0tT/2WXpxdcQhkFUPA==", + "type": "package", + "path": "microsoft.aspnetcore.webutilities/2.1.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.xml", + "microsoft.aspnetcore.webutilities.2.1.1.nupkg.sha512", + "microsoft.aspnetcore.webutilities.nuspec" + ] + }, "Microsoft.Azure.Amqp/2.6.3": { "sha512": "iPbNNII4YZGkka7JQS0ZsZfZLcM7dwIoov/DyFiaemRqOTrdJCLgYnFBFhc/3TSh0ZI4/5TpxQPSPSckZ65jmA==", "type": "package", @@ -3437,6 +6052,7 @@ "CHANGELOG.md", "README.md", "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll", + "lib/netstandard2.0/Microsoft.Azure.ServiceBus.xml", "microsoft.azure.servicebus.5.2.0.nupkg.sha512", "microsoft.azure.servicebus.nuspec", "pkgicon.png" @@ -3452,16 +6068,18 @@ "build/Microsoft.Azure.Services.AppAuthentication.targets", "lib/net452/Microsoft.Azure.Services.AppAuthentication.dll", "lib/net452/Microsoft.Azure.Services.AppAuthentication.runtimeconfig.json", + "lib/net452/Microsoft.Azure.Services.AppAuthentication.xml", "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll", "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.runtimeconfig.json", + "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.xml", "microsoft.azure.services.appauthentication.1.0.3.nupkg.sha512", "microsoft.azure.services.appauthentication.nuspec" ] }, - "Microsoft.Bcl.AsyncInterfaces/1.1.1": { - "sha512": "yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==", + "Microsoft.Bcl.AsyncInterfaces/6.0.0": { + "sha512": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg==", "type": "package", - "path": "microsoft.bcl.asyncinterfaces/1.1.1", + "path": "microsoft.bcl.asyncinterfaces/6.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -3469,15 +6087,445 @@ "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/net461/Microsoft.Bcl.AsyncInterfaces.dll", + "lib/net461/Microsoft.Bcl.AsyncInterfaces.xml", "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll", + "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.xml", "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll", - "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512", + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml", + "microsoft.bcl.asyncinterfaces.6.0.0.nupkg.sha512", "microsoft.bcl.asyncinterfaces.nuspec", - "ref/net461/Microsoft.Bcl.AsyncInterfaces.dll", - "ref/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll", - "ref/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll", - "useSharedDesignerContext.txt", - "version.txt" + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.3": { + "sha512": "j/rOZtLMVJjrfLRlAMckJLPW/1rze9MT1yfWqSIbUPGRu1m1P0fuo9PmqapwsmePfGB5PJrudQLvmUOAMF0DqQ==", + "type": "package", + "path": "microsoft.codeanalysis.analyzers/3.3.3", + "hasTools": true, + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "analyzers/dotnet/cs/Microsoft.CodeAnalysis.Analyzers.dll", + "analyzers/dotnet/cs/Microsoft.CodeAnalysis.CSharp.Analyzers.dll", + "analyzers/dotnet/cs/cs/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/de/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/es/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/fr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/it/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/ja/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/ko/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/pl/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/pt-BR/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/ru/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/tr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/zh-Hans/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/zh-Hant/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/Microsoft.CodeAnalysis.Analyzers.dll", + "analyzers/dotnet/vb/Microsoft.CodeAnalysis.VisualBasic.Analyzers.dll", + "analyzers/dotnet/vb/cs/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/de/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/es/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/fr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/it/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/ja/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/ko/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/pl/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/pt-BR/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/ru/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/tr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/zh-Hans/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/zh-Hant/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "build/Microsoft.CodeAnalysis.Analyzers.props", + "build/Microsoft.CodeAnalysis.Analyzers.targets", + "build/config/analysislevel_2_9_8_all.editorconfig", + "build/config/analysislevel_2_9_8_default.editorconfig", + "build/config/analysislevel_2_9_8_minimum.editorconfig", + "build/config/analysislevel_2_9_8_none.editorconfig", + "build/config/analysislevel_2_9_8_recommended.editorconfig", + "build/config/analysislevel_3_3_all.editorconfig", + "build/config/analysislevel_3_3_default.editorconfig", + "build/config/analysislevel_3_3_minimum.editorconfig", + "build/config/analysislevel_3_3_none.editorconfig", + "build/config/analysislevel_3_3_recommended.editorconfig", + "build/config/analysislevel_3_all.editorconfig", + "build/config/analysislevel_3_default.editorconfig", + "build/config/analysislevel_3_minimum.editorconfig", + "build/config/analysislevel_3_none.editorconfig", + "build/config/analysislevel_3_recommended.editorconfig", + "build/config/analysislevelcorrectness_2_9_8_all.editorconfig", + "build/config/analysislevelcorrectness_2_9_8_default.editorconfig", + "build/config/analysislevelcorrectness_2_9_8_minimum.editorconfig", + "build/config/analysislevelcorrectness_2_9_8_none.editorconfig", + "build/config/analysislevelcorrectness_2_9_8_recommended.editorconfig", + "build/config/analysislevelcorrectness_3_3_all.editorconfig", + "build/config/analysislevelcorrectness_3_3_default.editorconfig", + "build/config/analysislevelcorrectness_3_3_minimum.editorconfig", + "build/config/analysislevelcorrectness_3_3_none.editorconfig", + "build/config/analysislevelcorrectness_3_3_recommended.editorconfig", + "build/config/analysislevelcorrectness_3_all.editorconfig", + "build/config/analysislevelcorrectness_3_default.editorconfig", + "build/config/analysislevelcorrectness_3_minimum.editorconfig", + "build/config/analysislevelcorrectness_3_none.editorconfig", + "build/config/analysislevelcorrectness_3_recommended.editorconfig", + "build/config/analysislevellibrary_2_9_8_all.editorconfig", + "build/config/analysislevellibrary_2_9_8_default.editorconfig", + "build/config/analysislevellibrary_2_9_8_minimum.editorconfig", + "build/config/analysislevellibrary_2_9_8_none.editorconfig", + "build/config/analysislevellibrary_2_9_8_recommended.editorconfig", + "build/config/analysislevellibrary_3_3_all.editorconfig", + "build/config/analysislevellibrary_3_3_default.editorconfig", + "build/config/analysislevellibrary_3_3_minimum.editorconfig", + "build/config/analysislevellibrary_3_3_none.editorconfig", + "build/config/analysislevellibrary_3_3_recommended.editorconfig", + "build/config/analysislevellibrary_3_all.editorconfig", + "build/config/analysislevellibrary_3_default.editorconfig", + "build/config/analysislevellibrary_3_minimum.editorconfig", + "build/config/analysislevellibrary_3_none.editorconfig", + "build/config/analysislevellibrary_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_recommended.editorconfig", + "documentation/Analyzer Configuration.md", + "documentation/Microsoft.CodeAnalysis.Analyzers.md", + "documentation/Microsoft.CodeAnalysis.Analyzers.sarif", + "editorconfig/AllRulesDefault/.editorconfig", + "editorconfig/AllRulesDisabled/.editorconfig", + "editorconfig/AllRulesEnabled/.editorconfig", + "editorconfig/CorrectnessRulesDefault/.editorconfig", + "editorconfig/CorrectnessRulesEnabled/.editorconfig", + "editorconfig/DataflowRulesDefault/.editorconfig", + "editorconfig/DataflowRulesEnabled/.editorconfig", + "editorconfig/LibraryRulesDefault/.editorconfig", + "editorconfig/LibraryRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCompatibilityRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCompatibilityRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCorrectnessRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCorrectnessRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDesignRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDesignRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDocumentationRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDocumentationRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisLocalizationRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisLocalizationRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisPerformanceRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisPerformanceRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisReleaseTrackingRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisReleaseTrackingRulesEnabled/.editorconfig", + "editorconfig/PortedFromFxCopRulesDefault/.editorconfig", + "editorconfig/PortedFromFxCopRulesEnabled/.editorconfig", + "microsoft.codeanalysis.analyzers.3.3.3.nupkg.sha512", + "microsoft.codeanalysis.analyzers.nuspec", + "rulesets/AllRulesDefault.ruleset", + "rulesets/AllRulesDisabled.ruleset", + "rulesets/AllRulesEnabled.ruleset", + "rulesets/CorrectnessRulesDefault.ruleset", + "rulesets/CorrectnessRulesEnabled.ruleset", + "rulesets/DataflowRulesDefault.ruleset", + "rulesets/DataflowRulesEnabled.ruleset", + "rulesets/LibraryRulesDefault.ruleset", + "rulesets/LibraryRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisCompatibilityRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisCompatibilityRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisCorrectnessRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisCorrectnessRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisDesignRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisDesignRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisDocumentationRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisDocumentationRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisLocalizationRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisLocalizationRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisPerformanceRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisPerformanceRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisReleaseTrackingRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisReleaseTrackingRulesEnabled.ruleset", + "rulesets/PortedFromFxCopRulesDefault.ruleset", + "rulesets/PortedFromFxCopRulesEnabled.ruleset", + "tools/install.ps1", + "tools/uninstall.ps1" + ] + }, + "Microsoft.CodeAnalysis.Common/4.5.0": { + "sha512": "lwAbIZNdnY0SUNoDmZHkVUwLO8UyNnyyh1t/4XsbFxi4Ounb3xszIYZaWhyj5ZjyfcwqwmtMbE7fUTVCqQEIdQ==", + "type": "package", + "path": "microsoft.codeanalysis.common/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.pdb", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.xml", + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", + "microsoft.codeanalysis.common.4.5.0.nupkg.sha512", + "microsoft.codeanalysis.common.nuspec" + ] + }, + "Microsoft.CodeAnalysis.CSharp/4.5.0": { + "sha512": "cM59oMKAOxvdv76bdmaKPy5hfj+oR+zxikWoueEB7CwTko7mt9sVKZI8Qxlov0C/LuKEG+WQwifepqL3vuTiBQ==", + "type": "package", + "path": "microsoft.codeanalysis.csharp/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.pdb", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.xml", + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", + "microsoft.codeanalysis.csharp.4.5.0.nupkg.sha512", + "microsoft.codeanalysis.csharp.nuspec" + ] + }, + "Microsoft.CodeAnalysis.CSharp.Workspaces/4.5.0": { + "sha512": "h74wTpmGOp4yS4hj+EvNzEiPgg/KVs2wmSfTZ81upJZOtPkJsVkgfsgtxxqmAeapjT/vLKfmYV0bS8n5MNVP+g==", + "type": "package", + "path": "microsoft.codeanalysis.csharp.workspaces/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.dll", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.pdb", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.xml", + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "microsoft.codeanalysis.csharp.workspaces.4.5.0.nupkg.sha512", + "microsoft.codeanalysis.csharp.workspaces.nuspec" + ] + }, + "Microsoft.CodeAnalysis.Workspaces.Common/4.5.0": { + "sha512": "l4dDRmGELXG72XZaonnOeORyD/T5RpEu5LGHOUIhnv+MmUWDY/m1kWXGwtcgQ5CJ5ynkFiRnIYzTKXYjUs7rbw==", + "type": "package", + "path": "microsoft.codeanalysis.workspaces.common/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.dll", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.pdb", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.xml", + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "microsoft.codeanalysis.workspaces.common.4.5.0.nupkg.sha512", + "microsoft.codeanalysis.workspaces.common.nuspec" ] }, "Microsoft.CSharp/4.7.0": { @@ -3496,6 +6544,7 @@ "lib/netcoreapp2.0/_._", "lib/netstandard1.3/Microsoft.CSharp.dll", "lib/netstandard2.0/Microsoft.CSharp.dll", + "lib/netstandard2.0/Microsoft.CSharp.xml", "lib/portable-net45+win8+wp8+wpa81/_._", "lib/uap10.0.16299/_._", "lib/win8/_._", @@ -3511,9 +6560,30 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/Microsoft.CSharp.dll", + "ref/netcore50/Microsoft.CSharp.xml", + "ref/netcore50/de/Microsoft.CSharp.xml", + "ref/netcore50/es/Microsoft.CSharp.xml", + "ref/netcore50/fr/Microsoft.CSharp.xml", + "ref/netcore50/it/Microsoft.CSharp.xml", + "ref/netcore50/ja/Microsoft.CSharp.xml", + "ref/netcore50/ko/Microsoft.CSharp.xml", + "ref/netcore50/ru/Microsoft.CSharp.xml", + "ref/netcore50/zh-hans/Microsoft.CSharp.xml", + "ref/netcore50/zh-hant/Microsoft.CSharp.xml", "ref/netcoreapp2.0/_._", "ref/netstandard1.0/Microsoft.CSharp.dll", + "ref/netstandard1.0/Microsoft.CSharp.xml", + "ref/netstandard1.0/de/Microsoft.CSharp.xml", + "ref/netstandard1.0/es/Microsoft.CSharp.xml", + "ref/netstandard1.0/fr/Microsoft.CSharp.xml", + "ref/netstandard1.0/it/Microsoft.CSharp.xml", + "ref/netstandard1.0/ja/Microsoft.CSharp.xml", + "ref/netstandard1.0/ko/Microsoft.CSharp.xml", + "ref/netstandard1.0/ru/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml", "ref/netstandard2.0/Microsoft.CSharp.dll", + "ref/netstandard2.0/Microsoft.CSharp.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/uap10.0.16299/_._", "ref/win8/_._", @@ -3527,10 +6597,10 @@ "version.txt" ] }, - "Microsoft.Data.SqlClient/5.2.0": { - "sha512": "3alfyqRN3ELRtdvU1dGtLBRNQqprr3TJ0WrUJfMISPwg1nPUN2P3Lelah68IKWuV27Ceb7ig95hWNHFTSXfxMg==", + "Microsoft.Data.SqlClient/5.2.2": { + "sha512": "mtoeRMh7F/OA536c/Cnh8L4H0uLSKB5kSmoi54oN7Fp0hNJDy22IqyMhaMH4PkDCqI7xL//Fvg9ldtuPHG0h5g==", "type": "package", - "path": "microsoft.data.sqlclient/5.2.0", + "path": "microsoft.data.sqlclient/5.2.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -3595,7 +6665,7 @@ "lib/netstandard2.1/ru/Microsoft.Data.SqlClient.resources.dll", "lib/netstandard2.1/zh-Hans/Microsoft.Data.SqlClient.resources.dll", "lib/netstandard2.1/zh-Hant/Microsoft.Data.SqlClient.resources.dll", - "microsoft.data.sqlclient.5.2.0.nupkg.sha512", + "microsoft.data.sqlclient.5.2.2.nupkg.sha512", "microsoft.data.sqlclient.nuspec", "ref/net462/Microsoft.Data.SqlClient.dll", "ref/net462/Microsoft.Data.SqlClient.xml", @@ -3618,27 +6688,410 @@ "runtimes/win/lib/netstandard2.1/Microsoft.Data.SqlClient.dll" ] }, - "Microsoft.Data.SqlClient.SNI.runtime/5.2.0": { - "sha512": "po1jhvFd+8pbfvJR/puh+fkHi0GRanAdvayh/0e47yaM6CXWZ6opUjCMFuYlAnD2LcbyvQE7fPJKvogmaUcN+w==", + "Microsoft.Data.SqlClient.SNI.runtime/5.2.0": { + "sha512": "po1jhvFd+8pbfvJR/puh+fkHi0GRanAdvayh/0e47yaM6CXWZ6opUjCMFuYlAnD2LcbyvQE7fPJKvogmaUcN+w==", + "type": "package", + "path": "microsoft.data.sqlclient.sni.runtime/5.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "dotnet.png", + "microsoft.data.sqlclient.sni.runtime.5.2.0.nupkg.sha512", + "microsoft.data.sqlclient.sni.runtime.nuspec", + "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll", + "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll", + "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll", + "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll" + ] + }, + "Microsoft.EntityFrameworkCore/8.0.11": { + "sha512": "stbjWBTtpQ1HtqXMFyKnXFTr76PvaOHI2b2h85JqBi3eZr00nspvR/a90Zwh8CQ4rVawqLiTG0+0yZQWaav+sQ==", + "type": "package", + "path": "microsoft.entityframeworkcore/8.0.11", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props", + "lib/net8.0/Microsoft.EntityFrameworkCore.dll", + "lib/net8.0/Microsoft.EntityFrameworkCore.xml", + "microsoft.entityframeworkcore.8.0.11.nupkg.sha512", + "microsoft.entityframeworkcore.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.Abstractions/8.0.11": { + "sha512": "++zY0Ea724ku1jptWJmF7jm3I4IXTexfT4qi1ETcSFFF7qj+qm6rRgN7mTuKkwIETuXk0ikfzudryRjUGrrNKQ==", + "type": "package", + "path": "microsoft.entityframeworkcore.abstractions/8.0.11", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll", + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.xml", + "microsoft.entityframeworkcore.abstractions.8.0.11.nupkg.sha512", + "microsoft.entityframeworkcore.abstractions.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.Analyzers/8.0.11": { + "sha512": "NI/AJQjtC7qgWM8Nr85sRkwlog2AnFer5RKP8xTUH0RuPF3nN0tGXBEeYJOLZWp+/+M/C6O7MMDRhKRE8bZwIA==", + "type": "package", + "path": "microsoft.entityframeworkcore.analyzers/8.0.11", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "analyzers/dotnet/cs/Microsoft.EntityFrameworkCore.Analyzers.dll", + "docs/PACKAGE.md", + "lib/netstandard2.0/_._", + "microsoft.entityframeworkcore.analyzers.8.0.11.nupkg.sha512", + "microsoft.entityframeworkcore.analyzers.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.Design/8.0.11": { + "sha512": "KxOvpbaKiUmbLvenr0T/4F1Vdm0Sq+iajLbesQK7/WKB/Dx+FQHCZ0f5jCXrVWK2QKF9eHzQ5JPA1L6hcb25FQ==", + "type": "package", + "path": "microsoft.entityframeworkcore.design/8.0.11", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "build/net8.0/Microsoft.EntityFrameworkCore.Design.props", + "lib/net8.0/Microsoft.EntityFrameworkCore.Design.dll", + "lib/net8.0/Microsoft.EntityFrameworkCore.Design.xml", + "microsoft.entityframeworkcore.design.8.0.11.nupkg.sha512", + "microsoft.entityframeworkcore.design.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.InMemory/8.0.11": { + "sha512": "gFFdubZlRfudSw94OxO7s8OvLQZncnR0S1ll//wRtZP3mMYVeq8DrMnEILK6hBJwbTBB1SNm3apg9SdvdE/ySg==", + "type": "package", + "path": "microsoft.entityframeworkcore.inmemory/8.0.11", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "lib/net8.0/Microsoft.EntityFrameworkCore.InMemory.dll", + "lib/net8.0/Microsoft.EntityFrameworkCore.InMemory.xml", + "microsoft.entityframeworkcore.inmemory.8.0.11.nupkg.sha512", + "microsoft.entityframeworkcore.inmemory.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.Relational/8.0.11": { + "sha512": "3TuuW3i5I4Ro0yoaHmi2MqEDGObOVuhLaMEnd/heaLB1fcvm4fu4PevmC4BOWnI0vo176AIlV5o4rEQciLoohw==", + "type": "package", + "path": "microsoft.entityframeworkcore.relational/8.0.11", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll", + "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.xml", + "microsoft.entityframeworkcore.relational.8.0.11.nupkg.sha512", + "microsoft.entityframeworkcore.relational.nuspec" + ] + }, + "Microsoft.Extensions.ApiDescription.Server/6.0.5": { + "sha512": "Ckb5EDBUNJdFWyajfXzUIMRkhf52fHZOQuuZg/oiu8y7zDCVwD0iHhew6MnThjHmevanpxL3f5ci2TtHQEN6bw==", + "type": "package", + "path": "microsoft.extensions.apidescription.server/6.0.5", + "hasTools": true, + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "build/Microsoft.Extensions.ApiDescription.Server.props", + "build/Microsoft.Extensions.ApiDescription.Server.targets", + "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.props", + "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.targets", + "microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512", + "microsoft.extensions.apidescription.server.nuspec", + "tools/Newtonsoft.Json.dll", + "tools/dotnet-getdocument.deps.json", + "tools/dotnet-getdocument.dll", + "tools/dotnet-getdocument.runtimeconfig.json", + "tools/net461-x86/GetDocument.Insider.exe", + "tools/net461-x86/GetDocument.Insider.exe.config", + "tools/net461-x86/Microsoft.Win32.Primitives.dll", + "tools/net461-x86/System.AppContext.dll", + "tools/net461-x86/System.Buffers.dll", + "tools/net461-x86/System.Collections.Concurrent.dll", + "tools/net461-x86/System.Collections.NonGeneric.dll", + "tools/net461-x86/System.Collections.Specialized.dll", + "tools/net461-x86/System.Collections.dll", + "tools/net461-x86/System.ComponentModel.EventBasedAsync.dll", + "tools/net461-x86/System.ComponentModel.Primitives.dll", + "tools/net461-x86/System.ComponentModel.TypeConverter.dll", + "tools/net461-x86/System.ComponentModel.dll", + "tools/net461-x86/System.Console.dll", + "tools/net461-x86/System.Data.Common.dll", + "tools/net461-x86/System.Diagnostics.Contracts.dll", + "tools/net461-x86/System.Diagnostics.Debug.dll", + "tools/net461-x86/System.Diagnostics.DiagnosticSource.dll", + "tools/net461-x86/System.Diagnostics.FileVersionInfo.dll", + "tools/net461-x86/System.Diagnostics.Process.dll", + "tools/net461-x86/System.Diagnostics.StackTrace.dll", + "tools/net461-x86/System.Diagnostics.TextWriterTraceListener.dll", + "tools/net461-x86/System.Diagnostics.Tools.dll", + "tools/net461-x86/System.Diagnostics.TraceSource.dll", + "tools/net461-x86/System.Diagnostics.Tracing.dll", + "tools/net461-x86/System.Drawing.Primitives.dll", + "tools/net461-x86/System.Dynamic.Runtime.dll", + "tools/net461-x86/System.Globalization.Calendars.dll", + "tools/net461-x86/System.Globalization.Extensions.dll", + "tools/net461-x86/System.Globalization.dll", + "tools/net461-x86/System.IO.Compression.ZipFile.dll", + "tools/net461-x86/System.IO.Compression.dll", + "tools/net461-x86/System.IO.FileSystem.DriveInfo.dll", + "tools/net461-x86/System.IO.FileSystem.Primitives.dll", + "tools/net461-x86/System.IO.FileSystem.Watcher.dll", + "tools/net461-x86/System.IO.FileSystem.dll", + "tools/net461-x86/System.IO.IsolatedStorage.dll", + "tools/net461-x86/System.IO.MemoryMappedFiles.dll", + "tools/net461-x86/System.IO.Pipes.dll", + "tools/net461-x86/System.IO.UnmanagedMemoryStream.dll", + "tools/net461-x86/System.IO.dll", + "tools/net461-x86/System.Linq.Expressions.dll", + "tools/net461-x86/System.Linq.Parallel.dll", + "tools/net461-x86/System.Linq.Queryable.dll", + "tools/net461-x86/System.Linq.dll", + "tools/net461-x86/System.Memory.dll", + "tools/net461-x86/System.Net.Http.dll", + "tools/net461-x86/System.Net.NameResolution.dll", + "tools/net461-x86/System.Net.NetworkInformation.dll", + "tools/net461-x86/System.Net.Ping.dll", + "tools/net461-x86/System.Net.Primitives.dll", + "tools/net461-x86/System.Net.Requests.dll", + "tools/net461-x86/System.Net.Security.dll", + "tools/net461-x86/System.Net.Sockets.dll", + "tools/net461-x86/System.Net.WebHeaderCollection.dll", + "tools/net461-x86/System.Net.WebSockets.Client.dll", + "tools/net461-x86/System.Net.WebSockets.dll", + "tools/net461-x86/System.Numerics.Vectors.dll", + "tools/net461-x86/System.ObjectModel.dll", + "tools/net461-x86/System.Reflection.Extensions.dll", + "tools/net461-x86/System.Reflection.Primitives.dll", + "tools/net461-x86/System.Reflection.dll", + "tools/net461-x86/System.Resources.Reader.dll", + "tools/net461-x86/System.Resources.ResourceManager.dll", + "tools/net461-x86/System.Resources.Writer.dll", + "tools/net461-x86/System.Runtime.CompilerServices.Unsafe.dll", + "tools/net461-x86/System.Runtime.CompilerServices.VisualC.dll", + "tools/net461-x86/System.Runtime.Extensions.dll", + "tools/net461-x86/System.Runtime.Handles.dll", + "tools/net461-x86/System.Runtime.InteropServices.RuntimeInformation.dll", + "tools/net461-x86/System.Runtime.InteropServices.dll", + "tools/net461-x86/System.Runtime.Numerics.dll", + "tools/net461-x86/System.Runtime.Serialization.Formatters.dll", + "tools/net461-x86/System.Runtime.Serialization.Json.dll", + "tools/net461-x86/System.Runtime.Serialization.Primitives.dll", + "tools/net461-x86/System.Runtime.Serialization.Xml.dll", + "tools/net461-x86/System.Runtime.dll", + "tools/net461-x86/System.Security.Claims.dll", + "tools/net461-x86/System.Security.Cryptography.Algorithms.dll", + "tools/net461-x86/System.Security.Cryptography.Csp.dll", + "tools/net461-x86/System.Security.Cryptography.Encoding.dll", + "tools/net461-x86/System.Security.Cryptography.Primitives.dll", + "tools/net461-x86/System.Security.Cryptography.X509Certificates.dll", + "tools/net461-x86/System.Security.Principal.dll", + "tools/net461-x86/System.Security.SecureString.dll", + "tools/net461-x86/System.Text.Encoding.Extensions.dll", + "tools/net461-x86/System.Text.Encoding.dll", + "tools/net461-x86/System.Text.RegularExpressions.dll", + "tools/net461-x86/System.Threading.Overlapped.dll", + "tools/net461-x86/System.Threading.Tasks.Parallel.dll", + "tools/net461-x86/System.Threading.Tasks.dll", + "tools/net461-x86/System.Threading.Thread.dll", + "tools/net461-x86/System.Threading.ThreadPool.dll", + "tools/net461-x86/System.Threading.Timer.dll", + "tools/net461-x86/System.Threading.dll", + "tools/net461-x86/System.ValueTuple.dll", + "tools/net461-x86/System.Xml.ReaderWriter.dll", + "tools/net461-x86/System.Xml.XDocument.dll", + "tools/net461-x86/System.Xml.XPath.XDocument.dll", + "tools/net461-x86/System.Xml.XPath.dll", + "tools/net461-x86/System.Xml.XmlDocument.dll", + "tools/net461-x86/System.Xml.XmlSerializer.dll", + "tools/net461-x86/netstandard.dll", + "tools/net461/GetDocument.Insider.exe", + "tools/net461/GetDocument.Insider.exe.config", + "tools/net461/Microsoft.Win32.Primitives.dll", + "tools/net461/System.AppContext.dll", + "tools/net461/System.Buffers.dll", + "tools/net461/System.Collections.Concurrent.dll", + "tools/net461/System.Collections.NonGeneric.dll", + "tools/net461/System.Collections.Specialized.dll", + "tools/net461/System.Collections.dll", + "tools/net461/System.ComponentModel.EventBasedAsync.dll", + "tools/net461/System.ComponentModel.Primitives.dll", + "tools/net461/System.ComponentModel.TypeConverter.dll", + "tools/net461/System.ComponentModel.dll", + "tools/net461/System.Console.dll", + "tools/net461/System.Data.Common.dll", + "tools/net461/System.Diagnostics.Contracts.dll", + "tools/net461/System.Diagnostics.Debug.dll", + "tools/net461/System.Diagnostics.DiagnosticSource.dll", + "tools/net461/System.Diagnostics.FileVersionInfo.dll", + "tools/net461/System.Diagnostics.Process.dll", + "tools/net461/System.Diagnostics.StackTrace.dll", + "tools/net461/System.Diagnostics.TextWriterTraceListener.dll", + "tools/net461/System.Diagnostics.Tools.dll", + "tools/net461/System.Diagnostics.TraceSource.dll", + "tools/net461/System.Diagnostics.Tracing.dll", + "tools/net461/System.Drawing.Primitives.dll", + "tools/net461/System.Dynamic.Runtime.dll", + "tools/net461/System.Globalization.Calendars.dll", + "tools/net461/System.Globalization.Extensions.dll", + "tools/net461/System.Globalization.dll", + "tools/net461/System.IO.Compression.ZipFile.dll", + "tools/net461/System.IO.Compression.dll", + "tools/net461/System.IO.FileSystem.DriveInfo.dll", + "tools/net461/System.IO.FileSystem.Primitives.dll", + "tools/net461/System.IO.FileSystem.Watcher.dll", + "tools/net461/System.IO.FileSystem.dll", + "tools/net461/System.IO.IsolatedStorage.dll", + "tools/net461/System.IO.MemoryMappedFiles.dll", + "tools/net461/System.IO.Pipes.dll", + "tools/net461/System.IO.UnmanagedMemoryStream.dll", + "tools/net461/System.IO.dll", + "tools/net461/System.Linq.Expressions.dll", + "tools/net461/System.Linq.Parallel.dll", + "tools/net461/System.Linq.Queryable.dll", + "tools/net461/System.Linq.dll", + "tools/net461/System.Memory.dll", + "tools/net461/System.Net.Http.dll", + "tools/net461/System.Net.NameResolution.dll", + "tools/net461/System.Net.NetworkInformation.dll", + "tools/net461/System.Net.Ping.dll", + "tools/net461/System.Net.Primitives.dll", + "tools/net461/System.Net.Requests.dll", + "tools/net461/System.Net.Security.dll", + "tools/net461/System.Net.Sockets.dll", + "tools/net461/System.Net.WebHeaderCollection.dll", + "tools/net461/System.Net.WebSockets.Client.dll", + "tools/net461/System.Net.WebSockets.dll", + "tools/net461/System.Numerics.Vectors.dll", + "tools/net461/System.ObjectModel.dll", + "tools/net461/System.Reflection.Extensions.dll", + "tools/net461/System.Reflection.Primitives.dll", + "tools/net461/System.Reflection.dll", + "tools/net461/System.Resources.Reader.dll", + "tools/net461/System.Resources.ResourceManager.dll", + "tools/net461/System.Resources.Writer.dll", + "tools/net461/System.Runtime.CompilerServices.Unsafe.dll", + "tools/net461/System.Runtime.CompilerServices.VisualC.dll", + "tools/net461/System.Runtime.Extensions.dll", + "tools/net461/System.Runtime.Handles.dll", + "tools/net461/System.Runtime.InteropServices.RuntimeInformation.dll", + "tools/net461/System.Runtime.InteropServices.dll", + "tools/net461/System.Runtime.Numerics.dll", + "tools/net461/System.Runtime.Serialization.Formatters.dll", + "tools/net461/System.Runtime.Serialization.Json.dll", + "tools/net461/System.Runtime.Serialization.Primitives.dll", + "tools/net461/System.Runtime.Serialization.Xml.dll", + "tools/net461/System.Runtime.dll", + "tools/net461/System.Security.Claims.dll", + "tools/net461/System.Security.Cryptography.Algorithms.dll", + "tools/net461/System.Security.Cryptography.Csp.dll", + "tools/net461/System.Security.Cryptography.Encoding.dll", + "tools/net461/System.Security.Cryptography.Primitives.dll", + "tools/net461/System.Security.Cryptography.X509Certificates.dll", + "tools/net461/System.Security.Principal.dll", + "tools/net461/System.Security.SecureString.dll", + "tools/net461/System.Text.Encoding.Extensions.dll", + "tools/net461/System.Text.Encoding.dll", + "tools/net461/System.Text.RegularExpressions.dll", + "tools/net461/System.Threading.Overlapped.dll", + "tools/net461/System.Threading.Tasks.Parallel.dll", + "tools/net461/System.Threading.Tasks.dll", + "tools/net461/System.Threading.Thread.dll", + "tools/net461/System.Threading.ThreadPool.dll", + "tools/net461/System.Threading.Timer.dll", + "tools/net461/System.Threading.dll", + "tools/net461/System.ValueTuple.dll", + "tools/net461/System.Xml.ReaderWriter.dll", + "tools/net461/System.Xml.XDocument.dll", + "tools/net461/System.Xml.XPath.XDocument.dll", + "tools/net461/System.Xml.XPath.dll", + "tools/net461/System.Xml.XmlDocument.dll", + "tools/net461/System.Xml.XmlSerializer.dll", + "tools/net461/netstandard.dll", + "tools/netcoreapp2.1/GetDocument.Insider.deps.json", + "tools/netcoreapp2.1/GetDocument.Insider.dll", + "tools/netcoreapp2.1/GetDocument.Insider.runtimeconfig.json", + "tools/netcoreapp2.1/System.Diagnostics.DiagnosticSource.dll" + ] + }, + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "sha512": "3KuSxeHoNYdxVYfg2IRZCThcrlJ1XJqIXkAWikCsbm5C/bCjv7G0WoKDyuR98Q+T607QT2Zl5GsbGRkENcV2yQ==", + "type": "package", + "path": "microsoft.extensions.caching.abstractions/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Caching.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.xml", + "microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.caching.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Caching.Memory/8.0.1": { + "sha512": "HFDnhYLccngrzyGgHkjEDU5FMLn4MpOsr5ElgsBMC4yx6lJh4jeWO7fHS8+TXPq+dgxCmUa/Trl8svObmwW4QA==", "type": "package", - "path": "microsoft.data.sqlclient.sni.runtime/5.2.0", + "path": "microsoft.extensions.caching.memory/8.0.1", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.txt", - "dotnet.png", - "microsoft.data.sqlclient.sni.runtime.5.2.0.nupkg.sha512", - "microsoft.data.sqlclient.sni.runtime.nuspec", - "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll", - "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll", - "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll", - "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll" + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Caching.Memory.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Memory.targets", + "lib/net462/Microsoft.Extensions.Caching.Memory.dll", + "lib/net462/Microsoft.Extensions.Caching.Memory.xml", + "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/net6.0/Microsoft.Extensions.Caching.Memory.xml", + "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/net7.0/Microsoft.Extensions.Caching.Memory.xml", + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/net8.0/Microsoft.Extensions.Caching.Memory.xml", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.xml", + "microsoft.extensions.caching.memory.8.0.1.nupkg.sha512", + "microsoft.extensions.caching.memory.nuspec", + "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration/9.0.0": { - "sha512": "YIMO9T3JL8MeEXgVozKt2v79hquo/EFtnY0vgxmLnUvk1Rei/halI7kOWZL2RBeV9FMGzgM9LZA8CVaNwFMaNA==", + "Microsoft.Extensions.Configuration/9.0.2": { + "sha512": "EBZW+u96tApIvNtjymXEIS44tH0I/jNwABHo4c33AchWOiDWCq2rL3klpnIo+xGrxoVGJzPDISV6hZ+a9C9SzQ==", "type": "package", - "path": "microsoft.extensions.configuration/9.0.0", + "path": "microsoft.extensions.configuration/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -3658,15 +7111,15 @@ "lib/net9.0/Microsoft.Extensions.Configuration.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.xml", - "microsoft.extensions.configuration.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "sha512": "lqvd7W3FGKUO1+ZoUEMaZ5XDJeWvjpy2/M/ptCGz3tXLD4HWVaSzjufsAsjemasBEg+2SxXVtYVvGt5r2nKDlg==", + "Microsoft.Extensions.Configuration.Abstractions/9.0.7": { + "sha512": "lut/kiVvNsQ120VERMUYSFhpXPpKjjql+giy03LesASPBBcC0o6+aoFdzJH9GaYpFTQ3fGVhVjKjvJDoAW5/IQ==", "type": "package", - "path": "microsoft.extensions.configuration.abstractions/9.0.0", + "path": "microsoft.extensions.configuration.abstractions/9.0.7", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -3686,15 +7139,15 @@ "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.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.abstractions.9.0.7.nupkg.sha512", "microsoft.extensions.configuration.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "sha512": "RiScL99DcyngY9zJA2ROrri7Br8tn5N4hP4YNvGdTN/bvg1A3dwvDOxHnNZ3Im7x2SJ5i4LkX1uPiR/MfSFBLQ==", + "Microsoft.Extensions.Configuration.Binder/9.0.2": { + "sha512": "krJ04xR0aPXrOf5dkNASg6aJjsdzexvsMRL6UNOUjiTzqBvRr95sJ1owoKEm89bSONQCfZNhHrAFV9ahDqIPIw==", "type": "package", - "path": "microsoft.extensions.configuration.binder/9.0.0", + "path": "microsoft.extensions.configuration.binder/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -3725,15 +7178,15 @@ "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.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.binder.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.binder.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.CommandLine/9.0.0": { - "sha512": "qD+hdkBtR9Ps7AxfhTJCnoVakkadHgHlD1WRN0QHGHod+SDuca1ao1kF4G2rmpAz2AEKrE2N2vE8CCCZ+ILnNw==", + "Microsoft.Extensions.Configuration.CommandLine/9.0.2": { + "sha512": "Mud3j7RS/ZBnuk4f0KXemdQCQIke+vIgSTXuGL5cMvXyl2EgipnMCOxG9ZUn+xq0itg3altzE9MuMB0Lx0Emxw==", "type": "package", - "path": "microsoft.extensions.configuration.commandline/9.0.0", + "path": "microsoft.extensions.configuration.commandline/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -3753,15 +7206,15 @@ "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.xml", - "microsoft.extensions.configuration.commandline.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.commandline.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.commandline.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "sha512": "v5R638eNMxksfXb7MFnkPwLPp+Ym4W/SIGNuoe8qFVVyvygQD5DdLusybmYSJEr9zc1UzWzim/ATKeIOVvOFDg==", + "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.2": { + "sha512": "LZPspiDA0/pBv9JOI17Xdm7DkiRlfnyca2r/QIYu4ApJPe05E+aOphtVj0ncvlnrjGlSsd6JZhKQb9+NeHzM5A==", "type": "package", - "path": "microsoft.extensions.configuration.environmentvariables/9.0.0", + "path": "microsoft.extensions.configuration.environmentvariables/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -3781,15 +7234,15 @@ "lib/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", - "microsoft.extensions.configuration.environmentvariables.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.environmentvariables.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.environmentvariables.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "sha512": "4EK93Jcd2lQG4GY6PAw8jGss0ZzFP0vPc1J85mES5fKNuDTqgFXHba9onBw2s18fs3I4vdo2AWyfD1mPAxWSQQ==", + "Microsoft.Extensions.Configuration.FileExtensions/9.0.2": { + "sha512": "tPgue19a0G+8Vb1ShCj4PmhjvVaEOfFb1L89WCr5aEpY1JUgIuYWsfELKf92Njwg53o4C+yWbE4UqbyQtLpKTg==", "type": "package", - "path": "microsoft.extensions.configuration.fileextensions/9.0.0", + "path": "microsoft.extensions.configuration.fileextensions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -3809,15 +7262,15 @@ "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "microsoft.extensions.configuration.fileextensions.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.fileextensions.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.fileextensions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "sha512": "WiTK0LrnsqmedrbzwL7f4ZUo+/wByqy2eKab39I380i2rd8ImfCRMrtkqJVGDmfqlkP/YzhckVOwPc5MPrSNpg==", + "Microsoft.Extensions.Configuration.Json/9.0.2": { + "sha512": "u2eIYagO91VmRbKYQ5pmElWC6JWX7GPQbP57EX09zzFcI1ZMPDCykr07ikPB4ecgBZzG+UAhTcViTLe0gSF4WQ==", "type": "package", - "path": "microsoft.extensions.configuration.json/9.0.0", + "path": "microsoft.extensions.configuration.json/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -3839,15 +7292,15 @@ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.xml", "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll", "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.xml", - "microsoft.extensions.configuration.json.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.json.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.json.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.UserSecrets/9.0.0": { - "sha512": "FShWw8OysquwV7wQHYkkz0VWsJSo6ETUu4h7tJRMtnG0uR+tzKOldhcO8xB1pGSOI3Ng6v3N1Q94YO8Rzq1P6A==", + "Microsoft.Extensions.Configuration.UserSecrets/9.0.2": { + "sha512": "vUBGgnHmmpjtWzmq2z9idJpnOrrStgYqUlqLn1MuSyFkAedeyR8A0I57BdThP060eBEYfhKEBjXaAB/jKmCtiw==", "type": "package", - "path": "microsoft.extensions.configuration.usersecrets/9.0.0", + "path": "microsoft.extensions.configuration.usersecrets/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -3871,15 +7324,15 @@ "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.xml", - "microsoft.extensions.configuration.usersecrets.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.usersecrets.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.usersecrets.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "sha512": "MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==", + "Microsoft.Extensions.DependencyInjection/9.0.2": { + "sha512": "ZffbJrskOZ40JTzcTyKwFHS5eACSWp2bUQBBApIgGV+es8RaTD4OxUG7XxFr3RIPLXtYQ1jQzF2DjKB5fZn7Qg==", "type": "package", - "path": "microsoft.extensions.dependencyinjection/9.0.0", + "path": "microsoft.extensions.dependencyinjection/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -3901,15 +7354,15 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.dependencyinjection.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { - "sha512": "+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==", + "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.2": { + "sha512": "MNe7GSTBf3jQx5vYrXF0NZvn6l7hUKF6J54ENfAgCO8y6xjN1XUmKKWG464LP2ye6QqDiA1dkaWEZBYnhoZzjg==", "type": "package", - "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0", + "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -3931,15 +7384,15 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.dependencyinjection.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyModel/8.0.2": { - "sha512": "mUBDZZRgZrSyFOsJ2qJJ9fXfqd/kXJwf3AiDoqLD9m6TjY5OO/vLNOb9fb4juC0487eq4hcGN/M2Rh/CKS7QYw==", + "Microsoft.Extensions.DependencyModel/9.0.0": { + "sha512": "saxr2XzwgDU77LaQfYFXmddEDRUKHF4DaGMZkNB3qjdVSZlax3//dGJagJkKrGMIPNZs2jVFXITyCCR6UHJNdA==", "type": "package", - "path": "microsoft.extensions.dependencymodel/8.0.2", + "path": "microsoft.extensions.dependencymodel/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -3949,27 +7402,43 @@ "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets", "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets", "lib/net462/Microsoft.Extensions.DependencyModel.dll", "lib/net462/Microsoft.Extensions.DependencyModel.xml", - "lib/net6.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net6.0/Microsoft.Extensions.DependencyModel.xml", - "lib/net7.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net7.0/Microsoft.Extensions.DependencyModel.xml", "lib/net8.0/Microsoft.Extensions.DependencyModel.dll", "lib/net8.0/Microsoft.Extensions.DependencyModel.xml", + "lib/net9.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net9.0/Microsoft.Extensions.DependencyModel.xml", "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", - "microsoft.extensions.dependencymodel.8.0.2.nupkg.sha512", + "microsoft.extensions.dependencymodel.9.0.0.nupkg.sha512", "microsoft.extensions.dependencymodel.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Diagnostics/9.0.0": { - "sha512": "0CF9ZrNw5RAlRfbZuVIvzzhP8QeWqHiUmMBU/2H7Nmit8/vwP3/SbHeEctth7D4Gz2fBnEbokPc1NU8/j/1ZLw==", + "Microsoft.Extensions.DiagnosticAdapter/3.1.32": { + "sha512": "oDv3wt+Q5cmaSfOQ3Cdu6dF6sn/x5gzWdNpOq4ajBwCMWYBr6CchncDvB9pF83ORlbDuX32MsVLOPGPxW4Lx4g==", + "type": "package", + "path": "microsoft.extensions.diagnosticadapter/3.1.32", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "lib/net461/Microsoft.Extensions.DiagnosticAdapter.dll", + "lib/net461/Microsoft.Extensions.DiagnosticAdapter.xml", + "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll", + "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.xml", + "lib/netstandard2.0/Microsoft.Extensions.DiagnosticAdapter.dll", + "lib/netstandard2.0/Microsoft.Extensions.DiagnosticAdapter.xml", + "microsoft.extensions.diagnosticadapter.3.1.32.nupkg.sha512", + "microsoft.extensions.diagnosticadapter.nuspec" + ] + }, + "Microsoft.Extensions.Diagnostics/9.0.2": { + "sha512": "kwFWk6DPaj1Roc0CExRv+TTwjsiERZA730jQIPlwCcS5tMaCAQtaGfwAK0z8CMFpVTiT+MgKXpd/P50qVCuIgg==", "type": "package", - "path": "microsoft.extensions.diagnostics/9.0.0", + "path": "microsoft.extensions.diagnostics/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -3988,15 +7457,15 @@ "lib/net9.0/Microsoft.Extensions.Diagnostics.xml", "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.dll", "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.xml", - "microsoft.extensions.diagnostics.9.0.0.nupkg.sha512", + "microsoft.extensions.diagnostics.9.0.2.nupkg.sha512", "microsoft.extensions.diagnostics.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { - "sha512": "1K8P7XzuzX8W8pmXcZjcrqS6x5eSSdvhQohmcpgiQNY/HlDAlnrhR9dvlURfFz428A+RTCJpUyB+aKTA6AgVcQ==", + "Microsoft.Extensions.Diagnostics.Abstractions/9.0.2": { + "sha512": "kFwIZEC/37cwKuEm/nXvjF7A/Myz9O7c7P9Csgz6AOiiDE62zdOG5Bu7VkROu1oMYaX0wgijPJ5LqVt6+JKjVg==", "type": "package", - "path": "microsoft.extensions.diagnostics.abstractions/9.0.0", + "path": "microsoft.extensions.diagnostics.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4015,15 +7484,15 @@ "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.9.0.0.nupkg.sha512", + "microsoft.extensions.diagnostics.abstractions.9.0.2.nupkg.sha512", "microsoft.extensions.diagnostics.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Diagnostics.HealthChecks/8.0.0": { - "sha512": "P9SoBuVZhJPpALZmSq72aQEb9ryP67EdquaCZGXGrrcASTNHYdrUhnpgSwIipgM5oVC+dKpRXg5zxobmF9xr5g==", + "Microsoft.Extensions.Diagnostics.HealthChecks/9.0.0": { + "sha512": "cxsK9/Dx7Ka9sfiA1nY8XlSzIaWff5FNRw0+ls8yR+aGzmnah5JGKsTHgQrehjMwGAVud/pjiUZ9MWizfUSkTQ==", "type": "package", - "path": "microsoft.extensions.diagnostics.healthchecks/8.0.0", + "path": "microsoft.extensions.diagnostics.healthchecks/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4031,18 +7500,18 @@ "THIRD-PARTY-NOTICES.TXT", "lib/net462/Microsoft.Extensions.Diagnostics.HealthChecks.dll", "lib/net462/Microsoft.Extensions.Diagnostics.HealthChecks.xml", - "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll", - "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.xml", + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll", + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.xml", "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll", "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.xml", - "microsoft.extensions.diagnostics.healthchecks.8.0.0.nupkg.sha512", + "microsoft.extensions.diagnostics.healthchecks.9.0.0.nupkg.sha512", "microsoft.extensions.diagnostics.healthchecks.nuspec" ] }, - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/8.0.0": { - "sha512": "AT2qqos3IgI09ok36Qag9T8bb6kHJ3uT9Q5ki6CySybFsK6/9JbvQAgAHf1pVEjST0/N4JaFaCbm40R5edffwg==", + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/9.0.0": { + "sha512": "H1IbHm/MnUgEV0N07WrkPBIIoX7isP6IPaqUdZ3CwbMcUVDGIu+okamW28kyDRfIiZqbTbyHuNIkr4ZSHPyvDw==", "type": "package", - "path": "microsoft.extensions.diagnostics.healthchecks.abstractions/8.0.0", + "path": "microsoft.extensions.diagnostics.healthchecks.abstractions/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4050,18 +7519,18 @@ "THIRD-PARTY-NOTICES.TXT", "lib/net462/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll", "lib/net462/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.xml", + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll", + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.xml", "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll", "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.xml", - "microsoft.extensions.diagnostics.healthchecks.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.diagnostics.healthchecks.abstractions.9.0.0.nupkg.sha512", "microsoft.extensions.diagnostics.healthchecks.abstractions.nuspec" ] }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "sha512": "uK439QzYR0q2emLVtYzwyK3x+T5bTY4yWsd/k/ZUS9LR6Sflp8MIdhGXW8kQCd86dQD4tLqvcbLkku8qHY263Q==", + "Microsoft.Extensions.FileProviders.Abstractions/9.0.2": { + "sha512": "IcOBmTlr2jySswU+3x8c3ql87FRwTVPQgVKaV5AXzPT5u0VItfNU8SMbESpdSp5STwxT/1R99WYszgHWsVkzhg==", "type": "package", - "path": "microsoft.extensions.fileproviders.abstractions/9.0.0", + "path": "microsoft.extensions.fileproviders.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4081,15 +7550,15 @@ "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.xml", "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll", "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml", - "microsoft.extensions.fileproviders.abstractions.9.0.0.nupkg.sha512", + "microsoft.extensions.fileproviders.abstractions.9.0.2.nupkg.sha512", "microsoft.extensions.fileproviders.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "sha512": "3+ZUSpOSmie+o8NnLIRqCxSh65XL/ExU7JYnFOg58awDRlY3lVpZ9A369jkoZL1rpsq7LDhEfkn2ghhGaY1y5Q==", + "Microsoft.Extensions.FileProviders.Physical/9.0.2": { + "sha512": "WcPkJx/OAaXG5xHvxYsoLY8qGsyCfHWsbDJtfMtHRWtceF/EmqAsqkHYsouh82gjxdZwfySvj3nGVi8AkwlYhA==", "type": "package", - "path": "microsoft.extensions.fileproviders.physical/9.0.0", + "path": "microsoft.extensions.fileproviders.physical/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4109,15 +7578,15 @@ "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.xml", "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll", "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.xml", - "microsoft.extensions.fileproviders.physical.9.0.0.nupkg.sha512", + "microsoft.extensions.fileproviders.physical.9.0.2.nupkg.sha512", "microsoft.extensions.fileproviders.physical.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": { - "sha512": "jGFKZiXs2HNseK3NK/rfwHNNovER71jSj4BD1a/649ml9+h6oEtYd0GSALZDNW8jZ2Rh+oAeadOa6sagYW1F2A==", + "Microsoft.Extensions.FileSystemGlobbing/9.0.2": { + "sha512": "wAjk+6rvvU4WesskJ6rJX1FYL/S9zvnpqMai/pXb07+gtXpO7DhFfuKzYHwkKN3HAUq2W4CD+YLYenHwAS3DCA==", "type": "package", - "path": "microsoft.extensions.filesystemglobbing/9.0.0", + "path": "microsoft.extensions.filesystemglobbing/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4137,15 +7606,15 @@ "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.xml", "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll", "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "microsoft.extensions.filesystemglobbing.9.0.0.nupkg.sha512", + "microsoft.extensions.filesystemglobbing.9.0.2.nupkg.sha512", "microsoft.extensions.filesystemglobbing.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Hosting/9.0.0": { - "sha512": "wNmQWRCa83HYbpxQ3wH7xBn8oyGjONSj1k8svzrFUFyJMfg/Ja/g0NfI0p85wxlUxBh97A6ypmL8X5vVUA5y2Q==", + "Microsoft.Extensions.Hosting/9.0.2": { + "sha512": "h1lUeBuj0Cecg4c0BHpr1jR2UIqr80bGK+eLp4tq4bV13mSvS2juoNfi3Rsv0xV7bXY8HigUndnj6Xk2+4VdFw==", "type": "package", - "path": "microsoft.extensions.hosting/9.0.0", + "path": "microsoft.extensions.hosting/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4167,15 +7636,15 @@ "lib/netstandard2.0/Microsoft.Extensions.Hosting.xml", "lib/netstandard2.1/Microsoft.Extensions.Hosting.dll", "lib/netstandard2.1/Microsoft.Extensions.Hosting.xml", - "microsoft.extensions.hosting.9.0.0.nupkg.sha512", + "microsoft.extensions.hosting.9.0.2.nupkg.sha512", "microsoft.extensions.hosting.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { - "sha512": "yUKJgu81ExjvqbNWqZKshBbLntZMbMVz/P7Way2SBx7bMqA08Mfdc9O7hWDKAiSp+zPUGT6LKcSCQIPeDK+CCw==", + "Microsoft.Extensions.Hosting.Abstractions/9.0.2": { + "sha512": "PvjZW6CMdZbPbOwKsQXYN5VPtIWZQqdTRuBPZiW3skhU3hymB17XSlLVC4uaBbDZU+/3eHG3p80y+MzZxZqR7Q==", "type": "package", - "path": "microsoft.extensions.hosting.abstractions/9.0.0", + "path": "microsoft.extensions.hosting.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4197,15 +7666,45 @@ "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.xml", "lib/netstandard2.1/Microsoft.Extensions.Hosting.Abstractions.dll", "lib/netstandard2.1/Microsoft.Extensions.Hosting.Abstractions.xml", - "microsoft.extensions.hosting.abstractions.9.0.0.nupkg.sha512", + "microsoft.extensions.hosting.abstractions.9.0.2.nupkg.sha512", "microsoft.extensions.hosting.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging/9.0.0": { - "sha512": "crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==", + "Microsoft.Extensions.Http/8.0.0": { + "sha512": "cWz4caHwvx0emoYe7NkHPxII/KkTI8R/LC9qdqJqnKv2poTJ4e2qqPGQqvRoQ5kaSA4FU5IV3qFAuLuOhoqULQ==", + "type": "package", + "path": "microsoft.extensions.http/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Http.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Http.targets", + "lib/net462/Microsoft.Extensions.Http.dll", + "lib/net462/Microsoft.Extensions.Http.xml", + "lib/net6.0/Microsoft.Extensions.Http.dll", + "lib/net6.0/Microsoft.Extensions.Http.xml", + "lib/net7.0/Microsoft.Extensions.Http.dll", + "lib/net7.0/Microsoft.Extensions.Http.xml", + "lib/net8.0/Microsoft.Extensions.Http.dll", + "lib/net8.0/Microsoft.Extensions.Http.xml", + "lib/netstandard2.0/Microsoft.Extensions.Http.dll", + "lib/netstandard2.0/Microsoft.Extensions.Http.xml", + "microsoft.extensions.http.8.0.0.nupkg.sha512", + "microsoft.extensions.http.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Logging/9.0.2": { + "sha512": "loV/0UNpt2bD+6kCDzFALVE63CDtqzPeC0LAetkdhiEr/tTNbvOlQ7CBResH7BQBd3cikrwiBfaHdyHMFUlc2g==", "type": "package", - "path": "microsoft.extensions.logging/9.0.0", + "path": "microsoft.extensions.logging/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4227,15 +7726,15 @@ "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", - "microsoft.extensions.logging.9.0.0.nupkg.sha512", + "microsoft.extensions.logging.9.0.2.nupkg.sha512", "microsoft.extensions.logging.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "sha512": "g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==", + "Microsoft.Extensions.Logging.Abstractions/9.0.2": { + "sha512": "dV9s2Lamc8jSaqhl2BQSPn/AryDIH2sSbQUyLitLXV0ROmsb+SROnn2cH939JFbsNrnf3mIM3GNRKT7P0ldwLg==", "type": "package", - "path": "microsoft.extensions.logging.abstractions/9.0.0", + "path": "microsoft.extensions.logging.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4298,15 +7797,49 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.logging.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "sha512": "H05HiqaNmg6GjH34ocYE9Wm1twm3Oz2aXZko8GTwGBzM7op2brpAA8pJ5yyD1OpS1mXUtModBYOlcZ/wXeWsSg==", + "Microsoft.Extensions.Logging.ApplicationInsights/2.23.0": { + "sha512": "JLEabPz445i1yRB0hKZVzJJE35QatRIzWlrMOiBQXr9kBJod0jkpkrBf94ln6kXu+jlEGohnXtuXacPPhybJDw==", + "type": "package", + "path": "microsoft.extensions.logging.applicationinsights/2.23.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "icon.png", + "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.pdb", + "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.xml", + "microsoft.extensions.logging.applicationinsights.2.23.0.nupkg.sha512", + "microsoft.extensions.logging.applicationinsights.nuspec" + ] + }, + "Microsoft.Extensions.Logging.AzureAppServices/9.0.0": { + "sha512": "OMyMioZ23NlBXQb6TecMTr3LTCd2cqglKqMRdcWF8OJ+QQS53iPEo6bWj3CgGqgdXRySv3cxFVnJGSdcEWKR3Q==", + "type": "package", + "path": "microsoft.extensions.logging.azureappservices/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.Extensions.Logging.AzureAppServices.dll", + "lib/net462/Microsoft.Extensions.Logging.AzureAppServices.xml", + "lib/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll", + "lib/net9.0/Microsoft.Extensions.Logging.AzureAppServices.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.AzureAppServices.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.AzureAppServices.xml", + "microsoft.extensions.logging.azureappservices.9.0.0.nupkg.sha512", + "microsoft.extensions.logging.azureappservices.nuspec" + ] + }, + "Microsoft.Extensions.Logging.Configuration/9.0.2": { + "sha512": "pnwYZE7U6d3Y6iMVqADOAUUMMBGYAQPsT3fMwVr/V1Wdpe5DuVGFcViZavUthSJ5724NmelIl1cYy+kRfKfRPQ==", "type": "package", - "path": "microsoft.extensions.logging.configuration/9.0.0", + "path": "microsoft.extensions.logging.configuration/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4325,15 +7858,15 @@ "lib/net9.0/Microsoft.Extensions.Logging.Configuration.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.xml", - "microsoft.extensions.logging.configuration.9.0.0.nupkg.sha512", + "microsoft.extensions.logging.configuration.9.0.2.nupkg.sha512", "microsoft.extensions.logging.configuration.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.Console/9.0.0": { - "sha512": "yDZ4zsjl7N0K+R/1QTNpXBd79Kaf4qNLHtjk4NaG82UtNg2Z6etJywwv6OarOv3Rp7ocU7uIaRY4CrzHRO/d3w==", + "Microsoft.Extensions.Logging.Console/9.0.2": { + "sha512": "eoMjwiM0WpkVGSxzjo/f94ShreFLYhPMjfkOG04WOb8fq/TztpcWaU8XAkMMWZ+mYSbFYln+FBwUOEriXR4jtA==", "type": "package", - "path": "microsoft.extensions.logging.console/9.0.0", + "path": "microsoft.extensions.logging.console/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4353,15 +7886,15 @@ "lib/net9.0/Microsoft.Extensions.Logging.Console.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.Console.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.Console.xml", - "microsoft.extensions.logging.console.9.0.0.nupkg.sha512", + "microsoft.extensions.logging.console.9.0.2.nupkg.sha512", "microsoft.extensions.logging.console.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.Debug/9.0.0": { - "sha512": "4wGlHsrLhYjLw4sFkfRixu2w4DK7dv60OjbvgbLGhUJk0eUPxYHhnszZ/P18nnAkfrPryvtOJ3ZTVev0kpqM6A==", + "Microsoft.Extensions.Logging.Debug/9.0.2": { + "sha512": "dSrVF+zWBaTS6wANuyjU2avNQMinFdOGpNRXey8jRtMCuKYubtx/f0ZEI6BU/FuQ48wXP4F/SlBE1Khs2G5v/g==", "type": "package", - "path": "microsoft.extensions.logging.debug/9.0.0", + "path": "microsoft.extensions.logging.debug/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4381,15 +7914,15 @@ "lib/net9.0/Microsoft.Extensions.Logging.Debug.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.xml", - "microsoft.extensions.logging.debug.9.0.0.nupkg.sha512", + "microsoft.extensions.logging.debug.9.0.2.nupkg.sha512", "microsoft.extensions.logging.debug.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.EventLog/9.0.0": { - "sha512": "/B8I5bScondnLMNULA3PBu/7Gvmv/P7L83j7gVrmLh6R+HCgHqUNIwVvzCok4ZjIXN2KxrsONHjFYwoBK5EJgQ==", + "Microsoft.Extensions.Logging.EventLog/9.0.2": { + "sha512": "4u7CexvjWr7eGUAvQOfyJUQ1+PgcWIGYajYXB+CgVI3qTMoi++8evZmuXQ/PSiKJ+SDeJXHoYDKbpmXq/aCwEg==", "type": "package", - "path": "microsoft.extensions.logging.eventlog/9.0.0", + "path": "microsoft.extensions.logging.eventlog/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4408,15 +7941,15 @@ "lib/net9.0/Microsoft.Extensions.Logging.EventLog.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.EventLog.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.EventLog.xml", - "microsoft.extensions.logging.eventlog.9.0.0.nupkg.sha512", + "microsoft.extensions.logging.eventlog.9.0.2.nupkg.sha512", "microsoft.extensions.logging.eventlog.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.EventSource/9.0.0": { - "sha512": "zvSjdOAb3HW3aJPM5jf+PR9UoIkoci9id80RXmBgrDEozWI0GDw8tdmpyZgZSwFDvGCwHFodFLNQaeH8879rlA==", + "Microsoft.Extensions.Logging.EventSource/9.0.2": { + "sha512": "DvT/+kEL+aydUYSuGamH4YRJ8uDlFiMIcT82A3OsQGZ+lxiPZgTqqu1mYkSz5VMOx3J1+8vjFd2IzA89JkS/oQ==", "type": "package", - "path": "microsoft.extensions.logging.eventsource/9.0.0", + "path": "microsoft.extensions.logging.eventsource/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4435,15 +7968,28 @@ "lib/net9.0/Microsoft.Extensions.Logging.EventSource.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.xml", - "microsoft.extensions.logging.eventsource.9.0.0.nupkg.sha512", + "microsoft.extensions.logging.eventsource.9.0.2.nupkg.sha512", "microsoft.extensions.logging.eventsource.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Options/9.0.0": { - "sha512": "y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==", + "Microsoft.Extensions.ObjectPool/2.1.1": { + "sha512": "SErON45qh4ogDp6lr6UvVmFYW0FERihW+IQ+2JyFv1PUyWktcJytFaWH5zarufJvZwhci7Rf1IyGXr9pVEadTw==", + "type": "package", + "path": "microsoft.extensions.objectpool/2.1.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll", + "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.xml", + "microsoft.extensions.objectpool.2.1.1.nupkg.sha512", + "microsoft.extensions.objectpool.nuspec" + ] + }, + "Microsoft.Extensions.Options/9.0.2": { + "sha512": "zr98z+AN8+isdmDmQRuEJ/DAKZGUTHmdv3t0ZzjHvNqvA44nAgkXE9kYtfoN6581iALChhVaSw2Owt+Z2lVbkQ==", "type": "package", - "path": "microsoft.extensions.options/9.0.0", + "path": "microsoft.extensions.options/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4480,15 +8026,15 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.options.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "sha512": "Ob3FXsXkcSMQmGZi7qP07EQ39kZpSBlTcAZLbJLdI4FIf0Jug8biv2HTavWmnTirchctPlq9bl/26CXtQRguzA==", + "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.2": { + "sha512": "OPm1NXdMg4Kb4Kz+YHdbBQfekh7MqQZ7liZ5dYUd+IbJakinv9Fl7Ck6Strbgs0a6E76UGbP/jHR532K/7/feQ==", "type": "package", - "path": "microsoft.extensions.options.configurationextensions/9.0.0", + "path": "microsoft.extensions.options.configurationextensions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4508,15 +8054,15 @@ "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.9.0.0.nupkg.sha512", + "microsoft.extensions.options.configurationextensions.9.0.2.nupkg.sha512", "microsoft.extensions.options.configurationextensions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Primitives/9.0.0": { - "sha512": "N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==", + "Microsoft.Extensions.Primitives/9.0.7": { + "sha512": "ti/zD9BuuO50IqlvhWQs9GHxkCmoph5BHjGiWKdg2t6Or8XoyAfRJiKag+uvd/fpASnNklfsB01WpZ4fhAe0VQ==", "type": "package", - "path": "microsoft.extensions.primitives/9.0.0", + "path": "microsoft.extensions.primitives/9.0.7", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4536,80 +8082,69 @@ "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.9.0.7.nupkg.sha512", "microsoft.extensions.primitives.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Identity.Client/4.56.0": { - "sha512": "rr4zbidvHy9r4NvOAs5hdd964Ao2A0pAeFBJKR95u1CJAVzbd1p6tPTXUZ+5ld0cfThiVSGvz6UHwY6JjraTpA==", + "Microsoft.Identity.Client/4.61.3": { + "sha512": "naJo/Qm35Caaoxp5utcw+R8eU8ZtLz2ALh8S+gkekOYQ1oazfCQMWVT4NJ/FnHzdIJlm8dMz0oMpMGCabx5odA==", "type": "package", - "path": "microsoft.identity.client/4.56.0", + "path": "microsoft.identity.client/4.61.3", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/monoandroid10.0/Microsoft.Identity.Client.dll", - "lib/monoandroid10.0/Microsoft.Identity.Client.xml", - "lib/monoandroid90/Microsoft.Identity.Client.dll", - "lib/monoandroid90/Microsoft.Identity.Client.xml", - "lib/net45/Microsoft.Identity.Client.dll", - "lib/net45/Microsoft.Identity.Client.xml", - "lib/net461/Microsoft.Identity.Client.dll", - "lib/net461/Microsoft.Identity.Client.xml", + "README.md", + "lib/net462/Microsoft.Identity.Client.dll", + "lib/net462/Microsoft.Identity.Client.xml", "lib/net6.0-android31.0/Microsoft.Identity.Client.dll", "lib/net6.0-android31.0/Microsoft.Identity.Client.xml", "lib/net6.0-ios15.4/Microsoft.Identity.Client.dll", "lib/net6.0-ios15.4/Microsoft.Identity.Client.xml", - "lib/net6.0-windows7.0/Microsoft.Identity.Client.dll", - "lib/net6.0-windows7.0/Microsoft.Identity.Client.xml", "lib/net6.0/Microsoft.Identity.Client.dll", "lib/net6.0/Microsoft.Identity.Client.xml", - "lib/netcoreapp2.1/Microsoft.Identity.Client.dll", - "lib/netcoreapp2.1/Microsoft.Identity.Client.xml", "lib/netstandard2.0/Microsoft.Identity.Client.dll", "lib/netstandard2.0/Microsoft.Identity.Client.xml", - "lib/uap10.0.17763/Microsoft.Identity.Client.dll", - "lib/uap10.0.17763/Microsoft.Identity.Client.pri", - "lib/uap10.0.17763/Microsoft.Identity.Client.xml", - "lib/xamarinios10/Microsoft.Identity.Client.dll", - "lib/xamarinios10/Microsoft.Identity.Client.xml", - "microsoft.identity.client.4.56.0.nupkg.sha512", + "microsoft.identity.client.4.61.3.nupkg.sha512", "microsoft.identity.client.nuspec" ] }, - "Microsoft.Identity.Client.Extensions.Msal/4.56.0": { - "sha512": "H12YAzEGK55vZ+QpxUzozhW8ZZtgPDuWvgA0JbdIR9UhMUplj29JhIgE2imuH8W2Nw9D8JKygR1uxRFtpSNcrg==", + "Microsoft.Identity.Client.Extensions.Msal/4.61.3": { + "sha512": "PWnJcznrSGr25MN8ajlc2XIDW4zCFu0U6FkpaNLEWLgd1NgFCp5uDY3mqLDgM8zCN8hqj8yo5wHYfLB2HjcdGw==", "type": "package", - "path": "microsoft.identity.client.extensions.msal/4.56.0", + "path": "microsoft.identity.client.extensions.msal/4.61.3", "files": [ ".nupkg.metadata", ".signature.p7s", + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll", + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.xml", "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll", "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.xml", - "microsoft.identity.client.extensions.msal.4.56.0.nupkg.sha512", + "microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512", "microsoft.identity.client.extensions.msal.nuspec" ] }, - "Microsoft.IdentityModel.Abstractions/6.35.0": { - "sha512": "xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==", + "Microsoft.IdentityModel.Abstractions/8.6.0": { + "sha512": "ewgV0sc2B3tjes8+OCRGE08Uxsey3qFfOD8vNq2gTs9k0/zPZ0MejK7Cb/eAW2c2Oz+IQHqgZkTycrAKYBD5yw==", "type": "package", - "path": "microsoft.identitymodel.abstractions/6.35.0", + "path": "microsoft.identitymodel.abstractions/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Abstractions.dll", - "lib/net45/Microsoft.IdentityModel.Abstractions.xml", - "lib/net461/Microsoft.IdentityModel.Abstractions.dll", - "lib/net461/Microsoft.IdentityModel.Abstractions.xml", + "README.md", "lib/net462/Microsoft.IdentityModel.Abstractions.dll", "lib/net462/Microsoft.IdentityModel.Abstractions.xml", "lib/net472/Microsoft.IdentityModel.Abstractions.dll", "lib/net472/Microsoft.IdentityModel.Abstractions.xml", "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll", "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml", + "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/net8.0/Microsoft.IdentityModel.Abstractions.xml", + "lib/net9.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/net9.0/Microsoft.IdentityModel.Abstractions.xml", "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", - "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512", + "microsoft.identitymodel.abstractions.8.6.0.nupkg.sha512", "microsoft.identitymodel.abstractions.nuspec" ] }, @@ -4623,66 +8158,73 @@ "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML", "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML", "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML", "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML", "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/portable-net45+win/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", "lib/portable-net45+win/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "microsoft.identitymodel.clients.activedirectory.3.14.2.nupkg.sha512", "microsoft.identitymodel.clients.activedirectory.nuspec" ] }, - "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { - "sha512": "9wxai3hKgZUb4/NjdRKfQd0QJvtXKDlvmGMYACbEC8DFaicMFCFhQFZq9ZET1kJLwZahf2lfY5Gtcpsx8zYzbg==", + "Microsoft.IdentityModel.JsonWebTokens/8.6.0": { + "sha512": "g/CFN/OzAhJb9a94ep6/xv4b9fOUL8heFkKDwC/HNb17tUDOIPN5iVawisfZ0p1xjJlmVyYWIggnECqIfX8Rfw==", "type": "package", - "path": "microsoft.identitymodel.jsonwebtokens/6.35.0", + "path": "microsoft.identitymodel.jsonwebtokens/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net45/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml", + "README.md", "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll", "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml", "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", "lib/net472/Microsoft.IdentityModel.JsonWebTokens.xml", "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll", "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.xml", "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512", + "microsoft.identitymodel.jsonwebtokens.8.6.0.nupkg.sha512", "microsoft.identitymodel.jsonwebtokens.nuspec" ] }, - "Microsoft.IdentityModel.Logging/6.35.0": { - "sha512": "jePrSfGAmqT81JDCNSY+fxVWoGuJKt9e6eJ+vT7+quVS55nWl//jGjUQn4eFtVKt4rt5dXaleZdHRB9J9AJZ7Q==", + "Microsoft.IdentityModel.Logging/8.6.0": { + "sha512": "PqkPSoENwbGQenGQT270hZIt5p36Ta4YwDla4QId6LdqCeUDus63OChHBv+3AgujFVeBJlRrvmkN7H+Lug+u0g==", "type": "package", - "path": "microsoft.identitymodel.logging/6.35.0", + "path": "microsoft.identitymodel.logging/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Logging.dll", - "lib/net45/Microsoft.IdentityModel.Logging.xml", - "lib/net461/Microsoft.IdentityModel.Logging.dll", - "lib/net461/Microsoft.IdentityModel.Logging.xml", + "README.md", "lib/net462/Microsoft.IdentityModel.Logging.dll", "lib/net462/Microsoft.IdentityModel.Logging.xml", "lib/net472/Microsoft.IdentityModel.Logging.dll", "lib/net472/Microsoft.IdentityModel.Logging.xml", "lib/net6.0/Microsoft.IdentityModel.Logging.dll", "lib/net6.0/Microsoft.IdentityModel.Logging.xml", + "lib/net8.0/Microsoft.IdentityModel.Logging.dll", + "lib/net8.0/Microsoft.IdentityModel.Logging.xml", + "lib/net9.0/Microsoft.IdentityModel.Logging.dll", + "lib/net9.0/Microsoft.IdentityModel.Logging.xml", "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", - "microsoft.identitymodel.logging.6.35.0.nupkg.sha512", + "microsoft.identitymodel.logging.8.6.0.nupkg.sha512", "microsoft.identitymodel.logging.nuspec" ] }, @@ -4732,26 +8274,27 @@ "microsoft.identitymodel.protocols.openidconnect.nuspec" ] }, - "Microsoft.IdentityModel.Tokens/6.35.0": { - "sha512": "RN7lvp7s3Boucg1NaNAbqDbxtlLj5Qeb+4uSS1TeK5FSBVM40P4DKaTKChT43sHyKfh7V0zkrMph6DdHvyA4bg==", + "Microsoft.IdentityModel.Tokens/8.6.0": { + "sha512": "ga4ASKm8EezJ+Oj4uvTNE0xjIWy27Ix5pOZz737CnLzxv7ClFnelX+YWbFuiO1Qj2zVoIpsPqKJRGHGlpFF6eQ==", "type": "package", - "path": "microsoft.identitymodel.tokens/6.35.0", + "path": "microsoft.identitymodel.tokens/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Tokens.dll", - "lib/net45/Microsoft.IdentityModel.Tokens.xml", - "lib/net461/Microsoft.IdentityModel.Tokens.dll", - "lib/net461/Microsoft.IdentityModel.Tokens.xml", + "README.md", "lib/net462/Microsoft.IdentityModel.Tokens.dll", "lib/net462/Microsoft.IdentityModel.Tokens.xml", "lib/net472/Microsoft.IdentityModel.Tokens.dll", "lib/net472/Microsoft.IdentityModel.Tokens.xml", "lib/net6.0/Microsoft.IdentityModel.Tokens.dll", "lib/net6.0/Microsoft.IdentityModel.Tokens.xml", + "lib/net8.0/Microsoft.IdentityModel.Tokens.dll", + "lib/net8.0/Microsoft.IdentityModel.Tokens.xml", + "lib/net9.0/Microsoft.IdentityModel.Tokens.dll", + "lib/net9.0/Microsoft.IdentityModel.Tokens.xml", "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", - "microsoft.identitymodel.tokens.6.35.0.nupkg.sha512", + "microsoft.identitymodel.tokens.8.6.0.nupkg.sha512", "microsoft.identitymodel.tokens.nuspec" ] }, @@ -4763,22 +8306,22 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll", + "lib/netstandard2.0/Microsoft.Net.Http.Headers.xml", "microsoft.net.http.headers.2.2.0.nupkg.sha512", "microsoft.net.http.headers.nuspec" ] }, - "Microsoft.NETCore.Platforms/5.0.0": { - "sha512": "VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==", + "Microsoft.NETCore.Platforms/3.1.0": { + "sha512": "z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==", "type": "package", - "path": "microsoft.netcore.platforms/5.0.0", + "path": "microsoft.netcore.platforms/3.1.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/netstandard1.0/_._", - "microsoft.netcore.platforms.5.0.0.nupkg.sha512", + "microsoft.netcore.platforms.3.1.0.nupkg.sha512", "microsoft.netcore.platforms.nuspec", "runtime.json", "useSharedDesignerContext.txt", @@ -4800,6 +8343,21 @@ "runtime.json" ] }, + "Microsoft.OpenApi/1.6.22": { + "sha512": "aBvunmrdu/x+4CaA/UP1Jx4xWGwk4kymhoIRnn2Vp+zi5/KOPQJ9EkSXHRUr01WcGKtYl3Au7XfkPJbU1G2sjQ==", + "type": "package", + "path": "microsoft.openapi/1.6.22", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "lib/netstandard2.0/Microsoft.OpenApi.dll", + "lib/netstandard2.0/Microsoft.OpenApi.pdb", + "lib/netstandard2.0/Microsoft.OpenApi.xml", + "microsoft.openapi.1.6.22.nupkg.sha512", + "microsoft.openapi.nuspec" + ] + }, "Microsoft.SqlServer.Server/1.0.0": { "sha512": "N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==", "type": "package", @@ -4818,6 +8376,83 @@ "microsoft.sqlserver.server.nuspec" ] }, + "Microsoft.Web.LibraryManager.Build/3.0.71": { + "sha512": "uO0RegM2P5ZZhQDJQ+YSiugXJgNnh4gmjMd3VofeoE9MSu60zYoR3meA9SAm6PVJW2t//SzICXQf4+JtfUTJQA==", + "type": "package", + "path": "microsoft.web.librarymanager.build/3.0.71", + "hasTools": true, + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "License.txt", + "PackageIcon.png", + "Third-party-notice.txt", + "build/Microsoft.Web.LibraryManager.Build.props", + "build/Microsoft.Web.LibraryManager.Build.targets", + "microsoft.web.librarymanager.build.3.0.71.nupkg.sha512", + "microsoft.web.librarymanager.build.nuspec", + "tools/net481/Microsoft.Web.LibraryManager.Build.dll", + "tools/net481/Microsoft.Web.LibraryManager.Contracts.dll", + "tools/net481/Microsoft.Web.LibraryManager.dll", + "tools/net481/Newtonsoft.Json.dll", + "tools/net481/cs/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/cs/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/de/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/de/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/es/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/es/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/fr/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/fr/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/it/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/it/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/ja/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/ja/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/ko/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/ko/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/pl/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/pl/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/pt-BR/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/pt-BR/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/ru/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/ru/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/tr/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/tr/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/zh-Hans/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/zh-Hans/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/zh-Hant/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/zh-Hant/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/Microsoft.Web.LibraryManager.Build.dll", + "tools/net8.0/Microsoft.Web.LibraryManager.Contracts.dll", + "tools/net8.0/Microsoft.Web.LibraryManager.dll", + "tools/net8.0/Newtonsoft.Json.dll", + "tools/net8.0/cs/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/cs/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/de/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/de/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/es/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/es/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/fr/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/fr/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/it/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/it/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/ja/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/ja/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/ko/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/ko/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/pl/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/pl/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/pt-BR/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/pt-BR/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/ru/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/ru/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/tr/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/tr/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/zh-Hans/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/zh-Hans/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/zh-Hant/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/zh-Hant/Microsoft.Web.LibraryManager.resources.dll" + ] + }, "Microsoft.Win32.Primitives/4.3.0": { "sha512": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", "type": "package", @@ -4840,6 +8475,16 @@ "ref/MonoTouch10/_._", "ref/net46/Microsoft.Win32.Primitives.dll", "ref/netstandard1.3/Microsoft.Win32.Primitives.dll", + "ref/netstandard1.3/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/de/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/es/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/fr/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/it/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ja/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ko/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ru/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/zh-hans/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/zh-hant/Microsoft.Win32.Primitives.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -4876,6 +8521,19 @@ "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll" ] }, + "Mono.TextTemplating/2.2.1": { + "sha512": "KZYeKBET/2Z0gY1WlTAK7+RHTl7GSbtvTLDXEZZojUdAPqpQNDL6tHv7VUpqfX5VEOh+uRGKaZXkuD253nEOBQ==", + "type": "package", + "path": "mono.texttemplating/2.2.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net472/Mono.TextTemplating.dll", + "lib/netstandard2.0/Mono.TextTemplating.dll", + "mono.texttemplating.2.2.1.nupkg.sha512", + "mono.texttemplating.nuspec" + ] + }, "NETStandard.Library/1.6.1": { "sha512": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", "type": "package", @@ -4889,10 +8547,10 @@ "netstandard.library.nuspec" ] }, - "Newtonsoft.Json/13.0.3": { - "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", + "Newtonsoft.Json/13.0.4": { + "sha512": "pdgNNMai3zv51W5aq268sujXUyx7SNdE2bj1wZcWjAQrKMFZV260lbqYop1d2GM67JI1huLRwxo9ZqnfF/lC6A==", "type": "package", - "path": "newtonsoft.json/13.0.3", + "path": "newtonsoft.json/13.0.4", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4914,18 +8572,63 @@ "lib/netstandard1.3/Newtonsoft.Json.xml", "lib/netstandard2.0/Newtonsoft.Json.dll", "lib/netstandard2.0/Newtonsoft.Json.xml", - "newtonsoft.json.13.0.3.nupkg.sha512", + "newtonsoft.json.13.0.4.nupkg.sha512", "newtonsoft.json.nuspec", "packageIcon.png" ] }, - "Polly/8.5.0": { - "sha512": "GBNZPy7i7OpkaIruWPRJ0+AWzdGDQDnKY91b7Ic2aAch4lKhPjUc5KSffpH9krIWe0MoyghqaRxwRC0Uwz2PkA==", + "Newtonsoft.Json.Bson/1.0.2": { + "sha512": "QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", + "type": "package", + "path": "newtonsoft.json.bson/1.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.md", + "lib/net45/Newtonsoft.Json.Bson.dll", + "lib/net45/Newtonsoft.Json.Bson.pdb", + "lib/net45/Newtonsoft.Json.Bson.xml", + "lib/netstandard1.3/Newtonsoft.Json.Bson.dll", + "lib/netstandard1.3/Newtonsoft.Json.Bson.pdb", + "lib/netstandard1.3/Newtonsoft.Json.Bson.xml", + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll", + "lib/netstandard2.0/Newtonsoft.Json.Bson.pdb", + "lib/netstandard2.0/Newtonsoft.Json.Bson.xml", + "newtonsoft.json.bson.1.0.2.nupkg.sha512", + "newtonsoft.json.bson.nuspec" + ] + }, + "Pipelines.Sockets.Unofficial/2.2.8": { + "sha512": "zG2FApP5zxSx6OcdJQLbZDk2AVlN2BNQD6MorwIfV6gVj0RRxWPEp2LXAxqDGZqeNV1Zp0BNPcNaey/GXmTdvQ==", + "type": "package", + "path": "pipelines.sockets.unofficial/2.2.8", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net461/Pipelines.Sockets.Unofficial.dll", + "lib/net461/Pipelines.Sockets.Unofficial.xml", + "lib/net472/Pipelines.Sockets.Unofficial.dll", + "lib/net472/Pipelines.Sockets.Unofficial.xml", + "lib/net5.0/Pipelines.Sockets.Unofficial.dll", + "lib/net5.0/Pipelines.Sockets.Unofficial.xml", + "lib/netcoreapp3.1/Pipelines.Sockets.Unofficial.dll", + "lib/netcoreapp3.1/Pipelines.Sockets.Unofficial.xml", + "lib/netstandard2.0/Pipelines.Sockets.Unofficial.dll", + "lib/netstandard2.0/Pipelines.Sockets.Unofficial.xml", + "lib/netstandard2.1/Pipelines.Sockets.Unofficial.dll", + "lib/netstandard2.1/Pipelines.Sockets.Unofficial.xml", + "pipelines.sockets.unofficial.2.2.8.nupkg.sha512", + "pipelines.sockets.unofficial.nuspec" + ] + }, + "Polly/8.6.5": { + "sha512": "VqtW2ZE/ALvQMAH1cQY3qZ2cF2OXa3oe/HKMdOv6Q02HCoEW0rsFNfcBONXlHBe1TnjWW1vdRxBEkPeq0/2FHA==", "type": "package", - "path": "polly/8.5.0", + "path": "polly/8.6.5", "files": [ ".nupkg.metadata", ".signature.p7s", + "LICENSE", "lib/net462/Polly.dll", "lib/net462/Polly.pdb", "lib/net462/Polly.xml", @@ -4940,17 +8643,18 @@ "lib/netstandard2.0/Polly.xml", "package-icon.png", "package-readme.md", - "polly.8.5.0.nupkg.sha512", + "polly.8.6.5.nupkg.sha512", "polly.nuspec" ] }, - "Polly.Core/8.5.0": { - "sha512": "VYYMZNitZ85UEhwOKkTQI63WEMvzUqwQc74I2mm8h/DBVAMcBBxqYPni4DmuRtbCwngmuONuK2yBJfWNRKzI+A==", + "Polly.Core/8.6.5": { + "sha512": "t+sUVrIwvo7UmsgHGgOG9F0GDZSRIm47u2ylH17Gvcv1q5hNEwgD5GoBlFyc0kh/pebmPyrAgvGsR/65ZBaXlg==", "type": "package", - "path": "polly.core/8.5.0", + "path": "polly.core/8.6.5", "files": [ ".nupkg.metadata", ".signature.p7s", + "LICENSE", "lib/net462/Polly.Core.dll", "lib/net462/Polly.Core.pdb", "lib/net462/Polly.Core.xml", @@ -4968,7 +8672,7 @@ "lib/netstandard2.0/Polly.Core.xml", "package-icon.png", "package-readme.md", - "polly.core.8.5.0.nupkg.sha512", + "polly.core.8.6.5.nupkg.sha512", "polly.core.nuspec" ] }, @@ -5213,10 +8917,10 @@ "runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so" ] }, - "Serilog/4.0.0": { - "sha512": "2jDkUrSh5EofOp7Lx5Zgy0EB+7hXjjxE2ktTb1WVQmU00lDACR2TdROGKU0K1pDTBSJBN1PqgYpgOZF8mL7NJw==", + "Serilog/4.2.0": { + "sha512": "gmoWVOvKgbME8TYR+gwMf7osROiWAURterc6Rt2dQyX7wtjZYpqFiA/pY6ztjGQKKV62GGCyOcmtP1UKMHgSmA==", "type": "package", - "path": "serilog/4.0.0", + "path": "serilog/4.2.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5230,16 +8934,18 @@ "lib/net6.0/Serilog.xml", "lib/net8.0/Serilog.dll", "lib/net8.0/Serilog.xml", + "lib/net9.0/Serilog.dll", + "lib/net9.0/Serilog.xml", "lib/netstandard2.0/Serilog.dll", "lib/netstandard2.0/Serilog.xml", - "serilog.4.0.0.nupkg.sha512", + "serilog.4.2.0.nupkg.sha512", "serilog.nuspec" ] }, - "Serilog.AspNetCore/8.0.3": { - "sha512": "Y5at41mc0OV982DEJslBKHd6uzcWO6POwR3QceJ6gtpMPxCzm4+FElGPF0RdaTD7MGsP6XXE05LMbSi0NO+sXg==", + "Serilog.AspNetCore/9.0.0": { + "sha512": "JslDajPlBsn3Pww1554flJFTqROvK9zz9jONNQgn0D8Lx2Trw8L0A8/n6zEQK1DAZWXrJwiVLw8cnTR3YFuYsg==", "type": "package", - "path": "serilog.aspnetcore/8.0.3", + "path": "serilog.aspnetcore/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5247,15 +8953,15 @@ "icon.png", "lib/net462/Serilog.AspNetCore.dll", "lib/net462/Serilog.AspNetCore.xml", - "lib/net6.0/Serilog.AspNetCore.dll", - "lib/net6.0/Serilog.AspNetCore.xml", - "lib/net7.0/Serilog.AspNetCore.dll", - "lib/net7.0/Serilog.AspNetCore.xml", "lib/net8.0/Serilog.AspNetCore.dll", "lib/net8.0/Serilog.AspNetCore.xml", + "lib/net9.0/Serilog.AspNetCore.dll", + "lib/net9.0/Serilog.AspNetCore.xml", "lib/netstandard2.0/Serilog.AspNetCore.dll", "lib/netstandard2.0/Serilog.AspNetCore.xml", - "serilog.aspnetcore.8.0.3.nupkg.sha512", + "lib/netstandard2.1/Serilog.AspNetCore.dll", + "lib/netstandard2.1/Serilog.AspNetCore.xml", + "serilog.aspnetcore.9.0.0.nupkg.sha512", "serilog.aspnetcore.nuspec" ] }, @@ -5282,10 +8988,10 @@ "serilog.enrichers.environment.nuspec" ] }, - "Serilog.Extensions.Hosting/8.0.0": { - "sha512": "db0OcbWeSCvYQkHWu6n0v40N4kKaTAXNjlM3BKvcbwvNzYphQFcBR+36eQ/7hMMwOkJvAyLC2a9/jNdUL5NjtQ==", + "Serilog.Extensions.Hosting/9.0.0": { + "sha512": "u2TRxuxbjvTAldQn7uaAwePkWxTHIqlgjelekBtilAGL5sYyF3+65NWctN4UrwwGLsDC7c3Vz3HnOlu+PcoxXg==", "type": "package", - "path": "serilog.extensions.hosting/8.0.0", + "path": "serilog.extensions.hosting/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5293,47 +8999,45 @@ "icon.png", "lib/net462/Serilog.Extensions.Hosting.dll", "lib/net462/Serilog.Extensions.Hosting.xml", - "lib/net6.0/Serilog.Extensions.Hosting.dll", - "lib/net6.0/Serilog.Extensions.Hosting.xml", - "lib/net7.0/Serilog.Extensions.Hosting.dll", - "lib/net7.0/Serilog.Extensions.Hosting.xml", "lib/net8.0/Serilog.Extensions.Hosting.dll", "lib/net8.0/Serilog.Extensions.Hosting.xml", + "lib/net9.0/Serilog.Extensions.Hosting.dll", + "lib/net9.0/Serilog.Extensions.Hosting.xml", "lib/netstandard2.0/Serilog.Extensions.Hosting.dll", "lib/netstandard2.0/Serilog.Extensions.Hosting.xml", - "serilog.extensions.hosting.8.0.0.nupkg.sha512", + "lib/netstandard2.1/Serilog.Extensions.Hosting.dll", + "lib/netstandard2.1/Serilog.Extensions.Hosting.xml", + "serilog.extensions.hosting.9.0.0.nupkg.sha512", "serilog.extensions.hosting.nuspec" ] }, - "Serilog.Extensions.Logging/8.0.0": { - "sha512": "YEAMWu1UnWgf1c1KP85l1SgXGfiVo0Rz6x08pCiPOIBt2Qe18tcZLvdBUuV5o1QHvrs8FAry9wTIhgBRtjIlEg==", + "Serilog.Extensions.Logging/9.0.0": { + "sha512": "NwSSYqPJeKNzl5AuXVHpGbr6PkZJFlNa14CdIebVjK3k/76kYj/mz5kiTRNVSsSaxM8kAIa1kpy/qyT9E4npRQ==", "type": "package", - "path": "serilog.extensions.logging/8.0.0", + "path": "serilog.extensions.logging/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", "lib/net462/Serilog.Extensions.Logging.dll", "lib/net462/Serilog.Extensions.Logging.xml", - "lib/net6.0/Serilog.Extensions.Logging.dll", - "lib/net6.0/Serilog.Extensions.Logging.xml", - "lib/net7.0/Serilog.Extensions.Logging.dll", - "lib/net7.0/Serilog.Extensions.Logging.xml", "lib/net8.0/Serilog.Extensions.Logging.dll", "lib/net8.0/Serilog.Extensions.Logging.xml", + "lib/net9.0/Serilog.Extensions.Logging.dll", + "lib/net9.0/Serilog.Extensions.Logging.xml", "lib/netstandard2.0/Serilog.Extensions.Logging.dll", "lib/netstandard2.0/Serilog.Extensions.Logging.xml", "lib/netstandard2.1/Serilog.Extensions.Logging.dll", "lib/netstandard2.1/Serilog.Extensions.Logging.xml", "serilog-extension-nuget.png", - "serilog.extensions.logging.8.0.0.nupkg.sha512", + "serilog.extensions.logging.9.0.0.nupkg.sha512", "serilog.extensions.logging.nuspec" ] }, - "Serilog.Formatting.Compact/2.0.0": { - "sha512": "ob6z3ikzFM3D1xalhFuBIK1IOWf+XrQq+H4KeH4VqBcPpNcmUgZlRQ2h3Q7wvthpdZBBoY86qZOI2LCXNaLlNA==", + "Serilog.Formatting.Compact/3.0.0": { + "sha512": "wQsv14w9cqlfB5FX2MZpNsTawckN4a8dryuNGbebB/3Nh1pXnROHZov3swtu3Nj5oNG7Ba+xdu7Et/ulAUPanQ==", "type": "package", - "path": "serilog.formatting.compact/2.0.0", + "path": "serilog.formatting.compact/3.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5344,21 +9048,19 @@ "lib/net471/Serilog.Formatting.Compact.xml", "lib/net6.0/Serilog.Formatting.Compact.dll", "lib/net6.0/Serilog.Formatting.Compact.xml", - "lib/net7.0/Serilog.Formatting.Compact.dll", - "lib/net7.0/Serilog.Formatting.Compact.xml", + "lib/net8.0/Serilog.Formatting.Compact.dll", + "lib/net8.0/Serilog.Formatting.Compact.xml", "lib/netstandard2.0/Serilog.Formatting.Compact.dll", "lib/netstandard2.0/Serilog.Formatting.Compact.xml", - "lib/netstandard2.1/Serilog.Formatting.Compact.dll", - "lib/netstandard2.1/Serilog.Formatting.Compact.xml", "serilog-extension-nuget.png", - "serilog.formatting.compact.2.0.0.nupkg.sha512", + "serilog.formatting.compact.3.0.0.nupkg.sha512", "serilog.formatting.compact.nuspec" ] }, - "Serilog.Settings.Configuration/8.0.4": { - "sha512": "pkxvq0umBKK8IKFJc1aV5S/HGRG/NIxJ6FV42KaTPLfDmBOAbBUB1m5gqqlGxzEa1MgDDWtQlWJdHTSxVWNx+Q==", + "Serilog.Settings.Configuration/9.0.0": { + "sha512": "4/Et4Cqwa+F88l5SeFeNZ4c4Z6dEAIKbu3MaQb2Zz9F/g27T5a3wvfMcmCOaAiACjfUb4A6wrlTVfyYUZk3RRQ==", "type": "package", - "path": "serilog.settings.configuration/8.0.4", + "path": "serilog.settings.configuration/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5366,22 +9068,20 @@ "icon.png", "lib/net462/Serilog.Settings.Configuration.dll", "lib/net462/Serilog.Settings.Configuration.xml", - "lib/net6.0/Serilog.Settings.Configuration.dll", - "lib/net6.0/Serilog.Settings.Configuration.xml", - "lib/net7.0/Serilog.Settings.Configuration.dll", - "lib/net7.0/Serilog.Settings.Configuration.xml", "lib/net8.0/Serilog.Settings.Configuration.dll", "lib/net8.0/Serilog.Settings.Configuration.xml", + "lib/net9.0/Serilog.Settings.Configuration.dll", + "lib/net9.0/Serilog.Settings.Configuration.xml", "lib/netstandard2.0/Serilog.Settings.Configuration.dll", "lib/netstandard2.0/Serilog.Settings.Configuration.xml", - "serilog.settings.configuration.8.0.4.nupkg.sha512", + "serilog.settings.configuration.9.0.0.nupkg.sha512", "serilog.settings.configuration.nuspec" ] }, - "Serilog.Sinks.Console/6.0.0": { - "sha512": "fQGWqVMClCP2yEyTXPIinSr5c+CBGUvBybPxjAGcf7ctDhadFhrQw03Mv8rJ07/wR5PDfFjewf2LimvXCDzpbA==", + "Serilog.Sinks.Console/6.1.1": { + "sha512": "8jbqgjUyZlfCuSTaJk6lOca465OndqOz3KZP6Cryt/IqZYybyBu7GP0fE/AXBzrrQB3EBmQntBFAvMVz1COvAA==", "type": "package", - "path": "serilog.sinks.console/6.0.0", + "path": "serilog.sinks.console/6.1.1", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5397,53 +9097,62 @@ "lib/net8.0/Serilog.Sinks.Console.xml", "lib/netstandard2.0/Serilog.Sinks.Console.dll", "lib/netstandard2.0/Serilog.Sinks.Console.xml", - "serilog.sinks.console.6.0.0.nupkg.sha512", + "serilog.sinks.console.6.1.1.nupkg.sha512", "serilog.sinks.console.nuspec" ] }, - "Serilog.Sinks.Debug/2.0.0": { - "sha512": "Y6g3OBJ4JzTyyw16fDqtFcQ41qQAydnEvEqmXjhwhgjsnG/FaJ8GUqF5ldsC/bVkK8KYmqrPhDO+tm4dF6xx4A==", + "Serilog.Sinks.Debug/3.0.0": { + "sha512": "4BzXcdrgRX7wde9PmHuYd9U6YqycCC28hhpKonK7hx0wb19eiuRj16fPcPSVp0o/Y1ipJuNLYQ00R3q2Zs8FDA==", "type": "package", - "path": "serilog.sinks.debug/2.0.0", + "path": "serilog.sinks.debug/3.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", + "README.md", "icon.png", - "lib/net45/Serilog.Sinks.Debug.dll", - "lib/net46/Serilog.Sinks.Debug.dll", - "lib/netstandard1.0/Serilog.Sinks.Debug.dll", + "lib/net462/Serilog.Sinks.Debug.dll", + "lib/net462/Serilog.Sinks.Debug.xml", + "lib/net471/Serilog.Sinks.Debug.dll", + "lib/net471/Serilog.Sinks.Debug.xml", + "lib/net6.0/Serilog.Sinks.Debug.dll", + "lib/net6.0/Serilog.Sinks.Debug.xml", + "lib/net8.0/Serilog.Sinks.Debug.dll", + "lib/net8.0/Serilog.Sinks.Debug.xml", "lib/netstandard2.0/Serilog.Sinks.Debug.dll", - "lib/netstandard2.1/Serilog.Sinks.Debug.dll", - "serilog.sinks.debug.2.0.0.nupkg.sha512", + "lib/netstandard2.0/Serilog.Sinks.Debug.xml", + "serilog.sinks.debug.3.0.0.nupkg.sha512", "serilog.sinks.debug.nuspec" ] }, - "Serilog.Sinks.File/5.0.0": { - "sha512": "uwV5hdhWPwUH1szhO8PJpFiahqXmzPzJT/sOijH/kFgUx+cyoDTMM8MHD0adw9+Iem6itoibbUXHYslzXsLEAg==", + "Serilog.Sinks.File/7.0.0": { + "sha512": "fKL7mXv7qaiNBUC71ssvn/dU0k9t0o45+qm2XgKAlSt19xF+ijjxyA3R6HmCgfKEKwfcfkwWjayuQtRueZFkYw==", "type": "package", - "path": "serilog.sinks.file/5.0.0", + "path": "serilog.sinks.file/7.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "images/icon.png", - "lib/net45/Serilog.Sinks.File.dll", - "lib/net45/Serilog.Sinks.File.pdb", - "lib/net5.0/Serilog.Sinks.File.dll", - "lib/net5.0/Serilog.Sinks.File.pdb", - "lib/netstandard1.3/Serilog.Sinks.File.dll", - "lib/netstandard1.3/Serilog.Sinks.File.pdb", + "README.md", + "lib/net462/Serilog.Sinks.File.dll", + "lib/net462/Serilog.Sinks.File.xml", + "lib/net471/Serilog.Sinks.File.dll", + "lib/net471/Serilog.Sinks.File.xml", + "lib/net6.0/Serilog.Sinks.File.dll", + "lib/net6.0/Serilog.Sinks.File.xml", + "lib/net8.0/Serilog.Sinks.File.dll", + "lib/net8.0/Serilog.Sinks.File.xml", + "lib/net9.0/Serilog.Sinks.File.dll", + "lib/net9.0/Serilog.Sinks.File.xml", "lib/netstandard2.0/Serilog.Sinks.File.dll", - "lib/netstandard2.0/Serilog.Sinks.File.pdb", - "lib/netstandard2.1/Serilog.Sinks.File.dll", - "lib/netstandard2.1/Serilog.Sinks.File.pdb", - "serilog.sinks.file.5.0.0.nupkg.sha512", + "lib/netstandard2.0/Serilog.Sinks.File.xml", + "serilog-sink-nuget.png", + "serilog.sinks.file.7.0.0.nupkg.sha512", "serilog.sinks.file.nuspec" ] }, - "Serilog.Sinks.Http/9.0.0": { - "sha512": "c246Bw1vXtvht/krwQXGwuZ4U2kKxRf8d9iaazZDodnOohTlRR4jZyQS/slWHSjJAj8ZDejCQcITnu+TkYmdFw==", + "Serilog.Sinks.Http/9.2.0": { + "sha512": "tngXuEvfI1CrtB02XVXhHAGTX1HvSMKjWcOmlyBT9LVNIMYvNhOSkfigfwxd9OCbv3cXw1aWFrSPGGw8Y6sjtg==", "type": "package", - "path": "serilog.sinks.http/9.0.0", + "path": "serilog.sinks.http/9.2.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5455,14 +9164,14 @@ "lib/netstandard2.1/Serilog.Sinks.Http.dll", "lib/netstandard2.1/Serilog.Sinks.Http.xml", "serilog-sink-nuget.png", - "serilog.sinks.http.9.0.0.nupkg.sha512", + "serilog.sinks.http.9.2.0.nupkg.sha512", "serilog.sinks.http.nuspec" ] }, - "Serilog.Sinks.Seq/8.0.0": { - "sha512": "z5ig56/qzjkX6Fj4U/9m1g8HQaQiYPMZS4Uevtjg1I+WWzoGSf5t/E+6JbMP/jbZYhU63bA5NJN5y0x+qqx2Bw==", + "Serilog.Sinks.Seq/9.0.0": { + "sha512": "aNU8A0K322q7+voPNmp1/qNPH+9QK8xvM1p72sMmCG0wGlshFzmtDW9QnVSoSYCj0MgQKcMOlgooovtBhRlNHw==", "type": "package", - "path": "serilog.sinks.seq/8.0.0", + "path": "serilog.sinks.seq/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5472,10 +9181,137 @@ "lib/net6.0/Serilog.Sinks.Seq.xml", "lib/netstandard2.0/Serilog.Sinks.Seq.dll", "lib/netstandard2.0/Serilog.Sinks.Seq.xml", - "serilog.sinks.seq.8.0.0.nupkg.sha512", + "serilog.sinks.seq.9.0.0.nupkg.sha512", "serilog.sinks.seq.nuspec" ] }, + "StackExchange.Redis/2.7.27": { + "sha512": "Uqc2OQHglqj9/FfGQ6RkKFkZfHySfZlfmbCl+hc+u2I/IqunfelQ7QJi7ZhvAJxUtu80pildVX6NPLdDaUffOw==", + "type": "package", + "path": "stackexchange.redis/2.7.27", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net461/StackExchange.Redis.dll", + "lib/net461/StackExchange.Redis.xml", + "lib/net472/StackExchange.Redis.dll", + "lib/net472/StackExchange.Redis.xml", + "lib/net6.0/StackExchange.Redis.dll", + "lib/net6.0/StackExchange.Redis.xml", + "lib/netcoreapp3.1/StackExchange.Redis.dll", + "lib/netcoreapp3.1/StackExchange.Redis.xml", + "lib/netstandard2.0/StackExchange.Redis.dll", + "lib/netstandard2.0/StackExchange.Redis.xml", + "stackexchange.redis.2.7.27.nupkg.sha512", + "stackexchange.redis.nuspec" + ] + }, + "Swashbuckle.AspNetCore/7.2.0": { + "sha512": "vJv19UpWm6OOgnS9QLDnWARNVasXUfj8SFvlG7UVALm4nBnfwRnEky7C0veSDqMUmBeMPC6Ec3d6G1ts/J04Uw==", + "type": "package", + "path": "swashbuckle.aspnetcore/7.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "build/Swashbuckle.AspNetCore.props", + "buildMultiTargeting/Swashbuckle.AspNetCore.props", + "docs/package-readme.md", + "swashbuckle.aspnetcore.7.2.0.nupkg.sha512", + "swashbuckle.aspnetcore.nuspec" + ] + }, + "Swashbuckle.AspNetCore.Newtonsoft/7.2.0": { + "sha512": "otztl1SBfwu10iJx6lc3XG/dSqFXRtx8RQ0XrwrO/NYv0j6WhB+vaTJdfs4EPDh+0r7yORUPb7FQ6WgoApeDNg==", + "type": "package", + "path": "swashbuckle.aspnetcore.newtonsoft/7.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net6.0/Swashbuckle.AspNetCore.Newtonsoft.dll", + "lib/net6.0/Swashbuckle.AspNetCore.Newtonsoft.pdb", + "lib/net8.0/Swashbuckle.AspNetCore.Newtonsoft.dll", + "lib/net8.0/Swashbuckle.AspNetCore.Newtonsoft.pdb", + "lib/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll", + "lib/net9.0/Swashbuckle.AspNetCore.Newtonsoft.pdb", + "lib/netstandard2.0/Swashbuckle.AspNetCore.Newtonsoft.dll", + "lib/netstandard2.0/Swashbuckle.AspNetCore.Newtonsoft.pdb", + "package-readme.md", + "swashbuckle.aspnetcore.newtonsoft.7.2.0.nupkg.sha512", + "swashbuckle.aspnetcore.newtonsoft.nuspec" + ] + }, + "Swashbuckle.AspNetCore.Swagger/7.2.0": { + "sha512": "y27fNDfIh1vGhJjXYynLcZjl7DLOW1bSO2MDsY9wB4Zm1fdxpPsuBSiR4U+0acWlAqLmnuOPKr/OeOgwRUkBlw==", + "type": "package", + "path": "swashbuckle.aspnetcore.swagger/7.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll", + "lib/net6.0/Swashbuckle.AspNetCore.Swagger.pdb", + "lib/net6.0/Swashbuckle.AspNetCore.Swagger.xml", + "lib/net8.0/Swashbuckle.AspNetCore.Swagger.dll", + "lib/net8.0/Swashbuckle.AspNetCore.Swagger.pdb", + "lib/net8.0/Swashbuckle.AspNetCore.Swagger.xml", + "lib/net9.0/Swashbuckle.AspNetCore.Swagger.dll", + "lib/net9.0/Swashbuckle.AspNetCore.Swagger.pdb", + "lib/net9.0/Swashbuckle.AspNetCore.Swagger.xml", + "lib/netstandard2.0/Swashbuckle.AspNetCore.Swagger.dll", + "lib/netstandard2.0/Swashbuckle.AspNetCore.Swagger.pdb", + "lib/netstandard2.0/Swashbuckle.AspNetCore.Swagger.xml", + "package-readme.md", + "swashbuckle.aspnetcore.swagger.7.2.0.nupkg.sha512", + "swashbuckle.aspnetcore.swagger.nuspec" + ] + }, + "Swashbuckle.AspNetCore.SwaggerGen/7.2.0": { + "sha512": "pMrTxGVuXM7t4wqft5CNNU8A0++Yw5kTLmYhB6tbEcyBfO8xEF/Y8pkJhO6BZ/2MYONrRYoQTfPFJqu8fOf5WQ==", + "type": "package", + "path": "swashbuckle.aspnetcore.swaggergen/7.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll", + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.pdb", + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.xml", + "lib/net8.0/Swashbuckle.AspNetCore.SwaggerGen.dll", + "lib/net8.0/Swashbuckle.AspNetCore.SwaggerGen.pdb", + "lib/net8.0/Swashbuckle.AspNetCore.SwaggerGen.xml", + "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll", + "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.pdb", + "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.xml", + "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerGen.dll", + "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerGen.pdb", + "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerGen.xml", + "package-readme.md", + "swashbuckle.aspnetcore.swaggergen.7.2.0.nupkg.sha512", + "swashbuckle.aspnetcore.swaggergen.nuspec" + ] + }, + "Swashbuckle.AspNetCore.SwaggerUI/7.2.0": { + "sha512": "hgrXeKzyp5OGN8qVvL7A+vhmU7mDJTfGpiMBRL66IcfLOyna8UTLtn3cC3CghamXpRDufcc9ciklTszUGEQK0w==", + "type": "package", + "path": "swashbuckle.aspnetcore.swaggerui/7.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll", + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.pdb", + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.xml", + "lib/net8.0/Swashbuckle.AspNetCore.SwaggerUI.dll", + "lib/net8.0/Swashbuckle.AspNetCore.SwaggerUI.pdb", + "lib/net8.0/Swashbuckle.AspNetCore.SwaggerUI.xml", + "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll", + "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.pdb", + "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.xml", + "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerUI.dll", + "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerUI.pdb", + "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerUI.xml", + "package-readme.md", + "swashbuckle.aspnetcore.swaggerui.7.2.0.nupkg.sha512", + "swashbuckle.aspnetcore.swaggerui.nuspec" + ] + }, "System.AppContext/4.3.0": { "sha512": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", "type": "package", @@ -5501,7 +9337,27 @@ "ref/net463/System.AppContext.dll", "ref/netstandard/_._", "ref/netstandard1.3/System.AppContext.dll", + "ref/netstandard1.3/System.AppContext.xml", + "ref/netstandard1.3/de/System.AppContext.xml", + "ref/netstandard1.3/es/System.AppContext.xml", + "ref/netstandard1.3/fr/System.AppContext.xml", + "ref/netstandard1.3/it/System.AppContext.xml", + "ref/netstandard1.3/ja/System.AppContext.xml", + "ref/netstandard1.3/ko/System.AppContext.xml", + "ref/netstandard1.3/ru/System.AppContext.xml", + "ref/netstandard1.3/zh-hans/System.AppContext.xml", + "ref/netstandard1.3/zh-hant/System.AppContext.xml", "ref/netstandard1.6/System.AppContext.dll", + "ref/netstandard1.6/System.AppContext.xml", + "ref/netstandard1.6/de/System.AppContext.xml", + "ref/netstandard1.6/es/System.AppContext.xml", + "ref/netstandard1.6/fr/System.AppContext.xml", + "ref/netstandard1.6/it/System.AppContext.xml", + "ref/netstandard1.6/ja/System.AppContext.xml", + "ref/netstandard1.6/ko/System.AppContext.xml", + "ref/netstandard1.6/ru/System.AppContext.xml", + "ref/netstandard1.6/zh-hans/System.AppContext.xml", + "ref/netstandard1.6/zh-hant/System.AppContext.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -5522,12 +9378,17 @@ "THIRD-PARTY-NOTICES.TXT", "lib/netcoreapp2.0/_._", "lib/netstandard1.1/System.Buffers.dll", + "lib/netstandard1.1/System.Buffers.xml", "lib/netstandard2.0/System.Buffers.dll", + "lib/netstandard2.0/System.Buffers.xml", "lib/uap10.0.16299/_._", "ref/net45/System.Buffers.dll", + "ref/net45/System.Buffers.xml", "ref/netcoreapp2.0/_._", "ref/netstandard1.1/System.Buffers.dll", + "ref/netstandard1.1/System.Buffers.xml", "ref/netstandard2.0/System.Buffers.dll", + "ref/netstandard2.0/System.Buffers.xml", "ref/uap10.0.16299/_._", "system.buffers.4.5.0.nupkg.sha512", "system.buffers.nuspec", @@ -5535,6 +9396,45 @@ "version.txt" ] }, + "System.ClientModel/1.0.0": { + "sha512": "I3CVkvxeqFYjIVEP59DnjbeoGNfo/+SZrCLpRz2v/g0gpCHaEMPtWSY0s9k/7jR1rAsLNg2z2u1JRB76tPjnIw==", + "type": "package", + "path": "system.clientmodel/1.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "DotNetPackageIcon.png", + "README.md", + "lib/net6.0/System.ClientModel.dll", + "lib/net6.0/System.ClientModel.xml", + "lib/netstandard2.0/System.ClientModel.dll", + "lib/netstandard2.0/System.ClientModel.xml", + "system.clientmodel.1.0.0.nupkg.sha512", + "system.clientmodel.nuspec" + ] + }, + "System.CodeDom/4.4.0": { + "sha512": "2sCCb7doXEwtYAbqzbF/8UAeDRMNmPaQbU2q50Psg1J9KzumyVVCgKQY8s53WIPTufNT0DpSe9QRvVjOzfDWBA==", + "type": "package", + "path": "system.codedom/4.4.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.CodeDom.dll", + "lib/netstandard2.0/System.CodeDom.dll", + "ref/net461/System.CodeDom.dll", + "ref/net461/System.CodeDom.xml", + "ref/netstandard2.0/System.CodeDom.dll", + "ref/netstandard2.0/System.CodeDom.xml", + "system.codedom.4.4.0.nupkg.sha512", + "system.codedom.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, "System.Collections/4.3.0": { "sha512": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", "type": "package", @@ -5559,8 +9459,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", + "ref/netcore50/de/System.Collections.xml", + "ref/netcore50/es/System.Collections.xml", + "ref/netcore50/fr/System.Collections.xml", + "ref/netcore50/it/System.Collections.xml", + "ref/netcore50/ja/System.Collections.xml", + "ref/netcore50/ko/System.Collections.xml", + "ref/netcore50/ru/System.Collections.xml", + "ref/netcore50/zh-hans/System.Collections.xml", + "ref/netcore50/zh-hant/System.Collections.xml", "ref/netstandard1.0/System.Collections.dll", + "ref/netstandard1.0/System.Collections.xml", + "ref/netstandard1.0/de/System.Collections.xml", + "ref/netstandard1.0/es/System.Collections.xml", + "ref/netstandard1.0/fr/System.Collections.xml", + "ref/netstandard1.0/it/System.Collections.xml", + "ref/netstandard1.0/ja/System.Collections.xml", + "ref/netstandard1.0/ko/System.Collections.xml", + "ref/netstandard1.0/ru/System.Collections.xml", + "ref/netstandard1.0/zh-hans/System.Collections.xml", + "ref/netstandard1.0/zh-hant/System.Collections.xml", "ref/netstandard1.3/System.Collections.dll", + "ref/netstandard1.3/System.Collections.xml", + "ref/netstandard1.3/de/System.Collections.xml", + "ref/netstandard1.3/es/System.Collections.xml", + "ref/netstandard1.3/fr/System.Collections.xml", + "ref/netstandard1.3/it/System.Collections.xml", + "ref/netstandard1.3/ja/System.Collections.xml", + "ref/netstandard1.3/ko/System.Collections.xml", + "ref/netstandard1.3/ru/System.Collections.xml", + "ref/netstandard1.3/zh-hans/System.Collections.xml", + "ref/netstandard1.3/zh-hant/System.Collections.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -5573,42 +9503,227 @@ "system.collections.nuspec" ] }, - "System.Collections.Concurrent/4.3.0": { - "sha512": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", + "System.Collections.Concurrent/4.3.0": { + "sha512": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", + "type": "package", + "path": "system.collections.concurrent/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Collections.Concurrent.dll", + "lib/netstandard1.3/System.Collections.Concurrent.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Collections.Concurrent.dll", + "ref/netcore50/System.Collections.Concurrent.xml", + "ref/netcore50/de/System.Collections.Concurrent.xml", + "ref/netcore50/es/System.Collections.Concurrent.xml", + "ref/netcore50/fr/System.Collections.Concurrent.xml", + "ref/netcore50/it/System.Collections.Concurrent.xml", + "ref/netcore50/ja/System.Collections.Concurrent.xml", + "ref/netcore50/ko/System.Collections.Concurrent.xml", + "ref/netcore50/ru/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hans/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hant/System.Collections.Concurrent.xml", + "ref/netstandard1.1/System.Collections.Concurrent.dll", + "ref/netstandard1.1/System.Collections.Concurrent.xml", + "ref/netstandard1.1/de/System.Collections.Concurrent.xml", + "ref/netstandard1.1/es/System.Collections.Concurrent.xml", + "ref/netstandard1.1/fr/System.Collections.Concurrent.xml", + "ref/netstandard1.1/it/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ja/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ko/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ru/System.Collections.Concurrent.xml", + "ref/netstandard1.1/zh-hans/System.Collections.Concurrent.xml", + "ref/netstandard1.1/zh-hant/System.Collections.Concurrent.xml", + "ref/netstandard1.3/System.Collections.Concurrent.dll", + "ref/netstandard1.3/System.Collections.Concurrent.xml", + "ref/netstandard1.3/de/System.Collections.Concurrent.xml", + "ref/netstandard1.3/es/System.Collections.Concurrent.xml", + "ref/netstandard1.3/fr/System.Collections.Concurrent.xml", + "ref/netstandard1.3/it/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ja/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ko/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ru/System.Collections.Concurrent.xml", + "ref/netstandard1.3/zh-hans/System.Collections.Concurrent.xml", + "ref/netstandard1.3/zh-hant/System.Collections.Concurrent.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.collections.concurrent.4.3.0.nupkg.sha512", + "system.collections.concurrent.nuspec" + ] + }, + "System.Collections.Immutable/6.0.0": { + "sha512": "l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==", + "type": "package", + "path": "system.collections.immutable/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Collections.Immutable.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Collections.Immutable.dll", + "lib/net461/System.Collections.Immutable.xml", + "lib/net6.0/System.Collections.Immutable.dll", + "lib/net6.0/System.Collections.Immutable.xml", + "lib/netstandard2.0/System.Collections.Immutable.dll", + "lib/netstandard2.0/System.Collections.Immutable.xml", + "system.collections.immutable.6.0.0.nupkg.sha512", + "system.collections.immutable.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Composition/6.0.0": { + "sha512": "d7wMuKQtfsxUa7S13tITC8n1cQzewuhD5iDjZtK2prwFfKVzdYtgrTHgjaV03Zq7feGQ5gkP85tJJntXwInsJA==", + "type": "package", + "path": "system.composition/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Composition.targets", + "buildTransitive/netcoreapp3.1/_._", + "system.composition.6.0.0.nupkg.sha512", + "system.composition.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Composition.AttributedModel/6.0.0": { + "sha512": "WK1nSDLByK/4VoC7fkNiFuTVEiperuCN/Hyn+VN30R+W2ijO1d0Z2Qm0ScEl9xkSn1G2MyapJi8xpf4R8WRa/w==", + "type": "package", + "path": "system.composition.attributedmodel/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Composition.AttributedModel.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Composition.AttributedModel.dll", + "lib/net461/System.Composition.AttributedModel.xml", + "lib/net6.0/System.Composition.AttributedModel.dll", + "lib/net6.0/System.Composition.AttributedModel.xml", + "lib/netstandard2.0/System.Composition.AttributedModel.dll", + "lib/netstandard2.0/System.Composition.AttributedModel.xml", + "system.composition.attributedmodel.6.0.0.nupkg.sha512", + "system.composition.attributedmodel.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Composition.Convention/6.0.0": { + "sha512": "XYi4lPRdu5bM4JVJ3/UIHAiG6V6lWWUlkhB9ab4IOq0FrRsp0F4wTyV4Dj+Ds+efoXJ3qbLqlvaUozDO7OLeXA==", + "type": "package", + "path": "system.composition.convention/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Composition.Convention.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Composition.Convention.dll", + "lib/net461/System.Composition.Convention.xml", + "lib/net6.0/System.Composition.Convention.dll", + "lib/net6.0/System.Composition.Convention.xml", + "lib/netstandard2.0/System.Composition.Convention.dll", + "lib/netstandard2.0/System.Composition.Convention.xml", + "system.composition.convention.6.0.0.nupkg.sha512", + "system.composition.convention.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Composition.Hosting/6.0.0": { + "sha512": "w/wXjj7kvxuHPLdzZ0PAUt++qJl03t7lENmb2Oev0n3zbxyNULbWBlnd5J5WUMMv15kg5o+/TCZFb6lSwfaUUQ==", + "type": "package", + "path": "system.composition.hosting/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Composition.Hosting.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Composition.Hosting.dll", + "lib/net461/System.Composition.Hosting.xml", + "lib/net6.0/System.Composition.Hosting.dll", + "lib/net6.0/System.Composition.Hosting.xml", + "lib/netstandard2.0/System.Composition.Hosting.dll", + "lib/netstandard2.0/System.Composition.Hosting.xml", + "system.composition.hosting.6.0.0.nupkg.sha512", + "system.composition.hosting.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Composition.Runtime/6.0.0": { + "sha512": "qkRH/YBaMPTnzxrS5RDk1juvqed4A6HOD/CwRcDGyPpYps1J27waBddiiq1y93jk2ZZ9wuA/kynM+NO0kb3PKg==", "type": "package", - "path": "system.collections.concurrent/4.3.0", + "path": "system.composition.runtime/6.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Collections.Concurrent.dll", - "lib/netstandard1.3/System.Collections.Concurrent.dll", - "lib/portable-net45+win8+wpa81/_._", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Collections.Concurrent.dll", - "ref/netstandard1.1/System.Collections.Concurrent.dll", - "ref/netstandard1.3/System.Collections.Concurrent.dll", - "ref/portable-net45+win8+wpa81/_._", - "ref/win8/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.collections.concurrent.4.3.0.nupkg.sha512", - "system.collections.concurrent.nuspec" + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Composition.Runtime.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Composition.Runtime.dll", + "lib/net461/System.Composition.Runtime.xml", + "lib/net6.0/System.Composition.Runtime.dll", + "lib/net6.0/System.Composition.Runtime.xml", + "lib/netstandard2.0/System.Composition.Runtime.dll", + "lib/netstandard2.0/System.Composition.Runtime.xml", + "system.composition.runtime.6.0.0.nupkg.sha512", + "system.composition.runtime.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Composition.TypedParts/6.0.0": { + "sha512": "iUR1eHrL8Cwd82neQCJ00MpwNIBs4NZgXzrPqx8NJf/k4+mwBO0XCRmHYJT4OLSwDDqh5nBLJWkz5cROnrGhRA==", + "type": "package", + "path": "system.composition.typedparts/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Composition.TypedParts.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Composition.TypedParts.dll", + "lib/net461/System.Composition.TypedParts.xml", + "lib/net6.0/System.Composition.TypedParts.dll", + "lib/net6.0/System.Composition.TypedParts.xml", + "lib/netstandard2.0/System.Composition.TypedParts.dll", + "lib/netstandard2.0/System.Composition.TypedParts.xml", + "system.composition.typedparts.6.0.0.nupkg.sha512", + "system.composition.typedparts.nuspec", + "useSharedDesignerContext.txt" ] }, "System.Configuration.ConfigurationManager/8.0.0": { @@ -5661,6 +9776,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Console.dll", "ref/netstandard1.3/System.Console.dll", + "ref/netstandard1.3/System.Console.xml", + "ref/netstandard1.3/de/System.Console.xml", + "ref/netstandard1.3/es/System.Console.xml", + "ref/netstandard1.3/fr/System.Console.xml", + "ref/netstandard1.3/it/System.Console.xml", + "ref/netstandard1.3/ja/System.Console.xml", + "ref/netstandard1.3/ko/System.Console.xml", + "ref/netstandard1.3/ru/System.Console.xml", + "ref/netstandard1.3/zh-hans/System.Console.xml", + "ref/netstandard1.3/zh-hant/System.Console.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -5693,8 +9818,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", + "ref/netcore50/de/System.Diagnostics.Debug.xml", + "ref/netcore50/es/System.Diagnostics.Debug.xml", + "ref/netcore50/fr/System.Diagnostics.Debug.xml", + "ref/netcore50/it/System.Diagnostics.Debug.xml", + "ref/netcore50/ja/System.Diagnostics.Debug.xml", + "ref/netcore50/ko/System.Diagnostics.Debug.xml", + "ref/netcore50/ru/System.Diagnostics.Debug.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/netstandard1.0/System.Diagnostics.Debug.dll", + "ref/netstandard1.0/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/de/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/es/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/fr/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/it/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ja/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ko/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ru/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml", "ref/netstandard1.3/System.Diagnostics.Debug.dll", + "ref/netstandard1.3/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/de/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/es/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/it/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -5707,39 +9862,38 @@ "system.diagnostics.debug.nuspec" ] }, - "System.Diagnostics.DiagnosticSource/8.0.1": { - "sha512": "vaoWjvkG1aenR2XdjaVivlCV9fADfgyhW5bZtXT23qaEea0lWiUljdQuze4E31vKM7ZWJaSUsbYIKE3rnzfZUg==", + "System.Diagnostics.DiagnosticSource/10.0.0": { + "sha512": "0KdBK+h7G13PuOSC2R/DalAoFMvdYMznvGRuICtkdcUMXgl/gYXsG6z4yUvTxHSMACorWgHCU1Faq0KUHU6yAQ==", "type": "package", - "path": "system.diagnostics.diagnosticsource/8.0.1", + "path": "system.diagnostics.diagnosticsource/10.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/System.Diagnostics.DiagnosticSource.targets", "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/System.Diagnostics.DiagnosticSource.targets", + "lib/net10.0/System.Diagnostics.DiagnosticSource.dll", + "lib/net10.0/System.Diagnostics.DiagnosticSource.xml", "lib/net462/System.Diagnostics.DiagnosticSource.dll", "lib/net462/System.Diagnostics.DiagnosticSource.xml", - "lib/net6.0/System.Diagnostics.DiagnosticSource.dll", - "lib/net6.0/System.Diagnostics.DiagnosticSource.xml", - "lib/net7.0/System.Diagnostics.DiagnosticSource.dll", - "lib/net7.0/System.Diagnostics.DiagnosticSource.xml", "lib/net8.0/System.Diagnostics.DiagnosticSource.dll", "lib/net8.0/System.Diagnostics.DiagnosticSource.xml", + "lib/net9.0/System.Diagnostics.DiagnosticSource.dll", + "lib/net9.0/System.Diagnostics.DiagnosticSource.xml", "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll", "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.xml", - "system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512", + "system.diagnostics.diagnosticsource.10.0.0.nupkg.sha512", "system.diagnostics.diagnosticsource.nuspec", "useSharedDesignerContext.txt" ] }, - "System.Diagnostics.EventLog/9.0.0": { - "sha512": "qd01+AqPhbAG14KtdtIqFk+cxHQFZ/oqRSCoxU1F+Q6Kv0cl726sl7RzU9yLFGd4BUOKdN4XojXF0pQf/R6YeA==", + "System.Diagnostics.EventLog/9.0.2": { + "sha512": "i+Fe6Fpst/onydFLBGilCr/Eh9OFdlaTU/c3alPp6IbLZXQJOgpIu3l4MOnmsN8fDYq5nAyHSqNIJesc74Yw3Q==", "type": "package", - "path": "system.diagnostics.eventlog/9.0.0", + "path": "system.diagnostics.eventlog/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5765,11 +9919,40 @@ "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll", "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll", "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.xml", - "system.diagnostics.eventlog.9.0.0.nupkg.sha512", + "system.diagnostics.eventlog.9.0.2.nupkg.sha512", "system.diagnostics.eventlog.nuspec", "useSharedDesignerContext.txt" ] }, + "System.Diagnostics.PerformanceCounter/6.0.0": { + "sha512": "gbeE5tNp/oB7O8kTTLh3wPPJCxpNOphXPTWVs1BsYuFOYapFijWuh0LYw1qnDo4gwDUYPXOmpTIhvtxisGsYOQ==", + "type": "package", + "path": "system.diagnostics.performancecounter/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Diagnostics.PerformanceCounter.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Diagnostics.PerformanceCounter.dll", + "lib/net461/System.Diagnostics.PerformanceCounter.xml", + "lib/net6.0/System.Diagnostics.PerformanceCounter.dll", + "lib/net6.0/System.Diagnostics.PerformanceCounter.xml", + "lib/netcoreapp3.1/System.Diagnostics.PerformanceCounter.dll", + "lib/netcoreapp3.1/System.Diagnostics.PerformanceCounter.xml", + "lib/netstandard2.0/System.Diagnostics.PerformanceCounter.dll", + "lib/netstandard2.0/System.Diagnostics.PerformanceCounter.xml", + "runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll", + "runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.xml", + "runtimes/win/lib/netcoreapp3.1/System.Diagnostics.PerformanceCounter.dll", + "runtimes/win/lib/netcoreapp3.1/System.Diagnostics.PerformanceCounter.xml", + "system.diagnostics.performancecounter.6.0.0.nupkg.sha512", + "system.diagnostics.performancecounter.nuspec", + "useSharedDesignerContext.txt" + ] + }, "System.Diagnostics.Process/4.3.0": { "sha512": "J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==", "type": "package", @@ -5792,7 +9975,27 @@ "ref/net46/System.Diagnostics.Process.dll", "ref/net461/System.Diagnostics.Process.dll", "ref/netstandard1.3/System.Diagnostics.Process.dll", + "ref/netstandard1.3/System.Diagnostics.Process.xml", + "ref/netstandard1.3/de/System.Diagnostics.Process.xml", + "ref/netstandard1.3/es/System.Diagnostics.Process.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Process.xml", + "ref/netstandard1.3/it/System.Diagnostics.Process.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Process.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Process.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Process.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Process.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Process.xml", "ref/netstandard1.4/System.Diagnostics.Process.dll", + "ref/netstandard1.4/System.Diagnostics.Process.xml", + "ref/netstandard1.4/de/System.Diagnostics.Process.xml", + "ref/netstandard1.4/es/System.Diagnostics.Process.xml", + "ref/netstandard1.4/fr/System.Diagnostics.Process.xml", + "ref/netstandard1.4/it/System.Diagnostics.Process.xml", + "ref/netstandard1.4/ja/System.Diagnostics.Process.xml", + "ref/netstandard1.4/ko/System.Diagnostics.Process.xml", + "ref/netstandard1.4/ru/System.Diagnostics.Process.xml", + "ref/netstandard1.4/zh-hans/System.Diagnostics.Process.xml", + "ref/netstandard1.4/zh-hant/System.Diagnostics.Process.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -5831,7 +10034,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Diagnostics.Tools.dll", + "ref/netcore50/System.Diagnostics.Tools.xml", + "ref/netcore50/de/System.Diagnostics.Tools.xml", + "ref/netcore50/es/System.Diagnostics.Tools.xml", + "ref/netcore50/fr/System.Diagnostics.Tools.xml", + "ref/netcore50/it/System.Diagnostics.Tools.xml", + "ref/netcore50/ja/System.Diagnostics.Tools.xml", + "ref/netcore50/ko/System.Diagnostics.Tools.xml", + "ref/netcore50/ru/System.Diagnostics.Tools.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Tools.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Tools.xml", "ref/netstandard1.0/System.Diagnostics.Tools.dll", + "ref/netstandard1.0/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/de/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/es/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/fr/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/it/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ja/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ko/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ru/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/zh-hans/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/zh-hant/System.Diagnostics.Tools.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -5869,10 +10092,60 @@ "ref/net45/_._", "ref/net462/System.Diagnostics.Tracing.dll", "ref/netcore50/System.Diagnostics.Tracing.dll", + "ref/netcore50/System.Diagnostics.Tracing.xml", + "ref/netcore50/de/System.Diagnostics.Tracing.xml", + "ref/netcore50/es/System.Diagnostics.Tracing.xml", + "ref/netcore50/fr/System.Diagnostics.Tracing.xml", + "ref/netcore50/it/System.Diagnostics.Tracing.xml", + "ref/netcore50/ja/System.Diagnostics.Tracing.xml", + "ref/netcore50/ko/System.Diagnostics.Tracing.xml", + "ref/netcore50/ru/System.Diagnostics.Tracing.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml", "ref/netstandard1.1/System.Diagnostics.Tracing.dll", + "ref/netstandard1.1/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/zh-hant/System.Diagnostics.Tracing.xml", "ref/netstandard1.2/System.Diagnostics.Tracing.dll", + "ref/netstandard1.2/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/zh-hant/System.Diagnostics.Tracing.xml", "ref/netstandard1.3/System.Diagnostics.Tracing.dll", + "ref/netstandard1.3/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Tracing.xml", "ref/netstandard1.5/System.Diagnostics.Tracing.dll", + "ref/netstandard1.5/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/zh-hant/System.Diagnostics.Tracing.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -5908,8 +10181,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", + "ref/netcore50/de/System.Globalization.xml", + "ref/netcore50/es/System.Globalization.xml", + "ref/netcore50/fr/System.Globalization.xml", + "ref/netcore50/it/System.Globalization.xml", + "ref/netcore50/ja/System.Globalization.xml", + "ref/netcore50/ko/System.Globalization.xml", + "ref/netcore50/ru/System.Globalization.xml", + "ref/netcore50/zh-hans/System.Globalization.xml", + "ref/netcore50/zh-hant/System.Globalization.xml", "ref/netstandard1.0/System.Globalization.dll", + "ref/netstandard1.0/System.Globalization.xml", + "ref/netstandard1.0/de/System.Globalization.xml", + "ref/netstandard1.0/es/System.Globalization.xml", + "ref/netstandard1.0/fr/System.Globalization.xml", + "ref/netstandard1.0/it/System.Globalization.xml", + "ref/netstandard1.0/ja/System.Globalization.xml", + "ref/netstandard1.0/ko/System.Globalization.xml", + "ref/netstandard1.0/ru/System.Globalization.xml", + "ref/netstandard1.0/zh-hans/System.Globalization.xml", + "ref/netstandard1.0/zh-hant/System.Globalization.xml", "ref/netstandard1.3/System.Globalization.dll", + "ref/netstandard1.3/System.Globalization.xml", + "ref/netstandard1.3/de/System.Globalization.xml", + "ref/netstandard1.3/es/System.Globalization.xml", + "ref/netstandard1.3/fr/System.Globalization.xml", + "ref/netstandard1.3/it/System.Globalization.xml", + "ref/netstandard1.3/ja/System.Globalization.xml", + "ref/netstandard1.3/ko/System.Globalization.xml", + "ref/netstandard1.3/ru/System.Globalization.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -5942,6 +10245,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Globalization.Calendars.dll", "ref/netstandard1.3/System.Globalization.Calendars.dll", + "ref/netstandard1.3/System.Globalization.Calendars.xml", + "ref/netstandard1.3/de/System.Globalization.Calendars.xml", + "ref/netstandard1.3/es/System.Globalization.Calendars.xml", + "ref/netstandard1.3/fr/System.Globalization.Calendars.xml", + "ref/netstandard1.3/it/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ja/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ko/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ru/System.Globalization.Calendars.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.Calendars.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.Calendars.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -5970,6 +10283,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Globalization.Extensions.dll", "ref/netstandard1.3/System.Globalization.Extensions.dll", + "ref/netstandard1.3/System.Globalization.Extensions.xml", + "ref/netstandard1.3/de/System.Globalization.Extensions.xml", + "ref/netstandard1.3/es/System.Globalization.Extensions.xml", + "ref/netstandard1.3/fr/System.Globalization.Extensions.xml", + "ref/netstandard1.3/it/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ja/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ko/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ru/System.Globalization.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.Extensions.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -5981,26 +10304,27 @@ "system.globalization.extensions.nuspec" ] }, - "System.IdentityModel.Tokens.Jwt/6.35.0": { - "sha512": "yxGIQd3BFK7F6S62/7RdZk3C/mfwyVxvh6ngd1VYMBmbJ1YZZA9+Ku6suylVtso0FjI0wbElpJ0d27CdsyLpBQ==", + "System.IdentityModel.Tokens.Jwt/8.6.0": { + "sha512": "PbhxMaAejQ5pVStTsMPzja0Q2FOeEIOQy8isxw2tTxduqIjWRJ+P78bWGpaXH67Tkeb+2t91YBj2stXEw6vyZQ==", "type": "package", - "path": "system.identitymodel.tokens.jwt/6.35.0", + "path": "system.identitymodel.tokens.jwt/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/System.IdentityModel.Tokens.Jwt.dll", - "lib/net45/System.IdentityModel.Tokens.Jwt.xml", - "lib/net461/System.IdentityModel.Tokens.Jwt.dll", - "lib/net461/System.IdentityModel.Tokens.Jwt.xml", + "README.md", "lib/net462/System.IdentityModel.Tokens.Jwt.dll", "lib/net462/System.IdentityModel.Tokens.Jwt.xml", "lib/net472/System.IdentityModel.Tokens.Jwt.dll", "lib/net472/System.IdentityModel.Tokens.Jwt.xml", "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll", "lib/net6.0/System.IdentityModel.Tokens.Jwt.xml", + "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll", + "lib/net8.0/System.IdentityModel.Tokens.Jwt.xml", + "lib/net9.0/System.IdentityModel.Tokens.Jwt.dll", + "lib/net9.0/System.IdentityModel.Tokens.Jwt.xml", "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll", "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.xml", - "system.identitymodel.tokens.jwt.6.35.0.nupkg.sha512", + "system.identitymodel.tokens.jwt.8.6.0.nupkg.sha512", "system.identitymodel.tokens.jwt.nuspec" ] }, @@ -6030,9 +10354,49 @@ "ref/net45/_._", "ref/net462/System.IO.dll", "ref/netcore50/System.IO.dll", + "ref/netcore50/System.IO.xml", + "ref/netcore50/de/System.IO.xml", + "ref/netcore50/es/System.IO.xml", + "ref/netcore50/fr/System.IO.xml", + "ref/netcore50/it/System.IO.xml", + "ref/netcore50/ja/System.IO.xml", + "ref/netcore50/ko/System.IO.xml", + "ref/netcore50/ru/System.IO.xml", + "ref/netcore50/zh-hans/System.IO.xml", + "ref/netcore50/zh-hant/System.IO.xml", "ref/netstandard1.0/System.IO.dll", + "ref/netstandard1.0/System.IO.xml", + "ref/netstandard1.0/de/System.IO.xml", + "ref/netstandard1.0/es/System.IO.xml", + "ref/netstandard1.0/fr/System.IO.xml", + "ref/netstandard1.0/it/System.IO.xml", + "ref/netstandard1.0/ja/System.IO.xml", + "ref/netstandard1.0/ko/System.IO.xml", + "ref/netstandard1.0/ru/System.IO.xml", + "ref/netstandard1.0/zh-hans/System.IO.xml", + "ref/netstandard1.0/zh-hant/System.IO.xml", "ref/netstandard1.3/System.IO.dll", + "ref/netstandard1.3/System.IO.xml", + "ref/netstandard1.3/de/System.IO.xml", + "ref/netstandard1.3/es/System.IO.xml", + "ref/netstandard1.3/fr/System.IO.xml", + "ref/netstandard1.3/it/System.IO.xml", + "ref/netstandard1.3/ja/System.IO.xml", + "ref/netstandard1.3/ko/System.IO.xml", + "ref/netstandard1.3/ru/System.IO.xml", + "ref/netstandard1.3/zh-hans/System.IO.xml", + "ref/netstandard1.3/zh-hant/System.IO.xml", "ref/netstandard1.5/System.IO.dll", + "ref/netstandard1.5/System.IO.xml", + "ref/netstandard1.5/de/System.IO.xml", + "ref/netstandard1.5/es/System.IO.xml", + "ref/netstandard1.5/fr/System.IO.xml", + "ref/netstandard1.5/it/System.IO.xml", + "ref/netstandard1.5/ja/System.IO.xml", + "ref/netstandard1.5/ko/System.IO.xml", + "ref/netstandard1.5/ru/System.IO.xml", + "ref/netstandard1.5/zh-hans/System.IO.xml", + "ref/netstandard1.5/zh-hant/System.IO.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -6070,8 +10434,38 @@ "ref/net45/_._", "ref/net46/System.IO.Compression.dll", "ref/netcore50/System.IO.Compression.dll", + "ref/netcore50/System.IO.Compression.xml", + "ref/netcore50/de/System.IO.Compression.xml", + "ref/netcore50/es/System.IO.Compression.xml", + "ref/netcore50/fr/System.IO.Compression.xml", + "ref/netcore50/it/System.IO.Compression.xml", + "ref/netcore50/ja/System.IO.Compression.xml", + "ref/netcore50/ko/System.IO.Compression.xml", + "ref/netcore50/ru/System.IO.Compression.xml", + "ref/netcore50/zh-hans/System.IO.Compression.xml", + "ref/netcore50/zh-hant/System.IO.Compression.xml", "ref/netstandard1.1/System.IO.Compression.dll", + "ref/netstandard1.1/System.IO.Compression.xml", + "ref/netstandard1.1/de/System.IO.Compression.xml", + "ref/netstandard1.1/es/System.IO.Compression.xml", + "ref/netstandard1.1/fr/System.IO.Compression.xml", + "ref/netstandard1.1/it/System.IO.Compression.xml", + "ref/netstandard1.1/ja/System.IO.Compression.xml", + "ref/netstandard1.1/ko/System.IO.Compression.xml", + "ref/netstandard1.1/ru/System.IO.Compression.xml", + "ref/netstandard1.1/zh-hans/System.IO.Compression.xml", + "ref/netstandard1.1/zh-hant/System.IO.Compression.xml", "ref/netstandard1.3/System.IO.Compression.dll", + "ref/netstandard1.3/System.IO.Compression.xml", + "ref/netstandard1.3/de/System.IO.Compression.xml", + "ref/netstandard1.3/es/System.IO.Compression.xml", + "ref/netstandard1.3/fr/System.IO.Compression.xml", + "ref/netstandard1.3/it/System.IO.Compression.xml", + "ref/netstandard1.3/ja/System.IO.Compression.xml", + "ref/netstandard1.3/ko/System.IO.Compression.xml", + "ref/netstandard1.3/ru/System.IO.Compression.xml", + "ref/netstandard1.3/zh-hans/System.IO.Compression.xml", + "ref/netstandard1.3/zh-hant/System.IO.Compression.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -6107,6 +10501,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.Compression.ZipFile.dll", "ref/netstandard1.3/System.IO.Compression.ZipFile.dll", + "ref/netstandard1.3/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/de/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/es/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/fr/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/it/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ja/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ko/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ru/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/zh-hans/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/zh-hant/System.IO.Compression.ZipFile.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -6135,6 +10539,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.FileSystem.dll", "ref/netstandard1.3/System.IO.FileSystem.dll", + "ref/netstandard1.3/System.IO.FileSystem.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -6143,14 +10557,13 @@ "system.io.filesystem.nuspec" ] }, - "System.IO.FileSystem.AccessControl/5.0.0": { - "sha512": "SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==", + "System.IO.FileSystem.AccessControl/4.7.0": { + "sha512": "vMToiarpU81LR1/KZtnT7VDPvqAZfw9oOS5nY6pPP78nGYz3COLsQH3OfzbR+SjTgltd31R6KmKklz/zDpTmzw==", "type": "package", - "path": "system.io.filesystem.accesscontrol/5.0.0", + "path": "system.io.filesystem.accesscontrol/4.7.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/net46/System.IO.FileSystem.AccessControl.dll", @@ -6181,7 +10594,7 @@ "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.AccessControl.dll", "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll", "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.xml", - "system.io.filesystem.accesscontrol.5.0.0.nupkg.sha512", + "system.io.filesystem.accesscontrol.4.7.0.nupkg.sha512", "system.io.filesystem.accesscontrol.nuspec", "useSharedDesignerContext.txt", "version.txt" @@ -6208,6 +10621,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.FileSystem.Primitives.dll", "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll", + "ref/netstandard1.3/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.Primitives.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -6216,6 +10639,31 @@ "system.io.filesystem.primitives.nuspec" ] }, + "System.IO.Pipelines/6.0.3": { + "sha512": "ryTgF+iFkpGZY1vRQhfCzX0xTdlV3pyaTTqRu2ETbEv+HlV7O6y7hyQURnghNIXvctl5DuZ//Dpks6HdL/Txgw==", + "type": "package", + "path": "system.io.pipelines/6.0.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.IO.Pipelines.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.IO.Pipelines.dll", + "lib/net461/System.IO.Pipelines.xml", + "lib/net6.0/System.IO.Pipelines.dll", + "lib/net6.0/System.IO.Pipelines.xml", + "lib/netcoreapp3.1/System.IO.Pipelines.dll", + "lib/netcoreapp3.1/System.IO.Pipelines.xml", + "lib/netstandard2.0/System.IO.Pipelines.dll", + "lib/netstandard2.0/System.IO.Pipelines.xml", + "system.io.pipelines.6.0.3.nupkg.sha512", + "system.io.pipelines.nuspec", + "useSharedDesignerContext.txt" + ] + }, "System.Linq/4.3.0": { "sha512": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", "type": "package", @@ -6244,8 +10692,38 @@ "ref/net45/_._", "ref/net463/System.Linq.dll", "ref/netcore50/System.Linq.dll", + "ref/netcore50/System.Linq.xml", + "ref/netcore50/de/System.Linq.xml", + "ref/netcore50/es/System.Linq.xml", + "ref/netcore50/fr/System.Linq.xml", + "ref/netcore50/it/System.Linq.xml", + "ref/netcore50/ja/System.Linq.xml", + "ref/netcore50/ko/System.Linq.xml", + "ref/netcore50/ru/System.Linq.xml", + "ref/netcore50/zh-hans/System.Linq.xml", + "ref/netcore50/zh-hant/System.Linq.xml", "ref/netstandard1.0/System.Linq.dll", + "ref/netstandard1.0/System.Linq.xml", + "ref/netstandard1.0/de/System.Linq.xml", + "ref/netstandard1.0/es/System.Linq.xml", + "ref/netstandard1.0/fr/System.Linq.xml", + "ref/netstandard1.0/it/System.Linq.xml", + "ref/netstandard1.0/ja/System.Linq.xml", + "ref/netstandard1.0/ko/System.Linq.xml", + "ref/netstandard1.0/ru/System.Linq.xml", + "ref/netstandard1.0/zh-hans/System.Linq.xml", + "ref/netstandard1.0/zh-hant/System.Linq.xml", "ref/netstandard1.6/System.Linq.dll", + "ref/netstandard1.6/System.Linq.xml", + "ref/netstandard1.6/de/System.Linq.xml", + "ref/netstandard1.6/es/System.Linq.xml", + "ref/netstandard1.6/fr/System.Linq.xml", + "ref/netstandard1.6/it/System.Linq.xml", + "ref/netstandard1.6/ja/System.Linq.xml", + "ref/netstandard1.6/ko/System.Linq.xml", + "ref/netstandard1.6/ru/System.Linq.xml", + "ref/netstandard1.6/zh-hans/System.Linq.xml", + "ref/netstandard1.6/zh-hant/System.Linq.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -6286,9 +10764,49 @@ "ref/net45/_._", "ref/net463/System.Linq.Expressions.dll", "ref/netcore50/System.Linq.Expressions.dll", + "ref/netcore50/System.Linq.Expressions.xml", + "ref/netcore50/de/System.Linq.Expressions.xml", + "ref/netcore50/es/System.Linq.Expressions.xml", + "ref/netcore50/fr/System.Linq.Expressions.xml", + "ref/netcore50/it/System.Linq.Expressions.xml", + "ref/netcore50/ja/System.Linq.Expressions.xml", + "ref/netcore50/ko/System.Linq.Expressions.xml", + "ref/netcore50/ru/System.Linq.Expressions.xml", + "ref/netcore50/zh-hans/System.Linq.Expressions.xml", + "ref/netcore50/zh-hant/System.Linq.Expressions.xml", "ref/netstandard1.0/System.Linq.Expressions.dll", + "ref/netstandard1.0/System.Linq.Expressions.xml", + "ref/netstandard1.0/de/System.Linq.Expressions.xml", + "ref/netstandard1.0/es/System.Linq.Expressions.xml", + "ref/netstandard1.0/fr/System.Linq.Expressions.xml", + "ref/netstandard1.0/it/System.Linq.Expressions.xml", + "ref/netstandard1.0/ja/System.Linq.Expressions.xml", + "ref/netstandard1.0/ko/System.Linq.Expressions.xml", + "ref/netstandard1.0/ru/System.Linq.Expressions.xml", + "ref/netstandard1.0/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.0/zh-hant/System.Linq.Expressions.xml", "ref/netstandard1.3/System.Linq.Expressions.dll", + "ref/netstandard1.3/System.Linq.Expressions.xml", + "ref/netstandard1.3/de/System.Linq.Expressions.xml", + "ref/netstandard1.3/es/System.Linq.Expressions.xml", + "ref/netstandard1.3/fr/System.Linq.Expressions.xml", + "ref/netstandard1.3/it/System.Linq.Expressions.xml", + "ref/netstandard1.3/ja/System.Linq.Expressions.xml", + "ref/netstandard1.3/ko/System.Linq.Expressions.xml", + "ref/netstandard1.3/ru/System.Linq.Expressions.xml", + "ref/netstandard1.3/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.3/zh-hant/System.Linq.Expressions.xml", "ref/netstandard1.6/System.Linq.Expressions.dll", + "ref/netstandard1.6/System.Linq.Expressions.xml", + "ref/netstandard1.6/de/System.Linq.Expressions.xml", + "ref/netstandard1.6/es/System.Linq.Expressions.xml", + "ref/netstandard1.6/fr/System.Linq.Expressions.xml", + "ref/netstandard1.6/it/System.Linq.Expressions.xml", + "ref/netstandard1.6/ja/System.Linq.Expressions.xml", + "ref/netstandard1.6/ko/System.Linq.Expressions.xml", + "ref/netstandard1.6/ru/System.Linq.Expressions.xml", + "ref/netstandard1.6/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.6/zh-hant/System.Linq.Expressions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -6336,7 +10854,9 @@ "DotNetPackageIcon.png", "README.md", "lib/net461/System.Memory.Data.dll", + "lib/net461/System.Memory.Data.xml", "lib/netstandard2.0/System.Memory.Data.dll", + "lib/netstandard2.0/System.Memory.Data.xml", "system.memory.data.1.0.2.nupkg.sha512", "system.memory.data.nuspec" ] @@ -6366,9 +10886,49 @@ "ref/monotouch10/_._", "ref/net45/_._", "ref/net46/System.Net.Http.dll", + "ref/net46/System.Net.Http.xml", + "ref/net46/de/System.Net.Http.xml", + "ref/net46/es/System.Net.Http.xml", + "ref/net46/fr/System.Net.Http.xml", + "ref/net46/it/System.Net.Http.xml", + "ref/net46/ja/System.Net.Http.xml", + "ref/net46/ko/System.Net.Http.xml", + "ref/net46/ru/System.Net.Http.xml", + "ref/net46/zh-hans/System.Net.Http.xml", + "ref/net46/zh-hant/System.Net.Http.xml", "ref/netcore50/System.Net.Http.dll", + "ref/netcore50/System.Net.Http.xml", + "ref/netcore50/de/System.Net.Http.xml", + "ref/netcore50/es/System.Net.Http.xml", + "ref/netcore50/fr/System.Net.Http.xml", + "ref/netcore50/it/System.Net.Http.xml", + "ref/netcore50/ja/System.Net.Http.xml", + "ref/netcore50/ko/System.Net.Http.xml", + "ref/netcore50/ru/System.Net.Http.xml", + "ref/netcore50/zh-hans/System.Net.Http.xml", + "ref/netcore50/zh-hant/System.Net.Http.xml", "ref/netstandard1.1/System.Net.Http.dll", + "ref/netstandard1.1/System.Net.Http.xml", + "ref/netstandard1.1/de/System.Net.Http.xml", + "ref/netstandard1.1/es/System.Net.Http.xml", + "ref/netstandard1.1/fr/System.Net.Http.xml", + "ref/netstandard1.1/it/System.Net.Http.xml", + "ref/netstandard1.1/ja/System.Net.Http.xml", + "ref/netstandard1.1/ko/System.Net.Http.xml", + "ref/netstandard1.1/ru/System.Net.Http.xml", + "ref/netstandard1.1/zh-hans/System.Net.Http.xml", + "ref/netstandard1.1/zh-hant/System.Net.Http.xml", "ref/netstandard1.3/System.Net.Http.dll", + "ref/netstandard1.3/System.Net.Http.xml", + "ref/netstandard1.3/de/System.Net.Http.xml", + "ref/netstandard1.3/es/System.Net.Http.xml", + "ref/netstandard1.3/fr/System.Net.Http.xml", + "ref/netstandard1.3/it/System.Net.Http.xml", + "ref/netstandard1.3/ja/System.Net.Http.xml", + "ref/netstandard1.3/ko/System.Net.Http.xml", + "ref/netstandard1.3/ru/System.Net.Http.xml", + "ref/netstandard1.3/zh-hans/System.Net.Http.xml", + "ref/netstandard1.3/zh-hant/System.Net.Http.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -6407,9 +10967,49 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Net.Primitives.dll", + "ref/netcore50/System.Net.Primitives.xml", + "ref/netcore50/de/System.Net.Primitives.xml", + "ref/netcore50/es/System.Net.Primitives.xml", + "ref/netcore50/fr/System.Net.Primitives.xml", + "ref/netcore50/it/System.Net.Primitives.xml", + "ref/netcore50/ja/System.Net.Primitives.xml", + "ref/netcore50/ko/System.Net.Primitives.xml", + "ref/netcore50/ru/System.Net.Primitives.xml", + "ref/netcore50/zh-hans/System.Net.Primitives.xml", + "ref/netcore50/zh-hant/System.Net.Primitives.xml", "ref/netstandard1.0/System.Net.Primitives.dll", + "ref/netstandard1.0/System.Net.Primitives.xml", + "ref/netstandard1.0/de/System.Net.Primitives.xml", + "ref/netstandard1.0/es/System.Net.Primitives.xml", + "ref/netstandard1.0/fr/System.Net.Primitives.xml", + "ref/netstandard1.0/it/System.Net.Primitives.xml", + "ref/netstandard1.0/ja/System.Net.Primitives.xml", + "ref/netstandard1.0/ko/System.Net.Primitives.xml", + "ref/netstandard1.0/ru/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Net.Primitives.xml", "ref/netstandard1.1/System.Net.Primitives.dll", + "ref/netstandard1.1/System.Net.Primitives.xml", + "ref/netstandard1.1/de/System.Net.Primitives.xml", + "ref/netstandard1.1/es/System.Net.Primitives.xml", + "ref/netstandard1.1/fr/System.Net.Primitives.xml", + "ref/netstandard1.1/it/System.Net.Primitives.xml", + "ref/netstandard1.1/ja/System.Net.Primitives.xml", + "ref/netstandard1.1/ko/System.Net.Primitives.xml", + "ref/netstandard1.1/ru/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hant/System.Net.Primitives.xml", "ref/netstandard1.3/System.Net.Primitives.dll", + "ref/netstandard1.3/System.Net.Primitives.xml", + "ref/netstandard1.3/de/System.Net.Primitives.xml", + "ref/netstandard1.3/es/System.Net.Primitives.xml", + "ref/netstandard1.3/fr/System.Net.Primitives.xml", + "ref/netstandard1.3/it/System.Net.Primitives.xml", + "ref/netstandard1.3/ja/System.Net.Primitives.xml", + "ref/netstandard1.3/ko/System.Net.Primitives.xml", + "ref/netstandard1.3/ru/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.Net.Primitives.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -6442,6 +11042,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Net.Sockets.dll", "ref/netstandard1.3/System.Net.Sockets.dll", + "ref/netstandard1.3/System.Net.Sockets.xml", + "ref/netstandard1.3/de/System.Net.Sockets.xml", + "ref/netstandard1.3/es/System.Net.Sockets.xml", + "ref/netstandard1.3/fr/System.Net.Sockets.xml", + "ref/netstandard1.3/it/System.Net.Sockets.xml", + "ref/netstandard1.3/ja/System.Net.Sockets.xml", + "ref/netstandard1.3/ko/System.Net.Sockets.xml", + "ref/netstandard1.3/ru/System.Net.Sockets.xml", + "ref/netstandard1.3/zh-hans/System.Net.Sockets.xml", + "ref/netstandard1.3/zh-hant/System.Net.Sockets.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -6462,9 +11072,12 @@ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/System.Numerics.Vectors.dll", + "lib/net46/System.Numerics.Vectors.xml", "lib/netcoreapp2.0/_._", "lib/netstandard1.0/System.Numerics.Vectors.dll", + "lib/netstandard1.0/System.Numerics.Vectors.xml", "lib/netstandard2.0/System.Numerics.Vectors.dll", + "lib/netstandard2.0/System.Numerics.Vectors.xml", "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll", "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml", "lib/uap10.0.16299/_._", @@ -6475,10 +11088,14 @@ "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net45/System.Numerics.Vectors.dll", + "ref/net45/System.Numerics.Vectors.xml", "ref/net46/System.Numerics.Vectors.dll", + "ref/net46/System.Numerics.Vectors.xml", "ref/netcoreapp2.0/_._", "ref/netstandard1.0/System.Numerics.Vectors.dll", + "ref/netstandard1.0/System.Numerics.Vectors.xml", "ref/netstandard2.0/System.Numerics.Vectors.dll", + "ref/netstandard2.0/System.Numerics.Vectors.xml", "ref/uap10.0.16299/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", @@ -6516,8 +11133,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.ObjectModel.dll", + "ref/netcore50/System.ObjectModel.xml", + "ref/netcore50/de/System.ObjectModel.xml", + "ref/netcore50/es/System.ObjectModel.xml", + "ref/netcore50/fr/System.ObjectModel.xml", + "ref/netcore50/it/System.ObjectModel.xml", + "ref/netcore50/ja/System.ObjectModel.xml", + "ref/netcore50/ko/System.ObjectModel.xml", + "ref/netcore50/ru/System.ObjectModel.xml", + "ref/netcore50/zh-hans/System.ObjectModel.xml", + "ref/netcore50/zh-hant/System.ObjectModel.xml", "ref/netstandard1.0/System.ObjectModel.dll", + "ref/netstandard1.0/System.ObjectModel.xml", + "ref/netstandard1.0/de/System.ObjectModel.xml", + "ref/netstandard1.0/es/System.ObjectModel.xml", + "ref/netstandard1.0/fr/System.ObjectModel.xml", + "ref/netstandard1.0/it/System.ObjectModel.xml", + "ref/netstandard1.0/ja/System.ObjectModel.xml", + "ref/netstandard1.0/ko/System.ObjectModel.xml", + "ref/netstandard1.0/ru/System.ObjectModel.xml", + "ref/netstandard1.0/zh-hans/System.ObjectModel.xml", + "ref/netstandard1.0/zh-hant/System.ObjectModel.xml", "ref/netstandard1.3/System.ObjectModel.dll", + "ref/netstandard1.3/System.ObjectModel.xml", + "ref/netstandard1.3/de/System.ObjectModel.xml", + "ref/netstandard1.3/es/System.ObjectModel.xml", + "ref/netstandard1.3/fr/System.ObjectModel.xml", + "ref/netstandard1.3/it/System.ObjectModel.xml", + "ref/netstandard1.3/ja/System.ObjectModel.xml", + "ref/netstandard1.3/ko/System.ObjectModel.xml", + "ref/netstandard1.3/ru/System.ObjectModel.xml", + "ref/netstandard1.3/zh-hans/System.ObjectModel.xml", + "ref/netstandard1.3/zh-hant/System.ObjectModel.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -6572,9 +11219,49 @@ "ref/net45/_._", "ref/net462/System.Reflection.dll", "ref/netcore50/System.Reflection.dll", + "ref/netcore50/System.Reflection.xml", + "ref/netcore50/de/System.Reflection.xml", + "ref/netcore50/es/System.Reflection.xml", + "ref/netcore50/fr/System.Reflection.xml", + "ref/netcore50/it/System.Reflection.xml", + "ref/netcore50/ja/System.Reflection.xml", + "ref/netcore50/ko/System.Reflection.xml", + "ref/netcore50/ru/System.Reflection.xml", + "ref/netcore50/zh-hans/System.Reflection.xml", + "ref/netcore50/zh-hant/System.Reflection.xml", "ref/netstandard1.0/System.Reflection.dll", + "ref/netstandard1.0/System.Reflection.xml", + "ref/netstandard1.0/de/System.Reflection.xml", + "ref/netstandard1.0/es/System.Reflection.xml", + "ref/netstandard1.0/fr/System.Reflection.xml", + "ref/netstandard1.0/it/System.Reflection.xml", + "ref/netstandard1.0/ja/System.Reflection.xml", + "ref/netstandard1.0/ko/System.Reflection.xml", + "ref/netstandard1.0/ru/System.Reflection.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.xml", "ref/netstandard1.3/System.Reflection.dll", + "ref/netstandard1.3/System.Reflection.xml", + "ref/netstandard1.3/de/System.Reflection.xml", + "ref/netstandard1.3/es/System.Reflection.xml", + "ref/netstandard1.3/fr/System.Reflection.xml", + "ref/netstandard1.3/it/System.Reflection.xml", + "ref/netstandard1.3/ja/System.Reflection.xml", + "ref/netstandard1.3/ko/System.Reflection.xml", + "ref/netstandard1.3/ru/System.Reflection.xml", + "ref/netstandard1.3/zh-hans/System.Reflection.xml", + "ref/netstandard1.3/zh-hant/System.Reflection.xml", "ref/netstandard1.5/System.Reflection.dll", + "ref/netstandard1.5/System.Reflection.xml", + "ref/netstandard1.5/de/System.Reflection.xml", + "ref/netstandard1.5/es/System.Reflection.xml", + "ref/netstandard1.5/fr/System.Reflection.xml", + "ref/netstandard1.5/it/System.Reflection.xml", + "ref/netstandard1.5/ja/System.Reflection.xml", + "ref/netstandard1.5/ko/System.Reflection.xml", + "ref/netstandard1.5/ru/System.Reflection.xml", + "ref/netstandard1.5/zh-hans/System.Reflection.xml", + "ref/netstandard1.5/zh-hant/System.Reflection.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -6608,6 +11295,16 @@ "ref/MonoAndroid10/_._", "ref/net45/_._", "ref/netstandard1.1/System.Reflection.Emit.dll", + "ref/netstandard1.1/System.Reflection.Emit.xml", + "ref/netstandard1.1/de/System.Reflection.Emit.xml", + "ref/netstandard1.1/es/System.Reflection.Emit.xml", + "ref/netstandard1.1/fr/System.Reflection.Emit.xml", + "ref/netstandard1.1/it/System.Reflection.Emit.xml", + "ref/netstandard1.1/ja/System.Reflection.Emit.xml", + "ref/netstandard1.1/ko/System.Reflection.Emit.xml", + "ref/netstandard1.1/ru/System.Reflection.Emit.xml", + "ref/netstandard1.1/zh-hans/System.Reflection.Emit.xml", + "ref/netstandard1.1/zh-hant/System.Reflection.Emit.xml", "ref/xamarinmac20/_._", "system.reflection.emit.4.3.0.nupkg.sha512", "system.reflection.emit.nuspec" @@ -6637,6 +11334,16 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll", + "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/de/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/es/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/fr/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/it/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ja/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ko/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ru/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Emit.ILGeneration.xml", "ref/portable-net45+wp8/_._", "ref/wp80/_._", "ref/xamarinios10/_._", @@ -6672,6 +11379,16 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netstandard1.0/System.Reflection.Emit.Lightweight.dll", + "ref/netstandard1.0/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/de/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/es/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/fr/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/it/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ja/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ko/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ru/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Emit.Lightweight.xml", "ref/portable-net45+wp8/_._", "ref/wp80/_._", "ref/xamarinios10/_._", @@ -6707,7 +11424,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Reflection.Extensions.dll", + "ref/netcore50/System.Reflection.Extensions.xml", + "ref/netcore50/de/System.Reflection.Extensions.xml", + "ref/netcore50/es/System.Reflection.Extensions.xml", + "ref/netcore50/fr/System.Reflection.Extensions.xml", + "ref/netcore50/it/System.Reflection.Extensions.xml", + "ref/netcore50/ja/System.Reflection.Extensions.xml", + "ref/netcore50/ko/System.Reflection.Extensions.xml", + "ref/netcore50/ru/System.Reflection.Extensions.xml", + "ref/netcore50/zh-hans/System.Reflection.Extensions.xml", + "ref/netcore50/zh-hant/System.Reflection.Extensions.xml", "ref/netstandard1.0/System.Reflection.Extensions.dll", + "ref/netstandard1.0/System.Reflection.Extensions.xml", + "ref/netstandard1.0/de/System.Reflection.Extensions.xml", + "ref/netstandard1.0/es/System.Reflection.Extensions.xml", + "ref/netstandard1.0/fr/System.Reflection.Extensions.xml", + "ref/netstandard1.0/it/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ja/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ko/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ru/System.Reflection.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Extensions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -6720,6 +11457,29 @@ "system.reflection.extensions.nuspec" ] }, + "System.Reflection.Metadata/6.0.1": { + "sha512": "III/lNMSn0ZRBuM9m5Cgbiho5j81u0FAEagFX5ta2DKbljZ3T0IpD8j+BIiHQPeKqJppWS9bGEp6JnKnWKze0g==", + "type": "package", + "path": "system.reflection.metadata/6.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Reflection.Metadata.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Reflection.Metadata.dll", + "lib/net461/System.Reflection.Metadata.xml", + "lib/net6.0/System.Reflection.Metadata.dll", + "lib/net6.0/System.Reflection.Metadata.xml", + "lib/netstandard2.0/System.Reflection.Metadata.dll", + "lib/netstandard2.0/System.Reflection.Metadata.xml", + "system.reflection.metadata.6.0.1.nupkg.sha512", + "system.reflection.metadata.nuspec", + "useSharedDesignerContext.txt" + ] + }, "System.Reflection.Primitives/4.3.0": { "sha512": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", "type": "package", @@ -6744,7 +11504,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/netcore50/de/System.Reflection.Primitives.xml", + "ref/netcore50/es/System.Reflection.Primitives.xml", + "ref/netcore50/fr/System.Reflection.Primitives.xml", + "ref/netcore50/it/System.Reflection.Primitives.xml", + "ref/netcore50/ja/System.Reflection.Primitives.xml", + "ref/netcore50/ko/System.Reflection.Primitives.xml", + "ref/netcore50/ru/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hans/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hant/System.Reflection.Primitives.xml", "ref/netstandard1.0/System.Reflection.Primitives.dll", + "ref/netstandard1.0/System.Reflection.Primitives.xml", + "ref/netstandard1.0/de/System.Reflection.Primitives.xml", + "ref/netstandard1.0/es/System.Reflection.Primitives.xml", + "ref/netstandard1.0/fr/System.Reflection.Primitives.xml", + "ref/netstandard1.0/it/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ja/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ko/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ru/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -6835,7 +11615,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/netcore50/System.Resources.ResourceManager.xml", + "ref/netcore50/de/System.Resources.ResourceManager.xml", + "ref/netcore50/es/System.Resources.ResourceManager.xml", + "ref/netcore50/fr/System.Resources.ResourceManager.xml", + "ref/netcore50/it/System.Resources.ResourceManager.xml", + "ref/netcore50/ja/System.Resources.ResourceManager.xml", + "ref/netcore50/ko/System.Resources.ResourceManager.xml", + "ref/netcore50/ru/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml", "ref/netstandard1.0/System.Resources.ResourceManager.dll", + "ref/netstandard1.0/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/de/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/es/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/it/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -6874,10 +11674,60 @@ "ref/net45/_._", "ref/net462/System.Runtime.dll", "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", + "ref/netcore50/de/System.Runtime.xml", + "ref/netcore50/es/System.Runtime.xml", + "ref/netcore50/fr/System.Runtime.xml", + "ref/netcore50/it/System.Runtime.xml", + "ref/netcore50/ja/System.Runtime.xml", + "ref/netcore50/ko/System.Runtime.xml", + "ref/netcore50/ru/System.Runtime.xml", + "ref/netcore50/zh-hans/System.Runtime.xml", + "ref/netcore50/zh-hant/System.Runtime.xml", "ref/netstandard1.0/System.Runtime.dll", + "ref/netstandard1.0/System.Runtime.xml", + "ref/netstandard1.0/de/System.Runtime.xml", + "ref/netstandard1.0/es/System.Runtime.xml", + "ref/netstandard1.0/fr/System.Runtime.xml", + "ref/netstandard1.0/it/System.Runtime.xml", + "ref/netstandard1.0/ja/System.Runtime.xml", + "ref/netstandard1.0/ko/System.Runtime.xml", + "ref/netstandard1.0/ru/System.Runtime.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.xml", "ref/netstandard1.2/System.Runtime.dll", + "ref/netstandard1.2/System.Runtime.xml", + "ref/netstandard1.2/de/System.Runtime.xml", + "ref/netstandard1.2/es/System.Runtime.xml", + "ref/netstandard1.2/fr/System.Runtime.xml", + "ref/netstandard1.2/it/System.Runtime.xml", + "ref/netstandard1.2/ja/System.Runtime.xml", + "ref/netstandard1.2/ko/System.Runtime.xml", + "ref/netstandard1.2/ru/System.Runtime.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.xml", "ref/netstandard1.3/System.Runtime.dll", + "ref/netstandard1.3/System.Runtime.xml", + "ref/netstandard1.3/de/System.Runtime.xml", + "ref/netstandard1.3/es/System.Runtime.xml", + "ref/netstandard1.3/fr/System.Runtime.xml", + "ref/netstandard1.3/it/System.Runtime.xml", + "ref/netstandard1.3/ja/System.Runtime.xml", + "ref/netstandard1.3/ko/System.Runtime.xml", + "ref/netstandard1.3/ru/System.Runtime.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.xml", "ref/netstandard1.5/System.Runtime.dll", + "ref/netstandard1.5/System.Runtime.xml", + "ref/netstandard1.5/de/System.Runtime.xml", + "ref/netstandard1.5/es/System.Runtime.xml", + "ref/netstandard1.5/fr/System.Runtime.xml", + "ref/netstandard1.5/it/System.Runtime.xml", + "ref/netstandard1.5/ja/System.Runtime.xml", + "ref/netstandard1.5/ko/System.Runtime.xml", + "ref/netstandard1.5/ru/System.Runtime.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.xml", "ref/portable-net45+win8+wp80+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -6929,6 +11779,31 @@ "useSharedDesignerContext.txt" ] }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": { + "sha512": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", + "type": "package", + "path": "system.runtime.compilerservices.unsafe/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Runtime.CompilerServices.Unsafe.dll", + "lib/net461/System.Runtime.CompilerServices.Unsafe.xml", + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml", + "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.xml", + "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", + "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", + "system.runtime.compilerservices.unsafe.nuspec", + "useSharedDesignerContext.txt" + ] + }, "System.Runtime.Extensions/4.3.0": { "sha512": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", "type": "package", @@ -6955,9 +11830,49 @@ "ref/net45/_._", "ref/net462/System.Runtime.Extensions.dll", "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", + "ref/netcore50/de/System.Runtime.Extensions.xml", + "ref/netcore50/es/System.Runtime.Extensions.xml", + "ref/netcore50/fr/System.Runtime.Extensions.xml", + "ref/netcore50/it/System.Runtime.Extensions.xml", + "ref/netcore50/ja/System.Runtime.Extensions.xml", + "ref/netcore50/ko/System.Runtime.Extensions.xml", + "ref/netcore50/ru/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/netstandard1.0/System.Runtime.Extensions.dll", + "ref/netstandard1.0/System.Runtime.Extensions.xml", + "ref/netstandard1.0/de/System.Runtime.Extensions.xml", + "ref/netstandard1.0/es/System.Runtime.Extensions.xml", + "ref/netstandard1.0/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.0/it/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml", "ref/netstandard1.3/System.Runtime.Extensions.dll", + "ref/netstandard1.3/System.Runtime.Extensions.xml", + "ref/netstandard1.3/de/System.Runtime.Extensions.xml", + "ref/netstandard1.3/es/System.Runtime.Extensions.xml", + "ref/netstandard1.3/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.3/it/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml", "ref/netstandard1.5/System.Runtime.Extensions.dll", + "ref/netstandard1.5/System.Runtime.Extensions.xml", + "ref/netstandard1.5/de/System.Runtime.Extensions.xml", + "ref/netstandard1.5/es/System.Runtime.Extensions.xml", + "ref/netstandard1.5/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.5/it/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -6990,6 +11905,16 @@ "ref/MonoTouch10/_._", "ref/net46/_._", "ref/netstandard1.3/System.Runtime.Handles.dll", + "ref/netstandard1.3/System.Runtime.Handles.xml", + "ref/netstandard1.3/de/System.Runtime.Handles.xml", + "ref/netstandard1.3/es/System.Runtime.Handles.xml", + "ref/netstandard1.3/fr/System.Runtime.Handles.xml", + "ref/netstandard1.3/it/System.Runtime.Handles.xml", + "ref/netstandard1.3/ja/System.Runtime.Handles.xml", + "ref/netstandard1.3/ko/System.Runtime.Handles.xml", + "ref/netstandard1.3/ru/System.Runtime.Handles.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Handles.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Handles.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -7025,11 +11950,61 @@ "ref/net462/System.Runtime.InteropServices.dll", "ref/net463/System.Runtime.InteropServices.dll", "ref/netcore50/System.Runtime.InteropServices.dll", + "ref/netcore50/System.Runtime.InteropServices.xml", + "ref/netcore50/de/System.Runtime.InteropServices.xml", + "ref/netcore50/es/System.Runtime.InteropServices.xml", + "ref/netcore50/fr/System.Runtime.InteropServices.xml", + "ref/netcore50/it/System.Runtime.InteropServices.xml", + "ref/netcore50/ja/System.Runtime.InteropServices.xml", + "ref/netcore50/ko/System.Runtime.InteropServices.xml", + "ref/netcore50/ru/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hans/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hant/System.Runtime.InteropServices.xml", "ref/netcoreapp1.1/System.Runtime.InteropServices.dll", "ref/netstandard1.1/System.Runtime.InteropServices.dll", + "ref/netstandard1.1/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml", "ref/netstandard1.2/System.Runtime.InteropServices.dll", + "ref/netstandard1.2/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml", "ref/netstandard1.3/System.Runtime.InteropServices.dll", + "ref/netstandard1.3/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml", "ref/netstandard1.5/System.Runtime.InteropServices.dll", + "ref/netstandard1.5/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -7101,7 +12076,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Runtime.Numerics.dll", + "ref/netcore50/System.Runtime.Numerics.xml", + "ref/netcore50/de/System.Runtime.Numerics.xml", + "ref/netcore50/es/System.Runtime.Numerics.xml", + "ref/netcore50/fr/System.Runtime.Numerics.xml", + "ref/netcore50/it/System.Runtime.Numerics.xml", + "ref/netcore50/ja/System.Runtime.Numerics.xml", + "ref/netcore50/ko/System.Runtime.Numerics.xml", + "ref/netcore50/ru/System.Runtime.Numerics.xml", + "ref/netcore50/zh-hans/System.Runtime.Numerics.xml", + "ref/netcore50/zh-hant/System.Runtime.Numerics.xml", "ref/netstandard1.1/System.Runtime.Numerics.dll", + "ref/netstandard1.1/System.Runtime.Numerics.xml", + "ref/netstandard1.1/de/System.Runtime.Numerics.xml", + "ref/netstandard1.1/es/System.Runtime.Numerics.xml", + "ref/netstandard1.1/fr/System.Runtime.Numerics.xml", + "ref/netstandard1.1/it/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ja/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ko/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ru/System.Runtime.Numerics.xml", + "ref/netstandard1.1/zh-hans/System.Runtime.Numerics.xml", + "ref/netstandard1.1/zh-hant/System.Runtime.Numerics.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -7139,7 +12134,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Runtime.Serialization.Json.dll", + "ref/netcore50/System.Runtime.Serialization.Json.xml", + "ref/netcore50/de/System.Runtime.Serialization.Json.xml", + "ref/netcore50/es/System.Runtime.Serialization.Json.xml", + "ref/netcore50/fr/System.Runtime.Serialization.Json.xml", + "ref/netcore50/it/System.Runtime.Serialization.Json.xml", + "ref/netcore50/ja/System.Runtime.Serialization.Json.xml", + "ref/netcore50/ko/System.Runtime.Serialization.Json.xml", + "ref/netcore50/ru/System.Runtime.Serialization.Json.xml", + "ref/netcore50/zh-hans/System.Runtime.Serialization.Json.xml", + "ref/netcore50/zh-hant/System.Runtime.Serialization.Json.xml", "ref/netstandard1.0/System.Runtime.Serialization.Json.dll", + "ref/netstandard1.0/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/de/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/es/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/fr/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/it/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/ja/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/ko/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/ru/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Json.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -7180,8 +12195,38 @@ "ref/net45/_._", "ref/net46/System.Runtime.Serialization.Primitives.dll", "ref/netcore50/System.Runtime.Serialization.Primitives.dll", + "ref/netcore50/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/de/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/es/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/fr/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/it/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/ja/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/ko/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/ru/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/zh-hans/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/zh-hant/System.Runtime.Serialization.Primitives.xml", "ref/netstandard1.0/System.Runtime.Serialization.Primitives.dll", + "ref/netstandard1.0/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/de/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/es/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/fr/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/it/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/ja/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/ko/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/ru/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Primitives.xml", "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll", + "ref/netstandard1.3/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/de/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/es/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/fr/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/it/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/ja/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/ko/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/ru/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Serialization.Primitives.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -7195,14 +12240,13 @@ "system.runtime.serialization.primitives.nuspec" ] }, - "System.Security.AccessControl/5.0.0": { - "sha512": "dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==", + "System.Security.AccessControl/4.7.0": { + "sha512": "JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==", "type": "package", - "path": "system.security.accesscontrol/5.0.0", + "path": "system.security.accesscontrol/4.7.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/net46/System.Security.AccessControl.dll", @@ -7236,7 +12280,7 @@ "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.xml", "runtimes/win/lib/netstandard1.3/System.Security.AccessControl.dll", "runtimes/win/lib/uap10.0.16299/_._", - "system.security.accesscontrol.5.0.0.nupkg.sha512", + "system.security.accesscontrol.4.7.0.nupkg.sha512", "system.security.accesscontrol.nuspec", "useSharedDesignerContext.txt", "version.txt" @@ -7283,67 +12327,32 @@ "system.security.cryptography.algorithms.nuspec" ] }, - "System.Security.Cryptography.Cng/4.5.0": { - "sha512": "WG3r7EyjUe9CMPFSs6bty5doUqT+q9pbI80hlNzo2SkPkZ4VTuZkGWjpp77JB8+uaL4DFPRdBsAY+DX3dBK92A==", + "System.Security.Cryptography.Cng/4.3.0": { + "sha512": "03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", "type": "package", - "path": "system.security.cryptography.cng/4.5.0", + "path": "system.security.cryptography.cng/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", "lib/net46/System.Security.Cryptography.Cng.dll", "lib/net461/System.Security.Cryptography.Cng.dll", - "lib/net462/System.Security.Cryptography.Cng.dll", - "lib/net47/System.Security.Cryptography.Cng.dll", - "lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll", - "lib/netstandard1.3/System.Security.Cryptography.Cng.dll", - "lib/netstandard1.4/System.Security.Cryptography.Cng.dll", - "lib/netstandard1.6/System.Security.Cryptography.Cng.dll", - "lib/netstandard2.0/System.Security.Cryptography.Cng.dll", - "lib/uap10.0.16299/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", + "lib/net463/System.Security.Cryptography.Cng.dll", "ref/net46/System.Security.Cryptography.Cng.dll", "ref/net461/System.Security.Cryptography.Cng.dll", - "ref/net461/System.Security.Cryptography.Cng.xml", - "ref/net462/System.Security.Cryptography.Cng.dll", - "ref/net462/System.Security.Cryptography.Cng.xml", - "ref/net47/System.Security.Cryptography.Cng.dll", - "ref/net47/System.Security.Cryptography.Cng.xml", - "ref/netcoreapp2.0/System.Security.Cryptography.Cng.dll", - "ref/netcoreapp2.0/System.Security.Cryptography.Cng.xml", - "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll", - "ref/netcoreapp2.1/System.Security.Cryptography.Cng.xml", + "ref/net463/System.Security.Cryptography.Cng.dll", "ref/netstandard1.3/System.Security.Cryptography.Cng.dll", "ref/netstandard1.4/System.Security.Cryptography.Cng.dll", "ref/netstandard1.6/System.Security.Cryptography.Cng.dll", - "ref/netstandard2.0/System.Security.Cryptography.Cng.dll", - "ref/netstandard2.0/System.Security.Cryptography.Cng.xml", - "ref/uap10.0.16299/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Cng.dll", "runtimes/win/lib/net46/System.Security.Cryptography.Cng.dll", "runtimes/win/lib/net461/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/net462/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/net47/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/netcoreapp2.0/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/net463/System.Security.Cryptography.Cng.dll", "runtimes/win/lib/netstandard1.4/System.Security.Cryptography.Cng.dll", "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/uap10.0.16299/_._", - "system.security.cryptography.cng.4.5.0.nupkg.sha512", - "system.security.cryptography.cng.nuspec", - "useSharedDesignerContext.txt", - "version.txt" + "system.security.cryptography.cng.4.3.0.nupkg.sha512", + "system.security.cryptography.cng.nuspec" ] }, "System.Security.Cryptography.Csp/4.3.0": { @@ -7398,6 +12407,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Security.Cryptography.Encoding.dll", "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll", + "ref/netstandard1.3/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/de/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/es/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/fr/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/it/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ja/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ko/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ru/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/zh-hans/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/zh-hant/System.Security.Cryptography.Encoding.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -7425,6 +12444,39 @@ "system.security.cryptography.openssl.nuspec" ] }, + "System.Security.Cryptography.Pkcs/9.0.0": { + "sha512": "8tluJF8w9si+2yoHeL8rgVJS6lKvWomTDC8px65Z8MCzzdME5eaPtEQf4OfVGrAxB5fW93ncucy1+221O9EQaw==", + "type": "package", + "path": "system.security.cryptography.pkcs/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Security.Cryptography.Pkcs.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/System.Security.Cryptography.Pkcs.targets", + "lib/net462/System.Security.Cryptography.Pkcs.dll", + "lib/net462/System.Security.Cryptography.Pkcs.xml", + "lib/net8.0/System.Security.Cryptography.Pkcs.dll", + "lib/net8.0/System.Security.Cryptography.Pkcs.xml", + "lib/net9.0/System.Security.Cryptography.Pkcs.dll", + "lib/net9.0/System.Security.Cryptography.Pkcs.xml", + "lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll", + "lib/netstandard2.0/System.Security.Cryptography.Pkcs.xml", + "lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll", + "lib/netstandard2.1/System.Security.Cryptography.Pkcs.xml", + "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll", + "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.xml", + "runtimes/win/lib/net9.0/System.Security.Cryptography.Pkcs.dll", + "runtimes/win/lib/net9.0/System.Security.Cryptography.Pkcs.xml", + "system.security.cryptography.pkcs.9.0.0.nupkg.sha512", + "system.security.cryptography.pkcs.nuspec", + "useSharedDesignerContext.txt" + ] + }, "System.Security.Cryptography.Primitives/4.3.0": { "sha512": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", "type": "package", @@ -7512,7 +12564,27 @@ "ref/net46/System.Security.Cryptography.X509Certificates.dll", "ref/net461/System.Security.Cryptography.X509Certificates.dll", "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/de/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/es/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/fr/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/it/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ja/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ko/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ru/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/zh-hant/System.Security.Cryptography.X509Certificates.xml", "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/de/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/es/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/fr/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/it/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ja/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ko/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ru/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/zh-hant/System.Security.Cryptography.X509Certificates.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -7526,16 +12598,42 @@ "system.security.cryptography.x509certificates.nuspec" ] }, - "System.Security.Principal.Windows/5.0.0": { - "sha512": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==", + "System.Security.Cryptography.Xml/9.0.0": { + "sha512": "GQZn5wFd+pyOfwWaCbqxG7trQ5ox01oR8kYgWflgtux4HiUNihGEgG2TktRWyH+9bw7NoEju1D41H/upwQeFQw==", "type": "package", - "path": "system.security.principal.windows/5.0.0", + "path": "system.security.cryptography.xml/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Security.Cryptography.Xml.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/System.Security.Cryptography.Xml.targets", + "lib/net462/System.Security.Cryptography.Xml.dll", + "lib/net462/System.Security.Cryptography.Xml.xml", + "lib/net8.0/System.Security.Cryptography.Xml.dll", + "lib/net8.0/System.Security.Cryptography.Xml.xml", + "lib/net9.0/System.Security.Cryptography.Xml.dll", + "lib/net9.0/System.Security.Cryptography.Xml.xml", + "lib/netstandard2.0/System.Security.Cryptography.Xml.dll", + "lib/netstandard2.0/System.Security.Cryptography.Xml.xml", + "system.security.cryptography.xml.9.0.0.nupkg.sha512", + "system.security.cryptography.xml.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Security.Principal.Windows/4.7.0": { + "sha512": "ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", + "type": "package", + "path": "system.security.principal.windows/4.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", "lib/net46/System.Security.Principal.Windows.dll", "lib/net461/System.Security.Principal.Windows.dll", "lib/net461/System.Security.Principal.Windows.xml", @@ -7575,7 +12673,7 @@ "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.xml", "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll", "runtimes/win/lib/uap10.0.16299/_._", - "system.security.principal.windows.5.0.0.nupkg.sha512", + "system.security.principal.windows.4.7.0.nupkg.sha512", "system.security.principal.windows.nuspec", "useSharedDesignerContext.txt", "version.txt" @@ -7605,8 +12703,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Text.Encoding.dll", + "ref/netcore50/System.Text.Encoding.xml", + "ref/netcore50/de/System.Text.Encoding.xml", + "ref/netcore50/es/System.Text.Encoding.xml", + "ref/netcore50/fr/System.Text.Encoding.xml", + "ref/netcore50/it/System.Text.Encoding.xml", + "ref/netcore50/ja/System.Text.Encoding.xml", + "ref/netcore50/ko/System.Text.Encoding.xml", + "ref/netcore50/ru/System.Text.Encoding.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.xml", "ref/netstandard1.0/System.Text.Encoding.dll", + "ref/netstandard1.0/System.Text.Encoding.xml", + "ref/netstandard1.0/de/System.Text.Encoding.xml", + "ref/netstandard1.0/es/System.Text.Encoding.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.xml", + "ref/netstandard1.0/it/System.Text.Encoding.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml", "ref/netstandard1.3/System.Text.Encoding.dll", + "ref/netstandard1.3/System.Text.Encoding.xml", + "ref/netstandard1.3/de/System.Text.Encoding.xml", + "ref/netstandard1.3/es/System.Text.Encoding.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.xml", + "ref/netstandard1.3/it/System.Text.Encoding.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -7619,6 +12747,45 @@ "system.text.encoding.nuspec" ] }, + "System.Text.Encoding.CodePages/6.0.0": { + "sha512": "ZFCILZuOvtKPauZ/j/swhvw68ZRi9ATCfvGbk1QfydmcXBkIWecWKn/250UH7rahZ5OoDBaiAudJtPvLwzw85A==", + "type": "package", + "path": "system.text.encoding.codepages/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Text.Encoding.CodePages.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net461/System.Text.Encoding.CodePages.dll", + "lib/net461/System.Text.Encoding.CodePages.xml", + "lib/net6.0/System.Text.Encoding.CodePages.dll", + "lib/net6.0/System.Text.Encoding.CodePages.xml", + "lib/netcoreapp3.1/System.Text.Encoding.CodePages.dll", + "lib/netcoreapp3.1/System.Text.Encoding.CodePages.xml", + "lib/netstandard2.0/System.Text.Encoding.CodePages.dll", + "lib/netstandard2.0/System.Text.Encoding.CodePages.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "runtimes/win/lib/net461/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/net461/System.Text.Encoding.CodePages.xml", + "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.xml", + "runtimes/win/lib/netcoreapp3.1/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/netcoreapp3.1/System.Text.Encoding.CodePages.xml", + "runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.xml", + "system.text.encoding.codepages.6.0.0.nupkg.sha512", + "system.text.encoding.codepages.nuspec", + "useSharedDesignerContext.txt" + ] + }, "System.Text.Encoding.Extensions/4.3.0": { "sha512": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", "type": "package", @@ -7643,8 +12810,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Text.Encoding.Extensions.dll", + "ref/netcore50/System.Text.Encoding.Extensions.xml", + "ref/netcore50/de/System.Text.Encoding.Extensions.xml", + "ref/netcore50/es/System.Text.Encoding.Extensions.xml", + "ref/netcore50/fr/System.Text.Encoding.Extensions.xml", + "ref/netcore50/it/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ja/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ko/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ru/System.Text.Encoding.Extensions.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml", "ref/netstandard1.0/System.Text.Encoding.Extensions.dll", + "ref/netstandard1.0/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/de/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/es/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/it/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.Extensions.xml", "ref/netstandard1.3/System.Text.Encoding.Extensions.dll", + "ref/netstandard1.3/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/de/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/es/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/it/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.Extensions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -7731,10 +12928,50 @@ "ref/net45/_._", "ref/net463/System.Text.RegularExpressions.dll", "ref/netcore50/System.Text.RegularExpressions.dll", + "ref/netcore50/System.Text.RegularExpressions.xml", + "ref/netcore50/de/System.Text.RegularExpressions.xml", + "ref/netcore50/es/System.Text.RegularExpressions.xml", + "ref/netcore50/fr/System.Text.RegularExpressions.xml", + "ref/netcore50/it/System.Text.RegularExpressions.xml", + "ref/netcore50/ja/System.Text.RegularExpressions.xml", + "ref/netcore50/ko/System.Text.RegularExpressions.xml", + "ref/netcore50/ru/System.Text.RegularExpressions.xml", + "ref/netcore50/zh-hans/System.Text.RegularExpressions.xml", + "ref/netcore50/zh-hant/System.Text.RegularExpressions.xml", "ref/netcoreapp1.1/System.Text.RegularExpressions.dll", "ref/netstandard1.0/System.Text.RegularExpressions.dll", + "ref/netstandard1.0/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/zh-hant/System.Text.RegularExpressions.xml", "ref/netstandard1.3/System.Text.RegularExpressions.dll", + "ref/netstandard1.3/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/zh-hant/System.Text.RegularExpressions.xml", "ref/netstandard1.6/System.Text.RegularExpressions.dll", + "ref/netstandard1.6/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/zh-hant/System.Text.RegularExpressions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -7773,8 +13010,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", + "ref/netcore50/de/System.Threading.xml", + "ref/netcore50/es/System.Threading.xml", + "ref/netcore50/fr/System.Threading.xml", + "ref/netcore50/it/System.Threading.xml", + "ref/netcore50/ja/System.Threading.xml", + "ref/netcore50/ko/System.Threading.xml", + "ref/netcore50/ru/System.Threading.xml", + "ref/netcore50/zh-hans/System.Threading.xml", + "ref/netcore50/zh-hant/System.Threading.xml", "ref/netstandard1.0/System.Threading.dll", + "ref/netstandard1.0/System.Threading.xml", + "ref/netstandard1.0/de/System.Threading.xml", + "ref/netstandard1.0/es/System.Threading.xml", + "ref/netstandard1.0/fr/System.Threading.xml", + "ref/netstandard1.0/it/System.Threading.xml", + "ref/netstandard1.0/ja/System.Threading.xml", + "ref/netstandard1.0/ko/System.Threading.xml", + "ref/netstandard1.0/ru/System.Threading.xml", + "ref/netstandard1.0/zh-hans/System.Threading.xml", + "ref/netstandard1.0/zh-hant/System.Threading.xml", "ref/netstandard1.3/System.Threading.dll", + "ref/netstandard1.3/System.Threading.xml", + "ref/netstandard1.3/de/System.Threading.xml", + "ref/netstandard1.3/es/System.Threading.xml", + "ref/netstandard1.3/fr/System.Threading.xml", + "ref/netstandard1.3/it/System.Threading.xml", + "ref/netstandard1.3/ja/System.Threading.xml", + "ref/netstandard1.3/ko/System.Threading.xml", + "ref/netstandard1.3/ru/System.Threading.xml", + "ref/netstandard1.3/zh-hans/System.Threading.xml", + "ref/netstandard1.3/zh-hant/System.Threading.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -7841,8 +13108,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Threading.Tasks.dll", + "ref/netcore50/System.Threading.Tasks.xml", + "ref/netcore50/de/System.Threading.Tasks.xml", + "ref/netcore50/es/System.Threading.Tasks.xml", + "ref/netcore50/fr/System.Threading.Tasks.xml", + "ref/netcore50/it/System.Threading.Tasks.xml", + "ref/netcore50/ja/System.Threading.Tasks.xml", + "ref/netcore50/ko/System.Threading.Tasks.xml", + "ref/netcore50/ru/System.Threading.Tasks.xml", + "ref/netcore50/zh-hans/System.Threading.Tasks.xml", + "ref/netcore50/zh-hant/System.Threading.Tasks.xml", "ref/netstandard1.0/System.Threading.Tasks.dll", + "ref/netstandard1.0/System.Threading.Tasks.xml", + "ref/netstandard1.0/de/System.Threading.Tasks.xml", + "ref/netstandard1.0/es/System.Threading.Tasks.xml", + "ref/netstandard1.0/fr/System.Threading.Tasks.xml", + "ref/netstandard1.0/it/System.Threading.Tasks.xml", + "ref/netstandard1.0/ja/System.Threading.Tasks.xml", + "ref/netstandard1.0/ko/System.Threading.Tasks.xml", + "ref/netstandard1.0/ru/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml", "ref/netstandard1.3/System.Threading.Tasks.dll", + "ref/netstandard1.3/System.Threading.Tasks.xml", + "ref/netstandard1.3/de/System.Threading.Tasks.xml", + "ref/netstandard1.3/es/System.Threading.Tasks.xml", + "ref/netstandard1.3/fr/System.Threading.Tasks.xml", + "ref/netstandard1.3/it/System.Threading.Tasks.xml", + "ref/netstandard1.3/ja/System.Threading.Tasks.xml", + "ref/netstandard1.3/ko/System.Threading.Tasks.xml", + "ref/netstandard1.3/ru/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -7867,9 +13164,12 @@ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net461/System.Threading.Tasks.Extensions.dll", + "lib/net461/System.Threading.Tasks.Extensions.xml", "lib/netcoreapp2.1/_._", "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml", "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", "lib/xamarinios10/_._", @@ -7911,6 +13211,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Threading.Thread.dll", "ref/netstandard1.3/System.Threading.Thread.dll", + "ref/netstandard1.3/System.Threading.Thread.xml", + "ref/netstandard1.3/de/System.Threading.Thread.xml", + "ref/netstandard1.3/es/System.Threading.Thread.xml", + "ref/netstandard1.3/fr/System.Threading.Thread.xml", + "ref/netstandard1.3/it/System.Threading.Thread.xml", + "ref/netstandard1.3/ja/System.Threading.Thread.xml", + "ref/netstandard1.3/ko/System.Threading.Thread.xml", + "ref/netstandard1.3/ru/System.Threading.Thread.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Thread.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Thread.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -7941,6 +13251,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Threading.ThreadPool.dll", "ref/netstandard1.3/System.Threading.ThreadPool.dll", + "ref/netstandard1.3/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/de/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/es/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/fr/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/it/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ja/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ko/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ru/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/zh-hans/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/zh-hant/System.Threading.ThreadPool.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -7972,7 +13292,27 @@ "ref/MonoTouch10/_._", "ref/net451/_._", "ref/netcore50/System.Threading.Timer.dll", + "ref/netcore50/System.Threading.Timer.xml", + "ref/netcore50/de/System.Threading.Timer.xml", + "ref/netcore50/es/System.Threading.Timer.xml", + "ref/netcore50/fr/System.Threading.Timer.xml", + "ref/netcore50/it/System.Threading.Timer.xml", + "ref/netcore50/ja/System.Threading.Timer.xml", + "ref/netcore50/ko/System.Threading.Timer.xml", + "ref/netcore50/ru/System.Threading.Timer.xml", + "ref/netcore50/zh-hans/System.Threading.Timer.xml", + "ref/netcore50/zh-hant/System.Threading.Timer.xml", "ref/netstandard1.2/System.Threading.Timer.dll", + "ref/netstandard1.2/System.Threading.Timer.xml", + "ref/netstandard1.2/de/System.Threading.Timer.xml", + "ref/netstandard1.2/es/System.Threading.Timer.xml", + "ref/netstandard1.2/fr/System.Threading.Timer.xml", + "ref/netstandard1.2/it/System.Threading.Timer.xml", + "ref/netstandard1.2/ja/System.Threading.Timer.xml", + "ref/netstandard1.2/ko/System.Threading.Timer.xml", + "ref/netstandard1.2/ru/System.Threading.Timer.xml", + "ref/netstandard1.2/zh-hans/System.Threading.Timer.xml", + "ref/netstandard1.2/zh-hant/System.Threading.Timer.xml", "ref/portable-net451+win81+wpa81/_._", "ref/win81/_._", "ref/wpa81/_._", @@ -7984,6 +13324,50 @@ "system.threading.timer.nuspec" ] }, + "System.ValueTuple/4.5.0": { + "sha512": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==", + "type": "package", + "path": "system.valuetuple/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net461/System.ValueTuple.dll", + "lib/net461/System.ValueTuple.xml", + "lib/net47/System.ValueTuple.dll", + "lib/net47/System.ValueTuple.xml", + "lib/netcoreapp2.0/_._", + "lib/netstandard1.0/System.ValueTuple.dll", + "lib/netstandard1.0/System.ValueTuple.xml", + "lib/netstandard2.0/_._", + "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", + "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.xml", + "lib/uap10.0.16299/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net461/System.ValueTuple.dll", + "ref/net47/System.ValueTuple.dll", + "ref/netcoreapp2.0/_._", + "ref/netstandard2.0/_._", + "ref/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", + "ref/uap10.0.16299/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.valuetuple.4.5.0.nupkg.sha512", + "system.valuetuple.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, "System.Xml.ReaderWriter/4.3.0": { "sha512": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", "type": "package", @@ -8012,8 +13396,38 @@ "ref/net45/_._", "ref/net46/System.Xml.ReaderWriter.dll", "ref/netcore50/System.Xml.ReaderWriter.dll", + "ref/netcore50/System.Xml.ReaderWriter.xml", + "ref/netcore50/de/System.Xml.ReaderWriter.xml", + "ref/netcore50/es/System.Xml.ReaderWriter.xml", + "ref/netcore50/fr/System.Xml.ReaderWriter.xml", + "ref/netcore50/it/System.Xml.ReaderWriter.xml", + "ref/netcore50/ja/System.Xml.ReaderWriter.xml", + "ref/netcore50/ko/System.Xml.ReaderWriter.xml", + "ref/netcore50/ru/System.Xml.ReaderWriter.xml", + "ref/netcore50/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netcore50/zh-hant/System.Xml.ReaderWriter.xml", "ref/netstandard1.0/System.Xml.ReaderWriter.dll", + "ref/netstandard1.0/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/de/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/es/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/fr/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/it/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ja/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ko/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ru/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/zh-hant/System.Xml.ReaderWriter.xml", "ref/netstandard1.3/System.Xml.ReaderWriter.dll", + "ref/netstandard1.3/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/de/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/es/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/fr/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/it/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ja/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ko/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ru/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/zh-hant/System.Xml.ReaderWriter.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8052,8 +13466,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Xml.XDocument.dll", + "ref/netcore50/System.Xml.XDocument.xml", + "ref/netcore50/de/System.Xml.XDocument.xml", + "ref/netcore50/es/System.Xml.XDocument.xml", + "ref/netcore50/fr/System.Xml.XDocument.xml", + "ref/netcore50/it/System.Xml.XDocument.xml", + "ref/netcore50/ja/System.Xml.XDocument.xml", + "ref/netcore50/ko/System.Xml.XDocument.xml", + "ref/netcore50/ru/System.Xml.XDocument.xml", + "ref/netcore50/zh-hans/System.Xml.XDocument.xml", + "ref/netcore50/zh-hant/System.Xml.XDocument.xml", "ref/netstandard1.0/System.Xml.XDocument.dll", + "ref/netstandard1.0/System.Xml.XDocument.xml", + "ref/netstandard1.0/de/System.Xml.XDocument.xml", + "ref/netstandard1.0/es/System.Xml.XDocument.xml", + "ref/netstandard1.0/fr/System.Xml.XDocument.xml", + "ref/netstandard1.0/it/System.Xml.XDocument.xml", + "ref/netstandard1.0/ja/System.Xml.XDocument.xml", + "ref/netstandard1.0/ko/System.Xml.XDocument.xml", + "ref/netstandard1.0/ru/System.Xml.XDocument.xml", + "ref/netstandard1.0/zh-hans/System.Xml.XDocument.xml", + "ref/netstandard1.0/zh-hant/System.Xml.XDocument.xml", "ref/netstandard1.3/System.Xml.XDocument.dll", + "ref/netstandard1.3/System.Xml.XDocument.xml", + "ref/netstandard1.3/de/System.Xml.XDocument.xml", + "ref/netstandard1.3/es/System.Xml.XDocument.xml", + "ref/netstandard1.3/fr/System.Xml.XDocument.xml", + "ref/netstandard1.3/it/System.Xml.XDocument.xml", + "ref/netstandard1.3/ja/System.Xml.XDocument.xml", + "ref/netstandard1.3/ko/System.Xml.XDocument.xml", + "ref/netstandard1.3/ru/System.Xml.XDocument.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XDocument.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XDocument.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8087,6 +13531,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Xml.XmlDocument.dll", "ref/netstandard1.3/System.Xml.XmlDocument.dll", + "ref/netstandard1.3/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/de/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/es/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/fr/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/it/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/ja/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/ko/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/ru/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XmlDocument.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -8121,8 +13575,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Xml.XmlSerializer.dll", + "ref/netcore50/System.Xml.XmlSerializer.xml", + "ref/netcore50/de/System.Xml.XmlSerializer.xml", + "ref/netcore50/es/System.Xml.XmlSerializer.xml", + "ref/netcore50/fr/System.Xml.XmlSerializer.xml", + "ref/netcore50/it/System.Xml.XmlSerializer.xml", + "ref/netcore50/ja/System.Xml.XmlSerializer.xml", + "ref/netcore50/ko/System.Xml.XmlSerializer.xml", + "ref/netcore50/ru/System.Xml.XmlSerializer.xml", + "ref/netcore50/zh-hans/System.Xml.XmlSerializer.xml", + "ref/netcore50/zh-hant/System.Xml.XmlSerializer.xml", "ref/netstandard1.0/System.Xml.XmlSerializer.dll", + "ref/netstandard1.0/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/de/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/es/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/fr/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/it/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/ja/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/ko/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/ru/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/zh-hans/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/zh-hant/System.Xml.XmlSerializer.xml", "ref/netstandard1.3/System.Xml.XmlSerializer.dll", + "ref/netstandard1.3/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/de/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/es/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/fr/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/it/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/ja/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/ko/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/ru/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XmlSerializer.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8136,6 +13620,29 @@ "system.xml.xmlserializer.nuspec" ] }, + "YamlDotNet/16.3.0": { + "sha512": "SgMOdxbz8X65z8hraIs6hOEdnkH6hESTAIUa7viEngHOYaH+6q5XJmwr1+yb9vJpNQ19hCQY69xbFsLtXpobQA==", + "type": "package", + "path": "yamldotnet/16.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "images/yamldotnet.png", + "lib/net47/YamlDotNet.dll", + "lib/net47/YamlDotNet.xml", + "lib/net6.0/YamlDotNet.dll", + "lib/net6.0/YamlDotNet.xml", + "lib/net8.0/YamlDotNet.dll", + "lib/net8.0/YamlDotNet.xml", + "lib/netstandard2.0/YamlDotNet.dll", + "lib/netstandard2.0/YamlDotNet.xml", + "lib/netstandard2.1/YamlDotNet.dll", + "lib/netstandard2.1/YamlDotNet.xml", + "yamldotnet.16.3.0.nupkg.sha512", + "yamldotnet.nuspec" + ] + }, "EventBus/1.0.0": { "type": "project", "path": "../../../BuildingBlocks/EventBus/EventBus/EventBus.csproj", @@ -8154,24 +13661,49 @@ }, "projectFileDependencyGroups": { "net9.0": [ - "AspNetCore.HealthChecks.AzureServiceBus >= 8.0.1", + "AspNetCore.HealthChecks.AzureServiceBus >= 9.0.0", "AspNetCore.HealthChecks.Rabbitmq >= 8.0.2", - "AspNetCore.HealthChecks.SqlServer >= 8.0.2", - "AspNetCore.HealthChecks.UI.Client >= 8.0.1", - "Autofac >= 8.1.1", - "Autofac.Extensions.DependencyInjection >= 10.0.0", - "Dapper >= 2.1.35", + "AspNetCore.HealthChecks.Redis >= 9.0.0", + "AspNetCore.HealthChecks.SqlServer >= 9.0.0", + "AspNetCore.HealthChecks.UI >= 9.0.0", + "AspNetCore.HealthChecks.UI.Client >= 9.0.0", + "AspNetCore.HealthChecks.UI.InMemory.Storage >= 9.0.0", + "AspNetCore.HealthChecks.Uris >= 9.0.0", + "Autofac >= 9.0.0", + "Autofac.Extensions.DependencyInjection >= 9.0.0", + "Dapper >= 2.1.66", "EventBus >= 1.0.0", "EventBusRabbitMQ >= 1.0.0", "EventBusServiceBus >= 1.0.0", + "FluentValidation.AspNetCore >= 11.3.0", + "Google.Protobuf >= 3.33.1", + "Grpc.AspNetCore.Server >= 2.71.0", + "Grpc.AspNetCore.Server.ClientFactory >= 2.71.0", + "Grpc.Net.Client >= 2.71.0", + "Grpc.Tools >= 2.76.0", + "MediatR >= 12.4.1", + "Microsoft.ApplicationInsights.AspNetCore >= 2.23.0", + "Microsoft.ApplicationInsights.DependencyCollector >= 2.23.0", + "Microsoft.ApplicationInsights.Kubernetes >= 8.0.0", + "Microsoft.AspNetCore.DataProtection.StackExchangeRedis >= 9.0.0", "Microsoft.AspNetCore.Diagnostics.HealthChecks >= 2.2.0", - "Microsoft.Extensions.Hosting >= 9.0.0", - "Serilog.AspNetCore >= 8.0.3", + "Microsoft.Extensions.Diagnostics.HealthChecks >= 9.0.0", + "Microsoft.Extensions.Hosting >= 9.0.2", + "Microsoft.Extensions.Logging >= 9.0.2", + "Microsoft.Extensions.Logging.Abstractions >= 9.0.2", + "Microsoft.Extensions.Logging.AzureAppServices >= 9.0.0", + "Microsoft.Web.LibraryManager.Build >= 3.0.71", + "Newtonsoft.Json >= 13.0.4", + "Polly >= 8.6.5", + "RabbitMQ.Client >= 6.8.1", + "Serilog.AspNetCore >= 9.0.0", "Serilog.Enrichers.Environment >= 3.0.1", - "Serilog.Settings.Configuration >= 8.0.4", - "Serilog.Sinks.Console >= 6.0.0", - "Serilog.Sinks.Http >= 9.0.0", - "Serilog.Sinks.Seq >= 8.0.0" + "Serilog.Settings.Configuration >= 9.0.0", + "Serilog.Sinks.Console >= 6.1.1", + "Serilog.Sinks.Http >= 9.2.0", + "Serilog.Sinks.Seq >= 9.0.0", + "Swashbuckle.AspNetCore >= 7.2.0", + "Swashbuckle.AspNetCore.Newtonsoft >= 7.2.0" ] }, "packageFolders": { @@ -8229,43 +13761,137 @@ "dependencies": { "AspNetCore.HealthChecks.AzureServiceBus": { "target": "Package", - "version": "[8.0.1, )" + "version": "[9.0.0, )" }, "AspNetCore.HealthChecks.Rabbitmq": { "target": "Package", "version": "[8.0.2, )" }, + "AspNetCore.HealthChecks.Redis": { + "target": "Package", + "version": "[9.0.0, )" + }, "AspNetCore.HealthChecks.SqlServer": { "target": "Package", - "version": "[8.0.2, )" + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.UI": { + "target": "Package", + "version": "[9.0.0, )" }, "AspNetCore.HealthChecks.UI.Client": { "target": "Package", - "version": "[8.0.1, )" + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.UI.InMemory.Storage": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.Uris": { + "target": "Package", + "version": "[9.0.0, )" }, "Autofac": { "target": "Package", - "version": "[8.1.1, )" + "version": "[9.0.0, )" }, "Autofac.Extensions.DependencyInjection": { "target": "Package", - "version": "[10.0.0, )" + "version": "[9.0.0, )" }, "Dapper": { "target": "Package", - "version": "[2.1.35, )" + "version": "[2.1.66, )" + }, + "FluentValidation.AspNetCore": { + "target": "Package", + "version": "[11.3.0, )" + }, + "Google.Protobuf": { + "target": "Package", + "version": "[3.33.1, )" + }, + "Grpc.AspNetCore.Server": { + "target": "Package", + "version": "[2.71.0, )" + }, + "Grpc.AspNetCore.Server.ClientFactory": { + "target": "Package", + "version": "[2.71.0, )" + }, + "Grpc.Net.Client": { + "target": "Package", + "version": "[2.71.0, )" + }, + "Grpc.Tools": { + "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", + "suppressParent": "All", + "target": "Package", + "version": "[2.76.0, )" + }, + "MediatR": { + "target": "Package", + "version": "[12.4.1, )" + }, + "Microsoft.ApplicationInsights.AspNetCore": { + "target": "Package", + "version": "[2.23.0, )" + }, + "Microsoft.ApplicationInsights.DependencyCollector": { + "target": "Package", + "version": "[2.23.0, )" + }, + "Microsoft.ApplicationInsights.Kubernetes": { + "target": "Package", + "version": "[8.0.0, )" + }, + "Microsoft.AspNetCore.DataProtection.StackExchangeRedis": { + "target": "Package", + "version": "[9.0.0, )" }, "Microsoft.AspNetCore.Diagnostics.HealthChecks": { "target": "Package", "version": "[2.2.0, )" }, + "Microsoft.Extensions.Diagnostics.HealthChecks": { + "target": "Package", + "version": "[9.0.0, )" + }, "Microsoft.Extensions.Hosting": { + "target": "Package", + "version": "[9.0.2, )" + }, + "Microsoft.Extensions.Logging": { + "target": "Package", + "version": "[9.0.2, )" + }, + "Microsoft.Extensions.Logging.Abstractions": { + "target": "Package", + "version": "[9.0.2, )" + }, + "Microsoft.Extensions.Logging.AzureAppServices": { "target": "Package", "version": "[9.0.0, )" }, + "Microsoft.Web.LibraryManager.Build": { + "target": "Package", + "version": "[3.0.71, )" + }, + "Newtonsoft.Json": { + "target": "Package", + "version": "[13.0.4, )" + }, + "Polly": { + "target": "Package", + "version": "[8.6.5, )" + }, + "RabbitMQ.Client": { + "target": "Package", + "version": "[6.8.1, )" + }, "Serilog.AspNetCore": { "target": "Package", - "version": "[8.0.3, )" + "version": "[9.0.0, )" }, "Serilog.Enrichers.Environment": { "target": "Package", @@ -8273,19 +13899,27 @@ }, "Serilog.Settings.Configuration": { "target": "Package", - "version": "[8.0.4, )" + "version": "[9.0.0, )" }, "Serilog.Sinks.Console": { "target": "Package", - "version": "[6.0.0, )" + "version": "[6.1.1, )" }, "Serilog.Sinks.Http": { "target": "Package", - "version": "[9.0.0, )" + "version": "[9.2.0, )" }, "Serilog.Sinks.Seq": { "target": "Package", - "version": "[8.0.0, )" + "version": "[9.0.0, )" + }, + "Swashbuckle.AspNetCore": { + "target": "Package", + "version": "[7.2.0, )" + }, + "Swashbuckle.AspNetCore.Newtonsoft": { + "target": "Package", + "version": "[7.2.0, )" } }, "imports": [ diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/obj/project.nuget.cache b/src/Services/Ordering/Ordering.BackgroundTasks/obj/project.nuget.cache index a1736e6f..e2b34372 100644 --- a/src/Services/Ordering/Ordering.BackgroundTasks/obj/project.nuget.cache +++ b/src/Services/Ordering/Ordering.BackgroundTasks/obj/project.nuget.cache @@ -1,80 +1,145 @@ { "version": 2, - "dgSpecHash": "EwwseBHa+NM=", + "dgSpecHash": "s/ZMt91biQw=", "success": true, "projectFilePath": "/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.BackgroundTasks/Ordering.BackgroundTasks.csproj", "expectedPackageFiles": [ - "/home/runner/.nuget/packages/aspnetcore.healthchecks.azureservicebus/8.0.1/aspnetcore.healthchecks.azureservicebus.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.azureservicebus/9.0.0/aspnetcore.healthchecks.azureservicebus.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/aspnetcore.healthchecks.rabbitmq/8.0.2/aspnetcore.healthchecks.rabbitmq.8.0.2.nupkg.sha512", - "/home/runner/.nuget/packages/aspnetcore.healthchecks.sqlserver/8.0.2/aspnetcore.healthchecks.sqlserver.8.0.2.nupkg.sha512", - "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.client/8.0.1/aspnetcore.healthchecks.ui.client.8.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.core/8.0.1/aspnetcore.healthchecks.ui.core.8.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/autofac/8.1.1/autofac.8.1.1.nupkg.sha512", - "/home/runner/.nuget/packages/autofac.extensions.dependencyinjection/10.0.0/autofac.extensions.dependencyinjection.10.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/azure.core/1.36.0/azure.core.1.36.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.redis/9.0.0/aspnetcore.healthchecks.redis.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.sqlserver/9.0.0/aspnetcore.healthchecks.sqlserver.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui/9.0.0/aspnetcore.healthchecks.ui.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.client/9.0.0/aspnetcore.healthchecks.ui.client.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.core/9.0.0/aspnetcore.healthchecks.ui.core.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.data/9.0.0/aspnetcore.healthchecks.ui.data.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.inmemory.storage/9.0.0/aspnetcore.healthchecks.ui.inmemory.storage.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.uris/9.0.0/aspnetcore.healthchecks.uris.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/autofac/9.0.0/autofac.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/autofac.extensions.dependencyinjection/9.0.0/autofac.extensions.dependencyinjection.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/azure.core/1.38.0/azure.core.1.38.0.nupkg.sha512", "/home/runner/.nuget/packages/azure.core.amqp/1.3.0/azure.core.amqp.1.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/azure.identity/1.10.3/azure.identity.1.10.3.nupkg.sha512", + "/home/runner/.nuget/packages/azure.identity/1.11.4/azure.identity.1.11.4.nupkg.sha512", "/home/runner/.nuget/packages/azure.messaging.servicebus/7.17.0/azure.messaging.servicebus.7.17.0.nupkg.sha512", - "/home/runner/.nuget/packages/dapper/2.1.35/dapper.2.1.35.nupkg.sha512", + "/home/runner/.nuget/packages/dapper/2.1.66/dapper.2.1.66.nupkg.sha512", + "/home/runner/.nuget/packages/fluentvalidation/11.5.1/fluentvalidation.11.5.1.nupkg.sha512", + "/home/runner/.nuget/packages/fluentvalidation.aspnetcore/11.3.0/fluentvalidation.aspnetcore.11.3.0.nupkg.sha512", + "/home/runner/.nuget/packages/fluentvalidation.dependencyinjectionextensions/11.5.1/fluentvalidation.dependencyinjectionextensions.11.5.1.nupkg.sha512", + "/home/runner/.nuget/packages/fractions/7.3.0/fractions.7.3.0.nupkg.sha512", + "/home/runner/.nuget/packages/google.protobuf/3.33.1/google.protobuf.3.33.1.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.aspnetcore.server/2.71.0/grpc.aspnetcore.server.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.aspnetcore.server.clientfactory/2.71.0/grpc.aspnetcore.server.clientfactory.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.core.api/2.71.0/grpc.core.api.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.net.client/2.71.0/grpc.net.client.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.net.clientfactory/2.71.0/grpc.net.clientfactory.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.net.common/2.71.0/grpc.net.common.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.tools/2.76.0/grpc.tools.2.76.0.nupkg.sha512", + "/home/runner/.nuget/packages/humanizer.core/2.14.1/humanizer.core.2.14.1.nupkg.sha512", + "/home/runner/.nuget/packages/kubernetesclient/17.0.14/kubernetesclient.17.0.14.nupkg.sha512", + "/home/runner/.nuget/packages/mediatr/12.4.1/mediatr.12.4.1.nupkg.sha512", + "/home/runner/.nuget/packages/mediatr.contracts/2.0.1/mediatr.contracts.2.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights/2.23.0/microsoft.applicationinsights.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.aspnetcore/2.23.0/microsoft.applicationinsights.aspnetcore.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.dependencycollector/2.23.0/microsoft.applicationinsights.dependencycollector.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.eventcountercollector/2.23.0/microsoft.applicationinsights.eventcountercollector.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.kubernetes/8.0.0/microsoft.applicationinsights.kubernetes.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.perfcountercollector/2.23.0/microsoft.applicationinsights.perfcountercollector.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.windowsserver/2.23.0/microsoft.applicationinsights.windowsserver.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.windowsserver.telemetrychannel/2.23.0/microsoft.applicationinsights.windowsserver.telemetrychannel.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.cryptography.internal/9.0.0/microsoft.aspnetcore.cryptography.internal.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.dataprotection/9.0.0/microsoft.aspnetcore.dataprotection.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.dataprotection.abstractions/9.0.0/microsoft.aspnetcore.dataprotection.abstractions.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.dataprotection.stackexchangeredis/9.0.0/microsoft.aspnetcore.dataprotection.stackexchangeredis.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.aspnetcore.diagnostics.healthchecks/2.2.0/microsoft.aspnetcore.diagnostics.healthchecks.2.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.hosting/2.1.1/microsoft.aspnetcore.hosting.2.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.hosting.abstractions/2.1.1/microsoft.aspnetcore.hosting.abstractions.2.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.hosting.server.abstractions/2.1.1/microsoft.aspnetcore.hosting.server.abstractions.2.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.http/2.1.22/microsoft.aspnetcore.http.2.1.22.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.aspnetcore.http.abstractions/2.2.0/microsoft.aspnetcore.http.abstractions.2.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.http.extensions/2.1.1/microsoft.aspnetcore.http.extensions.2.1.1.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.aspnetcore.http.features/2.2.0/microsoft.aspnetcore.http.features.2.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.jsonpatch/9.0.0/microsoft.aspnetcore.jsonpatch.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.mvc.newtonsoftjson/9.0.0/microsoft.aspnetcore.mvc.newtonsoftjson.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.webutilities/2.1.1/microsoft.aspnetcore.webutilities.2.1.1.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.azure.amqp/2.6.3/microsoft.azure.amqp.2.6.3.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.azure.servicebus/5.2.0/microsoft.azure.servicebus.5.2.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.azure.services.appauthentication/1.0.3/microsoft.azure.services.appauthentication.1.0.3.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.bcl.asyncinterfaces/1.1.1/microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.bcl.asyncinterfaces/6.0.0/microsoft.bcl.asyncinterfaces.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.codeanalysis.analyzers/3.3.3/microsoft.codeanalysis.analyzers.3.3.3.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.codeanalysis.common/4.5.0/microsoft.codeanalysis.common.4.5.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.codeanalysis.csharp/4.5.0/microsoft.codeanalysis.csharp.4.5.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.codeanalysis.csharp.workspaces/4.5.0/microsoft.codeanalysis.csharp.workspaces.4.5.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.codeanalysis.workspaces.common/4.5.0/microsoft.codeanalysis.workspaces.common.4.5.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.csharp/4.7.0/microsoft.csharp.4.7.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.data.sqlclient/5.2.0/microsoft.data.sqlclient.5.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.data.sqlclient/5.2.2/microsoft.data.sqlclient.5.2.2.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.data.sqlclient.sni.runtime/5.2.0/microsoft.data.sqlclient.sni.runtime.5.2.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration/9.0.0/microsoft.extensions.configuration.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.abstractions/9.0.0/microsoft.extensions.configuration.abstractions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.binder/9.0.0/microsoft.extensions.configuration.binder.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.commandline/9.0.0/microsoft.extensions.configuration.commandline.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.environmentvariables/9.0.0/microsoft.extensions.configuration.environmentvariables.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.fileextensions/9.0.0/microsoft.extensions.configuration.fileextensions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.json/9.0.0/microsoft.extensions.configuration.json.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.usersecrets/9.0.0/microsoft.extensions.configuration.usersecrets.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection/9.0.0/microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/9.0.0/microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.dependencymodel/8.0.2/microsoft.extensions.dependencymodel.8.0.2.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.diagnostics/9.0.0/microsoft.extensions.diagnostics.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.abstractions/9.0.0/microsoft.extensions.diagnostics.abstractions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks/8.0.0/microsoft.extensions.diagnostics.healthchecks.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks.abstractions/8.0.0/microsoft.extensions.diagnostics.healthchecks.abstractions.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.abstractions/9.0.0/microsoft.extensions.fileproviders.abstractions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.physical/9.0.0/microsoft.extensions.fileproviders.physical.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.filesystemglobbing/9.0.0/microsoft.extensions.filesystemglobbing.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.hosting/9.0.0/microsoft.extensions.hosting.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.hosting.abstractions/9.0.0/microsoft.extensions.hosting.abstractions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging/9.0.0/microsoft.extensions.logging.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.abstractions/9.0.0/microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.configuration/9.0.0/microsoft.extensions.logging.configuration.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.console/9.0.0/microsoft.extensions.logging.console.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.debug/9.0.0/microsoft.extensions.logging.debug.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.eventlog/9.0.0/microsoft.extensions.logging.eventlog.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.eventsource/9.0.0/microsoft.extensions.logging.eventsource.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.options/9.0.0/microsoft.extensions.options.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.options.configurationextensions/9.0.0/microsoft.extensions.options.configurationextensions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.primitives/9.0.0/microsoft.extensions.primitives.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identity.client/4.56.0/microsoft.identity.client.4.56.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identity.client.extensions.msal/4.56.0/microsoft.identity.client.extensions.msal.4.56.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.abstractions/6.35.0/microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.entityframeworkcore/8.0.11/microsoft.entityframeworkcore.8.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.entityframeworkcore.abstractions/8.0.11/microsoft.entityframeworkcore.abstractions.8.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.entityframeworkcore.analyzers/8.0.11/microsoft.entityframeworkcore.analyzers.8.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.entityframeworkcore.design/8.0.11/microsoft.entityframeworkcore.design.8.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.entityframeworkcore.inmemory/8.0.11/microsoft.entityframeworkcore.inmemory.8.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.entityframeworkcore.relational/8.0.11/microsoft.entityframeworkcore.relational.8.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.apidescription.server/6.0.5/microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.caching.abstractions/8.0.0/microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.caching.memory/8.0.1/microsoft.extensions.caching.memory.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration/9.0.2/microsoft.extensions.configuration.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.abstractions/9.0.7/microsoft.extensions.configuration.abstractions.9.0.7.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.binder/9.0.2/microsoft.extensions.configuration.binder.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.commandline/9.0.2/microsoft.extensions.configuration.commandline.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.environmentvariables/9.0.2/microsoft.extensions.configuration.environmentvariables.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.fileextensions/9.0.2/microsoft.extensions.configuration.fileextensions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.json/9.0.2/microsoft.extensions.configuration.json.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.usersecrets/9.0.2/microsoft.extensions.configuration.usersecrets.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection/9.0.2/microsoft.extensions.dependencyinjection.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/9.0.2/microsoft.extensions.dependencyinjection.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.dependencymodel/9.0.0/microsoft.extensions.dependencymodel.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnosticadapter/3.1.32/microsoft.extensions.diagnosticadapter.3.1.32.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics/9.0.2/microsoft.extensions.diagnostics.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.abstractions/9.0.2/microsoft.extensions.diagnostics.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks/9.0.0/microsoft.extensions.diagnostics.healthchecks.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks.abstractions/9.0.0/microsoft.extensions.diagnostics.healthchecks.abstractions.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.abstractions/9.0.2/microsoft.extensions.fileproviders.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.physical/9.0.2/microsoft.extensions.fileproviders.physical.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.filesystemglobbing/9.0.2/microsoft.extensions.filesystemglobbing.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.hosting/9.0.2/microsoft.extensions.hosting.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.hosting.abstractions/9.0.2/microsoft.extensions.hosting.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.http/8.0.0/microsoft.extensions.http.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging/9.0.2/microsoft.extensions.logging.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.abstractions/9.0.2/microsoft.extensions.logging.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.applicationinsights/2.23.0/microsoft.extensions.logging.applicationinsights.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.azureappservices/9.0.0/microsoft.extensions.logging.azureappservices.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.configuration/9.0.2/microsoft.extensions.logging.configuration.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.console/9.0.2/microsoft.extensions.logging.console.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.debug/9.0.2/microsoft.extensions.logging.debug.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.eventlog/9.0.2/microsoft.extensions.logging.eventlog.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.eventsource/9.0.2/microsoft.extensions.logging.eventsource.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.objectpool/2.1.1/microsoft.extensions.objectpool.2.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.options/9.0.2/microsoft.extensions.options.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.options.configurationextensions/9.0.2/microsoft.extensions.options.configurationextensions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.primitives/9.0.7/microsoft.extensions.primitives.9.0.7.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identity.client/4.61.3/microsoft.identity.client.4.61.3.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identity.client.extensions.msal/4.61.3/microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.abstractions/8.6.0/microsoft.identitymodel.abstractions.8.6.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.identitymodel.clients.activedirectory/3.14.2/microsoft.identitymodel.clients.activedirectory.3.14.2.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.jsonwebtokens/6.35.0/microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.logging/6.35.0/microsoft.identitymodel.logging.6.35.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.jsonwebtokens/8.6.0/microsoft.identitymodel.jsonwebtokens.8.6.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.logging/8.6.0/microsoft.identitymodel.logging.8.6.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.identitymodel.protocols/6.35.0/microsoft.identitymodel.protocols.6.35.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.identitymodel.protocols.openidconnect/6.35.0/microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.tokens/6.35.0/microsoft.identitymodel.tokens.6.35.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.tokens/8.6.0/microsoft.identitymodel.tokens.8.6.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.net.http.headers/2.2.0/microsoft.net.http.headers.2.2.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.netcore.platforms/5.0.0/microsoft.netcore.platforms.5.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.netcore.platforms/3.1.0/microsoft.netcore.platforms.3.1.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.netcore.targets/1.1.0/microsoft.netcore.targets.1.1.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.openapi/1.6.22/microsoft.openapi.1.6.22.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.sqlserver.server/1.0.0/microsoft.sqlserver.server.1.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.web.librarymanager.build/3.0.71/microsoft.web.librarymanager.build.3.0.71.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.win32.primitives/4.3.0/microsoft.win32.primitives.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.win32.registry/4.3.0/microsoft.win32.registry.4.3.0.nupkg.sha512", + "/home/runner/.nuget/packages/mono.texttemplating/2.2.1/mono.texttemplating.2.2.1.nupkg.sha512", "/home/runner/.nuget/packages/netstandard.library/1.6.1/netstandard.library.1.6.1.nupkg.sha512", - "/home/runner/.nuget/packages/newtonsoft.json/13.0.3/newtonsoft.json.13.0.3.nupkg.sha512", - "/home/runner/.nuget/packages/polly/8.5.0/polly.8.5.0.nupkg.sha512", - "/home/runner/.nuget/packages/polly.core/8.5.0/polly.core.8.5.0.nupkg.sha512", + "/home/runner/.nuget/packages/newtonsoft.json/13.0.4/newtonsoft.json.13.0.4.nupkg.sha512", + "/home/runner/.nuget/packages/newtonsoft.json.bson/1.0.2/newtonsoft.json.bson.1.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/pipelines.sockets.unofficial/2.2.8/pipelines.sockets.unofficial.2.2.8.nupkg.sha512", + "/home/runner/.nuget/packages/polly/8.6.5/polly.8.6.5.nupkg.sha512", + "/home/runner/.nuget/packages/polly.core/8.6.5/polly.core.8.6.5.nupkg.sha512", "/home/runner/.nuget/packages/rabbitmq.client/6.8.1/rabbitmq.client.6.8.1.nupkg.sha512", "/home/runner/.nuget/packages/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", @@ -92,40 +157,57 @@ "/home/runner/.nuget/packages/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog/4.0.0/serilog.4.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.aspnetcore/8.0.3/serilog.aspnetcore.8.0.3.nupkg.sha512", + "/home/runner/.nuget/packages/serilog/4.2.0/serilog.4.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.aspnetcore/9.0.0/serilog.aspnetcore.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/serilog.enrichers.environment/3.0.1/serilog.enrichers.environment.3.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.extensions.hosting/8.0.0/serilog.extensions.hosting.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.extensions.logging/8.0.0/serilog.extensions.logging.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.formatting.compact/2.0.0/serilog.formatting.compact.2.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.settings.configuration/8.0.4/serilog.settings.configuration.8.0.4.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.console/6.0.0/serilog.sinks.console.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.debug/2.0.0/serilog.sinks.debug.2.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.file/5.0.0/serilog.sinks.file.5.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.http/9.0.0/serilog.sinks.http.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.seq/8.0.0/serilog.sinks.seq.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.extensions.hosting/9.0.0/serilog.extensions.hosting.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.extensions.logging/9.0.0/serilog.extensions.logging.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.formatting.compact/3.0.0/serilog.formatting.compact.3.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.settings.configuration/9.0.0/serilog.settings.configuration.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.console/6.1.1/serilog.sinks.console.6.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.debug/3.0.0/serilog.sinks.debug.3.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.file/7.0.0/serilog.sinks.file.7.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.http/9.2.0/serilog.sinks.http.9.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.seq/9.0.0/serilog.sinks.seq.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/stackexchange.redis/2.7.27/stackexchange.redis.2.7.27.nupkg.sha512", + "/home/runner/.nuget/packages/swashbuckle.aspnetcore/7.2.0/swashbuckle.aspnetcore.7.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/swashbuckle.aspnetcore.newtonsoft/7.2.0/swashbuckle.aspnetcore.newtonsoft.7.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/swashbuckle.aspnetcore.swagger/7.2.0/swashbuckle.aspnetcore.swagger.7.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/swashbuckle.aspnetcore.swaggergen/7.2.0/swashbuckle.aspnetcore.swaggergen.7.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/swashbuckle.aspnetcore.swaggerui/7.2.0/swashbuckle.aspnetcore.swaggerui.7.2.0.nupkg.sha512", "/home/runner/.nuget/packages/system.appcontext/4.3.0/system.appcontext.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.buffers/4.5.0/system.buffers.4.5.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.clientmodel/1.0.0/system.clientmodel.1.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.codedom/4.4.0/system.codedom.4.4.0.nupkg.sha512", "/home/runner/.nuget/packages/system.collections/4.3.0/system.collections.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.collections.concurrent/4.3.0/system.collections.concurrent.4.3.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.collections.immutable/6.0.0/system.collections.immutable.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.composition/6.0.0/system.composition.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.composition.attributedmodel/6.0.0/system.composition.attributedmodel.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.composition.convention/6.0.0/system.composition.convention.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.composition.hosting/6.0.0/system.composition.hosting.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.composition.runtime/6.0.0/system.composition.runtime.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.composition.typedparts/6.0.0/system.composition.typedparts.6.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.configuration.configurationmanager/8.0.0/system.configuration.configurationmanager.8.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.console/4.3.0/system.console.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.debug/4.3.0/system.diagnostics.debug.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.diagnostics.diagnosticsource/8.0.1/system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/system.diagnostics.eventlog/9.0.0/system.diagnostics.eventlog.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.diagnostics.diagnosticsource/10.0.0/system.diagnostics.diagnosticsource.10.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.diagnostics.eventlog/9.0.2/system.diagnostics.eventlog.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/system.diagnostics.performancecounter/6.0.0/system.diagnostics.performancecounter.6.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.process/4.3.0/system.diagnostics.process.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.tools/4.3.0/system.diagnostics.tools.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.tracing/4.3.0/system.diagnostics.tracing.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.globalization/4.3.0/system.globalization.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.globalization.calendars/4.3.0/system.globalization.calendars.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.globalization.extensions/4.3.0/system.globalization.extensions.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.identitymodel.tokens.jwt/6.35.0/system.identitymodel.tokens.jwt.6.35.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.identitymodel.tokens.jwt/8.6.0/system.identitymodel.tokens.jwt.8.6.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io/4.3.0/system.io.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io.compression/4.3.0/system.io.compression.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io.compression.zipfile/4.3.0/system.io.compression.zipfile.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io.filesystem/4.3.0/system.io.filesystem.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.io.filesystem.accesscontrol/5.0.0/system.io.filesystem.accesscontrol.5.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.io.filesystem.accesscontrol/4.7.0/system.io.filesystem.accesscontrol.4.7.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io.filesystem.primitives/4.3.0/system.io.filesystem.primitives.4.3.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.io.pipelines/6.0.3/system.io.pipelines.6.0.3.nupkg.sha512", "/home/runner/.nuget/packages/system.linq/4.3.0/system.linq.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.linq.expressions/4.3.0/system.linq.expressions.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.memory/4.5.5/system.memory.4.5.5.nupkg.sha512", @@ -141,11 +223,13 @@ "/home/runner/.nuget/packages/system.reflection.emit.ilgeneration/4.3.0/system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.reflection.emit.lightweight/4.3.0/system.reflection.emit.lightweight.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.reflection.extensions/4.3.0/system.reflection.extensions.4.3.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.reflection.metadata/6.0.1/system.reflection.metadata.6.0.1.nupkg.sha512", "/home/runner/.nuget/packages/system.reflection.primitives/4.3.0/system.reflection.primitives.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.reflection.typeextensions/4.3.0/system.reflection.typeextensions.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.resources.resourcemanager/4.3.0/system.resources.resourcemanager.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.runtime/4.3.0/system.runtime.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.runtime.caching/8.0.0/system.runtime.caching.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.runtime.compilerservices.unsafe/6.0.0/system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.runtime.extensions/4.3.0/system.runtime.extensions.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.runtime.handles/4.3.0/system.runtime.handles.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.runtime.interopservices/4.3.0/system.runtime.interopservices.4.3.0.nupkg.sha512", @@ -153,17 +237,20 @@ "/home/runner/.nuget/packages/system.runtime.numerics/4.3.0/system.runtime.numerics.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.runtime.serialization.json/4.0.2/system.runtime.serialization.json.4.0.2.nupkg.sha512", "/home/runner/.nuget/packages/system.runtime.serialization.primitives/4.1.1/system.runtime.serialization.primitives.4.1.1.nupkg.sha512", - "/home/runner/.nuget/packages/system.security.accesscontrol/5.0.0/system.security.accesscontrol.5.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.security.accesscontrol/4.7.0/system.security.accesscontrol.4.7.0.nupkg.sha512", "/home/runner/.nuget/packages/system.security.cryptography.algorithms/4.3.0/system.security.cryptography.algorithms.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.security.cryptography.cng/4.5.0/system.security.cryptography.cng.4.5.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.security.cryptography.cng/4.3.0/system.security.cryptography.cng.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.security.cryptography.csp/4.3.0/system.security.cryptography.csp.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.security.cryptography.encoding/4.3.0/system.security.cryptography.encoding.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.security.cryptography.openssl/4.3.0/system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.security.cryptography.pkcs/9.0.0/system.security.cryptography.pkcs.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.security.cryptography.primitives/4.3.0/system.security.cryptography.primitives.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.security.cryptography.protecteddata/8.0.0/system.security.cryptography.protecteddata.8.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.security.cryptography.x509certificates/4.3.0/system.security.cryptography.x509certificates.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.security.principal.windows/5.0.0/system.security.principal.windows.5.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.security.cryptography.xml/9.0.0/system.security.cryptography.xml.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.security.principal.windows/4.7.0/system.security.principal.windows.4.7.0.nupkg.sha512", "/home/runner/.nuget/packages/system.text.encoding/4.3.0/system.text.encoding.4.3.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.text.encoding.codepages/6.0.0/system.text.encoding.codepages.6.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.text.encoding.extensions/4.3.0/system.text.encoding.extensions.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.text.encodings.web/4.7.2/system.text.encodings.web.4.7.2.nupkg.sha512", "/home/runner/.nuget/packages/system.text.json/4.7.2/system.text.json.4.7.2.nupkg.sha512", @@ -175,10 +262,12 @@ "/home/runner/.nuget/packages/system.threading.thread/4.3.0/system.threading.thread.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.threading.threadpool/4.3.0/system.threading.threadpool.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.threading.timer/4.3.0/system.threading.timer.4.3.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.valuetuple/4.5.0/system.valuetuple.4.5.0.nupkg.sha512", "/home/runner/.nuget/packages/system.xml.readerwriter/4.3.0/system.xml.readerwriter.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.xml.xdocument/4.3.0/system.xml.xdocument.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.xml.xmldocument/4.0.1/system.xml.xmldocument.4.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/system.xml.xmlserializer/4.0.11/system.xml.xmlserializer.4.0.11.nupkg.sha512" + "/home/runner/.nuget/packages/system.xml.xmlserializer/4.0.11/system.xml.xmlserializer.4.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/yamldotnet/16.3.0/yamldotnet.16.3.0.nupkg.sha512" ], "logs": [] } \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.Domain/Ordering.Domain.csproj b/src/Services/Ordering/Ordering.Domain/Ordering.Domain.csproj index 7d0f03b7..1e0d58a3 100644 --- a/src/Services/Ordering/Ordering.Domain/Ordering.Domain.csproj +++ b/src/Services/Ordering/Ordering.Domain/Ordering.Domain.csproj @@ -3,8 +3,45 @@ net9.0 - - + + + + + + + + + + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Services/Ordering/Ordering.Domain/bin/Debug/net6.0/Ordering.Domain.deps.json b/src/Services/Ordering/Ordering.Domain/bin/Debug/net6.0/Ordering.Domain.deps.json deleted file mode 100644 index 6f52ab99..00000000 --- a/src/Services/Ordering/Ordering.Domain/bin/Debug/net6.0/Ordering.Domain.deps.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": { - "Ordering.Domain/1.0.0": { - "dependencies": { - "MediatR": "9.0.0", - "MediatR.Extensions.Microsoft.DependencyInjection": "9.0.0", - "System.Reflection.TypeExtensions": "4.7.0" - }, - "runtime": { - "Ordering.Domain.dll": {} - } - }, - "MediatR/9.0.0": { - "runtime": { - "lib/netstandard2.1/MediatR.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.0.0" - } - } - }, - "MediatR.Extensions.Microsoft.DependencyInjection/9.0.0": { - "dependencies": { - "MediatR": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/MediatR.Extensions.Microsoft.DependencyInjection.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.0.0" - } - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/2.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.17205" - } - } - }, - "System.Reflection.TypeExtensions/4.7.0": {} - } - }, - "libraries": { - "Ordering.Domain/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "MediatR/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-8b3UYNxegHVYcJMG2zH8wn+YqxLvXG+eMfj0cMCq/jTW72p6O3PCKMkrIv0mqyxdW7bA4gblsocw7n+/9Akg5g==", - "path": "mediatr/9.0.0", - "hashPath": "mediatr.9.0.0.nupkg.sha512" - }, - "MediatR.Extensions.Microsoft.DependencyInjection/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-msreY4ogiPdIRWiCQVHQDytIQpsZCLWsixWPZ+Xs86KZrvtuiV8BDHbIT0kBmogynVYWNpspb3caw+86YU8L6w==", - "path": "mediatr.extensions.microsoft.dependencyinjection/9.0.0", - "hashPath": "mediatr.extensions.microsoft.dependencyinjection.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eUdJ0Q/GfVyUJc0Jal5L1QZLceL78pvEM9wEKcHeI24KorqMDoVX+gWsMGLulQMfOwsUaPtkpQM2pFERTzSfSg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/2.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.2.0.0.nupkg.sha512" - }, - "System.Reflection.TypeExtensions/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VybpaOQQhqE6siHppMktjfGBw1GCwvCqiufqmP8F1nj7fTUNtW35LOEt3UZTEsECfo+ELAl/9o9nJx3U91i7vA==", - "path": "system.reflection.typeextensions/4.7.0", - "hashPath": "system.reflection.typeextensions.4.7.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.Domain/bin/Debug/net6.0/Ordering.Domain.dll b/src/Services/Ordering/Ordering.Domain/bin/Debug/net6.0/Ordering.Domain.dll deleted file mode 100644 index 1b8851e4..00000000 Binary files a/src/Services/Ordering/Ordering.Domain/bin/Debug/net6.0/Ordering.Domain.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.Domain/bin/Debug/net6.0/Ordering.Domain.pdb b/src/Services/Ordering/Ordering.Domain/bin/Debug/net6.0/Ordering.Domain.pdb deleted file mode 100644 index 69fd970a..00000000 Binary files a/src/Services/Ordering/Ordering.Domain/bin/Debug/net6.0/Ordering.Domain.pdb and /dev/null differ diff --git a/src/Services/Ordering/Ordering.Domain/bin/Debug/net9.0/Ordering.Domain.deps.json b/src/Services/Ordering/Ordering.Domain/bin/Debug/net9.0/Ordering.Domain.deps.json index 38dd72d5..6c903a25 100644 --- a/src/Services/Ordering/Ordering.Domain/bin/Debug/net9.0/Ordering.Domain.deps.json +++ b/src/Services/Ordering/Ordering.Domain/bin/Debug/net9.0/Ordering.Domain.deps.json @@ -8,87 +8,2812 @@ ".NETCoreApp,Version=v9.0": { "Ordering.Domain/1.0.0": { "dependencies": { - "MediatR": "11.1.0", - "MediatR.Extensions.Microsoft.DependencyInjection": "11.1.0" + "AspNetCore.HealthChecks.AzureServiceBus": "9.0.0", + "AspNetCore.HealthChecks.Rabbitmq": "8.0.2", + "AspNetCore.HealthChecks.Redis": "9.0.0", + "AspNetCore.HealthChecks.SqlServer": "9.0.0", + "AspNetCore.HealthChecks.UI": "9.0.0", + "AspNetCore.HealthChecks.UI.Client": "9.0.0", + "AspNetCore.HealthChecks.UI.InMemory.Storage": "9.0.0", + "AspNetCore.HealthChecks.Uris": "9.0.0", + "Autofac": "9.0.0", + "FluentValidation.AspNetCore": "11.3.0", + "Google.Protobuf": "3.33.1", + "Grpc.AspNetCore.Server": "2.71.0", + "Grpc.AspNetCore.Server.ClientFactory": "2.71.0", + "Grpc.Net.Client": "2.71.0", + "MediatR": "12.4.1", + "Microsoft.ApplicationInsights.AspNetCore": "2.23.0", + "Microsoft.ApplicationInsights.DependencyCollector": "2.23.0", + "Microsoft.ApplicationInsights.Kubernetes": "8.0.0", + "Microsoft.AspNetCore.DataProtection.StackExchangeRedis": "9.0.0", + "Microsoft.Extensions.Hosting": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.AzureAppServices": "9.0.0", + "Newtonsoft.Json": "13.0.4", + "Polly": "8.6.5", + "RabbitMQ.Client": "6.8.1", + "Serilog.AspNetCore": "9.0.0", + "Serilog.Settings.Configuration": "9.0.0", + "Serilog.Sinks.Console": "6.1.1", + "Serilog.Sinks.Http": "9.2.0", + "Serilog.Sinks.Seq": "9.0.0", + "Swashbuckle.AspNetCore": "7.2.0", + "Swashbuckle.AspNetCore.Newtonsoft": "7.2.0" }, "runtime": { "Ordering.Domain.dll": {} } }, - "MediatR/11.1.0": { + "AspNetCore.HealthChecks.AzureServiceBus/9.0.0": { "dependencies": { - "MediatR.Contracts": "1.0.1" + "Azure.Messaging.ServiceBus": "7.17.0" }, "runtime": { - "lib/netstandard2.1/MediatR.dll": { + "lib/net8.0/HealthChecks.AzureServiceBus.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.0.0" + } + } + }, + "AspNetCore.HealthChecks.Rabbitmq/8.0.2": { + "dependencies": { + "RabbitMQ.Client": "6.8.1" + }, + "runtime": { + "lib/net6.0/HealthChecks.Rabbitmq.dll": { + "assemblyVersion": "8.0.2.0", + "fileVersion": "8.0.2.0" + } + } + }, + "AspNetCore.HealthChecks.Redis/9.0.0": { + "dependencies": { + "StackExchange.Redis": "2.7.27" + }, + "runtime": { + "lib/net8.0/HealthChecks.Redis.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.0.0" + } + } + }, + "AspNetCore.HealthChecks.SqlServer/9.0.0": { + "dependencies": { + "Microsoft.Data.SqlClient": "5.2.2" + }, + "runtime": { + "lib/net8.0/HealthChecks.SqlServer.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.0.0" + } + } + }, + "AspNetCore.HealthChecks.UI/9.0.0": { + "dependencies": { + "AspNetCore.HealthChecks.UI.Data": "9.0.0", + "KubernetesClient": "17.0.14", + "Microsoft.EntityFrameworkCore.Design": "8.0.11" + }, + "runtime": { + "lib/net8.0/HealthChecks.UI.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.0.0" + } + } + }, + "AspNetCore.HealthChecks.UI.Client/9.0.0": { + "dependencies": { + "AspNetCore.HealthChecks.UI.Core": "9.0.0" + }, + "runtime": { + "lib/net8.0/HealthChecks.UI.Client.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.0.0" + } + } + }, + "AspNetCore.HealthChecks.UI.Core/9.0.0": { + "runtime": { + "lib/net8.0/HealthChecks.UI.Core.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.0.0" + } + } + }, + "AspNetCore.HealthChecks.UI.Data/9.0.0": { + "dependencies": { + "AspNetCore.HealthChecks.UI.Core": "9.0.0", + "Microsoft.EntityFrameworkCore": "8.0.11" + }, + "runtime": { + "lib/net8.0/HealthChecks.UI.Data.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.0.0" + } + } + }, + "AspNetCore.HealthChecks.UI.InMemory.Storage/9.0.0": { + "dependencies": { + "AspNetCore.HealthChecks.UI.Data": "9.0.0", + "Microsoft.EntityFrameworkCore.InMemory": "8.0.11" + }, + "runtime": { + "lib/net8.0/HealthChecks.UI.InMemory.Storage.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.0.0" + } + } + }, + "AspNetCore.HealthChecks.Uris/9.0.0": { + "runtime": { + "lib/net8.0/HealthChecks.Uris.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.0.0" + } + } + }, + "Autofac/9.0.0": { + "dependencies": { + "System.Diagnostics.DiagnosticSource": "10.0.0" + }, + "runtime": { + "lib/net8.0/Autofac.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.0.0" + } + } + }, + "Azure.Core/1.38.0": { + "dependencies": { + "Microsoft.Bcl.AsyncInterfaces": "6.0.0", + "System.ClientModel": "1.0.0", + "System.Diagnostics.DiagnosticSource": "10.0.0", + "System.Memory.Data": "1.0.2" + }, + "runtime": { + "lib/net6.0/Azure.Core.dll": { + "assemblyVersion": "1.38.0.0", + "fileVersion": "1.3800.24.12602" + } + } + }, + "Azure.Core.Amqp/1.3.0": { + "dependencies": { + "Microsoft.Azure.Amqp": "2.6.3", + "System.Memory.Data": "1.0.2" + }, + "runtime": { + "lib/netstandard2.0/Azure.Core.Amqp.dll": { + "assemblyVersion": "1.3.0.0", + "fileVersion": "1.300.23.15207" + } + } + }, + "Azure.Identity/1.11.4": { + "dependencies": { + "Azure.Core": "1.38.0", + "Microsoft.Identity.Client": "4.61.3", + "Microsoft.Identity.Client.Extensions.Msal": "4.61.3", + "System.Security.Cryptography.ProtectedData": "8.0.0" + }, + "runtime": { + "lib/netstandard2.0/Azure.Identity.dll": { + "assemblyVersion": "1.11.4.0", + "fileVersion": "1.1100.424.31005" + } + } + }, + "Azure.Messaging.ServiceBus/7.17.0": { + "dependencies": { + "Azure.Core": "1.38.0", + "Azure.Core.Amqp": "1.3.0", + "Microsoft.Azure.Amqp": "2.6.3", + "Microsoft.Bcl.AsyncInterfaces": "6.0.0", + "System.Memory.Data": "1.0.2" + }, + "runtime": { + "lib/netstandard2.0/Azure.Messaging.ServiceBus.dll": { + "assemblyVersion": "7.17.0.0", + "fileVersion": "7.1700.23.56401" + } + } + }, + "FluentValidation/11.5.1": { + "runtime": { + "lib/net7.0/FluentValidation.dll": { "assemblyVersion": "11.0.0.0", - "fileVersion": "11.1.0.0" + "fileVersion": "11.5.1.0" } } }, - "MediatR.Contracts/1.0.1": { + "FluentValidation.AspNetCore/11.3.0": { + "dependencies": { + "FluentValidation": "11.5.1", + "FluentValidation.DependencyInjectionExtensions": "11.5.1" + }, "runtime": { - "lib/netstandard2.0/MediatR.Contracts.dll": { - "assemblyVersion": "1.0.1.0", - "fileVersion": "1.0.1.0" + "lib/net6.0/FluentValidation.AspNetCore.dll": { + "assemblyVersion": "11.0.0.0", + "fileVersion": "11.3.0.0" } } }, - "MediatR.Extensions.Microsoft.DependencyInjection/11.1.0": { + "FluentValidation.DependencyInjectionExtensions/11.5.1": { "dependencies": { - "MediatR": "11.1.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" + "FluentValidation": "11.5.1", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2" }, "runtime": { - "lib/netstandard2.1/MediatR.Extensions.Microsoft.DependencyInjection.dll": { + "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.dll": { "assemblyVersion": "11.0.0.0", - "fileVersion": "11.1.0.0" + "fileVersion": "11.5.1.0" } } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": { + "Fractions/7.3.0": { "runtime": { - "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" + "lib/netstandard2.1/Fractions.dll": { + "assemblyVersion": "7.3.0.0", + "fileVersion": "7.3.0.0" } } - } - } - }, - "libraries": { - "Ordering.Domain/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" + }, + "Google.Protobuf/3.33.1": { + "runtime": { + "lib/net5.0/Google.Protobuf.dll": { + "assemblyVersion": "3.33.1.0", + "fileVersion": "3.33.1.0" + } + } + }, + "Grpc.AspNetCore.Server/2.71.0": { + "dependencies": { + "Grpc.Net.Common": "2.71.0" + }, + "runtime": { + "lib/net9.0/Grpc.AspNetCore.Server.dll": { + "assemblyVersion": "2.0.0.0", + "fileVersion": "2.71.0.0" + } + } + }, + "Grpc.AspNetCore.Server.ClientFactory/2.71.0": { + "dependencies": { + "Grpc.AspNetCore.Server": "2.71.0", + "Grpc.Net.ClientFactory": "2.71.0" + }, + "runtime": { + "lib/net9.0/Grpc.AspNetCore.Server.ClientFactory.dll": { + "assemblyVersion": "2.0.0.0", + "fileVersion": "2.71.0.0" + } + } + }, + "Grpc.Core.Api/2.71.0": { + "runtime": { + "lib/netstandard2.1/Grpc.Core.Api.dll": { + "assemblyVersion": "2.0.0.0", + "fileVersion": "2.71.0.0" + } + } + }, + "Grpc.Net.Client/2.71.0": { + "dependencies": { + "Grpc.Net.Common": "2.71.0", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2" + }, + "runtime": { + "lib/net8.0/Grpc.Net.Client.dll": { + "assemblyVersion": "2.0.0.0", + "fileVersion": "2.71.0.0" + } + } + }, + "Grpc.Net.ClientFactory/2.71.0": { + "dependencies": { + "Grpc.Net.Client": "2.71.0" + }, + "runtime": { + "lib/net8.0/Grpc.Net.ClientFactory.dll": { + "assemblyVersion": "2.0.0.0", + "fileVersion": "2.71.0.0" + } + } + }, + "Grpc.Net.Common/2.71.0": { + "dependencies": { + "Grpc.Core.Api": "2.71.0" + }, + "runtime": { + "lib/net8.0/Grpc.Net.Common.dll": { + "assemblyVersion": "2.0.0.0", + "fileVersion": "2.71.0.0" + } + } + }, + "Humanizer.Core/2.14.1": { + "runtime": { + "lib/net6.0/Humanizer.dll": { + "assemblyVersion": "2.14.0.0", + "fileVersion": "2.14.1.48190" + } + } + }, + "KubernetesClient/17.0.14": { + "dependencies": { + "Fractions": "7.3.0", + "YamlDotNet": "16.3.0" + }, + "runtime": { + "lib/net9.0/KubernetesClient.dll": { + "assemblyVersion": "17.0.0.0", + "fileVersion": "17.0.14.27055" + } + } + }, + "MediatR/12.4.1": { + "dependencies": { + "MediatR.Contracts": "2.0.1", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2" + }, + "runtime": { + "lib/net6.0/MediatR.dll": { + "assemblyVersion": "12.0.0.0", + "fileVersion": "12.4.1.0" + } + } + }, + "MediatR.Contracts/2.0.1": { + "runtime": { + "lib/netstandard2.0/MediatR.Contracts.dll": { + "assemblyVersion": "2.0.1.0", + "fileVersion": "2.0.1.0" + } + } + }, + "Microsoft.ApplicationInsights/2.23.0": { + "dependencies": { + "System.Diagnostics.DiagnosticSource": "10.0.0" + }, + "runtime": { + "lib/netstandard2.0/Microsoft.ApplicationInsights.dll": { + "assemblyVersion": "2.23.0.29", + "fileVersion": "2.23.0.29" + } + } + }, + "Microsoft.ApplicationInsights.AspNetCore/2.23.0": { + "dependencies": { + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.ApplicationInsights.DependencyCollector": "2.23.0", + "Microsoft.ApplicationInsights.EventCounterCollector": "2.23.0", + "Microsoft.ApplicationInsights.PerfCounterCollector": "2.23.0", + "Microsoft.ApplicationInsights.WindowsServer": "2.23.0", + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.23.0", + "Microsoft.Extensions.Configuration.Json": "9.0.2", + "Microsoft.Extensions.Logging.ApplicationInsights": "2.23.0" + }, + "runtime": { + "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.dll": { + "assemblyVersion": "2.23.0.29", + "fileVersion": "2.23.0.29" + } + } + }, + "Microsoft.ApplicationInsights.DependencyCollector/2.23.0": { + "dependencies": { + "Microsoft.ApplicationInsights": "2.23.0", + "System.Diagnostics.DiagnosticSource": "10.0.0" + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AI.DependencyCollector.dll": { + "assemblyVersion": "2.23.0.29", + "fileVersion": "2.23.0.29" + } + } + }, + "Microsoft.ApplicationInsights.EventCounterCollector/2.23.0": { + "dependencies": { + "Microsoft.ApplicationInsights": "2.23.0" + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.dll": { + "assemblyVersion": "2.23.0.29", + "fileVersion": "2.23.0.29" + } + } + }, + "Microsoft.ApplicationInsights.Kubernetes/8.0.0": { + "dependencies": { + "KubernetesClient": "17.0.14", + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.DependencyInjection": "9.0.2", + "Microsoft.Extensions.DiagnosticAdapter": "3.1.32", + "Microsoft.Extensions.Hosting": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.2", + "System.IdentityModel.Tokens.Jwt": "8.6.0" + }, + "runtime": { + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.0.0" + } + } + }, + "Microsoft.ApplicationInsights.PerfCounterCollector/2.23.0": { + "dependencies": { + "Microsoft.ApplicationInsights": "2.23.0", + "System.Diagnostics.PerformanceCounter": "6.0.0" + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.dll": { + "assemblyVersion": "2.23.0.29", + "fileVersion": "2.23.0.29" + } + } + }, + "Microsoft.ApplicationInsights.WindowsServer/2.23.0": { + "dependencies": { + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.ApplicationInsights.DependencyCollector": "2.23.0", + "Microsoft.ApplicationInsights.PerfCounterCollector": "2.23.0", + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.23.0", + "System.Diagnostics.DiagnosticSource": "10.0.0" + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AI.WindowsServer.dll": { + "assemblyVersion": "2.23.0.29", + "fileVersion": "2.23.0.29" + } + } + }, + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.23.0": { + "dependencies": { + "Microsoft.ApplicationInsights": "2.23.0" + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.dll": { + "assemblyVersion": "2.23.0.29", + "fileVersion": "2.23.0.29" + } + } + }, + "Microsoft.AspNetCore.DataProtection.StackExchangeRedis/9.0.0": { + "dependencies": { + "StackExchange.Redis": "2.7.27" + }, + "runtime": { + "lib/net9.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.24.52903" + } + } + }, + "Microsoft.AspNetCore.JsonPatch/9.0.0": { + "dependencies": { + "Newtonsoft.Json": "13.0.4" + }, + "runtime": { + "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.24.52903" + } + } + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { + "dependencies": { + "Microsoft.AspNetCore.JsonPatch": "9.0.0", + "Newtonsoft.Json": "13.0.4", + "Newtonsoft.Json.Bson": "1.0.2" + }, + "runtime": { + "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.24.52903" + } + } + }, + "Microsoft.Azure.Amqp/2.6.3": { + "runtime": { + "lib/netstandard2.0/Microsoft.Azure.Amqp.dll": { + "assemblyVersion": "2.4.0.0", + "fileVersion": "2.6.3.0" + } + } + }, + "Microsoft.Bcl.AsyncInterfaces/6.0.0": { + "runtime": { + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + } + } + }, + "Microsoft.CodeAnalysis.Common/4.5.0": { + "runtime": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": { + "assemblyVersion": "4.5.0.0", + "fileVersion": "4.500.23.10905" + } + }, + "resources": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp/4.5.0": { + "dependencies": { + "Microsoft.CodeAnalysis.Common": "4.5.0" + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": { + "assemblyVersion": "4.5.0.0", + "fileVersion": "4.500.23.10905" + } + }, + "resources": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp.Workspaces/4.5.0": { + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.CSharp": "4.5.0", + "Microsoft.CodeAnalysis.Common": "4.5.0", + "Microsoft.CodeAnalysis.Workspaces.Common": "4.5.0" + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "assemblyVersion": "4.5.0.0", + "fileVersion": "4.500.23.10905" + } + }, + "resources": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.Workspaces.Common/4.5.0": { + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.Bcl.AsyncInterfaces": "6.0.0", + "Microsoft.CodeAnalysis.Common": "4.5.0", + "System.Composition": "6.0.0" + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.dll": { + "assemblyVersion": "4.5.0.0", + "fileVersion": "4.500.23.10905" + } + }, + "resources": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.Data.SqlClient/5.2.2": { + "dependencies": { + "Azure.Identity": "1.11.4", + "Microsoft.Data.SqlClient.SNI.runtime": "5.2.0", + "Microsoft.Identity.Client": "4.61.3", + "Microsoft.IdentityModel.JsonWebTokens": "8.6.0", + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0", + "Microsoft.SqlServer.Server": "1.0.0", + "System.Configuration.ConfigurationManager": "8.0.0", + "System.Runtime.Caching": "8.0.0" + }, + "runtime": { + "lib/net8.0/Microsoft.Data.SqlClient.dll": { + "assemblyVersion": "5.0.0.0", + "fileVersion": "5.22.24240.6" + } + }, + "resources": { + "lib/net8.0/de/Microsoft.Data.SqlClient.resources.dll": { + "locale": "de" + }, + "lib/net8.0/es/Microsoft.Data.SqlClient.resources.dll": { + "locale": "es" + }, + "lib/net8.0/fr/Microsoft.Data.SqlClient.resources.dll": { + "locale": "fr" + }, + "lib/net8.0/it/Microsoft.Data.SqlClient.resources.dll": { + "locale": "it" + }, + "lib/net8.0/ja/Microsoft.Data.SqlClient.resources.dll": { + "locale": "ja" + }, + "lib/net8.0/ko/Microsoft.Data.SqlClient.resources.dll": { + "locale": "ko" + }, + "lib/net8.0/pt-BR/Microsoft.Data.SqlClient.resources.dll": { + "locale": "pt-BR" + }, + "lib/net8.0/ru/Microsoft.Data.SqlClient.resources.dll": { + "locale": "ru" + }, + "lib/net8.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net8.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll": { + "locale": "zh-Hant" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll": { + "rid": "unix", + "assetType": "runtime", + "assemblyVersion": "5.0.0.0", + "fileVersion": "5.22.24240.6" + }, + "runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "5.0.0.0", + "fileVersion": "5.22.24240.6" + } + } + }, + "Microsoft.Data.SqlClient.SNI.runtime/5.2.0": { + "runtimeTargets": { + "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { + "rid": "win-arm", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { + "rid": "win-arm64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { + "rid": "win-x64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { + "rid": "win-x86", + "assetType": "native", + "fileVersion": "0.0.0.0" + } + } + }, + "Microsoft.EntityFrameworkCore/8.0.11": { + "dependencies": { + "Microsoft.EntityFrameworkCore.Abstractions": "8.0.11", + "Microsoft.Extensions.Logging": "9.0.2" + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "assemblyVersion": "8.0.11.0", + "fileVersion": "8.0.1124.52104" + } + } + }, + "Microsoft.EntityFrameworkCore.Abstractions/8.0.11": { + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "assemblyVersion": "8.0.11.0", + "fileVersion": "8.0.1124.52104" + } + } + }, + "Microsoft.EntityFrameworkCore.Design/8.0.11": { + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.5.0", + "Microsoft.EntityFrameworkCore.Relational": "8.0.11", + "Microsoft.Extensions.DependencyModel": "9.0.0", + "Mono.TextTemplating": "2.2.1" + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Design.dll": { + "assemblyVersion": "8.0.11.0", + "fileVersion": "8.0.1124.52104" + } + } + }, + "Microsoft.EntityFrameworkCore.InMemory/8.0.11": { + "dependencies": { + "Microsoft.EntityFrameworkCore": "8.0.11" + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.InMemory.dll": { + "assemblyVersion": "8.0.11.0", + "fileVersion": "8.0.1124.52104" + } + } + }, + "Microsoft.EntityFrameworkCore.Relational/8.0.11": { + "dependencies": { + "Microsoft.EntityFrameworkCore": "8.0.11", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.7" + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": { + "assemblyVersion": "8.0.11.0", + "fileVersion": "8.0.1124.52104" + } + } + }, + "Microsoft.Extensions.Configuration/9.0.2": { + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "9.0.7", + "Microsoft.Extensions.Primitives": "9.0.7" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Configuration.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.225.6610" + } + } + }, + "Microsoft.Extensions.Configuration.Abstractions/9.0.7": { + "dependencies": { + "Microsoft.Extensions.Primitives": "9.0.7" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.725.31616" + } + } + }, + "Microsoft.Extensions.Configuration.Binder/9.0.2": { + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "9.0.7" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Configuration.Binder.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.225.6610" + } + } + }, + "Microsoft.Extensions.Configuration.CommandLine/9.0.2": { + "dependencies": { + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.7" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.225.6610" + } + } + }, + "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.2": { + "dependencies": { + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.7" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.225.6610" + } + } + }, + "Microsoft.Extensions.Configuration.FileExtensions/9.0.2": { + "dependencies": { + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.7", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Physical": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.7" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.225.6610" + } + } + }, + "Microsoft.Extensions.Configuration.Json/9.0.2": { + "dependencies": { + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.7", + "Microsoft.Extensions.Configuration.FileExtensions": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Configuration.Json.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.225.6610" + } + } + }, + "Microsoft.Extensions.Configuration.UserSecrets/9.0.2": { + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "9.0.7", + "Microsoft.Extensions.Configuration.Json": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Physical": "9.0.2" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.225.6610" + } + } + }, + "Microsoft.Extensions.DependencyInjection/9.0.2": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.225.6610" + } + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.2": { + "runtime": { + "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.225.6610" + } + } + }, + "Microsoft.Extensions.DependencyModel/9.0.0": { + "runtime": { + "lib/net9.0/Microsoft.Extensions.DependencyModel.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.24.52809" + } + } + }, + "Microsoft.Extensions.DiagnosticAdapter/3.1.32": { + "dependencies": { + "System.Diagnostics.DiagnosticSource": "10.0.0" + }, + "runtime": { + "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll": { + "assemblyVersion": "3.1.32.0", + "fileVersion": "3.100.3222.56602" + } + } + }, + "Microsoft.Extensions.Diagnostics/9.0.2": { + "dependencies": { + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.2", + "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.2" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.225.6610" + } + } + }, + "Microsoft.Extensions.Diagnostics.Abstractions/9.0.2": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.225.6610" + } + } + }, + "Microsoft.Extensions.FileProviders.Abstractions/9.0.2": { + "dependencies": { + "Microsoft.Extensions.Primitives": "9.0.7" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.225.6610" + } + } + }, + "Microsoft.Extensions.FileProviders.Physical/9.0.2": { + "dependencies": { + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileSystemGlobbing": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.7" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.225.6610" + } + } + }, + "Microsoft.Extensions.FileSystemGlobbing/9.0.2": { + "runtime": { + "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.225.6610" + } + } + }, + "Microsoft.Extensions.Hosting/9.0.2": { + "dependencies": { + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.7", + "Microsoft.Extensions.Configuration.Binder": "9.0.2", + "Microsoft.Extensions.Configuration.CommandLine": "9.0.2", + "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.2", + "Microsoft.Extensions.Configuration.FileExtensions": "9.0.2", + "Microsoft.Extensions.Configuration.Json": "9.0.2", + "Microsoft.Extensions.Configuration.UserSecrets": "9.0.2", + "Microsoft.Extensions.DependencyInjection": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Diagnostics": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Physical": "9.0.2", + "Microsoft.Extensions.Hosting.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.Configuration": "9.0.2", + "Microsoft.Extensions.Logging.Console": "9.0.2", + "Microsoft.Extensions.Logging.Debug": "9.0.2", + "Microsoft.Extensions.Logging.EventLog": "9.0.2", + "Microsoft.Extensions.Logging.EventSource": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Hosting.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.225.6610" + } + } + }, + "Microsoft.Extensions.Hosting.Abstractions/9.0.2": { + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "9.0.7", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.225.6610" + } + } + }, + "Microsoft.Extensions.Logging/9.0.2": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Logging.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.225.6610" + } + } + }, + "Microsoft.Extensions.Logging.Abstractions/9.0.2": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.225.6610" + } + } + }, + "Microsoft.Extensions.Logging.ApplicationInsights/2.23.0": { + "dependencies": { + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.Extensions.Logging": "9.0.2" + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.dll": { + "assemblyVersion": "2.23.0.29", + "fileVersion": "2.23.0.29" + } + } + }, + "Microsoft.Extensions.Logging.AzureAppServices/9.0.0": { + "dependencies": { + "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.2", + "Microsoft.Extensions.Configuration.Json": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.Configuration": "9.0.2" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.24.52903" + } + } + }, + "Microsoft.Extensions.Logging.Configuration/9.0.2": { + "dependencies": { + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.7", + "Microsoft.Extensions.Configuration.Binder": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.2" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Logging.Configuration.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.225.6610" + } + } + }, + "Microsoft.Extensions.Logging.Console/9.0.2": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.Configuration": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Logging.Console.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.225.6610" + } + } + }, + "Microsoft.Extensions.Logging.Debug/9.0.2": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Logging.Debug.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.225.6610" + } + } + }, + "Microsoft.Extensions.Logging.EventLog/9.0.2": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "System.Diagnostics.EventLog": "9.0.2" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Logging.EventLog.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.225.6610" + } + } + }, + "Microsoft.Extensions.Logging.EventSource/9.0.2": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.7" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Logging.EventSource.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.225.6610" + } + } + }, + "Microsoft.Extensions.Options/9.0.2": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.7" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Options.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.225.6610" + } + } + }, + "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.2": { + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "9.0.7", + "Microsoft.Extensions.Configuration.Binder": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.7" + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.225.6610" + } + } + }, + "Microsoft.Extensions.Primitives/9.0.7": { + "runtime": { + "lib/net9.0/Microsoft.Extensions.Primitives.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.725.31616" + } + } + }, + "Microsoft.Identity.Client/4.61.3": { + "dependencies": { + "Microsoft.IdentityModel.Abstractions": "8.6.0", + "System.Diagnostics.DiagnosticSource": "10.0.0" + }, + "runtime": { + "lib/net6.0/Microsoft.Identity.Client.dll": { + "assemblyVersion": "4.61.3.0", + "fileVersion": "4.61.3.0" + } + } + }, + "Microsoft.Identity.Client.Extensions.Msal/4.61.3": { + "dependencies": { + "Microsoft.Identity.Client": "4.61.3", + "System.Security.Cryptography.ProtectedData": "8.0.0" + }, + "runtime": { + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": { + "assemblyVersion": "4.61.3.0", + "fileVersion": "4.61.3.0" + } + } + }, + "Microsoft.IdentityModel.Abstractions/8.6.0": { + "runtime": { + "lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": { + "assemblyVersion": "8.6.0.0", + "fileVersion": "8.6.0.60222" + } + } + }, + "Microsoft.IdentityModel.JsonWebTokens/8.6.0": { + "dependencies": { + "Microsoft.IdentityModel.Tokens": "8.6.0" + }, + "runtime": { + "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "assemblyVersion": "8.6.0.0", + "fileVersion": "8.6.0.60222" + } + } + }, + "Microsoft.IdentityModel.Logging/8.6.0": { + "dependencies": { + "Microsoft.IdentityModel.Abstractions": "8.6.0" + }, + "runtime": { + "lib/net9.0/Microsoft.IdentityModel.Logging.dll": { + "assemblyVersion": "8.6.0.0", + "fileVersion": "8.6.0.60222" + } + } + }, + "Microsoft.IdentityModel.Protocols/6.35.0": { + "dependencies": { + "Microsoft.IdentityModel.Logging": "8.6.0", + "Microsoft.IdentityModel.Tokens": "8.6.0" + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { + "assemblyVersion": "6.35.0.0", + "fileVersion": "6.35.0.41201" + } + } + }, + "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { + "dependencies": { + "Microsoft.IdentityModel.Protocols": "6.35.0", + "System.IdentityModel.Tokens.Jwt": "8.6.0" + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "assemblyVersion": "6.35.0.0", + "fileVersion": "6.35.0.41201" + } + } + }, + "Microsoft.IdentityModel.Tokens/8.6.0": { + "dependencies": { + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.IdentityModel.Logging": "8.6.0" + }, + "runtime": { + "lib/net9.0/Microsoft.IdentityModel.Tokens.dll": { + "assemblyVersion": "8.6.0.0", + "fileVersion": "8.6.0.60222" + } + } + }, + "Microsoft.OpenApi/1.6.22": { + "runtime": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "assemblyVersion": "1.6.22.0", + "fileVersion": "1.6.22.0" + } + } + }, + "Microsoft.SqlServer.Server/1.0.0": { + "runtime": { + "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.0.0.0" + } + } + }, + "Mono.TextTemplating/2.2.1": { + "dependencies": { + "System.CodeDom": "4.4.0" + }, + "runtime": { + "lib/netstandard2.0/Mono.TextTemplating.dll": { + "assemblyVersion": "2.2.0.0", + "fileVersion": "2.2.1.1" + } + } + }, + "Newtonsoft.Json/13.0.4": { + "runtime": { + "lib/net6.0/Newtonsoft.Json.dll": { + "assemblyVersion": "13.0.0.0", + "fileVersion": "13.0.4.30916" + } + } + }, + "Newtonsoft.Json.Bson/1.0.2": { + "dependencies": { + "Newtonsoft.Json": "13.0.4" + }, + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.0.2.22727" + } + } + }, + "Pipelines.Sockets.Unofficial/2.2.8": { + "runtime": { + "lib/net5.0/Pipelines.Sockets.Unofficial.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "2.2.8.1080" + } + } + }, + "Polly/8.6.5": { + "dependencies": { + "Polly.Core": "8.6.5" + }, + "runtime": { + "lib/net6.0/Polly.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.6.5.5194" + } + } + }, + "Polly.Core/8.6.5": { + "runtime": { + "lib/net8.0/Polly.Core.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.6.5.5194" + } + } + }, + "RabbitMQ.Client/6.8.1": { + "runtime": { + "lib/netstandard2.0/RabbitMQ.Client.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.8.1.0" + } + } + }, + "Serilog/4.2.0": { + "runtime": { + "lib/net9.0/Serilog.dll": { + "assemblyVersion": "4.2.0.0", + "fileVersion": "4.2.0.0" + } + } + }, + "Serilog.AspNetCore/9.0.0": { + "dependencies": { + "Serilog": "4.2.0", + "Serilog.Extensions.Hosting": "9.0.0", + "Serilog.Formatting.Compact": "3.0.0", + "Serilog.Settings.Configuration": "9.0.0", + "Serilog.Sinks.Console": "6.1.1", + "Serilog.Sinks.Debug": "3.0.0", + "Serilog.Sinks.File": "7.0.0" + }, + "runtime": { + "lib/net9.0/Serilog.AspNetCore.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.0.0" + } + } + }, + "Serilog.Extensions.Hosting/9.0.0": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Hosting.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Serilog": "4.2.0", + "Serilog.Extensions.Logging": "9.0.0" + }, + "runtime": { + "lib/net9.0/Serilog.Extensions.Hosting.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.0.0" + } + } + }, + "Serilog.Extensions.Logging/9.0.0": { + "dependencies": { + "Microsoft.Extensions.Logging": "9.0.2", + "Serilog": "4.2.0" + }, + "runtime": { + "lib/net9.0/Serilog.Extensions.Logging.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.0.0" + } + } + }, + "Serilog.Formatting.Compact/3.0.0": { + "dependencies": { + "Serilog": "4.2.0" + }, + "runtime": { + "lib/net8.0/Serilog.Formatting.Compact.dll": { + "assemblyVersion": "3.0.0.0", + "fileVersion": "3.0.0.0" + } + } + }, + "Serilog.Settings.Configuration/9.0.0": { + "dependencies": { + "Microsoft.Extensions.Configuration.Binder": "9.0.2", + "Microsoft.Extensions.DependencyModel": "9.0.0", + "Serilog": "4.2.0" + }, + "runtime": { + "lib/net9.0/Serilog.Settings.Configuration.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.0.0" + } + } + }, + "Serilog.Sinks.Console/6.1.1": { + "dependencies": { + "Serilog": "4.2.0" + }, + "runtime": { + "lib/net8.0/Serilog.Sinks.Console.dll": { + "assemblyVersion": "6.1.1.0", + "fileVersion": "6.1.1.0" + } + } + }, + "Serilog.Sinks.Debug/3.0.0": { + "dependencies": { + "Serilog": "4.2.0" + }, + "runtime": { + "lib/net8.0/Serilog.Sinks.Debug.dll": { + "assemblyVersion": "3.0.0.0", + "fileVersion": "3.0.0.0" + } + } + }, + "Serilog.Sinks.File/7.0.0": { + "dependencies": { + "Serilog": "4.2.0" + }, + "runtime": { + "lib/net9.0/Serilog.Sinks.File.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.0.0" + } + } + }, + "Serilog.Sinks.Http/9.2.0": { + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "9.0.7", + "Serilog.Sinks.File": "7.0.0" + }, + "runtime": { + "lib/netstandard2.1/Serilog.Sinks.Http.dll": { + "assemblyVersion": "9.2.0.0", + "fileVersion": "9.2.0.0" + } + } + }, + "Serilog.Sinks.Seq/9.0.0": { + "dependencies": { + "Serilog": "4.2.0", + "Serilog.Sinks.File": "7.0.0" + }, + "runtime": { + "lib/net6.0/Serilog.Sinks.Seq.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.0.0" + } + } + }, + "StackExchange.Redis/2.7.27": { + "dependencies": { + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Pipelines.Sockets.Unofficial": "2.2.8" + }, + "runtime": { + "lib/net6.0/StackExchange.Redis.dll": { + "assemblyVersion": "2.0.0.0", + "fileVersion": "2.7.27.49176" + } + } + }, + "Swashbuckle.AspNetCore/7.2.0": { + "dependencies": { + "Swashbuckle.AspNetCore.Swagger": "7.2.0", + "Swashbuckle.AspNetCore.SwaggerGen": "7.2.0", + "Swashbuckle.AspNetCore.SwaggerUI": "7.2.0" + } + }, + "Swashbuckle.AspNetCore.Newtonsoft/7.2.0": { + "dependencies": { + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "9.0.0", + "Swashbuckle.AspNetCore.SwaggerGen": "7.2.0" + }, + "runtime": { + "lib/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll": { + "assemblyVersion": "7.2.0.0", + "fileVersion": "7.2.0.956" + } + } + }, + "Swashbuckle.AspNetCore.Swagger/7.2.0": { + "dependencies": { + "Microsoft.OpenApi": "1.6.22" + }, + "runtime": { + "lib/net9.0/Swashbuckle.AspNetCore.Swagger.dll": { + "assemblyVersion": "7.2.0.0", + "fileVersion": "7.2.0.956" + } + } + }, + "Swashbuckle.AspNetCore.SwaggerGen/7.2.0": { + "dependencies": { + "Swashbuckle.AspNetCore.Swagger": "7.2.0" + }, + "runtime": { + "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "assemblyVersion": "7.2.0.0", + "fileVersion": "7.2.0.956" + } + } + }, + "Swashbuckle.AspNetCore.SwaggerUI/7.2.0": { + "runtime": { + "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "assemblyVersion": "7.2.0.0", + "fileVersion": "7.2.0.956" + } + } + }, + "System.ClientModel/1.0.0": { + "dependencies": { + "System.Memory.Data": "1.0.2" + }, + "runtime": { + "lib/net6.0/System.ClientModel.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.0.24.5302" + } + } + }, + "System.CodeDom/4.4.0": { + "runtime": { + "lib/netstandard2.0/System.CodeDom.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "4.6.25519.3" + } + } + }, + "System.Composition/6.0.0": { + "dependencies": { + "System.Composition.AttributedModel": "6.0.0", + "System.Composition.Convention": "6.0.0", + "System.Composition.Hosting": "6.0.0", + "System.Composition.Runtime": "6.0.0", + "System.Composition.TypedParts": "6.0.0" + } + }, + "System.Composition.AttributedModel/6.0.0": { + "runtime": { + "lib/net6.0/System.Composition.AttributedModel.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + } + } + }, + "System.Composition.Convention/6.0.0": { + "dependencies": { + "System.Composition.AttributedModel": "6.0.0" + }, + "runtime": { + "lib/net6.0/System.Composition.Convention.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + } + } + }, + "System.Composition.Hosting/6.0.0": { + "dependencies": { + "System.Composition.Runtime": "6.0.0" + }, + "runtime": { + "lib/net6.0/System.Composition.Hosting.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + } + } + }, + "System.Composition.Runtime/6.0.0": { + "runtime": { + "lib/net6.0/System.Composition.Runtime.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + } + } + }, + "System.Composition.TypedParts/6.0.0": { + "dependencies": { + "System.Composition.AttributedModel": "6.0.0", + "System.Composition.Hosting": "6.0.0", + "System.Composition.Runtime": "6.0.0" + }, + "runtime": { + "lib/net6.0/System.Composition.TypedParts.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + } + } + }, + "System.Configuration.ConfigurationManager/8.0.0": { + "dependencies": { + "System.Diagnostics.EventLog": "9.0.2", + "System.Security.Cryptography.ProtectedData": "8.0.0" + }, + "runtime": { + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53103" + } + } + }, + "System.Diagnostics.DiagnosticSource/10.0.0": { + "runtime": { + "lib/net9.0/System.Diagnostics.DiagnosticSource.dll": { + "assemblyVersion": "10.0.0.0", + "fileVersion": "10.0.25.52411" + } + } + }, + "System.Diagnostics.EventLog/9.0.2": { + "runtime": { + "lib/net9.0/System.Diagnostics.EventLog.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.225.6610" + } + }, + "runtimeTargets": { + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.225.6610" + }, + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.225.6610" + } + } + }, + "System.Diagnostics.PerformanceCounter/6.0.0": { + "dependencies": { + "System.Configuration.ConfigurationManager": "8.0.0" + }, + "runtime": { + "lib/net6.0/System.Diagnostics.PerformanceCounter.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + } + }, + "runtimeTargets": { + "runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + } + } + }, + "System.IdentityModel.Tokens.Jwt/8.6.0": { + "dependencies": { + "Microsoft.IdentityModel.JsonWebTokens": "8.6.0", + "Microsoft.IdentityModel.Tokens": "8.6.0" + }, + "runtime": { + "lib/net9.0/System.IdentityModel.Tokens.Jwt.dll": { + "assemblyVersion": "8.6.0.0", + "fileVersion": "8.6.0.60222" + } + } + }, + "System.Memory.Data/1.0.2": { + "runtime": { + "lib/netstandard2.0/System.Memory.Data.dll": { + "assemblyVersion": "1.0.2.0", + "fileVersion": "1.0.221.20802" + } + } + }, + "System.Runtime.Caching/8.0.0": { + "dependencies": { + "System.Configuration.ConfigurationManager": "8.0.0" + }, + "runtime": { + "lib/net8.0/System.Runtime.Caching.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53103" + } + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Runtime.Caching.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53103" + } + } + }, + "System.Security.Cryptography.ProtectedData/8.0.0": { + "runtime": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53103" + } + } + }, + "YamlDotNet/16.3.0": { + "runtime": { + "lib/net8.0/YamlDotNet.dll": { + "assemblyVersion": "16.0.0.0", + "fileVersion": "16.3.0.0" + } + } + } + } + }, + "libraries": { + "Ordering.Domain/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "AspNetCore.HealthChecks.AzureServiceBus/9.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Uzml9qWAvN6xPJejdTLznx9SIczKs/exieiJCU0Kjivt4ZTcsLdE3u2g8HJr0VWhguQad2mpGkwXtQ9nWfkm4g==", + "path": "aspnetcore.healthchecks.azureservicebus/9.0.0", + "hashPath": "aspnetcore.healthchecks.azureservicebus.9.0.0.nupkg.sha512" + }, + "AspNetCore.HealthChecks.Rabbitmq/8.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-A/29xmNWfssOY1zq1bWAaZPW/iJfBhJN+I737KKHQutzB0JFwAIKesjsUWN2BAJwqS/ciFMjNxvCDHtAgU0PIQ==", + "path": "aspnetcore.healthchecks.rabbitmq/8.0.2", + "hashPath": "aspnetcore.healthchecks.rabbitmq.8.0.2.nupkg.sha512" + }, + "AspNetCore.HealthChecks.Redis/9.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-yNH0h8GLRbAf+PU5HNVLZ5hNeyq9mDVmRKO9xuZsme/znUYoBJlQvI0gq45gaZNlLncCHkMhR4o90MuT+gxxPw==", + "path": "aspnetcore.healthchecks.redis/9.0.0", + "hashPath": "aspnetcore.healthchecks.redis.9.0.0.nupkg.sha512" + }, + "AspNetCore.HealthChecks.SqlServer/9.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-UxCf65iCF2nU1u7AcB320abjL4CRg5swCgJECY6mKk1j5lrGMfVtskWwriGs1T29pYdRig9Vra3SPnP+4G82pA==", + "path": "aspnetcore.healthchecks.sqlserver/9.0.0", + "hashPath": "aspnetcore.healthchecks.sqlserver.9.0.0.nupkg.sha512" + }, + "AspNetCore.HealthChecks.UI/9.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-r/bGIiFDm/Bv+S/OCcE1/YzM4Zul1nEKGRA42xcGqxaYmaQf1T+gFEReNNA+5nHXuXt5TRuBuVag1emXuwqe6w==", + "path": "aspnetcore.healthchecks.ui/9.0.0", + "hashPath": "aspnetcore.healthchecks.ui.9.0.0.nupkg.sha512" + }, + "AspNetCore.HealthChecks.UI.Client/9.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-1Ub3Wvvbz7CMuFNWgLEc9qqQibiMoovDML/WHrwr5J83RPgtI20giCR92s/ipLgu7IIuqw+W/y7WpIeHqAICxg==", + "path": "aspnetcore.healthchecks.ui.client/9.0.0", + "hashPath": "aspnetcore.healthchecks.ui.client.9.0.0.nupkg.sha512" + }, + "AspNetCore.HealthChecks.UI.Core/9.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-TVriy4hgYnhfqz6NAzv8qe62Q8wf82iKUL6WV9selqeFZTq1ILi39Sic6sFQegRysvAVcnxKP/vY8z9Fk8x6XQ==", + "path": "aspnetcore.healthchecks.ui.core/9.0.0", + "hashPath": "aspnetcore.healthchecks.ui.core.9.0.0.nupkg.sha512" + }, + "AspNetCore.HealthChecks.UI.Data/9.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-bZkXUdiqXOkmhe3XHF+OIgPQKR8OXS8/+iDWegmxSXtbaIYwsT5+B0URT+P4OPvhj5tR2goMMZe5KwJBVHr+1g==", + "path": "aspnetcore.healthchecks.ui.data/9.0.0", + "hashPath": "aspnetcore.healthchecks.ui.data.9.0.0.nupkg.sha512" + }, + "AspNetCore.HealthChecks.UI.InMemory.Storage/9.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-xuq+HBH8Ckz9r5d+yP1pk7cgIbPLBqCGfYu0MxtvbtsxIo7cv5nQoUCJsdgqN5/a4ndVUJZco6GjWFk6r4xN1w==", + "path": "aspnetcore.healthchecks.ui.inmemory.storage/9.0.0", + "hashPath": "aspnetcore.healthchecks.ui.inmemory.storage.9.0.0.nupkg.sha512" + }, + "AspNetCore.HealthChecks.Uris/9.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-XYdNlA437KeF8p9qOpZFyNqAN+c0FXt/JjTvzH/Qans0q0O3pPE8KPnn39ucQQjR/Roum1vLTP3kXiUs8VHyuA==", + "path": "aspnetcore.healthchecks.uris/9.0.0", + "hashPath": "aspnetcore.healthchecks.uris.9.0.0.nupkg.sha512" + }, + "Autofac/9.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-G8TpUMVIq1pEAMuAao8h5MKduY91SotjgK93wQb5LaxbJUVE0/XjCA6t2SOp+AkPC3GB/C2MAiF2D7krYjraFw==", + "path": "autofac/9.0.0", + "hashPath": "autofac.9.0.0.nupkg.sha512" + }, + "Azure.Core/1.38.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-IuEgCoVA0ef7E4pQtpC3+TkPbzaoQfa77HlfJDmfuaJUCVJmn7fT0izamZiryW5sYUFKizsftIxMkXKbgIcPMQ==", + "path": "azure.core/1.38.0", + "hashPath": "azure.core.1.38.0.nupkg.sha512" + }, + "Azure.Core.Amqp/1.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==", + "path": "azure.core.amqp/1.3.0", + "hashPath": "azure.core.amqp.1.3.0.nupkg.sha512" + }, + "Azure.Identity/1.11.4": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Sf4BoE6Q3jTgFkgBkx7qztYOFELBCo+wQgpYDwal/qJ1unBH73ywPztIJKXBXORRzAeNijsuxhk94h0TIMvfYg==", + "path": "azure.identity/1.11.4", + "hashPath": "azure.identity.1.11.4.nupkg.sha512" + }, + "Azure.Messaging.ServiceBus/7.17.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-lpQXW+8IsTsCp8hvMIiqcp0oLYgxc79g7ALYUOOXiZy/3WORlaN237eNx0LCX40wTo7hLtdbVrmoUa+kIohGpg==", + "path": "azure.messaging.servicebus/7.17.0", + "hashPath": "azure.messaging.servicebus.7.17.0.nupkg.sha512" + }, + "FluentValidation/11.5.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-0h1Q5lNOLLyYTWMJmyNoMqhY4CBRvvUWvJP1R4F2CnmmzuWwvB0A8aVmw5+lOuwYnwUwCRrdeMLbc81F38ahNQ==", + "path": "fluentvalidation/11.5.1", + "hashPath": "fluentvalidation.11.5.1.nupkg.sha512" + }, + "FluentValidation.AspNetCore/11.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-jtFVgKnDFySyBlPS8bZbTKEEwJZnn11rXXJ2SQnjDhZ56rQqybBg9Joq4crRLz3y0QR8WoOq4iE4piV81w/Djg==", + "path": "fluentvalidation.aspnetcore/11.3.0", + "hashPath": "fluentvalidation.aspnetcore.11.3.0.nupkg.sha512" + }, + "FluentValidation.DependencyInjectionExtensions/11.5.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-iWM0LS1MDYX06pcjMEQKqHirl2zkjHlNV23mEJSoR1IZI7KQmTa0RcTtGEJpj5+iHvBCfrzP2mYKM4FtRKVb+A==", + "path": "fluentvalidation.dependencyinjectionextensions/11.5.1", + "hashPath": "fluentvalidation.dependencyinjectionextensions.11.5.1.nupkg.sha512" + }, + "Fractions/7.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-2bETFWLBc8b7Ut2SVi+bxhGVwiSpknHYGBh2PADyGWONLkTxT7bKyDRhF8ao+XUv90tq8Fl7GTPxSI5bacIRJw==", + "path": "fractions/7.3.0", + "hashPath": "fractions.7.3.0.nupkg.sha512" + }, + "Google.Protobuf/3.33.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-RztiFmX9aOWDwfhxFzx/nS4fjs4DX7ZC7/XBEBl56k15lPGBftvbSwZkeo1mMCJHrNp1kK5iQYrFXB4MqCmBCA==", + "path": "google.protobuf/3.33.1", + "hashPath": "google.protobuf.3.33.1.nupkg.sha512" + }, + "Grpc.AspNetCore.Server/2.71.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-kv+9YVB6MqDYWIcstXvWrT7Xc1si/sfINzzSxvQfjC3aei+92gXDUXCH/Q+TEvi4QSICRqu92BYcrXUBW7cuOw==", + "path": "grpc.aspnetcore.server/2.71.0", + "hashPath": "grpc.aspnetcore.server.2.71.0.nupkg.sha512" + }, + "Grpc.AspNetCore.Server.ClientFactory/2.71.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-AHvMxoC+esO1e/nOYBjxvn0WDHAfglcVBjtkBy6ohgnV+PzkF8UdkPHE02xnyPFaSokWGZKnWzjgd00x6EZpyQ==", + "path": "grpc.aspnetcore.server.clientfactory/2.71.0", + "hashPath": "grpc.aspnetcore.server.clientfactory.2.71.0.nupkg.sha512" + }, + "Grpc.Core.Api/2.71.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-QquqUC37yxsDzd1QaDRsH2+uuznWPTS8CVE2Yzwl3CvU4geTNkolQXoVN812M2IwT6zpv3jsZRc9ExJFNFslTg==", + "path": "grpc.core.api/2.71.0", + "hashPath": "grpc.core.api.2.71.0.nupkg.sha512" + }, + "Grpc.Net.Client/2.71.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-U1vr20r5ngoT9nlb7wejF28EKN+taMhJsV9XtK9MkiepTZwnKxxiarriiMfCHuDAfPUm9XUjFMn/RIuJ4YY61w==", + "path": "grpc.net.client/2.71.0", + "hashPath": "grpc.net.client.2.71.0.nupkg.sha512" + }, + "Grpc.Net.ClientFactory/2.71.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-8oPLwQLPo86fmcf9ghjCDyNsSWhtHc3CXa/AqwF8Su/pG7qAoeWWtbymsZhoNvCV9Zjzb6BDcIPKXLYt+O175g==", + "path": "grpc.net.clientfactory/2.71.0", + "hashPath": "grpc.net.clientfactory.2.71.0.nupkg.sha512" + }, + "Grpc.Net.Common/2.71.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-v0c8R97TwRYwNXlC8GyRXwYTCNufpDfUtj9la+wUrZFzVWkFJuNAltU+c0yI3zu0jl54k7en6u2WKgZgd57r2Q==", + "path": "grpc.net.common/2.71.0", + "hashPath": "grpc.net.common.2.71.0.nupkg.sha512" + }, + "Humanizer.Core/2.14.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-lQKvtaTDOXnoVJ20ibTuSIOf2i0uO0MPbDhd1jm238I+U/2ZnRENj0cktKZhtchBMtCUSRQ5v4xBCUbKNmyVMw==", + "path": "humanizer.core/2.14.1", + "hashPath": "humanizer.core.2.14.1.nupkg.sha512" + }, + "KubernetesClient/17.0.14": { + "type": "package", + "serviceable": true, + "sha512": "sha512-FMGWjGtN8WEUKAAQxs96PK2tYvPrvwhoJzay/6HiByVTvHoJ0i9u7ykvYb7E3vLTSlfv26Q2Ktxr41zYCppu8A==", + "path": "kubernetesclient/17.0.14", + "hashPath": "kubernetesclient.17.0.14.nupkg.sha512" + }, + "MediatR/12.4.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-0tLxCgEC5+r1OCuumR3sWyiVa+BMv3AgiU4+pz8xqTc+2q1WbUEXFOr7Orm96oZ9r9FsldgUtWvB2o7b9jDOaw==", + "path": "mediatr/12.4.1", + "hashPath": "mediatr.12.4.1.nupkg.sha512" + }, + "MediatR.Contracts/2.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-FYv95bNT4UwcNA+G/J1oX5OpRiSUxteXaUt2BJbRSdRNiIUNbggJF69wy6mnk2wYToaanpdXZdCwVylt96MpwQ==", + "path": "mediatr.contracts/2.0.1", + "hashPath": "mediatr.contracts.2.0.1.nupkg.sha512" + }, + "Microsoft.ApplicationInsights/2.23.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-nWArUZTdU7iqZLycLKWe0TDms48KKGE6pONH2terYNa8REXiqixrMOkf1sk5DHGMaUTqONU2YkS4SAXBhLStgw==", + "path": "microsoft.applicationinsights/2.23.0", + "hashPath": "microsoft.applicationinsights.2.23.0.nupkg.sha512" + }, + "Microsoft.ApplicationInsights.AspNetCore/2.23.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-we/RsIn0Mwf/4ZNGXZixJ0lVD3pqjx2yVeKfqJybgYY/Lib8nnf+8YGJp+ULN3kOk39I0pI/7ZnF9LFy6hS3lw==", + "path": "microsoft.applicationinsights.aspnetcore/2.23.0", + "hashPath": "microsoft.applicationinsights.aspnetcore.2.23.0.nupkg.sha512" + }, + "Microsoft.ApplicationInsights.DependencyCollector/2.23.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-9YRdl9SNbTxd4AafJckyoJLr5gJdnvqFivjo+PY0lQTPEncPB+z3ZABG4iDfxN9HI1aLqyRINr1/7de9Wg8ZuQ==", + "path": "microsoft.applicationinsights.dependencycollector/2.23.0", + "hashPath": "microsoft.applicationinsights.dependencycollector.2.23.0.nupkg.sha512" + }, + "Microsoft.ApplicationInsights.EventCounterCollector/2.23.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-gGt0JPw2dcSeIAIefyORJBdeMz8KgAFIktu8HV/NwkiGmLyw+YtifLm6B5gvGxO15AeMsGPbmvWEIvLfq88XPw==", + "path": "microsoft.applicationinsights.eventcountercollector/2.23.0", + "hashPath": "microsoft.applicationinsights.eventcountercollector.2.23.0.nupkg.sha512" + }, + "Microsoft.ApplicationInsights.Kubernetes/8.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-8KosvcFQZPtdqr9taaDUEKMsr3j4S7r62sze4fs8vkCTD0oDIR5MRtOUBh86zaWsBegqNuN0J8lEiIq2inRopw==", + "path": "microsoft.applicationinsights.kubernetes/8.0.0", + "hashPath": "microsoft.applicationinsights.kubernetes.8.0.0.nupkg.sha512" + }, + "Microsoft.ApplicationInsights.PerfCounterCollector/2.23.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-q9ApjZfBS9O8m3aQM2oVjsGBmlE8BCFywT7UR+8aqdNuz7HpoIxw4jHy0XOBergiFX/olrJF4OyPkGxc3H5JHg==", + "path": "microsoft.applicationinsights.perfcountercollector/2.23.0", + "hashPath": "microsoft.applicationinsights.perfcountercollector.2.23.0.nupkg.sha512" + }, + "Microsoft.ApplicationInsights.WindowsServer/2.23.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-2B8CGfnB/tribkQAqRBhMvJYJK5TkEPMG/BB0QrlxdwVGEufayNLMveXjkQCqld9arXd6wKR1ve2XmkA0+xXKQ==", + "path": "microsoft.applicationinsights.windowsserver/2.23.0", + "hashPath": "microsoft.applicationinsights.windowsserver.2.23.0.nupkg.sha512" + }, + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.23.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-798Dudr4tkujslk1w+XcXOcCErmVsk+nhp+QCHLa3lcgi25vkAxBmzPUeQlRJVCNL/1f4x/YF+vQZ8RSuTXWCw==", + "path": "microsoft.applicationinsights.windowsserver.telemetrychannel/2.23.0", + "hashPath": "microsoft.applicationinsights.windowsserver.telemetrychannel.2.23.0.nupkg.sha512" + }, + "Microsoft.AspNetCore.DataProtection.StackExchangeRedis/9.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-yqFoLg7TMZfbEVvC2bUV3VDZ4KeRaefmEiGUIrTLoZm9Qqs6f0lNpE3EpBOPjhbGs6oWkjofntqhPXyzYoMVIw==", + "path": "microsoft.aspnetcore.dataprotection.stackexchangeredis/9.0.0", + "hashPath": "microsoft.aspnetcore.dataprotection.stackexchangeredis.9.0.0.nupkg.sha512" + }, + "Microsoft.AspNetCore.JsonPatch/9.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-/4UONYoAIeexPoAmbzBPkVGA6KAY7t0BM+1sr0fKss2V1ERCdcM+Llub4X5Ma+LJ60oPp6KzM0e3j+Pp/JHCNw==", + "path": "microsoft.aspnetcore.jsonpatch/9.0.0", + "hashPath": "microsoft.aspnetcore.jsonpatch.9.0.0.nupkg.sha512" + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-pTFDEmZi3GheCSPrBxzyE63+d5unln2vYldo/nOm1xet/4rpEk2oJYcwpclPQ13E+LZBF9XixkgwYTUwqznlWg==", + "path": "microsoft.aspnetcore.mvc.newtonsoftjson/9.0.0", + "hashPath": "microsoft.aspnetcore.mvc.newtonsoftjson.9.0.0.nupkg.sha512" + }, + "Microsoft.Azure.Amqp/2.6.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-iPbNNII4YZGkka7JQS0ZsZfZLcM7dwIoov/DyFiaemRqOTrdJCLgYnFBFhc/3TSh0ZI4/5TpxQPSPSckZ65jmA==", + "path": "microsoft.azure.amqp/2.6.3", + "hashPath": "microsoft.azure.amqp.2.6.3.nupkg.sha512" + }, + "Microsoft.Bcl.AsyncInterfaces/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg==", + "path": "microsoft.bcl.asyncinterfaces/6.0.0", + "hashPath": "microsoft.bcl.asyncinterfaces.6.0.0.nupkg.sha512" + }, + "Microsoft.CodeAnalysis.Common/4.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-lwAbIZNdnY0SUNoDmZHkVUwLO8UyNnyyh1t/4XsbFxi4Ounb3xszIYZaWhyj5ZjyfcwqwmtMbE7fUTVCqQEIdQ==", + "path": "microsoft.codeanalysis.common/4.5.0", + "hashPath": "microsoft.codeanalysis.common.4.5.0.nupkg.sha512" + }, + "Microsoft.CodeAnalysis.CSharp/4.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-cM59oMKAOxvdv76bdmaKPy5hfj+oR+zxikWoueEB7CwTko7mt9sVKZI8Qxlov0C/LuKEG+WQwifepqL3vuTiBQ==", + "path": "microsoft.codeanalysis.csharp/4.5.0", + "hashPath": "microsoft.codeanalysis.csharp.4.5.0.nupkg.sha512" + }, + "Microsoft.CodeAnalysis.CSharp.Workspaces/4.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-h74wTpmGOp4yS4hj+EvNzEiPgg/KVs2wmSfTZ81upJZOtPkJsVkgfsgtxxqmAeapjT/vLKfmYV0bS8n5MNVP+g==", + "path": "microsoft.codeanalysis.csharp.workspaces/4.5.0", + "hashPath": "microsoft.codeanalysis.csharp.workspaces.4.5.0.nupkg.sha512" + }, + "Microsoft.CodeAnalysis.Workspaces.Common/4.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-l4dDRmGELXG72XZaonnOeORyD/T5RpEu5LGHOUIhnv+MmUWDY/m1kWXGwtcgQ5CJ5ynkFiRnIYzTKXYjUs7rbw==", + "path": "microsoft.codeanalysis.workspaces.common/4.5.0", + "hashPath": "microsoft.codeanalysis.workspaces.common.4.5.0.nupkg.sha512" + }, + "Microsoft.Data.SqlClient/5.2.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-mtoeRMh7F/OA536c/Cnh8L4H0uLSKB5kSmoi54oN7Fp0hNJDy22IqyMhaMH4PkDCqI7xL//Fvg9ldtuPHG0h5g==", + "path": "microsoft.data.sqlclient/5.2.2", + "hashPath": "microsoft.data.sqlclient.5.2.2.nupkg.sha512" + }, + "Microsoft.Data.SqlClient.SNI.runtime/5.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-po1jhvFd+8pbfvJR/puh+fkHi0GRanAdvayh/0e47yaM6CXWZ6opUjCMFuYlAnD2LcbyvQE7fPJKvogmaUcN+w==", + "path": "microsoft.data.sqlclient.sni.runtime/5.2.0", + "hashPath": "microsoft.data.sqlclient.sni.runtime.5.2.0.nupkg.sha512" + }, + "Microsoft.EntityFrameworkCore/8.0.11": { + "type": "package", + "serviceable": true, + "sha512": "sha512-stbjWBTtpQ1HtqXMFyKnXFTr76PvaOHI2b2h85JqBi3eZr00nspvR/a90Zwh8CQ4rVawqLiTG0+0yZQWaav+sQ==", + "path": "microsoft.entityframeworkcore/8.0.11", + "hashPath": "microsoft.entityframeworkcore.8.0.11.nupkg.sha512" + }, + "Microsoft.EntityFrameworkCore.Abstractions/8.0.11": { + "type": "package", + "serviceable": true, + "sha512": "sha512-++zY0Ea724ku1jptWJmF7jm3I4IXTexfT4qi1ETcSFFF7qj+qm6rRgN7mTuKkwIETuXk0ikfzudryRjUGrrNKQ==", + "path": "microsoft.entityframeworkcore.abstractions/8.0.11", + "hashPath": "microsoft.entityframeworkcore.abstractions.8.0.11.nupkg.sha512" + }, + "Microsoft.EntityFrameworkCore.Design/8.0.11": { + "type": "package", + "serviceable": true, + "sha512": "sha512-KxOvpbaKiUmbLvenr0T/4F1Vdm0Sq+iajLbesQK7/WKB/Dx+FQHCZ0f5jCXrVWK2QKF9eHzQ5JPA1L6hcb25FQ==", + "path": "microsoft.entityframeworkcore.design/8.0.11", + "hashPath": "microsoft.entityframeworkcore.design.8.0.11.nupkg.sha512" + }, + "Microsoft.EntityFrameworkCore.InMemory/8.0.11": { + "type": "package", + "serviceable": true, + "sha512": "sha512-gFFdubZlRfudSw94OxO7s8OvLQZncnR0S1ll//wRtZP3mMYVeq8DrMnEILK6hBJwbTBB1SNm3apg9SdvdE/ySg==", + "path": "microsoft.entityframeworkcore.inmemory/8.0.11", + "hashPath": "microsoft.entityframeworkcore.inmemory.8.0.11.nupkg.sha512" + }, + "Microsoft.EntityFrameworkCore.Relational/8.0.11": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3TuuW3i5I4Ro0yoaHmi2MqEDGObOVuhLaMEnd/heaLB1fcvm4fu4PevmC4BOWnI0vo176AIlV5o4rEQciLoohw==", + "path": "microsoft.entityframeworkcore.relational/8.0.11", + "hashPath": "microsoft.entityframeworkcore.relational.8.0.11.nupkg.sha512" + }, + "Microsoft.Extensions.Configuration/9.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-EBZW+u96tApIvNtjymXEIS44tH0I/jNwABHo4c33AchWOiDWCq2rL3klpnIo+xGrxoVGJzPDISV6hZ+a9C9SzQ==", + "path": "microsoft.extensions.configuration/9.0.2", + "hashPath": "microsoft.extensions.configuration.9.0.2.nupkg.sha512" + }, + "Microsoft.Extensions.Configuration.Abstractions/9.0.7": { + "type": "package", + "serviceable": true, + "sha512": "sha512-lut/kiVvNsQ120VERMUYSFhpXPpKjjql+giy03LesASPBBcC0o6+aoFdzJH9GaYpFTQ3fGVhVjKjvJDoAW5/IQ==", + "path": "microsoft.extensions.configuration.abstractions/9.0.7", + "hashPath": "microsoft.extensions.configuration.abstractions.9.0.7.nupkg.sha512" + }, + "Microsoft.Extensions.Configuration.Binder/9.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-krJ04xR0aPXrOf5dkNASg6aJjsdzexvsMRL6UNOUjiTzqBvRr95sJ1owoKEm89bSONQCfZNhHrAFV9ahDqIPIw==", + "path": "microsoft.extensions.configuration.binder/9.0.2", + "hashPath": "microsoft.extensions.configuration.binder.9.0.2.nupkg.sha512" + }, + "Microsoft.Extensions.Configuration.CommandLine/9.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Mud3j7RS/ZBnuk4f0KXemdQCQIke+vIgSTXuGL5cMvXyl2EgipnMCOxG9ZUn+xq0itg3altzE9MuMB0Lx0Emxw==", + "path": "microsoft.extensions.configuration.commandline/9.0.2", + "hashPath": "microsoft.extensions.configuration.commandline.9.0.2.nupkg.sha512" + }, + "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-LZPspiDA0/pBv9JOI17Xdm7DkiRlfnyca2r/QIYu4ApJPe05E+aOphtVj0ncvlnrjGlSsd6JZhKQb9+NeHzM5A==", + "path": "microsoft.extensions.configuration.environmentvariables/9.0.2", + "hashPath": "microsoft.extensions.configuration.environmentvariables.9.0.2.nupkg.sha512" + }, + "Microsoft.Extensions.Configuration.FileExtensions/9.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-tPgue19a0G+8Vb1ShCj4PmhjvVaEOfFb1L89WCr5aEpY1JUgIuYWsfELKf92Njwg53o4C+yWbE4UqbyQtLpKTg==", + "path": "microsoft.extensions.configuration.fileextensions/9.0.2", + "hashPath": "microsoft.extensions.configuration.fileextensions.9.0.2.nupkg.sha512" + }, + "Microsoft.Extensions.Configuration.Json/9.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-u2eIYagO91VmRbKYQ5pmElWC6JWX7GPQbP57EX09zzFcI1ZMPDCykr07ikPB4ecgBZzG+UAhTcViTLe0gSF4WQ==", + "path": "microsoft.extensions.configuration.json/9.0.2", + "hashPath": "microsoft.extensions.configuration.json.9.0.2.nupkg.sha512" + }, + "Microsoft.Extensions.Configuration.UserSecrets/9.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-vUBGgnHmmpjtWzmq2z9idJpnOrrStgYqUlqLn1MuSyFkAedeyR8A0I57BdThP060eBEYfhKEBjXaAB/jKmCtiw==", + "path": "microsoft.extensions.configuration.usersecrets/9.0.2", + "hashPath": "microsoft.extensions.configuration.usersecrets.9.0.2.nupkg.sha512" + }, + "Microsoft.Extensions.DependencyInjection/9.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ZffbJrskOZ40JTzcTyKwFHS5eACSWp2bUQBBApIgGV+es8RaTD4OxUG7XxFr3RIPLXtYQ1jQzF2DjKB5fZn7Qg==", + "path": "microsoft.extensions.dependencyinjection/9.0.2", + "hashPath": "microsoft.extensions.dependencyinjection.9.0.2.nupkg.sha512" + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-MNe7GSTBf3jQx5vYrXF0NZvn6l7hUKF6J54ENfAgCO8y6xjN1XUmKKWG464LP2ye6QqDiA1dkaWEZBYnhoZzjg==", + "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.2", + "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.2.nupkg.sha512" + }, + "Microsoft.Extensions.DependencyModel/9.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-saxr2XzwgDU77LaQfYFXmddEDRUKHF4DaGMZkNB3qjdVSZlax3//dGJagJkKrGMIPNZs2jVFXITyCCR6UHJNdA==", + "path": "microsoft.extensions.dependencymodel/9.0.0", + "hashPath": "microsoft.extensions.dependencymodel.9.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.DiagnosticAdapter/3.1.32": { + "type": "package", + "serviceable": true, + "sha512": "sha512-oDv3wt+Q5cmaSfOQ3Cdu6dF6sn/x5gzWdNpOq4ajBwCMWYBr6CchncDvB9pF83ORlbDuX32MsVLOPGPxW4Lx4g==", + "path": "microsoft.extensions.diagnosticadapter/3.1.32", + "hashPath": "microsoft.extensions.diagnosticadapter.3.1.32.nupkg.sha512" + }, + "Microsoft.Extensions.Diagnostics/9.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-kwFWk6DPaj1Roc0CExRv+TTwjsiERZA730jQIPlwCcS5tMaCAQtaGfwAK0z8CMFpVTiT+MgKXpd/P50qVCuIgg==", + "path": "microsoft.extensions.diagnostics/9.0.2", + "hashPath": "microsoft.extensions.diagnostics.9.0.2.nupkg.sha512" + }, + "Microsoft.Extensions.Diagnostics.Abstractions/9.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-kFwIZEC/37cwKuEm/nXvjF7A/Myz9O7c7P9Csgz6AOiiDE62zdOG5Bu7VkROu1oMYaX0wgijPJ5LqVt6+JKjVg==", + "path": "microsoft.extensions.diagnostics.abstractions/9.0.2", + "hashPath": "microsoft.extensions.diagnostics.abstractions.9.0.2.nupkg.sha512" + }, + "Microsoft.Extensions.FileProviders.Abstractions/9.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-IcOBmTlr2jySswU+3x8c3ql87FRwTVPQgVKaV5AXzPT5u0VItfNU8SMbESpdSp5STwxT/1R99WYszgHWsVkzhg==", + "path": "microsoft.extensions.fileproviders.abstractions/9.0.2", + "hashPath": "microsoft.extensions.fileproviders.abstractions.9.0.2.nupkg.sha512" + }, + "Microsoft.Extensions.FileProviders.Physical/9.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-WcPkJx/OAaXG5xHvxYsoLY8qGsyCfHWsbDJtfMtHRWtceF/EmqAsqkHYsouh82gjxdZwfySvj3nGVi8AkwlYhA==", + "path": "microsoft.extensions.fileproviders.physical/9.0.2", + "hashPath": "microsoft.extensions.fileproviders.physical.9.0.2.nupkg.sha512" + }, + "Microsoft.Extensions.FileSystemGlobbing/9.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-wAjk+6rvvU4WesskJ6rJX1FYL/S9zvnpqMai/pXb07+gtXpO7DhFfuKzYHwkKN3HAUq2W4CD+YLYenHwAS3DCA==", + "path": "microsoft.extensions.filesystemglobbing/9.0.2", + "hashPath": "microsoft.extensions.filesystemglobbing.9.0.2.nupkg.sha512" + }, + "Microsoft.Extensions.Hosting/9.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-h1lUeBuj0Cecg4c0BHpr1jR2UIqr80bGK+eLp4tq4bV13mSvS2juoNfi3Rsv0xV7bXY8HigUndnj6Xk2+4VdFw==", + "path": "microsoft.extensions.hosting/9.0.2", + "hashPath": "microsoft.extensions.hosting.9.0.2.nupkg.sha512" + }, + "Microsoft.Extensions.Hosting.Abstractions/9.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-PvjZW6CMdZbPbOwKsQXYN5VPtIWZQqdTRuBPZiW3skhU3hymB17XSlLVC4uaBbDZU+/3eHG3p80y+MzZxZqR7Q==", + "path": "microsoft.extensions.hosting.abstractions/9.0.2", + "hashPath": "microsoft.extensions.hosting.abstractions.9.0.2.nupkg.sha512" + }, + "Microsoft.Extensions.Logging/9.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-loV/0UNpt2bD+6kCDzFALVE63CDtqzPeC0LAetkdhiEr/tTNbvOlQ7CBResH7BQBd3cikrwiBfaHdyHMFUlc2g==", + "path": "microsoft.extensions.logging/9.0.2", + "hashPath": "microsoft.extensions.logging.9.0.2.nupkg.sha512" + }, + "Microsoft.Extensions.Logging.Abstractions/9.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-dV9s2Lamc8jSaqhl2BQSPn/AryDIH2sSbQUyLitLXV0ROmsb+SROnn2cH939JFbsNrnf3mIM3GNRKT7P0ldwLg==", + "path": "microsoft.extensions.logging.abstractions/9.0.2", + "hashPath": "microsoft.extensions.logging.abstractions.9.0.2.nupkg.sha512" + }, + "Microsoft.Extensions.Logging.ApplicationInsights/2.23.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-JLEabPz445i1yRB0hKZVzJJE35QatRIzWlrMOiBQXr9kBJod0jkpkrBf94ln6kXu+jlEGohnXtuXacPPhybJDw==", + "path": "microsoft.extensions.logging.applicationinsights/2.23.0", + "hashPath": "microsoft.extensions.logging.applicationinsights.2.23.0.nupkg.sha512" + }, + "Microsoft.Extensions.Logging.AzureAppServices/9.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-OMyMioZ23NlBXQb6TecMTr3LTCd2cqglKqMRdcWF8OJ+QQS53iPEo6bWj3CgGqgdXRySv3cxFVnJGSdcEWKR3Q==", + "path": "microsoft.extensions.logging.azureappservices/9.0.0", + "hashPath": "microsoft.extensions.logging.azureappservices.9.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.Logging.Configuration/9.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-pnwYZE7U6d3Y6iMVqADOAUUMMBGYAQPsT3fMwVr/V1Wdpe5DuVGFcViZavUthSJ5724NmelIl1cYy+kRfKfRPQ==", + "path": "microsoft.extensions.logging.configuration/9.0.2", + "hashPath": "microsoft.extensions.logging.configuration.9.0.2.nupkg.sha512" + }, + "Microsoft.Extensions.Logging.Console/9.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-eoMjwiM0WpkVGSxzjo/f94ShreFLYhPMjfkOG04WOb8fq/TztpcWaU8XAkMMWZ+mYSbFYln+FBwUOEriXR4jtA==", + "path": "microsoft.extensions.logging.console/9.0.2", + "hashPath": "microsoft.extensions.logging.console.9.0.2.nupkg.sha512" + }, + "Microsoft.Extensions.Logging.Debug/9.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-dSrVF+zWBaTS6wANuyjU2avNQMinFdOGpNRXey8jRtMCuKYubtx/f0ZEI6BU/FuQ48wXP4F/SlBE1Khs2G5v/g==", + "path": "microsoft.extensions.logging.debug/9.0.2", + "hashPath": "microsoft.extensions.logging.debug.9.0.2.nupkg.sha512" + }, + "Microsoft.Extensions.Logging.EventLog/9.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-4u7CexvjWr7eGUAvQOfyJUQ1+PgcWIGYajYXB+CgVI3qTMoi++8evZmuXQ/PSiKJ+SDeJXHoYDKbpmXq/aCwEg==", + "path": "microsoft.extensions.logging.eventlog/9.0.2", + "hashPath": "microsoft.extensions.logging.eventlog.9.0.2.nupkg.sha512" + }, + "Microsoft.Extensions.Logging.EventSource/9.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-DvT/+kEL+aydUYSuGamH4YRJ8uDlFiMIcT82A3OsQGZ+lxiPZgTqqu1mYkSz5VMOx3J1+8vjFd2IzA89JkS/oQ==", + "path": "microsoft.extensions.logging.eventsource/9.0.2", + "hashPath": "microsoft.extensions.logging.eventsource.9.0.2.nupkg.sha512" + }, + "Microsoft.Extensions.Options/9.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-zr98z+AN8+isdmDmQRuEJ/DAKZGUTHmdv3t0ZzjHvNqvA44nAgkXE9kYtfoN6581iALChhVaSw2Owt+Z2lVbkQ==", + "path": "microsoft.extensions.options/9.0.2", + "hashPath": "microsoft.extensions.options.9.0.2.nupkg.sha512" + }, + "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-OPm1NXdMg4Kb4Kz+YHdbBQfekh7MqQZ7liZ5dYUd+IbJakinv9Fl7Ck6Strbgs0a6E76UGbP/jHR532K/7/feQ==", + "path": "microsoft.extensions.options.configurationextensions/9.0.2", + "hashPath": "microsoft.extensions.options.configurationextensions.9.0.2.nupkg.sha512" + }, + "Microsoft.Extensions.Primitives/9.0.7": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ti/zD9BuuO50IqlvhWQs9GHxkCmoph5BHjGiWKdg2t6Or8XoyAfRJiKag+uvd/fpASnNklfsB01WpZ4fhAe0VQ==", + "path": "microsoft.extensions.primitives/9.0.7", + "hashPath": "microsoft.extensions.primitives.9.0.7.nupkg.sha512" + }, + "Microsoft.Identity.Client/4.61.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-naJo/Qm35Caaoxp5utcw+R8eU8ZtLz2ALh8S+gkekOYQ1oazfCQMWVT4NJ/FnHzdIJlm8dMz0oMpMGCabx5odA==", + "path": "microsoft.identity.client/4.61.3", + "hashPath": "microsoft.identity.client.4.61.3.nupkg.sha512" + }, + "Microsoft.Identity.Client.Extensions.Msal/4.61.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-PWnJcznrSGr25MN8ajlc2XIDW4zCFu0U6FkpaNLEWLgd1NgFCp5uDY3mqLDgM8zCN8hqj8yo5wHYfLB2HjcdGw==", + "path": "microsoft.identity.client.extensions.msal/4.61.3", + "hashPath": "microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512" + }, + "Microsoft.IdentityModel.Abstractions/8.6.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ewgV0sc2B3tjes8+OCRGE08Uxsey3qFfOD8vNq2gTs9k0/zPZ0MejK7Cb/eAW2c2Oz+IQHqgZkTycrAKYBD5yw==", + "path": "microsoft.identitymodel.abstractions/8.6.0", + "hashPath": "microsoft.identitymodel.abstractions.8.6.0.nupkg.sha512" + }, + "Microsoft.IdentityModel.JsonWebTokens/8.6.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-g/CFN/OzAhJb9a94ep6/xv4b9fOUL8heFkKDwC/HNb17tUDOIPN5iVawisfZ0p1xjJlmVyYWIggnECqIfX8Rfw==", + "path": "microsoft.identitymodel.jsonwebtokens/8.6.0", + "hashPath": "microsoft.identitymodel.jsonwebtokens.8.6.0.nupkg.sha512" + }, + "Microsoft.IdentityModel.Logging/8.6.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-PqkPSoENwbGQenGQT270hZIt5p36Ta4YwDla4QId6LdqCeUDus63OChHBv+3AgujFVeBJlRrvmkN7H+Lug+u0g==", + "path": "microsoft.identitymodel.logging/8.6.0", + "hashPath": "microsoft.identitymodel.logging.8.6.0.nupkg.sha512" + }, + "Microsoft.IdentityModel.Protocols/6.35.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-BPQhlDzdFvv1PzaUxNSk+VEPwezlDEVADIKmyxubw7IiELK18uJ06RQ9QKKkds30XI+gDu9n8j24XQ8w7fjWcg==", + "path": "microsoft.identitymodel.protocols/6.35.0", + "hashPath": "microsoft.identitymodel.protocols.6.35.0.nupkg.sha512" + }, + "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-LMtVqnECCCdSmyFoCOxIE5tXQqkOLrvGrL7OxHg41DIm1bpWtaCdGyVcTAfOQpJXvzND9zUKIN/lhngPkYR8vg==", + "path": "microsoft.identitymodel.protocols.openidconnect/6.35.0", + "hashPath": "microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512" + }, + "Microsoft.IdentityModel.Tokens/8.6.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ga4ASKm8EezJ+Oj4uvTNE0xjIWy27Ix5pOZz737CnLzxv7ClFnelX+YWbFuiO1Qj2zVoIpsPqKJRGHGlpFF6eQ==", + "path": "microsoft.identitymodel.tokens/8.6.0", + "hashPath": "microsoft.identitymodel.tokens.8.6.0.nupkg.sha512" + }, + "Microsoft.OpenApi/1.6.22": { + "type": "package", + "serviceable": true, + "sha512": "sha512-aBvunmrdu/x+4CaA/UP1Jx4xWGwk4kymhoIRnn2Vp+zi5/KOPQJ9EkSXHRUr01WcGKtYl3Au7XfkPJbU1G2sjQ==", + "path": "microsoft.openapi/1.6.22", + "hashPath": "microsoft.openapi.1.6.22.nupkg.sha512" + }, + "Microsoft.SqlServer.Server/1.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==", + "path": "microsoft.sqlserver.server/1.0.0", + "hashPath": "microsoft.sqlserver.server.1.0.0.nupkg.sha512" + }, + "Mono.TextTemplating/2.2.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-KZYeKBET/2Z0gY1WlTAK7+RHTl7GSbtvTLDXEZZojUdAPqpQNDL6tHv7VUpqfX5VEOh+uRGKaZXkuD253nEOBQ==", + "path": "mono.texttemplating/2.2.1", + "hashPath": "mono.texttemplating.2.2.1.nupkg.sha512" + }, + "Newtonsoft.Json/13.0.4": { + "type": "package", + "serviceable": true, + "sha512": "sha512-pdgNNMai3zv51W5aq268sujXUyx7SNdE2bj1wZcWjAQrKMFZV260lbqYop1d2GM67JI1huLRwxo9ZqnfF/lC6A==", + "path": "newtonsoft.json/13.0.4", + "hashPath": "newtonsoft.json.13.0.4.nupkg.sha512" + }, + "Newtonsoft.Json.Bson/1.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", + "path": "newtonsoft.json.bson/1.0.2", + "hashPath": "newtonsoft.json.bson.1.0.2.nupkg.sha512" + }, + "Pipelines.Sockets.Unofficial/2.2.8": { + "type": "package", + "serviceable": true, + "sha512": "sha512-zG2FApP5zxSx6OcdJQLbZDk2AVlN2BNQD6MorwIfV6gVj0RRxWPEp2LXAxqDGZqeNV1Zp0BNPcNaey/GXmTdvQ==", + "path": "pipelines.sockets.unofficial/2.2.8", + "hashPath": "pipelines.sockets.unofficial.2.2.8.nupkg.sha512" + }, + "Polly/8.6.5": { + "type": "package", + "serviceable": true, + "sha512": "sha512-VqtW2ZE/ALvQMAH1cQY3qZ2cF2OXa3oe/HKMdOv6Q02HCoEW0rsFNfcBONXlHBe1TnjWW1vdRxBEkPeq0/2FHA==", + "path": "polly/8.6.5", + "hashPath": "polly.8.6.5.nupkg.sha512" + }, + "Polly.Core/8.6.5": { + "type": "package", + "serviceable": true, + "sha512": "sha512-t+sUVrIwvo7UmsgHGgOG9F0GDZSRIm47u2ylH17Gvcv1q5hNEwgD5GoBlFyc0kh/pebmPyrAgvGsR/65ZBaXlg==", + "path": "polly.core/8.6.5", + "hashPath": "polly.core.8.6.5.nupkg.sha512" + }, + "RabbitMQ.Client/6.8.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-jNsmGgmCNw2S/NzskeN2ijtGywtH4Sk/G6jWUTD5sY9SrC27Xz6BsLIiB8hdsfjeyWCa4j4GvCIGkpE8wrjU1Q==", + "path": "rabbitmq.client/6.8.1", + "hashPath": "rabbitmq.client.6.8.1.nupkg.sha512" + }, + "Serilog/4.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-gmoWVOvKgbME8TYR+gwMf7osROiWAURterc6Rt2dQyX7wtjZYpqFiA/pY6ztjGQKKV62GGCyOcmtP1UKMHgSmA==", + "path": "serilog/4.2.0", + "hashPath": "serilog.4.2.0.nupkg.sha512" + }, + "Serilog.AspNetCore/9.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-JslDajPlBsn3Pww1554flJFTqROvK9zz9jONNQgn0D8Lx2Trw8L0A8/n6zEQK1DAZWXrJwiVLw8cnTR3YFuYsg==", + "path": "serilog.aspnetcore/9.0.0", + "hashPath": "serilog.aspnetcore.9.0.0.nupkg.sha512" + }, + "Serilog.Extensions.Hosting/9.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-u2TRxuxbjvTAldQn7uaAwePkWxTHIqlgjelekBtilAGL5sYyF3+65NWctN4UrwwGLsDC7c3Vz3HnOlu+PcoxXg==", + "path": "serilog.extensions.hosting/9.0.0", + "hashPath": "serilog.extensions.hosting.9.0.0.nupkg.sha512" + }, + "Serilog.Extensions.Logging/9.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-NwSSYqPJeKNzl5AuXVHpGbr6PkZJFlNa14CdIebVjK3k/76kYj/mz5kiTRNVSsSaxM8kAIa1kpy/qyT9E4npRQ==", + "path": "serilog.extensions.logging/9.0.0", + "hashPath": "serilog.extensions.logging.9.0.0.nupkg.sha512" + }, + "Serilog.Formatting.Compact/3.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-wQsv14w9cqlfB5FX2MZpNsTawckN4a8dryuNGbebB/3Nh1pXnROHZov3swtu3Nj5oNG7Ba+xdu7Et/ulAUPanQ==", + "path": "serilog.formatting.compact/3.0.0", + "hashPath": "serilog.formatting.compact.3.0.0.nupkg.sha512" + }, + "Serilog.Settings.Configuration/9.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-4/Et4Cqwa+F88l5SeFeNZ4c4Z6dEAIKbu3MaQb2Zz9F/g27T5a3wvfMcmCOaAiACjfUb4A6wrlTVfyYUZk3RRQ==", + "path": "serilog.settings.configuration/9.0.0", + "hashPath": "serilog.settings.configuration.9.0.0.nupkg.sha512" + }, + "Serilog.Sinks.Console/6.1.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-8jbqgjUyZlfCuSTaJk6lOca465OndqOz3KZP6Cryt/IqZYybyBu7GP0fE/AXBzrrQB3EBmQntBFAvMVz1COvAA==", + "path": "serilog.sinks.console/6.1.1", + "hashPath": "serilog.sinks.console.6.1.1.nupkg.sha512" + }, + "Serilog.Sinks.Debug/3.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-4BzXcdrgRX7wde9PmHuYd9U6YqycCC28hhpKonK7hx0wb19eiuRj16fPcPSVp0o/Y1ipJuNLYQ00R3q2Zs8FDA==", + "path": "serilog.sinks.debug/3.0.0", + "hashPath": "serilog.sinks.debug.3.0.0.nupkg.sha512" + }, + "Serilog.Sinks.File/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-fKL7mXv7qaiNBUC71ssvn/dU0k9t0o45+qm2XgKAlSt19xF+ijjxyA3R6HmCgfKEKwfcfkwWjayuQtRueZFkYw==", + "path": "serilog.sinks.file/7.0.0", + "hashPath": "serilog.sinks.file.7.0.0.nupkg.sha512" + }, + "Serilog.Sinks.Http/9.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-tngXuEvfI1CrtB02XVXhHAGTX1HvSMKjWcOmlyBT9LVNIMYvNhOSkfigfwxd9OCbv3cXw1aWFrSPGGw8Y6sjtg==", + "path": "serilog.sinks.http/9.2.0", + "hashPath": "serilog.sinks.http.9.2.0.nupkg.sha512" + }, + "Serilog.Sinks.Seq/9.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-aNU8A0K322q7+voPNmp1/qNPH+9QK8xvM1p72sMmCG0wGlshFzmtDW9QnVSoSYCj0MgQKcMOlgooovtBhRlNHw==", + "path": "serilog.sinks.seq/9.0.0", + "hashPath": "serilog.sinks.seq.9.0.0.nupkg.sha512" + }, + "StackExchange.Redis/2.7.27": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Uqc2OQHglqj9/FfGQ6RkKFkZfHySfZlfmbCl+hc+u2I/IqunfelQ7QJi7ZhvAJxUtu80pildVX6NPLdDaUffOw==", + "path": "stackexchange.redis/2.7.27", + "hashPath": "stackexchange.redis.2.7.27.nupkg.sha512" + }, + "Swashbuckle.AspNetCore/7.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-vJv19UpWm6OOgnS9QLDnWARNVasXUfj8SFvlG7UVALm4nBnfwRnEky7C0veSDqMUmBeMPC6Ec3d6G1ts/J04Uw==", + "path": "swashbuckle.aspnetcore/7.2.0", + "hashPath": "swashbuckle.aspnetcore.7.2.0.nupkg.sha512" + }, + "Swashbuckle.AspNetCore.Newtonsoft/7.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-otztl1SBfwu10iJx6lc3XG/dSqFXRtx8RQ0XrwrO/NYv0j6WhB+vaTJdfs4EPDh+0r7yORUPb7FQ6WgoApeDNg==", + "path": "swashbuckle.aspnetcore.newtonsoft/7.2.0", + "hashPath": "swashbuckle.aspnetcore.newtonsoft.7.2.0.nupkg.sha512" + }, + "Swashbuckle.AspNetCore.Swagger/7.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-y27fNDfIh1vGhJjXYynLcZjl7DLOW1bSO2MDsY9wB4Zm1fdxpPsuBSiR4U+0acWlAqLmnuOPKr/OeOgwRUkBlw==", + "path": "swashbuckle.aspnetcore.swagger/7.2.0", + "hashPath": "swashbuckle.aspnetcore.swagger.7.2.0.nupkg.sha512" + }, + "Swashbuckle.AspNetCore.SwaggerGen/7.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-pMrTxGVuXM7t4wqft5CNNU8A0++Yw5kTLmYhB6tbEcyBfO8xEF/Y8pkJhO6BZ/2MYONrRYoQTfPFJqu8fOf5WQ==", + "path": "swashbuckle.aspnetcore.swaggergen/7.2.0", + "hashPath": "swashbuckle.aspnetcore.swaggergen.7.2.0.nupkg.sha512" + }, + "Swashbuckle.AspNetCore.SwaggerUI/7.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-hgrXeKzyp5OGN8qVvL7A+vhmU7mDJTfGpiMBRL66IcfLOyna8UTLtn3cC3CghamXpRDufcc9ciklTszUGEQK0w==", + "path": "swashbuckle.aspnetcore.swaggerui/7.2.0", + "hashPath": "swashbuckle.aspnetcore.swaggerui.7.2.0.nupkg.sha512" + }, + "System.ClientModel/1.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-I3CVkvxeqFYjIVEP59DnjbeoGNfo/+SZrCLpRz2v/g0gpCHaEMPtWSY0s9k/7jR1rAsLNg2z2u1JRB76tPjnIw==", + "path": "system.clientmodel/1.0.0", + "hashPath": "system.clientmodel.1.0.0.nupkg.sha512" + }, + "System.CodeDom/4.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-2sCCb7doXEwtYAbqzbF/8UAeDRMNmPaQbU2q50Psg1J9KzumyVVCgKQY8s53WIPTufNT0DpSe9QRvVjOzfDWBA==", + "path": "system.codedom/4.4.0", + "hashPath": "system.codedom.4.4.0.nupkg.sha512" + }, + "System.Composition/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-d7wMuKQtfsxUa7S13tITC8n1cQzewuhD5iDjZtK2prwFfKVzdYtgrTHgjaV03Zq7feGQ5gkP85tJJntXwInsJA==", + "path": "system.composition/6.0.0", + "hashPath": "system.composition.6.0.0.nupkg.sha512" + }, + "System.Composition.AttributedModel/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-WK1nSDLByK/4VoC7fkNiFuTVEiperuCN/Hyn+VN30R+W2ijO1d0Z2Qm0ScEl9xkSn1G2MyapJi8xpf4R8WRa/w==", + "path": "system.composition.attributedmodel/6.0.0", + "hashPath": "system.composition.attributedmodel.6.0.0.nupkg.sha512" + }, + "System.Composition.Convention/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-XYi4lPRdu5bM4JVJ3/UIHAiG6V6lWWUlkhB9ab4IOq0FrRsp0F4wTyV4Dj+Ds+efoXJ3qbLqlvaUozDO7OLeXA==", + "path": "system.composition.convention/6.0.0", + "hashPath": "system.composition.convention.6.0.0.nupkg.sha512" + }, + "System.Composition.Hosting/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-w/wXjj7kvxuHPLdzZ0PAUt++qJl03t7lENmb2Oev0n3zbxyNULbWBlnd5J5WUMMv15kg5o+/TCZFb6lSwfaUUQ==", + "path": "system.composition.hosting/6.0.0", + "hashPath": "system.composition.hosting.6.0.0.nupkg.sha512" + }, + "System.Composition.Runtime/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-qkRH/YBaMPTnzxrS5RDk1juvqed4A6HOD/CwRcDGyPpYps1J27waBddiiq1y93jk2ZZ9wuA/kynM+NO0kb3PKg==", + "path": "system.composition.runtime/6.0.0", + "hashPath": "system.composition.runtime.6.0.0.nupkg.sha512" + }, + "System.Composition.TypedParts/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-iUR1eHrL8Cwd82neQCJ00MpwNIBs4NZgXzrPqx8NJf/k4+mwBO0XCRmHYJT4OLSwDDqh5nBLJWkz5cROnrGhRA==", + "path": "system.composition.typedparts/6.0.0", + "hashPath": "system.composition.typedparts.6.0.0.nupkg.sha512" + }, + "System.Configuration.ConfigurationManager/8.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-JlYi9XVvIREURRUlGMr1F6vOFLk7YSY4p1vHo4kX3tQ0AGrjqlRWHDi66ImHhy6qwXBG3BJ6Y1QlYQ+Qz6Xgww==", + "path": "system.configuration.configurationmanager/8.0.0", + "hashPath": "system.configuration.configurationmanager.8.0.0.nupkg.sha512" + }, + "System.Diagnostics.DiagnosticSource/10.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-0KdBK+h7G13PuOSC2R/DalAoFMvdYMznvGRuICtkdcUMXgl/gYXsG6z4yUvTxHSMACorWgHCU1Faq0KUHU6yAQ==", + "path": "system.diagnostics.diagnosticsource/10.0.0", + "hashPath": "system.diagnostics.diagnosticsource.10.0.0.nupkg.sha512" + }, + "System.Diagnostics.EventLog/9.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-i+Fe6Fpst/onydFLBGilCr/Eh9OFdlaTU/c3alPp6IbLZXQJOgpIu3l4MOnmsN8fDYq5nAyHSqNIJesc74Yw3Q==", + "path": "system.diagnostics.eventlog/9.0.2", + "hashPath": "system.diagnostics.eventlog.9.0.2.nupkg.sha512" + }, + "System.Diagnostics.PerformanceCounter/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-gbeE5tNp/oB7O8kTTLh3wPPJCxpNOphXPTWVs1BsYuFOYapFijWuh0LYw1qnDo4gwDUYPXOmpTIhvtxisGsYOQ==", + "path": "system.diagnostics.performancecounter/6.0.0", + "hashPath": "system.diagnostics.performancecounter.6.0.0.nupkg.sha512" + }, + "System.IdentityModel.Tokens.Jwt/8.6.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-PbhxMaAejQ5pVStTsMPzja0Q2FOeEIOQy8isxw2tTxduqIjWRJ+P78bWGpaXH67Tkeb+2t91YBj2stXEw6vyZQ==", + "path": "system.identitymodel.tokens.jwt/8.6.0", + "hashPath": "system.identitymodel.tokens.jwt.8.6.0.nupkg.sha512" }, - "MediatR/11.1.0": { + "System.Memory.Data/1.0.2": { "type": "package", "serviceable": true, - "sha512": "sha512-YIbtrLOyeCuIv8vIuHL/mMdls5xmgS36pIOJDxKZuu55nxA2MI2Z+E/Uk0z+F/LE11AGmpjplOM0NZ91m5LQBA==", - "path": "mediatr/11.1.0", - "hashPath": "mediatr.11.1.0.nupkg.sha512" + "sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==", + "path": "system.memory.data/1.0.2", + "hashPath": "system.memory.data.1.0.2.nupkg.sha512" }, - "MediatR.Contracts/1.0.1": { + "System.Runtime.Caching/8.0.0": { "type": "package", "serviceable": true, - "sha512": "sha512-NsRvOxthhkYml4DcBMyJsmym8C4MchioH7wxKVPEg7plFj9Euh/i4IcmZ3Gvgx6+K8obeuhPeJdoBl56wnuo3A==", - "path": "mediatr.contracts/1.0.1", - "hashPath": "mediatr.contracts.1.0.1.nupkg.sha512" + "sha512": "sha512-4TmlmvGp4kzZomm7J2HJn6IIx0UUrQyhBDyb5O1XiunZlQImXW+B8b7W/sTPcXhSf9rp5NR5aDtQllwbB5elOQ==", + "path": "system.runtime.caching/8.0.0", + "hashPath": "system.runtime.caching.8.0.0.nupkg.sha512" }, - "MediatR.Extensions.Microsoft.DependencyInjection/11.1.0": { + "System.Security.Cryptography.ProtectedData/8.0.0": { "type": "package", "serviceable": true, - "sha512": "sha512-RW3etRuy6Xp63cgqfC0r/ITOtUT0f9ymJl1+1XZdzsYUsfv7WBPC2kXGOP8IYpY/6c4Q6805vbIW/88DopUs3w==", - "path": "mediatr.extensions.microsoft.dependencyinjection/11.1.0", - "hashPath": "mediatr.extensions.microsoft.dependencyinjection.11.1.0.nupkg.sha512" + "sha512": "sha512-+TUFINV2q2ifyXauQXRwy4CiBhqvDEDZeVJU7qfxya4aRYOKzVBpN+4acx25VcPB9ywUN6C0n8drWl110PhZEg==", + "path": "system.security.cryptography.protecteddata/8.0.0", + "hashPath": "system.security.cryptography.protecteddata.8.0.0.nupkg.sha512" }, - "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": { + "YamlDotNet/16.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw==", - "path": "microsoft.extensions.dependencyinjection.abstractions/7.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.7.0.0.nupkg.sha512" + "sha512": "sha512-SgMOdxbz8X65z8hraIs6hOEdnkH6hESTAIUa7viEngHOYaH+6q5XJmwr1+yb9vJpNQ19hCQY69xbFsLtXpobQA==", + "path": "yamldotnet/16.3.0", + "hashPath": "yamldotnet.16.3.0.nupkg.sha512" } } } \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.Domain/bin/Debug/net9.0/Ordering.Domain.dll b/src/Services/Ordering/Ordering.Domain/bin/Debug/net9.0/Ordering.Domain.dll index 1f97741c..c76aee25 100644 Binary files a/src/Services/Ordering/Ordering.Domain/bin/Debug/net9.0/Ordering.Domain.dll and b/src/Services/Ordering/Ordering.Domain/bin/Debug/net9.0/Ordering.Domain.dll differ diff --git a/src/Services/Ordering/Ordering.Domain/bin/Debug/net9.0/Ordering.Domain.pdb b/src/Services/Ordering/Ordering.Domain/bin/Debug/net9.0/Ordering.Domain.pdb index 36cde259..dbfb4c47 100644 Binary files a/src/Services/Ordering/Ordering.Domain/bin/Debug/net9.0/Ordering.Domain.pdb and b/src/Services/Ordering/Ordering.Domain/bin/Debug/net9.0/Ordering.Domain.pdb differ diff --git a/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index 36203c72..00000000 --- a/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/Ordering.Domain.AssemblyInfo.cs b/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/Ordering.Domain.AssemblyInfo.cs deleted file mode 100644 index 1ae58b98..00000000 --- a/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/Ordering.Domain.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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("Ordering.Domain")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("Ordering.Domain")] -[assembly: System.Reflection.AssemblyTitleAttribute("Ordering.Domain")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/Ordering.Domain.AssemblyInfoInputs.cache b/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/Ordering.Domain.AssemblyInfoInputs.cache deleted file mode 100644 index 8a47f9a6..00000000 --- a/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/Ordering.Domain.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -1d6d96aaa31cad93b83967f3c88b45ccc6eec4b4 diff --git a/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/Ordering.Domain.GeneratedMSBuildEditorConfig.editorconfig b/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/Ordering.Domain.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 18d25d87..00000000 --- a/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/Ordering.Domain.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,10 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = Ordering.Domain -build_property.ProjectDir = /workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.Domain/ diff --git a/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/Ordering.Domain.assets.cache b/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/Ordering.Domain.assets.cache deleted file mode 100644 index 5fea4534..00000000 Binary files a/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/Ordering.Domain.assets.cache and /dev/null differ diff --git a/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/Ordering.Domain.csproj.AssemblyReference.cache b/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/Ordering.Domain.csproj.AssemblyReference.cache deleted file mode 100644 index 555a7821..00000000 Binary files a/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/Ordering.Domain.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/Ordering.Domain.csproj.CoreCompileInputs.cache b/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/Ordering.Domain.csproj.CoreCompileInputs.cache deleted file mode 100644 index 719608f4..00000000 --- a/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/Ordering.Domain.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -ce15593a7c964b29c258f11bc0d5f721d2629f6c diff --git a/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/Ordering.Domain.csproj.FileListAbsolute.txt b/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/Ordering.Domain.csproj.FileListAbsolute.txt deleted file mode 100644 index 673a9acb..00000000 --- a/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/Ordering.Domain.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,12 +0,0 @@ -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.Domain/bin/Debug/net6.0/Ordering.Domain.deps.json -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.Domain/bin/Debug/net6.0/Ordering.Domain.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.Domain/bin/Debug/net6.0/Ordering.Domain.pdb -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/Ordering.Domain.csproj.AssemblyReference.cache -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/Ordering.Domain.GeneratedMSBuildEditorConfig.editorconfig -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/Ordering.Domain.AssemblyInfoInputs.cache -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/Ordering.Domain.AssemblyInfo.cs -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/Ordering.Domain.csproj.CoreCompileInputs.cache -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/Ordering.Domain.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/refint/Ordering.Domain.dll -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/Ordering.Domain.pdb -/workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/ref/Ordering.Domain.dll diff --git a/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/Ordering.Domain.dll b/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/Ordering.Domain.dll deleted file mode 100644 index 1b8851e4..00000000 Binary files a/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/Ordering.Domain.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/Ordering.Domain.pdb b/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/Ordering.Domain.pdb deleted file mode 100644 index 69fd970a..00000000 Binary files a/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/Ordering.Domain.pdb and /dev/null differ diff --git a/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/ref/Ordering.Domain.dll b/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/ref/Ordering.Domain.dll deleted file mode 100644 index 3f7d4762..00000000 Binary files a/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/ref/Ordering.Domain.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/refint/Ordering.Domain.dll b/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/refint/Ordering.Domain.dll deleted file mode 100644 index 3f7d4762..00000000 Binary files a/src/Services/Ordering/Ordering.Domain/obj/Debug/net6.0/refint/Ordering.Domain.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.Domain/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/src/Services/Ordering/Ordering.Domain/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs deleted file mode 100644 index af943994..00000000 --- a/src/Services/Ordering/Ordering.Domain/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = "")] diff --git a/src/Services/Ordering/Ordering.Domain/obj/Debug/net8.0/Ordering.Domain.AssemblyInfo.cs b/src/Services/Ordering/Ordering.Domain/obj/Debug/net8.0/Ordering.Domain.AssemblyInfo.cs deleted file mode 100644 index 9060130f..00000000 --- a/src/Services/Ordering/Ordering.Domain/obj/Debug/net8.0/Ordering.Domain.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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("Ordering.Domain")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0a77675f714bea9dc0df9dd0f5780d113235d59c")] -[assembly: System.Reflection.AssemblyProductAttribute("Ordering.Domain")] -[assembly: System.Reflection.AssemblyTitleAttribute("Ordering.Domain")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Services/Ordering/Ordering.Domain/obj/Debug/net8.0/Ordering.Domain.AssemblyInfoInputs.cache b/src/Services/Ordering/Ordering.Domain/obj/Debug/net8.0/Ordering.Domain.AssemblyInfoInputs.cache deleted file mode 100644 index 8b2b4ed9..00000000 --- a/src/Services/Ordering/Ordering.Domain/obj/Debug/net8.0/Ordering.Domain.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -d7c970ab1e765aa11bf7e31f4f143f5959d20a02f4b7cc89aca7c4c32d668d45 diff --git a/src/Services/Ordering/Ordering.Domain/obj/Debug/net8.0/Ordering.Domain.GeneratedMSBuildEditorConfig.editorconfig b/src/Services/Ordering/Ordering.Domain/obj/Debug/net8.0/Ordering.Domain.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 69c0f69e..00000000 --- a/src/Services/Ordering/Ordering.Domain/obj/Debug/net8.0/Ordering.Domain.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -is_global = true -build_property.TargetFramework = net8.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 -build_property.RootNamespace = Ordering.Domain -build_property.ProjectDir = C:\Users\natyo\mslearn-microservices-devops-aspnet-core\src\Services\Ordering\Ordering.Domain\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/src/Services/Ordering/Ordering.Domain/obj/Debug/net8.0/Ordering.Domain.assets.cache b/src/Services/Ordering/Ordering.Domain/obj/Debug/net8.0/Ordering.Domain.assets.cache deleted file mode 100644 index 9a462855..00000000 Binary files a/src/Services/Ordering/Ordering.Domain/obj/Debug/net8.0/Ordering.Domain.assets.cache and /dev/null differ diff --git a/src/Services/Ordering/Ordering.Domain/obj/Debug/net8.0/Ordering.Domain.csproj.AssemblyReference.cache b/src/Services/Ordering/Ordering.Domain/obj/Debug/net8.0/Ordering.Domain.csproj.AssemblyReference.cache deleted file mode 100644 index 6fce8a82..00000000 Binary files a/src/Services/Ordering/Ordering.Domain/obj/Debug/net8.0/Ordering.Domain.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/Services/Ordering/Ordering.Domain/obj/Debug/net9.0/Ordering.Domain.AssemblyInfo.cs b/src/Services/Ordering/Ordering.Domain/obj/Debug/net9.0/Ordering.Domain.AssemblyInfo.cs index 89c3bbcd..c0e9d53a 100644 --- a/src/Services/Ordering/Ordering.Domain/obj/Debug/net9.0/Ordering.Domain.AssemblyInfo.cs +++ b/src/Services/Ordering/Ordering.Domain/obj/Debug/net9.0/Ordering.Domain.AssemblyInfo.cs @@ -13,7 +13,7 @@ [assembly: System.Reflection.AssemblyCompanyAttribute("Ordering.Domain")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+ac1eb1ea194ee72f31eded440b1a3c03c53c5657")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+04d45e6378a3c9d7250e3bc3b1db69ec0f9f76f3")] [assembly: System.Reflection.AssemblyProductAttribute("Ordering.Domain")] [assembly: System.Reflection.AssemblyTitleAttribute("Ordering.Domain")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/src/Services/Ordering/Ordering.Domain/obj/Debug/net9.0/Ordering.Domain.AssemblyInfoInputs.cache b/src/Services/Ordering/Ordering.Domain/obj/Debug/net9.0/Ordering.Domain.AssemblyInfoInputs.cache index 4f2b09c7..78c69d57 100644 --- a/src/Services/Ordering/Ordering.Domain/obj/Debug/net9.0/Ordering.Domain.AssemblyInfoInputs.cache +++ b/src/Services/Ordering/Ordering.Domain/obj/Debug/net9.0/Ordering.Domain.AssemblyInfoInputs.cache @@ -1 +1 @@ -a3c7c07191a274f94c657da88d54161bb80ed552fab3d799b6b8c7cf612404dd +4aed7ff62ab635648483e3b71292e31155313a8491e4cf31e02c3f989309fa45 diff --git a/src/Services/Ordering/Ordering.Domain/obj/Debug/net9.0/Ordering.Domain.assets.cache b/src/Services/Ordering/Ordering.Domain/obj/Debug/net9.0/Ordering.Domain.assets.cache index a1d6b08f..38e39897 100644 Binary files a/src/Services/Ordering/Ordering.Domain/obj/Debug/net9.0/Ordering.Domain.assets.cache and b/src/Services/Ordering/Ordering.Domain/obj/Debug/net9.0/Ordering.Domain.assets.cache differ diff --git a/src/Services/Ordering/Ordering.Domain/obj/Debug/net9.0/Ordering.Domain.csproj.AssemblyReference.cache b/src/Services/Ordering/Ordering.Domain/obj/Debug/net9.0/Ordering.Domain.csproj.AssemblyReference.cache index 798be6aa..058e705d 100644 Binary files a/src/Services/Ordering/Ordering.Domain/obj/Debug/net9.0/Ordering.Domain.csproj.AssemblyReference.cache and b/src/Services/Ordering/Ordering.Domain/obj/Debug/net9.0/Ordering.Domain.csproj.AssemblyReference.cache differ diff --git a/src/Services/Ordering/Ordering.Domain/obj/Debug/net9.0/Ordering.Domain.csproj.CoreCompileInputs.cache b/src/Services/Ordering/Ordering.Domain/obj/Debug/net9.0/Ordering.Domain.csproj.CoreCompileInputs.cache index dcd436ea..89d4d356 100644 --- a/src/Services/Ordering/Ordering.Domain/obj/Debug/net9.0/Ordering.Domain.csproj.CoreCompileInputs.cache +++ b/src/Services/Ordering/Ordering.Domain/obj/Debug/net9.0/Ordering.Domain.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -3c47cf97ee330b78ffb783f8ab8eaa2e73b9905be6c443a494b3c27005ce6d82 +e0f2908c1123b9c067c5942072f2f9456f0ca2e15542c27efd55b556f1468171 diff --git a/src/Services/Ordering/Ordering.Domain/obj/Debug/net9.0/Ordering.Domain.dll b/src/Services/Ordering/Ordering.Domain/obj/Debug/net9.0/Ordering.Domain.dll index 1f97741c..c76aee25 100644 Binary files a/src/Services/Ordering/Ordering.Domain/obj/Debug/net9.0/Ordering.Domain.dll and b/src/Services/Ordering/Ordering.Domain/obj/Debug/net9.0/Ordering.Domain.dll differ diff --git a/src/Services/Ordering/Ordering.Domain/obj/Debug/net9.0/Ordering.Domain.pdb b/src/Services/Ordering/Ordering.Domain/obj/Debug/net9.0/Ordering.Domain.pdb index 36cde259..dbfb4c47 100644 Binary files a/src/Services/Ordering/Ordering.Domain/obj/Debug/net9.0/Ordering.Domain.pdb and b/src/Services/Ordering/Ordering.Domain/obj/Debug/net9.0/Ordering.Domain.pdb differ diff --git a/src/Services/Ordering/Ordering.Domain/obj/Debug/net9.0/Ordering.Domain.sourcelink.json b/src/Services/Ordering/Ordering.Domain/obj/Debug/net9.0/Ordering.Domain.sourcelink.json index a2a1dc92..c1b394cd 100644 --- a/src/Services/Ordering/Ordering.Domain/obj/Debug/net9.0/Ordering.Domain.sourcelink.json +++ b/src/Services/Ordering/Ordering.Domain/obj/Debug/net9.0/Ordering.Domain.sourcelink.json @@ -1 +1 @@ -{"documents":{"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/ac1eb1ea194ee72f31eded440b1a3c03c53c5657/*"}} \ No newline at end of file +{"documents":{"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/04d45e6378a3c9d7250e3bc3b1db69ec0f9f76f3/*"}} \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.Domain/obj/Debug/net9.0/ref/Ordering.Domain.dll b/src/Services/Ordering/Ordering.Domain/obj/Debug/net9.0/ref/Ordering.Domain.dll index b6bdc4b6..df2a2976 100644 Binary files a/src/Services/Ordering/Ordering.Domain/obj/Debug/net9.0/ref/Ordering.Domain.dll and b/src/Services/Ordering/Ordering.Domain/obj/Debug/net9.0/ref/Ordering.Domain.dll differ diff --git a/src/Services/Ordering/Ordering.Domain/obj/Debug/net9.0/refint/Ordering.Domain.dll b/src/Services/Ordering/Ordering.Domain/obj/Debug/net9.0/refint/Ordering.Domain.dll index b6bdc4b6..df2a2976 100644 Binary files a/src/Services/Ordering/Ordering.Domain/obj/Debug/net9.0/refint/Ordering.Domain.dll and b/src/Services/Ordering/Ordering.Domain/obj/Debug/net9.0/refint/Ordering.Domain.dll differ diff --git a/src/Services/Ordering/Ordering.Domain/obj/Ordering.Domain.csproj.nuget.dgspec.json b/src/Services/Ordering/Ordering.Domain/obj/Ordering.Domain.csproj.nuget.dgspec.json index 990c4ffc..afb9dbf3 100644 --- a/src/Services/Ordering/Ordering.Domain/obj/Ordering.Domain.csproj.nuget.dgspec.json +++ b/src/Services/Ordering/Ordering.Domain/obj/Ordering.Domain.csproj.nuget.dgspec.json @@ -44,13 +44,151 @@ "net9.0": { "targetAlias": "net9.0", "dependencies": { + "AspNetCore.HealthChecks.AzureServiceBus": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.Rabbitmq": { + "target": "Package", + "version": "[8.0.2, )" + }, + "AspNetCore.HealthChecks.Redis": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.SqlServer": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.UI": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.UI.Client": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.UI.InMemory.Storage": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.Uris": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Autofac": { + "target": "Package", + "version": "[9.0.0, )" + }, + "FluentValidation.AspNetCore": { + "target": "Package", + "version": "[11.3.0, )" + }, + "Google.Protobuf": { + "target": "Package", + "version": "[3.33.1, )" + }, + "Grpc.AspNetCore.Server": { + "target": "Package", + "version": "[2.71.0, )" + }, + "Grpc.AspNetCore.Server.ClientFactory": { + "target": "Package", + "version": "[2.71.0, )" + }, + "Grpc.Net.Client": { + "target": "Package", + "version": "[2.71.0, )" + }, + "Grpc.Tools": { + "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", + "suppressParent": "All", + "target": "Package", + "version": "[2.76.0, )" + }, "MediatR": { "target": "Package", - "version": "[11.1.0, )" + "version": "[12.4.1, )" + }, + "Microsoft.ApplicationInsights.AspNetCore": { + "target": "Package", + "version": "[2.23.0, )" + }, + "Microsoft.ApplicationInsights.DependencyCollector": { + "target": "Package", + "version": "[2.23.0, )" + }, + "Microsoft.ApplicationInsights.Kubernetes": { + "target": "Package", + "version": "[8.0.0, )" + }, + "Microsoft.AspNetCore.DataProtection.StackExchangeRedis": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Microsoft.Extensions.Diagnostics.HealthChecks": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Microsoft.Extensions.Hosting": { + "target": "Package", + "version": "[9.0.2, )" + }, + "Microsoft.Extensions.Logging": { + "target": "Package", + "version": "[9.0.2, )" + }, + "Microsoft.Extensions.Logging.Abstractions": { + "target": "Package", + "version": "[9.0.2, )" + }, + "Microsoft.Extensions.Logging.AzureAppServices": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Microsoft.Web.LibraryManager.Build": { + "target": "Package", + "version": "[3.0.71, )" + }, + "Newtonsoft.Json": { + "target": "Package", + "version": "[13.0.4, )" + }, + "Polly": { + "target": "Package", + "version": "[8.6.5, )" + }, + "RabbitMQ.Client": { + "target": "Package", + "version": "[6.8.1, )" + }, + "Serilog.AspNetCore": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Serilog.Settings.Configuration": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Serilog.Sinks.Console": { + "target": "Package", + "version": "[6.1.1, )" + }, + "Serilog.Sinks.Http": { + "target": "Package", + "version": "[9.2.0, )" + }, + "Serilog.Sinks.Seq": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Swashbuckle.AspNetCore": { + "target": "Package", + "version": "[7.2.0, )" }, - "MediatR.Extensions.Microsoft.DependencyInjection": { + "Swashbuckle.AspNetCore.Newtonsoft": { "target": "Package", - "version": "[11.1.0, )" + "version": "[7.2.0, )" } }, "imports": [ diff --git a/src/Services/Ordering/Ordering.Domain/obj/Ordering.Domain.csproj.nuget.g.props b/src/Services/Ordering/Ordering.Domain/obj/Ordering.Domain.csproj.nuget.g.props index 2098f6f9..06df83e9 100644 --- a/src/Services/Ordering/Ordering.Domain/obj/Ordering.Domain.csproj.nuget.g.props +++ b/src/Services/Ordering/Ordering.Domain/obj/Ordering.Domain.csproj.nuget.g.props @@ -12,4 +12,18 @@ + + + + + + + + + + /home/runner/.nuget/packages/microsoft.extensions.apidescription.server/6.0.5 + /home/runner/.nuget/packages/microsoft.web.librarymanager.build/3.0.71 + /home/runner/.nuget/packages/microsoft.codeanalysis.analyzers/3.3.3 + /home/runner/.nuget/packages/grpc.tools/2.76.0 + \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.Domain/obj/Ordering.Domain.csproj.nuget.g.targets b/src/Services/Ordering/Ordering.Domain/obj/Ordering.Domain.csproj.nuget.g.targets index 3dc06ef3..a5e030b7 100644 --- a/src/Services/Ordering/Ordering.Domain/obj/Ordering.Domain.csproj.nuget.g.targets +++ b/src/Services/Ordering/Ordering.Domain/obj/Ordering.Domain.csproj.nuget.g.targets @@ -1,2 +1,13 @@  - \ No newline at end of file + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.Domain/obj/project.assets.json b/src/Services/Ordering/Ordering.Domain/obj/project.assets.json index 910fc0c8..795f7c30 100644 --- a/src/Services/Ordering/Ordering.Domain/obj/project.assets.json +++ b/src/Services/Ordering/Ordering.Domain/obj/project.assets.json @@ -2,144 +2,8301 @@ "version": 3, "targets": { "net9.0": { - "MediatR/11.1.0": { + "AspNetCore.HealthChecks.AzureServiceBus/9.0.0": { "type": "package", "dependencies": { - "MediatR.Contracts": "1.0.1" + "Azure.Messaging.ServiceBus": "7.17.0", + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11" }, "compile": { - "lib/netstandard2.1/MediatR.dll": { + "lib/net8.0/HealthChecks.AzureServiceBus.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.1/MediatR.dll": { + "lib/net8.0/HealthChecks.AzureServiceBus.dll": { "related": ".xml" } } }, - "MediatR.Contracts/1.0.1": { + "AspNetCore.HealthChecks.Rabbitmq/8.0.2": { "type": "package", + "dependencies": { + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0", + "RabbitMQ.Client": "6.8.1" + }, "compile": { - "lib/netstandard2.0/MediatR.Contracts.dll": { + "lib/net6.0/HealthChecks.Rabbitmq.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/MediatR.Contracts.dll": { + "lib/net6.0/HealthChecks.Rabbitmq.dll": { "related": ".xml" } } }, - "MediatR.Extensions.Microsoft.DependencyInjection/11.1.0": { + "AspNetCore.HealthChecks.Redis/9.0.0": { "type": "package", "dependencies": { - "MediatR": "[11.0.0, 12.0.0)", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11", + "StackExchange.Redis": "2.7.4" }, "compile": { - "lib/netstandard2.1/MediatR.Extensions.Microsoft.DependencyInjection.dll": {} + "lib/net8.0/HealthChecks.Redis.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.1/MediatR.Extensions.Microsoft.DependencyInjection.dll": {} + "lib/net8.0/HealthChecks.Redis.dll": { + "related": ".xml" + } } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": { + "AspNetCore.HealthChecks.SqlServer/9.0.0": { "type": "package", + "dependencies": { + "Microsoft.Data.SqlClient": "5.2.2", + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11" + }, "compile": { - "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "lib/net8.0/HealthChecks.SqlServer.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "lib/net8.0/HealthChecks.SqlServer.dll": { "related": ".xml" } + } + }, + "AspNetCore.HealthChecks.UI/9.0.0": { + "type": "package", + "dependencies": { + "AspNetCore.HealthChecks.UI.Data": "9.0.0", + "KubernetesClient": "15.0.1", + "Microsoft.EntityFrameworkCore.Design": "8.0.11", + "Microsoft.Extensions.Http": "8.0.0" }, - "build": { - "buildTransitive/net6.0/_._": {} + "compile": { + "lib/net8.0/HealthChecks.UI.dll": { + "related": ".runtimeconfig.json;.xml" + } + }, + "runtime": { + "lib/net8.0/HealthChecks.UI.dll": { + "related": ".runtimeconfig.json;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "AspNetCore.HealthChecks.UI.Client/9.0.0": { + "type": "package", + "dependencies": { + "AspNetCore.HealthChecks.UI.Core": "9.0.0" + }, + "compile": { + "lib/net8.0/HealthChecks.UI.Client.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/HealthChecks.UI.Client.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "AspNetCore.HealthChecks.UI.Core/9.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11" + }, + "compile": { + "lib/net8.0/HealthChecks.UI.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/HealthChecks.UI.Core.dll": { + "related": ".xml" + } } - } - } - }, - "libraries": { - "MediatR/11.1.0": { - "sha512": "YIbtrLOyeCuIv8vIuHL/mMdls5xmgS36pIOJDxKZuu55nxA2MI2Z+E/Uk0z+F/LE11AGmpjplOM0NZ91m5LQBA==", + }, + "AspNetCore.HealthChecks.UI.Data/9.0.0": { + "type": "package", + "dependencies": { + "AspNetCore.HealthChecks.UI.Core": "9.0.0", + "Microsoft.EntityFrameworkCore": "8.0.0" + }, + "compile": { + "lib/net8.0/HealthChecks.UI.Data.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/HealthChecks.UI.Data.dll": { + "related": ".xml" + } + } + }, + "AspNetCore.HealthChecks.UI.InMemory.Storage/9.0.0": { + "type": "package", + "dependencies": { + "AspNetCore.HealthChecks.UI.Data": "9.0.0", + "Microsoft.EntityFrameworkCore.InMemory": "8.0.11" + }, + "compile": { + "lib/net8.0/HealthChecks.UI.InMemory.Storage.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/HealthChecks.UI.InMemory.Storage.dll": { + "related": ".xml" + } + } + }, + "AspNetCore.HealthChecks.Uris/9.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11", + "Microsoft.Extensions.Http": "8.0.0" + }, + "compile": { + "lib/net8.0/HealthChecks.Uris.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/HealthChecks.Uris.dll": { + "related": ".xml" + } + } + }, + "Autofac/9.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.DiagnosticSource": "10.0.0" + }, + "compile": { + "lib/net8.0/Autofac.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Autofac.dll": { + "related": ".xml" + } + } + }, + "Azure.Core/1.38.0": { + "type": "package", + "dependencies": { + "Microsoft.Bcl.AsyncInterfaces": "1.1.1", + "System.ClientModel": "1.0.0", + "System.Diagnostics.DiagnosticSource": "6.0.1", + "System.Memory.Data": "1.0.2", + "System.Numerics.Vectors": "4.5.0", + "System.Text.Encodings.Web": "4.7.2", + "System.Text.Json": "4.7.2", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "compile": { + "lib/net6.0/Azure.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Azure.Core.dll": { + "related": ".xml" + } + } + }, + "Azure.Core.Amqp/1.3.0": { + "type": "package", + "dependencies": { + "Microsoft.Azure.Amqp": "2.6.1", + "System.Memory": "4.5.4", + "System.Memory.Data": "1.0.2" + }, + "compile": { + "lib/netstandard2.0/Azure.Core.Amqp.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Azure.Core.Amqp.dll": { + "related": ".xml" + } + } + }, + "Azure.Identity/1.11.4": { + "type": "package", + "dependencies": { + "Azure.Core": "1.38.0", + "Microsoft.Identity.Client": "4.61.3", + "Microsoft.Identity.Client.Extensions.Msal": "4.61.3", + "System.Memory": "4.5.4", + "System.Security.Cryptography.ProtectedData": "4.7.0", + "System.Text.Json": "4.7.2", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "compile": { + "lib/netstandard2.0/Azure.Identity.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Azure.Identity.dll": { + "related": ".xml" + } + } + }, + "Azure.Messaging.ServiceBus/7.17.0": { + "type": "package", + "dependencies": { + "Azure.Core": "1.36.0", + "Azure.Core.Amqp": "1.3.0", + "Microsoft.Azure.Amqp": "2.6.3", + "Microsoft.Bcl.AsyncInterfaces": "1.1.1", + "System.Memory.Data": "1.0.2" + }, + "compile": { + "lib/netstandard2.0/Azure.Messaging.ServiceBus.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Azure.Messaging.ServiceBus.dll": { + "related": ".xml" + } + } + }, + "FluentValidation/11.5.1": { + "type": "package", + "compile": { + "lib/net7.0/FluentValidation.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/FluentValidation.dll": { + "related": ".xml" + } + } + }, + "FluentValidation.AspNetCore/11.3.0": { + "type": "package", + "dependencies": { + "FluentValidation": "11.5.1", + "FluentValidation.DependencyInjectionExtensions": "11.5.1" + }, + "compile": { + "lib/net6.0/FluentValidation.AspNetCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/FluentValidation.AspNetCore.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "FluentValidation.DependencyInjectionExtensions/11.5.1": { + "type": "package", + "dependencies": { + "FluentValidation": "11.5.1", + "Microsoft.Extensions.Dependencyinjection.Abstractions": "2.1.0" + }, + "compile": { + "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.dll": { + "related": ".xml" + } + } + }, + "Fractions/7.3.0": { + "type": "package", + "compile": { + "lib/netstandard2.1/Fractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/Fractions.dll": { + "related": ".xml" + } + } + }, + "Google.Protobuf/3.33.1": { + "type": "package", + "compile": { + "lib/net5.0/Google.Protobuf.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net5.0/Google.Protobuf.dll": { + "related": ".pdb;.xml" + } + } + }, + "Grpc.AspNetCore.Server/2.71.0": { + "type": "package", + "dependencies": { + "Grpc.Net.Common": "2.71.0" + }, + "compile": { + "lib/net9.0/Grpc.AspNetCore.Server.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net9.0/Grpc.AspNetCore.Server.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Grpc.AspNetCore.Server.ClientFactory/2.71.0": { + "type": "package", + "dependencies": { + "Grpc.AspNetCore.Server": "2.71.0", + "Grpc.Net.ClientFactory": "2.71.0" + }, + "compile": { + "lib/net9.0/Grpc.AspNetCore.Server.ClientFactory.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net9.0/Grpc.AspNetCore.Server.ClientFactory.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Grpc.Core.Api/2.71.0": { + "type": "package", + "compile": { + "lib/netstandard2.1/Grpc.Core.Api.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.1/Grpc.Core.Api.dll": { + "related": ".pdb;.xml" + } + } + }, + "Grpc.Net.Client/2.71.0": { + "type": "package", + "dependencies": { + "Grpc.Net.Common": "2.71.0", + "Microsoft.Extensions.Logging.Abstractions": "6.0.0" + }, + "compile": { + "lib/net8.0/Grpc.Net.Client.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net8.0/Grpc.Net.Client.dll": { + "related": ".pdb;.xml" + } + } + }, + "Grpc.Net.ClientFactory/2.71.0": { + "type": "package", + "dependencies": { + "Grpc.Net.Client": "2.71.0", + "Microsoft.Extensions.Http": "6.0.0" + }, + "compile": { + "lib/net8.0/Grpc.Net.ClientFactory.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net8.0/Grpc.Net.ClientFactory.dll": { + "related": ".pdb;.xml" + } + } + }, + "Grpc.Net.Common/2.71.0": { + "type": "package", + "dependencies": { + "Grpc.Core.Api": "2.71.0" + }, + "compile": { + "lib/net8.0/Grpc.Net.Common.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net8.0/Grpc.Net.Common.dll": { + "related": ".pdb;.xml" + } + } + }, + "Grpc.Tools/2.76.0": { + "type": "package", + "build": { + "build/Grpc.Tools.props": {}, + "build/Grpc.Tools.targets": {} + } + }, + "Humanizer.Core/2.14.1": { + "type": "package", + "compile": { + "lib/net6.0/Humanizer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Humanizer.dll": { + "related": ".xml" + } + } + }, + "KubernetesClient/17.0.14": { + "type": "package", + "dependencies": { + "Fractions": "7.3.0", + "YamlDotNet": "16.3.0" + }, + "compile": { + "lib/net9.0/KubernetesClient.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net9.0/KubernetesClient.dll": { + "related": ".pdb;.xml" + } + } + }, + "MediatR/12.4.1": { + "type": "package", + "dependencies": { + "MediatR.Contracts": "[2.0.1, 3.0.0)", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net6.0/MediatR.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/MediatR.dll": { + "related": ".xml" + } + } + }, + "MediatR.Contracts/2.0.1": { + "type": "package", + "compile": { + "lib/netstandard2.0/MediatR.Contracts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/MediatR.Contracts.dll": { + "related": ".xml" + } + } + }, + "Microsoft.ApplicationInsights/2.23.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.DiagnosticSource": "5.0.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.ApplicationInsights.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.ApplicationInsights.dll": { + "related": ".pdb;.xml" + } + } + }, + "Microsoft.ApplicationInsights.AspNetCore/2.23.0": { + "type": "package", + "dependencies": { + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.ApplicationInsights.DependencyCollector": "2.23.0", + "Microsoft.ApplicationInsights.EventCounterCollector": "2.23.0", + "Microsoft.ApplicationInsights.PerfCounterCollector": "2.23.0", + "Microsoft.ApplicationInsights.WindowsServer": "2.23.0", + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.23.0", + "Microsoft.AspNetCore.Hosting": "2.1.1", + "Microsoft.AspNetCore.Http": "2.1.22", + "Microsoft.Extensions.Configuration.Json": "3.1.0", + "Microsoft.Extensions.Logging.ApplicationInsights": "2.23.0", + "System.Text.Encodings.Web": "4.7.2" + }, + "compile": { + "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.dll": { + "related": ".pdb;.xml" + } + } + }, + "Microsoft.ApplicationInsights.DependencyCollector/2.23.0": { + "type": "package", + "dependencies": { + "Microsoft.ApplicationInsights": "2.23.0", + "System.Diagnostics.DiagnosticSource": "5.0.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.AI.DependencyCollector.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AI.DependencyCollector.dll": { + "related": ".pdb;.xml" + } + }, + "build": { + "build/Microsoft.ApplicationInsights.DependencyCollector.targets": {} + } + }, + "Microsoft.ApplicationInsights.EventCounterCollector/2.23.0": { + "type": "package", + "dependencies": { + "Microsoft.ApplicationInsights": "2.23.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.dll": { + "related": ".pdb;.xml" + } + } + }, + "Microsoft.ApplicationInsights.Kubernetes/8.0.0": { + "type": "package", + "dependencies": { + "KubernetesClient": "17.0.14", + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.DependencyInjection": "9.0.2", + "Microsoft.Extensions.DiagnosticAdapter": "3.1.32", + "Microsoft.Extensions.Hosting": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.2", + "System.IdentityModel.Tokens.Jwt": "8.6.0" + }, + "compile": { + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.dll": { + "related": ".xml" + } + } + }, + "Microsoft.ApplicationInsights.PerfCounterCollector/2.23.0": { + "type": "package", + "dependencies": { + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.Extensions.Caching.Memory": "1.0.0", + "System.Diagnostics.PerformanceCounter": "6.0.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.dll": { + "related": ".pdb;.xml" + } + }, + "build": { + "build/_._": {} + } + }, + "Microsoft.ApplicationInsights.WindowsServer/2.23.0": { + "type": "package", + "dependencies": { + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.ApplicationInsights.DependencyCollector": "2.23.0", + "Microsoft.ApplicationInsights.PerfCounterCollector": "2.23.0", + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.23.0", + "System.Diagnostics.DiagnosticSource": "5.0.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.AI.WindowsServer.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AI.WindowsServer.dll": { + "related": ".pdb;.xml" + } + }, + "build": { + "build/_._": {} + } + }, + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.23.0": { + "type": "package", + "dependencies": { + "Microsoft.ApplicationInsights": "2.23.0", + "System.IO.FileSystem.AccessControl": "4.7.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.dll": { + "related": ".pdb;.xml" + } + }, + "build": { + "build/_._": {} + } + }, + "Microsoft.AspNetCore.Cryptography.Internal/9.0.0": { + "type": "package", + "compile": { + "lib/net9.0/Microsoft.AspNetCore.Cryptography.Internal.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.AspNetCore.Cryptography.Internal.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.DataProtection/9.0.0": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Cryptography.Internal": "9.0.0", + "Microsoft.AspNetCore.DataProtection.Abstractions": "9.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", + "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", + "Microsoft.Extensions.Logging.Abstractions": "9.0.0", + "Microsoft.Extensions.Options": "9.0.0", + "System.Security.Cryptography.Xml": "9.0.0" + }, + "compile": { + "lib/net9.0/Microsoft.AspNetCore.DataProtection.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.AspNetCore.DataProtection.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.DataProtection.Abstractions/9.0.0": { + "type": "package", + "compile": { + "lib/net9.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.DataProtection.StackExchangeRedis/9.0.0": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.DataProtection": "9.0.0", + "StackExchange.Redis": "2.7.27" + }, + "compile": { + "lib/net9.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Hosting/2.1.1": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Hosting.Abstractions": "2.1.1", + "Microsoft.AspNetCore.Http": "2.1.1", + "Microsoft.AspNetCore.Http.Extensions": "2.1.1", + "Microsoft.Extensions.Configuration": "2.1.1", + "Microsoft.Extensions.Configuration.EnvironmentVariables": "2.1.1", + "Microsoft.Extensions.Configuration.FileExtensions": "2.1.1", + "Microsoft.Extensions.DependencyInjection": "2.1.1", + "Microsoft.Extensions.FileProviders.Physical": "2.1.1", + "Microsoft.Extensions.Hosting.Abstractions": "2.1.1", + "Microsoft.Extensions.Logging": "2.1.1", + "Microsoft.Extensions.Options": "2.1.1", + "System.Diagnostics.DiagnosticSource": "4.5.0", + "System.Reflection.Metadata": "1.6.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Hosting.Abstractions/2.1.1": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Hosting.Server.Abstractions": "2.1.1", + "Microsoft.AspNetCore.Http.Abstractions": "2.1.1", + "Microsoft.Extensions.Hosting.Abstractions": "2.1.1" + }, + "compile": { + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.1.1": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Http.Features": "2.1.1", + "Microsoft.Extensions.Configuration.Abstractions": "2.1.1" + }, + "compile": { + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Http/2.1.22": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Http.Abstractions": "2.1.1", + "Microsoft.AspNetCore.WebUtilities": "2.1.1", + "Microsoft.Extensions.ObjectPool": "2.1.1", + "Microsoft.Extensions.Options": "2.1.1", + "Microsoft.Net.Http.Headers": "2.1.1" + }, + "compile": { + "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Http.Abstractions/2.1.1": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Http.Features": "2.1.1", + "System.Text.Encodings.Web": "4.5.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Http.Extensions/2.1.1": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Http.Abstractions": "2.1.1", + "Microsoft.Extensions.FileProviders.Abstractions": "2.1.1", + "Microsoft.Net.Http.Headers": "2.1.1", + "System.Buffers": "4.5.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Http.Features/2.1.1": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "2.1.1" + }, + "compile": { + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.JsonPatch/9.0.0": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.7.0", + "Newtonsoft.Json": "13.0.3" + }, + "compile": { + "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.JsonPatch": "9.0.0", + "Newtonsoft.Json": "13.0.3", + "Newtonsoft.Json.Bson": "1.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Microsoft.AspNetCore.WebUtilities/2.1.1": { + "type": "package", + "dependencies": { + "Microsoft.Net.Http.Headers": "2.1.1", + "System.Text.Encodings.Web": "4.5.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Azure.Amqp/2.6.3": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.Azure.Amqp.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Azure.Amqp.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Bcl.AsyncInterfaces/6.0.0": { + "type": "package", + "compile": { + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { + "related": ".xml" + } + } + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.3": { + "type": "package", + "build": { + "build/_._": {} + } + }, + "Microsoft.CodeAnalysis.Common/4.5.0": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Analyzers": "3.3.3", + "System.Collections.Immutable": "6.0.0", + "System.Reflection.Metadata": "6.0.1", + "System.Runtime.CompilerServices.Unsafe": "6.0.0", + "System.Text.Encoding.CodePages": "6.0.0" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp/4.5.0": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Common": "[4.5.0]" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp.Workspaces/4.5.0": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.CSharp": "[4.5.0]", + "Microsoft.CodeAnalysis.Common": "[4.5.0]", + "Microsoft.CodeAnalysis.Workspaces.Common": "[4.5.0]" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.Workspaces.Common/4.5.0": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.Bcl.AsyncInterfaces": "6.0.0", + "Microsoft.CodeAnalysis.Common": "[4.5.0]", + "System.Composition": "6.0.0", + "System.IO.Pipelines": "6.0.3", + "System.Threading.Channels": "6.0.0" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CSharp/4.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "Microsoft.Data.SqlClient/5.2.2": { + "type": "package", + "dependencies": { + "Azure.Identity": "1.11.4", + "Microsoft.Data.SqlClient.SNI.runtime": "5.2.0", + "Microsoft.Identity.Client": "4.61.3", + "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0", + "Microsoft.SqlServer.Server": "1.0.0", + "System.Configuration.ConfigurationManager": "8.0.0", + "System.Runtime.Caching": "8.0.0" + }, + "compile": { + "ref/net8.0/Microsoft.Data.SqlClient.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Data.SqlClient.dll": { + "related": ".xml" + } + }, + "resource": { + "lib/net8.0/de/Microsoft.Data.SqlClient.resources.dll": { + "locale": "de" + }, + "lib/net8.0/es/Microsoft.Data.SqlClient.resources.dll": { + "locale": "es" + }, + "lib/net8.0/fr/Microsoft.Data.SqlClient.resources.dll": { + "locale": "fr" + }, + "lib/net8.0/it/Microsoft.Data.SqlClient.resources.dll": { + "locale": "it" + }, + "lib/net8.0/ja/Microsoft.Data.SqlClient.resources.dll": { + "locale": "ja" + }, + "lib/net8.0/ko/Microsoft.Data.SqlClient.resources.dll": { + "locale": "ko" + }, + "lib/net8.0/pt-BR/Microsoft.Data.SqlClient.resources.dll": { + "locale": "pt-BR" + }, + "lib/net8.0/ru/Microsoft.Data.SqlClient.resources.dll": { + "locale": "ru" + }, + "lib/net8.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net8.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll": { + "locale": "zh-Hant" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "Microsoft.Data.SqlClient.SNI.runtime/5.2.0": { + "type": "package", + "runtimeTargets": { + "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-arm" + }, + "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-arm64" + }, + "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-x64" + }, + "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-x86" + } + } + }, + "Microsoft.EntityFrameworkCore/8.0.11": { + "type": "package", + "dependencies": { + "Microsoft.EntityFrameworkCore.Abstractions": "8.0.11", + "Microsoft.EntityFrameworkCore.Analyzers": "8.0.11", + "Microsoft.Extensions.Caching.Memory": "8.0.1", + "Microsoft.Extensions.Logging": "8.0.1" + }, + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props": {} + } + }, + "Microsoft.EntityFrameworkCore.Abstractions/8.0.11": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.EntityFrameworkCore.Analyzers/8.0.11": { + "type": "package", + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + } + }, + "Microsoft.EntityFrameworkCore.Design/8.0.11": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.5.0", + "Microsoft.EntityFrameworkCore.Relational": "8.0.11", + "Microsoft.Extensions.DependencyModel": "8.0.2", + "Mono.TextTemplating": "2.2.1" + }, + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Design.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Design.dll": { + "related": ".xml" + } + }, + "build": { + "build/net8.0/_._": {} + } + }, + "Microsoft.EntityFrameworkCore.InMemory/8.0.11": { + "type": "package", + "dependencies": { + "Microsoft.EntityFrameworkCore": "8.0.11" + }, + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.InMemory.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.InMemory.dll": { + "related": ".xml" + } + } + }, + "Microsoft.EntityFrameworkCore.Relational/8.0.11": { + "type": "package", + "dependencies": { + "Microsoft.EntityFrameworkCore": "8.0.11", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Extensions.ApiDescription.Server/6.0.5": { + "type": "package", + "build": { + "build/Microsoft.Extensions.ApiDescription.Server.props": {}, + "build/Microsoft.Extensions.ApiDescription.Server.targets": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.props": {}, + "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.targets": {} + } + }, + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Caching.Memory/8.0.1": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2", + "Microsoft.Extensions.Logging.Abstractions": "8.0.2", + "Microsoft.Extensions.Options": "8.0.2", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Configuration.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Configuration.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Abstractions/9.0.7": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "9.0.7" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Binder/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Configuration.Binder.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Configuration.Binder.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets": {} + } + }, + "Microsoft.Extensions.Configuration.CommandLine/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.FileExtensions/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Physical": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Json/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.FileExtensions": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Configuration.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Configuration.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.UserSecrets/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Json": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Physical": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.props": {}, + "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.targets": {} + } + }, + "Microsoft.Extensions.DependencyInjection/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.2": { + "type": "package", + "compile": { + "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyModel/9.0.0": { + "type": "package", + "compile": { + "lib/net9.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.DiagnosticAdapter/3.1.32": { + "type": "package", + "dependencies": { + "System.Diagnostics.DiagnosticSource": "4.7.1" + }, + "compile": { + "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Extensions.Diagnostics/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.2", + "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.Diagnostics.Abstractions/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.Diagnostics.HealthChecks/9.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "9.0.0", + "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", + "Microsoft.Extensions.Logging.Abstractions": "9.0.0", + "Microsoft.Extensions.Options": "9.0.0" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/9.0.0": { + "type": "package", + "compile": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Extensions.FileProviders.Abstractions/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.FileProviders.Physical/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileSystemGlobbing": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.FileSystemGlobbing/9.0.2": { + "type": "package", + "compile": { + "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.Hosting/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Binder": "9.0.2", + "Microsoft.Extensions.Configuration.CommandLine": "9.0.2", + "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.2", + "Microsoft.Extensions.Configuration.FileExtensions": "9.0.2", + "Microsoft.Extensions.Configuration.Json": "9.0.2", + "Microsoft.Extensions.Configuration.UserSecrets": "9.0.2", + "Microsoft.Extensions.DependencyInjection": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Diagnostics": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Physical": "9.0.2", + "Microsoft.Extensions.Hosting.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.Configuration": "9.0.2", + "Microsoft.Extensions.Logging.Console": "9.0.2", + "Microsoft.Extensions.Logging.Debug": "9.0.2", + "Microsoft.Extensions.Logging.EventLog": "9.0.2", + "Microsoft.Extensions.Logging.EventSource": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Hosting.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Hosting.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.Hosting.Abstractions/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.Http/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Diagnostics": "8.0.0", + "Microsoft.Extensions.Logging": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Http.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Http.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.Logging.Abstractions/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/Microsoft.Extensions.Logging.Abstractions.targets": {} + } + }, + "Microsoft.Extensions.Logging.ApplicationInsights/2.23.0": { + "type": "package", + "dependencies": { + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.Extensions.Logging": "2.1.1" + }, + "compile": { + "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.dll": { + "related": ".pdb;.xml" + } + } + }, + "Microsoft.Extensions.Logging.AzureAppServices/9.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.0", + "Microsoft.Extensions.Configuration.Json": "9.0.0", + "Microsoft.Extensions.Logging": "9.0.0", + "Microsoft.Extensions.Logging.Abstractions": "9.0.0", + "Microsoft.Extensions.Logging.Configuration": "9.0.0", + "System.ValueTuple": "4.5.0" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Extensions.Logging.Configuration/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Binder": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Logging.Configuration.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Logging.Configuration.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.Logging.Console/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.Configuration": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Logging.Console.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Logging.Console.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.Logging.Debug/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Logging.Debug.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Logging.Debug.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.Logging.EventLog/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "System.Diagnostics.EventLog": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Logging.EventLog.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Logging.EventLog.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.Logging.EventSource/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Logging.EventSource.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Logging.EventSource.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.ObjectPool/2.1.1": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Extensions.Options/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/Microsoft.Extensions.Options.targets": {} + } + }, + "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Binder": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.Primitives/9.0.7": { + "type": "package", + "compile": { + "lib/net9.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Identity.Client/4.61.3": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Abstractions": "6.35.0", + "System.Diagnostics.DiagnosticSource": "6.0.1" + }, + "compile": { + "lib/net6.0/Microsoft.Identity.Client.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.Identity.Client.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Identity.Client.Extensions.Msal/4.61.3": { + "type": "package", + "dependencies": { + "Microsoft.Identity.Client": "4.61.3", + "System.Security.Cryptography.ProtectedData": "4.5.0" + }, + "compile": { + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Abstractions/8.6.0": { + "type": "package", + "compile": { + "lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.JsonWebTokens/8.6.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Tokens": "8.6.0" + }, + "compile": { + "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Logging/8.6.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Abstractions": "8.6.0" + }, + "compile": { + "lib/net9.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Logging": "6.35.0", + "Microsoft.IdentityModel.Tokens": "6.35.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Protocols": "6.35.0", + "System.IdentityModel.Tokens.Jwt": "6.35.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Tokens/8.6.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Logging.Abstractions": "8.0.2", + "Microsoft.IdentityModel.Logging": "8.6.0" + }, + "compile": { + "lib/net9.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Net.Http.Headers/2.1.1": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "2.1.1", + "System.Buffers": "4.5.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": { + "related": ".xml" + } + } + }, + "Microsoft.NETCore.Platforms/3.1.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.OpenApi/1.6.22": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } + } + }, + "Microsoft.SqlServer.Server/1.0.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": { + "related": ".pdb;.xml" + } + } + }, + "Microsoft.Web.LibraryManager.Build/3.0.71": { + "type": "package", + "build": { + "build/Microsoft.Web.LibraryManager.Build.props": {}, + "build/Microsoft.Web.LibraryManager.Build.targets": {} + } + }, + "Mono.TextTemplating/2.2.1": { + "type": "package", + "dependencies": { + "System.CodeDom": "4.4.0" + }, + "compile": { + "lib/netstandard2.0/Mono.TextTemplating.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Mono.TextTemplating.dll": {} + } + }, + "Newtonsoft.Json/13.0.4": { + "type": "package", + "compile": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json.Bson/1.0.2": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "12.0.1" + }, + "compile": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + } + }, + "Pipelines.Sockets.Unofficial/2.2.8": { + "type": "package", + "dependencies": { + "System.IO.Pipelines": "5.0.1" + }, + "compile": { + "lib/net5.0/Pipelines.Sockets.Unofficial.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/Pipelines.Sockets.Unofficial.dll": { + "related": ".xml" + } + } + }, + "Polly/8.6.5": { + "type": "package", + "dependencies": { + "Polly.Core": "8.6.5" + }, + "compile": { + "lib/net6.0/Polly.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/Polly.dll": { + "related": ".pdb;.xml" + } + } + }, + "Polly.Core/8.6.5": { + "type": "package", + "compile": { + "lib/net8.0/Polly.Core.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net8.0/Polly.Core.dll": { + "related": ".pdb;.xml" + } + } + }, + "RabbitMQ.Client/6.8.1": { + "type": "package", + "dependencies": { + "System.Memory": "4.5.5", + "System.Threading.Channels": "7.0.0" + }, + "compile": { + "lib/netstandard2.0/RabbitMQ.Client.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/RabbitMQ.Client.dll": { + "related": ".xml" + } + } + }, + "Serilog/4.2.0": { + "type": "package", + "compile": { + "lib/net9.0/Serilog.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Serilog.dll": { + "related": ".xml" + } + } + }, + "Serilog.AspNetCore/9.0.0": { + "type": "package", + "dependencies": { + "Serilog": "4.2.0", + "Serilog.Extensions.Hosting": "9.0.0", + "Serilog.Formatting.Compact": "3.0.0", + "Serilog.Settings.Configuration": "9.0.0", + "Serilog.Sinks.Console": "6.0.0", + "Serilog.Sinks.Debug": "3.0.0", + "Serilog.Sinks.File": "6.0.0" + }, + "compile": { + "lib/net9.0/Serilog.AspNetCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Serilog.AspNetCore.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Serilog.Extensions.Hosting/9.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", + "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", + "Microsoft.Extensions.Logging.Abstractions": "9.0.0", + "Serilog": "4.2.0", + "Serilog.Extensions.Logging": "9.0.0" + }, + "compile": { + "lib/net9.0/Serilog.Extensions.Hosting.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Serilog.Extensions.Hosting.dll": { + "related": ".xml" + } + } + }, + "Serilog.Extensions.Logging/9.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Logging": "9.0.0", + "Serilog": "4.2.0" + }, + "compile": { + "lib/net9.0/Serilog.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Serilog.Extensions.Logging.dll": { + "related": ".xml" + } + } + }, + "Serilog.Formatting.Compact/3.0.0": { + "type": "package", + "dependencies": { + "Serilog": "4.0.0" + }, + "compile": { + "lib/net8.0/Serilog.Formatting.Compact.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Serilog.Formatting.Compact.dll": { + "related": ".xml" + } + } + }, + "Serilog.Settings.Configuration/9.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Binder": "9.0.0", + "Microsoft.Extensions.DependencyModel": "9.0.0", + "Serilog": "4.2.0" + }, + "compile": { + "lib/net9.0/Serilog.Settings.Configuration.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Serilog.Settings.Configuration.dll": { + "related": ".xml" + } + } + }, + "Serilog.Sinks.Console/6.1.1": { + "type": "package", + "dependencies": { + "Serilog": "4.0.0" + }, + "compile": { + "lib/net8.0/Serilog.Sinks.Console.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Serilog.Sinks.Console.dll": { + "related": ".xml" + } + } + }, + "Serilog.Sinks.Debug/3.0.0": { + "type": "package", + "dependencies": { + "Serilog": "4.0.0" + }, + "compile": { + "lib/net8.0/Serilog.Sinks.Debug.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Serilog.Sinks.Debug.dll": { + "related": ".xml" + } + } + }, + "Serilog.Sinks.File/7.0.0": { + "type": "package", + "dependencies": { + "Serilog": "4.2.0" + }, + "compile": { + "lib/net9.0/Serilog.Sinks.File.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Serilog.Sinks.File.dll": { + "related": ".xml" + } + } + }, + "Serilog.Sinks.Http/9.2.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "9.0.7", + "Serilog.Sinks.File": "7.0.0" + }, + "compile": { + "lib/netstandard2.1/Serilog.Sinks.Http.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/Serilog.Sinks.Http.dll": { + "related": ".xml" + } + } + }, + "Serilog.Sinks.Seq/9.0.0": { + "type": "package", + "dependencies": { + "Serilog": "4.2.0", + "Serilog.Sinks.File": "6.0.0" + }, + "compile": { + "lib/net6.0/Serilog.Sinks.Seq.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Serilog.Sinks.Seq.dll": { + "related": ".xml" + } + } + }, + "StackExchange.Redis/2.7.27": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Logging.Abstractions": "6.0.0", + "Pipelines.Sockets.Unofficial": "2.2.8" + }, + "compile": { + "lib/net6.0/StackExchange.Redis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/StackExchange.Redis.dll": { + "related": ".xml" + } + } + }, + "Swashbuckle.AspNetCore/7.2.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.ApiDescription.Server": "6.0.5", + "Swashbuckle.AspNetCore.Swagger": "7.2.0", + "Swashbuckle.AspNetCore.SwaggerGen": "7.2.0", + "Swashbuckle.AspNetCore.SwaggerUI": "7.2.0" + }, + "build": { + "build/Swashbuckle.AspNetCore.props": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/Swashbuckle.AspNetCore.props": {} + } + }, + "Swashbuckle.AspNetCore.Newtonsoft/7.2.0": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "9.0.0", + "Swashbuckle.AspNetCore.SwaggerGen": "7.2.0" + }, + "compile": { + "lib/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll": { + "related": ".pdb" + } + }, + "runtime": { + "lib/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll": { + "related": ".pdb" + } + } + }, + "Swashbuckle.AspNetCore.Swagger/7.2.0": { + "type": "package", + "dependencies": { + "Microsoft.OpenApi": "1.6.22" + }, + "compile": { + "lib/net9.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net9.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Swashbuckle.AspNetCore.SwaggerGen/7.2.0": { + "type": "package", + "dependencies": { + "Swashbuckle.AspNetCore.Swagger": "7.2.0" + }, + "compile": { + "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } + } + }, + "Swashbuckle.AspNetCore.SwaggerUI/7.2.0": { + "type": "package", + "compile": { + "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "System.Buffers/4.5.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "System.ClientModel/1.0.0": { + "type": "package", + "dependencies": { + "System.Memory.Data": "1.0.2", + "System.Text.Json": "4.7.2" + }, + "compile": { + "lib/net6.0/System.ClientModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.ClientModel.dll": { + "related": ".xml" + } + } + }, + "System.CodeDom/4.4.0": { + "type": "package", + "compile": { + "ref/netstandard2.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.CodeDom.dll": {} + } + }, + "System.Collections.Immutable/6.0.0": { + "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Composition/6.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "6.0.0", + "System.Composition.Convention": "6.0.0", + "System.Composition.Hosting": "6.0.0", + "System.Composition.Runtime": "6.0.0", + "System.Composition.TypedParts": "6.0.0" + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Composition.AttributedModel/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Composition.Convention/6.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Composition.Hosting/6.0.0": { + "type": "package", + "dependencies": { + "System.Composition.Runtime": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Composition.Runtime/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Composition.TypedParts/6.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "6.0.0", + "System.Composition.Hosting": "6.0.0", + "System.Composition.Runtime": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Configuration.ConfigurationManager/8.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "8.0.0", + "System.Security.Cryptography.ProtectedData": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Diagnostics.DiagnosticSource/10.0.0": { + "type": "package", + "compile": { + "lib/net9.0/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "System.Diagnostics.EventLog/9.0.2": { + "type": "package", + "compile": { + "lib/net9.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll": { + "assetType": "runtime", + "rid": "win" + }, + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Diagnostics.PerformanceCounter/6.0.0": { + "type": "package", + "dependencies": { + "System.Configuration.ConfigurationManager": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Diagnostics.PerformanceCounter.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Diagnostics.PerformanceCounter.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.IdentityModel.Tokens.Jwt/8.6.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.JsonWebTokens": "8.6.0", + "Microsoft.IdentityModel.Tokens": "8.6.0" + }, + "compile": { + "lib/net9.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + } + }, + "System.IO.FileSystem.AccessControl/4.7.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "4.7.0", + "System.Security.Principal.Windows": "4.7.0" + }, + "compile": { + "ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.IO.Pipelines/6.0.3": { + "type": "package", + "compile": { + "lib/net6.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Memory/4.5.5": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.Memory.Data/1.0.2": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "4.7.2", + "System.Text.Json": "4.6.0" + }, + "compile": { + "lib/netstandard2.0/System.Memory.Data.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Memory.Data.dll": { + "related": ".xml" + } + } + }, + "System.Numerics.Vectors/4.5.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "System.Reflection.Metadata/6.0.1": { + "type": "package", + "dependencies": { + "System.Collections.Immutable": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Runtime.Caching/8.0.0": { + "type": "package", + "dependencies": { + "System.Configuration.ConfigurationManager": "8.0.0" + }, + "compile": { + "lib/net8.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Runtime.Caching.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Runtime.Caching.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Security.AccessControl/4.7.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "3.1.0", + "System.Security.Principal.Windows": "4.7.0" + }, + "compile": { + "ref/netstandard2.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Pkcs/9.0.0": { + "type": "package", + "compile": { + "lib/net9.0/System.Security.Cryptography.Pkcs.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/System.Security.Cryptography.Pkcs.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net9.0/System.Security.Cryptography.Pkcs.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.ProtectedData/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Security.Cryptography.Xml/9.0.0": { + "type": "package", + "dependencies": { + "System.Security.Cryptography.Pkcs": "9.0.0" + }, + "compile": { + "lib/net9.0/System.Security.Cryptography.Xml.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/System.Security.Cryptography.Xml.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "System.Security.Principal.Windows/4.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp3.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Text.Encoding.CodePages/6.0.0": { + "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Text.Encodings.Web/4.7.2": { + "type": "package", + "compile": { + "lib/netstandard2.1/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + } + }, + "System.Text.Json/4.7.2": { + "type": "package", + "compile": { + "lib/netcoreapp3.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp3.0/System.Text.Json.dll": { + "related": ".xml" + } + } + }, + "System.Threading.Channels/7.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Threading.Channels.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Threading.Channels.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Threading.Tasks.Extensions/4.5.4": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.ValueTuple/4.5.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "YamlDotNet/16.3.0": { + "type": "package", + "compile": { + "lib/net8.0/YamlDotNet.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/YamlDotNet.dll": { + "related": ".xml" + } + } + } + } + }, + "libraries": { + "AspNetCore.HealthChecks.AzureServiceBus/9.0.0": { + "sha512": "Uzml9qWAvN6xPJejdTLznx9SIczKs/exieiJCU0Kjivt4ZTcsLdE3u2g8HJr0VWhguQad2mpGkwXtQ9nWfkm4g==", + "type": "package", + "path": "aspnetcore.healthchecks.azureservicebus/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "aspnetcore.healthchecks.azureservicebus.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.azureservicebus.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.AzureServiceBus.dll", + "lib/net8.0/HealthChecks.AzureServiceBus.xml", + "lib/netstandard2.0/HealthChecks.AzureServiceBus.dll", + "lib/netstandard2.0/HealthChecks.AzureServiceBus.xml" + ] + }, + "AspNetCore.HealthChecks.Rabbitmq/8.0.2": { + "sha512": "A/29xmNWfssOY1zq1bWAaZPW/iJfBhJN+I737KKHQutzB0JFwAIKesjsUWN2BAJwqS/ciFMjNxvCDHtAgU0PIQ==", + "type": "package", + "path": "aspnetcore.healthchecks.rabbitmq/8.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "aspnetcore.healthchecks.rabbitmq.8.0.2.nupkg.sha512", + "aspnetcore.healthchecks.rabbitmq.nuspec", + "icon.png", + "lib/net6.0/HealthChecks.Rabbitmq.dll", + "lib/net6.0/HealthChecks.Rabbitmq.xml", + "lib/netstandard2.0/HealthChecks.Rabbitmq.dll", + "lib/netstandard2.0/HealthChecks.Rabbitmq.xml" + ] + }, + "AspNetCore.HealthChecks.Redis/9.0.0": { + "sha512": "yNH0h8GLRbAf+PU5HNVLZ5hNeyq9mDVmRKO9xuZsme/znUYoBJlQvI0gq45gaZNlLncCHkMhR4o90MuT+gxxPw==", + "type": "package", + "path": "aspnetcore.healthchecks.redis/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.redis.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.redis.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.Redis.dll", + "lib/net8.0/HealthChecks.Redis.xml", + "lib/netstandard2.0/HealthChecks.Redis.dll", + "lib/netstandard2.0/HealthChecks.Redis.xml" + ] + }, + "AspNetCore.HealthChecks.SqlServer/9.0.0": { + "sha512": "UxCf65iCF2nU1u7AcB320abjL4CRg5swCgJECY6mKk1j5lrGMfVtskWwriGs1T29pYdRig9Vra3SPnP+4G82pA==", + "type": "package", + "path": "aspnetcore.healthchecks.sqlserver/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.sqlserver.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.sqlserver.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.SqlServer.dll", + "lib/net8.0/HealthChecks.SqlServer.xml", + "lib/netstandard2.0/HealthChecks.SqlServer.dll", + "lib/netstandard2.0/HealthChecks.SqlServer.xml" + ] + }, + "AspNetCore.HealthChecks.UI/9.0.0": { + "sha512": "r/bGIiFDm/Bv+S/OCcE1/YzM4Zul1nEKGRA42xcGqxaYmaQf1T+gFEReNNA+5nHXuXt5TRuBuVag1emXuwqe6w==", + "type": "package", + "path": "aspnetcore.healthchecks.ui/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.ui.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.ui.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.UI.dll", + "lib/net8.0/HealthChecks.UI.runtimeconfig.json", + "lib/net8.0/HealthChecks.UI.xml" + ] + }, + "AspNetCore.HealthChecks.UI.Client/9.0.0": { + "sha512": "1Ub3Wvvbz7CMuFNWgLEc9qqQibiMoovDML/WHrwr5J83RPgtI20giCR92s/ipLgu7IIuqw+W/y7WpIeHqAICxg==", + "type": "package", + "path": "aspnetcore.healthchecks.ui.client/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.ui.client.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.ui.client.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.UI.Client.dll", + "lib/net8.0/HealthChecks.UI.Client.xml" + ] + }, + "AspNetCore.HealthChecks.UI.Core/9.0.0": { + "sha512": "TVriy4hgYnhfqz6NAzv8qe62Q8wf82iKUL6WV9selqeFZTq1ILi39Sic6sFQegRysvAVcnxKP/vY8z9Fk8x6XQ==", + "type": "package", + "path": "aspnetcore.healthchecks.ui.core/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.ui.core.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.ui.core.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.UI.Core.dll", + "lib/net8.0/HealthChecks.UI.Core.xml" + ] + }, + "AspNetCore.HealthChecks.UI.Data/9.0.0": { + "sha512": "bZkXUdiqXOkmhe3XHF+OIgPQKR8OXS8/+iDWegmxSXtbaIYwsT5+B0URT+P4OPvhj5tR2goMMZe5KwJBVHr+1g==", + "type": "package", + "path": "aspnetcore.healthchecks.ui.data/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.ui.data.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.ui.data.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.UI.Data.dll", + "lib/net8.0/HealthChecks.UI.Data.xml" + ] + }, + "AspNetCore.HealthChecks.UI.InMemory.Storage/9.0.0": { + "sha512": "xuq+HBH8Ckz9r5d+yP1pk7cgIbPLBqCGfYu0MxtvbtsxIo7cv5nQoUCJsdgqN5/a4ndVUJZco6GjWFk6r4xN1w==", + "type": "package", + "path": "aspnetcore.healthchecks.ui.inmemory.storage/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.ui.inmemory.storage.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.ui.inmemory.storage.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.UI.InMemory.Storage.dll", + "lib/net8.0/HealthChecks.UI.InMemory.Storage.xml" + ] + }, + "AspNetCore.HealthChecks.Uris/9.0.0": { + "sha512": "XYdNlA437KeF8p9qOpZFyNqAN+c0FXt/JjTvzH/Qans0q0O3pPE8KPnn39ucQQjR/Roum1vLTP3kXiUs8VHyuA==", + "type": "package", + "path": "aspnetcore.healthchecks.uris/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.uris.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.uris.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.Uris.dll", + "lib/net8.0/HealthChecks.Uris.xml", + "lib/netstandard2.0/HealthChecks.Uris.dll", + "lib/netstandard2.0/HealthChecks.Uris.xml" + ] + }, + "Autofac/9.0.0": { + "sha512": "G8TpUMVIq1pEAMuAao8h5MKduY91SotjgK93wQb5LaxbJUVE0/XjCA6t2SOp+AkPC3GB/C2MAiF2D7krYjraFw==", + "type": "package", + "path": "autofac/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "autofac.9.0.0.nupkg.sha512", + "autofac.nuspec", + "icon.png", + "lib/net10.0/Autofac.dll", + "lib/net10.0/Autofac.xml", + "lib/net8.0/Autofac.dll", + "lib/net8.0/Autofac.xml", + "lib/netstandard2.0/Autofac.dll", + "lib/netstandard2.0/Autofac.xml", + "lib/netstandard2.1/Autofac.dll", + "lib/netstandard2.1/Autofac.xml" + ] + }, + "Azure.Core/1.38.0": { + "sha512": "IuEgCoVA0ef7E4pQtpC3+TkPbzaoQfa77HlfJDmfuaJUCVJmn7fT0izamZiryW5sYUFKizsftIxMkXKbgIcPMQ==", + "type": "package", + "path": "azure.core/1.38.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.core.1.38.0.nupkg.sha512", + "azure.core.nuspec", + "azureicon.png", + "lib/net461/Azure.Core.dll", + "lib/net461/Azure.Core.xml", + "lib/net472/Azure.Core.dll", + "lib/net472/Azure.Core.xml", + "lib/net6.0/Azure.Core.dll", + "lib/net6.0/Azure.Core.xml", + "lib/netstandard2.0/Azure.Core.dll", + "lib/netstandard2.0/Azure.Core.xml" + ] + }, + "Azure.Core.Amqp/1.3.0": { + "sha512": "6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==", + "type": "package", + "path": "azure.core.amqp/1.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.core.amqp.1.3.0.nupkg.sha512", + "azure.core.amqp.nuspec", + "azureicon.png", + "lib/netstandard2.0/Azure.Core.Amqp.dll", + "lib/netstandard2.0/Azure.Core.Amqp.xml" + ] + }, + "Azure.Identity/1.11.4": { + "sha512": "Sf4BoE6Q3jTgFkgBkx7qztYOFELBCo+wQgpYDwal/qJ1unBH73ywPztIJKXBXORRzAeNijsuxhk94h0TIMvfYg==", + "type": "package", + "path": "azure.identity/1.11.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.identity.1.11.4.nupkg.sha512", + "azure.identity.nuspec", + "azureicon.png", + "lib/netstandard2.0/Azure.Identity.dll", + "lib/netstandard2.0/Azure.Identity.xml" + ] + }, + "Azure.Messaging.ServiceBus/7.17.0": { + "sha512": "lpQXW+8IsTsCp8hvMIiqcp0oLYgxc79g7ALYUOOXiZy/3WORlaN237eNx0LCX40wTo7hLtdbVrmoUa+kIohGpg==", + "type": "package", + "path": "azure.messaging.servicebus/7.17.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.messaging.servicebus.7.17.0.nupkg.sha512", + "azure.messaging.servicebus.nuspec", + "azureicon.png", + "lib/netstandard2.0/Azure.Messaging.ServiceBus.dll", + "lib/netstandard2.0/Azure.Messaging.ServiceBus.xml" + ] + }, + "FluentValidation/11.5.1": { + "sha512": "0h1Q5lNOLLyYTWMJmyNoMqhY4CBRvvUWvJP1R4F2CnmmzuWwvB0A8aVmw5+lOuwYnwUwCRrdeMLbc81F38ahNQ==", + "type": "package", + "path": "fluentvalidation/11.5.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "fluent-validation-icon.png", + "fluentvalidation.11.5.1.nupkg.sha512", + "fluentvalidation.nuspec", + "lib/net5.0/FluentValidation.dll", + "lib/net5.0/FluentValidation.xml", + "lib/net6.0/FluentValidation.dll", + "lib/net6.0/FluentValidation.xml", + "lib/net7.0/FluentValidation.dll", + "lib/net7.0/FluentValidation.xml", + "lib/netstandard2.0/FluentValidation.dll", + "lib/netstandard2.0/FluentValidation.xml", + "lib/netstandard2.1/FluentValidation.dll", + "lib/netstandard2.1/FluentValidation.xml" + ] + }, + "FluentValidation.AspNetCore/11.3.0": { + "sha512": "jtFVgKnDFySyBlPS8bZbTKEEwJZnn11rXXJ2SQnjDhZ56rQqybBg9Joq4crRLz3y0QR8WoOq4iE4piV81w/Djg==", + "type": "package", + "path": "fluentvalidation.aspnetcore/11.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "fluent-validation-icon.png", + "fluentvalidation.aspnetcore.11.3.0.nupkg.sha512", + "fluentvalidation.aspnetcore.nuspec", + "lib/net5.0/FluentValidation.AspNetCore.dll", + "lib/net5.0/FluentValidation.AspNetCore.xml", + "lib/net6.0/FluentValidation.AspNetCore.dll", + "lib/net6.0/FluentValidation.AspNetCore.xml", + "lib/netcoreapp3.1/FluentValidation.AspNetCore.dll", + "lib/netcoreapp3.1/FluentValidation.AspNetCore.xml" + ] + }, + "FluentValidation.DependencyInjectionExtensions/11.5.1": { + "sha512": "iWM0LS1MDYX06pcjMEQKqHirl2zkjHlNV23mEJSoR1IZI7KQmTa0RcTtGEJpj5+iHvBCfrzP2mYKM4FtRKVb+A==", + "type": "package", + "path": "fluentvalidation.dependencyinjectionextensions/11.5.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "fluent-validation-icon.png", + "fluentvalidation.dependencyinjectionextensions.11.5.1.nupkg.sha512", + "fluentvalidation.dependencyinjectionextensions.nuspec", + "lib/netstandard2.0/FluentValidation.DependencyInjectionExtensions.dll", + "lib/netstandard2.0/FluentValidation.DependencyInjectionExtensions.xml", + "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.dll", + "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.xml" + ] + }, + "Fractions/7.3.0": { + "sha512": "2bETFWLBc8b7Ut2SVi+bxhGVwiSpknHYGBh2PADyGWONLkTxT7bKyDRhF8ao+XUv90tq8Fl7GTPxSI5bacIRJw==", + "type": "package", + "path": "fractions/7.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Fraction.png", + "Readme.md", + "fractions.7.3.0.nupkg.sha512", + "fractions.nuspec", + "lib/netstandard2.0/Fractions.dll", + "lib/netstandard2.0/Fractions.xml", + "lib/netstandard2.1/Fractions.dll", + "lib/netstandard2.1/Fractions.xml", + "license.txt" + ] + }, + "Google.Protobuf/3.33.1": { + "sha512": "RztiFmX9aOWDwfhxFzx/nS4fjs4DX7ZC7/XBEBl56k15lPGBftvbSwZkeo1mMCJHrNp1kK5iQYrFXB4MqCmBCA==", + "type": "package", + "path": "google.protobuf/3.33.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "google.protobuf.3.33.1.nupkg.sha512", + "google.protobuf.nuspec", + "lib/net45/Google.Protobuf.dll", + "lib/net45/Google.Protobuf.pdb", + "lib/net45/Google.Protobuf.xml", + "lib/net5.0/Google.Protobuf.dll", + "lib/net5.0/Google.Protobuf.pdb", + "lib/net5.0/Google.Protobuf.xml", + "lib/netstandard1.1/Google.Protobuf.dll", + "lib/netstandard1.1/Google.Protobuf.pdb", + "lib/netstandard1.1/Google.Protobuf.xml", + "lib/netstandard2.0/Google.Protobuf.dll", + "lib/netstandard2.0/Google.Protobuf.pdb", + "lib/netstandard2.0/Google.Protobuf.xml" + ] + }, + "Grpc.AspNetCore.Server/2.71.0": { + "sha512": "kv+9YVB6MqDYWIcstXvWrT7Xc1si/sfINzzSxvQfjC3aei+92gXDUXCH/Q+TEvi4QSICRqu92BYcrXUBW7cuOw==", + "type": "package", + "path": "grpc.aspnetcore.server/2.71.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "grpc.aspnetcore.server.2.71.0.nupkg.sha512", + "grpc.aspnetcore.server.nuspec", + "lib/net6.0/Grpc.AspNetCore.Server.dll", + "lib/net6.0/Grpc.AspNetCore.Server.pdb", + "lib/net6.0/Grpc.AspNetCore.Server.xml", + "lib/net7.0/Grpc.AspNetCore.Server.dll", + "lib/net7.0/Grpc.AspNetCore.Server.pdb", + "lib/net7.0/Grpc.AspNetCore.Server.xml", + "lib/net8.0/Grpc.AspNetCore.Server.dll", + "lib/net8.0/Grpc.AspNetCore.Server.pdb", + "lib/net8.0/Grpc.AspNetCore.Server.xml", + "lib/net9.0/Grpc.AspNetCore.Server.dll", + "lib/net9.0/Grpc.AspNetCore.Server.pdb", + "lib/net9.0/Grpc.AspNetCore.Server.xml", + "packageIcon.png" + ] + }, + "Grpc.AspNetCore.Server.ClientFactory/2.71.0": { + "sha512": "AHvMxoC+esO1e/nOYBjxvn0WDHAfglcVBjtkBy6ohgnV+PzkF8UdkPHE02xnyPFaSokWGZKnWzjgd00x6EZpyQ==", + "type": "package", + "path": "grpc.aspnetcore.server.clientfactory/2.71.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "grpc.aspnetcore.server.clientfactory.2.71.0.nupkg.sha512", + "grpc.aspnetcore.server.clientfactory.nuspec", + "lib/net6.0/Grpc.AspNetCore.Server.ClientFactory.dll", + "lib/net6.0/Grpc.AspNetCore.Server.ClientFactory.pdb", + "lib/net6.0/Grpc.AspNetCore.Server.ClientFactory.xml", + "lib/net7.0/Grpc.AspNetCore.Server.ClientFactory.dll", + "lib/net7.0/Grpc.AspNetCore.Server.ClientFactory.pdb", + "lib/net7.0/Grpc.AspNetCore.Server.ClientFactory.xml", + "lib/net8.0/Grpc.AspNetCore.Server.ClientFactory.dll", + "lib/net8.0/Grpc.AspNetCore.Server.ClientFactory.pdb", + "lib/net8.0/Grpc.AspNetCore.Server.ClientFactory.xml", + "lib/net9.0/Grpc.AspNetCore.Server.ClientFactory.dll", + "lib/net9.0/Grpc.AspNetCore.Server.ClientFactory.pdb", + "lib/net9.0/Grpc.AspNetCore.Server.ClientFactory.xml", + "packageIcon.png" + ] + }, + "Grpc.Core.Api/2.71.0": { + "sha512": "QquqUC37yxsDzd1QaDRsH2+uuznWPTS8CVE2Yzwl3CvU4geTNkolQXoVN812M2IwT6zpv3jsZRc9ExJFNFslTg==", + "type": "package", + "path": "grpc.core.api/2.71.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "grpc.core.api.2.71.0.nupkg.sha512", + "grpc.core.api.nuspec", + "lib/net462/Grpc.Core.Api.dll", + "lib/net462/Grpc.Core.Api.pdb", + "lib/net462/Grpc.Core.Api.xml", + "lib/netstandard2.0/Grpc.Core.Api.dll", + "lib/netstandard2.0/Grpc.Core.Api.pdb", + "lib/netstandard2.0/Grpc.Core.Api.xml", + "lib/netstandard2.1/Grpc.Core.Api.dll", + "lib/netstandard2.1/Grpc.Core.Api.pdb", + "lib/netstandard2.1/Grpc.Core.Api.xml", + "packageIcon.png" + ] + }, + "Grpc.Net.Client/2.71.0": { + "sha512": "U1vr20r5ngoT9nlb7wejF28EKN+taMhJsV9XtK9MkiepTZwnKxxiarriiMfCHuDAfPUm9XUjFMn/RIuJ4YY61w==", + "type": "package", + "path": "grpc.net.client/2.71.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "grpc.net.client.2.71.0.nupkg.sha512", + "grpc.net.client.nuspec", + "lib/net462/Grpc.Net.Client.dll", + "lib/net462/Grpc.Net.Client.pdb", + "lib/net462/Grpc.Net.Client.xml", + "lib/net6.0/Grpc.Net.Client.dll", + "lib/net6.0/Grpc.Net.Client.pdb", + "lib/net6.0/Grpc.Net.Client.xml", + "lib/net7.0/Grpc.Net.Client.dll", + "lib/net7.0/Grpc.Net.Client.pdb", + "lib/net7.0/Grpc.Net.Client.xml", + "lib/net8.0/Grpc.Net.Client.dll", + "lib/net8.0/Grpc.Net.Client.pdb", + "lib/net8.0/Grpc.Net.Client.xml", + "lib/netstandard2.0/Grpc.Net.Client.dll", + "lib/netstandard2.0/Grpc.Net.Client.pdb", + "lib/netstandard2.0/Grpc.Net.Client.xml", + "lib/netstandard2.1/Grpc.Net.Client.dll", + "lib/netstandard2.1/Grpc.Net.Client.pdb", + "lib/netstandard2.1/Grpc.Net.Client.xml", + "packageIcon.png" + ] + }, + "Grpc.Net.ClientFactory/2.71.0": { + "sha512": "8oPLwQLPo86fmcf9ghjCDyNsSWhtHc3CXa/AqwF8Su/pG7qAoeWWtbymsZhoNvCV9Zjzb6BDcIPKXLYt+O175g==", + "type": "package", + "path": "grpc.net.clientfactory/2.71.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "grpc.net.clientfactory.2.71.0.nupkg.sha512", + "grpc.net.clientfactory.nuspec", + "lib/net6.0/Grpc.Net.ClientFactory.dll", + "lib/net6.0/Grpc.Net.ClientFactory.pdb", + "lib/net6.0/Grpc.Net.ClientFactory.xml", + "lib/net7.0/Grpc.Net.ClientFactory.dll", + "lib/net7.0/Grpc.Net.ClientFactory.pdb", + "lib/net7.0/Grpc.Net.ClientFactory.xml", + "lib/net8.0/Grpc.Net.ClientFactory.dll", + "lib/net8.0/Grpc.Net.ClientFactory.pdb", + "lib/net8.0/Grpc.Net.ClientFactory.xml", + "lib/netstandard2.0/Grpc.Net.ClientFactory.dll", + "lib/netstandard2.0/Grpc.Net.ClientFactory.pdb", + "lib/netstandard2.0/Grpc.Net.ClientFactory.xml", + "lib/netstandard2.1/Grpc.Net.ClientFactory.dll", + "lib/netstandard2.1/Grpc.Net.ClientFactory.pdb", + "lib/netstandard2.1/Grpc.Net.ClientFactory.xml", + "packageIcon.png" + ] + }, + "Grpc.Net.Common/2.71.0": { + "sha512": "v0c8R97TwRYwNXlC8GyRXwYTCNufpDfUtj9la+wUrZFzVWkFJuNAltU+c0yI3zu0jl54k7en6u2WKgZgd57r2Q==", + "type": "package", + "path": "grpc.net.common/2.71.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "grpc.net.common.2.71.0.nupkg.sha512", + "grpc.net.common.nuspec", + "lib/net6.0/Grpc.Net.Common.dll", + "lib/net6.0/Grpc.Net.Common.pdb", + "lib/net6.0/Grpc.Net.Common.xml", + "lib/net7.0/Grpc.Net.Common.dll", + "lib/net7.0/Grpc.Net.Common.pdb", + "lib/net7.0/Grpc.Net.Common.xml", + "lib/net8.0/Grpc.Net.Common.dll", + "lib/net8.0/Grpc.Net.Common.pdb", + "lib/net8.0/Grpc.Net.Common.xml", + "lib/netstandard2.0/Grpc.Net.Common.dll", + "lib/netstandard2.0/Grpc.Net.Common.pdb", + "lib/netstandard2.0/Grpc.Net.Common.xml", + "lib/netstandard2.1/Grpc.Net.Common.dll", + "lib/netstandard2.1/Grpc.Net.Common.pdb", + "lib/netstandard2.1/Grpc.Net.Common.xml", + "packageIcon.png" + ] + }, + "Grpc.Tools/2.76.0": { + "sha512": "goRzYZVMgQtyLvkWdgTnPycg49hlNxnMkqGGgR3l7nCOm0bUh0YeAneiJ9JFk3XLgF4suQUdETYkl2Mg/TBr0w==", + "type": "package", + "path": "grpc.tools/2.76.0", + "hasTools": true, + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "build/Grpc.Tools.props", + "build/Grpc.Tools.targets", + "build/_grpc/Grpc.CSharp.xml", + "build/_grpc/_Grpc.Tools.props", + "build/_grpc/_Grpc.Tools.targets", + "build/_protobuf/Google.Protobuf.Tools.props", + "build/_protobuf/Google.Protobuf.Tools.targets", + "build/_protobuf/Protobuf.CSharp.xml", + "build/_protobuf/net45/Protobuf.MSBuild.dll", + "build/_protobuf/net45/Protobuf.MSBuild.pdb", + "build/_protobuf/netstandard1.3/Protobuf.MSBuild.dll", + "build/_protobuf/netstandard1.3/Protobuf.MSBuild.pdb", + "build/native/include/google/protobuf/any.proto", + "build/native/include/google/protobuf/api.proto", + "build/native/include/google/protobuf/descriptor.proto", + "build/native/include/google/protobuf/duration.proto", + "build/native/include/google/protobuf/empty.proto", + "build/native/include/google/protobuf/field_mask.proto", + "build/native/include/google/protobuf/source_context.proto", + "build/native/include/google/protobuf/struct.proto", + "build/native/include/google/protobuf/timestamp.proto", + "build/native/include/google/protobuf/type.proto", + "build/native/include/google/protobuf/wrappers.proto", + "grpc.tools.2.76.0.nupkg.sha512", + "grpc.tools.nuspec", + "packageIcon.png", + "tools/linux_arm64/grpc_csharp_plugin", + "tools/linux_arm64/protoc", + "tools/linux_x64/grpc_csharp_plugin", + "tools/linux_x64/protoc", + "tools/linux_x86/grpc_csharp_plugin", + "tools/linux_x86/protoc", + "tools/macosx_x64/grpc_csharp_plugin", + "tools/macosx_x64/protoc", + "tools/windows_x64/grpc_csharp_plugin.exe", + "tools/windows_x64/protoc.exe", + "tools/windows_x86/grpc_csharp_plugin.exe", + "tools/windows_x86/protoc.exe" + ] + }, + "Humanizer.Core/2.14.1": { + "sha512": "lQKvtaTDOXnoVJ20ibTuSIOf2i0uO0MPbDhd1jm238I+U/2ZnRENj0cktKZhtchBMtCUSRQ5v4xBCUbKNmyVMw==", + "type": "package", + "path": "humanizer.core/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.2.14.1.nupkg.sha512", + "humanizer.core.nuspec", + "lib/net6.0/Humanizer.dll", + "lib/net6.0/Humanizer.xml", + "lib/netstandard1.0/Humanizer.dll", + "lib/netstandard1.0/Humanizer.xml", + "lib/netstandard2.0/Humanizer.dll", + "lib/netstandard2.0/Humanizer.xml", + "logo.png" + ] + }, + "KubernetesClient/17.0.14": { + "sha512": "FMGWjGtN8WEUKAAQxs96PK2tYvPrvwhoJzay/6HiByVTvHoJ0i9u7ykvYb7E3vLTSlfv26Q2Ktxr41zYCppu8A==", + "type": "package", + "path": "kubernetesclient/17.0.14", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "kubernetesclient.17.0.14.nupkg.sha512", + "kubernetesclient.nuspec", + "lib/net8.0/KubernetesClient.dll", + "lib/net8.0/KubernetesClient.pdb", + "lib/net8.0/KubernetesClient.xml", + "lib/net9.0/KubernetesClient.dll", + "lib/net9.0/KubernetesClient.pdb", + "lib/net9.0/KubernetesClient.xml", + "logo.png" + ] + }, + "MediatR/12.4.1": { + "sha512": "0tLxCgEC5+r1OCuumR3sWyiVa+BMv3AgiU4+pz8xqTc+2q1WbUEXFOr7Orm96oZ9r9FsldgUtWvB2o7b9jDOaw==", + "type": "package", + "path": "mediatr/12.4.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "gradient_128x128.png", + "lib/net6.0/MediatR.dll", + "lib/net6.0/MediatR.xml", + "lib/netstandard2.0/MediatR.dll", + "lib/netstandard2.0/MediatR.xml", + "mediatr.12.4.1.nupkg.sha512", + "mediatr.nuspec" + ] + }, + "MediatR.Contracts/2.0.1": { + "sha512": "FYv95bNT4UwcNA+G/J1oX5OpRiSUxteXaUt2BJbRSdRNiIUNbggJF69wy6mnk2wYToaanpdXZdCwVylt96MpwQ==", + "type": "package", + "path": "mediatr.contracts/2.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "gradient_128x128.png", + "lib/netstandard2.0/MediatR.Contracts.dll", + "lib/netstandard2.0/MediatR.Contracts.xml", + "mediatr.contracts.2.0.1.nupkg.sha512", + "mediatr.contracts.nuspec" + ] + }, + "Microsoft.ApplicationInsights/2.23.0": { + "sha512": "nWArUZTdU7iqZLycLKWe0TDms48KKGE6pONH2terYNa8REXiqixrMOkf1sk5DHGMaUTqONU2YkS4SAXBhLStgw==", + "type": "package", + "path": "microsoft.applicationinsights/2.23.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "icon.png", + "lib/net452/Microsoft.ApplicationInsights.dll", + "lib/net452/Microsoft.ApplicationInsights.pdb", + "lib/net452/Microsoft.ApplicationInsights.xml", + "lib/net46/Microsoft.ApplicationInsights.dll", + "lib/net46/Microsoft.ApplicationInsights.pdb", + "lib/net46/Microsoft.ApplicationInsights.xml", + "lib/netstandard2.0/Microsoft.ApplicationInsights.dll", + "lib/netstandard2.0/Microsoft.ApplicationInsights.pdb", + "lib/netstandard2.0/Microsoft.ApplicationInsights.xml", + "microsoft.applicationinsights.2.23.0.nupkg.sha512", + "microsoft.applicationinsights.nuspec" + ] + }, + "Microsoft.ApplicationInsights.AspNetCore/2.23.0": { + "sha512": "we/RsIn0Mwf/4ZNGXZixJ0lVD3pqjx2yVeKfqJybgYY/Lib8nnf+8YGJp+ULN3kOk39I0pI/7ZnF9LFy6hS3lw==", + "type": "package", + "path": "microsoft.applicationinsights.aspnetcore/2.23.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "icon.png", + "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.dll", + "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.pdb", + "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.xml", + "microsoft.applicationinsights.aspnetcore.2.23.0.nupkg.sha512", + "microsoft.applicationinsights.aspnetcore.nuspec" + ] + }, + "Microsoft.ApplicationInsights.DependencyCollector/2.23.0": { + "sha512": "9YRdl9SNbTxd4AafJckyoJLr5gJdnvqFivjo+PY0lQTPEncPB+z3ZABG4iDfxN9HI1aLqyRINr1/7de9Wg8ZuQ==", + "type": "package", + "path": "microsoft.applicationinsights.dependencycollector/2.23.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "build/Microsoft.ApplicationInsights.DependencyCollector.targets", + "content/ApplicationInsights.config.install.xdt", + "content/ApplicationInsights.config.transform", + "content/ApplicationInsights.config.uninstall.xdt", + "icon.png", + "lib/net452/Microsoft.AI.DependencyCollector.dll", + "lib/net452/Microsoft.AI.DependencyCollector.pdb", + "lib/net452/Microsoft.AI.DependencyCollector.xml", + "lib/netstandard2.0/Microsoft.AI.DependencyCollector.dll", + "lib/netstandard2.0/Microsoft.AI.DependencyCollector.pdb", + "lib/netstandard2.0/Microsoft.AI.DependencyCollector.xml", + "microsoft.applicationinsights.dependencycollector.2.23.0.nupkg.sha512", + "microsoft.applicationinsights.dependencycollector.nuspec" + ] + }, + "Microsoft.ApplicationInsights.EventCounterCollector/2.23.0": { + "sha512": "gGt0JPw2dcSeIAIefyORJBdeMz8KgAFIktu8HV/NwkiGmLyw+YtifLm6B5gvGxO15AeMsGPbmvWEIvLfq88XPw==", + "type": "package", + "path": "microsoft.applicationinsights.eventcountercollector/2.23.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "icon.png", + "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.dll", + "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.pdb", + "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.xml", + "microsoft.applicationinsights.eventcountercollector.2.23.0.nupkg.sha512", + "microsoft.applicationinsights.eventcountercollector.nuspec" + ] + }, + "Microsoft.ApplicationInsights.Kubernetes/8.0.0": { + "sha512": "8KosvcFQZPtdqr9taaDUEKMsr3j4S7r62sze4fs8vkCTD0oDIR5MRtOUBh86zaWsBegqNuN0J8lEiIq2inRopw==", + "type": "package", + "path": "microsoft.applicationinsights.kubernetes/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE", + "Readme.Nuget.md", + "images/icon.png", + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.dll", + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.xml", + "microsoft.applicationinsights.kubernetes.8.0.0.nupkg.sha512", + "microsoft.applicationinsights.kubernetes.nuspec" + ] + }, + "Microsoft.ApplicationInsights.PerfCounterCollector/2.23.0": { + "sha512": "q9ApjZfBS9O8m3aQM2oVjsGBmlE8BCFywT7UR+8aqdNuz7HpoIxw4jHy0XOBergiFX/olrJF4OyPkGxc3H5JHg==", + "type": "package", + "path": "microsoft.applicationinsights.perfcountercollector/2.23.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "build/Microsoft.ApplicationInsights.PerfCounterCollector.targets", + "content/ApplicationInsights.config.install.xdt", + "content/ApplicationInsights.config.transform", + "content/ApplicationInsights.config.uninstall.xdt", + "icon.png", + "lib/net452/Microsoft.AI.PerfCounterCollector.dll", + "lib/net452/Microsoft.AI.PerfCounterCollector.pdb", + "lib/net452/Microsoft.AI.PerfCounterCollector.xml", + "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.dll", + "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.pdb", + "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.xml", + "microsoft.applicationinsights.perfcountercollector.2.23.0.nupkg.sha512", + "microsoft.applicationinsights.perfcountercollector.nuspec" + ] + }, + "Microsoft.ApplicationInsights.WindowsServer/2.23.0": { + "sha512": "2B8CGfnB/tribkQAqRBhMvJYJK5TkEPMG/BB0QrlxdwVGEufayNLMveXjkQCqld9arXd6wKR1ve2XmkA0+xXKQ==", + "type": "package", + "path": "microsoft.applicationinsights.windowsserver/2.23.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "build/Microsoft.ApplicationInsights.WindowsServer.targets", + "content/ApplicationInsights.config.install.xdt", + "content/ApplicationInsights.config.transform", + "content/ApplicationInsights.config.uninstall.xdt", + "icon.png", + "lib/net452/Microsoft.AI.WindowsServer.dll", + "lib/net452/Microsoft.AI.WindowsServer.pdb", + "lib/net452/Microsoft.AI.WindowsServer.xml", + "lib/netstandard2.0/Microsoft.AI.WindowsServer.dll", + "lib/netstandard2.0/Microsoft.AI.WindowsServer.pdb", + "lib/netstandard2.0/Microsoft.AI.WindowsServer.xml", + "microsoft.applicationinsights.windowsserver.2.23.0.nupkg.sha512", + "microsoft.applicationinsights.windowsserver.nuspec" + ] + }, + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.23.0": { + "sha512": "798Dudr4tkujslk1w+XcXOcCErmVsk+nhp+QCHLa3lcgi25vkAxBmzPUeQlRJVCNL/1f4x/YF+vQZ8RSuTXWCw==", + "type": "package", + "path": "microsoft.applicationinsights.windowsserver.telemetrychannel/2.23.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "build/Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.targets", + "content/ApplicationInsights.config.install.xdt", + "content/ApplicationInsights.config.transform", + "content/ApplicationInsights.config.uninstall.xdt", + "icon.png", + "lib/net452/Microsoft.AI.ServerTelemetryChannel.dll", + "lib/net452/Microsoft.AI.ServerTelemetryChannel.pdb", + "lib/net452/Microsoft.AI.ServerTelemetryChannel.xml", + "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.dll", + "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.pdb", + "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.xml", + "microsoft.applicationinsights.windowsserver.telemetrychannel.2.23.0.nupkg.sha512", + "microsoft.applicationinsights.windowsserver.telemetrychannel.nuspec" + ] + }, + "Microsoft.AspNetCore.Cryptography.Internal/9.0.0": { + "sha512": "M1dzTEl+2+RqT4vWcqEpWasPXHd58wC93U7QMlmPSmx+qixyVxCQjZ183wr7Wa68b4pF7wC501MU9rdA0ZNhMg==", + "type": "package", + "path": "microsoft.aspnetcore.cryptography.internal/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.AspNetCore.Cryptography.Internal.dll", + "lib/net462/Microsoft.AspNetCore.Cryptography.Internal.xml", + "lib/net9.0/Microsoft.AspNetCore.Cryptography.Internal.dll", + "lib/net9.0/Microsoft.AspNetCore.Cryptography.Internal.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.xml", + "microsoft.aspnetcore.cryptography.internal.9.0.0.nupkg.sha512", + "microsoft.aspnetcore.cryptography.internal.nuspec" + ] + }, + "Microsoft.AspNetCore.DataProtection/9.0.0": { + "sha512": "mrhTnqMHkaVmaNZOWobg7ior5BELrlC5dC2r3FMVwT0bfOlonOe76B83e3D98Cl/zR5Szhfok2BQmkw6xDvHfg==", + "type": "package", + "path": "microsoft.aspnetcore.dataprotection/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.AspNetCore.DataProtection.dll", + "lib/net462/Microsoft.AspNetCore.DataProtection.xml", + "lib/net9.0/Microsoft.AspNetCore.DataProtection.dll", + "lib/net9.0/Microsoft.AspNetCore.DataProtection.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.xml", + "microsoft.aspnetcore.dataprotection.9.0.0.nupkg.sha512", + "microsoft.aspnetcore.dataprotection.nuspec" + ] + }, + "Microsoft.AspNetCore.DataProtection.Abstractions/9.0.0": { + "sha512": "o7JVGMXofZ4IuQdyoL0eKC1GnNmviZt2aI7CGHnQjqbz9hIrYim3DUfCKpvKaVzLWfzfgmwaXNg8Zx7fFQaBbA==", + "type": "package", + "path": "microsoft.aspnetcore.dataprotection.abstractions/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.AspNetCore.DataProtection.Abstractions.dll", + "lib/net462/Microsoft.AspNetCore.DataProtection.Abstractions.xml", + "lib/net9.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll", + "lib/net9.0/Microsoft.AspNetCore.DataProtection.Abstractions.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.xml", + "microsoft.aspnetcore.dataprotection.abstractions.9.0.0.nupkg.sha512", + "microsoft.aspnetcore.dataprotection.abstractions.nuspec" + ] + }, + "Microsoft.AspNetCore.DataProtection.StackExchangeRedis/9.0.0": { + "sha512": "yqFoLg7TMZfbEVvC2bUV3VDZ4KeRaefmEiGUIrTLoZm9Qqs6f0lNpE3EpBOPjhbGs6oWkjofntqhPXyzYoMVIw==", + "type": "package", + "path": "microsoft.aspnetcore.dataprotection.stackexchangeredis/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.dll", + "lib/net462/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.xml", + "lib/net9.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.dll", + "lib/net9.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.xml", + "microsoft.aspnetcore.dataprotection.stackexchangeredis.9.0.0.nupkg.sha512", + "microsoft.aspnetcore.dataprotection.stackexchangeredis.nuspec" + ] + }, + "Microsoft.AspNetCore.Hosting/2.1.1": { + "sha512": "MqYc0DUxrhAPnb5b4HFspxsoJT+gJlLsliSxIgovf4BsbmpaXQId0/pDiVzLuEbmks2w1/lRfY8w0lQOuK1jQQ==", + "type": "package", + "path": "microsoft.aspnetcore.hosting/2.1.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.xml", + "microsoft.aspnetcore.hosting.2.1.1.nupkg.sha512", + "microsoft.aspnetcore.hosting.nuspec" + ] + }, + "Microsoft.AspNetCore.Hosting.Abstractions/2.1.1": { + "sha512": "76cKcp2pWhvdV2TXTqMg/DyW7N6cDzTEhtL8vVWFShQN+Ylwv3eO/vUQr2BS3Hz4IZHEpL+FOo2T+MtymHDqDQ==", + "type": "package", + "path": "microsoft.aspnetcore.hosting.abstractions/2.1.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.xml", + "microsoft.aspnetcore.hosting.abstractions.2.1.1.nupkg.sha512", + "microsoft.aspnetcore.hosting.abstractions.nuspec" + ] + }, + "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.1.1": { + "sha512": "+vD7HJYzAXNq17t+NgRkpS38cxuAyOBu8ixruOiA3nWsybozolUdALWiZ5QFtGRzajSLPFA2YsbO3NPcqoUwcw==", + "type": "package", + "path": "microsoft.aspnetcore.hosting.server.abstractions/2.1.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.xml", + "microsoft.aspnetcore.hosting.server.abstractions.2.1.1.nupkg.sha512", + "microsoft.aspnetcore.hosting.server.abstractions.nuspec" + ] + }, + "Microsoft.AspNetCore.Http/2.1.22": { + "sha512": "+Blk++1JWqghbl8+3azQmKhiNZA5wAepL9dY2I6KVmu2Ri07MAcvAVC888qUvO7yd7xgRgZOMfihezKg14O/2A==", + "type": "package", + "path": "microsoft.aspnetcore.http/2.1.22", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Http.xml", + "microsoft.aspnetcore.http.2.1.22.nupkg.sha512", + "microsoft.aspnetcore.http.nuspec" + ] + }, + "Microsoft.AspNetCore.Http.Abstractions/2.1.1": { + "sha512": "kQUEVOU4loc8CPSb2WoHFTESqwIa8Ik7ysCBfTwzHAd0moWovc9JQLmhDIHlYLjHbyexqZAlkq/FPRUZqokebw==", + "type": "package", + "path": "microsoft.aspnetcore.http.abstractions/2.1.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.xml", + "microsoft.aspnetcore.http.abstractions.2.1.1.nupkg.sha512", + "microsoft.aspnetcore.http.abstractions.nuspec" + ] + }, + "Microsoft.AspNetCore.Http.Extensions/2.1.1": { + "sha512": "ncAgV+cqsWSqjLXFUTyObGh4Tr7ShYYs3uW8Q/YpRwZn7eLV7dux5Z6GLY+rsdzmIHiia3Q2NWbLULQi7aziHw==", + "type": "package", + "path": "microsoft.aspnetcore.http.extensions/2.1.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.xml", + "microsoft.aspnetcore.http.extensions.2.1.1.nupkg.sha512", + "microsoft.aspnetcore.http.extensions.nuspec" + ] + }, + "Microsoft.AspNetCore.Http.Features/2.1.1": { + "sha512": "VklZ7hWgSvHBcDtwYYkdMdI/adlf7ebxTZ9kdzAhX+gUs5jSHE9mZlTamdgf9miSsxc1QjNazHXTDJdVPZKKTw==", + "type": "package", + "path": "microsoft.aspnetcore.http.features/2.1.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.xml", + "microsoft.aspnetcore.http.features.2.1.1.nupkg.sha512", + "microsoft.aspnetcore.http.features.nuspec" + ] + }, + "Microsoft.AspNetCore.JsonPatch/9.0.0": { + "sha512": "/4UONYoAIeexPoAmbzBPkVGA6KAY7t0BM+1sr0fKss2V1ERCdcM+Llub4X5Ma+LJ60oPp6KzM0e3j+Pp/JHCNw==", + "type": "package", + "path": "microsoft.aspnetcore.jsonpatch/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.AspNetCore.JsonPatch.dll", + "lib/net462/Microsoft.AspNetCore.JsonPatch.xml", + "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll", + "lib/net9.0/Microsoft.AspNetCore.JsonPatch.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.JsonPatch.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.JsonPatch.xml", + "microsoft.aspnetcore.jsonpatch.9.0.0.nupkg.sha512", + "microsoft.aspnetcore.jsonpatch.nuspec" + ] + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { + "sha512": "pTFDEmZi3GheCSPrBxzyE63+d5unln2vYldo/nOm1xet/4rpEk2oJYcwpclPQ13E+LZBF9XixkgwYTUwqznlWg==", + "type": "package", + "path": "microsoft.aspnetcore.mvc.newtonsoftjson/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll", + "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.xml", + "microsoft.aspnetcore.mvc.newtonsoftjson.9.0.0.nupkg.sha512", + "microsoft.aspnetcore.mvc.newtonsoftjson.nuspec" + ] + }, + "Microsoft.AspNetCore.WebUtilities/2.1.1": { + "sha512": "PGKIZt4+412Z/XPoSjvYu/QIbTxcAQuEFNoA1Pw8a9mgmO0ZhNBmfaNyhgXFf7Rq62kP0tT/2WXpxdcQhkFUPA==", + "type": "package", + "path": "microsoft.aspnetcore.webutilities/2.1.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.xml", + "microsoft.aspnetcore.webutilities.2.1.1.nupkg.sha512", + "microsoft.aspnetcore.webutilities.nuspec" + ] + }, + "Microsoft.Azure.Amqp/2.6.3": { + "sha512": "iPbNNII4YZGkka7JQS0ZsZfZLcM7dwIoov/DyFiaemRqOTrdJCLgYnFBFhc/3TSh0ZI4/5TpxQPSPSckZ65jmA==", + "type": "package", + "path": "microsoft.azure.amqp/2.6.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "images/icon.png", + "lib/monoandroid/Microsoft.Azure.Amqp.dll", + "lib/net45/Microsoft.Azure.Amqp.dll", + "lib/net45/Microsoft.Azure.Amqp.xml", + "lib/netstandard1.3/Microsoft.Azure.Amqp.dll", + "lib/netstandard1.3/Microsoft.Azure.Amqp.xml", + "lib/netstandard2.0/Microsoft.Azure.Amqp.dll", + "lib/netstandard2.0/Microsoft.Azure.Amqp.xml", + "lib/portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10/Microsoft.Azure.Amqp.dll", + "lib/uap10.0/Microsoft.Azure.Amqp.dll", + "lib/uap10.0/Microsoft.Azure.Amqp.pri", + "microsoft.azure.amqp.2.6.3.nupkg.sha512", + "microsoft.azure.amqp.nuspec" + ] + }, + "Microsoft.Bcl.AsyncInterfaces/6.0.0": { + "sha512": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg==", + "type": "package", + "path": "microsoft.bcl.asyncinterfaces/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/Microsoft.Bcl.AsyncInterfaces.dll", + "lib/net461/Microsoft.Bcl.AsyncInterfaces.xml", + "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll", + "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.xml", + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll", + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml", + "microsoft.bcl.asyncinterfaces.6.0.0.nupkg.sha512", + "microsoft.bcl.asyncinterfaces.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.3": { + "sha512": "j/rOZtLMVJjrfLRlAMckJLPW/1rze9MT1yfWqSIbUPGRu1m1P0fuo9PmqapwsmePfGB5PJrudQLvmUOAMF0DqQ==", + "type": "package", + "path": "microsoft.codeanalysis.analyzers/3.3.3", + "hasTools": true, + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "analyzers/dotnet/cs/Microsoft.CodeAnalysis.Analyzers.dll", + "analyzers/dotnet/cs/Microsoft.CodeAnalysis.CSharp.Analyzers.dll", + "analyzers/dotnet/cs/cs/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/de/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/es/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/fr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/it/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/ja/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/ko/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/pl/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/pt-BR/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/ru/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/tr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/zh-Hans/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/zh-Hant/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/Microsoft.CodeAnalysis.Analyzers.dll", + "analyzers/dotnet/vb/Microsoft.CodeAnalysis.VisualBasic.Analyzers.dll", + "analyzers/dotnet/vb/cs/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/de/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/es/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/fr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/it/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/ja/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/ko/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/pl/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/pt-BR/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/ru/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/tr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/zh-Hans/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/zh-Hant/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "build/Microsoft.CodeAnalysis.Analyzers.props", + "build/Microsoft.CodeAnalysis.Analyzers.targets", + "build/config/analysislevel_2_9_8_all.editorconfig", + "build/config/analysislevel_2_9_8_default.editorconfig", + "build/config/analysislevel_2_9_8_minimum.editorconfig", + "build/config/analysislevel_2_9_8_none.editorconfig", + "build/config/analysislevel_2_9_8_recommended.editorconfig", + "build/config/analysislevel_3_3_all.editorconfig", + "build/config/analysislevel_3_3_default.editorconfig", + "build/config/analysislevel_3_3_minimum.editorconfig", + "build/config/analysislevel_3_3_none.editorconfig", + "build/config/analysislevel_3_3_recommended.editorconfig", + "build/config/analysislevel_3_all.editorconfig", + "build/config/analysislevel_3_default.editorconfig", + "build/config/analysislevel_3_minimum.editorconfig", + "build/config/analysislevel_3_none.editorconfig", + "build/config/analysislevel_3_recommended.editorconfig", + "build/config/analysislevelcorrectness_2_9_8_all.editorconfig", + "build/config/analysislevelcorrectness_2_9_8_default.editorconfig", + "build/config/analysislevelcorrectness_2_9_8_minimum.editorconfig", + "build/config/analysislevelcorrectness_2_9_8_none.editorconfig", + "build/config/analysislevelcorrectness_2_9_8_recommended.editorconfig", + "build/config/analysislevelcorrectness_3_3_all.editorconfig", + "build/config/analysislevelcorrectness_3_3_default.editorconfig", + "build/config/analysislevelcorrectness_3_3_minimum.editorconfig", + "build/config/analysislevelcorrectness_3_3_none.editorconfig", + "build/config/analysislevelcorrectness_3_3_recommended.editorconfig", + "build/config/analysislevelcorrectness_3_all.editorconfig", + "build/config/analysislevelcorrectness_3_default.editorconfig", + "build/config/analysislevelcorrectness_3_minimum.editorconfig", + "build/config/analysislevelcorrectness_3_none.editorconfig", + "build/config/analysislevelcorrectness_3_recommended.editorconfig", + "build/config/analysislevellibrary_2_9_8_all.editorconfig", + "build/config/analysislevellibrary_2_9_8_default.editorconfig", + "build/config/analysislevellibrary_2_9_8_minimum.editorconfig", + "build/config/analysislevellibrary_2_9_8_none.editorconfig", + "build/config/analysislevellibrary_2_9_8_recommended.editorconfig", + "build/config/analysislevellibrary_3_3_all.editorconfig", + "build/config/analysislevellibrary_3_3_default.editorconfig", + "build/config/analysislevellibrary_3_3_minimum.editorconfig", + "build/config/analysislevellibrary_3_3_none.editorconfig", + "build/config/analysislevellibrary_3_3_recommended.editorconfig", + "build/config/analysislevellibrary_3_all.editorconfig", + "build/config/analysislevellibrary_3_default.editorconfig", + "build/config/analysislevellibrary_3_minimum.editorconfig", + "build/config/analysislevellibrary_3_none.editorconfig", + "build/config/analysislevellibrary_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_recommended.editorconfig", + "documentation/Analyzer Configuration.md", + "documentation/Microsoft.CodeAnalysis.Analyzers.md", + "documentation/Microsoft.CodeAnalysis.Analyzers.sarif", + "editorconfig/AllRulesDefault/.editorconfig", + "editorconfig/AllRulesDisabled/.editorconfig", + "editorconfig/AllRulesEnabled/.editorconfig", + "editorconfig/CorrectnessRulesDefault/.editorconfig", + "editorconfig/CorrectnessRulesEnabled/.editorconfig", + "editorconfig/DataflowRulesDefault/.editorconfig", + "editorconfig/DataflowRulesEnabled/.editorconfig", + "editorconfig/LibraryRulesDefault/.editorconfig", + "editorconfig/LibraryRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCompatibilityRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCompatibilityRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCorrectnessRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCorrectnessRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDesignRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDesignRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDocumentationRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDocumentationRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisLocalizationRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisLocalizationRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisPerformanceRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisPerformanceRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisReleaseTrackingRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisReleaseTrackingRulesEnabled/.editorconfig", + "editorconfig/PortedFromFxCopRulesDefault/.editorconfig", + "editorconfig/PortedFromFxCopRulesEnabled/.editorconfig", + "microsoft.codeanalysis.analyzers.3.3.3.nupkg.sha512", + "microsoft.codeanalysis.analyzers.nuspec", + "rulesets/AllRulesDefault.ruleset", + "rulesets/AllRulesDisabled.ruleset", + "rulesets/AllRulesEnabled.ruleset", + "rulesets/CorrectnessRulesDefault.ruleset", + "rulesets/CorrectnessRulesEnabled.ruleset", + "rulesets/DataflowRulesDefault.ruleset", + "rulesets/DataflowRulesEnabled.ruleset", + "rulesets/LibraryRulesDefault.ruleset", + "rulesets/LibraryRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisCompatibilityRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisCompatibilityRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisCorrectnessRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisCorrectnessRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisDesignRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisDesignRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisDocumentationRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisDocumentationRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisLocalizationRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisLocalizationRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisPerformanceRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisPerformanceRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisReleaseTrackingRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisReleaseTrackingRulesEnabled.ruleset", + "rulesets/PortedFromFxCopRulesDefault.ruleset", + "rulesets/PortedFromFxCopRulesEnabled.ruleset", + "tools/install.ps1", + "tools/uninstall.ps1" + ] + }, + "Microsoft.CodeAnalysis.Common/4.5.0": { + "sha512": "lwAbIZNdnY0SUNoDmZHkVUwLO8UyNnyyh1t/4XsbFxi4Ounb3xszIYZaWhyj5ZjyfcwqwmtMbE7fUTVCqQEIdQ==", + "type": "package", + "path": "microsoft.codeanalysis.common/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.pdb", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.xml", + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", + "microsoft.codeanalysis.common.4.5.0.nupkg.sha512", + "microsoft.codeanalysis.common.nuspec" + ] + }, + "Microsoft.CodeAnalysis.CSharp/4.5.0": { + "sha512": "cM59oMKAOxvdv76bdmaKPy5hfj+oR+zxikWoueEB7CwTko7mt9sVKZI8Qxlov0C/LuKEG+WQwifepqL3vuTiBQ==", + "type": "package", + "path": "microsoft.codeanalysis.csharp/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.pdb", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.xml", + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", + "microsoft.codeanalysis.csharp.4.5.0.nupkg.sha512", + "microsoft.codeanalysis.csharp.nuspec" + ] + }, + "Microsoft.CodeAnalysis.CSharp.Workspaces/4.5.0": { + "sha512": "h74wTpmGOp4yS4hj+EvNzEiPgg/KVs2wmSfTZ81upJZOtPkJsVkgfsgtxxqmAeapjT/vLKfmYV0bS8n5MNVP+g==", + "type": "package", + "path": "microsoft.codeanalysis.csharp.workspaces/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.dll", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.pdb", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.xml", + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "microsoft.codeanalysis.csharp.workspaces.4.5.0.nupkg.sha512", + "microsoft.codeanalysis.csharp.workspaces.nuspec" + ] + }, + "Microsoft.CodeAnalysis.Workspaces.Common/4.5.0": { + "sha512": "l4dDRmGELXG72XZaonnOeORyD/T5RpEu5LGHOUIhnv+MmUWDY/m1kWXGwtcgQ5CJ5ynkFiRnIYzTKXYjUs7rbw==", + "type": "package", + "path": "microsoft.codeanalysis.workspaces.common/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.dll", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.pdb", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.xml", + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "microsoft.codeanalysis.workspaces.common.4.5.0.nupkg.sha512", + "microsoft.codeanalysis.workspaces.common.nuspec" + ] + }, + "Microsoft.CSharp/4.7.0": { + "sha512": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", + "type": "package", + "path": "microsoft.csharp/4.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/Microsoft.CSharp.dll", + "lib/netcoreapp2.0/_._", + "lib/netstandard1.3/Microsoft.CSharp.dll", + "lib/netstandard2.0/Microsoft.CSharp.dll", + "lib/netstandard2.0/Microsoft.CSharp.xml", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/uap10.0.16299/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "microsoft.csharp.4.7.0.nupkg.sha512", + "microsoft.csharp.nuspec", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/Microsoft.CSharp.dll", + "ref/netcore50/Microsoft.CSharp.xml", + "ref/netcore50/de/Microsoft.CSharp.xml", + "ref/netcore50/es/Microsoft.CSharp.xml", + "ref/netcore50/fr/Microsoft.CSharp.xml", + "ref/netcore50/it/Microsoft.CSharp.xml", + "ref/netcore50/ja/Microsoft.CSharp.xml", + "ref/netcore50/ko/Microsoft.CSharp.xml", + "ref/netcore50/ru/Microsoft.CSharp.xml", + "ref/netcore50/zh-hans/Microsoft.CSharp.xml", + "ref/netcore50/zh-hant/Microsoft.CSharp.xml", + "ref/netcoreapp2.0/_._", + "ref/netstandard1.0/Microsoft.CSharp.dll", + "ref/netstandard1.0/Microsoft.CSharp.xml", + "ref/netstandard1.0/de/Microsoft.CSharp.xml", + "ref/netstandard1.0/es/Microsoft.CSharp.xml", + "ref/netstandard1.0/fr/Microsoft.CSharp.xml", + "ref/netstandard1.0/it/Microsoft.CSharp.xml", + "ref/netstandard1.0/ja/Microsoft.CSharp.xml", + "ref/netstandard1.0/ko/Microsoft.CSharp.xml", + "ref/netstandard1.0/ru/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml", + "ref/netstandard2.0/Microsoft.CSharp.dll", + "ref/netstandard2.0/Microsoft.CSharp.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/uap10.0.16299/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "Microsoft.Data.SqlClient/5.2.2": { + "sha512": "mtoeRMh7F/OA536c/Cnh8L4H0uLSKB5kSmoi54oN7Fp0hNJDy22IqyMhaMH4PkDCqI7xL//Fvg9ldtuPHG0h5g==", + "type": "package", + "path": "microsoft.data.sqlclient/5.2.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "dotnet.png", + "lib/net462/Microsoft.Data.SqlClient.dll", + "lib/net462/Microsoft.Data.SqlClient.xml", + "lib/net462/de/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/es/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/fr/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/it/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/ja/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/ko/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/pt-BR/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/ru/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/zh-Hans/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/zh-Hant/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/Microsoft.Data.SqlClient.dll", + "lib/net6.0/Microsoft.Data.SqlClient.xml", + "lib/net6.0/de/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/es/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/fr/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/it/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/ja/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/ko/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/pt-BR/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/ru/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/Microsoft.Data.SqlClient.dll", + "lib/net8.0/Microsoft.Data.SqlClient.xml", + "lib/net8.0/de/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/es/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/fr/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/it/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/ja/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/ko/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/pt-BR/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/ru/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/Microsoft.Data.SqlClient.dll", + "lib/netstandard2.0/Microsoft.Data.SqlClient.xml", + "lib/netstandard2.0/de/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/es/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/fr/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/it/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/ja/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/ko/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/ru/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/Microsoft.Data.SqlClient.dll", + "lib/netstandard2.1/Microsoft.Data.SqlClient.xml", + "lib/netstandard2.1/de/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/es/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/fr/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/it/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/ja/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/ko/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/pt-BR/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/ru/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/zh-Hans/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/zh-Hant/Microsoft.Data.SqlClient.resources.dll", + "microsoft.data.sqlclient.5.2.2.nupkg.sha512", + "microsoft.data.sqlclient.nuspec", + "ref/net462/Microsoft.Data.SqlClient.dll", + "ref/net462/Microsoft.Data.SqlClient.xml", + "ref/net6.0/Microsoft.Data.SqlClient.dll", + "ref/net6.0/Microsoft.Data.SqlClient.xml", + "ref/net8.0/Microsoft.Data.SqlClient.dll", + "ref/net8.0/Microsoft.Data.SqlClient.xml", + "ref/netstandard2.0/Microsoft.Data.SqlClient.dll", + "ref/netstandard2.0/Microsoft.Data.SqlClient.xml", + "ref/netstandard2.1/Microsoft.Data.SqlClient.dll", + "ref/netstandard2.1/Microsoft.Data.SqlClient.xml", + "runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll", + "runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll", + "runtimes/unix/lib/netstandard2.0/Microsoft.Data.SqlClient.dll", + "runtimes/unix/lib/netstandard2.1/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/net462/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/netstandard2.0/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/netstandard2.1/Microsoft.Data.SqlClient.dll" + ] + }, + "Microsoft.Data.SqlClient.SNI.runtime/5.2.0": { + "sha512": "po1jhvFd+8pbfvJR/puh+fkHi0GRanAdvayh/0e47yaM6CXWZ6opUjCMFuYlAnD2LcbyvQE7fPJKvogmaUcN+w==", + "type": "package", + "path": "microsoft.data.sqlclient.sni.runtime/5.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "dotnet.png", + "microsoft.data.sqlclient.sni.runtime.5.2.0.nupkg.sha512", + "microsoft.data.sqlclient.sni.runtime.nuspec", + "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll", + "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll", + "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll", + "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll" + ] + }, + "Microsoft.EntityFrameworkCore/8.0.11": { + "sha512": "stbjWBTtpQ1HtqXMFyKnXFTr76PvaOHI2b2h85JqBi3eZr00nspvR/a90Zwh8CQ4rVawqLiTG0+0yZQWaav+sQ==", + "type": "package", + "path": "microsoft.entityframeworkcore/8.0.11", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props", + "lib/net8.0/Microsoft.EntityFrameworkCore.dll", + "lib/net8.0/Microsoft.EntityFrameworkCore.xml", + "microsoft.entityframeworkcore.8.0.11.nupkg.sha512", + "microsoft.entityframeworkcore.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.Abstractions/8.0.11": { + "sha512": "++zY0Ea724ku1jptWJmF7jm3I4IXTexfT4qi1ETcSFFF7qj+qm6rRgN7mTuKkwIETuXk0ikfzudryRjUGrrNKQ==", + "type": "package", + "path": "microsoft.entityframeworkcore.abstractions/8.0.11", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll", + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.xml", + "microsoft.entityframeworkcore.abstractions.8.0.11.nupkg.sha512", + "microsoft.entityframeworkcore.abstractions.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.Analyzers/8.0.11": { + "sha512": "NI/AJQjtC7qgWM8Nr85sRkwlog2AnFer5RKP8xTUH0RuPF3nN0tGXBEeYJOLZWp+/+M/C6O7MMDRhKRE8bZwIA==", + "type": "package", + "path": "microsoft.entityframeworkcore.analyzers/8.0.11", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "analyzers/dotnet/cs/Microsoft.EntityFrameworkCore.Analyzers.dll", + "docs/PACKAGE.md", + "lib/netstandard2.0/_._", + "microsoft.entityframeworkcore.analyzers.8.0.11.nupkg.sha512", + "microsoft.entityframeworkcore.analyzers.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.Design/8.0.11": { + "sha512": "KxOvpbaKiUmbLvenr0T/4F1Vdm0Sq+iajLbesQK7/WKB/Dx+FQHCZ0f5jCXrVWK2QKF9eHzQ5JPA1L6hcb25FQ==", + "type": "package", + "path": "microsoft.entityframeworkcore.design/8.0.11", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "build/net8.0/Microsoft.EntityFrameworkCore.Design.props", + "lib/net8.0/Microsoft.EntityFrameworkCore.Design.dll", + "lib/net8.0/Microsoft.EntityFrameworkCore.Design.xml", + "microsoft.entityframeworkcore.design.8.0.11.nupkg.sha512", + "microsoft.entityframeworkcore.design.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.InMemory/8.0.11": { + "sha512": "gFFdubZlRfudSw94OxO7s8OvLQZncnR0S1ll//wRtZP3mMYVeq8DrMnEILK6hBJwbTBB1SNm3apg9SdvdE/ySg==", + "type": "package", + "path": "microsoft.entityframeworkcore.inmemory/8.0.11", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "lib/net8.0/Microsoft.EntityFrameworkCore.InMemory.dll", + "lib/net8.0/Microsoft.EntityFrameworkCore.InMemory.xml", + "microsoft.entityframeworkcore.inmemory.8.0.11.nupkg.sha512", + "microsoft.entityframeworkcore.inmemory.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.Relational/8.0.11": { + "sha512": "3TuuW3i5I4Ro0yoaHmi2MqEDGObOVuhLaMEnd/heaLB1fcvm4fu4PevmC4BOWnI0vo176AIlV5o4rEQciLoohw==", + "type": "package", + "path": "microsoft.entityframeworkcore.relational/8.0.11", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll", + "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.xml", + "microsoft.entityframeworkcore.relational.8.0.11.nupkg.sha512", + "microsoft.entityframeworkcore.relational.nuspec" + ] + }, + "Microsoft.Extensions.ApiDescription.Server/6.0.5": { + "sha512": "Ckb5EDBUNJdFWyajfXzUIMRkhf52fHZOQuuZg/oiu8y7zDCVwD0iHhew6MnThjHmevanpxL3f5ci2TtHQEN6bw==", + "type": "package", + "path": "microsoft.extensions.apidescription.server/6.0.5", + "hasTools": true, + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "build/Microsoft.Extensions.ApiDescription.Server.props", + "build/Microsoft.Extensions.ApiDescription.Server.targets", + "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.props", + "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.targets", + "microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512", + "microsoft.extensions.apidescription.server.nuspec", + "tools/Newtonsoft.Json.dll", + "tools/dotnet-getdocument.deps.json", + "tools/dotnet-getdocument.dll", + "tools/dotnet-getdocument.runtimeconfig.json", + "tools/net461-x86/GetDocument.Insider.exe", + "tools/net461-x86/GetDocument.Insider.exe.config", + "tools/net461-x86/Microsoft.Win32.Primitives.dll", + "tools/net461-x86/System.AppContext.dll", + "tools/net461-x86/System.Buffers.dll", + "tools/net461-x86/System.Collections.Concurrent.dll", + "tools/net461-x86/System.Collections.NonGeneric.dll", + "tools/net461-x86/System.Collections.Specialized.dll", + "tools/net461-x86/System.Collections.dll", + "tools/net461-x86/System.ComponentModel.EventBasedAsync.dll", + "tools/net461-x86/System.ComponentModel.Primitives.dll", + "tools/net461-x86/System.ComponentModel.TypeConverter.dll", + "tools/net461-x86/System.ComponentModel.dll", + "tools/net461-x86/System.Console.dll", + "tools/net461-x86/System.Data.Common.dll", + "tools/net461-x86/System.Diagnostics.Contracts.dll", + "tools/net461-x86/System.Diagnostics.Debug.dll", + "tools/net461-x86/System.Diagnostics.DiagnosticSource.dll", + "tools/net461-x86/System.Diagnostics.FileVersionInfo.dll", + "tools/net461-x86/System.Diagnostics.Process.dll", + "tools/net461-x86/System.Diagnostics.StackTrace.dll", + "tools/net461-x86/System.Diagnostics.TextWriterTraceListener.dll", + "tools/net461-x86/System.Diagnostics.Tools.dll", + "tools/net461-x86/System.Diagnostics.TraceSource.dll", + "tools/net461-x86/System.Diagnostics.Tracing.dll", + "tools/net461-x86/System.Drawing.Primitives.dll", + "tools/net461-x86/System.Dynamic.Runtime.dll", + "tools/net461-x86/System.Globalization.Calendars.dll", + "tools/net461-x86/System.Globalization.Extensions.dll", + "tools/net461-x86/System.Globalization.dll", + "tools/net461-x86/System.IO.Compression.ZipFile.dll", + "tools/net461-x86/System.IO.Compression.dll", + "tools/net461-x86/System.IO.FileSystem.DriveInfo.dll", + "tools/net461-x86/System.IO.FileSystem.Primitives.dll", + "tools/net461-x86/System.IO.FileSystem.Watcher.dll", + "tools/net461-x86/System.IO.FileSystem.dll", + "tools/net461-x86/System.IO.IsolatedStorage.dll", + "tools/net461-x86/System.IO.MemoryMappedFiles.dll", + "tools/net461-x86/System.IO.Pipes.dll", + "tools/net461-x86/System.IO.UnmanagedMemoryStream.dll", + "tools/net461-x86/System.IO.dll", + "tools/net461-x86/System.Linq.Expressions.dll", + "tools/net461-x86/System.Linq.Parallel.dll", + "tools/net461-x86/System.Linq.Queryable.dll", + "tools/net461-x86/System.Linq.dll", + "tools/net461-x86/System.Memory.dll", + "tools/net461-x86/System.Net.Http.dll", + "tools/net461-x86/System.Net.NameResolution.dll", + "tools/net461-x86/System.Net.NetworkInformation.dll", + "tools/net461-x86/System.Net.Ping.dll", + "tools/net461-x86/System.Net.Primitives.dll", + "tools/net461-x86/System.Net.Requests.dll", + "tools/net461-x86/System.Net.Security.dll", + "tools/net461-x86/System.Net.Sockets.dll", + "tools/net461-x86/System.Net.WebHeaderCollection.dll", + "tools/net461-x86/System.Net.WebSockets.Client.dll", + "tools/net461-x86/System.Net.WebSockets.dll", + "tools/net461-x86/System.Numerics.Vectors.dll", + "tools/net461-x86/System.ObjectModel.dll", + "tools/net461-x86/System.Reflection.Extensions.dll", + "tools/net461-x86/System.Reflection.Primitives.dll", + "tools/net461-x86/System.Reflection.dll", + "tools/net461-x86/System.Resources.Reader.dll", + "tools/net461-x86/System.Resources.ResourceManager.dll", + "tools/net461-x86/System.Resources.Writer.dll", + "tools/net461-x86/System.Runtime.CompilerServices.Unsafe.dll", + "tools/net461-x86/System.Runtime.CompilerServices.VisualC.dll", + "tools/net461-x86/System.Runtime.Extensions.dll", + "tools/net461-x86/System.Runtime.Handles.dll", + "tools/net461-x86/System.Runtime.InteropServices.RuntimeInformation.dll", + "tools/net461-x86/System.Runtime.InteropServices.dll", + "tools/net461-x86/System.Runtime.Numerics.dll", + "tools/net461-x86/System.Runtime.Serialization.Formatters.dll", + "tools/net461-x86/System.Runtime.Serialization.Json.dll", + "tools/net461-x86/System.Runtime.Serialization.Primitives.dll", + "tools/net461-x86/System.Runtime.Serialization.Xml.dll", + "tools/net461-x86/System.Runtime.dll", + "tools/net461-x86/System.Security.Claims.dll", + "tools/net461-x86/System.Security.Cryptography.Algorithms.dll", + "tools/net461-x86/System.Security.Cryptography.Csp.dll", + "tools/net461-x86/System.Security.Cryptography.Encoding.dll", + "tools/net461-x86/System.Security.Cryptography.Primitives.dll", + "tools/net461-x86/System.Security.Cryptography.X509Certificates.dll", + "tools/net461-x86/System.Security.Principal.dll", + "tools/net461-x86/System.Security.SecureString.dll", + "tools/net461-x86/System.Text.Encoding.Extensions.dll", + "tools/net461-x86/System.Text.Encoding.dll", + "tools/net461-x86/System.Text.RegularExpressions.dll", + "tools/net461-x86/System.Threading.Overlapped.dll", + "tools/net461-x86/System.Threading.Tasks.Parallel.dll", + "tools/net461-x86/System.Threading.Tasks.dll", + "tools/net461-x86/System.Threading.Thread.dll", + "tools/net461-x86/System.Threading.ThreadPool.dll", + "tools/net461-x86/System.Threading.Timer.dll", + "tools/net461-x86/System.Threading.dll", + "tools/net461-x86/System.ValueTuple.dll", + "tools/net461-x86/System.Xml.ReaderWriter.dll", + "tools/net461-x86/System.Xml.XDocument.dll", + "tools/net461-x86/System.Xml.XPath.XDocument.dll", + "tools/net461-x86/System.Xml.XPath.dll", + "tools/net461-x86/System.Xml.XmlDocument.dll", + "tools/net461-x86/System.Xml.XmlSerializer.dll", + "tools/net461-x86/netstandard.dll", + "tools/net461/GetDocument.Insider.exe", + "tools/net461/GetDocument.Insider.exe.config", + "tools/net461/Microsoft.Win32.Primitives.dll", + "tools/net461/System.AppContext.dll", + "tools/net461/System.Buffers.dll", + "tools/net461/System.Collections.Concurrent.dll", + "tools/net461/System.Collections.NonGeneric.dll", + "tools/net461/System.Collections.Specialized.dll", + "tools/net461/System.Collections.dll", + "tools/net461/System.ComponentModel.EventBasedAsync.dll", + "tools/net461/System.ComponentModel.Primitives.dll", + "tools/net461/System.ComponentModel.TypeConverter.dll", + "tools/net461/System.ComponentModel.dll", + "tools/net461/System.Console.dll", + "tools/net461/System.Data.Common.dll", + "tools/net461/System.Diagnostics.Contracts.dll", + "tools/net461/System.Diagnostics.Debug.dll", + "tools/net461/System.Diagnostics.DiagnosticSource.dll", + "tools/net461/System.Diagnostics.FileVersionInfo.dll", + "tools/net461/System.Diagnostics.Process.dll", + "tools/net461/System.Diagnostics.StackTrace.dll", + "tools/net461/System.Diagnostics.TextWriterTraceListener.dll", + "tools/net461/System.Diagnostics.Tools.dll", + "tools/net461/System.Diagnostics.TraceSource.dll", + "tools/net461/System.Diagnostics.Tracing.dll", + "tools/net461/System.Drawing.Primitives.dll", + "tools/net461/System.Dynamic.Runtime.dll", + "tools/net461/System.Globalization.Calendars.dll", + "tools/net461/System.Globalization.Extensions.dll", + "tools/net461/System.Globalization.dll", + "tools/net461/System.IO.Compression.ZipFile.dll", + "tools/net461/System.IO.Compression.dll", + "tools/net461/System.IO.FileSystem.DriveInfo.dll", + "tools/net461/System.IO.FileSystem.Primitives.dll", + "tools/net461/System.IO.FileSystem.Watcher.dll", + "tools/net461/System.IO.FileSystem.dll", + "tools/net461/System.IO.IsolatedStorage.dll", + "tools/net461/System.IO.MemoryMappedFiles.dll", + "tools/net461/System.IO.Pipes.dll", + "tools/net461/System.IO.UnmanagedMemoryStream.dll", + "tools/net461/System.IO.dll", + "tools/net461/System.Linq.Expressions.dll", + "tools/net461/System.Linq.Parallel.dll", + "tools/net461/System.Linq.Queryable.dll", + "tools/net461/System.Linq.dll", + "tools/net461/System.Memory.dll", + "tools/net461/System.Net.Http.dll", + "tools/net461/System.Net.NameResolution.dll", + "tools/net461/System.Net.NetworkInformation.dll", + "tools/net461/System.Net.Ping.dll", + "tools/net461/System.Net.Primitives.dll", + "tools/net461/System.Net.Requests.dll", + "tools/net461/System.Net.Security.dll", + "tools/net461/System.Net.Sockets.dll", + "tools/net461/System.Net.WebHeaderCollection.dll", + "tools/net461/System.Net.WebSockets.Client.dll", + "tools/net461/System.Net.WebSockets.dll", + "tools/net461/System.Numerics.Vectors.dll", + "tools/net461/System.ObjectModel.dll", + "tools/net461/System.Reflection.Extensions.dll", + "tools/net461/System.Reflection.Primitives.dll", + "tools/net461/System.Reflection.dll", + "tools/net461/System.Resources.Reader.dll", + "tools/net461/System.Resources.ResourceManager.dll", + "tools/net461/System.Resources.Writer.dll", + "tools/net461/System.Runtime.CompilerServices.Unsafe.dll", + "tools/net461/System.Runtime.CompilerServices.VisualC.dll", + "tools/net461/System.Runtime.Extensions.dll", + "tools/net461/System.Runtime.Handles.dll", + "tools/net461/System.Runtime.InteropServices.RuntimeInformation.dll", + "tools/net461/System.Runtime.InteropServices.dll", + "tools/net461/System.Runtime.Numerics.dll", + "tools/net461/System.Runtime.Serialization.Formatters.dll", + "tools/net461/System.Runtime.Serialization.Json.dll", + "tools/net461/System.Runtime.Serialization.Primitives.dll", + "tools/net461/System.Runtime.Serialization.Xml.dll", + "tools/net461/System.Runtime.dll", + "tools/net461/System.Security.Claims.dll", + "tools/net461/System.Security.Cryptography.Algorithms.dll", + "tools/net461/System.Security.Cryptography.Csp.dll", + "tools/net461/System.Security.Cryptography.Encoding.dll", + "tools/net461/System.Security.Cryptography.Primitives.dll", + "tools/net461/System.Security.Cryptography.X509Certificates.dll", + "tools/net461/System.Security.Principal.dll", + "tools/net461/System.Security.SecureString.dll", + "tools/net461/System.Text.Encoding.Extensions.dll", + "tools/net461/System.Text.Encoding.dll", + "tools/net461/System.Text.RegularExpressions.dll", + "tools/net461/System.Threading.Overlapped.dll", + "tools/net461/System.Threading.Tasks.Parallel.dll", + "tools/net461/System.Threading.Tasks.dll", + "tools/net461/System.Threading.Thread.dll", + "tools/net461/System.Threading.ThreadPool.dll", + "tools/net461/System.Threading.Timer.dll", + "tools/net461/System.Threading.dll", + "tools/net461/System.ValueTuple.dll", + "tools/net461/System.Xml.ReaderWriter.dll", + "tools/net461/System.Xml.XDocument.dll", + "tools/net461/System.Xml.XPath.XDocument.dll", + "tools/net461/System.Xml.XPath.dll", + "tools/net461/System.Xml.XmlDocument.dll", + "tools/net461/System.Xml.XmlSerializer.dll", + "tools/net461/netstandard.dll", + "tools/netcoreapp2.1/GetDocument.Insider.deps.json", + "tools/netcoreapp2.1/GetDocument.Insider.dll", + "tools/netcoreapp2.1/GetDocument.Insider.runtimeconfig.json", + "tools/netcoreapp2.1/System.Diagnostics.DiagnosticSource.dll" + ] + }, + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "sha512": "3KuSxeHoNYdxVYfg2IRZCThcrlJ1XJqIXkAWikCsbm5C/bCjv7G0WoKDyuR98Q+T607QT2Zl5GsbGRkENcV2yQ==", + "type": "package", + "path": "microsoft.extensions.caching.abstractions/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Caching.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.xml", + "microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.caching.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Caching.Memory/8.0.1": { + "sha512": "HFDnhYLccngrzyGgHkjEDU5FMLn4MpOsr5ElgsBMC4yx6lJh4jeWO7fHS8+TXPq+dgxCmUa/Trl8svObmwW4QA==", + "type": "package", + "path": "microsoft.extensions.caching.memory/8.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Caching.Memory.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Memory.targets", + "lib/net462/Microsoft.Extensions.Caching.Memory.dll", + "lib/net462/Microsoft.Extensions.Caching.Memory.xml", + "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/net6.0/Microsoft.Extensions.Caching.Memory.xml", + "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/net7.0/Microsoft.Extensions.Caching.Memory.xml", + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/net8.0/Microsoft.Extensions.Caching.Memory.xml", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.xml", + "microsoft.extensions.caching.memory.8.0.1.nupkg.sha512", + "microsoft.extensions.caching.memory.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Configuration/9.0.2": { + "sha512": "EBZW+u96tApIvNtjymXEIS44tH0I/jNwABHo4c33AchWOiDWCq2rL3klpnIo+xGrxoVGJzPDISV6hZ+a9C9SzQ==", + "type": "package", + "path": "microsoft.extensions.configuration/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "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/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.9.0.2.nupkg.sha512", + "microsoft.extensions.configuration.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Configuration.Abstractions/9.0.7": { + "sha512": "lut/kiVvNsQ120VERMUYSFhpXPpKjjql+giy03LesASPBBcC0o6+aoFdzJH9GaYpFTQ3fGVhVjKjvJDoAW5/IQ==", + "type": "package", + "path": "microsoft.extensions.configuration.abstractions/9.0.7", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "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/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.9.0.7.nupkg.sha512", + "microsoft.extensions.configuration.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Configuration.Binder/9.0.2": { + "sha512": "krJ04xR0aPXrOf5dkNASg6aJjsdzexvsMRL6UNOUjiTzqBvRr95sJ1owoKEm89bSONQCfZNhHrAFV9ahDqIPIw==", + "type": "package", + "path": "microsoft.extensions.configuration.binder/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "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/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.9.0.2.nupkg.sha512", + "microsoft.extensions.configuration.binder.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Configuration.CommandLine/9.0.2": { + "sha512": "Mud3j7RS/ZBnuk4f0KXemdQCQIke+vIgSTXuGL5cMvXyl2EgipnMCOxG9ZUn+xq0itg3altzE9MuMB0Lx0Emxw==", + "type": "package", + "path": "microsoft.extensions.configuration.commandline/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.CommandLine.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.CommandLine.targets", + "lib/net462/Microsoft.Extensions.Configuration.CommandLine.dll", + "lib/net462/Microsoft.Extensions.Configuration.CommandLine.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.CommandLine.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.CommandLine.xml", + "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll", + "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.xml", + "microsoft.extensions.configuration.commandline.9.0.2.nupkg.sha512", + "microsoft.extensions.configuration.commandline.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.2": { + "sha512": "LZPspiDA0/pBv9JOI17Xdm7DkiRlfnyca2r/QIYu4ApJPe05E+aOphtVj0ncvlnrjGlSsd6JZhKQb9+NeHzM5A==", + "type": "package", + "path": "microsoft.extensions.configuration.environmentvariables/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.EnvironmentVariables.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.targets", + "lib/net462/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", + "lib/net462/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", + "lib/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", + "lib/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", + "microsoft.extensions.configuration.environmentvariables.9.0.2.nupkg.sha512", + "microsoft.extensions.configuration.environmentvariables.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Configuration.FileExtensions/9.0.2": { + "sha512": "tPgue19a0G+8Vb1ShCj4PmhjvVaEOfFb1L89WCr5aEpY1JUgIuYWsfELKf92Njwg53o4C+yWbE4UqbyQtLpKTg==", + "type": "package", + "path": "microsoft.extensions.configuration.fileextensions/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.FileExtensions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.FileExtensions.targets", + "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.xml", + "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.xml", + "microsoft.extensions.configuration.fileextensions.9.0.2.nupkg.sha512", + "microsoft.extensions.configuration.fileextensions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Configuration.Json/9.0.2": { + "sha512": "u2eIYagO91VmRbKYQ5pmElWC6JWX7GPQbP57EX09zzFcI1ZMPDCykr07ikPB4ecgBZzG+UAhTcViTLe0gSF4WQ==", + "type": "package", + "path": "microsoft.extensions.configuration.json/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.Json.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Json.targets", + "lib/net462/Microsoft.Extensions.Configuration.Json.dll", + "lib/net462/Microsoft.Extensions.Configuration.Json.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.Json.xml", + "lib/net9.0/Microsoft.Extensions.Configuration.Json.dll", + "lib/net9.0/Microsoft.Extensions.Configuration.Json.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.xml", + "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll", + "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.xml", + "microsoft.extensions.configuration.json.9.0.2.nupkg.sha512", + "microsoft.extensions.configuration.json.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Configuration.UserSecrets/9.0.2": { + "sha512": "vUBGgnHmmpjtWzmq2z9idJpnOrrStgYqUlqLn1MuSyFkAedeyR8A0I57BdThP060eBEYfhKEBjXaAB/jKmCtiw==", + "type": "package", + "path": "microsoft.extensions.configuration.usersecrets/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.UserSecrets.targets", + "buildTransitive/net462/Microsoft.Extensions.Configuration.UserSecrets.props", + "buildTransitive/net462/Microsoft.Extensions.Configuration.UserSecrets.targets", + "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.props", + "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.targets", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.UserSecrets.targets", + "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.props", + "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.targets", + "lib/net462/Microsoft.Extensions.Configuration.UserSecrets.dll", + "lib/net462/Microsoft.Extensions.Configuration.UserSecrets.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.UserSecrets.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.UserSecrets.xml", + "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll", + "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.xml", + "microsoft.extensions.configuration.usersecrets.9.0.2.nupkg.sha512", + "microsoft.extensions.configuration.usersecrets.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyInjection/9.0.2": { + "sha512": "ZffbJrskOZ40JTzcTyKwFHS5eACSWp2bUQBBApIgGV+es8RaTD4OxUG7XxFr3RIPLXtYQ1jQzF2DjKB5fZn7Qg==", + "type": "package", + "path": "microsoft.extensions.dependencyinjection/9.0.2", + "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/net462/Microsoft.Extensions.DependencyInjection.dll", + "lib/net462/Microsoft.Extensions.DependencyInjection.xml", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net9.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", + "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.2.nupkg.sha512", + "microsoft.extensions.dependencyinjection.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.2": { + "sha512": "MNe7GSTBf3jQx5vYrXF0NZvn6l7hUKF6J54ENfAgCO8y6xjN1XUmKKWG464LP2ye6QqDiA1dkaWEZBYnhoZzjg==", + "type": "package", + "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.2", + "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/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "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.2.nupkg.sha512", + "microsoft.extensions.dependencyinjection.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyModel/9.0.0": { + "sha512": "saxr2XzwgDU77LaQfYFXmddEDRUKHF4DaGMZkNB3qjdVSZlax3//dGJagJkKrGMIPNZs2jVFXITyCCR6UHJNdA==", + "type": "package", + "path": "microsoft.extensions.dependencymodel/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets", + "lib/net462/Microsoft.Extensions.DependencyModel.dll", + "lib/net462/Microsoft.Extensions.DependencyModel.xml", + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net8.0/Microsoft.Extensions.DependencyModel.xml", + "lib/net9.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net9.0/Microsoft.Extensions.DependencyModel.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", + "microsoft.extensions.dependencymodel.9.0.0.nupkg.sha512", + "microsoft.extensions.dependencymodel.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DiagnosticAdapter/3.1.32": { + "sha512": "oDv3wt+Q5cmaSfOQ3Cdu6dF6sn/x5gzWdNpOq4ajBwCMWYBr6CchncDvB9pF83ORlbDuX32MsVLOPGPxW4Lx4g==", + "type": "package", + "path": "microsoft.extensions.diagnosticadapter/3.1.32", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "lib/net461/Microsoft.Extensions.DiagnosticAdapter.dll", + "lib/net461/Microsoft.Extensions.DiagnosticAdapter.xml", + "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll", + "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.xml", + "lib/netstandard2.0/Microsoft.Extensions.DiagnosticAdapter.dll", + "lib/netstandard2.0/Microsoft.Extensions.DiagnosticAdapter.xml", + "microsoft.extensions.diagnosticadapter.3.1.32.nupkg.sha512", + "microsoft.extensions.diagnosticadapter.nuspec" + ] + }, + "Microsoft.Extensions.Diagnostics/9.0.2": { + "sha512": "kwFWk6DPaj1Roc0CExRv+TTwjsiERZA730jQIPlwCcS5tMaCAQtaGfwAK0z8CMFpVTiT+MgKXpd/P50qVCuIgg==", + "type": "package", + "path": "microsoft.extensions.diagnostics/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Diagnostics.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Diagnostics.targets", + "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.9.0.2.nupkg.sha512", + "microsoft.extensions.diagnostics.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Diagnostics.Abstractions/9.0.2": { + "sha512": "kFwIZEC/37cwKuEm/nXvjF7A/Myz9O7c7P9Csgz6AOiiDE62zdOG5Bu7VkROu1oMYaX0wgijPJ5LqVt6+JKjVg==", + "type": "package", + "path": "microsoft.extensions.diagnostics.abstractions/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "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/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.9.0.2.nupkg.sha512", + "microsoft.extensions.diagnostics.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Diagnostics.HealthChecks/9.0.0": { + "sha512": "cxsK9/Dx7Ka9sfiA1nY8XlSzIaWff5FNRw0+ls8yR+aGzmnah5JGKsTHgQrehjMwGAVud/pjiUZ9MWizfUSkTQ==", + "type": "package", + "path": "microsoft.extensions.diagnostics.healthchecks/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.Extensions.Diagnostics.HealthChecks.dll", + "lib/net462/Microsoft.Extensions.Diagnostics.HealthChecks.xml", + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll", + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.xml", + "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll", + "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.xml", + "microsoft.extensions.diagnostics.healthchecks.9.0.0.nupkg.sha512", + "microsoft.extensions.diagnostics.healthchecks.nuspec" + ] + }, + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/9.0.0": { + "sha512": "H1IbHm/MnUgEV0N07WrkPBIIoX7isP6IPaqUdZ3CwbMcUVDGIu+okamW28kyDRfIiZqbTbyHuNIkr4ZSHPyvDw==", + "type": "package", + "path": "microsoft.extensions.diagnostics.healthchecks.abstractions/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.xml", + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll", + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.xml", + "microsoft.extensions.diagnostics.healthchecks.abstractions.9.0.0.nupkg.sha512", + "microsoft.extensions.diagnostics.healthchecks.abstractions.nuspec" + ] + }, + "Microsoft.Extensions.FileProviders.Abstractions/9.0.2": { + "sha512": "IcOBmTlr2jySswU+3x8c3ql87FRwTVPQgVKaV5AXzPT5u0VItfNU8SMbESpdSp5STwxT/1R99WYszgHWsVkzhg==", + "type": "package", + "path": "microsoft.extensions.fileproviders.abstractions/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.FileProviders.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Abstractions.targets", + "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.xml", + "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml", + "microsoft.extensions.fileproviders.abstractions.9.0.2.nupkg.sha512", + "microsoft.extensions.fileproviders.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.FileProviders.Physical/9.0.2": { + "sha512": "WcPkJx/OAaXG5xHvxYsoLY8qGsyCfHWsbDJtfMtHRWtceF/EmqAsqkHYsouh82gjxdZwfySvj3nGVi8AkwlYhA==", + "type": "package", + "path": "microsoft.extensions.fileproviders.physical/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.FileProviders.Physical.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Physical.targets", + "lib/net462/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/net462/Microsoft.Extensions.FileProviders.Physical.xml", + "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.xml", + "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.xml", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.xml", + "microsoft.extensions.fileproviders.physical.9.0.2.nupkg.sha512", + "microsoft.extensions.fileproviders.physical.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.FileSystemGlobbing/9.0.2": { + "sha512": "wAjk+6rvvU4WesskJ6rJX1FYL/S9zvnpqMai/pXb07+gtXpO7DhFfuKzYHwkKN3HAUq2W4CD+YLYenHwAS3DCA==", + "type": "package", + "path": "microsoft.extensions.filesystemglobbing/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.FileSystemGlobbing.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileSystemGlobbing.targets", + "lib/net462/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/net462/Microsoft.Extensions.FileSystemGlobbing.xml", + "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.xml", + "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.xml", + "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.xml", + "microsoft.extensions.filesystemglobbing.9.0.2.nupkg.sha512", + "microsoft.extensions.filesystemglobbing.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Hosting/9.0.2": { + "sha512": "h1lUeBuj0Cecg4c0BHpr1jR2UIqr80bGK+eLp4tq4bV13mSvS2juoNfi3Rsv0xV7bXY8HigUndnj6Xk2+4VdFw==", + "type": "package", + "path": "microsoft.extensions.hosting/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Hosting.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Hosting.targets", + "lib/net462/Microsoft.Extensions.Hosting.dll", + "lib/net462/Microsoft.Extensions.Hosting.xml", + "lib/net8.0/Microsoft.Extensions.Hosting.dll", + "lib/net8.0/Microsoft.Extensions.Hosting.xml", + "lib/net9.0/Microsoft.Extensions.Hosting.dll", + "lib/net9.0/Microsoft.Extensions.Hosting.xml", + "lib/netstandard2.0/Microsoft.Extensions.Hosting.dll", + "lib/netstandard2.0/Microsoft.Extensions.Hosting.xml", + "lib/netstandard2.1/Microsoft.Extensions.Hosting.dll", + "lib/netstandard2.1/Microsoft.Extensions.Hosting.xml", + "microsoft.extensions.hosting.9.0.2.nupkg.sha512", + "microsoft.extensions.hosting.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Hosting.Abstractions/9.0.2": { + "sha512": "PvjZW6CMdZbPbOwKsQXYN5VPtIWZQqdTRuBPZiW3skhU3hymB17XSlLVC4uaBbDZU+/3eHG3p80y+MzZxZqR7Q==", + "type": "package", + "path": "microsoft.extensions.hosting.abstractions/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Hosting.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Hosting.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Hosting.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Hosting.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.xml", + "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll", + "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.xml", + "lib/netstandard2.1/Microsoft.Extensions.Hosting.Abstractions.dll", + "lib/netstandard2.1/Microsoft.Extensions.Hosting.Abstractions.xml", + "microsoft.extensions.hosting.abstractions.9.0.2.nupkg.sha512", + "microsoft.extensions.hosting.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Http/8.0.0": { + "sha512": "cWz4caHwvx0emoYe7NkHPxII/KkTI8R/LC9qdqJqnKv2poTJ4e2qqPGQqvRoQ5kaSA4FU5IV3qFAuLuOhoqULQ==", + "type": "package", + "path": "microsoft.extensions.http/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Http.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Http.targets", + "lib/net462/Microsoft.Extensions.Http.dll", + "lib/net462/Microsoft.Extensions.Http.xml", + "lib/net6.0/Microsoft.Extensions.Http.dll", + "lib/net6.0/Microsoft.Extensions.Http.xml", + "lib/net7.0/Microsoft.Extensions.Http.dll", + "lib/net7.0/Microsoft.Extensions.Http.xml", + "lib/net8.0/Microsoft.Extensions.Http.dll", + "lib/net8.0/Microsoft.Extensions.Http.xml", + "lib/netstandard2.0/Microsoft.Extensions.Http.dll", + "lib/netstandard2.0/Microsoft.Extensions.Http.xml", + "microsoft.extensions.http.8.0.0.nupkg.sha512", + "microsoft.extensions.http.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Logging/9.0.2": { + "sha512": "loV/0UNpt2bD+6kCDzFALVE63CDtqzPeC0LAetkdhiEr/tTNbvOlQ7CBResH7BQBd3cikrwiBfaHdyHMFUlc2g==", + "type": "package", + "path": "microsoft.extensions.logging/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Logging.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.targets", + "lib/net462/Microsoft.Extensions.Logging.dll", + "lib/net462/Microsoft.Extensions.Logging.xml", + "lib/net8.0/Microsoft.Extensions.Logging.dll", + "lib/net8.0/Microsoft.Extensions.Logging.xml", + "lib/net9.0/Microsoft.Extensions.Logging.dll", + "lib/net9.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", + "microsoft.extensions.logging.9.0.2.nupkg.sha512", + "microsoft.extensions.logging.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Logging.Abstractions/9.0.2": { + "sha512": "dV9s2Lamc8jSaqhl2BQSPn/AryDIH2sSbQUyLitLXV0ROmsb+SROnn2cH939JFbsNrnf3mIM3GNRKT7P0ldwLg==", + "type": "package", + "path": "microsoft.extensions.logging.abstractions/9.0.2", + "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", + "analyzers/dotnet/roslyn3.11/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/Microsoft.Extensions.Logging.Generators.dll", + "analyzers/dotnet/roslyn4.0/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll", + "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "buildTransitive/net461/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/net462/Microsoft.Extensions.Logging.Abstractions.targets", + "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/net462/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll", + "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.2.nupkg.sha512", + "microsoft.extensions.logging.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Logging.ApplicationInsights/2.23.0": { + "sha512": "JLEabPz445i1yRB0hKZVzJJE35QatRIzWlrMOiBQXr9kBJod0jkpkrBf94ln6kXu+jlEGohnXtuXacPPhybJDw==", + "type": "package", + "path": "microsoft.extensions.logging.applicationinsights/2.23.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "icon.png", + "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.pdb", + "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.xml", + "microsoft.extensions.logging.applicationinsights.2.23.0.nupkg.sha512", + "microsoft.extensions.logging.applicationinsights.nuspec" + ] + }, + "Microsoft.Extensions.Logging.AzureAppServices/9.0.0": { + "sha512": "OMyMioZ23NlBXQb6TecMTr3LTCd2cqglKqMRdcWF8OJ+QQS53iPEo6bWj3CgGqgdXRySv3cxFVnJGSdcEWKR3Q==", + "type": "package", + "path": "microsoft.extensions.logging.azureappservices/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.Extensions.Logging.AzureAppServices.dll", + "lib/net462/Microsoft.Extensions.Logging.AzureAppServices.xml", + "lib/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll", + "lib/net9.0/Microsoft.Extensions.Logging.AzureAppServices.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.AzureAppServices.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.AzureAppServices.xml", + "microsoft.extensions.logging.azureappservices.9.0.0.nupkg.sha512", + "microsoft.extensions.logging.azureappservices.nuspec" + ] + }, + "Microsoft.Extensions.Logging.Configuration/9.0.2": { + "sha512": "pnwYZE7U6d3Y6iMVqADOAUUMMBGYAQPsT3fMwVr/V1Wdpe5DuVGFcViZavUthSJ5724NmelIl1cYy+kRfKfRPQ==", + "type": "package", + "path": "microsoft.extensions.logging.configuration/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Logging.Configuration.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Configuration.targets", + "lib/net462/Microsoft.Extensions.Logging.Configuration.dll", + "lib/net462/Microsoft.Extensions.Logging.Configuration.xml", + "lib/net8.0/Microsoft.Extensions.Logging.Configuration.dll", + "lib/net8.0/Microsoft.Extensions.Logging.Configuration.xml", + "lib/net9.0/Microsoft.Extensions.Logging.Configuration.dll", + "lib/net9.0/Microsoft.Extensions.Logging.Configuration.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.xml", + "microsoft.extensions.logging.configuration.9.0.2.nupkg.sha512", + "microsoft.extensions.logging.configuration.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Logging.Console/9.0.2": { + "sha512": "eoMjwiM0WpkVGSxzjo/f94ShreFLYhPMjfkOG04WOb8fq/TztpcWaU8XAkMMWZ+mYSbFYln+FBwUOEriXR4jtA==", + "type": "package", + "path": "microsoft.extensions.logging.console/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Logging.Console.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Console.targets", + "lib/net462/Microsoft.Extensions.Logging.Console.dll", + "lib/net462/Microsoft.Extensions.Logging.Console.xml", + "lib/net8.0/Microsoft.Extensions.Logging.Console.dll", + "lib/net8.0/Microsoft.Extensions.Logging.Console.xml", + "lib/net9.0/Microsoft.Extensions.Logging.Console.dll", + "lib/net9.0/Microsoft.Extensions.Logging.Console.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.Console.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.Console.xml", + "microsoft.extensions.logging.console.9.0.2.nupkg.sha512", + "microsoft.extensions.logging.console.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Logging.Debug/9.0.2": { + "sha512": "dSrVF+zWBaTS6wANuyjU2avNQMinFdOGpNRXey8jRtMCuKYubtx/f0ZEI6BU/FuQ48wXP4F/SlBE1Khs2G5v/g==", + "type": "package", + "path": "microsoft.extensions.logging.debug/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Logging.Debug.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Debug.targets", + "lib/net462/Microsoft.Extensions.Logging.Debug.dll", + "lib/net462/Microsoft.Extensions.Logging.Debug.xml", + "lib/net8.0/Microsoft.Extensions.Logging.Debug.dll", + "lib/net8.0/Microsoft.Extensions.Logging.Debug.xml", + "lib/net9.0/Microsoft.Extensions.Logging.Debug.dll", + "lib/net9.0/Microsoft.Extensions.Logging.Debug.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.xml", + "microsoft.extensions.logging.debug.9.0.2.nupkg.sha512", + "microsoft.extensions.logging.debug.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Logging.EventLog/9.0.2": { + "sha512": "4u7CexvjWr7eGUAvQOfyJUQ1+PgcWIGYajYXB+CgVI3qTMoi++8evZmuXQ/PSiKJ+SDeJXHoYDKbpmXq/aCwEg==", + "type": "package", + "path": "microsoft.extensions.logging.eventlog/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Logging.EventLog.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.EventLog.targets", + "lib/net462/Microsoft.Extensions.Logging.EventLog.dll", + "lib/net462/Microsoft.Extensions.Logging.EventLog.xml", + "lib/net8.0/Microsoft.Extensions.Logging.EventLog.dll", + "lib/net8.0/Microsoft.Extensions.Logging.EventLog.xml", + "lib/net9.0/Microsoft.Extensions.Logging.EventLog.dll", + "lib/net9.0/Microsoft.Extensions.Logging.EventLog.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.EventLog.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.EventLog.xml", + "microsoft.extensions.logging.eventlog.9.0.2.nupkg.sha512", + "microsoft.extensions.logging.eventlog.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Logging.EventSource/9.0.2": { + "sha512": "DvT/+kEL+aydUYSuGamH4YRJ8uDlFiMIcT82A3OsQGZ+lxiPZgTqqu1mYkSz5VMOx3J1+8vjFd2IzA89JkS/oQ==", + "type": "package", + "path": "microsoft.extensions.logging.eventsource/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Logging.EventSource.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.EventSource.targets", + "lib/net462/Microsoft.Extensions.Logging.EventSource.dll", + "lib/net462/Microsoft.Extensions.Logging.EventSource.xml", + "lib/net8.0/Microsoft.Extensions.Logging.EventSource.dll", + "lib/net8.0/Microsoft.Extensions.Logging.EventSource.xml", + "lib/net9.0/Microsoft.Extensions.Logging.EventSource.dll", + "lib/net9.0/Microsoft.Extensions.Logging.EventSource.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.xml", + "microsoft.extensions.logging.eventsource.9.0.2.nupkg.sha512", + "microsoft.extensions.logging.eventsource.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.ObjectPool/2.1.1": { + "sha512": "SErON45qh4ogDp6lr6UvVmFYW0FERihW+IQ+2JyFv1PUyWktcJytFaWH5zarufJvZwhci7Rf1IyGXr9pVEadTw==", + "type": "package", + "path": "microsoft.extensions.objectpool/2.1.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll", + "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.xml", + "microsoft.extensions.objectpool.2.1.1.nupkg.sha512", + "microsoft.extensions.objectpool.nuspec" + ] + }, + "Microsoft.Extensions.Options/9.0.2": { + "sha512": "zr98z+AN8+isdmDmQRuEJ/DAKZGUTHmdv3t0ZzjHvNqvA44nAgkXE9kYtfoN6581iALChhVaSw2Owt+Z2lVbkQ==", + "type": "package", + "path": "microsoft.extensions.options/9.0.2", + "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", + "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "buildTransitive/net461/Microsoft.Extensions.Options.targets", + "buildTransitive/net462/Microsoft.Extensions.Options.targets", + "buildTransitive/net8.0/Microsoft.Extensions.Options.targets", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.targets", + "buildTransitive/netstandard2.0/Microsoft.Extensions.Options.targets", + "lib/net462/Microsoft.Extensions.Options.dll", + "lib/net462/Microsoft.Extensions.Options.xml", + "lib/net8.0/Microsoft.Extensions.Options.dll", + "lib/net8.0/Microsoft.Extensions.Options.xml", + "lib/net9.0/Microsoft.Extensions.Options.dll", + "lib/net9.0/Microsoft.Extensions.Options.xml", + "lib/netstandard2.0/Microsoft.Extensions.Options.dll", + "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.2.nupkg.sha512", + "microsoft.extensions.options.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.2": { + "sha512": "OPm1NXdMg4Kb4Kz+YHdbBQfekh7MqQZ7liZ5dYUd+IbJakinv9Fl7Ck6Strbgs0a6E76UGbP/jHR532K/7/feQ==", + "type": "package", + "path": "microsoft.extensions.options.configurationextensions/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "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/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.9.0.2.nupkg.sha512", + "microsoft.extensions.options.configurationextensions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Primitives/9.0.7": { + "sha512": "ti/zD9BuuO50IqlvhWQs9GHxkCmoph5BHjGiWKdg2t6Or8XoyAfRJiKag+uvd/fpASnNklfsB01WpZ4fhAe0VQ==", + "type": "package", + "path": "microsoft.extensions.primitives/9.0.7", + "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/net462/Microsoft.Extensions.Primitives.dll", + "lib/net462/Microsoft.Extensions.Primitives.xml", + "lib/net8.0/Microsoft.Extensions.Primitives.dll", + "lib/net8.0/Microsoft.Extensions.Primitives.xml", + "lib/net9.0/Microsoft.Extensions.Primitives.dll", + "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.7.nupkg.sha512", + "microsoft.extensions.primitives.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Identity.Client/4.61.3": { + "sha512": "naJo/Qm35Caaoxp5utcw+R8eU8ZtLz2ALh8S+gkekOYQ1oazfCQMWVT4NJ/FnHzdIJlm8dMz0oMpMGCabx5odA==", + "type": "package", + "path": "microsoft.identity.client/4.61.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "lib/net462/Microsoft.Identity.Client.dll", + "lib/net462/Microsoft.Identity.Client.xml", + "lib/net6.0-android31.0/Microsoft.Identity.Client.dll", + "lib/net6.0-android31.0/Microsoft.Identity.Client.xml", + "lib/net6.0-ios15.4/Microsoft.Identity.Client.dll", + "lib/net6.0-ios15.4/Microsoft.Identity.Client.xml", + "lib/net6.0/Microsoft.Identity.Client.dll", + "lib/net6.0/Microsoft.Identity.Client.xml", + "lib/netstandard2.0/Microsoft.Identity.Client.dll", + "lib/netstandard2.0/Microsoft.Identity.Client.xml", + "microsoft.identity.client.4.61.3.nupkg.sha512", + "microsoft.identity.client.nuspec" + ] + }, + "Microsoft.Identity.Client.Extensions.Msal/4.61.3": { + "sha512": "PWnJcznrSGr25MN8ajlc2XIDW4zCFu0U6FkpaNLEWLgd1NgFCp5uDY3mqLDgM8zCN8hqj8yo5wHYfLB2HjcdGw==", + "type": "package", + "path": "microsoft.identity.client.extensions.msal/4.61.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll", + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.xml", + "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll", + "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.xml", + "microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512", + "microsoft.identity.client.extensions.msal.nuspec" + ] + }, + "Microsoft.IdentityModel.Abstractions/8.6.0": { + "sha512": "ewgV0sc2B3tjes8+OCRGE08Uxsey3qFfOD8vNq2gTs9k0/zPZ0MejK7Cb/eAW2c2Oz+IQHqgZkTycrAKYBD5yw==", + "type": "package", + "path": "microsoft.identitymodel.abstractions/8.6.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "lib/net462/Microsoft.IdentityModel.Abstractions.dll", + "lib/net462/Microsoft.IdentityModel.Abstractions.xml", + "lib/net472/Microsoft.IdentityModel.Abstractions.dll", + "lib/net472/Microsoft.IdentityModel.Abstractions.xml", + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml", + "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/net8.0/Microsoft.IdentityModel.Abstractions.xml", + "lib/net9.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/net9.0/Microsoft.IdentityModel.Abstractions.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", + "microsoft.identitymodel.abstractions.8.6.0.nupkg.sha512", + "microsoft.identitymodel.abstractions.nuspec" + ] + }, + "Microsoft.IdentityModel.JsonWebTokens/8.6.0": { + "sha512": "g/CFN/OzAhJb9a94ep6/xv4b9fOUL8heFkKDwC/HNb17tUDOIPN5iVawisfZ0p1xjJlmVyYWIggnECqIfX8Rfw==", + "type": "package", + "path": "microsoft.identitymodel.jsonwebtokens/8.6.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net472/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "microsoft.identitymodel.jsonwebtokens.8.6.0.nupkg.sha512", + "microsoft.identitymodel.jsonwebtokens.nuspec" + ] + }, + "Microsoft.IdentityModel.Logging/8.6.0": { + "sha512": "PqkPSoENwbGQenGQT270hZIt5p36Ta4YwDla4QId6LdqCeUDus63OChHBv+3AgujFVeBJlRrvmkN7H+Lug+u0g==", + "type": "package", + "path": "microsoft.identitymodel.logging/8.6.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "lib/net462/Microsoft.IdentityModel.Logging.dll", + "lib/net462/Microsoft.IdentityModel.Logging.xml", + "lib/net472/Microsoft.IdentityModel.Logging.dll", + "lib/net472/Microsoft.IdentityModel.Logging.xml", + "lib/net6.0/Microsoft.IdentityModel.Logging.dll", + "lib/net6.0/Microsoft.IdentityModel.Logging.xml", + "lib/net8.0/Microsoft.IdentityModel.Logging.dll", + "lib/net8.0/Microsoft.IdentityModel.Logging.xml", + "lib/net9.0/Microsoft.IdentityModel.Logging.dll", + "lib/net9.0/Microsoft.IdentityModel.Logging.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", + "microsoft.identitymodel.logging.8.6.0.nupkg.sha512", + "microsoft.identitymodel.logging.nuspec" + ] + }, + "Microsoft.IdentityModel.Protocols/6.35.0": { + "sha512": "BPQhlDzdFvv1PzaUxNSk+VEPwezlDEVADIKmyxubw7IiELK18uJ06RQ9QKKkds30XI+gDu9n8j24XQ8w7fjWcg==", + "type": "package", + "path": "microsoft.identitymodel.protocols/6.35.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net45/Microsoft.IdentityModel.Protocols.dll", + "lib/net45/Microsoft.IdentityModel.Protocols.xml", + "lib/net461/Microsoft.IdentityModel.Protocols.dll", + "lib/net461/Microsoft.IdentityModel.Protocols.xml", + "lib/net462/Microsoft.IdentityModel.Protocols.dll", + "lib/net462/Microsoft.IdentityModel.Protocols.xml", + "lib/net472/Microsoft.IdentityModel.Protocols.dll", + "lib/net472/Microsoft.IdentityModel.Protocols.xml", + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll", + "lib/net6.0/Microsoft.IdentityModel.Protocols.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.xml", + "microsoft.identitymodel.protocols.6.35.0.nupkg.sha512", + "microsoft.identitymodel.protocols.nuspec" + ] + }, + "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { + "sha512": "LMtVqnECCCdSmyFoCOxIE5tXQqkOLrvGrL7OxHg41DIm1bpWtaCdGyVcTAfOQpJXvzND9zUKIN/lhngPkYR8vg==", + "type": "package", + "path": "microsoft.identitymodel.protocols.openidconnect/6.35.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512", + "microsoft.identitymodel.protocols.openidconnect.nuspec" + ] + }, + "Microsoft.IdentityModel.Tokens/8.6.0": { + "sha512": "ga4ASKm8EezJ+Oj4uvTNE0xjIWy27Ix5pOZz737CnLzxv7ClFnelX+YWbFuiO1Qj2zVoIpsPqKJRGHGlpFF6eQ==", + "type": "package", + "path": "microsoft.identitymodel.tokens/8.6.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "lib/net462/Microsoft.IdentityModel.Tokens.dll", + "lib/net462/Microsoft.IdentityModel.Tokens.xml", + "lib/net472/Microsoft.IdentityModel.Tokens.dll", + "lib/net472/Microsoft.IdentityModel.Tokens.xml", + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll", + "lib/net6.0/Microsoft.IdentityModel.Tokens.xml", + "lib/net8.0/Microsoft.IdentityModel.Tokens.dll", + "lib/net8.0/Microsoft.IdentityModel.Tokens.xml", + "lib/net9.0/Microsoft.IdentityModel.Tokens.dll", + "lib/net9.0/Microsoft.IdentityModel.Tokens.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", + "microsoft.identitymodel.tokens.8.6.0.nupkg.sha512", + "microsoft.identitymodel.tokens.nuspec" + ] + }, + "Microsoft.Net.Http.Headers/2.1.1": { + "sha512": "lPNIphl8b2EuhOE9dMH6EZDmu7pS882O+HMi5BJNsigxHaWlBrYxZHFZgE18cyaPp6SSZcTkKkuzfjV/RRQKlA==", + "type": "package", + "path": "microsoft.net.http.headers/2.1.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll", + "lib/netstandard2.0/Microsoft.Net.Http.Headers.xml", + "microsoft.net.http.headers.2.1.1.nupkg.sha512", + "microsoft.net.http.headers.nuspec" + ] + }, + "Microsoft.NETCore.Platforms/3.1.0": { + "sha512": "z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==", + "type": "package", + "path": "microsoft.netcore.platforms/3.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard1.0/_._", + "microsoft.netcore.platforms.3.1.0.nupkg.sha512", + "microsoft.netcore.platforms.nuspec", + "runtime.json", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "Microsoft.OpenApi/1.6.22": { + "sha512": "aBvunmrdu/x+4CaA/UP1Jx4xWGwk4kymhoIRnn2Vp+zi5/KOPQJ9EkSXHRUr01WcGKtYl3Au7XfkPJbU1G2sjQ==", + "type": "package", + "path": "microsoft.openapi/1.6.22", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "lib/netstandard2.0/Microsoft.OpenApi.dll", + "lib/netstandard2.0/Microsoft.OpenApi.pdb", + "lib/netstandard2.0/Microsoft.OpenApi.xml", + "microsoft.openapi.1.6.22.nupkg.sha512", + "microsoft.openapi.nuspec" + ] + }, + "Microsoft.SqlServer.Server/1.0.0": { + "sha512": "N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==", + "type": "package", + "path": "microsoft.sqlserver.server/1.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "dotnet.png", + "lib/net46/Microsoft.SqlServer.Server.dll", + "lib/net46/Microsoft.SqlServer.Server.pdb", + "lib/net46/Microsoft.SqlServer.Server.xml", + "lib/netstandard2.0/Microsoft.SqlServer.Server.dll", + "lib/netstandard2.0/Microsoft.SqlServer.Server.pdb", + "lib/netstandard2.0/Microsoft.SqlServer.Server.xml", + "microsoft.sqlserver.server.1.0.0.nupkg.sha512", + "microsoft.sqlserver.server.nuspec" + ] + }, + "Microsoft.Web.LibraryManager.Build/3.0.71": { + "sha512": "uO0RegM2P5ZZhQDJQ+YSiugXJgNnh4gmjMd3VofeoE9MSu60zYoR3meA9SAm6PVJW2t//SzICXQf4+JtfUTJQA==", + "type": "package", + "path": "microsoft.web.librarymanager.build/3.0.71", + "hasTools": true, + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "License.txt", + "PackageIcon.png", + "Third-party-notice.txt", + "build/Microsoft.Web.LibraryManager.Build.props", + "build/Microsoft.Web.LibraryManager.Build.targets", + "microsoft.web.librarymanager.build.3.0.71.nupkg.sha512", + "microsoft.web.librarymanager.build.nuspec", + "tools/net481/Microsoft.Web.LibraryManager.Build.dll", + "tools/net481/Microsoft.Web.LibraryManager.Contracts.dll", + "tools/net481/Microsoft.Web.LibraryManager.dll", + "tools/net481/Newtonsoft.Json.dll", + "tools/net481/cs/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/cs/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/de/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/de/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/es/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/es/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/fr/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/fr/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/it/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/it/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/ja/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/ja/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/ko/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/ko/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/pl/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/pl/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/pt-BR/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/pt-BR/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/ru/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/ru/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/tr/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/tr/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/zh-Hans/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/zh-Hans/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/zh-Hant/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/zh-Hant/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/Microsoft.Web.LibraryManager.Build.dll", + "tools/net8.0/Microsoft.Web.LibraryManager.Contracts.dll", + "tools/net8.0/Microsoft.Web.LibraryManager.dll", + "tools/net8.0/Newtonsoft.Json.dll", + "tools/net8.0/cs/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/cs/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/de/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/de/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/es/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/es/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/fr/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/fr/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/it/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/it/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/ja/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/ja/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/ko/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/ko/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/pl/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/pl/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/pt-BR/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/pt-BR/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/ru/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/ru/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/tr/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/tr/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/zh-Hans/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/zh-Hans/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/zh-Hant/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/zh-Hant/Microsoft.Web.LibraryManager.resources.dll" + ] + }, + "Mono.TextTemplating/2.2.1": { + "sha512": "KZYeKBET/2Z0gY1WlTAK7+RHTl7GSbtvTLDXEZZojUdAPqpQNDL6tHv7VUpqfX5VEOh+uRGKaZXkuD253nEOBQ==", + "type": "package", + "path": "mono.texttemplating/2.2.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net472/Mono.TextTemplating.dll", + "lib/netstandard2.0/Mono.TextTemplating.dll", + "mono.texttemplating.2.2.1.nupkg.sha512", + "mono.texttemplating.nuspec" + ] + }, + "Newtonsoft.Json/13.0.4": { + "sha512": "pdgNNMai3zv51W5aq268sujXUyx7SNdE2bj1wZcWjAQrKMFZV260lbqYop1d2GM67JI1huLRwxo9ZqnfF/lC6A==", + "type": "package", + "path": "newtonsoft.json/13.0.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.md", + "README.md", + "lib/net20/Newtonsoft.Json.dll", + "lib/net20/Newtonsoft.Json.xml", + "lib/net35/Newtonsoft.Json.dll", + "lib/net35/Newtonsoft.Json.xml", + "lib/net40/Newtonsoft.Json.dll", + "lib/net40/Newtonsoft.Json.xml", + "lib/net45/Newtonsoft.Json.dll", + "lib/net45/Newtonsoft.Json.xml", + "lib/net6.0/Newtonsoft.Json.dll", + "lib/net6.0/Newtonsoft.Json.xml", + "lib/netstandard1.0/Newtonsoft.Json.dll", + "lib/netstandard1.0/Newtonsoft.Json.xml", + "lib/netstandard1.3/Newtonsoft.Json.dll", + "lib/netstandard1.3/Newtonsoft.Json.xml", + "lib/netstandard2.0/Newtonsoft.Json.dll", + "lib/netstandard2.0/Newtonsoft.Json.xml", + "newtonsoft.json.13.0.4.nupkg.sha512", + "newtonsoft.json.nuspec", + "packageIcon.png" + ] + }, + "Newtonsoft.Json.Bson/1.0.2": { + "sha512": "QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", + "type": "package", + "path": "newtonsoft.json.bson/1.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.md", + "lib/net45/Newtonsoft.Json.Bson.dll", + "lib/net45/Newtonsoft.Json.Bson.pdb", + "lib/net45/Newtonsoft.Json.Bson.xml", + "lib/netstandard1.3/Newtonsoft.Json.Bson.dll", + "lib/netstandard1.3/Newtonsoft.Json.Bson.pdb", + "lib/netstandard1.3/Newtonsoft.Json.Bson.xml", + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll", + "lib/netstandard2.0/Newtonsoft.Json.Bson.pdb", + "lib/netstandard2.0/Newtonsoft.Json.Bson.xml", + "newtonsoft.json.bson.1.0.2.nupkg.sha512", + "newtonsoft.json.bson.nuspec" + ] + }, + "Pipelines.Sockets.Unofficial/2.2.8": { + "sha512": "zG2FApP5zxSx6OcdJQLbZDk2AVlN2BNQD6MorwIfV6gVj0RRxWPEp2LXAxqDGZqeNV1Zp0BNPcNaey/GXmTdvQ==", + "type": "package", + "path": "pipelines.sockets.unofficial/2.2.8", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net461/Pipelines.Sockets.Unofficial.dll", + "lib/net461/Pipelines.Sockets.Unofficial.xml", + "lib/net472/Pipelines.Sockets.Unofficial.dll", + "lib/net472/Pipelines.Sockets.Unofficial.xml", + "lib/net5.0/Pipelines.Sockets.Unofficial.dll", + "lib/net5.0/Pipelines.Sockets.Unofficial.xml", + "lib/netcoreapp3.1/Pipelines.Sockets.Unofficial.dll", + "lib/netcoreapp3.1/Pipelines.Sockets.Unofficial.xml", + "lib/netstandard2.0/Pipelines.Sockets.Unofficial.dll", + "lib/netstandard2.0/Pipelines.Sockets.Unofficial.xml", + "lib/netstandard2.1/Pipelines.Sockets.Unofficial.dll", + "lib/netstandard2.1/Pipelines.Sockets.Unofficial.xml", + "pipelines.sockets.unofficial.2.2.8.nupkg.sha512", + "pipelines.sockets.unofficial.nuspec" + ] + }, + "Polly/8.6.5": { + "sha512": "VqtW2ZE/ALvQMAH1cQY3qZ2cF2OXa3oe/HKMdOv6Q02HCoEW0rsFNfcBONXlHBe1TnjWW1vdRxBEkPeq0/2FHA==", + "type": "package", + "path": "polly/8.6.5", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE", + "lib/net462/Polly.dll", + "lib/net462/Polly.pdb", + "lib/net462/Polly.xml", + "lib/net472/Polly.dll", + "lib/net472/Polly.pdb", + "lib/net472/Polly.xml", + "lib/net6.0/Polly.dll", + "lib/net6.0/Polly.pdb", + "lib/net6.0/Polly.xml", + "lib/netstandard2.0/Polly.dll", + "lib/netstandard2.0/Polly.pdb", + "lib/netstandard2.0/Polly.xml", + "package-icon.png", + "package-readme.md", + "polly.8.6.5.nupkg.sha512", + "polly.nuspec" + ] + }, + "Polly.Core/8.6.5": { + "sha512": "t+sUVrIwvo7UmsgHGgOG9F0GDZSRIm47u2ylH17Gvcv1q5hNEwgD5GoBlFyc0kh/pebmPyrAgvGsR/65ZBaXlg==", + "type": "package", + "path": "polly.core/8.6.5", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE", + "lib/net462/Polly.Core.dll", + "lib/net462/Polly.Core.pdb", + "lib/net462/Polly.Core.xml", + "lib/net472/Polly.Core.dll", + "lib/net472/Polly.Core.pdb", + "lib/net472/Polly.Core.xml", + "lib/net6.0/Polly.Core.dll", + "lib/net6.0/Polly.Core.pdb", + "lib/net6.0/Polly.Core.xml", + "lib/net8.0/Polly.Core.dll", + "lib/net8.0/Polly.Core.pdb", + "lib/net8.0/Polly.Core.xml", + "lib/netstandard2.0/Polly.Core.dll", + "lib/netstandard2.0/Polly.Core.pdb", + "lib/netstandard2.0/Polly.Core.xml", + "package-icon.png", + "package-readme.md", + "polly.core.8.6.5.nupkg.sha512", + "polly.core.nuspec" + ] + }, + "RabbitMQ.Client/6.8.1": { + "sha512": "jNsmGgmCNw2S/NzskeN2ijtGywtH4Sk/G6jWUTD5sY9SrC27Xz6BsLIiB8hdsfjeyWCa4j4GvCIGkpE8wrjU1Q==", + "type": "package", + "path": "rabbitmq.client/6.8.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "icon.png", + "lib/net462/RabbitMQ.Client.dll", + "lib/net462/RabbitMQ.Client.xml", + "lib/netstandard2.0/RabbitMQ.Client.dll", + "lib/netstandard2.0/RabbitMQ.Client.xml", + "rabbitmq.client.6.8.1.nupkg.sha512", + "rabbitmq.client.nuspec" + ] + }, + "Serilog/4.2.0": { + "sha512": "gmoWVOvKgbME8TYR+gwMf7osROiWAURterc6Rt2dQyX7wtjZYpqFiA/pY6ztjGQKKV62GGCyOcmtP1UKMHgSmA==", + "type": "package", + "path": "serilog/4.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "icon.png", + "lib/net462/Serilog.dll", + "lib/net462/Serilog.xml", + "lib/net471/Serilog.dll", + "lib/net471/Serilog.xml", + "lib/net6.0/Serilog.dll", + "lib/net6.0/Serilog.xml", + "lib/net8.0/Serilog.dll", + "lib/net8.0/Serilog.xml", + "lib/net9.0/Serilog.dll", + "lib/net9.0/Serilog.xml", + "lib/netstandard2.0/Serilog.dll", + "lib/netstandard2.0/Serilog.xml", + "serilog.4.2.0.nupkg.sha512", + "serilog.nuspec" + ] + }, + "Serilog.AspNetCore/9.0.0": { + "sha512": "JslDajPlBsn3Pww1554flJFTqROvK9zz9jONNQgn0D8Lx2Trw8L0A8/n6zEQK1DAZWXrJwiVLw8cnTR3YFuYsg==", + "type": "package", + "path": "serilog.aspnetcore/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "icon.png", + "lib/net462/Serilog.AspNetCore.dll", + "lib/net462/Serilog.AspNetCore.xml", + "lib/net8.0/Serilog.AspNetCore.dll", + "lib/net8.0/Serilog.AspNetCore.xml", + "lib/net9.0/Serilog.AspNetCore.dll", + "lib/net9.0/Serilog.AspNetCore.xml", + "lib/netstandard2.0/Serilog.AspNetCore.dll", + "lib/netstandard2.0/Serilog.AspNetCore.xml", + "lib/netstandard2.1/Serilog.AspNetCore.dll", + "lib/netstandard2.1/Serilog.AspNetCore.xml", + "serilog.aspnetcore.9.0.0.nupkg.sha512", + "serilog.aspnetcore.nuspec" + ] + }, + "Serilog.Extensions.Hosting/9.0.0": { + "sha512": "u2TRxuxbjvTAldQn7uaAwePkWxTHIqlgjelekBtilAGL5sYyF3+65NWctN4UrwwGLsDC7c3Vz3HnOlu+PcoxXg==", + "type": "package", + "path": "serilog.extensions.hosting/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "icon.png", + "lib/net462/Serilog.Extensions.Hosting.dll", + "lib/net462/Serilog.Extensions.Hosting.xml", + "lib/net8.0/Serilog.Extensions.Hosting.dll", + "lib/net8.0/Serilog.Extensions.Hosting.xml", + "lib/net9.0/Serilog.Extensions.Hosting.dll", + "lib/net9.0/Serilog.Extensions.Hosting.xml", + "lib/netstandard2.0/Serilog.Extensions.Hosting.dll", + "lib/netstandard2.0/Serilog.Extensions.Hosting.xml", + "lib/netstandard2.1/Serilog.Extensions.Hosting.dll", + "lib/netstandard2.1/Serilog.Extensions.Hosting.xml", + "serilog.extensions.hosting.9.0.0.nupkg.sha512", + "serilog.extensions.hosting.nuspec" + ] + }, + "Serilog.Extensions.Logging/9.0.0": { + "sha512": "NwSSYqPJeKNzl5AuXVHpGbr6PkZJFlNa14CdIebVjK3k/76kYj/mz5kiTRNVSsSaxM8kAIa1kpy/qyT9E4npRQ==", + "type": "package", + "path": "serilog.extensions.logging/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "lib/net462/Serilog.Extensions.Logging.dll", + "lib/net462/Serilog.Extensions.Logging.xml", + "lib/net8.0/Serilog.Extensions.Logging.dll", + "lib/net8.0/Serilog.Extensions.Logging.xml", + "lib/net9.0/Serilog.Extensions.Logging.dll", + "lib/net9.0/Serilog.Extensions.Logging.xml", + "lib/netstandard2.0/Serilog.Extensions.Logging.dll", + "lib/netstandard2.0/Serilog.Extensions.Logging.xml", + "lib/netstandard2.1/Serilog.Extensions.Logging.dll", + "lib/netstandard2.1/Serilog.Extensions.Logging.xml", + "serilog-extension-nuget.png", + "serilog.extensions.logging.9.0.0.nupkg.sha512", + "serilog.extensions.logging.nuspec" + ] + }, + "Serilog.Formatting.Compact/3.0.0": { + "sha512": "wQsv14w9cqlfB5FX2MZpNsTawckN4a8dryuNGbebB/3Nh1pXnROHZov3swtu3Nj5oNG7Ba+xdu7Et/ulAUPanQ==", + "type": "package", + "path": "serilog.formatting.compact/3.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "lib/net462/Serilog.Formatting.Compact.dll", + "lib/net462/Serilog.Formatting.Compact.xml", + "lib/net471/Serilog.Formatting.Compact.dll", + "lib/net471/Serilog.Formatting.Compact.xml", + "lib/net6.0/Serilog.Formatting.Compact.dll", + "lib/net6.0/Serilog.Formatting.Compact.xml", + "lib/net8.0/Serilog.Formatting.Compact.dll", + "lib/net8.0/Serilog.Formatting.Compact.xml", + "lib/netstandard2.0/Serilog.Formatting.Compact.dll", + "lib/netstandard2.0/Serilog.Formatting.Compact.xml", + "serilog-extension-nuget.png", + "serilog.formatting.compact.3.0.0.nupkg.sha512", + "serilog.formatting.compact.nuspec" + ] + }, + "Serilog.Settings.Configuration/9.0.0": { + "sha512": "4/Et4Cqwa+F88l5SeFeNZ4c4Z6dEAIKbu3MaQb2Zz9F/g27T5a3wvfMcmCOaAiACjfUb4A6wrlTVfyYUZk3RRQ==", + "type": "package", + "path": "serilog.settings.configuration/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "icon.png", + "lib/net462/Serilog.Settings.Configuration.dll", + "lib/net462/Serilog.Settings.Configuration.xml", + "lib/net8.0/Serilog.Settings.Configuration.dll", + "lib/net8.0/Serilog.Settings.Configuration.xml", + "lib/net9.0/Serilog.Settings.Configuration.dll", + "lib/net9.0/Serilog.Settings.Configuration.xml", + "lib/netstandard2.0/Serilog.Settings.Configuration.dll", + "lib/netstandard2.0/Serilog.Settings.Configuration.xml", + "serilog.settings.configuration.9.0.0.nupkg.sha512", + "serilog.settings.configuration.nuspec" + ] + }, + "Serilog.Sinks.Console/6.1.1": { + "sha512": "8jbqgjUyZlfCuSTaJk6lOca465OndqOz3KZP6Cryt/IqZYybyBu7GP0fE/AXBzrrQB3EBmQntBFAvMVz1COvAA==", + "type": "package", + "path": "serilog.sinks.console/6.1.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "icon.png", + "lib/net462/Serilog.Sinks.Console.dll", + "lib/net462/Serilog.Sinks.Console.xml", + "lib/net471/Serilog.Sinks.Console.dll", + "lib/net471/Serilog.Sinks.Console.xml", + "lib/net6.0/Serilog.Sinks.Console.dll", + "lib/net6.0/Serilog.Sinks.Console.xml", + "lib/net8.0/Serilog.Sinks.Console.dll", + "lib/net8.0/Serilog.Sinks.Console.xml", + "lib/netstandard2.0/Serilog.Sinks.Console.dll", + "lib/netstandard2.0/Serilog.Sinks.Console.xml", + "serilog.sinks.console.6.1.1.nupkg.sha512", + "serilog.sinks.console.nuspec" + ] + }, + "Serilog.Sinks.Debug/3.0.0": { + "sha512": "4BzXcdrgRX7wde9PmHuYd9U6YqycCC28hhpKonK7hx0wb19eiuRj16fPcPSVp0o/Y1ipJuNLYQ00R3q2Zs8FDA==", + "type": "package", + "path": "serilog.sinks.debug/3.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "icon.png", + "lib/net462/Serilog.Sinks.Debug.dll", + "lib/net462/Serilog.Sinks.Debug.xml", + "lib/net471/Serilog.Sinks.Debug.dll", + "lib/net471/Serilog.Sinks.Debug.xml", + "lib/net6.0/Serilog.Sinks.Debug.dll", + "lib/net6.0/Serilog.Sinks.Debug.xml", + "lib/net8.0/Serilog.Sinks.Debug.dll", + "lib/net8.0/Serilog.Sinks.Debug.xml", + "lib/netstandard2.0/Serilog.Sinks.Debug.dll", + "lib/netstandard2.0/Serilog.Sinks.Debug.xml", + "serilog.sinks.debug.3.0.0.nupkg.sha512", + "serilog.sinks.debug.nuspec" + ] + }, + "Serilog.Sinks.File/7.0.0": { + "sha512": "fKL7mXv7qaiNBUC71ssvn/dU0k9t0o45+qm2XgKAlSt19xF+ijjxyA3R6HmCgfKEKwfcfkwWjayuQtRueZFkYw==", + "type": "package", + "path": "serilog.sinks.file/7.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "lib/net462/Serilog.Sinks.File.dll", + "lib/net462/Serilog.Sinks.File.xml", + "lib/net471/Serilog.Sinks.File.dll", + "lib/net471/Serilog.Sinks.File.xml", + "lib/net6.0/Serilog.Sinks.File.dll", + "lib/net6.0/Serilog.Sinks.File.xml", + "lib/net8.0/Serilog.Sinks.File.dll", + "lib/net8.0/Serilog.Sinks.File.xml", + "lib/net9.0/Serilog.Sinks.File.dll", + "lib/net9.0/Serilog.Sinks.File.xml", + "lib/netstandard2.0/Serilog.Sinks.File.dll", + "lib/netstandard2.0/Serilog.Sinks.File.xml", + "serilog-sink-nuget.png", + "serilog.sinks.file.7.0.0.nupkg.sha512", + "serilog.sinks.file.nuspec" + ] + }, + "Serilog.Sinks.Http/9.2.0": { + "sha512": "tngXuEvfI1CrtB02XVXhHAGTX1HvSMKjWcOmlyBT9LVNIMYvNhOSkfigfwxd9OCbv3cXw1aWFrSPGGw8Y6sjtg==", + "type": "package", + "path": "serilog.sinks.http/9.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "lib/net462/Serilog.Sinks.Http.dll", + "lib/net462/Serilog.Sinks.Http.xml", + "lib/netstandard2.0/Serilog.Sinks.Http.dll", + "lib/netstandard2.0/Serilog.Sinks.Http.xml", + "lib/netstandard2.1/Serilog.Sinks.Http.dll", + "lib/netstandard2.1/Serilog.Sinks.Http.xml", + "serilog-sink-nuget.png", + "serilog.sinks.http.9.2.0.nupkg.sha512", + "serilog.sinks.http.nuspec" + ] + }, + "Serilog.Sinks.Seq/9.0.0": { + "sha512": "aNU8A0K322q7+voPNmp1/qNPH+9QK8xvM1p72sMmCG0wGlshFzmtDW9QnVSoSYCj0MgQKcMOlgooovtBhRlNHw==", + "type": "package", + "path": "serilog.sinks.seq/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "icon.png", + "lib/net6.0/Serilog.Sinks.Seq.dll", + "lib/net6.0/Serilog.Sinks.Seq.xml", + "lib/netstandard2.0/Serilog.Sinks.Seq.dll", + "lib/netstandard2.0/Serilog.Sinks.Seq.xml", + "serilog.sinks.seq.9.0.0.nupkg.sha512", + "serilog.sinks.seq.nuspec" + ] + }, + "StackExchange.Redis/2.7.27": { + "sha512": "Uqc2OQHglqj9/FfGQ6RkKFkZfHySfZlfmbCl+hc+u2I/IqunfelQ7QJi7ZhvAJxUtu80pildVX6NPLdDaUffOw==", + "type": "package", + "path": "stackexchange.redis/2.7.27", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net461/StackExchange.Redis.dll", + "lib/net461/StackExchange.Redis.xml", + "lib/net472/StackExchange.Redis.dll", + "lib/net472/StackExchange.Redis.xml", + "lib/net6.0/StackExchange.Redis.dll", + "lib/net6.0/StackExchange.Redis.xml", + "lib/netcoreapp3.1/StackExchange.Redis.dll", + "lib/netcoreapp3.1/StackExchange.Redis.xml", + "lib/netstandard2.0/StackExchange.Redis.dll", + "lib/netstandard2.0/StackExchange.Redis.xml", + "stackexchange.redis.2.7.27.nupkg.sha512", + "stackexchange.redis.nuspec" + ] + }, + "Swashbuckle.AspNetCore/7.2.0": { + "sha512": "vJv19UpWm6OOgnS9QLDnWARNVasXUfj8SFvlG7UVALm4nBnfwRnEky7C0veSDqMUmBeMPC6Ec3d6G1ts/J04Uw==", + "type": "package", + "path": "swashbuckle.aspnetcore/7.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "build/Swashbuckle.AspNetCore.props", + "buildMultiTargeting/Swashbuckle.AspNetCore.props", + "docs/package-readme.md", + "swashbuckle.aspnetcore.7.2.0.nupkg.sha512", + "swashbuckle.aspnetcore.nuspec" + ] + }, + "Swashbuckle.AspNetCore.Newtonsoft/7.2.0": { + "sha512": "otztl1SBfwu10iJx6lc3XG/dSqFXRtx8RQ0XrwrO/NYv0j6WhB+vaTJdfs4EPDh+0r7yORUPb7FQ6WgoApeDNg==", + "type": "package", + "path": "swashbuckle.aspnetcore.newtonsoft/7.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net6.0/Swashbuckle.AspNetCore.Newtonsoft.dll", + "lib/net6.0/Swashbuckle.AspNetCore.Newtonsoft.pdb", + "lib/net8.0/Swashbuckle.AspNetCore.Newtonsoft.dll", + "lib/net8.0/Swashbuckle.AspNetCore.Newtonsoft.pdb", + "lib/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll", + "lib/net9.0/Swashbuckle.AspNetCore.Newtonsoft.pdb", + "lib/netstandard2.0/Swashbuckle.AspNetCore.Newtonsoft.dll", + "lib/netstandard2.0/Swashbuckle.AspNetCore.Newtonsoft.pdb", + "package-readme.md", + "swashbuckle.aspnetcore.newtonsoft.7.2.0.nupkg.sha512", + "swashbuckle.aspnetcore.newtonsoft.nuspec" + ] + }, + "Swashbuckle.AspNetCore.Swagger/7.2.0": { + "sha512": "y27fNDfIh1vGhJjXYynLcZjl7DLOW1bSO2MDsY9wB4Zm1fdxpPsuBSiR4U+0acWlAqLmnuOPKr/OeOgwRUkBlw==", + "type": "package", + "path": "swashbuckle.aspnetcore.swagger/7.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll", + "lib/net6.0/Swashbuckle.AspNetCore.Swagger.pdb", + "lib/net6.0/Swashbuckle.AspNetCore.Swagger.xml", + "lib/net8.0/Swashbuckle.AspNetCore.Swagger.dll", + "lib/net8.0/Swashbuckle.AspNetCore.Swagger.pdb", + "lib/net8.0/Swashbuckle.AspNetCore.Swagger.xml", + "lib/net9.0/Swashbuckle.AspNetCore.Swagger.dll", + "lib/net9.0/Swashbuckle.AspNetCore.Swagger.pdb", + "lib/net9.0/Swashbuckle.AspNetCore.Swagger.xml", + "lib/netstandard2.0/Swashbuckle.AspNetCore.Swagger.dll", + "lib/netstandard2.0/Swashbuckle.AspNetCore.Swagger.pdb", + "lib/netstandard2.0/Swashbuckle.AspNetCore.Swagger.xml", + "package-readme.md", + "swashbuckle.aspnetcore.swagger.7.2.0.nupkg.sha512", + "swashbuckle.aspnetcore.swagger.nuspec" + ] + }, + "Swashbuckle.AspNetCore.SwaggerGen/7.2.0": { + "sha512": "pMrTxGVuXM7t4wqft5CNNU8A0++Yw5kTLmYhB6tbEcyBfO8xEF/Y8pkJhO6BZ/2MYONrRYoQTfPFJqu8fOf5WQ==", + "type": "package", + "path": "swashbuckle.aspnetcore.swaggergen/7.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll", + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.pdb", + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.xml", + "lib/net8.0/Swashbuckle.AspNetCore.SwaggerGen.dll", + "lib/net8.0/Swashbuckle.AspNetCore.SwaggerGen.pdb", + "lib/net8.0/Swashbuckle.AspNetCore.SwaggerGen.xml", + "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll", + "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.pdb", + "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.xml", + "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerGen.dll", + "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerGen.pdb", + "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerGen.xml", + "package-readme.md", + "swashbuckle.aspnetcore.swaggergen.7.2.0.nupkg.sha512", + "swashbuckle.aspnetcore.swaggergen.nuspec" + ] + }, + "Swashbuckle.AspNetCore.SwaggerUI/7.2.0": { + "sha512": "hgrXeKzyp5OGN8qVvL7A+vhmU7mDJTfGpiMBRL66IcfLOyna8UTLtn3cC3CghamXpRDufcc9ciklTszUGEQK0w==", + "type": "package", + "path": "swashbuckle.aspnetcore.swaggerui/7.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll", + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.pdb", + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.xml", + "lib/net8.0/Swashbuckle.AspNetCore.SwaggerUI.dll", + "lib/net8.0/Swashbuckle.AspNetCore.SwaggerUI.pdb", + "lib/net8.0/Swashbuckle.AspNetCore.SwaggerUI.xml", + "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll", + "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.pdb", + "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.xml", + "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerUI.dll", + "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerUI.pdb", + "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerUI.xml", + "package-readme.md", + "swashbuckle.aspnetcore.swaggerui.7.2.0.nupkg.sha512", + "swashbuckle.aspnetcore.swaggerui.nuspec" + ] + }, + "System.Buffers/4.5.0": { + "sha512": "pL2ChpaRRWI/p4LXyy4RgeWlYF2sgfj/pnVMvBqwNFr5cXg7CXNnWZWxrOONLg8VGdFB8oB+EG2Qw4MLgTOe+A==", + "type": "package", + "path": "system.buffers/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/netcoreapp2.0/_._", + "lib/netstandard1.1/System.Buffers.dll", + "lib/netstandard1.1/System.Buffers.xml", + "lib/netstandard2.0/System.Buffers.dll", + "lib/netstandard2.0/System.Buffers.xml", + "lib/uap10.0.16299/_._", + "ref/net45/System.Buffers.dll", + "ref/net45/System.Buffers.xml", + "ref/netcoreapp2.0/_._", + "ref/netstandard1.1/System.Buffers.dll", + "ref/netstandard1.1/System.Buffers.xml", + "ref/netstandard2.0/System.Buffers.dll", + "ref/netstandard2.0/System.Buffers.xml", + "ref/uap10.0.16299/_._", + "system.buffers.4.5.0.nupkg.sha512", + "system.buffers.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.ClientModel/1.0.0": { + "sha512": "I3CVkvxeqFYjIVEP59DnjbeoGNfo/+SZrCLpRz2v/g0gpCHaEMPtWSY0s9k/7jR1rAsLNg2z2u1JRB76tPjnIw==", + "type": "package", + "path": "system.clientmodel/1.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "DotNetPackageIcon.png", + "README.md", + "lib/net6.0/System.ClientModel.dll", + "lib/net6.0/System.ClientModel.xml", + "lib/netstandard2.0/System.ClientModel.dll", + "lib/netstandard2.0/System.ClientModel.xml", + "system.clientmodel.1.0.0.nupkg.sha512", + "system.clientmodel.nuspec" + ] + }, + "System.CodeDom/4.4.0": { + "sha512": "2sCCb7doXEwtYAbqzbF/8UAeDRMNmPaQbU2q50Psg1J9KzumyVVCgKQY8s53WIPTufNT0DpSe9QRvVjOzfDWBA==", + "type": "package", + "path": "system.codedom/4.4.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.CodeDom.dll", + "lib/netstandard2.0/System.CodeDom.dll", + "ref/net461/System.CodeDom.dll", + "ref/net461/System.CodeDom.xml", + "ref/netstandard2.0/System.CodeDom.dll", + "ref/netstandard2.0/System.CodeDom.xml", + "system.codedom.4.4.0.nupkg.sha512", + "system.codedom.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Collections.Immutable/6.0.0": { + "sha512": "l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==", + "type": "package", + "path": "system.collections.immutable/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Collections.Immutable.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Collections.Immutable.dll", + "lib/net461/System.Collections.Immutable.xml", + "lib/net6.0/System.Collections.Immutable.dll", + "lib/net6.0/System.Collections.Immutable.xml", + "lib/netstandard2.0/System.Collections.Immutable.dll", + "lib/netstandard2.0/System.Collections.Immutable.xml", + "system.collections.immutable.6.0.0.nupkg.sha512", + "system.collections.immutable.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Composition/6.0.0": { + "sha512": "d7wMuKQtfsxUa7S13tITC8n1cQzewuhD5iDjZtK2prwFfKVzdYtgrTHgjaV03Zq7feGQ5gkP85tJJntXwInsJA==", + "type": "package", + "path": "system.composition/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Composition.targets", + "buildTransitive/netcoreapp3.1/_._", + "system.composition.6.0.0.nupkg.sha512", + "system.composition.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Composition.AttributedModel/6.0.0": { + "sha512": "WK1nSDLByK/4VoC7fkNiFuTVEiperuCN/Hyn+VN30R+W2ijO1d0Z2Qm0ScEl9xkSn1G2MyapJi8xpf4R8WRa/w==", + "type": "package", + "path": "system.composition.attributedmodel/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Composition.AttributedModel.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Composition.AttributedModel.dll", + "lib/net461/System.Composition.AttributedModel.xml", + "lib/net6.0/System.Composition.AttributedModel.dll", + "lib/net6.0/System.Composition.AttributedModel.xml", + "lib/netstandard2.0/System.Composition.AttributedModel.dll", + "lib/netstandard2.0/System.Composition.AttributedModel.xml", + "system.composition.attributedmodel.6.0.0.nupkg.sha512", + "system.composition.attributedmodel.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Composition.Convention/6.0.0": { + "sha512": "XYi4lPRdu5bM4JVJ3/UIHAiG6V6lWWUlkhB9ab4IOq0FrRsp0F4wTyV4Dj+Ds+efoXJ3qbLqlvaUozDO7OLeXA==", + "type": "package", + "path": "system.composition.convention/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Composition.Convention.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Composition.Convention.dll", + "lib/net461/System.Composition.Convention.xml", + "lib/net6.0/System.Composition.Convention.dll", + "lib/net6.0/System.Composition.Convention.xml", + "lib/netstandard2.0/System.Composition.Convention.dll", + "lib/netstandard2.0/System.Composition.Convention.xml", + "system.composition.convention.6.0.0.nupkg.sha512", + "system.composition.convention.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Composition.Hosting/6.0.0": { + "sha512": "w/wXjj7kvxuHPLdzZ0PAUt++qJl03t7lENmb2Oev0n3zbxyNULbWBlnd5J5WUMMv15kg5o+/TCZFb6lSwfaUUQ==", + "type": "package", + "path": "system.composition.hosting/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Composition.Hosting.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Composition.Hosting.dll", + "lib/net461/System.Composition.Hosting.xml", + "lib/net6.0/System.Composition.Hosting.dll", + "lib/net6.0/System.Composition.Hosting.xml", + "lib/netstandard2.0/System.Composition.Hosting.dll", + "lib/netstandard2.0/System.Composition.Hosting.xml", + "system.composition.hosting.6.0.0.nupkg.sha512", + "system.composition.hosting.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Composition.Runtime/6.0.0": { + "sha512": "qkRH/YBaMPTnzxrS5RDk1juvqed4A6HOD/CwRcDGyPpYps1J27waBddiiq1y93jk2ZZ9wuA/kynM+NO0kb3PKg==", + "type": "package", + "path": "system.composition.runtime/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Composition.Runtime.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Composition.Runtime.dll", + "lib/net461/System.Composition.Runtime.xml", + "lib/net6.0/System.Composition.Runtime.dll", + "lib/net6.0/System.Composition.Runtime.xml", + "lib/netstandard2.0/System.Composition.Runtime.dll", + "lib/netstandard2.0/System.Composition.Runtime.xml", + "system.composition.runtime.6.0.0.nupkg.sha512", + "system.composition.runtime.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Composition.TypedParts/6.0.0": { + "sha512": "iUR1eHrL8Cwd82neQCJ00MpwNIBs4NZgXzrPqx8NJf/k4+mwBO0XCRmHYJT4OLSwDDqh5nBLJWkz5cROnrGhRA==", + "type": "package", + "path": "system.composition.typedparts/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Composition.TypedParts.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Composition.TypedParts.dll", + "lib/net461/System.Composition.TypedParts.xml", + "lib/net6.0/System.Composition.TypedParts.dll", + "lib/net6.0/System.Composition.TypedParts.xml", + "lib/netstandard2.0/System.Composition.TypedParts.dll", + "lib/netstandard2.0/System.Composition.TypedParts.xml", + "system.composition.typedparts.6.0.0.nupkg.sha512", + "system.composition.typedparts.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Configuration.ConfigurationManager/8.0.0": { + "sha512": "JlYi9XVvIREURRUlGMr1F6vOFLk7YSY4p1vHo4kX3tQ0AGrjqlRWHDi66ImHhy6qwXBG3BJ6Y1QlYQ+Qz6Xgww==", + "type": "package", + "path": "system.configuration.configurationmanager/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Configuration.ConfigurationManager.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Configuration.ConfigurationManager.targets", + "lib/net462/System.Configuration.ConfigurationManager.dll", + "lib/net462/System.Configuration.ConfigurationManager.xml", + "lib/net6.0/System.Configuration.ConfigurationManager.dll", + "lib/net6.0/System.Configuration.ConfigurationManager.xml", + "lib/net7.0/System.Configuration.ConfigurationManager.dll", + "lib/net7.0/System.Configuration.ConfigurationManager.xml", + "lib/net8.0/System.Configuration.ConfigurationManager.dll", + "lib/net8.0/System.Configuration.ConfigurationManager.xml", + "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll", + "lib/netstandard2.0/System.Configuration.ConfigurationManager.xml", + "system.configuration.configurationmanager.8.0.0.nupkg.sha512", + "system.configuration.configurationmanager.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Diagnostics.DiagnosticSource/10.0.0": { + "sha512": "0KdBK+h7G13PuOSC2R/DalAoFMvdYMznvGRuICtkdcUMXgl/gYXsG6z4yUvTxHSMACorWgHCU1Faq0KUHU6yAQ==", + "type": "package", + "path": "system.diagnostics.diagnosticsource/10.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Diagnostics.DiagnosticSource.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/System.Diagnostics.DiagnosticSource.targets", + "lib/net10.0/System.Diagnostics.DiagnosticSource.dll", + "lib/net10.0/System.Diagnostics.DiagnosticSource.xml", + "lib/net462/System.Diagnostics.DiagnosticSource.dll", + "lib/net462/System.Diagnostics.DiagnosticSource.xml", + "lib/net8.0/System.Diagnostics.DiagnosticSource.dll", + "lib/net8.0/System.Diagnostics.DiagnosticSource.xml", + "lib/net9.0/System.Diagnostics.DiagnosticSource.dll", + "lib/net9.0/System.Diagnostics.DiagnosticSource.xml", + "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll", + "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.xml", + "system.diagnostics.diagnosticsource.10.0.0.nupkg.sha512", + "system.diagnostics.diagnosticsource.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Diagnostics.EventLog/9.0.2": { + "sha512": "i+Fe6Fpst/onydFLBGilCr/Eh9OFdlaTU/c3alPp6IbLZXQJOgpIu3l4MOnmsN8fDYq5nAyHSqNIJesc74Yw3Q==", + "type": "package", + "path": "system.diagnostics.eventlog/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Diagnostics.EventLog.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/System.Diagnostics.EventLog.targets", + "lib/net462/System.Diagnostics.EventLog.dll", + "lib/net462/System.Diagnostics.EventLog.xml", + "lib/net8.0/System.Diagnostics.EventLog.dll", + "lib/net8.0/System.Diagnostics.EventLog.xml", + "lib/net9.0/System.Diagnostics.EventLog.dll", + "lib/net9.0/System.Diagnostics.EventLog.xml", + "lib/netstandard2.0/System.Diagnostics.EventLog.dll", + "lib/netstandard2.0/System.Diagnostics.EventLog.xml", + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll", + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll", + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.xml", + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll", + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll", + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.xml", + "system.diagnostics.eventlog.9.0.2.nupkg.sha512", + "system.diagnostics.eventlog.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Diagnostics.PerformanceCounter/6.0.0": { + "sha512": "gbeE5tNp/oB7O8kTTLh3wPPJCxpNOphXPTWVs1BsYuFOYapFijWuh0LYw1qnDo4gwDUYPXOmpTIhvtxisGsYOQ==", "type": "package", - "path": "mediatr/11.1.0", + "path": "system.diagnostics.performancecounter/6.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "gradient_128x128.png", - "lib/netstandard2.1/MediatR.dll", - "lib/netstandard2.1/MediatR.xml", - "mediatr.11.1.0.nupkg.sha512", - "mediatr.nuspec" + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Diagnostics.PerformanceCounter.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Diagnostics.PerformanceCounter.dll", + "lib/net461/System.Diagnostics.PerformanceCounter.xml", + "lib/net6.0/System.Diagnostics.PerformanceCounter.dll", + "lib/net6.0/System.Diagnostics.PerformanceCounter.xml", + "lib/netcoreapp3.1/System.Diagnostics.PerformanceCounter.dll", + "lib/netcoreapp3.1/System.Diagnostics.PerformanceCounter.xml", + "lib/netstandard2.0/System.Diagnostics.PerformanceCounter.dll", + "lib/netstandard2.0/System.Diagnostics.PerformanceCounter.xml", + "runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll", + "runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.xml", + "runtimes/win/lib/netcoreapp3.1/System.Diagnostics.PerformanceCounter.dll", + "runtimes/win/lib/netcoreapp3.1/System.Diagnostics.PerformanceCounter.xml", + "system.diagnostics.performancecounter.6.0.0.nupkg.sha512", + "system.diagnostics.performancecounter.nuspec", + "useSharedDesignerContext.txt" ] }, - "MediatR.Contracts/1.0.1": { - "sha512": "NsRvOxthhkYml4DcBMyJsmym8C4MchioH7wxKVPEg7plFj9Euh/i4IcmZ3Gvgx6+K8obeuhPeJdoBl56wnuo3A==", + "System.IdentityModel.Tokens.Jwt/8.6.0": { + "sha512": "PbhxMaAejQ5pVStTsMPzja0Q2FOeEIOQy8isxw2tTxduqIjWRJ+P78bWGpaXH67Tkeb+2t91YBj2stXEw6vyZQ==", "type": "package", - "path": "mediatr.contracts/1.0.1", + "path": "system.identitymodel.tokens.jwt/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "gradient_128x128.png", - "lib/net461/MediatR.Contracts.dll", - "lib/net461/MediatR.Contracts.xml", - "lib/netstandard2.0/MediatR.Contracts.dll", - "lib/netstandard2.0/MediatR.Contracts.xml", - "mediatr.contracts.1.0.1.nupkg.sha512", - "mediatr.contracts.nuspec" + "README.md", + "lib/net462/System.IdentityModel.Tokens.Jwt.dll", + "lib/net462/System.IdentityModel.Tokens.Jwt.xml", + "lib/net472/System.IdentityModel.Tokens.Jwt.dll", + "lib/net472/System.IdentityModel.Tokens.Jwt.xml", + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll", + "lib/net6.0/System.IdentityModel.Tokens.Jwt.xml", + "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll", + "lib/net8.0/System.IdentityModel.Tokens.Jwt.xml", + "lib/net9.0/System.IdentityModel.Tokens.Jwt.dll", + "lib/net9.0/System.IdentityModel.Tokens.Jwt.xml", + "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll", + "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.xml", + "system.identitymodel.tokens.jwt.8.6.0.nupkg.sha512", + "system.identitymodel.tokens.jwt.nuspec" ] }, - "MediatR.Extensions.Microsoft.DependencyInjection/11.1.0": { - "sha512": "RW3etRuy6Xp63cgqfC0r/ITOtUT0f9ymJl1+1XZdzsYUsfv7WBPC2kXGOP8IYpY/6c4Q6805vbIW/88DopUs3w==", + "System.IO.FileSystem.AccessControl/4.7.0": { + "sha512": "vMToiarpU81LR1/KZtnT7VDPvqAZfw9oOS5nY6pPP78nGYz3COLsQH3OfzbR+SjTgltd31R6KmKklz/zDpTmzw==", "type": "package", - "path": "mediatr.extensions.microsoft.dependencyinjection/11.1.0", + "path": "system.io.filesystem.accesscontrol/4.7.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "gradient_128x128.png", - "lib/netstandard2.1/MediatR.Extensions.Microsoft.DependencyInjection.dll", - "mediatr.extensions.microsoft.dependencyinjection.11.1.0.nupkg.sha512", - "mediatr.extensions.microsoft.dependencyinjection.nuspec" + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net46/System.IO.FileSystem.AccessControl.dll", + "lib/net461/System.IO.FileSystem.AccessControl.dll", + "lib/net461/System.IO.FileSystem.AccessControl.xml", + "lib/netstandard1.3/System.IO.FileSystem.AccessControl.dll", + "lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll", + "lib/netstandard2.0/System.IO.FileSystem.AccessControl.xml", + "ref/net46/System.IO.FileSystem.AccessControl.dll", + "ref/net461/System.IO.FileSystem.AccessControl.dll", + "ref/net461/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/System.IO.FileSystem.AccessControl.dll", + "ref/netstandard1.3/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll", + "ref/netstandard2.0/System.IO.FileSystem.AccessControl.xml", + "runtimes/win/lib/net46/System.IO.FileSystem.AccessControl.dll", + "runtimes/win/lib/net461/System.IO.FileSystem.AccessControl.dll", + "runtimes/win/lib/net461/System.IO.FileSystem.AccessControl.xml", + "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.AccessControl.dll", + "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll", + "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.xml", + "system.io.filesystem.accesscontrol.4.7.0.nupkg.sha512", + "system.io.filesystem.accesscontrol.nuspec", + "useSharedDesignerContext.txt", + "version.txt" ] }, - "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": { - "sha512": "h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw==", + "System.IO.Pipelines/6.0.3": { + "sha512": "ryTgF+iFkpGZY1vRQhfCzX0xTdlV3pyaTTqRu2ETbEv+HlV7O6y7hyQURnghNIXvctl5DuZ//Dpks6HdL/Txgw==", "type": "package", - "path": "microsoft.extensions.dependencyinjection.abstractions/7.0.0", + "path": "system.io.pipelines/6.0.3", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets", + "buildTransitive/netcoreapp2.0/System.IO.Pipelines.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.IO.Pipelines.dll", + "lib/net461/System.IO.Pipelines.xml", + "lib/net6.0/System.IO.Pipelines.dll", + "lib/net6.0/System.IO.Pipelines.xml", + "lib/netcoreapp3.1/System.IO.Pipelines.dll", + "lib/netcoreapp3.1/System.IO.Pipelines.xml", + "lib/netstandard2.0/System.IO.Pipelines.dll", + "lib/netstandard2.0/System.IO.Pipelines.xml", + "system.io.pipelines.6.0.3.nupkg.sha512", + "system.io.pipelines.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Memory/4.5.5": { + "sha512": "XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==", + "type": "package", + "path": "system.memory/4.5.5", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.Memory.dll", + "lib/net461/System.Memory.xml", + "lib/netcoreapp2.1/_._", + "lib/netstandard1.1/System.Memory.dll", + "lib/netstandard1.1/System.Memory.xml", + "lib/netstandard2.0/System.Memory.dll", + "lib/netstandard2.0/System.Memory.xml", + "ref/netcoreapp2.1/_._", + "system.memory.4.5.5.nupkg.sha512", + "system.memory.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Memory.Data/1.0.2": { + "sha512": "JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==", + "type": "package", + "path": "system.memory.data/1.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "DotNetPackageIcon.png", + "README.md", + "lib/net461/System.Memory.Data.dll", + "lib/net461/System.Memory.Data.xml", + "lib/netstandard2.0/System.Memory.Data.dll", + "lib/netstandard2.0/System.Memory.Data.xml", + "system.memory.data.1.0.2.nupkg.sha512", + "system.memory.data.nuspec" + ] + }, + "System.Numerics.Vectors/4.5.0": { + "sha512": "QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==", + "type": "package", + "path": "system.numerics.vectors/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Numerics.Vectors.dll", + "lib/net46/System.Numerics.Vectors.xml", + "lib/netcoreapp2.0/_._", + "lib/netstandard1.0/System.Numerics.Vectors.dll", + "lib/netstandard1.0/System.Numerics.Vectors.xml", + "lib/netstandard2.0/System.Numerics.Vectors.dll", + "lib/netstandard2.0/System.Numerics.Vectors.xml", + "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml", + "lib/uap10.0.16299/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/System.Numerics.Vectors.dll", + "ref/net45/System.Numerics.Vectors.xml", + "ref/net46/System.Numerics.Vectors.dll", + "ref/net46/System.Numerics.Vectors.xml", + "ref/netcoreapp2.0/_._", + "ref/netstandard1.0/System.Numerics.Vectors.dll", + "ref/netstandard1.0/System.Numerics.Vectors.xml", + "ref/netstandard2.0/System.Numerics.Vectors.dll", + "ref/netstandard2.0/System.Numerics.Vectors.xml", + "ref/uap10.0.16299/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.numerics.vectors.4.5.0.nupkg.sha512", + "system.numerics.vectors.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Reflection.Metadata/6.0.1": { + "sha512": "III/lNMSn0ZRBuM9m5Cgbiho5j81u0FAEagFX5ta2DKbljZ3T0IpD8j+BIiHQPeKqJppWS9bGEp6JnKnWKze0g==", + "type": "package", + "path": "system.reflection.metadata/6.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Reflection.Metadata.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Reflection.Metadata.dll", + "lib/net461/System.Reflection.Metadata.xml", + "lib/net6.0/System.Reflection.Metadata.dll", + "lib/net6.0/System.Reflection.Metadata.xml", + "lib/netstandard2.0/System.Reflection.Metadata.dll", + "lib/netstandard2.0/System.Reflection.Metadata.xml", + "system.reflection.metadata.6.0.1.nupkg.sha512", + "system.reflection.metadata.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Runtime.Caching/8.0.0": { + "sha512": "4TmlmvGp4kzZomm7J2HJn6IIx0UUrQyhBDyb5O1XiunZlQImXW+B8b7W/sTPcXhSf9rp5NR5aDtQllwbB5elOQ==", + "type": "package", + "path": "system.runtime.caching/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Runtime.Caching.targets", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net462/_._", + "lib/net6.0/System.Runtime.Caching.dll", + "lib/net6.0/System.Runtime.Caching.xml", + "lib/net7.0/System.Runtime.Caching.dll", + "lib/net7.0/System.Runtime.Caching.xml", + "lib/net8.0/System.Runtime.Caching.dll", + "lib/net8.0/System.Runtime.Caching.xml", + "lib/netstandard2.0/System.Runtime.Caching.dll", + "lib/netstandard2.0/System.Runtime.Caching.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "runtimes/win/lib/net6.0/System.Runtime.Caching.dll", + "runtimes/win/lib/net6.0/System.Runtime.Caching.xml", + "runtimes/win/lib/net7.0/System.Runtime.Caching.dll", + "runtimes/win/lib/net7.0/System.Runtime.Caching.xml", + "runtimes/win/lib/net8.0/System.Runtime.Caching.dll", + "runtimes/win/lib/net8.0/System.Runtime.Caching.xml", + "system.runtime.caching.8.0.0.nupkg.sha512", + "system.runtime.caching.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": { + "sha512": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", + "type": "package", + "path": "system.runtime.compilerservices.unsafe/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Runtime.CompilerServices.Unsafe.dll", + "lib/net461/System.Runtime.CompilerServices.Unsafe.xml", + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml", + "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.xml", + "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", + "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", + "system.runtime.compilerservices.unsafe.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Security.AccessControl/4.7.0": { + "sha512": "JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==", + "type": "package", + "path": "system.security.accesscontrol/4.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net46/System.Security.AccessControl.dll", + "lib/net461/System.Security.AccessControl.dll", + "lib/net461/System.Security.AccessControl.xml", + "lib/netstandard1.3/System.Security.AccessControl.dll", + "lib/netstandard2.0/System.Security.AccessControl.dll", + "lib/netstandard2.0/System.Security.AccessControl.xml", + "lib/uap10.0.16299/_._", + "ref/net46/System.Security.AccessControl.dll", + "ref/net461/System.Security.AccessControl.dll", + "ref/net461/System.Security.AccessControl.xml", + "ref/netstandard1.3/System.Security.AccessControl.dll", + "ref/netstandard1.3/System.Security.AccessControl.xml", + "ref/netstandard1.3/de/System.Security.AccessControl.xml", + "ref/netstandard1.3/es/System.Security.AccessControl.xml", + "ref/netstandard1.3/fr/System.Security.AccessControl.xml", + "ref/netstandard1.3/it/System.Security.AccessControl.xml", + "ref/netstandard1.3/ja/System.Security.AccessControl.xml", + "ref/netstandard1.3/ko/System.Security.AccessControl.xml", + "ref/netstandard1.3/ru/System.Security.AccessControl.xml", + "ref/netstandard1.3/zh-hans/System.Security.AccessControl.xml", + "ref/netstandard1.3/zh-hant/System.Security.AccessControl.xml", + "ref/netstandard2.0/System.Security.AccessControl.dll", + "ref/netstandard2.0/System.Security.AccessControl.xml", + "ref/uap10.0.16299/_._", + "runtimes/win/lib/net46/System.Security.AccessControl.dll", + "runtimes/win/lib/net461/System.Security.AccessControl.dll", + "runtimes/win/lib/net461/System.Security.AccessControl.xml", + "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll", + "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.xml", + "runtimes/win/lib/netstandard1.3/System.Security.AccessControl.dll", + "runtimes/win/lib/uap10.0.16299/_._", + "system.security.accesscontrol.4.7.0.nupkg.sha512", + "system.security.accesscontrol.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Security.Cryptography.Pkcs/9.0.0": { + "sha512": "8tluJF8w9si+2yoHeL8rgVJS6lKvWomTDC8px65Z8MCzzdME5eaPtEQf4OfVGrAxB5fW93ncucy1+221O9EQaw==", + "type": "package", + "path": "system.security.cryptography.pkcs/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Security.Cryptography.Pkcs.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/System.Security.Cryptography.Pkcs.targets", + "lib/net462/System.Security.Cryptography.Pkcs.dll", + "lib/net462/System.Security.Cryptography.Pkcs.xml", + "lib/net8.0/System.Security.Cryptography.Pkcs.dll", + "lib/net8.0/System.Security.Cryptography.Pkcs.xml", + "lib/net9.0/System.Security.Cryptography.Pkcs.dll", + "lib/net9.0/System.Security.Cryptography.Pkcs.xml", + "lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll", + "lib/netstandard2.0/System.Security.Cryptography.Pkcs.xml", + "lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll", + "lib/netstandard2.1/System.Security.Cryptography.Pkcs.xml", + "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll", + "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.xml", + "runtimes/win/lib/net9.0/System.Security.Cryptography.Pkcs.dll", + "runtimes/win/lib/net9.0/System.Security.Cryptography.Pkcs.xml", + "system.security.cryptography.pkcs.9.0.0.nupkg.sha512", + "system.security.cryptography.pkcs.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Security.Cryptography.ProtectedData/8.0.0": { + "sha512": "+TUFINV2q2ifyXauQXRwy4CiBhqvDEDZeVJU7qfxya4aRYOKzVBpN+4acx25VcPB9ywUN6C0n8drWl110PhZEg==", + "type": "package", + "path": "system.security.cryptography.protecteddata/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Security.Cryptography.ProtectedData.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets", - "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "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.7.0.0.nupkg.sha512", - "microsoft.extensions.dependencyinjection.abstractions.nuspec", + "buildTransitive/netcoreapp2.0/System.Security.Cryptography.ProtectedData.targets", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net462/System.Security.Cryptography.ProtectedData.dll", + "lib/net462/System.Security.Cryptography.ProtectedData.xml", + "lib/net6.0/System.Security.Cryptography.ProtectedData.dll", + "lib/net6.0/System.Security.Cryptography.ProtectedData.xml", + "lib/net7.0/System.Security.Cryptography.ProtectedData.dll", + "lib/net7.0/System.Security.Cryptography.ProtectedData.xml", + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll", + "lib/net8.0/System.Security.Cryptography.ProtectedData.xml", + "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", + "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "system.security.cryptography.protecteddata.8.0.0.nupkg.sha512", + "system.security.cryptography.protecteddata.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Security.Cryptography.Xml/9.0.0": { + "sha512": "GQZn5wFd+pyOfwWaCbqxG7trQ5ox01oR8kYgWflgtux4HiUNihGEgG2TktRWyH+9bw7NoEju1D41H/upwQeFQw==", + "type": "package", + "path": "system.security.cryptography.xml/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Security.Cryptography.Xml.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/System.Security.Cryptography.Xml.targets", + "lib/net462/System.Security.Cryptography.Xml.dll", + "lib/net462/System.Security.Cryptography.Xml.xml", + "lib/net8.0/System.Security.Cryptography.Xml.dll", + "lib/net8.0/System.Security.Cryptography.Xml.xml", + "lib/net9.0/System.Security.Cryptography.Xml.dll", + "lib/net9.0/System.Security.Cryptography.Xml.xml", + "lib/netstandard2.0/System.Security.Cryptography.Xml.dll", + "lib/netstandard2.0/System.Security.Cryptography.Xml.xml", + "system.security.cryptography.xml.9.0.0.nupkg.sha512", + "system.security.cryptography.xml.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Security.Principal.Windows/4.7.0": { + "sha512": "ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", + "type": "package", + "path": "system.security.principal.windows/4.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net46/System.Security.Principal.Windows.dll", + "lib/net461/System.Security.Principal.Windows.dll", + "lib/net461/System.Security.Principal.Windows.xml", + "lib/netstandard1.3/System.Security.Principal.Windows.dll", + "lib/netstandard2.0/System.Security.Principal.Windows.dll", + "lib/netstandard2.0/System.Security.Principal.Windows.xml", + "lib/uap10.0.16299/_._", + "ref/net46/System.Security.Principal.Windows.dll", + "ref/net461/System.Security.Principal.Windows.dll", + "ref/net461/System.Security.Principal.Windows.xml", + "ref/netcoreapp3.0/System.Security.Principal.Windows.dll", + "ref/netcoreapp3.0/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/System.Security.Principal.Windows.dll", + "ref/netstandard1.3/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/de/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/es/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/it/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml", + "ref/netstandard2.0/System.Security.Principal.Windows.dll", + "ref/netstandard2.0/System.Security.Principal.Windows.xml", + "ref/uap10.0.16299/_._", + "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", + "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.xml", + "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll", + "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.xml", + "runtimes/win/lib/net46/System.Security.Principal.Windows.dll", + "runtimes/win/lib/net461/System.Security.Principal.Windows.dll", + "runtimes/win/lib/net461/System.Security.Principal.Windows.xml", + "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", + "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.xml", + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll", + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.xml", + "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll", + "runtimes/win/lib/uap10.0.16299/_._", + "system.security.principal.windows.4.7.0.nupkg.sha512", + "system.security.principal.windows.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Text.Encoding.CodePages/6.0.0": { + "sha512": "ZFCILZuOvtKPauZ/j/swhvw68ZRi9ATCfvGbk1QfydmcXBkIWecWKn/250UH7rahZ5OoDBaiAudJtPvLwzw85A==", + "type": "package", + "path": "system.text.encoding.codepages/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Text.Encoding.CodePages.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net461/System.Text.Encoding.CodePages.dll", + "lib/net461/System.Text.Encoding.CodePages.xml", + "lib/net6.0/System.Text.Encoding.CodePages.dll", + "lib/net6.0/System.Text.Encoding.CodePages.xml", + "lib/netcoreapp3.1/System.Text.Encoding.CodePages.dll", + "lib/netcoreapp3.1/System.Text.Encoding.CodePages.xml", + "lib/netstandard2.0/System.Text.Encoding.CodePages.dll", + "lib/netstandard2.0/System.Text.Encoding.CodePages.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "runtimes/win/lib/net461/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/net461/System.Text.Encoding.CodePages.xml", + "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.xml", + "runtimes/win/lib/netcoreapp3.1/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/netcoreapp3.1/System.Text.Encoding.CodePages.xml", + "runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.xml", + "system.text.encoding.codepages.6.0.0.nupkg.sha512", + "system.text.encoding.codepages.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Text.Encodings.Web/4.7.2": { + "sha512": "iTUgB/WtrZ1sWZs84F2hwyQhiRH6QNjQv2DkwrH+WP6RoFga2Q1m3f9/Q7FG8cck8AdHitQkmkXSY8qylcDmuA==", + "type": "package", + "path": "system.text.encodings.web/4.7.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.Text.Encodings.Web.dll", + "lib/net461/System.Text.Encodings.Web.xml", + "lib/netstandard1.0/System.Text.Encodings.Web.dll", + "lib/netstandard1.0/System.Text.Encodings.Web.xml", + "lib/netstandard2.0/System.Text.Encodings.Web.dll", + "lib/netstandard2.0/System.Text.Encodings.Web.xml", + "lib/netstandard2.1/System.Text.Encodings.Web.dll", + "lib/netstandard2.1/System.Text.Encodings.Web.xml", + "system.text.encodings.web.4.7.2.nupkg.sha512", + "system.text.encodings.web.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Text.Json/4.7.2": { + "sha512": "TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==", + "type": "package", + "path": "system.text.json/4.7.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.Text.Json.dll", + "lib/net461/System.Text.Json.xml", + "lib/netcoreapp3.0/System.Text.Json.dll", + "lib/netcoreapp3.0/System.Text.Json.xml", + "lib/netstandard2.0/System.Text.Json.dll", + "lib/netstandard2.0/System.Text.Json.xml", + "system.text.json.4.7.2.nupkg.sha512", + "system.text.json.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Threading.Channels/7.0.0": { + "sha512": "qmeeYNROMsONF6ndEZcIQ+VxR4Q/TX/7uIVLJqtwIWL7dDWeh0l1UIqgo4wYyjG//5lUNhwkLDSFl+pAWO6oiA==", + "type": "package", + "path": "system.threading.channels/7.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Threading.Channels.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Threading.Channels.targets", + "lib/net462/System.Threading.Channels.dll", + "lib/net462/System.Threading.Channels.xml", + "lib/net6.0/System.Threading.Channels.dll", + "lib/net6.0/System.Threading.Channels.xml", + "lib/net7.0/System.Threading.Channels.dll", + "lib/net7.0/System.Threading.Channels.xml", + "lib/netstandard2.0/System.Threading.Channels.dll", + "lib/netstandard2.0/System.Threading.Channels.xml", + "lib/netstandard2.1/System.Threading.Channels.dll", + "lib/netstandard2.1/System.Threading.Channels.xml", + "system.threading.channels.7.0.0.nupkg.sha512", + "system.threading.channels.nuspec", "useSharedDesignerContext.txt" ] + }, + "System.Threading.Tasks.Extensions/4.5.4": { + "sha512": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", + "type": "package", + "path": "system.threading.tasks.extensions/4.5.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net461/System.Threading.Tasks.Extensions.dll", + "lib/net461/System.Threading.Tasks.Extensions.xml", + "lib/netcoreapp2.1/_._", + "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", + "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml", + "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/netcoreapp2.1/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.threading.tasks.extensions.4.5.4.nupkg.sha512", + "system.threading.tasks.extensions.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.ValueTuple/4.5.0": { + "sha512": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==", + "type": "package", + "path": "system.valuetuple/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net461/System.ValueTuple.dll", + "lib/net461/System.ValueTuple.xml", + "lib/net47/System.ValueTuple.dll", + "lib/net47/System.ValueTuple.xml", + "lib/netcoreapp2.0/_._", + "lib/netstandard1.0/System.ValueTuple.dll", + "lib/netstandard1.0/System.ValueTuple.xml", + "lib/netstandard2.0/_._", + "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", + "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.xml", + "lib/uap10.0.16299/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net461/System.ValueTuple.dll", + "ref/net47/System.ValueTuple.dll", + "ref/netcoreapp2.0/_._", + "ref/netstandard2.0/_._", + "ref/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", + "ref/uap10.0.16299/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.valuetuple.4.5.0.nupkg.sha512", + "system.valuetuple.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "YamlDotNet/16.3.0": { + "sha512": "SgMOdxbz8X65z8hraIs6hOEdnkH6hESTAIUa7viEngHOYaH+6q5XJmwr1+yb9vJpNQ19hCQY69xbFsLtXpobQA==", + "type": "package", + "path": "yamldotnet/16.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "images/yamldotnet.png", + "lib/net47/YamlDotNet.dll", + "lib/net47/YamlDotNet.xml", + "lib/net6.0/YamlDotNet.dll", + "lib/net6.0/YamlDotNet.xml", + "lib/net8.0/YamlDotNet.dll", + "lib/net8.0/YamlDotNet.xml", + "lib/netstandard2.0/YamlDotNet.dll", + "lib/netstandard2.0/YamlDotNet.xml", + "lib/netstandard2.1/YamlDotNet.dll", + "lib/netstandard2.1/YamlDotNet.xml", + "yamldotnet.16.3.0.nupkg.sha512", + "yamldotnet.nuspec" + ] } }, "projectFileDependencyGroups": { "net9.0": [ - "MediatR >= 11.1.0", - "MediatR.Extensions.Microsoft.DependencyInjection >= 11.1.0" + "AspNetCore.HealthChecks.AzureServiceBus >= 9.0.0", + "AspNetCore.HealthChecks.Rabbitmq >= 8.0.2", + "AspNetCore.HealthChecks.Redis >= 9.0.0", + "AspNetCore.HealthChecks.SqlServer >= 9.0.0", + "AspNetCore.HealthChecks.UI >= 9.0.0", + "AspNetCore.HealthChecks.UI.Client >= 9.0.0", + "AspNetCore.HealthChecks.UI.InMemory.Storage >= 9.0.0", + "AspNetCore.HealthChecks.Uris >= 9.0.0", + "Autofac >= 9.0.0", + "FluentValidation.AspNetCore >= 11.3.0", + "Google.Protobuf >= 3.33.1", + "Grpc.AspNetCore.Server >= 2.71.0", + "Grpc.AspNetCore.Server.ClientFactory >= 2.71.0", + "Grpc.Net.Client >= 2.71.0", + "Grpc.Tools >= 2.76.0", + "MediatR >= 12.4.1", + "Microsoft.ApplicationInsights.AspNetCore >= 2.23.0", + "Microsoft.ApplicationInsights.DependencyCollector >= 2.23.0", + "Microsoft.ApplicationInsights.Kubernetes >= 8.0.0", + "Microsoft.AspNetCore.DataProtection.StackExchangeRedis >= 9.0.0", + "Microsoft.Extensions.Diagnostics.HealthChecks >= 9.0.0", + "Microsoft.Extensions.Hosting >= 9.0.2", + "Microsoft.Extensions.Logging >= 9.0.2", + "Microsoft.Extensions.Logging.Abstractions >= 9.0.2", + "Microsoft.Extensions.Logging.AzureAppServices >= 9.0.0", + "Microsoft.Web.LibraryManager.Build >= 3.0.71", + "Newtonsoft.Json >= 13.0.4", + "Polly >= 8.6.5", + "RabbitMQ.Client >= 6.8.1", + "Serilog.AspNetCore >= 9.0.0", + "Serilog.Settings.Configuration >= 9.0.0", + "Serilog.Sinks.Console >= 6.1.1", + "Serilog.Sinks.Http >= 9.2.0", + "Serilog.Sinks.Seq >= 9.0.0", + "Swashbuckle.AspNetCore >= 7.2.0", + "Swashbuckle.AspNetCore.Newtonsoft >= 7.2.0" ] }, "packageFolders": { @@ -185,13 +8342,151 @@ "net9.0": { "targetAlias": "net9.0", "dependencies": { + "AspNetCore.HealthChecks.AzureServiceBus": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.Rabbitmq": { + "target": "Package", + "version": "[8.0.2, )" + }, + "AspNetCore.HealthChecks.Redis": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.SqlServer": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.UI": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.UI.Client": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.UI.InMemory.Storage": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.Uris": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Autofac": { + "target": "Package", + "version": "[9.0.0, )" + }, + "FluentValidation.AspNetCore": { + "target": "Package", + "version": "[11.3.0, )" + }, + "Google.Protobuf": { + "target": "Package", + "version": "[3.33.1, )" + }, + "Grpc.AspNetCore.Server": { + "target": "Package", + "version": "[2.71.0, )" + }, + "Grpc.AspNetCore.Server.ClientFactory": { + "target": "Package", + "version": "[2.71.0, )" + }, + "Grpc.Net.Client": { + "target": "Package", + "version": "[2.71.0, )" + }, + "Grpc.Tools": { + "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", + "suppressParent": "All", + "target": "Package", + "version": "[2.76.0, )" + }, "MediatR": { "target": "Package", - "version": "[11.1.0, )" + "version": "[12.4.1, )" + }, + "Microsoft.ApplicationInsights.AspNetCore": { + "target": "Package", + "version": "[2.23.0, )" + }, + "Microsoft.ApplicationInsights.DependencyCollector": { + "target": "Package", + "version": "[2.23.0, )" + }, + "Microsoft.ApplicationInsights.Kubernetes": { + "target": "Package", + "version": "[8.0.0, )" + }, + "Microsoft.AspNetCore.DataProtection.StackExchangeRedis": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Microsoft.Extensions.Diagnostics.HealthChecks": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Microsoft.Extensions.Hosting": { + "target": "Package", + "version": "[9.0.2, )" + }, + "Microsoft.Extensions.Logging": { + "target": "Package", + "version": "[9.0.2, )" + }, + "Microsoft.Extensions.Logging.Abstractions": { + "target": "Package", + "version": "[9.0.2, )" + }, + "Microsoft.Extensions.Logging.AzureAppServices": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Microsoft.Web.LibraryManager.Build": { + "target": "Package", + "version": "[3.0.71, )" + }, + "Newtonsoft.Json": { + "target": "Package", + "version": "[13.0.4, )" + }, + "Polly": { + "target": "Package", + "version": "[8.6.5, )" + }, + "RabbitMQ.Client": { + "target": "Package", + "version": "[6.8.1, )" + }, + "Serilog.AspNetCore": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Serilog.Settings.Configuration": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Serilog.Sinks.Console": { + "target": "Package", + "version": "[6.1.1, )" + }, + "Serilog.Sinks.Http": { + "target": "Package", + "version": "[9.2.0, )" + }, + "Serilog.Sinks.Seq": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Swashbuckle.AspNetCore": { + "target": "Package", + "version": "[7.2.0, )" }, - "MediatR.Extensions.Microsoft.DependencyInjection": { + "Swashbuckle.AspNetCore.Newtonsoft": { "target": "Package", - "version": "[11.1.0, )" + "version": "[7.2.0, )" } }, "imports": [ diff --git a/src/Services/Ordering/Ordering.Domain/obj/project.nuget.cache b/src/Services/Ordering/Ordering.Domain/obj/project.nuget.cache index 926a7014..1773d524 100644 --- a/src/Services/Ordering/Ordering.Domain/obj/project.nuget.cache +++ b/src/Services/Ordering/Ordering.Domain/obj/project.nuget.cache @@ -1,13 +1,188 @@ { "version": 2, - "dgSpecHash": "jk7WsI/YSXE=", + "dgSpecHash": "2pdGJvnl7yI=", "success": true, "projectFilePath": "/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.Domain/Ordering.Domain.csproj", "expectedPackageFiles": [ - "/home/runner/.nuget/packages/mediatr/11.1.0/mediatr.11.1.0.nupkg.sha512", - "/home/runner/.nuget/packages/mediatr.contracts/1.0.1/mediatr.contracts.1.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/mediatr.extensions.microsoft.dependencyinjection/11.1.0/mediatr.extensions.microsoft.dependencyinjection.11.1.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/7.0.0/microsoft.extensions.dependencyinjection.abstractions.7.0.0.nupkg.sha512" + "/home/runner/.nuget/packages/aspnetcore.healthchecks.azureservicebus/9.0.0/aspnetcore.healthchecks.azureservicebus.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.rabbitmq/8.0.2/aspnetcore.healthchecks.rabbitmq.8.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.redis/9.0.0/aspnetcore.healthchecks.redis.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.sqlserver/9.0.0/aspnetcore.healthchecks.sqlserver.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui/9.0.0/aspnetcore.healthchecks.ui.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.client/9.0.0/aspnetcore.healthchecks.ui.client.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.core/9.0.0/aspnetcore.healthchecks.ui.core.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.data/9.0.0/aspnetcore.healthchecks.ui.data.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.inmemory.storage/9.0.0/aspnetcore.healthchecks.ui.inmemory.storage.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.uris/9.0.0/aspnetcore.healthchecks.uris.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/autofac/9.0.0/autofac.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/azure.core/1.38.0/azure.core.1.38.0.nupkg.sha512", + "/home/runner/.nuget/packages/azure.core.amqp/1.3.0/azure.core.amqp.1.3.0.nupkg.sha512", + "/home/runner/.nuget/packages/azure.identity/1.11.4/azure.identity.1.11.4.nupkg.sha512", + "/home/runner/.nuget/packages/azure.messaging.servicebus/7.17.0/azure.messaging.servicebus.7.17.0.nupkg.sha512", + "/home/runner/.nuget/packages/fluentvalidation/11.5.1/fluentvalidation.11.5.1.nupkg.sha512", + "/home/runner/.nuget/packages/fluentvalidation.aspnetcore/11.3.0/fluentvalidation.aspnetcore.11.3.0.nupkg.sha512", + "/home/runner/.nuget/packages/fluentvalidation.dependencyinjectionextensions/11.5.1/fluentvalidation.dependencyinjectionextensions.11.5.1.nupkg.sha512", + "/home/runner/.nuget/packages/fractions/7.3.0/fractions.7.3.0.nupkg.sha512", + "/home/runner/.nuget/packages/google.protobuf/3.33.1/google.protobuf.3.33.1.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.aspnetcore.server/2.71.0/grpc.aspnetcore.server.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.aspnetcore.server.clientfactory/2.71.0/grpc.aspnetcore.server.clientfactory.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.core.api/2.71.0/grpc.core.api.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.net.client/2.71.0/grpc.net.client.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.net.clientfactory/2.71.0/grpc.net.clientfactory.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.net.common/2.71.0/grpc.net.common.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.tools/2.76.0/grpc.tools.2.76.0.nupkg.sha512", + "/home/runner/.nuget/packages/humanizer.core/2.14.1/humanizer.core.2.14.1.nupkg.sha512", + "/home/runner/.nuget/packages/kubernetesclient/17.0.14/kubernetesclient.17.0.14.nupkg.sha512", + "/home/runner/.nuget/packages/mediatr/12.4.1/mediatr.12.4.1.nupkg.sha512", + "/home/runner/.nuget/packages/mediatr.contracts/2.0.1/mediatr.contracts.2.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights/2.23.0/microsoft.applicationinsights.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.aspnetcore/2.23.0/microsoft.applicationinsights.aspnetcore.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.dependencycollector/2.23.0/microsoft.applicationinsights.dependencycollector.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.eventcountercollector/2.23.0/microsoft.applicationinsights.eventcountercollector.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.kubernetes/8.0.0/microsoft.applicationinsights.kubernetes.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.perfcountercollector/2.23.0/microsoft.applicationinsights.perfcountercollector.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.windowsserver/2.23.0/microsoft.applicationinsights.windowsserver.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.windowsserver.telemetrychannel/2.23.0/microsoft.applicationinsights.windowsserver.telemetrychannel.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.cryptography.internal/9.0.0/microsoft.aspnetcore.cryptography.internal.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.dataprotection/9.0.0/microsoft.aspnetcore.dataprotection.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.dataprotection.abstractions/9.0.0/microsoft.aspnetcore.dataprotection.abstractions.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.dataprotection.stackexchangeredis/9.0.0/microsoft.aspnetcore.dataprotection.stackexchangeredis.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.hosting/2.1.1/microsoft.aspnetcore.hosting.2.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.hosting.abstractions/2.1.1/microsoft.aspnetcore.hosting.abstractions.2.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.hosting.server.abstractions/2.1.1/microsoft.aspnetcore.hosting.server.abstractions.2.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.http/2.1.22/microsoft.aspnetcore.http.2.1.22.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.http.abstractions/2.1.1/microsoft.aspnetcore.http.abstractions.2.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.http.extensions/2.1.1/microsoft.aspnetcore.http.extensions.2.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.http.features/2.1.1/microsoft.aspnetcore.http.features.2.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.jsonpatch/9.0.0/microsoft.aspnetcore.jsonpatch.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.mvc.newtonsoftjson/9.0.0/microsoft.aspnetcore.mvc.newtonsoftjson.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.webutilities/2.1.1/microsoft.aspnetcore.webutilities.2.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.azure.amqp/2.6.3/microsoft.azure.amqp.2.6.3.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.bcl.asyncinterfaces/6.0.0/microsoft.bcl.asyncinterfaces.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.codeanalysis.analyzers/3.3.3/microsoft.codeanalysis.analyzers.3.3.3.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.codeanalysis.common/4.5.0/microsoft.codeanalysis.common.4.5.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.codeanalysis.csharp/4.5.0/microsoft.codeanalysis.csharp.4.5.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.codeanalysis.csharp.workspaces/4.5.0/microsoft.codeanalysis.csharp.workspaces.4.5.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.codeanalysis.workspaces.common/4.5.0/microsoft.codeanalysis.workspaces.common.4.5.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.csharp/4.7.0/microsoft.csharp.4.7.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.data.sqlclient/5.2.2/microsoft.data.sqlclient.5.2.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.data.sqlclient.sni.runtime/5.2.0/microsoft.data.sqlclient.sni.runtime.5.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.entityframeworkcore/8.0.11/microsoft.entityframeworkcore.8.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.entityframeworkcore.abstractions/8.0.11/microsoft.entityframeworkcore.abstractions.8.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.entityframeworkcore.analyzers/8.0.11/microsoft.entityframeworkcore.analyzers.8.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.entityframeworkcore.design/8.0.11/microsoft.entityframeworkcore.design.8.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.entityframeworkcore.inmemory/8.0.11/microsoft.entityframeworkcore.inmemory.8.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.entityframeworkcore.relational/8.0.11/microsoft.entityframeworkcore.relational.8.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.apidescription.server/6.0.5/microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.caching.abstractions/8.0.0/microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.caching.memory/8.0.1/microsoft.extensions.caching.memory.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration/9.0.2/microsoft.extensions.configuration.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.abstractions/9.0.7/microsoft.extensions.configuration.abstractions.9.0.7.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.binder/9.0.2/microsoft.extensions.configuration.binder.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.commandline/9.0.2/microsoft.extensions.configuration.commandline.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.environmentvariables/9.0.2/microsoft.extensions.configuration.environmentvariables.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.fileextensions/9.0.2/microsoft.extensions.configuration.fileextensions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.json/9.0.2/microsoft.extensions.configuration.json.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.usersecrets/9.0.2/microsoft.extensions.configuration.usersecrets.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection/9.0.2/microsoft.extensions.dependencyinjection.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/9.0.2/microsoft.extensions.dependencyinjection.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.dependencymodel/9.0.0/microsoft.extensions.dependencymodel.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnosticadapter/3.1.32/microsoft.extensions.diagnosticadapter.3.1.32.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics/9.0.2/microsoft.extensions.diagnostics.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.abstractions/9.0.2/microsoft.extensions.diagnostics.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks/9.0.0/microsoft.extensions.diagnostics.healthchecks.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks.abstractions/9.0.0/microsoft.extensions.diagnostics.healthchecks.abstractions.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.abstractions/9.0.2/microsoft.extensions.fileproviders.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.physical/9.0.2/microsoft.extensions.fileproviders.physical.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.filesystemglobbing/9.0.2/microsoft.extensions.filesystemglobbing.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.hosting/9.0.2/microsoft.extensions.hosting.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.hosting.abstractions/9.0.2/microsoft.extensions.hosting.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.http/8.0.0/microsoft.extensions.http.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging/9.0.2/microsoft.extensions.logging.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.abstractions/9.0.2/microsoft.extensions.logging.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.applicationinsights/2.23.0/microsoft.extensions.logging.applicationinsights.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.azureappservices/9.0.0/microsoft.extensions.logging.azureappservices.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.configuration/9.0.2/microsoft.extensions.logging.configuration.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.console/9.0.2/microsoft.extensions.logging.console.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.debug/9.0.2/microsoft.extensions.logging.debug.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.eventlog/9.0.2/microsoft.extensions.logging.eventlog.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.eventsource/9.0.2/microsoft.extensions.logging.eventsource.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.objectpool/2.1.1/microsoft.extensions.objectpool.2.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.options/9.0.2/microsoft.extensions.options.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.options.configurationextensions/9.0.2/microsoft.extensions.options.configurationextensions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.primitives/9.0.7/microsoft.extensions.primitives.9.0.7.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identity.client/4.61.3/microsoft.identity.client.4.61.3.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identity.client.extensions.msal/4.61.3/microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.abstractions/8.6.0/microsoft.identitymodel.abstractions.8.6.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.jsonwebtokens/8.6.0/microsoft.identitymodel.jsonwebtokens.8.6.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.logging/8.6.0/microsoft.identitymodel.logging.8.6.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.protocols/6.35.0/microsoft.identitymodel.protocols.6.35.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.protocols.openidconnect/6.35.0/microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.tokens/8.6.0/microsoft.identitymodel.tokens.8.6.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.net.http.headers/2.1.1/microsoft.net.http.headers.2.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.netcore.platforms/3.1.0/microsoft.netcore.platforms.3.1.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.openapi/1.6.22/microsoft.openapi.1.6.22.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.sqlserver.server/1.0.0/microsoft.sqlserver.server.1.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.web.librarymanager.build/3.0.71/microsoft.web.librarymanager.build.3.0.71.nupkg.sha512", + "/home/runner/.nuget/packages/mono.texttemplating/2.2.1/mono.texttemplating.2.2.1.nupkg.sha512", + "/home/runner/.nuget/packages/newtonsoft.json/13.0.4/newtonsoft.json.13.0.4.nupkg.sha512", + "/home/runner/.nuget/packages/newtonsoft.json.bson/1.0.2/newtonsoft.json.bson.1.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/pipelines.sockets.unofficial/2.2.8/pipelines.sockets.unofficial.2.2.8.nupkg.sha512", + "/home/runner/.nuget/packages/polly/8.6.5/polly.8.6.5.nupkg.sha512", + "/home/runner/.nuget/packages/polly.core/8.6.5/polly.core.8.6.5.nupkg.sha512", + "/home/runner/.nuget/packages/rabbitmq.client/6.8.1/rabbitmq.client.6.8.1.nupkg.sha512", + "/home/runner/.nuget/packages/serilog/4.2.0/serilog.4.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.aspnetcore/9.0.0/serilog.aspnetcore.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.extensions.hosting/9.0.0/serilog.extensions.hosting.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.extensions.logging/9.0.0/serilog.extensions.logging.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.formatting.compact/3.0.0/serilog.formatting.compact.3.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.settings.configuration/9.0.0/serilog.settings.configuration.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.console/6.1.1/serilog.sinks.console.6.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.debug/3.0.0/serilog.sinks.debug.3.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.file/7.0.0/serilog.sinks.file.7.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.http/9.2.0/serilog.sinks.http.9.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.seq/9.0.0/serilog.sinks.seq.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/stackexchange.redis/2.7.27/stackexchange.redis.2.7.27.nupkg.sha512", + "/home/runner/.nuget/packages/swashbuckle.aspnetcore/7.2.0/swashbuckle.aspnetcore.7.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/swashbuckle.aspnetcore.newtonsoft/7.2.0/swashbuckle.aspnetcore.newtonsoft.7.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/swashbuckle.aspnetcore.swagger/7.2.0/swashbuckle.aspnetcore.swagger.7.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/swashbuckle.aspnetcore.swaggergen/7.2.0/swashbuckle.aspnetcore.swaggergen.7.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/swashbuckle.aspnetcore.swaggerui/7.2.0/swashbuckle.aspnetcore.swaggerui.7.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.buffers/4.5.0/system.buffers.4.5.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.clientmodel/1.0.0/system.clientmodel.1.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.codedom/4.4.0/system.codedom.4.4.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.collections.immutable/6.0.0/system.collections.immutable.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.composition/6.0.0/system.composition.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.composition.attributedmodel/6.0.0/system.composition.attributedmodel.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.composition.convention/6.0.0/system.composition.convention.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.composition.hosting/6.0.0/system.composition.hosting.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.composition.runtime/6.0.0/system.composition.runtime.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.composition.typedparts/6.0.0/system.composition.typedparts.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.configuration.configurationmanager/8.0.0/system.configuration.configurationmanager.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.diagnostics.diagnosticsource/10.0.0/system.diagnostics.diagnosticsource.10.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.diagnostics.eventlog/9.0.2/system.diagnostics.eventlog.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/system.diagnostics.performancecounter/6.0.0/system.diagnostics.performancecounter.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.identitymodel.tokens.jwt/8.6.0/system.identitymodel.tokens.jwt.8.6.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.io.filesystem.accesscontrol/4.7.0/system.io.filesystem.accesscontrol.4.7.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.io.pipelines/6.0.3/system.io.pipelines.6.0.3.nupkg.sha512", + "/home/runner/.nuget/packages/system.memory/4.5.5/system.memory.4.5.5.nupkg.sha512", + "/home/runner/.nuget/packages/system.memory.data/1.0.2/system.memory.data.1.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/system.numerics.vectors/4.5.0/system.numerics.vectors.4.5.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.reflection.metadata/6.0.1/system.reflection.metadata.6.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/system.runtime.caching/8.0.0/system.runtime.caching.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.runtime.compilerservices.unsafe/6.0.0/system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.security.accesscontrol/4.7.0/system.security.accesscontrol.4.7.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.security.cryptography.pkcs/9.0.0/system.security.cryptography.pkcs.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.security.cryptography.protecteddata/8.0.0/system.security.cryptography.protecteddata.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.security.cryptography.xml/9.0.0/system.security.cryptography.xml.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.security.principal.windows/4.7.0/system.security.principal.windows.4.7.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.text.encoding.codepages/6.0.0/system.text.encoding.codepages.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.text.encodings.web/4.7.2/system.text.encodings.web.4.7.2.nupkg.sha512", + "/home/runner/.nuget/packages/system.text.json/4.7.2/system.text.json.4.7.2.nupkg.sha512", + "/home/runner/.nuget/packages/system.threading.channels/7.0.0/system.threading.channels.7.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.threading.tasks.extensions/4.5.4/system.threading.tasks.extensions.4.5.4.nupkg.sha512", + "/home/runner/.nuget/packages/system.valuetuple/4.5.0/system.valuetuple.4.5.0.nupkg.sha512", + "/home/runner/.nuget/packages/yamldotnet/16.3.0/yamldotnet.16.3.0.nupkg.sha512" ], "logs": [] } \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.Infrastructure/Ordering.Infrastructure.csproj b/src/Services/Ordering/Ordering.Infrastructure/Ordering.Infrastructure.csproj index 86406963..2d37f293 100644 --- a/src/Services/Ordering/Ordering.Infrastructure/Ordering.Infrastructure.csproj +++ b/src/Services/Ordering/Ordering.Infrastructure/Ordering.Infrastructure.csproj @@ -6,11 +6,47 @@ - - + + + + + + + + + + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + - + + + + + + + + + + + + + + + + diff --git a/src/Services/Ordering/Ordering.Infrastructure/OrderingContext.cs b/src/Services/Ordering/Ordering.Infrastructure/OrderingContext.cs index d411aed0..8d0f5587 100644 --- a/src/Services/Ordering/Ordering.Infrastructure/OrderingContext.cs +++ b/src/Services/Ordering/Ordering.Infrastructure/OrderingContext.cs @@ -149,6 +149,11 @@ public Task Publish(object notification, CancellationToken cancellationToken = d return Task.FromResult(default(TResponse)); } + public Task Send(TRequest request, CancellationToken cancellationToken = default) where TRequest : IRequest + { + return Task.CompletedTask; + } + public Task Send(object request, CancellationToken cancellationToken = default) { return Task.FromResult(default(object)); diff --git a/src/Services/Ordering/Ordering.Infrastructure/bin/Debug/net9.0/Ordering.Domain.dll b/src/Services/Ordering/Ordering.Infrastructure/bin/Debug/net9.0/Ordering.Domain.dll deleted file mode 100644 index 1f97741c..00000000 Binary files a/src/Services/Ordering/Ordering.Infrastructure/bin/Debug/net9.0/Ordering.Domain.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.Infrastructure/bin/Debug/net9.0/Ordering.Domain.pdb b/src/Services/Ordering/Ordering.Infrastructure/bin/Debug/net9.0/Ordering.Domain.pdb deleted file mode 100644 index 36cde259..00000000 Binary files a/src/Services/Ordering/Ordering.Infrastructure/bin/Debug/net9.0/Ordering.Domain.pdb and /dev/null differ diff --git a/src/Services/Ordering/Ordering.Infrastructure/bin/Debug/net9.0/Ordering.Infrastructure.deps.json b/src/Services/Ordering/Ordering.Infrastructure/bin/Debug/net9.0/Ordering.Infrastructure.deps.json deleted file mode 100644 index 0aa3c976..00000000 --- a/src/Services/Ordering/Ordering.Infrastructure/bin/Debug/net9.0/Ordering.Infrastructure.deps.json +++ /dev/null @@ -1,845 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v9.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v9.0": { - "Ordering.Infrastructure/1.0.0": { - "dependencies": { - "MediatR": "11.1.0", - "MediatR.Extensions.Microsoft.DependencyInjection": "11.1.0", - "Microsoft.EntityFrameworkCore": "9.0.0", - "Microsoft.EntityFrameworkCore.SqlServer": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Ordering.Domain": "1.0.0" - }, - "runtime": { - "Ordering.Infrastructure.dll": {} - } - }, - "Azure.Core/1.38.0": { - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "1.1.1", - "System.ClientModel": "1.0.0", - "System.Memory.Data": "1.0.2" - }, - "runtime": { - "lib/net6.0/Azure.Core.dll": { - "assemblyVersion": "1.38.0.0", - "fileVersion": "1.3800.24.12602" - } - } - }, - "Azure.Identity/1.11.4": { - "dependencies": { - "Azure.Core": "1.38.0", - "Microsoft.Identity.Client": "4.61.3", - "Microsoft.Identity.Client.Extensions.Msal": "4.61.3", - "System.Security.Cryptography.ProtectedData": "6.0.0" - }, - "runtime": { - "lib/netstandard2.0/Azure.Identity.dll": { - "assemblyVersion": "1.11.4.0", - "fileVersion": "1.1100.424.31005" - } - } - }, - "MediatR/11.1.0": { - "dependencies": { - "MediatR.Contracts": "1.0.1" - }, - "runtime": { - "lib/netstandard2.1/MediatR.dll": { - "assemblyVersion": "11.0.0.0", - "fileVersion": "11.1.0.0" - } - } - }, - "MediatR.Contracts/1.0.1": { - "runtime": { - "lib/netstandard2.0/MediatR.Contracts.dll": { - "assemblyVersion": "1.0.1.0", - "fileVersion": "1.0.1.0" - } - } - }, - "MediatR.Extensions.Microsoft.DependencyInjection/11.1.0": { - "dependencies": { - "MediatR": "11.1.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - }, - "runtime": { - "lib/netstandard2.1/MediatR.Extensions.Microsoft.DependencyInjection.dll": { - "assemblyVersion": "11.0.0.0", - "fileVersion": "11.1.0.0" - } - } - }, - "Microsoft.Bcl.AsyncInterfaces/1.1.1": { - "runtime": { - "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "4.700.20.21406" - } - } - }, - "Microsoft.Data.SqlClient/5.1.6": { - "dependencies": { - "Azure.Identity": "1.11.4", - "Microsoft.Data.SqlClient.SNI.runtime": "5.1.1", - "Microsoft.Identity.Client": "4.61.3", - "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0", - "Microsoft.SqlServer.Server": "1.0.0", - "System.Configuration.ConfigurationManager": "6.0.1", - "System.Runtime.Caching": "6.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Data.SqlClient.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.16.24240.5" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.16.24240.5" - }, - "runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.16.24240.5" - } - } - }, - "Microsoft.Data.SqlClient.SNI.runtime/5.1.1": { - "runtimeTargets": { - "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-arm", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-arm64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "Microsoft.EntityFrameworkCore/9.0.0": { - "dependencies": { - "Microsoft.EntityFrameworkCore.Abstractions": "9.0.0", - "Microsoft.Extensions.Caching.Memory": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0" - }, - "runtime": { - "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52902" - } - } - }, - "Microsoft.EntityFrameworkCore.Abstractions/9.0.0": { - "runtime": { - "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52902" - } - } - }, - "Microsoft.EntityFrameworkCore.Relational/9.0.0": { - "dependencies": { - "Microsoft.EntityFrameworkCore": "9.0.0", - "Microsoft.Extensions.Caching.Memory": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0" - }, - "runtime": { - "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52902" - } - } - }, - "Microsoft.EntityFrameworkCore.SqlServer/9.0.0": { - "dependencies": { - "Microsoft.Data.SqlClient": "5.1.6", - "Microsoft.EntityFrameworkCore.Relational": "9.0.0", - "Microsoft.Extensions.Caching.Memory": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0" - }, - "runtime": { - "lib/net8.0/Microsoft.EntityFrameworkCore.SqlServer.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52902" - } - } - }, - "Microsoft.Extensions.Caching.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Caching.Abstractions.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "Microsoft.Extensions.Caching.Memory/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Caching.Memory.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { - "runtime": { - "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "Microsoft.Extensions.Logging/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Logging.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "Microsoft.Extensions.Options/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Options.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "Microsoft.Extensions.Primitives/9.0.0": { - "runtime": { - "lib/net9.0/Microsoft.Extensions.Primitives.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "Microsoft.Identity.Client/4.61.3": { - "dependencies": { - "Microsoft.IdentityModel.Abstractions": "6.35.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Identity.Client.dll": { - "assemblyVersion": "4.61.3.0", - "fileVersion": "4.61.3.0" - } - } - }, - "Microsoft.Identity.Client.Extensions.Msal/4.61.3": { - "dependencies": { - "Microsoft.Identity.Client": "4.61.3", - "System.Security.Cryptography.ProtectedData": "6.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": { - "assemblyVersion": "4.61.3.0", - "fileVersion": "4.61.3.0" - } - } - }, - "Microsoft.IdentityModel.Abstractions/6.35.0": { - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { - "assemblyVersion": "6.35.0.0", - "fileVersion": "6.35.0.41201" - } - } - }, - "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { - "dependencies": { - "Microsoft.IdentityModel.Tokens": "6.35.0" - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { - "assemblyVersion": "6.35.0.0", - "fileVersion": "6.35.0.41201" - } - } - }, - "Microsoft.IdentityModel.Logging/6.35.0": { - "dependencies": { - "Microsoft.IdentityModel.Abstractions": "6.35.0" - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { - "assemblyVersion": "6.35.0.0", - "fileVersion": "6.35.0.41201" - } - } - }, - "Microsoft.IdentityModel.Protocols/6.35.0": { - "dependencies": { - "Microsoft.IdentityModel.Logging": "6.35.0", - "Microsoft.IdentityModel.Tokens": "6.35.0" - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { - "assemblyVersion": "6.35.0.0", - "fileVersion": "6.35.0.41201" - } - } - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { - "dependencies": { - "Microsoft.IdentityModel.Protocols": "6.35.0", - "System.IdentityModel.Tokens.Jwt": "6.35.0" - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { - "assemblyVersion": "6.35.0.0", - "fileVersion": "6.35.0.41201" - } - } - }, - "Microsoft.IdentityModel.Tokens/6.35.0": { - "dependencies": { - "Microsoft.IdentityModel.Logging": "6.35.0" - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { - "assemblyVersion": "6.35.0.0", - "fileVersion": "6.35.0.41201" - } - } - }, - "Microsoft.SqlServer.Server/1.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "Microsoft.Win32.SystemEvents/6.0.0": { - "runtime": { - "lib/net6.0/Microsoft.Win32.SystemEvents.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.ClientModel/1.0.0": { - "dependencies": { - "System.Memory.Data": "1.0.2" - }, - "runtime": { - "lib/net6.0/System.ClientModel.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.24.5302" - } - } - }, - "System.Configuration.ConfigurationManager/6.0.1": { - "dependencies": { - "System.Security.Cryptography.ProtectedData": "6.0.0", - "System.Security.Permissions": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - } - } - }, - "System.Drawing.Common/6.0.0": { - "dependencies": { - "Microsoft.Win32.SystemEvents": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Drawing.Common.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/net6.0/System.Drawing.Common.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - }, - "runtimes/win/lib/net6.0/System.Drawing.Common.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.IdentityModel.Tokens.Jwt/6.35.0": { - "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", - "Microsoft.IdentityModel.Tokens": "6.35.0" - }, - "runtime": { - "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { - "assemblyVersion": "6.35.0.0", - "fileVersion": "6.35.0.41201" - } - } - }, - "System.Memory.Data/1.0.2": { - "runtime": { - "lib/netstandard2.0/System.Memory.Data.dll": { - "assemblyVersion": "1.0.2.0", - "fileVersion": "1.0.221.20802" - } - } - }, - "System.Runtime.Caching/6.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "6.0.1" - }, - "runtime": { - "lib/net6.0/System.Runtime.Caching.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Runtime.Caching.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.Security.Cryptography.ProtectedData/6.0.0": { - "runtime": { - "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.Security.Permissions/6.0.0": { - "dependencies": { - "System.Windows.Extensions": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Security.Permissions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.Windows.Extensions/6.0.0": { - "dependencies": { - "System.Drawing.Common": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Windows.Extensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "Ordering.Domain/1.0.0": { - "dependencies": { - "MediatR": "11.1.0", - "MediatR.Extensions.Microsoft.DependencyInjection": "11.1.0" - }, - "runtime": { - "Ordering.Domain.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - } - } - }, - "libraries": { - "Ordering.Infrastructure/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Azure.Core/1.38.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IuEgCoVA0ef7E4pQtpC3+TkPbzaoQfa77HlfJDmfuaJUCVJmn7fT0izamZiryW5sYUFKizsftIxMkXKbgIcPMQ==", - "path": "azure.core/1.38.0", - "hashPath": "azure.core.1.38.0.nupkg.sha512" - }, - "Azure.Identity/1.11.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Sf4BoE6Q3jTgFkgBkx7qztYOFELBCo+wQgpYDwal/qJ1unBH73ywPztIJKXBXORRzAeNijsuxhk94h0TIMvfYg==", - "path": "azure.identity/1.11.4", - "hashPath": "azure.identity.1.11.4.nupkg.sha512" - }, - "MediatR/11.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YIbtrLOyeCuIv8vIuHL/mMdls5xmgS36pIOJDxKZuu55nxA2MI2Z+E/Uk0z+F/LE11AGmpjplOM0NZ91m5LQBA==", - "path": "mediatr/11.1.0", - "hashPath": "mediatr.11.1.0.nupkg.sha512" - }, - "MediatR.Contracts/1.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NsRvOxthhkYml4DcBMyJsmym8C4MchioH7wxKVPEg7plFj9Euh/i4IcmZ3Gvgx6+K8obeuhPeJdoBl56wnuo3A==", - "path": "mediatr.contracts/1.0.1", - "hashPath": "mediatr.contracts.1.0.1.nupkg.sha512" - }, - "MediatR.Extensions.Microsoft.DependencyInjection/11.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RW3etRuy6Xp63cgqfC0r/ITOtUT0f9ymJl1+1XZdzsYUsfv7WBPC2kXGOP8IYpY/6c4Q6805vbIW/88DopUs3w==", - "path": "mediatr.extensions.microsoft.dependencyinjection/11.1.0", - "hashPath": "mediatr.extensions.microsoft.dependencyinjection.11.1.0.nupkg.sha512" - }, - "Microsoft.Bcl.AsyncInterfaces/1.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==", - "path": "microsoft.bcl.asyncinterfaces/1.1.1", - "hashPath": "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512" - }, - "Microsoft.Data.SqlClient/5.1.6": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+pz7gIPh5ydsBcQvivt4R98PwJXer86fyQBBToIBLxZ5kuhW4N13Ijz87s9WpuPtF1vh4JesYCgpDPAOgkMhdg==", - "path": "microsoft.data.sqlclient/5.1.6", - "hashPath": "microsoft.data.sqlclient.5.1.6.nupkg.sha512" - }, - "Microsoft.Data.SqlClient.SNI.runtime/5.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wNGM5ZTQCa2blc9ikXQouybGiyMd6IHPVJvAlBEPtr6JepZEOYeDxGyprYvFVeOxlCXs7avridZQ0nYkHzQWCQ==", - "path": "microsoft.data.sqlclient.sni.runtime/5.1.1", - "hashPath": "microsoft.data.sqlclient.sni.runtime.5.1.1.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wpG+nfnfDAw87R3ovAsUmjr3MZ4tYXf6bFqEPVAIKE6IfPml3DS//iX0DBnf8kWn5ZHSO5oi1m4d/Jf+1LifJQ==", - "path": "microsoft.entityframeworkcore/9.0.0", - "hashPath": "microsoft.entityframeworkcore.9.0.0.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fnmifFL8KaA4ZNLCVgfjCWhZUFxkrDInx5hR4qG7Q8IEaSiy/6VOSRFyx55oH7MV4y7wM3J3EE90nSpcVBI44Q==", - "path": "microsoft.entityframeworkcore.abstractions/9.0.0", - "hashPath": "microsoft.entityframeworkcore.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Relational/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-j+msw6fWgAE9M3Q/5B9Uhv7pdAdAQUvFPJAiBJmoy+OXvehVbfbCE8ftMAa51Uo2ZeiqVnHShhnv4Y4UJJmUzA==", - "path": "microsoft.entityframeworkcore.relational/9.0.0", - "hashPath": "microsoft.entityframeworkcore.relational.9.0.0.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.SqlServer/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3Y7/3kgz6C5kRFeELLZ5VeIeBlxB31x/ywscbN4r1JqTXIy8WWGo0CqzuOxBy4UzaTzpifElAZvv4fyD3ZQK5w==", - "path": "microsoft.entityframeworkcore.sqlserver/9.0.0", - "hashPath": "microsoft.entityframeworkcore.sqlserver.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FPWZAa9c0H4dvOj351iR1jkUIs4u9ykL4Bm592yhjDyO5lCoWd+TMAHx2EMbarzUvCvgjWjJIoC6//Q9kH6YhA==", - "path": "microsoft.extensions.caching.abstractions/9.0.0", - "hashPath": "microsoft.extensions.caching.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.Memory/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zbnPX/JQ0pETRSUG9fNPBvpIq42Aufvs15gGYyNIMhCun9yhmWihz0WgsI7bSDPjxWTKBf8oX/zv6v2uZ3W9OQ==", - "path": "microsoft.extensions.caching.memory/9.0.0", - "hashPath": "microsoft.extensions.caching.memory.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lqvd7W3FGKUO1+ZoUEMaZ5XDJeWvjpy2/M/ptCGz3tXLD4HWVaSzjufsAsjemasBEg+2SxXVtYVvGt5r2nKDlg==", - "path": "microsoft.extensions.configuration.abstractions/9.0.0", - "hashPath": "microsoft.extensions.configuration.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==", - "path": "microsoft.extensions.dependencyinjection/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==", - "path": "microsoft.extensions.logging/9.0.0", - "hashPath": "microsoft.extensions.logging.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==", - "path": "microsoft.extensions.logging.abstractions/9.0.0", - "hashPath": "microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==", - "path": "microsoft.extensions.options/9.0.0", - "hashPath": "microsoft.extensions.options.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==", - "path": "microsoft.extensions.primitives/9.0.0", - "hashPath": "microsoft.extensions.primitives.9.0.0.nupkg.sha512" - }, - "Microsoft.Identity.Client/4.61.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-naJo/Qm35Caaoxp5utcw+R8eU8ZtLz2ALh8S+gkekOYQ1oazfCQMWVT4NJ/FnHzdIJlm8dMz0oMpMGCabx5odA==", - "path": "microsoft.identity.client/4.61.3", - "hashPath": "microsoft.identity.client.4.61.3.nupkg.sha512" - }, - "Microsoft.Identity.Client.Extensions.Msal/4.61.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PWnJcznrSGr25MN8ajlc2XIDW4zCFu0U6FkpaNLEWLgd1NgFCp5uDY3mqLDgM8zCN8hqj8yo5wHYfLB2HjcdGw==", - "path": "microsoft.identity.client.extensions.msal/4.61.3", - "hashPath": "microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512" - }, - "Microsoft.IdentityModel.Abstractions/6.35.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==", - "path": "microsoft.identitymodel.abstractions/6.35.0", - "hashPath": "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9wxai3hKgZUb4/NjdRKfQd0QJvtXKDlvmGMYACbEC8DFaicMFCFhQFZq9ZET1kJLwZahf2lfY5Gtcpsx8zYzbg==", - "path": "microsoft.identitymodel.jsonwebtokens/6.35.0", - "hashPath": "microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Logging/6.35.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jePrSfGAmqT81JDCNSY+fxVWoGuJKt9e6eJ+vT7+quVS55nWl//jGjUQn4eFtVKt4rt5dXaleZdHRB9J9AJZ7Q==", - "path": "microsoft.identitymodel.logging/6.35.0", - "hashPath": "microsoft.identitymodel.logging.6.35.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols/6.35.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BPQhlDzdFvv1PzaUxNSk+VEPwezlDEVADIKmyxubw7IiELK18uJ06RQ9QKKkds30XI+gDu9n8j24XQ8w7fjWcg==", - "path": "microsoft.identitymodel.protocols/6.35.0", - "hashPath": "microsoft.identitymodel.protocols.6.35.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LMtVqnECCCdSmyFoCOxIE5tXQqkOLrvGrL7OxHg41DIm1bpWtaCdGyVcTAfOQpJXvzND9zUKIN/lhngPkYR8vg==", - "path": "microsoft.identitymodel.protocols.openidconnect/6.35.0", - "hashPath": "microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Tokens/6.35.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RN7lvp7s3Boucg1NaNAbqDbxtlLj5Qeb+4uSS1TeK5FSBVM40P4DKaTKChT43sHyKfh7V0zkrMph6DdHvyA4bg==", - "path": "microsoft.identitymodel.tokens/6.35.0", - "hashPath": "microsoft.identitymodel.tokens.6.35.0.nupkg.sha512" - }, - "Microsoft.SqlServer.Server/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==", - "path": "microsoft.sqlserver.server/1.0.0", - "hashPath": "microsoft.sqlserver.server.1.0.0.nupkg.sha512" - }, - "Microsoft.Win32.SystemEvents/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==", - "path": "microsoft.win32.systemevents/6.0.0", - "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512" - }, - "System.ClientModel/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-I3CVkvxeqFYjIVEP59DnjbeoGNfo/+SZrCLpRz2v/g0gpCHaEMPtWSY0s9k/7jR1rAsLNg2z2u1JRB76tPjnIw==", - "path": "system.clientmodel/1.0.0", - "hashPath": "system.clientmodel.1.0.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/6.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jXw9MlUu/kRfEU0WyTptAVueupqIeE3/rl0EZDMlf8pcvJnitQ8HeVEp69rZdaStXwTV72boi/Bhw8lOeO+U2w==", - "path": "system.configuration.configurationmanager/6.0.1", - "hashPath": "system.configuration.configurationmanager.6.0.1.nupkg.sha512" - }, - "System.Drawing.Common/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==", - "path": "system.drawing.common/6.0.0", - "hashPath": "system.drawing.common.6.0.0.nupkg.sha512" - }, - "System.IdentityModel.Tokens.Jwt/6.35.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yxGIQd3BFK7F6S62/7RdZk3C/mfwyVxvh6ngd1VYMBmbJ1YZZA9+Ku6suylVtso0FjI0wbElpJ0d27CdsyLpBQ==", - "path": "system.identitymodel.tokens.jwt/6.35.0", - "hashPath": "system.identitymodel.tokens.jwt.6.35.0.nupkg.sha512" - }, - "System.Memory.Data/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==", - "path": "system.memory.data/1.0.2", - "hashPath": "system.memory.data.1.0.2.nupkg.sha512" - }, - "System.Runtime.Caching/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-E0e03kUp5X2k+UAoVl6efmI7uU7JRBWi5EIdlQ7cr0NpBGjHG4fWII35PgsBY9T4fJQ8E4QPsL0rKksU9gcL5A==", - "path": "system.runtime.caching/6.0.0", - "hashPath": "system.runtime.caching.6.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rp1gMNEZpvx9vP0JW0oHLxlf8oSiQgtno77Y4PLUBjSiDYoD77Y8uXHr1Ea5XG4/pIKhqAdxZ8v8OTUtqo9PeQ==", - "path": "system.security.cryptography.protecteddata/6.0.0", - "hashPath": "system.security.cryptography.protecteddata.6.0.0.nupkg.sha512" - }, - "System.Security.Permissions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==", - "path": "system.security.permissions/6.0.0", - "hashPath": "system.security.permissions.6.0.0.nupkg.sha512" - }, - "System.Windows.Extensions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==", - "path": "system.windows.extensions/6.0.0", - "hashPath": "system.windows.extensions.6.0.0.nupkg.sha512" - }, - "Ordering.Domain/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.Infrastructure/bin/Debug/net9.0/Ordering.Infrastructure.dll b/src/Services/Ordering/Ordering.Infrastructure/bin/Debug/net9.0/Ordering.Infrastructure.dll deleted file mode 100644 index 94cd615e..00000000 Binary files a/src/Services/Ordering/Ordering.Infrastructure/bin/Debug/net9.0/Ordering.Infrastructure.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.Infrastructure/bin/Debug/net9.0/Ordering.Infrastructure.pdb b/src/Services/Ordering/Ordering.Infrastructure/bin/Debug/net9.0/Ordering.Infrastructure.pdb deleted file mode 100644 index 1714928a..00000000 Binary files a/src/Services/Ordering/Ordering.Infrastructure/bin/Debug/net9.0/Ordering.Infrastructure.pdb and /dev/null differ diff --git a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index 36203c72..00000000 --- a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net6.0/Ordering.Infrastructure.AssemblyInfo.cs b/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net6.0/Ordering.Infrastructure.AssemblyInfo.cs deleted file mode 100644 index 527960b5..00000000 --- a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net6.0/Ordering.Infrastructure.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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("Ordering.Infrastructure")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("Ordering.Infrastructure")] -[assembly: System.Reflection.AssemblyTitleAttribute("Ordering.Infrastructure")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net6.0/Ordering.Infrastructure.AssemblyInfoInputs.cache b/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net6.0/Ordering.Infrastructure.AssemblyInfoInputs.cache deleted file mode 100644 index c131ac03..00000000 --- a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net6.0/Ordering.Infrastructure.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -092c5a7bc3293aa65ce45504e50ec4d8fb4f5127 diff --git a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net6.0/Ordering.Infrastructure.GeneratedMSBuildEditorConfig.editorconfig b/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net6.0/Ordering.Infrastructure.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 3f5e6a8d..00000000 --- a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net6.0/Ordering.Infrastructure.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,10 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = Ordering.Infrastructure -build_property.ProjectDir = /workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.Infrastructure/ diff --git a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net6.0/Ordering.Infrastructure.assets.cache b/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net6.0/Ordering.Infrastructure.assets.cache deleted file mode 100644 index 5d80bd38..00000000 Binary files a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net6.0/Ordering.Infrastructure.assets.cache and /dev/null differ diff --git a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net6.0/Ordering.Infrastructure.csproj.AssemblyReference.cache b/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net6.0/Ordering.Infrastructure.csproj.AssemblyReference.cache deleted file mode 100644 index 48b7acda..00000000 Binary files a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net6.0/Ordering.Infrastructure.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs deleted file mode 100644 index af943994..00000000 --- a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = "")] diff --git a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net8.0/Ordering.Infrastructure.AssemblyInfo.cs b/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net8.0/Ordering.Infrastructure.AssemblyInfo.cs deleted file mode 100644 index 37cb88ee..00000000 --- a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net8.0/Ordering.Infrastructure.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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("Ordering.Infrastructure")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0a77675f714bea9dc0df9dd0f5780d113235d59c")] -[assembly: System.Reflection.AssemblyProductAttribute("Ordering.Infrastructure")] -[assembly: System.Reflection.AssemblyTitleAttribute("Ordering.Infrastructure")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net8.0/Ordering.Infrastructure.AssemblyInfoInputs.cache b/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net8.0/Ordering.Infrastructure.AssemblyInfoInputs.cache deleted file mode 100644 index 1ab78c60..00000000 --- a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net8.0/Ordering.Infrastructure.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -ef7302c02afec63f46af31587b64d8fcac75e42d56ad921fc89808c6245592b9 diff --git a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net8.0/Ordering.Infrastructure.GeneratedMSBuildEditorConfig.editorconfig b/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net8.0/Ordering.Infrastructure.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 5767bf2c..00000000 --- a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net8.0/Ordering.Infrastructure.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -is_global = true -build_property.TargetFramework = net8.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 -build_property.RootNamespace = Ordering.Infrastructure -build_property.ProjectDir = C:\Users\natyo\mslearn-microservices-devops-aspnet-core\src\Services\Ordering\Ordering.Infrastructure\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net8.0/Ordering.Infrastructure.assets.cache b/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net8.0/Ordering.Infrastructure.assets.cache deleted file mode 100644 index ba2ced86..00000000 Binary files a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net8.0/Ordering.Infrastructure.assets.cache and /dev/null differ diff --git a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net8.0/Ordering.Infrastructure.csproj.AssemblyReference.cache b/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net8.0/Ordering.Infrastructure.csproj.AssemblyReference.cache deleted file mode 100644 index b4821d65..00000000 Binary files a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net8.0/Ordering.Infrastructure.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net9.0/Ordering.7AF05425.Up2Date b/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net9.0/Ordering.7AF05425.Up2Date deleted file mode 100644 index e69de29b..00000000 diff --git a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net9.0/Ordering.Infrastructure.AssemblyInfo.cs b/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net9.0/Ordering.Infrastructure.AssemblyInfo.cs index 3e2476aa..7c41f024 100644 --- a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net9.0/Ordering.Infrastructure.AssemblyInfo.cs +++ b/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net9.0/Ordering.Infrastructure.AssemblyInfo.cs @@ -13,7 +13,7 @@ [assembly: System.Reflection.AssemblyCompanyAttribute("Ordering.Infrastructure")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+ac1eb1ea194ee72f31eded440b1a3c03c53c5657")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+04d45e6378a3c9d7250e3bc3b1db69ec0f9f76f3")] [assembly: System.Reflection.AssemblyProductAttribute("Ordering.Infrastructure")] [assembly: System.Reflection.AssemblyTitleAttribute("Ordering.Infrastructure")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net9.0/Ordering.Infrastructure.AssemblyInfoInputs.cache b/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net9.0/Ordering.Infrastructure.AssemblyInfoInputs.cache index 5cec38ec..da793ce0 100644 --- a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net9.0/Ordering.Infrastructure.AssemblyInfoInputs.cache +++ b/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net9.0/Ordering.Infrastructure.AssemblyInfoInputs.cache @@ -1 +1 @@ -d6aa9a98a8336631b8cf4f7ea23e88bdde15eebaa46577602b79bd0d26018c78 +012cd4e05d75a493b833732ab96e71d8742c4c2bf9454c0fe7232446c82b8bea diff --git a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net9.0/Ordering.Infrastructure.assets.cache b/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net9.0/Ordering.Infrastructure.assets.cache index ba43aa08..61864e81 100644 Binary files a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net9.0/Ordering.Infrastructure.assets.cache and b/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net9.0/Ordering.Infrastructure.assets.cache differ diff --git a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net9.0/Ordering.Infrastructure.csproj.AssemblyReference.cache b/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net9.0/Ordering.Infrastructure.csproj.AssemblyReference.cache index ddac088d..2dabf7e8 100644 Binary files a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net9.0/Ordering.Infrastructure.csproj.AssemblyReference.cache and b/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net9.0/Ordering.Infrastructure.csproj.AssemblyReference.cache differ diff --git a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net9.0/Ordering.Infrastructure.csproj.CoreCompileInputs.cache b/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net9.0/Ordering.Infrastructure.csproj.CoreCompileInputs.cache index 4aa48bdd..f740035e 100644 --- a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net9.0/Ordering.Infrastructure.csproj.CoreCompileInputs.cache +++ b/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net9.0/Ordering.Infrastructure.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -98071e939011584dee883487bdad5409bf7627dee04b1865d9976344ad048e1d +f6b206248c8b4bca047a62d9aa860c6f1f6b2fb9acc614ec7e411c56ebe82617 diff --git a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net9.0/Ordering.Infrastructure.dll b/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net9.0/Ordering.Infrastructure.dll deleted file mode 100644 index 94cd615e..00000000 Binary files a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net9.0/Ordering.Infrastructure.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net9.0/Ordering.Infrastructure.pdb b/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net9.0/Ordering.Infrastructure.pdb deleted file mode 100644 index 1714928a..00000000 Binary files a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net9.0/Ordering.Infrastructure.pdb and /dev/null differ diff --git a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net9.0/Ordering.Infrastructure.sourcelink.json b/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net9.0/Ordering.Infrastructure.sourcelink.json index a2a1dc92..c1b394cd 100644 --- a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net9.0/Ordering.Infrastructure.sourcelink.json +++ b/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net9.0/Ordering.Infrastructure.sourcelink.json @@ -1 +1 @@ -{"documents":{"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/ac1eb1ea194ee72f31eded440b1a3c03c53c5657/*"}} \ No newline at end of file +{"documents":{"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/04d45e6378a3c9d7250e3bc3b1db69ec0f9f76f3/*"}} \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net9.0/ref/Ordering.Infrastructure.dll b/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net9.0/ref/Ordering.Infrastructure.dll deleted file mode 100644 index 753fc63f..00000000 Binary files a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net9.0/ref/Ordering.Infrastructure.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net9.0/refint/Ordering.Infrastructure.dll b/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net9.0/refint/Ordering.Infrastructure.dll deleted file mode 100644 index 753fc63f..00000000 Binary files a/src/Services/Ordering/Ordering.Infrastructure/obj/Debug/net9.0/refint/Ordering.Infrastructure.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.Infrastructure/obj/Ordering.Infrastructure.csproj.nuget.dgspec.json b/src/Services/Ordering/Ordering.Infrastructure/obj/Ordering.Infrastructure.csproj.nuget.dgspec.json index 1660ff6d..3e7f290f 100644 --- a/src/Services/Ordering/Ordering.Infrastructure/obj/Ordering.Infrastructure.csproj.nuget.dgspec.json +++ b/src/Services/Ordering/Ordering.Infrastructure/obj/Ordering.Infrastructure.csproj.nuget.dgspec.json @@ -44,13 +44,151 @@ "net9.0": { "targetAlias": "net9.0", "dependencies": { + "AspNetCore.HealthChecks.AzureServiceBus": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.Rabbitmq": { + "target": "Package", + "version": "[8.0.2, )" + }, + "AspNetCore.HealthChecks.Redis": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.SqlServer": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.UI": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.UI.Client": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.UI.InMemory.Storage": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.Uris": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Autofac": { + "target": "Package", + "version": "[9.0.0, )" + }, + "FluentValidation.AspNetCore": { + "target": "Package", + "version": "[11.3.0, )" + }, + "Google.Protobuf": { + "target": "Package", + "version": "[3.33.1, )" + }, + "Grpc.AspNetCore.Server": { + "target": "Package", + "version": "[2.71.0, )" + }, + "Grpc.AspNetCore.Server.ClientFactory": { + "target": "Package", + "version": "[2.71.0, )" + }, + "Grpc.Net.Client": { + "target": "Package", + "version": "[2.71.0, )" + }, + "Grpc.Tools": { + "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", + "suppressParent": "All", + "target": "Package", + "version": "[2.76.0, )" + }, "MediatR": { "target": "Package", - "version": "[11.1.0, )" + "version": "[12.4.1, )" + }, + "Microsoft.ApplicationInsights.AspNetCore": { + "target": "Package", + "version": "[2.23.0, )" + }, + "Microsoft.ApplicationInsights.DependencyCollector": { + "target": "Package", + "version": "[2.23.0, )" + }, + "Microsoft.ApplicationInsights.Kubernetes": { + "target": "Package", + "version": "[8.0.0, )" + }, + "Microsoft.AspNetCore.DataProtection.StackExchangeRedis": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Microsoft.Extensions.Diagnostics.HealthChecks": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Microsoft.Extensions.Hosting": { + "target": "Package", + "version": "[9.0.2, )" + }, + "Microsoft.Extensions.Logging": { + "target": "Package", + "version": "[9.0.2, )" + }, + "Microsoft.Extensions.Logging.Abstractions": { + "target": "Package", + "version": "[9.0.2, )" + }, + "Microsoft.Extensions.Logging.AzureAppServices": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Microsoft.Web.LibraryManager.Build": { + "target": "Package", + "version": "[3.0.71, )" + }, + "Newtonsoft.Json": { + "target": "Package", + "version": "[13.0.4, )" + }, + "Polly": { + "target": "Package", + "version": "[8.6.5, )" + }, + "RabbitMQ.Client": { + "target": "Package", + "version": "[6.8.1, )" + }, + "Serilog.AspNetCore": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Serilog.Settings.Configuration": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Serilog.Sinks.Console": { + "target": "Package", + "version": "[6.1.1, )" + }, + "Serilog.Sinks.Http": { + "target": "Package", + "version": "[9.2.0, )" + }, + "Serilog.Sinks.Seq": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Swashbuckle.AspNetCore": { + "target": "Package", + "version": "[7.2.0, )" }, - "MediatR.Extensions.Microsoft.DependencyInjection": { + "Swashbuckle.AspNetCore.Newtonsoft": { "target": "Package", - "version": "[11.1.0, )" + "version": "[7.2.0, )" } }, "imports": [ @@ -117,13 +255,87 @@ "net9.0": { "targetAlias": "net9.0", "dependencies": { + "AspNetCore.HealthChecks.AzureServiceBus": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.Rabbitmq": { + "target": "Package", + "version": "[8.0.2, )" + }, + "AspNetCore.HealthChecks.Redis": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.SqlServer": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.UI": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.UI.Client": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.UI.InMemory.Storage": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.Uris": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Autofac": { + "target": "Package", + "version": "[9.0.0, )" + }, + "FluentValidation.AspNetCore": { + "target": "Package", + "version": "[11.3.0, )" + }, + "Google.Protobuf": { + "target": "Package", + "version": "[3.33.1, )" + }, + "Grpc.AspNetCore.Server": { + "target": "Package", + "version": "[2.71.0, )" + }, + "Grpc.AspNetCore.Server.ClientFactory": { + "target": "Package", + "version": "[2.71.0, )" + }, + "Grpc.Net.Client": { + "target": "Package", + "version": "[2.71.0, )" + }, + "Grpc.Tools": { + "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", + "suppressParent": "All", + "target": "Package", + "version": "[2.76.0, )" + }, "MediatR": { "target": "Package", - "version": "[11.1.0, )" + "version": "[12.4.1, )" }, - "MediatR.Extensions.Microsoft.DependencyInjection": { + "Microsoft.ApplicationInsights.AspNetCore": { "target": "Package", - "version": "[11.1.0, )" + "version": "[2.23.0, )" + }, + "Microsoft.ApplicationInsights.DependencyCollector": { + "target": "Package", + "version": "[2.23.0, )" + }, + "Microsoft.ApplicationInsights.Kubernetes": { + "target": "Package", + "version": "[8.0.0, )" + }, + "Microsoft.AspNetCore.DataProtection.StackExchangeRedis": { + "target": "Package", + "version": "[9.0.0, )" }, "Microsoft.EntityFrameworkCore": { "target": "Package", @@ -133,9 +345,69 @@ "target": "Package", "version": "[9.0.0, )" }, + "Microsoft.Extensions.Diagnostics.HealthChecks": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Microsoft.Extensions.Hosting": { + "target": "Package", + "version": "[9.0.2, )" + }, + "Microsoft.Extensions.Logging": { + "target": "Package", + "version": "[9.0.2, )" + }, "Microsoft.Extensions.Logging.Abstractions": { + "target": "Package", + "version": "[9.0.2, )" + }, + "Microsoft.Extensions.Logging.AzureAppServices": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Microsoft.Web.LibraryManager.Build": { + "target": "Package", + "version": "[3.0.71, )" + }, + "Newtonsoft.Json": { + "target": "Package", + "version": "[13.0.4, )" + }, + "Polly": { + "target": "Package", + "version": "[8.6.5, )" + }, + "RabbitMQ.Client": { + "target": "Package", + "version": "[6.8.1, )" + }, + "Serilog.AspNetCore": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Serilog.Settings.Configuration": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Serilog.Sinks.Console": { + "target": "Package", + "version": "[6.1.1, )" + }, + "Serilog.Sinks.Http": { + "target": "Package", + "version": "[9.2.0, )" + }, + "Serilog.Sinks.Seq": { "target": "Package", "version": "[9.0.0, )" + }, + "Swashbuckle.AspNetCore": { + "target": "Package", + "version": "[7.2.0, )" + }, + "Swashbuckle.AspNetCore.Newtonsoft": { + "target": "Package", + "version": "[7.2.0, )" } }, "imports": [ diff --git a/src/Services/Ordering/Ordering.Infrastructure/obj/Ordering.Infrastructure.csproj.nuget.g.props b/src/Services/Ordering/Ordering.Infrastructure/obj/Ordering.Infrastructure.csproj.nuget.g.props index bc03f2b0..8cbcf149 100644 --- a/src/Services/Ordering/Ordering.Infrastructure/obj/Ordering.Infrastructure.csproj.nuget.g.props +++ b/src/Services/Ordering/Ordering.Infrastructure/obj/Ordering.Infrastructure.csproj.nuget.g.props @@ -13,6 +13,17 @@ + + + + + + + /home/runner/.nuget/packages/microsoft.extensions.apidescription.server/6.0.5 + /home/runner/.nuget/packages/microsoft.web.librarymanager.build/3.0.71 + /home/runner/.nuget/packages/microsoft.codeanalysis.analyzers/3.3.3 + /home/runner/.nuget/packages/grpc.tools/2.76.0 + \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.Infrastructure/obj/Ordering.Infrastructure.csproj.nuget.g.targets b/src/Services/Ordering/Ordering.Infrastructure/obj/Ordering.Infrastructure.csproj.nuget.g.targets index 3f4c2c90..77d444f1 100644 --- a/src/Services/Ordering/Ordering.Infrastructure/obj/Ordering.Infrastructure.csproj.nuget.g.targets +++ b/src/Services/Ordering/Ordering.Infrastructure/obj/Ordering.Infrastructure.csproj.nuget.g.targets @@ -2,7 +2,13 @@ - - + + + + + + + + \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.Infrastructure/obj/project.assets.json b/src/Services/Ordering/Ordering.Infrastructure/obj/project.assets.json index a11fcfdd..50004fda 100644 --- a/src/Services/Ordering/Ordering.Infrastructure/obj/project.assets.json +++ b/src/Services/Ordering/Ordering.Infrastructure/obj/project.assets.json @@ -2,1913 +2,7358 @@ "version": 3, "targets": { "net9.0": { - "Azure.Core/1.38.0": { + "AspNetCore.HealthChecks.AzureServiceBus/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "1.1.1", - "System.ClientModel": "1.0.0", - "System.Diagnostics.DiagnosticSource": "6.0.1", - "System.Memory.Data": "1.0.2", - "System.Numerics.Vectors": "4.5.0", - "System.Text.Encodings.Web": "4.7.2", - "System.Text.Json": "4.7.2", - "System.Threading.Tasks.Extensions": "4.5.4" + "Azure.Messaging.ServiceBus": "7.17.0", + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11" }, "compile": { - "lib/net6.0/Azure.Core.dll": { + "lib/net8.0/HealthChecks.AzureServiceBus.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Azure.Core.dll": { + "lib/net8.0/HealthChecks.AzureServiceBus.dll": { "related": ".xml" } } }, - "Azure.Identity/1.11.4": { + "AspNetCore.HealthChecks.Rabbitmq/8.0.2": { "type": "package", "dependencies": { - "Azure.Core": "1.38.0", - "Microsoft.Identity.Client": "4.61.3", - "Microsoft.Identity.Client.Extensions.Msal": "4.61.3", - "System.Memory": "4.5.4", - "System.Security.Cryptography.ProtectedData": "4.7.0", - "System.Text.Json": "4.7.2", - "System.Threading.Tasks.Extensions": "4.5.4" + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0", + "RabbitMQ.Client": "6.8.1" }, "compile": { - "lib/netstandard2.0/Azure.Identity.dll": { + "lib/net6.0/HealthChecks.Rabbitmq.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Azure.Identity.dll": { + "lib/net6.0/HealthChecks.Rabbitmq.dll": { "related": ".xml" } } }, - "MediatR/11.1.0": { + "AspNetCore.HealthChecks.Redis/9.0.0": { "type": "package", "dependencies": { - "MediatR.Contracts": "1.0.1" + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11", + "StackExchange.Redis": "2.7.4" }, "compile": { - "lib/netstandard2.1/MediatR.dll": { + "lib/net8.0/HealthChecks.Redis.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.1/MediatR.dll": { + "lib/net8.0/HealthChecks.Redis.dll": { "related": ".xml" } } }, - "MediatR.Contracts/1.0.1": { + "AspNetCore.HealthChecks.SqlServer/9.0.0": { "type": "package", + "dependencies": { + "Microsoft.Data.SqlClient": "5.2.2", + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11" + }, "compile": { - "lib/netstandard2.0/MediatR.Contracts.dll": { + "lib/net8.0/HealthChecks.SqlServer.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/MediatR.Contracts.dll": { + "lib/net8.0/HealthChecks.SqlServer.dll": { "related": ".xml" } } }, - "MediatR.Extensions.Microsoft.DependencyInjection/11.1.0": { + "AspNetCore.HealthChecks.UI/9.0.0": { "type": "package", "dependencies": { - "MediatR": "[11.0.0, 12.0.0)", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" + "AspNetCore.HealthChecks.UI.Data": "9.0.0", + "KubernetesClient": "15.0.1", + "Microsoft.EntityFrameworkCore.Design": "8.0.11", + "Microsoft.Extensions.Http": "8.0.0" }, "compile": { - "lib/netstandard2.1/MediatR.Extensions.Microsoft.DependencyInjection.dll": {} + "lib/net8.0/HealthChecks.UI.dll": { + "related": ".runtimeconfig.json;.xml" + } }, "runtime": { - "lib/netstandard2.1/MediatR.Extensions.Microsoft.DependencyInjection.dll": {} - } + "lib/net8.0/HealthChecks.UI.dll": { + "related": ".runtimeconfig.json;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] }, - "Microsoft.Bcl.AsyncInterfaces/1.1.1": { + "AspNetCore.HealthChecks.UI.Client/9.0.0": { "type": "package", + "dependencies": { + "AspNetCore.HealthChecks.UI.Core": "9.0.0" + }, "compile": { - "ref/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {} + "lib/net8.0/HealthChecks.UI.Client.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { + "lib/net8.0/HealthChecks.UI.Client.dll": { "related": ".xml" } - } - }, - "Microsoft.CSharp/4.5.0": { - "type": "package", - "compile": { - "ref/netcoreapp2.0/_._": {} }, - "runtime": { - "lib/netcoreapp2.0/_._": {} - } + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] }, - "Microsoft.Data.SqlClient/5.1.6": { + "AspNetCore.HealthChecks.UI.Core/9.0.0": { "type": "package", "dependencies": { - "Azure.Identity": "1.11.4", - "Microsoft.Data.SqlClient.SNI.runtime": "5.1.1", - "Microsoft.Identity.Client": "4.61.3", - "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0", - "Microsoft.SqlServer.Server": "1.0.0", - "System.Configuration.ConfigurationManager": "6.0.1", - "System.Diagnostics.DiagnosticSource": "6.0.1", - "System.Runtime.Caching": "6.0.0", - "System.Security.Cryptography.Cng": "5.0.0", - "System.Security.Principal.Windows": "5.0.0", - "System.Text.Encoding.CodePages": "6.0.0", - "System.Text.Encodings.Web": "6.0.0" + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11" }, "compile": { - "ref/net6.0/Microsoft.Data.SqlClient.dll": { - "related": ".pdb;.xml" + "lib/net8.0/HealthChecks.UI.Core.dll": { + "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.Data.SqlClient.dll": { - "related": ".pdb;.xml" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "Microsoft.Data.SqlClient.SNI.runtime/5.1.1": { - "type": "package", - "runtimeTargets": { - "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { - "assetType": "native", - "rid": "win-arm" - }, - "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { - "assetType": "native", - "rid": "win-arm64" - }, - "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { - "assetType": "native", - "rid": "win-x64" - }, - "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { - "assetType": "native", - "rid": "win-x86" + "lib/net8.0/HealthChecks.UI.Core.dll": { + "related": ".xml" } } }, - "Microsoft.EntityFrameworkCore/9.0.0": { + "AspNetCore.HealthChecks.UI.Data/9.0.0": { "type": "package", "dependencies": { - "Microsoft.EntityFrameworkCore.Abstractions": "9.0.0", - "Microsoft.EntityFrameworkCore.Analyzers": "9.0.0", - "Microsoft.Extensions.Caching.Memory": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0" + "AspNetCore.HealthChecks.UI.Core": "9.0.0", + "Microsoft.EntityFrameworkCore": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "lib/net8.0/HealthChecks.UI.Data.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "lib/net8.0/HealthChecks.UI.Data.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props": {} } }, - "Microsoft.EntityFrameworkCore.Abstractions/9.0.0": { + "AspNetCore.HealthChecks.UI.InMemory.Storage/9.0.0": { "type": "package", + "dependencies": { + "AspNetCore.HealthChecks.UI.Data": "9.0.0", + "Microsoft.EntityFrameworkCore.InMemory": "8.0.11" + }, "compile": { - "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "lib/net8.0/HealthChecks.UI.InMemory.Storage.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "lib/net8.0/HealthChecks.UI.InMemory.Storage.dll": { "related": ".xml" } } }, - "Microsoft.EntityFrameworkCore.Analyzers/9.0.0": { - "type": "package" - }, - "Microsoft.EntityFrameworkCore.Relational/9.0.0": { + "AspNetCore.HealthChecks.Uris/9.0.0": { "type": "package", "dependencies": { - "Microsoft.EntityFrameworkCore": "9.0.0", - "Microsoft.Extensions.Caching.Memory": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0" + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11", + "Microsoft.Extensions.Http": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": { + "lib/net8.0/HealthChecks.Uris.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": { + "lib/net8.0/HealthChecks.Uris.dll": { "related": ".xml" } } }, - "Microsoft.EntityFrameworkCore.SqlServer/9.0.0": { + "Autofac/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Data.SqlClient": "5.1.6", - "Microsoft.EntityFrameworkCore.Relational": "9.0.0", - "Microsoft.Extensions.Caching.Memory": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "System.Formats.Asn1": "9.0.0", - "System.Text.Json": "9.0.0" + "System.Diagnostics.DiagnosticSource": "10.0.0" }, "compile": { - "lib/net8.0/Microsoft.EntityFrameworkCore.SqlServer.dll": { + "lib/net8.0/Autofac.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.EntityFrameworkCore.SqlServer.dll": { + "lib/net8.0/Autofac.dll": { "related": ".xml" } } }, - "Microsoft.Extensions.Caching.Abstractions/9.0.0": { + "Azure.Core/1.38.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Bcl.AsyncInterfaces": "1.1.1", + "System.ClientModel": "1.0.0", + "System.Diagnostics.DiagnosticSource": "6.0.1", + "System.Memory.Data": "1.0.2", + "System.Numerics.Vectors": "4.5.0", + "System.Text.Encodings.Web": "4.7.2", + "System.Text.Json": "4.7.2", + "System.Threading.Tasks.Extensions": "4.5.4" }, "compile": { - "lib/net9.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "lib/net6.0/Azure.Core.dll": { "related": ".xml" } }, "runtime": { - "lib/net9.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "lib/net6.0/Azure.Core.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Caching.Memory/9.0.0": { + "Azure.Core.Amqp/1.3.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Azure.Amqp": "2.6.1", + "System.Memory": "4.5.4", + "System.Memory.Data": "1.0.2" }, "compile": { - "lib/net9.0/Microsoft.Extensions.Caching.Memory.dll": { + "lib/netstandard2.0/Azure.Core.Amqp.dll": { "related": ".xml" } }, "runtime": { - "lib/net9.0/Microsoft.Extensions.Caching.Memory.dll": { + "lib/netstandard2.0/Azure.Core.Amqp.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { + "Azure.Identity/1.11.4": { "type": "package", "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" + "Azure.Core": "1.38.0", + "Microsoft.Identity.Client": "4.61.3", + "Microsoft.Identity.Client.Extensions.Msal": "4.61.3", + "System.Memory": "4.5.4", + "System.Security.Cryptography.ProtectedData": "4.7.0", + "System.Text.Json": "4.7.2", + "System.Threading.Tasks.Extensions": "4.5.4" }, "compile": { - "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "lib/netstandard2.0/Azure.Identity.dll": { "related": ".xml" } }, "runtime": { - "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "lib/netstandard2.0/Azure.Identity.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { + "Azure.Messaging.ServiceBus/7.17.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" + "Azure.Core": "1.36.0", + "Azure.Core.Amqp": "1.3.0", + "Microsoft.Azure.Amqp": "2.6.3", + "Microsoft.Bcl.AsyncInterfaces": "1.1.1", + "System.Memory.Data": "1.0.2" }, "compile": { - "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll": { + "lib/netstandard2.0/Azure.Messaging.ServiceBus.dll": { "related": ".xml" } }, "runtime": { - "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll": { + "lib/netstandard2.0/Azure.Messaging.ServiceBus.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { + "FluentValidation/11.5.1": { "type": "package", "compile": { - "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "lib/net7.0/FluentValidation.dll": { "related": ".xml" } }, "runtime": { - "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "lib/net7.0/FluentValidation.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging/9.0.0": { + "FluentValidation.AspNetCore/11.3.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" + "FluentValidation": "11.5.1", + "FluentValidation.DependencyInjectionExtensions": "11.5.1" }, "compile": { - "lib/net9.0/Microsoft.Extensions.Logging.dll": { + "lib/net6.0/FluentValidation.AspNetCore.dll": { "related": ".xml" } }, "runtime": { - "lib/net9.0/Microsoft.Extensions.Logging.dll": { + "lib/net6.0/FluentValidation.AspNetCore.dll": { "related": ".xml" } }, - "build": { - "buildTransitive/net8.0/_._": {} - } + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { + "FluentValidation.DependencyInjectionExtensions/11.5.1": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" + "FluentValidation": "11.5.1", + "Microsoft.Extensions.Dependencyinjection.Abstractions": "2.1.0" }, "compile": { - "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.dll": { "related": ".xml" } }, "runtime": { - "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/net8.0/Microsoft.Extensions.Logging.Abstractions.targets": {} } }, - "Microsoft.Extensions.Options/9.0.0": { + "Fractions/7.3.0": { "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - }, "compile": { - "lib/net9.0/Microsoft.Extensions.Options.dll": { + "lib/netstandard2.1/Fractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net9.0/Microsoft.Extensions.Options.dll": { + "lib/netstandard2.1/Fractions.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/net8.0/Microsoft.Extensions.Options.targets": {} } }, - "Microsoft.Extensions.Primitives/9.0.0": { + "Google.Protobuf/3.33.1": { "type": "package", "compile": { - "lib/net9.0/Microsoft.Extensions.Primitives.dll": { - "related": ".xml" + "lib/net5.0/Google.Protobuf.dll": { + "related": ".pdb;.xml" } }, "runtime": { - "lib/net9.0/Microsoft.Extensions.Primitives.dll": { - "related": ".xml" + "lib/net5.0/Google.Protobuf.dll": { + "related": ".pdb;.xml" } - }, - "build": { - "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Identity.Client/4.61.3": { + "Grpc.AspNetCore.Server/2.71.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "6.35.0", - "System.Diagnostics.DiagnosticSource": "6.0.1" + "Grpc.Net.Common": "2.71.0" }, "compile": { - "lib/net6.0/Microsoft.Identity.Client.dll": { - "related": ".xml" + "lib/net9.0/Grpc.AspNetCore.Server.dll": { + "related": ".pdb;.xml" } }, "runtime": { - "lib/net6.0/Microsoft.Identity.Client.dll": { - "related": ".xml" + "lib/net9.0/Grpc.AspNetCore.Server.dll": { + "related": ".pdb;.xml" } - } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] }, - "Microsoft.Identity.Client.Extensions.Msal/4.61.3": { + "Grpc.AspNetCore.Server.ClientFactory/2.71.0": { "type": "package", "dependencies": { - "Microsoft.Identity.Client": "4.61.3", - "System.Security.Cryptography.ProtectedData": "4.5.0" + "Grpc.AspNetCore.Server": "2.71.0", + "Grpc.Net.ClientFactory": "2.71.0" }, "compile": { - "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": { - "related": ".xml" + "lib/net9.0/Grpc.AspNetCore.Server.ClientFactory.dll": { + "related": ".pdb;.xml" } }, "runtime": { - "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": { - "related": ".xml" + "lib/net9.0/Grpc.AspNetCore.Server.ClientFactory.dll": { + "related": ".pdb;.xml" } - } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] }, - "Microsoft.IdentityModel.Abstractions/6.35.0": { + "Grpc.Core.Api/2.71.0": { "type": "package", "compile": { - "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { - "related": ".xml" + "lib/netstandard2.1/Grpc.Core.Api.dll": { + "related": ".pdb;.xml" } }, "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { - "related": ".xml" + "lib/netstandard2.1/Grpc.Core.Api.dll": { + "related": ".pdb;.xml" } } }, - "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { + "Grpc.Net.Client/2.71.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Tokens": "6.35.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encodings.Web": "4.7.2", - "System.Text.Json": "4.7.2" + "Grpc.Net.Common": "2.71.0", + "Microsoft.Extensions.Logging.Abstractions": "6.0.0" }, "compile": { - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { - "related": ".xml" + "lib/net8.0/Grpc.Net.Client.dll": { + "related": ".pdb;.xml" } }, "runtime": { - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { - "related": ".xml" + "lib/net8.0/Grpc.Net.Client.dll": { + "related": ".pdb;.xml" } } }, - "Microsoft.IdentityModel.Logging/6.35.0": { + "Grpc.Net.ClientFactory/2.71.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "6.35.0" + "Grpc.Net.Client": "2.71.0", + "Microsoft.Extensions.Http": "6.0.0" }, "compile": { - "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { - "related": ".xml" + "lib/net8.0/Grpc.Net.ClientFactory.dll": { + "related": ".pdb;.xml" } }, "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { - "related": ".xml" + "lib/net8.0/Grpc.Net.ClientFactory.dll": { + "related": ".pdb;.xml" } } }, - "Microsoft.IdentityModel.Protocols/6.35.0": { + "Grpc.Net.Common/2.71.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Logging": "6.35.0", - "Microsoft.IdentityModel.Tokens": "6.35.0" + "Grpc.Core.Api": "2.71.0" }, "compile": { - "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { - "related": ".xml" + "lib/net8.0/Grpc.Net.Common.dll": { + "related": ".pdb;.xml" } }, "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { - "related": ".xml" + "lib/net8.0/Grpc.Net.Common.dll": { + "related": ".pdb;.xml" } } }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { + "Grpc.Tools/2.76.0": { + "type": "package", + "build": { + "build/Grpc.Tools.props": {}, + "build/Grpc.Tools.targets": {} + } + }, + "Humanizer.Core/2.14.1": { "type": "package", - "dependencies": { - "Microsoft.IdentityModel.Protocols": "6.35.0", - "System.IdentityModel.Tokens.Jwt": "6.35.0" - }, "compile": { - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "lib/net6.0/Humanizer.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "lib/net6.0/Humanizer.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.Tokens/6.35.0": { + "KubernetesClient/17.0.14": { "type": "package", "dependencies": { - "Microsoft.CSharp": "4.5.0", - "Microsoft.IdentityModel.Logging": "6.35.0", - "System.Security.Cryptography.Cng": "4.5.0" + "Fractions": "7.3.0", + "YamlDotNet": "16.3.0" + }, + "compile": { + "lib/net9.0/KubernetesClient.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net9.0/KubernetesClient.dll": { + "related": ".pdb;.xml" + } + } + }, + "MediatR/12.4.1": { + "type": "package", + "dependencies": { + "MediatR.Contracts": "[2.0.1, 3.0.0)", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" }, "compile": { - "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { + "lib/net6.0/MediatR.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { + "lib/net6.0/MediatR.dll": { "related": ".xml" } } }, - "Microsoft.NETCore.Platforms/1.1.0": { + "MediatR.Contracts/2.0.1": { "type": "package", "compile": { - "lib/netstandard1.0/_._": {} + "lib/netstandard2.0/MediatR.Contracts.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard1.0/_._": {} + "lib/netstandard2.0/MediatR.Contracts.dll": { + "related": ".xml" + } } }, - "Microsoft.NETCore.Targets/1.1.0": { + "Microsoft.ApplicationInsights/2.23.0": { "type": "package", + "dependencies": { + "System.Diagnostics.DiagnosticSource": "5.0.0" + }, "compile": { - "lib/netstandard1.0/_._": {} + "lib/netstandard2.0/Microsoft.ApplicationInsights.dll": { + "related": ".pdb;.xml" + } }, "runtime": { - "lib/netstandard1.0/_._": {} + "lib/netstandard2.0/Microsoft.ApplicationInsights.dll": { + "related": ".pdb;.xml" + } } }, - "Microsoft.SqlServer.Server/1.0.0": { + "Microsoft.ApplicationInsights.AspNetCore/2.23.0": { "type": "package", + "dependencies": { + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.ApplicationInsights.DependencyCollector": "2.23.0", + "Microsoft.ApplicationInsights.EventCounterCollector": "2.23.0", + "Microsoft.ApplicationInsights.PerfCounterCollector": "2.23.0", + "Microsoft.ApplicationInsights.WindowsServer": "2.23.0", + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.23.0", + "Microsoft.AspNetCore.Hosting": "2.1.1", + "Microsoft.AspNetCore.Http": "2.1.22", + "Microsoft.Extensions.Configuration.Json": "3.1.0", + "Microsoft.Extensions.Logging.ApplicationInsights": "2.23.0", + "System.Text.Encodings.Web": "4.7.2" + }, "compile": { - "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": { + "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": { + "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.dll": { "related": ".pdb;.xml" } } }, - "Microsoft.Win32.SystemEvents/6.0.0": { + "Microsoft.ApplicationInsights.DependencyCollector/2.23.0": { "type": "package", + "dependencies": { + "Microsoft.ApplicationInsights": "2.23.0", + "System.Diagnostics.DiagnosticSource": "5.0.0" + }, "compile": { - "lib/net6.0/_._": { - "related": ".xml" + "lib/netstandard2.0/Microsoft.AI.DependencyCollector.dll": { + "related": ".pdb;.xml" } }, "runtime": { - "lib/net6.0/Microsoft.Win32.SystemEvents.dll": { - "related": ".xml" + "lib/netstandard2.0/Microsoft.AI.DependencyCollector.dll": { + "related": ".pdb;.xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "build/Microsoft.ApplicationInsights.DependencyCollector.targets": {} + } + }, + "Microsoft.ApplicationInsights.EventCounterCollector/2.23.0": { + "type": "package", + "dependencies": { + "Microsoft.ApplicationInsights": "2.23.0" }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": { - "assetType": "runtime", - "rid": "win" + "compile": { + "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.dll": { + "related": ".pdb;.xml" } } }, - "System.ClientModel/1.0.0": { + "Microsoft.ApplicationInsights.Kubernetes/8.0.0": { "type": "package", "dependencies": { - "System.Memory.Data": "1.0.2", - "System.Text.Json": "4.7.2" + "KubernetesClient": "17.0.14", + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.DependencyInjection": "9.0.2", + "Microsoft.Extensions.DiagnosticAdapter": "3.1.32", + "Microsoft.Extensions.Hosting": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.2", + "System.IdentityModel.Tokens.Jwt": "8.6.0" }, "compile": { - "lib/net6.0/System.ClientModel.dll": { + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/System.ClientModel.dll": { + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.dll": { "related": ".xml" } } }, - "System.Configuration.ConfigurationManager/6.0.1": { + "Microsoft.ApplicationInsights.PerfCounterCollector/2.23.0": { "type": "package", "dependencies": { - "System.Security.Cryptography.ProtectedData": "6.0.0", - "System.Security.Permissions": "6.0.0" + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.Extensions.Caching.Memory": "1.0.0", + "System.Diagnostics.PerformanceCounter": "6.0.0" }, "compile": { - "lib/net6.0/_._": { - "related": ".xml" + "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.dll": { + "related": ".pdb;.xml" } }, "runtime": { - "lib/net6.0/System.Configuration.ConfigurationManager.dll": { - "related": ".xml" + "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.dll": { + "related": ".pdb;.xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "build/_._": {} } }, - "System.Diagnostics.DiagnosticSource/6.0.1": { + "Microsoft.ApplicationInsights.WindowsServer/2.23.0": { "type": "package", "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.ApplicationInsights.DependencyCollector": "2.23.0", + "Microsoft.ApplicationInsights.PerfCounterCollector": "2.23.0", + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.23.0", + "System.Diagnostics.DiagnosticSource": "5.0.0" }, "compile": { - "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": { - "related": ".xml" + "lib/netstandard2.0/Microsoft.AI.WindowsServer.dll": { + "related": ".pdb;.xml" } }, "runtime": { - "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": { - "related": ".xml" + "lib/netstandard2.0/Microsoft.AI.WindowsServer.dll": { + "related": ".pdb;.xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "build/_._": {} } }, - "System.Drawing.Common/6.0.0": { + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.23.0": { "type": "package", "dependencies": { - "Microsoft.Win32.SystemEvents": "6.0.0" + "Microsoft.ApplicationInsights": "2.23.0", + "System.IO.FileSystem.AccessControl": "4.7.0" }, "compile": { - "lib/net6.0/_._": { - "related": ".xml" + "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.dll": { + "related": ".pdb;.xml" } }, "runtime": { - "lib/net6.0/System.Drawing.Common.dll": { - "related": ".xml" + "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.dll": { + "related": ".pdb;.xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/net6.0/System.Drawing.Common.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/net6.0/System.Drawing.Common.dll": { - "assetType": "runtime", - "rid": "win" - } + "build/_._": {} } }, - "System.Formats.Asn1/9.0.0": { + "Microsoft.AspNetCore.Cryptography.Internal/9.0.0": { "type": "package", "compile": { - "lib/net9.0/_._": { + "lib/net9.0/Microsoft.AspNetCore.Cryptography.Internal.dll": { "related": ".xml" } }, "runtime": { - "lib/net9.0/System.Formats.Asn1.dll": { + "lib/net9.0/Microsoft.AspNetCore.Cryptography.Internal.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/net8.0/_._": {} } }, - "System.IdentityModel.Tokens.Jwt/6.35.0": { + "Microsoft.AspNetCore.DataProtection/9.0.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", - "Microsoft.IdentityModel.Tokens": "6.35.0" + "Microsoft.AspNetCore.Cryptography.Internal": "9.0.0", + "Microsoft.AspNetCore.DataProtection.Abstractions": "9.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", + "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", + "Microsoft.Extensions.Logging.Abstractions": "9.0.0", + "Microsoft.Extensions.Options": "9.0.0", + "System.Security.Cryptography.Xml": "9.0.0" }, "compile": { - "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { + "lib/net9.0/Microsoft.AspNetCore.DataProtection.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { + "lib/net9.0/Microsoft.AspNetCore.DataProtection.dll": { "related": ".xml" } } }, - "System.Memory/4.5.4": { + "Microsoft.AspNetCore.DataProtection.Abstractions/9.0.0": { "type": "package", "compile": { - "ref/netcoreapp2.1/_._": {} + "lib/net9.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netcoreapp2.1/_._": {} + "lib/net9.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll": { + "related": ".xml" + } } }, - "System.Memory.Data/1.0.2": { + "Microsoft.AspNetCore.DataProtection.StackExchangeRedis/9.0.0": { "type": "package", "dependencies": { - "System.Text.Encodings.Web": "4.7.2", - "System.Text.Json": "4.6.0" - }, - "compile": { - "lib/netstandard2.0/System.Memory.Data.dll": {} + "Microsoft.AspNetCore.DataProtection": "9.0.0", + "StackExchange.Redis": "2.7.27" }, - "runtime": { - "lib/netstandard2.0/System.Memory.Data.dll": {} - } - }, - "System.Numerics.Vectors/4.5.0": { - "type": "package", "compile": { - "ref/netcoreapp2.0/_._": {} + "lib/net9.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netcoreapp2.0/_._": {} + "lib/net9.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.dll": { + "related": ".xml" + } } }, - "System.Runtime/4.3.0": { + "Microsoft.AspNetCore.Hosting/2.1.1": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" + "Microsoft.AspNetCore.Hosting.Abstractions": "2.1.1", + "Microsoft.AspNetCore.Http": "2.1.1", + "Microsoft.AspNetCore.Http.Extensions": "2.1.1", + "Microsoft.Extensions.Configuration": "2.1.1", + "Microsoft.Extensions.Configuration.EnvironmentVariables": "2.1.1", + "Microsoft.Extensions.Configuration.FileExtensions": "2.1.1", + "Microsoft.Extensions.DependencyInjection": "2.1.1", + "Microsoft.Extensions.FileProviders.Physical": "2.1.1", + "Microsoft.Extensions.Hosting.Abstractions": "2.1.1", + "Microsoft.Extensions.Logging": "2.1.1", + "Microsoft.Extensions.Options": "2.1.1", + "System.Diagnostics.DiagnosticSource": "4.5.0", + "System.Reflection.Metadata": "1.6.0" }, "compile": { - "ref/netstandard1.5/System.Runtime.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": { + "related": ".xml" + } } }, - "System.Runtime.Caching/6.0.0": { + "Microsoft.AspNetCore.Hosting.Abstractions/2.1.1": { "type": "package", "dependencies": { - "System.Configuration.ConfigurationManager": "6.0.0" + "Microsoft.AspNetCore.Hosting.Server.Abstractions": "2.1.1", + "Microsoft.AspNetCore.Http.Abstractions": "2.1.1", + "Microsoft.Extensions.Hosting.Abstractions": "2.1.1" }, "compile": { - "lib/net6.0/_._": { + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/System.Runtime.Caching.dll": { + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Runtime.Caching.dll": { - "assetType": "runtime", - "rid": "win" - } } }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { + "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.1.1": { "type": "package", - "compile": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {} - }, - "runtime": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {} + "dependencies": { + "Microsoft.AspNetCore.Http.Features": "2.1.1", + "Microsoft.Extensions.Configuration.Abstractions": "2.1.1" }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} - } - }, - "System.Security.AccessControl/6.0.0": { - "type": "package", "compile": { - "lib/net6.0/_._": { + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/System.Security.AccessControl.dll": { + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Security.AccessControl.dll": { - "assetType": "runtime", - "rid": "win" - } } }, - "System.Security.Cryptography.Cng/5.0.0": { + "Microsoft.AspNetCore.Http/2.1.22": { "type": "package", "dependencies": { - "System.Formats.Asn1": "5.0.0" + "Microsoft.AspNetCore.Http.Abstractions": "2.1.1", + "Microsoft.AspNetCore.WebUtilities": "2.1.1", + "Microsoft.Extensions.ObjectPool": "2.1.1", + "Microsoft.Extensions.Options": "2.1.1", + "Microsoft.Net.Http.Headers": "2.1.1" }, "compile": { - "ref/netcoreapp3.0/System.Security.Cryptography.Cng.dll": { + "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": { "related": ".xml" } }, "runtime": { - "lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll": { + "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": { "related": ".xml" } - }, - "runtimeTargets": { - "runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll": { - "assetType": "runtime", - "rid": "win" - } } }, - "System.Security.Cryptography.ProtectedData/6.0.0": { + "Microsoft.AspNetCore.Http.Abstractions/2.1.1": { "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Http.Features": "2.1.1", + "System.Text.Encodings.Web": "4.5.0" + }, "compile": { - "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { - "assetType": "runtime", - "rid": "win" - } } }, - "System.Security.Permissions/6.0.0": { + "Microsoft.AspNetCore.Http.Extensions/2.1.1": { "type": "package", "dependencies": { - "System.Security.AccessControl": "6.0.0", - "System.Windows.Extensions": "6.0.0" + "Microsoft.AspNetCore.Http.Abstractions": "2.1.1", + "Microsoft.Extensions.FileProviders.Abstractions": "2.1.1", + "Microsoft.Net.Http.Headers": "2.1.1", + "System.Buffers": "4.5.0" }, "compile": { - "lib/net6.0/_._": { + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/System.Security.Permissions.dll": { + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} } }, - "System.Security.Principal.Windows/5.0.0": { + "Microsoft.AspNetCore.Http.Features/2.1.1": { "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "2.1.1" + }, "compile": { - "ref/netcoreapp3.0/_._": { + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/System.Security.Principal.Windows.dll": { + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll": { "related": ".xml" } - }, - "runtimeTargets": { - "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { - "assetType": "runtime", - "rid": "win" - } } }, - "System.Text.Encoding/4.3.0": { + "Microsoft.AspNetCore.JsonPatch/9.0.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "Microsoft.CSharp": "4.7.0", + "Newtonsoft.Json": "13.0.3" }, "compile": { - "ref/netstandard1.3/System.Text.Encoding.dll": {} + "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } } }, - "System.Text.Encoding.CodePages/6.0.0": { + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { "type": "package", "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" + "Microsoft.AspNetCore.JsonPatch": "9.0.0", + "Newtonsoft.Json": "13.0.3", + "Newtonsoft.Json.Bson": "1.0.2" }, "compile": { - "lib/net6.0/_._": { + "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/System.Text.Encoding.CodePages.dll": { + "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { "related": ".xml" } }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.dll": { - "assetType": "runtime", - "rid": "win" - } - } + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] }, - "System.Text.Encodings.Web/6.0.0": { + "Microsoft.AspNetCore.WebUtilities/2.1.1": { "type": "package", "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" + "Microsoft.Net.Http.Headers": "2.1.1", + "System.Text.Encodings.Web": "4.5.0" }, "compile": { - "lib/net6.0/System.Text.Encodings.Web.dll": { + "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/System.Text.Encodings.Web.dll": { + "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} - }, - "runtimeTargets": { - "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll": { - "assetType": "runtime", - "rid": "browser" - } } }, - "System.Text.Json/9.0.0": { + "Microsoft.Azure.Amqp/2.6.3": { "type": "package", "compile": { - "lib/net9.0/System.Text.Json.dll": { + "lib/netstandard2.0/Microsoft.Azure.Amqp.dll": { "related": ".xml" } }, "runtime": { - "lib/net9.0/System.Text.Json.dll": { + "lib/netstandard2.0/Microsoft.Azure.Amqp.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/net8.0/System.Text.Json.targets": {} } }, - "System.Threading.Tasks.Extensions/4.5.4": { + "Microsoft.Bcl.AsyncInterfaces/6.0.0": { "type": "package", "compile": { - "ref/netcoreapp2.1/_._": {} + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netcoreapp2.1/_._": {} + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { + "related": ".xml" + } + } + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.3": { + "type": "package", + "build": { + "build/_._": {} } }, - "System.Windows.Extensions/6.0.0": { + "Microsoft.CodeAnalysis.Common/4.5.0": { "type": "package", "dependencies": { - "System.Drawing.Common": "6.0.0" + "Microsoft.CodeAnalysis.Analyzers": "3.3.3", + "System.Collections.Immutable": "6.0.0", + "System.Reflection.Metadata": "6.0.1", + "System.Runtime.CompilerServices.Unsafe": "6.0.0", + "System.Text.Encoding.CodePages": "6.0.0" }, "compile": { - "lib/net6.0/_._": { - "related": ".xml" + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" } }, "runtime": { - "lib/net6.0/System.Windows.Extensions.dll": { - "related": ".xml" + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" } }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": { - "assetType": "runtime", - "rid": "win" + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hant" } } }, - "Ordering.Domain/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v9.0", + "Microsoft.CodeAnalysis.CSharp/4.5.0": { + "type": "package", "dependencies": { - "MediatR": "11.1.0", - "MediatR.Extensions.Microsoft.DependencyInjection": "11.1.0" + "Microsoft.CodeAnalysis.Common": "[4.5.0]" }, "compile": { - "bin/placeholder/Ordering.Domain.dll": {} + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } }, "runtime": { - "bin/placeholder/Ordering.Domain.dll": {} + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hant" + } } - } - } - }, - "libraries": { - "Azure.Core/1.38.0": { - "sha512": "IuEgCoVA0ef7E4pQtpC3+TkPbzaoQfa77HlfJDmfuaJUCVJmn7fT0izamZiryW5sYUFKizsftIxMkXKbgIcPMQ==", + }, + "Microsoft.CodeAnalysis.CSharp.Workspaces/4.5.0": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.CSharp": "[4.5.0]", + "Microsoft.CodeAnalysis.Common": "[4.5.0]", + "Microsoft.CodeAnalysis.Workspaces.Common": "[4.5.0]" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.Workspaces.Common/4.5.0": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.Bcl.AsyncInterfaces": "6.0.0", + "Microsoft.CodeAnalysis.Common": "[4.5.0]", + "System.Composition": "6.0.0", + "System.IO.Pipelines": "6.0.3", + "System.Threading.Channels": "6.0.0" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CSharp/4.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "Microsoft.Data.SqlClient/5.2.2": { + "type": "package", + "dependencies": { + "Azure.Identity": "1.11.4", + "Microsoft.Data.SqlClient.SNI.runtime": "5.2.0", + "Microsoft.Identity.Client": "4.61.3", + "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0", + "Microsoft.SqlServer.Server": "1.0.0", + "System.Configuration.ConfigurationManager": "8.0.0", + "System.Runtime.Caching": "8.0.0" + }, + "compile": { + "ref/net8.0/Microsoft.Data.SqlClient.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Data.SqlClient.dll": { + "related": ".xml" + } + }, + "resource": { + "lib/net8.0/de/Microsoft.Data.SqlClient.resources.dll": { + "locale": "de" + }, + "lib/net8.0/es/Microsoft.Data.SqlClient.resources.dll": { + "locale": "es" + }, + "lib/net8.0/fr/Microsoft.Data.SqlClient.resources.dll": { + "locale": "fr" + }, + "lib/net8.0/it/Microsoft.Data.SqlClient.resources.dll": { + "locale": "it" + }, + "lib/net8.0/ja/Microsoft.Data.SqlClient.resources.dll": { + "locale": "ja" + }, + "lib/net8.0/ko/Microsoft.Data.SqlClient.resources.dll": { + "locale": "ko" + }, + "lib/net8.0/pt-BR/Microsoft.Data.SqlClient.resources.dll": { + "locale": "pt-BR" + }, + "lib/net8.0/ru/Microsoft.Data.SqlClient.resources.dll": { + "locale": "ru" + }, + "lib/net8.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net8.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll": { + "locale": "zh-Hant" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "Microsoft.Data.SqlClient.SNI.runtime/5.2.0": { + "type": "package", + "runtimeTargets": { + "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-arm" + }, + "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-arm64" + }, + "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-x64" + }, + "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-x86" + } + } + }, + "Microsoft.EntityFrameworkCore/9.0.0": { + "type": "package", + "dependencies": { + "Microsoft.EntityFrameworkCore.Abstractions": "9.0.0", + "Microsoft.EntityFrameworkCore.Analyzers": "9.0.0", + "Microsoft.Extensions.Caching.Memory": "9.0.0", + "Microsoft.Extensions.Logging": "9.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props": {} + } + }, + "Microsoft.EntityFrameworkCore.Abstractions/9.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.EntityFrameworkCore.Analyzers/9.0.0": { + "type": "package" + }, + "Microsoft.EntityFrameworkCore.Design/8.0.11": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.5.0", + "Microsoft.EntityFrameworkCore.Relational": "8.0.11", + "Microsoft.Extensions.DependencyModel": "8.0.2", + "Mono.TextTemplating": "2.2.1" + }, + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Design.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Design.dll": { + "related": ".xml" + } + }, + "build": { + "build/net8.0/_._": {} + } + }, + "Microsoft.EntityFrameworkCore.InMemory/8.0.11": { + "type": "package", + "dependencies": { + "Microsoft.EntityFrameworkCore": "8.0.11" + }, + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.InMemory.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.InMemory.dll": { + "related": ".xml" + } + } + }, + "Microsoft.EntityFrameworkCore.Relational/9.0.0": { + "type": "package", + "dependencies": { + "Microsoft.EntityFrameworkCore": "9.0.0", + "Microsoft.Extensions.Caching.Memory": "9.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", + "Microsoft.Extensions.Logging": "9.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": { + "related": ".xml" + } + } + }, + "Microsoft.EntityFrameworkCore.SqlServer/9.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Data.SqlClient": "5.1.6", + "Microsoft.EntityFrameworkCore.Relational": "9.0.0", + "Microsoft.Extensions.Caching.Memory": "9.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", + "Microsoft.Extensions.Logging": "9.0.0", + "System.Formats.Asn1": "9.0.0", + "System.Text.Json": "9.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.SqlServer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.SqlServer.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Extensions.ApiDescription.Server/6.0.5": { + "type": "package", + "build": { + "build/Microsoft.Extensions.ApiDescription.Server.props": {}, + "build/Microsoft.Extensions.ApiDescription.Server.targets": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.props": {}, + "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.targets": {} + } + }, + "Microsoft.Extensions.Caching.Abstractions/9.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "9.0.0" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.Caching.Memory/9.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "9.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", + "Microsoft.Extensions.Logging.Abstractions": "9.0.0", + "Microsoft.Extensions.Options": "9.0.0", + "Microsoft.Extensions.Primitives": "9.0.0" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Caching.Memory.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Caching.Memory.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Configuration.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Configuration.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Abstractions/9.0.7": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "9.0.7" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Binder/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Configuration.Binder.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Configuration.Binder.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets": {} + } + }, + "Microsoft.Extensions.Configuration.CommandLine/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.FileExtensions/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Physical": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Json/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.FileExtensions": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Configuration.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Configuration.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.UserSecrets/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Json": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Physical": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.props": {}, + "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.targets": {} + } + }, + "Microsoft.Extensions.DependencyInjection/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.2": { + "type": "package", + "compile": { + "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyModel/9.0.0": { + "type": "package", + "compile": { + "lib/net9.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.DiagnosticAdapter/3.1.32": { + "type": "package", + "dependencies": { + "System.Diagnostics.DiagnosticSource": "4.7.1" + }, + "compile": { + "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Extensions.Diagnostics/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.2", + "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.Diagnostics.Abstractions/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.Diagnostics.HealthChecks/9.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "9.0.0", + "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", + "Microsoft.Extensions.Logging.Abstractions": "9.0.0", + "Microsoft.Extensions.Options": "9.0.0" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/9.0.0": { + "type": "package", + "compile": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Extensions.FileProviders.Abstractions/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.FileProviders.Physical/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileSystemGlobbing": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.FileSystemGlobbing/9.0.2": { + "type": "package", + "compile": { + "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.Hosting/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Binder": "9.0.2", + "Microsoft.Extensions.Configuration.CommandLine": "9.0.2", + "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.2", + "Microsoft.Extensions.Configuration.FileExtensions": "9.0.2", + "Microsoft.Extensions.Configuration.Json": "9.0.2", + "Microsoft.Extensions.Configuration.UserSecrets": "9.0.2", + "Microsoft.Extensions.DependencyInjection": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Diagnostics": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Physical": "9.0.2", + "Microsoft.Extensions.Hosting.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.Configuration": "9.0.2", + "Microsoft.Extensions.Logging.Console": "9.0.2", + "Microsoft.Extensions.Logging.Debug": "9.0.2", + "Microsoft.Extensions.Logging.EventLog": "9.0.2", + "Microsoft.Extensions.Logging.EventSource": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Hosting.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Hosting.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.Hosting.Abstractions/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.Http/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Diagnostics": "8.0.0", + "Microsoft.Extensions.Logging": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Http.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Http.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.Logging.Abstractions/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/Microsoft.Extensions.Logging.Abstractions.targets": {} + } + }, + "Microsoft.Extensions.Logging.ApplicationInsights/2.23.0": { + "type": "package", + "dependencies": { + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.Extensions.Logging": "2.1.1" + }, + "compile": { + "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.dll": { + "related": ".pdb;.xml" + } + } + }, + "Microsoft.Extensions.Logging.AzureAppServices/9.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.0", + "Microsoft.Extensions.Configuration.Json": "9.0.0", + "Microsoft.Extensions.Logging": "9.0.0", + "Microsoft.Extensions.Logging.Abstractions": "9.0.0", + "Microsoft.Extensions.Logging.Configuration": "9.0.0", + "System.ValueTuple": "4.5.0" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Extensions.Logging.Configuration/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Binder": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Logging.Configuration.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Logging.Configuration.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.Logging.Console/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.Configuration": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Logging.Console.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Logging.Console.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.Logging.Debug/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Logging.Debug.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Logging.Debug.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.Logging.EventLog/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "System.Diagnostics.EventLog": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Logging.EventLog.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Logging.EventLog.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.Logging.EventSource/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Logging.EventSource.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Logging.EventSource.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.ObjectPool/2.1.1": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Extensions.Options/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/Microsoft.Extensions.Options.targets": {} + } + }, + "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Binder": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.Primitives/9.0.7": { + "type": "package", + "compile": { + "lib/net9.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Identity.Client/4.61.3": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Abstractions": "6.35.0", + "System.Diagnostics.DiagnosticSource": "6.0.1" + }, + "compile": { + "lib/net6.0/Microsoft.Identity.Client.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.Identity.Client.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Identity.Client.Extensions.Msal/4.61.3": { + "type": "package", + "dependencies": { + "Microsoft.Identity.Client": "4.61.3", + "System.Security.Cryptography.ProtectedData": "4.5.0" + }, + "compile": { + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Abstractions/8.6.0": { + "type": "package", + "compile": { + "lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.JsonWebTokens/8.6.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Tokens": "8.6.0" + }, + "compile": { + "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Logging/8.6.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Abstractions": "8.6.0" + }, + "compile": { + "lib/net9.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Logging": "6.35.0", + "Microsoft.IdentityModel.Tokens": "6.35.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Protocols": "6.35.0", + "System.IdentityModel.Tokens.Jwt": "6.35.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Tokens/8.6.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Logging.Abstractions": "8.0.2", + "Microsoft.IdentityModel.Logging": "8.6.0" + }, + "compile": { + "lib/net9.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Net.Http.Headers/2.1.1": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "2.1.1", + "System.Buffers": "4.5.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": { + "related": ".xml" + } + } + }, + "Microsoft.NETCore.Platforms/3.1.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.OpenApi/1.6.22": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } + } + }, + "Microsoft.SqlServer.Server/1.0.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": { + "related": ".pdb;.xml" + } + } + }, + "Microsoft.Web.LibraryManager.Build/3.0.71": { + "type": "package", + "build": { + "build/Microsoft.Web.LibraryManager.Build.props": {}, + "build/Microsoft.Web.LibraryManager.Build.targets": {} + } + }, + "Mono.TextTemplating/2.2.1": { + "type": "package", + "dependencies": { + "System.CodeDom": "4.4.0" + }, + "compile": { + "lib/netstandard2.0/Mono.TextTemplating.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Mono.TextTemplating.dll": {} + } + }, + "Newtonsoft.Json/13.0.4": { + "type": "package", + "compile": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json.Bson/1.0.2": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "12.0.1" + }, + "compile": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + } + }, + "Pipelines.Sockets.Unofficial/2.2.8": { + "type": "package", + "dependencies": { + "System.IO.Pipelines": "5.0.1" + }, + "compile": { + "lib/net5.0/Pipelines.Sockets.Unofficial.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/Pipelines.Sockets.Unofficial.dll": { + "related": ".xml" + } + } + }, + "Polly/8.6.5": { + "type": "package", + "dependencies": { + "Polly.Core": "8.6.5" + }, + "compile": { + "lib/net6.0/Polly.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/Polly.dll": { + "related": ".pdb;.xml" + } + } + }, + "Polly.Core/8.6.5": { + "type": "package", + "compile": { + "lib/net8.0/Polly.Core.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net8.0/Polly.Core.dll": { + "related": ".pdb;.xml" + } + } + }, + "RabbitMQ.Client/6.8.1": { + "type": "package", + "dependencies": { + "System.Memory": "4.5.5", + "System.Threading.Channels": "7.0.0" + }, + "compile": { + "lib/netstandard2.0/RabbitMQ.Client.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/RabbitMQ.Client.dll": { + "related": ".xml" + } + } + }, + "Serilog/4.2.0": { + "type": "package", + "compile": { + "lib/net9.0/Serilog.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Serilog.dll": { + "related": ".xml" + } + } + }, + "Serilog.AspNetCore/9.0.0": { + "type": "package", + "dependencies": { + "Serilog": "4.2.0", + "Serilog.Extensions.Hosting": "9.0.0", + "Serilog.Formatting.Compact": "3.0.0", + "Serilog.Settings.Configuration": "9.0.0", + "Serilog.Sinks.Console": "6.0.0", + "Serilog.Sinks.Debug": "3.0.0", + "Serilog.Sinks.File": "6.0.0" + }, + "compile": { + "lib/net9.0/Serilog.AspNetCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Serilog.AspNetCore.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Serilog.Extensions.Hosting/9.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", + "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", + "Microsoft.Extensions.Logging.Abstractions": "9.0.0", + "Serilog": "4.2.0", + "Serilog.Extensions.Logging": "9.0.0" + }, + "compile": { + "lib/net9.0/Serilog.Extensions.Hosting.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Serilog.Extensions.Hosting.dll": { + "related": ".xml" + } + } + }, + "Serilog.Extensions.Logging/9.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Logging": "9.0.0", + "Serilog": "4.2.0" + }, + "compile": { + "lib/net9.0/Serilog.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Serilog.Extensions.Logging.dll": { + "related": ".xml" + } + } + }, + "Serilog.Formatting.Compact/3.0.0": { + "type": "package", + "dependencies": { + "Serilog": "4.0.0" + }, + "compile": { + "lib/net8.0/Serilog.Formatting.Compact.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Serilog.Formatting.Compact.dll": { + "related": ".xml" + } + } + }, + "Serilog.Settings.Configuration/9.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Binder": "9.0.0", + "Microsoft.Extensions.DependencyModel": "9.0.0", + "Serilog": "4.2.0" + }, + "compile": { + "lib/net9.0/Serilog.Settings.Configuration.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Serilog.Settings.Configuration.dll": { + "related": ".xml" + } + } + }, + "Serilog.Sinks.Console/6.1.1": { + "type": "package", + "dependencies": { + "Serilog": "4.0.0" + }, + "compile": { + "lib/net8.0/Serilog.Sinks.Console.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Serilog.Sinks.Console.dll": { + "related": ".xml" + } + } + }, + "Serilog.Sinks.Debug/3.0.0": { + "type": "package", + "dependencies": { + "Serilog": "4.0.0" + }, + "compile": { + "lib/net8.0/Serilog.Sinks.Debug.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Serilog.Sinks.Debug.dll": { + "related": ".xml" + } + } + }, + "Serilog.Sinks.File/7.0.0": { + "type": "package", + "dependencies": { + "Serilog": "4.2.0" + }, + "compile": { + "lib/net9.0/Serilog.Sinks.File.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Serilog.Sinks.File.dll": { + "related": ".xml" + } + } + }, + "Serilog.Sinks.Http/9.2.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "9.0.7", + "Serilog.Sinks.File": "7.0.0" + }, + "compile": { + "lib/netstandard2.1/Serilog.Sinks.Http.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/Serilog.Sinks.Http.dll": { + "related": ".xml" + } + } + }, + "Serilog.Sinks.Seq/9.0.0": { + "type": "package", + "dependencies": { + "Serilog": "4.2.0", + "Serilog.Sinks.File": "6.0.0" + }, + "compile": { + "lib/net6.0/Serilog.Sinks.Seq.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Serilog.Sinks.Seq.dll": { + "related": ".xml" + } + } + }, + "StackExchange.Redis/2.7.27": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Logging.Abstractions": "6.0.0", + "Pipelines.Sockets.Unofficial": "2.2.8" + }, + "compile": { + "lib/net6.0/StackExchange.Redis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/StackExchange.Redis.dll": { + "related": ".xml" + } + } + }, + "Swashbuckle.AspNetCore/7.2.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.ApiDescription.Server": "6.0.5", + "Swashbuckle.AspNetCore.Swagger": "7.2.0", + "Swashbuckle.AspNetCore.SwaggerGen": "7.2.0", + "Swashbuckle.AspNetCore.SwaggerUI": "7.2.0" + }, + "build": { + "build/Swashbuckle.AspNetCore.props": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/Swashbuckle.AspNetCore.props": {} + } + }, + "Swashbuckle.AspNetCore.Newtonsoft/7.2.0": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "9.0.0", + "Swashbuckle.AspNetCore.SwaggerGen": "7.2.0" + }, + "compile": { + "lib/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll": { + "related": ".pdb" + } + }, + "runtime": { + "lib/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll": { + "related": ".pdb" + } + } + }, + "Swashbuckle.AspNetCore.Swagger/7.2.0": { + "type": "package", + "dependencies": { + "Microsoft.OpenApi": "1.6.22" + }, + "compile": { + "lib/net9.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net9.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Swashbuckle.AspNetCore.SwaggerGen/7.2.0": { + "type": "package", + "dependencies": { + "Swashbuckle.AspNetCore.Swagger": "7.2.0" + }, + "compile": { + "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } + } + }, + "Swashbuckle.AspNetCore.SwaggerUI/7.2.0": { + "type": "package", + "compile": { + "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "System.Buffers/4.5.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "System.ClientModel/1.0.0": { + "type": "package", + "dependencies": { + "System.Memory.Data": "1.0.2", + "System.Text.Json": "4.7.2" + }, + "compile": { + "lib/net6.0/System.ClientModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.ClientModel.dll": { + "related": ".xml" + } + } + }, + "System.CodeDom/4.4.0": { + "type": "package", + "compile": { + "ref/netstandard2.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.CodeDom.dll": {} + } + }, + "System.Collections.Immutable/6.0.0": { + "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Composition/6.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "6.0.0", + "System.Composition.Convention": "6.0.0", + "System.Composition.Hosting": "6.0.0", + "System.Composition.Runtime": "6.0.0", + "System.Composition.TypedParts": "6.0.0" + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Composition.AttributedModel/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Composition.Convention/6.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Composition.Hosting/6.0.0": { + "type": "package", + "dependencies": { + "System.Composition.Runtime": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Composition.Runtime/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Composition.TypedParts/6.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "6.0.0", + "System.Composition.Hosting": "6.0.0", + "System.Composition.Runtime": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Configuration.ConfigurationManager/8.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "8.0.0", + "System.Security.Cryptography.ProtectedData": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Diagnostics.DiagnosticSource/10.0.0": { + "type": "package", + "compile": { + "lib/net9.0/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "System.Diagnostics.EventLog/9.0.2": { + "type": "package", + "compile": { + "lib/net9.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll": { + "assetType": "runtime", + "rid": "win" + }, + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Diagnostics.PerformanceCounter/6.0.0": { + "type": "package", + "dependencies": { + "System.Configuration.ConfigurationManager": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Diagnostics.PerformanceCounter.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Diagnostics.PerformanceCounter.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Formats.Asn1/9.0.0": { + "type": "package", + "compile": { + "lib/net9.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/System.Formats.Asn1.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "System.IdentityModel.Tokens.Jwt/8.6.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.JsonWebTokens": "8.6.0", + "Microsoft.IdentityModel.Tokens": "8.6.0" + }, + "compile": { + "lib/net9.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + } + }, + "System.IO.FileSystem.AccessControl/4.7.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "4.7.0", + "System.Security.Principal.Windows": "4.7.0" + }, + "compile": { + "ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.IO.Pipelines/6.0.3": { + "type": "package", + "compile": { + "lib/net6.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Memory/4.5.5": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.Memory.Data/1.0.2": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "4.7.2", + "System.Text.Json": "4.6.0" + }, + "compile": { + "lib/netstandard2.0/System.Memory.Data.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Memory.Data.dll": { + "related": ".xml" + } + } + }, + "System.Numerics.Vectors/4.5.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "System.Reflection.Metadata/6.0.1": { + "type": "package", + "dependencies": { + "System.Collections.Immutable": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Runtime.Caching/8.0.0": { + "type": "package", + "dependencies": { + "System.Configuration.ConfigurationManager": "8.0.0" + }, + "compile": { + "lib/net8.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Runtime.Caching.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Runtime.Caching.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Security.AccessControl/4.7.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "3.1.0", + "System.Security.Principal.Windows": "4.7.0" + }, + "compile": { + "ref/netstandard2.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Pkcs/9.0.0": { + "type": "package", + "compile": { + "lib/net9.0/System.Security.Cryptography.Pkcs.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/System.Security.Cryptography.Pkcs.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net9.0/System.Security.Cryptography.Pkcs.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.ProtectedData/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Security.Cryptography.Xml/9.0.0": { + "type": "package", + "dependencies": { + "System.Security.Cryptography.Pkcs": "9.0.0" + }, + "compile": { + "lib/net9.0/System.Security.Cryptography.Xml.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/System.Security.Cryptography.Xml.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "System.Security.Principal.Windows/4.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp3.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Text.Encoding.CodePages/6.0.0": { + "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Text.Encodings.Web/4.7.2": { + "type": "package", + "compile": { + "lib/netstandard2.1/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + } + }, + "System.Text.Json/9.0.0": { + "type": "package", + "compile": { + "lib/net9.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/System.Text.Json.targets": {} + } + }, + "System.Threading.Channels/7.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Threading.Channels.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Threading.Channels.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Threading.Tasks.Extensions/4.5.4": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.ValueTuple/4.5.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "YamlDotNet/16.3.0": { + "type": "package", + "compile": { + "lib/net8.0/YamlDotNet.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/YamlDotNet.dll": { + "related": ".xml" + } + } + }, + "Ordering.Domain/1.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v9.0", + "dependencies": { + "AspNetCore.HealthChecks.AzureServiceBus": "9.0.0", + "AspNetCore.HealthChecks.Rabbitmq": "8.0.2", + "AspNetCore.HealthChecks.Redis": "9.0.0", + "AspNetCore.HealthChecks.SqlServer": "9.0.0", + "AspNetCore.HealthChecks.UI": "9.0.0", + "AspNetCore.HealthChecks.UI.Client": "9.0.0", + "AspNetCore.HealthChecks.UI.InMemory.Storage": "9.0.0", + "AspNetCore.HealthChecks.Uris": "9.0.0", + "Autofac": "9.0.0", + "FluentValidation.AspNetCore": "11.3.0", + "Google.Protobuf": "3.33.1", + "Grpc.AspNetCore.Server": "2.71.0", + "Grpc.AspNetCore.Server.ClientFactory": "2.71.0", + "Grpc.Net.Client": "2.71.0", + "MediatR": "12.4.1", + "Microsoft.ApplicationInsights.AspNetCore": "2.23.0", + "Microsoft.ApplicationInsights.DependencyCollector": "2.23.0", + "Microsoft.ApplicationInsights.Kubernetes": "8.0.0", + "Microsoft.AspNetCore.DataProtection.StackExchangeRedis": "9.0.0", + "Microsoft.Extensions.Diagnostics.HealthChecks": "9.0.0", + "Microsoft.Extensions.Hosting": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.AzureAppServices": "9.0.0", + "Microsoft.Web.LibraryManager.Build": "3.0.71", + "Newtonsoft.Json": "13.0.4", + "Polly": "8.6.5", + "RabbitMQ.Client": "6.8.1", + "Serilog.AspNetCore": "9.0.0", + "Serilog.Settings.Configuration": "9.0.0", + "Serilog.Sinks.Console": "6.1.1", + "Serilog.Sinks.Http": "9.2.0", + "Serilog.Sinks.Seq": "9.0.0", + "Swashbuckle.AspNetCore": "7.2.0", + "Swashbuckle.AspNetCore.Newtonsoft": "7.2.0" + }, + "compile": { + "bin/placeholder/Ordering.Domain.dll": {} + }, + "runtime": { + "bin/placeholder/Ordering.Domain.dll": {} + } + } + } + }, + "libraries": { + "AspNetCore.HealthChecks.AzureServiceBus/9.0.0": { + "sha512": "Uzml9qWAvN6xPJejdTLznx9SIczKs/exieiJCU0Kjivt4ZTcsLdE3u2g8HJr0VWhguQad2mpGkwXtQ9nWfkm4g==", + "type": "package", + "path": "aspnetcore.healthchecks.azureservicebus/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "aspnetcore.healthchecks.azureservicebus.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.azureservicebus.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.AzureServiceBus.dll", + "lib/net8.0/HealthChecks.AzureServiceBus.xml", + "lib/netstandard2.0/HealthChecks.AzureServiceBus.dll", + "lib/netstandard2.0/HealthChecks.AzureServiceBus.xml" + ] + }, + "AspNetCore.HealthChecks.Rabbitmq/8.0.2": { + "sha512": "A/29xmNWfssOY1zq1bWAaZPW/iJfBhJN+I737KKHQutzB0JFwAIKesjsUWN2BAJwqS/ciFMjNxvCDHtAgU0PIQ==", + "type": "package", + "path": "aspnetcore.healthchecks.rabbitmq/8.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "aspnetcore.healthchecks.rabbitmq.8.0.2.nupkg.sha512", + "aspnetcore.healthchecks.rabbitmq.nuspec", + "icon.png", + "lib/net6.0/HealthChecks.Rabbitmq.dll", + "lib/net6.0/HealthChecks.Rabbitmq.xml", + "lib/netstandard2.0/HealthChecks.Rabbitmq.dll", + "lib/netstandard2.0/HealthChecks.Rabbitmq.xml" + ] + }, + "AspNetCore.HealthChecks.Redis/9.0.0": { + "sha512": "yNH0h8GLRbAf+PU5HNVLZ5hNeyq9mDVmRKO9xuZsme/znUYoBJlQvI0gq45gaZNlLncCHkMhR4o90MuT+gxxPw==", + "type": "package", + "path": "aspnetcore.healthchecks.redis/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.redis.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.redis.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.Redis.dll", + "lib/net8.0/HealthChecks.Redis.xml", + "lib/netstandard2.0/HealthChecks.Redis.dll", + "lib/netstandard2.0/HealthChecks.Redis.xml" + ] + }, + "AspNetCore.HealthChecks.SqlServer/9.0.0": { + "sha512": "UxCf65iCF2nU1u7AcB320abjL4CRg5swCgJECY6mKk1j5lrGMfVtskWwriGs1T29pYdRig9Vra3SPnP+4G82pA==", + "type": "package", + "path": "aspnetcore.healthchecks.sqlserver/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.sqlserver.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.sqlserver.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.SqlServer.dll", + "lib/net8.0/HealthChecks.SqlServer.xml", + "lib/netstandard2.0/HealthChecks.SqlServer.dll", + "lib/netstandard2.0/HealthChecks.SqlServer.xml" + ] + }, + "AspNetCore.HealthChecks.UI/9.0.0": { + "sha512": "r/bGIiFDm/Bv+S/OCcE1/YzM4Zul1nEKGRA42xcGqxaYmaQf1T+gFEReNNA+5nHXuXt5TRuBuVag1emXuwqe6w==", + "type": "package", + "path": "aspnetcore.healthchecks.ui/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.ui.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.ui.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.UI.dll", + "lib/net8.0/HealthChecks.UI.runtimeconfig.json", + "lib/net8.0/HealthChecks.UI.xml" + ] + }, + "AspNetCore.HealthChecks.UI.Client/9.0.0": { + "sha512": "1Ub3Wvvbz7CMuFNWgLEc9qqQibiMoovDML/WHrwr5J83RPgtI20giCR92s/ipLgu7IIuqw+W/y7WpIeHqAICxg==", + "type": "package", + "path": "aspnetcore.healthchecks.ui.client/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.ui.client.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.ui.client.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.UI.Client.dll", + "lib/net8.0/HealthChecks.UI.Client.xml" + ] + }, + "AspNetCore.HealthChecks.UI.Core/9.0.0": { + "sha512": "TVriy4hgYnhfqz6NAzv8qe62Q8wf82iKUL6WV9selqeFZTq1ILi39Sic6sFQegRysvAVcnxKP/vY8z9Fk8x6XQ==", + "type": "package", + "path": "aspnetcore.healthchecks.ui.core/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.ui.core.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.ui.core.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.UI.Core.dll", + "lib/net8.0/HealthChecks.UI.Core.xml" + ] + }, + "AspNetCore.HealthChecks.UI.Data/9.0.0": { + "sha512": "bZkXUdiqXOkmhe3XHF+OIgPQKR8OXS8/+iDWegmxSXtbaIYwsT5+B0URT+P4OPvhj5tR2goMMZe5KwJBVHr+1g==", + "type": "package", + "path": "aspnetcore.healthchecks.ui.data/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.ui.data.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.ui.data.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.UI.Data.dll", + "lib/net8.0/HealthChecks.UI.Data.xml" + ] + }, + "AspNetCore.HealthChecks.UI.InMemory.Storage/9.0.0": { + "sha512": "xuq+HBH8Ckz9r5d+yP1pk7cgIbPLBqCGfYu0MxtvbtsxIo7cv5nQoUCJsdgqN5/a4ndVUJZco6GjWFk6r4xN1w==", + "type": "package", + "path": "aspnetcore.healthchecks.ui.inmemory.storage/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.ui.inmemory.storage.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.ui.inmemory.storage.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.UI.InMemory.Storage.dll", + "lib/net8.0/HealthChecks.UI.InMemory.Storage.xml" + ] + }, + "AspNetCore.HealthChecks.Uris/9.0.0": { + "sha512": "XYdNlA437KeF8p9qOpZFyNqAN+c0FXt/JjTvzH/Qans0q0O3pPE8KPnn39ucQQjR/Roum1vLTP3kXiUs8VHyuA==", + "type": "package", + "path": "aspnetcore.healthchecks.uris/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.uris.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.uris.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.Uris.dll", + "lib/net8.0/HealthChecks.Uris.xml", + "lib/netstandard2.0/HealthChecks.Uris.dll", + "lib/netstandard2.0/HealthChecks.Uris.xml" + ] + }, + "Autofac/9.0.0": { + "sha512": "G8TpUMVIq1pEAMuAao8h5MKduY91SotjgK93wQb5LaxbJUVE0/XjCA6t2SOp+AkPC3GB/C2MAiF2D7krYjraFw==", + "type": "package", + "path": "autofac/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "autofac.9.0.0.nupkg.sha512", + "autofac.nuspec", + "icon.png", + "lib/net10.0/Autofac.dll", + "lib/net10.0/Autofac.xml", + "lib/net8.0/Autofac.dll", + "lib/net8.0/Autofac.xml", + "lib/netstandard2.0/Autofac.dll", + "lib/netstandard2.0/Autofac.xml", + "lib/netstandard2.1/Autofac.dll", + "lib/netstandard2.1/Autofac.xml" + ] + }, + "Azure.Core/1.38.0": { + "sha512": "IuEgCoVA0ef7E4pQtpC3+TkPbzaoQfa77HlfJDmfuaJUCVJmn7fT0izamZiryW5sYUFKizsftIxMkXKbgIcPMQ==", + "type": "package", + "path": "azure.core/1.38.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.core.1.38.0.nupkg.sha512", + "azure.core.nuspec", + "azureicon.png", + "lib/net461/Azure.Core.dll", + "lib/net461/Azure.Core.xml", + "lib/net472/Azure.Core.dll", + "lib/net472/Azure.Core.xml", + "lib/net6.0/Azure.Core.dll", + "lib/net6.0/Azure.Core.xml", + "lib/netstandard2.0/Azure.Core.dll", + "lib/netstandard2.0/Azure.Core.xml" + ] + }, + "Azure.Core.Amqp/1.3.0": { + "sha512": "6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==", + "type": "package", + "path": "azure.core.amqp/1.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.core.amqp.1.3.0.nupkg.sha512", + "azure.core.amqp.nuspec", + "azureicon.png", + "lib/netstandard2.0/Azure.Core.Amqp.dll", + "lib/netstandard2.0/Azure.Core.Amqp.xml" + ] + }, + "Azure.Identity/1.11.4": { + "sha512": "Sf4BoE6Q3jTgFkgBkx7qztYOFELBCo+wQgpYDwal/qJ1unBH73ywPztIJKXBXORRzAeNijsuxhk94h0TIMvfYg==", + "type": "package", + "path": "azure.identity/1.11.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.identity.1.11.4.nupkg.sha512", + "azure.identity.nuspec", + "azureicon.png", + "lib/netstandard2.0/Azure.Identity.dll", + "lib/netstandard2.0/Azure.Identity.xml" + ] + }, + "Azure.Messaging.ServiceBus/7.17.0": { + "sha512": "lpQXW+8IsTsCp8hvMIiqcp0oLYgxc79g7ALYUOOXiZy/3WORlaN237eNx0LCX40wTo7hLtdbVrmoUa+kIohGpg==", + "type": "package", + "path": "azure.messaging.servicebus/7.17.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.messaging.servicebus.7.17.0.nupkg.sha512", + "azure.messaging.servicebus.nuspec", + "azureicon.png", + "lib/netstandard2.0/Azure.Messaging.ServiceBus.dll", + "lib/netstandard2.0/Azure.Messaging.ServiceBus.xml" + ] + }, + "FluentValidation/11.5.1": { + "sha512": "0h1Q5lNOLLyYTWMJmyNoMqhY4CBRvvUWvJP1R4F2CnmmzuWwvB0A8aVmw5+lOuwYnwUwCRrdeMLbc81F38ahNQ==", + "type": "package", + "path": "fluentvalidation/11.5.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "fluent-validation-icon.png", + "fluentvalidation.11.5.1.nupkg.sha512", + "fluentvalidation.nuspec", + "lib/net5.0/FluentValidation.dll", + "lib/net5.0/FluentValidation.xml", + "lib/net6.0/FluentValidation.dll", + "lib/net6.0/FluentValidation.xml", + "lib/net7.0/FluentValidation.dll", + "lib/net7.0/FluentValidation.xml", + "lib/netstandard2.0/FluentValidation.dll", + "lib/netstandard2.0/FluentValidation.xml", + "lib/netstandard2.1/FluentValidation.dll", + "lib/netstandard2.1/FluentValidation.xml" + ] + }, + "FluentValidation.AspNetCore/11.3.0": { + "sha512": "jtFVgKnDFySyBlPS8bZbTKEEwJZnn11rXXJ2SQnjDhZ56rQqybBg9Joq4crRLz3y0QR8WoOq4iE4piV81w/Djg==", + "type": "package", + "path": "fluentvalidation.aspnetcore/11.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "fluent-validation-icon.png", + "fluentvalidation.aspnetcore.11.3.0.nupkg.sha512", + "fluentvalidation.aspnetcore.nuspec", + "lib/net5.0/FluentValidation.AspNetCore.dll", + "lib/net5.0/FluentValidation.AspNetCore.xml", + "lib/net6.0/FluentValidation.AspNetCore.dll", + "lib/net6.0/FluentValidation.AspNetCore.xml", + "lib/netcoreapp3.1/FluentValidation.AspNetCore.dll", + "lib/netcoreapp3.1/FluentValidation.AspNetCore.xml" + ] + }, + "FluentValidation.DependencyInjectionExtensions/11.5.1": { + "sha512": "iWM0LS1MDYX06pcjMEQKqHirl2zkjHlNV23mEJSoR1IZI7KQmTa0RcTtGEJpj5+iHvBCfrzP2mYKM4FtRKVb+A==", + "type": "package", + "path": "fluentvalidation.dependencyinjectionextensions/11.5.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "fluent-validation-icon.png", + "fluentvalidation.dependencyinjectionextensions.11.5.1.nupkg.sha512", + "fluentvalidation.dependencyinjectionextensions.nuspec", + "lib/netstandard2.0/FluentValidation.DependencyInjectionExtensions.dll", + "lib/netstandard2.0/FluentValidation.DependencyInjectionExtensions.xml", + "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.dll", + "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.xml" + ] + }, + "Fractions/7.3.0": { + "sha512": "2bETFWLBc8b7Ut2SVi+bxhGVwiSpknHYGBh2PADyGWONLkTxT7bKyDRhF8ao+XUv90tq8Fl7GTPxSI5bacIRJw==", + "type": "package", + "path": "fractions/7.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Fraction.png", + "Readme.md", + "fractions.7.3.0.nupkg.sha512", + "fractions.nuspec", + "lib/netstandard2.0/Fractions.dll", + "lib/netstandard2.0/Fractions.xml", + "lib/netstandard2.1/Fractions.dll", + "lib/netstandard2.1/Fractions.xml", + "license.txt" + ] + }, + "Google.Protobuf/3.33.1": { + "sha512": "RztiFmX9aOWDwfhxFzx/nS4fjs4DX7ZC7/XBEBl56k15lPGBftvbSwZkeo1mMCJHrNp1kK5iQYrFXB4MqCmBCA==", + "type": "package", + "path": "google.protobuf/3.33.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "google.protobuf.3.33.1.nupkg.sha512", + "google.protobuf.nuspec", + "lib/net45/Google.Protobuf.dll", + "lib/net45/Google.Protobuf.pdb", + "lib/net45/Google.Protobuf.xml", + "lib/net5.0/Google.Protobuf.dll", + "lib/net5.0/Google.Protobuf.pdb", + "lib/net5.0/Google.Protobuf.xml", + "lib/netstandard1.1/Google.Protobuf.dll", + "lib/netstandard1.1/Google.Protobuf.pdb", + "lib/netstandard1.1/Google.Protobuf.xml", + "lib/netstandard2.0/Google.Protobuf.dll", + "lib/netstandard2.0/Google.Protobuf.pdb", + "lib/netstandard2.0/Google.Protobuf.xml" + ] + }, + "Grpc.AspNetCore.Server/2.71.0": { + "sha512": "kv+9YVB6MqDYWIcstXvWrT7Xc1si/sfINzzSxvQfjC3aei+92gXDUXCH/Q+TEvi4QSICRqu92BYcrXUBW7cuOw==", + "type": "package", + "path": "grpc.aspnetcore.server/2.71.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "grpc.aspnetcore.server.2.71.0.nupkg.sha512", + "grpc.aspnetcore.server.nuspec", + "lib/net6.0/Grpc.AspNetCore.Server.dll", + "lib/net6.0/Grpc.AspNetCore.Server.pdb", + "lib/net6.0/Grpc.AspNetCore.Server.xml", + "lib/net7.0/Grpc.AspNetCore.Server.dll", + "lib/net7.0/Grpc.AspNetCore.Server.pdb", + "lib/net7.0/Grpc.AspNetCore.Server.xml", + "lib/net8.0/Grpc.AspNetCore.Server.dll", + "lib/net8.0/Grpc.AspNetCore.Server.pdb", + "lib/net8.0/Grpc.AspNetCore.Server.xml", + "lib/net9.0/Grpc.AspNetCore.Server.dll", + "lib/net9.0/Grpc.AspNetCore.Server.pdb", + "lib/net9.0/Grpc.AspNetCore.Server.xml", + "packageIcon.png" + ] + }, + "Grpc.AspNetCore.Server.ClientFactory/2.71.0": { + "sha512": "AHvMxoC+esO1e/nOYBjxvn0WDHAfglcVBjtkBy6ohgnV+PzkF8UdkPHE02xnyPFaSokWGZKnWzjgd00x6EZpyQ==", + "type": "package", + "path": "grpc.aspnetcore.server.clientfactory/2.71.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "grpc.aspnetcore.server.clientfactory.2.71.0.nupkg.sha512", + "grpc.aspnetcore.server.clientfactory.nuspec", + "lib/net6.0/Grpc.AspNetCore.Server.ClientFactory.dll", + "lib/net6.0/Grpc.AspNetCore.Server.ClientFactory.pdb", + "lib/net6.0/Grpc.AspNetCore.Server.ClientFactory.xml", + "lib/net7.0/Grpc.AspNetCore.Server.ClientFactory.dll", + "lib/net7.0/Grpc.AspNetCore.Server.ClientFactory.pdb", + "lib/net7.0/Grpc.AspNetCore.Server.ClientFactory.xml", + "lib/net8.0/Grpc.AspNetCore.Server.ClientFactory.dll", + "lib/net8.0/Grpc.AspNetCore.Server.ClientFactory.pdb", + "lib/net8.0/Grpc.AspNetCore.Server.ClientFactory.xml", + "lib/net9.0/Grpc.AspNetCore.Server.ClientFactory.dll", + "lib/net9.0/Grpc.AspNetCore.Server.ClientFactory.pdb", + "lib/net9.0/Grpc.AspNetCore.Server.ClientFactory.xml", + "packageIcon.png" + ] + }, + "Grpc.Core.Api/2.71.0": { + "sha512": "QquqUC37yxsDzd1QaDRsH2+uuznWPTS8CVE2Yzwl3CvU4geTNkolQXoVN812M2IwT6zpv3jsZRc9ExJFNFslTg==", + "type": "package", + "path": "grpc.core.api/2.71.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "grpc.core.api.2.71.0.nupkg.sha512", + "grpc.core.api.nuspec", + "lib/net462/Grpc.Core.Api.dll", + "lib/net462/Grpc.Core.Api.pdb", + "lib/net462/Grpc.Core.Api.xml", + "lib/netstandard2.0/Grpc.Core.Api.dll", + "lib/netstandard2.0/Grpc.Core.Api.pdb", + "lib/netstandard2.0/Grpc.Core.Api.xml", + "lib/netstandard2.1/Grpc.Core.Api.dll", + "lib/netstandard2.1/Grpc.Core.Api.pdb", + "lib/netstandard2.1/Grpc.Core.Api.xml", + "packageIcon.png" + ] + }, + "Grpc.Net.Client/2.71.0": { + "sha512": "U1vr20r5ngoT9nlb7wejF28EKN+taMhJsV9XtK9MkiepTZwnKxxiarriiMfCHuDAfPUm9XUjFMn/RIuJ4YY61w==", + "type": "package", + "path": "grpc.net.client/2.71.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "grpc.net.client.2.71.0.nupkg.sha512", + "grpc.net.client.nuspec", + "lib/net462/Grpc.Net.Client.dll", + "lib/net462/Grpc.Net.Client.pdb", + "lib/net462/Grpc.Net.Client.xml", + "lib/net6.0/Grpc.Net.Client.dll", + "lib/net6.0/Grpc.Net.Client.pdb", + "lib/net6.0/Grpc.Net.Client.xml", + "lib/net7.0/Grpc.Net.Client.dll", + "lib/net7.0/Grpc.Net.Client.pdb", + "lib/net7.0/Grpc.Net.Client.xml", + "lib/net8.0/Grpc.Net.Client.dll", + "lib/net8.0/Grpc.Net.Client.pdb", + "lib/net8.0/Grpc.Net.Client.xml", + "lib/netstandard2.0/Grpc.Net.Client.dll", + "lib/netstandard2.0/Grpc.Net.Client.pdb", + "lib/netstandard2.0/Grpc.Net.Client.xml", + "lib/netstandard2.1/Grpc.Net.Client.dll", + "lib/netstandard2.1/Grpc.Net.Client.pdb", + "lib/netstandard2.1/Grpc.Net.Client.xml", + "packageIcon.png" + ] + }, + "Grpc.Net.ClientFactory/2.71.0": { + "sha512": "8oPLwQLPo86fmcf9ghjCDyNsSWhtHc3CXa/AqwF8Su/pG7qAoeWWtbymsZhoNvCV9Zjzb6BDcIPKXLYt+O175g==", + "type": "package", + "path": "grpc.net.clientfactory/2.71.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "grpc.net.clientfactory.2.71.0.nupkg.sha512", + "grpc.net.clientfactory.nuspec", + "lib/net6.0/Grpc.Net.ClientFactory.dll", + "lib/net6.0/Grpc.Net.ClientFactory.pdb", + "lib/net6.0/Grpc.Net.ClientFactory.xml", + "lib/net7.0/Grpc.Net.ClientFactory.dll", + "lib/net7.0/Grpc.Net.ClientFactory.pdb", + "lib/net7.0/Grpc.Net.ClientFactory.xml", + "lib/net8.0/Grpc.Net.ClientFactory.dll", + "lib/net8.0/Grpc.Net.ClientFactory.pdb", + "lib/net8.0/Grpc.Net.ClientFactory.xml", + "lib/netstandard2.0/Grpc.Net.ClientFactory.dll", + "lib/netstandard2.0/Grpc.Net.ClientFactory.pdb", + "lib/netstandard2.0/Grpc.Net.ClientFactory.xml", + "lib/netstandard2.1/Grpc.Net.ClientFactory.dll", + "lib/netstandard2.1/Grpc.Net.ClientFactory.pdb", + "lib/netstandard2.1/Grpc.Net.ClientFactory.xml", + "packageIcon.png" + ] + }, + "Grpc.Net.Common/2.71.0": { + "sha512": "v0c8R97TwRYwNXlC8GyRXwYTCNufpDfUtj9la+wUrZFzVWkFJuNAltU+c0yI3zu0jl54k7en6u2WKgZgd57r2Q==", + "type": "package", + "path": "grpc.net.common/2.71.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "grpc.net.common.2.71.0.nupkg.sha512", + "grpc.net.common.nuspec", + "lib/net6.0/Grpc.Net.Common.dll", + "lib/net6.0/Grpc.Net.Common.pdb", + "lib/net6.0/Grpc.Net.Common.xml", + "lib/net7.0/Grpc.Net.Common.dll", + "lib/net7.0/Grpc.Net.Common.pdb", + "lib/net7.0/Grpc.Net.Common.xml", + "lib/net8.0/Grpc.Net.Common.dll", + "lib/net8.0/Grpc.Net.Common.pdb", + "lib/net8.0/Grpc.Net.Common.xml", + "lib/netstandard2.0/Grpc.Net.Common.dll", + "lib/netstandard2.0/Grpc.Net.Common.pdb", + "lib/netstandard2.0/Grpc.Net.Common.xml", + "lib/netstandard2.1/Grpc.Net.Common.dll", + "lib/netstandard2.1/Grpc.Net.Common.pdb", + "lib/netstandard2.1/Grpc.Net.Common.xml", + "packageIcon.png" + ] + }, + "Grpc.Tools/2.76.0": { + "sha512": "goRzYZVMgQtyLvkWdgTnPycg49hlNxnMkqGGgR3l7nCOm0bUh0YeAneiJ9JFk3XLgF4suQUdETYkl2Mg/TBr0w==", + "type": "package", + "path": "grpc.tools/2.76.0", + "hasTools": true, + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "build/Grpc.Tools.props", + "build/Grpc.Tools.targets", + "build/_grpc/Grpc.CSharp.xml", + "build/_grpc/_Grpc.Tools.props", + "build/_grpc/_Grpc.Tools.targets", + "build/_protobuf/Google.Protobuf.Tools.props", + "build/_protobuf/Google.Protobuf.Tools.targets", + "build/_protobuf/Protobuf.CSharp.xml", + "build/_protobuf/net45/Protobuf.MSBuild.dll", + "build/_protobuf/net45/Protobuf.MSBuild.pdb", + "build/_protobuf/netstandard1.3/Protobuf.MSBuild.dll", + "build/_protobuf/netstandard1.3/Protobuf.MSBuild.pdb", + "build/native/include/google/protobuf/any.proto", + "build/native/include/google/protobuf/api.proto", + "build/native/include/google/protobuf/descriptor.proto", + "build/native/include/google/protobuf/duration.proto", + "build/native/include/google/protobuf/empty.proto", + "build/native/include/google/protobuf/field_mask.proto", + "build/native/include/google/protobuf/source_context.proto", + "build/native/include/google/protobuf/struct.proto", + "build/native/include/google/protobuf/timestamp.proto", + "build/native/include/google/protobuf/type.proto", + "build/native/include/google/protobuf/wrappers.proto", + "grpc.tools.2.76.0.nupkg.sha512", + "grpc.tools.nuspec", + "packageIcon.png", + "tools/linux_arm64/grpc_csharp_plugin", + "tools/linux_arm64/protoc", + "tools/linux_x64/grpc_csharp_plugin", + "tools/linux_x64/protoc", + "tools/linux_x86/grpc_csharp_plugin", + "tools/linux_x86/protoc", + "tools/macosx_x64/grpc_csharp_plugin", + "tools/macosx_x64/protoc", + "tools/windows_x64/grpc_csharp_plugin.exe", + "tools/windows_x64/protoc.exe", + "tools/windows_x86/grpc_csharp_plugin.exe", + "tools/windows_x86/protoc.exe" + ] + }, + "Humanizer.Core/2.14.1": { + "sha512": "lQKvtaTDOXnoVJ20ibTuSIOf2i0uO0MPbDhd1jm238I+U/2ZnRENj0cktKZhtchBMtCUSRQ5v4xBCUbKNmyVMw==", + "type": "package", + "path": "humanizer.core/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.2.14.1.nupkg.sha512", + "humanizer.core.nuspec", + "lib/net6.0/Humanizer.dll", + "lib/net6.0/Humanizer.xml", + "lib/netstandard1.0/Humanizer.dll", + "lib/netstandard1.0/Humanizer.xml", + "lib/netstandard2.0/Humanizer.dll", + "lib/netstandard2.0/Humanizer.xml", + "logo.png" + ] + }, + "KubernetesClient/17.0.14": { + "sha512": "FMGWjGtN8WEUKAAQxs96PK2tYvPrvwhoJzay/6HiByVTvHoJ0i9u7ykvYb7E3vLTSlfv26Q2Ktxr41zYCppu8A==", + "type": "package", + "path": "kubernetesclient/17.0.14", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "kubernetesclient.17.0.14.nupkg.sha512", + "kubernetesclient.nuspec", + "lib/net8.0/KubernetesClient.dll", + "lib/net8.0/KubernetesClient.pdb", + "lib/net8.0/KubernetesClient.xml", + "lib/net9.0/KubernetesClient.dll", + "lib/net9.0/KubernetesClient.pdb", + "lib/net9.0/KubernetesClient.xml", + "logo.png" + ] + }, + "MediatR/12.4.1": { + "sha512": "0tLxCgEC5+r1OCuumR3sWyiVa+BMv3AgiU4+pz8xqTc+2q1WbUEXFOr7Orm96oZ9r9FsldgUtWvB2o7b9jDOaw==", + "type": "package", + "path": "mediatr/12.4.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "gradient_128x128.png", + "lib/net6.0/MediatR.dll", + "lib/net6.0/MediatR.xml", + "lib/netstandard2.0/MediatR.dll", + "lib/netstandard2.0/MediatR.xml", + "mediatr.12.4.1.nupkg.sha512", + "mediatr.nuspec" + ] + }, + "MediatR.Contracts/2.0.1": { + "sha512": "FYv95bNT4UwcNA+G/J1oX5OpRiSUxteXaUt2BJbRSdRNiIUNbggJF69wy6mnk2wYToaanpdXZdCwVylt96MpwQ==", + "type": "package", + "path": "mediatr.contracts/2.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "gradient_128x128.png", + "lib/netstandard2.0/MediatR.Contracts.dll", + "lib/netstandard2.0/MediatR.Contracts.xml", + "mediatr.contracts.2.0.1.nupkg.sha512", + "mediatr.contracts.nuspec" + ] + }, + "Microsoft.ApplicationInsights/2.23.0": { + "sha512": "nWArUZTdU7iqZLycLKWe0TDms48KKGE6pONH2terYNa8REXiqixrMOkf1sk5DHGMaUTqONU2YkS4SAXBhLStgw==", + "type": "package", + "path": "microsoft.applicationinsights/2.23.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "icon.png", + "lib/net452/Microsoft.ApplicationInsights.dll", + "lib/net452/Microsoft.ApplicationInsights.pdb", + "lib/net452/Microsoft.ApplicationInsights.xml", + "lib/net46/Microsoft.ApplicationInsights.dll", + "lib/net46/Microsoft.ApplicationInsights.pdb", + "lib/net46/Microsoft.ApplicationInsights.xml", + "lib/netstandard2.0/Microsoft.ApplicationInsights.dll", + "lib/netstandard2.0/Microsoft.ApplicationInsights.pdb", + "lib/netstandard2.0/Microsoft.ApplicationInsights.xml", + "microsoft.applicationinsights.2.23.0.nupkg.sha512", + "microsoft.applicationinsights.nuspec" + ] + }, + "Microsoft.ApplicationInsights.AspNetCore/2.23.0": { + "sha512": "we/RsIn0Mwf/4ZNGXZixJ0lVD3pqjx2yVeKfqJybgYY/Lib8nnf+8YGJp+ULN3kOk39I0pI/7ZnF9LFy6hS3lw==", + "type": "package", + "path": "microsoft.applicationinsights.aspnetcore/2.23.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "icon.png", + "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.dll", + "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.pdb", + "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.xml", + "microsoft.applicationinsights.aspnetcore.2.23.0.nupkg.sha512", + "microsoft.applicationinsights.aspnetcore.nuspec" + ] + }, + "Microsoft.ApplicationInsights.DependencyCollector/2.23.0": { + "sha512": "9YRdl9SNbTxd4AafJckyoJLr5gJdnvqFivjo+PY0lQTPEncPB+z3ZABG4iDfxN9HI1aLqyRINr1/7de9Wg8ZuQ==", + "type": "package", + "path": "microsoft.applicationinsights.dependencycollector/2.23.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "build/Microsoft.ApplicationInsights.DependencyCollector.targets", + "content/ApplicationInsights.config.install.xdt", + "content/ApplicationInsights.config.transform", + "content/ApplicationInsights.config.uninstall.xdt", + "icon.png", + "lib/net452/Microsoft.AI.DependencyCollector.dll", + "lib/net452/Microsoft.AI.DependencyCollector.pdb", + "lib/net452/Microsoft.AI.DependencyCollector.xml", + "lib/netstandard2.0/Microsoft.AI.DependencyCollector.dll", + "lib/netstandard2.0/Microsoft.AI.DependencyCollector.pdb", + "lib/netstandard2.0/Microsoft.AI.DependencyCollector.xml", + "microsoft.applicationinsights.dependencycollector.2.23.0.nupkg.sha512", + "microsoft.applicationinsights.dependencycollector.nuspec" + ] + }, + "Microsoft.ApplicationInsights.EventCounterCollector/2.23.0": { + "sha512": "gGt0JPw2dcSeIAIefyORJBdeMz8KgAFIktu8HV/NwkiGmLyw+YtifLm6B5gvGxO15AeMsGPbmvWEIvLfq88XPw==", + "type": "package", + "path": "microsoft.applicationinsights.eventcountercollector/2.23.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "icon.png", + "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.dll", + "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.pdb", + "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.xml", + "microsoft.applicationinsights.eventcountercollector.2.23.0.nupkg.sha512", + "microsoft.applicationinsights.eventcountercollector.nuspec" + ] + }, + "Microsoft.ApplicationInsights.Kubernetes/8.0.0": { + "sha512": "8KosvcFQZPtdqr9taaDUEKMsr3j4S7r62sze4fs8vkCTD0oDIR5MRtOUBh86zaWsBegqNuN0J8lEiIq2inRopw==", + "type": "package", + "path": "microsoft.applicationinsights.kubernetes/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE", + "Readme.Nuget.md", + "images/icon.png", + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.dll", + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.xml", + "microsoft.applicationinsights.kubernetes.8.0.0.nupkg.sha512", + "microsoft.applicationinsights.kubernetes.nuspec" + ] + }, + "Microsoft.ApplicationInsights.PerfCounterCollector/2.23.0": { + "sha512": "q9ApjZfBS9O8m3aQM2oVjsGBmlE8BCFywT7UR+8aqdNuz7HpoIxw4jHy0XOBergiFX/olrJF4OyPkGxc3H5JHg==", + "type": "package", + "path": "microsoft.applicationinsights.perfcountercollector/2.23.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "build/Microsoft.ApplicationInsights.PerfCounterCollector.targets", + "content/ApplicationInsights.config.install.xdt", + "content/ApplicationInsights.config.transform", + "content/ApplicationInsights.config.uninstall.xdt", + "icon.png", + "lib/net452/Microsoft.AI.PerfCounterCollector.dll", + "lib/net452/Microsoft.AI.PerfCounterCollector.pdb", + "lib/net452/Microsoft.AI.PerfCounterCollector.xml", + "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.dll", + "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.pdb", + "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.xml", + "microsoft.applicationinsights.perfcountercollector.2.23.0.nupkg.sha512", + "microsoft.applicationinsights.perfcountercollector.nuspec" + ] + }, + "Microsoft.ApplicationInsights.WindowsServer/2.23.0": { + "sha512": "2B8CGfnB/tribkQAqRBhMvJYJK5TkEPMG/BB0QrlxdwVGEufayNLMveXjkQCqld9arXd6wKR1ve2XmkA0+xXKQ==", + "type": "package", + "path": "microsoft.applicationinsights.windowsserver/2.23.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "build/Microsoft.ApplicationInsights.WindowsServer.targets", + "content/ApplicationInsights.config.install.xdt", + "content/ApplicationInsights.config.transform", + "content/ApplicationInsights.config.uninstall.xdt", + "icon.png", + "lib/net452/Microsoft.AI.WindowsServer.dll", + "lib/net452/Microsoft.AI.WindowsServer.pdb", + "lib/net452/Microsoft.AI.WindowsServer.xml", + "lib/netstandard2.0/Microsoft.AI.WindowsServer.dll", + "lib/netstandard2.0/Microsoft.AI.WindowsServer.pdb", + "lib/netstandard2.0/Microsoft.AI.WindowsServer.xml", + "microsoft.applicationinsights.windowsserver.2.23.0.nupkg.sha512", + "microsoft.applicationinsights.windowsserver.nuspec" + ] + }, + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.23.0": { + "sha512": "798Dudr4tkujslk1w+XcXOcCErmVsk+nhp+QCHLa3lcgi25vkAxBmzPUeQlRJVCNL/1f4x/YF+vQZ8RSuTXWCw==", + "type": "package", + "path": "microsoft.applicationinsights.windowsserver.telemetrychannel/2.23.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "build/Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.targets", + "content/ApplicationInsights.config.install.xdt", + "content/ApplicationInsights.config.transform", + "content/ApplicationInsights.config.uninstall.xdt", + "icon.png", + "lib/net452/Microsoft.AI.ServerTelemetryChannel.dll", + "lib/net452/Microsoft.AI.ServerTelemetryChannel.pdb", + "lib/net452/Microsoft.AI.ServerTelemetryChannel.xml", + "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.dll", + "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.pdb", + "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.xml", + "microsoft.applicationinsights.windowsserver.telemetrychannel.2.23.0.nupkg.sha512", + "microsoft.applicationinsights.windowsserver.telemetrychannel.nuspec" + ] + }, + "Microsoft.AspNetCore.Cryptography.Internal/9.0.0": { + "sha512": "M1dzTEl+2+RqT4vWcqEpWasPXHd58wC93U7QMlmPSmx+qixyVxCQjZ183wr7Wa68b4pF7wC501MU9rdA0ZNhMg==", + "type": "package", + "path": "microsoft.aspnetcore.cryptography.internal/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.AspNetCore.Cryptography.Internal.dll", + "lib/net462/Microsoft.AspNetCore.Cryptography.Internal.xml", + "lib/net9.0/Microsoft.AspNetCore.Cryptography.Internal.dll", + "lib/net9.0/Microsoft.AspNetCore.Cryptography.Internal.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.xml", + "microsoft.aspnetcore.cryptography.internal.9.0.0.nupkg.sha512", + "microsoft.aspnetcore.cryptography.internal.nuspec" + ] + }, + "Microsoft.AspNetCore.DataProtection/9.0.0": { + "sha512": "mrhTnqMHkaVmaNZOWobg7ior5BELrlC5dC2r3FMVwT0bfOlonOe76B83e3D98Cl/zR5Szhfok2BQmkw6xDvHfg==", + "type": "package", + "path": "microsoft.aspnetcore.dataprotection/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.AspNetCore.DataProtection.dll", + "lib/net462/Microsoft.AspNetCore.DataProtection.xml", + "lib/net9.0/Microsoft.AspNetCore.DataProtection.dll", + "lib/net9.0/Microsoft.AspNetCore.DataProtection.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.xml", + "microsoft.aspnetcore.dataprotection.9.0.0.nupkg.sha512", + "microsoft.aspnetcore.dataprotection.nuspec" + ] + }, + "Microsoft.AspNetCore.DataProtection.Abstractions/9.0.0": { + "sha512": "o7JVGMXofZ4IuQdyoL0eKC1GnNmviZt2aI7CGHnQjqbz9hIrYim3DUfCKpvKaVzLWfzfgmwaXNg8Zx7fFQaBbA==", + "type": "package", + "path": "microsoft.aspnetcore.dataprotection.abstractions/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.AspNetCore.DataProtection.Abstractions.dll", + "lib/net462/Microsoft.AspNetCore.DataProtection.Abstractions.xml", + "lib/net9.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll", + "lib/net9.0/Microsoft.AspNetCore.DataProtection.Abstractions.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.xml", + "microsoft.aspnetcore.dataprotection.abstractions.9.0.0.nupkg.sha512", + "microsoft.aspnetcore.dataprotection.abstractions.nuspec" + ] + }, + "Microsoft.AspNetCore.DataProtection.StackExchangeRedis/9.0.0": { + "sha512": "yqFoLg7TMZfbEVvC2bUV3VDZ4KeRaefmEiGUIrTLoZm9Qqs6f0lNpE3EpBOPjhbGs6oWkjofntqhPXyzYoMVIw==", + "type": "package", + "path": "microsoft.aspnetcore.dataprotection.stackexchangeredis/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.dll", + "lib/net462/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.xml", + "lib/net9.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.dll", + "lib/net9.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.xml", + "microsoft.aspnetcore.dataprotection.stackexchangeredis.9.0.0.nupkg.sha512", + "microsoft.aspnetcore.dataprotection.stackexchangeredis.nuspec" + ] + }, + "Microsoft.AspNetCore.Hosting/2.1.1": { + "sha512": "MqYc0DUxrhAPnb5b4HFspxsoJT+gJlLsliSxIgovf4BsbmpaXQId0/pDiVzLuEbmks2w1/lRfY8w0lQOuK1jQQ==", + "type": "package", + "path": "microsoft.aspnetcore.hosting/2.1.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.xml", + "microsoft.aspnetcore.hosting.2.1.1.nupkg.sha512", + "microsoft.aspnetcore.hosting.nuspec" + ] + }, + "Microsoft.AspNetCore.Hosting.Abstractions/2.1.1": { + "sha512": "76cKcp2pWhvdV2TXTqMg/DyW7N6cDzTEhtL8vVWFShQN+Ylwv3eO/vUQr2BS3Hz4IZHEpL+FOo2T+MtymHDqDQ==", + "type": "package", + "path": "microsoft.aspnetcore.hosting.abstractions/2.1.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.xml", + "microsoft.aspnetcore.hosting.abstractions.2.1.1.nupkg.sha512", + "microsoft.aspnetcore.hosting.abstractions.nuspec" + ] + }, + "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.1.1": { + "sha512": "+vD7HJYzAXNq17t+NgRkpS38cxuAyOBu8ixruOiA3nWsybozolUdALWiZ5QFtGRzajSLPFA2YsbO3NPcqoUwcw==", + "type": "package", + "path": "microsoft.aspnetcore.hosting.server.abstractions/2.1.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.xml", + "microsoft.aspnetcore.hosting.server.abstractions.2.1.1.nupkg.sha512", + "microsoft.aspnetcore.hosting.server.abstractions.nuspec" + ] + }, + "Microsoft.AspNetCore.Http/2.1.22": { + "sha512": "+Blk++1JWqghbl8+3azQmKhiNZA5wAepL9dY2I6KVmu2Ri07MAcvAVC888qUvO7yd7xgRgZOMfihezKg14O/2A==", + "type": "package", + "path": "microsoft.aspnetcore.http/2.1.22", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Http.xml", + "microsoft.aspnetcore.http.2.1.22.nupkg.sha512", + "microsoft.aspnetcore.http.nuspec" + ] + }, + "Microsoft.AspNetCore.Http.Abstractions/2.1.1": { + "sha512": "kQUEVOU4loc8CPSb2WoHFTESqwIa8Ik7ysCBfTwzHAd0moWovc9JQLmhDIHlYLjHbyexqZAlkq/FPRUZqokebw==", + "type": "package", + "path": "microsoft.aspnetcore.http.abstractions/2.1.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.xml", + "microsoft.aspnetcore.http.abstractions.2.1.1.nupkg.sha512", + "microsoft.aspnetcore.http.abstractions.nuspec" + ] + }, + "Microsoft.AspNetCore.Http.Extensions/2.1.1": { + "sha512": "ncAgV+cqsWSqjLXFUTyObGh4Tr7ShYYs3uW8Q/YpRwZn7eLV7dux5Z6GLY+rsdzmIHiia3Q2NWbLULQi7aziHw==", + "type": "package", + "path": "microsoft.aspnetcore.http.extensions/2.1.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.xml", + "microsoft.aspnetcore.http.extensions.2.1.1.nupkg.sha512", + "microsoft.aspnetcore.http.extensions.nuspec" + ] + }, + "Microsoft.AspNetCore.Http.Features/2.1.1": { + "sha512": "VklZ7hWgSvHBcDtwYYkdMdI/adlf7ebxTZ9kdzAhX+gUs5jSHE9mZlTamdgf9miSsxc1QjNazHXTDJdVPZKKTw==", + "type": "package", + "path": "microsoft.aspnetcore.http.features/2.1.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.xml", + "microsoft.aspnetcore.http.features.2.1.1.nupkg.sha512", + "microsoft.aspnetcore.http.features.nuspec" + ] + }, + "Microsoft.AspNetCore.JsonPatch/9.0.0": { + "sha512": "/4UONYoAIeexPoAmbzBPkVGA6KAY7t0BM+1sr0fKss2V1ERCdcM+Llub4X5Ma+LJ60oPp6KzM0e3j+Pp/JHCNw==", + "type": "package", + "path": "microsoft.aspnetcore.jsonpatch/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.AspNetCore.JsonPatch.dll", + "lib/net462/Microsoft.AspNetCore.JsonPatch.xml", + "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll", + "lib/net9.0/Microsoft.AspNetCore.JsonPatch.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.JsonPatch.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.JsonPatch.xml", + "microsoft.aspnetcore.jsonpatch.9.0.0.nupkg.sha512", + "microsoft.aspnetcore.jsonpatch.nuspec" + ] + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { + "sha512": "pTFDEmZi3GheCSPrBxzyE63+d5unln2vYldo/nOm1xet/4rpEk2oJYcwpclPQ13E+LZBF9XixkgwYTUwqznlWg==", + "type": "package", + "path": "microsoft.aspnetcore.mvc.newtonsoftjson/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll", + "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.xml", + "microsoft.aspnetcore.mvc.newtonsoftjson.9.0.0.nupkg.sha512", + "microsoft.aspnetcore.mvc.newtonsoftjson.nuspec" + ] + }, + "Microsoft.AspNetCore.WebUtilities/2.1.1": { + "sha512": "PGKIZt4+412Z/XPoSjvYu/QIbTxcAQuEFNoA1Pw8a9mgmO0ZhNBmfaNyhgXFf7Rq62kP0tT/2WXpxdcQhkFUPA==", + "type": "package", + "path": "microsoft.aspnetcore.webutilities/2.1.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.xml", + "microsoft.aspnetcore.webutilities.2.1.1.nupkg.sha512", + "microsoft.aspnetcore.webutilities.nuspec" + ] + }, + "Microsoft.Azure.Amqp/2.6.3": { + "sha512": "iPbNNII4YZGkka7JQS0ZsZfZLcM7dwIoov/DyFiaemRqOTrdJCLgYnFBFhc/3TSh0ZI4/5TpxQPSPSckZ65jmA==", + "type": "package", + "path": "microsoft.azure.amqp/2.6.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "images/icon.png", + "lib/monoandroid/Microsoft.Azure.Amqp.dll", + "lib/net45/Microsoft.Azure.Amqp.dll", + "lib/net45/Microsoft.Azure.Amqp.xml", + "lib/netstandard1.3/Microsoft.Azure.Amqp.dll", + "lib/netstandard1.3/Microsoft.Azure.Amqp.xml", + "lib/netstandard2.0/Microsoft.Azure.Amqp.dll", + "lib/netstandard2.0/Microsoft.Azure.Amqp.xml", + "lib/portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10/Microsoft.Azure.Amqp.dll", + "lib/uap10.0/Microsoft.Azure.Amqp.dll", + "lib/uap10.0/Microsoft.Azure.Amqp.pri", + "microsoft.azure.amqp.2.6.3.nupkg.sha512", + "microsoft.azure.amqp.nuspec" + ] + }, + "Microsoft.Bcl.AsyncInterfaces/6.0.0": { + "sha512": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg==", + "type": "package", + "path": "microsoft.bcl.asyncinterfaces/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/Microsoft.Bcl.AsyncInterfaces.dll", + "lib/net461/Microsoft.Bcl.AsyncInterfaces.xml", + "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll", + "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.xml", + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll", + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml", + "microsoft.bcl.asyncinterfaces.6.0.0.nupkg.sha512", + "microsoft.bcl.asyncinterfaces.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.3": { + "sha512": "j/rOZtLMVJjrfLRlAMckJLPW/1rze9MT1yfWqSIbUPGRu1m1P0fuo9PmqapwsmePfGB5PJrudQLvmUOAMF0DqQ==", + "type": "package", + "path": "microsoft.codeanalysis.analyzers/3.3.3", + "hasTools": true, + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "analyzers/dotnet/cs/Microsoft.CodeAnalysis.Analyzers.dll", + "analyzers/dotnet/cs/Microsoft.CodeAnalysis.CSharp.Analyzers.dll", + "analyzers/dotnet/cs/cs/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/de/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/es/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/fr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/it/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/ja/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/ko/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/pl/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/pt-BR/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/ru/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/tr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/zh-Hans/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/zh-Hant/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/Microsoft.CodeAnalysis.Analyzers.dll", + "analyzers/dotnet/vb/Microsoft.CodeAnalysis.VisualBasic.Analyzers.dll", + "analyzers/dotnet/vb/cs/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/de/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/es/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/fr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/it/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/ja/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/ko/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/pl/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/pt-BR/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/ru/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/tr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/zh-Hans/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/zh-Hant/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "build/Microsoft.CodeAnalysis.Analyzers.props", + "build/Microsoft.CodeAnalysis.Analyzers.targets", + "build/config/analysislevel_2_9_8_all.editorconfig", + "build/config/analysislevel_2_9_8_default.editorconfig", + "build/config/analysislevel_2_9_8_minimum.editorconfig", + "build/config/analysislevel_2_9_8_none.editorconfig", + "build/config/analysislevel_2_9_8_recommended.editorconfig", + "build/config/analysislevel_3_3_all.editorconfig", + "build/config/analysislevel_3_3_default.editorconfig", + "build/config/analysislevel_3_3_minimum.editorconfig", + "build/config/analysislevel_3_3_none.editorconfig", + "build/config/analysislevel_3_3_recommended.editorconfig", + "build/config/analysislevel_3_all.editorconfig", + "build/config/analysislevel_3_default.editorconfig", + "build/config/analysislevel_3_minimum.editorconfig", + "build/config/analysislevel_3_none.editorconfig", + "build/config/analysislevel_3_recommended.editorconfig", + "build/config/analysislevelcorrectness_2_9_8_all.editorconfig", + "build/config/analysislevelcorrectness_2_9_8_default.editorconfig", + "build/config/analysislevelcorrectness_2_9_8_minimum.editorconfig", + "build/config/analysislevelcorrectness_2_9_8_none.editorconfig", + "build/config/analysislevelcorrectness_2_9_8_recommended.editorconfig", + "build/config/analysislevelcorrectness_3_3_all.editorconfig", + "build/config/analysislevelcorrectness_3_3_default.editorconfig", + "build/config/analysislevelcorrectness_3_3_minimum.editorconfig", + "build/config/analysislevelcorrectness_3_3_none.editorconfig", + "build/config/analysislevelcorrectness_3_3_recommended.editorconfig", + "build/config/analysislevelcorrectness_3_all.editorconfig", + "build/config/analysislevelcorrectness_3_default.editorconfig", + "build/config/analysislevelcorrectness_3_minimum.editorconfig", + "build/config/analysislevelcorrectness_3_none.editorconfig", + "build/config/analysislevelcorrectness_3_recommended.editorconfig", + "build/config/analysislevellibrary_2_9_8_all.editorconfig", + "build/config/analysislevellibrary_2_9_8_default.editorconfig", + "build/config/analysislevellibrary_2_9_8_minimum.editorconfig", + "build/config/analysislevellibrary_2_9_8_none.editorconfig", + "build/config/analysislevellibrary_2_9_8_recommended.editorconfig", + "build/config/analysislevellibrary_3_3_all.editorconfig", + "build/config/analysislevellibrary_3_3_default.editorconfig", + "build/config/analysislevellibrary_3_3_minimum.editorconfig", + "build/config/analysislevellibrary_3_3_none.editorconfig", + "build/config/analysislevellibrary_3_3_recommended.editorconfig", + "build/config/analysislevellibrary_3_all.editorconfig", + "build/config/analysislevellibrary_3_default.editorconfig", + "build/config/analysislevellibrary_3_minimum.editorconfig", + "build/config/analysislevellibrary_3_none.editorconfig", + "build/config/analysislevellibrary_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_recommended.editorconfig", + "documentation/Analyzer Configuration.md", + "documentation/Microsoft.CodeAnalysis.Analyzers.md", + "documentation/Microsoft.CodeAnalysis.Analyzers.sarif", + "editorconfig/AllRulesDefault/.editorconfig", + "editorconfig/AllRulesDisabled/.editorconfig", + "editorconfig/AllRulesEnabled/.editorconfig", + "editorconfig/CorrectnessRulesDefault/.editorconfig", + "editorconfig/CorrectnessRulesEnabled/.editorconfig", + "editorconfig/DataflowRulesDefault/.editorconfig", + "editorconfig/DataflowRulesEnabled/.editorconfig", + "editorconfig/LibraryRulesDefault/.editorconfig", + "editorconfig/LibraryRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCompatibilityRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCompatibilityRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCorrectnessRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCorrectnessRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDesignRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDesignRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDocumentationRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDocumentationRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisLocalizationRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisLocalizationRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisPerformanceRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisPerformanceRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisReleaseTrackingRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisReleaseTrackingRulesEnabled/.editorconfig", + "editorconfig/PortedFromFxCopRulesDefault/.editorconfig", + "editorconfig/PortedFromFxCopRulesEnabled/.editorconfig", + "microsoft.codeanalysis.analyzers.3.3.3.nupkg.sha512", + "microsoft.codeanalysis.analyzers.nuspec", + "rulesets/AllRulesDefault.ruleset", + "rulesets/AllRulesDisabled.ruleset", + "rulesets/AllRulesEnabled.ruleset", + "rulesets/CorrectnessRulesDefault.ruleset", + "rulesets/CorrectnessRulesEnabled.ruleset", + "rulesets/DataflowRulesDefault.ruleset", + "rulesets/DataflowRulesEnabled.ruleset", + "rulesets/LibraryRulesDefault.ruleset", + "rulesets/LibraryRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisCompatibilityRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisCompatibilityRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisCorrectnessRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisCorrectnessRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisDesignRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisDesignRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisDocumentationRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisDocumentationRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisLocalizationRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisLocalizationRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisPerformanceRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisPerformanceRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisReleaseTrackingRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisReleaseTrackingRulesEnabled.ruleset", + "rulesets/PortedFromFxCopRulesDefault.ruleset", + "rulesets/PortedFromFxCopRulesEnabled.ruleset", + "tools/install.ps1", + "tools/uninstall.ps1" + ] + }, + "Microsoft.CodeAnalysis.Common/4.5.0": { + "sha512": "lwAbIZNdnY0SUNoDmZHkVUwLO8UyNnyyh1t/4XsbFxi4Ounb3xszIYZaWhyj5ZjyfcwqwmtMbE7fUTVCqQEIdQ==", + "type": "package", + "path": "microsoft.codeanalysis.common/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.pdb", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.xml", + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", + "microsoft.codeanalysis.common.4.5.0.nupkg.sha512", + "microsoft.codeanalysis.common.nuspec" + ] + }, + "Microsoft.CodeAnalysis.CSharp/4.5.0": { + "sha512": "cM59oMKAOxvdv76bdmaKPy5hfj+oR+zxikWoueEB7CwTko7mt9sVKZI8Qxlov0C/LuKEG+WQwifepqL3vuTiBQ==", + "type": "package", + "path": "microsoft.codeanalysis.csharp/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.pdb", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.xml", + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", + "microsoft.codeanalysis.csharp.4.5.0.nupkg.sha512", + "microsoft.codeanalysis.csharp.nuspec" + ] + }, + "Microsoft.CodeAnalysis.CSharp.Workspaces/4.5.0": { + "sha512": "h74wTpmGOp4yS4hj+EvNzEiPgg/KVs2wmSfTZ81upJZOtPkJsVkgfsgtxxqmAeapjT/vLKfmYV0bS8n5MNVP+g==", + "type": "package", + "path": "microsoft.codeanalysis.csharp.workspaces/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.dll", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.pdb", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.xml", + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "microsoft.codeanalysis.csharp.workspaces.4.5.0.nupkg.sha512", + "microsoft.codeanalysis.csharp.workspaces.nuspec" + ] + }, + "Microsoft.CodeAnalysis.Workspaces.Common/4.5.0": { + "sha512": "l4dDRmGELXG72XZaonnOeORyD/T5RpEu5LGHOUIhnv+MmUWDY/m1kWXGwtcgQ5CJ5ynkFiRnIYzTKXYjUs7rbw==", + "type": "package", + "path": "microsoft.codeanalysis.workspaces.common/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.dll", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.pdb", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.xml", + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "microsoft.codeanalysis.workspaces.common.4.5.0.nupkg.sha512", + "microsoft.codeanalysis.workspaces.common.nuspec" + ] + }, + "Microsoft.CSharp/4.7.0": { + "sha512": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", + "type": "package", + "path": "microsoft.csharp/4.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/Microsoft.CSharp.dll", + "lib/netcoreapp2.0/_._", + "lib/netstandard1.3/Microsoft.CSharp.dll", + "lib/netstandard2.0/Microsoft.CSharp.dll", + "lib/netstandard2.0/Microsoft.CSharp.xml", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/uap10.0.16299/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "microsoft.csharp.4.7.0.nupkg.sha512", + "microsoft.csharp.nuspec", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/Microsoft.CSharp.dll", + "ref/netcore50/Microsoft.CSharp.xml", + "ref/netcore50/de/Microsoft.CSharp.xml", + "ref/netcore50/es/Microsoft.CSharp.xml", + "ref/netcore50/fr/Microsoft.CSharp.xml", + "ref/netcore50/it/Microsoft.CSharp.xml", + "ref/netcore50/ja/Microsoft.CSharp.xml", + "ref/netcore50/ko/Microsoft.CSharp.xml", + "ref/netcore50/ru/Microsoft.CSharp.xml", + "ref/netcore50/zh-hans/Microsoft.CSharp.xml", + "ref/netcore50/zh-hant/Microsoft.CSharp.xml", + "ref/netcoreapp2.0/_._", + "ref/netstandard1.0/Microsoft.CSharp.dll", + "ref/netstandard1.0/Microsoft.CSharp.xml", + "ref/netstandard1.0/de/Microsoft.CSharp.xml", + "ref/netstandard1.0/es/Microsoft.CSharp.xml", + "ref/netstandard1.0/fr/Microsoft.CSharp.xml", + "ref/netstandard1.0/it/Microsoft.CSharp.xml", + "ref/netstandard1.0/ja/Microsoft.CSharp.xml", + "ref/netstandard1.0/ko/Microsoft.CSharp.xml", + "ref/netstandard1.0/ru/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml", + "ref/netstandard2.0/Microsoft.CSharp.dll", + "ref/netstandard2.0/Microsoft.CSharp.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/uap10.0.16299/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "Microsoft.Data.SqlClient/5.2.2": { + "sha512": "mtoeRMh7F/OA536c/Cnh8L4H0uLSKB5kSmoi54oN7Fp0hNJDy22IqyMhaMH4PkDCqI7xL//Fvg9ldtuPHG0h5g==", + "type": "package", + "path": "microsoft.data.sqlclient/5.2.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "dotnet.png", + "lib/net462/Microsoft.Data.SqlClient.dll", + "lib/net462/Microsoft.Data.SqlClient.xml", + "lib/net462/de/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/es/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/fr/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/it/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/ja/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/ko/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/pt-BR/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/ru/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/zh-Hans/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/zh-Hant/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/Microsoft.Data.SqlClient.dll", + "lib/net6.0/Microsoft.Data.SqlClient.xml", + "lib/net6.0/de/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/es/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/fr/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/it/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/ja/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/ko/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/pt-BR/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/ru/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/Microsoft.Data.SqlClient.dll", + "lib/net8.0/Microsoft.Data.SqlClient.xml", + "lib/net8.0/de/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/es/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/fr/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/it/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/ja/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/ko/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/pt-BR/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/ru/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/Microsoft.Data.SqlClient.dll", + "lib/netstandard2.0/Microsoft.Data.SqlClient.xml", + "lib/netstandard2.0/de/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/es/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/fr/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/it/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/ja/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/ko/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/ru/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/Microsoft.Data.SqlClient.dll", + "lib/netstandard2.1/Microsoft.Data.SqlClient.xml", + "lib/netstandard2.1/de/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/es/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/fr/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/it/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/ja/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/ko/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/pt-BR/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/ru/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/zh-Hans/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/zh-Hant/Microsoft.Data.SqlClient.resources.dll", + "microsoft.data.sqlclient.5.2.2.nupkg.sha512", + "microsoft.data.sqlclient.nuspec", + "ref/net462/Microsoft.Data.SqlClient.dll", + "ref/net462/Microsoft.Data.SqlClient.xml", + "ref/net6.0/Microsoft.Data.SqlClient.dll", + "ref/net6.0/Microsoft.Data.SqlClient.xml", + "ref/net8.0/Microsoft.Data.SqlClient.dll", + "ref/net8.0/Microsoft.Data.SqlClient.xml", + "ref/netstandard2.0/Microsoft.Data.SqlClient.dll", + "ref/netstandard2.0/Microsoft.Data.SqlClient.xml", + "ref/netstandard2.1/Microsoft.Data.SqlClient.dll", + "ref/netstandard2.1/Microsoft.Data.SqlClient.xml", + "runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll", + "runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll", + "runtimes/unix/lib/netstandard2.0/Microsoft.Data.SqlClient.dll", + "runtimes/unix/lib/netstandard2.1/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/net462/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/netstandard2.0/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/netstandard2.1/Microsoft.Data.SqlClient.dll" + ] + }, + "Microsoft.Data.SqlClient.SNI.runtime/5.2.0": { + "sha512": "po1jhvFd+8pbfvJR/puh+fkHi0GRanAdvayh/0e47yaM6CXWZ6opUjCMFuYlAnD2LcbyvQE7fPJKvogmaUcN+w==", + "type": "package", + "path": "microsoft.data.sqlclient.sni.runtime/5.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "dotnet.png", + "microsoft.data.sqlclient.sni.runtime.5.2.0.nupkg.sha512", + "microsoft.data.sqlclient.sni.runtime.nuspec", + "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll", + "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll", + "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll", + "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll" + ] + }, + "Microsoft.EntityFrameworkCore/9.0.0": { + "sha512": "wpG+nfnfDAw87R3ovAsUmjr3MZ4tYXf6bFqEPVAIKE6IfPml3DS//iX0DBnf8kWn5ZHSO5oi1m4d/Jf+1LifJQ==", + "type": "package", + "path": "microsoft.entityframeworkcore/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props", + "lib/net8.0/Microsoft.EntityFrameworkCore.dll", + "lib/net8.0/Microsoft.EntityFrameworkCore.xml", + "microsoft.entityframeworkcore.9.0.0.nupkg.sha512", + "microsoft.entityframeworkcore.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.Abstractions/9.0.0": { + "sha512": "fnmifFL8KaA4ZNLCVgfjCWhZUFxkrDInx5hR4qG7Q8IEaSiy/6VOSRFyx55oH7MV4y7wM3J3EE90nSpcVBI44Q==", + "type": "package", + "path": "microsoft.entityframeworkcore.abstractions/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll", + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.xml", + "microsoft.entityframeworkcore.abstractions.9.0.0.nupkg.sha512", + "microsoft.entityframeworkcore.abstractions.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.Analyzers/9.0.0": { + "sha512": "Qje+DzXJOKiXF72SL0XxNlDtTkvWWvmwknuZtFahY5hIQpRKO59qnGuERIQ3qlzuq5x4bAJ8WMbgU5DLhBgeOQ==", + "type": "package", + "path": "microsoft.entityframeworkcore.analyzers/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "analyzers/dotnet/cs/Microsoft.EntityFrameworkCore.Analyzers.dll", + "docs/PACKAGE.md", + "microsoft.entityframeworkcore.analyzers.9.0.0.nupkg.sha512", + "microsoft.entityframeworkcore.analyzers.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.Design/8.0.11": { + "sha512": "KxOvpbaKiUmbLvenr0T/4F1Vdm0Sq+iajLbesQK7/WKB/Dx+FQHCZ0f5jCXrVWK2QKF9eHzQ5JPA1L6hcb25FQ==", + "type": "package", + "path": "microsoft.entityframeworkcore.design/8.0.11", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "build/net8.0/Microsoft.EntityFrameworkCore.Design.props", + "lib/net8.0/Microsoft.EntityFrameworkCore.Design.dll", + "lib/net8.0/Microsoft.EntityFrameworkCore.Design.xml", + "microsoft.entityframeworkcore.design.8.0.11.nupkg.sha512", + "microsoft.entityframeworkcore.design.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.InMemory/8.0.11": { + "sha512": "gFFdubZlRfudSw94OxO7s8OvLQZncnR0S1ll//wRtZP3mMYVeq8DrMnEILK6hBJwbTBB1SNm3apg9SdvdE/ySg==", + "type": "package", + "path": "microsoft.entityframeworkcore.inmemory/8.0.11", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "lib/net8.0/Microsoft.EntityFrameworkCore.InMemory.dll", + "lib/net8.0/Microsoft.EntityFrameworkCore.InMemory.xml", + "microsoft.entityframeworkcore.inmemory.8.0.11.nupkg.sha512", + "microsoft.entityframeworkcore.inmemory.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.Relational/9.0.0": { + "sha512": "j+msw6fWgAE9M3Q/5B9Uhv7pdAdAQUvFPJAiBJmoy+OXvehVbfbCE8ftMAa51Uo2ZeiqVnHShhnv4Y4UJJmUzA==", + "type": "package", + "path": "microsoft.entityframeworkcore.relational/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll", + "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.xml", + "microsoft.entityframeworkcore.relational.9.0.0.nupkg.sha512", + "microsoft.entityframeworkcore.relational.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.SqlServer/9.0.0": { + "sha512": "3Y7/3kgz6C5kRFeELLZ5VeIeBlxB31x/ywscbN4r1JqTXIy8WWGo0CqzuOxBy4UzaTzpifElAZvv4fyD3ZQK5w==", + "type": "package", + "path": "microsoft.entityframeworkcore.sqlserver/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "lib/net8.0/Microsoft.EntityFrameworkCore.SqlServer.dll", + "lib/net8.0/Microsoft.EntityFrameworkCore.SqlServer.xml", + "microsoft.entityframeworkcore.sqlserver.9.0.0.nupkg.sha512", + "microsoft.entityframeworkcore.sqlserver.nuspec" + ] + }, + "Microsoft.Extensions.ApiDescription.Server/6.0.5": { + "sha512": "Ckb5EDBUNJdFWyajfXzUIMRkhf52fHZOQuuZg/oiu8y7zDCVwD0iHhew6MnThjHmevanpxL3f5ci2TtHQEN6bw==", + "type": "package", + "path": "microsoft.extensions.apidescription.server/6.0.5", + "hasTools": true, + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "build/Microsoft.Extensions.ApiDescription.Server.props", + "build/Microsoft.Extensions.ApiDescription.Server.targets", + "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.props", + "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.targets", + "microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512", + "microsoft.extensions.apidescription.server.nuspec", + "tools/Newtonsoft.Json.dll", + "tools/dotnet-getdocument.deps.json", + "tools/dotnet-getdocument.dll", + "tools/dotnet-getdocument.runtimeconfig.json", + "tools/net461-x86/GetDocument.Insider.exe", + "tools/net461-x86/GetDocument.Insider.exe.config", + "tools/net461-x86/Microsoft.Win32.Primitives.dll", + "tools/net461-x86/System.AppContext.dll", + "tools/net461-x86/System.Buffers.dll", + "tools/net461-x86/System.Collections.Concurrent.dll", + "tools/net461-x86/System.Collections.NonGeneric.dll", + "tools/net461-x86/System.Collections.Specialized.dll", + "tools/net461-x86/System.Collections.dll", + "tools/net461-x86/System.ComponentModel.EventBasedAsync.dll", + "tools/net461-x86/System.ComponentModel.Primitives.dll", + "tools/net461-x86/System.ComponentModel.TypeConverter.dll", + "tools/net461-x86/System.ComponentModel.dll", + "tools/net461-x86/System.Console.dll", + "tools/net461-x86/System.Data.Common.dll", + "tools/net461-x86/System.Diagnostics.Contracts.dll", + "tools/net461-x86/System.Diagnostics.Debug.dll", + "tools/net461-x86/System.Diagnostics.DiagnosticSource.dll", + "tools/net461-x86/System.Diagnostics.FileVersionInfo.dll", + "tools/net461-x86/System.Diagnostics.Process.dll", + "tools/net461-x86/System.Diagnostics.StackTrace.dll", + "tools/net461-x86/System.Diagnostics.TextWriterTraceListener.dll", + "tools/net461-x86/System.Diagnostics.Tools.dll", + "tools/net461-x86/System.Diagnostics.TraceSource.dll", + "tools/net461-x86/System.Diagnostics.Tracing.dll", + "tools/net461-x86/System.Drawing.Primitives.dll", + "tools/net461-x86/System.Dynamic.Runtime.dll", + "tools/net461-x86/System.Globalization.Calendars.dll", + "tools/net461-x86/System.Globalization.Extensions.dll", + "tools/net461-x86/System.Globalization.dll", + "tools/net461-x86/System.IO.Compression.ZipFile.dll", + "tools/net461-x86/System.IO.Compression.dll", + "tools/net461-x86/System.IO.FileSystem.DriveInfo.dll", + "tools/net461-x86/System.IO.FileSystem.Primitives.dll", + "tools/net461-x86/System.IO.FileSystem.Watcher.dll", + "tools/net461-x86/System.IO.FileSystem.dll", + "tools/net461-x86/System.IO.IsolatedStorage.dll", + "tools/net461-x86/System.IO.MemoryMappedFiles.dll", + "tools/net461-x86/System.IO.Pipes.dll", + "tools/net461-x86/System.IO.UnmanagedMemoryStream.dll", + "tools/net461-x86/System.IO.dll", + "tools/net461-x86/System.Linq.Expressions.dll", + "tools/net461-x86/System.Linq.Parallel.dll", + "tools/net461-x86/System.Linq.Queryable.dll", + "tools/net461-x86/System.Linq.dll", + "tools/net461-x86/System.Memory.dll", + "tools/net461-x86/System.Net.Http.dll", + "tools/net461-x86/System.Net.NameResolution.dll", + "tools/net461-x86/System.Net.NetworkInformation.dll", + "tools/net461-x86/System.Net.Ping.dll", + "tools/net461-x86/System.Net.Primitives.dll", + "tools/net461-x86/System.Net.Requests.dll", + "tools/net461-x86/System.Net.Security.dll", + "tools/net461-x86/System.Net.Sockets.dll", + "tools/net461-x86/System.Net.WebHeaderCollection.dll", + "tools/net461-x86/System.Net.WebSockets.Client.dll", + "tools/net461-x86/System.Net.WebSockets.dll", + "tools/net461-x86/System.Numerics.Vectors.dll", + "tools/net461-x86/System.ObjectModel.dll", + "tools/net461-x86/System.Reflection.Extensions.dll", + "tools/net461-x86/System.Reflection.Primitives.dll", + "tools/net461-x86/System.Reflection.dll", + "tools/net461-x86/System.Resources.Reader.dll", + "tools/net461-x86/System.Resources.ResourceManager.dll", + "tools/net461-x86/System.Resources.Writer.dll", + "tools/net461-x86/System.Runtime.CompilerServices.Unsafe.dll", + "tools/net461-x86/System.Runtime.CompilerServices.VisualC.dll", + "tools/net461-x86/System.Runtime.Extensions.dll", + "tools/net461-x86/System.Runtime.Handles.dll", + "tools/net461-x86/System.Runtime.InteropServices.RuntimeInformation.dll", + "tools/net461-x86/System.Runtime.InteropServices.dll", + "tools/net461-x86/System.Runtime.Numerics.dll", + "tools/net461-x86/System.Runtime.Serialization.Formatters.dll", + "tools/net461-x86/System.Runtime.Serialization.Json.dll", + "tools/net461-x86/System.Runtime.Serialization.Primitives.dll", + "tools/net461-x86/System.Runtime.Serialization.Xml.dll", + "tools/net461-x86/System.Runtime.dll", + "tools/net461-x86/System.Security.Claims.dll", + "tools/net461-x86/System.Security.Cryptography.Algorithms.dll", + "tools/net461-x86/System.Security.Cryptography.Csp.dll", + "tools/net461-x86/System.Security.Cryptography.Encoding.dll", + "tools/net461-x86/System.Security.Cryptography.Primitives.dll", + "tools/net461-x86/System.Security.Cryptography.X509Certificates.dll", + "tools/net461-x86/System.Security.Principal.dll", + "tools/net461-x86/System.Security.SecureString.dll", + "tools/net461-x86/System.Text.Encoding.Extensions.dll", + "tools/net461-x86/System.Text.Encoding.dll", + "tools/net461-x86/System.Text.RegularExpressions.dll", + "tools/net461-x86/System.Threading.Overlapped.dll", + "tools/net461-x86/System.Threading.Tasks.Parallel.dll", + "tools/net461-x86/System.Threading.Tasks.dll", + "tools/net461-x86/System.Threading.Thread.dll", + "tools/net461-x86/System.Threading.ThreadPool.dll", + "tools/net461-x86/System.Threading.Timer.dll", + "tools/net461-x86/System.Threading.dll", + "tools/net461-x86/System.ValueTuple.dll", + "tools/net461-x86/System.Xml.ReaderWriter.dll", + "tools/net461-x86/System.Xml.XDocument.dll", + "tools/net461-x86/System.Xml.XPath.XDocument.dll", + "tools/net461-x86/System.Xml.XPath.dll", + "tools/net461-x86/System.Xml.XmlDocument.dll", + "tools/net461-x86/System.Xml.XmlSerializer.dll", + "tools/net461-x86/netstandard.dll", + "tools/net461/GetDocument.Insider.exe", + "tools/net461/GetDocument.Insider.exe.config", + "tools/net461/Microsoft.Win32.Primitives.dll", + "tools/net461/System.AppContext.dll", + "tools/net461/System.Buffers.dll", + "tools/net461/System.Collections.Concurrent.dll", + "tools/net461/System.Collections.NonGeneric.dll", + "tools/net461/System.Collections.Specialized.dll", + "tools/net461/System.Collections.dll", + "tools/net461/System.ComponentModel.EventBasedAsync.dll", + "tools/net461/System.ComponentModel.Primitives.dll", + "tools/net461/System.ComponentModel.TypeConverter.dll", + "tools/net461/System.ComponentModel.dll", + "tools/net461/System.Console.dll", + "tools/net461/System.Data.Common.dll", + "tools/net461/System.Diagnostics.Contracts.dll", + "tools/net461/System.Diagnostics.Debug.dll", + "tools/net461/System.Diagnostics.DiagnosticSource.dll", + "tools/net461/System.Diagnostics.FileVersionInfo.dll", + "tools/net461/System.Diagnostics.Process.dll", + "tools/net461/System.Diagnostics.StackTrace.dll", + "tools/net461/System.Diagnostics.TextWriterTraceListener.dll", + "tools/net461/System.Diagnostics.Tools.dll", + "tools/net461/System.Diagnostics.TraceSource.dll", + "tools/net461/System.Diagnostics.Tracing.dll", + "tools/net461/System.Drawing.Primitives.dll", + "tools/net461/System.Dynamic.Runtime.dll", + "tools/net461/System.Globalization.Calendars.dll", + "tools/net461/System.Globalization.Extensions.dll", + "tools/net461/System.Globalization.dll", + "tools/net461/System.IO.Compression.ZipFile.dll", + "tools/net461/System.IO.Compression.dll", + "tools/net461/System.IO.FileSystem.DriveInfo.dll", + "tools/net461/System.IO.FileSystem.Primitives.dll", + "tools/net461/System.IO.FileSystem.Watcher.dll", + "tools/net461/System.IO.FileSystem.dll", + "tools/net461/System.IO.IsolatedStorage.dll", + "tools/net461/System.IO.MemoryMappedFiles.dll", + "tools/net461/System.IO.Pipes.dll", + "tools/net461/System.IO.UnmanagedMemoryStream.dll", + "tools/net461/System.IO.dll", + "tools/net461/System.Linq.Expressions.dll", + "tools/net461/System.Linq.Parallel.dll", + "tools/net461/System.Linq.Queryable.dll", + "tools/net461/System.Linq.dll", + "tools/net461/System.Memory.dll", + "tools/net461/System.Net.Http.dll", + "tools/net461/System.Net.NameResolution.dll", + "tools/net461/System.Net.NetworkInformation.dll", + "tools/net461/System.Net.Ping.dll", + "tools/net461/System.Net.Primitives.dll", + "tools/net461/System.Net.Requests.dll", + "tools/net461/System.Net.Security.dll", + "tools/net461/System.Net.Sockets.dll", + "tools/net461/System.Net.WebHeaderCollection.dll", + "tools/net461/System.Net.WebSockets.Client.dll", + "tools/net461/System.Net.WebSockets.dll", + "tools/net461/System.Numerics.Vectors.dll", + "tools/net461/System.ObjectModel.dll", + "tools/net461/System.Reflection.Extensions.dll", + "tools/net461/System.Reflection.Primitives.dll", + "tools/net461/System.Reflection.dll", + "tools/net461/System.Resources.Reader.dll", + "tools/net461/System.Resources.ResourceManager.dll", + "tools/net461/System.Resources.Writer.dll", + "tools/net461/System.Runtime.CompilerServices.Unsafe.dll", + "tools/net461/System.Runtime.CompilerServices.VisualC.dll", + "tools/net461/System.Runtime.Extensions.dll", + "tools/net461/System.Runtime.Handles.dll", + "tools/net461/System.Runtime.InteropServices.RuntimeInformation.dll", + "tools/net461/System.Runtime.InteropServices.dll", + "tools/net461/System.Runtime.Numerics.dll", + "tools/net461/System.Runtime.Serialization.Formatters.dll", + "tools/net461/System.Runtime.Serialization.Json.dll", + "tools/net461/System.Runtime.Serialization.Primitives.dll", + "tools/net461/System.Runtime.Serialization.Xml.dll", + "tools/net461/System.Runtime.dll", + "tools/net461/System.Security.Claims.dll", + "tools/net461/System.Security.Cryptography.Algorithms.dll", + "tools/net461/System.Security.Cryptography.Csp.dll", + "tools/net461/System.Security.Cryptography.Encoding.dll", + "tools/net461/System.Security.Cryptography.Primitives.dll", + "tools/net461/System.Security.Cryptography.X509Certificates.dll", + "tools/net461/System.Security.Principal.dll", + "tools/net461/System.Security.SecureString.dll", + "tools/net461/System.Text.Encoding.Extensions.dll", + "tools/net461/System.Text.Encoding.dll", + "tools/net461/System.Text.RegularExpressions.dll", + "tools/net461/System.Threading.Overlapped.dll", + "tools/net461/System.Threading.Tasks.Parallel.dll", + "tools/net461/System.Threading.Tasks.dll", + "tools/net461/System.Threading.Thread.dll", + "tools/net461/System.Threading.ThreadPool.dll", + "tools/net461/System.Threading.Timer.dll", + "tools/net461/System.Threading.dll", + "tools/net461/System.ValueTuple.dll", + "tools/net461/System.Xml.ReaderWriter.dll", + "tools/net461/System.Xml.XDocument.dll", + "tools/net461/System.Xml.XPath.XDocument.dll", + "tools/net461/System.Xml.XPath.dll", + "tools/net461/System.Xml.XmlDocument.dll", + "tools/net461/System.Xml.XmlSerializer.dll", + "tools/net461/netstandard.dll", + "tools/netcoreapp2.1/GetDocument.Insider.deps.json", + "tools/netcoreapp2.1/GetDocument.Insider.dll", + "tools/netcoreapp2.1/GetDocument.Insider.runtimeconfig.json", + "tools/netcoreapp2.1/System.Diagnostics.DiagnosticSource.dll" + ] + }, + "Microsoft.Extensions.Caching.Abstractions/9.0.0": { + "sha512": "FPWZAa9c0H4dvOj351iR1jkUIs4u9ykL4Bm592yhjDyO5lCoWd+TMAHx2EMbarzUvCvgjWjJIoC6//Q9kH6YhA==", + "type": "package", + "path": "microsoft.extensions.caching.abstractions/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Caching.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net9.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net9.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.xml", + "microsoft.extensions.caching.abstractions.9.0.0.nupkg.sha512", + "microsoft.extensions.caching.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Caching.Memory/9.0.0": { + "sha512": "zbnPX/JQ0pETRSUG9fNPBvpIq42Aufvs15gGYyNIMhCun9yhmWihz0WgsI7bSDPjxWTKBf8oX/zv6v2uZ3W9OQ==", + "type": "package", + "path": "microsoft.extensions.caching.memory/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Caching.Memory.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Memory.targets", + "lib/net462/Microsoft.Extensions.Caching.Memory.dll", + "lib/net462/Microsoft.Extensions.Caching.Memory.xml", + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/net8.0/Microsoft.Extensions.Caching.Memory.xml", + "lib/net9.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/net9.0/Microsoft.Extensions.Caching.Memory.xml", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.xml", + "microsoft.extensions.caching.memory.9.0.0.nupkg.sha512", + "microsoft.extensions.caching.memory.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Configuration/9.0.2": { + "sha512": "EBZW+u96tApIvNtjymXEIS44tH0I/jNwABHo4c33AchWOiDWCq2rL3klpnIo+xGrxoVGJzPDISV6hZ+a9C9SzQ==", + "type": "package", + "path": "microsoft.extensions.configuration/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "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/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.9.0.2.nupkg.sha512", + "microsoft.extensions.configuration.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Configuration.Abstractions/9.0.7": { + "sha512": "lut/kiVvNsQ120VERMUYSFhpXPpKjjql+giy03LesASPBBcC0o6+aoFdzJH9GaYpFTQ3fGVhVjKjvJDoAW5/IQ==", + "type": "package", + "path": "microsoft.extensions.configuration.abstractions/9.0.7", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "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/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.9.0.7.nupkg.sha512", + "microsoft.extensions.configuration.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Configuration.Binder/9.0.2": { + "sha512": "krJ04xR0aPXrOf5dkNASg6aJjsdzexvsMRL6UNOUjiTzqBvRr95sJ1owoKEm89bSONQCfZNhHrAFV9ahDqIPIw==", + "type": "package", + "path": "microsoft.extensions.configuration.binder/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "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/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.9.0.2.nupkg.sha512", + "microsoft.extensions.configuration.binder.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Configuration.CommandLine/9.0.2": { + "sha512": "Mud3j7RS/ZBnuk4f0KXemdQCQIke+vIgSTXuGL5cMvXyl2EgipnMCOxG9ZUn+xq0itg3altzE9MuMB0Lx0Emxw==", + "type": "package", + "path": "microsoft.extensions.configuration.commandline/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.CommandLine.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.CommandLine.targets", + "lib/net462/Microsoft.Extensions.Configuration.CommandLine.dll", + "lib/net462/Microsoft.Extensions.Configuration.CommandLine.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.CommandLine.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.CommandLine.xml", + "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll", + "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.xml", + "microsoft.extensions.configuration.commandline.9.0.2.nupkg.sha512", + "microsoft.extensions.configuration.commandline.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.2": { + "sha512": "LZPspiDA0/pBv9JOI17Xdm7DkiRlfnyca2r/QIYu4ApJPe05E+aOphtVj0ncvlnrjGlSsd6JZhKQb9+NeHzM5A==", + "type": "package", + "path": "microsoft.extensions.configuration.environmentvariables/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.EnvironmentVariables.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.targets", + "lib/net462/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", + "lib/net462/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", + "lib/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", + "lib/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", + "microsoft.extensions.configuration.environmentvariables.9.0.2.nupkg.sha512", + "microsoft.extensions.configuration.environmentvariables.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Configuration.FileExtensions/9.0.2": { + "sha512": "tPgue19a0G+8Vb1ShCj4PmhjvVaEOfFb1L89WCr5aEpY1JUgIuYWsfELKf92Njwg53o4C+yWbE4UqbyQtLpKTg==", + "type": "package", + "path": "microsoft.extensions.configuration.fileextensions/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.FileExtensions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.FileExtensions.targets", + "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.xml", + "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.xml", + "microsoft.extensions.configuration.fileextensions.9.0.2.nupkg.sha512", + "microsoft.extensions.configuration.fileextensions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Configuration.Json/9.0.2": { + "sha512": "u2eIYagO91VmRbKYQ5pmElWC6JWX7GPQbP57EX09zzFcI1ZMPDCykr07ikPB4ecgBZzG+UAhTcViTLe0gSF4WQ==", + "type": "package", + "path": "microsoft.extensions.configuration.json/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.Json.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Json.targets", + "lib/net462/Microsoft.Extensions.Configuration.Json.dll", + "lib/net462/Microsoft.Extensions.Configuration.Json.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.Json.xml", + "lib/net9.0/Microsoft.Extensions.Configuration.Json.dll", + "lib/net9.0/Microsoft.Extensions.Configuration.Json.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.xml", + "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll", + "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.xml", + "microsoft.extensions.configuration.json.9.0.2.nupkg.sha512", + "microsoft.extensions.configuration.json.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Configuration.UserSecrets/9.0.2": { + "sha512": "vUBGgnHmmpjtWzmq2z9idJpnOrrStgYqUlqLn1MuSyFkAedeyR8A0I57BdThP060eBEYfhKEBjXaAB/jKmCtiw==", + "type": "package", + "path": "microsoft.extensions.configuration.usersecrets/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.UserSecrets.targets", + "buildTransitive/net462/Microsoft.Extensions.Configuration.UserSecrets.props", + "buildTransitive/net462/Microsoft.Extensions.Configuration.UserSecrets.targets", + "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.props", + "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.targets", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.UserSecrets.targets", + "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.props", + "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.targets", + "lib/net462/Microsoft.Extensions.Configuration.UserSecrets.dll", + "lib/net462/Microsoft.Extensions.Configuration.UserSecrets.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.UserSecrets.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.UserSecrets.xml", + "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll", + "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.xml", + "microsoft.extensions.configuration.usersecrets.9.0.2.nupkg.sha512", + "microsoft.extensions.configuration.usersecrets.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyInjection/9.0.2": { + "sha512": "ZffbJrskOZ40JTzcTyKwFHS5eACSWp2bUQBBApIgGV+es8RaTD4OxUG7XxFr3RIPLXtYQ1jQzF2DjKB5fZn7Qg==", + "type": "package", + "path": "microsoft.extensions.dependencyinjection/9.0.2", + "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/net462/Microsoft.Extensions.DependencyInjection.dll", + "lib/net462/Microsoft.Extensions.DependencyInjection.xml", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net9.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", + "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.2.nupkg.sha512", + "microsoft.extensions.dependencyinjection.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.2": { + "sha512": "MNe7GSTBf3jQx5vYrXF0NZvn6l7hUKF6J54ENfAgCO8y6xjN1XUmKKWG464LP2ye6QqDiA1dkaWEZBYnhoZzjg==", + "type": "package", + "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.2", + "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/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "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.2.nupkg.sha512", + "microsoft.extensions.dependencyinjection.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyModel/9.0.0": { + "sha512": "saxr2XzwgDU77LaQfYFXmddEDRUKHF4DaGMZkNB3qjdVSZlax3//dGJagJkKrGMIPNZs2jVFXITyCCR6UHJNdA==", + "type": "package", + "path": "microsoft.extensions.dependencymodel/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets", + "lib/net462/Microsoft.Extensions.DependencyModel.dll", + "lib/net462/Microsoft.Extensions.DependencyModel.xml", + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net8.0/Microsoft.Extensions.DependencyModel.xml", + "lib/net9.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net9.0/Microsoft.Extensions.DependencyModel.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", + "microsoft.extensions.dependencymodel.9.0.0.nupkg.sha512", + "microsoft.extensions.dependencymodel.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DiagnosticAdapter/3.1.32": { + "sha512": "oDv3wt+Q5cmaSfOQ3Cdu6dF6sn/x5gzWdNpOq4ajBwCMWYBr6CchncDvB9pF83ORlbDuX32MsVLOPGPxW4Lx4g==", + "type": "package", + "path": "microsoft.extensions.diagnosticadapter/3.1.32", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "lib/net461/Microsoft.Extensions.DiagnosticAdapter.dll", + "lib/net461/Microsoft.Extensions.DiagnosticAdapter.xml", + "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll", + "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.xml", + "lib/netstandard2.0/Microsoft.Extensions.DiagnosticAdapter.dll", + "lib/netstandard2.0/Microsoft.Extensions.DiagnosticAdapter.xml", + "microsoft.extensions.diagnosticadapter.3.1.32.nupkg.sha512", + "microsoft.extensions.diagnosticadapter.nuspec" + ] + }, + "Microsoft.Extensions.Diagnostics/9.0.2": { + "sha512": "kwFWk6DPaj1Roc0CExRv+TTwjsiERZA730jQIPlwCcS5tMaCAQtaGfwAK0z8CMFpVTiT+MgKXpd/P50qVCuIgg==", + "type": "package", + "path": "microsoft.extensions.diagnostics/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Diagnostics.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Diagnostics.targets", + "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.9.0.2.nupkg.sha512", + "microsoft.extensions.diagnostics.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Diagnostics.Abstractions/9.0.2": { + "sha512": "kFwIZEC/37cwKuEm/nXvjF7A/Myz9O7c7P9Csgz6AOiiDE62zdOG5Bu7VkROu1oMYaX0wgijPJ5LqVt6+JKjVg==", + "type": "package", + "path": "microsoft.extensions.diagnostics.abstractions/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "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/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.9.0.2.nupkg.sha512", + "microsoft.extensions.diagnostics.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Diagnostics.HealthChecks/9.0.0": { + "sha512": "cxsK9/Dx7Ka9sfiA1nY8XlSzIaWff5FNRw0+ls8yR+aGzmnah5JGKsTHgQrehjMwGAVud/pjiUZ9MWizfUSkTQ==", + "type": "package", + "path": "microsoft.extensions.diagnostics.healthchecks/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.Extensions.Diagnostics.HealthChecks.dll", + "lib/net462/Microsoft.Extensions.Diagnostics.HealthChecks.xml", + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll", + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.xml", + "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll", + "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.xml", + "microsoft.extensions.diagnostics.healthchecks.9.0.0.nupkg.sha512", + "microsoft.extensions.diagnostics.healthchecks.nuspec" + ] + }, + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/9.0.0": { + "sha512": "H1IbHm/MnUgEV0N07WrkPBIIoX7isP6IPaqUdZ3CwbMcUVDGIu+okamW28kyDRfIiZqbTbyHuNIkr4ZSHPyvDw==", + "type": "package", + "path": "microsoft.extensions.diagnostics.healthchecks.abstractions/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.xml", + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll", + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.xml", + "microsoft.extensions.diagnostics.healthchecks.abstractions.9.0.0.nupkg.sha512", + "microsoft.extensions.diagnostics.healthchecks.abstractions.nuspec" + ] + }, + "Microsoft.Extensions.FileProviders.Abstractions/9.0.2": { + "sha512": "IcOBmTlr2jySswU+3x8c3ql87FRwTVPQgVKaV5AXzPT5u0VItfNU8SMbESpdSp5STwxT/1R99WYszgHWsVkzhg==", + "type": "package", + "path": "microsoft.extensions.fileproviders.abstractions/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.FileProviders.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Abstractions.targets", + "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.xml", + "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml", + "microsoft.extensions.fileproviders.abstractions.9.0.2.nupkg.sha512", + "microsoft.extensions.fileproviders.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.FileProviders.Physical/9.0.2": { + "sha512": "WcPkJx/OAaXG5xHvxYsoLY8qGsyCfHWsbDJtfMtHRWtceF/EmqAsqkHYsouh82gjxdZwfySvj3nGVi8AkwlYhA==", + "type": "package", + "path": "microsoft.extensions.fileproviders.physical/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.FileProviders.Physical.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Physical.targets", + "lib/net462/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/net462/Microsoft.Extensions.FileProviders.Physical.xml", + "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.xml", + "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.xml", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.xml", + "microsoft.extensions.fileproviders.physical.9.0.2.nupkg.sha512", + "microsoft.extensions.fileproviders.physical.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.FileSystemGlobbing/9.0.2": { + "sha512": "wAjk+6rvvU4WesskJ6rJX1FYL/S9zvnpqMai/pXb07+gtXpO7DhFfuKzYHwkKN3HAUq2W4CD+YLYenHwAS3DCA==", + "type": "package", + "path": "microsoft.extensions.filesystemglobbing/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.FileSystemGlobbing.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileSystemGlobbing.targets", + "lib/net462/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/net462/Microsoft.Extensions.FileSystemGlobbing.xml", + "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.xml", + "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.xml", + "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.xml", + "microsoft.extensions.filesystemglobbing.9.0.2.nupkg.sha512", + "microsoft.extensions.filesystemglobbing.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Hosting/9.0.2": { + "sha512": "h1lUeBuj0Cecg4c0BHpr1jR2UIqr80bGK+eLp4tq4bV13mSvS2juoNfi3Rsv0xV7bXY8HigUndnj6Xk2+4VdFw==", + "type": "package", + "path": "microsoft.extensions.hosting/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Hosting.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Hosting.targets", + "lib/net462/Microsoft.Extensions.Hosting.dll", + "lib/net462/Microsoft.Extensions.Hosting.xml", + "lib/net8.0/Microsoft.Extensions.Hosting.dll", + "lib/net8.0/Microsoft.Extensions.Hosting.xml", + "lib/net9.0/Microsoft.Extensions.Hosting.dll", + "lib/net9.0/Microsoft.Extensions.Hosting.xml", + "lib/netstandard2.0/Microsoft.Extensions.Hosting.dll", + "lib/netstandard2.0/Microsoft.Extensions.Hosting.xml", + "lib/netstandard2.1/Microsoft.Extensions.Hosting.dll", + "lib/netstandard2.1/Microsoft.Extensions.Hosting.xml", + "microsoft.extensions.hosting.9.0.2.nupkg.sha512", + "microsoft.extensions.hosting.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Hosting.Abstractions/9.0.2": { + "sha512": "PvjZW6CMdZbPbOwKsQXYN5VPtIWZQqdTRuBPZiW3skhU3hymB17XSlLVC4uaBbDZU+/3eHG3p80y+MzZxZqR7Q==", + "type": "package", + "path": "microsoft.extensions.hosting.abstractions/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Hosting.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Hosting.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Hosting.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Hosting.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.xml", + "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll", + "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.xml", + "lib/netstandard2.1/Microsoft.Extensions.Hosting.Abstractions.dll", + "lib/netstandard2.1/Microsoft.Extensions.Hosting.Abstractions.xml", + "microsoft.extensions.hosting.abstractions.9.0.2.nupkg.sha512", + "microsoft.extensions.hosting.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Http/8.0.0": { + "sha512": "cWz4caHwvx0emoYe7NkHPxII/KkTI8R/LC9qdqJqnKv2poTJ4e2qqPGQqvRoQ5kaSA4FU5IV3qFAuLuOhoqULQ==", "type": "package", - "path": "azure.core/1.38.0", + "path": "microsoft.extensions.http/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "CHANGELOG.md", - "README.md", - "azure.core.1.38.0.nupkg.sha512", - "azure.core.nuspec", - "azureicon.png", - "lib/net461/Azure.Core.dll", - "lib/net461/Azure.Core.xml", - "lib/net472/Azure.Core.dll", - "lib/net472/Azure.Core.xml", - "lib/net6.0/Azure.Core.dll", - "lib/net6.0/Azure.Core.xml", - "lib/netstandard2.0/Azure.Core.dll", - "lib/netstandard2.0/Azure.Core.xml" + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Http.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Http.targets", + "lib/net462/Microsoft.Extensions.Http.dll", + "lib/net462/Microsoft.Extensions.Http.xml", + "lib/net6.0/Microsoft.Extensions.Http.dll", + "lib/net6.0/Microsoft.Extensions.Http.xml", + "lib/net7.0/Microsoft.Extensions.Http.dll", + "lib/net7.0/Microsoft.Extensions.Http.xml", + "lib/net8.0/Microsoft.Extensions.Http.dll", + "lib/net8.0/Microsoft.Extensions.Http.xml", + "lib/netstandard2.0/Microsoft.Extensions.Http.dll", + "lib/netstandard2.0/Microsoft.Extensions.Http.xml", + "microsoft.extensions.http.8.0.0.nupkg.sha512", + "microsoft.extensions.http.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Logging/9.0.2": { + "sha512": "loV/0UNpt2bD+6kCDzFALVE63CDtqzPeC0LAetkdhiEr/tTNbvOlQ7CBResH7BQBd3cikrwiBfaHdyHMFUlc2g==", + "type": "package", + "path": "microsoft.extensions.logging/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Logging.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.targets", + "lib/net462/Microsoft.Extensions.Logging.dll", + "lib/net462/Microsoft.Extensions.Logging.xml", + "lib/net8.0/Microsoft.Extensions.Logging.dll", + "lib/net8.0/Microsoft.Extensions.Logging.xml", + "lib/net9.0/Microsoft.Extensions.Logging.dll", + "lib/net9.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", + "microsoft.extensions.logging.9.0.2.nupkg.sha512", + "microsoft.extensions.logging.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Logging.Abstractions/9.0.2": { + "sha512": "dV9s2Lamc8jSaqhl2BQSPn/AryDIH2sSbQUyLitLXV0ROmsb+SROnn2cH939JFbsNrnf3mIM3GNRKT7P0ldwLg==", + "type": "package", + "path": "microsoft.extensions.logging.abstractions/9.0.2", + "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", + "analyzers/dotnet/roslyn3.11/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/Microsoft.Extensions.Logging.Generators.dll", + "analyzers/dotnet/roslyn4.0/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll", + "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "buildTransitive/net461/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/net462/Microsoft.Extensions.Logging.Abstractions.targets", + "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/net462/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll", + "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.2.nupkg.sha512", + "microsoft.extensions.logging.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Logging.ApplicationInsights/2.23.0": { + "sha512": "JLEabPz445i1yRB0hKZVzJJE35QatRIzWlrMOiBQXr9kBJod0jkpkrBf94ln6kXu+jlEGohnXtuXacPPhybJDw==", + "type": "package", + "path": "microsoft.extensions.logging.applicationinsights/2.23.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "icon.png", + "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.pdb", + "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.xml", + "microsoft.extensions.logging.applicationinsights.2.23.0.nupkg.sha512", + "microsoft.extensions.logging.applicationinsights.nuspec" + ] + }, + "Microsoft.Extensions.Logging.AzureAppServices/9.0.0": { + "sha512": "OMyMioZ23NlBXQb6TecMTr3LTCd2cqglKqMRdcWF8OJ+QQS53iPEo6bWj3CgGqgdXRySv3cxFVnJGSdcEWKR3Q==", + "type": "package", + "path": "microsoft.extensions.logging.azureappservices/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.Extensions.Logging.AzureAppServices.dll", + "lib/net462/Microsoft.Extensions.Logging.AzureAppServices.xml", + "lib/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll", + "lib/net9.0/Microsoft.Extensions.Logging.AzureAppServices.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.AzureAppServices.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.AzureAppServices.xml", + "microsoft.extensions.logging.azureappservices.9.0.0.nupkg.sha512", + "microsoft.extensions.logging.azureappservices.nuspec" + ] + }, + "Microsoft.Extensions.Logging.Configuration/9.0.2": { + "sha512": "pnwYZE7U6d3Y6iMVqADOAUUMMBGYAQPsT3fMwVr/V1Wdpe5DuVGFcViZavUthSJ5724NmelIl1cYy+kRfKfRPQ==", + "type": "package", + "path": "microsoft.extensions.logging.configuration/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Logging.Configuration.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Configuration.targets", + "lib/net462/Microsoft.Extensions.Logging.Configuration.dll", + "lib/net462/Microsoft.Extensions.Logging.Configuration.xml", + "lib/net8.0/Microsoft.Extensions.Logging.Configuration.dll", + "lib/net8.0/Microsoft.Extensions.Logging.Configuration.xml", + "lib/net9.0/Microsoft.Extensions.Logging.Configuration.dll", + "lib/net9.0/Microsoft.Extensions.Logging.Configuration.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.xml", + "microsoft.extensions.logging.configuration.9.0.2.nupkg.sha512", + "microsoft.extensions.logging.configuration.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Logging.Console/9.0.2": { + "sha512": "eoMjwiM0WpkVGSxzjo/f94ShreFLYhPMjfkOG04WOb8fq/TztpcWaU8XAkMMWZ+mYSbFYln+FBwUOEriXR4jtA==", + "type": "package", + "path": "microsoft.extensions.logging.console/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Logging.Console.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Console.targets", + "lib/net462/Microsoft.Extensions.Logging.Console.dll", + "lib/net462/Microsoft.Extensions.Logging.Console.xml", + "lib/net8.0/Microsoft.Extensions.Logging.Console.dll", + "lib/net8.0/Microsoft.Extensions.Logging.Console.xml", + "lib/net9.0/Microsoft.Extensions.Logging.Console.dll", + "lib/net9.0/Microsoft.Extensions.Logging.Console.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.Console.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.Console.xml", + "microsoft.extensions.logging.console.9.0.2.nupkg.sha512", + "microsoft.extensions.logging.console.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Logging.Debug/9.0.2": { + "sha512": "dSrVF+zWBaTS6wANuyjU2avNQMinFdOGpNRXey8jRtMCuKYubtx/f0ZEI6BU/FuQ48wXP4F/SlBE1Khs2G5v/g==", + "type": "package", + "path": "microsoft.extensions.logging.debug/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Logging.Debug.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Debug.targets", + "lib/net462/Microsoft.Extensions.Logging.Debug.dll", + "lib/net462/Microsoft.Extensions.Logging.Debug.xml", + "lib/net8.0/Microsoft.Extensions.Logging.Debug.dll", + "lib/net8.0/Microsoft.Extensions.Logging.Debug.xml", + "lib/net9.0/Microsoft.Extensions.Logging.Debug.dll", + "lib/net9.0/Microsoft.Extensions.Logging.Debug.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.xml", + "microsoft.extensions.logging.debug.9.0.2.nupkg.sha512", + "microsoft.extensions.logging.debug.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Logging.EventLog/9.0.2": { + "sha512": "4u7CexvjWr7eGUAvQOfyJUQ1+PgcWIGYajYXB+CgVI3qTMoi++8evZmuXQ/PSiKJ+SDeJXHoYDKbpmXq/aCwEg==", + "type": "package", + "path": "microsoft.extensions.logging.eventlog/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Logging.EventLog.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.EventLog.targets", + "lib/net462/Microsoft.Extensions.Logging.EventLog.dll", + "lib/net462/Microsoft.Extensions.Logging.EventLog.xml", + "lib/net8.0/Microsoft.Extensions.Logging.EventLog.dll", + "lib/net8.0/Microsoft.Extensions.Logging.EventLog.xml", + "lib/net9.0/Microsoft.Extensions.Logging.EventLog.dll", + "lib/net9.0/Microsoft.Extensions.Logging.EventLog.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.EventLog.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.EventLog.xml", + "microsoft.extensions.logging.eventlog.9.0.2.nupkg.sha512", + "microsoft.extensions.logging.eventlog.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Logging.EventSource/9.0.2": { + "sha512": "DvT/+kEL+aydUYSuGamH4YRJ8uDlFiMIcT82A3OsQGZ+lxiPZgTqqu1mYkSz5VMOx3J1+8vjFd2IzA89JkS/oQ==", + "type": "package", + "path": "microsoft.extensions.logging.eventsource/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Logging.EventSource.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.EventSource.targets", + "lib/net462/Microsoft.Extensions.Logging.EventSource.dll", + "lib/net462/Microsoft.Extensions.Logging.EventSource.xml", + "lib/net8.0/Microsoft.Extensions.Logging.EventSource.dll", + "lib/net8.0/Microsoft.Extensions.Logging.EventSource.xml", + "lib/net9.0/Microsoft.Extensions.Logging.EventSource.dll", + "lib/net9.0/Microsoft.Extensions.Logging.EventSource.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.xml", + "microsoft.extensions.logging.eventsource.9.0.2.nupkg.sha512", + "microsoft.extensions.logging.eventsource.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.ObjectPool/2.1.1": { + "sha512": "SErON45qh4ogDp6lr6UvVmFYW0FERihW+IQ+2JyFv1PUyWktcJytFaWH5zarufJvZwhci7Rf1IyGXr9pVEadTw==", + "type": "package", + "path": "microsoft.extensions.objectpool/2.1.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll", + "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.xml", + "microsoft.extensions.objectpool.2.1.1.nupkg.sha512", + "microsoft.extensions.objectpool.nuspec" + ] + }, + "Microsoft.Extensions.Options/9.0.2": { + "sha512": "zr98z+AN8+isdmDmQRuEJ/DAKZGUTHmdv3t0ZzjHvNqvA44nAgkXE9kYtfoN6581iALChhVaSw2Owt+Z2lVbkQ==", + "type": "package", + "path": "microsoft.extensions.options/9.0.2", + "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", + "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "buildTransitive/net461/Microsoft.Extensions.Options.targets", + "buildTransitive/net462/Microsoft.Extensions.Options.targets", + "buildTransitive/net8.0/Microsoft.Extensions.Options.targets", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.targets", + "buildTransitive/netstandard2.0/Microsoft.Extensions.Options.targets", + "lib/net462/Microsoft.Extensions.Options.dll", + "lib/net462/Microsoft.Extensions.Options.xml", + "lib/net8.0/Microsoft.Extensions.Options.dll", + "lib/net8.0/Microsoft.Extensions.Options.xml", + "lib/net9.0/Microsoft.Extensions.Options.dll", + "lib/net9.0/Microsoft.Extensions.Options.xml", + "lib/netstandard2.0/Microsoft.Extensions.Options.dll", + "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.2.nupkg.sha512", + "microsoft.extensions.options.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.2": { + "sha512": "OPm1NXdMg4Kb4Kz+YHdbBQfekh7MqQZ7liZ5dYUd+IbJakinv9Fl7Ck6Strbgs0a6E76UGbP/jHR532K/7/feQ==", + "type": "package", + "path": "microsoft.extensions.options.configurationextensions/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "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/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.9.0.2.nupkg.sha512", + "microsoft.extensions.options.configurationextensions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Primitives/9.0.7": { + "sha512": "ti/zD9BuuO50IqlvhWQs9GHxkCmoph5BHjGiWKdg2t6Or8XoyAfRJiKag+uvd/fpASnNklfsB01WpZ4fhAe0VQ==", + "type": "package", + "path": "microsoft.extensions.primitives/9.0.7", + "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/net462/Microsoft.Extensions.Primitives.dll", + "lib/net462/Microsoft.Extensions.Primitives.xml", + "lib/net8.0/Microsoft.Extensions.Primitives.dll", + "lib/net8.0/Microsoft.Extensions.Primitives.xml", + "lib/net9.0/Microsoft.Extensions.Primitives.dll", + "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.7.nupkg.sha512", + "microsoft.extensions.primitives.nuspec", + "useSharedDesignerContext.txt" ] }, - "Azure.Identity/1.11.4": { - "sha512": "Sf4BoE6Q3jTgFkgBkx7qztYOFELBCo+wQgpYDwal/qJ1unBH73ywPztIJKXBXORRzAeNijsuxhk94h0TIMvfYg==", + "Microsoft.Identity.Client/4.61.3": { + "sha512": "naJo/Qm35Caaoxp5utcw+R8eU8ZtLz2ALh8S+gkekOYQ1oazfCQMWVT4NJ/FnHzdIJlm8dMz0oMpMGCabx5odA==", "type": "package", - "path": "azure.identity/1.11.4", + "path": "microsoft.identity.client/4.61.3", "files": [ ".nupkg.metadata", ".signature.p7s", - "CHANGELOG.md", "README.md", - "azure.identity.1.11.4.nupkg.sha512", - "azure.identity.nuspec", - "azureicon.png", - "lib/netstandard2.0/Azure.Identity.dll", - "lib/netstandard2.0/Azure.Identity.xml" + "lib/net462/Microsoft.Identity.Client.dll", + "lib/net462/Microsoft.Identity.Client.xml", + "lib/net6.0-android31.0/Microsoft.Identity.Client.dll", + "lib/net6.0-android31.0/Microsoft.Identity.Client.xml", + "lib/net6.0-ios15.4/Microsoft.Identity.Client.dll", + "lib/net6.0-ios15.4/Microsoft.Identity.Client.xml", + "lib/net6.0/Microsoft.Identity.Client.dll", + "lib/net6.0/Microsoft.Identity.Client.xml", + "lib/netstandard2.0/Microsoft.Identity.Client.dll", + "lib/netstandard2.0/Microsoft.Identity.Client.xml", + "microsoft.identity.client.4.61.3.nupkg.sha512", + "microsoft.identity.client.nuspec" ] }, - "MediatR/11.1.0": { - "sha512": "YIbtrLOyeCuIv8vIuHL/mMdls5xmgS36pIOJDxKZuu55nxA2MI2Z+E/Uk0z+F/LE11AGmpjplOM0NZ91m5LQBA==", + "Microsoft.Identity.Client.Extensions.Msal/4.61.3": { + "sha512": "PWnJcznrSGr25MN8ajlc2XIDW4zCFu0U6FkpaNLEWLgd1NgFCp5uDY3mqLDgM8zCN8hqj8yo5wHYfLB2HjcdGw==", "type": "package", - "path": "mediatr/11.1.0", + "path": "microsoft.identity.client.extensions.msal/4.61.3", "files": [ ".nupkg.metadata", ".signature.p7s", - "gradient_128x128.png", - "lib/netstandard2.1/MediatR.dll", - "lib/netstandard2.1/MediatR.xml", - "mediatr.11.1.0.nupkg.sha512", - "mediatr.nuspec" + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll", + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.xml", + "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll", + "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.xml", + "microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512", + "microsoft.identity.client.extensions.msal.nuspec" ] }, - "MediatR.Contracts/1.0.1": { - "sha512": "NsRvOxthhkYml4DcBMyJsmym8C4MchioH7wxKVPEg7plFj9Euh/i4IcmZ3Gvgx6+K8obeuhPeJdoBl56wnuo3A==", + "Microsoft.IdentityModel.Abstractions/8.6.0": { + "sha512": "ewgV0sc2B3tjes8+OCRGE08Uxsey3qFfOD8vNq2gTs9k0/zPZ0MejK7Cb/eAW2c2Oz+IQHqgZkTycrAKYBD5yw==", "type": "package", - "path": "mediatr.contracts/1.0.1", + "path": "microsoft.identitymodel.abstractions/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "gradient_128x128.png", - "lib/net461/MediatR.Contracts.dll", - "lib/net461/MediatR.Contracts.xml", - "lib/netstandard2.0/MediatR.Contracts.dll", - "lib/netstandard2.0/MediatR.Contracts.xml", - "mediatr.contracts.1.0.1.nupkg.sha512", - "mediatr.contracts.nuspec" + "README.md", + "lib/net462/Microsoft.IdentityModel.Abstractions.dll", + "lib/net462/Microsoft.IdentityModel.Abstractions.xml", + "lib/net472/Microsoft.IdentityModel.Abstractions.dll", + "lib/net472/Microsoft.IdentityModel.Abstractions.xml", + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml", + "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/net8.0/Microsoft.IdentityModel.Abstractions.xml", + "lib/net9.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/net9.0/Microsoft.IdentityModel.Abstractions.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", + "microsoft.identitymodel.abstractions.8.6.0.nupkg.sha512", + "microsoft.identitymodel.abstractions.nuspec" ] }, - "MediatR.Extensions.Microsoft.DependencyInjection/11.1.0": { - "sha512": "RW3etRuy6Xp63cgqfC0r/ITOtUT0f9ymJl1+1XZdzsYUsfv7WBPC2kXGOP8IYpY/6c4Q6805vbIW/88DopUs3w==", + "Microsoft.IdentityModel.JsonWebTokens/8.6.0": { + "sha512": "g/CFN/OzAhJb9a94ep6/xv4b9fOUL8heFkKDwC/HNb17tUDOIPN5iVawisfZ0p1xjJlmVyYWIggnECqIfX8Rfw==", "type": "package", - "path": "mediatr.extensions.microsoft.dependencyinjection/11.1.0", + "path": "microsoft.identitymodel.jsonwebtokens/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "gradient_128x128.png", - "lib/netstandard2.1/MediatR.Extensions.Microsoft.DependencyInjection.dll", - "mediatr.extensions.microsoft.dependencyinjection.11.1.0.nupkg.sha512", - "mediatr.extensions.microsoft.dependencyinjection.nuspec" + "README.md", + "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net472/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "microsoft.identitymodel.jsonwebtokens.8.6.0.nupkg.sha512", + "microsoft.identitymodel.jsonwebtokens.nuspec" ] }, - "Microsoft.Bcl.AsyncInterfaces/1.1.1": { - "sha512": "yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==", + "Microsoft.IdentityModel.Logging/8.6.0": { + "sha512": "PqkPSoENwbGQenGQT270hZIt5p36Ta4YwDla4QId6LdqCeUDus63OChHBv+3AgujFVeBJlRrvmkN7H+Lug+u0g==", "type": "package", - "path": "microsoft.bcl.asyncinterfaces/1.1.1", + "path": "microsoft.identitymodel.logging/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Bcl.AsyncInterfaces.dll", - "lib/net461/Microsoft.Bcl.AsyncInterfaces.xml", - "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll", - "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.xml", - "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll", - "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml", - "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512", - "microsoft.bcl.asyncinterfaces.nuspec", - "ref/net461/Microsoft.Bcl.AsyncInterfaces.dll", - "ref/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll", - "ref/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll", - "useSharedDesignerContext.txt", - "version.txt" + "README.md", + "lib/net462/Microsoft.IdentityModel.Logging.dll", + "lib/net462/Microsoft.IdentityModel.Logging.xml", + "lib/net472/Microsoft.IdentityModel.Logging.dll", + "lib/net472/Microsoft.IdentityModel.Logging.xml", + "lib/net6.0/Microsoft.IdentityModel.Logging.dll", + "lib/net6.0/Microsoft.IdentityModel.Logging.xml", + "lib/net8.0/Microsoft.IdentityModel.Logging.dll", + "lib/net8.0/Microsoft.IdentityModel.Logging.xml", + "lib/net9.0/Microsoft.IdentityModel.Logging.dll", + "lib/net9.0/Microsoft.IdentityModel.Logging.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", + "microsoft.identitymodel.logging.8.6.0.nupkg.sha512", + "microsoft.identitymodel.logging.nuspec" ] }, - "Microsoft.CSharp/4.5.0": { - "sha512": "kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==", + "Microsoft.IdentityModel.Protocols/6.35.0": { + "sha512": "BPQhlDzdFvv1PzaUxNSk+VEPwezlDEVADIKmyxubw7IiELK18uJ06RQ9QKKkds30XI+gDu9n8j24XQ8w7fjWcg==", "type": "package", - "path": "microsoft.csharp/4.5.0", + "path": "microsoft.identitymodel.protocols/6.35.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/Microsoft.CSharp.dll", - "lib/netcoreapp2.0/_._", - "lib/netstandard1.3/Microsoft.CSharp.dll", - "lib/netstandard2.0/Microsoft.CSharp.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/uap10.0.16299/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "microsoft.csharp.4.5.0.nupkg.sha512", - "microsoft.csharp.nuspec", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/Microsoft.CSharp.dll", - "ref/netcoreapp2.0/_._", - "ref/netstandard1.0/Microsoft.CSharp.dll", - "ref/netstandard2.0/Microsoft.CSharp.dll", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/uap10.0.16299/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "useSharedDesignerContext.txt", - "version.txt" + "lib/net45/Microsoft.IdentityModel.Protocols.dll", + "lib/net45/Microsoft.IdentityModel.Protocols.xml", + "lib/net461/Microsoft.IdentityModel.Protocols.dll", + "lib/net461/Microsoft.IdentityModel.Protocols.xml", + "lib/net462/Microsoft.IdentityModel.Protocols.dll", + "lib/net462/Microsoft.IdentityModel.Protocols.xml", + "lib/net472/Microsoft.IdentityModel.Protocols.dll", + "lib/net472/Microsoft.IdentityModel.Protocols.xml", + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll", + "lib/net6.0/Microsoft.IdentityModel.Protocols.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.xml", + "microsoft.identitymodel.protocols.6.35.0.nupkg.sha512", + "microsoft.identitymodel.protocols.nuspec" ] }, - "Microsoft.Data.SqlClient/5.1.6": { - "sha512": "+pz7gIPh5ydsBcQvivt4R98PwJXer86fyQBBToIBLxZ5kuhW4N13Ijz87s9WpuPtF1vh4JesYCgpDPAOgkMhdg==", + "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { + "sha512": "LMtVqnECCCdSmyFoCOxIE5tXQqkOLrvGrL7OxHg41DIm1bpWtaCdGyVcTAfOQpJXvzND9zUKIN/lhngPkYR8vg==", "type": "package", - "path": "microsoft.data.sqlclient/5.1.6", + "path": "microsoft.identitymodel.protocols.openidconnect/6.35.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "dotnet.png", - "lib/net462/Microsoft.Data.SqlClient.dll", - "lib/net462/Microsoft.Data.SqlClient.pdb", - "lib/net462/Microsoft.Data.SqlClient.xml", - "lib/net462/de/Microsoft.Data.SqlClient.resources.dll", - "lib/net462/es/Microsoft.Data.SqlClient.resources.dll", - "lib/net462/fr/Microsoft.Data.SqlClient.resources.dll", - "lib/net462/it/Microsoft.Data.SqlClient.resources.dll", - "lib/net462/ja/Microsoft.Data.SqlClient.resources.dll", - "lib/net462/ko/Microsoft.Data.SqlClient.resources.dll", - "lib/net462/pt-BR/Microsoft.Data.SqlClient.resources.dll", - "lib/net462/ru/Microsoft.Data.SqlClient.resources.dll", - "lib/net462/zh-Hans/Microsoft.Data.SqlClient.resources.dll", - "lib/net462/zh-Hant/Microsoft.Data.SqlClient.resources.dll", - "lib/net6.0/Microsoft.Data.SqlClient.dll", - "lib/net6.0/Microsoft.Data.SqlClient.pdb", - "lib/net6.0/Microsoft.Data.SqlClient.xml", - "lib/netstandard2.0/Microsoft.Data.SqlClient.dll", - "lib/netstandard2.0/Microsoft.Data.SqlClient.pdb", - "lib/netstandard2.0/Microsoft.Data.SqlClient.xml", - "lib/netstandard2.1/Microsoft.Data.SqlClient.dll", - "lib/netstandard2.1/Microsoft.Data.SqlClient.pdb", - "lib/netstandard2.1/Microsoft.Data.SqlClient.xml", - "microsoft.data.sqlclient.5.1.6.nupkg.sha512", - "microsoft.data.sqlclient.nuspec", - "ref/net462/Microsoft.Data.SqlClient.dll", - "ref/net462/Microsoft.Data.SqlClient.pdb", - "ref/net462/Microsoft.Data.SqlClient.xml", - "ref/net6.0/Microsoft.Data.SqlClient.dll", - "ref/net6.0/Microsoft.Data.SqlClient.pdb", - "ref/net6.0/Microsoft.Data.SqlClient.xml", - "ref/netstandard2.0/Microsoft.Data.SqlClient.dll", - "ref/netstandard2.0/Microsoft.Data.SqlClient.pdb", - "ref/netstandard2.0/Microsoft.Data.SqlClient.xml", - "ref/netstandard2.1/Microsoft.Data.SqlClient.dll", - "ref/netstandard2.1/Microsoft.Data.SqlClient.pdb", - "ref/netstandard2.1/Microsoft.Data.SqlClient.xml", - "runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll", - "runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.pdb", - "runtimes/unix/lib/netstandard2.0/Microsoft.Data.SqlClient.dll", - "runtimes/unix/lib/netstandard2.0/Microsoft.Data.SqlClient.pdb", - "runtimes/unix/lib/netstandard2.1/Microsoft.Data.SqlClient.dll", - "runtimes/unix/lib/netstandard2.1/Microsoft.Data.SqlClient.pdb", - "runtimes/win/lib/net462/Microsoft.Data.SqlClient.dll", - "runtimes/win/lib/net462/Microsoft.Data.SqlClient.pdb", - "runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll", - "runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.pdb", - "runtimes/win/lib/netstandard2.0/Microsoft.Data.SqlClient.dll", - "runtimes/win/lib/netstandard2.0/Microsoft.Data.SqlClient.pdb", - "runtimes/win/lib/netstandard2.1/Microsoft.Data.SqlClient.dll", - "runtimes/win/lib/netstandard2.1/Microsoft.Data.SqlClient.pdb" + "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512", + "microsoft.identitymodel.protocols.openidconnect.nuspec" ] }, - "Microsoft.Data.SqlClient.SNI.runtime/5.1.1": { - "sha512": "wNGM5ZTQCa2blc9ikXQouybGiyMd6IHPVJvAlBEPtr6JepZEOYeDxGyprYvFVeOxlCXs7avridZQ0nYkHzQWCQ==", + "Microsoft.IdentityModel.Tokens/8.6.0": { + "sha512": "ga4ASKm8EezJ+Oj4uvTNE0xjIWy27Ix5pOZz737CnLzxv7ClFnelX+YWbFuiO1Qj2zVoIpsPqKJRGHGlpFF6eQ==", "type": "package", - "path": "microsoft.data.sqlclient.sni.runtime/5.1.1", + "path": "microsoft.identitymodel.tokens/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.txt", - "dotnet.png", - "microsoft.data.sqlclient.sni.runtime.5.1.1.nupkg.sha512", - "microsoft.data.sqlclient.sni.runtime.nuspec", - "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll", - "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll", - "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll", - "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll" + "README.md", + "lib/net462/Microsoft.IdentityModel.Tokens.dll", + "lib/net462/Microsoft.IdentityModel.Tokens.xml", + "lib/net472/Microsoft.IdentityModel.Tokens.dll", + "lib/net472/Microsoft.IdentityModel.Tokens.xml", + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll", + "lib/net6.0/Microsoft.IdentityModel.Tokens.xml", + "lib/net8.0/Microsoft.IdentityModel.Tokens.dll", + "lib/net8.0/Microsoft.IdentityModel.Tokens.xml", + "lib/net9.0/Microsoft.IdentityModel.Tokens.dll", + "lib/net9.0/Microsoft.IdentityModel.Tokens.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", + "microsoft.identitymodel.tokens.8.6.0.nupkg.sha512", + "microsoft.identitymodel.tokens.nuspec" ] }, - "Microsoft.EntityFrameworkCore/9.0.0": { - "sha512": "wpG+nfnfDAw87R3ovAsUmjr3MZ4tYXf6bFqEPVAIKE6IfPml3DS//iX0DBnf8kWn5ZHSO5oi1m4d/Jf+1LifJQ==", + "Microsoft.Net.Http.Headers/2.1.1": { + "sha512": "lPNIphl8b2EuhOE9dMH6EZDmu7pS882O+HMi5BJNsigxHaWlBrYxZHFZgE18cyaPp6SSZcTkKkuzfjV/RRQKlA==", "type": "package", - "path": "microsoft.entityframeworkcore/9.0.0", + "path": "microsoft.net.http.headers/2.1.1", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props", - "lib/net8.0/Microsoft.EntityFrameworkCore.dll", - "lib/net8.0/Microsoft.EntityFrameworkCore.xml", - "microsoft.entityframeworkcore.9.0.0.nupkg.sha512", - "microsoft.entityframeworkcore.nuspec" + "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll", + "lib/netstandard2.0/Microsoft.Net.Http.Headers.xml", + "microsoft.net.http.headers.2.1.1.nupkg.sha512", + "microsoft.net.http.headers.nuspec" ] }, - "Microsoft.EntityFrameworkCore.Abstractions/9.0.0": { - "sha512": "fnmifFL8KaA4ZNLCVgfjCWhZUFxkrDInx5hR4qG7Q8IEaSiy/6VOSRFyx55oH7MV4y7wM3J3EE90nSpcVBI44Q==", + "Microsoft.NETCore.Platforms/3.1.0": { + "sha512": "z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==", "type": "package", - "path": "microsoft.entityframeworkcore.abstractions/9.0.0", + "path": "microsoft.netcore.platforms/3.1.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll", - "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.xml", - "microsoft.entityframeworkcore.abstractions.9.0.0.nupkg.sha512", - "microsoft.entityframeworkcore.abstractions.nuspec" + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard1.0/_._", + "microsoft.netcore.platforms.3.1.0.nupkg.sha512", + "microsoft.netcore.platforms.nuspec", + "runtime.json", + "useSharedDesignerContext.txt", + "version.txt" ] }, - "Microsoft.EntityFrameworkCore.Analyzers/9.0.0": { - "sha512": "Qje+DzXJOKiXF72SL0XxNlDtTkvWWvmwknuZtFahY5hIQpRKO59qnGuERIQ3qlzuq5x4bAJ8WMbgU5DLhBgeOQ==", + "Microsoft.OpenApi/1.6.22": { + "sha512": "aBvunmrdu/x+4CaA/UP1Jx4xWGwk4kymhoIRnn2Vp+zi5/KOPQJ9EkSXHRUr01WcGKtYl3Au7XfkPJbU1G2sjQ==", "type": "package", - "path": "microsoft.entityframeworkcore.analyzers/9.0.0", + "path": "microsoft.openapi/1.6.22", "files": [ ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "analyzers/dotnet/cs/Microsoft.EntityFrameworkCore.Analyzers.dll", - "docs/PACKAGE.md", - "microsoft.entityframeworkcore.analyzers.9.0.0.nupkg.sha512", - "microsoft.entityframeworkcore.analyzers.nuspec" + ".signature.p7s", + "README.md", + "lib/netstandard2.0/Microsoft.OpenApi.dll", + "lib/netstandard2.0/Microsoft.OpenApi.pdb", + "lib/netstandard2.0/Microsoft.OpenApi.xml", + "microsoft.openapi.1.6.22.nupkg.sha512", + "microsoft.openapi.nuspec" ] }, - "Microsoft.EntityFrameworkCore.Relational/9.0.0": { - "sha512": "j+msw6fWgAE9M3Q/5B9Uhv7pdAdAQUvFPJAiBJmoy+OXvehVbfbCE8ftMAa51Uo2ZeiqVnHShhnv4Y4UJJmUzA==", + "Microsoft.SqlServer.Server/1.0.0": { + "sha512": "N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==", "type": "package", - "path": "microsoft.entityframeworkcore.relational/9.0.0", + "path": "microsoft.sqlserver.server/1.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll", - "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.xml", - "microsoft.entityframeworkcore.relational.9.0.0.nupkg.sha512", - "microsoft.entityframeworkcore.relational.nuspec" + "dotnet.png", + "lib/net46/Microsoft.SqlServer.Server.dll", + "lib/net46/Microsoft.SqlServer.Server.pdb", + "lib/net46/Microsoft.SqlServer.Server.xml", + "lib/netstandard2.0/Microsoft.SqlServer.Server.dll", + "lib/netstandard2.0/Microsoft.SqlServer.Server.pdb", + "lib/netstandard2.0/Microsoft.SqlServer.Server.xml", + "microsoft.sqlserver.server.1.0.0.nupkg.sha512", + "microsoft.sqlserver.server.nuspec" ] }, - "Microsoft.EntityFrameworkCore.SqlServer/9.0.0": { - "sha512": "3Y7/3kgz6C5kRFeELLZ5VeIeBlxB31x/ywscbN4r1JqTXIy8WWGo0CqzuOxBy4UzaTzpifElAZvv4fyD3ZQK5w==", + "Microsoft.Web.LibraryManager.Build/3.0.71": { + "sha512": "uO0RegM2P5ZZhQDJQ+YSiugXJgNnh4gmjMd3VofeoE9MSu60zYoR3meA9SAm6PVJW2t//SzICXQf4+JtfUTJQA==", "type": "package", - "path": "microsoft.entityframeworkcore.sqlserver/9.0.0", + "path": "microsoft.web.librarymanager.build/3.0.71", + "hasTools": true, "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "lib/net8.0/Microsoft.EntityFrameworkCore.SqlServer.dll", - "lib/net8.0/Microsoft.EntityFrameworkCore.SqlServer.xml", - "microsoft.entityframeworkcore.sqlserver.9.0.0.nupkg.sha512", - "microsoft.entityframeworkcore.sqlserver.nuspec" + "License.txt", + "PackageIcon.png", + "Third-party-notice.txt", + "build/Microsoft.Web.LibraryManager.Build.props", + "build/Microsoft.Web.LibraryManager.Build.targets", + "microsoft.web.librarymanager.build.3.0.71.nupkg.sha512", + "microsoft.web.librarymanager.build.nuspec", + "tools/net481/Microsoft.Web.LibraryManager.Build.dll", + "tools/net481/Microsoft.Web.LibraryManager.Contracts.dll", + "tools/net481/Microsoft.Web.LibraryManager.dll", + "tools/net481/Newtonsoft.Json.dll", + "tools/net481/cs/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/cs/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/de/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/de/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/es/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/es/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/fr/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/fr/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/it/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/it/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/ja/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/ja/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/ko/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/ko/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/pl/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/pl/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/pt-BR/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/pt-BR/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/ru/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/ru/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/tr/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/tr/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/zh-Hans/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/zh-Hans/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/zh-Hant/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/zh-Hant/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/Microsoft.Web.LibraryManager.Build.dll", + "tools/net8.0/Microsoft.Web.LibraryManager.Contracts.dll", + "tools/net8.0/Microsoft.Web.LibraryManager.dll", + "tools/net8.0/Newtonsoft.Json.dll", + "tools/net8.0/cs/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/cs/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/de/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/de/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/es/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/es/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/fr/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/fr/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/it/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/it/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/ja/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/ja/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/ko/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/ko/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/pl/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/pl/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/pt-BR/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/pt-BR/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/ru/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/ru/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/tr/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/tr/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/zh-Hans/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/zh-Hans/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/zh-Hant/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/zh-Hant/Microsoft.Web.LibraryManager.resources.dll" ] }, - "Microsoft.Extensions.Caching.Abstractions/9.0.0": { - "sha512": "FPWZAa9c0H4dvOj351iR1jkUIs4u9ykL4Bm592yhjDyO5lCoWd+TMAHx2EMbarzUvCvgjWjJIoC6//Q9kH6YhA==", + "Mono.TextTemplating/2.2.1": { + "sha512": "KZYeKBET/2Z0gY1WlTAK7+RHTl7GSbtvTLDXEZZojUdAPqpQNDL6tHv7VUpqfX5VEOh+uRGKaZXkuD253nEOBQ==", "type": "package", - "path": "microsoft.extensions.caching.abstractions/9.0.0", + "path": "mono.texttemplating/2.2.1", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Caching.Abstractions.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Abstractions.targets", - "lib/net462/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/net462/Microsoft.Extensions.Caching.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.xml", - "lib/net9.0/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/net9.0/Microsoft.Extensions.Caching.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.xml", - "microsoft.extensions.caching.abstractions.9.0.0.nupkg.sha512", - "microsoft.extensions.caching.abstractions.nuspec", - "useSharedDesignerContext.txt" + "lib/net472/Mono.TextTemplating.dll", + "lib/netstandard2.0/Mono.TextTemplating.dll", + "mono.texttemplating.2.2.1.nupkg.sha512", + "mono.texttemplating.nuspec" ] }, - "Microsoft.Extensions.Caching.Memory/9.0.0": { - "sha512": "zbnPX/JQ0pETRSUG9fNPBvpIq42Aufvs15gGYyNIMhCun9yhmWihz0WgsI7bSDPjxWTKBf8oX/zv6v2uZ3W9OQ==", + "Newtonsoft.Json/13.0.4": { + "sha512": "pdgNNMai3zv51W5aq268sujXUyx7SNdE2bj1wZcWjAQrKMFZV260lbqYop1d2GM67JI1huLRwxo9ZqnfF/lC6A==", "type": "package", - "path": "microsoft.extensions.caching.memory/9.0.0", + "path": "newtonsoft.json/13.0.4", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Caching.Memory.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Memory.targets", - "lib/net462/Microsoft.Extensions.Caching.Memory.dll", - "lib/net462/Microsoft.Extensions.Caching.Memory.xml", - "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll", - "lib/net8.0/Microsoft.Extensions.Caching.Memory.xml", - "lib/net9.0/Microsoft.Extensions.Caching.Memory.dll", - "lib/net9.0/Microsoft.Extensions.Caching.Memory.xml", - "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll", - "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.xml", - "microsoft.extensions.caching.memory.9.0.0.nupkg.sha512", - "microsoft.extensions.caching.memory.nuspec", - "useSharedDesignerContext.txt" + "LICENSE.md", + "README.md", + "lib/net20/Newtonsoft.Json.dll", + "lib/net20/Newtonsoft.Json.xml", + "lib/net35/Newtonsoft.Json.dll", + "lib/net35/Newtonsoft.Json.xml", + "lib/net40/Newtonsoft.Json.dll", + "lib/net40/Newtonsoft.Json.xml", + "lib/net45/Newtonsoft.Json.dll", + "lib/net45/Newtonsoft.Json.xml", + "lib/net6.0/Newtonsoft.Json.dll", + "lib/net6.0/Newtonsoft.Json.xml", + "lib/netstandard1.0/Newtonsoft.Json.dll", + "lib/netstandard1.0/Newtonsoft.Json.xml", + "lib/netstandard1.3/Newtonsoft.Json.dll", + "lib/netstandard1.3/Newtonsoft.Json.xml", + "lib/netstandard2.0/Newtonsoft.Json.dll", + "lib/netstandard2.0/Newtonsoft.Json.xml", + "newtonsoft.json.13.0.4.nupkg.sha512", + "newtonsoft.json.nuspec", + "packageIcon.png" ] }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "sha512": "lqvd7W3FGKUO1+ZoUEMaZ5XDJeWvjpy2/M/ptCGz3tXLD4HWVaSzjufsAsjemasBEg+2SxXVtYVvGt5r2nKDlg==", + "Newtonsoft.Json.Bson/1.0.2": { + "sha512": "QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", "type": "package", - "path": "microsoft.extensions.configuration.abstractions/9.0.0", + "path": "newtonsoft.json.bson/1.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "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/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.9.0.0.nupkg.sha512", - "microsoft.extensions.configuration.abstractions.nuspec", - "useSharedDesignerContext.txt" + "LICENSE.md", + "lib/net45/Newtonsoft.Json.Bson.dll", + "lib/net45/Newtonsoft.Json.Bson.pdb", + "lib/net45/Newtonsoft.Json.Bson.xml", + "lib/netstandard1.3/Newtonsoft.Json.Bson.dll", + "lib/netstandard1.3/Newtonsoft.Json.Bson.pdb", + "lib/netstandard1.3/Newtonsoft.Json.Bson.xml", + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll", + "lib/netstandard2.0/Newtonsoft.Json.Bson.pdb", + "lib/netstandard2.0/Newtonsoft.Json.Bson.xml", + "newtonsoft.json.bson.1.0.2.nupkg.sha512", + "newtonsoft.json.bson.nuspec" ] }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "sha512": "MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==", + "Pipelines.Sockets.Unofficial/2.2.8": { + "sha512": "zG2FApP5zxSx6OcdJQLbZDk2AVlN2BNQD6MorwIfV6gVj0RRxWPEp2LXAxqDGZqeNV1Zp0BNPcNaey/GXmTdvQ==", "type": "package", - "path": "microsoft.extensions.dependencyinjection/9.0.0", + "path": "pipelines.sockets.unofficial/2.2.8", "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/net462/Microsoft.Extensions.DependencyInjection.dll", - "lib/net462/Microsoft.Extensions.DependencyInjection.xml", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net9.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", - "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.nuspec", - "useSharedDesignerContext.txt" + "lib/net461/Pipelines.Sockets.Unofficial.dll", + "lib/net461/Pipelines.Sockets.Unofficial.xml", + "lib/net472/Pipelines.Sockets.Unofficial.dll", + "lib/net472/Pipelines.Sockets.Unofficial.xml", + "lib/net5.0/Pipelines.Sockets.Unofficial.dll", + "lib/net5.0/Pipelines.Sockets.Unofficial.xml", + "lib/netcoreapp3.1/Pipelines.Sockets.Unofficial.dll", + "lib/netcoreapp3.1/Pipelines.Sockets.Unofficial.xml", + "lib/netstandard2.0/Pipelines.Sockets.Unofficial.dll", + "lib/netstandard2.0/Pipelines.Sockets.Unofficial.xml", + "lib/netstandard2.1/Pipelines.Sockets.Unofficial.dll", + "lib/netstandard2.1/Pipelines.Sockets.Unofficial.xml", + "pipelines.sockets.unofficial.2.2.8.nupkg.sha512", + "pipelines.sockets.unofficial.nuspec" ] }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { - "sha512": "+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==", + "Polly/8.6.5": { + "sha512": "VqtW2ZE/ALvQMAH1cQY3qZ2cF2OXa3oe/HKMdOv6Q02HCoEW0rsFNfcBONXlHBe1TnjWW1vdRxBEkPeq0/2FHA==", "type": "package", - "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0", + "path": "polly/8.6.5", "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/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "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.nuspec", - "useSharedDesignerContext.txt" + "LICENSE", + "lib/net462/Polly.dll", + "lib/net462/Polly.pdb", + "lib/net462/Polly.xml", + "lib/net472/Polly.dll", + "lib/net472/Polly.pdb", + "lib/net472/Polly.xml", + "lib/net6.0/Polly.dll", + "lib/net6.0/Polly.pdb", + "lib/net6.0/Polly.xml", + "lib/netstandard2.0/Polly.dll", + "lib/netstandard2.0/Polly.pdb", + "lib/netstandard2.0/Polly.xml", + "package-icon.png", + "package-readme.md", + "polly.8.6.5.nupkg.sha512", + "polly.nuspec" ] }, - "Microsoft.Extensions.Logging/9.0.0": { - "sha512": "crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==", + "Polly.Core/8.6.5": { + "sha512": "t+sUVrIwvo7UmsgHGgOG9F0GDZSRIm47u2ylH17Gvcv1q5hNEwgD5GoBlFyc0kh/pebmPyrAgvGsR/65ZBaXlg==", "type": "package", - "path": "microsoft.extensions.logging/9.0.0", + "path": "polly.core/8.6.5", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Logging.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.targets", - "lib/net462/Microsoft.Extensions.Logging.dll", - "lib/net462/Microsoft.Extensions.Logging.xml", - "lib/net8.0/Microsoft.Extensions.Logging.dll", - "lib/net8.0/Microsoft.Extensions.Logging.xml", - "lib/net9.0/Microsoft.Extensions.Logging.dll", - "lib/net9.0/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", - "microsoft.extensions.logging.9.0.0.nupkg.sha512", - "microsoft.extensions.logging.nuspec", - "useSharedDesignerContext.txt" + "LICENSE", + "lib/net462/Polly.Core.dll", + "lib/net462/Polly.Core.pdb", + "lib/net462/Polly.Core.xml", + "lib/net472/Polly.Core.dll", + "lib/net472/Polly.Core.pdb", + "lib/net472/Polly.Core.xml", + "lib/net6.0/Polly.Core.dll", + "lib/net6.0/Polly.Core.pdb", + "lib/net6.0/Polly.Core.xml", + "lib/net8.0/Polly.Core.dll", + "lib/net8.0/Polly.Core.pdb", + "lib/net8.0/Polly.Core.xml", + "lib/netstandard2.0/Polly.Core.dll", + "lib/netstandard2.0/Polly.Core.pdb", + "lib/netstandard2.0/Polly.Core.xml", + "package-icon.png", + "package-readme.md", + "polly.core.8.6.5.nupkg.sha512", + "polly.core.nuspec" ] }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "sha512": "g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==", + "RabbitMQ.Client/6.8.1": { + "sha512": "jNsmGgmCNw2S/NzskeN2ijtGywtH4Sk/G6jWUTD5sY9SrC27Xz6BsLIiB8hdsfjeyWCa4j4GvCIGkpE8wrjU1Q==", "type": "package", - "path": "microsoft.extensions.logging.abstractions/9.0.0", + "path": "rabbitmq.client/6.8.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", - "analyzers/dotnet/roslyn3.11/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/Microsoft.Extensions.Logging.Generators.dll", - "analyzers/dotnet/roslyn4.0/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll", - "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", - "buildTransitive/net461/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/net462/Microsoft.Extensions.Logging.Abstractions.targets", - "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/net462/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net462/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll", - "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.nuspec", - "useSharedDesignerContext.txt" + "README.md", + "icon.png", + "lib/net462/RabbitMQ.Client.dll", + "lib/net462/RabbitMQ.Client.xml", + "lib/netstandard2.0/RabbitMQ.Client.dll", + "lib/netstandard2.0/RabbitMQ.Client.xml", + "rabbitmq.client.6.8.1.nupkg.sha512", + "rabbitmq.client.nuspec" ] }, - "Microsoft.Extensions.Options/9.0.0": { - "sha512": "y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==", + "Serilog/4.2.0": { + "sha512": "gmoWVOvKgbME8TYR+gwMf7osROiWAURterc6Rt2dQyX7wtjZYpqFiA/pY6ztjGQKKV62GGCyOcmtP1UKMHgSmA==", "type": "package", - "path": "microsoft.extensions.options/9.0.0", + "path": "serilog/4.2.0", "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", - "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "buildTransitive/net461/Microsoft.Extensions.Options.targets", - "buildTransitive/net462/Microsoft.Extensions.Options.targets", - "buildTransitive/net8.0/Microsoft.Extensions.Options.targets", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.targets", - "buildTransitive/netstandard2.0/Microsoft.Extensions.Options.targets", - "lib/net462/Microsoft.Extensions.Options.dll", - "lib/net462/Microsoft.Extensions.Options.xml", - "lib/net8.0/Microsoft.Extensions.Options.dll", - "lib/net8.0/Microsoft.Extensions.Options.xml", - "lib/net9.0/Microsoft.Extensions.Options.dll", - "lib/net9.0/Microsoft.Extensions.Options.xml", - "lib/netstandard2.0/Microsoft.Extensions.Options.dll", - "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.nuspec", - "useSharedDesignerContext.txt" + "README.md", + "icon.png", + "lib/net462/Serilog.dll", + "lib/net462/Serilog.xml", + "lib/net471/Serilog.dll", + "lib/net471/Serilog.xml", + "lib/net6.0/Serilog.dll", + "lib/net6.0/Serilog.xml", + "lib/net8.0/Serilog.dll", + "lib/net8.0/Serilog.xml", + "lib/net9.0/Serilog.dll", + "lib/net9.0/Serilog.xml", + "lib/netstandard2.0/Serilog.dll", + "lib/netstandard2.0/Serilog.xml", + "serilog.4.2.0.nupkg.sha512", + "serilog.nuspec" + ] + }, + "Serilog.AspNetCore/9.0.0": { + "sha512": "JslDajPlBsn3Pww1554flJFTqROvK9zz9jONNQgn0D8Lx2Trw8L0A8/n6zEQK1DAZWXrJwiVLw8cnTR3YFuYsg==", + "type": "package", + "path": "serilog.aspnetcore/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "icon.png", + "lib/net462/Serilog.AspNetCore.dll", + "lib/net462/Serilog.AspNetCore.xml", + "lib/net8.0/Serilog.AspNetCore.dll", + "lib/net8.0/Serilog.AspNetCore.xml", + "lib/net9.0/Serilog.AspNetCore.dll", + "lib/net9.0/Serilog.AspNetCore.xml", + "lib/netstandard2.0/Serilog.AspNetCore.dll", + "lib/netstandard2.0/Serilog.AspNetCore.xml", + "lib/netstandard2.1/Serilog.AspNetCore.dll", + "lib/netstandard2.1/Serilog.AspNetCore.xml", + "serilog.aspnetcore.9.0.0.nupkg.sha512", + "serilog.aspnetcore.nuspec" ] }, - "Microsoft.Extensions.Primitives/9.0.0": { - "sha512": "N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==", + "Serilog.Extensions.Hosting/9.0.0": { + "sha512": "u2TRxuxbjvTAldQn7uaAwePkWxTHIqlgjelekBtilAGL5sYyF3+65NWctN4UrwwGLsDC7c3Vz3HnOlu+PcoxXg==", "type": "package", - "path": "microsoft.extensions.primitives/9.0.0", + "path": "serilog.extensions.hosting/9.0.0", "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/net462/Microsoft.Extensions.Primitives.dll", - "lib/net462/Microsoft.Extensions.Primitives.xml", - "lib/net8.0/Microsoft.Extensions.Primitives.dll", - "lib/net8.0/Microsoft.Extensions.Primitives.xml", - "lib/net9.0/Microsoft.Extensions.Primitives.dll", - "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.nuspec", - "useSharedDesignerContext.txt" + "README.md", + "icon.png", + "lib/net462/Serilog.Extensions.Hosting.dll", + "lib/net462/Serilog.Extensions.Hosting.xml", + "lib/net8.0/Serilog.Extensions.Hosting.dll", + "lib/net8.0/Serilog.Extensions.Hosting.xml", + "lib/net9.0/Serilog.Extensions.Hosting.dll", + "lib/net9.0/Serilog.Extensions.Hosting.xml", + "lib/netstandard2.0/Serilog.Extensions.Hosting.dll", + "lib/netstandard2.0/Serilog.Extensions.Hosting.xml", + "lib/netstandard2.1/Serilog.Extensions.Hosting.dll", + "lib/netstandard2.1/Serilog.Extensions.Hosting.xml", + "serilog.extensions.hosting.9.0.0.nupkg.sha512", + "serilog.extensions.hosting.nuspec" ] }, - "Microsoft.Identity.Client/4.61.3": { - "sha512": "naJo/Qm35Caaoxp5utcw+R8eU8ZtLz2ALh8S+gkekOYQ1oazfCQMWVT4NJ/FnHzdIJlm8dMz0oMpMGCabx5odA==", + "Serilog.Extensions.Logging/9.0.0": { + "sha512": "NwSSYqPJeKNzl5AuXVHpGbr6PkZJFlNa14CdIebVjK3k/76kYj/mz5kiTRNVSsSaxM8kAIa1kpy/qyT9E4npRQ==", "type": "package", - "path": "microsoft.identity.client/4.61.3", + "path": "serilog.extensions.logging/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", - "lib/net462/Microsoft.Identity.Client.dll", - "lib/net462/Microsoft.Identity.Client.xml", - "lib/net6.0-android31.0/Microsoft.Identity.Client.dll", - "lib/net6.0-android31.0/Microsoft.Identity.Client.xml", - "lib/net6.0-ios15.4/Microsoft.Identity.Client.dll", - "lib/net6.0-ios15.4/Microsoft.Identity.Client.xml", - "lib/net6.0/Microsoft.Identity.Client.dll", - "lib/net6.0/Microsoft.Identity.Client.xml", - "lib/netstandard2.0/Microsoft.Identity.Client.dll", - "lib/netstandard2.0/Microsoft.Identity.Client.xml", - "microsoft.identity.client.4.61.3.nupkg.sha512", - "microsoft.identity.client.nuspec" + "lib/net462/Serilog.Extensions.Logging.dll", + "lib/net462/Serilog.Extensions.Logging.xml", + "lib/net8.0/Serilog.Extensions.Logging.dll", + "lib/net8.0/Serilog.Extensions.Logging.xml", + "lib/net9.0/Serilog.Extensions.Logging.dll", + "lib/net9.0/Serilog.Extensions.Logging.xml", + "lib/netstandard2.0/Serilog.Extensions.Logging.dll", + "lib/netstandard2.0/Serilog.Extensions.Logging.xml", + "lib/netstandard2.1/Serilog.Extensions.Logging.dll", + "lib/netstandard2.1/Serilog.Extensions.Logging.xml", + "serilog-extension-nuget.png", + "serilog.extensions.logging.9.0.0.nupkg.sha512", + "serilog.extensions.logging.nuspec" ] }, - "Microsoft.Identity.Client.Extensions.Msal/4.61.3": { - "sha512": "PWnJcznrSGr25MN8ajlc2XIDW4zCFu0U6FkpaNLEWLgd1NgFCp5uDY3mqLDgM8zCN8hqj8yo5wHYfLB2HjcdGw==", + "Serilog.Formatting.Compact/3.0.0": { + "sha512": "wQsv14w9cqlfB5FX2MZpNsTawckN4a8dryuNGbebB/3Nh1pXnROHZov3swtu3Nj5oNG7Ba+xdu7Et/ulAUPanQ==", "type": "package", - "path": "microsoft.identity.client.extensions.msal/4.61.3", + "path": "serilog.formatting.compact/3.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll", - "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.xml", - "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll", - "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.xml", - "microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512", - "microsoft.identity.client.extensions.msal.nuspec" + "README.md", + "lib/net462/Serilog.Formatting.Compact.dll", + "lib/net462/Serilog.Formatting.Compact.xml", + "lib/net471/Serilog.Formatting.Compact.dll", + "lib/net471/Serilog.Formatting.Compact.xml", + "lib/net6.0/Serilog.Formatting.Compact.dll", + "lib/net6.0/Serilog.Formatting.Compact.xml", + "lib/net8.0/Serilog.Formatting.Compact.dll", + "lib/net8.0/Serilog.Formatting.Compact.xml", + "lib/netstandard2.0/Serilog.Formatting.Compact.dll", + "lib/netstandard2.0/Serilog.Formatting.Compact.xml", + "serilog-extension-nuget.png", + "serilog.formatting.compact.3.0.0.nupkg.sha512", + "serilog.formatting.compact.nuspec" ] }, - "Microsoft.IdentityModel.Abstractions/6.35.0": { - "sha512": "xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==", + "Serilog.Settings.Configuration/9.0.0": { + "sha512": "4/Et4Cqwa+F88l5SeFeNZ4c4Z6dEAIKbu3MaQb2Zz9F/g27T5a3wvfMcmCOaAiACjfUb4A6wrlTVfyYUZk3RRQ==", "type": "package", - "path": "microsoft.identitymodel.abstractions/6.35.0", + "path": "serilog.settings.configuration/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Abstractions.dll", - "lib/net45/Microsoft.IdentityModel.Abstractions.xml", - "lib/net461/Microsoft.IdentityModel.Abstractions.dll", - "lib/net461/Microsoft.IdentityModel.Abstractions.xml", - "lib/net462/Microsoft.IdentityModel.Abstractions.dll", - "lib/net462/Microsoft.IdentityModel.Abstractions.xml", - "lib/net472/Microsoft.IdentityModel.Abstractions.dll", - "lib/net472/Microsoft.IdentityModel.Abstractions.xml", - "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", - "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512", - "microsoft.identitymodel.abstractions.nuspec" + "README.md", + "icon.png", + "lib/net462/Serilog.Settings.Configuration.dll", + "lib/net462/Serilog.Settings.Configuration.xml", + "lib/net8.0/Serilog.Settings.Configuration.dll", + "lib/net8.0/Serilog.Settings.Configuration.xml", + "lib/net9.0/Serilog.Settings.Configuration.dll", + "lib/net9.0/Serilog.Settings.Configuration.xml", + "lib/netstandard2.0/Serilog.Settings.Configuration.dll", + "lib/netstandard2.0/Serilog.Settings.Configuration.xml", + "serilog.settings.configuration.9.0.0.nupkg.sha512", + "serilog.settings.configuration.nuspec" ] }, - "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { - "sha512": "9wxai3hKgZUb4/NjdRKfQd0QJvtXKDlvmGMYACbEC8DFaicMFCFhQFZq9ZET1kJLwZahf2lfY5Gtcpsx8zYzbg==", + "Serilog.Sinks.Console/6.1.1": { + "sha512": "8jbqgjUyZlfCuSTaJk6lOca465OndqOz3KZP6Cryt/IqZYybyBu7GP0fE/AXBzrrQB3EBmQntBFAvMVz1COvAA==", "type": "package", - "path": "microsoft.identitymodel.jsonwebtokens/6.35.0", + "path": "serilog.sinks.console/6.1.1", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net45/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net472/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512", - "microsoft.identitymodel.jsonwebtokens.nuspec" + "README.md", + "icon.png", + "lib/net462/Serilog.Sinks.Console.dll", + "lib/net462/Serilog.Sinks.Console.xml", + "lib/net471/Serilog.Sinks.Console.dll", + "lib/net471/Serilog.Sinks.Console.xml", + "lib/net6.0/Serilog.Sinks.Console.dll", + "lib/net6.0/Serilog.Sinks.Console.xml", + "lib/net8.0/Serilog.Sinks.Console.dll", + "lib/net8.0/Serilog.Sinks.Console.xml", + "lib/netstandard2.0/Serilog.Sinks.Console.dll", + "lib/netstandard2.0/Serilog.Sinks.Console.xml", + "serilog.sinks.console.6.1.1.nupkg.sha512", + "serilog.sinks.console.nuspec" ] }, - "Microsoft.IdentityModel.Logging/6.35.0": { - "sha512": "jePrSfGAmqT81JDCNSY+fxVWoGuJKt9e6eJ+vT7+quVS55nWl//jGjUQn4eFtVKt4rt5dXaleZdHRB9J9AJZ7Q==", + "Serilog.Sinks.Debug/3.0.0": { + "sha512": "4BzXcdrgRX7wde9PmHuYd9U6YqycCC28hhpKonK7hx0wb19eiuRj16fPcPSVp0o/Y1ipJuNLYQ00R3q2Zs8FDA==", "type": "package", - "path": "microsoft.identitymodel.logging/6.35.0", + "path": "serilog.sinks.debug/3.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Logging.dll", - "lib/net45/Microsoft.IdentityModel.Logging.xml", - "lib/net461/Microsoft.IdentityModel.Logging.dll", - "lib/net461/Microsoft.IdentityModel.Logging.xml", - "lib/net462/Microsoft.IdentityModel.Logging.dll", - "lib/net462/Microsoft.IdentityModel.Logging.xml", - "lib/net472/Microsoft.IdentityModel.Logging.dll", - "lib/net472/Microsoft.IdentityModel.Logging.xml", - "lib/net6.0/Microsoft.IdentityModel.Logging.dll", - "lib/net6.0/Microsoft.IdentityModel.Logging.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", - "microsoft.identitymodel.logging.6.35.0.nupkg.sha512", - "microsoft.identitymodel.logging.nuspec" + "README.md", + "icon.png", + "lib/net462/Serilog.Sinks.Debug.dll", + "lib/net462/Serilog.Sinks.Debug.xml", + "lib/net471/Serilog.Sinks.Debug.dll", + "lib/net471/Serilog.Sinks.Debug.xml", + "lib/net6.0/Serilog.Sinks.Debug.dll", + "lib/net6.0/Serilog.Sinks.Debug.xml", + "lib/net8.0/Serilog.Sinks.Debug.dll", + "lib/net8.0/Serilog.Sinks.Debug.xml", + "lib/netstandard2.0/Serilog.Sinks.Debug.dll", + "lib/netstandard2.0/Serilog.Sinks.Debug.xml", + "serilog.sinks.debug.3.0.0.nupkg.sha512", + "serilog.sinks.debug.nuspec" ] }, - "Microsoft.IdentityModel.Protocols/6.35.0": { - "sha512": "BPQhlDzdFvv1PzaUxNSk+VEPwezlDEVADIKmyxubw7IiELK18uJ06RQ9QKKkds30XI+gDu9n8j24XQ8w7fjWcg==", + "Serilog.Sinks.File/7.0.0": { + "sha512": "fKL7mXv7qaiNBUC71ssvn/dU0k9t0o45+qm2XgKAlSt19xF+ijjxyA3R6HmCgfKEKwfcfkwWjayuQtRueZFkYw==", "type": "package", - "path": "microsoft.identitymodel.protocols/6.35.0", + "path": "serilog.sinks.file/7.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Protocols.dll", - "lib/net45/Microsoft.IdentityModel.Protocols.xml", - "lib/net461/Microsoft.IdentityModel.Protocols.dll", - "lib/net461/Microsoft.IdentityModel.Protocols.xml", - "lib/net462/Microsoft.IdentityModel.Protocols.dll", - "lib/net462/Microsoft.IdentityModel.Protocols.xml", - "lib/net472/Microsoft.IdentityModel.Protocols.dll", - "lib/net472/Microsoft.IdentityModel.Protocols.xml", - "lib/net6.0/Microsoft.IdentityModel.Protocols.dll", - "lib/net6.0/Microsoft.IdentityModel.Protocols.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.xml", - "microsoft.identitymodel.protocols.6.35.0.nupkg.sha512", - "microsoft.identitymodel.protocols.nuspec" + "README.md", + "lib/net462/Serilog.Sinks.File.dll", + "lib/net462/Serilog.Sinks.File.xml", + "lib/net471/Serilog.Sinks.File.dll", + "lib/net471/Serilog.Sinks.File.xml", + "lib/net6.0/Serilog.Sinks.File.dll", + "lib/net6.0/Serilog.Sinks.File.xml", + "lib/net8.0/Serilog.Sinks.File.dll", + "lib/net8.0/Serilog.Sinks.File.xml", + "lib/net9.0/Serilog.Sinks.File.dll", + "lib/net9.0/Serilog.Sinks.File.xml", + "lib/netstandard2.0/Serilog.Sinks.File.dll", + "lib/netstandard2.0/Serilog.Sinks.File.xml", + "serilog-sink-nuget.png", + "serilog.sinks.file.7.0.0.nupkg.sha512", + "serilog.sinks.file.nuspec" ] }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { - "sha512": "LMtVqnECCCdSmyFoCOxIE5tXQqkOLrvGrL7OxHg41DIm1bpWtaCdGyVcTAfOQpJXvzND9zUKIN/lhngPkYR8vg==", + "Serilog.Sinks.Http/9.2.0": { + "sha512": "tngXuEvfI1CrtB02XVXhHAGTX1HvSMKjWcOmlyBT9LVNIMYvNhOSkfigfwxd9OCbv3cXw1aWFrSPGGw8Y6sjtg==", "type": "package", - "path": "microsoft.identitymodel.protocols.openidconnect/6.35.0", + "path": "serilog.sinks.http/9.2.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512", - "microsoft.identitymodel.protocols.openidconnect.nuspec" + "README.md", + "lib/net462/Serilog.Sinks.Http.dll", + "lib/net462/Serilog.Sinks.Http.xml", + "lib/netstandard2.0/Serilog.Sinks.Http.dll", + "lib/netstandard2.0/Serilog.Sinks.Http.xml", + "lib/netstandard2.1/Serilog.Sinks.Http.dll", + "lib/netstandard2.1/Serilog.Sinks.Http.xml", + "serilog-sink-nuget.png", + "serilog.sinks.http.9.2.0.nupkg.sha512", + "serilog.sinks.http.nuspec" ] }, - "Microsoft.IdentityModel.Tokens/6.35.0": { - "sha512": "RN7lvp7s3Boucg1NaNAbqDbxtlLj5Qeb+4uSS1TeK5FSBVM40P4DKaTKChT43sHyKfh7V0zkrMph6DdHvyA4bg==", + "Serilog.Sinks.Seq/9.0.0": { + "sha512": "aNU8A0K322q7+voPNmp1/qNPH+9QK8xvM1p72sMmCG0wGlshFzmtDW9QnVSoSYCj0MgQKcMOlgooovtBhRlNHw==", "type": "package", - "path": "microsoft.identitymodel.tokens/6.35.0", + "path": "serilog.sinks.seq/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Tokens.dll", - "lib/net45/Microsoft.IdentityModel.Tokens.xml", - "lib/net461/Microsoft.IdentityModel.Tokens.dll", - "lib/net461/Microsoft.IdentityModel.Tokens.xml", - "lib/net462/Microsoft.IdentityModel.Tokens.dll", - "lib/net462/Microsoft.IdentityModel.Tokens.xml", - "lib/net472/Microsoft.IdentityModel.Tokens.dll", - "lib/net472/Microsoft.IdentityModel.Tokens.xml", - "lib/net6.0/Microsoft.IdentityModel.Tokens.dll", - "lib/net6.0/Microsoft.IdentityModel.Tokens.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", - "microsoft.identitymodel.tokens.6.35.0.nupkg.sha512", - "microsoft.identitymodel.tokens.nuspec" + "README.md", + "icon.png", + "lib/net6.0/Serilog.Sinks.Seq.dll", + "lib/net6.0/Serilog.Sinks.Seq.xml", + "lib/netstandard2.0/Serilog.Sinks.Seq.dll", + "lib/netstandard2.0/Serilog.Sinks.Seq.xml", + "serilog.sinks.seq.9.0.0.nupkg.sha512", + "serilog.sinks.seq.nuspec" ] }, - "Microsoft.NETCore.Platforms/1.1.0": { - "sha512": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", + "StackExchange.Redis/2.7.27": { + "sha512": "Uqc2OQHglqj9/FfGQ6RkKFkZfHySfZlfmbCl+hc+u2I/IqunfelQ7QJi7ZhvAJxUtu80pildVX6NPLdDaUffOw==", "type": "package", - "path": "microsoft.netcore.platforms/1.1.0", + "path": "stackexchange.redis/2.7.27", "files": [ ".nupkg.metadata", ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "microsoft.netcore.platforms.1.1.0.nupkg.sha512", - "microsoft.netcore.platforms.nuspec", - "runtime.json" + "lib/net461/StackExchange.Redis.dll", + "lib/net461/StackExchange.Redis.xml", + "lib/net472/StackExchange.Redis.dll", + "lib/net472/StackExchange.Redis.xml", + "lib/net6.0/StackExchange.Redis.dll", + "lib/net6.0/StackExchange.Redis.xml", + "lib/netcoreapp3.1/StackExchange.Redis.dll", + "lib/netcoreapp3.1/StackExchange.Redis.xml", + "lib/netstandard2.0/StackExchange.Redis.dll", + "lib/netstandard2.0/StackExchange.Redis.xml", + "stackexchange.redis.2.7.27.nupkg.sha512", + "stackexchange.redis.nuspec" ] }, - "Microsoft.NETCore.Targets/1.1.0": { - "sha512": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", + "Swashbuckle.AspNetCore/7.2.0": { + "sha512": "vJv19UpWm6OOgnS9QLDnWARNVasXUfj8SFvlG7UVALm4nBnfwRnEky7C0veSDqMUmBeMPC6Ec3d6G1ts/J04Uw==", "type": "package", - "path": "microsoft.netcore.targets/1.1.0", + "path": "swashbuckle.aspnetcore/7.2.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "microsoft.netcore.targets.1.1.0.nupkg.sha512", - "microsoft.netcore.targets.nuspec", - "runtime.json" + "build/Swashbuckle.AspNetCore.props", + "buildMultiTargeting/Swashbuckle.AspNetCore.props", + "docs/package-readme.md", + "swashbuckle.aspnetcore.7.2.0.nupkg.sha512", + "swashbuckle.aspnetcore.nuspec" ] }, - "Microsoft.SqlServer.Server/1.0.0": { - "sha512": "N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==", + "Swashbuckle.AspNetCore.Newtonsoft/7.2.0": { + "sha512": "otztl1SBfwu10iJx6lc3XG/dSqFXRtx8RQ0XrwrO/NYv0j6WhB+vaTJdfs4EPDh+0r7yORUPb7FQ6WgoApeDNg==", "type": "package", - "path": "microsoft.sqlserver.server/1.0.0", + "path": "swashbuckle.aspnetcore.newtonsoft/7.2.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "dotnet.png", - "lib/net46/Microsoft.SqlServer.Server.dll", - "lib/net46/Microsoft.SqlServer.Server.pdb", - "lib/net46/Microsoft.SqlServer.Server.xml", - "lib/netstandard2.0/Microsoft.SqlServer.Server.dll", - "lib/netstandard2.0/Microsoft.SqlServer.Server.pdb", - "lib/netstandard2.0/Microsoft.SqlServer.Server.xml", - "microsoft.sqlserver.server.1.0.0.nupkg.sha512", - "microsoft.sqlserver.server.nuspec" + "lib/net6.0/Swashbuckle.AspNetCore.Newtonsoft.dll", + "lib/net6.0/Swashbuckle.AspNetCore.Newtonsoft.pdb", + "lib/net8.0/Swashbuckle.AspNetCore.Newtonsoft.dll", + "lib/net8.0/Swashbuckle.AspNetCore.Newtonsoft.pdb", + "lib/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll", + "lib/net9.0/Swashbuckle.AspNetCore.Newtonsoft.pdb", + "lib/netstandard2.0/Swashbuckle.AspNetCore.Newtonsoft.dll", + "lib/netstandard2.0/Swashbuckle.AspNetCore.Newtonsoft.pdb", + "package-readme.md", + "swashbuckle.aspnetcore.newtonsoft.7.2.0.nupkg.sha512", + "swashbuckle.aspnetcore.newtonsoft.nuspec" ] }, - "Microsoft.Win32.SystemEvents/6.0.0": { - "sha512": "hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==", + "Swashbuckle.AspNetCore.Swagger/7.2.0": { + "sha512": "y27fNDfIh1vGhJjXYynLcZjl7DLOW1bSO2MDsY9wB4Zm1fdxpPsuBSiR4U+0acWlAqLmnuOPKr/OeOgwRUkBlw==", "type": "package", - "path": "microsoft.win32.systemevents/6.0.0", + "path": "swashbuckle.aspnetcore.swagger/7.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll", + "lib/net6.0/Swashbuckle.AspNetCore.Swagger.pdb", + "lib/net6.0/Swashbuckle.AspNetCore.Swagger.xml", + "lib/net8.0/Swashbuckle.AspNetCore.Swagger.dll", + "lib/net8.0/Swashbuckle.AspNetCore.Swagger.pdb", + "lib/net8.0/Swashbuckle.AspNetCore.Swagger.xml", + "lib/net9.0/Swashbuckle.AspNetCore.Swagger.dll", + "lib/net9.0/Swashbuckle.AspNetCore.Swagger.pdb", + "lib/net9.0/Swashbuckle.AspNetCore.Swagger.xml", + "lib/netstandard2.0/Swashbuckle.AspNetCore.Swagger.dll", + "lib/netstandard2.0/Swashbuckle.AspNetCore.Swagger.pdb", + "lib/netstandard2.0/Swashbuckle.AspNetCore.Swagger.xml", + "package-readme.md", + "swashbuckle.aspnetcore.swagger.7.2.0.nupkg.sha512", + "swashbuckle.aspnetcore.swagger.nuspec" + ] + }, + "Swashbuckle.AspNetCore.SwaggerGen/7.2.0": { + "sha512": "pMrTxGVuXM7t4wqft5CNNU8A0++Yw5kTLmYhB6tbEcyBfO8xEF/Y8pkJhO6BZ/2MYONrRYoQTfPFJqu8fOf5WQ==", + "type": "package", + "path": "swashbuckle.aspnetcore.swaggergen/7.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll", + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.pdb", + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.xml", + "lib/net8.0/Swashbuckle.AspNetCore.SwaggerGen.dll", + "lib/net8.0/Swashbuckle.AspNetCore.SwaggerGen.pdb", + "lib/net8.0/Swashbuckle.AspNetCore.SwaggerGen.xml", + "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll", + "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.pdb", + "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.xml", + "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerGen.dll", + "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerGen.pdb", + "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerGen.xml", + "package-readme.md", + "swashbuckle.aspnetcore.swaggergen.7.2.0.nupkg.sha512", + "swashbuckle.aspnetcore.swaggergen.nuspec" + ] + }, + "Swashbuckle.AspNetCore.SwaggerUI/7.2.0": { + "sha512": "hgrXeKzyp5OGN8qVvL7A+vhmU7mDJTfGpiMBRL66IcfLOyna8UTLtn3cC3CghamXpRDufcc9ciklTszUGEQK0w==", + "type": "package", + "path": "swashbuckle.aspnetcore.swaggerui/7.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll", + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.pdb", + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.xml", + "lib/net8.0/Swashbuckle.AspNetCore.SwaggerUI.dll", + "lib/net8.0/Swashbuckle.AspNetCore.SwaggerUI.pdb", + "lib/net8.0/Swashbuckle.AspNetCore.SwaggerUI.xml", + "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll", + "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.pdb", + "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.xml", + "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerUI.dll", + "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerUI.pdb", + "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerUI.xml", + "package-readme.md", + "swashbuckle.aspnetcore.swaggerui.7.2.0.nupkg.sha512", + "swashbuckle.aspnetcore.swaggerui.nuspec" + ] + }, + "System.Buffers/4.5.0": { + "sha512": "pL2ChpaRRWI/p4LXyy4RgeWlYF2sgfj/pnVMvBqwNFr5cXg7CXNnWZWxrOONLg8VGdFB8oB+EG2Qw4MLgTOe+A==", + "type": "package", + "path": "system.buffers/4.5.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/netcoreapp2.0/Microsoft.Win32.SystemEvents.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/Microsoft.Win32.SystemEvents.dll", - "lib/net461/Microsoft.Win32.SystemEvents.xml", - "lib/net6.0/Microsoft.Win32.SystemEvents.dll", - "lib/net6.0/Microsoft.Win32.SystemEvents.xml", - "lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.dll", - "lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.xml", - "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll", - "lib/netstandard2.0/Microsoft.Win32.SystemEvents.xml", - "microsoft.win32.systemevents.6.0.0.nupkg.sha512", - "microsoft.win32.systemevents.nuspec", - "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll", - "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.xml", - "runtimes/win/lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.dll", - "runtimes/win/lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.xml", - "useSharedDesignerContext.txt" + "lib/netcoreapp2.0/_._", + "lib/netstandard1.1/System.Buffers.dll", + "lib/netstandard1.1/System.Buffers.xml", + "lib/netstandard2.0/System.Buffers.dll", + "lib/netstandard2.0/System.Buffers.xml", + "lib/uap10.0.16299/_._", + "ref/net45/System.Buffers.dll", + "ref/net45/System.Buffers.xml", + "ref/netcoreapp2.0/_._", + "ref/netstandard1.1/System.Buffers.dll", + "ref/netstandard1.1/System.Buffers.xml", + "ref/netstandard2.0/System.Buffers.dll", + "ref/netstandard2.0/System.Buffers.xml", + "ref/uap10.0.16299/_._", + "system.buffers.4.5.0.nupkg.sha512", + "system.buffers.nuspec", + "useSharedDesignerContext.txt", + "version.txt" ] }, "System.ClientModel/1.0.0": { @@ -1929,92 +7374,300 @@ "system.clientmodel.nuspec" ] }, - "System.Configuration.ConfigurationManager/6.0.1": { - "sha512": "jXw9MlUu/kRfEU0WyTptAVueupqIeE3/rl0EZDMlf8pcvJnitQ8HeVEp69rZdaStXwTV72boi/Bhw8lOeO+U2w==", + "System.CodeDom/4.4.0": { + "sha512": "2sCCb7doXEwtYAbqzbF/8UAeDRMNmPaQbU2q50Psg1J9KzumyVVCgKQY8s53WIPTufNT0DpSe9QRvVjOzfDWBA==", + "type": "package", + "path": "system.codedom/4.4.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.CodeDom.dll", + "lib/netstandard2.0/System.CodeDom.dll", + "ref/net461/System.CodeDom.dll", + "ref/net461/System.CodeDom.xml", + "ref/netstandard2.0/System.CodeDom.dll", + "ref/netstandard2.0/System.CodeDom.xml", + "system.codedom.4.4.0.nupkg.sha512", + "system.codedom.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Collections.Immutable/6.0.0": { + "sha512": "l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==", "type": "package", - "path": "system.configuration.configurationmanager/6.0.1", + "path": "system.collections.immutable/6.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/netcoreapp2.0/System.Configuration.ConfigurationManager.targets", + "buildTransitive/netcoreapp2.0/System.Collections.Immutable.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Collections.Immutable.dll", + "lib/net461/System.Collections.Immutable.xml", + "lib/net6.0/System.Collections.Immutable.dll", + "lib/net6.0/System.Collections.Immutable.xml", + "lib/netstandard2.0/System.Collections.Immutable.dll", + "lib/netstandard2.0/System.Collections.Immutable.xml", + "system.collections.immutable.6.0.0.nupkg.sha512", + "system.collections.immutable.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Composition/6.0.0": { + "sha512": "d7wMuKQtfsxUa7S13tITC8n1cQzewuhD5iDjZtK2prwFfKVzdYtgrTHgjaV03Zq7feGQ5gkP85tJJntXwInsJA==", + "type": "package", + "path": "system.composition/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Composition.targets", + "buildTransitive/netcoreapp3.1/_._", + "system.composition.6.0.0.nupkg.sha512", + "system.composition.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Composition.AttributedModel/6.0.0": { + "sha512": "WK1nSDLByK/4VoC7fkNiFuTVEiperuCN/Hyn+VN30R+W2ijO1d0Z2Qm0ScEl9xkSn1G2MyapJi8xpf4R8WRa/w==", + "type": "package", + "path": "system.composition.attributedmodel/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Composition.AttributedModel.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Composition.AttributedModel.dll", + "lib/net461/System.Composition.AttributedModel.xml", + "lib/net6.0/System.Composition.AttributedModel.dll", + "lib/net6.0/System.Composition.AttributedModel.xml", + "lib/netstandard2.0/System.Composition.AttributedModel.dll", + "lib/netstandard2.0/System.Composition.AttributedModel.xml", + "system.composition.attributedmodel.6.0.0.nupkg.sha512", + "system.composition.attributedmodel.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Composition.Convention/6.0.0": { + "sha512": "XYi4lPRdu5bM4JVJ3/UIHAiG6V6lWWUlkhB9ab4IOq0FrRsp0F4wTyV4Dj+Ds+efoXJ3qbLqlvaUozDO7OLeXA==", + "type": "package", + "path": "system.composition.convention/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Composition.Convention.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Composition.Convention.dll", + "lib/net461/System.Composition.Convention.xml", + "lib/net6.0/System.Composition.Convention.dll", + "lib/net6.0/System.Composition.Convention.xml", + "lib/netstandard2.0/System.Composition.Convention.dll", + "lib/netstandard2.0/System.Composition.Convention.xml", + "system.composition.convention.6.0.0.nupkg.sha512", + "system.composition.convention.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Composition.Hosting/6.0.0": { + "sha512": "w/wXjj7kvxuHPLdzZ0PAUt++qJl03t7lENmb2Oev0n3zbxyNULbWBlnd5J5WUMMv15kg5o+/TCZFb6lSwfaUUQ==", + "type": "package", + "path": "system.composition.hosting/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Composition.Hosting.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Composition.Hosting.dll", + "lib/net461/System.Composition.Hosting.xml", + "lib/net6.0/System.Composition.Hosting.dll", + "lib/net6.0/System.Composition.Hosting.xml", + "lib/netstandard2.0/System.Composition.Hosting.dll", + "lib/netstandard2.0/System.Composition.Hosting.xml", + "system.composition.hosting.6.0.0.nupkg.sha512", + "system.composition.hosting.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Composition.Runtime/6.0.0": { + "sha512": "qkRH/YBaMPTnzxrS5RDk1juvqed4A6HOD/CwRcDGyPpYps1J27waBddiiq1y93jk2ZZ9wuA/kynM+NO0kb3PKg==", + "type": "package", + "path": "system.composition.runtime/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Composition.Runtime.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Composition.Runtime.dll", + "lib/net461/System.Composition.Runtime.xml", + "lib/net6.0/System.Composition.Runtime.dll", + "lib/net6.0/System.Composition.Runtime.xml", + "lib/netstandard2.0/System.Composition.Runtime.dll", + "lib/netstandard2.0/System.Composition.Runtime.xml", + "system.composition.runtime.6.0.0.nupkg.sha512", + "system.composition.runtime.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Composition.TypedParts/6.0.0": { + "sha512": "iUR1eHrL8Cwd82neQCJ00MpwNIBs4NZgXzrPqx8NJf/k4+mwBO0XCRmHYJT4OLSwDDqh5nBLJWkz5cROnrGhRA==", + "type": "package", + "path": "system.composition.typedparts/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Composition.TypedParts.targets", "buildTransitive/netcoreapp3.1/_._", - "lib/net461/System.Configuration.ConfigurationManager.dll", - "lib/net461/System.Configuration.ConfigurationManager.xml", + "lib/net461/System.Composition.TypedParts.dll", + "lib/net461/System.Composition.TypedParts.xml", + "lib/net6.0/System.Composition.TypedParts.dll", + "lib/net6.0/System.Composition.TypedParts.xml", + "lib/netstandard2.0/System.Composition.TypedParts.dll", + "lib/netstandard2.0/System.Composition.TypedParts.xml", + "system.composition.typedparts.6.0.0.nupkg.sha512", + "system.composition.typedparts.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Configuration.ConfigurationManager/8.0.0": { + "sha512": "JlYi9XVvIREURRUlGMr1F6vOFLk7YSY4p1vHo4kX3tQ0AGrjqlRWHDi66ImHhy6qwXBG3BJ6Y1QlYQ+Qz6Xgww==", + "type": "package", + "path": "system.configuration.configurationmanager/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Configuration.ConfigurationManager.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Configuration.ConfigurationManager.targets", + "lib/net462/System.Configuration.ConfigurationManager.dll", + "lib/net462/System.Configuration.ConfigurationManager.xml", "lib/net6.0/System.Configuration.ConfigurationManager.dll", "lib/net6.0/System.Configuration.ConfigurationManager.xml", + "lib/net7.0/System.Configuration.ConfigurationManager.dll", + "lib/net7.0/System.Configuration.ConfigurationManager.xml", + "lib/net8.0/System.Configuration.ConfigurationManager.dll", + "lib/net8.0/System.Configuration.ConfigurationManager.xml", "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll", "lib/netstandard2.0/System.Configuration.ConfigurationManager.xml", - "runtimes/win/lib/net461/System.Configuration.ConfigurationManager.dll", - "runtimes/win/lib/net461/System.Configuration.ConfigurationManager.xml", - "system.configuration.configurationmanager.6.0.1.nupkg.sha512", + "system.configuration.configurationmanager.8.0.0.nupkg.sha512", "system.configuration.configurationmanager.nuspec", "useSharedDesignerContext.txt" ] }, - "System.Diagnostics.DiagnosticSource/6.0.1": { - "sha512": "KiLYDu2k2J82Q9BJpWiuQqCkFjRBWVq4jDzKKWawVi9KWzyD0XG3cmfX0vqTQlL14Wi9EufJrbL0+KCLTbqWiQ==", + "System.Diagnostics.DiagnosticSource/10.0.0": { + "sha512": "0KdBK+h7G13PuOSC2R/DalAoFMvdYMznvGRuICtkdcUMXgl/gYXsG6z4yUvTxHSMACorWgHCU1Faq0KUHU6yAQ==", "type": "package", - "path": "system.diagnostics.diagnosticsource/6.0.1", + "path": "system.diagnostics.diagnosticsource/10.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Diagnostics.DiagnosticSource.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/System.Diagnostics.DiagnosticSource.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/System.Diagnostics.DiagnosticSource.dll", - "lib/net461/System.Diagnostics.DiagnosticSource.xml", - "lib/net5.0/System.Diagnostics.DiagnosticSource.dll", - "lib/net5.0/System.Diagnostics.DiagnosticSource.xml", - "lib/net6.0/System.Diagnostics.DiagnosticSource.dll", - "lib/net6.0/System.Diagnostics.DiagnosticSource.xml", + "lib/net10.0/System.Diagnostics.DiagnosticSource.dll", + "lib/net10.0/System.Diagnostics.DiagnosticSource.xml", + "lib/net462/System.Diagnostics.DiagnosticSource.dll", + "lib/net462/System.Diagnostics.DiagnosticSource.xml", + "lib/net8.0/System.Diagnostics.DiagnosticSource.dll", + "lib/net8.0/System.Diagnostics.DiagnosticSource.xml", + "lib/net9.0/System.Diagnostics.DiagnosticSource.dll", + "lib/net9.0/System.Diagnostics.DiagnosticSource.xml", "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll", "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.xml", - "system.diagnostics.diagnosticsource.6.0.1.nupkg.sha512", + "system.diagnostics.diagnosticsource.10.0.0.nupkg.sha512", "system.diagnostics.diagnosticsource.nuspec", "useSharedDesignerContext.txt" ] }, - "System.Drawing.Common/6.0.0": { - "sha512": "NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==", + "System.Diagnostics.EventLog/9.0.2": { + "sha512": "i+Fe6Fpst/onydFLBGilCr/Eh9OFdlaTU/c3alPp6IbLZXQJOgpIu3l4MOnmsN8fDYq5nAyHSqNIJesc74Yw3Q==", + "type": "package", + "path": "system.diagnostics.eventlog/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Diagnostics.EventLog.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/System.Diagnostics.EventLog.targets", + "lib/net462/System.Diagnostics.EventLog.dll", + "lib/net462/System.Diagnostics.EventLog.xml", + "lib/net8.0/System.Diagnostics.EventLog.dll", + "lib/net8.0/System.Diagnostics.EventLog.xml", + "lib/net9.0/System.Diagnostics.EventLog.dll", + "lib/net9.0/System.Diagnostics.EventLog.xml", + "lib/netstandard2.0/System.Diagnostics.EventLog.dll", + "lib/netstandard2.0/System.Diagnostics.EventLog.xml", + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll", + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll", + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.xml", + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll", + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll", + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.xml", + "system.diagnostics.eventlog.9.0.2.nupkg.sha512", + "system.diagnostics.eventlog.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Diagnostics.PerformanceCounter/6.0.0": { + "sha512": "gbeE5tNp/oB7O8kTTLh3wPPJCxpNOphXPTWVs1BsYuFOYapFijWuh0LYw1qnDo4gwDUYPXOmpTIhvtxisGsYOQ==", "type": "package", - "path": "system.drawing.common/6.0.0", + "path": "system.diagnostics.performancecounter/6.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/netcoreapp2.0/System.Drawing.Common.targets", + "buildTransitive/netcoreapp2.0/System.Diagnostics.PerformanceCounter.targets", "buildTransitive/netcoreapp3.1/_._", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net461/System.Drawing.Common.dll", - "lib/net461/System.Drawing.Common.xml", - "lib/net6.0/System.Drawing.Common.dll", - "lib/net6.0/System.Drawing.Common.xml", - "lib/netcoreapp3.1/System.Drawing.Common.dll", - "lib/netcoreapp3.1/System.Drawing.Common.xml", - "lib/netstandard2.0/System.Drawing.Common.dll", - "lib/netstandard2.0/System.Drawing.Common.xml", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "runtimes/unix/lib/net6.0/System.Drawing.Common.dll", - "runtimes/unix/lib/net6.0/System.Drawing.Common.xml", - "runtimes/unix/lib/netcoreapp3.1/System.Drawing.Common.dll", - "runtimes/unix/lib/netcoreapp3.1/System.Drawing.Common.xml", - "runtimes/win/lib/net6.0/System.Drawing.Common.dll", - "runtimes/win/lib/net6.0/System.Drawing.Common.xml", - "runtimes/win/lib/netcoreapp3.1/System.Drawing.Common.dll", - "runtimes/win/lib/netcoreapp3.1/System.Drawing.Common.xml", - "system.drawing.common.6.0.0.nupkg.sha512", - "system.drawing.common.nuspec", + "lib/net461/System.Diagnostics.PerformanceCounter.dll", + "lib/net461/System.Diagnostics.PerformanceCounter.xml", + "lib/net6.0/System.Diagnostics.PerformanceCounter.dll", + "lib/net6.0/System.Diagnostics.PerformanceCounter.xml", + "lib/netcoreapp3.1/System.Diagnostics.PerformanceCounter.dll", + "lib/netcoreapp3.1/System.Diagnostics.PerformanceCounter.xml", + "lib/netstandard2.0/System.Diagnostics.PerformanceCounter.dll", + "lib/netstandard2.0/System.Diagnostics.PerformanceCounter.xml", + "runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll", + "runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.xml", + "runtimes/win/lib/netcoreapp3.1/System.Diagnostics.PerformanceCounter.dll", + "runtimes/win/lib/netcoreapp3.1/System.Diagnostics.PerformanceCounter.xml", + "system.diagnostics.performancecounter.6.0.0.nupkg.sha512", + "system.diagnostics.performancecounter.nuspec", "useSharedDesignerContext.txt" ] }, @@ -2046,33 +7699,102 @@ "useSharedDesignerContext.txt" ] }, - "System.IdentityModel.Tokens.Jwt/6.35.0": { - "sha512": "yxGIQd3BFK7F6S62/7RdZk3C/mfwyVxvh6ngd1VYMBmbJ1YZZA9+Ku6suylVtso0FjI0wbElpJ0d27CdsyLpBQ==", + "System.IdentityModel.Tokens.Jwt/8.6.0": { + "sha512": "PbhxMaAejQ5pVStTsMPzja0Q2FOeEIOQy8isxw2tTxduqIjWRJ+P78bWGpaXH67Tkeb+2t91YBj2stXEw6vyZQ==", "type": "package", - "path": "system.identitymodel.tokens.jwt/6.35.0", + "path": "system.identitymodel.tokens.jwt/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/System.IdentityModel.Tokens.Jwt.dll", - "lib/net45/System.IdentityModel.Tokens.Jwt.xml", - "lib/net461/System.IdentityModel.Tokens.Jwt.dll", - "lib/net461/System.IdentityModel.Tokens.Jwt.xml", + "README.md", "lib/net462/System.IdentityModel.Tokens.Jwt.dll", "lib/net462/System.IdentityModel.Tokens.Jwt.xml", "lib/net472/System.IdentityModel.Tokens.Jwt.dll", "lib/net472/System.IdentityModel.Tokens.Jwt.xml", "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll", "lib/net6.0/System.IdentityModel.Tokens.Jwt.xml", + "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll", + "lib/net8.0/System.IdentityModel.Tokens.Jwt.xml", + "lib/net9.0/System.IdentityModel.Tokens.Jwt.dll", + "lib/net9.0/System.IdentityModel.Tokens.Jwt.xml", "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll", "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.xml", - "system.identitymodel.tokens.jwt.6.35.0.nupkg.sha512", + "system.identitymodel.tokens.jwt.8.6.0.nupkg.sha512", "system.identitymodel.tokens.jwt.nuspec" ] }, - "System.Memory/4.5.4": { - "sha512": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==", + "System.IO.FileSystem.AccessControl/4.7.0": { + "sha512": "vMToiarpU81LR1/KZtnT7VDPvqAZfw9oOS5nY6pPP78nGYz3COLsQH3OfzbR+SjTgltd31R6KmKklz/zDpTmzw==", + "type": "package", + "path": "system.io.filesystem.accesscontrol/4.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net46/System.IO.FileSystem.AccessControl.dll", + "lib/net461/System.IO.FileSystem.AccessControl.dll", + "lib/net461/System.IO.FileSystem.AccessControl.xml", + "lib/netstandard1.3/System.IO.FileSystem.AccessControl.dll", + "lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll", + "lib/netstandard2.0/System.IO.FileSystem.AccessControl.xml", + "ref/net46/System.IO.FileSystem.AccessControl.dll", + "ref/net461/System.IO.FileSystem.AccessControl.dll", + "ref/net461/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/System.IO.FileSystem.AccessControl.dll", + "ref/netstandard1.3/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll", + "ref/netstandard2.0/System.IO.FileSystem.AccessControl.xml", + "runtimes/win/lib/net46/System.IO.FileSystem.AccessControl.dll", + "runtimes/win/lib/net461/System.IO.FileSystem.AccessControl.dll", + "runtimes/win/lib/net461/System.IO.FileSystem.AccessControl.xml", + "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.AccessControl.dll", + "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll", + "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.xml", + "system.io.filesystem.accesscontrol.4.7.0.nupkg.sha512", + "system.io.filesystem.accesscontrol.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.IO.Pipelines/6.0.3": { + "sha512": "ryTgF+iFkpGZY1vRQhfCzX0xTdlV3pyaTTqRu2ETbEv+HlV7O6y7hyQURnghNIXvctl5DuZ//Dpks6HdL/Txgw==", + "type": "package", + "path": "system.io.pipelines/6.0.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.IO.Pipelines.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.IO.Pipelines.dll", + "lib/net461/System.IO.Pipelines.xml", + "lib/net6.0/System.IO.Pipelines.dll", + "lib/net6.0/System.IO.Pipelines.xml", + "lib/netcoreapp3.1/System.IO.Pipelines.dll", + "lib/netcoreapp3.1/System.IO.Pipelines.xml", + "lib/netstandard2.0/System.IO.Pipelines.dll", + "lib/netstandard2.0/System.IO.Pipelines.xml", + "system.io.pipelines.6.0.3.nupkg.sha512", + "system.io.pipelines.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Memory/4.5.5": { + "sha512": "XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==", "type": "package", - "path": "system.memory/4.5.4", + "path": "system.memory/4.5.5", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -2086,7 +7808,7 @@ "lib/netstandard2.0/System.Memory.dll", "lib/netstandard2.0/System.Memory.xml", "ref/netcoreapp2.1/_._", - "system.memory.4.5.4.nupkg.sha512", + "system.memory.4.5.5.nupkg.sha512", "system.memory.nuspec", "useSharedDesignerContext.txt", "version.txt" @@ -2157,131 +7879,64 @@ "version.txt" ] }, - "System.Runtime/4.3.0": { - "sha512": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", + "System.Reflection.Metadata/6.0.1": { + "sha512": "III/lNMSn0ZRBuM9m5Cgbiho5j81u0FAEagFX5ta2DKbljZ3T0IpD8j+BIiHQPeKqJppWS9bGEp6JnKnWKze0g==", "type": "package", - "path": "system.runtime/4.3.0", + "path": "system.reflection.metadata/6.0.1", "files": [ ".nupkg.metadata", ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net462/System.Runtime.dll", - "lib/portable-net45+win8+wp80+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net462/System.Runtime.dll", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", - "ref/netcore50/de/System.Runtime.xml", - "ref/netcore50/es/System.Runtime.xml", - "ref/netcore50/fr/System.Runtime.xml", - "ref/netcore50/it/System.Runtime.xml", - "ref/netcore50/ja/System.Runtime.xml", - "ref/netcore50/ko/System.Runtime.xml", - "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/zh-hans/System.Runtime.xml", - "ref/netcore50/zh-hant/System.Runtime.xml", - "ref/netstandard1.0/System.Runtime.dll", - "ref/netstandard1.0/System.Runtime.xml", - "ref/netstandard1.0/de/System.Runtime.xml", - "ref/netstandard1.0/es/System.Runtime.xml", - "ref/netstandard1.0/fr/System.Runtime.xml", - "ref/netstandard1.0/it/System.Runtime.xml", - "ref/netstandard1.0/ja/System.Runtime.xml", - "ref/netstandard1.0/ko/System.Runtime.xml", - "ref/netstandard1.0/ru/System.Runtime.xml", - "ref/netstandard1.0/zh-hans/System.Runtime.xml", - "ref/netstandard1.0/zh-hant/System.Runtime.xml", - "ref/netstandard1.2/System.Runtime.dll", - "ref/netstandard1.2/System.Runtime.xml", - "ref/netstandard1.2/de/System.Runtime.xml", - "ref/netstandard1.2/es/System.Runtime.xml", - "ref/netstandard1.2/fr/System.Runtime.xml", - "ref/netstandard1.2/it/System.Runtime.xml", - "ref/netstandard1.2/ja/System.Runtime.xml", - "ref/netstandard1.2/ko/System.Runtime.xml", - "ref/netstandard1.2/ru/System.Runtime.xml", - "ref/netstandard1.2/zh-hans/System.Runtime.xml", - "ref/netstandard1.2/zh-hant/System.Runtime.xml", - "ref/netstandard1.3/System.Runtime.dll", - "ref/netstandard1.3/System.Runtime.xml", - "ref/netstandard1.3/de/System.Runtime.xml", - "ref/netstandard1.3/es/System.Runtime.xml", - "ref/netstandard1.3/fr/System.Runtime.xml", - "ref/netstandard1.3/it/System.Runtime.xml", - "ref/netstandard1.3/ja/System.Runtime.xml", - "ref/netstandard1.3/ko/System.Runtime.xml", - "ref/netstandard1.3/ru/System.Runtime.xml", - "ref/netstandard1.3/zh-hans/System.Runtime.xml", - "ref/netstandard1.3/zh-hant/System.Runtime.xml", - "ref/netstandard1.5/System.Runtime.dll", - "ref/netstandard1.5/System.Runtime.xml", - "ref/netstandard1.5/de/System.Runtime.xml", - "ref/netstandard1.5/es/System.Runtime.xml", - "ref/netstandard1.5/fr/System.Runtime.xml", - "ref/netstandard1.5/it/System.Runtime.xml", - "ref/netstandard1.5/ja/System.Runtime.xml", - "ref/netstandard1.5/ko/System.Runtime.xml", - "ref/netstandard1.5/ru/System.Runtime.xml", - "ref/netstandard1.5/zh-hans/System.Runtime.xml", - "ref/netstandard1.5/zh-hant/System.Runtime.xml", - "ref/portable-net45+win8+wp80+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.runtime.4.3.0.nupkg.sha512", - "system.runtime.nuspec" + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Reflection.Metadata.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Reflection.Metadata.dll", + "lib/net461/System.Reflection.Metadata.xml", + "lib/net6.0/System.Reflection.Metadata.dll", + "lib/net6.0/System.Reflection.Metadata.xml", + "lib/netstandard2.0/System.Reflection.Metadata.dll", + "lib/netstandard2.0/System.Reflection.Metadata.xml", + "system.reflection.metadata.6.0.1.nupkg.sha512", + "system.reflection.metadata.nuspec", + "useSharedDesignerContext.txt" ] }, - "System.Runtime.Caching/6.0.0": { - "sha512": "E0e03kUp5X2k+UAoVl6efmI7uU7JRBWi5EIdlQ7cr0NpBGjHG4fWII35PgsBY9T4fJQ8E4QPsL0rKksU9gcL5A==", + "System.Runtime.Caching/8.0.0": { + "sha512": "4TmlmvGp4kzZomm7J2HJn6IIx0UUrQyhBDyb5O1XiunZlQImXW+B8b7W/sTPcXhSf9rp5NR5aDtQllwbB5elOQ==", "type": "package", - "path": "system.runtime.caching/6.0.0", + "path": "system.runtime.caching/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net6.0/_._", "buildTransitive/netcoreapp2.0/System.Runtime.Caching.targets", - "buildTransitive/netcoreapp3.1/_._", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net461/_._", + "lib/net462/_._", "lib/net6.0/System.Runtime.Caching.dll", "lib/net6.0/System.Runtime.Caching.xml", - "lib/netcoreapp3.1/System.Runtime.Caching.dll", - "lib/netcoreapp3.1/System.Runtime.Caching.xml", + "lib/net7.0/System.Runtime.Caching.dll", + "lib/net7.0/System.Runtime.Caching.xml", + "lib/net8.0/System.Runtime.Caching.dll", + "lib/net8.0/System.Runtime.Caching.xml", "lib/netstandard2.0/System.Runtime.Caching.dll", "lib/netstandard2.0/System.Runtime.Caching.xml", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", "lib/xamarintvos10/_._", "lib/xamarinwatchos10/_._", - "runtimes/win/lib/net461/_._", "runtimes/win/lib/net6.0/System.Runtime.Caching.dll", "runtimes/win/lib/net6.0/System.Runtime.Caching.xml", - "runtimes/win/lib/netcoreapp3.1/System.Runtime.Caching.dll", - "runtimes/win/lib/netcoreapp3.1/System.Runtime.Caching.xml", - "runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll", - "runtimes/win/lib/netstandard2.0/System.Runtime.Caching.xml", - "system.runtime.caching.6.0.0.nupkg.sha512", + "runtimes/win/lib/net7.0/System.Runtime.Caching.dll", + "runtimes/win/lib/net7.0/System.Runtime.Caching.xml", + "runtimes/win/lib/net8.0/System.Runtime.Caching.dll", + "runtimes/win/lib/net8.0/System.Runtime.Caching.xml", + "system.runtime.caching.8.0.0.nupkg.sha512", "system.runtime.caching.nuspec", "useSharedDesignerContext.txt" ] @@ -2299,196 +7954,167 @@ "buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets", "buildTransitive/netcoreapp3.1/_._", "lib/net461/System.Runtime.CompilerServices.Unsafe.dll", + "lib/net461/System.Runtime.CompilerServices.Unsafe.xml", "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml", "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.xml", "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", "system.runtime.compilerservices.unsafe.nuspec", "useSharedDesignerContext.txt" ] }, - "System.Security.AccessControl/6.0.0": { - "sha512": "AUADIc0LIEQe7MzC+I0cl0rAT8RrTAKFHl53yHjEUzNVIaUlhFY11vc2ebiVJzVBuOzun6F7FBA+8KAbGTTedQ==", + "System.Security.AccessControl/4.7.0": { + "sha512": "JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==", "type": "package", - "path": "system.security.accesscontrol/6.0.0", + "path": "system.security.accesscontrol/4.7.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/netcoreapp2.0/System.Security.AccessControl.targets", - "buildTransitive/netcoreapp3.1/_._", + "lib/net46/System.Security.AccessControl.dll", "lib/net461/System.Security.AccessControl.dll", "lib/net461/System.Security.AccessControl.xml", - "lib/net6.0/System.Security.AccessControl.dll", - "lib/net6.0/System.Security.AccessControl.xml", + "lib/netstandard1.3/System.Security.AccessControl.dll", "lib/netstandard2.0/System.Security.AccessControl.dll", "lib/netstandard2.0/System.Security.AccessControl.xml", + "lib/uap10.0.16299/_._", + "ref/net46/System.Security.AccessControl.dll", + "ref/net461/System.Security.AccessControl.dll", + "ref/net461/System.Security.AccessControl.xml", + "ref/netstandard1.3/System.Security.AccessControl.dll", + "ref/netstandard1.3/System.Security.AccessControl.xml", + "ref/netstandard1.3/de/System.Security.AccessControl.xml", + "ref/netstandard1.3/es/System.Security.AccessControl.xml", + "ref/netstandard1.3/fr/System.Security.AccessControl.xml", + "ref/netstandard1.3/it/System.Security.AccessControl.xml", + "ref/netstandard1.3/ja/System.Security.AccessControl.xml", + "ref/netstandard1.3/ko/System.Security.AccessControl.xml", + "ref/netstandard1.3/ru/System.Security.AccessControl.xml", + "ref/netstandard1.3/zh-hans/System.Security.AccessControl.xml", + "ref/netstandard1.3/zh-hant/System.Security.AccessControl.xml", + "ref/netstandard2.0/System.Security.AccessControl.dll", + "ref/netstandard2.0/System.Security.AccessControl.xml", + "ref/uap10.0.16299/_._", + "runtimes/win/lib/net46/System.Security.AccessControl.dll", "runtimes/win/lib/net461/System.Security.AccessControl.dll", "runtimes/win/lib/net461/System.Security.AccessControl.xml", - "runtimes/win/lib/net6.0/System.Security.AccessControl.dll", - "runtimes/win/lib/net6.0/System.Security.AccessControl.xml", - "runtimes/win/lib/netstandard2.0/System.Security.AccessControl.dll", - "runtimes/win/lib/netstandard2.0/System.Security.AccessControl.xml", - "system.security.accesscontrol.6.0.0.nupkg.sha512", + "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll", + "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.xml", + "runtimes/win/lib/netstandard1.3/System.Security.AccessControl.dll", + "runtimes/win/lib/uap10.0.16299/_._", + "system.security.accesscontrol.4.7.0.nupkg.sha512", "system.security.accesscontrol.nuspec", - "useSharedDesignerContext.txt" + "useSharedDesignerContext.txt", + "version.txt" ] }, - "System.Security.Cryptography.Cng/5.0.0": { - "sha512": "jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==", + "System.Security.Cryptography.Pkcs/9.0.0": { + "sha512": "8tluJF8w9si+2yoHeL8rgVJS6lKvWomTDC8px65Z8MCzzdME5eaPtEQf4OfVGrAxB5fW93ncucy1+221O9EQaw==", "type": "package", - "path": "system.security.cryptography.cng/5.0.0", + "path": "system.security.cryptography.pkcs/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.Cng.dll", - "lib/net461/System.Security.Cryptography.Cng.dll", - "lib/net461/System.Security.Cryptography.Cng.xml", - "lib/net462/System.Security.Cryptography.Cng.dll", - "lib/net462/System.Security.Cryptography.Cng.xml", - "lib/net47/System.Security.Cryptography.Cng.dll", - "lib/net47/System.Security.Cryptography.Cng.xml", - "lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll", - "lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll", - "lib/netcoreapp3.0/System.Security.Cryptography.Cng.xml", - "lib/netstandard1.3/System.Security.Cryptography.Cng.dll", - "lib/netstandard1.4/System.Security.Cryptography.Cng.dll", - "lib/netstandard1.6/System.Security.Cryptography.Cng.dll", - "lib/netstandard2.0/System.Security.Cryptography.Cng.dll", - "lib/netstandard2.0/System.Security.Cryptography.Cng.xml", - "lib/netstandard2.1/System.Security.Cryptography.Cng.dll", - "lib/netstandard2.1/System.Security.Cryptography.Cng.xml", - "lib/uap10.0.16299/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.Cng.dll", - "ref/net461/System.Security.Cryptography.Cng.dll", - "ref/net461/System.Security.Cryptography.Cng.xml", - "ref/net462/System.Security.Cryptography.Cng.dll", - "ref/net462/System.Security.Cryptography.Cng.xml", - "ref/net47/System.Security.Cryptography.Cng.dll", - "ref/net47/System.Security.Cryptography.Cng.xml", - "ref/netcoreapp2.0/System.Security.Cryptography.Cng.dll", - "ref/netcoreapp2.0/System.Security.Cryptography.Cng.xml", - "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll", - "ref/netcoreapp2.1/System.Security.Cryptography.Cng.xml", - "ref/netcoreapp3.0/System.Security.Cryptography.Cng.dll", - "ref/netcoreapp3.0/System.Security.Cryptography.Cng.xml", - "ref/netstandard1.3/System.Security.Cryptography.Cng.dll", - "ref/netstandard1.4/System.Security.Cryptography.Cng.dll", - "ref/netstandard1.6/System.Security.Cryptography.Cng.dll", - "ref/netstandard2.0/System.Security.Cryptography.Cng.dll", - "ref/netstandard2.0/System.Security.Cryptography.Cng.xml", - "ref/netstandard2.1/System.Security.Cryptography.Cng.dll", - "ref/netstandard2.1/System.Security.Cryptography.Cng.xml", - "ref/uap10.0.16299/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/win/lib/net46/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/net461/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/net461/System.Security.Cryptography.Cng.xml", - "runtimes/win/lib/net462/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/net462/System.Security.Cryptography.Cng.xml", - "runtimes/win/lib/net47/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/net47/System.Security.Cryptography.Cng.xml", - "runtimes/win/lib/netcoreapp2.0/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Cng.xml", - "runtimes/win/lib/netstandard1.4/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/uap10.0.16299/_._", - "system.security.cryptography.cng.5.0.0.nupkg.sha512", - "system.security.cryptography.cng.nuspec", - "useSharedDesignerContext.txt", - "version.txt" + "buildTransitive/net461/System.Security.Cryptography.Pkcs.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/System.Security.Cryptography.Pkcs.targets", + "lib/net462/System.Security.Cryptography.Pkcs.dll", + "lib/net462/System.Security.Cryptography.Pkcs.xml", + "lib/net8.0/System.Security.Cryptography.Pkcs.dll", + "lib/net8.0/System.Security.Cryptography.Pkcs.xml", + "lib/net9.0/System.Security.Cryptography.Pkcs.dll", + "lib/net9.0/System.Security.Cryptography.Pkcs.xml", + "lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll", + "lib/netstandard2.0/System.Security.Cryptography.Pkcs.xml", + "lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll", + "lib/netstandard2.1/System.Security.Cryptography.Pkcs.xml", + "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll", + "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.xml", + "runtimes/win/lib/net9.0/System.Security.Cryptography.Pkcs.dll", + "runtimes/win/lib/net9.0/System.Security.Cryptography.Pkcs.xml", + "system.security.cryptography.pkcs.9.0.0.nupkg.sha512", + "system.security.cryptography.pkcs.nuspec", + "useSharedDesignerContext.txt" ] }, - "System.Security.Cryptography.ProtectedData/6.0.0": { - "sha512": "rp1gMNEZpvx9vP0JW0oHLxlf8oSiQgtno77Y4PLUBjSiDYoD77Y8uXHr1Ea5XG4/pIKhqAdxZ8v8OTUtqo9PeQ==", + "System.Security.Cryptography.ProtectedData/8.0.0": { + "sha512": "+TUFINV2q2ifyXauQXRwy4CiBhqvDEDZeVJU7qfxya4aRYOKzVBpN+4acx25VcPB9ywUN6C0n8drWl110PhZEg==", "type": "package", - "path": "system.security.cryptography.protecteddata/6.0.0", + "path": "system.security.cryptography.protecteddata/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Security.Cryptography.ProtectedData.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", "buildTransitive/netcoreapp2.0/System.Security.Cryptography.ProtectedData.targets", - "buildTransitive/netcoreapp3.1/_._", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net461/System.Security.Cryptography.ProtectedData.dll", - "lib/net461/System.Security.Cryptography.ProtectedData.xml", + "lib/net462/System.Security.Cryptography.ProtectedData.dll", + "lib/net462/System.Security.Cryptography.ProtectedData.xml", "lib/net6.0/System.Security.Cryptography.ProtectedData.dll", "lib/net6.0/System.Security.Cryptography.ProtectedData.xml", + "lib/net7.0/System.Security.Cryptography.ProtectedData.dll", + "lib/net7.0/System.Security.Cryptography.ProtectedData.xml", + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll", + "lib/net8.0/System.Security.Cryptography.ProtectedData.xml", "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.xml", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", "lib/xamarintvos10/_._", "lib/xamarinwatchos10/_._", - "runtimes/win/lib/net461/System.Security.Cryptography.ProtectedData.dll", - "runtimes/win/lib/net461/System.Security.Cryptography.ProtectedData.xml", - "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll", - "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.xml", - "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", - "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.xml", - "system.security.cryptography.protecteddata.6.0.0.nupkg.sha512", + "system.security.cryptography.protecteddata.8.0.0.nupkg.sha512", "system.security.cryptography.protecteddata.nuspec", "useSharedDesignerContext.txt" ] }, - "System.Security.Permissions/6.0.0": { - "sha512": "T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==", + "System.Security.Cryptography.Xml/9.0.0": { + "sha512": "GQZn5wFd+pyOfwWaCbqxG7trQ5ox01oR8kYgWflgtux4HiUNihGEgG2TktRWyH+9bw7NoEju1D41H/upwQeFQw==", "type": "package", - "path": "system.security.permissions/6.0.0", + "path": "system.security.cryptography.xml/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/netcoreapp2.0/System.Security.Permissions.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/System.Security.Permissions.dll", - "lib/net461/System.Security.Permissions.xml", - "lib/net5.0/System.Security.Permissions.dll", - "lib/net5.0/System.Security.Permissions.xml", - "lib/net6.0/System.Security.Permissions.dll", - "lib/net6.0/System.Security.Permissions.xml", - "lib/netcoreapp3.1/System.Security.Permissions.dll", - "lib/netcoreapp3.1/System.Security.Permissions.xml", - "lib/netstandard2.0/System.Security.Permissions.dll", - "lib/netstandard2.0/System.Security.Permissions.xml", - "runtimes/win/lib/net461/System.Security.Permissions.dll", - "runtimes/win/lib/net461/System.Security.Permissions.xml", - "system.security.permissions.6.0.0.nupkg.sha512", - "system.security.permissions.nuspec", + "buildTransitive/net461/System.Security.Cryptography.Xml.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/System.Security.Cryptography.Xml.targets", + "lib/net462/System.Security.Cryptography.Xml.dll", + "lib/net462/System.Security.Cryptography.Xml.xml", + "lib/net8.0/System.Security.Cryptography.Xml.dll", + "lib/net8.0/System.Security.Cryptography.Xml.xml", + "lib/net9.0/System.Security.Cryptography.Xml.dll", + "lib/net9.0/System.Security.Cryptography.Xml.xml", + "lib/netstandard2.0/System.Security.Cryptography.Xml.dll", + "lib/netstandard2.0/System.Security.Cryptography.Xml.xml", + "system.security.cryptography.xml.9.0.0.nupkg.sha512", + "system.security.cryptography.xml.nuspec", "useSharedDesignerContext.txt" ] }, - "System.Security.Principal.Windows/5.0.0": { - "sha512": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==", + "System.Security.Principal.Windows/4.7.0": { + "sha512": "ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", "type": "package", - "path": "system.security.principal.windows/5.0.0", + "path": "system.security.principal.windows/4.7.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/net46/System.Security.Principal.Windows.dll", @@ -2530,80 +8156,12 @@ "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.xml", "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll", "runtimes/win/lib/uap10.0.16299/_._", - "system.security.principal.windows.5.0.0.nupkg.sha512", + "system.security.principal.windows.4.7.0.nupkg.sha512", "system.security.principal.windows.nuspec", "useSharedDesignerContext.txt", "version.txt" ] }, - "System.Text.Encoding/4.3.0": { - "sha512": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "type": "package", - "path": "system.text.encoding/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Text.Encoding.dll", - "ref/netcore50/System.Text.Encoding.xml", - "ref/netcore50/de/System.Text.Encoding.xml", - "ref/netcore50/es/System.Text.Encoding.xml", - "ref/netcore50/fr/System.Text.Encoding.xml", - "ref/netcore50/it/System.Text.Encoding.xml", - "ref/netcore50/ja/System.Text.Encoding.xml", - "ref/netcore50/ko/System.Text.Encoding.xml", - "ref/netcore50/ru/System.Text.Encoding.xml", - "ref/netcore50/zh-hans/System.Text.Encoding.xml", - "ref/netcore50/zh-hant/System.Text.Encoding.xml", - "ref/netstandard1.0/System.Text.Encoding.dll", - "ref/netstandard1.0/System.Text.Encoding.xml", - "ref/netstandard1.0/de/System.Text.Encoding.xml", - "ref/netstandard1.0/es/System.Text.Encoding.xml", - "ref/netstandard1.0/fr/System.Text.Encoding.xml", - "ref/netstandard1.0/it/System.Text.Encoding.xml", - "ref/netstandard1.0/ja/System.Text.Encoding.xml", - "ref/netstandard1.0/ko/System.Text.Encoding.xml", - "ref/netstandard1.0/ru/System.Text.Encoding.xml", - "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml", - "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml", - "ref/netstandard1.3/System.Text.Encoding.dll", - "ref/netstandard1.3/System.Text.Encoding.xml", - "ref/netstandard1.3/de/System.Text.Encoding.xml", - "ref/netstandard1.3/es/System.Text.Encoding.xml", - "ref/netstandard1.3/fr/System.Text.Encoding.xml", - "ref/netstandard1.3/it/System.Text.Encoding.xml", - "ref/netstandard1.3/ja/System.Text.Encoding.xml", - "ref/netstandard1.3/ko/System.Text.Encoding.xml", - "ref/netstandard1.3/ru/System.Text.Encoding.xml", - "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml", - "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.text.encoding.4.3.0.nupkg.sha512", - "system.text.encoding.nuspec" - ] - }, "System.Text.Encoding.CodePages/6.0.0": { "sha512": "ZFCILZuOvtKPauZ/j/swhvw68ZRi9ATCfvGbk1QfydmcXBkIWecWKn/250UH7rahZ5OoDBaiAudJtPvLwzw85A==", "type": "package", @@ -2643,31 +8201,28 @@ "useSharedDesignerContext.txt" ] }, - "System.Text.Encodings.Web/6.0.0": { - "sha512": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", + "System.Text.Encodings.Web/4.7.2": { + "sha512": "iTUgB/WtrZ1sWZs84F2hwyQhiRH6QNjQv2DkwrH+WP6RoFga2Q1m3f9/Q7FG8cck8AdHitQkmkXSY8qylcDmuA==", "type": "package", - "path": "system.text.encodings.web/6.0.0", + "path": "system.text.encodings.web/4.7.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/netcoreapp2.0/System.Text.Encodings.Web.targets", - "buildTransitive/netcoreapp3.1/_._", "lib/net461/System.Text.Encodings.Web.dll", "lib/net461/System.Text.Encodings.Web.xml", - "lib/net6.0/System.Text.Encodings.Web.dll", - "lib/net6.0/System.Text.Encodings.Web.xml", - "lib/netcoreapp3.1/System.Text.Encodings.Web.dll", - "lib/netcoreapp3.1/System.Text.Encodings.Web.xml", + "lib/netstandard1.0/System.Text.Encodings.Web.dll", + "lib/netstandard1.0/System.Text.Encodings.Web.xml", "lib/netstandard2.0/System.Text.Encodings.Web.dll", "lib/netstandard2.0/System.Text.Encodings.Web.xml", - "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll", - "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.xml", - "system.text.encodings.web.6.0.0.nupkg.sha512", + "lib/netstandard2.1/System.Text.Encodings.Web.dll", + "lib/netstandard2.1/System.Text.Encodings.Web.xml", + "system.text.encodings.web.4.7.2.nupkg.sha512", "system.text.encodings.web.nuspec", - "useSharedDesignerContext.txt" + "useSharedDesignerContext.txt", + "version.txt" ] }, "System.Text.Json/9.0.0": { @@ -2741,6 +8296,35 @@ "useSharedDesignerContext.txt" ] }, + "System.Threading.Channels/7.0.0": { + "sha512": "qmeeYNROMsONF6ndEZcIQ+VxR4Q/TX/7uIVLJqtwIWL7dDWeh0l1UIqgo4wYyjG//5lUNhwkLDSFl+pAWO6oiA==", + "type": "package", + "path": "system.threading.channels/7.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Threading.Channels.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Threading.Channels.targets", + "lib/net462/System.Threading.Channels.dll", + "lib/net462/System.Threading.Channels.xml", + "lib/net6.0/System.Threading.Channels.dll", + "lib/net6.0/System.Threading.Channels.xml", + "lib/net7.0/System.Threading.Channels.dll", + "lib/net7.0/System.Threading.Channels.xml", + "lib/netstandard2.0/System.Threading.Channels.dll", + "lib/netstandard2.0/System.Threading.Channels.xml", + "lib/netstandard2.1/System.Threading.Channels.dll", + "lib/netstandard2.1/System.Threading.Channels.xml", + "system.threading.channels.7.0.0.nupkg.sha512", + "system.threading.channels.nuspec", + "useSharedDesignerContext.txt" + ] + }, "System.Threading.Tasks.Extensions/4.5.4": { "sha512": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", "type": "package", @@ -2778,27 +8362,71 @@ "version.txt" ] }, - "System.Windows.Extensions/6.0.0": { - "sha512": "IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==", + "System.ValueTuple/4.5.0": { + "sha512": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==", "type": "package", - "path": "system.windows.extensions/6.0.0", + "path": "system.valuetuple/4.5.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", - "lib/net6.0/System.Windows.Extensions.dll", - "lib/net6.0/System.Windows.Extensions.xml", - "lib/netcoreapp3.1/System.Windows.Extensions.dll", - "lib/netcoreapp3.1/System.Windows.Extensions.xml", - "runtimes/win/lib/net6.0/System.Windows.Extensions.dll", - "runtimes/win/lib/net6.0/System.Windows.Extensions.xml", - "runtimes/win/lib/netcoreapp3.1/System.Windows.Extensions.dll", - "runtimes/win/lib/netcoreapp3.1/System.Windows.Extensions.xml", - "system.windows.extensions.6.0.0.nupkg.sha512", - "system.windows.extensions.nuspec", - "useSharedDesignerContext.txt" + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net461/System.ValueTuple.dll", + "lib/net461/System.ValueTuple.xml", + "lib/net47/System.ValueTuple.dll", + "lib/net47/System.ValueTuple.xml", + "lib/netcoreapp2.0/_._", + "lib/netstandard1.0/System.ValueTuple.dll", + "lib/netstandard1.0/System.ValueTuple.xml", + "lib/netstandard2.0/_._", + "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", + "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.xml", + "lib/uap10.0.16299/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net461/System.ValueTuple.dll", + "ref/net47/System.ValueTuple.dll", + "ref/netcoreapp2.0/_._", + "ref/netstandard2.0/_._", + "ref/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", + "ref/uap10.0.16299/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.valuetuple.4.5.0.nupkg.sha512", + "system.valuetuple.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "YamlDotNet/16.3.0": { + "sha512": "SgMOdxbz8X65z8hraIs6hOEdnkH6hESTAIUa7viEngHOYaH+6q5XJmwr1+yb9vJpNQ19hCQY69xbFsLtXpobQA==", + "type": "package", + "path": "yamldotnet/16.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "images/yamldotnet.png", + "lib/net47/YamlDotNet.dll", + "lib/net47/YamlDotNet.xml", + "lib/net6.0/YamlDotNet.dll", + "lib/net6.0/YamlDotNet.xml", + "lib/net8.0/YamlDotNet.dll", + "lib/net8.0/YamlDotNet.xml", + "lib/netstandard2.0/YamlDotNet.dll", + "lib/netstandard2.0/YamlDotNet.xml", + "lib/netstandard2.1/YamlDotNet.dll", + "lib/netstandard2.1/YamlDotNet.xml", + "yamldotnet.16.3.0.nupkg.sha512", + "yamldotnet.nuspec" ] }, "Ordering.Domain/1.0.0": { @@ -2809,12 +8437,45 @@ }, "projectFileDependencyGroups": { "net9.0": [ - "MediatR >= 11.1.0", - "MediatR.Extensions.Microsoft.DependencyInjection >= 11.1.0", + "AspNetCore.HealthChecks.AzureServiceBus >= 9.0.0", + "AspNetCore.HealthChecks.Rabbitmq >= 8.0.2", + "AspNetCore.HealthChecks.Redis >= 9.0.0", + "AspNetCore.HealthChecks.SqlServer >= 9.0.0", + "AspNetCore.HealthChecks.UI >= 9.0.0", + "AspNetCore.HealthChecks.UI.Client >= 9.0.0", + "AspNetCore.HealthChecks.UI.InMemory.Storage >= 9.0.0", + "AspNetCore.HealthChecks.Uris >= 9.0.0", + "Autofac >= 9.0.0", + "FluentValidation.AspNetCore >= 11.3.0", + "Google.Protobuf >= 3.33.1", + "Grpc.AspNetCore.Server >= 2.71.0", + "Grpc.AspNetCore.Server.ClientFactory >= 2.71.0", + "Grpc.Net.Client >= 2.71.0", + "Grpc.Tools >= 2.76.0", + "MediatR >= 12.4.1", + "Microsoft.ApplicationInsights.AspNetCore >= 2.23.0", + "Microsoft.ApplicationInsights.DependencyCollector >= 2.23.0", + "Microsoft.ApplicationInsights.Kubernetes >= 8.0.0", + "Microsoft.AspNetCore.DataProtection.StackExchangeRedis >= 9.0.0", "Microsoft.EntityFrameworkCore >= 9.0.0", "Microsoft.EntityFrameworkCore.SqlServer >= 9.0.0", - "Microsoft.Extensions.Logging.Abstractions >= 9.0.0", - "Ordering.Domain >= 1.0.0" + "Microsoft.Extensions.Diagnostics.HealthChecks >= 9.0.0", + "Microsoft.Extensions.Hosting >= 9.0.2", + "Microsoft.Extensions.Logging >= 9.0.2", + "Microsoft.Extensions.Logging.Abstractions >= 9.0.2", + "Microsoft.Extensions.Logging.AzureAppServices >= 9.0.0", + "Microsoft.Web.LibraryManager.Build >= 3.0.71", + "Newtonsoft.Json >= 13.0.4", + "Ordering.Domain >= 1.0.0", + "Polly >= 8.6.5", + "RabbitMQ.Client >= 6.8.1", + "Serilog.AspNetCore >= 9.0.0", + "Serilog.Settings.Configuration >= 9.0.0", + "Serilog.Sinks.Console >= 6.1.1", + "Serilog.Sinks.Http >= 9.2.0", + "Serilog.Sinks.Seq >= 9.0.0", + "Swashbuckle.AspNetCore >= 7.2.0", + "Swashbuckle.AspNetCore.Newtonsoft >= 7.2.0" ] }, "packageFolders": { @@ -2864,13 +8525,87 @@ "net9.0": { "targetAlias": "net9.0", "dependencies": { + "AspNetCore.HealthChecks.AzureServiceBus": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.Rabbitmq": { + "target": "Package", + "version": "[8.0.2, )" + }, + "AspNetCore.HealthChecks.Redis": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.SqlServer": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.UI": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.UI.Client": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.UI.InMemory.Storage": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.Uris": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Autofac": { + "target": "Package", + "version": "[9.0.0, )" + }, + "FluentValidation.AspNetCore": { + "target": "Package", + "version": "[11.3.0, )" + }, + "Google.Protobuf": { + "target": "Package", + "version": "[3.33.1, )" + }, + "Grpc.AspNetCore.Server": { + "target": "Package", + "version": "[2.71.0, )" + }, + "Grpc.AspNetCore.Server.ClientFactory": { + "target": "Package", + "version": "[2.71.0, )" + }, + "Grpc.Net.Client": { + "target": "Package", + "version": "[2.71.0, )" + }, + "Grpc.Tools": { + "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", + "suppressParent": "All", + "target": "Package", + "version": "[2.76.0, )" + }, "MediatR": { "target": "Package", - "version": "[11.1.0, )" + "version": "[12.4.1, )" + }, + "Microsoft.ApplicationInsights.AspNetCore": { + "target": "Package", + "version": "[2.23.0, )" + }, + "Microsoft.ApplicationInsights.DependencyCollector": { + "target": "Package", + "version": "[2.23.0, )" + }, + "Microsoft.ApplicationInsights.Kubernetes": { + "target": "Package", + "version": "[8.0.0, )" }, - "MediatR.Extensions.Microsoft.DependencyInjection": { + "Microsoft.AspNetCore.DataProtection.StackExchangeRedis": { "target": "Package", - "version": "[11.1.0, )" + "version": "[9.0.0, )" }, "Microsoft.EntityFrameworkCore": { "target": "Package", @@ -2880,9 +8615,69 @@ "target": "Package", "version": "[9.0.0, )" }, + "Microsoft.Extensions.Diagnostics.HealthChecks": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Microsoft.Extensions.Hosting": { + "target": "Package", + "version": "[9.0.2, )" + }, + "Microsoft.Extensions.Logging": { + "target": "Package", + "version": "[9.0.2, )" + }, "Microsoft.Extensions.Logging.Abstractions": { + "target": "Package", + "version": "[9.0.2, )" + }, + "Microsoft.Extensions.Logging.AzureAppServices": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Microsoft.Web.LibraryManager.Build": { + "target": "Package", + "version": "[3.0.71, )" + }, + "Newtonsoft.Json": { + "target": "Package", + "version": "[13.0.4, )" + }, + "Polly": { + "target": "Package", + "version": "[8.6.5, )" + }, + "RabbitMQ.Client": { + "target": "Package", + "version": "[6.8.1, )" + }, + "Serilog.AspNetCore": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Serilog.Settings.Configuration": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Serilog.Sinks.Console": { + "target": "Package", + "version": "[6.1.1, )" + }, + "Serilog.Sinks.Http": { + "target": "Package", + "version": "[9.2.0, )" + }, + "Serilog.Sinks.Seq": { "target": "Package", "version": "[9.0.0, )" + }, + "Swashbuckle.AspNetCore": { + "target": "Package", + "version": "[7.2.0, )" + }, + "Swashbuckle.AspNetCore.Newtonsoft": { + "target": "Package", + "version": "[7.2.0, )" } }, "imports": [ diff --git a/src/Services/Ordering/Ordering.Infrastructure/obj/project.nuget.cache b/src/Services/Ordering/Ordering.Infrastructure/obj/project.nuget.cache index 5e1472df..ef43db75 100644 --- a/src/Services/Ordering/Ordering.Infrastructure/obj/project.nuget.cache +++ b/src/Services/Ordering/Ordering.Infrastructure/obj/project.nuget.cache @@ -1,67 +1,190 @@ { "version": 2, - "dgSpecHash": "VMek3eNgIYs=", + "dgSpecHash": "o29FjKrgm1Y=", "success": true, "projectFilePath": "/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.Infrastructure/Ordering.Infrastructure.csproj", "expectedPackageFiles": [ + "/home/runner/.nuget/packages/aspnetcore.healthchecks.azureservicebus/9.0.0/aspnetcore.healthchecks.azureservicebus.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.rabbitmq/8.0.2/aspnetcore.healthchecks.rabbitmq.8.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.redis/9.0.0/aspnetcore.healthchecks.redis.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.sqlserver/9.0.0/aspnetcore.healthchecks.sqlserver.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui/9.0.0/aspnetcore.healthchecks.ui.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.client/9.0.0/aspnetcore.healthchecks.ui.client.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.core/9.0.0/aspnetcore.healthchecks.ui.core.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.data/9.0.0/aspnetcore.healthchecks.ui.data.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.inmemory.storage/9.0.0/aspnetcore.healthchecks.ui.inmemory.storage.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.uris/9.0.0/aspnetcore.healthchecks.uris.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/autofac/9.0.0/autofac.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/azure.core/1.38.0/azure.core.1.38.0.nupkg.sha512", + "/home/runner/.nuget/packages/azure.core.amqp/1.3.0/azure.core.amqp.1.3.0.nupkg.sha512", "/home/runner/.nuget/packages/azure.identity/1.11.4/azure.identity.1.11.4.nupkg.sha512", - "/home/runner/.nuget/packages/mediatr/11.1.0/mediatr.11.1.0.nupkg.sha512", - "/home/runner/.nuget/packages/mediatr.contracts/1.0.1/mediatr.contracts.1.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/mediatr.extensions.microsoft.dependencyinjection/11.1.0/mediatr.extensions.microsoft.dependencyinjection.11.1.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.bcl.asyncinterfaces/1.1.1/microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.csharp/4.5.0/microsoft.csharp.4.5.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.data.sqlclient/5.1.6/microsoft.data.sqlclient.5.1.6.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.data.sqlclient.sni.runtime/5.1.1/microsoft.data.sqlclient.sni.runtime.5.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/azure.messaging.servicebus/7.17.0/azure.messaging.servicebus.7.17.0.nupkg.sha512", + "/home/runner/.nuget/packages/fluentvalidation/11.5.1/fluentvalidation.11.5.1.nupkg.sha512", + "/home/runner/.nuget/packages/fluentvalidation.aspnetcore/11.3.0/fluentvalidation.aspnetcore.11.3.0.nupkg.sha512", + "/home/runner/.nuget/packages/fluentvalidation.dependencyinjectionextensions/11.5.1/fluentvalidation.dependencyinjectionextensions.11.5.1.nupkg.sha512", + "/home/runner/.nuget/packages/fractions/7.3.0/fractions.7.3.0.nupkg.sha512", + "/home/runner/.nuget/packages/google.protobuf/3.33.1/google.protobuf.3.33.1.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.aspnetcore.server/2.71.0/grpc.aspnetcore.server.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.aspnetcore.server.clientfactory/2.71.0/grpc.aspnetcore.server.clientfactory.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.core.api/2.71.0/grpc.core.api.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.net.client/2.71.0/grpc.net.client.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.net.clientfactory/2.71.0/grpc.net.clientfactory.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.net.common/2.71.0/grpc.net.common.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.tools/2.76.0/grpc.tools.2.76.0.nupkg.sha512", + "/home/runner/.nuget/packages/humanizer.core/2.14.1/humanizer.core.2.14.1.nupkg.sha512", + "/home/runner/.nuget/packages/kubernetesclient/17.0.14/kubernetesclient.17.0.14.nupkg.sha512", + "/home/runner/.nuget/packages/mediatr/12.4.1/mediatr.12.4.1.nupkg.sha512", + "/home/runner/.nuget/packages/mediatr.contracts/2.0.1/mediatr.contracts.2.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights/2.23.0/microsoft.applicationinsights.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.aspnetcore/2.23.0/microsoft.applicationinsights.aspnetcore.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.dependencycollector/2.23.0/microsoft.applicationinsights.dependencycollector.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.eventcountercollector/2.23.0/microsoft.applicationinsights.eventcountercollector.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.kubernetes/8.0.0/microsoft.applicationinsights.kubernetes.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.perfcountercollector/2.23.0/microsoft.applicationinsights.perfcountercollector.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.windowsserver/2.23.0/microsoft.applicationinsights.windowsserver.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.windowsserver.telemetrychannel/2.23.0/microsoft.applicationinsights.windowsserver.telemetrychannel.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.cryptography.internal/9.0.0/microsoft.aspnetcore.cryptography.internal.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.dataprotection/9.0.0/microsoft.aspnetcore.dataprotection.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.dataprotection.abstractions/9.0.0/microsoft.aspnetcore.dataprotection.abstractions.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.dataprotection.stackexchangeredis/9.0.0/microsoft.aspnetcore.dataprotection.stackexchangeredis.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.hosting/2.1.1/microsoft.aspnetcore.hosting.2.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.hosting.abstractions/2.1.1/microsoft.aspnetcore.hosting.abstractions.2.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.hosting.server.abstractions/2.1.1/microsoft.aspnetcore.hosting.server.abstractions.2.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.http/2.1.22/microsoft.aspnetcore.http.2.1.22.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.http.abstractions/2.1.1/microsoft.aspnetcore.http.abstractions.2.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.http.extensions/2.1.1/microsoft.aspnetcore.http.extensions.2.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.http.features/2.1.1/microsoft.aspnetcore.http.features.2.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.jsonpatch/9.0.0/microsoft.aspnetcore.jsonpatch.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.mvc.newtonsoftjson/9.0.0/microsoft.aspnetcore.mvc.newtonsoftjson.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.webutilities/2.1.1/microsoft.aspnetcore.webutilities.2.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.azure.amqp/2.6.3/microsoft.azure.amqp.2.6.3.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.bcl.asyncinterfaces/6.0.0/microsoft.bcl.asyncinterfaces.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.codeanalysis.analyzers/3.3.3/microsoft.codeanalysis.analyzers.3.3.3.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.codeanalysis.common/4.5.0/microsoft.codeanalysis.common.4.5.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.codeanalysis.csharp/4.5.0/microsoft.codeanalysis.csharp.4.5.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.codeanalysis.csharp.workspaces/4.5.0/microsoft.codeanalysis.csharp.workspaces.4.5.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.codeanalysis.workspaces.common/4.5.0/microsoft.codeanalysis.workspaces.common.4.5.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.csharp/4.7.0/microsoft.csharp.4.7.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.data.sqlclient/5.2.2/microsoft.data.sqlclient.5.2.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.data.sqlclient.sni.runtime/5.2.0/microsoft.data.sqlclient.sni.runtime.5.2.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.entityframeworkcore/9.0.0/microsoft.entityframeworkcore.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.entityframeworkcore.abstractions/9.0.0/microsoft.entityframeworkcore.abstractions.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.entityframeworkcore.analyzers/9.0.0/microsoft.entityframeworkcore.analyzers.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.entityframeworkcore.design/8.0.11/microsoft.entityframeworkcore.design.8.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.entityframeworkcore.inmemory/8.0.11/microsoft.entityframeworkcore.inmemory.8.0.11.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.entityframeworkcore.relational/9.0.0/microsoft.entityframeworkcore.relational.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.entityframeworkcore.sqlserver/9.0.0/microsoft.entityframeworkcore.sqlserver.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.apidescription.server/6.0.5/microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.caching.abstractions/9.0.0/microsoft.extensions.caching.abstractions.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.caching.memory/9.0.0/microsoft.extensions.caching.memory.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.abstractions/9.0.0/microsoft.extensions.configuration.abstractions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection/9.0.0/microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/9.0.0/microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging/9.0.0/microsoft.extensions.logging.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.abstractions/9.0.0/microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.options/9.0.0/microsoft.extensions.options.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.primitives/9.0.0/microsoft.extensions.primitives.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration/9.0.2/microsoft.extensions.configuration.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.abstractions/9.0.7/microsoft.extensions.configuration.abstractions.9.0.7.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.binder/9.0.2/microsoft.extensions.configuration.binder.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.commandline/9.0.2/microsoft.extensions.configuration.commandline.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.environmentvariables/9.0.2/microsoft.extensions.configuration.environmentvariables.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.fileextensions/9.0.2/microsoft.extensions.configuration.fileextensions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.json/9.0.2/microsoft.extensions.configuration.json.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.usersecrets/9.0.2/microsoft.extensions.configuration.usersecrets.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection/9.0.2/microsoft.extensions.dependencyinjection.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/9.0.2/microsoft.extensions.dependencyinjection.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.dependencymodel/9.0.0/microsoft.extensions.dependencymodel.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnosticadapter/3.1.32/microsoft.extensions.diagnosticadapter.3.1.32.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics/9.0.2/microsoft.extensions.diagnostics.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.abstractions/9.0.2/microsoft.extensions.diagnostics.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks/9.0.0/microsoft.extensions.diagnostics.healthchecks.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks.abstractions/9.0.0/microsoft.extensions.diagnostics.healthchecks.abstractions.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.abstractions/9.0.2/microsoft.extensions.fileproviders.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.physical/9.0.2/microsoft.extensions.fileproviders.physical.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.filesystemglobbing/9.0.2/microsoft.extensions.filesystemglobbing.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.hosting/9.0.2/microsoft.extensions.hosting.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.hosting.abstractions/9.0.2/microsoft.extensions.hosting.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.http/8.0.0/microsoft.extensions.http.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging/9.0.2/microsoft.extensions.logging.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.abstractions/9.0.2/microsoft.extensions.logging.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.applicationinsights/2.23.0/microsoft.extensions.logging.applicationinsights.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.azureappservices/9.0.0/microsoft.extensions.logging.azureappservices.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.configuration/9.0.2/microsoft.extensions.logging.configuration.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.console/9.0.2/microsoft.extensions.logging.console.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.debug/9.0.2/microsoft.extensions.logging.debug.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.eventlog/9.0.2/microsoft.extensions.logging.eventlog.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.eventsource/9.0.2/microsoft.extensions.logging.eventsource.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.objectpool/2.1.1/microsoft.extensions.objectpool.2.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.options/9.0.2/microsoft.extensions.options.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.options.configurationextensions/9.0.2/microsoft.extensions.options.configurationextensions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.primitives/9.0.7/microsoft.extensions.primitives.9.0.7.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.identity.client/4.61.3/microsoft.identity.client.4.61.3.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.identity.client.extensions.msal/4.61.3/microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.abstractions/6.35.0/microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.jsonwebtokens/6.35.0/microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.logging/6.35.0/microsoft.identitymodel.logging.6.35.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.abstractions/8.6.0/microsoft.identitymodel.abstractions.8.6.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.jsonwebtokens/8.6.0/microsoft.identitymodel.jsonwebtokens.8.6.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.logging/8.6.0/microsoft.identitymodel.logging.8.6.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.identitymodel.protocols/6.35.0/microsoft.identitymodel.protocols.6.35.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.identitymodel.protocols.openidconnect/6.35.0/microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.tokens/6.35.0/microsoft.identitymodel.tokens.6.35.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.netcore.platforms/1.1.0/microsoft.netcore.platforms.1.1.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.netcore.targets/1.1.0/microsoft.netcore.targets.1.1.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.tokens/8.6.0/microsoft.identitymodel.tokens.8.6.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.net.http.headers/2.1.1/microsoft.net.http.headers.2.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.netcore.platforms/3.1.0/microsoft.netcore.platforms.3.1.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.openapi/1.6.22/microsoft.openapi.1.6.22.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.sqlserver.server/1.0.0/microsoft.sqlserver.server.1.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.win32.systemevents/6.0.0/microsoft.win32.systemevents.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.web.librarymanager.build/3.0.71/microsoft.web.librarymanager.build.3.0.71.nupkg.sha512", + "/home/runner/.nuget/packages/mono.texttemplating/2.2.1/mono.texttemplating.2.2.1.nupkg.sha512", + "/home/runner/.nuget/packages/newtonsoft.json/13.0.4/newtonsoft.json.13.0.4.nupkg.sha512", + "/home/runner/.nuget/packages/newtonsoft.json.bson/1.0.2/newtonsoft.json.bson.1.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/pipelines.sockets.unofficial/2.2.8/pipelines.sockets.unofficial.2.2.8.nupkg.sha512", + "/home/runner/.nuget/packages/polly/8.6.5/polly.8.6.5.nupkg.sha512", + "/home/runner/.nuget/packages/polly.core/8.6.5/polly.core.8.6.5.nupkg.sha512", + "/home/runner/.nuget/packages/rabbitmq.client/6.8.1/rabbitmq.client.6.8.1.nupkg.sha512", + "/home/runner/.nuget/packages/serilog/4.2.0/serilog.4.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.aspnetcore/9.0.0/serilog.aspnetcore.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.extensions.hosting/9.0.0/serilog.extensions.hosting.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.extensions.logging/9.0.0/serilog.extensions.logging.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.formatting.compact/3.0.0/serilog.formatting.compact.3.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.settings.configuration/9.0.0/serilog.settings.configuration.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.console/6.1.1/serilog.sinks.console.6.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.debug/3.0.0/serilog.sinks.debug.3.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.file/7.0.0/serilog.sinks.file.7.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.http/9.2.0/serilog.sinks.http.9.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.seq/9.0.0/serilog.sinks.seq.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/stackexchange.redis/2.7.27/stackexchange.redis.2.7.27.nupkg.sha512", + "/home/runner/.nuget/packages/swashbuckle.aspnetcore/7.2.0/swashbuckle.aspnetcore.7.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/swashbuckle.aspnetcore.newtonsoft/7.2.0/swashbuckle.aspnetcore.newtonsoft.7.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/swashbuckle.aspnetcore.swagger/7.2.0/swashbuckle.aspnetcore.swagger.7.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/swashbuckle.aspnetcore.swaggergen/7.2.0/swashbuckle.aspnetcore.swaggergen.7.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/swashbuckle.aspnetcore.swaggerui/7.2.0/swashbuckle.aspnetcore.swaggerui.7.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.buffers/4.5.0/system.buffers.4.5.0.nupkg.sha512", "/home/runner/.nuget/packages/system.clientmodel/1.0.0/system.clientmodel.1.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.configuration.configurationmanager/6.0.1/system.configuration.configurationmanager.6.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/system.diagnostics.diagnosticsource/6.0.1/system.diagnostics.diagnosticsource.6.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/system.drawing.common/6.0.0/system.drawing.common.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.codedom/4.4.0/system.codedom.4.4.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.collections.immutable/6.0.0/system.collections.immutable.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.composition/6.0.0/system.composition.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.composition.attributedmodel/6.0.0/system.composition.attributedmodel.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.composition.convention/6.0.0/system.composition.convention.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.composition.hosting/6.0.0/system.composition.hosting.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.composition.runtime/6.0.0/system.composition.runtime.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.composition.typedparts/6.0.0/system.composition.typedparts.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.configuration.configurationmanager/8.0.0/system.configuration.configurationmanager.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.diagnostics.diagnosticsource/10.0.0/system.diagnostics.diagnosticsource.10.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.diagnostics.eventlog/9.0.2/system.diagnostics.eventlog.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/system.diagnostics.performancecounter/6.0.0/system.diagnostics.performancecounter.6.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.formats.asn1/9.0.0/system.formats.asn1.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.identitymodel.tokens.jwt/6.35.0/system.identitymodel.tokens.jwt.6.35.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.memory/4.5.4/system.memory.4.5.4.nupkg.sha512", + "/home/runner/.nuget/packages/system.identitymodel.tokens.jwt/8.6.0/system.identitymodel.tokens.jwt.8.6.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.io.filesystem.accesscontrol/4.7.0/system.io.filesystem.accesscontrol.4.7.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.io.pipelines/6.0.3/system.io.pipelines.6.0.3.nupkg.sha512", + "/home/runner/.nuget/packages/system.memory/4.5.5/system.memory.4.5.5.nupkg.sha512", "/home/runner/.nuget/packages/system.memory.data/1.0.2/system.memory.data.1.0.2.nupkg.sha512", "/home/runner/.nuget/packages/system.numerics.vectors/4.5.0/system.numerics.vectors.4.5.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.runtime/4.3.0/system.runtime.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.runtime.caching/6.0.0/system.runtime.caching.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.reflection.metadata/6.0.1/system.reflection.metadata.6.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/system.runtime.caching/8.0.0/system.runtime.caching.8.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.runtime.compilerservices.unsafe/6.0.0/system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.security.accesscontrol/6.0.0/system.security.accesscontrol.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.security.cryptography.cng/5.0.0/system.security.cryptography.cng.5.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.security.cryptography.protecteddata/6.0.0/system.security.cryptography.protecteddata.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.security.permissions/6.0.0/system.security.permissions.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.security.principal.windows/5.0.0/system.security.principal.windows.5.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.text.encoding/4.3.0/system.text.encoding.4.3.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.security.accesscontrol/4.7.0/system.security.accesscontrol.4.7.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.security.cryptography.pkcs/9.0.0/system.security.cryptography.pkcs.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.security.cryptography.protecteddata/8.0.0/system.security.cryptography.protecteddata.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.security.cryptography.xml/9.0.0/system.security.cryptography.xml.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.security.principal.windows/4.7.0/system.security.principal.windows.4.7.0.nupkg.sha512", "/home/runner/.nuget/packages/system.text.encoding.codepages/6.0.0/system.text.encoding.codepages.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.text.encodings.web/6.0.0/system.text.encodings.web.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.text.encodings.web/4.7.2/system.text.encodings.web.4.7.2.nupkg.sha512", "/home/runner/.nuget/packages/system.text.json/9.0.0/system.text.json.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.threading.channels/7.0.0/system.threading.channels.7.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.threading.tasks.extensions/4.5.4/system.threading.tasks.extensions.4.5.4.nupkg.sha512", - "/home/runner/.nuget/packages/system.windows.extensions/6.0.0/system.windows.extensions.6.0.0.nupkg.sha512" + "/home/runner/.nuget/packages/system.valuetuple/4.5.0/system.valuetuple.4.5.0.nupkg.sha512", + "/home/runner/.nuget/packages/yamldotnet/16.3.0/yamldotnet.16.3.0.nupkg.sha512" ], "logs": [] } \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.SignalrHub/Ordering.SignalrHub.csproj b/src/Services/Ordering/Ordering.SignalrHub/Ordering.SignalrHub.csproj index c27ae65a..c1fd0a79 100644 --- a/src/Services/Ordering/Ordering.SignalrHub/Ordering.SignalrHub.csproj +++ b/src/Services/Ordering/Ordering.SignalrHub/Ordering.SignalrHub.csproj @@ -12,20 +12,30 @@ - + - - - - - + + + + + + + + + + + - + + + + + - - - - + + + + diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Autofac.Extensions.DependencyInjection.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Autofac.Extensions.DependencyInjection.dll deleted file mode 100755 index c15c4d48..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Autofac.Extensions.DependencyInjection.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Autofac.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Autofac.dll deleted file mode 100755 index f52b5eaf..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Autofac.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Azure.Core.Amqp.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Azure.Core.Amqp.dll deleted file mode 100755 index f43cf0a6..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Azure.Core.Amqp.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Azure.Core.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Azure.Core.dll deleted file mode 100755 index 98592ed2..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Azure.Core.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Azure.Messaging.ServiceBus.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Azure.Messaging.ServiceBus.dll deleted file mode 100755 index c32a7cdc..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Azure.Messaging.ServiceBus.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/EventBus.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/EventBus.dll deleted file mode 100644 index 3cc2a120..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/EventBus.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/EventBus.pdb b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/EventBus.pdb deleted file mode 100644 index 92c766cf..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/EventBus.pdb and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/EventBusRabbitMQ.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/EventBusRabbitMQ.dll deleted file mode 100644 index c9ef07f0..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/EventBusRabbitMQ.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/EventBusRabbitMQ.pdb b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/EventBusRabbitMQ.pdb deleted file mode 100644 index b7ae8626..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/EventBusRabbitMQ.pdb and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/EventBusServiceBus.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/EventBusServiceBus.dll deleted file mode 100644 index 86912710..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/EventBusServiceBus.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/EventBusServiceBus.pdb b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/EventBusServiceBus.pdb deleted file mode 100644 index f0bb368b..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/EventBusServiceBus.pdb and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Fractions.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Fractions.dll deleted file mode 100755 index 16f94127..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Fractions.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/HealthChecks.AzureServiceBus.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/HealthChecks.AzureServiceBus.dll deleted file mode 100755 index 63b46633..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/HealthChecks.AzureServiceBus.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/HealthChecks.Rabbitmq.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/HealthChecks.Rabbitmq.dll deleted file mode 100755 index da377276..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/HealthChecks.Rabbitmq.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/HealthChecks.UI.Client.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/HealthChecks.UI.Client.dll deleted file mode 100755 index 005cb03b..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/HealthChecks.UI.Client.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/HealthChecks.UI.Core.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/HealthChecks.UI.Core.dll deleted file mode 100755 index 94b166c4..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/HealthChecks.UI.Core.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/IdentityModel.OidcClient.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/IdentityModel.OidcClient.dll deleted file mode 100755 index 8ec9f3f0..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/IdentityModel.OidcClient.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/IdentityModel.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/IdentityModel.dll deleted file mode 100755 index 86fb0875..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/IdentityModel.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/KubernetesClient.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/KubernetesClient.dll deleted file mode 100755 index 44522a93..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/KubernetesClient.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/MessagePack.Annotations.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/MessagePack.Annotations.dll deleted file mode 100755 index 93f8b1c6..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/MessagePack.Annotations.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/MessagePack.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/MessagePack.dll deleted file mode 100755 index 8eae5c26..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/MessagePack.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.AI.DependencyCollector.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.AI.DependencyCollector.dll deleted file mode 100755 index b9e88864..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.AI.DependencyCollector.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.AI.EventCounterCollector.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.AI.EventCounterCollector.dll deleted file mode 100755 index 32b9fafe..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.AI.EventCounterCollector.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.AI.PerfCounterCollector.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.AI.PerfCounterCollector.dll deleted file mode 100755 index ddfad5b2..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.AI.PerfCounterCollector.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.AI.ServerTelemetryChannel.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.AI.ServerTelemetryChannel.dll deleted file mode 100755 index ebcfc70b..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.AI.ServerTelemetryChannel.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.AI.WindowsServer.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.AI.WindowsServer.dll deleted file mode 100755 index b1d8bdda..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.AI.WindowsServer.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.ApplicationInsights.AspNetCore.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.ApplicationInsights.AspNetCore.dll deleted file mode 100755 index 648c8258..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.ApplicationInsights.AspNetCore.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.ApplicationInsights.Kubernetes.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.ApplicationInsights.Kubernetes.dll deleted file mode 100755 index caca8a8d..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.ApplicationInsights.Kubernetes.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.ApplicationInsights.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.ApplicationInsights.dll deleted file mode 100755 index 3f8c8189..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.ApplicationInsights.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll deleted file mode 100755 index ca767741..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.AspNetCore.HealthChecks.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.AspNetCore.HealthChecks.dll deleted file mode 100755 index 7bbabb33..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.AspNetCore.HealthChecks.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.AspNetCore.SignalR.StackExchangeRedis.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.AspNetCore.SignalR.StackExchangeRedis.dll deleted file mode 100755 index 33466668..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.AspNetCore.SignalR.StackExchangeRedis.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Azure.Amqp.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Azure.Amqp.dll deleted file mode 100755 index 6d5c4414..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Azure.Amqp.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Azure.ServiceBus.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Azure.ServiceBus.dll deleted file mode 100755 index 5b6af22c..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Azure.ServiceBus.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Azure.Services.AppAuthentication.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Azure.Services.AppAuthentication.dll deleted file mode 100755 index ef497490..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Azure.Services.AppAuthentication.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Bcl.AsyncInterfaces.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Bcl.AsyncInterfaces.dll deleted file mode 100755 index a5b7ff99..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Bcl.AsyncInterfaces.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.CodeAnalysis.CSharp.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.CodeAnalysis.CSharp.dll deleted file mode 100755 index d9ac0e27..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.CodeAnalysis.CSharp.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.CodeAnalysis.VisualBasic.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.CodeAnalysis.VisualBasic.dll deleted file mode 100755 index 25fbe7e6..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.CodeAnalysis.VisualBasic.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.CodeAnalysis.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.CodeAnalysis.dll deleted file mode 100755 index 6e4775e5..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.CodeAnalysis.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll deleted file mode 100755 index 89055379..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.DiagnosticAdapter.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.DiagnosticAdapter.dll deleted file mode 100755 index e74baccd..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.DiagnosticAdapter.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.HealthChecks.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.HealthChecks.dll deleted file mode 100755 index f3a125a2..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.HealthChecks.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.Logging.ApplicationInsights.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.Logging.ApplicationInsights.dll deleted file mode 100755 index dfb12f20..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.Logging.ApplicationInsights.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll deleted file mode 100755 index f3f33fc6..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll deleted file mode 100755 index e981f871..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll deleted file mode 100755 index 08dd7824..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.dll deleted file mode 100755 index 19245c62..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll deleted file mode 100755 index 25f2a7e6..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.IdentityModel.Logging.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.IdentityModel.Logging.dll deleted file mode 100755 index 4ffdb259..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.IdentityModel.Logging.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll deleted file mode 100755 index 6c736d2e..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.dll deleted file mode 100755 index 9f305083..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.IdentityModel.Tokens.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.IdentityModel.Tokens.dll deleted file mode 100755 index 83ec83a8..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.IdentityModel.Tokens.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.NET.StringTools.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.NET.StringTools.dll deleted file mode 100755 index 7d304399..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.NET.StringTools.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Win32.SystemEvents.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Win32.SystemEvents.dll deleted file mode 100755 index 3ab58500..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Win32.SystemEvents.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Newtonsoft.Json.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Newtonsoft.Json.dll deleted file mode 100755 index d035c38b..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Newtonsoft.Json.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Ordering.SignalrHub b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Ordering.SignalrHub deleted file mode 100755 index 3981f7f4..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Ordering.SignalrHub and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Ordering.SignalrHub.deps.json b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Ordering.SignalrHub.deps.json deleted file mode 100644 index bf3b1bb5..00000000 --- a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Ordering.SignalrHub.deps.json +++ /dev/null @@ -1,1529 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v9.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v9.0": { - "Ordering.SignalrHub/1.0.0": { - "dependencies": { - "AspNetCore.HealthChecks.AzureServiceBus": "8.0.1", - "AspNetCore.HealthChecks.Rabbitmq": "8.0.2", - "AspNetCore.HealthChecks.UI.Client": "8.0.1", - "Autofac.Extensions.DependencyInjection": "10.0.0", - "EventBus": "1.0.0", - "EventBusRabbitMQ": "1.0.0", - "EventBusServiceBus": "1.0.0", - "Microsoft.ApplicationInsights.AspNetCore": "2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.22.0", - "Microsoft.ApplicationInsights.Kubernetes": "7.0.0", - "Microsoft.AspNetCore.Authentication.JwtBearer": "9.0.0", - "Microsoft.AspNetCore.HealthChecks": "1.0.0", - "Microsoft.AspNetCore.SignalR.StackExchangeRedis": "9.0.0", - "Microsoft.Extensions.Logging.AzureAppServices": "9.0.0", - "Serilog.AspNetCore": "8.0.3", - "Serilog.Enrichers.Environment": "3.0.1", - "Serilog.Settings.Configuration": "8.0.4", - "Serilog.Sinks.Console": "6.0.0", - "Serilog.Sinks.Http": "9.0.0", - "Serilog.Sinks.Seq": "8.0.0" - }, - "runtime": { - "Ordering.SignalrHub.dll": {} - } - }, - "AspNetCore.HealthChecks.AzureServiceBus/8.0.1": { - "dependencies": { - "Azure.Messaging.ServiceBus": "7.17.0" - }, - "runtime": { - "lib/net6.0/HealthChecks.AzureServiceBus.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.0" - } - } - }, - "AspNetCore.HealthChecks.Rabbitmq/8.0.2": { - "dependencies": { - "RabbitMQ.Client": "6.8.1" - }, - "runtime": { - "lib/net6.0/HealthChecks.Rabbitmq.dll": { - "assemblyVersion": "8.0.2.0", - "fileVersion": "8.0.2.0" - } - } - }, - "AspNetCore.HealthChecks.UI.Client/8.0.1": { - "dependencies": { - "AspNetCore.HealthChecks.UI.Core": "8.0.1" - }, - "runtime": { - "lib/net8.0/HealthChecks.UI.Client.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.0" - } - } - }, - "AspNetCore.HealthChecks.UI.Core/8.0.1": { - "runtime": { - "lib/net6.0/HealthChecks.UI.Core.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.0" - } - } - }, - "Autofac/8.1.1": { - "runtime": { - "lib/net8.0/Autofac.dll": { - "assemblyVersion": "8.1.1.0", - "fileVersion": "8.1.1.0" - } - } - }, - "Autofac.Extensions.DependencyInjection/10.0.0": { - "dependencies": { - "Autofac": "8.1.1" - }, - "runtime": { - "lib/net8.0/Autofac.Extensions.DependencyInjection.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "10.0.0.0" - } - } - }, - "Azure.Core/1.36.0": { - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "1.1.1", - "System.Memory.Data": "1.0.2" - }, - "runtime": { - "lib/net6.0/Azure.Core.dll": { - "assemblyVersion": "1.36.0.0", - "fileVersion": "1.3600.23.56006" - } - } - }, - "Azure.Core.Amqp/1.3.0": { - "dependencies": { - "Microsoft.Azure.Amqp": "2.6.3", - "System.Memory.Data": "1.0.2" - }, - "runtime": { - "lib/netstandard2.0/Azure.Core.Amqp.dll": { - "assemblyVersion": "1.3.0.0", - "fileVersion": "1.300.23.15207" - } - } - }, - "Azure.Messaging.ServiceBus/7.17.0": { - "dependencies": { - "Azure.Core": "1.36.0", - "Azure.Core.Amqp": "1.3.0", - "Microsoft.Azure.Amqp": "2.6.3", - "Microsoft.Bcl.AsyncInterfaces": "1.1.1", - "System.Memory.Data": "1.0.2" - }, - "runtime": { - "lib/netstandard2.0/Azure.Messaging.ServiceBus.dll": { - "assemblyVersion": "7.17.0.0", - "fileVersion": "7.1700.23.56401" - } - } - }, - "Fractions/7.2.1": { - "runtime": { - "lib/netstandard2.1/Fractions.dll": { - "assemblyVersion": "7.2.1.0", - "fileVersion": "7.2.1.0" - } - } - }, - "IdentityModel/5.2.0": { - "runtime": { - "lib/net5.0/IdentityModel.dll": { - "assemblyVersion": "5.2.0.0", - "fileVersion": "5.2.0.0" - } - } - }, - "IdentityModel.OidcClient/5.2.1": { - "dependencies": { - "IdentityModel": "5.2.0" - }, - "runtime": { - "lib/netstandard2.0/IdentityModel.OidcClient.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.2.1.0" - } - } - }, - "KubernetesClient/12.1.1": { - "dependencies": { - "Fractions": "7.2.1", - "IdentityModel.OidcClient": "5.2.1", - "System.IdentityModel.Tokens.Jwt": "8.0.1", - "YamlDotNet": "13.3.1", - "prometheus-net": "8.0.1" - }, - "runtime": { - "lib/net7.0/KubernetesClient.dll": { - "assemblyVersion": "12.1.0.0", - "fileVersion": "12.1.1.319" - } - } - }, - "Libuv/1.9.1": { - "runtimeTargets": { - "runtimes/debian-x64/native/libuv.so": { - "rid": "debian-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/fedora-x64/native/libuv.so": { - "rid": "fedora-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/opensuse-x64/native/libuv.so": { - "rid": "opensuse-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/osx/native/libuv.dylib": { - "rid": "osx", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/rhel-x64/native/libuv.so": { - "rid": "rhel-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win7-arm/native/libuv.dll": { - "rid": "win7-arm", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win7-x64/native/libuv.dll": { - "rid": "win7-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win7-x86/native/libuv.dll": { - "rid": "win7-x86", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "MessagePack/2.5.187": { - "dependencies": { - "MessagePack.Annotations": "2.5.187", - "Microsoft.NET.StringTools": "17.6.3" - }, - "runtime": { - "lib/net6.0/MessagePack.dll": { - "assemblyVersion": "2.5.0.0", - "fileVersion": "2.5.187.63700" - } - } - }, - "MessagePack.Annotations/2.5.187": { - "runtime": { - "lib/netstandard2.0/MessagePack.Annotations.dll": { - "assemblyVersion": "2.5.0.0", - "fileVersion": "2.5.187.63700" - } - } - }, - "Microsoft.ApplicationInsights/2.22.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.ApplicationInsights.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.ApplicationInsights.AspNetCore/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.22.0", - "Microsoft.ApplicationInsights.EventCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.22.0", - "Microsoft.Extensions.Logging.ApplicationInsights": "2.22.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.DependencyCollector.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.ApplicationInsights.EventCounterCollector/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.ApplicationInsights.Kubernetes/7.0.0": { - "dependencies": { - "KubernetesClient": "12.1.1", - "Microsoft.ApplicationInsights": "2.22.0", - "Microsoft.Extensions.DiagnosticAdapter": "3.1.27" - }, - "runtime": { - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.0.0" - } - } - }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "System.Diagnostics.PerformanceCounter": "6.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.ApplicationInsights.WindowsServer/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.22.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.22.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.WindowsServer.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.AspNetCore.Authentication.JwtBearer/9.0.0": { - "dependencies": { - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "8.0.1" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.AspNetCore.HealthChecks/1.0.0": { - "dependencies": { - "Microsoft.Extensions.HealthChecks": "1.0.0", - "Microsoft.NETCore.App": "1.0.5" - }, - "runtime": { - "lib/netcoreapp1.0/Microsoft.AspNetCore.HealthChecks.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "Microsoft.AspNetCore.SignalR.StackExchangeRedis/9.0.0": { - "dependencies": { - "MessagePack": "2.5.187", - "StackExchange.Redis": "2.7.27" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.SignalR.StackExchangeRedis.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.Azure.Amqp/2.6.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.Azure.Amqp.dll": { - "assemblyVersion": "2.4.0.0", - "fileVersion": "2.6.3.0" - } - } - }, - "Microsoft.Azure.ServiceBus/5.2.0": { - "dependencies": { - "Microsoft.Azure.Amqp": "2.6.3", - "Microsoft.Azure.Services.AppAuthentication": "1.0.3", - "Newtonsoft.Json": "13.0.3", - "System.IdentityModel.Tokens.Jwt": "8.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": { - "assemblyVersion": "5.2.0.0", - "fileVersion": "5.200.21.55702" - } - } - }, - "Microsoft.Azure.Services.AppAuthentication/1.0.3": { - "dependencies": { - "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": { - "assemblyVersion": "1.0.3.0", - "fileVersion": "1.0.3.0" - } - } - }, - "Microsoft.Bcl.AsyncInterfaces/1.1.1": { - "runtime": { - "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "4.700.20.21406" - } - } - }, - "Microsoft.CodeAnalysis.Common/1.3.0": { - "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.dll": { - "assemblyVersion": "1.3.0.0", - "fileVersion": "1.3.0.60613" - } - } - }, - "Microsoft.CodeAnalysis.CSharp/1.3.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "1.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll": { - "assemblyVersion": "1.3.0.0", - "fileVersion": "1.3.0.60613" - } - } - }, - "Microsoft.CodeAnalysis.VisualBasic/1.3.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "1.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.dll": { - "assemblyVersion": "1.3.0.0", - "fileVersion": "1.3.0.60613" - } - } - }, - "Microsoft.Extensions.DependencyModel/8.0.2": { - "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { - "assemblyVersion": "8.0.0.2", - "fileVersion": "8.0.1024.46610" - } - } - }, - "Microsoft.Extensions.DiagnosticAdapter/3.1.27": { - "runtime": { - "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll": { - "assemblyVersion": "3.1.27.0", - "fileVersion": "3.100.2722.31601" - } - } - }, - "Microsoft.Extensions.HealthChecks/1.0.0": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Extensions.HealthChecks.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "Microsoft.Extensions.Logging.ApplicationInsights/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.Extensions.Logging.AzureAppServices/9.0.0": { - "runtime": { - "lib/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.IdentityModel.Abstractions/8.0.1": { - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.2": { - "runtime": { - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": { - "assemblyVersion": "3.14.2.11", - "fileVersion": "3.14.40721.918" - }, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": { - "assemblyVersion": "3.14.2.11", - "fileVersion": "3.14.40721.918" - } - } - }, - "Microsoft.IdentityModel.JsonWebTokens/8.0.1": { - "dependencies": { - "Microsoft.IdentityModel.Tokens": "8.0.1" - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "Microsoft.IdentityModel.Logging/8.0.1": { - "dependencies": { - "Microsoft.IdentityModel.Abstractions": "8.0.1" - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Logging.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "Microsoft.IdentityModel.Protocols/8.0.1": { - "dependencies": { - "Microsoft.IdentityModel.Tokens": "8.0.1" - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Protocols.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/8.0.1": { - "dependencies": { - "Microsoft.IdentityModel.Protocols": "8.0.1", - "System.IdentityModel.Tokens.Jwt": "8.0.1" - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "Microsoft.IdentityModel.Tokens/8.0.1": { - "dependencies": { - "Microsoft.IdentityModel.Logging": "8.0.1" - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Tokens.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "Microsoft.NET.StringTools/17.6.3": { - "runtime": { - "lib/net7.0/Microsoft.NET.StringTools.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "17.6.3.22601" - } - } - }, - "Microsoft.NETCore.App/1.0.5": { - "dependencies": { - "Libuv": "1.9.1", - "Microsoft.CodeAnalysis.CSharp": "1.3.0", - "Microsoft.CodeAnalysis.VisualBasic": "1.3.0" - } - }, - "Microsoft.Win32.SystemEvents/6.0.0": { - "runtime": { - "lib/net6.0/Microsoft.Win32.SystemEvents.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "Newtonsoft.Json/13.0.3": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" - } - } - }, - "Pipelines.Sockets.Unofficial/2.2.8": { - "runtime": { - "lib/net5.0/Pipelines.Sockets.Unofficial.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "2.2.8.1080" - } - } - }, - "Polly/8.5.0": { - "dependencies": { - "Polly.Core": "8.5.0" - }, - "runtime": { - "lib/net6.0/Polly.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.5.0.4130" - } - } - }, - "Polly.Core/8.5.0": { - "runtime": { - "lib/net8.0/Polly.Core.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.5.0.4130" - } - } - }, - "prometheus-net/8.0.1": { - "runtime": { - "lib/net7.0/Prometheus.NetStandard.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.1.0" - } - } - }, - "RabbitMQ.Client/6.8.1": { - "runtime": { - "lib/netstandard2.0/RabbitMQ.Client.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.8.1.0" - } - } - }, - "Serilog/4.0.0": { - "runtime": { - "lib/net8.0/Serilog.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.0.0.0" - } - } - }, - "Serilog.AspNetCore/8.0.3": { - "dependencies": { - "Serilog": "4.0.0", - "Serilog.Extensions.Hosting": "8.0.0", - "Serilog.Formatting.Compact": "2.0.0", - "Serilog.Settings.Configuration": "8.0.4", - "Serilog.Sinks.Console": "6.0.0", - "Serilog.Sinks.Debug": "2.0.0", - "Serilog.Sinks.File": "5.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.AspNetCore.dll": { - "assemblyVersion": "8.0.3.0", - "fileVersion": "8.0.3.0" - } - } - }, - "Serilog.Enrichers.Environment/3.0.1": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Enrichers.Environment.dll": { - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.0.0.0" - } - } - }, - "Serilog.Extensions.Hosting/8.0.0": { - "dependencies": { - "Serilog": "4.0.0", - "Serilog.Extensions.Logging": "8.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Extensions.Hosting.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "8.0.0.0" - } - } - }, - "Serilog.Extensions.Logging/8.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Extensions.Logging.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "8.0.0.0" - } - } - }, - "Serilog.Formatting.Compact/2.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net7.0/Serilog.Formatting.Compact.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.0" - } - } - }, - "Serilog.Settings.Configuration/8.0.4": { - "dependencies": { - "Microsoft.Extensions.DependencyModel": "8.0.2", - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Settings.Configuration.dll": { - "assemblyVersion": "8.0.4.0", - "fileVersion": "8.0.4.0" - } - } - }, - "Serilog.Sinks.Console/6.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Sinks.Console.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.0.0" - } - } - }, - "Serilog.Sinks.Debug/2.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.0" - } - } - }, - "Serilog.Sinks.File/5.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net5.0/Serilog.Sinks.File.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.0" - } - } - }, - "Serilog.Sinks.Http/9.0.0": { - "dependencies": { - "Serilog.Sinks.File": "5.0.0" - }, - "runtime": { - "lib/netstandard2.1/Serilog.Sinks.Http.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.0.0" - } - } - }, - "Serilog.Sinks.Seq/8.0.0": { - "dependencies": { - "Serilog": "4.0.0", - "Serilog.Sinks.File": "5.0.0" - }, - "runtime": { - "lib/net6.0/Serilog.Sinks.Seq.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.0.0" - } - } - }, - "StackExchange.Redis/2.7.27": { - "dependencies": { - "Pipelines.Sockets.Unofficial": "2.2.8" - }, - "runtime": { - "lib/net6.0/StackExchange.Redis.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.7.27.49176" - } - } - }, - "System.Configuration.ConfigurationManager/6.0.0": { - "dependencies": { - "System.Security.Cryptography.ProtectedData": "6.0.0", - "System.Security.Permissions": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.Diagnostics.PerformanceCounter/6.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Diagnostics.PerformanceCounter.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.Drawing.Common/6.0.0": { - "dependencies": { - "Microsoft.Win32.SystemEvents": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Drawing.Common.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/net6.0/System.Drawing.Common.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - }, - "runtimes/win/lib/net6.0/System.Drawing.Common.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.IdentityModel.Tokens.Jwt/8.0.1": { - "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "8.0.1", - "Microsoft.IdentityModel.Tokens": "8.0.1" - }, - "runtime": { - "lib/net9.0/System.IdentityModel.Tokens.Jwt.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "System.Memory.Data/1.0.2": { - "runtime": { - "lib/netstandard2.0/System.Memory.Data.dll": { - "assemblyVersion": "1.0.2.0", - "fileVersion": "1.0.221.20802" - } - } - }, - "System.Security.Cryptography.ProtectedData/6.0.0": { - "runtime": { - "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.Security.Permissions/6.0.0": { - "dependencies": { - "System.Windows.Extensions": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Security.Permissions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.Windows.Extensions/6.0.0": { - "dependencies": { - "System.Drawing.Common": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Windows.Extensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "YamlDotNet/13.3.1": { - "runtime": { - "lib/net7.0/YamlDotNet.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.3.1.0" - } - } - }, - "EventBus/1.0.0": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "EventBus.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "EventBusRabbitMQ/1.0.0": { - "dependencies": { - "Autofac": "8.1.1", - "EventBus": "1.0.0", - "Newtonsoft.Json": "13.0.3", - "Polly": "8.5.0", - "RabbitMQ.Client": "6.8.1" - }, - "runtime": { - "EventBusRabbitMQ.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "EventBusServiceBus/1.0.0": { - "dependencies": { - "Autofac": "8.1.1", - "EventBus": "1.0.0", - "Microsoft.Azure.ServiceBus": "5.2.0" - }, - "runtime": { - "EventBusServiceBus.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - } - } - }, - "libraries": { - "Ordering.SignalrHub/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "AspNetCore.HealthChecks.AzureServiceBus/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-67GttVESv92GIthFMNqLbWvnQr3AFujGGsydKUl51R7p+KETguIJ+yHGUSnLL8XEcIWO0pENO714WlAqmON8EQ==", - "path": "aspnetcore.healthchecks.azureservicebus/8.0.1", - "hashPath": "aspnetcore.healthchecks.azureservicebus.8.0.1.nupkg.sha512" - }, - "AspNetCore.HealthChecks.Rabbitmq/8.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A/29xmNWfssOY1zq1bWAaZPW/iJfBhJN+I737KKHQutzB0JFwAIKesjsUWN2BAJwqS/ciFMjNxvCDHtAgU0PIQ==", - "path": "aspnetcore.healthchecks.rabbitmq/8.0.2", - "hashPath": "aspnetcore.healthchecks.rabbitmq.8.0.2.nupkg.sha512" - }, - "AspNetCore.HealthChecks.UI.Client/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nhC6KIoB/EtTbH3uGm2J6EHEUyTJuETUARFePbmrnA+zjbwsirzIVUQl46qIjvyPABhK0e7Rk+AxcRqC6zikqA==", - "path": "aspnetcore.healthchecks.ui.client/8.0.1", - "hashPath": "aspnetcore.healthchecks.ui.client.8.0.1.nupkg.sha512" - }, - "AspNetCore.HealthChecks.UI.Core/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Vn00MOJ1I0HSqyP7Bt9v0pr0AIgbrXMjL/KFwW+sRwLRogOtep8BWGimd8XYRCbCDLrAi7VSArU02f6pEIw69w==", - "path": "aspnetcore.healthchecks.ui.core/8.0.1", - "hashPath": "aspnetcore.healthchecks.ui.core.8.0.1.nupkg.sha512" - }, - "Autofac/8.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lhHjVB/XJtxPDUQ/FAHWAC7Spu+P9TNfDbyx2W0ABqD1eTRo7TkcZ7l7Oq1S5pKNg7NXswdk9uH73qbOzSwQFA==", - "path": "autofac/8.1.1", - "hashPath": "autofac.8.1.1.nupkg.sha512" - }, - "Autofac.Extensions.DependencyInjection/10.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZjR/onUlP7BzQ7VBBigQepWLAyAzi3VRGX3pP6sBqkPRiT61fsTZqbTpRUKxo30TMgbs1o3y6bpLbETix4SJog==", - "path": "autofac.extensions.dependencyinjection/10.0.0", - "hashPath": "autofac.extensions.dependencyinjection.10.0.0.nupkg.sha512" - }, - "Azure.Core/1.36.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vwqFZdHS4dzPlI7FFRkPx9ctA+aGGeRev3gnzG8lntWvKMmBhAmulABi1O9CEvS3/jzYt7yA+0pqVdxkpAd7dQ==", - "path": "azure.core/1.36.0", - "hashPath": "azure.core.1.36.0.nupkg.sha512" - }, - "Azure.Core.Amqp/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==", - "path": "azure.core.amqp/1.3.0", - "hashPath": "azure.core.amqp.1.3.0.nupkg.sha512" - }, - "Azure.Messaging.ServiceBus/7.17.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lpQXW+8IsTsCp8hvMIiqcp0oLYgxc79g7ALYUOOXiZy/3WORlaN237eNx0LCX40wTo7hLtdbVrmoUa+kIohGpg==", - "path": "azure.messaging.servicebus/7.17.0", - "hashPath": "azure.messaging.servicebus.7.17.0.nupkg.sha512" - }, - "Fractions/7.2.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1gVCo18/02ZZOJ+dcpVNMsUHF6cLmltMMskUWl2G1l+0OmTTvcwJZq5/JXIVpvOzPM3gDLombsloGMlTQNcv9g==", - "path": "fractions/7.2.1", - "hashPath": "fractions.7.2.1.nupkg.sha512" - }, - "IdentityModel/5.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nuhkbaDH9l5QzNJp2MtP3qio57MPtiRneUN8Ocr7od0JvSYaIe3gBj/vxllr11S/Qvu1AG4GZXoyv5469ewYDA==", - "path": "identitymodel/5.2.0", - "hashPath": "identitymodel.5.2.0.nupkg.sha512" - }, - "IdentityModel.OidcClient/5.2.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OuPhDNAw/EoJVEmYO6/ChZUBcug4OGoGKTKLUyBCsGhlKegxJk25LYQ0EL7GCBMgkEL+BYNJukNZyaJ+JNaWog==", - "path": "identitymodel.oidcclient/5.2.1", - "hashPath": "identitymodel.oidcclient.5.2.1.nupkg.sha512" - }, - "KubernetesClient/12.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Xvc6Kr/W5YUxlMDzy0R80zy+Vd66brS7fSA4COGXu8KZACKPW7+KKS7kxZBLaFYGrUcktXOHpqNNuoukSGcK6A==", - "path": "kubernetesclient/12.1.1", - "hashPath": "kubernetesclient.12.1.1.nupkg.sha512" - }, - "Libuv/1.9.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uqX2Frwf9PW8MaY7PRNY6HM5BpW1D8oj1EdqzrmbEFD5nH63Yat3aEjN/tws6Tw6Fk7LwmLBvtUh32tTeTaHiA==", - "path": "libuv/1.9.1", - "hashPath": "libuv.1.9.1.nupkg.sha512" - }, - "MessagePack/2.5.187": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uW4j8m4Nc+2Mk5n6arOChavJ9bLjkis0qWASOj2h2OwmfINuzYv+mjCHUymrYhmyyKTu3N+ObtTXAY4uQ7jIhg==", - "path": "messagepack/2.5.187", - "hashPath": "messagepack.2.5.187.nupkg.sha512" - }, - "MessagePack.Annotations/2.5.187": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/IvvMMS8opvlHjEJ/fR2Cal4Co726Kj77Z8KiohFhuHfLHHmb9uUxW5+tSCL4ToKFfkQlrS3HD638mRq83ySqA==", - "path": "messagepack.annotations/2.5.187", - "hashPath": "messagepack.annotations.2.5.187.nupkg.sha512" - }, - "Microsoft.ApplicationInsights/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3AOM9bZtku7RQwHyMEY3tQMrHIgjcfRDa6YQpd/QG2LDGvMydSlL9Di+8LLMt7J2RDdfJ7/2jdYv6yHcMJAnNw==", - "path": "microsoft.applicationinsights/2.22.0", - "hashPath": "microsoft.applicationinsights.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.AspNetCore/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OuiZgRDX0zm3a1DRk/GT54ZsyTg8a88n3cpkVEYFJoRhT5X84l2C68BuKrglE0sIj+C0+o2WTR8S21YBD/ZWgA==", - "path": "microsoft.applicationinsights.aspnetcore/2.22.0", - "hashPath": "microsoft.applicationinsights.aspnetcore.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gseSmuCshdZqcn5r6EW1Zx52e5/p2RpAsHSanlxs8pq+Pbg1RZP678tXtxfVuHC0fA3MVV852pnfFC7ZGB0jew==", - "path": "microsoft.applicationinsights.dependencycollector/2.22.0", - "hashPath": "microsoft.applicationinsights.dependencycollector.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.EventCounterCollector/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/fXUyZIMwaWfETgire4fygaBhY8J+hXvTVhSFXKV0JOFBenzzU4smGW8iRUFhE534a3QrczuFfmfCCkXRKbsNg==", - "path": "microsoft.applicationinsights.eventcountercollector/2.22.0", - "hashPath": "microsoft.applicationinsights.eventcountercollector.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.Kubernetes/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NF7HsDqEPTLkqnm2NyA+xBLE4qzEaY5UEkdhywGeZgI0hjrpbjuFafrZOZPjqMV38WXZ24yv7c4K251+9OgOfw==", - "path": "microsoft.applicationinsights.kubernetes/7.0.0", - "hashPath": "microsoft.applicationinsights.kubernetes.7.0.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nExsJsbN7694ueUNNBms/UNgza9WH4W/I6i5CnF9ujJ1sp57EL5Uk0NP9MDwlLVtYaaiznKPatVSv3Nu8vAplw==", - "path": "microsoft.applicationinsights.perfcountercollector/2.22.0", - "hashPath": "microsoft.applicationinsights.perfcountercollector.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.WindowsServer/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9k1x1+Kq1fElvcv0o/w9w8tRWAa2Y0f4NPBeHF5b2xCety4GM1yv3K3Ra0lZwO3kW0SHlm9M8nrySuyKQlHyYA==", - "path": "microsoft.applicationinsights.windowsserver/2.22.0", - "hashPath": "microsoft.applicationinsights.windowsserver.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Blb6S8UJSJ/jo6mxeO38gKgui75D2brp5NpXJoZUhyJzfmYsfhn7a4t5f+CDfAKyvie7sQB2FIzeEDQSiRE5zw==", - "path": "microsoft.applicationinsights.windowsserver.telemetrychannel/2.22.0", - "hashPath": "microsoft.applicationinsights.windowsserver.telemetrychannel.2.22.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.JwtBearer/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bs+1Pq3vQdS2lTyxNUd9fEhtMsq3eLUpK36k2t56iDMVrk6OrAoFtvrQrTK0Y0OetTcJrUkGU7hBlf+ORzHLqQ==", - "path": "microsoft.aspnetcore.authentication.jwtbearer/9.0.0", - "hashPath": "microsoft.aspnetcore.authentication.jwtbearer.9.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.HealthChecks/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-skfSWx0dJWPc5NKePzPYp8sse4/li4LTrMrM1qDQK4Eq/eEn/syz1rjAQ7K0CwvLeS+7vdERUJ3v//c0oFUuIg==", - "path": "microsoft.aspnetcore.healthchecks/1.0.0", - "hashPath": "microsoft.aspnetcore.healthchecks.1.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.SignalR.StackExchangeRedis/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YeHl6HjUDhLBW7AyfUm/uPIRZAWGHMcWkmJq1uhLcWHXmPf9rwDyQC2kk/DLrJ5NL7/+kK2u7NL20czYur65mg==", - "path": "microsoft.aspnetcore.signalr.stackexchangeredis/9.0.0", - "hashPath": "microsoft.aspnetcore.signalr.stackexchangeredis.9.0.0.nupkg.sha512" - }, - "Microsoft.Azure.Amqp/2.6.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iPbNNII4YZGkka7JQS0ZsZfZLcM7dwIoov/DyFiaemRqOTrdJCLgYnFBFhc/3TSh0ZI4/5TpxQPSPSckZ65jmA==", - "path": "microsoft.azure.amqp/2.6.3", - "hashPath": "microsoft.azure.amqp.2.6.3.nupkg.sha512" - }, - "Microsoft.Azure.ServiceBus/5.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==", - "path": "microsoft.azure.servicebus/5.2.0", - "hashPath": "microsoft.azure.servicebus.5.2.0.nupkg.sha512" - }, - "Microsoft.Azure.Services.AppAuthentication/1.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==", - "path": "microsoft.azure.services.appauthentication/1.0.3", - "hashPath": "microsoft.azure.services.appauthentication.1.0.3.nupkg.sha512" - }, - "Microsoft.Bcl.AsyncInterfaces/1.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==", - "path": "microsoft.bcl.asyncinterfaces/1.1.1", - "hashPath": "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Common/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-V09G35cs0CT1C4Dr1IEOh8IGfnWALEVAOO5JXsqagxXwmYR012TlorQ+vx2eXxfZRKs3gAS/r92gN9kRBLba5A==", - "path": "microsoft.codeanalysis.common/1.3.0", - "hashPath": "microsoft.codeanalysis.common.1.3.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.CSharp/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BgWDIAbSFsHuGeLSn/rljLi51nXqkSo4DZ0qEIrHyPVasrhxEVq7aV8KKZ3HEfSFB+GIhBmOogE+mlOLYg19eg==", - "path": "microsoft.codeanalysis.csharp/1.3.0", - "hashPath": "microsoft.codeanalysis.csharp.1.3.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.VisualBasic/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Sf3k8PkTkWqBmXnnblJbvb7ewO6mJzX6WO2t7m04BmOY5qBq6yhhyXnn/BMM+QCec3Arw3X35Zd8f9eBql0qgg==", - "path": "microsoft.codeanalysis.visualbasic/1.3.0", - "hashPath": "microsoft.codeanalysis.visualbasic.1.3.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyModel/8.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-mUBDZZRgZrSyFOsJ2qJJ9fXfqd/kXJwf3AiDoqLD9m6TjY5OO/vLNOb9fb4juC0487eq4hcGN/M2Rh/CKS7QYw==", - "path": "microsoft.extensions.dependencymodel/8.0.2", - "hashPath": "microsoft.extensions.dependencymodel.8.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.DiagnosticAdapter/3.1.27": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IHJmvjE3X+PJLlbRvZHnzVO2CglI9FARYgTPbbUNN85gS4jqS0EM/dGhZGwQpr3P4X0/V/OUtmgHvBipS4KTwQ==", - "path": "microsoft.extensions.diagnosticadapter/3.1.27", - "hashPath": "microsoft.extensions.diagnosticadapter.3.1.27.nupkg.sha512" - }, - "Microsoft.Extensions.HealthChecks/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-75bbAOTUl0oBzjmPYdN+o0vReThrl4v/OVvIKsbuUlOhAjma7mOHYR/Nm1KabM36/xWbxgSX9lFCRvOaz/55Tg==", - "path": "microsoft.extensions.healthchecks/1.0.0", - "hashPath": "microsoft.extensions.healthchecks.1.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.ApplicationInsights/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5OmXub+9MyX8FbqgO+hBJRHk1iJ+UZUU20oIU3wo+RbmH6Jtsja79rriHLlzlrkMzWbpCkCzF6f4Yb6iGbsDag==", - "path": "microsoft.extensions.logging.applicationinsights/2.22.0", - "hashPath": "microsoft.extensions.logging.applicationinsights.2.22.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.AzureAppServices/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OMyMioZ23NlBXQb6TecMTr3LTCd2cqglKqMRdcWF8OJ+QQS53iPEo6bWj3CgGqgdXRySv3cxFVnJGSdcEWKR3Q==", - "path": "microsoft.extensions.logging.azureappservices/9.0.0", - "hashPath": "microsoft.extensions.logging.azureappservices.9.0.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Abstractions/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OtlIWcyX01olfdevPKZdIPfBEvbcioDyBiE/Z2lHsopsMD7twcKtlN9kMevHmI5IIPhFpfwCIiR6qHQz1WHUIw==", - "path": "microsoft.identitymodel.abstractions/8.0.1", - "hashPath": "microsoft.identitymodel.abstractions.8.0.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==", - "path": "microsoft.identitymodel.clients.activedirectory/3.14.2", - "hashPath": "microsoft.identitymodel.clients.activedirectory.3.14.2.nupkg.sha512" - }, - "Microsoft.IdentityModel.JsonWebTokens/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-s6++gF9x0rQApQzOBbSyp4jUaAlwm+DroKfL8gdOHxs83k8SJfUXhuc46rDB3rNXBQ1MVRxqKUrqFhO/M0E97g==", - "path": "microsoft.identitymodel.jsonwebtokens/8.0.1", - "hashPath": "microsoft.identitymodel.jsonwebtokens.8.0.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Logging/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UCPF2exZqBXe7v/6sGNiM6zCQOUXXQ9+v5VTb9gPB8ZSUPnX53BxlN78v2jsbIvK9Dq4GovQxo23x8JgWvm/Qg==", - "path": "microsoft.identitymodel.logging/8.0.1", - "hashPath": "microsoft.identitymodel.logging.8.0.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uA2vpKqU3I2mBBEaeJAWPTjT9v1TZrGWKdgK6G5qJd03CLx83kdiqO9cmiK8/n1erkHzFBwU/RphP83aAe3i3g==", - "path": "microsoft.identitymodel.protocols/8.0.1", - "hashPath": "microsoft.identitymodel.protocols.8.0.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AQDbfpL+yzuuGhO/mQhKNsp44pm5Jv8/BI4KiFXR7beVGZoSH35zMV3PrmcfvSTsyI6qrcR898NzUauD6SRigg==", - "path": "microsoft.identitymodel.protocols.openidconnect/8.0.1", - "hashPath": "microsoft.identitymodel.protocols.openidconnect.8.0.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Tokens/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kDimB6Dkd3nkW2oZPDkMkVHfQt3IDqO5gL0oa8WVy3OP4uE8Ij+8TXnqg9TOd9ufjsY3IDiGz7pCUbnfL18tjg==", - "path": "microsoft.identitymodel.tokens/8.0.1", - "hashPath": "microsoft.identitymodel.tokens.8.0.1.nupkg.sha512" - }, - "Microsoft.NET.StringTools/17.6.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N0ZIanl1QCgvUumEL1laasU0a7sOE5ZwLZVTn0pAePnfhq8P7SvTjF8Axq+CnavuQkmdQpGNXQ1efZtu5kDFbA==", - "path": "microsoft.net.stringtools/17.6.3", - "hashPath": "microsoft.net.stringtools.17.6.3.nupkg.sha512" - }, - "Microsoft.NETCore.App/1.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rqd+4QNUIdrauKaP8KVo2Ut5OeEGoyOsAMZr7u1IEtSRx5LeA1omVCLpY0TJ5Z47jfMm/MRuD/RG5Ahg8WwX2w==", - "path": "microsoft.netcore.app/1.0.5", - "hashPath": "microsoft.netcore.app.1.0.5.nupkg.sha512" - }, - "Microsoft.Win32.SystemEvents/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==", - "path": "microsoft.win32.systemevents/6.0.0", - "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "path": "newtonsoft.json/13.0.3", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" - }, - "Pipelines.Sockets.Unofficial/2.2.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zG2FApP5zxSx6OcdJQLbZDk2AVlN2BNQD6MorwIfV6gVj0RRxWPEp2LXAxqDGZqeNV1Zp0BNPcNaey/GXmTdvQ==", - "path": "pipelines.sockets.unofficial/2.2.8", - "hashPath": "pipelines.sockets.unofficial.2.2.8.nupkg.sha512" - }, - "Polly/8.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GBNZPy7i7OpkaIruWPRJ0+AWzdGDQDnKY91b7Ic2aAch4lKhPjUc5KSffpH9krIWe0MoyghqaRxwRC0Uwz2PkA==", - "path": "polly/8.5.0", - "hashPath": "polly.8.5.0.nupkg.sha512" - }, - "Polly.Core/8.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VYYMZNitZ85UEhwOKkTQI63WEMvzUqwQc74I2mm8h/DBVAMcBBxqYPni4DmuRtbCwngmuONuK2yBJfWNRKzI+A==", - "path": "polly.core/8.5.0", - "hashPath": "polly.core.8.5.0.nupkg.sha512" - }, - "prometheus-net/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A9sOtQB2gEhujBxPKw+KcGScBiPvBmy4lYVM5OlETMj4xjVD5r/ixIg52HHg2P0lcImJTpfeWnD0/9tpQsRQTA==", - "path": "prometheus-net/8.0.1", - "hashPath": "prometheus-net.8.0.1.nupkg.sha512" - }, - "RabbitMQ.Client/6.8.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jNsmGgmCNw2S/NzskeN2ijtGywtH4Sk/G6jWUTD5sY9SrC27Xz6BsLIiB8hdsfjeyWCa4j4GvCIGkpE8wrjU1Q==", - "path": "rabbitmq.client/6.8.1", - "hashPath": "rabbitmq.client.6.8.1.nupkg.sha512" - }, - "Serilog/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2jDkUrSh5EofOp7Lx5Zgy0EB+7hXjjxE2ktTb1WVQmU00lDACR2TdROGKU0K1pDTBSJBN1PqgYpgOZF8mL7NJw==", - "path": "serilog/4.0.0", - "hashPath": "serilog.4.0.0.nupkg.sha512" - }, - "Serilog.AspNetCore/8.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Y5at41mc0OV982DEJslBKHd6uzcWO6POwR3QceJ6gtpMPxCzm4+FElGPF0RdaTD7MGsP6XXE05LMbSi0NO+sXg==", - "path": "serilog.aspnetcore/8.0.3", - "hashPath": "serilog.aspnetcore.8.0.3.nupkg.sha512" - }, - "Serilog.Enrichers.Environment/3.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9BqCE4C9FF+/rJb/CsQwe7oVf44xqkOvMwX//CUxvUR25lFL4tSS6iuxE5eW07quby1BAyAEP+vM6TWsnT3iqw==", - "path": "serilog.enrichers.environment/3.0.1", - "hashPath": "serilog.enrichers.environment.3.0.1.nupkg.sha512" - }, - "Serilog.Extensions.Hosting/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-db0OcbWeSCvYQkHWu6n0v40N4kKaTAXNjlM3BKvcbwvNzYphQFcBR+36eQ/7hMMwOkJvAyLC2a9/jNdUL5NjtQ==", - "path": "serilog.extensions.hosting/8.0.0", - "hashPath": "serilog.extensions.hosting.8.0.0.nupkg.sha512" - }, - "Serilog.Extensions.Logging/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YEAMWu1UnWgf1c1KP85l1SgXGfiVo0Rz6x08pCiPOIBt2Qe18tcZLvdBUuV5o1QHvrs8FAry9wTIhgBRtjIlEg==", - "path": "serilog.extensions.logging/8.0.0", - "hashPath": "serilog.extensions.logging.8.0.0.nupkg.sha512" - }, - "Serilog.Formatting.Compact/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ob6z3ikzFM3D1xalhFuBIK1IOWf+XrQq+H4KeH4VqBcPpNcmUgZlRQ2h3Q7wvthpdZBBoY86qZOI2LCXNaLlNA==", - "path": "serilog.formatting.compact/2.0.0", - "hashPath": "serilog.formatting.compact.2.0.0.nupkg.sha512" - }, - "Serilog.Settings.Configuration/8.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pkxvq0umBKK8IKFJc1aV5S/HGRG/NIxJ6FV42KaTPLfDmBOAbBUB1m5gqqlGxzEa1MgDDWtQlWJdHTSxVWNx+Q==", - "path": "serilog.settings.configuration/8.0.4", - "hashPath": "serilog.settings.configuration.8.0.4.nupkg.sha512" - }, - "Serilog.Sinks.Console/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fQGWqVMClCP2yEyTXPIinSr5c+CBGUvBybPxjAGcf7ctDhadFhrQw03Mv8rJ07/wR5PDfFjewf2LimvXCDzpbA==", - "path": "serilog.sinks.console/6.0.0", - "hashPath": "serilog.sinks.console.6.0.0.nupkg.sha512" - }, - "Serilog.Sinks.Debug/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Y6g3OBJ4JzTyyw16fDqtFcQ41qQAydnEvEqmXjhwhgjsnG/FaJ8GUqF5ldsC/bVkK8KYmqrPhDO+tm4dF6xx4A==", - "path": "serilog.sinks.debug/2.0.0", - "hashPath": "serilog.sinks.debug.2.0.0.nupkg.sha512" - }, - "Serilog.Sinks.File/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uwV5hdhWPwUH1szhO8PJpFiahqXmzPzJT/sOijH/kFgUx+cyoDTMM8MHD0adw9+Iem6itoibbUXHYslzXsLEAg==", - "path": "serilog.sinks.file/5.0.0", - "hashPath": "serilog.sinks.file.5.0.0.nupkg.sha512" - }, - "Serilog.Sinks.Http/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c246Bw1vXtvht/krwQXGwuZ4U2kKxRf8d9iaazZDodnOohTlRR4jZyQS/slWHSjJAj8ZDejCQcITnu+TkYmdFw==", - "path": "serilog.sinks.http/9.0.0", - "hashPath": "serilog.sinks.http.9.0.0.nupkg.sha512" - }, - "Serilog.Sinks.Seq/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-z5ig56/qzjkX6Fj4U/9m1g8HQaQiYPMZS4Uevtjg1I+WWzoGSf5t/E+6JbMP/jbZYhU63bA5NJN5y0x+qqx2Bw==", - "path": "serilog.sinks.seq/8.0.0", - "hashPath": "serilog.sinks.seq.8.0.0.nupkg.sha512" - }, - "StackExchange.Redis/2.7.27": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Uqc2OQHglqj9/FfGQ6RkKFkZfHySfZlfmbCl+hc+u2I/IqunfelQ7QJi7ZhvAJxUtu80pildVX6NPLdDaUffOw==", - "path": "stackexchange.redis/2.7.27", - "hashPath": "stackexchange.redis.2.7.27.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7T+m0kDSlIPTHIkPMIu6m6tV6qsMqJpvQWW2jIc2qi7sn40qxFo0q+7mEQAhMPXZHMKnWrnv47ntGlM/ejvw3g==", - "path": "system.configuration.configurationmanager/6.0.0", - "hashPath": "system.configuration.configurationmanager.6.0.0.nupkg.sha512" - }, - "System.Diagnostics.PerformanceCounter/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gbeE5tNp/oB7O8kTTLh3wPPJCxpNOphXPTWVs1BsYuFOYapFijWuh0LYw1qnDo4gwDUYPXOmpTIhvtxisGsYOQ==", - "path": "system.diagnostics.performancecounter/6.0.0", - "hashPath": "system.diagnostics.performancecounter.6.0.0.nupkg.sha512" - }, - "System.Drawing.Common/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==", - "path": "system.drawing.common/6.0.0", - "hashPath": "system.drawing.common.6.0.0.nupkg.sha512" - }, - "System.IdentityModel.Tokens.Jwt/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GJw3bYkWpOgvN3tJo5X4lYUeIFA2HD293FPUhKmp7qxS+g5ywAb34Dnd3cDAFLkcMohy5XTpoaZ4uAHuw0uSPQ==", - "path": "system.identitymodel.tokens.jwt/8.0.1", - "hashPath": "system.identitymodel.tokens.jwt.8.0.1.nupkg.sha512" - }, - "System.Memory.Data/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==", - "path": "system.memory.data/1.0.2", - "hashPath": "system.memory.data.1.0.2.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rp1gMNEZpvx9vP0JW0oHLxlf8oSiQgtno77Y4PLUBjSiDYoD77Y8uXHr1Ea5XG4/pIKhqAdxZ8v8OTUtqo9PeQ==", - "path": "system.security.cryptography.protecteddata/6.0.0", - "hashPath": "system.security.cryptography.protecteddata.6.0.0.nupkg.sha512" - }, - "System.Security.Permissions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==", - "path": "system.security.permissions/6.0.0", - "hashPath": "system.security.permissions.6.0.0.nupkg.sha512" - }, - "System.Windows.Extensions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==", - "path": "system.windows.extensions/6.0.0", - "hashPath": "system.windows.extensions.6.0.0.nupkg.sha512" - }, - "YamlDotNet/13.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Q2dqDsb0xAlr092grgHk8/vTXI2snIiYM5ND3IXkgJDFIdPnqDYwYnlk+gwzSeRByDLhiSzTog8uT7xFwH68Zg==", - "path": "yamldotnet/13.3.1", - "hashPath": "yamldotnet.13.3.1.nupkg.sha512" - }, - "EventBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "EventBusRabbitMQ/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "EventBusServiceBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Ordering.SignalrHub.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Ordering.SignalrHub.dll deleted file mode 100644 index 18ad2ad7..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Ordering.SignalrHub.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Ordering.SignalrHub.pdb b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Ordering.SignalrHub.pdb deleted file mode 100644 index 416c7be7..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Ordering.SignalrHub.pdb and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Ordering.SignalrHub.runtimeconfig.json b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Ordering.SignalrHub.runtimeconfig.json deleted file mode 100644 index 6925b655..00000000 --- a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Ordering.SignalrHub.runtimeconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net9.0", - "frameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "9.0.0" - }, - { - "name": "Microsoft.AspNetCore.App", - "version": "9.0.0" - } - ], - "configProperties": { - "System.GC.Server": true, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Ordering.SignalrHub.staticwebassets.endpoints.json b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Ordering.SignalrHub.staticwebassets.endpoints.json deleted file mode 100644 index 5576e889..00000000 --- a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Ordering.SignalrHub.staticwebassets.endpoints.json +++ /dev/null @@ -1 +0,0 @@ -{"Version":1,"ManifestType":"Build","Endpoints":[]} \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Pipelines.Sockets.Unofficial.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Pipelines.Sockets.Unofficial.dll deleted file mode 100755 index c5b223d3..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Pipelines.Sockets.Unofficial.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Polly.Core.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Polly.Core.dll deleted file mode 100755 index 5df31b0b..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Polly.Core.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Polly.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Polly.dll deleted file mode 100755 index 69338063..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Polly.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Prometheus.NetStandard.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Prometheus.NetStandard.dll deleted file mode 100755 index 3a39221b..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Prometheus.NetStandard.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/RabbitMQ.Client.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/RabbitMQ.Client.dll deleted file mode 100755 index 8ad562d9..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/RabbitMQ.Client.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Serilog.AspNetCore.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Serilog.AspNetCore.dll deleted file mode 100755 index 6c600139..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Serilog.AspNetCore.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Serilog.Enrichers.Environment.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Serilog.Enrichers.Environment.dll deleted file mode 100755 index af699261..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Serilog.Enrichers.Environment.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Serilog.Extensions.Hosting.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Serilog.Extensions.Hosting.dll deleted file mode 100755 index 2204d101..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Serilog.Extensions.Hosting.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Serilog.Extensions.Logging.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Serilog.Extensions.Logging.dll deleted file mode 100755 index f2f78c7b..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Serilog.Extensions.Logging.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Serilog.Formatting.Compact.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Serilog.Formatting.Compact.dll deleted file mode 100755 index 7174b834..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Serilog.Formatting.Compact.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Serilog.Settings.Configuration.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Serilog.Settings.Configuration.dll deleted file mode 100755 index 25692ac2..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Serilog.Settings.Configuration.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Serilog.Sinks.Console.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Serilog.Sinks.Console.dll deleted file mode 100755 index 96c89a0d..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Serilog.Sinks.Console.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Serilog.Sinks.Debug.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Serilog.Sinks.Debug.dll deleted file mode 100755 index 2bd024b1..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Serilog.Sinks.Debug.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Serilog.Sinks.File.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Serilog.Sinks.File.dll deleted file mode 100755 index 29dc2fd3..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Serilog.Sinks.File.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Serilog.Sinks.Http.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Serilog.Sinks.Http.dll deleted file mode 100755 index 932d8c6a..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Serilog.Sinks.Http.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Serilog.Sinks.Seq.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Serilog.Sinks.Seq.dll deleted file mode 100755 index 9919e7e5..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Serilog.Sinks.Seq.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Serilog.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Serilog.dll deleted file mode 100755 index 28c98dd3..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Serilog.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/StackExchange.Redis.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/StackExchange.Redis.dll deleted file mode 100755 index c09634e1..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/StackExchange.Redis.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/System.Configuration.ConfigurationManager.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/System.Configuration.ConfigurationManager.dll deleted file mode 100755 index d67c8a8a..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/System.Configuration.ConfigurationManager.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/System.Diagnostics.PerformanceCounter.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/System.Diagnostics.PerformanceCounter.dll deleted file mode 100755 index e9092d7f..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/System.Diagnostics.PerformanceCounter.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/System.Drawing.Common.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/System.Drawing.Common.dll deleted file mode 100755 index be6915e5..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/System.Drawing.Common.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll deleted file mode 100755 index c42b8d71..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/System.Memory.Data.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/System.Memory.Data.dll deleted file mode 100755 index 6f2a3e0a..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/System.Memory.Data.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/System.Security.Cryptography.ProtectedData.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/System.Security.Cryptography.ProtectedData.dll deleted file mode 100755 index 1ba87704..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/System.Security.Cryptography.ProtectedData.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/System.Security.Permissions.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/System.Security.Permissions.dll deleted file mode 100755 index 39dd4df9..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/System.Security.Permissions.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/System.Windows.Extensions.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/System.Windows.Extensions.dll deleted file mode 100755 index c3e8844f..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/System.Windows.Extensions.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/YamlDotNet.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/YamlDotNet.dll deleted file mode 100755 index 44fac0d0..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/YamlDotNet.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/appsettings.json b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/appsettings.json deleted file mode 100644 index e43c354a..00000000 --- a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/appsettings.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "IdentityUrl": "http://localhost:5105", - "Serilog": { - "SeqServerUrl": null, - "LogstashgUrl": null, - "MinimumLevel": { - "Default": "Information", - "Override": { - "Microsoft": "Warning", - "Microsoft.eShopOnContainers": "Information", - "System": "Warning" - } - } - }, - "AzureServiceBusEnabled": false, - "SubscriptionClientName": "Ordering.signalrhub", - "EventBusRetryCount": 5, - "EventBusConnection": "localhost" -} \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/debian-x64/native/libuv.so b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/debian-x64/native/libuv.so deleted file mode 100755 index ee70aa0f..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/debian-x64/native/libuv.so and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/fedora-x64/native/libuv.so b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/fedora-x64/native/libuv.so deleted file mode 100755 index ee70aa0f..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/fedora-x64/native/libuv.so and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/opensuse-x64/native/libuv.so b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/opensuse-x64/native/libuv.so deleted file mode 100755 index ee70aa0f..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/opensuse-x64/native/libuv.so and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/osx/native/libuv.dylib b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/osx/native/libuv.dylib deleted file mode 100755 index abbf24d6..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/osx/native/libuv.dylib and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/rhel-x64/native/libuv.so b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/rhel-x64/native/libuv.so deleted file mode 100755 index ee70aa0f..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/rhel-x64/native/libuv.so and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/unix/lib/net6.0/System.Drawing.Common.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/unix/lib/net6.0/System.Drawing.Common.dll deleted file mode 100755 index 9e26473d..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/unix/lib/net6.0/System.Drawing.Common.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll deleted file mode 100755 index 66af1982..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll deleted file mode 100755 index 235a22f3..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Drawing.Common.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Drawing.Common.dll deleted file mode 100755 index 7c9e87b4..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Drawing.Common.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll deleted file mode 100755 index 332dbfa9..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Windows.Extensions.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Windows.Extensions.dll deleted file mode 100755 index 69f0d1b7..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Windows.Extensions.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/win7-arm/native/libuv.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/win7-arm/native/libuv.dll deleted file mode 100755 index 6cbb46ee..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/win7-arm/native/libuv.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/win7-x64/native/libuv.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/win7-x64/native/libuv.dll deleted file mode 100755 index 5e02949b..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/win7-x64/native/libuv.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/win7-x86/native/libuv.dll b/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/win7-x86/native/libuv.dll deleted file mode 100755 index 906bc6d5..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/win7-x86/native/libuv.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index 36203c72..00000000 --- a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net6.0/Ordering.SignalrHub.AssemblyInfo.cs b/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net6.0/Ordering.SignalrHub.AssemblyInfo.cs deleted file mode 100644 index f773785c..00000000 --- a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net6.0/Ordering.SignalrHub.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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("Ordering.SignalrHub")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("Ordering.SignalrHub")] -[assembly: System.Reflection.AssemblyTitleAttribute("Ordering.SignalrHub")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net6.0/Ordering.SignalrHub.AssemblyInfoInputs.cache b/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net6.0/Ordering.SignalrHub.AssemblyInfoInputs.cache deleted file mode 100644 index 9f060bab..00000000 --- a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net6.0/Ordering.SignalrHub.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -e909fdd3acc841713d7ed6b975f4d538ed1220d1 diff --git a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net6.0/Ordering.SignalrHub.GeneratedMSBuildEditorConfig.editorconfig b/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net6.0/Ordering.SignalrHub.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index f7ffba97..00000000 --- a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net6.0/Ordering.SignalrHub.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,16 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = true -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = Ordering.SignalrHub -build_property.RootNamespace = Ordering.SignalrHub -build_property.ProjectDir = /workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/ -build_property.RazorLangVersion = 6.0 -build_property.SupportLocalizedComponentNames = -build_property.GenerateRazorMetadataSourceChecksumAttributes = -build_property.MSBuildProjectDirectory = /workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub -build_property._RazorSourceGeneratorDebug = diff --git a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net6.0/Ordering.SignalrHub.assets.cache b/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net6.0/Ordering.SignalrHub.assets.cache deleted file mode 100644 index 0f50edea..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net6.0/Ordering.SignalrHub.assets.cache and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net6.0/Ordering.SignalrHub.csproj.AssemblyReference.cache b/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net6.0/Ordering.SignalrHub.csproj.AssemblyReference.cache deleted file mode 100644 index 00f5f920..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net6.0/Ordering.SignalrHub.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs deleted file mode 100644 index af943994..00000000 --- a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = "")] diff --git a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net8.0/Ordering.SignalrHub.AssemblyInfo.cs b/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net8.0/Ordering.SignalrHub.AssemblyInfo.cs deleted file mode 100644 index ef5f6b9f..00000000 --- a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net8.0/Ordering.SignalrHub.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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("Ordering.SignalrHub")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0a77675f714bea9dc0df9dd0f5780d113235d59c")] -[assembly: System.Reflection.AssemblyProductAttribute("Ordering.SignalrHub")] -[assembly: System.Reflection.AssemblyTitleAttribute("Ordering.SignalrHub")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net8.0/Ordering.SignalrHub.AssemblyInfoInputs.cache b/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net8.0/Ordering.SignalrHub.AssemblyInfoInputs.cache deleted file mode 100644 index b11eb373..00000000 --- a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net8.0/Ordering.SignalrHub.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -258887d951e8bf2bf135122ba5c544d591a022f0e04f8ffb4462501e42ebb26d diff --git a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net8.0/Ordering.SignalrHub.GeneratedMSBuildEditorConfig.editorconfig b/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net8.0/Ordering.SignalrHub.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index c079c3c8..00000000 --- a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net8.0/Ordering.SignalrHub.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,19 +0,0 @@ -is_global = true -build_property.TargetFramework = net8.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = true -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = Ordering.SignalrHub -build_property.RootNamespace = Ordering.SignalrHub -build_property.ProjectDir = C:\Users\natyo\mslearn-microservices-devops-aspnet-core\src\Services\Ordering\Ordering.SignalrHub\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.RazorLangVersion = 8.0 -build_property.SupportLocalizedComponentNames = -build_property.GenerateRazorMetadataSourceChecksumAttributes = -build_property.MSBuildProjectDirectory = C:\Users\natyo\mslearn-microservices-devops-aspnet-core\src\Services\Ordering\Ordering.SignalrHub -build_property._RazorSourceGeneratorDebug = diff --git a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net8.0/Ordering.SignalrHub.assets.cache b/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net8.0/Ordering.SignalrHub.assets.cache deleted file mode 100644 index 95c726cd..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net8.0/Ordering.SignalrHub.assets.cache and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net8.0/Ordering.SignalrHub.csproj.AssemblyReference.cache b/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net8.0/Ordering.SignalrHub.csproj.AssemblyReference.cache deleted file mode 100644 index 7a20edca..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net8.0/Ordering.SignalrHub.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs deleted file mode 100644 index feda5e9f..00000000 --- a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0")] diff --git a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.FA898601.Up2Date b/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.FA898601.Up2Date deleted file mode 100644 index e69de29b..00000000 diff --git a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.AssemblyInfo.cs b/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.AssemblyInfo.cs deleted file mode 100644 index 95bc8241..00000000 --- a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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("Ordering.SignalrHub")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+1a8b395ed18f8f26654475e19de22afa3d9975ee")] -[assembly: System.Reflection.AssemblyProductAttribute("Ordering.SignalrHub")] -[assembly: System.Reflection.AssemblyTitleAttribute("Ordering.SignalrHub")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.AssemblyInfoInputs.cache b/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.AssemblyInfoInputs.cache deleted file mode 100644 index ce5d4993..00000000 --- a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -cf61d45828d6cbe666992bfb53483605be2b65e559432fb9c0fb28d087597d6b diff --git a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.GeneratedMSBuildEditorConfig.editorconfig b/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 3dc1a71c..00000000 --- a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,23 +0,0 @@ -is_global = true -build_property.TargetFramework = net9.0 -build_property.TargetFrameworkIdentifier = .NETCoreApp -build_property.TargetFrameworkVersion = v9.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = true -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = Ordering.SignalrHub -build_property.RootNamespace = Ordering.SignalrHub -build_property.ProjectDir = /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.RazorLangVersion = 9.0 -build_property.SupportLocalizedComponentNames = -build_property.GenerateRazorMetadataSourceChecksumAttributes = -build_property.MSBuildProjectDirectory = /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub -build_property._RazorSourceGeneratorDebug = -build_property.EffectiveAnalysisLevelStyle = 9.0 -build_property.EnableCodeStyleSeverity = diff --git a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.MvcApplicationPartsAssemblyInfo.cache b/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.MvcApplicationPartsAssemblyInfo.cache deleted file mode 100644 index e69de29b..00000000 diff --git a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.assets.cache b/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.assets.cache index fd138d19..608fd903 100644 Binary files a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.assets.cache and b/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.assets.cache differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.csproj.AssemblyReference.cache b/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.csproj.AssemblyReference.cache deleted file mode 100644 index 6b063aa5..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.csproj.CoreCompileInputs.cache b/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.csproj.CoreCompileInputs.cache deleted file mode 100644 index 13a6001d..00000000 --- a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -eeedb73863b686ca9044f882c03dac252d05b0f00d5e13a744b2eca270bff925 diff --git a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.csproj.FileListAbsolute.txt b/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.csproj.FileListAbsolute.txt index 4a8e2cc1..64431ec6 100644 --- a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.csproj.FileListAbsolute.txt +++ b/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.csproj.FileListAbsolute.txt @@ -1,11 +1,3 @@ -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.csproj.AssemblyReference.cache -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/rpswa.dswa.cache.json -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.GeneratedMSBuildEditorConfig.editorconfig -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.AssemblyInfoInputs.cache -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.AssemblyInfo.cs -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.csproj.CoreCompileInputs.cache -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.MvcApplicationPartsAssemblyInfo.cache -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.sourcelink.json /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/appsettings.json /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Ordering.SignalrHub.staticwebassets.endpoints.json /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Ordering.SignalrHub @@ -15,16 +7,22 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Ordering.SignalrHub.pdb /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/HealthChecks.AzureServiceBus.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/HealthChecks.Rabbitmq.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/HealthChecks.Redis.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/HealthChecks.SqlServer.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/HealthChecks.UI.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/HealthChecks.UI.Client.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/HealthChecks.UI.Core.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/HealthChecks.UI.Data.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/HealthChecks.UI.InMemory.Storage.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/HealthChecks.Uris.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Autofac.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Autofac.Extensions.DependencyInjection.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Azure.Core.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Azure.Core.Amqp.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Azure.Identity.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Azure.Messaging.ServiceBus.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Fractions.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/IdentityModel.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/IdentityModel.OidcClient.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Humanizer.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/KubernetesClient.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/MessagePack.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/MessagePack.Annotations.dll @@ -37,6 +35,7 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.AI.WindowsServer.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.AI.ServerTelemetryChannel.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.AspNetCore.HealthChecks.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.AspNetCore.SignalR.StackExchangeRedis.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Azure.Amqp.dll @@ -45,12 +44,49 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Bcl.AsyncInterfaces.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.CodeAnalysis.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.CodeAnalysis.CSharp.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.CodeAnalysis.VisualBasic.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.CodeAnalysis.Workspaces.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Data.SqlClient.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Abstractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Design.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.InMemory.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Relational.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.Configuration.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.Configuration.Binder.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.Configuration.Json.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.DependencyInjection.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.DiagnosticAdapter.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.Diagnostics.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.FileProviders.Physical.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.HealthChecks.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.Hosting.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.Logging.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.Logging.Abstractions.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.Logging.ApplicationInsights.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.Logging.Configuration.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.Logging.Console.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.Logging.Debug.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.Logging.EventLog.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.Logging.EventSource.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.Options.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Extensions.Primitives.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Identity.Client.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Identity.Client.Extensions.Msal.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.dll @@ -60,12 +96,12 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.IdentityModel.Tokens.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.NET.StringTools.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.Win32.SystemEvents.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Microsoft.SqlServer.Server.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Mono.TextTemplating.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Newtonsoft.Json.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Pipelines.Sockets.Unofficial.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Polly.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Polly.Core.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Prometheus.NetStandard.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/RabbitMQ.Client.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Serilog.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Serilog.AspNetCore.dll @@ -80,15 +116,84 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Serilog.Sinks.Http.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/Serilog.Sinks.Seq.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/StackExchange.Redis.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/System.ClientModel.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/System.CodeDom.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/System.Composition.AttributedModel.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/System.Composition.Convention.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/System.Composition.Hosting.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/System.Composition.Runtime.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/System.Composition.TypedParts.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/System.Configuration.ConfigurationManager.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/System.Diagnostics.DiagnosticSource.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/System.Diagnostics.EventLog.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/System.Diagnostics.PerformanceCounter.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/System.Drawing.Common.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/System.Memory.Data.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/System.Runtime.Caching.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/System.Security.Cryptography.ProtectedData.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/System.Security.Permissions.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/System.Windows.Extensions.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/YamlDotNet.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/de/Microsoft.Data.SqlClient.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/es/Microsoft.Data.SqlClient.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/fr/Microsoft.Data.SqlClient.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/it/Microsoft.Data.SqlClient.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/ja/Microsoft.Data.SqlClient.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/ko/Microsoft.Data.SqlClient.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/pt-BR/Microsoft.Data.SqlClient.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/ru/Microsoft.Data.SqlClient.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/debian-x64/native/libuv.so /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/fedora-x64/native/libuv.so /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/opensuse-x64/native/libuv.so @@ -97,18 +202,30 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/win7-arm/native/libuv.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/win7-x64/native/libuv.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/win7-x86/native/libuv.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/unix/lib/net6.0/System.Drawing.Common.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Drawing.Common.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Windows.Extensions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/runtimes/win/lib/net8.0/System.Runtime.Caching.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/EventBus.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/EventBusRabbitMQ.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/EventBusServiceBus.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/EventBusRabbitMQ.pdb /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/EventBusServiceBus.pdb /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/bin/Debug/net9.0/EventBus.pdb +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.csproj.AssemblyReference.cache +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/rpswa.dswa.cache.json +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.GeneratedMSBuildEditorConfig.editorconfig +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.AssemblyInfoInputs.cache +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.AssemblyInfo.cs +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.csproj.CoreCompileInputs.cache +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.MvcApplicationPartsAssemblyInfo.cache +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.sourcelink.json /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/rjimswa.dswa.cache.json /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/rjsmrazor.dswa.cache.json /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/rjsmcshtml.dswa.cache.json diff --git a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.dll b/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.dll deleted file mode 100644 index 18ad2ad7..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.genruntimeconfig.cache b/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.genruntimeconfig.cache deleted file mode 100644 index 4af0a58e..00000000 --- a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -924d2db4f9393a08063b5f95dc5ab81a71cd98898525f5bc63b961e784d2c7b2 diff --git a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.pdb b/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.pdb deleted file mode 100644 index 416c7be7..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.pdb and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.sourcelink.json b/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.sourcelink.json deleted file mode 100644 index 66d5f078..00000000 --- a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/Ordering.SignalrHub.sourcelink.json +++ /dev/null @@ -1 +0,0 @@ -{"documents":{"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/1a8b395ed18f8f26654475e19de22afa3d9975ee/*"}} \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/apphost b/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/apphost deleted file mode 100755 index 3981f7f4..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/apphost and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/ref/Ordering.SignalrHub.dll b/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/ref/Ordering.SignalrHub.dll deleted file mode 100644 index e3fbc4c0..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/ref/Ordering.SignalrHub.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/refint/Ordering.SignalrHub.dll b/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/refint/Ordering.SignalrHub.dll deleted file mode 100644 index e3fbc4c0..00000000 Binary files a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/refint/Ordering.SignalrHub.dll and /dev/null differ diff --git a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/rjsmcshtml.dswa.cache.json b/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/rjsmcshtml.dswa.cache.json deleted file mode 100644 index 83fc7e2d..00000000 --- a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/rjsmcshtml.dswa.cache.json +++ /dev/null @@ -1 +0,0 @@ -{"GlobalPropertiesHash":"DwAOfiVZ8cmr1pQZhlmzVmlKwSCuKFU4yd+EIbNOqFM=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["8QYNdwwU3VHrbEIU3uxPcL9KCcuS9oOqskDU0Ypcqvc=","aN14Wz3\u002BSlV\u002BUkwYBjh\u002BK2P0jfVH3J1\u002BwEwe\u002BzHyWi4=","FEVU5Mq5uNPRZ2yRjLhOsbeyrB1mkDLl/qYcLWpmGnI=","2wyzM3CLTgBxtfeZkGV\u002BjXuJ1c3t22h5RvGHwINj7cI=","fURYtmaDYwb7Cz6XtkYPRqngz9/UgnZAEsaaP3jfcaE=","5ffzl922ZTkdG1JhmFCT0PrWMfV5sH/gV1Uyd2X3/RQ="],"CachedAssets":{},"CachedCopyCandidates":{}} \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/rjsmrazor.dswa.cache.json b/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/rjsmrazor.dswa.cache.json deleted file mode 100644 index e4d10f93..00000000 --- a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/rjsmrazor.dswa.cache.json +++ /dev/null @@ -1 +0,0 @@ -{"GlobalPropertiesHash":"vaxbiJmzypRMYEn5/V1NCgOLpAXpWEXbO17s495FMjo=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["8QYNdwwU3VHrbEIU3uxPcL9KCcuS9oOqskDU0Ypcqvc=","aN14Wz3\u002BSlV\u002BUkwYBjh\u002BK2P0jfVH3J1\u002BwEwe\u002BzHyWi4=","FEVU5Mq5uNPRZ2yRjLhOsbeyrB1mkDLl/qYcLWpmGnI=","2wyzM3CLTgBxtfeZkGV\u002BjXuJ1c3t22h5RvGHwINj7cI=","fURYtmaDYwb7Cz6XtkYPRqngz9/UgnZAEsaaP3jfcaE=","5ffzl922ZTkdG1JhmFCT0PrWMfV5sH/gV1Uyd2X3/RQ="],"CachedAssets":{},"CachedCopyCandidates":{}} \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/rpswa.dswa.cache.json b/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/rpswa.dswa.cache.json deleted file mode 100644 index 3572aa0f..00000000 --- a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/rpswa.dswa.cache.json +++ /dev/null @@ -1 +0,0 @@ -{"GlobalPropertiesHash":"dDkNINGWPvuofsOTdWiMNPjlS3BlvC1Mhfa1vuZgr6I=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["8QYNdwwU3VHrbEIU3uxPcL9KCcuS9oOqskDU0Ypcqvc="],"CachedAssets":{},"CachedCopyCandidates":{}} \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/staticwebassets.build.endpoints.json b/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/staticwebassets.build.endpoints.json deleted file mode 100644 index 5576e889..00000000 --- a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/staticwebassets.build.endpoints.json +++ /dev/null @@ -1 +0,0 @@ -{"Version":1,"ManifestType":"Build","Endpoints":[]} \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/staticwebassets.build.json b/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/staticwebassets.build.json deleted file mode 100644 index 712584a9..00000000 --- a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/staticwebassets.build.json +++ /dev/null @@ -1 +0,0 @@ -{"Version":1,"Hash":"01XVGK4GY4WoCvwpTZKm21QDN17mP0GiYzrvqk+rrao=","Source":"Ordering.SignalrHub","BasePath":"/","Mode":"Root","ManifestType":"Build","ReferencedProjectsConfiguration":[],"DiscoveryPatterns":[],"Assets":[],"Endpoints":[]} \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/staticwebassets.build.json.cache b/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/staticwebassets.build.json.cache deleted file mode 100644 index cbc5bbc1..00000000 --- a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/staticwebassets.build.json.cache +++ /dev/null @@ -1 +0,0 @@ -01XVGK4GY4WoCvwpTZKm21QDN17mP0GiYzrvqk+rrao= \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/swae.build.ex.cache b/src/Services/Ordering/Ordering.SignalrHub/obj/Debug/net9.0/swae.build.ex.cache deleted file mode 100644 index e69de29b..00000000 diff --git a/src/Services/Ordering/Ordering.SignalrHub/obj/Ordering.SignalrHub.csproj.nuget.dgspec.json b/src/Services/Ordering/Ordering.SignalrHub/obj/Ordering.SignalrHub.csproj.nuget.dgspec.json index 5bd4ccca..80fc1e4a 100644 --- a/src/Services/Ordering/Ordering.SignalrHub/obj/Ordering.SignalrHub.csproj.nuget.dgspec.json +++ b/src/Services/Ordering/Ordering.SignalrHub/obj/Ordering.SignalrHub.csproj.nuget.dgspec.json @@ -46,7 +46,7 @@ "dependencies": { "Newtonsoft.Json": { "target": "Package", - "version": "[13.0.3, )" + "version": "[13.0.4, )" } }, "imports": [ @@ -115,7 +115,7 @@ "dependencies": { "Autofac": { "target": "Package", - "version": "[8.1.1, )" + "version": "[9.0.0, )" }, "Microsoft.CSharp": { "target": "Package", @@ -123,15 +123,15 @@ }, "Microsoft.Extensions.Logging": { "target": "Package", - "version": "[9.0.0, )" + "version": "[9.0.2, )" }, "Newtonsoft.Json": { "target": "Package", - "version": "[13.0.3, )" + "version": "[13.0.4, )" }, "Polly": { "target": "Package", - "version": "[8.5.0, )" + "version": "[8.6.5, )" }, "RabbitMQ.Client": { "target": "Package", @@ -204,7 +204,7 @@ "dependencies": { "Autofac": { "target": "Package", - "version": "[8.1.1, )" + "version": "[9.0.0, )" }, "Microsoft.Azure.ServiceBus": { "target": "Package", @@ -216,7 +216,7 @@ }, "Microsoft.Extensions.Logging": { "target": "Package", - "version": "[9.0.0, )" + "version": "[9.0.2, )" } }, "imports": [ @@ -291,31 +291,51 @@ "dependencies": { "AspNetCore.HealthChecks.AzureServiceBus": { "target": "Package", - "version": "[8.0.1, )" + "version": "[9.0.0, )" }, "AspNetCore.HealthChecks.Rabbitmq": { "target": "Package", "version": "[8.0.2, )" }, + "AspNetCore.HealthChecks.Redis": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.SqlServer": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.UI": { + "target": "Package", + "version": "[9.0.0, )" + }, "AspNetCore.HealthChecks.UI.Client": { "target": "Package", - "version": "[8.0.1, )" + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.UI.InMemory.Storage": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.Uris": { + "target": "Package", + "version": "[9.0.0, )" }, "Autofac.Extensions.DependencyInjection": { "target": "Package", - "version": "[10.0.0, )" + "version": "[9.0.0, )" }, "Microsoft.ApplicationInsights.AspNetCore": { "target": "Package", - "version": "[2.22.0, )" + "version": "[2.23.0, )" }, "Microsoft.ApplicationInsights.DependencyCollector": { "target": "Package", - "version": "[2.22.0, )" + "version": "[2.23.0, )" }, "Microsoft.ApplicationInsights.Kubernetes": { "target": "Package", - "version": "[7.0.0, )" + "version": "[8.0.0, )" }, "Microsoft.AspNetCore.Authentication.JwtBearer": { "target": "Package", @@ -325,6 +345,10 @@ "target": "Package", "version": "[9.0.0, )" }, + "Microsoft.AspNetCore.DataProtection.StackExchangeRedis": { + "target": "Package", + "version": "[9.0.0, )" + }, "Microsoft.AspNetCore.HealthChecks": { "target": "Package", "version": "[1.0.0, )" @@ -333,13 +357,29 @@ "target": "Package", "version": "[9.0.0, )" }, + "Microsoft.Extensions.Diagnostics.HealthChecks": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Microsoft.Extensions.Hosting": { + "target": "Package", + "version": "[9.0.2, )" + }, + "Microsoft.Extensions.Logging": { + "target": "Package", + "version": "[9.0.2, )" + }, + "Microsoft.Extensions.Logging.Abstractions": { + "target": "Package", + "version": "[9.0.2, )" + }, "Microsoft.Extensions.Logging.AzureAppServices": { "target": "Package", "version": "[9.0.0, )" }, "Serilog.AspNetCore": { "target": "Package", - "version": "[8.0.3, )" + "version": "[9.0.0, )" }, "Serilog.Enrichers.Environment": { "target": "Package", @@ -347,19 +387,19 @@ }, "Serilog.Settings.Configuration": { "target": "Package", - "version": "[8.0.4, )" + "version": "[9.0.0, )" }, "Serilog.Sinks.Console": { "target": "Package", - "version": "[6.0.0, )" + "version": "[6.1.1, )" }, "Serilog.Sinks.Http": { "target": "Package", - "version": "[9.0.0, )" + "version": "[9.2.0, )" }, "Serilog.Sinks.Seq": { "target": "Package", - "version": "[8.0.0, )" + "version": "[9.0.0, )" } }, "imports": [ diff --git a/src/Services/Ordering/Ordering.SignalrHub/obj/Ordering.SignalrHub.csproj.nuget.g.props b/src/Services/Ordering/Ordering.SignalrHub/obj/Ordering.SignalrHub.csproj.nuget.g.props index d8bcd2c1..6b5eee12 100644 --- a/src/Services/Ordering/Ordering.SignalrHub/obj/Ordering.SignalrHub.csproj.nuget.g.props +++ b/src/Services/Ordering/Ordering.SignalrHub/obj/Ordering.SignalrHub.csproj.nuget.g.props @@ -13,9 +13,10 @@ - + + - /home/runner/.nuget/packages/microsoft.codeanalysis.analyzers/1.1.0 + /home/runner/.nuget/packages/microsoft.codeanalysis.analyzers/3.3.3 \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.SignalrHub/obj/Ordering.SignalrHub.csproj.nuget.g.targets b/src/Services/Ordering/Ordering.SignalrHub/obj/Ordering.SignalrHub.csproj.nuget.g.targets index e415f0ce..c26acb88 100644 --- a/src/Services/Ordering/Ordering.SignalrHub/obj/Ordering.SignalrHub.csproj.nuget.g.targets +++ b/src/Services/Ordering/Ordering.SignalrHub/obj/Ordering.SignalrHub.csproj.nuget.g.targets @@ -1,10 +1,10 @@  - - - - - + + + + + \ No newline at end of file diff --git a/src/Services/Ordering/Ordering.SignalrHub/obj/project.assets.json b/src/Services/Ordering/Ordering.SignalrHub/obj/project.assets.json index 35a5c5fe..ac9ecb23 100644 --- a/src/Services/Ordering/Ordering.SignalrHub/obj/project.assets.json +++ b/src/Services/Ordering/Ordering.SignalrHub/obj/project.assets.json @@ -2,19 +2,19 @@ "version": 3, "targets": { "net9.0": { - "AspNetCore.HealthChecks.AzureServiceBus/8.0.1": { + "AspNetCore.HealthChecks.AzureServiceBus/9.0.0": { "type": "package", "dependencies": { "Azure.Messaging.ServiceBus": "7.17.0", - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0" + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11" }, "compile": { - "lib/net6.0/HealthChecks.AzureServiceBus.dll": { + "lib/net8.0/HealthChecks.AzureServiceBus.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/HealthChecks.AzureServiceBus.dll": { + "lib/net8.0/HealthChecks.AzureServiceBus.dll": { "related": ".xml" } } @@ -36,11 +36,66 @@ } } }, - "AspNetCore.HealthChecks.UI.Client/8.0.1": { + "AspNetCore.HealthChecks.Redis/9.0.0": { "type": "package", "dependencies": { - "AspNetCore.HealthChecks.UI.Core": "8.0.1", - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0" + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11", + "StackExchange.Redis": "2.7.4" + }, + "compile": { + "lib/net8.0/HealthChecks.Redis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/HealthChecks.Redis.dll": { + "related": ".xml" + } + } + }, + "AspNetCore.HealthChecks.SqlServer/9.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Data.SqlClient": "5.2.2", + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11" + }, + "compile": { + "lib/net8.0/HealthChecks.SqlServer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/HealthChecks.SqlServer.dll": { + "related": ".xml" + } + } + }, + "AspNetCore.HealthChecks.UI/9.0.0": { + "type": "package", + "dependencies": { + "AspNetCore.HealthChecks.UI.Data": "9.0.0", + "KubernetesClient": "15.0.1", + "Microsoft.EntityFrameworkCore.Design": "8.0.11", + "Microsoft.Extensions.Http": "8.0.0" + }, + "compile": { + "lib/net8.0/HealthChecks.UI.dll": { + "related": ".runtimeconfig.json;.xml" + } + }, + "runtime": { + "lib/net8.0/HealthChecks.UI.dll": { + "related": ".runtimeconfig.json;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "AspNetCore.HealthChecks.UI.Client/9.0.0": { + "type": "package", + "dependencies": { + "AspNetCore.HealthChecks.UI.Core": "9.0.0" }, "compile": { "lib/net8.0/HealthChecks.UI.Client.dll": { @@ -56,27 +111,77 @@ "Microsoft.AspNetCore.App" ] }, - "AspNetCore.HealthChecks.UI.Core/8.0.1": { + "AspNetCore.HealthChecks.UI.Core/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0" + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11" + }, + "compile": { + "lib/net8.0/HealthChecks.UI.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/HealthChecks.UI.Core.dll": { + "related": ".xml" + } + } + }, + "AspNetCore.HealthChecks.UI.Data/9.0.0": { + "type": "package", + "dependencies": { + "AspNetCore.HealthChecks.UI.Core": "9.0.0", + "Microsoft.EntityFrameworkCore": "8.0.0" + }, + "compile": { + "lib/net8.0/HealthChecks.UI.Data.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/HealthChecks.UI.Data.dll": { + "related": ".xml" + } + } + }, + "AspNetCore.HealthChecks.UI.InMemory.Storage/9.0.0": { + "type": "package", + "dependencies": { + "AspNetCore.HealthChecks.UI.Data": "9.0.0", + "Microsoft.EntityFrameworkCore.InMemory": "8.0.11" + }, + "compile": { + "lib/net8.0/HealthChecks.UI.InMemory.Storage.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/HealthChecks.UI.InMemory.Storage.dll": { + "related": ".xml" + } + } + }, + "AspNetCore.HealthChecks.Uris/9.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11", + "Microsoft.Extensions.Http": "8.0.0" }, "compile": { - "lib/net6.0/HealthChecks.UI.Core.dll": { + "lib/net8.0/HealthChecks.Uris.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/HealthChecks.UI.Core.dll": { + "lib/net8.0/HealthChecks.Uris.dll": { "related": ".xml" } } }, - "Autofac/8.1.1": { + "Autofac/9.0.0": { "type": "package", "dependencies": { - "System.Diagnostics.DiagnosticSource": "8.0.1" + "System.Diagnostics.DiagnosticSource": "10.0.0" }, "compile": { "lib/net8.0/Autofac.dll": { @@ -89,11 +194,11 @@ } } }, - "Autofac.Extensions.DependencyInjection/10.0.0": { + "Autofac.Extensions.DependencyInjection/9.0.0": { "type": "package", "dependencies": { - "Autofac": "8.1.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1" + "Autofac": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" }, "compile": { "lib/net8.0/Autofac.Extensions.DependencyInjection.dll": { @@ -106,10 +211,11 @@ } } }, - "Azure.Core/1.36.0": { + "Azure.Core/1.38.0": { "type": "package", "dependencies": { "Microsoft.Bcl.AsyncInterfaces": "1.1.1", + "System.ClientModel": "1.0.0", "System.Diagnostics.DiagnosticSource": "6.0.1", "System.Memory.Data": "1.0.2", "System.Numerics.Vectors": "4.5.0", @@ -146,6 +252,28 @@ } } }, + "Azure.Identity/1.11.4": { + "type": "package", + "dependencies": { + "Azure.Core": "1.38.0", + "Microsoft.Identity.Client": "4.61.3", + "Microsoft.Identity.Client.Extensions.Msal": "4.61.3", + "System.Memory": "4.5.4", + "System.Security.Cryptography.ProtectedData": "4.7.0", + "System.Text.Json": "4.7.2", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "compile": { + "lib/netstandard2.0/Azure.Identity.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Azure.Identity.dll": { + "related": ".xml" + } + } + }, "Azure.Messaging.ServiceBus/7.17.0": { "type": "package", "dependencies": { @@ -166,65 +294,45 @@ } } }, - "Fractions/7.2.1": { + "Fractions/7.3.0": { "type": "package", "compile": { "lib/netstandard2.1/Fractions.dll": { - "related": ".pdb;.xml" + "related": ".xml" } }, "runtime": { "lib/netstandard2.1/Fractions.dll": { - "related": ".pdb;.xml" - } - } - }, - "IdentityModel/5.2.0": { - "type": "package", - "compile": { - "lib/net5.0/IdentityModel.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/net5.0/IdentityModel.dll": { - "related": ".pdb;.xml" + "related": ".xml" } } }, - "IdentityModel.OidcClient/5.2.1": { + "Humanizer.Core/2.14.1": { "type": "package", - "dependencies": { - "IdentityModel": "5.2.0", - "Microsoft.Extensions.Logging": "6.0.0" - }, "compile": { - "lib/netstandard2.0/IdentityModel.OidcClient.dll": { + "lib/net6.0/Humanizer.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/IdentityModel.OidcClient.dll": { + "lib/net6.0/Humanizer.dll": { "related": ".xml" } } }, - "KubernetesClient/12.1.1": { + "KubernetesClient/17.0.14": { "type": "package", "dependencies": { - "Fractions": "7.2.1", - "IdentityModel.OidcClient": "5.2.1", - "System.IdentityModel.Tokens.Jwt": "7.0.0", - "YamlDotNet": "13.3.1", - "prometheus-net": "8.0.1" + "Fractions": "7.3.0", + "YamlDotNet": "16.3.0" }, "compile": { - "lib/net7.0/KubernetesClient.dll": { + "lib/net9.0/KubernetesClient.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/KubernetesClient.dll": { + "lib/net9.0/KubernetesClient.dll": { "related": ".pdb;.xml" } } @@ -299,7 +407,7 @@ } } }, - "Microsoft.ApplicationInsights/2.22.0": { + "Microsoft.ApplicationInsights/2.23.0": { "type": "package", "dependencies": { "System.Diagnostics.DiagnosticSource": "5.0.0" @@ -315,19 +423,19 @@ } } }, - "Microsoft.ApplicationInsights.AspNetCore/2.22.0": { + "Microsoft.ApplicationInsights.AspNetCore/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.22.0", - "Microsoft.ApplicationInsights.EventCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.ApplicationInsights.DependencyCollector": "2.23.0", + "Microsoft.ApplicationInsights.EventCounterCollector": "2.23.0", + "Microsoft.ApplicationInsights.PerfCounterCollector": "2.23.0", + "Microsoft.ApplicationInsights.WindowsServer": "2.23.0", + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.23.0", "Microsoft.AspNetCore.Hosting": "2.1.1", "Microsoft.AspNetCore.Http": "2.1.22", "Microsoft.Extensions.Configuration.Json": "3.1.0", - "Microsoft.Extensions.Logging.ApplicationInsights": "2.22.0", + "Microsoft.Extensions.Logging.ApplicationInsights": "2.23.0", "System.Text.Encodings.Web": "4.7.2" }, "compile": { @@ -341,10 +449,10 @@ } } }, - "Microsoft.ApplicationInsights.DependencyCollector/2.22.0": { + "Microsoft.ApplicationInsights.DependencyCollector/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", "System.Diagnostics.DiagnosticSource": "5.0.0" }, "compile": { @@ -361,10 +469,10 @@ "build/Microsoft.ApplicationInsights.DependencyCollector.targets": {} } }, - "Microsoft.ApplicationInsights.EventCounterCollector/2.22.0": { + "Microsoft.ApplicationInsights.EventCounterCollector/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0" + "Microsoft.ApplicationInsights": "2.23.0" }, "compile": { "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.dll": { @@ -377,33 +485,34 @@ } } }, - "Microsoft.ApplicationInsights.Kubernetes/7.0.0": { + "Microsoft.ApplicationInsights.Kubernetes/8.0.0": { "type": "package", "dependencies": { - "KubernetesClient": "12.1.1", - "Microsoft.ApplicationInsights": "2.21.0", - "Microsoft.Extensions.Configuration": "6.0.1", - "Microsoft.Extensions.DependencyInjection": "8.0.0", - "Microsoft.Extensions.DiagnosticAdapter": "3.1.27", - "Microsoft.Extensions.Hosting": "6.0.1", - "Microsoft.Extensions.Logging.Abstractions": "6.0.4", - "Microsoft.Extensions.Options.ConfigurationExtensions": "6.0.0" + "KubernetesClient": "17.0.14", + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.DependencyInjection": "9.0.2", + "Microsoft.Extensions.DiagnosticAdapter": "3.1.32", + "Microsoft.Extensions.Hosting": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.2", + "System.IdentityModel.Tokens.Jwt": "8.6.0" }, "compile": { - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll": { + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll": { + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.dll": { "related": ".xml" } } }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.22.0": { + "Microsoft.ApplicationInsights.PerfCounterCollector/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", "Microsoft.Extensions.Caching.Memory": "1.0.0", "System.Diagnostics.PerformanceCounter": "6.0.0" }, @@ -421,13 +530,13 @@ "build/_._": {} } }, - "Microsoft.ApplicationInsights.WindowsServer/2.22.0": { + "Microsoft.ApplicationInsights.WindowsServer/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.22.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.ApplicationInsights.DependencyCollector": "2.23.0", + "Microsoft.ApplicationInsights.PerfCounterCollector": "2.23.0", + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.23.0", "System.Diagnostics.DiagnosticSource": "5.0.0" }, "compile": { @@ -444,10 +553,10 @@ "build/_._": {} } }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.22.0": { + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", "System.IO.FileSystem.AccessControl": "4.7.0" }, "compile": { @@ -501,6 +610,71 @@ } } }, + "Microsoft.AspNetCore.Cryptography.Internal/9.0.0": { + "type": "package", + "compile": { + "lib/net9.0/Microsoft.AspNetCore.Cryptography.Internal.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.AspNetCore.Cryptography.Internal.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.DataProtection/9.0.0": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Cryptography.Internal": "9.0.0", + "Microsoft.AspNetCore.DataProtection.Abstractions": "9.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", + "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", + "Microsoft.Extensions.Logging.Abstractions": "9.0.0", + "Microsoft.Extensions.Options": "9.0.0", + "System.Security.Cryptography.Xml": "9.0.0" + }, + "compile": { + "lib/net9.0/Microsoft.AspNetCore.DataProtection.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.AspNetCore.DataProtection.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.DataProtection.Abstractions/9.0.0": { + "type": "package", + "compile": { + "lib/net9.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.DataProtection.StackExchangeRedis/9.0.0": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.DataProtection": "9.0.0", + "StackExchange.Redis": "2.7.27" + }, + "compile": { + "lib/net9.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.dll": { + "related": ".xml" + } + } + }, "Microsoft.AspNetCore.HealthChecks/1.0.0": { "type": "package", "dependencies": { @@ -533,10 +707,14 @@ "System.Reflection.Metadata": "1.6.0" }, "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": { + "related": ".xml" + } } }, "Microsoft.AspNetCore.Hosting.Abstractions/2.1.1": { @@ -584,10 +762,14 @@ "Microsoft.Net.Http.Headers": "2.1.1" }, "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": { + "related": ".xml" + } } }, "Microsoft.AspNetCore.Http.Abstractions/2.1.1": { @@ -616,10 +798,14 @@ "System.Buffers": "4.5.0" }, "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": { + "related": ".xml" + } } }, "Microsoft.AspNetCore.Http.Features/2.1.1": { @@ -679,10 +865,14 @@ "System.Text.Encodings.Web": "4.5.0" }, "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": { + "related": ".xml" + } } }, "Microsoft.Azure.Amqp/2.6.3": { @@ -708,10 +898,14 @@ "System.IdentityModel.Tokens.Jwt": "5.4.0" }, "compile": { - "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": {} + "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": {} + "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": { + "related": ".xml" + } } }, "Microsoft.Azure.Services.AppAuthentication/1.0.3": { @@ -723,90 +917,213 @@ }, "compile": { "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "runtime": { "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "build": { "build/_._": {} } }, - "Microsoft.Bcl.AsyncInterfaces/1.1.1": { + "Microsoft.Bcl.AsyncInterfaces/6.0.0": { "type": "package", "compile": { - "ref/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {} + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {} + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { + "related": ".xml" + } } }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": { - "type": "package" + "Microsoft.CodeAnalysis.Analyzers/3.3.3": { + "type": "package", + "build": { + "build/_._": {} + } }, - "Microsoft.CodeAnalysis.Common/1.3.0": { + "Microsoft.CodeAnalysis.Common/4.5.0": { "type": "package", "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "1.1.0", - "System.AppContext": "4.1.0", - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Collections.Immutable": "1.2.0", - "System.Console": "4.0.0", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.FileVersionInfo": "4.0.0", - "System.Diagnostics.StackTrace": "4.0.1", - "System.Diagnostics.Tools": "4.0.1", - "System.Dynamic.Runtime": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Metadata": "1.3.0", - "System.Reflection.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Runtime.Numerics": "4.0.1", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Text.Encoding.CodePages": "4.0.1", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Threading.Tasks.Parallel": "4.0.1", - "System.Threading.Thread": "4.0.0", - "System.Xml.ReaderWriter": "4.0.11", - "System.Xml.XDocument": "4.0.11", - "System.Xml.XPath.XDocument": "4.0.1", - "System.Xml.XmlDocument": "4.0.1" + "Microsoft.CodeAnalysis.Analyzers": "3.3.3", + "System.Collections.Immutable": "6.0.0", + "System.Reflection.Metadata": "6.0.1", + "System.Runtime.CompilerServices.Unsafe": "6.0.0", + "System.Text.Encoding.CodePages": "6.0.0" }, "compile": { - "lib/netstandard1.3/_._": {} + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } }, "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.dll": {} + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp/4.5.0": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Common": "[4.5.0]" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hant" + } } }, - "Microsoft.CodeAnalysis.CSharp/1.3.0": { + "Microsoft.CodeAnalysis.CSharp.Workspaces/4.5.0": { "type": "package", "dependencies": { - "Microsoft.CodeAnalysis.Common": "[1.3.0]" + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.CSharp": "[4.5.0]", + "Microsoft.CodeAnalysis.Common": "[4.5.0]", + "Microsoft.CodeAnalysis.Workspaces.Common": "[4.5.0]" }, "compile": { - "lib/netstandard1.3/_._": {} + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } }, "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll": {} + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hant" + } } }, "Microsoft.CodeAnalysis.VisualBasic/1.3.0": { @@ -815,10 +1132,76 @@ "Microsoft.CodeAnalysis.Common": "1.3.0" }, "compile": { - "lib/netstandard1.3/_._": {} + "lib/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.dll": {} + "lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.dll": { + "related": ".xml" + } + } + }, + "Microsoft.CodeAnalysis.Workspaces.Common/4.5.0": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.Bcl.AsyncInterfaces": "6.0.0", + "Microsoft.CodeAnalysis.Common": "[4.5.0]", + "System.Composition": "6.0.0", + "System.IO.Pipelines": "6.0.3", + "System.Threading.Channels": "6.0.0" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hant" + } } }, "Microsoft.CSharp/4.7.0": { @@ -830,50 +1213,239 @@ "lib/netcoreapp2.0/_._": {} } }, - "Microsoft.Extensions.Caching.Abstractions/1.0.0": { + "Microsoft.Data.SqlClient/5.2.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.Collections": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" + "Azure.Identity": "1.11.4", + "Microsoft.Data.SqlClient.SNI.runtime": "5.2.0", + "Microsoft.Identity.Client": "4.61.3", + "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0", + "Microsoft.SqlServer.Server": "1.0.0", + "System.Configuration.ConfigurationManager": "8.0.0", + "System.Runtime.Caching": "8.0.0" + }, + "compile": { + "ref/net8.0/Microsoft.Data.SqlClient.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Data.SqlClient.dll": { + "related": ".xml" + } + }, + "resource": { + "lib/net8.0/de/Microsoft.Data.SqlClient.resources.dll": { + "locale": "de" + }, + "lib/net8.0/es/Microsoft.Data.SqlClient.resources.dll": { + "locale": "es" + }, + "lib/net8.0/fr/Microsoft.Data.SqlClient.resources.dll": { + "locale": "fr" + }, + "lib/net8.0/it/Microsoft.Data.SqlClient.resources.dll": { + "locale": "it" + }, + "lib/net8.0/ja/Microsoft.Data.SqlClient.resources.dll": { + "locale": "ja" + }, + "lib/net8.0/ko/Microsoft.Data.SqlClient.resources.dll": { + "locale": "ko" + }, + "lib/net8.0/pt-BR/Microsoft.Data.SqlClient.resources.dll": { + "locale": "pt-BR" + }, + "lib/net8.0/ru/Microsoft.Data.SqlClient.resources.dll": { + "locale": "ru" + }, + "lib/net8.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net8.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll": { + "locale": "zh-Hant" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "Microsoft.Data.SqlClient.SNI.runtime/5.2.0": { + "type": "package", + "runtimeTargets": { + "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-arm" + }, + "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-arm64" + }, + "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-x64" + }, + "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-x86" + } + } + }, + "Microsoft.EntityFrameworkCore/8.0.11": { + "type": "package", + "dependencies": { + "Microsoft.EntityFrameworkCore.Abstractions": "8.0.11", + "Microsoft.EntityFrameworkCore.Analyzers": "8.0.11", + "Microsoft.Extensions.Caching.Memory": "8.0.1", + "Microsoft.Extensions.Logging": "8.0.1" + }, + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props": {} + } + }, + "Microsoft.EntityFrameworkCore.Abstractions/8.0.11": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.EntityFrameworkCore.Analyzers/8.0.11": { + "type": "package", + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + } + }, + "Microsoft.EntityFrameworkCore.Design/8.0.11": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.5.0", + "Microsoft.EntityFrameworkCore.Relational": "8.0.11", + "Microsoft.Extensions.DependencyModel": "8.0.2", + "Mono.TextTemplating": "2.2.1" }, "compile": { - "lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Design.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Design.dll": { "related": ".xml" } + }, + "build": { + "build/net8.0/_._": {} } }, - "Microsoft.Extensions.Caching.Memory/1.0.0": { + "Microsoft.EntityFrameworkCore.InMemory/8.0.11": { "type": "package", "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Linq": "4.1.0", - "System.Threading": "4.0.11" + "Microsoft.EntityFrameworkCore": "8.0.11" }, "compile": { - "lib/netstandard1.3/Microsoft.Extensions.Caching.Memory.dll": { + "lib/net8.0/Microsoft.EntityFrameworkCore.InMemory.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard1.3/Microsoft.Extensions.Caching.Memory.dll": { + "lib/net8.0/Microsoft.EntityFrameworkCore.InMemory.dll": { "related": ".xml" } } }, - "Microsoft.Extensions.Configuration/9.0.0": { + "Microsoft.EntityFrameworkCore.Relational/8.0.11": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.EntityFrameworkCore": "8.0.11", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Caching.Memory/8.0.1": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2", + "Microsoft.Extensions.Logging.Abstractions": "8.0.2", + "Microsoft.Extensions.Options": "8.0.2", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Configuration.dll": { @@ -889,10 +1461,10 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { + "Microsoft.Extensions.Configuration.Abstractions/9.0.7": { "type": "package", "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.Primitives": "9.0.7" }, "compile": { "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll": { @@ -908,10 +1480,10 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { + "Microsoft.Extensions.Configuration.Binder/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Configuration.Binder.dll": { @@ -927,28 +1499,31 @@ "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets": {} } }, - "Microsoft.Extensions.Configuration.CommandLine/6.0.0": { + "Microsoft.Extensions.Configuration.CommandLine/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { + "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": { @@ -964,14 +1539,14 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { + "Microsoft.Extensions.Configuration.FileExtensions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Physical": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { @@ -987,13 +1562,13 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { + "Microsoft.Extensions.Configuration.Json/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.FileExtensions": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Configuration.Json.dll": { @@ -1009,33 +1584,33 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.UserSecrets/6.0.1": { + "Microsoft.Extensions.Configuration.UserSecrets/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Json": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Physical": "9.0.2" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.props": {}, - "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.targets": {} + "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.props": {}, + "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.targets": {} } }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { + "Microsoft.Extensions.DependencyInjection/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll": { @@ -1051,7 +1626,7 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { + "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.2": { "type": "package", "compile": { "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { @@ -1067,95 +1642,115 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.DependencyModel/8.0.2": { + "Microsoft.Extensions.DependencyModel/9.0.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "lib/net9.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.DiagnosticAdapter/3.1.32": { + "type": "package", + "dependencies": { + "System.Diagnostics.DiagnosticSource": "4.7.1" + }, + "compile": { + "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.DiagnosticAdapter/3.1.27": { + "Microsoft.Extensions.Diagnostics/9.0.2": { "type": "package", "dependencies": { - "System.Diagnostics.DiagnosticSource": "4.7.1" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.2", + "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.2" }, "compile": { - "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.dll": { "related": ".xml" } }, "runtime": { - "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Diagnostics.Abstractions/8.0.0": { + "Microsoft.Extensions.Diagnostics.Abstractions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Options": "8.0.0", - "System.Diagnostics.DiagnosticSource": "8.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Diagnostics.HealthChecks/8.0.0": { + "Microsoft.Extensions.Diagnostics.HealthChecks/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "8.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0", - "Microsoft.Extensions.Options": "8.0.0" + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "9.0.0", + "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", + "Microsoft.Extensions.Logging.Abstractions": "9.0.0", + "Microsoft.Extensions.Options": "9.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll": { "related": ".xml" } } }, - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/8.0.0": { + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/9.0.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": { "related": ".xml" } } }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { + "Microsoft.Extensions.FileProviders.Abstractions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { @@ -1171,12 +1766,12 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { + "Microsoft.Extensions.FileProviders.Physical/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileSystemGlobbing": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.dll": { @@ -1192,7 +1787,7 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": { + "Microsoft.Extensions.FileSystemGlobbing/9.0.2": { "type": "package", "compile": { "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll": { @@ -1226,92 +1821,99 @@ "lib/netstandard1.3/Microsoft.Extensions.HealthChecks.dll": {} } }, - "Microsoft.Extensions.Hosting/6.0.1": { + "Microsoft.Extensions.Hosting/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.Configuration.CommandLine": "6.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1", - "Microsoft.Extensions.DependencyInjection": "6.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging.Configuration": "6.0.0", - "Microsoft.Extensions.Logging.Console": "6.0.0", - "Microsoft.Extensions.Logging.Debug": "6.0.0", - "Microsoft.Extensions.Logging.EventLog": "6.0.0", - "Microsoft.Extensions.Logging.EventSource": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Binder": "9.0.2", + "Microsoft.Extensions.Configuration.CommandLine": "9.0.2", + "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.2", + "Microsoft.Extensions.Configuration.FileExtensions": "9.0.2", + "Microsoft.Extensions.Configuration.Json": "9.0.2", + "Microsoft.Extensions.Configuration.UserSecrets": "9.0.2", + "Microsoft.Extensions.DependencyInjection": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Diagnostics": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Physical": "9.0.2", + "Microsoft.Extensions.Hosting.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.Configuration": "9.0.2", + "Microsoft.Extensions.Logging.Console": "9.0.2", + "Microsoft.Extensions.Logging.Debug": "9.0.2", + "Microsoft.Extensions.Logging.EventLog": "9.0.2", + "Microsoft.Extensions.Logging.EventSource": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" }, "compile": { - "lib/net6.0/Microsoft.Extensions.Hosting.dll": { + "lib/net9.0/Microsoft.Extensions.Hosting.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.Extensions.Hosting.dll": { + "lib/net9.0/Microsoft.Extensions.Hosting.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Hosting.Abstractions/8.0.0": { + "Microsoft.Extensions.Hosting.Abstractions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "8.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll": { + "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll": { + "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Http/3.1.0": { + "Microsoft.Extensions.Http/8.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.0", - "Microsoft.Extensions.Logging": "3.1.0", - "Microsoft.Extensions.Options": "3.1.0" + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Diagnostics": "8.0.0", + "Microsoft.Extensions.Logging": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0" }, "compile": { - "lib/netcoreapp3.1/Microsoft.Extensions.Http.dll": { + "lib/net8.0/Microsoft.Extensions.Http.dll": { "related": ".xml" } }, "runtime": { - "lib/netcoreapp3.1/Microsoft.Extensions.Http.dll": { + "lib/net8.0/Microsoft.Extensions.Http.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.Logging/9.0.0": { + "Microsoft.Extensions.Logging/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" + "Microsoft.Extensions.DependencyInjection": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Logging.dll": { @@ -1327,10 +1929,10 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { + "Microsoft.Extensions.Logging.Abstractions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": { @@ -1346,10 +1948,10 @@ "buildTransitive/net8.0/Microsoft.Extensions.Logging.Abstractions.targets": {} } }, - "Microsoft.Extensions.Logging.ApplicationInsights/2.22.0": { + "Microsoft.Extensions.Logging.ApplicationInsights/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", "Microsoft.Extensions.Logging": "2.1.1" }, "compile": { @@ -1384,17 +1986,17 @@ } } }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { + "Microsoft.Extensions.Logging.Configuration/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Binder": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Logging.Configuration.dll": { @@ -1410,111 +2012,114 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.Console/6.0.0": { + "Microsoft.Extensions.Logging.Console/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging.Configuration": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "System.Text.Json": "6.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.Configuration": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" }, "compile": { - "lib/net6.0/Microsoft.Extensions.Logging.Console.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.Console.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.Extensions.Logging.Console.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.Console.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.Debug/6.0.0": { + "Microsoft.Extensions.Logging.Debug/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.Debug.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.Debug.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.EventLog/6.0.0": { + "Microsoft.Extensions.Logging.EventLog/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "System.Diagnostics.EventLog": "6.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "System.Diagnostics.EventLog": "9.0.2" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.EventLog.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.EventLog.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.EventLog.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.EventLog.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.EventSource/6.0.0": { + "Microsoft.Extensions.Logging.EventSource/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Json": "6.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { - "lib/net6.0/Microsoft.Extensions.Logging.EventSource.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.EventSource.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.Extensions.Logging.EventSource.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.EventSource.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.ObjectPool/7.0.0": { + "Microsoft.Extensions.ObjectPool/2.1.1": { "type": "package", "compile": { - "lib/net7.0/Microsoft.Extensions.ObjectPool.dll": { + "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.ObjectPool.dll": { + "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll": { "related": ".xml" } } }, - "Microsoft.Extensions.Options/9.0.0": { + "Microsoft.Extensions.Options/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Options.dll": { @@ -1530,14 +2135,14 @@ "buildTransitive/net8.0/Microsoft.Extensions.Options.targets": {} } }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { + "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Binder": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { @@ -1553,7 +2158,7 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Primitives/9.0.0": { + "Microsoft.Extensions.Primitives/9.0.7": { "type": "package", "compile": { "lib/net9.0/Microsoft.Extensions.Primitives.dll": { @@ -1569,7 +2174,41 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.IdentityModel.Abstractions/8.0.1": { + "Microsoft.Identity.Client/4.61.3": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Abstractions": "6.35.0", + "System.Diagnostics.DiagnosticSource": "6.0.1" + }, + "compile": { + "lib/net6.0/Microsoft.Identity.Client.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.Identity.Client.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Identity.Client.Extensions.Msal/4.61.3": { + "type": "package", + "dependencies": { + "Microsoft.Identity.Client": "4.61.3", + "System.Security.Cryptography.ProtectedData": "4.5.0" + }, + "compile": { + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Abstractions/8.6.0": { "type": "package", "compile": { "lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": { @@ -1591,17 +2230,21 @@ }, "compile": { "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": {}, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": {} + "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": {}, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": {} + "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": { + "related": ".xml" + } } }, - "Microsoft.IdentityModel.JsonWebTokens/8.0.1": { + "Microsoft.IdentityModel.JsonWebTokens/8.6.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Tokens": "8.0.1" + "Microsoft.IdentityModel.Tokens": "8.6.0" }, "compile": { "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll": { @@ -1614,10 +2257,10 @@ } } }, - "Microsoft.IdentityModel.Logging/8.0.1": { + "Microsoft.IdentityModel.Logging/8.6.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "8.0.1" + "Microsoft.IdentityModel.Abstractions": "8.6.0" }, "compile": { "lib/net9.0/Microsoft.IdentityModel.Logging.dll": { @@ -1663,10 +2306,11 @@ } } }, - "Microsoft.IdentityModel.Tokens/8.0.1": { + "Microsoft.IdentityModel.Tokens/8.6.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Logging": "8.0.1" + "Microsoft.Extensions.Logging.Abstractions": "8.0.2", + "Microsoft.IdentityModel.Logging": "8.6.0" }, "compile": { "lib/net9.0/Microsoft.IdentityModel.Tokens.dll": { @@ -1686,10 +2330,14 @@ "System.Buffers": "4.5.0" }, "compile": { - "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": {} + "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": {} + "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": { + "related": ".xml" + } } }, "Microsoft.NET.StringTools/17.6.3": { @@ -1778,7 +2426,7 @@ "Microsoft.NETCore.Jit/1.0.7": { "type": "package" }, - "Microsoft.NETCore.Platforms/1.1.0": { + "Microsoft.NETCore.Platforms/3.1.0": { "type": "package", "compile": { "lib/netstandard1.0/_._": {} @@ -1806,6 +2454,19 @@ "Microsoft.NETCore.Windows.ApiSets/1.0.1": { "type": "package" }, + "Microsoft.SqlServer.Server/1.0.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": { + "related": ".pdb;.xml" + } + } + }, "Microsoft.VisualBasic/10.0.1": { "type": "package", "dependencies": { @@ -1827,7 +2488,9 @@ "System.Threading": "4.0.11" }, "compile": { - "ref/netstandard1.1/Microsoft.VisualBasic.dll": {} + "ref/netstandard1.1/Microsoft.VisualBasic.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/Microsoft.VisualBasic.dll": {} @@ -1841,7 +2504,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": {} + "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": { + "related": ".xml" + } } }, "Microsoft.Win32.Registry/4.3.0": { @@ -1872,26 +2537,16 @@ } } }, - "Microsoft.Win32.SystemEvents/6.0.0": { + "Mono.TextTemplating/2.2.1": { "type": "package", + "dependencies": { + "System.CodeDom": "4.4.0" + }, "compile": { - "lib/net6.0/Microsoft.Win32.SystemEvents.dll": { - "related": ".xml" - } + "lib/netstandard2.0/Mono.TextTemplating.dll": {} }, "runtime": { - "lib/net6.0/Microsoft.Win32.SystemEvents.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": { - "assetType": "runtime", - "rid": "win" - } + "lib/netstandard2.0/Mono.TextTemplating.dll": {} } }, "NETStandard.Library/1.6.1": { @@ -1943,7 +2598,7 @@ "System.Xml.XDocument": "4.3.0" } }, - "Newtonsoft.Json/13.0.3": { + "Newtonsoft.Json/13.0.4": { "type": "package", "compile": { "lib/net6.0/Newtonsoft.Json.dll": { @@ -1972,10 +2627,10 @@ } } }, - "Polly/8.5.0": { + "Polly/8.6.5": { "type": "package", "dependencies": { - "Polly.Core": "8.5.0" + "Polly.Core": "8.6.5" }, "compile": { "lib/net6.0/Polly.dll": { @@ -1988,7 +2643,7 @@ } } }, - "Polly.Core/8.5.0": { + "Polly.Core/8.6.5": { "type": "package", "compile": { "lib/net8.0/Polly.Core.dll": { @@ -2001,23 +2656,6 @@ } } }, - "prometheus-net/8.0.1": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Http": "3.1.0", - "Microsoft.Extensions.ObjectPool": "7.0.0" - }, - "compile": { - "lib/net7.0/Prometheus.NetStandard.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net7.0/Prometheus.NetStandard.dll": { - "related": ".xml" - } - } - }, "RabbitMQ.Client/6.8.1": { "type": "package", "dependencies": { @@ -2232,38 +2870,37 @@ } } }, - "Serilog/4.0.0": { + "Serilog/4.2.0": { "type": "package", "compile": { - "lib/net8.0/Serilog.dll": { + "lib/net9.0/Serilog.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.dll": { + "lib/net9.0/Serilog.dll": { "related": ".xml" } } }, - "Serilog.AspNetCore/8.0.3": { + "Serilog.AspNetCore/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Logging": "8.0.0", - "Serilog": "3.1.1", - "Serilog.Extensions.Hosting": "8.0.0", - "Serilog.Formatting.Compact": "2.0.0", - "Serilog.Settings.Configuration": "8.0.4", - "Serilog.Sinks.Console": "5.0.0", - "Serilog.Sinks.Debug": "2.0.0", - "Serilog.Sinks.File": "5.0.0" + "Serilog": "4.2.0", + "Serilog.Extensions.Hosting": "9.0.0", + "Serilog.Formatting.Compact": "3.0.0", + "Serilog.Settings.Configuration": "9.0.0", + "Serilog.Sinks.Console": "6.0.0", + "Serilog.Sinks.Debug": "3.0.0", + "Serilog.Sinks.File": "6.0.0" }, "compile": { - "lib/net8.0/Serilog.AspNetCore.dll": { + "lib/net9.0/Serilog.AspNetCore.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.AspNetCore.dll": { + "lib/net9.0/Serilog.AspNetCore.dll": { "related": ".xml" } }, @@ -2287,78 +2924,78 @@ } } }, - "Serilog.Extensions.Hosting/8.0.0": { + "Serilog.Extensions.Hosting/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0", - "Serilog": "3.1.1", - "Serilog.Extensions.Logging": "8.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", + "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", + "Microsoft.Extensions.Logging.Abstractions": "9.0.0", + "Serilog": "4.2.0", + "Serilog.Extensions.Logging": "9.0.0" }, "compile": { - "lib/net8.0/Serilog.Extensions.Hosting.dll": { + "lib/net9.0/Serilog.Extensions.Hosting.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.Extensions.Hosting.dll": { + "lib/net9.0/Serilog.Extensions.Hosting.dll": { "related": ".xml" } } }, - "Serilog.Extensions.Logging/8.0.0": { + "Serilog.Extensions.Logging/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Logging": "8.0.0", - "Serilog": "3.1.1" + "Microsoft.Extensions.Logging": "9.0.0", + "Serilog": "4.2.0" }, "compile": { - "lib/net8.0/Serilog.Extensions.Logging.dll": { + "lib/net9.0/Serilog.Extensions.Logging.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.Extensions.Logging.dll": { + "lib/net9.0/Serilog.Extensions.Logging.dll": { "related": ".xml" } } }, - "Serilog.Formatting.Compact/2.0.0": { + "Serilog.Formatting.Compact/3.0.0": { "type": "package", "dependencies": { - "Serilog": "3.1.0" + "Serilog": "4.0.0" }, "compile": { - "lib/net7.0/Serilog.Formatting.Compact.dll": { + "lib/net8.0/Serilog.Formatting.Compact.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Serilog.Formatting.Compact.dll": { + "lib/net8.0/Serilog.Formatting.Compact.dll": { "related": ".xml" } } }, - "Serilog.Settings.Configuration/8.0.4": { + "Serilog.Settings.Configuration/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Binder": "8.0.0", - "Microsoft.Extensions.DependencyModel": "8.0.2", - "Serilog": "3.1.1" + "Microsoft.Extensions.Configuration.Binder": "9.0.0", + "Microsoft.Extensions.DependencyModel": "9.0.0", + "Serilog": "4.2.0" }, "compile": { - "lib/net8.0/Serilog.Settings.Configuration.dll": { + "lib/net9.0/Serilog.Settings.Configuration.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.Settings.Configuration.dll": { + "lib/net9.0/Serilog.Settings.Configuration.dll": { "related": ".xml" } } }, - "Serilog.Sinks.Console/6.0.0": { + "Serilog.Sinks.Console/6.1.1": { "type": "package", "dependencies": { "Serilog": "4.0.0" @@ -2374,39 +3011,43 @@ } } }, - "Serilog.Sinks.Debug/2.0.0": { + "Serilog.Sinks.Debug/3.0.0": { "type": "package", "dependencies": { - "Serilog": "2.10.0" + "Serilog": "4.0.0" }, "compile": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": {} + "lib/net8.0/Serilog.Sinks.Debug.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": {} + "lib/net8.0/Serilog.Sinks.Debug.dll": { + "related": ".xml" + } } }, - "Serilog.Sinks.File/5.0.0": { + "Serilog.Sinks.File/7.0.0": { "type": "package", "dependencies": { - "Serilog": "2.10.0" + "Serilog": "4.2.0" }, "compile": { - "lib/net5.0/Serilog.Sinks.File.dll": { - "related": ".pdb" + "lib/net9.0/Serilog.Sinks.File.dll": { + "related": ".xml" } }, "runtime": { - "lib/net5.0/Serilog.Sinks.File.dll": { - "related": ".pdb" + "lib/net9.0/Serilog.Sinks.File.dll": { + "related": ".xml" } } }, - "Serilog.Sinks.Http/9.0.0": { + "Serilog.Sinks.Http/9.2.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "7.0.0", - "Serilog.Sinks.File": "5.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.7", + "Serilog.Sinks.File": "7.0.0" }, "compile": { "lib/netstandard2.1/Serilog.Sinks.Http.dll": { @@ -2419,11 +3060,11 @@ } } }, - "Serilog.Sinks.Seq/8.0.0": { + "Serilog.Sinks.Seq/9.0.0": { "type": "package", "dependencies": { - "Serilog": "4.0.0", - "Serilog.Sinks.File": "5.0.0" + "Serilog": "4.2.0", + "Serilog.Sinks.File": "6.0.0" }, "compile": { "lib/net6.0/Serilog.Sinks.Seq.dll": { @@ -2459,7 +3100,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.6/System.AppContext.dll": {} + "ref/netstandard1.6/System.AppContext.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.6/System.AppContext.dll": {} @@ -2474,6 +3117,34 @@ "lib/netcoreapp2.0/_._": {} } }, + "System.ClientModel/1.0.0": { + "type": "package", + "dependencies": { + "System.Memory.Data": "1.0.2", + "System.Text.Json": "4.7.2" + }, + "compile": { + "lib/net6.0/System.ClientModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.ClientModel.dll": { + "related": ".xml" + } + } + }, + "System.CodeDom/4.4.0": { + "type": "package", + "compile": { + "ref/netstandard2.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.CodeDom.dll": {} + } + }, "System.Collections/4.3.0": { "type": "package", "dependencies": { @@ -2482,7 +3153,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Collections.dll": {} + "ref/netstandard1.3/System.Collections.dll": { + "related": ".xml" + } } }, "System.Collections.Concurrent/4.3.0": { @@ -2500,87 +3173,193 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Collections.Concurrent.dll": {} + "ref/netstandard1.3/System.Collections.Concurrent.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Collections.Concurrent.dll": {} + } + }, + "System.Collections.Immutable/6.0.0": { + "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.ComponentModel/4.0.1": { + "type": "package", + "dependencies": { + "System.Runtime": "4.1.0" + }, + "compile": { + "ref/netstandard1.0/System.ComponentModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.Annotations/4.1.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11", + "System.ComponentModel": "4.0.1", + "System.Globalization": "4.0.11", + "System.Linq": "4.1.0", + "System.Reflection": "4.1.0", + "System.Reflection.Extensions": "4.0.1", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Text.RegularExpressions": "4.1.0", + "System.Threading": "4.0.11" + }, + "compile": { + "ref/netstandard1.4/System.ComponentModel.Annotations.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.4/System.ComponentModel.Annotations.dll": {} + } + }, + "System.Composition/6.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "6.0.0", + "System.Composition.Convention": "6.0.0", + "System.Composition.Hosting": "6.0.0", + "System.Composition.Runtime": "6.0.0", + "System.Composition.TypedParts": "6.0.0" + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Composition.AttributedModel/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Composition.Convention/6.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Composition.Convention.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard1.3/System.Collections.Concurrent.dll": {} + "lib/net6.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} } }, - "System.Collections.Immutable/1.2.0": { + "System.Composition.Hosting/6.0.0": { "type": "package", "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" + "System.Composition.Runtime": "6.0.0" }, "compile": { - "lib/netstandard1.0/System.Collections.Immutable.dll": { + "lib/net6.0/System.Composition.Hosting.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard1.0/System.Collections.Immutable.dll": { + "lib/net6.0/System.Composition.Hosting.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} } }, - "System.ComponentModel/4.0.1": { + "System.Composition.Runtime/6.0.0": { "type": "package", - "dependencies": { - "System.Runtime": "4.1.0" - }, "compile": { - "ref/netstandard1.0/System.ComponentModel.dll": {} + "lib/net6.0/System.Composition.Runtime.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard1.3/System.ComponentModel.dll": {} + "lib/net6.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} } }, - "System.ComponentModel.Annotations/4.1.0": { + "System.Composition.TypedParts/6.0.0": { "type": "package", "dependencies": { - "System.Collections": "4.0.11", - "System.ComponentModel": "4.0.1", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Text.RegularExpressions": "4.1.0", - "System.Threading": "4.0.11" + "System.Composition.AttributedModel": "6.0.0", + "System.Composition.Hosting": "6.0.0", + "System.Composition.Runtime": "6.0.0" }, "compile": { - "ref/netstandard1.4/System.ComponentModel.Annotations.dll": {} + "lib/net6.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard1.4/System.ComponentModel.Annotations.dll": {} + "lib/net6.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} } }, - "System.Configuration.ConfigurationManager/6.0.0": { + "System.Configuration.ConfigurationManager/8.0.0": { "type": "package", "dependencies": { - "System.Security.Cryptography.ProtectedData": "6.0.0", - "System.Security.Permissions": "6.0.0" + "System.Diagnostics.EventLog": "8.0.0", + "System.Security.Cryptography.ProtectedData": "8.0.0" }, "compile": { - "lib/net6.0/System.Configuration.ConfigurationManager.dll": { + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/System.Configuration.ConfigurationManager.dll": { + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "buildTransitive/net6.0/_._": {} } }, "System.Console/4.3.0": { @@ -2593,7 +3372,9 @@ "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Console.dll": {} + "ref/netstandard1.3/System.Console.dll": { + "related": ".xml" + } } }, "System.Diagnostics.Debug/4.3.0": { @@ -2604,73 +3385,48 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Diagnostics.Debug.dll": {} + "ref/netstandard1.3/System.Diagnostics.Debug.dll": { + "related": ".xml" + } } }, - "System.Diagnostics.DiagnosticSource/8.0.1": { + "System.Diagnostics.DiagnosticSource/10.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": { + "lib/net9.0/System.Diagnostics.DiagnosticSource.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": { + "lib/net9.0/System.Diagnostics.DiagnosticSource.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "System.Diagnostics.EventLog/6.0.0": { + "System.Diagnostics.EventLog/9.0.2": { "type": "package", "compile": { - "lib/net6.0/System.Diagnostics.EventLog.dll": { + "lib/net9.0/System.Diagnostics.EventLog.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/System.Diagnostics.EventLog.dll": { + "lib/net9.0/System.Diagnostics.EventLog.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "buildTransitive/net8.0/_._": {} }, "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll": { - "assetType": "runtime", - "rid": "win" - }, - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll": { + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll": { "assetType": "runtime", "rid": "win" - } - } - }, - "System.Diagnostics.FileVersionInfo/4.0.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Reflection.Metadata": "1.3.0", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/_._": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll": { - "assetType": "runtime", - "rid": "unix" }, - "runtimes/win/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll": { + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll": { "assetType": "runtime", "rid": "win" } @@ -2727,7 +3483,9 @@ "runtime.native.System": "4.3.0" }, "compile": { - "ref/netstandard1.4/System.Diagnostics.Process.dll": {} + "ref/netstandard1.4/System.Diagnostics.Process.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/linux/lib/netstandard1.4/System.Diagnostics.Process.dll": { @@ -2744,25 +3502,6 @@ } } }, - "System.Diagnostics.StackTrace/4.0.1": { - "type": "package", - "dependencies": { - "System.Collections.Immutable": "1.2.0", - "System.IO.FileSystem": "4.0.1", - "System.Reflection": "4.1.0", - "System.Reflection.Metadata": "1.3.0", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.3/System.Diagnostics.StackTrace.dll": {} - } - }, "System.Diagnostics.Tools/4.3.0": { "type": "package", "dependencies": { @@ -2771,7 +3510,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Diagnostics.Tools.dll": {} + "ref/netstandard1.0/System.Diagnostics.Tools.dll": { + "related": ".xml" + } } }, "System.Diagnostics.Tracing/4.3.0": { @@ -2782,36 +3523,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {} - } - }, - "System.Drawing.Common/6.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Win32.SystemEvents": "6.0.0" - }, - "compile": { - "lib/net6.0/System.Drawing.Common.dll": { + "ref/netstandard1.5/System.Diagnostics.Tracing.dll": { "related": ".xml" } - }, - "runtime": { - "lib/net6.0/System.Drawing.Common.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/net6.0/System.Drawing.Common.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/net6.0/System.Drawing.Common.dll": { - "assetType": "runtime", - "rid": "win" - } } }, "System.Dynamic.Runtime/4.0.11": { @@ -2834,7 +3548,9 @@ "System.Threading": "4.0.11" }, "compile": { - "ref/netstandard1.3/System.Dynamic.Runtime.dll": {} + "ref/netstandard1.3/System.Dynamic.Runtime.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Dynamic.Runtime.dll": {} @@ -2848,7 +3564,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Globalization.dll": {} + "ref/netstandard1.3/System.Globalization.dll": { + "related": ".xml" + } } }, "System.Globalization.Calendars/4.3.0": { @@ -2860,7 +3578,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Globalization.Calendars.dll": {} + "ref/netstandard1.3/System.Globalization.Calendars.dll": { + "related": ".xml" + } } }, "System.Globalization.Extensions/4.3.0": { @@ -2874,7 +3594,9 @@ "System.Runtime.InteropServices": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Globalization.Extensions.dll": {} + "ref/netstandard1.3/System.Globalization.Extensions.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll": { @@ -2887,11 +3609,11 @@ } } }, - "System.IdentityModel.Tokens.Jwt/8.0.1": { + "System.IdentityModel.Tokens.Jwt/8.6.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "8.0.1", - "Microsoft.IdentityModel.Tokens": "8.0.1" + "Microsoft.IdentityModel.JsonWebTokens": "8.6.0", + "Microsoft.IdentityModel.Tokens": "8.6.0" }, "compile": { "lib/net9.0/System.IdentityModel.Tokens.Jwt.dll": { @@ -2914,7 +3636,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.IO.dll": {} + "ref/netstandard1.5/System.IO.dll": { + "related": ".xml" + } } }, "System.IO.Compression/4.3.0": { @@ -2937,7 +3661,9 @@ "runtime.native.System.IO.Compression": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.Compression.dll": {} + "ref/netstandard1.3/System.IO.Compression.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": { @@ -2964,7 +3690,9 @@ "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": {} + "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {} @@ -2983,7 +3711,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.FileSystem.dll": {} + "ref/netstandard1.3/System.IO.FileSystem.dll": { + "related": ".xml" + } } }, "System.IO.FileSystem.AccessControl/4.7.0": { @@ -2993,10 +3723,14 @@ "System.Security.Principal.Windows": "4.7.0" }, "compile": { - "ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll": {} + "ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll": {} + "lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { @@ -3011,7 +3745,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} @@ -3038,7 +3774,9 @@ "runtime.native.System": "4.0.0" }, "compile": { - "ref/netstandard1.3/System.IO.FileSystem.Watcher.dll": {} + "ref/netstandard1.3/System.IO.FileSystem.Watcher.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/linux/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll": { @@ -3073,7 +3811,9 @@ "runtime.native.System": "4.0.0" }, "compile": { - "ref/netstandard1.3/System.IO.MemoryMappedFiles.dll": {} + "ref/netstandard1.3/System.IO.MemoryMappedFiles.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.IO.MemoryMappedFiles.dll": { @@ -3086,13 +3826,20 @@ } } }, - "System.IO.Pipelines/5.0.1": { + "System.IO.Pipelines/6.0.3": { "type": "package", "compile": { - "ref/netcoreapp2.0/System.IO.Pipelines.dll": {} + "lib/net6.0/System.IO.Pipelines.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netcoreapp3.0/System.IO.Pipelines.dll": {} + "lib/net6.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} } }, "System.IO.UnmanagedMemoryStream/4.0.1": { @@ -3107,7 +3854,9 @@ "System.Threading.Tasks": "4.0.11" }, "compile": { - "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {} + "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {} @@ -3123,7 +3872,9 @@ "System.Runtime.Extensions": "4.3.0" }, "compile": { - "ref/netstandard1.6/System.Linq.dll": {} + "ref/netstandard1.6/System.Linq.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.6/System.Linq.dll": {} @@ -3151,7 +3902,9 @@ "System.Threading": "4.3.0" }, "compile": { - "ref/netstandard1.6/System.Linq.Expressions.dll": {} + "ref/netstandard1.6/System.Linq.Expressions.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.6/System.Linq.Expressions.dll": {} @@ -3172,7 +3925,9 @@ "System.Threading.Tasks": "4.0.11" }, "compile": { - "ref/netstandard1.1/System.Linq.Parallel.dll": {} + "ref/netstandard1.1/System.Linq.Parallel.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Linq.Parallel.dll": {} @@ -3191,7 +3946,9 @@ "System.Runtime": "4.1.0" }, "compile": { - "ref/netstandard1.0/System.Linq.Queryable.dll": {} + "ref/netstandard1.0/System.Linq.Queryable.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Linq.Queryable.dll": {} @@ -3213,10 +3970,14 @@ "System.Text.Json": "4.6.0" }, "compile": { - "lib/netstandard2.0/System.Memory.Data.dll": {} + "lib/netstandard2.0/System.Memory.Data.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/System.Memory.Data.dll": {} + "lib/netstandard2.0/System.Memory.Data.dll": { + "related": ".xml" + } } }, "System.Net.Http/4.3.0": { @@ -3250,7 +4011,9 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Net.Http.dll": {} + "ref/netstandard1.3/System.Net.Http.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll": { @@ -3282,7 +4045,9 @@ "runtime.native.System": "4.0.0" }, "compile": { - "ref/netstandard1.3/System.Net.NameResolution.dll": {} + "ref/netstandard1.3/System.Net.NameResolution.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Net.NameResolution.dll": { @@ -3304,7 +4069,9 @@ "System.Runtime.Handles": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Net.Primitives.dll": {} + "ref/netstandard1.3/System.Net.Primitives.dll": { + "related": ".xml" + } } }, "System.Net.Requests/4.0.11": { @@ -3325,7 +4092,9 @@ "System.Threading.Tasks": "4.0.11" }, "compile": { - "ref/netstandard1.3/System.Net.Requests.dll": {} + "ref/netstandard1.3/System.Net.Requests.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Net.Requests.dll": { @@ -3371,7 +4140,9 @@ "runtime.native.System.Security.Cryptography": "4.0.0" }, "compile": { - "ref/netstandard1.3/System.Net.Security.dll": {} + "ref/netstandard1.3/System.Net.Security.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.6/System.Net.Security.dll": { @@ -3395,7 +4166,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Net.Sockets.dll": {} + "ref/netstandard1.3/System.Net.Sockets.dll": { + "related": ".xml" + } } }, "System.Net.WebHeaderCollection/4.0.1": { @@ -3407,7 +4180,9 @@ "System.Runtime.Extensions": "4.1.0" }, "compile": { - "ref/netstandard1.3/System.Net.WebHeaderCollection.dll": {} + "ref/netstandard1.3/System.Net.WebHeaderCollection.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Net.WebHeaderCollection.dll": {} @@ -3432,7 +4207,9 @@ "System.Threading": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.ObjectModel.dll": {} + "ref/netstandard1.3/System.ObjectModel.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.ObjectModel.dll": {} @@ -3483,7 +4260,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.Reflection.dll": {} + "ref/netstandard1.5/System.Reflection.dll": { + "related": ".xml" + } } }, "System.Reflection.DispatchProxy/4.0.1": { @@ -3501,7 +4280,9 @@ "System.Threading": "4.0.11" }, "compile": { - "ref/netstandard1.3/System.Reflection.DispatchProxy.dll": {} + "ref/netstandard1.3/System.Reflection.DispatchProxy.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Reflection.DispatchProxy.dll": {} @@ -3517,7 +4298,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.1/_._": {} + "ref/netstandard1.1/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Reflection.Emit.dll": {} @@ -3531,7 +4314,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/_._": {} + "ref/netstandard1.0/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {} @@ -3546,7 +4331,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/_._": {} + "ref/netstandard1.0/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll": {} @@ -3561,16 +4348,28 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Reflection.Extensions.dll": {} + "ref/netstandard1.0/System.Reflection.Extensions.dll": { + "related": ".xml" + } } }, - "System.Reflection.Metadata/1.6.0": { + "System.Reflection.Metadata/6.0.1": { "type": "package", + "dependencies": { + "System.Collections.Immutable": "6.0.0" + }, "compile": { - "lib/netstandard2.0/System.Reflection.Metadata.dll": {} + "lib/net6.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/System.Reflection.Metadata.dll": {} + "lib/net6.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} } }, "System.Reflection.Primitives/4.3.0": { @@ -3581,7 +4380,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Reflection.Primitives.dll": {} + "ref/netstandard1.0/System.Reflection.Primitives.dll": { + "related": ".xml" + } } }, "System.Reflection.TypeExtensions/4.3.0": { @@ -3625,7 +4426,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Resources.ResourceManager.dll": {} + "ref/netstandard1.0/System.Resources.ResourceManager.dll": { + "related": ".xml" + } } }, "System.Runtime/4.3.0": { @@ -3635,16 +4438,47 @@ "Microsoft.NETCore.Targets": "1.1.0" }, "compile": { - "ref/netstandard1.5/System.Runtime.dll": {} + "ref/netstandard1.5/System.Runtime.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.Caching/8.0.0": { + "type": "package", + "dependencies": { + "System.Configuration.ConfigurationManager": "8.0.0" + }, + "compile": { + "lib/net8.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Runtime.Caching.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Runtime.Caching.dll": { + "assetType": "runtime", + "rid": "win" + } } }, "System.Runtime.CompilerServices.Unsafe/6.0.0": { "type": "package", "compile": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {} + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } }, "runtime": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {} + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } }, "build": { "buildTransitive/netcoreapp3.1/_._": {} @@ -3658,7 +4492,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.Runtime.Extensions.dll": {} + "ref/netstandard1.5/System.Runtime.Extensions.dll": { + "related": ".xml" + } } }, "System.Runtime.Handles/4.3.0": { @@ -3669,7 +4505,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Runtime.Handles.dll": {} + "ref/netstandard1.3/System.Runtime.Handles.dll": { + "related": ".xml" + } } }, "System.Runtime.InteropServices/4.3.0": { @@ -3722,7 +4560,9 @@ "System.Runtime": "4.1.0" }, "compile": { - "ref/netstandard1.5/_._": {} + "ref/netstandard1.5/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.5/System.Runtime.Loader.dll": {} @@ -3737,7 +4577,9 @@ "System.Runtime.Extensions": "4.3.0" }, "compile": { - "ref/netstandard1.1/System.Runtime.Numerics.dll": {} + "ref/netstandard1.1/System.Runtime.Numerics.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Runtime.Numerics.dll": {} @@ -3751,7 +4593,9 @@ "System.Runtime": "4.1.0" }, "compile": { - "ref/netstandard1.0/System.Runtime.Serialization.Json.dll": {} + "ref/netstandard1.0/System.Runtime.Serialization.Json.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Runtime.Serialization.Json.dll": {} @@ -3764,29 +4608,32 @@ "System.Runtime": "4.1.0" }, "compile": { - "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} + "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} } }, - "System.Security.AccessControl/6.0.0": { + "System.Security.AccessControl/4.7.0": { "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "3.1.0", + "System.Security.Principal.Windows": "4.7.0" + }, "compile": { - "lib/net6.0/System.Security.AccessControl.dll": { + "ref/netstandard2.0/System.Security.AccessControl.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/System.Security.AccessControl.dll": { + "lib/netstandard2.0/System.Security.AccessControl.dll": { "related": ".xml" } }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} - }, "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Security.AccessControl.dll": { + "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": { "assetType": "runtime", "rid": "win" } @@ -3804,7 +4651,9 @@ "System.Security.Principal": "4.0.1" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Security.Claims.dll": {} @@ -3923,7 +4772,9 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": {} + "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": { @@ -3966,6 +4817,28 @@ } } }, + "System.Security.Cryptography.Pkcs/9.0.0": { + "type": "package", + "compile": { + "lib/net9.0/System.Security.Cryptography.Pkcs.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/System.Security.Cryptography.Pkcs.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net9.0/System.Security.Cryptography.Pkcs.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, "System.Security.Cryptography.Primitives/4.3.0": { "type": "package", "dependencies": { @@ -3984,26 +4857,20 @@ "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} } }, - "System.Security.Cryptography.ProtectedData/6.0.0": { + "System.Security.Cryptography.ProtectedData/8.0.0": { "type": "package", "compile": { - "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { - "assetType": "runtime", - "rid": "win" - } + "buildTransitive/net6.0/_._": {} } }, "System.Security.Cryptography.X509Certificates/4.3.0": { @@ -4036,7 +4903,9 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" }, "compile": { - "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": {} + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { @@ -4049,24 +4918,23 @@ } } }, - "System.Security.Permissions/6.0.0": { + "System.Security.Cryptography.Xml/9.0.0": { "type": "package", "dependencies": { - "System.Security.AccessControl": "6.0.0", - "System.Windows.Extensions": "6.0.0" + "System.Security.Cryptography.Pkcs": "9.0.0" }, "compile": { - "lib/net6.0/System.Security.Permissions.dll": { + "lib/net9.0/System.Security.Cryptography.Xml.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/System.Security.Permissions.dll": { + "lib/net9.0/System.Security.Cryptography.Xml.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "buildTransitive/net8.0/_._": {} } }, "System.Security.Principal/4.0.1": { @@ -4075,7 +4943,9 @@ "System.Runtime": "4.1.0" }, "compile": { - "ref/netstandard1.0/System.Security.Principal.dll": {} + "ref/netstandard1.0/System.Security.Principal.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.0/System.Security.Principal.dll": {} @@ -4112,34 +4982,31 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Text.Encoding.dll": {} + "ref/netstandard1.3/System.Text.Encoding.dll": { + "related": ".xml" + } } }, - "System.Text.Encoding.CodePages/4.0.1": { + "System.Text.Encoding.CodePages/6.0.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11" + "System.Runtime.CompilerServices.Unsafe": "6.0.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "lib/net6.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} }, "runtimeTargets": { - "runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": { + "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.dll": { "assetType": "runtime", "rid": "win" } @@ -4154,52 +5021,35 @@ "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {} + "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": { + "related": ".xml" + } } }, - "System.Text.Encodings.Web/6.0.0": { + "System.Text.Encodings.Web/4.7.2": { "type": "package", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, "compile": { - "lib/net6.0/System.Text.Encodings.Web.dll": { + "lib/netstandard2.1/System.Text.Encodings.Web.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/System.Text.Encodings.Web.dll": { + "lib/netstandard2.1/System.Text.Encodings.Web.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} - }, - "runtimeTargets": { - "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll": { - "assetType": "runtime", - "rid": "browser" - } } }, - "System.Text.Json/6.0.0": { + "System.Text.Json/4.7.2": { "type": "package", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "6.0.0" - }, "compile": { - "lib/net6.0/System.Text.Json.dll": { + "lib/netcoreapp3.0/System.Text.Json.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/System.Text.Json.dll": { + "lib/netcoreapp3.0/System.Text.Json.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} } }, "System.Text.RegularExpressions/4.3.0": { @@ -4221,7 +5071,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Threading.dll": {} + "ref/netstandard1.3/System.Threading.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Threading.dll": {} @@ -4252,7 +5104,9 @@ "System.Runtime.Handles": "4.0.1" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Threading.Overlapped.dll": { @@ -4273,7 +5127,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Threading.Tasks.dll": {} + "ref/netstandard1.3/System.Threading.Tasks.dll": { + "related": ".xml" + } } }, "System.Threading.Tasks.Dataflow/4.6.0": { @@ -4324,7 +5180,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.1/System.Threading.Tasks.Parallel.dll": {} + "ref/netstandard1.1/System.Threading.Tasks.Parallel.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Threading.Tasks.Parallel.dll": {} @@ -4336,7 +5194,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Threading.Thread.dll": {} + "ref/netstandard1.3/System.Threading.Thread.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Threading.Thread.dll": {} @@ -4349,7 +5209,9 @@ "System.Runtime.Handles": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Threading.ThreadPool.dll": {} + "ref/netstandard1.3/System.Threading.ThreadPool.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Threading.ThreadPool.dll": {} @@ -4363,7 +5225,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.2/System.Threading.Timer.dll": {} + "ref/netstandard1.2/System.Threading.Timer.dll": { + "related": ".xml" + } } }, "System.ValueTuple/4.5.0": { @@ -4375,28 +5239,6 @@ "lib/netcoreapp2.0/_._": {} } }, - "System.Windows.Extensions/6.0.0": { - "type": "package", - "dependencies": { - "System.Drawing.Common": "6.0.0" - }, - "compile": { - "lib/net6.0/System.Windows.Extensions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/System.Windows.Extensions.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, "System.Xml.ReaderWriter/4.3.0": { "type": "package", "dependencies": { @@ -4417,7 +5259,9 @@ "System.Threading.Tasks.Extensions": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Xml.ReaderWriter.dll": {} + "ref/netstandard1.3/System.Xml.ReaderWriter.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.ReaderWriter.dll": {} @@ -4440,7 +5284,9 @@ "System.Xml.ReaderWriter": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Xml.XDocument.dll": {} + "ref/netstandard1.3/System.Xml.XDocument.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.XDocument.dll": {} @@ -4461,7 +5307,9 @@ "System.Xml.ReaderWriter": "4.0.11" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.XmlDocument.dll": {} @@ -4489,61 +5337,23 @@ "System.Xml.XmlDocument": "4.0.1" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.XmlSerializer.dll": {} } }, - "System.Xml.XPath/4.0.1": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "System.Xml.ReaderWriter": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Xml.XPath.dll": {} - } - }, - "System.Xml.XPath.XDocument/4.0.1": { - "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.Linq": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "System.Xml.ReaderWriter": "4.0.11", - "System.Xml.XDocument": "4.0.11", - "System.Xml.XPath": "4.0.1" - }, - "compile": { - "ref/netstandard1.3/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Xml.XPath.XDocument.dll": {} - } - }, - "YamlDotNet/13.3.1": { + "YamlDotNet/16.3.0": { "type": "package", "compile": { - "lib/net7.0/YamlDotNet.dll": { + "lib/net8.0/YamlDotNet.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/YamlDotNet.dll": { + "lib/net8.0/YamlDotNet.dll": { "related": ".xml" } } @@ -4552,7 +5362,7 @@ "type": "project", "framework": ".NETCoreApp,Version=v9.0", "dependencies": { - "Newtonsoft.Json": "13.0.3" + "Newtonsoft.Json": "13.0.4" }, "compile": { "bin/placeholder/EventBus.dll": {} @@ -4565,12 +5375,12 @@ "type": "project", "framework": ".NETCoreApp,Version=v9.0", "dependencies": { - "Autofac": "8.1.1", + "Autofac": "9.0.0", "EventBus": "1.0.0", "Microsoft.CSharp": "4.7.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Newtonsoft.Json": "13.0.3", - "Polly": "8.5.0", + "Microsoft.Extensions.Logging": "9.0.2", + "Newtonsoft.Json": "13.0.4", + "Polly": "8.6.5", "RabbitMQ.Client": "6.8.1" }, "compile": { @@ -4584,11 +5394,11 @@ "type": "project", "framework": ".NETCoreApp,Version=v9.0", "dependencies": { - "Autofac": "8.1.1", + "Autofac": "9.0.0", "EventBus": "1.0.0", "Microsoft.Azure.ServiceBus": "5.2.0", "Microsoft.CSharp": "4.7.0", - "Microsoft.Extensions.Logging": "9.0.0" + "Microsoft.Extensions.Logging": "9.0.2" }, "compile": { "bin/placeholder/EventBusServiceBus.dll": {} @@ -4600,19 +5410,19 @@ } }, "libraries": { - "AspNetCore.HealthChecks.AzureServiceBus/8.0.1": { - "sha512": "67GttVESv92GIthFMNqLbWvnQr3AFujGGsydKUl51R7p+KETguIJ+yHGUSnLL8XEcIWO0pENO714WlAqmON8EQ==", + "AspNetCore.HealthChecks.AzureServiceBus/9.0.0": { + "sha512": "Uzml9qWAvN6xPJejdTLznx9SIczKs/exieiJCU0Kjivt4ZTcsLdE3u2g8HJr0VWhguQad2mpGkwXtQ9nWfkm4g==", "type": "package", - "path": "aspnetcore.healthchecks.azureservicebus/8.0.1", + "path": "aspnetcore.healthchecks.azureservicebus/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", - "aspnetcore.healthchecks.azureservicebus.8.0.1.nupkg.sha512", + "aspnetcore.healthchecks.azureservicebus.9.0.0.nupkg.sha512", "aspnetcore.healthchecks.azureservicebus.nuspec", "icon.png", - "lib/net6.0/HealthChecks.AzureServiceBus.dll", - "lib/net6.0/HealthChecks.AzureServiceBus.xml", + "lib/net8.0/HealthChecks.AzureServiceBus.dll", + "lib/net8.0/HealthChecks.AzureServiceBus.xml", "lib/netstandard2.0/HealthChecks.AzureServiceBus.dll", "lib/netstandard2.0/HealthChecks.AzureServiceBus.xml" ] @@ -4634,53 +5444,138 @@ "lib/netstandard2.0/HealthChecks.Rabbitmq.xml" ] }, - "AspNetCore.HealthChecks.UI.Client/8.0.1": { - "sha512": "nhC6KIoB/EtTbH3uGm2J6EHEUyTJuETUARFePbmrnA+zjbwsirzIVUQl46qIjvyPABhK0e7Rk+AxcRqC6zikqA==", + "AspNetCore.HealthChecks.Redis/9.0.0": { + "sha512": "yNH0h8GLRbAf+PU5HNVLZ5hNeyq9mDVmRKO9xuZsme/znUYoBJlQvI0gq45gaZNlLncCHkMhR4o90MuT+gxxPw==", + "type": "package", + "path": "aspnetcore.healthchecks.redis/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.redis.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.redis.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.Redis.dll", + "lib/net8.0/HealthChecks.Redis.xml", + "lib/netstandard2.0/HealthChecks.Redis.dll", + "lib/netstandard2.0/HealthChecks.Redis.xml" + ] + }, + "AspNetCore.HealthChecks.SqlServer/9.0.0": { + "sha512": "UxCf65iCF2nU1u7AcB320abjL4CRg5swCgJECY6mKk1j5lrGMfVtskWwriGs1T29pYdRig9Vra3SPnP+4G82pA==", + "type": "package", + "path": "aspnetcore.healthchecks.sqlserver/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.sqlserver.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.sqlserver.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.SqlServer.dll", + "lib/net8.0/HealthChecks.SqlServer.xml", + "lib/netstandard2.0/HealthChecks.SqlServer.dll", + "lib/netstandard2.0/HealthChecks.SqlServer.xml" + ] + }, + "AspNetCore.HealthChecks.UI/9.0.0": { + "sha512": "r/bGIiFDm/Bv+S/OCcE1/YzM4Zul1nEKGRA42xcGqxaYmaQf1T+gFEReNNA+5nHXuXt5TRuBuVag1emXuwqe6w==", + "type": "package", + "path": "aspnetcore.healthchecks.ui/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.ui.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.ui.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.UI.dll", + "lib/net8.0/HealthChecks.UI.runtimeconfig.json", + "lib/net8.0/HealthChecks.UI.xml" + ] + }, + "AspNetCore.HealthChecks.UI.Client/9.0.0": { + "sha512": "1Ub3Wvvbz7CMuFNWgLEc9qqQibiMoovDML/WHrwr5J83RPgtI20giCR92s/ipLgu7IIuqw+W/y7WpIeHqAICxg==", "type": "package", - "path": "aspnetcore.healthchecks.ui.client/8.0.1", + "path": "aspnetcore.healthchecks.ui.client/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "aspnetcore.healthchecks.ui.client.8.0.1.nupkg.sha512", + "aspnetcore.healthchecks.ui.client.9.0.0.nupkg.sha512", "aspnetcore.healthchecks.ui.client.nuspec", "icon.png", - "lib/net6.0/HealthChecks.UI.Client.dll", - "lib/net6.0/HealthChecks.UI.Client.xml", - "lib/net7.0/HealthChecks.UI.Client.dll", - "lib/net7.0/HealthChecks.UI.Client.xml", "lib/net8.0/HealthChecks.UI.Client.dll", "lib/net8.0/HealthChecks.UI.Client.xml" ] }, - "AspNetCore.HealthChecks.UI.Core/8.0.1": { - "sha512": "Vn00MOJ1I0HSqyP7Bt9v0pr0AIgbrXMjL/KFwW+sRwLRogOtep8BWGimd8XYRCbCDLrAi7VSArU02f6pEIw69w==", + "AspNetCore.HealthChecks.UI.Core/9.0.0": { + "sha512": "TVriy4hgYnhfqz6NAzv8qe62Q8wf82iKUL6WV9selqeFZTq1ILi39Sic6sFQegRysvAVcnxKP/vY8z9Fk8x6XQ==", "type": "package", - "path": "aspnetcore.healthchecks.ui.core/8.0.1", + "path": "aspnetcore.healthchecks.ui.core/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "aspnetcore.healthchecks.ui.core.8.0.1.nupkg.sha512", + "aspnetcore.healthchecks.ui.core.9.0.0.nupkg.sha512", "aspnetcore.healthchecks.ui.core.nuspec", "icon.png", - "lib/net6.0/HealthChecks.UI.Core.dll", - "lib/net6.0/HealthChecks.UI.Core.xml" + "lib/net8.0/HealthChecks.UI.Core.dll", + "lib/net8.0/HealthChecks.UI.Core.xml" + ] + }, + "AspNetCore.HealthChecks.UI.Data/9.0.0": { + "sha512": "bZkXUdiqXOkmhe3XHF+OIgPQKR8OXS8/+iDWegmxSXtbaIYwsT5+B0URT+P4OPvhj5tR2goMMZe5KwJBVHr+1g==", + "type": "package", + "path": "aspnetcore.healthchecks.ui.data/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.ui.data.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.ui.data.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.UI.Data.dll", + "lib/net8.0/HealthChecks.UI.Data.xml" + ] + }, + "AspNetCore.HealthChecks.UI.InMemory.Storage/9.0.0": { + "sha512": "xuq+HBH8Ckz9r5d+yP1pk7cgIbPLBqCGfYu0MxtvbtsxIo7cv5nQoUCJsdgqN5/a4ndVUJZco6GjWFk6r4xN1w==", + "type": "package", + "path": "aspnetcore.healthchecks.ui.inmemory.storage/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.ui.inmemory.storage.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.ui.inmemory.storage.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.UI.InMemory.Storage.dll", + "lib/net8.0/HealthChecks.UI.InMemory.Storage.xml" + ] + }, + "AspNetCore.HealthChecks.Uris/9.0.0": { + "sha512": "XYdNlA437KeF8p9qOpZFyNqAN+c0FXt/JjTvzH/Qans0q0O3pPE8KPnn39ucQQjR/Roum1vLTP3kXiUs8VHyuA==", + "type": "package", + "path": "aspnetcore.healthchecks.uris/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.uris.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.uris.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.Uris.dll", + "lib/net8.0/HealthChecks.Uris.xml", + "lib/netstandard2.0/HealthChecks.Uris.dll", + "lib/netstandard2.0/HealthChecks.Uris.xml" ] }, - "Autofac/8.1.1": { - "sha512": "lhHjVB/XJtxPDUQ/FAHWAC7Spu+P9TNfDbyx2W0ABqD1eTRo7TkcZ7l7Oq1S5pKNg7NXswdk9uH73qbOzSwQFA==", + "Autofac/9.0.0": { + "sha512": "G8TpUMVIq1pEAMuAao8h5MKduY91SotjgK93wQb5LaxbJUVE0/XjCA6t2SOp+AkPC3GB/C2MAiF2D7krYjraFw==", "type": "package", - "path": "autofac/8.1.1", + "path": "autofac/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", - "autofac.8.1.1.nupkg.sha512", + "autofac.9.0.0.nupkg.sha512", "autofac.nuspec", "icon.png", - "lib/net6.0/Autofac.dll", - "lib/net6.0/Autofac.xml", - "lib/net7.0/Autofac.dll", - "lib/net7.0/Autofac.xml", + "lib/net10.0/Autofac.dll", + "lib/net10.0/Autofac.xml", "lib/net8.0/Autofac.dll", "lib/net8.0/Autofac.xml", "lib/netstandard2.0/Autofac.dll", @@ -4689,15 +5584,15 @@ "lib/netstandard2.1/Autofac.xml" ] }, - "Autofac.Extensions.DependencyInjection/10.0.0": { - "sha512": "ZjR/onUlP7BzQ7VBBigQepWLAyAzi3VRGX3pP6sBqkPRiT61fsTZqbTpRUKxo30TMgbs1o3y6bpLbETix4SJog==", + "Autofac.Extensions.DependencyInjection/9.0.0": { + "sha512": "tf+//4MBola256qaaVQqQ6tx2R57S8A8BFekRWNpHkpSFzRBPkU+/fEDUSrCjqldK/B2zRoDbsMcQmYy3PYGWg==", "type": "package", - "path": "autofac.extensions.dependencyinjection/10.0.0", + "path": "autofac.extensions.dependencyinjection/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", - "autofac.extensions.dependencyinjection.10.0.0.nupkg.sha512", + "autofac.extensions.dependencyinjection.9.0.0.nupkg.sha512", "autofac.extensions.dependencyinjection.nuspec", "icon.png", "lib/net6.0/Autofac.Extensions.DependencyInjection.dll", @@ -4712,28 +5607,24 @@ "lib/netstandard2.1/Autofac.Extensions.DependencyInjection.xml" ] }, - "Azure.Core/1.36.0": { - "sha512": "vwqFZdHS4dzPlI7FFRkPx9ctA+aGGeRev3gnzG8lntWvKMmBhAmulABi1O9CEvS3/jzYt7yA+0pqVdxkpAd7dQ==", + "Azure.Core/1.38.0": { + "sha512": "IuEgCoVA0ef7E4pQtpC3+TkPbzaoQfa77HlfJDmfuaJUCVJmn7fT0izamZiryW5sYUFKizsftIxMkXKbgIcPMQ==", "type": "package", - "path": "azure.core/1.36.0", + "path": "azure.core/1.38.0", "files": [ ".nupkg.metadata", ".signature.p7s", "CHANGELOG.md", "README.md", - "azure.core.1.36.0.nupkg.sha512", + "azure.core.1.38.0.nupkg.sha512", "azure.core.nuspec", "azureicon.png", "lib/net461/Azure.Core.dll", "lib/net461/Azure.Core.xml", "lib/net472/Azure.Core.dll", "lib/net472/Azure.Core.xml", - "lib/net5.0/Azure.Core.dll", - "lib/net5.0/Azure.Core.xml", "lib/net6.0/Azure.Core.dll", "lib/net6.0/Azure.Core.xml", - "lib/netcoreapp2.1/Azure.Core.dll", - "lib/netcoreapp2.1/Azure.Core.xml", "lib/netstandard2.0/Azure.Core.dll", "lib/netstandard2.0/Azure.Core.xml" ] @@ -4754,6 +5645,22 @@ "lib/netstandard2.0/Azure.Core.Amqp.xml" ] }, + "Azure.Identity/1.11.4": { + "sha512": "Sf4BoE6Q3jTgFkgBkx7qztYOFELBCo+wQgpYDwal/qJ1unBH73ywPztIJKXBXORRzAeNijsuxhk94h0TIMvfYg==", + "type": "package", + "path": "azure.identity/1.11.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.identity.1.11.4.nupkg.sha512", + "azure.identity.nuspec", + "azureicon.png", + "lib/netstandard2.0/Azure.Identity.dll", + "lib/netstandard2.0/Azure.Identity.xml" + ] + }, "Azure.Messaging.ServiceBus/7.17.0": { "sha512": "lpQXW+8IsTsCp8hvMIiqcp0oLYgxc79g7ALYUOOXiZy/3WORlaN237eNx0LCX40wTo7hLtdbVrmoUa+kIohGpg==", "type": "package", @@ -4770,79 +5677,57 @@ "lib/netstandard2.0/Azure.Messaging.ServiceBus.xml" ] }, - "Fractions/7.2.1": { - "sha512": "1gVCo18/02ZZOJ+dcpVNMsUHF6cLmltMMskUWl2G1l+0OmTTvcwJZq5/JXIVpvOzPM3gDLombsloGMlTQNcv9g==", + "Fractions/7.3.0": { + "sha512": "2bETFWLBc8b7Ut2SVi+bxhGVwiSpknHYGBh2PADyGWONLkTxT7bKyDRhF8ao+XUv90tq8Fl7GTPxSI5bacIRJw==", "type": "package", - "path": "fractions/7.2.1", + "path": "fractions/7.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Fraction.png", "Readme.md", - "fractions.7.2.1.nupkg.sha512", + "fractions.7.3.0.nupkg.sha512", "fractions.nuspec", "lib/netstandard2.0/Fractions.dll", - "lib/netstandard2.0/Fractions.pdb", "lib/netstandard2.0/Fractions.xml", "lib/netstandard2.1/Fractions.dll", - "lib/netstandard2.1/Fractions.pdb", "lib/netstandard2.1/Fractions.xml", "license.txt" ] }, - "IdentityModel/5.2.0": { - "sha512": "nuhkbaDH9l5QzNJp2MtP3qio57MPtiRneUN8Ocr7od0JvSYaIe3gBj/vxllr11S/Qvu1AG4GZXoyv5469ewYDA==", - "type": "package", - "path": "identitymodel/5.2.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "icon.jpg", - "identitymodel.5.2.0.nupkg.sha512", - "identitymodel.nuspec", - "lib/net461/IdentityModel.dll", - "lib/net461/IdentityModel.pdb", - "lib/net461/IdentityModel.xml", - "lib/net472/IdentityModel.dll", - "lib/net472/IdentityModel.pdb", - "lib/net472/IdentityModel.xml", - "lib/net5.0/IdentityModel.dll", - "lib/net5.0/IdentityModel.pdb", - "lib/net5.0/IdentityModel.xml", - "lib/netstandard2.0/IdentityModel.dll", - "lib/netstandard2.0/IdentityModel.pdb", - "lib/netstandard2.0/IdentityModel.xml" - ] - }, - "IdentityModel.OidcClient/5.2.1": { - "sha512": "OuPhDNAw/EoJVEmYO6/ChZUBcug4OGoGKTKLUyBCsGhlKegxJk25LYQ0EL7GCBMgkEL+BYNJukNZyaJ+JNaWog==", + "Humanizer.Core/2.14.1": { + "sha512": "lQKvtaTDOXnoVJ20ibTuSIOf2i0uO0MPbDhd1jm238I+U/2ZnRENj0cktKZhtchBMtCUSRQ5v4xBCUbKNmyVMw==", "type": "package", - "path": "identitymodel.oidcclient/5.2.1", + "path": "humanizer.core/2.14.1", "files": [ ".nupkg.metadata", ".signature.p7s", - "icon.jpg", - "identitymodel.oidcclient.5.2.1.nupkg.sha512", - "identitymodel.oidcclient.nuspec", - "lib/netstandard2.0/IdentityModel.OidcClient.dll", - "lib/netstandard2.0/IdentityModel.OidcClient.xml" + "humanizer.core.2.14.1.nupkg.sha512", + "humanizer.core.nuspec", + "lib/net6.0/Humanizer.dll", + "lib/net6.0/Humanizer.xml", + "lib/netstandard1.0/Humanizer.dll", + "lib/netstandard1.0/Humanizer.xml", + "lib/netstandard2.0/Humanizer.dll", + "lib/netstandard2.0/Humanizer.xml", + "logo.png" ] }, - "KubernetesClient/12.1.1": { - "sha512": "Xvc6Kr/W5YUxlMDzy0R80zy+Vd66brS7fSA4COGXu8KZACKPW7+KKS7kxZBLaFYGrUcktXOHpqNNuoukSGcK6A==", + "KubernetesClient/17.0.14": { + "sha512": "FMGWjGtN8WEUKAAQxs96PK2tYvPrvwhoJzay/6HiByVTvHoJ0i9u7ykvYb7E3vLTSlfv26Q2Ktxr41zYCppu8A==", "type": "package", - "path": "kubernetesclient/12.1.1", + "path": "kubernetesclient/17.0.14", "files": [ ".nupkg.metadata", ".signature.p7s", - "kubernetesclient.12.1.1.nupkg.sha512", + "kubernetesclient.17.0.14.nupkg.sha512", "kubernetesclient.nuspec", - "lib/net6.0/KubernetesClient.dll", - "lib/net6.0/KubernetesClient.pdb", - "lib/net6.0/KubernetesClient.xml", - "lib/net7.0/KubernetesClient.dll", - "lib/net7.0/KubernetesClient.pdb", - "lib/net7.0/KubernetesClient.xml", + "lib/net8.0/KubernetesClient.dll", + "lib/net8.0/KubernetesClient.pdb", + "lib/net8.0/KubernetesClient.xml", + "lib/net9.0/KubernetesClient.dll", + "lib/net9.0/KubernetesClient.pdb", + "lib/net9.0/KubernetesClient.xml", "logo.png" ] }, @@ -4896,10 +5781,10 @@ "messagepack.annotations.nuspec" ] }, - "Microsoft.ApplicationInsights/2.22.0": { - "sha512": "3AOM9bZtku7RQwHyMEY3tQMrHIgjcfRDa6YQpd/QG2LDGvMydSlL9Di+8LLMt7J2RDdfJ7/2jdYv6yHcMJAnNw==", + "Microsoft.ApplicationInsights/2.23.0": { + "sha512": "nWArUZTdU7iqZLycLKWe0TDms48KKGE6pONH2terYNa8REXiqixrMOkf1sk5DHGMaUTqONU2YkS4SAXBhLStgw==", "type": "package", - "path": "microsoft.applicationinsights/2.22.0", + "path": "microsoft.applicationinsights/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4913,14 +5798,14 @@ "lib/netstandard2.0/Microsoft.ApplicationInsights.dll", "lib/netstandard2.0/Microsoft.ApplicationInsights.pdb", "lib/netstandard2.0/Microsoft.ApplicationInsights.xml", - "microsoft.applicationinsights.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.2.23.0.nupkg.sha512", "microsoft.applicationinsights.nuspec" ] }, - "Microsoft.ApplicationInsights.AspNetCore/2.22.0": { - "sha512": "OuiZgRDX0zm3a1DRk/GT54ZsyTg8a88n3cpkVEYFJoRhT5X84l2C68BuKrglE0sIj+C0+o2WTR8S21YBD/ZWgA==", + "Microsoft.ApplicationInsights.AspNetCore/2.23.0": { + "sha512": "we/RsIn0Mwf/4ZNGXZixJ0lVD3pqjx2yVeKfqJybgYY/Lib8nnf+8YGJp+ULN3kOk39I0pI/7ZnF9LFy6hS3lw==", "type": "package", - "path": "microsoft.applicationinsights.aspnetcore/2.22.0", + "path": "microsoft.applicationinsights.aspnetcore/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4928,14 +5813,14 @@ "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.dll", "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.pdb", "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.xml", - "microsoft.applicationinsights.aspnetcore.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.aspnetcore.2.23.0.nupkg.sha512", "microsoft.applicationinsights.aspnetcore.nuspec" ] }, - "Microsoft.ApplicationInsights.DependencyCollector/2.22.0": { - "sha512": "gseSmuCshdZqcn5r6EW1Zx52e5/p2RpAsHSanlxs8pq+Pbg1RZP678tXtxfVuHC0fA3MVV852pnfFC7ZGB0jew==", + "Microsoft.ApplicationInsights.DependencyCollector/2.23.0": { + "sha512": "9YRdl9SNbTxd4AafJckyoJLr5gJdnvqFivjo+PY0lQTPEncPB+z3ZABG4iDfxN9HI1aLqyRINr1/7de9Wg8ZuQ==", "type": "package", - "path": "microsoft.applicationinsights.dependencycollector/2.22.0", + "path": "microsoft.applicationinsights.dependencycollector/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4950,14 +5835,14 @@ "lib/netstandard2.0/Microsoft.AI.DependencyCollector.dll", "lib/netstandard2.0/Microsoft.AI.DependencyCollector.pdb", "lib/netstandard2.0/Microsoft.AI.DependencyCollector.xml", - "microsoft.applicationinsights.dependencycollector.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.dependencycollector.2.23.0.nupkg.sha512", "microsoft.applicationinsights.dependencycollector.nuspec" ] }, - "Microsoft.ApplicationInsights.EventCounterCollector/2.22.0": { - "sha512": "/fXUyZIMwaWfETgire4fygaBhY8J+hXvTVhSFXKV0JOFBenzzU4smGW8iRUFhE534a3QrczuFfmfCCkXRKbsNg==", + "Microsoft.ApplicationInsights.EventCounterCollector/2.23.0": { + "sha512": "gGt0JPw2dcSeIAIefyORJBdeMz8KgAFIktu8HV/NwkiGmLyw+YtifLm6B5gvGxO15AeMsGPbmvWEIvLfq88XPw==", "type": "package", - "path": "microsoft.applicationinsights.eventcountercollector/2.22.0", + "path": "microsoft.applicationinsights.eventcountercollector/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4965,30 +5850,30 @@ "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.dll", "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.pdb", "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.xml", - "microsoft.applicationinsights.eventcountercollector.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.eventcountercollector.2.23.0.nupkg.sha512", "microsoft.applicationinsights.eventcountercollector.nuspec" ] }, - "Microsoft.ApplicationInsights.Kubernetes/7.0.0": { - "sha512": "NF7HsDqEPTLkqnm2NyA+xBLE4qzEaY5UEkdhywGeZgI0hjrpbjuFafrZOZPjqMV38WXZ24yv7c4K251+9OgOfw==", + "Microsoft.ApplicationInsights.Kubernetes/8.0.0": { + "sha512": "8KosvcFQZPtdqr9taaDUEKMsr3j4S7r62sze4fs8vkCTD0oDIR5MRtOUBh86zaWsBegqNuN0J8lEiIq2inRopw==", "type": "package", - "path": "microsoft.applicationinsights.kubernetes/7.0.0", + "path": "microsoft.applicationinsights.kubernetes/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "LICENSE", "Readme.Nuget.md", "images/icon.png", - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll", - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.xml", - "microsoft.applicationinsights.kubernetes.7.0.0.nupkg.sha512", + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.dll", + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.xml", + "microsoft.applicationinsights.kubernetes.8.0.0.nupkg.sha512", "microsoft.applicationinsights.kubernetes.nuspec" ] }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.22.0": { - "sha512": "nExsJsbN7694ueUNNBms/UNgza9WH4W/I6i5CnF9ujJ1sp57EL5Uk0NP9MDwlLVtYaaiznKPatVSv3Nu8vAplw==", + "Microsoft.ApplicationInsights.PerfCounterCollector/2.23.0": { + "sha512": "q9ApjZfBS9O8m3aQM2oVjsGBmlE8BCFywT7UR+8aqdNuz7HpoIxw4jHy0XOBergiFX/olrJF4OyPkGxc3H5JHg==", "type": "package", - "path": "microsoft.applicationinsights.perfcountercollector/2.22.0", + "path": "microsoft.applicationinsights.perfcountercollector/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5003,14 +5888,14 @@ "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.dll", "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.pdb", "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.xml", - "microsoft.applicationinsights.perfcountercollector.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.perfcountercollector.2.23.0.nupkg.sha512", "microsoft.applicationinsights.perfcountercollector.nuspec" ] }, - "Microsoft.ApplicationInsights.WindowsServer/2.22.0": { - "sha512": "9k1x1+Kq1fElvcv0o/w9w8tRWAa2Y0f4NPBeHF5b2xCety4GM1yv3K3Ra0lZwO3kW0SHlm9M8nrySuyKQlHyYA==", + "Microsoft.ApplicationInsights.WindowsServer/2.23.0": { + "sha512": "2B8CGfnB/tribkQAqRBhMvJYJK5TkEPMG/BB0QrlxdwVGEufayNLMveXjkQCqld9arXd6wKR1ve2XmkA0+xXKQ==", "type": "package", - "path": "microsoft.applicationinsights.windowsserver/2.22.0", + "path": "microsoft.applicationinsights.windowsserver/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5025,14 +5910,14 @@ "lib/netstandard2.0/Microsoft.AI.WindowsServer.dll", "lib/netstandard2.0/Microsoft.AI.WindowsServer.pdb", "lib/netstandard2.0/Microsoft.AI.WindowsServer.xml", - "microsoft.applicationinsights.windowsserver.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.windowsserver.2.23.0.nupkg.sha512", "microsoft.applicationinsights.windowsserver.nuspec" ] }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.22.0": { - "sha512": "Blb6S8UJSJ/jo6mxeO38gKgui75D2brp5NpXJoZUhyJzfmYsfhn7a4t5f+CDfAKyvie7sQB2FIzeEDQSiRE5zw==", + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.23.0": { + "sha512": "798Dudr4tkujslk1w+XcXOcCErmVsk+nhp+QCHLa3lcgi25vkAxBmzPUeQlRJVCNL/1f4x/YF+vQZ8RSuTXWCw==", "type": "package", - "path": "microsoft.applicationinsights.windowsserver.telemetrychannel/2.22.0", + "path": "microsoft.applicationinsights.windowsserver.telemetrychannel/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5047,7 +5932,7 @@ "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.dll", "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.pdb", "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.xml", - "microsoft.applicationinsights.windowsserver.telemetrychannel.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.windowsserver.telemetrychannel.2.23.0.nupkg.sha512", "microsoft.applicationinsights.windowsserver.telemetrychannel.nuspec" ] }, @@ -5086,6 +5971,82 @@ "microsoft.aspnetcore.authorization.nuspec" ] }, + "Microsoft.AspNetCore.Cryptography.Internal/9.0.0": { + "sha512": "M1dzTEl+2+RqT4vWcqEpWasPXHd58wC93U7QMlmPSmx+qixyVxCQjZ183wr7Wa68b4pF7wC501MU9rdA0ZNhMg==", + "type": "package", + "path": "microsoft.aspnetcore.cryptography.internal/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.AspNetCore.Cryptography.Internal.dll", + "lib/net462/Microsoft.AspNetCore.Cryptography.Internal.xml", + "lib/net9.0/Microsoft.AspNetCore.Cryptography.Internal.dll", + "lib/net9.0/Microsoft.AspNetCore.Cryptography.Internal.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.xml", + "microsoft.aspnetcore.cryptography.internal.9.0.0.nupkg.sha512", + "microsoft.aspnetcore.cryptography.internal.nuspec" + ] + }, + "Microsoft.AspNetCore.DataProtection/9.0.0": { + "sha512": "mrhTnqMHkaVmaNZOWobg7ior5BELrlC5dC2r3FMVwT0bfOlonOe76B83e3D98Cl/zR5Szhfok2BQmkw6xDvHfg==", + "type": "package", + "path": "microsoft.aspnetcore.dataprotection/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.AspNetCore.DataProtection.dll", + "lib/net462/Microsoft.AspNetCore.DataProtection.xml", + "lib/net9.0/Microsoft.AspNetCore.DataProtection.dll", + "lib/net9.0/Microsoft.AspNetCore.DataProtection.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.xml", + "microsoft.aspnetcore.dataprotection.9.0.0.nupkg.sha512", + "microsoft.aspnetcore.dataprotection.nuspec" + ] + }, + "Microsoft.AspNetCore.DataProtection.Abstractions/9.0.0": { + "sha512": "o7JVGMXofZ4IuQdyoL0eKC1GnNmviZt2aI7CGHnQjqbz9hIrYim3DUfCKpvKaVzLWfzfgmwaXNg8Zx7fFQaBbA==", + "type": "package", + "path": "microsoft.aspnetcore.dataprotection.abstractions/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.AspNetCore.DataProtection.Abstractions.dll", + "lib/net462/Microsoft.AspNetCore.DataProtection.Abstractions.xml", + "lib/net9.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll", + "lib/net9.0/Microsoft.AspNetCore.DataProtection.Abstractions.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.xml", + "microsoft.aspnetcore.dataprotection.abstractions.9.0.0.nupkg.sha512", + "microsoft.aspnetcore.dataprotection.abstractions.nuspec" + ] + }, + "Microsoft.AspNetCore.DataProtection.StackExchangeRedis/9.0.0": { + "sha512": "yqFoLg7TMZfbEVvC2bUV3VDZ4KeRaefmEiGUIrTLoZm9Qqs6f0lNpE3EpBOPjhbGs6oWkjofntqhPXyzYoMVIw==", + "type": "package", + "path": "microsoft.aspnetcore.dataprotection.stackexchangeredis/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.dll", + "lib/net462/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.xml", + "lib/net9.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.dll", + "lib/net9.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.xml", + "microsoft.aspnetcore.dataprotection.stackexchangeredis.9.0.0.nupkg.sha512", + "microsoft.aspnetcore.dataprotection.stackexchangeredis.nuspec" + ] + }, "Microsoft.AspNetCore.HealthChecks/1.0.0": { "sha512": "skfSWx0dJWPc5NKePzPYp8sse4/li4LTrMrM1qDQK4Eq/eEn/syz1rjAQ7K0CwvLeS+7vdERUJ3v//c0oFUuIg==", "type": "package", @@ -5106,6 +6067,7 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.xml", "microsoft.aspnetcore.hosting.2.1.1.nupkg.sha512", "microsoft.aspnetcore.hosting.nuspec" ] @@ -5144,6 +6106,7 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Http.xml", "microsoft.aspnetcore.http.2.1.22.nupkg.sha512", "microsoft.aspnetcore.http.nuspec" ] @@ -5169,6 +6132,7 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.xml", "microsoft.aspnetcore.http.extensions.2.1.1.nupkg.sha512", "microsoft.aspnetcore.http.extensions.nuspec" ] @@ -5228,6 +6192,7 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.xml", "microsoft.aspnetcore.webutilities.2.1.1.nupkg.sha512", "microsoft.aspnetcore.webutilities.nuspec" ] @@ -5264,6 +6229,7 @@ "CHANGELOG.md", "README.md", "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll", + "lib/netstandard2.0/Microsoft.Azure.ServiceBus.xml", "microsoft.azure.servicebus.5.2.0.nupkg.sha512", "microsoft.azure.servicebus.nuspec", "pkgicon.png" @@ -5279,16 +6245,18 @@ "build/Microsoft.Azure.Services.AppAuthentication.targets", "lib/net452/Microsoft.Azure.Services.AppAuthentication.dll", "lib/net452/Microsoft.Azure.Services.AppAuthentication.runtimeconfig.json", + "lib/net452/Microsoft.Azure.Services.AppAuthentication.xml", "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll", "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.runtimeconfig.json", + "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.xml", "microsoft.azure.services.appauthentication.1.0.3.nupkg.sha512", "microsoft.azure.services.appauthentication.nuspec" ] }, - "Microsoft.Bcl.AsyncInterfaces/1.1.1": { - "sha512": "yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==", + "Microsoft.Bcl.AsyncInterfaces/6.0.0": { + "sha512": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg==", "type": "package", - "path": "microsoft.bcl.asyncinterfaces/1.1.1", + "path": "microsoft.bcl.asyncinterfaces/6.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5296,68 +6264,402 @@ "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/net461/Microsoft.Bcl.AsyncInterfaces.dll", + "lib/net461/Microsoft.Bcl.AsyncInterfaces.xml", "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll", + "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.xml", "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll", - "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512", + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml", + "microsoft.bcl.asyncinterfaces.6.0.0.nupkg.sha512", "microsoft.bcl.asyncinterfaces.nuspec", - "ref/net461/Microsoft.Bcl.AsyncInterfaces.dll", - "ref/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll", - "ref/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll", - "useSharedDesignerContext.txt", - "version.txt" + "useSharedDesignerContext.txt" ] }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": { - "sha512": "HS3iRWZKcUw/8eZ/08GXKY2Bn7xNzQPzf8gRPHGSowX7u7XXu9i9YEaBeBNKUXWfI7qjvT2zXtLUvbN0hds8vg==", + "Microsoft.CodeAnalysis.Analyzers/3.3.3": { + "sha512": "j/rOZtLMVJjrfLRlAMckJLPW/1rze9MT1yfWqSIbUPGRu1m1P0fuo9PmqapwsmePfGB5PJrudQLvmUOAMF0DqQ==", "type": "package", - "path": "microsoft.codeanalysis.analyzers/1.1.0", + "path": "microsoft.codeanalysis.analyzers/3.3.3", "hasTools": true, "files": [ ".nupkg.metadata", ".signature.p7s", + "Icon.png", "ThirdPartyNotices.rtf", "analyzers/dotnet/cs/Microsoft.CodeAnalysis.Analyzers.dll", "analyzers/dotnet/cs/Microsoft.CodeAnalysis.CSharp.Analyzers.dll", + "analyzers/dotnet/cs/cs/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/de/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/es/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/fr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/it/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/ja/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/ko/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/pl/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/pt-BR/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/ru/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/tr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/zh-Hans/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/zh-Hant/Microsoft.CodeAnalysis.Analyzers.resources.dll", "analyzers/dotnet/vb/Microsoft.CodeAnalysis.Analyzers.dll", "analyzers/dotnet/vb/Microsoft.CodeAnalysis.VisualBasic.Analyzers.dll", - "microsoft.codeanalysis.analyzers.1.1.0.nupkg.sha512", + "analyzers/dotnet/vb/cs/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/de/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/es/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/fr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/it/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/ja/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/ko/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/pl/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/pt-BR/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/ru/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/tr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/zh-Hans/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/zh-Hant/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "build/Microsoft.CodeAnalysis.Analyzers.props", + "build/Microsoft.CodeAnalysis.Analyzers.targets", + "build/config/analysislevel_2_9_8_all.editorconfig", + "build/config/analysislevel_2_9_8_default.editorconfig", + "build/config/analysislevel_2_9_8_minimum.editorconfig", + "build/config/analysislevel_2_9_8_none.editorconfig", + "build/config/analysislevel_2_9_8_recommended.editorconfig", + "build/config/analysislevel_3_3_all.editorconfig", + "build/config/analysislevel_3_3_default.editorconfig", + "build/config/analysislevel_3_3_minimum.editorconfig", + "build/config/analysislevel_3_3_none.editorconfig", + "build/config/analysislevel_3_3_recommended.editorconfig", + "build/config/analysislevel_3_all.editorconfig", + "build/config/analysislevel_3_default.editorconfig", + "build/config/analysislevel_3_minimum.editorconfig", + "build/config/analysislevel_3_none.editorconfig", + "build/config/analysislevel_3_recommended.editorconfig", + "build/config/analysislevelcorrectness_2_9_8_all.editorconfig", + "build/config/analysislevelcorrectness_2_9_8_default.editorconfig", + "build/config/analysislevelcorrectness_2_9_8_minimum.editorconfig", + "build/config/analysislevelcorrectness_2_9_8_none.editorconfig", + "build/config/analysislevelcorrectness_2_9_8_recommended.editorconfig", + "build/config/analysislevelcorrectness_3_3_all.editorconfig", + "build/config/analysislevelcorrectness_3_3_default.editorconfig", + "build/config/analysislevelcorrectness_3_3_minimum.editorconfig", + "build/config/analysislevelcorrectness_3_3_none.editorconfig", + "build/config/analysislevelcorrectness_3_3_recommended.editorconfig", + "build/config/analysislevelcorrectness_3_all.editorconfig", + "build/config/analysislevelcorrectness_3_default.editorconfig", + "build/config/analysislevelcorrectness_3_minimum.editorconfig", + "build/config/analysislevelcorrectness_3_none.editorconfig", + "build/config/analysislevelcorrectness_3_recommended.editorconfig", + "build/config/analysislevellibrary_2_9_8_all.editorconfig", + "build/config/analysislevellibrary_2_9_8_default.editorconfig", + "build/config/analysislevellibrary_2_9_8_minimum.editorconfig", + "build/config/analysislevellibrary_2_9_8_none.editorconfig", + "build/config/analysislevellibrary_2_9_8_recommended.editorconfig", + "build/config/analysislevellibrary_3_3_all.editorconfig", + "build/config/analysislevellibrary_3_3_default.editorconfig", + "build/config/analysislevellibrary_3_3_minimum.editorconfig", + "build/config/analysislevellibrary_3_3_none.editorconfig", + "build/config/analysislevellibrary_3_3_recommended.editorconfig", + "build/config/analysislevellibrary_3_all.editorconfig", + "build/config/analysislevellibrary_3_default.editorconfig", + "build/config/analysislevellibrary_3_minimum.editorconfig", + "build/config/analysislevellibrary_3_none.editorconfig", + "build/config/analysislevellibrary_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_recommended.editorconfig", + "documentation/Analyzer Configuration.md", + "documentation/Microsoft.CodeAnalysis.Analyzers.md", + "documentation/Microsoft.CodeAnalysis.Analyzers.sarif", + "editorconfig/AllRulesDefault/.editorconfig", + "editorconfig/AllRulesDisabled/.editorconfig", + "editorconfig/AllRulesEnabled/.editorconfig", + "editorconfig/CorrectnessRulesDefault/.editorconfig", + "editorconfig/CorrectnessRulesEnabled/.editorconfig", + "editorconfig/DataflowRulesDefault/.editorconfig", + "editorconfig/DataflowRulesEnabled/.editorconfig", + "editorconfig/LibraryRulesDefault/.editorconfig", + "editorconfig/LibraryRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCompatibilityRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCompatibilityRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCorrectnessRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCorrectnessRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDesignRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDesignRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDocumentationRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDocumentationRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisLocalizationRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisLocalizationRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisPerformanceRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisPerformanceRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisReleaseTrackingRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisReleaseTrackingRulesEnabled/.editorconfig", + "editorconfig/PortedFromFxCopRulesDefault/.editorconfig", + "editorconfig/PortedFromFxCopRulesEnabled/.editorconfig", + "microsoft.codeanalysis.analyzers.3.3.3.nupkg.sha512", "microsoft.codeanalysis.analyzers.nuspec", + "rulesets/AllRulesDefault.ruleset", + "rulesets/AllRulesDisabled.ruleset", + "rulesets/AllRulesEnabled.ruleset", + "rulesets/CorrectnessRulesDefault.ruleset", + "rulesets/CorrectnessRulesEnabled.ruleset", + "rulesets/DataflowRulesDefault.ruleset", + "rulesets/DataflowRulesEnabled.ruleset", + "rulesets/LibraryRulesDefault.ruleset", + "rulesets/LibraryRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisCompatibilityRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisCompatibilityRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisCorrectnessRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisCorrectnessRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisDesignRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisDesignRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisDocumentationRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisDocumentationRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisLocalizationRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisLocalizationRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisPerformanceRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisPerformanceRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisReleaseTrackingRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisReleaseTrackingRulesEnabled.ruleset", + "rulesets/PortedFromFxCopRulesDefault.ruleset", + "rulesets/PortedFromFxCopRulesEnabled.ruleset", "tools/install.ps1", "tools/uninstall.ps1" ] }, - "Microsoft.CodeAnalysis.Common/1.3.0": { - "sha512": "V09G35cs0CT1C4Dr1IEOh8IGfnWALEVAOO5JXsqagxXwmYR012TlorQ+vx2eXxfZRKs3gAS/r92gN9kRBLba5A==", + "Microsoft.CodeAnalysis.Common/4.5.0": { + "sha512": "lwAbIZNdnY0SUNoDmZHkVUwLO8UyNnyyh1t/4XsbFxi4Ounb3xszIYZaWhyj5ZjyfcwqwmtMbE7fUTVCqQEIdQ==", "type": "package", - "path": "microsoft.codeanalysis.common/1.3.0", + "path": "microsoft.codeanalysis.common/4.5.0", "files": [ ".nupkg.metadata", ".signature.p7s", + "Icon.png", "ThirdPartyNotices.rtf", - "lib/net45/Microsoft.CodeAnalysis.dll", - "lib/netstandard1.3/Microsoft.CodeAnalysis.dll", - "lib/portable-net45+win8/Microsoft.CodeAnalysis.dll", - "lib/portable-net45+win8/Microsoft.CodeAnalysis.xml", - "microsoft.codeanalysis.common.1.3.0.nupkg.sha512", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.pdb", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.xml", + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", + "microsoft.codeanalysis.common.4.5.0.nupkg.sha512", "microsoft.codeanalysis.common.nuspec" ] }, - "Microsoft.CodeAnalysis.CSharp/1.3.0": { - "sha512": "BgWDIAbSFsHuGeLSn/rljLi51nXqkSo4DZ0qEIrHyPVasrhxEVq7aV8KKZ3HEfSFB+GIhBmOogE+mlOLYg19eg==", + "Microsoft.CodeAnalysis.CSharp/4.5.0": { + "sha512": "cM59oMKAOxvdv76bdmaKPy5hfj+oR+zxikWoueEB7CwTko7mt9sVKZI8Qxlov0C/LuKEG+WQwifepqL3vuTiBQ==", "type": "package", - "path": "microsoft.codeanalysis.csharp/1.3.0", + "path": "microsoft.codeanalysis.csharp/4.5.0", "files": [ ".nupkg.metadata", ".signature.p7s", + "Icon.png", "ThirdPartyNotices.rtf", - "lib/net45/Microsoft.CodeAnalysis.CSharp.dll", - "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll", - "lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.dll", - "lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.xml", - "microsoft.codeanalysis.csharp.1.3.0.nupkg.sha512", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.pdb", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.xml", + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", + "microsoft.codeanalysis.csharp.4.5.0.nupkg.sha512", "microsoft.codeanalysis.csharp.nuspec" ] }, + "Microsoft.CodeAnalysis.CSharp.Workspaces/4.5.0": { + "sha512": "h74wTpmGOp4yS4hj+EvNzEiPgg/KVs2wmSfTZ81upJZOtPkJsVkgfsgtxxqmAeapjT/vLKfmYV0bS8n5MNVP+g==", + "type": "package", + "path": "microsoft.codeanalysis.csharp.workspaces/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.dll", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.pdb", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.xml", + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "microsoft.codeanalysis.csharp.workspaces.4.5.0.nupkg.sha512", + "microsoft.codeanalysis.csharp.workspaces.nuspec" + ] + }, "Microsoft.CodeAnalysis.VisualBasic/1.3.0": { "sha512": "Sf3k8PkTkWqBmXnnblJbvb7ewO6mJzX6WO2t7m04BmOY5qBq6yhhyXnn/BMM+QCec3Arw3X35Zd8f9eBql0qgg==", "type": "package", @@ -5367,13 +6669,60 @@ ".signature.p7s", "ThirdPartyNotices.rtf", "lib/net45/Microsoft.CodeAnalysis.VisualBasic.dll", + "lib/net45/Microsoft.CodeAnalysis.VisualBasic.xml", "lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.dll", + "lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.xml", "lib/portable-net45+win8/Microsoft.CodeAnalysis.VisualBasic.dll", "lib/portable-net45+win8/Microsoft.CodeAnalysis.VisualBasic.xml", "microsoft.codeanalysis.visualbasic.1.3.0.nupkg.sha512", "microsoft.codeanalysis.visualbasic.nuspec" ] }, + "Microsoft.CodeAnalysis.Workspaces.Common/4.5.0": { + "sha512": "l4dDRmGELXG72XZaonnOeORyD/T5RpEu5LGHOUIhnv+MmUWDY/m1kWXGwtcgQ5CJ5ynkFiRnIYzTKXYjUs7rbw==", + "type": "package", + "path": "microsoft.codeanalysis.workspaces.common/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.dll", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.pdb", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.xml", + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "microsoft.codeanalysis.workspaces.common.4.5.0.nupkg.sha512", + "microsoft.codeanalysis.workspaces.common.nuspec" + ] + }, "Microsoft.CSharp/4.7.0": { "sha512": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", "type": "package", @@ -5390,6 +6739,7 @@ "lib/netcoreapp2.0/_._", "lib/netstandard1.3/Microsoft.CSharp.dll", "lib/netstandard2.0/Microsoft.CSharp.dll", + "lib/netstandard2.0/Microsoft.CSharp.xml", "lib/portable-net45+win8+wp8+wpa81/_._", "lib/uap10.0.16299/_._", "lib/win8/_._", @@ -5405,9 +6755,30 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/Microsoft.CSharp.dll", + "ref/netcore50/Microsoft.CSharp.xml", + "ref/netcore50/de/Microsoft.CSharp.xml", + "ref/netcore50/es/Microsoft.CSharp.xml", + "ref/netcore50/fr/Microsoft.CSharp.xml", + "ref/netcore50/it/Microsoft.CSharp.xml", + "ref/netcore50/ja/Microsoft.CSharp.xml", + "ref/netcore50/ko/Microsoft.CSharp.xml", + "ref/netcore50/ru/Microsoft.CSharp.xml", + "ref/netcore50/zh-hans/Microsoft.CSharp.xml", + "ref/netcore50/zh-hant/Microsoft.CSharp.xml", "ref/netcoreapp2.0/_._", "ref/netstandard1.0/Microsoft.CSharp.dll", + "ref/netstandard1.0/Microsoft.CSharp.xml", + "ref/netstandard1.0/de/Microsoft.CSharp.xml", + "ref/netstandard1.0/es/Microsoft.CSharp.xml", + "ref/netstandard1.0/fr/Microsoft.CSharp.xml", + "ref/netstandard1.0/it/Microsoft.CSharp.xml", + "ref/netstandard1.0/ja/Microsoft.CSharp.xml", + "ref/netstandard1.0/ko/Microsoft.CSharp.xml", + "ref/netstandard1.0/ru/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml", "ref/netstandard2.0/Microsoft.CSharp.dll", + "ref/netstandard2.0/Microsoft.CSharp.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/uap10.0.16299/_._", "ref/win8/_._", @@ -5421,38 +6792,270 @@ "version.txt" ] }, - "Microsoft.Extensions.Caching.Abstractions/1.0.0": { - "sha512": "IxlFDVOchL6tdR05bk7EiJvMtvZrVkZXBhkbXqc3GxOHOrHFGcN+92WoWFPeBpdpy8ot/Px5ZdXzt7k+2n1Bdg==", + "Microsoft.Data.SqlClient/5.2.2": { + "sha512": "mtoeRMh7F/OA536c/Cnh8L4H0uLSKB5kSmoi54oN7Fp0hNJDy22IqyMhaMH4PkDCqI7xL//Fvg9ldtuPHG0h5g==", + "type": "package", + "path": "microsoft.data.sqlclient/5.2.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "dotnet.png", + "lib/net462/Microsoft.Data.SqlClient.dll", + "lib/net462/Microsoft.Data.SqlClient.xml", + "lib/net462/de/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/es/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/fr/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/it/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/ja/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/ko/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/pt-BR/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/ru/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/zh-Hans/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/zh-Hant/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/Microsoft.Data.SqlClient.dll", + "lib/net6.0/Microsoft.Data.SqlClient.xml", + "lib/net6.0/de/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/es/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/fr/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/it/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/ja/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/ko/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/pt-BR/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/ru/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/Microsoft.Data.SqlClient.dll", + "lib/net8.0/Microsoft.Data.SqlClient.xml", + "lib/net8.0/de/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/es/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/fr/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/it/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/ja/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/ko/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/pt-BR/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/ru/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/Microsoft.Data.SqlClient.dll", + "lib/netstandard2.0/Microsoft.Data.SqlClient.xml", + "lib/netstandard2.0/de/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/es/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/fr/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/it/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/ja/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/ko/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/ru/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/Microsoft.Data.SqlClient.dll", + "lib/netstandard2.1/Microsoft.Data.SqlClient.xml", + "lib/netstandard2.1/de/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/es/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/fr/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/it/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/ja/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/ko/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/pt-BR/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/ru/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/zh-Hans/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/zh-Hant/Microsoft.Data.SqlClient.resources.dll", + "microsoft.data.sqlclient.5.2.2.nupkg.sha512", + "microsoft.data.sqlclient.nuspec", + "ref/net462/Microsoft.Data.SqlClient.dll", + "ref/net462/Microsoft.Data.SqlClient.xml", + "ref/net6.0/Microsoft.Data.SqlClient.dll", + "ref/net6.0/Microsoft.Data.SqlClient.xml", + "ref/net8.0/Microsoft.Data.SqlClient.dll", + "ref/net8.0/Microsoft.Data.SqlClient.xml", + "ref/netstandard2.0/Microsoft.Data.SqlClient.dll", + "ref/netstandard2.0/Microsoft.Data.SqlClient.xml", + "ref/netstandard2.1/Microsoft.Data.SqlClient.dll", + "ref/netstandard2.1/Microsoft.Data.SqlClient.xml", + "runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll", + "runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll", + "runtimes/unix/lib/netstandard2.0/Microsoft.Data.SqlClient.dll", + "runtimes/unix/lib/netstandard2.1/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/net462/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/netstandard2.0/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/netstandard2.1/Microsoft.Data.SqlClient.dll" + ] + }, + "Microsoft.Data.SqlClient.SNI.runtime/5.2.0": { + "sha512": "po1jhvFd+8pbfvJR/puh+fkHi0GRanAdvayh/0e47yaM6CXWZ6opUjCMFuYlAnD2LcbyvQE7fPJKvogmaUcN+w==", + "type": "package", + "path": "microsoft.data.sqlclient.sni.runtime/5.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "dotnet.png", + "microsoft.data.sqlclient.sni.runtime.5.2.0.nupkg.sha512", + "microsoft.data.sqlclient.sni.runtime.nuspec", + "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll", + "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll", + "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll", + "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll" + ] + }, + "Microsoft.EntityFrameworkCore/8.0.11": { + "sha512": "stbjWBTtpQ1HtqXMFyKnXFTr76PvaOHI2b2h85JqBi3eZr00nspvR/a90Zwh8CQ4rVawqLiTG0+0yZQWaav+sQ==", + "type": "package", + "path": "microsoft.entityframeworkcore/8.0.11", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props", + "lib/net8.0/Microsoft.EntityFrameworkCore.dll", + "lib/net8.0/Microsoft.EntityFrameworkCore.xml", + "microsoft.entityframeworkcore.8.0.11.nupkg.sha512", + "microsoft.entityframeworkcore.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.Abstractions/8.0.11": { + "sha512": "++zY0Ea724ku1jptWJmF7jm3I4IXTexfT4qi1ETcSFFF7qj+qm6rRgN7mTuKkwIETuXk0ikfzudryRjUGrrNKQ==", + "type": "package", + "path": "microsoft.entityframeworkcore.abstractions/8.0.11", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll", + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.xml", + "microsoft.entityframeworkcore.abstractions.8.0.11.nupkg.sha512", + "microsoft.entityframeworkcore.abstractions.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.Analyzers/8.0.11": { + "sha512": "NI/AJQjtC7qgWM8Nr85sRkwlog2AnFer5RKP8xTUH0RuPF3nN0tGXBEeYJOLZWp+/+M/C6O7MMDRhKRE8bZwIA==", + "type": "package", + "path": "microsoft.entityframeworkcore.analyzers/8.0.11", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "analyzers/dotnet/cs/Microsoft.EntityFrameworkCore.Analyzers.dll", + "docs/PACKAGE.md", + "lib/netstandard2.0/_._", + "microsoft.entityframeworkcore.analyzers.8.0.11.nupkg.sha512", + "microsoft.entityframeworkcore.analyzers.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.Design/8.0.11": { + "sha512": "KxOvpbaKiUmbLvenr0T/4F1Vdm0Sq+iajLbesQK7/WKB/Dx+FQHCZ0f5jCXrVWK2QKF9eHzQ5JPA1L6hcb25FQ==", + "type": "package", + "path": "microsoft.entityframeworkcore.design/8.0.11", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "build/net8.0/Microsoft.EntityFrameworkCore.Design.props", + "lib/net8.0/Microsoft.EntityFrameworkCore.Design.dll", + "lib/net8.0/Microsoft.EntityFrameworkCore.Design.xml", + "microsoft.entityframeworkcore.design.8.0.11.nupkg.sha512", + "microsoft.entityframeworkcore.design.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.InMemory/8.0.11": { + "sha512": "gFFdubZlRfudSw94OxO7s8OvLQZncnR0S1ll//wRtZP3mMYVeq8DrMnEILK6hBJwbTBB1SNm3apg9SdvdE/ySg==", + "type": "package", + "path": "microsoft.entityframeworkcore.inmemory/8.0.11", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "lib/net8.0/Microsoft.EntityFrameworkCore.InMemory.dll", + "lib/net8.0/Microsoft.EntityFrameworkCore.InMemory.xml", + "microsoft.entityframeworkcore.inmemory.8.0.11.nupkg.sha512", + "microsoft.entityframeworkcore.inmemory.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.Relational/8.0.11": { + "sha512": "3TuuW3i5I4Ro0yoaHmi2MqEDGObOVuhLaMEnd/heaLB1fcvm4fu4PevmC4BOWnI0vo176AIlV5o4rEQciLoohw==", + "type": "package", + "path": "microsoft.entityframeworkcore.relational/8.0.11", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll", + "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.xml", + "microsoft.entityframeworkcore.relational.8.0.11.nupkg.sha512", + "microsoft.entityframeworkcore.relational.nuspec" + ] + }, + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "sha512": "3KuSxeHoNYdxVYfg2IRZCThcrlJ1XJqIXkAWikCsbm5C/bCjv7G0WoKDyuR98Q+T607QT2Zl5GsbGRkENcV2yQ==", "type": "package", - "path": "microsoft.extensions.caching.abstractions/1.0.0", + "path": "microsoft.extensions.caching.abstractions/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.xml", - "microsoft.extensions.caching.abstractions.1.0.0.nupkg.sha512", - "microsoft.extensions.caching.abstractions.nuspec" + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Caching.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.xml", + "microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.caching.abstractions.nuspec", + "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Caching.Memory/1.0.0": { - "sha512": "6+7zTufCnZ+tfrUo7RbIRR3LB0BxwOwxfXuo0IbLyIvgoToGpWuz5wYEDfCYNOvpig9tY8FA0I1uRHYmITMXMQ==", + "Microsoft.Extensions.Caching.Memory/8.0.1": { + "sha512": "HFDnhYLccngrzyGgHkjEDU5FMLn4MpOsr5ElgsBMC4yx6lJh4jeWO7fHS8+TXPq+dgxCmUa/Trl8svObmwW4QA==", "type": "package", - "path": "microsoft.extensions.caching.memory/1.0.0", + "path": "microsoft.extensions.caching.memory/8.0.1", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net451/Microsoft.Extensions.Caching.Memory.dll", - "lib/net451/Microsoft.Extensions.Caching.Memory.xml", - "lib/netstandard1.3/Microsoft.Extensions.Caching.Memory.dll", - "lib/netstandard1.3/Microsoft.Extensions.Caching.Memory.xml", - "microsoft.extensions.caching.memory.1.0.0.nupkg.sha512", - "microsoft.extensions.caching.memory.nuspec" + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Caching.Memory.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Memory.targets", + "lib/net462/Microsoft.Extensions.Caching.Memory.dll", + "lib/net462/Microsoft.Extensions.Caching.Memory.xml", + "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/net6.0/Microsoft.Extensions.Caching.Memory.xml", + "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/net7.0/Microsoft.Extensions.Caching.Memory.xml", + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/net8.0/Microsoft.Extensions.Caching.Memory.xml", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.xml", + "microsoft.extensions.caching.memory.8.0.1.nupkg.sha512", + "microsoft.extensions.caching.memory.nuspec", + "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration/9.0.0": { - "sha512": "YIMO9T3JL8MeEXgVozKt2v79hquo/EFtnY0vgxmLnUvk1Rei/halI7kOWZL2RBeV9FMGzgM9LZA8CVaNwFMaNA==", + "Microsoft.Extensions.Configuration/9.0.2": { + "sha512": "EBZW+u96tApIvNtjymXEIS44tH0I/jNwABHo4c33AchWOiDWCq2rL3klpnIo+xGrxoVGJzPDISV6hZ+a9C9SzQ==", "type": "package", - "path": "microsoft.extensions.configuration/9.0.0", + "path": "microsoft.extensions.configuration/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5472,15 +7075,15 @@ "lib/net9.0/Microsoft.Extensions.Configuration.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.xml", - "microsoft.extensions.configuration.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "sha512": "lqvd7W3FGKUO1+ZoUEMaZ5XDJeWvjpy2/M/ptCGz3tXLD4HWVaSzjufsAsjemasBEg+2SxXVtYVvGt5r2nKDlg==", + "Microsoft.Extensions.Configuration.Abstractions/9.0.7": { + "sha512": "lut/kiVvNsQ120VERMUYSFhpXPpKjjql+giy03LesASPBBcC0o6+aoFdzJH9GaYpFTQ3fGVhVjKjvJDoAW5/IQ==", "type": "package", - "path": "microsoft.extensions.configuration.abstractions/9.0.0", + "path": "microsoft.extensions.configuration.abstractions/9.0.7", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5500,15 +7103,15 @@ "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.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.abstractions.9.0.7.nupkg.sha512", "microsoft.extensions.configuration.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "sha512": "RiScL99DcyngY9zJA2ROrri7Br8tn5N4hP4YNvGdTN/bvg1A3dwvDOxHnNZ3Im7x2SJ5i4LkX1uPiR/MfSFBLQ==", + "Microsoft.Extensions.Configuration.Binder/9.0.2": { + "sha512": "krJ04xR0aPXrOf5dkNASg6aJjsdzexvsMRL6UNOUjiTzqBvRr95sJ1owoKEm89bSONQCfZNhHrAFV9ahDqIPIw==", "type": "package", - "path": "microsoft.extensions.configuration.binder/9.0.0", + "path": "microsoft.extensions.configuration.binder/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5539,34 +7142,43 @@ "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.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.binder.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.binder.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.CommandLine/6.0.0": { - "sha512": "3nL1qCkZ1Oxx14ZTzgo4MmlO7tso7F+TtMZAY2jUAtTLyAcDp+EDjk3RqafoKiNaePyPvvlleEcBxh3b2Hzl1g==", + "Microsoft.Extensions.Configuration.CommandLine/9.0.2": { + "sha512": "Mud3j7RS/ZBnuk4f0KXemdQCQIke+vIgSTXuGL5cMvXyl2EgipnMCOxG9ZUn+xq0itg3altzE9MuMB0Lx0Emxw==", "type": "package", - "path": "microsoft.extensions.configuration.commandline/6.0.0", + "path": "microsoft.extensions.configuration.commandline/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Configuration.CommandLine.dll", - "lib/net461/Microsoft.Extensions.Configuration.CommandLine.xml", + "buildTransitive/net461/Microsoft.Extensions.Configuration.CommandLine.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.CommandLine.targets", + "lib/net462/Microsoft.Extensions.Configuration.CommandLine.dll", + "lib/net462/Microsoft.Extensions.Configuration.CommandLine.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.CommandLine.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.CommandLine.xml", + "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll", + "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.xml", - "microsoft.extensions.configuration.commandline.6.0.0.nupkg.sha512", + "microsoft.extensions.configuration.commandline.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.commandline.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "sha512": "v5R638eNMxksfXb7MFnkPwLPp+Ym4W/SIGNuoe8qFVVyvygQD5DdLusybmYSJEr9zc1UzWzim/ATKeIOVvOFDg==", + "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.2": { + "sha512": "LZPspiDA0/pBv9JOI17Xdm7DkiRlfnyca2r/QIYu4ApJPe05E+aOphtVj0ncvlnrjGlSsd6JZhKQb9+NeHzM5A==", "type": "package", - "path": "microsoft.extensions.configuration.environmentvariables/9.0.0", + "path": "microsoft.extensions.configuration.environmentvariables/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5586,15 +7198,15 @@ "lib/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", - "microsoft.extensions.configuration.environmentvariables.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.environmentvariables.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.environmentvariables.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "sha512": "4EK93Jcd2lQG4GY6PAw8jGss0ZzFP0vPc1J85mES5fKNuDTqgFXHba9onBw2s18fs3I4vdo2AWyfD1mPAxWSQQ==", + "Microsoft.Extensions.Configuration.FileExtensions/9.0.2": { + "sha512": "tPgue19a0G+8Vb1ShCj4PmhjvVaEOfFb1L89WCr5aEpY1JUgIuYWsfELKf92Njwg53o4C+yWbE4UqbyQtLpKTg==", "type": "package", - "path": "microsoft.extensions.configuration.fileextensions/9.0.0", + "path": "microsoft.extensions.configuration.fileextensions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5614,15 +7226,15 @@ "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "microsoft.extensions.configuration.fileextensions.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.fileextensions.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.fileextensions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "sha512": "WiTK0LrnsqmedrbzwL7f4ZUo+/wByqy2eKab39I380i2rd8ImfCRMrtkqJVGDmfqlkP/YzhckVOwPc5MPrSNpg==", + "Microsoft.Extensions.Configuration.Json/9.0.2": { + "sha512": "u2eIYagO91VmRbKYQ5pmElWC6JWX7GPQbP57EX09zzFcI1ZMPDCykr07ikPB4ecgBZzG+UAhTcViTLe0gSF4WQ==", "type": "package", - "path": "microsoft.extensions.configuration.json/9.0.0", + "path": "microsoft.extensions.configuration.json/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5644,36 +7256,47 @@ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.xml", "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll", "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.xml", - "microsoft.extensions.configuration.json.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.json.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.json.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.UserSecrets/6.0.1": { - "sha512": "Fy8yr4V6obi7ZxvKYI1i85jqtwMq8tqyxQVZpRSkgeA8enqy/KvBIMdcuNdznlxQMZa72mvbHqb7vbg4Pyx95w==", + "Microsoft.Extensions.Configuration.UserSecrets/9.0.2": { + "sha512": "vUBGgnHmmpjtWzmq2z9idJpnOrrStgYqUlqLn1MuSyFkAedeyR8A0I57BdThP060eBEYfhKEBjXaAB/jKmCtiw==", "type": "package", - "path": "microsoft.extensions.configuration.usersecrets/6.0.1", + "path": "microsoft.extensions.configuration.usersecrets/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.UserSecrets.targets", + "buildTransitive/net462/Microsoft.Extensions.Configuration.UserSecrets.props", + "buildTransitive/net462/Microsoft.Extensions.Configuration.UserSecrets.targets", + "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.props", + "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.targets", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.UserSecrets.targets", "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.props", "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.targets", - "lib/net461/Microsoft.Extensions.Configuration.UserSecrets.dll", - "lib/net461/Microsoft.Extensions.Configuration.UserSecrets.xml", + "lib/net462/Microsoft.Extensions.Configuration.UserSecrets.dll", + "lib/net462/Microsoft.Extensions.Configuration.UserSecrets.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.UserSecrets.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.UserSecrets.xml", + "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll", + "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.xml", - "microsoft.extensions.configuration.usersecrets.6.0.1.nupkg.sha512", + "microsoft.extensions.configuration.usersecrets.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.usersecrets.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "sha512": "MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==", + "Microsoft.Extensions.DependencyInjection/9.0.2": { + "sha512": "ZffbJrskOZ40JTzcTyKwFHS5eACSWp2bUQBBApIgGV+es8RaTD4OxUG7XxFr3RIPLXtYQ1jQzF2DjKB5fZn7Qg==", "type": "package", - "path": "microsoft.extensions.dependencyinjection/9.0.0", + "path": "microsoft.extensions.dependencyinjection/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5695,15 +7318,15 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.dependencyinjection.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { - "sha512": "+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==", + "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.2": { + "sha512": "MNe7GSTBf3jQx5vYrXF0NZvn6l7hUKF6J54ENfAgCO8y6xjN1XUmKKWG464LP2ye6QqDiA1dkaWEZBYnhoZzjg==", "type": "package", - "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0", + "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5725,15 +7348,15 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.dependencyinjection.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyModel/8.0.2": { - "sha512": "mUBDZZRgZrSyFOsJ2qJJ9fXfqd/kXJwf3AiDoqLD9m6TjY5OO/vLNOb9fb4juC0487eq4hcGN/M2Rh/CKS7QYw==", + "Microsoft.Extensions.DependencyModel/9.0.0": { + "sha512": "saxr2XzwgDU77LaQfYFXmddEDRUKHF4DaGMZkNB3qjdVSZlax3//dGJagJkKrGMIPNZs2jVFXITyCCR6UHJNdA==", "type": "package", - "path": "microsoft.extensions.dependencymodel/8.0.2", + "path": "microsoft.extensions.dependencymodel/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5743,27 +7366,25 @@ "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets", "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets", "lib/net462/Microsoft.Extensions.DependencyModel.dll", "lib/net462/Microsoft.Extensions.DependencyModel.xml", - "lib/net6.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net6.0/Microsoft.Extensions.DependencyModel.xml", - "lib/net7.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net7.0/Microsoft.Extensions.DependencyModel.xml", "lib/net8.0/Microsoft.Extensions.DependencyModel.dll", "lib/net8.0/Microsoft.Extensions.DependencyModel.xml", + "lib/net9.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net9.0/Microsoft.Extensions.DependencyModel.xml", "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", - "microsoft.extensions.dependencymodel.8.0.2.nupkg.sha512", + "microsoft.extensions.dependencymodel.9.0.0.nupkg.sha512", "microsoft.extensions.dependencymodel.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DiagnosticAdapter/3.1.27": { - "sha512": "IHJmvjE3X+PJLlbRvZHnzVO2CglI9FARYgTPbbUNN85gS4jqS0EM/dGhZGwQpr3P4X0/V/OUtmgHvBipS4KTwQ==", + "Microsoft.Extensions.DiagnosticAdapter/3.1.32": { + "sha512": "oDv3wt+Q5cmaSfOQ3Cdu6dF6sn/x5gzWdNpOq4ajBwCMWYBr6CchncDvB9pF83ORlbDuX32MsVLOPGPxW4Lx4g==", "type": "package", - "path": "microsoft.extensions.diagnosticadapter/3.1.27", + "path": "microsoft.extensions.diagnosticadapter/3.1.32", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5774,14 +7395,41 @@ "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.xml", "lib/netstandard2.0/Microsoft.Extensions.DiagnosticAdapter.dll", "lib/netstandard2.0/Microsoft.Extensions.DiagnosticAdapter.xml", - "microsoft.extensions.diagnosticadapter.3.1.27.nupkg.sha512", + "microsoft.extensions.diagnosticadapter.3.1.32.nupkg.sha512", "microsoft.extensions.diagnosticadapter.nuspec" ] }, - "Microsoft.Extensions.Diagnostics.Abstractions/8.0.0": { - "sha512": "JHYCQG7HmugNYUhOl368g+NMxYE/N/AiclCYRNlgCY9eVyiBkOHMwK4x60RYMxv9EL3+rmj1mqHvdCiPpC+D4Q==", + "Microsoft.Extensions.Diagnostics/9.0.2": { + "sha512": "kwFWk6DPaj1Roc0CExRv+TTwjsiERZA730jQIPlwCcS5tMaCAQtaGfwAK0z8CMFpVTiT+MgKXpd/P50qVCuIgg==", + "type": "package", + "path": "microsoft.extensions.diagnostics/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Diagnostics.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Diagnostics.targets", + "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.9.0.2.nupkg.sha512", + "microsoft.extensions.diagnostics.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Diagnostics.Abstractions/9.0.2": { + "sha512": "kFwIZEC/37cwKuEm/nXvjF7A/Myz9O7c7P9Csgz6AOiiDE62zdOG5Bu7VkROu1oMYaX0wgijPJ5LqVt6+JKjVg==", "type": "package", - "path": "microsoft.extensions.diagnostics.abstractions/8.0.0", + "path": "microsoft.extensions.diagnostics.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5790,27 +7438,25 @@ "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/Microsoft.Extensions.Diagnostics.Abstractions.targets", "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Diagnostics.Abstractions.targets", "lib/net462/Microsoft.Extensions.Diagnostics.Abstractions.dll", "lib/net462/Microsoft.Extensions.Diagnostics.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.Diagnostics.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.Diagnostics.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Diagnostics.Abstractions.dll", - "lib/net7.0/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.8.0.0.nupkg.sha512", + "microsoft.extensions.diagnostics.abstractions.9.0.2.nupkg.sha512", "microsoft.extensions.diagnostics.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Diagnostics.HealthChecks/8.0.0": { - "sha512": "P9SoBuVZhJPpALZmSq72aQEb9ryP67EdquaCZGXGrrcASTNHYdrUhnpgSwIipgM5oVC+dKpRXg5zxobmF9xr5g==", + "Microsoft.Extensions.Diagnostics.HealthChecks/9.0.0": { + "sha512": "cxsK9/Dx7Ka9sfiA1nY8XlSzIaWff5FNRw0+ls8yR+aGzmnah5JGKsTHgQrehjMwGAVud/pjiUZ9MWizfUSkTQ==", "type": "package", - "path": "microsoft.extensions.diagnostics.healthchecks/8.0.0", + "path": "microsoft.extensions.diagnostics.healthchecks/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5818,18 +7464,18 @@ "THIRD-PARTY-NOTICES.TXT", "lib/net462/Microsoft.Extensions.Diagnostics.HealthChecks.dll", "lib/net462/Microsoft.Extensions.Diagnostics.HealthChecks.xml", - "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll", - "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.xml", + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll", + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.xml", "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll", "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.xml", - "microsoft.extensions.diagnostics.healthchecks.8.0.0.nupkg.sha512", + "microsoft.extensions.diagnostics.healthchecks.9.0.0.nupkg.sha512", "microsoft.extensions.diagnostics.healthchecks.nuspec" ] }, - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/8.0.0": { - "sha512": "AT2qqos3IgI09ok36Qag9T8bb6kHJ3uT9Q5ki6CySybFsK6/9JbvQAgAHf1pVEjST0/N4JaFaCbm40R5edffwg==", + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/9.0.0": { + "sha512": "H1IbHm/MnUgEV0N07WrkPBIIoX7isP6IPaqUdZ3CwbMcUVDGIu+okamW28kyDRfIiZqbTbyHuNIkr4ZSHPyvDw==", "type": "package", - "path": "microsoft.extensions.diagnostics.healthchecks.abstractions/8.0.0", + "path": "microsoft.extensions.diagnostics.healthchecks.abstractions/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5837,18 +7483,18 @@ "THIRD-PARTY-NOTICES.TXT", "lib/net462/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll", "lib/net462/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.xml", + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll", + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.xml", "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll", "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.xml", - "microsoft.extensions.diagnostics.healthchecks.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.diagnostics.healthchecks.abstractions.9.0.0.nupkg.sha512", "microsoft.extensions.diagnostics.healthchecks.abstractions.nuspec" ] }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "sha512": "uK439QzYR0q2emLVtYzwyK3x+T5bTY4yWsd/k/ZUS9LR6Sflp8MIdhGXW8kQCd86dQD4tLqvcbLkku8qHY263Q==", + "Microsoft.Extensions.FileProviders.Abstractions/9.0.2": { + "sha512": "IcOBmTlr2jySswU+3x8c3ql87FRwTVPQgVKaV5AXzPT5u0VItfNU8SMbESpdSp5STwxT/1R99WYszgHWsVkzhg==", "type": "package", - "path": "microsoft.extensions.fileproviders.abstractions/9.0.0", + "path": "microsoft.extensions.fileproviders.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5868,15 +7514,15 @@ "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.xml", "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll", "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml", - "microsoft.extensions.fileproviders.abstractions.9.0.0.nupkg.sha512", + "microsoft.extensions.fileproviders.abstractions.9.0.2.nupkg.sha512", "microsoft.extensions.fileproviders.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "sha512": "3+ZUSpOSmie+o8NnLIRqCxSh65XL/ExU7JYnFOg58awDRlY3lVpZ9A369jkoZL1rpsq7LDhEfkn2ghhGaY1y5Q==", + "Microsoft.Extensions.FileProviders.Physical/9.0.2": { + "sha512": "WcPkJx/OAaXG5xHvxYsoLY8qGsyCfHWsbDJtfMtHRWtceF/EmqAsqkHYsouh82gjxdZwfySvj3nGVi8AkwlYhA==", "type": "package", - "path": "microsoft.extensions.fileproviders.physical/9.0.0", + "path": "microsoft.extensions.fileproviders.physical/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5896,15 +7542,15 @@ "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.xml", "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll", "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.xml", - "microsoft.extensions.fileproviders.physical.9.0.0.nupkg.sha512", + "microsoft.extensions.fileproviders.physical.9.0.2.nupkg.sha512", "microsoft.extensions.fileproviders.physical.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": { - "sha512": "jGFKZiXs2HNseK3NK/rfwHNNovER71jSj4BD1a/649ml9+h6oEtYd0GSALZDNW8jZ2Rh+oAeadOa6sagYW1F2A==", + "Microsoft.Extensions.FileSystemGlobbing/9.0.2": { + "sha512": "wAjk+6rvvU4WesskJ6rJX1FYL/S9zvnpqMai/pXb07+gtXpO7DhFfuKzYHwkKN3HAUq2W4CD+YLYenHwAS3DCA==", "type": "package", - "path": "microsoft.extensions.filesystemglobbing/9.0.0", + "path": "microsoft.extensions.filesystemglobbing/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5924,7 +7570,7 @@ "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.xml", "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll", "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "microsoft.extensions.filesystemglobbing.9.0.0.nupkg.sha512", + "microsoft.extensions.filesystemglobbing.9.0.2.nupkg.sha512", "microsoft.extensions.filesystemglobbing.nuspec", "useSharedDesignerContext.txt" ] @@ -5941,35 +7587,40 @@ "microsoft.extensions.healthchecks.nuspec" ] }, - "Microsoft.Extensions.Hosting/6.0.1": { - "sha512": "hbmizc9KPWOacLU8Z8YMaBG6KWdZFppczYV/KwnPGU/8xebWxQxdDeJmLOgg968prb7g2oQgnp6JVLX6lgby8g==", + "Microsoft.Extensions.Hosting/9.0.2": { + "sha512": "h1lUeBuj0Cecg4c0BHpr1jR2UIqr80bGK+eLp4tq4bV13mSvS2juoNfi3Rsv0xV7bXY8HigUndnj6Xk2+4VdFw==", "type": "package", - "path": "microsoft.extensions.hosting/6.0.1", + "path": "microsoft.extensions.hosting/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Hosting.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Hosting.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/Microsoft.Extensions.Hosting.dll", - "lib/net461/Microsoft.Extensions.Hosting.xml", - "lib/net6.0/Microsoft.Extensions.Hosting.dll", - "lib/net6.0/Microsoft.Extensions.Hosting.xml", + "lib/net462/Microsoft.Extensions.Hosting.dll", + "lib/net462/Microsoft.Extensions.Hosting.xml", + "lib/net8.0/Microsoft.Extensions.Hosting.dll", + "lib/net8.0/Microsoft.Extensions.Hosting.xml", + "lib/net9.0/Microsoft.Extensions.Hosting.dll", + "lib/net9.0/Microsoft.Extensions.Hosting.xml", "lib/netstandard2.0/Microsoft.Extensions.Hosting.dll", "lib/netstandard2.0/Microsoft.Extensions.Hosting.xml", "lib/netstandard2.1/Microsoft.Extensions.Hosting.dll", "lib/netstandard2.1/Microsoft.Extensions.Hosting.xml", - "microsoft.extensions.hosting.6.0.1.nupkg.sha512", + "microsoft.extensions.hosting.9.0.2.nupkg.sha512", "microsoft.extensions.hosting.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Hosting.Abstractions/8.0.0": { - "sha512": "AG7HWwVRdCHlaA++1oKDxLsXIBxmDpMPb3VoyOoAghEWnkUvEAdYQUwnV4jJbAaa/nMYNiEh5ByoLauZBEiovg==", + "Microsoft.Extensions.Hosting.Abstractions/9.0.2": { + "sha512": "PvjZW6CMdZbPbOwKsQXYN5VPtIWZQqdTRuBPZiW3skhU3hymB17XSlLVC4uaBbDZU+/3eHG3p80y+MzZxZqR7Q==", "type": "package", - "path": "microsoft.extensions.hosting.abstractions/8.0.0", + "path": "microsoft.extensions.hosting.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5979,45 +7630,57 @@ "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/Microsoft.Extensions.Hosting.Abstractions.targets", "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Hosting.Abstractions.targets", "lib/net462/Microsoft.Extensions.Hosting.Abstractions.dll", "lib/net462/Microsoft.Extensions.Hosting.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.Hosting.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.Hosting.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Hosting.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.Hosting.Abstractions.xml", "lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll", "lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.xml", + "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll", + "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.xml", "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll", "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.xml", "lib/netstandard2.1/Microsoft.Extensions.Hosting.Abstractions.dll", "lib/netstandard2.1/Microsoft.Extensions.Hosting.Abstractions.xml", - "microsoft.extensions.hosting.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.hosting.abstractions.9.0.2.nupkg.sha512", "microsoft.extensions.hosting.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Http/3.1.0": { - "sha512": "DLigdcV0nYaT6/ly0rnfP80BnXq8NNd/h8/SkfY39uio7Bd9LauVntp6RcRh1Kj23N+uf80GgL7Win6P3BCtoQ==", + "Microsoft.Extensions.Http/8.0.0": { + "sha512": "cWz4caHwvx0emoYe7NkHPxII/KkTI8R/LC9qdqJqnKv2poTJ4e2qqPGQqvRoQ5kaSA4FU5IV3qFAuLuOhoqULQ==", "type": "package", - "path": "microsoft.extensions.http/3.1.0", + "path": "microsoft.extensions.http/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/netcoreapp3.1/Microsoft.Extensions.Http.dll", - "lib/netcoreapp3.1/Microsoft.Extensions.Http.xml", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Http.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Http.targets", + "lib/net462/Microsoft.Extensions.Http.dll", + "lib/net462/Microsoft.Extensions.Http.xml", + "lib/net6.0/Microsoft.Extensions.Http.dll", + "lib/net6.0/Microsoft.Extensions.Http.xml", + "lib/net7.0/Microsoft.Extensions.Http.dll", + "lib/net7.0/Microsoft.Extensions.Http.xml", + "lib/net8.0/Microsoft.Extensions.Http.dll", + "lib/net8.0/Microsoft.Extensions.Http.xml", "lib/netstandard2.0/Microsoft.Extensions.Http.dll", "lib/netstandard2.0/Microsoft.Extensions.Http.xml", - "microsoft.extensions.http.3.1.0.nupkg.sha512", + "microsoft.extensions.http.8.0.0.nupkg.sha512", "microsoft.extensions.http.nuspec", - "packageIcon.png" + "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging/9.0.0": { - "sha512": "crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==", + "Microsoft.Extensions.Logging/9.0.2": { + "sha512": "loV/0UNpt2bD+6kCDzFALVE63CDtqzPeC0LAetkdhiEr/tTNbvOlQ7CBResH7BQBd3cikrwiBfaHdyHMFUlc2g==", "type": "package", - "path": "microsoft.extensions.logging/9.0.0", + "path": "microsoft.extensions.logging/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6039,15 +7702,15 @@ "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", - "microsoft.extensions.logging.9.0.0.nupkg.sha512", + "microsoft.extensions.logging.9.0.2.nupkg.sha512", "microsoft.extensions.logging.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "sha512": "g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==", + "Microsoft.Extensions.Logging.Abstractions/9.0.2": { + "sha512": "dV9s2Lamc8jSaqhl2BQSPn/AryDIH2sSbQUyLitLXV0ROmsb+SROnn2cH939JFbsNrnf3mIM3GNRKT7P0ldwLg==", "type": "package", - "path": "microsoft.extensions.logging.abstractions/9.0.0", + "path": "microsoft.extensions.logging.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6110,15 +7773,15 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.logging.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.ApplicationInsights/2.22.0": { - "sha512": "5OmXub+9MyX8FbqgO+hBJRHk1iJ+UZUU20oIU3wo+RbmH6Jtsja79rriHLlzlrkMzWbpCkCzF6f4Yb6iGbsDag==", + "Microsoft.Extensions.Logging.ApplicationInsights/2.23.0": { + "sha512": "JLEabPz445i1yRB0hKZVzJJE35QatRIzWlrMOiBQXr9kBJod0jkpkrBf94ln6kXu+jlEGohnXtuXacPPhybJDw==", "type": "package", - "path": "microsoft.extensions.logging.applicationinsights/2.22.0", + "path": "microsoft.extensions.logging.applicationinsights/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6126,7 +7789,7 @@ "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.pdb", "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.xml", - "microsoft.extensions.logging.applicationinsights.2.22.0.nupkg.sha512", + "microsoft.extensions.logging.applicationinsights.2.23.0.nupkg.sha512", "microsoft.extensions.logging.applicationinsights.nuspec" ] }, @@ -6149,10 +7812,10 @@ "microsoft.extensions.logging.azureappservices.nuspec" ] }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "sha512": "H05HiqaNmg6GjH34ocYE9Wm1twm3Oz2aXZko8GTwGBzM7op2brpAA8pJ5yyD1OpS1mXUtModBYOlcZ/wXeWsSg==", + "Microsoft.Extensions.Logging.Configuration/9.0.2": { + "sha512": "pnwYZE7U6d3Y6iMVqADOAUUMMBGYAQPsT3fMwVr/V1Wdpe5DuVGFcViZavUthSJ5724NmelIl1cYy+kRfKfRPQ==", "type": "package", - "path": "microsoft.extensions.logging.configuration/9.0.0", + "path": "microsoft.extensions.logging.configuration/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6171,122 +7834,138 @@ "lib/net9.0/Microsoft.Extensions.Logging.Configuration.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.xml", - "microsoft.extensions.logging.configuration.9.0.0.nupkg.sha512", + "microsoft.extensions.logging.configuration.9.0.2.nupkg.sha512", "microsoft.extensions.logging.configuration.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.Console/6.0.0": { - "sha512": "gsqKzOEdsvq28QiXFxagmn1oRB9GeI5GgYCkoybZtQA0IUb7QPwf1WmN3AwJeNIsadTvIFQCiVK0OVIgKfOBGg==", + "Microsoft.Extensions.Logging.Console/9.0.2": { + "sha512": "eoMjwiM0WpkVGSxzjo/f94ShreFLYhPMjfkOG04WOb8fq/TztpcWaU8XAkMMWZ+mYSbFYln+FBwUOEriXR4jtA==", "type": "package", - "path": "microsoft.extensions.logging.console/6.0.0", + "path": "microsoft.extensions.logging.console/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Logging.Console.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Console.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/Microsoft.Extensions.Logging.Console.dll", - "lib/net461/Microsoft.Extensions.Logging.Console.xml", - "lib/net6.0/Microsoft.Extensions.Logging.Console.dll", - "lib/net6.0/Microsoft.Extensions.Logging.Console.xml", - "lib/netcoreapp3.1/Microsoft.Extensions.Logging.Console.dll", - "lib/netcoreapp3.1/Microsoft.Extensions.Logging.Console.xml", + "lib/net462/Microsoft.Extensions.Logging.Console.dll", + "lib/net462/Microsoft.Extensions.Logging.Console.xml", + "lib/net8.0/Microsoft.Extensions.Logging.Console.dll", + "lib/net8.0/Microsoft.Extensions.Logging.Console.xml", + "lib/net9.0/Microsoft.Extensions.Logging.Console.dll", + "lib/net9.0/Microsoft.Extensions.Logging.Console.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.Console.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.Console.xml", - "microsoft.extensions.logging.console.6.0.0.nupkg.sha512", + "microsoft.extensions.logging.console.9.0.2.nupkg.sha512", "microsoft.extensions.logging.console.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.Debug/6.0.0": { - "sha512": "M9g/JixseSZATJE9tcMn9uzoD4+DbSglivFqVx8YkRJ7VVPmnvCEbOZ0AAaxsL1EKyI4cz07DXOOJExxNsUOHw==", + "Microsoft.Extensions.Logging.Debug/9.0.2": { + "sha512": "dSrVF+zWBaTS6wANuyjU2avNQMinFdOGpNRXey8jRtMCuKYubtx/f0ZEI6BU/FuQ48wXP4F/SlBE1Khs2G5v/g==", "type": "package", - "path": "microsoft.extensions.logging.debug/6.0.0", + "path": "microsoft.extensions.logging.debug/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Logging.Debug.dll", - "lib/net461/Microsoft.Extensions.Logging.Debug.xml", + "buildTransitive/net461/Microsoft.Extensions.Logging.Debug.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Debug.targets", + "lib/net462/Microsoft.Extensions.Logging.Debug.dll", + "lib/net462/Microsoft.Extensions.Logging.Debug.xml", + "lib/net8.0/Microsoft.Extensions.Logging.Debug.dll", + "lib/net8.0/Microsoft.Extensions.Logging.Debug.xml", + "lib/net9.0/Microsoft.Extensions.Logging.Debug.dll", + "lib/net9.0/Microsoft.Extensions.Logging.Debug.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.xml", - "microsoft.extensions.logging.debug.6.0.0.nupkg.sha512", + "microsoft.extensions.logging.debug.9.0.2.nupkg.sha512", "microsoft.extensions.logging.debug.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.EventLog/6.0.0": { - "sha512": "rlo0RxlMd0WtLG3CHI0qOTp6fFn7MvQjlrCjucA31RqmiMFCZkF8CHNbe8O7tbBIyyoLGWB1he9CbaA5iyHthg==", + "Microsoft.Extensions.Logging.EventLog/9.0.2": { + "sha512": "4u7CexvjWr7eGUAvQOfyJUQ1+PgcWIGYajYXB+CgVI3qTMoi++8evZmuXQ/PSiKJ+SDeJXHoYDKbpmXq/aCwEg==", "type": "package", - "path": "microsoft.extensions.logging.eventlog/6.0.0", + "path": "microsoft.extensions.logging.eventlog/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Logging.EventLog.dll", - "lib/net461/Microsoft.Extensions.Logging.EventLog.xml", + "buildTransitive/net461/Microsoft.Extensions.Logging.EventLog.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.EventLog.targets", + "lib/net462/Microsoft.Extensions.Logging.EventLog.dll", + "lib/net462/Microsoft.Extensions.Logging.EventLog.xml", + "lib/net8.0/Microsoft.Extensions.Logging.EventLog.dll", + "lib/net8.0/Microsoft.Extensions.Logging.EventLog.xml", + "lib/net9.0/Microsoft.Extensions.Logging.EventLog.dll", + "lib/net9.0/Microsoft.Extensions.Logging.EventLog.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.EventLog.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.EventLog.xml", - "microsoft.extensions.logging.eventlog.6.0.0.nupkg.sha512", + "microsoft.extensions.logging.eventlog.9.0.2.nupkg.sha512", "microsoft.extensions.logging.eventlog.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.EventSource/6.0.0": { - "sha512": "BeDyyqt7nkm/nr+Gdk+L8n1tUT/u33VkbXAOesgYSNsxDM9hJ1NOBGoZfj9rCbeD2+9myElI6JOVVFmnzgeWQA==", + "Microsoft.Extensions.Logging.EventSource/9.0.2": { + "sha512": "DvT/+kEL+aydUYSuGamH4YRJ8uDlFiMIcT82A3OsQGZ+lxiPZgTqqu1mYkSz5VMOx3J1+8vjFd2IzA89JkS/oQ==", "type": "package", - "path": "microsoft.extensions.logging.eventsource/6.0.0", + "path": "microsoft.extensions.logging.eventsource/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Logging.EventSource.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.EventSource.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/Microsoft.Extensions.Logging.EventSource.dll", - "lib/net461/Microsoft.Extensions.Logging.EventSource.xml", - "lib/net6.0/Microsoft.Extensions.Logging.EventSource.dll", - "lib/net6.0/Microsoft.Extensions.Logging.EventSource.xml", - "lib/netcoreapp3.1/Microsoft.Extensions.Logging.EventSource.dll", - "lib/netcoreapp3.1/Microsoft.Extensions.Logging.EventSource.xml", + "lib/net462/Microsoft.Extensions.Logging.EventSource.dll", + "lib/net462/Microsoft.Extensions.Logging.EventSource.xml", + "lib/net8.0/Microsoft.Extensions.Logging.EventSource.dll", + "lib/net8.0/Microsoft.Extensions.Logging.EventSource.xml", + "lib/net9.0/Microsoft.Extensions.Logging.EventSource.dll", + "lib/net9.0/Microsoft.Extensions.Logging.EventSource.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.xml", - "microsoft.extensions.logging.eventsource.6.0.0.nupkg.sha512", + "microsoft.extensions.logging.eventsource.9.0.2.nupkg.sha512", "microsoft.extensions.logging.eventsource.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.ObjectPool/7.0.0": { - "sha512": "udvKco0sAVgYGTBnHUb0tY9JQzJ/nPDiv/8PIyz69wl1AibeCDZOLVVI+6156dPfHmJH7ws5oUJRiW4ZmAvuuA==", + "Microsoft.Extensions.ObjectPool/2.1.1": { + "sha512": "SErON45qh4ogDp6lr6UvVmFYW0FERihW+IQ+2JyFv1PUyWktcJytFaWH5zarufJvZwhci7Rf1IyGXr9pVEadTw==", "type": "package", - "path": "microsoft.extensions.objectpool/7.0.0", + "path": "microsoft.extensions.objectpool/2.1.1", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "THIRD-PARTY-NOTICES.TXT", - "lib/net462/Microsoft.Extensions.ObjectPool.dll", - "lib/net462/Microsoft.Extensions.ObjectPool.xml", - "lib/net7.0/Microsoft.Extensions.ObjectPool.dll", - "lib/net7.0/Microsoft.Extensions.ObjectPool.xml", "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll", "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.xml", - "microsoft.extensions.objectpool.7.0.0.nupkg.sha512", + "microsoft.extensions.objectpool.2.1.1.nupkg.sha512", "microsoft.extensions.objectpool.nuspec" ] }, - "Microsoft.Extensions.Options/9.0.0": { - "sha512": "y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==", + "Microsoft.Extensions.Options/9.0.2": { + "sha512": "zr98z+AN8+isdmDmQRuEJ/DAKZGUTHmdv3t0ZzjHvNqvA44nAgkXE9kYtfoN6581iALChhVaSw2Owt+Z2lVbkQ==", "type": "package", - "path": "microsoft.extensions.options/9.0.0", + "path": "microsoft.extensions.options/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6323,15 +8002,15 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.options.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "sha512": "Ob3FXsXkcSMQmGZi7qP07EQ39kZpSBlTcAZLbJLdI4FIf0Jug8biv2HTavWmnTirchctPlq9bl/26CXtQRguzA==", + "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.2": { + "sha512": "OPm1NXdMg4Kb4Kz+YHdbBQfekh7MqQZ7liZ5dYUd+IbJakinv9Fl7Ck6Strbgs0a6E76UGbP/jHR532K/7/feQ==", "type": "package", - "path": "microsoft.extensions.options.configurationextensions/9.0.0", + "path": "microsoft.extensions.options.configurationextensions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6351,15 +8030,15 @@ "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.9.0.0.nupkg.sha512", + "microsoft.extensions.options.configurationextensions.9.0.2.nupkg.sha512", "microsoft.extensions.options.configurationextensions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Primitives/9.0.0": { - "sha512": "N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==", + "Microsoft.Extensions.Primitives/9.0.7": { + "sha512": "ti/zD9BuuO50IqlvhWQs9GHxkCmoph5BHjGiWKdg2t6Or8XoyAfRJiKag+uvd/fpASnNklfsB01WpZ4fhAe0VQ==", "type": "package", - "path": "microsoft.extensions.primitives/9.0.0", + "path": "microsoft.extensions.primitives/9.0.7", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6379,18 +8058,56 @@ "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.9.0.7.nupkg.sha512", "microsoft.extensions.primitives.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.IdentityModel.Abstractions/8.0.1": { - "sha512": "OtlIWcyX01olfdevPKZdIPfBEvbcioDyBiE/Z2lHsopsMD7twcKtlN9kMevHmI5IIPhFpfwCIiR6qHQz1WHUIw==", + "Microsoft.Identity.Client/4.61.3": { + "sha512": "naJo/Qm35Caaoxp5utcw+R8eU8ZtLz2ALh8S+gkekOYQ1oazfCQMWVT4NJ/FnHzdIJlm8dMz0oMpMGCabx5odA==", + "type": "package", + "path": "microsoft.identity.client/4.61.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "lib/net462/Microsoft.Identity.Client.dll", + "lib/net462/Microsoft.Identity.Client.xml", + "lib/net6.0-android31.0/Microsoft.Identity.Client.dll", + "lib/net6.0-android31.0/Microsoft.Identity.Client.xml", + "lib/net6.0-ios15.4/Microsoft.Identity.Client.dll", + "lib/net6.0-ios15.4/Microsoft.Identity.Client.xml", + "lib/net6.0/Microsoft.Identity.Client.dll", + "lib/net6.0/Microsoft.Identity.Client.xml", + "lib/netstandard2.0/Microsoft.Identity.Client.dll", + "lib/netstandard2.0/Microsoft.Identity.Client.xml", + "microsoft.identity.client.4.61.3.nupkg.sha512", + "microsoft.identity.client.nuspec" + ] + }, + "Microsoft.Identity.Client.Extensions.Msal/4.61.3": { + "sha512": "PWnJcznrSGr25MN8ajlc2XIDW4zCFu0U6FkpaNLEWLgd1NgFCp5uDY3mqLDgM8zCN8hqj8yo5wHYfLB2HjcdGw==", + "type": "package", + "path": "microsoft.identity.client.extensions.msal/4.61.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll", + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.xml", + "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll", + "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.xml", + "microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512", + "microsoft.identity.client.extensions.msal.nuspec" + ] + }, + "Microsoft.IdentityModel.Abstractions/8.6.0": { + "sha512": "ewgV0sc2B3tjes8+OCRGE08Uxsey3qFfOD8vNq2gTs9k0/zPZ0MejK7Cb/eAW2c2Oz+IQHqgZkTycrAKYBD5yw==", "type": "package", - "path": "microsoft.identitymodel.abstractions/8.0.1", + "path": "microsoft.identitymodel.abstractions/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", + "README.md", "lib/net462/Microsoft.IdentityModel.Abstractions.dll", "lib/net462/Microsoft.IdentityModel.Abstractions.xml", "lib/net472/Microsoft.IdentityModel.Abstractions.dll", @@ -6403,7 +8120,7 @@ "lib/net9.0/Microsoft.IdentityModel.Abstractions.xml", "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", - "microsoft.identitymodel.abstractions.8.0.1.nupkg.sha512", + "microsoft.identitymodel.abstractions.8.6.0.nupkg.sha512", "microsoft.identitymodel.abstractions.nuspec" ] }, @@ -6417,30 +8134,36 @@ "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML", "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML", "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML", "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML", "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/portable-net45+win/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", "lib/portable-net45+win/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "microsoft.identitymodel.clients.activedirectory.3.14.2.nupkg.sha512", "microsoft.identitymodel.clients.activedirectory.nuspec" ] }, - "Microsoft.IdentityModel.JsonWebTokens/8.0.1": { - "sha512": "s6++gF9x0rQApQzOBbSyp4jUaAlwm+DroKfL8gdOHxs83k8SJfUXhuc46rDB3rNXBQ1MVRxqKUrqFhO/M0E97g==", + "Microsoft.IdentityModel.JsonWebTokens/8.6.0": { + "sha512": "g/CFN/OzAhJb9a94ep6/xv4b9fOUL8heFkKDwC/HNb17tUDOIPN5iVawisfZ0p1xjJlmVyYWIggnECqIfX8Rfw==", "type": "package", - "path": "microsoft.identitymodel.jsonwebtokens/8.0.1", + "path": "microsoft.identitymodel.jsonwebtokens/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", + "README.md", "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll", "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml", "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", @@ -6453,17 +8176,18 @@ "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.xml", "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "microsoft.identitymodel.jsonwebtokens.8.0.1.nupkg.sha512", + "microsoft.identitymodel.jsonwebtokens.8.6.0.nupkg.sha512", "microsoft.identitymodel.jsonwebtokens.nuspec" ] }, - "Microsoft.IdentityModel.Logging/8.0.1": { - "sha512": "UCPF2exZqBXe7v/6sGNiM6zCQOUXXQ9+v5VTb9gPB8ZSUPnX53BxlN78v2jsbIvK9Dq4GovQxo23x8JgWvm/Qg==", + "Microsoft.IdentityModel.Logging/8.6.0": { + "sha512": "PqkPSoENwbGQenGQT270hZIt5p36Ta4YwDla4QId6LdqCeUDus63OChHBv+3AgujFVeBJlRrvmkN7H+Lug+u0g==", "type": "package", - "path": "microsoft.identitymodel.logging/8.0.1", + "path": "microsoft.identitymodel.logging/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", + "README.md", "lib/net462/Microsoft.IdentityModel.Logging.dll", "lib/net462/Microsoft.IdentityModel.Logging.xml", "lib/net472/Microsoft.IdentityModel.Logging.dll", @@ -6476,7 +8200,7 @@ "lib/net9.0/Microsoft.IdentityModel.Logging.xml", "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", - "microsoft.identitymodel.logging.8.0.1.nupkg.sha512", + "microsoft.identitymodel.logging.8.6.0.nupkg.sha512", "microsoft.identitymodel.logging.nuspec" ] }, @@ -6526,13 +8250,14 @@ "microsoft.identitymodel.protocols.openidconnect.nuspec" ] }, - "Microsoft.IdentityModel.Tokens/8.0.1": { - "sha512": "kDimB6Dkd3nkW2oZPDkMkVHfQt3IDqO5gL0oa8WVy3OP4uE8Ij+8TXnqg9TOd9ufjsY3IDiGz7pCUbnfL18tjg==", + "Microsoft.IdentityModel.Tokens/8.6.0": { + "sha512": "ga4ASKm8EezJ+Oj4uvTNE0xjIWy27Ix5pOZz737CnLzxv7ClFnelX+YWbFuiO1Qj2zVoIpsPqKJRGHGlpFF6eQ==", "type": "package", - "path": "microsoft.identitymodel.tokens/8.0.1", + "path": "microsoft.identitymodel.tokens/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", + "README.md", "lib/net462/Microsoft.IdentityModel.Tokens.dll", "lib/net462/Microsoft.IdentityModel.Tokens.xml", "lib/net472/Microsoft.IdentityModel.Tokens.dll", @@ -6545,7 +8270,7 @@ "lib/net9.0/Microsoft.IdentityModel.Tokens.xml", "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", - "microsoft.identitymodel.tokens.8.0.1.nupkg.sha512", + "microsoft.identitymodel.tokens.8.6.0.nupkg.sha512", "microsoft.identitymodel.tokens.nuspec" ] }, @@ -6661,19 +8386,21 @@ "runtime.json" ] }, - "Microsoft.NETCore.Platforms/1.1.0": { - "sha512": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", + "Microsoft.NETCore.Platforms/3.1.0": { + "sha512": "z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==", "type": "package", - "path": "microsoft.netcore.platforms/1.1.0", + "path": "microsoft.netcore.platforms/3.1.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", "lib/netstandard1.0/_._", - "microsoft.netcore.platforms.1.1.0.nupkg.sha512", + "microsoft.netcore.platforms.3.1.0.nupkg.sha512", "microsoft.netcore.platforms.nuspec", - "runtime.json" + "runtime.json", + "useSharedDesignerContext.txt", + "version.txt" ] }, "Microsoft.NETCore.Runtime.CoreCLR/1.0.7": { @@ -6719,6 +8446,24 @@ "runtime.json" ] }, + "Microsoft.SqlServer.Server/1.0.0": { + "sha512": "N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==", + "type": "package", + "path": "microsoft.sqlserver.server/1.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "dotnet.png", + "lib/net46/Microsoft.SqlServer.Server.dll", + "lib/net46/Microsoft.SqlServer.Server.pdb", + "lib/net46/Microsoft.SqlServer.Server.xml", + "lib/netstandard2.0/Microsoft.SqlServer.Server.dll", + "lib/netstandard2.0/Microsoft.SqlServer.Server.pdb", + "lib/netstandard2.0/Microsoft.SqlServer.Server.xml", + "microsoft.sqlserver.server.1.0.0.nupkg.sha512", + "microsoft.sqlserver.server.nuspec" + ] + }, "Microsoft.VisualBasic/10.0.1": { "sha512": "HpNyOf/4Tp2lh4FyywB55VITk0SqVxEjDzsVDDyF1yafDN6Bq18xcHowzCPINyYHUTgGcEtmpYiRsFdSo0KKdQ==", "type": "package", @@ -6738,7 +8483,27 @@ "microsoft.visualbasic.nuspec", "ref/net45/_._", "ref/netcore50/Microsoft.VisualBasic.dll", + "ref/netcore50/Microsoft.VisualBasic.xml", + "ref/netcore50/de/Microsoft.VisualBasic.xml", + "ref/netcore50/es/Microsoft.VisualBasic.xml", + "ref/netcore50/fr/Microsoft.VisualBasic.xml", + "ref/netcore50/it/Microsoft.VisualBasic.xml", + "ref/netcore50/ja/Microsoft.VisualBasic.xml", + "ref/netcore50/ko/Microsoft.VisualBasic.xml", + "ref/netcore50/ru/Microsoft.VisualBasic.xml", + "ref/netcore50/zh-hans/Microsoft.VisualBasic.xml", + "ref/netcore50/zh-hant/Microsoft.VisualBasic.xml", "ref/netstandard1.1/Microsoft.VisualBasic.dll", + "ref/netstandard1.1/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/de/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/es/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/fr/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/it/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/ja/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/ko/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/ru/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/zh-hans/Microsoft.VisualBasic.xml", + "ref/netstandard1.1/zh-hant/Microsoft.VisualBasic.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._" @@ -6766,6 +8531,16 @@ "ref/MonoTouch10/_._", "ref/net46/Microsoft.Win32.Primitives.dll", "ref/netstandard1.3/Microsoft.Win32.Primitives.dll", + "ref/netstandard1.3/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/de/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/es/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/fr/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/it/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ja/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ko/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ru/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/zh-hans/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/zh-hant/Microsoft.Win32.Primitives.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -6802,33 +8577,17 @@ "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll" ] }, - "Microsoft.Win32.SystemEvents/6.0.0": { - "sha512": "hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==", + "Mono.TextTemplating/2.2.1": { + "sha512": "KZYeKBET/2Z0gY1WlTAK7+RHTl7GSbtvTLDXEZZojUdAPqpQNDL6tHv7VUpqfX5VEOh+uRGKaZXkuD253nEOBQ==", "type": "package", - "path": "microsoft.win32.systemevents/6.0.0", + "path": "mono.texttemplating/2.2.1", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/netcoreapp2.0/Microsoft.Win32.SystemEvents.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/Microsoft.Win32.SystemEvents.dll", - "lib/net461/Microsoft.Win32.SystemEvents.xml", - "lib/net6.0/Microsoft.Win32.SystemEvents.dll", - "lib/net6.0/Microsoft.Win32.SystemEvents.xml", - "lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.dll", - "lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.xml", - "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll", - "lib/netstandard2.0/Microsoft.Win32.SystemEvents.xml", - "microsoft.win32.systemevents.6.0.0.nupkg.sha512", - "microsoft.win32.systemevents.nuspec", - "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll", - "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.xml", - "runtimes/win/lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.dll", - "runtimes/win/lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.xml", - "useSharedDesignerContext.txt" + "lib/net472/Mono.TextTemplating.dll", + "lib/netstandard2.0/Mono.TextTemplating.dll", + "mono.texttemplating.2.2.1.nupkg.sha512", + "mono.texttemplating.nuspec" ] }, "NETStandard.Library/1.6.1": { @@ -6844,10 +8603,10 @@ "netstandard.library.nuspec" ] }, - "Newtonsoft.Json/13.0.3": { - "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", + "Newtonsoft.Json/13.0.4": { + "sha512": "pdgNNMai3zv51W5aq268sujXUyx7SNdE2bj1wZcWjAQrKMFZV260lbqYop1d2GM67JI1huLRwxo9ZqnfF/lC6A==", "type": "package", - "path": "newtonsoft.json/13.0.3", + "path": "newtonsoft.json/13.0.4", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6869,7 +8628,7 @@ "lib/netstandard1.3/Newtonsoft.Json.xml", "lib/netstandard2.0/Newtonsoft.Json.dll", "lib/netstandard2.0/Newtonsoft.Json.xml", - "newtonsoft.json.13.0.3.nupkg.sha512", + "newtonsoft.json.13.0.4.nupkg.sha512", "newtonsoft.json.nuspec", "packageIcon.png" ] @@ -6897,13 +8656,14 @@ "pipelines.sockets.unofficial.nuspec" ] }, - "Polly/8.5.0": { - "sha512": "GBNZPy7i7OpkaIruWPRJ0+AWzdGDQDnKY91b7Ic2aAch4lKhPjUc5KSffpH9krIWe0MoyghqaRxwRC0Uwz2PkA==", + "Polly/8.6.5": { + "sha512": "VqtW2ZE/ALvQMAH1cQY3qZ2cF2OXa3oe/HKMdOv6Q02HCoEW0rsFNfcBONXlHBe1TnjWW1vdRxBEkPeq0/2FHA==", "type": "package", - "path": "polly/8.5.0", + "path": "polly/8.6.5", "files": [ ".nupkg.metadata", ".signature.p7s", + "LICENSE", "lib/net462/Polly.dll", "lib/net462/Polly.pdb", "lib/net462/Polly.xml", @@ -6918,17 +8678,18 @@ "lib/netstandard2.0/Polly.xml", "package-icon.png", "package-readme.md", - "polly.8.5.0.nupkg.sha512", + "polly.8.6.5.nupkg.sha512", "polly.nuspec" ] }, - "Polly.Core/8.5.0": { - "sha512": "VYYMZNitZ85UEhwOKkTQI63WEMvzUqwQc74I2mm8h/DBVAMcBBxqYPni4DmuRtbCwngmuONuK2yBJfWNRKzI+A==", + "Polly.Core/8.6.5": { + "sha512": "t+sUVrIwvo7UmsgHGgOG9F0GDZSRIm47u2ylH17Gvcv1q5hNEwgD5GoBlFyc0kh/pebmPyrAgvGsR/65ZBaXlg==", "type": "package", - "path": "polly.core/8.5.0", + "path": "polly.core/8.6.5", "files": [ ".nupkg.metadata", ".signature.p7s", + "LICENSE", "lib/net462/Polly.Core.dll", "lib/net462/Polly.Core.pdb", "lib/net462/Polly.Core.xml", @@ -6946,31 +8707,10 @@ "lib/netstandard2.0/Polly.Core.xml", "package-icon.png", "package-readme.md", - "polly.core.8.5.0.nupkg.sha512", + "polly.core.8.6.5.nupkg.sha512", "polly.core.nuspec" ] }, - "prometheus-net/8.0.1": { - "sha512": "A9sOtQB2gEhujBxPKw+KcGScBiPvBmy4lYVM5OlETMj4xjVD5r/ixIg52HHg2P0lcImJTpfeWnD0/9tpQsRQTA==", - "type": "package", - "path": "prometheus-net/8.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "lib/net462/Prometheus.NetStandard.dll", - "lib/net462/Prometheus.NetStandard.xml", - "lib/net6.0/Prometheus.NetStandard.dll", - "lib/net6.0/Prometheus.NetStandard.xml", - "lib/net7.0/Prometheus.NetStandard.dll", - "lib/net7.0/Prometheus.NetStandard.xml", - "lib/netstandard2.0/Prometheus.NetStandard.dll", - "lib/netstandard2.0/Prometheus.NetStandard.xml", - "prometheus-net-logo.png", - "prometheus-net.8.0.1.nupkg.sha512", - "prometheus-net.nuspec" - ] - }, "RabbitMQ.Client/6.8.1": { "sha512": "jNsmGgmCNw2S/NzskeN2ijtGywtH4Sk/G6jWUTD5sY9SrC27Xz6BsLIiB8hdsfjeyWCa4j4GvCIGkpE8wrjU1Q==", "type": "package", @@ -7240,10 +8980,10 @@ "runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so" ] }, - "Serilog/4.0.0": { - "sha512": "2jDkUrSh5EofOp7Lx5Zgy0EB+7hXjjxE2ktTb1WVQmU00lDACR2TdROGKU0K1pDTBSJBN1PqgYpgOZF8mL7NJw==", + "Serilog/4.2.0": { + "sha512": "gmoWVOvKgbME8TYR+gwMf7osROiWAURterc6Rt2dQyX7wtjZYpqFiA/pY6ztjGQKKV62GGCyOcmtP1UKMHgSmA==", "type": "package", - "path": "serilog/4.0.0", + "path": "serilog/4.2.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7257,16 +8997,18 @@ "lib/net6.0/Serilog.xml", "lib/net8.0/Serilog.dll", "lib/net8.0/Serilog.xml", + "lib/net9.0/Serilog.dll", + "lib/net9.0/Serilog.xml", "lib/netstandard2.0/Serilog.dll", "lib/netstandard2.0/Serilog.xml", - "serilog.4.0.0.nupkg.sha512", + "serilog.4.2.0.nupkg.sha512", "serilog.nuspec" ] }, - "Serilog.AspNetCore/8.0.3": { - "sha512": "Y5at41mc0OV982DEJslBKHd6uzcWO6POwR3QceJ6gtpMPxCzm4+FElGPF0RdaTD7MGsP6XXE05LMbSi0NO+sXg==", + "Serilog.AspNetCore/9.0.0": { + "sha512": "JslDajPlBsn3Pww1554flJFTqROvK9zz9jONNQgn0D8Lx2Trw8L0A8/n6zEQK1DAZWXrJwiVLw8cnTR3YFuYsg==", "type": "package", - "path": "serilog.aspnetcore/8.0.3", + "path": "serilog.aspnetcore/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7274,15 +9016,15 @@ "icon.png", "lib/net462/Serilog.AspNetCore.dll", "lib/net462/Serilog.AspNetCore.xml", - "lib/net6.0/Serilog.AspNetCore.dll", - "lib/net6.0/Serilog.AspNetCore.xml", - "lib/net7.0/Serilog.AspNetCore.dll", - "lib/net7.0/Serilog.AspNetCore.xml", "lib/net8.0/Serilog.AspNetCore.dll", "lib/net8.0/Serilog.AspNetCore.xml", + "lib/net9.0/Serilog.AspNetCore.dll", + "lib/net9.0/Serilog.AspNetCore.xml", "lib/netstandard2.0/Serilog.AspNetCore.dll", "lib/netstandard2.0/Serilog.AspNetCore.xml", - "serilog.aspnetcore.8.0.3.nupkg.sha512", + "lib/netstandard2.1/Serilog.AspNetCore.dll", + "lib/netstandard2.1/Serilog.AspNetCore.xml", + "serilog.aspnetcore.9.0.0.nupkg.sha512", "serilog.aspnetcore.nuspec" ] }, @@ -7309,10 +9051,10 @@ "serilog.enrichers.environment.nuspec" ] }, - "Serilog.Extensions.Hosting/8.0.0": { - "sha512": "db0OcbWeSCvYQkHWu6n0v40N4kKaTAXNjlM3BKvcbwvNzYphQFcBR+36eQ/7hMMwOkJvAyLC2a9/jNdUL5NjtQ==", + "Serilog.Extensions.Hosting/9.0.0": { + "sha512": "u2TRxuxbjvTAldQn7uaAwePkWxTHIqlgjelekBtilAGL5sYyF3+65NWctN4UrwwGLsDC7c3Vz3HnOlu+PcoxXg==", "type": "package", - "path": "serilog.extensions.hosting/8.0.0", + "path": "serilog.extensions.hosting/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7320,47 +9062,45 @@ "icon.png", "lib/net462/Serilog.Extensions.Hosting.dll", "lib/net462/Serilog.Extensions.Hosting.xml", - "lib/net6.0/Serilog.Extensions.Hosting.dll", - "lib/net6.0/Serilog.Extensions.Hosting.xml", - "lib/net7.0/Serilog.Extensions.Hosting.dll", - "lib/net7.0/Serilog.Extensions.Hosting.xml", "lib/net8.0/Serilog.Extensions.Hosting.dll", "lib/net8.0/Serilog.Extensions.Hosting.xml", + "lib/net9.0/Serilog.Extensions.Hosting.dll", + "lib/net9.0/Serilog.Extensions.Hosting.xml", "lib/netstandard2.0/Serilog.Extensions.Hosting.dll", "lib/netstandard2.0/Serilog.Extensions.Hosting.xml", - "serilog.extensions.hosting.8.0.0.nupkg.sha512", + "lib/netstandard2.1/Serilog.Extensions.Hosting.dll", + "lib/netstandard2.1/Serilog.Extensions.Hosting.xml", + "serilog.extensions.hosting.9.0.0.nupkg.sha512", "serilog.extensions.hosting.nuspec" ] }, - "Serilog.Extensions.Logging/8.0.0": { - "sha512": "YEAMWu1UnWgf1c1KP85l1SgXGfiVo0Rz6x08pCiPOIBt2Qe18tcZLvdBUuV5o1QHvrs8FAry9wTIhgBRtjIlEg==", + "Serilog.Extensions.Logging/9.0.0": { + "sha512": "NwSSYqPJeKNzl5AuXVHpGbr6PkZJFlNa14CdIebVjK3k/76kYj/mz5kiTRNVSsSaxM8kAIa1kpy/qyT9E4npRQ==", "type": "package", - "path": "serilog.extensions.logging/8.0.0", + "path": "serilog.extensions.logging/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", "lib/net462/Serilog.Extensions.Logging.dll", "lib/net462/Serilog.Extensions.Logging.xml", - "lib/net6.0/Serilog.Extensions.Logging.dll", - "lib/net6.0/Serilog.Extensions.Logging.xml", - "lib/net7.0/Serilog.Extensions.Logging.dll", - "lib/net7.0/Serilog.Extensions.Logging.xml", "lib/net8.0/Serilog.Extensions.Logging.dll", "lib/net8.0/Serilog.Extensions.Logging.xml", + "lib/net9.0/Serilog.Extensions.Logging.dll", + "lib/net9.0/Serilog.Extensions.Logging.xml", "lib/netstandard2.0/Serilog.Extensions.Logging.dll", "lib/netstandard2.0/Serilog.Extensions.Logging.xml", "lib/netstandard2.1/Serilog.Extensions.Logging.dll", "lib/netstandard2.1/Serilog.Extensions.Logging.xml", "serilog-extension-nuget.png", - "serilog.extensions.logging.8.0.0.nupkg.sha512", + "serilog.extensions.logging.9.0.0.nupkg.sha512", "serilog.extensions.logging.nuspec" ] }, - "Serilog.Formatting.Compact/2.0.0": { - "sha512": "ob6z3ikzFM3D1xalhFuBIK1IOWf+XrQq+H4KeH4VqBcPpNcmUgZlRQ2h3Q7wvthpdZBBoY86qZOI2LCXNaLlNA==", + "Serilog.Formatting.Compact/3.0.0": { + "sha512": "wQsv14w9cqlfB5FX2MZpNsTawckN4a8dryuNGbebB/3Nh1pXnROHZov3swtu3Nj5oNG7Ba+xdu7Et/ulAUPanQ==", "type": "package", - "path": "serilog.formatting.compact/2.0.0", + "path": "serilog.formatting.compact/3.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7371,21 +9111,19 @@ "lib/net471/Serilog.Formatting.Compact.xml", "lib/net6.0/Serilog.Formatting.Compact.dll", "lib/net6.0/Serilog.Formatting.Compact.xml", - "lib/net7.0/Serilog.Formatting.Compact.dll", - "lib/net7.0/Serilog.Formatting.Compact.xml", + "lib/net8.0/Serilog.Formatting.Compact.dll", + "lib/net8.0/Serilog.Formatting.Compact.xml", "lib/netstandard2.0/Serilog.Formatting.Compact.dll", "lib/netstandard2.0/Serilog.Formatting.Compact.xml", - "lib/netstandard2.1/Serilog.Formatting.Compact.dll", - "lib/netstandard2.1/Serilog.Formatting.Compact.xml", "serilog-extension-nuget.png", - "serilog.formatting.compact.2.0.0.nupkg.sha512", + "serilog.formatting.compact.3.0.0.nupkg.sha512", "serilog.formatting.compact.nuspec" ] }, - "Serilog.Settings.Configuration/8.0.4": { - "sha512": "pkxvq0umBKK8IKFJc1aV5S/HGRG/NIxJ6FV42KaTPLfDmBOAbBUB1m5gqqlGxzEa1MgDDWtQlWJdHTSxVWNx+Q==", + "Serilog.Settings.Configuration/9.0.0": { + "sha512": "4/Et4Cqwa+F88l5SeFeNZ4c4Z6dEAIKbu3MaQb2Zz9F/g27T5a3wvfMcmCOaAiACjfUb4A6wrlTVfyYUZk3RRQ==", "type": "package", - "path": "serilog.settings.configuration/8.0.4", + "path": "serilog.settings.configuration/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7393,22 +9131,20 @@ "icon.png", "lib/net462/Serilog.Settings.Configuration.dll", "lib/net462/Serilog.Settings.Configuration.xml", - "lib/net6.0/Serilog.Settings.Configuration.dll", - "lib/net6.0/Serilog.Settings.Configuration.xml", - "lib/net7.0/Serilog.Settings.Configuration.dll", - "lib/net7.0/Serilog.Settings.Configuration.xml", "lib/net8.0/Serilog.Settings.Configuration.dll", "lib/net8.0/Serilog.Settings.Configuration.xml", + "lib/net9.0/Serilog.Settings.Configuration.dll", + "lib/net9.0/Serilog.Settings.Configuration.xml", "lib/netstandard2.0/Serilog.Settings.Configuration.dll", "lib/netstandard2.0/Serilog.Settings.Configuration.xml", - "serilog.settings.configuration.8.0.4.nupkg.sha512", + "serilog.settings.configuration.9.0.0.nupkg.sha512", "serilog.settings.configuration.nuspec" ] }, - "Serilog.Sinks.Console/6.0.0": { - "sha512": "fQGWqVMClCP2yEyTXPIinSr5c+CBGUvBybPxjAGcf7ctDhadFhrQw03Mv8rJ07/wR5PDfFjewf2LimvXCDzpbA==", + "Serilog.Sinks.Console/6.1.1": { + "sha512": "8jbqgjUyZlfCuSTaJk6lOca465OndqOz3KZP6Cryt/IqZYybyBu7GP0fE/AXBzrrQB3EBmQntBFAvMVz1COvAA==", "type": "package", - "path": "serilog.sinks.console/6.0.0", + "path": "serilog.sinks.console/6.1.1", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7424,53 +9160,62 @@ "lib/net8.0/Serilog.Sinks.Console.xml", "lib/netstandard2.0/Serilog.Sinks.Console.dll", "lib/netstandard2.0/Serilog.Sinks.Console.xml", - "serilog.sinks.console.6.0.0.nupkg.sha512", + "serilog.sinks.console.6.1.1.nupkg.sha512", "serilog.sinks.console.nuspec" ] }, - "Serilog.Sinks.Debug/2.0.0": { - "sha512": "Y6g3OBJ4JzTyyw16fDqtFcQ41qQAydnEvEqmXjhwhgjsnG/FaJ8GUqF5ldsC/bVkK8KYmqrPhDO+tm4dF6xx4A==", + "Serilog.Sinks.Debug/3.0.0": { + "sha512": "4BzXcdrgRX7wde9PmHuYd9U6YqycCC28hhpKonK7hx0wb19eiuRj16fPcPSVp0o/Y1ipJuNLYQ00R3q2Zs8FDA==", "type": "package", - "path": "serilog.sinks.debug/2.0.0", + "path": "serilog.sinks.debug/3.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", + "README.md", "icon.png", - "lib/net45/Serilog.Sinks.Debug.dll", - "lib/net46/Serilog.Sinks.Debug.dll", - "lib/netstandard1.0/Serilog.Sinks.Debug.dll", + "lib/net462/Serilog.Sinks.Debug.dll", + "lib/net462/Serilog.Sinks.Debug.xml", + "lib/net471/Serilog.Sinks.Debug.dll", + "lib/net471/Serilog.Sinks.Debug.xml", + "lib/net6.0/Serilog.Sinks.Debug.dll", + "lib/net6.0/Serilog.Sinks.Debug.xml", + "lib/net8.0/Serilog.Sinks.Debug.dll", + "lib/net8.0/Serilog.Sinks.Debug.xml", "lib/netstandard2.0/Serilog.Sinks.Debug.dll", - "lib/netstandard2.1/Serilog.Sinks.Debug.dll", - "serilog.sinks.debug.2.0.0.nupkg.sha512", + "lib/netstandard2.0/Serilog.Sinks.Debug.xml", + "serilog.sinks.debug.3.0.0.nupkg.sha512", "serilog.sinks.debug.nuspec" ] }, - "Serilog.Sinks.File/5.0.0": { - "sha512": "uwV5hdhWPwUH1szhO8PJpFiahqXmzPzJT/sOijH/kFgUx+cyoDTMM8MHD0adw9+Iem6itoibbUXHYslzXsLEAg==", + "Serilog.Sinks.File/7.0.0": { + "sha512": "fKL7mXv7qaiNBUC71ssvn/dU0k9t0o45+qm2XgKAlSt19xF+ijjxyA3R6HmCgfKEKwfcfkwWjayuQtRueZFkYw==", "type": "package", - "path": "serilog.sinks.file/5.0.0", + "path": "serilog.sinks.file/7.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "images/icon.png", - "lib/net45/Serilog.Sinks.File.dll", - "lib/net45/Serilog.Sinks.File.pdb", - "lib/net5.0/Serilog.Sinks.File.dll", - "lib/net5.0/Serilog.Sinks.File.pdb", - "lib/netstandard1.3/Serilog.Sinks.File.dll", - "lib/netstandard1.3/Serilog.Sinks.File.pdb", + "README.md", + "lib/net462/Serilog.Sinks.File.dll", + "lib/net462/Serilog.Sinks.File.xml", + "lib/net471/Serilog.Sinks.File.dll", + "lib/net471/Serilog.Sinks.File.xml", + "lib/net6.0/Serilog.Sinks.File.dll", + "lib/net6.0/Serilog.Sinks.File.xml", + "lib/net8.0/Serilog.Sinks.File.dll", + "lib/net8.0/Serilog.Sinks.File.xml", + "lib/net9.0/Serilog.Sinks.File.dll", + "lib/net9.0/Serilog.Sinks.File.xml", "lib/netstandard2.0/Serilog.Sinks.File.dll", - "lib/netstandard2.0/Serilog.Sinks.File.pdb", - "lib/netstandard2.1/Serilog.Sinks.File.dll", - "lib/netstandard2.1/Serilog.Sinks.File.pdb", - "serilog.sinks.file.5.0.0.nupkg.sha512", + "lib/netstandard2.0/Serilog.Sinks.File.xml", + "serilog-sink-nuget.png", + "serilog.sinks.file.7.0.0.nupkg.sha512", "serilog.sinks.file.nuspec" ] }, - "Serilog.Sinks.Http/9.0.0": { - "sha512": "c246Bw1vXtvht/krwQXGwuZ4U2kKxRf8d9iaazZDodnOohTlRR4jZyQS/slWHSjJAj8ZDejCQcITnu+TkYmdFw==", + "Serilog.Sinks.Http/9.2.0": { + "sha512": "tngXuEvfI1CrtB02XVXhHAGTX1HvSMKjWcOmlyBT9LVNIMYvNhOSkfigfwxd9OCbv3cXw1aWFrSPGGw8Y6sjtg==", "type": "package", - "path": "serilog.sinks.http/9.0.0", + "path": "serilog.sinks.http/9.2.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7482,14 +9227,14 @@ "lib/netstandard2.1/Serilog.Sinks.Http.dll", "lib/netstandard2.1/Serilog.Sinks.Http.xml", "serilog-sink-nuget.png", - "serilog.sinks.http.9.0.0.nupkg.sha512", + "serilog.sinks.http.9.2.0.nupkg.sha512", "serilog.sinks.http.nuspec" ] }, - "Serilog.Sinks.Seq/8.0.0": { - "sha512": "z5ig56/qzjkX6Fj4U/9m1g8HQaQiYPMZS4Uevtjg1I+WWzoGSf5t/E+6JbMP/jbZYhU63bA5NJN5y0x+qqx2Bw==", + "Serilog.Sinks.Seq/9.0.0": { + "sha512": "aNU8A0K322q7+voPNmp1/qNPH+9QK8xvM1p72sMmCG0wGlshFzmtDW9QnVSoSYCj0MgQKcMOlgooovtBhRlNHw==", "type": "package", - "path": "serilog.sinks.seq/8.0.0", + "path": "serilog.sinks.seq/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7499,7 +9244,7 @@ "lib/net6.0/Serilog.Sinks.Seq.xml", "lib/netstandard2.0/Serilog.Sinks.Seq.dll", "lib/netstandard2.0/Serilog.Sinks.Seq.xml", - "serilog.sinks.seq.8.0.0.nupkg.sha512", + "serilog.sinks.seq.9.0.0.nupkg.sha512", "serilog.sinks.seq.nuspec" ] }, @@ -7549,7 +9294,27 @@ "ref/net463/System.AppContext.dll", "ref/netstandard/_._", "ref/netstandard1.3/System.AppContext.dll", + "ref/netstandard1.3/System.AppContext.xml", + "ref/netstandard1.3/de/System.AppContext.xml", + "ref/netstandard1.3/es/System.AppContext.xml", + "ref/netstandard1.3/fr/System.AppContext.xml", + "ref/netstandard1.3/it/System.AppContext.xml", + "ref/netstandard1.3/ja/System.AppContext.xml", + "ref/netstandard1.3/ko/System.AppContext.xml", + "ref/netstandard1.3/ru/System.AppContext.xml", + "ref/netstandard1.3/zh-hans/System.AppContext.xml", + "ref/netstandard1.3/zh-hant/System.AppContext.xml", "ref/netstandard1.6/System.AppContext.dll", + "ref/netstandard1.6/System.AppContext.xml", + "ref/netstandard1.6/de/System.AppContext.xml", + "ref/netstandard1.6/es/System.AppContext.xml", + "ref/netstandard1.6/fr/System.AppContext.xml", + "ref/netstandard1.6/it/System.AppContext.xml", + "ref/netstandard1.6/ja/System.AppContext.xml", + "ref/netstandard1.6/ko/System.AppContext.xml", + "ref/netstandard1.6/ru/System.AppContext.xml", + "ref/netstandard1.6/zh-hans/System.AppContext.xml", + "ref/netstandard1.6/zh-hant/System.AppContext.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -7570,12 +9335,17 @@ "THIRD-PARTY-NOTICES.TXT", "lib/netcoreapp2.0/_._", "lib/netstandard1.1/System.Buffers.dll", + "lib/netstandard1.1/System.Buffers.xml", "lib/netstandard2.0/System.Buffers.dll", + "lib/netstandard2.0/System.Buffers.xml", "lib/uap10.0.16299/_._", "ref/net45/System.Buffers.dll", + "ref/net45/System.Buffers.xml", "ref/netcoreapp2.0/_._", "ref/netstandard1.1/System.Buffers.dll", + "ref/netstandard1.1/System.Buffers.xml", "ref/netstandard2.0/System.Buffers.dll", + "ref/netstandard2.0/System.Buffers.xml", "ref/uap10.0.16299/_._", "system.buffers.4.5.0.nupkg.sha512", "system.buffers.nuspec", @@ -7583,6 +9353,45 @@ "version.txt" ] }, + "System.ClientModel/1.0.0": { + "sha512": "I3CVkvxeqFYjIVEP59DnjbeoGNfo/+SZrCLpRz2v/g0gpCHaEMPtWSY0s9k/7jR1rAsLNg2z2u1JRB76tPjnIw==", + "type": "package", + "path": "system.clientmodel/1.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "DotNetPackageIcon.png", + "README.md", + "lib/net6.0/System.ClientModel.dll", + "lib/net6.0/System.ClientModel.xml", + "lib/netstandard2.0/System.ClientModel.dll", + "lib/netstandard2.0/System.ClientModel.xml", + "system.clientmodel.1.0.0.nupkg.sha512", + "system.clientmodel.nuspec" + ] + }, + "System.CodeDom/4.4.0": { + "sha512": "2sCCb7doXEwtYAbqzbF/8UAeDRMNmPaQbU2q50Psg1J9KzumyVVCgKQY8s53WIPTufNT0DpSe9QRvVjOzfDWBA==", + "type": "package", + "path": "system.codedom/4.4.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.CodeDom.dll", + "lib/netstandard2.0/System.CodeDom.dll", + "ref/net461/System.CodeDom.dll", + "ref/net461/System.CodeDom.xml", + "ref/netstandard2.0/System.CodeDom.dll", + "ref/netstandard2.0/System.CodeDom.xml", + "system.codedom.4.4.0.nupkg.sha512", + "system.codedom.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, "System.Collections/4.3.0": { "sha512": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", "type": "package", @@ -7607,8 +9416,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", + "ref/netcore50/de/System.Collections.xml", + "ref/netcore50/es/System.Collections.xml", + "ref/netcore50/fr/System.Collections.xml", + "ref/netcore50/it/System.Collections.xml", + "ref/netcore50/ja/System.Collections.xml", + "ref/netcore50/ko/System.Collections.xml", + "ref/netcore50/ru/System.Collections.xml", + "ref/netcore50/zh-hans/System.Collections.xml", + "ref/netcore50/zh-hant/System.Collections.xml", "ref/netstandard1.0/System.Collections.dll", + "ref/netstandard1.0/System.Collections.xml", + "ref/netstandard1.0/de/System.Collections.xml", + "ref/netstandard1.0/es/System.Collections.xml", + "ref/netstandard1.0/fr/System.Collections.xml", + "ref/netstandard1.0/it/System.Collections.xml", + "ref/netstandard1.0/ja/System.Collections.xml", + "ref/netstandard1.0/ko/System.Collections.xml", + "ref/netstandard1.0/ru/System.Collections.xml", + "ref/netstandard1.0/zh-hans/System.Collections.xml", + "ref/netstandard1.0/zh-hant/System.Collections.xml", "ref/netstandard1.3/System.Collections.dll", + "ref/netstandard1.3/System.Collections.xml", + "ref/netstandard1.3/de/System.Collections.xml", + "ref/netstandard1.3/es/System.Collections.xml", + "ref/netstandard1.3/fr/System.Collections.xml", + "ref/netstandard1.3/it/System.Collections.xml", + "ref/netstandard1.3/ja/System.Collections.xml", + "ref/netstandard1.3/ko/System.Collections.xml", + "ref/netstandard1.3/ru/System.Collections.xml", + "ref/netstandard1.3/zh-hans/System.Collections.xml", + "ref/netstandard1.3/zh-hant/System.Collections.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -7646,8 +9485,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Collections.Concurrent.dll", + "ref/netcore50/System.Collections.Concurrent.xml", + "ref/netcore50/de/System.Collections.Concurrent.xml", + "ref/netcore50/es/System.Collections.Concurrent.xml", + "ref/netcore50/fr/System.Collections.Concurrent.xml", + "ref/netcore50/it/System.Collections.Concurrent.xml", + "ref/netcore50/ja/System.Collections.Concurrent.xml", + "ref/netcore50/ko/System.Collections.Concurrent.xml", + "ref/netcore50/ru/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hans/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hant/System.Collections.Concurrent.xml", "ref/netstandard1.1/System.Collections.Concurrent.dll", + "ref/netstandard1.1/System.Collections.Concurrent.xml", + "ref/netstandard1.1/de/System.Collections.Concurrent.xml", + "ref/netstandard1.1/es/System.Collections.Concurrent.xml", + "ref/netstandard1.1/fr/System.Collections.Concurrent.xml", + "ref/netstandard1.1/it/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ja/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ko/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ru/System.Collections.Concurrent.xml", + "ref/netstandard1.1/zh-hans/System.Collections.Concurrent.xml", + "ref/netstandard1.1/zh-hant/System.Collections.Concurrent.xml", "ref/netstandard1.3/System.Collections.Concurrent.dll", + "ref/netstandard1.3/System.Collections.Concurrent.xml", + "ref/netstandard1.3/de/System.Collections.Concurrent.xml", + "ref/netstandard1.3/es/System.Collections.Concurrent.xml", + "ref/netstandard1.3/fr/System.Collections.Concurrent.xml", + "ref/netstandard1.3/it/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ja/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ko/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ru/System.Collections.Concurrent.xml", + "ref/netstandard1.3/zh-hans/System.Collections.Concurrent.xml", + "ref/netstandard1.3/zh-hant/System.Collections.Concurrent.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -7659,21 +9528,27 @@ "system.collections.concurrent.nuspec" ] }, - "System.Collections.Immutable/1.2.0": { - "sha512": "Cma8cBW6di16ZLibL8LYQ+cLjGzoKxpOTu/faZfDcx94ZjAGq6Nv5RO7+T1YZXqEXTZP9rt1wLVEONVpURtUqw==", + "System.Collections.Immutable/6.0.0": { + "sha512": "l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==", "type": "package", - "path": "system.collections.immutable/1.2.0", + "path": "system.collections.immutable/6.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/System.Collections.Immutable.dll", - "lib/netstandard1.0/System.Collections.Immutable.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "system.collections.immutable.1.2.0.nupkg.sha512", - "system.collections.immutable.nuspec" + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Collections.Immutable.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Collections.Immutable.dll", + "lib/net461/System.Collections.Immutable.xml", + "lib/net6.0/System.Collections.Immutable.dll", + "lib/net6.0/System.Collections.Immutable.xml", + "lib/netstandard2.0/System.Collections.Immutable.dll", + "lib/netstandard2.0/System.Collections.Immutable.xml", + "system.collections.immutable.6.0.0.nupkg.sha512", + "system.collections.immutable.nuspec", + "useSharedDesignerContext.txt" ] }, "System.ComponentModel/4.0.1": { @@ -7702,7 +9577,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.ComponentModel.dll", + "ref/netcore50/System.ComponentModel.xml", + "ref/netcore50/de/System.ComponentModel.xml", + "ref/netcore50/es/System.ComponentModel.xml", + "ref/netcore50/fr/System.ComponentModel.xml", + "ref/netcore50/it/System.ComponentModel.xml", + "ref/netcore50/ja/System.ComponentModel.xml", + "ref/netcore50/ko/System.ComponentModel.xml", + "ref/netcore50/ru/System.ComponentModel.xml", + "ref/netcore50/zh-hans/System.ComponentModel.xml", + "ref/netcore50/zh-hant/System.ComponentModel.xml", "ref/netstandard1.0/System.ComponentModel.dll", + "ref/netstandard1.0/System.ComponentModel.xml", + "ref/netstandard1.0/de/System.ComponentModel.xml", + "ref/netstandard1.0/es/System.ComponentModel.xml", + "ref/netstandard1.0/fr/System.ComponentModel.xml", + "ref/netstandard1.0/it/System.ComponentModel.xml", + "ref/netstandard1.0/ja/System.ComponentModel.xml", + "ref/netstandard1.0/ko/System.ComponentModel.xml", + "ref/netstandard1.0/ru/System.ComponentModel.xml", + "ref/netstandard1.0/zh-hans/System.ComponentModel.xml", + "ref/netstandard1.0/zh-hant/System.ComponentModel.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -7741,9 +9636,49 @@ "ref/net45/_._", "ref/net461/System.ComponentModel.Annotations.dll", "ref/netcore50/System.ComponentModel.Annotations.dll", + "ref/netcore50/System.ComponentModel.Annotations.xml", + "ref/netcore50/de/System.ComponentModel.Annotations.xml", + "ref/netcore50/es/System.ComponentModel.Annotations.xml", + "ref/netcore50/fr/System.ComponentModel.Annotations.xml", + "ref/netcore50/it/System.ComponentModel.Annotations.xml", + "ref/netcore50/ja/System.ComponentModel.Annotations.xml", + "ref/netcore50/ko/System.ComponentModel.Annotations.xml", + "ref/netcore50/ru/System.ComponentModel.Annotations.xml", + "ref/netcore50/zh-hans/System.ComponentModel.Annotations.xml", + "ref/netcore50/zh-hant/System.ComponentModel.Annotations.xml", "ref/netstandard1.1/System.ComponentModel.Annotations.dll", + "ref/netstandard1.1/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/de/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/es/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/fr/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/it/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/ja/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/ko/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/ru/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/zh-hans/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/zh-hant/System.ComponentModel.Annotations.xml", "ref/netstandard1.3/System.ComponentModel.Annotations.dll", + "ref/netstandard1.3/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/de/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/es/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/fr/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/it/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/ja/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/ko/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/ru/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/zh-hans/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/zh-hant/System.ComponentModel.Annotations.xml", "ref/netstandard1.4/System.ComponentModel.Annotations.dll", + "ref/netstandard1.4/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/de/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/es/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/fr/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/it/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/ja/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/ko/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/ru/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/zh-hans/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/zh-hant/System.ComponentModel.Annotations.xml", "ref/portable-net45+win8/_._", "ref/win8/_._", "ref/xamarinios10/_._", @@ -7754,27 +9689,164 @@ "system.componentmodel.annotations.nuspec" ] }, - "System.Configuration.ConfigurationManager/6.0.0": { - "sha512": "7T+m0kDSlIPTHIkPMIu6m6tV6qsMqJpvQWW2jIc2qi7sn40qxFo0q+7mEQAhMPXZHMKnWrnv47ntGlM/ejvw3g==", + "System.Composition/6.0.0": { + "sha512": "d7wMuKQtfsxUa7S13tITC8n1cQzewuhD5iDjZtK2prwFfKVzdYtgrTHgjaV03Zq7feGQ5gkP85tJJntXwInsJA==", + "type": "package", + "path": "system.composition/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Composition.targets", + "buildTransitive/netcoreapp3.1/_._", + "system.composition.6.0.0.nupkg.sha512", + "system.composition.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Composition.AttributedModel/6.0.0": { + "sha512": "WK1nSDLByK/4VoC7fkNiFuTVEiperuCN/Hyn+VN30R+W2ijO1d0Z2Qm0ScEl9xkSn1G2MyapJi8xpf4R8WRa/w==", + "type": "package", + "path": "system.composition.attributedmodel/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Composition.AttributedModel.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Composition.AttributedModel.dll", + "lib/net461/System.Composition.AttributedModel.xml", + "lib/net6.0/System.Composition.AttributedModel.dll", + "lib/net6.0/System.Composition.AttributedModel.xml", + "lib/netstandard2.0/System.Composition.AttributedModel.dll", + "lib/netstandard2.0/System.Composition.AttributedModel.xml", + "system.composition.attributedmodel.6.0.0.nupkg.sha512", + "system.composition.attributedmodel.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Composition.Convention/6.0.0": { + "sha512": "XYi4lPRdu5bM4JVJ3/UIHAiG6V6lWWUlkhB9ab4IOq0FrRsp0F4wTyV4Dj+Ds+efoXJ3qbLqlvaUozDO7OLeXA==", + "type": "package", + "path": "system.composition.convention/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Composition.Convention.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Composition.Convention.dll", + "lib/net461/System.Composition.Convention.xml", + "lib/net6.0/System.Composition.Convention.dll", + "lib/net6.0/System.Composition.Convention.xml", + "lib/netstandard2.0/System.Composition.Convention.dll", + "lib/netstandard2.0/System.Composition.Convention.xml", + "system.composition.convention.6.0.0.nupkg.sha512", + "system.composition.convention.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Composition.Hosting/6.0.0": { + "sha512": "w/wXjj7kvxuHPLdzZ0PAUt++qJl03t7lENmb2Oev0n3zbxyNULbWBlnd5J5WUMMv15kg5o+/TCZFb6lSwfaUUQ==", + "type": "package", + "path": "system.composition.hosting/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Composition.Hosting.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Composition.Hosting.dll", + "lib/net461/System.Composition.Hosting.xml", + "lib/net6.0/System.Composition.Hosting.dll", + "lib/net6.0/System.Composition.Hosting.xml", + "lib/netstandard2.0/System.Composition.Hosting.dll", + "lib/netstandard2.0/System.Composition.Hosting.xml", + "system.composition.hosting.6.0.0.nupkg.sha512", + "system.composition.hosting.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Composition.Runtime/6.0.0": { + "sha512": "qkRH/YBaMPTnzxrS5RDk1juvqed4A6HOD/CwRcDGyPpYps1J27waBddiiq1y93jk2ZZ9wuA/kynM+NO0kb3PKg==", "type": "package", - "path": "system.configuration.configurationmanager/6.0.0", + "path": "system.composition.runtime/6.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/netcoreapp2.0/System.Configuration.ConfigurationManager.targets", + "buildTransitive/netcoreapp2.0/System.Composition.Runtime.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Composition.Runtime.dll", + "lib/net461/System.Composition.Runtime.xml", + "lib/net6.0/System.Composition.Runtime.dll", + "lib/net6.0/System.Composition.Runtime.xml", + "lib/netstandard2.0/System.Composition.Runtime.dll", + "lib/netstandard2.0/System.Composition.Runtime.xml", + "system.composition.runtime.6.0.0.nupkg.sha512", + "system.composition.runtime.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Composition.TypedParts/6.0.0": { + "sha512": "iUR1eHrL8Cwd82neQCJ00MpwNIBs4NZgXzrPqx8NJf/k4+mwBO0XCRmHYJT4OLSwDDqh5nBLJWkz5cROnrGhRA==", + "type": "package", + "path": "system.composition.typedparts/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Composition.TypedParts.targets", "buildTransitive/netcoreapp3.1/_._", - "lib/net461/System.Configuration.ConfigurationManager.dll", - "lib/net461/System.Configuration.ConfigurationManager.xml", + "lib/net461/System.Composition.TypedParts.dll", + "lib/net461/System.Composition.TypedParts.xml", + "lib/net6.0/System.Composition.TypedParts.dll", + "lib/net6.0/System.Composition.TypedParts.xml", + "lib/netstandard2.0/System.Composition.TypedParts.dll", + "lib/netstandard2.0/System.Composition.TypedParts.xml", + "system.composition.typedparts.6.0.0.nupkg.sha512", + "system.composition.typedparts.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Configuration.ConfigurationManager/8.0.0": { + "sha512": "JlYi9XVvIREURRUlGMr1F6vOFLk7YSY4p1vHo4kX3tQ0AGrjqlRWHDi66ImHhy6qwXBG3BJ6Y1QlYQ+Qz6Xgww==", + "type": "package", + "path": "system.configuration.configurationmanager/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Configuration.ConfigurationManager.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Configuration.ConfigurationManager.targets", + "lib/net462/System.Configuration.ConfigurationManager.dll", + "lib/net462/System.Configuration.ConfigurationManager.xml", "lib/net6.0/System.Configuration.ConfigurationManager.dll", "lib/net6.0/System.Configuration.ConfigurationManager.xml", + "lib/net7.0/System.Configuration.ConfigurationManager.dll", + "lib/net7.0/System.Configuration.ConfigurationManager.xml", + "lib/net8.0/System.Configuration.ConfigurationManager.dll", + "lib/net8.0/System.Configuration.ConfigurationManager.xml", "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll", "lib/netstandard2.0/System.Configuration.ConfigurationManager.xml", - "runtimes/win/lib/net461/System.Configuration.ConfigurationManager.dll", - "runtimes/win/lib/net461/System.Configuration.ConfigurationManager.xml", - "system.configuration.configurationmanager.6.0.0.nupkg.sha512", + "system.configuration.configurationmanager.8.0.0.nupkg.sha512", "system.configuration.configurationmanager.nuspec", "useSharedDesignerContext.txt" ] @@ -7799,6 +9871,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Console.dll", "ref/netstandard1.3/System.Console.dll", + "ref/netstandard1.3/System.Console.xml", + "ref/netstandard1.3/de/System.Console.xml", + "ref/netstandard1.3/es/System.Console.xml", + "ref/netstandard1.3/fr/System.Console.xml", + "ref/netstandard1.3/it/System.Console.xml", + "ref/netstandard1.3/ja/System.Console.xml", + "ref/netstandard1.3/ko/System.Console.xml", + "ref/netstandard1.3/ru/System.Console.xml", + "ref/netstandard1.3/zh-hans/System.Console.xml", + "ref/netstandard1.3/zh-hant/System.Console.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -7831,8 +9913,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", + "ref/netcore50/de/System.Diagnostics.Debug.xml", + "ref/netcore50/es/System.Diagnostics.Debug.xml", + "ref/netcore50/fr/System.Diagnostics.Debug.xml", + "ref/netcore50/it/System.Diagnostics.Debug.xml", + "ref/netcore50/ja/System.Diagnostics.Debug.xml", + "ref/netcore50/ko/System.Diagnostics.Debug.xml", + "ref/netcore50/ru/System.Diagnostics.Debug.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/netstandard1.0/System.Diagnostics.Debug.dll", + "ref/netstandard1.0/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/de/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/es/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/fr/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/it/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ja/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ko/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ru/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml", "ref/netstandard1.3/System.Diagnostics.Debug.dll", + "ref/netstandard1.3/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/de/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/es/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/it/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -7845,98 +9957,68 @@ "system.diagnostics.debug.nuspec" ] }, - "System.Diagnostics.DiagnosticSource/8.0.1": { - "sha512": "vaoWjvkG1aenR2XdjaVivlCV9fADfgyhW5bZtXT23qaEea0lWiUljdQuze4E31vKM7ZWJaSUsbYIKE3rnzfZUg==", + "System.Diagnostics.DiagnosticSource/10.0.0": { + "sha512": "0KdBK+h7G13PuOSC2R/DalAoFMvdYMznvGRuICtkdcUMXgl/gYXsG6z4yUvTxHSMACorWgHCU1Faq0KUHU6yAQ==", "type": "package", - "path": "system.diagnostics.diagnosticsource/8.0.1", + "path": "system.diagnostics.diagnosticsource/10.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/System.Diagnostics.DiagnosticSource.targets", "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/System.Diagnostics.DiagnosticSource.targets", + "lib/net10.0/System.Diagnostics.DiagnosticSource.dll", + "lib/net10.0/System.Diagnostics.DiagnosticSource.xml", "lib/net462/System.Diagnostics.DiagnosticSource.dll", "lib/net462/System.Diagnostics.DiagnosticSource.xml", - "lib/net6.0/System.Diagnostics.DiagnosticSource.dll", - "lib/net6.0/System.Diagnostics.DiagnosticSource.xml", - "lib/net7.0/System.Diagnostics.DiagnosticSource.dll", - "lib/net7.0/System.Diagnostics.DiagnosticSource.xml", "lib/net8.0/System.Diagnostics.DiagnosticSource.dll", "lib/net8.0/System.Diagnostics.DiagnosticSource.xml", + "lib/net9.0/System.Diagnostics.DiagnosticSource.dll", + "lib/net9.0/System.Diagnostics.DiagnosticSource.xml", "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll", "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.xml", - "system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512", + "system.diagnostics.diagnosticsource.10.0.0.nupkg.sha512", "system.diagnostics.diagnosticsource.nuspec", "useSharedDesignerContext.txt" ] }, - "System.Diagnostics.EventLog/6.0.0": { - "sha512": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==", + "System.Diagnostics.EventLog/9.0.2": { + "sha512": "i+Fe6Fpst/onydFLBGilCr/Eh9OFdlaTU/c3alPp6IbLZXQJOgpIu3l4MOnmsN8fDYq5nAyHSqNIJesc74Yw3Q==", "type": "package", - "path": "system.diagnostics.eventlog/6.0.0", + "path": "system.diagnostics.eventlog/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Diagnostics.EventLog.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/System.Diagnostics.EventLog.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/System.Diagnostics.EventLog.dll", - "lib/net461/System.Diagnostics.EventLog.xml", - "lib/net6.0/System.Diagnostics.EventLog.dll", - "lib/net6.0/System.Diagnostics.EventLog.xml", - "lib/netcoreapp3.1/System.Diagnostics.EventLog.dll", - "lib/netcoreapp3.1/System.Diagnostics.EventLog.xml", + "lib/net462/System.Diagnostics.EventLog.dll", + "lib/net462/System.Diagnostics.EventLog.xml", + "lib/net8.0/System.Diagnostics.EventLog.dll", + "lib/net8.0/System.Diagnostics.EventLog.xml", + "lib/net9.0/System.Diagnostics.EventLog.dll", + "lib/net9.0/System.Diagnostics.EventLog.xml", "lib/netstandard2.0/System.Diagnostics.EventLog.dll", "lib/netstandard2.0/System.Diagnostics.EventLog.xml", - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll", - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll", - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.xml", - "runtimes/win/lib/netcoreapp3.1/System.Diagnostics.EventLog.Messages.dll", - "runtimes/win/lib/netcoreapp3.1/System.Diagnostics.EventLog.dll", - "runtimes/win/lib/netcoreapp3.1/System.Diagnostics.EventLog.xml", - "system.diagnostics.eventlog.6.0.0.nupkg.sha512", + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll", + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll", + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.xml", + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll", + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll", + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.xml", + "system.diagnostics.eventlog.9.0.2.nupkg.sha512", "system.diagnostics.eventlog.nuspec", "useSharedDesignerContext.txt" ] }, - "System.Diagnostics.FileVersionInfo/4.0.0": { - "sha512": "qjF74OTAU+mRhLaL4YSfiWy3vj6T3AOz8AW37l5zCwfbBfj0k7E94XnEsRaf2TnhE/7QaV6Hvqakoy2LoV8MVg==", - "type": "package", - "path": "system.diagnostics.fileversioninfo/4.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Diagnostics.FileVersionInfo.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Diagnostics.FileVersionInfo.dll", - "ref/netstandard1.3/System.Diagnostics.FileVersionInfo.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/unix/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll", - "runtimes/win/lib/net46/System.Diagnostics.FileVersionInfo.dll", - "runtimes/win/lib/netcore50/System.Diagnostics.FileVersionInfo.dll", - "runtimes/win/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll", - "system.diagnostics.fileversioninfo.4.0.0.nupkg.sha512", - "system.diagnostics.fileversioninfo.nuspec" - ] - }, "System.Diagnostics.PerformanceCounter/6.0.0": { "sha512": "gbeE5tNp/oB7O8kTTLh3wPPJCxpNOphXPTWVs1BsYuFOYapFijWuh0LYw1qnDo4gwDUYPXOmpTIhvtxisGsYOQ==", "type": "package", @@ -7988,7 +10070,27 @@ "ref/net46/System.Diagnostics.Process.dll", "ref/net461/System.Diagnostics.Process.dll", "ref/netstandard1.3/System.Diagnostics.Process.dll", + "ref/netstandard1.3/System.Diagnostics.Process.xml", + "ref/netstandard1.3/de/System.Diagnostics.Process.xml", + "ref/netstandard1.3/es/System.Diagnostics.Process.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Process.xml", + "ref/netstandard1.3/it/System.Diagnostics.Process.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Process.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Process.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Process.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Process.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Process.xml", "ref/netstandard1.4/System.Diagnostics.Process.dll", + "ref/netstandard1.4/System.Diagnostics.Process.xml", + "ref/netstandard1.4/de/System.Diagnostics.Process.xml", + "ref/netstandard1.4/es/System.Diagnostics.Process.xml", + "ref/netstandard1.4/fr/System.Diagnostics.Process.xml", + "ref/netstandard1.4/it/System.Diagnostics.Process.xml", + "ref/netstandard1.4/ja/System.Diagnostics.Process.xml", + "ref/netstandard1.4/ko/System.Diagnostics.Process.xml", + "ref/netstandard1.4/ru/System.Diagnostics.Process.xml", + "ref/netstandard1.4/zh-hans/System.Diagnostics.Process.xml", + "ref/netstandard1.4/zh-hant/System.Diagnostics.Process.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -8003,46 +10105,6 @@ "system.diagnostics.process.nuspec" ] }, - "System.Diagnostics.StackTrace/4.0.1": { - "sha512": "6i2EbRq0lgGfiZ+FDf0gVaw9qeEU+7IS2+wbZJmFVpvVzVOgZEt0ScZtyenuBvs6iDYbGiF51bMAa0oDP/tujQ==", - "type": "package", - "path": "system.diagnostics.stacktrace/4.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Diagnostics.StackTrace.dll", - "lib/netstandard1.3/System.Diagnostics.StackTrace.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Diagnostics.StackTrace.dll", - "ref/netstandard1.3/System.Diagnostics.StackTrace.dll", - "ref/netstandard1.3/System.Diagnostics.StackTrace.xml", - "ref/netstandard1.3/de/System.Diagnostics.StackTrace.xml", - "ref/netstandard1.3/es/System.Diagnostics.StackTrace.xml", - "ref/netstandard1.3/fr/System.Diagnostics.StackTrace.xml", - "ref/netstandard1.3/it/System.Diagnostics.StackTrace.xml", - "ref/netstandard1.3/ja/System.Diagnostics.StackTrace.xml", - "ref/netstandard1.3/ko/System.Diagnostics.StackTrace.xml", - "ref/netstandard1.3/ru/System.Diagnostics.StackTrace.xml", - "ref/netstandard1.3/zh-hans/System.Diagnostics.StackTrace.xml", - "ref/netstandard1.3/zh-hant/System.Diagnostics.StackTrace.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/aot/lib/netcore50/System.Diagnostics.StackTrace.dll", - "system.diagnostics.stacktrace.4.0.1.nupkg.sha512", - "system.diagnostics.stacktrace.nuspec" - ] - }, "System.Diagnostics.Tools/4.3.0": { "sha512": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", "type": "package", @@ -8067,7 +10129,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Diagnostics.Tools.dll", + "ref/netcore50/System.Diagnostics.Tools.xml", + "ref/netcore50/de/System.Diagnostics.Tools.xml", + "ref/netcore50/es/System.Diagnostics.Tools.xml", + "ref/netcore50/fr/System.Diagnostics.Tools.xml", + "ref/netcore50/it/System.Diagnostics.Tools.xml", + "ref/netcore50/ja/System.Diagnostics.Tools.xml", + "ref/netcore50/ko/System.Diagnostics.Tools.xml", + "ref/netcore50/ru/System.Diagnostics.Tools.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Tools.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Tools.xml", "ref/netstandard1.0/System.Diagnostics.Tools.dll", + "ref/netstandard1.0/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/de/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/es/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/fr/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/it/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ja/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ko/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ru/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/zh-hans/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/zh-hant/System.Diagnostics.Tools.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8105,10 +10187,60 @@ "ref/net45/_._", "ref/net462/System.Diagnostics.Tracing.dll", "ref/netcore50/System.Diagnostics.Tracing.dll", + "ref/netcore50/System.Diagnostics.Tracing.xml", + "ref/netcore50/de/System.Diagnostics.Tracing.xml", + "ref/netcore50/es/System.Diagnostics.Tracing.xml", + "ref/netcore50/fr/System.Diagnostics.Tracing.xml", + "ref/netcore50/it/System.Diagnostics.Tracing.xml", + "ref/netcore50/ja/System.Diagnostics.Tracing.xml", + "ref/netcore50/ko/System.Diagnostics.Tracing.xml", + "ref/netcore50/ru/System.Diagnostics.Tracing.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml", "ref/netstandard1.1/System.Diagnostics.Tracing.dll", + "ref/netstandard1.1/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/zh-hant/System.Diagnostics.Tracing.xml", "ref/netstandard1.2/System.Diagnostics.Tracing.dll", + "ref/netstandard1.2/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/zh-hant/System.Diagnostics.Tracing.xml", "ref/netstandard1.3/System.Diagnostics.Tracing.dll", + "ref/netstandard1.3/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Tracing.xml", "ref/netstandard1.5/System.Diagnostics.Tracing.dll", + "ref/netstandard1.5/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/zh-hant/System.Diagnostics.Tracing.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -8120,45 +10252,6 @@ "system.diagnostics.tracing.nuspec" ] }, - "System.Drawing.Common/6.0.0": { - "sha512": "NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==", - "type": "package", - "path": "system.drawing.common/6.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/netcoreapp2.0/System.Drawing.Common.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net461/System.Drawing.Common.dll", - "lib/net461/System.Drawing.Common.xml", - "lib/net6.0/System.Drawing.Common.dll", - "lib/net6.0/System.Drawing.Common.xml", - "lib/netcoreapp3.1/System.Drawing.Common.dll", - "lib/netcoreapp3.1/System.Drawing.Common.xml", - "lib/netstandard2.0/System.Drawing.Common.dll", - "lib/netstandard2.0/System.Drawing.Common.xml", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "runtimes/unix/lib/net6.0/System.Drawing.Common.dll", - "runtimes/unix/lib/net6.0/System.Drawing.Common.xml", - "runtimes/unix/lib/netcoreapp3.1/System.Drawing.Common.dll", - "runtimes/unix/lib/netcoreapp3.1/System.Drawing.Common.xml", - "runtimes/win/lib/net6.0/System.Drawing.Common.dll", - "runtimes/win/lib/net6.0/System.Drawing.Common.xml", - "runtimes/win/lib/netcoreapp3.1/System.Drawing.Common.dll", - "runtimes/win/lib/netcoreapp3.1/System.Drawing.Common.xml", - "system.drawing.common.6.0.0.nupkg.sha512", - "system.drawing.common.nuspec", - "useSharedDesignerContext.txt" - ] - }, "System.Dynamic.Runtime/4.0.11": { "sha512": "db34f6LHYM0U0JpE+sOmjar27BnqTVkbLJhgfwMpTdgTigG/Hna3m2MYVwnFzGGKnEJk2UXFuoVTr8WUbU91/A==", "type": "package", @@ -8185,8 +10278,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Dynamic.Runtime.dll", + "ref/netcore50/System.Dynamic.Runtime.xml", + "ref/netcore50/de/System.Dynamic.Runtime.xml", + "ref/netcore50/es/System.Dynamic.Runtime.xml", + "ref/netcore50/fr/System.Dynamic.Runtime.xml", + "ref/netcore50/it/System.Dynamic.Runtime.xml", + "ref/netcore50/ja/System.Dynamic.Runtime.xml", + "ref/netcore50/ko/System.Dynamic.Runtime.xml", + "ref/netcore50/ru/System.Dynamic.Runtime.xml", + "ref/netcore50/zh-hans/System.Dynamic.Runtime.xml", + "ref/netcore50/zh-hant/System.Dynamic.Runtime.xml", "ref/netstandard1.0/System.Dynamic.Runtime.dll", + "ref/netstandard1.0/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/de/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/es/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/fr/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/it/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/ja/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/ko/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/ru/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/zh-hans/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/zh-hant/System.Dynamic.Runtime.xml", "ref/netstandard1.3/System.Dynamic.Runtime.dll", + "ref/netstandard1.3/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/de/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/es/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/fr/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/it/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/ja/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/ko/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/ru/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/zh-hans/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/zh-hant/System.Dynamic.Runtime.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8224,8 +10347,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", + "ref/netcore50/de/System.Globalization.xml", + "ref/netcore50/es/System.Globalization.xml", + "ref/netcore50/fr/System.Globalization.xml", + "ref/netcore50/it/System.Globalization.xml", + "ref/netcore50/ja/System.Globalization.xml", + "ref/netcore50/ko/System.Globalization.xml", + "ref/netcore50/ru/System.Globalization.xml", + "ref/netcore50/zh-hans/System.Globalization.xml", + "ref/netcore50/zh-hant/System.Globalization.xml", "ref/netstandard1.0/System.Globalization.dll", + "ref/netstandard1.0/System.Globalization.xml", + "ref/netstandard1.0/de/System.Globalization.xml", + "ref/netstandard1.0/es/System.Globalization.xml", + "ref/netstandard1.0/fr/System.Globalization.xml", + "ref/netstandard1.0/it/System.Globalization.xml", + "ref/netstandard1.0/ja/System.Globalization.xml", + "ref/netstandard1.0/ko/System.Globalization.xml", + "ref/netstandard1.0/ru/System.Globalization.xml", + "ref/netstandard1.0/zh-hans/System.Globalization.xml", + "ref/netstandard1.0/zh-hant/System.Globalization.xml", "ref/netstandard1.3/System.Globalization.dll", + "ref/netstandard1.3/System.Globalization.xml", + "ref/netstandard1.3/de/System.Globalization.xml", + "ref/netstandard1.3/es/System.Globalization.xml", + "ref/netstandard1.3/fr/System.Globalization.xml", + "ref/netstandard1.3/it/System.Globalization.xml", + "ref/netstandard1.3/ja/System.Globalization.xml", + "ref/netstandard1.3/ko/System.Globalization.xml", + "ref/netstandard1.3/ru/System.Globalization.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8258,6 +10411,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Globalization.Calendars.dll", "ref/netstandard1.3/System.Globalization.Calendars.dll", + "ref/netstandard1.3/System.Globalization.Calendars.xml", + "ref/netstandard1.3/de/System.Globalization.Calendars.xml", + "ref/netstandard1.3/es/System.Globalization.Calendars.xml", + "ref/netstandard1.3/fr/System.Globalization.Calendars.xml", + "ref/netstandard1.3/it/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ja/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ko/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ru/System.Globalization.Calendars.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.Calendars.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.Calendars.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -8286,6 +10449,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Globalization.Extensions.dll", "ref/netstandard1.3/System.Globalization.Extensions.dll", + "ref/netstandard1.3/System.Globalization.Extensions.xml", + "ref/netstandard1.3/de/System.Globalization.Extensions.xml", + "ref/netstandard1.3/es/System.Globalization.Extensions.xml", + "ref/netstandard1.3/fr/System.Globalization.Extensions.xml", + "ref/netstandard1.3/it/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ja/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ko/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ru/System.Globalization.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.Extensions.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -8297,13 +10470,14 @@ "system.globalization.extensions.nuspec" ] }, - "System.IdentityModel.Tokens.Jwt/8.0.1": { - "sha512": "GJw3bYkWpOgvN3tJo5X4lYUeIFA2HD293FPUhKmp7qxS+g5ywAb34Dnd3cDAFLkcMohy5XTpoaZ4uAHuw0uSPQ==", + "System.IdentityModel.Tokens.Jwt/8.6.0": { + "sha512": "PbhxMaAejQ5pVStTsMPzja0Q2FOeEIOQy8isxw2tTxduqIjWRJ+P78bWGpaXH67Tkeb+2t91YBj2stXEw6vyZQ==", "type": "package", - "path": "system.identitymodel.tokens.jwt/8.0.1", + "path": "system.identitymodel.tokens.jwt/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", + "README.md", "lib/net462/System.IdentityModel.Tokens.Jwt.dll", "lib/net462/System.IdentityModel.Tokens.Jwt.xml", "lib/net472/System.IdentityModel.Tokens.Jwt.dll", @@ -8316,7 +10490,7 @@ "lib/net9.0/System.IdentityModel.Tokens.Jwt.xml", "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll", "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.xml", - "system.identitymodel.tokens.jwt.8.0.1.nupkg.sha512", + "system.identitymodel.tokens.jwt.8.6.0.nupkg.sha512", "system.identitymodel.tokens.jwt.nuspec" ] }, @@ -8346,9 +10520,49 @@ "ref/net45/_._", "ref/net462/System.IO.dll", "ref/netcore50/System.IO.dll", + "ref/netcore50/System.IO.xml", + "ref/netcore50/de/System.IO.xml", + "ref/netcore50/es/System.IO.xml", + "ref/netcore50/fr/System.IO.xml", + "ref/netcore50/it/System.IO.xml", + "ref/netcore50/ja/System.IO.xml", + "ref/netcore50/ko/System.IO.xml", + "ref/netcore50/ru/System.IO.xml", + "ref/netcore50/zh-hans/System.IO.xml", + "ref/netcore50/zh-hant/System.IO.xml", "ref/netstandard1.0/System.IO.dll", + "ref/netstandard1.0/System.IO.xml", + "ref/netstandard1.0/de/System.IO.xml", + "ref/netstandard1.0/es/System.IO.xml", + "ref/netstandard1.0/fr/System.IO.xml", + "ref/netstandard1.0/it/System.IO.xml", + "ref/netstandard1.0/ja/System.IO.xml", + "ref/netstandard1.0/ko/System.IO.xml", + "ref/netstandard1.0/ru/System.IO.xml", + "ref/netstandard1.0/zh-hans/System.IO.xml", + "ref/netstandard1.0/zh-hant/System.IO.xml", "ref/netstandard1.3/System.IO.dll", + "ref/netstandard1.3/System.IO.xml", + "ref/netstandard1.3/de/System.IO.xml", + "ref/netstandard1.3/es/System.IO.xml", + "ref/netstandard1.3/fr/System.IO.xml", + "ref/netstandard1.3/it/System.IO.xml", + "ref/netstandard1.3/ja/System.IO.xml", + "ref/netstandard1.3/ko/System.IO.xml", + "ref/netstandard1.3/ru/System.IO.xml", + "ref/netstandard1.3/zh-hans/System.IO.xml", + "ref/netstandard1.3/zh-hant/System.IO.xml", "ref/netstandard1.5/System.IO.dll", + "ref/netstandard1.5/System.IO.xml", + "ref/netstandard1.5/de/System.IO.xml", + "ref/netstandard1.5/es/System.IO.xml", + "ref/netstandard1.5/fr/System.IO.xml", + "ref/netstandard1.5/it/System.IO.xml", + "ref/netstandard1.5/ja/System.IO.xml", + "ref/netstandard1.5/ko/System.IO.xml", + "ref/netstandard1.5/ru/System.IO.xml", + "ref/netstandard1.5/zh-hans/System.IO.xml", + "ref/netstandard1.5/zh-hant/System.IO.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8386,8 +10600,38 @@ "ref/net45/_._", "ref/net46/System.IO.Compression.dll", "ref/netcore50/System.IO.Compression.dll", + "ref/netcore50/System.IO.Compression.xml", + "ref/netcore50/de/System.IO.Compression.xml", + "ref/netcore50/es/System.IO.Compression.xml", + "ref/netcore50/fr/System.IO.Compression.xml", + "ref/netcore50/it/System.IO.Compression.xml", + "ref/netcore50/ja/System.IO.Compression.xml", + "ref/netcore50/ko/System.IO.Compression.xml", + "ref/netcore50/ru/System.IO.Compression.xml", + "ref/netcore50/zh-hans/System.IO.Compression.xml", + "ref/netcore50/zh-hant/System.IO.Compression.xml", "ref/netstandard1.1/System.IO.Compression.dll", + "ref/netstandard1.1/System.IO.Compression.xml", + "ref/netstandard1.1/de/System.IO.Compression.xml", + "ref/netstandard1.1/es/System.IO.Compression.xml", + "ref/netstandard1.1/fr/System.IO.Compression.xml", + "ref/netstandard1.1/it/System.IO.Compression.xml", + "ref/netstandard1.1/ja/System.IO.Compression.xml", + "ref/netstandard1.1/ko/System.IO.Compression.xml", + "ref/netstandard1.1/ru/System.IO.Compression.xml", + "ref/netstandard1.1/zh-hans/System.IO.Compression.xml", + "ref/netstandard1.1/zh-hant/System.IO.Compression.xml", "ref/netstandard1.3/System.IO.Compression.dll", + "ref/netstandard1.3/System.IO.Compression.xml", + "ref/netstandard1.3/de/System.IO.Compression.xml", + "ref/netstandard1.3/es/System.IO.Compression.xml", + "ref/netstandard1.3/fr/System.IO.Compression.xml", + "ref/netstandard1.3/it/System.IO.Compression.xml", + "ref/netstandard1.3/ja/System.IO.Compression.xml", + "ref/netstandard1.3/ko/System.IO.Compression.xml", + "ref/netstandard1.3/ru/System.IO.Compression.xml", + "ref/netstandard1.3/zh-hans/System.IO.Compression.xml", + "ref/netstandard1.3/zh-hant/System.IO.Compression.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -8423,6 +10667,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.Compression.ZipFile.dll", "ref/netstandard1.3/System.IO.Compression.ZipFile.dll", + "ref/netstandard1.3/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/de/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/es/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/fr/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/it/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ja/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ko/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ru/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/zh-hans/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/zh-hant/System.IO.Compression.ZipFile.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -8451,6 +10705,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.FileSystem.dll", "ref/netstandard1.3/System.IO.FileSystem.dll", + "ref/netstandard1.3/System.IO.FileSystem.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -8470,12 +10734,26 @@ "THIRD-PARTY-NOTICES.TXT", "lib/net46/System.IO.FileSystem.AccessControl.dll", "lib/net461/System.IO.FileSystem.AccessControl.dll", + "lib/net461/System.IO.FileSystem.AccessControl.xml", "lib/netstandard1.3/System.IO.FileSystem.AccessControl.dll", "lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll", + "lib/netstandard2.0/System.IO.FileSystem.AccessControl.xml", "ref/net46/System.IO.FileSystem.AccessControl.dll", "ref/net461/System.IO.FileSystem.AccessControl.dll", + "ref/net461/System.IO.FileSystem.AccessControl.xml", "ref/netstandard1.3/System.IO.FileSystem.AccessControl.dll", + "ref/netstandard1.3/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.AccessControl.xml", "ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll", + "ref/netstandard2.0/System.IO.FileSystem.AccessControl.xml", "runtimes/win/lib/net46/System.IO.FileSystem.AccessControl.dll", "runtimes/win/lib/net461/System.IO.FileSystem.AccessControl.dll", "runtimes/win/lib/net461/System.IO.FileSystem.AccessControl.xml", @@ -8509,6 +10787,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.FileSystem.Primitives.dll", "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll", + "ref/netstandard1.3/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.Primitives.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -8537,6 +10825,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.FileSystem.Watcher.dll", "ref/netstandard1.3/System.IO.FileSystem.Watcher.dll", + "ref/netstandard1.3/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.Watcher.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.Watcher.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -8570,6 +10868,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.MemoryMappedFiles.dll", "ref/netstandard1.3/System.IO.MemoryMappedFiles.dll", + "ref/netstandard1.3/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/de/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/es/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/fr/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/it/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/ja/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/ko/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/ru/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/zh-hans/System.IO.MemoryMappedFiles.xml", + "ref/netstandard1.3/zh-hant/System.IO.MemoryMappedFiles.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -8582,30 +10890,29 @@ "system.io.memorymappedfiles.nuspec" ] }, - "System.IO.Pipelines/5.0.1": { - "sha512": "qEePWsaq9LoEEIqhbGe6D5J8c9IqQOUuTzzV6wn1POlfdLkJliZY3OlB0j0f17uMWlqZYjH7txj+2YbyrIA8Yg==", + "System.IO.Pipelines/6.0.3": { + "sha512": "ryTgF+iFkpGZY1vRQhfCzX0xTdlV3pyaTTqRu2ETbEv+HlV7O6y7hyQURnghNIXvctl5DuZ//Dpks6HdL/Txgw==", "type": "package", - "path": "system.io.pipelines/5.0.1", + "path": "system.io.pipelines/6.0.3", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.IO.Pipelines.targets", + "buildTransitive/netcoreapp3.1/_._", "lib/net461/System.IO.Pipelines.dll", "lib/net461/System.IO.Pipelines.xml", - "lib/netcoreapp3.0/System.IO.Pipelines.dll", - "lib/netcoreapp3.0/System.IO.Pipelines.xml", - "lib/netstandard1.3/System.IO.Pipelines.dll", - "lib/netstandard1.3/System.IO.Pipelines.xml", + "lib/net6.0/System.IO.Pipelines.dll", + "lib/net6.0/System.IO.Pipelines.xml", + "lib/netcoreapp3.1/System.IO.Pipelines.dll", + "lib/netcoreapp3.1/System.IO.Pipelines.xml", "lib/netstandard2.0/System.IO.Pipelines.dll", "lib/netstandard2.0/System.IO.Pipelines.xml", - "ref/netcoreapp2.0/System.IO.Pipelines.dll", - "ref/netcoreapp2.0/System.IO.Pipelines.xml", - "system.io.pipelines.5.0.1.nupkg.sha512", + "system.io.pipelines.6.0.3.nupkg.sha512", "system.io.pipelines.nuspec", - "useSharedDesignerContext.txt", - "version.txt" + "useSharedDesignerContext.txt" ] }, "System.IO.UnmanagedMemoryStream/4.0.1": { @@ -8629,6 +10936,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.UnmanagedMemoryStream.dll", "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.dll", + "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/de/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/es/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/fr/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/it/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/ja/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/ko/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/ru/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/zh-hans/System.IO.UnmanagedMemoryStream.xml", + "ref/netstandard1.3/zh-hant/System.IO.UnmanagedMemoryStream.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -8665,8 +10982,38 @@ "ref/net45/_._", "ref/net463/System.Linq.dll", "ref/netcore50/System.Linq.dll", + "ref/netcore50/System.Linq.xml", + "ref/netcore50/de/System.Linq.xml", + "ref/netcore50/es/System.Linq.xml", + "ref/netcore50/fr/System.Linq.xml", + "ref/netcore50/it/System.Linq.xml", + "ref/netcore50/ja/System.Linq.xml", + "ref/netcore50/ko/System.Linq.xml", + "ref/netcore50/ru/System.Linq.xml", + "ref/netcore50/zh-hans/System.Linq.xml", + "ref/netcore50/zh-hant/System.Linq.xml", "ref/netstandard1.0/System.Linq.dll", + "ref/netstandard1.0/System.Linq.xml", + "ref/netstandard1.0/de/System.Linq.xml", + "ref/netstandard1.0/es/System.Linq.xml", + "ref/netstandard1.0/fr/System.Linq.xml", + "ref/netstandard1.0/it/System.Linq.xml", + "ref/netstandard1.0/ja/System.Linq.xml", + "ref/netstandard1.0/ko/System.Linq.xml", + "ref/netstandard1.0/ru/System.Linq.xml", + "ref/netstandard1.0/zh-hans/System.Linq.xml", + "ref/netstandard1.0/zh-hant/System.Linq.xml", "ref/netstandard1.6/System.Linq.dll", + "ref/netstandard1.6/System.Linq.xml", + "ref/netstandard1.6/de/System.Linq.xml", + "ref/netstandard1.6/es/System.Linq.xml", + "ref/netstandard1.6/fr/System.Linq.xml", + "ref/netstandard1.6/it/System.Linq.xml", + "ref/netstandard1.6/ja/System.Linq.xml", + "ref/netstandard1.6/ko/System.Linq.xml", + "ref/netstandard1.6/ru/System.Linq.xml", + "ref/netstandard1.6/zh-hans/System.Linq.xml", + "ref/netstandard1.6/zh-hant/System.Linq.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8707,9 +11054,49 @@ "ref/net45/_._", "ref/net463/System.Linq.Expressions.dll", "ref/netcore50/System.Linq.Expressions.dll", + "ref/netcore50/System.Linq.Expressions.xml", + "ref/netcore50/de/System.Linq.Expressions.xml", + "ref/netcore50/es/System.Linq.Expressions.xml", + "ref/netcore50/fr/System.Linq.Expressions.xml", + "ref/netcore50/it/System.Linq.Expressions.xml", + "ref/netcore50/ja/System.Linq.Expressions.xml", + "ref/netcore50/ko/System.Linq.Expressions.xml", + "ref/netcore50/ru/System.Linq.Expressions.xml", + "ref/netcore50/zh-hans/System.Linq.Expressions.xml", + "ref/netcore50/zh-hant/System.Linq.Expressions.xml", "ref/netstandard1.0/System.Linq.Expressions.dll", + "ref/netstandard1.0/System.Linq.Expressions.xml", + "ref/netstandard1.0/de/System.Linq.Expressions.xml", + "ref/netstandard1.0/es/System.Linq.Expressions.xml", + "ref/netstandard1.0/fr/System.Linq.Expressions.xml", + "ref/netstandard1.0/it/System.Linq.Expressions.xml", + "ref/netstandard1.0/ja/System.Linq.Expressions.xml", + "ref/netstandard1.0/ko/System.Linq.Expressions.xml", + "ref/netstandard1.0/ru/System.Linq.Expressions.xml", + "ref/netstandard1.0/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.0/zh-hant/System.Linq.Expressions.xml", "ref/netstandard1.3/System.Linq.Expressions.dll", + "ref/netstandard1.3/System.Linq.Expressions.xml", + "ref/netstandard1.3/de/System.Linq.Expressions.xml", + "ref/netstandard1.3/es/System.Linq.Expressions.xml", + "ref/netstandard1.3/fr/System.Linq.Expressions.xml", + "ref/netstandard1.3/it/System.Linq.Expressions.xml", + "ref/netstandard1.3/ja/System.Linq.Expressions.xml", + "ref/netstandard1.3/ko/System.Linq.Expressions.xml", + "ref/netstandard1.3/ru/System.Linq.Expressions.xml", + "ref/netstandard1.3/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.3/zh-hant/System.Linq.Expressions.xml", "ref/netstandard1.6/System.Linq.Expressions.dll", + "ref/netstandard1.6/System.Linq.Expressions.xml", + "ref/netstandard1.6/de/System.Linq.Expressions.xml", + "ref/netstandard1.6/es/System.Linq.Expressions.xml", + "ref/netstandard1.6/fr/System.Linq.Expressions.xml", + "ref/netstandard1.6/it/System.Linq.Expressions.xml", + "ref/netstandard1.6/ja/System.Linq.Expressions.xml", + "ref/netstandard1.6/ko/System.Linq.Expressions.xml", + "ref/netstandard1.6/ru/System.Linq.Expressions.xml", + "ref/netstandard1.6/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.6/zh-hant/System.Linq.Expressions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8748,7 +11135,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Linq.Parallel.dll", + "ref/netcore50/System.Linq.Parallel.xml", + "ref/netcore50/de/System.Linq.Parallel.xml", + "ref/netcore50/es/System.Linq.Parallel.xml", + "ref/netcore50/fr/System.Linq.Parallel.xml", + "ref/netcore50/it/System.Linq.Parallel.xml", + "ref/netcore50/ja/System.Linq.Parallel.xml", + "ref/netcore50/ko/System.Linq.Parallel.xml", + "ref/netcore50/ru/System.Linq.Parallel.xml", + "ref/netcore50/zh-hans/System.Linq.Parallel.xml", + "ref/netcore50/zh-hant/System.Linq.Parallel.xml", "ref/netstandard1.1/System.Linq.Parallel.dll", + "ref/netstandard1.1/System.Linq.Parallel.xml", + "ref/netstandard1.1/de/System.Linq.Parallel.xml", + "ref/netstandard1.1/es/System.Linq.Parallel.xml", + "ref/netstandard1.1/fr/System.Linq.Parallel.xml", + "ref/netstandard1.1/it/System.Linq.Parallel.xml", + "ref/netstandard1.1/ja/System.Linq.Parallel.xml", + "ref/netstandard1.1/ko/System.Linq.Parallel.xml", + "ref/netstandard1.1/ru/System.Linq.Parallel.xml", + "ref/netstandard1.1/zh-hans/System.Linq.Parallel.xml", + "ref/netstandard1.1/zh-hant/System.Linq.Parallel.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -8786,7 +11193,27 @@ "ref/monotouch10/_._", "ref/net45/_._", "ref/netcore50/System.Linq.Queryable.dll", + "ref/netcore50/System.Linq.Queryable.xml", + "ref/netcore50/de/System.Linq.Queryable.xml", + "ref/netcore50/es/System.Linq.Queryable.xml", + "ref/netcore50/fr/System.Linq.Queryable.xml", + "ref/netcore50/it/System.Linq.Queryable.xml", + "ref/netcore50/ja/System.Linq.Queryable.xml", + "ref/netcore50/ko/System.Linq.Queryable.xml", + "ref/netcore50/ru/System.Linq.Queryable.xml", + "ref/netcore50/zh-hans/System.Linq.Queryable.xml", + "ref/netcore50/zh-hant/System.Linq.Queryable.xml", "ref/netstandard1.0/System.Linq.Queryable.dll", + "ref/netstandard1.0/System.Linq.Queryable.xml", + "ref/netstandard1.0/de/System.Linq.Queryable.xml", + "ref/netstandard1.0/es/System.Linq.Queryable.xml", + "ref/netstandard1.0/fr/System.Linq.Queryable.xml", + "ref/netstandard1.0/it/System.Linq.Queryable.xml", + "ref/netstandard1.0/ja/System.Linq.Queryable.xml", + "ref/netstandard1.0/ko/System.Linq.Queryable.xml", + "ref/netstandard1.0/ru/System.Linq.Queryable.xml", + "ref/netstandard1.0/zh-hans/System.Linq.Queryable.xml", + "ref/netstandard1.0/zh-hant/System.Linq.Queryable.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8833,7 +11260,9 @@ "DotNetPackageIcon.png", "README.md", "lib/net461/System.Memory.Data.dll", + "lib/net461/System.Memory.Data.xml", "lib/netstandard2.0/System.Memory.Data.dll", + "lib/netstandard2.0/System.Memory.Data.xml", "system.memory.data.1.0.2.nupkg.sha512", "system.memory.data.nuspec" ] @@ -8863,9 +11292,49 @@ "ref/monotouch10/_._", "ref/net45/_._", "ref/net46/System.Net.Http.dll", + "ref/net46/System.Net.Http.xml", + "ref/net46/de/System.Net.Http.xml", + "ref/net46/es/System.Net.Http.xml", + "ref/net46/fr/System.Net.Http.xml", + "ref/net46/it/System.Net.Http.xml", + "ref/net46/ja/System.Net.Http.xml", + "ref/net46/ko/System.Net.Http.xml", + "ref/net46/ru/System.Net.Http.xml", + "ref/net46/zh-hans/System.Net.Http.xml", + "ref/net46/zh-hant/System.Net.Http.xml", "ref/netcore50/System.Net.Http.dll", + "ref/netcore50/System.Net.Http.xml", + "ref/netcore50/de/System.Net.Http.xml", + "ref/netcore50/es/System.Net.Http.xml", + "ref/netcore50/fr/System.Net.Http.xml", + "ref/netcore50/it/System.Net.Http.xml", + "ref/netcore50/ja/System.Net.Http.xml", + "ref/netcore50/ko/System.Net.Http.xml", + "ref/netcore50/ru/System.Net.Http.xml", + "ref/netcore50/zh-hans/System.Net.Http.xml", + "ref/netcore50/zh-hant/System.Net.Http.xml", "ref/netstandard1.1/System.Net.Http.dll", + "ref/netstandard1.1/System.Net.Http.xml", + "ref/netstandard1.1/de/System.Net.Http.xml", + "ref/netstandard1.1/es/System.Net.Http.xml", + "ref/netstandard1.1/fr/System.Net.Http.xml", + "ref/netstandard1.1/it/System.Net.Http.xml", + "ref/netstandard1.1/ja/System.Net.Http.xml", + "ref/netstandard1.1/ko/System.Net.Http.xml", + "ref/netstandard1.1/ru/System.Net.Http.xml", + "ref/netstandard1.1/zh-hans/System.Net.Http.xml", + "ref/netstandard1.1/zh-hant/System.Net.Http.xml", "ref/netstandard1.3/System.Net.Http.dll", + "ref/netstandard1.3/System.Net.Http.xml", + "ref/netstandard1.3/de/System.Net.Http.xml", + "ref/netstandard1.3/es/System.Net.Http.xml", + "ref/netstandard1.3/fr/System.Net.Http.xml", + "ref/netstandard1.3/it/System.Net.Http.xml", + "ref/netstandard1.3/ja/System.Net.Http.xml", + "ref/netstandard1.3/ko/System.Net.Http.xml", + "ref/netstandard1.3/ru/System.Net.Http.xml", + "ref/netstandard1.3/zh-hans/System.Net.Http.xml", + "ref/netstandard1.3/zh-hant/System.Net.Http.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -8900,6 +11369,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Net.NameResolution.dll", "ref/netstandard1.3/System.Net.NameResolution.dll", + "ref/netstandard1.3/System.Net.NameResolution.xml", + "ref/netstandard1.3/de/System.Net.NameResolution.xml", + "ref/netstandard1.3/es/System.Net.NameResolution.xml", + "ref/netstandard1.3/fr/System.Net.NameResolution.xml", + "ref/netstandard1.3/it/System.Net.NameResolution.xml", + "ref/netstandard1.3/ja/System.Net.NameResolution.xml", + "ref/netstandard1.3/ko/System.Net.NameResolution.xml", + "ref/netstandard1.3/ru/System.Net.NameResolution.xml", + "ref/netstandard1.3/zh-hans/System.Net.NameResolution.xml", + "ref/netstandard1.3/zh-hant/System.Net.NameResolution.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -8936,9 +11415,49 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Net.Primitives.dll", + "ref/netcore50/System.Net.Primitives.xml", + "ref/netcore50/de/System.Net.Primitives.xml", + "ref/netcore50/es/System.Net.Primitives.xml", + "ref/netcore50/fr/System.Net.Primitives.xml", + "ref/netcore50/it/System.Net.Primitives.xml", + "ref/netcore50/ja/System.Net.Primitives.xml", + "ref/netcore50/ko/System.Net.Primitives.xml", + "ref/netcore50/ru/System.Net.Primitives.xml", + "ref/netcore50/zh-hans/System.Net.Primitives.xml", + "ref/netcore50/zh-hant/System.Net.Primitives.xml", "ref/netstandard1.0/System.Net.Primitives.dll", + "ref/netstandard1.0/System.Net.Primitives.xml", + "ref/netstandard1.0/de/System.Net.Primitives.xml", + "ref/netstandard1.0/es/System.Net.Primitives.xml", + "ref/netstandard1.0/fr/System.Net.Primitives.xml", + "ref/netstandard1.0/it/System.Net.Primitives.xml", + "ref/netstandard1.0/ja/System.Net.Primitives.xml", + "ref/netstandard1.0/ko/System.Net.Primitives.xml", + "ref/netstandard1.0/ru/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Net.Primitives.xml", "ref/netstandard1.1/System.Net.Primitives.dll", + "ref/netstandard1.1/System.Net.Primitives.xml", + "ref/netstandard1.1/de/System.Net.Primitives.xml", + "ref/netstandard1.1/es/System.Net.Primitives.xml", + "ref/netstandard1.1/fr/System.Net.Primitives.xml", + "ref/netstandard1.1/it/System.Net.Primitives.xml", + "ref/netstandard1.1/ja/System.Net.Primitives.xml", + "ref/netstandard1.1/ko/System.Net.Primitives.xml", + "ref/netstandard1.1/ru/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hant/System.Net.Primitives.xml", "ref/netstandard1.3/System.Net.Primitives.dll", + "ref/netstandard1.3/System.Net.Primitives.xml", + "ref/netstandard1.3/de/System.Net.Primitives.xml", + "ref/netstandard1.3/es/System.Net.Primitives.xml", + "ref/netstandard1.3/fr/System.Net.Primitives.xml", + "ref/netstandard1.3/it/System.Net.Primitives.xml", + "ref/netstandard1.3/ja/System.Net.Primitives.xml", + "ref/netstandard1.3/ko/System.Net.Primitives.xml", + "ref/netstandard1.3/ru/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.Net.Primitives.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8976,9 +11495,49 @@ "ref/net45/_._", "ref/net46/_._", "ref/netcore50/System.Net.Requests.dll", + "ref/netcore50/System.Net.Requests.xml", + "ref/netcore50/de/System.Net.Requests.xml", + "ref/netcore50/es/System.Net.Requests.xml", + "ref/netcore50/fr/System.Net.Requests.xml", + "ref/netcore50/it/System.Net.Requests.xml", + "ref/netcore50/ja/System.Net.Requests.xml", + "ref/netcore50/ko/System.Net.Requests.xml", + "ref/netcore50/ru/System.Net.Requests.xml", + "ref/netcore50/zh-hans/System.Net.Requests.xml", + "ref/netcore50/zh-hant/System.Net.Requests.xml", "ref/netstandard1.0/System.Net.Requests.dll", + "ref/netstandard1.0/System.Net.Requests.xml", + "ref/netstandard1.0/de/System.Net.Requests.xml", + "ref/netstandard1.0/es/System.Net.Requests.xml", + "ref/netstandard1.0/fr/System.Net.Requests.xml", + "ref/netstandard1.0/it/System.Net.Requests.xml", + "ref/netstandard1.0/ja/System.Net.Requests.xml", + "ref/netstandard1.0/ko/System.Net.Requests.xml", + "ref/netstandard1.0/ru/System.Net.Requests.xml", + "ref/netstandard1.0/zh-hans/System.Net.Requests.xml", + "ref/netstandard1.0/zh-hant/System.Net.Requests.xml", "ref/netstandard1.1/System.Net.Requests.dll", + "ref/netstandard1.1/System.Net.Requests.xml", + "ref/netstandard1.1/de/System.Net.Requests.xml", + "ref/netstandard1.1/es/System.Net.Requests.xml", + "ref/netstandard1.1/fr/System.Net.Requests.xml", + "ref/netstandard1.1/it/System.Net.Requests.xml", + "ref/netstandard1.1/ja/System.Net.Requests.xml", + "ref/netstandard1.1/ko/System.Net.Requests.xml", + "ref/netstandard1.1/ru/System.Net.Requests.xml", + "ref/netstandard1.1/zh-hans/System.Net.Requests.xml", + "ref/netstandard1.1/zh-hant/System.Net.Requests.xml", "ref/netstandard1.3/System.Net.Requests.dll", + "ref/netstandard1.3/System.Net.Requests.xml", + "ref/netstandard1.3/de/System.Net.Requests.xml", + "ref/netstandard1.3/es/System.Net.Requests.xml", + "ref/netstandard1.3/fr/System.Net.Requests.xml", + "ref/netstandard1.3/it/System.Net.Requests.xml", + "ref/netstandard1.3/ja/System.Net.Requests.xml", + "ref/netstandard1.3/ko/System.Net.Requests.xml", + "ref/netstandard1.3/ru/System.Net.Requests.xml", + "ref/netstandard1.3/zh-hans/System.Net.Requests.xml", + "ref/netstandard1.3/zh-hant/System.Net.Requests.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9014,6 +11573,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Net.Security.dll", "ref/netstandard1.3/System.Net.Security.dll", + "ref/netstandard1.3/System.Net.Security.xml", + "ref/netstandard1.3/de/System.Net.Security.xml", + "ref/netstandard1.3/es/System.Net.Security.xml", + "ref/netstandard1.3/fr/System.Net.Security.xml", + "ref/netstandard1.3/it/System.Net.Security.xml", + "ref/netstandard1.3/ja/System.Net.Security.xml", + "ref/netstandard1.3/ko/System.Net.Security.xml", + "ref/netstandard1.3/ru/System.Net.Security.xml", + "ref/netstandard1.3/zh-hans/System.Net.Security.xml", + "ref/netstandard1.3/zh-hant/System.Net.Security.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -9046,6 +11615,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Net.Sockets.dll", "ref/netstandard1.3/System.Net.Sockets.dll", + "ref/netstandard1.3/System.Net.Sockets.xml", + "ref/netstandard1.3/de/System.Net.Sockets.xml", + "ref/netstandard1.3/es/System.Net.Sockets.xml", + "ref/netstandard1.3/fr/System.Net.Sockets.xml", + "ref/netstandard1.3/it/System.Net.Sockets.xml", + "ref/netstandard1.3/ja/System.Net.Sockets.xml", + "ref/netstandard1.3/ko/System.Net.Sockets.xml", + "ref/netstandard1.3/ru/System.Net.Sockets.xml", + "ref/netstandard1.3/zh-hans/System.Net.Sockets.xml", + "ref/netstandard1.3/zh-hant/System.Net.Sockets.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -9075,6 +11654,16 @@ "ref/MonoTouch10/_._", "ref/net46/_._", "ref/netstandard1.3/System.Net.WebHeaderCollection.dll", + "ref/netstandard1.3/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/de/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/es/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/fr/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/it/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/ja/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/ko/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/ru/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/zh-hans/System.Net.WebHeaderCollection.xml", + "ref/netstandard1.3/zh-hant/System.Net.WebHeaderCollection.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -9095,9 +11684,12 @@ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/System.Numerics.Vectors.dll", + "lib/net46/System.Numerics.Vectors.xml", "lib/netcoreapp2.0/_._", "lib/netstandard1.0/System.Numerics.Vectors.dll", + "lib/netstandard1.0/System.Numerics.Vectors.xml", "lib/netstandard2.0/System.Numerics.Vectors.dll", + "lib/netstandard2.0/System.Numerics.Vectors.xml", "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll", "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml", "lib/uap10.0.16299/_._", @@ -9108,10 +11700,14 @@ "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net45/System.Numerics.Vectors.dll", + "ref/net45/System.Numerics.Vectors.xml", "ref/net46/System.Numerics.Vectors.dll", + "ref/net46/System.Numerics.Vectors.xml", "ref/netcoreapp2.0/_._", "ref/netstandard1.0/System.Numerics.Vectors.dll", + "ref/netstandard1.0/System.Numerics.Vectors.xml", "ref/netstandard2.0/System.Numerics.Vectors.dll", + "ref/netstandard2.0/System.Numerics.Vectors.xml", "ref/uap10.0.16299/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", @@ -9149,8 +11745,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.ObjectModel.dll", + "ref/netcore50/System.ObjectModel.xml", + "ref/netcore50/de/System.ObjectModel.xml", + "ref/netcore50/es/System.ObjectModel.xml", + "ref/netcore50/fr/System.ObjectModel.xml", + "ref/netcore50/it/System.ObjectModel.xml", + "ref/netcore50/ja/System.ObjectModel.xml", + "ref/netcore50/ko/System.ObjectModel.xml", + "ref/netcore50/ru/System.ObjectModel.xml", + "ref/netcore50/zh-hans/System.ObjectModel.xml", + "ref/netcore50/zh-hant/System.ObjectModel.xml", "ref/netstandard1.0/System.ObjectModel.dll", + "ref/netstandard1.0/System.ObjectModel.xml", + "ref/netstandard1.0/de/System.ObjectModel.xml", + "ref/netstandard1.0/es/System.ObjectModel.xml", + "ref/netstandard1.0/fr/System.ObjectModel.xml", + "ref/netstandard1.0/it/System.ObjectModel.xml", + "ref/netstandard1.0/ja/System.ObjectModel.xml", + "ref/netstandard1.0/ko/System.ObjectModel.xml", + "ref/netstandard1.0/ru/System.ObjectModel.xml", + "ref/netstandard1.0/zh-hans/System.ObjectModel.xml", + "ref/netstandard1.0/zh-hant/System.ObjectModel.xml", "ref/netstandard1.3/System.ObjectModel.dll", + "ref/netstandard1.3/System.ObjectModel.xml", + "ref/netstandard1.3/de/System.ObjectModel.xml", + "ref/netstandard1.3/es/System.ObjectModel.xml", + "ref/netstandard1.3/fr/System.ObjectModel.xml", + "ref/netstandard1.3/it/System.ObjectModel.xml", + "ref/netstandard1.3/ja/System.ObjectModel.xml", + "ref/netstandard1.3/ko/System.ObjectModel.xml", + "ref/netstandard1.3/ru/System.ObjectModel.xml", + "ref/netstandard1.3/zh-hans/System.ObjectModel.xml", + "ref/netstandard1.3/zh-hant/System.ObjectModel.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9205,9 +11831,49 @@ "ref/net45/_._", "ref/net462/System.Reflection.dll", "ref/netcore50/System.Reflection.dll", + "ref/netcore50/System.Reflection.xml", + "ref/netcore50/de/System.Reflection.xml", + "ref/netcore50/es/System.Reflection.xml", + "ref/netcore50/fr/System.Reflection.xml", + "ref/netcore50/it/System.Reflection.xml", + "ref/netcore50/ja/System.Reflection.xml", + "ref/netcore50/ko/System.Reflection.xml", + "ref/netcore50/ru/System.Reflection.xml", + "ref/netcore50/zh-hans/System.Reflection.xml", + "ref/netcore50/zh-hant/System.Reflection.xml", "ref/netstandard1.0/System.Reflection.dll", + "ref/netstandard1.0/System.Reflection.xml", + "ref/netstandard1.0/de/System.Reflection.xml", + "ref/netstandard1.0/es/System.Reflection.xml", + "ref/netstandard1.0/fr/System.Reflection.xml", + "ref/netstandard1.0/it/System.Reflection.xml", + "ref/netstandard1.0/ja/System.Reflection.xml", + "ref/netstandard1.0/ko/System.Reflection.xml", + "ref/netstandard1.0/ru/System.Reflection.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.xml", "ref/netstandard1.3/System.Reflection.dll", + "ref/netstandard1.3/System.Reflection.xml", + "ref/netstandard1.3/de/System.Reflection.xml", + "ref/netstandard1.3/es/System.Reflection.xml", + "ref/netstandard1.3/fr/System.Reflection.xml", + "ref/netstandard1.3/it/System.Reflection.xml", + "ref/netstandard1.3/ja/System.Reflection.xml", + "ref/netstandard1.3/ko/System.Reflection.xml", + "ref/netstandard1.3/ru/System.Reflection.xml", + "ref/netstandard1.3/zh-hans/System.Reflection.xml", + "ref/netstandard1.3/zh-hant/System.Reflection.xml", "ref/netstandard1.5/System.Reflection.dll", + "ref/netstandard1.5/System.Reflection.xml", + "ref/netstandard1.5/de/System.Reflection.xml", + "ref/netstandard1.5/es/System.Reflection.xml", + "ref/netstandard1.5/fr/System.Reflection.xml", + "ref/netstandard1.5/it/System.Reflection.xml", + "ref/netstandard1.5/ja/System.Reflection.xml", + "ref/netstandard1.5/ko/System.Reflection.xml", + "ref/netstandard1.5/ru/System.Reflection.xml", + "ref/netstandard1.5/zh-hans/System.Reflection.xml", + "ref/netstandard1.5/zh-hant/System.Reflection.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9239,6 +11905,16 @@ "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/netstandard1.3/System.Reflection.DispatchProxy.dll", + "ref/netstandard1.3/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/de/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/es/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/fr/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/it/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/ja/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/ko/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/ru/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/zh-hans/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/zh-hant/System.Reflection.DispatchProxy.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -9308,6 +11984,16 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll", + "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/de/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/es/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/fr/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/it/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ja/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ko/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ru/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Emit.ILGeneration.xml", "ref/portable-net45+wp8/_._", "ref/wp80/_._", "ref/xamarinios10/_._", @@ -9388,7 +12074,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Reflection.Extensions.dll", + "ref/netcore50/System.Reflection.Extensions.xml", + "ref/netcore50/de/System.Reflection.Extensions.xml", + "ref/netcore50/es/System.Reflection.Extensions.xml", + "ref/netcore50/fr/System.Reflection.Extensions.xml", + "ref/netcore50/it/System.Reflection.Extensions.xml", + "ref/netcore50/ja/System.Reflection.Extensions.xml", + "ref/netcore50/ko/System.Reflection.Extensions.xml", + "ref/netcore50/ru/System.Reflection.Extensions.xml", + "ref/netcore50/zh-hans/System.Reflection.Extensions.xml", + "ref/netcore50/zh-hant/System.Reflection.Extensions.xml", "ref/netstandard1.0/System.Reflection.Extensions.dll", + "ref/netstandard1.0/System.Reflection.Extensions.xml", + "ref/netstandard1.0/de/System.Reflection.Extensions.xml", + "ref/netstandard1.0/es/System.Reflection.Extensions.xml", + "ref/netstandard1.0/fr/System.Reflection.Extensions.xml", + "ref/netstandard1.0/it/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ja/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ko/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ru/System.Reflection.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Extensions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9401,23 +12107,27 @@ "system.reflection.extensions.nuspec" ] }, - "System.Reflection.Metadata/1.6.0": { - "sha512": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==", + "System.Reflection.Metadata/6.0.1": { + "sha512": "III/lNMSn0ZRBuM9m5Cgbiho5j81u0FAEagFX5ta2DKbljZ3T0IpD8j+BIiHQPeKqJppWS9bGEp6JnKnWKze0g==", "type": "package", - "path": "system.reflection.metadata/1.6.0", + "path": "system.reflection.metadata/6.0.1", "files": [ ".nupkg.metadata", ".signature.p7s", + "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", - "lib/netstandard1.1/System.Reflection.Metadata.dll", + "buildTransitive/netcoreapp2.0/System.Reflection.Metadata.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Reflection.Metadata.dll", + "lib/net461/System.Reflection.Metadata.xml", + "lib/net6.0/System.Reflection.Metadata.dll", + "lib/net6.0/System.Reflection.Metadata.xml", "lib/netstandard2.0/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "system.reflection.metadata.1.6.0.nupkg.sha512", + "lib/netstandard2.0/System.Reflection.Metadata.xml", + "system.reflection.metadata.6.0.1.nupkg.sha512", "system.reflection.metadata.nuspec", - "useSharedDesignerContext.txt", - "version.txt" + "useSharedDesignerContext.txt" ] }, "System.Reflection.Primitives/4.3.0": { @@ -9444,7 +12154,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/netcore50/de/System.Reflection.Primitives.xml", + "ref/netcore50/es/System.Reflection.Primitives.xml", + "ref/netcore50/fr/System.Reflection.Primitives.xml", + "ref/netcore50/it/System.Reflection.Primitives.xml", + "ref/netcore50/ja/System.Reflection.Primitives.xml", + "ref/netcore50/ko/System.Reflection.Primitives.xml", + "ref/netcore50/ru/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hans/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hant/System.Reflection.Primitives.xml", "ref/netstandard1.0/System.Reflection.Primitives.dll", + "ref/netstandard1.0/System.Reflection.Primitives.xml", + "ref/netstandard1.0/de/System.Reflection.Primitives.xml", + "ref/netstandard1.0/es/System.Reflection.Primitives.xml", + "ref/netstandard1.0/fr/System.Reflection.Primitives.xml", + "ref/netstandard1.0/it/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ja/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ko/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ru/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9549,7 +12279,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/netcore50/System.Resources.ResourceManager.xml", + "ref/netcore50/de/System.Resources.ResourceManager.xml", + "ref/netcore50/es/System.Resources.ResourceManager.xml", + "ref/netcore50/fr/System.Resources.ResourceManager.xml", + "ref/netcore50/it/System.Resources.ResourceManager.xml", + "ref/netcore50/ja/System.Resources.ResourceManager.xml", + "ref/netcore50/ko/System.Resources.ResourceManager.xml", + "ref/netcore50/ru/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml", "ref/netstandard1.0/System.Resources.ResourceManager.dll", + "ref/netstandard1.0/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/de/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/es/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/it/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9588,10 +12338,60 @@ "ref/net45/_._", "ref/net462/System.Runtime.dll", "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", + "ref/netcore50/de/System.Runtime.xml", + "ref/netcore50/es/System.Runtime.xml", + "ref/netcore50/fr/System.Runtime.xml", + "ref/netcore50/it/System.Runtime.xml", + "ref/netcore50/ja/System.Runtime.xml", + "ref/netcore50/ko/System.Runtime.xml", + "ref/netcore50/ru/System.Runtime.xml", + "ref/netcore50/zh-hans/System.Runtime.xml", + "ref/netcore50/zh-hant/System.Runtime.xml", "ref/netstandard1.0/System.Runtime.dll", + "ref/netstandard1.0/System.Runtime.xml", + "ref/netstandard1.0/de/System.Runtime.xml", + "ref/netstandard1.0/es/System.Runtime.xml", + "ref/netstandard1.0/fr/System.Runtime.xml", + "ref/netstandard1.0/it/System.Runtime.xml", + "ref/netstandard1.0/ja/System.Runtime.xml", + "ref/netstandard1.0/ko/System.Runtime.xml", + "ref/netstandard1.0/ru/System.Runtime.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.xml", "ref/netstandard1.2/System.Runtime.dll", + "ref/netstandard1.2/System.Runtime.xml", + "ref/netstandard1.2/de/System.Runtime.xml", + "ref/netstandard1.2/es/System.Runtime.xml", + "ref/netstandard1.2/fr/System.Runtime.xml", + "ref/netstandard1.2/it/System.Runtime.xml", + "ref/netstandard1.2/ja/System.Runtime.xml", + "ref/netstandard1.2/ko/System.Runtime.xml", + "ref/netstandard1.2/ru/System.Runtime.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.xml", "ref/netstandard1.3/System.Runtime.dll", + "ref/netstandard1.3/System.Runtime.xml", + "ref/netstandard1.3/de/System.Runtime.xml", + "ref/netstandard1.3/es/System.Runtime.xml", + "ref/netstandard1.3/fr/System.Runtime.xml", + "ref/netstandard1.3/it/System.Runtime.xml", + "ref/netstandard1.3/ja/System.Runtime.xml", + "ref/netstandard1.3/ko/System.Runtime.xml", + "ref/netstandard1.3/ru/System.Runtime.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.xml", "ref/netstandard1.5/System.Runtime.dll", + "ref/netstandard1.5/System.Runtime.xml", + "ref/netstandard1.5/de/System.Runtime.xml", + "ref/netstandard1.5/es/System.Runtime.xml", + "ref/netstandard1.5/fr/System.Runtime.xml", + "ref/netstandard1.5/it/System.Runtime.xml", + "ref/netstandard1.5/ja/System.Runtime.xml", + "ref/netstandard1.5/ko/System.Runtime.xml", + "ref/netstandard1.5/ru/System.Runtime.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.xml", "ref/portable-net45+win8+wp80+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9604,6 +12404,45 @@ "system.runtime.nuspec" ] }, + "System.Runtime.Caching/8.0.0": { + "sha512": "4TmlmvGp4kzZomm7J2HJn6IIx0UUrQyhBDyb5O1XiunZlQImXW+B8b7W/sTPcXhSf9rp5NR5aDtQllwbB5elOQ==", + "type": "package", + "path": "system.runtime.caching/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Runtime.Caching.targets", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net462/_._", + "lib/net6.0/System.Runtime.Caching.dll", + "lib/net6.0/System.Runtime.Caching.xml", + "lib/net7.0/System.Runtime.Caching.dll", + "lib/net7.0/System.Runtime.Caching.xml", + "lib/net8.0/System.Runtime.Caching.dll", + "lib/net8.0/System.Runtime.Caching.xml", + "lib/netstandard2.0/System.Runtime.Caching.dll", + "lib/netstandard2.0/System.Runtime.Caching.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "runtimes/win/lib/net6.0/System.Runtime.Caching.dll", + "runtimes/win/lib/net6.0/System.Runtime.Caching.xml", + "runtimes/win/lib/net7.0/System.Runtime.Caching.dll", + "runtimes/win/lib/net7.0/System.Runtime.Caching.xml", + "runtimes/win/lib/net8.0/System.Runtime.Caching.dll", + "runtimes/win/lib/net8.0/System.Runtime.Caching.xml", + "system.runtime.caching.8.0.0.nupkg.sha512", + "system.runtime.caching.nuspec", + "useSharedDesignerContext.txt" + ] + }, "System.Runtime.CompilerServices.Unsafe/6.0.0": { "sha512": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", "type": "package", @@ -9617,9 +12456,13 @@ "buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets", "buildTransitive/netcoreapp3.1/_._", "lib/net461/System.Runtime.CompilerServices.Unsafe.dll", + "lib/net461/System.Runtime.CompilerServices.Unsafe.xml", "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml", "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.xml", "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", "system.runtime.compilerservices.unsafe.nuspec", "useSharedDesignerContext.txt" @@ -9651,9 +12494,49 @@ "ref/net45/_._", "ref/net462/System.Runtime.Extensions.dll", "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", + "ref/netcore50/de/System.Runtime.Extensions.xml", + "ref/netcore50/es/System.Runtime.Extensions.xml", + "ref/netcore50/fr/System.Runtime.Extensions.xml", + "ref/netcore50/it/System.Runtime.Extensions.xml", + "ref/netcore50/ja/System.Runtime.Extensions.xml", + "ref/netcore50/ko/System.Runtime.Extensions.xml", + "ref/netcore50/ru/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/netstandard1.0/System.Runtime.Extensions.dll", + "ref/netstandard1.0/System.Runtime.Extensions.xml", + "ref/netstandard1.0/de/System.Runtime.Extensions.xml", + "ref/netstandard1.0/es/System.Runtime.Extensions.xml", + "ref/netstandard1.0/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.0/it/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml", "ref/netstandard1.3/System.Runtime.Extensions.dll", + "ref/netstandard1.3/System.Runtime.Extensions.xml", + "ref/netstandard1.3/de/System.Runtime.Extensions.xml", + "ref/netstandard1.3/es/System.Runtime.Extensions.xml", + "ref/netstandard1.3/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.3/it/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml", "ref/netstandard1.5/System.Runtime.Extensions.dll", + "ref/netstandard1.5/System.Runtime.Extensions.xml", + "ref/netstandard1.5/de/System.Runtime.Extensions.xml", + "ref/netstandard1.5/es/System.Runtime.Extensions.xml", + "ref/netstandard1.5/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.5/it/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9686,6 +12569,16 @@ "ref/MonoTouch10/_._", "ref/net46/_._", "ref/netstandard1.3/System.Runtime.Handles.dll", + "ref/netstandard1.3/System.Runtime.Handles.xml", + "ref/netstandard1.3/de/System.Runtime.Handles.xml", + "ref/netstandard1.3/es/System.Runtime.Handles.xml", + "ref/netstandard1.3/fr/System.Runtime.Handles.xml", + "ref/netstandard1.3/it/System.Runtime.Handles.xml", + "ref/netstandard1.3/ja/System.Runtime.Handles.xml", + "ref/netstandard1.3/ko/System.Runtime.Handles.xml", + "ref/netstandard1.3/ru/System.Runtime.Handles.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Handles.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Handles.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -9721,11 +12614,61 @@ "ref/net462/System.Runtime.InteropServices.dll", "ref/net463/System.Runtime.InteropServices.dll", "ref/netcore50/System.Runtime.InteropServices.dll", + "ref/netcore50/System.Runtime.InteropServices.xml", + "ref/netcore50/de/System.Runtime.InteropServices.xml", + "ref/netcore50/es/System.Runtime.InteropServices.xml", + "ref/netcore50/fr/System.Runtime.InteropServices.xml", + "ref/netcore50/it/System.Runtime.InteropServices.xml", + "ref/netcore50/ja/System.Runtime.InteropServices.xml", + "ref/netcore50/ko/System.Runtime.InteropServices.xml", + "ref/netcore50/ru/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hans/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hant/System.Runtime.InteropServices.xml", "ref/netcoreapp1.1/System.Runtime.InteropServices.dll", "ref/netstandard1.1/System.Runtime.InteropServices.dll", + "ref/netstandard1.1/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml", "ref/netstandard1.2/System.Runtime.InteropServices.dll", + "ref/netstandard1.2/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml", "ref/netstandard1.3/System.Runtime.InteropServices.dll", + "ref/netstandard1.3/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml", "ref/netstandard1.5/System.Runtime.InteropServices.dll", + "ref/netstandard1.5/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -9784,6 +12727,16 @@ "lib/net462/_._", "lib/netstandard1.5/System.Runtime.Loader.dll", "ref/netstandard1.5/System.Runtime.Loader.dll", + "ref/netstandard1.5/System.Runtime.Loader.xml", + "ref/netstandard1.5/de/System.Runtime.Loader.xml", + "ref/netstandard1.5/es/System.Runtime.Loader.xml", + "ref/netstandard1.5/fr/System.Runtime.Loader.xml", + "ref/netstandard1.5/it/System.Runtime.Loader.xml", + "ref/netstandard1.5/ja/System.Runtime.Loader.xml", + "ref/netstandard1.5/ko/System.Runtime.Loader.xml", + "ref/netstandard1.5/ru/System.Runtime.Loader.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.Loader.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.Loader.xml", "system.runtime.loader.4.0.0.nupkg.sha512", "system.runtime.loader.nuspec" ] @@ -9813,7 +12766,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Runtime.Numerics.dll", + "ref/netcore50/System.Runtime.Numerics.xml", + "ref/netcore50/de/System.Runtime.Numerics.xml", + "ref/netcore50/es/System.Runtime.Numerics.xml", + "ref/netcore50/fr/System.Runtime.Numerics.xml", + "ref/netcore50/it/System.Runtime.Numerics.xml", + "ref/netcore50/ja/System.Runtime.Numerics.xml", + "ref/netcore50/ko/System.Runtime.Numerics.xml", + "ref/netcore50/ru/System.Runtime.Numerics.xml", + "ref/netcore50/zh-hans/System.Runtime.Numerics.xml", + "ref/netcore50/zh-hant/System.Runtime.Numerics.xml", "ref/netstandard1.1/System.Runtime.Numerics.dll", + "ref/netstandard1.1/System.Runtime.Numerics.xml", + "ref/netstandard1.1/de/System.Runtime.Numerics.xml", + "ref/netstandard1.1/es/System.Runtime.Numerics.xml", + "ref/netstandard1.1/fr/System.Runtime.Numerics.xml", + "ref/netstandard1.1/it/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ja/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ko/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ru/System.Runtime.Numerics.xml", + "ref/netstandard1.1/zh-hans/System.Runtime.Numerics.xml", + "ref/netstandard1.1/zh-hant/System.Runtime.Numerics.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -9851,7 +12824,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Runtime.Serialization.Json.dll", + "ref/netcore50/System.Runtime.Serialization.Json.xml", + "ref/netcore50/de/System.Runtime.Serialization.Json.xml", + "ref/netcore50/es/System.Runtime.Serialization.Json.xml", + "ref/netcore50/fr/System.Runtime.Serialization.Json.xml", + "ref/netcore50/it/System.Runtime.Serialization.Json.xml", + "ref/netcore50/ja/System.Runtime.Serialization.Json.xml", + "ref/netcore50/ko/System.Runtime.Serialization.Json.xml", + "ref/netcore50/ru/System.Runtime.Serialization.Json.xml", + "ref/netcore50/zh-hans/System.Runtime.Serialization.Json.xml", + "ref/netcore50/zh-hant/System.Runtime.Serialization.Json.xml", "ref/netstandard1.0/System.Runtime.Serialization.Json.dll", + "ref/netstandard1.0/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/de/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/es/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/fr/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/it/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/ja/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/ko/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/ru/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Json.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9892,8 +12885,38 @@ "ref/net45/_._", "ref/net46/System.Runtime.Serialization.Primitives.dll", "ref/netcore50/System.Runtime.Serialization.Primitives.dll", + "ref/netcore50/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/de/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/es/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/fr/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/it/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/ja/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/ko/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/ru/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/zh-hans/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/zh-hant/System.Runtime.Serialization.Primitives.xml", "ref/netstandard1.0/System.Runtime.Serialization.Primitives.dll", + "ref/netstandard1.0/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/de/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/es/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/fr/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/it/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/ja/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/ko/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/ru/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Primitives.xml", "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll", + "ref/netstandard1.3/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/de/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/es/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/fr/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/it/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/ja/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/ko/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/ru/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Serialization.Primitives.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9907,33 +12930,50 @@ "system.runtime.serialization.primitives.nuspec" ] }, - "System.Security.AccessControl/6.0.0": { - "sha512": "AUADIc0LIEQe7MzC+I0cl0rAT8RrTAKFHl53yHjEUzNVIaUlhFY11vc2ebiVJzVBuOzun6F7FBA+8KAbGTTedQ==", + "System.Security.AccessControl/4.7.0": { + "sha512": "JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==", "type": "package", - "path": "system.security.accesscontrol/6.0.0", + "path": "system.security.accesscontrol/4.7.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/netcoreapp2.0/System.Security.AccessControl.targets", - "buildTransitive/netcoreapp3.1/_._", + "lib/net46/System.Security.AccessControl.dll", "lib/net461/System.Security.AccessControl.dll", "lib/net461/System.Security.AccessControl.xml", - "lib/net6.0/System.Security.AccessControl.dll", - "lib/net6.0/System.Security.AccessControl.xml", + "lib/netstandard1.3/System.Security.AccessControl.dll", "lib/netstandard2.0/System.Security.AccessControl.dll", "lib/netstandard2.0/System.Security.AccessControl.xml", + "lib/uap10.0.16299/_._", + "ref/net46/System.Security.AccessControl.dll", + "ref/net461/System.Security.AccessControl.dll", + "ref/net461/System.Security.AccessControl.xml", + "ref/netstandard1.3/System.Security.AccessControl.dll", + "ref/netstandard1.3/System.Security.AccessControl.xml", + "ref/netstandard1.3/de/System.Security.AccessControl.xml", + "ref/netstandard1.3/es/System.Security.AccessControl.xml", + "ref/netstandard1.3/fr/System.Security.AccessControl.xml", + "ref/netstandard1.3/it/System.Security.AccessControl.xml", + "ref/netstandard1.3/ja/System.Security.AccessControl.xml", + "ref/netstandard1.3/ko/System.Security.AccessControl.xml", + "ref/netstandard1.3/ru/System.Security.AccessControl.xml", + "ref/netstandard1.3/zh-hans/System.Security.AccessControl.xml", + "ref/netstandard1.3/zh-hant/System.Security.AccessControl.xml", + "ref/netstandard2.0/System.Security.AccessControl.dll", + "ref/netstandard2.0/System.Security.AccessControl.xml", + "ref/uap10.0.16299/_._", + "runtimes/win/lib/net46/System.Security.AccessControl.dll", "runtimes/win/lib/net461/System.Security.AccessControl.dll", "runtimes/win/lib/net461/System.Security.AccessControl.xml", - "runtimes/win/lib/net6.0/System.Security.AccessControl.dll", - "runtimes/win/lib/net6.0/System.Security.AccessControl.xml", - "runtimes/win/lib/netstandard2.0/System.Security.AccessControl.dll", - "runtimes/win/lib/netstandard2.0/System.Security.AccessControl.xml", - "system.security.accesscontrol.6.0.0.nupkg.sha512", + "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll", + "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.xml", + "runtimes/win/lib/netstandard1.3/System.Security.AccessControl.dll", + "runtimes/win/lib/uap10.0.16299/_._", + "system.security.accesscontrol.4.7.0.nupkg.sha512", "system.security.accesscontrol.nuspec", - "useSharedDesignerContext.txt" + "useSharedDesignerContext.txt", + "version.txt" ] }, "System.Security.Claims/4.0.1": { @@ -9957,6 +12997,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Security.Claims.dll", "ref/netstandard1.3/System.Security.Claims.dll", + "ref/netstandard1.3/System.Security.Claims.xml", + "ref/netstandard1.3/de/System.Security.Claims.xml", + "ref/netstandard1.3/es/System.Security.Claims.xml", + "ref/netstandard1.3/fr/System.Security.Claims.xml", + "ref/netstandard1.3/it/System.Security.Claims.xml", + "ref/netstandard1.3/ja/System.Security.Claims.xml", + "ref/netstandard1.3/ko/System.Security.Claims.xml", + "ref/netstandard1.3/ru/System.Security.Claims.xml", + "ref/netstandard1.3/zh-hans/System.Security.Claims.xml", + "ref/netstandard1.3/zh-hant/System.Security.Claims.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -10086,6 +13136,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Security.Cryptography.Encoding.dll", "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll", + "ref/netstandard1.3/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/de/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/es/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/fr/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/it/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ja/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ko/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ru/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/zh-hans/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/zh-hant/System.Security.Cryptography.Encoding.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -10113,6 +13173,39 @@ "system.security.cryptography.openssl.nuspec" ] }, + "System.Security.Cryptography.Pkcs/9.0.0": { + "sha512": "8tluJF8w9si+2yoHeL8rgVJS6lKvWomTDC8px65Z8MCzzdME5eaPtEQf4OfVGrAxB5fW93ncucy1+221O9EQaw==", + "type": "package", + "path": "system.security.cryptography.pkcs/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Security.Cryptography.Pkcs.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/System.Security.Cryptography.Pkcs.targets", + "lib/net462/System.Security.Cryptography.Pkcs.dll", + "lib/net462/System.Security.Cryptography.Pkcs.xml", + "lib/net8.0/System.Security.Cryptography.Pkcs.dll", + "lib/net8.0/System.Security.Cryptography.Pkcs.xml", + "lib/net9.0/System.Security.Cryptography.Pkcs.dll", + "lib/net9.0/System.Security.Cryptography.Pkcs.xml", + "lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll", + "lib/netstandard2.0/System.Security.Cryptography.Pkcs.xml", + "lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll", + "lib/netstandard2.1/System.Security.Cryptography.Pkcs.xml", + "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll", + "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.xml", + "runtimes/win/lib/net9.0/System.Security.Cryptography.Pkcs.dll", + "runtimes/win/lib/net9.0/System.Security.Cryptography.Pkcs.xml", + "system.security.cryptography.pkcs.9.0.0.nupkg.sha512", + "system.security.cryptography.pkcs.nuspec", + "useSharedDesignerContext.txt" + ] + }, "System.Security.Cryptography.Primitives/4.3.0": { "sha512": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", "type": "package", @@ -10142,37 +13235,38 @@ "system.security.cryptography.primitives.nuspec" ] }, - "System.Security.Cryptography.ProtectedData/6.0.0": { - "sha512": "rp1gMNEZpvx9vP0JW0oHLxlf8oSiQgtno77Y4PLUBjSiDYoD77Y8uXHr1Ea5XG4/pIKhqAdxZ8v8OTUtqo9PeQ==", + "System.Security.Cryptography.ProtectedData/8.0.0": { + "sha512": "+TUFINV2q2ifyXauQXRwy4CiBhqvDEDZeVJU7qfxya4aRYOKzVBpN+4acx25VcPB9ywUN6C0n8drWl110PhZEg==", "type": "package", - "path": "system.security.cryptography.protecteddata/6.0.0", + "path": "system.security.cryptography.protecteddata/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Security.Cryptography.ProtectedData.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", "buildTransitive/netcoreapp2.0/System.Security.Cryptography.ProtectedData.targets", - "buildTransitive/netcoreapp3.1/_._", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net461/System.Security.Cryptography.ProtectedData.dll", - "lib/net461/System.Security.Cryptography.ProtectedData.xml", + "lib/net462/System.Security.Cryptography.ProtectedData.dll", + "lib/net462/System.Security.Cryptography.ProtectedData.xml", "lib/net6.0/System.Security.Cryptography.ProtectedData.dll", "lib/net6.0/System.Security.Cryptography.ProtectedData.xml", + "lib/net7.0/System.Security.Cryptography.ProtectedData.dll", + "lib/net7.0/System.Security.Cryptography.ProtectedData.xml", + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll", + "lib/net8.0/System.Security.Cryptography.ProtectedData.xml", "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.xml", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", "lib/xamarintvos10/_._", "lib/xamarinwatchos10/_._", - "runtimes/win/lib/net461/System.Security.Cryptography.ProtectedData.dll", - "runtimes/win/lib/net461/System.Security.Cryptography.ProtectedData.xml", - "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll", - "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.xml", - "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", - "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.xml", - "system.security.cryptography.protecteddata.6.0.0.nupkg.sha512", + "system.security.cryptography.protecteddata.8.0.0.nupkg.sha512", "system.security.cryptography.protecteddata.nuspec", "useSharedDesignerContext.txt" ] @@ -10199,7 +13293,27 @@ "ref/net46/System.Security.Cryptography.X509Certificates.dll", "ref/net461/System.Security.Cryptography.X509Certificates.dll", "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/de/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/es/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/fr/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/it/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ja/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ko/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ru/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/zh-hant/System.Security.Cryptography.X509Certificates.xml", "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/de/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/es/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/fr/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/it/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ja/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ko/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ru/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/zh-hant/System.Security.Cryptography.X509Certificates.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -10213,32 +13327,30 @@ "system.security.cryptography.x509certificates.nuspec" ] }, - "System.Security.Permissions/6.0.0": { - "sha512": "T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==", + "System.Security.Cryptography.Xml/9.0.0": { + "sha512": "GQZn5wFd+pyOfwWaCbqxG7trQ5ox01oR8kYgWflgtux4HiUNihGEgG2TktRWyH+9bw7NoEju1D41H/upwQeFQw==", "type": "package", - "path": "system.security.permissions/6.0.0", + "path": "system.security.cryptography.xml/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/netcoreapp2.0/System.Security.Permissions.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/System.Security.Permissions.dll", - "lib/net461/System.Security.Permissions.xml", - "lib/net5.0/System.Security.Permissions.dll", - "lib/net5.0/System.Security.Permissions.xml", - "lib/net6.0/System.Security.Permissions.dll", - "lib/net6.0/System.Security.Permissions.xml", - "lib/netcoreapp3.1/System.Security.Permissions.dll", - "lib/netcoreapp3.1/System.Security.Permissions.xml", - "lib/netstandard2.0/System.Security.Permissions.dll", - "lib/netstandard2.0/System.Security.Permissions.xml", - "runtimes/win/lib/net461/System.Security.Permissions.dll", - "runtimes/win/lib/net461/System.Security.Permissions.xml", - "system.security.permissions.6.0.0.nupkg.sha512", - "system.security.permissions.nuspec", + "buildTransitive/net461/System.Security.Cryptography.Xml.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/System.Security.Cryptography.Xml.targets", + "lib/net462/System.Security.Cryptography.Xml.dll", + "lib/net462/System.Security.Cryptography.Xml.xml", + "lib/net8.0/System.Security.Cryptography.Xml.dll", + "lib/net8.0/System.Security.Cryptography.Xml.xml", + "lib/net9.0/System.Security.Cryptography.Xml.dll", + "lib/net9.0/System.Security.Cryptography.Xml.xml", + "lib/netstandard2.0/System.Security.Cryptography.Xml.dll", + "lib/netstandard2.0/System.Security.Cryptography.Xml.xml", + "system.security.cryptography.xml.9.0.0.nupkg.sha512", + "system.security.cryptography.xml.nuspec", "useSharedDesignerContext.txt" ] }, @@ -10268,7 +13380,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Security.Principal.dll", + "ref/netcore50/System.Security.Principal.xml", + "ref/netcore50/de/System.Security.Principal.xml", + "ref/netcore50/es/System.Security.Principal.xml", + "ref/netcore50/fr/System.Security.Principal.xml", + "ref/netcore50/it/System.Security.Principal.xml", + "ref/netcore50/ja/System.Security.Principal.xml", + "ref/netcore50/ko/System.Security.Principal.xml", + "ref/netcore50/ru/System.Security.Principal.xml", + "ref/netcore50/zh-hans/System.Security.Principal.xml", + "ref/netcore50/zh-hant/System.Security.Principal.xml", "ref/netstandard1.0/System.Security.Principal.dll", + "ref/netstandard1.0/System.Security.Principal.xml", + "ref/netstandard1.0/de/System.Security.Principal.xml", + "ref/netstandard1.0/es/System.Security.Principal.xml", + "ref/netstandard1.0/fr/System.Security.Principal.xml", + "ref/netstandard1.0/it/System.Security.Principal.xml", + "ref/netstandard1.0/ja/System.Security.Principal.xml", + "ref/netstandard1.0/ko/System.Security.Principal.xml", + "ref/netstandard1.0/ru/System.Security.Principal.xml", + "ref/netstandard1.0/zh-hans/System.Security.Principal.xml", + "ref/netstandard1.0/zh-hant/System.Security.Principal.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -10359,8 +13491,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Text.Encoding.dll", + "ref/netcore50/System.Text.Encoding.xml", + "ref/netcore50/de/System.Text.Encoding.xml", + "ref/netcore50/es/System.Text.Encoding.xml", + "ref/netcore50/fr/System.Text.Encoding.xml", + "ref/netcore50/it/System.Text.Encoding.xml", + "ref/netcore50/ja/System.Text.Encoding.xml", + "ref/netcore50/ko/System.Text.Encoding.xml", + "ref/netcore50/ru/System.Text.Encoding.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.xml", "ref/netstandard1.0/System.Text.Encoding.dll", + "ref/netstandard1.0/System.Text.Encoding.xml", + "ref/netstandard1.0/de/System.Text.Encoding.xml", + "ref/netstandard1.0/es/System.Text.Encoding.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.xml", + "ref/netstandard1.0/it/System.Text.Encoding.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml", "ref/netstandard1.3/System.Text.Encoding.dll", + "ref/netstandard1.3/System.Text.Encoding.xml", + "ref/netstandard1.3/de/System.Text.Encoding.xml", + "ref/netstandard1.3/es/System.Text.Encoding.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.xml", + "ref/netstandard1.3/it/System.Text.Encoding.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -10373,33 +13535,43 @@ "system.text.encoding.nuspec" ] }, - "System.Text.Encoding.CodePages/4.0.1": { - "sha512": "h4z6rrA/hxWf4655D18IIZ0eaLRa3tQC/j+e26W+VinIHY0l07iEXaAvO0YSYq3MvCjMYy8Zs5AdC1sxNQOB7Q==", + "System.Text.Encoding.CodePages/6.0.0": { + "sha512": "ZFCILZuOvtKPauZ/j/swhvw68ZRi9ATCfvGbk1QfydmcXBkIWecWKn/250UH7rahZ5OoDBaiAudJtPvLwzw85A==", "type": "package", - "path": "system.text.encoding.codepages/4.0.1", + "path": "system.text.encoding.codepages/6.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Text.Encoding.CodePages.targets", + "buildTransitive/netcoreapp3.1/_._", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/System.Text.Encoding.CodePages.dll", + "lib/net461/System.Text.Encoding.CodePages.dll", + "lib/net461/System.Text.Encoding.CodePages.xml", + "lib/net6.0/System.Text.Encoding.CodePages.dll", + "lib/net6.0/System.Text.Encoding.CodePages.xml", + "lib/netcoreapp3.1/System.Text.Encoding.CodePages.dll", + "lib/netcoreapp3.1/System.Text.Encoding.CodePages.xml", + "lib/netstandard2.0/System.Text.Encoding.CodePages.dll", + "lib/netstandard2.0/System.Text.Encoding.CodePages.xml", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", "lib/xamarintvos10/_._", "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/netstandard1.3/System.Text.Encoding.CodePages.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll", - "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll", - "system.text.encoding.codepages.4.0.1.nupkg.sha512", - "system.text.encoding.codepages.nuspec" + "runtimes/win/lib/net461/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/net461/System.Text.Encoding.CodePages.xml", + "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.xml", + "runtimes/win/lib/netcoreapp3.1/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/netcoreapp3.1/System.Text.Encoding.CodePages.xml", + "runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.xml", + "system.text.encoding.codepages.6.0.0.nupkg.sha512", + "system.text.encoding.codepages.nuspec", + "useSharedDesignerContext.txt" ] }, "System.Text.Encoding.Extensions/4.3.0": { @@ -10426,8 +13598,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Text.Encoding.Extensions.dll", + "ref/netcore50/System.Text.Encoding.Extensions.xml", + "ref/netcore50/de/System.Text.Encoding.Extensions.xml", + "ref/netcore50/es/System.Text.Encoding.Extensions.xml", + "ref/netcore50/fr/System.Text.Encoding.Extensions.xml", + "ref/netcore50/it/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ja/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ko/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ru/System.Text.Encoding.Extensions.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml", "ref/netstandard1.0/System.Text.Encoding.Extensions.dll", + "ref/netstandard1.0/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/de/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/es/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/it/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.Extensions.xml", "ref/netstandard1.3/System.Text.Encoding.Extensions.dll", + "ref/netstandard1.3/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/de/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/es/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/it/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.Extensions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -10440,85 +13642,50 @@ "system.text.encoding.extensions.nuspec" ] }, - "System.Text.Encodings.Web/6.0.0": { - "sha512": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", + "System.Text.Encodings.Web/4.7.2": { + "sha512": "iTUgB/WtrZ1sWZs84F2hwyQhiRH6QNjQv2DkwrH+WP6RoFga2Q1m3f9/Q7FG8cck8AdHitQkmkXSY8qylcDmuA==", "type": "package", - "path": "system.text.encodings.web/6.0.0", + "path": "system.text.encodings.web/4.7.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/netcoreapp2.0/System.Text.Encodings.Web.targets", - "buildTransitive/netcoreapp3.1/_._", "lib/net461/System.Text.Encodings.Web.dll", "lib/net461/System.Text.Encodings.Web.xml", - "lib/net6.0/System.Text.Encodings.Web.dll", - "lib/net6.0/System.Text.Encodings.Web.xml", - "lib/netcoreapp3.1/System.Text.Encodings.Web.dll", - "lib/netcoreapp3.1/System.Text.Encodings.Web.xml", + "lib/netstandard1.0/System.Text.Encodings.Web.dll", + "lib/netstandard1.0/System.Text.Encodings.Web.xml", "lib/netstandard2.0/System.Text.Encodings.Web.dll", "lib/netstandard2.0/System.Text.Encodings.Web.xml", - "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll", - "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.xml", - "system.text.encodings.web.6.0.0.nupkg.sha512", + "lib/netstandard2.1/System.Text.Encodings.Web.dll", + "lib/netstandard2.1/System.Text.Encodings.Web.xml", + "system.text.encodings.web.4.7.2.nupkg.sha512", "system.text.encodings.web.nuspec", - "useSharedDesignerContext.txt" + "useSharedDesignerContext.txt", + "version.txt" ] }, - "System.Text.Json/6.0.0": { - "sha512": "zaJsHfESQvJ11vbXnNlkrR46IaMULk/gHxYsJphzSF+07kTjPHv+Oc14w6QEOfo3Q4hqLJgStUaYB9DBl0TmWg==", + "System.Text.Json/4.7.2": { + "sha512": "TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==", "type": "package", - "path": "system.text.json/6.0.0", + "path": "system.text.json/4.7.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", - "analyzers/dotnet/roslyn3.11/cs/System.Text.Json.SourceGeneration.dll", - "analyzers/dotnet/roslyn3.11/cs/cs/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/de/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/es/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/fr/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/it/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ja/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ko/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pl/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ru/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/tr/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/System.Text.Json.SourceGeneration.dll", - "analyzers/dotnet/roslyn4.0/cs/cs/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/de/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/es/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/fr/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/it/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ja/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ko/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pl/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ru/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/tr/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll", - "build/System.Text.Json.targets", - "buildTransitive/netcoreapp2.0/System.Text.Json.targets", - "buildTransitive/netcoreapp3.1/_._", "lib/net461/System.Text.Json.dll", "lib/net461/System.Text.Json.xml", - "lib/net6.0/System.Text.Json.dll", - "lib/net6.0/System.Text.Json.xml", - "lib/netcoreapp3.1/System.Text.Json.dll", - "lib/netcoreapp3.1/System.Text.Json.xml", + "lib/netcoreapp3.0/System.Text.Json.dll", + "lib/netcoreapp3.0/System.Text.Json.xml", "lib/netstandard2.0/System.Text.Json.dll", "lib/netstandard2.0/System.Text.Json.xml", - "system.text.json.6.0.0.nupkg.sha512", + "system.text.json.4.7.2.nupkg.sha512", "system.text.json.nuspec", - "useSharedDesignerContext.txt" + "useSharedDesignerContext.txt", + "version.txt" ] }, "System.Text.RegularExpressions/4.3.0": { @@ -10549,10 +13716,50 @@ "ref/net45/_._", "ref/net463/System.Text.RegularExpressions.dll", "ref/netcore50/System.Text.RegularExpressions.dll", + "ref/netcore50/System.Text.RegularExpressions.xml", + "ref/netcore50/de/System.Text.RegularExpressions.xml", + "ref/netcore50/es/System.Text.RegularExpressions.xml", + "ref/netcore50/fr/System.Text.RegularExpressions.xml", + "ref/netcore50/it/System.Text.RegularExpressions.xml", + "ref/netcore50/ja/System.Text.RegularExpressions.xml", + "ref/netcore50/ko/System.Text.RegularExpressions.xml", + "ref/netcore50/ru/System.Text.RegularExpressions.xml", + "ref/netcore50/zh-hans/System.Text.RegularExpressions.xml", + "ref/netcore50/zh-hant/System.Text.RegularExpressions.xml", "ref/netcoreapp1.1/System.Text.RegularExpressions.dll", "ref/netstandard1.0/System.Text.RegularExpressions.dll", + "ref/netstandard1.0/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/zh-hant/System.Text.RegularExpressions.xml", "ref/netstandard1.3/System.Text.RegularExpressions.dll", + "ref/netstandard1.3/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/zh-hant/System.Text.RegularExpressions.xml", "ref/netstandard1.6/System.Text.RegularExpressions.dll", + "ref/netstandard1.6/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/zh-hant/System.Text.RegularExpressions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -10591,8 +13798,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", + "ref/netcore50/de/System.Threading.xml", + "ref/netcore50/es/System.Threading.xml", + "ref/netcore50/fr/System.Threading.xml", + "ref/netcore50/it/System.Threading.xml", + "ref/netcore50/ja/System.Threading.xml", + "ref/netcore50/ko/System.Threading.xml", + "ref/netcore50/ru/System.Threading.xml", + "ref/netcore50/zh-hans/System.Threading.xml", + "ref/netcore50/zh-hant/System.Threading.xml", "ref/netstandard1.0/System.Threading.dll", + "ref/netstandard1.0/System.Threading.xml", + "ref/netstandard1.0/de/System.Threading.xml", + "ref/netstandard1.0/es/System.Threading.xml", + "ref/netstandard1.0/fr/System.Threading.xml", + "ref/netstandard1.0/it/System.Threading.xml", + "ref/netstandard1.0/ja/System.Threading.xml", + "ref/netstandard1.0/ko/System.Threading.xml", + "ref/netstandard1.0/ru/System.Threading.xml", + "ref/netstandard1.0/zh-hans/System.Threading.xml", + "ref/netstandard1.0/zh-hant/System.Threading.xml", "ref/netstandard1.3/System.Threading.dll", + "ref/netstandard1.3/System.Threading.xml", + "ref/netstandard1.3/de/System.Threading.xml", + "ref/netstandard1.3/es/System.Threading.xml", + "ref/netstandard1.3/fr/System.Threading.xml", + "ref/netstandard1.3/it/System.Threading.xml", + "ref/netstandard1.3/ja/System.Threading.xml", + "ref/netstandard1.3/ko/System.Threading.xml", + "ref/netstandard1.3/ru/System.Threading.xml", + "ref/netstandard1.3/zh-hans/System.Threading.xml", + "ref/netstandard1.3/zh-hant/System.Threading.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -10647,6 +13884,16 @@ "lib/net46/System.Threading.Overlapped.dll", "ref/net46/System.Threading.Overlapped.dll", "ref/netstandard1.3/System.Threading.Overlapped.dll", + "ref/netstandard1.3/System.Threading.Overlapped.xml", + "ref/netstandard1.3/de/System.Threading.Overlapped.xml", + "ref/netstandard1.3/es/System.Threading.Overlapped.xml", + "ref/netstandard1.3/fr/System.Threading.Overlapped.xml", + "ref/netstandard1.3/it/System.Threading.Overlapped.xml", + "ref/netstandard1.3/ja/System.Threading.Overlapped.xml", + "ref/netstandard1.3/ko/System.Threading.Overlapped.xml", + "ref/netstandard1.3/ru/System.Threading.Overlapped.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Overlapped.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Overlapped.xml", "runtimes/unix/lib/netstandard1.3/System.Threading.Overlapped.dll", "runtimes/win/lib/net46/System.Threading.Overlapped.dll", "runtimes/win/lib/netcore50/System.Threading.Overlapped.dll", @@ -10679,8 +13926,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Threading.Tasks.dll", + "ref/netcore50/System.Threading.Tasks.xml", + "ref/netcore50/de/System.Threading.Tasks.xml", + "ref/netcore50/es/System.Threading.Tasks.xml", + "ref/netcore50/fr/System.Threading.Tasks.xml", + "ref/netcore50/it/System.Threading.Tasks.xml", + "ref/netcore50/ja/System.Threading.Tasks.xml", + "ref/netcore50/ko/System.Threading.Tasks.xml", + "ref/netcore50/ru/System.Threading.Tasks.xml", + "ref/netcore50/zh-hans/System.Threading.Tasks.xml", + "ref/netcore50/zh-hant/System.Threading.Tasks.xml", "ref/netstandard1.0/System.Threading.Tasks.dll", + "ref/netstandard1.0/System.Threading.Tasks.xml", + "ref/netstandard1.0/de/System.Threading.Tasks.xml", + "ref/netstandard1.0/es/System.Threading.Tasks.xml", + "ref/netstandard1.0/fr/System.Threading.Tasks.xml", + "ref/netstandard1.0/it/System.Threading.Tasks.xml", + "ref/netstandard1.0/ja/System.Threading.Tasks.xml", + "ref/netstandard1.0/ko/System.Threading.Tasks.xml", + "ref/netstandard1.0/ru/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml", "ref/netstandard1.3/System.Threading.Tasks.dll", + "ref/netstandard1.3/System.Threading.Tasks.xml", + "ref/netstandard1.3/de/System.Threading.Tasks.xml", + "ref/netstandard1.3/es/System.Threading.Tasks.xml", + "ref/netstandard1.3/fr/System.Threading.Tasks.xml", + "ref/netstandard1.3/it/System.Threading.Tasks.xml", + "ref/netstandard1.3/ja/System.Threading.Tasks.xml", + "ref/netstandard1.3/ko/System.Threading.Tasks.xml", + "ref/netstandard1.3/ru/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -10722,9 +13999,12 @@ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net461/System.Threading.Tasks.Extensions.dll", + "lib/net461/System.Threading.Tasks.Extensions.xml", "lib/netcoreapp2.1/_._", "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml", "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", "lib/xamarinios10/_._", @@ -10769,7 +14049,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Threading.Tasks.Parallel.dll", + "ref/netcore50/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/de/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/es/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/fr/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/it/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/ja/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/ko/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/ru/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/zh-hans/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/zh-hant/System.Threading.Tasks.Parallel.xml", "ref/netstandard1.1/System.Threading.Tasks.Parallel.dll", + "ref/netstandard1.1/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/de/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/es/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/fr/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/it/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/ja/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/ko/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/ru/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/zh-hans/System.Threading.Tasks.Parallel.xml", + "ref/netstandard1.1/zh-hant/System.Threading.Tasks.Parallel.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -10803,6 +14103,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Threading.Thread.dll", "ref/netstandard1.3/System.Threading.Thread.dll", + "ref/netstandard1.3/System.Threading.Thread.xml", + "ref/netstandard1.3/de/System.Threading.Thread.xml", + "ref/netstandard1.3/es/System.Threading.Thread.xml", + "ref/netstandard1.3/fr/System.Threading.Thread.xml", + "ref/netstandard1.3/it/System.Threading.Thread.xml", + "ref/netstandard1.3/ja/System.Threading.Thread.xml", + "ref/netstandard1.3/ko/System.Threading.Thread.xml", + "ref/netstandard1.3/ru/System.Threading.Thread.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Thread.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Thread.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -10833,6 +14143,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Threading.ThreadPool.dll", "ref/netstandard1.3/System.Threading.ThreadPool.dll", + "ref/netstandard1.3/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/de/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/es/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/fr/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/it/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ja/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ko/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ru/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/zh-hans/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/zh-hant/System.Threading.ThreadPool.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -10864,7 +14184,27 @@ "ref/MonoTouch10/_._", "ref/net451/_._", "ref/netcore50/System.Threading.Timer.dll", + "ref/netcore50/System.Threading.Timer.xml", + "ref/netcore50/de/System.Threading.Timer.xml", + "ref/netcore50/es/System.Threading.Timer.xml", + "ref/netcore50/fr/System.Threading.Timer.xml", + "ref/netcore50/it/System.Threading.Timer.xml", + "ref/netcore50/ja/System.Threading.Timer.xml", + "ref/netcore50/ko/System.Threading.Timer.xml", + "ref/netcore50/ru/System.Threading.Timer.xml", + "ref/netcore50/zh-hans/System.Threading.Timer.xml", + "ref/netcore50/zh-hant/System.Threading.Timer.xml", "ref/netstandard1.2/System.Threading.Timer.dll", + "ref/netstandard1.2/System.Threading.Timer.xml", + "ref/netstandard1.2/de/System.Threading.Timer.xml", + "ref/netstandard1.2/es/System.Threading.Timer.xml", + "ref/netstandard1.2/fr/System.Threading.Timer.xml", + "ref/netstandard1.2/it/System.Threading.Timer.xml", + "ref/netstandard1.2/ja/System.Threading.Timer.xml", + "ref/netstandard1.2/ko/System.Threading.Timer.xml", + "ref/netstandard1.2/ru/System.Threading.Timer.xml", + "ref/netstandard1.2/zh-hans/System.Threading.Timer.xml", + "ref/netstandard1.2/zh-hant/System.Threading.Timer.xml", "ref/portable-net451+win81+wpa81/_._", "ref/win81/_._", "ref/wpa81/_._", @@ -10888,9 +14228,12 @@ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net461/System.ValueTuple.dll", + "lib/net461/System.ValueTuple.xml", "lib/net47/System.ValueTuple.dll", + "lib/net47/System.ValueTuple.xml", "lib/netcoreapp2.0/_._", "lib/netstandard1.0/System.ValueTuple.dll", + "lib/netstandard1.0/System.ValueTuple.xml", "lib/netstandard2.0/_._", "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.xml", @@ -10917,29 +14260,6 @@ "version.txt" ] }, - "System.Windows.Extensions/6.0.0": { - "sha512": "IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==", - "type": "package", - "path": "system.windows.extensions/6.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net6.0/System.Windows.Extensions.dll", - "lib/net6.0/System.Windows.Extensions.xml", - "lib/netcoreapp3.1/System.Windows.Extensions.dll", - "lib/netcoreapp3.1/System.Windows.Extensions.xml", - "runtimes/win/lib/net6.0/System.Windows.Extensions.dll", - "runtimes/win/lib/net6.0/System.Windows.Extensions.xml", - "runtimes/win/lib/netcoreapp3.1/System.Windows.Extensions.dll", - "runtimes/win/lib/netcoreapp3.1/System.Windows.Extensions.xml", - "system.windows.extensions.6.0.0.nupkg.sha512", - "system.windows.extensions.nuspec", - "useSharedDesignerContext.txt" - ] - }, "System.Xml.ReaderWriter/4.3.0": { "sha512": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", "type": "package", @@ -10968,8 +14288,38 @@ "ref/net45/_._", "ref/net46/System.Xml.ReaderWriter.dll", "ref/netcore50/System.Xml.ReaderWriter.dll", + "ref/netcore50/System.Xml.ReaderWriter.xml", + "ref/netcore50/de/System.Xml.ReaderWriter.xml", + "ref/netcore50/es/System.Xml.ReaderWriter.xml", + "ref/netcore50/fr/System.Xml.ReaderWriter.xml", + "ref/netcore50/it/System.Xml.ReaderWriter.xml", + "ref/netcore50/ja/System.Xml.ReaderWriter.xml", + "ref/netcore50/ko/System.Xml.ReaderWriter.xml", + "ref/netcore50/ru/System.Xml.ReaderWriter.xml", + "ref/netcore50/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netcore50/zh-hant/System.Xml.ReaderWriter.xml", "ref/netstandard1.0/System.Xml.ReaderWriter.dll", + "ref/netstandard1.0/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/de/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/es/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/fr/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/it/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ja/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ko/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ru/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/zh-hant/System.Xml.ReaderWriter.xml", "ref/netstandard1.3/System.Xml.ReaderWriter.dll", + "ref/netstandard1.3/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/de/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/es/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/fr/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/it/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ja/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ko/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ru/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/zh-hant/System.Xml.ReaderWriter.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -11008,8 +14358,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Xml.XDocument.dll", + "ref/netcore50/System.Xml.XDocument.xml", + "ref/netcore50/de/System.Xml.XDocument.xml", + "ref/netcore50/es/System.Xml.XDocument.xml", + "ref/netcore50/fr/System.Xml.XDocument.xml", + "ref/netcore50/it/System.Xml.XDocument.xml", + "ref/netcore50/ja/System.Xml.XDocument.xml", + "ref/netcore50/ko/System.Xml.XDocument.xml", + "ref/netcore50/ru/System.Xml.XDocument.xml", + "ref/netcore50/zh-hans/System.Xml.XDocument.xml", + "ref/netcore50/zh-hant/System.Xml.XDocument.xml", "ref/netstandard1.0/System.Xml.XDocument.dll", + "ref/netstandard1.0/System.Xml.XDocument.xml", + "ref/netstandard1.0/de/System.Xml.XDocument.xml", + "ref/netstandard1.0/es/System.Xml.XDocument.xml", + "ref/netstandard1.0/fr/System.Xml.XDocument.xml", + "ref/netstandard1.0/it/System.Xml.XDocument.xml", + "ref/netstandard1.0/ja/System.Xml.XDocument.xml", + "ref/netstandard1.0/ko/System.Xml.XDocument.xml", + "ref/netstandard1.0/ru/System.Xml.XDocument.xml", + "ref/netstandard1.0/zh-hans/System.Xml.XDocument.xml", + "ref/netstandard1.0/zh-hant/System.Xml.XDocument.xml", "ref/netstandard1.3/System.Xml.XDocument.dll", + "ref/netstandard1.3/System.Xml.XDocument.xml", + "ref/netstandard1.3/de/System.Xml.XDocument.xml", + "ref/netstandard1.3/es/System.Xml.XDocument.xml", + "ref/netstandard1.3/fr/System.Xml.XDocument.xml", + "ref/netstandard1.3/it/System.Xml.XDocument.xml", + "ref/netstandard1.3/ja/System.Xml.XDocument.xml", + "ref/netstandard1.3/ko/System.Xml.XDocument.xml", + "ref/netstandard1.3/ru/System.Xml.XDocument.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XDocument.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XDocument.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -11043,6 +14423,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Xml.XmlDocument.dll", "ref/netstandard1.3/System.Xml.XmlDocument.dll", + "ref/netstandard1.3/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/de/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/es/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/fr/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/it/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/ja/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/ko/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/ru/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XmlDocument.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -11077,8 +14467,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Xml.XmlSerializer.dll", + "ref/netcore50/System.Xml.XmlSerializer.xml", + "ref/netcore50/de/System.Xml.XmlSerializer.xml", + "ref/netcore50/es/System.Xml.XmlSerializer.xml", + "ref/netcore50/fr/System.Xml.XmlSerializer.xml", + "ref/netcore50/it/System.Xml.XmlSerializer.xml", + "ref/netcore50/ja/System.Xml.XmlSerializer.xml", + "ref/netcore50/ko/System.Xml.XmlSerializer.xml", + "ref/netcore50/ru/System.Xml.XmlSerializer.xml", + "ref/netcore50/zh-hans/System.Xml.XmlSerializer.xml", + "ref/netcore50/zh-hant/System.Xml.XmlSerializer.xml", "ref/netstandard1.0/System.Xml.XmlSerializer.dll", + "ref/netstandard1.0/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/de/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/es/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/fr/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/it/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/ja/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/ko/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/ru/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/zh-hans/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/zh-hant/System.Xml.XmlSerializer.xml", "ref/netstandard1.3/System.Xml.XmlSerializer.dll", + "ref/netstandard1.3/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/de/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/es/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/fr/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/it/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/ja/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/ko/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/ru/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XmlSerializer.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -11092,88 +14512,26 @@ "system.xml.xmlserializer.nuspec" ] }, - "System.Xml.XPath/4.0.1": { - "sha512": "UWd1H+1IJ9Wlq5nognZ/XJdyj8qPE4XufBUkAW59ijsCPjZkZe0MUzKKJFBr+ZWBe5Wq1u1d5f2CYgE93uH7DA==", - "type": "package", - "path": "system.xml.xpath/4.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Xml.XPath.dll", - "lib/netstandard1.3/System.Xml.XPath.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Xml.XPath.dll", - "ref/netstandard1.3/System.Xml.XPath.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.xml.xpath.4.0.1.nupkg.sha512", - "system.xml.xpath.nuspec" - ] - }, - "System.Xml.XPath.XDocument/4.0.1": { - "sha512": "FLhdYJx4331oGovQypQ8JIw2kEmNzCsjVOVYY/16kZTUoquZG85oVn7yUhBE2OZt1yGPSXAL0HTEfzjlbNpM7Q==", - "type": "package", - "path": "system.xml.xpath.xdocument/4.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Xml.XPath.XDocument.dll", - "lib/netstandard1.3/System.Xml.XPath.XDocument.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Xml.XPath.XDocument.dll", - "ref/netstandard1.3/System.Xml.XPath.XDocument.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.xml.xpath.xdocument.4.0.1.nupkg.sha512", - "system.xml.xpath.xdocument.nuspec" - ] - }, - "YamlDotNet/13.3.1": { - "sha512": "Q2dqDsb0xAlr092grgHk8/vTXI2snIiYM5ND3IXkgJDFIdPnqDYwYnlk+gwzSeRByDLhiSzTog8uT7xFwH68Zg==", + "YamlDotNet/16.3.0": { + "sha512": "SgMOdxbz8X65z8hraIs6hOEdnkH6hESTAIUa7viEngHOYaH+6q5XJmwr1+yb9vJpNQ19hCQY69xbFsLtXpobQA==", "type": "package", - "path": "yamldotnet/13.3.1", + "path": "yamldotnet/16.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.txt", + "README.md", "images/yamldotnet.png", - "lib/net35/YamlDotNet.dll", - "lib/net35/YamlDotNet.xml", - "lib/net45/YamlDotNet.dll", - "lib/net45/YamlDotNet.xml", "lib/net47/YamlDotNet.dll", "lib/net47/YamlDotNet.xml", "lib/net6.0/YamlDotNet.dll", "lib/net6.0/YamlDotNet.xml", - "lib/net7.0/YamlDotNet.dll", - "lib/net7.0/YamlDotNet.xml", + "lib/net8.0/YamlDotNet.dll", + "lib/net8.0/YamlDotNet.xml", "lib/netstandard2.0/YamlDotNet.dll", "lib/netstandard2.0/YamlDotNet.xml", "lib/netstandard2.1/YamlDotNet.dll", "lib/netstandard2.1/YamlDotNet.xml", - "yamldotnet.13.3.1.nupkg.sha512", + "yamldotnet.16.3.0.nupkg.sha512", "yamldotnet.nuspec" ] }, @@ -11195,27 +14553,37 @@ }, "projectFileDependencyGroups": { "net9.0": [ - "AspNetCore.HealthChecks.AzureServiceBus >= 8.0.1", + "AspNetCore.HealthChecks.AzureServiceBus >= 9.0.0", "AspNetCore.HealthChecks.Rabbitmq >= 8.0.2", - "AspNetCore.HealthChecks.UI.Client >= 8.0.1", - "Autofac.Extensions.DependencyInjection >= 10.0.0", + "AspNetCore.HealthChecks.Redis >= 9.0.0", + "AspNetCore.HealthChecks.SqlServer >= 9.0.0", + "AspNetCore.HealthChecks.UI >= 9.0.0", + "AspNetCore.HealthChecks.UI.Client >= 9.0.0", + "AspNetCore.HealthChecks.UI.InMemory.Storage >= 9.0.0", + "AspNetCore.HealthChecks.Uris >= 9.0.0", + "Autofac.Extensions.DependencyInjection >= 9.0.0", "EventBus >= 1.0.0", "EventBusRabbitMQ >= 1.0.0", "EventBusServiceBus >= 1.0.0", - "Microsoft.ApplicationInsights.AspNetCore >= 2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector >= 2.22.0", - "Microsoft.ApplicationInsights.Kubernetes >= 7.0.0", + "Microsoft.ApplicationInsights.AspNetCore >= 2.23.0", + "Microsoft.ApplicationInsights.DependencyCollector >= 2.23.0", + "Microsoft.ApplicationInsights.Kubernetes >= 8.0.0", "Microsoft.AspNetCore.Authentication.JwtBearer >= 9.0.0", "Microsoft.AspNetCore.Authorization >= 9.0.0", + "Microsoft.AspNetCore.DataProtection.StackExchangeRedis >= 9.0.0", "Microsoft.AspNetCore.HealthChecks >= 1.0.0", "Microsoft.AspNetCore.SignalR.StackExchangeRedis >= 9.0.0", + "Microsoft.Extensions.Diagnostics.HealthChecks >= 9.0.0", + "Microsoft.Extensions.Hosting >= 9.0.2", + "Microsoft.Extensions.Logging >= 9.0.2", + "Microsoft.Extensions.Logging.Abstractions >= 9.0.2", "Microsoft.Extensions.Logging.AzureAppServices >= 9.0.0", - "Serilog.AspNetCore >= 8.0.3", + "Serilog.AspNetCore >= 9.0.0", "Serilog.Enrichers.Environment >= 3.0.1", - "Serilog.Settings.Configuration >= 8.0.4", - "Serilog.Sinks.Console >= 6.0.0", - "Serilog.Sinks.Http >= 9.0.0", - "Serilog.Sinks.Seq >= 8.0.0" + "Serilog.Settings.Configuration >= 9.0.0", + "Serilog.Sinks.Console >= 6.1.1", + "Serilog.Sinks.Http >= 9.2.0", + "Serilog.Sinks.Seq >= 9.0.0" ] }, "packageFolders": { @@ -11273,31 +14641,51 @@ "dependencies": { "AspNetCore.HealthChecks.AzureServiceBus": { "target": "Package", - "version": "[8.0.1, )" + "version": "[9.0.0, )" }, "AspNetCore.HealthChecks.Rabbitmq": { "target": "Package", "version": "[8.0.2, )" }, + "AspNetCore.HealthChecks.Redis": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.SqlServer": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.UI": { + "target": "Package", + "version": "[9.0.0, )" + }, "AspNetCore.HealthChecks.UI.Client": { "target": "Package", - "version": "[8.0.1, )" + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.UI.InMemory.Storage": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.Uris": { + "target": "Package", + "version": "[9.0.0, )" }, "Autofac.Extensions.DependencyInjection": { "target": "Package", - "version": "[10.0.0, )" + "version": "[9.0.0, )" }, "Microsoft.ApplicationInsights.AspNetCore": { "target": "Package", - "version": "[2.22.0, )" + "version": "[2.23.0, )" }, "Microsoft.ApplicationInsights.DependencyCollector": { "target": "Package", - "version": "[2.22.0, )" + "version": "[2.23.0, )" }, "Microsoft.ApplicationInsights.Kubernetes": { "target": "Package", - "version": "[7.0.0, )" + "version": "[8.0.0, )" }, "Microsoft.AspNetCore.Authentication.JwtBearer": { "target": "Package", @@ -11307,6 +14695,10 @@ "target": "Package", "version": "[9.0.0, )" }, + "Microsoft.AspNetCore.DataProtection.StackExchangeRedis": { + "target": "Package", + "version": "[9.0.0, )" + }, "Microsoft.AspNetCore.HealthChecks": { "target": "Package", "version": "[1.0.0, )" @@ -11315,13 +14707,29 @@ "target": "Package", "version": "[9.0.0, )" }, + "Microsoft.Extensions.Diagnostics.HealthChecks": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Microsoft.Extensions.Hosting": { + "target": "Package", + "version": "[9.0.2, )" + }, + "Microsoft.Extensions.Logging": { + "target": "Package", + "version": "[9.0.2, )" + }, + "Microsoft.Extensions.Logging.Abstractions": { + "target": "Package", + "version": "[9.0.2, )" + }, "Microsoft.Extensions.Logging.AzureAppServices": { "target": "Package", "version": "[9.0.0, )" }, "Serilog.AspNetCore": { "target": "Package", - "version": "[8.0.3, )" + "version": "[9.0.0, )" }, "Serilog.Enrichers.Environment": { "target": "Package", @@ -11329,19 +14737,19 @@ }, "Serilog.Settings.Configuration": { "target": "Package", - "version": "[8.0.4, )" + "version": "[9.0.0, )" }, "Serilog.Sinks.Console": { "target": "Package", - "version": "[6.0.0, )" + "version": "[6.1.1, )" }, "Serilog.Sinks.Http": { "target": "Package", - "version": "[9.0.0, )" + "version": "[9.2.0, )" }, "Serilog.Sinks.Seq": { "target": "Package", - "version": "[8.0.0, )" + "version": "[9.0.0, )" } }, "imports": [ diff --git a/src/Services/Ordering/Ordering.SignalrHub/obj/project.nuget.cache b/src/Services/Ordering/Ordering.SignalrHub/obj/project.nuget.cache index 67503903..4d4b899d 100644 --- a/src/Services/Ordering/Ordering.SignalrHub/obj/project.nuget.cache +++ b/src/Services/Ordering/Ordering.SignalrHub/obj/project.nuget.cache @@ -1,35 +1,45 @@ { "version": 2, - "dgSpecHash": "gegbyjecNfw=", + "dgSpecHash": "zMXgWOxJTYE=", "success": true, "projectFilePath": "/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Ordering/Ordering.SignalrHub/Ordering.SignalrHub.csproj", "expectedPackageFiles": [ - "/home/runner/.nuget/packages/aspnetcore.healthchecks.azureservicebus/8.0.1/aspnetcore.healthchecks.azureservicebus.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.azureservicebus/9.0.0/aspnetcore.healthchecks.azureservicebus.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/aspnetcore.healthchecks.rabbitmq/8.0.2/aspnetcore.healthchecks.rabbitmq.8.0.2.nupkg.sha512", - "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.client/8.0.1/aspnetcore.healthchecks.ui.client.8.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.core/8.0.1/aspnetcore.healthchecks.ui.core.8.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/autofac/8.1.1/autofac.8.1.1.nupkg.sha512", - "/home/runner/.nuget/packages/autofac.extensions.dependencyinjection/10.0.0/autofac.extensions.dependencyinjection.10.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/azure.core/1.36.0/azure.core.1.36.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.redis/9.0.0/aspnetcore.healthchecks.redis.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.sqlserver/9.0.0/aspnetcore.healthchecks.sqlserver.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui/9.0.0/aspnetcore.healthchecks.ui.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.client/9.0.0/aspnetcore.healthchecks.ui.client.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.core/9.0.0/aspnetcore.healthchecks.ui.core.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.data/9.0.0/aspnetcore.healthchecks.ui.data.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.inmemory.storage/9.0.0/aspnetcore.healthchecks.ui.inmemory.storage.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.uris/9.0.0/aspnetcore.healthchecks.uris.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/autofac/9.0.0/autofac.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/autofac.extensions.dependencyinjection/9.0.0/autofac.extensions.dependencyinjection.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/azure.core/1.38.0/azure.core.1.38.0.nupkg.sha512", "/home/runner/.nuget/packages/azure.core.amqp/1.3.0/azure.core.amqp.1.3.0.nupkg.sha512", + "/home/runner/.nuget/packages/azure.identity/1.11.4/azure.identity.1.11.4.nupkg.sha512", "/home/runner/.nuget/packages/azure.messaging.servicebus/7.17.0/azure.messaging.servicebus.7.17.0.nupkg.sha512", - "/home/runner/.nuget/packages/fractions/7.2.1/fractions.7.2.1.nupkg.sha512", - "/home/runner/.nuget/packages/identitymodel/5.2.0/identitymodel.5.2.0.nupkg.sha512", - "/home/runner/.nuget/packages/identitymodel.oidcclient/5.2.1/identitymodel.oidcclient.5.2.1.nupkg.sha512", - "/home/runner/.nuget/packages/kubernetesclient/12.1.1/kubernetesclient.12.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/fractions/7.3.0/fractions.7.3.0.nupkg.sha512", + "/home/runner/.nuget/packages/humanizer.core/2.14.1/humanizer.core.2.14.1.nupkg.sha512", + "/home/runner/.nuget/packages/kubernetesclient/17.0.14/kubernetesclient.17.0.14.nupkg.sha512", "/home/runner/.nuget/packages/libuv/1.9.1/libuv.1.9.1.nupkg.sha512", "/home/runner/.nuget/packages/messagepack/2.5.187/messagepack.2.5.187.nupkg.sha512", "/home/runner/.nuget/packages/messagepack.annotations/2.5.187/messagepack.annotations.2.5.187.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights/2.22.0/microsoft.applicationinsights.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.aspnetcore/2.22.0/microsoft.applicationinsights.aspnetcore.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.dependencycollector/2.22.0/microsoft.applicationinsights.dependencycollector.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.eventcountercollector/2.22.0/microsoft.applicationinsights.eventcountercollector.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.kubernetes/7.0.0/microsoft.applicationinsights.kubernetes.7.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.perfcountercollector/2.22.0/microsoft.applicationinsights.perfcountercollector.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.windowsserver/2.22.0/microsoft.applicationinsights.windowsserver.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.windowsserver.telemetrychannel/2.22.0/microsoft.applicationinsights.windowsserver.telemetrychannel.2.22.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights/2.23.0/microsoft.applicationinsights.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.aspnetcore/2.23.0/microsoft.applicationinsights.aspnetcore.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.dependencycollector/2.23.0/microsoft.applicationinsights.dependencycollector.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.eventcountercollector/2.23.0/microsoft.applicationinsights.eventcountercollector.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.kubernetes/8.0.0/microsoft.applicationinsights.kubernetes.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.perfcountercollector/2.23.0/microsoft.applicationinsights.perfcountercollector.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.windowsserver/2.23.0/microsoft.applicationinsights.windowsserver.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.windowsserver.telemetrychannel/2.23.0/microsoft.applicationinsights.windowsserver.telemetrychannel.2.23.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.aspnetcore.authentication.jwtbearer/9.0.0/microsoft.aspnetcore.authentication.jwtbearer.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.aspnetcore.authorization/9.0.0/microsoft.aspnetcore.authorization.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.cryptography.internal/9.0.0/microsoft.aspnetcore.cryptography.internal.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.dataprotection/9.0.0/microsoft.aspnetcore.dataprotection.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.dataprotection.abstractions/9.0.0/microsoft.aspnetcore.dataprotection.abstractions.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.dataprotection.stackexchangeredis/9.0.0/microsoft.aspnetcore.dataprotection.stackexchangeredis.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.aspnetcore.healthchecks/1.0.0/microsoft.aspnetcore.healthchecks.1.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.aspnetcore.hosting/2.1.1/microsoft.aspnetcore.hosting.2.1.1.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.aspnetcore.hosting.abstractions/2.1.1/microsoft.aspnetcore.hosting.abstractions.2.1.1.nupkg.sha512", @@ -44,56 +54,69 @@ "/home/runner/.nuget/packages/microsoft.azure.amqp/2.6.3/microsoft.azure.amqp.2.6.3.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.azure.servicebus/5.2.0/microsoft.azure.servicebus.5.2.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.azure.services.appauthentication/1.0.3/microsoft.azure.services.appauthentication.1.0.3.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.bcl.asyncinterfaces/1.1.1/microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.codeanalysis.analyzers/1.1.0/microsoft.codeanalysis.analyzers.1.1.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.codeanalysis.common/1.3.0/microsoft.codeanalysis.common.1.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.codeanalysis.csharp/1.3.0/microsoft.codeanalysis.csharp.1.3.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.bcl.asyncinterfaces/6.0.0/microsoft.bcl.asyncinterfaces.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.codeanalysis.analyzers/3.3.3/microsoft.codeanalysis.analyzers.3.3.3.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.codeanalysis.common/4.5.0/microsoft.codeanalysis.common.4.5.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.codeanalysis.csharp/4.5.0/microsoft.codeanalysis.csharp.4.5.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.codeanalysis.csharp.workspaces/4.5.0/microsoft.codeanalysis.csharp.workspaces.4.5.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.codeanalysis.visualbasic/1.3.0/microsoft.codeanalysis.visualbasic.1.3.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.codeanalysis.workspaces.common/4.5.0/microsoft.codeanalysis.workspaces.common.4.5.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.csharp/4.7.0/microsoft.csharp.4.7.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.caching.abstractions/1.0.0/microsoft.extensions.caching.abstractions.1.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.caching.memory/1.0.0/microsoft.extensions.caching.memory.1.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration/9.0.0/microsoft.extensions.configuration.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.abstractions/9.0.0/microsoft.extensions.configuration.abstractions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.binder/9.0.0/microsoft.extensions.configuration.binder.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.commandline/6.0.0/microsoft.extensions.configuration.commandline.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.environmentvariables/9.0.0/microsoft.extensions.configuration.environmentvariables.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.fileextensions/9.0.0/microsoft.extensions.configuration.fileextensions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.json/9.0.0/microsoft.extensions.configuration.json.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.usersecrets/6.0.1/microsoft.extensions.configuration.usersecrets.6.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection/9.0.0/microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/9.0.0/microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.dependencymodel/8.0.2/microsoft.extensions.dependencymodel.8.0.2.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.diagnosticadapter/3.1.27/microsoft.extensions.diagnosticadapter.3.1.27.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.abstractions/8.0.0/microsoft.extensions.diagnostics.abstractions.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks/8.0.0/microsoft.extensions.diagnostics.healthchecks.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks.abstractions/8.0.0/microsoft.extensions.diagnostics.healthchecks.abstractions.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.abstractions/9.0.0/microsoft.extensions.fileproviders.abstractions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.physical/9.0.0/microsoft.extensions.fileproviders.physical.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.filesystemglobbing/9.0.0/microsoft.extensions.filesystemglobbing.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.data.sqlclient/5.2.2/microsoft.data.sqlclient.5.2.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.data.sqlclient.sni.runtime/5.2.0/microsoft.data.sqlclient.sni.runtime.5.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.entityframeworkcore/8.0.11/microsoft.entityframeworkcore.8.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.entityframeworkcore.abstractions/8.0.11/microsoft.entityframeworkcore.abstractions.8.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.entityframeworkcore.analyzers/8.0.11/microsoft.entityframeworkcore.analyzers.8.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.entityframeworkcore.design/8.0.11/microsoft.entityframeworkcore.design.8.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.entityframeworkcore.inmemory/8.0.11/microsoft.entityframeworkcore.inmemory.8.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.entityframeworkcore.relational/8.0.11/microsoft.entityframeworkcore.relational.8.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.caching.abstractions/8.0.0/microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.caching.memory/8.0.1/microsoft.extensions.caching.memory.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration/9.0.2/microsoft.extensions.configuration.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.abstractions/9.0.7/microsoft.extensions.configuration.abstractions.9.0.7.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.binder/9.0.2/microsoft.extensions.configuration.binder.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.commandline/9.0.2/microsoft.extensions.configuration.commandline.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.environmentvariables/9.0.2/microsoft.extensions.configuration.environmentvariables.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.fileextensions/9.0.2/microsoft.extensions.configuration.fileextensions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.json/9.0.2/microsoft.extensions.configuration.json.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.usersecrets/9.0.2/microsoft.extensions.configuration.usersecrets.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection/9.0.2/microsoft.extensions.dependencyinjection.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/9.0.2/microsoft.extensions.dependencyinjection.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.dependencymodel/9.0.0/microsoft.extensions.dependencymodel.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnosticadapter/3.1.32/microsoft.extensions.diagnosticadapter.3.1.32.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics/9.0.2/microsoft.extensions.diagnostics.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.abstractions/9.0.2/microsoft.extensions.diagnostics.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks/9.0.0/microsoft.extensions.diagnostics.healthchecks.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks.abstractions/9.0.0/microsoft.extensions.diagnostics.healthchecks.abstractions.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.abstractions/9.0.2/microsoft.extensions.fileproviders.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.physical/9.0.2/microsoft.extensions.fileproviders.physical.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.filesystemglobbing/9.0.2/microsoft.extensions.filesystemglobbing.9.0.2.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.healthchecks/1.0.0/microsoft.extensions.healthchecks.1.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.hosting/6.0.1/microsoft.extensions.hosting.6.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.hosting.abstractions/8.0.0/microsoft.extensions.hosting.abstractions.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.http/3.1.0/microsoft.extensions.http.3.1.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging/9.0.0/microsoft.extensions.logging.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.abstractions/9.0.0/microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.applicationinsights/2.22.0/microsoft.extensions.logging.applicationinsights.2.22.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.hosting/9.0.2/microsoft.extensions.hosting.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.hosting.abstractions/9.0.2/microsoft.extensions.hosting.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.http/8.0.0/microsoft.extensions.http.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging/9.0.2/microsoft.extensions.logging.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.abstractions/9.0.2/microsoft.extensions.logging.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.applicationinsights/2.23.0/microsoft.extensions.logging.applicationinsights.2.23.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.logging.azureappservices/9.0.0/microsoft.extensions.logging.azureappservices.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.configuration/9.0.0/microsoft.extensions.logging.configuration.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.console/6.0.0/microsoft.extensions.logging.console.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.debug/6.0.0/microsoft.extensions.logging.debug.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.eventlog/6.0.0/microsoft.extensions.logging.eventlog.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.eventsource/6.0.0/microsoft.extensions.logging.eventsource.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.objectpool/7.0.0/microsoft.extensions.objectpool.7.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.options/9.0.0/microsoft.extensions.options.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.options.configurationextensions/9.0.0/microsoft.extensions.options.configurationextensions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.primitives/9.0.0/microsoft.extensions.primitives.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.abstractions/8.0.1/microsoft.identitymodel.abstractions.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.configuration/9.0.2/microsoft.extensions.logging.configuration.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.console/9.0.2/microsoft.extensions.logging.console.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.debug/9.0.2/microsoft.extensions.logging.debug.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.eventlog/9.0.2/microsoft.extensions.logging.eventlog.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.eventsource/9.0.2/microsoft.extensions.logging.eventsource.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.objectpool/2.1.1/microsoft.extensions.objectpool.2.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.options/9.0.2/microsoft.extensions.options.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.options.configurationextensions/9.0.2/microsoft.extensions.options.configurationextensions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.primitives/9.0.7/microsoft.extensions.primitives.9.0.7.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identity.client/4.61.3/microsoft.identity.client.4.61.3.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identity.client.extensions.msal/4.61.3/microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.abstractions/8.6.0/microsoft.identitymodel.abstractions.8.6.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.identitymodel.clients.activedirectory/3.14.2/microsoft.identitymodel.clients.activedirectory.3.14.2.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.jsonwebtokens/8.0.1/microsoft.identitymodel.jsonwebtokens.8.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.logging/8.0.1/microsoft.identitymodel.logging.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.jsonwebtokens/8.6.0/microsoft.identitymodel.jsonwebtokens.8.6.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.logging/8.6.0/microsoft.identitymodel.logging.8.6.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.identitymodel.protocols/8.0.1/microsoft.identitymodel.protocols.8.0.1.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.identitymodel.protocols.openidconnect/8.0.1/microsoft.identitymodel.protocols.openidconnect.8.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.tokens/8.0.1/microsoft.identitymodel.tokens.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.tokens/8.6.0/microsoft.identitymodel.tokens.8.6.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.net.http.headers/2.1.1/microsoft.net.http.headers.2.1.1.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.net.stringtools/17.6.3/microsoft.net.stringtools.17.6.3.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.netcore.app/1.0.5/microsoft.netcore.app.1.0.5.nupkg.sha512", @@ -101,20 +124,20 @@ "/home/runner/.nuget/packages/microsoft.netcore.dotnethostpolicy/1.0.5/microsoft.netcore.dotnethostpolicy.1.0.5.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.netcore.dotnethostresolver/1.0.1/microsoft.netcore.dotnethostresolver.1.0.1.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.netcore.jit/1.0.7/microsoft.netcore.jit.1.0.7.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.netcore.platforms/1.1.0/microsoft.netcore.platforms.1.1.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.netcore.platforms/3.1.0/microsoft.netcore.platforms.3.1.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.netcore.runtime.coreclr/1.0.7/microsoft.netcore.runtime.coreclr.1.0.7.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.netcore.targets/1.1.0/microsoft.netcore.targets.1.1.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.netcore.windows.apisets/1.0.1/microsoft.netcore.windows.apisets.1.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.sqlserver.server/1.0.0/microsoft.sqlserver.server.1.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.visualbasic/10.0.1/microsoft.visualbasic.10.0.1.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.win32.primitives/4.3.0/microsoft.win32.primitives.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.win32.registry/4.3.0/microsoft.win32.registry.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.win32.systemevents/6.0.0/microsoft.win32.systemevents.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/mono.texttemplating/2.2.1/mono.texttemplating.2.2.1.nupkg.sha512", "/home/runner/.nuget/packages/netstandard.library/1.6.1/netstandard.library.1.6.1.nupkg.sha512", - "/home/runner/.nuget/packages/newtonsoft.json/13.0.3/newtonsoft.json.13.0.3.nupkg.sha512", + "/home/runner/.nuget/packages/newtonsoft.json/13.0.4/newtonsoft.json.13.0.4.nupkg.sha512", "/home/runner/.nuget/packages/pipelines.sockets.unofficial/2.2.8/pipelines.sockets.unofficial.2.2.8.nupkg.sha512", - "/home/runner/.nuget/packages/polly/8.5.0/polly.8.5.0.nupkg.sha512", - "/home/runner/.nuget/packages/polly.core/8.5.0/polly.core.8.5.0.nupkg.sha512", - "/home/runner/.nuget/packages/prometheus-net/8.0.1/prometheus-net.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/polly/8.6.5/polly.8.6.5.nupkg.sha512", + "/home/runner/.nuget/packages/polly.core/8.6.5/polly.core.8.6.5.nupkg.sha512", "/home/runner/.nuget/packages/rabbitmq.client/6.8.1/rabbitmq.client.6.8.1.nupkg.sha512", "/home/runner/.nuget/packages/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", @@ -134,43 +157,48 @@ "/home/runner/.nuget/packages/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog/4.0.0/serilog.4.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.aspnetcore/8.0.3/serilog.aspnetcore.8.0.3.nupkg.sha512", + "/home/runner/.nuget/packages/serilog/4.2.0/serilog.4.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.aspnetcore/9.0.0/serilog.aspnetcore.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/serilog.enrichers.environment/3.0.1/serilog.enrichers.environment.3.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.extensions.hosting/8.0.0/serilog.extensions.hosting.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.extensions.logging/8.0.0/serilog.extensions.logging.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.formatting.compact/2.0.0/serilog.formatting.compact.2.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.settings.configuration/8.0.4/serilog.settings.configuration.8.0.4.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.console/6.0.0/serilog.sinks.console.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.debug/2.0.0/serilog.sinks.debug.2.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.file/5.0.0/serilog.sinks.file.5.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.http/9.0.0/serilog.sinks.http.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.seq/8.0.0/serilog.sinks.seq.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.extensions.hosting/9.0.0/serilog.extensions.hosting.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.extensions.logging/9.0.0/serilog.extensions.logging.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.formatting.compact/3.0.0/serilog.formatting.compact.3.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.settings.configuration/9.0.0/serilog.settings.configuration.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.console/6.1.1/serilog.sinks.console.6.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.debug/3.0.0/serilog.sinks.debug.3.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.file/7.0.0/serilog.sinks.file.7.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.http/9.2.0/serilog.sinks.http.9.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.seq/9.0.0/serilog.sinks.seq.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/stackexchange.redis/2.7.27/stackexchange.redis.2.7.27.nupkg.sha512", "/home/runner/.nuget/packages/system.appcontext/4.3.0/system.appcontext.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.buffers/4.5.0/system.buffers.4.5.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.clientmodel/1.0.0/system.clientmodel.1.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.codedom/4.4.0/system.codedom.4.4.0.nupkg.sha512", "/home/runner/.nuget/packages/system.collections/4.3.0/system.collections.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.collections.concurrent/4.3.0/system.collections.concurrent.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.collections.immutable/1.2.0/system.collections.immutable.1.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.collections.immutable/6.0.0/system.collections.immutable.6.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.componentmodel/4.0.1/system.componentmodel.4.0.1.nupkg.sha512", "/home/runner/.nuget/packages/system.componentmodel.annotations/4.1.0/system.componentmodel.annotations.4.1.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.configuration.configurationmanager/6.0.0/system.configuration.configurationmanager.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.composition/6.0.0/system.composition.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.composition.attributedmodel/6.0.0/system.composition.attributedmodel.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.composition.convention/6.0.0/system.composition.convention.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.composition.hosting/6.0.0/system.composition.hosting.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.composition.runtime/6.0.0/system.composition.runtime.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.composition.typedparts/6.0.0/system.composition.typedparts.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.configuration.configurationmanager/8.0.0/system.configuration.configurationmanager.8.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.console/4.3.0/system.console.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.debug/4.3.0/system.diagnostics.debug.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.diagnostics.diagnosticsource/8.0.1/system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/system.diagnostics.eventlog/6.0.0/system.diagnostics.eventlog.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.diagnostics.fileversioninfo/4.0.0/system.diagnostics.fileversioninfo.4.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.diagnostics.diagnosticsource/10.0.0/system.diagnostics.diagnosticsource.10.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.diagnostics.eventlog/9.0.2/system.diagnostics.eventlog.9.0.2.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.performancecounter/6.0.0/system.diagnostics.performancecounter.6.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.process/4.3.0/system.diagnostics.process.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.diagnostics.stacktrace/4.0.1/system.diagnostics.stacktrace.4.0.1.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.tools/4.3.0/system.diagnostics.tools.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.tracing/4.3.0/system.diagnostics.tracing.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.drawing.common/6.0.0/system.drawing.common.6.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.dynamic.runtime/4.0.11/system.dynamic.runtime.4.0.11.nupkg.sha512", "/home/runner/.nuget/packages/system.globalization/4.3.0/system.globalization.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.globalization.calendars/4.3.0/system.globalization.calendars.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.globalization.extensions/4.3.0/system.globalization.extensions.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.identitymodel.tokens.jwt/8.0.1/system.identitymodel.tokens.jwt.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/system.identitymodel.tokens.jwt/8.6.0/system.identitymodel.tokens.jwt.8.6.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io/4.3.0/system.io.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io.compression/4.3.0/system.io.compression.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io.compression.zipfile/4.3.0/system.io.compression.zipfile.4.3.0.nupkg.sha512", @@ -179,7 +207,7 @@ "/home/runner/.nuget/packages/system.io.filesystem.primitives/4.3.0/system.io.filesystem.primitives.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io.filesystem.watcher/4.0.0/system.io.filesystem.watcher.4.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io.memorymappedfiles/4.0.0/system.io.memorymappedfiles.4.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.io.pipelines/5.0.1/system.io.pipelines.5.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/system.io.pipelines/6.0.3/system.io.pipelines.6.0.3.nupkg.sha512", "/home/runner/.nuget/packages/system.io.unmanagedmemorystream/4.0.1/system.io.unmanagedmemorystream.4.0.1.nupkg.sha512", "/home/runner/.nuget/packages/system.linq/4.3.0/system.linq.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.linq.expressions/4.3.0/system.linq.expressions.4.3.0.nupkg.sha512", @@ -203,12 +231,13 @@ "/home/runner/.nuget/packages/system.reflection.emit.ilgeneration/4.3.0/system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.reflection.emit.lightweight/4.3.0/system.reflection.emit.lightweight.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.reflection.extensions/4.3.0/system.reflection.extensions.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.reflection.metadata/1.6.0/system.reflection.metadata.1.6.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.reflection.metadata/6.0.1/system.reflection.metadata.6.0.1.nupkg.sha512", "/home/runner/.nuget/packages/system.reflection.primitives/4.3.0/system.reflection.primitives.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.reflection.typeextensions/4.3.0/system.reflection.typeextensions.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.resources.reader/4.0.0/system.resources.reader.4.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.resources.resourcemanager/4.3.0/system.resources.resourcemanager.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.runtime/4.3.0/system.runtime.4.3.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.runtime.caching/8.0.0/system.runtime.caching.8.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.runtime.compilerservices.unsafe/6.0.0/system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.runtime.extensions/4.3.0/system.runtime.extensions.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.runtime.handles/4.3.0/system.runtime.handles.4.3.0.nupkg.sha512", @@ -218,24 +247,25 @@ "/home/runner/.nuget/packages/system.runtime.numerics/4.3.0/system.runtime.numerics.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.runtime.serialization.json/4.0.2/system.runtime.serialization.json.4.0.2.nupkg.sha512", "/home/runner/.nuget/packages/system.runtime.serialization.primitives/4.1.1/system.runtime.serialization.primitives.4.1.1.nupkg.sha512", - "/home/runner/.nuget/packages/system.security.accesscontrol/6.0.0/system.security.accesscontrol.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.security.accesscontrol/4.7.0/system.security.accesscontrol.4.7.0.nupkg.sha512", "/home/runner/.nuget/packages/system.security.claims/4.0.1/system.security.claims.4.0.1.nupkg.sha512", "/home/runner/.nuget/packages/system.security.cryptography.algorithms/4.3.0/system.security.cryptography.algorithms.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.security.cryptography.cng/4.3.0/system.security.cryptography.cng.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.security.cryptography.csp/4.3.0/system.security.cryptography.csp.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.security.cryptography.encoding/4.3.0/system.security.cryptography.encoding.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.security.cryptography.openssl/4.3.0/system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.security.cryptography.pkcs/9.0.0/system.security.cryptography.pkcs.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.security.cryptography.primitives/4.3.0/system.security.cryptography.primitives.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.security.cryptography.protecteddata/6.0.0/system.security.cryptography.protecteddata.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.security.cryptography.protecteddata/8.0.0/system.security.cryptography.protecteddata.8.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.security.cryptography.x509certificates/4.3.0/system.security.cryptography.x509certificates.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.security.permissions/6.0.0/system.security.permissions.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.security.cryptography.xml/9.0.0/system.security.cryptography.xml.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.security.principal/4.0.1/system.security.principal.4.0.1.nupkg.sha512", "/home/runner/.nuget/packages/system.security.principal.windows/4.7.0/system.security.principal.windows.4.7.0.nupkg.sha512", "/home/runner/.nuget/packages/system.text.encoding/4.3.0/system.text.encoding.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.text.encoding.codepages/4.0.1/system.text.encoding.codepages.4.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/system.text.encoding.codepages/6.0.0/system.text.encoding.codepages.6.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.text.encoding.extensions/4.3.0/system.text.encoding.extensions.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.text.encodings.web/6.0.0/system.text.encodings.web.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.text.json/6.0.0/system.text.json.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.text.encodings.web/4.7.2/system.text.encodings.web.4.7.2.nupkg.sha512", + "/home/runner/.nuget/packages/system.text.json/4.7.2/system.text.json.4.7.2.nupkg.sha512", "/home/runner/.nuget/packages/system.text.regularexpressions/4.3.0/system.text.regularexpressions.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.threading/4.3.0/system.threading.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.threading.channels/7.0.0/system.threading.channels.7.0.0.nupkg.sha512", @@ -248,14 +278,11 @@ "/home/runner/.nuget/packages/system.threading.threadpool/4.3.0/system.threading.threadpool.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.threading.timer/4.3.0/system.threading.timer.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.valuetuple/4.5.0/system.valuetuple.4.5.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.windows.extensions/6.0.0/system.windows.extensions.6.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.xml.readerwriter/4.3.0/system.xml.readerwriter.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.xml.xdocument/4.3.0/system.xml.xdocument.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.xml.xmldocument/4.0.1/system.xml.xmldocument.4.0.1.nupkg.sha512", "/home/runner/.nuget/packages/system.xml.xmlserializer/4.0.11/system.xml.xmlserializer.4.0.11.nupkg.sha512", - "/home/runner/.nuget/packages/system.xml.xpath/4.0.1/system.xml.xpath.4.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/system.xml.xpath.xdocument/4.0.1/system.xml.xpath.xdocument.4.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/yamldotnet/13.3.1/yamldotnet.13.3.1.nupkg.sha512" + "/home/runner/.nuget/packages/yamldotnet/16.3.0/yamldotnet.16.3.0.nupkg.sha512" ], "logs": [] } \ No newline at end of file diff --git a/src/Services/Payment/Payment.API/Payment.API.csproj b/src/Services/Payment/Payment.API/Payment.API.csproj index b3dbfb52..c65810a8 100644 --- a/src/Services/Payment/Payment.API/Payment.API.csproj +++ b/src/Services/Payment/Payment.API/Payment.API.csproj @@ -10,20 +10,20 @@ ..\..\..\..\docker-compose.dcproj - + - - - - - + + + + + - + - - - - + + + + diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Autofac.Extensions.DependencyInjection.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Autofac.Extensions.DependencyInjection.dll deleted file mode 100755 index c15c4d48..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Autofac.Extensions.DependencyInjection.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Autofac.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Autofac.dll deleted file mode 100755 index f52b5eaf..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Autofac.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Azure.Core.Amqp.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Azure.Core.Amqp.dll deleted file mode 100755 index f43cf0a6..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Azure.Core.Amqp.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Azure.Core.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Azure.Core.dll deleted file mode 100755 index d3fa20b6..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Azure.Core.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Azure.Identity.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Azure.Identity.dll deleted file mode 100755 index aab68328..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Azure.Identity.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Azure.Messaging.ServiceBus.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Azure.Messaging.ServiceBus.dll deleted file mode 100755 index c32a7cdc..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Azure.Messaging.ServiceBus.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/EventBus.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/EventBus.dll deleted file mode 100644 index 3cc2a120..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/EventBus.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/EventBus.pdb b/src/Services/Payment/Payment.API/bin/Debug/net9.0/EventBus.pdb deleted file mode 100644 index 92c766cf..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/EventBus.pdb and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/EventBusRabbitMQ.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/EventBusRabbitMQ.dll deleted file mode 100644 index c9ef07f0..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/EventBusRabbitMQ.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/EventBusRabbitMQ.pdb b/src/Services/Payment/Payment.API/bin/Debug/net9.0/EventBusRabbitMQ.pdb deleted file mode 100644 index b7ae8626..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/EventBusRabbitMQ.pdb and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/EventBusServiceBus.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/EventBusServiceBus.dll deleted file mode 100644 index 86912710..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/EventBusServiceBus.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/EventBusServiceBus.pdb b/src/Services/Payment/Payment.API/bin/Debug/net9.0/EventBusServiceBus.pdb deleted file mode 100644 index f0bb368b..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/EventBusServiceBus.pdb and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Fractions.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Fractions.dll deleted file mode 100755 index 16f94127..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Fractions.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/HealthChecks.AzureServiceBus.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/HealthChecks.AzureServiceBus.dll deleted file mode 100755 index 63b46633..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/HealthChecks.AzureServiceBus.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/HealthChecks.Rabbitmq.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/HealthChecks.Rabbitmq.dll deleted file mode 100755 index da377276..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/HealthChecks.Rabbitmq.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/HealthChecks.UI.Client.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/HealthChecks.UI.Client.dll deleted file mode 100755 index 005cb03b..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/HealthChecks.UI.Client.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/HealthChecks.UI.Core.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/HealthChecks.UI.Core.dll deleted file mode 100755 index 94b166c4..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/HealthChecks.UI.Core.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Humanizer.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Humanizer.dll deleted file mode 100755 index c9a7ef8a..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Humanizer.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/IdentityModel.OidcClient.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/IdentityModel.OidcClient.dll deleted file mode 100755 index 8ec9f3f0..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/IdentityModel.OidcClient.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/IdentityModel.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/IdentityModel.dll deleted file mode 100755 index 86fb0875..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/IdentityModel.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/IntegrationEventLogEF.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/IntegrationEventLogEF.dll deleted file mode 100644 index b14e326b..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/IntegrationEventLogEF.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/IntegrationEventLogEF.pdb b/src/Services/Payment/Payment.API/bin/Debug/net9.0/IntegrationEventLogEF.pdb deleted file mode 100644 index 63e18161..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/IntegrationEventLogEF.pdb and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/KubernetesClient.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/KubernetesClient.dll deleted file mode 100755 index 44522a93..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/KubernetesClient.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.AI.DependencyCollector.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.AI.DependencyCollector.dll deleted file mode 100755 index b9e88864..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.AI.DependencyCollector.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.AI.EventCounterCollector.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.AI.EventCounterCollector.dll deleted file mode 100755 index 32b9fafe..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.AI.EventCounterCollector.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.AI.PerfCounterCollector.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.AI.PerfCounterCollector.dll deleted file mode 100755 index ddfad5b2..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.AI.PerfCounterCollector.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.AI.ServerTelemetryChannel.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.AI.ServerTelemetryChannel.dll deleted file mode 100755 index ebcfc70b..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.AI.ServerTelemetryChannel.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.AI.WindowsServer.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.AI.WindowsServer.dll deleted file mode 100755 index b1d8bdda..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.AI.WindowsServer.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.AspNetCore.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.AspNetCore.dll deleted file mode 100755 index 648c8258..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.AspNetCore.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.Kubernetes.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.Kubernetes.dll deleted file mode 100755 index caca8a8d..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.Kubernetes.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.dll deleted file mode 100755 index 3f8c8189..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Azure.Amqp.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Azure.Amqp.dll deleted file mode 100755 index 6d5c4414..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Azure.Amqp.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Azure.KeyVault.WebKey.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Azure.KeyVault.WebKey.dll deleted file mode 100755 index 33492a45..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Azure.KeyVault.WebKey.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Azure.KeyVault.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Azure.KeyVault.dll deleted file mode 100755 index 0e927a42..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Azure.KeyVault.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Azure.ServiceBus.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Azure.ServiceBus.dll deleted file mode 100755 index 5b6af22c..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Azure.ServiceBus.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Azure.Services.AppAuthentication.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Azure.Services.AppAuthentication.dll deleted file mode 100755 index ef497490..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Azure.Services.AppAuthentication.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Bcl.AsyncInterfaces.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Bcl.AsyncInterfaces.dll deleted file mode 100755 index f5f1ceec..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Bcl.AsyncInterfaces.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Build.Locator.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Build.Locator.dll deleted file mode 100755 index 446d3415..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Build.Locator.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll deleted file mode 100755 index 2e99f765..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.CSharp.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.CSharp.dll deleted file mode 100755 index 8d56de13..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.CSharp.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll deleted file mode 100755 index a17c676d..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.dll deleted file mode 100755 index f70a016c..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.Workspaces.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.Workspaces.dll deleted file mode 100755 index 7253875b..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.Workspaces.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.dll deleted file mode 100755 index 7d537db6..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Data.SqlClient.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Data.SqlClient.dll deleted file mode 100755 index 85903b08..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Data.SqlClient.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Abstractions.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Abstractions.dll deleted file mode 100755 index e5b92b54..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Abstractions.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Design.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Design.dll deleted file mode 100755 index 41cf45ad..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Design.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Relational.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Relational.dll deleted file mode 100755 index 7e313e5e..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Relational.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.SqlServer.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.SqlServer.dll deleted file mode 100755 index 6c881dc4..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.SqlServer.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.dll deleted file mode 100755 index f362a04d..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll deleted file mode 100755 index decff85a..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll deleted file mode 100755 index e8ee78bf..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.DiagnosticAdapter.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.DiagnosticAdapter.dll deleted file mode 100755 index e74baccd..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.DiagnosticAdapter.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.ApplicationInsights.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.ApplicationInsights.dll deleted file mode 100755 index dfb12f20..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.ApplicationInsights.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll deleted file mode 100755 index f3f33fc6..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Identity.Client.Extensions.Msal.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Identity.Client.Extensions.Msal.dll deleted file mode 100755 index 9a7cadb8..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Identity.Client.Extensions.Msal.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Identity.Client.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Identity.Client.dll deleted file mode 100755 index 73873e59..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Identity.Client.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll deleted file mode 100755 index d3670bae..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll deleted file mode 100755 index 08dd7824..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.dll deleted file mode 100755 index 19245c62..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll deleted file mode 100755 index 25ff4bf4..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.IdentityModel.Logging.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.IdentityModel.Logging.dll deleted file mode 100755 index 40632195..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.IdentityModel.Logging.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll deleted file mode 100755 index 57a9536b..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.dll deleted file mode 100755 index 9fd9ebf6..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.IdentityModel.Tokens.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.IdentityModel.Tokens.dll deleted file mode 100755 index fa988165..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.IdentityModel.Tokens.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.Azure.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.Azure.dll deleted file mode 100755 index d7ea3c71..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.Azure.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.dll deleted file mode 100755 index 37eeb80d..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.SqlServer.Server.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.SqlServer.Server.dll deleted file mode 100755 index ddeaa864..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.SqlServer.Server.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Win32.SystemEvents.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Win32.SystemEvents.dll deleted file mode 100755 index 3ab58500..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Win32.SystemEvents.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Mono.TextTemplating.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Mono.TextTemplating.dll deleted file mode 100755 index 4a765119..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Mono.TextTemplating.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Newtonsoft.Json.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Newtonsoft.Json.dll deleted file mode 100755 index d035c38b..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Newtonsoft.Json.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Payment.API b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Payment.API deleted file mode 100755 index cbb626df..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Payment.API and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Payment.API.deps.json b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Payment.API.deps.json deleted file mode 100644 index 3751d9a1..00000000 --- a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Payment.API.deps.json +++ /dev/null @@ -1,2124 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v9.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v9.0": { - "Payment.API/1.0.0": { - "dependencies": { - "AspNetCore.HealthChecks.AzureServiceBus": "8.0.1", - "AspNetCore.HealthChecks.Rabbitmq": "8.0.2", - "AspNetCore.HealthChecks.UI.Client": "8.0.1", - "Autofac.Extensions.DependencyInjection": "10.0.0", - "EventBus": "1.0.0", - "EventBusRabbitMQ": "1.0.0", - "EventBusServiceBus": "1.0.0", - "IntegrationEventLogEF": "1.0.0", - "Microsoft.ApplicationInsights.AspNetCore": "2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.22.0", - "Microsoft.ApplicationInsights.Kubernetes": "7.0.0", - "Microsoft.Extensions.Configuration.AzureKeyVault": "3.1.24", - "Microsoft.Extensions.Logging.AzureAppServices": "9.0.0", - "Serilog.AspNetCore": "8.0.3", - "Serilog.Enrichers.Environment": "3.0.1", - "Serilog.Settings.Configuration": "8.0.4", - "Serilog.Sinks.Console": "6.0.0", - "Serilog.Sinks.Http": "9.0.0", - "Serilog.Sinks.Seq": "8.0.0" - }, - "runtime": { - "Payment.API.dll": {} - } - }, - "AspNetCore.HealthChecks.AzureServiceBus/8.0.1": { - "dependencies": { - "Azure.Messaging.ServiceBus": "7.17.0" - }, - "runtime": { - "lib/net6.0/HealthChecks.AzureServiceBus.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.0" - } - } - }, - "AspNetCore.HealthChecks.Rabbitmq/8.0.2": { - "dependencies": { - "RabbitMQ.Client": "6.8.1" - }, - "runtime": { - "lib/net6.0/HealthChecks.Rabbitmq.dll": { - "assemblyVersion": "8.0.2.0", - "fileVersion": "8.0.2.0" - } - } - }, - "AspNetCore.HealthChecks.UI.Client/8.0.1": { - "dependencies": { - "AspNetCore.HealthChecks.UI.Core": "8.0.1" - }, - "runtime": { - "lib/net8.0/HealthChecks.UI.Client.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.0" - } - } - }, - "AspNetCore.HealthChecks.UI.Core/8.0.1": { - "runtime": { - "lib/net6.0/HealthChecks.UI.Core.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.0" - } - } - }, - "Autofac/8.1.1": { - "runtime": { - "lib/net8.0/Autofac.dll": { - "assemblyVersion": "8.1.1.0", - "fileVersion": "8.1.1.0" - } - } - }, - "Autofac.Extensions.DependencyInjection/10.0.0": { - "dependencies": { - "Autofac": "8.1.1" - }, - "runtime": { - "lib/net8.0/Autofac.Extensions.DependencyInjection.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "10.0.0.0" - } - } - }, - "Azure.Core/1.38.0": { - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "7.0.0", - "System.ClientModel": "1.0.0", - "System.Memory.Data": "1.0.2" - }, - "runtime": { - "lib/net6.0/Azure.Core.dll": { - "assemblyVersion": "1.38.0.0", - "fileVersion": "1.3800.24.12602" - } - } - }, - "Azure.Core.Amqp/1.3.0": { - "dependencies": { - "Microsoft.Azure.Amqp": "2.6.3", - "System.Memory.Data": "1.0.2" - }, - "runtime": { - "lib/netstandard2.0/Azure.Core.Amqp.dll": { - "assemblyVersion": "1.3.0.0", - "fileVersion": "1.300.23.15207" - } - } - }, - "Azure.Identity/1.11.4": { - "dependencies": { - "Azure.Core": "1.38.0", - "Microsoft.Identity.Client": "4.61.3", - "Microsoft.Identity.Client.Extensions.Msal": "4.61.3", - "System.Security.Cryptography.ProtectedData": "6.0.0" - }, - "runtime": { - "lib/netstandard2.0/Azure.Identity.dll": { - "assemblyVersion": "1.11.4.0", - "fileVersion": "1.1100.424.31005" - } - } - }, - "Azure.Messaging.ServiceBus/7.17.0": { - "dependencies": { - "Azure.Core": "1.38.0", - "Azure.Core.Amqp": "1.3.0", - "Microsoft.Azure.Amqp": "2.6.3", - "Microsoft.Bcl.AsyncInterfaces": "7.0.0", - "System.Memory.Data": "1.0.2" - }, - "runtime": { - "lib/netstandard2.0/Azure.Messaging.ServiceBus.dll": { - "assemblyVersion": "7.17.0.0", - "fileVersion": "7.1700.23.56401" - } - } - }, - "Fractions/7.2.1": { - "runtime": { - "lib/netstandard2.1/Fractions.dll": { - "assemblyVersion": "7.2.1.0", - "fileVersion": "7.2.1.0" - } - } - }, - "Humanizer.Core/2.14.1": { - "runtime": { - "lib/net6.0/Humanizer.dll": { - "assemblyVersion": "2.14.0.0", - "fileVersion": "2.14.1.48190" - } - } - }, - "IdentityModel/5.2.0": { - "runtime": { - "lib/net5.0/IdentityModel.dll": { - "assemblyVersion": "5.2.0.0", - "fileVersion": "5.2.0.0" - } - } - }, - "IdentityModel.OidcClient/5.2.1": { - "dependencies": { - "IdentityModel": "5.2.0" - }, - "runtime": { - "lib/netstandard2.0/IdentityModel.OidcClient.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.2.1.0" - } - } - }, - "KubernetesClient/12.1.1": { - "dependencies": { - "Fractions": "7.2.1", - "IdentityModel.OidcClient": "5.2.1", - "System.IdentityModel.Tokens.Jwt": "7.0.0", - "YamlDotNet": "13.3.1", - "prometheus-net": "8.0.1" - }, - "runtime": { - "lib/net7.0/KubernetesClient.dll": { - "assemblyVersion": "12.1.0.0", - "fileVersion": "12.1.1.319" - } - } - }, - "Microsoft.ApplicationInsights/2.22.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.ApplicationInsights.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.ApplicationInsights.AspNetCore/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.22.0", - "Microsoft.ApplicationInsights.EventCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.22.0", - "Microsoft.Extensions.Logging.ApplicationInsights": "2.22.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.DependencyCollector.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.ApplicationInsights.EventCounterCollector/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.ApplicationInsights.Kubernetes/7.0.0": { - "dependencies": { - "KubernetesClient": "12.1.1", - "Microsoft.ApplicationInsights": "2.22.0", - "Microsoft.Extensions.DiagnosticAdapter": "3.1.27" - }, - "runtime": { - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.0.0" - } - } - }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "System.Diagnostics.PerformanceCounter": "6.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.ApplicationInsights.WindowsServer/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.22.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.22.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.WindowsServer.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.Azure.Amqp/2.6.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.Azure.Amqp.dll": { - "assemblyVersion": "2.4.0.0", - "fileVersion": "2.6.3.0" - } - } - }, - "Microsoft.Azure.KeyVault/2.3.2": { - "dependencies": { - "Microsoft.Azure.KeyVault.WebKey": "2.0.7", - "Microsoft.Rest.ClientRuntime": "2.3.8", - "Microsoft.Rest.ClientRuntime.Azure": "3.3.7", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.3.2.0" - } - } - }, - "Microsoft.Azure.KeyVault.WebKey/2.0.7": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.7.0" - } - } - }, - "Microsoft.Azure.ServiceBus/5.2.0": { - "dependencies": { - "Microsoft.Azure.Amqp": "2.6.3", - "Microsoft.Azure.Services.AppAuthentication": "1.0.3", - "Newtonsoft.Json": "13.0.3", - "System.IdentityModel.Tokens.Jwt": "7.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": { - "assemblyVersion": "5.2.0.0", - "fileVersion": "5.200.21.55702" - } - } - }, - "Microsoft.Azure.Services.AppAuthentication/1.0.3": { - "dependencies": { - "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": { - "assemblyVersion": "1.0.3.0", - "fileVersion": "1.0.3.0" - } - } - }, - "Microsoft.Bcl.AsyncInterfaces/7.0.0": { - "runtime": { - "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "Microsoft.Build.Locator/1.7.8": { - "runtime": { - "lib/net6.0/Microsoft.Build.Locator.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.7.8.28074" - } - } - }, - "Microsoft.CodeAnalysis.Common/4.8.0": { - "runtime": { - "lib/net7.0/Microsoft.CodeAnalysis.dll": { - "assemblyVersion": "4.8.0.0", - "fileVersion": "4.800.23.55801" - } - }, - "resources": { - "lib/net7.0/cs/Microsoft.CodeAnalysis.resources.dll": { - "locale": "cs" - }, - "lib/net7.0/de/Microsoft.CodeAnalysis.resources.dll": { - "locale": "de" - }, - "lib/net7.0/es/Microsoft.CodeAnalysis.resources.dll": { - "locale": "es" - }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "fr" - }, - "lib/net7.0/it/Microsoft.CodeAnalysis.resources.dll": { - "locale": "it" - }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ja" - }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ko" - }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pl" - }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pt-BR" - }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ru" - }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "tr" - }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.CodeAnalysis.CSharp/4.8.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "4.8.0" - }, - "runtime": { - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { - "assemblyVersion": "4.8.0.0", - "fileVersion": "4.800.23.55801" - } - }, - "resources": { - "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "cs" - }, - "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "de" - }, - "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "es" - }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "fr" - }, - "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "it" - }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ja" - }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ko" - }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pl" - }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pt-BR" - }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ru" - }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "tr" - }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.CodeAnalysis.CSharp.Workspaces/4.8.0": { - "dependencies": { - "Humanizer.Core": "2.14.1", - "Microsoft.CodeAnalysis.CSharp": "4.8.0", - "Microsoft.CodeAnalysis.Common": "4.8.0", - "Microsoft.CodeAnalysis.Workspaces.Common": "4.8.0" - }, - "runtime": { - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { - "assemblyVersion": "4.8.0.0", - "fileVersion": "4.800.23.55801" - } - }, - "resources": { - "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "cs" - }, - "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "de" - }, - "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "es" - }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "fr" - }, - "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "it" - }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "ja" - }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "ko" - }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "pl" - }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "pt-BR" - }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "ru" - }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "tr" - }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.CodeAnalysis.Workspaces.Common/4.8.0": { - "dependencies": { - "Humanizer.Core": "2.14.1", - "Microsoft.Bcl.AsyncInterfaces": "7.0.0", - "Microsoft.CodeAnalysis.Common": "4.8.0", - "System.Composition": "7.0.0" - }, - "runtime": { - "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { - "assemblyVersion": "4.8.0.0", - "fileVersion": "4.800.23.55801" - } - }, - "resources": { - "lib/net7.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "cs" - }, - "lib/net7.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "de" - }, - "lib/net7.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "es" - }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "fr" - }, - "lib/net7.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "it" - }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "ja" - }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "ko" - }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "pl" - }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "pt-BR" - }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "ru" - }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "tr" - }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.CodeAnalysis.Workspaces.MSBuild/4.8.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "4.8.0", - "Microsoft.CodeAnalysis.Workspaces.Common": "4.8.0" - }, - "runtime": { - "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll": { - "assemblyVersion": "4.8.0.0", - "fileVersion": "4.800.23.55801" - }, - "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.dll": { - "assemblyVersion": "4.8.0.0", - "fileVersion": "4.800.23.55801" - } - }, - "resources": { - "lib/net7.0/cs/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { - "locale": "cs" - }, - "lib/net7.0/de/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { - "locale": "de" - }, - "lib/net7.0/es/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { - "locale": "es" - }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { - "locale": "fr" - }, - "lib/net7.0/it/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { - "locale": "it" - }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { - "locale": "ja" - }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { - "locale": "ko" - }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { - "locale": "pl" - }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { - "locale": "pt-BR" - }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { - "locale": "ru" - }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { - "locale": "tr" - }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.Data.SqlClient/5.1.6": { - "dependencies": { - "Azure.Identity": "1.11.4", - "Microsoft.Data.SqlClient.SNI.runtime": "5.1.1", - "Microsoft.Identity.Client": "4.61.3", - "Microsoft.IdentityModel.JsonWebTokens": "7.0.0", - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0", - "Microsoft.SqlServer.Server": "1.0.0", - "System.Configuration.ConfigurationManager": "6.0.1", - "System.Runtime.Caching": "6.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Data.SqlClient.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.16.24240.5" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.16.24240.5" - }, - "runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.16.24240.5" - } - } - }, - "Microsoft.Data.SqlClient.SNI.runtime/5.1.1": { - "runtimeTargets": { - "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-arm", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-arm64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "Microsoft.EntityFrameworkCore/9.0.0": { - "dependencies": { - "Microsoft.EntityFrameworkCore.Abstractions": "9.0.0" - }, - "runtime": { - "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52902" - } - } - }, - "Microsoft.EntityFrameworkCore.Abstractions/9.0.0": { - "runtime": { - "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52902" - } - } - }, - "Microsoft.EntityFrameworkCore.Design/9.0.0": { - "dependencies": { - "Humanizer.Core": "2.14.1", - "Microsoft.Build.Locator": "1.7.8", - "Microsoft.CodeAnalysis.CSharp": "4.8.0", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0", - "Microsoft.CodeAnalysis.Workspaces.MSBuild": "4.8.0", - "Microsoft.EntityFrameworkCore.Relational": "9.0.0", - "Microsoft.Extensions.DependencyModel": "9.0.0", - "Mono.TextTemplating": "3.0.0" - }, - "runtime": { - "lib/net8.0/Microsoft.EntityFrameworkCore.Design.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52902" - } - } - }, - "Microsoft.EntityFrameworkCore.Relational/9.0.0": { - "dependencies": { - "Microsoft.EntityFrameworkCore": "9.0.0" - }, - "runtime": { - "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52902" - } - } - }, - "Microsoft.EntityFrameworkCore.SqlServer/9.0.0": { - "dependencies": { - "Microsoft.Data.SqlClient": "5.1.6", - "Microsoft.EntityFrameworkCore.Relational": "9.0.0" - }, - "runtime": { - "lib/net8.0/Microsoft.EntityFrameworkCore.SqlServer.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52902" - } - } - }, - "Microsoft.Extensions.Configuration.AzureKeyVault/3.1.24": { - "dependencies": { - "Microsoft.Azure.KeyVault": "2.3.2", - "Microsoft.Azure.Services.AppAuthentication": "1.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll": { - "assemblyVersion": "3.1.24.0", - "fileVersion": "3.100.2422.18002" - } - } - }, - "Microsoft.Extensions.DependencyModel/9.0.0": { - "runtime": { - "lib/net9.0/Microsoft.Extensions.DependencyModel.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "Microsoft.Extensions.DiagnosticAdapter/3.1.27": { - "runtime": { - "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll": { - "assemblyVersion": "3.1.27.0", - "fileVersion": "3.100.2722.31601" - } - } - }, - "Microsoft.Extensions.Logging.ApplicationInsights/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.Extensions.Logging.AzureAppServices/9.0.0": { - "runtime": { - "lib/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.Identity.Client/4.61.3": { - "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Identity.Client.dll": { - "assemblyVersion": "4.61.3.0", - "fileVersion": "4.61.3.0" - } - } - }, - "Microsoft.Identity.Client.Extensions.Msal/4.61.3": { - "dependencies": { - "Microsoft.Identity.Client": "4.61.3", - "System.Security.Cryptography.ProtectedData": "6.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": { - "assemblyVersion": "4.61.3.0", - "fileVersion": "4.61.3.0" - } - } - }, - "Microsoft.IdentityModel.Abstractions/7.0.0": { - "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.0.40911" - } - } - }, - "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.2": { - "runtime": { - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": { - "assemblyVersion": "3.14.2.11", - "fileVersion": "3.14.40721.918" - }, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": { - "assemblyVersion": "3.14.2.11", - "fileVersion": "3.14.40721.918" - } - } - }, - "Microsoft.IdentityModel.JsonWebTokens/7.0.0": { - "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.0.0" - }, - "runtime": { - "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.0.40911" - } - } - }, - "Microsoft.IdentityModel.Logging/7.0.0": { - "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.0.0" - }, - "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.0.40911" - } - } - }, - "Microsoft.IdentityModel.Protocols/6.35.0": { - "dependencies": { - "Microsoft.IdentityModel.Logging": "7.0.0", - "Microsoft.IdentityModel.Tokens": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { - "assemblyVersion": "6.35.0.0", - "fileVersion": "6.35.0.41201" - } - } - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { - "dependencies": { - "Microsoft.IdentityModel.Protocols": "6.35.0", - "System.IdentityModel.Tokens.Jwt": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { - "assemblyVersion": "6.35.0.0", - "fileVersion": "6.35.0.41201" - } - } - }, - "Microsoft.IdentityModel.Tokens/7.0.0": { - "dependencies": { - "Microsoft.IdentityModel.Logging": "7.0.0" - }, - "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.0.40911" - } - } - }, - "Microsoft.Rest.ClientRuntime/2.3.8": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.3.8.0" - } - } - }, - "Microsoft.Rest.ClientRuntime.Azure/3.3.7": { - "dependencies": { - "Microsoft.Rest.ClientRuntime": "2.3.8", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll": { - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.3.7.0" - } - } - }, - "Microsoft.SqlServer.Server/1.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "Microsoft.Win32.SystemEvents/6.0.0": { - "runtime": { - "lib/net6.0/Microsoft.Win32.SystemEvents.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "Mono.TextTemplating/3.0.0": { - "dependencies": { - "System.CodeDom": "6.0.0" - }, - "runtime": { - "lib/net6.0/Mono.TextTemplating.dll": { - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.0.0.1" - } - } - }, - "Newtonsoft.Json/13.0.3": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" - } - } - }, - "Polly/8.5.0": { - "dependencies": { - "Polly.Core": "8.5.0" - }, - "runtime": { - "lib/net6.0/Polly.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.5.0.4130" - } - } - }, - "Polly.Core/8.5.0": { - "runtime": { - "lib/net8.0/Polly.Core.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.5.0.4130" - } - } - }, - "prometheus-net/8.0.1": { - "runtime": { - "lib/net7.0/Prometheus.NetStandard.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.1.0" - } - } - }, - "RabbitMQ.Client/6.8.1": { - "runtime": { - "lib/netstandard2.0/RabbitMQ.Client.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.8.1.0" - } - } - }, - "Serilog/4.0.0": { - "runtime": { - "lib/net8.0/Serilog.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.0.0.0" - } - } - }, - "Serilog.AspNetCore/8.0.3": { - "dependencies": { - "Serilog": "4.0.0", - "Serilog.Extensions.Hosting": "8.0.0", - "Serilog.Formatting.Compact": "2.0.0", - "Serilog.Settings.Configuration": "8.0.4", - "Serilog.Sinks.Console": "6.0.0", - "Serilog.Sinks.Debug": "2.0.0", - "Serilog.Sinks.File": "5.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.AspNetCore.dll": { - "assemblyVersion": "8.0.3.0", - "fileVersion": "8.0.3.0" - } - } - }, - "Serilog.Enrichers.Environment/3.0.1": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Enrichers.Environment.dll": { - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.0.0.0" - } - } - }, - "Serilog.Extensions.Hosting/8.0.0": { - "dependencies": { - "Serilog": "4.0.0", - "Serilog.Extensions.Logging": "8.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Extensions.Hosting.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "8.0.0.0" - } - } - }, - "Serilog.Extensions.Logging/8.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Extensions.Logging.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "8.0.0.0" - } - } - }, - "Serilog.Formatting.Compact/2.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net7.0/Serilog.Formatting.Compact.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.0" - } - } - }, - "Serilog.Settings.Configuration/8.0.4": { - "dependencies": { - "Microsoft.Extensions.DependencyModel": "9.0.0", - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Settings.Configuration.dll": { - "assemblyVersion": "8.0.4.0", - "fileVersion": "8.0.4.0" - } - } - }, - "Serilog.Sinks.Console/6.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Sinks.Console.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.0.0" - } - } - }, - "Serilog.Sinks.Debug/2.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.0" - } - } - }, - "Serilog.Sinks.File/5.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net5.0/Serilog.Sinks.File.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.0" - } - } - }, - "Serilog.Sinks.Http/9.0.0": { - "dependencies": { - "Serilog.Sinks.File": "5.0.0" - }, - "runtime": { - "lib/netstandard2.1/Serilog.Sinks.Http.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.0.0" - } - } - }, - "Serilog.Sinks.Seq/8.0.0": { - "dependencies": { - "Serilog": "4.0.0", - "Serilog.Sinks.File": "5.0.0" - }, - "runtime": { - "lib/net6.0/Serilog.Sinks.Seq.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.0.0" - } - } - }, - "System.ClientModel/1.0.0": { - "dependencies": { - "System.Memory.Data": "1.0.2" - }, - "runtime": { - "lib/net6.0/System.ClientModel.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.24.5302" - } - } - }, - "System.CodeDom/6.0.0": { - "runtime": { - "lib/net6.0/System.CodeDom.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.Composition/7.0.0": { - "dependencies": { - "System.Composition.AttributedModel": "7.0.0", - "System.Composition.Convention": "7.0.0", - "System.Composition.Hosting": "7.0.0", - "System.Composition.Runtime": "7.0.0", - "System.Composition.TypedParts": "7.0.0" - } - }, - "System.Composition.AttributedModel/7.0.0": { - "runtime": { - "lib/net7.0/System.Composition.AttributedModel.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "System.Composition.Convention/7.0.0": { - "dependencies": { - "System.Composition.AttributedModel": "7.0.0" - }, - "runtime": { - "lib/net7.0/System.Composition.Convention.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "System.Composition.Hosting/7.0.0": { - "dependencies": { - "System.Composition.Runtime": "7.0.0" - }, - "runtime": { - "lib/net7.0/System.Composition.Hosting.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "System.Composition.Runtime/7.0.0": { - "runtime": { - "lib/net7.0/System.Composition.Runtime.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "System.Composition.TypedParts/7.0.0": { - "dependencies": { - "System.Composition.AttributedModel": "7.0.0", - "System.Composition.Hosting": "7.0.0", - "System.Composition.Runtime": "7.0.0" - }, - "runtime": { - "lib/net7.0/System.Composition.TypedParts.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "System.Configuration.ConfigurationManager/6.0.1": { - "dependencies": { - "System.Security.Cryptography.ProtectedData": "6.0.0", - "System.Security.Permissions": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - } - } - }, - "System.Diagnostics.PerformanceCounter/6.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "6.0.1" - }, - "runtime": { - "lib/net6.0/System.Diagnostics.PerformanceCounter.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.Drawing.Common/6.0.0": { - "dependencies": { - "Microsoft.Win32.SystemEvents": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Drawing.Common.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/net6.0/System.Drawing.Common.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - }, - "runtimes/win/lib/net6.0/System.Drawing.Common.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.IdentityModel.Tokens.Jwt/7.0.0": { - "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.0.0", - "Microsoft.IdentityModel.Tokens": "7.0.0" - }, - "runtime": { - "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.0.40911" - } - } - }, - "System.Memory.Data/1.0.2": { - "runtime": { - "lib/netstandard2.0/System.Memory.Data.dll": { - "assemblyVersion": "1.0.2.0", - "fileVersion": "1.0.221.20802" - } - } - }, - "System.Runtime.Caching/6.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "6.0.1" - }, - "runtime": { - "lib/net6.0/System.Runtime.Caching.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Runtime.Caching.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.Security.Cryptography.ProtectedData/6.0.0": { - "runtime": { - "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.Security.Permissions/6.0.0": { - "dependencies": { - "System.Windows.Extensions": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Security.Permissions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.Windows.Extensions/6.0.0": { - "dependencies": { - "System.Drawing.Common": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Windows.Extensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "YamlDotNet/13.3.1": { - "runtime": { - "lib/net7.0/YamlDotNet.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.3.1.0" - } - } - }, - "EventBus/1.0.0": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "EventBus.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "EventBusRabbitMQ/1.0.0": { - "dependencies": { - "Autofac": "8.1.1", - "EventBus": "1.0.0", - "Newtonsoft.Json": "13.0.3", - "Polly": "8.5.0", - "RabbitMQ.Client": "6.8.1" - }, - "runtime": { - "EventBusRabbitMQ.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "EventBusServiceBus/1.0.0": { - "dependencies": { - "Autofac": "8.1.1", - "EventBus": "1.0.0", - "Microsoft.Azure.ServiceBus": "5.2.0" - }, - "runtime": { - "EventBusServiceBus.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "IntegrationEventLogEF/1.0.0": { - "dependencies": { - "EventBus": "1.0.0", - "Microsoft.EntityFrameworkCore": "9.0.0", - "Microsoft.EntityFrameworkCore.Design": "9.0.0", - "Microsoft.EntityFrameworkCore.Relational": "9.0.0", - "Microsoft.EntityFrameworkCore.SqlServer": "9.0.0", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "IntegrationEventLogEF.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - } - } - }, - "libraries": { - "Payment.API/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "AspNetCore.HealthChecks.AzureServiceBus/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-67GttVESv92GIthFMNqLbWvnQr3AFujGGsydKUl51R7p+KETguIJ+yHGUSnLL8XEcIWO0pENO714WlAqmON8EQ==", - "path": "aspnetcore.healthchecks.azureservicebus/8.0.1", - "hashPath": "aspnetcore.healthchecks.azureservicebus.8.0.1.nupkg.sha512" - }, - "AspNetCore.HealthChecks.Rabbitmq/8.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A/29xmNWfssOY1zq1bWAaZPW/iJfBhJN+I737KKHQutzB0JFwAIKesjsUWN2BAJwqS/ciFMjNxvCDHtAgU0PIQ==", - "path": "aspnetcore.healthchecks.rabbitmq/8.0.2", - "hashPath": "aspnetcore.healthchecks.rabbitmq.8.0.2.nupkg.sha512" - }, - "AspNetCore.HealthChecks.UI.Client/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nhC6KIoB/EtTbH3uGm2J6EHEUyTJuETUARFePbmrnA+zjbwsirzIVUQl46qIjvyPABhK0e7Rk+AxcRqC6zikqA==", - "path": "aspnetcore.healthchecks.ui.client/8.0.1", - "hashPath": "aspnetcore.healthchecks.ui.client.8.0.1.nupkg.sha512" - }, - "AspNetCore.HealthChecks.UI.Core/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Vn00MOJ1I0HSqyP7Bt9v0pr0AIgbrXMjL/KFwW+sRwLRogOtep8BWGimd8XYRCbCDLrAi7VSArU02f6pEIw69w==", - "path": "aspnetcore.healthchecks.ui.core/8.0.1", - "hashPath": "aspnetcore.healthchecks.ui.core.8.0.1.nupkg.sha512" - }, - "Autofac/8.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lhHjVB/XJtxPDUQ/FAHWAC7Spu+P9TNfDbyx2W0ABqD1eTRo7TkcZ7l7Oq1S5pKNg7NXswdk9uH73qbOzSwQFA==", - "path": "autofac/8.1.1", - "hashPath": "autofac.8.1.1.nupkg.sha512" - }, - "Autofac.Extensions.DependencyInjection/10.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZjR/onUlP7BzQ7VBBigQepWLAyAzi3VRGX3pP6sBqkPRiT61fsTZqbTpRUKxo30TMgbs1o3y6bpLbETix4SJog==", - "path": "autofac.extensions.dependencyinjection/10.0.0", - "hashPath": "autofac.extensions.dependencyinjection.10.0.0.nupkg.sha512" - }, - "Azure.Core/1.38.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IuEgCoVA0ef7E4pQtpC3+TkPbzaoQfa77HlfJDmfuaJUCVJmn7fT0izamZiryW5sYUFKizsftIxMkXKbgIcPMQ==", - "path": "azure.core/1.38.0", - "hashPath": "azure.core.1.38.0.nupkg.sha512" - }, - "Azure.Core.Amqp/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==", - "path": "azure.core.amqp/1.3.0", - "hashPath": "azure.core.amqp.1.3.0.nupkg.sha512" - }, - "Azure.Identity/1.11.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Sf4BoE6Q3jTgFkgBkx7qztYOFELBCo+wQgpYDwal/qJ1unBH73ywPztIJKXBXORRzAeNijsuxhk94h0TIMvfYg==", - "path": "azure.identity/1.11.4", - "hashPath": "azure.identity.1.11.4.nupkg.sha512" - }, - "Azure.Messaging.ServiceBus/7.17.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lpQXW+8IsTsCp8hvMIiqcp0oLYgxc79g7ALYUOOXiZy/3WORlaN237eNx0LCX40wTo7hLtdbVrmoUa+kIohGpg==", - "path": "azure.messaging.servicebus/7.17.0", - "hashPath": "azure.messaging.servicebus.7.17.0.nupkg.sha512" - }, - "Fractions/7.2.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1gVCo18/02ZZOJ+dcpVNMsUHF6cLmltMMskUWl2G1l+0OmTTvcwJZq5/JXIVpvOzPM3gDLombsloGMlTQNcv9g==", - "path": "fractions/7.2.1", - "hashPath": "fractions.7.2.1.nupkg.sha512" - }, - "Humanizer.Core/2.14.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lQKvtaTDOXnoVJ20ibTuSIOf2i0uO0MPbDhd1jm238I+U/2ZnRENj0cktKZhtchBMtCUSRQ5v4xBCUbKNmyVMw==", - "path": "humanizer.core/2.14.1", - "hashPath": "humanizer.core.2.14.1.nupkg.sha512" - }, - "IdentityModel/5.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nuhkbaDH9l5QzNJp2MtP3qio57MPtiRneUN8Ocr7od0JvSYaIe3gBj/vxllr11S/Qvu1AG4GZXoyv5469ewYDA==", - "path": "identitymodel/5.2.0", - "hashPath": "identitymodel.5.2.0.nupkg.sha512" - }, - "IdentityModel.OidcClient/5.2.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OuPhDNAw/EoJVEmYO6/ChZUBcug4OGoGKTKLUyBCsGhlKegxJk25LYQ0EL7GCBMgkEL+BYNJukNZyaJ+JNaWog==", - "path": "identitymodel.oidcclient/5.2.1", - "hashPath": "identitymodel.oidcclient.5.2.1.nupkg.sha512" - }, - "KubernetesClient/12.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Xvc6Kr/W5YUxlMDzy0R80zy+Vd66brS7fSA4COGXu8KZACKPW7+KKS7kxZBLaFYGrUcktXOHpqNNuoukSGcK6A==", - "path": "kubernetesclient/12.1.1", - "hashPath": "kubernetesclient.12.1.1.nupkg.sha512" - }, - "Microsoft.ApplicationInsights/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3AOM9bZtku7RQwHyMEY3tQMrHIgjcfRDa6YQpd/QG2LDGvMydSlL9Di+8LLMt7J2RDdfJ7/2jdYv6yHcMJAnNw==", - "path": "microsoft.applicationinsights/2.22.0", - "hashPath": "microsoft.applicationinsights.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.AspNetCore/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OuiZgRDX0zm3a1DRk/GT54ZsyTg8a88n3cpkVEYFJoRhT5X84l2C68BuKrglE0sIj+C0+o2WTR8S21YBD/ZWgA==", - "path": "microsoft.applicationinsights.aspnetcore/2.22.0", - "hashPath": "microsoft.applicationinsights.aspnetcore.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gseSmuCshdZqcn5r6EW1Zx52e5/p2RpAsHSanlxs8pq+Pbg1RZP678tXtxfVuHC0fA3MVV852pnfFC7ZGB0jew==", - "path": "microsoft.applicationinsights.dependencycollector/2.22.0", - "hashPath": "microsoft.applicationinsights.dependencycollector.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.EventCounterCollector/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/fXUyZIMwaWfETgire4fygaBhY8J+hXvTVhSFXKV0JOFBenzzU4smGW8iRUFhE534a3QrczuFfmfCCkXRKbsNg==", - "path": "microsoft.applicationinsights.eventcountercollector/2.22.0", - "hashPath": "microsoft.applicationinsights.eventcountercollector.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.Kubernetes/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NF7HsDqEPTLkqnm2NyA+xBLE4qzEaY5UEkdhywGeZgI0hjrpbjuFafrZOZPjqMV38WXZ24yv7c4K251+9OgOfw==", - "path": "microsoft.applicationinsights.kubernetes/7.0.0", - "hashPath": "microsoft.applicationinsights.kubernetes.7.0.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nExsJsbN7694ueUNNBms/UNgza9WH4W/I6i5CnF9ujJ1sp57EL5Uk0NP9MDwlLVtYaaiznKPatVSv3Nu8vAplw==", - "path": "microsoft.applicationinsights.perfcountercollector/2.22.0", - "hashPath": "microsoft.applicationinsights.perfcountercollector.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.WindowsServer/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9k1x1+Kq1fElvcv0o/w9w8tRWAa2Y0f4NPBeHF5b2xCety4GM1yv3K3Ra0lZwO3kW0SHlm9M8nrySuyKQlHyYA==", - "path": "microsoft.applicationinsights.windowsserver/2.22.0", - "hashPath": "microsoft.applicationinsights.windowsserver.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Blb6S8UJSJ/jo6mxeO38gKgui75D2brp5NpXJoZUhyJzfmYsfhn7a4t5f+CDfAKyvie7sQB2FIzeEDQSiRE5zw==", - "path": "microsoft.applicationinsights.windowsserver.telemetrychannel/2.22.0", - "hashPath": "microsoft.applicationinsights.windowsserver.telemetrychannel.2.22.0.nupkg.sha512" - }, - "Microsoft.Azure.Amqp/2.6.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iPbNNII4YZGkka7JQS0ZsZfZLcM7dwIoov/DyFiaemRqOTrdJCLgYnFBFhc/3TSh0ZI4/5TpxQPSPSckZ65jmA==", - "path": "microsoft.azure.amqp/2.6.3", - "hashPath": "microsoft.azure.amqp.2.6.3.nupkg.sha512" - }, - "Microsoft.Azure.KeyVault/2.3.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A82ESUdfLz2wMhYuPxrwf/fA7JVt3IARgeMCG3TsaLtxUxa9RBKX3f0zdnKmvBvJ/u1/5g03OLR26GPekqY5HQ==", - "path": "microsoft.azure.keyvault/2.3.2", - "hashPath": "microsoft.azure.keyvault.2.3.2.nupkg.sha512" - }, - "Microsoft.Azure.KeyVault.WebKey/2.0.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MVSYao62R9rwl9KF+IsJm+XBLupJj1ma2lfwNeFlSWziXGAopnYK+YkDWqABOqNIV9kpza/MvNBxITzhlJIyIw==", - "path": "microsoft.azure.keyvault.webkey/2.0.7", - "hashPath": "microsoft.azure.keyvault.webkey.2.0.7.nupkg.sha512" - }, - "Microsoft.Azure.ServiceBus/5.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==", - "path": "microsoft.azure.servicebus/5.2.0", - "hashPath": "microsoft.azure.servicebus.5.2.0.nupkg.sha512" - }, - "Microsoft.Azure.Services.AppAuthentication/1.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==", - "path": "microsoft.azure.services.appauthentication/1.0.3", - "hashPath": "microsoft.azure.services.appauthentication.1.0.3.nupkg.sha512" - }, - "Microsoft.Bcl.AsyncInterfaces/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3aeMZ1N0lJoSyzqiP03hqemtb1BijhsJADdobn/4nsMJ8V1H+CrpuduUe4hlRdx+ikBQju1VGjMD1GJ3Sk05Eg==", - "path": "microsoft.bcl.asyncinterfaces/7.0.0", - "hashPath": "microsoft.bcl.asyncinterfaces.7.0.0.nupkg.sha512" - }, - "Microsoft.Build.Locator/1.7.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sPy10x527Ph16S2u0yGME4S6ohBKJ69WfjeGG/bvELYeZVmJdKjxgnlL8cJJJLGV/cZIRqSfB12UDB8ICakOog==", - "path": "microsoft.build.locator/1.7.8", - "hashPath": "microsoft.build.locator.1.7.8.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Common/4.8.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/jR+e/9aT+BApoQJABlVCKnnggGQbvGh7BKq2/wI1LamxC+LbzhcLj4Vj7gXCofl1n4E521YfF9w0WcASGg/KA==", - "path": "microsoft.codeanalysis.common/4.8.0", - "hashPath": "microsoft.codeanalysis.common.4.8.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.CSharp/4.8.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+3+qfdb/aaGD8PZRCrsdobbzGs1m9u119SkkJt8e/mk3xLJz/udLtS2T6nY27OTXxBBw10HzAbC8Z9w08VyP/g==", - "path": "microsoft.codeanalysis.csharp/4.8.0", - "hashPath": "microsoft.codeanalysis.csharp.4.8.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.CSharp.Workspaces/4.8.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3amm4tq4Lo8/BGvg9p3BJh3S9nKq2wqCXfS7138i69TUpo/bD+XvD0hNurpEBtcNZhi1FyutiomKJqVF39ugYA==", - "path": "microsoft.codeanalysis.csharp.workspaces/4.8.0", - "hashPath": "microsoft.codeanalysis.csharp.workspaces.4.8.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Workspaces.Common/4.8.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LXyV+MJKsKRu3FGJA3OmSk40OUIa/dQCFLOnm5X8MNcujx7hzGu8o+zjXlb/cy5xUdZK2UKYb9YaQ2E8m9QehQ==", - "path": "microsoft.codeanalysis.workspaces.common/4.8.0", - "hashPath": "microsoft.codeanalysis.workspaces.common.4.8.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Workspaces.MSBuild/4.8.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IEYreI82QZKklp54yPHxZNG9EKSK6nHEkeuf+0Asie9llgS1gp0V1hw7ODG+QyoB7MuAnNQHmeV1Per/ECpv6A==", - "path": "microsoft.codeanalysis.workspaces.msbuild/4.8.0", - "hashPath": "microsoft.codeanalysis.workspaces.msbuild.4.8.0.nupkg.sha512" - }, - "Microsoft.Data.SqlClient/5.1.6": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+pz7gIPh5ydsBcQvivt4R98PwJXer86fyQBBToIBLxZ5kuhW4N13Ijz87s9WpuPtF1vh4JesYCgpDPAOgkMhdg==", - "path": "microsoft.data.sqlclient/5.1.6", - "hashPath": "microsoft.data.sqlclient.5.1.6.nupkg.sha512" - }, - "Microsoft.Data.SqlClient.SNI.runtime/5.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wNGM5ZTQCa2blc9ikXQouybGiyMd6IHPVJvAlBEPtr6JepZEOYeDxGyprYvFVeOxlCXs7avridZQ0nYkHzQWCQ==", - "path": "microsoft.data.sqlclient.sni.runtime/5.1.1", - "hashPath": "microsoft.data.sqlclient.sni.runtime.5.1.1.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wpG+nfnfDAw87R3ovAsUmjr3MZ4tYXf6bFqEPVAIKE6IfPml3DS//iX0DBnf8kWn5ZHSO5oi1m4d/Jf+1LifJQ==", - "path": "microsoft.entityframeworkcore/9.0.0", - "hashPath": "microsoft.entityframeworkcore.9.0.0.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fnmifFL8KaA4ZNLCVgfjCWhZUFxkrDInx5hR4qG7Q8IEaSiy/6VOSRFyx55oH7MV4y7wM3J3EE90nSpcVBI44Q==", - "path": "microsoft.entityframeworkcore.abstractions/9.0.0", - "hashPath": "microsoft.entityframeworkcore.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Design/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Pqo8I+yHJ3VQrAoY0hiSncf+5P7gN/RkNilK5e+/K/yKh+yAWxdUAI6t0TG26a9VPlCa9FhyklzyFvRyj3YG9A==", - "path": "microsoft.entityframeworkcore.design/9.0.0", - "hashPath": "microsoft.entityframeworkcore.design.9.0.0.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Relational/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-j+msw6fWgAE9M3Q/5B9Uhv7pdAdAQUvFPJAiBJmoy+OXvehVbfbCE8ftMAa51Uo2ZeiqVnHShhnv4Y4UJJmUzA==", - "path": "microsoft.entityframeworkcore.relational/9.0.0", - "hashPath": "microsoft.entityframeworkcore.relational.9.0.0.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.SqlServer/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3Y7/3kgz6C5kRFeELLZ5VeIeBlxB31x/ywscbN4r1JqTXIy8WWGo0CqzuOxBy4UzaTzpifElAZvv4fyD3ZQK5w==", - "path": "microsoft.entityframeworkcore.sqlserver/9.0.0", - "hashPath": "microsoft.entityframeworkcore.sqlserver.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.AzureKeyVault/3.1.24": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dAir8lfKn3Ukvis2sGddZ72bbuEQ24VusFELZg2JZDPTjBDyoVVocbxbe/39YAEHEq3TfCAIbHicCCKgHBBa2A==", - "path": "microsoft.extensions.configuration.azurekeyvault/3.1.24", - "hashPath": "microsoft.extensions.configuration.azurekeyvault.3.1.24.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyModel/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-saxr2XzwgDU77LaQfYFXmddEDRUKHF4DaGMZkNB3qjdVSZlax3//dGJagJkKrGMIPNZs2jVFXITyCCR6UHJNdA==", - "path": "microsoft.extensions.dependencymodel/9.0.0", - "hashPath": "microsoft.extensions.dependencymodel.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DiagnosticAdapter/3.1.27": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IHJmvjE3X+PJLlbRvZHnzVO2CglI9FARYgTPbbUNN85gS4jqS0EM/dGhZGwQpr3P4X0/V/OUtmgHvBipS4KTwQ==", - "path": "microsoft.extensions.diagnosticadapter/3.1.27", - "hashPath": "microsoft.extensions.diagnosticadapter.3.1.27.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.ApplicationInsights/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5OmXub+9MyX8FbqgO+hBJRHk1iJ+UZUU20oIU3wo+RbmH6Jtsja79rriHLlzlrkMzWbpCkCzF6f4Yb6iGbsDag==", - "path": "microsoft.extensions.logging.applicationinsights/2.22.0", - "hashPath": "microsoft.extensions.logging.applicationinsights.2.22.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.AzureAppServices/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OMyMioZ23NlBXQb6TecMTr3LTCd2cqglKqMRdcWF8OJ+QQS53iPEo6bWj3CgGqgdXRySv3cxFVnJGSdcEWKR3Q==", - "path": "microsoft.extensions.logging.azureappservices/9.0.0", - "hashPath": "microsoft.extensions.logging.azureappservices.9.0.0.nupkg.sha512" - }, - "Microsoft.Identity.Client/4.61.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-naJo/Qm35Caaoxp5utcw+R8eU8ZtLz2ALh8S+gkekOYQ1oazfCQMWVT4NJ/FnHzdIJlm8dMz0oMpMGCabx5odA==", - "path": "microsoft.identity.client/4.61.3", - "hashPath": "microsoft.identity.client.4.61.3.nupkg.sha512" - }, - "Microsoft.Identity.Client.Extensions.Msal/4.61.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PWnJcznrSGr25MN8ajlc2XIDW4zCFu0U6FkpaNLEWLgd1NgFCp5uDY3mqLDgM8zCN8hqj8yo5wHYfLB2HjcdGw==", - "path": "microsoft.identity.client.extensions.msal/4.61.3", - "hashPath": "microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512" - }, - "Microsoft.IdentityModel.Abstractions/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7iSWSRR72VKeonFdfDi43Lvkca98Y0F3TmmWhRSuHbkjk/IKUSO0Qd272LQFZpi5eDNQNbUXy3o4THXhOAU6cw==", - "path": "microsoft.identitymodel.abstractions/7.0.0", - "hashPath": "microsoft.identitymodel.abstractions.7.0.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==", - "path": "microsoft.identitymodel.clients.activedirectory/3.14.2", - "hashPath": "microsoft.identitymodel.clients.activedirectory.3.14.2.nupkg.sha512" - }, - "Microsoft.IdentityModel.JsonWebTokens/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N+hUPsFZs+IhlMU+qmX8NnYVB9uMxVdcWoPIhKo4oHDR/yuIFh19SVZeFby15cm8S9yedynOcfs7TU5oDCheZw==", - "path": "microsoft.identitymodel.jsonwebtokens/7.0.0", - "hashPath": "microsoft.identitymodel.jsonwebtokens.7.0.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Logging/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6I35Kt2/PQZAyUYLo3+QgT/LubZ5/4Ojelkbyo8KKdDgjMbVocAx2B3P5V7iMCz+rsAe/RLr6ql87QKnHtI+aw==", - "path": "microsoft.identitymodel.logging/7.0.0", - "hashPath": "microsoft.identitymodel.logging.7.0.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols/6.35.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BPQhlDzdFvv1PzaUxNSk+VEPwezlDEVADIKmyxubw7IiELK18uJ06RQ9QKKkds30XI+gDu9n8j24XQ8w7fjWcg==", - "path": "microsoft.identitymodel.protocols/6.35.0", - "hashPath": "microsoft.identitymodel.protocols.6.35.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LMtVqnECCCdSmyFoCOxIE5tXQqkOLrvGrL7OxHg41DIm1bpWtaCdGyVcTAfOQpJXvzND9zUKIN/lhngPkYR8vg==", - "path": "microsoft.identitymodel.protocols.openidconnect/6.35.0", - "hashPath": "microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Tokens/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dxYqmmFLsjBQZ6F6a4XDzrZ1CTxBRFVigJvWiNtXiIsT6UlYMxs9ONMaGx9XKzcxmcgEQ2ADuCqKZduz0LR9Hw==", - "path": "microsoft.identitymodel.tokens/7.0.0", - "hashPath": "microsoft.identitymodel.tokens.7.0.0.nupkg.sha512" - }, - "Microsoft.Rest.ClientRuntime/2.3.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Hj96LBoCwKY2VQKfSCVGGPV1sSumVjuYnrlpBwL4JSTnSK4b6ZxjLtXj8LgmKav8xJ2gps+UN7eI3hHVFKvBFw==", - "path": "microsoft.rest.clientruntime/2.3.8", - "hashPath": "microsoft.rest.clientruntime.2.3.8.nupkg.sha512" - }, - "Microsoft.Rest.ClientRuntime.Azure/3.3.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6u8JIuvrztse4tPOcvNzAJuzGBP0uY+Ijggk8ZYhp0siGEZ1XfZylf1vpNGUicvwcrhhoIgDW73Z1L6QGssr2g==", - "path": "microsoft.rest.clientruntime.azure/3.3.7", - "hashPath": "microsoft.rest.clientruntime.azure.3.3.7.nupkg.sha512" - }, - "Microsoft.SqlServer.Server/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==", - "path": "microsoft.sqlserver.server/1.0.0", - "hashPath": "microsoft.sqlserver.server.1.0.0.nupkg.sha512" - }, - "Microsoft.Win32.SystemEvents/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==", - "path": "microsoft.win32.systemevents/6.0.0", - "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512" - }, - "Mono.TextTemplating/3.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YqueG52R/Xej4VVbKuRIodjiAhV0HR/XVbLbNrJhCZnzjnSjgMJ/dCdV0akQQxavX6hp/LC6rqLGLcXeQYU7XA==", - "path": "mono.texttemplating/3.0.0", - "hashPath": "mono.texttemplating.3.0.0.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "path": "newtonsoft.json/13.0.3", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" - }, - "Polly/8.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GBNZPy7i7OpkaIruWPRJ0+AWzdGDQDnKY91b7Ic2aAch4lKhPjUc5KSffpH9krIWe0MoyghqaRxwRC0Uwz2PkA==", - "path": "polly/8.5.0", - "hashPath": "polly.8.5.0.nupkg.sha512" - }, - "Polly.Core/8.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VYYMZNitZ85UEhwOKkTQI63WEMvzUqwQc74I2mm8h/DBVAMcBBxqYPni4DmuRtbCwngmuONuK2yBJfWNRKzI+A==", - "path": "polly.core/8.5.0", - "hashPath": "polly.core.8.5.0.nupkg.sha512" - }, - "prometheus-net/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A9sOtQB2gEhujBxPKw+KcGScBiPvBmy4lYVM5OlETMj4xjVD5r/ixIg52HHg2P0lcImJTpfeWnD0/9tpQsRQTA==", - "path": "prometheus-net/8.0.1", - "hashPath": "prometheus-net.8.0.1.nupkg.sha512" - }, - "RabbitMQ.Client/6.8.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jNsmGgmCNw2S/NzskeN2ijtGywtH4Sk/G6jWUTD5sY9SrC27Xz6BsLIiB8hdsfjeyWCa4j4GvCIGkpE8wrjU1Q==", - "path": "rabbitmq.client/6.8.1", - "hashPath": "rabbitmq.client.6.8.1.nupkg.sha512" - }, - "Serilog/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2jDkUrSh5EofOp7Lx5Zgy0EB+7hXjjxE2ktTb1WVQmU00lDACR2TdROGKU0K1pDTBSJBN1PqgYpgOZF8mL7NJw==", - "path": "serilog/4.0.0", - "hashPath": "serilog.4.0.0.nupkg.sha512" - }, - "Serilog.AspNetCore/8.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Y5at41mc0OV982DEJslBKHd6uzcWO6POwR3QceJ6gtpMPxCzm4+FElGPF0RdaTD7MGsP6XXE05LMbSi0NO+sXg==", - "path": "serilog.aspnetcore/8.0.3", - "hashPath": "serilog.aspnetcore.8.0.3.nupkg.sha512" - }, - "Serilog.Enrichers.Environment/3.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9BqCE4C9FF+/rJb/CsQwe7oVf44xqkOvMwX//CUxvUR25lFL4tSS6iuxE5eW07quby1BAyAEP+vM6TWsnT3iqw==", - "path": "serilog.enrichers.environment/3.0.1", - "hashPath": "serilog.enrichers.environment.3.0.1.nupkg.sha512" - }, - "Serilog.Extensions.Hosting/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-db0OcbWeSCvYQkHWu6n0v40N4kKaTAXNjlM3BKvcbwvNzYphQFcBR+36eQ/7hMMwOkJvAyLC2a9/jNdUL5NjtQ==", - "path": "serilog.extensions.hosting/8.0.0", - "hashPath": "serilog.extensions.hosting.8.0.0.nupkg.sha512" - }, - "Serilog.Extensions.Logging/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YEAMWu1UnWgf1c1KP85l1SgXGfiVo0Rz6x08pCiPOIBt2Qe18tcZLvdBUuV5o1QHvrs8FAry9wTIhgBRtjIlEg==", - "path": "serilog.extensions.logging/8.0.0", - "hashPath": "serilog.extensions.logging.8.0.0.nupkg.sha512" - }, - "Serilog.Formatting.Compact/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ob6z3ikzFM3D1xalhFuBIK1IOWf+XrQq+H4KeH4VqBcPpNcmUgZlRQ2h3Q7wvthpdZBBoY86qZOI2LCXNaLlNA==", - "path": "serilog.formatting.compact/2.0.0", - "hashPath": "serilog.formatting.compact.2.0.0.nupkg.sha512" - }, - "Serilog.Settings.Configuration/8.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pkxvq0umBKK8IKFJc1aV5S/HGRG/NIxJ6FV42KaTPLfDmBOAbBUB1m5gqqlGxzEa1MgDDWtQlWJdHTSxVWNx+Q==", - "path": "serilog.settings.configuration/8.0.4", - "hashPath": "serilog.settings.configuration.8.0.4.nupkg.sha512" - }, - "Serilog.Sinks.Console/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fQGWqVMClCP2yEyTXPIinSr5c+CBGUvBybPxjAGcf7ctDhadFhrQw03Mv8rJ07/wR5PDfFjewf2LimvXCDzpbA==", - "path": "serilog.sinks.console/6.0.0", - "hashPath": "serilog.sinks.console.6.0.0.nupkg.sha512" - }, - "Serilog.Sinks.Debug/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Y6g3OBJ4JzTyyw16fDqtFcQ41qQAydnEvEqmXjhwhgjsnG/FaJ8GUqF5ldsC/bVkK8KYmqrPhDO+tm4dF6xx4A==", - "path": "serilog.sinks.debug/2.0.0", - "hashPath": "serilog.sinks.debug.2.0.0.nupkg.sha512" - }, - "Serilog.Sinks.File/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uwV5hdhWPwUH1szhO8PJpFiahqXmzPzJT/sOijH/kFgUx+cyoDTMM8MHD0adw9+Iem6itoibbUXHYslzXsLEAg==", - "path": "serilog.sinks.file/5.0.0", - "hashPath": "serilog.sinks.file.5.0.0.nupkg.sha512" - }, - "Serilog.Sinks.Http/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c246Bw1vXtvht/krwQXGwuZ4U2kKxRf8d9iaazZDodnOohTlRR4jZyQS/slWHSjJAj8ZDejCQcITnu+TkYmdFw==", - "path": "serilog.sinks.http/9.0.0", - "hashPath": "serilog.sinks.http.9.0.0.nupkg.sha512" - }, - "Serilog.Sinks.Seq/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-z5ig56/qzjkX6Fj4U/9m1g8HQaQiYPMZS4Uevtjg1I+WWzoGSf5t/E+6JbMP/jbZYhU63bA5NJN5y0x+qqx2Bw==", - "path": "serilog.sinks.seq/8.0.0", - "hashPath": "serilog.sinks.seq.8.0.0.nupkg.sha512" - }, - "System.ClientModel/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-I3CVkvxeqFYjIVEP59DnjbeoGNfo/+SZrCLpRz2v/g0gpCHaEMPtWSY0s9k/7jR1rAsLNg2z2u1JRB76tPjnIw==", - "path": "system.clientmodel/1.0.0", - "hashPath": "system.clientmodel.1.0.0.nupkg.sha512" - }, - "System.CodeDom/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CPc6tWO1LAer3IzfZufDBRL+UZQcj5uS207NHALQzP84Vp/z6wF0Aa0YZImOQY8iStY0A2zI/e3ihKNPfUm8XA==", - "path": "system.codedom/6.0.0", - "hashPath": "system.codedom.6.0.0.nupkg.sha512" - }, - "System.Composition/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tRwgcAkDd85O8Aq6zHDANzQaq380cek9lbMg5Qma46u5BZXq/G+XvIYmu+UI+BIIZ9zssXLYrkTykEqxxvhcmg==", - "path": "system.composition/7.0.0", - "hashPath": "system.composition.7.0.0.nupkg.sha512" - }, - "System.Composition.AttributedModel/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2QzClqjElKxgI1jK1Jztnq44/8DmSuTSGGahXqQ4TdEV0h9s2KikQZIgcEqVzR7OuWDFPGLHIprBJGQEPr8fAQ==", - "path": "system.composition.attributedmodel/7.0.0", - "hashPath": "system.composition.attributedmodel.7.0.0.nupkg.sha512" - }, - "System.Composition.Convention/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IMhTlpCs4HmlD8B+J8/kWfwX7vrBBOs6xyjSTzBlYSs7W4OET4tlkR/Sg9NG8jkdJH9Mymq0qGdYS1VPqRTBnQ==", - "path": "system.composition.convention/7.0.0", - "hashPath": "system.composition.convention.7.0.0.nupkg.sha512" - }, - "System.Composition.Hosting/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eB6gwN9S+54jCTBJ5bpwMOVerKeUfGGTYCzz3QgDr1P55Gg/Wb27ShfPIhLMjmZ3MoAKu8uUSv6fcCdYJTN7Bg==", - "path": "system.composition.hosting/7.0.0", - "hashPath": "system.composition.hosting.7.0.0.nupkg.sha512" - }, - "System.Composition.Runtime/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aZJ1Zr5Txe925rbo4742XifEyW0MIni1eiUebmcrP3HwLXZ3IbXUj4MFMUH/RmnJOAQiS401leg/2Sz1MkApDw==", - "path": "system.composition.runtime/7.0.0", - "hashPath": "system.composition.runtime.7.0.0.nupkg.sha512" - }, - "System.Composition.TypedParts/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZK0KNPfbtxVceTwh+oHNGUOYV2WNOHReX2AXipuvkURC7s/jPwoWfsu3SnDBDgofqbiWr96geofdQ2erm/KTHg==", - "path": "system.composition.typedparts/7.0.0", - "hashPath": "system.composition.typedparts.7.0.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/6.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jXw9MlUu/kRfEU0WyTptAVueupqIeE3/rl0EZDMlf8pcvJnitQ8HeVEp69rZdaStXwTV72boi/Bhw8lOeO+U2w==", - "path": "system.configuration.configurationmanager/6.0.1", - "hashPath": "system.configuration.configurationmanager.6.0.1.nupkg.sha512" - }, - "System.Diagnostics.PerformanceCounter/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gbeE5tNp/oB7O8kTTLh3wPPJCxpNOphXPTWVs1BsYuFOYapFijWuh0LYw1qnDo4gwDUYPXOmpTIhvtxisGsYOQ==", - "path": "system.diagnostics.performancecounter/6.0.0", - "hashPath": "system.diagnostics.performancecounter.6.0.0.nupkg.sha512" - }, - "System.Drawing.Common/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==", - "path": "system.drawing.common/6.0.0", - "hashPath": "system.drawing.common.6.0.0.nupkg.sha512" - }, - "System.IdentityModel.Tokens.Jwt/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3OpN2iJf8lxpzVeFeeZSLtR3co6uKBs3VudS3PkkgdX5WF9fqqdhRMYf7WbkxqWQP/9RpoFbD3RimhfJe3hlQQ==", - "path": "system.identitymodel.tokens.jwt/7.0.0", - "hashPath": "system.identitymodel.tokens.jwt.7.0.0.nupkg.sha512" - }, - "System.Memory.Data/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==", - "path": "system.memory.data/1.0.2", - "hashPath": "system.memory.data.1.0.2.nupkg.sha512" - }, - "System.Runtime.Caching/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-E0e03kUp5X2k+UAoVl6efmI7uU7JRBWi5EIdlQ7cr0NpBGjHG4fWII35PgsBY9T4fJQ8E4QPsL0rKksU9gcL5A==", - "path": "system.runtime.caching/6.0.0", - "hashPath": "system.runtime.caching.6.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rp1gMNEZpvx9vP0JW0oHLxlf8oSiQgtno77Y4PLUBjSiDYoD77Y8uXHr1Ea5XG4/pIKhqAdxZ8v8OTUtqo9PeQ==", - "path": "system.security.cryptography.protecteddata/6.0.0", - "hashPath": "system.security.cryptography.protecteddata.6.0.0.nupkg.sha512" - }, - "System.Security.Permissions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==", - "path": "system.security.permissions/6.0.0", - "hashPath": "system.security.permissions.6.0.0.nupkg.sha512" - }, - "System.Windows.Extensions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==", - "path": "system.windows.extensions/6.0.0", - "hashPath": "system.windows.extensions.6.0.0.nupkg.sha512" - }, - "YamlDotNet/13.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Q2dqDsb0xAlr092grgHk8/vTXI2snIiYM5ND3IXkgJDFIdPnqDYwYnlk+gwzSeRByDLhiSzTog8uT7xFwH68Zg==", - "path": "yamldotnet/13.3.1", - "hashPath": "yamldotnet.13.3.1.nupkg.sha512" - }, - "EventBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "EventBusRabbitMQ/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "EventBusServiceBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "IntegrationEventLogEF/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Payment.API.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Payment.API.dll deleted file mode 100644 index 516c73fa..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Payment.API.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Payment.API.pdb b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Payment.API.pdb deleted file mode 100644 index aed761c0..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Payment.API.pdb and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Payment.API.runtimeconfig.json b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Payment.API.runtimeconfig.json deleted file mode 100644 index 1f6a32fe..00000000 --- a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Payment.API.runtimeconfig.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net9.0", - "frameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "9.0.0" - }, - { - "name": "Microsoft.AspNetCore.App", - "version": "9.0.0" - } - ], - "configProperties": { - "System.GC.Server": true, - "System.Reflection.NullabilityInfoContext.IsSupported": true, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Payment.API.staticwebassets.endpoints.json b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Payment.API.staticwebassets.endpoints.json deleted file mode 100644 index 5576e889..00000000 --- a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Payment.API.staticwebassets.endpoints.json +++ /dev/null @@ -1 +0,0 @@ -{"Version":1,"ManifestType":"Build","Endpoints":[]} \ No newline at end of file diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Polly.Core.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Polly.Core.dll deleted file mode 100755 index 5df31b0b..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Polly.Core.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Polly.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Polly.dll deleted file mode 100755 index 69338063..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Polly.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Prometheus.NetStandard.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Prometheus.NetStandard.dll deleted file mode 100755 index 3a39221b..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Prometheus.NetStandard.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/RabbitMQ.Client.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/RabbitMQ.Client.dll deleted file mode 100755 index 8ad562d9..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/RabbitMQ.Client.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Serilog.AspNetCore.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Serilog.AspNetCore.dll deleted file mode 100755 index 6c600139..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Serilog.AspNetCore.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Serilog.Enrichers.Environment.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Serilog.Enrichers.Environment.dll deleted file mode 100755 index af699261..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Serilog.Enrichers.Environment.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Serilog.Extensions.Hosting.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Serilog.Extensions.Hosting.dll deleted file mode 100755 index 2204d101..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Serilog.Extensions.Hosting.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Serilog.Extensions.Logging.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Serilog.Extensions.Logging.dll deleted file mode 100755 index f2f78c7b..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Serilog.Extensions.Logging.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Serilog.Formatting.Compact.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Serilog.Formatting.Compact.dll deleted file mode 100755 index 7174b834..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Serilog.Formatting.Compact.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Serilog.Settings.Configuration.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Serilog.Settings.Configuration.dll deleted file mode 100755 index 25692ac2..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Serilog.Settings.Configuration.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Serilog.Sinks.Console.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Serilog.Sinks.Console.dll deleted file mode 100755 index 96c89a0d..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Serilog.Sinks.Console.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Serilog.Sinks.Debug.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Serilog.Sinks.Debug.dll deleted file mode 100755 index 2bd024b1..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Serilog.Sinks.Debug.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Serilog.Sinks.File.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Serilog.Sinks.File.dll deleted file mode 100755 index 29dc2fd3..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Serilog.Sinks.File.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Serilog.Sinks.Http.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Serilog.Sinks.Http.dll deleted file mode 100755 index 932d8c6a..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Serilog.Sinks.Http.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Serilog.Sinks.Seq.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Serilog.Sinks.Seq.dll deleted file mode 100755 index 9919e7e5..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Serilog.Sinks.Seq.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Serilog.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/Serilog.dll deleted file mode 100755 index 28c98dd3..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/Serilog.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.ClientModel.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.ClientModel.dll deleted file mode 100755 index 00a33804..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.ClientModel.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.CodeDom.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.CodeDom.dll deleted file mode 100755 index 54c82b66..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.CodeDom.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Composition.AttributedModel.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Composition.AttributedModel.dll deleted file mode 100755 index 14317511..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Composition.AttributedModel.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Composition.Convention.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Composition.Convention.dll deleted file mode 100755 index e9dacb14..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Composition.Convention.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Composition.Hosting.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Composition.Hosting.dll deleted file mode 100755 index 8381202a..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Composition.Hosting.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Composition.Runtime.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Composition.Runtime.dll deleted file mode 100755 index d583c3ae..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Composition.Runtime.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Composition.TypedParts.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Composition.TypedParts.dll deleted file mode 100755 index 2b278d7c..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Composition.TypedParts.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Configuration.ConfigurationManager.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Configuration.ConfigurationManager.dll deleted file mode 100755 index 14f8ef6c..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Configuration.ConfigurationManager.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Diagnostics.PerformanceCounter.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Diagnostics.PerformanceCounter.dll deleted file mode 100755 index e9092d7f..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Diagnostics.PerformanceCounter.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Drawing.Common.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Drawing.Common.dll deleted file mode 100755 index be6915e5..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Drawing.Common.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll deleted file mode 100755 index f8182ae1..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Memory.Data.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Memory.Data.dll deleted file mode 100755 index 6f2a3e0a..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Memory.Data.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Runtime.Caching.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Runtime.Caching.dll deleted file mode 100755 index 14826eb8..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Runtime.Caching.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Security.Cryptography.ProtectedData.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Security.Cryptography.ProtectedData.dll deleted file mode 100755 index 1ba87704..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Security.Cryptography.ProtectedData.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Security.Permissions.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Security.Permissions.dll deleted file mode 100755 index 39dd4df9..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Security.Permissions.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Windows.Extensions.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Windows.Extensions.dll deleted file mode 100755 index c3e8844f..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Windows.Extensions.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/YamlDotNet.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/YamlDotNet.dll deleted file mode 100755 index 44fac0d0..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/YamlDotNet.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/appsettings.Development.json b/src/Services/Payment/Payment.API/bin/Debug/net9.0/appsettings.Development.json deleted file mode 100644 index fa8ce71a..00000000 --- a/src/Services/Payment/Payment.API/bin/Debug/net9.0/appsettings.Development.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Logging": { - "IncludeScopes": false, - "LogLevel": { - "Default": "Debug", - "System": "Information", - "Microsoft": "Information" - } - } -} diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/appsettings.json b/src/Services/Payment/Payment.API/bin/Debug/net9.0/appsettings.json deleted file mode 100644 index 98271441..00000000 --- a/src/Services/Payment/Payment.API/bin/Debug/net9.0/appsettings.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "Serilog": { - "SeqServerUrl": null, - "LogstashgUrl": null, - "MinimumLevel": { - "Default": "Information", - "Override": { - "Microsoft": "Warning", - "Microsoft.eShopOnContainers": "Information", - "System": "Warning" - } - } - }, - "PaymentSucceeded": true, - "MaxOrderTotal": null, - "AzureServiceBusEnabled": false, - "SubscriptionClientName": "Payment", - "ApplicationInsights": { - "InstrumentationKey": "" - }, - "EventBusRetryCount": 5 -} diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100755 index 4e90e209..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100755 index 8dcc1bdf..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll deleted file mode 100755 index 8ee4b4de..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100755 index 62b04226..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.resources.dll deleted file mode 100755 index 180a8d9f..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100755 index 4b7bae7f..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100755 index 05da79f9..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll deleted file mode 100755 index bd0bb72b..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100755 index e1284078..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.resources.dll deleted file mode 100755 index 6a98feb6..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100755 index 8e8ced10..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100755 index 970399ec..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll deleted file mode 100755 index 9e6afdd1..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100755 index 6cb47ace..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.resources.dll deleted file mode 100755 index 76ddceb6..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100755 index c41ed4c3..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100755 index 5fe6dd87..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll deleted file mode 100755 index 6eb37cb7..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100755 index 046c9530..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.resources.dll deleted file mode 100755 index 368bb7bc..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100755 index 72bb9d56..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100755 index 6051d99d..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll deleted file mode 100755 index ad0d2cd2..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100755 index 829ed5d0..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.resources.dll deleted file mode 100755 index 9890df12..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100755 index eaded8c9..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100755 index 47f3fd5e..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll deleted file mode 100755 index 28c43a13..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100755 index 203cc83b..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.resources.dll deleted file mode 100755 index 208b1d93..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100755 index 895ca111..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100755 index c712a379..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll deleted file mode 100755 index 4d5b1a35..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100755 index 4790c29c..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.resources.dll deleted file mode 100755 index 05bc700a..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100755 index eb61affd..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100755 index ea192ccb..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll deleted file mode 100755 index 08eaeab0..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100755 index fce2d362..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.resources.dll deleted file mode 100755 index e1420297..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100755 index 7c202091..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100755 index be860336..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll deleted file mode 100755 index 4be51d2a..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100755 index 768264ca..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.resources.dll deleted file mode 100755 index 0dc6fae0..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100755 index 85dd902f..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100755 index dfd0a6bf..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll deleted file mode 100755 index f5e6b57a..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100755 index cafdf215..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.resources.dll deleted file mode 100755 index ace0504d..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll deleted file mode 100755 index 206341fa..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/unix/lib/net6.0/System.Drawing.Common.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/unix/lib/net6.0/System.Drawing.Common.dll deleted file mode 100755 index 9e26473d..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/unix/lib/net6.0/System.Drawing.Common.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll deleted file mode 100755 index c171a721..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll deleted file mode 100755 index 3f2b4520..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll deleted file mode 100755 index 8fde16b4..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll deleted file mode 100755 index 93fb6315..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll deleted file mode 100755 index ff20fab8..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll deleted file mode 100755 index 66af1982..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll deleted file mode 100755 index 235a22f3..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Drawing.Common.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Drawing.Common.dll deleted file mode 100755 index 7c9e87b4..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Drawing.Common.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Runtime.Caching.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Runtime.Caching.dll deleted file mode 100755 index bdca76da..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Runtime.Caching.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll deleted file mode 100755 index 332dbfa9..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Windows.Extensions.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Windows.Extensions.dll deleted file mode 100755 index 69f0d1b7..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Windows.Extensions.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100755 index 9867f6fe..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100755 index 2a4742ee..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll deleted file mode 100755 index 8977db0c..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100755 index 8012969c..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.resources.dll deleted file mode 100755 index 9a06288f..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100755 index e4b3c7aa..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100755 index b51ee576..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll deleted file mode 100755 index d1609258..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100755 index e27e8bed..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll deleted file mode 100755 index 22b6e951..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100755 index 57e4d28e..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100755 index 305dfbf3..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll deleted file mode 100755 index 28a5c18a..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100755 index cef3ebc6..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll b/src/Services/Payment/Payment.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll deleted file mode 100755 index dce3bc0f..00000000 Binary files a/src/Services/Payment/Payment.API/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/src/Services/Payment/Payment.API/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index 36203c72..00000000 --- a/src/Services/Payment/Payment.API/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/src/Services/Payment/Payment.API/obj/Debug/net6.0/Payment.API.AssemblyInfo.cs b/src/Services/Payment/Payment.API/obj/Debug/net6.0/Payment.API.AssemblyInfo.cs deleted file mode 100644 index 734b9687..00000000 --- a/src/Services/Payment/Payment.API/obj/Debug/net6.0/Payment.API.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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("Payment.API")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("Payment.API")] -[assembly: System.Reflection.AssemblyTitleAttribute("Payment.API")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Services/Payment/Payment.API/obj/Debug/net6.0/Payment.API.AssemblyInfoInputs.cache b/src/Services/Payment/Payment.API/obj/Debug/net6.0/Payment.API.AssemblyInfoInputs.cache deleted file mode 100644 index eeded9bd..00000000 --- a/src/Services/Payment/Payment.API/obj/Debug/net6.0/Payment.API.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -f9a772fb7bbbfa070102f855beb0ad5ba1ced93e diff --git a/src/Services/Payment/Payment.API/obj/Debug/net6.0/Payment.API.GeneratedMSBuildEditorConfig.editorconfig b/src/Services/Payment/Payment.API/obj/Debug/net6.0/Payment.API.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 07f6a0fa..00000000 --- a/src/Services/Payment/Payment.API/obj/Debug/net6.0/Payment.API.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,16 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = true -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = Payment.API -build_property.RootNamespace = Payment.API -build_property.ProjectDir = /workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/ -build_property.RazorLangVersion = 6.0 -build_property.SupportLocalizedComponentNames = -build_property.GenerateRazorMetadataSourceChecksumAttributes = -build_property.MSBuildProjectDirectory = /workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API -build_property._RazorSourceGeneratorDebug = diff --git a/src/Services/Payment/Payment.API/obj/Debug/net6.0/Payment.API.assets.cache b/src/Services/Payment/Payment.API/obj/Debug/net6.0/Payment.API.assets.cache deleted file mode 100644 index 7ba61631..00000000 Binary files a/src/Services/Payment/Payment.API/obj/Debug/net6.0/Payment.API.assets.cache and /dev/null differ diff --git a/src/Services/Payment/Payment.API/obj/Debug/net6.0/Payment.API.csproj.AssemblyReference.cache b/src/Services/Payment/Payment.API/obj/Debug/net6.0/Payment.API.csproj.AssemblyReference.cache deleted file mode 100644 index ac3a57d9..00000000 Binary files a/src/Services/Payment/Payment.API/obj/Debug/net6.0/Payment.API.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/Services/Payment/Payment.API/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/src/Services/Payment/Payment.API/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs deleted file mode 100644 index af943994..00000000 --- a/src/Services/Payment/Payment.API/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = "")] diff --git a/src/Services/Payment/Payment.API/obj/Debug/net8.0/Payment.API.AssemblyInfo.cs b/src/Services/Payment/Payment.API/obj/Debug/net8.0/Payment.API.AssemblyInfo.cs deleted file mode 100644 index 2180156c..00000000 --- a/src/Services/Payment/Payment.API/obj/Debug/net8.0/Payment.API.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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("Payment.API")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0a77675f714bea9dc0df9dd0f5780d113235d59c")] -[assembly: System.Reflection.AssemblyProductAttribute("Payment.API")] -[assembly: System.Reflection.AssemblyTitleAttribute("Payment.API")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Services/Payment/Payment.API/obj/Debug/net8.0/Payment.API.AssemblyInfoInputs.cache b/src/Services/Payment/Payment.API/obj/Debug/net8.0/Payment.API.AssemblyInfoInputs.cache deleted file mode 100644 index 4394444e..00000000 --- a/src/Services/Payment/Payment.API/obj/Debug/net8.0/Payment.API.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -9a26eab819ad019b9f0832c4728954e0f3afff73ad8be678485d38a86b8b5ab9 diff --git a/src/Services/Payment/Payment.API/obj/Debug/net8.0/Payment.API.GeneratedMSBuildEditorConfig.editorconfig b/src/Services/Payment/Payment.API/obj/Debug/net8.0/Payment.API.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 5e814450..00000000 --- a/src/Services/Payment/Payment.API/obj/Debug/net8.0/Payment.API.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,19 +0,0 @@ -is_global = true -build_property.TargetFramework = net8.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = true -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = Payment.API -build_property.RootNamespace = Payment.API -build_property.ProjectDir = C:\Users\natyo\mslearn-microservices-devops-aspnet-core\src\Services\Payment\Payment.API\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.RazorLangVersion = 8.0 -build_property.SupportLocalizedComponentNames = -build_property.GenerateRazorMetadataSourceChecksumAttributes = -build_property.MSBuildProjectDirectory = C:\Users\natyo\mslearn-microservices-devops-aspnet-core\src\Services\Payment\Payment.API -build_property._RazorSourceGeneratorDebug = diff --git a/src/Services/Payment/Payment.API/obj/Debug/net8.0/Payment.API.assets.cache b/src/Services/Payment/Payment.API/obj/Debug/net8.0/Payment.API.assets.cache deleted file mode 100644 index 04295e15..00000000 Binary files a/src/Services/Payment/Payment.API/obj/Debug/net8.0/Payment.API.assets.cache and /dev/null differ diff --git a/src/Services/Payment/Payment.API/obj/Debug/net8.0/Payment.API.csproj.AssemblyReference.cache b/src/Services/Payment/Payment.API/obj/Debug/net8.0/Payment.API.csproj.AssemblyReference.cache deleted file mode 100644 index 2e2c8405..00000000 Binary files a/src/Services/Payment/Payment.API/obj/Debug/net8.0/Payment.API.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/Services/Payment/Payment.API/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/src/Services/Payment/Payment.API/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs deleted file mode 100644 index feda5e9f..00000000 --- a/src/Services/Payment/Payment.API/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0")] diff --git a/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment..D68A24C9.Up2Date b/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment..D68A24C9.Up2Date deleted file mode 100644 index e69de29b..00000000 diff --git a/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.AssemblyInfo.cs b/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.AssemblyInfo.cs deleted file mode 100644 index 5488d69a..00000000 --- a/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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("Payment.API")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+1a8b395ed18f8f26654475e19de22afa3d9975ee")] -[assembly: System.Reflection.AssemblyProductAttribute("Payment.API")] -[assembly: System.Reflection.AssemblyTitleAttribute("Payment.API")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.AssemblyInfoInputs.cache b/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.AssemblyInfoInputs.cache deleted file mode 100644 index a4f9e20e..00000000 --- a/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -97d4e94e22e0f0c3d03e0a349ac8a3ce02450c52f8aeb1235107b8e55b8e60c2 diff --git a/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.GeneratedMSBuildEditorConfig.editorconfig b/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 1bbb6364..00000000 --- a/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,31 +0,0 @@ -is_global = true -build_property.TargetFramework = net9.0 -build_property.TargetFramework = net9.0 -build_property.TargetPlatformMinVersion = -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = true -build_property.UsingMicrosoftNETSdkWeb = true -build_property.ProjectTypeGuids = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property.EnforceExtendedAnalyzerRules = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.TargetFrameworkIdentifier = .NETCoreApp -build_property.TargetFrameworkVersion = v9.0 -build_property.RootNamespace = Payment.API -build_property.RootNamespace = Payment.API -build_property.ProjectDir = /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.RazorLangVersion = 9.0 -build_property.SupportLocalizedComponentNames = -build_property.GenerateRazorMetadataSourceChecksumAttributes = -build_property.MSBuildProjectDirectory = /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API -build_property._RazorSourceGeneratorDebug = -build_property.EffectiveAnalysisLevelStyle = 9.0 -build_property.EnableCodeStyleSeverity = diff --git a/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.MvcApplicationPartsAssemblyInfo.cache b/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.MvcApplicationPartsAssemblyInfo.cache deleted file mode 100644 index e69de29b..00000000 diff --git a/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.assets.cache b/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.assets.cache index 42e62b92..a064aea7 100644 Binary files a/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.assets.cache and b/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.assets.cache differ diff --git a/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.csproj.AssemblyReference.cache b/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.csproj.AssemblyReference.cache deleted file mode 100644 index 2803be34..00000000 Binary files a/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.csproj.CoreCompileInputs.cache b/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.csproj.CoreCompileInputs.cache deleted file mode 100644 index b91f2b64..00000000 --- a/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -f20c7e7829200e28a7e3876f7909286c4f0018f3a3266c170d55de811afb59c8 diff --git a/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.csproj.FileListAbsolute.txt b/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.csproj.FileListAbsolute.txt index 54c9501c..0ffb10f7 100644 --- a/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.csproj.FileListAbsolute.txt +++ b/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.csproj.FileListAbsolute.txt @@ -1,11 +1,3 @@ -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.csproj.AssemblyReference.cache -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/obj/Debug/net9.0/rpswa.dswa.cache.json -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.GeneratedMSBuildEditorConfig.editorconfig -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.AssemblyInfoInputs.cache -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.AssemblyInfo.cs -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.csproj.CoreCompileInputs.cache -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.MvcApplicationPartsAssemblyInfo.cache -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.sourcelink.json /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/appsettings.Development.json /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/appsettings.json /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Payment.API.staticwebassets.endpoints.json @@ -26,8 +18,6 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Azure.Messaging.ServiceBus.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Fractions.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Humanizer.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/IdentityModel.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/IdentityModel.OidcClient.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/KubernetesClient.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.AspNetCore.dll @@ -56,11 +46,38 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Design.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Relational.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.SqlServer.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.Binder.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.Json.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.DependencyInjection.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.DiagnosticAdapter.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.Diagnostics.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.FileProviders.Physical.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.Hosting.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.Abstractions.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.ApplicationInsights.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.Configuration.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.Console.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.Debug.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.EventLog.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.EventSource.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.Options.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Extensions.Primitives.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Identity.Client.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.Identity.Client.Extensions.Msal.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll @@ -79,7 +96,6 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Newtonsoft.Json.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Polly.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Polly.Core.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Prometheus.NetStandard.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/RabbitMQ.Client.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Serilog.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/Serilog.AspNetCore.dll @@ -101,6 +117,8 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Composition.Runtime.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Composition.TypedParts.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Configuration.ConfigurationManager.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Diagnostics.DiagnosticSource.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Diagnostics.EventLog.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Diagnostics.PerformanceCounter.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.Drawing.Common.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll @@ -182,6 +200,8 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/unix/lib/net6.0/System.Drawing.Common.dll /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Drawing.Common.dll @@ -196,6 +216,14 @@ /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/EventBusServiceBus.pdb /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/EventBus.pdb /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/bin/Debug/net9.0/IntegrationEventLogEF.pdb +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.csproj.AssemblyReference.cache +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/obj/Debug/net9.0/rpswa.dswa.cache.json +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.GeneratedMSBuildEditorConfig.editorconfig +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.AssemblyInfoInputs.cache +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.AssemblyInfo.cs +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.csproj.CoreCompileInputs.cache +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.MvcApplicationPartsAssemblyInfo.cache +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.sourcelink.json /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/obj/Debug/net9.0/rjimswa.dswa.cache.json /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/obj/Debug/net9.0/rjsmrazor.dswa.cache.json /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/obj/Debug/net9.0/rjsmcshtml.dswa.cache.json diff --git a/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.dll b/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.dll deleted file mode 100644 index 516c73fa..00000000 Binary files a/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.genruntimeconfig.cache b/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.genruntimeconfig.cache deleted file mode 100644 index b130a6f6..00000000 --- a/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -dc18dd24683ddadc43f699b475508e1e4aff4b2de46b20197c1473aa8f1a05d8 diff --git a/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.pdb b/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.pdb deleted file mode 100644 index aed761c0..00000000 Binary files a/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.pdb and /dev/null differ diff --git a/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.sourcelink.json b/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.sourcelink.json deleted file mode 100644 index 66d5f078..00000000 --- a/src/Services/Payment/Payment.API/obj/Debug/net9.0/Payment.API.sourcelink.json +++ /dev/null @@ -1 +0,0 @@ -{"documents":{"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/1a8b395ed18f8f26654475e19de22afa3d9975ee/*"}} \ No newline at end of file diff --git a/src/Services/Payment/Payment.API/obj/Debug/net9.0/apphost b/src/Services/Payment/Payment.API/obj/Debug/net9.0/apphost deleted file mode 100755 index cbb626df..00000000 Binary files a/src/Services/Payment/Payment.API/obj/Debug/net9.0/apphost and /dev/null differ diff --git a/src/Services/Payment/Payment.API/obj/Debug/net9.0/ref/Payment.API.dll b/src/Services/Payment/Payment.API/obj/Debug/net9.0/ref/Payment.API.dll deleted file mode 100644 index e6c980a6..00000000 Binary files a/src/Services/Payment/Payment.API/obj/Debug/net9.0/ref/Payment.API.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/obj/Debug/net9.0/refint/Payment.API.dll b/src/Services/Payment/Payment.API/obj/Debug/net9.0/refint/Payment.API.dll deleted file mode 100644 index e6c980a6..00000000 Binary files a/src/Services/Payment/Payment.API/obj/Debug/net9.0/refint/Payment.API.dll and /dev/null differ diff --git a/src/Services/Payment/Payment.API/obj/Debug/net9.0/rjsmcshtml.dswa.cache.json b/src/Services/Payment/Payment.API/obj/Debug/net9.0/rjsmcshtml.dswa.cache.json deleted file mode 100644 index b9c5716c..00000000 --- a/src/Services/Payment/Payment.API/obj/Debug/net9.0/rjsmcshtml.dswa.cache.json +++ /dev/null @@ -1 +0,0 @@ -{"GlobalPropertiesHash":"ggoEVJ/sg6Xx3ZExvYgWrU2y5/XRIAuVpYiGcaxA1xo=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["9haeNvP\u002BYMA1q4mOLrc4DKSpr\u002Bg76s1LuUGwgo6wP/M=","QW1/R\u002BtdhfgUBsl6R9CTnVyx936q0DLncG6h8kUHC2k=","Sfsx3cEGTTfrYc5hpyUEVu1huXAyKOdpn8Qmy7NkQ3Q=","kC1MwN3qxeRu7W0Zfyoh\u002BVhsvXE7\u002BChruVk28Mtr9hY=","3LEQSu586dcRTbS\u002B58hSZCfKKBnOdcWwOT8QCe3\u002B5Wc=","YgQ8HSCoWxjuQOzoFGxAN\u002B7o5BtiZamJ393SZRjFSxw=","aUeIoq51KBqyf60XnOKwMubKdfOqMwEYxFBtLsT1onE="],"CachedAssets":{},"CachedCopyCandidates":{}} \ No newline at end of file diff --git a/src/Services/Payment/Payment.API/obj/Debug/net9.0/rjsmrazor.dswa.cache.json b/src/Services/Payment/Payment.API/obj/Debug/net9.0/rjsmrazor.dswa.cache.json deleted file mode 100644 index 580b4e8d..00000000 --- a/src/Services/Payment/Payment.API/obj/Debug/net9.0/rjsmrazor.dswa.cache.json +++ /dev/null @@ -1 +0,0 @@ -{"GlobalPropertiesHash":"acwjxlkOGsg5W0EwtaGMAQghbNXN/iOrTx3Xni9e4f0=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["9haeNvP\u002BYMA1q4mOLrc4DKSpr\u002Bg76s1LuUGwgo6wP/M=","QW1/R\u002BtdhfgUBsl6R9CTnVyx936q0DLncG6h8kUHC2k=","Sfsx3cEGTTfrYc5hpyUEVu1huXAyKOdpn8Qmy7NkQ3Q=","kC1MwN3qxeRu7W0Zfyoh\u002BVhsvXE7\u002BChruVk28Mtr9hY=","3LEQSu586dcRTbS\u002B58hSZCfKKBnOdcWwOT8QCe3\u002B5Wc=","YgQ8HSCoWxjuQOzoFGxAN\u002B7o5BtiZamJ393SZRjFSxw=","aUeIoq51KBqyf60XnOKwMubKdfOqMwEYxFBtLsT1onE="],"CachedAssets":{},"CachedCopyCandidates":{}} \ No newline at end of file diff --git a/src/Services/Payment/Payment.API/obj/Debug/net9.0/rpswa.dswa.cache.json b/src/Services/Payment/Payment.API/obj/Debug/net9.0/rpswa.dswa.cache.json deleted file mode 100644 index 239e1113..00000000 --- a/src/Services/Payment/Payment.API/obj/Debug/net9.0/rpswa.dswa.cache.json +++ /dev/null @@ -1 +0,0 @@ -{"GlobalPropertiesHash":"fA2J/NNQjnfBP6qjT9Jfrofkau2fW27pgdyIBJH66zY=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["9haeNvP\u002BYMA1q4mOLrc4DKSpr\u002Bg76s1LuUGwgo6wP/M=","QW1/R\u002BtdhfgUBsl6R9CTnVyx936q0DLncG6h8kUHC2k="],"CachedAssets":{},"CachedCopyCandidates":{}} \ No newline at end of file diff --git a/src/Services/Payment/Payment.API/obj/Debug/net9.0/staticwebassets.build.endpoints.json b/src/Services/Payment/Payment.API/obj/Debug/net9.0/staticwebassets.build.endpoints.json deleted file mode 100644 index 5576e889..00000000 --- a/src/Services/Payment/Payment.API/obj/Debug/net9.0/staticwebassets.build.endpoints.json +++ /dev/null @@ -1 +0,0 @@ -{"Version":1,"ManifestType":"Build","Endpoints":[]} \ No newline at end of file diff --git a/src/Services/Payment/Payment.API/obj/Debug/net9.0/staticwebassets.build.json b/src/Services/Payment/Payment.API/obj/Debug/net9.0/staticwebassets.build.json deleted file mode 100644 index 459aee81..00000000 --- a/src/Services/Payment/Payment.API/obj/Debug/net9.0/staticwebassets.build.json +++ /dev/null @@ -1 +0,0 @@ -{"Version":1,"Hash":"Po/ff4S+66s5QM4wd1nwH6tuuwHDRgpE/PMJX4d8dVo=","Source":"Payment.API","BasePath":"/","Mode":"Root","ManifestType":"Build","ReferencedProjectsConfiguration":[],"DiscoveryPatterns":[],"Assets":[],"Endpoints":[]} \ No newline at end of file diff --git a/src/Services/Payment/Payment.API/obj/Debug/net9.0/staticwebassets.build.json.cache b/src/Services/Payment/Payment.API/obj/Debug/net9.0/staticwebassets.build.json.cache deleted file mode 100644 index e29d4e01..00000000 --- a/src/Services/Payment/Payment.API/obj/Debug/net9.0/staticwebassets.build.json.cache +++ /dev/null @@ -1 +0,0 @@ -Po/ff4S+66s5QM4wd1nwH6tuuwHDRgpE/PMJX4d8dVo= \ No newline at end of file diff --git a/src/Services/Payment/Payment.API/obj/Debug/net9.0/swae.build.ex.cache b/src/Services/Payment/Payment.API/obj/Debug/net9.0/swae.build.ex.cache deleted file mode 100644 index e69de29b..00000000 diff --git a/src/Services/Payment/Payment.API/obj/Payment.API.csproj.nuget.dgspec.json b/src/Services/Payment/Payment.API/obj/Payment.API.csproj.nuget.dgspec.json index 84cb87f8..577758ba 100644 --- a/src/Services/Payment/Payment.API/obj/Payment.API.csproj.nuget.dgspec.json +++ b/src/Services/Payment/Payment.API/obj/Payment.API.csproj.nuget.dgspec.json @@ -46,7 +46,7 @@ "dependencies": { "Newtonsoft.Json": { "target": "Package", - "version": "[13.0.3, )" + "version": "[13.0.4, )" } }, "imports": [ @@ -115,7 +115,7 @@ "dependencies": { "Autofac": { "target": "Package", - "version": "[8.1.1, )" + "version": "[9.0.0, )" }, "Microsoft.CSharp": { "target": "Package", @@ -123,15 +123,15 @@ }, "Microsoft.Extensions.Logging": { "target": "Package", - "version": "[9.0.0, )" + "version": "[9.0.2, )" }, "Newtonsoft.Json": { "target": "Package", - "version": "[13.0.3, )" + "version": "[13.0.4, )" }, "Polly": { "target": "Package", - "version": "[8.5.0, )" + "version": "[8.6.5, )" }, "RabbitMQ.Client": { "target": "Package", @@ -204,7 +204,7 @@ "dependencies": { "Autofac": { "target": "Package", - "version": "[8.1.1, )" + "version": "[9.0.0, )" }, "Microsoft.Azure.ServiceBus": { "target": "Package", @@ -216,7 +216,7 @@ }, "Microsoft.Extensions.Logging": { "target": "Package", - "version": "[9.0.0, )" + "version": "[9.0.2, )" } }, "imports": [ @@ -301,7 +301,7 @@ }, "Newtonsoft.Json": { "target": "Package", - "version": "[13.0.3, )" + "version": "[13.0.4, )" } }, "imports": [ @@ -379,7 +379,7 @@ "dependencies": { "AspNetCore.HealthChecks.AzureServiceBus": { "target": "Package", - "version": "[8.0.1, )" + "version": "[9.0.0, )" }, "AspNetCore.HealthChecks.Rabbitmq": { "target": "Package", @@ -387,23 +387,23 @@ }, "AspNetCore.HealthChecks.UI.Client": { "target": "Package", - "version": "[8.0.1, )" + "version": "[9.0.0, )" }, "Autofac.Extensions.DependencyInjection": { "target": "Package", - "version": "[10.0.0, )" + "version": "[9.0.0, )" }, "Microsoft.ApplicationInsights.AspNetCore": { "target": "Package", - "version": "[2.22.0, )" + "version": "[2.23.0, )" }, "Microsoft.ApplicationInsights.DependencyCollector": { "target": "Package", - "version": "[2.22.0, )" + "version": "[2.23.0, )" }, "Microsoft.ApplicationInsights.Kubernetes": { "target": "Package", - "version": "[7.0.0, )" + "version": "[8.0.0, )" }, "Microsoft.Extensions.Configuration.AzureKeyVault": { "target": "Package", @@ -415,7 +415,7 @@ }, "Serilog.AspNetCore": { "target": "Package", - "version": "[8.0.3, )" + "version": "[9.0.0, )" }, "Serilog.Enrichers.Environment": { "target": "Package", @@ -423,19 +423,19 @@ }, "Serilog.Settings.Configuration": { "target": "Package", - "version": "[8.0.4, )" + "version": "[9.0.0, )" }, "Serilog.Sinks.Console": { "target": "Package", - "version": "[6.0.0, )" + "version": "[6.1.1, )" }, "Serilog.Sinks.Http": { "target": "Package", - "version": "[9.0.0, )" + "version": "[9.2.0, )" }, "Serilog.Sinks.Seq": { "target": "Package", - "version": "[8.0.0, )" + "version": "[9.0.0, )" } }, "imports": [ diff --git a/src/Services/Payment/Payment.API/obj/Payment.API.csproj.nuget.g.props b/src/Services/Payment/Payment.API/obj/Payment.API.csproj.nuget.g.props index c3de6470..ff35f43e 100644 --- a/src/Services/Payment/Payment.API/obj/Payment.API.csproj.nuget.g.props +++ b/src/Services/Payment/Payment.API/obj/Payment.API.csproj.nuget.g.props @@ -13,7 +13,7 @@ - + diff --git a/src/Services/Payment/Payment.API/obj/Payment.API.csproj.nuget.g.targets b/src/Services/Payment/Payment.API/obj/Payment.API.csproj.nuget.g.targets index 2182807d..ac3c79ee 100644 --- a/src/Services/Payment/Payment.API/obj/Payment.API.csproj.nuget.g.targets +++ b/src/Services/Payment/Payment.API/obj/Payment.API.csproj.nuget.g.targets @@ -2,12 +2,12 @@ - - - + + + - + - + \ No newline at end of file diff --git a/src/Services/Payment/Payment.API/obj/project.assets.json b/src/Services/Payment/Payment.API/obj/project.assets.json index 5567fca1..fd28d19b 100644 --- a/src/Services/Payment/Payment.API/obj/project.assets.json +++ b/src/Services/Payment/Payment.API/obj/project.assets.json @@ -2,19 +2,19 @@ "version": 3, "targets": { "net9.0": { - "AspNetCore.HealthChecks.AzureServiceBus/8.0.1": { + "AspNetCore.HealthChecks.AzureServiceBus/9.0.0": { "type": "package", "dependencies": { "Azure.Messaging.ServiceBus": "7.17.0", - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0" + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11" }, "compile": { - "lib/net6.0/HealthChecks.AzureServiceBus.dll": { + "lib/net8.0/HealthChecks.AzureServiceBus.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/HealthChecks.AzureServiceBus.dll": { + "lib/net8.0/HealthChecks.AzureServiceBus.dll": { "related": ".xml" } } @@ -36,11 +36,10 @@ } } }, - "AspNetCore.HealthChecks.UI.Client/8.0.1": { + "AspNetCore.HealthChecks.UI.Client/9.0.0": { "type": "package", "dependencies": { - "AspNetCore.HealthChecks.UI.Core": "8.0.1", - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0" + "AspNetCore.HealthChecks.UI.Core": "9.0.0" }, "compile": { "lib/net8.0/HealthChecks.UI.Client.dll": { @@ -56,27 +55,26 @@ "Microsoft.AspNetCore.App" ] }, - "AspNetCore.HealthChecks.UI.Core/8.0.1": { + "AspNetCore.HealthChecks.UI.Core/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0" + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11" }, "compile": { - "lib/net6.0/HealthChecks.UI.Core.dll": { + "lib/net8.0/HealthChecks.UI.Core.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/HealthChecks.UI.Core.dll": { + "lib/net8.0/HealthChecks.UI.Core.dll": { "related": ".xml" } } }, - "Autofac/8.1.1": { + "Autofac/9.0.0": { "type": "package", "dependencies": { - "System.Diagnostics.DiagnosticSource": "8.0.1" + "System.Diagnostics.DiagnosticSource": "10.0.0" }, "compile": { "lib/net8.0/Autofac.dll": { @@ -89,11 +87,11 @@ } } }, - "Autofac.Extensions.DependencyInjection/10.0.0": { + "Autofac.Extensions.DependencyInjection/9.0.0": { "type": "package", "dependencies": { - "Autofac": "8.1.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1" + "Autofac": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" }, "compile": { "lib/net8.0/Autofac.Extensions.DependencyInjection.dll": { @@ -189,16 +187,16 @@ } } }, - "Fractions/7.2.1": { + "Fractions/7.3.0": { "type": "package", "compile": { "lib/netstandard2.1/Fractions.dll": { - "related": ".pdb;.xml" + "related": ".xml" } }, "runtime": { "lib/netstandard2.1/Fractions.dll": { - "related": ".pdb;.xml" + "related": ".xml" } } }, @@ -215,57 +213,24 @@ } } }, - "IdentityModel/5.2.0": { - "type": "package", - "compile": { - "lib/net5.0/IdentityModel.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/net5.0/IdentityModel.dll": { - "related": ".pdb;.xml" - } - } - }, - "IdentityModel.OidcClient/5.2.1": { - "type": "package", - "dependencies": { - "IdentityModel": "5.2.0", - "Microsoft.Extensions.Logging": "6.0.0" - }, - "compile": { - "lib/netstandard2.0/IdentityModel.OidcClient.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/IdentityModel.OidcClient.dll": { - "related": ".xml" - } - } - }, - "KubernetesClient/12.1.1": { + "KubernetesClient/17.0.14": { "type": "package", "dependencies": { - "Fractions": "7.2.1", - "IdentityModel.OidcClient": "5.2.1", - "System.IdentityModel.Tokens.Jwt": "7.0.0", - "YamlDotNet": "13.3.1", - "prometheus-net": "8.0.1" + "Fractions": "7.3.0", + "YamlDotNet": "16.3.0" }, "compile": { - "lib/net7.0/KubernetesClient.dll": { + "lib/net9.0/KubernetesClient.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/KubernetesClient.dll": { + "lib/net9.0/KubernetesClient.dll": { "related": ".pdb;.xml" } } }, - "Microsoft.ApplicationInsights/2.22.0": { + "Microsoft.ApplicationInsights/2.23.0": { "type": "package", "dependencies": { "System.Diagnostics.DiagnosticSource": "5.0.0" @@ -281,19 +246,19 @@ } } }, - "Microsoft.ApplicationInsights.AspNetCore/2.22.0": { + "Microsoft.ApplicationInsights.AspNetCore/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.22.0", - "Microsoft.ApplicationInsights.EventCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.ApplicationInsights.DependencyCollector": "2.23.0", + "Microsoft.ApplicationInsights.EventCounterCollector": "2.23.0", + "Microsoft.ApplicationInsights.PerfCounterCollector": "2.23.0", + "Microsoft.ApplicationInsights.WindowsServer": "2.23.0", + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.23.0", "Microsoft.AspNetCore.Hosting": "2.1.1", "Microsoft.AspNetCore.Http": "2.1.22", "Microsoft.Extensions.Configuration.Json": "3.1.0", - "Microsoft.Extensions.Logging.ApplicationInsights": "2.22.0", + "Microsoft.Extensions.Logging.ApplicationInsights": "2.23.0", "System.Text.Encodings.Web": "4.7.2" }, "compile": { @@ -307,10 +272,10 @@ } } }, - "Microsoft.ApplicationInsights.DependencyCollector/2.22.0": { + "Microsoft.ApplicationInsights.DependencyCollector/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", "System.Diagnostics.DiagnosticSource": "5.0.0" }, "compile": { @@ -327,10 +292,10 @@ "build/Microsoft.ApplicationInsights.DependencyCollector.targets": {} } }, - "Microsoft.ApplicationInsights.EventCounterCollector/2.22.0": { + "Microsoft.ApplicationInsights.EventCounterCollector/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0" + "Microsoft.ApplicationInsights": "2.23.0" }, "compile": { "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.dll": { @@ -343,33 +308,34 @@ } } }, - "Microsoft.ApplicationInsights.Kubernetes/7.0.0": { + "Microsoft.ApplicationInsights.Kubernetes/8.0.0": { "type": "package", "dependencies": { - "KubernetesClient": "12.1.1", - "Microsoft.ApplicationInsights": "2.21.0", - "Microsoft.Extensions.Configuration": "6.0.1", - "Microsoft.Extensions.DependencyInjection": "8.0.0", - "Microsoft.Extensions.DiagnosticAdapter": "3.1.27", - "Microsoft.Extensions.Hosting": "6.0.1", - "Microsoft.Extensions.Logging.Abstractions": "6.0.4", - "Microsoft.Extensions.Options.ConfigurationExtensions": "6.0.0" + "KubernetesClient": "17.0.14", + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.DependencyInjection": "9.0.2", + "Microsoft.Extensions.DiagnosticAdapter": "3.1.32", + "Microsoft.Extensions.Hosting": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.2", + "System.IdentityModel.Tokens.Jwt": "8.6.0" }, "compile": { - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll": { + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll": { + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.dll": { "related": ".xml" } } }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.22.0": { + "Microsoft.ApplicationInsights.PerfCounterCollector/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", "Microsoft.Extensions.Caching.Memory": "1.0.0", "System.Diagnostics.PerformanceCounter": "6.0.0" }, @@ -387,13 +353,13 @@ "build/_._": {} } }, - "Microsoft.ApplicationInsights.WindowsServer/2.22.0": { + "Microsoft.ApplicationInsights.WindowsServer/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.22.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.ApplicationInsights.DependencyCollector": "2.23.0", + "Microsoft.ApplicationInsights.PerfCounterCollector": "2.23.0", + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.23.0", "System.Diagnostics.DiagnosticSource": "5.0.0" }, "compile": { @@ -410,10 +376,10 @@ "build/_._": {} } }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.22.0": { + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", "System.IO.FileSystem.AccessControl": "4.7.0" }, "compile": { @@ -448,10 +414,14 @@ "System.Reflection.Metadata": "1.6.0" }, "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": { + "related": ".xml" + } } }, "Microsoft.AspNetCore.Hosting.Abstractions/2.1.1": { @@ -499,10 +469,14 @@ "Microsoft.Net.Http.Headers": "2.1.1" }, "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": { + "related": ".xml" + } } }, "Microsoft.AspNetCore.Http.Abstractions/2.1.1": { @@ -531,10 +505,14 @@ "System.Buffers": "4.5.0" }, "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": { + "related": ".xml" + } } }, "Microsoft.AspNetCore.Http.Features/2.1.1": { @@ -560,10 +538,14 @@ "System.Text.Encodings.Web": "4.5.0" }, "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": { + "related": ".xml" + } } }, "Microsoft.Azure.Amqp/2.6.3": { @@ -591,12 +573,12 @@ }, "compile": { "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "runtime": { "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } } }, @@ -614,12 +596,12 @@ }, "compile": { "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "runtime": { "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } } }, @@ -633,10 +615,14 @@ "System.IdentityModel.Tokens.Jwt": "5.4.0" }, "compile": { - "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": {} + "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": {} + "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": { + "related": ".xml" + } } }, "Microsoft.Azure.Services.AppAuthentication/1.0.3": { @@ -648,12 +634,12 @@ }, "compile": { "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "runtime": { "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "build": { @@ -1230,11 +1216,11 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration/9.0.0": { + "Microsoft.Extensions.Configuration/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Configuration.dll": { @@ -1250,10 +1236,10 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { + "Microsoft.Extensions.Configuration.Abstractions/9.0.7": { "type": "package", "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.Primitives": "9.0.7" }, "compile": { "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll": { @@ -1288,10 +1274,10 @@ } } }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { + "Microsoft.Extensions.Configuration.Binder/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Configuration.Binder.dll": { @@ -1307,28 +1293,31 @@ "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets": {} } }, - "Microsoft.Extensions.Configuration.CommandLine/6.0.0": { + "Microsoft.Extensions.Configuration.CommandLine/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { + "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": { @@ -1344,14 +1333,14 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { + "Microsoft.Extensions.Configuration.FileExtensions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Physical": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { @@ -1367,13 +1356,13 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { + "Microsoft.Extensions.Configuration.Json/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.FileExtensions": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Configuration.Json.dll": { @@ -1389,33 +1378,33 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.UserSecrets/6.0.1": { + "Microsoft.Extensions.Configuration.UserSecrets/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Json": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Physical": "9.0.2" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.props": {}, - "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.targets": {} + "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.props": {}, + "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.targets": {} } }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { + "Microsoft.Extensions.DependencyInjection/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll": { @@ -1431,7 +1420,7 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { + "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.2": { "type": "package", "compile": { "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { @@ -1463,7 +1452,7 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.DiagnosticAdapter/3.1.27": { + "Microsoft.Extensions.DiagnosticAdapter/3.1.32": { "type": "package", "dependencies": { "System.Diagnostics.DiagnosticSource": "4.7.1" @@ -1479,34 +1468,54 @@ } } }, - "Microsoft.Extensions.Diagnostics.Abstractions/8.0.0": { + "Microsoft.Extensions.Diagnostics/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Options": "8.0.0", - "System.Diagnostics.DiagnosticSource": "8.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.2", + "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.2" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.Diagnostics.Abstractions/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Diagnostics.HealthChecks/8.0.0": { + "Microsoft.Extensions.Diagnostics.HealthChecks/8.0.11": { "type": "package", "dependencies": { - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "8.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0", - "Microsoft.Extensions.Options": "8.0.0" + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "8.0.11", + "Microsoft.Extensions.Hosting.Abstractions": "8.0.1", + "Microsoft.Extensions.Logging.Abstractions": "8.0.2", + "Microsoft.Extensions.Options": "8.0.2" }, "compile": { "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll": { @@ -1519,7 +1528,7 @@ } } }, - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/8.0.0": { + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/8.0.11": { "type": "package", "compile": { "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": { @@ -1532,10 +1541,10 @@ } } }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { + "Microsoft.Extensions.FileProviders.Abstractions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { @@ -1551,12 +1560,12 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { + "Microsoft.Extensions.FileProviders.Physical/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileSystemGlobbing": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.dll": { @@ -1572,7 +1581,7 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": { + "Microsoft.Extensions.FileSystemGlobbing/9.0.2": { "type": "package", "compile": { "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll": { @@ -1588,92 +1597,75 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Hosting/6.0.1": { + "Microsoft.Extensions.Hosting/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.Configuration.CommandLine": "6.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1", - "Microsoft.Extensions.DependencyInjection": "6.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging.Configuration": "6.0.0", - "Microsoft.Extensions.Logging.Console": "6.0.0", - "Microsoft.Extensions.Logging.Debug": "6.0.0", - "Microsoft.Extensions.Logging.EventLog": "6.0.0", - "Microsoft.Extensions.Logging.EventSource": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Binder": "9.0.2", + "Microsoft.Extensions.Configuration.CommandLine": "9.0.2", + "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.2", + "Microsoft.Extensions.Configuration.FileExtensions": "9.0.2", + "Microsoft.Extensions.Configuration.Json": "9.0.2", + "Microsoft.Extensions.Configuration.UserSecrets": "9.0.2", + "Microsoft.Extensions.DependencyInjection": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Diagnostics": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Physical": "9.0.2", + "Microsoft.Extensions.Hosting.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.Configuration": "9.0.2", + "Microsoft.Extensions.Logging.Console": "9.0.2", + "Microsoft.Extensions.Logging.Debug": "9.0.2", + "Microsoft.Extensions.Logging.EventLog": "9.0.2", + "Microsoft.Extensions.Logging.EventSource": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" }, "compile": { - "lib/net6.0/Microsoft.Extensions.Hosting.dll": { + "lib/net9.0/Microsoft.Extensions.Hosting.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.Extensions.Hosting.dll": { + "lib/net9.0/Microsoft.Extensions.Hosting.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Hosting.Abstractions/8.0.0": { + "Microsoft.Extensions.Hosting.Abstractions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "8.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll": { + "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll": { + "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.Http/3.1.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.0", - "Microsoft.Extensions.Logging": "3.1.0", - "Microsoft.Extensions.Options": "3.1.0" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.Extensions.Http.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.Extensions.Http.dll": { - "related": ".xml" - } + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging/9.0.0": { + "Microsoft.Extensions.Logging/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" + "Microsoft.Extensions.DependencyInjection": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Logging.dll": { @@ -1689,10 +1681,10 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { + "Microsoft.Extensions.Logging.Abstractions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": { @@ -1708,10 +1700,10 @@ "buildTransitive/net8.0/Microsoft.Extensions.Logging.Abstractions.targets": {} } }, - "Microsoft.Extensions.Logging.ApplicationInsights/2.22.0": { + "Microsoft.Extensions.Logging.ApplicationInsights/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", "Microsoft.Extensions.Logging": "2.1.1" }, "compile": { @@ -1746,17 +1738,17 @@ } } }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { + "Microsoft.Extensions.Logging.Configuration/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Binder": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Logging.Configuration.dll": { @@ -1772,111 +1764,114 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.Console/6.0.0": { + "Microsoft.Extensions.Logging.Console/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging.Configuration": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "System.Text.Json": "6.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.Configuration": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" }, "compile": { - "lib/net6.0/Microsoft.Extensions.Logging.Console.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.Console.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.Extensions.Logging.Console.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.Console.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.Debug/6.0.0": { + "Microsoft.Extensions.Logging.Debug/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.Debug.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.Debug.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.EventLog/6.0.0": { + "Microsoft.Extensions.Logging.EventLog/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "System.Diagnostics.EventLog": "6.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "System.Diagnostics.EventLog": "9.0.2" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.EventLog.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.EventLog.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.EventLog.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.EventLog.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.EventSource/6.0.0": { + "Microsoft.Extensions.Logging.EventSource/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Json": "6.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { - "lib/net6.0/Microsoft.Extensions.Logging.EventSource.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.EventSource.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.Extensions.Logging.EventSource.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.EventSource.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.ObjectPool/7.0.0": { + "Microsoft.Extensions.ObjectPool/2.1.1": { "type": "package", "compile": { - "lib/net7.0/Microsoft.Extensions.ObjectPool.dll": { + "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.ObjectPool.dll": { + "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll": { "related": ".xml" } } }, - "Microsoft.Extensions.Options/9.0.0": { + "Microsoft.Extensions.Options/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Options.dll": { @@ -1892,14 +1887,14 @@ "buildTransitive/net8.0/Microsoft.Extensions.Options.targets": {} } }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { + "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Binder": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { @@ -1915,7 +1910,7 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Primitives/9.0.0": { + "Microsoft.Extensions.Primitives/9.0.7": { "type": "package", "compile": { "lib/net9.0/Microsoft.Extensions.Primitives.dll": { @@ -1965,15 +1960,15 @@ } } }, - "Microsoft.IdentityModel.Abstractions/7.0.0": { + "Microsoft.IdentityModel.Abstractions/8.6.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": { "related": ".xml" } } @@ -1987,41 +1982,45 @@ }, "compile": { "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": {}, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": {} + "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": {}, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": {} + "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": { + "related": ".xml" + } } }, - "Microsoft.IdentityModel.JsonWebTokens/7.0.0": { + "Microsoft.IdentityModel.JsonWebTokens/8.6.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.0.0" + "Microsoft.IdentityModel.Tokens": "8.6.0" }, "compile": { - "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.Logging/7.0.0": { + "Microsoft.IdentityModel.Logging/8.6.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.0.0" + "Microsoft.IdentityModel.Abstractions": "8.6.0" }, "compile": { - "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "lib/net9.0/Microsoft.IdentityModel.Logging.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "lib/net9.0/Microsoft.IdentityModel.Logging.dll": { "related": ".xml" } } @@ -2060,18 +2059,19 @@ } } }, - "Microsoft.IdentityModel.Tokens/7.0.0": { + "Microsoft.IdentityModel.Tokens/8.6.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.0.0" + "Microsoft.Extensions.Logging.Abstractions": "8.0.2", + "Microsoft.IdentityModel.Logging": "8.6.0" }, "compile": { - "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "lib/net9.0/Microsoft.IdentityModel.Tokens.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "lib/net9.0/Microsoft.IdentityModel.Tokens.dll": { "related": ".xml" } } @@ -2083,10 +2083,14 @@ "System.Buffers": "4.5.0" }, "compile": { - "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": {} + "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": {} + "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": { + "related": ".xml" + } } }, "Microsoft.NETCore.Platforms/1.1.0": { @@ -2115,12 +2119,12 @@ }, "compile": { "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "runtime": { "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } } }, @@ -2133,12 +2137,12 @@ }, "compile": { "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "runtime": { "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } } }, @@ -2163,7 +2167,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": {} + "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": { + "related": ".xml" + } } }, "Microsoft.Win32.Registry/4.3.0": { @@ -2280,7 +2286,7 @@ "System.Xml.XDocument": "4.3.0" } }, - "Newtonsoft.Json/13.0.3": { + "Newtonsoft.Json/13.0.4": { "type": "package", "compile": { "lib/net6.0/Newtonsoft.Json.dll": { @@ -2293,10 +2299,10 @@ } } }, - "Polly/8.5.0": { + "Polly/8.6.5": { "type": "package", "dependencies": { - "Polly.Core": "8.5.0" + "Polly.Core": "8.6.5" }, "compile": { "lib/net6.0/Polly.dll": { @@ -2309,7 +2315,7 @@ } } }, - "Polly.Core/8.5.0": { + "Polly.Core/8.6.5": { "type": "package", "compile": { "lib/net8.0/Polly.Core.dll": { @@ -2322,23 +2328,6 @@ } } }, - "prometheus-net/8.0.1": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Http": "3.1.0", - "Microsoft.Extensions.ObjectPool": "7.0.0" - }, - "compile": { - "lib/net7.0/Prometheus.NetStandard.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net7.0/Prometheus.NetStandard.dll": { - "related": ".xml" - } - } - }, "RabbitMQ.Client/6.8.1": { "type": "package", "dependencies": { @@ -2527,38 +2516,37 @@ } } }, - "Serilog/4.0.0": { + "Serilog/4.2.0": { "type": "package", "compile": { - "lib/net8.0/Serilog.dll": { + "lib/net9.0/Serilog.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.dll": { + "lib/net9.0/Serilog.dll": { "related": ".xml" } } }, - "Serilog.AspNetCore/8.0.3": { + "Serilog.AspNetCore/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Logging": "8.0.0", - "Serilog": "3.1.1", - "Serilog.Extensions.Hosting": "8.0.0", - "Serilog.Formatting.Compact": "2.0.0", - "Serilog.Settings.Configuration": "8.0.4", - "Serilog.Sinks.Console": "5.0.0", - "Serilog.Sinks.Debug": "2.0.0", - "Serilog.Sinks.File": "5.0.0" + "Serilog": "4.2.0", + "Serilog.Extensions.Hosting": "9.0.0", + "Serilog.Formatting.Compact": "3.0.0", + "Serilog.Settings.Configuration": "9.0.0", + "Serilog.Sinks.Console": "6.0.0", + "Serilog.Sinks.Debug": "3.0.0", + "Serilog.Sinks.File": "6.0.0" }, "compile": { - "lib/net8.0/Serilog.AspNetCore.dll": { + "lib/net9.0/Serilog.AspNetCore.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.AspNetCore.dll": { + "lib/net9.0/Serilog.AspNetCore.dll": { "related": ".xml" } }, @@ -2582,78 +2570,78 @@ } } }, - "Serilog.Extensions.Hosting/8.0.0": { + "Serilog.Extensions.Hosting/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0", - "Serilog": "3.1.1", - "Serilog.Extensions.Logging": "8.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", + "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", + "Microsoft.Extensions.Logging.Abstractions": "9.0.0", + "Serilog": "4.2.0", + "Serilog.Extensions.Logging": "9.0.0" }, "compile": { - "lib/net8.0/Serilog.Extensions.Hosting.dll": { + "lib/net9.0/Serilog.Extensions.Hosting.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.Extensions.Hosting.dll": { + "lib/net9.0/Serilog.Extensions.Hosting.dll": { "related": ".xml" } } }, - "Serilog.Extensions.Logging/8.0.0": { + "Serilog.Extensions.Logging/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Logging": "8.0.0", - "Serilog": "3.1.1" + "Microsoft.Extensions.Logging": "9.0.0", + "Serilog": "4.2.0" }, "compile": { - "lib/net8.0/Serilog.Extensions.Logging.dll": { + "lib/net9.0/Serilog.Extensions.Logging.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.Extensions.Logging.dll": { + "lib/net9.0/Serilog.Extensions.Logging.dll": { "related": ".xml" } } }, - "Serilog.Formatting.Compact/2.0.0": { + "Serilog.Formatting.Compact/3.0.0": { "type": "package", "dependencies": { - "Serilog": "3.1.0" + "Serilog": "4.0.0" }, "compile": { - "lib/net7.0/Serilog.Formatting.Compact.dll": { + "lib/net8.0/Serilog.Formatting.Compact.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Serilog.Formatting.Compact.dll": { + "lib/net8.0/Serilog.Formatting.Compact.dll": { "related": ".xml" } } }, - "Serilog.Settings.Configuration/8.0.4": { + "Serilog.Settings.Configuration/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Binder": "8.0.0", - "Microsoft.Extensions.DependencyModel": "8.0.2", - "Serilog": "3.1.1" + "Microsoft.Extensions.Configuration.Binder": "9.0.0", + "Microsoft.Extensions.DependencyModel": "9.0.0", + "Serilog": "4.2.0" }, "compile": { - "lib/net8.0/Serilog.Settings.Configuration.dll": { + "lib/net9.0/Serilog.Settings.Configuration.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.Settings.Configuration.dll": { + "lib/net9.0/Serilog.Settings.Configuration.dll": { "related": ".xml" } } }, - "Serilog.Sinks.Console/6.0.0": { + "Serilog.Sinks.Console/6.1.1": { "type": "package", "dependencies": { "Serilog": "4.0.0" @@ -2669,39 +2657,43 @@ } } }, - "Serilog.Sinks.Debug/2.0.0": { + "Serilog.Sinks.Debug/3.0.0": { "type": "package", "dependencies": { - "Serilog": "2.10.0" + "Serilog": "4.0.0" }, "compile": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": {} + "lib/net8.0/Serilog.Sinks.Debug.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": {} + "lib/net8.0/Serilog.Sinks.Debug.dll": { + "related": ".xml" + } } }, - "Serilog.Sinks.File/5.0.0": { + "Serilog.Sinks.File/7.0.0": { "type": "package", "dependencies": { - "Serilog": "2.10.0" + "Serilog": "4.2.0" }, "compile": { - "lib/net5.0/Serilog.Sinks.File.dll": { - "related": ".pdb" + "lib/net9.0/Serilog.Sinks.File.dll": { + "related": ".xml" } }, "runtime": { - "lib/net5.0/Serilog.Sinks.File.dll": { - "related": ".pdb" + "lib/net9.0/Serilog.Sinks.File.dll": { + "related": ".xml" } } }, - "Serilog.Sinks.Http/9.0.0": { + "Serilog.Sinks.Http/9.2.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "7.0.0", - "Serilog.Sinks.File": "5.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.7", + "Serilog.Sinks.File": "7.0.0" }, "compile": { "lib/netstandard2.1/Serilog.Sinks.Http.dll": { @@ -2714,11 +2706,11 @@ } } }, - "Serilog.Sinks.Seq/8.0.0": { + "Serilog.Sinks.Seq/9.0.0": { "type": "package", "dependencies": { - "Serilog": "4.0.0", - "Serilog.Sinks.File": "5.0.0" + "Serilog": "4.2.0", + "Serilog.Sinks.File": "6.0.0" }, "compile": { "lib/net6.0/Serilog.Sinks.Seq.dll": { @@ -2737,7 +2729,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.6/System.AppContext.dll": {} + "ref/netstandard1.6/System.AppContext.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.6/System.AppContext.dll": {} @@ -2793,7 +2787,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Collections.dll": {} + "ref/netstandard1.3/System.Collections.dll": { + "related": ".xml" + } } }, "System.Collections.Concurrent/4.3.0": { @@ -2811,7 +2807,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Collections.Concurrent.dll": {} + "ref/netstandard1.3/System.Collections.Concurrent.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Collections.Concurrent.dll": {} @@ -2973,7 +2971,9 @@ "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Console.dll": {} + "ref/netstandard1.3/System.Console.dll": { + "related": ".xml" + } } }, "System.Diagnostics.Debug/4.3.0": { @@ -2984,46 +2984,48 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Diagnostics.Debug.dll": {} + "ref/netstandard1.3/System.Diagnostics.Debug.dll": { + "related": ".xml" + } } }, - "System.Diagnostics.DiagnosticSource/8.0.1": { + "System.Diagnostics.DiagnosticSource/10.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": { + "lib/net9.0/System.Diagnostics.DiagnosticSource.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": { + "lib/net9.0/System.Diagnostics.DiagnosticSource.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "System.Diagnostics.EventLog/6.0.0": { + "System.Diagnostics.EventLog/9.0.2": { "type": "package", "compile": { - "lib/net6.0/System.Diagnostics.EventLog.dll": { + "lib/net9.0/System.Diagnostics.EventLog.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/System.Diagnostics.EventLog.dll": { + "lib/net9.0/System.Diagnostics.EventLog.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "buildTransitive/net8.0/_._": {} }, "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll": { + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll": { "assetType": "runtime", "rid": "win" }, - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll": { + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll": { "assetType": "runtime", "rid": "win" } @@ -3080,7 +3082,9 @@ "runtime.native.System": "4.3.0" }, "compile": { - "ref/netstandard1.4/System.Diagnostics.Process.dll": {} + "ref/netstandard1.4/System.Diagnostics.Process.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/linux/lib/netstandard1.4/System.Diagnostics.Process.dll": { @@ -3105,7 +3109,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Diagnostics.Tools.dll": {} + "ref/netstandard1.0/System.Diagnostics.Tools.dll": { + "related": ".xml" + } } }, "System.Diagnostics.Tracing/4.3.0": { @@ -3116,7 +3122,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {} + "ref/netstandard1.5/System.Diagnostics.Tracing.dll": { + "related": ".xml" + } } }, "System.Drawing.Common/6.0.0": { @@ -3172,7 +3180,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Globalization.dll": {} + "ref/netstandard1.3/System.Globalization.dll": { + "related": ".xml" + } } }, "System.Globalization.Calendars/4.3.0": { @@ -3184,7 +3194,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Globalization.Calendars.dll": {} + "ref/netstandard1.3/System.Globalization.Calendars.dll": { + "related": ".xml" + } } }, "System.Globalization.Extensions/4.3.0": { @@ -3198,7 +3210,9 @@ "System.Runtime.InteropServices": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll": { @@ -3211,19 +3225,19 @@ } } }, - "System.IdentityModel.Tokens.Jwt/7.0.0": { + "System.IdentityModel.Tokens.Jwt/8.6.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.0.0", - "Microsoft.IdentityModel.Tokens": "7.0.0" + "Microsoft.IdentityModel.JsonWebTokens": "8.6.0", + "Microsoft.IdentityModel.Tokens": "8.6.0" }, "compile": { - "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "lib/net9.0/System.IdentityModel.Tokens.Jwt.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "lib/net9.0/System.IdentityModel.Tokens.Jwt.dll": { "related": ".xml" } } @@ -3238,7 +3252,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.IO.dll": {} + "ref/netstandard1.5/System.IO.dll": { + "related": ".xml" + } } }, "System.IO.Compression/4.3.0": { @@ -3261,7 +3277,9 @@ "runtime.native.System.IO.Compression": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.Compression.dll": {} + "ref/netstandard1.3/System.IO.Compression.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": { @@ -3288,7 +3306,9 @@ "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": {} + "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {} @@ -3307,7 +3327,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.FileSystem.dll": {} + "ref/netstandard1.3/System.IO.FileSystem.dll": { + "related": ".xml" + } } }, "System.IO.FileSystem.AccessControl/4.7.0": { @@ -3317,10 +3339,14 @@ "System.Security.Principal.Windows": "4.7.0" }, "compile": { - "ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll": {} + "ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll": {} + "lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { @@ -3335,7 +3361,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} @@ -3367,7 +3395,9 @@ "System.Runtime.Extensions": "4.3.0" }, "compile": { - "ref/netstandard1.6/System.Linq.dll": {} + "ref/netstandard1.6/System.Linq.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.6/System.Linq.dll": {} @@ -3395,7 +3425,9 @@ "System.Threading": "4.3.0" }, "compile": { - "ref/netstandard1.6/System.Linq.Expressions.dll": {} + "ref/netstandard1.6/System.Linq.Expressions.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.6/System.Linq.Expressions.dll": {} @@ -3417,10 +3449,14 @@ "System.Text.Json": "4.6.0" }, "compile": { - "lib/netstandard2.0/System.Memory.Data.dll": {} + "lib/netstandard2.0/System.Memory.Data.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/System.Memory.Data.dll": {} + "lib/netstandard2.0/System.Memory.Data.dll": { + "related": ".xml" + } } }, "System.Net.Http/4.3.0": { @@ -3454,7 +3490,9 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Net.Http.dll": {} + "ref/netstandard1.3/System.Net.Http.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll": { @@ -3476,7 +3514,9 @@ "System.Runtime.Handles": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Net.Primitives.dll": {} + "ref/netstandard1.3/System.Net.Primitives.dll": { + "related": ".xml" + } } }, "System.Net.Sockets/4.3.0": { @@ -3490,7 +3530,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Net.Sockets.dll": {} + "ref/netstandard1.3/System.Net.Sockets.dll": { + "related": ".xml" + } } }, "System.Numerics.Vectors/4.5.0": { @@ -3512,7 +3554,9 @@ "System.Threading": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.ObjectModel.dll": {} + "ref/netstandard1.3/System.ObjectModel.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.ObjectModel.dll": {} @@ -3563,7 +3607,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.Reflection.dll": {} + "ref/netstandard1.5/System.Reflection.dll": { + "related": ".xml" + } } }, "System.Reflection.Emit/4.3.0": { @@ -3576,7 +3622,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.1/_._": {} + "ref/netstandard1.1/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Reflection.Emit.dll": {} @@ -3590,7 +3638,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/_._": {} + "ref/netstandard1.0/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {} @@ -3605,7 +3655,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/_._": {} + "ref/netstandard1.0/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll": {} @@ -3620,7 +3672,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Reflection.Extensions.dll": {} + "ref/netstandard1.0/System.Reflection.Extensions.dll": { + "related": ".xml" + } } }, "System.Reflection.Metadata/7.0.0": { @@ -3650,7 +3704,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Reflection.Primitives.dll": {} + "ref/netstandard1.0/System.Reflection.Primitives.dll": { + "related": ".xml" + } } }, "System.Reflection.TypeExtensions/4.3.0": { @@ -3678,7 +3734,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Resources.ResourceManager.dll": {} + "ref/netstandard1.0/System.Resources.ResourceManager.dll": { + "related": ".xml" + } } }, "System.Runtime/4.3.0": { @@ -3688,7 +3746,9 @@ "Microsoft.NETCore.Targets": "1.1.0" }, "compile": { - "ref/netstandard1.5/System.Runtime.dll": {} + "ref/netstandard1.5/System.Runtime.dll": { + "related": ".xml" + } } }, "System.Runtime.Caching/6.0.0": { @@ -3719,10 +3779,14 @@ "System.Runtime.CompilerServices.Unsafe/6.0.0": { "type": "package", "compile": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {} + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } }, "runtime": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {} + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } }, "build": { "buildTransitive/netcoreapp3.1/_._": {} @@ -3736,7 +3800,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.Runtime.Extensions.dll": {} + "ref/netstandard1.5/System.Runtime.Extensions.dll": { + "related": ".xml" + } } }, "System.Runtime.Handles/4.3.0": { @@ -3747,7 +3813,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Runtime.Handles.dll": {} + "ref/netstandard1.3/System.Runtime.Handles.dll": { + "related": ".xml" + } } }, "System.Runtime.InteropServices/4.3.0": { @@ -3801,7 +3869,9 @@ "System.Runtime.Extensions": "4.3.0" }, "compile": { - "ref/netstandard1.1/System.Runtime.Numerics.dll": {} + "ref/netstandard1.1/System.Runtime.Numerics.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Runtime.Numerics.dll": {} @@ -3815,7 +3885,9 @@ "System.Runtime": "4.1.0" }, "compile": { - "ref/netstandard1.0/System.Runtime.Serialization.Json.dll": {} + "ref/netstandard1.0/System.Runtime.Serialization.Json.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Runtime.Serialization.Json.dll": {} @@ -3828,7 +3900,9 @@ "System.Runtime": "4.1.0" }, "compile": { - "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} + "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} @@ -3962,7 +4036,9 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": {} + "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": { @@ -4075,7 +4151,9 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" }, "compile": { - "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": {} + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { @@ -4139,7 +4217,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Text.Encoding.dll": {} + "ref/netstandard1.3/System.Text.Encoding.dll": { + "related": ".xml" + } } }, "System.Text.Encoding.CodePages/6.0.0": { @@ -4176,7 +4256,9 @@ "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {} + "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": { + "related": ".xml" + } } }, "System.Text.Encodings.Web/6.0.0": { @@ -4239,7 +4321,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Threading.dll": {} + "ref/netstandard1.3/System.Threading.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Threading.dll": {} @@ -4269,7 +4353,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Threading.Tasks.dll": {} + "ref/netstandard1.3/System.Threading.Tasks.dll": { + "related": ".xml" + } } }, "System.Threading.Tasks.Extensions/4.5.4": { @@ -4287,7 +4373,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Threading.Thread.dll": {} @@ -4300,7 +4388,9 @@ "System.Runtime.Handles": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Threading.ThreadPool.dll": {} @@ -4314,7 +4404,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.2/System.Threading.Timer.dll": {} + "ref/netstandard1.2/System.Threading.Timer.dll": { + "related": ".xml" + } } }, "System.ValueTuple/4.5.0": { @@ -4368,7 +4460,9 @@ "System.Threading.Tasks.Extensions": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Xml.ReaderWriter.dll": {} + "ref/netstandard1.3/System.Xml.ReaderWriter.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.ReaderWriter.dll": {} @@ -4391,7 +4485,9 @@ "System.Xml.ReaderWriter": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Xml.XDocument.dll": {} + "ref/netstandard1.3/System.Xml.XDocument.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.XDocument.dll": {} @@ -4412,7 +4508,9 @@ "System.Xml.ReaderWriter": "4.0.11" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.XmlDocument.dll": {} @@ -4440,21 +4538,23 @@ "System.Xml.XmlDocument": "4.0.1" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.XmlSerializer.dll": {} } }, - "YamlDotNet/13.3.1": { + "YamlDotNet/16.3.0": { "type": "package", "compile": { - "lib/net7.0/YamlDotNet.dll": { + "lib/net8.0/YamlDotNet.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/YamlDotNet.dll": { + "lib/net8.0/YamlDotNet.dll": { "related": ".xml" } } @@ -4463,7 +4563,7 @@ "type": "project", "framework": ".NETCoreApp,Version=v9.0", "dependencies": { - "Newtonsoft.Json": "13.0.3" + "Newtonsoft.Json": "13.0.4" }, "compile": { "bin/placeholder/EventBus.dll": {} @@ -4476,12 +4576,12 @@ "type": "project", "framework": ".NETCoreApp,Version=v9.0", "dependencies": { - "Autofac": "8.1.1", + "Autofac": "9.0.0", "EventBus": "1.0.0", "Microsoft.CSharp": "4.7.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Newtonsoft.Json": "13.0.3", - "Polly": "8.5.0", + "Microsoft.Extensions.Logging": "9.0.2", + "Newtonsoft.Json": "13.0.4", + "Polly": "8.6.5", "RabbitMQ.Client": "6.8.1" }, "compile": { @@ -4495,11 +4595,11 @@ "type": "project", "framework": ".NETCoreApp,Version=v9.0", "dependencies": { - "Autofac": "8.1.1", + "Autofac": "9.0.0", "EventBus": "1.0.0", "Microsoft.Azure.ServiceBus": "5.2.0", "Microsoft.CSharp": "4.7.0", - "Microsoft.Extensions.Logging": "9.0.0" + "Microsoft.Extensions.Logging": "9.0.2" }, "compile": { "bin/placeholder/EventBusServiceBus.dll": {} @@ -4517,7 +4617,7 @@ "Microsoft.EntityFrameworkCore.Design": "9.0.0", "Microsoft.EntityFrameworkCore.Relational": "9.0.0", "Microsoft.EntityFrameworkCore.SqlServer": "9.0.0", - "Newtonsoft.Json": "13.0.3" + "Newtonsoft.Json": "13.0.4" }, "compile": { "bin/placeholder/IntegrationEventLogEF.dll": {} @@ -4529,19 +4629,19 @@ } }, "libraries": { - "AspNetCore.HealthChecks.AzureServiceBus/8.0.1": { - "sha512": "67GttVESv92GIthFMNqLbWvnQr3AFujGGsydKUl51R7p+KETguIJ+yHGUSnLL8XEcIWO0pENO714WlAqmON8EQ==", + "AspNetCore.HealthChecks.AzureServiceBus/9.0.0": { + "sha512": "Uzml9qWAvN6xPJejdTLznx9SIczKs/exieiJCU0Kjivt4ZTcsLdE3u2g8HJr0VWhguQad2mpGkwXtQ9nWfkm4g==", "type": "package", - "path": "aspnetcore.healthchecks.azureservicebus/8.0.1", + "path": "aspnetcore.healthchecks.azureservicebus/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", - "aspnetcore.healthchecks.azureservicebus.8.0.1.nupkg.sha512", + "aspnetcore.healthchecks.azureservicebus.9.0.0.nupkg.sha512", "aspnetcore.healthchecks.azureservicebus.nuspec", "icon.png", - "lib/net6.0/HealthChecks.AzureServiceBus.dll", - "lib/net6.0/HealthChecks.AzureServiceBus.xml", + "lib/net8.0/HealthChecks.AzureServiceBus.dll", + "lib/net8.0/HealthChecks.AzureServiceBus.xml", "lib/netstandard2.0/HealthChecks.AzureServiceBus.dll", "lib/netstandard2.0/HealthChecks.AzureServiceBus.xml" ] @@ -4563,53 +4663,47 @@ "lib/netstandard2.0/HealthChecks.Rabbitmq.xml" ] }, - "AspNetCore.HealthChecks.UI.Client/8.0.1": { - "sha512": "nhC6KIoB/EtTbH3uGm2J6EHEUyTJuETUARFePbmrnA+zjbwsirzIVUQl46qIjvyPABhK0e7Rk+AxcRqC6zikqA==", + "AspNetCore.HealthChecks.UI.Client/9.0.0": { + "sha512": "1Ub3Wvvbz7CMuFNWgLEc9qqQibiMoovDML/WHrwr5J83RPgtI20giCR92s/ipLgu7IIuqw+W/y7WpIeHqAICxg==", "type": "package", - "path": "aspnetcore.healthchecks.ui.client/8.0.1", + "path": "aspnetcore.healthchecks.ui.client/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "aspnetcore.healthchecks.ui.client.8.0.1.nupkg.sha512", + "aspnetcore.healthchecks.ui.client.9.0.0.nupkg.sha512", "aspnetcore.healthchecks.ui.client.nuspec", "icon.png", - "lib/net6.0/HealthChecks.UI.Client.dll", - "lib/net6.0/HealthChecks.UI.Client.xml", - "lib/net7.0/HealthChecks.UI.Client.dll", - "lib/net7.0/HealthChecks.UI.Client.xml", "lib/net8.0/HealthChecks.UI.Client.dll", "lib/net8.0/HealthChecks.UI.Client.xml" ] }, - "AspNetCore.HealthChecks.UI.Core/8.0.1": { - "sha512": "Vn00MOJ1I0HSqyP7Bt9v0pr0AIgbrXMjL/KFwW+sRwLRogOtep8BWGimd8XYRCbCDLrAi7VSArU02f6pEIw69w==", + "AspNetCore.HealthChecks.UI.Core/9.0.0": { + "sha512": "TVriy4hgYnhfqz6NAzv8qe62Q8wf82iKUL6WV9selqeFZTq1ILi39Sic6sFQegRysvAVcnxKP/vY8z9Fk8x6XQ==", "type": "package", - "path": "aspnetcore.healthchecks.ui.core/8.0.1", + "path": "aspnetcore.healthchecks.ui.core/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "aspnetcore.healthchecks.ui.core.8.0.1.nupkg.sha512", + "aspnetcore.healthchecks.ui.core.9.0.0.nupkg.sha512", "aspnetcore.healthchecks.ui.core.nuspec", "icon.png", - "lib/net6.0/HealthChecks.UI.Core.dll", - "lib/net6.0/HealthChecks.UI.Core.xml" + "lib/net8.0/HealthChecks.UI.Core.dll", + "lib/net8.0/HealthChecks.UI.Core.xml" ] }, - "Autofac/8.1.1": { - "sha512": "lhHjVB/XJtxPDUQ/FAHWAC7Spu+P9TNfDbyx2W0ABqD1eTRo7TkcZ7l7Oq1S5pKNg7NXswdk9uH73qbOzSwQFA==", + "Autofac/9.0.0": { + "sha512": "G8TpUMVIq1pEAMuAao8h5MKduY91SotjgK93wQb5LaxbJUVE0/XjCA6t2SOp+AkPC3GB/C2MAiF2D7krYjraFw==", "type": "package", - "path": "autofac/8.1.1", + "path": "autofac/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", - "autofac.8.1.1.nupkg.sha512", + "autofac.9.0.0.nupkg.sha512", "autofac.nuspec", "icon.png", - "lib/net6.0/Autofac.dll", - "lib/net6.0/Autofac.xml", - "lib/net7.0/Autofac.dll", - "lib/net7.0/Autofac.xml", + "lib/net10.0/Autofac.dll", + "lib/net10.0/Autofac.xml", "lib/net8.0/Autofac.dll", "lib/net8.0/Autofac.xml", "lib/netstandard2.0/Autofac.dll", @@ -4618,15 +4712,15 @@ "lib/netstandard2.1/Autofac.xml" ] }, - "Autofac.Extensions.DependencyInjection/10.0.0": { - "sha512": "ZjR/onUlP7BzQ7VBBigQepWLAyAzi3VRGX3pP6sBqkPRiT61fsTZqbTpRUKxo30TMgbs1o3y6bpLbETix4SJog==", + "Autofac.Extensions.DependencyInjection/9.0.0": { + "sha512": "tf+//4MBola256qaaVQqQ6tx2R57S8A8BFekRWNpHkpSFzRBPkU+/fEDUSrCjqldK/B2zRoDbsMcQmYy3PYGWg==", "type": "package", - "path": "autofac.extensions.dependencyinjection/10.0.0", + "path": "autofac.extensions.dependencyinjection/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", - "autofac.extensions.dependencyinjection.10.0.0.nupkg.sha512", + "autofac.extensions.dependencyinjection.9.0.0.nupkg.sha512", "autofac.extensions.dependencyinjection.nuspec", "icon.png", "lib/net6.0/Autofac.Extensions.DependencyInjection.dll", @@ -4711,22 +4805,20 @@ "lib/netstandard2.0/Azure.Messaging.ServiceBus.xml" ] }, - "Fractions/7.2.1": { - "sha512": "1gVCo18/02ZZOJ+dcpVNMsUHF6cLmltMMskUWl2G1l+0OmTTvcwJZq5/JXIVpvOzPM3gDLombsloGMlTQNcv9g==", + "Fractions/7.3.0": { + "sha512": "2bETFWLBc8b7Ut2SVi+bxhGVwiSpknHYGBh2PADyGWONLkTxT7bKyDRhF8ao+XUv90tq8Fl7GTPxSI5bacIRJw==", "type": "package", - "path": "fractions/7.2.1", + "path": "fractions/7.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Fraction.png", "Readme.md", - "fractions.7.2.1.nupkg.sha512", + "fractions.7.3.0.nupkg.sha512", "fractions.nuspec", "lib/netstandard2.0/Fractions.dll", - "lib/netstandard2.0/Fractions.pdb", "lib/netstandard2.0/Fractions.xml", "lib/netstandard2.1/Fractions.dll", - "lib/netstandard2.1/Fractions.pdb", "lib/netstandard2.1/Fractions.xml", "license.txt" ] @@ -4749,66 +4841,28 @@ "logo.png" ] }, - "IdentityModel/5.2.0": { - "sha512": "nuhkbaDH9l5QzNJp2MtP3qio57MPtiRneUN8Ocr7od0JvSYaIe3gBj/vxllr11S/Qvu1AG4GZXoyv5469ewYDA==", + "KubernetesClient/17.0.14": { + "sha512": "FMGWjGtN8WEUKAAQxs96PK2tYvPrvwhoJzay/6HiByVTvHoJ0i9u7ykvYb7E3vLTSlfv26Q2Ktxr41zYCppu8A==", "type": "package", - "path": "identitymodel/5.2.0", + "path": "kubernetesclient/17.0.14", "files": [ ".nupkg.metadata", ".signature.p7s", - "icon.jpg", - "identitymodel.5.2.0.nupkg.sha512", - "identitymodel.nuspec", - "lib/net461/IdentityModel.dll", - "lib/net461/IdentityModel.pdb", - "lib/net461/IdentityModel.xml", - "lib/net472/IdentityModel.dll", - "lib/net472/IdentityModel.pdb", - "lib/net472/IdentityModel.xml", - "lib/net5.0/IdentityModel.dll", - "lib/net5.0/IdentityModel.pdb", - "lib/net5.0/IdentityModel.xml", - "lib/netstandard2.0/IdentityModel.dll", - "lib/netstandard2.0/IdentityModel.pdb", - "lib/netstandard2.0/IdentityModel.xml" - ] - }, - "IdentityModel.OidcClient/5.2.1": { - "sha512": "OuPhDNAw/EoJVEmYO6/ChZUBcug4OGoGKTKLUyBCsGhlKegxJk25LYQ0EL7GCBMgkEL+BYNJukNZyaJ+JNaWog==", - "type": "package", - "path": "identitymodel.oidcclient/5.2.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "icon.jpg", - "identitymodel.oidcclient.5.2.1.nupkg.sha512", - "identitymodel.oidcclient.nuspec", - "lib/netstandard2.0/IdentityModel.OidcClient.dll", - "lib/netstandard2.0/IdentityModel.OidcClient.xml" - ] - }, - "KubernetesClient/12.1.1": { - "sha512": "Xvc6Kr/W5YUxlMDzy0R80zy+Vd66brS7fSA4COGXu8KZACKPW7+KKS7kxZBLaFYGrUcktXOHpqNNuoukSGcK6A==", - "type": "package", - "path": "kubernetesclient/12.1.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "kubernetesclient.12.1.1.nupkg.sha512", + "kubernetesclient.17.0.14.nupkg.sha512", "kubernetesclient.nuspec", - "lib/net6.0/KubernetesClient.dll", - "lib/net6.0/KubernetesClient.pdb", - "lib/net6.0/KubernetesClient.xml", - "lib/net7.0/KubernetesClient.dll", - "lib/net7.0/KubernetesClient.pdb", - "lib/net7.0/KubernetesClient.xml", + "lib/net8.0/KubernetesClient.dll", + "lib/net8.0/KubernetesClient.pdb", + "lib/net8.0/KubernetesClient.xml", + "lib/net9.0/KubernetesClient.dll", + "lib/net9.0/KubernetesClient.pdb", + "lib/net9.0/KubernetesClient.xml", "logo.png" ] }, - "Microsoft.ApplicationInsights/2.22.0": { - "sha512": "3AOM9bZtku7RQwHyMEY3tQMrHIgjcfRDa6YQpd/QG2LDGvMydSlL9Di+8LLMt7J2RDdfJ7/2jdYv6yHcMJAnNw==", + "Microsoft.ApplicationInsights/2.23.0": { + "sha512": "nWArUZTdU7iqZLycLKWe0TDms48KKGE6pONH2terYNa8REXiqixrMOkf1sk5DHGMaUTqONU2YkS4SAXBhLStgw==", "type": "package", - "path": "microsoft.applicationinsights/2.22.0", + "path": "microsoft.applicationinsights/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4822,14 +4876,14 @@ "lib/netstandard2.0/Microsoft.ApplicationInsights.dll", "lib/netstandard2.0/Microsoft.ApplicationInsights.pdb", "lib/netstandard2.0/Microsoft.ApplicationInsights.xml", - "microsoft.applicationinsights.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.2.23.0.nupkg.sha512", "microsoft.applicationinsights.nuspec" ] }, - "Microsoft.ApplicationInsights.AspNetCore/2.22.0": { - "sha512": "OuiZgRDX0zm3a1DRk/GT54ZsyTg8a88n3cpkVEYFJoRhT5X84l2C68BuKrglE0sIj+C0+o2WTR8S21YBD/ZWgA==", + "Microsoft.ApplicationInsights.AspNetCore/2.23.0": { + "sha512": "we/RsIn0Mwf/4ZNGXZixJ0lVD3pqjx2yVeKfqJybgYY/Lib8nnf+8YGJp+ULN3kOk39I0pI/7ZnF9LFy6hS3lw==", "type": "package", - "path": "microsoft.applicationinsights.aspnetcore/2.22.0", + "path": "microsoft.applicationinsights.aspnetcore/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4837,14 +4891,14 @@ "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.dll", "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.pdb", "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.xml", - "microsoft.applicationinsights.aspnetcore.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.aspnetcore.2.23.0.nupkg.sha512", "microsoft.applicationinsights.aspnetcore.nuspec" ] }, - "Microsoft.ApplicationInsights.DependencyCollector/2.22.0": { - "sha512": "gseSmuCshdZqcn5r6EW1Zx52e5/p2RpAsHSanlxs8pq+Pbg1RZP678tXtxfVuHC0fA3MVV852pnfFC7ZGB0jew==", + "Microsoft.ApplicationInsights.DependencyCollector/2.23.0": { + "sha512": "9YRdl9SNbTxd4AafJckyoJLr5gJdnvqFivjo+PY0lQTPEncPB+z3ZABG4iDfxN9HI1aLqyRINr1/7de9Wg8ZuQ==", "type": "package", - "path": "microsoft.applicationinsights.dependencycollector/2.22.0", + "path": "microsoft.applicationinsights.dependencycollector/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4859,14 +4913,14 @@ "lib/netstandard2.0/Microsoft.AI.DependencyCollector.dll", "lib/netstandard2.0/Microsoft.AI.DependencyCollector.pdb", "lib/netstandard2.0/Microsoft.AI.DependencyCollector.xml", - "microsoft.applicationinsights.dependencycollector.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.dependencycollector.2.23.0.nupkg.sha512", "microsoft.applicationinsights.dependencycollector.nuspec" ] }, - "Microsoft.ApplicationInsights.EventCounterCollector/2.22.0": { - "sha512": "/fXUyZIMwaWfETgire4fygaBhY8J+hXvTVhSFXKV0JOFBenzzU4smGW8iRUFhE534a3QrczuFfmfCCkXRKbsNg==", + "Microsoft.ApplicationInsights.EventCounterCollector/2.23.0": { + "sha512": "gGt0JPw2dcSeIAIefyORJBdeMz8KgAFIktu8HV/NwkiGmLyw+YtifLm6B5gvGxO15AeMsGPbmvWEIvLfq88XPw==", "type": "package", - "path": "microsoft.applicationinsights.eventcountercollector/2.22.0", + "path": "microsoft.applicationinsights.eventcountercollector/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4874,30 +4928,30 @@ "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.dll", "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.pdb", "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.xml", - "microsoft.applicationinsights.eventcountercollector.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.eventcountercollector.2.23.0.nupkg.sha512", "microsoft.applicationinsights.eventcountercollector.nuspec" ] }, - "Microsoft.ApplicationInsights.Kubernetes/7.0.0": { - "sha512": "NF7HsDqEPTLkqnm2NyA+xBLE4qzEaY5UEkdhywGeZgI0hjrpbjuFafrZOZPjqMV38WXZ24yv7c4K251+9OgOfw==", + "Microsoft.ApplicationInsights.Kubernetes/8.0.0": { + "sha512": "8KosvcFQZPtdqr9taaDUEKMsr3j4S7r62sze4fs8vkCTD0oDIR5MRtOUBh86zaWsBegqNuN0J8lEiIq2inRopw==", "type": "package", - "path": "microsoft.applicationinsights.kubernetes/7.0.0", + "path": "microsoft.applicationinsights.kubernetes/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "LICENSE", "Readme.Nuget.md", "images/icon.png", - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll", - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.xml", - "microsoft.applicationinsights.kubernetes.7.0.0.nupkg.sha512", + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.dll", + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.xml", + "microsoft.applicationinsights.kubernetes.8.0.0.nupkg.sha512", "microsoft.applicationinsights.kubernetes.nuspec" ] }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.22.0": { - "sha512": "nExsJsbN7694ueUNNBms/UNgza9WH4W/I6i5CnF9ujJ1sp57EL5Uk0NP9MDwlLVtYaaiznKPatVSv3Nu8vAplw==", + "Microsoft.ApplicationInsights.PerfCounterCollector/2.23.0": { + "sha512": "q9ApjZfBS9O8m3aQM2oVjsGBmlE8BCFywT7UR+8aqdNuz7HpoIxw4jHy0XOBergiFX/olrJF4OyPkGxc3H5JHg==", "type": "package", - "path": "microsoft.applicationinsights.perfcountercollector/2.22.0", + "path": "microsoft.applicationinsights.perfcountercollector/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4912,14 +4966,14 @@ "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.dll", "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.pdb", "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.xml", - "microsoft.applicationinsights.perfcountercollector.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.perfcountercollector.2.23.0.nupkg.sha512", "microsoft.applicationinsights.perfcountercollector.nuspec" ] }, - "Microsoft.ApplicationInsights.WindowsServer/2.22.0": { - "sha512": "9k1x1+Kq1fElvcv0o/w9w8tRWAa2Y0f4NPBeHF5b2xCety4GM1yv3K3Ra0lZwO3kW0SHlm9M8nrySuyKQlHyYA==", + "Microsoft.ApplicationInsights.WindowsServer/2.23.0": { + "sha512": "2B8CGfnB/tribkQAqRBhMvJYJK5TkEPMG/BB0QrlxdwVGEufayNLMveXjkQCqld9arXd6wKR1ve2XmkA0+xXKQ==", "type": "package", - "path": "microsoft.applicationinsights.windowsserver/2.22.0", + "path": "microsoft.applicationinsights.windowsserver/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4934,14 +4988,14 @@ "lib/netstandard2.0/Microsoft.AI.WindowsServer.dll", "lib/netstandard2.0/Microsoft.AI.WindowsServer.pdb", "lib/netstandard2.0/Microsoft.AI.WindowsServer.xml", - "microsoft.applicationinsights.windowsserver.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.windowsserver.2.23.0.nupkg.sha512", "microsoft.applicationinsights.windowsserver.nuspec" ] }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.22.0": { - "sha512": "Blb6S8UJSJ/jo6mxeO38gKgui75D2brp5NpXJoZUhyJzfmYsfhn7a4t5f+CDfAKyvie7sQB2FIzeEDQSiRE5zw==", + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.23.0": { + "sha512": "798Dudr4tkujslk1w+XcXOcCErmVsk+nhp+QCHLa3lcgi25vkAxBmzPUeQlRJVCNL/1f4x/YF+vQZ8RSuTXWCw==", "type": "package", - "path": "microsoft.applicationinsights.windowsserver.telemetrychannel/2.22.0", + "path": "microsoft.applicationinsights.windowsserver.telemetrychannel/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4956,7 +5010,7 @@ "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.dll", "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.pdb", "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.xml", - "microsoft.applicationinsights.windowsserver.telemetrychannel.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.windowsserver.telemetrychannel.2.23.0.nupkg.sha512", "microsoft.applicationinsights.windowsserver.telemetrychannel.nuspec" ] }, @@ -4968,6 +5022,7 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.xml", "microsoft.aspnetcore.hosting.2.1.1.nupkg.sha512", "microsoft.aspnetcore.hosting.nuspec" ] @@ -5006,6 +5061,7 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Http.xml", "microsoft.aspnetcore.http.2.1.22.nupkg.sha512", "microsoft.aspnetcore.http.nuspec" ] @@ -5031,6 +5087,7 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.xml", "microsoft.aspnetcore.http.extensions.2.1.1.nupkg.sha512", "microsoft.aspnetcore.http.extensions.nuspec" ] @@ -5056,6 +5113,7 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.xml", "microsoft.aspnetcore.webutilities.2.1.1.nupkg.sha512", "microsoft.aspnetcore.webutilities.nuspec" ] @@ -5091,8 +5149,10 @@ ".signature.p7s", "lib/net452/Microsoft.Azure.KeyVault.dll", "lib/net452/Microsoft.Azure.KeyVault.runtimeconfig.json", + "lib/net452/Microsoft.Azure.KeyVault.xml", "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll", "lib/netstandard1.4/Microsoft.Azure.KeyVault.runtimeconfig.json", + "lib/netstandard1.4/Microsoft.Azure.KeyVault.xml", "microsoft.azure.keyvault.2.3.2.nupkg.sha512", "microsoft.azure.keyvault.nuspec" ] @@ -5106,8 +5166,10 @@ ".signature.p7s", "lib/net452/Microsoft.Azure.KeyVault.WebKey.dll", "lib/net452/Microsoft.Azure.KeyVault.WebKey.runtimeconfig.json", + "lib/net452/Microsoft.Azure.KeyVault.WebKey.xml", "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll", "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.runtimeconfig.json", + "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.xml", "microsoft.azure.keyvault.webkey.2.0.7.nupkg.sha512", "microsoft.azure.keyvault.webkey.nuspec" ] @@ -5122,6 +5184,7 @@ "CHANGELOG.md", "README.md", "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll", + "lib/netstandard2.0/Microsoft.Azure.ServiceBus.xml", "microsoft.azure.servicebus.5.2.0.nupkg.sha512", "microsoft.azure.servicebus.nuspec", "pkgicon.png" @@ -5137,8 +5200,10 @@ "build/Microsoft.Azure.Services.AppAuthentication.targets", "lib/net452/Microsoft.Azure.Services.AppAuthentication.dll", "lib/net452/Microsoft.Azure.Services.AppAuthentication.runtimeconfig.json", + "lib/net452/Microsoft.Azure.Services.AppAuthentication.xml", "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll", "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.runtimeconfig.json", + "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.xml", "microsoft.azure.services.appauthentication.1.0.3.nupkg.sha512", "microsoft.azure.services.appauthentication.nuspec" ] @@ -6141,6 +6206,7 @@ "lib/netcoreapp2.0/_._", "lib/netstandard1.3/Microsoft.CSharp.dll", "lib/netstandard2.0/Microsoft.CSharp.dll", + "lib/netstandard2.0/Microsoft.CSharp.xml", "lib/portable-net45+win8+wp8+wpa81/_._", "lib/uap10.0.16299/_._", "lib/win8/_._", @@ -6156,9 +6222,30 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/Microsoft.CSharp.dll", + "ref/netcore50/Microsoft.CSharp.xml", + "ref/netcore50/de/Microsoft.CSharp.xml", + "ref/netcore50/es/Microsoft.CSharp.xml", + "ref/netcore50/fr/Microsoft.CSharp.xml", + "ref/netcore50/it/Microsoft.CSharp.xml", + "ref/netcore50/ja/Microsoft.CSharp.xml", + "ref/netcore50/ko/Microsoft.CSharp.xml", + "ref/netcore50/ru/Microsoft.CSharp.xml", + "ref/netcore50/zh-hans/Microsoft.CSharp.xml", + "ref/netcore50/zh-hant/Microsoft.CSharp.xml", "ref/netcoreapp2.0/_._", "ref/netstandard1.0/Microsoft.CSharp.dll", + "ref/netstandard1.0/Microsoft.CSharp.xml", + "ref/netstandard1.0/de/Microsoft.CSharp.xml", + "ref/netstandard1.0/es/Microsoft.CSharp.xml", + "ref/netstandard1.0/fr/Microsoft.CSharp.xml", + "ref/netstandard1.0/it/Microsoft.CSharp.xml", + "ref/netstandard1.0/ja/Microsoft.CSharp.xml", + "ref/netstandard1.0/ko/Microsoft.CSharp.xml", + "ref/netstandard1.0/ru/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml", "ref/netstandard2.0/Microsoft.CSharp.dll", + "ref/netstandard2.0/Microsoft.CSharp.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/uap10.0.16299/_._", "ref/win8/_._", @@ -6396,10 +6483,10 @@ "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration/9.0.0": { - "sha512": "YIMO9T3JL8MeEXgVozKt2v79hquo/EFtnY0vgxmLnUvk1Rei/halI7kOWZL2RBeV9FMGzgM9LZA8CVaNwFMaNA==", + "Microsoft.Extensions.Configuration/9.0.2": { + "sha512": "EBZW+u96tApIvNtjymXEIS44tH0I/jNwABHo4c33AchWOiDWCq2rL3klpnIo+xGrxoVGJzPDISV6hZ+a9C9SzQ==", "type": "package", - "path": "microsoft.extensions.configuration/9.0.0", + "path": "microsoft.extensions.configuration/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6419,15 +6506,15 @@ "lib/net9.0/Microsoft.Extensions.Configuration.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.xml", - "microsoft.extensions.configuration.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "sha512": "lqvd7W3FGKUO1+ZoUEMaZ5XDJeWvjpy2/M/ptCGz3tXLD4HWVaSzjufsAsjemasBEg+2SxXVtYVvGt5r2nKDlg==", + "Microsoft.Extensions.Configuration.Abstractions/9.0.7": { + "sha512": "lut/kiVvNsQ120VERMUYSFhpXPpKjjql+giy03LesASPBBcC0o6+aoFdzJH9GaYpFTQ3fGVhVjKjvJDoAW5/IQ==", "type": "package", - "path": "microsoft.extensions.configuration.abstractions/9.0.0", + "path": "microsoft.extensions.configuration.abstractions/9.0.7", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6447,7 +6534,7 @@ "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.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.abstractions.9.0.7.nupkg.sha512", "microsoft.extensions.configuration.abstractions.nuspec", "useSharedDesignerContext.txt" ] @@ -6466,10 +6553,10 @@ "microsoft.extensions.configuration.azurekeyvault.nuspec" ] }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "sha512": "RiScL99DcyngY9zJA2ROrri7Br8tn5N4hP4YNvGdTN/bvg1A3dwvDOxHnNZ3Im7x2SJ5i4LkX1uPiR/MfSFBLQ==", + "Microsoft.Extensions.Configuration.Binder/9.0.2": { + "sha512": "krJ04xR0aPXrOf5dkNASg6aJjsdzexvsMRL6UNOUjiTzqBvRr95sJ1owoKEm89bSONQCfZNhHrAFV9ahDqIPIw==", "type": "package", - "path": "microsoft.extensions.configuration.binder/9.0.0", + "path": "microsoft.extensions.configuration.binder/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6500,34 +6587,43 @@ "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.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.binder.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.binder.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.CommandLine/6.0.0": { - "sha512": "3nL1qCkZ1Oxx14ZTzgo4MmlO7tso7F+TtMZAY2jUAtTLyAcDp+EDjk3RqafoKiNaePyPvvlleEcBxh3b2Hzl1g==", + "Microsoft.Extensions.Configuration.CommandLine/9.0.2": { + "sha512": "Mud3j7RS/ZBnuk4f0KXemdQCQIke+vIgSTXuGL5cMvXyl2EgipnMCOxG9ZUn+xq0itg3altzE9MuMB0Lx0Emxw==", "type": "package", - "path": "microsoft.extensions.configuration.commandline/6.0.0", + "path": "microsoft.extensions.configuration.commandline/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Configuration.CommandLine.dll", - "lib/net461/Microsoft.Extensions.Configuration.CommandLine.xml", + "buildTransitive/net461/Microsoft.Extensions.Configuration.CommandLine.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.CommandLine.targets", + "lib/net462/Microsoft.Extensions.Configuration.CommandLine.dll", + "lib/net462/Microsoft.Extensions.Configuration.CommandLine.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.CommandLine.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.CommandLine.xml", + "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll", + "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.xml", - "microsoft.extensions.configuration.commandline.6.0.0.nupkg.sha512", + "microsoft.extensions.configuration.commandline.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.commandline.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "sha512": "v5R638eNMxksfXb7MFnkPwLPp+Ym4W/SIGNuoe8qFVVyvygQD5DdLusybmYSJEr9zc1UzWzim/ATKeIOVvOFDg==", + "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.2": { + "sha512": "LZPspiDA0/pBv9JOI17Xdm7DkiRlfnyca2r/QIYu4ApJPe05E+aOphtVj0ncvlnrjGlSsd6JZhKQb9+NeHzM5A==", "type": "package", - "path": "microsoft.extensions.configuration.environmentvariables/9.0.0", + "path": "microsoft.extensions.configuration.environmentvariables/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6547,15 +6643,15 @@ "lib/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", - "microsoft.extensions.configuration.environmentvariables.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.environmentvariables.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.environmentvariables.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "sha512": "4EK93Jcd2lQG4GY6PAw8jGss0ZzFP0vPc1J85mES5fKNuDTqgFXHba9onBw2s18fs3I4vdo2AWyfD1mPAxWSQQ==", + "Microsoft.Extensions.Configuration.FileExtensions/9.0.2": { + "sha512": "tPgue19a0G+8Vb1ShCj4PmhjvVaEOfFb1L89WCr5aEpY1JUgIuYWsfELKf92Njwg53o4C+yWbE4UqbyQtLpKTg==", "type": "package", - "path": "microsoft.extensions.configuration.fileextensions/9.0.0", + "path": "microsoft.extensions.configuration.fileextensions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6575,15 +6671,15 @@ "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "microsoft.extensions.configuration.fileextensions.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.fileextensions.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.fileextensions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "sha512": "WiTK0LrnsqmedrbzwL7f4ZUo+/wByqy2eKab39I380i2rd8ImfCRMrtkqJVGDmfqlkP/YzhckVOwPc5MPrSNpg==", + "Microsoft.Extensions.Configuration.Json/9.0.2": { + "sha512": "u2eIYagO91VmRbKYQ5pmElWC6JWX7GPQbP57EX09zzFcI1ZMPDCykr07ikPB4ecgBZzG+UAhTcViTLe0gSF4WQ==", "type": "package", - "path": "microsoft.extensions.configuration.json/9.0.0", + "path": "microsoft.extensions.configuration.json/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6605,36 +6701,47 @@ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.xml", "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll", "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.xml", - "microsoft.extensions.configuration.json.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.json.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.json.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.UserSecrets/6.0.1": { - "sha512": "Fy8yr4V6obi7ZxvKYI1i85jqtwMq8tqyxQVZpRSkgeA8enqy/KvBIMdcuNdznlxQMZa72mvbHqb7vbg4Pyx95w==", + "Microsoft.Extensions.Configuration.UserSecrets/9.0.2": { + "sha512": "vUBGgnHmmpjtWzmq2z9idJpnOrrStgYqUlqLn1MuSyFkAedeyR8A0I57BdThP060eBEYfhKEBjXaAB/jKmCtiw==", "type": "package", - "path": "microsoft.extensions.configuration.usersecrets/6.0.1", + "path": "microsoft.extensions.configuration.usersecrets/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.UserSecrets.targets", + "buildTransitive/net462/Microsoft.Extensions.Configuration.UserSecrets.props", + "buildTransitive/net462/Microsoft.Extensions.Configuration.UserSecrets.targets", + "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.props", + "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.targets", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.UserSecrets.targets", "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.props", "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.targets", - "lib/net461/Microsoft.Extensions.Configuration.UserSecrets.dll", - "lib/net461/Microsoft.Extensions.Configuration.UserSecrets.xml", + "lib/net462/Microsoft.Extensions.Configuration.UserSecrets.dll", + "lib/net462/Microsoft.Extensions.Configuration.UserSecrets.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.UserSecrets.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.UserSecrets.xml", + "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll", + "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.xml", - "microsoft.extensions.configuration.usersecrets.6.0.1.nupkg.sha512", + "microsoft.extensions.configuration.usersecrets.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.usersecrets.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "sha512": "MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==", + "Microsoft.Extensions.DependencyInjection/9.0.2": { + "sha512": "ZffbJrskOZ40JTzcTyKwFHS5eACSWp2bUQBBApIgGV+es8RaTD4OxUG7XxFr3RIPLXtYQ1jQzF2DjKB5fZn7Qg==", "type": "package", - "path": "microsoft.extensions.dependencyinjection/9.0.0", + "path": "microsoft.extensions.dependencyinjection/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6656,15 +6763,15 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.dependencyinjection.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { - "sha512": "+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==", + "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.2": { + "sha512": "MNe7GSTBf3jQx5vYrXF0NZvn6l7hUKF6J54ENfAgCO8y6xjN1XUmKKWG464LP2ye6QqDiA1dkaWEZBYnhoZzjg==", "type": "package", - "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0", + "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6686,7 +6793,7 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.dependencyinjection.abstractions.nuspec", "useSharedDesignerContext.txt" ] @@ -6719,10 +6826,10 @@ "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DiagnosticAdapter/3.1.27": { - "sha512": "IHJmvjE3X+PJLlbRvZHnzVO2CglI9FARYgTPbbUNN85gS4jqS0EM/dGhZGwQpr3P4X0/V/OUtmgHvBipS4KTwQ==", + "Microsoft.Extensions.DiagnosticAdapter/3.1.32": { + "sha512": "oDv3wt+Q5cmaSfOQ3Cdu6dF6sn/x5gzWdNpOq4ajBwCMWYBr6CchncDvB9pF83ORlbDuX32MsVLOPGPxW4Lx4g==", "type": "package", - "path": "microsoft.extensions.diagnosticadapter/3.1.27", + "path": "microsoft.extensions.diagnosticadapter/3.1.32", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6733,14 +6840,41 @@ "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.xml", "lib/netstandard2.0/Microsoft.Extensions.DiagnosticAdapter.dll", "lib/netstandard2.0/Microsoft.Extensions.DiagnosticAdapter.xml", - "microsoft.extensions.diagnosticadapter.3.1.27.nupkg.sha512", + "microsoft.extensions.diagnosticadapter.3.1.32.nupkg.sha512", "microsoft.extensions.diagnosticadapter.nuspec" ] }, - "Microsoft.Extensions.Diagnostics.Abstractions/8.0.0": { - "sha512": "JHYCQG7HmugNYUhOl368g+NMxYE/N/AiclCYRNlgCY9eVyiBkOHMwK4x60RYMxv9EL3+rmj1mqHvdCiPpC+D4Q==", + "Microsoft.Extensions.Diagnostics/9.0.2": { + "sha512": "kwFWk6DPaj1Roc0CExRv+TTwjsiERZA730jQIPlwCcS5tMaCAQtaGfwAK0z8CMFpVTiT+MgKXpd/P50qVCuIgg==", + "type": "package", + "path": "microsoft.extensions.diagnostics/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Diagnostics.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Diagnostics.targets", + "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.9.0.2.nupkg.sha512", + "microsoft.extensions.diagnostics.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Diagnostics.Abstractions/9.0.2": { + "sha512": "kFwIZEC/37cwKuEm/nXvjF7A/Myz9O7c7P9Csgz6AOiiDE62zdOG5Bu7VkROu1oMYaX0wgijPJ5LqVt6+JKjVg==", "type": "package", - "path": "microsoft.extensions.diagnostics.abstractions/8.0.0", + "path": "microsoft.extensions.diagnostics.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6749,27 +6883,25 @@ "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/Microsoft.Extensions.Diagnostics.Abstractions.targets", "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Diagnostics.Abstractions.targets", "lib/net462/Microsoft.Extensions.Diagnostics.Abstractions.dll", "lib/net462/Microsoft.Extensions.Diagnostics.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.Diagnostics.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.Diagnostics.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Diagnostics.Abstractions.dll", - "lib/net7.0/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.8.0.0.nupkg.sha512", + "microsoft.extensions.diagnostics.abstractions.9.0.2.nupkg.sha512", "microsoft.extensions.diagnostics.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Diagnostics.HealthChecks/8.0.0": { - "sha512": "P9SoBuVZhJPpALZmSq72aQEb9ryP67EdquaCZGXGrrcASTNHYdrUhnpgSwIipgM5oVC+dKpRXg5zxobmF9xr5g==", + "Microsoft.Extensions.Diagnostics.HealthChecks/8.0.11": { + "sha512": "zLgN22Zp9pk8RHlwssRTexw4+a6wqOnKWN+VejdPn5Yhjql4XiBhkFo35Nu8mmqHIk/UEmmCnMGLWq75aFfkOw==", "type": "package", - "path": "microsoft.extensions.diagnostics.healthchecks/8.0.0", + "path": "microsoft.extensions.diagnostics.healthchecks/8.0.11", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6781,14 +6913,14 @@ "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.xml", "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll", "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.xml", - "microsoft.extensions.diagnostics.healthchecks.8.0.0.nupkg.sha512", + "microsoft.extensions.diagnostics.healthchecks.8.0.11.nupkg.sha512", "microsoft.extensions.diagnostics.healthchecks.nuspec" ] }, - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/8.0.0": { - "sha512": "AT2qqos3IgI09ok36Qag9T8bb6kHJ3uT9Q5ki6CySybFsK6/9JbvQAgAHf1pVEjST0/N4JaFaCbm40R5edffwg==", + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/8.0.11": { + "sha512": "So3JUdRxozRjvQ3cxU6F3nI/i4emDnjane6yMYcJhvTTTu29ltlIdoXjkFGRceIWz8yKvuEpzXItZ0x5GvN2nQ==", "type": "package", - "path": "microsoft.extensions.diagnostics.healthchecks.abstractions/8.0.0", + "path": "microsoft.extensions.diagnostics.healthchecks.abstractions/8.0.11", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6800,14 +6932,14 @@ "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.xml", "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll", "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.xml", - "microsoft.extensions.diagnostics.healthchecks.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.diagnostics.healthchecks.abstractions.8.0.11.nupkg.sha512", "microsoft.extensions.diagnostics.healthchecks.abstractions.nuspec" ] }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "sha512": "uK439QzYR0q2emLVtYzwyK3x+T5bTY4yWsd/k/ZUS9LR6Sflp8MIdhGXW8kQCd86dQD4tLqvcbLkku8qHY263Q==", + "Microsoft.Extensions.FileProviders.Abstractions/9.0.2": { + "sha512": "IcOBmTlr2jySswU+3x8c3ql87FRwTVPQgVKaV5AXzPT5u0VItfNU8SMbESpdSp5STwxT/1R99WYszgHWsVkzhg==", "type": "package", - "path": "microsoft.extensions.fileproviders.abstractions/9.0.0", + "path": "microsoft.extensions.fileproviders.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6827,15 +6959,15 @@ "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.xml", "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll", "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml", - "microsoft.extensions.fileproviders.abstractions.9.0.0.nupkg.sha512", + "microsoft.extensions.fileproviders.abstractions.9.0.2.nupkg.sha512", "microsoft.extensions.fileproviders.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "sha512": "3+ZUSpOSmie+o8NnLIRqCxSh65XL/ExU7JYnFOg58awDRlY3lVpZ9A369jkoZL1rpsq7LDhEfkn2ghhGaY1y5Q==", + "Microsoft.Extensions.FileProviders.Physical/9.0.2": { + "sha512": "WcPkJx/OAaXG5xHvxYsoLY8qGsyCfHWsbDJtfMtHRWtceF/EmqAsqkHYsouh82gjxdZwfySvj3nGVi8AkwlYhA==", "type": "package", - "path": "microsoft.extensions.fileproviders.physical/9.0.0", + "path": "microsoft.extensions.fileproviders.physical/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6855,15 +6987,15 @@ "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.xml", "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll", "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.xml", - "microsoft.extensions.fileproviders.physical.9.0.0.nupkg.sha512", + "microsoft.extensions.fileproviders.physical.9.0.2.nupkg.sha512", "microsoft.extensions.fileproviders.physical.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": { - "sha512": "jGFKZiXs2HNseK3NK/rfwHNNovER71jSj4BD1a/649ml9+h6oEtYd0GSALZDNW8jZ2Rh+oAeadOa6sagYW1F2A==", + "Microsoft.Extensions.FileSystemGlobbing/9.0.2": { + "sha512": "wAjk+6rvvU4WesskJ6rJX1FYL/S9zvnpqMai/pXb07+gtXpO7DhFfuKzYHwkKN3HAUq2W4CD+YLYenHwAS3DCA==", "type": "package", - "path": "microsoft.extensions.filesystemglobbing/9.0.0", + "path": "microsoft.extensions.filesystemglobbing/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6883,40 +7015,45 @@ "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.xml", "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll", "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "microsoft.extensions.filesystemglobbing.9.0.0.nupkg.sha512", + "microsoft.extensions.filesystemglobbing.9.0.2.nupkg.sha512", "microsoft.extensions.filesystemglobbing.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Hosting/6.0.1": { - "sha512": "hbmizc9KPWOacLU8Z8YMaBG6KWdZFppczYV/KwnPGU/8xebWxQxdDeJmLOgg968prb7g2oQgnp6JVLX6lgby8g==", + "Microsoft.Extensions.Hosting/9.0.2": { + "sha512": "h1lUeBuj0Cecg4c0BHpr1jR2UIqr80bGK+eLp4tq4bV13mSvS2juoNfi3Rsv0xV7bXY8HigUndnj6Xk2+4VdFw==", "type": "package", - "path": "microsoft.extensions.hosting/6.0.1", + "path": "microsoft.extensions.hosting/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Hosting.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Hosting.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/Microsoft.Extensions.Hosting.dll", - "lib/net461/Microsoft.Extensions.Hosting.xml", - "lib/net6.0/Microsoft.Extensions.Hosting.dll", - "lib/net6.0/Microsoft.Extensions.Hosting.xml", + "lib/net462/Microsoft.Extensions.Hosting.dll", + "lib/net462/Microsoft.Extensions.Hosting.xml", + "lib/net8.0/Microsoft.Extensions.Hosting.dll", + "lib/net8.0/Microsoft.Extensions.Hosting.xml", + "lib/net9.0/Microsoft.Extensions.Hosting.dll", + "lib/net9.0/Microsoft.Extensions.Hosting.xml", "lib/netstandard2.0/Microsoft.Extensions.Hosting.dll", "lib/netstandard2.0/Microsoft.Extensions.Hosting.xml", "lib/netstandard2.1/Microsoft.Extensions.Hosting.dll", "lib/netstandard2.1/Microsoft.Extensions.Hosting.xml", - "microsoft.extensions.hosting.6.0.1.nupkg.sha512", + "microsoft.extensions.hosting.9.0.2.nupkg.sha512", "microsoft.extensions.hosting.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Hosting.Abstractions/8.0.0": { - "sha512": "AG7HWwVRdCHlaA++1oKDxLsXIBxmDpMPb3VoyOoAghEWnkUvEAdYQUwnV4jJbAaa/nMYNiEh5ByoLauZBEiovg==", + "Microsoft.Extensions.Hosting.Abstractions/9.0.2": { + "sha512": "PvjZW6CMdZbPbOwKsQXYN5VPtIWZQqdTRuBPZiW3skhU3hymB17XSlLVC4uaBbDZU+/3eHG3p80y+MzZxZqR7Q==", "type": "package", - "path": "microsoft.extensions.hosting.abstractions/8.0.0", + "path": "microsoft.extensions.hosting.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6926,45 +7063,27 @@ "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/Microsoft.Extensions.Hosting.Abstractions.targets", "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Hosting.Abstractions.targets", "lib/net462/Microsoft.Extensions.Hosting.Abstractions.dll", "lib/net462/Microsoft.Extensions.Hosting.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.Hosting.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.Hosting.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Hosting.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.Hosting.Abstractions.xml", "lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll", "lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.xml", + "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll", + "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.xml", "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll", "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.xml", "lib/netstandard2.1/Microsoft.Extensions.Hosting.Abstractions.dll", "lib/netstandard2.1/Microsoft.Extensions.Hosting.Abstractions.xml", - "microsoft.extensions.hosting.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.hosting.abstractions.9.0.2.nupkg.sha512", "microsoft.extensions.hosting.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Http/3.1.0": { - "sha512": "DLigdcV0nYaT6/ly0rnfP80BnXq8NNd/h8/SkfY39uio7Bd9LauVntp6RcRh1Kj23N+uf80GgL7Win6P3BCtoQ==", + "Microsoft.Extensions.Logging/9.0.2": { + "sha512": "loV/0UNpt2bD+6kCDzFALVE63CDtqzPeC0LAetkdhiEr/tTNbvOlQ7CBResH7BQBd3cikrwiBfaHdyHMFUlc2g==", "type": "package", - "path": "microsoft.extensions.http/3.1.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/netcoreapp3.1/Microsoft.Extensions.Http.dll", - "lib/netcoreapp3.1/Microsoft.Extensions.Http.xml", - "lib/netstandard2.0/Microsoft.Extensions.Http.dll", - "lib/netstandard2.0/Microsoft.Extensions.Http.xml", - "microsoft.extensions.http.3.1.0.nupkg.sha512", - "microsoft.extensions.http.nuspec", - "packageIcon.png" - ] - }, - "Microsoft.Extensions.Logging/9.0.0": { - "sha512": "crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==", - "type": "package", - "path": "microsoft.extensions.logging/9.0.0", + "path": "microsoft.extensions.logging/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6986,15 +7105,15 @@ "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", - "microsoft.extensions.logging.9.0.0.nupkg.sha512", + "microsoft.extensions.logging.9.0.2.nupkg.sha512", "microsoft.extensions.logging.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "sha512": "g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==", + "Microsoft.Extensions.Logging.Abstractions/9.0.2": { + "sha512": "dV9s2Lamc8jSaqhl2BQSPn/AryDIH2sSbQUyLitLXV0ROmsb+SROnn2cH939JFbsNrnf3mIM3GNRKT7P0ldwLg==", "type": "package", - "path": "microsoft.extensions.logging.abstractions/9.0.0", + "path": "microsoft.extensions.logging.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7057,15 +7176,15 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.logging.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.ApplicationInsights/2.22.0": { - "sha512": "5OmXub+9MyX8FbqgO+hBJRHk1iJ+UZUU20oIU3wo+RbmH6Jtsja79rriHLlzlrkMzWbpCkCzF6f4Yb6iGbsDag==", + "Microsoft.Extensions.Logging.ApplicationInsights/2.23.0": { + "sha512": "JLEabPz445i1yRB0hKZVzJJE35QatRIzWlrMOiBQXr9kBJod0jkpkrBf94ln6kXu+jlEGohnXtuXacPPhybJDw==", "type": "package", - "path": "microsoft.extensions.logging.applicationinsights/2.22.0", + "path": "microsoft.extensions.logging.applicationinsights/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7073,7 +7192,7 @@ "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.pdb", "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.xml", - "microsoft.extensions.logging.applicationinsights.2.22.0.nupkg.sha512", + "microsoft.extensions.logging.applicationinsights.2.23.0.nupkg.sha512", "microsoft.extensions.logging.applicationinsights.nuspec" ] }, @@ -7096,10 +7215,10 @@ "microsoft.extensions.logging.azureappservices.nuspec" ] }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "sha512": "H05HiqaNmg6GjH34ocYE9Wm1twm3Oz2aXZko8GTwGBzM7op2brpAA8pJ5yyD1OpS1mXUtModBYOlcZ/wXeWsSg==", + "Microsoft.Extensions.Logging.Configuration/9.0.2": { + "sha512": "pnwYZE7U6d3Y6iMVqADOAUUMMBGYAQPsT3fMwVr/V1Wdpe5DuVGFcViZavUthSJ5724NmelIl1cYy+kRfKfRPQ==", "type": "package", - "path": "microsoft.extensions.logging.configuration/9.0.0", + "path": "microsoft.extensions.logging.configuration/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7118,122 +7237,138 @@ "lib/net9.0/Microsoft.Extensions.Logging.Configuration.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.xml", - "microsoft.extensions.logging.configuration.9.0.0.nupkg.sha512", + "microsoft.extensions.logging.configuration.9.0.2.nupkg.sha512", "microsoft.extensions.logging.configuration.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.Console/6.0.0": { - "sha512": "gsqKzOEdsvq28QiXFxagmn1oRB9GeI5GgYCkoybZtQA0IUb7QPwf1WmN3AwJeNIsadTvIFQCiVK0OVIgKfOBGg==", + "Microsoft.Extensions.Logging.Console/9.0.2": { + "sha512": "eoMjwiM0WpkVGSxzjo/f94ShreFLYhPMjfkOG04WOb8fq/TztpcWaU8XAkMMWZ+mYSbFYln+FBwUOEriXR4jtA==", "type": "package", - "path": "microsoft.extensions.logging.console/6.0.0", + "path": "microsoft.extensions.logging.console/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Logging.Console.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Console.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/Microsoft.Extensions.Logging.Console.dll", - "lib/net461/Microsoft.Extensions.Logging.Console.xml", - "lib/net6.0/Microsoft.Extensions.Logging.Console.dll", - "lib/net6.0/Microsoft.Extensions.Logging.Console.xml", - "lib/netcoreapp3.1/Microsoft.Extensions.Logging.Console.dll", - "lib/netcoreapp3.1/Microsoft.Extensions.Logging.Console.xml", + "lib/net462/Microsoft.Extensions.Logging.Console.dll", + "lib/net462/Microsoft.Extensions.Logging.Console.xml", + "lib/net8.0/Microsoft.Extensions.Logging.Console.dll", + "lib/net8.0/Microsoft.Extensions.Logging.Console.xml", + "lib/net9.0/Microsoft.Extensions.Logging.Console.dll", + "lib/net9.0/Microsoft.Extensions.Logging.Console.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.Console.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.Console.xml", - "microsoft.extensions.logging.console.6.0.0.nupkg.sha512", + "microsoft.extensions.logging.console.9.0.2.nupkg.sha512", "microsoft.extensions.logging.console.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.Debug/6.0.0": { - "sha512": "M9g/JixseSZATJE9tcMn9uzoD4+DbSglivFqVx8YkRJ7VVPmnvCEbOZ0AAaxsL1EKyI4cz07DXOOJExxNsUOHw==", + "Microsoft.Extensions.Logging.Debug/9.0.2": { + "sha512": "dSrVF+zWBaTS6wANuyjU2avNQMinFdOGpNRXey8jRtMCuKYubtx/f0ZEI6BU/FuQ48wXP4F/SlBE1Khs2G5v/g==", "type": "package", - "path": "microsoft.extensions.logging.debug/6.0.0", + "path": "microsoft.extensions.logging.debug/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Logging.Debug.dll", - "lib/net461/Microsoft.Extensions.Logging.Debug.xml", + "buildTransitive/net461/Microsoft.Extensions.Logging.Debug.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Debug.targets", + "lib/net462/Microsoft.Extensions.Logging.Debug.dll", + "lib/net462/Microsoft.Extensions.Logging.Debug.xml", + "lib/net8.0/Microsoft.Extensions.Logging.Debug.dll", + "lib/net8.0/Microsoft.Extensions.Logging.Debug.xml", + "lib/net9.0/Microsoft.Extensions.Logging.Debug.dll", + "lib/net9.0/Microsoft.Extensions.Logging.Debug.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.xml", - "microsoft.extensions.logging.debug.6.0.0.nupkg.sha512", + "microsoft.extensions.logging.debug.9.0.2.nupkg.sha512", "microsoft.extensions.logging.debug.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.EventLog/6.0.0": { - "sha512": "rlo0RxlMd0WtLG3CHI0qOTp6fFn7MvQjlrCjucA31RqmiMFCZkF8CHNbe8O7tbBIyyoLGWB1he9CbaA5iyHthg==", + "Microsoft.Extensions.Logging.EventLog/9.0.2": { + "sha512": "4u7CexvjWr7eGUAvQOfyJUQ1+PgcWIGYajYXB+CgVI3qTMoi++8evZmuXQ/PSiKJ+SDeJXHoYDKbpmXq/aCwEg==", "type": "package", - "path": "microsoft.extensions.logging.eventlog/6.0.0", + "path": "microsoft.extensions.logging.eventlog/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Logging.EventLog.dll", - "lib/net461/Microsoft.Extensions.Logging.EventLog.xml", + "buildTransitive/net461/Microsoft.Extensions.Logging.EventLog.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.EventLog.targets", + "lib/net462/Microsoft.Extensions.Logging.EventLog.dll", + "lib/net462/Microsoft.Extensions.Logging.EventLog.xml", + "lib/net8.0/Microsoft.Extensions.Logging.EventLog.dll", + "lib/net8.0/Microsoft.Extensions.Logging.EventLog.xml", + "lib/net9.0/Microsoft.Extensions.Logging.EventLog.dll", + "lib/net9.0/Microsoft.Extensions.Logging.EventLog.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.EventLog.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.EventLog.xml", - "microsoft.extensions.logging.eventlog.6.0.0.nupkg.sha512", + "microsoft.extensions.logging.eventlog.9.0.2.nupkg.sha512", "microsoft.extensions.logging.eventlog.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.EventSource/6.0.0": { - "sha512": "BeDyyqt7nkm/nr+Gdk+L8n1tUT/u33VkbXAOesgYSNsxDM9hJ1NOBGoZfj9rCbeD2+9myElI6JOVVFmnzgeWQA==", + "Microsoft.Extensions.Logging.EventSource/9.0.2": { + "sha512": "DvT/+kEL+aydUYSuGamH4YRJ8uDlFiMIcT82A3OsQGZ+lxiPZgTqqu1mYkSz5VMOx3J1+8vjFd2IzA89JkS/oQ==", "type": "package", - "path": "microsoft.extensions.logging.eventsource/6.0.0", + "path": "microsoft.extensions.logging.eventsource/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Logging.EventSource.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.EventSource.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/Microsoft.Extensions.Logging.EventSource.dll", - "lib/net461/Microsoft.Extensions.Logging.EventSource.xml", - "lib/net6.0/Microsoft.Extensions.Logging.EventSource.dll", - "lib/net6.0/Microsoft.Extensions.Logging.EventSource.xml", - "lib/netcoreapp3.1/Microsoft.Extensions.Logging.EventSource.dll", - "lib/netcoreapp3.1/Microsoft.Extensions.Logging.EventSource.xml", + "lib/net462/Microsoft.Extensions.Logging.EventSource.dll", + "lib/net462/Microsoft.Extensions.Logging.EventSource.xml", + "lib/net8.0/Microsoft.Extensions.Logging.EventSource.dll", + "lib/net8.0/Microsoft.Extensions.Logging.EventSource.xml", + "lib/net9.0/Microsoft.Extensions.Logging.EventSource.dll", + "lib/net9.0/Microsoft.Extensions.Logging.EventSource.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.xml", - "microsoft.extensions.logging.eventsource.6.0.0.nupkg.sha512", + "microsoft.extensions.logging.eventsource.9.0.2.nupkg.sha512", "microsoft.extensions.logging.eventsource.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.ObjectPool/7.0.0": { - "sha512": "udvKco0sAVgYGTBnHUb0tY9JQzJ/nPDiv/8PIyz69wl1AibeCDZOLVVI+6156dPfHmJH7ws5oUJRiW4ZmAvuuA==", + "Microsoft.Extensions.ObjectPool/2.1.1": { + "sha512": "SErON45qh4ogDp6lr6UvVmFYW0FERihW+IQ+2JyFv1PUyWktcJytFaWH5zarufJvZwhci7Rf1IyGXr9pVEadTw==", "type": "package", - "path": "microsoft.extensions.objectpool/7.0.0", + "path": "microsoft.extensions.objectpool/2.1.1", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "THIRD-PARTY-NOTICES.TXT", - "lib/net462/Microsoft.Extensions.ObjectPool.dll", - "lib/net462/Microsoft.Extensions.ObjectPool.xml", - "lib/net7.0/Microsoft.Extensions.ObjectPool.dll", - "lib/net7.0/Microsoft.Extensions.ObjectPool.xml", "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll", "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.xml", - "microsoft.extensions.objectpool.7.0.0.nupkg.sha512", + "microsoft.extensions.objectpool.2.1.1.nupkg.sha512", "microsoft.extensions.objectpool.nuspec" ] }, - "Microsoft.Extensions.Options/9.0.0": { - "sha512": "y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==", + "Microsoft.Extensions.Options/9.0.2": { + "sha512": "zr98z+AN8+isdmDmQRuEJ/DAKZGUTHmdv3t0ZzjHvNqvA44nAgkXE9kYtfoN6581iALChhVaSw2Owt+Z2lVbkQ==", "type": "package", - "path": "microsoft.extensions.options/9.0.0", + "path": "microsoft.extensions.options/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7270,15 +7405,15 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.options.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "sha512": "Ob3FXsXkcSMQmGZi7qP07EQ39kZpSBlTcAZLbJLdI4FIf0Jug8biv2HTavWmnTirchctPlq9bl/26CXtQRguzA==", + "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.2": { + "sha512": "OPm1NXdMg4Kb4Kz+YHdbBQfekh7MqQZ7liZ5dYUd+IbJakinv9Fl7Ck6Strbgs0a6E76UGbP/jHR532K/7/feQ==", "type": "package", - "path": "microsoft.extensions.options.configurationextensions/9.0.0", + "path": "microsoft.extensions.options.configurationextensions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7298,15 +7433,15 @@ "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.9.0.0.nupkg.sha512", + "microsoft.extensions.options.configurationextensions.9.0.2.nupkg.sha512", "microsoft.extensions.options.configurationextensions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Primitives/9.0.0": { - "sha512": "N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==", + "Microsoft.Extensions.Primitives/9.0.7": { + "sha512": "ti/zD9BuuO50IqlvhWQs9GHxkCmoph5BHjGiWKdg2t6Or8XoyAfRJiKag+uvd/fpASnNklfsB01WpZ4fhAe0VQ==", "type": "package", - "path": "microsoft.extensions.primitives/9.0.0", + "path": "microsoft.extensions.primitives/9.0.7", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7326,7 +7461,7 @@ "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.9.0.7.nupkg.sha512", "microsoft.extensions.primitives.nuspec", "useSharedDesignerContext.txt" ] @@ -7368,15 +7503,14 @@ "microsoft.identity.client.extensions.msal.nuspec" ] }, - "Microsoft.IdentityModel.Abstractions/7.0.0": { - "sha512": "7iSWSRR72VKeonFdfDi43Lvkca98Y0F3TmmWhRSuHbkjk/IKUSO0Qd272LQFZpi5eDNQNbUXy3o4THXhOAU6cw==", + "Microsoft.IdentityModel.Abstractions/8.6.0": { + "sha512": "ewgV0sc2B3tjes8+OCRGE08Uxsey3qFfOD8vNq2gTs9k0/zPZ0MejK7Cb/eAW2c2Oz+IQHqgZkTycrAKYBD5yw==", "type": "package", - "path": "microsoft.identitymodel.abstractions/7.0.0", + "path": "microsoft.identitymodel.abstractions/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Abstractions.dll", - "lib/net461/Microsoft.IdentityModel.Abstractions.xml", + "README.md", "lib/net462/Microsoft.IdentityModel.Abstractions.dll", "lib/net462/Microsoft.IdentityModel.Abstractions.xml", "lib/net472/Microsoft.IdentityModel.Abstractions.dll", @@ -7385,9 +7519,11 @@ "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml", "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll", "lib/net8.0/Microsoft.IdentityModel.Abstractions.xml", + "lib/net9.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/net9.0/Microsoft.IdentityModel.Abstractions.xml", "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", - "microsoft.identitymodel.abstractions.7.0.0.nupkg.sha512", + "microsoft.identitymodel.abstractions.8.6.0.nupkg.sha512", "microsoft.identitymodel.abstractions.nuspec" ] }, @@ -7401,32 +7537,36 @@ "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML", "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML", "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML", "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML", "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/portable-net45+win/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", "lib/portable-net45+win/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "microsoft.identitymodel.clients.activedirectory.3.14.2.nupkg.sha512", "microsoft.identitymodel.clients.activedirectory.nuspec" ] }, - "Microsoft.IdentityModel.JsonWebTokens/7.0.0": { - "sha512": "N+hUPsFZs+IhlMU+qmX8NnYVB9uMxVdcWoPIhKo4oHDR/yuIFh19SVZeFby15cm8S9yedynOcfs7TU5oDCheZw==", + "Microsoft.IdentityModel.JsonWebTokens/8.6.0": { + "sha512": "g/CFN/OzAhJb9a94ep6/xv4b9fOUL8heFkKDwC/HNb17tUDOIPN5iVawisfZ0p1xjJlmVyYWIggnECqIfX8Rfw==", "type": "package", - "path": "microsoft.identitymodel.jsonwebtokens/7.0.0", + "path": "microsoft.identitymodel.jsonwebtokens/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml", + "README.md", "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll", "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml", "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", @@ -7435,21 +7575,22 @@ "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml", "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll", "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.xml", "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "microsoft.identitymodel.jsonwebtokens.7.0.0.nupkg.sha512", + "microsoft.identitymodel.jsonwebtokens.8.6.0.nupkg.sha512", "microsoft.identitymodel.jsonwebtokens.nuspec" ] }, - "Microsoft.IdentityModel.Logging/7.0.0": { - "sha512": "6I35Kt2/PQZAyUYLo3+QgT/LubZ5/4Ojelkbyo8KKdDgjMbVocAx2B3P5V7iMCz+rsAe/RLr6ql87QKnHtI+aw==", + "Microsoft.IdentityModel.Logging/8.6.0": { + "sha512": "PqkPSoENwbGQenGQT270hZIt5p36Ta4YwDla4QId6LdqCeUDus63OChHBv+3AgujFVeBJlRrvmkN7H+Lug+u0g==", "type": "package", - "path": "microsoft.identitymodel.logging/7.0.0", + "path": "microsoft.identitymodel.logging/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Logging.dll", - "lib/net461/Microsoft.IdentityModel.Logging.xml", + "README.md", "lib/net462/Microsoft.IdentityModel.Logging.dll", "lib/net462/Microsoft.IdentityModel.Logging.xml", "lib/net472/Microsoft.IdentityModel.Logging.dll", @@ -7458,9 +7599,11 @@ "lib/net6.0/Microsoft.IdentityModel.Logging.xml", "lib/net8.0/Microsoft.IdentityModel.Logging.dll", "lib/net8.0/Microsoft.IdentityModel.Logging.xml", + "lib/net9.0/Microsoft.IdentityModel.Logging.dll", + "lib/net9.0/Microsoft.IdentityModel.Logging.xml", "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", - "microsoft.identitymodel.logging.7.0.0.nupkg.sha512", + "microsoft.identitymodel.logging.8.6.0.nupkg.sha512", "microsoft.identitymodel.logging.nuspec" ] }, @@ -7510,15 +7653,14 @@ "microsoft.identitymodel.protocols.openidconnect.nuspec" ] }, - "Microsoft.IdentityModel.Tokens/7.0.0": { - "sha512": "dxYqmmFLsjBQZ6F6a4XDzrZ1CTxBRFVigJvWiNtXiIsT6UlYMxs9ONMaGx9XKzcxmcgEQ2ADuCqKZduz0LR9Hw==", + "Microsoft.IdentityModel.Tokens/8.6.0": { + "sha512": "ga4ASKm8EezJ+Oj4uvTNE0xjIWy27Ix5pOZz737CnLzxv7ClFnelX+YWbFuiO1Qj2zVoIpsPqKJRGHGlpFF6eQ==", "type": "package", - "path": "microsoft.identitymodel.tokens/7.0.0", + "path": "microsoft.identitymodel.tokens/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Tokens.dll", - "lib/net461/Microsoft.IdentityModel.Tokens.xml", + "README.md", "lib/net462/Microsoft.IdentityModel.Tokens.dll", "lib/net462/Microsoft.IdentityModel.Tokens.xml", "lib/net472/Microsoft.IdentityModel.Tokens.dll", @@ -7527,9 +7669,11 @@ "lib/net6.0/Microsoft.IdentityModel.Tokens.xml", "lib/net8.0/Microsoft.IdentityModel.Tokens.dll", "lib/net8.0/Microsoft.IdentityModel.Tokens.xml", + "lib/net9.0/Microsoft.IdentityModel.Tokens.dll", + "lib/net9.0/Microsoft.IdentityModel.Tokens.xml", "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", - "microsoft.identitymodel.tokens.7.0.0.nupkg.sha512", + "microsoft.identitymodel.tokens.8.6.0.nupkg.sha512", "microsoft.identitymodel.tokens.nuspec" ] }, @@ -7585,8 +7729,10 @@ ".signature.p7s", "lib/net452/Microsoft.Rest.ClientRuntime.dll", "lib/net452/Microsoft.Rest.ClientRuntime.runtimeconfig.json", + "lib/net452/Microsoft.Rest.ClientRuntime.xml", "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll", "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.runtimeconfig.json", + "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.xml", "microsoft.rest.clientruntime.2.3.8.nupkg.sha512", "microsoft.rest.clientruntime.nuspec" ] @@ -7600,8 +7746,10 @@ ".signature.p7s", "lib/net452/Microsoft.Rest.ClientRuntime.Azure.dll", "lib/net452/Microsoft.Rest.ClientRuntime.Azure.runtimeconfig.json", + "lib/net452/Microsoft.Rest.ClientRuntime.Azure.xml", "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll", "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.runtimeconfig.json", + "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.xml", "microsoft.rest.clientruntime.azure.3.3.7.nupkg.sha512", "microsoft.rest.clientruntime.azure.nuspec" ] @@ -7646,6 +7794,16 @@ "ref/MonoTouch10/_._", "ref/net46/Microsoft.Win32.Primitives.dll", "ref/netstandard1.3/Microsoft.Win32.Primitives.dll", + "ref/netstandard1.3/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/de/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/es/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/fr/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/it/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ja/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ko/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ru/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/zh-hans/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/zh-hant/Microsoft.Win32.Primitives.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -7741,10 +7899,10 @@ "netstandard.library.nuspec" ] }, - "Newtonsoft.Json/13.0.3": { - "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", + "Newtonsoft.Json/13.0.4": { + "sha512": "pdgNNMai3zv51W5aq268sujXUyx7SNdE2bj1wZcWjAQrKMFZV260lbqYop1d2GM67JI1huLRwxo9ZqnfF/lC6A==", "type": "package", - "path": "newtonsoft.json/13.0.3", + "path": "newtonsoft.json/13.0.4", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7766,18 +7924,19 @@ "lib/netstandard1.3/Newtonsoft.Json.xml", "lib/netstandard2.0/Newtonsoft.Json.dll", "lib/netstandard2.0/Newtonsoft.Json.xml", - "newtonsoft.json.13.0.3.nupkg.sha512", + "newtonsoft.json.13.0.4.nupkg.sha512", "newtonsoft.json.nuspec", "packageIcon.png" ] }, - "Polly/8.5.0": { - "sha512": "GBNZPy7i7OpkaIruWPRJ0+AWzdGDQDnKY91b7Ic2aAch4lKhPjUc5KSffpH9krIWe0MoyghqaRxwRC0Uwz2PkA==", + "Polly/8.6.5": { + "sha512": "VqtW2ZE/ALvQMAH1cQY3qZ2cF2OXa3oe/HKMdOv6Q02HCoEW0rsFNfcBONXlHBe1TnjWW1vdRxBEkPeq0/2FHA==", "type": "package", - "path": "polly/8.5.0", + "path": "polly/8.6.5", "files": [ ".nupkg.metadata", ".signature.p7s", + "LICENSE", "lib/net462/Polly.dll", "lib/net462/Polly.pdb", "lib/net462/Polly.xml", @@ -7792,17 +7951,18 @@ "lib/netstandard2.0/Polly.xml", "package-icon.png", "package-readme.md", - "polly.8.5.0.nupkg.sha512", + "polly.8.6.5.nupkg.sha512", "polly.nuspec" ] }, - "Polly.Core/8.5.0": { - "sha512": "VYYMZNitZ85UEhwOKkTQI63WEMvzUqwQc74I2mm8h/DBVAMcBBxqYPni4DmuRtbCwngmuONuK2yBJfWNRKzI+A==", + "Polly.Core/8.6.5": { + "sha512": "t+sUVrIwvo7UmsgHGgOG9F0GDZSRIm47u2ylH17Gvcv1q5hNEwgD5GoBlFyc0kh/pebmPyrAgvGsR/65ZBaXlg==", "type": "package", - "path": "polly.core/8.5.0", + "path": "polly.core/8.6.5", "files": [ ".nupkg.metadata", ".signature.p7s", + "LICENSE", "lib/net462/Polly.Core.dll", "lib/net462/Polly.Core.pdb", "lib/net462/Polly.Core.xml", @@ -7820,31 +7980,10 @@ "lib/netstandard2.0/Polly.Core.xml", "package-icon.png", "package-readme.md", - "polly.core.8.5.0.nupkg.sha512", + "polly.core.8.6.5.nupkg.sha512", "polly.core.nuspec" ] }, - "prometheus-net/8.0.1": { - "sha512": "A9sOtQB2gEhujBxPKw+KcGScBiPvBmy4lYVM5OlETMj4xjVD5r/ixIg52HHg2P0lcImJTpfeWnD0/9tpQsRQTA==", - "type": "package", - "path": "prometheus-net/8.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "lib/net462/Prometheus.NetStandard.dll", - "lib/net462/Prometheus.NetStandard.xml", - "lib/net6.0/Prometheus.NetStandard.dll", - "lib/net6.0/Prometheus.NetStandard.xml", - "lib/net7.0/Prometheus.NetStandard.dll", - "lib/net7.0/Prometheus.NetStandard.xml", - "lib/netstandard2.0/Prometheus.NetStandard.dll", - "lib/netstandard2.0/Prometheus.NetStandard.xml", - "prometheus-net-logo.png", - "prometheus-net.8.0.1.nupkg.sha512", - "prometheus-net.nuspec" - ] - }, "RabbitMQ.Client/6.8.1": { "sha512": "jNsmGgmCNw2S/NzskeN2ijtGywtH4Sk/G6jWUTD5sY9SrC27Xz6BsLIiB8hdsfjeyWCa4j4GvCIGkpE8wrjU1Q==", "type": "package", @@ -8086,10 +8225,10 @@ "runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so" ] }, - "Serilog/4.0.0": { - "sha512": "2jDkUrSh5EofOp7Lx5Zgy0EB+7hXjjxE2ktTb1WVQmU00lDACR2TdROGKU0K1pDTBSJBN1PqgYpgOZF8mL7NJw==", + "Serilog/4.2.0": { + "sha512": "gmoWVOvKgbME8TYR+gwMf7osROiWAURterc6Rt2dQyX7wtjZYpqFiA/pY6ztjGQKKV62GGCyOcmtP1UKMHgSmA==", "type": "package", - "path": "serilog/4.0.0", + "path": "serilog/4.2.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8103,16 +8242,18 @@ "lib/net6.0/Serilog.xml", "lib/net8.0/Serilog.dll", "lib/net8.0/Serilog.xml", + "lib/net9.0/Serilog.dll", + "lib/net9.0/Serilog.xml", "lib/netstandard2.0/Serilog.dll", "lib/netstandard2.0/Serilog.xml", - "serilog.4.0.0.nupkg.sha512", + "serilog.4.2.0.nupkg.sha512", "serilog.nuspec" ] }, - "Serilog.AspNetCore/8.0.3": { - "sha512": "Y5at41mc0OV982DEJslBKHd6uzcWO6POwR3QceJ6gtpMPxCzm4+FElGPF0RdaTD7MGsP6XXE05LMbSi0NO+sXg==", + "Serilog.AspNetCore/9.0.0": { + "sha512": "JslDajPlBsn3Pww1554flJFTqROvK9zz9jONNQgn0D8Lx2Trw8L0A8/n6zEQK1DAZWXrJwiVLw8cnTR3YFuYsg==", "type": "package", - "path": "serilog.aspnetcore/8.0.3", + "path": "serilog.aspnetcore/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8120,15 +8261,15 @@ "icon.png", "lib/net462/Serilog.AspNetCore.dll", "lib/net462/Serilog.AspNetCore.xml", - "lib/net6.0/Serilog.AspNetCore.dll", - "lib/net6.0/Serilog.AspNetCore.xml", - "lib/net7.0/Serilog.AspNetCore.dll", - "lib/net7.0/Serilog.AspNetCore.xml", "lib/net8.0/Serilog.AspNetCore.dll", "lib/net8.0/Serilog.AspNetCore.xml", + "lib/net9.0/Serilog.AspNetCore.dll", + "lib/net9.0/Serilog.AspNetCore.xml", "lib/netstandard2.0/Serilog.AspNetCore.dll", "lib/netstandard2.0/Serilog.AspNetCore.xml", - "serilog.aspnetcore.8.0.3.nupkg.sha512", + "lib/netstandard2.1/Serilog.AspNetCore.dll", + "lib/netstandard2.1/Serilog.AspNetCore.xml", + "serilog.aspnetcore.9.0.0.nupkg.sha512", "serilog.aspnetcore.nuspec" ] }, @@ -8155,10 +8296,10 @@ "serilog.enrichers.environment.nuspec" ] }, - "Serilog.Extensions.Hosting/8.0.0": { - "sha512": "db0OcbWeSCvYQkHWu6n0v40N4kKaTAXNjlM3BKvcbwvNzYphQFcBR+36eQ/7hMMwOkJvAyLC2a9/jNdUL5NjtQ==", + "Serilog.Extensions.Hosting/9.0.0": { + "sha512": "u2TRxuxbjvTAldQn7uaAwePkWxTHIqlgjelekBtilAGL5sYyF3+65NWctN4UrwwGLsDC7c3Vz3HnOlu+PcoxXg==", "type": "package", - "path": "serilog.extensions.hosting/8.0.0", + "path": "serilog.extensions.hosting/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8166,47 +8307,45 @@ "icon.png", "lib/net462/Serilog.Extensions.Hosting.dll", "lib/net462/Serilog.Extensions.Hosting.xml", - "lib/net6.0/Serilog.Extensions.Hosting.dll", - "lib/net6.0/Serilog.Extensions.Hosting.xml", - "lib/net7.0/Serilog.Extensions.Hosting.dll", - "lib/net7.0/Serilog.Extensions.Hosting.xml", "lib/net8.0/Serilog.Extensions.Hosting.dll", "lib/net8.0/Serilog.Extensions.Hosting.xml", + "lib/net9.0/Serilog.Extensions.Hosting.dll", + "lib/net9.0/Serilog.Extensions.Hosting.xml", "lib/netstandard2.0/Serilog.Extensions.Hosting.dll", "lib/netstandard2.0/Serilog.Extensions.Hosting.xml", - "serilog.extensions.hosting.8.0.0.nupkg.sha512", + "lib/netstandard2.1/Serilog.Extensions.Hosting.dll", + "lib/netstandard2.1/Serilog.Extensions.Hosting.xml", + "serilog.extensions.hosting.9.0.0.nupkg.sha512", "serilog.extensions.hosting.nuspec" ] }, - "Serilog.Extensions.Logging/8.0.0": { - "sha512": "YEAMWu1UnWgf1c1KP85l1SgXGfiVo0Rz6x08pCiPOIBt2Qe18tcZLvdBUuV5o1QHvrs8FAry9wTIhgBRtjIlEg==", + "Serilog.Extensions.Logging/9.0.0": { + "sha512": "NwSSYqPJeKNzl5AuXVHpGbr6PkZJFlNa14CdIebVjK3k/76kYj/mz5kiTRNVSsSaxM8kAIa1kpy/qyT9E4npRQ==", "type": "package", - "path": "serilog.extensions.logging/8.0.0", + "path": "serilog.extensions.logging/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", "lib/net462/Serilog.Extensions.Logging.dll", "lib/net462/Serilog.Extensions.Logging.xml", - "lib/net6.0/Serilog.Extensions.Logging.dll", - "lib/net6.0/Serilog.Extensions.Logging.xml", - "lib/net7.0/Serilog.Extensions.Logging.dll", - "lib/net7.0/Serilog.Extensions.Logging.xml", "lib/net8.0/Serilog.Extensions.Logging.dll", "lib/net8.0/Serilog.Extensions.Logging.xml", + "lib/net9.0/Serilog.Extensions.Logging.dll", + "lib/net9.0/Serilog.Extensions.Logging.xml", "lib/netstandard2.0/Serilog.Extensions.Logging.dll", "lib/netstandard2.0/Serilog.Extensions.Logging.xml", "lib/netstandard2.1/Serilog.Extensions.Logging.dll", "lib/netstandard2.1/Serilog.Extensions.Logging.xml", "serilog-extension-nuget.png", - "serilog.extensions.logging.8.0.0.nupkg.sha512", + "serilog.extensions.logging.9.0.0.nupkg.sha512", "serilog.extensions.logging.nuspec" ] }, - "Serilog.Formatting.Compact/2.0.0": { - "sha512": "ob6z3ikzFM3D1xalhFuBIK1IOWf+XrQq+H4KeH4VqBcPpNcmUgZlRQ2h3Q7wvthpdZBBoY86qZOI2LCXNaLlNA==", + "Serilog.Formatting.Compact/3.0.0": { + "sha512": "wQsv14w9cqlfB5FX2MZpNsTawckN4a8dryuNGbebB/3Nh1pXnROHZov3swtu3Nj5oNG7Ba+xdu7Et/ulAUPanQ==", "type": "package", - "path": "serilog.formatting.compact/2.0.0", + "path": "serilog.formatting.compact/3.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8217,21 +8356,19 @@ "lib/net471/Serilog.Formatting.Compact.xml", "lib/net6.0/Serilog.Formatting.Compact.dll", "lib/net6.0/Serilog.Formatting.Compact.xml", - "lib/net7.0/Serilog.Formatting.Compact.dll", - "lib/net7.0/Serilog.Formatting.Compact.xml", + "lib/net8.0/Serilog.Formatting.Compact.dll", + "lib/net8.0/Serilog.Formatting.Compact.xml", "lib/netstandard2.0/Serilog.Formatting.Compact.dll", "lib/netstandard2.0/Serilog.Formatting.Compact.xml", - "lib/netstandard2.1/Serilog.Formatting.Compact.dll", - "lib/netstandard2.1/Serilog.Formatting.Compact.xml", "serilog-extension-nuget.png", - "serilog.formatting.compact.2.0.0.nupkg.sha512", + "serilog.formatting.compact.3.0.0.nupkg.sha512", "serilog.formatting.compact.nuspec" ] }, - "Serilog.Settings.Configuration/8.0.4": { - "sha512": "pkxvq0umBKK8IKFJc1aV5S/HGRG/NIxJ6FV42KaTPLfDmBOAbBUB1m5gqqlGxzEa1MgDDWtQlWJdHTSxVWNx+Q==", + "Serilog.Settings.Configuration/9.0.0": { + "sha512": "4/Et4Cqwa+F88l5SeFeNZ4c4Z6dEAIKbu3MaQb2Zz9F/g27T5a3wvfMcmCOaAiACjfUb4A6wrlTVfyYUZk3RRQ==", "type": "package", - "path": "serilog.settings.configuration/8.0.4", + "path": "serilog.settings.configuration/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8239,22 +8376,20 @@ "icon.png", "lib/net462/Serilog.Settings.Configuration.dll", "lib/net462/Serilog.Settings.Configuration.xml", - "lib/net6.0/Serilog.Settings.Configuration.dll", - "lib/net6.0/Serilog.Settings.Configuration.xml", - "lib/net7.0/Serilog.Settings.Configuration.dll", - "lib/net7.0/Serilog.Settings.Configuration.xml", "lib/net8.0/Serilog.Settings.Configuration.dll", "lib/net8.0/Serilog.Settings.Configuration.xml", + "lib/net9.0/Serilog.Settings.Configuration.dll", + "lib/net9.0/Serilog.Settings.Configuration.xml", "lib/netstandard2.0/Serilog.Settings.Configuration.dll", "lib/netstandard2.0/Serilog.Settings.Configuration.xml", - "serilog.settings.configuration.8.0.4.nupkg.sha512", + "serilog.settings.configuration.9.0.0.nupkg.sha512", "serilog.settings.configuration.nuspec" ] }, - "Serilog.Sinks.Console/6.0.0": { - "sha512": "fQGWqVMClCP2yEyTXPIinSr5c+CBGUvBybPxjAGcf7ctDhadFhrQw03Mv8rJ07/wR5PDfFjewf2LimvXCDzpbA==", + "Serilog.Sinks.Console/6.1.1": { + "sha512": "8jbqgjUyZlfCuSTaJk6lOca465OndqOz3KZP6Cryt/IqZYybyBu7GP0fE/AXBzrrQB3EBmQntBFAvMVz1COvAA==", "type": "package", - "path": "serilog.sinks.console/6.0.0", + "path": "serilog.sinks.console/6.1.1", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8270,53 +8405,62 @@ "lib/net8.0/Serilog.Sinks.Console.xml", "lib/netstandard2.0/Serilog.Sinks.Console.dll", "lib/netstandard2.0/Serilog.Sinks.Console.xml", - "serilog.sinks.console.6.0.0.nupkg.sha512", + "serilog.sinks.console.6.1.1.nupkg.sha512", "serilog.sinks.console.nuspec" ] }, - "Serilog.Sinks.Debug/2.0.0": { - "sha512": "Y6g3OBJ4JzTyyw16fDqtFcQ41qQAydnEvEqmXjhwhgjsnG/FaJ8GUqF5ldsC/bVkK8KYmqrPhDO+tm4dF6xx4A==", + "Serilog.Sinks.Debug/3.0.0": { + "sha512": "4BzXcdrgRX7wde9PmHuYd9U6YqycCC28hhpKonK7hx0wb19eiuRj16fPcPSVp0o/Y1ipJuNLYQ00R3q2Zs8FDA==", "type": "package", - "path": "serilog.sinks.debug/2.0.0", + "path": "serilog.sinks.debug/3.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", + "README.md", "icon.png", - "lib/net45/Serilog.Sinks.Debug.dll", - "lib/net46/Serilog.Sinks.Debug.dll", - "lib/netstandard1.0/Serilog.Sinks.Debug.dll", + "lib/net462/Serilog.Sinks.Debug.dll", + "lib/net462/Serilog.Sinks.Debug.xml", + "lib/net471/Serilog.Sinks.Debug.dll", + "lib/net471/Serilog.Sinks.Debug.xml", + "lib/net6.0/Serilog.Sinks.Debug.dll", + "lib/net6.0/Serilog.Sinks.Debug.xml", + "lib/net8.0/Serilog.Sinks.Debug.dll", + "lib/net8.0/Serilog.Sinks.Debug.xml", "lib/netstandard2.0/Serilog.Sinks.Debug.dll", - "lib/netstandard2.1/Serilog.Sinks.Debug.dll", - "serilog.sinks.debug.2.0.0.nupkg.sha512", + "lib/netstandard2.0/Serilog.Sinks.Debug.xml", + "serilog.sinks.debug.3.0.0.nupkg.sha512", "serilog.sinks.debug.nuspec" ] }, - "Serilog.Sinks.File/5.0.0": { - "sha512": "uwV5hdhWPwUH1szhO8PJpFiahqXmzPzJT/sOijH/kFgUx+cyoDTMM8MHD0adw9+Iem6itoibbUXHYslzXsLEAg==", + "Serilog.Sinks.File/7.0.0": { + "sha512": "fKL7mXv7qaiNBUC71ssvn/dU0k9t0o45+qm2XgKAlSt19xF+ijjxyA3R6HmCgfKEKwfcfkwWjayuQtRueZFkYw==", "type": "package", - "path": "serilog.sinks.file/5.0.0", + "path": "serilog.sinks.file/7.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "images/icon.png", - "lib/net45/Serilog.Sinks.File.dll", - "lib/net45/Serilog.Sinks.File.pdb", - "lib/net5.0/Serilog.Sinks.File.dll", - "lib/net5.0/Serilog.Sinks.File.pdb", - "lib/netstandard1.3/Serilog.Sinks.File.dll", - "lib/netstandard1.3/Serilog.Sinks.File.pdb", + "README.md", + "lib/net462/Serilog.Sinks.File.dll", + "lib/net462/Serilog.Sinks.File.xml", + "lib/net471/Serilog.Sinks.File.dll", + "lib/net471/Serilog.Sinks.File.xml", + "lib/net6.0/Serilog.Sinks.File.dll", + "lib/net6.0/Serilog.Sinks.File.xml", + "lib/net8.0/Serilog.Sinks.File.dll", + "lib/net8.0/Serilog.Sinks.File.xml", + "lib/net9.0/Serilog.Sinks.File.dll", + "lib/net9.0/Serilog.Sinks.File.xml", "lib/netstandard2.0/Serilog.Sinks.File.dll", - "lib/netstandard2.0/Serilog.Sinks.File.pdb", - "lib/netstandard2.1/Serilog.Sinks.File.dll", - "lib/netstandard2.1/Serilog.Sinks.File.pdb", - "serilog.sinks.file.5.0.0.nupkg.sha512", + "lib/netstandard2.0/Serilog.Sinks.File.xml", + "serilog-sink-nuget.png", + "serilog.sinks.file.7.0.0.nupkg.sha512", "serilog.sinks.file.nuspec" ] }, - "Serilog.Sinks.Http/9.0.0": { - "sha512": "c246Bw1vXtvht/krwQXGwuZ4U2kKxRf8d9iaazZDodnOohTlRR4jZyQS/slWHSjJAj8ZDejCQcITnu+TkYmdFw==", + "Serilog.Sinks.Http/9.2.0": { + "sha512": "tngXuEvfI1CrtB02XVXhHAGTX1HvSMKjWcOmlyBT9LVNIMYvNhOSkfigfwxd9OCbv3cXw1aWFrSPGGw8Y6sjtg==", "type": "package", - "path": "serilog.sinks.http/9.0.0", + "path": "serilog.sinks.http/9.2.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8328,14 +8472,14 @@ "lib/netstandard2.1/Serilog.Sinks.Http.dll", "lib/netstandard2.1/Serilog.Sinks.Http.xml", "serilog-sink-nuget.png", - "serilog.sinks.http.9.0.0.nupkg.sha512", + "serilog.sinks.http.9.2.0.nupkg.sha512", "serilog.sinks.http.nuspec" ] }, - "Serilog.Sinks.Seq/8.0.0": { - "sha512": "z5ig56/qzjkX6Fj4U/9m1g8HQaQiYPMZS4Uevtjg1I+WWzoGSf5t/E+6JbMP/jbZYhU63bA5NJN5y0x+qqx2Bw==", + "Serilog.Sinks.Seq/9.0.0": { + "sha512": "aNU8A0K322q7+voPNmp1/qNPH+9QK8xvM1p72sMmCG0wGlshFzmtDW9QnVSoSYCj0MgQKcMOlgooovtBhRlNHw==", "type": "package", - "path": "serilog.sinks.seq/8.0.0", + "path": "serilog.sinks.seq/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8345,7 +8489,7 @@ "lib/net6.0/Serilog.Sinks.Seq.xml", "lib/netstandard2.0/Serilog.Sinks.Seq.dll", "lib/netstandard2.0/Serilog.Sinks.Seq.xml", - "serilog.sinks.seq.8.0.0.nupkg.sha512", + "serilog.sinks.seq.9.0.0.nupkg.sha512", "serilog.sinks.seq.nuspec" ] }, @@ -8374,7 +8518,27 @@ "ref/net463/System.AppContext.dll", "ref/netstandard/_._", "ref/netstandard1.3/System.AppContext.dll", + "ref/netstandard1.3/System.AppContext.xml", + "ref/netstandard1.3/de/System.AppContext.xml", + "ref/netstandard1.3/es/System.AppContext.xml", + "ref/netstandard1.3/fr/System.AppContext.xml", + "ref/netstandard1.3/it/System.AppContext.xml", + "ref/netstandard1.3/ja/System.AppContext.xml", + "ref/netstandard1.3/ko/System.AppContext.xml", + "ref/netstandard1.3/ru/System.AppContext.xml", + "ref/netstandard1.3/zh-hans/System.AppContext.xml", + "ref/netstandard1.3/zh-hant/System.AppContext.xml", "ref/netstandard1.6/System.AppContext.dll", + "ref/netstandard1.6/System.AppContext.xml", + "ref/netstandard1.6/de/System.AppContext.xml", + "ref/netstandard1.6/es/System.AppContext.xml", + "ref/netstandard1.6/fr/System.AppContext.xml", + "ref/netstandard1.6/it/System.AppContext.xml", + "ref/netstandard1.6/ja/System.AppContext.xml", + "ref/netstandard1.6/ko/System.AppContext.xml", + "ref/netstandard1.6/ru/System.AppContext.xml", + "ref/netstandard1.6/zh-hans/System.AppContext.xml", + "ref/netstandard1.6/zh-hant/System.AppContext.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -8395,12 +8559,17 @@ "THIRD-PARTY-NOTICES.TXT", "lib/netcoreapp2.0/_._", "lib/netstandard1.1/System.Buffers.dll", + "lib/netstandard1.1/System.Buffers.xml", "lib/netstandard2.0/System.Buffers.dll", + "lib/netstandard2.0/System.Buffers.xml", "lib/uap10.0.16299/_._", "ref/net45/System.Buffers.dll", + "ref/net45/System.Buffers.xml", "ref/netcoreapp2.0/_._", "ref/netstandard1.1/System.Buffers.dll", + "ref/netstandard1.1/System.Buffers.xml", "ref/netstandard2.0/System.Buffers.dll", + "ref/netstandard2.0/System.Buffers.xml", "ref/uap10.0.16299/_._", "system.buffers.4.5.0.nupkg.sha512", "system.buffers.nuspec", @@ -8473,8 +8642,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", + "ref/netcore50/de/System.Collections.xml", + "ref/netcore50/es/System.Collections.xml", + "ref/netcore50/fr/System.Collections.xml", + "ref/netcore50/it/System.Collections.xml", + "ref/netcore50/ja/System.Collections.xml", + "ref/netcore50/ko/System.Collections.xml", + "ref/netcore50/ru/System.Collections.xml", + "ref/netcore50/zh-hans/System.Collections.xml", + "ref/netcore50/zh-hant/System.Collections.xml", "ref/netstandard1.0/System.Collections.dll", + "ref/netstandard1.0/System.Collections.xml", + "ref/netstandard1.0/de/System.Collections.xml", + "ref/netstandard1.0/es/System.Collections.xml", + "ref/netstandard1.0/fr/System.Collections.xml", + "ref/netstandard1.0/it/System.Collections.xml", + "ref/netstandard1.0/ja/System.Collections.xml", + "ref/netstandard1.0/ko/System.Collections.xml", + "ref/netstandard1.0/ru/System.Collections.xml", + "ref/netstandard1.0/zh-hans/System.Collections.xml", + "ref/netstandard1.0/zh-hant/System.Collections.xml", "ref/netstandard1.3/System.Collections.dll", + "ref/netstandard1.3/System.Collections.xml", + "ref/netstandard1.3/de/System.Collections.xml", + "ref/netstandard1.3/es/System.Collections.xml", + "ref/netstandard1.3/fr/System.Collections.xml", + "ref/netstandard1.3/it/System.Collections.xml", + "ref/netstandard1.3/ja/System.Collections.xml", + "ref/netstandard1.3/ko/System.Collections.xml", + "ref/netstandard1.3/ru/System.Collections.xml", + "ref/netstandard1.3/zh-hans/System.Collections.xml", + "ref/netstandard1.3/zh-hant/System.Collections.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8512,8 +8711,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Collections.Concurrent.dll", + "ref/netcore50/System.Collections.Concurrent.xml", + "ref/netcore50/de/System.Collections.Concurrent.xml", + "ref/netcore50/es/System.Collections.Concurrent.xml", + "ref/netcore50/fr/System.Collections.Concurrent.xml", + "ref/netcore50/it/System.Collections.Concurrent.xml", + "ref/netcore50/ja/System.Collections.Concurrent.xml", + "ref/netcore50/ko/System.Collections.Concurrent.xml", + "ref/netcore50/ru/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hans/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hant/System.Collections.Concurrent.xml", "ref/netstandard1.1/System.Collections.Concurrent.dll", + "ref/netstandard1.1/System.Collections.Concurrent.xml", + "ref/netstandard1.1/de/System.Collections.Concurrent.xml", + "ref/netstandard1.1/es/System.Collections.Concurrent.xml", + "ref/netstandard1.1/fr/System.Collections.Concurrent.xml", + "ref/netstandard1.1/it/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ja/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ko/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ru/System.Collections.Concurrent.xml", + "ref/netstandard1.1/zh-hans/System.Collections.Concurrent.xml", + "ref/netstandard1.1/zh-hant/System.Collections.Concurrent.xml", "ref/netstandard1.3/System.Collections.Concurrent.dll", + "ref/netstandard1.3/System.Collections.Concurrent.xml", + "ref/netstandard1.3/de/System.Collections.Concurrent.xml", + "ref/netstandard1.3/es/System.Collections.Concurrent.xml", + "ref/netstandard1.3/fr/System.Collections.Concurrent.xml", + "ref/netstandard1.3/it/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ja/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ko/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ru/System.Collections.Concurrent.xml", + "ref/netstandard1.3/zh-hans/System.Collections.Concurrent.xml", + "ref/netstandard1.3/zh-hant/System.Collections.Concurrent.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -8755,6 +8984,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Console.dll", "ref/netstandard1.3/System.Console.dll", + "ref/netstandard1.3/System.Console.xml", + "ref/netstandard1.3/de/System.Console.xml", + "ref/netstandard1.3/es/System.Console.xml", + "ref/netstandard1.3/fr/System.Console.xml", + "ref/netstandard1.3/it/System.Console.xml", + "ref/netstandard1.3/ja/System.Console.xml", + "ref/netstandard1.3/ko/System.Console.xml", + "ref/netstandard1.3/ru/System.Console.xml", + "ref/netstandard1.3/zh-hans/System.Console.xml", + "ref/netstandard1.3/zh-hant/System.Console.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -8787,8 +9026,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", + "ref/netcore50/de/System.Diagnostics.Debug.xml", + "ref/netcore50/es/System.Diagnostics.Debug.xml", + "ref/netcore50/fr/System.Diagnostics.Debug.xml", + "ref/netcore50/it/System.Diagnostics.Debug.xml", + "ref/netcore50/ja/System.Diagnostics.Debug.xml", + "ref/netcore50/ko/System.Diagnostics.Debug.xml", + "ref/netcore50/ru/System.Diagnostics.Debug.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/netstandard1.0/System.Diagnostics.Debug.dll", + "ref/netstandard1.0/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/de/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/es/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/fr/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/it/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ja/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ko/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ru/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml", "ref/netstandard1.3/System.Diagnostics.Debug.dll", + "ref/netstandard1.3/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/de/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/es/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/it/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8801,62 +9070,64 @@ "system.diagnostics.debug.nuspec" ] }, - "System.Diagnostics.DiagnosticSource/8.0.1": { - "sha512": "vaoWjvkG1aenR2XdjaVivlCV9fADfgyhW5bZtXT23qaEea0lWiUljdQuze4E31vKM7ZWJaSUsbYIKE3rnzfZUg==", + "System.Diagnostics.DiagnosticSource/10.0.0": { + "sha512": "0KdBK+h7G13PuOSC2R/DalAoFMvdYMznvGRuICtkdcUMXgl/gYXsG6z4yUvTxHSMACorWgHCU1Faq0KUHU6yAQ==", "type": "package", - "path": "system.diagnostics.diagnosticsource/8.0.1", + "path": "system.diagnostics.diagnosticsource/10.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/System.Diagnostics.DiagnosticSource.targets", "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/System.Diagnostics.DiagnosticSource.targets", + "lib/net10.0/System.Diagnostics.DiagnosticSource.dll", + "lib/net10.0/System.Diagnostics.DiagnosticSource.xml", "lib/net462/System.Diagnostics.DiagnosticSource.dll", "lib/net462/System.Diagnostics.DiagnosticSource.xml", - "lib/net6.0/System.Diagnostics.DiagnosticSource.dll", - "lib/net6.0/System.Diagnostics.DiagnosticSource.xml", - "lib/net7.0/System.Diagnostics.DiagnosticSource.dll", - "lib/net7.0/System.Diagnostics.DiagnosticSource.xml", "lib/net8.0/System.Diagnostics.DiagnosticSource.dll", "lib/net8.0/System.Diagnostics.DiagnosticSource.xml", + "lib/net9.0/System.Diagnostics.DiagnosticSource.dll", + "lib/net9.0/System.Diagnostics.DiagnosticSource.xml", "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll", "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.xml", - "system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512", + "system.diagnostics.diagnosticsource.10.0.0.nupkg.sha512", "system.diagnostics.diagnosticsource.nuspec", "useSharedDesignerContext.txt" ] }, - "System.Diagnostics.EventLog/6.0.0": { - "sha512": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==", + "System.Diagnostics.EventLog/9.0.2": { + "sha512": "i+Fe6Fpst/onydFLBGilCr/Eh9OFdlaTU/c3alPp6IbLZXQJOgpIu3l4MOnmsN8fDYq5nAyHSqNIJesc74Yw3Q==", "type": "package", - "path": "system.diagnostics.eventlog/6.0.0", + "path": "system.diagnostics.eventlog/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Diagnostics.EventLog.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/System.Diagnostics.EventLog.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/System.Diagnostics.EventLog.dll", - "lib/net461/System.Diagnostics.EventLog.xml", - "lib/net6.0/System.Diagnostics.EventLog.dll", - "lib/net6.0/System.Diagnostics.EventLog.xml", - "lib/netcoreapp3.1/System.Diagnostics.EventLog.dll", - "lib/netcoreapp3.1/System.Diagnostics.EventLog.xml", + "lib/net462/System.Diagnostics.EventLog.dll", + "lib/net462/System.Diagnostics.EventLog.xml", + "lib/net8.0/System.Diagnostics.EventLog.dll", + "lib/net8.0/System.Diagnostics.EventLog.xml", + "lib/net9.0/System.Diagnostics.EventLog.dll", + "lib/net9.0/System.Diagnostics.EventLog.xml", "lib/netstandard2.0/System.Diagnostics.EventLog.dll", "lib/netstandard2.0/System.Diagnostics.EventLog.xml", - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll", - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll", - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.xml", - "runtimes/win/lib/netcoreapp3.1/System.Diagnostics.EventLog.Messages.dll", - "runtimes/win/lib/netcoreapp3.1/System.Diagnostics.EventLog.dll", - "runtimes/win/lib/netcoreapp3.1/System.Diagnostics.EventLog.xml", - "system.diagnostics.eventlog.6.0.0.nupkg.sha512", + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll", + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll", + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.xml", + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll", + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll", + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.xml", + "system.diagnostics.eventlog.9.0.2.nupkg.sha512", "system.diagnostics.eventlog.nuspec", "useSharedDesignerContext.txt" ] @@ -8912,7 +9183,27 @@ "ref/net46/System.Diagnostics.Process.dll", "ref/net461/System.Diagnostics.Process.dll", "ref/netstandard1.3/System.Diagnostics.Process.dll", + "ref/netstandard1.3/System.Diagnostics.Process.xml", + "ref/netstandard1.3/de/System.Diagnostics.Process.xml", + "ref/netstandard1.3/es/System.Diagnostics.Process.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Process.xml", + "ref/netstandard1.3/it/System.Diagnostics.Process.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Process.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Process.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Process.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Process.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Process.xml", "ref/netstandard1.4/System.Diagnostics.Process.dll", + "ref/netstandard1.4/System.Diagnostics.Process.xml", + "ref/netstandard1.4/de/System.Diagnostics.Process.xml", + "ref/netstandard1.4/es/System.Diagnostics.Process.xml", + "ref/netstandard1.4/fr/System.Diagnostics.Process.xml", + "ref/netstandard1.4/it/System.Diagnostics.Process.xml", + "ref/netstandard1.4/ja/System.Diagnostics.Process.xml", + "ref/netstandard1.4/ko/System.Diagnostics.Process.xml", + "ref/netstandard1.4/ru/System.Diagnostics.Process.xml", + "ref/netstandard1.4/zh-hans/System.Diagnostics.Process.xml", + "ref/netstandard1.4/zh-hant/System.Diagnostics.Process.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -8951,7 +9242,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Diagnostics.Tools.dll", + "ref/netcore50/System.Diagnostics.Tools.xml", + "ref/netcore50/de/System.Diagnostics.Tools.xml", + "ref/netcore50/es/System.Diagnostics.Tools.xml", + "ref/netcore50/fr/System.Diagnostics.Tools.xml", + "ref/netcore50/it/System.Diagnostics.Tools.xml", + "ref/netcore50/ja/System.Diagnostics.Tools.xml", + "ref/netcore50/ko/System.Diagnostics.Tools.xml", + "ref/netcore50/ru/System.Diagnostics.Tools.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Tools.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Tools.xml", "ref/netstandard1.0/System.Diagnostics.Tools.dll", + "ref/netstandard1.0/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/de/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/es/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/fr/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/it/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ja/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ko/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ru/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/zh-hans/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/zh-hant/System.Diagnostics.Tools.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8989,10 +9300,60 @@ "ref/net45/_._", "ref/net462/System.Diagnostics.Tracing.dll", "ref/netcore50/System.Diagnostics.Tracing.dll", + "ref/netcore50/System.Diagnostics.Tracing.xml", + "ref/netcore50/de/System.Diagnostics.Tracing.xml", + "ref/netcore50/es/System.Diagnostics.Tracing.xml", + "ref/netcore50/fr/System.Diagnostics.Tracing.xml", + "ref/netcore50/it/System.Diagnostics.Tracing.xml", + "ref/netcore50/ja/System.Diagnostics.Tracing.xml", + "ref/netcore50/ko/System.Diagnostics.Tracing.xml", + "ref/netcore50/ru/System.Diagnostics.Tracing.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml", "ref/netstandard1.1/System.Diagnostics.Tracing.dll", + "ref/netstandard1.1/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/zh-hant/System.Diagnostics.Tracing.xml", "ref/netstandard1.2/System.Diagnostics.Tracing.dll", + "ref/netstandard1.2/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/zh-hant/System.Diagnostics.Tracing.xml", "ref/netstandard1.3/System.Diagnostics.Tracing.dll", + "ref/netstandard1.3/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Tracing.xml", "ref/netstandard1.5/System.Diagnostics.Tracing.dll", + "ref/netstandard1.5/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/zh-hant/System.Diagnostics.Tracing.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -9095,8 +9456,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", + "ref/netcore50/de/System.Globalization.xml", + "ref/netcore50/es/System.Globalization.xml", + "ref/netcore50/fr/System.Globalization.xml", + "ref/netcore50/it/System.Globalization.xml", + "ref/netcore50/ja/System.Globalization.xml", + "ref/netcore50/ko/System.Globalization.xml", + "ref/netcore50/ru/System.Globalization.xml", + "ref/netcore50/zh-hans/System.Globalization.xml", + "ref/netcore50/zh-hant/System.Globalization.xml", "ref/netstandard1.0/System.Globalization.dll", + "ref/netstandard1.0/System.Globalization.xml", + "ref/netstandard1.0/de/System.Globalization.xml", + "ref/netstandard1.0/es/System.Globalization.xml", + "ref/netstandard1.0/fr/System.Globalization.xml", + "ref/netstandard1.0/it/System.Globalization.xml", + "ref/netstandard1.0/ja/System.Globalization.xml", + "ref/netstandard1.0/ko/System.Globalization.xml", + "ref/netstandard1.0/ru/System.Globalization.xml", + "ref/netstandard1.0/zh-hans/System.Globalization.xml", + "ref/netstandard1.0/zh-hant/System.Globalization.xml", "ref/netstandard1.3/System.Globalization.dll", + "ref/netstandard1.3/System.Globalization.xml", + "ref/netstandard1.3/de/System.Globalization.xml", + "ref/netstandard1.3/es/System.Globalization.xml", + "ref/netstandard1.3/fr/System.Globalization.xml", + "ref/netstandard1.3/it/System.Globalization.xml", + "ref/netstandard1.3/ja/System.Globalization.xml", + "ref/netstandard1.3/ko/System.Globalization.xml", + "ref/netstandard1.3/ru/System.Globalization.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9129,6 +9520,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Globalization.Calendars.dll", "ref/netstandard1.3/System.Globalization.Calendars.dll", + "ref/netstandard1.3/System.Globalization.Calendars.xml", + "ref/netstandard1.3/de/System.Globalization.Calendars.xml", + "ref/netstandard1.3/es/System.Globalization.Calendars.xml", + "ref/netstandard1.3/fr/System.Globalization.Calendars.xml", + "ref/netstandard1.3/it/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ja/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ko/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ru/System.Globalization.Calendars.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.Calendars.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.Calendars.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -9157,6 +9558,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Globalization.Extensions.dll", "ref/netstandard1.3/System.Globalization.Extensions.dll", + "ref/netstandard1.3/System.Globalization.Extensions.xml", + "ref/netstandard1.3/de/System.Globalization.Extensions.xml", + "ref/netstandard1.3/es/System.Globalization.Extensions.xml", + "ref/netstandard1.3/fr/System.Globalization.Extensions.xml", + "ref/netstandard1.3/it/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ja/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ko/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ru/System.Globalization.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.Extensions.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -9168,15 +9579,14 @@ "system.globalization.extensions.nuspec" ] }, - "System.IdentityModel.Tokens.Jwt/7.0.0": { - "sha512": "3OpN2iJf8lxpzVeFeeZSLtR3co6uKBs3VudS3PkkgdX5WF9fqqdhRMYf7WbkxqWQP/9RpoFbD3RimhfJe3hlQQ==", + "System.IdentityModel.Tokens.Jwt/8.6.0": { + "sha512": "PbhxMaAejQ5pVStTsMPzja0Q2FOeEIOQy8isxw2tTxduqIjWRJ+P78bWGpaXH67Tkeb+2t91YBj2stXEw6vyZQ==", "type": "package", - "path": "system.identitymodel.tokens.jwt/7.0.0", + "path": "system.identitymodel.tokens.jwt/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/System.IdentityModel.Tokens.Jwt.dll", - "lib/net461/System.IdentityModel.Tokens.Jwt.xml", + "README.md", "lib/net462/System.IdentityModel.Tokens.Jwt.dll", "lib/net462/System.IdentityModel.Tokens.Jwt.xml", "lib/net472/System.IdentityModel.Tokens.Jwt.dll", @@ -9185,9 +9595,11 @@ "lib/net6.0/System.IdentityModel.Tokens.Jwt.xml", "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll", "lib/net8.0/System.IdentityModel.Tokens.Jwt.xml", + "lib/net9.0/System.IdentityModel.Tokens.Jwt.dll", + "lib/net9.0/System.IdentityModel.Tokens.Jwt.xml", "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll", "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.xml", - "system.identitymodel.tokens.jwt.7.0.0.nupkg.sha512", + "system.identitymodel.tokens.jwt.8.6.0.nupkg.sha512", "system.identitymodel.tokens.jwt.nuspec" ] }, @@ -9217,9 +9629,49 @@ "ref/net45/_._", "ref/net462/System.IO.dll", "ref/netcore50/System.IO.dll", + "ref/netcore50/System.IO.xml", + "ref/netcore50/de/System.IO.xml", + "ref/netcore50/es/System.IO.xml", + "ref/netcore50/fr/System.IO.xml", + "ref/netcore50/it/System.IO.xml", + "ref/netcore50/ja/System.IO.xml", + "ref/netcore50/ko/System.IO.xml", + "ref/netcore50/ru/System.IO.xml", + "ref/netcore50/zh-hans/System.IO.xml", + "ref/netcore50/zh-hant/System.IO.xml", "ref/netstandard1.0/System.IO.dll", + "ref/netstandard1.0/System.IO.xml", + "ref/netstandard1.0/de/System.IO.xml", + "ref/netstandard1.0/es/System.IO.xml", + "ref/netstandard1.0/fr/System.IO.xml", + "ref/netstandard1.0/it/System.IO.xml", + "ref/netstandard1.0/ja/System.IO.xml", + "ref/netstandard1.0/ko/System.IO.xml", + "ref/netstandard1.0/ru/System.IO.xml", + "ref/netstandard1.0/zh-hans/System.IO.xml", + "ref/netstandard1.0/zh-hant/System.IO.xml", "ref/netstandard1.3/System.IO.dll", + "ref/netstandard1.3/System.IO.xml", + "ref/netstandard1.3/de/System.IO.xml", + "ref/netstandard1.3/es/System.IO.xml", + "ref/netstandard1.3/fr/System.IO.xml", + "ref/netstandard1.3/it/System.IO.xml", + "ref/netstandard1.3/ja/System.IO.xml", + "ref/netstandard1.3/ko/System.IO.xml", + "ref/netstandard1.3/ru/System.IO.xml", + "ref/netstandard1.3/zh-hans/System.IO.xml", + "ref/netstandard1.3/zh-hant/System.IO.xml", "ref/netstandard1.5/System.IO.dll", + "ref/netstandard1.5/System.IO.xml", + "ref/netstandard1.5/de/System.IO.xml", + "ref/netstandard1.5/es/System.IO.xml", + "ref/netstandard1.5/fr/System.IO.xml", + "ref/netstandard1.5/it/System.IO.xml", + "ref/netstandard1.5/ja/System.IO.xml", + "ref/netstandard1.5/ko/System.IO.xml", + "ref/netstandard1.5/ru/System.IO.xml", + "ref/netstandard1.5/zh-hans/System.IO.xml", + "ref/netstandard1.5/zh-hant/System.IO.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9257,8 +9709,38 @@ "ref/net45/_._", "ref/net46/System.IO.Compression.dll", "ref/netcore50/System.IO.Compression.dll", + "ref/netcore50/System.IO.Compression.xml", + "ref/netcore50/de/System.IO.Compression.xml", + "ref/netcore50/es/System.IO.Compression.xml", + "ref/netcore50/fr/System.IO.Compression.xml", + "ref/netcore50/it/System.IO.Compression.xml", + "ref/netcore50/ja/System.IO.Compression.xml", + "ref/netcore50/ko/System.IO.Compression.xml", + "ref/netcore50/ru/System.IO.Compression.xml", + "ref/netcore50/zh-hans/System.IO.Compression.xml", + "ref/netcore50/zh-hant/System.IO.Compression.xml", "ref/netstandard1.1/System.IO.Compression.dll", + "ref/netstandard1.1/System.IO.Compression.xml", + "ref/netstandard1.1/de/System.IO.Compression.xml", + "ref/netstandard1.1/es/System.IO.Compression.xml", + "ref/netstandard1.1/fr/System.IO.Compression.xml", + "ref/netstandard1.1/it/System.IO.Compression.xml", + "ref/netstandard1.1/ja/System.IO.Compression.xml", + "ref/netstandard1.1/ko/System.IO.Compression.xml", + "ref/netstandard1.1/ru/System.IO.Compression.xml", + "ref/netstandard1.1/zh-hans/System.IO.Compression.xml", + "ref/netstandard1.1/zh-hant/System.IO.Compression.xml", "ref/netstandard1.3/System.IO.Compression.dll", + "ref/netstandard1.3/System.IO.Compression.xml", + "ref/netstandard1.3/de/System.IO.Compression.xml", + "ref/netstandard1.3/es/System.IO.Compression.xml", + "ref/netstandard1.3/fr/System.IO.Compression.xml", + "ref/netstandard1.3/it/System.IO.Compression.xml", + "ref/netstandard1.3/ja/System.IO.Compression.xml", + "ref/netstandard1.3/ko/System.IO.Compression.xml", + "ref/netstandard1.3/ru/System.IO.Compression.xml", + "ref/netstandard1.3/zh-hans/System.IO.Compression.xml", + "ref/netstandard1.3/zh-hant/System.IO.Compression.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -9294,6 +9776,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.Compression.ZipFile.dll", "ref/netstandard1.3/System.IO.Compression.ZipFile.dll", + "ref/netstandard1.3/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/de/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/es/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/fr/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/it/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ja/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ko/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ru/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/zh-hans/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/zh-hant/System.IO.Compression.ZipFile.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -9322,6 +9814,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.FileSystem.dll", "ref/netstandard1.3/System.IO.FileSystem.dll", + "ref/netstandard1.3/System.IO.FileSystem.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -9394,6 +9896,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.FileSystem.Primitives.dll", "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll", + "ref/netstandard1.3/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.Primitives.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -9457,8 +9969,38 @@ "ref/net45/_._", "ref/net463/System.Linq.dll", "ref/netcore50/System.Linq.dll", + "ref/netcore50/System.Linq.xml", + "ref/netcore50/de/System.Linq.xml", + "ref/netcore50/es/System.Linq.xml", + "ref/netcore50/fr/System.Linq.xml", + "ref/netcore50/it/System.Linq.xml", + "ref/netcore50/ja/System.Linq.xml", + "ref/netcore50/ko/System.Linq.xml", + "ref/netcore50/ru/System.Linq.xml", + "ref/netcore50/zh-hans/System.Linq.xml", + "ref/netcore50/zh-hant/System.Linq.xml", "ref/netstandard1.0/System.Linq.dll", + "ref/netstandard1.0/System.Linq.xml", + "ref/netstandard1.0/de/System.Linq.xml", + "ref/netstandard1.0/es/System.Linq.xml", + "ref/netstandard1.0/fr/System.Linq.xml", + "ref/netstandard1.0/it/System.Linq.xml", + "ref/netstandard1.0/ja/System.Linq.xml", + "ref/netstandard1.0/ko/System.Linq.xml", + "ref/netstandard1.0/ru/System.Linq.xml", + "ref/netstandard1.0/zh-hans/System.Linq.xml", + "ref/netstandard1.0/zh-hant/System.Linq.xml", "ref/netstandard1.6/System.Linq.dll", + "ref/netstandard1.6/System.Linq.xml", + "ref/netstandard1.6/de/System.Linq.xml", + "ref/netstandard1.6/es/System.Linq.xml", + "ref/netstandard1.6/fr/System.Linq.xml", + "ref/netstandard1.6/it/System.Linq.xml", + "ref/netstandard1.6/ja/System.Linq.xml", + "ref/netstandard1.6/ko/System.Linq.xml", + "ref/netstandard1.6/ru/System.Linq.xml", + "ref/netstandard1.6/zh-hans/System.Linq.xml", + "ref/netstandard1.6/zh-hant/System.Linq.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9499,9 +10041,49 @@ "ref/net45/_._", "ref/net463/System.Linq.Expressions.dll", "ref/netcore50/System.Linq.Expressions.dll", + "ref/netcore50/System.Linq.Expressions.xml", + "ref/netcore50/de/System.Linq.Expressions.xml", + "ref/netcore50/es/System.Linq.Expressions.xml", + "ref/netcore50/fr/System.Linq.Expressions.xml", + "ref/netcore50/it/System.Linq.Expressions.xml", + "ref/netcore50/ja/System.Linq.Expressions.xml", + "ref/netcore50/ko/System.Linq.Expressions.xml", + "ref/netcore50/ru/System.Linq.Expressions.xml", + "ref/netcore50/zh-hans/System.Linq.Expressions.xml", + "ref/netcore50/zh-hant/System.Linq.Expressions.xml", "ref/netstandard1.0/System.Linq.Expressions.dll", + "ref/netstandard1.0/System.Linq.Expressions.xml", + "ref/netstandard1.0/de/System.Linq.Expressions.xml", + "ref/netstandard1.0/es/System.Linq.Expressions.xml", + "ref/netstandard1.0/fr/System.Linq.Expressions.xml", + "ref/netstandard1.0/it/System.Linq.Expressions.xml", + "ref/netstandard1.0/ja/System.Linq.Expressions.xml", + "ref/netstandard1.0/ko/System.Linq.Expressions.xml", + "ref/netstandard1.0/ru/System.Linq.Expressions.xml", + "ref/netstandard1.0/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.0/zh-hant/System.Linq.Expressions.xml", "ref/netstandard1.3/System.Linq.Expressions.dll", + "ref/netstandard1.3/System.Linq.Expressions.xml", + "ref/netstandard1.3/de/System.Linq.Expressions.xml", + "ref/netstandard1.3/es/System.Linq.Expressions.xml", + "ref/netstandard1.3/fr/System.Linq.Expressions.xml", + "ref/netstandard1.3/it/System.Linq.Expressions.xml", + "ref/netstandard1.3/ja/System.Linq.Expressions.xml", + "ref/netstandard1.3/ko/System.Linq.Expressions.xml", + "ref/netstandard1.3/ru/System.Linq.Expressions.xml", + "ref/netstandard1.3/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.3/zh-hant/System.Linq.Expressions.xml", "ref/netstandard1.6/System.Linq.Expressions.dll", + "ref/netstandard1.6/System.Linq.Expressions.xml", + "ref/netstandard1.6/de/System.Linq.Expressions.xml", + "ref/netstandard1.6/es/System.Linq.Expressions.xml", + "ref/netstandard1.6/fr/System.Linq.Expressions.xml", + "ref/netstandard1.6/it/System.Linq.Expressions.xml", + "ref/netstandard1.6/ja/System.Linq.Expressions.xml", + "ref/netstandard1.6/ko/System.Linq.Expressions.xml", + "ref/netstandard1.6/ru/System.Linq.Expressions.xml", + "ref/netstandard1.6/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.6/zh-hant/System.Linq.Expressions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9549,7 +10131,9 @@ "DotNetPackageIcon.png", "README.md", "lib/net461/System.Memory.Data.dll", + "lib/net461/System.Memory.Data.xml", "lib/netstandard2.0/System.Memory.Data.dll", + "lib/netstandard2.0/System.Memory.Data.xml", "system.memory.data.1.0.2.nupkg.sha512", "system.memory.data.nuspec" ] @@ -9579,9 +10163,49 @@ "ref/monotouch10/_._", "ref/net45/_._", "ref/net46/System.Net.Http.dll", + "ref/net46/System.Net.Http.xml", + "ref/net46/de/System.Net.Http.xml", + "ref/net46/es/System.Net.Http.xml", + "ref/net46/fr/System.Net.Http.xml", + "ref/net46/it/System.Net.Http.xml", + "ref/net46/ja/System.Net.Http.xml", + "ref/net46/ko/System.Net.Http.xml", + "ref/net46/ru/System.Net.Http.xml", + "ref/net46/zh-hans/System.Net.Http.xml", + "ref/net46/zh-hant/System.Net.Http.xml", "ref/netcore50/System.Net.Http.dll", + "ref/netcore50/System.Net.Http.xml", + "ref/netcore50/de/System.Net.Http.xml", + "ref/netcore50/es/System.Net.Http.xml", + "ref/netcore50/fr/System.Net.Http.xml", + "ref/netcore50/it/System.Net.Http.xml", + "ref/netcore50/ja/System.Net.Http.xml", + "ref/netcore50/ko/System.Net.Http.xml", + "ref/netcore50/ru/System.Net.Http.xml", + "ref/netcore50/zh-hans/System.Net.Http.xml", + "ref/netcore50/zh-hant/System.Net.Http.xml", "ref/netstandard1.1/System.Net.Http.dll", + "ref/netstandard1.1/System.Net.Http.xml", + "ref/netstandard1.1/de/System.Net.Http.xml", + "ref/netstandard1.1/es/System.Net.Http.xml", + "ref/netstandard1.1/fr/System.Net.Http.xml", + "ref/netstandard1.1/it/System.Net.Http.xml", + "ref/netstandard1.1/ja/System.Net.Http.xml", + "ref/netstandard1.1/ko/System.Net.Http.xml", + "ref/netstandard1.1/ru/System.Net.Http.xml", + "ref/netstandard1.1/zh-hans/System.Net.Http.xml", + "ref/netstandard1.1/zh-hant/System.Net.Http.xml", "ref/netstandard1.3/System.Net.Http.dll", + "ref/netstandard1.3/System.Net.Http.xml", + "ref/netstandard1.3/de/System.Net.Http.xml", + "ref/netstandard1.3/es/System.Net.Http.xml", + "ref/netstandard1.3/fr/System.Net.Http.xml", + "ref/netstandard1.3/it/System.Net.Http.xml", + "ref/netstandard1.3/ja/System.Net.Http.xml", + "ref/netstandard1.3/ko/System.Net.Http.xml", + "ref/netstandard1.3/ru/System.Net.Http.xml", + "ref/netstandard1.3/zh-hans/System.Net.Http.xml", + "ref/netstandard1.3/zh-hant/System.Net.Http.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -9620,9 +10244,49 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Net.Primitives.dll", + "ref/netcore50/System.Net.Primitives.xml", + "ref/netcore50/de/System.Net.Primitives.xml", + "ref/netcore50/es/System.Net.Primitives.xml", + "ref/netcore50/fr/System.Net.Primitives.xml", + "ref/netcore50/it/System.Net.Primitives.xml", + "ref/netcore50/ja/System.Net.Primitives.xml", + "ref/netcore50/ko/System.Net.Primitives.xml", + "ref/netcore50/ru/System.Net.Primitives.xml", + "ref/netcore50/zh-hans/System.Net.Primitives.xml", + "ref/netcore50/zh-hant/System.Net.Primitives.xml", "ref/netstandard1.0/System.Net.Primitives.dll", + "ref/netstandard1.0/System.Net.Primitives.xml", + "ref/netstandard1.0/de/System.Net.Primitives.xml", + "ref/netstandard1.0/es/System.Net.Primitives.xml", + "ref/netstandard1.0/fr/System.Net.Primitives.xml", + "ref/netstandard1.0/it/System.Net.Primitives.xml", + "ref/netstandard1.0/ja/System.Net.Primitives.xml", + "ref/netstandard1.0/ko/System.Net.Primitives.xml", + "ref/netstandard1.0/ru/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Net.Primitives.xml", "ref/netstandard1.1/System.Net.Primitives.dll", + "ref/netstandard1.1/System.Net.Primitives.xml", + "ref/netstandard1.1/de/System.Net.Primitives.xml", + "ref/netstandard1.1/es/System.Net.Primitives.xml", + "ref/netstandard1.1/fr/System.Net.Primitives.xml", + "ref/netstandard1.1/it/System.Net.Primitives.xml", + "ref/netstandard1.1/ja/System.Net.Primitives.xml", + "ref/netstandard1.1/ko/System.Net.Primitives.xml", + "ref/netstandard1.1/ru/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hant/System.Net.Primitives.xml", "ref/netstandard1.3/System.Net.Primitives.dll", + "ref/netstandard1.3/System.Net.Primitives.xml", + "ref/netstandard1.3/de/System.Net.Primitives.xml", + "ref/netstandard1.3/es/System.Net.Primitives.xml", + "ref/netstandard1.3/fr/System.Net.Primitives.xml", + "ref/netstandard1.3/it/System.Net.Primitives.xml", + "ref/netstandard1.3/ja/System.Net.Primitives.xml", + "ref/netstandard1.3/ko/System.Net.Primitives.xml", + "ref/netstandard1.3/ru/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.Net.Primitives.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9655,6 +10319,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Net.Sockets.dll", "ref/netstandard1.3/System.Net.Sockets.dll", + "ref/netstandard1.3/System.Net.Sockets.xml", + "ref/netstandard1.3/de/System.Net.Sockets.xml", + "ref/netstandard1.3/es/System.Net.Sockets.xml", + "ref/netstandard1.3/fr/System.Net.Sockets.xml", + "ref/netstandard1.3/it/System.Net.Sockets.xml", + "ref/netstandard1.3/ja/System.Net.Sockets.xml", + "ref/netstandard1.3/ko/System.Net.Sockets.xml", + "ref/netstandard1.3/ru/System.Net.Sockets.xml", + "ref/netstandard1.3/zh-hans/System.Net.Sockets.xml", + "ref/netstandard1.3/zh-hant/System.Net.Sockets.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -9675,9 +10349,12 @@ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/System.Numerics.Vectors.dll", + "lib/net46/System.Numerics.Vectors.xml", "lib/netcoreapp2.0/_._", "lib/netstandard1.0/System.Numerics.Vectors.dll", + "lib/netstandard1.0/System.Numerics.Vectors.xml", "lib/netstandard2.0/System.Numerics.Vectors.dll", + "lib/netstandard2.0/System.Numerics.Vectors.xml", "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll", "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml", "lib/uap10.0.16299/_._", @@ -9688,10 +10365,14 @@ "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net45/System.Numerics.Vectors.dll", + "ref/net45/System.Numerics.Vectors.xml", "ref/net46/System.Numerics.Vectors.dll", + "ref/net46/System.Numerics.Vectors.xml", "ref/netcoreapp2.0/_._", "ref/netstandard1.0/System.Numerics.Vectors.dll", + "ref/netstandard1.0/System.Numerics.Vectors.xml", "ref/netstandard2.0/System.Numerics.Vectors.dll", + "ref/netstandard2.0/System.Numerics.Vectors.xml", "ref/uap10.0.16299/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", @@ -9729,8 +10410,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.ObjectModel.dll", + "ref/netcore50/System.ObjectModel.xml", + "ref/netcore50/de/System.ObjectModel.xml", + "ref/netcore50/es/System.ObjectModel.xml", + "ref/netcore50/fr/System.ObjectModel.xml", + "ref/netcore50/it/System.ObjectModel.xml", + "ref/netcore50/ja/System.ObjectModel.xml", + "ref/netcore50/ko/System.ObjectModel.xml", + "ref/netcore50/ru/System.ObjectModel.xml", + "ref/netcore50/zh-hans/System.ObjectModel.xml", + "ref/netcore50/zh-hant/System.ObjectModel.xml", "ref/netstandard1.0/System.ObjectModel.dll", + "ref/netstandard1.0/System.ObjectModel.xml", + "ref/netstandard1.0/de/System.ObjectModel.xml", + "ref/netstandard1.0/es/System.ObjectModel.xml", + "ref/netstandard1.0/fr/System.ObjectModel.xml", + "ref/netstandard1.0/it/System.ObjectModel.xml", + "ref/netstandard1.0/ja/System.ObjectModel.xml", + "ref/netstandard1.0/ko/System.ObjectModel.xml", + "ref/netstandard1.0/ru/System.ObjectModel.xml", + "ref/netstandard1.0/zh-hans/System.ObjectModel.xml", + "ref/netstandard1.0/zh-hant/System.ObjectModel.xml", "ref/netstandard1.3/System.ObjectModel.dll", + "ref/netstandard1.3/System.ObjectModel.xml", + "ref/netstandard1.3/de/System.ObjectModel.xml", + "ref/netstandard1.3/es/System.ObjectModel.xml", + "ref/netstandard1.3/fr/System.ObjectModel.xml", + "ref/netstandard1.3/it/System.ObjectModel.xml", + "ref/netstandard1.3/ja/System.ObjectModel.xml", + "ref/netstandard1.3/ko/System.ObjectModel.xml", + "ref/netstandard1.3/ru/System.ObjectModel.xml", + "ref/netstandard1.3/zh-hans/System.ObjectModel.xml", + "ref/netstandard1.3/zh-hant/System.ObjectModel.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9785,9 +10496,49 @@ "ref/net45/_._", "ref/net462/System.Reflection.dll", "ref/netcore50/System.Reflection.dll", + "ref/netcore50/System.Reflection.xml", + "ref/netcore50/de/System.Reflection.xml", + "ref/netcore50/es/System.Reflection.xml", + "ref/netcore50/fr/System.Reflection.xml", + "ref/netcore50/it/System.Reflection.xml", + "ref/netcore50/ja/System.Reflection.xml", + "ref/netcore50/ko/System.Reflection.xml", + "ref/netcore50/ru/System.Reflection.xml", + "ref/netcore50/zh-hans/System.Reflection.xml", + "ref/netcore50/zh-hant/System.Reflection.xml", "ref/netstandard1.0/System.Reflection.dll", + "ref/netstandard1.0/System.Reflection.xml", + "ref/netstandard1.0/de/System.Reflection.xml", + "ref/netstandard1.0/es/System.Reflection.xml", + "ref/netstandard1.0/fr/System.Reflection.xml", + "ref/netstandard1.0/it/System.Reflection.xml", + "ref/netstandard1.0/ja/System.Reflection.xml", + "ref/netstandard1.0/ko/System.Reflection.xml", + "ref/netstandard1.0/ru/System.Reflection.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.xml", "ref/netstandard1.3/System.Reflection.dll", + "ref/netstandard1.3/System.Reflection.xml", + "ref/netstandard1.3/de/System.Reflection.xml", + "ref/netstandard1.3/es/System.Reflection.xml", + "ref/netstandard1.3/fr/System.Reflection.xml", + "ref/netstandard1.3/it/System.Reflection.xml", + "ref/netstandard1.3/ja/System.Reflection.xml", + "ref/netstandard1.3/ko/System.Reflection.xml", + "ref/netstandard1.3/ru/System.Reflection.xml", + "ref/netstandard1.3/zh-hans/System.Reflection.xml", + "ref/netstandard1.3/zh-hant/System.Reflection.xml", "ref/netstandard1.5/System.Reflection.dll", + "ref/netstandard1.5/System.Reflection.xml", + "ref/netstandard1.5/de/System.Reflection.xml", + "ref/netstandard1.5/es/System.Reflection.xml", + "ref/netstandard1.5/fr/System.Reflection.xml", + "ref/netstandard1.5/it/System.Reflection.xml", + "ref/netstandard1.5/ja/System.Reflection.xml", + "ref/netstandard1.5/ko/System.Reflection.xml", + "ref/netstandard1.5/ru/System.Reflection.xml", + "ref/netstandard1.5/zh-hans/System.Reflection.xml", + "ref/netstandard1.5/zh-hant/System.Reflection.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9821,6 +10572,16 @@ "ref/MonoAndroid10/_._", "ref/net45/_._", "ref/netstandard1.1/System.Reflection.Emit.dll", + "ref/netstandard1.1/System.Reflection.Emit.xml", + "ref/netstandard1.1/de/System.Reflection.Emit.xml", + "ref/netstandard1.1/es/System.Reflection.Emit.xml", + "ref/netstandard1.1/fr/System.Reflection.Emit.xml", + "ref/netstandard1.1/it/System.Reflection.Emit.xml", + "ref/netstandard1.1/ja/System.Reflection.Emit.xml", + "ref/netstandard1.1/ko/System.Reflection.Emit.xml", + "ref/netstandard1.1/ru/System.Reflection.Emit.xml", + "ref/netstandard1.1/zh-hans/System.Reflection.Emit.xml", + "ref/netstandard1.1/zh-hant/System.Reflection.Emit.xml", "ref/xamarinmac20/_._", "system.reflection.emit.4.3.0.nupkg.sha512", "system.reflection.emit.nuspec" @@ -9850,6 +10611,16 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll", + "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/de/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/es/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/fr/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/it/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ja/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ko/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ru/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Emit.ILGeneration.xml", "ref/portable-net45+wp8/_._", "ref/wp80/_._", "ref/xamarinios10/_._", @@ -9885,6 +10656,16 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netstandard1.0/System.Reflection.Emit.Lightweight.dll", + "ref/netstandard1.0/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/de/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/es/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/fr/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/it/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ja/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ko/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ru/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Emit.Lightweight.xml", "ref/portable-net45+wp8/_._", "ref/wp80/_._", "ref/xamarinios10/_._", @@ -9920,7 +10701,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Reflection.Extensions.dll", + "ref/netcore50/System.Reflection.Extensions.xml", + "ref/netcore50/de/System.Reflection.Extensions.xml", + "ref/netcore50/es/System.Reflection.Extensions.xml", + "ref/netcore50/fr/System.Reflection.Extensions.xml", + "ref/netcore50/it/System.Reflection.Extensions.xml", + "ref/netcore50/ja/System.Reflection.Extensions.xml", + "ref/netcore50/ko/System.Reflection.Extensions.xml", + "ref/netcore50/ru/System.Reflection.Extensions.xml", + "ref/netcore50/zh-hans/System.Reflection.Extensions.xml", + "ref/netcore50/zh-hant/System.Reflection.Extensions.xml", "ref/netstandard1.0/System.Reflection.Extensions.dll", + "ref/netstandard1.0/System.Reflection.Extensions.xml", + "ref/netstandard1.0/de/System.Reflection.Extensions.xml", + "ref/netstandard1.0/es/System.Reflection.Extensions.xml", + "ref/netstandard1.0/fr/System.Reflection.Extensions.xml", + "ref/netstandard1.0/it/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ja/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ko/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ru/System.Reflection.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Extensions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9985,7 +10786,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/netcore50/de/System.Reflection.Primitives.xml", + "ref/netcore50/es/System.Reflection.Primitives.xml", + "ref/netcore50/fr/System.Reflection.Primitives.xml", + "ref/netcore50/it/System.Reflection.Primitives.xml", + "ref/netcore50/ja/System.Reflection.Primitives.xml", + "ref/netcore50/ko/System.Reflection.Primitives.xml", + "ref/netcore50/ru/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hans/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hant/System.Reflection.Primitives.xml", "ref/netstandard1.0/System.Reflection.Primitives.dll", + "ref/netstandard1.0/System.Reflection.Primitives.xml", + "ref/netstandard1.0/de/System.Reflection.Primitives.xml", + "ref/netstandard1.0/es/System.Reflection.Primitives.xml", + "ref/netstandard1.0/fr/System.Reflection.Primitives.xml", + "ref/netstandard1.0/it/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ja/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ko/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ru/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -10076,7 +10897,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/netcore50/System.Resources.ResourceManager.xml", + "ref/netcore50/de/System.Resources.ResourceManager.xml", + "ref/netcore50/es/System.Resources.ResourceManager.xml", + "ref/netcore50/fr/System.Resources.ResourceManager.xml", + "ref/netcore50/it/System.Resources.ResourceManager.xml", + "ref/netcore50/ja/System.Resources.ResourceManager.xml", + "ref/netcore50/ko/System.Resources.ResourceManager.xml", + "ref/netcore50/ru/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml", "ref/netstandard1.0/System.Resources.ResourceManager.dll", + "ref/netstandard1.0/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/de/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/es/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/it/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -10115,10 +10956,60 @@ "ref/net45/_._", "ref/net462/System.Runtime.dll", "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", + "ref/netcore50/de/System.Runtime.xml", + "ref/netcore50/es/System.Runtime.xml", + "ref/netcore50/fr/System.Runtime.xml", + "ref/netcore50/it/System.Runtime.xml", + "ref/netcore50/ja/System.Runtime.xml", + "ref/netcore50/ko/System.Runtime.xml", + "ref/netcore50/ru/System.Runtime.xml", + "ref/netcore50/zh-hans/System.Runtime.xml", + "ref/netcore50/zh-hant/System.Runtime.xml", "ref/netstandard1.0/System.Runtime.dll", + "ref/netstandard1.0/System.Runtime.xml", + "ref/netstandard1.0/de/System.Runtime.xml", + "ref/netstandard1.0/es/System.Runtime.xml", + "ref/netstandard1.0/fr/System.Runtime.xml", + "ref/netstandard1.0/it/System.Runtime.xml", + "ref/netstandard1.0/ja/System.Runtime.xml", + "ref/netstandard1.0/ko/System.Runtime.xml", + "ref/netstandard1.0/ru/System.Runtime.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.xml", "ref/netstandard1.2/System.Runtime.dll", + "ref/netstandard1.2/System.Runtime.xml", + "ref/netstandard1.2/de/System.Runtime.xml", + "ref/netstandard1.2/es/System.Runtime.xml", + "ref/netstandard1.2/fr/System.Runtime.xml", + "ref/netstandard1.2/it/System.Runtime.xml", + "ref/netstandard1.2/ja/System.Runtime.xml", + "ref/netstandard1.2/ko/System.Runtime.xml", + "ref/netstandard1.2/ru/System.Runtime.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.xml", "ref/netstandard1.3/System.Runtime.dll", + "ref/netstandard1.3/System.Runtime.xml", + "ref/netstandard1.3/de/System.Runtime.xml", + "ref/netstandard1.3/es/System.Runtime.xml", + "ref/netstandard1.3/fr/System.Runtime.xml", + "ref/netstandard1.3/it/System.Runtime.xml", + "ref/netstandard1.3/ja/System.Runtime.xml", + "ref/netstandard1.3/ko/System.Runtime.xml", + "ref/netstandard1.3/ru/System.Runtime.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.xml", "ref/netstandard1.5/System.Runtime.dll", + "ref/netstandard1.5/System.Runtime.xml", + "ref/netstandard1.5/de/System.Runtime.xml", + "ref/netstandard1.5/es/System.Runtime.xml", + "ref/netstandard1.5/fr/System.Runtime.xml", + "ref/netstandard1.5/it/System.Runtime.xml", + "ref/netstandard1.5/ja/System.Runtime.xml", + "ref/netstandard1.5/ko/System.Runtime.xml", + "ref/netstandard1.5/ru/System.Runtime.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.xml", "ref/portable-net45+win8+wp80+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -10181,9 +11072,13 @@ "buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets", "buildTransitive/netcoreapp3.1/_._", "lib/net461/System.Runtime.CompilerServices.Unsafe.dll", + "lib/net461/System.Runtime.CompilerServices.Unsafe.xml", "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml", "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.xml", "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", "system.runtime.compilerservices.unsafe.nuspec", "useSharedDesignerContext.txt" @@ -10215,9 +11110,49 @@ "ref/net45/_._", "ref/net462/System.Runtime.Extensions.dll", "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", + "ref/netcore50/de/System.Runtime.Extensions.xml", + "ref/netcore50/es/System.Runtime.Extensions.xml", + "ref/netcore50/fr/System.Runtime.Extensions.xml", + "ref/netcore50/it/System.Runtime.Extensions.xml", + "ref/netcore50/ja/System.Runtime.Extensions.xml", + "ref/netcore50/ko/System.Runtime.Extensions.xml", + "ref/netcore50/ru/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/netstandard1.0/System.Runtime.Extensions.dll", + "ref/netstandard1.0/System.Runtime.Extensions.xml", + "ref/netstandard1.0/de/System.Runtime.Extensions.xml", + "ref/netstandard1.0/es/System.Runtime.Extensions.xml", + "ref/netstandard1.0/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.0/it/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml", "ref/netstandard1.3/System.Runtime.Extensions.dll", + "ref/netstandard1.3/System.Runtime.Extensions.xml", + "ref/netstandard1.3/de/System.Runtime.Extensions.xml", + "ref/netstandard1.3/es/System.Runtime.Extensions.xml", + "ref/netstandard1.3/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.3/it/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml", "ref/netstandard1.5/System.Runtime.Extensions.dll", + "ref/netstandard1.5/System.Runtime.Extensions.xml", + "ref/netstandard1.5/de/System.Runtime.Extensions.xml", + "ref/netstandard1.5/es/System.Runtime.Extensions.xml", + "ref/netstandard1.5/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.5/it/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -10250,6 +11185,16 @@ "ref/MonoTouch10/_._", "ref/net46/_._", "ref/netstandard1.3/System.Runtime.Handles.dll", + "ref/netstandard1.3/System.Runtime.Handles.xml", + "ref/netstandard1.3/de/System.Runtime.Handles.xml", + "ref/netstandard1.3/es/System.Runtime.Handles.xml", + "ref/netstandard1.3/fr/System.Runtime.Handles.xml", + "ref/netstandard1.3/it/System.Runtime.Handles.xml", + "ref/netstandard1.3/ja/System.Runtime.Handles.xml", + "ref/netstandard1.3/ko/System.Runtime.Handles.xml", + "ref/netstandard1.3/ru/System.Runtime.Handles.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Handles.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Handles.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -10285,11 +11230,61 @@ "ref/net462/System.Runtime.InteropServices.dll", "ref/net463/System.Runtime.InteropServices.dll", "ref/netcore50/System.Runtime.InteropServices.dll", + "ref/netcore50/System.Runtime.InteropServices.xml", + "ref/netcore50/de/System.Runtime.InteropServices.xml", + "ref/netcore50/es/System.Runtime.InteropServices.xml", + "ref/netcore50/fr/System.Runtime.InteropServices.xml", + "ref/netcore50/it/System.Runtime.InteropServices.xml", + "ref/netcore50/ja/System.Runtime.InteropServices.xml", + "ref/netcore50/ko/System.Runtime.InteropServices.xml", + "ref/netcore50/ru/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hans/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hant/System.Runtime.InteropServices.xml", "ref/netcoreapp1.1/System.Runtime.InteropServices.dll", "ref/netstandard1.1/System.Runtime.InteropServices.dll", + "ref/netstandard1.1/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml", "ref/netstandard1.2/System.Runtime.InteropServices.dll", + "ref/netstandard1.2/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml", "ref/netstandard1.3/System.Runtime.InteropServices.dll", + "ref/netstandard1.3/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml", "ref/netstandard1.5/System.Runtime.InteropServices.dll", + "ref/netstandard1.5/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -10361,7 +11356,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Runtime.Numerics.dll", + "ref/netcore50/System.Runtime.Numerics.xml", + "ref/netcore50/de/System.Runtime.Numerics.xml", + "ref/netcore50/es/System.Runtime.Numerics.xml", + "ref/netcore50/fr/System.Runtime.Numerics.xml", + "ref/netcore50/it/System.Runtime.Numerics.xml", + "ref/netcore50/ja/System.Runtime.Numerics.xml", + "ref/netcore50/ko/System.Runtime.Numerics.xml", + "ref/netcore50/ru/System.Runtime.Numerics.xml", + "ref/netcore50/zh-hans/System.Runtime.Numerics.xml", + "ref/netcore50/zh-hant/System.Runtime.Numerics.xml", "ref/netstandard1.1/System.Runtime.Numerics.dll", + "ref/netstandard1.1/System.Runtime.Numerics.xml", + "ref/netstandard1.1/de/System.Runtime.Numerics.xml", + "ref/netstandard1.1/es/System.Runtime.Numerics.xml", + "ref/netstandard1.1/fr/System.Runtime.Numerics.xml", + "ref/netstandard1.1/it/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ja/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ko/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ru/System.Runtime.Numerics.xml", + "ref/netstandard1.1/zh-hans/System.Runtime.Numerics.xml", + "ref/netstandard1.1/zh-hant/System.Runtime.Numerics.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -10399,7 +11414,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Runtime.Serialization.Json.dll", + "ref/netcore50/System.Runtime.Serialization.Json.xml", + "ref/netcore50/de/System.Runtime.Serialization.Json.xml", + "ref/netcore50/es/System.Runtime.Serialization.Json.xml", + "ref/netcore50/fr/System.Runtime.Serialization.Json.xml", + "ref/netcore50/it/System.Runtime.Serialization.Json.xml", + "ref/netcore50/ja/System.Runtime.Serialization.Json.xml", + "ref/netcore50/ko/System.Runtime.Serialization.Json.xml", + "ref/netcore50/ru/System.Runtime.Serialization.Json.xml", + "ref/netcore50/zh-hans/System.Runtime.Serialization.Json.xml", + "ref/netcore50/zh-hant/System.Runtime.Serialization.Json.xml", "ref/netstandard1.0/System.Runtime.Serialization.Json.dll", + "ref/netstandard1.0/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/de/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/es/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/fr/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/it/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/ja/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/ko/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/ru/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Json.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -10440,8 +11475,38 @@ "ref/net45/_._", "ref/net46/System.Runtime.Serialization.Primitives.dll", "ref/netcore50/System.Runtime.Serialization.Primitives.dll", + "ref/netcore50/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/de/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/es/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/fr/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/it/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/ja/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/ko/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/ru/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/zh-hans/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/zh-hant/System.Runtime.Serialization.Primitives.xml", "ref/netstandard1.0/System.Runtime.Serialization.Primitives.dll", + "ref/netstandard1.0/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/de/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/es/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/fr/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/it/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/ja/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/ko/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/ru/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Primitives.xml", "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll", + "ref/netstandard1.3/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/de/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/es/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/fr/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/it/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/ja/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/ko/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/ru/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Serialization.Primitives.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -10658,6 +11723,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Security.Cryptography.Encoding.dll", "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll", + "ref/netstandard1.3/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/de/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/es/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/fr/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/it/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ja/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ko/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ru/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/zh-hans/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/zh-hant/System.Security.Cryptography.Encoding.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -10771,7 +11846,27 @@ "ref/net46/System.Security.Cryptography.X509Certificates.dll", "ref/net461/System.Security.Cryptography.X509Certificates.dll", "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/de/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/es/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/fr/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/it/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ja/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ko/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ru/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/zh-hant/System.Security.Cryptography.X509Certificates.xml", "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/de/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/es/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/fr/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/it/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ja/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ko/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ru/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/zh-hant/System.Security.Cryptography.X509Certificates.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -10893,8 +11988,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Text.Encoding.dll", + "ref/netcore50/System.Text.Encoding.xml", + "ref/netcore50/de/System.Text.Encoding.xml", + "ref/netcore50/es/System.Text.Encoding.xml", + "ref/netcore50/fr/System.Text.Encoding.xml", + "ref/netcore50/it/System.Text.Encoding.xml", + "ref/netcore50/ja/System.Text.Encoding.xml", + "ref/netcore50/ko/System.Text.Encoding.xml", + "ref/netcore50/ru/System.Text.Encoding.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.xml", "ref/netstandard1.0/System.Text.Encoding.dll", + "ref/netstandard1.0/System.Text.Encoding.xml", + "ref/netstandard1.0/de/System.Text.Encoding.xml", + "ref/netstandard1.0/es/System.Text.Encoding.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.xml", + "ref/netstandard1.0/it/System.Text.Encoding.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml", "ref/netstandard1.3/System.Text.Encoding.dll", + "ref/netstandard1.3/System.Text.Encoding.xml", + "ref/netstandard1.3/de/System.Text.Encoding.xml", + "ref/netstandard1.3/es/System.Text.Encoding.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.xml", + "ref/netstandard1.3/it/System.Text.Encoding.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -10970,8 +12095,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Text.Encoding.Extensions.dll", + "ref/netcore50/System.Text.Encoding.Extensions.xml", + "ref/netcore50/de/System.Text.Encoding.Extensions.xml", + "ref/netcore50/es/System.Text.Encoding.Extensions.xml", + "ref/netcore50/fr/System.Text.Encoding.Extensions.xml", + "ref/netcore50/it/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ja/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ko/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ru/System.Text.Encoding.Extensions.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml", "ref/netstandard1.0/System.Text.Encoding.Extensions.dll", + "ref/netstandard1.0/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/de/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/es/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/it/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.Extensions.xml", "ref/netstandard1.3/System.Text.Encoding.Extensions.dll", + "ref/netstandard1.3/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/de/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/es/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/it/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.Extensions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -11110,10 +12265,50 @@ "ref/net45/_._", "ref/net463/System.Text.RegularExpressions.dll", "ref/netcore50/System.Text.RegularExpressions.dll", + "ref/netcore50/System.Text.RegularExpressions.xml", + "ref/netcore50/de/System.Text.RegularExpressions.xml", + "ref/netcore50/es/System.Text.RegularExpressions.xml", + "ref/netcore50/fr/System.Text.RegularExpressions.xml", + "ref/netcore50/it/System.Text.RegularExpressions.xml", + "ref/netcore50/ja/System.Text.RegularExpressions.xml", + "ref/netcore50/ko/System.Text.RegularExpressions.xml", + "ref/netcore50/ru/System.Text.RegularExpressions.xml", + "ref/netcore50/zh-hans/System.Text.RegularExpressions.xml", + "ref/netcore50/zh-hant/System.Text.RegularExpressions.xml", "ref/netcoreapp1.1/System.Text.RegularExpressions.dll", "ref/netstandard1.0/System.Text.RegularExpressions.dll", + "ref/netstandard1.0/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/zh-hant/System.Text.RegularExpressions.xml", "ref/netstandard1.3/System.Text.RegularExpressions.dll", + "ref/netstandard1.3/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/zh-hant/System.Text.RegularExpressions.xml", "ref/netstandard1.6/System.Text.RegularExpressions.dll", + "ref/netstandard1.6/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/zh-hant/System.Text.RegularExpressions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -11152,8 +12347,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", + "ref/netcore50/de/System.Threading.xml", + "ref/netcore50/es/System.Threading.xml", + "ref/netcore50/fr/System.Threading.xml", + "ref/netcore50/it/System.Threading.xml", + "ref/netcore50/ja/System.Threading.xml", + "ref/netcore50/ko/System.Threading.xml", + "ref/netcore50/ru/System.Threading.xml", + "ref/netcore50/zh-hans/System.Threading.xml", + "ref/netcore50/zh-hant/System.Threading.xml", "ref/netstandard1.0/System.Threading.dll", + "ref/netstandard1.0/System.Threading.xml", + "ref/netstandard1.0/de/System.Threading.xml", + "ref/netstandard1.0/es/System.Threading.xml", + "ref/netstandard1.0/fr/System.Threading.xml", + "ref/netstandard1.0/it/System.Threading.xml", + "ref/netstandard1.0/ja/System.Threading.xml", + "ref/netstandard1.0/ko/System.Threading.xml", + "ref/netstandard1.0/ru/System.Threading.xml", + "ref/netstandard1.0/zh-hans/System.Threading.xml", + "ref/netstandard1.0/zh-hant/System.Threading.xml", "ref/netstandard1.3/System.Threading.dll", + "ref/netstandard1.3/System.Threading.xml", + "ref/netstandard1.3/de/System.Threading.xml", + "ref/netstandard1.3/es/System.Threading.xml", + "ref/netstandard1.3/fr/System.Threading.xml", + "ref/netstandard1.3/it/System.Threading.xml", + "ref/netstandard1.3/ja/System.Threading.xml", + "ref/netstandard1.3/ko/System.Threading.xml", + "ref/netstandard1.3/ru/System.Threading.xml", + "ref/netstandard1.3/zh-hans/System.Threading.xml", + "ref/netstandard1.3/zh-hant/System.Threading.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -11220,8 +12445,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Threading.Tasks.dll", + "ref/netcore50/System.Threading.Tasks.xml", + "ref/netcore50/de/System.Threading.Tasks.xml", + "ref/netcore50/es/System.Threading.Tasks.xml", + "ref/netcore50/fr/System.Threading.Tasks.xml", + "ref/netcore50/it/System.Threading.Tasks.xml", + "ref/netcore50/ja/System.Threading.Tasks.xml", + "ref/netcore50/ko/System.Threading.Tasks.xml", + "ref/netcore50/ru/System.Threading.Tasks.xml", + "ref/netcore50/zh-hans/System.Threading.Tasks.xml", + "ref/netcore50/zh-hant/System.Threading.Tasks.xml", "ref/netstandard1.0/System.Threading.Tasks.dll", + "ref/netstandard1.0/System.Threading.Tasks.xml", + "ref/netstandard1.0/de/System.Threading.Tasks.xml", + "ref/netstandard1.0/es/System.Threading.Tasks.xml", + "ref/netstandard1.0/fr/System.Threading.Tasks.xml", + "ref/netstandard1.0/it/System.Threading.Tasks.xml", + "ref/netstandard1.0/ja/System.Threading.Tasks.xml", + "ref/netstandard1.0/ko/System.Threading.Tasks.xml", + "ref/netstandard1.0/ru/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml", "ref/netstandard1.3/System.Threading.Tasks.dll", + "ref/netstandard1.3/System.Threading.Tasks.xml", + "ref/netstandard1.3/de/System.Threading.Tasks.xml", + "ref/netstandard1.3/es/System.Threading.Tasks.xml", + "ref/netstandard1.3/fr/System.Threading.Tasks.xml", + "ref/netstandard1.3/it/System.Threading.Tasks.xml", + "ref/netstandard1.3/ja/System.Threading.Tasks.xml", + "ref/netstandard1.3/ko/System.Threading.Tasks.xml", + "ref/netstandard1.3/ru/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -11246,9 +12501,12 @@ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net461/System.Threading.Tasks.Extensions.dll", + "lib/net461/System.Threading.Tasks.Extensions.xml", "lib/netcoreapp2.1/_._", "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml", "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", "lib/xamarinios10/_._", @@ -11290,6 +12548,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Threading.Thread.dll", "ref/netstandard1.3/System.Threading.Thread.dll", + "ref/netstandard1.3/System.Threading.Thread.xml", + "ref/netstandard1.3/de/System.Threading.Thread.xml", + "ref/netstandard1.3/es/System.Threading.Thread.xml", + "ref/netstandard1.3/fr/System.Threading.Thread.xml", + "ref/netstandard1.3/it/System.Threading.Thread.xml", + "ref/netstandard1.3/ja/System.Threading.Thread.xml", + "ref/netstandard1.3/ko/System.Threading.Thread.xml", + "ref/netstandard1.3/ru/System.Threading.Thread.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Thread.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Thread.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -11320,6 +12588,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Threading.ThreadPool.dll", "ref/netstandard1.3/System.Threading.ThreadPool.dll", + "ref/netstandard1.3/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/de/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/es/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/fr/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/it/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ja/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ko/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ru/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/zh-hans/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/zh-hant/System.Threading.ThreadPool.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -11351,7 +12629,27 @@ "ref/MonoTouch10/_._", "ref/net451/_._", "ref/netcore50/System.Threading.Timer.dll", + "ref/netcore50/System.Threading.Timer.xml", + "ref/netcore50/de/System.Threading.Timer.xml", + "ref/netcore50/es/System.Threading.Timer.xml", + "ref/netcore50/fr/System.Threading.Timer.xml", + "ref/netcore50/it/System.Threading.Timer.xml", + "ref/netcore50/ja/System.Threading.Timer.xml", + "ref/netcore50/ko/System.Threading.Timer.xml", + "ref/netcore50/ru/System.Threading.Timer.xml", + "ref/netcore50/zh-hans/System.Threading.Timer.xml", + "ref/netcore50/zh-hant/System.Threading.Timer.xml", "ref/netstandard1.2/System.Threading.Timer.dll", + "ref/netstandard1.2/System.Threading.Timer.xml", + "ref/netstandard1.2/de/System.Threading.Timer.xml", + "ref/netstandard1.2/es/System.Threading.Timer.xml", + "ref/netstandard1.2/fr/System.Threading.Timer.xml", + "ref/netstandard1.2/it/System.Threading.Timer.xml", + "ref/netstandard1.2/ja/System.Threading.Timer.xml", + "ref/netstandard1.2/ko/System.Threading.Timer.xml", + "ref/netstandard1.2/ru/System.Threading.Timer.xml", + "ref/netstandard1.2/zh-hans/System.Threading.Timer.xml", + "ref/netstandard1.2/zh-hant/System.Threading.Timer.xml", "ref/portable-net451+win81+wpa81/_._", "ref/win81/_._", "ref/wpa81/_._", @@ -11375,9 +12673,12 @@ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net461/System.ValueTuple.dll", + "lib/net461/System.ValueTuple.xml", "lib/net47/System.ValueTuple.dll", + "lib/net47/System.ValueTuple.xml", "lib/netcoreapp2.0/_._", "lib/netstandard1.0/System.ValueTuple.dll", + "lib/netstandard1.0/System.ValueTuple.xml", "lib/netstandard2.0/_._", "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.xml", @@ -11455,8 +12756,38 @@ "ref/net45/_._", "ref/net46/System.Xml.ReaderWriter.dll", "ref/netcore50/System.Xml.ReaderWriter.dll", + "ref/netcore50/System.Xml.ReaderWriter.xml", + "ref/netcore50/de/System.Xml.ReaderWriter.xml", + "ref/netcore50/es/System.Xml.ReaderWriter.xml", + "ref/netcore50/fr/System.Xml.ReaderWriter.xml", + "ref/netcore50/it/System.Xml.ReaderWriter.xml", + "ref/netcore50/ja/System.Xml.ReaderWriter.xml", + "ref/netcore50/ko/System.Xml.ReaderWriter.xml", + "ref/netcore50/ru/System.Xml.ReaderWriter.xml", + "ref/netcore50/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netcore50/zh-hant/System.Xml.ReaderWriter.xml", "ref/netstandard1.0/System.Xml.ReaderWriter.dll", + "ref/netstandard1.0/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/de/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/es/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/fr/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/it/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ja/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ko/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ru/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/zh-hant/System.Xml.ReaderWriter.xml", "ref/netstandard1.3/System.Xml.ReaderWriter.dll", + "ref/netstandard1.3/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/de/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/es/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/fr/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/it/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ja/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ko/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ru/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/zh-hant/System.Xml.ReaderWriter.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -11495,8 +12826,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Xml.XDocument.dll", + "ref/netcore50/System.Xml.XDocument.xml", + "ref/netcore50/de/System.Xml.XDocument.xml", + "ref/netcore50/es/System.Xml.XDocument.xml", + "ref/netcore50/fr/System.Xml.XDocument.xml", + "ref/netcore50/it/System.Xml.XDocument.xml", + "ref/netcore50/ja/System.Xml.XDocument.xml", + "ref/netcore50/ko/System.Xml.XDocument.xml", + "ref/netcore50/ru/System.Xml.XDocument.xml", + "ref/netcore50/zh-hans/System.Xml.XDocument.xml", + "ref/netcore50/zh-hant/System.Xml.XDocument.xml", "ref/netstandard1.0/System.Xml.XDocument.dll", + "ref/netstandard1.0/System.Xml.XDocument.xml", + "ref/netstandard1.0/de/System.Xml.XDocument.xml", + "ref/netstandard1.0/es/System.Xml.XDocument.xml", + "ref/netstandard1.0/fr/System.Xml.XDocument.xml", + "ref/netstandard1.0/it/System.Xml.XDocument.xml", + "ref/netstandard1.0/ja/System.Xml.XDocument.xml", + "ref/netstandard1.0/ko/System.Xml.XDocument.xml", + "ref/netstandard1.0/ru/System.Xml.XDocument.xml", + "ref/netstandard1.0/zh-hans/System.Xml.XDocument.xml", + "ref/netstandard1.0/zh-hant/System.Xml.XDocument.xml", "ref/netstandard1.3/System.Xml.XDocument.dll", + "ref/netstandard1.3/System.Xml.XDocument.xml", + "ref/netstandard1.3/de/System.Xml.XDocument.xml", + "ref/netstandard1.3/es/System.Xml.XDocument.xml", + "ref/netstandard1.3/fr/System.Xml.XDocument.xml", + "ref/netstandard1.3/it/System.Xml.XDocument.xml", + "ref/netstandard1.3/ja/System.Xml.XDocument.xml", + "ref/netstandard1.3/ko/System.Xml.XDocument.xml", + "ref/netstandard1.3/ru/System.Xml.XDocument.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XDocument.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XDocument.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -11530,6 +12891,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Xml.XmlDocument.dll", "ref/netstandard1.3/System.Xml.XmlDocument.dll", + "ref/netstandard1.3/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/de/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/es/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/fr/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/it/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/ja/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/ko/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/ru/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XmlDocument.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -11564,8 +12935,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Xml.XmlSerializer.dll", + "ref/netcore50/System.Xml.XmlSerializer.xml", + "ref/netcore50/de/System.Xml.XmlSerializer.xml", + "ref/netcore50/es/System.Xml.XmlSerializer.xml", + "ref/netcore50/fr/System.Xml.XmlSerializer.xml", + "ref/netcore50/it/System.Xml.XmlSerializer.xml", + "ref/netcore50/ja/System.Xml.XmlSerializer.xml", + "ref/netcore50/ko/System.Xml.XmlSerializer.xml", + "ref/netcore50/ru/System.Xml.XmlSerializer.xml", + "ref/netcore50/zh-hans/System.Xml.XmlSerializer.xml", + "ref/netcore50/zh-hant/System.Xml.XmlSerializer.xml", "ref/netstandard1.0/System.Xml.XmlSerializer.dll", + "ref/netstandard1.0/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/de/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/es/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/fr/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/it/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/ja/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/ko/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/ru/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/zh-hans/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/zh-hant/System.Xml.XmlSerializer.xml", "ref/netstandard1.3/System.Xml.XmlSerializer.dll", + "ref/netstandard1.3/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/de/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/es/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/fr/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/it/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/ja/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/ko/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/ru/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XmlSerializer.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -11579,30 +12980,26 @@ "system.xml.xmlserializer.nuspec" ] }, - "YamlDotNet/13.3.1": { - "sha512": "Q2dqDsb0xAlr092grgHk8/vTXI2snIiYM5ND3IXkgJDFIdPnqDYwYnlk+gwzSeRByDLhiSzTog8uT7xFwH68Zg==", + "YamlDotNet/16.3.0": { + "sha512": "SgMOdxbz8X65z8hraIs6hOEdnkH6hESTAIUa7viEngHOYaH+6q5XJmwr1+yb9vJpNQ19hCQY69xbFsLtXpobQA==", "type": "package", - "path": "yamldotnet/13.3.1", + "path": "yamldotnet/16.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.txt", + "README.md", "images/yamldotnet.png", - "lib/net35/YamlDotNet.dll", - "lib/net35/YamlDotNet.xml", - "lib/net45/YamlDotNet.dll", - "lib/net45/YamlDotNet.xml", "lib/net47/YamlDotNet.dll", "lib/net47/YamlDotNet.xml", "lib/net6.0/YamlDotNet.dll", "lib/net6.0/YamlDotNet.xml", - "lib/net7.0/YamlDotNet.dll", - "lib/net7.0/YamlDotNet.xml", + "lib/net8.0/YamlDotNet.dll", + "lib/net8.0/YamlDotNet.xml", "lib/netstandard2.0/YamlDotNet.dll", "lib/netstandard2.0/YamlDotNet.xml", "lib/netstandard2.1/YamlDotNet.dll", "lib/netstandard2.1/YamlDotNet.xml", - "yamldotnet.13.3.1.nupkg.sha512", + "yamldotnet.16.3.0.nupkg.sha512", "yamldotnet.nuspec" ] }, @@ -11629,25 +13026,25 @@ }, "projectFileDependencyGroups": { "net9.0": [ - "AspNetCore.HealthChecks.AzureServiceBus >= 8.0.1", + "AspNetCore.HealthChecks.AzureServiceBus >= 9.0.0", "AspNetCore.HealthChecks.Rabbitmq >= 8.0.2", - "AspNetCore.HealthChecks.UI.Client >= 8.0.1", - "Autofac.Extensions.DependencyInjection >= 10.0.0", + "AspNetCore.HealthChecks.UI.Client >= 9.0.0", + "Autofac.Extensions.DependencyInjection >= 9.0.0", "EventBus >= 1.0.0", "EventBusRabbitMQ >= 1.0.0", "EventBusServiceBus >= 1.0.0", "IntegrationEventLogEF >= 1.0.0", - "Microsoft.ApplicationInsights.AspNetCore >= 2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector >= 2.22.0", - "Microsoft.ApplicationInsights.Kubernetes >= 7.0.0", + "Microsoft.ApplicationInsights.AspNetCore >= 2.23.0", + "Microsoft.ApplicationInsights.DependencyCollector >= 2.23.0", + "Microsoft.ApplicationInsights.Kubernetes >= 8.0.0", "Microsoft.Extensions.Configuration.AzureKeyVault >= 3.1.24", "Microsoft.Extensions.Logging.AzureAppServices >= 9.0.0", - "Serilog.AspNetCore >= 8.0.3", + "Serilog.AspNetCore >= 9.0.0", "Serilog.Enrichers.Environment >= 3.0.1", - "Serilog.Settings.Configuration >= 8.0.4", - "Serilog.Sinks.Console >= 6.0.0", - "Serilog.Sinks.Http >= 9.0.0", - "Serilog.Sinks.Seq >= 8.0.0" + "Serilog.Settings.Configuration >= 9.0.0", + "Serilog.Sinks.Console >= 6.1.1", + "Serilog.Sinks.Http >= 9.2.0", + "Serilog.Sinks.Seq >= 9.0.0" ] }, "packageFolders": { @@ -11708,7 +13105,7 @@ "dependencies": { "AspNetCore.HealthChecks.AzureServiceBus": { "target": "Package", - "version": "[8.0.1, )" + "version": "[9.0.0, )" }, "AspNetCore.HealthChecks.Rabbitmq": { "target": "Package", @@ -11716,23 +13113,23 @@ }, "AspNetCore.HealthChecks.UI.Client": { "target": "Package", - "version": "[8.0.1, )" + "version": "[9.0.0, )" }, "Autofac.Extensions.DependencyInjection": { "target": "Package", - "version": "[10.0.0, )" + "version": "[9.0.0, )" }, "Microsoft.ApplicationInsights.AspNetCore": { "target": "Package", - "version": "[2.22.0, )" + "version": "[2.23.0, )" }, "Microsoft.ApplicationInsights.DependencyCollector": { "target": "Package", - "version": "[2.22.0, )" + "version": "[2.23.0, )" }, "Microsoft.ApplicationInsights.Kubernetes": { "target": "Package", - "version": "[7.0.0, )" + "version": "[8.0.0, )" }, "Microsoft.Extensions.Configuration.AzureKeyVault": { "target": "Package", @@ -11744,7 +13141,7 @@ }, "Serilog.AspNetCore": { "target": "Package", - "version": "[8.0.3, )" + "version": "[9.0.0, )" }, "Serilog.Enrichers.Environment": { "target": "Package", @@ -11752,19 +13149,19 @@ }, "Serilog.Settings.Configuration": { "target": "Package", - "version": "[8.0.4, )" + "version": "[9.0.0, )" }, "Serilog.Sinks.Console": { "target": "Package", - "version": "[6.0.0, )" + "version": "[6.1.1, )" }, "Serilog.Sinks.Http": { "target": "Package", - "version": "[9.0.0, )" + "version": "[9.2.0, )" }, "Serilog.Sinks.Seq": { "target": "Package", - "version": "[8.0.0, )" + "version": "[9.0.0, )" } }, "imports": [ diff --git a/src/Services/Payment/Payment.API/obj/project.nuget.cache b/src/Services/Payment/Payment.API/obj/project.nuget.cache index 9e129c6b..efdf08fc 100644 --- a/src/Services/Payment/Payment.API/obj/project.nuget.cache +++ b/src/Services/Payment/Payment.API/obj/project.nuget.cache @@ -1,32 +1,30 @@ { "version": 2, - "dgSpecHash": "pTEHKjNwPKY=", + "dgSpecHash": "CWvSQUlc6MI=", "success": true, "projectFilePath": "/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Payment/Payment.API/Payment.API.csproj", "expectedPackageFiles": [ - "/home/runner/.nuget/packages/aspnetcore.healthchecks.azureservicebus/8.0.1/aspnetcore.healthchecks.azureservicebus.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.azureservicebus/9.0.0/aspnetcore.healthchecks.azureservicebus.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/aspnetcore.healthchecks.rabbitmq/8.0.2/aspnetcore.healthchecks.rabbitmq.8.0.2.nupkg.sha512", - "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.client/8.0.1/aspnetcore.healthchecks.ui.client.8.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.core/8.0.1/aspnetcore.healthchecks.ui.core.8.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/autofac/8.1.1/autofac.8.1.1.nupkg.sha512", - "/home/runner/.nuget/packages/autofac.extensions.dependencyinjection/10.0.0/autofac.extensions.dependencyinjection.10.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.client/9.0.0/aspnetcore.healthchecks.ui.client.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.core/9.0.0/aspnetcore.healthchecks.ui.core.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/autofac/9.0.0/autofac.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/autofac.extensions.dependencyinjection/9.0.0/autofac.extensions.dependencyinjection.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/azure.core/1.38.0/azure.core.1.38.0.nupkg.sha512", "/home/runner/.nuget/packages/azure.core.amqp/1.3.0/azure.core.amqp.1.3.0.nupkg.sha512", "/home/runner/.nuget/packages/azure.identity/1.11.4/azure.identity.1.11.4.nupkg.sha512", "/home/runner/.nuget/packages/azure.messaging.servicebus/7.17.0/azure.messaging.servicebus.7.17.0.nupkg.sha512", - "/home/runner/.nuget/packages/fractions/7.2.1/fractions.7.2.1.nupkg.sha512", + "/home/runner/.nuget/packages/fractions/7.3.0/fractions.7.3.0.nupkg.sha512", "/home/runner/.nuget/packages/humanizer.core/2.14.1/humanizer.core.2.14.1.nupkg.sha512", - "/home/runner/.nuget/packages/identitymodel/5.2.0/identitymodel.5.2.0.nupkg.sha512", - "/home/runner/.nuget/packages/identitymodel.oidcclient/5.2.1/identitymodel.oidcclient.5.2.1.nupkg.sha512", - "/home/runner/.nuget/packages/kubernetesclient/12.1.1/kubernetesclient.12.1.1.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights/2.22.0/microsoft.applicationinsights.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.aspnetcore/2.22.0/microsoft.applicationinsights.aspnetcore.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.dependencycollector/2.22.0/microsoft.applicationinsights.dependencycollector.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.eventcountercollector/2.22.0/microsoft.applicationinsights.eventcountercollector.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.kubernetes/7.0.0/microsoft.applicationinsights.kubernetes.7.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.perfcountercollector/2.22.0/microsoft.applicationinsights.perfcountercollector.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.windowsserver/2.22.0/microsoft.applicationinsights.windowsserver.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.windowsserver.telemetrychannel/2.22.0/microsoft.applicationinsights.windowsserver.telemetrychannel.2.22.0.nupkg.sha512", + "/home/runner/.nuget/packages/kubernetesclient/17.0.14/kubernetesclient.17.0.14.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights/2.23.0/microsoft.applicationinsights.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.aspnetcore/2.23.0/microsoft.applicationinsights.aspnetcore.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.dependencycollector/2.23.0/microsoft.applicationinsights.dependencycollector.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.eventcountercollector/2.23.0/microsoft.applicationinsights.eventcountercollector.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.kubernetes/8.0.0/microsoft.applicationinsights.kubernetes.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.perfcountercollector/2.23.0/microsoft.applicationinsights.perfcountercollector.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.windowsserver/2.23.0/microsoft.applicationinsights.windowsserver.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.windowsserver.telemetrychannel/2.23.0/microsoft.applicationinsights.windowsserver.telemetrychannel.2.23.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.aspnetcore.hosting/2.1.1/microsoft.aspnetcore.hosting.2.1.1.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.aspnetcore.hosting.abstractions/2.1.1/microsoft.aspnetcore.hosting.abstractions.2.1.1.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.aspnetcore.hosting.server.abstractions/2.1.1/microsoft.aspnetcore.hosting.server.abstractions.2.1.1.nupkg.sha512", @@ -60,50 +58,50 @@ "/home/runner/.nuget/packages/microsoft.entityframeworkcore.sqlserver/9.0.0/microsoft.entityframeworkcore.sqlserver.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.caching.abstractions/9.0.0/microsoft.extensions.caching.abstractions.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.caching.memory/9.0.0/microsoft.extensions.caching.memory.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration/9.0.0/microsoft.extensions.configuration.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.abstractions/9.0.0/microsoft.extensions.configuration.abstractions.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration/9.0.2/microsoft.extensions.configuration.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.abstractions/9.0.7/microsoft.extensions.configuration.abstractions.9.0.7.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.configuration.azurekeyvault/3.1.24/microsoft.extensions.configuration.azurekeyvault.3.1.24.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.binder/9.0.0/microsoft.extensions.configuration.binder.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.commandline/6.0.0/microsoft.extensions.configuration.commandline.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.environmentvariables/9.0.0/microsoft.extensions.configuration.environmentvariables.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.fileextensions/9.0.0/microsoft.extensions.configuration.fileextensions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.json/9.0.0/microsoft.extensions.configuration.json.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.usersecrets/6.0.1/microsoft.extensions.configuration.usersecrets.6.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection/9.0.0/microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/9.0.0/microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.binder/9.0.2/microsoft.extensions.configuration.binder.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.commandline/9.0.2/microsoft.extensions.configuration.commandline.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.environmentvariables/9.0.2/microsoft.extensions.configuration.environmentvariables.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.fileextensions/9.0.2/microsoft.extensions.configuration.fileextensions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.json/9.0.2/microsoft.extensions.configuration.json.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.usersecrets/9.0.2/microsoft.extensions.configuration.usersecrets.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection/9.0.2/microsoft.extensions.dependencyinjection.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/9.0.2/microsoft.extensions.dependencyinjection.abstractions.9.0.2.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.dependencymodel/9.0.0/microsoft.extensions.dependencymodel.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.diagnosticadapter/3.1.27/microsoft.extensions.diagnosticadapter.3.1.27.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.abstractions/8.0.0/microsoft.extensions.diagnostics.abstractions.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks/8.0.0/microsoft.extensions.diagnostics.healthchecks.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks.abstractions/8.0.0/microsoft.extensions.diagnostics.healthchecks.abstractions.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.abstractions/9.0.0/microsoft.extensions.fileproviders.abstractions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.physical/9.0.0/microsoft.extensions.fileproviders.physical.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.filesystemglobbing/9.0.0/microsoft.extensions.filesystemglobbing.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.hosting/6.0.1/microsoft.extensions.hosting.6.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.hosting.abstractions/8.0.0/microsoft.extensions.hosting.abstractions.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.http/3.1.0/microsoft.extensions.http.3.1.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging/9.0.0/microsoft.extensions.logging.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.abstractions/9.0.0/microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.applicationinsights/2.22.0/microsoft.extensions.logging.applicationinsights.2.22.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnosticadapter/3.1.32/microsoft.extensions.diagnosticadapter.3.1.32.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics/9.0.2/microsoft.extensions.diagnostics.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.abstractions/9.0.2/microsoft.extensions.diagnostics.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks/8.0.11/microsoft.extensions.diagnostics.healthchecks.8.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks.abstractions/8.0.11/microsoft.extensions.diagnostics.healthchecks.abstractions.8.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.abstractions/9.0.2/microsoft.extensions.fileproviders.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.physical/9.0.2/microsoft.extensions.fileproviders.physical.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.filesystemglobbing/9.0.2/microsoft.extensions.filesystemglobbing.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.hosting/9.0.2/microsoft.extensions.hosting.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.hosting.abstractions/9.0.2/microsoft.extensions.hosting.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging/9.0.2/microsoft.extensions.logging.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.abstractions/9.0.2/microsoft.extensions.logging.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.applicationinsights/2.23.0/microsoft.extensions.logging.applicationinsights.2.23.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.logging.azureappservices/9.0.0/microsoft.extensions.logging.azureappservices.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.configuration/9.0.0/microsoft.extensions.logging.configuration.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.console/6.0.0/microsoft.extensions.logging.console.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.debug/6.0.0/microsoft.extensions.logging.debug.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.eventlog/6.0.0/microsoft.extensions.logging.eventlog.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.eventsource/6.0.0/microsoft.extensions.logging.eventsource.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.objectpool/7.0.0/microsoft.extensions.objectpool.7.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.options/9.0.0/microsoft.extensions.options.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.options.configurationextensions/9.0.0/microsoft.extensions.options.configurationextensions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.primitives/9.0.0/microsoft.extensions.primitives.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.configuration/9.0.2/microsoft.extensions.logging.configuration.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.console/9.0.2/microsoft.extensions.logging.console.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.debug/9.0.2/microsoft.extensions.logging.debug.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.eventlog/9.0.2/microsoft.extensions.logging.eventlog.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.eventsource/9.0.2/microsoft.extensions.logging.eventsource.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.objectpool/2.1.1/microsoft.extensions.objectpool.2.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.options/9.0.2/microsoft.extensions.options.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.options.configurationextensions/9.0.2/microsoft.extensions.options.configurationextensions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.primitives/9.0.7/microsoft.extensions.primitives.9.0.7.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.identity.client/4.61.3/microsoft.identity.client.4.61.3.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.identity.client.extensions.msal/4.61.3/microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.abstractions/7.0.0/microsoft.identitymodel.abstractions.7.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.abstractions/8.6.0/microsoft.identitymodel.abstractions.8.6.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.identitymodel.clients.activedirectory/3.14.2/microsoft.identitymodel.clients.activedirectory.3.14.2.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.jsonwebtokens/7.0.0/microsoft.identitymodel.jsonwebtokens.7.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.logging/7.0.0/microsoft.identitymodel.logging.7.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.jsonwebtokens/8.6.0/microsoft.identitymodel.jsonwebtokens.8.6.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.logging/8.6.0/microsoft.identitymodel.logging.8.6.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.identitymodel.protocols/6.35.0/microsoft.identitymodel.protocols.6.35.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.identitymodel.protocols.openidconnect/6.35.0/microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.tokens/7.0.0/microsoft.identitymodel.tokens.7.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.tokens/8.6.0/microsoft.identitymodel.tokens.8.6.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.net.http.headers/2.1.1/microsoft.net.http.headers.2.1.1.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.netcore.platforms/1.1.0/microsoft.netcore.platforms.1.1.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.netcore.targets/1.1.0/microsoft.netcore.targets.1.1.0.nupkg.sha512", @@ -115,10 +113,9 @@ "/home/runner/.nuget/packages/microsoft.win32.systemevents/6.0.0/microsoft.win32.systemevents.6.0.0.nupkg.sha512", "/home/runner/.nuget/packages/mono.texttemplating/3.0.0/mono.texttemplating.3.0.0.nupkg.sha512", "/home/runner/.nuget/packages/netstandard.library/1.6.1/netstandard.library.1.6.1.nupkg.sha512", - "/home/runner/.nuget/packages/newtonsoft.json/13.0.3/newtonsoft.json.13.0.3.nupkg.sha512", - "/home/runner/.nuget/packages/polly/8.5.0/polly.8.5.0.nupkg.sha512", - "/home/runner/.nuget/packages/polly.core/8.5.0/polly.core.8.5.0.nupkg.sha512", - "/home/runner/.nuget/packages/prometheus-net/8.0.1/prometheus-net.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/newtonsoft.json/13.0.4/newtonsoft.json.13.0.4.nupkg.sha512", + "/home/runner/.nuget/packages/polly/8.6.5/polly.8.6.5.nupkg.sha512", + "/home/runner/.nuget/packages/polly.core/8.6.5/polly.core.8.6.5.nupkg.sha512", "/home/runner/.nuget/packages/rabbitmq.client/6.8.1/rabbitmq.client.6.8.1.nupkg.sha512", "/home/runner/.nuget/packages/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", @@ -136,18 +133,18 @@ "/home/runner/.nuget/packages/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog/4.0.0/serilog.4.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.aspnetcore/8.0.3/serilog.aspnetcore.8.0.3.nupkg.sha512", + "/home/runner/.nuget/packages/serilog/4.2.0/serilog.4.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.aspnetcore/9.0.0/serilog.aspnetcore.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/serilog.enrichers.environment/3.0.1/serilog.enrichers.environment.3.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.extensions.hosting/8.0.0/serilog.extensions.hosting.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.extensions.logging/8.0.0/serilog.extensions.logging.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.formatting.compact/2.0.0/serilog.formatting.compact.2.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.settings.configuration/8.0.4/serilog.settings.configuration.8.0.4.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.console/6.0.0/serilog.sinks.console.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.debug/2.0.0/serilog.sinks.debug.2.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.file/5.0.0/serilog.sinks.file.5.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.http/9.0.0/serilog.sinks.http.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.seq/8.0.0/serilog.sinks.seq.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.extensions.hosting/9.0.0/serilog.extensions.hosting.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.extensions.logging/9.0.0/serilog.extensions.logging.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.formatting.compact/3.0.0/serilog.formatting.compact.3.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.settings.configuration/9.0.0/serilog.settings.configuration.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.console/6.1.1/serilog.sinks.console.6.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.debug/3.0.0/serilog.sinks.debug.3.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.file/7.0.0/serilog.sinks.file.7.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.http/9.2.0/serilog.sinks.http.9.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.seq/9.0.0/serilog.sinks.seq.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.appcontext/4.3.0/system.appcontext.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.buffers/4.5.0/system.buffers.4.5.0.nupkg.sha512", "/home/runner/.nuget/packages/system.clientmodel/1.0.0/system.clientmodel.1.0.0.nupkg.sha512", @@ -164,8 +161,8 @@ "/home/runner/.nuget/packages/system.configuration.configurationmanager/6.0.1/system.configuration.configurationmanager.6.0.1.nupkg.sha512", "/home/runner/.nuget/packages/system.console/4.3.0/system.console.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.debug/4.3.0/system.diagnostics.debug.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.diagnostics.diagnosticsource/8.0.1/system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/system.diagnostics.eventlog/6.0.0/system.diagnostics.eventlog.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.diagnostics.diagnosticsource/10.0.0/system.diagnostics.diagnosticsource.10.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.diagnostics.eventlog/9.0.2/system.diagnostics.eventlog.9.0.2.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.performancecounter/6.0.0/system.diagnostics.performancecounter.6.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.process/4.3.0/system.diagnostics.process.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.tools/4.3.0/system.diagnostics.tools.4.3.0.nupkg.sha512", @@ -175,7 +172,7 @@ "/home/runner/.nuget/packages/system.globalization/4.3.0/system.globalization.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.globalization.calendars/4.3.0/system.globalization.calendars.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.globalization.extensions/4.3.0/system.globalization.extensions.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.identitymodel.tokens.jwt/7.0.0/system.identitymodel.tokens.jwt.7.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.identitymodel.tokens.jwt/8.6.0/system.identitymodel.tokens.jwt.8.6.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io/4.3.0/system.io.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io.compression/4.3.0/system.io.compression.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io.compression.zipfile/4.3.0/system.io.compression.zipfile.4.3.0.nupkg.sha512", @@ -242,7 +239,7 @@ "/home/runner/.nuget/packages/system.xml.xdocument/4.3.0/system.xml.xdocument.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.xml.xmldocument/4.0.1/system.xml.xmldocument.4.0.1.nupkg.sha512", "/home/runner/.nuget/packages/system.xml.xmlserializer/4.0.11/system.xml.xmlserializer.4.0.11.nupkg.sha512", - "/home/runner/.nuget/packages/yamldotnet/13.3.1/yamldotnet.13.3.1.nupkg.sha512" + "/home/runner/.nuget/packages/yamldotnet/16.3.0/yamldotnet.16.3.0.nupkg.sha512" ], "logs": [] } \ No newline at end of file diff --git a/src/Web/WebSPA/Client/package-lock.json b/src/Web/WebSPA/Client/package-lock.json index 7c17966c..5673bf25 100644 --- a/src/Web/WebSPA/Client/package-lock.json +++ b/src/Web/WebSPA/Client/package-lock.json @@ -8,68 +8,44 @@ "name": "eshopaspnetnetcoredockerspa", "version": "0.0.0", "dependencies": { - "@angular/animations": "17.3.9", - "@angular/common": "17.3.9", - "@angular/compiler": "17.3.9", - "@angular/core": "17.3.9", - "@angular/forms": "17.3.9", - "@angular/platform-browser": "17.3.9", - "@angular/platform-browser-dynamic": "17.3.9", - "@angular/platform-server": "17.3.9", - "@angular/router": "17.3.9", - "@microsoft/signalr": "8.0.0", - "@ng-bootstrap/ng-bootstrap": "16.0.0", + "@angular/animations": "19.2.15", + "@angular/common": "19.2.15", + "@angular/compiler": "19.2.15", + "@angular/core": "19.2.15", + "@angular/forms": "19.2.15", + "@angular/platform-browser": "19.2.15", + "@angular/platform-browser-dynamic": "19.2.15", + "@angular/platform-server": "19.2.15", + "@angular/router": "19.2.15", + "@microsoft/signalr": "10.0.0", + "@ng-bootstrap/ng-bootstrap": "19.0.1", "@popperjs/core": "2.11.8", - "acorn": "^8.11.3", - "acorn-dynamic-import": "4.0.0", - "bootstrap": "5.3.3", - "core-js": "^3.37.1", - "file-loader": "6.2.0", - "font-awesome": "4.7.0", + "bootstrap": "5.3.8", + "core-js": "^3.47.0", "isomorphic-fetch": "^3.0.0", "jquery": "^3.7.1", - "ngx-toastr": "18.0.0", + "ngx-toastr": "19.1.0", "normalize.css": "8.0.1", - "popper.js": "1.16.1", - "rxjs": "~7.8.1", - "rxjs-compat": "~6.6.7", - "webpack-dev-server": "5.0.4", - "zone.js": "~0.14.5" + "rxjs": "~7.8.2", + "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.3.7", - "@angular/cli": "17.3.7", - "@angular/compiler-cli": "17.3.9", - "@angular/language-service": "17.3.9", - "@types/core-js": "2.5.8", - "@types/hammerjs": "2.0.45", + "@angular-devkit/build-angular": "^19.2.15", + "@angular/cli": "19.2.15", + "@angular/compiler-cli": "19.2.15", + "@angular/language-service": "19.2.15", "@types/jasmine": "^5.1.4", - "@types/node": "^20.12.12", - "@types/protractor": "4.0.0", - "@types/selenium-webdriver": "4.1.22", - "codelyzer": "^6.0.2", - "eslint": "^9.2.0", - "handlebars": "^4.7.8", - "jasmine-core": "^5.1.2", + "@types/node": "^22.10.5", + "eslint": "^9.17.0", + "jasmine-core": "^5.5.0", "jasmine-spec-reporter": "^7.0.0", - "karma": "^6.4.3", + "karma": "^6.4.4", "karma-chrome-launcher": "^3.2.0", - "karma-cli": "^2.0.0", "karma-jasmine": "^5.1.0", "karma-jasmine-html-reporter": "^2.1.0", - "lodash": "^4.17.21", - "merge": "2.1.1", - "npm-watch": "^0.13.0", - "protractor": "^7.0.0", - "rxjs-tslint": "^0.1.8", - "sass-lint": "^1.13.1", - "ts-helpers": "1.1.2", "ts-node": "~10.9.2", - "tslint": "^6.1.3", - "typedoc": "^0.25.13", - "typescript": "5.4.5", - "url-loader": "4.1.1", - "webpack": "^5.91.0" + "typedoc": "^0.27.5", + "typescript": "~5.7.2" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -103,114 +79,117 @@ } }, "node_modules/@angular-devkit/architect": { - "version": "0.1703.7", - "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1703.7.tgz", - "integrity": "sha512-SwXbdsZqEE3JtvujCLChAii+FA20d1931VDjDYffrGWdQEViTBAr4NKtDr/kOv8KkgiL3fhGibPnRNUHTeAMtg==", + "version": "0.1902.19", + "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1902.19.tgz", + "integrity": "sha512-iexYDIYpGAeAU7T60bGcfrGwtq1bxpZixYxWuHYiaD1b5baQgNSfd1isGEOh37GgDNsf4In9i2LOLPm0wBdtgQ==", "dev": true, "license": "MIT", "dependencies": { - "@angular-devkit/core": "17.3.7", + "@angular-devkit/core": "19.2.19", "rxjs": "7.8.1" }, "engines": { - "node": "^18.13.0 || >=20.9.0", + "node": "^18.19.1 || ^20.11.1 || >=22.0.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", "yarn": ">= 1.13.0" } }, + "node_modules/@angular-devkit/architect/node_modules/rxjs": { + "version": "7.8.1", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", + "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.1.0" + } + }, "node_modules/@angular-devkit/build-angular": { - "version": "17.3.7", - "resolved": "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-17.3.7.tgz", - "integrity": "sha512-AsV80kiFMIPIhm3uzJgOHDj4u6JteUkZedPTKAFFFJC7CTat1luW5qx306vfF7wj62aMvUl5g9HFWaeLghTQGA==", + "version": "19.2.19", + "resolved": "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-19.2.19.tgz", + "integrity": "sha512-uIxi6Vzss6+ycljVhkyPUPWa20w8qxJL9lEn0h6+sX/fhM8Djt0FHIuTQjoX58EoMaQ/1jrXaRaGimkbaFcG9A==", "dev": true, "license": "MIT", "dependencies": { "@ampproject/remapping": "2.3.0", - "@angular-devkit/architect": "0.1703.7", - "@angular-devkit/build-webpack": "0.1703.7", - "@angular-devkit/core": "17.3.7", - "@babel/core": "7.24.0", - "@babel/generator": "7.23.6", - "@babel/helper-annotate-as-pure": "7.22.5", - "@babel/helper-split-export-declaration": "7.22.6", - "@babel/plugin-transform-async-generator-functions": "7.23.9", - "@babel/plugin-transform-async-to-generator": "7.23.3", - "@babel/plugin-transform-runtime": "7.24.0", - "@babel/preset-env": "7.24.0", - "@babel/runtime": "7.24.0", - "@discoveryjs/json-ext": "0.5.7", - "@ngtools/webpack": "17.3.7", - "@vitejs/plugin-basic-ssl": "1.1.0", + "@angular-devkit/architect": "0.1902.19", + "@angular-devkit/build-webpack": "0.1902.19", + "@angular-devkit/core": "19.2.19", + "@angular/build": "19.2.19", + "@babel/core": "7.26.10", + "@babel/generator": "7.26.10", + "@babel/helper-annotate-as-pure": "7.25.9", + "@babel/helper-split-export-declaration": "7.24.7", + "@babel/plugin-transform-async-generator-functions": "7.26.8", + "@babel/plugin-transform-async-to-generator": "7.25.9", + "@babel/plugin-transform-runtime": "7.26.10", + "@babel/preset-env": "7.26.9", + "@babel/runtime": "7.26.10", + "@discoveryjs/json-ext": "0.6.3", + "@ngtools/webpack": "19.2.19", + "@vitejs/plugin-basic-ssl": "1.2.0", "ansi-colors": "4.1.3", - "autoprefixer": "10.4.18", - "babel-loader": "9.1.3", - "babel-plugin-istanbul": "6.1.1", + "autoprefixer": "10.4.20", + "babel-loader": "9.2.1", "browserslist": "^4.21.5", - "copy-webpack-plugin": "11.0.0", - "critters": "0.0.22", - "css-loader": "6.10.0", - "esbuild-wasm": "0.20.1", - "fast-glob": "3.3.2", - "http-proxy-middleware": "2.0.6", - "https-proxy-agent": "7.0.4", - "inquirer": "9.2.15", - "jsonc-parser": "3.2.1", + "copy-webpack-plugin": "12.0.2", + "css-loader": "7.1.2", + "esbuild-wasm": "0.25.4", + "fast-glob": "3.3.3", + "http-proxy-middleware": "3.0.5", + "istanbul-lib-instrument": "6.0.3", + "jsonc-parser": "3.3.1", "karma-source-map-support": "1.4.0", - "less": "4.2.0", - "less-loader": "11.1.0", + "less": "4.2.2", + "less-loader": "12.2.0", "license-webpack-plugin": "4.0.2", - "loader-utils": "3.2.1", - "magic-string": "0.30.8", - "mini-css-extract-plugin": "2.8.1", - "mrmime": "2.0.0", - "open": "8.4.2", + "loader-utils": "3.3.1", + "mini-css-extract-plugin": "2.9.2", + "open": "10.1.0", "ora": "5.4.1", - "parse5-html-rewriting-stream": "7.0.0", - "picomatch": "4.0.1", - "piscina": "4.4.0", - "postcss": "8.4.35", + "picomatch": "4.0.2", + "piscina": "4.8.0", + "postcss": "8.5.2", "postcss-loader": "8.1.1", "resolve-url-loader": "5.0.0", "rxjs": "7.8.1", - "sass": "1.71.1", - "sass-loader": "14.1.1", - "semver": "7.6.0", + "sass": "1.85.0", + "sass-loader": "16.0.5", + "semver": "7.7.1", "source-map-loader": "5.0.0", "source-map-support": "0.5.21", - "terser": "5.29.1", + "terser": "5.39.0", "tree-kill": "1.2.2", - "tslib": "2.6.2", - "undici": "6.11.1", - "vite": "5.1.7", - "watchpack": "2.4.0", - "webpack": "5.90.3", - "webpack-dev-middleware": "6.1.2", - "webpack-dev-server": "4.15.1", - "webpack-merge": "5.10.0", + "tslib": "2.8.1", + "webpack": "5.98.0", + "webpack-dev-middleware": "7.4.2", + "webpack-dev-server": "5.2.2", + "webpack-merge": "6.0.1", "webpack-subresource-integrity": "5.1.0" }, "engines": { - "node": "^18.13.0 || >=20.9.0", + "node": "^18.19.1 || ^20.11.1 || >=22.0.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", "yarn": ">= 1.13.0" }, "optionalDependencies": { - "esbuild": "0.20.1" + "esbuild": "0.25.4" }, "peerDependencies": { - "@angular/compiler-cli": "^17.0.0", - "@angular/localize": "^17.0.0", - "@angular/platform-server": "^17.0.0", - "@angular/service-worker": "^17.0.0", - "@web/test-runner": "^0.18.0", + "@angular/compiler-cli": "^19.0.0 || ^19.2.0-next.0", + "@angular/localize": "^19.0.0 || ^19.2.0-next.0", + "@angular/platform-server": "^19.0.0 || ^19.2.0-next.0", + "@angular/service-worker": "^19.0.0 || ^19.2.0-next.0", + "@angular/ssr": "^19.2.19", + "@web/test-runner": "^0.20.0", "browser-sync": "^3.0.2", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", "karma": "^6.3.0", - "ng-packagr": "^17.0.0", + "ng-packagr": "^19.0.0 || ^19.2.0-next.0", "protractor": "^7.0.0", - "tailwindcss": "^2.0.0 || ^3.0.0", - "typescript": ">=5.2 <5.5" + "tailwindcss": "^2.0.0 || ^3.0.0 || ^4.0.0", + "typescript": ">=5.5 <5.9" }, "peerDependenciesMeta": { "@angular/localize": { @@ -222,6 +201,9 @@ "@angular/service-worker": { "optional": true }, + "@angular/ssr": { + "optional": true + }, "@web/test-runner": { "optional": true }, @@ -248,42 +230,23 @@ } } }, - "node_modules/@angular-devkit/build-angular/node_modules/@angular-devkit/build-webpack": { - "version": "0.1703.7", - "resolved": "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.1703.7.tgz", - "integrity": "sha512-gpt2Ia5I1gmdp3hdbtB7tkZTba5qWmKeVhlCYswa/LvbceKmkjedoeNRAoyr1UKM9GeGqt6Xl1B2eHzCH+ykrg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@angular-devkit/architect": "0.1703.7", - "rxjs": "7.8.1" - }, - "engines": { - "node": "^18.13.0 || >=20.9.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - }, - "peerDependencies": { - "webpack": "^5.30.0", - "webpack-dev-server": "^4.0.0" - } - }, "node_modules/@angular-devkit/build-angular/node_modules/@babel/core": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.0.tgz", - "integrity": "sha512-fQfkg0Gjkza3nf0c7/w6Xf34BW4YvzNfACRLmmb7XRLa6XHdR+K9AlJlxneFfWYf6uhOzuzZVTjF/8KfndZANw==", + "version": "7.26.10", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.10.tgz", + "integrity": "sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==", "dev": true, + "license": "MIT", "dependencies": { "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.23.5", - "@babel/generator": "^7.23.6", - "@babel/helper-compilation-targets": "^7.23.6", - "@babel/helper-module-transforms": "^7.23.3", - "@babel/helpers": "^7.24.0", - "@babel/parser": "^7.24.0", - "@babel/template": "^7.24.0", - "@babel/traverse": "^7.24.0", - "@babel/types": "^7.24.0", + "@babel/code-frame": "^7.26.2", + "@babel/generator": "^7.26.10", + "@babel/helper-compilation-targets": "^7.26.5", + "@babel/helper-module-transforms": "^7.26.0", + "@babel/helpers": "^7.26.10", + "@babel/parser": "^7.26.10", + "@babel/template": "^7.26.9", + "@babel/traverse": "^7.26.10", + "@babel/types": "^7.26.10", "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -303,76 +266,30 @@ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver.js" } }, - "node_modules/@angular-devkit/build-angular/node_modules/@types/retry": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz", - "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==", - "dev": true, - "license": "MIT" - }, - "node_modules/@angular-devkit/build-angular/node_modules/agent-base": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz", - "integrity": "sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==", - "dev": true, - "dependencies": { - "debug": "^4.3.4" - }, - "engines": { - "node": ">= 14" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/ajv": { - "version": "8.13.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.13.0.tgz", - "integrity": "sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==", - "dev": true, - "license": "MIT", - "dependencies": { - "fast-deep-equal": "^3.1.3", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.4.1" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/ajv-keywords": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", - "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", - "dev": true, - "license": "MIT", - "dependencies": { - "fast-deep-equal": "^3.1.3" - }, - "peerDependencies": { - "ajv": "^8.8.2" - } - }, "node_modules/@angular-devkit/build-angular/node_modules/convert-source-map": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@angular-devkit/build-angular/node_modules/fast-glob": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", - "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz", + "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==", "dev": true, + "license": "MIT", "dependencies": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", "glob-parent": "^5.1.2", "merge2": "^1.3.0", - "micromatch": "^4.0.4" + "micromatch": "^4.0.8" }, "engines": { "node": ">=8.6.0" @@ -383,6 +300,7 @@ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dev": true, + "license": "ISC", "dependencies": { "is-glob": "^4.0.1" }, @@ -390,66 +308,22 @@ "node": ">= 6" } }, - "node_modules/@angular-devkit/build-angular/node_modules/https-proxy-agent": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz", - "integrity": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==", - "dev": true, - "dependencies": { - "agent-base": "^7.0.2", - "debug": "4" - }, - "engines": { - "node": ">= 14" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", - "dev": true, - "license": "MIT" - }, "node_modules/@angular-devkit/build-angular/node_modules/loader-utils": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.2.1.tgz", - "integrity": "sha512-ZvFw1KWS3GVyYBYb7qkmRM/WwL2TQQBxgCK62rlvm4WpVQ23Nb4tYjApUlfjrEGvOs7KHEsmyUn75OHZrJMWPw==", - "dev": true, - "engines": { - "node": ">= 12.13.0" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/p-retry": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz", - "integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.3.1.tgz", + "integrity": "sha512-FMJTLMXfCLMLfJxcX9PFqX5qD88Z5MRGaZCVzfuqeZSPsyiBzs+pahDQjbIWz2QIzPZz0NX9Zy4FX3lmK6YHIg==", "dev": true, "license": "MIT", - "dependencies": { - "@types/retry": "0.12.0", - "retry": "^0.13.1" - }, "engines": { - "node": ">=8" + "node": ">= 12.13.0" } }, "node_modules/@angular-devkit/build-angular/node_modules/picomatch": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.1.tgz", - "integrity": "sha512-xUXwsxNjwTQ8K3GnT4pCJm+xq3RUPQbmkYJTP5aFIfNIvbcc/4MUxgBaaRSZJ6yGJZiGSyYlM6MzwTsRk8SYCg==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz", + "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", "dev": true, + "license": "MIT", "engines": { "node": ">=12" }, @@ -457,83 +331,45 @@ "url": "https://github.com/sponsors/jonschlinkert" } }, - "node_modules/@angular-devkit/build-angular/node_modules/retry": { - "version": "0.13.1", - "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz", - "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 4" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dev": true, - "license": "ISC", - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/semver": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", - "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", + "node_modules/@angular-devkit/build-angular/node_modules/rxjs": { + "version": "7.8.1", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", + "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", "dev": true, + "license": "Apache-2.0", "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" + "tslib": "^2.1.0" } }, - "node_modules/@angular-devkit/build-angular/node_modules/tslib": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", - "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==", - "dev": true - }, "node_modules/@angular-devkit/build-angular/node_modules/webpack": { - "version": "5.90.3", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.90.3.tgz", - "integrity": "sha512-h6uDYlWCctQRuXBs1oYpVe6sFcWedl0dpcVaTf/YF67J9bKvwJajFulMVSYKHrksMB3I/pIagRzDxwxkebuzKA==", + "version": "5.98.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.98.0.tgz", + "integrity": "sha512-UFynvx+gM44Gv9qFgj0acCQK2VE1CtdfwFdimkapco3hlPCJ/zeq73n2yVKimVbtm+TnApIugGhLJnkU6gjYXA==", "dev": true, "license": "MIT", "dependencies": { - "@types/eslint-scope": "^3.7.3", - "@types/estree": "^1.0.5", - "@webassemblyjs/ast": "^1.11.5", - "@webassemblyjs/wasm-edit": "^1.11.5", - "@webassemblyjs/wasm-parser": "^1.11.5", - "acorn": "^8.7.1", - "acorn-import-assertions": "^1.9.0", - "browserslist": "^4.21.10", + "@types/eslint-scope": "^3.7.7", + "@types/estree": "^1.0.6", + "@webassemblyjs/ast": "^1.14.1", + "@webassemblyjs/wasm-edit": "^1.14.1", + "@webassemblyjs/wasm-parser": "^1.14.1", + "acorn": "^8.14.0", + "browserslist": "^4.24.0", "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.15.0", + "enhanced-resolve": "^5.17.1", "es-module-lexer": "^1.2.1", "eslint-scope": "5.1.1", "events": "^3.2.0", "glob-to-regexp": "^0.4.1", - "graceful-fs": "^4.2.9", + "graceful-fs": "^4.2.11", "json-parse-even-better-errors": "^2.3.1", "loader-runner": "^4.2.0", "mime-types": "^2.1.27", "neo-async": "^2.6.2", - "schema-utils": "^3.2.0", + "schema-utils": "^4.3.0", "tapable": "^2.1.1", - "terser-webpack-plugin": "^5.3.10", - "watchpack": "^2.4.0", + "terser-webpack-plugin": "^5.3.11", + "watchpack": "^2.4.1", "webpack-sources": "^3.2.3" }, "bin": { @@ -552,159 +388,57 @@ } } }, - "node_modules/@angular-devkit/build-angular/node_modules/webpack-dev-server": { - "version": "4.15.1", - "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.15.1.tgz", - "integrity": "sha512-5hbAst3h3C3L8w6W4P96L5vaV0PxSmJhxZvWKYIdgxOQm8pNZ5dEOmmSLBVpP85ReeyRt6AS1QJNyo/oFFPeVA==", + "node_modules/@angular-devkit/build-webpack": { + "version": "0.1902.19", + "resolved": "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.1902.19.tgz", + "integrity": "sha512-x2tlGg5CsUveFzuRuqeHknSbGirSAoRynEh+KqPRGK0G3WpMViW/M8SuVurecasegfIrDWtYZ4FnVxKqNbKwXQ==", "dev": true, "license": "MIT", "dependencies": { - "@types/bonjour": "^3.5.9", - "@types/connect-history-api-fallback": "^1.3.5", - "@types/express": "^4.17.13", - "@types/serve-index": "^1.9.1", - "@types/serve-static": "^1.13.10", - "@types/sockjs": "^0.3.33", - "@types/ws": "^8.5.5", - "ansi-html-community": "^0.0.8", - "bonjour-service": "^1.0.11", - "chokidar": "^3.5.3", - "colorette": "^2.0.10", - "compression": "^1.7.4", - "connect-history-api-fallback": "^2.0.0", - "default-gateway": "^6.0.3", - "express": "^4.17.3", - "graceful-fs": "^4.2.6", - "html-entities": "^2.3.2", - "http-proxy-middleware": "^2.0.3", - "ipaddr.js": "^2.0.1", - "launch-editor": "^2.6.0", - "open": "^8.0.9", - "p-retry": "^4.5.0", - "rimraf": "^3.0.2", - "schema-utils": "^4.0.0", - "selfsigned": "^2.1.1", - "serve-index": "^1.9.1", - "sockjs": "^0.3.24", - "spdy": "^4.0.2", - "webpack-dev-middleware": "^5.3.1", - "ws": "^8.13.0" - }, - "bin": { - "webpack-dev-server": "bin/webpack-dev-server.js" + "@angular-devkit/architect": "0.1902.19", + "rxjs": "7.8.1" }, "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" }, "peerDependencies": { - "webpack": "^4.37.0 || ^5.0.0" - }, - "peerDependenciesMeta": { - "webpack": { - "optional": true - }, - "webpack-cli": { - "optional": true - } - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/webpack-dev-server/node_modules/schema-utils": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", - "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.9.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.1.0" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" + "webpack": "^5.30.0", + "webpack-dev-server": "^5.0.2" } }, - "node_modules/@angular-devkit/build-angular/node_modules/webpack-dev-server/node_modules/webpack-dev-middleware": { - "version": "5.3.4", - "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.4.tgz", - "integrity": "sha512-BVdTqhhs+0IfoeAf7EoH5WE+exCmqGerHfDM0IL096Px60Tq2Mn9MAbnaGUe6HiMa41KMCYF19gyzZmBcq/o4Q==", + "node_modules/@angular-devkit/build-webpack/node_modules/rxjs": { + "version": "7.8.1", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", + "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", "dev": true, - "license": "MIT", + "license": "Apache-2.0", "dependencies": { - "colorette": "^2.0.10", - "memfs": "^3.4.3", - "mime-types": "^2.1.31", - "range-parser": "^1.2.1", - "schema-utils": "^4.0.0" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/ws": { - "version": "8.17.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.0.tgz", - "integrity": "sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": ">=5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } + "tslib": "^2.1.0" } }, - "node_modules/@angular-devkit/build-angular/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, "node_modules/@angular-devkit/core": { - "version": "17.3.7", - "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-17.3.7.tgz", - "integrity": "sha512-qpZ7BShyqS/Jqld36E7kL02cyb2pjn1Az1p9439SbP8nsvJgYlsyjwYK2Kmcn/Wi+TZGIKxkqxgBBw9vqGgeJw==", + "version": "19.2.19", + "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-19.2.19.tgz", + "integrity": "sha512-JbLL+4IMLMBgjLZlnPG4lYDfz4zGrJ/s6Aoon321NJKuw1Kb1k5KpFu9dUY0BqLIe8xPQ2UJBpI+xXdK5MXMHQ==", "dev": true, "license": "MIT", "dependencies": { - "ajv": "8.12.0", - "ajv-formats": "2.1.1", - "jsonc-parser": "3.2.1", - "picomatch": "4.0.1", + "ajv": "8.17.1", + "ajv-formats": "3.0.1", + "jsonc-parser": "3.3.1", + "picomatch": "4.0.2", "rxjs": "7.8.1", "source-map": "0.7.4" }, "engines": { - "node": "^18.13.0 || >=20.9.0", + "node": "^18.19.1 || ^20.11.1 || >=22.0.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", "yarn": ">= 1.13.0" }, "peerDependencies": { - "chokidar": "^3.5.2" + "chokidar": "^4.0.0" }, "peerDependenciesMeta": { "chokidar": { @@ -713,16 +447,16 @@ } }, "node_modules/@angular-devkit/core/node_modules/ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", + "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", "dev": true, "license": "MIT", "dependencies": { - "fast-deep-equal": "^3.1.1", + "fast-deep-equal": "^3.1.3", + "fast-uri": "^3.0.1", "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" + "require-from-string": "^2.0.2" }, "funding": { "type": "github", @@ -737,9 +471,9 @@ "license": "MIT" }, "node_modules/@angular-devkit/core/node_modules/picomatch": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.1.tgz", - "integrity": "sha512-xUXwsxNjwTQ8K3GnT4pCJm+xq3RUPQbmkYJTP5aFIfNIvbcc/4MUxgBaaRSZJ6yGJZiGSyYlM6MzwTsRk8SYCg==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz", + "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", "dev": true, "license": "MIT", "engines": { @@ -749,6 +483,16 @@ "url": "https://github.com/sponsors/jonschlinkert" } }, + "node_modules/@angular-devkit/core/node_modules/rxjs": { + "version": "7.8.1", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", + "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.1.0" + } + }, "node_modules/@angular-devkit/core/node_modules/source-map": { "version": "0.7.4", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", @@ -760,235 +504,228 @@ } }, "node_modules/@angular-devkit/schematics": { - "version": "17.3.7", - "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-17.3.7.tgz", - "integrity": "sha512-d7NKSwstdxYLYmPsbcYO3GOFNfXxXwOyHxSqDa1JNKoSzMdbLj4tvlCpfXw0ThNM7gioMx8aLBaaH1ac+yk06Q==", + "version": "19.2.15", + "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-19.2.15.tgz", + "integrity": "sha512-kNOJ+3vekJJCQKWihNmxBkarJzNW09kP5a9E1SRNiQVNOUEeSwcRR0qYotM65nx821gNzjjhJXnAZ8OazWldrg==", "dev": true, "license": "MIT", "dependencies": { - "@angular-devkit/core": "17.3.7", - "jsonc-parser": "3.2.1", - "magic-string": "0.30.8", + "@angular-devkit/core": "19.2.15", + "jsonc-parser": "3.3.1", + "magic-string": "0.30.17", "ora": "5.4.1", "rxjs": "7.8.1" }, "engines": { - "node": "^18.13.0 || >=20.9.0", + "node": "^18.19.1 || ^20.11.1 || >=22.0.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", "yarn": ">= 1.13.0" } }, - "node_modules/@angular/animations": { - "version": "17.3.9", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.3.9.tgz", - "integrity": "sha512-9fSFF9Y+pKZGgGEK3IlVy9msS7LRFpD1h2rJ80N6n1k51jiKcTgOcFPPYwLNJZ2fkp+qrOAMo3ez4WYQgVPoow==", + "node_modules/@angular-devkit/schematics/node_modules/@angular-devkit/core": { + "version": "19.2.15", + "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-19.2.15.tgz", + "integrity": "sha512-pU2RZYX6vhd7uLSdLwPnuBcr0mXJSjp3EgOXKsrlQFQZevc+Qs+2JdXgIElnOT/aDqtRtriDmLlSbtdE8n3ZbA==", + "dev": true, "license": "MIT", "dependencies": { - "tslib": "^2.3.0" + "ajv": "8.17.1", + "ajv-formats": "3.0.1", + "jsonc-parser": "3.3.1", + "picomatch": "4.0.2", + "rxjs": "7.8.1", + "source-map": "0.7.4" }, "engines": { - "node": "^18.13.0 || >=20.9.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" }, "peerDependencies": { - "@angular/core": "17.3.9" + "chokidar": "^4.0.0" + }, + "peerDependenciesMeta": { + "chokidar": { + "optional": true + } } }, - "node_modules/@angular/animations/node_modules/tslib": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" - }, - "node_modules/@angular/cli": { - "version": "17.3.7", - "resolved": "https://registry.npmjs.org/@angular/cli/-/cli-17.3.7.tgz", - "integrity": "sha512-JgCav3sdRCoJHwLXxmF/EMzArYjwbqB+AGUW/xIR98oZET8QxCB985bOFUAm02SkAEUVcMJvjxec+WCaa60m/A==", + "node_modules/@angular-devkit/schematics/node_modules/ajv": { + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", + "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", "dev": true, "license": "MIT", "dependencies": { - "@angular-devkit/architect": "0.1703.7", - "@angular-devkit/core": "17.3.7", - "@angular-devkit/schematics": "17.3.7", - "@schematics/angular": "17.3.7", - "@yarnpkg/lockfile": "1.1.0", - "ansi-colors": "4.1.3", - "ini": "4.1.2", - "inquirer": "9.2.15", - "jsonc-parser": "3.2.1", - "npm-package-arg": "11.0.1", - "npm-pick-manifest": "9.0.0", - "open": "8.4.2", - "ora": "5.4.1", - "pacote": "17.0.6", - "resolve": "1.22.8", - "semver": "7.6.0", - "symbol-observable": "4.0.0", - "yargs": "17.7.2" - }, - "bin": { - "ng": "bin/ng.js" + "fast-deep-equal": "^3.1.3", + "fast-uri": "^3.0.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2" }, - "engines": { - "node": "^18.13.0 || >=20.9.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" } }, - "node_modules/@angular/cli/node_modules/ini": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.2.tgz", - "integrity": "sha512-AMB1mvwR1pyBFY/nSevUX6y8nJWS63/SzUKD3JyQn97s4xgIdgQPT75IRouIiBAN4yLQBUShNYVW0+UG25daCw==", + "node_modules/@angular-devkit/schematics/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", "dev": true, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } + "license": "MIT" }, - "node_modules/@angular/cli/node_modules/is-core-module": { - "version": "2.13.1", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz", - "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==", + "node_modules/@angular-devkit/schematics/node_modules/picomatch": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz", + "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", "dev": true, - "dependencies": { - "hasown": "^2.0.0" + "license": "MIT", + "engines": { + "node": ">=12" }, "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/@angular/cli/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" + "url": "https://github.com/sponsors/jonschlinkert" } }, - "node_modules/@angular/cli/node_modules/resolve": { - "version": "1.22.8", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", - "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", + "node_modules/@angular-devkit/schematics/node_modules/rxjs": { + "version": "7.8.1", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", + "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", "dev": true, + "license": "Apache-2.0", "dependencies": { - "is-core-module": "^2.13.0", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - }, - "bin": { - "resolve": "bin/resolve" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "tslib": "^2.1.0" } }, - "node_modules/@angular/cli/node_modules/semver": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", - "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", + "node_modules/@angular-devkit/schematics/node_modules/source-map": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", + "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, + "license": "BSD-3-Clause", "engines": { - "node": ">=10" + "node": ">= 8" } }, - "node_modules/@angular/cli/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, - "node_modules/@angular/common": { - "version": "17.3.9", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-17.3.9.tgz", - "integrity": "sha512-tH1VfbAvNVaz6ZYa+q0DiKtbmUql1jK/3q/af74B8nVjKLHcXVWwxvBayqvrmlUt7FGANGkETIcCWrB44k47Ug==", + "node_modules/@angular/animations": { + "version": "19.2.15", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.2.15.tgz", + "integrity": "sha512-eq9vokLU8bjs7g/Znz8zJUQEOhT0MAJ/heBCHbB35S+CtZXJmItrsEqkI1tsRiR58NKXB6cbhBhULVo6qJbhXQ==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.13.0 || >=20.9.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "17.3.9", - "rxjs": "^6.5.3 || ^7.4.0" + "@angular/common": "19.2.15", + "@angular/core": "19.2.15" } }, - "node_modules/@angular/common/node_modules/tslib": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" - }, - "node_modules/@angular/compiler": { - "version": "17.3.9", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.3.9.tgz", - "integrity": "sha512-2d4bPbNm7O2GanqCj5GFgPDnmjbAcsQM502Jnvcv7Aje82yecT69JoqAVRqGOfbbxwlJiPhi31D8DPdLaOz47Q==", + "node_modules/@angular/build": { + "version": "19.2.19", + "resolved": "https://registry.npmjs.org/@angular/build/-/build-19.2.19.tgz", + "integrity": "sha512-SFzQ1bRkNFiOVu+aaz+9INmts7tDUrsHLEr9HmARXr9qk5UmR8prlw39p2u+Bvi6/lCiJ18TZMQQl9mGyr63lg==", + "dev": true, "license": "MIT", "dependencies": { - "tslib": "^2.3.0" + "@ampproject/remapping": "2.3.0", + "@angular-devkit/architect": "0.1902.19", + "@babel/core": "7.26.10", + "@babel/helper-annotate-as-pure": "7.25.9", + "@babel/helper-split-export-declaration": "7.24.7", + "@babel/plugin-syntax-import-attributes": "7.26.0", + "@inquirer/confirm": "5.1.6", + "@vitejs/plugin-basic-ssl": "1.2.0", + "beasties": "0.3.2", + "browserslist": "^4.23.0", + "esbuild": "0.25.4", + "fast-glob": "3.3.3", + "https-proxy-agent": "7.0.6", + "istanbul-lib-instrument": "6.0.3", + "listr2": "8.2.5", + "magic-string": "0.30.17", + "mrmime": "2.0.1", + "parse5-html-rewriting-stream": "7.0.0", + "picomatch": "4.0.2", + "piscina": "4.8.0", + "rollup": "4.34.8", + "sass": "1.85.0", + "semver": "7.7.1", + "source-map-support": "0.5.21", + "vite": "6.4.1", + "watchpack": "2.4.2" }, "engines": { - "node": "^18.13.0 || >=20.9.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" + }, + "optionalDependencies": { + "lmdb": "3.2.6" }, "peerDependencies": { - "@angular/core": "17.3.9" + "@angular/compiler": "^19.0.0 || ^19.2.0-next.0", + "@angular/compiler-cli": "^19.0.0 || ^19.2.0-next.0", + "@angular/localize": "^19.0.0 || ^19.2.0-next.0", + "@angular/platform-server": "^19.0.0 || ^19.2.0-next.0", + "@angular/service-worker": "^19.0.0 || ^19.2.0-next.0", + "@angular/ssr": "^19.2.19", + "karma": "^6.4.0", + "less": "^4.2.0", + "ng-packagr": "^19.0.0 || ^19.2.0-next.0", + "postcss": "^8.4.0", + "tailwindcss": "^2.0.0 || ^3.0.0 || ^4.0.0", + "typescript": ">=5.5 <5.9" }, "peerDependenciesMeta": { - "@angular/core": { + "@angular/localize": { + "optional": true + }, + "@angular/platform-server": { + "optional": true + }, + "@angular/service-worker": { + "optional": true + }, + "@angular/ssr": { + "optional": true + }, + "karma": { + "optional": true + }, + "less": { + "optional": true + }, + "ng-packagr": { + "optional": true + }, + "postcss": { + "optional": true + }, + "tailwindcss": { "optional": true } } }, - "node_modules/@angular/compiler-cli": { - "version": "17.3.9", - "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-17.3.9.tgz", - "integrity": "sha512-J6aqoz5wqPWaurbZFUZ7iMUlzAJYXzntziJJbalm6ceXfUWEe2Vm67nGUROWCIFvO3kWXvkgYX4ubnqtod2AxA==", - "license": "MIT", - "dependencies": { - "@babel/core": "7.23.9", - "@jridgewell/sourcemap-codec": "^1.4.14", - "chokidar": "^3.0.0", - "convert-source-map": "^1.5.1", - "reflect-metadata": "^0.2.0", - "semver": "^7.0.0", - "tslib": "^2.3.0", - "yargs": "^17.2.1" - }, - "bin": { - "ng-xi18n": "bundles/src/bin/ng_xi18n.js", - "ngc": "bundles/src/bin/ngc.js", - "ngcc": "bundles/ngcc/index.js" - }, - "engines": { - "node": "^18.13.0 || >=20.9.0" - }, - "peerDependencies": { - "@angular/compiler": "17.3.9", - "typescript": ">=5.2 <5.5" - } - }, - "node_modules/@angular/compiler-cli/node_modules/@babel/core": { - "version": "7.23.9", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.9.tgz", - "integrity": "sha512-5q0175NOjddqpvvzU+kDiSOAk4PfdO6FvwCWoQ6RO7rTzEe8vlo+4HVfcnAREhD4npMs0e9uZypjTwzZPCf/cw==", + "node_modules/@angular/build/node_modules/@babel/core": { + "version": "7.26.10", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.10.tgz", + "integrity": "sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==", + "dev": true, "license": "MIT", "dependencies": { "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.23.5", - "@babel/generator": "^7.23.6", - "@babel/helper-compilation-targets": "^7.23.6", - "@babel/helper-module-transforms": "^7.23.3", - "@babel/helpers": "^7.23.9", - "@babel/parser": "^7.23.9", - "@babel/template": "^7.23.9", - "@babel/traverse": "^7.23.9", - "@babel/types": "^7.23.9", + "@babel/code-frame": "^7.26.2", + "@babel/generator": "^7.26.10", + "@babel/helper-compilation-targets": "^7.26.5", + "@babel/helper-module-transforms": "^7.26.0", + "@babel/helpers": "^7.26.10", + "@babel/parser": "^7.26.10", + "@babel/template": "^7.26.9", + "@babel/traverse": "^7.26.10", + "@babel/types": "^7.26.10", "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -1003,278 +740,398 @@ "url": "https://opencollective.com/babel" } }, - "node_modules/@angular/compiler-cli/node_modules/@babel/core/node_modules/convert-source-map": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", - "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", - "license": "MIT" - }, - "node_modules/@angular/compiler-cli/node_modules/@babel/core/node_modules/semver": { + "node_modules/@angular/build/node_modules/@babel/core/node_modules/semver": { "version": "6.3.1", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, "license": "ISC", "bin": { "semver": "bin/semver.js" } }, - "node_modules/@angular/compiler-cli/node_modules/tslib": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", - "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==", - "license": "0BSD" + "node_modules/@angular/build/node_modules/agent-base": { + "version": "7.1.4", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz", + "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 14" + } }, - "node_modules/@angular/compiler/node_modules/tslib": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", - "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" + "node_modules/@angular/build/node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "dev": true, + "license": "MIT" }, - "node_modules/@angular/core": { - "version": "17.3.9", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-17.3.9.tgz", - "integrity": "sha512-x+h5BQ6islvYWGVLTz1CEgNq1/5IYngQ+Inq/tWayM6jN7RPOCydCCbCw+uOZS7MgFebkP0gYTVm14y1MRFKSQ==", + "node_modules/@angular/build/node_modules/fast-glob": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz", + "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==", + "dev": true, "license": "MIT", "dependencies": { - "tslib": "^2.3.0" + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.8" }, "engines": { - "node": "^18.13.0 || >=20.9.0" - }, - "peerDependencies": { - "rxjs": "^6.5.3 || ^7.4.0", - "zone.js": "~0.14.0" + "node": ">=8.6.0" } }, - "node_modules/@angular/core/node_modules/tslib": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" + "node_modules/@angular/build/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "license": "ISC", + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } }, - "node_modules/@angular/forms": { - "version": "17.3.9", - "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-17.3.9.tgz", - "integrity": "sha512-5b8OjK0kLghrdxkVWglgerHVp9D5WvXInXwo1KIyc2v/fGdTlyu/RFi0GLGvzq2y+7Z8TvtXWC82SB47vfx3TQ==", + "node_modules/@angular/build/node_modules/https-proxy-agent": { + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz", + "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==", + "dev": true, "license": "MIT", "dependencies": { - "tslib": "^2.3.0" + "agent-base": "^7.1.2", + "debug": "4" }, "engines": { - "node": "^18.13.0 || >=20.9.0" - }, - "peerDependencies": { - "@angular/common": "17.3.9", - "@angular/core": "17.3.9", - "@angular/platform-browser": "17.3.9", - "rxjs": "^6.5.3 || ^7.4.0" + "node": ">= 14" } }, - "node_modules/@angular/forms/node_modules/tslib": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" - }, - "node_modules/@angular/language-service": { - "version": "17.3.9", - "resolved": "https://registry.npmjs.org/@angular/language-service/-/language-service-17.3.9.tgz", - "integrity": "sha512-0Zs5KmU5sPrDYaoLKqIFPx76H5aIceYWXvIG7oRg32uhaJ0nBqSe1tiYQp5T4e1iaNjCz6hgHKWP7ocQz71aHw==", + "node_modules/@angular/build/node_modules/picomatch": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz", + "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", "dev": true, "license": "MIT", "engines": { - "node": "^18.13.0 || >=20.9.0" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" } }, - "node_modules/@angular/localize": { - "version": "17.1.0", - "resolved": "https://registry.npmjs.org/@angular/localize/-/localize-17.1.0.tgz", - "integrity": "sha512-GW+1F72lRnCwppu2GzGP04d3UhtdhqMHlCbBdZzQUbv8XQfU+22MOGZx/Ry8sXnanZDgH+u+2A4bvrKZPsVgZg==", - "peer": true, + "node_modules/@angular/cli": { + "version": "19.2.15", + "resolved": "https://registry.npmjs.org/@angular/cli/-/cli-19.2.15.tgz", + "integrity": "sha512-YRIpARHWSOnWkHusUWTQgeUrPWMjWvtQrOkjWc6stF36z2KUzKMEng6EzUvH6sZolNSwVwOFpODEP0ut4aBkvQ==", + "dev": true, + "license": "MIT", "dependencies": { - "@babel/core": "7.23.2", - "@types/babel__core": "7.20.2", - "fast-glob": "3.3.1", - "yargs": "^17.2.1" + "@angular-devkit/architect": "0.1902.15", + "@angular-devkit/core": "19.2.15", + "@angular-devkit/schematics": "19.2.15", + "@inquirer/prompts": "7.3.2", + "@listr2/prompt-adapter-inquirer": "2.0.18", + "@schematics/angular": "19.2.15", + "@yarnpkg/lockfile": "1.1.0", + "ini": "5.0.0", + "jsonc-parser": "3.3.1", + "listr2": "8.2.5", + "npm-package-arg": "12.0.2", + "npm-pick-manifest": "10.0.0", + "pacote": "20.0.0", + "resolve": "1.22.10", + "semver": "7.7.1", + "symbol-observable": "4.0.0", + "yargs": "17.7.2" }, "bin": { - "localize-extract": "tools/bundles/src/extract/cli.js", - "localize-migrate": "tools/bundles/src/migrate/cli.js", - "localize-translate": "tools/bundles/src/translate/cli.js" + "ng": "bin/ng.js" }, "engines": { - "node": "^18.13.0 || >=20.9.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" + } + }, + "node_modules/@angular/cli/node_modules/@angular-devkit/architect": { + "version": "0.1902.15", + "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1902.15.tgz", + "integrity": "sha512-RbqhStc6ZoRv57ZqLB36VOkBkAdU3nNezCvIs0AJV5V4+vLPMrb0hpIB0sF+9yMlMjWsolnRsj0/Fil+zQG3bw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@angular-devkit/core": "19.2.15", + "rxjs": "7.8.1" }, - "peerDependencies": { - "@angular/compiler": "17.1.0", - "@angular/compiler-cli": "17.1.0" + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" } }, - "node_modules/@angular/platform-browser": { - "version": "17.3.9", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-17.3.9.tgz", - "integrity": "sha512-vMwHO76rnkz7aV3KHKy23KUFAo/+b0+yHPa6AND5Lee8z5C1J/tA2PdetFAsghlQQsX61JeK4MFJV/f3dFm2dw==", + "node_modules/@angular/cli/node_modules/@angular-devkit/core": { + "version": "19.2.15", + "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-19.2.15.tgz", + "integrity": "sha512-pU2RZYX6vhd7uLSdLwPnuBcr0mXJSjp3EgOXKsrlQFQZevc+Qs+2JdXgIElnOT/aDqtRtriDmLlSbtdE8n3ZbA==", + "dev": true, "license": "MIT", "dependencies": { - "tslib": "^2.3.0" + "ajv": "8.17.1", + "ajv-formats": "3.0.1", + "jsonc-parser": "3.3.1", + "picomatch": "4.0.2", + "rxjs": "7.8.1", + "source-map": "0.7.4" }, "engines": { - "node": "^18.13.0 || >=20.9.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" }, "peerDependencies": { - "@angular/animations": "17.3.9", - "@angular/common": "17.3.9", - "@angular/core": "17.3.9" + "chokidar": "^4.0.0" }, "peerDependenciesMeta": { - "@angular/animations": { + "chokidar": { "optional": true } } }, - "node_modules/@angular/platform-browser-dynamic": { - "version": "17.3.9", - "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-17.3.9.tgz", - "integrity": "sha512-Jmth4hFC4dZsWQRkxB++42sR1pfJUoQbErANrKQMgEPb8H4cLRdB1mAQ6f+OASPBM+FsxDxjXq2kepyLGtF2Vg==", + "node_modules/@angular/cli/node_modules/ajv": { + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", + "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", + "dev": true, "license": "MIT", "dependencies": { - "tslib": "^2.3.0" - }, - "engines": { - "node": "^18.13.0 || >=20.9.0" + "fast-deep-equal": "^3.1.3", + "fast-uri": "^3.0.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2" }, - "peerDependencies": { - "@angular/common": "17.3.9", - "@angular/compiler": "17.3.9", - "@angular/core": "17.3.9", - "@angular/platform-browser": "17.3.9" + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" } }, - "node_modules/@angular/platform-browser-dynamic/node_modules/tslib": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", - "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" - }, - "node_modules/@angular/platform-browser/node_modules/tslib": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" + "node_modules/@angular/cli/node_modules/ini": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ini/-/ini-5.0.0.tgz", + "integrity": "sha512-+N0ngpO3e7cRUWOJAS7qw0IZIVc6XPrW4MlFBdD066F2L4k1L6ker3hLqSq7iXxU5tgS4WGkIUElWn5vogAEnw==", + "dev": true, + "license": "ISC", + "engines": { + "node": "^18.17.0 || >=20.5.0" + } }, - "node_modules/@angular/platform-server": { - "version": "17.3.9", - "resolved": "https://registry.npmjs.org/@angular/platform-server/-/platform-server-17.3.9.tgz", - "integrity": "sha512-YhF1Bn+bIHUrUWZX4W4KGKNpZGS2ZVIQeN6qt/Q92KBwy1QKX2CGdOZ45oXURbtM2iKDKWwgQNXd1nBQrAcEsw==", + "node_modules/@angular/cli/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true, + "license": "MIT" + }, + "node_modules/@angular/cli/node_modules/picomatch": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz", + "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/@angular/cli/node_modules/resolve": { + "version": "1.22.10", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz", + "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==", + "dev": true, "license": "MIT", "dependencies": { - "tslib": "^2.3.0", - "xhr2": "^0.2.0" + "is-core-module": "^2.16.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" }, "engines": { - "node": "^18.13.0 || >=20.9.0" + "node": ">= 0.4" }, - "peerDependencies": { - "@angular/animations": "17.3.9", - "@angular/common": "17.3.9", - "@angular/compiler": "17.3.9", - "@angular/core": "17.3.9", - "@angular/platform-browser": "17.3.9" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/@angular/platform-server/node_modules/tslib": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", - "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" + "node_modules/@angular/cli/node_modules/rxjs": { + "version": "7.8.1", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", + "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.1.0" + } }, - "node_modules/@angular/router": { - "version": "17.3.9", - "resolved": "https://registry.npmjs.org/@angular/router/-/router-17.3.9.tgz", - "integrity": "sha512-0cRF5YBJoDbXGQsRs3wEG+DPvN4PlhEqTa0DkTr9QIDJRg5P1uiDlOclV+w3OxEMsLrmXGmhjauHaWQk07M4LA==", + "node_modules/@angular/cli/node_modules/source-map": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", + "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", + "dev": true, + "license": "BSD-3-Clause", + "engines": { + "node": ">= 8" + } + }, + "node_modules/@angular/common": { + "version": "19.2.15", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.15.tgz", + "integrity": "sha512-aVa/ctBYH/4qgA7r4sS7TV+/DzRYmcS+3d6l89pNKUXkI8gpmsd+r3FjccaemX4Wqru1QOrMvC+i+e7IBIVv0g==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.13.0 || >=20.9.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/common": "17.3.9", - "@angular/core": "17.3.9", - "@angular/platform-browser": "17.3.9", + "@angular/core": "19.2.15", "rxjs": "^6.5.3 || ^7.4.0" } }, - "node_modules/@angular/router/node_modules/tslib": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" - }, - "node_modules/@babel/code-frame": { - "version": "7.23.5", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.23.5.tgz", - "integrity": "sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==", + "node_modules/@angular/compiler": { + "version": "19.2.15", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.15.tgz", + "integrity": "sha512-hMHZU6/03xG0tbPDIm1hbVSTFLnRkGYfh+xdBwUMnIFYYTS0QJ2hdPfEZKCJIXm+fz9IAI5MPdDTfeyp0sgaHQ==", + "license": "MIT", "dependencies": { - "@babel/highlight": "^7.23.4", - "chalk": "^2.4.2" + "tslib": "^2.3.0" }, "engines": { - "node": ">=6.9.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" } }, - "node_modules/@babel/code-frame/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "node_modules/@angular/compiler-cli": { + "version": "19.2.15", + "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-19.2.15.tgz", + "integrity": "sha512-4r5tvGA2Ok3o8wROZBkF9qNKS7L0AEpdBIkAVJbLw2rBY2SlyycFIRYyV2+D1lJ1jq/f9U7uN6oon0MjTvNYkA==", + "license": "MIT", "dependencies": { - "color-convert": "^1.9.0" + "@babel/core": "7.26.9", + "@jridgewell/sourcemap-codec": "^1.4.14", + "chokidar": "^4.0.0", + "convert-source-map": "^1.5.1", + "reflect-metadata": "^0.2.0", + "semver": "^7.0.0", + "tslib": "^2.3.0", + "yargs": "^17.2.1" + }, + "bin": { + "ng-xi18n": "bundles/src/bin/ng_xi18n.js", + "ngc": "bundles/src/bin/ngc.js", + "ngcc": "bundles/ngcc/index.js" }, "engines": { - "node": ">=4" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + }, + "peerDependencies": { + "@angular/compiler": "19.2.15", + "typescript": ">=5.5 <5.9" } }, - "node_modules/@babel/code-frame/node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "node_modules/@angular/core": { + "version": "19.2.15", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-19.2.15.tgz", + "integrity": "sha512-PxhzCwwm23N4Mq6oV7UPoYiJF4r6FzGhRSxOBBlEp322k7zEQbIxd/XO6F3eoG73qC1UsOXMYYv6GnQpx42y3A==", + "license": "MIT", "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" + "tslib": "^2.3.0" }, "engines": { - "node": ">=4" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + }, + "peerDependencies": { + "rxjs": "^6.5.3 || ^7.4.0", + "zone.js": "~0.15.0" } }, - "node_modules/@babel/code-frame/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "node_modules/@angular/forms": { + "version": "19.2.15", + "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-19.2.15.tgz", + "integrity": "sha512-pZDElcYPmNzPxvWJpZQCIizsNApDIfk9xLJE4I8hzLISfWGbQvfjuuarDAuQZEXudeLXoDOstDXkDja40muLGg==", + "license": "MIT", "dependencies": { - "has-flag": "^3.0.0" + "tslib": "^2.3.0" }, "engines": { - "node": ">=4" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + }, + "peerDependencies": { + "@angular/common": "19.2.15", + "@angular/core": "19.2.15", + "@angular/platform-browser": "19.2.15", + "rxjs": "^6.5.3 || ^7.4.0" } }, - "node_modules/@babel/compat-data": { - "version": "7.23.5", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.23.5.tgz", - "integrity": "sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==", + "node_modules/@angular/language-service": { + "version": "19.2.15", + "resolved": "https://registry.npmjs.org/@angular/language-service/-/language-service-19.2.15.tgz", + "integrity": "sha512-ONMNoTnMoS3YiAm6fbWYp1SRDwIBieR/yxGTe9JEij8rq9WtOnAm/KhyQkFojXzS2n+Ntf0nE/yJwtLJKUedgw==", + "dev": true, + "license": "MIT", "engines": { - "node": ">=6.9.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" } }, - "node_modules/@babel/core": { - "version": "7.23.2", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.2.tgz", - "integrity": "sha512-n7s51eWdaWZ3vGT2tD4T7J6eJs3QoBXydv7vkUM06Bf1cbVD2Kc2UrkzhiQwobfV7NwOnQXYL7UBJ5VPU+RGoQ==", + "node_modules/@angular/localize": { + "version": "20.3.13", + "resolved": "https://registry.npmjs.org/@angular/localize/-/localize-20.3.13.tgz", + "integrity": "sha512-giMBZifKP4nNEm3+dRIi8/mro3I2Adi82LVU6GFqB3ugKnLFt9cWR9JnQdYsAv+xrofbPzxlH8UjhVXShNGA0g==", + "license": "MIT", + "peer": true, + "dependencies": { + "@babel/core": "7.28.3", + "@types/babel__core": "7.20.5", + "tinyglobby": "^0.2.12", + "yargs": "^18.0.0" + }, + "bin": { + "localize-extract": "tools/bundles/src/extract/cli.js", + "localize-migrate": "tools/bundles/src/migrate/cli.js", + "localize-translate": "tools/bundles/src/translate/cli.js" + }, + "engines": { + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" + }, + "peerDependencies": { + "@angular/compiler": "20.3.13", + "@angular/compiler-cli": "20.3.13" + } + }, + "node_modules/@angular/localize/node_modules/@babel/core": { + "version": "7.28.3", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.3.tgz", + "integrity": "sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ==", + "license": "MIT", + "peer": true, "dependencies": { "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.22.13", - "@babel/generator": "^7.23.0", - "@babel/helper-compilation-targets": "^7.22.15", - "@babel/helper-module-transforms": "^7.23.0", - "@babel/helpers": "^7.23.2", - "@babel/parser": "^7.23.0", - "@babel/template": "^7.22.15", - "@babel/traverse": "^7.23.2", - "@babel/types": "^7.23.0", + "@babel/code-frame": "^7.27.1", + "@babel/generator": "^7.28.3", + "@babel/helper-compilation-targets": "^7.27.2", + "@babel/helper-module-transforms": "^7.28.3", + "@babel/helpers": "^7.28.3", + "@babel/parser": "^7.28.3", + "@babel/template": "^7.27.2", + "@babel/traverse": "^7.28.3", + "@babel/types": "^7.28.2", "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -1289,293 +1146,335 @@ "url": "https://opencollective.com/babel" } }, - "node_modules/@babel/core/node_modules/convert-source-map": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", - "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" - }, - "node_modules/@babel/core/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@babel/generator": { - "version": "7.23.6", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.6.tgz", - "integrity": "sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==", + "node_modules/@angular/localize/node_modules/@babel/generator": { + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz", + "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==", + "license": "MIT", + "peer": true, "dependencies": { - "@babel/types": "^7.23.6", - "@jridgewell/gen-mapping": "^0.3.2", - "@jridgewell/trace-mapping": "^0.3.17", - "jsesc": "^2.5.1" + "@babel/parser": "^7.28.5", + "@babel/types": "^7.28.5", + "@jridgewell/gen-mapping": "^0.3.12", + "@jridgewell/trace-mapping": "^0.3.28", + "jsesc": "^3.0.2" }, "engines": { "node": ">=6.9.0" } }, - "node_modules/@babel/generator/node_modules/@jridgewell/trace-mapping": { - "version": "0.3.21", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.21.tgz", - "integrity": "sha512-SRfKmRe1KvYnxjEMtxEr+J4HIeMX5YBg/qhRHpxEIGjhX1rshcHlnFUE9K0GazhVKWM7B+nARSkV8LuvJdJ5/g==", + "node_modules/@angular/localize/node_modules/@jridgewell/trace-mapping": { + "version": "0.3.31", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", + "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", + "license": "MIT", + "peer": true, "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", "@jridgewell/sourcemap-codec": "^1.4.14" } }, - "node_modules/@babel/generator/node_modules/jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", - "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", - "bin": { - "jsesc": "bin/jsesc" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@babel/helper-annotate-as-pure": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz", - "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==", - "dev": true, - "dependencies": { - "@babel/types": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.15.tgz", - "integrity": "sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==", - "dev": true, + "node_modules/@angular/localize/node_modules/cliui": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-9.0.1.tgz", + "integrity": "sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==", + "license": "ISC", + "peer": true, "dependencies": { - "@babel/types": "^7.22.15" + "string-width": "^7.2.0", + "strip-ansi": "^7.1.0", + "wrap-ansi": "^9.0.0" }, "engines": { - "node": ">=6.9.0" + "node": ">=20" } }, - "node_modules/@babel/helper-compilation-targets": { - "version": "7.23.6", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz", - "integrity": "sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==", - "dependencies": { - "@babel/compat-data": "^7.23.5", - "@babel/helper-validator-option": "^7.23.5", - "browserslist": "^4.22.2", - "lru-cache": "^5.1.1", - "semver": "^6.3.1" - }, - "engines": { - "node": ">=6.9.0" - } + "node_modules/@angular/localize/node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "license": "MIT", + "peer": true }, - "node_modules/@babel/helper-compilation-targets/node_modules/semver": { + "node_modules/@angular/localize/node_modules/semver": { "version": "6.3.1", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "license": "ISC", + "peer": true, "bin": { "semver": "bin/semver.js" } }, - "node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.0.tgz", - "integrity": "sha512-QAH+vfvts51BCsNZ2PhY6HAggnlS6omLLFTsIpeqZk/MmJ6cW7tgz5yRv0fMJThcr6FmbMrENh1RgrWPTYA76g==", - "dev": true, - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-function-name": "^7.23.0", - "@babel/helper-member-expression-to-functions": "^7.23.0", - "@babel/helper-optimise-call-expression": "^7.22.5", - "@babel/helper-replace-supers": "^7.22.20", - "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.6", - "semver": "^6.3.1" + "node_modules/@angular/localize/node_modules/wrap-ansi": { + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz", + "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==", + "license": "MIT", + "peer": true, + "dependencies": { + "ansi-styles": "^6.2.1", + "string-width": "^7.0.0", + "strip-ansi": "^7.1.0" }, "engines": { - "node": ">=6.9.0" + "node": ">=18" }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "bin": { - "semver": "bin/semver.js" + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, - "node_modules/@babel/helper-create-regexp-features-plugin": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz", - "integrity": "sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==", - "dev": true, + "node_modules/@angular/localize/node_modules/yargs": { + "version": "18.0.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-18.0.0.tgz", + "integrity": "sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==", + "license": "MIT", + "peer": true, "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "regexpu-core": "^5.3.1", - "semver": "^6.3.1" + "cliui": "^9.0.1", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "string-width": "^7.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^22.0.0" }, "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" + "node": "^20.19.0 || ^22.12.0 || >=23" } }, - "node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "bin": { - "semver": "bin/semver.js" + "node_modules/@angular/localize/node_modules/yargs-parser": { + "version": "22.0.0", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-22.0.0.tgz", + "integrity": "sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==", + "license": "ISC", + "peer": true, + "engines": { + "node": "^20.19.0 || ^22.12.0 || >=23" } }, - "node_modules/@babel/helper-define-polyfill-provider": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.1.tgz", - "integrity": "sha512-o7SDgTJuvx5vLKD6SFvkydkSMBvahDKGiNJzG22IZYXhiqoe9efY7zocICBgzHV4IRg5wdgl2nEL/tulKIEIbA==", - "dev": true, + "node_modules/@angular/platform-browser": { + "version": "19.2.15", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-19.2.15.tgz", + "integrity": "sha512-OelQ6weCjon8kZD8kcqNzwugvZJurjS3uMJCwsA2vXmP/3zJ31SWtNqE2zLT1R2csVuwnp0h+nRMgq+pINU7Rg==", + "license": "MIT", "dependencies": { - "@babel/helper-compilation-targets": "^7.22.6", - "@babel/helper-plugin-utils": "^7.22.5", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2" + "tslib": "^2.3.0" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + "@angular/animations": "19.2.15", + "@angular/common": "19.2.15", + "@angular/core": "19.2.15" + }, + "peerDependenciesMeta": { + "@angular/animations": { + "optional": true + } } }, - "node_modules/@babel/helper-environment-visitor": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz", - "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==", + "node_modules/@angular/platform-browser-dynamic": { + "version": "19.2.15", + "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-19.2.15.tgz", + "integrity": "sha512-dKy0SS395FCh8cW9AQ8nf4Wn3XlONaH7z50T1bGxm3eOoRqjxJYyIeIlEbDdJakMz4QPR3dGr81HleZd8TJumQ==", + "license": "MIT", + "dependencies": { + "tslib": "^2.3.0" + }, "engines": { - "node": ">=6.9.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + }, + "peerDependencies": { + "@angular/common": "19.2.15", + "@angular/compiler": "19.2.15", + "@angular/core": "19.2.15", + "@angular/platform-browser": "19.2.15" } }, - "node_modules/@babel/helper-function-name": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz", - "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==", + "node_modules/@angular/platform-server": { + "version": "19.2.15", + "resolved": "https://registry.npmjs.org/@angular/platform-server/-/platform-server-19.2.15.tgz", + "integrity": "sha512-VKuEmzFylYLnFjjFTctnbckgYdXEyt3wU0AwT3uuLrSU/3EgfHlqd33ONuYaIxSRES81GaLcV9cc9uiZYT2QMg==", + "license": "MIT", "dependencies": { - "@babel/template": "^7.22.15", - "@babel/types": "^7.23.0" + "tslib": "^2.3.0", + "xhr2": "^0.2.0" }, "engines": { - "node": ">=6.9.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + }, + "peerDependencies": { + "@angular/common": "19.2.15", + "@angular/compiler": "19.2.15", + "@angular/core": "19.2.15", + "@angular/platform-browser": "19.2.15", + "rxjs": "^6.5.3 || ^7.4.0" } }, - "node_modules/@babel/helper-hoist-variables": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz", - "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==", + "node_modules/@angular/router": { + "version": "19.2.15", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-19.2.15.tgz", + "integrity": "sha512-0TM1D8S7RQ00drKy7hA/ZLBY14dUBqFBgm06djcNcOjNzVAtgkeV0i+0Smq9tCC7UsGKdpZu4RgfYjHATBNlTQ==", + "license": "MIT", "dependencies": { - "@babel/types": "^7.22.5" + "tslib": "^2.3.0" }, "engines": { - "node": ">=6.9.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + }, + "peerDependencies": { + "@angular/common": "19.2.15", + "@angular/core": "19.2.15", + "@angular/platform-browser": "19.2.15", + "rxjs": "^6.5.3 || ^7.4.0" } }, - "node_modules/@babel/helper-member-expression-to-functions": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz", - "integrity": "sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==", - "dev": true, + "node_modules/@babel/code-frame": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz", + "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==", + "license": "MIT", "dependencies": { - "@babel/types": "^7.23.0" + "@babel/helper-validator-identifier": "^7.27.1", + "js-tokens": "^4.0.0", + "picocolors": "^1.1.1" }, "engines": { "node": ">=6.9.0" } }, - "node_modules/@babel/helper-module-imports": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz", - "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==", - "dependencies": { - "@babel/types": "^7.22.15" - }, + "node_modules/@babel/compat-data": { + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.5.tgz", + "integrity": "sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==", + "license": "MIT", "engines": { "node": ">=6.9.0" } }, - "node_modules/@babel/helper-module-transforms": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz", - "integrity": "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==", + "node_modules/@babel/core": { + "version": "7.26.9", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.9.tgz", + "integrity": "sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw==", + "license": "MIT", "dependencies": { - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-module-imports": "^7.22.15", - "@babel/helper-simple-access": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/helper-validator-identifier": "^7.22.20" + "@ampproject/remapping": "^2.2.0", + "@babel/code-frame": "^7.26.2", + "@babel/generator": "^7.26.9", + "@babel/helper-compilation-targets": "^7.26.5", + "@babel/helper-module-transforms": "^7.26.0", + "@babel/helpers": "^7.26.9", + "@babel/parser": "^7.26.9", + "@babel/template": "^7.26.9", + "@babel/traverse": "^7.26.9", + "@babel/types": "^7.26.9", + "convert-source-map": "^2.0.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.3", + "semver": "^6.3.1" }, "engines": { "node": ">=6.9.0" }, - "peerDependencies": { - "@babel/core": "^7.0.0" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" } }, - "node_modules/@babel/helper-optimise-call-expression": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz", - "integrity": "sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==", - "dev": true, + "node_modules/@babel/core/node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "license": "MIT" + }, + "node_modules/@babel/core/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/generator": { + "version": "7.26.10", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.10.tgz", + "integrity": "sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang==", + "license": "MIT", "dependencies": { - "@babel/types": "^7.22.5" + "@babel/parser": "^7.26.10", + "@babel/types": "^7.26.10", + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25", + "jsesc": "^3.0.2" }, "engines": { "node": ">=6.9.0" } }, - "node_modules/@babel/helper-plugin-utils": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.0.tgz", - "integrity": "sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==", + "node_modules/@babel/generator/node_modules/@jridgewell/trace-mapping": { + "version": "0.3.31", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", + "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", + "license": "MIT", + "dependencies": { + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" + } + }, + "node_modules/@babel/helper-annotate-as-pure": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz", + "integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==", "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.25.9" + }, "engines": { "node": ">=6.9.0" } }, - "node_modules/@babel/helper-remap-async-to-generator": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz", - "integrity": "sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==", - "dev": true, + "node_modules/@babel/helper-compilation-targets": { + "version": "7.27.2", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz", + "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==", + "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-wrap-function": "^7.22.20" + "@babel/compat-data": "^7.27.2", + "@babel/helper-validator-option": "^7.27.1", + "browserslist": "^4.24.0", + "lru-cache": "^5.1.1", + "semver": "^6.3.1" }, "engines": { "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" } }, - "node_modules/@babel/helper-replace-supers": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz", - "integrity": "sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==", + "node_modules/@babel/helper-compilation-targets/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/helper-create-class-features-plugin": { + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz", + "integrity": "sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-member-expression-to-functions": "^7.22.15", - "@babel/helper-optimise-call-expression": "^7.22.5" + "@babel/helper-annotate-as-pure": "^7.27.3", + "@babel/helper-member-expression-to-functions": "^7.28.5", + "@babel/helper-optimise-call-expression": "^7.27.1", + "@babel/helper-replace-supers": "^7.27.1", + "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1", + "@babel/traverse": "^7.28.5", + "semver": "^6.3.1" }, "engines": { "node": ">=6.9.0" @@ -1584,157 +1483,198 @@ "@babel/core": "^7.0.0" } }, - "node_modules/@babel/helper-simple-access": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz", - "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==", + "node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/helper-annotate-as-pure": { + "version": "7.27.3", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz", + "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==", + "dev": true, + "license": "MIT", "dependencies": { - "@babel/types": "^7.22.5" + "@babel/types": "^7.27.3" }, "engines": { "node": ">=6.9.0" } }, - "node_modules/@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz", - "integrity": "sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==", + "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, - "dependencies": { - "@babel/types": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" + "license": "ISC", + "bin": { + "semver": "bin/semver.js" } }, - "node_modules/@babel/helper-split-export-declaration": { - "version": "7.22.6", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", - "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==", + "node_modules/@babel/helper-create-regexp-features-plugin": { + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.28.5.tgz", + "integrity": "sha512-N1EhvLtHzOvj7QQOUCCS3NrPJP8c5W6ZXCHDn7Yialuy1iu4r5EmIYkXlKNqT99Ciw+W0mDqWoR6HWMZlFP3hw==", + "dev": true, + "license": "MIT", "dependencies": { - "@babel/types": "^7.22.5" + "@babel/helper-annotate-as-pure": "^7.27.3", + "regexpu-core": "^6.3.1", + "semver": "^6.3.1" }, "engines": { "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" } }, - "node_modules/@babel/helper-string-parser": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz", - "integrity": "sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==", + "node_modules/@babel/helper-create-regexp-features-plugin/node_modules/@babel/helper-annotate-as-pure": { + "version": "7.27.3", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz", + "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.27.3" + }, "engines": { "node": ">=6.9.0" } }, - "node_modules/@babel/helper-validator-identifier": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz", - "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==", - "engines": { - "node": ">=6.9.0" + "node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" } }, - "node_modules/@babel/helper-validator-option": { - "version": "7.23.5", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz", - "integrity": "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==", - "engines": { - "node": ">=6.9.0" + "node_modules/@babel/helper-define-polyfill-provider": { + "version": "0.6.5", + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.5.tgz", + "integrity": "sha512-uJnGFcPsWQK8fvjgGP5LZUZZsYGIoPeRjSF5PGwrelYgq7Q15/Ft9NGFp1zglwgIv//W0uG4BevRuSJRyylZPg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-compilation-targets": "^7.27.2", + "@babel/helper-plugin-utils": "^7.27.1", + "debug": "^4.4.1", + "lodash.debounce": "^4.0.8", + "resolve": "^1.22.10" + }, + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" } }, - "node_modules/@babel/helper-wrap-function": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.20.tgz", - "integrity": "sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==", + "node_modules/@babel/helper-define-polyfill-provider/node_modules/debug": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-function-name": "^7.22.5", - "@babel/template": "^7.22.15", - "@babel/types": "^7.22.19" + "ms": "^2.1.3" }, "engines": { - "node": ">=6.9.0" + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } } }, - "node_modules/@babel/helpers": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.0.tgz", - "integrity": "sha512-ulDZdc0Aj5uLc5nETsa7EPx2L7rM0YJM8r7ck7U73AXi7qOV44IHHRAYZHY6iU1rr3C5N4NtTmMRUJP6kwCWeA==", - "dependencies": { - "@babel/template": "^7.24.0", - "@babel/traverse": "^7.24.0", - "@babel/types": "^7.24.0" - }, + "node_modules/@babel/helper-define-polyfill-provider/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@babel/helper-globals": { + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz", + "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==", + "license": "MIT", "engines": { "node": ">=6.9.0" } }, - "node_modules/@babel/highlight": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.23.4.tgz", - "integrity": "sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==", + "node_modules/@babel/helper-member-expression-to-functions": { + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz", + "integrity": "sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==", + "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-validator-identifier": "^7.22.20", - "chalk": "^2.4.2", - "js-tokens": "^4.0.0" + "@babel/traverse": "^7.28.5", + "@babel/types": "^7.28.5" }, "engines": { "node": ">=6.9.0" } }, - "node_modules/@babel/highlight/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "node_modules/@babel/helper-module-imports": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz", + "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==", + "license": "MIT", "dependencies": { - "color-convert": "^1.9.0" + "@babel/traverse": "^7.27.1", + "@babel/types": "^7.27.1" }, "engines": { - "node": ">=4" + "node": ">=6.9.0" } }, - "node_modules/@babel/highlight/node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "node_modules/@babel/helper-module-transforms": { + "version": "7.28.3", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz", + "integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==", + "license": "MIT", "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" + "@babel/helper-module-imports": "^7.27.1", + "@babel/helper-validator-identifier": "^7.27.1", + "@babel/traverse": "^7.28.3" }, "engines": { - "node": ">=4" + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" } }, - "node_modules/@babel/highlight/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "node_modules/@babel/helper-optimise-call-expression": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz", + "integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==", + "dev": true, + "license": "MIT", "dependencies": { - "has-flag": "^3.0.0" + "@babel/types": "^7.27.1" }, "engines": { - "node": ">=4" + "node": ">=6.9.0" } }, - "node_modules/@babel/parser": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.0.tgz", - "integrity": "sha512-QuP/FxEAzMSjXygs8v4N9dvdXzEHN4W1oF3PxuWAtPo08UdM17u89RDMgjLn/mlc56iM0HlLmVkO/wgR+rDgHg==", - "bin": { - "parser": "bin/babel-parser.js" - }, + "node_modules/@babel/helper-plugin-utils": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz", + "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==", + "dev": true, + "license": "MIT", "engines": { - "node": ">=6.0.0" + "node": ">=6.9.0" } }, - "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.23.3.tgz", - "integrity": "sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==", + "node_modules/@babel/helper-remap-async-to-generator": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz", + "integrity": "sha512-7fiA521aVw8lSPeI4ZOD3vRFkoqkJcS+z4hFo82bFSH/2tNd6eJ5qCVMS5OzDmZh/kaHQeBaeyxK6wljcPtveA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-annotate-as-pure": "^7.27.1", + "@babel/helper-wrap-function": "^7.27.1", + "@babel/traverse": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -1743,31 +1683,29 @@ "@babel/core": "^7.0.0" } }, - "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.23.3.tgz", - "integrity": "sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ==", + "node_modules/@babel/helper-remap-async-to-generator/node_modules/@babel/helper-annotate-as-pure": { + "version": "7.27.3", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz", + "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", - "@babel/plugin-transform-optional-chaining": "^7.23.3" + "@babel/types": "^7.27.3" }, "engines": { "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.13.0" } }, - "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { - "version": "7.23.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.23.7.tgz", - "integrity": "sha512-LlRT7HgaifEpQA1ZgLVOIJZZFVPWN5iReq/7/JixwBtwcoeVGDBD53ZV28rrsLYOZs1Y/EHhA8N/Z6aazHR8cw==", + "node_modules/@babel/helper-replace-supers": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz", + "integrity": "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-member-expression-to-functions": "^7.27.1", + "@babel/helper-optimise-call-expression": "^7.27.1", + "@babel/traverse": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -1776,214 +1714,208 @@ "@babel/core": "^7.0.0" } }, - "node_modules/@babel/plugin-proposal-private-property-in-object": { - "version": "7.21.0-placeholder-for-preset-env.2", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz", - "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==", + "node_modules/@babel/helper-skip-transparent-expression-wrappers": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz", + "integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==", "dev": true, + "license": "MIT", + "dependencies": { + "@babel/traverse": "^7.27.1", + "@babel/types": "^7.27.1" + }, "engines": { "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-syntax-async-generators": { - "version": "7.8.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", - "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", + "node_modules/@babel/helper-split-export-declaration": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz", + "integrity": "sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" + "@babel/types": "^7.24.7" }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" + "engines": { + "node": ">=6.9.0" } }, - "node_modules/@babel/plugin-syntax-class-properties": { - "version": "7.12.13", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", - "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", + "node_modules/@babel/helper-string-parser": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz", + "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-identifier": { + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz", + "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-option": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz", + "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-wrap-function": { + "version": "7.28.3", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.28.3.tgz", + "integrity": "sha512-zdf983tNfLZFletc0RRXYrHrucBEg95NIFMkn6K9dbeMYnsgHaSBGcQqdsCSStG2PYwRre0Qc2NNSCXbG+xc6g==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.12.13" + "@babel/template": "^7.27.2", + "@babel/traverse": "^7.28.3", + "@babel/types": "^7.28.2" }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" + "engines": { + "node": ">=6.9.0" } }, - "node_modules/@babel/plugin-syntax-class-static-block": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", - "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", - "dev": true, + "node_modules/@babel/helpers": { + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz", + "integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==", + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" + "@babel/template": "^7.27.2", + "@babel/types": "^7.28.4" }, "engines": { "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-syntax-dynamic-import": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", - "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", - "dev": true, + "node_modules/@babel/parser": { + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz", + "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==", + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" + "@babel/types": "^7.28.5" }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" } }, - "node_modules/@babel/plugin-syntax-export-namespace-from": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", - "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", + "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": { + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.28.5.tgz", + "integrity": "sha512-87GDMS3tsmMSi/3bWOte1UblL+YUTFMV8SZPZ2eSEL17s74Cw/l63rR6NmGVKMYW2GYi85nE+/d6Hw5N0bEk2Q==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.27.1", + "@babel/traverse": "^7.28.5" + }, + "engines": { + "node": ">=6.9.0" }, "peerDependencies": { - "@babel/core": "^7.0.0-0" + "@babel/core": "^7.0.0" } }, - "node_modules/@babel/plugin-syntax-import-assertions": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.23.3.tgz", - "integrity": "sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==", + "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.27.1.tgz", + "integrity": "sha512-qNeq3bCKnGgLkEXUuFry6dPlGfCdQNZbn7yUAPCInwAJHMU7THJfrBSozkcWq5sNM6RcF3S8XyQL2A52KNR9IA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" }, "peerDependencies": { - "@babel/core": "^7.0.0-0" + "@babel/core": "^7.0.0" } }, - "node_modules/@babel/plugin-syntax-import-attributes": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.23.3.tgz", - "integrity": "sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==", + "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.27.1.tgz", + "integrity": "sha512-g4L7OYun04N1WyqMNjldFwlfPCLVkgB54A/YCXICZYBsvJJE3kByKv9c9+R/nAfmIfjl2rKYLNyMHboYbZaWaA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" }, "peerDependencies": { - "@babel/core": "^7.0.0-0" + "@babel/core": "^7.0.0" } }, - "node_modules/@babel/plugin-syntax-import-meta": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", - "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", + "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.27.1.tgz", + "integrity": "sha512-oO02gcONcD5O1iTLi/6frMJBIwWEHceWGSGqrpCmEL8nogiS6J9PBlE48CaK20/Jx1LuRml9aDftLgdjXT8+Cw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" + "@babel/helper-plugin-utils": "^7.27.1", + "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1", + "@babel/plugin-transform-optional-chaining": "^7.27.1" + }, + "engines": { + "node": ">=6.9.0" }, "peerDependencies": { - "@babel/core": "^7.0.0-0" + "@babel/core": "^7.13.0" } }, - "node_modules/@babel/plugin-syntax-json-strings": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", - "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", + "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { + "version": "7.28.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.28.3.tgz", + "integrity": "sha512-b6YTX108evsvE4YgWyQ921ZAFFQm3Bn+CA3+ZXlNVnPhx+UfsVURoPjfGAPCjBgrqo30yX/C2nZGX96DxvR9Iw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" + "@babel/helper-plugin-utils": "^7.27.1", + "@babel/traverse": "^7.28.3" }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-logical-assignment-operators": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", - "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-numeric-separator": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", - "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", - "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-optional-catch-binding": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" + "engines": { + "node": ">=6.9.0" }, "peerDependencies": { - "@babel/core": "^7.0.0-0" + "@babel/core": "^7.0.0" } }, - "node_modules/@babel/plugin-syntax-optional-chaining": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", - "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", + "node_modules/@babel/plugin-proposal-private-property-in-object": { + "version": "7.21.0-placeholder-for-preset-env.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz", + "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==", "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" + "license": "MIT", + "engines": { + "node": ">=6.9.0" }, "peerDependencies": { "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-syntax-private-property-in-object": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", - "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", + "node_modules/@babel/plugin-syntax-import-assertions": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.27.1.tgz", + "integrity": "sha512-UT/Jrhw57xg4ILHLFnzFpPDlMbcdEicaAtjPQpbj9wa8T4r5KVWCimHcL/460g8Ht0DMxDyjsLgiWSkVjnwPFg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -1992,13 +1924,14 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-syntax-top-level-await": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", - "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", + "node_modules/@babel/plugin-syntax-import-attributes": { + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz", + "integrity": "sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -2012,6 +1945,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz", "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.18.6", "@babel/helper-plugin-utils": "^7.18.6" @@ -2024,12 +1958,13 @@ } }, "node_modules/@babel/plugin-transform-arrow-functions": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.23.3.tgz", - "integrity": "sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.27.1.tgz", + "integrity": "sha512-8Z4TGic6xW70FKThA5HYEKKyBpOOsucTOD1DjU3fZxDg+K3zBJcXMFnt/4yQiZnf5+MiOMSXQ9PaEK/Ilh1DeA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -2039,15 +1974,15 @@ } }, "node_modules/@babel/plugin-transform-async-generator-functions": { - "version": "7.23.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.9.tgz", - "integrity": "sha512-8Q3veQEDGe14dTYuwagbRtwxQDnytyg1JFu4/HwEMETeofocrB0U0ejBJIXoeG/t2oXZ8kzCyI0ZZfbT80VFNQ==", + "version": "7.26.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.26.8.tgz", + "integrity": "sha512-He9Ej2X7tNf2zdKMAGOsmg2MrFc+hfoAhd3po4cWfo/NWjzEAKa0oQruj1ROVUdl0e6fb6/kE/G3SSxE0lRJOg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-remap-async-to-generator": "^7.22.20", - "@babel/plugin-syntax-async-generators": "^7.8.4" + "@babel/helper-plugin-utils": "^7.26.5", + "@babel/helper-remap-async-to-generator": "^7.25.9", + "@babel/traverse": "^7.26.8" }, "engines": { "node": ">=6.9.0" @@ -2057,14 +1992,15 @@ } }, "node_modules/@babel/plugin-transform-async-to-generator": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.23.3.tgz", - "integrity": "sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.25.9.tgz", + "integrity": "sha512-NT7Ejn7Z/LjUH0Gv5KsBCxh7BH3fbLTV0ptHvpeMvrt3cPThHfJfst9Wrb7S8EvJ7vRTFI7z+VAvFVEQn/m5zQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-module-imports": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-remap-async-to-generator": "^7.22.20" + "@babel/helper-module-imports": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-remap-async-to-generator": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -2074,12 +2010,13 @@ } }, "node_modules/@babel/plugin-transform-block-scoped-functions": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.23.3.tgz", - "integrity": "sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.27.1.tgz", + "integrity": "sha512-cnqkuOtZLapWYZUYM5rVIdv1nXYuFVIltZ6ZJ7nIj585QsjKM5dhL2Fu/lICXZ1OyIAFc7Qy+bvDAtTXqGrlhg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -2089,12 +2026,13 @@ } }, "node_modules/@babel/plugin-transform-block-scoping": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.23.4.tgz", - "integrity": "sha512-0QqbP6B6HOh7/8iNR4CQU2Th/bbRtBp4KS9vcaZd1fZ0wSh5Fyssg0UCIHwxh+ka+pNDREbVLQnHCMHKZfPwfw==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.5.tgz", + "integrity": "sha512-45DmULpySVvmq9Pj3X9B+62Xe+DJGov27QravQJU1LLcapR6/10i+gYVAucGGJpHBp5mYxIMK4nDAT/QDLr47g==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -2104,13 +2042,14 @@ } }, "node_modules/@babel/plugin-transform-class-properties": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.23.3.tgz", - "integrity": "sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.27.1.tgz", + "integrity": "sha512-D0VcalChDMtuRvJIu3U/fwWjf8ZMykz5iZsg77Nuj821vCKI3zCyRLwRdWbsuJ/uRwZhZ002QtCqIkwC/ZkvbA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-create-class-features-plugin": "^7.27.1", + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -2120,14 +2059,14 @@ } }, "node_modules/@babel/plugin-transform-class-static-block": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.23.4.tgz", - "integrity": "sha512-nsWu/1M+ggti1SOALj3hfx5FXzAY06fwPJsUZD4/A5e1bWi46VUIWtD+kOX6/IdhXGsXBWllLFDSnqSCdUNydQ==", + "version": "7.28.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.3.tgz", + "integrity": "sha512-LtPXlBbRoc4Njl/oh1CeD/3jC+atytbnf/UqLoqTDcEYGUPj022+rvfkbDYieUrSj3CaV4yHDByPE+T2HwfsJg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-class-static-block": "^7.14.5" + "@babel/helper-create-class-features-plugin": "^7.28.3", + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -2137,19 +2076,18 @@ } }, "node_modules/@babel/plugin-transform-classes": { - "version": "7.23.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.23.8.tgz", - "integrity": "sha512-yAYslGsY1bX6Knmg46RjiCiNSwJKv2IUC8qOdYKqMMr0491SXFhcHqOdRDeCRohOOIzwN/90C6mQ9qAKgrP7dg==", + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.4.tgz", + "integrity": "sha512-cFOlhIYPBv/iBoc+KS3M6et2XPtbT2HiCRfBXWtfpc9OAyostldxIf9YAYB6ypURBBbx+Qv6nyrLzASfJe+hBA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-compilation-targets": "^7.23.6", - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-function-name": "^7.23.0", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-replace-supers": "^7.22.20", - "@babel/helper-split-export-declaration": "^7.22.6", - "globals": "^11.1.0" + "@babel/helper-annotate-as-pure": "^7.27.3", + "@babel/helper-compilation-targets": "^7.27.2", + "@babel/helper-globals": "^7.28.0", + "@babel/helper-plugin-utils": "^7.27.1", + "@babel/helper-replace-supers": "^7.27.1", + "@babel/traverse": "^7.28.4" }, "engines": { "node": ">=6.9.0" @@ -2158,23 +2096,28 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-transform-classes/node_modules/globals": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "node_modules/@babel/plugin-transform-classes/node_modules/@babel/helper-annotate-as-pure": { + "version": "7.27.3", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz", + "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==", "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.27.3" + }, "engines": { - "node": ">=4" + "node": ">=6.9.0" } }, "node_modules/@babel/plugin-transform-computed-properties": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.23.3.tgz", - "integrity": "sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.27.1.tgz", + "integrity": "sha512-lj9PGWvMTVksbWiDT2tW68zGS/cyo4AkZ/QTp0sQT0mjPopCmrSkzxeXkznjqBxzDI6TclZhOJbBmbBLjuOZUw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/template": "^7.22.15" + "@babel/helper-plugin-utils": "^7.27.1", + "@babel/template": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -2184,12 +2127,14 @@ } }, "node_modules/@babel/plugin-transform-destructuring": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.23.3.tgz", - "integrity": "sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.5.tgz", + "integrity": "sha512-Kl9Bc6D0zTUcFUvkNuQh4eGXPKKNDOJQXVyyM4ZAQPMveniJdxi8XMJwLo+xSoW3MIq81bD33lcUe9kZpl0MCw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.27.1", + "@babel/traverse": "^7.28.5" }, "engines": { "node": ">=6.9.0" @@ -2199,13 +2144,14 @@ } }, "node_modules/@babel/plugin-transform-dotall-regex": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.23.3.tgz", - "integrity": "sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.27.1.tgz", + "integrity": "sha512-gEbkDVGRvjj7+T1ivxrfgygpT7GUd4vmODtYpbs0gZATdkX8/iSnOtZSxiZnsgm1YjTgjI6VKBGSJJevkrclzw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-create-regexp-features-plugin": "^7.27.1", + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -2215,12 +2161,13 @@ } }, "node_modules/@babel/plugin-transform-duplicate-keys": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.23.3.tgz", - "integrity": "sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.27.1.tgz", + "integrity": "sha512-MTyJk98sHvSs+cvZ4nOauwTTG1JeonDjSGvGGUNHreGQns+Mpt6WX/dVzWBHgg+dYZhkC4X+zTDfkTU+Vy9y7Q==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -2229,14 +2176,31 @@ "@babel/core": "^7.0.0-0" } }, + "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.27.1.tgz", + "integrity": "sha512-hkGcueTEzuhB30B3eJCbCYeCaaEQOmQR0AdvzpD4LoN0GXMWzzGSuRrxR2xTnCrvNbVwK9N6/jQ92GSLfiZWoQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.27.1", + "@babel/helper-plugin-utils": "^7.27.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, "node_modules/@babel/plugin-transform-dynamic-import": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.23.4.tgz", - "integrity": "sha512-V6jIbLhdJK86MaLh4Jpghi8ho5fGzt3imHOBu/x0jlBaPYqDoWz4RDXjmMOfnh+JWNaQleEAByZLV0QzBT4YQQ==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.27.1.tgz", + "integrity": "sha512-MHzkWQcEmjzzVW9j2q8LGjwGWpG2mjwaaB0BNQwst3FIjqsg8Ct/mIZlvSPJvfi9y2AC8mi/ktxbFVL9pZ1I4A==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-dynamic-import": "^7.8.3" + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -2246,13 +2210,13 @@ } }, "node_modules/@babel/plugin-transform-exponentiation-operator": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.23.3.tgz", - "integrity": "sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.28.5.tgz", + "integrity": "sha512-D4WIMaFtwa2NizOp+dnoFjRez/ClKiC2BqqImwKd1X28nqBtZEyCYJ2ozQrrzlxAFrcrjxo39S6khe9RNDlGzw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -2262,13 +2226,13 @@ } }, "node_modules/@babel/plugin-transform-export-namespace-from": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.23.4.tgz", - "integrity": "sha512-GzuSBcKkx62dGzZI1WVgTWvkkz84FZO5TC5T8dl/Tht/rAla6Dg/Mz9Yhypg+ezVACf/rgDuQt3kbWEv7LdUDQ==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.27.1.tgz", + "integrity": "sha512-tQvHWSZ3/jH2xuq/vZDy0jNn+ZdXJeM8gHvX4lnJmsc3+50yPlWdZXIc5ay+umX+2/tJIqHqiEqcJvxlmIvRvQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3" + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -2278,13 +2242,14 @@ } }, "node_modules/@babel/plugin-transform-for-of": { - "version": "7.23.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.23.6.tgz", - "integrity": "sha512-aYH4ytZ0qSuBbpfhuofbg/e96oQ7U2w1Aw/UQmKT+1l39uEhUPoFS3fHevDc1G0OvewyDudfMKY1OulczHzWIw==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.27.1.tgz", + "integrity": "sha512-BfbWFFEJFQzLCQ5N8VocnCtA8J1CLkNTe2Ms2wocj75dd6VpiqS5Z5quTYcUoo4Yq+DN0rtikODccuv7RU81sw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5" + "@babel/helper-plugin-utils": "^7.27.1", + "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -2294,14 +2259,15 @@ } }, "node_modules/@babel/plugin-transform-function-name": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.23.3.tgz", - "integrity": "sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.27.1.tgz", + "integrity": "sha512-1bQeydJF9Nr1eBCMMbC+hdwmRlsv5XYOMu03YSWFwNs0HsAmtSxxF1fyuYPqemVldVyFmlCU7w8UE14LupUSZQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-compilation-targets": "^7.22.15", - "@babel/helper-function-name": "^7.23.0", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-compilation-targets": "^7.27.1", + "@babel/helper-plugin-utils": "^7.27.1", + "@babel/traverse": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -2311,13 +2277,13 @@ } }, "node_modules/@babel/plugin-transform-json-strings": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.23.4.tgz", - "integrity": "sha512-81nTOqM1dMwZ/aRXQ59zVubN9wHGqk6UtqRK+/q+ciXmRy8fSolhGVvG09HHRGo4l6fr/c4ZhXUQH0uFW7PZbg==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.27.1.tgz", + "integrity": "sha512-6WVLVJiTjqcQauBhn1LkICsR2H+zm62I3h9faTDKt1qP4jn2o72tSvqMwtGFKGTpojce0gJs+76eZ2uCHRZh0Q==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-json-strings": "^7.8.3" + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -2327,12 +2293,13 @@ } }, "node_modules/@babel/plugin-transform-literals": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.23.3.tgz", - "integrity": "sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.27.1.tgz", + "integrity": "sha512-0HCFSepIpLTkLcsi86GG3mTUzxV5jpmbv97hTETW3yzrAij8aqlD36toB1D0daVFJM8NK6GvKO0gslVQmm+zZA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -2342,13 +2309,13 @@ } }, "node_modules/@babel/plugin-transform-logical-assignment-operators": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.23.4.tgz", - "integrity": "sha512-Mc/ALf1rmZTP4JKKEhUwiORU+vcfarFVLfcFiolKUo6sewoxSEgl36ak5t+4WamRsNr6nzjZXQjM35WsU+9vbg==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.28.5.tgz", + "integrity": "sha512-axUuqnUTBuXyHGcJEVVh9pORaN6wC5bYfE7FGzPiaWa3syib9m7g+/IT/4VgCOe2Upef43PHzeAvcrVek6QuuA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -2358,12 +2325,13 @@ } }, "node_modules/@babel/plugin-transform-member-expression-literals": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.23.3.tgz", - "integrity": "sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.27.1.tgz", + "integrity": "sha512-hqoBX4dcZ1I33jCSWcXrP+1Ku7kdqXf1oeah7ooKOIiAdKQ+uqftgCFNOSzA5AMS2XIHEYeGFg4cKRCdpxzVOQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -2373,13 +2341,14 @@ } }, "node_modules/@babel/plugin-transform-modules-amd": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.23.3.tgz", - "integrity": "sha512-vJYQGxeKM4t8hYCKVBlZX/gtIY2I7mRGFNcm85sgXGMTBcoV3QdVtdpbcWEbzbfUIUZKwvgFT82mRvaQIebZzw==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.27.1.tgz", + "integrity": "sha512-iCsytMg/N9/oFq6n+gFTvUYDZQOMK5kEdeYxmxt91fcJGycfxVP9CnrxoliM0oumFERba2i8ZtwRUCMhvP1LnA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-module-transforms": "^7.23.3", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-module-transforms": "^7.27.1", + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -2389,14 +2358,14 @@ } }, "node_modules/@babel/plugin-transform-modules-commonjs": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.23.3.tgz", - "integrity": "sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz", + "integrity": "sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-module-transforms": "^7.23.3", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-simple-access": "^7.22.5" + "@babel/helper-module-transforms": "^7.27.1", + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -2406,15 +2375,16 @@ } }, "node_modules/@babel/plugin-transform-modules-systemjs": { - "version": "7.23.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.9.tgz", - "integrity": "sha512-KDlPRM6sLo4o1FkiSlXoAa8edLXFsKKIda779fbLrvmeuc3itnjCtaO6RrtoaANsIJANj+Vk1zqbZIMhkCAHVw==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.28.5.tgz", + "integrity": "sha512-vn5Jma98LCOeBy/KpeQhXcV2WZgaRUtjwQmjoBuLNlOmkg0fB5pdvYVeWRYI69wWKwK2cD1QbMiUQnoujWvrew==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-hoist-variables": "^7.22.5", - "@babel/helper-module-transforms": "^7.23.3", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-validator-identifier": "^7.22.20" + "@babel/helper-module-transforms": "^7.28.3", + "@babel/helper-plugin-utils": "^7.27.1", + "@babel/helper-validator-identifier": "^7.28.5", + "@babel/traverse": "^7.28.5" }, "engines": { "node": ">=6.9.0" @@ -2424,13 +2394,14 @@ } }, "node_modules/@babel/plugin-transform-modules-umd": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.23.3.tgz", - "integrity": "sha512-zHsy9iXX2nIsCBFPud3jKn1IRPWg3Ing1qOZgeKV39m1ZgIdpJqvlWVeiHBZC6ITRG0MfskhYe9cLgntfSFPIg==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.27.1.tgz", + "integrity": "sha512-iQBE/xC5BV1OxJbp6WG7jq9IWiD+xxlZhLrdwpPkTX3ydmXdvoCpyfJN7acaIBZaOqTfr76pgzqBJflNbeRK+w==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-module-transforms": "^7.23.3", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-module-transforms": "^7.27.1", + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -2440,13 +2411,14 @@ } }, "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.22.5.tgz", - "integrity": "sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.27.1.tgz", + "integrity": "sha512-SstR5JYy8ddZvD6MhV0tM/j16Qds4mIpJTOd1Yu9J9pJjH93bxHECF7pgtc28XvkzTD6Pxcm/0Z73Hvk7kb3Ng==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-create-regexp-features-plugin": "^7.27.1", + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -2456,12 +2428,13 @@ } }, "node_modules/@babel/plugin-transform-new-target": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.23.3.tgz", - "integrity": "sha512-YJ3xKqtJMAT5/TIZnpAR3I+K+WaDowYbN3xyxI8zxx/Gsypwf9B9h0VB+1Nh6ACAAPRS5NSRje0uVv5i79HYGQ==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.27.1.tgz", + "integrity": "sha512-f6PiYeqXQ05lYq3TIfIDu/MtliKUbNwkGApPUvyo6+tc7uaR4cPjPe7DFPr15Uyycg2lZU6btZ575CuQoYh7MQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -2471,13 +2444,13 @@ } }, "node_modules/@babel/plugin-transform-nullish-coalescing-operator": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.23.4.tgz", - "integrity": "sha512-jHE9EVVqHKAQx+VePv5LLGHjmHSJR76vawFPTdlxR/LVJPfOEGxREQwQfjuZEOPTwG92X3LINSh3M40Rv4zpVA==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.27.1.tgz", + "integrity": "sha512-aGZh6xMo6q9vq1JGcw58lZ1Z0+i0xB2x0XaauNIUXd6O1xXc3RwoWEBlsTQrY4KQ9Jf0s5rgD6SiNkaUdJegTA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -2487,13 +2460,13 @@ } }, "node_modules/@babel/plugin-transform-numeric-separator": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.23.4.tgz", - "integrity": "sha512-mps6auzgwjRrwKEZA05cOwuDc9FAzoyFS4ZsG/8F43bTLf/TgkJg7QXOrPO1JO599iA3qgK9MXdMGOEC8O1h6Q==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.27.1.tgz", + "integrity": "sha512-fdPKAcujuvEChxDBJ5c+0BTaS6revLV7CJL08e4m3de8qJfNIuCc2nc7XJYOjBoTMJeqSmwXJ0ypE14RCjLwaw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-numeric-separator": "^7.10.4" + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -2503,16 +2476,17 @@ } }, "node_modules/@babel/plugin-transform-object-rest-spread": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.0.tgz", - "integrity": "sha512-y/yKMm7buHpFFXfxVFS4Vk1ToRJDilIa6fKRioB9Vjichv58TDGXTvqV0dN7plobAmTW5eSEGXDngE+Mm+uO+w==", + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.4.tgz", + "integrity": "sha512-373KA2HQzKhQCYiRVIRr+3MjpCObqzDlyrM6u4I201wL8Mp2wHf7uB8GhDwis03k2ti8Zr65Zyyqs1xOxUF/Ew==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/compat-data": "^7.23.5", - "@babel/helper-compilation-targets": "^7.23.6", - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.23.3" + "@babel/helper-compilation-targets": "^7.27.2", + "@babel/helper-plugin-utils": "^7.27.1", + "@babel/plugin-transform-destructuring": "^7.28.0", + "@babel/plugin-transform-parameters": "^7.27.7", + "@babel/traverse": "^7.28.4" }, "engines": { "node": ">=6.9.0" @@ -2522,13 +2496,14 @@ } }, "node_modules/@babel/plugin-transform-object-super": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.23.3.tgz", - "integrity": "sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.27.1.tgz", + "integrity": "sha512-SFy8S9plRPbIcxlJ8A6mT/CxFdJx/c04JEctz4jf8YZaVS2px34j7NXRrlGlHkN/M2gnpL37ZpGRGVFLd3l8Ng==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-replace-supers": "^7.22.20" + "@babel/helper-plugin-utils": "^7.27.1", + "@babel/helper-replace-supers": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -2538,13 +2513,13 @@ } }, "node_modules/@babel/plugin-transform-optional-catch-binding": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.23.4.tgz", - "integrity": "sha512-XIq8t0rJPHf6Wvmbn9nFxU6ao4c7WhghTR5WyV8SrJfUFzyxhCm4nhC+iAp3HFhbAKLfYpgzhJ6t4XCtVwqO5A==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.27.1.tgz", + "integrity": "sha512-txEAEKzYrHEX4xSZN4kJ+OfKXFVSWKB2ZxM9dpcE3wT7smwkNmXo5ORRlVzMVdJbD+Q8ILTgSD7959uj+3Dm3Q==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -2554,14 +2529,14 @@ } }, "node_modules/@babel/plugin-transform-optional-chaining": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.23.4.tgz", - "integrity": "sha512-ZU8y5zWOfjM5vZ+asjgAPwDaBjJzgufjES89Rs4Lpq63O300R/kOz30WCLo6BxxX6QVEilwSlpClnG5cZaikTA==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.5.tgz", + "integrity": "sha512-N6fut9IZlPnjPwgiQkXNhb+cT8wQKFlJNqcZkWlcTqkcqx6/kU4ynGmLFoa4LViBSirn05YAwk+sQBbPfxtYzQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", - "@babel/plugin-syntax-optional-chaining": "^7.8.3" + "@babel/helper-plugin-utils": "^7.27.1", + "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -2571,12 +2546,13 @@ } }, "node_modules/@babel/plugin-transform-parameters": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.23.3.tgz", - "integrity": "sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==", + "version": "7.27.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz", + "integrity": "sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -2586,13 +2562,14 @@ } }, "node_modules/@babel/plugin-transform-private-methods": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.23.3.tgz", - "integrity": "sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.27.1.tgz", + "integrity": "sha512-10FVt+X55AjRAYI9BrdISN9/AQWHqldOeZDUoLyif1Kn05a56xVBXb8ZouL8pZ9jem8QpXaOt8TS7RHUIS+GPA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-create-class-features-plugin": "^7.27.1", + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -2602,15 +2579,15 @@ } }, "node_modules/@babel/plugin-transform-private-property-in-object": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.23.4.tgz", - "integrity": "sha512-9G3K1YqTq3F4Vt88Djx1UZ79PDyj+yKRnUy7cZGSMe+a7jkwD259uKKuUzQlPkGam7R+8RJwh5z4xO27fA1o2A==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.27.1.tgz", + "integrity": "sha512-5J+IhqTi1XPa0DXF83jYOaARrX+41gOewWbkPyjMNRDqgOCqdffGh8L3f/Ek5utaEBZExjSAzcyjmV9SSAWObQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-create-class-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5" + "@babel/helper-annotate-as-pure": "^7.27.1", + "@babel/helper-create-class-features-plugin": "^7.27.1", + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -2619,13 +2596,27 @@ "@babel/core": "^7.0.0-0" } }, + "node_modules/@babel/plugin-transform-private-property-in-object/node_modules/@babel/helper-annotate-as-pure": { + "version": "7.27.3", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz", + "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.27.3" + }, + "engines": { + "node": ">=6.9.0" + } + }, "node_modules/@babel/plugin-transform-property-literals": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.23.3.tgz", - "integrity": "sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.27.1.tgz", + "integrity": "sha512-oThy3BCuCha8kDZ8ZkgOg2exvPYUlprMukKQXI1r1pJ47NCvxfkEy8vK+r/hT9nF0Aa4H1WUPZZjHTFtAhGfmQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -2635,13 +2626,13 @@ } }, "node_modules/@babel/plugin-transform-regenerator": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.23.3.tgz", - "integrity": "sha512-KP+75h0KghBMcVpuKisx3XTu9Ncut8Q8TuvGO4IhY+9D5DFEckQefOuIsB/gQ2tG71lCke4NMrtIPS8pOj18BQ==", + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.4.tgz", + "integrity": "sha512-+ZEdQlBoRg9m2NnzvEeLgtvBMO4tkFBw5SQIUgLICgTrumLoU7lr+Oghi6km2PFj+dbUt2u1oby2w3BDO9YQnA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "regenerator-transform": "^0.15.2" + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -2650,13 +2641,31 @@ "@babel/core": "^7.0.0-0" } }, + "node_modules/@babel/plugin-transform-regexp-modifiers": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.27.1.tgz", + "integrity": "sha512-TtEciroaiODtXvLZv4rmfMhkCv8jx3wgKpL68PuiPh2M4fvz5jhsA7697N1gMvkvr/JTF13DrFYyEbY9U7cVPA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.27.1", + "@babel/helper-plugin-utils": "^7.27.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, "node_modules/@babel/plugin-transform-reserved-words": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.23.3.tgz", - "integrity": "sha512-QnNTazY54YqgGxwIexMZva9gqbPa15t/x9VS+0fsEFWplwVpXYZivtgl43Z1vMpc1bdPP2PP8siFeVcnFvA3Cg==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.27.1.tgz", + "integrity": "sha512-V2ABPHIJX4kC7HegLkYoDpfg9PVmuWy/i6vUM5eGK22bx4YVFD3M5F0QQnWQoDs6AGsUWTVOopBiMFQgHaSkVw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -2666,16 +2675,17 @@ } }, "node_modules/@babel/plugin-transform-runtime": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.24.0.tgz", - "integrity": "sha512-zc0GA5IitLKJrSfXlXmp8KDqLrnGECK7YRfQBmEKg1NmBOQ7e+KuclBEKJgzifQeUYLdNiAw4B4bjyvzWVLiSA==", + "version": "7.26.10", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.26.10.tgz", + "integrity": "sha512-NWaL2qG6HRpONTnj4JvDU6th4jYeZOJgu3QhmFTCihib0ermtOJqktA5BduGm3suhhVe9EMP9c9+mfJ/I9slqw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-module-imports": "^7.22.15", - "@babel/helper-plugin-utils": "^7.24.0", - "babel-plugin-polyfill-corejs2": "^0.4.8", - "babel-plugin-polyfill-corejs3": "^0.9.0", - "babel-plugin-polyfill-regenerator": "^0.5.5", + "@babel/helper-module-imports": "^7.25.9", + "@babel/helper-plugin-utils": "^7.26.5", + "babel-plugin-polyfill-corejs2": "^0.4.10", + "babel-plugin-polyfill-corejs3": "^0.11.0", + "babel-plugin-polyfill-regenerator": "^0.6.1", "semver": "^6.3.1" }, "engines": { @@ -2690,17 +2700,19 @@ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "node_modules/@babel/plugin-transform-shorthand-properties": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.23.3.tgz", - "integrity": "sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.27.1.tgz", + "integrity": "sha512-N/wH1vcn4oYawbJ13Y/FxcQrWk63jhfNa7jef0ih7PHSIHX2LB7GWE1rkPrOnka9kwMxb6hMl19p7lidA+EHmQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -2710,13 +2722,14 @@ } }, "node_modules/@babel/plugin-transform-spread": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.23.3.tgz", - "integrity": "sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.27.1.tgz", + "integrity": "sha512-kpb3HUqaILBJcRFVhFUs6Trdd4mkrzcGXss+6/mxUd273PfbWqSDHRzMT2234gIg2QYfAjvXLSquP1xECSg09Q==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5" + "@babel/helper-plugin-utils": "^7.27.1", + "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -2726,12 +2739,13 @@ } }, "node_modules/@babel/plugin-transform-sticky-regex": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.23.3.tgz", - "integrity": "sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.27.1.tgz", + "integrity": "sha512-lhInBO5bi/Kowe2/aLdBAawijx+q1pQzicSgnkB6dUPc1+RC8QmJHKf2OjvU+NZWitguJHEaEmbV6VWEouT58g==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -2741,12 +2755,13 @@ } }, "node_modules/@babel/plugin-transform-template-literals": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.23.3.tgz", - "integrity": "sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.27.1.tgz", + "integrity": "sha512-fBJKiV7F2DxZUkg5EtHKXQdbsbURW3DZKQUWphDum0uRP6eHGGa/He9mc0mypL680pb+e/lDIthRohlv8NCHkg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -2756,12 +2771,13 @@ } }, "node_modules/@babel/plugin-transform-typeof-symbol": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.23.3.tgz", - "integrity": "sha512-4t15ViVnaFdrPC74be1gXBSMzXk3B4Us9lP7uLRQHTFpV5Dvt33pn+2MyyNxmN3VTTm3oTrZVMUmuw3oBnQ2oQ==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.27.1.tgz", + "integrity": "sha512-RiSILC+nRJM7FY5srIyc4/fGIwUhyDuuBSdWn4y6yT6gm652DpCHZjIipgn6B7MQ1ITOUnAKWixEUjQRIBIcLw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -2771,12 +2787,13 @@ } }, "node_modules/@babel/plugin-transform-unicode-escapes": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.23.3.tgz", - "integrity": "sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.27.1.tgz", + "integrity": "sha512-Ysg4v6AmF26k9vpfFuTZg8HRfVWzsh1kVfowA23y9j/Gu6dOuahdUVhkLqpObp3JIv27MLSii6noRnuKN8H0Mg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -2786,13 +2803,14 @@ } }, "node_modules/@babel/plugin-transform-unicode-property-regex": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.23.3.tgz", - "integrity": "sha512-KcLIm+pDZkWZQAFJ9pdfmh89EwVfmNovFBcXko8szpBeF8z68kWIPeKlmSOkT9BXJxs2C0uk+5LxoxIv62MROA==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.27.1.tgz", + "integrity": "sha512-uW20S39PnaTImxp39O5qFlHLS9LJEmANjMG7SxIhap8rCHqu0Ik+tLEPX5DKmHn6CsWQ7j3lix2tFOa5YtL12Q==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-create-regexp-features-plugin": "^7.27.1", + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -2802,13 +2820,14 @@ } }, "node_modules/@babel/plugin-transform-unicode-regex": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.23.3.tgz", - "integrity": "sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.27.1.tgz", + "integrity": "sha512-xvINq24TRojDuyt6JGtHmkVkrfVV3FPT16uytxImLeBZqW3/H52yN+kM1MGuyPkIQxrzKwPHs5U/MP3qKyzkGw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-create-regexp-features-plugin": "^7.27.1", + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -2818,13 +2837,14 @@ } }, "node_modules/@babel/plugin-transform-unicode-sets-regex": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.23.3.tgz", - "integrity": "sha512-W7lliA/v9bNR83Qc3q1ip9CQMZ09CcHDbHfbLRDNuAhn1Mvkr1ZNF7hPmztMQvtTGVLJ9m8IZqWsTkXOml8dbw==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.27.1.tgz", + "integrity": "sha512-EtkOujbc4cgvb0mlpQefi4NTPBzhSIevblFevACNLUspmrALgmEBdL/XfnyyITfd8fKBZrZys92zOWcik7j9Tw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-create-regexp-features-plugin": "^7.27.1", + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -2834,90 +2854,80 @@ } }, "node_modules/@babel/preset-env": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.24.0.tgz", - "integrity": "sha512-ZxPEzV9IgvGn73iK0E6VB9/95Nd7aMFpbE0l8KQFDG70cOV9IxRP7Y2FUPmlK0v6ImlLqYX50iuZ3ZTVhOF2lA==", - "dev": true, - "dependencies": { - "@babel/compat-data": "^7.23.5", - "@babel/helper-compilation-targets": "^7.23.6", - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/helper-validator-option": "^7.23.5", - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.23.3", - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.23.3", - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.23.7", + "version": "7.26.9", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.26.9.tgz", + "integrity": "sha512-vX3qPGE8sEKEAZCWk05k3cpTAE3/nOYca++JA+Rd0z2NCNzabmYvEiSShKzm10zdquOIAVXsy2Ei/DTW34KlKQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/compat-data": "^7.26.8", + "@babel/helper-compilation-targets": "^7.26.5", + "@babel/helper-plugin-utils": "^7.26.5", + "@babel/helper-validator-option": "^7.25.9", + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.9", + "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.9", + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.9", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.25.9", + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.25.9", "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-class-static-block": "^7.14.5", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-import-assertions": "^7.23.3", - "@babel/plugin-syntax-import-attributes": "^7.23.3", - "@babel/plugin-syntax-import-meta": "^7.10.4", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", - "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5", - "@babel/plugin-syntax-top-level-await": "^7.14.5", + "@babel/plugin-syntax-import-assertions": "^7.26.0", + "@babel/plugin-syntax-import-attributes": "^7.26.0", "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", - "@babel/plugin-transform-arrow-functions": "^7.23.3", - "@babel/plugin-transform-async-generator-functions": "^7.23.9", - "@babel/plugin-transform-async-to-generator": "^7.23.3", - "@babel/plugin-transform-block-scoped-functions": "^7.23.3", - "@babel/plugin-transform-block-scoping": "^7.23.4", - "@babel/plugin-transform-class-properties": "^7.23.3", - "@babel/plugin-transform-class-static-block": "^7.23.4", - "@babel/plugin-transform-classes": "^7.23.8", - "@babel/plugin-transform-computed-properties": "^7.23.3", - "@babel/plugin-transform-destructuring": "^7.23.3", - "@babel/plugin-transform-dotall-regex": "^7.23.3", - "@babel/plugin-transform-duplicate-keys": "^7.23.3", - "@babel/plugin-transform-dynamic-import": "^7.23.4", - "@babel/plugin-transform-exponentiation-operator": "^7.23.3", - "@babel/plugin-transform-export-namespace-from": "^7.23.4", - "@babel/plugin-transform-for-of": "^7.23.6", - "@babel/plugin-transform-function-name": "^7.23.3", - "@babel/plugin-transform-json-strings": "^7.23.4", - "@babel/plugin-transform-literals": "^7.23.3", - "@babel/plugin-transform-logical-assignment-operators": "^7.23.4", - "@babel/plugin-transform-member-expression-literals": "^7.23.3", - "@babel/plugin-transform-modules-amd": "^7.23.3", - "@babel/plugin-transform-modules-commonjs": "^7.23.3", - "@babel/plugin-transform-modules-systemjs": "^7.23.9", - "@babel/plugin-transform-modules-umd": "^7.23.3", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5", - "@babel/plugin-transform-new-target": "^7.23.3", - "@babel/plugin-transform-nullish-coalescing-operator": "^7.23.4", - "@babel/plugin-transform-numeric-separator": "^7.23.4", - "@babel/plugin-transform-object-rest-spread": "^7.24.0", - "@babel/plugin-transform-object-super": "^7.23.3", - "@babel/plugin-transform-optional-catch-binding": "^7.23.4", - "@babel/plugin-transform-optional-chaining": "^7.23.4", - "@babel/plugin-transform-parameters": "^7.23.3", - "@babel/plugin-transform-private-methods": "^7.23.3", - "@babel/plugin-transform-private-property-in-object": "^7.23.4", - "@babel/plugin-transform-property-literals": "^7.23.3", - "@babel/plugin-transform-regenerator": "^7.23.3", - "@babel/plugin-transform-reserved-words": "^7.23.3", - "@babel/plugin-transform-shorthand-properties": "^7.23.3", - "@babel/plugin-transform-spread": "^7.23.3", - "@babel/plugin-transform-sticky-regex": "^7.23.3", - "@babel/plugin-transform-template-literals": "^7.23.3", - "@babel/plugin-transform-typeof-symbol": "^7.23.3", - "@babel/plugin-transform-unicode-escapes": "^7.23.3", - "@babel/plugin-transform-unicode-property-regex": "^7.23.3", - "@babel/plugin-transform-unicode-regex": "^7.23.3", - "@babel/plugin-transform-unicode-sets-regex": "^7.23.3", + "@babel/plugin-transform-arrow-functions": "^7.25.9", + "@babel/plugin-transform-async-generator-functions": "^7.26.8", + "@babel/plugin-transform-async-to-generator": "^7.25.9", + "@babel/plugin-transform-block-scoped-functions": "^7.26.5", + "@babel/plugin-transform-block-scoping": "^7.25.9", + "@babel/plugin-transform-class-properties": "^7.25.9", + "@babel/plugin-transform-class-static-block": "^7.26.0", + "@babel/plugin-transform-classes": "^7.25.9", + "@babel/plugin-transform-computed-properties": "^7.25.9", + "@babel/plugin-transform-destructuring": "^7.25.9", + "@babel/plugin-transform-dotall-regex": "^7.25.9", + "@babel/plugin-transform-duplicate-keys": "^7.25.9", + "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.9", + "@babel/plugin-transform-dynamic-import": "^7.25.9", + "@babel/plugin-transform-exponentiation-operator": "^7.26.3", + "@babel/plugin-transform-export-namespace-from": "^7.25.9", + "@babel/plugin-transform-for-of": "^7.26.9", + "@babel/plugin-transform-function-name": "^7.25.9", + "@babel/plugin-transform-json-strings": "^7.25.9", + "@babel/plugin-transform-literals": "^7.25.9", + "@babel/plugin-transform-logical-assignment-operators": "^7.25.9", + "@babel/plugin-transform-member-expression-literals": "^7.25.9", + "@babel/plugin-transform-modules-amd": "^7.25.9", + "@babel/plugin-transform-modules-commonjs": "^7.26.3", + "@babel/plugin-transform-modules-systemjs": "^7.25.9", + "@babel/plugin-transform-modules-umd": "^7.25.9", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.25.9", + "@babel/plugin-transform-new-target": "^7.25.9", + "@babel/plugin-transform-nullish-coalescing-operator": "^7.26.6", + "@babel/plugin-transform-numeric-separator": "^7.25.9", + "@babel/plugin-transform-object-rest-spread": "^7.25.9", + "@babel/plugin-transform-object-super": "^7.25.9", + "@babel/plugin-transform-optional-catch-binding": "^7.25.9", + "@babel/plugin-transform-optional-chaining": "^7.25.9", + "@babel/plugin-transform-parameters": "^7.25.9", + "@babel/plugin-transform-private-methods": "^7.25.9", + "@babel/plugin-transform-private-property-in-object": "^7.25.9", + "@babel/plugin-transform-property-literals": "^7.25.9", + "@babel/plugin-transform-regenerator": "^7.25.9", + "@babel/plugin-transform-regexp-modifiers": "^7.26.0", + "@babel/plugin-transform-reserved-words": "^7.25.9", + "@babel/plugin-transform-shorthand-properties": "^7.25.9", + "@babel/plugin-transform-spread": "^7.25.9", + "@babel/plugin-transform-sticky-regex": "^7.25.9", + "@babel/plugin-transform-template-literals": "^7.26.8", + "@babel/plugin-transform-typeof-symbol": "^7.26.7", + "@babel/plugin-transform-unicode-escapes": "^7.25.9", + "@babel/plugin-transform-unicode-property-regex": "^7.25.9", + "@babel/plugin-transform-unicode-regex": "^7.25.9", + "@babel/plugin-transform-unicode-sets-regex": "^7.25.9", "@babel/preset-modules": "0.1.6-no-external-plugins", - "babel-plugin-polyfill-corejs2": "^0.4.8", - "babel-plugin-polyfill-corejs3": "^0.9.0", - "babel-plugin-polyfill-regenerator": "^0.5.5", - "core-js-compat": "^3.31.0", + "babel-plugin-polyfill-corejs2": "^0.4.10", + "babel-plugin-polyfill-corejs3": "^0.11.0", + "babel-plugin-polyfill-regenerator": "^0.6.1", + "core-js-compat": "^3.40.0", "semver": "^6.3.1" }, "engines": { @@ -2932,6 +2942,7 @@ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver.js" } @@ -2941,6 +2952,7 @@ "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz", "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.0.0", "@babel/types": "^7.4.4", @@ -2950,17 +2962,12 @@ "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0" } }, - "node_modules/@babel/regjsgen": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz", - "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==", - "dev": true - }, "node_modules/@babel/runtime": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.0.tgz", - "integrity": "sha512-Chk32uHMg6TnQdvw2e9IlqPpFX/6NLuK0Ys2PqLb7/gL5uFn9mXvK715FGLlOLQrcO4qIkNHkvPGktzzXexsFw==", + "version": "7.26.10", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.10.tgz", + "integrity": "sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw==", "dev": true, + "license": "MIT", "dependencies": { "regenerator-runtime": "^0.14.0" }, @@ -2969,54 +2976,71 @@ } }, "node_modules/@babel/template": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.0.tgz", - "integrity": "sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==", + "version": "7.27.2", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz", + "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==", + "license": "MIT", "dependencies": { - "@babel/code-frame": "^7.23.5", - "@babel/parser": "^7.24.0", - "@babel/types": "^7.24.0" + "@babel/code-frame": "^7.27.1", + "@babel/parser": "^7.27.2", + "@babel/types": "^7.27.1" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.0.tgz", - "integrity": "sha512-HfuJlI8qq3dEDmNU5ChzzpZRWq+oxCZQyMzIMEqLho+AQnhMnKQUzH6ydo3RBl/YjPCuk68Y6s0Gx0AeyULiWw==", - "dependencies": { - "@babel/code-frame": "^7.23.5", - "@babel/generator": "^7.23.6", - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-function-name": "^7.23.0", - "@babel/helper-hoist-variables": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/parser": "^7.24.0", - "@babel/types": "^7.24.0", - "debug": "^4.3.1", - "globals": "^11.1.0" + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz", + "integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==", + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.27.1", + "@babel/generator": "^7.28.5", + "@babel/helper-globals": "^7.28.0", + "@babel/parser": "^7.28.5", + "@babel/template": "^7.27.2", + "@babel/types": "^7.28.5", + "debug": "^4.3.1" }, "engines": { "node": ">=6.9.0" } }, - "node_modules/@babel/traverse/node_modules/globals": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "node_modules/@babel/traverse/node_modules/@babel/generator": { + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz", + "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==", + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.28.5", + "@babel/types": "^7.28.5", + "@jridgewell/gen-mapping": "^0.3.12", + "@jridgewell/trace-mapping": "^0.3.28", + "jsesc": "^3.0.2" + }, "engines": { - "node": ">=4" + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse/node_modules/@jridgewell/trace-mapping": { + "version": "0.3.31", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", + "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", + "license": "MIT", + "dependencies": { + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" } }, "node_modules/@babel/types": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.0.tgz", - "integrity": "sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz", + "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==", + "license": "MIT", "dependencies": { - "@babel/helper-string-parser": "^7.23.4", - "@babel/helper-validator-identifier": "^7.22.20", - "to-fast-properties": "^2.0.0" + "@babel/helper-string-parser": "^7.27.1", + "@babel/helper-validator-identifier": "^7.28.5" }, "engines": { "node": ">=6.9.0" @@ -3044,410 +3068,527 @@ } }, "node_modules/@discoveryjs/json-ext": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz", - "integrity": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==", + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.6.3.tgz", + "integrity": "sha512-4B4OijXeVNOPZlYA2oEwWOTkzyltLao+xbotHQeqN++Rv27Y6s818+n2Qkp8q+Fxhn0t/5lA5X1Mxktud8eayQ==", "dev": true, + "license": "MIT", "engines": { - "node": ">=10.0.0" + "node": ">=14.17.0" } }, "node_modules/@esbuild/aix-ppc64": { - "version": "0.20.1", - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.20.1.tgz", - "integrity": "sha512-m55cpeupQ2DbuRGQMMZDzbv9J9PgVelPjlcmM5kxHnrBdBx6REaEd7LamYV7Dm8N7rCyR/XwU6rVP8ploKtIkA==", + "version": "0.25.4", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.4.tgz", + "integrity": "sha512-1VCICWypeQKhVbE9oW/sJaAmjLxhVqacdkvPLEjwlttjfwENRSClS8EjBz0KzRyFSCPDIkuXW34Je/vk7zdB7Q==", "cpu": [ "ppc64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "aix" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/android-arm": { - "version": "0.20.1", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.20.1.tgz", - "integrity": "sha512-4j0+G27/2ZXGWR5okcJi7pQYhmkVgb4D7UKwxcqrjhvp5TKWx3cUjgB1CGj1mfdmJBQ9VnUGgUhign+FPF2Zgw==", + "version": "0.25.4", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.4.tgz", + "integrity": "sha512-QNdQEps7DfFwE3hXiU4BZeOV68HHzYwGd0Nthhd3uCkkEKK7/R6MTgM0P7H7FAs5pU/DIWsviMmEGxEoxIZ+ZQ==", "cpu": [ "arm" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "android" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/android-arm64": { - "version": "0.20.1", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.20.1.tgz", - "integrity": "sha512-hCnXNF0HM6AjowP+Zou0ZJMWWa1VkD77BXe959zERgGJBBxB+sV+J9f/rcjeg2c5bsukD/n17RKWXGFCO5dD5A==", + "version": "0.25.4", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.4.tgz", + "integrity": "sha512-bBy69pgfhMGtCnwpC/x5QhfxAz/cBgQ9enbtwjf6V9lnPI/hMyT9iWpR1arm0l3kttTr4L0KSLpKmLp/ilKS9A==", "cpu": [ "arm64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "android" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/android-x64": { - "version": "0.20.1", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.20.1.tgz", - "integrity": "sha512-MSfZMBoAsnhpS+2yMFYIQUPs8Z19ajwfuaSZx+tSl09xrHZCjbeXXMsUF/0oq7ojxYEpsSo4c0SfjxOYXRbpaA==", + "version": "0.25.4", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.4.tgz", + "integrity": "sha512-TVhdVtQIFuVpIIR282btcGC2oGQoSfZfmBdTip2anCaVYcqWlZXGcdcKIUklfX2wj0JklNYgz39OBqh2cqXvcQ==", "cpu": [ "x64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "android" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/darwin-arm64": { - "version": "0.20.1", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.20.1.tgz", - "integrity": "sha512-Ylk6rzgMD8klUklGPzS414UQLa5NPXZD5tf8JmQU8GQrj6BrFA/Ic9tb2zRe1kOZyCbGl+e8VMbDRazCEBqPvA==", + "version": "0.25.4", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.4.tgz", + "integrity": "sha512-Y1giCfM4nlHDWEfSckMzeWNdQS31BQGs9/rouw6Ub91tkK79aIMTH3q9xHvzH8d0wDru5Ci0kWB8b3up/nl16g==", "cpu": [ "arm64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "darwin" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/darwin-x64": { - "version": "0.20.1", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.20.1.tgz", - "integrity": "sha512-pFIfj7U2w5sMp52wTY1XVOdoxw+GDwy9FsK3OFz4BpMAjvZVs0dT1VXs8aQm22nhwoIWUmIRaE+4xow8xfIDZA==", + "version": "0.25.4", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.4.tgz", + "integrity": "sha512-CJsry8ZGM5VFVeyUYB3cdKpd/H69PYez4eJh1W/t38vzutdjEjtP7hB6eLKBoOdxcAlCtEYHzQ/PJ/oU9I4u0A==", "cpu": [ "x64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "darwin" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/freebsd-arm64": { - "version": "0.20.1", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.20.1.tgz", - "integrity": "sha512-UyW1WZvHDuM4xDz0jWun4qtQFauNdXjXOtIy7SYdf7pbxSWWVlqhnR/T2TpX6LX5NI62spt0a3ldIIEkPM6RHw==", + "version": "0.25.4", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.4.tgz", + "integrity": "sha512-yYq+39NlTRzU2XmoPW4l5Ifpl9fqSk0nAJYM/V/WUGPEFfek1epLHJIkTQM6bBs1swApjO5nWgvr843g6TjxuQ==", "cpu": [ "arm64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "freebsd" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/freebsd-x64": { - "version": "0.20.1", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.20.1.tgz", - "integrity": "sha512-itPwCw5C+Jh/c624vcDd9kRCCZVpzpQn8dtwoYIt2TJF3S9xJLiRohnnNrKwREvcZYx0n8sCSbvGH349XkcQeg==", + "version": "0.25.4", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.4.tgz", + "integrity": "sha512-0FgvOJ6UUMflsHSPLzdfDnnBBVoCDtBTVyn/MrWloUNvq/5SFmh13l3dvgRPkDihRxb77Y17MbqbCAa2strMQQ==", "cpu": [ "x64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "freebsd" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/linux-arm": { - "version": "0.20.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.20.1.tgz", - "integrity": "sha512-LojC28v3+IhIbfQ+Vu4Ut5n3wKcgTu6POKIHN9Wpt0HnfgUGlBuyDDQR4jWZUZFyYLiz4RBBBmfU6sNfn6RhLw==", + "version": "0.25.4", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.4.tgz", + "integrity": "sha512-kro4c0P85GMfFYqW4TWOpvmF8rFShbWGnrLqlzp4X1TNWjRY3JMYUfDCtOxPKOIY8B0WC8HN51hGP4I4hz4AaQ==", "cpu": [ "arm" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "linux" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/linux-arm64": { - "version": "0.20.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.20.1.tgz", - "integrity": "sha512-cX8WdlF6Cnvw/DO9/X7XLH2J6CkBnz7Twjpk56cshk9sjYVcuh4sXQBy5bmTwzBjNVZze2yaV1vtcJS04LbN8w==", + "version": "0.25.4", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.4.tgz", + "integrity": "sha512-+89UsQTfXdmjIvZS6nUnOOLoXnkUTB9hR5QAeLrQdzOSWZvNSAXAtcRDHWtqAUtAmv7ZM1WPOOeSxDzzzMogiQ==", "cpu": [ "arm64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "linux" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/linux-ia32": { - "version": "0.20.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.20.1.tgz", - "integrity": "sha512-4H/sQCy1mnnGkUt/xszaLlYJVTz3W9ep52xEefGtd6yXDQbz/5fZE5dFLUgsPdbUOQANcVUa5iO6g3nyy5BJiw==", + "version": "0.25.4", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.4.tgz", + "integrity": "sha512-yTEjoapy8UP3rv8dB0ip3AfMpRbyhSN3+hY8mo/i4QXFeDxmiYbEKp3ZRjBKcOP862Ua4b1PDfwlvbuwY7hIGQ==", "cpu": [ "ia32" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "linux" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/linux-loong64": { - "version": "0.20.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.20.1.tgz", - "integrity": "sha512-c0jgtB+sRHCciVXlyjDcWb2FUuzlGVRwGXgI+3WqKOIuoo8AmZAddzeOHeYLtD+dmtHw3B4Xo9wAUdjlfW5yYA==", + "version": "0.25.4", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.4.tgz", + "integrity": "sha512-NeqqYkrcGzFwi6CGRGNMOjWGGSYOpqwCjS9fvaUlX5s3zwOtn1qwg1s2iE2svBe4Q/YOG1q6875lcAoQK/F4VA==", "cpu": [ "loong64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "linux" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/linux-mips64el": { - "version": "0.20.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.20.1.tgz", - "integrity": "sha512-TgFyCfIxSujyuqdZKDZ3yTwWiGv+KnlOeXXitCQ+trDODJ+ZtGOzLkSWngynP0HZnTsDyBbPy7GWVXWaEl6lhA==", + "version": "0.25.4", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.4.tgz", + "integrity": "sha512-IcvTlF9dtLrfL/M8WgNI/qJYBENP3ekgsHbYUIzEzq5XJzzVEV/fXY9WFPfEEXmu3ck2qJP8LG/p3Q8f7Zc2Xg==", "cpu": [ "mips64el" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "linux" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/linux-ppc64": { - "version": "0.20.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.20.1.tgz", - "integrity": "sha512-b+yuD1IUeL+Y93PmFZDZFIElwbmFfIKLKlYI8M6tRyzE6u7oEP7onGk0vZRh8wfVGC2dZoy0EqX1V8qok4qHaw==", + "version": "0.25.4", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.4.tgz", + "integrity": "sha512-HOy0aLTJTVtoTeGZh4HSXaO6M95qu4k5lJcH4gxv56iaycfz1S8GO/5Jh6X4Y1YiI0h7cRyLi+HixMR+88swag==", "cpu": [ "ppc64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "linux" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/linux-riscv64": { - "version": "0.20.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.20.1.tgz", - "integrity": "sha512-wpDlpE0oRKZwX+GfomcALcouqjjV8MIX8DyTrxfyCfXxoKQSDm45CZr9fanJ4F6ckD4yDEPT98SrjvLwIqUCgg==", + "version": "0.25.4", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.4.tgz", + "integrity": "sha512-i8JUDAufpz9jOzo4yIShCTcXzS07vEgWzyX3NH2G7LEFVgrLEhjwL3ajFE4fZI3I4ZgiM7JH3GQ7ReObROvSUA==", "cpu": [ "riscv64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "linux" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/linux-s390x": { - "version": "0.20.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.20.1.tgz", - "integrity": "sha512-5BepC2Au80EohQ2dBpyTquqGCES7++p7G+7lXe1bAIvMdXm4YYcEfZtQrP4gaoZ96Wv1Ute61CEHFU7h4FMueQ==", + "version": "0.25.4", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.4.tgz", + "integrity": "sha512-jFnu+6UbLlzIjPQpWCNh5QtrcNfMLjgIavnwPQAfoGx4q17ocOU9MsQ2QVvFxwQoWpZT8DvTLooTvmOQXkO51g==", "cpu": [ "s390x" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "linux" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/linux-x64": { - "version": "0.20.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.20.1.tgz", - "integrity": "sha512-5gRPk7pKuaIB+tmH+yKd2aQTRpqlf1E4f/mC+tawIm/CGJemZcHZpp2ic8oD83nKgUPMEd0fNanrnFljiruuyA==", + "version": "0.25.4", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.4.tgz", + "integrity": "sha512-6e0cvXwzOnVWJHq+mskP8DNSrKBr1bULBvnFLpc1KY+d+irZSgZ02TGse5FsafKS5jg2e4pbvK6TPXaF/A6+CA==", "cpu": [ "x64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "linux" ], "engines": { - "node": ">=12" + "node": ">=18" + } + }, + "node_modules/@esbuild/netbsd-arm64": { + "version": "0.25.4", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.4.tgz", + "integrity": "sha512-vUnkBYxZW4hL/ie91hSqaSNjulOnYXE1VSLusnvHg2u3jewJBz3YzB9+oCw8DABeVqZGg94t9tyZFoHma8gWZQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=18" } }, "node_modules/@esbuild/netbsd-x64": { - "version": "0.20.1", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.20.1.tgz", - "integrity": "sha512-4fL68JdrLV2nVW2AaWZBv3XEm3Ae3NZn/7qy2KGAt3dexAgSVT+Hc97JKSZnqezgMlv9x6KV0ZkZY7UO5cNLCg==", + "version": "0.25.4", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.4.tgz", + "integrity": "sha512-XAg8pIQn5CzhOB8odIcAm42QsOfa98SBeKUdo4xa8OvX8LbMZqEtgeWE9P/Wxt7MlG2QqvjGths+nq48TrUiKw==", "cpu": [ "x64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "netbsd" ], "engines": { - "node": ">=12" + "node": ">=18" + } + }, + "node_modules/@esbuild/openbsd-arm64": { + "version": "0.25.4", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.4.tgz", + "integrity": "sha512-Ct2WcFEANlFDtp1nVAXSNBPDxyU+j7+tId//iHXU2f/lN5AmO4zLyhDcpR5Cz1r08mVxzt3Jpyt4PmXQ1O6+7A==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=18" } }, "node_modules/@esbuild/openbsd-x64": { - "version": "0.20.1", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.20.1.tgz", - "integrity": "sha512-GhRuXlvRE+twf2ES+8REbeCb/zeikNqwD3+6S5y5/x+DYbAQUNl0HNBs4RQJqrechS4v4MruEr8ZtAin/hK5iw==", + "version": "0.25.4", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.4.tgz", + "integrity": "sha512-xAGGhyOQ9Otm1Xu8NT1ifGLnA6M3sJxZ6ixylb+vIUVzvvd6GOALpwQrYrtlPouMqd/vSbgehz6HaVk4+7Afhw==", "cpu": [ "x64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "openbsd" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/sunos-x64": { - "version": "0.20.1", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.20.1.tgz", - "integrity": "sha512-ZnWEyCM0G1Ex6JtsygvC3KUUrlDXqOihw8RicRuQAzw+c4f1D66YlPNNV3rkjVW90zXVsHwZYWbJh3v+oQFM9Q==", + "version": "0.25.4", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.4.tgz", + "integrity": "sha512-Mw+tzy4pp6wZEK0+Lwr76pWLjrtjmJyUB23tHKqEDP74R3q95luY/bXqXZeYl4NYlvwOqoRKlInQialgCKy67Q==", "cpu": [ "x64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "sunos" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/win32-arm64": { - "version": "0.20.1", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.20.1.tgz", - "integrity": "sha512-QZ6gXue0vVQY2Oon9WyLFCdSuYbXSoxaZrPuJ4c20j6ICedfsDilNPYfHLlMH7vGfU5DQR0czHLmJvH4Nzis/A==", + "version": "0.25.4", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.4.tgz", + "integrity": "sha512-AVUP428VQTSddguz9dO9ngb+E5aScyg7nOeJDrF1HPYu555gmza3bDGMPhmVXL8svDSoqPCsCPjb265yG/kLKQ==", "cpu": [ "arm64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "win32" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/win32-ia32": { - "version": "0.20.1", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.20.1.tgz", - "integrity": "sha512-HzcJa1NcSWTAU0MJIxOho8JftNp9YALui3o+Ny7hCh0v5f90nprly1U3Sj1Ldj/CvKKdvvFsCRvDkpsEMp4DNw==", + "version": "0.25.4", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.4.tgz", + "integrity": "sha512-i1sW+1i+oWvQzSgfRcxxG2k4I9n3O9NRqy8U+uugaT2Dy7kLO9Y7wI72haOahxceMX8hZAzgGou1FhndRldxRg==", "cpu": [ "ia32" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "win32" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/win32-x64": { - "version": "0.20.1", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.20.1.tgz", - "integrity": "sha512-0MBh53o6XtI6ctDnRMeQ+xoCN8kD2qI1rY1KgF/xdWQwoFeKou7puvDfV8/Wv4Ctx2rRpET/gGdz3YlNtNACSA==", + "version": "0.25.4", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.4.tgz", + "integrity": "sha512-nOT2vZNw6hJ+z43oP1SPea/G/6AbN6X+bGNhNuq8NtRHy4wsMhw765IKLNmnjek7GvjWBYQ8Q5VBoYTFg9y1UQ==", "cpu": [ "x64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "win32" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@eslint-community/eslint-utils": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", - "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz", + "integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==", "dev": true, + "license": "MIT", "dependencies": { - "eslint-visitor-keys": "^3.3.0" + "eslint-visitor-keys": "^3.4.3" }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, + "funding": { + "url": "https://opencollective.com/eslint" + }, "peerDependencies": { "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" } }, + "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", + "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, "node_modules/@eslint-community/regexpp": { - "version": "4.10.0", - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz", - "integrity": "sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==", + "version": "4.12.2", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz", + "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==", "dev": true, + "license": "MIT", "engines": { "node": "^12.0.0 || ^14.0.0 || >=16.0.0" } }, + "node_modules/@eslint/config-array": { + "version": "0.21.1", + "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.1.tgz", + "integrity": "sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@eslint/object-schema": "^2.1.7", + "debug": "^4.3.1", + "minimatch": "^3.1.2" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, + "node_modules/@eslint/config-helpers": { + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz", + "integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@eslint/core": "^0.17.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, + "node_modules/@eslint/core": { + "version": "0.17.0", + "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz", + "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@types/json-schema": "^7.0.15" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, "node_modules/@eslint/eslintrc": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.0.2.tgz", - "integrity": "sha512-wV19ZEGEMAC1eHgrS7UQPqsdEiCIbTKTasEfcXAigzoXICcqZSjBZEHlZwNVvKg6UBCjSlos84XiLqsRJnIcIg==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz", + "integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==", "dev": true, "license": "MIT", "dependencies": { @@ -3478,36 +3619,16 @@ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" } }, - "node_modules/@eslint/eslintrc/node_modules/argparse": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", - "dev": true, - "license": "Python-2.0" - }, - "node_modules/@eslint/eslintrc/node_modules/eslint-visitor-keys": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz", - "integrity": "sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, "node_modules/@eslint/eslintrc/node_modules/espree": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/espree/-/espree-10.0.1.tgz", - "integrity": "sha512-MWkrWZbJsL2UwnjxTX3gG8FneachS/Mwg7tdGXce011sJd5b0JG54vat5KHnfSBODZ3Wvzd2WnjxyzsRoVv+ww==", + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz", + "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==", "dev": true, "license": "BSD-2-Clause", "dependencies": { - "acorn": "^8.11.3", + "acorn": "^8.15.0", "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^4.0.0" + "eslint-visitor-keys": "^4.2.1" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -3530,51 +3651,123 @@ } }, "node_modules/@eslint/eslintrc/node_modules/ignore": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz", - "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==", + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", + "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", "dev": true, "license": "MIT", "engines": { "node": ">= 4" } }, - "node_modules/@eslint/eslintrc/node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "node_modules/@eslint/js": { + "version": "9.39.1", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.1.tgz", + "integrity": "sha512-S26Stp4zCy88tH94QbBv3XCuzRQiZ9yXofEILmglYTh/Ug/a9/umqvgFtYBAo3Lp0nsI/5/qH1CCrbdK3AP1Tw==", "dev": true, "license": "MIT", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://eslint.org/donate" + } + }, + "node_modules/@eslint/object-schema": { + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz", + "integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, + "node_modules/@eslint/plugin-kit": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz", + "integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==", + "dev": true, + "license": "Apache-2.0", "dependencies": { - "argparse": "^2.0.1" + "@eslint/core": "^0.17.0", + "levn": "^0.4.1" }, - "bin": { - "js-yaml": "bin/js-yaml.js" + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" } }, - "node_modules/@eslint/js": { - "version": "9.2.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.2.0.tgz", - "integrity": "sha512-ESiIudvhoYni+MdsI8oD7skpprZ89qKocwRM2KEvhhBJ9nl5MRh7BXU5GTod7Mdygq+AUl+QzId6iWJKR/wABA==", + "node_modules/@eslint/plugin-kit/node_modules/levn": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", + "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "prelude-ls": "^1.2.1", + "type-check": "~0.4.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/@eslint/plugin-kit/node_modules/prelude-ls": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", + "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", "dev": true, "license": "MIT", "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + "node": ">= 0.8.0" } }, - "node_modules/@humanwhocodes/config-array": { - "version": "0.13.0", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz", - "integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==", + "node_modules/@eslint/plugin-kit/node_modules/type-check": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", + "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", + "dev": true, + "license": "MIT", + "dependencies": { + "prelude-ls": "^1.2.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/@gerrit0/mini-shiki": { + "version": "1.27.2", + "resolved": "https://registry.npmjs.org/@gerrit0/mini-shiki/-/mini-shiki-1.27.2.tgz", + "integrity": "sha512-GeWyHz8ao2gBiUW4OJnQDxXQnFgZQwwQk05t/CVVgNBN7/rK8XZ7xY6YhLVv9tH3VppWWmr9DCl3MwemB/i+Og==", + "dev": true, + "license": "MIT", + "dependencies": { + "@shikijs/engine-oniguruma": "^1.27.2", + "@shikijs/types": "^1.27.2", + "@shikijs/vscode-textmate": "^10.0.1" + } + }, + "node_modules/@humanfs/core": { + "version": "0.19.1", + "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz", + "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=18.18.0" + } + }, + "node_modules/@humanfs/node": { + "version": "0.16.7", + "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.7.tgz", + "integrity": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@humanwhocodes/object-schema": "^2.0.3", - "debug": "^4.3.1", - "minimatch": "^3.0.5" + "@humanfs/core": "^0.19.1", + "@humanwhocodes/retry": "^0.4.0" }, "engines": { - "node": ">=10.10.0" + "node": ">=18.18.0" } }, "node_modules/@humanwhocodes/module-importer": { @@ -3590,17 +3783,10 @@ "url": "https://github.com/sponsors/nzakas" } }, - "node_modules/@humanwhocodes/object-schema": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz", - "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==", - "dev": true, - "license": "BSD-3-Clause" - }, "node_modules/@humanwhocodes/retry": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.2.4.tgz", - "integrity": "sha512-Ttl/jHpxfS3st5sxwICYfk4pOH0WrLI1SpW283GgQL7sCWU7EHIOhX4b4fkIxr3tkfzwg8+FNojtzsIEE7Ecgg==", + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz", + "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==", "dev": true, "license": "Apache-2.0", "engines": { @@ -3611,3497 +3797,2629 @@ "url": "https://github.com/sponsors/nzakas" } }, - "node_modules/@isaacs/cliui": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", - "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", - "dependencies": { - "string-width": "^5.1.2", - "string-width-cjs": "npm:string-width@^4.2.0", - "strip-ansi": "^7.0.1", - "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", - "wrap-ansi": "^8.1.0", - "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" - }, + "node_modules/@inquirer/ansi": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@inquirer/ansi/-/ansi-1.0.2.tgz", + "integrity": "sha512-S8qNSZiYzFd0wAcyG5AXCvUHC5Sr7xpZ9wZ2py9XR88jUz8wooStVx5M6dRzczbBWjic9NP7+rY0Xi7qqK/aMQ==", + "dev": true, + "license": "MIT", "engines": { - "node": ">=12" + "node": ">=18" } }, - "node_modules/@isaacs/cliui/node_modules/ansi-regex": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", - "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", - "engines": { - "node": ">=12" + "node_modules/@inquirer/checkbox": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.3.2.tgz", + "integrity": "sha512-VXukHf0RR1doGe6Sm4F0Em7SWYLTHSsbGfJdS9Ja2bX5/D5uwVOEjr07cncLROdBvmnvCATYEWlHqYmXv2IlQA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@inquirer/ansi": "^1.0.2", + "@inquirer/core": "^10.3.2", + "@inquirer/figures": "^1.0.15", + "@inquirer/type": "^3.0.10", + "yoctocolors-cjs": "^2.1.3" }, - "funding": { - "url": "https://github.com/chalk/ansi-regex?sponsor=1" - } - }, - "node_modules/@isaacs/cliui/node_modules/ansi-styles": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", - "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", "engines": { - "node": ">=12" + "node": ">=18" }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "peerDependencies": { + "@types/node": ">=18" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + } } }, - "node_modules/@isaacs/cliui/node_modules/emoji-regex": { - "version": "9.2.2", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", - "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" - }, - "node_modules/@isaacs/cliui/node_modules/string-width": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", - "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", + "node_modules/@inquirer/confirm": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.6.tgz", + "integrity": "sha512-6ZXYK3M1XmaVBZX6FCfChgtponnL0R6I7k8Nu+kaoNkT828FVZTcca1MqmWQipaW2oNREQl5AaPCUOOCVNdRMw==", + "dev": true, + "license": "MIT", "dependencies": { - "eastasianwidth": "^0.2.0", - "emoji-regex": "^9.2.2", - "strip-ansi": "^7.0.1" + "@inquirer/core": "^10.1.7", + "@inquirer/type": "^3.0.4" }, "engines": { - "node": ">=12" + "node": ">=18" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "peerDependencies": { + "@types/node": ">=18" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + } } }, - "node_modules/@isaacs/cliui/node_modules/strip-ansi": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", - "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "node_modules/@inquirer/core": { + "version": "10.3.2", + "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.3.2.tgz", + "integrity": "sha512-43RTuEbfP8MbKzedNqBrlhhNKVwoK//vUFNW3Q3vZ88BLcrs4kYpGg+B2mm5p2K/HfygoCxuKwJJiv8PbGmE0A==", + "dev": true, + "license": "MIT", "dependencies": { - "ansi-regex": "^6.0.1" + "@inquirer/ansi": "^1.0.2", + "@inquirer/figures": "^1.0.15", + "@inquirer/type": "^3.0.10", + "cli-width": "^4.1.0", + "mute-stream": "^2.0.0", + "signal-exit": "^4.1.0", + "wrap-ansi": "^6.2.0", + "yoctocolors-cjs": "^2.1.3" }, "engines": { - "node": ">=12" + "node": ">=18" }, - "funding": { - "url": "https://github.com/chalk/strip-ansi?sponsor=1" + "peerDependencies": { + "@types/node": ">=18" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + } } }, - "node_modules/@isaacs/cliui/node_modules/wrap-ansi": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", - "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", - "dependencies": { - "ansi-styles": "^6.1.0", - "string-width": "^5.0.1", - "strip-ansi": "^7.0.1" - }, + "node_modules/@inquirer/core/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "license": "MIT", "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + "node": ">=8" } }, - "node_modules/@istanbuljs/load-nyc-config": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", - "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", + "node_modules/@inquirer/core/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "license": "MIT", "dependencies": { - "camelcase": "^5.3.1", - "find-up": "^4.1.0", - "get-package-type": "^0.1.0", - "js-yaml": "^3.13.1", - "resolve-from": "^5.0.0" + "color-convert": "^2.0.1" }, "engines": { "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/find-up": { + "node_modules/@inquirer/core/node_modules/cli-width": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz", + "integrity": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==", "dev": true, - "dependencies": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, + "license": "ISC", "engines": { - "node": ">=8" + "node": ">= 12" } }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "node_modules/@inquirer/core/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, + "license": "MIT", "dependencies": { - "p-locate": "^4.1.0" + "color-name": "~1.1.4" }, "engines": { - "node": ">=8" + "node": ">=7.0.0" } }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "node_modules/@inquirer/core/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true, - "dependencies": { - "p-limit": "^2.2.0" - }, - "engines": { - "node": ">=8" - } + "license": "MIT" }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "node_modules/@inquirer/core/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", - "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + "node_modules/@inquirer/core/node_modules/signal-exit": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", "dev": true, + "license": "ISC", "engines": { - "node": ">=8" + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/@istanbuljs/schema": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", - "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", + "node_modules/@inquirer/core/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dev": true, + "license": "MIT", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, "engines": { "node": ">=8" } }, - "node_modules/@jridgewell/gen-mapping": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", - "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", + "node_modules/@inquirer/core/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "license": "MIT", "dependencies": { - "@jridgewell/set-array": "^1.2.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.24" + "ansi-regex": "^5.0.1" }, "engines": { - "node": ">=6.0.0" + "node": ">=8" } }, - "node_modules/@jridgewell/gen-mapping/node_modules/@jridgewell/trace-mapping": { - "version": "0.3.25", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", - "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", + "node_modules/@inquirer/core/node_modules/wrap-ansi": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", + "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "dev": true, + "license": "MIT", "dependencies": { - "@jridgewell/resolve-uri": "^3.1.0", - "@jridgewell/sourcemap-codec": "^1.4.14" - } - }, - "node_modules/@jridgewell/resolve-uri": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz", - "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==", - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/set-array": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", - "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/source-map": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.5.tgz", - "integrity": "sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==", - "dependencies": { - "@jridgewell/gen-mapping": "^0.3.0", - "@jridgewell/trace-mapping": "^0.3.9" - } - }, - "node_modules/@jridgewell/source-map/node_modules/@jridgewell/trace-mapping": { - "version": "0.3.20", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz", - "integrity": "sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==", - "dependencies": { - "@jridgewell/resolve-uri": "^3.1.0", - "@jridgewell/sourcemap-codec": "^1.4.14" + "node": ">=8" } }, - "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.4.15", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", - "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==" - }, - "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.9", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz", - "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==", + "node_modules/@inquirer/editor": { + "version": "4.2.23", + "resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.23.tgz", + "integrity": "sha512-aLSROkEwirotxZ1pBaP8tugXRFCxW94gwrQLxXfrZsKkfjOYC1aRvAZuhpJOb5cu4IBTJdsCigUlf2iCOu4ZDQ==", "dev": true, + "license": "MIT", "dependencies": { - "@jridgewell/resolve-uri": "^3.0.3", - "@jridgewell/sourcemap-codec": "^1.4.10" + "@inquirer/core": "^10.3.2", + "@inquirer/external-editor": "^1.0.3", + "@inquirer/type": "^3.0.10" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "@types/node": ">=18" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + } } }, - "node_modules/@leichtgewicht/ip-codec": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz", - "integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==" - }, - "node_modules/@ljharb/through": { - "version": "2.3.13", - "resolved": "https://registry.npmjs.org/@ljharb/through/-/through-2.3.13.tgz", - "integrity": "sha512-/gKJun8NNiWGZJkGzI/Ragc53cOdcLNdzjLaIa+GEjguQs0ulsurx8WN0jijdK9yPqDvziX995sMRLyLt1uZMQ==", + "node_modules/@inquirer/expand": { + "version": "4.0.23", + "resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-4.0.23.tgz", + "integrity": "sha512-nRzdOyFYnpeYTTR2qFwEVmIWypzdAx/sIkCMeTNTcflFOovfqUk+HcFhQQVBftAh9gmGrpFj6QcGEqrDMDOiew==", "dev": true, + "license": "MIT", "dependencies": { - "call-bind": "^1.0.7" + "@inquirer/core": "^10.3.2", + "@inquirer/type": "^3.0.10", + "yoctocolors-cjs": "^2.1.3" }, "engines": { - "node": ">= 0.4" - } - }, - "node_modules/@microsoft/signalr": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/@microsoft/signalr/-/signalr-8.0.0.tgz", - "integrity": "sha512-K/wS/VmzRWePCGqGh8MU8OWbS1Zvu7DG7LSJS62fBB8rJUXwwj4axQtqrAAwKGUZHQF6CuteuQR9xMsVpM2JNA==", - "dependencies": { - "abort-controller": "^3.0.0", - "eventsource": "^2.0.2", - "fetch-cookie": "^2.0.3", - "node-fetch": "^2.6.7", - "ws": "^7.4.5" - } - }, - "node_modules/@ng-bootstrap/ng-bootstrap": { - "version": "16.0.0", - "resolved": "https://registry.npmjs.org/@ng-bootstrap/ng-bootstrap/-/ng-bootstrap-16.0.0.tgz", - "integrity": "sha512-+FJ3e6cX9DW2t7021Ji3oz433rk3+4jLfqzU+Jyx6/vJz1dIOaML3EAY6lYuW4TLiXgMPOMvs6KzPFALGh4Lag==", - "dependencies": { - "tslib": "^2.3.0" + "node": ">=18" }, "peerDependencies": { - "@angular/common": "^17.0.0", - "@angular/core": "^17.0.0", - "@angular/forms": "^17.0.0", - "@angular/localize": "^17.0.0", - "@popperjs/core": "^2.11.8", - "rxjs": "^6.5.3 || ^7.4.0" + "@types/node": ">=18" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + } } }, - "node_modules/@ng-bootstrap/ng-bootstrap/node_modules/tslib": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" - }, - "node_modules/@ngtools/webpack": { - "version": "17.3.7", - "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-17.3.7.tgz", - "integrity": "sha512-kQNS68jsPQlaWAnKcVeFKNHp6K90uQANvq+9oXb/i+JnYWzuBsHzn2r8bVdMmvjd1HdBRiGtg767XRk3u+jgRw==", + "node_modules/@inquirer/external-editor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@inquirer/external-editor/-/external-editor-1.0.3.tgz", + "integrity": "sha512-RWbSrDiYmO4LbejWY7ttpxczuwQyZLBUyygsA9Nsv95hpzUWwnNTVQmAq3xuh7vNwCp07UTmE5i11XAEExx4RA==", "dev": true, "license": "MIT", + "dependencies": { + "chardet": "^2.1.1", + "iconv-lite": "^0.7.0" + }, "engines": { - "node": "^18.13.0 || >=20.9.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" + "node": ">=18" }, "peerDependencies": { - "@angular/compiler-cli": "^17.0.0", - "typescript": ">=5.2 <5.5", - "webpack": "^5.54.0" + "@types/node": ">=18" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + } } }, - "node_modules/@nodelib/fs.scandir": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "node_modules/@inquirer/external-editor/node_modules/iconv-lite": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.0.tgz", + "integrity": "sha512-cf6L2Ds3h57VVmkZe+Pn+5APsT7FpqJtEhhieDCvrE2MK5Qk9MyffgQyuxQTm6BChfeZNtcOLHp9IcWRVcIcBQ==", + "dev": true, + "license": "MIT", "dependencies": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" + "safer-buffer": ">= 2.1.2 < 3.0.0" }, "engines": { - "node": ">= 8" + "node": ">=0.10.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" } }, - "node_modules/@nodelib/fs.stat": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "node_modules/@inquirer/figures": { + "version": "1.0.15", + "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.15.tgz", + "integrity": "sha512-t2IEY+unGHOzAaVM5Xx6DEWKeXlDDcNPeDyUpsRc6CUhBfU3VQOEl+Vssh7VNp1dR8MdUJBWhuObjXCsVpjN5g==", + "dev": true, + "license": "MIT", "engines": { - "node": ">= 8" + "node": ">=18" } }, - "node_modules/@nodelib/fs.walk": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "node_modules/@inquirer/input": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-4.3.1.tgz", + "integrity": "sha512-kN0pAM4yPrLjJ1XJBjDxyfDduXOuQHrBB8aLDMueuwUGn+vNpF7Gq7TvyVxx8u4SHlFFj4trmj+a2cbpG4Jn1g==", + "dev": true, + "license": "MIT", "dependencies": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" + "@inquirer/core": "^10.3.2", + "@inquirer/type": "^3.0.10" }, "engines": { - "node": ">= 8" + "node": ">=18" + }, + "peerDependencies": { + "@types/node": ">=18" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + } } }, - "node_modules/@npmcli/agent": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@npmcli/agent/-/agent-2.2.1.tgz", - "integrity": "sha512-H4FrOVtNyWC8MUwL3UfjOsAihHvT1Pe8POj3JvjXhSTJipsZMtgUALCT4mGyYZNxymkUfOw3PUj6dE4QPp6osQ==", + "node_modules/@inquirer/number": { + "version": "3.0.23", + "resolved": "https://registry.npmjs.org/@inquirer/number/-/number-3.0.23.tgz", + "integrity": "sha512-5Smv0OK7K0KUzUfYUXDXQc9jrf8OHo4ktlEayFlelCjwMXz0299Y8OrI+lj7i4gCBY15UObk76q0QtxjzFcFcg==", "dev": true, + "license": "MIT", "dependencies": { - "agent-base": "^7.1.0", - "http-proxy-agent": "^7.0.0", - "https-proxy-agent": "^7.0.1", - "lru-cache": "^10.0.1", - "socks-proxy-agent": "^8.0.1" + "@inquirer/core": "^10.3.2", + "@inquirer/type": "^3.0.10" }, "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": ">=18" + }, + "peerDependencies": { + "@types/node": ">=18" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + } } }, - "node_modules/@npmcli/agent/node_modules/agent-base": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz", - "integrity": "sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==", + "node_modules/@inquirer/password": { + "version": "4.0.23", + "resolved": "https://registry.npmjs.org/@inquirer/password/-/password-4.0.23.tgz", + "integrity": "sha512-zREJHjhT5vJBMZX/IUbyI9zVtVfOLiTO66MrF/3GFZYZ7T4YILW5MSkEYHceSii/KtRk+4i3RE7E1CUXA2jHcA==", "dev": true, + "license": "MIT", "dependencies": { - "debug": "^4.3.4" + "@inquirer/ansi": "^1.0.2", + "@inquirer/core": "^10.3.2", + "@inquirer/type": "^3.0.10" }, "engines": { - "node": ">= 14" + "node": ">=18" + }, + "peerDependencies": { + "@types/node": ">=18" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + } } }, - "node_modules/@npmcli/agent/node_modules/https-proxy-agent": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz", - "integrity": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==", + "node_modules/@inquirer/prompts": { + "version": "7.3.2", + "resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.3.2.tgz", + "integrity": "sha512-G1ytyOoHh5BphmEBxSwALin3n1KGNYB6yImbICcRQdzXfOGbuJ9Jske/Of5Sebk339NSGGNfUshnzK8YWkTPsQ==", "dev": true, + "license": "MIT", "dependencies": { - "agent-base": "^7.0.2", - "debug": "4" + "@inquirer/checkbox": "^4.1.2", + "@inquirer/confirm": "^5.1.6", + "@inquirer/editor": "^4.2.7", + "@inquirer/expand": "^4.0.9", + "@inquirer/input": "^4.1.6", + "@inquirer/number": "^3.0.9", + "@inquirer/password": "^4.0.9", + "@inquirer/rawlist": "^4.0.9", + "@inquirer/search": "^3.0.9", + "@inquirer/select": "^4.0.9" }, "engines": { - "node": ">= 14" - } - }, - "node_modules/@npmcli/agent/node_modules/lru-cache": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz", - "integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==", - "dev": true, - "engines": { - "node": "14 || >=16.14" + "node": ">=18" + }, + "peerDependencies": { + "@types/node": ">=18" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + } } }, - "node_modules/@npmcli/fs": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-3.1.0.tgz", - "integrity": "sha512-7kZUAaLscfgbwBQRbvdMYaZOWyMEcPTH/tJjnyAWJ/dvvs9Ef+CERx/qJb9GExJpl1qipaDGn7KqHnFGGixd0w==", + "node_modules/@inquirer/rawlist": { + "version": "4.1.11", + "resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-4.1.11.tgz", + "integrity": "sha512-+LLQB8XGr3I5LZN/GuAHo+GpDJegQwuPARLChlMICNdwW7OwV2izlCSCxN6cqpL0sMXmbKbFcItJgdQq5EBXTw==", "dev": true, + "license": "MIT", "dependencies": { - "semver": "^7.3.5" + "@inquirer/core": "^10.3.2", + "@inquirer/type": "^3.0.10", + "yoctocolors-cjs": "^2.1.3" }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": ">=18" + }, + "peerDependencies": { + "@types/node": ">=18" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + } } }, - "node_modules/@npmcli/git": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/@npmcli/git/-/git-5.0.4.tgz", - "integrity": "sha512-nr6/WezNzuYUppzXRaYu/W4aT5rLxdXqEFupbh6e/ovlYFQ8hpu1UUPV3Ir/YTl+74iXl2ZOMlGzudh9ZPUchQ==", + "node_modules/@inquirer/search": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/@inquirer/search/-/search-3.2.2.tgz", + "integrity": "sha512-p2bvRfENXCZdWF/U2BXvnSI9h+tuA8iNqtUKb9UWbmLYCRQxd8WkvwWvYn+3NgYaNwdUkHytJMGG4MMLucI1kA==", "dev": true, + "license": "MIT", "dependencies": { - "@npmcli/promise-spawn": "^7.0.0", - "lru-cache": "^10.0.1", - "npm-pick-manifest": "^9.0.0", - "proc-log": "^3.0.0", - "promise-inflight": "^1.0.1", - "promise-retry": "^2.0.1", - "semver": "^7.3.5", - "which": "^4.0.0" + "@inquirer/core": "^10.3.2", + "@inquirer/figures": "^1.0.15", + "@inquirer/type": "^3.0.10", + "yoctocolors-cjs": "^2.1.3" }, "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": ">=18" + }, + "peerDependencies": { + "@types/node": ">=18" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + } } }, - "node_modules/@npmcli/git/node_modules/isexe": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz", - "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==", + "node_modules/@inquirer/select": { + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-4.4.2.tgz", + "integrity": "sha512-l4xMuJo55MAe+N7Qr4rX90vypFwCajSakx59qe/tMaC1aEHWLyw68wF4o0A4SLAY4E0nd+Vt+EyskeDIqu1M6w==", "dev": true, + "license": "MIT", + "dependencies": { + "@inquirer/ansi": "^1.0.2", + "@inquirer/core": "^10.3.2", + "@inquirer/figures": "^1.0.15", + "@inquirer/type": "^3.0.10", + "yoctocolors-cjs": "^2.1.3" + }, "engines": { - "node": ">=16" + "node": ">=18" + }, + "peerDependencies": { + "@types/node": ">=18" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + } } }, - "node_modules/@npmcli/git/node_modules/lru-cache": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz", - "integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==", + "node_modules/@inquirer/type": { + "version": "3.0.10", + "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.10.tgz", + "integrity": "sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==", "dev": true, + "license": "MIT", "engines": { - "node": "14 || >=16.14" - } - }, - "node_modules/@npmcli/git/node_modules/which": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz", - "integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==", - "dev": true, - "dependencies": { - "isexe": "^3.1.1" + "node": ">=18" }, - "bin": { - "node-which": "bin/which.js" + "peerDependencies": { + "@types/node": ">=18" }, - "engines": { - "node": "^16.13.0 || >=18.0.0" + "peerDependenciesMeta": { + "@types/node": { + "optional": true + } } }, - "node_modules/@npmcli/installed-package-contents": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-2.0.2.tgz", - "integrity": "sha512-xACzLPhnfD51GKvTOOuNX2/V4G4mz9/1I2MfDoye9kBM3RYe5g2YbscsaGoTlaWqkxeiapBWyseULVKpSVHtKQ==", + "node_modules/@isaacs/cliui": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", + "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", "dev": true, + "license": "ISC", "dependencies": { - "npm-bundled": "^3.0.0", - "npm-normalize-package-bin": "^3.0.0" - }, - "bin": { - "installed-package-contents": "lib/index.js" + "string-width": "^5.1.2", + "string-width-cjs": "npm:string-width@^4.2.0", + "strip-ansi": "^7.0.1", + "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", + "wrap-ansi": "^8.1.0", + "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": ">=12" } }, - "node_modules/@npmcli/node-gyp": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-3.0.0.tgz", - "integrity": "sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA==", + "node_modules/@isaacs/cliui/node_modules/emoji-regex": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", "dev": true, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } + "license": "MIT" }, - "node_modules/@npmcli/package-json": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-5.0.0.tgz", - "integrity": "sha512-OI2zdYBLhQ7kpNPaJxiflofYIpkNLi+lnGdzqUOfRmCF3r2l1nadcjtCYMJKv/Utm/ZtlffaUuTiAktPHbc17g==", + "node_modules/@isaacs/cliui/node_modules/string-width": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", "dev": true, + "license": "MIT", "dependencies": { - "@npmcli/git": "^5.0.0", - "glob": "^10.2.2", - "hosted-git-info": "^7.0.0", - "json-parse-even-better-errors": "^3.0.0", - "normalize-package-data": "^6.0.0", - "proc-log": "^3.0.0", - "semver": "^7.5.3" + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" }, "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/@npmcli/package-json/node_modules/brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "node_modules/@isaacs/cliui/node_modules/wrap-ansi": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", "dev": true, + "license": "MIT", "dependencies": { - "balanced-match": "^1.0.0" + "ansi-styles": "^6.1.0", + "string-width": "^5.0.1", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, - "node_modules/@npmcli/package-json/node_modules/glob": { - "version": "10.3.10", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz", - "integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==", + "node_modules/@isaacs/fs-minipass": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz", + "integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==", "dev": true, + "license": "ISC", "dependencies": { - "foreground-child": "^3.1.0", - "jackspeak": "^2.3.5", - "minimatch": "^9.0.1", - "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0", - "path-scurry": "^1.10.1" - }, - "bin": { - "glob": "dist/esm/bin.mjs" + "minipass": "^7.0.4" }, "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" + "node": ">=18.0.0" } }, - "node_modules/@npmcli/package-json/node_modules/json-parse-even-better-errors": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.1.tgz", - "integrity": "sha512-aatBvbL26wVUCLmbWdCpeu9iF5wOyWpagiKkInA+kfws3sWdBrTnsvN2CKcyCYyUrc7rebNBlK6+kteg7ksecg==", + "node_modules/@istanbuljs/schema": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", + "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", "dev": true, + "license": "MIT", "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": ">=8" } }, - "node_modules/@npmcli/package-json/node_modules/minimatch": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", - "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "node_modules/@jridgewell/gen-mapping": { + "version": "0.3.13", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz", + "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==", + "license": "MIT", + "dependencies": { + "@jridgewell/sourcemap-codec": "^1.5.0", + "@jridgewell/trace-mapping": "^0.3.24" + } + }, + "node_modules/@jridgewell/gen-mapping/node_modules/@jridgewell/trace-mapping": { + "version": "0.3.25", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", + "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", + "dependencies": { + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" + } + }, + "node_modules/@jridgewell/remapping": { + "version": "2.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz", + "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==", "dev": true, + "license": "MIT", "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.24" } }, - "node_modules/@npmcli/promise-spawn": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-7.0.1.tgz", - "integrity": "sha512-P4KkF9jX3y+7yFUxgcUdDtLy+t4OlDGuEBLNs57AZsfSfg+uV6MLndqGpnl4831ggaEdXwR50XFoZP4VFtHolg==", + "node_modules/@jridgewell/remapping/node_modules/@jridgewell/trace-mapping": { + "version": "0.3.31", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", + "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", "dev": true, + "license": "MIT", "dependencies": { - "which": "^4.0.0" - }, - "engines": { - "node": "^16.14.0 || >=18.0.0" + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" } }, - "node_modules/@npmcli/promise-spawn/node_modules/isexe": { + "node_modules/@jridgewell/resolve-uri": { "version": "3.1.1", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz", - "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==", - "dev": true, + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz", + "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==", "engines": { - "node": ">=16" + "node": ">=6.0.0" } }, - "node_modules/@npmcli/promise-spawn/node_modules/which": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz", - "integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==", + "node_modules/@jridgewell/source-map": { + "version": "0.3.11", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.11.tgz", + "integrity": "sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==", "dev": true, + "license": "MIT", "dependencies": { - "isexe": "^3.1.1" - }, - "bin": { - "node-which": "bin/which.js" - }, - "engines": { - "node": "^16.13.0 || >=18.0.0" + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25" } }, - "node_modules/@npmcli/run-script": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-7.0.4.tgz", - "integrity": "sha512-9ApYM/3+rBt9V80aYg6tZfzj3UWdiYyCt7gJUD1VJKvWF5nwKDSICXbYIQbspFTq6TOpbsEtIC0LArB8d9PFmg==", + "node_modules/@jridgewell/source-map/node_modules/@jridgewell/trace-mapping": { + "version": "0.3.31", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", + "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", "dev": true, + "license": "MIT", "dependencies": { - "@npmcli/node-gyp": "^3.0.0", - "@npmcli/package-json": "^5.0.0", - "@npmcli/promise-spawn": "^7.0.0", - "node-gyp": "^10.0.0", - "which": "^4.0.0" - }, - "engines": { - "node": "^16.14.0 || >=18.0.0" + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" } }, - "node_modules/@npmcli/run-script/node_modules/isexe": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz", - "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==", + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.5.5", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", + "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", + "license": "MIT" + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.9", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz", + "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==", "dev": true, - "engines": { - "node": ">=16" + "dependencies": { + "@jridgewell/resolve-uri": "^3.0.3", + "@jridgewell/sourcemap-codec": "^1.4.10" } }, - "node_modules/@npmcli/run-script/node_modules/which": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz", - "integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==", + "node_modules/@jsonjoy.com/base64": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@jsonjoy.com/base64/-/base64-1.1.2.tgz", + "integrity": "sha512-q6XAnWQDIMA3+FTiOYajoYqySkO+JSat0ytXGSuRdq9uXE7o92gzuQwQM14xaCRlBLGq3v5miDGC4vkVTn54xA==", "dev": true, - "dependencies": { - "isexe": "^3.1.1" + "license": "Apache-2.0", + "engines": { + "node": ">=10.0" }, - "bin": { - "node-which": "bin/which.js" + "funding": { + "type": "github", + "url": "https://github.com/sponsors/streamich" }, - "engines": { - "node": "^16.13.0 || >=18.0.0" + "peerDependencies": { + "tslib": "2" } }, - "node_modules/@pkgjs/parseargs": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", - "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", - "optional": true, + "node_modules/@jsonjoy.com/buffers": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@jsonjoy.com/buffers/-/buffers-1.2.1.tgz", + "integrity": "sha512-12cdlDwX4RUM3QxmUbVJWqZ/mrK6dFQH4Zxq6+r1YXKXYBNgZXndx2qbCJwh3+WWkCSn67IjnlG3XYTvmvYtgA==", + "dev": true, + "license": "Apache-2.0", "engines": { - "node": ">=14" + "node": ">=10.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/streamich" + }, + "peerDependencies": { + "tslib": "2" } }, - "node_modules/@popperjs/core": { - "version": "2.11.8", - "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz", - "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==", + "node_modules/@jsonjoy.com/codegen": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@jsonjoy.com/codegen/-/codegen-1.0.0.tgz", + "integrity": "sha512-E8Oy+08cmCf0EK/NMxpaJZmOxPqM+6iSe2S4nlSBrPZOORoDJILxtbSUEDKQyTamm/BVAhIGllOBNU79/dwf0g==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=10.0" + }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/popperjs" + "type": "github", + "url": "https://github.com/sponsors/streamich" + }, + "peerDependencies": { + "tslib": "2" } }, - "node_modules/@rollup/rollup-android-arm-eabi": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.13.0.tgz", - "integrity": "sha512-5ZYPOuaAqEH/W3gYsRkxQATBW3Ii1MfaT4EQstTnLKViLi2gLSQmlmtTpGucNP3sXEpOiI5tdGhjdE111ekyEg==", - "cpu": [ - "arm" - ], + "node_modules/@jsonjoy.com/json-pack": { + "version": "1.21.0", + "resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pack/-/json-pack-1.21.0.tgz", + "integrity": "sha512-+AKG+R2cfZMShzrF2uQw34v3zbeDYUqnQ+jg7ORic3BGtfw9p/+N6RJbq/kkV8JmYZaINknaEQ2m0/f693ZPpg==", "dev": true, - "optional": true, - "os": [ - "android" - ] + "license": "Apache-2.0", + "dependencies": { + "@jsonjoy.com/base64": "^1.1.2", + "@jsonjoy.com/buffers": "^1.2.0", + "@jsonjoy.com/codegen": "^1.0.0", + "@jsonjoy.com/json-pointer": "^1.0.2", + "@jsonjoy.com/util": "^1.9.0", + "hyperdyperid": "^1.2.0", + "thingies": "^2.5.0", + "tree-dump": "^1.1.0" + }, + "engines": { + "node": ">=10.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/streamich" + }, + "peerDependencies": { + "tslib": "2" + } }, - "node_modules/@rollup/rollup-android-arm64": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.13.0.tgz", - "integrity": "sha512-BSbaCmn8ZadK3UAQdlauSvtaJjhlDEjS5hEVVIN3A4bbl3X+otyf/kOJV08bYiRxfejP3DXFzO2jz3G20107+Q==", - "cpu": [ - "arm64" - ], + "node_modules/@jsonjoy.com/json-pointer": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pointer/-/json-pointer-1.0.2.tgz", + "integrity": "sha512-Fsn6wM2zlDzY1U+v4Nc8bo3bVqgfNTGcn6dMgs6FjrEnt4ZCe60o6ByKRjOGlI2gow0aE/Q41QOigdTqkyK5fg==", "dev": true, - "optional": true, - "os": [ - "android" - ] + "license": "Apache-2.0", + "dependencies": { + "@jsonjoy.com/codegen": "^1.0.0", + "@jsonjoy.com/util": "^1.9.0" + }, + "engines": { + "node": ">=10.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/streamich" + }, + "peerDependencies": { + "tslib": "2" + } }, - "node_modules/@rollup/rollup-darwin-arm64": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.13.0.tgz", - "integrity": "sha512-Ovf2evVaP6sW5Ut0GHyUSOqA6tVKfrTHddtmxGQc1CTQa1Cw3/KMCDEEICZBbyppcwnhMwcDce9ZRxdWRpVd6g==", + "node_modules/@jsonjoy.com/util": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@jsonjoy.com/util/-/util-1.9.0.tgz", + "integrity": "sha512-pLuQo+VPRnN8hfPqUTLTHk126wuYdXVxE6aDmjSeV4NCAgyxWbiOIeNJVtID3h1Vzpoi9m4jXezf73I6LgabgQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@jsonjoy.com/buffers": "^1.0.0", + "@jsonjoy.com/codegen": "^1.0.0" + }, + "engines": { + "node": ">=10.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/streamich" + }, + "peerDependencies": { + "tslib": "2" + } + }, + "node_modules/@leichtgewicht/ip-codec": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz", + "integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==", + "dev": true + }, + "node_modules/@listr2/prompt-adapter-inquirer": { + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/@listr2/prompt-adapter-inquirer/-/prompt-adapter-inquirer-2.0.18.tgz", + "integrity": "sha512-0hz44rAcrphyXcA8IS7EJ2SCoaBZD2u5goE8S/e+q/DL+dOGpqpcLidVOFeLG3VgML62SXmfRLAhWt0zL1oW4Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@inquirer/type": "^1.5.5" + }, + "engines": { + "node": ">=18.0.0" + }, + "peerDependencies": { + "@inquirer/prompts": ">= 3 < 8" + } + }, + "node_modules/@listr2/prompt-adapter-inquirer/node_modules/@inquirer/type": { + "version": "1.5.5", + "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.5.tgz", + "integrity": "sha512-MzICLu4yS7V8AA61sANROZ9vT1H3ooca5dSmI1FjZkzq7o/koMsRfQSzRtFo+F3Ao4Sf1C0bpLKejpKB/+j6MA==", + "dev": true, + "license": "MIT", + "dependencies": { + "mute-stream": "^1.0.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@listr2/prompt-adapter-inquirer/node_modules/mute-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-1.0.0.tgz", + "integrity": "sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==", + "dev": true, + "license": "ISC", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/@lmdb/lmdb-darwin-arm64": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/@lmdb/lmdb-darwin-arm64/-/lmdb-darwin-arm64-3.2.6.tgz", + "integrity": "sha512-yF/ih9EJJZc72psFQbwnn8mExIWfTnzWJg+N02hnpXtDPETYLmQswIMBn7+V88lfCaFrMozJsUvcEQIkEPU0Gg==", "cpu": [ "arm64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "darwin" ] }, - "node_modules/@rollup/rollup-darwin-x64": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.13.0.tgz", - "integrity": "sha512-U+Jcxm89UTK592vZ2J9st9ajRv/hrwHdnvyuJpa5A2ngGSVHypigidkQJP+YiGL6JODiUeMzkqQzbCG3At81Gg==", + "node_modules/@lmdb/lmdb-darwin-x64": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/@lmdb/lmdb-darwin-x64/-/lmdb-darwin-x64-3.2.6.tgz", + "integrity": "sha512-5BbCumsFLbCi586Bb1lTWQFkekdQUw8/t8cy++Uq251cl3hbDIGEwD9HAwh8H6IS2F6QA9KdKmO136LmipRNkg==", "cpu": [ "x64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "darwin" ] }, - "node_modules/@rollup/rollup-linux-arm-gnueabihf": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.13.0.tgz", - "integrity": "sha512-8wZidaUJUTIR5T4vRS22VkSMOVooG0F4N+JSwQXWSRiC6yfEsFMLTYRFHvby5mFFuExHa/yAp9juSphQQJAijQ==", + "node_modules/@lmdb/lmdb-linux-arm": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-arm/-/lmdb-linux-arm-3.2.6.tgz", + "integrity": "sha512-+6XgLpMb7HBoWxXj+bLbiiB4s0mRRcDPElnRS3LpWRzdYSe+gFk5MT/4RrVNqd2MESUDmb53NUXw1+BP69bjiQ==", "cpu": [ "arm" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "linux" ] }, - "node_modules/@rollup/rollup-linux-arm64-gnu": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.13.0.tgz", - "integrity": "sha512-Iu0Kno1vrD7zHQDxOmvweqLkAzjxEVqNhUIXBsZ8hu8Oak7/5VTPrxOEZXYC1nmrBVJp0ZcL2E7lSuuOVaE3+w==", + "node_modules/@lmdb/lmdb-linux-arm64": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-arm64/-/lmdb-linux-arm64-3.2.6.tgz", + "integrity": "sha512-l5VmJamJ3nyMmeD1ANBQCQqy7do1ESaJQfKPSm2IG9/ADZryptTyCj8N6QaYgIWewqNUrcbdMkJajRQAt5Qjfg==", "cpu": [ "arm64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "linux" ] }, - "node_modules/@rollup/rollup-linux-arm64-musl": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.13.0.tgz", - "integrity": "sha512-C31QrW47llgVyrRjIwiOwsHFcaIwmkKi3PCroQY5aVq4H0A5v/vVVAtFsI1nfBngtoRpeREvZOkIhmRwUKkAdw==", + "node_modules/@lmdb/lmdb-linux-x64": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-x64/-/lmdb-linux-x64-3.2.6.tgz", + "integrity": "sha512-nDYT8qN9si5+onHYYaI4DiauDMx24OAiuZAUsEqrDy+ja/3EbpXPX/VAkMV8AEaQhy3xc4dRC+KcYIvOFefJ4Q==", "cpu": [ - "arm64" + "x64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "linux" ] }, - "node_modules/@rollup/rollup-linux-riscv64-gnu": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.13.0.tgz", - "integrity": "sha512-Oq90dtMHvthFOPMl7pt7KmxzX7E71AfyIhh+cPhLY9oko97Zf2C9tt/XJD4RgxhaGeAraAXDtqxvKE1y/j35lA==", + "node_modules/@lmdb/lmdb-win32-x64": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/@lmdb/lmdb-win32-x64/-/lmdb-win32-x64-3.2.6.tgz", + "integrity": "sha512-XlqVtILonQnG+9fH2N3Aytria7P/1fwDgDhl29rde96uH2sLB8CHORIf2PfuLVzFQJ7Uqp8py9AYwr3ZUCFfWg==", "cpu": [ - "riscv64" + "x64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ - "linux" + "win32" ] }, - "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.13.0.tgz", - "integrity": "sha512-yUD/8wMffnTKuiIsl6xU+4IA8UNhQ/f1sAnQebmE/lyQ8abjsVyDkyRkWop0kdMhKMprpNIhPmYlCxgHrPoXoA==", + "node_modules/@microsoft/signalr": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@microsoft/signalr/-/signalr-10.0.0.tgz", + "integrity": "sha512-0BRqz/uCx3JdrOqiqgFhih/+hfTERaUfCZXFB52uMaZJrKaPRzHzMuqVsJC/V3pt7NozcNXGspjKiQEK+X7P2w==", + "license": "MIT", + "dependencies": { + "abort-controller": "^3.0.0", + "eventsource": "^2.0.2", + "fetch-cookie": "^2.0.3", + "node-fetch": "^2.6.7", + "ws": "^7.5.10" + } + }, + "node_modules/@msgpackr-extract/msgpackr-extract-darwin-arm64": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-darwin-arm64/-/msgpackr-extract-darwin-arm64-3.0.3.tgz", + "integrity": "sha512-QZHtlVgbAdy2zAqNA9Gu1UpIuI8Xvsd1v8ic6B2pZmeFnFcMWiPLfWXh7TVw4eGEZ/C9TH281KwhVoeQUKbyjw==", "cpu": [ - "x64" + "arm64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ - "linux" + "darwin" ] }, - "node_modules/@rollup/rollup-linux-x64-musl": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.13.0.tgz", - "integrity": "sha512-9RyNqoFNdF0vu/qqX63fKotBh43fJQeYC98hCaf89DYQpv+xu0D8QFSOS0biA7cGuqJFOc1bJ+m2rhhsKcw1hw==", + "node_modules/@msgpackr-extract/msgpackr-extract-darwin-x64": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-darwin-x64/-/msgpackr-extract-darwin-x64-3.0.3.tgz", + "integrity": "sha512-mdzd3AVzYKuUmiWOQ8GNhl64/IoFGol569zNRdkLReh6LRLHOXxU4U8eq0JwaD8iFHdVGqSy4IjFL4reoWCDFw==", "cpu": [ "x64" ], "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@msgpackr-extract/msgpackr-extract-linux-arm": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-arm/-/msgpackr-extract-linux-arm-3.0.3.tgz", + "integrity": "sha512-fg0uy/dG/nZEXfYilKoRe7yALaNmHoYeIoJuJ7KJ+YyU2bvY8vPv27f7UKhGRpY6euFYqEVhxCFZgAUNQBM3nw==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", "optional": true, "os": [ "linux" ] }, - "node_modules/@rollup/rollup-win32-arm64-msvc": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.13.0.tgz", - "integrity": "sha512-46ue8ymtm/5PUU6pCvjlic0z82qWkxv54GTJZgHrQUuZnVH+tvvSP0LsozIDsCBFO4VjJ13N68wqrKSeScUKdA==", + "node_modules/@msgpackr-extract/msgpackr-extract-linux-arm64": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-arm64/-/msgpackr-extract-linux-arm64-3.0.3.tgz", + "integrity": "sha512-YxQL+ax0XqBJDZiKimS2XQaf+2wDGVa1enVRGzEvLLVFeqa5kx2bWbtcSXgsxjQB7nRqqIGFIcLteF/sHeVtQg==", "cpu": [ "arm64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ - "win32" + "linux" ] }, - "node_modules/@rollup/rollup-win32-ia32-msvc": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.13.0.tgz", - "integrity": "sha512-P5/MqLdLSlqxbeuJ3YDeX37srC8mCflSyTrUsgbU1c/U9j6l2g2GiIdYaGD9QjdMQPMSgYm7hgg0551wHyIluw==", + "node_modules/@msgpackr-extract/msgpackr-extract-linux-x64": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-x64/-/msgpackr-extract-linux-x64-3.0.3.tgz", + "integrity": "sha512-cvwNfbP07pKUfq1uH+S6KJ7dT9K8WOE4ZiAcsrSes+UY55E/0jLYc+vq+DO7jlmqRb5zAggExKm0H7O/CBaesg==", "cpu": [ - "ia32" + "x64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ - "win32" + "linux" ] }, - "node_modules/@rollup/rollup-win32-x64-msvc": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.13.0.tgz", - "integrity": "sha512-UKXUQNbO3DOhzLRwHSpa0HnhhCgNODvfoPWv2FCXme8N/ANFfhIPMGuOT+QuKd16+B5yxZ0HdpNlqPvTMS1qfw==", + "node_modules/@msgpackr-extract/msgpackr-extract-win32-x64": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-win32-x64/-/msgpackr-extract-win32-x64-3.0.3.tgz", + "integrity": "sha512-x0fWaQtYp4E6sktbsdAqnehxDgEc/VwM7uLsRCYWaiGu0ykYdZPiS8zCWdnjHwyiumousxfBm4SO31eXqwEZhQ==", "cpu": [ "x64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "win32" ] }, - "node_modules/@schematics/angular": { - "version": "17.3.7", - "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-17.3.7.tgz", - "integrity": "sha512-HaJroKaberriP4wFefTTSVFrtU9GMvnG3I6ELbOteOyKMH7o2V91FXGJDJ5KnIiLRlBmC30G3r+9Ybc/rtAYkw==", + "node_modules/@napi-rs/nice": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@napi-rs/nice/-/nice-1.1.1.tgz", + "integrity": "sha512-xJIPs+bYuc9ASBl+cvGsKbGrJmS6fAKaSZCnT0lhahT5rhA2VVy9/EcIgd2JhtEuFOJNx7UHNn/qiTPTY4nrQw==", "dev": true, "license": "MIT", - "dependencies": { - "@angular-devkit/core": "17.3.7", - "@angular-devkit/schematics": "17.3.7", - "jsonc-parser": "3.2.1" - }, + "optional": true, "engines": { - "node": "^18.13.0 || >=20.9.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - } - }, - "node_modules/@sigstore/bundle": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@sigstore/bundle/-/bundle-2.2.0.tgz", - "integrity": "sha512-5VI58qgNs76RDrwXNhpmyN/jKpq9evV/7f1XrcqcAfvxDl5SeVY/I5Rmfe96ULAV7/FK5dge9RBKGBJPhL1WsQ==", - "dev": true, - "dependencies": { - "@sigstore/protobuf-specs": "^0.3.0" + "node": ">= 10" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/Brooooooklyn" }, + "optionalDependencies": { + "@napi-rs/nice-android-arm-eabi": "1.1.1", + "@napi-rs/nice-android-arm64": "1.1.1", + "@napi-rs/nice-darwin-arm64": "1.1.1", + "@napi-rs/nice-darwin-x64": "1.1.1", + "@napi-rs/nice-freebsd-x64": "1.1.1", + "@napi-rs/nice-linux-arm-gnueabihf": "1.1.1", + "@napi-rs/nice-linux-arm64-gnu": "1.1.1", + "@napi-rs/nice-linux-arm64-musl": "1.1.1", + "@napi-rs/nice-linux-ppc64-gnu": "1.1.1", + "@napi-rs/nice-linux-riscv64-gnu": "1.1.1", + "@napi-rs/nice-linux-s390x-gnu": "1.1.1", + "@napi-rs/nice-linux-x64-gnu": "1.1.1", + "@napi-rs/nice-linux-x64-musl": "1.1.1", + "@napi-rs/nice-openharmony-arm64": "1.1.1", + "@napi-rs/nice-win32-arm64-msvc": "1.1.1", + "@napi-rs/nice-win32-ia32-msvc": "1.1.1", + "@napi-rs/nice-win32-x64-msvc": "1.1.1" + } + }, + "node_modules/@napi-rs/nice-android-arm-eabi": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@napi-rs/nice-android-arm-eabi/-/nice-android-arm-eabi-1.1.1.tgz", + "integrity": "sha512-kjirL3N6TnRPv5iuHw36wnucNqXAO46dzK9oPb0wj076R5Xm8PfUVA9nAFB5ZNMmfJQJVKACAPd/Z2KYMppthw==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": ">= 10" } }, - "node_modules/@sigstore/core": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@sigstore/core/-/core-1.0.0.tgz", - "integrity": "sha512-dW2qjbWLRKGu6MIDUTBuJwXCnR8zivcSpf5inUzk7y84zqy/dji0/uahppoIgMoKeR+6pUZucrwHfkQQtiG9Rw==", + "node_modules/@napi-rs/nice-android-arm64": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@napi-rs/nice-android-arm64/-/nice-android-arm64-1.1.1.tgz", + "integrity": "sha512-blG0i7dXgbInN5urONoUCNf+DUEAavRffrO7fZSeoRMJc5qD+BJeNcpr54msPF6qfDD6kzs9AQJogZvT2KD5nw==", + "cpu": [ + "arm64" + ], "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": ">= 10" } }, - "node_modules/@sigstore/protobuf-specs": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.3.0.tgz", - "integrity": "sha512-zxiQ66JFOjVvP9hbhGj/F/qNdsZfkGb/dVXSanNRNuAzMlr4MC95voPUBX8//ZNnmv3uSYzdfR/JSkrgvZTGxA==", + "node_modules/@napi-rs/nice-darwin-arm64": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@napi-rs/nice-darwin-arm64/-/nice-darwin-arm64-1.1.1.tgz", + "integrity": "sha512-s/E7w45NaLqTGuOjC2p96pct4jRfo61xb9bU1unM/MJ/RFkKlJyJDx7OJI/O0ll/hrfpqKopuAFDV8yo0hfT7A==", + "cpu": [ + "arm64" + ], "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": ">= 10" } }, - "node_modules/@sigstore/sign": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/@sigstore/sign/-/sign-2.2.3.tgz", - "integrity": "sha512-LqlA+ffyN02yC7RKszCdMTS6bldZnIodiox+IkT8B2f8oRYXCB3LQ9roXeiEL21m64CVH1wyveYAORfD65WoSw==", + "node_modules/@napi-rs/nice-darwin-x64": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@napi-rs/nice-darwin-x64/-/nice-darwin-x64-1.1.1.tgz", + "integrity": "sha512-dGoEBnVpsdcC+oHHmW1LRK5eiyzLwdgNQq3BmZIav+9/5WTZwBYX7r5ZkQC07Nxd3KHOCkgbHSh4wPkH1N1LiQ==", + "cpu": [ + "x64" + ], "dev": true, - "dependencies": { - "@sigstore/bundle": "^2.2.0", - "@sigstore/core": "^1.0.0", - "@sigstore/protobuf-specs": "^0.3.0", - "make-fetch-happen": "^13.0.0" - }, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": ">= 10" } }, - "node_modules/@sigstore/tuf": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-2.3.1.tgz", - "integrity": "sha512-9Iv40z652td/QbV0o5n/x25H9w6IYRt2pIGbTX55yFDYlApDQn/6YZomjz6+KBx69rXHLzHcbtTS586mDdFD+Q==", + "node_modules/@napi-rs/nice-freebsd-x64": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@napi-rs/nice-freebsd-x64/-/nice-freebsd-x64-1.1.1.tgz", + "integrity": "sha512-kHv4kEHAylMYmlNwcQcDtXjklYp4FCf0b05E+0h6nDHsZ+F0bDe04U/tXNOqrx5CmIAth4vwfkjjUmp4c4JktQ==", + "cpu": [ + "x64" + ], "dev": true, - "dependencies": { - "@sigstore/protobuf-specs": "^0.3.0", - "tuf-js": "^2.2.0" - }, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": ">= 10" } }, - "node_modules/@sigstore/verify": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@sigstore/verify/-/verify-1.1.0.tgz", - "integrity": "sha512-1fTqnqyTBWvV7cftUUFtDcHPdSox0N3Ub7C0lRyReYx4zZUlNTZjCV+HPy4Lre+r45dV7Qx5JLKvqqsgxuyYfg==", + "node_modules/@napi-rs/nice-linux-arm-gnueabihf": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@napi-rs/nice-linux-arm-gnueabihf/-/nice-linux-arm-gnueabihf-1.1.1.tgz", + "integrity": "sha512-E1t7K0efyKXZDoZg1LzCOLxgolxV58HCkaEkEvIYQx12ht2pa8hoBo+4OB3qh7e+QiBlp1SRf+voWUZFxyhyqg==", + "cpu": [ + "arm" + ], "dev": true, - "dependencies": { - "@sigstore/bundle": "^2.2.0", - "@sigstore/core": "^1.0.0", - "@sigstore/protobuf-specs": "^0.3.0" - }, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": ">= 10" } }, - "node_modules/@socket.io/component-emitter": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.0.tgz", - "integrity": "sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg==", - "dev": true - }, - "node_modules/@tsconfig/node10": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.9.tgz", - "integrity": "sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==", - "dev": true - }, - "node_modules/@tsconfig/node12": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz", - "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==", - "dev": true + "node_modules/@napi-rs/nice-linux-arm64-gnu": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@napi-rs/nice-linux-arm64-gnu/-/nice-linux-arm64-gnu-1.1.1.tgz", + "integrity": "sha512-CIKLA12DTIZlmTaaKhQP88R3Xao+gyJxNWEn04wZwC2wmRapNnxCUZkVwggInMJvtVElA+D4ZzOU5sX4jV+SmQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } }, - "node_modules/@tsconfig/node14": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz", - "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==", - "dev": true + "node_modules/@napi-rs/nice-linux-arm64-musl": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@napi-rs/nice-linux-arm64-musl/-/nice-linux-arm64-musl-1.1.1.tgz", + "integrity": "sha512-+2Rzdb3nTIYZ0YJF43qf2twhqOCkiSrHx2Pg6DJaCPYhhaxbLcdlV8hCRMHghQ+EtZQWGNcS2xF4KxBhSGeutg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } }, - "node_modules/@tsconfig/node16": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz", - "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==", - "dev": true + "node_modules/@napi-rs/nice-linux-ppc64-gnu": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@napi-rs/nice-linux-ppc64-gnu/-/nice-linux-ppc64-gnu-1.1.1.tgz", + "integrity": "sha512-4FS8oc0GeHpwvv4tKciKkw3Y4jKsL7FRhaOeiPei0X9T4Jd619wHNe4xCLmN2EMgZoeGg+Q7GY7BsvwKpL22Tg==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } }, - "node_modules/@tufjs/canonical-json": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@tufjs/canonical-json/-/canonical-json-2.0.0.tgz", - "integrity": "sha512-yVtV8zsdo8qFHe+/3kw81dSLyF7D576A5cCFCi4X7B39tWT7SekaEFUnvnWJHz+9qO7qJTah1JbrDjWKqFtdWA==", + "node_modules/@napi-rs/nice-linux-riscv64-gnu": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@napi-rs/nice-linux-riscv64-gnu/-/nice-linux-riscv64-gnu-1.1.1.tgz", + "integrity": "sha512-HU0nw9uD4FO/oGCCk409tCi5IzIZpH2agE6nN4fqpwVlCn5BOq0MS1dXGjXaG17JaAvrlpV5ZeyZwSon10XOXw==", + "cpu": [ + "riscv64" + ], "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": ">= 10" } }, - "node_modules/@tufjs/models": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@tufjs/models/-/models-2.0.0.tgz", - "integrity": "sha512-c8nj8BaOExmZKO2DXhDfegyhSGcG9E/mPN3U13L+/PsoWm1uaGiHHjxqSHQiasDBQwDA3aHuw9+9spYAP1qvvg==", + "node_modules/@napi-rs/nice-linux-s390x-gnu": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@napi-rs/nice-linux-s390x-gnu/-/nice-linux-s390x-gnu-1.1.1.tgz", + "integrity": "sha512-2YqKJWWl24EwrX0DzCQgPLKQBxYDdBxOHot1KWEq7aY2uYeX+Uvtv4I8xFVVygJDgf6/92h9N3Y43WPx8+PAgQ==", + "cpu": [ + "s390x" + ], "dev": true, - "dependencies": { - "@tufjs/canonical-json": "2.0.0", - "minimatch": "^9.0.3" - }, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": ">= 10" } }, - "node_modules/@tufjs/models/node_modules/brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "node_modules/@napi-rs/nice-linux-x64-gnu": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@napi-rs/nice-linux-x64-gnu/-/nice-linux-x64-gnu-1.1.1.tgz", + "integrity": "sha512-/gaNz3R92t+dcrfCw/96pDopcmec7oCcAQ3l/M+Zxr82KT4DljD37CpgrnXV+pJC263JkW572pdbP3hP+KjcIg==", + "cpu": [ + "x64" + ], "dev": true, - "dependencies": { - "balanced-match": "^1.0.0" + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" } }, - "node_modules/@tufjs/models/node_modules/minimatch": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", - "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "node_modules/@napi-rs/nice-linux-x64-musl": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@napi-rs/nice-linux-x64-musl/-/nice-linux-x64-musl-1.1.1.tgz", + "integrity": "sha512-xScCGnyj/oppsNPMnevsBe3pvNaoK7FGvMjT35riz9YdhB2WtTG47ZlbxtOLpjeO9SqqQ2J2igCmz6IJOD5JYw==", + "cpu": [ + "x64" + ], "dev": true, - "dependencies": { - "brace-expansion": "^2.0.1" - }, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" + "node": ">= 10" } }, - "node_modules/@types/babel__core": { - "version": "7.20.2", - "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.2.tgz", - "integrity": "sha512-pNpr1T1xLUc2l3xJKuPtsEky3ybxN3m4fJkknfIpTCTfIZCDW57oAg+EfCgIIp2rvCe0Wn++/FfodDS4YXxBwA==", - "peer": true, - "dependencies": { - "@babel/parser": "^7.20.7", - "@babel/types": "^7.20.7", - "@types/babel__generator": "*", - "@types/babel__template": "*", - "@types/babel__traverse": "*" + "node_modules/@napi-rs/nice-openharmony-arm64": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@napi-rs/nice-openharmony-arm64/-/nice-openharmony-arm64-1.1.1.tgz", + "integrity": "sha512-6uJPRVwVCLDeoOaNyeiW0gp2kFIM4r7PL2MczdZQHkFi9gVlgm+Vn+V6nTWRcu856mJ2WjYJiumEajfSm7arPQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "openharmony" + ], + "engines": { + "node": ">= 10" } }, - "node_modules/@types/babel__generator": { - "version": "7.6.8", - "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz", - "integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==", - "peer": true, - "dependencies": { - "@babel/types": "^7.0.0" + "node_modules/@napi-rs/nice-win32-arm64-msvc": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@napi-rs/nice-win32-arm64-msvc/-/nice-win32-arm64-msvc-1.1.1.tgz", + "integrity": "sha512-uoTb4eAvM5B2aj/z8j+Nv8OttPf2m+HVx3UjA5jcFxASvNhQriyCQF1OB1lHL43ZhW+VwZlgvjmP5qF3+59atA==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" } }, - "node_modules/@types/babel__template": { - "version": "7.4.4", - "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", - "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", - "peer": true, - "dependencies": { - "@babel/parser": "^7.1.0", - "@babel/types": "^7.0.0" + "node_modules/@napi-rs/nice-win32-ia32-msvc": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@napi-rs/nice-win32-ia32-msvc/-/nice-win32-ia32-msvc-1.1.1.tgz", + "integrity": "sha512-CNQqlQT9MwuCsg1Vd/oKXiuH+TcsSPJmlAFc5frFyX/KkOh0UpBLEj7aoY656d5UKZQMQFP7vJNa1DNUNORvug==", + "cpu": [ + "ia32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" } }, - "node_modules/@types/babel__traverse": { - "version": "7.20.5", - "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.5.tgz", - "integrity": "sha512-WXCyOcRtH37HAUkpXhUduaxdm82b4GSlyTqajXviN4EfiuPgNYR109xMCKvpl6zPIpua0DGlMEDCq+g8EdoheQ==", - "peer": true, - "dependencies": { - "@babel/types": "^7.20.7" + "node_modules/@napi-rs/nice-win32-x64-msvc": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@napi-rs/nice-win32-x64-msvc/-/nice-win32-x64-msvc-1.1.1.tgz", + "integrity": "sha512-vB+4G/jBQCAh0jelMTY3+kgFy00Hlx2f2/1zjMoH821IbplbWZOkLiTYXQkygNTzQJTq5cvwBDgn2ppHD+bglQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" } }, - "node_modules/@types/body-parser": { - "version": "1.19.5", - "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.5.tgz", - "integrity": "sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==", + "node_modules/@ng-bootstrap/ng-bootstrap": { + "version": "19.0.1", + "resolved": "https://registry.npmjs.org/@ng-bootstrap/ng-bootstrap/-/ng-bootstrap-19.0.1.tgz", + "integrity": "sha512-1lErAkwh0F+gWkzpiddViY4GfA9LVXkwLpgBsV9Mb3IC0zo6WNkY8WxCC+LqajirBTu20DCkZSqeRzrwaVLpZw==", + "license": "MIT", "dependencies": { - "@types/connect": "*", - "@types/node": "*" + "tslib": "^2.3.0" + }, + "peerDependencies": { + "@angular/common": "^20.0.0", + "@angular/core": "^20.0.0", + "@angular/forms": "^20.0.0", + "@angular/localize": "^20.0.0", + "@popperjs/core": "^2.11.8", + "rxjs": "^6.5.3 || ^7.4.0" } }, - "node_modules/@types/bonjour": { - "version": "3.5.13", - "resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.13.tgz", - "integrity": "sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==", - "dependencies": { - "@types/node": "*" + "node_modules/@ngtools/webpack": { + "version": "19.2.19", + "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-19.2.19.tgz", + "integrity": "sha512-R9aeTrOBiRVl8I698JWPniUAAEpSvzc8SUGWSM5UXWMcHnWqd92cOnJJ1aXDGJZKXrbhMhCBx9Dglmcks5IDpg==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" + }, + "peerDependencies": { + "@angular/compiler-cli": "^19.0.0 || ^19.2.0-next.0", + "typescript": ">=5.5 <5.9", + "webpack": "^5.54.0" } }, - "node_modules/@types/connect": { - "version": "3.4.38", - "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz", - "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==", + "node_modules/@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "dev": true, "dependencies": { - "@types/node": "*" + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + }, + "engines": { + "node": ">= 8" } }, - "node_modules/@types/connect-history-api-fallback": { - "version": "1.5.4", - "resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.4.tgz", - "integrity": "sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==", - "dependencies": { - "@types/express-serve-static-core": "*", - "@types/node": "*" + "node_modules/@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "dev": true, + "engines": { + "node": ">= 8" } }, - "node_modules/@types/cookie": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.4.1.tgz", - "integrity": "sha512-XW/Aa8APYr6jSVVA1y/DEIZX0/GMKLEVekNG727R8cs56ahETkRAy/3DR7+fJyh7oUgGwNQaRfXCun0+KbWY7Q==", - "dev": true - }, - "node_modules/@types/core-js": { - "version": "2.5.8", - "resolved": "https://registry.npmjs.org/@types/core-js/-/core-js-2.5.8.tgz", - "integrity": "sha512-VgnAj6tIAhJhZdJ8/IpxdatM8G4OD3VWGlp6xIxUGENZlpbob9Ty4VVdC1FIEp0aK6DBscDDjyzy5FB60TuNqg==", - "dev": true - }, - "node_modules/@types/cors": { - "version": "2.8.12", - "resolved": "https://registry.npmjs.org/@types/cors/-/cors-2.8.12.tgz", - "integrity": "sha512-vt+kDhq/M2ayberEtJcIN/hxXy1Pk+59g2FV/ZQceeaTyCtCucjL2Q7FXlFjtWn4n15KCr1NE2lNNFhp0lEThw==", - "dev": true - }, - "node_modules/@types/eslint": { - "version": "8.4.1", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.4.1.tgz", - "integrity": "sha512-GE44+DNEyxxh2Kc6ro/VkIj+9ma0pO0bwv9+uHSyBrikYOHr8zYcdPvnBOp1aw8s+CjRvuSx7CyWqRrNFQ59mA==", + "node_modules/@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "dev": true, "dependencies": { - "@types/estree": "*", - "@types/json-schema": "*" + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + }, + "engines": { + "node": ">= 8" } }, - "node_modules/@types/eslint-scope": { - "version": "3.7.3", - "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.3.tgz", - "integrity": "sha512-PB3ldyrcnAicT35TWPs5IcwKD8S333HMaa2VVv4+wdvebJkjWuW/xESoB8IwRcog8HYVYamb1g/R31Qv5Bx03g==", + "node_modules/@npmcli/agent": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@npmcli/agent/-/agent-3.0.0.tgz", + "integrity": "sha512-S79NdEgDQd/NGCay6TCoVzXSj74skRZIKJcpJjC5lOq34SZzyI6MqtiiWoiVWoVrTcGjNeC4ipbh1VIHlpfF5Q==", + "dev": true, + "license": "ISC", "dependencies": { - "@types/eslint": "*", - "@types/estree": "*" + "agent-base": "^7.1.0", + "http-proxy-agent": "^7.0.0", + "https-proxy-agent": "^7.0.1", + "lru-cache": "^10.0.1", + "socks-proxy-agent": "^8.0.3" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" } }, - "node_modules/@types/estree": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", - "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==" - }, - "node_modules/@types/express": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz", - "integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==", - "dependencies": { - "@types/body-parser": "*", - "@types/express-serve-static-core": "^4.17.33", - "@types/qs": "*", - "@types/serve-static": "*" + "node_modules/@npmcli/agent/node_modules/agent-base": { + "version": "7.1.4", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz", + "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 14" } }, - "node_modules/@types/express-serve-static-core": { - "version": "4.17.43", - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.43.tgz", - "integrity": "sha512-oaYtiBirUOPQGSWNGPWnzyAFJ0BP3cwvN4oWZQY+zUBwpVIGsKUkpBpSztp74drYcjavs7SKFZ4DX1V2QeN8rg==", + "node_modules/@npmcli/agent/node_modules/https-proxy-agent": { + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz", + "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==", + "dev": true, + "license": "MIT", "dependencies": { - "@types/node": "*", - "@types/qs": "*", - "@types/range-parser": "*", - "@types/send": "*" + "agent-base": "^7.1.2", + "debug": "4" + }, + "engines": { + "node": ">= 14" } }, - "node_modules/@types/hammerjs": { - "version": "2.0.45", - "resolved": "https://registry.npmjs.org/@types/hammerjs/-/hammerjs-2.0.45.tgz", - "integrity": "sha512-qkcUlZmX6c4J8q45taBKTL3p+LbITgyx7qhlPYOdOHZB7B31K0mXbP5YA7i7SgDeEGuI9MnumiKPEMrxg8j3KQ==", - "dev": true + "node_modules/@npmcli/agent/node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true, + "license": "ISC" }, - "node_modules/@types/http-errors": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.4.tgz", - "integrity": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==" + "node_modules/@npmcli/fs": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-4.0.0.tgz", + "integrity": "sha512-/xGlezI6xfGO9NwuJlnwz/K14qD1kCSAGtacBHnGzeAIuJGazcp45KP5NuyARXoKb7cwulAGWVsbeSxdG/cb0Q==", + "dev": true, + "license": "ISC", + "dependencies": { + "semver": "^7.3.5" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } }, - "node_modules/@types/http-proxy": { - "version": "1.17.14", - "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.14.tgz", - "integrity": "sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==", + "node_modules/@npmcli/git": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/@npmcli/git/-/git-6.0.3.tgz", + "integrity": "sha512-GUYESQlxZRAdhs3UhbB6pVRNUELQOHXwK9ruDkwmCv2aZ5y0SApQzUJCg02p3A7Ue2J5hxvlk1YI53c00NmRyQ==", + "dev": true, + "license": "ISC", "dependencies": { - "@types/node": "*" + "@npmcli/promise-spawn": "^8.0.0", + "ini": "^5.0.0", + "lru-cache": "^10.0.1", + "npm-pick-manifest": "^10.0.0", + "proc-log": "^5.0.0", + "promise-retry": "^2.0.1", + "semver": "^7.3.5", + "which": "^5.0.0" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" } }, - "node_modules/@types/jasmine": { - "version": "5.1.4", - "resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-5.1.4.tgz", - "integrity": "sha512-px7OMFO/ncXxixDe1zR13V1iycqWae0MxTaw62RpFlksUi5QuNWgQJFkTQjIOvrmutJbI7Fp2Y2N1F6D2R4G6w==", - "dev": true + "node_modules/@npmcli/git/node_modules/ini": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ini/-/ini-5.0.0.tgz", + "integrity": "sha512-+N0ngpO3e7cRUWOJAS7qw0IZIVc6XPrW4MlFBdD066F2L4k1L6ker3hLqSq7iXxU5tgS4WGkIUElWn5vogAEnw==", + "dev": true, + "license": "ISC", + "engines": { + "node": "^18.17.0 || >=20.5.0" + } }, - "node_modules/@types/json-schema": { - "version": "7.0.11", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz", - "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==" + "node_modules/@npmcli/git/node_modules/isexe": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz", + "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=16" + } }, - "node_modules/@types/mime": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz", - "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==" + "node_modules/@npmcli/git/node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true, + "license": "ISC" }, - "node_modules/@types/node": { - "version": "20.12.12", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.12.tgz", - "integrity": "sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==", - "license": "MIT", + "node_modules/@npmcli/git/node_modules/which": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/which/-/which-5.0.0.tgz", + "integrity": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==", + "dev": true, + "license": "ISC", "dependencies": { - "undici-types": "~5.26.4" + "isexe": "^3.1.1" + }, + "bin": { + "node-which": "bin/which.js" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" } }, - "node_modules/@types/node-forge": { - "version": "1.3.11", - "resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.11.tgz", - "integrity": "sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==", + "node_modules/@npmcli/installed-package-contents": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-3.0.0.tgz", + "integrity": "sha512-fkxoPuFGvxyrH+OQzyTkX2LUEamrF4jZSmxjAtPPHHGO0dqsQ8tTKjnIS8SAnPHdk2I03BDtSMR5K/4loKg79Q==", + "dev": true, + "license": "ISC", "dependencies": { - "@types/node": "*" + "npm-bundled": "^4.0.0", + "npm-normalize-package-bin": "^4.0.0" + }, + "bin": { + "installed-package-contents": "bin/index.js" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" } }, - "node_modules/@types/protractor": { + "node_modules/@npmcli/node-gyp": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@types/protractor/-/protractor-4.0.0.tgz", - "integrity": "sha1-EZFYRbONSD9wYNdOyOLu7kNXOZk=", - "deprecated": "This is a stub types definition for Protractor (https://github.com/angular/protractor). Protractor provides its own type definitions, so you don't need @types/protractor installed!", + "resolved": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-4.0.0.tgz", + "integrity": "sha512-+t5DZ6mO/QFh78PByMq1fGSAub/agLJZDRfJRMeOSNCt8s9YVlTjmGpIPwPhvXTGUIJk+WszlT0rQa1W33yzNA==", "dev": true, - "dependencies": { - "protractor": "*" + "license": "ISC", + "engines": { + "node": "^18.17.0 || >=20.5.0" } }, - "node_modules/@types/q": { - "version": "0.0.32", - "resolved": "https://registry.npmjs.org/@types/q/-/q-0.0.32.tgz", - "integrity": "sha512-qYi3YV9inU/REEfxwVcGZzbS3KG/Xs90lv0Pr+lDtuVjBPGd1A+eciXzVSaRvLify132BfcvhvEjeVahrUl0Ug==", - "dev": true - }, - "node_modules/@types/qs": { - "version": "6.9.12", - "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.12.tgz", - "integrity": "sha512-bZcOkJ6uWrL0Qb2NAWKa7TBU+mJHPzhx9jjLL1KHF+XpzEcR7EXHvjbHlGtR/IsP1vyPrehuS6XqkmaePy//mg==" - }, - "node_modules/@types/range-parser": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz", - "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==" - }, - "node_modules/@types/retry": { - "version": "0.12.2", - "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.2.tgz", - "integrity": "sha512-XISRgDJ2Tc5q4TRqvgJtzsRkFYNJzZrhTdtMoGVBttwzzQJkPnS3WWTFc7kuDRoPtPakl+T+OfdEUjYJj7Jbow==" - }, - "node_modules/@types/selenium-webdriver": { - "version": "4.1.22", - "resolved": "https://registry.npmjs.org/@types/selenium-webdriver/-/selenium-webdriver-4.1.22.tgz", - "integrity": "sha512-MCL4l7q8dwxejr2Q2NXLyNwHWMPdlWE0Kpn6fFwJtvkJF7PTkG5jkvbH/X1IAAQxgt/L1dA8u2GtDeekvSKvOA==", + "node_modules/@npmcli/package-json": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-6.2.0.tgz", + "integrity": "sha512-rCNLSB/JzNvot0SEyXqWZ7tX2B5dD2a1br2Dp0vSYVo5jh8Z0EZ7lS9TsZ1UtziddB1UfNUaMCc538/HztnJGA==", "dev": true, + "license": "ISC", "dependencies": { - "@types/ws": "*" + "@npmcli/git": "^6.0.0", + "glob": "^10.2.2", + "hosted-git-info": "^8.0.0", + "json-parse-even-better-errors": "^4.0.0", + "proc-log": "^5.0.0", + "semver": "^7.5.3", + "validate-npm-package-license": "^3.0.4" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" } }, - "node_modules/@types/send": { - "version": "0.17.4", - "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz", - "integrity": "sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==", + "node_modules/@npmcli/package-json/node_modules/brace-expansion": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", + "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==", + "dev": true, + "license": "MIT", "dependencies": { - "@types/mime": "^1", - "@types/node": "*" + "balanced-match": "^1.0.0" } }, - "node_modules/@types/serve-index": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.4.tgz", - "integrity": "sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==", + "node_modules/@npmcli/package-json/node_modules/glob": { + "version": "10.5.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz", + "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==", + "dev": true, + "license": "ISC", "dependencies": { - "@types/express": "*" + "foreground-child": "^3.1.0", + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/@types/serve-static": { - "version": "1.15.5", - "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.5.tgz", - "integrity": "sha512-PDRk21MnK70hja/YF8AHfC7yIsiQHn1rcXx7ijCFBX/k+XQJhQT/gw3xekXKJvx+5SXaMMS8oqQy09Mzvz2TuQ==", - "dependencies": { - "@types/http-errors": "*", - "@types/mime": "*", - "@types/node": "*" + "node_modules/@npmcli/package-json/node_modules/json-parse-even-better-errors": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-4.0.0.tgz", + "integrity": "sha512-lR4MXjGNgkJc7tkQ97kb2nuEMnNCyU//XYVH0MKTGcXEiSudQ5MKGKen3C5QubYy0vmq+JGitUg92uuywGEwIA==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^18.17.0 || >=20.5.0" } }, - "node_modules/@types/sockjs": { - "version": "0.3.36", - "resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.36.tgz", - "integrity": "sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==", + "node_modules/@npmcli/package-json/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "license": "ISC", "dependencies": { - "@types/node": "*" + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/@types/ws": { - "version": "8.5.10", - "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.10.tgz", - "integrity": "sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==", + "node_modules/@npmcli/promise-spawn": { + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-8.0.3.tgz", + "integrity": "sha512-Yb00SWaL4F8w+K8YGhQ55+xE4RUNdMHV43WZGsiTM92gS+lC0mGsn7I4hLug7pbao035S6bj3Y3w0cUNGLfmkg==", + "dev": true, + "license": "ISC", "dependencies": { - "@types/node": "*" + "which": "^5.0.0" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" } }, - "node_modules/@vitejs/plugin-basic-ssl": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-basic-ssl/-/plugin-basic-ssl-1.1.0.tgz", - "integrity": "sha512-wO4Dk/rm8u7RNhOf95ZzcEmC9rYOncYgvq4z3duaJrCgjN8BxAnDVyndanfcJZ0O6XZzHz6Q0hTimxTg8Y9g/A==", + "node_modules/@npmcli/promise-spawn/node_modules/isexe": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz", + "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==", "dev": true, + "license": "ISC", "engines": { - "node": ">=14.6.0" - }, - "peerDependencies": { - "vite": "^3.0.0 || ^4.0.0 || ^5.0.0" + "node": ">=16" } }, - "node_modules/@webassemblyjs/ast": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.12.1.tgz", - "integrity": "sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==", - "license": "MIT", + "node_modules/@npmcli/promise-spawn/node_modules/which": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/which/-/which-5.0.0.tgz", + "integrity": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==", + "dev": true, + "license": "ISC", "dependencies": { - "@webassemblyjs/helper-numbers": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6" + "isexe": "^3.1.1" + }, + "bin": { + "node-which": "bin/which.js" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" } }, - "node_modules/@webassemblyjs/floating-point-hex-parser": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz", - "integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==", - "license": "MIT" - }, - "node_modules/@webassemblyjs/helper-api-error": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz", - "integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==", - "license": "MIT" - }, - "node_modules/@webassemblyjs/helper-buffer": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.12.1.tgz", - "integrity": "sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==", - "license": "MIT" - }, - "node_modules/@webassemblyjs/helper-numbers": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz", - "integrity": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==", - "license": "MIT", - "dependencies": { - "@webassemblyjs/floating-point-hex-parser": "1.11.6", - "@webassemblyjs/helper-api-error": "1.11.6", - "@xtuc/long": "4.2.2" - } - }, - "node_modules/@webassemblyjs/helper-wasm-bytecode": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz", - "integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==", - "license": "MIT" - }, - "node_modules/@webassemblyjs/helper-wasm-section": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.12.1.tgz", - "integrity": "sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g==", - "license": "MIT", - "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-buffer": "1.12.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/wasm-gen": "1.12.1" - } - }, - "node_modules/@webassemblyjs/ieee754": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz", - "integrity": "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==", - "license": "MIT", - "dependencies": { - "@xtuc/ieee754": "^1.2.0" - } - }, - "node_modules/@webassemblyjs/leb128": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz", - "integrity": "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==", - "license": "Apache-2.0", - "dependencies": { - "@xtuc/long": "4.2.2" - } - }, - "node_modules/@webassemblyjs/utf8": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz", - "integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==", - "license": "MIT" - }, - "node_modules/@webassemblyjs/wasm-edit": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.12.1.tgz", - "integrity": "sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==", - "license": "MIT", - "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-buffer": "1.12.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/helper-wasm-section": "1.12.1", - "@webassemblyjs/wasm-gen": "1.12.1", - "@webassemblyjs/wasm-opt": "1.12.1", - "@webassemblyjs/wasm-parser": "1.12.1", - "@webassemblyjs/wast-printer": "1.12.1" - } - }, - "node_modules/@webassemblyjs/wasm-gen": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.12.1.tgz", - "integrity": "sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w==", - "license": "MIT", - "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/ieee754": "1.11.6", - "@webassemblyjs/leb128": "1.11.6", - "@webassemblyjs/utf8": "1.11.6" - } - }, - "node_modules/@webassemblyjs/wasm-opt": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.12.1.tgz", - "integrity": "sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg==", - "license": "MIT", - "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-buffer": "1.12.1", - "@webassemblyjs/wasm-gen": "1.12.1", - "@webassemblyjs/wasm-parser": "1.12.1" - } - }, - "node_modules/@webassemblyjs/wasm-parser": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.12.1.tgz", - "integrity": "sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==", - "license": "MIT", - "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-api-error": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/ieee754": "1.11.6", - "@webassemblyjs/leb128": "1.11.6", - "@webassemblyjs/utf8": "1.11.6" - } - }, - "node_modules/@webassemblyjs/wast-printer": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.12.1.tgz", - "integrity": "sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==", - "license": "MIT", - "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@xtuc/long": "4.2.2" + "node_modules/@npmcli/redact": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/@npmcli/redact/-/redact-3.2.2.tgz", + "integrity": "sha512-7VmYAmk4csGv08QzrDKScdzn11jHPFGyqJW39FyPgPuAp3zIaUmuCo1yxw9aGs+NEJuTGQ9Gwqpt93vtJubucg==", + "dev": true, + "license": "ISC", + "engines": { + "node": "^18.17.0 || >=20.5.0" } }, - "node_modules/@xtuc/ieee754": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", - "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", - "license": "BSD-3-Clause" - }, - "node_modules/@xtuc/long": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", - "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", - "license": "Apache-2.0" - }, - "node_modules/@yarnpkg/lockfile": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz", - "integrity": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==", - "dev": true - }, - "node_modules/abort-controller": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", - "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", + "node_modules/@npmcli/run-script": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-9.1.0.tgz", + "integrity": "sha512-aoNSbxtkePXUlbZB+anS1LqsJdctG5n3UVhfU47+CDdwMi6uNTBMF9gPcQRnqghQd2FGzcwwIFBruFMxjhBewg==", + "dev": true, + "license": "ISC", "dependencies": { - "event-target-shim": "^5.0.0" + "@npmcli/node-gyp": "^4.0.0", + "@npmcli/package-json": "^6.0.0", + "@npmcli/promise-spawn": "^8.0.0", + "node-gyp": "^11.0.0", + "proc-log": "^5.0.0", + "which": "^5.0.0" }, "engines": { - "node": ">=6.5" + "node": "^18.17.0 || >=20.5.0" } }, - "node_modules/accepts": { - "version": "1.3.8", - "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", - "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", - "dependencies": { - "mime-types": "~2.1.34", - "negotiator": "0.6.3" - }, + "node_modules/@npmcli/run-script/node_modules/isexe": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz", + "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==", + "dev": true, + "license": "ISC", "engines": { - "node": ">= 0.6" + "node": ">=16" } }, - "node_modules/acorn": { - "version": "8.11.3", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz", - "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==", + "node_modules/@npmcli/run-script/node_modules/which": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/which/-/which-5.0.0.tgz", + "integrity": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==", + "dev": true, + "license": "ISC", + "dependencies": { + "isexe": "^3.1.1" + }, "bin": { - "acorn": "bin/acorn" + "node-which": "bin/which.js" }, "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/acorn-dynamic-import": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/acorn-dynamic-import/-/acorn-dynamic-import-4.0.0.tgz", - "integrity": "sha512-d3OEjQV4ROpoflsnUA8HozoIR504TFxNivYEUi6uwz0IYhBkTDXGuWlNdMtybRt3nqVx/L6XqMt0FxkXuWKZhw==", - "deprecated": "This is probably built in to whatever tool you're using. If you still need it... idk", - "peerDependencies": { - "acorn": "^6.0.0" - } - }, - "node_modules/acorn-import-assertions": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz", - "integrity": "sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==", - "peerDependencies": { - "acorn": "^8" + "node": "^18.17.0 || >=20.5.0" } }, - "node_modules/acorn-jsx": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-3.0.1.tgz", - "integrity": "sha1-r9+UiPsezvyDSPb7IvRk4ypYs2s=", + "node_modules/@parcel/watcher": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.1.tgz", + "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==", "dev": true, + "hasInstallScript": true, + "license": "MIT", + "optional": true, "dependencies": { - "acorn": "^3.0.4" - } - }, - "node_modules/acorn-jsx/node_modules/acorn": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-3.3.0.tgz", - "integrity": "sha1-ReN/s56No/JbruP/U2niu18iAXo=", - "dev": true, - "bin": { - "acorn": "bin/acorn" + "detect-libc": "^1.0.3", + "is-glob": "^4.0.3", + "micromatch": "^4.0.5", + "node-addon-api": "^7.0.0" }, "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/acorn-walk": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.2.tgz", - "integrity": "sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==", + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + }, + "optionalDependencies": { + "@parcel/watcher-android-arm64": "2.5.1", + "@parcel/watcher-darwin-arm64": "2.5.1", + "@parcel/watcher-darwin-x64": "2.5.1", + "@parcel/watcher-freebsd-x64": "2.5.1", + "@parcel/watcher-linux-arm-glibc": "2.5.1", + "@parcel/watcher-linux-arm-musl": "2.5.1", + "@parcel/watcher-linux-arm64-glibc": "2.5.1", + "@parcel/watcher-linux-arm64-musl": "2.5.1", + "@parcel/watcher-linux-x64-glibc": "2.5.1", + "@parcel/watcher-linux-x64-musl": "2.5.1", + "@parcel/watcher-win32-arm64": "2.5.1", + "@parcel/watcher-win32-ia32": "2.5.1", + "@parcel/watcher-win32-x64": "2.5.1" + } + }, + "node_modules/@parcel/watcher-android-arm64": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz", + "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==", + "cpu": [ + "arm64" + ], "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], "engines": { - "node": ">=0.4.0" + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" } }, - "node_modules/adjust-sourcemap-loader": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz", - "integrity": "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==", + "node_modules/@parcel/watcher-darwin-arm64": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz", + "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==", + "cpu": [ + "arm64" + ], "dev": true, - "dependencies": { - "loader-utils": "^2.0.0", - "regex-parser": "^2.2.11" - }, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], "engines": { - "node": ">=8.9" + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" } }, - "node_modules/adm-zip": { - "version": "0.5.10", - "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.10.tgz", - "integrity": "sha512-x0HvcHqVJNTPk/Bw8JbLWlWoo6Wwnsug0fnYYro1HBrjxZ3G7/AZk7Ahv8JwDe1uIcz8eBqvu86FuF1POiG7vQ==", + "node_modules/@parcel/watcher-darwin-x64": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz", + "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==", + "cpu": [ + "x64" + ], "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], "engines": { - "node": ">=6.0" + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" } }, - "node_modules/agent-base": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-4.3.0.tgz", - "integrity": "sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg==", + "node_modules/@parcel/watcher-freebsd-x64": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz", + "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==", + "cpu": [ + "x64" + ], "dev": true, - "dependencies": { - "es6-promisify": "^5.0.0" - }, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], "engines": { - "node": ">= 4.0.0" + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" } }, - "node_modules/aggregate-error": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", - "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", + "node_modules/@parcel/watcher-linux-arm-glibc": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz", + "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==", + "cpu": [ + "arm" + ], "dev": true, - "dependencies": { - "clean-stack": "^2.0.0", - "indent-string": "^4.0.0" - }, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=8" + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" } }, - "node_modules/ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" + "node_modules/@parcel/watcher-linux-arm-musl": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz", + "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10.0.0" }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" + "type": "opencollective", + "url": "https://opencollective.com/parcel" } }, - "node_modules/ajv-formats": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", - "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", - "dependencies": { - "ajv": "^8.0.0" - }, - "peerDependencies": { - "ajv": "^8.0.0" - }, - "peerDependenciesMeta": { - "ajv": { - "optional": true - } - } - }, - "node_modules/ajv-formats/node_modules/ajv": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz", - "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" + "node_modules/@parcel/watcher-linux-arm64-glibc": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz", + "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10.0.0" }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/ajv-formats/node_modules/json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" - }, - "node_modules/ajv-keywords": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", - "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", - "peerDependencies": { - "ajv": "^6.9.1" + "type": "opencollective", + "url": "https://opencollective.com/parcel" } }, - "node_modules/ansi-colors": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz", - "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==", + "node_modules/@parcel/watcher-linux-arm64-musl": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz", + "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==", + "cpu": [ + "arm64" + ], "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=6" + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" } }, - "node_modules/ansi-escapes": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", - "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", + "node_modules/@parcel/watcher-linux-x64-glibc": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz", + "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==", + "cpu": [ + "x64" + ], "dev": true, - "dependencies": { - "type-fest": "^0.21.3" - }, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=8" + "node": ">= 10.0.0" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "type": "opencollective", + "url": "https://opencollective.com/parcel" } }, - "node_modules/ansi-html-community": { - "version": "0.0.8", - "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz", - "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==", - "engines": [ - "node >= 0.8.0" + "node_modules/@parcel/watcher-linux-x64-musl": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz", + "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==", + "cpu": [ + "x64" ], - "bin": { - "ansi-html": "bin/ansi-html" - } - }, - "node_modules/ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=0.10.0" + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" } }, - "node_modules/ansi-sequence-parser": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/ansi-sequence-parser/-/ansi-sequence-parser-1.1.1.tgz", - "integrity": "sha512-vJXt3yiaUL4UU546s3rPXlsry/RnM730G1+HkpKE012AN0sx1eOrxSu95oKDIonskeLTijMgqWZ3uDEe3NFvyg==", - "dev": true - }, - "node_modules/ansi-styles": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", - "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", + "node_modules/@parcel/watcher-win32-arm64": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz", + "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==", + "cpu": [ + "arm64" + ], "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/anymatch": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", - "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", - "dependencies": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" + "node": ">= 10.0.0" }, - "engines": { - "node": ">= 8" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" } }, - "node_modules/app-root-path": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/app-root-path/-/app-root-path-3.1.0.tgz", - "integrity": "sha512-biN3PwB2gUtjaYy/isrU3aNWI5w+fAfvHkSvCKeQGxhmYpwKFUxudR3Yya+KqVRHBmEDYh+/lTozYCFbmzX4nA==", + "node_modules/@parcel/watcher-win32-ia32": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz", + "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==", + "cpu": [ + "ia32" + ], "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], "engines": { - "node": ">= 6.0.0" + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" } }, - "node_modules/arg": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", - "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==", - "dev": true - }, - "node_modules/argparse": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "node_modules/@parcel/watcher-win32-x64": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz", + "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==", + "cpu": [ + "x64" + ], "dev": true, - "dependencies": { - "sprintf-js": "~1.0.2" + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" } }, - "node_modules/argparse/node_modules/sprintf-js": { + "node_modules/@parcel/watcher/node_modules/detect-libc": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", - "dev": true - }, - "node_modules/aria-query": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-3.0.0.tgz", - "integrity": "sha512-majUxHgLehQTeSA+hClx+DY09OVUqG3GtezWkF1krgLGNdlDu9l9V8DaqNMWbq4Eddc8wsyDA0hpDUtnYxQEXw==", - "dev": true, - "dependencies": { - "ast-types-flow": "0.0.7", - "commander": "^2.11.0" - } - }, - "node_modules/array-flatten": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", - "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==" - }, - "node_modules/array-union": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", - "integrity": "sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng==", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz", + "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==", "dev": true, - "dependencies": { - "array-uniq": "^1.0.1" + "license": "Apache-2.0", + "optional": true, + "bin": { + "detect-libc": "bin/detect-libc.js" }, "engines": { - "node": ">=0.10.0" + "node": ">=0.10" } }, - "node_modules/array-uniq": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", - "integrity": "sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q==", + "node_modules/@parcel/watcher/node_modules/node-addon-api": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz", + "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==", "dev": true, - "engines": { - "node": ">=0.10.0" - } + "license": "MIT", + "optional": true }, - "node_modules/arrify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", - "integrity": "sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==", + "node_modules/@pkgjs/parseargs": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", + "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", "dev": true, + "license": "MIT", + "optional": true, "engines": { - "node": ">=0.10.0" + "node": ">=14" } }, - "node_modules/asn1": { - "version": "0.2.6", - "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz", - "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==", - "dev": true, - "dependencies": { - "safer-buffer": "~2.1.0" + "node_modules/@popperjs/core": { + "version": "2.11.8", + "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz", + "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/popperjs" } }, - "node_modules/assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==", + "node_modules/@rollup/rollup-android-arm-eabi": { + "version": "4.34.8", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.34.8.tgz", + "integrity": "sha512-q217OSE8DTp8AFHuNHXo0Y86e1wtlfVrXiAlwkIvGRQv9zbc6mE3sjIVfwI8sYUyNxwOg0j/Vm1RKM04JcWLJw==", + "cpu": [ + "arm" + ], "dev": true, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/ast-types-flow": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz", - "integrity": "sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag==", - "dev": true + "license": "MIT", + "optional": true, + "os": [ + "android" + ] }, - "node_modules/asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", - "dev": true + "node_modules/@rollup/rollup-android-arm64": { + "version": "4.34.8", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.34.8.tgz", + "integrity": "sha512-Gigjz7mNWaOL9wCggvoK3jEIUUbGul656opstjaUSGC3eT0BM7PofdAJaBfPFWWkXNVAXbaQtC99OCg4sJv70Q==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ] }, - "node_modules/autoprefixer": { - "version": "10.4.18", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.18.tgz", - "integrity": "sha512-1DKbDfsr6KUElM6wg+0zRNkB/Q7WcKYAaK+pzXn+Xqmszm/5Xa9coeNdtP88Vi+dPzZnMjhge8GIV49ZQkDa+g==", + "node_modules/@rollup/rollup-darwin-arm64": { + "version": "4.34.8", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.34.8.tgz", + "integrity": "sha512-02rVdZ5tgdUNRxIUrFdcMBZQoaPMrxtwSb+/hOfBdqkatYHR3lZ2A2EGyHq2sGOd0Owk80oV3snlDASC24He3Q==", + "cpu": [ + "arm64" + ], "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/autoprefixer" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rollup/rollup-darwin-x64": { + "version": "4.34.8", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.34.8.tgz", + "integrity": "sha512-qIP/elwR/tq/dYRx3lgwK31jkZvMiD6qUtOycLhTzCvrjbZ3LjQnEM9rNhSGpbLXVJYQ3rq39A6Re0h9tU2ynw==", + "cpu": [ + "x64" ], - "dependencies": { - "browserslist": "^4.23.0", - "caniuse-lite": "^1.0.30001591", - "fraction.js": "^4.3.7", - "normalize-range": "^0.1.2", - "picocolors": "^1.0.0", - "postcss-value-parser": "^4.2.0" - }, - "bin": { - "autoprefixer": "bin/autoprefixer" - }, - "engines": { - "node": "^10 || ^12 || >=14" - }, - "peerDependencies": { - "postcss": "^8.1.0" - } - }, - "node_modules/aws-sign2": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", - "integrity": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==", - "dev": true, - "engines": { - "node": "*" - } - }, - "node_modules/aws4": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.12.0.tgz", - "integrity": "sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==", - "dev": true - }, - "node_modules/axobject-query": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-2.0.2.tgz", - "integrity": "sha512-MCeek8ZH7hKyO1rWUbKNQBbl4l2eY0ntk7OGi+q0RlafrCnfPxC06WZA+uebCfmYp4mNU9jRBP1AhGyf8+W3ww==", - "dev": true, - "dependencies": { - "ast-types-flow": "0.0.7" - } - }, - "node_modules/babel-loader": { - "version": "9.1.3", - "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-9.1.3.tgz", - "integrity": "sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==", - "dev": true, - "dependencies": { - "find-cache-dir": "^4.0.0", - "schema-utils": "^4.0.0" - }, - "engines": { - "node": ">= 14.15.0" - }, - "peerDependencies": { - "@babel/core": "^7.12.0", - "webpack": ">=5" - } - }, - "node_modules/babel-loader/node_modules/ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", - "dev": true, - "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/babel-loader/node_modules/ajv-keywords": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", - "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", - "dev": true, - "dependencies": { - "fast-deep-equal": "^3.1.3" - }, - "peerDependencies": { - "ajv": "^8.8.2" - } - }, - "node_modules/babel-loader/node_modules/json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", - "dev": true - }, - "node_modules/babel-loader/node_modules/schema-utils": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", - "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", - "dev": true, - "dependencies": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.9.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.1.0" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, - "node_modules/babel-plugin-istanbul": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", - "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.0.0", - "@istanbuljs/load-nyc-config": "^1.0.0", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-instrument": "^5.0.4", - "test-exclude": "^6.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/babel-plugin-polyfill-corejs2": { - "version": "0.4.10", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.10.tgz", - "integrity": "sha512-rpIuu//y5OX6jVU+a5BCn1R5RSZYWAl2Nar76iwaOdycqb6JPxediskWFMMl7stfwNJR4b7eiQvh5fB5TEQJTQ==", - "dev": true, - "dependencies": { - "@babel/compat-data": "^7.22.6", - "@babel/helper-define-polyfill-provider": "^0.6.1", - "semver": "^6.3.1" - }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" - } - }, - "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.9.0.tgz", - "integrity": "sha512-7nZPG1uzK2Ymhy/NbaOWTg3uibM2BmGASS4vHS4szRZAIR8R6GwA/xAujpdrXU5iyklrimWnLWU+BLF9suPTqg==", - "dev": true, - "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.5.0", - "core-js-compat": "^3.34.0" - }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" - } - }, - "node_modules/babel-plugin-polyfill-corejs3/node_modules/@babel/helper-define-polyfill-provider": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.5.0.tgz", - "integrity": "sha512-NovQquuQLAQ5HuyjCz7WQP9MjRj7dx++yspwiyUiGl9ZyadHRSql1HZh5ogRd8W8w6YM6EQ/NTB8rgjLt5W65Q==", - "dev": true, - "dependencies": { - "@babel/helper-compilation-targets": "^7.22.6", - "@babel/helper-plugin-utils": "^7.22.5", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2" - }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" - } - }, - "node_modules/babel-plugin-polyfill-regenerator": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.5.tgz", - "integrity": "sha512-OJGYZlhLqBh2DDHeqAxWB1XIvr49CxiJ2gIt61/PU55CQK4Z58OzMqjDe1zwQdQk+rBYsRc+1rJmdajM3gimHg==", - "dev": true, - "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.5.0" - }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" - } - }, - "node_modules/babel-plugin-polyfill-regenerator/node_modules/@babel/helper-define-polyfill-provider": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.5.0.tgz", - "integrity": "sha512-NovQquuQLAQ5HuyjCz7WQP9MjRj7dx++yspwiyUiGl9ZyadHRSql1HZh5ogRd8W8w6YM6EQ/NTB8rgjLt5W65Q==", - "dev": true, - "dependencies": { - "@babel/helper-compilation-targets": "^7.22.6", - "@babel/helper-plugin-utils": "^7.22.5", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2" - }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" - } - }, - "node_modules/balanced-match": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", - "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" - }, - "node_modules/base64-js": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", - "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/base64id": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/base64id/-/base64id-2.0.0.tgz", - "integrity": "sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==", - "dev": true, - "engines": { - "node": "^4.5.0 || >= 5.9" - } - }, - "node_modules/batch": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", - "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==" - }, - "node_modules/bcrypt-pbkdf": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", - "integrity": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==", - "dev": true, - "dependencies": { - "tweetnacl": "^0.14.3" - } - }, - "node_modules/big.js": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", - "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", - "engines": { - "node": "*" - } - }, - "node_modules/binary-extensions": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", - "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", - "engines": { - "node": ">=8" - } - }, - "node_modules/bl": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", - "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", - "dev": true, - "dependencies": { - "buffer": "^5.5.0", - "inherits": "^2.0.4", - "readable-stream": "^3.4.0" - } - }, - "node_modules/bl/node_modules/buffer": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", - "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "dependencies": { - "base64-js": "^1.3.1", - "ieee754": "^1.1.13" - } - }, - "node_modules/bl/node_modules/inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", - "dev": true - }, - "node_modules/bl/node_modules/readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", - "dev": true, - "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/blocking-proxy": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/blocking-proxy/-/blocking-proxy-1.0.1.tgz", - "integrity": "sha512-KE8NFMZr3mN2E0HcvCgRtX7DjhiIQrwle+nSVJVC/yqFb9+xznHl2ZcoBp2L9qzkI4t4cBFJ1efXF8Dwi132RA==", - "dev": true, - "dependencies": { - "minimist": "^1.2.0" - }, - "bin": { - "blocking-proxy": "built/lib/bin.js" - }, - "engines": { - "node": ">=6.9.x" - } - }, - "node_modules/body-parser": { - "version": "1.20.2", - "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.2.tgz", - "integrity": "sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==", - "dependencies": { - "bytes": "3.1.2", - "content-type": "~1.0.5", - "debug": "2.6.9", - "depd": "2.0.0", - "destroy": "1.2.0", - "http-errors": "2.0.0", - "iconv-lite": "0.4.24", - "on-finished": "2.4.1", - "qs": "6.11.0", - "raw-body": "2.5.2", - "type-is": "~1.6.18", - "unpipe": "1.0.0" - }, - "engines": { - "node": ">= 0.8", - "npm": "1.2.8000 || >= 1.4.16" - } - }, - "node_modules/body-parser/node_modules/bytes": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", - "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/body-parser/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/body-parser/node_modules/on-finished": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", - "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", - "dependencies": { - "ee-first": "1.1.1" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/body-parser/node_modules/qs": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", - "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", - "dependencies": { - "side-channel": "^1.0.4" - }, - "engines": { - "node": ">=0.6" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/bonjour-service": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.2.1.tgz", - "integrity": "sha512-oSzCS2zV14bh2kji6vNe7vrpJYCHGvcZnlffFQ1MEoX/WOeQ/teD8SYWKR942OI3INjq8OMNJlbPK5LLLUxFDw==", - "dependencies": { - "fast-deep-equal": "^3.1.3", - "multicast-dns": "^7.2.5" - } - }, - "node_modules/boolbase": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", - "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", - "dev": true - }, - "node_modules/bootstrap": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.3.tgz", - "integrity": "sha512-8HLCdWgyoMguSO9o+aH+iuZ+aht+mzW0u3HIMzVu7Srrpv7EBBxTnrFlSCskwdY1+EOFQSm7uMJhNQHkdPcmjg==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/twbs" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/bootstrap" - } - ], - "peerDependencies": { - "@popperjs/core": "^2.11.8" - } - }, - "node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dev": true, - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "dependencies": { - "fill-range": "^7.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/browserslist": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz", - "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/browserslist" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "dependencies": { - "caniuse-lite": "^1.0.30001587", - "electron-to-chromium": "^1.4.668", - "node-releases": "^2.0.14", - "update-browserslist-db": "^1.0.13" - }, - "bin": { - "browserslist": "cli.js" - }, - "engines": { - "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" - } - }, - "node_modules/browserstack": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/browserstack/-/browserstack-1.6.1.tgz", - "integrity": "sha512-GxtFjpIaKdbAyzHfFDKixKO8IBT7wR3NjbzrGc78nNs/Ciys9wU3/nBtsqsWv5nDSrdI5tz0peKuzCPuNXNUiw==", - "dev": true, - "dependencies": { - "https-proxy-agent": "^2.2.1" - } - }, - "node_modules/buffer-from": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz", - "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==" - }, - "node_modules/builtin-modules": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz", - "integrity": "sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/builtins": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/builtins/-/builtins-5.0.1.tgz", - "integrity": "sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==", - "dev": true, - "dependencies": { - "semver": "^7.0.0" - } - }, - "node_modules/bundle-name": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/bundle-name/-/bundle-name-4.1.0.tgz", - "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==", - "dependencies": { - "run-applescript": "^7.0.0" - }, - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/bytes": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", - "integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/cacache": { - "version": "18.0.2", - "resolved": "https://registry.npmjs.org/cacache/-/cacache-18.0.2.tgz", - "integrity": "sha512-r3NU8h/P+4lVUHfeRw1dtgQYar3DZMm4/cm2bZgOvrFC/su7budSOeqh52VJIC4U4iG1WWwV6vRW0znqBvxNuw==", - "dev": true, - "dependencies": { - "@npmcli/fs": "^3.1.0", - "fs-minipass": "^3.0.0", - "glob": "^10.2.2", - "lru-cache": "^10.0.1", - "minipass": "^7.0.3", - "minipass-collect": "^2.0.1", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.4", - "p-map": "^4.0.0", - "ssri": "^10.0.0", - "tar": "^6.1.11", - "unique-filename": "^3.0.0" - }, - "engines": { - "node": "^16.14.0 || >=18.0.0" - } - }, - "node_modules/cacache/node_modules/brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", - "dev": true, - "dependencies": { - "balanced-match": "^1.0.0" - } - }, - "node_modules/cacache/node_modules/glob": { - "version": "10.3.10", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz", - "integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==", - "dev": true, - "dependencies": { - "foreground-child": "^3.1.0", - "jackspeak": "^2.3.5", - "minimatch": "^9.0.1", - "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0", - "path-scurry": "^1.10.1" - }, - "bin": { - "glob": "dist/esm/bin.mjs" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/cacache/node_modules/lru-cache": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz", - "integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==", - "dev": true, - "engines": { - "node": "14 || >=16.14" - } - }, - "node_modules/cacache/node_modules/minimatch": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", - "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", - "dev": true, - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/call-bind": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", - "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", - "dependencies": { - "es-define-property": "^1.0.0", - "es-errors": "^1.3.0", - "function-bind": "^1.1.2", - "get-intrinsic": "^1.2.4", - "set-function-length": "^1.2.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/caller-path": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-0.1.0.tgz", - "integrity": "sha1-lAhe9jWB7NPaqSREqP6U6CV3dR8=", - "dev": true, - "dependencies": { - "callsites": "^0.2.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/callsites": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-0.2.0.tgz", - "integrity": "sha1-r6uWJikQp/M8GaV3WCXGnzTjUMo=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/caniuse-lite": { - "version": "1.0.30001597", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001597.tgz", - "integrity": "sha512-7LjJvmQU6Sj7bL0j5b5WY/3n7utXUJvAe1lxhsHDbLmwX9mdL86Yjtr+5SRCyf8qME4M7pU2hswj0FpyBVCv9w==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/caniuse-lite" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ] - }, - "node_modules/caseless": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", - "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==", - "dev": true - }, - "node_modules/chalk": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", - "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", - "dev": true, - "dependencies": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/chardet": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz", - "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==", - "dev": true - }, - "node_modules/chokidar": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", - "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", - "dependencies": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - }, - "engines": { - "node": ">= 8.10.0" - }, - "funding": { - "url": "https://paulmillr.com/funding/" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - } - }, - "node_modules/chokidar/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/chownr": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", - "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", - "dev": true, - "engines": { - "node": ">=10" - } - }, - "node_modules/chrome-trace-event": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz", - "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==", - "engines": { - "node": ">=6.0" - } - }, - "node_modules/circular-json": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/circular-json/-/circular-json-0.3.3.tgz", - "integrity": "sha512-UZK3NBx2Mca+b5LsG7bY183pHWt5Y1xts4P3Pz7ENTwGVnJOUWbRb3ocjvX7hx9tq/yTAdclXm9sZ38gNuem4A==", - "deprecated": "CircularJSON is in maintenance only, flatted is its successor.", - "dev": true - }, - "node_modules/clean-stack": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", - "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/cli-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", - "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", - "dev": true, - "dependencies": { - "restore-cursor": "^3.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/cli-spinners": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.6.1.tgz", - "integrity": "sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==", - "dev": true, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/cli-width": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-2.2.0.tgz", - "integrity": "sha1-/xnt6Kml5XkyQUewwR8PvLq+1jk=", - "dev": true - }, - "node_modules/cliui": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", - "dev": true, - "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - } - }, - "node_modules/cliui/node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/cliui/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/cliui/node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/cliui/node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/clone": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", - "integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4=", - "dev": true, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/clone-deep": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", - "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", - "dev": true, - "dependencies": { - "is-plain-object": "^2.0.4", - "kind-of": "^6.0.2", - "shallow-clone": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/co": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", - "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=", - "dev": true, - "engines": { - "iojs": ">= 1.0.0", - "node": ">= 0.12.0" - } - }, - "node_modules/code-point-at": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", - "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/codelyzer": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/codelyzer/-/codelyzer-6.0.2.tgz", - "integrity": "sha512-v3+E0Ucu2xWJMOJ2fA/q9pDT/hlxHftHGPUay1/1cTgyPV5JTHFdO9hqo837Sx2s9vKBMTt5gO+lhF95PO6J+g==", - "dev": true, - "dependencies": { - "@angular/compiler": "9.0.0", - "@angular/core": "9.0.0", - "app-root-path": "^3.0.0", - "aria-query": "^3.0.0", - "axobject-query": "2.0.2", - "css-selector-tokenizer": "^0.7.1", - "cssauron": "^1.4.0", - "damerau-levenshtein": "^1.0.4", - "rxjs": "^6.5.3", - "semver-dsl": "^1.0.1", - "source-map": "^0.5.7", - "sprintf-js": "^1.1.2", - "tslib": "^1.10.0", - "zone.js": "~0.10.3" - }, - "peerDependencies": { - "@angular/compiler": ">=2.3.1 <13.0.0 || ^12.0.0-next || ^12.1.0-next || ^12.2.0-next", - "@angular/core": ">=2.3.1 <13.0.0 || ^12.0.0-next || ^12.1.0-next || ^12.2.0-next", - "tslint": "^5.0.0 || ^6.0.0" - } - }, - "node_modules/codelyzer/node_modules/@angular/compiler": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-9.0.0.tgz", - "integrity": "sha512-ctjwuntPfZZT2mNj2NDIVu51t9cvbhl/16epc5xEwyzyDt76pX9UgwvY+MbXrf/C/FWwdtmNtfP698BKI+9leQ==", - "dev": true, - "peerDependencies": { - "tslib": "^1.10.0" - } - }, - "node_modules/codelyzer/node_modules/@angular/core": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-9.0.0.tgz", - "integrity": "sha512-6Pxgsrf0qF9iFFqmIcWmjJGkkCaCm6V5QNnxMy2KloO3SDq6QuMVRbN9RtC8Urmo25LP+eZ6ZgYqFYpdD8Hd9w==", - "dev": true, - "peerDependencies": { - "rxjs": "^6.5.3", - "tslib": "^1.10.0", - "zone.js": "~0.10.2" - } - }, - "node_modules/codelyzer/node_modules/rxjs": { - "version": "6.6.7", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz", - "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", - "dev": true, - "dependencies": { - "tslib": "^1.9.0" - }, - "engines": { - "npm": ">=2.0.0" - } - }, - "node_modules/codelyzer/node_modules/zone.js": { - "version": "0.10.3", - "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.10.3.tgz", - "integrity": "sha512-LXVLVEq0NNOqK/fLJo3d0kfzd4sxwn2/h67/02pjCjfKDxgx1i9QqpvtHD8CrBnSSwMw5+dy11O7FRX5mkO7Cg==", - "dev": true - }, - "node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" - }, - "node_modules/colorette": { - "version": "2.0.20", - "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", - "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==", - "license": "MIT" - }, - "node_modules/colors": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz", - "integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==", - "dev": true, - "engines": { - "node": ">=0.1.90" - } - }, - "node_modules/combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", - "dev": true, - "dependencies": { - "delayed-stream": "~1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" - }, - "node_modules/common-path-prefix": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/common-path-prefix/-/common-path-prefix-3.0.0.tgz", - "integrity": "sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==", - "dev": true - }, - "node_modules/compressible": { - "version": "2.0.18", - "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", - "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", - "dependencies": { - "mime-db": ">= 1.43.0 < 2" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/compression": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", - "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", - "dependencies": { - "accepts": "~1.3.5", - "bytes": "3.0.0", - "compressible": "~2.0.16", - "debug": "2.6.9", - "on-headers": "~1.0.2", - "safe-buffer": "5.1.2", - "vary": "~1.1.2" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/compression/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", - "dev": true - }, - "node_modules/concat-stream": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", - "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", - "dev": true, - "engines": [ - "node >= 0.8" - ], - "dependencies": { - "buffer-from": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^2.2.2", - "typedarray": "^0.0.6" - } - }, - "node_modules/connect": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/connect/-/connect-3.7.0.tgz", - "integrity": "sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==", - "dev": true, - "dependencies": { - "debug": "2.6.9", - "finalhandler": "1.1.2", - "parseurl": "~1.3.3", - "utils-merge": "1.0.1" - }, - "engines": { - "node": ">= 0.10.0" - } - }, - "node_modules/connect-history-api-fallback": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz", - "integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==", - "engines": { - "node": ">=0.8" - } - }, - "node_modules/connect/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dev": true, - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/content-disposition": { - "version": "0.5.4", - "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", - "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", - "dependencies": { - "safe-buffer": "5.2.1" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/content-disposition/node_modules/safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/content-type": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", - "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz", - "integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==", - "dependencies": { - "safe-buffer": "~5.1.1" - } - }, - "node_modules/cookie": { - "version": "0.4.2", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz", - "integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==", "dev": true, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/cookie-signature": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", - "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==" + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ] }, - "node_modules/copy-anything": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-2.0.6.tgz", - "integrity": "sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==", + "node_modules/@rollup/rollup-freebsd-arm64": { + "version": "4.34.8", + "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.34.8.tgz", + "integrity": "sha512-IQNVXL9iY6NniYbTaOKdrlVP3XIqazBgJOVkddzJlqnCpRi/yAeSOa8PLcECFSQochzqApIOE1GHNu3pCz+BDA==", + "cpu": [ + "arm64" + ], "dev": true, - "dependencies": { - "is-what": "^3.14.1" - }, - "funding": { - "url": "https://github.com/sponsors/mesqueeb" - } + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ] }, - "node_modules/copy-webpack-plugin": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-11.0.0.tgz", - "integrity": "sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ==", + "node_modules/@rollup/rollup-freebsd-x64": { + "version": "4.34.8", + "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.34.8.tgz", + "integrity": "sha512-TYXcHghgnCqYFiE3FT5QwXtOZqDj5GmaFNTNt3jNC+vh22dc/ukG2cG+pi75QO4kACohZzidsq7yKTKwq/Jq7Q==", + "cpu": [ + "x64" + ], "dev": true, - "dependencies": { - "fast-glob": "^3.2.11", - "glob-parent": "^6.0.1", - "globby": "^13.1.1", - "normalize-path": "^3.0.0", - "schema-utils": "^4.0.0", - "serialize-javascript": "^6.0.0" - }, - "engines": { - "node": ">= 14.15.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^5.1.0" - } + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ] }, - "node_modules/copy-webpack-plugin/node_modules/ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "node_modules/@rollup/rollup-linux-arm-gnueabihf": { + "version": "4.34.8", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.34.8.tgz", + "integrity": "sha512-A4iphFGNkWRd+5m3VIGuqHnG3MVnqKe7Al57u9mwgbyZ2/xF9Jio72MaY7xxh+Y87VAHmGQr73qoKL9HPbXj1g==", + "cpu": [ + "arm" + ], "dev": true, - "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] }, - "node_modules/copy-webpack-plugin/node_modules/ajv-keywords": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", - "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", + "node_modules/@rollup/rollup-linux-arm-musleabihf": { + "version": "4.34.8", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.34.8.tgz", + "integrity": "sha512-S0lqKLfTm5u+QTxlFiAnb2J/2dgQqRy/XvziPtDd1rKZFXHTyYLoVL58M/XFwDI01AQCDIevGLbQrMAtdyanpA==", + "cpu": [ + "arm" + ], "dev": true, - "dependencies": { - "fast-deep-equal": "^3.1.3" - }, - "peerDependencies": { - "ajv": "^8.8.2" - } - }, - "node_modules/copy-webpack-plugin/node_modules/json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", - "dev": true + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] }, - "node_modules/copy-webpack-plugin/node_modules/schema-utils": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", - "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", + "node_modules/@rollup/rollup-linux-arm64-gnu": { + "version": "4.34.8", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.34.8.tgz", + "integrity": "sha512-jpz9YOuPiSkL4G4pqKrus0pn9aYwpImGkosRKwNi+sJSkz+WU3anZe6hi73StLOQdfXYXC7hUfsQlTnjMd3s1A==", + "cpu": [ + "arm64" + ], "dev": true, - "dependencies": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.9.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.1.0" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, - "node_modules/core-js": { - "version": "3.37.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.37.1.tgz", - "integrity": "sha512-Xn6qmxrQZyB0FFY8E3bgRXei3lWDJHhvI+u0q9TKIYM49G8pAr0FgnnrFRAmsbptZL1yxRADVXn+x5AGsbBfyw==", - "hasInstallScript": true, "license": "MIT", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/core-js" - } + "optional": true, + "os": [ + "linux" + ] }, - "node_modules/core-js-compat": { - "version": "3.36.0", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.36.0.tgz", - "integrity": "sha512-iV9Pd/PsgjNWBXeq8XRtWVSgz2tKAfhfvBs7qxYty+RlRd+OCksaWmOnc4JKrTc1cToXL1N0s3l/vwlxPtdElw==", + "node_modules/@rollup/rollup-linux-arm64-musl": { + "version": "4.34.8", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.34.8.tgz", + "integrity": "sha512-KdSfaROOUJXgTVxJNAZ3KwkRc5nggDk+06P6lgi1HLv1hskgvxHUKZ4xtwHkVYJ1Rep4GNo+uEfycCRRxht7+Q==", + "cpu": [ + "arm64" + ], "dev": true, - "dependencies": { - "browserslist": "^4.22.3" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/core-js" - } - }, - "node_modules/core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", - "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] }, - "node_modules/cors": { - "version": "2.8.5", - "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz", - "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==", + "node_modules/@rollup/rollup-linux-loong64-gnu": { + "version": "4.53.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.53.3.tgz", + "integrity": "sha512-JiuKcp2teLJwQ7vkJ95EwESWkNRFJD7TQgYmCnrPtlu50b4XvT5MOmurWNrCj3IFdyjBQ5p9vnrX4JM6I8OE7g==", + "cpu": [ + "loong64" + ], "dev": true, - "dependencies": { - "object-assign": "^4", - "vary": "^1" - }, - "engines": { - "node": ">= 0.10" - } + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] }, - "node_modules/cosmiconfig": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz", - "integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==", + "node_modules/@rollup/rollup-linux-loongarch64-gnu": { + "version": "4.34.8", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.34.8.tgz", + "integrity": "sha512-NyF4gcxwkMFRjgXBM6g2lkT58OWztZvw5KkV2K0qqSnUEqCVcqdh2jN4gQrTn/YUpAcNKyFHfoOZEer9nwo6uQ==", + "cpu": [ + "loong64" + ], "dev": true, - "dependencies": { - "env-paths": "^2.2.1", - "import-fresh": "^3.3.0", - "js-yaml": "^4.1.0", - "parse-json": "^5.2.0" - }, - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/d-fischer" - }, - "peerDependencies": { - "typescript": ">=4.9.5" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/cosmiconfig/node_modules/argparse": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", - "dev": true + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] }, - "node_modules/cosmiconfig/node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "node_modules/@rollup/rollup-linux-powerpc64le-gnu": { + "version": "4.34.8", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.34.8.tgz", + "integrity": "sha512-LMJc999GkhGvktHU85zNTDImZVUCJ1z/MbAJTnviiWmmjyckP5aQsHtcujMjpNdMZPT2rQEDBlJfubhs3jsMfw==", + "cpu": [ + "ppc64" + ], "dev": true, - "dependencies": { - "argparse": "^2.0.1" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] }, - "node_modules/create-require": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", - "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==", - "dev": true + "node_modules/@rollup/rollup-linux-ppc64-gnu": { + "version": "4.53.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.53.3.tgz", + "integrity": "sha512-EoGSa8nd6d3T7zLuqdojxC20oBfNT8nexBbB/rkxgKj5T5vhpAQKKnD+h3UkoMuTyXkP5jTjK/ccNRmQrPNDuw==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] }, - "node_modules/critters": { - "version": "0.0.22", - "resolved": "https://registry.npmjs.org/critters/-/critters-0.0.22.tgz", - "integrity": "sha512-NU7DEcQZM2Dy8XTKFHxtdnIM/drE312j2T4PCVaSUcS0oBeyT/NImpRw/Ap0zOr/1SE7SgPK9tGPg1WK/sVakw==", + "node_modules/@rollup/rollup-linux-riscv64-gnu": { + "version": "4.34.8", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.34.8.tgz", + "integrity": "sha512-xAQCAHPj8nJq1PI3z8CIZzXuXCstquz7cIOL73HHdXiRcKk8Ywwqtx2wrIy23EcTn4aZ2fLJNBB8d0tQENPCmw==", + "cpu": [ + "riscv64" + ], "dev": true, - "dependencies": { - "chalk": "^4.1.0", - "css-select": "^5.1.0", - "dom-serializer": "^2.0.0", - "domhandler": "^5.0.2", - "htmlparser2": "^8.0.2", - "postcss": "^8.4.23", - "postcss-media-query-parser": "^0.2.3" - } + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] }, - "node_modules/critters/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "node_modules/@rollup/rollup-linux-riscv64-musl": { + "version": "4.53.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.53.3.tgz", + "integrity": "sha512-68k2g7+0vs2u9CxDt5ktXTngsxOQkSEV/xBbwlqYcUrAVh6P9EgMZvFsnHy4SEiUl46Xf0IObWVbMvPrr2gw8A==", + "cpu": [ + "riscv64" + ], "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] }, - "node_modules/critters/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "node_modules/@rollup/rollup-linux-s390x-gnu": { + "version": "4.34.8", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.34.8.tgz", + "integrity": "sha512-DdePVk1NDEuc3fOe3dPPTb+rjMtuFw89gw6gVWxQFAuEqqSdDKnrwzZHrUYdac7A7dXl9Q2Vflxpme15gUWQFA==", + "cpu": [ + "s390x" + ], "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] }, - "node_modules/critters/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.34.8", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.34.8.tgz", + "integrity": "sha512-8y7ED8gjxITUltTUEJLQdgpbPh1sUQ0kMTmufRF/Ns5tI9TNMNlhWtmPKKHCU0SilX+3MJkZ0zERYYGIVBYHIA==", + "cpu": [ + "x64" + ], "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] }, - "node_modules/critters/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "node_modules/@rollup/rollup-linux-x64-musl": { + "version": "4.34.8", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.34.8.tgz", + "integrity": "sha512-SCXcP0ZpGFIe7Ge+McxY5zKxiEI5ra+GT3QRxL0pMMtxPfpyLAKleZODi1zdRHkz5/BhueUrYtYVgubqe9JBNQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] }, - "node_modules/critters/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "node_modules/@rollup/rollup-openharmony-arm64": { + "version": "4.53.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.53.3.tgz", + "integrity": "sha512-OueLAWgrNSPGAdUdIjSWXw+u/02BRTcnfw9PN41D2vq/JSEPnJnVuBgw18VkN8wcd4fjUs+jFHVM4t9+kBSNLw==", + "cpu": [ + "arm64" + ], "dev": true, - "engines": { - "node": ">=8" - } + "license": "MIT", + "optional": true, + "os": [ + "openharmony" + ] }, - "node_modules/critters/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "node_modules/@rollup/rollup-win32-arm64-msvc": { + "version": "4.34.8", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.34.8.tgz", + "integrity": "sha512-YHYsgzZgFJzTRbth4h7Or0m5O74Yda+hLin0irAIobkLQFRQd1qWmnoVfwmKm9TXIZVAD0nZ+GEb2ICicLyCnQ==", + "cpu": [ + "arm64" + ], "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] }, - "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", - "dependencies": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "engines": { - "node": ">= 8" - } + "node_modules/@rollup/rollup-win32-ia32-msvc": { + "version": "4.34.8", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.34.8.tgz", + "integrity": "sha512-r3NRQrXkHr4uWy5TOjTpTYojR9XmF0j/RYgKCef+Ag46FWUTltm5ziticv8LdNsDMehjJ543x/+TJAek/xBA2w==", + "cpu": [ + "ia32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] }, - "node_modules/cross-spawn/node_modules/shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", - "dependencies": { - "shebang-regex": "^3.0.0" - }, - "engines": { - "node": ">=8" - } + "node_modules/@rollup/rollup-win32-x64-gnu": { + "version": "4.53.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.53.3.tgz", + "integrity": "sha512-J9QDiOIZlZLdcot5NXEepDkstocktoVjkaKUtqzgzpt2yWjGlbYiKyp05rWwk4nypbYUNoFAztEgixoLaSETkg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] }, - "node_modules/cross-spawn/node_modules/shebang-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", - "engines": { - "node": ">=8" - } + "node_modules/@rollup/rollup-win32-x64-msvc": { + "version": "4.34.8", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.34.8.tgz", + "integrity": "sha512-U0FaE5O1BCpZSeE6gBl3c5ObhePQSfk9vDRToMmTkbhCOgW4jqvtS5LGyQ76L1fH8sM0keRp4uDTsbjiUyjk0g==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] }, - "node_modules/cross-spawn/node_modules/which": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "node_modules/@schematics/angular": { + "version": "19.2.15", + "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-19.2.15.tgz", + "integrity": "sha512-dz/eoFQKG09POSygpEDdlCehFIMo35HUM2rVV8lx9PfQEibpbGwl1NNQYEbqwVjTyCyD/ILyIXCWPE+EfTnG4g==", + "dev": true, + "license": "MIT", "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "node-which": "bin/node-which" + "@angular-devkit/core": "19.2.15", + "@angular-devkit/schematics": "19.2.15", + "jsonc-parser": "3.3.1" }, "engines": { - "node": ">= 8" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" } }, - "node_modules/css-loader": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.10.0.tgz", - "integrity": "sha512-LTSA/jWbwdMlk+rhmElbDR2vbtQoTBPr7fkJE+mxrHj+7ru0hUmHafDRzWIjIHTwpitWVaqY2/UWGRca3yUgRw==", + "node_modules/@schematics/angular/node_modules/@angular-devkit/core": { + "version": "19.2.15", + "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-19.2.15.tgz", + "integrity": "sha512-pU2RZYX6vhd7uLSdLwPnuBcr0mXJSjp3EgOXKsrlQFQZevc+Qs+2JdXgIElnOT/aDqtRtriDmLlSbtdE8n3ZbA==", "dev": true, + "license": "MIT", "dependencies": { - "icss-utils": "^5.1.0", - "postcss": "^8.4.33", - "postcss-modules-extract-imports": "^3.0.0", - "postcss-modules-local-by-default": "^4.0.4", - "postcss-modules-scope": "^3.1.1", - "postcss-modules-values": "^4.0.0", - "postcss-value-parser": "^4.2.0", - "semver": "^7.5.4" + "ajv": "8.17.1", + "ajv-formats": "3.0.1", + "jsonc-parser": "3.3.1", + "picomatch": "4.0.2", + "rxjs": "7.8.1", + "source-map": "0.7.4" }, "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" }, "peerDependencies": { - "@rspack/core": "0.x || 1.x", - "webpack": "^5.0.0" + "chokidar": "^4.0.0" }, "peerDependenciesMeta": { - "@rspack/core": { - "optional": true - }, - "webpack": { + "chokidar": { "optional": true } } }, - "node_modules/css-select": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz", - "integrity": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==", + "node_modules/@schematics/angular/node_modules/ajv": { + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", + "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", "dev": true, + "license": "MIT", "dependencies": { - "boolbase": "^1.0.0", - "css-what": "^6.1.0", - "domhandler": "^5.0.2", - "domutils": "^3.0.1", - "nth-check": "^2.0.1" + "fast-deep-equal": "^3.1.3", + "fast-uri": "^3.0.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/@schematics/angular/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true, + "license": "MIT" + }, + "node_modules/@schematics/angular/node_modules/picomatch": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz", + "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" }, "funding": { - "url": "https://github.com/sponsors/fb55" + "url": "https://github.com/sponsors/jonschlinkert" } }, - "node_modules/css-selector-tokenizer": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/css-selector-tokenizer/-/css-selector-tokenizer-0.7.3.tgz", - "integrity": "sha512-jWQv3oCEL5kMErj4wRnK/OPoBi0D+P1FR2cDCKYPaMeD2eW3/mttav8HT4hT1CKopiJI/psEULjkClhvJo4Lvg==", + "node_modules/@schematics/angular/node_modules/rxjs": { + "version": "7.8.1", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", + "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", "dev": true, + "license": "Apache-2.0", "dependencies": { - "cssesc": "^3.0.0", - "fastparse": "^1.1.2" + "tslib": "^2.1.0" } }, - "node_modules/css-what": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", - "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", + "node_modules/@schematics/angular/node_modules/source-map": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", + "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", "dev": true, + "license": "BSD-3-Clause", "engines": { - "node": ">= 6" - }, - "funding": { - "url": "https://github.com/sponsors/fb55" + "node": ">= 8" } }, - "node_modules/cssauron": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/cssauron/-/cssauron-1.4.0.tgz", - "integrity": "sha512-Ht70DcFBh+/ekjVrYS2PlDMdSQEl3OFNmjK6lcn49HptBgilXf/Zwg4uFh9Xn0pX3Q8YOkSjIFOfK2osvdqpBw==", + "node_modules/@shikijs/engine-oniguruma": { + "version": "1.29.2", + "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-1.29.2.tgz", + "integrity": "sha512-7iiOx3SG8+g1MnlzZVDYiaeHe7Ez2Kf2HrJzdmGwkRisT7r4rak0e655AcM/tF9JG/kg5fMNYlLLKglbN7gBqA==", "dev": true, + "license": "MIT", "dependencies": { - "through": "X.X.X" + "@shikijs/types": "1.29.2", + "@shikijs/vscode-textmate": "^10.0.1" } }, - "node_modules/cssesc": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", - "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", + "node_modules/@shikijs/types": { + "version": "1.29.2", + "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-1.29.2.tgz", + "integrity": "sha512-VJjK0eIijTZf0QSTODEXCqinjBn0joAHQ+aPSBzrv4O2d/QSbsMw+ZeSRx03kV34Hy7NzUvV/7NqfYGRLrASmw==", "dev": true, - "bin": { - "cssesc": "bin/cssesc" - }, - "engines": { - "node": ">=4" + "license": "MIT", + "dependencies": { + "@shikijs/vscode-textmate": "^10.0.1", + "@types/hast": "^3.0.4" } }, - "node_modules/custom-event": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/custom-event/-/custom-event-1.0.1.tgz", - "integrity": "sha1-XQKkaFCt8bSjF5RqOSj8y1v9BCU=", - "dev": true + "node_modules/@shikijs/vscode-textmate": { + "version": "10.0.2", + "resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-10.0.2.tgz", + "integrity": "sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==", + "dev": true, + "license": "MIT" }, - "node_modules/d": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/d/-/d-1.0.1.tgz", - "integrity": "sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==", + "node_modules/@sigstore/bundle": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@sigstore/bundle/-/bundle-3.1.0.tgz", + "integrity": "sha512-Mm1E3/CmDDCz3nDhFKTuYdB47EdRFRQMOE/EAbiG1MJW77/w1b3P7Qx7JSrVJs8PfwOLOVcKQCHErIwCTyPbag==", "dev": true, + "license": "Apache-2.0", "dependencies": { - "es5-ext": "^0.10.50", - "type": "^1.0.1" + "@sigstore/protobuf-specs": "^0.4.0" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" } }, - "node_modules/damerau-levenshtein": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz", - "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==", - "dev": true - }, - "node_modules/dashdash": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", - "integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==", + "node_modules/@sigstore/core": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@sigstore/core/-/core-2.0.0.tgz", + "integrity": "sha512-nYxaSb/MtlSI+JWcwTHQxyNmWeWrUXJJ/G4liLrGG7+tS4vAz6LF3xRXqLH6wPIVUoZQel2Fs4ddLx4NCpiIYg==", "dev": true, - "dependencies": { - "assert-plus": "^1.0.0" - }, + "license": "Apache-2.0", "engines": { - "node": ">=0.10" + "node": "^18.17.0 || >=20.5.0" } }, - "node_modules/date-format": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/date-format/-/date-format-4.0.6.tgz", - "integrity": "sha512-B9vvg5rHuQ8cbUXE/RMWMyX2YA5TecT3jKF5fLtGNlzPlU7zblSPmAm2OImDbWL+LDOQ6pUm+4LOFz+ywS41Zw==", + "node_modules/@sigstore/protobuf-specs": { + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.4.3.tgz", + "integrity": "sha512-fk2zjD9117RL9BjqEwF7fwv7Q/P9yGsMV4MUJZ/DocaQJ6+3pKr+syBq1owU5Q5qGw5CUbXzm+4yJ2JVRDQeSA==", "dev": true, + "license": "Apache-2.0", "engines": { - "node": ">=4.0" + "node": "^18.17.0 || >=20.5.0" } }, - "node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "node_modules/@sigstore/sign": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@sigstore/sign/-/sign-3.1.0.tgz", + "integrity": "sha512-knzjmaOHOov1Ur7N/z4B1oPqZ0QX5geUfhrVaqVlu+hl0EAoL4o+l0MSULINcD5GCWe3Z0+YJO8ues6vFlW0Yw==", + "dev": true, + "license": "Apache-2.0", "dependencies": { - "ms": "2.1.2" + "@sigstore/bundle": "^3.1.0", + "@sigstore/core": "^2.0.0", + "@sigstore/protobuf-specs": "^0.4.0", + "make-fetch-happen": "^14.0.2", + "proc-log": "^5.0.0", + "promise-retry": "^2.0.1" }, "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } + "node": "^18.17.0 || >=20.5.0" } }, - "node_modules/debug/node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" - }, - "node_modules/decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", + "node_modules/@sigstore/tuf": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-3.1.1.tgz", + "integrity": "sha512-eFFvlcBIoGwVkkwmTi/vEQFSva3xs5Ot3WmBcjgjVdiaoelBLQaQ/ZBfhlG0MnG0cmTYScPpk7eDdGDWUcFUmg==", "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@sigstore/protobuf-specs": "^0.4.1", + "tuf-js": "^3.0.1" + }, "engines": { - "node": ">=0.10.0" + "node": "^18.17.0 || >=20.5.0" } }, - "node_modules/deep-is": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz", - "integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=", - "dev": true - }, - "node_modules/default-browser": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.2.1.tgz", - "integrity": "sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==", + "node_modules/@sigstore/verify": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@sigstore/verify/-/verify-2.1.1.tgz", + "integrity": "sha512-hVJD77oT67aowHxwT4+M6PGOp+E2LtLdTK3+FC0lBO9T7sYwItDMXZ7Z07IDCvR1M717a4axbIWckrW67KMP/w==", + "dev": true, + "license": "Apache-2.0", "dependencies": { - "bundle-name": "^4.1.0", - "default-browser-id": "^5.0.0" + "@sigstore/bundle": "^3.1.0", + "@sigstore/core": "^2.0.0", + "@sigstore/protobuf-specs": "^0.4.1" }, "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": "^18.17.0 || >=20.5.0" } }, - "node_modules/default-browser-id": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.0.tgz", - "integrity": "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==", + "node_modules/@sindresorhus/merge-streams": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz", + "integrity": "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==", + "dev": true, + "license": "MIT", "engines": { "node": ">=18" }, @@ -7109,7267 +6427,7660 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/default-gateway": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz", - "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==", + "node_modules/@socket.io/component-emitter": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.0.tgz", + "integrity": "sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg==", + "dev": true + }, + "node_modules/@tsconfig/node10": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.9.tgz", + "integrity": "sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==", + "dev": true + }, + "node_modules/@tsconfig/node12": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz", + "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==", + "dev": true + }, + "node_modules/@tsconfig/node14": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz", + "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==", + "dev": true + }, + "node_modules/@tsconfig/node16": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz", + "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==", + "dev": true + }, + "node_modules/@tufjs/canonical-json": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@tufjs/canonical-json/-/canonical-json-2.0.0.tgz", + "integrity": "sha512-yVtV8zsdo8qFHe+/3kw81dSLyF7D576A5cCFCi4X7B39tWT7SekaEFUnvnWJHz+9qO7qJTah1JbrDjWKqFtdWA==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/@tufjs/models": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@tufjs/models/-/models-3.0.1.tgz", + "integrity": "sha512-UUYHISyhCU3ZgN8yaear3cGATHb3SMuKHsQ/nVbHXcmnBf+LzQ/cQfhNG+rfaSHgqGKNEm2cOCLVLELStUQ1JA==", + "dev": true, + "license": "MIT", "dependencies": { - "execa": "^5.0.0" + "@tufjs/canonical-json": "2.0.0", + "minimatch": "^9.0.5" }, "engines": { - "node": ">= 10" + "node": "^18.17.0 || >=20.5.0" } }, - "node_modules/defaults": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz", - "integrity": "sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=", + "node_modules/@tufjs/models/node_modules/brace-expansion": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", + "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==", "dev": true, + "license": "MIT", "dependencies": { - "clone": "^1.0.2" + "balanced-match": "^1.0.0" } }, - "node_modules/define-data-property": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", - "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", + "node_modules/@tufjs/models/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "license": "ISC", "dependencies": { - "es-define-property": "^1.0.0", - "es-errors": "^1.3.0", - "gopd": "^1.0.1" + "brace-expansion": "^2.0.1" }, "engines": { - "node": ">= 0.4" + "node": ">=16 || 14 >=14.17" }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/define-lazy-prop": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", - "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", + "node_modules/@types/babel__core": { + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", + "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", + "license": "MIT", + "peer": true, + "dependencies": { + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7", + "@types/babel__generator": "*", + "@types/babel__template": "*", + "@types/babel__traverse": "*" + } + }, + "node_modules/@types/babel__generator": { + "version": "7.27.0", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz", + "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==", + "license": "MIT", + "peer": true, + "dependencies": { + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__template": { + "version": "7.4.4", + "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", + "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", + "license": "MIT", + "peer": true, + "dependencies": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__traverse": { + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz", + "integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==", + "license": "MIT", + "peer": true, + "dependencies": { + "@babel/types": "^7.28.2" + } + }, + "node_modules/@types/body-parser": { + "version": "1.19.5", + "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.5.tgz", + "integrity": "sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==", "dev": true, - "engines": { - "node": ">=8" + "dependencies": { + "@types/connect": "*", + "@types/node": "*" } }, - "node_modules/del": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/del/-/del-2.2.2.tgz", - "integrity": "sha512-Z4fzpbIRjOu7lO5jCETSWoqUDVe0IPOlfugBsF6suen2LKDlVb4QZpKEM9P+buNJ4KI1eN7I083w/pbKUpsrWQ==", + "node_modules/@types/bonjour": { + "version": "3.5.13", + "resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.13.tgz", + "integrity": "sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==", "dev": true, "dependencies": { - "globby": "^5.0.0", - "is-path-cwd": "^1.0.0", - "is-path-in-cwd": "^1.0.0", - "object-assign": "^4.0.1", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0", - "rimraf": "^2.2.8" - }, - "engines": { - "node": ">=0.10.0" + "@types/node": "*" } }, - "node_modules/del/node_modules/globby": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-5.0.0.tgz", - "integrity": "sha512-HJRTIH2EeH44ka+LWig+EqT2ONSYpVlNfx6pyd592/VF1TbfljJ7elwie7oSwcViLGqOdWocSdu2txwBF9bjmQ==", + "node_modules/@types/connect": { + "version": "3.4.38", + "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz", + "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==", "dev": true, "dependencies": { - "array-union": "^1.0.1", - "arrify": "^1.0.0", - "glob": "^7.0.3", - "object-assign": "^4.0.1", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" + "@types/node": "*" } }, - "node_modules/del/node_modules/pify": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", + "node_modules/@types/connect-history-api-fallback": { + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.4.tgz", + "integrity": "sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==", "dev": true, - "engines": { - "node": ">=0.10.0" + "dependencies": { + "@types/express-serve-static-core": "*", + "@types/node": "*" } }, - "node_modules/delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "node_modules/@types/cors": { + "version": "2.8.19", + "resolved": "https://registry.npmjs.org/@types/cors/-/cors-2.8.19.tgz", + "integrity": "sha512-mFNylyeyqN93lfe/9CSxOGREz8cpzAhH+E93xJ4xWQf62V8sQ/24reV2nyzUWM6H6Xji+GGHpkbLe7pVoUEskg==", "dev": true, - "engines": { - "node": ">=0.4.0" + "license": "MIT", + "dependencies": { + "@types/node": "*" } }, - "node_modules/depd": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", - "engines": { - "node": ">= 0.8" + "node_modules/@types/eslint": { + "version": "9.6.1", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-9.6.1.tgz", + "integrity": "sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/estree": "*", + "@types/json-schema": "*" } }, - "node_modules/destroy": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", - "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", - "engines": { - "node": ">= 0.8", - "npm": "1.2.8000 || >= 1.4.16" + "node_modules/@types/eslint-scope": { + "version": "3.7.7", + "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz", + "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/eslint": "*", + "@types/estree": "*" } }, - "node_modules/detect-node": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz", - "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==" - }, - "node_modules/di": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/di/-/di-0.0.1.tgz", - "integrity": "sha1-gGZJMmzqp8qjMG112YXqJ0i6kTw=", - "dev": true - }, - "node_modules/diff": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", - "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", + "node_modules/@types/estree": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz", + "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==", "dev": true, - "engines": { - "node": ">=0.3.1" - } + "license": "MIT" }, - "node_modules/dir-glob": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", - "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", + "node_modules/@types/express": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz", + "integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==", "dev": true, "dependencies": { - "path-type": "^4.0.0" - }, - "engines": { - "node": ">=8" + "@types/body-parser": "*", + "@types/express-serve-static-core": "^4.17.33", + "@types/qs": "*", + "@types/serve-static": "*" } }, - "node_modules/dns-packet": { - "version": "5.6.1", - "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.6.1.tgz", - "integrity": "sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==", + "node_modules/@types/express-serve-static-core": { + "version": "4.17.43", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.43.tgz", + "integrity": "sha512-oaYtiBirUOPQGSWNGPWnzyAFJ0BP3cwvN4oWZQY+zUBwpVIGsKUkpBpSztp74drYcjavs7SKFZ4DX1V2QeN8rg==", + "dev": true, "dependencies": { - "@leichtgewicht/ip-codec": "^2.0.1" - }, - "engines": { - "node": ">=6" + "@types/node": "*", + "@types/qs": "*", + "@types/range-parser": "*", + "@types/send": "*" } }, - "node_modules/dom-serialize": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/dom-serialize/-/dom-serialize-2.2.1.tgz", - "integrity": "sha1-ViromZ9Evl6jB29UGdzVnrQ6yVs=", + "node_modules/@types/hast": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", + "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", "dev": true, + "license": "MIT", "dependencies": { - "custom-event": "~1.0.0", - "ent": "~2.2.0", - "extend": "^3.0.0", - "void-elements": "^2.0.0" + "@types/unist": "*" } }, - "node_modules/dom-serializer": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", - "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==", + "node_modules/@types/http-errors": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.4.tgz", + "integrity": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==", + "dev": true + }, + "node_modules/@types/http-proxy": { + "version": "1.17.17", + "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.17.tgz", + "integrity": "sha512-ED6LB+Z1AVylNTu7hdzuBqOgMnvG/ld6wGCG8wFnAzKX5uyW2K3WD52v0gnLCTK/VLpXtKckgWuyScYK6cSPaw==", "dev": true, + "license": "MIT", "dependencies": { - "domelementtype": "^2.3.0", - "domhandler": "^5.0.2", - "entities": "^4.2.0" - }, - "funding": { - "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" + "@types/node": "*" } }, - "node_modules/domelementtype": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", - "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", + "node_modules/@types/jasmine": { + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-5.1.4.tgz", + "integrity": "sha512-px7OMFO/ncXxixDe1zR13V1iycqWae0MxTaw62RpFlksUi5QuNWgQJFkTQjIOvrmutJbI7Fp2Y2N1F6D2R4G6w==", + "dev": true + }, + "node_modules/@types/json-schema": { + "version": "7.0.15", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", + "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/fb55" - } - ] + "license": "MIT" }, - "node_modules/domhandler": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz", - "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==", + "node_modules/@types/mime": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz", + "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==", + "dev": true + }, + "node_modules/@types/node": { + "version": "22.19.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.1.tgz", + "integrity": "sha512-LCCV0HdSZZZb34qifBsyWlUmok6W7ouER+oQIGBScS8EsZsQbrtFTUrDX4hOl+CS6p7cnNC4td+qrSVGSCTUfQ==", "dev": true, + "license": "MIT", "dependencies": { - "domelementtype": "^2.3.0" - }, - "engines": { - "node": ">= 4" - }, - "funding": { - "url": "https://github.com/fb55/domhandler?sponsor=1" + "undici-types": "~6.21.0" } }, - "node_modules/domutils": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz", - "integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==", + "node_modules/@types/node-forge": { + "version": "1.3.11", + "resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.11.tgz", + "integrity": "sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==", "dev": true, "dependencies": { - "dom-serializer": "^2.0.0", - "domelementtype": "^2.3.0", - "domhandler": "^5.0.3" - }, - "funding": { - "url": "https://github.com/fb55/domutils?sponsor=1" + "@types/node": "*" } }, - "node_modules/eastasianwidth": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", - "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==" + "node_modules/@types/qs": { + "version": "6.9.12", + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.12.tgz", + "integrity": "sha512-bZcOkJ6uWrL0Qb2NAWKa7TBU+mJHPzhx9jjLL1KHF+XpzEcR7EXHvjbHlGtR/IsP1vyPrehuS6XqkmaePy//mg==", + "dev": true }, - "node_modules/ecc-jsbn": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", - "integrity": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==", + "node_modules/@types/range-parser": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz", + "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==", + "dev": true + }, + "node_modules/@types/retry": { + "version": "0.12.2", + "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.2.tgz", + "integrity": "sha512-XISRgDJ2Tc5q4TRqvgJtzsRkFYNJzZrhTdtMoGVBttwzzQJkPnS3WWTFc7kuDRoPtPakl+T+OfdEUjYJj7Jbow==", + "dev": true + }, + "node_modules/@types/send": { + "version": "0.17.4", + "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz", + "integrity": "sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==", "dev": true, "dependencies": { - "jsbn": "~0.1.0", - "safer-buffer": "^2.1.0" + "@types/mime": "^1", + "@types/node": "*" } }, - "node_modules/ee-first": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" - }, - "node_modules/electron-to-chromium": { - "version": "1.4.705", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.705.tgz", - "integrity": "sha512-LKqhpwJCLhYId2VVwEzFXWrqQI5n5zBppz1W9ehhTlfYU8CUUW6kClbN8LHF/v7flMgRdETS772nqywJ+ckVAw==" - }, - "node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" - }, - "node_modules/emojis-list": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", - "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", - "engines": { - "node": ">= 4" + "node_modules/@types/serve-index": { + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.4.tgz", + "integrity": "sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==", + "dev": true, + "dependencies": { + "@types/express": "*" } }, - "node_modules/encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=", - "engines": { - "node": ">= 0.8" + "node_modules/@types/serve-static": { + "version": "1.15.5", + "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.5.tgz", + "integrity": "sha512-PDRk21MnK70hja/YF8AHfC7yIsiQHn1rcXx7ijCFBX/k+XQJhQT/gw3xekXKJvx+5SXaMMS8oqQy09Mzvz2TuQ==", + "dev": true, + "dependencies": { + "@types/http-errors": "*", + "@types/mime": "*", + "@types/node": "*" } }, - "node_modules/encoding": { - "version": "0.1.13", - "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", - "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", - "optional": true, + "node_modules/@types/sockjs": { + "version": "0.3.36", + "resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.36.tgz", + "integrity": "sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==", + "dev": true, "dependencies": { - "iconv-lite": "^0.6.2" + "@types/node": "*" } }, - "node_modules/encoding/node_modules/iconv-lite": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", - "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", - "optional": true, + "node_modules/@types/unist": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", + "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/ws": { + "version": "8.5.10", + "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.10.tgz", + "integrity": "sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==", + "dev": true, "dependencies": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - }, - "engines": { - "node": ">=0.10.0" + "@types/node": "*" } }, - "node_modules/engine.io-parser": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.2.1.tgz", - "integrity": "sha512-9JktcM3u18nU9N2Lz3bWeBgxVgOKpw7yhRaoxQA3FUDZzzw+9WlA6p4G4u0RixNkg14fH7EfEc/RhpurtiROTQ==", + "node_modules/@vitejs/plugin-basic-ssl": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-basic-ssl/-/plugin-basic-ssl-1.2.0.tgz", + "integrity": "sha512-mkQnxTkcldAzIsomk1UuLfAu9n+kpQ3JbHcpCp7d2Oo6ITtji8pHS3QToOWjhPFvNQSnhlkAjmGbhv2QvwO/7Q==", "dev": true, + "license": "MIT", "engines": { - "node": ">=10.0.0" + "node": ">=14.21.3" + }, + "peerDependencies": { + "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0" } }, - "node_modules/enhanced-resolve": { - "version": "5.16.1", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.16.1.tgz", - "integrity": "sha512-4U5pNsuDl0EhuZpq46M5xPslstkviJuhrdobaRDBk2Jy2KO37FDAJl4lb2KlNabxT0m4MTK2UHNrsAcphE8nyw==", + "node_modules/@webassemblyjs/ast": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.14.1.tgz", + "integrity": "sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==", + "dev": true, "license": "MIT", "dependencies": { - "graceful-fs": "^4.2.4", - "tapable": "^2.2.0" - }, - "engines": { - "node": ">=10.13.0" + "@webassemblyjs/helper-numbers": "1.13.2", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2" } }, - "node_modules/ent": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/ent/-/ent-2.2.0.tgz", - "integrity": "sha1-6WQhkyWiHQX0RGai9obtbOX13R0=", - "dev": true + "node_modules/@webassemblyjs/floating-point-hex-parser": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.13.2.tgz", + "integrity": "sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==", + "dev": true, + "license": "MIT" }, - "node_modules/entities": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", - "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", + "node_modules/@webassemblyjs/helper-api-error": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.13.2.tgz", + "integrity": "sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==", "dev": true, - "engines": { - "node": ">=0.12" - }, - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" - } + "license": "MIT" }, - "node_modules/env-paths": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz", - "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==", + "node_modules/@webassemblyjs/helper-buffer": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.14.1.tgz", + "integrity": "sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==", "dev": true, - "engines": { - "node": ">=6" + "license": "MIT" + }, + "node_modules/@webassemblyjs/helper-numbers": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.13.2.tgz", + "integrity": "sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@webassemblyjs/floating-point-hex-parser": "1.13.2", + "@webassemblyjs/helper-api-error": "1.13.2", + "@xtuc/long": "4.2.2" } }, - "node_modules/err-code": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz", - "integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==", - "dev": true + "node_modules/@webassemblyjs/helper-wasm-bytecode": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.13.2.tgz", + "integrity": "sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==", + "dev": true, + "license": "MIT" }, - "node_modules/errno": { - "version": "0.1.8", - "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.8.tgz", - "integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==", + "node_modules/@webassemblyjs/helper-wasm-section": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.14.1.tgz", + "integrity": "sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==", "dev": true, - "optional": true, + "license": "MIT", "dependencies": { - "prr": "~1.0.1" - }, - "bin": { - "errno": "cli.js" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-buffer": "1.14.1", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/wasm-gen": "1.14.1" } }, - "node_modules/error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", - "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "node_modules/@webassemblyjs/ieee754": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.13.2.tgz", + "integrity": "sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==", "dev": true, + "license": "MIT", "dependencies": { - "is-arrayish": "^0.2.1" + "@xtuc/ieee754": "^1.2.0" } }, - "node_modules/es-define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", - "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", + "node_modules/@webassemblyjs/leb128": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.13.2.tgz", + "integrity": "sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==", + "dev": true, + "license": "Apache-2.0", "dependencies": { - "get-intrinsic": "^1.2.4" - }, - "engines": { - "node": ">= 0.4" + "@xtuc/long": "4.2.2" } }, - "node_modules/es-errors": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", - "engines": { - "node": ">= 0.4" + "node_modules/@webassemblyjs/utf8": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.13.2.tgz", + "integrity": "sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/@webassemblyjs/wasm-edit": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.14.1.tgz", + "integrity": "sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-buffer": "1.14.1", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/helper-wasm-section": "1.14.1", + "@webassemblyjs/wasm-gen": "1.14.1", + "@webassemblyjs/wasm-opt": "1.14.1", + "@webassemblyjs/wasm-parser": "1.14.1", + "@webassemblyjs/wast-printer": "1.14.1" } }, - "node_modules/es-module-lexer": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.4.1.tgz", - "integrity": "sha512-cXLGjP0c4T3flZJKQSuziYoq7MlT+rnvfZjfp7h+I7K9BNX54kP9nyWvdbwjQ4u1iWbOL4u96fgeZLToQlZC7w==" + "node_modules/@webassemblyjs/wasm-gen": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.14.1.tgz", + "integrity": "sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/ieee754": "1.13.2", + "@webassemblyjs/leb128": "1.13.2", + "@webassemblyjs/utf8": "1.13.2" + } }, - "node_modules/es5-ext": { - "version": "0.10.64", - "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.64.tgz", - "integrity": "sha512-p2snDhiLaXe6dahss1LddxqEm+SkuDvV8dnIQG0MWjyHpcMNfXKPE+/Cc0y+PhxJX3A4xGNeFCj5oc0BUh6deg==", + "node_modules/@webassemblyjs/wasm-opt": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.14.1.tgz", + "integrity": "sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==", "dev": true, - "hasInstallScript": true, + "license": "MIT", "dependencies": { - "es6-iterator": "^2.0.3", - "es6-symbol": "^3.1.3", - "esniff": "^2.0.1", - "next-tick": "^1.1.0" - }, - "engines": { - "node": ">=0.10" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-buffer": "1.14.1", + "@webassemblyjs/wasm-gen": "1.14.1", + "@webassemblyjs/wasm-parser": "1.14.1" } }, - "node_modules/es6-iterator": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz", - "integrity": "sha1-p96IkUGgWpSwhUQDstCg+/qY87c=", + "node_modules/@webassemblyjs/wasm-parser": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.14.1.tgz", + "integrity": "sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==", "dev": true, + "license": "MIT", "dependencies": { - "d": "1", - "es5-ext": "^0.10.35", - "es6-symbol": "^3.1.1" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-api-error": "1.13.2", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/ieee754": "1.13.2", + "@webassemblyjs/leb128": "1.13.2", + "@webassemblyjs/utf8": "1.13.2" } }, - "node_modules/es6-map": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/es6-map/-/es6-map-0.1.5.tgz", - "integrity": "sha1-kTbgUD3MBqMBaQ8LsU/042TpSfA=", + "node_modules/@webassemblyjs/wast-printer": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.14.1.tgz", + "integrity": "sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==", "dev": true, + "license": "MIT", "dependencies": { - "d": "1", - "es5-ext": "~0.10.14", - "es6-iterator": "~2.0.1", - "es6-set": "~0.1.5", - "es6-symbol": "~3.1.1", - "event-emitter": "~0.3.5" + "@webassemblyjs/ast": "1.14.1", + "@xtuc/long": "4.2.2" } }, - "node_modules/es6-promise": { - "version": "4.2.8", - "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.8.tgz", - "integrity": "sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==", + "node_modules/@xtuc/ieee754": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", + "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", + "dev": true, + "license": "BSD-3-Clause" + }, + "node_modules/@xtuc/long": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", + "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", + "dev": true, + "license": "Apache-2.0" + }, + "node_modules/@yarnpkg/lockfile": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz", + "integrity": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==", "dev": true }, - "node_modules/es6-promisify": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/es6-promisify/-/es6-promisify-5.0.0.tgz", - "integrity": "sha512-C+d6UdsYDk0lMebHNR4S2NybQMMngAOnOwYBQjTOiv0MkoJMP0Myw2mgpDLBcpfCmRLxyFqYhS/CfOENq4SJhQ==", + "node_modules/abbrev": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-3.0.1.tgz", + "integrity": "sha512-AO2ac6pjRB3SJmGJo+v5/aK6Omggp6fsLrs6wN9bd35ulu4cCwaAU9+7ZhXjeqHVkaHThLuzH0nZr0YpCDhygg==", "dev": true, + "license": "ISC", + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/abort-controller": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", + "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", "dependencies": { - "es6-promise": "^4.0.3" + "event-target-shim": "^5.0.0" + }, + "engines": { + "node": ">=6.5" } }, - "node_modules/es6-set": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/es6-set/-/es6-set-0.1.5.tgz", - "integrity": "sha1-0rPsXU2ADO2BjbU40ol02wpzzLE=", + "node_modules/accepts": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", + "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", "dev": true, "dependencies": { - "d": "1", - "es5-ext": "~0.10.14", - "es6-iterator": "~2.0.1", - "es6-symbol": "3.1.1", - "event-emitter": "~0.3.5" + "mime-types": "~2.1.34", + "negotiator": "0.6.3" + }, + "engines": { + "node": ">= 0.6" } }, - "node_modules/es6-set/node_modules/es6-symbol": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.1.tgz", - "integrity": "sha1-vwDvT9q2uhtG7Le2KbTH7VcVzHc=", + "node_modules/acorn": { + "version": "8.15.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz", + "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", "dev": true, - "dependencies": { - "d": "1", - "es5-ext": "~0.10.14" + "license": "MIT", + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" } }, - "node_modules/es6-symbol": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.3.tgz", - "integrity": "sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==", + "node_modules/acorn-import-phases": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/acorn-import-phases/-/acorn-import-phases-1.0.4.tgz", + "integrity": "sha512-wKmbr/DDiIXzEOiWrTTUcDm24kQ2vGfZQvM2fwg2vXqR5uW6aapr7ObPtj1th32b9u90/Pf4AItvdTh42fBmVQ==", "dev": true, - "dependencies": { - "d": "^1.0.1", - "ext": "^1.1.2" + "license": "MIT", + "peer": true, + "engines": { + "node": ">=10.13.0" + }, + "peerDependencies": { + "acorn": "^8.14.0" } }, - "node_modules/es6-weak-map": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.3.tgz", - "integrity": "sha512-p5um32HOTO1kP+w7PRnB+5lQ43Z6muuMuIMffvDN8ZB4GcnjLBV6zGStpbASIMk4DCAvEaamhe2zhyCb/QXXsA==", + "node_modules/acorn-walk": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.2.tgz", + "integrity": "sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==", "dev": true, - "dependencies": { - "d": "1", - "es5-ext": "^0.10.46", - "es6-iterator": "^2.0.3", - "es6-symbol": "^3.1.1" + "engines": { + "node": ">=0.4.0" } }, - "node_modules/esbuild": { - "version": "0.20.1", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.20.1.tgz", - "integrity": "sha512-OJwEgrpWm/PCMsLVWXKqvcjme3bHNpOgN7Tb6cQnR5n0TPbQx1/Xrn7rqM+wn17bYeT6MGB5sn1Bh5YiGi70nA==", + "node_modules/adjust-sourcemap-loader": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz", + "integrity": "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==", "dev": true, - "hasInstallScript": true, - "optional": true, - "bin": { - "esbuild": "bin/esbuild" + "dependencies": { + "loader-utils": "^2.0.0", + "regex-parser": "^2.2.11" }, "engines": { - "node": ">=12" + "node": ">=8.9" + } + }, + "node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" }, - "optionalDependencies": { - "@esbuild/aix-ppc64": "0.20.1", - "@esbuild/android-arm": "0.20.1", - "@esbuild/android-arm64": "0.20.1", - "@esbuild/android-x64": "0.20.1", - "@esbuild/darwin-arm64": "0.20.1", - "@esbuild/darwin-x64": "0.20.1", - "@esbuild/freebsd-arm64": "0.20.1", - "@esbuild/freebsd-x64": "0.20.1", - "@esbuild/linux-arm": "0.20.1", - "@esbuild/linux-arm64": "0.20.1", - "@esbuild/linux-ia32": "0.20.1", - "@esbuild/linux-loong64": "0.20.1", - "@esbuild/linux-mips64el": "0.20.1", - "@esbuild/linux-ppc64": "0.20.1", - "@esbuild/linux-riscv64": "0.20.1", - "@esbuild/linux-s390x": "0.20.1", - "@esbuild/linux-x64": "0.20.1", - "@esbuild/netbsd-x64": "0.20.1", - "@esbuild/openbsd-x64": "0.20.1", - "@esbuild/sunos-x64": "0.20.1", - "@esbuild/win32-arm64": "0.20.1", - "@esbuild/win32-ia32": "0.20.1", - "@esbuild/win32-x64": "0.20.1" + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" } }, - "node_modules/esbuild-wasm": { - "version": "0.20.1", - "resolved": "https://registry.npmjs.org/esbuild-wasm/-/esbuild-wasm-0.20.1.tgz", - "integrity": "sha512-6v/WJubRsjxBbQdz6izgvx7LsVFvVaGmSdwrFHmEzoVgfXL89hkKPoQHsnVI2ngOkcBUQT9kmAM1hVL1k/Av4A==", + "node_modules/ajv-formats": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz", + "integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==", "dev": true, - "bin": { - "esbuild": "bin/esbuild" + "license": "MIT", + "dependencies": { + "ajv": "^8.0.0" }, - "engines": { - "node": ">=12" + "peerDependencies": { + "ajv": "^8.0.0" + }, + "peerDependenciesMeta": { + "ajv": { + "optional": true + } } }, - "node_modules/escalade": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", - "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", - "engines": { - "node": ">=6" + "node_modules/ajv-formats/node_modules/ajv": { + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", + "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3", + "fast-uri": "^3.0.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" } }, - "node_modules/escape-html": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" + "node_modules/ajv-formats/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true, + "license": "MIT" }, - "node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "node_modules/ansi-colors": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz", + "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==", + "dev": true, "engines": { - "node": ">=0.8.0" + "node": ">=6" } }, - "node_modules/escope": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/escope/-/escope-3.6.0.tgz", - "integrity": "sha1-4Bl16BJ4GhY6ba392AOY3GTIicM=", + "node_modules/ansi-escapes": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.2.0.tgz", + "integrity": "sha512-g6LhBsl+GBPRWGWsBtutpzBYuIIdBkLEvad5C/va/74Db018+5TZiyA26cZJAr3Rft5lprVqOIPxf5Vid6tqAw==", "dev": true, + "license": "MIT", "dependencies": { - "es6-map": "^0.1.3", - "es6-weak-map": "^2.0.1", - "esrecurse": "^4.1.0", - "estraverse": "^4.1.1" + "environment": "^1.0.0" }, "engines": { - "node": ">=0.4.0" + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/eslint": { - "version": "9.2.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.2.0.tgz", - "integrity": "sha512-0n/I88vZpCOzO+PQpt0lbsqmn9AsnsJAQseIqhZFI8ibQT0U1AkEKRxA3EVMos0BoHSXDQvCXY25TUjB5tr8Og==", + "node_modules/ansi-html-community": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz", + "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==", "dev": true, - "license": "MIT", - "dependencies": { - "@eslint-community/eslint-utils": "^4.2.0", - "@eslint-community/regexpp": "^4.6.1", - "@eslint/eslintrc": "^3.0.2", - "@eslint/js": "9.2.0", - "@humanwhocodes/config-array": "^0.13.0", - "@humanwhocodes/module-importer": "^1.0.1", - "@humanwhocodes/retry": "^0.2.3", - "@nodelib/fs.walk": "^1.2.8", - "ajv": "^6.12.4", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.3.2", - "escape-string-regexp": "^4.0.0", - "eslint-scope": "^8.0.1", - "eslint-visitor-keys": "^4.0.0", - "espree": "^10.0.1", - "esquery": "^1.4.2", - "esutils": "^2.0.2", - "fast-deep-equal": "^3.1.3", - "file-entry-cache": "^8.0.0", - "find-up": "^5.0.0", - "glob-parent": "^6.0.2", - "ignore": "^5.2.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "is-path-inside": "^3.0.3", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash.merge": "^4.6.2", - "minimatch": "^3.1.2", - "natural-compare": "^1.4.0", - "optionator": "^0.9.3", - "strip-ansi": "^6.0.1", - "text-table": "^0.2.0" - }, + "engines": [ + "node >= 0.8.0" + ], "bin": { - "eslint": "bin/eslint.js" + "ansi-html": "bin/ansi-html" + } + }, + "node_modules/ansi-regex": { + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz", + "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==", + "license": "MIT", + "engines": { + "node": ">=12" }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/ansi-styles": { + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz", + "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==", + "license": "MIT", "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + "node": ">=12" }, "funding": { - "url": "https://opencollective.com/eslint" + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", - "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", + "node_modules/anymatch": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", + "dev": true, + "license": "ISC", "dependencies": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" }, "engines": { - "node": ">=8.0.0" + "node": ">= 8" } }, - "node_modules/eslint-visitor-keys": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", - "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", + "node_modules/anymatch/node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", "dev": true, + "license": "MIT", "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": ">=8.6" }, "funding": { - "url": "https://opencollective.com/eslint" + "url": "https://github.com/sponsors/jonschlinkert" } }, - "node_modules/eslint/node_modules/acorn-jsx": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", - "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", + "node_modules/arg": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", + "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==", + "dev": true + }, + "node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", "dev": true, - "license": "MIT", - "peerDependencies": { - "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" - } + "license": "Python-2.0" }, - "node_modules/eslint/node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "node_modules/array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==", "dev": true, - "engines": { - "node": ">=8" - } + "license": "MIT" }, - "node_modules/eslint/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "node_modules/autoprefixer": { + "version": "10.4.20", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.20.tgz", + "integrity": "sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==", "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/autoprefixer" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", "dependencies": { - "color-convert": "^2.0.1" + "browserslist": "^4.23.3", + "caniuse-lite": "^1.0.30001646", + "fraction.js": "^4.3.7", + "normalize-range": "^0.1.2", + "picocolors": "^1.0.1", + "postcss-value-parser": "^4.2.0" + }, + "bin": { + "autoprefixer": "bin/autoprefixer" }, "engines": { - "node": ">=8" + "node": "^10 || ^12 || >=14" }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "peerDependencies": { + "postcss": "^8.1.0" } }, - "node_modules/eslint/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "node_modules/babel-loader": { + "version": "9.2.1", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-9.2.1.tgz", + "integrity": "sha512-fqe8naHt46e0yIdkjUZYqddSXfej3AHajX+CSO5X7oy0EmPc6o5Xh+RClNoHjnieWz9AW4kZxW9yyFMhVB1QLA==", "dev": true, + "license": "MIT", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "find-cache-dir": "^4.0.0", + "schema-utils": "^4.0.0" }, "engines": { - "node": ">=10" + "node": ">= 14.15.0" }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "peerDependencies": { + "@babel/core": "^7.12.0", + "webpack": ">=5" } }, - "node_modules/eslint/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "node_modules/babel-plugin-polyfill-corejs2": { + "version": "0.4.14", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.14.tgz", + "integrity": "sha512-Co2Y9wX854ts6U8gAAPXfn0GmAyctHuK8n0Yhfjd6t30g7yvKjspvvOo9yG+z52PZRgFErt7Ka2pYnXCjLKEpg==", "dev": true, + "license": "MIT", "dependencies": { - "color-name": "~1.1.4" + "@babel/compat-data": "^7.27.7", + "@babel/helper-define-polyfill-provider": "^0.6.5", + "semver": "^6.3.1" }, - "engines": { - "node": ">=7.0.0" + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" } }, - "node_modules/eslint/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + } }, - "node_modules/eslint/node_modules/escape-string-regexp": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "node_modules/babel-plugin-polyfill-corejs3": { + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.11.1.tgz", + "integrity": "sha512-yGCqvBT4rwMczo28xkH/noxJ6MZ4nJfkVYdoDaC/utLtWrXxv27HVrzAeSbqR8SxDsp46n0YF47EbHoixy6rXQ==", "dev": true, - "engines": { - "node": ">=10" + "license": "MIT", + "dependencies": { + "@babel/helper-define-polyfill-provider": "^0.6.3", + "core-js-compat": "^3.40.0" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" } }, - "node_modules/eslint/node_modules/eslint-scope": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.0.1.tgz", - "integrity": "sha512-pL8XjgP4ZOmmwfFE8mEhSxA7ZY4C+LWyqjQ3o4yWkkmD0qcMT9kkW3zWHOczhWcjTSgqycYAgwSlXvZltv65og==", + "node_modules/babel-plugin-polyfill-regenerator": { + "version": "0.6.5", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.5.tgz", + "integrity": "sha512-ISqQ2frbiNU9vIJkzg7dlPpznPZ4jOiUQ1uSmB0fEHeowtN3COYRsXr/xexn64NpU13P06jc/L5TgiJXOgrbEg==", "dev": true, - "license": "BSD-2-Clause", + "license": "MIT", "dependencies": { - "esrecurse": "^4.3.0", - "estraverse": "^5.2.0" + "@babel/helper-define-polyfill-provider": "^0.6.5" }, + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/balanced-match": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=", + "dev": true + }, + "node_modules/base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/base64id": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/base64id/-/base64id-2.0.0.tgz", + "integrity": "sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==", + "dev": true, + "license": "MIT", "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" + "node": "^4.5.0 || >= 5.9" } }, - "node_modules/eslint/node_modules/eslint-visitor-keys": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz", - "integrity": "sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==", - "dev": true, + "node_modules/baseline-browser-mapping": { + "version": "2.8.31", + "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.31.tgz", + "integrity": "sha512-a28v2eWrrRWPpJSzxc+mKwm0ZtVx/G8SepdQZDArnXYU/XS+IF6mp8aB/4E+hH1tyGCoDo3KlUCdlSxGDsRkAw==", "license": "Apache-2.0", - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" + "bin": { + "baseline-browser-mapping": "dist/cli.js" } }, - "node_modules/eslint/node_modules/espree": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/espree/-/espree-10.0.1.tgz", - "integrity": "sha512-MWkrWZbJsL2UwnjxTX3gG8FneachS/Mwg7tdGXce011sJd5b0JG54vat5KHnfSBODZ3Wvzd2WnjxyzsRoVv+ww==", + "node_modules/batch": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", + "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==", + "dev": true + }, + "node_modules/beasties": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/beasties/-/beasties-0.3.2.tgz", + "integrity": "sha512-p4AF8uYzm9Fwu8m/hSVTCPXrRBPmB34hQpHsec2KOaR9CZmgoU8IOv4Cvwq4hgz2p4hLMNbsdNl5XeA6XbAQwA==", "dev": true, - "license": "BSD-2-Clause", + "license": "Apache-2.0", "dependencies": { - "acorn": "^8.11.3", - "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^4.0.0" + "css-select": "^5.1.0", + "css-what": "^6.1.0", + "dom-serializer": "^2.0.0", + "domhandler": "^5.0.3", + "htmlparser2": "^10.0.0", + "picocolors": "^1.1.1", + "postcss": "^8.4.49", + "postcss-media-query-parser": "^0.2.3" }, "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" + "node": ">=14.0.0" } }, - "node_modules/eslint/node_modules/estraverse": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "node_modules/big.js": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", + "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", "dev": true, - "license": "BSD-2-Clause", "engines": { - "node": ">=4.0" + "node": "*" } }, - "node_modules/eslint/node_modules/find-up": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", - "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", + "node_modules/binary-extensions": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", + "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", "dev": true, - "dependencies": { - "locate-path": "^6.0.0", - "path-exists": "^4.0.0" - }, + "license": "MIT", "engines": { - "node": ">=10" + "node": ">=8" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/eslint/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "node_modules/bl": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", + "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", "dev": true, - "engines": { - "node": ">=8" + "dependencies": { + "buffer": "^5.5.0", + "inherits": "^2.0.4", + "readable-stream": "^3.4.0" } }, - "node_modules/eslint/node_modules/ignore": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz", - "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==", + "node_modules/bl/node_modules/buffer": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", "dev": true, - "engines": { - "node": ">= 4" + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" } }, - "node_modules/eslint/node_modules/is-path-inside": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", - "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", - "dev": true, - "engines": { - "node": ">=8" - } + "node_modules/bl/node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "dev": true }, - "node_modules/eslint/node_modules/levn": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", - "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", + "node_modules/bl/node_modules/readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", "dev": true, "dependencies": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" }, "engines": { - "node": ">= 0.8.0" + "node": ">= 6" } }, - "node_modules/eslint/node_modules/locate-path": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", - "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "node_modules/body-parser": { + "version": "1.20.3", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz", + "integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==", "dev": true, + "license": "MIT", "dependencies": { - "p-locate": "^5.0.0" + "bytes": "3.1.2", + "content-type": "~1.0.5", + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "on-finished": "2.4.1", + "qs": "6.13.0", + "raw-body": "2.5.2", + "type-is": "~1.6.18", + "unpipe": "1.0.0" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" } }, - "node_modules/eslint/node_modules/optionator": { - "version": "0.9.3", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz", - "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==", + "node_modules/body-parser/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dev": true, "dependencies": { - "@aashutoshrathi/word-wrap": "^1.2.3", - "deep-is": "^0.1.3", - "fast-levenshtein": "^2.0.6", - "levn": "^0.4.1", - "prelude-ls": "^1.2.1", - "type-check": "^0.4.0" - }, - "engines": { - "node": ">= 0.8.0" + "ms": "2.0.0" } }, - "node_modules/eslint/node_modules/p-limit": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", - "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "node_modules/body-parser/node_modules/on-finished": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", + "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", "dev": true, "dependencies": { - "yocto-queue": "^0.1.0" + "ee-first": "1.1.1" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">= 0.8" } }, - "node_modules/eslint/node_modules/p-locate": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", - "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "node_modules/body-parser/node_modules/qs": { + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz", + "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { - "p-limit": "^3.0.2" + "side-channel": "^1.0.6" }, "engines": { - "node": ">=10" + "node": ">=0.6" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/eslint/node_modules/path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "dev": true, - "engines": { - "node": ">=8" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/eslint/node_modules/prelude-ls": { + "node_modules/bonjour-service": { "version": "1.2.1", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", - "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", - "dev": true, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/eslint/node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.2.1.tgz", + "integrity": "sha512-oSzCS2zV14bh2kji6vNe7vrpJYCHGvcZnlffFQ1MEoX/WOeQ/teD8SYWKR942OI3INjq8OMNJlbPK5LLLUxFDw==", "dev": true, "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" + "fast-deep-equal": "^3.1.3", + "multicast-dns": "^7.2.5" } }, - "node_modules/eslint/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "node_modules/boolbase": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", + "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } + "license": "ISC" }, - "node_modules/eslint/node_modules/type-check": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", - "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", - "dev": true, - "dependencies": { - "prelude-ls": "^1.2.1" - }, - "engines": { - "node": ">= 0.8.0" + "node_modules/bootstrap": { + "version": "5.3.8", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.8.tgz", + "integrity": "sha512-HP1SZDqaLDPwsNiqRqi5NcP0SSXciX2s9E+RyqJIIqGo+vJeN5AJVM98CXmW/Wux0nQ5L7jeWUdplCEf0Ee+tg==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/twbs" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/bootstrap" + } + ], + "license": "MIT", + "peerDependencies": { + "@popperjs/core": "^2.11.8" } }, - "node_modules/eslint/node_modules/yocto-queue": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", - "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "node_modules/brace-expansion": { + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", + "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" } }, - "node_modules/esniff": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/esniff/-/esniff-2.0.1.tgz", - "integrity": "sha512-kTUIGKQ/mDPFoJ0oVfcmyJn4iBDRptjNVIzwIFR7tqWXdVI9xfA2RMwY/gbSpJG3lkdWNEjLap/NqVHZiJsdfg==", + "node_modules/braces": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", "dev": true, + "license": "MIT", "dependencies": { - "d": "^1.0.1", - "es5-ext": "^0.10.62", - "event-emitter": "^0.3.5", - "type": "^2.7.2" + "fill-range": "^7.1.1" }, "engines": { - "node": ">=0.10" + "node": ">=8" } }, - "node_modules/esniff/node_modules/type": { - "version": "2.7.2", - "resolved": "https://registry.npmjs.org/type/-/type-2.7.2.tgz", - "integrity": "sha512-dzlvlNlt6AXU7EBSfpAscydQ7gXB+pPGsPnfJnZpiNJBDj7IaJzQlBZYGdEi4R9HmPdBv2XmWJ6YUtoTa7lmCw==", - "dev": true - }, - "node_modules/espree": { - "version": "3.5.4", - "resolved": "https://registry.npmjs.org/espree/-/espree-3.5.4.tgz", - "integrity": "sha512-yAcIQxtmMiB/jL32dzEp2enBeidsB7xWPLNiw3IIkpVds1P+h7qF9YwJq1yUNzp2OKXgAprs4F61ih66UsoD1A==", - "dev": true, + "node_modules/browserslist": { + "version": "4.28.0", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.0.tgz", + "integrity": "sha512-tbydkR/CxfMwelN0vwdP/pLkDwyAASZ+VfWm4EOwlB6SWhx1sYnWLqo8N5j0rAzPfzfRaxt0mM/4wPU/Su84RQ==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", "dependencies": { - "acorn": "^5.5.0", - "acorn-jsx": "^3.0.0" + "baseline-browser-mapping": "^2.8.25", + "caniuse-lite": "^1.0.30001754", + "electron-to-chromium": "^1.5.249", + "node-releases": "^2.0.27", + "update-browserslist-db": "^1.1.4" }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/espree/node_modules/acorn": { - "version": "5.7.4", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.4.tgz", - "integrity": "sha512-1D++VG7BhrtvQpNbBzovKNc1FLGGEE/oGe7b9xJm/RFHMBeUaUGpluV9RLjZa47YFdPcDAenEYuq9pQPcMdLJg==", - "dev": true, "bin": { - "acorn": "bin/acorn" + "browserslist": "cli.js" }, "engines": { - "node": ">=0.4.0" + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" } }, - "node_modules/esprima": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", - "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", - "dev": true, - "bin": { - "esparse": "bin/esparse.js", - "esvalidate": "bin/esvalidate.js" - }, - "engines": { - "node": ">=4" - } + "node_modules/buffer-from": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz", + "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==", + "dev": true }, - "node_modules/esquery": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz", - "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==", + "node_modules/bundle-name": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/bundle-name/-/bundle-name-4.1.0.tgz", + "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==", "dev": true, "dependencies": { - "estraverse": "^5.1.0" + "run-applescript": "^7.0.0" }, "engines": { - "node": ">=0.10" + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/esquery/node_modules/estraverse": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "node_modules/bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", "dev": true, + "license": "MIT", "engines": { - "node": ">=4.0" + "node": ">= 0.8" } }, - "node_modules/esrecurse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", - "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "node_modules/cacache": { + "version": "19.0.1", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-19.0.1.tgz", + "integrity": "sha512-hdsUxulXCi5STId78vRVYEtDAjq99ICAUktLTeTYsLoTE6Z8dS0c8pWNCxwdrk9YfJeobDZc2Y186hD/5ZQgFQ==", + "dev": true, + "license": "ISC", "dependencies": { - "estraverse": "^5.2.0" + "@npmcli/fs": "^4.0.0", + "fs-minipass": "^3.0.0", + "glob": "^10.2.2", + "lru-cache": "^10.0.1", + "minipass": "^7.0.3", + "minipass-collect": "^2.0.1", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.4", + "p-map": "^7.0.2", + "ssri": "^12.0.0", + "tar": "^7.4.3", + "unique-filename": "^4.0.0" }, "engines": { - "node": ">=4.0" - } - }, - "node_modules/esrecurse/node_modules/estraverse": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", - "engines": { - "node": ">=4.0" - } - }, - "node_modules/estraverse": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.2.0.tgz", - "integrity": "sha1-De4/7TH81GlhjOc0IJn8GvoL2xM=", - "engines": { - "node": ">=0.10.0" + "node": "^18.17.0 || >=20.5.0" } }, - "node_modules/esutils": { + "node_modules/cacache/node_modules/brace-expansion": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz", - "integrity": "sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/etag": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", - "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/event-emitter": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/event-emitter/-/event-emitter-0.3.5.tgz", - "integrity": "sha1-34xp7vFkeSPHFXuc6DhAYQsCzDk=", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", + "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==", "dev": true, + "license": "MIT", "dependencies": { - "d": "1", - "es5-ext": "~0.10.14" - } - }, - "node_modules/event-target-shim": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", - "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==", - "engines": { - "node": ">=6" - } - }, - "node_modules/eventemitter3": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", - "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==" - }, - "node_modules/events": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", - "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", - "engines": { - "node": ">=0.8.x" + "balanced-match": "^1.0.0" } }, - "node_modules/eventsource": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-2.0.2.tgz", - "integrity": "sha512-IzUmBGPR3+oUG9dUeXynyNmf91/3zUSJg1lCktzKw47OXuhco54U3r9B7O4XX+Rb1Itm9OZ2b0RkTs10bICOxA==", + "node_modules/cacache/node_modules/chownr": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-3.0.0.tgz", + "integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==", + "dev": true, + "license": "BlueOak-1.0.0", "engines": { - "node": ">=12.0.0" + "node": ">=18" } }, - "node_modules/execa": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", - "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", + "node_modules/cacache/node_modules/glob": { + "version": "10.5.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz", + "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==", + "dev": true, + "license": "ISC", "dependencies": { - "cross-spawn": "^7.0.3", - "get-stream": "^6.0.0", - "human-signals": "^2.1.0", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.1", - "onetime": "^5.1.2", - "signal-exit": "^3.0.3", - "strip-final-newline": "^2.0.0" + "foreground-child": "^3.1.0", + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" }, - "engines": { - "node": ">=10" + "bin": { + "glob": "dist/esm/bin.mjs" }, "funding": { - "url": "https://github.com/sindresorhus/execa?sponsor=1" + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/exit": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", - "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==", + "node_modules/cacache/node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", "dev": true, - "engines": { - "node": ">= 0.8.0" - } + "license": "ISC" }, - "node_modules/exit-hook": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/exit-hook/-/exit-hook-1.1.1.tgz", - "integrity": "sha1-8FyiM7SMBdVP/wd2XfhQfpXAL/g=", + "node_modules/cacache/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/exponential-backoff": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.1.tgz", - "integrity": "sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==", - "dev": true - }, - "node_modules/express": { - "version": "4.18.3", - "resolved": "https://registry.npmjs.org/express/-/express-4.18.3.tgz", - "integrity": "sha512-6VyCijWQ+9O7WuVMTRBTl+cjNNIzD5cY5mQ1WM8r/LEkI2u8EYpOotESNwzNlyCn3g+dmjKYI6BmNneSr/FSRw==", + "license": "ISC", "dependencies": { - "accepts": "~1.3.8", - "array-flatten": "1.1.1", - "body-parser": "1.20.2", - "content-disposition": "0.5.4", - "content-type": "~1.0.4", - "cookie": "0.5.0", - "cookie-signature": "1.0.6", - "debug": "2.6.9", - "depd": "2.0.0", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "finalhandler": "1.2.0", - "fresh": "0.5.2", - "http-errors": "2.0.0", - "merge-descriptors": "1.0.1", - "methods": "~1.1.2", - "on-finished": "2.4.1", - "parseurl": "~1.3.3", - "path-to-regexp": "0.1.7", - "proxy-addr": "~2.0.7", - "qs": "6.11.0", - "range-parser": "~1.2.1", - "safe-buffer": "5.2.1", - "send": "0.18.0", - "serve-static": "1.15.0", - "setprototypeof": "1.2.0", - "statuses": "2.0.1", - "type-is": "~1.6.18", - "utils-merge": "1.0.1", - "vary": "~1.1.2" + "brace-expansion": "^2.0.1" }, "engines": { - "node": ">= 0.10.0" - } - }, - "node_modules/express/node_modules/cookie": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", - "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/express/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/express/node_modules/finalhandler": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", - "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", - "dependencies": { - "debug": "2.6.9", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "on-finished": "2.4.1", - "parseurl": "~1.3.3", - "statuses": "2.0.1", - "unpipe": "~1.0.0" + "node_modules/cacache/node_modules/tar": { + "version": "7.5.2", + "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.2.tgz", + "integrity": "sha512-7NyxrTE4Anh8km8iEy7o0QYPs+0JKBTj5ZaqHg6B39erLg0qYXN3BijtShwbsNSvQ+LN75+KV+C4QR/f6Gwnpg==", + "dev": true, + "license": "BlueOak-1.0.0", + "dependencies": { + "@isaacs/fs-minipass": "^4.0.0", + "chownr": "^3.0.0", + "minipass": "^7.1.2", + "minizlib": "^3.1.0", + "yallist": "^5.0.0" }, "engines": { - "node": ">= 0.8" + "node": ">=18" } }, - "node_modules/express/node_modules/on-finished": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", - "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", + "node_modules/cacache/node_modules/yallist": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz", + "integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==", + "dev": true, + "license": "BlueOak-1.0.0", + "engines": { + "node": ">=18" + } + }, + "node_modules/call-bind-apply-helpers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", + "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", + "dev": true, + "license": "MIT", "dependencies": { - "ee-first": "1.1.1" + "es-errors": "^1.3.0", + "function-bind": "^1.1.2" }, "engines": { - "node": ">= 0.8" + "node": ">= 0.4" } }, - "node_modules/express/node_modules/qs": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", - "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", + "node_modules/call-bound": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz", + "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==", + "dev": true, + "license": "MIT", "dependencies": { - "side-channel": "^1.0.4" + "call-bind-apply-helpers": "^1.0.2", + "get-intrinsic": "^1.3.0" }, "engines": { - "node": ">=0.6" + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/express/node_modules/safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "node_modules/caniuse-lite": { + "version": "1.0.30001757", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001757.tgz", + "integrity": "sha512-r0nnL/I28Zi/yjk1el6ilj27tKcdjLsNqAOZr0yVjWPrSQyHgKI2INaEWw21bAQSv2LXRt1XuCS/GomNpWOxsQ==", "funding": [ { - "type": "github", - "url": "https://github.com/sponsors/feross" + "type": "opencollective", + "url": "https://opencollective.com/browserslist" }, { - "type": "patreon", - "url": "https://www.patreon.com/feross" + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" }, { - "type": "consulting", - "url": "https://feross.org/support" + "type": "github", + "url": "https://github.com/sponsors/ai" } - ] + ], + "license": "CC-BY-4.0" }, - "node_modules/express/node_modules/statuses": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", - "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "node_modules/chardet": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/chardet/-/chardet-2.1.1.tgz", + "integrity": "sha512-PsezH1rqdV9VvyNhxxOW32/d75r01NY7TQCmOqomRo15ZSOKbpTFVsfjghxo6JloQUCGnH4k1LGu0R4yCLlWQQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/chokidar": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz", + "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==", + "license": "MIT", + "dependencies": { + "readdirp": "^4.0.1" + }, "engines": { - "node": ">= 0.8" + "node": ">= 14.16.0" + }, + "funding": { + "url": "https://paulmillr.com/funding/" } }, - "node_modules/ext": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/ext/-/ext-1.6.0.tgz", - "integrity": "sha512-sdBImtzkq2HpkdRLtlLWDa6w4DX22ijZLKx8BMPUuKe1c5lbN6xwQDQCxSfxBQnHZ13ls/FH0MQZx/q/gr6FQg==", + "node_modules/chownr": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", + "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", "dev": true, - "dependencies": { - "type": "^2.5.0" + "license": "ISC", + "engines": { + "node": ">=10" } }, - "node_modules/ext/node_modules/type": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/type/-/type-2.6.0.tgz", - "integrity": "sha512-eiDBDOmkih5pMbo9OqsqPRGMljLodLcwd5XD5JbtNB0o89xZAwynY9EdCDsJU7LtcVCClu9DvM7/0Ep1hYX3EQ==", - "dev": true - }, - "node_modules/extend": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", - "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", - "dev": true + "node_modules/chrome-trace-event": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz", + "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==", + "dev": true, + "engines": { + "node": ">=6.0" + } }, - "node_modules/external-editor": { + "node_modules/cli-cursor": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz", - "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", + "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", "dev": true, "dependencies": { - "chardet": "^0.7.0", - "iconv-lite": "^0.4.24", - "tmp": "^0.0.33" + "restore-cursor": "^3.1.0" }, "engines": { - "node": ">=4" + "node": ">=8" } }, - "node_modules/extsprintf": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", - "integrity": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==", + "node_modules/cli-spinners": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.6.1.tgz", + "integrity": "sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==", "dev": true, - "engines": [ - "node >=0.6.0" - ] - }, - "node_modules/fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" - }, - "node_modules/fast-glob": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz", - "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==", - "dependencies": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" - }, "engines": { - "node": ">=8.6.0" + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/fast-glob/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "node_modules/cli-truncate": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-4.0.0.tgz", + "integrity": "sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==", + "dev": true, + "license": "MIT", "dependencies": { - "is-glob": "^4.0.1" + "slice-ansi": "^5.0.0", + "string-width": "^7.0.0" }, "engines": { - "node": ">= 6" + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" - }, - "node_modules/fast-levenshtein": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", - "dev": true - }, - "node_modules/fastparse": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/fastparse/-/fastparse-1.1.2.tgz", - "integrity": "sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ==", - "dev": true - }, - "node_modules/fastq": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz", - "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==", - "dependencies": { - "reusify": "^1.0.4" + "node_modules/cli-truncate/node_modules/is-fullwidth-code-point": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz", + "integrity": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/faye-websocket": { - "version": "0.11.4", - "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz", - "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==", + "node_modules/cli-truncate/node_modules/slice-ansi": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-5.0.0.tgz", + "integrity": "sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==", + "dev": true, + "license": "MIT", "dependencies": { - "websocket-driver": ">=0.5.1" + "ansi-styles": "^6.0.0", + "is-fullwidth-code-point": "^4.0.0" }, "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/fetch-cookie": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fetch-cookie/-/fetch-cookie-2.1.0.tgz", - "integrity": "sha512-39+cZRbWfbibmj22R2Jy6dmTbAWC+oqun1f1FzQaNurkPDUP4C38jpeZbiXCR88RKRVDp8UcDrbFXkNhN+NjYg==", - "dependencies": { - "set-cookie-parser": "^2.4.8", - "tough-cookie": "^4.0.0" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/slice-ansi?sponsor=1" } }, - "node_modules/fetch-cookie/node_modules/tough-cookie": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz", - "integrity": "sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==", + "node_modules/cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dev": true, "dependencies": { - "psl": "^1.1.33", - "punycode": "^2.1.1", - "universalify": "^0.2.0", - "url-parse": "^1.5.3" - }, - "engines": { - "node": ">=6" + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" } }, - "node_modules/fetch-cookie/node_modules/universalify": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz", - "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==", + "node_modules/cliui/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, "engines": { - "node": ">= 4.0.0" + "node": ">=8" } }, - "node_modules/figures": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", - "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", + "node_modules/cliui/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true, - "dependencies": { - "escape-string-regexp": "^1.0.5" - }, "engines": { "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/file-entry-cache": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz", - "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==", + "node_modules/cliui/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dev": true, - "license": "MIT", "dependencies": { - "flat-cache": "^4.0.0" + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" }, "engines": { - "node": ">=16.0.0" + "node": ">=8" } }, - "node_modules/file-entry-cache/node_modules/flat-cache": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz", - "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==", + "node_modules/cliui/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "dev": true, - "license": "MIT", "dependencies": { - "flatted": "^3.2.9", - "keyv": "^4.5.4" + "ansi-regex": "^5.0.1" }, "engines": { - "node": ">=16" + "node": ">=8" } }, - "node_modules/file-loader": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz", - "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==", - "dependencies": { - "loader-utils": "^2.0.0", - "schema-utils": "^3.0.0" - }, + "node_modules/clone": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", + "integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4=", + "dev": true, "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0" + "node": ">=0.8" } }, - "node_modules/fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "node_modules/clone-deep": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", + "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", + "dev": true, + "license": "MIT", "dependencies": { - "to-regex-range": "^5.0.1" + "is-plain-object": "^2.0.4", + "kind-of": "^6.0.2", + "shallow-clone": "^3.0.0" }, "engines": { - "node": ">=8" + "node": ">=6" } }, - "node_modules/finalhandler": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", - "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", + "node_modules/clone-deep/node_modules/is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", "dev": true, + "license": "MIT", "dependencies": { - "debug": "2.6.9", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "statuses": "~1.5.0", - "unpipe": "~1.0.0" + "isobject": "^3.0.1" }, "engines": { - "node": ">= 0.8" + "node": ">=0.10.0" } }, - "node_modules/finalhandler/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "node_modules/colorette": { + "version": "2.0.20", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", + "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==", "dev": true, - "dependencies": { - "ms": "2.0.0" + "license": "MIT" + }, + "node_modules/colors": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz", + "integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==", + "dev": true, + "engines": { + "node": ">=0.1.90" } }, - "node_modules/find-cache-dir": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-4.0.0.tgz", - "integrity": "sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==", + "node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true + }, + "node_modules/common-path-prefix": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/common-path-prefix/-/common-path-prefix-3.0.0.tgz", + "integrity": "sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==", + "dev": true, + "license": "ISC" + }, + "node_modules/compressible": { + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", + "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", "dev": true, "dependencies": { - "common-path-prefix": "^3.0.0", - "pkg-dir": "^7.0.0" + "mime-db": ">= 1.43.0 < 2" }, "engines": { - "node": ">=14.16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">= 0.6" } }, - "node_modules/find-up": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-6.3.0.tgz", - "integrity": "sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==", + "node_modules/compression": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/compression/-/compression-1.8.1.tgz", + "integrity": "sha512-9mAqGPHLakhCLeNyxPkK4xVo746zQ/czLH1Ky+vkitMnWfWZps8r0qXuwhwizagCRttsL4lfG4pIOvaWLpAP0w==", "dev": true, + "license": "MIT", "dependencies": { - "locate-path": "^7.1.0", - "path-exists": "^5.0.0" + "bytes": "3.1.2", + "compressible": "~2.0.18", + "debug": "2.6.9", + "negotiator": "~0.6.4", + "on-headers": "~1.1.0", + "safe-buffer": "5.2.1", + "vary": "~1.1.2" }, "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">= 0.8.0" } }, - "node_modules/flat": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz", - "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==", + "node_modules/compression/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dev": true, - "bin": { - "flat": "cli.js" + "dependencies": { + "ms": "2.0.0" } }, - "node_modules/flat-cache": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-1.3.4.tgz", - "integrity": "sha512-VwyB3Lkgacfik2vhqR4uv2rvebqmDvFu4jlN/C1RzWoJEo8I7z4Q404oiqYCkq41mni8EzQnm95emU9seckwtg==", + "node_modules/compression/node_modules/negotiator": { + "version": "0.6.4", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.4.tgz", + "integrity": "sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==", "dev": true, - "dependencies": { - "circular-json": "^0.3.1", - "graceful-fs": "^4.1.2", - "rimraf": "~2.6.2", - "write": "^0.2.1" - }, + "license": "MIT", "engines": { - "node": ">=0.10.0" + "node": ">= 0.6" } }, - "node_modules/flatted": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz", - "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==", + "node_modules/compression/node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", "dev": true, - "license": "ISC" - }, - "node_modules/follow-redirects": { - "version": "1.15.6", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz", - "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==", "funding": [ { - "type": "individual", - "url": "https://github.com/sponsors/RubenVerborgh" + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" } ], - "engines": { - "node": ">=4.0" - }, - "peerDependenciesMeta": { - "debug": { - "optional": true - } - } + "license": "MIT" }, - "node_modules/font-awesome": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/font-awesome/-/font-awesome-4.7.0.tgz", - "integrity": "sha1-j6jPBBGhoxr9B7BtKQK7n8gVoTM=", - "engines": { - "node": ">=0.10.3" - } + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", + "dev": true }, - "node_modules/foreground-child": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz", - "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==", + "node_modules/connect": { + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/connect/-/connect-3.7.0.tgz", + "integrity": "sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==", + "dev": true, "dependencies": { - "cross-spawn": "^7.0.0", - "signal-exit": "^4.0.1" + "debug": "2.6.9", + "finalhandler": "1.1.2", + "parseurl": "~1.3.3", + "utils-merge": "1.0.1" }, "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" + "node": ">= 0.10.0" } }, - "node_modules/foreground-child/node_modules/signal-exit": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", - "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "node_modules/connect-history-api-fallback": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz", + "integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==", + "dev": true, "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" + "node": ">=0.8" } }, - "node_modules/forever-agent": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", - "integrity": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==", + "node_modules/connect/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dev": true, - "engines": { - "node": "*" + "dependencies": { + "ms": "2.0.0" } }, - "node_modules/form-data": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", - "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", + "node_modules/content-disposition": { + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", + "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", "dev": true, + "license": "MIT", "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", - "mime-types": "^2.1.12" + "safe-buffer": "5.2.1" }, - "engines": { - "node": ">= 0.12" - } - }, - "node_modules/forwarded": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", - "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", "engines": { "node": ">= 0.6" } }, - "node_modules/fraction.js": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz", - "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==", + "node_modules/content-disposition/node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", "dev": true, - "engines": { - "node": "*" - }, - "funding": { - "type": "patreon", - "url": "https://github.com/sponsors/rawify" - } - }, - "node_modules/fresh": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", - "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", - "engines": { - "node": ">= 0.6" - } + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" }, - "node_modules/front-matter": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/front-matter/-/front-matter-2.1.2.tgz", - "integrity": "sha1-91mDufL0E75ljJPf172M5AePXNs=", + "node_modules/content-type": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", + "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", "dev": true, - "dependencies": { - "js-yaml": "^3.4.6" + "engines": { + "node": ">= 0.6" } }, - "node_modules/fs-extra": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-3.0.1.tgz", - "integrity": "sha1-N5TzeMWLNC6n27sjCVEJxLO2IpE=", - "dev": true, + "node_modules/convert-source-map": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz", + "integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==", "dependencies": { - "graceful-fs": "^4.1.2", - "jsonfile": "^3.0.0", - "universalify": "^0.1.0" + "safe-buffer": "~5.1.1" } }, - "node_modules/fs-minipass": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-3.0.3.tgz", - "integrity": "sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw==", + "node_modules/cookie": { + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz", + "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==", "dev": true, - "dependencies": { - "minipass": "^7.0.3" - }, + "license": "MIT", "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": ">= 0.6" } }, - "node_modules/fs-monkey": { + "node_modules/cookie-signature": { "version": "1.0.6", - "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.6.tgz", - "integrity": "sha512-b1FMfwetIKymC0eioW7mTywihSQE4oLzQn1dB6rZB5fx/3NpNEdAWeCSMB+60/AeT0TCXsxzAlcYVEFCTAksWg==", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==", "dev": true, - "license": "Unlicense" - }, - "node_modules/fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", - "dev": true - }, - "node_modules/fsevents": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", - "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", - "hasInstallScript": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" - } - }, - "node_modules/function-bind": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } + "license": "MIT" }, - "node_modules/generate-function": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/generate-function/-/generate-function-2.3.1.tgz", - "integrity": "sha512-eeB5GfMNeevm/GRYq20ShmsaGcmI81kIX2K9XQx5miC8KdHaC6Jm0qQ8ZNeGOi7wYB8OsdxKs+Y2oVuTFuVwKQ==", + "node_modules/copy-anything": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-2.0.6.tgz", + "integrity": "sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==", "dev": true, + "license": "MIT", "dependencies": { - "is-property": "^1.0.2" + "is-what": "^3.14.1" + }, + "funding": { + "url": "https://github.com/sponsors/mesqueeb" } }, - "node_modules/generate-object-property": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz", - "integrity": "sha1-nA4cQDCM6AT0eDYYuTf6iPmdUNA=", + "node_modules/copy-webpack-plugin": { + "version": "12.0.2", + "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-12.0.2.tgz", + "integrity": "sha512-SNwdBeHyII+rWvee/bTnAYyO8vfVdcSTud4EIb6jcZ8inLeWucJE0DnxXQBjlQ5zlteuuvooGQy3LIyGxhvlOA==", "dev": true, + "license": "MIT", "dependencies": { - "is-property": "^1.0.0" - } - }, - "node_modules/gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", - "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/get-caller-file": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", - "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "fast-glob": "^3.3.2", + "glob-parent": "^6.0.1", + "globby": "^14.0.0", + "normalize-path": "^3.0.0", + "schema-utils": "^4.2.0", + "serialize-javascript": "^6.0.2" + }, "engines": { - "node": "6.* || 8.* || >= 10.*" + "node": ">= 18.12.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.1.0" } }, - "node_modules/get-intrinsic": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", - "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", + "node_modules/copy-webpack-plugin/node_modules/fast-glob": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz", + "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==", + "dev": true, + "license": "MIT", "dependencies": { - "es-errors": "^1.3.0", - "function-bind": "^1.1.2", - "has-proto": "^1.0.1", - "has-symbols": "^1.0.3", - "hasown": "^2.0.0" + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.8" }, "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": ">=8.6.0" } }, - "node_modules/get-package-type": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", - "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==", + "node_modules/copy-webpack-plugin/node_modules/fast-glob/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dev": true, + "license": "ISC", + "dependencies": { + "is-glob": "^4.0.1" + }, "engines": { - "node": ">=8.0.0" + "node": ">= 6" } }, - "node_modules/get-stream": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", - "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", - "engines": { - "node": ">=10" - }, + "node_modules/core-js": { + "version": "3.47.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.47.0.tgz", + "integrity": "sha512-c3Q2VVkGAUyupsjRnaNX6u8Dq2vAdzm9iuPj5FW0fRxzlxgq9Q39MDq10IvmQSpLgHQNyQzQmOo6bgGHmH3NNg==", + "hasInstallScript": true, + "license": "MIT", "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "type": "opencollective", + "url": "https://opencollective.com/core-js" } }, - "node_modules/getpass": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", - "integrity": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==", + "node_modules/core-js-compat": { + "version": "3.47.0", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.47.0.tgz", + "integrity": "sha512-IGfuznZ/n7Kp9+nypamBhvwdwLsW6KC8IOaURw2doAK5e98AG3acVLdh0woOnEqCfUtS+Vu882JE4k/DAm3ItQ==", "dev": true, + "license": "MIT", "dependencies": { - "assert-plus": "^1.0.0" + "browserslist": "^4.28.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/core-js" } }, - "node_modules/glob": { - "version": "7.1.7", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz", - "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==", + "node_modules/core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", + "dev": true + }, + "node_modules/cors": { + "version": "2.8.5", + "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz", + "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==", "dev": true, + "license": "MIT", "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" + "object-assign": "^4", + "vary": "^1" }, "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" + "node": ">= 0.10" } }, - "node_modules/glob-parent": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", - "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "node_modules/cosmiconfig": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz", + "integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==", "dev": true, "dependencies": { - "is-glob": "^4.0.3" + "env-paths": "^2.2.1", + "import-fresh": "^3.3.0", + "js-yaml": "^4.1.0", + "parse-json": "^5.2.0" }, "engines": { - "node": ">=10.13.0" + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/d-fischer" + }, + "peerDependencies": { + "typescript": ">=4.9.5" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, - "node_modules/glob-to-regexp": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", - "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==" + "node_modules/create-require": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", + "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==", + "dev": true }, - "node_modules/globals": { - "version": "9.18.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-9.18.0.tgz", - "integrity": "sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==", + "node_modules/cross-spawn": { + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", "dev": true, + "license": "MIT", + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, "engines": { - "node": ">=0.10.0" + "node": ">= 8" } }, - "node_modules/globby": { - "version": "13.2.2", - "resolved": "https://registry.npmjs.org/globby/-/globby-13.2.2.tgz", - "integrity": "sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==", + "node_modules/cross-spawn/node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", "dev": true, + "license": "ISC", "dependencies": { - "dir-glob": "^3.0.1", - "fast-glob": "^3.3.0", - "ignore": "^5.2.4", - "merge2": "^1.4.1", - "slash": "^4.0.0" + "isexe": "^2.0.0" }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + "bin": { + "node-which": "bin/node-which" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "engines": { + "node": ">= 8" } }, - "node_modules/globby/node_modules/fast-glob": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", - "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", + "node_modules/css-loader": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-7.1.2.tgz", + "integrity": "sha512-6WvYYn7l/XEGN8Xu2vWFt9nVzrCn39vKyTEFf/ExEyoksJjjSZV/0/35XPlMbpnr6VGhZIUg5yJrL8tGfes/FA==", "dev": true, + "license": "MIT", "dependencies": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" + "icss-utils": "^5.1.0", + "postcss": "^8.4.33", + "postcss-modules-extract-imports": "^3.1.0", + "postcss-modules-local-by-default": "^4.0.5", + "postcss-modules-scope": "^3.2.0", + "postcss-modules-values": "^4.0.0", + "postcss-value-parser": "^4.2.0", + "semver": "^7.5.4" }, "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/globby/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "node": ">= 18.12.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "@rspack/core": "0.x || 1.x", + "webpack": "^5.27.0" + }, + "peerDependenciesMeta": { + "@rspack/core": { + "optional": true + }, + "webpack": { + "optional": true + } + } + }, + "node_modules/css-select": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.2.2.tgz", + "integrity": "sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { - "is-glob": "^4.0.1" + "boolbase": "^1.0.0", + "css-what": "^6.1.0", + "domhandler": "^5.0.2", + "domutils": "^3.0.1", + "nth-check": "^2.0.1" }, - "engines": { - "node": ">= 6" + "funding": { + "url": "https://github.com/sponsors/fb55" } }, - "node_modules/globby/node_modules/ignore": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.0.tgz", - "integrity": "sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==", + "node_modules/css-what": { + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.2.2.tgz", + "integrity": "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==", "dev": true, + "license": "BSD-2-Clause", "engines": { - "node": ">= 4" + "node": ">= 6" + }, + "funding": { + "url": "https://github.com/sponsors/fb55" } }, - "node_modules/globule": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/globule/-/globule-1.3.3.tgz", - "integrity": "sha512-mb1aYtDbIjTu4ShMB85m3UzjX9BVKe9WCzsnfMSZk+K5GpIbBOexgg4PPCt5eHDEG5/ZQAUX2Kct02zfiPLsKg==", + "node_modules/cssesc": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", + "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", "dev": true, - "dependencies": { - "glob": "~7.1.1", - "lodash": "~4.17.10", - "minimatch": "~3.0.2" + "bin": { + "cssesc": "bin/cssesc" }, "engines": { - "node": ">= 0.10" + "node": ">=4" } }, - "node_modules/globule/node_modules/minimatch": { - "version": "3.0.8", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.8.tgz", - "integrity": "sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==", + "node_modules/custom-event": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/custom-event/-/custom-event-1.0.1.tgz", + "integrity": "sha1-XQKkaFCt8bSjF5RqOSj8y1v9BCU=", + "dev": true + }, + "node_modules/date-format": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/date-format/-/date-format-4.0.6.tgz", + "integrity": "sha512-B9vvg5rHuQ8cbUXE/RMWMyX2YA5TecT3jKF5fLtGNlzPlU7zblSPmAm2OImDbWL+LDOQ6pUm+4LOFz+ywS41Zw==", "dev": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, "engines": { - "node": "*" + "node": ">=4.0" } }, - "node_modules/gonzales-pe-sl": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/gonzales-pe-sl/-/gonzales-pe-sl-4.2.3.tgz", - "integrity": "sha512-EdOTnR11W0edkA1xisx4UYtobMSTYj+UNyffW3/b9LziI7RpmHiBIqMs+VL43LrCbiPcLQllCxyzqOB+l5RTdQ==", - "dev": true, + "node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", "dependencies": { - "minimist": "1.1.x" - }, - "bin": { - "gonzales": "bin/gonzales.js" + "ms": "2.1.2" }, "engines": { - "node": ">=0.6.0" - } - }, - "node_modules/gonzales-pe-sl/node_modules/minimist": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.1.3.tgz", - "integrity": "sha512-2RbeLaM/Hbo9vJ1+iRrxzfDnX9108qb2m923U+s+Ot2eMey0IYGdSjzHmvtg2XsxoCuMnzOMw7qc573RvnLgwg==", - "dev": true - }, - "node_modules/gopd": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", - "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", - "dependencies": { - "get-intrinsic": "^1.1.3" + "node": ">=6.0" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } } }, - "node_modules/graceful-fs": { - "version": "4.2.11", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", - "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", - "license": "ISC" + "node_modules/debug/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" }, - "node_modules/handle-thing": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", - "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==" + "node_modules/deep-is": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz", + "integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=", + "dev": true }, - "node_modules/handlebars": { - "version": "4.7.8", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz", - "integrity": "sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==", + "node_modules/default-browser": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.2.1.tgz", + "integrity": "sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==", "dev": true, "dependencies": { - "minimist": "^1.2.5", - "neo-async": "^2.6.2", - "source-map": "^0.6.1", - "wordwrap": "^1.0.0" - }, - "bin": { - "handlebars": "bin/handlebars" + "bundle-name": "^4.1.0", + "default-browser-id": "^5.0.0" }, "engines": { - "node": ">=0.4.7" + "node": ">=18" }, - "optionalDependencies": { - "uglify-js": "^3.1.4" + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/handlebars/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "node_modules/default-browser-id": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.0.tgz", + "integrity": "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==", "dev": true, "engines": { - "node": ">=0.10.0" + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/har-schema": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", - "integrity": "sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==", + "node_modules/defaults": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz", + "integrity": "sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=", "dev": true, - "engines": { - "node": ">=4" + "dependencies": { + "clone": "^1.0.2" } }, - "node_modules/har-validator": { - "version": "5.1.5", - "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz", - "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==", - "deprecated": "this library is no longer supported", + "node_modules/define-lazy-prop": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz", + "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==", "dev": true, - "dependencies": { - "ajv": "^6.12.3", - "har-schema": "^2.0.0" - }, + "license": "MIT", "engines": { - "node": ">=6" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "node_modules/depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", "dev": true, - "dependencies": { - "function-bind": "^1.1.1" - }, "engines": { - "node": ">= 0.4.0" + "node": ">= 0.8" } }, - "node_modules/has-ansi": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", - "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", + "node_modules/destroy": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", + "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", "dev": true, - "dependencies": { - "ansi-regex": "^2.0.0" - }, "engines": { - "node": ">=0.10.0" + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" } }, - "node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "node_modules/detect-libc": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz", + "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==", + "dev": true, + "license": "Apache-2.0", + "optional": true, "engines": { - "node": ">=4" + "node": ">=8" } }, - "node_modules/has-property-descriptors": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", - "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", - "dependencies": { - "es-define-property": "^1.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } + "node_modules/detect-node": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz", + "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==", + "dev": true }, - "node_modules/has-proto": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", - "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } + "node_modules/di": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/di/-/di-0.0.1.tgz", + "integrity": "sha1-gGZJMmzqp8qjMG112YXqJ0i6kTw=", + "dev": true }, - "node_modules/has-symbols": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", - "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "node_modules/diff": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", + "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", + "dev": true, "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": ">=0.3.1" } }, - "node_modules/hasown": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz", - "integrity": "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==", + "node_modules/dns-packet": { + "version": "5.6.1", + "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.6.1.tgz", + "integrity": "sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==", + "dev": true, "dependencies": { - "function-bind": "^1.1.2" + "@leichtgewicht/ip-codec": "^2.0.1" }, "engines": { - "node": ">= 0.4" + "node": ">=6" } }, - "node_modules/hosted-git-info": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.1.tgz", - "integrity": "sha512-+K84LB1DYwMHoHSgaOY/Jfhw3ucPmSET5v98Ke/HdNSw4a0UktWzyW1mjhjpuxxTqOOsfWT/7iVshHmVZ4IpOA==", + "node_modules/dom-serialize": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/dom-serialize/-/dom-serialize-2.2.1.tgz", + "integrity": "sha1-ViromZ9Evl6jB29UGdzVnrQ6yVs=", "dev": true, "dependencies": { - "lru-cache": "^10.0.1" - }, - "engines": { - "node": "^16.14.0 || >=18.0.0" + "custom-event": "~1.0.0", + "ent": "~2.2.0", + "extend": "^3.0.0", + "void-elements": "^2.0.0" } }, - "node_modules/hosted-git-info/node_modules/lru-cache": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz", - "integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==", + "node_modules/dom-serializer": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", + "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==", "dev": true, - "engines": { - "node": "14 || >=16.14" - } - }, - "node_modules/hpack.js": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", - "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==", + "license": "MIT", "dependencies": { - "inherits": "^2.0.1", - "obuf": "^1.0.0", - "readable-stream": "^2.0.1", - "wbuf": "^1.1.0" + "domelementtype": "^2.3.0", + "domhandler": "^5.0.2", + "entities": "^4.2.0" + }, + "funding": { + "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" } - }, - "node_modules/html-entities": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.5.2.tgz", - "integrity": "sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/mdevils" - }, - { - "type": "patreon", - "url": "https://patreon.com/mdevils" - } - ] - }, - "node_modules/htmlparser2": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-8.0.2.tgz", - "integrity": "sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==", + }, + "node_modules/domelementtype": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", + "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", "dev": true, "funding": [ - "https://github.com/fb55/htmlparser2?sponsor=1", { "type": "github", "url": "https://github.com/sponsors/fb55" } ], + "license": "BSD-2-Clause" + }, + "node_modules/domhandler": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz", + "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==", + "dev": true, + "license": "BSD-2-Clause", "dependencies": { - "domelementtype": "^2.3.0", - "domhandler": "^5.0.3", - "domutils": "^3.0.1", - "entities": "^4.4.0" + "domelementtype": "^2.3.0" + }, + "engines": { + "node": ">= 4" + }, + "funding": { + "url": "https://github.com/fb55/domhandler?sponsor=1" } }, - "node_modules/http-cache-semantics": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", - "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==", - "dev": true - }, - "node_modules/http-deceiver": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", - "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==" + "node_modules/domutils": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz", + "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "dom-serializer": "^2.0.0", + "domelementtype": "^2.3.0", + "domhandler": "^5.0.3" + }, + "funding": { + "url": "https://github.com/fb55/domutils?sponsor=1" + } }, - "node_modules/http-errors": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", - "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "node_modules/dunder-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", + "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", + "dev": true, + "license": "MIT", "dependencies": { - "depd": "2.0.0", - "inherits": "2.0.4", - "setprototypeof": "1.2.0", - "statuses": "2.0.1", - "toidentifier": "1.0.1" + "call-bind-apply-helpers": "^1.0.1", + "es-errors": "^1.3.0", + "gopd": "^1.2.0" }, "engines": { - "node": ">= 0.8" + "node": ">= 0.4" } }, - "node_modules/http-errors/node_modules/inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + "node_modules/eastasianwidth": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", + "dev": true, + "license": "MIT" }, - "node_modules/http-errors/node_modules/statuses": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", - "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "node_modules/ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=", + "dev": true + }, + "node_modules/electron-to-chromium": { + "version": "1.5.259", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.259.tgz", + "integrity": "sha512-I+oLXgpEJzD6Cwuwt1gYjxsDmu/S/Kd41mmLA3O+/uH2pFRO/DvOjUyGozL8j3KeLV6WyZ7ssPwELMsXCcsJAQ==", + "license": "ISC" + }, + "node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + }, + "node_modules/emojis-list": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", + "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", + "dev": true, + "engines": { + "node": ">= 4" + } + }, + "node_modules/encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=", + "dev": true, "engines": { "node": ">= 0.8" } }, - "node_modules/http-parser-js": { - "version": "0.5.8", - "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz", - "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==" + "node_modules/encoding": { + "version": "0.1.13", + "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", + "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", + "license": "MIT", + "optional": true, + "dependencies": { + "iconv-lite": "^0.6.2" + } }, - "node_modules/http-proxy": { - "version": "1.18.1", - "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", - "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", + "node_modules/encoding/node_modules/iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "license": "MIT", + "optional": true, "dependencies": { - "eventemitter3": "^4.0.0", - "follow-redirects": "^1.0.0", - "requires-port": "^1.0.0" + "safer-buffer": ">= 2.1.2 < 3.0.0" }, "engines": { - "node": ">=8.0.0" + "node": ">=0.10.0" } }, - "node_modules/http-proxy-agent": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz", - "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==", + "node_modules/engine.io": { + "version": "6.6.4", + "resolved": "https://registry.npmjs.org/engine.io/-/engine.io-6.6.4.tgz", + "integrity": "sha512-ZCkIjSYNDyGn0R6ewHDtXgns/Zre/NT6Agvq1/WobF7JXgFff4SeDroKiCO3fNJreU9YG429Sc81o4w5ok/W5g==", "dev": true, + "license": "MIT", "dependencies": { - "agent-base": "^7.1.0", - "debug": "^4.3.4" + "@types/cors": "^2.8.12", + "@types/node": ">=10.0.0", + "accepts": "~1.3.4", + "base64id": "2.0.0", + "cookie": "~0.7.2", + "cors": "~2.8.5", + "debug": "~4.3.1", + "engine.io-parser": "~5.2.1", + "ws": "~8.17.1" }, "engines": { - "node": ">= 14" + "node": ">=10.2.0" } }, - "node_modules/http-proxy-agent/node_modules/agent-base": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz", - "integrity": "sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==", + "node_modules/engine.io-parser": { + "version": "5.2.3", + "resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.2.3.tgz", + "integrity": "sha512-HqD3yTBfnBxIrbnM1DoD6Pcq8NECnh8d4As1Qgh0z5Gg3jRRIqijury0CL3ghu/edArpUYiYqQiDUQBIs4np3Q==", "dev": true, - "dependencies": { - "debug": "^4.3.4" - }, + "license": "MIT", "engines": { - "node": ">= 14" + "node": ">=10.0.0" } }, - "node_modules/http-proxy-middleware": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz", - "integrity": "sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==", - "dependencies": { - "@types/http-proxy": "^1.17.8", - "http-proxy": "^1.18.1", - "is-glob": "^4.0.1", - "is-plain-obj": "^3.0.0", - "micromatch": "^4.0.2" - }, + "node_modules/engine.io/node_modules/ws": { + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", + "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", + "dev": true, + "license": "MIT", "engines": { - "node": ">=12.0.0" + "node": ">=10.0.0" }, "peerDependencies": { - "@types/express": "^4.17.13" + "bufferutil": "^4.0.1", + "utf-8-validate": ">=5.0.2" }, "peerDependenciesMeta": { - "@types/express": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { "optional": true } } }, - "node_modules/http-signature": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", - "integrity": "sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==", + "node_modules/enhanced-resolve": { + "version": "5.18.3", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.3.tgz", + "integrity": "sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==", "dev": true, + "license": "MIT", "dependencies": { - "assert-plus": "^1.0.0", - "jsprim": "^1.2.2", - "sshpk": "^1.7.0" + "graceful-fs": "^4.2.4", + "tapable": "^2.2.0" }, "engines": { - "node": ">=0.8", - "npm": ">=1.3.7" + "node": ">=10.13.0" } }, - "node_modules/https-proxy-agent": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-2.2.4.tgz", - "integrity": "sha512-OmvfoQ53WLjtA9HeYP9RNrWMJzzAz1JGaSFr1nijg0PVR1JaD/xbJq1mdEIIlxGpXp9eSe/O2LgU9DJmTPd0Eg==", + "node_modules/ent": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/ent/-/ent-2.2.0.tgz", + "integrity": "sha1-6WQhkyWiHQX0RGai9obtbOX13R0=", + "dev": true + }, + "node_modules/entities": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", + "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", "dev": true, - "dependencies": { - "agent-base": "^4.3.0", - "debug": "^3.1.0" - }, + "license": "BSD-2-Clause", "engines": { - "node": ">= 4.5.0" + "node": ">=0.12" + }, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" } }, - "node_modules/https-proxy-agent/node_modules/debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "node_modules/env-paths": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz", + "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==", "dev": true, - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/https-proxy-agent/node_modules/ms": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", - "dev": true - }, - "node_modules/human-signals": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", - "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", "engines": { - "node": ">=10.17.0" + "node": ">=6" } }, - "node_modules/hyperdyperid": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/hyperdyperid/-/hyperdyperid-1.2.0.tgz", - "integrity": "sha512-Y93lCzHYgGWdrJ66yIktxiaGULYc6oGiABxhcO5AufBeOyoIdZF7bIfLaOrbM0iGIOXQQgxxRrFEnb+Y6w1n4A==", + "node_modules/environment": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/environment/-/environment-1.1.0.tgz", + "integrity": "sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q==", + "dev": true, "license": "MIT", "engines": { - "node": ">=10.18" + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "node_modules/err-code": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz", + "integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==", + "dev": true, + "license": "MIT" + }, + "node_modules/errno": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.8.tgz", + "integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==", + "dev": true, + "license": "MIT", + "optional": true, "dependencies": { - "safer-buffer": ">= 2.1.2 < 3" + "prr": "~1.0.1" }, - "engines": { - "node": ">=0.10.0" + "bin": { + "errno": "cli.js" } }, - "node_modules/icss-utils": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", - "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", + "node_modules/error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "dev": true, + "dependencies": { + "is-arrayish": "^0.2.1" + } + }, + "node_modules/es-define-property": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", + "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", "dev": true, + "license": "MIT", "engines": { - "node": "^10 || ^12 || >= 14" - }, - "peerDependencies": { - "postcss": "^8.1.0" + "node": ">= 0.4" } }, - "node_modules/ieee754": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", - "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "node_modules/es-errors": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", + "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] + "license": "MIT", + "engines": { + "node": ">= 0.4" + } }, - "node_modules/ignore": { - "version": "3.3.10", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.10.tgz", - "integrity": "sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==", + "node_modules/es-module-lexer": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.4.1.tgz", + "integrity": "sha512-cXLGjP0c4T3flZJKQSuziYoq7MlT+rnvfZjfp7h+I7K9BNX54kP9nyWvdbwjQ4u1iWbOL4u96fgeZLToQlZC7w==", "dev": true }, - "node_modules/ignore-by-default": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz", - "integrity": "sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==", - "dev": true, - "license": "ISC" - }, - "node_modules/ignore-walk": { - "version": "6.0.4", - "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-6.0.4.tgz", - "integrity": "sha512-t7sv42WkwFkyKbivUCglsQW5YWMskWtbEf4MNKX5u/CCWHKSPzN4FtBQGsQZgCLbxOzpVlcbWVK5KB3auIOjSw==", + "node_modules/es-object-atoms": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", + "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==", "dev": true, + "license": "MIT", "dependencies": { - "minimatch": "^9.0.0" + "es-errors": "^1.3.0" }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/ignore-walk/node_modules/brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", - "dev": true, - "dependencies": { - "balanced-match": "^1.0.0" + "node": ">= 0.4" } }, - "node_modules/ignore-walk/node_modules/minimatch": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", - "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "node_modules/esbuild": { + "version": "0.25.4", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.4.tgz", + "integrity": "sha512-8pgjLUcUjcgDg+2Q4NYXnPbo/vncAY4UmyaCm0jZevERqCHZIaWwdJHkf8XQtu4AxSKCdvrUbT0XUr1IdZzI8Q==", "dev": true, - "dependencies": { - "brace-expansion": "^2.0.1" + "hasInstallScript": true, + "license": "MIT", + "bin": { + "esbuild": "bin/esbuild" }, "engines": { - "node": ">=16 || 14 >=14.17" + "node": ">=18" }, - "funding": { - "url": "https://github.com/sponsors/isaacs" + "optionalDependencies": { + "@esbuild/aix-ppc64": "0.25.4", + "@esbuild/android-arm": "0.25.4", + "@esbuild/android-arm64": "0.25.4", + "@esbuild/android-x64": "0.25.4", + "@esbuild/darwin-arm64": "0.25.4", + "@esbuild/darwin-x64": "0.25.4", + "@esbuild/freebsd-arm64": "0.25.4", + "@esbuild/freebsd-x64": "0.25.4", + "@esbuild/linux-arm": "0.25.4", + "@esbuild/linux-arm64": "0.25.4", + "@esbuild/linux-ia32": "0.25.4", + "@esbuild/linux-loong64": "0.25.4", + "@esbuild/linux-mips64el": "0.25.4", + "@esbuild/linux-ppc64": "0.25.4", + "@esbuild/linux-riscv64": "0.25.4", + "@esbuild/linux-s390x": "0.25.4", + "@esbuild/linux-x64": "0.25.4", + "@esbuild/netbsd-arm64": "0.25.4", + "@esbuild/netbsd-x64": "0.25.4", + "@esbuild/openbsd-arm64": "0.25.4", + "@esbuild/openbsd-x64": "0.25.4", + "@esbuild/sunos-x64": "0.25.4", + "@esbuild/win32-arm64": "0.25.4", + "@esbuild/win32-ia32": "0.25.4", + "@esbuild/win32-x64": "0.25.4" } }, - "node_modules/image-size": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/image-size/-/image-size-0.5.5.tgz", - "integrity": "sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==", + "node_modules/esbuild-wasm": { + "version": "0.25.4", + "resolved": "https://registry.npmjs.org/esbuild-wasm/-/esbuild-wasm-0.25.4.tgz", + "integrity": "sha512-2HlCS6rNvKWaSKhWaG/YIyRsTsL3gUrMP2ToZMBIjw9LM7vVcIs+rz8kE2vExvTJgvM8OKPqNpcHawY/BQc/qQ==", "dev": true, - "optional": true, + "license": "MIT", "bin": { - "image-size": "bin/image-size.js" + "esbuild": "bin/esbuild" }, "engines": { - "node": ">=0.10.0" + "node": ">=18" } }, - "node_modules/immediate": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz", - "integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==", - "dev": true + "node_modules/escalade": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", + "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", + "license": "MIT", + "engines": { + "node": ">=6" + } }, - "node_modules/immutable": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.5.tgz", - "integrity": "sha512-8eabxkth9gZatlwl5TBuJnCsoTADlL6ftEr7A4qgdaTsPyreilDSnUk57SO+jfKcNtxPa22U5KK6DSeAYhpBJw==", + "node_modules/escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=", "dev": true }, - "node_modules/import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", - "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "node_modules/eslint": { + "version": "9.39.1", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.1.tgz", + "integrity": "sha512-BhHmn2yNOFA9H9JmmIVKJmd288g9hrVRDkdoIgRCRuSySRUHH7r/DI6aAXW9T1WwUuY3DFgrcaqB+deURBLR5g==", "dev": true, + "license": "MIT", "dependencies": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" + "@eslint-community/eslint-utils": "^4.8.0", + "@eslint-community/regexpp": "^4.12.1", + "@eslint/config-array": "^0.21.1", + "@eslint/config-helpers": "^0.4.2", + "@eslint/core": "^0.17.0", + "@eslint/eslintrc": "^3.3.1", + "@eslint/js": "9.39.1", + "@eslint/plugin-kit": "^0.4.1", + "@humanfs/node": "^0.16.6", + "@humanwhocodes/module-importer": "^1.0.1", + "@humanwhocodes/retry": "^0.4.2", + "@types/estree": "^1.0.6", + "ajv": "^6.12.4", + "chalk": "^4.0.0", + "cross-spawn": "^7.0.6", + "debug": "^4.3.2", + "escape-string-regexp": "^4.0.0", + "eslint-scope": "^8.4.0", + "eslint-visitor-keys": "^4.2.1", + "espree": "^10.4.0", + "esquery": "^1.5.0", + "esutils": "^2.0.2", + "fast-deep-equal": "^3.1.3", + "file-entry-cache": "^8.0.0", + "find-up": "^5.0.0", + "glob-parent": "^6.0.2", + "ignore": "^5.2.0", + "imurmurhash": "^0.1.4", + "is-glob": "^4.0.0", + "json-stable-stringify-without-jsonify": "^1.0.1", + "lodash.merge": "^4.6.2", + "minimatch": "^3.1.2", + "natural-compare": "^1.4.0", + "optionator": "^0.9.3" + }, + "bin": { + "eslint": "bin/eslint.js" }, "engines": { - "node": ">=6" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://eslint.org/donate" + }, + "peerDependencies": { + "jiti": "*" + }, + "peerDependenciesMeta": { + "jiti": { + "optional": true + } } }, - "node_modules/import-fresh/node_modules/resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "node_modules/eslint-scope": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", + "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", "dev": true, + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^4.1.1" + }, "engines": { - "node": ">=4" + "node": ">=8.0.0" } }, - "node_modules/imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", + "node_modules/eslint-visitor-keys": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz", + "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==", "dev": true, + "license": "Apache-2.0", "engines": { - "node": ">=0.8.19" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" } }, - "node_modules/indent-string": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", - "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", + "node_modules/eslint/node_modules/acorn-jsx": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", + "dev": true, + "license": "MIT", + "peerDependencies": { + "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" + } + }, + "node_modules/eslint/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, "engines": { "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "node_modules/eslint/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, "dependencies": { - "once": "^1.3.0", - "wrappy": "1" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/inherits": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" - }, - "node_modules/ini": { - "version": "1.3.8", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", - "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", - "dev": true - }, - "node_modules/inquirer": { - "version": "9.2.15", - "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-9.2.15.tgz", - "integrity": "sha512-vI2w4zl/mDluHt9YEQ/543VTCwPKWiHzKtm9dM2V0NdFcqEexDAjUHzO1oA60HRNaVifGXXM1tRRNluLVHa0Kg==", + "node_modules/eslint/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, "dependencies": { - "@ljharb/through": "^2.3.12", - "ansi-escapes": "^4.3.2", - "chalk": "^5.3.0", - "cli-cursor": "^3.1.0", - "cli-width": "^4.1.0", - "external-editor": "^3.1.0", - "figures": "^3.2.0", - "lodash": "^4.17.21", - "mute-stream": "1.0.0", - "ora": "^5.4.1", - "run-async": "^3.0.0", - "rxjs": "^7.8.1", - "string-width": "^4.2.3", - "strip-ansi": "^6.0.1", - "wrap-ansi": "^6.2.0" + "color-name": "~1.1.4" }, "engines": { - "node": ">=18" + "node": ">=7.0.0" } }, - "node_modules/inquirer/node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "node_modules/eslint/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/eslint/node_modules/escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", "dev": true, "engines": { - "node": ">=8" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/inquirer/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "node_modules/eslint/node_modules/eslint-scope": { + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz", + "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { - "color-convert": "^2.0.1" + "esrecurse": "^4.3.0", + "estraverse": "^5.2.0" }, "engines": { - "node": ">=8" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "url": "https://opencollective.com/eslint" } }, - "node_modules/inquirer/node_modules/chalk": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", - "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==", + "node_modules/eslint/node_modules/espree": { + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz", + "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==", "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "acorn": "^8.15.0", + "acorn-jsx": "^5.3.2", + "eslint-visitor-keys": "^4.2.1" + }, "engines": { - "node": "^12.17.0 || ^14.13 || >=16.0.0" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "url": "https://opencollective.com/eslint" } }, - "node_modules/inquirer/node_modules/cli-width": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz", - "integrity": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==", + "node_modules/eslint/node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", "dev": true, + "license": "BSD-2-Clause", "engines": { - "node": ">= 12" + "node": ">=4.0" } }, - "node_modules/inquirer/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "node_modules/eslint/node_modules/find-up": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", "dev": true, "dependencies": { - "color-name": "~1.1.4" + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" }, "engines": { - "node": ">=7.0.0" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/inquirer/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "node_modules/inquirer/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "node_modules/eslint/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true, "engines": { "node": ">=8" } }, - "node_modules/inquirer/node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "node_modules/eslint/node_modules/ignore": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz", + "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==", "dev": true, - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, "engines": { - "node": ">=8" + "node": ">= 4" } }, - "node_modules/inquirer/node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "node_modules/eslint/node_modules/levn": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", + "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", "dev": true, "dependencies": { - "ansi-regex": "^5.0.1" + "prelude-ls": "^1.2.1", + "type-check": "~0.4.0" }, "engines": { - "node": ">=8" + "node": ">= 0.8.0" } }, - "node_modules/inquirer/node_modules/wrap-ansi": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", - "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "node_modules/eslint/node_modules/locate-path": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", "dev": true, "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" + "p-locate": "^5.0.0" }, "engines": { - "node": ">=8" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/ip-address": { - "version": "9.0.5", - "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz", - "integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==", + "node_modules/eslint/node_modules/optionator": { + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz", + "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==", "dev": true, "dependencies": { - "jsbn": "1.1.0", - "sprintf-js": "^1.1.3" + "@aashutoshrathi/word-wrap": "^1.2.3", + "deep-is": "^0.1.3", + "fast-levenshtein": "^2.0.6", + "levn": "^0.4.1", + "prelude-ls": "^1.2.1", + "type-check": "^0.4.0" }, "engines": { - "node": ">= 12" - } - }, - "node_modules/ip-address/node_modules/jsbn": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz", - "integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==", - "dev": true - }, - "node_modules/ipaddr.js": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.1.0.tgz", - "integrity": "sha512-LlbxQ7xKzfBusov6UMi4MFpEg0m+mAm9xyNGEduwXMEDuf4WfzB/RZwMVYEd7IKGvh4IUkEXYxtAVu9T3OelJQ==", - "engines": { - "node": ">= 10" + "node": ">= 0.8.0" } }, - "node_modules/is-arrayish": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", - "dev": true - }, - "node_modules/is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "node_modules/eslint/node_modules/p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dev": true, "dependencies": { - "binary-extensions": "^2.0.0" + "yocto-queue": "^0.1.0" }, "engines": { - "node": ">=8" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/is-core-module": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz", - "integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==", + "node_modules/eslint/node_modules/p-locate": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", "dev": true, "dependencies": { - "has": "^1.0.3" + "p-limit": "^3.0.2" + }, + "engines": { + "node": ">=10" }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/is-docker": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", - "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", + "node_modules/eslint/node_modules/path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", "dev": true, - "bin": { - "is-docker": "cli.js" - }, "engines": { "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", + "node_modules/eslint/node_modules/prelude-ls": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", + "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", + "dev": true, "engines": { - "node": ">=0.10.0" + "node": ">= 0.8.0" } }, - "node_modules/is-fullwidth-code-point": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", - "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", + "node_modules/eslint/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, "dependencies": { - "number-is-nan": "^1.0.0" + "has-flag": "^4.0.0" }, "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, - "node_modules/is-glob": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "node_modules/eslint/node_modules/type-check": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", + "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", + "dev": true, "dependencies": { - "is-extglob": "^2.1.1" + "prelude-ls": "^1.2.1" }, "engines": { - "node": ">=0.10.0" + "node": ">= 0.8.0" } }, - "node_modules/is-inside-container": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz", - "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==", - "dependencies": { - "is-docker": "^3.0.0" - }, - "bin": { - "is-inside-container": "cli.js" - }, + "node_modules/eslint/node_modules/yocto-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "dev": true, "engines": { - "node": ">=14.16" + "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/is-inside-container/node_modules/is-docker": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz", - "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==", - "bin": { - "is-docker": "cli.js" + "node_modules/esquery": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz", + "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==", + "dev": true, + "dependencies": { + "estraverse": "^5.1.0" }, "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=0.10" } }, - "node_modules/is-interactive": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz", - "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==", + "node_modules/esquery/node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", "dev": true, "engines": { - "node": ">=8" + "node": ">=4.0" } }, - "node_modules/is-lambda": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz", - "integrity": "sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==", - "dev": true - }, - "node_modules/is-my-ip-valid": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-my-ip-valid/-/is-my-ip-valid-1.0.1.tgz", - "integrity": "sha512-jxc8cBcOWbNK2i2aTkCZP6i7wkHF1bqKFrwEHuN5Jtg5BSaZHUZQ/JTOJwoV41YvHnOaRyWWh72T/KvfNz9DJg==", - "dev": true - }, - "node_modules/is-my-json-valid": { - "version": "2.20.6", - "resolved": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.20.6.tgz", - "integrity": "sha512-1JQwulVNjx8UqkPE/bqDaxtH4PXCe/2VRh/y3p99heOV87HG4Id5/VfDswd+YiAfHcRTfDlWgISycnHuhZq1aw==", + "node_modules/esrecurse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", "dev": true, "dependencies": { - "generate-function": "^2.0.0", - "generate-object-property": "^1.1.0", - "is-my-ip-valid": "^1.0.0", - "jsonpointer": "^5.0.0", - "xtend": "^4.0.0" - } - }, - "node_modules/is-network-error": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-network-error/-/is-network-error-1.0.1.tgz", - "integrity": "sha512-OwQXkwBJeESyhFw+OumbJVD58BFBJJI5OM5S1+eyrDKlgDZPX2XNT5gXS56GSD3NPbbwUuMlR1Q71SRp5SobuQ==", - "engines": { - "node": ">=16" + "estraverse": "^5.2.0" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "engines": { + "node": ">=4.0" } }, - "node_modules/is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "node_modules/esrecurse/node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "dev": true, "engines": { - "node": ">=0.12.0" + "node": ">=4.0" } }, - "node_modules/is-path-cwd": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz", - "integrity": "sha512-cnS56eR9SPAscL77ik76ATVqoPARTqPIVkMDVxRaWH06zT+6+CzIroYRJ0VVvm0Z1zfAvxvz9i/D3Ppjaqt5Nw==", + "node_modules/estraverse": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.2.0.tgz", + "integrity": "sha1-De4/7TH81GlhjOc0IJn8GvoL2xM=", "dev": true, "engines": { "node": ">=0.10.0" } }, - "node_modules/is-path-in-cwd": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.1.tgz", - "integrity": "sha512-FjV1RTW48E7CWM7eE/J2NJvAEEVektecDBVBE5Hh3nM1Jd0kvhHtX68Pr3xsDf857xt3Y4AkwVULK1Vku62aaQ==", + "node_modules/esutils": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz", + "integrity": "sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs=", "dev": true, - "dependencies": { - "is-path-inside": "^1.0.0" - }, "engines": { "node": ">=0.10.0" } }, - "node_modules/is-path-inside": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz", - "integrity": "sha512-qhsCR/Esx4U4hg/9I19OVUAJkGWtjRYHMRgUMZE2TDdj+Ag+kttZanLupfddNyglzz50cUlmWzUaI37GDfNx/g==", + "node_modules/etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", "dev": true, - "dependencies": { - "path-is-inside": "^1.0.1" - }, + "license": "MIT", "engines": { - "node": ">=0.10.0" + "node": ">= 0.6" } }, - "node_modules/is-plain-obj": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz", - "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==", + "node_modules/event-target-shim": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", + "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==", "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=6" } }, - "node_modules/is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "node_modules/eventemitter3": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", + "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==", + "dev": true + }, + "node_modules/events": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", + "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", "dev": true, - "dependencies": { - "isobject": "^3.0.1" - }, "engines": { - "node": ">=0.10.0" + "node": ">=0.8.x" } }, - "node_modules/is-property": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz", - "integrity": "sha1-V/4cTkhHTt1lsJkR8msc1Ald2oQ=", - "dev": true + "node_modules/eventsource": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-2.0.2.tgz", + "integrity": "sha512-IzUmBGPR3+oUG9dUeXynyNmf91/3zUSJg1lCktzKw47OXuhco54U3r9B7O4XX+Rb1Itm9OZ2b0RkTs10bICOxA==", + "engines": { + "node": ">=12.0.0" + } }, - "node_modules/is-resolvable": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.1.0.tgz", - "integrity": "sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg==", - "dev": true + "node_modules/exponential-backoff": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.3.tgz", + "integrity": "sha512-ZgEeZXj30q+I0EN+CbSSpIyPaJ5HVQD18Z1m+u1FXbAeT94mr1zw50q4q6jiiC447Nl/YTcIYSAftiGqetwXCA==", + "dev": true, + "license": "Apache-2.0" }, - "node_modules/is-stream": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", - "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", + "node_modules/express": { + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/express/-/express-4.21.2.tgz", + "integrity": "sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==", + "dev": true, + "license": "MIT", + "dependencies": { + "accepts": "~1.3.8", + "array-flatten": "1.1.1", + "body-parser": "1.20.3", + "content-disposition": "0.5.4", + "content-type": "~1.0.4", + "cookie": "0.7.1", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "2.0.0", + "encodeurl": "~2.0.0", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "1.3.1", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "merge-descriptors": "1.0.3", + "methods": "~1.1.2", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.12", + "proxy-addr": "~2.0.7", + "qs": "6.13.0", + "range-parser": "~1.2.1", + "safe-buffer": "5.2.1", + "send": "0.19.0", + "serve-static": "1.16.2", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + }, "engines": { - "node": ">=8" + "node": ">= 0.10.0" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "type": "opencollective", + "url": "https://opencollective.com/express" } }, - "node_modules/is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==", - "dev": true - }, - "node_modules/is-unicode-supported": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", - "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", + "node_modules/express/node_modules/cookie": { + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz", + "integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==", "dev": true, + "license": "MIT", "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">= 0.6" } }, - "node_modules/is-what": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/is-what/-/is-what-3.14.1.tgz", - "integrity": "sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==", - "dev": true + "node_modules/express/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "2.0.0" + } }, - "node_modules/is-wsl": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", - "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", + "node_modules/express/node_modules/encodeurl": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz", + "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==", "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/express/node_modules/finalhandler": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.1.tgz", + "integrity": "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==", + "dev": true, + "license": "MIT", "dependencies": { - "is-docker": "^2.0.0" + "debug": "2.6.9", + "encodeurl": "~2.0.0", + "escape-html": "~1.0.3", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "statuses": "2.0.1", + "unpipe": "~1.0.0" }, "engines": { - "node": ">=8" + "node": ">= 0.8" } }, - "node_modules/isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" + "node_modules/express/node_modules/on-finished": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", + "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", + "dev": true, + "license": "MIT", + "dependencies": { + "ee-first": "1.1.1" + }, + "engines": { + "node": ">= 0.8" + } }, - "node_modules/isbinaryfile": { - "version": "4.0.10", - "resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-4.0.10.tgz", - "integrity": "sha512-iHrqe5shvBUcFbmZq9zOQHBoeOhZJu6RQGrDpBgenUm/Am+F3JM2MgQj+rK3Z601fzrL5gLZWtAPH2OBaSVcyw==", + "node_modules/express/node_modules/qs": { + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz", + "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==", "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "side-channel": "^1.0.6" + }, "engines": { - "node": ">= 8.0.0" + "node": ">=0.6" }, "funding": { - "url": "https://github.com/sponsors/gjtorikian/" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/isexe": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" + "node_modules/express/node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" }, - "node_modules/isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", + "node_modules/express/node_modules/statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", "dev": true, + "license": "MIT", "engines": { - "node": ">=0.10.0" + "node": ">= 0.8" } }, - "node_modules/isomorphic-fetch": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-3.0.0.tgz", - "integrity": "sha512-qvUtwJ3j6qwsF3jLxkZ72qCgjMysPzDfeV240JHiGZsANBYd+EEuu35v7dfrJ9Up0Ak07D7GGSkGhCHTqg/5wA==", - "dependencies": { - "node-fetch": "^2.6.1", - "whatwg-fetch": "^3.4.1" - } + "node_modules/extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", + "dev": true }, - "node_modules/isstream": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", - "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==", + "node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", "dev": true }, - "node_modules/istanbul-lib-coverage": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz", - "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==", + "node_modules/fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "dev": true + }, + "node_modules/fast-levenshtein": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", + "dev": true + }, + "node_modules/fast-uri": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz", + "integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==", "dev": true, - "engines": { - "node": ">=8" + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], + "license": "BSD-3-Clause" + }, + "node_modules/fastq": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz", + "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==", + "dev": true, + "dependencies": { + "reusify": "^1.0.4" } }, - "node_modules/istanbul-lib-instrument": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz", - "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==", + "node_modules/faye-websocket": { + "version": "0.11.4", + "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz", + "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==", "dev": true, "dependencies": { - "@babel/core": "^7.12.3", - "@babel/parser": "^7.14.7", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-coverage": "^3.2.0", - "semver": "^6.3.0" + "websocket-driver": ">=0.5.1" }, "engines": { - "node": ">=8" - } - }, - "node_modules/istanbul-lib-instrument/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "bin": { - "semver": "bin/semver.js" + "node": ">=0.8.0" } }, - "node_modules/jackspeak": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz", - "integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==", - "dependencies": { - "@isaacs/cliui": "^8.0.2" - }, + "node_modules/fdir": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", + "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", + "license": "MIT", "engines": { - "node": ">=14" + "node": ">=12.0.0" }, - "funding": { - "url": "https://github.com/sponsors/isaacs" + "peerDependencies": { + "picomatch": "^3 || ^4" }, - "optionalDependencies": { - "@pkgjs/parseargs": "^0.11.0" + "peerDependenciesMeta": { + "picomatch": { + "optional": true + } } }, - "node_modules/jasmine": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/jasmine/-/jasmine-2.8.0.tgz", - "integrity": "sha512-KbdGQTf5jbZgltoHs31XGiChAPumMSY64OZMWLNYnEnMfG5uwGBhffePwuskexjT+/Jea/gU3qAU8344hNohSw==", - "dev": true, + "node_modules/fetch-cookie": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fetch-cookie/-/fetch-cookie-2.1.0.tgz", + "integrity": "sha512-39+cZRbWfbibmj22R2Jy6dmTbAWC+oqun1f1FzQaNurkPDUP4C38jpeZbiXCR88RKRVDp8UcDrbFXkNhN+NjYg==", "dependencies": { - "exit": "^0.1.2", - "glob": "^7.0.6", - "jasmine-core": "~2.8.0" - }, - "bin": { - "jasmine": "bin/jasmine.js" + "set-cookie-parser": "^2.4.8", + "tough-cookie": "^4.0.0" } }, - "node_modules/jasmine-core": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.1.2.tgz", - "integrity": "sha512-2oIUMGn00FdUiqz6epiiJr7xcFyNYj3rDcfmnzfkBnHyBQ3cBQUs4mmyGsOb7TTLb9kxk7dBcmEmqhDKkBoDyA==", - "dev": true - }, - "node_modules/jasmine-spec-reporter": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/jasmine-spec-reporter/-/jasmine-spec-reporter-7.0.0.tgz", - "integrity": "sha512-OtC7JRasiTcjsaCBPtMO0Tl8glCejM4J4/dNuOJdA8lBjz4PmWjYQ6pzb0uzpBNAWJMDudYuj9OdXJWqM2QTJg==", - "dev": true, + "node_modules/fetch-cookie/node_modules/tough-cookie": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz", + "integrity": "sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==", "dependencies": { - "colors": "1.4.0" + "psl": "^1.1.33", + "punycode": "^2.1.1", + "universalify": "^0.2.0", + "url-parse": "^1.5.3" + }, + "engines": { + "node": ">=6" } }, - "node_modules/jasmine/node_modules/jasmine-core": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-2.8.0.tgz", - "integrity": "sha512-SNkOkS+/jMZvLhuSx1fjhcNWUC/KG6oVyFUGkSBEr9n1axSNduWU8GlI7suaHXr4yxjet6KjrUZxUTE5WzzWwQ==", - "dev": true + "node_modules/fetch-cookie/node_modules/universalify": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz", + "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==", + "engines": { + "node": ">= 4.0.0" + } }, - "node_modules/jasminewd2": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/jasminewd2/-/jasminewd2-2.2.0.tgz", - "integrity": "sha512-Rn0nZe4rfDhzA63Al3ZGh0E+JTmM6ESZYXJGKuqKGZObsAB9fwXPD03GjtIEvJBDOhN94T5MzbwZSqzFHSQPzg==", + "node_modules/file-entry-cache": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz", + "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==", "dev": true, + "license": "MIT", + "dependencies": { + "flat-cache": "^4.0.0" + }, "engines": { - "node": ">= 6.9.x" + "node": ">=16.0.0" } }, - "node_modules/jest-worker": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", - "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", + "node_modules/file-entry-cache/node_modules/flat-cache": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz", + "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==", + "dev": true, + "license": "MIT", "dependencies": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" + "flatted": "^3.2.9", + "keyv": "^4.5.4" }, "engines": { - "node": ">= 10.13.0" + "node": ">=16" } }, - "node_modules/jest-worker/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "node_modules/fill-range": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", + "dev": true, + "license": "MIT", + "dependencies": { + "to-regex-range": "^5.0.1" + }, "engines": { "node": ">=8" } }, - "node_modules/jest-worker/node_modules/supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "node_modules/finalhandler": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", + "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", + "dev": true, "dependencies": { - "has-flag": "^4.0.0" + "debug": "2.6.9", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "~2.3.0", + "parseurl": "~1.3.3", + "statuses": "~1.5.0", + "unpipe": "~1.0.0" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" + "node": ">= 0.8" } }, - "node_modules/jiti": { - "version": "1.21.0", - "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.0.tgz", - "integrity": "sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==", + "node_modules/finalhandler/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dev": true, - "bin": { - "jiti": "bin/jiti.js" + "dependencies": { + "ms": "2.0.0" } }, - "node_modules/jquery": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz", - "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==" - }, - "node_modules/js-tokens": { + "node_modules/find-cache-dir": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" - }, - "node_modules/js-yaml": { - "version": "3.13.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz", - "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-4.0.0.tgz", + "integrity": "sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==", "dev": true, + "license": "MIT", "dependencies": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" + "common-path-prefix": "^3.0.0", + "pkg-dir": "^7.0.0" }, - "bin": { - "js-yaml": "bin/js-yaml.js" + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/jsbn": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", - "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==", - "dev": true + "node_modules/find-up": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-6.3.0.tgz", + "integrity": "sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==", + "dev": true, + "license": "MIT", + "dependencies": { + "locate-path": "^7.1.0", + "path-exists": "^5.0.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } }, - "node_modules/jsesc": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", - "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", + "node_modules/flat": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz", + "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==", "dev": true, + "license": "BSD-3-Clause", "bin": { - "jsesc": "bin/jsesc" + "flat": "cli.js" } }, - "node_modules/json-buffer": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", - "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", + "node_modules/flatted": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz", + "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==", "dev": true, - "license": "MIT" - }, - "node_modules/json-parse-even-better-errors": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", - "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" - }, - "node_modules/json-schema": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz", - "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==", - "dev": true - }, - "node_modules/json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" + "license": "ISC" }, - "node_modules/json-stable-stringify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz", - "integrity": "sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8=", + "node_modules/follow-redirects": { + "version": "1.15.6", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz", + "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==", "dev": true, - "dependencies": { - "jsonify": "~0.0.0" + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/RubenVerborgh" + } + ], + "engines": { + "node": ">=4.0" + }, + "peerDependenciesMeta": { + "debug": { + "optional": true + } } }, - "node_modules/json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", - "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=", - "dev": true - }, - "node_modules/json-stringify-safe": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==", - "dev": true - }, - "node_modules/json5": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", - "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", - "bin": { - "json5": "lib/cli.js" + "node_modules/foreground-child": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz", + "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==", + "dev": true, + "license": "ISC", + "dependencies": { + "cross-spawn": "^7.0.6", + "signal-exit": "^4.0.1" + }, + "engines": { + "node": ">=14" }, - "engines": { - "node": ">=6" + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/jsonc-parser": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.1.tgz", - "integrity": "sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA==", - "dev": true - }, - "node_modules/jsonfile": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-3.0.1.tgz", - "integrity": "sha1-pezG9l9T9mLEQVx2daAzHQmS7GY=", + "node_modules/foreground-child/node_modules/signal-exit": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", "dev": true, - "optionalDependencies": { - "graceful-fs": "^4.1.6" + "license": "ISC", + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/jsonify": { - "version": "0.0.0", - "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz", - "integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=", + "node_modules/forwarded": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", + "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", "dev": true, + "license": "MIT", "engines": { - "node": "*" + "node": ">= 0.6" } }, - "node_modules/jsonparse": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", - "integrity": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==", + "node_modules/fraction.js": { + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz", + "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==", "dev": true, - "engines": [ - "node >= 0.2.0" - ] + "license": "MIT", + "engines": { + "node": "*" + }, + "funding": { + "type": "patreon", + "url": "https://github.com/sponsors/rawify" + } }, - "node_modules/jsonpointer": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.0.tgz", - "integrity": "sha512-PNYZIdMjVIvVgDSYKTT63Y+KZ6IZvGRNNWcxwD+GNnUz1MKPfv30J8ueCjdwcN0nDx2SlshgyB7Oy0epAzVRRg==", + "node_modules/fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", "dev": true, + "license": "MIT", "engines": { - "node": ">=0.10.0" + "node": ">= 0.6" } }, - "node_modules/jsprim": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz", - "integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==", + "node_modules/fs-minipass": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-3.0.3.tgz", + "integrity": "sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw==", "dev": true, + "license": "ISC", "dependencies": { - "assert-plus": "1.0.0", - "extsprintf": "1.3.0", - "json-schema": "0.4.0", - "verror": "1.10.0" + "minipass": "^7.0.3" }, "engines": { - "node": ">=0.6.0" + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "node_modules/jszip": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.10.1.tgz", - "integrity": "sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==", + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "dev": true + }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", "dev": true, - "dependencies": { - "lie": "~3.3.0", - "pako": "~1.0.2", - "readable-stream": "~2.3.6", - "setimmediate": "^1.0.5" + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" } }, - "node_modules/karma": { - "version": "6.4.3", - "resolved": "https://registry.npmjs.org/karma/-/karma-6.4.3.tgz", - "integrity": "sha512-LuucC/RE92tJ8mlCwqEoRWXP38UMAqpnq98vktmS9SznSoUPPUJQbc91dHcxcunROvfQjdORVA/YFviH+Xci9Q==", + "node_modules/function-bind": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", "dev": true, - "dependencies": { - "@colors/colors": "1.5.0", - "body-parser": "^1.19.0", - "braces": "^3.0.2", - "chokidar": "^3.5.1", - "connect": "^3.7.0", - "di": "^0.0.1", - "dom-serialize": "^2.2.1", - "glob": "^7.1.7", - "graceful-fs": "^4.2.6", - "http-proxy": "^1.18.1", - "isbinaryfile": "^4.0.8", - "lodash": "^4.17.21", - "log4js": "^6.4.1", - "mime": "^2.5.2", - "minimatch": "^3.0.4", - "mkdirp": "^0.5.5", - "qjobs": "^1.2.0", - "range-parser": "^1.2.1", - "rimraf": "^3.0.2", - "socket.io": "^4.7.2", - "source-map": "^0.6.1", - "tmp": "^0.2.1", - "ua-parser-js": "^0.7.30", - "yargs": "^16.1.1" - }, - "bin": { - "karma": "bin/karma" - }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/gensync": { + "version": "1.0.0-beta.2", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", "engines": { - "node": ">= 10" + "node": ">=6.9.0" } }, - "node_modules/karma-chrome-launcher": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/karma-chrome-launcher/-/karma-chrome-launcher-3.2.0.tgz", - "integrity": "sha512-rE9RkUPI7I9mAxByQWkGJFXfFD6lE4gC5nPuZdobf/QdTEJI6EU4yIay/cfU/xV4ZxlM5JiTv7zWYgA64NpS5Q==", + "node_modules/get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "engines": { + "node": "6.* || 8.* || >= 10.*" + } + }, + "node_modules/get-east-asian-width": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.4.0.tgz", + "integrity": "sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==", + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/get-intrinsic": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", + "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", "dev": true, + "license": "MIT", "dependencies": { - "which": "^1.2.1" + "call-bind-apply-helpers": "^1.0.2", + "es-define-property": "^1.0.1", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.1.1", + "function-bind": "^1.1.2", + "get-proto": "^1.0.1", + "gopd": "^1.2.0", + "has-symbols": "^1.1.0", + "hasown": "^2.0.2", + "math-intrinsics": "^1.1.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/karma-cli": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/karma-cli/-/karma-cli-2.0.0.tgz", - "integrity": "sha512-1Kb28UILg1ZsfqQmeELbPzuEb5C6GZJfVIk0qOr8LNYQuYWmAaqP16WpbpKEjhejDrDYyYOwwJXSZO6u7q5Pvw==", + "node_modules/get-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", + "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", "dev": true, + "license": "MIT", "dependencies": { - "resolve": "^1.3.3" - }, - "bin": { - "karma": "bin/karma" + "dunder-proto": "^1.0.1", + "es-object-atoms": "^1.0.0" }, "engines": { - "node": ">= 6" + "node": ">= 0.4" } }, - "node_modules/karma-jasmine": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/karma-jasmine/-/karma-jasmine-5.1.0.tgz", - "integrity": "sha512-i/zQLFrfEpRyQoJF9fsCdTMOF5c2dK7C7OmsuKg2D0YSsuZSfQDiLuaiktbuio6F2wiCsZSnSnieIQ0ant/uzQ==", + "node_modules/glob-parent": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", "dev": true, "dependencies": { - "jasmine-core": "^4.1.0" + "is-glob": "^4.0.3" }, "engines": { - "node": ">=12" - }, - "peerDependencies": { - "karma": "^6.0.0" + "node": ">=10.13.0" } }, - "node_modules/karma-jasmine-html-reporter": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/karma-jasmine-html-reporter/-/karma-jasmine-html-reporter-2.1.0.tgz", - "integrity": "sha512-sPQE1+nlsn6Hwb5t+HHwyy0A1FNCVKuL1192b+XNauMYWThz2kweiBVW1DqloRpVvZIJkIoHVB7XRpK78n1xbQ==", + "node_modules/glob-to-regex.js": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/glob-to-regex.js/-/glob-to-regex.js-1.2.0.tgz", + "integrity": "sha512-QMwlOQKU/IzqMUOAZWubUOT8Qft+Y0KQWnX9nK3ch0CJg0tTp4TvGZsTfudYKv2NzoQSyPcnA6TYeIQ3jGichQ==", "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=10.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/streamich" + }, "peerDependencies": { - "jasmine-core": "^4.0.0 || ^5.0.0", - "karma": "^6.0.0", - "karma-jasmine": "^5.0.0" + "tslib": "2" } }, - "node_modules/karma-jasmine/node_modules/jasmine-core": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-4.6.0.tgz", - "integrity": "sha512-O236+gd0ZXS8YAjFx8xKaJ94/erqUliEkJTDedyE7iHvv4ZVqi+q+8acJxu05/WJDKm512EUNn809In37nWlAQ==", - "dev": true + "node_modules/glob-to-regexp": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", + "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", + "dev": true, + "license": "BSD-2-Clause" }, - "node_modules/karma-source-map-support": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/karma-source-map-support/-/karma-source-map-support-1.4.0.tgz", - "integrity": "sha512-RsBECncGO17KAoJCYXjv+ckIz+Ii9NCi+9enk+rq6XC81ezYkb4/RHE6CTXdA7IOJqoF3wcaLfVG0CPmE5ca6A==", + "node_modules/globby": { + "version": "14.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-14.1.0.tgz", + "integrity": "sha512-0Ia46fDOaT7k4og1PDW4YbodWWr3scS2vAr2lTbsplOt2WkKp0vQbkI9wKis/T5LV/dqPjO3bpS/z6GTJB82LA==", "dev": true, + "license": "MIT", "dependencies": { - "source-map-support": "^0.5.5" + "@sindresorhus/merge-streams": "^2.1.0", + "fast-glob": "^3.3.3", + "ignore": "^7.0.3", + "path-type": "^6.0.0", + "slash": "^5.1.0", + "unicorn-magic": "^0.3.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/karma/node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "node_modules/globby/node_modules/fast-glob": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz", + "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==", "dev": true, + "license": "MIT", + "dependencies": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.8" + }, "engines": { - "node": ">=8" + "node": ">=8.6.0" } }, - "node_modules/karma/node_modules/glob": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", - "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", + "node_modules/globby/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dev": true, + "license": "ISC", "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" + "is-glob": "^4.0.1" }, "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" + "node": ">= 6" } }, - "node_modules/karma/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "node_modules/globby/node_modules/ignore": { + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz", + "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==", "dev": true, + "license": "MIT", "engines": { - "node": ">=8" + "node": ">= 4" } }, - "node_modules/karma/node_modules/rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "node_modules/gopd": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", + "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", "dev": true, - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" + "license": "MIT", + "engines": { + "node": ">= 0.4" }, "funding": { - "url": "https://github.com/sponsors/isaacs" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/karma/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "node_modules/graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", "dev": true, + "license": "ISC" + }, + "node_modules/handle-thing": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", + "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==", + "dev": true + }, + "node_modules/has-symbols": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", + "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", + "dev": true, + "license": "MIT", "engines": { - "node": ">=0.10.0" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/karma/node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "node_modules/hasown": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", "dev": true, + "license": "MIT", "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" + "function-bind": "^1.1.2" }, "engines": { - "node": ">=8" + "node": ">= 0.4" } }, - "node_modules/karma/node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "node_modules/hosted-git-info": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-8.1.0.tgz", + "integrity": "sha512-Rw/B2DNQaPBICNXEm8balFz9a6WpZrkCGpcWFpy7nCj+NyhSdqXipmfvtmWt9xGfp0wZnBxB+iVpLmQMYt47Tw==", "dev": true, + "license": "ISC", "dependencies": { - "ansi-regex": "^5.0.1" + "lru-cache": "^10.0.1" }, "engines": { - "node": ">=8" + "node": "^18.17.0 || >=20.5.0" } }, - "node_modules/karma/node_modules/tmp": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.1.tgz", - "integrity": "sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==", + "node_modules/hosted-git-info/node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/hpack.js": { + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", + "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==", "dev": true, "dependencies": { - "rimraf": "^3.0.0" - }, - "engines": { - "node": ">=8.17.0" + "inherits": "^2.0.1", + "obuf": "^1.0.0", + "readable-stream": "^2.0.1", + "wbuf": "^1.1.0" } }, - "node_modules/karma/node_modules/ua-parser-js": { - "version": "0.7.37", - "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.37.tgz", - "integrity": "sha512-xV8kqRKM+jhMvcHWUKthV9fNebIzrNy//2O9ZwWcfiBFR5f25XVZPLlEajk/sf3Ra15V92isyQqnIEXRDaZWEA==", + "node_modules/htmlparser2": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-10.0.0.tgz", + "integrity": "sha512-TwAZM+zE5Tq3lrEHvOlvwgj1XLWQCtaaibSN11Q+gGBAS7Y1uZSWwXXRe4iF6OXnaq1riyQAPFOBtYc77Mxq0g==", "dev": true, "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/ua-parser-js" - }, - { - "type": "paypal", - "url": "https://paypal.me/faisalman" - }, + "https://github.com/fb55/htmlparser2?sponsor=1", { "type": "github", - "url": "https://github.com/sponsors/faisalman" + "url": "https://github.com/sponsors/fb55" } ], - "engines": { - "node": "*" - } - }, - "node_modules/karma/node_modules/y18n": { - "version": "5.0.8", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", - "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", - "dev": true, - "engines": { - "node": ">=10" - } - }, - "node_modules/karma/node_modules/yargs": { - "version": "16.2.0", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", - "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", - "dev": true, - "dependencies": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/keyv": { - "version": "4.5.4", - "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", - "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", - "dev": true, "license": "MIT", "dependencies": { - "json-buffer": "3.0.1" + "domelementtype": "^2.3.0", + "domhandler": "^5.0.3", + "domutils": "^3.2.1", + "entities": "^6.0.0" } }, - "node_modules/kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", - "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", + "node_modules/htmlparser2/node_modules/entities": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz", + "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==", "dev": true, + "license": "BSD-2-Clause", "engines": { - "node": ">=0.10.0" + "node": ">=0.12" + }, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" } }, - "node_modules/klona": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz", - "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==", + "node_modules/http-cache-semantics": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.2.0.tgz", + "integrity": "sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==", "dev": true, - "engines": { - "node": ">= 8" - } + "license": "BSD-2-Clause" }, - "node_modules/known-css-properties": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.3.0.tgz", - "integrity": "sha512-QMQcnKAiQccfQTqtBh/qwquGZ2XK/DXND1jrcN9M8gMMy99Gwla7GQjndVUsEqIaRyP6bsFRuhwRj5poafBGJQ==", + "node_modules/http-deceiver": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", + "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==", "dev": true }, - "node_modules/launch-editor": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.6.1.tgz", - "integrity": "sha512-eB/uXmFVpY4zezmGp5XtU21kwo7GBbKB+EQ+UZeWtGb9yAM5xt/Evk+lYH3eRNAtId+ej4u7TYPFZ07w4s7rRw==", - "dependencies": { - "picocolors": "^1.0.0", - "shell-quote": "^1.8.1" - } - }, - "node_modules/less": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/less/-/less-4.2.0.tgz", - "integrity": "sha512-P3b3HJDBtSzsXUl0im2L7gTO5Ubg8mEN6G8qoTS77iXxXX4Hvu4Qj540PZDvQ8V6DmX6iXo98k7Md0Cm1PrLaA==", + "node_modules/http-errors": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", "dev": true, "dependencies": { - "copy-anything": "^2.0.1", - "parse-node-version": "^1.0.1", - "tslib": "^2.3.0" - }, - "bin": { - "lessc": "bin/lessc" + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" }, "engines": { - "node": ">=6" - }, - "optionalDependencies": { - "errno": "^0.1.1", - "graceful-fs": "^4.1.2", - "image-size": "~0.5.0", - "make-dir": "^2.1.0", - "mime": "^1.4.1", - "needle": "^3.1.0", - "source-map": "~0.6.0" + "node": ">= 0.8" } }, - "node_modules/less-loader": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/less-loader/-/less-loader-11.1.0.tgz", - "integrity": "sha512-C+uDBV7kS7W5fJlUjq5mPBeBVhYpTIm5gB09APT9o3n/ILeaXVsiSFTbZpTJCJwQ/Crczfn3DmfQFwxYusWFug==", + "node_modules/http-errors/node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "dev": true + }, + "node_modules/http-errors/node_modules/statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", "dev": true, - "dependencies": { - "klona": "^2.0.4" - }, "engines": { - "node": ">= 14.15.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "less": "^3.5.0 || ^4.0.0", - "webpack": "^5.0.0" + "node": ">= 0.8" } }, - "node_modules/less/node_modules/make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", - "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", + "node_modules/http-parser-js": { + "version": "0.5.8", + "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz", + "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==", + "dev": true + }, + "node_modules/http-proxy": { + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", + "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", "dev": true, - "optional": true, "dependencies": { - "pify": "^4.0.1", - "semver": "^5.6.0" + "eventemitter3": "^4.0.0", + "follow-redirects": "^1.0.0", + "requires-port": "^1.0.0" }, "engines": { - "node": ">=6" + "node": ">=8.0.0" } }, - "node_modules/less/node_modules/mime": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", - "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "node_modules/http-proxy-agent": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz", + "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==", "dev": true, - "optional": true, - "bin": { - "mime": "cli.js" + "license": "MIT", + "dependencies": { + "agent-base": "^7.1.0", + "debug": "^4.3.4" }, "engines": { - "node": ">=4" - } - }, - "node_modules/less/node_modules/semver": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", - "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", - "dev": true, - "optional": true, - "bin": { - "semver": "bin/semver" + "node": ">= 14" } }, - "node_modules/less/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "node_modules/http-proxy-agent/node_modules/agent-base": { + "version": "7.1.4", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz", + "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==", "dev": true, - "optional": true, + "license": "MIT", "engines": { - "node": ">=0.10.0" + "node": ">= 14" } }, - "node_modules/less/node_modules/tslib": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", - "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==", - "dev": true - }, - "node_modules/levn": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", - "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=", + "node_modules/http-proxy-middleware": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-3.0.5.tgz", + "integrity": "sha512-GLZZm1X38BPY4lkXA01jhwxvDoOkkXqjgVyUzVxiEK4iuRu03PZoYHhHRwxnfhQMDuaxi3vVri0YgSro/1oWqg==", "dev": true, + "license": "MIT", "dependencies": { - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2" + "@types/http-proxy": "^1.17.15", + "debug": "^4.3.6", + "http-proxy": "^1.18.1", + "is-glob": "^4.0.3", + "is-plain-object": "^5.0.0", + "micromatch": "^4.0.8" }, "engines": { - "node": ">= 0.8.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/license-webpack-plugin": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/license-webpack-plugin/-/license-webpack-plugin-4.0.2.tgz", - "integrity": "sha512-771TFWFD70G1wLTC4oU2Cw4qvtmNrIw+wRvBtn+okgHl7slJVi7zfNcdmqDL72BojM30VNJ2UHylr1o77U37Jw==", + "node_modules/http-proxy-middleware/node_modules/debug": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", "dev": true, + "license": "MIT", "dependencies": { - "webpack-sources": "^3.0.0" + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" }, "peerDependenciesMeta": { - "webpack": { - "optional": true - }, - "webpack-sources": { + "supports-color": { "optional": true } } }, - "node_modules/lie": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz", - "integrity": "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==", + "node_modules/http-proxy-middleware/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "dev": true, - "dependencies": { - "immediate": "~3.0.5" - } - }, - "node_modules/lines-and-columns": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", - "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", - "dev": true + "license": "MIT" }, - "node_modules/loader-runner": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", - "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", + "node_modules/hyperdyperid": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/hyperdyperid/-/hyperdyperid-1.2.0.tgz", + "integrity": "sha512-Y93lCzHYgGWdrJ66yIktxiaGULYc6oGiABxhcO5AufBeOyoIdZF7bIfLaOrbM0iGIOXQQgxxRrFEnb+Y6w1n4A==", + "dev": true, + "license": "MIT", "engines": { - "node": ">=6.11.5" + "node": ">=10.18" } }, - "node_modules/loader-utils": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", - "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", + "node_modules/iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "dev": true, "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" + "safer-buffer": ">= 2.1.2 < 3" }, "engines": { - "node": ">=8.9.0" + "node": ">=0.10.0" } }, - "node_modules/locate-path": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-7.2.0.tgz", - "integrity": "sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==", + "node_modules/icss-utils": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", + "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", "dev": true, - "dependencies": { - "p-locate": "^6.0.0" - }, + "license": "ISC", "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + "node": "^10 || ^12 || >= 14" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "peerDependencies": { + "postcss": "^8.1.0" } }, - "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true - }, - "node_modules/lodash.capitalize": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/lodash.capitalize/-/lodash.capitalize-4.2.1.tgz", - "integrity": "sha1-+CbJtOKoUR2E46yinbBeGk87cqk=", - "dev": true - }, - "node_modules/lodash.debounce": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", - "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", - "dev": true - }, - "node_modules/lodash.kebabcase": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz", - "integrity": "sha1-hImxyw0p/4gZXM7KRI/21swpXDY=", - "dev": true - }, - "node_modules/lodash.merge": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", - "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", - "dev": true + "node_modules/ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] }, - "node_modules/log-symbols": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", - "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", + "node_modules/ignore-walk": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-7.0.0.tgz", + "integrity": "sha512-T4gbf83A4NH95zvhVYZc+qWocBBGlpzUXLPGurJggw/WIOwicfXJChLDP/iBZnN5WqROSu5Bm3hhle4z8a8YGQ==", "dev": true, + "license": "ISC", "dependencies": { - "chalk": "^4.1.0", - "is-unicode-supported": "^0.1.0" + "minimatch": "^9.0.0" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": "^18.17.0 || >=20.5.0" } }, - "node_modules/log-symbols/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "node_modules/ignore-walk/node_modules/brace-expansion": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", + "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==", "dev": true, + "license": "MIT", "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "balanced-match": "^1.0.0" } }, - "node_modules/log-symbols/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "node_modules/ignore-walk/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", "dev": true, + "license": "ISC", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "brace-expansion": "^2.0.1" }, "engines": { - "node": ">=10" + "node": ">=16 || 14 >=14.17" }, "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/log-symbols/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "node_modules/image-size": { + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/image-size/-/image-size-0.5.5.tgz", + "integrity": "sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==", "dev": true, - "dependencies": { - "color-name": "~1.1.4" + "license": "MIT", + "optional": true, + "bin": { + "image-size": "bin/image-size.js" }, "engines": { - "node": ">=7.0.0" + "node": ">=0.10.0" } }, - "node_modules/log-symbols/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "node_modules/log-symbols/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "node_modules/immutable": { + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.4.tgz", + "integrity": "sha512-p6u1bG3YSnINT5RQmx/yRZBpenIl30kVxkTLDyHLIMk0gict704Q9n+thfDI7lTRm9vXdDYutVzXhzcThxTnXA==", "dev": true, - "engines": { - "node": ">=8" - } + "license": "MIT" }, - "node_modules/log-symbols/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "node_modules/import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", "dev": true, "dependencies": { - "has-flag": "^4.0.0" + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" }, "engines": { - "node": ">=8" + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/log4js": { - "version": "6.4.4", - "resolved": "https://registry.npmjs.org/log4js/-/log4js-6.4.4.tgz", - "integrity": "sha512-ncaWPsuw9Vl1CKA406hVnJLGQKy1OHx6buk8J4rE2lVW+NW5Y82G5/DIloO7NkqLOUtNPEANaWC1kZYVjXssPw==", + "node_modules/import-fresh/node_modules/resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", "dev": true, - "dependencies": { - "date-format": "^4.0.6", - "debug": "^4.3.4", - "flatted": "^3.2.5", - "rfdc": "^1.3.0", - "streamroller": "^3.0.6" - }, "engines": { - "node": ">=8.0" + "node": ">=4" } }, - "node_modules/lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "dependencies": { - "yallist": "^3.0.2" + "node_modules/imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", + "dev": true, + "engines": { + "node": ">=0.8.19" } }, - "node_modules/lunr": { - "version": "2.3.9", - "resolved": "https://registry.npmjs.org/lunr/-/lunr-2.3.9.tgz", - "integrity": "sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==", - "dev": true - }, - "node_modules/magic-string": { - "version": "0.30.8", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.8.tgz", - "integrity": "sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==", + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", "dev": true, "dependencies": { - "@jridgewell/sourcemap-codec": "^1.4.15" - }, - "engines": { - "node": ">=12" + "once": "^1.3.0", + "wrappy": "1" } }, - "node_modules/make-error": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.4.tgz", - "integrity": "sha512-0Dab5btKVPhibSalc9QGXb559ED7G7iLjFXBaj9Wq8O3vorueR5K5jaE3hkG6ZQINyhA/JgG6Qk4qdFQjsYV6g==", + "node_modules/inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", "dev": true }, - "node_modules/make-fetch-happen": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-13.0.0.tgz", - "integrity": "sha512-7ThobcL8brtGo9CavByQrQi+23aIfgYU++wg4B87AIS8Rb2ZBt/MEaDqzA00Xwv/jUjAjYkLHjVolYuTLKda2A==", + "node_modules/ip-address": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.1.0.tgz", + "integrity": "sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q==", "dev": true, - "dependencies": { - "@npmcli/agent": "^2.0.0", - "cacache": "^18.0.0", - "http-cache-semantics": "^4.1.1", - "is-lambda": "^1.0.1", - "minipass": "^7.0.2", - "minipass-fetch": "^3.0.0", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.4", - "negotiator": "^0.6.3", - "promise-retry": "^2.0.1", - "ssri": "^10.0.0" - }, + "license": "MIT", "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": ">= 12" } }, - "node_modules/marked": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz", - "integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==", + "node_modules/ipaddr.js": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.1.0.tgz", + "integrity": "sha512-LlbxQ7xKzfBusov6UMi4MFpEg0m+mAm9xyNGEduwXMEDuf4WfzB/RZwMVYEd7IKGvh4IUkEXYxtAVu9T3OelJQ==", "dev": true, - "bin": { - "marked": "bin/marked.js" - }, "engines": { - "node": ">= 12" + "node": ">= 10" } }, - "node_modules/media-typer": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", - "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=", + "node_modules/is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", + "dev": true + }, + "node_modules/is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "dev": true, + "license": "MIT", + "dependencies": { + "binary-extensions": "^2.0.0" + }, "engines": { - "node": ">= 0.6" + "node": ">=8" } }, - "node_modules/memfs": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.5.3.tgz", - "integrity": "sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==", + "node_modules/is-core-module": { + "version": "2.16.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz", + "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==", "dev": true, - "license": "Unlicense", + "license": "MIT", "dependencies": { - "fs-monkey": "^1.0.4" + "hasown": "^2.0.2" }, "engines": { - "node": ">= 4.0.0" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/merge": { + "node_modules/is-extglob": { "version": "2.1.1", - "resolved": "https://registry.npmjs.org/merge/-/merge-2.1.1.tgz", - "integrity": "sha512-jz+Cfrg9GWOZbQAnDQ4hlVnQky+341Yk5ru8bZSe6sIDTCIg8n9i/u7hSQGSVOF3C7lH6mGtqjkiT9G4wFLL0w==", - "dev": true - }, - "node_modules/merge-descriptors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", - "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==" - }, - "node_modules/merge-stream": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", - "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" - }, - "node_modules/merge2": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", - "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", + "dev": true, "engines": { - "node": ">= 8" + "node": ">=0.10.0" } }, - "node_modules/methods": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", - "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dev": true, + "dependencies": { + "is-extglob": "^2.1.1" + }, "engines": { - "node": ">= 0.6" + "node": ">=0.10.0" } }, - "node_modules/micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "node_modules/is-inside-container": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz", + "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==", + "dev": true, "dependencies": { - "braces": "^3.0.2", - "picomatch": "^2.3.1" + "is-docker": "^3.0.0" + }, + "bin": { + "is-inside-container": "cli.js" }, "engines": { - "node": ">=8.6" + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/mime": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz", - "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==", + "node_modules/is-inside-container/node_modules/is-docker": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz", + "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==", "dev": true, "bin": { - "mime": "cli.js" + "is-docker": "cli.js" }, "engines": { - "node": ">=4.0.0" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/mime-db": { - "version": "1.52.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "node_modules/is-interactive": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz", + "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==", + "dev": true, "engines": { - "node": ">= 0.6" + "node": ">=8" } }, - "node_modules/mime-types": { - "version": "2.1.35", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", - "dependencies": { - "mime-db": "1.52.0" - }, + "node_modules/is-network-error": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-network-error/-/is-network-error-1.0.1.tgz", + "integrity": "sha512-OwQXkwBJeESyhFw+OumbJVD58BFBJJI5OM5S1+eyrDKlgDZPX2XNT5gXS56GSD3NPbbwUuMlR1Q71SRp5SobuQ==", + "dev": true, "engines": { - "node": ">= 0.6" + "node": ">=16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/mimic-fn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true, + "license": "MIT", "engines": { - "node": ">=6" + "node": ">=0.12.0" } }, - "node_modules/mini-css-extract-plugin": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.8.1.tgz", - "integrity": "sha512-/1HDlyFRxWIZPI1ZpgqlZ8jMw/1Dp/dl3P0L1jtZ+zVcHqwPhGwaJwKL00WVgfnBy6PWCde9W65or7IIETImuA==", + "node_modules/is-plain-obj": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz", + "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==", "dev": true, - "dependencies": { - "schema-utils": "^4.0.0", - "tapable": "^2.2.1" - }, + "license": "MIT", "engines": { - "node": ">= 12.13.0" + "node": ">=10" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^5.0.0" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/mini-css-extract-plugin/node_modules/ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "node_modules/is-plain-object": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", + "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", "dev": true, - "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-unicode-supported": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", + "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", + "dev": true, + "engines": { + "node": ">=10" }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/mini-css-extract-plugin/node_modules/ajv-keywords": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", - "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", + "node_modules/is-what": { + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/is-what/-/is-what-3.14.1.tgz", + "integrity": "sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==", + "dev": true, + "license": "MIT" + }, + "node_modules/is-wsl": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz", + "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==", "dev": true, + "license": "MIT", "dependencies": { - "fast-deep-equal": "^3.1.3" + "is-inside-container": "^1.0.0" }, - "peerDependencies": { - "ajv": "^8.8.2" + "engines": { + "node": ">=16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/mini-css-extract-plugin/node_modules/json-schema-traverse": { + "node_modules/isarray": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", "dev": true }, - "node_modules/mini-css-extract-plugin/node_modules/schema-utils": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", - "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", + "node_modules/isbinaryfile": { + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-4.0.10.tgz", + "integrity": "sha512-iHrqe5shvBUcFbmZq9zOQHBoeOhZJu6RQGrDpBgenUm/Am+F3JM2MgQj+rK3Z601fzrL5gLZWtAPH2OBaSVcyw==", "dev": true, - "dependencies": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.9.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.1.0" - }, "engines": { - "node": ">= 12.13.0" + "node": ">= 8.0.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" + "url": "https://github.com/sponsors/gjtorikian/" } }, - "node_modules/minimalistic-assert": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", - "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==" + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", + "dev": true }, - "node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "node_modules/isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", "dev": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, + "license": "MIT", "engines": { - "node": "*" + "node": ">=0.10.0" } }, - "node_modules/minimist": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", - "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==", - "dev": true + "node_modules/isomorphic-fetch": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-3.0.0.tgz", + "integrity": "sha512-qvUtwJ3j6qwsF3jLxkZ72qCgjMysPzDfeV240JHiGZsANBYd+EEuu35v7dfrJ9Up0Ak07D7GGSkGhCHTqg/5wA==", + "dependencies": { + "node-fetch": "^2.6.1", + "whatwg-fetch": "^3.4.1" + } }, - "node_modules/minipass": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz", - "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==", + "node_modules/istanbul-lib-coverage": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz", + "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==", + "dev": true, + "license": "BSD-3-Clause", "engines": { - "node": ">=16 || 14 >=14.17" + "node": ">=8" } }, - "node_modules/minipass-collect": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-2.0.1.tgz", - "integrity": "sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw==", + "node_modules/istanbul-lib-instrument": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz", + "integrity": "sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { - "minipass": "^7.0.3" + "@babel/core": "^7.23.9", + "@babel/parser": "^7.23.9", + "@istanbuljs/schema": "^0.1.3", + "istanbul-lib-coverage": "^3.2.0", + "semver": "^7.5.4" }, "engines": { - "node": ">=16 || 14 >=14.17" + "node": ">=10" } }, - "node_modules/minipass-fetch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-3.0.4.tgz", - "integrity": "sha512-jHAqnA728uUpIaFm7NWsCnqKT6UqZz7GcI/bDpPATuwYyKwJwW0remxSCxUlKiEty+eopHGa3oc8WxgQ1FFJqg==", + "node_modules/istanbul-lib-instrument/node_modules/@babel/core": { + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz", + "integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==", "dev": true, + "license": "MIT", "dependencies": { - "minipass": "^7.0.3", - "minipass-sized": "^1.0.3", - "minizlib": "^2.1.2" + "@babel/code-frame": "^7.27.1", + "@babel/generator": "^7.28.5", + "@babel/helper-compilation-targets": "^7.27.2", + "@babel/helper-module-transforms": "^7.28.3", + "@babel/helpers": "^7.28.4", + "@babel/parser": "^7.28.5", + "@babel/template": "^7.27.2", + "@babel/traverse": "^7.28.5", + "@babel/types": "^7.28.5", + "@jridgewell/remapping": "^2.3.5", + "convert-source-map": "^2.0.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.3", + "semver": "^6.3.1" }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": ">=6.9.0" }, - "optionalDependencies": { - "encoding": "^0.1.13" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" } }, - "node_modules/minipass-flush": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz", - "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==", + "node_modules/istanbul-lib-instrument/node_modules/@babel/core/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">= 8" + "license": "ISC", + "bin": { + "semver": "bin/semver.js" } }, - "node_modules/minipass-flush/node_modules/minipass": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", - "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "node_modules/istanbul-lib-instrument/node_modules/@babel/generator": { + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz", + "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==", "dev": true, + "license": "MIT", "dependencies": { - "yallist": "^4.0.0" + "@babel/parser": "^7.28.5", + "@babel/types": "^7.28.5", + "@jridgewell/gen-mapping": "^0.3.12", + "@jridgewell/trace-mapping": "^0.3.28", + "jsesc": "^3.0.2" }, "engines": { - "node": ">=8" + "node": ">=6.9.0" } }, - "node_modules/minipass-flush/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, - "node_modules/minipass-json-stream": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/minipass-json-stream/-/minipass-json-stream-1.0.1.tgz", - "integrity": "sha512-ODqY18UZt/I8k+b7rl2AENgbWE8IDYam+undIJONvigAz8KR5GWblsFTEfQs0WODsjbSXWlm+JHEv8Gr6Tfdbg==", + "node_modules/istanbul-lib-instrument/node_modules/@jridgewell/trace-mapping": { + "version": "0.3.31", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", + "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", "dev": true, + "license": "MIT", "dependencies": { - "jsonparse": "^1.3.1", - "minipass": "^3.0.0" + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" } }, - "node_modules/minipass-json-stream/node_modules/minipass": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", - "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "node_modules/istanbul-lib-instrument/node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "dev": true, + "license": "MIT" + }, + "node_modules/jackspeak": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", + "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", "dev": true, + "license": "BlueOak-1.0.0", "dependencies": { - "yallist": "^4.0.0" + "@isaacs/cliui": "^8.0.2" }, - "engines": { - "node": ">=8" + "funding": { + "url": "https://github.com/sponsors/isaacs" + }, + "optionalDependencies": { + "@pkgjs/parseargs": "^0.11.0" } }, - "node_modules/minipass-json-stream/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true + "node_modules/jasmine-core": { + "version": "5.12.1", + "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.12.1.tgz", + "integrity": "sha512-P/UbRZ0LKwXe7wEpwDheuhunPwITn4oPALhrJEQJo6756EwNGnsK/TSQrWojBB4cQDQ+VaxWYws9tFNDuiMh2Q==", + "dev": true, + "license": "MIT" }, - "node_modules/minipass-pipeline": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz", - "integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==", + "node_modules/jasmine-spec-reporter": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/jasmine-spec-reporter/-/jasmine-spec-reporter-7.0.0.tgz", + "integrity": "sha512-OtC7JRasiTcjsaCBPtMO0Tl8glCejM4J4/dNuOJdA8lBjz4PmWjYQ6pzb0uzpBNAWJMDudYuj9OdXJWqM2QTJg==", "dev": true, "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">=8" + "colors": "1.4.0" } }, - "node_modules/minipass-pipeline/node_modules/minipass": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", - "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "node_modules/jest-worker": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", + "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", "dev": true, + "license": "MIT", "dependencies": { - "yallist": "^4.0.0" + "@types/node": "*", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" }, "engines": { - "node": ">=8" + "node": ">= 10.13.0" } }, - "node_modules/minipass-pipeline/node_modules/yallist": { + "node_modules/jest-worker/node_modules/has-flag": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, - "node_modules/minipass-sized": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz", - "integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true, - "dependencies": { - "minipass": "^3.0.0" - }, + "license": "MIT", "engines": { "node": ">=8" } }, - "node_modules/minipass-sized/node_modules/minipass": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", - "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "node_modules/jest-worker/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", "dev": true, + "license": "MIT", "dependencies": { - "yallist": "^4.0.0" + "has-flag": "^4.0.0" }, "engines": { - "node": ">=8" - } - }, - "node_modules/minipass-sized/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, - "node_modules/minizlib": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", - "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", - "dev": true, - "dependencies": { - "minipass": "^3.0.0", - "yallist": "^4.0.0" + "node": ">=10" }, - "engines": { - "node": ">= 8" + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" } }, - "node_modules/minizlib/node_modules/minipass": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", - "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "node_modules/jiti": { + "version": "1.21.0", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.0.tgz", + "integrity": "sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==", "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" + "bin": { + "jiti": "bin/jiti.js" } }, - "node_modules/minizlib/node_modules/yallist": { + "node_modules/jquery": { + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz", + "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==" + }, + "node_modules/js-tokens": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "license": "MIT" }, - "node_modules/mkdirp": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", - "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "node_modules/js-yaml": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", "dev": true, + "license": "MIT", "dependencies": { - "minimist": "^1.2.6" + "argparse": "^2.0.1" }, "bin": { - "mkdirp": "bin/cmd.js" + "js-yaml": "bin/js-yaml.js" } }, - "node_modules/mrmime": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.0.tgz", - "integrity": "sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==", - "dev": true, + "node_modules/jsesc": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz", + "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==", + "license": "MIT", + "bin": { + "jsesc": "bin/jsesc" + }, "engines": { - "node": ">=10" + "node": ">=6" } }, - "node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + "node_modules/json-buffer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", + "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", + "dev": true, + "license": "MIT" }, - "node_modules/multicast-dns": { - "version": "7.2.5", - "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz", - "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==", - "dependencies": { - "dns-packet": "^5.2.2", - "thunky": "^1.0.2" - }, - "bin": { - "multicast-dns": "cli.js" - } + "node_modules/json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", + "dev": true }, - "node_modules/mute-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-1.0.0.tgz", - "integrity": "sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==", - "dev": true, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } + "node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true }, - "node_modules/nanoid": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", - "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], + "node_modules/json-stable-stringify-without-jsonify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=", + "dev": true + }, + "node_modules/json5": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", "bin": { - "nanoid": "bin/nanoid.cjs" + "json5": "lib/cli.js" }, "engines": { - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + "node": ">=6" } }, - "node_modules/natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", - "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=", - "dev": true - }, - "node_modules/needle": { + "node_modules/jsonc-parser": { "version": "3.3.1", - "resolved": "https://registry.npmjs.org/needle/-/needle-3.3.1.tgz", - "integrity": "sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==", + "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.3.1.tgz", + "integrity": "sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==", "dev": true, - "optional": true, + "license": "MIT" + }, + "node_modules/jsonparse": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", + "integrity": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==", + "dev": true, + "engines": [ + "node >= 0.2.0" + ], + "license": "MIT" + }, + "node_modules/karma": { + "version": "6.4.4", + "resolved": "https://registry.npmjs.org/karma/-/karma-6.4.4.tgz", + "integrity": "sha512-LrtUxbdvt1gOpo3gxG+VAJlJAEMhbWlM4YrFQgql98FwF7+K8K12LYO4hnDdUkNjeztYrOXEMqgTajSWgmtI/w==", + "dev": true, + "license": "MIT", "dependencies": { - "iconv-lite": "^0.6.3", - "sax": "^1.2.4" + "@colors/colors": "1.5.0", + "body-parser": "^1.19.0", + "braces": "^3.0.2", + "chokidar": "^3.5.1", + "connect": "^3.7.0", + "di": "^0.0.1", + "dom-serialize": "^2.2.1", + "glob": "^7.1.7", + "graceful-fs": "^4.2.6", + "http-proxy": "^1.18.1", + "isbinaryfile": "^4.0.8", + "lodash": "^4.17.21", + "log4js": "^6.4.1", + "mime": "^2.5.2", + "minimatch": "^3.0.4", + "mkdirp": "^0.5.5", + "qjobs": "^1.2.0", + "range-parser": "^1.2.1", + "rimraf": "^3.0.2", + "socket.io": "^4.7.2", + "source-map": "^0.6.1", + "tmp": "^0.2.1", + "ua-parser-js": "^0.7.30", + "yargs": "^16.1.1" }, "bin": { - "needle": "bin/needle" + "karma": "bin/karma" }, "engines": { - "node": ">= 4.4.x" + "node": ">= 10" } }, - "node_modules/needle/node_modules/iconv-lite": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", - "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "node_modules/karma-chrome-launcher": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/karma-chrome-launcher/-/karma-chrome-launcher-3.2.0.tgz", + "integrity": "sha512-rE9RkUPI7I9mAxByQWkGJFXfFD6lE4gC5nPuZdobf/QdTEJI6EU4yIay/cfU/xV4ZxlM5JiTv7zWYgA64NpS5Q==", "dev": true, - "optional": true, "dependencies": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - }, - "engines": { - "node": ">=0.10.0" + "which": "^1.2.1" } }, - "node_modules/negotiator": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", - "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + "node_modules/karma-jasmine": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/karma-jasmine/-/karma-jasmine-5.1.0.tgz", + "integrity": "sha512-i/zQLFrfEpRyQoJF9fsCdTMOF5c2dK7C7OmsuKg2D0YSsuZSfQDiLuaiktbuio6F2wiCsZSnSnieIQ0ant/uzQ==", + "dev": true, + "dependencies": { + "jasmine-core": "^4.1.0" + }, "engines": { - "node": ">= 0.6" + "node": ">=12" + }, + "peerDependencies": { + "karma": "^6.0.0" } }, - "node_modules/neo-async": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", - "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" - }, - "node_modules/next-tick": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.1.0.tgz", - "integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==", - "dev": true - }, - "node_modules/ngx-toastr": { - "version": "18.0.0", - "resolved": "https://registry.npmjs.org/ngx-toastr/-/ngx-toastr-18.0.0.tgz", - "integrity": "sha512-jZ3rOG6kygl8ittY8OltIMSo47P1VStuS01igm3MZXK6InJwHVvxU7wDHI/HGMlXSyNvWncyOuFHnnMEAifsew==", - "dependencies": { - "tslib": "^2.3.0" - }, + "node_modules/karma-jasmine-html-reporter": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/karma-jasmine-html-reporter/-/karma-jasmine-html-reporter-2.1.0.tgz", + "integrity": "sha512-sPQE1+nlsn6Hwb5t+HHwyy0A1FNCVKuL1192b+XNauMYWThz2kweiBVW1DqloRpVvZIJkIoHVB7XRpK78n1xbQ==", + "dev": true, "peerDependencies": { - "@angular/common": ">=16.0.0-0", - "@angular/core": ">=16.0.0-0", - "@angular/platform-browser": ">=16.0.0-0" + "jasmine-core": "^4.0.0 || ^5.0.0", + "karma": "^6.0.0", + "karma-jasmine": "^5.0.0" } }, - "node_modules/ngx-toastr/node_modules/tslib": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", - "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" + "node_modules/karma-jasmine/node_modules/jasmine-core": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-4.6.0.tgz", + "integrity": "sha512-O236+gd0ZXS8YAjFx8xKaJ94/erqUliEkJTDedyE7iHvv4ZVqi+q+8acJxu05/WJDKm512EUNn809In37nWlAQ==", + "dev": true }, - "node_modules/nice-napi": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/nice-napi/-/nice-napi-1.0.2.tgz", - "integrity": "sha512-px/KnJAJZf5RuBGcfD+Sp2pAKq0ytz8j+1NehvgIGFkvtvFrDM3T8E4x/JJODXK9WZow8RRGrbA9QQ3hs+pDhA==", + "node_modules/karma-source-map-support": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/karma-source-map-support/-/karma-source-map-support-1.4.0.tgz", + "integrity": "sha512-RsBECncGO17KAoJCYXjv+ckIz+Ii9NCi+9enk+rq6XC81ezYkb4/RHE6CTXdA7IOJqoF3wcaLfVG0CPmE5ca6A==", "dev": true, - "hasInstallScript": true, - "optional": true, - "os": [ - "!win32" - ], "dependencies": { - "node-addon-api": "^3.0.0", - "node-gyp-build": "^4.2.2" + "source-map-support": "^0.5.5" } }, - "node_modules/node-addon-api": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-3.2.1.tgz", - "integrity": "sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==", + "node_modules/karma/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", "dev": true, - "optional": true + "engines": { + "node": ">=8" + } }, - "node_modules/node-fetch": { - "version": "2.6.7", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", - "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "node_modules/karma/node_modules/chokidar": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", + "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", + "dev": true, + "license": "MIT", "dependencies": { - "whatwg-url": "^5.0.0" + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" }, "engines": { - "node": "4.x || >=6.0.0" + "node": ">= 8.10.0" }, - "peerDependencies": { - "encoding": "^0.1.0" + "funding": { + "url": "https://paulmillr.com/funding/" }, - "peerDependenciesMeta": { - "encoding": { - "optional": true - } + "optionalDependencies": { + "fsevents": "~2.3.2" } }, - "node_modules/node-forge": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz", - "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==", + "node_modules/karma/node_modules/glob": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", + "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, "engines": { - "node": ">= 6.13.0" + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/node-gyp": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-10.0.1.tgz", - "integrity": "sha512-gg3/bHehQfZivQVfqIyy8wTdSymF9yTyP4CJifK73imyNMU8AIGQE2pUa7dNWfmMeG9cDVF2eehiRMv0LC1iAg==", + "node_modules/karma/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dev": true, + "license": "ISC", "dependencies": { - "env-paths": "^2.2.0", - "exponential-backoff": "^3.1.1", - "glob": "^10.3.10", - "graceful-fs": "^4.2.6", - "make-fetch-happen": "^13.0.0", - "nopt": "^7.0.0", - "proc-log": "^3.0.0", - "semver": "^7.3.5", - "tar": "^6.1.2", - "which": "^4.0.0" - }, - "bin": { - "node-gyp": "bin/node-gyp.js" + "is-glob": "^4.0.1" }, "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": ">= 6" } }, - "node_modules/node-gyp-build": { - "version": "4.8.0", - "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.0.tgz", - "integrity": "sha512-u6fs2AEUljNho3EYTJNBfImO5QTo/J/1Etd+NVdCj7qWKUSN/bSLkZwhDv7I+w/MSC6qJ4cknepkAYykDdK8og==", + "node_modules/karma/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true, - "optional": true, - "bin": { - "node-gyp-build": "bin.js", - "node-gyp-build-optional": "optional.js", - "node-gyp-build-test": "build-test.js" + "engines": { + "node": ">=8" } }, - "node_modules/node-gyp/node_modules/brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "node_modules/karma/node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/karma/node_modules/readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", "dev": true, + "license": "MIT", "dependencies": { - "balanced-match": "^1.0.0" + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8.10.0" } }, - "node_modules/node-gyp/node_modules/glob": { - "version": "10.3.10", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz", - "integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==", + "node_modules/karma/node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", "dev": true, "dependencies": { - "foreground-child": "^3.1.0", - "jackspeak": "^2.3.5", - "minimatch": "^9.0.1", - "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0", - "path-scurry": "^1.10.1" + "glob": "^7.1.3" }, "bin": { - "glob": "dist/esm/bin.mjs" - }, - "engines": { - "node": ">=16 || 14 >=14.17" + "rimraf": "bin.js" }, "funding": { "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/node-gyp/node_modules/isexe": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz", - "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==", + "node_modules/karma/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true, "engines": { - "node": ">=16" + "node": ">=0.10.0" } }, - "node_modules/node-gyp/node_modules/minimatch": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", - "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "node_modules/karma/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dev": true, "dependencies": { - "brace-expansion": "^2.0.1" + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" }, "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" + "node": ">=8" } }, - "node_modules/node-gyp/node_modules/which": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz", - "integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==", + "node_modules/karma/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "dev": true, "dependencies": { - "isexe": "^3.1.1" - }, - "bin": { - "node-which": "bin/which.js" + "ansi-regex": "^5.0.1" }, "engines": { - "node": "^16.13.0 || >=18.0.0" + "node": ">=8" } }, - "node_modules/node-releases": { - "version": "2.0.14", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz", - "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==" + "node_modules/karma/node_modules/ua-parser-js": { + "version": "0.7.37", + "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.37.tgz", + "integrity": "sha512-xV8kqRKM+jhMvcHWUKthV9fNebIzrNy//2O9ZwWcfiBFR5f25XVZPLlEajk/sf3Ra15V92isyQqnIEXRDaZWEA==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/ua-parser-js" + }, + { + "type": "paypal", + "url": "https://paypal.me/faisalman" + }, + { + "type": "github", + "url": "https://github.com/sponsors/faisalman" + } + ], + "engines": { + "node": "*" + } }, - "node_modules/nodemon": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.0.tgz", - "integrity": "sha512-xqlktYlDMCepBJd43ZQhjWwMw2obW/JRvkrLxq5RCNcuDDX1DbcPT+qT1IlIIdf+DhnWs90JpTMe+Y5KxOchvA==", + "node_modules/karma/node_modules/yargs": { + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", + "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", "dev": true, - "license": "MIT", "dependencies": { - "chokidar": "^3.5.2", - "debug": "^4", - "ignore-by-default": "^1.0.1", - "minimatch": "^3.1.2", - "pstree.remy": "^1.1.8", - "semver": "^7.5.3", - "simple-update-notifier": "^2.0.0", - "supports-color": "^5.5.0", - "touch": "^3.1.0", - "undefsafe": "^2.0.5" - }, - "bin": { - "nodemon": "bin/nodemon.js" + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" }, "engines": { "node": ">=10" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/nodemon" } }, - "node_modules/nodemon/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "node_modules/keyv": { + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", + "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", "dev": true, "license": "MIT", "dependencies": { - "has-flag": "^3.0.0" - }, + "json-buffer": "3.0.1" + } + }, + "node_modules/kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", + "dev": true, + "license": "MIT", "engines": { - "node": ">=4" + "node": ">=0.10.0" } }, - "node_modules/nopt": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/nopt/-/nopt-7.2.0.tgz", - "integrity": "sha512-CVDtwCdhYIvnAzFoJ6NJ6dX3oga9/HyciQDnG1vQDjSLMeKLJ4A93ZqYKDrgYSr1FBY5/hMYC+2VCi24pgpkGA==", + "node_modules/launch-editor": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.6.1.tgz", + "integrity": "sha512-eB/uXmFVpY4zezmGp5XtU21kwo7GBbKB+EQ+UZeWtGb9yAM5xt/Evk+lYH3eRNAtId+ej4u7TYPFZ07w4s7rRw==", + "dev": true, + "dependencies": { + "picocolors": "^1.0.0", + "shell-quote": "^1.8.1" + } + }, + "node_modules/less": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/less/-/less-4.2.2.tgz", + "integrity": "sha512-tkuLHQlvWUTeQ3doAqnHbNn8T6WX1KA8yvbKG9x4VtKtIjHsVKQZCH11zRgAfbDAXC2UNIg/K9BYAAcEzUIrNg==", "dev": true, + "license": "Apache-2.0", "dependencies": { - "abbrev": "^2.0.0" + "copy-anything": "^2.0.1", + "parse-node-version": "^1.0.1", + "tslib": "^2.3.0" }, "bin": { - "nopt": "bin/nopt.js" + "lessc": "bin/lessc" }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": ">=6" + }, + "optionalDependencies": { + "errno": "^0.1.1", + "graceful-fs": "^4.1.2", + "image-size": "~0.5.0", + "make-dir": "^2.1.0", + "mime": "^1.4.1", + "needle": "^3.1.0", + "source-map": "~0.6.0" } }, - "node_modules/nopt/node_modules/abbrev": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-2.0.0.tgz", - "integrity": "sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==", + "node_modules/less-loader": { + "version": "12.2.0", + "resolved": "https://registry.npmjs.org/less-loader/-/less-loader-12.2.0.tgz", + "integrity": "sha512-MYUxjSQSBUQmowc0l5nPieOYwMzGPUaTzB6inNW/bdPEG9zOL3eAAD1Qw5ZxSPk7we5dMojHwNODYMV1hq4EVg==", "dev": true, + "license": "MIT", "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": ">= 18.12.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "@rspack/core": "0.x || 1.x", + "less": "^3.5.0 || ^4.0.0", + "webpack": "^5.0.0" + }, + "peerDependenciesMeta": { + "@rspack/core": { + "optional": true + }, + "webpack": { + "optional": true + } } }, - "node_modules/normalize-package-data": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-6.0.0.tgz", - "integrity": "sha512-UL7ELRVxYBHBgYEtZCXjxuD5vPxnmvMGq0jp/dGPKKrN7tfsBh2IY7TlJ15WWwdjRWD3RJbnsygUurTK3xkPkg==", + "node_modules/less/node_modules/mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", "dev": true, - "dependencies": { - "hosted-git-info": "^7.0.0", - "is-core-module": "^2.8.1", - "semver": "^7.3.5", - "validate-npm-package-license": "^3.0.4" + "license": "MIT", + "optional": true, + "bin": { + "mime": "cli.js" }, "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": ">=4" } }, - "node_modules/normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "node_modules/less/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "license": "BSD-3-Clause", + "optional": true, "engines": { "node": ">=0.10.0" } }, - "node_modules/normalize-range": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", - "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", + "node_modules/license-webpack-plugin": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/license-webpack-plugin/-/license-webpack-plugin-4.0.2.tgz", + "integrity": "sha512-771TFWFD70G1wLTC4oU2Cw4qvtmNrIw+wRvBtn+okgHl7slJVi7zfNcdmqDL72BojM30VNJ2UHylr1o77U37Jw==", "dev": true, - "engines": { - "node": ">=0.10.0" + "dependencies": { + "webpack-sources": "^3.0.0" + }, + "peerDependenciesMeta": { + "webpack": { + "optional": true + }, + "webpack-sources": { + "optional": true + } } }, - "node_modules/normalize.css": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/normalize.css/-/normalize.css-8.0.1.tgz", - "integrity": "sha512-qizSNPO93t1YUuUhP22btGOo3chcvDFqFaj2TRybP0DMxkHOCTYwp3n34fel4a31ORXy4m1Xq0Gyqpb5m33qIg==" + "node_modules/lines-and-columns": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", + "dev": true }, - "node_modules/npm-bundled": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-3.0.0.tgz", - "integrity": "sha512-Vq0eyEQy+elFpzsKjMss9kxqb9tG3YHg4dsyWuUENuzvSUWe1TCnW/vV9FkhvBk/brEDoDiVd+M1Btosa6ImdQ==", + "node_modules/linkify-it": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz", + "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==", "dev": true, + "license": "MIT", "dependencies": { - "npm-normalize-package-bin": "^3.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "uc.micro": "^2.0.0" } }, - "node_modules/npm-install-checks": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-6.3.0.tgz", - "integrity": "sha512-W29RiK/xtpCGqn6f3ixfRYGk+zRyr+Ew9F2E20BfXxT5/euLdA/Nm7fO7OeTGuAmTs30cpgInyJ0cYe708YTZw==", + "node_modules/listr2": { + "version": "8.2.5", + "resolved": "https://registry.npmjs.org/listr2/-/listr2-8.2.5.tgz", + "integrity": "sha512-iyAZCeyD+c1gPyE9qpFu8af0Y+MRtmKOncdGoA2S5EY8iFq99dmmvkNnHiWo+pj0s7yH7l3KPIgee77tKpXPWQ==", "dev": true, + "license": "MIT", "dependencies": { - "semver": "^7.1.1" + "cli-truncate": "^4.0.0", + "colorette": "^2.0.20", + "eventemitter3": "^5.0.1", + "log-update": "^6.1.0", + "rfdc": "^1.4.1", + "wrap-ansi": "^9.0.0" }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": ">=18.0.0" } }, - "node_modules/npm-normalize-package-bin": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-3.0.1.tgz", - "integrity": "sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==", + "node_modules/listr2/node_modules/eventemitter3": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz", + "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==", "dev": true, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } + "license": "MIT" }, - "node_modules/npm-package-arg": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-11.0.1.tgz", - "integrity": "sha512-M7s1BD4NxdAvBKUPqqRW957Xwcl/4Zvo8Aj+ANrzvIPzGJZElrH7Z//rSaec2ORcND6FHHLnZeY8qgTpXDMFQQ==", + "node_modules/listr2/node_modules/wrap-ansi": { + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz", + "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==", "dev": true, + "license": "MIT", "dependencies": { - "hosted-git-info": "^7.0.0", - "proc-log": "^3.0.0", - "semver": "^7.3.5", - "validate-npm-package-name": "^5.0.0" + "ansi-styles": "^6.2.1", + "string-width": "^7.0.0", + "strip-ansi": "^7.1.0" }, "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": ">=18" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, - "node_modules/npm-packlist": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-8.0.2.tgz", - "integrity": "sha512-shYrPFIS/JLP4oQmAwDyk5HcyysKW8/JLTEA32S0Z5TzvpaeeX2yMFfoK1fjEBnCBvVyIB/Jj/GBFdm0wsgzbA==", + "node_modules/lmdb": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/lmdb/-/lmdb-3.2.6.tgz", + "integrity": "sha512-SuHqzPl7mYStna8WRotY8XX/EUZBjjv3QyKIByeCLFfC9uXT/OIHByEcA07PzbMfQAM0KYJtLgtpMRlIe5dErQ==", "dev": true, + "hasInstallScript": true, + "license": "MIT", + "optional": true, "dependencies": { - "ignore-walk": "^6.0.4" + "msgpackr": "^1.11.2", + "node-addon-api": "^6.1.0", + "node-gyp-build-optional-packages": "5.2.2", + "ordered-binary": "^1.5.3", + "weak-lru-cache": "^1.2.2" }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "bin": { + "download-lmdb-prebuilds": "bin/download-prebuilds.js" + }, + "optionalDependencies": { + "@lmdb/lmdb-darwin-arm64": "3.2.6", + "@lmdb/lmdb-darwin-x64": "3.2.6", + "@lmdb/lmdb-linux-arm": "3.2.6", + "@lmdb/lmdb-linux-arm64": "3.2.6", + "@lmdb/lmdb-linux-x64": "3.2.6", + "@lmdb/lmdb-win32-x64": "3.2.6" } }, - "node_modules/npm-pick-manifest": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-9.0.0.tgz", - "integrity": "sha512-VfvRSs/b6n9ol4Qb+bDwNGUXutpy76x6MARw/XssevE0TnctIKcmklJZM5Z7nqs5z5aW+0S63pgCNbpkUNNXBg==", + "node_modules/loader-runner": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.1.tgz", + "integrity": "sha512-IWqP2SCPhyVFTBtRcgMHdzlf9ul25NwaFx4wCEH/KjAXuuHY4yNjvPXsBokp8jCB936PyWRaPKUNh8NvylLp2Q==", "dev": true, - "dependencies": { - "npm-install-checks": "^6.0.0", - "npm-normalize-package-bin": "^3.0.0", - "npm-package-arg": "^11.0.0", - "semver": "^7.3.5" - }, + "license": "MIT", "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": ">=6.11.5" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" } }, - "node_modules/npm-registry-fetch": { - "version": "16.1.0", - "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-16.1.0.tgz", - "integrity": "sha512-PQCELXKt8Azvxnt5Y85GseQDJJlglTFM9L9U9gkv2y4e9s0k3GVDdOx3YoB6gm2Do0hlkzC39iCGXby+Wve1Bw==", + "node_modules/loader-utils": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", + "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", "dev": true, "dependencies": { - "make-fetch-happen": "^13.0.0", - "minipass": "^7.0.2", - "minipass-fetch": "^3.0.0", - "minipass-json-stream": "^1.0.1", - "minizlib": "^2.1.2", - "npm-package-arg": "^11.0.0", - "proc-log": "^3.0.0" + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" }, "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": ">=8.9.0" } }, - "node_modules/npm-run-path": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", - "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "node_modules/locate-path": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-7.2.0.tgz", + "integrity": "sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==", + "dev": true, + "license": "MIT", "dependencies": { - "path-key": "^3.0.0" + "p-locate": "^6.0.0" }, "engines": { - "node": ">=8" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/npm-watch": { - "version": "0.13.0", - "resolved": "https://registry.npmjs.org/npm-watch/-/npm-watch-0.13.0.tgz", - "integrity": "sha512-MYcgocqCzYA44feZhFoYj69FfSaO0EeRE1gcRcmPaXIpNhUMAhNJ1pwic2C4Hn0OPOQmZKSl90CPgmwvOsVhTg==", + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true + }, + "node_modules/lodash.debounce": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", + "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", "dev": true, - "license": "MIT", - "dependencies": { - "nodemon": "^3.0.1", - "through2": "^4.0.2" - }, - "bin": { - "npm-watch": "cli.js" - } + "license": "MIT" }, - "node_modules/npm-watch/node_modules/readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "node_modules/lodash.merge": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", + "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", + "dev": true + }, + "node_modules/log-symbols": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", + "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", "dev": true, "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" + "chalk": "^4.1.0", + "is-unicode-supported": "^0.1.0" }, "engines": { - "node": ">= 6" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/npm-watch/node_modules/through2": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/through2/-/through2-4.0.2.tgz", - "integrity": "sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==", + "node_modules/log-symbols/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, "dependencies": { - "readable-stream": "3" + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/nth-check": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", - "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", + "node_modules/log-symbols/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, "dependencies": { - "boolbase": "^1.0.0" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" }, "funding": { - "url": "https://github.com/fb55/nth-check?sponsor=1" + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/number-is-nan": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", - "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=", + "node_modules/log-symbols/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, "engines": { - "node": ">=0.10.0" + "node": ">=7.0.0" } }, - "node_modules/oauth-sign": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", - "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==", - "dev": true, - "engines": { - "node": "*" - } + "node_modules/log-symbols/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true }, - "node_modules/object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", + "node_modules/log-symbols/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true, "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-inspect": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz", - "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==", - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": ">=8" } }, - "node_modules/obuf": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", - "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==" - }, - "node_modules/on-finished": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", - "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", + "node_modules/log-symbols/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, "dependencies": { - "ee-first": "1.1.1" + "has-flag": "^4.0.0" }, "engines": { - "node": ">= 0.8" - } - }, - "node_modules/on-headers": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", - "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", - "engines": { - "node": ">= 0.8" + "node": ">=8" } }, - "node_modules/once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "node_modules/log-update": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/log-update/-/log-update-6.1.0.tgz", + "integrity": "sha512-9ie8ItPR6tjY5uYJh8K/Zrv/RMZ5VOlOWvtZdEHYSTFKZfIBPQa9tOAEeAWhd+AnIneLJ22w5fjOYtoutpWq5w==", "dev": true, + "license": "MIT", "dependencies": { - "wrappy": "1" + "ansi-escapes": "^7.0.0", + "cli-cursor": "^5.0.0", + "slice-ansi": "^7.1.0", + "strip-ansi": "^7.1.0", + "wrap-ansi": "^9.0.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/onetime": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", - "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "node_modules/log-update/node_modules/cli-cursor": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-5.0.0.tgz", + "integrity": "sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==", + "dev": true, + "license": "MIT", "dependencies": { - "mimic-fn": "^2.1.0" + "restore-cursor": "^5.0.0" }, "engines": { - "node": ">=6" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/open": { - "version": "8.4.2", - "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz", - "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==", + "node_modules/log-update/node_modules/is-fullwidth-code-point": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.1.0.tgz", + "integrity": "sha512-5XHYaSyiqADb4RnZ1Bdad6cPp8Toise4TzEjcOYDHZkTCbKgiUl7WTUCpNWHuxmDt91wnsZBc9xinNzopv3JMQ==", "dev": true, + "license": "MIT", "dependencies": { - "define-lazy-prop": "^2.0.0", - "is-docker": "^2.1.1", - "is-wsl": "^2.2.0" + "get-east-asian-width": "^1.3.1" }, "engines": { - "node": ">=12" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/optionator": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.2.tgz", - "integrity": "sha1-NkxeQJ0/TWMB1sC0wFu6UBgK62Q=", + "node_modules/log-update/node_modules/onetime": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-7.0.0.tgz", + "integrity": "sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==", "dev": true, + "license": "MIT", "dependencies": { - "deep-is": "~0.1.3", - "fast-levenshtein": "~2.0.4", - "levn": "~0.3.0", - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2", - "wordwrap": "~1.0.0" + "mimic-function": "^5.0.0" }, "engines": { - "node": ">= 0.8.0" + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/ora": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz", - "integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==", + "node_modules/log-update/node_modules/restore-cursor": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-5.1.0.tgz", + "integrity": "sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==", "dev": true, - "dependencies": { - "bl": "^4.1.0", - "chalk": "^4.1.0", - "cli-cursor": "^3.1.0", - "cli-spinners": "^2.5.0", - "is-interactive": "^1.0.0", - "is-unicode-supported": "^0.1.0", - "log-symbols": "^4.1.0", - "strip-ansi": "^6.0.0", - "wcwidth": "^1.0.1" + "license": "MIT", + "dependencies": { + "onetime": "^7.0.0", + "signal-exit": "^4.1.0" }, "engines": { - "node": ">=10" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/ora/node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "node_modules/log-update/node_modules/signal-exit": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", "dev": true, + "license": "ISC", "engines": { - "node": ">=8" + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/ora/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "node_modules/log-update/node_modules/slice-ansi": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.2.tgz", + "integrity": "sha512-iOBWFgUX7caIZiuutICxVgX1SdxwAVFFKwt1EvMYYec/NWO5meOJ6K5uQxhrYBdQJne4KxiqZc+KptFOWFSI9w==", "dev": true, + "license": "MIT", "dependencies": { - "color-convert": "^2.0.1" + "ansi-styles": "^6.2.1", + "is-fullwidth-code-point": "^5.0.0" }, "engines": { - "node": ">=8" + "node": ">=18" }, "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "url": "https://github.com/chalk/slice-ansi?sponsor=1" } }, - "node_modules/ora/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "node_modules/log-update/node_modules/wrap-ansi": { + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz", + "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==", "dev": true, + "license": "MIT", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "ansi-styles": "^6.2.1", + "string-width": "^7.0.0", + "strip-ansi": "^7.1.0" }, "engines": { - "node": ">=10" + "node": ">=18" }, "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, - "node_modules/ora/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "node_modules/log4js": { + "version": "6.4.4", + "resolved": "https://registry.npmjs.org/log4js/-/log4js-6.4.4.tgz", + "integrity": "sha512-ncaWPsuw9Vl1CKA406hVnJLGQKy1OHx6buk8J4rE2lVW+NW5Y82G5/DIloO7NkqLOUtNPEANaWC1kZYVjXssPw==", "dev": true, "dependencies": { - "color-name": "~1.1.4" + "date-format": "^4.0.6", + "debug": "^4.3.4", + "flatted": "^3.2.5", + "rfdc": "^1.3.0", + "streamroller": "^3.0.6" }, "engines": { - "node": ">=7.0.0" + "node": ">=8.0" } }, - "node_modules/ora/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "node_modules/lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "dependencies": { + "yallist": "^3.0.2" + } + }, + "node_modules/lunr": { + "version": "2.3.9", + "resolved": "https://registry.npmjs.org/lunr/-/lunr-2.3.9.tgz", + "integrity": "sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==", "dev": true }, - "node_modules/ora/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "node_modules/magic-string": { + "version": "0.30.17", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz", + "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==", "dev": true, - "engines": { - "node": ">=8" + "license": "MIT", + "dependencies": { + "@jridgewell/sourcemap-codec": "^1.5.0" } }, - "node_modules/ora/node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "node_modules/make-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", + "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", "dev": true, + "license": "MIT", + "optional": true, "dependencies": { - "ansi-regex": "^5.0.1" + "pify": "^4.0.1", + "semver": "^5.6.0" }, "engines": { - "node": ">=8" + "node": ">=6" } }, - "node_modules/ora/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "node_modules/make-dir/node_modules/semver": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", + "dev": true, + "license": "ISC", + "optional": true, + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/make-error": { + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.4.tgz", + "integrity": "sha512-0Dab5btKVPhibSalc9QGXb559ED7G7iLjFXBaj9Wq8O3vorueR5K5jaE3hkG6ZQINyhA/JgG6Qk4qdFQjsYV6g==", + "dev": true + }, + "node_modules/make-fetch-happen": { + "version": "14.0.3", + "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-14.0.3.tgz", + "integrity": "sha512-QMjGbFTP0blj97EeidG5hk/QhKQ3T4ICckQGLgz38QF7Vgbk6e6FTARN8KhKxyBbWn8R0HU+bnw8aSoFPD4qtQ==", "dev": true, + "license": "ISC", "dependencies": { - "has-flag": "^4.0.0" + "@npmcli/agent": "^3.0.0", + "cacache": "^19.0.1", + "http-cache-semantics": "^4.1.1", + "minipass": "^7.0.2", + "minipass-fetch": "^4.0.0", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.4", + "negotiator": "^1.0.0", + "proc-log": "^5.0.0", + "promise-retry": "^2.0.1", + "ssri": "^12.0.0" }, "engines": { - "node": ">=8" + "node": "^18.17.0 || >=20.5.0" } }, - "node_modules/os-homedir": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", - "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=", + "node_modules/make-fetch-happen/node_modules/negotiator": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz", + "integrity": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==", "dev": true, + "license": "MIT", "engines": { - "node": ">=0.10.0" + "node": ">= 0.6" } }, - "node_modules/os-tmpdir": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", - "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=", + "node_modules/markdown-it": { + "version": "14.1.0", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.0.tgz", + "integrity": "sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==", "dev": true, + "license": "MIT", + "dependencies": { + "argparse": "^2.0.1", + "entities": "^4.4.0", + "linkify-it": "^5.0.0", + "mdurl": "^2.0.0", + "punycode.js": "^2.3.1", + "uc.micro": "^2.1.0" + }, + "bin": { + "markdown-it": "bin/markdown-it.mjs" + } + }, + "node_modules/math-intrinsics": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", + "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", + "dev": true, + "license": "MIT", "engines": { - "node": ">=0.10.0" + "node": ">= 0.4" } }, - "node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "node_modules/mdurl": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz", + "integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==", + "dev": true, + "license": "MIT" + }, + "node_modules/media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=", "dev": true, - "dependencies": { - "p-try": "^2.0.0" - }, "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">= 0.6" } }, - "node_modules/p-locate": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-6.0.0.tgz", - "integrity": "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==", + "node_modules/memfs": { + "version": "4.51.0", + "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.51.0.tgz", + "integrity": "sha512-4zngfkVM/GpIhC8YazOsM6E8hoB33NP0BCESPOA6z7qaL6umPJNqkO8CNYaLV2FB2MV6H1O3x2luHHOSqppv+A==", "dev": true, + "license": "Apache-2.0", "dependencies": { - "p-limit": "^4.0.0" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + "@jsonjoy.com/json-pack": "^1.11.0", + "@jsonjoy.com/util": "^1.9.0", + "glob-to-regex.js": "^1.0.1", + "thingies": "^2.5.0", + "tree-dump": "^1.0.3", + "tslib": "^2.0.0" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "type": "github", + "url": "https://github.com/sponsors/streamich" } }, - "node_modules/p-locate/node_modules/p-limit": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz", - "integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==", + "node_modules/merge-descriptors": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz", + "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==", "dev": true, - "dependencies": { - "yocto-queue": "^1.0.0" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, + "license": "MIT", "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/p-map": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", - "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", + "node_modules/merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", + "dev": true, + "license": "MIT" + }, + "node_modules/merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", "dev": true, - "dependencies": { - "aggregate-error": "^3.0.0" - }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">= 8" } }, - "node_modules/p-retry": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-6.2.0.tgz", - "integrity": "sha512-JA6nkq6hKyWLLasXQXUrO4z8BUZGUt/LjlJxx8Gb2+2ntodU/SS63YZ8b0LUTbQ8ZB9iwOfhEPhg4ykKnn2KsA==", + "node_modules/methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/micromatch": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", + "dev": true, + "license": "MIT", "dependencies": { - "@types/retry": "0.12.2", - "is-network-error": "^1.0.0", - "retry": "^0.13.1" + "braces": "^3.0.3", + "picomatch": "^2.3.1" }, "engines": { - "node": ">=16.17" + "node": ">=8.6" + } + }, + "node_modules/micromatch/node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8.6" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://github.com/sponsors/jonschlinkert" } }, - "node_modules/p-retry/node_modules/retry": { - "version": "0.13.1", - "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz", - "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", + "node_modules/mime": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz", + "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==", + "dev": true, + "bin": { + "mime": "cli.js" + }, "engines": { - "node": ">= 4" + "node": ">=4.0.0" } }, - "node_modules/p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", "dev": true, "engines": { - "node": ">=6" + "node": ">= 0.6" } }, - "node_modules/pacote": { - "version": "17.0.6", - "resolved": "https://registry.npmjs.org/pacote/-/pacote-17.0.6.tgz", - "integrity": "sha512-cJKrW21VRE8vVTRskJo78c/RCvwJCn1f4qgfxL4w77SOWrTCRcmfkYHlHtS0gqpgjv3zhXflRtgsrUCX5xwNnQ==", + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", "dev": true, "dependencies": { - "@npmcli/git": "^5.0.0", - "@npmcli/installed-package-contents": "^2.0.1", - "@npmcli/promise-spawn": "^7.0.0", - "@npmcli/run-script": "^7.0.0", - "cacache": "^18.0.0", - "fs-minipass": "^3.0.0", - "minipass": "^7.0.2", - "npm-package-arg": "^11.0.0", - "npm-packlist": "^8.0.0", - "npm-pick-manifest": "^9.0.0", - "npm-registry-fetch": "^16.0.0", - "proc-log": "^3.0.0", - "promise-retry": "^2.0.1", - "read-package-json": "^7.0.0", - "read-package-json-fast": "^3.0.0", - "sigstore": "^2.2.0", - "ssri": "^10.0.0", - "tar": "^6.1.11" - }, - "bin": { - "pacote": "lib/bin.js" + "mime-db": "1.52.0" }, "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": ">= 0.6" } }, - "node_modules/pako": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", - "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==", - "dev": true - }, - "node_modules/parent-module": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", - "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "node_modules/mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", "dev": true, - "dependencies": { - "callsites": "^3.0.0" - }, "engines": { "node": ">=6" } }, - "node_modules/parent-module/node_modules/callsites": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "node_modules/mimic-function": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/mimic-function/-/mimic-function-5.0.1.tgz", + "integrity": "sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==", "dev": true, + "license": "MIT", "engines": { - "node": ">=6" + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/parse-json": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", - "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "node_modules/mini-css-extract-plugin": { + "version": "2.9.2", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.2.tgz", + "integrity": "sha512-GJuACcS//jtq4kCtd5ii/M0SZf7OZRH+BxdqXZHaJfb8TJiVl+NgQRPwiYt2EuqeSkNydn/7vP+bcE27C5mb9w==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" + "schema-utils": "^4.0.0", + "tapable": "^2.2.1" }, "engines": { - "node": ">=8" + "node": ">= 12.13.0" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.0.0" } }, - "node_modules/parse-node-version": { + "node_modules/minimalistic-assert": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parse-node-version/-/parse-node-version-1.0.1.tgz", - "integrity": "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==", + "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", + "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==", + "dev": true + }, + "node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, "engines": { - "node": ">= 0.10" + "node": "*" } }, - "node_modules/parse5": { + "node_modules/minimist": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==", + "dev": true + }, + "node_modules/minipass": { "version": "7.1.2", - "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz", - "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", + "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", "dev": true, - "dependencies": { - "entities": "^4.4.0" - }, - "funding": { - "url": "https://github.com/inikulin/parse5?sponsor=1" + "license": "ISC", + "engines": { + "node": ">=16 || 14 >=14.17" } }, - "node_modules/parse5-html-rewriting-stream": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/parse5-html-rewriting-stream/-/parse5-html-rewriting-stream-7.0.0.tgz", - "integrity": "sha512-mazCyGWkmCRWDI15Zp+UiCqMp/0dgEmkZRvhlsqqKYr4SsVm/TvnSpD9fCvqCA2zoWJcfRym846ejWBBHRiYEg==", + "node_modules/minipass-collect": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-2.0.1.tgz", + "integrity": "sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw==", "dev": true, + "license": "ISC", "dependencies": { - "entities": "^4.3.0", - "parse5": "^7.0.0", - "parse5-sax-parser": "^7.0.0" + "minipass": "^7.0.3" }, - "funding": { - "url": "https://github.com/inikulin/parse5?sponsor=1" + "engines": { + "node": ">=16 || 14 >=14.17" } }, - "node_modules/parse5-sax-parser": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/parse5-sax-parser/-/parse5-sax-parser-7.0.0.tgz", - "integrity": "sha512-5A+v2SNsq8T6/mG3ahcz8ZtQ0OUFTatxPbeidoMB7tkJSGDY3tdfl4MHovtLQHkEn5CGxijNWRQHhRQ6IRpXKg==", + "node_modules/minipass-fetch": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-4.0.1.tgz", + "integrity": "sha512-j7U11C5HXigVuutxebFadoYBbd7VSdZWggSe64NVdvWNBqGAiXPL2QVCehjmw7lY1oF9gOllYbORh+hiNgfPgQ==", "dev": true, + "license": "MIT", "dependencies": { - "parse5": "^7.0.0" + "minipass": "^7.0.3", + "minipass-sized": "^1.0.3", + "minizlib": "^3.0.1" }, - "funding": { - "url": "https://github.com/inikulin/parse5?sponsor=1" - } - }, - "node_modules/parseurl": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", - "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", "engines": { - "node": ">= 0.8" + "node": "^18.17.0 || >=20.5.0" + }, + "optionalDependencies": { + "encoding": "^0.1.13" } }, - "node_modules/path-exists": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz", - "integrity": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==", + "node_modules/minipass-flush": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz", + "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==", "dev": true, + "license": "ISC", + "dependencies": { + "minipass": "^3.0.0" + }, "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + "node": ">= 8" } }, - "node_modules/path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "node_modules/minipass-flush/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/path-is-inside": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", - "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=", - "dev": true - }, - "node_modules/path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, "engines": { "node": ">=8" } }, - "node_modules/path-parse": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", - "dev": true + "node_modules/minipass-flush/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true, + "license": "ISC" }, - "node_modules/path-scurry": { - "version": "1.10.1", - "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.1.tgz", - "integrity": "sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==", + "node_modules/minipass-pipeline": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz", + "integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==", + "dev": true, + "license": "ISC", "dependencies": { - "lru-cache": "^9.1.1 || ^10.0.0", - "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" - }, - "engines": { - "node": ">=16 || 14 >=14.17" + "minipass": "^3.0.0" }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/path-scurry/node_modules/lru-cache": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz", - "integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==", "engines": { - "node": "14 || >=16.14" + "node": ">=8" } }, - "node_modules/path-to-regexp": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", - "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==" - }, - "node_modules/path-type": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "node_modules/minipass-pipeline/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", "dev": true, + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, "engines": { "node": ">=8" } }, - "node_modules/performance-now": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", - "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==", - "dev": true - }, - "node_modules/picocolors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" - }, - "node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/pify": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", + "node_modules/minipass-pipeline/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", "dev": true, - "optional": true, - "engines": { - "node": ">=6" - } + "license": "ISC" }, - "node_modules/pinkie": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", - "integrity": "sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==", + "node_modules/minipass-sized": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz", + "integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==", "dev": true, + "license": "ISC", + "dependencies": { + "minipass": "^3.0.0" + }, "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, - "node_modules/pinkie-promise": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", - "integrity": "sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==", + "node_modules/minipass-sized/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", "dev": true, + "license": "ISC", "dependencies": { - "pinkie": "^2.0.0" + "yallist": "^4.0.0" }, "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, - "node_modules/piscina": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/piscina/-/piscina-4.4.0.tgz", - "integrity": "sha512-+AQduEJefrOApE4bV7KRmp3N2JnnyErlVqq4P/jmko4FPz9Z877BCccl/iB3FdrWSUkvbGV9Kan/KllJgat3Vg==", + "node_modules/minipass-sized/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", "dev": true, - "optionalDependencies": { - "nice-napi": "^1.0.2" - } + "license": "ISC" }, - "node_modules/pkg-dir": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-7.0.0.tgz", - "integrity": "sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==", + "node_modules/minizlib": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.1.0.tgz", + "integrity": "sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==", "dev": true, + "license": "MIT", "dependencies": { - "find-up": "^6.3.0" + "minipass": "^7.1.2" }, "engines": { - "node": ">=14.16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/popper.js": { - "version": "1.16.1", - "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz", - "integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==", - "deprecated": "You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/popperjs" + "node": ">= 18" } }, - "node_modules/postcss": { - "version": "8.4.35", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.35.tgz", - "integrity": "sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==", + "node_modules/mkdirp": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/postcss" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], "dependencies": { - "nanoid": "^3.3.7", - "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" + "minimist": "^1.2.6" }, - "engines": { - "node": "^10 || ^12 || >=14" + "bin": { + "mkdirp": "bin/cmd.js" } }, - "node_modules/postcss-loader": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-8.1.1.tgz", - "integrity": "sha512-0IeqyAsG6tYiDRCYKQJLAmgQr47DX6N7sFSWvQxt6AcupX8DIdmykuk/o/tx0Lze3ErGHJEp5OSRxrelC6+NdQ==", + "node_modules/mrmime": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz", + "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==", "dev": true, - "dependencies": { - "cosmiconfig": "^9.0.0", - "jiti": "^1.20.0", - "semver": "^7.5.4" - }, + "license": "MIT", "engines": { - "node": ">= 18.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "@rspack/core": "0.x || 1.x", - "postcss": "^7.0.0 || ^8.0.1", - "webpack": "^5.0.0" - }, - "peerDependenciesMeta": { - "@rspack/core": { - "optional": true - }, - "webpack": { - "optional": true - } + "node": ">=10" } }, - "node_modules/postcss-media-query-parser": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz", - "integrity": "sha512-3sOlxmbKcSHMjlUXQZKQ06jOswE7oVkXPxmZdoB1r5l0q6gTFTQSHxNxOrCccElbW7dxNytifNEo8qidX2Vsig==", + "node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", "dev": true }, - "node_modules/postcss-modules-extract-imports": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz", - "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==", + "node_modules/msgpackr": { + "version": "1.11.5", + "resolved": "https://registry.npmjs.org/msgpackr/-/msgpackr-1.11.5.tgz", + "integrity": "sha512-UjkUHN0yqp9RWKy0Lplhh+wlpdt9oQBYgULZOiFhV3VclSF1JnSQWZ5r9gORQlNYaUKQoR8itv7g7z1xDDuACA==", "dev": true, - "engines": { - "node": "^10 || ^12 || >= 14" - }, - "peerDependencies": { - "postcss": "^8.1.0" + "license": "MIT", + "optional": true, + "optionalDependencies": { + "msgpackr-extract": "^3.0.2" } }, - "node_modules/postcss-modules-local-by-default": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.4.tgz", - "integrity": "sha512-L4QzMnOdVwRm1Qb8m4x8jsZzKAaPAgrUF1r/hjDR2Xj7R+8Zsf97jAlSQzWtKx5YNiNGN8QxmPFIc/sh+RQl+Q==", + "node_modules/msgpackr-extract": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/msgpackr-extract/-/msgpackr-extract-3.0.3.tgz", + "integrity": "sha512-P0efT1C9jIdVRefqjzOQ9Xml57zpOXnIuS+csaB4MdZbTdmGDLo8XhzBG1N7aO11gKDDkJvBLULeFTo46wwreA==", "dev": true, + "hasInstallScript": true, + "license": "MIT", + "optional": true, "dependencies": { - "icss-utils": "^5.0.0", - "postcss-selector-parser": "^6.0.2", - "postcss-value-parser": "^4.1.0" + "node-gyp-build-optional-packages": "5.2.2" }, - "engines": { - "node": "^10 || ^12 || >= 14" + "bin": { + "download-msgpackr-prebuilds": "bin/download-prebuilds.js" }, - "peerDependencies": { - "postcss": "^8.1.0" + "optionalDependencies": { + "@msgpackr-extract/msgpackr-extract-darwin-arm64": "3.0.3", + "@msgpackr-extract/msgpackr-extract-darwin-x64": "3.0.3", + "@msgpackr-extract/msgpackr-extract-linux-arm": "3.0.3", + "@msgpackr-extract/msgpackr-extract-linux-arm64": "3.0.3", + "@msgpackr-extract/msgpackr-extract-linux-x64": "3.0.3", + "@msgpackr-extract/msgpackr-extract-win32-x64": "3.0.3" } }, - "node_modules/postcss-modules-scope": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.1.1.tgz", - "integrity": "sha512-uZgqzdTleelWjzJY+Fhti6F3C9iF1JR/dODLs/JDefozYcKTBCdD8BIl6nNPbTbcLnGrk56hzwZC2DaGNvYjzA==", + "node_modules/multicast-dns": { + "version": "7.2.5", + "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz", + "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==", "dev": true, "dependencies": { - "postcss-selector-parser": "^6.0.4" - }, - "engines": { - "node": "^10 || ^12 || >= 14" + "dns-packet": "^5.2.2", + "thunky": "^1.0.2" }, - "peerDependencies": { - "postcss": "^8.1.0" + "bin": { + "multicast-dns": "cli.js" } }, - "node_modules/postcss-modules-values": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", - "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", + "node_modules/mute-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-2.0.0.tgz", + "integrity": "sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==", "dev": true, - "dependencies": { - "icss-utils": "^5.0.0" - }, + "license": "ISC", "engines": { - "node": "^10 || ^12 || >= 14" - }, - "peerDependencies": { - "postcss": "^8.1.0" + "node": "^18.17.0 || >=20.5.0" } }, - "node_modules/postcss-selector-parser": { - "version": "6.0.16", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.16.tgz", - "integrity": "sha512-A0RVJrX+IUkVZbW3ClroRWurercFhieevHB38sr2+l9eUClMqome3LmEmnhlNy+5Mr2EYN6B2Kaw9wYdd+VHiw==", + "node_modules/nanoid": { + "version": "3.3.11", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", + "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", "dev": true, - "dependencies": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "bin": { + "nanoid": "bin/nanoid.cjs" }, "engines": { - "node": ">=4" + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" } }, - "node_modules/postcss-value-parser": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", - "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", + "node_modules/natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=", "dev": true }, - "node_modules/prelude-ls": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", - "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=", + "node_modules/needle": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/needle/-/needle-3.3.1.tgz", + "integrity": "sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==", "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "iconv-lite": "^0.6.3", + "sax": "^1.2.4" + }, + "bin": { + "needle": "bin/needle" + }, "engines": { - "node": ">= 0.8.0" + "node": ">= 4.4.x" } }, - "node_modules/proc-log": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-3.0.0.tgz", - "integrity": "sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==", + "node_modules/needle/node_modules/iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": ">=0.10.0" } }, - "node_modules/process-nextick-args": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz", - "integrity": "sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw==" + "node_modules/negotiator": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", + "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + "dev": true, + "engines": { + "node": ">= 0.6" + } }, - "node_modules/promise-inflight": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz", - "integrity": "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==", + "node_modules/neo-async": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", "dev": true }, - "node_modules/promise-retry": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz", - "integrity": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==", - "dev": true, + "node_modules/ngx-toastr": { + "version": "19.1.0", + "resolved": "https://registry.npmjs.org/ngx-toastr/-/ngx-toastr-19.1.0.tgz", + "integrity": "sha512-Qa7Kg7QzGKNtp1v04hu3poPKKx8BGBD/Onkhm6CdH5F0vSMdq+BdR/f8DTpZnGFksW891tAFufpiWb9UZX+3vg==", + "license": "MIT", "dependencies": { - "err-code": "^2.0.2", - "retry": "^0.12.0" + "tslib": "^2.3.0" }, - "engines": { - "node": ">=10" + "peerDependencies": { + "@angular/common": ">=16.0.0-0", + "@angular/core": ">=16.0.0-0", + "@angular/platform-browser": ">=16.0.0-0" } }, - "node_modules/protractor": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/protractor/-/protractor-7.0.0.tgz", - "integrity": "sha512-UqkFjivi4GcvUQYzqGYNe0mLzfn5jiLmO8w9nMhQoJRLhy2grJonpga2IWhI6yJO30LibWXJJtA4MOIZD2GgZw==", - "deprecated": "We have news to share - Protractor is deprecated and will reach end-of-life by Summer 2023. To learn more and find out about other options please refer to this post on the Angular blog. Thank you for using and contributing to Protractor. https://goo.gle/state-of-e2e-in-angular", - "dev": true, - "dependencies": { - "@types/q": "^0.0.32", - "@types/selenium-webdriver": "^3.0.0", - "blocking-proxy": "^1.0.0", - "browserstack": "^1.5.1", - "chalk": "^1.1.3", - "glob": "^7.0.3", - "jasmine": "2.8.0", - "jasminewd2": "^2.1.0", - "q": "1.4.1", - "saucelabs": "^1.5.0", - "selenium-webdriver": "3.6.0", - "source-map-support": "~0.4.0", - "webdriver-js-extender": "2.1.0", - "webdriver-manager": "^12.1.7", - "yargs": "^15.3.1" - }, - "bin": { - "protractor": "bin/protractor", - "webdriver-manager": "bin/webdriver-manager" + "node_modules/node-addon-api": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-6.1.0.tgz", + "integrity": "sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==", + "dev": true, + "license": "MIT", + "optional": true + }, + "node_modules/node-fetch": { + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", + "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "dependencies": { + "whatwg-url": "^5.0.0" }, "engines": { - "node": ">=10.13.x" + "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } } }, - "node_modules/protractor/node_modules/@types/selenium-webdriver": { - "version": "3.0.26", - "resolved": "https://registry.npmjs.org/@types/selenium-webdriver/-/selenium-webdriver-3.0.26.tgz", - "integrity": "sha512-dyIGFKXfUFiwkMfNGn1+F6b80ZjR3uSYv1j6xVJSDlft5waZ2cwkHW4e7zNzvq7hiEackcgvBpmnXZrI1GltPg==", - "dev": true - }, - "node_modules/protractor/node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "node_modules/node-forge": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz", + "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==", "dev": true, "engines": { - "node": ">=8" + "node": ">= 6.13.0" } }, - "node_modules/protractor/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "node_modules/node-gyp": { + "version": "11.5.0", + "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-11.5.0.tgz", + "integrity": "sha512-ra7Kvlhxn5V9Slyus0ygMa2h+UqExPqUIkfk7Pc8QTLT956JLSy51uWFwHtIYy0vI8cB4BDhc/S03+880My/LQ==", "dev": true, + "license": "MIT", "dependencies": { - "color-convert": "^2.0.1" + "env-paths": "^2.2.0", + "exponential-backoff": "^3.1.1", + "graceful-fs": "^4.2.6", + "make-fetch-happen": "^14.0.3", + "nopt": "^8.0.0", + "proc-log": "^5.0.0", + "semver": "^7.3.5", + "tar": "^7.4.3", + "tinyglobby": "^0.2.12", + "which": "^5.0.0" }, - "engines": { - "node": ">=8" + "bin": { + "node-gyp": "bin/node-gyp.js" }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "engines": { + "node": "^18.17.0 || >=20.5.0" } }, - "node_modules/protractor/node_modules/cliui": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", - "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", + "node_modules/node-gyp-build-optional-packages": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/node-gyp-build-optional-packages/-/node-gyp-build-optional-packages-5.2.2.tgz", + "integrity": "sha512-s+w+rBWnpTMwSFbaE0UXsRlg7hU4FjekKU4eyAih5T8nJuNZT1nNsskXpxmeqSK9UzkBl6UgRlnKc8hz8IEqOw==", "dev": true, + "license": "MIT", + "optional": true, "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^6.2.0" + "detect-libc": "^2.0.1" + }, + "bin": { + "node-gyp-build-optional-packages": "bin.js", + "node-gyp-build-optional-packages-optional": "optional.js", + "node-gyp-build-optional-packages-test": "build-test.js" } }, - "node_modules/protractor/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "node_modules/node-gyp/node_modules/chownr": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-3.0.0.tgz", + "integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==", "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, + "license": "BlueOak-1.0.0", "engines": { - "node": ">=7.0.0" + "node": ">=18" } }, - "node_modules/protractor/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "node_modules/node-gyp/node_modules/isexe": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz", + "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=16" + } }, - "node_modules/protractor/node_modules/find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "node_modules/node-gyp/node_modules/tar": { + "version": "7.5.2", + "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.2.tgz", + "integrity": "sha512-7NyxrTE4Anh8km8iEy7o0QYPs+0JKBTj5ZaqHg6B39erLg0qYXN3BijtShwbsNSvQ+LN75+KV+C4QR/f6Gwnpg==", "dev": true, + "license": "BlueOak-1.0.0", "dependencies": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" + "@isaacs/fs-minipass": "^4.0.0", + "chownr": "^3.0.0", + "minipass": "^7.1.2", + "minizlib": "^3.1.0", + "yallist": "^5.0.0" }, "engines": { - "node": ">=8" + "node": ">=18" } }, - "node_modules/protractor/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "node_modules/node-gyp/node_modules/which": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/which/-/which-5.0.0.tgz", + "integrity": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==", "dev": true, + "license": "ISC", + "dependencies": { + "isexe": "^3.1.1" + }, + "bin": { + "node-which": "bin/which.js" + }, "engines": { - "node": ">=8" + "node": "^18.17.0 || >=20.5.0" } }, - "node_modules/protractor/node_modules/locate-path": { + "node_modules/node-gyp/node_modules/yallist": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz", + "integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==", "dev": true, - "dependencies": { - "p-locate": "^4.1.0" - }, + "license": "BlueOak-1.0.0", "engines": { - "node": ">=8" + "node": ">=18" } }, - "node_modules/protractor/node_modules/p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "node_modules/node-releases": { + "version": "2.0.27", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz", + "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==", + "license": "MIT" + }, + "node_modules/nopt": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-8.1.0.tgz", + "integrity": "sha512-ieGu42u/Qsa4TFktmaKEwM6MQH0pOWnaB3htzh0JRtx84+Mebc0cbZYN5bC+6WTZ4+77xrL9Pn5m7CV6VIkV7A==", "dev": true, + "license": "ISC", "dependencies": { - "p-limit": "^2.2.0" + "abbrev": "^3.0.0" + }, + "bin": { + "nopt": "bin/nopt.js" }, "engines": { - "node": ">=8" + "node": "^18.17.0 || >=20.5.0" } }, - "node_modules/protractor/node_modules/path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", "dev": true, "engines": { - "node": ">=8" + "node": ">=0.10.0" } }, - "node_modules/protractor/node_modules/source-map-support": { - "version": "0.4.18", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.18.tgz", - "integrity": "sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==", + "node_modules/normalize-range": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", + "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", "dev": true, - "dependencies": { - "source-map": "^0.5.6" + "license": "MIT", + "engines": { + "node": ">=0.10.0" } }, - "node_modules/protractor/node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "node_modules/normalize.css": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/normalize.css/-/normalize.css-8.0.1.tgz", + "integrity": "sha512-qizSNPO93t1YUuUhP22btGOo3chcvDFqFaj2TRybP0DMxkHOCTYwp3n34fel4a31ORXy4m1Xq0Gyqpb5m33qIg==" + }, + "node_modules/npm-bundled": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-4.0.0.tgz", + "integrity": "sha512-IxaQZDMsqfQ2Lz37VvyyEtKLe8FsRZuysmedy/N06TU1RyVppYKXrO4xIhR0F+7ubIBox6Q7nir6fQI3ej39iA==", "dev": true, + "license": "ISC", "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" + "npm-normalize-package-bin": "^4.0.0" }, "engines": { - "node": ">=8" + "node": "^18.17.0 || >=20.5.0" } }, - "node_modules/protractor/node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "node_modules/npm-install-checks": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-7.1.2.tgz", + "integrity": "sha512-z9HJBCYw9Zr8BqXcllKIs5nI+QggAImbBdHphOzVYrz2CB4iQ6FzWyKmlqDZua+51nAu7FcemlbTc9VgQN5XDQ==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { - "ansi-regex": "^5.0.1" + "semver": "^7.1.1" }, "engines": { - "node": ">=8" + "node": "^18.17.0 || >=20.5.0" } }, - "node_modules/protractor/node_modules/wrap-ansi": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", - "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "node_modules/npm-normalize-package-bin": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-4.0.0.tgz", + "integrity": "sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==", "dev": true, - "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, + "license": "ISC", "engines": { - "node": ">=8" + "node": "^18.17.0 || >=20.5.0" } }, - "node_modules/protractor/node_modules/yargs": { - "version": "15.4.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz", - "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==", + "node_modules/npm-package-arg": { + "version": "12.0.2", + "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-12.0.2.tgz", + "integrity": "sha512-f1NpFjNI9O4VbKMOlA5QoBq/vSQPORHcTZ2feJpFkTHJ9eQkdlmZEKSjcAhxTGInC7RlEyScT9ui67NaOsjFWA==", "dev": true, + "license": "ISC", "dependencies": { - "cliui": "^6.0.0", - "decamelize": "^1.2.0", - "find-up": "^4.1.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^4.2.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^18.1.2" + "hosted-git-info": "^8.0.0", + "proc-log": "^5.0.0", + "semver": "^7.3.5", + "validate-npm-package-name": "^6.0.0" }, "engines": { - "node": ">=8" + "node": "^18.17.0 || >=20.5.0" } }, - "node_modules/protractor/node_modules/yargs-parser": { - "version": "18.1.3", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz", - "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==", + "node_modules/npm-packlist": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-9.0.0.tgz", + "integrity": "sha512-8qSayfmHJQTx3nJWYbbUmflpyarbLMBc6LCAjYsiGtXxDB68HaZpb8re6zeaLGxZzDuMdhsg70jryJe+RrItVQ==", "dev": true, + "license": "ISC", "dependencies": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" + "ignore-walk": "^7.0.0" }, "engines": { - "node": ">=6" + "node": "^18.17.0 || >=20.5.0" } }, - "node_modules/proxy-addr": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", - "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", + "node_modules/npm-pick-manifest": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-10.0.0.tgz", + "integrity": "sha512-r4fFa4FqYY8xaM7fHecQ9Z2nE9hgNfJR+EmoKv0+chvzWkBcORX3r0FpTByP+CbOVJDladMXnPQGVN8PBLGuTQ==", + "dev": true, + "license": "ISC", "dependencies": { - "forwarded": "0.2.0", - "ipaddr.js": "1.9.1" + "npm-install-checks": "^7.1.0", + "npm-normalize-package-bin": "^4.0.0", + "npm-package-arg": "^12.0.0", + "semver": "^7.3.5" }, "engines": { - "node": ">= 0.10" - } - }, - "node_modules/proxy-addr/node_modules/ipaddr.js": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", - "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", - "engines": { - "node": ">= 0.10" + "node": "^18.17.0 || >=20.5.0" } }, - "node_modules/prr": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz", - "integrity": "sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==", - "dev": true, - "optional": true - }, - "node_modules/psl": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz", - "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==" - }, - "node_modules/pstree.remy": { - "version": "1.1.8", - "resolved": "https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.8.tgz", - "integrity": "sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==", + "node_modules/npm-registry-fetch": { + "version": "18.0.2", + "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-18.0.2.tgz", + "integrity": "sha512-LeVMZBBVy+oQb5R6FDV9OlJCcWDU+al10oKpe+nsvcHnG24Z3uM3SvJYKfGJlfGjVU8v9liejCrUR/M5HO5NEQ==", "dev": true, - "license": "MIT" - }, - "node_modules/punycode": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", - "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", + "license": "ISC", + "dependencies": { + "@npmcli/redact": "^3.0.0", + "jsonparse": "^1.3.1", + "make-fetch-happen": "^14.0.0", + "minipass": "^7.0.2", + "minipass-fetch": "^4.0.0", + "minizlib": "^3.0.1", + "npm-package-arg": "^12.0.0", + "proc-log": "^5.0.0" + }, "engines": { - "node": ">=6" + "node": "^18.17.0 || >=20.5.0" } }, - "node_modules/q": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/q/-/q-1.4.1.tgz", - "integrity": "sha512-/CdEdaw49VZVmyIDGUQKDDT53c7qBkO6g5CefWz91Ae+l4+cRtcDYwMTXh6me4O8TMldeGHG3N2Bl84V78Ywbg==", + "node_modules/nth-check": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", + "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", "dev": true, - "engines": { - "node": ">=0.6.0", - "teleport": ">=0.2.0" + "license": "BSD-2-Clause", + "dependencies": { + "boolbase": "^1.0.0" + }, + "funding": { + "url": "https://github.com/fb55/nth-check?sponsor=1" } }, - "node_modules/qjobs": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/qjobs/-/qjobs-1.2.0.tgz", - "integrity": "sha512-8YOJEHtxpySA3fFDyCRxA+UUV+fA+rTWnuWvylOK/NCjhY+b4ocCtmu8TtsWb+mYeU+GCHf/S66KZF/AsteKHg==", + "node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", "dev": true, + "license": "MIT", "engines": { - "node": ">=0.9" + "node": ">=0.10.0" } }, - "node_modules/qs": { - "version": "6.5.3", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz", - "integrity": "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==", + "node_modules/object-inspect": { + "version": "1.13.4", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", + "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==", "dev": true, + "license": "MIT", "engines": { - "node": ">=0.6" - } - }, - "node_modules/querystringify": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", - "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==" - }, - "node_modules/queue-microtask": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", - "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/randombytes": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", - "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", - "dependencies": { - "safe-buffer": "^5.1.0" - } - }, - "node_modules/range-parser": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", - "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", - "engines": { - "node": ">= 0.6" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/raw-body": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz", - "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==", + "node_modules/obuf": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", + "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==", + "dev": true + }, + "node_modules/on-finished": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", + "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", + "dev": true, "dependencies": { - "bytes": "3.1.2", - "http-errors": "2.0.0", - "iconv-lite": "0.4.24", - "unpipe": "1.0.0" + "ee-first": "1.1.1" }, "engines": { "node": ">= 0.8" } }, - "node_modules/raw-body/node_modules/bytes": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", - "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "node_modules/on-headers": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.1.0.tgz", + "integrity": "sha512-737ZY3yNnXy37FHkQxPzt4UZ2UWPWiCZWLvFZ4fu5cueciegX0zGPnrlY6bwRg4FdQOe9YU8MkmJwGhoMybl8A==", + "dev": true, + "license": "MIT", "engines": { "node": ">= 0.8" } }, - "node_modules/read-package-json": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/read-package-json/-/read-package-json-7.0.0.tgz", - "integrity": "sha512-uL4Z10OKV4p6vbdvIXB+OzhInYtIozl/VxUBPgNkBuUi2DeRonnuspmaVAMcrkmfjKGNmRndyQAbE7/AmzGwFg==", + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", "dev": true, "dependencies": { - "glob": "^10.2.2", - "json-parse-even-better-errors": "^3.0.0", - "normalize-package-data": "^6.0.0", - "npm-normalize-package-bin": "^3.0.0" + "wrappy": "1" + } + }, + "node_modules/onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "dev": true, + "dependencies": { + "mimic-fn": "^2.1.0" }, "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/read-package-json-fast": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/read-package-json-fast/-/read-package-json-fast-3.0.2.tgz", - "integrity": "sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==", + "node_modules/open": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/open/-/open-10.1.0.tgz", + "integrity": "sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==", "dev": true, + "license": "MIT", "dependencies": { - "json-parse-even-better-errors": "^3.0.0", - "npm-normalize-package-bin": "^3.0.0" + "default-browser": "^5.2.1", + "define-lazy-prop": "^3.0.0", + "is-inside-container": "^1.0.0", + "is-wsl": "^3.1.0" }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/read-package-json-fast/node_modules/json-parse-even-better-errors": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.1.tgz", - "integrity": "sha512-aatBvbL26wVUCLmbWdCpeu9iF5wOyWpagiKkInA+kfws3sWdBrTnsvN2CKcyCYyUrc7rebNBlK6+kteg7ksecg==", + "node_modules/ora": { + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz", + "integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==", "dev": true, + "dependencies": { + "bl": "^4.1.0", + "chalk": "^4.1.0", + "cli-cursor": "^3.1.0", + "cli-spinners": "^2.5.0", + "is-interactive": "^1.0.0", + "is-unicode-supported": "^0.1.0", + "log-symbols": "^4.1.0", + "strip-ansi": "^6.0.0", + "wcwidth": "^1.0.1" + }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/read-package-json/node_modules/brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "node_modules/ora/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", "dev": true, - "dependencies": { - "balanced-match": "^1.0.0" + "engines": { + "node": ">=8" } }, - "node_modules/read-package-json/node_modules/glob": { - "version": "10.3.10", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz", - "integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==", + "node_modules/ora/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, "dependencies": { - "foreground-child": "^3.1.0", - "jackspeak": "^2.3.5", - "minimatch": "^9.0.1", - "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0", - "path-scurry": "^1.10.1" - }, - "bin": { - "glob": "dist/esm/bin.mjs" + "color-convert": "^2.0.1" }, "engines": { - "node": ">=16 || 14 >=14.17" + "node": ">=8" }, "funding": { - "url": "https://github.com/sponsors/isaacs" + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/read-package-json/node_modules/json-parse-even-better-errors": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.1.tgz", - "integrity": "sha512-aatBvbL26wVUCLmbWdCpeu9iF5wOyWpagiKkInA+kfws3sWdBrTnsvN2CKcyCYyUrc7rebNBlK6+kteg7ksecg==", + "node_modules/ora/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/read-package-json/node_modules/minimatch": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", - "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "node_modules/ora/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, "dependencies": { - "brace-expansion": "^2.0.1" + "color-name": "~1.1.4" }, "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" + "node": ">=7.0.0" } }, - "node_modules/readable-stream": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", - "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" + "node_modules/ora/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/ora/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" } }, - "node_modules/readdirp": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "node_modules/ora/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, "dependencies": { - "picomatch": "^2.2.1" + "ansi-regex": "^5.0.1" }, "engines": { - "node": ">=8.10.0" + "node": ">=8" } }, - "node_modules/readline2": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/readline2/-/readline2-1.0.1.tgz", - "integrity": "sha1-QQWWCP/BVHV7cV2ZidGZ/783LjU=", + "node_modules/ora/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, "dependencies": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "mute-stream": "0.0.5" + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" } }, - "node_modules/readline2/node_modules/mute-stream": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.5.tgz", - "integrity": "sha1-j7+rsKmKJT0xhDMfno3rc3L6xsA=", - "dev": true - }, - "node_modules/reflect-metadata": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.2.2.tgz", - "integrity": "sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==", - "license": "Apache-2.0" + "node_modules/ordered-binary": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/ordered-binary/-/ordered-binary-1.6.0.tgz", + "integrity": "sha512-IQh2aMfMIDbPjI/8a3Edr+PiOpcsB7yo8NdW7aHWVaoR/pcDldunMvnnwbk/auPGqmKeAdxtZl7MHX/QmPwhvQ==", + "dev": true, + "license": "MIT", + "optional": true }, - "node_modules/regenerate": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", - "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", - "dev": true + "node_modules/p-locate": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-6.0.0.tgz", + "integrity": "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==", + "dev": true, + "license": "MIT", + "dependencies": { + "p-limit": "^4.0.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } }, - "node_modules/regenerate-unicode-properties": { - "version": "10.1.1", - "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz", - "integrity": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==", + "node_modules/p-locate/node_modules/p-limit": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz", + "integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==", "dev": true, + "license": "MIT", "dependencies": { - "regenerate": "^1.4.2" + "yocto-queue": "^1.0.0" }, "engines": { - "node": ">=4" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/regenerator-runtime": { - "version": "0.14.1", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", - "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", - "dev": true + "node_modules/p-map": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-7.0.4.tgz", + "integrity": "sha512-tkAQEw8ysMzmkhgw8k+1U/iPhWNhykKnSk4Rd5zLoPJCuJaGRPo6YposrZgaxHKzDHdDWWZvE/Sk7hsL2X/CpQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-retry": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-6.2.0.tgz", + "integrity": "sha512-JA6nkq6hKyWLLasXQXUrO4z8BUZGUt/LjlJxx8Gb2+2ntodU/SS63YZ8b0LUTbQ8ZB9iwOfhEPhg4ykKnn2KsA==", + "dev": true, + "dependencies": { + "@types/retry": "0.12.2", + "is-network-error": "^1.0.0", + "retry": "^0.13.1" + }, + "engines": { + "node": ">=16.17" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } }, - "node_modules/regenerator-transform": { - "version": "0.15.2", - "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz", - "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==", + "node_modules/p-retry/node_modules/retry": { + "version": "0.13.1", + "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz", + "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", "dev": true, - "dependencies": { - "@babel/runtime": "^7.8.4" + "engines": { + "node": ">= 4" } }, - "node_modules/regex-parser": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.3.0.tgz", - "integrity": "sha512-TVILVSz2jY5D47F4mA4MppkBrafEaiUWJO/TcZHEIuI13AqoZMkK1WMA4Om1YkYbTx+9Ki1/tSUXbceyr9saRg==", - "dev": true + "node_modules/package-json-from-dist": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", + "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", + "dev": true, + "license": "BlueOak-1.0.0" }, - "node_modules/regexpu-core": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz", - "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==", + "node_modules/pacote": { + "version": "20.0.0", + "resolved": "https://registry.npmjs.org/pacote/-/pacote-20.0.0.tgz", + "integrity": "sha512-pRjC5UFwZCgx9kUFDVM9YEahv4guZ1nSLqwmWiLUnDbGsjs+U5w7z6Uc8HNR1a6x8qnu5y9xtGE6D1uAuYz+0A==", "dev": true, + "license": "ISC", "dependencies": { - "@babel/regjsgen": "^0.8.0", - "regenerate": "^1.4.2", - "regenerate-unicode-properties": "^10.1.0", - "regjsparser": "^0.9.1", - "unicode-match-property-ecmascript": "^2.0.0", - "unicode-match-property-value-ecmascript": "^2.1.0" + "@npmcli/git": "^6.0.0", + "@npmcli/installed-package-contents": "^3.0.0", + "@npmcli/package-json": "^6.0.0", + "@npmcli/promise-spawn": "^8.0.0", + "@npmcli/run-script": "^9.0.0", + "cacache": "^19.0.0", + "fs-minipass": "^3.0.0", + "minipass": "^7.0.2", + "npm-package-arg": "^12.0.0", + "npm-packlist": "^9.0.0", + "npm-pick-manifest": "^10.0.0", + "npm-registry-fetch": "^18.0.0", + "proc-log": "^5.0.0", + "promise-retry": "^2.0.1", + "sigstore": "^3.0.0", + "ssri": "^12.0.0", + "tar": "^6.1.11" + }, + "bin": { + "pacote": "bin/index.js" }, "engines": { - "node": ">=4" + "node": "^18.17.0 || >=20.5.0" } }, - "node_modules/regjsparser": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz", - "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==", + "node_modules/parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", "dev": true, "dependencies": { - "jsesc": "~0.5.0" + "callsites": "^3.0.0" }, - "bin": { - "regjsparser": "bin/parser" + "engines": { + "node": ">=6" } }, - "node_modules/request": { - "version": "2.88.2", - "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", - "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==", - "deprecated": "request has been deprecated, see https://github.com/request/request/issues/3142", - "dev": true, - "dependencies": { - "aws-sign2": "~0.7.0", - "aws4": "^1.8.0", - "caseless": "~0.12.0", - "combined-stream": "~1.0.6", - "extend": "~3.0.2", - "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "har-validator": "~5.1.3", - "http-signature": "~1.2.0", - "is-typedarray": "~1.0.0", - "isstream": "~0.1.2", - "json-stringify-safe": "~5.0.1", - "mime-types": "~2.1.19", - "oauth-sign": "~0.9.0", - "performance-now": "^2.1.0", - "qs": "~6.5.2", - "safe-buffer": "^5.1.2", - "tough-cookie": "~2.5.0", - "tunnel-agent": "^0.6.0", - "uuid": "^3.3.2" - }, + "node_modules/parent-module/node_modules/callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true, "engines": { - "node": ">= 6" + "node": ">=6" } }, - "node_modules/require-directory": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", + "node_modules/parse-json": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-even-better-errors": "^2.3.0", + "lines-and-columns": "^1.1.6" + }, "engines": { - "node": ">=0.10.0" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/require-from-string": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", - "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", + "node_modules/parse-node-version": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parse-node-version/-/parse-node-version-1.0.1.tgz", + "integrity": "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==", + "dev": true, + "license": "MIT", "engines": { - "node": ">=0.10.0" + "node": ">= 0.10" } }, - "node_modules/require-main-filename": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", - "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==", - "dev": true - }, - "node_modules/require-uncached": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/require-uncached/-/require-uncached-1.0.3.tgz", - "integrity": "sha1-Tg1W1slmL9MeQwEcS5WqSZVUIdM=", + "node_modules/parse5": { + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz", + "integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==", "dev": true, + "license": "MIT", "dependencies": { - "caller-path": "^0.1.0", - "resolve-from": "^1.0.0" + "entities": "^6.0.0" }, - "engines": { - "node": ">=0.10.0" + "funding": { + "url": "https://github.com/inikulin/parse5?sponsor=1" } }, - "node_modules/requires-port": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", - "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=" + "node_modules/parse5-html-rewriting-stream": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/parse5-html-rewriting-stream/-/parse5-html-rewriting-stream-7.0.0.tgz", + "integrity": "sha512-mazCyGWkmCRWDI15Zp+UiCqMp/0dgEmkZRvhlsqqKYr4SsVm/TvnSpD9fCvqCA2zoWJcfRym846ejWBBHRiYEg==", + "dev": true, + "license": "MIT", + "dependencies": { + "entities": "^4.3.0", + "parse5": "^7.0.0", + "parse5-sax-parser": "^7.0.0" + }, + "funding": { + "url": "https://github.com/inikulin/parse5?sponsor=1" + } }, - "node_modules/resolve": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz", - "integrity": "sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==", + "node_modules/parse5-sax-parser": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/parse5-sax-parser/-/parse5-sax-parser-7.0.0.tgz", + "integrity": "sha512-5A+v2SNsq8T6/mG3ahcz8ZtQ0OUFTatxPbeidoMB7tkJSGDY3tdfl4MHovtLQHkEn5CGxijNWRQHhRQ6IRpXKg==", "dev": true, + "license": "MIT", "dependencies": { - "is-core-module": "^2.8.1", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" + "parse5": "^7.0.0" }, - "bin": { - "resolve": "bin/resolve" + "funding": { + "url": "https://github.com/inikulin/parse5?sponsor=1" + } + }, + "node_modules/parse5/node_modules/entities": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz", + "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==", + "dev": true, + "license": "BSD-2-Clause", + "engines": { + "node": ">=0.12" }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "url": "https://github.com/fb55/entities?sponsor=1" } }, - "node_modules/resolve-from": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-1.0.1.tgz", - "integrity": "sha1-Jsv+k10a7uq7Kbw/5a6wHpPUQiY=", + "node_modules/parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", "dev": true, "engines": { - "node": ">=0.10.0" + "node": ">= 0.8" } }, - "node_modules/resolve-url-loader": { + "node_modules/path-exists": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-5.0.0.tgz", - "integrity": "sha512-uZtduh8/8srhBoMx//5bwqjQ+rfYOUq8zC9NrMUGtjBiGTtFJM42s58/36+hTqeqINcnYe08Nj3LkK9lW4N8Xg==", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz", + "integrity": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==", "dev": true, - "dependencies": { - "adjust-sourcemap-loader": "^4.0.0", - "convert-source-map": "^1.7.0", - "loader-utils": "^2.0.0", - "postcss": "^8.2.14", - "source-map": "0.6.1" - }, + "license": "MIT", "engines": { - "node": ">=12" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" } }, - "node_modules/resolve-url-loader/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", "dev": true, "engines": { "node": ">=0.10.0" } }, - "node_modules/restore-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", - "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", + "node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", "dev": true, - "dependencies": { - "onetime": "^5.1.0", - "signal-exit": "^3.0.2" - }, + "license": "MIT", "engines": { "node": ">=8" } }, - "node_modules/retry": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", - "integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==", + "node_modules/path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true + }, + "node_modules/path-scurry": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", + "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", "dev": true, + "license": "BlueOak-1.0.0", + "dependencies": { + "lru-cache": "^10.2.0", + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" + }, "engines": { - "node": ">= 4" + "node": ">=16 || 14 >=14.18" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/reusify": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "node_modules/path-scurry/node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/path-to-regexp": { + "version": "0.1.12", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz", + "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/path-type": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-6.0.0.tgz", + "integrity": "sha512-Vj7sf++t5pBD637NSfkxpHSMfWaeig5+DKWLhcqIYx6mWQz5hdJTGDVMQiJcw1ZYkhs7AazKDGpRVji1LJCZUQ==", + "dev": true, + "license": "MIT", "engines": { - "iojs": ">=1.0.0", - "node": ">=0.10.0" + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/rfdc": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.3.0.tgz", - "integrity": "sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==", - "dev": true + "node_modules/picocolors": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", + "license": "ISC" }, - "node_modules/rimraf": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.2.tgz", - "integrity": "sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w==", - "dev": true, - "dependencies": { - "glob": "^7.0.5" + "node_modules/picomatch": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", + "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", + "license": "MIT", + "engines": { + "node": ">=12" }, - "bin": { - "rimraf": "bin.js" + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" } }, - "node_modules/rollup": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.13.0.tgz", - "integrity": "sha512-3YegKemjoQnYKmsBlOHfMLVPPA5xLkQ8MHLLSw/fBrFaVkEayL51DilPpNNLq1exr98F2B1TzrV0FUlN3gWRPg==", + "node_modules/pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", "dev": true, - "dependencies": { - "@types/estree": "1.0.5" - }, - "bin": { - "rollup": "dist/bin/rollup" - }, + "license": "MIT", + "optional": true, "engines": { - "node": ">=18.0.0", - "npm": ">=8.0.0" - }, + "node": ">=6" + } + }, + "node_modules/piscina": { + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/piscina/-/piscina-4.8.0.tgz", + "integrity": "sha512-EZJb+ZxDrQf3dihsUL7p42pjNyrNIFJCrRHPMgxu/svsj+P3xS3fuEWp7k2+rfsavfl1N0G29b1HGs7J0m8rZA==", + "dev": true, + "license": "MIT", "optionalDependencies": { - "@rollup/rollup-android-arm-eabi": "4.13.0", - "@rollup/rollup-android-arm64": "4.13.0", - "@rollup/rollup-darwin-arm64": "4.13.0", - "@rollup/rollup-darwin-x64": "4.13.0", - "@rollup/rollup-linux-arm-gnueabihf": "4.13.0", - "@rollup/rollup-linux-arm64-gnu": "4.13.0", - "@rollup/rollup-linux-arm64-musl": "4.13.0", - "@rollup/rollup-linux-riscv64-gnu": "4.13.0", - "@rollup/rollup-linux-x64-gnu": "4.13.0", - "@rollup/rollup-linux-x64-musl": "4.13.0", - "@rollup/rollup-win32-arm64-msvc": "4.13.0", - "@rollup/rollup-win32-ia32-msvc": "4.13.0", - "@rollup/rollup-win32-x64-msvc": "4.13.0", - "fsevents": "~2.3.2" + "@napi-rs/nice": "^1.0.1" } }, - "node_modules/run-applescript": { + "node_modules/pkg-dir": { "version": "7.0.0", - "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.0.0.tgz", - "integrity": "sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-7.0.0.tgz", + "integrity": "sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==", + "dev": true, + "license": "MIT", + "dependencies": { + "find-up": "^6.3.0" + }, "engines": { - "node": ">=18" + "node": ">=14.16" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/run-async": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/run-async/-/run-async-3.0.0.tgz", - "integrity": "sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==", + "node_modules/postcss": { + "version": "8.5.2", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.2.tgz", + "integrity": "sha512-MjOadfU3Ys9KYoX0AdkBlFEF1Vx37uCCeN4ZHnmwm9FfpbsGWMZeBLMmmpY+6Ocqod7mkdZ0DT31OlbsFrLlkA==", "dev": true, - "engines": { - "node": ">=0.12.0" - } - }, - "node_modules/run-parallel": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", - "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", "funding": [ { - "type": "github", - "url": "https://github.com/sponsors/feross" + "type": "opencollective", + "url": "https://opencollective.com/postcss/" }, { - "type": "patreon", - "url": "https://www.patreon.com/feross" + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" }, { - "type": "consulting", - "url": "https://feross.org/support" + "type": "github", + "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { - "queue-microtask": "^1.2.2" - } - }, - "node_modules/rxjs": { - "version": "7.8.1", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", - "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", - "dependencies": { - "tslib": "^2.1.0" + "nanoid": "^3.3.8", + "picocolors": "^1.1.1", + "source-map-js": "^1.2.1" + }, + "engines": { + "node": "^10 || ^12 || >=14" } }, - "node_modules/rxjs-compat": { - "version": "6.6.7", - "resolved": "https://registry.npmjs.org/rxjs-compat/-/rxjs-compat-6.6.7.tgz", - "integrity": "sha512-szN4fK+TqBPOFBcBcsR0g2cmTTUF/vaFEOZNuSdfU8/pGFnNmmn2u8SystYXG1QMrjOPBc6XTKHMVfENDf6hHw==" - }, - "node_modules/rxjs-tslint": { - "version": "0.1.8", - "resolved": "https://registry.npmjs.org/rxjs-tslint/-/rxjs-tslint-0.1.8.tgz", - "integrity": "sha512-4MNcco1pugjNyjkUkvJ9ngJSMCuwmyc1g6EkEYzlTK0PrZxm8xVaBeBz5aPLE3AzldQbYkOErOVAayUlzQkjAg==", + "node_modules/postcss-loader": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-8.1.1.tgz", + "integrity": "sha512-0IeqyAsG6tYiDRCYKQJLAmgQr47DX6N7sFSWvQxt6AcupX8DIdmykuk/o/tx0Lze3ErGHJEp5OSRxrelC6+NdQ==", "dev": true, "dependencies": { - "chalk": "^2.4.0", - "tslint": "^5.9.1", - "tsutils": "^2.25.0", - "typescript": ">=2.8.3", - "yargs": "^15.3.1" + "cosmiconfig": "^9.0.0", + "jiti": "^1.20.0", + "semver": "^7.5.4" }, - "bin": { - "rxjs-5-to-6-migrate": "bin/rxjs-5-to-6-migrate" + "engines": { + "node": ">= 18.12.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" }, "peerDependencies": { - "tslint": "^5.0.0", - "typescript": ">=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev" + "@rspack/core": "0.x || 1.x", + "postcss": "^7.0.0 || ^8.0.1", + "webpack": "^5.0.0" + }, + "peerDependenciesMeta": { + "@rspack/core": { + "optional": true + }, + "webpack": { + "optional": true + } } }, - "node_modules/rxjs-tslint/node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "node_modules/postcss-media-query-parser": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz", + "integrity": "sha512-3sOlxmbKcSHMjlUXQZKQ06jOswE7oVkXPxmZdoB1r5l0q6gTFTQSHxNxOrCccElbW7dxNytifNEo8qidX2Vsig==", + "dev": true, + "license": "MIT" + }, + "node_modules/postcss-modules-extract-imports": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.1.0.tgz", + "integrity": "sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==", "dev": true, + "license": "ISC", "engines": { - "node": ">=8" + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" } }, - "node_modules/rxjs-tslint/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "node_modules/postcss-modules-local-by-default": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.2.0.tgz", + "integrity": "sha512-5kcJm/zk+GJDSfw+V/42fJ5fhjL5YbFDl8nVdXkJPLLW+Vf9mTD5Xe0wqIaDnLuL2U6cDNpTr+UQ+v2HWIBhzw==", "dev": true, + "license": "MIT", "dependencies": { - "color-convert": "^1.9.0" + "icss-utils": "^5.0.0", + "postcss-selector-parser": "^7.0.0", + "postcss-value-parser": "^4.1.0" }, "engines": { - "node": ">=4" + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" } }, - "node_modules/rxjs-tslint/node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "node_modules/postcss-modules-scope": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.2.1.tgz", + "integrity": "sha512-m9jZstCVaqGjTAuny8MdgE88scJnCiQSlSrOWcTQgM2t32UBe+MUmFSO5t7VMSfAf/FJKImAxBav8ooCHJXCJA==", "dev": true, + "license": "ISC", "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" + "postcss-selector-parser": "^7.0.0" }, "engines": { - "node": ">=4" + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" } }, - "node_modules/rxjs-tslint/node_modules/cliui": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", - "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", + "node_modules/postcss-modules-values": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", + "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", "dev": true, + "license": "ISC", "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^6.2.0" + "icss-utils": "^5.0.0" + }, + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" } }, - "node_modules/rxjs-tslint/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "node_modules/rxjs-tslint/node_modules/find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "node_modules/postcss-selector-parser": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz", + "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==", "dev": true, + "license": "MIT", "dependencies": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" }, "engines": { - "node": ">=8" + "node": ">=4" } }, - "node_modules/rxjs-tslint/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "node_modules/postcss-value-parser": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", + "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/proc-log": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-5.0.0.tgz", + "integrity": "sha512-Azwzvl90HaF0aCz1JrDdXQykFakSSNPaPoiZ9fm5qJIMHioDZEi7OAdRwSm6rSoPtY3Qutnm3L7ogmg3dc+wbQ==", "dev": true, + "license": "ISC", "engines": { - "node": ">=8" + "node": "^18.17.0 || >=20.5.0" } }, - "node_modules/rxjs-tslint/node_modules/locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "node_modules/process-nextick-args": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz", + "integrity": "sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw==", + "dev": true + }, + "node_modules/promise-retry": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz", + "integrity": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==", "dev": true, + "license": "MIT", "dependencies": { - "p-locate": "^4.1.0" + "err-code": "^2.0.2", + "retry": "^0.12.0" }, "engines": { - "node": ">=8" + "node": ">=10" } }, - "node_modules/rxjs-tslint/node_modules/p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "node_modules/proxy-addr": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", + "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", "dev": true, + "license": "MIT", "dependencies": { - "p-limit": "^2.2.0" + "forwarded": "0.2.0", + "ipaddr.js": "1.9.1" }, "engines": { - "node": ">=8" + "node": ">= 0.10" } }, - "node_modules/rxjs-tslint/node_modules/path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "node_modules/proxy-addr/node_modules/ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", "dev": true, + "license": "MIT", "engines": { - "node": ">=8" + "node": ">= 0.10" } }, - "node_modules/rxjs-tslint/node_modules/semver": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", - "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", + "node_modules/prr": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz", + "integrity": "sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==", "dev": true, - "bin": { - "semver": "bin/semver" + "license": "MIT", + "optional": true + }, + "node_modules/psl": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz", + "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==" + }, + "node_modules/punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", + "engines": { + "node": ">=6" } }, - "node_modules/rxjs-tslint/node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "node_modules/punycode.js": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz", + "integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==", "dev": true, - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, + "license": "MIT", "engines": { - "node": ">=8" + "node": ">=6" + } + }, + "node_modules/qjobs": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/qjobs/-/qjobs-1.2.0.tgz", + "integrity": "sha512-8YOJEHtxpySA3fFDyCRxA+UUV+fA+rTWnuWvylOK/NCjhY+b4ocCtmu8TtsWb+mYeU+GCHf/S66KZF/AsteKHg==", + "dev": true, + "engines": { + "node": ">=0.9" } }, - "node_modules/rxjs-tslint/node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "node_modules/querystringify": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", + "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==" + }, + "node_modules/queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/randombytes": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", + "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", "dev": true, + "license": "MIT", "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" + "safe-buffer": "^5.1.0" } }, - "node_modules/rxjs-tslint/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "node_modules/range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", "dev": true, - "dependencies": { - "has-flag": "^3.0.0" - }, "engines": { - "node": ">=4" + "node": ">= 0.6" } }, - "node_modules/rxjs-tslint/node_modules/tslint": { - "version": "5.20.1", - "resolved": "https://registry.npmjs.org/tslint/-/tslint-5.20.1.tgz", - "integrity": "sha512-EcMxhzCFt8k+/UP5r8waCf/lzmeSyVlqxqMEDQE7rWYiQky8KpIBz1JAoYXfROHrPZ1XXd43q8yQnULOLiBRQg==", + "node_modules/raw-body": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz", + "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==", "dev": true, "dependencies": { - "@babel/code-frame": "^7.0.0", - "builtin-modules": "^1.1.1", - "chalk": "^2.3.0", - "commander": "^2.12.1", - "diff": "^4.0.1", - "glob": "^7.1.1", - "js-yaml": "^3.13.1", - "minimatch": "^3.0.4", - "mkdirp": "^0.5.1", - "resolve": "^1.3.2", - "semver": "^5.3.0", - "tslib": "^1.8.0", - "tsutils": "^2.29.0" - }, - "bin": { - "tslint": "bin/tslint" + "bytes": "3.1.2", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" }, "engines": { - "node": ">=4.8.0" - }, - "peerDependencies": { - "typescript": ">=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >=3.0.0-dev || >= 3.1.0-dev || >= 3.2.0-dev" + "node": ">= 0.8" } }, - "node_modules/rxjs-tslint/node_modules/wrap-ansi": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", - "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "node_modules/readable-stream": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", + "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", "dev": true, "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=8" + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" } }, - "node_modules/rxjs-tslint/node_modules/wrap-ansi/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, + "node_modules/readdirp": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz", + "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==", + "license": "MIT", "engines": { - "node": ">=8" + "node": ">= 14.18.0" }, "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "type": "individual", + "url": "https://paulmillr.com/funding/" } }, - "node_modules/rxjs-tslint/node_modules/wrap-ansi/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } + "node_modules/reflect-metadata": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.2.2.tgz", + "integrity": "sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==", + "license": "Apache-2.0" }, - "node_modules/rxjs-tslint/node_modules/yargs": { - "version": "15.4.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz", - "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==", + "node_modules/regenerate": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", + "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", "dev": true, - "dependencies": { - "cliui": "^6.0.0", - "decamelize": "^1.2.0", - "find-up": "^4.1.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^4.2.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^18.1.2" - }, - "engines": { - "node": ">=8" - } + "license": "MIT" }, - "node_modules/rxjs-tslint/node_modules/yargs-parser": { - "version": "18.1.3", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz", - "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==", + "node_modules/regenerate-unicode-properties": { + "version": "10.2.2", + "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.2.tgz", + "integrity": "sha512-m03P+zhBeQd1RGnYxrGyDAPpWX/epKirLrp8e3qevZdVkKtnCrjjWczIbYc8+xd6vcTStVlqfycTx1KR4LOr0g==", "dev": true, + "license": "MIT", "dependencies": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" + "regenerate": "^1.4.2" }, "engines": { - "node": ">=6" + "node": ">=4" } }, - "node_modules/rxjs/node_modules/tslib": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", - "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" - }, - "node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + "node_modules/regenerator-runtime": { + "version": "0.14.1", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", + "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", + "dev": true, + "license": "MIT" }, - "node_modules/safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + "node_modules/regex-parser": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.3.0.tgz", + "integrity": "sha512-TVILVSz2jY5D47F4mA4MppkBrafEaiUWJO/TcZHEIuI13AqoZMkK1WMA4Om1YkYbTx+9Ki1/tSUXbceyr9saRg==", + "dev": true }, - "node_modules/sass": { - "version": "1.71.1", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.71.1.tgz", - "integrity": "sha512-wovtnV2PxzteLlfNzbgm1tFXPLoZILYAMJtvoXXkD7/+1uP41eKkIt1ypWq5/q2uT94qHjXehEYfmjKOvjL9sg==", + "node_modules/regexpu-core": { + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.4.0.tgz", + "integrity": "sha512-0ghuzq67LI9bLXpOX/ISfve/Mq33a4aFRzoQYhnnok1JOFpmE/A2TBGkNVenOGEeSBCjIiWcc6MVOG5HEQv0sA==", "dev": true, + "license": "MIT", "dependencies": { - "chokidar": ">=3.0.0 <4.0.0", - "immutable": "^4.0.0", - "source-map-js": ">=0.6.2 <2.0.0" - }, - "bin": { - "sass": "sass.js" + "regenerate": "^1.4.2", + "regenerate-unicode-properties": "^10.2.2", + "regjsgen": "^0.8.0", + "regjsparser": "^0.13.0", + "unicode-match-property-ecmascript": "^2.0.0", + "unicode-match-property-value-ecmascript": "^2.2.1" }, "engines": { - "node": ">=14.0.0" + "node": ">=4" } }, - "node_modules/sass-lint": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/sass-lint/-/sass-lint-1.13.1.tgz", - "integrity": "sha512-DSyah8/MyjzW2BWYmQWekYEKir44BpLqrCFsgs9iaWiVTcwZfwXHF586hh3D1n+/9ihUNMfd8iHAyb9KkGgs7Q==", + "node_modules/regjsgen": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.8.0.tgz", + "integrity": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==", "dev": true, - "dependencies": { - "commander": "^2.8.1", - "eslint": "^2.7.0", - "front-matter": "2.1.2", - "fs-extra": "^3.0.1", - "glob": "^7.0.0", - "globule": "^1.0.0", - "gonzales-pe-sl": "^4.2.3", - "js-yaml": "^3.5.4", - "known-css-properties": "^0.3.0", - "lodash.capitalize": "^4.1.0", - "lodash.kebabcase": "^4.0.0", - "merge": "^1.2.0", - "path-is-absolute": "^1.0.0", - "util": "^0.10.3" - }, - "bin": { - "sass-lint": "bin/sass-lint.js" - } + "license": "MIT" }, - "node_modules/sass-lint/node_modules/ajv": { - "version": "4.11.8", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-4.11.8.tgz", - "integrity": "sha512-I/bSHSNEcFFqXLf91nchoNB9D1Kie3QKcWdchYUaoIg1+1bdWDkdfdlvdIOJbi9U8xR0y+MWc5D+won9v95WlQ==", + "node_modules/regjsparser": { + "version": "0.13.0", + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.13.0.tgz", + "integrity": "sha512-NZQZdC5wOE/H3UT28fVGL+ikOZcEzfMGk/c3iN9UGxzWHMa1op7274oyiUVrAG4B2EuFhus8SvkaYnhvW92p9Q==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { - "co": "^4.6.0", - "json-stable-stringify": "^1.0.1" - } - }, - "node_modules/sass-lint/node_modules/ajv-keywords": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-1.5.1.tgz", - "integrity": "sha1-MU3QpLM2j609/NxU7eYXG4htrzw=", - "dev": true, - "peerDependencies": { - "ajv": ">=4.10.0" + "jsesc": "~3.1.0" + }, + "bin": { + "regjsparser": "bin/parser" } }, - "node_modules/sass-lint/node_modules/ansi-escapes": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-1.4.0.tgz", - "integrity": "sha1-06ioOzGapneTZisT52HHkRQiMG4=", - "dev": true, + "node_modules/require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", "engines": { "node": ">=0.10.0" } }, - "node_modules/sass-lint/node_modules/cli-cursor": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-1.0.2.tgz", - "integrity": "sha1-ZNo/fValRBLll5S9Ytw1KV6PKYc=", + "node_modules/require-from-string": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", "dev": true, - "dependencies": { - "restore-cursor": "^1.0.1" - }, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, - "node_modules/sass-lint/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dev": true, - "dependencies": { - "ms": "2.0.0" - } + "node_modules/requires-port": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", + "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=" }, - "node_modules/sass-lint/node_modules/doctrine": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-1.5.0.tgz", - "integrity": "sha1-N53Ocw9hZvds76TmcHoVmwLFpvo=", + "node_modules/resolve": { + "version": "1.22.11", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz", + "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==", "dev": true, + "license": "MIT", "dependencies": { - "esutils": "^2.0.2", - "isarray": "^1.0.0" + "is-core-module": "^2.16.1", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" }, "engines": { - "node": ">=0.10.0" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/sass-lint/node_modules/eslint": { - "version": "2.13.1", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-2.13.1.tgz", - "integrity": "sha512-29PFGeV6lLQrPaPHeCkjfgLRQPFflDiicoNZOw+c/JkaQ0Am55yUICdYZbmCiM+DSef+q7oCercimHvjNI0GAw==", + "node_modules/resolve-url-loader": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-5.0.0.tgz", + "integrity": "sha512-uZtduh8/8srhBoMx//5bwqjQ+rfYOUq8zC9NrMUGtjBiGTtFJM42s58/36+hTqeqINcnYe08Nj3LkK9lW4N8Xg==", "dev": true, "dependencies": { - "chalk": "^1.1.3", - "concat-stream": "^1.4.6", - "debug": "^2.1.1", - "doctrine": "^1.2.2", - "es6-map": "^0.1.3", - "escope": "^3.6.0", - "espree": "^3.1.6", - "estraverse": "^4.2.0", - "esutils": "^2.0.2", - "file-entry-cache": "^1.1.1", - "glob": "^7.0.3", - "globals": "^9.2.0", - "ignore": "^3.1.2", - "imurmurhash": "^0.1.4", - "inquirer": "^0.12.0", - "is-my-json-valid": "^2.10.0", - "is-resolvable": "^1.0.0", - "js-yaml": "^3.5.1", - "json-stable-stringify": "^1.0.0", - "levn": "^0.3.0", - "lodash": "^4.0.0", - "mkdirp": "^0.5.0", - "optionator": "^0.8.1", - "path-is-absolute": "^1.0.0", - "path-is-inside": "^1.0.1", - "pluralize": "^1.2.1", - "progress": "^1.1.8", - "require-uncached": "^1.0.2", - "shelljs": "^0.6.0", - "strip-json-comments": "~1.0.1", - "table": "^3.7.8", - "text-table": "~0.2.0", - "user-home": "^2.0.0" - }, - "bin": { - "eslint": "bin/eslint.js" + "adjust-sourcemap-loader": "^4.0.0", + "convert-source-map": "^1.7.0", + "loader-utils": "^2.0.0", + "postcss": "^8.2.14", + "source-map": "0.6.1" }, "engines": { - "node": ">=0.10" + "node": ">=12" } }, - "node_modules/sass-lint/node_modules/figures": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/figures/-/figures-1.7.0.tgz", - "integrity": "sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4=", + "node_modules/resolve-url-loader/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true, - "dependencies": { - "escape-string-regexp": "^1.0.5", - "object-assign": "^4.1.0" - }, "engines": { "node": ">=0.10.0" } }, - "node_modules/sass-lint/node_modules/file-entry-cache": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-1.3.1.tgz", - "integrity": "sha1-RMYepgeuS+nBQC9B9EJwy/4zT/g=", + "node_modules/restore-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", + "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", "dev": true, "dependencies": { - "flat-cache": "^1.2.1", - "object-assign": "^4.0.1" + "onetime": "^5.1.0", + "signal-exit": "^3.0.2" }, "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, - "node_modules/sass-lint/node_modules/inquirer": { + "node_modules/retry": { "version": "0.12.0", - "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-0.12.0.tgz", - "integrity": "sha1-HvK/1jUE3wvHV4X/+MLEHfEvB34=", - "dev": true, - "dependencies": { - "ansi-escapes": "^1.1.0", - "ansi-regex": "^2.0.0", - "chalk": "^1.0.0", - "cli-cursor": "^1.0.1", - "cli-width": "^2.0.0", - "figures": "^1.3.5", - "lodash": "^4.3.0", - "readline2": "^1.0.1", - "run-async": "^0.1.0", - "rx-lite": "^3.1.2", - "string-width": "^1.0.1", - "strip-ansi": "^3.0.0", - "through": "^2.3.6" - } - }, - "node_modules/sass-lint/node_modules/is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/sass-lint/node_modules/merge": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/merge/-/merge-1.2.1.tgz", - "integrity": "sha512-VjFo4P5Whtj4vsLzsYBu5ayHhoHJ0UqNm7ibvShmbmoz7tGi0vXaoJbGdB+GmDMLUdg8DpQXEIeVDAe8MaABvQ==", - "dev": true - }, - "node_modules/sass-lint/node_modules/onetime": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz", - "integrity": "sha1-ofeDj4MUxRbwXs78vEzP4EtO14k=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/sass-lint/node_modules/pluralize": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/pluralize/-/pluralize-1.2.1.tgz", - "integrity": "sha1-0aIUg/0iu0HlihL6NCGCMUCJfEU=", - "dev": true - }, - "node_modules/sass-lint/node_modules/progress": { - "version": "1.1.8", - "resolved": "https://registry.npmjs.org/progress/-/progress-1.1.8.tgz", - "integrity": "sha1-4mDHj2Fhzdmw5WzD4Khd4Xx6V74=", + "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", + "integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==", "dev": true, + "license": "MIT", "engines": { - "node": ">=0.4.0" + "node": ">= 4" } }, - "node_modules/sass-lint/node_modules/restore-cursor": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-1.0.1.tgz", - "integrity": "sha1-NGYfRohjJ/7SmRR5FSJS35LapUE=", + "node_modules/reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", "dev": true, - "dependencies": { - "exit-hook": "^1.0.0", - "onetime": "^1.0.0" - }, "engines": { + "iojs": ">=1.0.0", "node": ">=0.10.0" } }, - "node_modules/sass-lint/node_modules/run-async": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/run-async/-/run-async-0.1.0.tgz", - "integrity": "sha1-yK1KXhEGYeQCp9IbUw4AnyX444k=", + "node_modules/rfdc": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz", + "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==", "dev": true, - "dependencies": { - "once": "^1.3.0" - } - }, - "node_modules/sass-lint/node_modules/rx-lite": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/rx-lite/-/rx-lite-3.1.2.tgz", - "integrity": "sha1-Gc5QLKVyZl87ZHsQk5+X/RYV8QI=", - "dev": true + "license": "MIT" }, - "node_modules/sass-lint/node_modules/strip-json-comments": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz", - "integrity": "sha1-HhX7ysl9Pumb8tc7TGVrCCu6+5E=", + "node_modules/rollup": { + "version": "4.34.8", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.34.8.tgz", + "integrity": "sha512-489gTVMzAYdiZHFVA/ig/iYFllCcWFHMvUHI1rpFmkoUtRlQxqh6/yiNqnYibjMZ2b/+FUQwldG+aLsEt6bglQ==", "dev": true, + "license": "MIT", + "dependencies": { + "@types/estree": "1.0.6" + }, "bin": { - "strip-json-comments": "cli.js" + "rollup": "dist/bin/rollup" }, "engines": { - "node": ">=0.8.0" + "node": ">=18.0.0", + "npm": ">=8.0.0" + }, + "optionalDependencies": { + "@rollup/rollup-android-arm-eabi": "4.34.8", + "@rollup/rollup-android-arm64": "4.34.8", + "@rollup/rollup-darwin-arm64": "4.34.8", + "@rollup/rollup-darwin-x64": "4.34.8", + "@rollup/rollup-freebsd-arm64": "4.34.8", + "@rollup/rollup-freebsd-x64": "4.34.8", + "@rollup/rollup-linux-arm-gnueabihf": "4.34.8", + "@rollup/rollup-linux-arm-musleabihf": "4.34.8", + "@rollup/rollup-linux-arm64-gnu": "4.34.8", + "@rollup/rollup-linux-arm64-musl": "4.34.8", + "@rollup/rollup-linux-loongarch64-gnu": "4.34.8", + "@rollup/rollup-linux-powerpc64le-gnu": "4.34.8", + "@rollup/rollup-linux-riscv64-gnu": "4.34.8", + "@rollup/rollup-linux-s390x-gnu": "4.34.8", + "@rollup/rollup-linux-x64-gnu": "4.34.8", + "@rollup/rollup-linux-x64-musl": "4.34.8", + "@rollup/rollup-win32-arm64-msvc": "4.34.8", + "@rollup/rollup-win32-ia32-msvc": "4.34.8", + "@rollup/rollup-win32-x64-msvc": "4.34.8", + "fsevents": "~2.3.2" } }, - "node_modules/sass-lint/node_modules/table": { - "version": "3.8.3", - "resolved": "https://registry.npmjs.org/table/-/table-3.8.3.tgz", - "integrity": "sha1-K7xULw/amGGnVdOUf+/Ys/UThV8=", + "node_modules/rollup/node_modules/@types/estree": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz", + "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==", "dev": true, - "dependencies": { - "ajv": "^4.7.0", - "ajv-keywords": "^1.0.0", - "chalk": "^1.1.1", - "lodash": "^4.0.0", - "slice-ansi": "0.0.4", - "string-width": "^2.0.0" - } + "license": "MIT" }, - "node_modules/sass-lint/node_modules/table/node_modules/ansi-regex": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.1.tgz", - "integrity": "sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==", + "node_modules/run-applescript": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.0.0.tgz", + "integrity": "sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==", "dev": true, "engines": { - "node": ">=4" + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/sass-lint/node_modules/table/node_modules/string-width": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", - "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "node_modules/run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], "dependencies": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" - }, - "engines": { - "node": ">=4" + "queue-microtask": "^1.2.2" } }, - "node_modules/sass-lint/node_modules/table/node_modules/strip-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", - "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "node_modules/rxjs": { + "version": "7.8.2", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz", + "integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==", + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.1.0" + } + }, + "node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "node_modules/safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "devOptional": true + }, + "node_modules/sass": { + "version": "1.85.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.85.0.tgz", + "integrity": "sha512-3ToiC1xZ1Y8aU7+CkgCI/tqyuPXEmYGJXO7H4uqp0xkLXUqp88rQQ4j1HmP37xSJLbCJPaIiv+cT1y+grssrww==", "dev": true, + "license": "MIT", "dependencies": { - "ansi-regex": "^3.0.0" + "chokidar": "^4.0.0", + "immutable": "^5.0.2", + "source-map-js": ">=0.6.2 <2.0.0" + }, + "bin": { + "sass": "sass.js" }, "engines": { - "node": ">=4" + "node": ">=14.0.0" + }, + "optionalDependencies": { + "@parcel/watcher": "^2.4.1" } }, "node_modules/sass-loader": { - "version": "14.1.1", - "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-14.1.1.tgz", - "integrity": "sha512-QX8AasDg75monlybel38BZ49JP5Z+uSKfKwF2rO7S74BywaRmGQMUBw9dtkS+ekyM/QnP+NOrRYq8ABMZ9G8jw==", + "version": "16.0.5", + "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-16.0.5.tgz", + "integrity": "sha512-oL+CMBXrj6BZ/zOq4os+UECPL+bWqt6OAC6DWS8Ln8GZRcMDjlJ4JC3FBDuHJdYaFWIdKNIBYmtZtK2MaMkNIw==", "dev": true, + "license": "MIT", "dependencies": { "neo-async": "^2.6.2" }, @@ -14405,32 +14116,24 @@ } } }, - "node_modules/saucelabs": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/saucelabs/-/saucelabs-1.5.0.tgz", - "integrity": "sha512-jlX3FGdWvYf4Q3LFfFWS1QvPg3IGCGWxIc8QBFdPTbpTJnt/v17FHXYVAn7C8sHf1yUXo2c7yIM0isDryfYtHQ==", - "dev": true, - "dependencies": { - "https-proxy-agent": "^2.2.1" - }, - "engines": { - "node": "*" - } - }, "node_modules/sax": { "version": "1.2.4", "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==", - "dev": true + "dev": true, + "optional": true }, "node_modules/schema-utils": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", - "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.3.tgz", + "integrity": "sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==", + "dev": true, + "license": "MIT", "dependencies": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" + "@types/json-schema": "^7.0.9", + "ajv": "^8.9.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.1.0" }, "engines": { "node": ">= 10.13.0" @@ -14440,42 +14143,72 @@ "url": "https://opencollective.com/webpack" } }, - "node_modules/select-hose": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", - "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==" + "node_modules/schema-utils/node_modules/ajv": { + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", + "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3", + "fast-uri": "^3.0.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } }, - "node_modules/selenium-webdriver": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-3.6.0.tgz", - "integrity": "sha512-WH7Aldse+2P5bbFBO4Gle/nuQOdVwpHMTL6raL3uuBj/vPG07k6uzt3aiahu352ONBr5xXh0hDlM3LhtXPOC4Q==", + "node_modules/schema-utils/node_modules/ajv-formats": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", + "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", "dev": true, + "license": "MIT", "dependencies": { - "jszip": "^3.1.3", - "rimraf": "^2.5.4", - "tmp": "0.0.30", - "xml2js": "^0.4.17" + "ajv": "^8.0.0" }, - "engines": { - "node": ">= 6.9.0" + "peerDependencies": { + "ajv": "^8.0.0" + }, + "peerDependenciesMeta": { + "ajv": { + "optional": true + } } }, - "node_modules/selenium-webdriver/node_modules/tmp": { - "version": "0.0.30", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.30.tgz", - "integrity": "sha512-HXdTB7lvMwcb55XFfrTM8CPr/IYREk4hVBFaQ4b/6nInrluSL86hfHm7vu0luYKCfyBZp2trCjpc8caC3vVM3w==", + "node_modules/schema-utils/node_modules/ajv-keywords": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", + "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", "dev": true, + "license": "MIT", "dependencies": { - "os-tmpdir": "~1.0.1" + "fast-deep-equal": "^3.1.3" }, - "engines": { - "node": ">=0.4.0" + "peerDependencies": { + "ajv": "^8.8.2" } }, + "node_modules/schema-utils/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true, + "license": "MIT" + }, + "node_modules/select-hose": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", + "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==", + "dev": true + }, "node_modules/selfsigned": { "version": "2.4.1", "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.4.1.tgz", "integrity": "sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==", + "dev": true, "dependencies": { "@types/node-forge": "^1.3.0", "node-forge": "^1" @@ -14485,12 +14218,10 @@ } }, "node_modules/semver": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", - "dependencies": { - "lru-cache": "^6.0.0" - }, + "version": "7.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz", + "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==", + "license": "ISC", "bin": { "semver": "bin/semver.js" }, @@ -14498,44 +14229,12 @@ "node": ">=10" } }, - "node_modules/semver-dsl": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/semver-dsl/-/semver-dsl-1.0.1.tgz", - "integrity": "sha512-e8BOaTo007E3dMuQQTnPdalbKTABKNS7UxoBIDnwOqRa+QwMrCPjynB8zAlPF6xlqUfdLPPLIJ13hJNmhtq8Ng==", - "dev": true, - "dependencies": { - "semver": "^5.3.0" - } - }, - "node_modules/semver-dsl/node_modules/semver": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", - "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", - "dev": true, - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/semver/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/semver/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - }, "node_modules/send": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", - "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", + "version": "0.19.0", + "resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz", + "integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==", + "dev": true, + "license": "MIT", "dependencies": { "debug": "2.6.9", "depd": "2.0.0", @@ -14559,6 +14258,8 @@ "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "license": "MIT", "dependencies": { "ms": "2.0.0" } @@ -14566,12 +14267,16 @@ "node_modules/send/node_modules/debug/node_modules/ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true, + "license": "MIT" }, "node_modules/send/node_modules/mime": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "dev": true, + "license": "MIT", "bin": { "mime": "cli.js" }, @@ -14582,12 +14287,16 @@ "node_modules/send/node_modules/ms": { "version": "2.1.3", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true, + "license": "MIT" }, "node_modules/send/node_modules/on-finished": { "version": "2.4.1", "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", + "dev": true, + "license": "MIT", "dependencies": { "ee-first": "1.1.1" }, @@ -14599,6 +14308,8 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "dev": true, + "license": "MIT", "engines": { "node": ">= 0.8" } @@ -14607,6 +14318,8 @@ "version": "6.0.2", "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", + "dev": true, + "license": "BSD-3-Clause", "dependencies": { "randombytes": "^2.1.0" } @@ -14615,6 +14328,7 @@ "version": "1.9.1", "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==", + "dev": true, "dependencies": { "accepts": "~1.3.4", "batch": "0.6.1", @@ -14632,6 +14346,7 @@ "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, "dependencies": { "ms": "2.0.0" } @@ -14640,6 +14355,7 @@ "version": "1.1.2", "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", + "dev": true, "engines": { "node": ">= 0.6" } @@ -14648,6 +14364,7 @@ "version": "1.6.3", "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==", + "dev": true, "dependencies": { "depd": "~1.1.2", "inherits": "2.0.3", @@ -14661,65 +14378,52 @@ "node_modules/serve-index/node_modules/setprototypeof": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", - "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==" + "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==", + "dev": true }, "node_modules/serve-static": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", - "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", + "version": "1.16.2", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.2.tgz", + "integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==", + "dev": true, + "license": "MIT", "dependencies": { - "encodeurl": "~1.0.2", + "encodeurl": "~2.0.0", "escape-html": "~1.0.3", "parseurl": "~1.3.3", - "send": "0.18.0" + "send": "0.19.0" }, "engines": { "node": ">= 0.8.0" } }, - "node_modules/set-blocking": { + "node_modules/serve-static/node_modules/encodeurl": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", - "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", - "dev": true + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz", + "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.8" + } }, "node_modules/set-cookie-parser": { "version": "2.6.0", "resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.6.0.tgz", "integrity": "sha512-RVnVQxTXuerk653XfuliOxBP81Sf0+qfQE73LIYKcyMYHG94AuH0kgrQpRDuTZnSmjpysHmzxJXKNfa6PjFhyQ==" }, - "node_modules/set-function-length": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", - "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", - "dependencies": { - "define-data-property": "^1.1.4", - "es-errors": "^1.3.0", - "function-bind": "^1.1.2", - "get-intrinsic": "^1.2.4", - "gopd": "^1.0.1", - "has-property-descriptors": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/setimmediate": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", - "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==", - "dev": true - }, "node_modules/setprototypeof": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", - "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", + "dev": true }, "node_modules/shallow-clone": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", "dev": true, + "license": "MIT", "dependencies": { "kind-of": "^6.0.2" }, @@ -14727,47 +14431,106 @@ "node": ">=8" } }, + "node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "license": "MIT", + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, "node_modules/shell-quote": { "version": "1.8.1", "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz", "integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/side-channel": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz", + "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==", + "dev": true, + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "object-inspect": "^1.13.3", + "side-channel-list": "^1.0.0", + "side-channel-map": "^1.0.1", + "side-channel-weakmap": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/shelljs": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.6.1.tgz", - "integrity": "sha512-B1vvzXQlJ77SURr3SIUQ/afh+LwecDKAVKE1wqkBlr2PCHoZDaF6MFD+YX1u9ddQjR4z2CKx1tdqvS2Xfs5h1A==", + "node_modules/side-channel-list": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz", + "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==", "dev": true, - "bin": { - "shjs": "bin/shjs" + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "object-inspect": "^1.13.3" }, "engines": { - "node": ">=0.10.0" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/shiki": { - "version": "0.14.7", - "resolved": "https://registry.npmjs.org/shiki/-/shiki-0.14.7.tgz", - "integrity": "sha512-dNPAPrxSc87ua2sKJ3H5dQ/6ZaY8RNnaAqK+t0eG7p0Soi2ydiqbGOTaZCqaYvA/uZYfS1LJnemt3Q+mSfcPCg==", + "node_modules/side-channel-map": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz", + "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==", "dev": true, + "license": "MIT", "dependencies": { - "ansi-sequence-parser": "^1.1.0", - "jsonc-parser": "^3.2.0", - "vscode-oniguruma": "^1.7.0", - "vscode-textmate": "^8.0.0" + "call-bound": "^1.0.2", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.5", + "object-inspect": "^1.13.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/side-channel": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz", - "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==", + "node_modules/side-channel-weakmap": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz", + "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==", + "dev": true, + "license": "MIT", "dependencies": { - "call-bind": "^1.0.7", + "call-bound": "^1.0.2", "es-errors": "^1.3.0", - "get-intrinsic": "^1.2.4", - "object-inspect": "^1.13.1" + "get-intrinsic": "^1.2.5", + "object-inspect": "^1.13.3", + "side-channel-map": "^1.0.1" }, "engines": { "node": ">= 0.4" @@ -14779,80 +14542,63 @@ "node_modules/signal-exit": { "version": "3.0.7", "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true }, "node_modules/sigstore": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/sigstore/-/sigstore-2.2.2.tgz", - "integrity": "sha512-2A3WvXkQurhuMgORgT60r6pOWiCOO5LlEqY2ADxGBDGVYLSo5HN0uLtb68YpVpuL/Vi8mLTe7+0Dx2Fq8lLqEg==", - "dev": true, - "dependencies": { - "@sigstore/bundle": "^2.2.0", - "@sigstore/core": "^1.0.0", - "@sigstore/protobuf-specs": "^0.3.0", - "@sigstore/sign": "^2.2.3", - "@sigstore/tuf": "^2.3.1", - "@sigstore/verify": "^1.1.0" - }, - "engines": { - "node": "^16.14.0 || >=18.0.0" - } - }, - "node_modules/simple-update-notifier": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/simple-update-notifier/-/simple-update-notifier-2.0.0.tgz", - "integrity": "sha512-a2B9Y0KlNXl9u/vsW6sTIu9vGEpfKu2wRV6l1H3XEas/0gUIzGzBoP/IouTcUQbm9JWZLH3COxyn03TYlFax6w==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/sigstore/-/sigstore-3.1.0.tgz", + "integrity": "sha512-ZpzWAFHIFqyFE56dXqgX/DkDRZdz+rRcjoIk/RQU4IX0wiCv1l8S7ZrXDHcCc+uaf+6o7w3h2l3g6GYG5TKN9Q==", "dev": true, - "license": "MIT", + "license": "Apache-2.0", "dependencies": { - "semver": "^7.5.3" + "@sigstore/bundle": "^3.1.0", + "@sigstore/core": "^2.0.0", + "@sigstore/protobuf-specs": "^0.4.0", + "@sigstore/sign": "^3.1.0", + "@sigstore/tuf": "^3.1.0", + "@sigstore/verify": "^2.1.0" }, "engines": { - "node": ">=10" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/slash": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz", - "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz", + "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==", "dev": true, + "license": "MIT", "engines": { - "node": ">=12" + "node": ">=14.16" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/slice-ansi": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-0.0.4.tgz", - "integrity": "sha512-up04hB2hR92PgjpyU3y/eg91yIBILyjVY26NvvciY3EVVPjybkMszMpXQ9QAkcS3I5rtJBDLoTxxg+qvW8c7rw==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/smart-buffer": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==", "dev": true, + "license": "MIT", "engines": { "node": ">= 6.0.0", "npm": ">= 3.0.0" } }, "node_modules/socket.io": { - "version": "4.7.3", - "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.7.3.tgz", - "integrity": "sha512-SE+UIQXBQE+GPG2oszWMlsEmWtHVqw/h1VrYJGK5/MC7CH5p58N448HwIrtREcvR4jfdOJAY4ieQfxMr55qbbw==", + "version": "4.8.1", + "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.8.1.tgz", + "integrity": "sha512-oZ7iUCxph8WYRHHcjBEc9unw3adt5CmSNlppj/5Q4k2RIrhl8Z5yY2Xr4j9zj0+wzVZ0bxmYoGSzKJnRl6A4yg==", "dev": true, + "license": "MIT", "dependencies": { "accepts": "~1.3.4", "base64id": "~2.0.0", "cors": "~2.8.5", "debug": "~4.3.2", - "engine.io": "~6.5.2", + "engine.io": "~6.6.0", "socket.io-adapter": "~2.5.2", "socket.io-parser": "~4.2.4" }, @@ -14860,60 +14606,29 @@ "node": ">=10.2.0" } }, - "node_modules/socket.io-parser": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.4.tgz", - "integrity": "sha512-/GbIKmo8ioc+NIWIhwdecY0ge+qVBSMdgxGygevmdHj24bsfgtCmcUUcQ5ZzcylGFHsN3k4HB4Cgkl96KVnuew==", - "dev": true, - "dependencies": { - "@socket.io/component-emitter": "~3.1.0", - "debug": "~4.3.1" - }, - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/socket.io/node_modules/engine.io": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/engine.io/-/engine.io-6.5.4.tgz", - "integrity": "sha512-KdVSDKhVKyOi+r5uEabrDLZw2qXStVvCsEB/LN3mw4WFi6Gx50jTyuxYVCwAAC0U46FdnzP/ScKRBTXb/NiEOg==", - "dev": true, - "dependencies": { - "@types/cookie": "^0.4.1", - "@types/cors": "^2.8.12", - "@types/node": ">=10.0.0", - "accepts": "~1.3.4", - "base64id": "2.0.0", - "cookie": "~0.4.1", - "cors": "~2.8.5", - "debug": "~4.3.1", - "engine.io-parser": "~5.2.1", - "ws": "~8.11.0" - }, - "engines": { - "node": ">=10.2.0" - } - }, - "node_modules/socket.io/node_modules/socket.io-adapter": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.5.2.tgz", - "integrity": "sha512-87C3LO/NOMc+eMcpcxUBebGjkpMDkNBS9tf7KJqcDsmL936EChtVva71Dw2q4tQcuVC+hAUy4an2NO/sYXmwRA==", + "node_modules/socket.io-adapter": { + "version": "2.5.5", + "resolved": "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.5.5.tgz", + "integrity": "sha512-eLDQas5dzPgOWCk9GuuJC2lBqItuhKI4uxGgo9aIV7MYbk2h9Q6uULEh8WBzThoI7l+qU9Ast9fVUmkqPP9wYg==", "dev": true, + "license": "MIT", "dependencies": { - "ws": "~8.11.0" + "debug": "~4.3.4", + "ws": "~8.17.1" } }, - "node_modules/socket.io/node_modules/ws": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz", - "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", + "node_modules/socket.io-adapter/node_modules/ws": { + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", + "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=10.0.0" }, "peerDependencies": { "bufferutil": "^4.0.1", - "utf-8-validate": "^5.0.2" + "utf-8-validate": ">=5.0.2" }, "peerDependenciesMeta": { "bufferutil": { @@ -14924,10 +14639,24 @@ } } }, + "node_modules/socket.io-parser": { + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.4.tgz", + "integrity": "sha512-/GbIKmo8ioc+NIWIhwdecY0ge+qVBSMdgxGygevmdHj24bsfgtCmcUUcQ5ZzcylGFHsN3k4HB4Cgkl96KVnuew==", + "dev": true, + "dependencies": { + "@socket.io/component-emitter": "~3.1.0", + "debug": "~4.3.1" + }, + "engines": { + "node": ">=10.0.0" + } + }, "node_modules/sockjs": { "version": "0.3.24", "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz", "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==", + "dev": true, "dependencies": { "faye-websocket": "^0.11.3", "uuid": "^8.3.2", @@ -14938,17 +14667,19 @@ "version": "8.3.2", "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "dev": true, "bin": { "uuid": "dist/bin/uuid" } }, "node_modules/socks": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.1.tgz", - "integrity": "sha512-B6w7tkwNid7ToxjZ08rQMT8M9BJAf8DKx8Ft4NivzH0zBUfd6jldGcisJn/RLgxcX3FPNDdNQCUEMMT79b+oCQ==", + "version": "2.8.7", + "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.7.tgz", + "integrity": "sha512-HLpt+uLy/pxB+bum/9DzAgiKS8CX1EvbWxI4zlmgGCExImLdiad2iCwXT5Z4c9c3Eq8rP2318mPW2c+QbtjK8A==", "dev": true, + "license": "MIT", "dependencies": { - "ip-address": "^9.0.5", + "ip-address": "^10.0.1", "smart-buffer": "^4.2.0" }, "engines": { @@ -14957,45 +14688,36 @@ } }, "node_modules/socks-proxy-agent": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.2.tgz", - "integrity": "sha512-8zuqoLv1aP/66PHF5TqwJ7Czm3Yv32urJQHrVyhD7mmA6d61Zv8cIXQYPTWwmg6qlupnPvs/QKDmfa4P/qct2g==", + "version": "8.0.5", + "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.5.tgz", + "integrity": "sha512-HehCEsotFqbPW9sJ8WVYB6UbmIMv7kUUORIF2Nncq4VQvBfNBLibW9YZR5dlYCSUhwcD628pRllm7n+E+YTzJw==", "dev": true, + "license": "MIT", "dependencies": { - "agent-base": "^7.0.2", + "agent-base": "^7.1.2", "debug": "^4.3.4", - "socks": "^2.7.1" + "socks": "^2.8.3" }, "engines": { "node": ">= 14" } }, "node_modules/socks-proxy-agent/node_modules/agent-base": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz", - "integrity": "sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==", + "version": "7.1.4", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz", + "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==", "dev": true, - "dependencies": { - "debug": "^4.3.4" - }, + "license": "MIT", "engines": { "node": ">= 14" } }, - "node_modules/source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/source-map-js": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", - "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", + "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", "dev": true, + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } @@ -15036,6 +14758,7 @@ "version": "0.5.21", "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + "dev": true, "dependencies": { "buffer-from": "^1.0.0", "source-map": "^0.6.0" @@ -15045,6 +14768,7 @@ "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, "engines": { "node": ">=0.10.0" } @@ -15054,6 +14778,7 @@ "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz", "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==", "dev": true, + "license": "Apache-2.0", "dependencies": { "spdx-expression-parse": "^3.0.0", "spdx-license-ids": "^3.0.0" @@ -15063,28 +14788,32 @@ "version": "2.5.0", "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz", "integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==", - "dev": true + "dev": true, + "license": "CC-BY-3.0" }, "node_modules/spdx-expression-parse": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", "dev": true, + "license": "MIT", "dependencies": { "spdx-exceptions": "^2.1.0", "spdx-license-ids": "^3.0.0" } }, "node_modules/spdx-license-ids": { - "version": "3.0.17", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.17.tgz", - "integrity": "sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg==", - "dev": true + "version": "3.0.22", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.22.tgz", + "integrity": "sha512-4PRT4nh1EImPbt2jASOKHX7PB7I+e4IWNLvkKFDxNhJlfjbYlleYQh285Z/3mPTHSAK/AvdMmw5BNNuYH8ShgQ==", + "dev": true, + "license": "CC0-1.0" }, "node_modules/spdy": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz", "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", + "dev": true, "dependencies": { "debug": "^4.1.0", "handle-thing": "^2.0.0", @@ -15100,6 +14829,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz", "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", + "dev": true, "dependencies": { "debug": "^4.1.0", "detect-node": "^2.0.4", @@ -15113,6 +14843,7 @@ "version": "3.6.2", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dev": true, "dependencies": { "inherits": "^2.0.3", "string_decoder": "^1.1.1", @@ -15122,53 +14853,24 @@ "node": ">= 6" } }, - "node_modules/sprintf-js": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz", - "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==", - "dev": true - }, - "node_modules/sshpk": { - "version": "1.18.0", - "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.18.0.tgz", - "integrity": "sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==", - "dev": true, - "dependencies": { - "asn1": "~0.2.3", - "assert-plus": "^1.0.0", - "bcrypt-pbkdf": "^1.0.0", - "dashdash": "^1.12.0", - "ecc-jsbn": "~0.1.1", - "getpass": "^0.1.1", - "jsbn": "~0.1.0", - "safer-buffer": "^2.0.2", - "tweetnacl": "~0.14.0" - }, - "bin": { - "sshpk-conv": "bin/sshpk-conv", - "sshpk-sign": "bin/sshpk-sign", - "sshpk-verify": "bin/sshpk-verify" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/ssri": { - "version": "10.0.5", - "resolved": "https://registry.npmjs.org/ssri/-/ssri-10.0.5.tgz", - "integrity": "sha512-bSf16tAFkGeRlUNDjXu8FzaMQt6g2HZJrun7mtMbIPOddxt3GLMSz5VWUWcqTJUPfLEaDIepGxv+bYQW49596A==", + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-12.0.0.tgz", + "integrity": "sha512-S7iGNosepx9RadX82oimUkvr0Ct7IjJbEbs4mJcTxst8um95J3sDYU1RBEOvdu6oL1Wek2ODI5i4MAw+dZ6cAQ==", "dev": true, + "license": "ISC", "dependencies": { "minipass": "^7.0.3" }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/statuses": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=", + "dev": true, "engines": { "node": ">= 0.6" } @@ -15226,22 +14928,26 @@ "version": "1.1.1", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, "dependencies": { "safe-buffer": "~5.1.0" } }, "node_modules/string-width": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", - "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", - "dev": true, + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz", + "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==", + "license": "MIT", "dependencies": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" + "emoji-regex": "^10.3.0", + "get-east-asian-width": "^1.0.0", + "strip-ansi": "^7.1.0" }, "engines": { - "node": ">=0.10.0" + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/string-width-cjs": { @@ -15249,6 +14955,8 @@ "version": "4.2.3", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "license": "MIT", "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", @@ -15262,6 +14970,8 @@ "version": "5.0.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -15270,6 +14980,8 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -15278,6 +14990,8 @@ "version": "6.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "license": "MIT", "dependencies": { "ansi-regex": "^5.0.1" }, @@ -15285,16 +14999,25 @@ "node": ">=8" } }, + "node_modules/string-width/node_modules/emoji-regex": { + "version": "10.6.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz", + "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==", + "license": "MIT" + }, "node_modules/strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", - "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", - "dev": true, + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz", + "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==", + "license": "MIT", "dependencies": { - "ansi-regex": "^2.0.0" + "ansi-regex": "^6.0.1" }, "engines": { - "node": ">=0.10.0" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" } }, "node_modules/strip-ansi-cjs": { @@ -15302,6 +15025,8 @@ "version": "6.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "license": "MIT", "dependencies": { "ansi-regex": "^5.0.1" }, @@ -15313,18 +15038,12 @@ "version": "5.0.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, - "node_modules/strip-final-newline": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", - "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", - "engines": { - "node": ">=6" - } - }, "node_modules/strip-json-comments": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", @@ -15338,15 +15057,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/supports-color": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", - "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", - "dev": true, - "engines": { - "node": ">=0.8.0" - } - }, "node_modules/supports-preserve-symlinks-flag": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", @@ -15369,18 +15079,25 @@ } }, "node_modules/tapable": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", - "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz", + "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==", + "dev": true, + "license": "MIT", "engines": { "node": ">=6" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" } }, "node_modules/tar": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.0.tgz", - "integrity": "sha512-/Wo7DcT0u5HUV486xg675HtjNd3BXZ6xDbzsCUZPt5iw8bTQ63bP0Raut3mvro9u+CUyq7YQd8Cx55fsZXxqLQ==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz", + "integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==", "dev": true, + "license": "ISC", "dependencies": { "chownr": "^2.0.0", "fs-minipass": "^2.0.0", @@ -15398,6 +15115,7 @@ "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", "dev": true, + "license": "ISC", "dependencies": { "minipass": "^3.0.0" }, @@ -15410,6 +15128,7 @@ "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", "dev": true, + "license": "ISC", "dependencies": { "yallist": "^4.0.0" }, @@ -15422,6 +15141,34 @@ "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", "dev": true, + "license": "ISC", + "engines": { + "node": ">=8" + } + }, + "node_modules/tar/node_modules/minizlib": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", + "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", + "dev": true, + "license": "MIT", + "dependencies": { + "minipass": "^3.0.0", + "yallist": "^4.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/tar/node_modules/minizlib/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dev": true, + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, "engines": { "node": ">=8" } @@ -15431,6 +15178,7 @@ "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", "dev": true, + "license": "MIT", "bin": { "mkdirp": "bin/cmd.js" }, @@ -15442,12 +15190,15 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/terser": { - "version": "5.29.1", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.29.1.tgz", - "integrity": "sha512-lZQ/fyaIGxsbGxApKmoPTODIzELy3++mXhS5hOqaAWZjQtpq/hFHAc+rm29NND1rYRxRWKcjuARNwULNXa5RtQ==", + "version": "5.39.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.39.0.tgz", + "integrity": "sha512-LBAhFyLho16harJoWMg/nZsQYgTrg5jXOn2nCYjRUcZZEdE3qa2zb8QEDRUGVZBW4rlazf2fxkg8tztybTaqWw==", + "dev": true, + "license": "BSD-2-Clause", "dependencies": { "@jridgewell/source-map": "^0.3.3", "acorn": "^8.8.2", @@ -15462,15 +15213,17 @@ } }, "node_modules/terser-webpack-plugin": { - "version": "5.3.10", - "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz", - "integrity": "sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==", + "version": "5.3.14", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.14.tgz", + "integrity": "sha512-vkZjpUjb6OMS7dhV+tILUW6BhpDR7P2L/aQSAv+Uwk+m8KATX9EccViHTJR2qDtACKPIYndLGCyl3FMo+r2LMw==", + "dev": true, + "license": "MIT", "dependencies": { - "@jridgewell/trace-mapping": "^0.3.20", + "@jridgewell/trace-mapping": "^0.3.25", "jest-worker": "^27.4.5", - "schema-utils": "^3.1.1", - "serialize-javascript": "^6.0.1", - "terser": "^5.26.0" + "schema-utils": "^4.3.0", + "serialize-javascript": "^6.0.2", + "terser": "^5.31.1" }, "engines": { "node": ">= 10.13.0" @@ -15495,69 +15248,71 @@ } }, "node_modules/terser-webpack-plugin/node_modules/@jridgewell/trace-mapping": { - "version": "0.3.20", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz", - "integrity": "sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==", + "version": "0.3.31", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", + "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", + "dev": true, + "license": "MIT", "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", "@jridgewell/sourcemap-codec": "^1.4.14" } }, - "node_modules/test-exclude": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", - "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", + "node_modules/thingies": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/thingies/-/thingies-2.5.0.tgz", + "integrity": "sha512-s+2Bwztg6PhWUD7XMfeYm5qliDdSiZm7M7n8KjTkIsm3l/2lgVRc2/Gx/v+ZX8lT4FMA+i8aQvhcWylldc+ZNw==", "dev": true, - "dependencies": { - "@istanbuljs/schema": "^0.1.2", - "glob": "^7.1.4", - "minimatch": "^3.0.4" - }, + "license": "MIT", "engines": { - "node": ">=8" - } - }, - "node_modules/text-table": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", - "dev": true - }, - "node_modules/through": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", - "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=", - "dev": true + "node": ">=10.18" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/streamich" + }, + "peerDependencies": { + "tslib": "^2" + } }, "node_modules/thunky": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz", - "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==" + "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==", + "dev": true }, - "node_modules/tmp": { - "version": "0.0.33", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", - "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", - "dev": true, + "node_modules/tinyglobby": { + "version": "0.2.15", + "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz", + "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==", + "license": "MIT", "dependencies": { - "os-tmpdir": "~1.0.2" + "fdir": "^6.5.0", + "picomatch": "^4.0.3" }, "engines": { - "node": ">=0.6.0" + "node": ">=12.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/SuperchupuDev" } }, - "node_modules/to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", + "node_modules/tmp": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.5.tgz", + "integrity": "sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==", + "dev": true, + "license": "MIT", "engines": { - "node": ">=4" + "node": ">=14.14" } }, "node_modules/to-regex-range": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "license": "MIT", "dependencies": { "is-number": "^7.0.0" }, @@ -15569,31 +15324,9 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", - "engines": { - "node": ">=0.6" - } - }, - "node_modules/touch": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/touch/-/touch-3.1.1.tgz", - "integrity": "sha512-r0eojU4bI8MnHr8c5bNo7lJDdI2qXlWWJk6a9EAFG7vbhTjElYhBVS3/miuE0uOuoLdb8Mc/rVfsmm6eo5o9GA==", - "dev": true, - "license": "ISC", - "bin": { - "nodetouch": "bin/nodetouch.js" - } - }, - "node_modules/tough-cookie": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", - "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", "dev": true, - "dependencies": { - "psl": "^1.1.28", - "punycode": "^2.1.1" - }, "engines": { - "node": ">=0.8" + "node": ">=0.6" } }, "node_modules/tr46": { @@ -15601,6 +15334,23 @@ "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=" }, + "node_modules/tree-dump": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/tree-dump/-/tree-dump-1.1.0.tgz", + "integrity": "sha512-rMuvhU4MCDbcbnleZTFezWsaZXRFemSqAM+7jPnzUl1fo9w3YEKOxAeui0fz3OI4EU4hf23iyA7uQRVko+UaBA==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=10.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/streamich" + }, + "peerDependencies": { + "tslib": "2" + } + }, "node_modules/tree-kill": { "version": "1.2.2", "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz", @@ -15610,15 +15360,6 @@ "tree-kill": "cli.js" } }, - "node_modules/ts-helpers": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/ts-helpers/-/ts-helpers-1.1.2.tgz", - "integrity": "sha1-/Gm+nx87rtAfsaDvjUz+dIgU2DU=", - "dev": true, - "peerDependencies": { - "typescript": ">=1.8.0 <2.1.0 || >=1.9.0-dev || >=2.0.0-dev || || >=2.1.0-dev" - } - }, "node_modules/ts-node": { "version": "10.9.2", "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz", @@ -15663,167 +15404,56 @@ } }, "node_modules/tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", - "dev": true - }, - "node_modules/tslint": { - "version": "6.1.3", - "resolved": "https://registry.npmjs.org/tslint/-/tslint-6.1.3.tgz", - "integrity": "sha512-IbR4nkT96EQOvKE2PW/djGz8iGNeJ4rF2mBfiYaR/nvUWYKJhLwimoJKgjIFEIDibBtOevj7BqCRL4oHeWWUCg==", - "deprecated": "TSLint has been deprecated in favor of ESLint. Please see https://github.com/palantir/tslint/issues/4534 for more information.", - "dev": true, - "dependencies": { - "@babel/code-frame": "^7.0.0", - "builtin-modules": "^1.1.1", - "chalk": "^2.3.0", - "commander": "^2.12.1", - "diff": "^4.0.1", - "glob": "^7.1.1", - "js-yaml": "^3.13.1", - "minimatch": "^3.0.4", - "mkdirp": "^0.5.3", - "resolve": "^1.3.2", - "semver": "^5.3.0", - "tslib": "^1.13.0", - "tsutils": "^2.29.0" - }, - "bin": { - "tslint": "bin/tslint" - }, - "engines": { - "node": ">=4.8.0" - }, - "peerDependencies": { - "typescript": ">=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >=3.0.0-dev || >= 3.1.0-dev || >= 3.2.0-dev || >= 4.0.0-dev" - } - }, - "node_modules/tslint/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/tslint/node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/tslint/node_modules/semver": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", - "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", - "dev": true, - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/tslint/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/tsutils": { - "version": "2.29.0", - "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-2.29.0.tgz", - "integrity": "sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA==", - "dev": true, - "dependencies": { - "tslib": "^1.8.1" - }, - "peerDependencies": { - "typescript": ">=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >= 3.0.0-dev || >= 3.1.0-dev" - } + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", + "license": "0BSD" }, "node_modules/tuf-js": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tuf-js/-/tuf-js-2.2.0.tgz", - "integrity": "sha512-ZSDngmP1z6zw+FIkIBjvOp/II/mIub/O7Pp12j1WNsiCpg5R5wAc//i555bBQsE44O94btLt0xM/Zr2LQjwdCg==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/tuf-js/-/tuf-js-3.1.0.tgz", + "integrity": "sha512-3T3T04WzowbwV2FDiGXBbr81t64g1MUGGJRgT4x5o97N+8ArdhVCAF9IxFrxuSJmM3E5Asn7nKHkao0ibcZXAg==", "dev": true, + "license": "MIT", "dependencies": { - "@tufjs/models": "2.0.0", - "debug": "^4.3.4", - "make-fetch-happen": "^13.0.0" + "@tufjs/models": "3.0.1", + "debug": "^4.4.1", + "make-fetch-happen": "^14.0.3" }, "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, - "node_modules/tunnel-agent": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", - "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==", + "node_modules/tuf-js/node_modules/debug": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", "dev": true, + "license": "MIT", "dependencies": { - "safe-buffer": "^5.0.1" + "ms": "^2.1.3" }, "engines": { - "node": "*" - } - }, - "node_modules/tweetnacl": { - "version": "0.14.5", - "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", - "integrity": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==", - "dev": true - }, - "node_modules/type": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/type/-/type-1.2.0.tgz", - "integrity": "sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==", - "dev": true - }, - "node_modules/type-check": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", - "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=", - "dev": true, - "dependencies": { - "prelude-ls": "~1.1.2" + "node": ">=6.0" }, - "engines": { - "node": ">= 0.8.0" + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } } }, - "node_modules/type-fest": { - "version": "0.21.3", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", - "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", + "node_modules/tuf-js/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } + "license": "MIT" }, "node_modules/type-is": { "version": "1.6.18", "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "dev": true, "dependencies": { "media-typer": "0.3.0", "mime-types": "~2.1.24" @@ -15838,48 +15468,45 @@ "integrity": "sha512-KNNZtayBCtmnNmbo5mG47p1XsCyrx6iVqomjcZnec/1Y5GGARaxPs6r49RnSPeUP3YjNYiU9sQHAtY4BBvnZwg==", "dev": true }, - "node_modules/typedarray": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", - "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=", - "dev": true - }, "node_modules/typedoc": { - "version": "0.25.13", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.13.tgz", - "integrity": "sha512-pQqiwiJ+Z4pigfOnnysObszLiU3mVLWAExSPf+Mu06G/qsc3wzbuM56SZQvONhHLncLUhYzOVkjFFpFfL5AzhQ==", + "version": "0.27.9", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.27.9.tgz", + "integrity": "sha512-/z585740YHURLl9DN2jCWe6OW7zKYm6VoQ93H0sxZ1cwHQEQrUn5BJrEnkWhfzUdyO+BLGjnKUZ9iz9hKloFDw==", "dev": true, "license": "Apache-2.0", "dependencies": { + "@gerrit0/mini-shiki": "^1.24.0", "lunr": "^2.3.9", - "marked": "^4.3.0", - "minimatch": "^9.0.3", - "shiki": "^0.14.7" + "markdown-it": "^14.1.0", + "minimatch": "^9.0.5", + "yaml": "^2.6.1" }, "bin": { "typedoc": "bin/typedoc" }, "engines": { - "node": ">= 16" + "node": ">= 18" }, "peerDependencies": { - "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x" + "typescript": "5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x || 5.7.x || 5.8.x" } }, "node_modules/typedoc/node_modules/brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", + "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==", "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" } }, "node_modules/typedoc/node_modules/minimatch": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", - "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -15891,9 +15518,9 @@ } }, "node_modules/typescript": { - "version": "5.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", - "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", @@ -15903,46 +15530,26 @@ "node": ">=14.17" } }, - "node_modules/uglify-js": { - "version": "3.15.3", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.15.3.tgz", - "integrity": "sha512-6iCVm2omGJbsu3JWac+p6kUiOpg3wFO2f8lIXjfEb8RrmLjzog1wTPMmwKB7swfzzqxj9YM+sGUM++u1qN4qJg==", - "dev": true, - "optional": true, - "bin": { - "uglifyjs": "bin/uglifyjs" - }, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/undefsafe": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.5.tgz", - "integrity": "sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==", + "node_modules/uc.micro": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz", + "integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==", "dev": true, "license": "MIT" }, - "node_modules/undici": { - "version": "6.11.1", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.11.1.tgz", - "integrity": "sha512-KyhzaLJnV1qa3BSHdj4AZ2ndqI0QWPxYzaIOio0WzcEJB9gvuysprJSLtpvc2D9mhR9jPDUk7xlJlZbH2KR5iw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=18.0" - } - }, "node_modules/undici-types": { - "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", + "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", + "dev": true, + "license": "MIT" }, "node_modules/unicode-canonical-property-names-ecmascript": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", - "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz", + "integrity": "sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } @@ -15952,6 +15559,7 @@ "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", "dev": true, + "license": "MIT", "dependencies": { "unicode-canonical-property-names-ecmascript": "^2.0.0", "unicode-property-aliases-ecmascript": "^2.0.0" @@ -15961,68 +15569,77 @@ } }, "node_modules/unicode-match-property-value-ecmascript": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz", - "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.1.tgz", + "integrity": "sha512-JQ84qTuMg4nVkx8ga4A16a1epI9H6uTXAknqxkGF/aFfRLw1xC/Bp24HNLaZhHSkWd3+84t8iXnp1J0kYcZHhg==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/unicode-property-aliases-ecmascript": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", - "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.2.0.tgz", + "integrity": "sha512-hpbDzxUY9BFwX+UeBnxv3Sh1q7HFxj48DTmXchNgRa46lO8uj3/1iEn3MiNUYTg1g9ctIqXCCERn8gYZhHC5lQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, - "node_modules/unique-filename": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-3.0.0.tgz", - "integrity": "sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g==", + "node_modules/unicorn-magic": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.3.0.tgz", + "integrity": "sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==", "dev": true, - "dependencies": { - "unique-slug": "^4.0.0" - }, + "license": "MIT", "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/unique-slug": { + "node_modules/unique-filename": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-4.0.0.tgz", - "integrity": "sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==", + "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-4.0.0.tgz", + "integrity": "sha512-XSnEewXmQ+veP7xX2dS5Q4yZAvO40cBN2MWkJ7D/6sW4Dg6wYBNwM1Vrnz1FhH5AdeLIlUXRI9e28z1YZi71NQ==", "dev": true, + "license": "ISC", "dependencies": { - "imurmurhash": "^0.1.4" + "unique-slug": "^5.0.0" }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, - "node_modules/universalify": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", + "node_modules/unique-slug": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-5.0.0.tgz", + "integrity": "sha512-9OdaqO5kwqR+1kVgHAhsp5vPNU0hnxRa26rBFNfNgM7M6pNtgzeBn3s/xbyCQL3dcjzOatcef6UUHpB/6MaETg==", "dev": true, + "license": "ISC", + "dependencies": { + "imurmurhash": "^0.1.4" + }, "engines": { - "node": ">= 4.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/unpipe": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=", + "dev": true, "engines": { "node": ">= 0.8" } }, "node_modules/update-browserslist-db": { - "version": "1.0.13", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz", - "integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.4.tgz", + "integrity": "sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==", "funding": [ { "type": "opencollective", @@ -16037,9 +15654,10 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { - "escalade": "^3.1.1", - "picocolors": "^1.0.0" + "escalade": "^3.2.0", + "picocolors": "^1.1.1" }, "bin": { "update-browserslist-db": "cli.js" @@ -16052,38 +15670,12 @@ "version": "4.4.1", "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "dev": true, "license": "BSD-2-Clause", "dependencies": { "punycode": "^2.1.0" } }, - "node_modules/url-loader": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/url-loader/-/url-loader-4.1.1.tgz", - "integrity": "sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==", - "dev": true, - "dependencies": { - "loader-utils": "^2.0.0", - "mime-types": "^2.1.27", - "schema-utils": "^3.0.0" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "file-loader": "*", - "webpack": "^4.0.0 || ^5.0.0" - }, - "peerDependenciesMeta": { - "file-loader": { - "optional": true - } - } - }, "node_modules/url-parse": { "version": "1.5.10", "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", @@ -16093,50 +15685,21 @@ "requires-port": "^1.0.0" } }, - "node_modules/user-home": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/user-home/-/user-home-2.0.0.tgz", - "integrity": "sha1-nHC/2Babwdy/SGBODwS4tJzenp8=", - "dev": true, - "dependencies": { - "os-homedir": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/util": { - "version": "0.10.4", - "resolved": "https://registry.npmjs.org/util/-/util-0.10.4.tgz", - "integrity": "sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==", - "dev": true, - "dependencies": { - "inherits": "2.0.3" - } - }, "node_modules/util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", + "dev": true }, "node_modules/utils-merge": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=", + "dev": true, "engines": { "node": ">= 0.4.0" } }, - "node_modules/uuid": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", - "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", - "dev": true, - "bin": { - "uuid": "bin/uuid" - } - }, "node_modules/v8-compile-cache-lib": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz", @@ -16148,61 +15711,50 @@ "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", "dev": true, + "license": "Apache-2.0", "dependencies": { "spdx-correct": "^3.0.0", "spdx-expression-parse": "^3.0.0" } }, "node_modules/validate-npm-package-name": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-5.0.0.tgz", - "integrity": "sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-6.0.2.tgz", + "integrity": "sha512-IUoow1YUtvoBBC06dXs8bR8B9vuA3aJfmQNKMoaPG/OFsPmoQvw8xh+6Ye25Gx9DQhoEom3Pcu9MKHerm/NpUQ==", "dev": true, - "dependencies": { - "builtins": "^5.0.0" - }, + "license": "ISC", "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/vary": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", - "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/verror": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", - "integrity": "sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==", - "dev": true, - "engines": [ - "node >=0.6.0" - ], - "dependencies": { - "assert-plus": "^1.0.0", - "core-util-is": "1.0.2", - "extsprintf": "^1.2.0" + "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=", + "dev": true, + "engines": { + "node": ">= 0.8" } }, "node_modules/vite": { - "version": "5.1.7", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.1.7.tgz", - "integrity": "sha512-sgnEEFTZYMui/sTlH1/XEnVNHMujOahPLGMxn1+5sIT45Xjng1Ec1K78jRP15dSmVgg5WBin9yO81j3o9OxofA==", + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.1.tgz", + "integrity": "sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==", "dev": true, "license": "MIT", "dependencies": { - "esbuild": "^0.19.3", - "postcss": "^8.4.35", - "rollup": "^4.2.0" + "esbuild": "^0.25.0", + "fdir": "^6.4.4", + "picomatch": "^4.0.2", + "postcss": "^8.5.3", + "rollup": "^4.34.9", + "tinyglobby": "^0.2.13" }, "bin": { "vite": "bin/vite.js" }, "engines": { - "node": "^18.0.0 || >=20.0.0" + "node": "^18.0.0 || ^20.0.0 || >=22.0.0" }, "funding": { "url": "https://github.com/vitejs/vite?sponsor=1" @@ -16211,18 +15763,25 @@ "fsevents": "~2.3.3" }, "peerDependencies": { - "@types/node": "^18.0.0 || >=20.0.0", + "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0", + "jiti": ">=1.21.0", "less": "*", "lightningcss": "^1.21.0", "sass": "*", + "sass-embedded": "*", "stylus": "*", "sugarss": "*", - "terser": "^5.4.0" + "terser": "^5.16.0", + "tsx": "^4.8.1", + "yaml": "^2.4.2" }, "peerDependenciesMeta": { "@types/node": { "optional": true }, + "jiti": { + "optional": true + }, "less": { "optional": true }, @@ -16232,6 +15791,9 @@ "sass": { "optional": true }, + "sass-embedded": { + "optional": true + }, "stylus": { "optional": true }, @@ -16240,413 +15802,322 @@ }, "terser": { "optional": true + }, + "tsx": { + "optional": true + }, + "yaml": { + "optional": true } } }, - "node_modules/vite/node_modules/@esbuild/aix-ppc64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.19.12.tgz", - "integrity": "sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==", - "cpu": [ - "ppc64" - ], - "dev": true, - "optional": true, - "os": [ - "aix" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/android-arm": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.12.tgz", - "integrity": "sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w==", + "node_modules/vite/node_modules/@rollup/rollup-android-arm-eabi": { + "version": "4.53.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.53.3.tgz", + "integrity": "sha512-mRSi+4cBjrRLoaal2PnqH82Wqyb+d3HsPUN/W+WslCXsZsyHa9ZeQQX/pQsZaVIWDkPcpV6jJ+3KLbTbgnwv8w==", "cpu": [ "arm" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "android" - ], - "engines": { - "node": ">=12" - } + ] }, - "node_modules/vite/node_modules/@esbuild/android-arm64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.12.tgz", - "integrity": "sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==", + "node_modules/vite/node_modules/@rollup/rollup-android-arm64": { + "version": "4.53.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.53.3.tgz", + "integrity": "sha512-CbDGaMpdE9sh7sCmTrTUyllhrg65t6SwhjlMJsLr+J8YjFuPmCEjbBSx4Z/e4SmDyH3aB5hGaJUP2ltV/vcs4w==", "cpu": [ "arm64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "android" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/android-x64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.12.tgz", - "integrity": "sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } + ] }, - "node_modules/vite/node_modules/@esbuild/darwin-arm64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.12.tgz", - "integrity": "sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g==", + "node_modules/vite/node_modules/@rollup/rollup-darwin-arm64": { + "version": "4.53.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.53.3.tgz", + "integrity": "sha512-Nr7SlQeqIBpOV6BHHGZgYBuSdanCXuw09hon14MGOLGmXAFYjx1wNvquVPmpZnl0tLjg25dEdr4IQ6GgyToCUA==", "cpu": [ "arm64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "darwin" - ], - "engines": { - "node": ">=12" - } + ] }, - "node_modules/vite/node_modules/@esbuild/darwin-x64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.12.tgz", - "integrity": "sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A==", + "node_modules/vite/node_modules/@rollup/rollup-darwin-x64": { + "version": "4.53.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.53.3.tgz", + "integrity": "sha512-DZ8N4CSNfl965CmPktJ8oBnfYr3F8dTTNBQkRlffnUarJ2ohudQD17sZBa097J8xhQ26AwhHJ5mvUyQW8ddTsQ==", "cpu": [ "x64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "darwin" - ], - "engines": { - "node": ">=12" - } + ] }, - "node_modules/vite/node_modules/@esbuild/freebsd-arm64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.12.tgz", - "integrity": "sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA==", + "node_modules/vite/node_modules/@rollup/rollup-freebsd-arm64": { + "version": "4.53.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.53.3.tgz", + "integrity": "sha512-yMTrCrK92aGyi7GuDNtGn2sNW+Gdb4vErx4t3Gv/Tr+1zRb8ax4z8GWVRfr3Jw8zJWvpGHNpss3vVlbF58DZ4w==", "cpu": [ "arm64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "freebsd" - ], - "engines": { - "node": ">=12" - } + ] }, - "node_modules/vite/node_modules/@esbuild/freebsd-x64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.12.tgz", - "integrity": "sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg==", + "node_modules/vite/node_modules/@rollup/rollup-freebsd-x64": { + "version": "4.53.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.53.3.tgz", + "integrity": "sha512-lMfF8X7QhdQzseM6XaX0vbno2m3hlyZFhwcndRMw8fbAGUGL3WFMBdK0hbUBIUYcEcMhVLr1SIamDeuLBnXS+Q==", "cpu": [ "x64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "freebsd" - ], - "engines": { - "node": ">=12" - } + ] }, - "node_modules/vite/node_modules/@esbuild/linux-arm": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.12.tgz", - "integrity": "sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w==", + "node_modules/vite/node_modules/@rollup/rollup-linux-arm-gnueabihf": { + "version": "4.53.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.53.3.tgz", + "integrity": "sha512-k9oD15soC/Ln6d2Wv/JOFPzZXIAIFLp6B+i14KhxAfnq76ajt0EhYc5YPeX6W1xJkAdItcVT+JhKl1QZh44/qw==", "cpu": [ "arm" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/linux-arm64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.12.tgz", - "integrity": "sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/linux-ia32": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.12.tgz", - "integrity": "sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA==", - "cpu": [ - "ia32" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } + ] }, - "node_modules/vite/node_modules/@esbuild/linux-loong64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.12.tgz", - "integrity": "sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA==", + "node_modules/vite/node_modules/@rollup/rollup-linux-arm-musleabihf": { + "version": "4.53.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.53.3.tgz", + "integrity": "sha512-vTNlKq+N6CK/8UktsrFuc+/7NlEYVxgaEgRXVUVK258Z5ymho29skzW1sutgYjqNnquGwVUObAaxae8rZ6YMhg==", "cpu": [ - "loong64" + "arm" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "linux" - ], - "engines": { - "node": ">=12" - } + ] }, - "node_modules/vite/node_modules/@esbuild/linux-mips64el": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.12.tgz", - "integrity": "sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w==", + "node_modules/vite/node_modules/@rollup/rollup-linux-arm64-gnu": { + "version": "4.53.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.53.3.tgz", + "integrity": "sha512-RGrFLWgMhSxRs/EWJMIFM1O5Mzuz3Xy3/mnxJp/5cVhZ2XoCAxJnmNsEyeMJtpK+wu0FJFWz+QF4mjCA7AUQ3w==", "cpu": [ - "mips64el" + "arm64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "linux" - ], - "engines": { - "node": ">=12" - } + ] }, - "node_modules/vite/node_modules/@esbuild/linux-ppc64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.12.tgz", - "integrity": "sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg==", + "node_modules/vite/node_modules/@rollup/rollup-linux-arm64-musl": { + "version": "4.53.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.53.3.tgz", + "integrity": "sha512-kASyvfBEWYPEwe0Qv4nfu6pNkITLTb32p4yTgzFCocHnJLAHs+9LjUu9ONIhvfT/5lv4YS5muBHyuV84epBo/A==", "cpu": [ - "ppc64" + "arm64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "linux" - ], - "engines": { - "node": ">=12" - } + ] }, - "node_modules/vite/node_modules/@esbuild/linux-riscv64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.12.tgz", - "integrity": "sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg==", + "node_modules/vite/node_modules/@rollup/rollup-linux-riscv64-gnu": { + "version": "4.53.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.53.3.tgz", + "integrity": "sha512-4s+Wped2IHXHPnAEbIB0YWBv7SDohqxobiiPA1FIWZpX+w9o2i4LezzH/NkFUl8LRci/8udci6cLq+jJQlh+0g==", "cpu": [ "riscv64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "linux" - ], - "engines": { - "node": ">=12" - } + ] }, - "node_modules/vite/node_modules/@esbuild/linux-s390x": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.12.tgz", - "integrity": "sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg==", + "node_modules/vite/node_modules/@rollup/rollup-linux-s390x-gnu": { + "version": "4.53.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.53.3.tgz", + "integrity": "sha512-VYsFMpULAz87ZW6BVYw3I6sWesGpsP9OPcyKe8ofdg9LHxSbRMd7zrVrr5xi/3kMZtpWL/wC+UIJWJYVX5uTKg==", "cpu": [ "s390x" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "linux" - ], - "engines": { - "node": ">=12" - } + ] }, - "node_modules/vite/node_modules/@esbuild/linux-x64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.12.tgz", - "integrity": "sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg==", + "node_modules/vite/node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.53.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.53.3.tgz", + "integrity": "sha512-3EhFi1FU6YL8HTUJZ51imGJWEX//ajQPfqWLI3BQq4TlvHy4X0MOr5q3D2Zof/ka0d5FNdPwZXm3Yyib/UEd+w==", "cpu": [ "x64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/netbsd-x64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.12.tgz", - "integrity": "sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "netbsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/openbsd-x64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.12.tgz", - "integrity": "sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "openbsd" - ], - "engines": { - "node": ">=12" - } + ] }, - "node_modules/vite/node_modules/@esbuild/sunos-x64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.12.tgz", - "integrity": "sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA==", + "node_modules/vite/node_modules/@rollup/rollup-linux-x64-musl": { + "version": "4.53.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.53.3.tgz", + "integrity": "sha512-eoROhjcc6HbZCJr+tvVT8X4fW3/5g/WkGvvmwz/88sDtSJzO7r/blvoBDgISDiCjDRZmHpwud7h+6Q9JxFwq1Q==", "cpu": [ "x64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ - "sunos" - ], - "engines": { - "node": ">=12" - } + "linux" + ] }, - "node_modules/vite/node_modules/@esbuild/win32-arm64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.12.tgz", - "integrity": "sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A==", + "node_modules/vite/node_modules/@rollup/rollup-win32-arm64-msvc": { + "version": "4.53.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.53.3.tgz", + "integrity": "sha512-GOFuKpsxR/whszbF/bzydebLiXIHSgsEUp6M0JI8dWvi+fFa1TD6YQa4aSZHtpmh2/uAlj/Dy+nmby3TJ3pkTw==", "cpu": [ "arm64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "win32" - ], - "engines": { - "node": ">=12" - } + ] }, - "node_modules/vite/node_modules/@esbuild/win32-ia32": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.12.tgz", - "integrity": "sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ==", + "node_modules/vite/node_modules/@rollup/rollup-win32-ia32-msvc": { + "version": "4.53.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.53.3.tgz", + "integrity": "sha512-iah+THLcBJdpfZ1TstDFbKNznlzoxa8fmnFYK4V67HvmuNYkVdAywJSoteUszvBQ9/HqN2+9AZghbajMsFT+oA==", "cpu": [ "ia32" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "win32" - ], - "engines": { - "node": ">=12" - } + ] }, - "node_modules/vite/node_modules/@esbuild/win32-x64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.12.tgz", - "integrity": "sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA==", + "node_modules/vite/node_modules/@rollup/rollup-win32-x64-msvc": { + "version": "4.53.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.53.3.tgz", + "integrity": "sha512-UhTd8u31dXadv0MopwGgNOBpUVROFKWVQgAg5N1ESyCz8AuBcMqm4AuTjrwgQKGDfoFuz02EuMRHQIw/frmYKQ==", "cpu": [ "x64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "win32" + ] + }, + "node_modules/vite/node_modules/postcss": { + "version": "8.5.6", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz", + "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } ], + "license": "MIT", + "dependencies": { + "nanoid": "^3.3.11", + "picocolors": "^1.1.1", + "source-map-js": "^1.2.1" + }, "engines": { - "node": ">=12" + "node": "^10 || ^12 || >=14" } }, - "node_modules/vite/node_modules/esbuild": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.12.tgz", - "integrity": "sha512-aARqgq8roFBj054KvQr5f1sFu0D65G+miZRCuJyJ0G13Zwx7vRar5Zhn2tkQNzIXcBrNVsv/8stehpj+GAjgbg==", + "node_modules/vite/node_modules/rollup": { + "version": "4.53.3", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.53.3.tgz", + "integrity": "sha512-w8GmOxZfBmKknvdXU1sdM9NHcoQejwF/4mNgj2JuEEdRaHwwF12K7e9eXn1nLZ07ad+du76mkVsyeb2rKGllsA==", "dev": true, - "hasInstallScript": true, + "license": "MIT", + "dependencies": { + "@types/estree": "1.0.8" + }, "bin": { - "esbuild": "bin/esbuild" + "rollup": "dist/bin/rollup" }, "engines": { - "node": ">=12" + "node": ">=18.0.0", + "npm": ">=8.0.0" }, "optionalDependencies": { - "@esbuild/aix-ppc64": "0.19.12", - "@esbuild/android-arm": "0.19.12", - "@esbuild/android-arm64": "0.19.12", - "@esbuild/android-x64": "0.19.12", - "@esbuild/darwin-arm64": "0.19.12", - "@esbuild/darwin-x64": "0.19.12", - "@esbuild/freebsd-arm64": "0.19.12", - "@esbuild/freebsd-x64": "0.19.12", - "@esbuild/linux-arm": "0.19.12", - "@esbuild/linux-arm64": "0.19.12", - "@esbuild/linux-ia32": "0.19.12", - "@esbuild/linux-loong64": "0.19.12", - "@esbuild/linux-mips64el": "0.19.12", - "@esbuild/linux-ppc64": "0.19.12", - "@esbuild/linux-riscv64": "0.19.12", - "@esbuild/linux-s390x": "0.19.12", - "@esbuild/linux-x64": "0.19.12", - "@esbuild/netbsd-x64": "0.19.12", - "@esbuild/openbsd-x64": "0.19.12", - "@esbuild/sunos-x64": "0.19.12", - "@esbuild/win32-arm64": "0.19.12", - "@esbuild/win32-ia32": "0.19.12", - "@esbuild/win32-x64": "0.19.12" + "@rollup/rollup-android-arm-eabi": "4.53.3", + "@rollup/rollup-android-arm64": "4.53.3", + "@rollup/rollup-darwin-arm64": "4.53.3", + "@rollup/rollup-darwin-x64": "4.53.3", + "@rollup/rollup-freebsd-arm64": "4.53.3", + "@rollup/rollup-freebsd-x64": "4.53.3", + "@rollup/rollup-linux-arm-gnueabihf": "4.53.3", + "@rollup/rollup-linux-arm-musleabihf": "4.53.3", + "@rollup/rollup-linux-arm64-gnu": "4.53.3", + "@rollup/rollup-linux-arm64-musl": "4.53.3", + "@rollup/rollup-linux-loong64-gnu": "4.53.3", + "@rollup/rollup-linux-ppc64-gnu": "4.53.3", + "@rollup/rollup-linux-riscv64-gnu": "4.53.3", + "@rollup/rollup-linux-riscv64-musl": "4.53.3", + "@rollup/rollup-linux-s390x-gnu": "4.53.3", + "@rollup/rollup-linux-x64-gnu": "4.53.3", + "@rollup/rollup-linux-x64-musl": "4.53.3", + "@rollup/rollup-openharmony-arm64": "4.53.3", + "@rollup/rollup-win32-arm64-msvc": "4.53.3", + "@rollup/rollup-win32-ia32-msvc": "4.53.3", + "@rollup/rollup-win32-x64-gnu": "4.53.3", + "@rollup/rollup-win32-x64-msvc": "4.53.3", + "fsevents": "~2.3.2" } }, "node_modules/void-elements": { @@ -16658,23 +16129,12 @@ "node": ">=0.10.0" } }, - "node_modules/vscode-oniguruma": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/vscode-oniguruma/-/vscode-oniguruma-1.7.0.tgz", - "integrity": "sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==", - "dev": true - }, - "node_modules/vscode-textmate": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/vscode-textmate/-/vscode-textmate-8.0.0.tgz", - "integrity": "sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==", - "dev": true - }, "node_modules/watchpack": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz", - "integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==", + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.2.tgz", + "integrity": "sha512-TnbFSbcOCcDgjZ4piURLCbJ3nJhznVh9kw6F6iokjiFPl8ONxe9A6nMDVXDiNbrSfLILs6vB07F7wLBrwPYzJw==", "dev": true, + "license": "MIT", "dependencies": { "glob-to-regexp": "^0.4.1", "graceful-fs": "^4.1.2" @@ -16687,6 +16147,7 @@ "version": "1.7.3", "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz", "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", + "dev": true, "dependencies": { "minimalistic-assert": "^1.0.0" } @@ -16700,58 +16161,13 @@ "defaults": "^1.0.3" } }, - "node_modules/webdriver-js-extender": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/webdriver-js-extender/-/webdriver-js-extender-2.1.0.tgz", - "integrity": "sha512-lcUKrjbBfCK6MNsh7xaY2UAUmZwe+/ib03AjVOpFobX4O7+83BUveSrLfU0Qsyb1DaKJdQRbuU+kM9aZ6QUhiQ==", - "dev": true, - "dependencies": { - "@types/selenium-webdriver": "^3.0.0", - "selenium-webdriver": "^3.0.1" - }, - "engines": { - "node": ">=6.9.x" - } - }, - "node_modules/webdriver-js-extender/node_modules/@types/selenium-webdriver": { - "version": "3.0.26", - "resolved": "https://registry.npmjs.org/@types/selenium-webdriver/-/selenium-webdriver-3.0.26.tgz", - "integrity": "sha512-dyIGFKXfUFiwkMfNGn1+F6b80ZjR3uSYv1j6xVJSDlft5waZ2cwkHW4e7zNzvq7hiEackcgvBpmnXZrI1GltPg==", - "dev": true - }, - "node_modules/webdriver-manager": { - "version": "12.1.9", - "resolved": "https://registry.npmjs.org/webdriver-manager/-/webdriver-manager-12.1.9.tgz", - "integrity": "sha512-Yl113uKm8z4m/KMUVWHq1Sjtla2uxEBtx2Ue3AmIlnlPAKloDn/Lvmy6pqWCUersVISpdMeVpAaGbNnvMuT2LQ==", - "dev": true, - "dependencies": { - "adm-zip": "^0.5.2", - "chalk": "^1.1.1", - "del": "^2.2.0", - "glob": "^7.0.3", - "ini": "^1.3.4", - "minimist": "^1.2.0", - "q": "^1.4.1", - "request": "^2.87.0", - "rimraf": "^2.5.2", - "semver": "^5.3.0", - "xml2js": "^0.4.17" - }, - "bin": { - "webdriver-manager": "bin/webdriver-manager" - }, - "engines": { - "node": ">=6.9.x" - } - }, - "node_modules/webdriver-manager/node_modules/semver": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", - "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", - "dev": true, - "bin": { - "semver": "bin/semver" - } + "node_modules/weak-lru-cache": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/weak-lru-cache/-/weak-lru-cache-1.2.2.tgz", + "integrity": "sha512-DEAoo25RfSYMuTGc9vPJzZcZullwIqRDSI9LOy+fkCJPi6hykCnfKaXTuPBDuXAUcqHXyOgFtHNp/kB2FjYHbw==", + "dev": true, + "license": "MIT", + "optional": true }, "node_modules/webidl-conversions": { "version": "3.0.1", @@ -16759,35 +16175,38 @@ "integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=" }, "node_modules/webpack": { - "version": "5.91.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.91.0.tgz", - "integrity": "sha512-rzVwlLeBWHJbmgTC/8TvAcu5vpJNII+MelQpylD4jNERPwpBJOE2lEcko1zJX3QJeLjTTAnQxn/OJ8bjDzVQaw==", - "license": "MIT", - "dependencies": { - "@types/eslint-scope": "^3.7.3", - "@types/estree": "^1.0.5", - "@webassemblyjs/ast": "^1.12.1", - "@webassemblyjs/wasm-edit": "^1.12.1", - "@webassemblyjs/wasm-parser": "^1.12.1", - "acorn": "^8.7.1", - "acorn-import-assertions": "^1.9.0", - "browserslist": "^4.21.10", + "version": "5.103.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.103.0.tgz", + "integrity": "sha512-HU1JOuV1OavsZ+mfigY0j8d1TgQgbZ6M+J75zDkpEAwYeXjWSqrGJtgnPblJjd/mAyTNQ7ygw0MiKOn6etz8yw==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "@types/eslint-scope": "^3.7.7", + "@types/estree": "^1.0.8", + "@types/json-schema": "^7.0.15", + "@webassemblyjs/ast": "^1.14.1", + "@webassemblyjs/wasm-edit": "^1.14.1", + "@webassemblyjs/wasm-parser": "^1.14.1", + "acorn": "^8.15.0", + "acorn-import-phases": "^1.0.3", + "browserslist": "^4.26.3", "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.16.0", + "enhanced-resolve": "^5.17.3", "es-module-lexer": "^1.2.1", "eslint-scope": "5.1.1", "events": "^3.2.0", "glob-to-regexp": "^0.4.1", "graceful-fs": "^4.2.11", "json-parse-even-better-errors": "^2.3.1", - "loader-runner": "^4.2.0", + "loader-runner": "^4.3.1", "mime-types": "^2.1.27", "neo-async": "^2.6.2", - "schema-utils": "^3.2.0", - "tapable": "^2.1.1", - "terser-webpack-plugin": "^5.3.10", - "watchpack": "^2.4.1", - "webpack-sources": "^3.2.3" + "schema-utils": "^4.3.3", + "tapable": "^2.3.0", + "terser-webpack-plugin": "^5.3.11", + "watchpack": "^2.4.4", + "webpack-sources": "^3.3.3" }, "bin": { "webpack": "bin/webpack.js" @@ -16806,131 +16225,19 @@ } }, "node_modules/webpack-dev-middleware": { - "version": "6.1.2", - "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-6.1.2.tgz", - "integrity": "sha512-Wu+EHmX326YPYUpQLKmKbTyZZJIB8/n6R09pTmB03kJmnMsVPTo9COzHZFr01txwaCAuZvfBJE4ZCHRcKs5JaQ==", + "version": "7.4.2", + "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-7.4.2.tgz", + "integrity": "sha512-xOO8n6eggxnwYpy1NlzUKpvrjfJTvae5/D6WOK0S2LSo7vjmo5gCM1DbLUmFqrMTJP+W/0YZNctm7jasWvLuBA==", "dev": true, "license": "MIT", "dependencies": { "colorette": "^2.0.10", - "memfs": "^3.4.12", + "memfs": "^4.6.0", "mime-types": "^2.1.31", + "on-finished": "^2.4.1", "range-parser": "^1.2.1", "schema-utils": "^4.0.0" }, - "engines": { - "node": ">= 14.15.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^5.0.0" - }, - "peerDependenciesMeta": { - "webpack": { - "optional": true - } - } - }, - "node_modules/webpack-dev-middleware/node_modules/ajv": { - "version": "8.13.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.13.0.tgz", - "integrity": "sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==", - "dev": true, - "license": "MIT", - "dependencies": { - "fast-deep-equal": "^3.1.3", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.4.1" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/webpack-dev-middleware/node_modules/ajv-keywords": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", - "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", - "dev": true, - "license": "MIT", - "dependencies": { - "fast-deep-equal": "^3.1.3" - }, - "peerDependencies": { - "ajv": "^8.8.2" - } - }, - "node_modules/webpack-dev-middleware/node_modules/json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", - "dev": true, - "license": "MIT" - }, - "node_modules/webpack-dev-middleware/node_modules/schema-utils": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", - "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.9.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.1.0" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, - "node_modules/webpack-dev-server": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-5.0.4.tgz", - "integrity": "sha512-dljXhUgx3HqKP2d8J/fUMvhxGhzjeNVarDLcbO/EWMSgRizDkxHQDZQaLFL5VJY9tRBj2Gz+rvCEYYvhbqPHNA==", - "license": "MIT", - "dependencies": { - "@types/bonjour": "^3.5.13", - "@types/connect-history-api-fallback": "^1.5.4", - "@types/express": "^4.17.21", - "@types/serve-index": "^1.9.4", - "@types/serve-static": "^1.15.5", - "@types/sockjs": "^0.3.36", - "@types/ws": "^8.5.10", - "ansi-html-community": "^0.0.8", - "bonjour-service": "^1.2.1", - "chokidar": "^3.6.0", - "colorette": "^2.0.10", - "compression": "^1.7.4", - "connect-history-api-fallback": "^2.0.0", - "default-gateway": "^6.0.3", - "express": "^4.17.3", - "graceful-fs": "^4.2.6", - "html-entities": "^2.4.0", - "http-proxy-middleware": "^2.0.3", - "ipaddr.js": "^2.1.0", - "launch-editor": "^2.6.1", - "open": "^10.0.3", - "p-retry": "^6.2.0", - "rimraf": "^5.0.5", - "schema-utils": "^4.2.0", - "selfsigned": "^2.4.1", - "serve-index": "^1.9.1", - "sockjs": "^0.3.24", - "spdy": "^4.0.2", - "webpack-dev-middleware": "^7.1.0", - "ws": "^8.16.0" - }, - "bin": { - "webpack-dev-server": "bin/webpack-dev-server.js" - }, "engines": { "node": ">= 18.12.0" }, @@ -16944,337 +16251,175 @@ "peerDependenciesMeta": { "webpack": { "optional": true - }, - "webpack-cli": { - "optional": true } } }, - "node_modules/webpack-dev-server/node_modules/@jsonjoy.com/base64": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@jsonjoy.com/base64/-/base64-1.1.2.tgz", - "integrity": "sha512-q6XAnWQDIMA3+FTiOYajoYqySkO+JSat0ytXGSuRdq9uXE7o92gzuQwQM14xaCRlBLGq3v5miDGC4vkVTn54xA==", - "license": "Apache-2.0", - "engines": { - "node": ">=10.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/streamich" - }, - "peerDependencies": { - "tslib": "2" - } - }, - "node_modules/webpack-dev-server/node_modules/@jsonjoy.com/json-pack": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pack/-/json-pack-1.0.4.tgz", - "integrity": "sha512-aOcSN4MeAtFROysrbqG137b7gaDDSmVrl5mpo6sT/w+kcXpWnzhMjmY/Fh/sDx26NBxyIE7MB1seqLeCAzy9Sg==", - "license": "Apache-2.0", - "dependencies": { - "@jsonjoy.com/base64": "^1.1.1", - "@jsonjoy.com/util": "^1.1.2", - "hyperdyperid": "^1.2.0", - "thingies": "^1.20.0" - }, - "engines": { - "node": ">=10.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/streamich" - }, - "peerDependencies": { - "tslib": "2" - } - }, - "node_modules/webpack-dev-server/node_modules/@jsonjoy.com/util": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/@jsonjoy.com/util/-/util-1.1.3.tgz", - "integrity": "sha512-g//kkF4kOwUjemValCtOc/xiYzmwMRmWq3Bn+YnzOzuZLHq2PpMOxxIayN3cKbo7Ko2Np65t6D9H81IvXbXhqg==", - "license": "Apache-2.0", - "engines": { - "node": ">=10.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/streamich" - }, - "peerDependencies": { - "tslib": "2" - } - }, - "node_modules/webpack-dev-server/node_modules/ajv": { - "version": "8.13.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.13.0.tgz", - "integrity": "sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==", - "license": "MIT", - "dependencies": { - "fast-deep-equal": "^3.1.3", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.4.1" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/webpack-dev-server/node_modules/ajv-keywords": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", - "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", - "license": "MIT", - "dependencies": { - "fast-deep-equal": "^3.1.3" - }, - "peerDependencies": { - "ajv": "^8.8.2" - } - }, - "node_modules/webpack-dev-server/node_modules/brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", - "dependencies": { - "balanced-match": "^1.0.0" - } - }, - "node_modules/webpack-dev-server/node_modules/define-lazy-prop": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz", - "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/webpack-dev-server/node_modules/glob": { - "version": "10.3.10", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz", - "integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==", - "dependencies": { - "foreground-child": "^3.1.0", - "jackspeak": "^2.3.5", - "minimatch": "^9.0.1", - "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0", - "path-scurry": "^1.10.1" - }, - "bin": { - "glob": "dist/esm/bin.mjs" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/webpack-dev-server/node_modules/is-wsl": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz", - "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==", - "dependencies": { - "is-inside-container": "^1.0.0" - }, - "engines": { - "node": ">=16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/webpack-dev-server/node_modules/json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", - "license": "MIT" - }, - "node_modules/webpack-dev-server/node_modules/memfs": { - "version": "4.9.2", - "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.9.2.tgz", - "integrity": "sha512-f16coDZlTG1jskq3mxarwB+fGRrd0uXWt+o1WIhRfOwbXQZqUDsTVxQBFK9JjRQHblg8eAG2JSbprDXKjc7ijQ==", - "license": "Apache-2.0", - "dependencies": { - "@jsonjoy.com/json-pack": "^1.0.3", - "@jsonjoy.com/util": "^1.1.2", - "sonic-forest": "^1.0.0", - "tslib": "^2.0.0" - }, - "engines": { - "node": ">= 4.0.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/streamich" - } - }, - "node_modules/webpack-dev-server/node_modules/minimatch": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", - "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/webpack-dev-server/node_modules/on-finished": { + "node_modules/webpack-dev-middleware/node_modules/on-finished": { "version": "2.4.1", "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", + "dev": true, "license": "MIT", - "dependencies": { - "ee-first": "1.1.1" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/webpack-dev-server/node_modules/open": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/open/-/open-10.1.0.tgz", - "integrity": "sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==", - "dependencies": { - "default-browser": "^5.2.1", - "define-lazy-prop": "^3.0.0", - "is-inside-container": "^1.0.0", - "is-wsl": "^3.1.0" + "dependencies": { + "ee-first": "1.1.1" }, "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">= 0.8" } }, - "node_modules/webpack-dev-server/node_modules/rimraf": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.5.tgz", - "integrity": "sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==", + "node_modules/webpack-dev-server": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-5.2.2.tgz", + "integrity": "sha512-QcQ72gh8a+7JO63TAx/6XZf/CWhgMzu5m0QirvPfGvptOusAxG12w2+aua1Jkjr7hzaWDnJ2n6JFeexMHI+Zjg==", + "dev": true, + "license": "MIT", "dependencies": { - "glob": "^10.3.7" + "@types/bonjour": "^3.5.13", + "@types/connect-history-api-fallback": "^1.5.4", + "@types/express": "^4.17.21", + "@types/express-serve-static-core": "^4.17.21", + "@types/serve-index": "^1.9.4", + "@types/serve-static": "^1.15.5", + "@types/sockjs": "^0.3.36", + "@types/ws": "^8.5.10", + "ansi-html-community": "^0.0.8", + "bonjour-service": "^1.2.1", + "chokidar": "^3.6.0", + "colorette": "^2.0.10", + "compression": "^1.7.4", + "connect-history-api-fallback": "^2.0.0", + "express": "^4.21.2", + "graceful-fs": "^4.2.6", + "http-proxy-middleware": "^2.0.9", + "ipaddr.js": "^2.1.0", + "launch-editor": "^2.6.1", + "open": "^10.0.3", + "p-retry": "^6.2.0", + "schema-utils": "^4.2.0", + "selfsigned": "^2.4.1", + "serve-index": "^1.9.1", + "sockjs": "^0.3.24", + "spdy": "^4.0.2", + "webpack-dev-middleware": "^7.4.2", + "ws": "^8.18.0" }, "bin": { - "rimraf": "dist/esm/bin.mjs" + "webpack-dev-server": "bin/webpack-dev-server.js" }, "engines": { - "node": ">=14" + "node": ">= 18.12.0" }, "funding": { - "url": "https://github.com/sponsors/isaacs" + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.0.0" + }, + "peerDependenciesMeta": { + "webpack": { + "optional": true + }, + "webpack-cli": { + "optional": true + } } }, - "node_modules/webpack-dev-server/node_modules/schema-utils": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", - "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", + "node_modules/webpack-dev-server/node_modules/chokidar": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", + "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", + "dev": true, "license": "MIT", "dependencies": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.9.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.1.0" + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" }, "engines": { - "node": ">= 12.13.0" + "node": ">= 8.10.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" + "url": "https://paulmillr.com/funding/" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" } }, - "node_modules/webpack-dev-server/node_modules/sonic-forest": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/sonic-forest/-/sonic-forest-1.0.3.tgz", - "integrity": "sha512-dtwajos6IWMEWXdEbW1IkEkyL2gztCAgDplRIX+OT5aRKnEd5e7r7YCxRgXZdhRP1FBdOBf8axeTPhzDv8T4wQ==", - "license": "Apache-2.0", + "node_modules/webpack-dev-server/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "license": "ISC", "dependencies": { - "tree-dump": "^1.0.0" + "is-glob": "^4.0.1" }, "engines": { - "node": ">=10.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/streamich" - }, - "peerDependencies": { - "tslib": "2" + "node": ">= 6" } }, - "node_modules/webpack-dev-server/node_modules/thingies": { - "version": "1.21.0", - "resolved": "https://registry.npmjs.org/thingies/-/thingies-1.21.0.tgz", - "integrity": "sha512-hsqsJsFMsV+aD4s3CWKk85ep/3I9XzYV/IXaSouJMYIoDlgyi11cBhsqYe9/geRfB0YIikBQg6raRaM+nIMP9g==", - "license": "Unlicense", + "node_modules/webpack-dev-server/node_modules/http-proxy-middleware": { + "version": "2.0.9", + "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.9.tgz", + "integrity": "sha512-c1IyJYLYppU574+YI7R4QyX2ystMtVXZwIdzazUIPIJsHuWNd+mho2j+bKoHftndicGj9yh+xjd+l0yj7VeT1Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/http-proxy": "^1.17.8", + "http-proxy": "^1.18.1", + "is-glob": "^4.0.1", + "is-plain-obj": "^3.0.0", + "micromatch": "^4.0.2" + }, "engines": { - "node": ">=10.18" + "node": ">=12.0.0" }, "peerDependencies": { - "tslib": "^2" + "@types/express": "^4.17.13" + }, + "peerDependenciesMeta": { + "@types/express": { + "optional": true + } } }, - "node_modules/webpack-dev-server/node_modules/tree-dump": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/tree-dump/-/tree-dump-1.0.1.tgz", - "integrity": "sha512-WCkcRBVPSlHHq1dc/px9iOfqklvzCbdRwvlNfxGZsrHqf6aZttfPrd7DJTt6oR10dwUfpFFQeVTkPbBIZxX/YA==", + "node_modules/webpack-dev-server/node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "license": "MIT", "engines": { - "node": ">=10.0" + "node": ">=8.6" }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/streamich" - }, - "peerDependencies": { - "tslib": "2" + "url": "https://github.com/sponsors/jonschlinkert" } }, - "node_modules/webpack-dev-server/node_modules/tslib": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", - "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==", - "license": "0BSD" - }, - "node_modules/webpack-dev-server/node_modules/webpack-dev-middleware": { - "version": "7.2.1", - "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-7.2.1.tgz", - "integrity": "sha512-hRLz+jPQXo999Nx9fXVdKlg/aehsw1ajA9skAneGmT03xwmyuhvF93p6HUKKbWhXdcERtGTzUCtIQr+2IQegrA==", + "node_modules/webpack-dev-server/node_modules/readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "dev": true, "license": "MIT", "dependencies": { - "colorette": "^2.0.10", - "memfs": "^4.6.0", - "mime-types": "^2.1.31", - "on-finished": "^2.4.1", - "range-parser": "^1.2.1", - "schema-utils": "^4.0.0" + "picomatch": "^2.2.1" }, "engines": { - "node": ">= 18.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^5.0.0" - }, - "peerDependenciesMeta": { - "webpack": { - "optional": true - } + "node": ">=8.10.0" } }, "node_modules/webpack-dev-server/node_modules/ws": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz", - "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==", + "version": "8.18.3", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz", + "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==", + "dev": true, + "license": "MIT", "engines": { "node": ">=10.0.0" }, @@ -17292,23 +16437,26 @@ } }, "node_modules/webpack-merge": { - "version": "5.10.0", - "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.10.0.tgz", - "integrity": "sha512-+4zXKdx7UnO+1jaN4l2lHVD+mFvnlZQP/6ljaJVb4SZiwIKeUnrT5l0gkT8z+n4hKpC+jpOv6O9R+gLtag7pSA==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-6.0.1.tgz", + "integrity": "sha512-hXXvrjtx2PLYx4qruKl+kyRSLc52V+cCvMxRjmKwoA+CBbbF5GfIBtR6kCvl0fYGqTUPKB+1ktVmTHqMOzgCBg==", "dev": true, + "license": "MIT", "dependencies": { "clone-deep": "^4.0.1", "flat": "^5.0.2", - "wildcard": "^2.0.0" + "wildcard": "^2.0.1" }, "engines": { - "node": ">=10.0.0" + "node": ">=18.0.0" } }, "node_modules/webpack-sources": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", - "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.3.3.tgz", + "integrity": "sha512-yd1RBzSGanHkitROoPFd6qsrxt+oFhg/129YzheDGqeustzX0vTZJZsSsQjVQC4yzBQ56K55XU8gaNCtIzOnTg==", + "dev": true, + "license": "MIT", "engines": { "node": ">=10.13.0" } @@ -17335,10 +16483,12 @@ } }, "node_modules/webpack/node_modules/watchpack": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.1.tgz", - "integrity": "sha512-8wrBCMtVhqcXP2Sup1ctSkga6uc2Bx0IIvKyT7yTFier5AXHooSI+QyQQAtTb7+E0IUCCKyTFmXqdqgum2XWGg==", + "version": "2.4.4", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.4.tgz", + "integrity": "sha512-c5EGNOiyxxV5qmTtAB7rbiXxi1ooX1pQKMLX/MIabJjRA0SJBQOjKF+KSVfHkr9U1cADPon0mRiVe/riyaiDUA==", + "dev": true, "license": "MIT", + "peer": true, "dependencies": { "glob-to-regexp": "^0.4.1", "graceful-fs": "^4.1.2" @@ -17351,6 +16501,7 @@ "version": "0.7.4", "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz", "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==", + "dev": true, "dependencies": { "http-parser-js": ">=0.5.1", "safe-buffer": ">=5.1.0", @@ -17364,6 +16515,7 @@ "version": "0.1.4", "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz", "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==", + "dev": true, "engines": { "node": ">=0.8.0" } @@ -17394,23 +16546,12 @@ "which": "bin/which" } }, - "node_modules/which-module": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", - "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=", - "dev": true - }, "node_modules/wildcard": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.1.tgz", "integrity": "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==", - "dev": true - }, - "node_modules/wordwrap": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz", - "integrity": "sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/wrap-ansi": { "version": "7.0.0", @@ -17433,6 +16574,8 @@ "version": "7.0.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", @@ -17449,6 +16592,8 @@ "version": "5.0.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -17457,6 +16602,8 @@ "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -17471,6 +16618,8 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -17481,12 +16630,16 @@ "node_modules/wrap-ansi-cjs/node_modules/color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true, + "license": "MIT" }, "node_modules/wrap-ansi-cjs/node_modules/is-fullwidth-code-point": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -17495,6 +16648,8 @@ "version": "4.2.3", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "license": "MIT", "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", @@ -17508,6 +16663,8 @@ "version": "6.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "license": "MIT", "dependencies": { "ansi-regex": "^5.0.1" }, @@ -17591,22 +16748,11 @@ "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", "dev": true }, - "node_modules/write": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/write/-/write-0.2.1.tgz", - "integrity": "sha1-X8A4KOJkzqP+kUVUdvejxWbLB1c=", - "dev": true, - "dependencies": { - "mkdirp": "^0.5.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/ws": { - "version": "7.5.9", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz", - "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==", + "version": "7.5.10", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz", + "integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==", + "license": "MIT", "engines": { "node": ">=8.3.0" }, @@ -17631,48 +16777,33 @@ "node": ">= 6" } }, - "node_modules/xml2js": { - "version": "0.4.23", - "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz", - "integrity": "sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==", - "dev": true, - "dependencies": { - "sax": ">=0.6.0", - "xmlbuilder": "~11.0.0" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/xmlbuilder": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz", - "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==", - "dev": true, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/xtend": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", - "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", - "dev": true, + "node_modules/y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "license": "ISC", "engines": { - "node": ">=0.4" + "node": ">=10" } }, - "node_modules/y18n": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", - "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==", - "dev": true - }, "node_modules/yallist": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" }, + "node_modules/yaml": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.1.tgz", + "integrity": "sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==", + "dev": true, + "license": "ISC", + "bin": { + "yaml": "bin.mjs" + }, + "engines": { + "node": ">= 14.6" + } + }, "node_modules/yargs": { "version": "17.7.2", "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", @@ -17752,14 +16883,6 @@ "node": ">=8" } }, - "node_modules/yargs/node_modules/y18n": { - "version": "5.0.8", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", - "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", - "engines": { - "node": ">=10" - } - }, "node_modules/yargs/node_modules/yargs-parser": { "version": "21.1.1", "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", @@ -17778,10 +16901,11 @@ } }, "node_modules/yocto-queue": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz", - "integrity": "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.2.tgz", + "integrity": "sha512-4LCcse/U2MHZ63HAJVE+v71o7yOdIe4cZ70Wpf8D/IyjDKYQLV5GD46B+hSTjJsvV5PztjvHoU580EftxjDZFQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=12.20" }, @@ -17789,19 +16913,24 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/zone.js": { - "version": "0.14.5", - "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.14.5.tgz", - "integrity": "sha512-9XYWZzY6PhHOSdkYryNcMm7L8EK7a4q+GbTvxbIA2a9lMdRUpGuyaYvLDcg8D6bdn+JomSsbPcilVKg6SmUx6w==", + "node_modules/yoctocolors-cjs": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/yoctocolors-cjs/-/yoctocolors-cjs-2.1.3.tgz", + "integrity": "sha512-U/PBtDf35ff0D8X8D0jfdzHYEPFxAI7jJlxZXwCSez5M3190m+QobIfh+sWDWSHMCWWJN2AWamkegn6vr6YBTw==", + "dev": true, "license": "MIT", - "dependencies": { - "tslib": "^2.3.0" + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/zone.js/node_modules/tslib": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", - "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" + "node_modules/zone.js": { + "version": "0.15.1", + "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.15.1.tgz", + "integrity": "sha512-XE96n56IQpJM7NAoXswY3XRLcWFW83xe0BiAOeMD7K5k5xecOeul3Qcpx6GqEeeHNkW5DWL5zOyTbEfB4eti8w==", + "license": "MIT" } } } diff --git a/src/Web/WebSPA/Client/package.json b/src/Web/WebSPA/Client/package.json index 854112ba..db1178b9 100644 --- a/src/Web/WebSPA/Client/package.json +++ b/src/Web/WebSPA/Client/package.json @@ -27,67 +27,43 @@ "lint:ts": "tslint -c tslint.json Client/**/*.ts" }, "dependencies": { - "@angular/animations": "18.0.6", - "@angular/common": "18.0.6", - "@angular/compiler": "18.0.6", - "@angular/core": "18.0.6", - "@angular/forms": "18.0.6", - "@angular/platform-browser": "18.0.6", - "@angular/platform-browser-dynamic": "18.0.6", - "@angular/platform-server": "18.0.6", - "@angular/router": "18.0.6", - "@microsoft/signalr": "8.0.0", - "@ng-bootstrap/ng-bootstrap": "17.0.0", + "@angular/animations": "19.2.15", + "@angular/common": "19.2.15", + "@angular/compiler": "19.2.15", + "@angular/core": "19.2.15", + "@angular/forms": "19.2.15", + "@angular/platform-browser": "19.2.15", + "@angular/platform-browser-dynamic": "19.2.15", + "@angular/platform-server": "19.2.15", + "@angular/router": "19.2.15", + "@microsoft/signalr": "10.0.0", + "@ng-bootstrap/ng-bootstrap": "19.0.1", "@popperjs/core": "2.11.8", - "acorn": "^8.12.1", - "acorn-dynamic-import": "4.0.0", - "bootstrap": "5.3.3", - "core-js": "^3.37.1", - "file-loader": "6.2.0", - "font-awesome": "4.7.0", + "bootstrap": "5.3.8", + "core-js": "^3.47.0", "isomorphic-fetch": "^3.0.0", "jquery": "^3.7.1", - "ngx-toastr": "19.0.0", + "ngx-toastr": "19.1.0", "normalize.css": "8.0.1", - "popper.js": "1.16.1", - "rxjs": "~7.8.1", - "rxjs-compat": "~6.6.7", - "webpack-dev-server": "5.0.4", - "zone.js": "~0.14.7" + "rxjs": "~7.8.2", + "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.0.7", - "@angular/cli": "18.0.7", - "@angular/compiler-cli": "18.0.6", - "@angular/language-service": "18.0.6", - "@types/core-js": "2.5.8", - "@types/hammerjs": "2.0.45", + "@angular-devkit/build-angular": "^19.2.15", + "@angular/cli": "19.2.15", + "@angular/compiler-cli": "19.2.15", + "@angular/language-service": "19.2.15", "@types/jasmine": "^5.1.4", - "@types/node": "^20.14.10", - "@types/protractor": "4.0.0", - "@types/selenium-webdriver": "4.1.24", - "codelyzer": "^6.0.2", - "eslint": "^9.6.0", - "handlebars": "^4.7.8", - "jasmine-core": "^5.1.2", + "@types/node": "^22.10.5", + "eslint": "^9.17.0", + "jasmine-core": "^5.5.0", "jasmine-spec-reporter": "^7.0.0", - "karma": "^6.4.3", + "karma": "^6.4.4", "karma-chrome-launcher": "^3.2.0", - "karma-cli": "^2.0.0", "karma-jasmine": "^5.1.0", "karma-jasmine-html-reporter": "^2.1.0", - "lodash": "^4.17.21", - "merge": "2.1.1", - "npm-watch": "^0.13.0", - "protractor": "^7.0.0", - "rxjs-tslint": "^0.1.8", - "sass-lint": "^1.13.1", - "ts-helpers": "1.1.2", "ts-node": "~10.9.2", - "tslint": "^6.1.3", - "typedoc": "^0.26.3", - "typescript": "5.5.3", - "url-loader": "4.1.1", - "webpack": "^5.92.1" + "typedoc": "^0.27.5", + "typescript": "~5.7.2" } } diff --git a/src/Web/WebSPA/Client/yarn.lock b/src/Web/WebSPA/Client/yarn.lock index 07e1c996..9c17833d 100644 --- a/src/Web/WebSPA/Client/yarn.lock +++ b/src/Web/WebSPA/Client/yarn.lock @@ -15,1183 +15,1128 @@ "@jridgewell/gen-mapping" "^0.3.5" "@jridgewell/trace-mapping" "^0.3.24" -"@angular-devkit/architect@0.1703.7": - version "0.1703.7" - resolved "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1703.7.tgz" - integrity sha512-SwXbdsZqEE3JtvujCLChAii+FA20d1931VDjDYffrGWdQEViTBAr4NKtDr/kOv8KkgiL3fhGibPnRNUHTeAMtg== +"@angular-devkit/architect@0.1902.15": + version "0.1902.15" + resolved "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1902.15.tgz" + integrity sha512-RbqhStc6ZoRv57ZqLB36VOkBkAdU3nNezCvIs0AJV5V4+vLPMrb0hpIB0sF+9yMlMjWsolnRsj0/Fil+zQG3bw== dependencies: - "@angular-devkit/core" "17.3.7" + "@angular-devkit/core" "19.2.15" rxjs "7.8.1" -"@angular-devkit/build-angular@^17.3.7": - version "17.3.7" - resolved "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-17.3.7.tgz" - integrity sha512-AsV80kiFMIPIhm3uzJgOHDj4u6JteUkZedPTKAFFFJC7CTat1luW5qx306vfF7wj62aMvUl5g9HFWaeLghTQGA== +"@angular-devkit/architect@0.1902.19": + version "0.1902.19" + resolved "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1902.19.tgz" + integrity sha512-iexYDIYpGAeAU7T60bGcfrGwtq1bxpZixYxWuHYiaD1b5baQgNSfd1isGEOh37GgDNsf4In9i2LOLPm0wBdtgQ== + dependencies: + "@angular-devkit/core" "19.2.19" + rxjs "7.8.1" + +"@angular-devkit/build-angular@^19.2.15": + version "19.2.19" + resolved "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-19.2.19.tgz" + integrity sha512-uIxi6Vzss6+ycljVhkyPUPWa20w8qxJL9lEn0h6+sX/fhM8Djt0FHIuTQjoX58EoMaQ/1jrXaRaGimkbaFcG9A== dependencies: "@ampproject/remapping" "2.3.0" - "@angular-devkit/architect" "0.1703.7" - "@angular-devkit/build-webpack" "0.1703.7" - "@angular-devkit/core" "17.3.7" - "@babel/core" "7.24.0" - "@babel/generator" "7.23.6" - "@babel/helper-annotate-as-pure" "7.22.5" - "@babel/helper-split-export-declaration" "7.22.6" - "@babel/plugin-transform-async-generator-functions" "7.23.9" - "@babel/plugin-transform-async-to-generator" "7.23.3" - "@babel/plugin-transform-runtime" "7.24.0" - "@babel/preset-env" "7.24.0" - "@babel/runtime" "7.24.0" - "@discoveryjs/json-ext" "0.5.7" - "@ngtools/webpack" "17.3.7" - "@vitejs/plugin-basic-ssl" "1.1.0" + "@angular-devkit/architect" "0.1902.19" + "@angular-devkit/build-webpack" "0.1902.19" + "@angular-devkit/core" "19.2.19" + "@angular/build" "19.2.19" + "@babel/core" "7.26.10" + "@babel/generator" "7.26.10" + "@babel/helper-annotate-as-pure" "7.25.9" + "@babel/helper-split-export-declaration" "7.24.7" + "@babel/plugin-transform-async-generator-functions" "7.26.8" + "@babel/plugin-transform-async-to-generator" "7.25.9" + "@babel/plugin-transform-runtime" "7.26.10" + "@babel/preset-env" "7.26.9" + "@babel/runtime" "7.26.10" + "@discoveryjs/json-ext" "0.6.3" + "@ngtools/webpack" "19.2.19" + "@vitejs/plugin-basic-ssl" "1.2.0" ansi-colors "4.1.3" - autoprefixer "10.4.18" - babel-loader "9.1.3" - babel-plugin-istanbul "6.1.1" + autoprefixer "10.4.20" + babel-loader "9.2.1" browserslist "^4.21.5" - copy-webpack-plugin "11.0.0" - critters "0.0.22" - css-loader "6.10.0" - esbuild-wasm "0.20.1" - fast-glob "3.3.2" - http-proxy-middleware "2.0.6" - https-proxy-agent "7.0.4" - inquirer "9.2.15" - jsonc-parser "3.2.1" + copy-webpack-plugin "12.0.2" + css-loader "7.1.2" + esbuild-wasm "0.25.4" + fast-glob "3.3.3" + http-proxy-middleware "3.0.5" + istanbul-lib-instrument "6.0.3" + jsonc-parser "3.3.1" karma-source-map-support "1.4.0" - less "4.2.0" - less-loader "11.1.0" + less "4.2.2" + less-loader "12.2.0" license-webpack-plugin "4.0.2" - loader-utils "3.2.1" - magic-string "0.30.8" - mini-css-extract-plugin "2.8.1" - mrmime "2.0.0" - open "8.4.2" + loader-utils "3.3.1" + mini-css-extract-plugin "2.9.2" + open "10.1.0" ora "5.4.1" - parse5-html-rewriting-stream "7.0.0" - picomatch "4.0.1" - piscina "4.4.0" - postcss "8.4.35" + picomatch "4.0.2" + piscina "4.8.0" + postcss "8.5.2" postcss-loader "8.1.1" resolve-url-loader "5.0.0" rxjs "7.8.1" - sass "1.71.1" - sass-loader "14.1.1" - semver "7.6.0" + sass "1.85.0" + sass-loader "16.0.5" + semver "7.7.1" source-map-loader "5.0.0" source-map-support "0.5.21" - terser "5.29.1" + terser "5.39.0" tree-kill "1.2.2" - tslib "2.6.2" - undici "6.11.1" - vite "5.1.7" - watchpack "2.4.0" - webpack "5.90.3" - webpack-dev-middleware "6.1.2" - webpack-dev-server "4.15.1" - webpack-merge "5.10.0" + tslib "2.8.1" + webpack "5.98.0" + webpack-dev-middleware "7.4.2" + webpack-dev-server "5.2.2" + webpack-merge "6.0.1" webpack-subresource-integrity "5.1.0" optionalDependencies: - esbuild "0.20.1" + esbuild "0.25.4" + +"@angular-devkit/build-webpack@0.1902.19": + version "0.1902.19" + resolved "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.1902.19.tgz" + integrity sha512-x2tlGg5CsUveFzuRuqeHknSbGirSAoRynEh+KqPRGK0G3WpMViW/M8SuVurecasegfIrDWtYZ4FnVxKqNbKwXQ== + dependencies: + "@angular-devkit/architect" "0.1902.19" + rxjs "7.8.1" -"@angular-devkit/build-webpack@0.1703.7": - version "0.1703.7" - resolved "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.1703.7.tgz" - integrity sha512-gpt2Ia5I1gmdp3hdbtB7tkZTba5qWmKeVhlCYswa/LvbceKmkjedoeNRAoyr1UKM9GeGqt6Xl1B2eHzCH+ykrg== +"@angular-devkit/core@19.2.15": + version "19.2.15" + resolved "https://registry.npmjs.org/@angular-devkit/core/-/core-19.2.15.tgz" + integrity sha512-pU2RZYX6vhd7uLSdLwPnuBcr0mXJSjp3EgOXKsrlQFQZevc+Qs+2JdXgIElnOT/aDqtRtriDmLlSbtdE8n3ZbA== dependencies: - "@angular-devkit/architect" "0.1703.7" + ajv "8.17.1" + ajv-formats "3.0.1" + jsonc-parser "3.3.1" + picomatch "4.0.2" rxjs "7.8.1" + source-map "0.7.4" -"@angular-devkit/core@17.3.7": - version "17.3.7" - resolved "https://registry.npmjs.org/@angular-devkit/core/-/core-17.3.7.tgz" - integrity sha512-qpZ7BShyqS/Jqld36E7kL02cyb2pjn1Az1p9439SbP8nsvJgYlsyjwYK2Kmcn/Wi+TZGIKxkqxgBBw9vqGgeJw== +"@angular-devkit/core@19.2.19": + version "19.2.19" + resolved "https://registry.npmjs.org/@angular-devkit/core/-/core-19.2.19.tgz" + integrity sha512-JbLL+4IMLMBgjLZlnPG4lYDfz4zGrJ/s6Aoon321NJKuw1Kb1k5KpFu9dUY0BqLIe8xPQ2UJBpI+xXdK5MXMHQ== dependencies: - ajv "8.12.0" - ajv-formats "2.1.1" - jsonc-parser "3.2.1" - picomatch "4.0.1" + ajv "8.17.1" + ajv-formats "3.0.1" + jsonc-parser "3.3.1" + picomatch "4.0.2" rxjs "7.8.1" source-map "0.7.4" -"@angular-devkit/schematics@17.3.7": - version "17.3.7" - resolved "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-17.3.7.tgz" - integrity sha512-d7NKSwstdxYLYmPsbcYO3GOFNfXxXwOyHxSqDa1JNKoSzMdbLj4tvlCpfXw0ThNM7gioMx8aLBaaH1ac+yk06Q== +"@angular-devkit/schematics@19.2.15": + version "19.2.15" + resolved "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-19.2.15.tgz" + integrity sha512-kNOJ+3vekJJCQKWihNmxBkarJzNW09kP5a9E1SRNiQVNOUEeSwcRR0qYotM65nx821gNzjjhJXnAZ8OazWldrg== dependencies: - "@angular-devkit/core" "17.3.7" - jsonc-parser "3.2.1" - magic-string "0.30.8" + "@angular-devkit/core" "19.2.15" + jsonc-parser "3.3.1" + magic-string "0.30.17" ora "5.4.1" rxjs "7.8.1" -"@angular/animations@17.3.9": - version "17.3.9" - resolved "https://registry.npmjs.org/@angular/animations/-/animations-17.3.9.tgz" - integrity sha512-9fSFF9Y+pKZGgGEK3IlVy9msS7LRFpD1h2rJ80N6n1k51jiKcTgOcFPPYwLNJZ2fkp+qrOAMo3ez4WYQgVPoow== +"@angular/animations@19.2.15": + version "19.2.15" + resolved "https://registry.npmjs.org/@angular/animations/-/animations-19.2.15.tgz" + integrity sha512-eq9vokLU8bjs7g/Znz8zJUQEOhT0MAJ/heBCHbB35S+CtZXJmItrsEqkI1tsRiR58NKXB6cbhBhULVo6qJbhXQ== dependencies: tslib "^2.3.0" -"@angular/cli@17.3.7": - version "17.3.7" - resolved "https://registry.npmjs.org/@angular/cli/-/cli-17.3.7.tgz" - integrity sha512-JgCav3sdRCoJHwLXxmF/EMzArYjwbqB+AGUW/xIR98oZET8QxCB985bOFUAm02SkAEUVcMJvjxec+WCaa60m/A== +"@angular/build@19.2.19": + version "19.2.19" + resolved "https://registry.npmjs.org/@angular/build/-/build-19.2.19.tgz" + integrity sha512-SFzQ1bRkNFiOVu+aaz+9INmts7tDUrsHLEr9HmARXr9qk5UmR8prlw39p2u+Bvi6/lCiJ18TZMQQl9mGyr63lg== dependencies: - "@angular-devkit/architect" "0.1703.7" - "@angular-devkit/core" "17.3.7" - "@angular-devkit/schematics" "17.3.7" - "@schematics/angular" "17.3.7" + "@ampproject/remapping" "2.3.0" + "@angular-devkit/architect" "0.1902.19" + "@babel/core" "7.26.10" + "@babel/helper-annotate-as-pure" "7.25.9" + "@babel/helper-split-export-declaration" "7.24.7" + "@babel/plugin-syntax-import-attributes" "7.26.0" + "@inquirer/confirm" "5.1.6" + "@vitejs/plugin-basic-ssl" "1.2.0" + beasties "0.3.2" + browserslist "^4.23.0" + esbuild "0.25.4" + fast-glob "3.3.3" + https-proxy-agent "7.0.6" + istanbul-lib-instrument "6.0.3" + listr2 "8.2.5" + magic-string "0.30.17" + mrmime "2.0.1" + parse5-html-rewriting-stream "7.0.0" + picomatch "4.0.2" + piscina "4.8.0" + rollup "4.34.8" + sass "1.85.0" + semver "7.7.1" + source-map-support "0.5.21" + vite "6.4.1" + watchpack "2.4.2" + optionalDependencies: + lmdb "3.2.6" + +"@angular/cli@19.2.15": + version "19.2.15" + resolved "https://registry.npmjs.org/@angular/cli/-/cli-19.2.15.tgz" + integrity sha512-YRIpARHWSOnWkHusUWTQgeUrPWMjWvtQrOkjWc6stF36z2KUzKMEng6EzUvH6sZolNSwVwOFpODEP0ut4aBkvQ== + dependencies: + "@angular-devkit/architect" "0.1902.15" + "@angular-devkit/core" "19.2.15" + "@angular-devkit/schematics" "19.2.15" + "@inquirer/prompts" "7.3.2" + "@listr2/prompt-adapter-inquirer" "2.0.18" + "@schematics/angular" "19.2.15" "@yarnpkg/lockfile" "1.1.0" - ansi-colors "4.1.3" - ini "4.1.2" - inquirer "9.2.15" - jsonc-parser "3.2.1" - npm-package-arg "11.0.1" - npm-pick-manifest "9.0.0" - open "8.4.2" - ora "5.4.1" - pacote "17.0.6" - resolve "1.22.8" - semver "7.6.0" + ini "5.0.0" + jsonc-parser "3.3.1" + listr2 "8.2.5" + npm-package-arg "12.0.2" + npm-pick-manifest "10.0.0" + pacote "20.0.0" + resolve "1.22.10" + semver "7.7.1" symbol-observable "4.0.0" yargs "17.7.2" -"@angular/common@^17.0.0", "@angular/common@>=16.0.0-0", "@angular/common@17.3.9": - version "17.3.9" - resolved "https://registry.npmjs.org/@angular/common/-/common-17.3.9.tgz" - integrity sha512-tH1VfbAvNVaz6ZYa+q0DiKtbmUql1jK/3q/af74B8nVjKLHcXVWwxvBayqvrmlUt7FGANGkETIcCWrB44k47Ug== +"@angular/common@^20.0.0", "@angular/common@>=16.0.0-0", "@angular/common@19.2.15": + version "19.2.15" + resolved "https://registry.npmjs.org/@angular/common/-/common-19.2.15.tgz" + integrity sha512-aVa/ctBYH/4qgA7r4sS7TV+/DzRYmcS+3d6l89pNKUXkI8gpmsd+r3FjccaemX4Wqru1QOrMvC+i+e7IBIVv0g== dependencies: tslib "^2.3.0" -"@angular/compiler-cli@^17.0.0", "@angular/compiler-cli@17.1.0", "@angular/compiler-cli@17.3.9": - version "17.3.9" - resolved "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-17.3.9.tgz" - integrity sha512-J6aqoz5wqPWaurbZFUZ7iMUlzAJYXzntziJJbalm6ceXfUWEe2Vm67nGUROWCIFvO3kWXvkgYX4ubnqtod2AxA== +"@angular/compiler-cli@^19.0.0 || ^19.2.0-next.0", "@angular/compiler-cli@19.2.15", "@angular/compiler-cli@20.3.13": + version "19.2.15" + resolved "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-19.2.15.tgz" + integrity sha512-4r5tvGA2Ok3o8wROZBkF9qNKS7L0AEpdBIkAVJbLw2rBY2SlyycFIRYyV2+D1lJ1jq/f9U7uN6oon0MjTvNYkA== dependencies: - "@babel/core" "7.23.9" + "@babel/core" "7.26.9" "@jridgewell/sourcemap-codec" "^1.4.14" - chokidar "^3.0.0" + chokidar "^4.0.0" convert-source-map "^1.5.1" reflect-metadata "^0.2.0" semver "^7.0.0" tslib "^2.3.0" yargs "^17.2.1" -"@angular/compiler@17.1.0", "@angular/compiler@17.3.9": - version "17.3.9" - resolved "https://registry.npmjs.org/@angular/compiler/-/compiler-17.3.9.tgz" - integrity sha512-2d4bPbNm7O2GanqCj5GFgPDnmjbAcsQM502Jnvcv7Aje82yecT69JoqAVRqGOfbbxwlJiPhi31D8DPdLaOz47Q== +"@angular/compiler@^19.0.0 || ^19.2.0-next.0", "@angular/compiler@19.2.15", "@angular/compiler@20.3.13": + version "19.2.15" + resolved "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.15.tgz" + integrity sha512-hMHZU6/03xG0tbPDIm1hbVSTFLnRkGYfh+xdBwUMnIFYYTS0QJ2hdPfEZKCJIXm+fz9IAI5MPdDTfeyp0sgaHQ== dependencies: tslib "^2.3.0" -"@angular/compiler@9.0.0": - version "9.0.0" - resolved "https://registry.npmjs.org/@angular/compiler/-/compiler-9.0.0.tgz" - integrity sha512-ctjwuntPfZZT2mNj2NDIVu51t9cvbhl/16epc5xEwyzyDt76pX9UgwvY+MbXrf/C/FWwdtmNtfP698BKI+9leQ== - -"@angular/core@^17.0.0", "@angular/core@>=16.0.0-0", "@angular/core@17.3.9": - version "17.3.9" - resolved "https://registry.npmjs.org/@angular/core/-/core-17.3.9.tgz" - integrity sha512-x+h5BQ6islvYWGVLTz1CEgNq1/5IYngQ+Inq/tWayM6jN7RPOCydCCbCw+uOZS7MgFebkP0gYTVm14y1MRFKSQ== +"@angular/core@^20.0.0", "@angular/core@>=16.0.0-0", "@angular/core@19.2.15": + version "19.2.15" + resolved "https://registry.npmjs.org/@angular/core/-/core-19.2.15.tgz" + integrity sha512-PxhzCwwm23N4Mq6oV7UPoYiJF4r6FzGhRSxOBBlEp322k7zEQbIxd/XO6F3eoG73qC1UsOXMYYv6GnQpx42y3A== dependencies: tslib "^2.3.0" -"@angular/core@9.0.0": - version "9.0.0" - resolved "https://registry.npmjs.org/@angular/core/-/core-9.0.0.tgz" - integrity sha512-6Pxgsrf0qF9iFFqmIcWmjJGkkCaCm6V5QNnxMy2KloO3SDq6QuMVRbN9RtC8Urmo25LP+eZ6ZgYqFYpdD8Hd9w== - -"@angular/forms@^17.0.0", "@angular/forms@17.3.9": - version "17.3.9" - resolved "https://registry.npmjs.org/@angular/forms/-/forms-17.3.9.tgz" - integrity sha512-5b8OjK0kLghrdxkVWglgerHVp9D5WvXInXwo1KIyc2v/fGdTlyu/RFi0GLGvzq2y+7Z8TvtXWC82SB47vfx3TQ== +"@angular/forms@^20.0.0", "@angular/forms@19.2.15": + version "19.2.15" + resolved "https://registry.npmjs.org/@angular/forms/-/forms-19.2.15.tgz" + integrity sha512-pZDElcYPmNzPxvWJpZQCIizsNApDIfk9xLJE4I8hzLISfWGbQvfjuuarDAuQZEXudeLXoDOstDXkDja40muLGg== dependencies: tslib "^2.3.0" -"@angular/language-service@17.3.9": - version "17.3.9" - resolved "https://registry.npmjs.org/@angular/language-service/-/language-service-17.3.9.tgz" - integrity sha512-0Zs5KmU5sPrDYaoLKqIFPx76H5aIceYWXvIG7oRg32uhaJ0nBqSe1tiYQp5T4e1iaNjCz6hgHKWP7ocQz71aHw== +"@angular/language-service@19.2.15": + version "19.2.15" + resolved "https://registry.npmjs.org/@angular/language-service/-/language-service-19.2.15.tgz" + integrity sha512-ONMNoTnMoS3YiAm6fbWYp1SRDwIBieR/yxGTe9JEij8rq9WtOnAm/KhyQkFojXzS2n+Ntf0nE/yJwtLJKUedgw== -"@angular/localize@^17.0.0": - version "17.1.0" - resolved "https://registry.npmjs.org/@angular/localize/-/localize-17.1.0.tgz" - integrity sha512-GW+1F72lRnCwppu2GzGP04d3UhtdhqMHlCbBdZzQUbv8XQfU+22MOGZx/Ry8sXnanZDgH+u+2A4bvrKZPsVgZg== +"@angular/localize@^19.0.0 || ^19.2.0-next.0", "@angular/localize@^20.0.0": + version "20.3.13" + resolved "https://registry.npmjs.org/@angular/localize/-/localize-20.3.13.tgz" + integrity sha512-giMBZifKP4nNEm3+dRIi8/mro3I2Adi82LVU6GFqB3ugKnLFt9cWR9JnQdYsAv+xrofbPzxlH8UjhVXShNGA0g== dependencies: - "@babel/core" "7.23.2" - "@types/babel__core" "7.20.2" - fast-glob "3.3.1" - yargs "^17.2.1" + "@babel/core" "7.28.3" + "@types/babel__core" "7.20.5" + tinyglobby "^0.2.12" + yargs "^18.0.0" -"@angular/platform-browser-dynamic@17.3.9": - version "17.3.9" - resolved "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-17.3.9.tgz" - integrity sha512-Jmth4hFC4dZsWQRkxB++42sR1pfJUoQbErANrKQMgEPb8H4cLRdB1mAQ6f+OASPBM+FsxDxjXq2kepyLGtF2Vg== +"@angular/platform-browser-dynamic@19.2.15": + version "19.2.15" + resolved "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-19.2.15.tgz" + integrity sha512-dKy0SS395FCh8cW9AQ8nf4Wn3XlONaH7z50T1bGxm3eOoRqjxJYyIeIlEbDdJakMz4QPR3dGr81HleZd8TJumQ== dependencies: tslib "^2.3.0" -"@angular/platform-browser@>=16.0.0-0", "@angular/platform-browser@17.3.9": - version "17.3.9" - resolved "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-17.3.9.tgz" - integrity sha512-vMwHO76rnkz7aV3KHKy23KUFAo/+b0+yHPa6AND5Lee8z5C1J/tA2PdetFAsghlQQsX61JeK4MFJV/f3dFm2dw== +"@angular/platform-browser@>=16.0.0-0", "@angular/platform-browser@19.2.15": + version "19.2.15" + resolved "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-19.2.15.tgz" + integrity sha512-OelQ6weCjon8kZD8kcqNzwugvZJurjS3uMJCwsA2vXmP/3zJ31SWtNqE2zLT1R2csVuwnp0h+nRMgq+pINU7Rg== dependencies: tslib "^2.3.0" -"@angular/platform-server@^17.0.0", "@angular/platform-server@17.3.9": - version "17.3.9" - resolved "https://registry.npmjs.org/@angular/platform-server/-/platform-server-17.3.9.tgz" - integrity sha512-YhF1Bn+bIHUrUWZX4W4KGKNpZGS2ZVIQeN6qt/Q92KBwy1QKX2CGdOZ45oXURbtM2iKDKWwgQNXd1nBQrAcEsw== +"@angular/platform-server@^19.0.0 || ^19.2.0-next.0", "@angular/platform-server@19.2.15": + version "19.2.15" + resolved "https://registry.npmjs.org/@angular/platform-server/-/platform-server-19.2.15.tgz" + integrity sha512-VKuEmzFylYLnFjjFTctnbckgYdXEyt3wU0AwT3uuLrSU/3EgfHlqd33ONuYaIxSRES81GaLcV9cc9uiZYT2QMg== dependencies: tslib "^2.3.0" xhr2 "^0.2.0" -"@angular/router@17.3.9": - version "17.3.9" - resolved "https://registry.npmjs.org/@angular/router/-/router-17.3.9.tgz" - integrity sha512-0cRF5YBJoDbXGQsRs3wEG+DPvN4PlhEqTa0DkTr9QIDJRg5P1uiDlOclV+w3OxEMsLrmXGmhjauHaWQk07M4LA== +"@angular/router@19.2.15": + version "19.2.15" + resolved "https://registry.npmjs.org/@angular/router/-/router-19.2.15.tgz" + integrity sha512-0TM1D8S7RQ00drKy7hA/ZLBY14dUBqFBgm06djcNcOjNzVAtgkeV0i+0Smq9tCC7UsGKdpZu4RgfYjHATBNlTQ== dependencies: tslib "^2.3.0" -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.22.13", "@babel/code-frame@^7.23.5": - version "7.23.5" - resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.23.5.tgz" - integrity sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA== +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.26.2", "@babel/code-frame@^7.27.1": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz" + integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg== dependencies: - "@babel/highlight" "^7.23.4" - chalk "^2.4.2" + "@babel/helper-validator-identifier" "^7.27.1" + js-tokens "^4.0.0" + picocolors "^1.1.1" -"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.23.5": - version "7.23.5" - resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.23.5.tgz" - integrity sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw== +"@babel/compat-data@^7.26.8", "@babel/compat-data@^7.27.2", "@babel/compat-data@^7.27.7": + version "7.28.5" + resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.5.tgz" + integrity sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA== -"@babel/core@^7.0.0", "@babel/core@^7.0.0-0", "@babel/core@^7.0.0-0 || ^8.0.0-0 <8.0.0", "@babel/core@^7.12.0", "@babel/core@^7.12.3", "@babel/core@^7.13.0", "@babel/core@^7.4.0 || ^8.0.0-0 <8.0.0", "@babel/core@7.23.2": - version "7.23.2" - resolved "https://registry.npmjs.org/@babel/core/-/core-7.23.2.tgz" - integrity sha512-n7s51eWdaWZ3vGT2tD4T7J6eJs3QoBXydv7vkUM06Bf1cbVD2Kc2UrkzhiQwobfV7NwOnQXYL7UBJ5VPU+RGoQ== +"@babel/core@^7.0.0", "@babel/core@^7.0.0-0", "@babel/core@^7.0.0-0 || ^8.0.0-0 <8.0.0", "@babel/core@^7.12.0", "@babel/core@^7.13.0", "@babel/core@^7.4.0 || ^8.0.0-0 <8.0.0", "@babel/core@7.26.9": + version "7.26.9" + resolved "https://registry.npmjs.org/@babel/core/-/core-7.26.9.tgz" + integrity sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw== dependencies: "@ampproject/remapping" "^2.2.0" - "@babel/code-frame" "^7.22.13" - "@babel/generator" "^7.23.0" - "@babel/helper-compilation-targets" "^7.22.15" - "@babel/helper-module-transforms" "^7.23.0" - "@babel/helpers" "^7.23.2" - "@babel/parser" "^7.23.0" - "@babel/template" "^7.22.15" - "@babel/traverse" "^7.23.2" - "@babel/types" "^7.23.0" + "@babel/code-frame" "^7.26.2" + "@babel/generator" "^7.26.9" + "@babel/helper-compilation-targets" "^7.26.5" + "@babel/helper-module-transforms" "^7.26.0" + "@babel/helpers" "^7.26.9" + "@babel/parser" "^7.26.9" + "@babel/template" "^7.26.9" + "@babel/traverse" "^7.26.9" + "@babel/types" "^7.26.9" convert-source-map "^2.0.0" debug "^4.1.0" gensync "^1.0.0-beta.2" json5 "^2.2.3" semver "^6.3.1" -"@babel/core@7.23.9": - version "7.23.9" - resolved "https://registry.npmjs.org/@babel/core/-/core-7.23.9.tgz" - integrity sha512-5q0175NOjddqpvvzU+kDiSOAk4PfdO6FvwCWoQ6RO7rTzEe8vlo+4HVfcnAREhD4npMs0e9uZypjTwzZPCf/cw== - dependencies: - "@ampproject/remapping" "^2.2.0" - "@babel/code-frame" "^7.23.5" - "@babel/generator" "^7.23.6" - "@babel/helper-compilation-targets" "^7.23.6" - "@babel/helper-module-transforms" "^7.23.3" - "@babel/helpers" "^7.23.9" - "@babel/parser" "^7.23.9" - "@babel/template" "^7.23.9" - "@babel/traverse" "^7.23.9" - "@babel/types" "^7.23.9" +"@babel/core@^7.23.9": + version "7.28.5" + resolved "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz" + integrity sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw== + dependencies: + "@babel/code-frame" "^7.27.1" + "@babel/generator" "^7.28.5" + "@babel/helper-compilation-targets" "^7.27.2" + "@babel/helper-module-transforms" "^7.28.3" + "@babel/helpers" "^7.28.4" + "@babel/parser" "^7.28.5" + "@babel/template" "^7.27.2" + "@babel/traverse" "^7.28.5" + "@babel/types" "^7.28.5" + "@jridgewell/remapping" "^2.3.5" convert-source-map "^2.0.0" debug "^4.1.0" gensync "^1.0.0-beta.2" json5 "^2.2.3" semver "^6.3.1" -"@babel/core@7.24.0": - version "7.24.0" - resolved "https://registry.npmjs.org/@babel/core/-/core-7.24.0.tgz" - integrity sha512-fQfkg0Gjkza3nf0c7/w6Xf34BW4YvzNfACRLmmb7XRLa6XHdR+K9AlJlxneFfWYf6uhOzuzZVTjF/8KfndZANw== +"@babel/core@7.26.10": + version "7.26.10" + resolved "https://registry.npmjs.org/@babel/core/-/core-7.26.10.tgz" + integrity sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ== dependencies: "@ampproject/remapping" "^2.2.0" - "@babel/code-frame" "^7.23.5" - "@babel/generator" "^7.23.6" - "@babel/helper-compilation-targets" "^7.23.6" - "@babel/helper-module-transforms" "^7.23.3" - "@babel/helpers" "^7.24.0" - "@babel/parser" "^7.24.0" - "@babel/template" "^7.24.0" - "@babel/traverse" "^7.24.0" - "@babel/types" "^7.24.0" + "@babel/code-frame" "^7.26.2" + "@babel/generator" "^7.26.10" + "@babel/helper-compilation-targets" "^7.26.5" + "@babel/helper-module-transforms" "^7.26.0" + "@babel/helpers" "^7.26.10" + "@babel/parser" "^7.26.10" + "@babel/template" "^7.26.9" + "@babel/traverse" "^7.26.10" + "@babel/types" "^7.26.10" convert-source-map "^2.0.0" debug "^4.1.0" gensync "^1.0.0-beta.2" json5 "^2.2.3" semver "^6.3.1" -"@babel/generator@^7.23.0", "@babel/generator@^7.23.6", "@babel/generator@7.23.6": - version "7.23.6" - resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.23.6.tgz" - integrity sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw== - dependencies: - "@babel/types" "^7.23.6" - "@jridgewell/gen-mapping" "^0.3.2" - "@jridgewell/trace-mapping" "^0.3.17" - jsesc "^2.5.1" - -"@babel/helper-annotate-as-pure@^7.22.5", "@babel/helper-annotate-as-pure@7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz" - integrity sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg== - dependencies: - "@babel/types" "^7.22.5" - -"@babel/helper-builder-binary-assignment-operator-visitor@^7.22.15": - version "7.22.15" - resolved "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.15.tgz" - integrity sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw== +"@babel/core@7.28.3": + version "7.28.3" + resolved "https://registry.npmjs.org/@babel/core/-/core-7.28.3.tgz" + integrity sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ== dependencies: - "@babel/types" "^7.22.15" + "@ampproject/remapping" "^2.2.0" + "@babel/code-frame" "^7.27.1" + "@babel/generator" "^7.28.3" + "@babel/helper-compilation-targets" "^7.27.2" + "@babel/helper-module-transforms" "^7.28.3" + "@babel/helpers" "^7.28.3" + "@babel/parser" "^7.28.3" + "@babel/template" "^7.27.2" + "@babel/traverse" "^7.28.3" + "@babel/types" "^7.28.2" + convert-source-map "^2.0.0" + debug "^4.1.0" + gensync "^1.0.0-beta.2" + json5 "^2.2.3" + semver "^6.3.1" -"@babel/helper-compilation-targets@^7.22.15", "@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.23.6": - version "7.23.6" - resolved "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz" - integrity sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ== +"@babel/generator@^7.26.10", "@babel/generator@^7.26.9", "@babel/generator@7.26.10": + version "7.26.10" + resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.26.10.tgz" + integrity sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang== dependencies: - "@babel/compat-data" "^7.23.5" - "@babel/helper-validator-option" "^7.23.5" - browserslist "^4.22.2" + "@babel/parser" "^7.26.10" + "@babel/types" "^7.26.10" + "@jridgewell/gen-mapping" "^0.3.5" + "@jridgewell/trace-mapping" "^0.3.25" + jsesc "^3.0.2" + +"@babel/generator@^7.28.3": + version "7.28.5" + resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz" + integrity sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ== + dependencies: + "@babel/parser" "^7.28.5" + "@babel/types" "^7.28.5" + "@jridgewell/gen-mapping" "^0.3.12" + "@jridgewell/trace-mapping" "^0.3.28" + jsesc "^3.0.2" + +"@babel/generator@^7.28.5": + version "7.28.5" + resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz" + integrity sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ== + dependencies: + "@babel/parser" "^7.28.5" + "@babel/types" "^7.28.5" + "@jridgewell/gen-mapping" "^0.3.12" + "@jridgewell/trace-mapping" "^0.3.28" + jsesc "^3.0.2" + +"@babel/helper-annotate-as-pure@^7.27.1": + version "7.27.3" + resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz" + integrity sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg== + dependencies: + "@babel/types" "^7.27.3" + +"@babel/helper-annotate-as-pure@^7.27.3": + version "7.27.3" + resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz" + integrity sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg== + dependencies: + "@babel/types" "^7.27.3" + +"@babel/helper-annotate-as-pure@7.25.9": + version "7.25.9" + resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz" + integrity sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g== + dependencies: + "@babel/types" "^7.25.9" + +"@babel/helper-compilation-targets@^7.26.5", "@babel/helper-compilation-targets@^7.27.1", "@babel/helper-compilation-targets@^7.27.2": + version "7.27.2" + resolved "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz" + integrity sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ== + dependencies: + "@babel/compat-data" "^7.27.2" + "@babel/helper-validator-option" "^7.27.1" + browserslist "^4.24.0" lru-cache "^5.1.1" semver "^6.3.1" -"@babel/helper-create-class-features-plugin@^7.22.15": - version "7.24.0" - resolved "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.0.tgz" - integrity sha512-QAH+vfvts51BCsNZ2PhY6HAggnlS6omLLFTsIpeqZk/MmJ6cW7tgz5yRv0fMJThcr6FmbMrENh1RgrWPTYA76g== - dependencies: - "@babel/helper-annotate-as-pure" "^7.22.5" - "@babel/helper-environment-visitor" "^7.22.20" - "@babel/helper-function-name" "^7.23.0" - "@babel/helper-member-expression-to-functions" "^7.23.0" - "@babel/helper-optimise-call-expression" "^7.22.5" - "@babel/helper-replace-supers" "^7.22.20" - "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" - "@babel/helper-split-export-declaration" "^7.22.6" +"@babel/helper-create-class-features-plugin@^7.27.1", "@babel/helper-create-class-features-plugin@^7.28.3": + version "7.28.5" + resolved "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz" + integrity sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ== + dependencies: + "@babel/helper-annotate-as-pure" "^7.27.3" + "@babel/helper-member-expression-to-functions" "^7.28.5" + "@babel/helper-optimise-call-expression" "^7.27.1" + "@babel/helper-replace-supers" "^7.27.1" + "@babel/helper-skip-transparent-expression-wrappers" "^7.27.1" + "@babel/traverse" "^7.28.5" semver "^6.3.1" -"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.22.15", "@babel/helper-create-regexp-features-plugin@^7.22.5": - version "7.22.15" - resolved "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz" - integrity sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w== +"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.27.1": + version "7.28.5" + resolved "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.28.5.tgz" + integrity sha512-N1EhvLtHzOvj7QQOUCCS3NrPJP8c5W6ZXCHDn7Yialuy1iu4r5EmIYkXlKNqT99Ciw+W0mDqWoR6HWMZlFP3hw== dependencies: - "@babel/helper-annotate-as-pure" "^7.22.5" - regexpu-core "^5.3.1" + "@babel/helper-annotate-as-pure" "^7.27.3" + regexpu-core "^6.3.1" semver "^6.3.1" -"@babel/helper-define-polyfill-provider@^0.5.0": - version "0.5.0" - resolved "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.5.0.tgz" - integrity sha512-NovQquuQLAQ5HuyjCz7WQP9MjRj7dx++yspwiyUiGl9ZyadHRSql1HZh5ogRd8W8w6YM6EQ/NTB8rgjLt5W65Q== +"@babel/helper-define-polyfill-provider@^0.6.3", "@babel/helper-define-polyfill-provider@^0.6.5": + version "0.6.5" + resolved "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.5.tgz" + integrity sha512-uJnGFcPsWQK8fvjgGP5LZUZZsYGIoPeRjSF5PGwrelYgq7Q15/Ft9NGFp1zglwgIv//W0uG4BevRuSJRyylZPg== dependencies: - "@babel/helper-compilation-targets" "^7.22.6" - "@babel/helper-plugin-utils" "^7.22.5" - debug "^4.1.1" + "@babel/helper-compilation-targets" "^7.27.2" + "@babel/helper-plugin-utils" "^7.27.1" + debug "^4.4.1" lodash.debounce "^4.0.8" - resolve "^1.14.2" + resolve "^1.22.10" + +"@babel/helper-globals@^7.28.0": + version "7.28.0" + resolved "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz" + integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw== + +"@babel/helper-member-expression-to-functions@^7.27.1", "@babel/helper-member-expression-to-functions@^7.28.5": + version "7.28.5" + resolved "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz" + integrity sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg== + dependencies: + "@babel/traverse" "^7.28.5" + "@babel/types" "^7.28.5" + +"@babel/helper-module-imports@^7.25.9", "@babel/helper-module-imports@^7.27.1": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz" + integrity sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w== + dependencies: + "@babel/traverse" "^7.27.1" + "@babel/types" "^7.27.1" + +"@babel/helper-module-transforms@^7.26.0", "@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.28.3": + version "7.28.3" + resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz" + integrity sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw== + dependencies: + "@babel/helper-module-imports" "^7.27.1" + "@babel/helper-validator-identifier" "^7.27.1" + "@babel/traverse" "^7.28.3" + +"@babel/helper-optimise-call-expression@^7.27.1": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz" + integrity sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw== + dependencies: + "@babel/types" "^7.27.1" -"@babel/helper-define-polyfill-provider@^0.6.1": - version "0.6.1" - resolved "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.1.tgz" - integrity sha512-o7SDgTJuvx5vLKD6SFvkydkSMBvahDKGiNJzG22IZYXhiqoe9efY7zocICBgzHV4IRg5wdgl2nEL/tulKIEIbA== +"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.25.9", "@babel/helper-plugin-utils@^7.26.5", "@babel/helper-plugin-utils@^7.27.1": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz" + integrity sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw== + +"@babel/helper-remap-async-to-generator@^7.25.9": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz" + integrity sha512-7fiA521aVw8lSPeI4ZOD3vRFkoqkJcS+z4hFo82bFSH/2tNd6eJ5qCVMS5OzDmZh/kaHQeBaeyxK6wljcPtveA== + dependencies: + "@babel/helper-annotate-as-pure" "^7.27.1" + "@babel/helper-wrap-function" "^7.27.1" + "@babel/traverse" "^7.27.1" + +"@babel/helper-replace-supers@^7.27.1": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz" + integrity sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA== dependencies: - "@babel/helper-compilation-targets" "^7.22.6" - "@babel/helper-plugin-utils" "^7.22.5" - debug "^4.1.1" - lodash.debounce "^4.0.8" - resolve "^1.14.2" + "@babel/helper-member-expression-to-functions" "^7.27.1" + "@babel/helper-optimise-call-expression" "^7.27.1" + "@babel/traverse" "^7.27.1" -"@babel/helper-environment-visitor@^7.22.20": - version "7.22.20" - resolved "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz" - integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== +"@babel/helper-skip-transparent-expression-wrappers@^7.27.1": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz" + integrity sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg== + dependencies: + "@babel/traverse" "^7.27.1" + "@babel/types" "^7.27.1" -"@babel/helper-function-name@^7.22.5", "@babel/helper-function-name@^7.23.0": - version "7.23.0" - resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz" - integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== - dependencies: - "@babel/template" "^7.22.15" - "@babel/types" "^7.23.0" +"@babel/helper-split-export-declaration@7.24.7": + version "7.24.7" + resolved "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz" + integrity sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA== + dependencies: + "@babel/types" "^7.24.7" -"@babel/helper-hoist-variables@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz" - integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== - dependencies: - "@babel/types" "^7.22.5" +"@babel/helper-string-parser@^7.27.1": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz" + integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA== -"@babel/helper-member-expression-to-functions@^7.22.15", "@babel/helper-member-expression-to-functions@^7.23.0": - version "7.23.0" - resolved "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz" - integrity sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA== +"@babel/helper-validator-identifier@^7.27.1", "@babel/helper-validator-identifier@^7.28.5": + version "7.28.5" + resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz" + integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q== + +"@babel/helper-validator-option@^7.25.9", "@babel/helper-validator-option@^7.27.1": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz" + integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg== + +"@babel/helper-wrap-function@^7.27.1": + version "7.28.3" + resolved "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.28.3.tgz" + integrity sha512-zdf983tNfLZFletc0RRXYrHrucBEg95NIFMkn6K9dbeMYnsgHaSBGcQqdsCSStG2PYwRre0Qc2NNSCXbG+xc6g== dependencies: - "@babel/types" "^7.23.0" - -"@babel/helper-module-imports@^7.22.15": - version "7.22.15" - resolved "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz" - integrity sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w== - dependencies: - "@babel/types" "^7.22.15" - -"@babel/helper-module-transforms@^7.23.0", "@babel/helper-module-transforms@^7.23.3": - version "7.23.3" - resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz" - integrity sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ== - dependencies: - "@babel/helper-environment-visitor" "^7.22.20" - "@babel/helper-module-imports" "^7.22.15" - "@babel/helper-simple-access" "^7.22.5" - "@babel/helper-split-export-declaration" "^7.22.6" - "@babel/helper-validator-identifier" "^7.22.20" - -"@babel/helper-optimise-call-expression@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz" - integrity sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw== - dependencies: - "@babel/types" "^7.22.5" - -"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.24.0", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": - version "7.24.0" - resolved "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.0.tgz" - integrity sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w== - -"@babel/helper-remap-async-to-generator@^7.22.20": - version "7.22.20" - resolved "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz" - integrity sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw== - dependencies: - "@babel/helper-annotate-as-pure" "^7.22.5" - "@babel/helper-environment-visitor" "^7.22.20" - "@babel/helper-wrap-function" "^7.22.20" - -"@babel/helper-replace-supers@^7.22.20": - version "7.22.20" - resolved "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz" - integrity sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw== - dependencies: - "@babel/helper-environment-visitor" "^7.22.20" - "@babel/helper-member-expression-to-functions" "^7.22.15" - "@babel/helper-optimise-call-expression" "^7.22.5" - -"@babel/helper-simple-access@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz" - integrity sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w== - dependencies: - "@babel/types" "^7.22.5" - -"@babel/helper-skip-transparent-expression-wrappers@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz" - integrity sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q== - dependencies: - "@babel/types" "^7.22.5" - -"@babel/helper-split-export-declaration@^7.22.6", "@babel/helper-split-export-declaration@7.22.6": - version "7.22.6" - resolved "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz" - integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== - dependencies: - "@babel/types" "^7.22.5" - -"@babel/helper-string-parser@^7.23.4": - version "7.23.4" - resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz" - integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ== - -"@babel/helper-validator-identifier@^7.22.20": - version "7.22.20" - resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz" - integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== - -"@babel/helper-validator-option@^7.23.5": - version "7.23.5" - resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz" - integrity sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw== - -"@babel/helper-wrap-function@^7.22.20": - version "7.22.20" - resolved "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.20.tgz" - integrity sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw== - dependencies: - "@babel/helper-function-name" "^7.22.5" - "@babel/template" "^7.22.15" - "@babel/types" "^7.22.19" - -"@babel/helpers@^7.23.2", "@babel/helpers@^7.23.9", "@babel/helpers@^7.24.0": - version "7.24.0" - resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.0.tgz" - integrity sha512-ulDZdc0Aj5uLc5nETsa7EPx2L7rM0YJM8r7ck7U73AXi7qOV44IHHRAYZHY6iU1rr3C5N4NtTmMRUJP6kwCWeA== - dependencies: - "@babel/template" "^7.24.0" - "@babel/traverse" "^7.24.0" - "@babel/types" "^7.24.0" - -"@babel/highlight@^7.23.4": - version "7.23.4" - resolved "https://registry.npmjs.org/@babel/highlight/-/highlight-7.23.4.tgz" - integrity sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A== - dependencies: - "@babel/helper-validator-identifier" "^7.22.20" - chalk "^2.4.2" - js-tokens "^4.0.0" + "@babel/template" "^7.27.2" + "@babel/traverse" "^7.28.3" + "@babel/types" "^7.28.2" -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.0", "@babel/parser@^7.23.9", "@babel/parser@^7.24.0": - version "7.24.0" - resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.24.0.tgz" - integrity sha512-QuP/FxEAzMSjXygs8v4N9dvdXzEHN4W1oF3PxuWAtPo08UdM17u89RDMgjLn/mlc56iM0HlLmVkO/wgR+rDgHg== +"@babel/helpers@^7.26.10", "@babel/helpers@^7.26.9", "@babel/helpers@^7.28.3", "@babel/helpers@^7.28.4": + version "7.28.4" + resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz" + integrity sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w== + dependencies: + "@babel/template" "^7.27.2" + "@babel/types" "^7.28.4" -"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.23.3": - version "7.23.3" - resolved "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.23.3.tgz" - integrity sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ== +"@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.26.10", "@babel/parser@^7.26.9", "@babel/parser@^7.27.2", "@babel/parser@^7.28.3", "@babel/parser@^7.28.5": + version "7.28.5" + resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz" + integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ== + dependencies: + "@babel/types" "^7.28.5" + +"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9": + version "7.28.5" + resolved "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.28.5.tgz" + integrity sha512-87GDMS3tsmMSi/3bWOte1UblL+YUTFMV8SZPZ2eSEL17s74Cw/l63rR6NmGVKMYW2GYi85nE+/d6Hw5N0bEk2Q== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-plugin-utils" "^7.27.1" + "@babel/traverse" "^7.28.5" + +"@babel/plugin-bugfix-safari-class-field-initializer-scope@^7.25.9": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.27.1.tgz" + integrity sha512-qNeq3bCKnGgLkEXUuFry6dPlGfCdQNZbn7yUAPCInwAJHMU7THJfrBSozkcWq5sNM6RcF3S8XyQL2A52KNR9IA== + dependencies: + "@babel/helper-plugin-utils" "^7.27.1" -"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.23.3": - version "7.23.3" - resolved "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.23.3.tgz" - integrity sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ== +"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.25.9": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.27.1.tgz" + integrity sha512-g4L7OYun04N1WyqMNjldFwlfPCLVkgB54A/YCXICZYBsvJJE3kByKv9c9+R/nAfmIfjl2rKYLNyMHboYbZaWaA== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" - "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" - "@babel/plugin-transform-optional-chaining" "^7.23.3" + "@babel/helper-plugin-utils" "^7.27.1" -"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.23.7": - version "7.23.7" - resolved "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.23.7.tgz" - integrity sha512-LlRT7HgaifEpQA1ZgLVOIJZZFVPWN5iReq/7/JixwBtwcoeVGDBD53ZV28rrsLYOZs1Y/EHhA8N/Z6aazHR8cw== +"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.25.9": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.27.1.tgz" + integrity sha512-oO02gcONcD5O1iTLi/6frMJBIwWEHceWGSGqrpCmEL8nogiS6J9PBlE48CaK20/Jx1LuRml9aDftLgdjXT8+Cw== dependencies: - "@babel/helper-environment-visitor" "^7.22.20" - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-plugin-utils" "^7.27.1" + "@babel/helper-skip-transparent-expression-wrappers" "^7.27.1" + "@babel/plugin-transform-optional-chaining" "^7.27.1" + +"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.25.9": + version "7.28.3" + resolved "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.28.3.tgz" + integrity sha512-b6YTX108evsvE4YgWyQ921ZAFFQm3Bn+CA3+ZXlNVnPhx+UfsVURoPjfGAPCjBgrqo30yX/C2nZGX96DxvR9Iw== + dependencies: + "@babel/helper-plugin-utils" "^7.27.1" + "@babel/traverse" "^7.28.3" "@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2": version "7.21.0-placeholder-for-preset-env.2" resolved "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz" integrity sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w== -"@babel/plugin-syntax-async-generators@^7.8.4": - version "7.8.4" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz" - integrity sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== +"@babel/plugin-syntax-import-assertions@^7.26.0": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.27.1.tgz" + integrity sha512-UT/Jrhw57xg4ILHLFnzFpPDlMbcdEicaAtjPQpbj9wa8T4r5KVWCimHcL/460g8Ht0DMxDyjsLgiWSkVjnwPFg== dependencies: - "@babel/helper-plugin-utils" "^7.8.0" + "@babel/helper-plugin-utils" "^7.27.1" -"@babel/plugin-syntax-class-properties@^7.12.13": - version "7.12.13" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz" - integrity sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA== +"@babel/plugin-syntax-import-attributes@^7.26.0", "@babel/plugin-syntax-import-attributes@7.26.0": + version "7.26.0" + resolved "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz" + integrity sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A== dependencies: - "@babel/helper-plugin-utils" "^7.12.13" + "@babel/helper-plugin-utils" "^7.25.9" -"@babel/plugin-syntax-class-static-block@^7.14.5": - version "7.14.5" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz" - integrity sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw== +"@babel/plugin-syntax-unicode-sets-regex@^7.18.6": + version "7.18.6" + resolved "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz" + integrity sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg== dependencies: - "@babel/helper-plugin-utils" "^7.14.5" + "@babel/helper-create-regexp-features-plugin" "^7.18.6" + "@babel/helper-plugin-utils" "^7.18.6" -"@babel/plugin-syntax-dynamic-import@^7.8.3": - version "7.8.3" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz" - integrity sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== +"@babel/plugin-transform-arrow-functions@^7.25.9": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.27.1.tgz" + integrity sha512-8Z4TGic6xW70FKThA5HYEKKyBpOOsucTOD1DjU3fZxDg+K3zBJcXMFnt/4yQiZnf5+MiOMSXQ9PaEK/Ilh1DeA== dependencies: - "@babel/helper-plugin-utils" "^7.8.0" + "@babel/helper-plugin-utils" "^7.27.1" -"@babel/plugin-syntax-export-namespace-from@^7.8.3": - version "7.8.3" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz" - integrity sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q== +"@babel/plugin-transform-async-generator-functions@^7.26.8", "@babel/plugin-transform-async-generator-functions@7.26.8": + version "7.26.8" + resolved "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.26.8.tgz" + integrity sha512-He9Ej2X7tNf2zdKMAGOsmg2MrFc+hfoAhd3po4cWfo/NWjzEAKa0oQruj1ROVUdl0e6fb6/kE/G3SSxE0lRJOg== dependencies: - "@babel/helper-plugin-utils" "^7.8.3" + "@babel/helper-plugin-utils" "^7.26.5" + "@babel/helper-remap-async-to-generator" "^7.25.9" + "@babel/traverse" "^7.26.8" -"@babel/plugin-syntax-import-assertions@^7.23.3": - version "7.23.3" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.23.3.tgz" - integrity sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw== +"@babel/plugin-transform-async-to-generator@^7.25.9", "@babel/plugin-transform-async-to-generator@7.25.9": + version "7.25.9" + resolved "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.25.9.tgz" + integrity sha512-NT7Ejn7Z/LjUH0Gv5KsBCxh7BH3fbLTV0ptHvpeMvrt3cPThHfJfst9Wrb7S8EvJ7vRTFI7z+VAvFVEQn/m5zQ== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-module-imports" "^7.25.9" + "@babel/helper-plugin-utils" "^7.25.9" + "@babel/helper-remap-async-to-generator" "^7.25.9" -"@babel/plugin-syntax-import-attributes@^7.23.3": - version "7.23.3" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.23.3.tgz" - integrity sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA== +"@babel/plugin-transform-block-scoped-functions@^7.26.5": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.27.1.tgz" + integrity sha512-cnqkuOtZLapWYZUYM5rVIdv1nXYuFVIltZ6ZJ7nIj585QsjKM5dhL2Fu/lICXZ1OyIAFc7Qy+bvDAtTXqGrlhg== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-plugin-utils" "^7.27.1" -"@babel/plugin-syntax-import-meta@^7.10.4": - version "7.10.4" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz" - integrity sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g== +"@babel/plugin-transform-block-scoping@^7.25.9": + version "7.28.5" + resolved "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.5.tgz" + integrity sha512-45DmULpySVvmq9Pj3X9B+62Xe+DJGov27QravQJU1LLcapR6/10i+gYVAucGGJpHBp5mYxIMK4nDAT/QDLr47g== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-plugin-utils" "^7.27.1" -"@babel/plugin-syntax-json-strings@^7.8.3": - version "7.8.3" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz" - integrity sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== +"@babel/plugin-transform-class-properties@^7.25.9": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.27.1.tgz" + integrity sha512-D0VcalChDMtuRvJIu3U/fwWjf8ZMykz5iZsg77Nuj821vCKI3zCyRLwRdWbsuJ/uRwZhZ002QtCqIkwC/ZkvbA== dependencies: - "@babel/helper-plugin-utils" "^7.8.0" + "@babel/helper-create-class-features-plugin" "^7.27.1" + "@babel/helper-plugin-utils" "^7.27.1" -"@babel/plugin-syntax-logical-assignment-operators@^7.10.4": - version "7.10.4" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz" - integrity sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== +"@babel/plugin-transform-class-static-block@^7.26.0": + version "7.28.3" + resolved "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.3.tgz" + integrity sha512-LtPXlBbRoc4Njl/oh1CeD/3jC+atytbnf/UqLoqTDcEYGUPj022+rvfkbDYieUrSj3CaV4yHDByPE+T2HwfsJg== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-create-class-features-plugin" "^7.28.3" + "@babel/helper-plugin-utils" "^7.27.1" -"@babel/plugin-syntax-nullish-coalescing-operator@^7.8.3": - version "7.8.3" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz" - integrity sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== +"@babel/plugin-transform-classes@^7.25.9": + version "7.28.4" + resolved "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.4.tgz" + integrity sha512-cFOlhIYPBv/iBoc+KS3M6et2XPtbT2HiCRfBXWtfpc9OAyostldxIf9YAYB6ypURBBbx+Qv6nyrLzASfJe+hBA== dependencies: - "@babel/helper-plugin-utils" "^7.8.0" + "@babel/helper-annotate-as-pure" "^7.27.3" + "@babel/helper-compilation-targets" "^7.27.2" + "@babel/helper-globals" "^7.28.0" + "@babel/helper-plugin-utils" "^7.27.1" + "@babel/helper-replace-supers" "^7.27.1" + "@babel/traverse" "^7.28.4" -"@babel/plugin-syntax-numeric-separator@^7.10.4": - version "7.10.4" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz" - integrity sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== +"@babel/plugin-transform-computed-properties@^7.25.9": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.27.1.tgz" + integrity sha512-lj9PGWvMTVksbWiDT2tW68zGS/cyo4AkZ/QTp0sQT0mjPopCmrSkzxeXkznjqBxzDI6TclZhOJbBmbBLjuOZUw== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-plugin-utils" "^7.27.1" + "@babel/template" "^7.27.1" -"@babel/plugin-syntax-object-rest-spread@^7.8.3": - version "7.8.3" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz" - integrity sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== +"@babel/plugin-transform-destructuring@^7.25.9", "@babel/plugin-transform-destructuring@^7.28.0": + version "7.28.5" + resolved "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.5.tgz" + integrity sha512-Kl9Bc6D0zTUcFUvkNuQh4eGXPKKNDOJQXVyyM4ZAQPMveniJdxi8XMJwLo+xSoW3MIq81bD33lcUe9kZpl0MCw== dependencies: - "@babel/helper-plugin-utils" "^7.8.0" + "@babel/helper-plugin-utils" "^7.27.1" + "@babel/traverse" "^7.28.5" -"@babel/plugin-syntax-optional-catch-binding@^7.8.3": - version "7.8.3" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz" - integrity sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== +"@babel/plugin-transform-dotall-regex@^7.25.9": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.27.1.tgz" + integrity sha512-gEbkDVGRvjj7+T1ivxrfgygpT7GUd4vmODtYpbs0gZATdkX8/iSnOtZSxiZnsgm1YjTgjI6VKBGSJJevkrclzw== dependencies: - "@babel/helper-plugin-utils" "^7.8.0" + "@babel/helper-create-regexp-features-plugin" "^7.27.1" + "@babel/helper-plugin-utils" "^7.27.1" -"@babel/plugin-syntax-optional-chaining@^7.8.3": - version "7.8.3" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz" - integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== +"@babel/plugin-transform-duplicate-keys@^7.25.9": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.27.1.tgz" + integrity sha512-MTyJk98sHvSs+cvZ4nOauwTTG1JeonDjSGvGGUNHreGQns+Mpt6WX/dVzWBHgg+dYZhkC4X+zTDfkTU+Vy9y7Q== dependencies: - "@babel/helper-plugin-utils" "^7.8.0" + "@babel/helper-plugin-utils" "^7.27.1" -"@babel/plugin-syntax-private-property-in-object@^7.14.5": - version "7.14.5" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz" - integrity sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg== +"@babel/plugin-transform-duplicate-named-capturing-groups-regex@^7.25.9": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.27.1.tgz" + integrity sha512-hkGcueTEzuhB30B3eJCbCYeCaaEQOmQR0AdvzpD4LoN0GXMWzzGSuRrxR2xTnCrvNbVwK9N6/jQ92GSLfiZWoQ== dependencies: - "@babel/helper-plugin-utils" "^7.14.5" + "@babel/helper-create-regexp-features-plugin" "^7.27.1" + "@babel/helper-plugin-utils" "^7.27.1" -"@babel/plugin-syntax-top-level-await@^7.14.5": - version "7.14.5" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz" - integrity sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw== +"@babel/plugin-transform-dynamic-import@^7.25.9": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.27.1.tgz" + integrity sha512-MHzkWQcEmjzzVW9j2q8LGjwGWpG2mjwaaB0BNQwst3FIjqsg8Ct/mIZlvSPJvfi9y2AC8mi/ktxbFVL9pZ1I4A== dependencies: - "@babel/helper-plugin-utils" "^7.14.5" + "@babel/helper-plugin-utils" "^7.27.1" -"@babel/plugin-syntax-unicode-sets-regex@^7.18.6": - version "7.18.6" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz" - integrity sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg== +"@babel/plugin-transform-exponentiation-operator@^7.26.3": + version "7.28.5" + resolved "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.28.5.tgz" + integrity sha512-D4WIMaFtwa2NizOp+dnoFjRez/ClKiC2BqqImwKd1X28nqBtZEyCYJ2ozQrrzlxAFrcrjxo39S6khe9RNDlGzw== dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.18.6" - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.27.1" + +"@babel/plugin-transform-export-namespace-from@^7.25.9": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.27.1.tgz" + integrity sha512-tQvHWSZ3/jH2xuq/vZDy0jNn+ZdXJeM8gHvX4lnJmsc3+50yPlWdZXIc5ay+umX+2/tJIqHqiEqcJvxlmIvRvQ== + dependencies: + "@babel/helper-plugin-utils" "^7.27.1" + +"@babel/plugin-transform-for-of@^7.26.9": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.27.1.tgz" + integrity sha512-BfbWFFEJFQzLCQ5N8VocnCtA8J1CLkNTe2Ms2wocj75dd6VpiqS5Z5quTYcUoo4Yq+DN0rtikODccuv7RU81sw== + dependencies: + "@babel/helper-plugin-utils" "^7.27.1" + "@babel/helper-skip-transparent-expression-wrappers" "^7.27.1" + +"@babel/plugin-transform-function-name@^7.25.9": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.27.1.tgz" + integrity sha512-1bQeydJF9Nr1eBCMMbC+hdwmRlsv5XYOMu03YSWFwNs0HsAmtSxxF1fyuYPqemVldVyFmlCU7w8UE14LupUSZQ== + dependencies: + "@babel/helper-compilation-targets" "^7.27.1" + "@babel/helper-plugin-utils" "^7.27.1" + "@babel/traverse" "^7.27.1" + +"@babel/plugin-transform-json-strings@^7.25.9": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.27.1.tgz" + integrity sha512-6WVLVJiTjqcQauBhn1LkICsR2H+zm62I3h9faTDKt1qP4jn2o72tSvqMwtGFKGTpojce0gJs+76eZ2uCHRZh0Q== + dependencies: + "@babel/helper-plugin-utils" "^7.27.1" + +"@babel/plugin-transform-literals@^7.25.9": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.27.1.tgz" + integrity sha512-0HCFSepIpLTkLcsi86GG3mTUzxV5jpmbv97hTETW3yzrAij8aqlD36toB1D0daVFJM8NK6GvKO0gslVQmm+zZA== + dependencies: + "@babel/helper-plugin-utils" "^7.27.1" + +"@babel/plugin-transform-logical-assignment-operators@^7.25.9": + version "7.28.5" + resolved "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.28.5.tgz" + integrity sha512-axUuqnUTBuXyHGcJEVVh9pORaN6wC5bYfE7FGzPiaWa3syib9m7g+/IT/4VgCOe2Upef43PHzeAvcrVek6QuuA== + dependencies: + "@babel/helper-plugin-utils" "^7.27.1" + +"@babel/plugin-transform-member-expression-literals@^7.25.9": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.27.1.tgz" + integrity sha512-hqoBX4dcZ1I33jCSWcXrP+1Ku7kdqXf1oeah7ooKOIiAdKQ+uqftgCFNOSzA5AMS2XIHEYeGFg4cKRCdpxzVOQ== + dependencies: + "@babel/helper-plugin-utils" "^7.27.1" + +"@babel/plugin-transform-modules-amd@^7.25.9": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.27.1.tgz" + integrity sha512-iCsytMg/N9/oFq6n+gFTvUYDZQOMK5kEdeYxmxt91fcJGycfxVP9CnrxoliM0oumFERba2i8ZtwRUCMhvP1LnA== + dependencies: + "@babel/helper-module-transforms" "^7.27.1" + "@babel/helper-plugin-utils" "^7.27.1" + +"@babel/plugin-transform-modules-commonjs@^7.26.3": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz" + integrity sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw== + dependencies: + "@babel/helper-module-transforms" "^7.27.1" + "@babel/helper-plugin-utils" "^7.27.1" -"@babel/plugin-transform-arrow-functions@^7.23.3": - version "7.23.3" - resolved "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.23.3.tgz" - integrity sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ== - dependencies: - "@babel/helper-plugin-utils" "^7.22.5" - -"@babel/plugin-transform-async-generator-functions@^7.23.9", "@babel/plugin-transform-async-generator-functions@7.23.9": - version "7.23.9" - resolved "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.9.tgz" - integrity sha512-8Q3veQEDGe14dTYuwagbRtwxQDnytyg1JFu4/HwEMETeofocrB0U0ejBJIXoeG/t2oXZ8kzCyI0ZZfbT80VFNQ== - dependencies: - "@babel/helper-environment-visitor" "^7.22.20" - "@babel/helper-plugin-utils" "^7.22.5" - "@babel/helper-remap-async-to-generator" "^7.22.20" - "@babel/plugin-syntax-async-generators" "^7.8.4" +"@babel/plugin-transform-modules-systemjs@^7.25.9": + version "7.28.5" + resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.28.5.tgz" + integrity sha512-vn5Jma98LCOeBy/KpeQhXcV2WZgaRUtjwQmjoBuLNlOmkg0fB5pdvYVeWRYI69wWKwK2cD1QbMiUQnoujWvrew== + dependencies: + "@babel/helper-module-transforms" "^7.28.3" + "@babel/helper-plugin-utils" "^7.27.1" + "@babel/helper-validator-identifier" "^7.28.5" + "@babel/traverse" "^7.28.5" -"@babel/plugin-transform-async-to-generator@^7.23.3", "@babel/plugin-transform-async-to-generator@7.23.3": - version "7.23.3" - resolved "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.23.3.tgz" - integrity sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw== +"@babel/plugin-transform-modules-umd@^7.25.9": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.27.1.tgz" + integrity sha512-iQBE/xC5BV1OxJbp6WG7jq9IWiD+xxlZhLrdwpPkTX3ydmXdvoCpyfJN7acaIBZaOqTfr76pgzqBJflNbeRK+w== dependencies: - "@babel/helper-module-imports" "^7.22.15" - "@babel/helper-plugin-utils" "^7.22.5" - "@babel/helper-remap-async-to-generator" "^7.22.20" + "@babel/helper-module-transforms" "^7.27.1" + "@babel/helper-plugin-utils" "^7.27.1" -"@babel/plugin-transform-block-scoped-functions@^7.23.3": - version "7.23.3" - resolved "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.23.3.tgz" - integrity sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A== - dependencies: - "@babel/helper-plugin-utils" "^7.22.5" +"@babel/plugin-transform-named-capturing-groups-regex@^7.25.9": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.27.1.tgz" + integrity sha512-SstR5JYy8ddZvD6MhV0tM/j16Qds4mIpJTOd1Yu9J9pJjH93bxHECF7pgtc28XvkzTD6Pxcm/0Z73Hvk7kb3Ng== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.27.1" + "@babel/helper-plugin-utils" "^7.27.1" -"@babel/plugin-transform-block-scoping@^7.23.4": - version "7.23.4" - resolved "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.23.4.tgz" - integrity sha512-0QqbP6B6HOh7/8iNR4CQU2Th/bbRtBp4KS9vcaZd1fZ0wSh5Fyssg0UCIHwxh+ka+pNDREbVLQnHCMHKZfPwfw== +"@babel/plugin-transform-new-target@^7.25.9": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.27.1.tgz" + integrity sha512-f6PiYeqXQ05lYq3TIfIDu/MtliKUbNwkGApPUvyo6+tc7uaR4cPjPe7DFPr15Uyycg2lZU6btZ575CuQoYh7MQ== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" - -"@babel/plugin-transform-class-properties@^7.23.3": - version "7.23.3" - resolved "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.23.3.tgz" - integrity sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg== - dependencies: - "@babel/helper-create-class-features-plugin" "^7.22.15" - "@babel/helper-plugin-utils" "^7.22.5" - -"@babel/plugin-transform-class-static-block@^7.23.4": - version "7.23.4" - resolved "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.23.4.tgz" - integrity sha512-nsWu/1M+ggti1SOALj3hfx5FXzAY06fwPJsUZD4/A5e1bWi46VUIWtD+kOX6/IdhXGsXBWllLFDSnqSCdUNydQ== - dependencies: - "@babel/helper-create-class-features-plugin" "^7.22.15" - "@babel/helper-plugin-utils" "^7.22.5" - "@babel/plugin-syntax-class-static-block" "^7.14.5" + "@babel/helper-plugin-utils" "^7.27.1" -"@babel/plugin-transform-classes@^7.23.8": - version "7.23.8" - resolved "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.23.8.tgz" - integrity sha512-yAYslGsY1bX6Knmg46RjiCiNSwJKv2IUC8qOdYKqMMr0491SXFhcHqOdRDeCRohOOIzwN/90C6mQ9qAKgrP7dg== +"@babel/plugin-transform-nullish-coalescing-operator@^7.26.6": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.27.1.tgz" + integrity sha512-aGZh6xMo6q9vq1JGcw58lZ1Z0+i0xB2x0XaauNIUXd6O1xXc3RwoWEBlsTQrY4KQ9Jf0s5rgD6SiNkaUdJegTA== dependencies: - "@babel/helper-annotate-as-pure" "^7.22.5" - "@babel/helper-compilation-targets" "^7.23.6" - "@babel/helper-environment-visitor" "^7.22.20" - "@babel/helper-function-name" "^7.23.0" - "@babel/helper-plugin-utils" "^7.22.5" - "@babel/helper-replace-supers" "^7.22.20" - "@babel/helper-split-export-declaration" "^7.22.6" - globals "^11.1.0" - -"@babel/plugin-transform-computed-properties@^7.23.3": - version "7.23.3" - resolved "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.23.3.tgz" - integrity sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw== - dependencies: - "@babel/helper-plugin-utils" "^7.22.5" - "@babel/template" "^7.22.15" - -"@babel/plugin-transform-destructuring@^7.23.3": - version "7.23.3" - resolved "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.23.3.tgz" - integrity sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw== - dependencies: - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-plugin-utils" "^7.27.1" -"@babel/plugin-transform-dotall-regex@^7.23.3": - version "7.23.3" - resolved "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.23.3.tgz" - integrity sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ== - dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.22.15" - "@babel/helper-plugin-utils" "^7.22.5" +"@babel/plugin-transform-numeric-separator@^7.25.9": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.27.1.tgz" + integrity sha512-fdPKAcujuvEChxDBJ5c+0BTaS6revLV7CJL08e4m3de8qJfNIuCc2nc7XJYOjBoTMJeqSmwXJ0ypE14RCjLwaw== + dependencies: + "@babel/helper-plugin-utils" "^7.27.1" -"@babel/plugin-transform-duplicate-keys@^7.23.3": - version "7.23.3" - resolved "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.23.3.tgz" - integrity sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA== - dependencies: - "@babel/helper-plugin-utils" "^7.22.5" - -"@babel/plugin-transform-dynamic-import@^7.23.4": - version "7.23.4" - resolved "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.23.4.tgz" - integrity sha512-V6jIbLhdJK86MaLh4Jpghi8ho5fGzt3imHOBu/x0jlBaPYqDoWz4RDXjmMOfnh+JWNaQleEAByZLV0QzBT4YQQ== - dependencies: - "@babel/helper-plugin-utils" "^7.22.5" - "@babel/plugin-syntax-dynamic-import" "^7.8.3" - -"@babel/plugin-transform-exponentiation-operator@^7.23.3": - version "7.23.3" - resolved "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.23.3.tgz" - integrity sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ== - dependencies: - "@babel/helper-builder-binary-assignment-operator-visitor" "^7.22.15" - "@babel/helper-plugin-utils" "^7.22.5" - -"@babel/plugin-transform-export-namespace-from@^7.23.4": - version "7.23.4" - resolved "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.23.4.tgz" - integrity sha512-GzuSBcKkx62dGzZI1WVgTWvkkz84FZO5TC5T8dl/Tht/rAla6Dg/Mz9Yhypg+ezVACf/rgDuQt3kbWEv7LdUDQ== +"@babel/plugin-transform-object-rest-spread@^7.25.9": + version "7.28.4" + resolved "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.4.tgz" + integrity sha512-373KA2HQzKhQCYiRVIRr+3MjpCObqzDlyrM6u4I201wL8Mp2wHf7uB8GhDwis03k2ti8Zr65Zyyqs1xOxUF/Ew== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" - "@babel/plugin-syntax-export-namespace-from" "^7.8.3" - -"@babel/plugin-transform-for-of@^7.23.6": - version "7.23.6" - resolved "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.23.6.tgz" - integrity sha512-aYH4ytZ0qSuBbpfhuofbg/e96oQ7U2w1Aw/UQmKT+1l39uEhUPoFS3fHevDc1G0OvewyDudfMKY1OulczHzWIw== + "@babel/helper-compilation-targets" "^7.27.2" + "@babel/helper-plugin-utils" "^7.27.1" + "@babel/plugin-transform-destructuring" "^7.28.0" + "@babel/plugin-transform-parameters" "^7.27.7" + "@babel/traverse" "^7.28.4" + +"@babel/plugin-transform-object-super@^7.25.9": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.27.1.tgz" + integrity sha512-SFy8S9plRPbIcxlJ8A6mT/CxFdJx/c04JEctz4jf8YZaVS2px34j7NXRrlGlHkN/M2gnpL37ZpGRGVFLd3l8Ng== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" - "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" - -"@babel/plugin-transform-function-name@^7.23.3": - version "7.23.3" - resolved "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.23.3.tgz" - integrity sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw== + "@babel/helper-plugin-utils" "^7.27.1" + "@babel/helper-replace-supers" "^7.27.1" + +"@babel/plugin-transform-optional-catch-binding@^7.25.9": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.27.1.tgz" + integrity sha512-txEAEKzYrHEX4xSZN4kJ+OfKXFVSWKB2ZxM9dpcE3wT7smwkNmXo5ORRlVzMVdJbD+Q8ILTgSD7959uj+3Dm3Q== dependencies: - "@babel/helper-compilation-targets" "^7.22.15" - "@babel/helper-function-name" "^7.23.0" - "@babel/helper-plugin-utils" "^7.22.5" - -"@babel/plugin-transform-json-strings@^7.23.4": - version "7.23.4" - resolved "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.23.4.tgz" - integrity sha512-81nTOqM1dMwZ/aRXQ59zVubN9wHGqk6UtqRK+/q+ciXmRy8fSolhGVvG09HHRGo4l6fr/c4ZhXUQH0uFW7PZbg== - dependencies: - "@babel/helper-plugin-utils" "^7.22.5" - "@babel/plugin-syntax-json-strings" "^7.8.3" - -"@babel/plugin-transform-literals@^7.23.3": - version "7.23.3" - resolved "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.23.3.tgz" - integrity sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ== - dependencies: - "@babel/helper-plugin-utils" "^7.22.5" - -"@babel/plugin-transform-logical-assignment-operators@^7.23.4": - version "7.23.4" - resolved "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.23.4.tgz" - integrity sha512-Mc/ALf1rmZTP4JKKEhUwiORU+vcfarFVLfcFiolKUo6sewoxSEgl36ak5t+4WamRsNr6nzjZXQjM35WsU+9vbg== - dependencies: - "@babel/helper-plugin-utils" "^7.22.5" - "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" - -"@babel/plugin-transform-member-expression-literals@^7.23.3": - version "7.23.3" - resolved "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.23.3.tgz" - integrity sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag== + "@babel/helper-plugin-utils" "^7.27.1" + +"@babel/plugin-transform-optional-chaining@^7.25.9", "@babel/plugin-transform-optional-chaining@^7.27.1": + version "7.28.5" + resolved "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.5.tgz" + integrity sha512-N6fut9IZlPnjPwgiQkXNhb+cT8wQKFlJNqcZkWlcTqkcqx6/kU4ynGmLFoa4LViBSirn05YAwk+sQBbPfxtYzQ== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" - -"@babel/plugin-transform-modules-amd@^7.23.3": - version "7.23.3" - resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.23.3.tgz" - integrity sha512-vJYQGxeKM4t8hYCKVBlZX/gtIY2I7mRGFNcm85sgXGMTBcoV3QdVtdpbcWEbzbfUIUZKwvgFT82mRvaQIebZzw== - dependencies: - "@babel/helper-module-transforms" "^7.23.3" - "@babel/helper-plugin-utils" "^7.22.5" - -"@babel/plugin-transform-modules-commonjs@^7.23.3": - version "7.23.3" - resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.23.3.tgz" - integrity sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA== - dependencies: - "@babel/helper-module-transforms" "^7.23.3" - "@babel/helper-plugin-utils" "^7.22.5" - "@babel/helper-simple-access" "^7.22.5" + "@babel/helper-plugin-utils" "^7.27.1" + "@babel/helper-skip-transparent-expression-wrappers" "^7.27.1" -"@babel/plugin-transform-modules-systemjs@^7.23.9": - version "7.23.9" - resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.9.tgz" - integrity sha512-KDlPRM6sLo4o1FkiSlXoAa8edLXFsKKIda779fbLrvmeuc3itnjCtaO6RrtoaANsIJANj+Vk1zqbZIMhkCAHVw== +"@babel/plugin-transform-parameters@^7.25.9", "@babel/plugin-transform-parameters@^7.27.7": + version "7.27.7" + resolved "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz" + integrity sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg== dependencies: - "@babel/helper-hoist-variables" "^7.22.5" - "@babel/helper-module-transforms" "^7.23.3" - "@babel/helper-plugin-utils" "^7.22.5" - "@babel/helper-validator-identifier" "^7.22.20" + "@babel/helper-plugin-utils" "^7.27.1" + +"@babel/plugin-transform-private-methods@^7.25.9": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.27.1.tgz" + integrity sha512-10FVt+X55AjRAYI9BrdISN9/AQWHqldOeZDUoLyif1Kn05a56xVBXb8ZouL8pZ9jem8QpXaOt8TS7RHUIS+GPA== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.27.1" + "@babel/helper-plugin-utils" "^7.27.1" -"@babel/plugin-transform-modules-umd@^7.23.3": - version "7.23.3" - resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.23.3.tgz" - integrity sha512-zHsy9iXX2nIsCBFPud3jKn1IRPWg3Ing1qOZgeKV39m1ZgIdpJqvlWVeiHBZC6ITRG0MfskhYe9cLgntfSFPIg== - dependencies: - "@babel/helper-module-transforms" "^7.23.3" - "@babel/helper-plugin-utils" "^7.22.5" - -"@babel/plugin-transform-named-capturing-groups-regex@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.22.5.tgz" - integrity sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ== - dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.22.5" - "@babel/helper-plugin-utils" "^7.22.5" - -"@babel/plugin-transform-new-target@^7.23.3": - version "7.23.3" - resolved "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.23.3.tgz" - integrity sha512-YJ3xKqtJMAT5/TIZnpAR3I+K+WaDowYbN3xyxI8zxx/Gsypwf9B9h0VB+1Nh6ACAAPRS5NSRje0uVv5i79HYGQ== - dependencies: - "@babel/helper-plugin-utils" "^7.22.5" +"@babel/plugin-transform-private-property-in-object@^7.25.9": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.27.1.tgz" + integrity sha512-5J+IhqTi1XPa0DXF83jYOaARrX+41gOewWbkPyjMNRDqgOCqdffGh8L3f/Ek5utaEBZExjSAzcyjmV9SSAWObQ== + dependencies: + "@babel/helper-annotate-as-pure" "^7.27.1" + "@babel/helper-create-class-features-plugin" "^7.27.1" + "@babel/helper-plugin-utils" "^7.27.1" -"@babel/plugin-transform-nullish-coalescing-operator@^7.23.4": - version "7.23.4" - resolved "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.23.4.tgz" - integrity sha512-jHE9EVVqHKAQx+VePv5LLGHjmHSJR76vawFPTdlxR/LVJPfOEGxREQwQfjuZEOPTwG92X3LINSh3M40Rv4zpVA== - dependencies: - "@babel/helper-plugin-utils" "^7.22.5" - "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" - -"@babel/plugin-transform-numeric-separator@^7.23.4": - version "7.23.4" - resolved "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.23.4.tgz" - integrity sha512-mps6auzgwjRrwKEZA05cOwuDc9FAzoyFS4ZsG/8F43bTLf/TgkJg7QXOrPO1JO599iA3qgK9MXdMGOEC8O1h6Q== - dependencies: - "@babel/helper-plugin-utils" "^7.22.5" - "@babel/plugin-syntax-numeric-separator" "^7.10.4" - -"@babel/plugin-transform-object-rest-spread@^7.24.0": - version "7.24.0" - resolved "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.0.tgz" - integrity sha512-y/yKMm7buHpFFXfxVFS4Vk1ToRJDilIa6fKRioB9Vjichv58TDGXTvqV0dN7plobAmTW5eSEGXDngE+Mm+uO+w== - dependencies: - "@babel/compat-data" "^7.23.5" - "@babel/helper-compilation-targets" "^7.23.6" - "@babel/helper-plugin-utils" "^7.24.0" - "@babel/plugin-syntax-object-rest-spread" "^7.8.3" - "@babel/plugin-transform-parameters" "^7.23.3" - -"@babel/plugin-transform-object-super@^7.23.3": - version "7.23.3" - resolved "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.23.3.tgz" - integrity sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA== - dependencies: - "@babel/helper-plugin-utils" "^7.22.5" - "@babel/helper-replace-supers" "^7.22.20" - -"@babel/plugin-transform-optional-catch-binding@^7.23.4": - version "7.23.4" - resolved "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.23.4.tgz" - integrity sha512-XIq8t0rJPHf6Wvmbn9nFxU6ao4c7WhghTR5WyV8SrJfUFzyxhCm4nhC+iAp3HFhbAKLfYpgzhJ6t4XCtVwqO5A== - dependencies: - "@babel/helper-plugin-utils" "^7.22.5" - "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" - -"@babel/plugin-transform-optional-chaining@^7.23.3", "@babel/plugin-transform-optional-chaining@^7.23.4": - version "7.23.4" - resolved "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.23.4.tgz" - integrity sha512-ZU8y5zWOfjM5vZ+asjgAPwDaBjJzgufjES89Rs4Lpq63O300R/kOz30WCLo6BxxX6QVEilwSlpClnG5cZaikTA== - dependencies: - "@babel/helper-plugin-utils" "^7.22.5" - "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" - "@babel/plugin-syntax-optional-chaining" "^7.8.3" - -"@babel/plugin-transform-parameters@^7.23.3": - version "7.23.3" - resolved "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.23.3.tgz" - integrity sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw== - dependencies: - "@babel/helper-plugin-utils" "^7.22.5" - -"@babel/plugin-transform-private-methods@^7.23.3": - version "7.23.3" - resolved "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.23.3.tgz" - integrity sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g== - dependencies: - "@babel/helper-create-class-features-plugin" "^7.22.15" - "@babel/helper-plugin-utils" "^7.22.5" - -"@babel/plugin-transform-private-property-in-object@^7.23.4": - version "7.23.4" - resolved "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.23.4.tgz" - integrity sha512-9G3K1YqTq3F4Vt88Djx1UZ79PDyj+yKRnUy7cZGSMe+a7jkwD259uKKuUzQlPkGam7R+8RJwh5z4xO27fA1o2A== - dependencies: - "@babel/helper-annotate-as-pure" "^7.22.5" - "@babel/helper-create-class-features-plugin" "^7.22.15" - "@babel/helper-plugin-utils" "^7.22.5" - "@babel/plugin-syntax-private-property-in-object" "^7.14.5" - -"@babel/plugin-transform-property-literals@^7.23.3": - version "7.23.3" - resolved "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.23.3.tgz" - integrity sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw== - dependencies: - "@babel/helper-plugin-utils" "^7.22.5" - -"@babel/plugin-transform-regenerator@^7.23.3": - version "7.23.3" - resolved "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.23.3.tgz" - integrity sha512-KP+75h0KghBMcVpuKisx3XTu9Ncut8Q8TuvGO4IhY+9D5DFEckQefOuIsB/gQ2tG71lCke4NMrtIPS8pOj18BQ== - dependencies: - "@babel/helper-plugin-utils" "^7.22.5" - regenerator-transform "^0.15.2" - -"@babel/plugin-transform-reserved-words@^7.23.3": - version "7.23.3" - resolved "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.23.3.tgz" - integrity sha512-QnNTazY54YqgGxwIexMZva9gqbPa15t/x9VS+0fsEFWplwVpXYZivtgl43Z1vMpc1bdPP2PP8siFeVcnFvA3Cg== - dependencies: - "@babel/helper-plugin-utils" "^7.22.5" - -"@babel/plugin-transform-runtime@7.24.0": - version "7.24.0" - resolved "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.24.0.tgz" - integrity sha512-zc0GA5IitLKJrSfXlXmp8KDqLrnGECK7YRfQBmEKg1NmBOQ7e+KuclBEKJgzifQeUYLdNiAw4B4bjyvzWVLiSA== - dependencies: - "@babel/helper-module-imports" "^7.22.15" - "@babel/helper-plugin-utils" "^7.24.0" - babel-plugin-polyfill-corejs2 "^0.4.8" - babel-plugin-polyfill-corejs3 "^0.9.0" - babel-plugin-polyfill-regenerator "^0.5.5" +"@babel/plugin-transform-property-literals@^7.25.9": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.27.1.tgz" + integrity sha512-oThy3BCuCha8kDZ8ZkgOg2exvPYUlprMukKQXI1r1pJ47NCvxfkEy8vK+r/hT9nF0Aa4H1WUPZZjHTFtAhGfmQ== + dependencies: + "@babel/helper-plugin-utils" "^7.27.1" + +"@babel/plugin-transform-regenerator@^7.25.9": + version "7.28.4" + resolved "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.4.tgz" + integrity sha512-+ZEdQlBoRg9m2NnzvEeLgtvBMO4tkFBw5SQIUgLICgTrumLoU7lr+Oghi6km2PFj+dbUt2u1oby2w3BDO9YQnA== + dependencies: + "@babel/helper-plugin-utils" "^7.27.1" + +"@babel/plugin-transform-regexp-modifiers@^7.26.0": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.27.1.tgz" + integrity sha512-TtEciroaiODtXvLZv4rmfMhkCv8jx3wgKpL68PuiPh2M4fvz5jhsA7697N1gMvkvr/JTF13DrFYyEbY9U7cVPA== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.27.1" + "@babel/helper-plugin-utils" "^7.27.1" + +"@babel/plugin-transform-reserved-words@^7.25.9": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.27.1.tgz" + integrity sha512-V2ABPHIJX4kC7HegLkYoDpfg9PVmuWy/i6vUM5eGK22bx4YVFD3M5F0QQnWQoDs6AGsUWTVOopBiMFQgHaSkVw== + dependencies: + "@babel/helper-plugin-utils" "^7.27.1" + +"@babel/plugin-transform-runtime@7.26.10": + version "7.26.10" + resolved "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.26.10.tgz" + integrity sha512-NWaL2qG6HRpONTnj4JvDU6th4jYeZOJgu3QhmFTCihib0ermtOJqktA5BduGm3suhhVe9EMP9c9+mfJ/I9slqw== + dependencies: + "@babel/helper-module-imports" "^7.25.9" + "@babel/helper-plugin-utils" "^7.26.5" + babel-plugin-polyfill-corejs2 "^0.4.10" + babel-plugin-polyfill-corejs3 "^0.11.0" + babel-plugin-polyfill-regenerator "^0.6.1" semver "^6.3.1" -"@babel/plugin-transform-shorthand-properties@^7.23.3": - version "7.23.3" - resolved "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.23.3.tgz" - integrity sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg== +"@babel/plugin-transform-shorthand-properties@^7.25.9": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.27.1.tgz" + integrity sha512-N/wH1vcn4oYawbJ13Y/FxcQrWk63jhfNa7jef0ih7PHSIHX2LB7GWE1rkPrOnka9kwMxb6hMl19p7lidA+EHmQ== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-plugin-utils" "^7.27.1" -"@babel/plugin-transform-spread@^7.23.3": - version "7.23.3" - resolved "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.23.3.tgz" - integrity sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg== +"@babel/plugin-transform-spread@^7.25.9": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.27.1.tgz" + integrity sha512-kpb3HUqaILBJcRFVhFUs6Trdd4mkrzcGXss+6/mxUd273PfbWqSDHRzMT2234gIg2QYfAjvXLSquP1xECSg09Q== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" - "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" + "@babel/helper-plugin-utils" "^7.27.1" + "@babel/helper-skip-transparent-expression-wrappers" "^7.27.1" -"@babel/plugin-transform-sticky-regex@^7.23.3": - version "7.23.3" - resolved "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.23.3.tgz" - integrity sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg== +"@babel/plugin-transform-sticky-regex@^7.25.9": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.27.1.tgz" + integrity sha512-lhInBO5bi/Kowe2/aLdBAawijx+q1pQzicSgnkB6dUPc1+RC8QmJHKf2OjvU+NZWitguJHEaEmbV6VWEouT58g== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-plugin-utils" "^7.27.1" -"@babel/plugin-transform-template-literals@^7.23.3": - version "7.23.3" - resolved "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.23.3.tgz" - integrity sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg== +"@babel/plugin-transform-template-literals@^7.26.8": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.27.1.tgz" + integrity sha512-fBJKiV7F2DxZUkg5EtHKXQdbsbURW3DZKQUWphDum0uRP6eHGGa/He9mc0mypL680pb+e/lDIthRohlv8NCHkg== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-plugin-utils" "^7.27.1" -"@babel/plugin-transform-typeof-symbol@^7.23.3": - version "7.23.3" - resolved "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.23.3.tgz" - integrity sha512-4t15ViVnaFdrPC74be1gXBSMzXk3B4Us9lP7uLRQHTFpV5Dvt33pn+2MyyNxmN3VTTm3oTrZVMUmuw3oBnQ2oQ== +"@babel/plugin-transform-typeof-symbol@^7.26.7": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.27.1.tgz" + integrity sha512-RiSILC+nRJM7FY5srIyc4/fGIwUhyDuuBSdWn4y6yT6gm652DpCHZjIipgn6B7MQ1ITOUnAKWixEUjQRIBIcLw== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-plugin-utils" "^7.27.1" -"@babel/plugin-transform-unicode-escapes@^7.23.3": - version "7.23.3" - resolved "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.23.3.tgz" - integrity sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q== +"@babel/plugin-transform-unicode-escapes@^7.25.9": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.27.1.tgz" + integrity sha512-Ysg4v6AmF26k9vpfFuTZg8HRfVWzsh1kVfowA23y9j/Gu6dOuahdUVhkLqpObp3JIv27MLSii6noRnuKN8H0Mg== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-plugin-utils" "^7.27.1" -"@babel/plugin-transform-unicode-property-regex@^7.23.3": - version "7.23.3" - resolved "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.23.3.tgz" - integrity sha512-KcLIm+pDZkWZQAFJ9pdfmh89EwVfmNovFBcXko8szpBeF8z68kWIPeKlmSOkT9BXJxs2C0uk+5LxoxIv62MROA== +"@babel/plugin-transform-unicode-property-regex@^7.25.9": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.27.1.tgz" + integrity sha512-uW20S39PnaTImxp39O5qFlHLS9LJEmANjMG7SxIhap8rCHqu0Ik+tLEPX5DKmHn6CsWQ7j3lix2tFOa5YtL12Q== dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.22.15" - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-create-regexp-features-plugin" "^7.27.1" + "@babel/helper-plugin-utils" "^7.27.1" -"@babel/plugin-transform-unicode-regex@^7.23.3": - version "7.23.3" - resolved "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.23.3.tgz" - integrity sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw== +"@babel/plugin-transform-unicode-regex@^7.25.9": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.27.1.tgz" + integrity sha512-xvINq24TRojDuyt6JGtHmkVkrfVV3FPT16uytxImLeBZqW3/H52yN+kM1MGuyPkIQxrzKwPHs5U/MP3qKyzkGw== dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.22.15" - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-create-regexp-features-plugin" "^7.27.1" + "@babel/helper-plugin-utils" "^7.27.1" -"@babel/plugin-transform-unicode-sets-regex@^7.23.3": - version "7.23.3" - resolved "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.23.3.tgz" - integrity sha512-W7lliA/v9bNR83Qc3q1ip9CQMZ09CcHDbHfbLRDNuAhn1Mvkr1ZNF7hPmztMQvtTGVLJ9m8IZqWsTkXOml8dbw== +"@babel/plugin-transform-unicode-sets-regex@^7.25.9": + version "7.27.1" + resolved "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.27.1.tgz" + integrity sha512-EtkOujbc4cgvb0mlpQefi4NTPBzhSIevblFevACNLUspmrALgmEBdL/XfnyyITfd8fKBZrZys92zOWcik7j9Tw== dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.22.15" - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-create-regexp-features-plugin" "^7.27.1" + "@babel/helper-plugin-utils" "^7.27.1" -"@babel/preset-env@7.24.0": - version "7.24.0" - resolved "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.24.0.tgz" - integrity sha512-ZxPEzV9IgvGn73iK0E6VB9/95Nd7aMFpbE0l8KQFDG70cOV9IxRP7Y2FUPmlK0v6ImlLqYX50iuZ3ZTVhOF2lA== +"@babel/preset-env@7.26.9": + version "7.26.9" + resolved "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.26.9.tgz" + integrity sha512-vX3qPGE8sEKEAZCWk05k3cpTAE3/nOYca++JA+Rd0z2NCNzabmYvEiSShKzm10zdquOIAVXsy2Ei/DTW34KlKQ== dependencies: - "@babel/compat-data" "^7.23.5" - "@babel/helper-compilation-targets" "^7.23.6" - "@babel/helper-plugin-utils" "^7.24.0" - "@babel/helper-validator-option" "^7.23.5" - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.23.3" - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.23.3" - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.23.7" + "@babel/compat-data" "^7.26.8" + "@babel/helper-compilation-targets" "^7.26.5" + "@babel/helper-plugin-utils" "^7.26.5" + "@babel/helper-validator-option" "^7.25.9" + "@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.9" + "@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.25.9" + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.25.9" + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.25.9" + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.25.9" "@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2" - "@babel/plugin-syntax-async-generators" "^7.8.4" - "@babel/plugin-syntax-class-properties" "^7.12.13" - "@babel/plugin-syntax-class-static-block" "^7.14.5" - "@babel/plugin-syntax-dynamic-import" "^7.8.3" - "@babel/plugin-syntax-export-namespace-from" "^7.8.3" - "@babel/plugin-syntax-import-assertions" "^7.23.3" - "@babel/plugin-syntax-import-attributes" "^7.23.3" - "@babel/plugin-syntax-import-meta" "^7.10.4" - "@babel/plugin-syntax-json-strings" "^7.8.3" - "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" - "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" - "@babel/plugin-syntax-numeric-separator" "^7.10.4" - "@babel/plugin-syntax-object-rest-spread" "^7.8.3" - "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" - "@babel/plugin-syntax-optional-chaining" "^7.8.3" - "@babel/plugin-syntax-private-property-in-object" "^7.14.5" - "@babel/plugin-syntax-top-level-await" "^7.14.5" + "@babel/plugin-syntax-import-assertions" "^7.26.0" + "@babel/plugin-syntax-import-attributes" "^7.26.0" "@babel/plugin-syntax-unicode-sets-regex" "^7.18.6" - "@babel/plugin-transform-arrow-functions" "^7.23.3" - "@babel/plugin-transform-async-generator-functions" "^7.23.9" - "@babel/plugin-transform-async-to-generator" "^7.23.3" - "@babel/plugin-transform-block-scoped-functions" "^7.23.3" - "@babel/plugin-transform-block-scoping" "^7.23.4" - "@babel/plugin-transform-class-properties" "^7.23.3" - "@babel/plugin-transform-class-static-block" "^7.23.4" - "@babel/plugin-transform-classes" "^7.23.8" - "@babel/plugin-transform-computed-properties" "^7.23.3" - "@babel/plugin-transform-destructuring" "^7.23.3" - "@babel/plugin-transform-dotall-regex" "^7.23.3" - "@babel/plugin-transform-duplicate-keys" "^7.23.3" - "@babel/plugin-transform-dynamic-import" "^7.23.4" - "@babel/plugin-transform-exponentiation-operator" "^7.23.3" - "@babel/plugin-transform-export-namespace-from" "^7.23.4" - "@babel/plugin-transform-for-of" "^7.23.6" - "@babel/plugin-transform-function-name" "^7.23.3" - "@babel/plugin-transform-json-strings" "^7.23.4" - "@babel/plugin-transform-literals" "^7.23.3" - "@babel/plugin-transform-logical-assignment-operators" "^7.23.4" - "@babel/plugin-transform-member-expression-literals" "^7.23.3" - "@babel/plugin-transform-modules-amd" "^7.23.3" - "@babel/plugin-transform-modules-commonjs" "^7.23.3" - "@babel/plugin-transform-modules-systemjs" "^7.23.9" - "@babel/plugin-transform-modules-umd" "^7.23.3" - "@babel/plugin-transform-named-capturing-groups-regex" "^7.22.5" - "@babel/plugin-transform-new-target" "^7.23.3" - "@babel/plugin-transform-nullish-coalescing-operator" "^7.23.4" - "@babel/plugin-transform-numeric-separator" "^7.23.4" - "@babel/plugin-transform-object-rest-spread" "^7.24.0" - "@babel/plugin-transform-object-super" "^7.23.3" - "@babel/plugin-transform-optional-catch-binding" "^7.23.4" - "@babel/plugin-transform-optional-chaining" "^7.23.4" - "@babel/plugin-transform-parameters" "^7.23.3" - "@babel/plugin-transform-private-methods" "^7.23.3" - "@babel/plugin-transform-private-property-in-object" "^7.23.4" - "@babel/plugin-transform-property-literals" "^7.23.3" - "@babel/plugin-transform-regenerator" "^7.23.3" - "@babel/plugin-transform-reserved-words" "^7.23.3" - "@babel/plugin-transform-shorthand-properties" "^7.23.3" - "@babel/plugin-transform-spread" "^7.23.3" - "@babel/plugin-transform-sticky-regex" "^7.23.3" - "@babel/plugin-transform-template-literals" "^7.23.3" - "@babel/plugin-transform-typeof-symbol" "^7.23.3" - "@babel/plugin-transform-unicode-escapes" "^7.23.3" - "@babel/plugin-transform-unicode-property-regex" "^7.23.3" - "@babel/plugin-transform-unicode-regex" "^7.23.3" - "@babel/plugin-transform-unicode-sets-regex" "^7.23.3" + "@babel/plugin-transform-arrow-functions" "^7.25.9" + "@babel/plugin-transform-async-generator-functions" "^7.26.8" + "@babel/plugin-transform-async-to-generator" "^7.25.9" + "@babel/plugin-transform-block-scoped-functions" "^7.26.5" + "@babel/plugin-transform-block-scoping" "^7.25.9" + "@babel/plugin-transform-class-properties" "^7.25.9" + "@babel/plugin-transform-class-static-block" "^7.26.0" + "@babel/plugin-transform-classes" "^7.25.9" + "@babel/plugin-transform-computed-properties" "^7.25.9" + "@babel/plugin-transform-destructuring" "^7.25.9" + "@babel/plugin-transform-dotall-regex" "^7.25.9" + "@babel/plugin-transform-duplicate-keys" "^7.25.9" + "@babel/plugin-transform-duplicate-named-capturing-groups-regex" "^7.25.9" + "@babel/plugin-transform-dynamic-import" "^7.25.9" + "@babel/plugin-transform-exponentiation-operator" "^7.26.3" + "@babel/plugin-transform-export-namespace-from" "^7.25.9" + "@babel/plugin-transform-for-of" "^7.26.9" + "@babel/plugin-transform-function-name" "^7.25.9" + "@babel/plugin-transform-json-strings" "^7.25.9" + "@babel/plugin-transform-literals" "^7.25.9" + "@babel/plugin-transform-logical-assignment-operators" "^7.25.9" + "@babel/plugin-transform-member-expression-literals" "^7.25.9" + "@babel/plugin-transform-modules-amd" "^7.25.9" + "@babel/plugin-transform-modules-commonjs" "^7.26.3" + "@babel/plugin-transform-modules-systemjs" "^7.25.9" + "@babel/plugin-transform-modules-umd" "^7.25.9" + "@babel/plugin-transform-named-capturing-groups-regex" "^7.25.9" + "@babel/plugin-transform-new-target" "^7.25.9" + "@babel/plugin-transform-nullish-coalescing-operator" "^7.26.6" + "@babel/plugin-transform-numeric-separator" "^7.25.9" + "@babel/plugin-transform-object-rest-spread" "^7.25.9" + "@babel/plugin-transform-object-super" "^7.25.9" + "@babel/plugin-transform-optional-catch-binding" "^7.25.9" + "@babel/plugin-transform-optional-chaining" "^7.25.9" + "@babel/plugin-transform-parameters" "^7.25.9" + "@babel/plugin-transform-private-methods" "^7.25.9" + "@babel/plugin-transform-private-property-in-object" "^7.25.9" + "@babel/plugin-transform-property-literals" "^7.25.9" + "@babel/plugin-transform-regenerator" "^7.25.9" + "@babel/plugin-transform-regexp-modifiers" "^7.26.0" + "@babel/plugin-transform-reserved-words" "^7.25.9" + "@babel/plugin-transform-shorthand-properties" "^7.25.9" + "@babel/plugin-transform-spread" "^7.25.9" + "@babel/plugin-transform-sticky-regex" "^7.25.9" + "@babel/plugin-transform-template-literals" "^7.26.8" + "@babel/plugin-transform-typeof-symbol" "^7.26.7" + "@babel/plugin-transform-unicode-escapes" "^7.25.9" + "@babel/plugin-transform-unicode-property-regex" "^7.25.9" + "@babel/plugin-transform-unicode-regex" "^7.25.9" + "@babel/plugin-transform-unicode-sets-regex" "^7.25.9" "@babel/preset-modules" "0.1.6-no-external-plugins" - babel-plugin-polyfill-corejs2 "^0.4.8" - babel-plugin-polyfill-corejs3 "^0.9.0" - babel-plugin-polyfill-regenerator "^0.5.5" - core-js-compat "^3.31.0" + babel-plugin-polyfill-corejs2 "^0.4.10" + babel-plugin-polyfill-corejs3 "^0.11.0" + babel-plugin-polyfill-regenerator "^0.6.1" + core-js-compat "^3.40.0" semver "^6.3.1" "@babel/preset-modules@0.1.6-no-external-plugins": @@ -1203,51 +1148,42 @@ "@babel/types" "^7.4.4" esutils "^2.0.2" -"@babel/regjsgen@^0.8.0": - version "0.8.0" - resolved "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz" - integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA== - -"@babel/runtime@^7.8.4", "@babel/runtime@7.24.0": - version "7.24.0" - resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.0.tgz" - integrity sha512-Chk32uHMg6TnQdvw2e9IlqPpFX/6NLuK0Ys2PqLb7/gL5uFn9mXvK715FGLlOLQrcO4qIkNHkvPGktzzXexsFw== +"@babel/runtime@7.26.10": + version "7.26.10" + resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.10.tgz" + integrity sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw== dependencies: regenerator-runtime "^0.14.0" -"@babel/template@^7.22.15", "@babel/template@^7.23.9", "@babel/template@^7.24.0": - version "7.24.0" - resolved "https://registry.npmjs.org/@babel/template/-/template-7.24.0.tgz" - integrity sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA== - dependencies: - "@babel/code-frame" "^7.23.5" - "@babel/parser" "^7.24.0" - "@babel/types" "^7.24.0" - -"@babel/traverse@^7.23.2", "@babel/traverse@^7.23.9", "@babel/traverse@^7.24.0": - version "7.24.0" - resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.0.tgz" - integrity sha512-HfuJlI8qq3dEDmNU5ChzzpZRWq+oxCZQyMzIMEqLho+AQnhMnKQUzH6ydo3RBl/YjPCuk68Y6s0Gx0AeyULiWw== - dependencies: - "@babel/code-frame" "^7.23.5" - "@babel/generator" "^7.23.6" - "@babel/helper-environment-visitor" "^7.22.20" - "@babel/helper-function-name" "^7.23.0" - "@babel/helper-hoist-variables" "^7.22.5" - "@babel/helper-split-export-declaration" "^7.22.6" - "@babel/parser" "^7.24.0" - "@babel/types" "^7.24.0" +"@babel/template@^7.26.9", "@babel/template@^7.27.1", "@babel/template@^7.27.2": + version "7.27.2" + resolved "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz" + integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw== + dependencies: + "@babel/code-frame" "^7.27.1" + "@babel/parser" "^7.27.2" + "@babel/types" "^7.27.1" + +"@babel/traverse@^7.26.10", "@babel/traverse@^7.26.8", "@babel/traverse@^7.26.9", "@babel/traverse@^7.27.1", "@babel/traverse@^7.28.3", "@babel/traverse@^7.28.4", "@babel/traverse@^7.28.5": + version "7.28.5" + resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz" + integrity sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ== + dependencies: + "@babel/code-frame" "^7.27.1" + "@babel/generator" "^7.28.5" + "@babel/helper-globals" "^7.28.0" + "@babel/parser" "^7.28.5" + "@babel/template" "^7.27.2" + "@babel/types" "^7.28.5" debug "^4.3.1" - globals "^11.1.0" -"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.6", "@babel/types@^7.23.9", "@babel/types@^7.24.0", "@babel/types@^7.4.4": - version "7.24.0" - resolved "https://registry.npmjs.org/@babel/types/-/types-7.24.0.tgz" - integrity sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w== +"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.24.7", "@babel/types@^7.25.9", "@babel/types@^7.26.10", "@babel/types@^7.26.9", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.28.4", "@babel/types@^7.28.5", "@babel/types@^7.4.4": + version "7.28.5" + resolved "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz" + integrity sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA== dependencies: - "@babel/helper-string-parser" "^7.23.4" - "@babel/helper-validator-identifier" "^7.22.20" - to-fast-properties "^2.0.0" + "@babel/helper-string-parser" "^7.27.1" + "@babel/helper-validator-identifier" "^7.28.5" "@colors/colors@1.5.0": version "1.5.0" @@ -1261,37 +1197,55 @@ dependencies: "@jridgewell/trace-mapping" "0.3.9" -"@discoveryjs/json-ext@0.5.7": - version "0.5.7" - resolved "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz" - integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw== +"@discoveryjs/json-ext@0.6.3": + version "0.6.3" + resolved "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.6.3.tgz" + integrity sha512-4B4OijXeVNOPZlYA2oEwWOTkzyltLao+xbotHQeqN++Rv27Y6s818+n2Qkp8q+Fxhn0t/5lA5X1Mxktud8eayQ== + +"@esbuild/linux-x64@0.25.4": + version "0.25.4" + resolved "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.4.tgz" + integrity sha512-6e0cvXwzOnVWJHq+mskP8DNSrKBr1bULBvnFLpc1KY+d+irZSgZ02TGse5FsafKS5jg2e4pbvK6TPXaF/A6+CA== -"@esbuild/linux-x64@0.19.12": - version "0.19.12" - resolved "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.12.tgz" - integrity sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg== +"@eslint-community/eslint-utils@^4.8.0": + version "4.9.0" + resolved "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz" + integrity sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g== + dependencies: + eslint-visitor-keys "^3.4.3" -"@esbuild/linux-x64@0.20.1": - version "0.20.1" - resolved "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.20.1.tgz" - integrity sha512-5gRPk7pKuaIB+tmH+yKd2aQTRpqlf1E4f/mC+tawIm/CGJemZcHZpp2ic8oD83nKgUPMEd0fNanrnFljiruuyA== +"@eslint-community/regexpp@^4.12.1": + version "4.12.2" + resolved "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz" + integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew== -"@eslint-community/eslint-utils@^4.2.0": - version "4.4.0" - resolved "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz" - integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA== +"@eslint/config-array@^0.21.1": + version "0.21.1" + resolved "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.1.tgz" + integrity sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA== dependencies: - eslint-visitor-keys "^3.3.0" + "@eslint/object-schema" "^2.1.7" + debug "^4.3.1" + minimatch "^3.1.2" -"@eslint-community/regexpp@^4.6.1": - version "4.10.0" - resolved "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz" - integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA== +"@eslint/config-helpers@^0.4.2": + version "0.4.2" + resolved "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz" + integrity sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw== + dependencies: + "@eslint/core" "^0.17.0" -"@eslint/eslintrc@^3.0.2": - version "3.0.2" - resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.0.2.tgz" - integrity sha512-wV19ZEGEMAC1eHgrS7UQPqsdEiCIbTKTasEfcXAigzoXICcqZSjBZEHlZwNVvKg6UBCjSlos84XiLqsRJnIcIg== +"@eslint/core@^0.17.0": + version "0.17.0" + resolved "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz" + integrity sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ== + dependencies: + "@types/json-schema" "^7.0.15" + +"@eslint/eslintrc@^3.3.1": + version "3.3.1" + resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz" + integrity sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ== dependencies: ajv "^6.12.4" debug "^4.3.2" @@ -1303,34 +1257,207 @@ minimatch "^3.1.2" strip-json-comments "^3.1.1" -"@eslint/js@9.2.0": - version "9.2.0" - resolved "https://registry.npmjs.org/@eslint/js/-/js-9.2.0.tgz" - integrity sha512-ESiIudvhoYni+MdsI8oD7skpprZ89qKocwRM2KEvhhBJ9nl5MRh7BXU5GTod7Mdygq+AUl+QzId6iWJKR/wABA== +"@eslint/js@9.39.1": + version "9.39.1" + resolved "https://registry.npmjs.org/@eslint/js/-/js-9.39.1.tgz" + integrity sha512-S26Stp4zCy88tH94QbBv3XCuzRQiZ9yXofEILmglYTh/Ug/a9/umqvgFtYBAo3Lp0nsI/5/qH1CCrbdK3AP1Tw== -"@humanwhocodes/config-array@^0.13.0": - version "0.13.0" - resolved "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz" - integrity sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw== +"@eslint/object-schema@^2.1.7": + version "2.1.7" + resolved "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz" + integrity sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA== + +"@eslint/plugin-kit@^0.4.1": + version "0.4.1" + resolved "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz" + integrity sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA== dependencies: - "@humanwhocodes/object-schema" "^2.0.3" - debug "^4.3.1" - minimatch "^3.0.5" + "@eslint/core" "^0.17.0" + levn "^0.4.1" + +"@gerrit0/mini-shiki@^1.24.0": + version "1.27.2" + resolved "https://registry.npmjs.org/@gerrit0/mini-shiki/-/mini-shiki-1.27.2.tgz" + integrity sha512-GeWyHz8ao2gBiUW4OJnQDxXQnFgZQwwQk05t/CVVgNBN7/rK8XZ7xY6YhLVv9tH3VppWWmr9DCl3MwemB/i+Og== + dependencies: + "@shikijs/engine-oniguruma" "^1.27.2" + "@shikijs/types" "^1.27.2" + "@shikijs/vscode-textmate" "^10.0.1" + +"@humanfs/core@^0.19.1": + version "0.19.1" + resolved "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz" + integrity sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA== + +"@humanfs/node@^0.16.6": + version "0.16.7" + resolved "https://registry.npmjs.org/@humanfs/node/-/node-0.16.7.tgz" + integrity sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ== + dependencies: + "@humanfs/core" "^0.19.1" + "@humanwhocodes/retry" "^0.4.0" "@humanwhocodes/module-importer@^1.0.1": version "1.0.1" resolved "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz" integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA== -"@humanwhocodes/object-schema@^2.0.3": - version "2.0.3" - resolved "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz" - integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA== +"@humanwhocodes/retry@^0.4.0", "@humanwhocodes/retry@^0.4.2": + version "0.4.3" + resolved "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz" + integrity sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ== + +"@inquirer/ansi@^1.0.2": + version "1.0.2" + resolved "https://registry.npmjs.org/@inquirer/ansi/-/ansi-1.0.2.tgz" + integrity sha512-S8qNSZiYzFd0wAcyG5AXCvUHC5Sr7xpZ9wZ2py9XR88jUz8wooStVx5M6dRzczbBWjic9NP7+rY0Xi7qqK/aMQ== + +"@inquirer/checkbox@^4.1.2": + version "4.3.2" + resolved "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.3.2.tgz" + integrity sha512-VXukHf0RR1doGe6Sm4F0Em7SWYLTHSsbGfJdS9Ja2bX5/D5uwVOEjr07cncLROdBvmnvCATYEWlHqYmXv2IlQA== + dependencies: + "@inquirer/ansi" "^1.0.2" + "@inquirer/core" "^10.3.2" + "@inquirer/figures" "^1.0.15" + "@inquirer/type" "^3.0.10" + yoctocolors-cjs "^2.1.3" + +"@inquirer/confirm@^5.1.6", "@inquirer/confirm@5.1.6": + version "5.1.6" + resolved "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.6.tgz" + integrity sha512-6ZXYK3M1XmaVBZX6FCfChgtponnL0R6I7k8Nu+kaoNkT828FVZTcca1MqmWQipaW2oNREQl5AaPCUOOCVNdRMw== + dependencies: + "@inquirer/core" "^10.1.7" + "@inquirer/type" "^3.0.4" + +"@inquirer/core@^10.1.7", "@inquirer/core@^10.3.2": + version "10.3.2" + resolved "https://registry.npmjs.org/@inquirer/core/-/core-10.3.2.tgz" + integrity sha512-43RTuEbfP8MbKzedNqBrlhhNKVwoK//vUFNW3Q3vZ88BLcrs4kYpGg+B2mm5p2K/HfygoCxuKwJJiv8PbGmE0A== + dependencies: + "@inquirer/ansi" "^1.0.2" + "@inquirer/figures" "^1.0.15" + "@inquirer/type" "^3.0.10" + cli-width "^4.1.0" + mute-stream "^2.0.0" + signal-exit "^4.1.0" + wrap-ansi "^6.2.0" + yoctocolors-cjs "^2.1.3" + +"@inquirer/editor@^4.2.7": + version "4.2.23" + resolved "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.23.tgz" + integrity sha512-aLSROkEwirotxZ1pBaP8tugXRFCxW94gwrQLxXfrZsKkfjOYC1aRvAZuhpJOb5cu4IBTJdsCigUlf2iCOu4ZDQ== + dependencies: + "@inquirer/core" "^10.3.2" + "@inquirer/external-editor" "^1.0.3" + "@inquirer/type" "^3.0.10" -"@humanwhocodes/retry@^0.2.3": - version "0.2.4" - resolved "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.2.4.tgz" - integrity sha512-Ttl/jHpxfS3st5sxwICYfk4pOH0WrLI1SpW283GgQL7sCWU7EHIOhX4b4fkIxr3tkfzwg8+FNojtzsIEE7Ecgg== +"@inquirer/expand@^4.0.9": + version "4.0.23" + resolved "https://registry.npmjs.org/@inquirer/expand/-/expand-4.0.23.tgz" + integrity sha512-nRzdOyFYnpeYTTR2qFwEVmIWypzdAx/sIkCMeTNTcflFOovfqUk+HcFhQQVBftAh9gmGrpFj6QcGEqrDMDOiew== + dependencies: + "@inquirer/core" "^10.3.2" + "@inquirer/type" "^3.0.10" + yoctocolors-cjs "^2.1.3" + +"@inquirer/external-editor@^1.0.3": + version "1.0.3" + resolved "https://registry.npmjs.org/@inquirer/external-editor/-/external-editor-1.0.3.tgz" + integrity sha512-RWbSrDiYmO4LbejWY7ttpxczuwQyZLBUyygsA9Nsv95hpzUWwnNTVQmAq3xuh7vNwCp07UTmE5i11XAEExx4RA== + dependencies: + chardet "^2.1.1" + iconv-lite "^0.7.0" + +"@inquirer/figures@^1.0.15": + version "1.0.15" + resolved "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.15.tgz" + integrity sha512-t2IEY+unGHOzAaVM5Xx6DEWKeXlDDcNPeDyUpsRc6CUhBfU3VQOEl+Vssh7VNp1dR8MdUJBWhuObjXCsVpjN5g== + +"@inquirer/input@^4.1.6": + version "4.3.1" + resolved "https://registry.npmjs.org/@inquirer/input/-/input-4.3.1.tgz" + integrity sha512-kN0pAM4yPrLjJ1XJBjDxyfDduXOuQHrBB8aLDMueuwUGn+vNpF7Gq7TvyVxx8u4SHlFFj4trmj+a2cbpG4Jn1g== + dependencies: + "@inquirer/core" "^10.3.2" + "@inquirer/type" "^3.0.10" + +"@inquirer/number@^3.0.9": + version "3.0.23" + resolved "https://registry.npmjs.org/@inquirer/number/-/number-3.0.23.tgz" + integrity sha512-5Smv0OK7K0KUzUfYUXDXQc9jrf8OHo4ktlEayFlelCjwMXz0299Y8OrI+lj7i4gCBY15UObk76q0QtxjzFcFcg== + dependencies: + "@inquirer/core" "^10.3.2" + "@inquirer/type" "^3.0.10" + +"@inquirer/password@^4.0.9": + version "4.0.23" + resolved "https://registry.npmjs.org/@inquirer/password/-/password-4.0.23.tgz" + integrity sha512-zREJHjhT5vJBMZX/IUbyI9zVtVfOLiTO66MrF/3GFZYZ7T4YILW5MSkEYHceSii/KtRk+4i3RE7E1CUXA2jHcA== + dependencies: + "@inquirer/ansi" "^1.0.2" + "@inquirer/core" "^10.3.2" + "@inquirer/type" "^3.0.10" + +"@inquirer/prompts@>= 3 < 8", "@inquirer/prompts@7.3.2": + version "7.3.2" + resolved "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.3.2.tgz" + integrity sha512-G1ytyOoHh5BphmEBxSwALin3n1KGNYB6yImbICcRQdzXfOGbuJ9Jske/Of5Sebk339NSGGNfUshnzK8YWkTPsQ== + dependencies: + "@inquirer/checkbox" "^4.1.2" + "@inquirer/confirm" "^5.1.6" + "@inquirer/editor" "^4.2.7" + "@inquirer/expand" "^4.0.9" + "@inquirer/input" "^4.1.6" + "@inquirer/number" "^3.0.9" + "@inquirer/password" "^4.0.9" + "@inquirer/rawlist" "^4.0.9" + "@inquirer/search" "^3.0.9" + "@inquirer/select" "^4.0.9" + +"@inquirer/rawlist@^4.0.9": + version "4.1.11" + resolved "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-4.1.11.tgz" + integrity sha512-+LLQB8XGr3I5LZN/GuAHo+GpDJegQwuPARLChlMICNdwW7OwV2izlCSCxN6cqpL0sMXmbKbFcItJgdQq5EBXTw== + dependencies: + "@inquirer/core" "^10.3.2" + "@inquirer/type" "^3.0.10" + yoctocolors-cjs "^2.1.3" + +"@inquirer/search@^3.0.9": + version "3.2.2" + resolved "https://registry.npmjs.org/@inquirer/search/-/search-3.2.2.tgz" + integrity sha512-p2bvRfENXCZdWF/U2BXvnSI9h+tuA8iNqtUKb9UWbmLYCRQxd8WkvwWvYn+3NgYaNwdUkHytJMGG4MMLucI1kA== + dependencies: + "@inquirer/core" "^10.3.2" + "@inquirer/figures" "^1.0.15" + "@inquirer/type" "^3.0.10" + yoctocolors-cjs "^2.1.3" + +"@inquirer/select@^4.0.9": + version "4.4.2" + resolved "https://registry.npmjs.org/@inquirer/select/-/select-4.4.2.tgz" + integrity sha512-l4xMuJo55MAe+N7Qr4rX90vypFwCajSakx59qe/tMaC1aEHWLyw68wF4o0A4SLAY4E0nd+Vt+EyskeDIqu1M6w== + dependencies: + "@inquirer/ansi" "^1.0.2" + "@inquirer/core" "^10.3.2" + "@inquirer/figures" "^1.0.15" + "@inquirer/type" "^3.0.10" + yoctocolors-cjs "^2.1.3" + +"@inquirer/type@^1.5.5": + version "1.5.5" + resolved "https://registry.npmjs.org/@inquirer/type/-/type-1.5.5.tgz" + integrity sha512-MzICLu4yS7V8AA61sANROZ9vT1H3ooca5dSmI1FjZkzq7o/koMsRfQSzRtFo+F3Ao4Sf1C0bpLKejpKB/+j6MA== + dependencies: + mute-stream "^1.0.0" + +"@inquirer/type@^3.0.10", "@inquirer/type@^3.0.4": + version "3.0.10" + resolved "https://registry.npmjs.org/@inquirer/type/-/type-3.0.10.tgz" + integrity sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA== "@isaacs/cliui@^8.0.2": version "8.0.2" @@ -1344,29 +1471,32 @@ wrap-ansi "^8.1.0" wrap-ansi-cjs "npm:wrap-ansi@^7.0.0" -"@istanbuljs/load-nyc-config@^1.0.0": - version "1.1.0" - resolved "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz" - integrity sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ== +"@isaacs/fs-minipass@^4.0.0": + version "4.0.1" + resolved "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz" + integrity sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w== dependencies: - camelcase "^5.3.1" - find-up "^4.1.0" - get-package-type "^0.1.0" - js-yaml "^3.13.1" - resolve-from "^5.0.0" + minipass "^7.0.4" -"@istanbuljs/schema@^0.1.2": +"@istanbuljs/schema@^0.1.3": version "0.1.3" resolved "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz" integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA== -"@jridgewell/gen-mapping@^0.3.0", "@jridgewell/gen-mapping@^0.3.2", "@jridgewell/gen-mapping@^0.3.5": - version "0.3.5" - resolved "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz" - integrity sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg== +"@jridgewell/gen-mapping@^0.3.12", "@jridgewell/gen-mapping@^0.3.5": + version "0.3.13" + resolved "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz" + integrity sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA== dependencies: - "@jridgewell/set-array" "^1.2.1" - "@jridgewell/sourcemap-codec" "^1.4.10" + "@jridgewell/sourcemap-codec" "^1.5.0" + "@jridgewell/trace-mapping" "^0.3.24" + +"@jridgewell/remapping@^2.3.5": + version "2.3.5" + resolved "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz" + integrity sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ== + dependencies: + "@jridgewell/gen-mapping" "^0.3.5" "@jridgewell/trace-mapping" "^0.3.24" "@jridgewell/resolve-uri@^3.0.3", "@jridgewell/resolve-uri@^3.1.0": @@ -1374,39 +1504,18 @@ resolved "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz" integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA== -"@jridgewell/set-array@^1.2.1": - version "1.2.1" - resolved "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz" - integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A== - "@jridgewell/source-map@^0.3.3": - version "0.3.5" - resolved "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.5.tgz" - integrity sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ== - dependencies: - "@jridgewell/gen-mapping" "^0.3.0" - "@jridgewell/trace-mapping" "^0.3.9" - -"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14", "@jridgewell/sourcemap-codec@^1.4.15": - version "1.4.15" - resolved "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz" - integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== - -"@jridgewell/trace-mapping@^0.3.17": - version "0.3.21" - resolved "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.21.tgz" - integrity sha512-SRfKmRe1KvYnxjEMtxEr+J4HIeMX5YBg/qhRHpxEIGjhX1rshcHlnFUE9K0GazhVKWM7B+nARSkV8LuvJdJ5/g== + version "0.3.11" + resolved "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.11.tgz" + integrity sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA== dependencies: - "@jridgewell/resolve-uri" "^3.1.0" - "@jridgewell/sourcemap-codec" "^1.4.14" + "@jridgewell/gen-mapping" "^0.3.5" + "@jridgewell/trace-mapping" "^0.3.25" -"@jridgewell/trace-mapping@^0.3.20": - version "0.3.20" - resolved "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz" - integrity sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q== - dependencies: - "@jridgewell/resolve-uri" "^3.1.0" - "@jridgewell/sourcemap-codec" "^1.4.14" +"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14", "@jridgewell/sourcemap-codec@^1.5.0": + version "1.5.5" + resolved "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz" + integrity sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og== "@jridgewell/trace-mapping@^0.3.24": version "0.3.25" @@ -1416,10 +1525,18 @@ "@jridgewell/resolve-uri" "^3.1.0" "@jridgewell/sourcemap-codec" "^1.4.14" -"@jridgewell/trace-mapping@^0.3.9": - version "0.3.20" - resolved "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz" - integrity sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q== +"@jridgewell/trace-mapping@^0.3.25": + version "0.3.31" + resolved "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz" + integrity sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw== + dependencies: + "@jridgewell/resolve-uri" "^3.1.0" + "@jridgewell/sourcemap-codec" "^1.4.14" + +"@jridgewell/trace-mapping@^0.3.28": + version "0.3.31" + resolved "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz" + integrity sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw== dependencies: "@jridgewell/resolve-uri" "^3.1.0" "@jridgewell/sourcemap-codec" "^1.4.14" @@ -1432,60 +1549,128 @@ "@jridgewell/resolve-uri" "^3.0.3" "@jridgewell/sourcemap-codec" "^1.4.10" -"@jsonjoy.com/base64@^1.1.1": +"@jsonjoy.com/base64@^1.1.2": version "1.1.2" resolved "https://registry.npmjs.org/@jsonjoy.com/base64/-/base64-1.1.2.tgz" integrity sha512-q6XAnWQDIMA3+FTiOYajoYqySkO+JSat0ytXGSuRdq9uXE7o92gzuQwQM14xaCRlBLGq3v5miDGC4vkVTn54xA== -"@jsonjoy.com/json-pack@^1.0.3": - version "1.0.4" - resolved "https://registry.npmjs.org/@jsonjoy.com/json-pack/-/json-pack-1.0.4.tgz" - integrity sha512-aOcSN4MeAtFROysrbqG137b7gaDDSmVrl5mpo6sT/w+kcXpWnzhMjmY/Fh/sDx26NBxyIE7MB1seqLeCAzy9Sg== - dependencies: - "@jsonjoy.com/base64" "^1.1.1" - "@jsonjoy.com/util" "^1.1.2" +"@jsonjoy.com/buffers@^1.0.0", "@jsonjoy.com/buffers@^1.2.0": + version "1.2.1" + resolved "https://registry.npmjs.org/@jsonjoy.com/buffers/-/buffers-1.2.1.tgz" + integrity sha512-12cdlDwX4RUM3QxmUbVJWqZ/mrK6dFQH4Zxq6+r1YXKXYBNgZXndx2qbCJwh3+WWkCSn67IjnlG3XYTvmvYtgA== + +"@jsonjoy.com/codegen@^1.0.0": + version "1.0.0" + resolved "https://registry.npmjs.org/@jsonjoy.com/codegen/-/codegen-1.0.0.tgz" + integrity sha512-E8Oy+08cmCf0EK/NMxpaJZmOxPqM+6iSe2S4nlSBrPZOORoDJILxtbSUEDKQyTamm/BVAhIGllOBNU79/dwf0g== + +"@jsonjoy.com/json-pack@^1.11.0": + version "1.21.0" + resolved "https://registry.npmjs.org/@jsonjoy.com/json-pack/-/json-pack-1.21.0.tgz" + integrity sha512-+AKG+R2cfZMShzrF2uQw34v3zbeDYUqnQ+jg7ORic3BGtfw9p/+N6RJbq/kkV8JmYZaINknaEQ2m0/f693ZPpg== + dependencies: + "@jsonjoy.com/base64" "^1.1.2" + "@jsonjoy.com/buffers" "^1.2.0" + "@jsonjoy.com/codegen" "^1.0.0" + "@jsonjoy.com/json-pointer" "^1.0.2" + "@jsonjoy.com/util" "^1.9.0" hyperdyperid "^1.2.0" - thingies "^1.20.0" + thingies "^2.5.0" + tree-dump "^1.1.0" -"@jsonjoy.com/util@^1.1.2": - version "1.1.3" - resolved "https://registry.npmjs.org/@jsonjoy.com/util/-/util-1.1.3.tgz" - integrity sha512-g//kkF4kOwUjemValCtOc/xiYzmwMRmWq3Bn+YnzOzuZLHq2PpMOxxIayN3cKbo7Ko2Np65t6D9H81IvXbXhqg== +"@jsonjoy.com/json-pointer@^1.0.2": + version "1.0.2" + resolved "https://registry.npmjs.org/@jsonjoy.com/json-pointer/-/json-pointer-1.0.2.tgz" + integrity sha512-Fsn6wM2zlDzY1U+v4Nc8bo3bVqgfNTGcn6dMgs6FjrEnt4ZCe60o6ByKRjOGlI2gow0aE/Q41QOigdTqkyK5fg== + dependencies: + "@jsonjoy.com/codegen" "^1.0.0" + "@jsonjoy.com/util" "^1.9.0" + +"@jsonjoy.com/util@^1.9.0": + version "1.9.0" + resolved "https://registry.npmjs.org/@jsonjoy.com/util/-/util-1.9.0.tgz" + integrity sha512-pLuQo+VPRnN8hfPqUTLTHk126wuYdXVxE6aDmjSeV4NCAgyxWbiOIeNJVtID3h1Vzpoi9m4jXezf73I6LgabgQ== + dependencies: + "@jsonjoy.com/buffers" "^1.0.0" + "@jsonjoy.com/codegen" "^1.0.0" "@leichtgewicht/ip-codec@^2.0.1": version "2.0.4" resolved "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz" integrity sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A== -"@ljharb/through@^2.3.12": - version "2.3.13" - resolved "https://registry.npmjs.org/@ljharb/through/-/through-2.3.13.tgz" - integrity sha512-/gKJun8NNiWGZJkGzI/Ragc53cOdcLNdzjLaIa+GEjguQs0ulsurx8WN0jijdK9yPqDvziX995sMRLyLt1uZMQ== +"@listr2/prompt-adapter-inquirer@2.0.18": + version "2.0.18" + resolved "https://registry.npmjs.org/@listr2/prompt-adapter-inquirer/-/prompt-adapter-inquirer-2.0.18.tgz" + integrity sha512-0hz44rAcrphyXcA8IS7EJ2SCoaBZD2u5goE8S/e+q/DL+dOGpqpcLidVOFeLG3VgML62SXmfRLAhWt0zL1oW4Q== dependencies: - call-bind "^1.0.7" + "@inquirer/type" "^1.5.5" -"@microsoft/signalr@8.0.0": - version "8.0.0" - resolved "https://registry.npmjs.org/@microsoft/signalr/-/signalr-8.0.0.tgz" - integrity sha512-K/wS/VmzRWePCGqGh8MU8OWbS1Zvu7DG7LSJS62fBB8rJUXwwj4axQtqrAAwKGUZHQF6CuteuQR9xMsVpM2JNA== +"@lmdb/lmdb-linux-x64@3.2.6": + version "3.2.6" + resolved "https://registry.npmjs.org/@lmdb/lmdb-linux-x64/-/lmdb-linux-x64-3.2.6.tgz" + integrity sha512-nDYT8qN9si5+onHYYaI4DiauDMx24OAiuZAUsEqrDy+ja/3EbpXPX/VAkMV8AEaQhy3xc4dRC+KcYIvOFefJ4Q== + +"@microsoft/signalr@10.0.0": + version "10.0.0" + resolved "https://registry.npmjs.org/@microsoft/signalr/-/signalr-10.0.0.tgz" + integrity sha512-0BRqz/uCx3JdrOqiqgFhih/+hfTERaUfCZXFB52uMaZJrKaPRzHzMuqVsJC/V3pt7NozcNXGspjKiQEK+X7P2w== dependencies: abort-controller "^3.0.0" eventsource "^2.0.2" fetch-cookie "^2.0.3" node-fetch "^2.6.7" - ws "^7.4.5" + ws "^7.5.10" + +"@msgpackr-extract/msgpackr-extract-linux-x64@3.0.3": + version "3.0.3" + resolved "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-x64/-/msgpackr-extract-linux-x64-3.0.3.tgz" + integrity sha512-cvwNfbP07pKUfq1uH+S6KJ7dT9K8WOE4ZiAcsrSes+UY55E/0jLYc+vq+DO7jlmqRb5zAggExKm0H7O/CBaesg== -"@ng-bootstrap/ng-bootstrap@16.0.0": - version "16.0.0" - resolved "https://registry.npmjs.org/@ng-bootstrap/ng-bootstrap/-/ng-bootstrap-16.0.0.tgz" - integrity sha512-+FJ3e6cX9DW2t7021Ji3oz433rk3+4jLfqzU+Jyx6/vJz1dIOaML3EAY6lYuW4TLiXgMPOMvs6KzPFALGh4Lag== +"@napi-rs/nice-linux-x64-gnu@1.1.1": + version "1.1.1" + resolved "https://registry.npmjs.org/@napi-rs/nice-linux-x64-gnu/-/nice-linux-x64-gnu-1.1.1.tgz" + integrity sha512-/gaNz3R92t+dcrfCw/96pDopcmec7oCcAQ3l/M+Zxr82KT4DljD37CpgrnXV+pJC263JkW572pdbP3hP+KjcIg== + +"@napi-rs/nice-linux-x64-musl@1.1.1": + version "1.1.1" + resolved "https://registry.npmjs.org/@napi-rs/nice-linux-x64-musl/-/nice-linux-x64-musl-1.1.1.tgz" + integrity sha512-xScCGnyj/oppsNPMnevsBe3pvNaoK7FGvMjT35riz9YdhB2WtTG47ZlbxtOLpjeO9SqqQ2J2igCmz6IJOD5JYw== + +"@napi-rs/nice@^1.0.1": + version "1.1.1" + resolved "https://registry.npmjs.org/@napi-rs/nice/-/nice-1.1.1.tgz" + integrity sha512-xJIPs+bYuc9ASBl+cvGsKbGrJmS6fAKaSZCnT0lhahT5rhA2VVy9/EcIgd2JhtEuFOJNx7UHNn/qiTPTY4nrQw== + optionalDependencies: + "@napi-rs/nice-android-arm-eabi" "1.1.1" + "@napi-rs/nice-android-arm64" "1.1.1" + "@napi-rs/nice-darwin-arm64" "1.1.1" + "@napi-rs/nice-darwin-x64" "1.1.1" + "@napi-rs/nice-freebsd-x64" "1.1.1" + "@napi-rs/nice-linux-arm-gnueabihf" "1.1.1" + "@napi-rs/nice-linux-arm64-gnu" "1.1.1" + "@napi-rs/nice-linux-arm64-musl" "1.1.1" + "@napi-rs/nice-linux-ppc64-gnu" "1.1.1" + "@napi-rs/nice-linux-riscv64-gnu" "1.1.1" + "@napi-rs/nice-linux-s390x-gnu" "1.1.1" + "@napi-rs/nice-linux-x64-gnu" "1.1.1" + "@napi-rs/nice-linux-x64-musl" "1.1.1" + "@napi-rs/nice-openharmony-arm64" "1.1.1" + "@napi-rs/nice-win32-arm64-msvc" "1.1.1" + "@napi-rs/nice-win32-ia32-msvc" "1.1.1" + "@napi-rs/nice-win32-x64-msvc" "1.1.1" + +"@ng-bootstrap/ng-bootstrap@19.0.1": + version "19.0.1" + resolved "https://registry.npmjs.org/@ng-bootstrap/ng-bootstrap/-/ng-bootstrap-19.0.1.tgz" + integrity sha512-1lErAkwh0F+gWkzpiddViY4GfA9LVXkwLpgBsV9Mb3IC0zo6WNkY8WxCC+LqajirBTu20DCkZSqeRzrwaVLpZw== dependencies: tslib "^2.3.0" -"@ngtools/webpack@17.3.7": - version "17.3.7" - resolved "https://registry.npmjs.org/@ngtools/webpack/-/webpack-17.3.7.tgz" - integrity sha512-kQNS68jsPQlaWAnKcVeFKNHp6K90uQANvq+9oXb/i+JnYWzuBsHzn2r8bVdMmvjd1HdBRiGtg767XRk3u+jgRw== +"@ngtools/webpack@19.2.19": + version "19.2.19" + resolved "https://registry.npmjs.org/@ngtools/webpack/-/webpack-19.2.19.tgz" + integrity sha512-R9aeTrOBiRVl8I698JWPniUAAEpSvzc8SUGWSM5UXWMcHnWqd92cOnJJ1aXDGJZKXrbhMhCBx9Dglmcks5IDpg== "@nodelib/fs.scandir@2.1.5": version "2.1.5" @@ -1500,7 +1685,7 @@ resolved "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz" integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A== -"@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.8": +"@nodelib/fs.walk@^1.2.3": version "1.2.8" resolved "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz" integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg== @@ -1508,81 +1693,121 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@npmcli/agent@^2.0.0": - version "2.2.1" - resolved "https://registry.npmjs.org/@npmcli/agent/-/agent-2.2.1.tgz" - integrity sha512-H4FrOVtNyWC8MUwL3UfjOsAihHvT1Pe8POj3JvjXhSTJipsZMtgUALCT4mGyYZNxymkUfOw3PUj6dE4QPp6osQ== +"@npmcli/agent@^3.0.0": + version "3.0.0" + resolved "https://registry.npmjs.org/@npmcli/agent/-/agent-3.0.0.tgz" + integrity sha512-S79NdEgDQd/NGCay6TCoVzXSj74skRZIKJcpJjC5lOq34SZzyI6MqtiiWoiVWoVrTcGjNeC4ipbh1VIHlpfF5Q== dependencies: agent-base "^7.1.0" http-proxy-agent "^7.0.0" https-proxy-agent "^7.0.1" lru-cache "^10.0.1" - socks-proxy-agent "^8.0.1" + socks-proxy-agent "^8.0.3" -"@npmcli/fs@^3.1.0": - version "3.1.0" - resolved "https://registry.npmjs.org/@npmcli/fs/-/fs-3.1.0.tgz" - integrity sha512-7kZUAaLscfgbwBQRbvdMYaZOWyMEcPTH/tJjnyAWJ/dvvs9Ef+CERx/qJb9GExJpl1qipaDGn7KqHnFGGixd0w== +"@npmcli/fs@^4.0.0": + version "4.0.0" + resolved "https://registry.npmjs.org/@npmcli/fs/-/fs-4.0.0.tgz" + integrity sha512-/xGlezI6xfGO9NwuJlnwz/K14qD1kCSAGtacBHnGzeAIuJGazcp45KP5NuyARXoKb7cwulAGWVsbeSxdG/cb0Q== dependencies: semver "^7.3.5" -"@npmcli/git@^5.0.0": - version "5.0.4" - resolved "https://registry.npmjs.org/@npmcli/git/-/git-5.0.4.tgz" - integrity sha512-nr6/WezNzuYUppzXRaYu/W4aT5rLxdXqEFupbh6e/ovlYFQ8hpu1UUPV3Ir/YTl+74iXl2ZOMlGzudh9ZPUchQ== +"@npmcli/git@^6.0.0": + version "6.0.3" + resolved "https://registry.npmjs.org/@npmcli/git/-/git-6.0.3.tgz" + integrity sha512-GUYESQlxZRAdhs3UhbB6pVRNUELQOHXwK9ruDkwmCv2aZ5y0SApQzUJCg02p3A7Ue2J5hxvlk1YI53c00NmRyQ== dependencies: - "@npmcli/promise-spawn" "^7.0.0" + "@npmcli/promise-spawn" "^8.0.0" + ini "^5.0.0" lru-cache "^10.0.1" - npm-pick-manifest "^9.0.0" - proc-log "^3.0.0" - promise-inflight "^1.0.1" + npm-pick-manifest "^10.0.0" + proc-log "^5.0.0" promise-retry "^2.0.1" semver "^7.3.5" - which "^4.0.0" + which "^5.0.0" -"@npmcli/installed-package-contents@^2.0.1": - version "2.0.2" - resolved "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-2.0.2.tgz" - integrity sha512-xACzLPhnfD51GKvTOOuNX2/V4G4mz9/1I2MfDoye9kBM3RYe5g2YbscsaGoTlaWqkxeiapBWyseULVKpSVHtKQ== +"@npmcli/installed-package-contents@^3.0.0": + version "3.0.0" + resolved "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-3.0.0.tgz" + integrity sha512-fkxoPuFGvxyrH+OQzyTkX2LUEamrF4jZSmxjAtPPHHGO0dqsQ8tTKjnIS8SAnPHdk2I03BDtSMR5K/4loKg79Q== dependencies: - npm-bundled "^3.0.0" - npm-normalize-package-bin "^3.0.0" + npm-bundled "^4.0.0" + npm-normalize-package-bin "^4.0.0" -"@npmcli/node-gyp@^3.0.0": - version "3.0.0" - resolved "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-3.0.0.tgz" - integrity sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA== +"@npmcli/node-gyp@^4.0.0": + version "4.0.0" + resolved "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-4.0.0.tgz" + integrity sha512-+t5DZ6mO/QFh78PByMq1fGSAub/agLJZDRfJRMeOSNCt8s9YVlTjmGpIPwPhvXTGUIJk+WszlT0rQa1W33yzNA== -"@npmcli/package-json@^5.0.0": - version "5.0.0" - resolved "https://registry.npmjs.org/@npmcli/package-json/-/package-json-5.0.0.tgz" - integrity sha512-OI2zdYBLhQ7kpNPaJxiflofYIpkNLi+lnGdzqUOfRmCF3r2l1nadcjtCYMJKv/Utm/ZtlffaUuTiAktPHbc17g== +"@npmcli/package-json@^6.0.0": + version "6.2.0" + resolved "https://registry.npmjs.org/@npmcli/package-json/-/package-json-6.2.0.tgz" + integrity sha512-rCNLSB/JzNvot0SEyXqWZ7tX2B5dD2a1br2Dp0vSYVo5jh8Z0EZ7lS9TsZ1UtziddB1UfNUaMCc538/HztnJGA== dependencies: - "@npmcli/git" "^5.0.0" + "@npmcli/git" "^6.0.0" glob "^10.2.2" - hosted-git-info "^7.0.0" - json-parse-even-better-errors "^3.0.0" - normalize-package-data "^6.0.0" - proc-log "^3.0.0" + hosted-git-info "^8.0.0" + json-parse-even-better-errors "^4.0.0" + proc-log "^5.0.0" semver "^7.5.3" + validate-npm-package-license "^3.0.4" -"@npmcli/promise-spawn@^7.0.0": - version "7.0.1" - resolved "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-7.0.1.tgz" - integrity sha512-P4KkF9jX3y+7yFUxgcUdDtLy+t4OlDGuEBLNs57AZsfSfg+uV6MLndqGpnl4831ggaEdXwR50XFoZP4VFtHolg== +"@npmcli/promise-spawn@^8.0.0": + version "8.0.3" + resolved "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-8.0.3.tgz" + integrity sha512-Yb00SWaL4F8w+K8YGhQ55+xE4RUNdMHV43WZGsiTM92gS+lC0mGsn7I4hLug7pbao035S6bj3Y3w0cUNGLfmkg== dependencies: - which "^4.0.0" + which "^5.0.0" -"@npmcli/run-script@^7.0.0": - version "7.0.4" - resolved "https://registry.npmjs.org/@npmcli/run-script/-/run-script-7.0.4.tgz" - integrity sha512-9ApYM/3+rBt9V80aYg6tZfzj3UWdiYyCt7gJUD1VJKvWF5nwKDSICXbYIQbspFTq6TOpbsEtIC0LArB8d9PFmg== - dependencies: - "@npmcli/node-gyp" "^3.0.0" - "@npmcli/package-json" "^5.0.0" - "@npmcli/promise-spawn" "^7.0.0" - node-gyp "^10.0.0" - which "^4.0.0" +"@npmcli/redact@^3.0.0": + version "3.2.2" + resolved "https://registry.npmjs.org/@npmcli/redact/-/redact-3.2.2.tgz" + integrity sha512-7VmYAmk4csGv08QzrDKScdzn11jHPFGyqJW39FyPgPuAp3zIaUmuCo1yxw9aGs+NEJuTGQ9Gwqpt93vtJubucg== + +"@npmcli/run-script@^9.0.0": + version "9.1.0" + resolved "https://registry.npmjs.org/@npmcli/run-script/-/run-script-9.1.0.tgz" + integrity sha512-aoNSbxtkePXUlbZB+anS1LqsJdctG5n3UVhfU47+CDdwMi6uNTBMF9gPcQRnqghQd2FGzcwwIFBruFMxjhBewg== + dependencies: + "@npmcli/node-gyp" "^4.0.0" + "@npmcli/package-json" "^6.0.0" + "@npmcli/promise-spawn" "^8.0.0" + node-gyp "^11.0.0" + proc-log "^5.0.0" + which "^5.0.0" + +"@parcel/watcher-linux-x64-glibc@2.5.1": + version "2.5.1" + resolved "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz" + integrity sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A== + +"@parcel/watcher-linux-x64-musl@2.5.1": + version "2.5.1" + resolved "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz" + integrity sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg== + +"@parcel/watcher@^2.4.1": + version "2.5.1" + resolved "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.1.tgz" + integrity sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg== + dependencies: + detect-libc "^1.0.3" + is-glob "^4.0.3" + micromatch "^4.0.5" + node-addon-api "^7.0.0" + optionalDependencies: + "@parcel/watcher-android-arm64" "2.5.1" + "@parcel/watcher-darwin-arm64" "2.5.1" + "@parcel/watcher-darwin-x64" "2.5.1" + "@parcel/watcher-freebsd-x64" "2.5.1" + "@parcel/watcher-linux-arm-glibc" "2.5.1" + "@parcel/watcher-linux-arm-musl" "2.5.1" + "@parcel/watcher-linux-arm64-glibc" "2.5.1" + "@parcel/watcher-linux-arm64-musl" "2.5.1" + "@parcel/watcher-linux-x64-glibc" "2.5.1" + "@parcel/watcher-linux-x64-musl" "2.5.1" + "@parcel/watcher-win32-arm64" "2.5.1" + "@parcel/watcher-win32-ia32" "2.5.1" + "@parcel/watcher-win32-x64" "2.5.1" "@pkgjs/parseargs@^0.11.0": version "0.11.0" @@ -1594,68 +1819,106 @@ resolved "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz" integrity sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A== -"@rollup/rollup-linux-x64-gnu@4.13.0": - version "4.13.0" - resolved "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.13.0.tgz" - integrity sha512-yUD/8wMffnTKuiIsl6xU+4IA8UNhQ/f1sAnQebmE/lyQ8abjsVyDkyRkWop0kdMhKMprpNIhPmYlCxgHrPoXoA== - -"@rollup/rollup-linux-x64-musl@4.13.0": - version "4.13.0" - resolved "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.13.0.tgz" - integrity sha512-9RyNqoFNdF0vu/qqX63fKotBh43fJQeYC98hCaf89DYQpv+xu0D8QFSOS0biA7cGuqJFOc1bJ+m2rhhsKcw1hw== - -"@schematics/angular@17.3.7": - version "17.3.7" - resolved "https://registry.npmjs.org/@schematics/angular/-/angular-17.3.7.tgz" - integrity sha512-HaJroKaberriP4wFefTTSVFrtU9GMvnG3I6ELbOteOyKMH7o2V91FXGJDJ5KnIiLRlBmC30G3r+9Ybc/rtAYkw== +"@rollup/rollup-linux-x64-gnu@4.34.8": + version "4.34.8" + resolved "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.34.8.tgz" + integrity sha512-8y7ED8gjxITUltTUEJLQdgpbPh1sUQ0kMTmufRF/Ns5tI9TNMNlhWtmPKKHCU0SilX+3MJkZ0zERYYGIVBYHIA== + +"@rollup/rollup-linux-x64-gnu@4.53.3": + version "4.53.3" + resolved "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.53.3.tgz" + integrity sha512-3EhFi1FU6YL8HTUJZ51imGJWEX//ajQPfqWLI3BQq4TlvHy4X0MOr5q3D2Zof/ka0d5FNdPwZXm3Yyib/UEd+w== + +"@rollup/rollup-linux-x64-musl@4.34.8": + version "4.34.8" + resolved "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.34.8.tgz" + integrity sha512-SCXcP0ZpGFIe7Ge+McxY5zKxiEI5ra+GT3QRxL0pMMtxPfpyLAKleZODi1zdRHkz5/BhueUrYtYVgubqe9JBNQ== + +"@rollup/rollup-linux-x64-musl@4.53.3": + version "4.53.3" + resolved "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.53.3.tgz" + integrity sha512-eoROhjcc6HbZCJr+tvVT8X4fW3/5g/WkGvvmwz/88sDtSJzO7r/blvoBDgISDiCjDRZmHpwud7h+6Q9JxFwq1Q== + +"@schematics/angular@19.2.15": + version "19.2.15" + resolved "https://registry.npmjs.org/@schematics/angular/-/angular-19.2.15.tgz" + integrity sha512-dz/eoFQKG09POSygpEDdlCehFIMo35HUM2rVV8lx9PfQEibpbGwl1NNQYEbqwVjTyCyD/ILyIXCWPE+EfTnG4g== + dependencies: + "@angular-devkit/core" "19.2.15" + "@angular-devkit/schematics" "19.2.15" + jsonc-parser "3.3.1" + +"@shikijs/engine-oniguruma@^1.27.2": + version "1.29.2" + resolved "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-1.29.2.tgz" + integrity sha512-7iiOx3SG8+g1MnlzZVDYiaeHe7Ez2Kf2HrJzdmGwkRisT7r4rak0e655AcM/tF9JG/kg5fMNYlLLKglbN7gBqA== + dependencies: + "@shikijs/types" "1.29.2" + "@shikijs/vscode-textmate" "^10.0.1" + +"@shikijs/types@^1.27.2", "@shikijs/types@1.29.2": + version "1.29.2" + resolved "https://registry.npmjs.org/@shikijs/types/-/types-1.29.2.tgz" + integrity sha512-VJjK0eIijTZf0QSTODEXCqinjBn0joAHQ+aPSBzrv4O2d/QSbsMw+ZeSRx03kV34Hy7NzUvV/7NqfYGRLrASmw== + dependencies: + "@shikijs/vscode-textmate" "^10.0.1" + "@types/hast" "^3.0.4" + +"@shikijs/vscode-textmate@^10.0.1": + version "10.0.2" + resolved "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-10.0.2.tgz" + integrity sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg== + +"@sigstore/bundle@^3.1.0": + version "3.1.0" + resolved "https://registry.npmjs.org/@sigstore/bundle/-/bundle-3.1.0.tgz" + integrity sha512-Mm1E3/CmDDCz3nDhFKTuYdB47EdRFRQMOE/EAbiG1MJW77/w1b3P7Qx7JSrVJs8PfwOLOVcKQCHErIwCTyPbag== dependencies: - "@angular-devkit/core" "17.3.7" - "@angular-devkit/schematics" "17.3.7" - jsonc-parser "3.2.1" + "@sigstore/protobuf-specs" "^0.4.0" -"@sigstore/bundle@^2.2.0": - version "2.2.0" - resolved "https://registry.npmjs.org/@sigstore/bundle/-/bundle-2.2.0.tgz" - integrity sha512-5VI58qgNs76RDrwXNhpmyN/jKpq9evV/7f1XrcqcAfvxDl5SeVY/I5Rmfe96ULAV7/FK5dge9RBKGBJPhL1WsQ== - dependencies: - "@sigstore/protobuf-specs" "^0.3.0" +"@sigstore/core@^2.0.0": + version "2.0.0" + resolved "https://registry.npmjs.org/@sigstore/core/-/core-2.0.0.tgz" + integrity sha512-nYxaSb/MtlSI+JWcwTHQxyNmWeWrUXJJ/G4liLrGG7+tS4vAz6LF3xRXqLH6wPIVUoZQel2Fs4ddLx4NCpiIYg== -"@sigstore/core@^1.0.0": - version "1.0.0" - resolved "https://registry.npmjs.org/@sigstore/core/-/core-1.0.0.tgz" - integrity sha512-dW2qjbWLRKGu6MIDUTBuJwXCnR8zivcSpf5inUzk7y84zqy/dji0/uahppoIgMoKeR+6pUZucrwHfkQQtiG9Rw== +"@sigstore/protobuf-specs@^0.4.0", "@sigstore/protobuf-specs@^0.4.1": + version "0.4.3" + resolved "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.4.3.tgz" + integrity sha512-fk2zjD9117RL9BjqEwF7fwv7Q/P9yGsMV4MUJZ/DocaQJ6+3pKr+syBq1owU5Q5qGw5CUbXzm+4yJ2JVRDQeSA== -"@sigstore/protobuf-specs@^0.3.0": - version "0.3.0" - resolved "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.3.0.tgz" - integrity sha512-zxiQ66JFOjVvP9hbhGj/F/qNdsZfkGb/dVXSanNRNuAzMlr4MC95voPUBX8//ZNnmv3uSYzdfR/JSkrgvZTGxA== +"@sigstore/sign@^3.1.0": + version "3.1.0" + resolved "https://registry.npmjs.org/@sigstore/sign/-/sign-3.1.0.tgz" + integrity sha512-knzjmaOHOov1Ur7N/z4B1oPqZ0QX5geUfhrVaqVlu+hl0EAoL4o+l0MSULINcD5GCWe3Z0+YJO8ues6vFlW0Yw== + dependencies: + "@sigstore/bundle" "^3.1.0" + "@sigstore/core" "^2.0.0" + "@sigstore/protobuf-specs" "^0.4.0" + make-fetch-happen "^14.0.2" + proc-log "^5.0.0" + promise-retry "^2.0.1" -"@sigstore/sign@^2.2.3": - version "2.2.3" - resolved "https://registry.npmjs.org/@sigstore/sign/-/sign-2.2.3.tgz" - integrity sha512-LqlA+ffyN02yC7RKszCdMTS6bldZnIodiox+IkT8B2f8oRYXCB3LQ9roXeiEL21m64CVH1wyveYAORfD65WoSw== +"@sigstore/tuf@^3.1.0": + version "3.1.1" + resolved "https://registry.npmjs.org/@sigstore/tuf/-/tuf-3.1.1.tgz" + integrity sha512-eFFvlcBIoGwVkkwmTi/vEQFSva3xs5Ot3WmBcjgjVdiaoelBLQaQ/ZBfhlG0MnG0cmTYScPpk7eDdGDWUcFUmg== dependencies: - "@sigstore/bundle" "^2.2.0" - "@sigstore/core" "^1.0.0" - "@sigstore/protobuf-specs" "^0.3.0" - make-fetch-happen "^13.0.0" + "@sigstore/protobuf-specs" "^0.4.1" + tuf-js "^3.0.1" -"@sigstore/tuf@^2.3.1": - version "2.3.1" - resolved "https://registry.npmjs.org/@sigstore/tuf/-/tuf-2.3.1.tgz" - integrity sha512-9Iv40z652td/QbV0o5n/x25H9w6IYRt2pIGbTX55yFDYlApDQn/6YZomjz6+KBx69rXHLzHcbtTS586mDdFD+Q== +"@sigstore/verify@^2.1.0": + version "2.1.1" + resolved "https://registry.npmjs.org/@sigstore/verify/-/verify-2.1.1.tgz" + integrity sha512-hVJD77oT67aowHxwT4+M6PGOp+E2LtLdTK3+FC0lBO9T7sYwItDMXZ7Z07IDCvR1M717a4axbIWckrW67KMP/w== dependencies: - "@sigstore/protobuf-specs" "^0.3.0" - tuf-js "^2.2.0" + "@sigstore/bundle" "^3.1.0" + "@sigstore/core" "^2.0.0" + "@sigstore/protobuf-specs" "^0.4.1" -"@sigstore/verify@^1.1.0": - version "1.1.0" - resolved "https://registry.npmjs.org/@sigstore/verify/-/verify-1.1.0.tgz" - integrity sha512-1fTqnqyTBWvV7cftUUFtDcHPdSox0N3Ub7C0lRyReYx4zZUlNTZjCV+HPy4Lre+r45dV7Qx5JLKvqqsgxuyYfg== - dependencies: - "@sigstore/bundle" "^2.2.0" - "@sigstore/core" "^1.0.0" - "@sigstore/protobuf-specs" "^0.3.0" +"@sindresorhus/merge-streams@^2.1.0": + version "2.3.0" + resolved "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz" + integrity sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg== "@socket.io/component-emitter@~3.1.0": version "3.1.0" @@ -1687,18 +1950,18 @@ resolved "https://registry.npmjs.org/@tufjs/canonical-json/-/canonical-json-2.0.0.tgz" integrity sha512-yVtV8zsdo8qFHe+/3kw81dSLyF7D576A5cCFCi4X7B39tWT7SekaEFUnvnWJHz+9qO7qJTah1JbrDjWKqFtdWA== -"@tufjs/models@2.0.0": - version "2.0.0" - resolved "https://registry.npmjs.org/@tufjs/models/-/models-2.0.0.tgz" - integrity sha512-c8nj8BaOExmZKO2DXhDfegyhSGcG9E/mPN3U13L+/PsoWm1uaGiHHjxqSHQiasDBQwDA3aHuw9+9spYAP1qvvg== +"@tufjs/models@3.0.1": + version "3.0.1" + resolved "https://registry.npmjs.org/@tufjs/models/-/models-3.0.1.tgz" + integrity sha512-UUYHISyhCU3ZgN8yaear3cGATHb3SMuKHsQ/nVbHXcmnBf+LzQ/cQfhNG+rfaSHgqGKNEm2cOCLVLELStUQ1JA== dependencies: "@tufjs/canonical-json" "2.0.0" - minimatch "^9.0.3" + minimatch "^9.0.5" -"@types/babel__core@7.20.2": - version "7.20.2" - resolved "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.2.tgz" - integrity sha512-pNpr1T1xLUc2l3xJKuPtsEky3ybxN3m4fJkknfIpTCTfIZCDW57oAg+EfCgIIp2rvCe0Wn++/FfodDS4YXxBwA== +"@types/babel__core@7.20.5": + version "7.20.5" + resolved "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz" + integrity sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA== dependencies: "@babel/parser" "^7.20.7" "@babel/types" "^7.20.7" @@ -1707,9 +1970,9 @@ "@types/babel__traverse" "*" "@types/babel__generator@*": - version "7.6.8" - resolved "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz" - integrity sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw== + version "7.27.0" + resolved "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz" + integrity sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg== dependencies: "@babel/types" "^7.0.0" @@ -1722,11 +1985,11 @@ "@babel/types" "^7.0.0" "@types/babel__traverse@*": - version "7.20.5" - resolved "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.5.tgz" - integrity sha512-WXCyOcRtH37HAUkpXhUduaxdm82b4GSlyTqajXviN4EfiuPgNYR109xMCKvpl6zPIpua0DGlMEDCq+g8EdoheQ== + version "7.28.0" + resolved "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz" + integrity sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q== dependencies: - "@babel/types" "^7.20.7" + "@babel/types" "^7.28.2" "@types/body-parser@*": version "1.19.5" @@ -1736,14 +1999,14 @@ "@types/connect" "*" "@types/node" "*" -"@types/bonjour@^3.5.13", "@types/bonjour@^3.5.9": +"@types/bonjour@^3.5.13": version "3.5.13" resolved "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.13.tgz" integrity sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ== dependencies: "@types/node" "*" -"@types/connect-history-api-fallback@^1.3.5", "@types/connect-history-api-fallback@^1.5.4": +"@types/connect-history-api-fallback@^1.5.4": version "1.5.4" resolved "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.4.tgz" integrity sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw== @@ -1758,43 +2021,40 @@ dependencies: "@types/node" "*" -"@types/cookie@^0.4.1": - version "0.4.1" - resolved "https://registry.npmjs.org/@types/cookie/-/cookie-0.4.1.tgz" - integrity sha512-XW/Aa8APYr6jSVVA1y/DEIZX0/GMKLEVekNG727R8cs56ahETkRAy/3DR7+fJyh7oUgGwNQaRfXCun0+KbWY7Q== - -"@types/core-js@2.5.8": - version "2.5.8" - resolved "https://registry.npmjs.org/@types/core-js/-/core-js-2.5.8.tgz" - integrity sha512-VgnAj6tIAhJhZdJ8/IpxdatM8G4OD3VWGlp6xIxUGENZlpbob9Ty4VVdC1FIEp0aK6DBscDDjyzy5FB60TuNqg== - "@types/cors@^2.8.12": - version "2.8.12" - resolved "https://registry.npmjs.org/@types/cors/-/cors-2.8.12.tgz" - integrity sha512-vt+kDhq/M2ayberEtJcIN/hxXy1Pk+59g2FV/ZQceeaTyCtCucjL2Q7FXlFjtWn4n15KCr1NE2lNNFhp0lEThw== + version "2.8.19" + resolved "https://registry.npmjs.org/@types/cors/-/cors-2.8.19.tgz" + integrity sha512-mFNylyeyqN93lfe/9CSxOGREz8cpzAhH+E93xJ4xWQf62V8sQ/24reV2nyzUWM6H6Xji+GGHpkbLe7pVoUEskg== + dependencies: + "@types/node" "*" -"@types/eslint-scope@^3.7.3": - version "3.7.3" - resolved "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.3.tgz" - integrity sha512-PB3ldyrcnAicT35TWPs5IcwKD8S333HMaa2VVv4+wdvebJkjWuW/xESoB8IwRcog8HYVYamb1g/R31Qv5Bx03g== +"@types/eslint-scope@^3.7.7": + version "3.7.7" + resolved "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz" + integrity sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg== dependencies: "@types/eslint" "*" "@types/estree" "*" "@types/eslint@*": - version "8.4.1" - resolved "https://registry.npmjs.org/@types/eslint/-/eslint-8.4.1.tgz" - integrity sha512-GE44+DNEyxxh2Kc6ro/VkIj+9ma0pO0bwv9+uHSyBrikYOHr8zYcdPvnBOp1aw8s+CjRvuSx7CyWqRrNFQ59mA== + version "9.6.1" + resolved "https://registry.npmjs.org/@types/eslint/-/eslint-9.6.1.tgz" + integrity sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag== dependencies: "@types/estree" "*" "@types/json-schema" "*" -"@types/estree@*", "@types/estree@^1.0.5", "@types/estree@1.0.5": - version "1.0.5" - resolved "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz" - integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw== +"@types/estree@*", "@types/estree@^1.0.6", "@types/estree@^1.0.8", "@types/estree@1.0.8": + version "1.0.8" + resolved "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz" + integrity sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w== -"@types/express-serve-static-core@*", "@types/express-serve-static-core@^4.17.33": +"@types/estree@1.0.6": + version "1.0.6" + resolved "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz" + integrity sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw== + +"@types/express-serve-static-core@*", "@types/express-serve-static-core@^4.17.21", "@types/express-serve-static-core@^4.17.33": version "4.17.43" resolved "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.43.tgz" integrity sha512-oaYtiBirUOPQGSWNGPWnzyAFJ0BP3cwvN4oWZQY+zUBwpVIGsKUkpBpSztp74drYcjavs7SKFZ4DX1V2QeN8rg== @@ -1814,20 +2074,22 @@ "@types/qs" "*" "@types/serve-static" "*" -"@types/hammerjs@2.0.45": - version "2.0.45" - resolved "https://registry.npmjs.org/@types/hammerjs/-/hammerjs-2.0.45.tgz" - integrity sha512-qkcUlZmX6c4J8q45taBKTL3p+LbITgyx7qhlPYOdOHZB7B31K0mXbP5YA7i7SgDeEGuI9MnumiKPEMrxg8j3KQ== +"@types/hast@^3.0.4": + version "3.0.4" + resolved "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz" + integrity sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ== + dependencies: + "@types/unist" "*" "@types/http-errors@*": version "2.0.4" resolved "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.4.tgz" integrity sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA== -"@types/http-proxy@^1.17.8": - version "1.17.14" - resolved "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.14.tgz" - integrity sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w== +"@types/http-proxy@^1.17.15", "@types/http-proxy@^1.17.8": + version "1.17.17" + resolved "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.17.tgz" + integrity sha512-ED6LB+Z1AVylNTu7hdzuBqOgMnvG/ld6wGCG8wFnAzKX5uyW2K3WD52v0gnLCTK/VLpXtKckgWuyScYK6cSPaw== dependencies: "@types/node" "*" @@ -1836,10 +2098,10 @@ resolved "https://registry.npmjs.org/@types/jasmine/-/jasmine-5.1.4.tgz" integrity sha512-px7OMFO/ncXxixDe1zR13V1iycqWae0MxTaw62RpFlksUi5QuNWgQJFkTQjIOvrmutJbI7Fp2Y2N1F6D2R4G6w== -"@types/json-schema@*", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9": - version "7.0.11" - resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz" - integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ== +"@types/json-schema@*", "@types/json-schema@^7.0.15", "@types/json-schema@^7.0.9": + version "7.0.15" + resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz" + integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA== "@types/mime@*", "@types/mime@^1": version "1.3.5" @@ -1853,24 +2115,12 @@ dependencies: "@types/node" "*" -"@types/node@*", "@types/node@^18.0.0 || >=20.0.0", "@types/node@^20.12.12", "@types/node@>=10.0.0": - version "20.12.12" - resolved "https://registry.npmjs.org/@types/node/-/node-20.12.12.tgz" - integrity sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw== - dependencies: - undici-types "~5.26.4" - -"@types/protractor@4.0.0": - version "4.0.0" - resolved "https://registry.npmjs.org/@types/protractor/-/protractor-4.0.0.tgz" - integrity sha1-EZFYRbONSD9wYNdOyOLu7kNXOZk= +"@types/node@*", "@types/node@^18.0.0 || ^20.0.0 || >=22.0.0", "@types/node@^22.10.5", "@types/node@>=10.0.0", "@types/node@>=18": + version "22.19.1" + resolved "https://registry.npmjs.org/@types/node/-/node-22.19.1.tgz" + integrity sha512-LCCV0HdSZZZb34qifBsyWlUmok6W7ouER+oQIGBScS8EsZsQbrtFTUrDX4hOl+CS6p7cnNC4td+qrSVGSCTUfQ== dependencies: - protractor "*" - -"@types/q@^0.0.32": - version "0.0.32" - resolved "https://registry.npmjs.org/@types/q/-/q-0.0.32.tgz" - integrity sha512-qYi3YV9inU/REEfxwVcGZzbS3KG/Xs90lv0Pr+lDtuVjBPGd1A+eciXzVSaRvLify132BfcvhvEjeVahrUl0Ug== + undici-types "~6.21.0" "@types/qs@*": version "6.9.12" @@ -1882,28 +2132,11 @@ resolved "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz" integrity sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ== -"@types/retry@0.12.0": - version "0.12.0" - resolved "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz" - integrity sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA== - "@types/retry@0.12.2": version "0.12.2" resolved "https://registry.npmjs.org/@types/retry/-/retry-0.12.2.tgz" integrity sha512-XISRgDJ2Tc5q4TRqvgJtzsRkFYNJzZrhTdtMoGVBttwzzQJkPnS3WWTFc7kuDRoPtPakl+T+OfdEUjYJj7Jbow== -"@types/selenium-webdriver@^3.0.0": - version "3.0.26" - resolved "https://registry.npmjs.org/@types/selenium-webdriver/-/selenium-webdriver-3.0.26.tgz" - integrity sha512-dyIGFKXfUFiwkMfNGn1+F6b80ZjR3uSYv1j6xVJSDlft5waZ2cwkHW4e7zNzvq7hiEackcgvBpmnXZrI1GltPg== - -"@types/selenium-webdriver@4.1.22": - version "4.1.22" - resolved "https://registry.npmjs.org/@types/selenium-webdriver/-/selenium-webdriver-4.1.22.tgz" - integrity sha512-MCL4l7q8dwxejr2Q2NXLyNwHWMPdlWE0Kpn6fFwJtvkJF7PTkG5jkvbH/X1IAAQxgt/L1dA8u2GtDeekvSKvOA== - dependencies: - "@types/ws" "*" - "@types/send@*": version "0.17.4" resolved "https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz" @@ -1912,14 +2145,14 @@ "@types/mime" "^1" "@types/node" "*" -"@types/serve-index@^1.9.1", "@types/serve-index@^1.9.4": +"@types/serve-index@^1.9.4": version "1.9.4" resolved "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.4.tgz" integrity sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug== dependencies: "@types/express" "*" -"@types/serve-static@*", "@types/serve-static@^1.13.10", "@types/serve-static@^1.15.5": +"@types/serve-static@*", "@types/serve-static@^1.15.5": version "1.15.5" resolved "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.5.tgz" integrity sha512-PDRk21MnK70hja/YF8AHfC7yIsiQHn1rcXx7ijCFBX/k+XQJhQT/gw3xekXKJvx+5SXaMMS8oqQy09Mzvz2TuQ== @@ -1928,144 +2161,149 @@ "@types/mime" "*" "@types/node" "*" -"@types/sockjs@^0.3.33", "@types/sockjs@^0.3.36": +"@types/sockjs@^0.3.36": version "0.3.36" resolved "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.36.tgz" integrity sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q== dependencies: "@types/node" "*" -"@types/ws@*", "@types/ws@^8.5.10", "@types/ws@^8.5.5": +"@types/unist@*": + version "3.0.3" + resolved "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz" + integrity sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q== + +"@types/ws@^8.5.10": version "8.5.10" resolved "https://registry.npmjs.org/@types/ws/-/ws-8.5.10.tgz" integrity sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A== dependencies: "@types/node" "*" -"@vitejs/plugin-basic-ssl@1.1.0": - version "1.1.0" - resolved "https://registry.npmjs.org/@vitejs/plugin-basic-ssl/-/plugin-basic-ssl-1.1.0.tgz" - integrity sha512-wO4Dk/rm8u7RNhOf95ZzcEmC9rYOncYgvq4z3duaJrCgjN8BxAnDVyndanfcJZ0O6XZzHz6Q0hTimxTg8Y9g/A== - -"@webassemblyjs/ast@^1.11.5", "@webassemblyjs/ast@^1.12.1", "@webassemblyjs/ast@1.12.1": - version "1.12.1" - resolved "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.12.1.tgz" - integrity sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg== - dependencies: - "@webassemblyjs/helper-numbers" "1.11.6" - "@webassemblyjs/helper-wasm-bytecode" "1.11.6" - -"@webassemblyjs/floating-point-hex-parser@1.11.6": - version "1.11.6" - resolved "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz" - integrity sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw== - -"@webassemblyjs/helper-api-error@1.11.6": - version "1.11.6" - resolved "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz" - integrity sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q== - -"@webassemblyjs/helper-buffer@1.12.1": - version "1.12.1" - resolved "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.12.1.tgz" - integrity sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw== - -"@webassemblyjs/helper-numbers@1.11.6": - version "1.11.6" - resolved "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz" - integrity sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g== - dependencies: - "@webassemblyjs/floating-point-hex-parser" "1.11.6" - "@webassemblyjs/helper-api-error" "1.11.6" +"@vitejs/plugin-basic-ssl@1.2.0": + version "1.2.0" + resolved "https://registry.npmjs.org/@vitejs/plugin-basic-ssl/-/plugin-basic-ssl-1.2.0.tgz" + integrity sha512-mkQnxTkcldAzIsomk1UuLfAu9n+kpQ3JbHcpCp7d2Oo6ITtji8pHS3QToOWjhPFvNQSnhlkAjmGbhv2QvwO/7Q== + +"@webassemblyjs/ast@^1.14.1", "@webassemblyjs/ast@1.14.1": + version "1.14.1" + resolved "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.14.1.tgz" + integrity sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ== + dependencies: + "@webassemblyjs/helper-numbers" "1.13.2" + "@webassemblyjs/helper-wasm-bytecode" "1.13.2" + +"@webassemblyjs/floating-point-hex-parser@1.13.2": + version "1.13.2" + resolved "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.13.2.tgz" + integrity sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA== + +"@webassemblyjs/helper-api-error@1.13.2": + version "1.13.2" + resolved "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.13.2.tgz" + integrity sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ== + +"@webassemblyjs/helper-buffer@1.14.1": + version "1.14.1" + resolved "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.14.1.tgz" + integrity sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA== + +"@webassemblyjs/helper-numbers@1.13.2": + version "1.13.2" + resolved "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.13.2.tgz" + integrity sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA== + dependencies: + "@webassemblyjs/floating-point-hex-parser" "1.13.2" + "@webassemblyjs/helper-api-error" "1.13.2" "@xtuc/long" "4.2.2" -"@webassemblyjs/helper-wasm-bytecode@1.11.6": - version "1.11.6" - resolved "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz" - integrity sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA== +"@webassemblyjs/helper-wasm-bytecode@1.13.2": + version "1.13.2" + resolved "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.13.2.tgz" + integrity sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA== -"@webassemblyjs/helper-wasm-section@1.12.1": - version "1.12.1" - resolved "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.12.1.tgz" - integrity sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g== +"@webassemblyjs/helper-wasm-section@1.14.1": + version "1.14.1" + resolved "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.14.1.tgz" + integrity sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw== dependencies: - "@webassemblyjs/ast" "1.12.1" - "@webassemblyjs/helper-buffer" "1.12.1" - "@webassemblyjs/helper-wasm-bytecode" "1.11.6" - "@webassemblyjs/wasm-gen" "1.12.1" + "@webassemblyjs/ast" "1.14.1" + "@webassemblyjs/helper-buffer" "1.14.1" + "@webassemblyjs/helper-wasm-bytecode" "1.13.2" + "@webassemblyjs/wasm-gen" "1.14.1" -"@webassemblyjs/ieee754@1.11.6": - version "1.11.6" - resolved "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz" - integrity sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg== +"@webassemblyjs/ieee754@1.13.2": + version "1.13.2" + resolved "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.13.2.tgz" + integrity sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw== dependencies: "@xtuc/ieee754" "^1.2.0" -"@webassemblyjs/leb128@1.11.6": - version "1.11.6" - resolved "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz" - integrity sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ== +"@webassemblyjs/leb128@1.13.2": + version "1.13.2" + resolved "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.13.2.tgz" + integrity sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw== dependencies: "@xtuc/long" "4.2.2" -"@webassemblyjs/utf8@1.11.6": - version "1.11.6" - resolved "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz" - integrity sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA== - -"@webassemblyjs/wasm-edit@^1.11.5", "@webassemblyjs/wasm-edit@^1.12.1": - version "1.12.1" - resolved "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.12.1.tgz" - integrity sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g== - dependencies: - "@webassemblyjs/ast" "1.12.1" - "@webassemblyjs/helper-buffer" "1.12.1" - "@webassemblyjs/helper-wasm-bytecode" "1.11.6" - "@webassemblyjs/helper-wasm-section" "1.12.1" - "@webassemblyjs/wasm-gen" "1.12.1" - "@webassemblyjs/wasm-opt" "1.12.1" - "@webassemblyjs/wasm-parser" "1.12.1" - "@webassemblyjs/wast-printer" "1.12.1" - -"@webassemblyjs/wasm-gen@1.12.1": - version "1.12.1" - resolved "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.12.1.tgz" - integrity sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w== - dependencies: - "@webassemblyjs/ast" "1.12.1" - "@webassemblyjs/helper-wasm-bytecode" "1.11.6" - "@webassemblyjs/ieee754" "1.11.6" - "@webassemblyjs/leb128" "1.11.6" - "@webassemblyjs/utf8" "1.11.6" - -"@webassemblyjs/wasm-opt@1.12.1": - version "1.12.1" - resolved "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.12.1.tgz" - integrity sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg== - dependencies: - "@webassemblyjs/ast" "1.12.1" - "@webassemblyjs/helper-buffer" "1.12.1" - "@webassemblyjs/wasm-gen" "1.12.1" - "@webassemblyjs/wasm-parser" "1.12.1" - -"@webassemblyjs/wasm-parser@^1.11.5", "@webassemblyjs/wasm-parser@^1.12.1", "@webassemblyjs/wasm-parser@1.12.1": - version "1.12.1" - resolved "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.12.1.tgz" - integrity sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ== - dependencies: - "@webassemblyjs/ast" "1.12.1" - "@webassemblyjs/helper-api-error" "1.11.6" - "@webassemblyjs/helper-wasm-bytecode" "1.11.6" - "@webassemblyjs/ieee754" "1.11.6" - "@webassemblyjs/leb128" "1.11.6" - "@webassemblyjs/utf8" "1.11.6" - -"@webassemblyjs/wast-printer@1.12.1": - version "1.12.1" - resolved "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.12.1.tgz" - integrity sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA== - dependencies: - "@webassemblyjs/ast" "1.12.1" +"@webassemblyjs/utf8@1.13.2": + version "1.13.2" + resolved "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.13.2.tgz" + integrity sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ== + +"@webassemblyjs/wasm-edit@^1.14.1": + version "1.14.1" + resolved "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.14.1.tgz" + integrity sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ== + dependencies: + "@webassemblyjs/ast" "1.14.1" + "@webassemblyjs/helper-buffer" "1.14.1" + "@webassemblyjs/helper-wasm-bytecode" "1.13.2" + "@webassemblyjs/helper-wasm-section" "1.14.1" + "@webassemblyjs/wasm-gen" "1.14.1" + "@webassemblyjs/wasm-opt" "1.14.1" + "@webassemblyjs/wasm-parser" "1.14.1" + "@webassemblyjs/wast-printer" "1.14.1" + +"@webassemblyjs/wasm-gen@1.14.1": + version "1.14.1" + resolved "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.14.1.tgz" + integrity sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg== + dependencies: + "@webassemblyjs/ast" "1.14.1" + "@webassemblyjs/helper-wasm-bytecode" "1.13.2" + "@webassemblyjs/ieee754" "1.13.2" + "@webassemblyjs/leb128" "1.13.2" + "@webassemblyjs/utf8" "1.13.2" + +"@webassemblyjs/wasm-opt@1.14.1": + version "1.14.1" + resolved "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.14.1.tgz" + integrity sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw== + dependencies: + "@webassemblyjs/ast" "1.14.1" + "@webassemblyjs/helper-buffer" "1.14.1" + "@webassemblyjs/wasm-gen" "1.14.1" + "@webassemblyjs/wasm-parser" "1.14.1" + +"@webassemblyjs/wasm-parser@^1.14.1", "@webassemblyjs/wasm-parser@1.14.1": + version "1.14.1" + resolved "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.14.1.tgz" + integrity sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ== + dependencies: + "@webassemblyjs/ast" "1.14.1" + "@webassemblyjs/helper-api-error" "1.13.2" + "@webassemblyjs/helper-wasm-bytecode" "1.13.2" + "@webassemblyjs/ieee754" "1.13.2" + "@webassemblyjs/leb128" "1.13.2" + "@webassemblyjs/utf8" "1.13.2" + +"@webassemblyjs/wast-printer@1.14.1": + version "1.14.1" + resolved "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.14.1.tgz" + integrity sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw== + dependencies: + "@webassemblyjs/ast" "1.14.1" "@xtuc/long" "4.2.2" "@xtuc/ieee754@^1.2.0": @@ -2083,10 +2321,10 @@ resolved "https://registry.npmjs.org/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz" integrity sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ== -abbrev@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/abbrev/-/abbrev-2.0.0.tgz" - integrity sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ== +abbrev@^3.0.0: + version "3.0.1" + resolved "https://registry.npmjs.org/abbrev/-/abbrev-3.0.1.tgz" + integrity sha512-AO2ac6pjRB3SJmGJo+v5/aK6Omggp6fsLrs6wN9bd35ulu4cCwaAU9+7ZhXjeqHVkaHThLuzH0nZr0YpCDhygg== abort-controller@^3.0.0: version "3.0.0" @@ -2095,7 +2333,7 @@ abort-controller@^3.0.0: dependencies: event-target-shim "^5.0.0" -accepts@~1.3.4, accepts@~1.3.5, accepts@~1.3.8: +accepts@~1.3.4, accepts@~1.3.8: version "1.3.8" resolved "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz" integrity sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw== @@ -2103,22 +2341,10 @@ accepts@~1.3.4, accepts@~1.3.5, accepts@~1.3.8: mime-types "~2.1.34" negotiator "0.6.3" -acorn-dynamic-import@4.0.0: - version "4.0.0" - resolved "https://registry.npmjs.org/acorn-dynamic-import/-/acorn-dynamic-import-4.0.0.tgz" - integrity sha512-d3OEjQV4ROpoflsnUA8HozoIR504TFxNivYEUi6uwz0IYhBkTDXGuWlNdMtybRt3nqVx/L6XqMt0FxkXuWKZhw== - -acorn-import-assertions@^1.9.0: - version "1.9.0" - resolved "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz" - integrity sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA== - -acorn-jsx@^3.0.0: - version "3.0.1" - resolved "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-3.0.1.tgz" - integrity sha1-r9+UiPsezvyDSPb7IvRk4ypYs2s= - dependencies: - acorn "^3.0.4" +acorn-import-phases@^1.0.3: + version "1.0.4" + resolved "https://registry.npmjs.org/acorn-import-phases/-/acorn-import-phases-1.0.4.tgz" + integrity sha512-wKmbr/DDiIXzEOiWrTTUcDm24kQ2vGfZQvM2fwg2vXqR5uW6aapr7ObPtj1th32b9u90/Pf4AItvdTh42fBmVQ== acorn-jsx@^5.3.2: version "5.3.2" @@ -2130,20 +2356,10 @@ acorn-walk@^8.1.1: resolved "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.2.tgz" integrity sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A== -acorn@^3.0.4: - version "3.3.0" - resolved "https://registry.npmjs.org/acorn/-/acorn-3.3.0.tgz" - integrity sha1-ReN/s56No/JbruP/U2niu18iAXo= - -acorn@^5.5.0: - version "5.7.4" - resolved "https://registry.npmjs.org/acorn/-/acorn-5.7.4.tgz" - integrity sha512-1D++VG7BhrtvQpNbBzovKNc1FLGGEE/oGe7b9xJm/RFHMBeUaUGpluV9RLjZa47YFdPcDAenEYuq9pQPcMdLJg== - -acorn@^6.0.0, "acorn@^6.0.0 || ^7.0.0 || ^8.0.0", acorn@^8, acorn@^8.11.3, acorn@^8.4.1, acorn@^8.7.1, acorn@^8.8.2: - version "8.11.3" - resolved "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz" - integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg== +"acorn@^6.0.0 || ^7.0.0 || ^8.0.0", acorn@^8.14.0, acorn@^8.15.0, acorn@^8.4.1, acorn@^8.8.2: + version "8.15.0" + resolved "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz" + integrity sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg== adjust-sourcemap-loader@^4.0.0: version "4.0.0" @@ -2153,56 +2369,24 @@ adjust-sourcemap-loader@^4.0.0: loader-utils "^2.0.0" regex-parser "^2.2.11" -adm-zip@^0.5.2: - version "0.5.10" - resolved "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.10.tgz" - integrity sha512-x0HvcHqVJNTPk/Bw8JbLWlWoo6Wwnsug0fnYYro1HBrjxZ3G7/AZk7Ahv8JwDe1uIcz8eBqvu86FuF1POiG7vQ== +agent-base@^7.1.0, agent-base@^7.1.2: + version "7.1.4" + resolved "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz" + integrity sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ== -agent-base@^4.3.0: - version "4.3.0" - resolved "https://registry.npmjs.org/agent-base/-/agent-base-4.3.0.tgz" - integrity sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg== - dependencies: - es6-promisify "^5.0.0" - -agent-base@^7.0.2, agent-base@^7.1.0: - version "7.1.0" - resolved "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz" - integrity sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg== - dependencies: - debug "^4.3.4" - -agent-base@^7.1.0: - version "7.1.0" - resolved "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz" - integrity sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg== - dependencies: - debug "^4.3.4" - -aggregate-error@^3.0.0: - version "3.1.0" - resolved "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz" - integrity sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA== - dependencies: - clean-stack "^2.0.0" - indent-string "^4.0.0" - -ajv-formats@^2.1.1, ajv-formats@2.1.1: +ajv-formats@^2.1.1: version "2.1.1" resolved "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz" integrity sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA== dependencies: ajv "^8.0.0" -ajv-keywords@^1.0.0: - version "1.5.1" - resolved "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-1.5.1.tgz" - integrity sha1-MU3QpLM2j609/NxU7eYXG4htrzw= - -ajv-keywords@^3.5.2: - version "3.5.2" - resolved "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz" - integrity sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ== +ajv-formats@3.0.1: + version "3.0.1" + resolved "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz" + integrity sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ== + dependencies: + ajv "^8.0.0" ajv-keywords@^5.1.0: version "5.1.0" @@ -2211,15 +2395,7 @@ ajv-keywords@^5.1.0: dependencies: fast-deep-equal "^3.1.3" -ajv@^4.7.0, ajv@>=4.10.0: - version "4.11.8" - resolved "https://registry.npmjs.org/ajv/-/ajv-4.11.8.tgz" - integrity sha512-I/bSHSNEcFFqXLf91nchoNB9D1Kie3QKcWdchYUaoIg1+1bdWDkdfdlvdIOJbi9U8xR0y+MWc5D+won9v95WlQ== - dependencies: - co "^4.6.0" - json-stable-stringify "^1.0.1" - -ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5, ajv@^6.9.1: +ajv@^6.12.4: version "6.12.6" resolved "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz" integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== @@ -2229,94 +2405,52 @@ ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5, ajv@^6.9.1: json-schema-traverse "^0.4.1" uri-js "^4.2.2" -ajv@^8.0.0: - version "8.11.0" - resolved "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz" - integrity sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg== - dependencies: - fast-deep-equal "^3.1.1" - json-schema-traverse "^1.0.0" - require-from-string "^2.0.2" - uri-js "^4.2.2" - -ajv@^8.8.2, ajv@^8.9.0: - version "8.13.0" - resolved "https://registry.npmjs.org/ajv/-/ajv-8.13.0.tgz" - integrity sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA== +ajv@^8.0.0, ajv@^8.8.2, ajv@^8.9.0: + version "8.17.1" + resolved "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz" + integrity sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g== dependencies: fast-deep-equal "^3.1.3" + fast-uri "^3.0.1" json-schema-traverse "^1.0.0" require-from-string "^2.0.2" - uri-js "^4.4.1" -ajv@8.12.0: - version "8.12.0" - resolved "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz" - integrity sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA== +ajv@8.17.1: + version "8.17.1" + resolved "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz" + integrity sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g== dependencies: - fast-deep-equal "^3.1.1" + fast-deep-equal "^3.1.3" + fast-uri "^3.0.1" json-schema-traverse "^1.0.0" require-from-string "^2.0.2" - uri-js "^4.2.2" ansi-colors@4.1.3: version "4.1.3" resolved "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz" integrity sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw== -ansi-escapes@^1.1.0: - version "1.4.0" - resolved "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-1.4.0.tgz" - integrity sha1-06ioOzGapneTZisT52HHkRQiMG4= - -ansi-escapes@^4.3.2: - version "4.3.2" - resolved "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz" - integrity sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ== +ansi-escapes@^7.0.0: + version "7.2.0" + resolved "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.2.0.tgz" + integrity sha512-g6LhBsl+GBPRWGWsBtutpzBYuIIdBkLEvad5C/va/74Db018+5TZiyA26cZJAr3Rft5lprVqOIPxf5Vid6tqAw== dependencies: - type-fest "^0.21.3" + environment "^1.0.0" ansi-html-community@^0.0.8: version "0.0.8" resolved "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz" integrity sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw== -ansi-regex@^2.0.0: - version "2.1.1" - resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz" - integrity sha1-w7M6te42DYbg5ijwRorn7yfWVN8= - -ansi-regex@^3.0.0: - version "3.0.1" - resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.1.tgz" - integrity sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw== - ansi-regex@^5.0.1: version "5.0.1" resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz" integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== ansi-regex@^6.0.1: - version "6.0.1" - resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz" - integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA== - -ansi-sequence-parser@^1.1.0: - version "1.1.1" - resolved "https://registry.npmjs.org/ansi-sequence-parser/-/ansi-sequence-parser-1.1.1.tgz" - integrity sha512-vJXt3yiaUL4UU546s3rPXlsry/RnM730G1+HkpKE012AN0sx1eOrxSu95oKDIonskeLTijMgqWZ3uDEe3NFvyg== - -ansi-styles@^2.2.1: - version "2.2.1" - resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz" - integrity sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4= - -ansi-styles@^3.2.1: - version "3.2.1" - resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz" - integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== - dependencies: - color-convert "^1.9.0" + version "6.2.2" + resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz" + integrity sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg== ansi-styles@^4.0.0: version "4.3.0" @@ -2332,10 +2466,10 @@ ansi-styles@^4.1.0: dependencies: color-convert "^2.0.1" -ansi-styles@^6.1.0: - version "6.2.1" - resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz" - integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug== +ansi-styles@^6.0.0, ansi-styles@^6.1.0, ansi-styles@^6.2.1: + version "6.2.3" + resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz" + integrity sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg== anymatch@~3.1.2: version "3.1.3" @@ -2345,151 +2479,64 @@ anymatch@~3.1.2: normalize-path "^3.0.0" picomatch "^2.0.4" -app-root-path@^3.0.0: - version "3.1.0" - resolved "https://registry.npmjs.org/app-root-path/-/app-root-path-3.1.0.tgz" - integrity sha512-biN3PwB2gUtjaYy/isrU3aNWI5w+fAfvHkSvCKeQGxhmYpwKFUxudR3Yya+KqVRHBmEDYh+/lTozYCFbmzX4nA== - arg@^4.1.0: version "4.1.3" resolved "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz" integrity sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA== -argparse@^1.0.7: - version "1.0.10" - resolved "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz" - integrity sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg== - dependencies: - sprintf-js "~1.0.2" - argparse@^2.0.1: version "2.0.1" resolved "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz" integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q== -aria-query@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/aria-query/-/aria-query-3.0.0.tgz" - integrity sha512-majUxHgLehQTeSA+hClx+DY09OVUqG3GtezWkF1krgLGNdlDu9l9V8DaqNMWbq4Eddc8wsyDA0hpDUtnYxQEXw== - dependencies: - ast-types-flow "0.0.7" - commander "^2.11.0" - array-flatten@1.1.1: version "1.1.1" resolved "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz" integrity sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg== -array-union@^1.0.1: - version "1.0.2" - resolved "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz" - integrity sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng== +autoprefixer@10.4.20: + version "10.4.20" + resolved "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.20.tgz" + integrity sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g== dependencies: - array-uniq "^1.0.1" - -array-uniq@^1.0.1: - version "1.0.3" - resolved "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz" - integrity sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q== - -arrify@^1.0.0: - version "1.0.1" - resolved "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz" - integrity sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA== - -asn1@~0.2.3: - version "0.2.6" - resolved "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz" - integrity sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ== - dependencies: - safer-buffer "~2.1.0" - -assert-plus@^1.0.0, assert-plus@1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz" - integrity sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw== - -ast-types-flow@0.0.7: - version "0.0.7" - resolved "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz" - integrity sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag== - -asynckit@^0.4.0: - version "0.4.0" - resolved "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz" - integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q== - -autoprefixer@10.4.18: - version "10.4.18" - resolved "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.18.tgz" - integrity sha512-1DKbDfsr6KUElM6wg+0zRNkB/Q7WcKYAaK+pzXn+Xqmszm/5Xa9coeNdtP88Vi+dPzZnMjhge8GIV49ZQkDa+g== - dependencies: - browserslist "^4.23.0" - caniuse-lite "^1.0.30001591" + browserslist "^4.23.3" + caniuse-lite "^1.0.30001646" fraction.js "^4.3.7" normalize-range "^0.1.2" - picocolors "^1.0.0" + picocolors "^1.0.1" postcss-value-parser "^4.2.0" -aws-sign2@~0.7.0: - version "0.7.0" - resolved "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz" - integrity sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA== - -aws4@^1.8.0: - version "1.12.0" - resolved "https://registry.npmjs.org/aws4/-/aws4-1.12.0.tgz" - integrity sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg== - -axobject-query@2.0.2: - version "2.0.2" - resolved "https://registry.npmjs.org/axobject-query/-/axobject-query-2.0.2.tgz" - integrity sha512-MCeek8ZH7hKyO1rWUbKNQBbl4l2eY0ntk7OGi+q0RlafrCnfPxC06WZA+uebCfmYp4mNU9jRBP1AhGyf8+W3ww== - dependencies: - ast-types-flow "0.0.7" - -babel-loader@9.1.3: - version "9.1.3" - resolved "https://registry.npmjs.org/babel-loader/-/babel-loader-9.1.3.tgz" - integrity sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw== +babel-loader@9.2.1: + version "9.2.1" + resolved "https://registry.npmjs.org/babel-loader/-/babel-loader-9.2.1.tgz" + integrity sha512-fqe8naHt46e0yIdkjUZYqddSXfej3AHajX+CSO5X7oy0EmPc6o5Xh+RClNoHjnieWz9AW4kZxW9yyFMhVB1QLA== dependencies: find-cache-dir "^4.0.0" schema-utils "^4.0.0" -babel-plugin-istanbul@6.1.1: - version "6.1.1" - resolved "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz" - integrity sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA== +babel-plugin-polyfill-corejs2@^0.4.10: + version "0.4.14" + resolved "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.14.tgz" + integrity sha512-Co2Y9wX854ts6U8gAAPXfn0GmAyctHuK8n0Yhfjd6t30g7yvKjspvvOo9yG+z52PZRgFErt7Ka2pYnXCjLKEpg== dependencies: - "@babel/helper-plugin-utils" "^7.0.0" - "@istanbuljs/load-nyc-config" "^1.0.0" - "@istanbuljs/schema" "^0.1.2" - istanbul-lib-instrument "^5.0.4" - test-exclude "^6.0.0" - -babel-plugin-polyfill-corejs2@^0.4.8: - version "0.4.10" - resolved "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.10.tgz" - integrity sha512-rpIuu//y5OX6jVU+a5BCn1R5RSZYWAl2Nar76iwaOdycqb6JPxediskWFMMl7stfwNJR4b7eiQvh5fB5TEQJTQ== - dependencies: - "@babel/compat-data" "^7.22.6" - "@babel/helper-define-polyfill-provider" "^0.6.1" + "@babel/compat-data" "^7.27.7" + "@babel/helper-define-polyfill-provider" "^0.6.5" semver "^6.3.1" -babel-plugin-polyfill-corejs3@^0.9.0: - version "0.9.0" - resolved "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.9.0.tgz" - integrity sha512-7nZPG1uzK2Ymhy/NbaOWTg3uibM2BmGASS4vHS4szRZAIR8R6GwA/xAujpdrXU5iyklrimWnLWU+BLF9suPTqg== +babel-plugin-polyfill-corejs3@^0.11.0: + version "0.11.1" + resolved "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.11.1.tgz" + integrity sha512-yGCqvBT4rwMczo28xkH/noxJ6MZ4nJfkVYdoDaC/utLtWrXxv27HVrzAeSbqR8SxDsp46n0YF47EbHoixy6rXQ== dependencies: - "@babel/helper-define-polyfill-provider" "^0.5.0" - core-js-compat "^3.34.0" + "@babel/helper-define-polyfill-provider" "^0.6.3" + core-js-compat "^3.40.0" -babel-plugin-polyfill-regenerator@^0.5.5: - version "0.5.5" - resolved "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.5.tgz" - integrity sha512-OJGYZlhLqBh2DDHeqAxWB1XIvr49CxiJ2gIt61/PU55CQK4Z58OzMqjDe1zwQdQk+rBYsRc+1rJmdajM3gimHg== +babel-plugin-polyfill-regenerator@^0.6.1: + version "0.6.5" + resolved "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.5.tgz" + integrity sha512-ISqQ2frbiNU9vIJkzg7dlPpznPZ4jOiUQ1uSmB0fEHeowtN3COYRsXr/xexn64NpU13P06jc/L5TgiJXOgrbEg== dependencies: - "@babel/helper-define-polyfill-provider" "^0.5.0" + "@babel/helper-define-polyfill-provider" "^0.6.5" balanced-match@^1.0.0: version "1.0.0" @@ -2506,17 +2553,29 @@ base64id@~2.0.0, base64id@2.0.0: resolved "https://registry.npmjs.org/base64id/-/base64id-2.0.0.tgz" integrity sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog== +baseline-browser-mapping@^2.8.25: + version "2.8.31" + resolved "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.31.tgz" + integrity sha512-a28v2eWrrRWPpJSzxc+mKwm0ZtVx/G8SepdQZDArnXYU/XS+IF6mp8aB/4E+hH1tyGCoDo3KlUCdlSxGDsRkAw== + batch@0.6.1: version "0.6.1" resolved "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz" integrity sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw== -bcrypt-pbkdf@^1.0.0: - version "1.0.2" - resolved "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz" - integrity sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w== +beasties@0.3.2: + version "0.3.2" + resolved "https://registry.npmjs.org/beasties/-/beasties-0.3.2.tgz" + integrity sha512-p4AF8uYzm9Fwu8m/hSVTCPXrRBPmB34hQpHsec2KOaR9CZmgoU8IOv4Cvwq4hgz2p4hLMNbsdNl5XeA6XbAQwA== dependencies: - tweetnacl "^0.14.3" + css-select "^5.1.0" + css-what "^6.1.0" + dom-serializer "^2.0.0" + domhandler "^5.0.3" + htmlparser2 "^10.0.0" + picocolors "^1.1.1" + postcss "^8.4.49" + postcss-media-query-parser "^0.2.3" big.js@^5.2.2: version "5.2.2" @@ -2524,9 +2583,9 @@ big.js@^5.2.2: integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ== binary-extensions@^2.0.0: - version "2.2.0" - resolved "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz" - integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA== + version "2.3.0" + resolved "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz" + integrity sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw== bl@^4.1.0: version "4.1.0" @@ -2537,17 +2596,10 @@ bl@^4.1.0: inherits "^2.0.4" readable-stream "^3.4.0" -blocking-proxy@^1.0.0: - version "1.0.1" - resolved "https://registry.npmjs.org/blocking-proxy/-/blocking-proxy-1.0.1.tgz" - integrity sha512-KE8NFMZr3mN2E0HcvCgRtX7DjhiIQrwle+nSVJVC/yqFb9+xznHl2ZcoBp2L9qzkI4t4cBFJ1efXF8Dwi132RA== - dependencies: - minimist "^1.2.0" - -body-parser@^1.19.0, body-parser@1.20.2: - version "1.20.2" - resolved "https://registry.npmjs.org/body-parser/-/body-parser-1.20.2.tgz" - integrity sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA== +body-parser@^1.19.0, body-parser@1.20.3: + version "1.20.3" + resolved "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz" + integrity sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g== dependencies: bytes "3.1.2" content-type "~1.0.5" @@ -2557,12 +2609,12 @@ body-parser@^1.19.0, body-parser@1.20.2: http-errors "2.0.0" iconv-lite "0.4.24" on-finished "2.4.1" - qs "6.11.0" + qs "6.13.0" raw-body "2.5.2" type-is "~1.6.18" unpipe "1.0.0" -bonjour-service@^1.0.11, bonjour-service@^1.2.1: +bonjour-service@^1.2.1: version "1.2.1" resolved "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.2.1.tgz" integrity sha512-oSzCS2zV14bh2kji6vNe7vrpJYCHGvcZnlffFQ1MEoX/WOeQ/teD8SYWKR942OI3INjq8OMNJlbPK5LLLUxFDw== @@ -2575,49 +2627,43 @@ boolbase@^1.0.0: resolved "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz" integrity sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww== -bootstrap@5.3.3: - version "5.3.3" - resolved "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.3.tgz" - integrity sha512-8HLCdWgyoMguSO9o+aH+iuZ+aht+mzW0u3HIMzVu7Srrpv7EBBxTnrFlSCskwdY1+EOFQSm7uMJhNQHkdPcmjg== +bootstrap@5.3.8: + version "5.3.8" + resolved "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.8.tgz" + integrity sha512-HP1SZDqaLDPwsNiqRqi5NcP0SSXciX2s9E+RyqJIIqGo+vJeN5AJVM98CXmW/Wux0nQ5L7jeWUdplCEf0Ee+tg== brace-expansion@^1.1.7: - version "1.1.11" - resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz" - integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== + version "1.1.12" + resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz" + integrity sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg== dependencies: balanced-match "^1.0.0" concat-map "0.0.1" brace-expansion@^2.0.1: - version "2.0.1" - resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz" - integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA== + version "2.0.2" + resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz" + integrity sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ== dependencies: balanced-match "^1.0.0" -braces@^3.0.2, braces@~3.0.2: - version "3.0.2" - resolved "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz" - integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== - dependencies: - fill-range "^7.0.1" - -browserslist@^4.21.10, browserslist@^4.21.5, browserslist@^4.22.2, browserslist@^4.22.3, browserslist@^4.23.0, "browserslist@>= 4.21.0": - version "4.23.0" - resolved "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz" - integrity sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ== +braces@^3.0.2, braces@^3.0.3, braces@~3.0.2: + version "3.0.3" + resolved "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz" + integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA== dependencies: - caniuse-lite "^1.0.30001587" - electron-to-chromium "^1.4.668" - node-releases "^2.0.14" - update-browserslist-db "^1.0.13" + fill-range "^7.1.1" -browserstack@^1.5.1: - version "1.6.1" - resolved "https://registry.npmjs.org/browserstack/-/browserstack-1.6.1.tgz" - integrity sha512-GxtFjpIaKdbAyzHfFDKixKO8IBT7wR3NjbzrGc78nNs/Ciys9wU3/nBtsqsWv5nDSrdI5tz0peKuzCPuNXNUiw== +browserslist@^4.21.5, browserslist@^4.23.0, browserslist@^4.23.3, browserslist@^4.24.0, browserslist@^4.26.3, browserslist@^4.28.0, "browserslist@>= 4.21.0": + version "4.28.0" + resolved "https://registry.npmjs.org/browserslist/-/browserslist-4.28.0.tgz" + integrity sha512-tbydkR/CxfMwelN0vwdP/pLkDwyAASZ+VfWm4EOwlB6SWhx1sYnWLqo8N5j0rAzPfzfRaxt0mM/4wPU/Su84RQ== dependencies: - https-proxy-agent "^2.2.1" + baseline-browser-mapping "^2.8.25" + caniuse-lite "^1.0.30001754" + electron-to-chromium "^1.5.249" + node-releases "^2.0.27" + update-browserslist-db "^1.1.4" buffer-from@^1.0.0: version "1.1.1" @@ -2632,18 +2678,6 @@ buffer@^5.5.0: base64-js "^1.3.1" ieee754 "^1.1.13" -builtin-modules@^1.1.1: - version "1.1.1" - resolved "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz" - integrity sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8= - -builtins@^5.0.0: - version "5.0.1" - resolved "https://registry.npmjs.org/builtins/-/builtins-5.0.1.tgz" - integrity sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ== - dependencies: - semver "^7.0.0" - bundle-name@^4.1.0: version "4.1.0" resolved "https://registry.npmjs.org/bundle-name/-/bundle-name-4.1.0.tgz" @@ -2651,22 +2685,17 @@ bundle-name@^4.1.0: dependencies: run-applescript "^7.0.0" -bytes@3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz" - integrity sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw== - bytes@3.1.2: version "3.1.2" resolved "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz" integrity sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg== -cacache@^18.0.0: - version "18.0.2" - resolved "https://registry.npmjs.org/cacache/-/cacache-18.0.2.tgz" - integrity sha512-r3NU8h/P+4lVUHfeRw1dtgQYar3DZMm4/cm2bZgOvrFC/su7budSOeqh52VJIC4U4iG1WWwV6vRW0znqBvxNuw== +cacache@^19.0.0, cacache@^19.0.1: + version "19.0.1" + resolved "https://registry.npmjs.org/cacache/-/cacache-19.0.1.tgz" + integrity sha512-hdsUxulXCi5STId78vRVYEtDAjq99ICAUktLTeTYsLoTE6Z8dS0c8pWNCxwdrk9YfJeobDZc2Y186hD/5ZQgFQ== dependencies: - "@npmcli/fs" "^3.1.0" + "@npmcli/fs" "^4.0.0" fs-minipass "^3.0.0" glob "^10.2.2" lru-cache "^10.0.1" @@ -2674,82 +2703,36 @@ cacache@^18.0.0: minipass-collect "^2.0.1" minipass-flush "^1.0.5" minipass-pipeline "^1.2.4" - p-map "^4.0.0" - ssri "^10.0.0" - tar "^6.1.11" - unique-filename "^3.0.0" + p-map "^7.0.2" + ssri "^12.0.0" + tar "^7.4.3" + unique-filename "^4.0.0" -call-bind@^1.0.7: - version "1.0.7" - resolved "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz" - integrity sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w== +call-bind-apply-helpers@^1.0.1, call-bind-apply-helpers@^1.0.2: + version "1.0.2" + resolved "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz" + integrity sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ== dependencies: - es-define-property "^1.0.0" es-errors "^1.3.0" function-bind "^1.1.2" - get-intrinsic "^1.2.4" - set-function-length "^1.2.1" -caller-path@^0.1.0: - version "0.1.0" - resolved "https://registry.npmjs.org/caller-path/-/caller-path-0.1.0.tgz" - integrity sha1-lAhe9jWB7NPaqSREqP6U6CV3dR8= +call-bound@^1.0.2: + version "1.0.4" + resolved "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz" + integrity sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg== dependencies: - callsites "^0.2.0" - -callsites@^0.2.0: - version "0.2.0" - resolved "https://registry.npmjs.org/callsites/-/callsites-0.2.0.tgz" - integrity sha1-r6uWJikQp/M8GaV3WCXGnzTjUMo= + call-bind-apply-helpers "^1.0.2" + get-intrinsic "^1.3.0" callsites@^3.0.0: version "3.1.0" resolved "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz" integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== -camelcase@^5.0.0, camelcase@^5.3.1: - version "5.3.1" - resolved "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz" - integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== - -caniuse-lite@^1.0.30001587, caniuse-lite@^1.0.30001591: - version "1.0.30001597" - resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001597.tgz" - integrity sha512-7LjJvmQU6Sj7bL0j5b5WY/3n7utXUJvAe1lxhsHDbLmwX9mdL86Yjtr+5SRCyf8qME4M7pU2hswj0FpyBVCv9w== - -caseless@~0.12.0: - version "0.12.0" - resolved "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz" - integrity sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw== - -chalk@^1.0.0, chalk@^1.1.1, chalk@^1.1.3: - version "1.1.3" - resolved "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz" - integrity sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg= - dependencies: - ansi-styles "^2.2.1" - escape-string-regexp "^1.0.2" - has-ansi "^2.0.0" - strip-ansi "^3.0.0" - supports-color "^2.0.0" - -chalk@^2.3.0, chalk@^2.4.0: - version "2.4.2" - resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz" - integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== - dependencies: - ansi-styles "^3.2.1" - escape-string-regexp "^1.0.5" - supports-color "^5.3.0" - -chalk@^2.4.2: - version "2.4.2" - resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz" - integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== - dependencies: - ansi-styles "^3.2.1" - escape-string-regexp "^1.0.5" - supports-color "^5.3.0" +caniuse-lite@^1.0.30001646, caniuse-lite@^1.0.30001754: + version "1.0.30001757" + resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001757.tgz" + integrity sha512-r0nnL/I28Zi/yjk1el6ilj27tKcdjLsNqAOZr0yVjWPrSQyHgKI2INaEWw21bAQSv2LXRt1XuCS/GomNpWOxsQ== chalk@^4.0.0: version "4.1.2" @@ -2767,17 +2750,27 @@ chalk@^4.1.0: ansi-styles "^4.1.0" supports-color "^7.1.0" -chalk@^5.3.0: - version "5.3.0" - resolved "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz" - integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w== +chardet@^2.1.1: + version "2.1.1" + resolved "https://registry.npmjs.org/chardet/-/chardet-2.1.1.tgz" + integrity sha512-PsezH1rqdV9VvyNhxxOW32/d75r01NY7TQCmOqomRo15ZSOKbpTFVsfjghxo6JloQUCGnH4k1LGu0R4yCLlWQQ== -chardet@^0.7.0: - version "0.7.0" - resolved "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz" - integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA== +chokidar@^3.5.1: + version "3.6.0" + resolved "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz" + integrity sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw== + dependencies: + anymatch "~3.1.2" + braces "~3.0.2" + glob-parent "~5.1.2" + is-binary-path "~2.1.0" + is-glob "~4.0.1" + normalize-path "~3.0.0" + readdirp "~3.6.0" + optionalDependencies: + fsevents "~2.3.2" -chokidar@^3.0.0, chokidar@^3.5.1, chokidar@^3.5.2, chokidar@^3.5.3, chokidar@^3.6.0, "chokidar@>=3.0.0 <4.0.0": +chokidar@^3.6.0: version "3.6.0" resolved "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz" integrity sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw== @@ -2792,33 +2785,28 @@ chokidar@^3.0.0, chokidar@^3.5.1, chokidar@^3.5.2, chokidar@^3.5.3, chokidar@^3. optionalDependencies: fsevents "~2.3.2" +chokidar@^4.0.0: + version "4.0.3" + resolved "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz" + integrity sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA== + dependencies: + readdirp "^4.0.1" + chownr@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz" integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ== +chownr@^3.0.0: + version "3.0.0" + resolved "https://registry.npmjs.org/chownr/-/chownr-3.0.0.tgz" + integrity sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g== + chrome-trace-event@^1.0.2: version "1.0.3" resolved "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz" integrity sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg== -circular-json@^0.3.1: - version "0.3.3" - resolved "https://registry.npmjs.org/circular-json/-/circular-json-0.3.3.tgz" - integrity sha512-UZK3NBx2Mca+b5LsG7bY183pHWt5Y1xts4P3Pz7ENTwGVnJOUWbRb3ocjvX7hx9tq/yTAdclXm9sZ38gNuem4A== - -clean-stack@^2.0.0: - version "2.2.0" - resolved "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz" - integrity sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A== - -cli-cursor@^1.0.1: - version "1.0.2" - resolved "https://registry.npmjs.org/cli-cursor/-/cli-cursor-1.0.2.tgz" - integrity sha1-ZNo/fValRBLll5S9Ytw1KV6PKYc= - dependencies: - restore-cursor "^1.0.1" - cli-cursor@^3.1.0: version "3.1.0" resolved "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz" @@ -2826,30 +2814,31 @@ cli-cursor@^3.1.0: dependencies: restore-cursor "^3.1.0" +cli-cursor@^5.0.0: + version "5.0.0" + resolved "https://registry.npmjs.org/cli-cursor/-/cli-cursor-5.0.0.tgz" + integrity sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw== + dependencies: + restore-cursor "^5.0.0" + cli-spinners@^2.5.0: version "2.6.1" resolved "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.6.1.tgz" integrity sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g== -cli-width@^2.0.0: - version "2.2.0" - resolved "https://registry.npmjs.org/cli-width/-/cli-width-2.2.0.tgz" - integrity sha1-/xnt6Kml5XkyQUewwR8PvLq+1jk= +cli-truncate@^4.0.0: + version "4.0.0" + resolved "https://registry.npmjs.org/cli-truncate/-/cli-truncate-4.0.0.tgz" + integrity sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA== + dependencies: + slice-ansi "^5.0.0" + string-width "^7.0.0" cli-width@^4.1.0: version "4.1.0" resolved "https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz" integrity sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ== -cliui@^6.0.0: - version "6.0.0" - resolved "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz" - integrity sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ== - dependencies: - string-width "^4.2.0" - strip-ansi "^6.0.0" - wrap-ansi "^6.2.0" - cliui@^7.0.2: version "7.0.4" resolved "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz" @@ -2868,6 +2857,15 @@ cliui@^8.0.1: strip-ansi "^6.0.1" wrap-ansi "^7.0.0" +cliui@^9.0.1: + version "9.0.1" + resolved "https://registry.npmjs.org/cliui/-/cliui-9.0.1.tgz" + integrity sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w== + dependencies: + string-width "^7.2.0" + strip-ansi "^7.1.0" + wrap-ansi "^9.0.0" + clone-deep@^4.0.1: version "4.0.1" resolved "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz" @@ -2882,43 +2880,6 @@ clone@^1.0.2: resolved "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz" integrity sha1-2jCcwmPfFZlMaIypAheco8fNfH4= -co@^4.6.0: - version "4.6.0" - resolved "https://registry.npmjs.org/co/-/co-4.6.0.tgz" - integrity sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ= - -code-point-at@^1.0.0: - version "1.1.0" - resolved "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz" - integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c= - -codelyzer@^6.0.2: - version "6.0.2" - resolved "https://registry.npmjs.org/codelyzer/-/codelyzer-6.0.2.tgz" - integrity sha512-v3+E0Ucu2xWJMOJ2fA/q9pDT/hlxHftHGPUay1/1cTgyPV5JTHFdO9hqo837Sx2s9vKBMTt5gO+lhF95PO6J+g== - dependencies: - "@angular/compiler" "9.0.0" - "@angular/core" "9.0.0" - app-root-path "^3.0.0" - aria-query "^3.0.0" - axobject-query "2.0.2" - css-selector-tokenizer "^0.7.1" - cssauron "^1.4.0" - damerau-levenshtein "^1.0.4" - rxjs "^6.5.3" - semver-dsl "^1.0.1" - source-map "^0.5.7" - sprintf-js "^1.1.2" - tslib "^1.10.0" - zone.js "~0.10.3" - -color-convert@^1.9.0: - version "1.9.3" - resolved "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz" - integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== - dependencies: - color-name "1.1.3" - color-convert@^2.0.1: version "2.0.1" resolved "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz" @@ -2931,12 +2892,7 @@ color-name@~1.1.4: resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz" integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== -color-name@1.1.3: - version "1.1.3" - resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz" - integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= - -colorette@^2.0.10: +colorette@^2.0.10, colorette@^2.0.20: version "2.0.20" resolved "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz" integrity sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w== @@ -2946,14 +2902,7 @@ colors@1.4.0: resolved "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz" integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA== -combined-stream@^1.0.6, combined-stream@~1.0.6: - version "1.0.8" - resolved "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz" - integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg== - dependencies: - delayed-stream "~1.0.0" - -commander@^2.11.0, commander@^2.12.1, commander@^2.20.0, commander@^2.8.1: +commander@^2.20.0: version "2.20.3" resolved "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz" integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== @@ -2963,7 +2912,7 @@ common-path-prefix@^3.0.0: resolved "https://registry.npmjs.org/common-path-prefix/-/common-path-prefix-3.0.0.tgz" integrity sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w== -compressible@~2.0.16: +compressible@~2.0.18: version "2.0.18" resolved "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz" integrity sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg== @@ -2971,16 +2920,16 @@ compressible@~2.0.16: mime-db ">= 1.43.0 < 2" compression@^1.7.4: - version "1.7.4" - resolved "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz" - integrity sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ== + version "1.8.1" + resolved "https://registry.npmjs.org/compression/-/compression-1.8.1.tgz" + integrity sha512-9mAqGPHLakhCLeNyxPkK4xVo746zQ/czLH1Ky+vkitMnWfWZps8r0qXuwhwizagCRttsL4lfG4pIOvaWLpAP0w== dependencies: - accepts "~1.3.5" - bytes "3.0.0" - compressible "~2.0.16" + bytes "3.1.2" + compressible "~2.0.18" debug "2.6.9" - on-headers "~1.0.2" - safe-buffer "5.1.2" + negotiator "~0.6.4" + on-headers "~1.1.0" + safe-buffer "5.2.1" vary "~1.1.2" concat-map@0.0.1: @@ -2988,16 +2937,6 @@ concat-map@0.0.1: resolved "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz" integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= -concat-stream@^1.4.6: - version "1.6.2" - resolved "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz" - integrity sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw== - dependencies: - buffer-from "^1.0.0" - inherits "^2.0.3" - readable-stream "^2.2.2" - typedarray "^0.0.6" - connect-history-api-fallback@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz" @@ -3042,15 +2981,15 @@ cookie-signature@1.0.6: resolved "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz" integrity sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ== -cookie@~0.4.1: - version "0.4.2" - resolved "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz" - integrity sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA== +cookie@~0.7.2: + version "0.7.2" + resolved "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz" + integrity sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w== -cookie@0.5.0: - version "0.5.0" - resolved "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz" - integrity sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw== +cookie@0.7.1: + version "0.7.1" + resolved "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz" + integrity sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w== copy-anything@^2.0.1: version "2.0.6" @@ -3059,31 +2998,31 @@ copy-anything@^2.0.1: dependencies: is-what "^3.14.1" -copy-webpack-plugin@11.0.0: - version "11.0.0" - resolved "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-11.0.0.tgz" - integrity sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ== +copy-webpack-plugin@12.0.2: + version "12.0.2" + resolved "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-12.0.2.tgz" + integrity sha512-SNwdBeHyII+rWvee/bTnAYyO8vfVdcSTud4EIb6jcZ8inLeWucJE0DnxXQBjlQ5zlteuuvooGQy3LIyGxhvlOA== dependencies: - fast-glob "^3.2.11" + fast-glob "^3.3.2" glob-parent "^6.0.1" - globby "^13.1.1" + globby "^14.0.0" normalize-path "^3.0.0" - schema-utils "^4.0.0" - serialize-javascript "^6.0.0" + schema-utils "^4.2.0" + serialize-javascript "^6.0.2" -core-js-compat@^3.31.0, core-js-compat@^3.34.0: - version "3.36.0" - resolved "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.36.0.tgz" - integrity sha512-iV9Pd/PsgjNWBXeq8XRtWVSgz2tKAfhfvBs7qxYty+RlRd+OCksaWmOnc4JKrTc1cToXL1N0s3l/vwlxPtdElw== +core-js-compat@^3.40.0: + version "3.47.0" + resolved "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.47.0.tgz" + integrity sha512-IGfuznZ/n7Kp9+nypamBhvwdwLsW6KC8IOaURw2doAK5e98AG3acVLdh0woOnEqCfUtS+Vu882JE4k/DAm3ItQ== dependencies: - browserslist "^4.22.3" + browserslist "^4.28.0" -core-js@^3.37.1: - version "3.37.1" - resolved "https://registry.npmjs.org/core-js/-/core-js-3.37.1.tgz" - integrity sha512-Xn6qmxrQZyB0FFY8E3bgRXei3lWDJHhvI+u0q9TKIYM49G8pAr0FgnnrFRAmsbptZL1yxRADVXn+x5AGsbBfyw== +core-js@^3.47.0: + version "3.47.0" + resolved "https://registry.npmjs.org/core-js/-/core-js-3.47.0.tgz" + integrity sha512-c3Q2VVkGAUyupsjRnaNX6u8Dq2vAdzm9iuPj5FW0fRxzlxgq9Q39MDq10IvmQSpLgHQNyQzQmOo6bgGHmH3NNg== -core-util-is@~1.0.0, core-util-is@1.0.2: +core-util-is@~1.0.0: version "1.0.2" resolved "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz" integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= @@ -3111,46 +3050,33 @@ create-require@^1.1.0: resolved "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz" integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ== -critters@0.0.22: - version "0.0.22" - resolved "https://registry.npmjs.org/critters/-/critters-0.0.22.tgz" - integrity sha512-NU7DEcQZM2Dy8XTKFHxtdnIM/drE312j2T4PCVaSUcS0oBeyT/NImpRw/Ap0zOr/1SE7SgPK9tGPg1WK/sVakw== - dependencies: - chalk "^4.1.0" - css-select "^5.1.0" - dom-serializer "^2.0.0" - domhandler "^5.0.2" - htmlparser2 "^8.0.2" - postcss "^8.4.23" - postcss-media-query-parser "^0.2.3" - -cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3: - version "7.0.3" - resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz" - integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== +cross-spawn@^7.0.6: + version "7.0.6" + resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz" + integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA== dependencies: path-key "^3.1.0" shebang-command "^2.0.0" which "^2.0.1" -css-loader@6.10.0: - version "6.10.0" - resolved "https://registry.npmjs.org/css-loader/-/css-loader-6.10.0.tgz" - integrity sha512-LTSA/jWbwdMlk+rhmElbDR2vbtQoTBPr7fkJE+mxrHj+7ru0hUmHafDRzWIjIHTwpitWVaqY2/UWGRca3yUgRw== +css-loader@7.1.2: + version "7.1.2" + resolved "https://registry.npmjs.org/css-loader/-/css-loader-7.1.2.tgz" + integrity sha512-6WvYYn7l/XEGN8Xu2vWFt9nVzrCn39vKyTEFf/ExEyoksJjjSZV/0/35XPlMbpnr6VGhZIUg5yJrL8tGfes/FA== dependencies: icss-utils "^5.1.0" postcss "^8.4.33" - postcss-modules-extract-imports "^3.0.0" - postcss-modules-local-by-default "^4.0.4" - postcss-modules-scope "^3.1.1" + postcss-modules-extract-imports "^3.1.0" + postcss-modules-local-by-default "^4.0.5" + postcss-modules-scope "^3.2.0" postcss-modules-values "^4.0.0" postcss-value-parser "^4.2.0" semver "^7.5.4" css-select@^5.1.0: - version "5.1.0" - resolved "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz" - integrity sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg== + version "5.2.2" + resolved "https://registry.npmjs.org/css-select/-/css-select-5.2.2.tgz" + integrity sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw== dependencies: boolbase "^1.0.0" css-what "^6.1.0" @@ -3158,25 +3084,10 @@ css-select@^5.1.0: domutils "^3.0.1" nth-check "^2.0.1" -css-selector-tokenizer@^0.7.1: - version "0.7.3" - resolved "https://registry.npmjs.org/css-selector-tokenizer/-/css-selector-tokenizer-0.7.3.tgz" - integrity sha512-jWQv3oCEL5kMErj4wRnK/OPoBi0D+P1FR2cDCKYPaMeD2eW3/mttav8HT4hT1CKopiJI/psEULjkClhvJo4Lvg== - dependencies: - cssesc "^3.0.0" - fastparse "^1.1.2" - css-what@^6.1.0: - version "6.1.0" - resolved "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz" - integrity sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw== - -cssauron@^1.4.0: - version "1.4.0" - resolved "https://registry.npmjs.org/cssauron/-/cssauron-1.4.0.tgz" - integrity sha512-Ht70DcFBh+/ekjVrYS2PlDMdSQEl3OFNmjK6lcn49HptBgilXf/Zwg4uFh9Xn0pX3Q8YOkSjIFOfK2osvdqpBw== - dependencies: - through X.X.X + version "6.2.2" + resolved "https://registry.npmjs.org/css-what/-/css-what-6.2.2.tgz" + integrity sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA== cssesc@^3.0.0: version "3.0.0" @@ -3188,52 +3099,32 @@ custom-event@~1.0.0: resolved "https://registry.npmjs.org/custom-event/-/custom-event-1.0.1.tgz" integrity sha1-XQKkaFCt8bSjF5RqOSj8y1v9BCU= -d@^1.0.1, d@1: - version "1.0.1" - resolved "https://registry.npmjs.org/d/-/d-1.0.1.tgz" - integrity sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA== - dependencies: - es5-ext "^0.10.50" - type "^1.0.1" - -damerau-levenshtein@^1.0.4: - version "1.0.8" - resolved "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz" - integrity sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA== - -dashdash@^1.12.0: - version "1.14.1" - resolved "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz" - integrity sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g== - dependencies: - assert-plus "^1.0.0" - date-format@^4.0.6: version "4.0.6" resolved "https://registry.npmjs.org/date-format/-/date-format-4.0.6.tgz" integrity sha512-B9vvg5rHuQ8cbUXE/RMWMyX2YA5TecT3jKF5fLtGNlzPlU7zblSPmAm2OImDbWL+LDOQ6pUm+4LOFz+ywS41Zw== -debug@^2.1.1: - version "2.6.9" - resolved "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz" - integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== - dependencies: - ms "2.0.0" - -debug@^3.1.0: - version "3.2.7" - resolved "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz" - integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ== - dependencies: - ms "^2.1.1" - -debug@^4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@~4.3.1, debug@~4.3.2, debug@4: +debug@^4.1.0, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@~4.3.1, debug@~4.3.2, debug@~4.3.4, debug@4: version "4.3.4" resolved "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz" integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== dependencies: ms "2.1.2" +debug@^4.3.6: + version "4.4.3" + resolved "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz" + integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA== + dependencies: + ms "^2.1.3" + +debug@^4.4.1: + version "4.4.3" + resolved "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz" + integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA== + dependencies: + ms "^2.1.3" + debug@2.6.9: version "2.6.9" resolved "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz" @@ -3241,12 +3132,7 @@ debug@2.6.9: dependencies: ms "2.0.0" -decamelize@^1.2.0: - version "1.2.0" - resolved "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz" - integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= - -deep-is@^0.1.3, deep-is@~0.1.3: +deep-is@^0.1.3: version "0.1.3" resolved "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz" integrity sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ= @@ -3264,13 +3150,6 @@ default-browser@^5.2.1: bundle-name "^4.1.0" default-browser-id "^5.0.0" -default-gateway@^6.0.3: - version "6.0.3" - resolved "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz" - integrity sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg== - dependencies: - execa "^5.0.0" - defaults@^1.0.3: version "1.0.3" resolved "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz" @@ -3278,43 +3157,11 @@ defaults@^1.0.3: dependencies: clone "^1.0.2" -define-data-property@^1.1.4: - version "1.1.4" - resolved "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz" - integrity sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A== - dependencies: - es-define-property "^1.0.0" - es-errors "^1.3.0" - gopd "^1.0.1" - -define-lazy-prop@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz" - integrity sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og== - define-lazy-prop@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz" integrity sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg== -del@^2.2.0: - version "2.2.2" - resolved "https://registry.npmjs.org/del/-/del-2.2.2.tgz" - integrity sha512-Z4fzpbIRjOu7lO5jCETSWoqUDVe0IPOlfugBsF6suen2LKDlVb4QZpKEM9P+buNJ4KI1eN7I083w/pbKUpsrWQ== - dependencies: - globby "^5.0.0" - is-path-cwd "^1.0.0" - is-path-in-cwd "^1.0.0" - object-assign "^4.0.1" - pify "^2.0.0" - pinkie-promise "^2.0.0" - rimraf "^2.2.8" - -delayed-stream@~1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz" - integrity sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ== - depd@~1.1.2: version "1.1.2" resolved "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz" @@ -3330,6 +3177,16 @@ destroy@1.2.0: resolved "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz" integrity sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg== +detect-libc@^1.0.3: + version "1.0.3" + resolved "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz" + integrity sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg== + +detect-libc@^2.0.1: + version "2.1.2" + resolved "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz" + integrity sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ== + detect-node@^2.0.4: version "2.1.0" resolved "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz" @@ -3345,13 +3202,6 @@ diff@^4.0.1: resolved "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz" integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A== -dir-glob@^3.0.1: - version "3.0.1" - resolved "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz" - integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA== - dependencies: - path-type "^4.0.0" - dns-packet@^5.2.2: version "5.6.1" resolved "https://registry.npmjs.org/dns-packet/-/dns-packet-5.6.1.tgz" @@ -3359,14 +3209,6 @@ dns-packet@^5.2.2: dependencies: "@leichtgewicht/ip-codec" "^2.0.1" -doctrine@^1.2.2: - version "1.5.0" - resolved "https://registry.npmjs.org/doctrine/-/doctrine-1.5.0.tgz" - integrity sha1-N53Ocw9hZvds76TmcHoVmwLFpvo= - dependencies: - esutils "^2.0.2" - isarray "^1.0.0" - dom-serialize@^2.2.1: version "2.2.1" resolved "https://registry.npmjs.org/dom-serialize/-/dom-serialize-2.2.1.tgz" @@ -3398,37 +3240,43 @@ domhandler@^5.0.2, domhandler@^5.0.3: dependencies: domelementtype "^2.3.0" -domutils@^3.0.1: - version "3.1.0" - resolved "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz" - integrity sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA== +domutils@^3.0.1, domutils@^3.2.1: + version "3.2.2" + resolved "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz" + integrity sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw== dependencies: dom-serializer "^2.0.0" domelementtype "^2.3.0" domhandler "^5.0.3" +dunder-proto@^1.0.1: + version "1.0.1" + resolved "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz" + integrity sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A== + dependencies: + call-bind-apply-helpers "^1.0.1" + es-errors "^1.3.0" + gopd "^1.2.0" + eastasianwidth@^0.2.0: version "0.2.0" resolved "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz" integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA== -ecc-jsbn@~0.1.1: - version "0.1.2" - resolved "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz" - integrity sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw== - dependencies: - jsbn "~0.1.0" - safer-buffer "^2.1.0" - ee-first@1.1.1: version "1.1.1" resolved "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz" integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= -electron-to-chromium@^1.4.668: - version "1.4.705" - resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.705.tgz" - integrity sha512-LKqhpwJCLhYId2VVwEzFXWrqQI5n5zBppz1W9ehhTlfYU8CUUW6kClbN8LHF/v7flMgRdETS772nqywJ+ckVAw== +electron-to-chromium@^1.5.249: + version "1.5.259" + resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.259.tgz" + integrity sha512-I+oLXgpEJzD6Cwuwt1gYjxsDmu/S/Kd41mmLA3O+/uH2pFRO/DvOjUyGozL8j3KeLV6WyZ7ssPwELMsXCcsJAQ== + +emoji-regex@^10.3.0: + version "10.6.0" + resolved "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz" + integrity sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A== emoji-regex@^8.0.0: version "8.0.0" @@ -3450,6 +3298,11 @@ encodeurl@~1.0.2: resolved "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz" integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k= +encodeurl@~2.0.0: + version "2.0.0" + resolved "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz" + integrity sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg== + encoding@^0.1.0, encoding@^0.1.13: version "0.1.13" resolved "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz" @@ -3458,30 +3311,29 @@ encoding@^0.1.0, encoding@^0.1.13: iconv-lite "^0.6.2" engine.io-parser@~5.2.1: - version "5.2.1" - resolved "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.2.1.tgz" - integrity sha512-9JktcM3u18nU9N2Lz3bWeBgxVgOKpw7yhRaoxQA3FUDZzzw+9WlA6p4G4u0RixNkg14fH7EfEc/RhpurtiROTQ== + version "5.2.3" + resolved "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.2.3.tgz" + integrity sha512-HqD3yTBfnBxIrbnM1DoD6Pcq8NECnh8d4As1Qgh0z5Gg3jRRIqijury0CL3ghu/edArpUYiYqQiDUQBIs4np3Q== -engine.io@~6.5.2: - version "6.5.4" - resolved "https://registry.npmjs.org/engine.io/-/engine.io-6.5.4.tgz" - integrity sha512-KdVSDKhVKyOi+r5uEabrDLZw2qXStVvCsEB/LN3mw4WFi6Gx50jTyuxYVCwAAC0U46FdnzP/ScKRBTXb/NiEOg== +engine.io@~6.6.0: + version "6.6.4" + resolved "https://registry.npmjs.org/engine.io/-/engine.io-6.6.4.tgz" + integrity sha512-ZCkIjSYNDyGn0R6ewHDtXgns/Zre/NT6Agvq1/WobF7JXgFff4SeDroKiCO3fNJreU9YG429Sc81o4w5ok/W5g== dependencies: - "@types/cookie" "^0.4.1" "@types/cors" "^2.8.12" "@types/node" ">=10.0.0" accepts "~1.3.4" base64id "2.0.0" - cookie "~0.4.1" + cookie "~0.7.2" cors "~2.8.5" debug "~4.3.1" engine.io-parser "~5.2.1" - ws "~8.11.0" + ws "~8.17.1" -enhanced-resolve@^5.15.0, enhanced-resolve@^5.16.0: - version "5.16.1" - resolved "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.16.1.tgz" - integrity sha512-4U5pNsuDl0EhuZpq46M5xPslstkviJuhrdobaRDBk2Jy2KO37FDAJl4lb2KlNabxT0m4MTK2UHNrsAcphE8nyw== +enhanced-resolve@^5.17.1, enhanced-resolve@^5.17.3: + version "5.18.3" + resolved "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.3.tgz" + integrity sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww== dependencies: graceful-fs "^4.2.4" tapable "^2.2.0" @@ -3496,11 +3348,21 @@ entities@^4.2.0, entities@^4.3.0, entities@^4.4.0: resolved "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz" integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw== +entities@^6.0.0: + version "6.0.1" + resolved "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz" + integrity sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g== + env-paths@^2.2.0, env-paths@^2.2.1: version "2.2.1" resolved "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz" integrity sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A== +environment@^1.0.0: + version "1.1.0" + resolved "https://registry.npmjs.org/environment/-/environment-1.1.0.tgz" + integrity sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q== + err-code@^2.0.2: version "2.0.3" resolved "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz" @@ -3520,12 +3382,10 @@ error-ex@^1.3.1: dependencies: is-arrayish "^0.2.1" -es-define-property@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz" - integrity sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ== - dependencies: - get-intrinsic "^1.2.4" +es-define-property@^1.0.1: + version "1.0.1" + resolved "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz" + integrity sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g== es-errors@^1.3.0: version "1.3.0" @@ -3537,183 +3397,68 @@ es-module-lexer@^1.2.1: resolved "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.4.1.tgz" integrity sha512-cXLGjP0c4T3flZJKQSuziYoq7MlT+rnvfZjfp7h+I7K9BNX54kP9nyWvdbwjQ4u1iWbOL4u96fgeZLToQlZC7w== -es5-ext@^0.10.35, es5-ext@^0.10.46, es5-ext@^0.10.50, es5-ext@^0.10.62, es5-ext@~0.10.14: - version "0.10.64" - resolved "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.64.tgz" - integrity sha512-p2snDhiLaXe6dahss1LddxqEm+SkuDvV8dnIQG0MWjyHpcMNfXKPE+/Cc0y+PhxJX3A4xGNeFCj5oc0BUh6deg== - dependencies: - es6-iterator "^2.0.3" - es6-symbol "^3.1.3" - esniff "^2.0.1" - next-tick "^1.1.0" - -es6-iterator@^2.0.3, es6-iterator@~2.0.1: - version "2.0.3" - resolved "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz" - integrity sha1-p96IkUGgWpSwhUQDstCg+/qY87c= - dependencies: - d "1" - es5-ext "^0.10.35" - es6-symbol "^3.1.1" - -es6-map@^0.1.3: - version "0.1.5" - resolved "https://registry.npmjs.org/es6-map/-/es6-map-0.1.5.tgz" - integrity sha1-kTbgUD3MBqMBaQ8LsU/042TpSfA= - dependencies: - d "1" - es5-ext "~0.10.14" - es6-iterator "~2.0.1" - es6-set "~0.1.5" - es6-symbol "~3.1.1" - event-emitter "~0.3.5" - -es6-promise@^4.0.3: - version "4.2.8" - resolved "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.8.tgz" - integrity sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w== - -es6-promisify@^5.0.0: - version "5.0.0" - resolved "https://registry.npmjs.org/es6-promisify/-/es6-promisify-5.0.0.tgz" - integrity sha512-C+d6UdsYDk0lMebHNR4S2NybQMMngAOnOwYBQjTOiv0MkoJMP0Myw2mgpDLBcpfCmRLxyFqYhS/CfOENq4SJhQ== - dependencies: - es6-promise "^4.0.3" - -es6-set@~0.1.5: - version "0.1.5" - resolved "https://registry.npmjs.org/es6-set/-/es6-set-0.1.5.tgz" - integrity sha1-0rPsXU2ADO2BjbU40ol02wpzzLE= - dependencies: - d "1" - es5-ext "~0.10.14" - es6-iterator "~2.0.1" - es6-symbol "3.1.1" - event-emitter "~0.3.5" - -es6-symbol@^3.1.1, es6-symbol@^3.1.3, es6-symbol@~3.1.1: - version "3.1.3" - resolved "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.3.tgz" - integrity sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA== +es-object-atoms@^1.0.0, es-object-atoms@^1.1.1: + version "1.1.1" + resolved "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz" + integrity sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA== dependencies: - d "^1.0.1" - ext "^1.1.2" + es-errors "^1.3.0" -es6-symbol@3.1.1: - version "3.1.1" - resolved "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.1.tgz" - integrity sha1-vwDvT9q2uhtG7Le2KbTH7VcVzHc= - dependencies: - d "1" - es5-ext "~0.10.14" +esbuild-wasm@0.25.4: + version "0.25.4" + resolved "https://registry.npmjs.org/esbuild-wasm/-/esbuild-wasm-0.25.4.tgz" + integrity sha512-2HlCS6rNvKWaSKhWaG/YIyRsTsL3gUrMP2ToZMBIjw9LM7vVcIs+rz8kE2vExvTJgvM8OKPqNpcHawY/BQc/qQ== -es6-weak-map@^2.0.1: - version "2.0.3" - resolved "https://registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.3.tgz" - integrity sha512-p5um32HOTO1kP+w7PRnB+5lQ43Z6muuMuIMffvDN8ZB4GcnjLBV6zGStpbASIMk4DCAvEaamhe2zhyCb/QXXsA== - dependencies: - d "1" - es5-ext "^0.10.46" - es6-iterator "^2.0.3" - es6-symbol "^3.1.1" - -esbuild-wasm@0.20.1: - version "0.20.1" - resolved "https://registry.npmjs.org/esbuild-wasm/-/esbuild-wasm-0.20.1.tgz" - integrity sha512-6v/WJubRsjxBbQdz6izgvx7LsVFvVaGmSdwrFHmEzoVgfXL89hkKPoQHsnVI2ngOkcBUQT9kmAM1hVL1k/Av4A== - -esbuild@^0.19.3: - version "0.19.12" - resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.19.12.tgz" - integrity sha512-aARqgq8roFBj054KvQr5f1sFu0D65G+miZRCuJyJ0G13Zwx7vRar5Zhn2tkQNzIXcBrNVsv/8stehpj+GAjgbg== - optionalDependencies: - "@esbuild/aix-ppc64" "0.19.12" - "@esbuild/android-arm" "0.19.12" - "@esbuild/android-arm64" "0.19.12" - "@esbuild/android-x64" "0.19.12" - "@esbuild/darwin-arm64" "0.19.12" - "@esbuild/darwin-x64" "0.19.12" - "@esbuild/freebsd-arm64" "0.19.12" - "@esbuild/freebsd-x64" "0.19.12" - "@esbuild/linux-arm" "0.19.12" - "@esbuild/linux-arm64" "0.19.12" - "@esbuild/linux-ia32" "0.19.12" - "@esbuild/linux-loong64" "0.19.12" - "@esbuild/linux-mips64el" "0.19.12" - "@esbuild/linux-ppc64" "0.19.12" - "@esbuild/linux-riscv64" "0.19.12" - "@esbuild/linux-s390x" "0.19.12" - "@esbuild/linux-x64" "0.19.12" - "@esbuild/netbsd-x64" "0.19.12" - "@esbuild/openbsd-x64" "0.19.12" - "@esbuild/sunos-x64" "0.19.12" - "@esbuild/win32-arm64" "0.19.12" - "@esbuild/win32-ia32" "0.19.12" - "@esbuild/win32-x64" "0.19.12" - -esbuild@0.20.1: - version "0.20.1" - resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.20.1.tgz" - integrity sha512-OJwEgrpWm/PCMsLVWXKqvcjme3bHNpOgN7Tb6cQnR5n0TPbQx1/Xrn7rqM+wn17bYeT6MGB5sn1Bh5YiGi70nA== +esbuild@^0.25.0, esbuild@0.25.4: + version "0.25.4" + resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.25.4.tgz" + integrity sha512-8pgjLUcUjcgDg+2Q4NYXnPbo/vncAY4UmyaCm0jZevERqCHZIaWwdJHkf8XQtu4AxSKCdvrUbT0XUr1IdZzI8Q== optionalDependencies: - "@esbuild/aix-ppc64" "0.20.1" - "@esbuild/android-arm" "0.20.1" - "@esbuild/android-arm64" "0.20.1" - "@esbuild/android-x64" "0.20.1" - "@esbuild/darwin-arm64" "0.20.1" - "@esbuild/darwin-x64" "0.20.1" - "@esbuild/freebsd-arm64" "0.20.1" - "@esbuild/freebsd-x64" "0.20.1" - "@esbuild/linux-arm" "0.20.1" - "@esbuild/linux-arm64" "0.20.1" - "@esbuild/linux-ia32" "0.20.1" - "@esbuild/linux-loong64" "0.20.1" - "@esbuild/linux-mips64el" "0.20.1" - "@esbuild/linux-ppc64" "0.20.1" - "@esbuild/linux-riscv64" "0.20.1" - "@esbuild/linux-s390x" "0.20.1" - "@esbuild/linux-x64" "0.20.1" - "@esbuild/netbsd-x64" "0.20.1" - "@esbuild/openbsd-x64" "0.20.1" - "@esbuild/sunos-x64" "0.20.1" - "@esbuild/win32-arm64" "0.20.1" - "@esbuild/win32-ia32" "0.20.1" - "@esbuild/win32-x64" "0.20.1" - -escalade@^3.1.1: - version "3.1.1" - resolved "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz" - integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw== + "@esbuild/aix-ppc64" "0.25.4" + "@esbuild/android-arm" "0.25.4" + "@esbuild/android-arm64" "0.25.4" + "@esbuild/android-x64" "0.25.4" + "@esbuild/darwin-arm64" "0.25.4" + "@esbuild/darwin-x64" "0.25.4" + "@esbuild/freebsd-arm64" "0.25.4" + "@esbuild/freebsd-x64" "0.25.4" + "@esbuild/linux-arm" "0.25.4" + "@esbuild/linux-arm64" "0.25.4" + "@esbuild/linux-ia32" "0.25.4" + "@esbuild/linux-loong64" "0.25.4" + "@esbuild/linux-mips64el" "0.25.4" + "@esbuild/linux-ppc64" "0.25.4" + "@esbuild/linux-riscv64" "0.25.4" + "@esbuild/linux-s390x" "0.25.4" + "@esbuild/linux-x64" "0.25.4" + "@esbuild/netbsd-arm64" "0.25.4" + "@esbuild/netbsd-x64" "0.25.4" + "@esbuild/openbsd-arm64" "0.25.4" + "@esbuild/openbsd-x64" "0.25.4" + "@esbuild/sunos-x64" "0.25.4" + "@esbuild/win32-arm64" "0.25.4" + "@esbuild/win32-ia32" "0.25.4" + "@esbuild/win32-x64" "0.25.4" + +escalade@^3.1.1, escalade@^3.2.0: + version "3.2.0" + resolved "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz" + integrity sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA== escape-html@~1.0.3: version "1.0.3" resolved "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz" integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg= -escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5: - version "1.0.5" - resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz" - integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= - escape-string-regexp@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz" integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== -escope@^3.6.0: - version "3.6.0" - resolved "https://registry.npmjs.org/escope/-/escope-3.6.0.tgz" - integrity sha1-4Bl16BJ4GhY6ba392AOY3GTIicM= - dependencies: - es6-map "^0.1.3" - es6-weak-map "^2.0.1" - esrecurse "^4.1.0" - estraverse "^4.1.1" - -eslint-scope@^8.0.1: - version "8.0.1" - resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.0.1.tgz" - integrity sha512-pL8XjgP4ZOmmwfFE8mEhSxA7ZY4C+LWyqjQ3o4yWkkmD0qcMT9kkW3zWHOczhWcjTSgqycYAgwSlXvZltv65og== +eslint-scope@^8.4.0: + version "8.4.0" + resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz" + integrity sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg== dependencies: esrecurse "^4.3.0" estraverse "^5.2.0" @@ -3726,77 +3471,42 @@ eslint-scope@5.1.1: esrecurse "^4.3.0" estraverse "^4.1.1" -eslint-visitor-keys@^3.3.0: +eslint-visitor-keys@^3.4.3: version "3.4.3" resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz" integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag== -eslint-visitor-keys@^4.0.0: - version "4.0.0" - resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz" - integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw== - -eslint@^2.7.0: - version "2.13.1" - resolved "https://registry.npmjs.org/eslint/-/eslint-2.13.1.tgz" - integrity sha512-29PFGeV6lLQrPaPHeCkjfgLRQPFflDiicoNZOw+c/JkaQ0Am55yUICdYZbmCiM+DSef+q7oCercimHvjNI0GAw== - dependencies: - chalk "^1.1.3" - concat-stream "^1.4.6" - debug "^2.1.1" - doctrine "^1.2.2" - es6-map "^0.1.3" - escope "^3.6.0" - espree "^3.1.6" - estraverse "^4.2.0" - esutils "^2.0.2" - file-entry-cache "^1.1.1" - glob "^7.0.3" - globals "^9.2.0" - ignore "^3.1.2" - imurmurhash "^0.1.4" - inquirer "^0.12.0" - is-my-json-valid "^2.10.0" - is-resolvable "^1.0.0" - js-yaml "^3.5.1" - json-stable-stringify "^1.0.0" - levn "^0.3.0" - lodash "^4.0.0" - mkdirp "^0.5.0" - optionator "^0.8.1" - path-is-absolute "^1.0.0" - path-is-inside "^1.0.1" - pluralize "^1.2.1" - progress "^1.1.8" - require-uncached "^1.0.2" - shelljs "^0.6.0" - strip-json-comments "~1.0.1" - table "^3.7.8" - text-table "~0.2.0" - user-home "^2.0.0" - -"eslint@^6.0.0 || ^7.0.0 || >=8.0.0", eslint@^9.2.0: - version "9.2.0" - resolved "https://registry.npmjs.org/eslint/-/eslint-9.2.0.tgz" - integrity sha512-0n/I88vZpCOzO+PQpt0lbsqmn9AsnsJAQseIqhZFI8ibQT0U1AkEKRxA3EVMos0BoHSXDQvCXY25TUjB5tr8Og== - dependencies: - "@eslint-community/eslint-utils" "^4.2.0" - "@eslint-community/regexpp" "^4.6.1" - "@eslint/eslintrc" "^3.0.2" - "@eslint/js" "9.2.0" - "@humanwhocodes/config-array" "^0.13.0" +eslint-visitor-keys@^4.2.1: + version "4.2.1" + resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz" + integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ== + +"eslint@^6.0.0 || ^7.0.0 || >=8.0.0", eslint@^9.17.0: + version "9.39.1" + resolved "https://registry.npmjs.org/eslint/-/eslint-9.39.1.tgz" + integrity sha512-BhHmn2yNOFA9H9JmmIVKJmd288g9hrVRDkdoIgRCRuSySRUHH7r/DI6aAXW9T1WwUuY3DFgrcaqB+deURBLR5g== + dependencies: + "@eslint-community/eslint-utils" "^4.8.0" + "@eslint-community/regexpp" "^4.12.1" + "@eslint/config-array" "^0.21.1" + "@eslint/config-helpers" "^0.4.2" + "@eslint/core" "^0.17.0" + "@eslint/eslintrc" "^3.3.1" + "@eslint/js" "9.39.1" + "@eslint/plugin-kit" "^0.4.1" + "@humanfs/node" "^0.16.6" "@humanwhocodes/module-importer" "^1.0.1" - "@humanwhocodes/retry" "^0.2.3" - "@nodelib/fs.walk" "^1.2.8" + "@humanwhocodes/retry" "^0.4.2" + "@types/estree" "^1.0.6" ajv "^6.12.4" chalk "^4.0.0" - cross-spawn "^7.0.2" + cross-spawn "^7.0.6" debug "^4.3.2" escape-string-regexp "^4.0.0" - eslint-scope "^8.0.1" - eslint-visitor-keys "^4.0.0" - espree "^10.0.1" - esquery "^1.4.2" + eslint-scope "^8.4.0" + eslint-visitor-keys "^4.2.1" + espree "^10.4.0" + esquery "^1.5.0" esutils "^2.0.2" fast-deep-equal "^3.1.3" file-entry-cache "^8.0.0" @@ -3805,63 +3515,45 @@ eslint@^2.7.0: ignore "^5.2.0" imurmurhash "^0.1.4" is-glob "^4.0.0" - is-path-inside "^3.0.3" json-stable-stringify-without-jsonify "^1.0.1" - levn "^0.4.1" lodash.merge "^4.6.2" minimatch "^3.1.2" natural-compare "^1.4.0" optionator "^0.9.3" - strip-ansi "^6.0.1" - text-table "^0.2.0" - -esniff@^2.0.1: - version "2.0.1" - resolved "https://registry.npmjs.org/esniff/-/esniff-2.0.1.tgz" - integrity sha512-kTUIGKQ/mDPFoJ0oVfcmyJn4iBDRptjNVIzwIFR7tqWXdVI9xfA2RMwY/gbSpJG3lkdWNEjLap/NqVHZiJsdfg== - dependencies: - d "^1.0.1" - es5-ext "^0.10.62" - event-emitter "^0.3.5" - type "^2.7.2" espree@^10.0.1: - version "10.0.1" - resolved "https://registry.npmjs.org/espree/-/espree-10.0.1.tgz" - integrity sha512-MWkrWZbJsL2UwnjxTX3gG8FneachS/Mwg7tdGXce011sJd5b0JG54vat5KHnfSBODZ3Wvzd2WnjxyzsRoVv+ww== + version "10.4.0" + resolved "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz" + integrity sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ== dependencies: - acorn "^8.11.3" + acorn "^8.15.0" acorn-jsx "^5.3.2" - eslint-visitor-keys "^4.0.0" + eslint-visitor-keys "^4.2.1" -espree@^3.1.6: - version "3.5.4" - resolved "https://registry.npmjs.org/espree/-/espree-3.5.4.tgz" - integrity sha512-yAcIQxtmMiB/jL32dzEp2enBeidsB7xWPLNiw3IIkpVds1P+h7qF9YwJq1yUNzp2OKXgAprs4F61ih66UsoD1A== +espree@^10.4.0: + version "10.4.0" + resolved "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz" + integrity sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ== dependencies: - acorn "^5.5.0" - acorn-jsx "^3.0.0" - -esprima@^4.0.0: - version "4.0.1" - resolved "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz" - integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== + acorn "^8.15.0" + acorn-jsx "^5.3.2" + eslint-visitor-keys "^4.2.1" -esquery@^1.4.2: +esquery@^1.5.0: version "1.5.0" resolved "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz" integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg== dependencies: estraverse "^5.1.0" -esrecurse@^4.1.0, esrecurse@^4.3.0: +esrecurse@^4.3.0: version "4.3.0" resolved "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz" integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag== dependencies: estraverse "^5.2.0" -estraverse@^4.1.1, estraverse@^4.2.0: +estraverse@^4.1.1: version "4.2.0" resolved "https://registry.npmjs.org/estraverse/-/estraverse-4.2.0.tgz" integrity sha1-De4/7TH81GlhjOc0IJn8GvoL2xM= @@ -3886,14 +3578,6 @@ etag@~1.8.1: resolved "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz" integrity sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg== -event-emitter@^0.3.5, event-emitter@~0.3.5: - version "0.3.5" - resolved "https://registry.npmjs.org/event-emitter/-/event-emitter-0.3.5.tgz" - integrity sha1-34xp7vFkeSPHFXuc6DhAYQsCzDk= - dependencies: - d "1" - es5-ext "~0.10.14" - event-target-shim@^5.0.0: version "5.0.1" resolved "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz" @@ -3904,6 +3588,11 @@ eventemitter3@^4.0.0: resolved "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz" integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw== +eventemitter3@^5.0.1: + version "5.0.1" + resolved "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz" + integrity sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA== + events@^3.2.0: version "3.3.0" resolved "https://registry.npmjs.org/events/-/events-3.3.0.tgz" @@ -3914,151 +3603,105 @@ eventsource@^2.0.2: resolved "https://registry.npmjs.org/eventsource/-/eventsource-2.0.2.tgz" integrity sha512-IzUmBGPR3+oUG9dUeXynyNmf91/3zUSJg1lCktzKw47OXuhco54U3r9B7O4XX+Rb1Itm9OZ2b0RkTs10bICOxA== -execa@^5.0.0: - version "5.1.1" - resolved "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz" - integrity sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg== - dependencies: - cross-spawn "^7.0.3" - get-stream "^6.0.0" - human-signals "^2.1.0" - is-stream "^2.0.0" - merge-stream "^2.0.0" - npm-run-path "^4.0.1" - onetime "^5.1.2" - signal-exit "^3.0.3" - strip-final-newline "^2.0.0" - -exit-hook@^1.0.0: - version "1.1.1" - resolved "https://registry.npmjs.org/exit-hook/-/exit-hook-1.1.1.tgz" - integrity sha1-8FyiM7SMBdVP/wd2XfhQfpXAL/g= - -exit@^0.1.2: - version "0.1.2" - resolved "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz" - integrity sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ== - exponential-backoff@^3.1.1: - version "3.1.1" - resolved "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.1.tgz" - integrity sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw== + version "3.1.3" + resolved "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.3.tgz" + integrity sha512-ZgEeZXj30q+I0EN+CbSSpIyPaJ5HVQD18Z1m+u1FXbAeT94mr1zw50q4q6jiiC447Nl/YTcIYSAftiGqetwXCA== -express@^4.17.3: - version "4.18.3" - resolved "https://registry.npmjs.org/express/-/express-4.18.3.tgz" - integrity sha512-6VyCijWQ+9O7WuVMTRBTl+cjNNIzD5cY5mQ1WM8r/LEkI2u8EYpOotESNwzNlyCn3g+dmjKYI6BmNneSr/FSRw== +express@^4.21.2: + version "4.21.2" + resolved "https://registry.npmjs.org/express/-/express-4.21.2.tgz" + integrity sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA== dependencies: accepts "~1.3.8" array-flatten "1.1.1" - body-parser "1.20.2" + body-parser "1.20.3" content-disposition "0.5.4" content-type "~1.0.4" - cookie "0.5.0" + cookie "0.7.1" cookie-signature "1.0.6" debug "2.6.9" depd "2.0.0" - encodeurl "~1.0.2" + encodeurl "~2.0.0" escape-html "~1.0.3" etag "~1.8.1" - finalhandler "1.2.0" + finalhandler "1.3.1" fresh "0.5.2" http-errors "2.0.0" - merge-descriptors "1.0.1" + merge-descriptors "1.0.3" methods "~1.1.2" on-finished "2.4.1" parseurl "~1.3.3" - path-to-regexp "0.1.7" + path-to-regexp "0.1.12" proxy-addr "~2.0.7" - qs "6.11.0" + qs "6.13.0" range-parser "~1.2.1" safe-buffer "5.2.1" - send "0.18.0" - serve-static "1.15.0" + send "0.19.0" + serve-static "1.16.2" setprototypeof "1.2.0" statuses "2.0.1" type-is "~1.6.18" utils-merge "1.0.1" vary "~1.1.2" -ext@^1.1.2: - version "1.6.0" - resolved "https://registry.npmjs.org/ext/-/ext-1.6.0.tgz" - integrity sha512-sdBImtzkq2HpkdRLtlLWDa6w4DX22ijZLKx8BMPUuKe1c5lbN6xwQDQCxSfxBQnHZ13ls/FH0MQZx/q/gr6FQg== - dependencies: - type "^2.5.0" - -extend@^3.0.0, extend@~3.0.2: +extend@^3.0.0: version "3.0.2" resolved "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz" integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g== -external-editor@^3.1.0: - version "3.1.0" - resolved "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz" - integrity sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew== - dependencies: - chardet "^0.7.0" - iconv-lite "^0.4.24" - tmp "^0.0.33" - -extsprintf@^1.2.0, extsprintf@1.3.0: - version "1.3.0" - resolved "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz" - integrity sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g== - fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: version "3.1.3" resolved "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz" integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== -fast-glob@^3.2.11, fast-glob@3.3.1: - version "3.3.1" - resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz" - integrity sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg== +fast-glob@^3.3.2: + version "3.3.3" + resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz" + integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg== dependencies: "@nodelib/fs.stat" "^2.0.2" "@nodelib/fs.walk" "^1.2.3" glob-parent "^5.1.2" merge2 "^1.3.0" - micromatch "^4.0.4" + micromatch "^4.0.8" -fast-glob@^3.3.0: - version "3.3.2" - resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz" - integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow== +fast-glob@^3.3.3: + version "3.3.3" + resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz" + integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg== dependencies: "@nodelib/fs.stat" "^2.0.2" "@nodelib/fs.walk" "^1.2.3" glob-parent "^5.1.2" merge2 "^1.3.0" - micromatch "^4.0.4" + micromatch "^4.0.8" -fast-glob@3.3.2: - version "3.3.2" - resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz" - integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow== +fast-glob@3.3.3: + version "3.3.3" + resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz" + integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg== dependencies: "@nodelib/fs.stat" "^2.0.2" "@nodelib/fs.walk" "^1.2.3" glob-parent "^5.1.2" merge2 "^1.3.0" - micromatch "^4.0.4" + micromatch "^4.0.8" fast-json-stable-stringify@^2.0.0: version "2.1.0" resolved "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz" integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== -fast-levenshtein@^2.0.6, fast-levenshtein@~2.0.4: +fast-levenshtein@^2.0.6: version "2.0.6" resolved "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz" integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc= -fastparse@^1.1.2: - version "1.1.2" - resolved "https://registry.npmjs.org/fastparse/-/fastparse-1.1.2.tgz" - integrity sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ== +fast-uri@^3.0.1: + version "3.1.0" + resolved "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz" + integrity sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA== fastq@^1.6.0: version "1.13.0" @@ -4074,6 +3717,11 @@ faye-websocket@^0.11.3: dependencies: websocket-driver ">=0.5.1" +fdir@^6.4.4, fdir@^6.5.0: + version "6.5.0" + resolved "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz" + integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg== + fetch-cookie@^2.0.3: version "2.1.0" resolved "https://registry.npmjs.org/fetch-cookie/-/fetch-cookie-2.1.0.tgz" @@ -4082,29 +3730,6 @@ fetch-cookie@^2.0.3: set-cookie-parser "^2.4.8" tough-cookie "^4.0.0" -figures@^1.3.5: - version "1.7.0" - resolved "https://registry.npmjs.org/figures/-/figures-1.7.0.tgz" - integrity sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4= - dependencies: - escape-string-regexp "^1.0.5" - object-assign "^4.1.0" - -figures@^3.2.0: - version "3.2.0" - resolved "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz" - integrity sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg== - dependencies: - escape-string-regexp "^1.0.5" - -file-entry-cache@^1.1.1: - version "1.3.1" - resolved "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-1.3.1.tgz" - integrity sha1-RMYepgeuS+nBQC9B9EJwy/4zT/g= - dependencies: - flat-cache "^1.2.1" - object-assign "^4.0.1" - file-entry-cache@^8.0.0: version "8.0.0" resolved "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz" @@ -4112,18 +3737,10 @@ file-entry-cache@^8.0.0: dependencies: flat-cache "^4.0.0" -file-loader@*, file-loader@6.2.0: - version "6.2.0" - resolved "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz" - integrity sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw== - dependencies: - loader-utils "^2.0.0" - schema-utils "^3.0.0" - -fill-range@^7.0.1: - version "7.0.1" - resolved "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz" - integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== +fill-range@^7.1.1: + version "7.1.1" + resolved "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz" + integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg== dependencies: to-regex-range "^5.0.1" @@ -4140,13 +3757,13 @@ finalhandler@1.1.2: statuses "~1.5.0" unpipe "~1.0.0" -finalhandler@1.2.0: - version "1.2.0" - resolved "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz" - integrity sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg== +finalhandler@1.3.1: + version "1.3.1" + resolved "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.1.tgz" + integrity sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ== dependencies: debug "2.6.9" - encodeurl "~1.0.2" + encodeurl "~2.0.0" escape-html "~1.0.3" on-finished "2.4.1" parseurl "~1.3.3" @@ -4161,14 +3778,6 @@ find-cache-dir@^4.0.0: common-path-prefix "^3.0.0" pkg-dir "^7.0.0" -find-up@^4.1.0: - version "4.1.0" - resolved "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz" - integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw== - dependencies: - locate-path "^5.0.0" - path-exists "^4.0.0" - find-up@^5.0.0: version "5.0.0" resolved "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz" @@ -4185,16 +3794,6 @@ find-up@^6.3.0: locate-path "^7.1.0" path-exists "^5.0.0" -flat-cache@^1.2.1: - version "1.3.4" - resolved "https://registry.npmjs.org/flat-cache/-/flat-cache-1.3.4.tgz" - integrity sha512-VwyB3Lkgacfik2vhqR4uv2rvebqmDvFu4jlN/C1RzWoJEo8I7z4Q404oiqYCkq41mni8EzQnm95emU9seckwtg== - dependencies: - circular-json "^0.3.1" - graceful-fs "^4.1.2" - rimraf "~2.6.2" - write "^0.2.1" - flat-cache@^4.0.0: version "4.0.1" resolved "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz" @@ -4218,33 +3817,14 @@ follow-redirects@^1.0.0: resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz" integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA== -font-awesome@4.7.0: - version "4.7.0" - resolved "https://registry.npmjs.org/font-awesome/-/font-awesome-4.7.0.tgz" - integrity sha1-j6jPBBGhoxr9B7BtKQK7n8gVoTM= - foreground-child@^3.1.0: - version "3.1.1" - resolved "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz" - integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg== + version "3.3.1" + resolved "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz" + integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw== dependencies: - cross-spawn "^7.0.0" + cross-spawn "^7.0.6" signal-exit "^4.0.1" -forever-agent@~0.6.1: - version "0.6.1" - resolved "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz" - integrity sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw== - -form-data@~2.3.2: - version "2.3.3" - resolved "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz" - integrity sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ== - dependencies: - asynckit "^0.4.0" - combined-stream "^1.0.6" - mime-types "^2.1.12" - forwarded@0.2.0: version "0.2.0" resolved "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz" @@ -4260,13 +3840,6 @@ fresh@0.5.2: resolved "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz" integrity sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q== -front-matter@2.1.2: - version "2.1.2" - resolved "https://registry.npmjs.org/front-matter/-/front-matter-2.1.2.tgz" - integrity sha1-91mDufL0E75ljJPf172M5AePXNs= - dependencies: - js-yaml "^3.4.6" - fs-extra@^10.0.1: version "10.0.1" resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-10.0.1.tgz" @@ -4276,15 +3849,6 @@ fs-extra@^10.0.1: jsonfile "^6.0.1" universalify "^2.0.0" -fs-extra@^3.0.1: - version "3.0.1" - resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-3.0.1.tgz" - integrity sha1-N5TzeMWLNC6n27sjCVEJxLO2IpE= - dependencies: - graceful-fs "^4.1.2" - jsonfile "^3.0.0" - universalify "^0.1.0" - fs-minipass@^2.0.0: version "2.1.0" resolved "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz" @@ -4299,72 +3863,54 @@ fs-minipass@^3.0.0: dependencies: minipass "^7.0.3" -fs-monkey@^1.0.4: - version "1.0.6" - resolved "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.6.tgz" - integrity sha512-b1FMfwetIKymC0eioW7mTywihSQE4oLzQn1dB6rZB5fx/3NpNEdAWeCSMB+60/AeT0TCXsxzAlcYVEFCTAksWg== - fs.realpath@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz" integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= -function-bind@^1.1.1, function-bind@^1.1.2: +function-bind@^1.1.2: version "1.1.2" resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz" integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA== -generate-function@^2.0.0: - version "2.3.1" - resolved "https://registry.npmjs.org/generate-function/-/generate-function-2.3.1.tgz" - integrity sha512-eeB5GfMNeevm/GRYq20ShmsaGcmI81kIX2K9XQx5miC8KdHaC6Jm0qQ8ZNeGOi7wYB8OsdxKs+Y2oVuTFuVwKQ== - dependencies: - is-property "^1.0.2" - -generate-object-property@^1.1.0: - version "1.2.0" - resolved "https://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz" - integrity sha1-nA4cQDCM6AT0eDYYuTf6iPmdUNA= - dependencies: - is-property "^1.0.0" - gensync@^1.0.0-beta.2: version "1.0.0-beta.2" resolved "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz" integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== -get-caller-file@^2.0.1, get-caller-file@^2.0.5: +get-caller-file@^2.0.5: version "2.0.5" resolved "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz" integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== -get-intrinsic@^1.1.3, get-intrinsic@^1.2.4: - version "1.2.4" - resolved "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz" - integrity sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ== +get-east-asian-width@^1.0.0, get-east-asian-width@^1.3.1: + version "1.4.0" + resolved "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.4.0.tgz" + integrity sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q== + +get-intrinsic@^1.2.5, get-intrinsic@^1.3.0: + version "1.3.0" + resolved "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz" + integrity sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ== dependencies: + call-bind-apply-helpers "^1.0.2" + es-define-property "^1.0.1" es-errors "^1.3.0" + es-object-atoms "^1.1.1" function-bind "^1.1.2" - has-proto "^1.0.1" - has-symbols "^1.0.3" - hasown "^2.0.0" - -get-package-type@^0.1.0: - version "0.1.0" - resolved "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz" - integrity sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q== - -get-stream@^6.0.0: - version "6.0.1" - resolved "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz" - integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg== + get-proto "^1.0.1" + gopd "^1.2.0" + has-symbols "^1.1.0" + hasown "^2.0.2" + math-intrinsics "^1.1.0" -getpass@^0.1.1: - version "0.1.7" - resolved "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz" - integrity sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng== +get-proto@^1.0.1: + version "1.0.1" + resolved "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz" + integrity sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g== dependencies: - assert-plus "^1.0.0" + dunder-proto "^1.0.1" + es-object-atoms "^1.0.0" glob-parent@^5.1.2: version "5.1.2" @@ -4387,57 +3933,29 @@ glob-parent@~5.1.2: dependencies: is-glob "^4.0.1" +glob-to-regex.js@^1.0.1: + version "1.2.0" + resolved "https://registry.npmjs.org/glob-to-regex.js/-/glob-to-regex.js-1.2.0.tgz" + integrity sha512-QMwlOQKU/IzqMUOAZWubUOT8Qft+Y0KQWnX9nK3ch0CJg0tTp4TvGZsTfudYKv2NzoQSyPcnA6TYeIQ3jGichQ== + glob-to-regexp@^0.4.1: version "0.4.1" resolved "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz" integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw== glob@^10.2.2: - version "10.3.10" - resolved "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz" - integrity sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g== - dependencies: - foreground-child "^3.1.0" - jackspeak "^2.3.5" - minimatch "^9.0.1" - minipass "^5.0.0 || ^6.0.2 || ^7.0.0" - path-scurry "^1.10.1" - -glob@^10.3.10: - version "10.3.10" - resolved "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz" - integrity sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g== - dependencies: - foreground-child "^3.1.0" - jackspeak "^2.3.5" - minimatch "^9.0.1" - minipass "^5.0.0 || ^6.0.2 || ^7.0.0" - path-scurry "^1.10.1" - -glob@^10.3.7: - version "10.3.10" - resolved "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz" - integrity sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g== + version "10.5.0" + resolved "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz" + integrity sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg== dependencies: foreground-child "^3.1.0" - jackspeak "^2.3.5" - minimatch "^9.0.1" - minipass "^5.0.0 || ^6.0.2 || ^7.0.0" - path-scurry "^1.10.1" - -glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.0.6, glob@^7.1.1, glob@^7.1.3, glob@^7.1.4, glob@~7.1.1: - version "7.1.7" - resolved "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz" - integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ== - dependencies: - fs.realpath "^1.0.0" - inflight "^1.0.4" - inherits "2" - minimatch "^3.0.4" - once "^1.3.0" - path-is-absolute "^1.0.0" + jackspeak "^3.1.2" + minimatch "^9.0.4" + minipass "^7.1.2" + package-json-from-dist "^1.0.0" + path-scurry "^1.11.1" -glob@^7.1.7: +glob@^7.1.3, glob@^7.1.7: version "7.2.0" resolved "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz" integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q== @@ -4447,70 +3965,31 @@ glob@^7.1.7: inherits "2" minimatch "^3.0.4" once "^1.3.0" - path-is-absolute "^1.0.0" - -globals@^11.1.0: - version "11.12.0" - resolved "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz" - integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== - -globals@^14.0.0: - version "14.0.0" - resolved "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz" - integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ== - -globals@^9.2.0: - version "9.18.0" - resolved "https://registry.npmjs.org/globals/-/globals-9.18.0.tgz" - integrity sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ== - -globby@^13.1.1: - version "13.2.2" - resolved "https://registry.npmjs.org/globby/-/globby-13.2.2.tgz" - integrity sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w== - dependencies: - dir-glob "^3.0.1" - fast-glob "^3.3.0" - ignore "^5.2.4" - merge2 "^1.4.1" - slash "^4.0.0" - -globby@^5.0.0: - version "5.0.0" - resolved "https://registry.npmjs.org/globby/-/globby-5.0.0.tgz" - integrity sha512-HJRTIH2EeH44ka+LWig+EqT2ONSYpVlNfx6pyd592/VF1TbfljJ7elwie7oSwcViLGqOdWocSdu2txwBF9bjmQ== - dependencies: - array-union "^1.0.1" - arrify "^1.0.0" - glob "^7.0.3" - object-assign "^4.0.1" - pify "^2.0.0" - pinkie-promise "^2.0.0" + path-is-absolute "^1.0.0" -globule@^1.0.0: - version "1.3.3" - resolved "https://registry.npmjs.org/globule/-/globule-1.3.3.tgz" - integrity sha512-mb1aYtDbIjTu4ShMB85m3UzjX9BVKe9WCzsnfMSZk+K5GpIbBOexgg4PPCt5eHDEG5/ZQAUX2Kct02zfiPLsKg== - dependencies: - glob "~7.1.1" - lodash "~4.17.10" - minimatch "~3.0.2" +globals@^14.0.0: + version "14.0.0" + resolved "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz" + integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ== -gonzales-pe-sl@^4.2.3: - version "4.2.3" - resolved "https://registry.npmjs.org/gonzales-pe-sl/-/gonzales-pe-sl-4.2.3.tgz" - integrity sha512-EdOTnR11W0edkA1xisx4UYtobMSTYj+UNyffW3/b9LziI7RpmHiBIqMs+VL43LrCbiPcLQllCxyzqOB+l5RTdQ== +globby@^14.0.0: + version "14.1.0" + resolved "https://registry.npmjs.org/globby/-/globby-14.1.0.tgz" + integrity sha512-0Ia46fDOaT7k4og1PDW4YbodWWr3scS2vAr2lTbsplOt2WkKp0vQbkI9wKis/T5LV/dqPjO3bpS/z6GTJB82LA== dependencies: - minimist "1.1.x" + "@sindresorhus/merge-streams" "^2.1.0" + fast-glob "^3.3.3" + ignore "^7.0.3" + path-type "^6.0.0" + slash "^5.1.0" + unicorn-magic "^0.3.0" -gopd@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz" - integrity sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA== - dependencies: - get-intrinsic "^1.1.3" +gopd@^1.2.0: + version "1.2.0" + resolved "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz" + integrity sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg== -graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.11, graceful-fs@^4.2.4, graceful-fs@^4.2.6, graceful-fs@^4.2.9: +graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.11, graceful-fs@^4.2.4, graceful-fs@^4.2.6: version "4.2.11" resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz" integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ== @@ -4520,83 +3999,27 @@ handle-thing@^2.0.0: resolved "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz" integrity sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg== -handlebars@^4.7.8: - version "4.7.8" - resolved "https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz" - integrity sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ== - dependencies: - minimist "^1.2.5" - neo-async "^2.6.2" - source-map "^0.6.1" - wordwrap "^1.0.0" - optionalDependencies: - uglify-js "^3.1.4" - -har-schema@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz" - integrity sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q== - -har-validator@~5.1.3: - version "5.1.5" - resolved "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz" - integrity sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w== - dependencies: - ajv "^6.12.3" - har-schema "^2.0.0" - -has-ansi@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz" - integrity sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE= - dependencies: - ansi-regex "^2.0.0" - -has-flag@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz" - integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0= - has-flag@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz" integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== -has-property-descriptors@^1.0.2: - version "1.0.2" - resolved "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz" - integrity sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg== - dependencies: - es-define-property "^1.0.0" - -has-proto@^1.0.1: - version "1.0.3" - resolved "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz" - integrity sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q== - -has-symbols@^1.0.3: - version "1.0.3" - resolved "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz" - integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A== - -has@^1.0.3: - version "1.0.3" - resolved "https://registry.npmjs.org/has/-/has-1.0.3.tgz" - integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== - dependencies: - function-bind "^1.1.1" +has-symbols@^1.1.0: + version "1.1.0" + resolved "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz" + integrity sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ== -hasown@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz" - integrity sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA== +hasown@^2.0.2: + version "2.0.2" + resolved "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz" + integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ== dependencies: function-bind "^1.1.2" -hosted-git-info@^7.0.0: - version "7.0.1" - resolved "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.1.tgz" - integrity sha512-+K84LB1DYwMHoHSgaOY/Jfhw3ucPmSET5v98Ke/HdNSw4a0UktWzyW1mjhjpuxxTqOOsfWT/7iVshHmVZ4IpOA== +hosted-git-info@^8.0.0: + version "8.1.0" + resolved "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-8.1.0.tgz" + integrity sha512-Rw/B2DNQaPBICNXEm8balFz9a6WpZrkCGpcWFpy7nCj+NyhSdqXipmfvtmWt9xGfp0wZnBxB+iVpLmQMYt47Tw== dependencies: lru-cache "^10.0.1" @@ -4610,25 +4033,20 @@ hpack.js@^2.1.6: readable-stream "^2.0.1" wbuf "^1.1.0" -html-entities@^2.3.2, html-entities@^2.4.0: - version "2.5.2" - resolved "https://registry.npmjs.org/html-entities/-/html-entities-2.5.2.tgz" - integrity sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA== - -htmlparser2@^8.0.2: - version "8.0.2" - resolved "https://registry.npmjs.org/htmlparser2/-/htmlparser2-8.0.2.tgz" - integrity sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA== +htmlparser2@^10.0.0: + version "10.0.0" + resolved "https://registry.npmjs.org/htmlparser2/-/htmlparser2-10.0.0.tgz" + integrity sha512-TwAZM+zE5Tq3lrEHvOlvwgj1XLWQCtaaibSN11Q+gGBAS7Y1uZSWwXXRe4iF6OXnaq1riyQAPFOBtYc77Mxq0g== dependencies: domelementtype "^2.3.0" domhandler "^5.0.3" - domutils "^3.0.1" - entities "^4.4.0" + domutils "^3.2.1" + entities "^6.0.0" http-cache-semantics@^4.1.1: - version "4.1.1" - resolved "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz" - integrity sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ== + version "4.2.0" + resolved "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.2.0.tgz" + integrity sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ== http-deceiver@^1.2.7: version "1.2.7" @@ -4669,10 +4087,10 @@ http-proxy-agent@^7.0.0: agent-base "^7.1.0" debug "^4.3.4" -http-proxy-middleware@^2.0.3, http-proxy-middleware@2.0.6: - version "2.0.6" - resolved "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz" - integrity sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw== +http-proxy-middleware@^2.0.9: + version "2.0.9" + resolved "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.9.tgz" + integrity sha512-c1IyJYLYppU574+YI7R4QyX2ystMtVXZwIdzazUIPIJsHuWNd+mho2j+bKoHftndicGj9yh+xjd+l0yj7VeT1Q== dependencies: "@types/http-proxy" "^1.17.8" http-proxy "^1.18.1" @@ -4680,6 +4098,18 @@ http-proxy-middleware@^2.0.3, http-proxy-middleware@2.0.6: is-plain-obj "^3.0.0" micromatch "^4.0.2" +http-proxy-middleware@3.0.5: + version "3.0.5" + resolved "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-3.0.5.tgz" + integrity sha512-GLZZm1X38BPY4lkXA01jhwxvDoOkkXqjgVyUzVxiEK4iuRu03PZoYHhHRwxnfhQMDuaxi3vVri0YgSro/1oWqg== + dependencies: + "@types/http-proxy" "^1.17.15" + debug "^4.3.6" + http-proxy "^1.18.1" + is-glob "^4.0.3" + is-plain-object "^5.0.0" + micromatch "^4.0.8" + http-proxy@^1.18.1: version "1.18.1" resolved "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz" @@ -4689,56 +4119,27 @@ http-proxy@^1.18.1: follow-redirects "^1.0.0" requires-port "^1.0.0" -http-signature@~1.2.0: - version "1.2.0" - resolved "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz" - integrity sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ== - dependencies: - assert-plus "^1.0.0" - jsprim "^1.2.2" - sshpk "^1.7.0" - -https-proxy-agent@^2.2.1: - version "2.2.4" - resolved "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-2.2.4.tgz" - integrity sha512-OmvfoQ53WLjtA9HeYP9RNrWMJzzAz1JGaSFr1nijg0PVR1JaD/xbJq1mdEIIlxGpXp9eSe/O2LgU9DJmTPd0Eg== - dependencies: - agent-base "^4.3.0" - debug "^3.1.0" - https-proxy-agent@^7.0.1: - version "7.0.4" - resolved "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz" - integrity sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg== + version "7.0.6" + resolved "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz" + integrity sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw== dependencies: - agent-base "^7.0.2" + agent-base "^7.1.2" debug "4" -https-proxy-agent@7.0.4: - version "7.0.4" - resolved "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz" - integrity sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg== +https-proxy-agent@7.0.6: + version "7.0.6" + resolved "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz" + integrity sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw== dependencies: - agent-base "^7.0.2" + agent-base "^7.1.2" debug "4" -human-signals@^2.1.0: - version "2.1.0" - resolved "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz" - integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw== - hyperdyperid@^1.2.0: version "1.2.0" resolved "https://registry.npmjs.org/hyperdyperid/-/hyperdyperid-1.2.0.tgz" integrity sha512-Y93lCzHYgGWdrJ66yIktxiaGULYc6oGiABxhcO5AufBeOyoIdZF7bIfLaOrbM0iGIOXQQgxxRrFEnb+Y6w1n4A== -iconv-lite@^0.4.24, iconv-lite@0.4.24: - version "0.4.24" - resolved "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz" - integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== - dependencies: - safer-buffer ">= 2.1.2 < 3" - iconv-lite@^0.6.2: version "0.6.3" resolved "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz" @@ -4753,6 +4154,20 @@ iconv-lite@^0.6.3: dependencies: safer-buffer ">= 2.1.2 < 3.0.0" +iconv-lite@^0.7.0: + version "0.7.0" + resolved "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.0.tgz" + integrity sha512-cf6L2Ds3h57VVmkZe+Pn+5APsT7FpqJtEhhieDCvrE2MK5Qk9MyffgQyuxQTm6BChfeZNtcOLHp9IcWRVcIcBQ== + dependencies: + safer-buffer ">= 2.1.2 < 3.0.0" + +iconv-lite@0.4.24: + version "0.4.24" + resolved "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz" + integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== + dependencies: + safer-buffer ">= 2.1.2 < 3" + icss-utils@^5.0.0, icss-utils@^5.1.0: version "5.1.0" resolved "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz" @@ -4763,47 +4178,32 @@ ieee754@^1.1.13: resolved "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz" integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== -ignore-by-default@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz" - integrity sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA== - -ignore-walk@^6.0.4: - version "6.0.4" - resolved "https://registry.npmjs.org/ignore-walk/-/ignore-walk-6.0.4.tgz" - integrity sha512-t7sv42WkwFkyKbivUCglsQW5YWMskWtbEf4MNKX5u/CCWHKSPzN4FtBQGsQZgCLbxOzpVlcbWVK5KB3auIOjSw== +ignore-walk@^7.0.0: + version "7.0.0" + resolved "https://registry.npmjs.org/ignore-walk/-/ignore-walk-7.0.0.tgz" + integrity sha512-T4gbf83A4NH95zvhVYZc+qWocBBGlpzUXLPGurJggw/WIOwicfXJChLDP/iBZnN5WqROSu5Bm3hhle4z8a8YGQ== dependencies: minimatch "^9.0.0" -ignore@^3.1.2: - version "3.3.10" - resolved "https://registry.npmjs.org/ignore/-/ignore-3.3.10.tgz" - integrity sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug== - ignore@^5.2.0: - version "5.3.1" - resolved "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz" - integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw== + version "5.3.2" + resolved "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz" + integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g== -ignore@^5.2.4: - version "5.3.0" - resolved "https://registry.npmjs.org/ignore/-/ignore-5.3.0.tgz" - integrity sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg== +ignore@^7.0.3: + version "7.0.5" + resolved "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz" + integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg== image-size@~0.5.0: version "0.5.5" resolved "https://registry.npmjs.org/image-size/-/image-size-0.5.5.tgz" integrity sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ== -immediate@~3.0.5: - version "3.0.6" - resolved "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz" - integrity sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ== - -immutable@^4.0.0: - version "4.3.5" - resolved "https://registry.npmjs.org/immutable/-/immutable-4.3.5.tgz" - integrity sha512-8eabxkth9gZatlwl5TBuJnCsoTADlL6ftEr7A4qgdaTsPyreilDSnUk57SO+jfKcNtxPa22U5KK6DSeAYhpBJw== +immutable@^5.0.2: + version "5.1.4" + resolved "https://registry.npmjs.org/immutable/-/immutable-5.1.4.tgz" + integrity sha512-p6u1bG3YSnINT5RQmx/yRZBpenIl30kVxkTLDyHLIMk0gict704Q9n+thfDI7lTRm9vXdDYutVzXhzcThxTnXA== import-fresh@^3.2.1, import-fresh@^3.3.0: version "3.3.0" @@ -4818,11 +4218,6 @@ imurmurhash@^0.1.4: resolved "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz" integrity sha1-khi5srkoojixPcT7a21XbyMUU+o= -indent-string@^4.0.0: - version "4.0.0" - resolved "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz" - integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg== - inflight@^1.0.4: version "1.0.6" resolved "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz" @@ -4846,65 +4241,22 @@ inherits@2.0.4: resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz" integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== -ini@^1.3.4: - version "1.3.8" - resolved "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz" - integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew== - -ini@4.1.2: - version "4.1.2" - resolved "https://registry.npmjs.org/ini/-/ini-4.1.2.tgz" - integrity sha512-AMB1mvwR1pyBFY/nSevUX6y8nJWS63/SzUKD3JyQn97s4xgIdgQPT75IRouIiBAN4yLQBUShNYVW0+UG25daCw== +ini@^5.0.0: + version "5.0.0" + resolved "https://registry.npmjs.org/ini/-/ini-5.0.0.tgz" + integrity sha512-+N0ngpO3e7cRUWOJAS7qw0IZIVc6XPrW4MlFBdD066F2L4k1L6ker3hLqSq7iXxU5tgS4WGkIUElWn5vogAEnw== -inquirer@^0.12.0: - version "0.12.0" - resolved "https://registry.npmjs.org/inquirer/-/inquirer-0.12.0.tgz" - integrity sha1-HvK/1jUE3wvHV4X/+MLEHfEvB34= - dependencies: - ansi-escapes "^1.1.0" - ansi-regex "^2.0.0" - chalk "^1.0.0" - cli-cursor "^1.0.1" - cli-width "^2.0.0" - figures "^1.3.5" - lodash "^4.3.0" - readline2 "^1.0.1" - run-async "^0.1.0" - rx-lite "^3.1.2" - string-width "^1.0.1" - strip-ansi "^3.0.0" - through "^2.3.6" - -inquirer@9.2.15: - version "9.2.15" - resolved "https://registry.npmjs.org/inquirer/-/inquirer-9.2.15.tgz" - integrity sha512-vI2w4zl/mDluHt9YEQ/543VTCwPKWiHzKtm9dM2V0NdFcqEexDAjUHzO1oA60HRNaVifGXXM1tRRNluLVHa0Kg== - dependencies: - "@ljharb/through" "^2.3.12" - ansi-escapes "^4.3.2" - chalk "^5.3.0" - cli-cursor "^3.1.0" - cli-width "^4.1.0" - external-editor "^3.1.0" - figures "^3.2.0" - lodash "^4.17.21" - mute-stream "1.0.0" - ora "^5.4.1" - run-async "^3.0.0" - rxjs "^7.8.1" - string-width "^4.2.3" - strip-ansi "^6.0.1" - wrap-ansi "^6.2.0" +ini@5.0.0: + version "5.0.0" + resolved "https://registry.npmjs.org/ini/-/ini-5.0.0.tgz" + integrity sha512-+N0ngpO3e7cRUWOJAS7qw0IZIVc6XPrW4MlFBdD066F2L4k1L6ker3hLqSq7iXxU5tgS4WGkIUElWn5vogAEnw== -ip-address@^9.0.5: - version "9.0.5" - resolved "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz" - integrity sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g== - dependencies: - jsbn "1.1.0" - sprintf-js "^1.1.3" +ip-address@^10.0.1: + version "10.1.0" + resolved "https://registry.npmjs.org/ip-address/-/ip-address-10.1.0.tgz" + integrity sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q== -ipaddr.js@^2.0.1, ipaddr.js@^2.1.0: +ipaddr.js@^2.1.0: version "2.1.0" resolved "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.1.0.tgz" integrity sha512-LlbxQ7xKzfBusov6UMi4MFpEg0m+mAm9xyNGEduwXMEDuf4WfzB/RZwMVYEd7IKGvh4IUkEXYxtAVu9T3OelJQ== @@ -4926,24 +4278,12 @@ is-binary-path@~2.1.0: dependencies: binary-extensions "^2.0.0" -is-core-module@^2.13.0: - version "2.13.1" - resolved "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz" - integrity sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw== - dependencies: - hasown "^2.0.0" - -is-core-module@^2.8.1: - version "2.8.1" - resolved "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz" - integrity sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA== +is-core-module@^2.16.0, is-core-module@^2.16.1: + version "2.16.1" + resolved "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz" + integrity sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w== dependencies: - has "^1.0.3" - -is-docker@^2.0.0, is-docker@^2.1.1: - version "2.2.1" - resolved "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz" - integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ== + hasown "^2.0.2" is-docker@^3.0.0: version "3.0.0" @@ -4955,23 +4295,23 @@ is-extglob@^2.1.1: resolved "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz" integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= -is-fullwidth-code-point@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz" - integrity sha1-754xOG8DGn8NZDr4L95QxFfvAMs= - dependencies: - number-is-nan "^1.0.0" - -is-fullwidth-code-point@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz" - integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8= - is-fullwidth-code-point@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz" integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== +is-fullwidth-code-point@^4.0.0: + version "4.0.0" + resolved "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz" + integrity sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ== + +is-fullwidth-code-point@^5.0.0: + version "5.1.0" + resolved "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.1.0.tgz" + integrity sha512-5XHYaSyiqADb4RnZ1Bdad6cPp8Toise4TzEjcOYDHZkTCbKgiUl7WTUCpNWHuxmDt91wnsZBc9xinNzopv3JMQ== + dependencies: + get-east-asian-width "^1.3.1" + is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1: version "4.0.3" resolved "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz" @@ -4991,27 +4331,6 @@ is-interactive@^1.0.0: resolved "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz" integrity sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w== -is-lambda@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz" - integrity sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ== - -is-my-ip-valid@^1.0.0: - version "1.0.1" - resolved "https://registry.npmjs.org/is-my-ip-valid/-/is-my-ip-valid-1.0.1.tgz" - integrity sha512-jxc8cBcOWbNK2i2aTkCZP6i7wkHF1bqKFrwEHuN5Jtg5BSaZHUZQ/JTOJwoV41YvHnOaRyWWh72T/KvfNz9DJg== - -is-my-json-valid@^2.10.0: - version "2.20.6" - resolved "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.20.6.tgz" - integrity sha512-1JQwulVNjx8UqkPE/bqDaxtH4PXCe/2VRh/y3p99heOV87HG4Id5/VfDswd+YiAfHcRTfDlWgISycnHuhZq1aw== - dependencies: - generate-function "^2.0.0" - generate-object-property "^1.1.0" - is-my-ip-valid "^1.0.0" - jsonpointer "^5.0.0" - xtend "^4.0.0" - is-network-error@^1.0.0: version "1.0.1" resolved "https://registry.npmjs.org/is-network-error/-/is-network-error-1.0.1.tgz" @@ -5022,30 +4341,6 @@ is-number@^7.0.0: resolved "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz" integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== -is-path-cwd@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz" - integrity sha512-cnS56eR9SPAscL77ik76ATVqoPARTqPIVkMDVxRaWH06zT+6+CzIroYRJ0VVvm0Z1zfAvxvz9i/D3Ppjaqt5Nw== - -is-path-in-cwd@^1.0.0: - version "1.0.1" - resolved "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.1.tgz" - integrity sha512-FjV1RTW48E7CWM7eE/J2NJvAEEVektecDBVBE5Hh3nM1Jd0kvhHtX68Pr3xsDf857xt3Y4AkwVULK1Vku62aaQ== - dependencies: - is-path-inside "^1.0.0" - -is-path-inside@^1.0.0: - version "1.0.1" - resolved "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz" - integrity sha512-qhsCR/Esx4U4hg/9I19OVUAJkGWtjRYHMRgUMZE2TDdj+Ag+kttZanLupfddNyglzz50cUlmWzUaI37GDfNx/g== - dependencies: - path-is-inside "^1.0.1" - -is-path-inside@^3.0.3: - version "3.0.3" - resolved "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz" - integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ== - is-plain-obj@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz" @@ -5058,25 +4353,10 @@ is-plain-object@^2.0.4: dependencies: isobject "^3.0.1" -is-property@^1.0.0, is-property@^1.0.2: - version "1.0.2" - resolved "https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz" - integrity sha1-V/4cTkhHTt1lsJkR8msc1Ald2oQ= - -is-resolvable@^1.0.0: - version "1.1.0" - resolved "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.1.0.tgz" - integrity sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg== - -is-stream@^2.0.0: - version "2.0.1" - resolved "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz" - integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg== - -is-typedarray@~1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz" - integrity sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA== +is-plain-object@^5.0.0: + version "5.0.0" + resolved "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz" + integrity sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q== is-unicode-supported@^0.1.0: version "0.1.0" @@ -5088,13 +4368,6 @@ is-what@^3.14.1: resolved "https://registry.npmjs.org/is-what/-/is-what-3.14.1.tgz" integrity sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA== -is-wsl@^2.2.0: - version "2.2.0" - resolved "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz" - integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww== - dependencies: - is-docker "^2.0.0" - is-wsl@^3.1.0: version "3.1.0" resolved "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz" @@ -5102,7 +4375,7 @@ is-wsl@^3.1.0: dependencies: is-inside-container "^1.0.0" -isarray@^1.0.0, isarray@~1.0.0: +isarray@~1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz" integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= @@ -5135,51 +4408,41 @@ isomorphic-fetch@^3.0.0: node-fetch "^2.6.1" whatwg-fetch "^3.4.1" -isstream@~0.1.2: - version "0.1.2" - resolved "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz" - integrity sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g== - istanbul-lib-coverage@^3.2.0: version "3.2.2" resolved "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz" integrity sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg== -istanbul-lib-instrument@^5.0.4: - version "5.2.1" - resolved "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz" - integrity sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg== +istanbul-lib-instrument@6.0.3: + version "6.0.3" + resolved "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz" + integrity sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q== dependencies: - "@babel/core" "^7.12.3" - "@babel/parser" "^7.14.7" - "@istanbuljs/schema" "^0.1.2" + "@babel/core" "^7.23.9" + "@babel/parser" "^7.23.9" + "@istanbuljs/schema" "^0.1.3" istanbul-lib-coverage "^3.2.0" - semver "^6.3.0" + semver "^7.5.4" -jackspeak@^2.3.5: - version "2.3.6" - resolved "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz" - integrity sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ== +jackspeak@^3.1.2: + version "3.4.3" + resolved "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz" + integrity sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw== dependencies: "@isaacs/cliui" "^8.0.2" optionalDependencies: "@pkgjs/parseargs" "^0.11.0" -"jasmine-core@^4.0.0 || ^5.0.0", jasmine-core@^5.1.2: - version "5.1.2" - resolved "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.1.2.tgz" - integrity sha512-2oIUMGn00FdUiqz6epiiJr7xcFyNYj3rDcfmnzfkBnHyBQ3cBQUs4mmyGsOb7TTLb9kxk7dBcmEmqhDKkBoDyA== +"jasmine-core@^4.0.0 || ^5.0.0", jasmine-core@^5.5.0: + version "5.12.1" + resolved "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.12.1.tgz" + integrity sha512-P/UbRZ0LKwXe7wEpwDheuhunPwITn4oPALhrJEQJo6756EwNGnsK/TSQrWojBB4cQDQ+VaxWYws9tFNDuiMh2Q== jasmine-core@^4.1.0: version "4.6.0" resolved "https://registry.npmjs.org/jasmine-core/-/jasmine-core-4.6.0.tgz" integrity sha512-O236+gd0ZXS8YAjFx8xKaJ94/erqUliEkJTDedyE7iHvv4ZVqi+q+8acJxu05/WJDKm512EUNn809In37nWlAQ== -jasmine-core@~2.8.0: - version "2.8.0" - resolved "https://registry.npmjs.org/jasmine-core/-/jasmine-core-2.8.0.tgz" - integrity sha512-SNkOkS+/jMZvLhuSx1fjhcNWUC/KG6oVyFUGkSBEr9n1axSNduWU8GlI7suaHXr4yxjet6KjrUZxUTE5WzzWwQ== - jasmine-spec-reporter@^7.0.0: version "7.0.0" resolved "https://registry.npmjs.org/jasmine-spec-reporter/-/jasmine-spec-reporter-7.0.0.tgz" @@ -5187,20 +4450,6 @@ jasmine-spec-reporter@^7.0.0: dependencies: colors "1.4.0" -jasmine@2.8.0: - version "2.8.0" - resolved "https://registry.npmjs.org/jasmine/-/jasmine-2.8.0.tgz" - integrity sha512-KbdGQTf5jbZgltoHs31XGiChAPumMSY64OZMWLNYnEnMfG5uwGBhffePwuskexjT+/Jea/gU3qAU8344hNohSw== - dependencies: - exit "^0.1.2" - glob "^7.0.6" - jasmine-core "~2.8.0" - -jasminewd2@^2.1.0: - version "2.2.0" - resolved "https://registry.npmjs.org/jasminewd2/-/jasminewd2-2.2.0.tgz" - integrity sha512-Rn0nZe4rfDhzA63Al3ZGh0E+JTmM6ESZYXJGKuqKGZObsAB9fwXPD03GjtIEvJBDOhN94T5MzbwZSqzFHSQPzg== - jest-worker@^27.4.5: version "27.5.1" resolved "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz" @@ -5210,7 +4459,7 @@ jest-worker@^27.4.5: merge-stream "^2.0.0" supports-color "^8.0.0" -jiti@^1.20.0: +jiti@*, jiti@^1.20.0, jiti@>=1.21.0: version "1.21.0" resolved "https://registry.npmjs.org/jiti/-/jiti-1.21.0.tgz" integrity sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q== @@ -5225,40 +4474,17 @@ js-tokens@^4.0.0: resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz" integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== -js-yaml@^3.13.1, js-yaml@^3.4.6, js-yaml@^3.5.1, js-yaml@^3.5.4: - version "3.13.1" - resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz" - integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw== - dependencies: - argparse "^1.0.7" - esprima "^4.0.0" - js-yaml@^4.1.0: - version "4.1.0" - resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz" - integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA== + version "4.1.1" + resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz" + integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA== dependencies: argparse "^2.0.1" -jsbn@~0.1.0: - version "0.1.1" - resolved "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz" - integrity sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg== - -jsbn@1.1.0: - version "1.1.0" - resolved "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz" - integrity sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A== - -jsesc@^2.5.1: - version "2.5.2" - resolved "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz" - integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== - -jsesc@~0.5.0: - version "0.5.0" - resolved "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz" - integrity sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA== +jsesc@^3.0.2, jsesc@~3.1.0: + version "3.1.0" + resolved "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz" + integrity sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA== json-buffer@3.0.1: version "3.0.1" @@ -5270,10 +4496,10 @@ json-parse-even-better-errors@^2.3.0, json-parse-even-better-errors@^2.3.1: resolved "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz" integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== -json-parse-even-better-errors@^3.0.0: - version "3.0.1" - resolved "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.1.tgz" - integrity sha512-aatBvbL26wVUCLmbWdCpeu9iF5wOyWpagiKkInA+kfws3sWdBrTnsvN2CKcyCYyUrc7rebNBlK6+kteg7ksecg== +json-parse-even-better-errors@^4.0.0: + version "4.0.0" + resolved "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-4.0.0.tgz" + integrity sha512-lR4MXjGNgkJc7tkQ97kb2nuEMnNCyU//XYVH0MKTGcXEiSudQ5MKGKen3C5QubYy0vmq+JGitUg92uuywGEwIA== json-schema-traverse@^0.4.1: version "0.4.1" @@ -5285,44 +4511,20 @@ json-schema-traverse@^1.0.0: resolved "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz" integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug== -json-schema@0.4.0: - version "0.4.0" - resolved "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz" - integrity sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA== - json-stable-stringify-without-jsonify@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz" integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE= -json-stable-stringify@^1.0.0, json-stable-stringify@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz" - integrity sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8= - dependencies: - jsonify "~0.0.0" - -json-stringify-safe@~5.0.1: - version "5.0.1" - resolved "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz" - integrity sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA== - json5@^2.1.2, json5@^2.2.3: version "2.2.3" resolved "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz" integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== -jsonc-parser@^3.2.0, jsonc-parser@3.2.1: - version "3.2.1" - resolved "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.1.tgz" - integrity sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA== - -jsonfile@^3.0.0: - version "3.0.1" - resolved "https://registry.npmjs.org/jsonfile/-/jsonfile-3.0.1.tgz" - integrity sha1-pezG9l9T9mLEQVx2daAzHQmS7GY= - optionalDependencies: - graceful-fs "^4.1.6" +jsonc-parser@3.3.1: + version "3.3.1" + resolved "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.3.1.tgz" + integrity sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ== jsonfile@^6.0.1: version "6.1.0" @@ -5333,41 +4535,11 @@ jsonfile@^6.0.1: optionalDependencies: graceful-fs "^4.1.6" -jsonify@~0.0.0: - version "0.0.0" - resolved "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz" - integrity sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM= - jsonparse@^1.3.1: version "1.3.1" resolved "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz" integrity sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg== -jsonpointer@^5.0.0: - version "5.0.0" - resolved "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.0.tgz" - integrity sha512-PNYZIdMjVIvVgDSYKTT63Y+KZ6IZvGRNNWcxwD+GNnUz1MKPfv30J8ueCjdwcN0nDx2SlshgyB7Oy0epAzVRRg== - -jsprim@^1.2.2: - version "1.4.2" - resolved "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz" - integrity sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw== - dependencies: - assert-plus "1.0.0" - extsprintf "1.3.0" - json-schema "0.4.0" - verror "1.10.0" - -jszip@^3.1.3: - version "3.10.1" - resolved "https://registry.npmjs.org/jszip/-/jszip-3.10.1.tgz" - integrity sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g== - dependencies: - lie "~3.3.0" - pako "~1.0.2" - readable-stream "~2.3.6" - setimmediate "^1.0.5" - karma-chrome-launcher@^3.2.0: version "3.2.0" resolved "https://registry.npmjs.org/karma-chrome-launcher/-/karma-chrome-launcher-3.2.0.tgz" @@ -5375,13 +4547,6 @@ karma-chrome-launcher@^3.2.0: dependencies: which "^1.2.1" -karma-cli@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/karma-cli/-/karma-cli-2.0.0.tgz" - integrity sha512-1Kb28UILg1ZsfqQmeELbPzuEb5C6GZJfVIk0qOr8LNYQuYWmAaqP16WpbpKEjhejDrDYyYOwwJXSZO6u7q5Pvw== - dependencies: - resolve "^1.3.3" - karma-jasmine-html-reporter@^2.1.0: version "2.1.0" resolved "https://registry.npmjs.org/karma-jasmine-html-reporter/-/karma-jasmine-html-reporter-2.1.0.tgz" @@ -5401,10 +4566,10 @@ karma-source-map-support@1.4.0: dependencies: source-map-support "^0.5.5" -karma@^6.0.0, karma@^6.3.0, karma@^6.4.3: - version "6.4.3" - resolved "https://registry.npmjs.org/karma/-/karma-6.4.3.tgz" - integrity sha512-LuucC/RE92tJ8mlCwqEoRWXP38UMAqpnq98vktmS9SznSoUPPUJQbc91dHcxcunROvfQjdORVA/YFviH+Xci9Q== +karma@^6.0.0, karma@^6.3.0, karma@^6.4.0, karma@^6.4.4: + version "6.4.4" + resolved "https://registry.npmjs.org/karma/-/karma-6.4.4.tgz" + integrity sha512-LrtUxbdvt1gOpo3gxG+VAJlJAEMhbWlM4YrFQgql98FwF7+K8K12LYO4hnDdUkNjeztYrOXEMqgTajSWgmtI/w== dependencies: "@colors/colors" "1.5.0" body-parser "^1.19.0" @@ -5443,17 +4608,7 @@ kind-of@^6.0.2: resolved "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz" integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== -klona@^2.0.4: - version "2.0.6" - resolved "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz" - integrity sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA== - -known-css-properties@^0.3.0: - version "0.3.0" - resolved "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.3.0.tgz" - integrity sha512-QMQcnKAiQccfQTqtBh/qwquGZ2XK/DXND1jrcN9M8gMMy99Gwla7GQjndVUsEqIaRyP6bsFRuhwRj5poafBGJQ== - -launch-editor@^2.6.0, launch-editor@^2.6.1: +launch-editor@^2.6.1: version "2.6.1" resolved "https://registry.npmjs.org/launch-editor/-/launch-editor-2.6.1.tgz" integrity sha512-eB/uXmFVpY4zezmGp5XtU21kwo7GBbKB+EQ+UZeWtGb9yAM5xt/Evk+lYH3eRNAtId+ej4u7TYPFZ07w4s7rRw== @@ -5461,17 +4616,15 @@ launch-editor@^2.6.0, launch-editor@^2.6.1: picocolors "^1.0.0" shell-quote "^1.8.1" -less-loader@11.1.0: - version "11.1.0" - resolved "https://registry.npmjs.org/less-loader/-/less-loader-11.1.0.tgz" - integrity sha512-C+uDBV7kS7W5fJlUjq5mPBeBVhYpTIm5gB09APT9o3n/ILeaXVsiSFTbZpTJCJwQ/Crczfn3DmfQFwxYusWFug== - dependencies: - klona "^2.0.4" +less-loader@12.2.0: + version "12.2.0" + resolved "https://registry.npmjs.org/less-loader/-/less-loader-12.2.0.tgz" + integrity sha512-MYUxjSQSBUQmowc0l5nPieOYwMzGPUaTzB6inNW/bdPEG9zOL3eAAD1Qw5ZxSPk7we5dMojHwNODYMV1hq4EVg== -less@*, "less@^3.5.0 || ^4.0.0", less@4.2.0: - version "4.2.0" - resolved "https://registry.npmjs.org/less/-/less-4.2.0.tgz" - integrity sha512-P3b3HJDBtSzsXUl0im2L7gTO5Ubg8mEN6G8qoTS77iXxXX4Hvu4Qj540PZDvQ8V6DmX6iXo98k7Md0Cm1PrLaA== +less@*, "less@^3.5.0 || ^4.0.0", less@^4.2.0, less@4.2.2: + version "4.2.2" + resolved "https://registry.npmjs.org/less/-/less-4.2.2.tgz" + integrity sha512-tkuLHQlvWUTeQ3doAqnHbNn8T6WX1KA8yvbKG9x4VtKtIjHsVKQZCH11zRgAfbDAXC2UNIg/K9BYAAcEzUIrNg== dependencies: copy-anything "^2.0.1" parse-node-version "^1.0.1" @@ -5485,14 +4638,6 @@ less@*, "less@^3.5.0 || ^4.0.0", less@4.2.0: needle "^3.1.0" source-map "~0.6.0" -levn@^0.3.0, levn@~0.3.0: - version "0.3.0" - resolved "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz" - integrity sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4= - dependencies: - prelude-ls "~1.1.2" - type-check "~0.3.2" - levn@^0.4.1: version "0.4.1" resolved "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz" @@ -5508,22 +4653,52 @@ license-webpack-plugin@4.0.2: dependencies: webpack-sources "^3.0.0" -lie@~3.3.0: - version "3.3.0" - resolved "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz" - integrity sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ== - dependencies: - immediate "~3.0.5" - lines-and-columns@^1.1.6: version "1.2.4" resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz" integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg== -loader-runner@^4.2.0: - version "4.3.0" - resolved "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz" - integrity sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg== +linkify-it@^5.0.0: + version "5.0.0" + resolved "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz" + integrity sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ== + dependencies: + uc.micro "^2.0.0" + +listr2@8.2.5: + version "8.2.5" + resolved "https://registry.npmjs.org/listr2/-/listr2-8.2.5.tgz" + integrity sha512-iyAZCeyD+c1gPyE9qpFu8af0Y+MRtmKOncdGoA2S5EY8iFq99dmmvkNnHiWo+pj0s7yH7l3KPIgee77tKpXPWQ== + dependencies: + cli-truncate "^4.0.0" + colorette "^2.0.20" + eventemitter3 "^5.0.1" + log-update "^6.1.0" + rfdc "^1.4.1" + wrap-ansi "^9.0.0" + +lmdb@3.2.6: + version "3.2.6" + resolved "https://registry.npmjs.org/lmdb/-/lmdb-3.2.6.tgz" + integrity sha512-SuHqzPl7mYStna8WRotY8XX/EUZBjjv3QyKIByeCLFfC9uXT/OIHByEcA07PzbMfQAM0KYJtLgtpMRlIe5dErQ== + dependencies: + msgpackr "^1.11.2" + node-addon-api "^6.1.0" + node-gyp-build-optional-packages "5.2.2" + ordered-binary "^1.5.3" + weak-lru-cache "^1.2.2" + optionalDependencies: + "@lmdb/lmdb-darwin-arm64" "3.2.6" + "@lmdb/lmdb-darwin-x64" "3.2.6" + "@lmdb/lmdb-linux-arm" "3.2.6" + "@lmdb/lmdb-linux-arm64" "3.2.6" + "@lmdb/lmdb-linux-x64" "3.2.6" + "@lmdb/lmdb-win32-x64" "3.2.6" + +loader-runner@^4.2.0, loader-runner@^4.3.1: + version "4.3.1" + resolved "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.1.tgz" + integrity sha512-IWqP2SCPhyVFTBtRcgMHdzlf9ul25NwaFx4wCEH/KjAXuuHY4yNjvPXsBokp8jCB936PyWRaPKUNh8NvylLp2Q== loader-utils@^2.0.0: version "2.0.4" @@ -5534,17 +4709,10 @@ loader-utils@^2.0.0: emojis-list "^3.0.0" json5 "^2.1.2" -loader-utils@3.2.1: - version "3.2.1" - resolved "https://registry.npmjs.org/loader-utils/-/loader-utils-3.2.1.tgz" - integrity sha512-ZvFw1KWS3GVyYBYb7qkmRM/WwL2TQQBxgCK62rlvm4WpVQ23Nb4tYjApUlfjrEGvOs7KHEsmyUn75OHZrJMWPw== - -locate-path@^5.0.0: - version "5.0.0" - resolved "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz" - integrity sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g== - dependencies: - p-locate "^4.1.0" +loader-utils@3.3.1: + version "3.3.1" + resolved "https://registry.npmjs.org/loader-utils/-/loader-utils-3.3.1.tgz" + integrity sha512-FMJTLMXfCLMLfJxcX9PFqX5qD88Z5MRGaZCVzfuqeZSPsyiBzs+pahDQjbIWz2QIzPZz0NX9Zy4FX3lmK6YHIg== locate-path@^6.0.0: version "6.0.0" @@ -5560,27 +4728,17 @@ locate-path@^7.1.0: dependencies: p-locate "^6.0.0" -lodash.capitalize@^4.1.0: - version "4.2.1" - resolved "https://registry.npmjs.org/lodash.capitalize/-/lodash.capitalize-4.2.1.tgz" - integrity sha1-+CbJtOKoUR2E46yinbBeGk87cqk= - lodash.debounce@^4.0.8: version "4.0.8" resolved "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz" integrity sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow== -lodash.kebabcase@^4.0.0: - version "4.1.1" - resolved "https://registry.npmjs.org/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz" - integrity sha1-hImxyw0p/4gZXM7KRI/21swpXDY= - lodash.merge@^4.6.2: version "4.6.2" resolved "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz" integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ== -lodash@^4.0.0, lodash@^4.17.21, lodash@^4.3.0, lodash@~4.17.10: +lodash@^4.17.21: version "4.17.21" resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz" integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== @@ -5593,6 +4751,17 @@ log-symbols@^4.1.0: chalk "^4.1.0" is-unicode-supported "^0.1.0" +log-update@^6.1.0: + version "6.1.0" + resolved "https://registry.npmjs.org/log-update/-/log-update-6.1.0.tgz" + integrity sha512-9ie8ItPR6tjY5uYJh8K/Zrv/RMZ5VOlOWvtZdEHYSTFKZfIBPQa9tOAEeAWhd+AnIneLJ22w5fjOYtoutpWq5w== + dependencies: + ansi-escapes "^7.0.0" + cli-cursor "^5.0.0" + slice-ansi "^7.1.0" + strip-ansi "^7.1.0" + wrap-ansi "^9.0.0" + log4js@^6.4.1: version "6.4.4" resolved "https://registry.npmjs.org/log4js/-/log4js-6.4.4.tgz" @@ -5605,9 +4774,14 @@ log4js@^6.4.1: streamroller "^3.0.6" lru-cache@^10.0.1: - version "10.2.0" - resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz" - integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q== + version "10.4.3" + resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz" + integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ== + +lru-cache@^10.2.0: + version "10.4.3" + resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz" + integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ== lru-cache@^5.1.1: version "5.1.1" @@ -5616,29 +4790,17 @@ lru-cache@^5.1.1: dependencies: yallist "^3.0.2" -lru-cache@^6.0.0: - version "6.0.0" - resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz" - integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== - dependencies: - yallist "^4.0.0" - -"lru-cache@^9.1.1 || ^10.0.0": - version "10.2.0" - resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz" - integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q== - lunr@^2.3.9: version "2.3.9" resolved "https://registry.npmjs.org/lunr/-/lunr-2.3.9.tgz" integrity sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow== -magic-string@0.30.8: - version "0.30.8" - resolved "https://registry.npmjs.org/magic-string/-/magic-string-0.30.8.tgz" - integrity sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ== +magic-string@0.30.17: + version "0.30.17" + resolved "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz" + integrity sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA== dependencies: - "@jridgewell/sourcemap-codec" "^1.4.15" + "@jridgewell/sourcemap-codec" "^1.5.0" make-dir@^2.1.0: version "2.1.0" @@ -5653,71 +4815,73 @@ make-error@^1.1.1: resolved "https://registry.npmjs.org/make-error/-/make-error-1.3.4.tgz" integrity sha512-0Dab5btKVPhibSalc9QGXb559ED7G7iLjFXBaj9Wq8O3vorueR5K5jaE3hkG6ZQINyhA/JgG6Qk4qdFQjsYV6g== -make-fetch-happen@^13.0.0: - version "13.0.0" - resolved "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-13.0.0.tgz" - integrity sha512-7ThobcL8brtGo9CavByQrQi+23aIfgYU++wg4B87AIS8Rb2ZBt/MEaDqzA00Xwv/jUjAjYkLHjVolYuTLKda2A== +make-fetch-happen@^14.0.0, make-fetch-happen@^14.0.2, make-fetch-happen@^14.0.3: + version "14.0.3" + resolved "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-14.0.3.tgz" + integrity sha512-QMjGbFTP0blj97EeidG5hk/QhKQ3T4ICckQGLgz38QF7Vgbk6e6FTARN8KhKxyBbWn8R0HU+bnw8aSoFPD4qtQ== dependencies: - "@npmcli/agent" "^2.0.0" - cacache "^18.0.0" + "@npmcli/agent" "^3.0.0" + cacache "^19.0.1" http-cache-semantics "^4.1.1" - is-lambda "^1.0.1" minipass "^7.0.2" - minipass-fetch "^3.0.0" + minipass-fetch "^4.0.0" minipass-flush "^1.0.5" minipass-pipeline "^1.2.4" - negotiator "^0.6.3" + negotiator "^1.0.0" + proc-log "^5.0.0" promise-retry "^2.0.1" - ssri "^10.0.0" + ssri "^12.0.0" -marked@^4.3.0: - version "4.3.0" - resolved "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz" - integrity sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A== +markdown-it@^14.1.0: + version "14.1.0" + resolved "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.0.tgz" + integrity sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg== + dependencies: + argparse "^2.0.1" + entities "^4.4.0" + linkify-it "^5.0.0" + mdurl "^2.0.0" + punycode.js "^2.3.1" + uc.micro "^2.1.0" + +math-intrinsics@^1.1.0: + version "1.1.0" + resolved "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz" + integrity sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g== + +mdurl@^2.0.0: + version "2.0.0" + resolved "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz" + integrity sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w== media-typer@0.3.0: version "0.3.0" resolved "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz" integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g= -memfs@^3.4.12, memfs@^3.4.3: - version "3.5.3" - resolved "https://registry.npmjs.org/memfs/-/memfs-3.5.3.tgz" - integrity sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw== - dependencies: - fs-monkey "^1.0.4" - memfs@^4.6.0: - version "4.9.2" - resolved "https://registry.npmjs.org/memfs/-/memfs-4.9.2.tgz" - integrity sha512-f16coDZlTG1jskq3mxarwB+fGRrd0uXWt+o1WIhRfOwbXQZqUDsTVxQBFK9JjRQHblg8eAG2JSbprDXKjc7ijQ== - dependencies: - "@jsonjoy.com/json-pack" "^1.0.3" - "@jsonjoy.com/util" "^1.1.2" - sonic-forest "^1.0.0" + version "4.51.0" + resolved "https://registry.npmjs.org/memfs/-/memfs-4.51.0.tgz" + integrity sha512-4zngfkVM/GpIhC8YazOsM6E8hoB33NP0BCESPOA6z7qaL6umPJNqkO8CNYaLV2FB2MV6H1O3x2luHHOSqppv+A== + dependencies: + "@jsonjoy.com/json-pack" "^1.11.0" + "@jsonjoy.com/util" "^1.9.0" + glob-to-regex.js "^1.0.1" + thingies "^2.5.0" + tree-dump "^1.0.3" tslib "^2.0.0" -merge-descriptors@1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz" - integrity sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w== +merge-descriptors@1.0.3: + version "1.0.3" + resolved "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz" + integrity sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ== merge-stream@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz" integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w== -merge@^1.2.0: - version "1.2.1" - resolved "https://registry.npmjs.org/merge/-/merge-1.2.1.tgz" - integrity sha512-VjFo4P5Whtj4vsLzsYBu5ayHhoHJ0UqNm7ibvShmbmoz7tGi0vXaoJbGdB+GmDMLUdg8DpQXEIeVDAe8MaABvQ== - -merge@2.1.1: - version "2.1.1" - resolved "https://registry.npmjs.org/merge/-/merge-2.1.1.tgz" - integrity sha512-jz+Cfrg9GWOZbQAnDQ4hlVnQky+341Yk5ru8bZSe6sIDTCIg8n9i/u7hSQGSVOF3C7lH6mGtqjkiT9G4wFLL0w== - -merge2@^1.3.0, merge2@^1.4.1: +merge2@^1.3.0: version "1.4.1" resolved "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz" integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== @@ -5727,12 +4891,12 @@ methods@~1.1.2: resolved "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz" integrity sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w== -micromatch@^4.0.2, micromatch@^4.0.4: - version "4.0.5" - resolved "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz" - integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA== +micromatch@^4.0.2, micromatch@^4.0.5, micromatch@^4.0.8: + version "4.0.8" + resolved "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz" + integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA== dependencies: - braces "^3.0.2" + braces "^3.0.3" picomatch "^2.3.1" "mime-db@>= 1.43.0 < 2", mime-db@1.52.0: @@ -5740,7 +4904,7 @@ micromatch@^4.0.2, micromatch@^4.0.4: resolved "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz" integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg== -mime-types@^2.1.12, mime-types@^2.1.27, mime-types@^2.1.31, mime-types@~2.1.17, mime-types@~2.1.19, mime-types@~2.1.24, mime-types@~2.1.34: +mime-types@^2.1.27, mime-types@^2.1.31, mime-types@~2.1.17, mime-types@~2.1.24, mime-types@~2.1.34: version "2.1.35" resolved "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz" integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw== @@ -5767,10 +4931,15 @@ mimic-fn@^2.1.0: resolved "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz" integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== -mini-css-extract-plugin@2.8.1: - version "2.8.1" - resolved "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.8.1.tgz" - integrity sha512-/1HDlyFRxWIZPI1ZpgqlZ8jMw/1Dp/dl3P0L1jtZ+zVcHqwPhGwaJwKL00WVgfnBy6PWCde9W65or7IIETImuA== +mimic-function@^5.0.0: + version "5.0.1" + resolved "https://registry.npmjs.org/mimic-function/-/mimic-function-5.0.1.tgz" + integrity sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA== + +mini-css-extract-plugin@2.9.2: + version "2.9.2" + resolved "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.2.tgz" + integrity sha512-GJuACcS//jtq4kCtd5ii/M0SZf7OZRH+BxdqXZHaJfb8TJiVl+NgQRPwiYt2EuqeSkNydn/7vP+bcE27C5mb9w== dependencies: schema-utils "^4.0.0" tapable "^2.2.1" @@ -5780,7 +4949,7 @@ minimalistic-assert@^1.0.0: resolved "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz" integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A== -minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.2: +minimatch@^3.0.4, minimatch@^3.1.2: version "3.1.2" resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== @@ -5788,43 +4957,31 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.2: brace-expansion "^1.1.7" minimatch@^9.0.0: - version "9.0.3" - resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz" - integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg== + version "9.0.5" + resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz" + integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow== dependencies: brace-expansion "^2.0.1" -minimatch@^9.0.1: - version "9.0.3" - resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz" - integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg== +minimatch@^9.0.4: + version "9.0.5" + resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz" + integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow== dependencies: brace-expansion "^2.0.1" -minimatch@^9.0.3: - version "9.0.3" - resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz" - integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg== +minimatch@^9.0.5: + version "9.0.5" + resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz" + integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow== dependencies: brace-expansion "^2.0.1" -minimatch@~3.0.2: - version "3.0.8" - resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.0.8.tgz" - integrity sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q== - dependencies: - brace-expansion "^1.1.7" - -minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6: +minimist@^1.2.6: version "1.2.6" resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz" integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q== -minimist@1.1.x: - version "1.1.3" - resolved "https://registry.npmjs.org/minimist/-/minimist-1.1.3.tgz" - integrity sha512-2RbeLaM/Hbo9vJ1+iRrxzfDnX9108qb2m923U+s+Ot2eMey0IYGdSjzHmvtg2XsxoCuMnzOMw7qc573RvnLgwg== - minipass-collect@^2.0.1: version "2.0.1" resolved "https://registry.npmjs.org/minipass-collect/-/minipass-collect-2.0.1.tgz" @@ -5832,14 +4989,14 @@ minipass-collect@^2.0.1: dependencies: minipass "^7.0.3" -minipass-fetch@^3.0.0: - version "3.0.4" - resolved "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-3.0.4.tgz" - integrity sha512-jHAqnA728uUpIaFm7NWsCnqKT6UqZz7GcI/bDpPATuwYyKwJwW0remxSCxUlKiEty+eopHGa3oc8WxgQ1FFJqg== +minipass-fetch@^4.0.0: + version "4.0.1" + resolved "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-4.0.1.tgz" + integrity sha512-j7U11C5HXigVuutxebFadoYBbd7VSdZWggSe64NVdvWNBqGAiXPL2QVCehjmw7lY1oF9gOllYbORh+hiNgfPgQ== dependencies: minipass "^7.0.3" minipass-sized "^1.0.3" - minizlib "^2.1.2" + minizlib "^3.0.1" optionalDependencies: encoding "^0.1.13" @@ -5850,14 +5007,6 @@ minipass-flush@^1.0.5: dependencies: minipass "^3.0.0" -minipass-json-stream@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/minipass-json-stream/-/minipass-json-stream-1.0.1.tgz" - integrity sha512-ODqY18UZt/I8k+b7rl2AENgbWE8IDYam+undIJONvigAz8KR5GWblsFTEfQs0WODsjbSXWlm+JHEv8Gr6Tfdbg== - dependencies: - jsonparse "^1.3.1" - minipass "^3.0.0" - minipass-pipeline@^1.2.4: version "1.2.4" resolved "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz" @@ -5879,17 +5028,17 @@ minipass@^3.0.0: dependencies: yallist "^4.0.0" -"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.0.2, minipass@^7.0.3: - version "7.0.4" - resolved "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz" - integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ== +"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.0.2, minipass@^7.0.3, minipass@^7.0.4, minipass@^7.1.2: + version "7.1.2" + resolved "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz" + integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw== minipass@^5.0.0: version "5.0.0" resolved "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz" integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ== -minizlib@^2.1.1, minizlib@^2.1.2: +minizlib@^2.1.1: version "2.1.2" resolved "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz" integrity sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg== @@ -5897,7 +5046,14 @@ minizlib@^2.1.1, minizlib@^2.1.2: minipass "^3.0.0" yallist "^4.0.0" -mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@^0.5.5: +minizlib@^3.0.1, minizlib@^3.1.0: + version "3.1.0" + resolved "https://registry.npmjs.org/minizlib/-/minizlib-3.1.0.tgz" + integrity sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw== + dependencies: + minipass "^7.1.2" + +mkdirp@^0.5.5: version "0.5.6" resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz" integrity sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw== @@ -5909,12 +5065,12 @@ mkdirp@^1.0.3: resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz" integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw== -mrmime@2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/mrmime/-/mrmime-2.0.0.tgz" - integrity sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw== +mrmime@2.0.1: + version "2.0.1" + resolved "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz" + integrity sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ== -ms@^2.1.1: +ms@^2.1.3: version "2.1.3" resolved "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== @@ -5934,6 +5090,27 @@ ms@2.1.3: resolved "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== +msgpackr-extract@^3.0.2: + version "3.0.3" + resolved "https://registry.npmjs.org/msgpackr-extract/-/msgpackr-extract-3.0.3.tgz" + integrity sha512-P0efT1C9jIdVRefqjzOQ9Xml57zpOXnIuS+csaB4MdZbTdmGDLo8XhzBG1N7aO11gKDDkJvBLULeFTo46wwreA== + dependencies: + node-gyp-build-optional-packages "5.2.2" + optionalDependencies: + "@msgpackr-extract/msgpackr-extract-darwin-arm64" "3.0.3" + "@msgpackr-extract/msgpackr-extract-darwin-x64" "3.0.3" + "@msgpackr-extract/msgpackr-extract-linux-arm" "3.0.3" + "@msgpackr-extract/msgpackr-extract-linux-arm64" "3.0.3" + "@msgpackr-extract/msgpackr-extract-linux-x64" "3.0.3" + "@msgpackr-extract/msgpackr-extract-win32-x64" "3.0.3" + +msgpackr@^1.11.2: + version "1.11.5" + resolved "https://registry.npmjs.org/msgpackr/-/msgpackr-1.11.5.tgz" + integrity sha512-UjkUHN0yqp9RWKy0Lplhh+wlpdt9oQBYgULZOiFhV3VclSF1JnSQWZ5r9gORQlNYaUKQoR8itv7g7z1xDDuACA== + optionalDependencies: + msgpackr-extract "^3.0.2" + multicast-dns@^7.2.5: version "7.2.5" resolved "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz" @@ -5942,20 +5119,20 @@ multicast-dns@^7.2.5: dns-packet "^5.2.2" thunky "^1.0.2" -mute-stream@0.0.5: - version "0.0.5" - resolved "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.5.tgz" - integrity sha1-j7+rsKmKJT0xhDMfno3rc3L6xsA= - -mute-stream@1.0.0: +mute-stream@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/mute-stream/-/mute-stream-1.0.0.tgz" integrity sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA== -nanoid@^3.3.7: - version "3.3.7" - resolved "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz" - integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g== +mute-stream@^2.0.0: + version "2.0.0" + resolved "https://registry.npmjs.org/mute-stream/-/mute-stream-2.0.0.tgz" + integrity sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA== + +nanoid@^3.3.11, nanoid@^3.3.8: + version "3.3.11" + resolved "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz" + integrity sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w== natural-compare@^1.4.0: version "1.4.0" @@ -5970,7 +5147,17 @@ needle@^3.1.0: iconv-lite "^0.6.3" sax "^1.2.4" -negotiator@^0.6.3, negotiator@0.6.3: +negotiator@^1.0.0: + version "1.0.0" + resolved "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz" + integrity sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg== + +negotiator@~0.6.4: + version "0.6.4" + resolved "https://registry.npmjs.org/negotiator/-/negotiator-0.6.4.tgz" + integrity sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w== + +negotiator@0.6.3: version "0.6.3" resolved "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz" integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg== @@ -5980,30 +5167,22 @@ neo-async@^2.6.2: resolved "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz" integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw== -next-tick@^1.1.0: - version "1.1.0" - resolved "https://registry.npmjs.org/next-tick/-/next-tick-1.1.0.tgz" - integrity sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ== - -ngx-toastr@18.0.0: - version "18.0.0" - resolved "https://registry.npmjs.org/ngx-toastr/-/ngx-toastr-18.0.0.tgz" - integrity sha512-jZ3rOG6kygl8ittY8OltIMSo47P1VStuS01igm3MZXK6InJwHVvxU7wDHI/HGMlXSyNvWncyOuFHnnMEAifsew== +ngx-toastr@19.1.0: + version "19.1.0" + resolved "https://registry.npmjs.org/ngx-toastr/-/ngx-toastr-19.1.0.tgz" + integrity sha512-Qa7Kg7QzGKNtp1v04hu3poPKKx8BGBD/Onkhm6CdH5F0vSMdq+BdR/f8DTpZnGFksW891tAFufpiWb9UZX+3vg== dependencies: tslib "^2.3.0" -nice-napi@^1.0.2: - version "1.0.2" - resolved "https://registry.npmjs.org/nice-napi/-/nice-napi-1.0.2.tgz" - integrity sha512-px/KnJAJZf5RuBGcfD+Sp2pAKq0ytz8j+1NehvgIGFkvtvFrDM3T8E4x/JJODXK9WZow8RRGrbA9QQ3hs+pDhA== - dependencies: - node-addon-api "^3.0.0" - node-gyp-build "^4.2.2" +node-addon-api@^6.1.0: + version "6.1.0" + resolved "https://registry.npmjs.org/node-addon-api/-/node-addon-api-6.1.0.tgz" + integrity sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA== -node-addon-api@^3.0.0: - version "3.2.1" - resolved "https://registry.npmjs.org/node-addon-api/-/node-addon-api-3.2.1.tgz" - integrity sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A== +node-addon-api@^7.0.0: + version "7.1.1" + resolved "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz" + integrity sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ== node-fetch@^2.6.1, node-fetch@^2.6.7: version "2.6.7" @@ -6017,64 +5196,40 @@ node-forge@^1: resolved "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz" integrity sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA== -node-gyp-build@^4.2.2: - version "4.8.0" - resolved "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.0.tgz" - integrity sha512-u6fs2AEUljNho3EYTJNBfImO5QTo/J/1Etd+NVdCj7qWKUSN/bSLkZwhDv7I+w/MSC6qJ4cknepkAYykDdK8og== +node-gyp-build-optional-packages@5.2.2: + version "5.2.2" + resolved "https://registry.npmjs.org/node-gyp-build-optional-packages/-/node-gyp-build-optional-packages-5.2.2.tgz" + integrity sha512-s+w+rBWnpTMwSFbaE0UXsRlg7hU4FjekKU4eyAih5T8nJuNZT1nNsskXpxmeqSK9UzkBl6UgRlnKc8hz8IEqOw== + dependencies: + detect-libc "^2.0.1" -node-gyp@^10.0.0: - version "10.0.1" - resolved "https://registry.npmjs.org/node-gyp/-/node-gyp-10.0.1.tgz" - integrity sha512-gg3/bHehQfZivQVfqIyy8wTdSymF9yTyP4CJifK73imyNMU8AIGQE2pUa7dNWfmMeG9cDVF2eehiRMv0LC1iAg== +node-gyp@^11.0.0: + version "11.5.0" + resolved "https://registry.npmjs.org/node-gyp/-/node-gyp-11.5.0.tgz" + integrity sha512-ra7Kvlhxn5V9Slyus0ygMa2h+UqExPqUIkfk7Pc8QTLT956JLSy51uWFwHtIYy0vI8cB4BDhc/S03+880My/LQ== dependencies: env-paths "^2.2.0" exponential-backoff "^3.1.1" - glob "^10.3.10" graceful-fs "^4.2.6" - make-fetch-happen "^13.0.0" - nopt "^7.0.0" - proc-log "^3.0.0" + make-fetch-happen "^14.0.3" + nopt "^8.0.0" + proc-log "^5.0.0" semver "^7.3.5" - tar "^6.1.2" - which "^4.0.0" - -node-releases@^2.0.14: - version "2.0.14" - resolved "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz" - integrity sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw== - -nodemon@^3.0.1: - version "3.1.0" - resolved "https://registry.npmjs.org/nodemon/-/nodemon-3.1.0.tgz" - integrity sha512-xqlktYlDMCepBJd43ZQhjWwMw2obW/JRvkrLxq5RCNcuDDX1DbcPT+qT1IlIIdf+DhnWs90JpTMe+Y5KxOchvA== - dependencies: - chokidar "^3.5.2" - debug "^4" - ignore-by-default "^1.0.1" - minimatch "^3.1.2" - pstree.remy "^1.1.8" - semver "^7.5.3" - simple-update-notifier "^2.0.0" - supports-color "^5.5.0" - touch "^3.1.0" - undefsafe "^2.0.5" + tar "^7.4.3" + tinyglobby "^0.2.12" + which "^5.0.0" -nopt@^7.0.0: - version "7.2.0" - resolved "https://registry.npmjs.org/nopt/-/nopt-7.2.0.tgz" - integrity sha512-CVDtwCdhYIvnAzFoJ6NJ6dX3oga9/HyciQDnG1vQDjSLMeKLJ4A93ZqYKDrgYSr1FBY5/hMYC+2VCi24pgpkGA== - dependencies: - abbrev "^2.0.0" +node-releases@^2.0.27: + version "2.0.27" + resolved "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz" + integrity sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA== -normalize-package-data@^6.0.0: - version "6.0.0" - resolved "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-6.0.0.tgz" - integrity sha512-UL7ELRVxYBHBgYEtZCXjxuD5vPxnmvMGq0jp/dGPKKrN7tfsBh2IY7TlJ15WWwdjRWD3RJbnsygUurTK3xkPkg== +nopt@^8.0.0: + version "8.1.0" + resolved "https://registry.npmjs.org/nopt/-/nopt-8.1.0.tgz" + integrity sha512-ieGu42u/Qsa4TFktmaKEwM6MQH0pOWnaB3htzh0JRtx84+Mebc0cbZYN5bC+6WTZ4+77xrL9Pn5m7CV6VIkV7A== dependencies: - hosted-git-info "^7.0.0" - is-core-module "^2.8.1" - semver "^7.3.5" - validate-npm-package-license "^3.0.4" + abbrev "^3.0.0" normalize-path@^3.0.0, normalize-path@~3.0.0: version "3.0.0" @@ -6091,79 +5246,65 @@ normalize.css@8.0.1: resolved "https://registry.npmjs.org/normalize.css/-/normalize.css-8.0.1.tgz" integrity sha512-qizSNPO93t1YUuUhP22btGOo3chcvDFqFaj2TRybP0DMxkHOCTYwp3n34fel4a31ORXy4m1Xq0Gyqpb5m33qIg== -npm-bundled@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/npm-bundled/-/npm-bundled-3.0.0.tgz" - integrity sha512-Vq0eyEQy+elFpzsKjMss9kxqb9tG3YHg4dsyWuUENuzvSUWe1TCnW/vV9FkhvBk/brEDoDiVd+M1Btosa6ImdQ== +npm-bundled@^4.0.0: + version "4.0.0" + resolved "https://registry.npmjs.org/npm-bundled/-/npm-bundled-4.0.0.tgz" + integrity sha512-IxaQZDMsqfQ2Lz37VvyyEtKLe8FsRZuysmedy/N06TU1RyVppYKXrO4xIhR0F+7ubIBox6Q7nir6fQI3ej39iA== dependencies: - npm-normalize-package-bin "^3.0.0" + npm-normalize-package-bin "^4.0.0" -npm-install-checks@^6.0.0: - version "6.3.0" - resolved "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-6.3.0.tgz" - integrity sha512-W29RiK/xtpCGqn6f3ixfRYGk+zRyr+Ew9F2E20BfXxT5/euLdA/Nm7fO7OeTGuAmTs30cpgInyJ0cYe708YTZw== +npm-install-checks@^7.1.0: + version "7.1.2" + resolved "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-7.1.2.tgz" + integrity sha512-z9HJBCYw9Zr8BqXcllKIs5nI+QggAImbBdHphOzVYrz2CB4iQ6FzWyKmlqDZua+51nAu7FcemlbTc9VgQN5XDQ== dependencies: semver "^7.1.1" -npm-normalize-package-bin@^3.0.0: - version "3.0.1" - resolved "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-3.0.1.tgz" - integrity sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ== +npm-normalize-package-bin@^4.0.0: + version "4.0.0" + resolved "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-4.0.0.tgz" + integrity sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w== -npm-package-arg@^11.0.0, npm-package-arg@11.0.1: - version "11.0.1" - resolved "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-11.0.1.tgz" - integrity sha512-M7s1BD4NxdAvBKUPqqRW957Xwcl/4Zvo8Aj+ANrzvIPzGJZElrH7Z//rSaec2ORcND6FHHLnZeY8qgTpXDMFQQ== +npm-package-arg@^12.0.0, npm-package-arg@12.0.2: + version "12.0.2" + resolved "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-12.0.2.tgz" + integrity sha512-f1NpFjNI9O4VbKMOlA5QoBq/vSQPORHcTZ2feJpFkTHJ9eQkdlmZEKSjcAhxTGInC7RlEyScT9ui67NaOsjFWA== dependencies: - hosted-git-info "^7.0.0" - proc-log "^3.0.0" + hosted-git-info "^8.0.0" + proc-log "^5.0.0" semver "^7.3.5" - validate-npm-package-name "^5.0.0" + validate-npm-package-name "^6.0.0" -npm-packlist@^8.0.0: - version "8.0.2" - resolved "https://registry.npmjs.org/npm-packlist/-/npm-packlist-8.0.2.tgz" - integrity sha512-shYrPFIS/JLP4oQmAwDyk5HcyysKW8/JLTEA32S0Z5TzvpaeeX2yMFfoK1fjEBnCBvVyIB/Jj/GBFdm0wsgzbA== +npm-packlist@^9.0.0: + version "9.0.0" + resolved "https://registry.npmjs.org/npm-packlist/-/npm-packlist-9.0.0.tgz" + integrity sha512-8qSayfmHJQTx3nJWYbbUmflpyarbLMBc6LCAjYsiGtXxDB68HaZpb8re6zeaLGxZzDuMdhsg70jryJe+RrItVQ== dependencies: - ignore-walk "^6.0.4" + ignore-walk "^7.0.0" -npm-pick-manifest@^9.0.0, npm-pick-manifest@9.0.0: - version "9.0.0" - resolved "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-9.0.0.tgz" - integrity sha512-VfvRSs/b6n9ol4Qb+bDwNGUXutpy76x6MARw/XssevE0TnctIKcmklJZM5Z7nqs5z5aW+0S63pgCNbpkUNNXBg== +npm-pick-manifest@^10.0.0, npm-pick-manifest@10.0.0: + version "10.0.0" + resolved "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-10.0.0.tgz" + integrity sha512-r4fFa4FqYY8xaM7fHecQ9Z2nE9hgNfJR+EmoKv0+chvzWkBcORX3r0FpTByP+CbOVJDladMXnPQGVN8PBLGuTQ== dependencies: - npm-install-checks "^6.0.0" - npm-normalize-package-bin "^3.0.0" - npm-package-arg "^11.0.0" + npm-install-checks "^7.1.0" + npm-normalize-package-bin "^4.0.0" + npm-package-arg "^12.0.0" semver "^7.3.5" -npm-registry-fetch@^16.0.0: - version "16.1.0" - resolved "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-16.1.0.tgz" - integrity sha512-PQCELXKt8Azvxnt5Y85GseQDJJlglTFM9L9U9gkv2y4e9s0k3GVDdOx3YoB6gm2Do0hlkzC39iCGXby+Wve1Bw== +npm-registry-fetch@^18.0.0: + version "18.0.2" + resolved "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-18.0.2.tgz" + integrity sha512-LeVMZBBVy+oQb5R6FDV9OlJCcWDU+al10oKpe+nsvcHnG24Z3uM3SvJYKfGJlfGjVU8v9liejCrUR/M5HO5NEQ== dependencies: - make-fetch-happen "^13.0.0" + "@npmcli/redact" "^3.0.0" + jsonparse "^1.3.1" + make-fetch-happen "^14.0.0" minipass "^7.0.2" - minipass-fetch "^3.0.0" - minipass-json-stream "^1.0.1" - minizlib "^2.1.2" - npm-package-arg "^11.0.0" - proc-log "^3.0.0" - -npm-run-path@^4.0.1: - version "4.0.1" - resolved "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz" - integrity sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw== - dependencies: - path-key "^3.0.0" - -npm-watch@^0.13.0: - version "0.13.0" - resolved "https://registry.npmjs.org/npm-watch/-/npm-watch-0.13.0.tgz" - integrity sha512-MYcgocqCzYA44feZhFoYj69FfSaO0EeRE1gcRcmPaXIpNhUMAhNJ1pwic2C4Hn0OPOQmZKSl90CPgmwvOsVhTg== - dependencies: - nodemon "^3.0.1" - through2 "^4.0.2" + minipass-fetch "^4.0.0" + minizlib "^3.0.1" + npm-package-arg "^12.0.0" + proc-log "^5.0.0" nth-check@^2.0.1: version "2.1.1" @@ -6172,25 +5313,15 @@ nth-check@^2.0.1: dependencies: boolbase "^1.0.0" -number-is-nan@^1.0.0: - version "1.0.1" - resolved "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz" - integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0= - -oauth-sign@~0.9.0: - version "0.9.0" - resolved "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz" - integrity sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ== - -object-assign@^4, object-assign@^4.0.1, object-assign@^4.1.0: +object-assign@^4: version "4.1.1" resolved "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz" - integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= + integrity sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg== -object-inspect@^1.13.1: - version "1.13.1" - resolved "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz" - integrity sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ== +object-inspect@^1.13.3: + version "1.13.4" + resolved "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz" + integrity sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew== obuf@^1.0.0, obuf@^1.1.2: version "1.1.2" @@ -6218,10 +5349,10 @@ on-finished@2.4.1: dependencies: ee-first "1.1.1" -on-headers@~1.0.2: - version "1.0.2" - resolved "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz" - integrity sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA== +on-headers@~1.1.0: + version "1.1.0" + resolved "https://registry.npmjs.org/on-headers/-/on-headers-1.1.0.tgz" + integrity sha512-737ZY3yNnXy37FHkQxPzt4UZ2UWPWiCZWLvFZ4fu5cueciegX0zGPnrlY6bwRg4FdQOe9YU8MkmJwGhoMybl8A== once@^1.3.0: version "1.4.0" @@ -6230,19 +5361,21 @@ once@^1.3.0: dependencies: wrappy "1" -onetime@^1.0.0: - version "1.1.0" - resolved "https://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz" - integrity sha1-ofeDj4MUxRbwXs78vEzP4EtO14k= - -onetime@^5.1.0, onetime@^5.1.2: +onetime@^5.1.0: version "5.1.2" resolved "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz" integrity sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== dependencies: mimic-fn "^2.1.0" -open@^10.0.3: +onetime@^7.0.0: + version "7.0.0" + resolved "https://registry.npmjs.org/onetime/-/onetime-7.0.0.tgz" + integrity sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ== + dependencies: + mimic-function "^5.0.0" + +open@^10.0.3, open@10.1.0: version "10.1.0" resolved "https://registry.npmjs.org/open/-/open-10.1.0.tgz" integrity sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw== @@ -6252,27 +5385,6 @@ open@^10.0.3: is-inside-container "^1.0.0" is-wsl "^3.1.0" -open@^8.0.9, open@8.4.2: - version "8.4.2" - resolved "https://registry.npmjs.org/open/-/open-8.4.2.tgz" - integrity sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ== - dependencies: - define-lazy-prop "^2.0.0" - is-docker "^2.1.1" - is-wsl "^2.2.0" - -optionator@^0.8.1: - version "0.8.2" - resolved "https://registry.npmjs.org/optionator/-/optionator-0.8.2.tgz" - integrity sha1-NkxeQJ0/TWMB1sC0wFu6UBgK62Q= - dependencies: - deep-is "~0.1.3" - fast-levenshtein "~2.0.4" - levn "~0.3.0" - prelude-ls "~1.1.2" - type-check "~0.3.2" - wordwrap "~1.0.0" - optionator@^0.9.3: version "0.9.3" resolved "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz" @@ -6285,7 +5397,7 @@ optionator@^0.9.3: prelude-ls "^1.2.1" type-check "^0.4.0" -ora@^5.4.1, ora@5.4.1: +ora@5.4.1: version "5.4.1" resolved "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz" integrity sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ== @@ -6300,22 +5412,10 @@ ora@^5.4.1, ora@5.4.1: strip-ansi "^6.0.0" wcwidth "^1.0.1" -os-homedir@^1.0.0: - version "1.0.2" - resolved "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz" - integrity sha1-/7xJiDNuDoM94MFox+8VISGqf7M= - -os-tmpdir@~1.0.1, os-tmpdir@~1.0.2: - version "1.0.2" - resolved "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz" - integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= - -p-limit@^2.2.0: - version "2.3.0" - resolved "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz" - integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w== - dependencies: - p-try "^2.0.0" +ordered-binary@^1.5.3: + version "1.6.0" + resolved "https://registry.npmjs.org/ordered-binary/-/ordered-binary-1.6.0.tgz" + integrity sha512-IQh2aMfMIDbPjI/8a3Edr+PiOpcsB7yo8NdW7aHWVaoR/pcDldunMvnnwbk/auPGqmKeAdxtZl7MHX/QmPwhvQ== p-limit@^3.0.2: version "3.1.0" @@ -6331,13 +5431,6 @@ p-limit@^4.0.0: dependencies: yocto-queue "^1.0.0" -p-locate@^4.1.0: - version "4.1.0" - resolved "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz" - integrity sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A== - dependencies: - p-limit "^2.2.0" - p-locate@^5.0.0: version "5.0.0" resolved "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz" @@ -6352,20 +5445,10 @@ p-locate@^6.0.0: dependencies: p-limit "^4.0.0" -p-map@^4.0.0: - version "4.0.0" - resolved "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz" - integrity sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ== - dependencies: - aggregate-error "^3.0.0" - -p-retry@^4.5.0: - version "4.6.2" - resolved "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz" - integrity sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ== - dependencies: - "@types/retry" "0.12.0" - retry "^0.13.1" +p-map@^7.0.2: + version "7.0.4" + resolved "https://registry.npmjs.org/p-map/-/p-map-7.0.4.tgz" + integrity sha512-tkAQEw8ysMzmkhgw8k+1U/iPhWNhykKnSk4Rd5zLoPJCuJaGRPo6YposrZgaxHKzDHdDWWZvE/Sk7hsL2X/CpQ== p-retry@^6.2.0: version "6.2.0" @@ -6376,40 +5459,34 @@ p-retry@^6.2.0: is-network-error "^1.0.0" retry "^0.13.1" -p-try@^2.0.0: - version "2.2.0" - resolved "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz" - integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== - -pacote@17.0.6: - version "17.0.6" - resolved "https://registry.npmjs.org/pacote/-/pacote-17.0.6.tgz" - integrity sha512-cJKrW21VRE8vVTRskJo78c/RCvwJCn1f4qgfxL4w77SOWrTCRcmfkYHlHtS0gqpgjv3zhXflRtgsrUCX5xwNnQ== - dependencies: - "@npmcli/git" "^5.0.0" - "@npmcli/installed-package-contents" "^2.0.1" - "@npmcli/promise-spawn" "^7.0.0" - "@npmcli/run-script" "^7.0.0" - cacache "^18.0.0" +package-json-from-dist@^1.0.0: + version "1.0.1" + resolved "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz" + integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw== + +pacote@20.0.0: + version "20.0.0" + resolved "https://registry.npmjs.org/pacote/-/pacote-20.0.0.tgz" + integrity sha512-pRjC5UFwZCgx9kUFDVM9YEahv4guZ1nSLqwmWiLUnDbGsjs+U5w7z6Uc8HNR1a6x8qnu5y9xtGE6D1uAuYz+0A== + dependencies: + "@npmcli/git" "^6.0.0" + "@npmcli/installed-package-contents" "^3.0.0" + "@npmcli/package-json" "^6.0.0" + "@npmcli/promise-spawn" "^8.0.0" + "@npmcli/run-script" "^9.0.0" + cacache "^19.0.0" fs-minipass "^3.0.0" minipass "^7.0.2" - npm-package-arg "^11.0.0" - npm-packlist "^8.0.0" - npm-pick-manifest "^9.0.0" - npm-registry-fetch "^16.0.0" - proc-log "^3.0.0" + npm-package-arg "^12.0.0" + npm-packlist "^9.0.0" + npm-pick-manifest "^10.0.0" + npm-registry-fetch "^18.0.0" + proc-log "^5.0.0" promise-retry "^2.0.1" - read-package-json "^7.0.0" - read-package-json-fast "^3.0.0" - sigstore "^2.2.0" - ssri "^10.0.0" + sigstore "^3.0.0" + ssri "^12.0.0" tar "^6.1.11" -pako@~1.0.2: - version "1.0.11" - resolved "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz" - integrity sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw== - parent-module@^1.0.0: version "1.0.1" resolved "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz" @@ -6449,11 +5526,11 @@ parse5-sax-parser@^7.0.0: parse5 "^7.0.0" parse5@^7.0.0: - version "7.1.2" - resolved "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz" - integrity sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw== + version "7.3.0" + resolved "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz" + integrity sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw== dependencies: - entities "^4.4.0" + entities "^6.0.0" parseurl@~1.3.2, parseurl@~1.3.3: version "1.3.3" @@ -6475,12 +5552,7 @@ path-is-absolute@^1.0.0: resolved "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz" integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18= -path-is-inside@^1.0.1: - version "1.0.2" - resolved "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz" - integrity sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM= - -path-key@^3.0.0, path-key@^3.1.0: +path-key@^3.1.0: version "3.1.1" resolved "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz" integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== @@ -6490,72 +5562,65 @@ path-parse@^1.0.7: resolved "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz" integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== -path-scurry@^1.10.1: - version "1.10.1" - resolved "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.1.tgz" - integrity sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ== +path-scurry@^1.11.1: + version "1.11.1" + resolved "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz" + integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA== dependencies: - lru-cache "^9.1.1 || ^10.0.0" + lru-cache "^10.2.0" minipass "^5.0.0 || ^6.0.2 || ^7.0.0" -path-to-regexp@0.1.7: - version "0.1.7" - resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz" - integrity sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ== +path-to-regexp@0.1.12: + version "0.1.12" + resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz" + integrity sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ== -path-type@^4.0.0: - version "4.0.0" - resolved "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz" - integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== +path-type@^6.0.0: + version "6.0.0" + resolved "https://registry.npmjs.org/path-type/-/path-type-6.0.0.tgz" + integrity sha512-Vj7sf++t5pBD637NSfkxpHSMfWaeig5+DKWLhcqIYx6mWQz5hdJTGDVMQiJcw1ZYkhs7AazKDGpRVji1LJCZUQ== -performance-now@^2.1.0: - version "2.1.0" - resolved "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz" - integrity sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow== +picocolors@^1.0.0, picocolors@^1.0.1, picocolors@^1.1.1: + version "1.1.1" + resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz" + integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA== -picocolors@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz" - integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== +picomatch@^2.0.4: + version "2.3.1" + resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" + integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== -picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1: +picomatch@^2.2.1: version "2.3.1" resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== -picomatch@4.0.1: - version "4.0.1" - resolved "https://registry.npmjs.org/picomatch/-/picomatch-4.0.1.tgz" - integrity sha512-xUXwsxNjwTQ8K3GnT4pCJm+xq3RUPQbmkYJTP5aFIfNIvbcc/4MUxgBaaRSZJ6yGJZiGSyYlM6MzwTsRk8SYCg== +picomatch@^2.3.1: + version "2.3.1" + resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" + integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== -pify@^2.0.0: - version "2.3.0" - resolved "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz" - integrity sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog== +"picomatch@^3 || ^4", picomatch@^4.0.2, picomatch@^4.0.3: + version "4.0.3" + resolved "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz" + integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q== + +picomatch@4.0.2: + version "4.0.2" + resolved "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz" + integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg== pify@^4.0.1: version "4.0.1" resolved "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz" integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g== -pinkie-promise@^2.0.0: - version "2.0.1" - resolved "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz" - integrity sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw== - dependencies: - pinkie "^2.0.0" - -pinkie@^2.0.0: - version "2.0.4" - resolved "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz" - integrity sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg== - -piscina@4.4.0: - version "4.4.0" - resolved "https://registry.npmjs.org/piscina/-/piscina-4.4.0.tgz" - integrity sha512-+AQduEJefrOApE4bV7KRmp3N2JnnyErlVqq4P/jmko4FPz9Z877BCccl/iB3FdrWSUkvbGV9Kan/KllJgat3Vg== +piscina@4.8.0: + version "4.8.0" + resolved "https://registry.npmjs.org/piscina/-/piscina-4.8.0.tgz" + integrity sha512-EZJb+ZxDrQf3dihsUL7p42pjNyrNIFJCrRHPMgxu/svsj+P3xS3fuEWp7k2+rfsavfl1N0G29b1HGs7J0m8rZA== optionalDependencies: - nice-napi "^1.0.2" + "@napi-rs/nice" "^1.0.1" pkg-dir@^7.0.0: version "7.0.0" @@ -6564,16 +5629,6 @@ pkg-dir@^7.0.0: dependencies: find-up "^6.3.0" -pluralize@^1.2.1: - version "1.2.1" - resolved "https://registry.npmjs.org/pluralize/-/pluralize-1.2.1.tgz" - integrity sha1-0aIUg/0iu0HlihL6NCGCMUCJfEU= - -popper.js@1.16.1: - version "1.16.1" - resolved "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz" - integrity sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ== - postcss-loader@8.1.1: version "8.1.1" resolved "https://registry.npmjs.org/postcss-loader/-/postcss-loader-8.1.1.tgz" @@ -6588,26 +5643,26 @@ postcss-media-query-parser@^0.2.3: resolved "https://registry.npmjs.org/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz" integrity sha512-3sOlxmbKcSHMjlUXQZKQ06jOswE7oVkXPxmZdoB1r5l0q6gTFTQSHxNxOrCccElbW7dxNytifNEo8qidX2Vsig== -postcss-modules-extract-imports@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz" - integrity sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw== +postcss-modules-extract-imports@^3.1.0: + version "3.1.0" + resolved "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.1.0.tgz" + integrity sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q== -postcss-modules-local-by-default@^4.0.4: - version "4.0.4" - resolved "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.4.tgz" - integrity sha512-L4QzMnOdVwRm1Qb8m4x8jsZzKAaPAgrUF1r/hjDR2Xj7R+8Zsf97jAlSQzWtKx5YNiNGN8QxmPFIc/sh+RQl+Q== +postcss-modules-local-by-default@^4.0.5: + version "4.2.0" + resolved "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.2.0.tgz" + integrity sha512-5kcJm/zk+GJDSfw+V/42fJ5fhjL5YbFDl8nVdXkJPLLW+Vf9mTD5Xe0wqIaDnLuL2U6cDNpTr+UQ+v2HWIBhzw== dependencies: icss-utils "^5.0.0" - postcss-selector-parser "^6.0.2" + postcss-selector-parser "^7.0.0" postcss-value-parser "^4.1.0" -postcss-modules-scope@^3.1.1: - version "3.1.1" - resolved "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.1.1.tgz" - integrity sha512-uZgqzdTleelWjzJY+Fhti6F3C9iF1JR/dODLs/JDefozYcKTBCdD8BIl6nNPbTbcLnGrk56hzwZC2DaGNvYjzA== +postcss-modules-scope@^3.2.0: + version "3.2.1" + resolved "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.2.1.tgz" + integrity sha512-m9jZstCVaqGjTAuny8MdgE88scJnCiQSlSrOWcTQgM2t32UBe+MUmFSO5t7VMSfAf/FJKImAxBav8ooCHJXCJA== dependencies: - postcss-selector-parser "^6.0.4" + postcss-selector-parser "^7.0.0" postcss-modules-values@^4.0.0: version "4.0.0" @@ -6616,10 +5671,10 @@ postcss-modules-values@^4.0.0: dependencies: icss-utils "^5.0.0" -postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4: - version "6.0.16" - resolved "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.16.tgz" - integrity sha512-A0RVJrX+IUkVZbW3ClroRWurercFhieevHB38sr2+l9eUClMqome3LmEmnhlNy+5Mr2EYN6B2Kaw9wYdd+VHiw== +postcss-selector-parser@^7.0.0: + version "7.1.0" + resolved "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz" + integrity sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA== dependencies: cssesc "^3.0.0" util-deprecate "^1.0.2" @@ -6629,45 +5684,39 @@ postcss-value-parser@^4.1.0, postcss-value-parser@^4.2.0: resolved "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz" integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ== -"postcss@^7.0.0 || ^8.0.1", postcss@^8.1.0, postcss@^8.2.14, postcss@^8.4.23, postcss@^8.4.33, postcss@^8.4.35, postcss@8.4.35: - version "8.4.35" - resolved "https://registry.npmjs.org/postcss/-/postcss-8.4.35.tgz" - integrity sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA== +"postcss@^7.0.0 || ^8.0.1", postcss@^8.1.0, postcss@^8.2.14, postcss@^8.4.0, postcss@^8.4.33, postcss@^8.4.49, postcss@8.5.2: + version "8.5.2" + resolved "https://registry.npmjs.org/postcss/-/postcss-8.5.2.tgz" + integrity sha512-MjOadfU3Ys9KYoX0AdkBlFEF1Vx37uCCeN4ZHnmwm9FfpbsGWMZeBLMmmpY+6Ocqod7mkdZ0DT31OlbsFrLlkA== dependencies: - nanoid "^3.3.7" - picocolors "^1.0.0" - source-map-js "^1.0.2" + nanoid "^3.3.8" + picocolors "^1.1.1" + source-map-js "^1.2.1" + +postcss@^8.5.3: + version "8.5.6" + resolved "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz" + integrity sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg== + dependencies: + nanoid "^3.3.11" + picocolors "^1.1.1" + source-map-js "^1.2.1" prelude-ls@^1.2.1: version "1.2.1" resolved "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz" integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== -prelude-ls@~1.1.2: - version "1.1.2" - resolved "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz" - integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ= - -proc-log@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/proc-log/-/proc-log-3.0.0.tgz" - integrity sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A== +proc-log@^5.0.0: + version "5.0.0" + resolved "https://registry.npmjs.org/proc-log/-/proc-log-5.0.0.tgz" + integrity sha512-Azwzvl90HaF0aCz1JrDdXQykFakSSNPaPoiZ9fm5qJIMHioDZEi7OAdRwSm6rSoPtY3Qutnm3L7ogmg3dc+wbQ== process-nextick-args@~2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz" integrity sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw== -progress@^1.1.8: - version "1.1.8" - resolved "https://registry.npmjs.org/progress/-/progress-1.1.8.tgz" - integrity sha1-4mDHj2Fhzdmw5WzD4Khd4Xx6V74= - -promise-inflight@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz" - integrity sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g== - promise-retry@^2.0.1: version "2.0.1" resolved "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz" @@ -6676,27 +5725,6 @@ promise-retry@^2.0.1: err-code "^2.0.2" retry "^0.12.0" -protractor@*, protractor@^7.0.0: - version "7.0.0" - resolved "https://registry.npmjs.org/protractor/-/protractor-7.0.0.tgz" - integrity sha512-UqkFjivi4GcvUQYzqGYNe0mLzfn5jiLmO8w9nMhQoJRLhy2grJonpga2IWhI6yJO30LibWXJJtA4MOIZD2GgZw== - dependencies: - "@types/q" "^0.0.32" - "@types/selenium-webdriver" "^3.0.0" - blocking-proxy "^1.0.0" - browserstack "^1.5.1" - chalk "^1.1.3" - glob "^7.0.3" - jasmine "2.8.0" - jasminewd2 "^2.1.0" - q "1.4.1" - saucelabs "^1.5.0" - selenium-webdriver "3.6.0" - source-map-support "~0.4.0" - webdriver-js-extender "2.1.0" - webdriver-manager "^12.1.7" - yargs "^15.3.1" - proxy-addr@~2.0.7: version "2.0.7" resolved "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz" @@ -6710,42 +5738,32 @@ prr@~1.0.1: resolved "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz" integrity sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw== -psl@^1.1.28, psl@^1.1.33: +psl@^1.1.33: version "1.8.0" resolved "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz" integrity sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ== -pstree.remy@^1.1.8: - version "1.1.8" - resolved "https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.8.tgz" - integrity sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w== +punycode.js@^2.3.1: + version "2.3.1" + resolved "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz" + integrity sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA== punycode@^2.1.0, punycode@^2.1.1: version "2.1.1" resolved "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz" integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== -q@^1.4.1, q@1.4.1: - version "1.4.1" - resolved "https://registry.npmjs.org/q/-/q-1.4.1.tgz" - integrity sha512-/CdEdaw49VZVmyIDGUQKDDT53c7qBkO6g5CefWz91Ae+l4+cRtcDYwMTXh6me4O8TMldeGHG3N2Bl84V78Ywbg== - qjobs@^1.2.0: version "1.2.0" resolved "https://registry.npmjs.org/qjobs/-/qjobs-1.2.0.tgz" integrity sha512-8YOJEHtxpySA3fFDyCRxA+UUV+fA+rTWnuWvylOK/NCjhY+b4ocCtmu8TtsWb+mYeU+GCHf/S66KZF/AsteKHg== -qs@~6.5.2: - version "6.5.3" - resolved "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz" - integrity sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA== - -qs@6.11.0: - version "6.11.0" - resolved "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz" - integrity sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q== +qs@6.13.0: + version "6.13.0" + resolved "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz" + integrity sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg== dependencies: - side-channel "^1.0.4" + side-channel "^1.0.6" querystringify@^2.1.1: version "2.2.0" @@ -6779,25 +5797,7 @@ raw-body@2.5.2: iconv-lite "0.4.24" unpipe "1.0.0" -read-package-json-fast@^3.0.0: - version "3.0.2" - resolved "https://registry.npmjs.org/read-package-json-fast/-/read-package-json-fast-3.0.2.tgz" - integrity sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw== - dependencies: - json-parse-even-better-errors "^3.0.0" - npm-normalize-package-bin "^3.0.0" - -read-package-json@^7.0.0: - version "7.0.0" - resolved "https://registry.npmjs.org/read-package-json/-/read-package-json-7.0.0.tgz" - integrity sha512-uL4Z10OKV4p6vbdvIXB+OzhInYtIozl/VxUBPgNkBuUi2DeRonnuspmaVAMcrkmfjKGNmRndyQAbE7/AmzGwFg== - dependencies: - glob "^10.2.2" - json-parse-even-better-errors "^3.0.0" - normalize-package-data "^6.0.0" - npm-normalize-package-bin "^3.0.0" - -readable-stream@^2.0.1, readable-stream@^2.2.2, readable-stream@~2.3.6: +readable-stream@^2.0.1: version "2.3.6" resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz" integrity sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw== @@ -6828,14 +5828,10 @@ readable-stream@^3.4.0: string_decoder "^1.1.1" util-deprecate "^1.0.1" -readable-stream@3: - version "3.6.0" - resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz" - integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== - dependencies: - inherits "^2.0.3" - string_decoder "^1.1.1" - util-deprecate "^1.0.1" +readdirp@^4.0.1: + version "4.1.2" + resolved "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz" + integrity sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg== readdirp@~3.6.0: version "3.6.0" @@ -6844,24 +5840,15 @@ readdirp@~3.6.0: dependencies: picomatch "^2.2.1" -readline2@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/readline2/-/readline2-1.0.1.tgz" - integrity sha1-QQWWCP/BVHV7cV2ZidGZ/783LjU= - dependencies: - code-point-at "^1.0.0" - is-fullwidth-code-point "^1.0.0" - mute-stream "0.0.5" - reflect-metadata@^0.2.0: version "0.2.2" resolved "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.2.2.tgz" integrity sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q== -regenerate-unicode-properties@^10.1.0: - version "10.1.1" - resolved "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz" - integrity sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q== +regenerate-unicode-properties@^10.2.2: + version "10.2.2" + resolved "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.2.tgz" + integrity sha512-m03P+zhBeQd1RGnYxrGyDAPpWX/epKirLrp8e3qevZdVkKtnCrjjWczIbYc8+xd6vcTStVlqfycTx1KR4LOr0g== dependencies: regenerate "^1.4.2" @@ -6875,62 +5862,34 @@ regenerator-runtime@^0.14.0: resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz" integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw== -regenerator-transform@^0.15.2: - version "0.15.2" - resolved "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz" - integrity sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg== - dependencies: - "@babel/runtime" "^7.8.4" - regex-parser@^2.2.11: version "2.3.0" resolved "https://registry.npmjs.org/regex-parser/-/regex-parser-2.3.0.tgz" integrity sha512-TVILVSz2jY5D47F4mA4MppkBrafEaiUWJO/TcZHEIuI13AqoZMkK1WMA4Om1YkYbTx+9Ki1/tSUXbceyr9saRg== -regexpu-core@^5.3.1: - version "5.3.2" - resolved "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz" - integrity sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ== +regexpu-core@^6.3.1: + version "6.4.0" + resolved "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.4.0.tgz" + integrity sha512-0ghuzq67LI9bLXpOX/ISfve/Mq33a4aFRzoQYhnnok1JOFpmE/A2TBGkNVenOGEeSBCjIiWcc6MVOG5HEQv0sA== dependencies: - "@babel/regjsgen" "^0.8.0" regenerate "^1.4.2" - regenerate-unicode-properties "^10.1.0" - regjsparser "^0.9.1" + regenerate-unicode-properties "^10.2.2" + regjsgen "^0.8.0" + regjsparser "^0.13.0" unicode-match-property-ecmascript "^2.0.0" - unicode-match-property-value-ecmascript "^2.1.0" - -regjsparser@^0.9.1: - version "0.9.1" - resolved "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz" - integrity sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ== - dependencies: - jsesc "~0.5.0" - -request@^2.87.0: - version "2.88.2" - resolved "https://registry.npmjs.org/request/-/request-2.88.2.tgz" - integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw== - dependencies: - aws-sign2 "~0.7.0" - aws4 "^1.8.0" - caseless "~0.12.0" - combined-stream "~1.0.6" - extend "~3.0.2" - forever-agent "~0.6.1" - form-data "~2.3.2" - har-validator "~5.1.3" - http-signature "~1.2.0" - is-typedarray "~1.0.0" - isstream "~0.1.2" - json-stringify-safe "~5.0.1" - mime-types "~2.1.19" - oauth-sign "~0.9.0" - performance-now "^2.1.0" - qs "~6.5.2" - safe-buffer "^5.1.2" - tough-cookie "~2.5.0" - tunnel-agent "^0.6.0" - uuid "^3.3.2" + unicode-match-property-value-ecmascript "^2.2.1" + +regjsgen@^0.8.0: + version "0.8.0" + resolved "https://registry.npmjs.org/regjsgen/-/regjsgen-0.8.0.tgz" + integrity sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q== + +regjsparser@^0.13.0: + version "0.13.0" + resolved "https://registry.npmjs.org/regjsparser/-/regjsparser-0.13.0.tgz" + integrity sha512-NZQZdC5wOE/H3UT28fVGL+ikOZcEzfMGk/c3iN9UGxzWHMa1op7274oyiUVrAG4B2EuFhus8SvkaYnhvW92p9Q== + dependencies: + jsesc "~3.1.0" require-directory@^2.1.1: version "2.1.1" @@ -6942,39 +5901,16 @@ require-from-string@^2.0.2: resolved "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz" integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw== -require-main-filename@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz" - integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg== - -require-uncached@^1.0.2: - version "1.0.3" - resolved "https://registry.npmjs.org/require-uncached/-/require-uncached-1.0.3.tgz" - integrity sha1-Tg1W1slmL9MeQwEcS5WqSZVUIdM= - dependencies: - caller-path "^0.1.0" - resolve-from "^1.0.0" - requires-port@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz" integrity sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8= -resolve-from@^1.0.0: - version "1.0.1" - resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-1.0.1.tgz" - integrity sha1-Jsv+k10a7uq7Kbw/5a6wHpPUQiY= - resolve-from@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz" integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== -resolve-from@^5.0.0: - version "5.0.0" - resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz" - integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw== - resolve-url-loader@5.0.0: version "5.0.0" resolved "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-5.0.0.tgz" @@ -6986,32 +5922,24 @@ resolve-url-loader@5.0.0: postcss "^8.2.14" source-map "0.6.1" -resolve@^1.14.2, resolve@^1.3.2, resolve@^1.3.3: - version "1.22.0" - resolved "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz" - integrity sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw== +resolve@^1.22.10: + version "1.22.11" + resolved "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz" + integrity sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ== dependencies: - is-core-module "^2.8.1" + is-core-module "^2.16.1" path-parse "^1.0.7" supports-preserve-symlinks-flag "^1.0.0" -resolve@1.22.8: - version "1.22.8" - resolved "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz" - integrity sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw== +resolve@1.22.10: + version "1.22.10" + resolved "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz" + integrity sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w== dependencies: - is-core-module "^2.13.0" + is-core-module "^2.16.0" path-parse "^1.0.7" supports-preserve-symlinks-flag "^1.0.0" -restore-cursor@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/restore-cursor/-/restore-cursor-1.0.1.tgz" - integrity sha1-NGYfRohjJ/7SmRR5FSJS35LapUE= - dependencies: - exit-hook "^1.0.0" - onetime "^1.0.0" - restore-cursor@^3.1.0: version "3.1.0" resolved "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz" @@ -7020,6 +5948,14 @@ restore-cursor@^3.1.0: onetime "^5.1.0" signal-exit "^3.0.2" +restore-cursor@^5.0.0: + version "5.1.0" + resolved "https://registry.npmjs.org/restore-cursor/-/restore-cursor-5.1.0.tgz" + integrity sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA== + dependencies: + onetime "^7.0.0" + signal-exit "^4.1.0" + retry@^0.12.0: version "0.12.0" resolved "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz" @@ -7035,52 +5971,75 @@ reusify@^1.0.4: resolved "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz" integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== -rfdc@^1.3.0: - version "1.3.0" - resolved "https://registry.npmjs.org/rfdc/-/rfdc-1.3.0.tgz" - integrity sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA== - -rimraf@^2.2.8, rimraf@^2.5.2, rimraf@^2.5.4, rimraf@~2.6.2: - version "2.6.2" - resolved "https://registry.npmjs.org/rimraf/-/rimraf-2.6.2.tgz" - integrity sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w== - dependencies: - glob "^7.0.5" +rfdc@^1.3.0, rfdc@^1.4.1: + version "1.4.1" + resolved "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz" + integrity sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA== -rimraf@^3.0.0, rimraf@^3.0.2: +rimraf@^3.0.2: version "3.0.2" resolved "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz" integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== dependencies: glob "^7.1.3" -rimraf@^5.0.5: - version "5.0.5" - resolved "https://registry.npmjs.org/rimraf/-/rimraf-5.0.5.tgz" - integrity sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A== +rollup@^4.34.9: + version "4.53.3" + resolved "https://registry.npmjs.org/rollup/-/rollup-4.53.3.tgz" + integrity sha512-w8GmOxZfBmKknvdXU1sdM9NHcoQejwF/4mNgj2JuEEdRaHwwF12K7e9eXn1nLZ07ad+du76mkVsyeb2rKGllsA== dependencies: - glob "^10.3.7" + "@types/estree" "1.0.8" + optionalDependencies: + "@rollup/rollup-android-arm-eabi" "4.53.3" + "@rollup/rollup-android-arm64" "4.53.3" + "@rollup/rollup-darwin-arm64" "4.53.3" + "@rollup/rollup-darwin-x64" "4.53.3" + "@rollup/rollup-freebsd-arm64" "4.53.3" + "@rollup/rollup-freebsd-x64" "4.53.3" + "@rollup/rollup-linux-arm-gnueabihf" "4.53.3" + "@rollup/rollup-linux-arm-musleabihf" "4.53.3" + "@rollup/rollup-linux-arm64-gnu" "4.53.3" + "@rollup/rollup-linux-arm64-musl" "4.53.3" + "@rollup/rollup-linux-loong64-gnu" "4.53.3" + "@rollup/rollup-linux-ppc64-gnu" "4.53.3" + "@rollup/rollup-linux-riscv64-gnu" "4.53.3" + "@rollup/rollup-linux-riscv64-musl" "4.53.3" + "@rollup/rollup-linux-s390x-gnu" "4.53.3" + "@rollup/rollup-linux-x64-gnu" "4.53.3" + "@rollup/rollup-linux-x64-musl" "4.53.3" + "@rollup/rollup-openharmony-arm64" "4.53.3" + "@rollup/rollup-win32-arm64-msvc" "4.53.3" + "@rollup/rollup-win32-ia32-msvc" "4.53.3" + "@rollup/rollup-win32-x64-gnu" "4.53.3" + "@rollup/rollup-win32-x64-msvc" "4.53.3" + fsevents "~2.3.2" -rollup@^4.2.0: - version "4.13.0" - resolved "https://registry.npmjs.org/rollup/-/rollup-4.13.0.tgz" - integrity sha512-3YegKemjoQnYKmsBlOHfMLVPPA5xLkQ8MHLLSw/fBrFaVkEayL51DilPpNNLq1exr98F2B1TzrV0FUlN3gWRPg== +rollup@4.34.8: + version "4.34.8" + resolved "https://registry.npmjs.org/rollup/-/rollup-4.34.8.tgz" + integrity sha512-489gTVMzAYdiZHFVA/ig/iYFllCcWFHMvUHI1rpFmkoUtRlQxqh6/yiNqnYibjMZ2b/+FUQwldG+aLsEt6bglQ== dependencies: - "@types/estree" "1.0.5" + "@types/estree" "1.0.6" optionalDependencies: - "@rollup/rollup-android-arm-eabi" "4.13.0" - "@rollup/rollup-android-arm64" "4.13.0" - "@rollup/rollup-darwin-arm64" "4.13.0" - "@rollup/rollup-darwin-x64" "4.13.0" - "@rollup/rollup-linux-arm-gnueabihf" "4.13.0" - "@rollup/rollup-linux-arm64-gnu" "4.13.0" - "@rollup/rollup-linux-arm64-musl" "4.13.0" - "@rollup/rollup-linux-riscv64-gnu" "4.13.0" - "@rollup/rollup-linux-x64-gnu" "4.13.0" - "@rollup/rollup-linux-x64-musl" "4.13.0" - "@rollup/rollup-win32-arm64-msvc" "4.13.0" - "@rollup/rollup-win32-ia32-msvc" "4.13.0" - "@rollup/rollup-win32-x64-msvc" "4.13.0" + "@rollup/rollup-android-arm-eabi" "4.34.8" + "@rollup/rollup-android-arm64" "4.34.8" + "@rollup/rollup-darwin-arm64" "4.34.8" + "@rollup/rollup-darwin-x64" "4.34.8" + "@rollup/rollup-freebsd-arm64" "4.34.8" + "@rollup/rollup-freebsd-x64" "4.34.8" + "@rollup/rollup-linux-arm-gnueabihf" "4.34.8" + "@rollup/rollup-linux-arm-musleabihf" "4.34.8" + "@rollup/rollup-linux-arm64-gnu" "4.34.8" + "@rollup/rollup-linux-arm64-musl" "4.34.8" + "@rollup/rollup-linux-loongarch64-gnu" "4.34.8" + "@rollup/rollup-linux-powerpc64le-gnu" "4.34.8" + "@rollup/rollup-linux-riscv64-gnu" "4.34.8" + "@rollup/rollup-linux-s390x-gnu" "4.34.8" + "@rollup/rollup-linux-x64-gnu" "4.34.8" + "@rollup/rollup-linux-x64-musl" "4.34.8" + "@rollup/rollup-win32-arm64-msvc" "4.34.8" + "@rollup/rollup-win32-ia32-msvc" "4.34.8" + "@rollup/rollup-win32-x64-msvc" "4.34.8" fsevents "~2.3.2" run-applescript@^7.0.0: @@ -7088,18 +6047,6 @@ run-applescript@^7.0.0: resolved "https://registry.npmjs.org/run-applescript/-/run-applescript-7.0.0.tgz" integrity sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A== -run-async@^0.1.0: - version "0.1.0" - resolved "https://registry.npmjs.org/run-async/-/run-async-0.1.0.tgz" - integrity sha1-yK1KXhEGYeQCp9IbUw4AnyX444k= - dependencies: - once "^1.3.0" - -run-async@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/run-async/-/run-async-3.0.0.tgz" - integrity sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q== - run-parallel@^1.1.9: version "1.2.0" resolved "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz" @@ -7107,42 +6054,21 @@ run-parallel@^1.1.9: dependencies: queue-microtask "^1.2.2" -rx-lite@^3.1.2: - version "3.1.2" - resolved "https://registry.npmjs.org/rx-lite/-/rx-lite-3.1.2.tgz" - integrity sha1-Gc5QLKVyZl87ZHsQk5+X/RYV8QI= - -rxjs-compat@~6.6.7: - version "6.6.7" - resolved "https://registry.npmjs.org/rxjs-compat/-/rxjs-compat-6.6.7.tgz" - integrity sha512-szN4fK+TqBPOFBcBcsR0g2cmTTUF/vaFEOZNuSdfU8/pGFnNmmn2u8SystYXG1QMrjOPBc6XTKHMVfENDf6hHw== - -rxjs-tslint@^0.1.8: - version "0.1.8" - resolved "https://registry.npmjs.org/rxjs-tslint/-/rxjs-tslint-0.1.8.tgz" - integrity sha512-4MNcco1pugjNyjkUkvJ9ngJSMCuwmyc1g6EkEYzlTK0PrZxm8xVaBeBz5aPLE3AzldQbYkOErOVAayUlzQkjAg== +"rxjs@^6.5.3 || ^7.4.0", rxjs@~7.8.2: + version "7.8.2" + resolved "https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz" + integrity sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA== dependencies: - chalk "^2.4.0" - tslint "^5.9.1" - tsutils "^2.25.0" - typescript ">=2.8.3" - yargs "^15.3.1" + tslib "^2.1.0" -"rxjs@^6.5.3 || ^7.4.0", rxjs@^7.8.1, rxjs@~7.8.1, rxjs@7.8.1: +rxjs@7.8.1: version "7.8.1" resolved "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz" integrity sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg== dependencies: tslib "^2.1.0" -rxjs@^6.5.3: - version "6.6.7" - resolved "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz" - integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ== - dependencies: - tslib "^1.9.0" - -safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.2, safe-buffer@>=5.1.0, safe-buffer@~5.1.0, safe-buffer@~5.1.1, safe-buffer@5.1.2: +safe-buffer@^5.1.0, safe-buffer@>=5.1.0, safe-buffer@~5.1.0, safe-buffer@~5.1.1: version "5.1.2" resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz" integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== @@ -7152,72 +6078,38 @@ safe-buffer@5.2.1: resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz" integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== -safer-buffer@^2.0.2, safer-buffer@^2.1.0, "safer-buffer@>= 2.1.2 < 3", "safer-buffer@>= 2.1.2 < 3.0.0", safer-buffer@~2.1.0: +"safer-buffer@>= 2.1.2 < 3", "safer-buffer@>= 2.1.2 < 3.0.0": version "2.1.2" resolved "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz" integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== -sass-lint@^1.13.1: - version "1.13.1" - resolved "https://registry.npmjs.org/sass-lint/-/sass-lint-1.13.1.tgz" - integrity sha512-DSyah8/MyjzW2BWYmQWekYEKir44BpLqrCFsgs9iaWiVTcwZfwXHF586hh3D1n+/9ihUNMfd8iHAyb9KkGgs7Q== - dependencies: - commander "^2.8.1" - eslint "^2.7.0" - front-matter "2.1.2" - fs-extra "^3.0.1" - glob "^7.0.0" - globule "^1.0.0" - gonzales-pe-sl "^4.2.3" - js-yaml "^3.5.4" - known-css-properties "^0.3.0" - lodash.capitalize "^4.1.0" - lodash.kebabcase "^4.0.0" - merge "^1.2.0" - path-is-absolute "^1.0.0" - util "^0.10.3" - -sass-loader@14.1.1: - version "14.1.1" - resolved "https://registry.npmjs.org/sass-loader/-/sass-loader-14.1.1.tgz" - integrity sha512-QX8AasDg75monlybel38BZ49JP5Z+uSKfKwF2rO7S74BywaRmGQMUBw9dtkS+ekyM/QnP+NOrRYq8ABMZ9G8jw== +sass-loader@16.0.5: + version "16.0.5" + resolved "https://registry.npmjs.org/sass-loader/-/sass-loader-16.0.5.tgz" + integrity sha512-oL+CMBXrj6BZ/zOq4os+UECPL+bWqt6OAC6DWS8Ln8GZRcMDjlJ4JC3FBDuHJdYaFWIdKNIBYmtZtK2MaMkNIw== dependencies: neo-async "^2.6.2" -sass@*, sass@^1.3.0, sass@1.71.1: - version "1.71.1" - resolved "https://registry.npmjs.org/sass/-/sass-1.71.1.tgz" - integrity sha512-wovtnV2PxzteLlfNzbgm1tFXPLoZILYAMJtvoXXkD7/+1uP41eKkIt1ypWq5/q2uT94qHjXehEYfmjKOvjL9sg== +sass@*, sass@^1.3.0, sass@1.85.0: + version "1.85.0" + resolved "https://registry.npmjs.org/sass/-/sass-1.85.0.tgz" + integrity sha512-3ToiC1xZ1Y8aU7+CkgCI/tqyuPXEmYGJXO7H4uqp0xkLXUqp88rQQ4j1HmP37xSJLbCJPaIiv+cT1y+grssrww== dependencies: - chokidar ">=3.0.0 <4.0.0" - immutable "^4.0.0" + chokidar "^4.0.0" + immutable "^5.0.2" source-map-js ">=0.6.2 <2.0.0" + optionalDependencies: + "@parcel/watcher" "^2.4.1" -saucelabs@^1.5.0: - version "1.5.0" - resolved "https://registry.npmjs.org/saucelabs/-/saucelabs-1.5.0.tgz" - integrity sha512-jlX3FGdWvYf4Q3LFfFWS1QvPg3IGCGWxIc8QBFdPTbpTJnt/v17FHXYVAn7C8sHf1yUXo2c7yIM0isDryfYtHQ== - dependencies: - https-proxy-agent "^2.2.1" - -sax@^1.2.4, sax@>=0.6.0: +sax@^1.2.4: version "1.2.4" resolved "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz" integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw== -schema-utils@^3.0.0, schema-utils@^3.1.1, schema-utils@^3.2.0: - version "3.3.0" - resolved "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz" - integrity sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg== - dependencies: - "@types/json-schema" "^7.0.8" - ajv "^6.12.5" - ajv-keywords "^3.5.2" - -schema-utils@^4.0.0, schema-utils@^4.2.0: - version "4.2.0" - resolved "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz" - integrity sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw== +schema-utils@^4.0.0, schema-utils@^4.2.0, schema-utils@^4.3.0, schema-utils@^4.3.3: + version "4.3.3" + resolved "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.3.tgz" + integrity sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA== dependencies: "@types/json-schema" "^7.0.9" ajv "^8.9.0" @@ -7229,17 +6121,7 @@ select-hose@^2.0.0: resolved "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz" integrity sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg== -selenium-webdriver@^3.0.1, selenium-webdriver@3.6.0: - version "3.6.0" - resolved "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-3.6.0.tgz" - integrity sha512-WH7Aldse+2P5bbFBO4Gle/nuQOdVwpHMTL6raL3uuBj/vPG07k6uzt3aiahu352ONBr5xXh0hDlM3LhtXPOC4Q== - dependencies: - jszip "^3.1.3" - rimraf "^2.5.4" - tmp "0.0.30" - xml2js "^0.4.17" - -selfsigned@^2.1.1, selfsigned@^2.4.1: +selfsigned@^2.4.1: version "2.4.1" resolved "https://registry.npmjs.org/selfsigned/-/selfsigned-2.4.1.tgz" integrity sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q== @@ -7247,51 +6129,25 @@ selfsigned@^2.1.1, selfsigned@^2.4.1: "@types/node-forge" "^1.3.0" node-forge "^1" -semver-dsl@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/semver-dsl/-/semver-dsl-1.0.1.tgz" - integrity sha512-e8BOaTo007E3dMuQQTnPdalbKTABKNS7UxoBIDnwOqRa+QwMrCPjynB8zAlPF6xlqUfdLPPLIJ13hJNmhtq8Ng== - dependencies: - semver "^5.3.0" - -semver@^5.3.0: - version "5.7.2" - resolved "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz" - integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g== - semver@^5.6.0: version "5.7.2" resolved "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz" integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g== -semver@^6.3.0: - version "6.3.1" - resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz" - integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== - semver@^6.3.1: version "6.3.1" resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz" integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== -semver@^7.0.0, semver@^7.1.1, semver@^7.3.5, semver@^7.5.3, semver@^7.5.4: - version "7.5.4" - resolved "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz" - integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA== - dependencies: - lru-cache "^6.0.0" - -semver@7.6.0: - version "7.6.0" - resolved "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz" - integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg== - dependencies: - lru-cache "^6.0.0" +semver@^7.0.0, semver@^7.1.1, semver@^7.3.5, semver@^7.5.3, semver@^7.5.4, semver@7.7.1: + version "7.7.1" + resolved "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz" + integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA== -send@0.18.0: - version "0.18.0" - resolved "https://registry.npmjs.org/send/-/send-0.18.0.tgz" - integrity sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg== +send@0.19.0: + version "0.19.0" + resolved "https://registry.npmjs.org/send/-/send-0.19.0.tgz" + integrity sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw== dependencies: debug "2.6.9" depd "2.0.0" @@ -7307,7 +6163,7 @@ send@0.18.0: range-parser "~1.2.1" statuses "2.0.1" -serialize-javascript@^6.0.0, serialize-javascript@^6.0.1: +serialize-javascript@^6.0.2: version "6.0.2" resolved "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz" integrity sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g== @@ -7327,43 +6183,21 @@ serve-index@^1.9.1: mime-types "~2.1.17" parseurl "~1.3.2" -serve-static@1.15.0: - version "1.15.0" - resolved "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz" - integrity sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g== +serve-static@1.16.2: + version "1.16.2" + resolved "https://registry.npmjs.org/serve-static/-/serve-static-1.16.2.tgz" + integrity sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw== dependencies: - encodeurl "~1.0.2" + encodeurl "~2.0.0" escape-html "~1.0.3" parseurl "~1.3.3" - send "0.18.0" - -set-blocking@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz" - integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc= + send "0.19.0" set-cookie-parser@^2.4.8: version "2.6.0" resolved "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.6.0.tgz" integrity sha512-RVnVQxTXuerk653XfuliOxBP81Sf0+qfQE73LIYKcyMYHG94AuH0kgrQpRDuTZnSmjpysHmzxJXKNfa6PjFhyQ== -set-function-length@^1.2.1: - version "1.2.2" - resolved "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz" - integrity sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg== - dependencies: - define-data-property "^1.1.4" - es-errors "^1.3.0" - function-bind "^1.1.2" - get-intrinsic "^1.2.4" - gopd "^1.0.1" - has-property-descriptors "^1.0.2" - -setimmediate@^1.0.5: - version "1.0.5" - resolved "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz" - integrity sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA== - setprototypeof@1.1.0: version "1.1.0" resolved "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz" @@ -7398,32 +6232,47 @@ shell-quote@^1.8.1: resolved "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz" integrity sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA== -shelljs@^0.6.0: - version "0.6.1" - resolved "https://registry.npmjs.org/shelljs/-/shelljs-0.6.1.tgz" - integrity sha512-B1vvzXQlJ77SURr3SIUQ/afh+LwecDKAVKE1wqkBlr2PCHoZDaF6MFD+YX1u9ddQjR4z2CKx1tdqvS2Xfs5h1A== +side-channel-list@^1.0.0: + version "1.0.0" + resolved "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz" + integrity sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA== + dependencies: + es-errors "^1.3.0" + object-inspect "^1.13.3" + +side-channel-map@^1.0.1: + version "1.0.1" + resolved "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz" + integrity sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA== + dependencies: + call-bound "^1.0.2" + es-errors "^1.3.0" + get-intrinsic "^1.2.5" + object-inspect "^1.13.3" -shiki@^0.14.7: - version "0.14.7" - resolved "https://registry.npmjs.org/shiki/-/shiki-0.14.7.tgz" - integrity sha512-dNPAPrxSc87ua2sKJ3H5dQ/6ZaY8RNnaAqK+t0eG7p0Soi2ydiqbGOTaZCqaYvA/uZYfS1LJnemt3Q+mSfcPCg== +side-channel-weakmap@^1.0.2: + version "1.0.2" + resolved "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz" + integrity sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A== dependencies: - ansi-sequence-parser "^1.1.0" - jsonc-parser "^3.2.0" - vscode-oniguruma "^1.7.0" - vscode-textmate "^8.0.0" + call-bound "^1.0.2" + es-errors "^1.3.0" + get-intrinsic "^1.2.5" + object-inspect "^1.13.3" + side-channel-map "^1.0.1" -side-channel@^1.0.4: - version "1.0.6" - resolved "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz" - integrity sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA== +side-channel@^1.0.6: + version "1.1.0" + resolved "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz" + integrity sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw== dependencies: - call-bind "^1.0.7" es-errors "^1.3.0" - get-intrinsic "^1.2.4" - object-inspect "^1.13.1" + object-inspect "^1.13.3" + side-channel-list "^1.0.0" + side-channel-map "^1.0.1" + side-channel-weakmap "^1.0.2" -signal-exit@^3.0.2, signal-exit@^3.0.3: +signal-exit@^3.0.2: version "3.0.7" resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz" integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== @@ -7433,34 +6282,43 @@ signal-exit@^4.0.1: resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz" integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw== -sigstore@^2.2.0: - version "2.2.2" - resolved "https://registry.npmjs.org/sigstore/-/sigstore-2.2.2.tgz" - integrity sha512-2A3WvXkQurhuMgORgT60r6pOWiCOO5LlEqY2ADxGBDGVYLSo5HN0uLtb68YpVpuL/Vi8mLTe7+0Dx2Fq8lLqEg== - dependencies: - "@sigstore/bundle" "^2.2.0" - "@sigstore/core" "^1.0.0" - "@sigstore/protobuf-specs" "^0.3.0" - "@sigstore/sign" "^2.2.3" - "@sigstore/tuf" "^2.3.1" - "@sigstore/verify" "^1.1.0" +signal-exit@^4.1.0: + version "4.1.0" + resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz" + integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw== -simple-update-notifier@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/simple-update-notifier/-/simple-update-notifier-2.0.0.tgz" - integrity sha512-a2B9Y0KlNXl9u/vsW6sTIu9vGEpfKu2wRV6l1H3XEas/0gUIzGzBoP/IouTcUQbm9JWZLH3COxyn03TYlFax6w== +sigstore@^3.0.0: + version "3.1.0" + resolved "https://registry.npmjs.org/sigstore/-/sigstore-3.1.0.tgz" + integrity sha512-ZpzWAFHIFqyFE56dXqgX/DkDRZdz+rRcjoIk/RQU4IX0wiCv1l8S7ZrXDHcCc+uaf+6o7w3h2l3g6GYG5TKN9Q== dependencies: - semver "^7.5.3" + "@sigstore/bundle" "^3.1.0" + "@sigstore/core" "^2.0.0" + "@sigstore/protobuf-specs" "^0.4.0" + "@sigstore/sign" "^3.1.0" + "@sigstore/tuf" "^3.1.0" + "@sigstore/verify" "^2.1.0" -slash@^4.0.0: - version "4.0.0" - resolved "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz" - integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew== +slash@^5.1.0: + version "5.1.0" + resolved "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz" + integrity sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg== -slice-ansi@0.0.4: - version "0.0.4" - resolved "https://registry.npmjs.org/slice-ansi/-/slice-ansi-0.0.4.tgz" - integrity sha512-up04hB2hR92PgjpyU3y/eg91yIBILyjVY26NvvciY3EVVPjybkMszMpXQ9QAkcS3I5rtJBDLoTxxg+qvW8c7rw== +slice-ansi@^5.0.0: + version "5.0.0" + resolved "https://registry.npmjs.org/slice-ansi/-/slice-ansi-5.0.0.tgz" + integrity sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ== + dependencies: + ansi-styles "^6.0.0" + is-fullwidth-code-point "^4.0.0" + +slice-ansi@^7.1.0: + version "7.1.2" + resolved "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.2.tgz" + integrity sha512-iOBWFgUX7caIZiuutICxVgX1SdxwAVFFKwt1EvMYYec/NWO5meOJ6K5uQxhrYBdQJne4KxiqZc+KptFOWFSI9w== + dependencies: + ansi-styles "^6.2.1" + is-fullwidth-code-point "^5.0.0" smart-buffer@^4.2.0: version "4.2.0" @@ -7468,11 +6326,12 @@ smart-buffer@^4.2.0: integrity sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg== socket.io-adapter@~2.5.2: - version "2.5.2" - resolved "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.5.2.tgz" - integrity sha512-87C3LO/NOMc+eMcpcxUBebGjkpMDkNBS9tf7KJqcDsmL936EChtVva71Dw2q4tQcuVC+hAUy4an2NO/sYXmwRA== + version "2.5.5" + resolved "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.5.5.tgz" + integrity sha512-eLDQas5dzPgOWCk9GuuJC2lBqItuhKI4uxGgo9aIV7MYbk2h9Q6uULEh8WBzThoI7l+qU9Ast9fVUmkqPP9wYg== dependencies: - ws "~8.11.0" + debug "~4.3.4" + ws "~8.17.1" socket.io-parser@~4.2.4: version "4.2.4" @@ -7483,15 +6342,15 @@ socket.io-parser@~4.2.4: debug "~4.3.1" socket.io@^4.7.2: - version "4.7.3" - resolved "https://registry.npmjs.org/socket.io/-/socket.io-4.7.3.tgz" - integrity sha512-SE+UIQXBQE+GPG2oszWMlsEmWtHVqw/h1VrYJGK5/MC7CH5p58N448HwIrtREcvR4jfdOJAY4ieQfxMr55qbbw== + version "4.8.1" + resolved "https://registry.npmjs.org/socket.io/-/socket.io-4.8.1.tgz" + integrity sha512-oZ7iUCxph8WYRHHcjBEc9unw3adt5CmSNlppj/5Q4k2RIrhl8Z5yY2Xr4j9zj0+wzVZ0bxmYoGSzKJnRl6A4yg== dependencies: accepts "~1.3.4" base64id "~2.0.0" cors "~2.8.5" debug "~4.3.2" - engine.io "~6.5.2" + engine.io "~6.6.0" socket.io-adapter "~2.5.2" socket.io-parser "~4.2.4" @@ -7504,34 +6363,27 @@ sockjs@^0.3.24: uuid "^8.3.2" websocket-driver "^0.7.4" -socks-proxy-agent@^8.0.1: - version "8.0.2" - resolved "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.2.tgz" - integrity sha512-8zuqoLv1aP/66PHF5TqwJ7Czm3Yv32urJQHrVyhD7mmA6d61Zv8cIXQYPTWwmg6qlupnPvs/QKDmfa4P/qct2g== +socks-proxy-agent@^8.0.3: + version "8.0.5" + resolved "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.5.tgz" + integrity sha512-HehCEsotFqbPW9sJ8WVYB6UbmIMv7kUUORIF2Nncq4VQvBfNBLibW9YZR5dlYCSUhwcD628pRllm7n+E+YTzJw== dependencies: - agent-base "^7.0.2" + agent-base "^7.1.2" debug "^4.3.4" - socks "^2.7.1" + socks "^2.8.3" -socks@^2.7.1: - version "2.8.1" - resolved "https://registry.npmjs.org/socks/-/socks-2.8.1.tgz" - integrity sha512-B6w7tkwNid7ToxjZ08rQMT8M9BJAf8DKx8Ft4NivzH0zBUfd6jldGcisJn/RLgxcX3FPNDdNQCUEMMT79b+oCQ== +socks@^2.8.3: + version "2.8.7" + resolved "https://registry.npmjs.org/socks/-/socks-2.8.7.tgz" + integrity sha512-HLpt+uLy/pxB+bum/9DzAgiKS8CX1EvbWxI4zlmgGCExImLdiad2iCwXT5Z4c9c3Eq8rP2318mPW2c+QbtjK8A== dependencies: - ip-address "^9.0.5" + ip-address "^10.0.1" smart-buffer "^4.2.0" -sonic-forest@^1.0.0: - version "1.0.3" - resolved "https://registry.npmjs.org/sonic-forest/-/sonic-forest-1.0.3.tgz" - integrity sha512-dtwajos6IWMEWXdEbW1IkEkyL2gztCAgDplRIX+OT5aRKnEd5e7r7YCxRgXZdhRP1FBdOBf8axeTPhzDv8T4wQ== - dependencies: - tree-dump "^1.0.0" - -source-map-js@^1.0.2, "source-map-js@>=0.6.2 <2.0.0": - version "1.0.2" - resolved "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz" - integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw== +source-map-js@^1.0.2, source-map-js@^1.2.1, "source-map-js@>=0.6.2 <2.0.0": + version "1.2.1" + resolved "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz" + integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA== source-map-loader@5.0.0: version "5.0.0" @@ -7549,18 +6401,6 @@ source-map-support@^0.5.5, source-map-support@~0.5.20, source-map-support@0.5.21 buffer-from "^1.0.0" source-map "^0.6.0" -source-map-support@~0.4.0: - version "0.4.18" - resolved "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.18.tgz" - integrity sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA== - dependencies: - source-map "^0.5.6" - -source-map@^0.5.6, source-map@^0.5.7: - version "0.5.7" - resolved "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz" - integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= - source-map@^0.6.0: version "0.6.1" resolved "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz" @@ -7608,9 +6448,9 @@ spdx-expression-parse@^3.0.0: spdx-license-ids "^3.0.0" spdx-license-ids@^3.0.0: - version "3.0.17" - resolved "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.17.tgz" - integrity sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg== + version "3.0.22" + resolved "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.22.tgz" + integrity sha512-4PRT4nh1EImPbt2jASOKHX7PB7I+e4IWNLvkKFDxNhJlfjbYlleYQh285Z/3mPTHSAK/AvdMmw5BNNuYH8ShgQ== spdy-transport@^3.0.0: version "3.0.0" @@ -7635,35 +6475,10 @@ spdy@^4.0.2: select-hose "^2.0.0" spdy-transport "^3.0.0" -sprintf-js@^1.1.2, sprintf-js@^1.1.3: - version "1.1.3" - resolved "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz" - integrity sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA== - -sprintf-js@~1.0.2: - version "1.0.3" - resolved "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz" - integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw= - -sshpk@^1.7.0: - version "1.18.0" - resolved "https://registry.npmjs.org/sshpk/-/sshpk-1.18.0.tgz" - integrity sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ== - dependencies: - asn1 "~0.2.3" - assert-plus "^1.0.0" - bcrypt-pbkdf "^1.0.0" - dashdash "^1.12.0" - ecc-jsbn "~0.1.1" - getpass "^0.1.1" - jsbn "~0.1.0" - safer-buffer "^2.0.2" - tweetnacl "~0.14.0" - -ssri@^10.0.0: - version "10.0.5" - resolved "https://registry.npmjs.org/ssri/-/ssri-10.0.5.tgz" - integrity sha512-bSf16tAFkGeRlUNDjXu8FzaMQt6g2HZJrun7mtMbIPOddxt3GLMSz5VWUWcqTJUPfLEaDIepGxv+bYQW49596A== +ssri@^12.0.0: + version "12.0.0" + resolved "https://registry.npmjs.org/ssri/-/ssri-12.0.0.tgz" + integrity sha512-S7iGNosepx9RadX82oimUkvr0Ct7IjJbEbs4mJcTxst8um95J3sDYU1RBEOvdu6oL1Wek2ODI5i4MAw+dZ6cAQ== dependencies: minipass "^7.0.3" @@ -7702,24 +6517,16 @@ string_decoder@^1.1.1, string_decoder@~1.1.1: is-fullwidth-code-point "^3.0.0" strip-ansi "^6.0.1" -string-width@^1.0.1: - version "1.0.2" - resolved "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz" - integrity sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M= - dependencies: - code-point-at "^1.0.0" - is-fullwidth-code-point "^1.0.0" - strip-ansi "^3.0.0" - -string-width@^2.0.0: - version "2.1.1" - resolved "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz" - integrity sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw== +string-width@^4.1.0: + version "4.2.3" + resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" + integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== dependencies: - is-fullwidth-code-point "^2.0.0" - strip-ansi "^4.0.0" + emoji-regex "^8.0.0" + is-fullwidth-code-point "^3.0.0" + strip-ansi "^6.0.1" -string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: +string-width@^4.2.0, string-width@^4.2.3: version "4.2.3" resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== @@ -7737,6 +6544,15 @@ string-width@^5.0.1, string-width@^5.1.2: emoji-regex "^9.2.2" strip-ansi "^7.0.1" +string-width@^7.0.0, string-width@^7.2.0: + version "7.2.0" + resolved "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz" + integrity sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ== + dependencies: + emoji-regex "^10.3.0" + get-east-asian-width "^1.0.0" + strip-ansi "^7.1.0" + "strip-ansi-cjs@npm:strip-ansi@^6.0.1": version "6.0.1" resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" @@ -7744,20 +6560,6 @@ string-width@^5.0.1, string-width@^5.1.2: dependencies: ansi-regex "^5.0.1" -strip-ansi@^3.0.0: - version "3.0.1" - resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz" - integrity sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8= - dependencies: - ansi-regex "^2.0.0" - -strip-ansi@^4.0.0: - version "4.0.0" - resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz" - integrity sha1-qEeQIusaw2iocTibY1JixQXuNo8= - dependencies: - ansi-regex "^3.0.0" - strip-ansi@^6.0.0, strip-ansi@^6.0.1: version "6.0.1" resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" @@ -7765,47 +6567,18 @@ strip-ansi@^6.0.0, strip-ansi@^6.0.1: dependencies: ansi-regex "^5.0.1" -strip-ansi@^7.0.1: - version "7.1.0" - resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz" - integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ== +strip-ansi@^7.0.1, strip-ansi@^7.1.0: + version "7.1.2" + resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz" + integrity sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA== dependencies: ansi-regex "^6.0.1" -strip-final-newline@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz" - integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA== - strip-json-comments@^3.1.1: version "3.1.1" resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz" integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== -strip-json-comments@~1.0.1: - version "1.0.4" - resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz" - integrity sha1-HhX7ysl9Pumb8tc7TGVrCCu6+5E= - -supports-color@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz" - integrity sha1-U10EXOa2Nj+kARcIRimZXp3zJMc= - -supports-color@^5.3.0: - version "5.5.0" - resolved "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz" - integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== - dependencies: - has-flag "^3.0.0" - -supports-color@^5.5.0: - version "5.5.0" - resolved "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz" - integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== - dependencies: - has-flag "^3.0.0" - supports-color@^7.1.0: version "7.2.0" resolved "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz" @@ -7830,27 +6603,15 @@ symbol-observable@4.0.0: resolved "https://registry.npmjs.org/symbol-observable/-/symbol-observable-4.0.0.tgz" integrity sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ== -table@^3.7.8: - version "3.8.3" - resolved "https://registry.npmjs.org/table/-/table-3.8.3.tgz" - integrity sha1-K7xULw/amGGnVdOUf+/Ys/UThV8= - dependencies: - ajv "^4.7.0" - ajv-keywords "^1.0.0" - chalk "^1.1.1" - lodash "^4.0.0" - slice-ansi "0.0.4" - string-width "^2.0.0" - -tapable@^2.1.1, tapable@^2.2.0, tapable@^2.2.1: - version "2.2.1" - resolved "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz" - integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ== +tapable@^2.1.1, tapable@^2.2.0, tapable@^2.2.1, tapable@^2.3.0: + version "2.3.0" + resolved "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz" + integrity sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg== -tar@^6.1.11, tar@^6.1.2: - version "6.2.0" - resolved "https://registry.npmjs.org/tar/-/tar-6.2.0.tgz" - integrity sha512-/Wo7DcT0u5HUV486xg675HtjNd3BXZ6xDbzsCUZPt5iw8bTQ63bP0Raut3mvro9u+CUyq7YQd8Cx55fsZXxqLQ== +tar@^6.1.11: + version "6.2.1" + resolved "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz" + integrity sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A== dependencies: chownr "^2.0.0" fs-minipass "^2.0.0" @@ -7859,88 +6620,60 @@ tar@^6.1.11, tar@^6.1.2: mkdirp "^1.0.3" yallist "^4.0.0" -terser-webpack-plugin@^5.3.10: - version "5.3.10" - resolved "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz" - integrity sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w== +tar@^7.4.3: + version "7.5.2" + resolved "https://registry.npmjs.org/tar/-/tar-7.5.2.tgz" + integrity sha512-7NyxrTE4Anh8km8iEy7o0QYPs+0JKBTj5ZaqHg6B39erLg0qYXN3BijtShwbsNSvQ+LN75+KV+C4QR/f6Gwnpg== + dependencies: + "@isaacs/fs-minipass" "^4.0.0" + chownr "^3.0.0" + minipass "^7.1.2" + minizlib "^3.1.0" + yallist "^5.0.0" + +terser-webpack-plugin@^5.3.11: + version "5.3.14" + resolved "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.14.tgz" + integrity sha512-vkZjpUjb6OMS7dhV+tILUW6BhpDR7P2L/aQSAv+Uwk+m8KATX9EccViHTJR2qDtACKPIYndLGCyl3FMo+r2LMw== dependencies: - "@jridgewell/trace-mapping" "^0.3.20" + "@jridgewell/trace-mapping" "^0.3.25" jest-worker "^27.4.5" - schema-utils "^3.1.1" - serialize-javascript "^6.0.1" - terser "^5.26.0" + schema-utils "^4.3.0" + serialize-javascript "^6.0.2" + terser "^5.31.1" -terser@^5.26.0, terser@^5.4.0, terser@5.29.1: - version "5.29.1" - resolved "https://registry.npmjs.org/terser/-/terser-5.29.1.tgz" - integrity sha512-lZQ/fyaIGxsbGxApKmoPTODIzELy3++mXhS5hOqaAWZjQtpq/hFHAc+rm29NND1rYRxRWKcjuARNwULNXa5RtQ== +terser@^5.16.0, terser@^5.31.1, terser@5.39.0: + version "5.39.0" + resolved "https://registry.npmjs.org/terser/-/terser-5.39.0.tgz" + integrity sha512-LBAhFyLho16harJoWMg/nZsQYgTrg5jXOn2nCYjRUcZZEdE3qa2zb8QEDRUGVZBW4rlazf2fxkg8tztybTaqWw== dependencies: "@jridgewell/source-map" "^0.3.3" acorn "^8.8.2" commander "^2.20.0" source-map-support "~0.5.20" -test-exclude@^6.0.0: - version "6.0.0" - resolved "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz" - integrity sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w== - dependencies: - "@istanbuljs/schema" "^0.1.2" - glob "^7.1.4" - minimatch "^3.0.4" - -text-table@^0.2.0, text-table@~0.2.0: - version "0.2.0" - resolved "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz" - integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ= - -thingies@^1.20.0: - version "1.21.0" - resolved "https://registry.npmjs.org/thingies/-/thingies-1.21.0.tgz" - integrity sha512-hsqsJsFMsV+aD4s3CWKk85ep/3I9XzYV/IXaSouJMYIoDlgyi11cBhsqYe9/geRfB0YIikBQg6raRaM+nIMP9g== - -through@^2.3.6, through@X.X.X: - version "2.3.8" - resolved "https://registry.npmjs.org/through/-/through-2.3.8.tgz" - integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU= - -through2@^4.0.2: - version "4.0.2" - resolved "https://registry.npmjs.org/through2/-/through2-4.0.2.tgz" - integrity sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw== - dependencies: - readable-stream "3" +thingies@^2.5.0: + version "2.5.0" + resolved "https://registry.npmjs.org/thingies/-/thingies-2.5.0.tgz" + integrity sha512-s+2Bwztg6PhWUD7XMfeYm5qliDdSiZm7M7n8KjTkIsm3l/2lgVRc2/Gx/v+ZX8lT4FMA+i8aQvhcWylldc+ZNw== thunky@^1.0.2: version "1.1.0" resolved "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz" integrity sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA== -tmp@^0.0.33: - version "0.0.33" - resolved "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz" - integrity sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw== +tinyglobby@^0.2.12, tinyglobby@^0.2.13: + version "0.2.15" + resolved "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz" + integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ== dependencies: - os-tmpdir "~1.0.2" + fdir "^6.5.0" + picomatch "^4.0.3" tmp@^0.2.1: - version "0.2.1" - resolved "https://registry.npmjs.org/tmp/-/tmp-0.2.1.tgz" - integrity sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ== - dependencies: - rimraf "^3.0.0" - -tmp@0.0.30: - version "0.0.30" - resolved "https://registry.npmjs.org/tmp/-/tmp-0.0.30.tgz" - integrity sha512-HXdTB7lvMwcb55XFfrTM8CPr/IYREk4hVBFaQ4b/6nInrluSL86hfHm7vu0luYKCfyBZp2trCjpc8caC3vVM3w== - dependencies: - os-tmpdir "~1.0.1" - -to-fast-properties@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz" - integrity sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4= + version "0.2.5" + resolved "https://registry.npmjs.org/tmp/-/tmp-0.2.5.tgz" + integrity sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow== to-regex-range@^5.0.1: version "5.0.1" @@ -7954,11 +6687,6 @@ toidentifier@1.0.1: resolved "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz" integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA== -touch@^3.1.0: - version "3.1.1" - resolved "https://registry.npmjs.org/touch/-/touch-3.1.1.tgz" - integrity sha512-r0eojU4bI8MnHr8c5bNo7lJDdI2qXlWWJk6a9EAFG7vbhTjElYhBVS3/miuE0uOuoLdb8Mc/rVfsmm6eo5o9GA== - tough-cookie@^4.0.0: version "4.1.3" resolved "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz" @@ -7969,34 +6697,21 @@ tough-cookie@^4.0.0: universalify "^0.2.0" url-parse "^1.5.3" -tough-cookie@~2.5.0: - version "2.5.0" - resolved "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz" - integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g== - dependencies: - psl "^1.1.28" - punycode "^2.1.1" - tr46@~0.0.3: version "0.0.3" resolved "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz" integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o= -tree-dump@^1.0.0: - version "1.0.1" - resolved "https://registry.npmjs.org/tree-dump/-/tree-dump-1.0.1.tgz" - integrity sha512-WCkcRBVPSlHHq1dc/px9iOfqklvzCbdRwvlNfxGZsrHqf6aZttfPrd7DJTt6oR10dwUfpFFQeVTkPbBIZxX/YA== +tree-dump@^1.0.3, tree-dump@^1.1.0: + version "1.1.0" + resolved "https://registry.npmjs.org/tree-dump/-/tree-dump-1.1.0.tgz" + integrity sha512-rMuvhU4MCDbcbnleZTFezWsaZXRFemSqAM+7jPnzUl1fo9w3YEKOxAeui0fz3OI4EU4hf23iyA7uQRVko+UaBA== tree-kill@1.2.2: version "1.2.2" resolved "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz" integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A== -ts-helpers@1.1.2: - version "1.1.2" - resolved "https://registry.npmjs.org/ts-helpers/-/ts-helpers-1.1.2.tgz" - integrity sha1-/Gm+nx87rtAfsaDvjUz+dIgU2DU= - ts-node@~10.9.2: version "10.9.2" resolved "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz" @@ -8016,96 +6731,19 @@ ts-node@~10.9.2: v8-compile-cache-lib "^3.0.1" yn "3.1.1" -tslib@^1.10.0, tslib@^1.13.0, tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0: - version "1.14.1" - resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz" - integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== - -tslib@^2, tslib@^2.0.0, tslib@2: - version "2.6.2" - resolved "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz" - integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q== - -tslib@^2.1.0: - version "2.6.2" - resolved "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz" - integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q== - -tslib@^2.3.0: - version "2.3.1" - resolved "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz" - integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw== - -tslib@2.6.2: - version "2.6.2" - resolved "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz" - integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q== - -"tslint@^5.0.0 || ^6.0.0", tslint@^6.1.3: - version "6.1.3" - resolved "https://registry.npmjs.org/tslint/-/tslint-6.1.3.tgz" - integrity sha512-IbR4nkT96EQOvKE2PW/djGz8iGNeJ4rF2mBfiYaR/nvUWYKJhLwimoJKgjIFEIDibBtOevj7BqCRL4oHeWWUCg== - dependencies: - "@babel/code-frame" "^7.0.0" - builtin-modules "^1.1.1" - chalk "^2.3.0" - commander "^2.12.1" - diff "^4.0.1" - glob "^7.1.1" - js-yaml "^3.13.1" - minimatch "^3.0.4" - mkdirp "^0.5.3" - resolve "^1.3.2" - semver "^5.3.0" - tslib "^1.13.0" - tsutils "^2.29.0" - -tslint@^5.9.1: - version "5.20.1" - resolved "https://registry.npmjs.org/tslint/-/tslint-5.20.1.tgz" - integrity sha512-EcMxhzCFt8k+/UP5r8waCf/lzmeSyVlqxqMEDQE7rWYiQky8KpIBz1JAoYXfROHrPZ1XXd43q8yQnULOLiBRQg== - dependencies: - "@babel/code-frame" "^7.0.0" - builtin-modules "^1.1.1" - chalk "^2.3.0" - commander "^2.12.1" - diff "^4.0.1" - glob "^7.1.1" - js-yaml "^3.13.1" - minimatch "^3.0.4" - mkdirp "^0.5.1" - resolve "^1.3.2" - semver "^5.3.0" - tslib "^1.8.0" - tsutils "^2.29.0" - -tsutils@^2.25.0, tsutils@^2.29.0: - version "2.29.0" - resolved "https://registry.npmjs.org/tsutils/-/tsutils-2.29.0.tgz" - integrity sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA== - dependencies: - tslib "^1.8.1" - -tuf-js@^2.2.0: - version "2.2.0" - resolved "https://registry.npmjs.org/tuf-js/-/tuf-js-2.2.0.tgz" - integrity sha512-ZSDngmP1z6zw+FIkIBjvOp/II/mIub/O7Pp12j1WNsiCpg5R5wAc//i555bBQsE44O94btLt0xM/Zr2LQjwdCg== - dependencies: - "@tufjs/models" "2.0.0" - debug "^4.3.4" - make-fetch-happen "^13.0.0" +tslib@^2, tslib@^2.0.0, tslib@^2.1.0, tslib@^2.3.0, tslib@2, tslib@2.8.1: + version "2.8.1" + resolved "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz" + integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w== -tunnel-agent@^0.6.0: - version "0.6.0" - resolved "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz" - integrity sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w== +tuf-js@^3.0.1: + version "3.1.0" + resolved "https://registry.npmjs.org/tuf-js/-/tuf-js-3.1.0.tgz" + integrity sha512-3T3T04WzowbwV2FDiGXBbr81t64g1MUGGJRgT4x5o97N+8ArdhVCAF9IxFrxuSJmM3E5Asn7nKHkao0ibcZXAg== dependencies: - safe-buffer "^5.0.1" - -tweetnacl@^0.14.3, tweetnacl@~0.14.0: - version "0.14.5" - resolved "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz" - integrity sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA== + "@tufjs/models" "3.0.1" + debug "^4.4.1" + make-fetch-happen "^14.0.3" type-check@^0.4.0, type-check@~0.4.0: version "0.4.0" @@ -8114,18 +6752,6 @@ type-check@^0.4.0, type-check@~0.4.0: dependencies: prelude-ls "^1.2.1" -type-check@~0.3.2: - version "0.3.2" - resolved "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz" - integrity sha1-WITKtRLPHTVeP7eE8wgEsrUg23I= - dependencies: - prelude-ls "~1.1.2" - -type-fest@^0.21.3: - version "0.21.3" - resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz" - integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w== - type-is@~1.6.18: version "1.6.18" resolved "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz" @@ -8134,75 +6760,46 @@ type-is@~1.6.18: media-typer "0.3.0" mime-types "~2.1.24" -type@^1.0.1: - version "1.2.0" - resolved "https://registry.npmjs.org/type/-/type-1.2.0.tgz" - integrity sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg== - -type@^2.5.0: - version "2.6.0" - resolved "https://registry.npmjs.org/type/-/type-2.6.0.tgz" - integrity sha512-eiDBDOmkih5pMbo9OqsqPRGMljLodLcwd5XD5JbtNB0o89xZAwynY9EdCDsJU7LtcVCClu9DvM7/0Ep1hYX3EQ== - -type@^2.7.2: - version "2.7.2" - resolved "https://registry.npmjs.org/type/-/type-2.7.2.tgz" - integrity sha512-dzlvlNlt6AXU7EBSfpAscydQ7gXB+pPGsPnfJnZpiNJBDj7IaJzQlBZYGdEi4R9HmPdBv2XmWJ6YUtoTa7lmCw== - typed-assert@^1.0.8: version "1.0.9" resolved "https://registry.npmjs.org/typed-assert/-/typed-assert-1.0.9.tgz" integrity sha512-KNNZtayBCtmnNmbo5mG47p1XsCyrx6iVqomjcZnec/1Y5GGARaxPs6r49RnSPeUP3YjNYiU9sQHAtY4BBvnZwg== -typedarray@^0.0.6: - version "0.0.6" - resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz" - integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= - -typedoc@^0.25.13: - version "0.25.13" - resolved "https://registry.npmjs.org/typedoc/-/typedoc-0.25.13.tgz" - integrity sha512-pQqiwiJ+Z4pigfOnnysObszLiU3mVLWAExSPf+Mu06G/qsc3wzbuM56SZQvONhHLncLUhYzOVkjFFpFfL5AzhQ== +typedoc@^0.27.5: + version "0.27.9" + resolved "https://registry.npmjs.org/typedoc/-/typedoc-0.27.9.tgz" + integrity sha512-/z585740YHURLl9DN2jCWe6OW7zKYm6VoQ93H0sxZ1cwHQEQrUn5BJrEnkWhfzUdyO+BLGjnKUZ9iz9hKloFDw== dependencies: + "@gerrit0/mini-shiki" "^1.24.0" lunr "^2.3.9" - marked "^4.3.0" - minimatch "^9.0.3" - shiki "^0.14.7" + markdown-it "^14.1.0" + minimatch "^9.0.5" + yaml "^2.6.1" -"typescript@>=1.8.0 <2.1.0 || >=1.9.0-dev || >=2.0.0-dev || || >=2.1.0-dev", "typescript@>=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >= 3.0.0-dev || >= 3.1.0-dev", "typescript@>=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >=3.0.0-dev || >= 3.1.0-dev || >= 3.2.0-dev", "typescript@>=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >=3.0.0-dev || >= 3.1.0-dev || >= 3.2.0-dev || >= 4.0.0-dev", typescript@>=2.7, typescript@>=2.8.3, typescript@>=4.9.5, "typescript@>=5.2 <5.5", "typescript@4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x", typescript@5.4.5: - version "5.4.5" - resolved "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz" - integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ== +typescript@>=2.7, typescript@>=4.9.5, "typescript@>=5.5 <5.9", typescript@~5.7.2, "typescript@5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x || 5.7.x || 5.8.x": + version "5.7.2" + resolved "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz" + integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg== ua-parser-js@^0.7.30: version "0.7.37" resolved "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.37.tgz" integrity sha512-xV8kqRKM+jhMvcHWUKthV9fNebIzrNy//2O9ZwWcfiBFR5f25XVZPLlEajk/sf3Ra15V92isyQqnIEXRDaZWEA== -uglify-js@^3.1.4: - version "3.15.3" - resolved "https://registry.npmjs.org/uglify-js/-/uglify-js-3.15.3.tgz" - integrity sha512-6iCVm2omGJbsu3JWac+p6kUiOpg3wFO2f8lIXjfEb8RrmLjzog1wTPMmwKB7swfzzqxj9YM+sGUM++u1qN4qJg== - -undefsafe@^2.0.5: - version "2.0.5" - resolved "https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.5.tgz" - integrity sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA== - -undici-types@~5.26.4: - version "5.26.5" - resolved "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz" - integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== +uc.micro@^2.0.0, uc.micro@^2.1.0: + version "2.1.0" + resolved "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz" + integrity sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A== -undici@6.11.1: - version "6.11.1" - resolved "https://registry.npmjs.org/undici/-/undici-6.11.1.tgz" - integrity sha512-KyhzaLJnV1qa3BSHdj4AZ2ndqI0QWPxYzaIOio0WzcEJB9gvuysprJSLtpvc2D9mhR9jPDUk7xlJlZbH2KR5iw== +undici-types@~6.21.0: + version "6.21.0" + resolved "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz" + integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ== unicode-canonical-property-names-ecmascript@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz" - integrity sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ== + version "2.0.1" + resolved "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz" + integrity sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg== unicode-match-property-ecmascript@^2.0.0: version "2.0.0" @@ -8212,34 +6809,34 @@ unicode-match-property-ecmascript@^2.0.0: unicode-canonical-property-names-ecmascript "^2.0.0" unicode-property-aliases-ecmascript "^2.0.0" -unicode-match-property-value-ecmascript@^2.1.0: - version "2.1.0" - resolved "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz" - integrity sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA== +unicode-match-property-value-ecmascript@^2.2.1: + version "2.2.1" + resolved "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.1.tgz" + integrity sha512-JQ84qTuMg4nVkx8ga4A16a1epI9H6uTXAknqxkGF/aFfRLw1xC/Bp24HNLaZhHSkWd3+84t8iXnp1J0kYcZHhg== unicode-property-aliases-ecmascript@^2.0.0: - version "2.1.0" - resolved "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz" - integrity sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w== + version "2.2.0" + resolved "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.2.0.tgz" + integrity sha512-hpbDzxUY9BFwX+UeBnxv3Sh1q7HFxj48DTmXchNgRa46lO8uj3/1iEn3MiNUYTg1g9ctIqXCCERn8gYZhHC5lQ== -unique-filename@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/unique-filename/-/unique-filename-3.0.0.tgz" - integrity sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g== - dependencies: - unique-slug "^4.0.0" +unicorn-magic@^0.3.0: + version "0.3.0" + resolved "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.3.0.tgz" + integrity sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA== -unique-slug@^4.0.0: +unique-filename@^4.0.0: version "4.0.0" - resolved "https://registry.npmjs.org/unique-slug/-/unique-slug-4.0.0.tgz" - integrity sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ== + resolved "https://registry.npmjs.org/unique-filename/-/unique-filename-4.0.0.tgz" + integrity sha512-XSnEewXmQ+veP7xX2dS5Q4yZAvO40cBN2MWkJ7D/6sW4Dg6wYBNwM1Vrnz1FhH5AdeLIlUXRI9e28z1YZi71NQ== dependencies: - imurmurhash "^0.1.4" + unique-slug "^5.0.0" -universalify@^0.1.0: - version "0.1.2" - resolved "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz" - integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== +unique-slug@^5.0.0: + version "5.0.0" + resolved "https://registry.npmjs.org/unique-slug/-/unique-slug-5.0.0.tgz" + integrity sha512-9OdaqO5kwqR+1kVgHAhsp5vPNU0hnxRa26rBFNfNgM7M6pNtgzeBn3s/xbyCQL3dcjzOatcef6UUHpB/6MaETg== + dependencies: + imurmurhash "^0.1.4" universalify@^0.2.0: version "0.2.0" @@ -8256,30 +6853,21 @@ unpipe@~1.0.0, unpipe@1.0.0: resolved "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz" integrity sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw= -update-browserslist-db@^1.0.13: - version "1.0.13" - resolved "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz" - integrity sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg== +update-browserslist-db@^1.1.4: + version "1.1.4" + resolved "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.4.tgz" + integrity sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A== dependencies: - escalade "^3.1.1" - picocolors "^1.0.0" + escalade "^3.2.0" + picocolors "^1.1.1" -uri-js@^4.2.2, uri-js@^4.4.1: +uri-js@^4.2.2: version "4.4.1" resolved "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz" integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg== dependencies: punycode "^2.1.0" -url-loader@4.1.1: - version "4.1.1" - resolved "https://registry.npmjs.org/url-loader/-/url-loader-4.1.1.tgz" - integrity sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA== - dependencies: - loader-utils "^2.0.0" - mime-types "^2.1.27" - schema-utils "^3.0.0" - url-parse@^1.5.3: version "1.5.10" resolved "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz" @@ -8288,35 +6876,16 @@ url-parse@^1.5.3: querystringify "^2.1.1" requires-port "^1.0.0" -user-home@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/user-home/-/user-home-2.0.0.tgz" - integrity sha1-nHC/2Babwdy/SGBODwS4tJzenp8= - dependencies: - os-homedir "^1.0.0" - util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1: version "1.0.2" resolved "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz" integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= -util@^0.10.3: - version "0.10.4" - resolved "https://registry.npmjs.org/util/-/util-0.10.4.tgz" - integrity sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A== - dependencies: - inherits "2.0.3" - utils-merge@1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz" integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= -uuid@^3.3.2: - version "3.4.0" - resolved "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz" - integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== - uuid@^8.3.2: version "8.3.2" resolved "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz" @@ -8335,35 +6904,27 @@ validate-npm-package-license@^3.0.4: spdx-correct "^3.0.0" spdx-expression-parse "^3.0.0" -validate-npm-package-name@^5.0.0: - version "5.0.0" - resolved "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-5.0.0.tgz" - integrity sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ== - dependencies: - builtins "^5.0.0" +validate-npm-package-name@^6.0.0: + version "6.0.2" + resolved "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-6.0.2.tgz" + integrity sha512-IUoow1YUtvoBBC06dXs8bR8B9vuA3aJfmQNKMoaPG/OFsPmoQvw8xh+6Ye25Gx9DQhoEom3Pcu9MKHerm/NpUQ== vary@^1, vary@~1.1.2: version "1.1.2" resolved "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz" integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw= -verror@1.10.0: - version "1.10.0" - resolved "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz" - integrity sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw== - dependencies: - assert-plus "^1.0.0" - core-util-is "1.0.2" - extsprintf "^1.2.0" - -"vite@^3.0.0 || ^4.0.0 || ^5.0.0", vite@5.1.7: - version "5.1.7" - resolved "https://registry.npmjs.org/vite/-/vite-5.1.7.tgz" - integrity sha512-sgnEEFTZYMui/sTlH1/XEnVNHMujOahPLGMxn1+5sIT45Xjng1Ec1K78jRP15dSmVgg5WBin9yO81j3o9OxofA== - dependencies: - esbuild "^0.19.3" - postcss "^8.4.35" - rollup "^4.2.0" +"vite@^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0", vite@6.4.1: + version "6.4.1" + resolved "https://registry.npmjs.org/vite/-/vite-6.4.1.tgz" + integrity sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g== + dependencies: + esbuild "^0.25.0" + fdir "^6.4.4" + picomatch "^4.0.2" + postcss "^8.5.3" + rollup "^4.34.9" + tinyglobby "^0.2.13" optionalDependencies: fsevents "~2.3.3" @@ -8372,28 +6933,18 @@ void-elements@^2.0.0: resolved "https://registry.npmjs.org/void-elements/-/void-elements-2.0.1.tgz" integrity sha1-wGavtYK7HLQSjWDqkjkulNXp2+w= -vscode-oniguruma@^1.7.0: - version "1.7.0" - resolved "https://registry.npmjs.org/vscode-oniguruma/-/vscode-oniguruma-1.7.0.tgz" - integrity sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA== - -vscode-textmate@^8.0.0: - version "8.0.0" - resolved "https://registry.npmjs.org/vscode-textmate/-/vscode-textmate-8.0.0.tgz" - integrity sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg== - -watchpack@^2.4.0, watchpack@2.4.0: - version "2.4.0" - resolved "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz" - integrity sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg== +watchpack@^2.4.1, watchpack@2.4.2: + version "2.4.2" + resolved "https://registry.npmjs.org/watchpack/-/watchpack-2.4.2.tgz" + integrity sha512-TnbFSbcOCcDgjZ4piURLCbJ3nJhznVh9kw6F6iokjiFPl8ONxe9A6nMDVXDiNbrSfLILs6vB07F7wLBrwPYzJw== dependencies: glob-to-regexp "^0.4.1" graceful-fs "^4.1.2" -watchpack@^2.4.1: - version "2.4.1" - resolved "https://registry.npmjs.org/watchpack/-/watchpack-2.4.1.tgz" - integrity sha512-8wrBCMtVhqcXP2Sup1ctSkga6uc2Bx0IIvKyT7yTFier5AXHooSI+QyQQAtTb7+E0IUCCKyTFmXqdqgum2XWGg== +watchpack@^2.4.4: + version "2.4.4" + resolved "https://registry.npmjs.org/watchpack/-/watchpack-2.4.4.tgz" + integrity sha512-c5EGNOiyxxV5qmTtAB7rbiXxi1ooX1pQKMLX/MIabJjRA0SJBQOjKF+KSVfHkr9U1cADPon0mRiVe/riyaiDUA== dependencies: glob-to-regexp "^0.4.1" graceful-fs "^4.1.2" @@ -8412,51 +6963,20 @@ wcwidth@^1.0.1: dependencies: defaults "^1.0.3" -webdriver-js-extender@2.1.0: - version "2.1.0" - resolved "https://registry.npmjs.org/webdriver-js-extender/-/webdriver-js-extender-2.1.0.tgz" - integrity sha512-lcUKrjbBfCK6MNsh7xaY2UAUmZwe+/ib03AjVOpFobX4O7+83BUveSrLfU0Qsyb1DaKJdQRbuU+kM9aZ6QUhiQ== - dependencies: - "@types/selenium-webdriver" "^3.0.0" - selenium-webdriver "^3.0.1" - -webdriver-manager@^12.1.7: - version "12.1.9" - resolved "https://registry.npmjs.org/webdriver-manager/-/webdriver-manager-12.1.9.tgz" - integrity sha512-Yl113uKm8z4m/KMUVWHq1Sjtla2uxEBtx2Ue3AmIlnlPAKloDn/Lvmy6pqWCUersVISpdMeVpAaGbNnvMuT2LQ== - dependencies: - adm-zip "^0.5.2" - chalk "^1.1.1" - del "^2.2.0" - glob "^7.0.3" - ini "^1.3.4" - minimist "^1.2.0" - q "^1.4.1" - request "^2.87.0" - rimraf "^2.5.2" - semver "^5.3.0" - xml2js "^0.4.17" +weak-lru-cache@^1.2.2: + version "1.2.2" + resolved "https://registry.npmjs.org/weak-lru-cache/-/weak-lru-cache-1.2.2.tgz" + integrity sha512-DEAoo25RfSYMuTGc9vPJzZcZullwIqRDSI9LOy+fkCJPi6hykCnfKaXTuPBDuXAUcqHXyOgFtHNp/kB2FjYHbw== webidl-conversions@^3.0.0: version "3.0.1" resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz" integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE= -webpack-dev-middleware@^5.3.1: - version "5.3.4" - resolved "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.4.tgz" - integrity sha512-BVdTqhhs+0IfoeAf7EoH5WE+exCmqGerHfDM0IL096Px60Tq2Mn9MAbnaGUe6HiMa41KMCYF19gyzZmBcq/o4Q== - dependencies: - colorette "^2.0.10" - memfs "^3.4.3" - mime-types "^2.1.31" - range-parser "^1.2.1" - schema-utils "^4.0.0" - -webpack-dev-middleware@^7.1.0: - version "7.2.1" - resolved "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-7.2.1.tgz" - integrity sha512-hRLz+jPQXo999Nx9fXVdKlg/aehsw1ajA9skAneGmT03xwmyuhvF93p6HUKKbWhXdcERtGTzUCtIQr+2IQegrA== +webpack-dev-middleware@^7.4.2, webpack-dev-middleware@7.4.2: + version "7.4.2" + resolved "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-7.4.2.tgz" + integrity sha512-xOO8n6eggxnwYpy1NlzUKpvrjfJTvae5/D6WOK0S2LSo7vjmo5gCM1DbLUmFqrMTJP+W/0YZNctm7jasWvLuBA== dependencies: colorette "^2.0.10" memfs "^4.6.0" @@ -8465,61 +6985,15 @@ webpack-dev-middleware@^7.1.0: range-parser "^1.2.1" schema-utils "^4.0.0" -webpack-dev-middleware@6.1.2: - version "6.1.2" - resolved "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-6.1.2.tgz" - integrity sha512-Wu+EHmX326YPYUpQLKmKbTyZZJIB8/n6R09pTmB03kJmnMsVPTo9COzHZFr01txwaCAuZvfBJE4ZCHRcKs5JaQ== - dependencies: - colorette "^2.0.10" - memfs "^3.4.12" - mime-types "^2.1.31" - range-parser "^1.2.1" - schema-utils "^4.0.0" - -webpack-dev-server@^4.0.0, webpack-dev-server@4.15.1: - version "4.15.1" - resolved "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.15.1.tgz" - integrity sha512-5hbAst3h3C3L8w6W4P96L5vaV0PxSmJhxZvWKYIdgxOQm8pNZ5dEOmmSLBVpP85ReeyRt6AS1QJNyo/oFFPeVA== - dependencies: - "@types/bonjour" "^3.5.9" - "@types/connect-history-api-fallback" "^1.3.5" - "@types/express" "^4.17.13" - "@types/serve-index" "^1.9.1" - "@types/serve-static" "^1.13.10" - "@types/sockjs" "^0.3.33" - "@types/ws" "^8.5.5" - ansi-html-community "^0.0.8" - bonjour-service "^1.0.11" - chokidar "^3.5.3" - colorette "^2.0.10" - compression "^1.7.4" - connect-history-api-fallback "^2.0.0" - default-gateway "^6.0.3" - express "^4.17.3" - graceful-fs "^4.2.6" - html-entities "^2.3.2" - http-proxy-middleware "^2.0.3" - ipaddr.js "^2.0.1" - launch-editor "^2.6.0" - open "^8.0.9" - p-retry "^4.5.0" - rimraf "^3.0.2" - schema-utils "^4.0.0" - selfsigned "^2.1.1" - serve-index "^1.9.1" - sockjs "^0.3.24" - spdy "^4.0.2" - webpack-dev-middleware "^5.3.1" - ws "^8.13.0" - -webpack-dev-server@5.0.4: - version "5.0.4" - resolved "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-5.0.4.tgz" - integrity sha512-dljXhUgx3HqKP2d8J/fUMvhxGhzjeNVarDLcbO/EWMSgRizDkxHQDZQaLFL5VJY9tRBj2Gz+rvCEYYvhbqPHNA== +webpack-dev-server@^5.0.2, webpack-dev-server@5.2.2: + version "5.2.2" + resolved "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-5.2.2.tgz" + integrity sha512-QcQ72gh8a+7JO63TAx/6XZf/CWhgMzu5m0QirvPfGvptOusAxG12w2+aua1Jkjr7hzaWDnJ2n6JFeexMHI+Zjg== dependencies: "@types/bonjour" "^3.5.13" "@types/connect-history-api-fallback" "^1.5.4" "@types/express" "^4.17.21" + "@types/express-serve-static-core" "^4.17.21" "@types/serve-index" "^1.9.4" "@types/serve-static" "^1.15.5" "@types/sockjs" "^0.3.36" @@ -8530,37 +7004,34 @@ webpack-dev-server@5.0.4: colorette "^2.0.10" compression "^1.7.4" connect-history-api-fallback "^2.0.0" - default-gateway "^6.0.3" - express "^4.17.3" + express "^4.21.2" graceful-fs "^4.2.6" - html-entities "^2.4.0" - http-proxy-middleware "^2.0.3" + http-proxy-middleware "^2.0.9" ipaddr.js "^2.1.0" launch-editor "^2.6.1" open "^10.0.3" p-retry "^6.2.0" - rimraf "^5.0.5" schema-utils "^4.2.0" selfsigned "^2.4.1" serve-index "^1.9.1" sockjs "^0.3.24" spdy "^4.0.2" - webpack-dev-middleware "^7.1.0" - ws "^8.16.0" + webpack-dev-middleware "^7.4.2" + ws "^8.18.0" -webpack-merge@5.10.0: - version "5.10.0" - resolved "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.10.0.tgz" - integrity sha512-+4zXKdx7UnO+1jaN4l2lHVD+mFvnlZQP/6ljaJVb4SZiwIKeUnrT5l0gkT8z+n4hKpC+jpOv6O9R+gLtag7pSA== +webpack-merge@6.0.1: + version "6.0.1" + resolved "https://registry.npmjs.org/webpack-merge/-/webpack-merge-6.0.1.tgz" + integrity sha512-hXXvrjtx2PLYx4qruKl+kyRSLc52V+cCvMxRjmKwoA+CBbbF5GfIBtR6kCvl0fYGqTUPKB+1ktVmTHqMOzgCBg== dependencies: clone-deep "^4.0.1" flat "^5.0.2" - wildcard "^2.0.0" + wildcard "^2.0.1" -webpack-sources@^3.0.0, webpack-sources@^3.2.3: - version "3.2.3" - resolved "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz" - integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w== +webpack-sources@^3.0.0, webpack-sources@^3.2.3, webpack-sources@^3.3.3: + version "3.3.3" + resolved "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.3.3.tgz" + integrity sha512-yd1RBzSGanHkitROoPFd6qsrxt+oFhg/129YzheDGqeustzX0vTZJZsSsQjVQC4yzBQ56K55XU8gaNCtIzOnTg== webpack-subresource-integrity@5.1.0: version "5.1.0" @@ -8569,64 +7040,64 @@ webpack-subresource-integrity@5.1.0: dependencies: typed-assert "^1.0.8" -"webpack@^4.0.0 || ^5.0.0", webpack@^5.0.0, webpack@^5.1.0, webpack@^5.12.0, webpack@^5.54.0, webpack@^5.72.1, webpack@^5.91.0, webpack@>=5: - version "5.91.0" - resolved "https://registry.npmjs.org/webpack/-/webpack-5.91.0.tgz" - integrity sha512-rzVwlLeBWHJbmgTC/8TvAcu5vpJNII+MelQpylD4jNERPwpBJOE2lEcko1zJX3QJeLjTTAnQxn/OJ8bjDzVQaw== - dependencies: - "@types/eslint-scope" "^3.7.3" - "@types/estree" "^1.0.5" - "@webassemblyjs/ast" "^1.12.1" - "@webassemblyjs/wasm-edit" "^1.12.1" - "@webassemblyjs/wasm-parser" "^1.12.1" - acorn "^8.7.1" - acorn-import-assertions "^1.9.0" - browserslist "^4.21.10" +webpack@^5.0.0, webpack@^5.1.0, webpack@^5.12.0, webpack@^5.27.0, webpack@^5.30.0, webpack@^5.54.0, webpack@^5.72.1, webpack@>=5: + version "5.103.0" + resolved "https://registry.npmjs.org/webpack/-/webpack-5.103.0.tgz" + integrity sha512-HU1JOuV1OavsZ+mfigY0j8d1TgQgbZ6M+J75zDkpEAwYeXjWSqrGJtgnPblJjd/mAyTNQ7ygw0MiKOn6etz8yw== + dependencies: + "@types/eslint-scope" "^3.7.7" + "@types/estree" "^1.0.8" + "@types/json-schema" "^7.0.15" + "@webassemblyjs/ast" "^1.14.1" + "@webassemblyjs/wasm-edit" "^1.14.1" + "@webassemblyjs/wasm-parser" "^1.14.1" + acorn "^8.15.0" + acorn-import-phases "^1.0.3" + browserslist "^4.26.3" chrome-trace-event "^1.0.2" - enhanced-resolve "^5.16.0" + enhanced-resolve "^5.17.3" es-module-lexer "^1.2.1" eslint-scope "5.1.1" events "^3.2.0" glob-to-regexp "^0.4.1" graceful-fs "^4.2.11" json-parse-even-better-errors "^2.3.1" - loader-runner "^4.2.0" + loader-runner "^4.3.1" mime-types "^2.1.27" neo-async "^2.6.2" - schema-utils "^3.2.0" - tapable "^2.1.1" - terser-webpack-plugin "^5.3.10" - watchpack "^2.4.1" - webpack-sources "^3.2.3" - -"webpack@^4.37.0 || ^5.0.0", webpack@^5.30.0, webpack@5.90.3: - version "5.90.3" - resolved "https://registry.npmjs.org/webpack/-/webpack-5.90.3.tgz" - integrity sha512-h6uDYlWCctQRuXBs1oYpVe6sFcWedl0dpcVaTf/YF67J9bKvwJajFulMVSYKHrksMB3I/pIagRzDxwxkebuzKA== - dependencies: - "@types/eslint-scope" "^3.7.3" - "@types/estree" "^1.0.5" - "@webassemblyjs/ast" "^1.11.5" - "@webassemblyjs/wasm-edit" "^1.11.5" - "@webassemblyjs/wasm-parser" "^1.11.5" - acorn "^8.7.1" - acorn-import-assertions "^1.9.0" - browserslist "^4.21.10" + schema-utils "^4.3.3" + tapable "^2.3.0" + terser-webpack-plugin "^5.3.11" + watchpack "^2.4.4" + webpack-sources "^3.3.3" + +webpack@5.98.0: + version "5.98.0" + resolved "https://registry.npmjs.org/webpack/-/webpack-5.98.0.tgz" + integrity sha512-UFynvx+gM44Gv9qFgj0acCQK2VE1CtdfwFdimkapco3hlPCJ/zeq73n2yVKimVbtm+TnApIugGhLJnkU6gjYXA== + dependencies: + "@types/eslint-scope" "^3.7.7" + "@types/estree" "^1.0.6" + "@webassemblyjs/ast" "^1.14.1" + "@webassemblyjs/wasm-edit" "^1.14.1" + "@webassemblyjs/wasm-parser" "^1.14.1" + acorn "^8.14.0" + browserslist "^4.24.0" chrome-trace-event "^1.0.2" - enhanced-resolve "^5.15.0" + enhanced-resolve "^5.17.1" es-module-lexer "^1.2.1" eslint-scope "5.1.1" events "^3.2.0" glob-to-regexp "^0.4.1" - graceful-fs "^4.2.9" + graceful-fs "^4.2.11" json-parse-even-better-errors "^2.3.1" loader-runner "^4.2.0" mime-types "^2.1.27" neo-async "^2.6.2" - schema-utils "^3.2.0" + schema-utils "^4.3.0" tapable "^2.1.1" - terser-webpack-plugin "^5.3.10" - watchpack "^2.4.0" + terser-webpack-plugin "^5.3.11" + watchpack "^2.4.1" webpack-sources "^3.2.3" websocket-driver@^0.7.4, websocket-driver@>=0.5.1: @@ -8656,11 +7127,6 @@ whatwg-url@^5.0.0: tr46 "~0.0.3" webidl-conversions "^3.0.0" -which-module@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz" - integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho= - which@^1.2.1: version "1.3.1" resolved "https://registry.npmjs.org/which/-/which-1.3.1.tgz" @@ -8675,23 +7141,18 @@ which@^2.0.1: dependencies: isexe "^2.0.0" -which@^4.0.0: - version "4.0.0" - resolved "https://registry.npmjs.org/which/-/which-4.0.0.tgz" - integrity sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg== +which@^5.0.0: + version "5.0.0" + resolved "https://registry.npmjs.org/which/-/which-5.0.0.tgz" + integrity sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ== dependencies: isexe "^3.1.1" -wildcard@^2.0.0: +wildcard@^2.0.1: version "2.0.1" resolved "https://registry.npmjs.org/wildcard/-/wildcard-2.0.1.tgz" integrity sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ== -wordwrap@^1.0.0, wordwrap@~1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz" - integrity sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus= - "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0": version "7.0.0" resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz" @@ -8728,66 +7189,40 @@ wrap-ansi@^8.1.0: string-width "^5.0.1" strip-ansi "^7.0.1" +wrap-ansi@^9.0.0: + version "9.0.2" + resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz" + integrity sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww== + dependencies: + ansi-styles "^6.2.1" + string-width "^7.0.0" + strip-ansi "^7.1.0" + wrappy@1: version "1.0.2" resolved "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz" integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= -write@^0.2.1: - version "0.2.1" - resolved "https://registry.npmjs.org/write/-/write-0.2.1.tgz" - integrity sha1-X8A4KOJkzqP+kUVUdvejxWbLB1c= - dependencies: - mkdirp "^0.5.1" - -ws@^7.4.5: - version "7.5.9" - resolved "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz" - integrity sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q== +ws@^7.5.10: + version "7.5.10" + resolved "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz" + integrity sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ== -ws@^8.13.0: - version "8.17.0" - resolved "https://registry.npmjs.org/ws/-/ws-8.17.0.tgz" - integrity sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow== +ws@^8.18.0: + version "8.18.3" + resolved "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz" + integrity sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg== -ws@^8.16.0: - version "8.16.0" - resolved "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz" - integrity sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ== - -ws@~8.11.0: - version "8.11.0" - resolved "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz" - integrity sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg== +ws@~8.17.1: + version "8.17.1" + resolved "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz" + integrity sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ== xhr2@^0.2.0: version "0.2.1" resolved "https://registry.npmjs.org/xhr2/-/xhr2-0.2.1.tgz" integrity sha512-sID0rrVCqkVNUn8t6xuv9+6FViXjUVXq8H5rWOH2rz9fDNQEd4g0EA2XlcEdJXRz5BMEn4O1pJFdT+z4YHhoWw== -xml2js@^0.4.17: - version "0.4.23" - resolved "https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz" - integrity sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug== - dependencies: - sax ">=0.6.0" - xmlbuilder "~11.0.0" - -xmlbuilder@~11.0.0: - version "11.0.1" - resolved "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz" - integrity sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA== - -xtend@^4.0.0: - version "4.0.2" - resolved "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz" - integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== - -y18n@^4.0.0: - version "4.0.3" - resolved "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz" - integrity sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ== - y18n@^5.0.5: version "5.0.8" resolved "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz" @@ -8803,13 +7238,15 @@ yallist@^4.0.0: resolved "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz" integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== -yargs-parser@^18.1.2: - version "18.1.3" - resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz" - integrity sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ== - dependencies: - camelcase "^5.0.0" - decamelize "^1.2.0" +yallist@^5.0.0: + version "5.0.0" + resolved "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz" + integrity sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw== + +yaml@^2.4.2, yaml@^2.6.1: + version "2.8.1" + resolved "https://registry.npmjs.org/yaml/-/yaml-2.8.1.tgz" + integrity sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw== yargs-parser@^20.2.2: version "20.2.9" @@ -8821,22 +7258,10 @@ yargs-parser@^21.1.1: resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz" integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw== -yargs@^15.3.1: - version "15.4.1" - resolved "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz" - integrity sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A== - dependencies: - cliui "^6.0.0" - decamelize "^1.2.0" - find-up "^4.1.0" - get-caller-file "^2.0.1" - require-directory "^2.1.1" - require-main-filename "^2.0.0" - set-blocking "^2.0.0" - string-width "^4.2.0" - which-module "^2.0.0" - y18n "^4.0.0" - yargs-parser "^18.1.2" +yargs-parser@^22.0.0: + version "22.0.0" + resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-22.0.0.tgz" + integrity sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw== yargs@^16.1.1: version "16.2.0" @@ -8864,6 +7289,18 @@ yargs@^17.2.1, yargs@17.7.2: y18n "^5.0.5" yargs-parser "^21.1.1" +yargs@^18.0.0: + version "18.0.0" + resolved "https://registry.npmjs.org/yargs/-/yargs-18.0.0.tgz" + integrity sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg== + dependencies: + cliui "^9.0.1" + escalade "^3.1.1" + get-caller-file "^2.0.5" + string-width "^7.2.0" + y18n "^5.0.5" + yargs-parser "^22.0.0" + yn@3.1.1: version "3.1.1" resolved "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz" @@ -8875,18 +7312,16 @@ yocto-queue@^0.1.0: integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== yocto-queue@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz" - integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g== + version "1.2.2" + resolved "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.2.tgz" + integrity sha512-4LCcse/U2MHZ63HAJVE+v71o7yOdIe4cZ70Wpf8D/IyjDKYQLV5GD46B+hSTjJsvV5PztjvHoU580EftxjDZFQ== -zone.js@~0.10.2, zone.js@~0.10.3: - version "0.10.3" - resolved "https://registry.npmjs.org/zone.js/-/zone.js-0.10.3.tgz" - integrity sha512-LXVLVEq0NNOqK/fLJo3d0kfzd4sxwn2/h67/02pjCjfKDxgx1i9QqpvtHD8CrBnSSwMw5+dy11O7FRX5mkO7Cg== +yoctocolors-cjs@^2.1.3: + version "2.1.3" + resolved "https://registry.npmjs.org/yoctocolors-cjs/-/yoctocolors-cjs-2.1.3.tgz" + integrity sha512-U/PBtDf35ff0D8X8D0jfdzHYEPFxAI7jJlxZXwCSez5M3190m+QobIfh+sWDWSHMCWWJN2AWamkegn6vr6YBTw== -zone.js@~0.14.0, zone.js@~0.14.5: - version "0.14.5" - resolved "https://registry.npmjs.org/zone.js/-/zone.js-0.14.5.tgz" - integrity sha512-9XYWZzY6PhHOSdkYryNcMm7L8EK7a4q+GbTvxbIA2a9lMdRUpGuyaYvLDcg8D6bdn+JomSsbPcilVKg6SmUx6w== - dependencies: - tslib "^2.3.0" +zone.js@~0.15.0: + version "0.15.1" + resolved "https://registry.npmjs.org/zone.js/-/zone.js-0.15.1.tgz" + integrity sha512-XE96n56IQpJM7NAoXswY3XRLcWFW83xe0BiAOeMD7K5k5xecOeul3Qcpx6GqEeeHNkW5DWL5zOyTbEfB4eti8w== diff --git a/src/Web/WebStatus/Program.cs b/src/Web/WebStatus/Program.cs index a1efb6a3..6551dd63 100644 --- a/src/Web/WebStatus/Program.cs +++ b/src/Web/WebStatus/Program.cs @@ -1,6 +1,7 @@ -using Microsoft.AspNetCore; +using Microsoft.AspNetCore; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; +using Microsoft.Extensions.Logging; using Serilog; using System; using System.Collections.Generic; @@ -50,7 +51,10 @@ private static IWebHost BuildWebHost(IConfiguration configuration, string[] args .UseStartup() .UseContentRoot(Directory.GetCurrentDirectory()) .UseConfiguration(configuration) - .UseSerilog() + .ConfigureLogging((hostingContext, logging) => + { + logging.AddSerilog(dispose: true); + }) .Build(); private static Serilog.ILogger CreateSerilogLogger(IConfiguration configuration) diff --git a/src/Web/WebStatus/WebStatus.csproj b/src/Web/WebStatus/WebStatus.csproj index a0dac463..fb8abd0a 100644 --- a/src/Web/WebStatus/WebStatus.csproj +++ b/src/Web/WebStatus/WebStatus.csproj @@ -9,22 +9,22 @@ ..\..\..\docker-compose.dcproj - - - - - - - + + + + + + + - - + + - - - - - + + + + + diff --git a/src/Web/WebStatus/bin/Debug/net8.0/project.razor.vscode.bin b/src/Web/WebStatus/bin/Debug/net8.0/project.razor.vscode.bin deleted file mode 100644 index 3e7f668b..00000000 --- a/src/Web/WebStatus/bin/Debug/net8.0/project.razor.vscode.bin +++ /dev/null @@ -1 +0,0 @@ -X/workspaces/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net8.0/W/workspaces/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/WebStatus.csprojMVC-3.09.0ASPWebStatus^workspaces/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/Views/Home/Config.cshtml^workspaces\mslearn-microservices-devops-aspnet-core\src\Web\WebStatus\Views\Home\Config.cshtmlmvc_workspaces/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/Views/Shared/Error.cshtml_workspaces\mslearn-microservices-devops-aspnet-core\src\Web\WebStatus\Views\Shared\Error.cshtml \ No newline at end of file diff --git a/src/Web/WebStatus/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/src/Web/WebStatus/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index 36203c72..00000000 --- a/src/Web/WebStatus/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/src/Web/WebStatus/obj/Debug/net6.0/WebStatus.AssemblyInfoInputs.cache b/src/Web/WebStatus/obj/Debug/net6.0/WebStatus.AssemblyInfoInputs.cache deleted file mode 100644 index a8e3e675..00000000 --- a/src/Web/WebStatus/obj/Debug/net6.0/WebStatus.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -a96b634525b55e2492f67760698e792e0ffcf16e diff --git a/src/Web/WebStatus/obj/Debug/net6.0/WebStatus.GeneratedMSBuildEditorConfig.editorconfig b/src/Web/WebStatus/obj/Debug/net6.0/WebStatus.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index b5ea179b..00000000 --- a/src/Web/WebStatus/obj/Debug/net6.0/WebStatus.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,24 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = true -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = WebStatus -build_property.RootNamespace = WebStatus -build_property.ProjectDir = /workspaces/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/ -build_property.RazorLangVersion = 6.0 -build_property.SupportLocalizedComponentNames = -build_property.GenerateRazorMetadataSourceChecksumAttributes = -build_property.MSBuildProjectDirectory = /workspaces/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus -build_property._RazorSourceGeneratorDebug = - -[/workspaces/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/Views/Home/Config.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3MvSG9tZS9Db25maWcuY3NodG1s -build_metadata.AdditionalFiles.CssScope = - -[/workspaces/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/Views/Shared/Error.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3MvU2hhcmVkL0Vycm9yLmNzaHRtbA== -build_metadata.AdditionalFiles.CssScope = diff --git a/src/Web/WebStatus/obj/Debug/net6.0/WebStatus.RazorAssemblyInfo.cache b/src/Web/WebStatus/obj/Debug/net6.0/WebStatus.RazorAssemblyInfo.cache deleted file mode 100644 index f24b41d8..00000000 --- a/src/Web/WebStatus/obj/Debug/net6.0/WebStatus.RazorAssemblyInfo.cache +++ /dev/null @@ -1 +0,0 @@ -5860763757f4f08c7ebdea1b3a94a18109f17861 diff --git a/src/Web/WebStatus/obj/Debug/net6.0/WebStatus.RazorAssemblyInfo.cs b/src/Web/WebStatus/obj/Debug/net6.0/WebStatus.RazorAssemblyInfo.cs deleted file mode 100644 index 31c8eab2..00000000 --- a/src/Web/WebStatus/obj/Debug/net6.0/WebStatus.RazorAssemblyInfo.cs +++ /dev/null @@ -1,17 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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: Microsoft.AspNetCore.Mvc.ApplicationParts.ProvideApplicationPartFactoryAttribute("Microsoft.AspNetCore.Mvc.ApplicationParts.ConsolidatedAssemblyApplicationPartFact" + - "ory, Microsoft.AspNetCore.Mvc.Razor")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Web/WebStatus/obj/Debug/net6.0/WebStatus.assets.cache b/src/Web/WebStatus/obj/Debug/net6.0/WebStatus.assets.cache deleted file mode 100644 index 296e4532..00000000 Binary files a/src/Web/WebStatus/obj/Debug/net6.0/WebStatus.assets.cache and /dev/null differ diff --git a/src/Web/WebStatus/obj/Debug/net6.0/WebStatus.csproj.AssemblyReference.cache b/src/Web/WebStatus/obj/Debug/net6.0/WebStatus.csproj.AssemblyReference.cache deleted file mode 100644 index f65c5cd1..00000000 Binary files a/src/Web/WebStatus/obj/Debug/net6.0/WebStatus.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/Web/WebStatus/obj/Debug/net6.0/project.razor.vscode.bin b/src/Web/WebStatus/obj/Debug/net6.0/project.razor.vscode.bin deleted file mode 100644 index 1932c31a..00000000 Binary files a/src/Web/WebStatus/obj/Debug/net6.0/project.razor.vscode.bin and /dev/null differ diff --git a/src/Web/WebStatus/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/src/Web/WebStatus/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs deleted file mode 100644 index af943994..00000000 --- a/src/Web/WebStatus/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = "")] diff --git a/src/Web/WebStatus/obj/Debug/net8.0/WebStatus.AssemblyInfo.cs b/src/Web/WebStatus/obj/Debug/net8.0/WebStatus.AssemblyInfo.cs deleted file mode 100644 index 3a217776..00000000 --- a/src/Web/WebStatus/obj/Debug/net8.0/WebStatus.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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("WebStatus")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0a77675f714bea9dc0df9dd0f5780d113235d59c")] -[assembly: System.Reflection.AssemblyProductAttribute("WebStatus")] -[assembly: System.Reflection.AssemblyTitleAttribute("WebStatus")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Web/WebStatus/obj/Debug/net8.0/WebStatus.AssemblyInfoInputs.cache b/src/Web/WebStatus/obj/Debug/net8.0/WebStatus.AssemblyInfoInputs.cache deleted file mode 100644 index c78c417d..00000000 --- a/src/Web/WebStatus/obj/Debug/net8.0/WebStatus.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -a5c0805c85ef3cdd281156d85ec67fc8d5a81e3d9bd61fe2a98b156a477757e6 diff --git a/src/Web/WebStatus/obj/Debug/net8.0/WebStatus.GeneratedMSBuildEditorConfig.editorconfig b/src/Web/WebStatus/obj/Debug/net8.0/WebStatus.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index c499346f..00000000 --- a/src/Web/WebStatus/obj/Debug/net8.0/WebStatus.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,27 +0,0 @@ -is_global = true -build_property.TargetFramework = net8.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = true -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = WebStatus -build_property.RootNamespace = WebStatus -build_property.ProjectDir = C:\Users\natyo\mslearn-microservices-devops-aspnet-core\src\Web\WebStatus\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.RazorLangVersion = 8.0 -build_property.SupportLocalizedComponentNames = -build_property.GenerateRazorMetadataSourceChecksumAttributes = -build_property.MSBuildProjectDirectory = C:\Users\natyo\mslearn-microservices-devops-aspnet-core\src\Web\WebStatus -build_property._RazorSourceGeneratorDebug = - -[C:/Users/natyo/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/Views/Home/Config.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcSG9tZVxDb25maWcuY3NodG1s -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/natyo/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/Views/Shared/Error.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcU2hhcmVkXEVycm9yLmNzaHRtbA== -build_metadata.AdditionalFiles.CssScope = diff --git a/src/Web/WebStatus/obj/Debug/net8.0/WebStatus.RazorAssemblyInfo.cs b/src/Web/WebStatus/obj/Debug/net8.0/WebStatus.RazorAssemblyInfo.cs deleted file mode 100644 index 31c8eab2..00000000 --- a/src/Web/WebStatus/obj/Debug/net8.0/WebStatus.RazorAssemblyInfo.cs +++ /dev/null @@ -1,17 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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: Microsoft.AspNetCore.Mvc.ApplicationParts.ProvideApplicationPartFactoryAttribute("Microsoft.AspNetCore.Mvc.ApplicationParts.ConsolidatedAssemblyApplicationPartFact" + - "ory, Microsoft.AspNetCore.Mvc.Razor")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Web/WebStatus/obj/Debug/net8.0/WebStatus.assets.cache b/src/Web/WebStatus/obj/Debug/net8.0/WebStatus.assets.cache deleted file mode 100644 index 4256a60c..00000000 Binary files a/src/Web/WebStatus/obj/Debug/net8.0/WebStatus.assets.cache and /dev/null differ diff --git a/src/Web/WebStatus/obj/Debug/net8.0/WebStatus.csproj.AssemblyReference.cache b/src/Web/WebStatus/obj/Debug/net8.0/WebStatus.csproj.AssemblyReference.cache deleted file mode 100644 index 31ee20a7..00000000 Binary files a/src/Web/WebStatus/obj/Debug/net8.0/WebStatus.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/Web/WebStatus/obj/Debug/net8.0/project.razor.vscode.bin b/src/Web/WebStatus/obj/Debug/net8.0/project.razor.vscode.bin deleted file mode 100644 index 16ee1712..00000000 --- a/src/Web/WebStatus/obj/Debug/net8.0/project.razor.vscode.bin +++ /dev/null @@ -1 +0,0 @@ -p/workspaces/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/obj/Debug/net8.0/project.razor.vscode.binW/workspaces/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/WebStatus.csprojMVC-3.06.0“WebStatus_/workspaces/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/Views/Home/Config.cshtmlViews\Home\Config.cshtmlmvc`/workspaces/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/Views/Shared/Error.cshtmlViews\Shared\Error.cshtml \ No newline at end of file diff --git a/src/Services/Basket/Basket.API/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/src/Web/WebStatus/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs similarity index 100% rename from src/Services/Basket/Basket.API/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs rename to src/Web/WebStatus/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs diff --git a/src/Web/WebStatus/obj/Debug/net6.0/WebStatus.AssemblyInfo.cs b/src/Web/WebStatus/obj/Debug/net9.0/WebStatus.AssemblyInfo.cs similarity index 94% rename from src/Web/WebStatus/obj/Debug/net6.0/WebStatus.AssemblyInfo.cs rename to src/Web/WebStatus/obj/Debug/net9.0/WebStatus.AssemblyInfo.cs index aca5df83..90695555 100644 --- a/src/Web/WebStatus/obj/Debug/net6.0/WebStatus.AssemblyInfo.cs +++ b/src/Web/WebStatus/obj/Debug/net9.0/WebStatus.AssemblyInfo.cs @@ -13,7 +13,7 @@ [assembly: System.Reflection.AssemblyCompanyAttribute("WebStatus")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+04d45e6378a3c9d7250e3bc3b1db69ec0f9f76f3")] [assembly: System.Reflection.AssemblyProductAttribute("WebStatus")] [assembly: System.Reflection.AssemblyTitleAttribute("WebStatus")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/src/Web/WebStatus/obj/Debug/net9.0/WebStatus.AssemblyInfoInputs.cache b/src/Web/WebStatus/obj/Debug/net9.0/WebStatus.AssemblyInfoInputs.cache new file mode 100644 index 00000000..d4489733 --- /dev/null +++ b/src/Web/WebStatus/obj/Debug/net9.0/WebStatus.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +25e0dbfdb62e494b3367c03980dddbd7184f471b731d28a290b608506af04f4c diff --git a/src/Services/Basket/Basket.API/obj/Debug/net9.0/Basket.API.GeneratedMSBuildEditorConfig.editorconfig b/src/Web/WebStatus/obj/Debug/net9.0/WebStatus.GeneratedMSBuildEditorConfig.editorconfig similarity index 62% rename from src/Services/Basket/Basket.API/obj/Debug/net9.0/Basket.API.GeneratedMSBuildEditorConfig.editorconfig rename to src/Web/WebStatus/obj/Debug/net9.0/WebStatus.GeneratedMSBuildEditorConfig.editorconfig index 685b0033..01667756 100644 --- a/src/Services/Basket/Basket.API/obj/Debug/net9.0/Basket.API.GeneratedMSBuildEditorConfig.editorconfig +++ b/src/Web/WebStatus/obj/Debug/net9.0/WebStatus.GeneratedMSBuildEditorConfig.editorconfig @@ -9,15 +9,23 @@ build_property.InvariantGlobalization = build_property.PlatformNeutralAssembly = build_property.EnforceExtendedAnalyzerRules = build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = Basket.API -build_property.RootNamespace = Basket.API -build_property.ProjectDir = /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/ +build_property.RootNamespace = WebStatus +build_property.RootNamespace = WebStatus +build_property.ProjectDir = /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/ build_property.EnableComHosting = build_property.EnableGeneratedComInterfaceComImportInterop = build_property.RazorLangVersion = 9.0 build_property.SupportLocalizedComponentNames = build_property.GenerateRazorMetadataSourceChecksumAttributes = -build_property.MSBuildProjectDirectory = /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API +build_property.MSBuildProjectDirectory = /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus build_property._RazorSourceGeneratorDebug = build_property.EffectiveAnalysisLevelStyle = 9.0 build_property.EnableCodeStyleSeverity = + +[/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/Views/Home/Config.cshtml] +build_metadata.AdditionalFiles.TargetPath = Vmlld3MvSG9tZS9Db25maWcuY3NodG1s +build_metadata.AdditionalFiles.CssScope = + +[/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/Views/Shared/Error.cshtml] +build_metadata.AdditionalFiles.TargetPath = Vmlld3MvU2hhcmVkL0Vycm9yLmNzaHRtbA== +build_metadata.AdditionalFiles.CssScope = diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.MvcApplicationPartsAssemblyInfo.cache b/src/Web/WebStatus/obj/Debug/net9.0/WebStatus.MvcApplicationPartsAssemblyInfo.cache similarity index 100% rename from src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.MvcApplicationPartsAssemblyInfo.cache rename to src/Web/WebStatus/obj/Debug/net9.0/WebStatus.MvcApplicationPartsAssemblyInfo.cache diff --git a/src/Web/WebStatus/obj/Debug/net8.0/WebStatus.RazorAssemblyInfo.cache b/src/Web/WebStatus/obj/Debug/net9.0/WebStatus.RazorAssemblyInfo.cache similarity index 100% rename from src/Web/WebStatus/obj/Debug/net8.0/WebStatus.RazorAssemblyInfo.cache rename to src/Web/WebStatus/obj/Debug/net9.0/WebStatus.RazorAssemblyInfo.cache diff --git a/src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.RazorAssemblyInfo.cs b/src/Web/WebStatus/obj/Debug/net9.0/WebStatus.RazorAssemblyInfo.cs similarity index 100% rename from src/Services/Identity/Identity.API/obj/Debug/net9.0/Identity.API.RazorAssemblyInfo.cs rename to src/Web/WebStatus/obj/Debug/net9.0/WebStatus.RazorAssemblyInfo.cs diff --git a/src/Web/WebStatus/obj/Debug/net9.0/WebStatus.assets.cache b/src/Web/WebStatus/obj/Debug/net9.0/WebStatus.assets.cache new file mode 100644 index 00000000..36e54bf3 Binary files /dev/null and b/src/Web/WebStatus/obj/Debug/net9.0/WebStatus.assets.cache differ diff --git a/src/Web/WebStatus/obj/Debug/net9.0/WebStatus.csproj.AssemblyReference.cache b/src/Web/WebStatus/obj/Debug/net9.0/WebStatus.csproj.AssemblyReference.cache new file mode 100644 index 00000000..468bb6e6 Binary files /dev/null and b/src/Web/WebStatus/obj/Debug/net9.0/WebStatus.csproj.AssemblyReference.cache differ diff --git a/src/Web/WebStatus/obj/Debug/net9.0/WebStatus.csproj.CoreCompileInputs.cache b/src/Web/WebStatus/obj/Debug/net9.0/WebStatus.csproj.CoreCompileInputs.cache new file mode 100644 index 00000000..6be074c6 --- /dev/null +++ b/src/Web/WebStatus/obj/Debug/net9.0/WebStatus.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +227f46e88a5f0432667a5443b55ef0fd0ba7b07900515379f8367f76cd17213f diff --git a/src/Web/WebStatus/obj/Debug/net9.0/WebStatus.csproj.FileListAbsolute.txt b/src/Web/WebStatus/obj/Debug/net9.0/WebStatus.csproj.FileListAbsolute.txt new file mode 100644 index 00000000..0924bd46 --- /dev/null +++ b/src/Web/WebStatus/obj/Debug/net9.0/WebStatus.csproj.FileListAbsolute.txt @@ -0,0 +1,217 @@ +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/obj/Debug/net9.0/WebStatus.csproj.AssemblyReference.cache +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/obj/Debug/net9.0/rpswa.dswa.cache.json +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/obj/Debug/net9.0/WebStatus.GeneratedMSBuildEditorConfig.editorconfig +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/obj/Debug/net9.0/WebStatus.AssemblyInfoInputs.cache +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/obj/Debug/net9.0/WebStatus.AssemblyInfo.cs +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/obj/Debug/net9.0/WebStatus.csproj.CoreCompileInputs.cache +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/obj/Debug/net9.0/WebStatus.MvcApplicationPartsAssemblyInfo.cache +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/obj/Debug/net9.0/WebStatus.RazorAssemblyInfo.cache +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/obj/Debug/net9.0/WebStatus.RazorAssemblyInfo.cs +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/obj/Debug/net9.0/WebStatus.sourcelink.json +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/bundleconfig.json +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/WebStatus.staticwebassets.runtime.json +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/WebStatus.staticwebassets.endpoints.json +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/WebStatus +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/appsettings.Development.json +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/appsettings.json +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/WebStatus.deps.json +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/WebStatus.runtimeconfig.json +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/WebStatus.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/WebStatus.pdb +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/HealthChecks.UI.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/HealthChecks.UI.Client.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/HealthChecks.UI.Core.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/HealthChecks.UI.Data.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/HealthChecks.UI.InMemory.Storage.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/HealthChecks.Uris.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Fractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Humanizer.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/KubernetesClient.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.ApplicationInsights.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.ApplicationInsights.AspNetCore.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.AI.DependencyCollector.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.AI.EventCounterCollector.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.ApplicationInsights.Kubernetes.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.AI.PerfCounterCollector.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.AI.WindowsServer.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.AI.ServerTelemetryChannel.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.Azure.KeyVault.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.Azure.KeyVault.WebKey.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.Azure.Services.AppAuthentication.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.Bcl.AsyncInterfaces.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.CodeAnalysis.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.CodeAnalysis.CSharp.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.CodeAnalysis.Workspaces.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Abstractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Design.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.InMemory.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Relational.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.Extensions.Configuration.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.Extensions.Configuration.Binder.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.Extensions.Configuration.Json.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.Extensions.DependencyInjection.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.Extensions.DiagnosticAdapter.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.Extensions.Diagnostics.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.Extensions.FileProviders.Physical.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.Extensions.Hosting.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.Extensions.Logging.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.Extensions.Logging.Abstractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.Extensions.Logging.ApplicationInsights.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.Extensions.Logging.Configuration.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.Extensions.Logging.Console.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.Extensions.Logging.Debug.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.Extensions.Logging.EventLog.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.Extensions.Logging.EventSource.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.Extensions.Options.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.Extensions.Primitives.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.IdentityModel.Logging.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.IdentityModel.Tokens.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.Azure.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Microsoft.Win32.SystemEvents.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Mono.TextTemplating.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Newtonsoft.Json.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Serilog.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Serilog.AspNetCore.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Serilog.Enrichers.Environment.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Serilog.Extensions.Hosting.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Serilog.Extensions.Logging.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Serilog.Formatting.Compact.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Serilog.Settings.Configuration.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Serilog.Sinks.Console.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Serilog.Sinks.Debug.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Serilog.Sinks.File.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Serilog.Sinks.Http.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/Serilog.Sinks.Seq.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/System.CodeDom.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/System.Composition.AttributedModel.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/System.Composition.Convention.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/System.Composition.Hosting.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/System.Composition.Runtime.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/System.Composition.TypedParts.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/System.Configuration.ConfigurationManager.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/System.Diagnostics.DiagnosticSource.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/System.Diagnostics.EventLog.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/System.Diagnostics.PerformanceCounter.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/System.Drawing.Common.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/System.IO.Pipelines.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/System.Security.Cryptography.ProtectedData.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/System.Security.Permissions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/System.Text.Encodings.Web.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/System.Text.Json.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/System.Windows.Extensions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/YamlDotNet.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/runtimes/unix/lib/net6.0/System.Drawing.Common.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Drawing.Common.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/runtimes/win/lib/net9.0/System.Text.Encodings.Web.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Windows.Extensions.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/obj/Debug/net9.0/rjimswa.dswa.cache.json +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/obj/Debug/net9.0/rjsmrazor.dswa.cache.json +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/obj/Debug/net9.0/rjsmcshtml.dswa.cache.json +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/obj/Debug/net9.0/scopedcss/bundle/WebStatus.styles.css +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/obj/Debug/net9.0/compressed/56lwoyia56-{0}-s6swslx6xo-s6swslx6xo.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/obj/Debug/net9.0/compressed/2pl4kzcrcz-{0}-986jweucpj-986jweucpj.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/obj/Debug/net9.0/compressed/rwrws8nqzn-{0}-eql04bdrut-eql04bdrut.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/obj/Debug/net9.0/compressed/q7qbj5pogt-{0}-errjpeerd8-errjpeerd8.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/obj/Debug/net9.0/compressed/opjvl2o7pq-{0}-9xrzhlfxdt-9xrzhlfxdt.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/obj/Debug/net9.0/compressed/awdr6t1ehm-{0}-z5jyisouil-z5jyisouil.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/obj/Debug/net9.0/compressed/6nvgwwhjlw-{0}-7trb2i0i7p-7trb2i0i7p.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/obj/Debug/net9.0/compressed/lvtdjv7v9e-{0}-r6wocsv5wb-r6wocsv5wb.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/obj/Debug/net9.0/compressed/7iz9ece9xa-{0}-a8sno6uueg-a8sno6uueg.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/obj/Debug/net9.0/compressed/yfk2hcv67d-{0}-fkspc00zss-fkspc00zss.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/obj/Debug/net9.0/compressed/l6r4hhfk15-{0}-uexiftblg1-uexiftblg1.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/obj/Debug/net9.0/compressed/97478gtijk-{0}-xiab36ab8a-xiab36ab8a.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/obj/Debug/net9.0/compressed/8459498d1x-{0}-vjt1rqnoea-vjt1rqnoea.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/obj/Debug/net9.0/compressed/sabkwssi9w-{0}-je3r1n2o7w-je3r1n2o7w.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/obj/Debug/net9.0/compressed/678ltzsovg-{0}-71zoh3n6kv-71zoh3n6kv.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/obj/Debug/net9.0/compressed/r142i5wrzy-{0}-i17vtfbo4g-i17vtfbo4g.gz +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/obj/Debug/net9.0/staticwebassets.build.json +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/obj/Debug/net9.0/staticwebassets.build.json.cache +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/obj/Debug/net9.0/staticwebassets.development.json +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/obj/Debug/net9.0/staticwebassets.build.endpoints.json +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/obj/Debug/net9.0/swae.build.ex.cache +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/obj/Debug/net9.0/WebStatus.csproj.Up2Date +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/obj/Debug/net9.0/WebStatus.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/obj/Debug/net9.0/refint/WebStatus.dll +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/obj/Debug/net9.0/WebStatus.pdb +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/obj/Debug/net9.0/WebStatus.genruntimeconfig.cache +/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/obj/Debug/net9.0/ref/WebStatus.dll diff --git a/src/Services/Basket/Basket.API/obj/Debug/net9.0/Basket.API.sourcelink.json b/src/Web/WebStatus/obj/Debug/net9.0/WebStatus.sourcelink.json similarity index 77% rename from src/Services/Basket/Basket.API/obj/Debug/net9.0/Basket.API.sourcelink.json rename to src/Web/WebStatus/obj/Debug/net9.0/WebStatus.sourcelink.json index a2a1dc92..c1b394cd 100644 --- a/src/Services/Basket/Basket.API/obj/Debug/net9.0/Basket.API.sourcelink.json +++ b/src/Web/WebStatus/obj/Debug/net9.0/WebStatus.sourcelink.json @@ -1 +1 @@ -{"documents":{"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/ac1eb1ea194ee72f31eded440b1a3c03c53c5657/*"}} \ No newline at end of file +{"documents":{"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/04d45e6378a3c9d7250e3bc3b1db69ec0f9f76f3/*"}} \ No newline at end of file diff --git a/src/Web/WebStatus/obj/Debug/net9.0/rpswa.dswa.cache.json b/src/Web/WebStatus/obj/Debug/net9.0/rpswa.dswa.cache.json new file mode 100644 index 00000000..13d0d6ec --- /dev/null +++ b/src/Web/WebStatus/obj/Debug/net9.0/rpswa.dswa.cache.json @@ -0,0 +1 @@ +{"GlobalPropertiesHash":"Rw3g6tjCR+oRhZLNDI17h+B8rtFuDiybh4HDVcLD670=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["cYCA7ljO5FZftvy4zFGMkUVyVdtSMUNw0zw0VCgnNpo=","MOA5ewthc7qoIwczmzk\u002Bts0wLeCKd6e\u002BfLl/u9dfL3w=","zsJXlObBCUVmyCkLEEicouF5doQrbHNf5LzXTJy1Gf4=","C4VP9DFnD7DxN6cgHE6D7pT8TVsjMFnQ\u002BYleyA8U0cE=","pvOYiublzXl/veFKGAAaGvKlS\u002BsopvPYaTRpq0pUoRY=","X8nJAo89wSLvA6KKlF22GIuF0mQBiBSqeFl8n0ZA8pc=","zKxKlVkpuWDSjHEO/hQGc15MkLgkQYoSpMdndQC6UMg=","hPKKkLC3ezOqZ3eD4qnPB/sjB571lHoE9ivfxHsoMOU=","NX\u002BQ1/DVxs9jMF5cuf0dNTbeDtwb42N/iQNzXo3DAkg=","B4jrwoqgycsAxR\u002BWyGv0VbAUOJDwwq4dj3CEEHrWwP0=","E9263BN95G2mSbXOzbta9Z73lAgtofPA6IPqIP2rkT8=","jqF7IzbJz4pCWiM2eMYX9B3pgSOx2aM6jDlbJSCFCw8=","Q\u002BkWDspJUiBm1mB1A\u002B\u002BNvuwb7wv2FZ29OFth7qoMLcs=","9c94M3ZzAc5fpcBv7SrbthRE/dxYrVENk0U5w3\u002Be0Kc=","Ni\u002BTmavDleyDGlik9n5Nzu3bLbhii1OY6UrxOak5/0I=","/5BIOJ0qXe3COMWFtMwuQlFXROVCnhjD/aHJd8HgyuI=","wjQSB97SGpi/k21ZySYINNdu/Eb\u002B8lVaH0Urv7KM2rw=","gUmTKm2HD49f9KxRpYqMVoNoIC7b95Gp4BfZsSQ3ZB0=","pqbuvYJBtzxzEnAwguBrWF42jdu\u002B734vtX3Ug\u002BsR0Uw=","FF5wui6ANKHCP75d3irzOGixZ0cBfj8M\u002BHdrYTdW\u002Bk0=","dIV67wd2b/reXDtFiN4RpAvWPgga/moSWoGUI55dtTY="],"CachedAssets":{"cYCA7ljO5FZftvy4zFGMkUVyVdtSMUNw0zw0VCgnNpo=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/wwwroot/css/site.css","SourceId":"WebStatus","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/wwwroot/","BasePath":"/","RelativePath":"css/site#[.{fingerprint}]?.css","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"s6swslx6xo","Integrity":"tPbrnFPzJzJivXUWBnj4fZXGilsdMRhr2AHLUK8EW1E=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/css/site.css","FileLength":1554,"LastWriteTime":"2025-11-24T08:54:33.7797591+00:00"},"MOA5ewthc7qoIwczmzk\u002Bts0wLeCKd6e\u002BfLl/u9dfL3w=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/wwwroot/css/site.min.css","SourceId":"WebStatus","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/wwwroot/","BasePath":"/","RelativePath":"css/site.min#[.{fingerprint}]?.css","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"986jweucpj","Integrity":"SZ56l9iAMjwsC3lg/8ONpBnEfYbGculXCgb\u002Byhj7aKs=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/css/site.min.css","FileLength":300,"LastWriteTime":"2025-11-24T08:54:33.7797591+00:00"},"zsJXlObBCUVmyCkLEEicouF5doQrbHNf5LzXTJy1Gf4=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/wwwroot/favicon.ico","SourceId":"WebStatus","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/wwwroot/","BasePath":"/","RelativePath":"favicon#[.{fingerprint}]?.ico","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"eql04bdrut","Integrity":"\u002BnFt3qkTqyOfHEP8I5XM0tBj8POC/cu\u002BmQP3coxtfos=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/favicon.ico","FileLength":100441,"LastWriteTime":"2025-11-24T08:54:33.7797591+00:00"},"C4VP9DFnD7DxN6cgHE6D7pT8TVsjMFnQ\u002BYleyA8U0cE=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/wwwroot/lib/bootstrap/dist/css/bootstrap.css","SourceId":"WebStatus","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/wwwroot/","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap#[.{fingerprint}]?.css","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"errjpeerd8","Integrity":"SmSEXNAArTgQ8SR6kKpyP/N\u002BjA8f8q8KpG0qQldSKos=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/bootstrap/dist/css/bootstrap.css","FileLength":173597,"LastWriteTime":"2025-11-24T08:54:33.7797591+00:00"},"pvOYiublzXl/veFKGAAaGvKlS\u002BsopvPYaTRpq0pUoRY=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map","SourceId":"WebStatus","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/wwwroot/","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap.css#[.{fingerprint}]?.map","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"9xrzhlfxdt","Integrity":"Hc1VFshl1\u002B1qau\u002BeLYz\u002BqzMs55C0z2tkewBcvKcUQuE=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/bootstrap/dist/css/bootstrap.css.map","FileLength":430003,"LastWriteTime":"2025-11-24T08:54:33.7797591+00:00"},"X8nJAo89wSLvA6KKlF22GIuF0mQBiBSqeFl8n0ZA8pc=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css","SourceId":"WebStatus","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/wwwroot/","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap.min#[.{fingerprint}]?.css","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"z5jyisouil","Integrity":"eSi1q2PG6J7g7ib17yAaWMcrr5GrtohYChqibrV7PBE=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/bootstrap/dist/css/bootstrap.min.css","FileLength":140936,"LastWriteTime":"2025-11-24T08:54:33.7807591+00:00"},"zKxKlVkpuWDSjHEO/hQGc15MkLgkQYoSpMdndQC6UMg=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map","SourceId":"WebStatus","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/wwwroot/","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap.min.css#[.{fingerprint}]?.map","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"7trb2i0i7p","Integrity":"i6u2WHVsNQAog4sUjoHo2ZWIMY9KVRasOoqqzEeea5c=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map","FileLength":562427,"LastWriteTime":"2025-11-24T08:54:33.7807591+00:00"},"hPKKkLC3ezOqZ3eD4qnPB/sjB571lHoE9ivfxHsoMOU=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/wwwroot/lib/bootstrap/dist/js/bootstrap.js","SourceId":"WebStatus","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/wwwroot/","BasePath":"/","RelativePath":"lib/bootstrap/dist/js/bootstrap#[.{fingerprint}]?.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"r6wocsv5wb","Integrity":"82SVOjZ1qLdrq8VUmAisFapCSq1bpgavtXQaDGLPAAg=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/bootstrap/dist/js/bootstrap.js","FileLength":123765,"LastWriteTime":"2025-11-24T08:54:33.7817591+00:00"},"NX\u002BQ1/DVxs9jMF5cuf0dNTbeDtwb42N/iQNzXo3DAkg=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js","SourceId":"WebStatus","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/wwwroot/","BasePath":"/","RelativePath":"lib/bootstrap/dist/js/bootstrap.min#[.{fingerprint}]?.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"a8sno6uueg","Integrity":"VsEqElsCHSGmnmHXGQzvoWjWwoznFSZc6hs7ARLRacQ=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/bootstrap/dist/js/bootstrap.min.js","FileLength":51039,"LastWriteTime":"2025-11-24T08:54:33.7817591+00:00"},"B4jrwoqgycsAxR\u002BWyGv0VbAUOJDwwq4dj3CEEHrWwP0=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/wwwroot/lib/jquery/core.js","SourceId":"WebStatus","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/wwwroot/","BasePath":"/","RelativePath":"lib/jquery/core#[.{fingerprint}]?.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"fkspc00zss","Integrity":"36hEPcG8mKookfvUVvEqRkpdYV1unP6wvxIqbgdeVhk=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/jquery/core.js","FileLength":9165,"LastWriteTime":"2025-11-24T08:54:33.7817591+00:00"},"E9263BN95G2mSbXOzbta9Z73lAgtofPA6IPqIP2rkT8=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/wwwroot/lib/jquery/jquery.js","SourceId":"WebStatus","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/wwwroot/","BasePath":"/","RelativePath":"lib/jquery/jquery#[.{fingerprint}]?.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"uexiftblg1","Integrity":"WpOohJOqMqqyKL9FccASB9O0KwACQJpFTUBLTYOVvVU=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/jquery/jquery.js","FileLength":280364,"LastWriteTime":"2025-11-24T08:54:33.7817591+00:00"},"jqF7IzbJz4pCWiM2eMYX9B3pgSOx2aM6jDlbJSCFCw8=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/wwwroot/lib/jquery/jquery.min.js","SourceId":"WebStatus","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/wwwroot/","BasePath":"/","RelativePath":"lib/jquery/jquery.min#[.{fingerprint}]?.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"xiab36ab8a","Integrity":"CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/jquery/jquery.min.js","FileLength":88145,"LastWriteTime":"2025-11-24T08:54:33.7827591+00:00"},"Q\u002BkWDspJUiBm1mB1A\u002B\u002BNvuwb7wv2FZ29OFth7qoMLcs=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/wwwroot/lib/jquery/jquery.min.map","SourceId":"WebStatus","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/wwwroot/","BasePath":"/","RelativePath":"lib/jquery/jquery.min#[.{fingerprint}]?.map","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"vjt1rqnoea","Integrity":"216gdJ9jyl9OLrNNj28ZfQS92h9jPHKgx3y0us/UhLE=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/jquery/jquery.min.map","FileLength":136397,"LastWriteTime":"2025-11-24T08:54:33.7827591+00:00"},"9c94M3ZzAc5fpcBv7SrbthRE/dxYrVENk0U5w3\u002Be0Kc=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/wwwroot/lib/jquery/jquery.slim.js","SourceId":"WebStatus","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/wwwroot/","BasePath":"/","RelativePath":"lib/jquery/jquery.slim#[.{fingerprint}]?.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"je3r1n2o7w","Integrity":"BTlTdQO9/fascB1drekrDVkaKd9PkwBymMlHOiG\u002BqLI=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/jquery/jquery.slim.js","FileLength":227022,"LastWriteTime":"2025-11-24T08:54:33.7827591+00:00"},"Ni\u002BTmavDleyDGlik9n5Nzu3bLbhii1OY6UrxOak5/0I=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/wwwroot/lib/jquery/jquery.slim.min.js","SourceId":"WebStatus","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/wwwroot/","BasePath":"/","RelativePath":"lib/jquery/jquery.slim.min#[.{fingerprint}]?.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"71zoh3n6kv","Integrity":"pasqAKBDmFT4eHoN2ndd6lN370kFiGUFyTiUHWhU7k8=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/jquery/jquery.slim.min.js","FileLength":71037,"LastWriteTime":"2025-11-24T08:54:33.7837591+00:00"},"/5BIOJ0qXe3COMWFtMwuQlFXROVCnhjD/aHJd8HgyuI=":{"Identity":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/wwwroot/lib/jquery/jquery.slim.min.map","SourceId":"WebStatus","SourceType":"Discovered","ContentRoot":"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/wwwroot/","BasePath":"/","RelativePath":"lib/jquery/jquery.slim.min#[.{fingerprint}]?.map","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"i17vtfbo4g","Integrity":"mkFzDPrhy67J6\u002Bu0ZJ5/YWI2tRKsN8EQepzr5Alu3jw=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/lib/jquery/jquery.slim.min.map","FileLength":108757,"LastWriteTime":"2025-11-24T08:54:33.7837591+00:00"}},"CachedCopyCandidates":{}} \ No newline at end of file diff --git a/src/Web/WebStatus/obj/WebStatus.csproj.nuget.dgspec.json b/src/Web/WebStatus/obj/WebStatus.csproj.nuget.dgspec.json index 6a51c496..bebc782c 100644 --- a/src/Web/WebStatus/obj/WebStatus.csproj.nuget.dgspec.json +++ b/src/Web/WebStatus/obj/WebStatus.csproj.nuget.dgspec.json @@ -46,31 +46,31 @@ "dependencies": { "AspNetCore.HealthChecks.UI": { "target": "Package", - "version": "[8.0.2, )" + "version": "[9.0.0, )" }, "AspNetCore.HealthChecks.UI.Client": { "target": "Package", - "version": "[8.0.1, )" + "version": "[9.0.0, )" }, "AspNetCore.HealthChecks.UI.InMemory.Storage": { "target": "Package", - "version": "[8.0.1, )" + "version": "[9.0.0, )" }, "AspNetCore.HealthChecks.Uris": { "target": "Package", - "version": "[8.0.1, )" + "version": "[9.0.0, )" }, "Microsoft.ApplicationInsights.AspNetCore": { "target": "Package", - "version": "[2.22.0, )" + "version": "[2.23.0, )" }, "Microsoft.ApplicationInsights.DependencyCollector": { "target": "Package", - "version": "[2.22.0, )" + "version": "[2.23.0, )" }, "Microsoft.ApplicationInsights.Kubernetes": { "target": "Package", - "version": "[7.0.0, )" + "version": "[8.0.0, )" }, "Microsoft.Extensions.Configuration.AzureKeyVault": { "target": "Package", @@ -78,15 +78,15 @@ }, "Microsoft.Extensions.Logging.AzureAppServices": { "target": "Package", - "version": "[9.0.0, )" + "version": "[10.0.0, )" }, "Microsoft.Web.LibraryManager.Build": { "target": "Package", - "version": "[2.1.175, )" + "version": "[3.0.71, )" }, "Serilog.AspNetCore": { "target": "Package", - "version": "[8.0.3, )" + "version": "[9.0.0, )" }, "Serilog.Enrichers.Environment": { "target": "Package", @@ -94,19 +94,19 @@ }, "Serilog.Settings.Configuration": { "target": "Package", - "version": "[8.0.4, )" + "version": "[9.0.0, )" }, "Serilog.Sinks.Console": { "target": "Package", - "version": "[6.0.0, )" + "version": "[6.1.1, )" }, "Serilog.Sinks.Http": { "target": "Package", - "version": "[9.0.0, )" + "version": "[9.2.0, )" }, "Serilog.Sinks.Seq": { "target": "Package", - "version": "[8.0.0, )" + "version": "[9.0.0, )" } }, "imports": [ diff --git a/src/Web/WebStatus/obj/WebStatus.csproj.nuget.g.props b/src/Web/WebStatus/obj/WebStatus.csproj.nuget.g.props index f1befe69..781633b4 100644 --- a/src/Web/WebStatus/obj/WebStatus.csproj.nuget.g.props +++ b/src/Web/WebStatus/obj/WebStatus.csproj.nuget.g.props @@ -13,13 +13,13 @@ - - - + + + /home/runner/.nuget/packages/newtonsoft.json/9.0.1 - /home/runner/.nuget/packages/microsoft.web.librarymanager.build/2.1.175 + /home/runner/.nuget/packages/microsoft.web.librarymanager.build/3.0.71 /home/runner/.nuget/packages/microsoft.codeanalysis.analyzers/3.3.3 \ No newline at end of file diff --git a/src/Web/WebStatus/obj/WebStatus.csproj.nuget.g.targets b/src/Web/WebStatus/obj/WebStatus.csproj.nuget.g.targets index b0dc1679..575dbfdb 100644 --- a/src/Web/WebStatus/obj/WebStatus.csproj.nuget.g.targets +++ b/src/Web/WebStatus/obj/WebStatus.csproj.nuget.g.targets @@ -1,11 +1,12 @@  - - - - - - + + + + + + + \ No newline at end of file diff --git a/src/Web/WebStatus/obj/project.assets.json b/src/Web/WebStatus/obj/project.assets.json index d3e5358d..a4ca79cc 100644 --- a/src/Web/WebStatus/obj/project.assets.json +++ b/src/Web/WebStatus/obj/project.assets.json @@ -2,12 +2,12 @@ "version": 3, "targets": { "net9.0": { - "AspNetCore.HealthChecks.UI/8.0.2": { + "AspNetCore.HealthChecks.UI/9.0.0": { "type": "package", "dependencies": { - "AspNetCore.HealthChecks.UI.Data": "8.0.1", - "KubernetesClient": "14.0.2", - "Microsoft.EntityFrameworkCore.Design": "8.0.0", + "AspNetCore.HealthChecks.UI.Data": "9.0.0", + "KubernetesClient": "15.0.1", + "Microsoft.EntityFrameworkCore.Design": "8.0.11", "Microsoft.Extensions.Http": "8.0.0" }, "compile": { @@ -24,11 +24,10 @@ "Microsoft.AspNetCore.App" ] }, - "AspNetCore.HealthChecks.UI.Client/8.0.1": { + "AspNetCore.HealthChecks.UI.Client/9.0.0": { "type": "package", "dependencies": { - "AspNetCore.HealthChecks.UI.Core": "8.0.1", - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0" + "AspNetCore.HealthChecks.UI.Core": "9.0.0" }, "compile": { "lib/net8.0/HealthChecks.UI.Client.dll": { @@ -44,27 +43,26 @@ "Microsoft.AspNetCore.App" ] }, - "AspNetCore.HealthChecks.UI.Core/8.0.1": { + "AspNetCore.HealthChecks.UI.Core/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0" + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11" }, "compile": { - "lib/net6.0/HealthChecks.UI.Core.dll": { + "lib/net8.0/HealthChecks.UI.Core.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/HealthChecks.UI.Core.dll": { + "lib/net8.0/HealthChecks.UI.Core.dll": { "related": ".xml" } } }, - "AspNetCore.HealthChecks.UI.Data/8.0.1": { + "AspNetCore.HealthChecks.UI.Data/9.0.0": { "type": "package", "dependencies": { - "AspNetCore.HealthChecks.UI.Core": "8.0.1", + "AspNetCore.HealthChecks.UI.Core": "9.0.0", "Microsoft.EntityFrameworkCore": "8.0.0" }, "compile": { @@ -78,11 +76,11 @@ } } }, - "AspNetCore.HealthChecks.UI.InMemory.Storage/8.0.1": { + "AspNetCore.HealthChecks.UI.InMemory.Storage/9.0.0": { "type": "package", "dependencies": { - "AspNetCore.HealthChecks.UI.Data": "8.0.1", - "Microsoft.EntityFrameworkCore.InMemory": "8.0.0" + "AspNetCore.HealthChecks.UI.Data": "9.0.0", + "Microsoft.EntityFrameworkCore.InMemory": "8.0.11" }, "compile": { "lib/net8.0/HealthChecks.UI.InMemory.Storage.dll": { @@ -95,19 +93,19 @@ } } }, - "AspNetCore.HealthChecks.Uris/8.0.1": { + "AspNetCore.HealthChecks.Uris/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0", + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11", "Microsoft.Extensions.Http": "8.0.0" }, "compile": { - "lib/net5.0/HealthChecks.Uris.dll": { + "lib/net8.0/HealthChecks.Uris.dll": { "related": ".xml" } }, "runtime": { - "lib/net5.0/HealthChecks.Uris.dll": { + "lib/net8.0/HealthChecks.Uris.dll": { "related": ".xml" } } @@ -138,57 +136,24 @@ } } }, - "IdentityModel/5.2.0": { - "type": "package", - "compile": { - "lib/net5.0/IdentityModel.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/net5.0/IdentityModel.dll": { - "related": ".pdb;.xml" - } - } - }, - "IdentityModel.OidcClient/5.2.1": { - "type": "package", - "dependencies": { - "IdentityModel": "5.2.0", - "Microsoft.Extensions.Logging": "6.0.0" - }, - "compile": { - "lib/netstandard2.0/IdentityModel.OidcClient.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/IdentityModel.OidcClient.dll": { - "related": ".xml" - } - } - }, - "KubernetesClient/14.0.2": { + "KubernetesClient/17.0.14": { "type": "package", "dependencies": { "Fractions": "7.3.0", - "IdentityModel.OidcClient": "5.2.1", - "System.Diagnostics.DiagnosticSource": "7.0.0", - "System.IdentityModel.Tokens.Jwt": "7.1.2", - "YamlDotNet": "15.1.0" + "YamlDotNet": "16.3.0" }, "compile": { - "lib/net8.0/KubernetesClient.dll": { + "lib/net9.0/KubernetesClient.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net8.0/KubernetesClient.dll": { + "lib/net9.0/KubernetesClient.dll": { "related": ".pdb;.xml" } } }, - "Microsoft.ApplicationInsights/2.22.0": { + "Microsoft.ApplicationInsights/2.23.0": { "type": "package", "dependencies": { "System.Diagnostics.DiagnosticSource": "5.0.0" @@ -204,19 +169,19 @@ } } }, - "Microsoft.ApplicationInsights.AspNetCore/2.22.0": { + "Microsoft.ApplicationInsights.AspNetCore/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.22.0", - "Microsoft.ApplicationInsights.EventCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.ApplicationInsights.DependencyCollector": "2.23.0", + "Microsoft.ApplicationInsights.EventCounterCollector": "2.23.0", + "Microsoft.ApplicationInsights.PerfCounterCollector": "2.23.0", + "Microsoft.ApplicationInsights.WindowsServer": "2.23.0", + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.23.0", "Microsoft.AspNetCore.Hosting": "2.1.1", "Microsoft.AspNetCore.Http": "2.1.22", "Microsoft.Extensions.Configuration.Json": "3.1.0", - "Microsoft.Extensions.Logging.ApplicationInsights": "2.22.0", + "Microsoft.Extensions.Logging.ApplicationInsights": "2.23.0", "System.Text.Encodings.Web": "4.7.2" }, "compile": { @@ -230,10 +195,10 @@ } } }, - "Microsoft.ApplicationInsights.DependencyCollector/2.22.0": { + "Microsoft.ApplicationInsights.DependencyCollector/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", "System.Diagnostics.DiagnosticSource": "5.0.0" }, "compile": { @@ -250,10 +215,10 @@ "build/Microsoft.ApplicationInsights.DependencyCollector.targets": {} } }, - "Microsoft.ApplicationInsights.EventCounterCollector/2.22.0": { + "Microsoft.ApplicationInsights.EventCounterCollector/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0" + "Microsoft.ApplicationInsights": "2.23.0" }, "compile": { "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.dll": { @@ -266,33 +231,34 @@ } } }, - "Microsoft.ApplicationInsights.Kubernetes/7.0.0": { + "Microsoft.ApplicationInsights.Kubernetes/8.0.0": { "type": "package", "dependencies": { - "KubernetesClient": "12.1.1", - "Microsoft.ApplicationInsights": "2.21.0", - "Microsoft.Extensions.Configuration": "6.0.1", - "Microsoft.Extensions.DependencyInjection": "8.0.0", - "Microsoft.Extensions.DiagnosticAdapter": "3.1.27", - "Microsoft.Extensions.Hosting": "6.0.1", - "Microsoft.Extensions.Logging.Abstractions": "6.0.4", - "Microsoft.Extensions.Options.ConfigurationExtensions": "6.0.0" + "KubernetesClient": "17.0.14", + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.DependencyInjection": "9.0.2", + "Microsoft.Extensions.DiagnosticAdapter": "3.1.32", + "Microsoft.Extensions.Hosting": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.2", + "System.IdentityModel.Tokens.Jwt": "8.6.0" }, "compile": { - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll": { + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll": { + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.dll": { "related": ".xml" } } }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.22.0": { + "Microsoft.ApplicationInsights.PerfCounterCollector/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", "Microsoft.Extensions.Caching.Memory": "1.0.0", "System.Diagnostics.PerformanceCounter": "6.0.0" }, @@ -310,13 +276,13 @@ "build/_._": {} } }, - "Microsoft.ApplicationInsights.WindowsServer/2.22.0": { + "Microsoft.ApplicationInsights.WindowsServer/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.22.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.ApplicationInsights.DependencyCollector": "2.23.0", + "Microsoft.ApplicationInsights.PerfCounterCollector": "2.23.0", + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.23.0", "System.Diagnostics.DiagnosticSource": "5.0.0" }, "compile": { @@ -333,10 +299,10 @@ "build/_._": {} } }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.22.0": { + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", "System.IO.FileSystem.AccessControl": "4.7.0" }, "compile": { @@ -371,10 +337,14 @@ "System.Reflection.Metadata": "1.6.0" }, "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": { + "related": ".xml" + } } }, "Microsoft.AspNetCore.Hosting.Abstractions/2.1.1": { @@ -422,10 +392,14 @@ "Microsoft.Net.Http.Headers": "2.1.1" }, "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": { + "related": ".xml" + } } }, "Microsoft.AspNetCore.Http.Abstractions/2.1.1": { @@ -454,10 +428,14 @@ "System.Buffers": "4.5.0" }, "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": { + "related": ".xml" + } } }, "Microsoft.AspNetCore.Http.Features/2.1.1": { @@ -483,10 +461,14 @@ "System.Text.Encodings.Web": "4.5.0" }, "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": { + "related": ".xml" + } } }, "Microsoft.Azure.KeyVault/2.3.2": { @@ -501,12 +483,12 @@ }, "compile": { "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "runtime": { "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } } }, @@ -524,12 +506,12 @@ }, "compile": { "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "runtime": { "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } } }, @@ -542,12 +524,12 @@ }, "compile": { "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "runtime": { "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "build": { @@ -842,13 +824,13 @@ "lib/netstandard1.3/Microsoft.CSharp.dll": {} } }, - "Microsoft.EntityFrameworkCore/8.0.0": { + "Microsoft.EntityFrameworkCore/8.0.11": { "type": "package", "dependencies": { - "Microsoft.EntityFrameworkCore.Abstractions": "8.0.0", - "Microsoft.EntityFrameworkCore.Analyzers": "8.0.0", - "Microsoft.Extensions.Caching.Memory": "8.0.0", - "Microsoft.Extensions.Logging": "8.0.0" + "Microsoft.EntityFrameworkCore.Abstractions": "8.0.11", + "Microsoft.EntityFrameworkCore.Analyzers": "8.0.11", + "Microsoft.Extensions.Caching.Memory": "8.0.1", + "Microsoft.Extensions.Logging": "8.0.1" }, "compile": { "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { @@ -864,7 +846,7 @@ "buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props": {} } }, - "Microsoft.EntityFrameworkCore.Abstractions/8.0.0": { + "Microsoft.EntityFrameworkCore.Abstractions/8.0.11": { "type": "package", "compile": { "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { @@ -877,7 +859,7 @@ } } }, - "Microsoft.EntityFrameworkCore.Analyzers/8.0.0": { + "Microsoft.EntityFrameworkCore.Analyzers/8.0.11": { "type": "package", "compile": { "lib/netstandard2.0/_._": {} @@ -886,13 +868,13 @@ "lib/netstandard2.0/_._": {} } }, - "Microsoft.EntityFrameworkCore.Design/8.0.0": { + "Microsoft.EntityFrameworkCore.Design/8.0.11": { "type": "package", "dependencies": { "Humanizer.Core": "2.14.1", "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.5.0", - "Microsoft.EntityFrameworkCore.Relational": "8.0.0", - "Microsoft.Extensions.DependencyModel": "8.0.0", + "Microsoft.EntityFrameworkCore.Relational": "8.0.11", + "Microsoft.Extensions.DependencyModel": "8.0.2", "Mono.TextTemplating": "2.2.1" }, "compile": { @@ -909,10 +891,10 @@ "build/net8.0/_._": {} } }, - "Microsoft.EntityFrameworkCore.InMemory/8.0.0": { + "Microsoft.EntityFrameworkCore.InMemory/8.0.11": { "type": "package", "dependencies": { - "Microsoft.EntityFrameworkCore": "8.0.0" + "Microsoft.EntityFrameworkCore": "8.0.11" }, "compile": { "lib/net8.0/Microsoft.EntityFrameworkCore.InMemory.dll": { @@ -925,10 +907,10 @@ } } }, - "Microsoft.EntityFrameworkCore.Relational/8.0.0": { + "Microsoft.EntityFrameworkCore.Relational/8.0.11": { "type": "package", "dependencies": { - "Microsoft.EntityFrameworkCore": "8.0.0", + "Microsoft.EntityFrameworkCore": "8.0.11", "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" }, "compile": { @@ -961,13 +943,13 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.Caching.Memory/8.0.0": { + "Microsoft.Extensions.Caching.Memory/8.0.1": { "type": "package", "dependencies": { "Microsoft.Extensions.Caching.Abstractions": "8.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0", - "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2", + "Microsoft.Extensions.Logging.Abstractions": "8.0.2", + "Microsoft.Extensions.Options": "8.0.2", "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { @@ -984,11 +966,11 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.Configuration/9.0.0": { + "Microsoft.Extensions.Configuration/10.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "10.0.0", + "Microsoft.Extensions.Primitives": "10.0.0" }, "compile": { "lib/net9.0/Microsoft.Extensions.Configuration.dll": { @@ -1004,10 +986,10 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { + "Microsoft.Extensions.Configuration.Abstractions/10.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.Primitives": "10.0.0" }, "compile": { "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll": { @@ -1042,10 +1024,11 @@ } } }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { + "Microsoft.Extensions.Configuration.Binder/10.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" + "Microsoft.Extensions.Configuration": "10.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "10.0.0" }, "compile": { "lib/net9.0/Microsoft.Extensions.Configuration.Binder.dll": { @@ -1061,28 +1044,31 @@ "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets": {} } }, - "Microsoft.Extensions.Configuration.CommandLine/6.0.0": { + "Microsoft.Extensions.Configuration.CommandLine/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { + "Microsoft.Extensions.Configuration.EnvironmentVariables/10.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" + "Microsoft.Extensions.Configuration": "10.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "10.0.0" }, "compile": { "lib/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": { @@ -1098,14 +1084,14 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { + "Microsoft.Extensions.Configuration.FileExtensions/10.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.Configuration": "10.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "10.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "10.0.0", + "Microsoft.Extensions.FileProviders.Physical": "10.0.0", + "Microsoft.Extensions.Primitives": "10.0.0" }, "compile": { "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { @@ -1121,13 +1107,14 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { + "Microsoft.Extensions.Configuration.Json/10.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0" + "Microsoft.Extensions.Configuration": "10.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "10.0.0", + "Microsoft.Extensions.Configuration.FileExtensions": "10.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "10.0.0", + "System.Text.Json": "10.0.0" }, "compile": { "lib/net9.0/Microsoft.Extensions.Configuration.Json.dll": { @@ -1143,33 +1130,33 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.UserSecrets/6.0.1": { + "Microsoft.Extensions.Configuration.UserSecrets/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Json": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Physical": "9.0.2" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.props": {}, - "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.targets": {} + "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.props": {}, + "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.targets": {} } }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { + "Microsoft.Extensions.DependencyInjection/10.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0" }, "compile": { "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll": { @@ -1185,7 +1172,7 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { + "Microsoft.Extensions.DependencyInjection.Abstractions/10.0.0": { "type": "package", "compile": { "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { @@ -1201,23 +1188,23 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.DependencyModel/8.0.2": { + "Microsoft.Extensions.DependencyModel/9.0.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "lib/net9.0/Microsoft.Extensions.DependencyModel.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "lib/net9.0/Microsoft.Extensions.DependencyModel.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.DiagnosticAdapter/3.1.27": { + "Microsoft.Extensions.DiagnosticAdapter/3.1.32": { "type": "package", "dependencies": { "System.Diagnostics.DiagnosticSource": "4.7.1" @@ -1233,55 +1220,54 @@ } } }, - "Microsoft.Extensions.Diagnostics/8.0.0": { + "Microsoft.Extensions.Diagnostics/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "8.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "8.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.2", + "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.2" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Diagnostics.dll": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Diagnostics.dll": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Diagnostics.Abstractions/8.0.0": { + "Microsoft.Extensions.Diagnostics.Abstractions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Options": "8.0.0", - "System.Diagnostics.DiagnosticSource": "8.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Diagnostics.HealthChecks/8.0.0": { + "Microsoft.Extensions.Diagnostics.HealthChecks/8.0.11": { "type": "package", "dependencies": { - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "8.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0", - "Microsoft.Extensions.Options": "8.0.0" + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "8.0.11", + "Microsoft.Extensions.Hosting.Abstractions": "8.0.1", + "Microsoft.Extensions.Logging.Abstractions": "8.0.2", + "Microsoft.Extensions.Options": "8.0.2" }, "compile": { "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll": { @@ -1294,7 +1280,7 @@ } } }, - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/8.0.0": { + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/8.0.11": { "type": "package", "compile": { "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": { @@ -1307,10 +1293,10 @@ } } }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { + "Microsoft.Extensions.FileProviders.Abstractions/10.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.Primitives": "10.0.0" }, "compile": { "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { @@ -1326,12 +1312,12 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { + "Microsoft.Extensions.FileProviders.Physical/10.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.FileProviders.Abstractions": "10.0.0", + "Microsoft.Extensions.FileSystemGlobbing": "10.0.0", + "Microsoft.Extensions.Primitives": "10.0.0" }, "compile": { "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.dll": { @@ -1347,7 +1333,7 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": { + "Microsoft.Extensions.FileSystemGlobbing/10.0.0": { "type": "package", "compile": { "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll": { @@ -1363,66 +1349,67 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Hosting/6.0.1": { + "Microsoft.Extensions.Hosting/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.Configuration.CommandLine": "6.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1", - "Microsoft.Extensions.DependencyInjection": "6.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging.Configuration": "6.0.0", - "Microsoft.Extensions.Logging.Console": "6.0.0", - "Microsoft.Extensions.Logging.Debug": "6.0.0", - "Microsoft.Extensions.Logging.EventLog": "6.0.0", - "Microsoft.Extensions.Logging.EventSource": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Binder": "9.0.2", + "Microsoft.Extensions.Configuration.CommandLine": "9.0.2", + "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.2", + "Microsoft.Extensions.Configuration.FileExtensions": "9.0.2", + "Microsoft.Extensions.Configuration.Json": "9.0.2", + "Microsoft.Extensions.Configuration.UserSecrets": "9.0.2", + "Microsoft.Extensions.DependencyInjection": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Diagnostics": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Physical": "9.0.2", + "Microsoft.Extensions.Hosting.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.Configuration": "9.0.2", + "Microsoft.Extensions.Logging.Console": "9.0.2", + "Microsoft.Extensions.Logging.Debug": "9.0.2", + "Microsoft.Extensions.Logging.EventLog": "9.0.2", + "Microsoft.Extensions.Logging.EventSource": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" }, "compile": { - "lib/net6.0/Microsoft.Extensions.Hosting.dll": { + "lib/net9.0/Microsoft.Extensions.Hosting.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.Extensions.Hosting.dll": { + "lib/net9.0/Microsoft.Extensions.Hosting.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Hosting.Abstractions/8.0.0": { + "Microsoft.Extensions.Hosting.Abstractions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "8.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll": { + "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll": { + "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/net8.0/_._": {} } }, "Microsoft.Extensions.Http/8.0.0": { @@ -1449,12 +1436,12 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.Logging/9.0.0": { + "Microsoft.Extensions.Logging/10.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" + "Microsoft.Extensions.DependencyInjection": "10.0.0", + "Microsoft.Extensions.Logging.Abstractions": "10.0.0", + "Microsoft.Extensions.Options": "10.0.0" }, "compile": { "lib/net9.0/Microsoft.Extensions.Logging.dll": { @@ -1470,10 +1457,11 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { + "Microsoft.Extensions.Logging.Abstractions/10.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0", + "System.Diagnostics.DiagnosticSource": "10.0.0" }, "compile": { "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": { @@ -1489,10 +1477,10 @@ "buildTransitive/net8.0/Microsoft.Extensions.Logging.Abstractions.targets": {} } }, - "Microsoft.Extensions.Logging.ApplicationInsights/2.22.0": { + "Microsoft.Extensions.Logging.ApplicationInsights/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", "Microsoft.Extensions.Logging": "2.1.1" }, "compile": { @@ -1506,38 +1494,37 @@ } } }, - "Microsoft.Extensions.Logging.AzureAppServices/9.0.0": { + "Microsoft.Extensions.Logging.AzureAppServices/10.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "System.ValueTuple": "4.5.0" + "Microsoft.Extensions.Configuration.EnvironmentVariables": "10.0.0", + "Microsoft.Extensions.Configuration.Json": "10.0.0", + "Microsoft.Extensions.Logging": "10.0.0", + "Microsoft.Extensions.Logging.Abstractions": "10.0.0", + "Microsoft.Extensions.Logging.Configuration": "10.0.0" }, "compile": { - "lib/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll": { + "lib/netstandard2.0/Microsoft.Extensions.Logging.AzureAppServices.dll": { "related": ".xml" } }, "runtime": { - "lib/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll": { + "lib/netstandard2.0/Microsoft.Extensions.Logging.AzureAppServices.dll": { "related": ".xml" } } }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { + "Microsoft.Extensions.Logging.Configuration/10.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" + "Microsoft.Extensions.Configuration": "10.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "10.0.0", + "Microsoft.Extensions.Configuration.Binder": "10.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0", + "Microsoft.Extensions.Logging": "10.0.0", + "Microsoft.Extensions.Logging.Abstractions": "10.0.0", + "Microsoft.Extensions.Options": "10.0.0", + "Microsoft.Extensions.Options.ConfigurationExtensions": "10.0.0" }, "compile": { "lib/net9.0/Microsoft.Extensions.Logging.Configuration.dll": { @@ -1553,91 +1540,94 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.Console/6.0.0": { + "Microsoft.Extensions.Logging.Console/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging.Configuration": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "System.Text.Json": "6.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.Configuration": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" }, "compile": { - "lib/net6.0/Microsoft.Extensions.Logging.Console.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.Console.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.Extensions.Logging.Console.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.Console.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.Debug/6.0.0": { + "Microsoft.Extensions.Logging.Debug/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.Debug.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.Debug.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.EventLog/6.0.0": { + "Microsoft.Extensions.Logging.EventLog/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "System.Diagnostics.EventLog": "6.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "System.Diagnostics.EventLog": "9.0.2" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.EventLog.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.EventLog.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.EventLog.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.EventLog.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.EventSource/6.0.0": { + "Microsoft.Extensions.Logging.EventSource/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Json": "6.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { - "lib/net6.0/Microsoft.Extensions.Logging.EventSource.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.EventSource.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.Extensions.Logging.EventSource.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.EventSource.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "buildTransitive/net8.0/_._": {} } }, "Microsoft.Extensions.ObjectPool/2.1.1": { @@ -1653,11 +1643,11 @@ } } }, - "Microsoft.Extensions.Options/9.0.0": { + "Microsoft.Extensions.Options/10.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0", + "Microsoft.Extensions.Primitives": "10.0.0" }, "compile": { "lib/net9.0/Microsoft.Extensions.Options.dll": { @@ -1673,14 +1663,14 @@ "buildTransitive/net8.0/Microsoft.Extensions.Options.targets": {} } }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { + "Microsoft.Extensions.Options.ConfigurationExtensions/10.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "10.0.0", + "Microsoft.Extensions.Configuration.Binder": "10.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0", + "Microsoft.Extensions.Options": "10.0.0", + "Microsoft.Extensions.Primitives": "10.0.0" }, "compile": { "lib/net9.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { @@ -1696,7 +1686,7 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Primitives/9.0.0": { + "Microsoft.Extensions.Primitives/10.0.0": { "type": "package", "compile": { "lib/net9.0/Microsoft.Extensions.Primitives.dll": { @@ -1712,15 +1702,15 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.IdentityModel.Abstractions/7.1.2": { + "Microsoft.IdentityModel.Abstractions/8.6.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": { "related": ".xml" } } @@ -1734,57 +1724,62 @@ }, "compile": { "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": {}, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": {} + "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": {}, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": {} + "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": { + "related": ".xml" + } } }, - "Microsoft.IdentityModel.JsonWebTokens/7.1.2": { + "Microsoft.IdentityModel.JsonWebTokens/8.6.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.1.2" + "Microsoft.IdentityModel.Tokens": "8.6.0" }, "compile": { - "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.Logging/7.1.2": { + "Microsoft.IdentityModel.Logging/8.6.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.1.2" + "Microsoft.IdentityModel.Abstractions": "8.6.0" }, "compile": { - "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "lib/net9.0/Microsoft.IdentityModel.Logging.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "lib/net9.0/Microsoft.IdentityModel.Logging.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.Tokens/7.1.2": { + "Microsoft.IdentityModel.Tokens/8.6.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.1.2" + "Microsoft.Extensions.Logging.Abstractions": "8.0.2", + "Microsoft.IdentityModel.Logging": "8.6.0" }, "compile": { - "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "lib/net9.0/Microsoft.IdentityModel.Tokens.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "lib/net9.0/Microsoft.IdentityModel.Tokens.dll": { "related": ".xml" } } @@ -1796,10 +1791,14 @@ "System.Buffers": "4.5.0" }, "compile": { - "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": {} + "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": {} + "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": { + "related": ".xml" + } } }, "Microsoft.NETCore.Platforms/1.1.0": { @@ -1828,12 +1827,12 @@ }, "compile": { "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "runtime": { "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } } }, @@ -1846,20 +1845,17 @@ }, "compile": { "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "runtime": { "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } } }, - "Microsoft.Web.LibraryManager.Build/2.1.175": { + "Microsoft.Web.LibraryManager.Build/3.0.71": { "type": "package", - "dependencies": { - "System.Runtime.Loader": "4.3.0" - }, "build": { "build/Microsoft.Web.LibraryManager.Build.props": {}, "build/Microsoft.Web.LibraryManager.Build.targets": {} @@ -1873,7 +1869,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": {} + "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": { + "related": ".xml" + } } }, "Microsoft.Win32.Registry/4.3.0": { @@ -2195,38 +2193,37 @@ } } }, - "Serilog/4.0.0": { + "Serilog/4.2.0": { "type": "package", "compile": { - "lib/net8.0/Serilog.dll": { + "lib/net9.0/Serilog.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.dll": { + "lib/net9.0/Serilog.dll": { "related": ".xml" } } }, - "Serilog.AspNetCore/8.0.3": { + "Serilog.AspNetCore/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Logging": "8.0.0", - "Serilog": "3.1.1", - "Serilog.Extensions.Hosting": "8.0.0", - "Serilog.Formatting.Compact": "2.0.0", - "Serilog.Settings.Configuration": "8.0.4", - "Serilog.Sinks.Console": "5.0.0", - "Serilog.Sinks.Debug": "2.0.0", - "Serilog.Sinks.File": "5.0.0" + "Serilog": "4.2.0", + "Serilog.Extensions.Hosting": "9.0.0", + "Serilog.Formatting.Compact": "3.0.0", + "Serilog.Settings.Configuration": "9.0.0", + "Serilog.Sinks.Console": "6.0.0", + "Serilog.Sinks.Debug": "3.0.0", + "Serilog.Sinks.File": "6.0.0" }, "compile": { - "lib/net8.0/Serilog.AspNetCore.dll": { + "lib/net9.0/Serilog.AspNetCore.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.AspNetCore.dll": { + "lib/net9.0/Serilog.AspNetCore.dll": { "related": ".xml" } }, @@ -2250,78 +2247,78 @@ } } }, - "Serilog.Extensions.Hosting/8.0.0": { + "Serilog.Extensions.Hosting/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0", - "Serilog": "3.1.1", - "Serilog.Extensions.Logging": "8.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", + "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", + "Microsoft.Extensions.Logging.Abstractions": "9.0.0", + "Serilog": "4.2.0", + "Serilog.Extensions.Logging": "9.0.0" }, "compile": { - "lib/net8.0/Serilog.Extensions.Hosting.dll": { + "lib/net9.0/Serilog.Extensions.Hosting.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.Extensions.Hosting.dll": { + "lib/net9.0/Serilog.Extensions.Hosting.dll": { "related": ".xml" } } }, - "Serilog.Extensions.Logging/8.0.0": { + "Serilog.Extensions.Logging/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Logging": "8.0.0", - "Serilog": "3.1.1" + "Microsoft.Extensions.Logging": "9.0.0", + "Serilog": "4.2.0" }, "compile": { - "lib/net8.0/Serilog.Extensions.Logging.dll": { + "lib/net9.0/Serilog.Extensions.Logging.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.Extensions.Logging.dll": { + "lib/net9.0/Serilog.Extensions.Logging.dll": { "related": ".xml" } } }, - "Serilog.Formatting.Compact/2.0.0": { + "Serilog.Formatting.Compact/3.0.0": { "type": "package", "dependencies": { - "Serilog": "3.1.0" + "Serilog": "4.0.0" }, "compile": { - "lib/net7.0/Serilog.Formatting.Compact.dll": { + "lib/net8.0/Serilog.Formatting.Compact.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Serilog.Formatting.Compact.dll": { + "lib/net8.0/Serilog.Formatting.Compact.dll": { "related": ".xml" } } }, - "Serilog.Settings.Configuration/8.0.4": { + "Serilog.Settings.Configuration/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Binder": "8.0.0", - "Microsoft.Extensions.DependencyModel": "8.0.2", - "Serilog": "3.1.1" + "Microsoft.Extensions.Configuration.Binder": "9.0.0", + "Microsoft.Extensions.DependencyModel": "9.0.0", + "Serilog": "4.2.0" }, "compile": { - "lib/net8.0/Serilog.Settings.Configuration.dll": { + "lib/net9.0/Serilog.Settings.Configuration.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.Settings.Configuration.dll": { + "lib/net9.0/Serilog.Settings.Configuration.dll": { "related": ".xml" } } }, - "Serilog.Sinks.Console/6.0.0": { + "Serilog.Sinks.Console/6.1.1": { "type": "package", "dependencies": { "Serilog": "4.0.0" @@ -2337,39 +2334,43 @@ } } }, - "Serilog.Sinks.Debug/2.0.0": { + "Serilog.Sinks.Debug/3.0.0": { "type": "package", "dependencies": { - "Serilog": "2.10.0" + "Serilog": "4.0.0" }, "compile": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": {} + "lib/net8.0/Serilog.Sinks.Debug.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": {} + "lib/net8.0/Serilog.Sinks.Debug.dll": { + "related": ".xml" + } } }, - "Serilog.Sinks.File/5.0.0": { + "Serilog.Sinks.File/7.0.0": { "type": "package", "dependencies": { - "Serilog": "2.10.0" + "Serilog": "4.2.0" }, "compile": { - "lib/net5.0/Serilog.Sinks.File.dll": { - "related": ".pdb" + "lib/net9.0/Serilog.Sinks.File.dll": { + "related": ".xml" } }, "runtime": { - "lib/net5.0/Serilog.Sinks.File.dll": { - "related": ".pdb" + "lib/net9.0/Serilog.Sinks.File.dll": { + "related": ".xml" } } }, - "Serilog.Sinks.Http/9.0.0": { + "Serilog.Sinks.Http/9.2.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "7.0.0", - "Serilog.Sinks.File": "5.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.7", + "Serilog.Sinks.File": "7.0.0" }, "compile": { "lib/netstandard2.1/Serilog.Sinks.Http.dll": { @@ -2382,11 +2383,11 @@ } } }, - "Serilog.Sinks.Seq/8.0.0": { + "Serilog.Sinks.Seq/9.0.0": { "type": "package", "dependencies": { - "Serilog": "4.0.0", - "Serilog.Sinks.File": "5.0.0" + "Serilog": "4.2.0", + "Serilog.Sinks.File": "6.0.0" }, "compile": { "lib/net6.0/Serilog.Sinks.Seq.dll": { @@ -2405,7 +2406,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.6/System.AppContext.dll": {} + "ref/netstandard1.6/System.AppContext.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.6/System.AppContext.dll": {} @@ -2423,7 +2426,9 @@ "System.CodeDom/4.4.0": { "type": "package", "compile": { - "ref/netstandard2.0/System.CodeDom.dll": {} + "ref/netstandard2.0/System.CodeDom.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard2.0/System.CodeDom.dll": {} @@ -2437,7 +2442,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Collections.dll": {} + "ref/netstandard1.3/System.Collections.dll": { + "related": ".xml" + } } }, "System.Collections.Concurrent/4.3.0": { @@ -2455,7 +2462,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Collections.Concurrent.dll": {} + "ref/netstandard1.3/System.Collections.Concurrent.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Collections.Concurrent.dll": {} @@ -2614,7 +2623,9 @@ "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Console.dll": {} + "ref/netstandard1.3/System.Console.dll": { + "related": ".xml" + } } }, "System.Diagnostics.Debug/4.3.0": { @@ -2625,46 +2636,48 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Diagnostics.Debug.dll": {} + "ref/netstandard1.3/System.Diagnostics.Debug.dll": { + "related": ".xml" + } } }, - "System.Diagnostics.DiagnosticSource/8.0.0": { + "System.Diagnostics.DiagnosticSource/10.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": { + "lib/net9.0/System.Diagnostics.DiagnosticSource.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": { + "lib/net9.0/System.Diagnostics.DiagnosticSource.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "System.Diagnostics.EventLog/6.0.0": { + "System.Diagnostics.EventLog/9.0.2": { "type": "package", "compile": { - "lib/net6.0/System.Diagnostics.EventLog.dll": { + "lib/net9.0/System.Diagnostics.EventLog.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/System.Diagnostics.EventLog.dll": { + "lib/net9.0/System.Diagnostics.EventLog.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "buildTransitive/net8.0/_._": {} }, "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll": { + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll": { "assetType": "runtime", "rid": "win" }, - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll": { + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll": { "assetType": "runtime", "rid": "win" } @@ -2721,7 +2734,9 @@ "runtime.native.System": "4.3.0" }, "compile": { - "ref/netstandard1.4/System.Diagnostics.Process.dll": {} + "ref/netstandard1.4/System.Diagnostics.Process.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/linux/lib/netstandard1.4/System.Diagnostics.Process.dll": { @@ -2746,7 +2761,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Diagnostics.Tools.dll": {} + "ref/netstandard1.0/System.Diagnostics.Tools.dll": { + "related": ".xml" + } } }, "System.Diagnostics.Tracing/4.3.0": { @@ -2757,7 +2774,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {} + "ref/netstandard1.5/System.Diagnostics.Tracing.dll": { + "related": ".xml" + } } }, "System.Drawing.Common/6.0.0": { @@ -2809,7 +2828,9 @@ "System.Threading": "4.0.11" }, "compile": { - "ref/netstandard1.3/System.Dynamic.Runtime.dll": {} + "ref/netstandard1.3/System.Dynamic.Runtime.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Dynamic.Runtime.dll": {} @@ -2823,7 +2844,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Globalization.dll": {} + "ref/netstandard1.3/System.Globalization.dll": { + "related": ".xml" + } } }, "System.Globalization.Calendars/4.3.0": { @@ -2835,7 +2858,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Globalization.Calendars.dll": {} + "ref/netstandard1.3/System.Globalization.Calendars.dll": { + "related": ".xml" + } } }, "System.Globalization.Extensions/4.3.0": { @@ -2849,7 +2874,9 @@ "System.Runtime.InteropServices": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll": { @@ -2862,19 +2889,19 @@ } } }, - "System.IdentityModel.Tokens.Jwt/7.1.2": { + "System.IdentityModel.Tokens.Jwt/8.6.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.1.2", - "Microsoft.IdentityModel.Tokens": "7.1.2" + "Microsoft.IdentityModel.JsonWebTokens": "8.6.0", + "Microsoft.IdentityModel.Tokens": "8.6.0" }, "compile": { - "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "lib/net9.0/System.IdentityModel.Tokens.Jwt.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "lib/net9.0/System.IdentityModel.Tokens.Jwt.dll": { "related": ".xml" } } @@ -2889,7 +2916,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.IO.dll": {} + "ref/netstandard1.5/System.IO.dll": { + "related": ".xml" + } } }, "System.IO.Compression/4.3.0": { @@ -2912,7 +2941,9 @@ "runtime.native.System.IO.Compression": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.Compression.dll": {} + "ref/netstandard1.3/System.IO.Compression.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": { @@ -2939,7 +2970,9 @@ "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": {} + "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {} @@ -2958,7 +2991,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.FileSystem.dll": {} + "ref/netstandard1.3/System.IO.FileSystem.dll": { + "related": ".xml" + } } }, "System.IO.FileSystem.AccessControl/4.7.0": { @@ -2968,10 +3003,14 @@ "System.Security.Principal.Windows": "4.7.0" }, "compile": { - "ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll": {} + "ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll": {} + "lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { @@ -2986,26 +3025,28 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} } }, - "System.IO.Pipelines/6.0.3": { + "System.IO.Pipelines/10.0.0": { "type": "package", "compile": { - "lib/net6.0/System.IO.Pipelines.dll": { + "lib/net9.0/System.IO.Pipelines.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/System.IO.Pipelines.dll": { + "lib/net9.0/System.IO.Pipelines.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "buildTransitive/net8.0/_._": {} } }, "System.Linq/4.3.0": { @@ -3018,7 +3059,9 @@ "System.Runtime.Extensions": "4.3.0" }, "compile": { - "ref/netstandard1.6/System.Linq.dll": {} + "ref/netstandard1.6/System.Linq.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.6/System.Linq.dll": {} @@ -3046,7 +3089,9 @@ "System.Threading": "4.3.0" }, "compile": { - "ref/netstandard1.6/System.Linq.Expressions.dll": {} + "ref/netstandard1.6/System.Linq.Expressions.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.6/System.Linq.Expressions.dll": {} @@ -3083,7 +3128,9 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Net.Http.dll": {} + "ref/netstandard1.3/System.Net.Http.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll": { @@ -3105,7 +3152,9 @@ "System.Runtime.Handles": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Net.Primitives.dll": {} + "ref/netstandard1.3/System.Net.Primitives.dll": { + "related": ".xml" + } } }, "System.Net.Sockets/4.3.0": { @@ -3119,7 +3168,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Net.Sockets.dll": {} + "ref/netstandard1.3/System.Net.Sockets.dll": { + "related": ".xml" + } } }, "System.ObjectModel/4.3.0": { @@ -3132,7 +3183,9 @@ "System.Threading": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.ObjectModel.dll": {} + "ref/netstandard1.3/System.ObjectModel.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.ObjectModel.dll": {} @@ -3183,7 +3236,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.Reflection.dll": {} + "ref/netstandard1.5/System.Reflection.dll": { + "related": ".xml" + } } }, "System.Reflection.Emit/4.3.0": { @@ -3196,7 +3251,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.1/_._": {} + "ref/netstandard1.1/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Reflection.Emit.dll": {} @@ -3210,7 +3267,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/_._": {} + "ref/netstandard1.0/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {} @@ -3225,7 +3284,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/_._": {} + "ref/netstandard1.0/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll": {} @@ -3240,7 +3301,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Reflection.Extensions.dll": {} + "ref/netstandard1.0/System.Reflection.Extensions.dll": { + "related": ".xml" + } } }, "System.Reflection.Metadata/6.0.1": { @@ -3270,7 +3333,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Reflection.Primitives.dll": {} + "ref/netstandard1.0/System.Reflection.Primitives.dll": { + "related": ".xml" + } } }, "System.Reflection.TypeExtensions/4.3.0": { @@ -3298,7 +3363,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Resources.ResourceManager.dll": {} + "ref/netstandard1.0/System.Resources.ResourceManager.dll": { + "related": ".xml" + } } }, "System.Runtime/4.3.0": { @@ -3308,16 +3375,22 @@ "Microsoft.NETCore.Targets": "1.1.0" }, "compile": { - "ref/netstandard1.5/System.Runtime.dll": {} + "ref/netstandard1.5/System.Runtime.dll": { + "related": ".xml" + } } }, "System.Runtime.CompilerServices.Unsafe/6.0.0": { "type": "package", "compile": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {} + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } }, "runtime": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {} + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } }, "build": { "buildTransitive/netcoreapp3.1/_._": {} @@ -3331,7 +3404,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.Runtime.Extensions.dll": {} + "ref/netstandard1.5/System.Runtime.Extensions.dll": { + "related": ".xml" + } } }, "System.Runtime.Handles/4.3.0": { @@ -3342,7 +3417,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Runtime.Handles.dll": {} + "ref/netstandard1.3/System.Runtime.Handles.dll": { + "related": ".xml" + } } }, "System.Runtime.InteropServices/4.3.0": { @@ -3387,20 +3464,6 @@ } } }, - "System.Runtime.Loader/4.3.0": { - "type": "package", - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.5/System.Runtime.Loader.dll": {} - }, - "runtime": { - "lib/netstandard1.5/System.Runtime.Loader.dll": {} - } - }, "System.Runtime.Numerics/4.3.0": { "type": "package", "dependencies": { @@ -3410,7 +3473,9 @@ "System.Runtime.Extensions": "4.3.0" }, "compile": { - "ref/netstandard1.1/System.Runtime.Numerics.dll": {} + "ref/netstandard1.1/System.Runtime.Numerics.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Runtime.Numerics.dll": {} @@ -3424,7 +3489,9 @@ "System.Runtime": "4.1.0" }, "compile": { - "ref/netstandard1.0/System.Runtime.Serialization.Json.dll": {} + "ref/netstandard1.0/System.Runtime.Serialization.Json.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Runtime.Serialization.Json.dll": {} @@ -3437,7 +3504,9 @@ "System.Runtime": "4.1.0" }, "compile": { - "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} + "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} @@ -3578,7 +3647,9 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": {} + "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": { @@ -3691,7 +3762,9 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" }, "compile": { - "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": {} + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { @@ -3755,7 +3828,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Text.Encoding.dll": {} + "ref/netstandard1.3/System.Text.Encoding.dll": { + "related": ".xml" + } } }, "System.Text.Encoding.CodePages/6.0.0": { @@ -3792,52 +3867,55 @@ "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {} + "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": { + "related": ".xml" + } } }, - "System.Text.Encodings.Web/6.0.0": { + "System.Text.Encodings.Web/10.0.0": { "type": "package", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, "compile": { - "lib/net6.0/System.Text.Encodings.Web.dll": { + "lib/net9.0/System.Text.Encodings.Web.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/System.Text.Encodings.Web.dll": { + "lib/net9.0/System.Text.Encodings.Web.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "buildTransitive/net8.0/_._": {} }, "runtimeTargets": { - "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll": { + "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll": { "assetType": "runtime", "rid": "browser" + }, + "runtimes/win/lib/net9.0/System.Text.Encodings.Web.dll": { + "assetType": "runtime", + "rid": "win" } } }, - "System.Text.Json/6.0.0": { + "System.Text.Json/10.0.0": { "type": "package", "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "6.0.0" + "System.IO.Pipelines": "10.0.0", + "System.Text.Encodings.Web": "10.0.0" }, "compile": { - "lib/net6.0/System.Text.Json.dll": { + "lib/net9.0/System.Text.Json.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/System.Text.Json.dll": { + "lib/net9.0/System.Text.Json.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "buildTransitive/net8.0/System.Text.Json.targets": {} } }, "System.Text.RegularExpressions/4.3.0": { @@ -3859,7 +3937,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Threading.dll": {} + "ref/netstandard1.3/System.Threading.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Threading.dll": {} @@ -3889,7 +3969,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Threading.Tasks.dll": {} + "ref/netstandard1.3/System.Threading.Tasks.dll": { + "related": ".xml" + } } }, "System.Threading.Tasks.Extensions/4.3.0": { @@ -3900,10 +3982,14 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "lib/netstandard1.0/_._": {} + "lib/netstandard1.0/_._": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": {} + "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": { + "related": ".xml" + } } }, "System.Threading.Thread/4.3.0": { @@ -3912,7 +3998,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Threading.Thread.dll": {} @@ -3925,7 +4013,9 @@ "System.Runtime.Handles": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Threading.ThreadPool.dll": {} @@ -3939,16 +4029,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.2/System.Threading.Timer.dll": {} - } - }, - "System.ValueTuple/4.5.0": { - "type": "package", - "compile": { - "ref/netcoreapp2.0/_._": {} - }, - "runtime": { - "lib/netcoreapp2.0/_._": {} + "ref/netstandard1.2/System.Threading.Timer.dll": { + "related": ".xml" + } } }, "System.Windows.Extensions/6.0.0": { @@ -3993,7 +4076,9 @@ "System.Threading.Tasks.Extensions": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Xml.ReaderWriter.dll": {} + "ref/netstandard1.3/System.Xml.ReaderWriter.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.ReaderWriter.dll": {} @@ -4016,7 +4101,9 @@ "System.Xml.ReaderWriter": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Xml.XDocument.dll": {} + "ref/netstandard1.3/System.Xml.XDocument.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.XDocument.dll": {} @@ -4037,7 +4124,9 @@ "System.Xml.ReaderWriter": "4.0.11" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.XmlDocument.dll": {} @@ -4065,13 +4154,15 @@ "System.Xml.XmlDocument": "4.0.1" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.XmlSerializer.dll": {} } }, - "YamlDotNet/15.1.0": { + "YamlDotNet/16.3.0": { "type": "package", "compile": { "lib/net8.0/YamlDotNet.dll": { @@ -4087,14 +4178,14 @@ } }, "libraries": { - "AspNetCore.HealthChecks.UI/8.0.2": { - "sha512": "AkqR7F8jropKO9FQmsjorM7eB00Y6I9P6jObNqVK0M+dNlEvBGjaJyYP2UM16azOxEuikJeUaCP9+XdrgPSyFg==", + "AspNetCore.HealthChecks.UI/9.0.0": { + "sha512": "r/bGIiFDm/Bv+S/OCcE1/YzM4Zul1nEKGRA42xcGqxaYmaQf1T+gFEReNNA+5nHXuXt5TRuBuVag1emXuwqe6w==", "type": "package", - "path": "aspnetcore.healthchecks.ui/8.0.2", + "path": "aspnetcore.healthchecks.ui/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "aspnetcore.healthchecks.ui.8.0.2.nupkg.sha512", + "aspnetcore.healthchecks.ui.9.0.0.nupkg.sha512", "aspnetcore.healthchecks.ui.nuspec", "icon.png", "lib/net8.0/HealthChecks.UI.dll", @@ -4102,78 +4193,74 @@ "lib/net8.0/HealthChecks.UI.xml" ] }, - "AspNetCore.HealthChecks.UI.Client/8.0.1": { - "sha512": "nhC6KIoB/EtTbH3uGm2J6EHEUyTJuETUARFePbmrnA+zjbwsirzIVUQl46qIjvyPABhK0e7Rk+AxcRqC6zikqA==", + "AspNetCore.HealthChecks.UI.Client/9.0.0": { + "sha512": "1Ub3Wvvbz7CMuFNWgLEc9qqQibiMoovDML/WHrwr5J83RPgtI20giCR92s/ipLgu7IIuqw+W/y7WpIeHqAICxg==", "type": "package", - "path": "aspnetcore.healthchecks.ui.client/8.0.1", + "path": "aspnetcore.healthchecks.ui.client/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "aspnetcore.healthchecks.ui.client.8.0.1.nupkg.sha512", + "aspnetcore.healthchecks.ui.client.9.0.0.nupkg.sha512", "aspnetcore.healthchecks.ui.client.nuspec", "icon.png", - "lib/net6.0/HealthChecks.UI.Client.dll", - "lib/net6.0/HealthChecks.UI.Client.xml", - "lib/net7.0/HealthChecks.UI.Client.dll", - "lib/net7.0/HealthChecks.UI.Client.xml", "lib/net8.0/HealthChecks.UI.Client.dll", "lib/net8.0/HealthChecks.UI.Client.xml" ] }, - "AspNetCore.HealthChecks.UI.Core/8.0.1": { - "sha512": "Vn00MOJ1I0HSqyP7Bt9v0pr0AIgbrXMjL/KFwW+sRwLRogOtep8BWGimd8XYRCbCDLrAi7VSArU02f6pEIw69w==", + "AspNetCore.HealthChecks.UI.Core/9.0.0": { + "sha512": "TVriy4hgYnhfqz6NAzv8qe62Q8wf82iKUL6WV9selqeFZTq1ILi39Sic6sFQegRysvAVcnxKP/vY8z9Fk8x6XQ==", "type": "package", - "path": "aspnetcore.healthchecks.ui.core/8.0.1", + "path": "aspnetcore.healthchecks.ui.core/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "aspnetcore.healthchecks.ui.core.8.0.1.nupkg.sha512", + "aspnetcore.healthchecks.ui.core.9.0.0.nupkg.sha512", "aspnetcore.healthchecks.ui.core.nuspec", "icon.png", - "lib/net6.0/HealthChecks.UI.Core.dll", - "lib/net6.0/HealthChecks.UI.Core.xml" + "lib/net8.0/HealthChecks.UI.Core.dll", + "lib/net8.0/HealthChecks.UI.Core.xml" ] }, - "AspNetCore.HealthChecks.UI.Data/8.0.1": { - "sha512": "zST5YYRtE8nTIdlXDC0Sq6bBDrA07ewZRBHr9ZQ+448+cQPJwksXA7M0bZRg4VnE7mGSqkFhifGyGh46XYFvOQ==", + "AspNetCore.HealthChecks.UI.Data/9.0.0": { + "sha512": "bZkXUdiqXOkmhe3XHF+OIgPQKR8OXS8/+iDWegmxSXtbaIYwsT5+B0URT+P4OPvhj5tR2goMMZe5KwJBVHr+1g==", "type": "package", - "path": "aspnetcore.healthchecks.ui.data/8.0.1", + "path": "aspnetcore.healthchecks.ui.data/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "aspnetcore.healthchecks.ui.data.8.0.1.nupkg.sha512", + "aspnetcore.healthchecks.ui.data.9.0.0.nupkg.sha512", "aspnetcore.healthchecks.ui.data.nuspec", "icon.png", "lib/net8.0/HealthChecks.UI.Data.dll", "lib/net8.0/HealthChecks.UI.Data.xml" ] }, - "AspNetCore.HealthChecks.UI.InMemory.Storage/8.0.1": { - "sha512": "FyVAIARWm8ofpedMm0101z62KM67OCiIxcyQ8/GMllyoc2KA33vFbz4OEWICEALWwiKv53GNr6XRrPCBqUmBmg==", + "AspNetCore.HealthChecks.UI.InMemory.Storage/9.0.0": { + "sha512": "xuq+HBH8Ckz9r5d+yP1pk7cgIbPLBqCGfYu0MxtvbtsxIo7cv5nQoUCJsdgqN5/a4ndVUJZco6GjWFk6r4xN1w==", "type": "package", - "path": "aspnetcore.healthchecks.ui.inmemory.storage/8.0.1", + "path": "aspnetcore.healthchecks.ui.inmemory.storage/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "aspnetcore.healthchecks.ui.inmemory.storage.8.0.1.nupkg.sha512", + "aspnetcore.healthchecks.ui.inmemory.storage.9.0.0.nupkg.sha512", "aspnetcore.healthchecks.ui.inmemory.storage.nuspec", "icon.png", "lib/net8.0/HealthChecks.UI.InMemory.Storage.dll", "lib/net8.0/HealthChecks.UI.InMemory.Storage.xml" ] }, - "AspNetCore.HealthChecks.Uris/8.0.1": { - "sha512": "A1ahRx4pdXjrSGlGFLoyoXOV4Lfp5sfs+OIGfvi14RwecIAac4xs6cP0Q8tw/rv4Ng+KAaYpzD4qhxXVwUcIyA==", + "AspNetCore.HealthChecks.Uris/9.0.0": { + "sha512": "XYdNlA437KeF8p9qOpZFyNqAN+c0FXt/JjTvzH/Qans0q0O3pPE8KPnn39ucQQjR/Roum1vLTP3kXiUs8VHyuA==", "type": "package", - "path": "aspnetcore.healthchecks.uris/8.0.1", + "path": "aspnetcore.healthchecks.uris/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "aspnetcore.healthchecks.uris.8.0.1.nupkg.sha512", + "aspnetcore.healthchecks.uris.9.0.0.nupkg.sha512", "aspnetcore.healthchecks.uris.nuspec", "icon.png", - "lib/net5.0/HealthChecks.Uris.dll", - "lib/net5.0/HealthChecks.Uris.xml", + "lib/net8.0/HealthChecks.Uris.dll", + "lib/net8.0/HealthChecks.Uris.xml", "lib/netstandard2.0/HealthChecks.Uris.dll", "lib/netstandard2.0/HealthChecks.Uris.xml" ] @@ -4206,66 +4293,36 @@ "humanizer.core.2.14.1.nupkg.sha512", "humanizer.core.nuspec", "lib/net6.0/Humanizer.dll", + "lib/net6.0/Humanizer.xml", "lib/netstandard1.0/Humanizer.dll", + "lib/netstandard1.0/Humanizer.xml", "lib/netstandard2.0/Humanizer.dll", + "lib/netstandard2.0/Humanizer.xml", "logo.png" ] }, - "IdentityModel/5.2.0": { - "sha512": "nuhkbaDH9l5QzNJp2MtP3qio57MPtiRneUN8Ocr7od0JvSYaIe3gBj/vxllr11S/Qvu1AG4GZXoyv5469ewYDA==", + "KubernetesClient/17.0.14": { + "sha512": "FMGWjGtN8WEUKAAQxs96PK2tYvPrvwhoJzay/6HiByVTvHoJ0i9u7ykvYb7E3vLTSlfv26Q2Ktxr41zYCppu8A==", "type": "package", - "path": "identitymodel/5.2.0", + "path": "kubernetesclient/17.0.14", "files": [ ".nupkg.metadata", ".signature.p7s", - "icon.jpg", - "identitymodel.5.2.0.nupkg.sha512", - "identitymodel.nuspec", - "lib/net461/IdentityModel.dll", - "lib/net461/IdentityModel.pdb", - "lib/net472/IdentityModel.dll", - "lib/net472/IdentityModel.pdb", - "lib/net5.0/IdentityModel.dll", - "lib/net5.0/IdentityModel.pdb", - "lib/netstandard2.0/IdentityModel.dll", - "lib/netstandard2.0/IdentityModel.pdb" - ] - }, - "IdentityModel.OidcClient/5.2.1": { - "sha512": "OuPhDNAw/EoJVEmYO6/ChZUBcug4OGoGKTKLUyBCsGhlKegxJk25LYQ0EL7GCBMgkEL+BYNJukNZyaJ+JNaWog==", - "type": "package", - "path": "identitymodel.oidcclient/5.2.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "icon.jpg", - "identitymodel.oidcclient.5.2.1.nupkg.sha512", - "identitymodel.oidcclient.nuspec", - "lib/netstandard2.0/IdentityModel.OidcClient.dll" - ] - }, - "KubernetesClient/14.0.2": { - "sha512": "Ul7SLe34fLwOahsJKFf2InqcuRTCIBr3mW1PtabXlYeCJeP7yPiYyrGxilLn2+HIq1C5AoMTydhGcdNLbc/f9w==", - "type": "package", - "path": "kubernetesclient/14.0.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "kubernetesclient.14.0.2.nupkg.sha512", + "kubernetesclient.17.0.14.nupkg.sha512", "kubernetesclient.nuspec", - "lib/net6.0/KubernetesClient.dll", - "lib/net6.0/KubernetesClient.pdb", - "lib/net6.0/KubernetesClient.xml", "lib/net8.0/KubernetesClient.dll", "lib/net8.0/KubernetesClient.pdb", "lib/net8.0/KubernetesClient.xml", + "lib/net9.0/KubernetesClient.dll", + "lib/net9.0/KubernetesClient.pdb", + "lib/net9.0/KubernetesClient.xml", "logo.png" ] }, - "Microsoft.ApplicationInsights/2.22.0": { - "sha512": "3AOM9bZtku7RQwHyMEY3tQMrHIgjcfRDa6YQpd/QG2LDGvMydSlL9Di+8LLMt7J2RDdfJ7/2jdYv6yHcMJAnNw==", + "Microsoft.ApplicationInsights/2.23.0": { + "sha512": "nWArUZTdU7iqZLycLKWe0TDms48KKGE6pONH2terYNa8REXiqixrMOkf1sk5DHGMaUTqONU2YkS4SAXBhLStgw==", "type": "package", - "path": "microsoft.applicationinsights/2.22.0", + "path": "microsoft.applicationinsights/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4279,14 +4336,14 @@ "lib/netstandard2.0/Microsoft.ApplicationInsights.dll", "lib/netstandard2.0/Microsoft.ApplicationInsights.pdb", "lib/netstandard2.0/Microsoft.ApplicationInsights.xml", - "microsoft.applicationinsights.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.2.23.0.nupkg.sha512", "microsoft.applicationinsights.nuspec" ] }, - "Microsoft.ApplicationInsights.AspNetCore/2.22.0": { - "sha512": "OuiZgRDX0zm3a1DRk/GT54ZsyTg8a88n3cpkVEYFJoRhT5X84l2C68BuKrglE0sIj+C0+o2WTR8S21YBD/ZWgA==", + "Microsoft.ApplicationInsights.AspNetCore/2.23.0": { + "sha512": "we/RsIn0Mwf/4ZNGXZixJ0lVD3pqjx2yVeKfqJybgYY/Lib8nnf+8YGJp+ULN3kOk39I0pI/7ZnF9LFy6hS3lw==", "type": "package", - "path": "microsoft.applicationinsights.aspnetcore/2.22.0", + "path": "microsoft.applicationinsights.aspnetcore/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4294,14 +4351,14 @@ "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.dll", "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.pdb", "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.xml", - "microsoft.applicationinsights.aspnetcore.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.aspnetcore.2.23.0.nupkg.sha512", "microsoft.applicationinsights.aspnetcore.nuspec" ] }, - "Microsoft.ApplicationInsights.DependencyCollector/2.22.0": { - "sha512": "gseSmuCshdZqcn5r6EW1Zx52e5/p2RpAsHSanlxs8pq+Pbg1RZP678tXtxfVuHC0fA3MVV852pnfFC7ZGB0jew==", + "Microsoft.ApplicationInsights.DependencyCollector/2.23.0": { + "sha512": "9YRdl9SNbTxd4AafJckyoJLr5gJdnvqFivjo+PY0lQTPEncPB+z3ZABG4iDfxN9HI1aLqyRINr1/7de9Wg8ZuQ==", "type": "package", - "path": "microsoft.applicationinsights.dependencycollector/2.22.0", + "path": "microsoft.applicationinsights.dependencycollector/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4316,14 +4373,14 @@ "lib/netstandard2.0/Microsoft.AI.DependencyCollector.dll", "lib/netstandard2.0/Microsoft.AI.DependencyCollector.pdb", "lib/netstandard2.0/Microsoft.AI.DependencyCollector.xml", - "microsoft.applicationinsights.dependencycollector.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.dependencycollector.2.23.0.nupkg.sha512", "microsoft.applicationinsights.dependencycollector.nuspec" ] }, - "Microsoft.ApplicationInsights.EventCounterCollector/2.22.0": { - "sha512": "/fXUyZIMwaWfETgire4fygaBhY8J+hXvTVhSFXKV0JOFBenzzU4smGW8iRUFhE534a3QrczuFfmfCCkXRKbsNg==", + "Microsoft.ApplicationInsights.EventCounterCollector/2.23.0": { + "sha512": "gGt0JPw2dcSeIAIefyORJBdeMz8KgAFIktu8HV/NwkiGmLyw+YtifLm6B5gvGxO15AeMsGPbmvWEIvLfq88XPw==", "type": "package", - "path": "microsoft.applicationinsights.eventcountercollector/2.22.0", + "path": "microsoft.applicationinsights.eventcountercollector/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4331,30 +4388,30 @@ "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.dll", "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.pdb", "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.xml", - "microsoft.applicationinsights.eventcountercollector.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.eventcountercollector.2.23.0.nupkg.sha512", "microsoft.applicationinsights.eventcountercollector.nuspec" ] }, - "Microsoft.ApplicationInsights.Kubernetes/7.0.0": { - "sha512": "NF7HsDqEPTLkqnm2NyA+xBLE4qzEaY5UEkdhywGeZgI0hjrpbjuFafrZOZPjqMV38WXZ24yv7c4K251+9OgOfw==", + "Microsoft.ApplicationInsights.Kubernetes/8.0.0": { + "sha512": "8KosvcFQZPtdqr9taaDUEKMsr3j4S7r62sze4fs8vkCTD0oDIR5MRtOUBh86zaWsBegqNuN0J8lEiIq2inRopw==", "type": "package", - "path": "microsoft.applicationinsights.kubernetes/7.0.0", + "path": "microsoft.applicationinsights.kubernetes/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "LICENSE", "Readme.Nuget.md", "images/icon.png", - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll", - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.xml", - "microsoft.applicationinsights.kubernetes.7.0.0.nupkg.sha512", + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.dll", + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.xml", + "microsoft.applicationinsights.kubernetes.8.0.0.nupkg.sha512", "microsoft.applicationinsights.kubernetes.nuspec" ] }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.22.0": { - "sha512": "nExsJsbN7694ueUNNBms/UNgza9WH4W/I6i5CnF9ujJ1sp57EL5Uk0NP9MDwlLVtYaaiznKPatVSv3Nu8vAplw==", + "Microsoft.ApplicationInsights.PerfCounterCollector/2.23.0": { + "sha512": "q9ApjZfBS9O8m3aQM2oVjsGBmlE8BCFywT7UR+8aqdNuz7HpoIxw4jHy0XOBergiFX/olrJF4OyPkGxc3H5JHg==", "type": "package", - "path": "microsoft.applicationinsights.perfcountercollector/2.22.0", + "path": "microsoft.applicationinsights.perfcountercollector/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4369,14 +4426,14 @@ "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.dll", "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.pdb", "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.xml", - "microsoft.applicationinsights.perfcountercollector.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.perfcountercollector.2.23.0.nupkg.sha512", "microsoft.applicationinsights.perfcountercollector.nuspec" ] }, - "Microsoft.ApplicationInsights.WindowsServer/2.22.0": { - "sha512": "9k1x1+Kq1fElvcv0o/w9w8tRWAa2Y0f4NPBeHF5b2xCety4GM1yv3K3Ra0lZwO3kW0SHlm9M8nrySuyKQlHyYA==", + "Microsoft.ApplicationInsights.WindowsServer/2.23.0": { + "sha512": "2B8CGfnB/tribkQAqRBhMvJYJK5TkEPMG/BB0QrlxdwVGEufayNLMveXjkQCqld9arXd6wKR1ve2XmkA0+xXKQ==", "type": "package", - "path": "microsoft.applicationinsights.windowsserver/2.22.0", + "path": "microsoft.applicationinsights.windowsserver/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4391,14 +4448,14 @@ "lib/netstandard2.0/Microsoft.AI.WindowsServer.dll", "lib/netstandard2.0/Microsoft.AI.WindowsServer.pdb", "lib/netstandard2.0/Microsoft.AI.WindowsServer.xml", - "microsoft.applicationinsights.windowsserver.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.windowsserver.2.23.0.nupkg.sha512", "microsoft.applicationinsights.windowsserver.nuspec" ] }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.22.0": { - "sha512": "Blb6S8UJSJ/jo6mxeO38gKgui75D2brp5NpXJoZUhyJzfmYsfhn7a4t5f+CDfAKyvie7sQB2FIzeEDQSiRE5zw==", + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.23.0": { + "sha512": "798Dudr4tkujslk1w+XcXOcCErmVsk+nhp+QCHLa3lcgi25vkAxBmzPUeQlRJVCNL/1f4x/YF+vQZ8RSuTXWCw==", "type": "package", - "path": "microsoft.applicationinsights.windowsserver.telemetrychannel/2.22.0", + "path": "microsoft.applicationinsights.windowsserver.telemetrychannel/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4413,7 +4470,7 @@ "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.dll", "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.pdb", "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.xml", - "microsoft.applicationinsights.windowsserver.telemetrychannel.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.windowsserver.telemetrychannel.2.23.0.nupkg.sha512", "microsoft.applicationinsights.windowsserver.telemetrychannel.nuspec" ] }, @@ -4425,6 +4482,7 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.xml", "microsoft.aspnetcore.hosting.2.1.1.nupkg.sha512", "microsoft.aspnetcore.hosting.nuspec" ] @@ -4463,6 +4521,7 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Http.xml", "microsoft.aspnetcore.http.2.1.22.nupkg.sha512", "microsoft.aspnetcore.http.nuspec" ] @@ -4488,6 +4547,7 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.xml", "microsoft.aspnetcore.http.extensions.2.1.1.nupkg.sha512", "microsoft.aspnetcore.http.extensions.nuspec" ] @@ -4513,6 +4573,7 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.xml", "microsoft.aspnetcore.webutilities.2.1.1.nupkg.sha512", "microsoft.aspnetcore.webutilities.nuspec" ] @@ -4526,8 +4587,10 @@ ".signature.p7s", "lib/net452/Microsoft.Azure.KeyVault.dll", "lib/net452/Microsoft.Azure.KeyVault.runtimeconfig.json", + "lib/net452/Microsoft.Azure.KeyVault.xml", "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll", "lib/netstandard1.4/Microsoft.Azure.KeyVault.runtimeconfig.json", + "lib/netstandard1.4/Microsoft.Azure.KeyVault.xml", "microsoft.azure.keyvault.2.3.2.nupkg.sha512", "microsoft.azure.keyvault.nuspec" ] @@ -4541,8 +4604,10 @@ ".signature.p7s", "lib/net452/Microsoft.Azure.KeyVault.WebKey.dll", "lib/net452/Microsoft.Azure.KeyVault.WebKey.runtimeconfig.json", + "lib/net452/Microsoft.Azure.KeyVault.WebKey.xml", "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll", "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.runtimeconfig.json", + "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.xml", "microsoft.azure.keyvault.webkey.2.0.7.nupkg.sha512", "microsoft.azure.keyvault.webkey.nuspec" ] @@ -4557,8 +4622,10 @@ "build/Microsoft.Azure.Services.AppAuthentication.targets", "lib/net452/Microsoft.Azure.Services.AppAuthentication.dll", "lib/net452/Microsoft.Azure.Services.AppAuthentication.runtimeconfig.json", + "lib/net452/Microsoft.Azure.Services.AppAuthentication.xml", "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll", "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.runtimeconfig.json", + "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.xml", "microsoft.azure.services.appauthentication.1.0.3.nupkg.sha512", "microsoft.azure.services.appauthentication.nuspec" ] @@ -5074,89 +5141,95 @@ "ref/xamarinwatchos10/_._" ] }, - "Microsoft.EntityFrameworkCore/8.0.0": { - "sha512": "SoODat83pGQUpWB9xULdMX6tuKpq/RTXDuJ2WeC1ldUKcKzLkaFJD1n+I0nOLY58odez/e7z8b6zdp235G/kyg==", + "Microsoft.EntityFrameworkCore/8.0.11": { + "sha512": "stbjWBTtpQ1HtqXMFyKnXFTr76PvaOHI2b2h85JqBi3eZr00nspvR/a90Zwh8CQ4rVawqLiTG0+0yZQWaav+sQ==", "type": "package", - "path": "microsoft.entityframeworkcore/8.0.0", + "path": "microsoft.entityframeworkcore/8.0.11", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", + "PACKAGE.md", "buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props", "lib/net8.0/Microsoft.EntityFrameworkCore.dll", "lib/net8.0/Microsoft.EntityFrameworkCore.xml", - "microsoft.entityframeworkcore.8.0.0.nupkg.sha512", + "microsoft.entityframeworkcore.8.0.11.nupkg.sha512", "microsoft.entityframeworkcore.nuspec" ] }, - "Microsoft.EntityFrameworkCore.Abstractions/8.0.0": { - "sha512": "VR22s3+zoqlVI7xauFKn1znSIFHO8xuILT+noSwS8bZCKcHz0ydkTDQMuaxSa5WBaQrZmwtTz9rmRvJ7X8mSPQ==", + "Microsoft.EntityFrameworkCore.Abstractions/8.0.11": { + "sha512": "++zY0Ea724ku1jptWJmF7jm3I4IXTexfT4qi1ETcSFFF7qj+qm6rRgN7mTuKkwIETuXk0ikfzudryRjUGrrNKQ==", "type": "package", - "path": "microsoft.entityframeworkcore.abstractions/8.0.0", + "path": "microsoft.entityframeworkcore.abstractions/8.0.11", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", + "PACKAGE.md", "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll", "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.xml", - "microsoft.entityframeworkcore.abstractions.8.0.0.nupkg.sha512", + "microsoft.entityframeworkcore.abstractions.8.0.11.nupkg.sha512", "microsoft.entityframeworkcore.abstractions.nuspec" ] }, - "Microsoft.EntityFrameworkCore.Analyzers/8.0.0": { - "sha512": "ZXxEeLs2zoZ1TA+QoMMcw4f3Tirf8PzgdDax8RoWo0dxI2KmqiEGWYjhm2B/XyWfglc6+mNRyB8rZiQSmxCpeg==", + "Microsoft.EntityFrameworkCore.Analyzers/8.0.11": { + "sha512": "NI/AJQjtC7qgWM8Nr85sRkwlog2AnFer5RKP8xTUH0RuPF3nN0tGXBEeYJOLZWp+/+M/C6O7MMDRhKRE8bZwIA==", "type": "package", - "path": "microsoft.entityframeworkcore.analyzers/8.0.0", + "path": "microsoft.entityframeworkcore.analyzers/8.0.11", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "analyzers/dotnet/cs/Microsoft.EntityFrameworkCore.Analyzers.dll", + "docs/PACKAGE.md", "lib/netstandard2.0/_._", - "microsoft.entityframeworkcore.analyzers.8.0.0.nupkg.sha512", + "microsoft.entityframeworkcore.analyzers.8.0.11.nupkg.sha512", "microsoft.entityframeworkcore.analyzers.nuspec" ] }, - "Microsoft.EntityFrameworkCore.Design/8.0.0": { - "sha512": "94reKYu63jg4O75UI3LMJHwOSi8tQ6IfubiZhdnSsWcgtmAuF8OyLfjK/MIxuvaQRJZAF6E747FIuxjOtb8/og==", + "Microsoft.EntityFrameworkCore.Design/8.0.11": { + "sha512": "KxOvpbaKiUmbLvenr0T/4F1Vdm0Sq+iajLbesQK7/WKB/Dx+FQHCZ0f5jCXrVWK2QKF9eHzQ5JPA1L6hcb25FQ==", "type": "package", - "path": "microsoft.entityframeworkcore.design/8.0.0", + "path": "microsoft.entityframeworkcore.design/8.0.11", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", + "PACKAGE.md", "build/net8.0/Microsoft.EntityFrameworkCore.Design.props", "lib/net8.0/Microsoft.EntityFrameworkCore.Design.dll", "lib/net8.0/Microsoft.EntityFrameworkCore.Design.xml", - "microsoft.entityframeworkcore.design.8.0.0.nupkg.sha512", + "microsoft.entityframeworkcore.design.8.0.11.nupkg.sha512", "microsoft.entityframeworkcore.design.nuspec" ] }, - "Microsoft.EntityFrameworkCore.InMemory/8.0.0": { - "sha512": "/pT9FOO0BxGSRscK/ekEb6TdiP3+nnyhPLElE1yuVG/QaZLaBAuM3RoywBHdIxWoFALaOS7ktXlKzuMX3khJ4A==", + "Microsoft.EntityFrameworkCore.InMemory/8.0.11": { + "sha512": "gFFdubZlRfudSw94OxO7s8OvLQZncnR0S1ll//wRtZP3mMYVeq8DrMnEILK6hBJwbTBB1SNm3apg9SdvdE/ySg==", "type": "package", - "path": "microsoft.entityframeworkcore.inmemory/8.0.0", + "path": "microsoft.entityframeworkcore.inmemory/8.0.11", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", + "PACKAGE.md", "lib/net8.0/Microsoft.EntityFrameworkCore.InMemory.dll", "lib/net8.0/Microsoft.EntityFrameworkCore.InMemory.xml", - "microsoft.entityframeworkcore.inmemory.8.0.0.nupkg.sha512", + "microsoft.entityframeworkcore.inmemory.8.0.11.nupkg.sha512", "microsoft.entityframeworkcore.inmemory.nuspec" ] }, - "Microsoft.EntityFrameworkCore.Relational/8.0.0": { - "sha512": "fFKkr24cYc7Zw5T6DC4tEyOEPgPbq23BBmym1r9kn4ET9F3HKaetpOeQtV2RryYyUxEeNkJuxgfiZHTisqZc+A==", + "Microsoft.EntityFrameworkCore.Relational/8.0.11": { + "sha512": "3TuuW3i5I4Ro0yoaHmi2MqEDGObOVuhLaMEnd/heaLB1fcvm4fu4PevmC4BOWnI0vo176AIlV5o4rEQciLoohw==", "type": "package", - "path": "microsoft.entityframeworkcore.relational/8.0.0", + "path": "microsoft.entityframeworkcore.relational/8.0.11", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", + "PACKAGE.md", "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll", "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.xml", - "microsoft.entityframeworkcore.relational.8.0.0.nupkg.sha512", + "microsoft.entityframeworkcore.relational.8.0.11.nupkg.sha512", "microsoft.entityframeworkcore.relational.nuspec" ] }, @@ -5190,10 +5263,10 @@ "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Caching.Memory/8.0.0": { - "sha512": "7pqivmrZDzo1ADPkRwjy+8jtRKWRCPag9qPI+p7sgu7Q4QreWhcvbiWXsbhP+yY8XSiDvZpu2/LWdBv7PnmOpQ==", + "Microsoft.Extensions.Caching.Memory/8.0.1": { + "sha512": "HFDnhYLccngrzyGgHkjEDU5FMLn4MpOsr5ElgsBMC4yx6lJh4jeWO7fHS8+TXPq+dgxCmUa/Trl8svObmwW4QA==", "type": "package", - "path": "microsoft.extensions.caching.memory/8.0.0", + "path": "microsoft.extensions.caching.memory/8.0.1", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5215,26 +5288,27 @@ "lib/net8.0/Microsoft.Extensions.Caching.Memory.xml", "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll", "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.xml", - "microsoft.extensions.caching.memory.8.0.0.nupkg.sha512", + "microsoft.extensions.caching.memory.8.0.1.nupkg.sha512", "microsoft.extensions.caching.memory.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration/9.0.0": { - "sha512": "YIMO9T3JL8MeEXgVozKt2v79hquo/EFtnY0vgxmLnUvk1Rei/halI7kOWZL2RBeV9FMGzgM9LZA8CVaNwFMaNA==", + "Microsoft.Extensions.Configuration/10.0.0": { + "sha512": "H4SWETCh/cC5L1WtWchHR6LntGk3rDTTznZMssr4cL8IbDmMWBxY+MOGDc/ASnqNolLKPIWHWeuC1ddiL/iNPw==", "type": "package", - "path": "microsoft.extensions.configuration/9.0.0", + "path": "microsoft.extensions.configuration/10.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "LICENSE.TXT", "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", @@ -5243,26 +5317,27 @@ "lib/net9.0/Microsoft.Extensions.Configuration.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.xml", - "microsoft.extensions.configuration.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.10.0.0.nupkg.sha512", "microsoft.extensions.configuration.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "sha512": "lqvd7W3FGKUO1+ZoUEMaZ5XDJeWvjpy2/M/ptCGz3tXLD4HWVaSzjufsAsjemasBEg+2SxXVtYVvGt5r2nKDlg==", + "Microsoft.Extensions.Configuration.Abstractions/10.0.0": { + "sha512": "d2kDKnCsJvY7mBVhcjPSp9BkJk48DsaHPg5u+Oy4f8XaOqnEedRy/USyvnpHL92wpJ6DrTPy7htppUUzskbCXQ==", "type": "package", - "path": "microsoft.extensions.configuration.abstractions/9.0.0", + "path": "microsoft.extensions.configuration.abstractions/10.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "LICENSE.TXT", "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", @@ -5271,7 +5346,7 @@ "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.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.abstractions.10.0.0.nupkg.sha512", "microsoft.extensions.configuration.abstractions.nuspec", "useSharedDesignerContext.txt" ] @@ -5290,15 +5365,14 @@ "microsoft.extensions.configuration.azurekeyvault.nuspec" ] }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "sha512": "RiScL99DcyngY9zJA2ROrri7Br8tn5N4hP4YNvGdTN/bvg1A3dwvDOxHnNZ3Im7x2SJ5i4LkX1uPiR/MfSFBLQ==", + "Microsoft.Extensions.Configuration.Binder/10.0.0": { + "sha512": "tMF9wNh+hlyYDWB8mrFCQHQmWHlRosol1b/N2Jrefy1bFLnuTlgSYmPyHNmz8xVQgs7DpXytBRWxGhG+mSTp0g==", "type": "package", - "path": "microsoft.extensions.configuration.binder/9.0.0", + "path": "microsoft.extensions.configuration.binder/10.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", "analyzers/dotnet/cs/Microsoft.Extensions.Configuration.Binder.SourceGeneration.dll", @@ -5316,6 +5390,8 @@ "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", @@ -5324,45 +5400,55 @@ "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.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.binder.10.0.0.nupkg.sha512", "microsoft.extensions.configuration.binder.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.CommandLine/6.0.0": { - "sha512": "3nL1qCkZ1Oxx14ZTzgo4MmlO7tso7F+TtMZAY2jUAtTLyAcDp+EDjk3RqafoKiNaePyPvvlleEcBxh3b2Hzl1g==", + "Microsoft.Extensions.Configuration.CommandLine/9.0.2": { + "sha512": "Mud3j7RS/ZBnuk4f0KXemdQCQIke+vIgSTXuGL5cMvXyl2EgipnMCOxG9ZUn+xq0itg3altzE9MuMB0Lx0Emxw==", "type": "package", - "path": "microsoft.extensions.configuration.commandline/6.0.0", + "path": "microsoft.extensions.configuration.commandline/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Configuration.CommandLine.dll", - "lib/net461/Microsoft.Extensions.Configuration.CommandLine.xml", + "buildTransitive/net461/Microsoft.Extensions.Configuration.CommandLine.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.CommandLine.targets", + "lib/net462/Microsoft.Extensions.Configuration.CommandLine.dll", + "lib/net462/Microsoft.Extensions.Configuration.CommandLine.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.CommandLine.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.CommandLine.xml", + "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll", + "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.xml", - "microsoft.extensions.configuration.commandline.6.0.0.nupkg.sha512", + "microsoft.extensions.configuration.commandline.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.commandline.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "sha512": "v5R638eNMxksfXb7MFnkPwLPp+Ym4W/SIGNuoe8qFVVyvygQD5DdLusybmYSJEr9zc1UzWzim/ATKeIOVvOFDg==", + "Microsoft.Extensions.Configuration.EnvironmentVariables/10.0.0": { + "sha512": "TmFegsI/uCdwMBD4yKpmO+OkjVNHQL49Dh/ep83NI5rPUEoBK9OdsJo1zURc1A2FuS/R/Pos3wsTjlyLnguBLA==", "type": "package", - "path": "microsoft.extensions.configuration.environmentvariables/9.0.0", + "path": "microsoft.extensions.configuration.environmentvariables/10.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/Microsoft.Extensions.Configuration.EnvironmentVariables.targets", "buildTransitive/net462/_._", "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.targets", + "lib/net10.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", + "lib/net10.0/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", "lib/net462/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", "lib/net462/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", "lib/net8.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", @@ -5371,26 +5457,27 @@ "lib/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", - "microsoft.extensions.configuration.environmentvariables.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.environmentvariables.10.0.0.nupkg.sha512", "microsoft.extensions.configuration.environmentvariables.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "sha512": "4EK93Jcd2lQG4GY6PAw8jGss0ZzFP0vPc1J85mES5fKNuDTqgFXHba9onBw2s18fs3I4vdo2AWyfD1mPAxWSQQ==", + "Microsoft.Extensions.Configuration.FileExtensions/10.0.0": { + "sha512": "LqCTyF0twrG4tyEN6PpSC5ewRBDwCBazRUfCOdRddwaQ3n2S57GDDeYOlTLcbV/V2dxSSZWg5Ofr48h6BsBmxw==", "type": "package", - "path": "microsoft.extensions.configuration.fileextensions/9.0.0", + "path": "microsoft.extensions.configuration.fileextensions/10.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/Microsoft.Extensions.Configuration.FileExtensions.targets", "buildTransitive/net462/_._", "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.FileExtensions.targets", + "lib/net10.0/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/net10.0/Microsoft.Extensions.Configuration.FileExtensions.xml", "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.dll", "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.xml", "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll", @@ -5399,26 +5486,27 @@ "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "microsoft.extensions.configuration.fileextensions.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.fileextensions.10.0.0.nupkg.sha512", "microsoft.extensions.configuration.fileextensions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "sha512": "WiTK0LrnsqmedrbzwL7f4ZUo+/wByqy2eKab39I380i2rd8ImfCRMrtkqJVGDmfqlkP/YzhckVOwPc5MPrSNpg==", + "Microsoft.Extensions.Configuration.Json/10.0.0": { + "sha512": "BIOPTEAZoeWbHlDT9Zudu+rpecZizFwhdIFRiyZKDml7JbayXmfTXKUt+ezifsSXfBkWDdJM10oDOxo8pufEng==", "type": "package", - "path": "microsoft.extensions.configuration.json/9.0.0", + "path": "microsoft.extensions.configuration.json/10.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/Microsoft.Extensions.Configuration.Json.targets", "buildTransitive/net462/_._", "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Json.targets", + "lib/net10.0/Microsoft.Extensions.Configuration.Json.dll", + "lib/net10.0/Microsoft.Extensions.Configuration.Json.xml", "lib/net462/Microsoft.Extensions.Configuration.Json.dll", "lib/net462/Microsoft.Extensions.Configuration.Json.xml", "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll", @@ -5429,47 +5517,59 @@ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.xml", "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll", "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.xml", - "microsoft.extensions.configuration.json.9.0.0.nupkg.sha512", + "microsoft.extensions.configuration.json.10.0.0.nupkg.sha512", "microsoft.extensions.configuration.json.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.UserSecrets/6.0.1": { - "sha512": "Fy8yr4V6obi7ZxvKYI1i85jqtwMq8tqyxQVZpRSkgeA8enqy/KvBIMdcuNdznlxQMZa72mvbHqb7vbg4Pyx95w==", + "Microsoft.Extensions.Configuration.UserSecrets/9.0.2": { + "sha512": "vUBGgnHmmpjtWzmq2z9idJpnOrrStgYqUlqLn1MuSyFkAedeyR8A0I57BdThP060eBEYfhKEBjXaAB/jKmCtiw==", "type": "package", - "path": "microsoft.extensions.configuration.usersecrets/6.0.1", + "path": "microsoft.extensions.configuration.usersecrets/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.UserSecrets.targets", + "buildTransitive/net462/Microsoft.Extensions.Configuration.UserSecrets.props", + "buildTransitive/net462/Microsoft.Extensions.Configuration.UserSecrets.targets", + "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.props", + "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.targets", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.UserSecrets.targets", "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.props", "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.targets", - "lib/net461/Microsoft.Extensions.Configuration.UserSecrets.dll", - "lib/net461/Microsoft.Extensions.Configuration.UserSecrets.xml", + "lib/net462/Microsoft.Extensions.Configuration.UserSecrets.dll", + "lib/net462/Microsoft.Extensions.Configuration.UserSecrets.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.UserSecrets.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.UserSecrets.xml", + "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll", + "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.xml", - "microsoft.extensions.configuration.usersecrets.6.0.1.nupkg.sha512", + "microsoft.extensions.configuration.usersecrets.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.usersecrets.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "sha512": "MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==", + "Microsoft.Extensions.DependencyInjection/10.0.0": { + "sha512": "f0RBabswJq+gRu5a+hWIobrLWiUYPKMhCD9WO3sYBAdSy3FFH14LMvLVFZc2kPSCimBLxSuitUhsd6tb0TAY6A==", "type": "package", - "path": "microsoft.extensions.dependencyinjection/9.0.0", + "path": "microsoft.extensions.dependencyinjection/10.0.0", "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", @@ -5480,26 +5580,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.0.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.0": { + "sha512": "L3AdmZ1WOK4XXT5YFPEwyt0ep6l8lGIPs7F5OOBZc77Zqeo01Of7XXICy47628sdVl0v/owxYJTe86DTgFwKCA==", "type": "package", - "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0", + "path": "microsoft.extensions.dependencyinjection.abstractions/10.0.0", "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", @@ -5510,15 +5611,15 @@ "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.0.nupkg.sha512", "microsoft.extensions.dependencyinjection.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyModel/8.0.2": { - "sha512": "mUBDZZRgZrSyFOsJ2qJJ9fXfqd/kXJwf3AiDoqLD9m6TjY5OO/vLNOb9fb4juC0487eq4hcGN/M2Rh/CKS7QYw==", + "Microsoft.Extensions.DependencyModel/9.0.0": { + "sha512": "saxr2XzwgDU77LaQfYFXmddEDRUKHF4DaGMZkNB3qjdVSZlax3//dGJagJkKrGMIPNZs2jVFXITyCCR6UHJNdA==", "type": "package", - "path": "microsoft.extensions.dependencymodel/8.0.2", + "path": "microsoft.extensions.dependencymodel/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5528,27 +5629,25 @@ "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets", "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets", "lib/net462/Microsoft.Extensions.DependencyModel.dll", "lib/net462/Microsoft.Extensions.DependencyModel.xml", - "lib/net6.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net6.0/Microsoft.Extensions.DependencyModel.xml", - "lib/net7.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net7.0/Microsoft.Extensions.DependencyModel.xml", "lib/net8.0/Microsoft.Extensions.DependencyModel.dll", "lib/net8.0/Microsoft.Extensions.DependencyModel.xml", + "lib/net9.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net9.0/Microsoft.Extensions.DependencyModel.xml", "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", - "microsoft.extensions.dependencymodel.8.0.2.nupkg.sha512", + "microsoft.extensions.dependencymodel.9.0.0.nupkg.sha512", "microsoft.extensions.dependencymodel.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DiagnosticAdapter/3.1.27": { - "sha512": "IHJmvjE3X+PJLlbRvZHnzVO2CglI9FARYgTPbbUNN85gS4jqS0EM/dGhZGwQpr3P4X0/V/OUtmgHvBipS4KTwQ==", + "Microsoft.Extensions.DiagnosticAdapter/3.1.32": { + "sha512": "oDv3wt+Q5cmaSfOQ3Cdu6dF6sn/x5gzWdNpOq4ajBwCMWYBr6CchncDvB9pF83ORlbDuX32MsVLOPGPxW4Lx4g==", "type": "package", - "path": "microsoft.extensions.diagnosticadapter/3.1.27", + "path": "microsoft.extensions.diagnosticadapter/3.1.32", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5559,14 +5658,14 @@ "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.xml", "lib/netstandard2.0/Microsoft.Extensions.DiagnosticAdapter.dll", "lib/netstandard2.0/Microsoft.Extensions.DiagnosticAdapter.xml", - "microsoft.extensions.diagnosticadapter.3.1.27.nupkg.sha512", + "microsoft.extensions.diagnosticadapter.3.1.32.nupkg.sha512", "microsoft.extensions.diagnosticadapter.nuspec" ] }, - "Microsoft.Extensions.Diagnostics/8.0.0": { - "sha512": "3PZp/YSkIXrF7QK7PfC1bkyRYwqOHpWFad8Qx+4wkuumAeXo1NHaxpS9LboNA9OvNSAu+QOVlXbMyoY+pHSqcw==", + "Microsoft.Extensions.Diagnostics/9.0.2": { + "sha512": "kwFWk6DPaj1Roc0CExRv+TTwjsiERZA730jQIPlwCcS5tMaCAQtaGfwAK0z8CMFpVTiT+MgKXpd/P50qVCuIgg==", "type": "package", - "path": "microsoft.extensions.diagnostics/8.0.0", + "path": "microsoft.extensions.diagnostics/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5575,27 +5674,25 @@ "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/Microsoft.Extensions.Diagnostics.targets", "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Diagnostics.targets", "lib/net462/Microsoft.Extensions.Diagnostics.dll", "lib/net462/Microsoft.Extensions.Diagnostics.xml", - "lib/net6.0/Microsoft.Extensions.Diagnostics.dll", - "lib/net6.0/Microsoft.Extensions.Diagnostics.xml", - "lib/net7.0/Microsoft.Extensions.Diagnostics.dll", - "lib/net7.0/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.8.0.0.nupkg.sha512", + "microsoft.extensions.diagnostics.9.0.2.nupkg.sha512", "microsoft.extensions.diagnostics.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Diagnostics.Abstractions/8.0.0": { - "sha512": "JHYCQG7HmugNYUhOl368g+NMxYE/N/AiclCYRNlgCY9eVyiBkOHMwK4x60RYMxv9EL3+rmj1mqHvdCiPpC+D4Q==", + "Microsoft.Extensions.Diagnostics.Abstractions/9.0.2": { + "sha512": "kFwIZEC/37cwKuEm/nXvjF7A/Myz9O7c7P9Csgz6AOiiDE62zdOG5Bu7VkROu1oMYaX0wgijPJ5LqVt6+JKjVg==", "type": "package", - "path": "microsoft.extensions.diagnostics.abstractions/8.0.0", + "path": "microsoft.extensions.diagnostics.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5604,27 +5701,25 @@ "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/Microsoft.Extensions.Diagnostics.Abstractions.targets", "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Diagnostics.Abstractions.targets", "lib/net462/Microsoft.Extensions.Diagnostics.Abstractions.dll", "lib/net462/Microsoft.Extensions.Diagnostics.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.Diagnostics.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.Diagnostics.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Diagnostics.Abstractions.dll", - "lib/net7.0/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.8.0.0.nupkg.sha512", + "microsoft.extensions.diagnostics.abstractions.9.0.2.nupkg.sha512", "microsoft.extensions.diagnostics.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Diagnostics.HealthChecks/8.0.0": { - "sha512": "P9SoBuVZhJPpALZmSq72aQEb9ryP67EdquaCZGXGrrcASTNHYdrUhnpgSwIipgM5oVC+dKpRXg5zxobmF9xr5g==", + "Microsoft.Extensions.Diagnostics.HealthChecks/8.0.11": { + "sha512": "zLgN22Zp9pk8RHlwssRTexw4+a6wqOnKWN+VejdPn5Yhjql4XiBhkFo35Nu8mmqHIk/UEmmCnMGLWq75aFfkOw==", "type": "package", - "path": "microsoft.extensions.diagnostics.healthchecks/8.0.0", + "path": "microsoft.extensions.diagnostics.healthchecks/8.0.11", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5636,14 +5731,14 @@ "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.xml", "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll", "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.xml", - "microsoft.extensions.diagnostics.healthchecks.8.0.0.nupkg.sha512", + "microsoft.extensions.diagnostics.healthchecks.8.0.11.nupkg.sha512", "microsoft.extensions.diagnostics.healthchecks.nuspec" ] }, - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/8.0.0": { - "sha512": "AT2qqos3IgI09ok36Qag9T8bb6kHJ3uT9Q5ki6CySybFsK6/9JbvQAgAHf1pVEjST0/N4JaFaCbm40R5edffwg==", + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/8.0.11": { + "sha512": "So3JUdRxozRjvQ3cxU6F3nI/i4emDnjane6yMYcJhvTTTu29ltlIdoXjkFGRceIWz8yKvuEpzXItZ0x5GvN2nQ==", "type": "package", - "path": "microsoft.extensions.diagnostics.healthchecks.abstractions/8.0.0", + "path": "microsoft.extensions.diagnostics.healthchecks.abstractions/8.0.11", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5655,25 +5750,26 @@ "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.xml", "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll", "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.xml", - "microsoft.extensions.diagnostics.healthchecks.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.diagnostics.healthchecks.abstractions.8.0.11.nupkg.sha512", "microsoft.extensions.diagnostics.healthchecks.abstractions.nuspec" ] }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "sha512": "uK439QzYR0q2emLVtYzwyK3x+T5bTY4yWsd/k/ZUS9LR6Sflp8MIdhGXW8kQCd86dQD4tLqvcbLkku8qHY263Q==", + "Microsoft.Extensions.FileProviders.Abstractions/10.0.0": { + "sha512": "/ppSdehKk3fuXjlqCDgSOtjRK/pSHU8eWgzSHfHdwVm5BP4Dgejehkw+PtxKG2j98qTDEHDst2Y99aNsmJldmw==", "type": "package", - "path": "microsoft.extensions.fileproviders.abstractions/9.0.0", + "path": "microsoft.extensions.fileproviders.abstractions/10.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/Microsoft.Extensions.FileProviders.Abstractions.targets", "buildTransitive/net462/_._", "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Abstractions.targets", + "lib/net10.0/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/net10.0/Microsoft.Extensions.FileProviders.Abstractions.xml", "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.dll", "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.xml", "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll", @@ -5682,26 +5778,27 @@ "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.xml", "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll", "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml", - "microsoft.extensions.fileproviders.abstractions.9.0.0.nupkg.sha512", + "microsoft.extensions.fileproviders.abstractions.10.0.0.nupkg.sha512", "microsoft.extensions.fileproviders.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "sha512": "3+ZUSpOSmie+o8NnLIRqCxSh65XL/ExU7JYnFOg58awDRlY3lVpZ9A369jkoZL1rpsq7LDhEfkn2ghhGaY1y5Q==", + "Microsoft.Extensions.FileProviders.Physical/10.0.0": { + "sha512": "UZUQ74lQMmvcprlG8w+XpxBbyRDQqfb7GAnccITw32hdkUBlmm9yNC4xl4aR9YjgV3ounZcub194sdmLSfBmPA==", "type": "package", - "path": "microsoft.extensions.fileproviders.physical/9.0.0", + "path": "microsoft.extensions.fileproviders.physical/10.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/Microsoft.Extensions.FileProviders.Physical.targets", "buildTransitive/net462/_._", "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Physical.targets", + "lib/net10.0/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/net10.0/Microsoft.Extensions.FileProviders.Physical.xml", "lib/net462/Microsoft.Extensions.FileProviders.Physical.dll", "lib/net462/Microsoft.Extensions.FileProviders.Physical.xml", "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll", @@ -5710,26 +5807,27 @@ "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.xml", "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll", "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.xml", - "microsoft.extensions.fileproviders.physical.9.0.0.nupkg.sha512", + "microsoft.extensions.fileproviders.physical.10.0.0.nupkg.sha512", "microsoft.extensions.fileproviders.physical.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": { - "sha512": "jGFKZiXs2HNseK3NK/rfwHNNovER71jSj4BD1a/649ml9+h6oEtYd0GSALZDNW8jZ2Rh+oAeadOa6sagYW1F2A==", + "Microsoft.Extensions.FileSystemGlobbing/10.0.0": { + "sha512": "5hfVl/e+bx1px2UkN+1xXhd3hu7Ui6ENItBzckFaRDQXfr+SHT/7qrCDrlQekCF/PBtEu2vtk87U2+gDEF8EhQ==", "type": "package", - "path": "microsoft.extensions.filesystemglobbing/9.0.0", + "path": "microsoft.extensions.filesystemglobbing/10.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/Microsoft.Extensions.FileSystemGlobbing.targets", "buildTransitive/net462/_._", "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileSystemGlobbing.targets", + "lib/net10.0/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/net10.0/Microsoft.Extensions.FileSystemGlobbing.xml", "lib/net462/Microsoft.Extensions.FileSystemGlobbing.dll", "lib/net462/Microsoft.Extensions.FileSystemGlobbing.xml", "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll", @@ -5738,40 +5836,45 @@ "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.xml", "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll", "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "microsoft.extensions.filesystemglobbing.9.0.0.nupkg.sha512", + "microsoft.extensions.filesystemglobbing.10.0.0.nupkg.sha512", "microsoft.extensions.filesystemglobbing.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Hosting/6.0.1": { - "sha512": "hbmizc9KPWOacLU8Z8YMaBG6KWdZFppczYV/KwnPGU/8xebWxQxdDeJmLOgg968prb7g2oQgnp6JVLX6lgby8g==", + "Microsoft.Extensions.Hosting/9.0.2": { + "sha512": "h1lUeBuj0Cecg4c0BHpr1jR2UIqr80bGK+eLp4tq4bV13mSvS2juoNfi3Rsv0xV7bXY8HigUndnj6Xk2+4VdFw==", "type": "package", - "path": "microsoft.extensions.hosting/6.0.1", + "path": "microsoft.extensions.hosting/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Hosting.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Hosting.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/Microsoft.Extensions.Hosting.dll", - "lib/net461/Microsoft.Extensions.Hosting.xml", - "lib/net6.0/Microsoft.Extensions.Hosting.dll", - "lib/net6.0/Microsoft.Extensions.Hosting.xml", + "lib/net462/Microsoft.Extensions.Hosting.dll", + "lib/net462/Microsoft.Extensions.Hosting.xml", + "lib/net8.0/Microsoft.Extensions.Hosting.dll", + "lib/net8.0/Microsoft.Extensions.Hosting.xml", + "lib/net9.0/Microsoft.Extensions.Hosting.dll", + "lib/net9.0/Microsoft.Extensions.Hosting.xml", "lib/netstandard2.0/Microsoft.Extensions.Hosting.dll", "lib/netstandard2.0/Microsoft.Extensions.Hosting.xml", "lib/netstandard2.1/Microsoft.Extensions.Hosting.dll", "lib/netstandard2.1/Microsoft.Extensions.Hosting.xml", - "microsoft.extensions.hosting.6.0.1.nupkg.sha512", + "microsoft.extensions.hosting.9.0.2.nupkg.sha512", "microsoft.extensions.hosting.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Hosting.Abstractions/8.0.0": { - "sha512": "AG7HWwVRdCHlaA++1oKDxLsXIBxmDpMPb3VoyOoAghEWnkUvEAdYQUwnV4jJbAaa/nMYNiEh5ByoLauZBEiovg==", + "Microsoft.Extensions.Hosting.Abstractions/9.0.2": { + "sha512": "PvjZW6CMdZbPbOwKsQXYN5VPtIWZQqdTRuBPZiW3skhU3hymB17XSlLVC4uaBbDZU+/3eHG3p80y+MzZxZqR7Q==", "type": "package", - "path": "microsoft.extensions.hosting.abstractions/8.0.0", + "path": "microsoft.extensions.hosting.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5781,21 +5884,19 @@ "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/Microsoft.Extensions.Hosting.Abstractions.targets", "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Hosting.Abstractions.targets", "lib/net462/Microsoft.Extensions.Hosting.Abstractions.dll", "lib/net462/Microsoft.Extensions.Hosting.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.Hosting.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.Hosting.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Hosting.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.Hosting.Abstractions.xml", "lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll", "lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.xml", + "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll", + "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.xml", "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll", "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.xml", "lib/netstandard2.1/Microsoft.Extensions.Hosting.Abstractions.dll", "lib/netstandard2.1/Microsoft.Extensions.Hosting.Abstractions.xml", - "microsoft.extensions.hosting.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.hosting.abstractions.9.0.2.nupkg.sha512", "microsoft.extensions.hosting.abstractions.nuspec", "useSharedDesignerContext.txt" ] @@ -5830,21 +5931,22 @@ "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging/9.0.0": { - "sha512": "crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==", + "Microsoft.Extensions.Logging/10.0.0": { + "sha512": "BStFkd5CcnEtarlcgYDBcFzGYCuuNMzPs02wN3WBsOFoYIEmYoUdAiU+au6opzoqfTYJsMTW00AeqDdnXH2CvA==", "type": "package", - "path": "microsoft.extensions.logging/9.0.0", + "path": "microsoft.extensions.logging/10.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/Microsoft.Extensions.Logging.targets", "buildTransitive/net462/_._", "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.targets", + "lib/net10.0/Microsoft.Extensions.Logging.dll", + "lib/net10.0/Microsoft.Extensions.Logging.xml", "lib/net462/Microsoft.Extensions.Logging.dll", "lib/net462/Microsoft.Extensions.Logging.xml", "lib/net8.0/Microsoft.Extensions.Logging.dll", @@ -5855,20 +5957,19 @@ "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", - "microsoft.extensions.logging.9.0.0.nupkg.sha512", + "microsoft.extensions.logging.10.0.0.nupkg.sha512", "microsoft.extensions.logging.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "sha512": "g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==", + "Microsoft.Extensions.Logging.Abstractions/10.0.0": { + "sha512": "FU/IfjDfwaMuKr414SSQNTIti/69bHEMb+QKrskRb26oVqpx3lNFXMjs/RC9ZUuhBhcwDM2BwOgoMw+PZ+beqQ==", "type": "package", - "path": "microsoft.extensions.logging.abstractions/9.0.0", + "path": "microsoft.extensions.logging.abstractions/10.0.0", "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", @@ -5918,6 +6019,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", @@ -5926,15 +6029,15 @@ "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.0.nupkg.sha512", "microsoft.extensions.logging.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.ApplicationInsights/2.22.0": { - "sha512": "5OmXub+9MyX8FbqgO+hBJRHk1iJ+UZUU20oIU3wo+RbmH6Jtsja79rriHLlzlrkMzWbpCkCzF6f4Yb6iGbsDag==", + "Microsoft.Extensions.Logging.ApplicationInsights/2.23.0": { + "sha512": "JLEabPz445i1yRB0hKZVzJJE35QatRIzWlrMOiBQXr9kBJod0jkpkrBf94ln6kXu+jlEGohnXtuXacPPhybJDw==", "type": "package", - "path": "microsoft.extensions.logging.applicationinsights/2.22.0", + "path": "microsoft.extensions.logging.applicationinsights/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5942,43 +6045,45 @@ "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.pdb", "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.xml", - "microsoft.extensions.logging.applicationinsights.2.22.0.nupkg.sha512", + "microsoft.extensions.logging.applicationinsights.2.23.0.nupkg.sha512", "microsoft.extensions.logging.applicationinsights.nuspec" ] }, - "Microsoft.Extensions.Logging.AzureAppServices/9.0.0": { - "sha512": "OMyMioZ23NlBXQb6TecMTr3LTCd2cqglKqMRdcWF8OJ+QQS53iPEo6bWj3CgGqgdXRySv3cxFVnJGSdcEWKR3Q==", + "Microsoft.Extensions.Logging.AzureAppServices/10.0.0": { + "sha512": "asvva6/ernN9dw83xwiKpBcJhB2myVC3NzUf/c+qH2HnF+iqfFN1/2HnhyoTaTKcO0Jx+dZ/r/as/5PMZpqYug==", "type": "package", - "path": "microsoft.extensions.logging.azureappservices/9.0.0", + "path": "microsoft.extensions.logging.azureappservices/10.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", + "lib/net10.0/Microsoft.Extensions.Logging.AzureAppServices.dll", + "lib/net10.0/Microsoft.Extensions.Logging.AzureAppServices.xml", "lib/net462/Microsoft.Extensions.Logging.AzureAppServices.dll", "lib/net462/Microsoft.Extensions.Logging.AzureAppServices.xml", - "lib/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll", - "lib/net9.0/Microsoft.Extensions.Logging.AzureAppServices.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.AzureAppServices.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.AzureAppServices.xml", - "microsoft.extensions.logging.azureappservices.9.0.0.nupkg.sha512", + "microsoft.extensions.logging.azureappservices.10.0.0.nupkg.sha512", "microsoft.extensions.logging.azureappservices.nuspec" ] }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "sha512": "H05HiqaNmg6GjH34ocYE9Wm1twm3Oz2aXZko8GTwGBzM7op2brpAA8pJ5yyD1OpS1mXUtModBYOlcZ/wXeWsSg==", + "Microsoft.Extensions.Logging.Configuration/10.0.0": { + "sha512": "j8zcwhS6bYB6FEfaY3nYSgHdpiL2T+/V3xjpHtslVAegyI1JUbB9yAt/BFdvZdsNbY0Udm4xFtvfT/hUwcOOOg==", "type": "package", - "path": "microsoft.extensions.logging.configuration/9.0.0", + "path": "microsoft.extensions.logging.configuration/10.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/Microsoft.Extensions.Logging.Configuration.targets", "buildTransitive/net462/_._", "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Configuration.targets", + "lib/net10.0/Microsoft.Extensions.Logging.Configuration.dll", + "lib/net10.0/Microsoft.Extensions.Logging.Configuration.xml", "lib/net462/Microsoft.Extensions.Logging.Configuration.dll", "lib/net462/Microsoft.Extensions.Logging.Configuration.xml", "lib/net8.0/Microsoft.Extensions.Logging.Configuration.dll", @@ -5987,95 +6092,117 @@ "lib/net9.0/Microsoft.Extensions.Logging.Configuration.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.xml", - "microsoft.extensions.logging.configuration.9.0.0.nupkg.sha512", + "microsoft.extensions.logging.configuration.10.0.0.nupkg.sha512", "microsoft.extensions.logging.configuration.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.Console/6.0.0": { - "sha512": "gsqKzOEdsvq28QiXFxagmn1oRB9GeI5GgYCkoybZtQA0IUb7QPwf1WmN3AwJeNIsadTvIFQCiVK0OVIgKfOBGg==", + "Microsoft.Extensions.Logging.Console/9.0.2": { + "sha512": "eoMjwiM0WpkVGSxzjo/f94ShreFLYhPMjfkOG04WOb8fq/TztpcWaU8XAkMMWZ+mYSbFYln+FBwUOEriXR4jtA==", "type": "package", - "path": "microsoft.extensions.logging.console/6.0.0", + "path": "microsoft.extensions.logging.console/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Logging.Console.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Console.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/Microsoft.Extensions.Logging.Console.dll", - "lib/net461/Microsoft.Extensions.Logging.Console.xml", - "lib/net6.0/Microsoft.Extensions.Logging.Console.dll", - "lib/net6.0/Microsoft.Extensions.Logging.Console.xml", - "lib/netcoreapp3.1/Microsoft.Extensions.Logging.Console.dll", - "lib/netcoreapp3.1/Microsoft.Extensions.Logging.Console.xml", + "lib/net462/Microsoft.Extensions.Logging.Console.dll", + "lib/net462/Microsoft.Extensions.Logging.Console.xml", + "lib/net8.0/Microsoft.Extensions.Logging.Console.dll", + "lib/net8.0/Microsoft.Extensions.Logging.Console.xml", + "lib/net9.0/Microsoft.Extensions.Logging.Console.dll", + "lib/net9.0/Microsoft.Extensions.Logging.Console.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.Console.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.Console.xml", - "microsoft.extensions.logging.console.6.0.0.nupkg.sha512", + "microsoft.extensions.logging.console.9.0.2.nupkg.sha512", "microsoft.extensions.logging.console.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.Debug/6.0.0": { - "sha512": "M9g/JixseSZATJE9tcMn9uzoD4+DbSglivFqVx8YkRJ7VVPmnvCEbOZ0AAaxsL1EKyI4cz07DXOOJExxNsUOHw==", + "Microsoft.Extensions.Logging.Debug/9.0.2": { + "sha512": "dSrVF+zWBaTS6wANuyjU2avNQMinFdOGpNRXey8jRtMCuKYubtx/f0ZEI6BU/FuQ48wXP4F/SlBE1Khs2G5v/g==", "type": "package", - "path": "microsoft.extensions.logging.debug/6.0.0", + "path": "microsoft.extensions.logging.debug/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Logging.Debug.dll", - "lib/net461/Microsoft.Extensions.Logging.Debug.xml", + "buildTransitive/net461/Microsoft.Extensions.Logging.Debug.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Debug.targets", + "lib/net462/Microsoft.Extensions.Logging.Debug.dll", + "lib/net462/Microsoft.Extensions.Logging.Debug.xml", + "lib/net8.0/Microsoft.Extensions.Logging.Debug.dll", + "lib/net8.0/Microsoft.Extensions.Logging.Debug.xml", + "lib/net9.0/Microsoft.Extensions.Logging.Debug.dll", + "lib/net9.0/Microsoft.Extensions.Logging.Debug.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.xml", - "microsoft.extensions.logging.debug.6.0.0.nupkg.sha512", + "microsoft.extensions.logging.debug.9.0.2.nupkg.sha512", "microsoft.extensions.logging.debug.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.EventLog/6.0.0": { - "sha512": "rlo0RxlMd0WtLG3CHI0qOTp6fFn7MvQjlrCjucA31RqmiMFCZkF8CHNbe8O7tbBIyyoLGWB1he9CbaA5iyHthg==", + "Microsoft.Extensions.Logging.EventLog/9.0.2": { + "sha512": "4u7CexvjWr7eGUAvQOfyJUQ1+PgcWIGYajYXB+CgVI3qTMoi++8evZmuXQ/PSiKJ+SDeJXHoYDKbpmXq/aCwEg==", "type": "package", - "path": "microsoft.extensions.logging.eventlog/6.0.0", + "path": "microsoft.extensions.logging.eventlog/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Logging.EventLog.dll", - "lib/net461/Microsoft.Extensions.Logging.EventLog.xml", + "buildTransitive/net461/Microsoft.Extensions.Logging.EventLog.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.EventLog.targets", + "lib/net462/Microsoft.Extensions.Logging.EventLog.dll", + "lib/net462/Microsoft.Extensions.Logging.EventLog.xml", + "lib/net8.0/Microsoft.Extensions.Logging.EventLog.dll", + "lib/net8.0/Microsoft.Extensions.Logging.EventLog.xml", + "lib/net9.0/Microsoft.Extensions.Logging.EventLog.dll", + "lib/net9.0/Microsoft.Extensions.Logging.EventLog.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.EventLog.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.EventLog.xml", - "microsoft.extensions.logging.eventlog.6.0.0.nupkg.sha512", + "microsoft.extensions.logging.eventlog.9.0.2.nupkg.sha512", "microsoft.extensions.logging.eventlog.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.EventSource/6.0.0": { - "sha512": "BeDyyqt7nkm/nr+Gdk+L8n1tUT/u33VkbXAOesgYSNsxDM9hJ1NOBGoZfj9rCbeD2+9myElI6JOVVFmnzgeWQA==", + "Microsoft.Extensions.Logging.EventSource/9.0.2": { + "sha512": "DvT/+kEL+aydUYSuGamH4YRJ8uDlFiMIcT82A3OsQGZ+lxiPZgTqqu1mYkSz5VMOx3J1+8vjFd2IzA89JkS/oQ==", "type": "package", - "path": "microsoft.extensions.logging.eventsource/6.0.0", + "path": "microsoft.extensions.logging.eventsource/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Logging.EventSource.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.EventSource.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/Microsoft.Extensions.Logging.EventSource.dll", - "lib/net461/Microsoft.Extensions.Logging.EventSource.xml", - "lib/net6.0/Microsoft.Extensions.Logging.EventSource.dll", - "lib/net6.0/Microsoft.Extensions.Logging.EventSource.xml", - "lib/netcoreapp3.1/Microsoft.Extensions.Logging.EventSource.dll", - "lib/netcoreapp3.1/Microsoft.Extensions.Logging.EventSource.xml", + "lib/net462/Microsoft.Extensions.Logging.EventSource.dll", + "lib/net462/Microsoft.Extensions.Logging.EventSource.xml", + "lib/net8.0/Microsoft.Extensions.Logging.EventSource.dll", + "lib/net8.0/Microsoft.Extensions.Logging.EventSource.xml", + "lib/net9.0/Microsoft.Extensions.Logging.EventSource.dll", + "lib/net9.0/Microsoft.Extensions.Logging.EventSource.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.xml", - "microsoft.extensions.logging.eventsource.6.0.0.nupkg.sha512", + "microsoft.extensions.logging.eventsource.9.0.2.nupkg.sha512", "microsoft.extensions.logging.eventsource.nuspec", "useSharedDesignerContext.txt" ] @@ -6093,15 +6220,14 @@ "microsoft.extensions.objectpool.nuspec" ] }, - "Microsoft.Extensions.Options/9.0.0": { - "sha512": "y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==", + "Microsoft.Extensions.Options/10.0.0": { + "sha512": "8oCAgXOow5XDrY9HaXX1QmH3ORsyZO/ANVHBlhLyCeWTH5Sg4UuqZeOTWJi6484M+LqSx0RqQXDJtdYy2BNiLQ==", "type": "package", - "path": "microsoft.extensions.options/9.0.0", + "path": "microsoft.extensions.options/10.0.0", "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", @@ -6123,6 +6249,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", @@ -6133,26 +6261,27 @@ "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.0.nupkg.sha512", "microsoft.extensions.options.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "sha512": "Ob3FXsXkcSMQmGZi7qP07EQ39kZpSBlTcAZLbJLdI4FIf0Jug8biv2HTavWmnTirchctPlq9bl/26CXtQRguzA==", + "Microsoft.Extensions.Options.ConfigurationExtensions/10.0.0": { + "sha512": "tL9cSl3maS5FPzp/3MtlZI21ExWhni0nnUCF8HY4npTsINw45n9SNDbkKXBMtFyUFGSsQep25fHIDN4f/Vp3AQ==", "type": "package", - "path": "microsoft.extensions.options.configurationextensions/9.0.0", + "path": "microsoft.extensions.options.configurationextensions/10.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "LICENSE.TXT", "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", @@ -6161,26 +6290,27 @@ "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.9.0.0.nupkg.sha512", + "microsoft.extensions.options.configurationextensions.10.0.0.nupkg.sha512", "microsoft.extensions.options.configurationextensions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Primitives/9.0.0": { - "sha512": "N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==", + "Microsoft.Extensions.Primitives/10.0.0": { + "sha512": "inRnbpCS0nwO/RuoZIAqxQUuyjaknOOnCEZB55KSMMjRhl0RQDttSmLSGsUJN3RQ3ocf5NDLFd2mOQViHqMK5w==", "type": "package", - "path": "microsoft.extensions.primitives/9.0.0", + "path": "microsoft.extensions.primitives/10.0.0", "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", @@ -6189,20 +6319,19 @@ "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.0.nupkg.sha512", "microsoft.extensions.primitives.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.IdentityModel.Abstractions/7.1.2": { - "sha512": "33eTIA2uO/L9utJjZWbKsMSVsQf7F8vtd6q5mQX7ZJzNvCpci5fleD6AeANGlbbb7WX7XKxq9+Dkb5e3GNDrmQ==", + "Microsoft.IdentityModel.Abstractions/8.6.0": { + "sha512": "ewgV0sc2B3tjes8+OCRGE08Uxsey3qFfOD8vNq2gTs9k0/zPZ0MejK7Cb/eAW2c2Oz+IQHqgZkTycrAKYBD5yw==", "type": "package", - "path": "microsoft.identitymodel.abstractions/7.1.2", + "path": "microsoft.identitymodel.abstractions/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Abstractions.dll", - "lib/net461/Microsoft.IdentityModel.Abstractions.xml", + "README.md", "lib/net462/Microsoft.IdentityModel.Abstractions.dll", "lib/net462/Microsoft.IdentityModel.Abstractions.xml", "lib/net472/Microsoft.IdentityModel.Abstractions.dll", @@ -6211,9 +6340,11 @@ "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml", "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll", "lib/net8.0/Microsoft.IdentityModel.Abstractions.xml", + "lib/net9.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/net9.0/Microsoft.IdentityModel.Abstractions.xml", "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", - "microsoft.identitymodel.abstractions.7.1.2.nupkg.sha512", + "microsoft.identitymodel.abstractions.8.6.0.nupkg.sha512", "microsoft.identitymodel.abstractions.nuspec" ] }, @@ -6227,32 +6358,36 @@ "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML", "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML", "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML", "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML", "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/portable-net45+win/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", "lib/portable-net45+win/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "microsoft.identitymodel.clients.activedirectory.3.14.2.nupkg.sha512", "microsoft.identitymodel.clients.activedirectory.nuspec" ] }, - "Microsoft.IdentityModel.JsonWebTokens/7.1.2": { - "sha512": "cloLGeZolXbCJhJBc5OC05uhrdhdPL6MWHuVUnkkUvPDeK7HkwThBaLZ1XjBQVk9YhxXE2OvHXnKi0PLleXxDg==", + "Microsoft.IdentityModel.JsonWebTokens/8.6.0": { + "sha512": "g/CFN/OzAhJb9a94ep6/xv4b9fOUL8heFkKDwC/HNb17tUDOIPN5iVawisfZ0p1xjJlmVyYWIggnECqIfX8Rfw==", "type": "package", - "path": "microsoft.identitymodel.jsonwebtokens/7.1.2", + "path": "microsoft.identitymodel.jsonwebtokens/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml", + "README.md", "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll", "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml", "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", @@ -6261,21 +6396,22 @@ "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml", "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll", "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.xml", "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "microsoft.identitymodel.jsonwebtokens.7.1.2.nupkg.sha512", + "microsoft.identitymodel.jsonwebtokens.8.6.0.nupkg.sha512", "microsoft.identitymodel.jsonwebtokens.nuspec" ] }, - "Microsoft.IdentityModel.Logging/7.1.2": { - "sha512": "YCxBt2EeJP8fcXk9desChkWI+0vFqFLvBwrz5hBMsoh0KJE6BC66DnzkdzkJNqMltLromc52dkdT206jJ38cTw==", + "Microsoft.IdentityModel.Logging/8.6.0": { + "sha512": "PqkPSoENwbGQenGQT270hZIt5p36Ta4YwDla4QId6LdqCeUDus63OChHBv+3AgujFVeBJlRrvmkN7H+Lug+u0g==", "type": "package", - "path": "microsoft.identitymodel.logging/7.1.2", + "path": "microsoft.identitymodel.logging/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Logging.dll", - "lib/net461/Microsoft.IdentityModel.Logging.xml", + "README.md", "lib/net462/Microsoft.IdentityModel.Logging.dll", "lib/net462/Microsoft.IdentityModel.Logging.xml", "lib/net472/Microsoft.IdentityModel.Logging.dll", @@ -6284,21 +6420,22 @@ "lib/net6.0/Microsoft.IdentityModel.Logging.xml", "lib/net8.0/Microsoft.IdentityModel.Logging.dll", "lib/net8.0/Microsoft.IdentityModel.Logging.xml", + "lib/net9.0/Microsoft.IdentityModel.Logging.dll", + "lib/net9.0/Microsoft.IdentityModel.Logging.xml", "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", - "microsoft.identitymodel.logging.7.1.2.nupkg.sha512", + "microsoft.identitymodel.logging.8.6.0.nupkg.sha512", "microsoft.identitymodel.logging.nuspec" ] }, - "Microsoft.IdentityModel.Tokens/7.1.2": { - "sha512": "oICJMqr3aNEDZOwnH5SK49bR6Z4aX0zEAnOLuhloumOSuqnNq+GWBdQyrgILnlcT5xj09xKCP/7Y7gJYB+ls/g==", + "Microsoft.IdentityModel.Tokens/8.6.0": { + "sha512": "ga4ASKm8EezJ+Oj4uvTNE0xjIWy27Ix5pOZz737CnLzxv7ClFnelX+YWbFuiO1Qj2zVoIpsPqKJRGHGlpFF6eQ==", "type": "package", - "path": "microsoft.identitymodel.tokens/7.1.2", + "path": "microsoft.identitymodel.tokens/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Tokens.dll", - "lib/net461/Microsoft.IdentityModel.Tokens.xml", + "README.md", "lib/net462/Microsoft.IdentityModel.Tokens.dll", "lib/net462/Microsoft.IdentityModel.Tokens.xml", "lib/net472/Microsoft.IdentityModel.Tokens.dll", @@ -6307,9 +6444,11 @@ "lib/net6.0/Microsoft.IdentityModel.Tokens.xml", "lib/net8.0/Microsoft.IdentityModel.Tokens.dll", "lib/net8.0/Microsoft.IdentityModel.Tokens.xml", + "lib/net9.0/Microsoft.IdentityModel.Tokens.dll", + "lib/net9.0/Microsoft.IdentityModel.Tokens.xml", "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", - "microsoft.identitymodel.tokens.7.1.2.nupkg.sha512", + "microsoft.identitymodel.tokens.8.6.0.nupkg.sha512", "microsoft.identitymodel.tokens.nuspec" ] }, @@ -6365,8 +6504,10 @@ ".signature.p7s", "lib/net452/Microsoft.Rest.ClientRuntime.dll", "lib/net452/Microsoft.Rest.ClientRuntime.runtimeconfig.json", + "lib/net452/Microsoft.Rest.ClientRuntime.xml", "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll", "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.runtimeconfig.json", + "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.xml", "microsoft.rest.clientruntime.2.3.8.nupkg.sha512", "microsoft.rest.clientruntime.nuspec" ] @@ -6380,16 +6521,18 @@ ".signature.p7s", "lib/net452/Microsoft.Rest.ClientRuntime.Azure.dll", "lib/net452/Microsoft.Rest.ClientRuntime.Azure.runtimeconfig.json", + "lib/net452/Microsoft.Rest.ClientRuntime.Azure.xml", "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll", "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.runtimeconfig.json", + "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.xml", "microsoft.rest.clientruntime.azure.3.3.7.nupkg.sha512", "microsoft.rest.clientruntime.azure.nuspec" ] }, - "Microsoft.Web.LibraryManager.Build/2.1.175": { - "sha512": "OhJ8cfzvX/rxCuEezniBQCaCqKuQtU2tNr3m3Qryu+V30lZcUrjtsg39DGZWLw6EzbJA+TUdZPfuLeEDuz3cXA==", + "Microsoft.Web.LibraryManager.Build/3.0.71": { + "sha512": "uO0RegM2P5ZZhQDJQ+YSiugXJgNnh4gmjMd3VofeoE9MSu60zYoR3meA9SAm6PVJW2t//SzICXQf4+JtfUTJQA==", "type": "package", - "path": "microsoft.web.librarymanager.build/2.1.175", + "path": "microsoft.web.librarymanager.build/3.0.71", "hasTools": true, "files": [ ".nupkg.metadata", @@ -6399,70 +6542,68 @@ "Third-party-notice.txt", "build/Microsoft.Web.LibraryManager.Build.props", "build/Microsoft.Web.LibraryManager.Build.targets", - "microsoft.web.librarymanager.build.2.1.175.nupkg.sha512", + "microsoft.web.librarymanager.build.3.0.71.nupkg.sha512", "microsoft.web.librarymanager.build.nuspec", - "tools/net472/Microsoft.Web.LibraryManager.Build.dll", - "tools/net472/Microsoft.Web.LibraryManager.Contracts.dll", - "tools/net472/Microsoft.Web.LibraryManager.dll", - "tools/net472/Minimatch.dll", - "tools/net472/Newtonsoft.Json.dll", - "tools/net472/cs/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/net472/cs/Microsoft.Web.LibraryManager.resources.dll", - "tools/net472/de/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/net472/de/Microsoft.Web.LibraryManager.resources.dll", - "tools/net472/es/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/net472/es/Microsoft.Web.LibraryManager.resources.dll", - "tools/net472/fr/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/net472/fr/Microsoft.Web.LibraryManager.resources.dll", - "tools/net472/it/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/net472/it/Microsoft.Web.LibraryManager.resources.dll", - "tools/net472/ja/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/net472/ja/Microsoft.Web.LibraryManager.resources.dll", - "tools/net472/ko/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/net472/ko/Microsoft.Web.LibraryManager.resources.dll", - "tools/net472/pl/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/net472/pl/Microsoft.Web.LibraryManager.resources.dll", - "tools/net472/pt-BR/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/net472/pt-BR/Microsoft.Web.LibraryManager.resources.dll", - "tools/net472/ru/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/net472/ru/Microsoft.Web.LibraryManager.resources.dll", - "tools/net472/tr/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/net472/tr/Microsoft.Web.LibraryManager.resources.dll", - "tools/net472/zh-Hans/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/net472/zh-Hans/Microsoft.Web.LibraryManager.resources.dll", - "tools/net472/zh-Hant/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/net472/zh-Hant/Microsoft.Web.LibraryManager.resources.dll", - "tools/netstandard2.0/Microsoft.Web.LibraryManager.Build.dll", - "tools/netstandard2.0/Microsoft.Web.LibraryManager.Contracts.dll", - "tools/netstandard2.0/Microsoft.Web.LibraryManager.dll", - "tools/netstandard2.0/Minimatch.dll", - "tools/netstandard2.0/Newtonsoft.Json.dll", - "tools/netstandard2.0/cs/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/netstandard2.0/cs/Microsoft.Web.LibraryManager.resources.dll", - "tools/netstandard2.0/de/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/netstandard2.0/de/Microsoft.Web.LibraryManager.resources.dll", - "tools/netstandard2.0/es/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/netstandard2.0/es/Microsoft.Web.LibraryManager.resources.dll", - "tools/netstandard2.0/fr/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/netstandard2.0/fr/Microsoft.Web.LibraryManager.resources.dll", - "tools/netstandard2.0/it/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/netstandard2.0/it/Microsoft.Web.LibraryManager.resources.dll", - "tools/netstandard2.0/ja/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/netstandard2.0/ja/Microsoft.Web.LibraryManager.resources.dll", - "tools/netstandard2.0/ko/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/netstandard2.0/ko/Microsoft.Web.LibraryManager.resources.dll", - "tools/netstandard2.0/pl/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/netstandard2.0/pl/Microsoft.Web.LibraryManager.resources.dll", - "tools/netstandard2.0/pt-BR/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/netstandard2.0/pt-BR/Microsoft.Web.LibraryManager.resources.dll", - "tools/netstandard2.0/ru/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/netstandard2.0/ru/Microsoft.Web.LibraryManager.resources.dll", - "tools/netstandard2.0/tr/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/netstandard2.0/tr/Microsoft.Web.LibraryManager.resources.dll", - "tools/netstandard2.0/zh-Hans/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/netstandard2.0/zh-Hans/Microsoft.Web.LibraryManager.resources.dll", - "tools/netstandard2.0/zh-Hant/Microsoft.Web.LibraryManager.Contracts.resources.dll", - "tools/netstandard2.0/zh-Hant/Microsoft.Web.LibraryManager.resources.dll" + "tools/net481/Microsoft.Web.LibraryManager.Build.dll", + "tools/net481/Microsoft.Web.LibraryManager.Contracts.dll", + "tools/net481/Microsoft.Web.LibraryManager.dll", + "tools/net481/Newtonsoft.Json.dll", + "tools/net481/cs/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/cs/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/de/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/de/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/es/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/es/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/fr/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/fr/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/it/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/it/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/ja/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/ja/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/ko/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/ko/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/pl/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/pl/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/pt-BR/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/pt-BR/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/ru/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/ru/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/tr/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/tr/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/zh-Hans/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/zh-Hans/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/zh-Hant/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/zh-Hant/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/Microsoft.Web.LibraryManager.Build.dll", + "tools/net8.0/Microsoft.Web.LibraryManager.Contracts.dll", + "tools/net8.0/Microsoft.Web.LibraryManager.dll", + "tools/net8.0/Newtonsoft.Json.dll", + "tools/net8.0/cs/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/cs/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/de/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/de/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/es/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/es/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/fr/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/fr/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/it/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/it/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/ja/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/ja/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/ko/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/ko/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/pl/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/pl/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/pt-BR/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/pt-BR/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/ru/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/ru/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/tr/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/tr/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/zh-Hans/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/zh-Hans/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/zh-Hant/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/zh-Hant/Microsoft.Web.LibraryManager.resources.dll" ] }, "Microsoft.Win32.Primitives/4.3.0": { @@ -6487,6 +6628,16 @@ "ref/MonoTouch10/_._", "ref/net46/Microsoft.Win32.Primitives.dll", "ref/netstandard1.3/Microsoft.Win32.Primitives.dll", + "ref/netstandard1.3/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/de/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/es/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/fr/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/it/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ja/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ko/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ru/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/zh-hans/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/zh-hant/Microsoft.Win32.Primitives.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -6829,10 +6980,10 @@ "runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so" ] }, - "Serilog/4.0.0": { - "sha512": "2jDkUrSh5EofOp7Lx5Zgy0EB+7hXjjxE2ktTb1WVQmU00lDACR2TdROGKU0K1pDTBSJBN1PqgYpgOZF8mL7NJw==", + "Serilog/4.2.0": { + "sha512": "gmoWVOvKgbME8TYR+gwMf7osROiWAURterc6Rt2dQyX7wtjZYpqFiA/pY6ztjGQKKV62GGCyOcmtP1UKMHgSmA==", "type": "package", - "path": "serilog/4.0.0", + "path": "serilog/4.2.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6846,16 +6997,18 @@ "lib/net6.0/Serilog.xml", "lib/net8.0/Serilog.dll", "lib/net8.0/Serilog.xml", + "lib/net9.0/Serilog.dll", + "lib/net9.0/Serilog.xml", "lib/netstandard2.0/Serilog.dll", "lib/netstandard2.0/Serilog.xml", - "serilog.4.0.0.nupkg.sha512", + "serilog.4.2.0.nupkg.sha512", "serilog.nuspec" ] }, - "Serilog.AspNetCore/8.0.3": { - "sha512": "Y5at41mc0OV982DEJslBKHd6uzcWO6POwR3QceJ6gtpMPxCzm4+FElGPF0RdaTD7MGsP6XXE05LMbSi0NO+sXg==", + "Serilog.AspNetCore/9.0.0": { + "sha512": "JslDajPlBsn3Pww1554flJFTqROvK9zz9jONNQgn0D8Lx2Trw8L0A8/n6zEQK1DAZWXrJwiVLw8cnTR3YFuYsg==", "type": "package", - "path": "serilog.aspnetcore/8.0.3", + "path": "serilog.aspnetcore/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6863,15 +7016,15 @@ "icon.png", "lib/net462/Serilog.AspNetCore.dll", "lib/net462/Serilog.AspNetCore.xml", - "lib/net6.0/Serilog.AspNetCore.dll", - "lib/net6.0/Serilog.AspNetCore.xml", - "lib/net7.0/Serilog.AspNetCore.dll", - "lib/net7.0/Serilog.AspNetCore.xml", "lib/net8.0/Serilog.AspNetCore.dll", "lib/net8.0/Serilog.AspNetCore.xml", + "lib/net9.0/Serilog.AspNetCore.dll", + "lib/net9.0/Serilog.AspNetCore.xml", "lib/netstandard2.0/Serilog.AspNetCore.dll", "lib/netstandard2.0/Serilog.AspNetCore.xml", - "serilog.aspnetcore.8.0.3.nupkg.sha512", + "lib/netstandard2.1/Serilog.AspNetCore.dll", + "lib/netstandard2.1/Serilog.AspNetCore.xml", + "serilog.aspnetcore.9.0.0.nupkg.sha512", "serilog.aspnetcore.nuspec" ] }, @@ -6898,10 +7051,10 @@ "serilog.enrichers.environment.nuspec" ] }, - "Serilog.Extensions.Hosting/8.0.0": { - "sha512": "db0OcbWeSCvYQkHWu6n0v40N4kKaTAXNjlM3BKvcbwvNzYphQFcBR+36eQ/7hMMwOkJvAyLC2a9/jNdUL5NjtQ==", + "Serilog.Extensions.Hosting/9.0.0": { + "sha512": "u2TRxuxbjvTAldQn7uaAwePkWxTHIqlgjelekBtilAGL5sYyF3+65NWctN4UrwwGLsDC7c3Vz3HnOlu+PcoxXg==", "type": "package", - "path": "serilog.extensions.hosting/8.0.0", + "path": "serilog.extensions.hosting/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6909,47 +7062,45 @@ "icon.png", "lib/net462/Serilog.Extensions.Hosting.dll", "lib/net462/Serilog.Extensions.Hosting.xml", - "lib/net6.0/Serilog.Extensions.Hosting.dll", - "lib/net6.0/Serilog.Extensions.Hosting.xml", - "lib/net7.0/Serilog.Extensions.Hosting.dll", - "lib/net7.0/Serilog.Extensions.Hosting.xml", "lib/net8.0/Serilog.Extensions.Hosting.dll", "lib/net8.0/Serilog.Extensions.Hosting.xml", + "lib/net9.0/Serilog.Extensions.Hosting.dll", + "lib/net9.0/Serilog.Extensions.Hosting.xml", "lib/netstandard2.0/Serilog.Extensions.Hosting.dll", "lib/netstandard2.0/Serilog.Extensions.Hosting.xml", - "serilog.extensions.hosting.8.0.0.nupkg.sha512", + "lib/netstandard2.1/Serilog.Extensions.Hosting.dll", + "lib/netstandard2.1/Serilog.Extensions.Hosting.xml", + "serilog.extensions.hosting.9.0.0.nupkg.sha512", "serilog.extensions.hosting.nuspec" ] }, - "Serilog.Extensions.Logging/8.0.0": { - "sha512": "YEAMWu1UnWgf1c1KP85l1SgXGfiVo0Rz6x08pCiPOIBt2Qe18tcZLvdBUuV5o1QHvrs8FAry9wTIhgBRtjIlEg==", + "Serilog.Extensions.Logging/9.0.0": { + "sha512": "NwSSYqPJeKNzl5AuXVHpGbr6PkZJFlNa14CdIebVjK3k/76kYj/mz5kiTRNVSsSaxM8kAIa1kpy/qyT9E4npRQ==", "type": "package", - "path": "serilog.extensions.logging/8.0.0", + "path": "serilog.extensions.logging/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", "lib/net462/Serilog.Extensions.Logging.dll", "lib/net462/Serilog.Extensions.Logging.xml", - "lib/net6.0/Serilog.Extensions.Logging.dll", - "lib/net6.0/Serilog.Extensions.Logging.xml", - "lib/net7.0/Serilog.Extensions.Logging.dll", - "lib/net7.0/Serilog.Extensions.Logging.xml", "lib/net8.0/Serilog.Extensions.Logging.dll", "lib/net8.0/Serilog.Extensions.Logging.xml", + "lib/net9.0/Serilog.Extensions.Logging.dll", + "lib/net9.0/Serilog.Extensions.Logging.xml", "lib/netstandard2.0/Serilog.Extensions.Logging.dll", "lib/netstandard2.0/Serilog.Extensions.Logging.xml", "lib/netstandard2.1/Serilog.Extensions.Logging.dll", "lib/netstandard2.1/Serilog.Extensions.Logging.xml", "serilog-extension-nuget.png", - "serilog.extensions.logging.8.0.0.nupkg.sha512", + "serilog.extensions.logging.9.0.0.nupkg.sha512", "serilog.extensions.logging.nuspec" ] }, - "Serilog.Formatting.Compact/2.0.0": { - "sha512": "ob6z3ikzFM3D1xalhFuBIK1IOWf+XrQq+H4KeH4VqBcPpNcmUgZlRQ2h3Q7wvthpdZBBoY86qZOI2LCXNaLlNA==", + "Serilog.Formatting.Compact/3.0.0": { + "sha512": "wQsv14w9cqlfB5FX2MZpNsTawckN4a8dryuNGbebB/3Nh1pXnROHZov3swtu3Nj5oNG7Ba+xdu7Et/ulAUPanQ==", "type": "package", - "path": "serilog.formatting.compact/2.0.0", + "path": "serilog.formatting.compact/3.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6960,21 +7111,19 @@ "lib/net471/Serilog.Formatting.Compact.xml", "lib/net6.0/Serilog.Formatting.Compact.dll", "lib/net6.0/Serilog.Formatting.Compact.xml", - "lib/net7.0/Serilog.Formatting.Compact.dll", - "lib/net7.0/Serilog.Formatting.Compact.xml", + "lib/net8.0/Serilog.Formatting.Compact.dll", + "lib/net8.0/Serilog.Formatting.Compact.xml", "lib/netstandard2.0/Serilog.Formatting.Compact.dll", "lib/netstandard2.0/Serilog.Formatting.Compact.xml", - "lib/netstandard2.1/Serilog.Formatting.Compact.dll", - "lib/netstandard2.1/Serilog.Formatting.Compact.xml", "serilog-extension-nuget.png", - "serilog.formatting.compact.2.0.0.nupkg.sha512", + "serilog.formatting.compact.3.0.0.nupkg.sha512", "serilog.formatting.compact.nuspec" ] }, - "Serilog.Settings.Configuration/8.0.4": { - "sha512": "pkxvq0umBKK8IKFJc1aV5S/HGRG/NIxJ6FV42KaTPLfDmBOAbBUB1m5gqqlGxzEa1MgDDWtQlWJdHTSxVWNx+Q==", + "Serilog.Settings.Configuration/9.0.0": { + "sha512": "4/Et4Cqwa+F88l5SeFeNZ4c4Z6dEAIKbu3MaQb2Zz9F/g27T5a3wvfMcmCOaAiACjfUb4A6wrlTVfyYUZk3RRQ==", "type": "package", - "path": "serilog.settings.configuration/8.0.4", + "path": "serilog.settings.configuration/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6982,22 +7131,20 @@ "icon.png", "lib/net462/Serilog.Settings.Configuration.dll", "lib/net462/Serilog.Settings.Configuration.xml", - "lib/net6.0/Serilog.Settings.Configuration.dll", - "lib/net6.0/Serilog.Settings.Configuration.xml", - "lib/net7.0/Serilog.Settings.Configuration.dll", - "lib/net7.0/Serilog.Settings.Configuration.xml", "lib/net8.0/Serilog.Settings.Configuration.dll", "lib/net8.0/Serilog.Settings.Configuration.xml", + "lib/net9.0/Serilog.Settings.Configuration.dll", + "lib/net9.0/Serilog.Settings.Configuration.xml", "lib/netstandard2.0/Serilog.Settings.Configuration.dll", "lib/netstandard2.0/Serilog.Settings.Configuration.xml", - "serilog.settings.configuration.8.0.4.nupkg.sha512", + "serilog.settings.configuration.9.0.0.nupkg.sha512", "serilog.settings.configuration.nuspec" ] }, - "Serilog.Sinks.Console/6.0.0": { - "sha512": "fQGWqVMClCP2yEyTXPIinSr5c+CBGUvBybPxjAGcf7ctDhadFhrQw03Mv8rJ07/wR5PDfFjewf2LimvXCDzpbA==", + "Serilog.Sinks.Console/6.1.1": { + "sha512": "8jbqgjUyZlfCuSTaJk6lOca465OndqOz3KZP6Cryt/IqZYybyBu7GP0fE/AXBzrrQB3EBmQntBFAvMVz1COvAA==", "type": "package", - "path": "serilog.sinks.console/6.0.0", + "path": "serilog.sinks.console/6.1.1", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7013,53 +7160,62 @@ "lib/net8.0/Serilog.Sinks.Console.xml", "lib/netstandard2.0/Serilog.Sinks.Console.dll", "lib/netstandard2.0/Serilog.Sinks.Console.xml", - "serilog.sinks.console.6.0.0.nupkg.sha512", + "serilog.sinks.console.6.1.1.nupkg.sha512", "serilog.sinks.console.nuspec" ] }, - "Serilog.Sinks.Debug/2.0.0": { - "sha512": "Y6g3OBJ4JzTyyw16fDqtFcQ41qQAydnEvEqmXjhwhgjsnG/FaJ8GUqF5ldsC/bVkK8KYmqrPhDO+tm4dF6xx4A==", + "Serilog.Sinks.Debug/3.0.0": { + "sha512": "4BzXcdrgRX7wde9PmHuYd9U6YqycCC28hhpKonK7hx0wb19eiuRj16fPcPSVp0o/Y1ipJuNLYQ00R3q2Zs8FDA==", "type": "package", - "path": "serilog.sinks.debug/2.0.0", + "path": "serilog.sinks.debug/3.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", + "README.md", "icon.png", - "lib/net45/Serilog.Sinks.Debug.dll", - "lib/net46/Serilog.Sinks.Debug.dll", - "lib/netstandard1.0/Serilog.Sinks.Debug.dll", + "lib/net462/Serilog.Sinks.Debug.dll", + "lib/net462/Serilog.Sinks.Debug.xml", + "lib/net471/Serilog.Sinks.Debug.dll", + "lib/net471/Serilog.Sinks.Debug.xml", + "lib/net6.0/Serilog.Sinks.Debug.dll", + "lib/net6.0/Serilog.Sinks.Debug.xml", + "lib/net8.0/Serilog.Sinks.Debug.dll", + "lib/net8.0/Serilog.Sinks.Debug.xml", "lib/netstandard2.0/Serilog.Sinks.Debug.dll", - "lib/netstandard2.1/Serilog.Sinks.Debug.dll", - "serilog.sinks.debug.2.0.0.nupkg.sha512", + "lib/netstandard2.0/Serilog.Sinks.Debug.xml", + "serilog.sinks.debug.3.0.0.nupkg.sha512", "serilog.sinks.debug.nuspec" ] }, - "Serilog.Sinks.File/5.0.0": { - "sha512": "uwV5hdhWPwUH1szhO8PJpFiahqXmzPzJT/sOijH/kFgUx+cyoDTMM8MHD0adw9+Iem6itoibbUXHYslzXsLEAg==", + "Serilog.Sinks.File/7.0.0": { + "sha512": "fKL7mXv7qaiNBUC71ssvn/dU0k9t0o45+qm2XgKAlSt19xF+ijjxyA3R6HmCgfKEKwfcfkwWjayuQtRueZFkYw==", "type": "package", - "path": "serilog.sinks.file/5.0.0", + "path": "serilog.sinks.file/7.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "images/icon.png", - "lib/net45/Serilog.Sinks.File.dll", - "lib/net45/Serilog.Sinks.File.pdb", - "lib/net5.0/Serilog.Sinks.File.dll", - "lib/net5.0/Serilog.Sinks.File.pdb", - "lib/netstandard1.3/Serilog.Sinks.File.dll", - "lib/netstandard1.3/Serilog.Sinks.File.pdb", + "README.md", + "lib/net462/Serilog.Sinks.File.dll", + "lib/net462/Serilog.Sinks.File.xml", + "lib/net471/Serilog.Sinks.File.dll", + "lib/net471/Serilog.Sinks.File.xml", + "lib/net6.0/Serilog.Sinks.File.dll", + "lib/net6.0/Serilog.Sinks.File.xml", + "lib/net8.0/Serilog.Sinks.File.dll", + "lib/net8.0/Serilog.Sinks.File.xml", + "lib/net9.0/Serilog.Sinks.File.dll", + "lib/net9.0/Serilog.Sinks.File.xml", "lib/netstandard2.0/Serilog.Sinks.File.dll", - "lib/netstandard2.0/Serilog.Sinks.File.pdb", - "lib/netstandard2.1/Serilog.Sinks.File.dll", - "lib/netstandard2.1/Serilog.Sinks.File.pdb", - "serilog.sinks.file.5.0.0.nupkg.sha512", + "lib/netstandard2.0/Serilog.Sinks.File.xml", + "serilog-sink-nuget.png", + "serilog.sinks.file.7.0.0.nupkg.sha512", "serilog.sinks.file.nuspec" ] }, - "Serilog.Sinks.Http/9.0.0": { - "sha512": "c246Bw1vXtvht/krwQXGwuZ4U2kKxRf8d9iaazZDodnOohTlRR4jZyQS/slWHSjJAj8ZDejCQcITnu+TkYmdFw==", + "Serilog.Sinks.Http/9.2.0": { + "sha512": "tngXuEvfI1CrtB02XVXhHAGTX1HvSMKjWcOmlyBT9LVNIMYvNhOSkfigfwxd9OCbv3cXw1aWFrSPGGw8Y6sjtg==", "type": "package", - "path": "serilog.sinks.http/9.0.0", + "path": "serilog.sinks.http/9.2.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7071,14 +7227,14 @@ "lib/netstandard2.1/Serilog.Sinks.Http.dll", "lib/netstandard2.1/Serilog.Sinks.Http.xml", "serilog-sink-nuget.png", - "serilog.sinks.http.9.0.0.nupkg.sha512", + "serilog.sinks.http.9.2.0.nupkg.sha512", "serilog.sinks.http.nuspec" ] }, - "Serilog.Sinks.Seq/8.0.0": { - "sha512": "z5ig56/qzjkX6Fj4U/9m1g8HQaQiYPMZS4Uevtjg1I+WWzoGSf5t/E+6JbMP/jbZYhU63bA5NJN5y0x+qqx2Bw==", + "Serilog.Sinks.Seq/9.0.0": { + "sha512": "aNU8A0K322q7+voPNmp1/qNPH+9QK8xvM1p72sMmCG0wGlshFzmtDW9QnVSoSYCj0MgQKcMOlgooovtBhRlNHw==", "type": "package", - "path": "serilog.sinks.seq/8.0.0", + "path": "serilog.sinks.seq/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7088,7 +7244,7 @@ "lib/net6.0/Serilog.Sinks.Seq.xml", "lib/netstandard2.0/Serilog.Sinks.Seq.dll", "lib/netstandard2.0/Serilog.Sinks.Seq.xml", - "serilog.sinks.seq.8.0.0.nupkg.sha512", + "serilog.sinks.seq.9.0.0.nupkg.sha512", "serilog.sinks.seq.nuspec" ] }, @@ -7117,7 +7273,27 @@ "ref/net463/System.AppContext.dll", "ref/netstandard/_._", "ref/netstandard1.3/System.AppContext.dll", + "ref/netstandard1.3/System.AppContext.xml", + "ref/netstandard1.3/de/System.AppContext.xml", + "ref/netstandard1.3/es/System.AppContext.xml", + "ref/netstandard1.3/fr/System.AppContext.xml", + "ref/netstandard1.3/it/System.AppContext.xml", + "ref/netstandard1.3/ja/System.AppContext.xml", + "ref/netstandard1.3/ko/System.AppContext.xml", + "ref/netstandard1.3/ru/System.AppContext.xml", + "ref/netstandard1.3/zh-hans/System.AppContext.xml", + "ref/netstandard1.3/zh-hant/System.AppContext.xml", "ref/netstandard1.6/System.AppContext.dll", + "ref/netstandard1.6/System.AppContext.xml", + "ref/netstandard1.6/de/System.AppContext.xml", + "ref/netstandard1.6/es/System.AppContext.xml", + "ref/netstandard1.6/fr/System.AppContext.xml", + "ref/netstandard1.6/it/System.AppContext.xml", + "ref/netstandard1.6/ja/System.AppContext.xml", + "ref/netstandard1.6/ko/System.AppContext.xml", + "ref/netstandard1.6/ru/System.AppContext.xml", + "ref/netstandard1.6/zh-hans/System.AppContext.xml", + "ref/netstandard1.6/zh-hant/System.AppContext.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -7138,12 +7314,17 @@ "THIRD-PARTY-NOTICES.TXT", "lib/netcoreapp2.0/_._", "lib/netstandard1.1/System.Buffers.dll", + "lib/netstandard1.1/System.Buffers.xml", "lib/netstandard2.0/System.Buffers.dll", + "lib/netstandard2.0/System.Buffers.xml", "lib/uap10.0.16299/_._", "ref/net45/System.Buffers.dll", + "ref/net45/System.Buffers.xml", "ref/netcoreapp2.0/_._", "ref/netstandard1.1/System.Buffers.dll", + "ref/netstandard1.1/System.Buffers.xml", "ref/netstandard2.0/System.Buffers.dll", + "ref/netstandard2.0/System.Buffers.xml", "ref/uap10.0.16299/_._", "system.buffers.4.5.0.nupkg.sha512", "system.buffers.nuspec", @@ -7163,7 +7344,9 @@ "lib/net461/System.CodeDom.dll", "lib/netstandard2.0/System.CodeDom.dll", "ref/net461/System.CodeDom.dll", + "ref/net461/System.CodeDom.xml", "ref/netstandard2.0/System.CodeDom.dll", + "ref/netstandard2.0/System.CodeDom.xml", "system.codedom.4.4.0.nupkg.sha512", "system.codedom.nuspec", "useSharedDesignerContext.txt", @@ -7194,8 +7377,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", + "ref/netcore50/de/System.Collections.xml", + "ref/netcore50/es/System.Collections.xml", + "ref/netcore50/fr/System.Collections.xml", + "ref/netcore50/it/System.Collections.xml", + "ref/netcore50/ja/System.Collections.xml", + "ref/netcore50/ko/System.Collections.xml", + "ref/netcore50/ru/System.Collections.xml", + "ref/netcore50/zh-hans/System.Collections.xml", + "ref/netcore50/zh-hant/System.Collections.xml", "ref/netstandard1.0/System.Collections.dll", + "ref/netstandard1.0/System.Collections.xml", + "ref/netstandard1.0/de/System.Collections.xml", + "ref/netstandard1.0/es/System.Collections.xml", + "ref/netstandard1.0/fr/System.Collections.xml", + "ref/netstandard1.0/it/System.Collections.xml", + "ref/netstandard1.0/ja/System.Collections.xml", + "ref/netstandard1.0/ko/System.Collections.xml", + "ref/netstandard1.0/ru/System.Collections.xml", + "ref/netstandard1.0/zh-hans/System.Collections.xml", + "ref/netstandard1.0/zh-hant/System.Collections.xml", "ref/netstandard1.3/System.Collections.dll", + "ref/netstandard1.3/System.Collections.xml", + "ref/netstandard1.3/de/System.Collections.xml", + "ref/netstandard1.3/es/System.Collections.xml", + "ref/netstandard1.3/fr/System.Collections.xml", + "ref/netstandard1.3/it/System.Collections.xml", + "ref/netstandard1.3/ja/System.Collections.xml", + "ref/netstandard1.3/ko/System.Collections.xml", + "ref/netstandard1.3/ru/System.Collections.xml", + "ref/netstandard1.3/zh-hans/System.Collections.xml", + "ref/netstandard1.3/zh-hant/System.Collections.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -7233,8 +7446,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Collections.Concurrent.dll", + "ref/netcore50/System.Collections.Concurrent.xml", + "ref/netcore50/de/System.Collections.Concurrent.xml", + "ref/netcore50/es/System.Collections.Concurrent.xml", + "ref/netcore50/fr/System.Collections.Concurrent.xml", + "ref/netcore50/it/System.Collections.Concurrent.xml", + "ref/netcore50/ja/System.Collections.Concurrent.xml", + "ref/netcore50/ko/System.Collections.Concurrent.xml", + "ref/netcore50/ru/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hans/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hant/System.Collections.Concurrent.xml", "ref/netstandard1.1/System.Collections.Concurrent.dll", + "ref/netstandard1.1/System.Collections.Concurrent.xml", + "ref/netstandard1.1/de/System.Collections.Concurrent.xml", + "ref/netstandard1.1/es/System.Collections.Concurrent.xml", + "ref/netstandard1.1/fr/System.Collections.Concurrent.xml", + "ref/netstandard1.1/it/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ja/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ko/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ru/System.Collections.Concurrent.xml", + "ref/netstandard1.1/zh-hans/System.Collections.Concurrent.xml", + "ref/netstandard1.1/zh-hant/System.Collections.Concurrent.xml", "ref/netstandard1.3/System.Collections.Concurrent.dll", + "ref/netstandard1.3/System.Collections.Concurrent.xml", + "ref/netstandard1.3/de/System.Collections.Concurrent.xml", + "ref/netstandard1.3/es/System.Collections.Concurrent.xml", + "ref/netstandard1.3/fr/System.Collections.Concurrent.xml", + "ref/netstandard1.3/it/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ja/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ko/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ru/System.Collections.Concurrent.xml", + "ref/netstandard1.3/zh-hans/System.Collections.Concurrent.xml", + "ref/netstandard1.3/zh-hant/System.Collections.Concurrent.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -7446,6 +7689,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Console.dll", "ref/netstandard1.3/System.Console.dll", + "ref/netstandard1.3/System.Console.xml", + "ref/netstandard1.3/de/System.Console.xml", + "ref/netstandard1.3/es/System.Console.xml", + "ref/netstandard1.3/fr/System.Console.xml", + "ref/netstandard1.3/it/System.Console.xml", + "ref/netstandard1.3/ja/System.Console.xml", + "ref/netstandard1.3/ko/System.Console.xml", + "ref/netstandard1.3/ru/System.Console.xml", + "ref/netstandard1.3/zh-hans/System.Console.xml", + "ref/netstandard1.3/zh-hant/System.Console.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -7478,8 +7731,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", + "ref/netcore50/de/System.Diagnostics.Debug.xml", + "ref/netcore50/es/System.Diagnostics.Debug.xml", + "ref/netcore50/fr/System.Diagnostics.Debug.xml", + "ref/netcore50/it/System.Diagnostics.Debug.xml", + "ref/netcore50/ja/System.Diagnostics.Debug.xml", + "ref/netcore50/ko/System.Diagnostics.Debug.xml", + "ref/netcore50/ru/System.Diagnostics.Debug.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/netstandard1.0/System.Diagnostics.Debug.dll", + "ref/netstandard1.0/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/de/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/es/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/fr/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/it/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ja/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ko/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ru/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml", "ref/netstandard1.3/System.Diagnostics.Debug.dll", + "ref/netstandard1.3/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/de/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/es/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/it/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -7492,62 +7775,64 @@ "system.diagnostics.debug.nuspec" ] }, - "System.Diagnostics.DiagnosticSource/8.0.0": { - "sha512": "c9xLpVz6PL9lp/djOWtk5KPDZq3cSYpmXoJQY524EOtuFl5z9ZtsotpsyrDW40U1DRnQSYvcPKEUV0X//u6gkQ==", + "System.Diagnostics.DiagnosticSource/10.0.0": { + "sha512": "0KdBK+h7G13PuOSC2R/DalAoFMvdYMznvGRuICtkdcUMXgl/gYXsG6z4yUvTxHSMACorWgHCU1Faq0KUHU6yAQ==", "type": "package", - "path": "system.diagnostics.diagnosticsource/8.0.0", + "path": "system.diagnostics.diagnosticsource/10.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/System.Diagnostics.DiagnosticSource.targets", "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/System.Diagnostics.DiagnosticSource.targets", + "lib/net10.0/System.Diagnostics.DiagnosticSource.dll", + "lib/net10.0/System.Diagnostics.DiagnosticSource.xml", "lib/net462/System.Diagnostics.DiagnosticSource.dll", "lib/net462/System.Diagnostics.DiagnosticSource.xml", - "lib/net6.0/System.Diagnostics.DiagnosticSource.dll", - "lib/net6.0/System.Diagnostics.DiagnosticSource.xml", - "lib/net7.0/System.Diagnostics.DiagnosticSource.dll", - "lib/net7.0/System.Diagnostics.DiagnosticSource.xml", "lib/net8.0/System.Diagnostics.DiagnosticSource.dll", "lib/net8.0/System.Diagnostics.DiagnosticSource.xml", + "lib/net9.0/System.Diagnostics.DiagnosticSource.dll", + "lib/net9.0/System.Diagnostics.DiagnosticSource.xml", "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll", "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.xml", - "system.diagnostics.diagnosticsource.8.0.0.nupkg.sha512", + "system.diagnostics.diagnosticsource.10.0.0.nupkg.sha512", "system.diagnostics.diagnosticsource.nuspec", "useSharedDesignerContext.txt" ] }, - "System.Diagnostics.EventLog/6.0.0": { - "sha512": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==", + "System.Diagnostics.EventLog/9.0.2": { + "sha512": "i+Fe6Fpst/onydFLBGilCr/Eh9OFdlaTU/c3alPp6IbLZXQJOgpIu3l4MOnmsN8fDYq5nAyHSqNIJesc74Yw3Q==", "type": "package", - "path": "system.diagnostics.eventlog/6.0.0", + "path": "system.diagnostics.eventlog/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Diagnostics.EventLog.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/System.Diagnostics.EventLog.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/System.Diagnostics.EventLog.dll", - "lib/net461/System.Diagnostics.EventLog.xml", - "lib/net6.0/System.Diagnostics.EventLog.dll", - "lib/net6.0/System.Diagnostics.EventLog.xml", - "lib/netcoreapp3.1/System.Diagnostics.EventLog.dll", - "lib/netcoreapp3.1/System.Diagnostics.EventLog.xml", + "lib/net462/System.Diagnostics.EventLog.dll", + "lib/net462/System.Diagnostics.EventLog.xml", + "lib/net8.0/System.Diagnostics.EventLog.dll", + "lib/net8.0/System.Diagnostics.EventLog.xml", + "lib/net9.0/System.Diagnostics.EventLog.dll", + "lib/net9.0/System.Diagnostics.EventLog.xml", "lib/netstandard2.0/System.Diagnostics.EventLog.dll", "lib/netstandard2.0/System.Diagnostics.EventLog.xml", - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll", - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll", - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.xml", - "runtimes/win/lib/netcoreapp3.1/System.Diagnostics.EventLog.Messages.dll", - "runtimes/win/lib/netcoreapp3.1/System.Diagnostics.EventLog.dll", - "runtimes/win/lib/netcoreapp3.1/System.Diagnostics.EventLog.xml", - "system.diagnostics.eventlog.6.0.0.nupkg.sha512", + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll", + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll", + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.xml", + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll", + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll", + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.xml", + "system.diagnostics.eventlog.9.0.2.nupkg.sha512", "system.diagnostics.eventlog.nuspec", "useSharedDesignerContext.txt" ] @@ -7603,7 +7888,27 @@ "ref/net46/System.Diagnostics.Process.dll", "ref/net461/System.Diagnostics.Process.dll", "ref/netstandard1.3/System.Diagnostics.Process.dll", + "ref/netstandard1.3/System.Diagnostics.Process.xml", + "ref/netstandard1.3/de/System.Diagnostics.Process.xml", + "ref/netstandard1.3/es/System.Diagnostics.Process.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Process.xml", + "ref/netstandard1.3/it/System.Diagnostics.Process.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Process.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Process.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Process.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Process.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Process.xml", "ref/netstandard1.4/System.Diagnostics.Process.dll", + "ref/netstandard1.4/System.Diagnostics.Process.xml", + "ref/netstandard1.4/de/System.Diagnostics.Process.xml", + "ref/netstandard1.4/es/System.Diagnostics.Process.xml", + "ref/netstandard1.4/fr/System.Diagnostics.Process.xml", + "ref/netstandard1.4/it/System.Diagnostics.Process.xml", + "ref/netstandard1.4/ja/System.Diagnostics.Process.xml", + "ref/netstandard1.4/ko/System.Diagnostics.Process.xml", + "ref/netstandard1.4/ru/System.Diagnostics.Process.xml", + "ref/netstandard1.4/zh-hans/System.Diagnostics.Process.xml", + "ref/netstandard1.4/zh-hant/System.Diagnostics.Process.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -7642,7 +7947,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Diagnostics.Tools.dll", + "ref/netcore50/System.Diagnostics.Tools.xml", + "ref/netcore50/de/System.Diagnostics.Tools.xml", + "ref/netcore50/es/System.Diagnostics.Tools.xml", + "ref/netcore50/fr/System.Diagnostics.Tools.xml", + "ref/netcore50/it/System.Diagnostics.Tools.xml", + "ref/netcore50/ja/System.Diagnostics.Tools.xml", + "ref/netcore50/ko/System.Diagnostics.Tools.xml", + "ref/netcore50/ru/System.Diagnostics.Tools.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Tools.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Tools.xml", "ref/netstandard1.0/System.Diagnostics.Tools.dll", + "ref/netstandard1.0/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/de/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/es/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/fr/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/it/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ja/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ko/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ru/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/zh-hans/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/zh-hant/System.Diagnostics.Tools.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -7680,10 +8005,60 @@ "ref/net45/_._", "ref/net462/System.Diagnostics.Tracing.dll", "ref/netcore50/System.Diagnostics.Tracing.dll", + "ref/netcore50/System.Diagnostics.Tracing.xml", + "ref/netcore50/de/System.Diagnostics.Tracing.xml", + "ref/netcore50/es/System.Diagnostics.Tracing.xml", + "ref/netcore50/fr/System.Diagnostics.Tracing.xml", + "ref/netcore50/it/System.Diagnostics.Tracing.xml", + "ref/netcore50/ja/System.Diagnostics.Tracing.xml", + "ref/netcore50/ko/System.Diagnostics.Tracing.xml", + "ref/netcore50/ru/System.Diagnostics.Tracing.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml", "ref/netstandard1.1/System.Diagnostics.Tracing.dll", + "ref/netstandard1.1/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/zh-hant/System.Diagnostics.Tracing.xml", "ref/netstandard1.2/System.Diagnostics.Tracing.dll", + "ref/netstandard1.2/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/zh-hant/System.Diagnostics.Tracing.xml", "ref/netstandard1.3/System.Diagnostics.Tracing.dll", + "ref/netstandard1.3/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Tracing.xml", "ref/netstandard1.5/System.Diagnostics.Tracing.dll", + "ref/netstandard1.5/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/zh-hant/System.Diagnostics.Tracing.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -7829,8 +8204,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", + "ref/netcore50/de/System.Globalization.xml", + "ref/netcore50/es/System.Globalization.xml", + "ref/netcore50/fr/System.Globalization.xml", + "ref/netcore50/it/System.Globalization.xml", + "ref/netcore50/ja/System.Globalization.xml", + "ref/netcore50/ko/System.Globalization.xml", + "ref/netcore50/ru/System.Globalization.xml", + "ref/netcore50/zh-hans/System.Globalization.xml", + "ref/netcore50/zh-hant/System.Globalization.xml", "ref/netstandard1.0/System.Globalization.dll", + "ref/netstandard1.0/System.Globalization.xml", + "ref/netstandard1.0/de/System.Globalization.xml", + "ref/netstandard1.0/es/System.Globalization.xml", + "ref/netstandard1.0/fr/System.Globalization.xml", + "ref/netstandard1.0/it/System.Globalization.xml", + "ref/netstandard1.0/ja/System.Globalization.xml", + "ref/netstandard1.0/ko/System.Globalization.xml", + "ref/netstandard1.0/ru/System.Globalization.xml", + "ref/netstandard1.0/zh-hans/System.Globalization.xml", + "ref/netstandard1.0/zh-hant/System.Globalization.xml", "ref/netstandard1.3/System.Globalization.dll", + "ref/netstandard1.3/System.Globalization.xml", + "ref/netstandard1.3/de/System.Globalization.xml", + "ref/netstandard1.3/es/System.Globalization.xml", + "ref/netstandard1.3/fr/System.Globalization.xml", + "ref/netstandard1.3/it/System.Globalization.xml", + "ref/netstandard1.3/ja/System.Globalization.xml", + "ref/netstandard1.3/ko/System.Globalization.xml", + "ref/netstandard1.3/ru/System.Globalization.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -7863,6 +8268,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Globalization.Calendars.dll", "ref/netstandard1.3/System.Globalization.Calendars.dll", + "ref/netstandard1.3/System.Globalization.Calendars.xml", + "ref/netstandard1.3/de/System.Globalization.Calendars.xml", + "ref/netstandard1.3/es/System.Globalization.Calendars.xml", + "ref/netstandard1.3/fr/System.Globalization.Calendars.xml", + "ref/netstandard1.3/it/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ja/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ko/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ru/System.Globalization.Calendars.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.Calendars.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.Calendars.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -7891,6 +8306,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Globalization.Extensions.dll", "ref/netstandard1.3/System.Globalization.Extensions.dll", + "ref/netstandard1.3/System.Globalization.Extensions.xml", + "ref/netstandard1.3/de/System.Globalization.Extensions.xml", + "ref/netstandard1.3/es/System.Globalization.Extensions.xml", + "ref/netstandard1.3/fr/System.Globalization.Extensions.xml", + "ref/netstandard1.3/it/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ja/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ko/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ru/System.Globalization.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.Extensions.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -7902,15 +8327,14 @@ "system.globalization.extensions.nuspec" ] }, - "System.IdentityModel.Tokens.Jwt/7.1.2": { - "sha512": "Thhbe1peAmtSBFaV/ohtykXiZSOkx59Da44hvtWfIMFofDA3M3LaVyjstACf2rKGn4dEDR2cUpRAZ0Xs/zB+7Q==", + "System.IdentityModel.Tokens.Jwt/8.6.0": { + "sha512": "PbhxMaAejQ5pVStTsMPzja0Q2FOeEIOQy8isxw2tTxduqIjWRJ+P78bWGpaXH67Tkeb+2t91YBj2stXEw6vyZQ==", "type": "package", - "path": "system.identitymodel.tokens.jwt/7.1.2", + "path": "system.identitymodel.tokens.jwt/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/System.IdentityModel.Tokens.Jwt.dll", - "lib/net461/System.IdentityModel.Tokens.Jwt.xml", + "README.md", "lib/net462/System.IdentityModel.Tokens.Jwt.dll", "lib/net462/System.IdentityModel.Tokens.Jwt.xml", "lib/net472/System.IdentityModel.Tokens.Jwt.dll", @@ -7919,9 +8343,11 @@ "lib/net6.0/System.IdentityModel.Tokens.Jwt.xml", "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll", "lib/net8.0/System.IdentityModel.Tokens.Jwt.xml", + "lib/net9.0/System.IdentityModel.Tokens.Jwt.dll", + "lib/net9.0/System.IdentityModel.Tokens.Jwt.xml", "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll", "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.xml", - "system.identitymodel.tokens.jwt.7.1.2.nupkg.sha512", + "system.identitymodel.tokens.jwt.8.6.0.nupkg.sha512", "system.identitymodel.tokens.jwt.nuspec" ] }, @@ -7951,9 +8377,49 @@ "ref/net45/_._", "ref/net462/System.IO.dll", "ref/netcore50/System.IO.dll", + "ref/netcore50/System.IO.xml", + "ref/netcore50/de/System.IO.xml", + "ref/netcore50/es/System.IO.xml", + "ref/netcore50/fr/System.IO.xml", + "ref/netcore50/it/System.IO.xml", + "ref/netcore50/ja/System.IO.xml", + "ref/netcore50/ko/System.IO.xml", + "ref/netcore50/ru/System.IO.xml", + "ref/netcore50/zh-hans/System.IO.xml", + "ref/netcore50/zh-hant/System.IO.xml", "ref/netstandard1.0/System.IO.dll", + "ref/netstandard1.0/System.IO.xml", + "ref/netstandard1.0/de/System.IO.xml", + "ref/netstandard1.0/es/System.IO.xml", + "ref/netstandard1.0/fr/System.IO.xml", + "ref/netstandard1.0/it/System.IO.xml", + "ref/netstandard1.0/ja/System.IO.xml", + "ref/netstandard1.0/ko/System.IO.xml", + "ref/netstandard1.0/ru/System.IO.xml", + "ref/netstandard1.0/zh-hans/System.IO.xml", + "ref/netstandard1.0/zh-hant/System.IO.xml", "ref/netstandard1.3/System.IO.dll", + "ref/netstandard1.3/System.IO.xml", + "ref/netstandard1.3/de/System.IO.xml", + "ref/netstandard1.3/es/System.IO.xml", + "ref/netstandard1.3/fr/System.IO.xml", + "ref/netstandard1.3/it/System.IO.xml", + "ref/netstandard1.3/ja/System.IO.xml", + "ref/netstandard1.3/ko/System.IO.xml", + "ref/netstandard1.3/ru/System.IO.xml", + "ref/netstandard1.3/zh-hans/System.IO.xml", + "ref/netstandard1.3/zh-hant/System.IO.xml", "ref/netstandard1.5/System.IO.dll", + "ref/netstandard1.5/System.IO.xml", + "ref/netstandard1.5/de/System.IO.xml", + "ref/netstandard1.5/es/System.IO.xml", + "ref/netstandard1.5/fr/System.IO.xml", + "ref/netstandard1.5/it/System.IO.xml", + "ref/netstandard1.5/ja/System.IO.xml", + "ref/netstandard1.5/ko/System.IO.xml", + "ref/netstandard1.5/ru/System.IO.xml", + "ref/netstandard1.5/zh-hans/System.IO.xml", + "ref/netstandard1.5/zh-hant/System.IO.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -7991,8 +8457,38 @@ "ref/net45/_._", "ref/net46/System.IO.Compression.dll", "ref/netcore50/System.IO.Compression.dll", + "ref/netcore50/System.IO.Compression.xml", + "ref/netcore50/de/System.IO.Compression.xml", + "ref/netcore50/es/System.IO.Compression.xml", + "ref/netcore50/fr/System.IO.Compression.xml", + "ref/netcore50/it/System.IO.Compression.xml", + "ref/netcore50/ja/System.IO.Compression.xml", + "ref/netcore50/ko/System.IO.Compression.xml", + "ref/netcore50/ru/System.IO.Compression.xml", + "ref/netcore50/zh-hans/System.IO.Compression.xml", + "ref/netcore50/zh-hant/System.IO.Compression.xml", "ref/netstandard1.1/System.IO.Compression.dll", + "ref/netstandard1.1/System.IO.Compression.xml", + "ref/netstandard1.1/de/System.IO.Compression.xml", + "ref/netstandard1.1/es/System.IO.Compression.xml", + "ref/netstandard1.1/fr/System.IO.Compression.xml", + "ref/netstandard1.1/it/System.IO.Compression.xml", + "ref/netstandard1.1/ja/System.IO.Compression.xml", + "ref/netstandard1.1/ko/System.IO.Compression.xml", + "ref/netstandard1.1/ru/System.IO.Compression.xml", + "ref/netstandard1.1/zh-hans/System.IO.Compression.xml", + "ref/netstandard1.1/zh-hant/System.IO.Compression.xml", "ref/netstandard1.3/System.IO.Compression.dll", + "ref/netstandard1.3/System.IO.Compression.xml", + "ref/netstandard1.3/de/System.IO.Compression.xml", + "ref/netstandard1.3/es/System.IO.Compression.xml", + "ref/netstandard1.3/fr/System.IO.Compression.xml", + "ref/netstandard1.3/it/System.IO.Compression.xml", + "ref/netstandard1.3/ja/System.IO.Compression.xml", + "ref/netstandard1.3/ko/System.IO.Compression.xml", + "ref/netstandard1.3/ru/System.IO.Compression.xml", + "ref/netstandard1.3/zh-hans/System.IO.Compression.xml", + "ref/netstandard1.3/zh-hant/System.IO.Compression.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -8028,6 +8524,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.Compression.ZipFile.dll", "ref/netstandard1.3/System.IO.Compression.ZipFile.dll", + "ref/netstandard1.3/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/de/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/es/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/fr/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/it/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ja/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ko/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ru/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/zh-hans/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/zh-hant/System.IO.Compression.ZipFile.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -8056,6 +8562,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.FileSystem.dll", "ref/netstandard1.3/System.IO.FileSystem.dll", + "ref/netstandard1.3/System.IO.FileSystem.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -8075,12 +8591,26 @@ "THIRD-PARTY-NOTICES.TXT", "lib/net46/System.IO.FileSystem.AccessControl.dll", "lib/net461/System.IO.FileSystem.AccessControl.dll", + "lib/net461/System.IO.FileSystem.AccessControl.xml", "lib/netstandard1.3/System.IO.FileSystem.AccessControl.dll", "lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll", + "lib/netstandard2.0/System.IO.FileSystem.AccessControl.xml", "ref/net46/System.IO.FileSystem.AccessControl.dll", "ref/net461/System.IO.FileSystem.AccessControl.dll", + "ref/net461/System.IO.FileSystem.AccessControl.xml", "ref/netstandard1.3/System.IO.FileSystem.AccessControl.dll", + "ref/netstandard1.3/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.AccessControl.xml", "ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll", + "ref/netstandard2.0/System.IO.FileSystem.AccessControl.xml", "runtimes/win/lib/net46/System.IO.FileSystem.AccessControl.dll", "runtimes/win/lib/net461/System.IO.FileSystem.AccessControl.dll", "runtimes/win/lib/net461/System.IO.FileSystem.AccessControl.xml", @@ -8114,6 +8644,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.FileSystem.Primitives.dll", "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll", + "ref/netstandard1.3/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.Primitives.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -8122,27 +8662,31 @@ "system.io.filesystem.primitives.nuspec" ] }, - "System.IO.Pipelines/6.0.3": { - "sha512": "ryTgF+iFkpGZY1vRQhfCzX0xTdlV3pyaTTqRu2ETbEv+HlV7O6y7hyQURnghNIXvctl5DuZ//Dpks6HdL/Txgw==", + "System.IO.Pipelines/10.0.0": { + "sha512": "M1eb3nfXntaRJPrrMVM9EFS8I1bDTnt0uvUS6QP/SicZf/ZZjydMD5NiXxfmwW/uQwaMDP/yX2P+zQN1NBHChg==", "type": "package", - "path": "system.io.pipelines/6.0.3", + "path": "system.io.pipelines/10.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.IO.Pipelines.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/System.IO.Pipelines.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/System.IO.Pipelines.dll", - "lib/net461/System.IO.Pipelines.xml", - "lib/net6.0/System.IO.Pipelines.dll", - "lib/net6.0/System.IO.Pipelines.xml", - "lib/netcoreapp3.1/System.IO.Pipelines.dll", - "lib/netcoreapp3.1/System.IO.Pipelines.xml", + "lib/net10.0/System.IO.Pipelines.dll", + "lib/net10.0/System.IO.Pipelines.xml", + "lib/net462/System.IO.Pipelines.dll", + "lib/net462/System.IO.Pipelines.xml", + "lib/net8.0/System.IO.Pipelines.dll", + "lib/net8.0/System.IO.Pipelines.xml", + "lib/net9.0/System.IO.Pipelines.dll", + "lib/net9.0/System.IO.Pipelines.xml", "lib/netstandard2.0/System.IO.Pipelines.dll", "lib/netstandard2.0/System.IO.Pipelines.xml", - "system.io.pipelines.6.0.3.nupkg.sha512", + "system.io.pipelines.10.0.0.nupkg.sha512", "system.io.pipelines.nuspec", "useSharedDesignerContext.txt" ] @@ -8175,8 +8719,38 @@ "ref/net45/_._", "ref/net463/System.Linq.dll", "ref/netcore50/System.Linq.dll", + "ref/netcore50/System.Linq.xml", + "ref/netcore50/de/System.Linq.xml", + "ref/netcore50/es/System.Linq.xml", + "ref/netcore50/fr/System.Linq.xml", + "ref/netcore50/it/System.Linq.xml", + "ref/netcore50/ja/System.Linq.xml", + "ref/netcore50/ko/System.Linq.xml", + "ref/netcore50/ru/System.Linq.xml", + "ref/netcore50/zh-hans/System.Linq.xml", + "ref/netcore50/zh-hant/System.Linq.xml", "ref/netstandard1.0/System.Linq.dll", + "ref/netstandard1.0/System.Linq.xml", + "ref/netstandard1.0/de/System.Linq.xml", + "ref/netstandard1.0/es/System.Linq.xml", + "ref/netstandard1.0/fr/System.Linq.xml", + "ref/netstandard1.0/it/System.Linq.xml", + "ref/netstandard1.0/ja/System.Linq.xml", + "ref/netstandard1.0/ko/System.Linq.xml", + "ref/netstandard1.0/ru/System.Linq.xml", + "ref/netstandard1.0/zh-hans/System.Linq.xml", + "ref/netstandard1.0/zh-hant/System.Linq.xml", "ref/netstandard1.6/System.Linq.dll", + "ref/netstandard1.6/System.Linq.xml", + "ref/netstandard1.6/de/System.Linq.xml", + "ref/netstandard1.6/es/System.Linq.xml", + "ref/netstandard1.6/fr/System.Linq.xml", + "ref/netstandard1.6/it/System.Linq.xml", + "ref/netstandard1.6/ja/System.Linq.xml", + "ref/netstandard1.6/ko/System.Linq.xml", + "ref/netstandard1.6/ru/System.Linq.xml", + "ref/netstandard1.6/zh-hans/System.Linq.xml", + "ref/netstandard1.6/zh-hant/System.Linq.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8217,9 +8791,49 @@ "ref/net45/_._", "ref/net463/System.Linq.Expressions.dll", "ref/netcore50/System.Linq.Expressions.dll", + "ref/netcore50/System.Linq.Expressions.xml", + "ref/netcore50/de/System.Linq.Expressions.xml", + "ref/netcore50/es/System.Linq.Expressions.xml", + "ref/netcore50/fr/System.Linq.Expressions.xml", + "ref/netcore50/it/System.Linq.Expressions.xml", + "ref/netcore50/ja/System.Linq.Expressions.xml", + "ref/netcore50/ko/System.Linq.Expressions.xml", + "ref/netcore50/ru/System.Linq.Expressions.xml", + "ref/netcore50/zh-hans/System.Linq.Expressions.xml", + "ref/netcore50/zh-hant/System.Linq.Expressions.xml", "ref/netstandard1.0/System.Linq.Expressions.dll", + "ref/netstandard1.0/System.Linq.Expressions.xml", + "ref/netstandard1.0/de/System.Linq.Expressions.xml", + "ref/netstandard1.0/es/System.Linq.Expressions.xml", + "ref/netstandard1.0/fr/System.Linq.Expressions.xml", + "ref/netstandard1.0/it/System.Linq.Expressions.xml", + "ref/netstandard1.0/ja/System.Linq.Expressions.xml", + "ref/netstandard1.0/ko/System.Linq.Expressions.xml", + "ref/netstandard1.0/ru/System.Linq.Expressions.xml", + "ref/netstandard1.0/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.0/zh-hant/System.Linq.Expressions.xml", "ref/netstandard1.3/System.Linq.Expressions.dll", + "ref/netstandard1.3/System.Linq.Expressions.xml", + "ref/netstandard1.3/de/System.Linq.Expressions.xml", + "ref/netstandard1.3/es/System.Linq.Expressions.xml", + "ref/netstandard1.3/fr/System.Linq.Expressions.xml", + "ref/netstandard1.3/it/System.Linq.Expressions.xml", + "ref/netstandard1.3/ja/System.Linq.Expressions.xml", + "ref/netstandard1.3/ko/System.Linq.Expressions.xml", + "ref/netstandard1.3/ru/System.Linq.Expressions.xml", + "ref/netstandard1.3/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.3/zh-hant/System.Linq.Expressions.xml", "ref/netstandard1.6/System.Linq.Expressions.dll", + "ref/netstandard1.6/System.Linq.Expressions.xml", + "ref/netstandard1.6/de/System.Linq.Expressions.xml", + "ref/netstandard1.6/es/System.Linq.Expressions.xml", + "ref/netstandard1.6/fr/System.Linq.Expressions.xml", + "ref/netstandard1.6/it/System.Linq.Expressions.xml", + "ref/netstandard1.6/ja/System.Linq.Expressions.xml", + "ref/netstandard1.6/ko/System.Linq.Expressions.xml", + "ref/netstandard1.6/ru/System.Linq.Expressions.xml", + "ref/netstandard1.6/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.6/zh-hant/System.Linq.Expressions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8258,9 +8872,49 @@ "ref/monotouch10/_._", "ref/net45/_._", "ref/net46/System.Net.Http.dll", + "ref/net46/System.Net.Http.xml", + "ref/net46/de/System.Net.Http.xml", + "ref/net46/es/System.Net.Http.xml", + "ref/net46/fr/System.Net.Http.xml", + "ref/net46/it/System.Net.Http.xml", + "ref/net46/ja/System.Net.Http.xml", + "ref/net46/ko/System.Net.Http.xml", + "ref/net46/ru/System.Net.Http.xml", + "ref/net46/zh-hans/System.Net.Http.xml", + "ref/net46/zh-hant/System.Net.Http.xml", "ref/netcore50/System.Net.Http.dll", + "ref/netcore50/System.Net.Http.xml", + "ref/netcore50/de/System.Net.Http.xml", + "ref/netcore50/es/System.Net.Http.xml", + "ref/netcore50/fr/System.Net.Http.xml", + "ref/netcore50/it/System.Net.Http.xml", + "ref/netcore50/ja/System.Net.Http.xml", + "ref/netcore50/ko/System.Net.Http.xml", + "ref/netcore50/ru/System.Net.Http.xml", + "ref/netcore50/zh-hans/System.Net.Http.xml", + "ref/netcore50/zh-hant/System.Net.Http.xml", "ref/netstandard1.1/System.Net.Http.dll", + "ref/netstandard1.1/System.Net.Http.xml", + "ref/netstandard1.1/de/System.Net.Http.xml", + "ref/netstandard1.1/es/System.Net.Http.xml", + "ref/netstandard1.1/fr/System.Net.Http.xml", + "ref/netstandard1.1/it/System.Net.Http.xml", + "ref/netstandard1.1/ja/System.Net.Http.xml", + "ref/netstandard1.1/ko/System.Net.Http.xml", + "ref/netstandard1.1/ru/System.Net.Http.xml", + "ref/netstandard1.1/zh-hans/System.Net.Http.xml", + "ref/netstandard1.1/zh-hant/System.Net.Http.xml", "ref/netstandard1.3/System.Net.Http.dll", + "ref/netstandard1.3/System.Net.Http.xml", + "ref/netstandard1.3/de/System.Net.Http.xml", + "ref/netstandard1.3/es/System.Net.Http.xml", + "ref/netstandard1.3/fr/System.Net.Http.xml", + "ref/netstandard1.3/it/System.Net.Http.xml", + "ref/netstandard1.3/ja/System.Net.Http.xml", + "ref/netstandard1.3/ko/System.Net.Http.xml", + "ref/netstandard1.3/ru/System.Net.Http.xml", + "ref/netstandard1.3/zh-hans/System.Net.Http.xml", + "ref/netstandard1.3/zh-hant/System.Net.Http.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -8299,9 +8953,49 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Net.Primitives.dll", + "ref/netcore50/System.Net.Primitives.xml", + "ref/netcore50/de/System.Net.Primitives.xml", + "ref/netcore50/es/System.Net.Primitives.xml", + "ref/netcore50/fr/System.Net.Primitives.xml", + "ref/netcore50/it/System.Net.Primitives.xml", + "ref/netcore50/ja/System.Net.Primitives.xml", + "ref/netcore50/ko/System.Net.Primitives.xml", + "ref/netcore50/ru/System.Net.Primitives.xml", + "ref/netcore50/zh-hans/System.Net.Primitives.xml", + "ref/netcore50/zh-hant/System.Net.Primitives.xml", "ref/netstandard1.0/System.Net.Primitives.dll", + "ref/netstandard1.0/System.Net.Primitives.xml", + "ref/netstandard1.0/de/System.Net.Primitives.xml", + "ref/netstandard1.0/es/System.Net.Primitives.xml", + "ref/netstandard1.0/fr/System.Net.Primitives.xml", + "ref/netstandard1.0/it/System.Net.Primitives.xml", + "ref/netstandard1.0/ja/System.Net.Primitives.xml", + "ref/netstandard1.0/ko/System.Net.Primitives.xml", + "ref/netstandard1.0/ru/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Net.Primitives.xml", "ref/netstandard1.1/System.Net.Primitives.dll", + "ref/netstandard1.1/System.Net.Primitives.xml", + "ref/netstandard1.1/de/System.Net.Primitives.xml", + "ref/netstandard1.1/es/System.Net.Primitives.xml", + "ref/netstandard1.1/fr/System.Net.Primitives.xml", + "ref/netstandard1.1/it/System.Net.Primitives.xml", + "ref/netstandard1.1/ja/System.Net.Primitives.xml", + "ref/netstandard1.1/ko/System.Net.Primitives.xml", + "ref/netstandard1.1/ru/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hant/System.Net.Primitives.xml", "ref/netstandard1.3/System.Net.Primitives.dll", + "ref/netstandard1.3/System.Net.Primitives.xml", + "ref/netstandard1.3/de/System.Net.Primitives.xml", + "ref/netstandard1.3/es/System.Net.Primitives.xml", + "ref/netstandard1.3/fr/System.Net.Primitives.xml", + "ref/netstandard1.3/it/System.Net.Primitives.xml", + "ref/netstandard1.3/ja/System.Net.Primitives.xml", + "ref/netstandard1.3/ko/System.Net.Primitives.xml", + "ref/netstandard1.3/ru/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.Net.Primitives.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8334,6 +9028,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Net.Sockets.dll", "ref/netstandard1.3/System.Net.Sockets.dll", + "ref/netstandard1.3/System.Net.Sockets.xml", + "ref/netstandard1.3/de/System.Net.Sockets.xml", + "ref/netstandard1.3/es/System.Net.Sockets.xml", + "ref/netstandard1.3/fr/System.Net.Sockets.xml", + "ref/netstandard1.3/it/System.Net.Sockets.xml", + "ref/netstandard1.3/ja/System.Net.Sockets.xml", + "ref/netstandard1.3/ko/System.Net.Sockets.xml", + "ref/netstandard1.3/ru/System.Net.Sockets.xml", + "ref/netstandard1.3/zh-hans/System.Net.Sockets.xml", + "ref/netstandard1.3/zh-hant/System.Net.Sockets.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -8368,8 +9072,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.ObjectModel.dll", + "ref/netcore50/System.ObjectModel.xml", + "ref/netcore50/de/System.ObjectModel.xml", + "ref/netcore50/es/System.ObjectModel.xml", + "ref/netcore50/fr/System.ObjectModel.xml", + "ref/netcore50/it/System.ObjectModel.xml", + "ref/netcore50/ja/System.ObjectModel.xml", + "ref/netcore50/ko/System.ObjectModel.xml", + "ref/netcore50/ru/System.ObjectModel.xml", + "ref/netcore50/zh-hans/System.ObjectModel.xml", + "ref/netcore50/zh-hant/System.ObjectModel.xml", "ref/netstandard1.0/System.ObjectModel.dll", + "ref/netstandard1.0/System.ObjectModel.xml", + "ref/netstandard1.0/de/System.ObjectModel.xml", + "ref/netstandard1.0/es/System.ObjectModel.xml", + "ref/netstandard1.0/fr/System.ObjectModel.xml", + "ref/netstandard1.0/it/System.ObjectModel.xml", + "ref/netstandard1.0/ja/System.ObjectModel.xml", + "ref/netstandard1.0/ko/System.ObjectModel.xml", + "ref/netstandard1.0/ru/System.ObjectModel.xml", + "ref/netstandard1.0/zh-hans/System.ObjectModel.xml", + "ref/netstandard1.0/zh-hant/System.ObjectModel.xml", "ref/netstandard1.3/System.ObjectModel.dll", + "ref/netstandard1.3/System.ObjectModel.xml", + "ref/netstandard1.3/de/System.ObjectModel.xml", + "ref/netstandard1.3/es/System.ObjectModel.xml", + "ref/netstandard1.3/fr/System.ObjectModel.xml", + "ref/netstandard1.3/it/System.ObjectModel.xml", + "ref/netstandard1.3/ja/System.ObjectModel.xml", + "ref/netstandard1.3/ko/System.ObjectModel.xml", + "ref/netstandard1.3/ru/System.ObjectModel.xml", + "ref/netstandard1.3/zh-hans/System.ObjectModel.xml", + "ref/netstandard1.3/zh-hant/System.ObjectModel.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8424,9 +9158,49 @@ "ref/net45/_._", "ref/net462/System.Reflection.dll", "ref/netcore50/System.Reflection.dll", + "ref/netcore50/System.Reflection.xml", + "ref/netcore50/de/System.Reflection.xml", + "ref/netcore50/es/System.Reflection.xml", + "ref/netcore50/fr/System.Reflection.xml", + "ref/netcore50/it/System.Reflection.xml", + "ref/netcore50/ja/System.Reflection.xml", + "ref/netcore50/ko/System.Reflection.xml", + "ref/netcore50/ru/System.Reflection.xml", + "ref/netcore50/zh-hans/System.Reflection.xml", + "ref/netcore50/zh-hant/System.Reflection.xml", "ref/netstandard1.0/System.Reflection.dll", + "ref/netstandard1.0/System.Reflection.xml", + "ref/netstandard1.0/de/System.Reflection.xml", + "ref/netstandard1.0/es/System.Reflection.xml", + "ref/netstandard1.0/fr/System.Reflection.xml", + "ref/netstandard1.0/it/System.Reflection.xml", + "ref/netstandard1.0/ja/System.Reflection.xml", + "ref/netstandard1.0/ko/System.Reflection.xml", + "ref/netstandard1.0/ru/System.Reflection.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.xml", "ref/netstandard1.3/System.Reflection.dll", + "ref/netstandard1.3/System.Reflection.xml", + "ref/netstandard1.3/de/System.Reflection.xml", + "ref/netstandard1.3/es/System.Reflection.xml", + "ref/netstandard1.3/fr/System.Reflection.xml", + "ref/netstandard1.3/it/System.Reflection.xml", + "ref/netstandard1.3/ja/System.Reflection.xml", + "ref/netstandard1.3/ko/System.Reflection.xml", + "ref/netstandard1.3/ru/System.Reflection.xml", + "ref/netstandard1.3/zh-hans/System.Reflection.xml", + "ref/netstandard1.3/zh-hant/System.Reflection.xml", "ref/netstandard1.5/System.Reflection.dll", + "ref/netstandard1.5/System.Reflection.xml", + "ref/netstandard1.5/de/System.Reflection.xml", + "ref/netstandard1.5/es/System.Reflection.xml", + "ref/netstandard1.5/fr/System.Reflection.xml", + "ref/netstandard1.5/it/System.Reflection.xml", + "ref/netstandard1.5/ja/System.Reflection.xml", + "ref/netstandard1.5/ko/System.Reflection.xml", + "ref/netstandard1.5/ru/System.Reflection.xml", + "ref/netstandard1.5/zh-hans/System.Reflection.xml", + "ref/netstandard1.5/zh-hant/System.Reflection.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8460,6 +9234,16 @@ "ref/MonoAndroid10/_._", "ref/net45/_._", "ref/netstandard1.1/System.Reflection.Emit.dll", + "ref/netstandard1.1/System.Reflection.Emit.xml", + "ref/netstandard1.1/de/System.Reflection.Emit.xml", + "ref/netstandard1.1/es/System.Reflection.Emit.xml", + "ref/netstandard1.1/fr/System.Reflection.Emit.xml", + "ref/netstandard1.1/it/System.Reflection.Emit.xml", + "ref/netstandard1.1/ja/System.Reflection.Emit.xml", + "ref/netstandard1.1/ko/System.Reflection.Emit.xml", + "ref/netstandard1.1/ru/System.Reflection.Emit.xml", + "ref/netstandard1.1/zh-hans/System.Reflection.Emit.xml", + "ref/netstandard1.1/zh-hant/System.Reflection.Emit.xml", "ref/xamarinmac20/_._", "system.reflection.emit.4.3.0.nupkg.sha512", "system.reflection.emit.nuspec" @@ -8489,6 +9273,16 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll", + "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/de/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/es/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/fr/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/it/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ja/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ko/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ru/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Emit.ILGeneration.xml", "ref/portable-net45+wp8/_._", "ref/wp80/_._", "ref/xamarinios10/_._", @@ -8524,6 +9318,16 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netstandard1.0/System.Reflection.Emit.Lightweight.dll", + "ref/netstandard1.0/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/de/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/es/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/fr/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/it/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ja/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ko/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ru/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Emit.Lightweight.xml", "ref/portable-net45+wp8/_._", "ref/wp80/_._", "ref/xamarinios10/_._", @@ -8559,7 +9363,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Reflection.Extensions.dll", + "ref/netcore50/System.Reflection.Extensions.xml", + "ref/netcore50/de/System.Reflection.Extensions.xml", + "ref/netcore50/es/System.Reflection.Extensions.xml", + "ref/netcore50/fr/System.Reflection.Extensions.xml", + "ref/netcore50/it/System.Reflection.Extensions.xml", + "ref/netcore50/ja/System.Reflection.Extensions.xml", + "ref/netcore50/ko/System.Reflection.Extensions.xml", + "ref/netcore50/ru/System.Reflection.Extensions.xml", + "ref/netcore50/zh-hans/System.Reflection.Extensions.xml", + "ref/netcore50/zh-hant/System.Reflection.Extensions.xml", "ref/netstandard1.0/System.Reflection.Extensions.dll", + "ref/netstandard1.0/System.Reflection.Extensions.xml", + "ref/netstandard1.0/de/System.Reflection.Extensions.xml", + "ref/netstandard1.0/es/System.Reflection.Extensions.xml", + "ref/netstandard1.0/fr/System.Reflection.Extensions.xml", + "ref/netstandard1.0/it/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ja/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ko/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ru/System.Reflection.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Extensions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8619,7 +9443,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/netcore50/de/System.Reflection.Primitives.xml", + "ref/netcore50/es/System.Reflection.Primitives.xml", + "ref/netcore50/fr/System.Reflection.Primitives.xml", + "ref/netcore50/it/System.Reflection.Primitives.xml", + "ref/netcore50/ja/System.Reflection.Primitives.xml", + "ref/netcore50/ko/System.Reflection.Primitives.xml", + "ref/netcore50/ru/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hans/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hant/System.Reflection.Primitives.xml", "ref/netstandard1.0/System.Reflection.Primitives.dll", + "ref/netstandard1.0/System.Reflection.Primitives.xml", + "ref/netstandard1.0/de/System.Reflection.Primitives.xml", + "ref/netstandard1.0/es/System.Reflection.Primitives.xml", + "ref/netstandard1.0/fr/System.Reflection.Primitives.xml", + "ref/netstandard1.0/it/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ja/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ko/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ru/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8656,7 +9500,27 @@ "ref/net46/System.Reflection.TypeExtensions.dll", "ref/net462/System.Reflection.TypeExtensions.dll", "ref/netstandard1.3/System.Reflection.TypeExtensions.dll", + "ref/netstandard1.3/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/de/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/es/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/fr/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/it/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/ja/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/ko/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/ru/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/zh-hans/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/zh-hant/System.Reflection.TypeExtensions.xml", "ref/netstandard1.5/System.Reflection.TypeExtensions.dll", + "ref/netstandard1.5/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/de/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/es/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/fr/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/it/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/ja/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/ko/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/ru/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/zh-hans/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/zh-hant/System.Reflection.TypeExtensions.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -8690,7 +9554,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/netcore50/System.Resources.ResourceManager.xml", + "ref/netcore50/de/System.Resources.ResourceManager.xml", + "ref/netcore50/es/System.Resources.ResourceManager.xml", + "ref/netcore50/fr/System.Resources.ResourceManager.xml", + "ref/netcore50/it/System.Resources.ResourceManager.xml", + "ref/netcore50/ja/System.Resources.ResourceManager.xml", + "ref/netcore50/ko/System.Resources.ResourceManager.xml", + "ref/netcore50/ru/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml", "ref/netstandard1.0/System.Resources.ResourceManager.dll", + "ref/netstandard1.0/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/de/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/es/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/it/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8729,10 +9613,60 @@ "ref/net45/_._", "ref/net462/System.Runtime.dll", "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", + "ref/netcore50/de/System.Runtime.xml", + "ref/netcore50/es/System.Runtime.xml", + "ref/netcore50/fr/System.Runtime.xml", + "ref/netcore50/it/System.Runtime.xml", + "ref/netcore50/ja/System.Runtime.xml", + "ref/netcore50/ko/System.Runtime.xml", + "ref/netcore50/ru/System.Runtime.xml", + "ref/netcore50/zh-hans/System.Runtime.xml", + "ref/netcore50/zh-hant/System.Runtime.xml", "ref/netstandard1.0/System.Runtime.dll", + "ref/netstandard1.0/System.Runtime.xml", + "ref/netstandard1.0/de/System.Runtime.xml", + "ref/netstandard1.0/es/System.Runtime.xml", + "ref/netstandard1.0/fr/System.Runtime.xml", + "ref/netstandard1.0/it/System.Runtime.xml", + "ref/netstandard1.0/ja/System.Runtime.xml", + "ref/netstandard1.0/ko/System.Runtime.xml", + "ref/netstandard1.0/ru/System.Runtime.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.xml", "ref/netstandard1.2/System.Runtime.dll", + "ref/netstandard1.2/System.Runtime.xml", + "ref/netstandard1.2/de/System.Runtime.xml", + "ref/netstandard1.2/es/System.Runtime.xml", + "ref/netstandard1.2/fr/System.Runtime.xml", + "ref/netstandard1.2/it/System.Runtime.xml", + "ref/netstandard1.2/ja/System.Runtime.xml", + "ref/netstandard1.2/ko/System.Runtime.xml", + "ref/netstandard1.2/ru/System.Runtime.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.xml", "ref/netstandard1.3/System.Runtime.dll", + "ref/netstandard1.3/System.Runtime.xml", + "ref/netstandard1.3/de/System.Runtime.xml", + "ref/netstandard1.3/es/System.Runtime.xml", + "ref/netstandard1.3/fr/System.Runtime.xml", + "ref/netstandard1.3/it/System.Runtime.xml", + "ref/netstandard1.3/ja/System.Runtime.xml", + "ref/netstandard1.3/ko/System.Runtime.xml", + "ref/netstandard1.3/ru/System.Runtime.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.xml", "ref/netstandard1.5/System.Runtime.dll", + "ref/netstandard1.5/System.Runtime.xml", + "ref/netstandard1.5/de/System.Runtime.xml", + "ref/netstandard1.5/es/System.Runtime.xml", + "ref/netstandard1.5/fr/System.Runtime.xml", + "ref/netstandard1.5/it/System.Runtime.xml", + "ref/netstandard1.5/ja/System.Runtime.xml", + "ref/netstandard1.5/ko/System.Runtime.xml", + "ref/netstandard1.5/ru/System.Runtime.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.xml", "ref/portable-net45+win8+wp80+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8758,9 +9692,13 @@ "buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets", "buildTransitive/netcoreapp3.1/_._", "lib/net461/System.Runtime.CompilerServices.Unsafe.dll", + "lib/net461/System.Runtime.CompilerServices.Unsafe.xml", "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml", "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.xml", "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", "system.runtime.compilerservices.unsafe.nuspec", "useSharedDesignerContext.txt" @@ -8792,9 +9730,49 @@ "ref/net45/_._", "ref/net462/System.Runtime.Extensions.dll", "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", + "ref/netcore50/de/System.Runtime.Extensions.xml", + "ref/netcore50/es/System.Runtime.Extensions.xml", + "ref/netcore50/fr/System.Runtime.Extensions.xml", + "ref/netcore50/it/System.Runtime.Extensions.xml", + "ref/netcore50/ja/System.Runtime.Extensions.xml", + "ref/netcore50/ko/System.Runtime.Extensions.xml", + "ref/netcore50/ru/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/netstandard1.0/System.Runtime.Extensions.dll", + "ref/netstandard1.0/System.Runtime.Extensions.xml", + "ref/netstandard1.0/de/System.Runtime.Extensions.xml", + "ref/netstandard1.0/es/System.Runtime.Extensions.xml", + "ref/netstandard1.0/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.0/it/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml", "ref/netstandard1.3/System.Runtime.Extensions.dll", + "ref/netstandard1.3/System.Runtime.Extensions.xml", + "ref/netstandard1.3/de/System.Runtime.Extensions.xml", + "ref/netstandard1.3/es/System.Runtime.Extensions.xml", + "ref/netstandard1.3/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.3/it/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml", "ref/netstandard1.5/System.Runtime.Extensions.dll", + "ref/netstandard1.5/System.Runtime.Extensions.xml", + "ref/netstandard1.5/de/System.Runtime.Extensions.xml", + "ref/netstandard1.5/es/System.Runtime.Extensions.xml", + "ref/netstandard1.5/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.5/it/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8827,6 +9805,16 @@ "ref/MonoTouch10/_._", "ref/net46/_._", "ref/netstandard1.3/System.Runtime.Handles.dll", + "ref/netstandard1.3/System.Runtime.Handles.xml", + "ref/netstandard1.3/de/System.Runtime.Handles.xml", + "ref/netstandard1.3/es/System.Runtime.Handles.xml", + "ref/netstandard1.3/fr/System.Runtime.Handles.xml", + "ref/netstandard1.3/it/System.Runtime.Handles.xml", + "ref/netstandard1.3/ja/System.Runtime.Handles.xml", + "ref/netstandard1.3/ko/System.Runtime.Handles.xml", + "ref/netstandard1.3/ru/System.Runtime.Handles.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Handles.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Handles.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -8862,11 +9850,61 @@ "ref/net462/System.Runtime.InteropServices.dll", "ref/net463/System.Runtime.InteropServices.dll", "ref/netcore50/System.Runtime.InteropServices.dll", + "ref/netcore50/System.Runtime.InteropServices.xml", + "ref/netcore50/de/System.Runtime.InteropServices.xml", + "ref/netcore50/es/System.Runtime.InteropServices.xml", + "ref/netcore50/fr/System.Runtime.InteropServices.xml", + "ref/netcore50/it/System.Runtime.InteropServices.xml", + "ref/netcore50/ja/System.Runtime.InteropServices.xml", + "ref/netcore50/ko/System.Runtime.InteropServices.xml", + "ref/netcore50/ru/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hans/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hant/System.Runtime.InteropServices.xml", "ref/netcoreapp1.1/System.Runtime.InteropServices.dll", "ref/netstandard1.1/System.Runtime.InteropServices.dll", + "ref/netstandard1.1/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml", "ref/netstandard1.2/System.Runtime.InteropServices.dll", + "ref/netstandard1.2/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml", "ref/netstandard1.3/System.Runtime.InteropServices.dll", + "ref/netstandard1.3/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml", "ref/netstandard1.5/System.Runtime.InteropServices.dll", + "ref/netstandard1.5/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -8913,28 +9951,6 @@ "system.runtime.interopservices.runtimeinformation.nuspec" ] }, - "System.Runtime.Loader/4.3.0": { - "sha512": "DHMaRn8D8YCK2GG2pw+UzNxn/OHVfaWx7OTLBD/hPegHZZgcZh3H6seWegrC4BYwsfuGrywIuT+MQs+rPqRLTQ==", - "type": "package", - "path": "system.runtime.loader/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net462/_._", - "lib/netstandard1.5/System.Runtime.Loader.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/netstandard1.5/System.Runtime.Loader.dll", - "system.runtime.loader.4.3.0.nupkg.sha512", - "system.runtime.loader.nuspec" - ] - }, "System.Runtime.Numerics/4.3.0": { "sha512": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", "type": "package", @@ -8960,7 +9976,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Runtime.Numerics.dll", + "ref/netcore50/System.Runtime.Numerics.xml", + "ref/netcore50/de/System.Runtime.Numerics.xml", + "ref/netcore50/es/System.Runtime.Numerics.xml", + "ref/netcore50/fr/System.Runtime.Numerics.xml", + "ref/netcore50/it/System.Runtime.Numerics.xml", + "ref/netcore50/ja/System.Runtime.Numerics.xml", + "ref/netcore50/ko/System.Runtime.Numerics.xml", + "ref/netcore50/ru/System.Runtime.Numerics.xml", + "ref/netcore50/zh-hans/System.Runtime.Numerics.xml", + "ref/netcore50/zh-hant/System.Runtime.Numerics.xml", "ref/netstandard1.1/System.Runtime.Numerics.dll", + "ref/netstandard1.1/System.Runtime.Numerics.xml", + "ref/netstandard1.1/de/System.Runtime.Numerics.xml", + "ref/netstandard1.1/es/System.Runtime.Numerics.xml", + "ref/netstandard1.1/fr/System.Runtime.Numerics.xml", + "ref/netstandard1.1/it/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ja/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ko/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ru/System.Runtime.Numerics.xml", + "ref/netstandard1.1/zh-hans/System.Runtime.Numerics.xml", + "ref/netstandard1.1/zh-hant/System.Runtime.Numerics.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -8998,7 +10034,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Runtime.Serialization.Json.dll", + "ref/netcore50/System.Runtime.Serialization.Json.xml", + "ref/netcore50/de/System.Runtime.Serialization.Json.xml", + "ref/netcore50/es/System.Runtime.Serialization.Json.xml", + "ref/netcore50/fr/System.Runtime.Serialization.Json.xml", + "ref/netcore50/it/System.Runtime.Serialization.Json.xml", + "ref/netcore50/ja/System.Runtime.Serialization.Json.xml", + "ref/netcore50/ko/System.Runtime.Serialization.Json.xml", + "ref/netcore50/ru/System.Runtime.Serialization.Json.xml", + "ref/netcore50/zh-hans/System.Runtime.Serialization.Json.xml", + "ref/netcore50/zh-hant/System.Runtime.Serialization.Json.xml", "ref/netstandard1.0/System.Runtime.Serialization.Json.dll", + "ref/netstandard1.0/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/de/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/es/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/fr/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/it/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/ja/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/ko/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/ru/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Json.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9039,8 +10095,38 @@ "ref/net45/_._", "ref/net46/System.Runtime.Serialization.Primitives.dll", "ref/netcore50/System.Runtime.Serialization.Primitives.dll", + "ref/netcore50/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/de/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/es/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/fr/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/it/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/ja/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/ko/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/ru/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/zh-hans/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/zh-hant/System.Runtime.Serialization.Primitives.xml", "ref/netstandard1.0/System.Runtime.Serialization.Primitives.dll", + "ref/netstandard1.0/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/de/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/es/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/fr/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/it/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/ja/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/ko/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/ru/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Primitives.xml", "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll", + "ref/netstandard1.3/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/de/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/es/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/fr/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/it/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/ja/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/ko/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/ru/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Serialization.Primitives.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9204,6 +10290,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Security.Cryptography.Encoding.dll", "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll", + "ref/netstandard1.3/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/de/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/es/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/fr/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/it/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ja/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ko/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ru/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/zh-hans/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/zh-hant/System.Security.Cryptography.Encoding.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -9317,7 +10413,27 @@ "ref/net46/System.Security.Cryptography.X509Certificates.dll", "ref/net461/System.Security.Cryptography.X509Certificates.dll", "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/de/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/es/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/fr/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/it/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ja/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ko/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ru/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/zh-hant/System.Security.Cryptography.X509Certificates.xml", "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/de/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/es/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/fr/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/it/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ja/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ko/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ru/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/zh-hant/System.Security.Cryptography.X509Certificates.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -9371,14 +10487,29 @@ "THIRD-PARTY-NOTICES.TXT", "lib/net46/System.Security.Principal.Windows.dll", "lib/net461/System.Security.Principal.Windows.dll", + "lib/net461/System.Security.Principal.Windows.xml", "lib/netstandard1.3/System.Security.Principal.Windows.dll", "lib/netstandard2.0/System.Security.Principal.Windows.dll", + "lib/netstandard2.0/System.Security.Principal.Windows.xml", "lib/uap10.0.16299/_._", "ref/net46/System.Security.Principal.Windows.dll", "ref/net461/System.Security.Principal.Windows.dll", + "ref/net461/System.Security.Principal.Windows.xml", "ref/netcoreapp3.0/System.Security.Principal.Windows.dll", + "ref/netcoreapp3.0/System.Security.Principal.Windows.xml", "ref/netstandard1.3/System.Security.Principal.Windows.dll", + "ref/netstandard1.3/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/de/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/es/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/it/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml", "ref/netstandard2.0/System.Security.Principal.Windows.dll", + "ref/netstandard2.0/System.Security.Principal.Windows.xml", "ref/uap10.0.16299/_._", "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.xml", @@ -9423,8 +10554,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Text.Encoding.dll", + "ref/netcore50/System.Text.Encoding.xml", + "ref/netcore50/de/System.Text.Encoding.xml", + "ref/netcore50/es/System.Text.Encoding.xml", + "ref/netcore50/fr/System.Text.Encoding.xml", + "ref/netcore50/it/System.Text.Encoding.xml", + "ref/netcore50/ja/System.Text.Encoding.xml", + "ref/netcore50/ko/System.Text.Encoding.xml", + "ref/netcore50/ru/System.Text.Encoding.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.xml", "ref/netstandard1.0/System.Text.Encoding.dll", + "ref/netstandard1.0/System.Text.Encoding.xml", + "ref/netstandard1.0/de/System.Text.Encoding.xml", + "ref/netstandard1.0/es/System.Text.Encoding.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.xml", + "ref/netstandard1.0/it/System.Text.Encoding.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml", "ref/netstandard1.3/System.Text.Encoding.dll", + "ref/netstandard1.3/System.Text.Encoding.xml", + "ref/netstandard1.3/de/System.Text.Encoding.xml", + "ref/netstandard1.3/es/System.Text.Encoding.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.xml", + "ref/netstandard1.3/it/System.Text.Encoding.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9500,8 +10661,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Text.Encoding.Extensions.dll", + "ref/netcore50/System.Text.Encoding.Extensions.xml", + "ref/netcore50/de/System.Text.Encoding.Extensions.xml", + "ref/netcore50/es/System.Text.Encoding.Extensions.xml", + "ref/netcore50/fr/System.Text.Encoding.Extensions.xml", + "ref/netcore50/it/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ja/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ko/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ru/System.Text.Encoding.Extensions.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml", "ref/netstandard1.0/System.Text.Encoding.Extensions.dll", + "ref/netstandard1.0/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/de/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/es/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/it/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.Extensions.xml", "ref/netstandard1.3/System.Text.Encoding.Extensions.dll", + "ref/netstandard1.3/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/de/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/es/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/it/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.Extensions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9514,42 +10705,52 @@ "system.text.encoding.extensions.nuspec" ] }, - "System.Text.Encodings.Web/6.0.0": { - "sha512": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", + "System.Text.Encodings.Web/10.0.0": { + "sha512": "257hh1ep1Gqm1Lm0ulxf7vVBVMJuGN6EL4xSWjpi46DffXzm1058IiWsfSC06zSm7SniN+Tb5160UnXsSa8rRg==", "type": "package", - "path": "system.text.encodings.web/6.0.0", + "path": "system.text.encodings.web/10.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Text.Encodings.Web.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/System.Text.Encodings.Web.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/System.Text.Encodings.Web.dll", - "lib/net461/System.Text.Encodings.Web.xml", - "lib/net6.0/System.Text.Encodings.Web.dll", - "lib/net6.0/System.Text.Encodings.Web.xml", - "lib/netcoreapp3.1/System.Text.Encodings.Web.dll", - "lib/netcoreapp3.1/System.Text.Encodings.Web.xml", + "lib/net10.0/System.Text.Encodings.Web.dll", + "lib/net10.0/System.Text.Encodings.Web.xml", + "lib/net462/System.Text.Encodings.Web.dll", + "lib/net462/System.Text.Encodings.Web.xml", + "lib/net8.0/System.Text.Encodings.Web.dll", + "lib/net8.0/System.Text.Encodings.Web.xml", + "lib/net9.0/System.Text.Encodings.Web.dll", + "lib/net9.0/System.Text.Encodings.Web.xml", "lib/netstandard2.0/System.Text.Encodings.Web.dll", "lib/netstandard2.0/System.Text.Encodings.Web.xml", - "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll", - "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.xml", - "system.text.encodings.web.6.0.0.nupkg.sha512", + "runtimes/browser/lib/net10.0/System.Text.Encodings.Web.dll", + "runtimes/browser/lib/net10.0/System.Text.Encodings.Web.xml", + "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll", + "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.xml", + "runtimes/wasi/lib/net10.0/System.Text.Encodings.Web.dll", + "runtimes/wasi/lib/net10.0/System.Text.Encodings.Web.xml", + "runtimes/win/lib/net9.0/System.Text.Encodings.Web.dll", + "runtimes/win/lib/net9.0/System.Text.Encodings.Web.xml", + "system.text.encodings.web.10.0.0.nupkg.sha512", "system.text.encodings.web.nuspec", "useSharedDesignerContext.txt" ] }, - "System.Text.Json/6.0.0": { - "sha512": "zaJsHfESQvJ11vbXnNlkrR46IaMULk/gHxYsJphzSF+07kTjPHv+Oc14w6QEOfo3Q4hqLJgStUaYB9DBl0TmWg==", + "System.Text.Json/10.0.0": { + "sha512": "1Dpjwq9peG/Wt5BNbrzIhTpclfOSqBWZsUO28vVr59yQlkvL5jLBWfpfzRmJ1OY+6DciaY0DUcltyzs4fuZHjw==", "type": "package", - "path": "system.text.json/6.0.0", + "path": "system.text.json/10.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", "analyzers/dotnet/roslyn3.11/cs/System.Text.Json.SourceGeneration.dll", "analyzers/dotnet/roslyn3.11/cs/cs/System.Text.Json.SourceGeneration.resources.dll", @@ -9579,18 +10780,36 @@ "analyzers/dotnet/roslyn4.0/cs/tr/System.Text.Json.SourceGeneration.resources.dll", "analyzers/dotnet/roslyn4.0/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll", "analyzers/dotnet/roslyn4.0/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll", - "build/System.Text.Json.targets", + "analyzers/dotnet/roslyn4.4/cs/System.Text.Json.SourceGeneration.dll", + "analyzers/dotnet/roslyn4.4/cs/cs/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/de/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/es/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/fr/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/it/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ja/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ko/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pl/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ru/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/tr/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll", + "buildTransitive/net461/System.Text.Json.targets", + "buildTransitive/net462/System.Text.Json.targets", + "buildTransitive/net8.0/System.Text.Json.targets", "buildTransitive/netcoreapp2.0/System.Text.Json.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/System.Text.Json.dll", - "lib/net461/System.Text.Json.xml", - "lib/net6.0/System.Text.Json.dll", - "lib/net6.0/System.Text.Json.xml", - "lib/netcoreapp3.1/System.Text.Json.dll", - "lib/netcoreapp3.1/System.Text.Json.xml", + "buildTransitive/netstandard2.0/System.Text.Json.targets", + "lib/net10.0/System.Text.Json.dll", + "lib/net10.0/System.Text.Json.xml", + "lib/net462/System.Text.Json.dll", + "lib/net462/System.Text.Json.xml", + "lib/net8.0/System.Text.Json.dll", + "lib/net8.0/System.Text.Json.xml", + "lib/net9.0/System.Text.Json.dll", + "lib/net9.0/System.Text.Json.xml", "lib/netstandard2.0/System.Text.Json.dll", "lib/netstandard2.0/System.Text.Json.xml", - "system.text.json.6.0.0.nupkg.sha512", + "system.text.json.10.0.0.nupkg.sha512", "system.text.json.nuspec", "useSharedDesignerContext.txt" ] @@ -9623,10 +10842,50 @@ "ref/net45/_._", "ref/net463/System.Text.RegularExpressions.dll", "ref/netcore50/System.Text.RegularExpressions.dll", + "ref/netcore50/System.Text.RegularExpressions.xml", + "ref/netcore50/de/System.Text.RegularExpressions.xml", + "ref/netcore50/es/System.Text.RegularExpressions.xml", + "ref/netcore50/fr/System.Text.RegularExpressions.xml", + "ref/netcore50/it/System.Text.RegularExpressions.xml", + "ref/netcore50/ja/System.Text.RegularExpressions.xml", + "ref/netcore50/ko/System.Text.RegularExpressions.xml", + "ref/netcore50/ru/System.Text.RegularExpressions.xml", + "ref/netcore50/zh-hans/System.Text.RegularExpressions.xml", + "ref/netcore50/zh-hant/System.Text.RegularExpressions.xml", "ref/netcoreapp1.1/System.Text.RegularExpressions.dll", "ref/netstandard1.0/System.Text.RegularExpressions.dll", + "ref/netstandard1.0/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/zh-hant/System.Text.RegularExpressions.xml", "ref/netstandard1.3/System.Text.RegularExpressions.dll", + "ref/netstandard1.3/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/zh-hant/System.Text.RegularExpressions.xml", "ref/netstandard1.6/System.Text.RegularExpressions.dll", + "ref/netstandard1.6/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/zh-hant/System.Text.RegularExpressions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9665,8 +10924,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", + "ref/netcore50/de/System.Threading.xml", + "ref/netcore50/es/System.Threading.xml", + "ref/netcore50/fr/System.Threading.xml", + "ref/netcore50/it/System.Threading.xml", + "ref/netcore50/ja/System.Threading.xml", + "ref/netcore50/ko/System.Threading.xml", + "ref/netcore50/ru/System.Threading.xml", + "ref/netcore50/zh-hans/System.Threading.xml", + "ref/netcore50/zh-hant/System.Threading.xml", "ref/netstandard1.0/System.Threading.dll", + "ref/netstandard1.0/System.Threading.xml", + "ref/netstandard1.0/de/System.Threading.xml", + "ref/netstandard1.0/es/System.Threading.xml", + "ref/netstandard1.0/fr/System.Threading.xml", + "ref/netstandard1.0/it/System.Threading.xml", + "ref/netstandard1.0/ja/System.Threading.xml", + "ref/netstandard1.0/ko/System.Threading.xml", + "ref/netstandard1.0/ru/System.Threading.xml", + "ref/netstandard1.0/zh-hans/System.Threading.xml", + "ref/netstandard1.0/zh-hant/System.Threading.xml", "ref/netstandard1.3/System.Threading.dll", + "ref/netstandard1.3/System.Threading.xml", + "ref/netstandard1.3/de/System.Threading.xml", + "ref/netstandard1.3/es/System.Threading.xml", + "ref/netstandard1.3/fr/System.Threading.xml", + "ref/netstandard1.3/it/System.Threading.xml", + "ref/netstandard1.3/ja/System.Threading.xml", + "ref/netstandard1.3/ko/System.Threading.xml", + "ref/netstandard1.3/ru/System.Threading.xml", + "ref/netstandard1.3/zh-hans/System.Threading.xml", + "ref/netstandard1.3/zh-hant/System.Threading.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9731,8 +11020,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Threading.Tasks.dll", + "ref/netcore50/System.Threading.Tasks.xml", + "ref/netcore50/de/System.Threading.Tasks.xml", + "ref/netcore50/es/System.Threading.Tasks.xml", + "ref/netcore50/fr/System.Threading.Tasks.xml", + "ref/netcore50/it/System.Threading.Tasks.xml", + "ref/netcore50/ja/System.Threading.Tasks.xml", + "ref/netcore50/ko/System.Threading.Tasks.xml", + "ref/netcore50/ru/System.Threading.Tasks.xml", + "ref/netcore50/zh-hans/System.Threading.Tasks.xml", + "ref/netcore50/zh-hant/System.Threading.Tasks.xml", "ref/netstandard1.0/System.Threading.Tasks.dll", + "ref/netstandard1.0/System.Threading.Tasks.xml", + "ref/netstandard1.0/de/System.Threading.Tasks.xml", + "ref/netstandard1.0/es/System.Threading.Tasks.xml", + "ref/netstandard1.0/fr/System.Threading.Tasks.xml", + "ref/netstandard1.0/it/System.Threading.Tasks.xml", + "ref/netstandard1.0/ja/System.Threading.Tasks.xml", + "ref/netstandard1.0/ko/System.Threading.Tasks.xml", + "ref/netstandard1.0/ru/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml", "ref/netstandard1.3/System.Threading.Tasks.dll", + "ref/netstandard1.3/System.Threading.Tasks.xml", + "ref/netstandard1.3/de/System.Threading.Tasks.xml", + "ref/netstandard1.3/es/System.Threading.Tasks.xml", + "ref/netstandard1.3/fr/System.Threading.Tasks.xml", + "ref/netstandard1.3/it/System.Threading.Tasks.xml", + "ref/netstandard1.3/ja/System.Threading.Tasks.xml", + "ref/netstandard1.3/ko/System.Threading.Tasks.xml", + "ref/netstandard1.3/ru/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9755,6 +11074,7 @@ "ThirdPartyNotices.txt", "dotnet_library_license.txt", "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", "system.threading.tasks.extensions.4.3.0.nupkg.sha512", @@ -9783,6 +11103,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Threading.Thread.dll", "ref/netstandard1.3/System.Threading.Thread.dll", + "ref/netstandard1.3/System.Threading.Thread.xml", + "ref/netstandard1.3/de/System.Threading.Thread.xml", + "ref/netstandard1.3/es/System.Threading.Thread.xml", + "ref/netstandard1.3/fr/System.Threading.Thread.xml", + "ref/netstandard1.3/it/System.Threading.Thread.xml", + "ref/netstandard1.3/ja/System.Threading.Thread.xml", + "ref/netstandard1.3/ko/System.Threading.Thread.xml", + "ref/netstandard1.3/ru/System.Threading.Thread.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Thread.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Thread.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -9813,6 +11143,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Threading.ThreadPool.dll", "ref/netstandard1.3/System.Threading.ThreadPool.dll", + "ref/netstandard1.3/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/de/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/es/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/fr/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/it/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ja/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ko/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ru/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/zh-hans/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/zh-hant/System.Threading.ThreadPool.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -9844,7 +11184,27 @@ "ref/MonoTouch10/_._", "ref/net451/_._", "ref/netcore50/System.Threading.Timer.dll", + "ref/netcore50/System.Threading.Timer.xml", + "ref/netcore50/de/System.Threading.Timer.xml", + "ref/netcore50/es/System.Threading.Timer.xml", + "ref/netcore50/fr/System.Threading.Timer.xml", + "ref/netcore50/it/System.Threading.Timer.xml", + "ref/netcore50/ja/System.Threading.Timer.xml", + "ref/netcore50/ko/System.Threading.Timer.xml", + "ref/netcore50/ru/System.Threading.Timer.xml", + "ref/netcore50/zh-hans/System.Threading.Timer.xml", + "ref/netcore50/zh-hant/System.Threading.Timer.xml", "ref/netstandard1.2/System.Threading.Timer.dll", + "ref/netstandard1.2/System.Threading.Timer.xml", + "ref/netstandard1.2/de/System.Threading.Timer.xml", + "ref/netstandard1.2/es/System.Threading.Timer.xml", + "ref/netstandard1.2/fr/System.Threading.Timer.xml", + "ref/netstandard1.2/it/System.Threading.Timer.xml", + "ref/netstandard1.2/ja/System.Threading.Timer.xml", + "ref/netstandard1.2/ko/System.Threading.Timer.xml", + "ref/netstandard1.2/ru/System.Threading.Timer.xml", + "ref/netstandard1.2/zh-hans/System.Threading.Timer.xml", + "ref/netstandard1.2/zh-hant/System.Threading.Timer.xml", "ref/portable-net451+win81+wpa81/_._", "ref/win81/_._", "ref/wpa81/_._", @@ -9856,47 +11216,6 @@ "system.threading.timer.nuspec" ] }, - "System.ValueTuple/4.5.0": { - "sha512": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==", - "type": "package", - "path": "system.valuetuple/4.5.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net461/System.ValueTuple.dll", - "lib/net47/System.ValueTuple.dll", - "lib/netcoreapp2.0/_._", - "lib/netstandard1.0/System.ValueTuple.dll", - "lib/netstandard2.0/_._", - "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", - "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.xml", - "lib/uap10.0.16299/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net461/System.ValueTuple.dll", - "ref/net47/System.ValueTuple.dll", - "ref/netcoreapp2.0/_._", - "ref/netstandard2.0/_._", - "ref/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", - "ref/uap10.0.16299/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.valuetuple.4.5.0.nupkg.sha512", - "system.valuetuple.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, "System.Windows.Extensions/6.0.0": { "sha512": "IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==", "type": "package", @@ -9948,8 +11267,38 @@ "ref/net45/_._", "ref/net46/System.Xml.ReaderWriter.dll", "ref/netcore50/System.Xml.ReaderWriter.dll", + "ref/netcore50/System.Xml.ReaderWriter.xml", + "ref/netcore50/de/System.Xml.ReaderWriter.xml", + "ref/netcore50/es/System.Xml.ReaderWriter.xml", + "ref/netcore50/fr/System.Xml.ReaderWriter.xml", + "ref/netcore50/it/System.Xml.ReaderWriter.xml", + "ref/netcore50/ja/System.Xml.ReaderWriter.xml", + "ref/netcore50/ko/System.Xml.ReaderWriter.xml", + "ref/netcore50/ru/System.Xml.ReaderWriter.xml", + "ref/netcore50/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netcore50/zh-hant/System.Xml.ReaderWriter.xml", "ref/netstandard1.0/System.Xml.ReaderWriter.dll", + "ref/netstandard1.0/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/de/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/es/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/fr/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/it/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ja/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ko/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ru/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/zh-hant/System.Xml.ReaderWriter.xml", "ref/netstandard1.3/System.Xml.ReaderWriter.dll", + "ref/netstandard1.3/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/de/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/es/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/fr/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/it/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ja/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ko/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ru/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/zh-hant/System.Xml.ReaderWriter.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9988,8 +11337,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Xml.XDocument.dll", + "ref/netcore50/System.Xml.XDocument.xml", + "ref/netcore50/de/System.Xml.XDocument.xml", + "ref/netcore50/es/System.Xml.XDocument.xml", + "ref/netcore50/fr/System.Xml.XDocument.xml", + "ref/netcore50/it/System.Xml.XDocument.xml", + "ref/netcore50/ja/System.Xml.XDocument.xml", + "ref/netcore50/ko/System.Xml.XDocument.xml", + "ref/netcore50/ru/System.Xml.XDocument.xml", + "ref/netcore50/zh-hans/System.Xml.XDocument.xml", + "ref/netcore50/zh-hant/System.Xml.XDocument.xml", "ref/netstandard1.0/System.Xml.XDocument.dll", + "ref/netstandard1.0/System.Xml.XDocument.xml", + "ref/netstandard1.0/de/System.Xml.XDocument.xml", + "ref/netstandard1.0/es/System.Xml.XDocument.xml", + "ref/netstandard1.0/fr/System.Xml.XDocument.xml", + "ref/netstandard1.0/it/System.Xml.XDocument.xml", + "ref/netstandard1.0/ja/System.Xml.XDocument.xml", + "ref/netstandard1.0/ko/System.Xml.XDocument.xml", + "ref/netstandard1.0/ru/System.Xml.XDocument.xml", + "ref/netstandard1.0/zh-hans/System.Xml.XDocument.xml", + "ref/netstandard1.0/zh-hant/System.Xml.XDocument.xml", "ref/netstandard1.3/System.Xml.XDocument.dll", + "ref/netstandard1.3/System.Xml.XDocument.xml", + "ref/netstandard1.3/de/System.Xml.XDocument.xml", + "ref/netstandard1.3/es/System.Xml.XDocument.xml", + "ref/netstandard1.3/fr/System.Xml.XDocument.xml", + "ref/netstandard1.3/it/System.Xml.XDocument.xml", + "ref/netstandard1.3/ja/System.Xml.XDocument.xml", + "ref/netstandard1.3/ko/System.Xml.XDocument.xml", + "ref/netstandard1.3/ru/System.Xml.XDocument.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XDocument.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XDocument.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -10023,6 +11402,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Xml.XmlDocument.dll", "ref/netstandard1.3/System.Xml.XmlDocument.dll", + "ref/netstandard1.3/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/de/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/es/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/fr/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/it/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/ja/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/ko/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/ru/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XmlDocument.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -10057,8 +11446,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Xml.XmlSerializer.dll", + "ref/netcore50/System.Xml.XmlSerializer.xml", + "ref/netcore50/de/System.Xml.XmlSerializer.xml", + "ref/netcore50/es/System.Xml.XmlSerializer.xml", + "ref/netcore50/fr/System.Xml.XmlSerializer.xml", + "ref/netcore50/it/System.Xml.XmlSerializer.xml", + "ref/netcore50/ja/System.Xml.XmlSerializer.xml", + "ref/netcore50/ko/System.Xml.XmlSerializer.xml", + "ref/netcore50/ru/System.Xml.XmlSerializer.xml", + "ref/netcore50/zh-hans/System.Xml.XmlSerializer.xml", + "ref/netcore50/zh-hant/System.Xml.XmlSerializer.xml", "ref/netstandard1.0/System.Xml.XmlSerializer.dll", + "ref/netstandard1.0/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/de/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/es/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/fr/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/it/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/ja/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/ko/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/ru/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/zh-hans/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/zh-hant/System.Xml.XmlSerializer.xml", "ref/netstandard1.3/System.Xml.XmlSerializer.dll", + "ref/netstandard1.3/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/de/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/es/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/fr/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/it/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/ja/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/ko/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/ru/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XmlSerializer.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -10072,50 +11491,48 @@ "system.xml.xmlserializer.nuspec" ] }, - "YamlDotNet/15.1.0": { - "sha512": "fXrqmKkzBtXeJiHEsZOPEWkonHweiwk/l0Hqhz4yMIZPh57kZy03Xbj2/e8HV1QIkTw7yeBe9bbphuE3YiI4vQ==", + "YamlDotNet/16.3.0": { + "sha512": "SgMOdxbz8X65z8hraIs6hOEdnkH6hESTAIUa7viEngHOYaH+6q5XJmwr1+yb9vJpNQ19hCQY69xbFsLtXpobQA==", "type": "package", - "path": "yamldotnet/15.1.0", + "path": "yamldotnet/16.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.txt", + "README.md", "images/yamldotnet.png", "lib/net47/YamlDotNet.dll", "lib/net47/YamlDotNet.xml", "lib/net6.0/YamlDotNet.dll", "lib/net6.0/YamlDotNet.xml", - "lib/net7.0/YamlDotNet.dll", - "lib/net7.0/YamlDotNet.xml", "lib/net8.0/YamlDotNet.dll", "lib/net8.0/YamlDotNet.xml", "lib/netstandard2.0/YamlDotNet.dll", "lib/netstandard2.0/YamlDotNet.xml", "lib/netstandard2.1/YamlDotNet.dll", "lib/netstandard2.1/YamlDotNet.xml", - "yamldotnet.15.1.0.nupkg.sha512", + "yamldotnet.16.3.0.nupkg.sha512", "yamldotnet.nuspec" ] } }, "projectFileDependencyGroups": { "net9.0": [ - "AspNetCore.HealthChecks.UI >= 8.0.2", - "AspNetCore.HealthChecks.UI.Client >= 8.0.1", - "AspNetCore.HealthChecks.UI.InMemory.Storage >= 8.0.1", - "AspNetCore.HealthChecks.Uris >= 8.0.1", - "Microsoft.ApplicationInsights.AspNetCore >= 2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector >= 2.22.0", - "Microsoft.ApplicationInsights.Kubernetes >= 7.0.0", + "AspNetCore.HealthChecks.UI >= 9.0.0", + "AspNetCore.HealthChecks.UI.Client >= 9.0.0", + "AspNetCore.HealthChecks.UI.InMemory.Storage >= 9.0.0", + "AspNetCore.HealthChecks.Uris >= 9.0.0", + "Microsoft.ApplicationInsights.AspNetCore >= 2.23.0", + "Microsoft.ApplicationInsights.DependencyCollector >= 2.23.0", + "Microsoft.ApplicationInsights.Kubernetes >= 8.0.0", "Microsoft.Extensions.Configuration.AzureKeyVault >= 3.1.24", - "Microsoft.Extensions.Logging.AzureAppServices >= 9.0.0", - "Microsoft.Web.LibraryManager.Build >= 2.1.175", - "Serilog.AspNetCore >= 8.0.3", + "Microsoft.Extensions.Logging.AzureAppServices >= 10.0.0", + "Microsoft.Web.LibraryManager.Build >= 3.0.71", + "Serilog.AspNetCore >= 9.0.0", "Serilog.Enrichers.Environment >= 3.0.1", - "Serilog.Settings.Configuration >= 8.0.4", - "Serilog.Sinks.Console >= 6.0.0", - "Serilog.Sinks.Http >= 9.0.0", - "Serilog.Sinks.Seq >= 8.0.0" + "Serilog.Settings.Configuration >= 9.0.0", + "Serilog.Sinks.Console >= 6.1.1", + "Serilog.Sinks.Http >= 9.2.0", + "Serilog.Sinks.Seq >= 9.0.0" ] }, "packageFolders": { @@ -10163,31 +11580,31 @@ "dependencies": { "AspNetCore.HealthChecks.UI": { "target": "Package", - "version": "[8.0.2, )" + "version": "[9.0.0, )" }, "AspNetCore.HealthChecks.UI.Client": { "target": "Package", - "version": "[8.0.1, )" + "version": "[9.0.0, )" }, "AspNetCore.HealthChecks.UI.InMemory.Storage": { "target": "Package", - "version": "[8.0.1, )" + "version": "[9.0.0, )" }, "AspNetCore.HealthChecks.Uris": { "target": "Package", - "version": "[8.0.1, )" + "version": "[9.0.0, )" }, "Microsoft.ApplicationInsights.AspNetCore": { "target": "Package", - "version": "[2.22.0, )" + "version": "[2.23.0, )" }, "Microsoft.ApplicationInsights.DependencyCollector": { "target": "Package", - "version": "[2.22.0, )" + "version": "[2.23.0, )" }, "Microsoft.ApplicationInsights.Kubernetes": { "target": "Package", - "version": "[7.0.0, )" + "version": "[8.0.0, )" }, "Microsoft.Extensions.Configuration.AzureKeyVault": { "target": "Package", @@ -10195,15 +11612,15 @@ }, "Microsoft.Extensions.Logging.AzureAppServices": { "target": "Package", - "version": "[9.0.0, )" + "version": "[10.0.0, )" }, "Microsoft.Web.LibraryManager.Build": { "target": "Package", - "version": "[2.1.175, )" + "version": "[3.0.71, )" }, "Serilog.AspNetCore": { "target": "Package", - "version": "[8.0.3, )" + "version": "[9.0.0, )" }, "Serilog.Enrichers.Environment": { "target": "Package", @@ -10211,19 +11628,19 @@ }, "Serilog.Settings.Configuration": { "target": "Package", - "version": "[8.0.4, )" + "version": "[9.0.0, )" }, "Serilog.Sinks.Console": { "target": "Package", - "version": "[6.0.0, )" + "version": "[6.1.1, )" }, "Serilog.Sinks.Http": { "target": "Package", - "version": "[9.0.0, )" + "version": "[9.2.0, )" }, "Serilog.Sinks.Seq": { "target": "Package", - "version": "[8.0.0, )" + "version": "[9.0.0, )" } }, "imports": [ diff --git a/src/Web/WebStatus/obj/project.nuget.cache b/src/Web/WebStatus/obj/project.nuget.cache index 92f3db60..0de71407 100644 --- a/src/Web/WebStatus/obj/project.nuget.cache +++ b/src/Web/WebStatus/obj/project.nuget.cache @@ -1,28 +1,26 @@ { "version": 2, - "dgSpecHash": "SrVnKkvlxkQ=", + "dgSpecHash": "+wuGXvLnQh8=", "success": true, "projectFilePath": "/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/Web/WebStatus/WebStatus.csproj", "expectedPackageFiles": [ - "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui/8.0.2/aspnetcore.healthchecks.ui.8.0.2.nupkg.sha512", - "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.client/8.0.1/aspnetcore.healthchecks.ui.client.8.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.core/8.0.1/aspnetcore.healthchecks.ui.core.8.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.data/8.0.1/aspnetcore.healthchecks.ui.data.8.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.inmemory.storage/8.0.1/aspnetcore.healthchecks.ui.inmemory.storage.8.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/aspnetcore.healthchecks.uris/8.0.1/aspnetcore.healthchecks.uris.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui/9.0.0/aspnetcore.healthchecks.ui.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.client/9.0.0/aspnetcore.healthchecks.ui.client.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.core/9.0.0/aspnetcore.healthchecks.ui.core.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.data/9.0.0/aspnetcore.healthchecks.ui.data.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.inmemory.storage/9.0.0/aspnetcore.healthchecks.ui.inmemory.storage.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.uris/9.0.0/aspnetcore.healthchecks.uris.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/fractions/7.3.0/fractions.7.3.0.nupkg.sha512", "/home/runner/.nuget/packages/humanizer.core/2.14.1/humanizer.core.2.14.1.nupkg.sha512", - "/home/runner/.nuget/packages/identitymodel/5.2.0/identitymodel.5.2.0.nupkg.sha512", - "/home/runner/.nuget/packages/identitymodel.oidcclient/5.2.1/identitymodel.oidcclient.5.2.1.nupkg.sha512", - "/home/runner/.nuget/packages/kubernetesclient/14.0.2/kubernetesclient.14.0.2.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights/2.22.0/microsoft.applicationinsights.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.aspnetcore/2.22.0/microsoft.applicationinsights.aspnetcore.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.dependencycollector/2.22.0/microsoft.applicationinsights.dependencycollector.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.eventcountercollector/2.22.0/microsoft.applicationinsights.eventcountercollector.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.kubernetes/7.0.0/microsoft.applicationinsights.kubernetes.7.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.perfcountercollector/2.22.0/microsoft.applicationinsights.perfcountercollector.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.windowsserver/2.22.0/microsoft.applicationinsights.windowsserver.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.windowsserver.telemetrychannel/2.22.0/microsoft.applicationinsights.windowsserver.telemetrychannel.2.22.0.nupkg.sha512", + "/home/runner/.nuget/packages/kubernetesclient/17.0.14/kubernetesclient.17.0.14.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights/2.23.0/microsoft.applicationinsights.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.aspnetcore/2.23.0/microsoft.applicationinsights.aspnetcore.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.dependencycollector/2.23.0/microsoft.applicationinsights.dependencycollector.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.eventcountercollector/2.23.0/microsoft.applicationinsights.eventcountercollector.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.kubernetes/8.0.0/microsoft.applicationinsights.kubernetes.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.perfcountercollector/2.23.0/microsoft.applicationinsights.perfcountercollector.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.windowsserver/2.23.0/microsoft.applicationinsights.windowsserver.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.windowsserver.telemetrychannel/2.23.0/microsoft.applicationinsights.windowsserver.telemetrychannel.2.23.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.aspnetcore.hosting/2.1.1/microsoft.aspnetcore.hosting.2.1.1.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.aspnetcore.hosting.abstractions/2.1.1/microsoft.aspnetcore.hosting.abstractions.2.1.1.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.aspnetcore.hosting.server.abstractions/2.1.1/microsoft.aspnetcore.hosting.server.abstractions.2.1.1.nupkg.sha512", @@ -41,61 +39,61 @@ "/home/runner/.nuget/packages/microsoft.codeanalysis.csharp.workspaces/4.5.0/microsoft.codeanalysis.csharp.workspaces.4.5.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.codeanalysis.workspaces.common/4.5.0/microsoft.codeanalysis.workspaces.common.4.5.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.csharp/4.0.1/microsoft.csharp.4.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.entityframeworkcore/8.0.0/microsoft.entityframeworkcore.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.entityframeworkcore.abstractions/8.0.0/microsoft.entityframeworkcore.abstractions.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.entityframeworkcore.analyzers/8.0.0/microsoft.entityframeworkcore.analyzers.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.entityframeworkcore.design/8.0.0/microsoft.entityframeworkcore.design.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.entityframeworkcore.inmemory/8.0.0/microsoft.entityframeworkcore.inmemory.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.entityframeworkcore.relational/8.0.0/microsoft.entityframeworkcore.relational.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.entityframeworkcore/8.0.11/microsoft.entityframeworkcore.8.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.entityframeworkcore.abstractions/8.0.11/microsoft.entityframeworkcore.abstractions.8.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.entityframeworkcore.analyzers/8.0.11/microsoft.entityframeworkcore.analyzers.8.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.entityframeworkcore.design/8.0.11/microsoft.entityframeworkcore.design.8.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.entityframeworkcore.inmemory/8.0.11/microsoft.entityframeworkcore.inmemory.8.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.entityframeworkcore.relational/8.0.11/microsoft.entityframeworkcore.relational.8.0.11.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.caching.abstractions/8.0.0/microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.caching.memory/8.0.0/microsoft.extensions.caching.memory.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration/9.0.0/microsoft.extensions.configuration.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.abstractions/9.0.0/microsoft.extensions.configuration.abstractions.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.caching.memory/8.0.1/microsoft.extensions.caching.memory.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration/10.0.0/microsoft.extensions.configuration.10.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.abstractions/10.0.0/microsoft.extensions.configuration.abstractions.10.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.configuration.azurekeyvault/3.1.24/microsoft.extensions.configuration.azurekeyvault.3.1.24.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.binder/9.0.0/microsoft.extensions.configuration.binder.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.commandline/6.0.0/microsoft.extensions.configuration.commandline.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.environmentvariables/9.0.0/microsoft.extensions.configuration.environmentvariables.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.fileextensions/9.0.0/microsoft.extensions.configuration.fileextensions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.json/9.0.0/microsoft.extensions.configuration.json.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.usersecrets/6.0.1/microsoft.extensions.configuration.usersecrets.6.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection/9.0.0/microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/9.0.0/microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.dependencymodel/8.0.2/microsoft.extensions.dependencymodel.8.0.2.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.diagnosticadapter/3.1.27/microsoft.extensions.diagnosticadapter.3.1.27.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.diagnostics/8.0.0/microsoft.extensions.diagnostics.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.abstractions/8.0.0/microsoft.extensions.diagnostics.abstractions.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks/8.0.0/microsoft.extensions.diagnostics.healthchecks.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks.abstractions/8.0.0/microsoft.extensions.diagnostics.healthchecks.abstractions.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.abstractions/9.0.0/microsoft.extensions.fileproviders.abstractions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.physical/9.0.0/microsoft.extensions.fileproviders.physical.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.filesystemglobbing/9.0.0/microsoft.extensions.filesystemglobbing.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.hosting/6.0.1/microsoft.extensions.hosting.6.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.hosting.abstractions/8.0.0/microsoft.extensions.hosting.abstractions.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.binder/10.0.0/microsoft.extensions.configuration.binder.10.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.commandline/9.0.2/microsoft.extensions.configuration.commandline.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.environmentvariables/10.0.0/microsoft.extensions.configuration.environmentvariables.10.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.fileextensions/10.0.0/microsoft.extensions.configuration.fileextensions.10.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.json/10.0.0/microsoft.extensions.configuration.json.10.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.usersecrets/9.0.2/microsoft.extensions.configuration.usersecrets.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection/10.0.0/microsoft.extensions.dependencyinjection.10.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/10.0.0/microsoft.extensions.dependencyinjection.abstractions.10.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.dependencymodel/9.0.0/microsoft.extensions.dependencymodel.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnosticadapter/3.1.32/microsoft.extensions.diagnosticadapter.3.1.32.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics/9.0.2/microsoft.extensions.diagnostics.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.abstractions/9.0.2/microsoft.extensions.diagnostics.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks/8.0.11/microsoft.extensions.diagnostics.healthchecks.8.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks.abstractions/8.0.11/microsoft.extensions.diagnostics.healthchecks.abstractions.8.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.abstractions/10.0.0/microsoft.extensions.fileproviders.abstractions.10.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.physical/10.0.0/microsoft.extensions.fileproviders.physical.10.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.filesystemglobbing/10.0.0/microsoft.extensions.filesystemglobbing.10.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.hosting/9.0.2/microsoft.extensions.hosting.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.hosting.abstractions/9.0.2/microsoft.extensions.hosting.abstractions.9.0.2.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.http/8.0.0/microsoft.extensions.http.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging/9.0.0/microsoft.extensions.logging.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.abstractions/9.0.0/microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.applicationinsights/2.22.0/microsoft.extensions.logging.applicationinsights.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.azureappservices/9.0.0/microsoft.extensions.logging.azureappservices.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.configuration/9.0.0/microsoft.extensions.logging.configuration.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.console/6.0.0/microsoft.extensions.logging.console.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.debug/6.0.0/microsoft.extensions.logging.debug.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.eventlog/6.0.0/microsoft.extensions.logging.eventlog.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.eventsource/6.0.0/microsoft.extensions.logging.eventsource.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging/10.0.0/microsoft.extensions.logging.10.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.abstractions/10.0.0/microsoft.extensions.logging.abstractions.10.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.applicationinsights/2.23.0/microsoft.extensions.logging.applicationinsights.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.azureappservices/10.0.0/microsoft.extensions.logging.azureappservices.10.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.configuration/10.0.0/microsoft.extensions.logging.configuration.10.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.console/9.0.2/microsoft.extensions.logging.console.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.debug/9.0.2/microsoft.extensions.logging.debug.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.eventlog/9.0.2/microsoft.extensions.logging.eventlog.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.eventsource/9.0.2/microsoft.extensions.logging.eventsource.9.0.2.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.objectpool/2.1.1/microsoft.extensions.objectpool.2.1.1.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.options/9.0.0/microsoft.extensions.options.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.options.configurationextensions/9.0.0/microsoft.extensions.options.configurationextensions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.primitives/9.0.0/microsoft.extensions.primitives.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.abstractions/7.1.2/microsoft.identitymodel.abstractions.7.1.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.options/10.0.0/microsoft.extensions.options.10.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.options.configurationextensions/10.0.0/microsoft.extensions.options.configurationextensions.10.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.primitives/10.0.0/microsoft.extensions.primitives.10.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.abstractions/8.6.0/microsoft.identitymodel.abstractions.8.6.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.identitymodel.clients.activedirectory/3.14.2/microsoft.identitymodel.clients.activedirectory.3.14.2.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.jsonwebtokens/7.1.2/microsoft.identitymodel.jsonwebtokens.7.1.2.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.logging/7.1.2/microsoft.identitymodel.logging.7.1.2.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.tokens/7.1.2/microsoft.identitymodel.tokens.7.1.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.jsonwebtokens/8.6.0/microsoft.identitymodel.jsonwebtokens.8.6.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.logging/8.6.0/microsoft.identitymodel.logging.8.6.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.tokens/8.6.0/microsoft.identitymodel.tokens.8.6.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.net.http.headers/2.1.1/microsoft.net.http.headers.2.1.1.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.netcore.platforms/1.1.0/microsoft.netcore.platforms.1.1.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.netcore.targets/1.1.0/microsoft.netcore.targets.1.1.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.rest.clientruntime/2.3.8/microsoft.rest.clientruntime.2.3.8.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.rest.clientruntime.azure/3.3.7/microsoft.rest.clientruntime.azure.3.3.7.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.web.librarymanager.build/2.1.175/microsoft.web.librarymanager.build.2.1.175.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.web.librarymanager.build/3.0.71/microsoft.web.librarymanager.build.3.0.71.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.win32.primitives/4.3.0/microsoft.win32.primitives.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.win32.registry/4.3.0/microsoft.win32.registry.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.win32.systemevents/6.0.0/microsoft.win32.systemevents.6.0.0.nupkg.sha512", @@ -118,18 +116,18 @@ "/home/runner/.nuget/packages/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog/4.0.0/serilog.4.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.aspnetcore/8.0.3/serilog.aspnetcore.8.0.3.nupkg.sha512", + "/home/runner/.nuget/packages/serilog/4.2.0/serilog.4.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.aspnetcore/9.0.0/serilog.aspnetcore.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/serilog.enrichers.environment/3.0.1/serilog.enrichers.environment.3.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.extensions.hosting/8.0.0/serilog.extensions.hosting.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.extensions.logging/8.0.0/serilog.extensions.logging.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.formatting.compact/2.0.0/serilog.formatting.compact.2.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.settings.configuration/8.0.4/serilog.settings.configuration.8.0.4.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.console/6.0.0/serilog.sinks.console.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.debug/2.0.0/serilog.sinks.debug.2.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.file/5.0.0/serilog.sinks.file.5.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.http/9.0.0/serilog.sinks.http.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.seq/8.0.0/serilog.sinks.seq.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.extensions.hosting/9.0.0/serilog.extensions.hosting.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.extensions.logging/9.0.0/serilog.extensions.logging.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.formatting.compact/3.0.0/serilog.formatting.compact.3.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.settings.configuration/9.0.0/serilog.settings.configuration.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.console/6.1.1/serilog.sinks.console.6.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.debug/3.0.0/serilog.sinks.debug.3.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.file/7.0.0/serilog.sinks.file.7.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.http/9.2.0/serilog.sinks.http.9.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.seq/9.0.0/serilog.sinks.seq.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.appcontext/4.3.0/system.appcontext.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.buffers/4.5.0/system.buffers.4.5.0.nupkg.sha512", "/home/runner/.nuget/packages/system.codedom/4.4.0/system.codedom.4.4.0.nupkg.sha512", @@ -145,8 +143,8 @@ "/home/runner/.nuget/packages/system.configuration.configurationmanager/6.0.0/system.configuration.configurationmanager.6.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.console/4.3.0/system.console.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.debug/4.3.0/system.diagnostics.debug.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.diagnostics.diagnosticsource/8.0.0/system.diagnostics.diagnosticsource.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.diagnostics.eventlog/6.0.0/system.diagnostics.eventlog.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.diagnostics.diagnosticsource/10.0.0/system.diagnostics.diagnosticsource.10.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.diagnostics.eventlog/9.0.2/system.diagnostics.eventlog.9.0.2.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.performancecounter/6.0.0/system.diagnostics.performancecounter.6.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.process/4.3.0/system.diagnostics.process.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.tools/4.3.0/system.diagnostics.tools.4.3.0.nupkg.sha512", @@ -156,14 +154,14 @@ "/home/runner/.nuget/packages/system.globalization/4.3.0/system.globalization.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.globalization.calendars/4.3.0/system.globalization.calendars.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.globalization.extensions/4.3.0/system.globalization.extensions.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.identitymodel.tokens.jwt/7.1.2/system.identitymodel.tokens.jwt.7.1.2.nupkg.sha512", + "/home/runner/.nuget/packages/system.identitymodel.tokens.jwt/8.6.0/system.identitymodel.tokens.jwt.8.6.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io/4.3.0/system.io.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io.compression/4.3.0/system.io.compression.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io.compression.zipfile/4.3.0/system.io.compression.zipfile.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io.filesystem/4.3.0/system.io.filesystem.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io.filesystem.accesscontrol/4.7.0/system.io.filesystem.accesscontrol.4.7.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io.filesystem.primitives/4.3.0/system.io.filesystem.primitives.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.io.pipelines/6.0.3/system.io.pipelines.6.0.3.nupkg.sha512", + "/home/runner/.nuget/packages/system.io.pipelines/10.0.0/system.io.pipelines.10.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.linq/4.3.0/system.linq.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.linq.expressions/4.3.0/system.linq.expressions.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.net.http/4.3.0/system.net.http.4.3.0.nupkg.sha512", @@ -186,7 +184,6 @@ "/home/runner/.nuget/packages/system.runtime.handles/4.3.0/system.runtime.handles.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.runtime.interopservices/4.3.0/system.runtime.interopservices.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.runtime.interopservices.runtimeinformation/4.3.0/system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.runtime.loader/4.3.0/system.runtime.loader.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.runtime.numerics/4.3.0/system.runtime.numerics.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.runtime.serialization.json/4.0.2/system.runtime.serialization.json.4.0.2.nupkg.sha512", "/home/runner/.nuget/packages/system.runtime.serialization.primitives/4.1.1/system.runtime.serialization.primitives.4.1.1.nupkg.sha512", @@ -204,8 +201,8 @@ "/home/runner/.nuget/packages/system.text.encoding/4.3.0/system.text.encoding.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.text.encoding.codepages/6.0.0/system.text.encoding.codepages.6.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.text.encoding.extensions/4.3.0/system.text.encoding.extensions.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.text.encodings.web/6.0.0/system.text.encodings.web.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.text.json/6.0.0/system.text.json.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.text.encodings.web/10.0.0/system.text.encodings.web.10.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.text.json/10.0.0/system.text.json.10.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.text.regularexpressions/4.3.0/system.text.regularexpressions.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.threading/4.3.0/system.threading.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.threading.channels/6.0.0/system.threading.channels.6.0.0.nupkg.sha512", @@ -214,13 +211,12 @@ "/home/runner/.nuget/packages/system.threading.thread/4.3.0/system.threading.thread.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.threading.threadpool/4.3.0/system.threading.threadpool.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.threading.timer/4.3.0/system.threading.timer.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.valuetuple/4.5.0/system.valuetuple.4.5.0.nupkg.sha512", "/home/runner/.nuget/packages/system.windows.extensions/6.0.0/system.windows.extensions.6.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.xml.readerwriter/4.3.0/system.xml.readerwriter.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.xml.xdocument/4.3.0/system.xml.xdocument.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.xml.xmldocument/4.0.1/system.xml.xmldocument.4.0.1.nupkg.sha512", "/home/runner/.nuget/packages/system.xml.xmlserializer/4.0.11/system.xml.xmlserializer.4.0.11.nupkg.sha512", - "/home/runner/.nuget/packages/yamldotnet/15.1.0/yamldotnet.15.1.0.nupkg.sha512" + "/home/runner/.nuget/packages/yamldotnet/16.3.0/yamldotnet.16.3.0.nupkg.sha512" ], "logs": [] } \ No newline at end of file diff --git a/tests/Services/Coupon/Coupon.API.Tests/Coupon.API.Tests.csproj b/tests/Services/Coupon/Coupon.API.Tests/Coupon.API.Tests.csproj index f0d8d68b..ec9db9ea 100644 --- a/tests/Services/Coupon/Coupon.API.Tests/Coupon.API.Tests.csproj +++ b/tests/Services/Coupon/Coupon.API.Tests/Coupon.API.Tests.csproj @@ -4,7 +4,46 @@ false + + + + + + + + + + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + + + + + + + + + + + + + + + + all diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net6.0/CoverletSourceRootsMapping b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net6.0/CoverletSourceRootsMapping deleted file mode 100644 index b5221249..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net6.0/CoverletSourceRootsMapping and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net8.0/.msCoverageSourceRootsMapping_Coupon.API.Tests b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net8.0/.msCoverageSourceRootsMapping_Coupon.API.Tests deleted file mode 100644 index 6fa67d0f..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net8.0/.msCoverageSourceRootsMapping_Coupon.API.Tests and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net8.0/CoverletSourceRootsMapping_Coupon.API.Tests b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net8.0/CoverletSourceRootsMapping_Coupon.API.Tests deleted file mode 100644 index 6fa67d0f..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net8.0/CoverletSourceRootsMapping_Coupon.API.Tests and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/.msCoverageSourceRootsMapping_Coupon.API.Tests b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/.msCoverageSourceRootsMapping_Coupon.API.Tests deleted file mode 100644 index 059d1c9e..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/.msCoverageSourceRootsMapping_Coupon.API.Tests and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/AWSSDK.Core.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/AWSSDK.Core.dll deleted file mode 100755 index 2c8f6378..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/AWSSDK.Core.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/AWSSDK.SecurityToken.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/AWSSDK.SecurityToken.dll deleted file mode 100755 index a97c0efa..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/AWSSDK.SecurityToken.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Autofac.Extensions.DependencyInjection.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Autofac.Extensions.DependencyInjection.dll deleted file mode 100755 index c15c4d48..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Autofac.Extensions.DependencyInjection.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Autofac.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Autofac.dll deleted file mode 100755 index f52b5eaf..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Autofac.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Azure.Core.Amqp.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Azure.Core.Amqp.dll deleted file mode 100755 index f43cf0a6..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Azure.Core.Amqp.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Azure.Core.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Azure.Core.dll deleted file mode 100755 index 98592ed2..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Azure.Core.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Azure.Identity.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Azure.Identity.dll deleted file mode 100755 index 4a32fd0d..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Azure.Identity.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Azure.Messaging.ServiceBus.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Azure.Messaging.ServiceBus.dll deleted file mode 100755 index c32a7cdc..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Azure.Messaging.ServiceBus.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Coupon.API b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Coupon.API deleted file mode 100755 index 70a410e3..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Coupon.API and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Coupon.API.Tests.deps.json b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Coupon.API.Tests.deps.json deleted file mode 100644 index 390c0e41..00000000 --- a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Coupon.API.Tests.deps.json +++ /dev/null @@ -1,2127 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v9.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v9.0": { - "Coupon.API.Tests/1.0.0": { - "dependencies": { - "Coupon.API": "1.0.0", - "Microsoft.NET.Test.Sdk": "17.12.0", - "xunit": "2.9.2" - }, - "runtime": { - "Coupon.API.Tests.dll": {} - } - }, - "AspNetCore.HealthChecks.AzureServiceBus/8.0.1": { - "dependencies": { - "Azure.Messaging.ServiceBus": "7.17.0" - }, - "runtime": { - "lib/net6.0/HealthChecks.AzureServiceBus.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.0" - } - } - }, - "AspNetCore.HealthChecks.MongoDb/8.1.0": { - "dependencies": { - "MongoDB.Driver": "2.30.0" - }, - "runtime": { - "lib/net6.0/HealthChecks.MongoDb.dll": { - "assemblyVersion": "8.1.0.0", - "fileVersion": "8.1.0.0" - } - } - }, - "AspNetCore.HealthChecks.Rabbitmq/8.0.2": { - "dependencies": { - "RabbitMQ.Client": "6.8.1" - }, - "runtime": { - "lib/net6.0/HealthChecks.Rabbitmq.dll": { - "assemblyVersion": "8.0.2.0", - "fileVersion": "8.0.2.0" - } - } - }, - "AspNetCore.HealthChecks.SqlServer/8.0.2": { - "dependencies": { - "Microsoft.Data.SqlClient": "5.2.0" - }, - "runtime": { - "lib/net6.0/HealthChecks.SqlServer.dll": { - "assemblyVersion": "8.0.2.0", - "fileVersion": "8.0.2.0" - } - } - }, - "AspNetCore.HealthChecks.UI.Client/8.0.1": { - "dependencies": { - "AspNetCore.HealthChecks.UI.Core": "8.0.1" - }, - "runtime": { - "lib/net8.0/HealthChecks.UI.Client.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.0" - } - } - }, - "AspNetCore.HealthChecks.UI.Core/8.0.1": { - "runtime": { - "lib/net6.0/HealthChecks.UI.Core.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.0" - } - } - }, - "Autofac/8.1.1": { - "runtime": { - "lib/net8.0/Autofac.dll": { - "assemblyVersion": "8.1.1.0", - "fileVersion": "8.1.1.0" - } - } - }, - "Autofac.Extensions.DependencyInjection/10.0.0": { - "dependencies": { - "Autofac": "8.1.1" - }, - "runtime": { - "lib/net8.0/Autofac.Extensions.DependencyInjection.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "10.0.0.0" - } - } - }, - "AWSSDK.Core/3.7.100.14": { - "runtime": { - "lib/netcoreapp3.1/AWSSDK.Core.dll": { - "assemblyVersion": "3.3.0.0", - "fileVersion": "3.7.100.14" - } - } - }, - "AWSSDK.SecurityToken/3.7.100.14": { - "dependencies": { - "AWSSDK.Core": "3.7.100.14" - }, - "runtime": { - "lib/netcoreapp3.1/AWSSDK.SecurityToken.dll": { - "assemblyVersion": "3.3.0.0", - "fileVersion": "3.7.100.14" - } - } - }, - "Azure.Core/1.36.0": { - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "1.1.1", - "System.Memory.Data": "1.0.2" - }, - "runtime": { - "lib/net6.0/Azure.Core.dll": { - "assemblyVersion": "1.36.0.0", - "fileVersion": "1.3600.23.56006" - } - } - }, - "Azure.Core.Amqp/1.3.0": { - "dependencies": { - "Microsoft.Azure.Amqp": "2.6.3", - "System.Memory.Data": "1.0.2" - }, - "runtime": { - "lib/netstandard2.0/Azure.Core.Amqp.dll": { - "assemblyVersion": "1.3.0.0", - "fileVersion": "1.300.23.15207" - } - } - }, - "Azure.Identity/1.10.3": { - "dependencies": { - "Azure.Core": "1.36.0", - "Microsoft.Identity.Client": "4.56.0", - "Microsoft.Identity.Client.Extensions.Msal": "4.56.0", - "System.Security.Cryptography.ProtectedData": "8.0.0" - }, - "runtime": { - "lib/netstandard2.0/Azure.Identity.dll": { - "assemblyVersion": "1.10.3.0", - "fileVersion": "1.1000.323.51804" - } - } - }, - "Azure.Messaging.ServiceBus/7.17.0": { - "dependencies": { - "Azure.Core": "1.36.0", - "Azure.Core.Amqp": "1.3.0", - "Microsoft.Azure.Amqp": "2.6.3", - "Microsoft.Bcl.AsyncInterfaces": "1.1.1", - "System.Memory.Data": "1.0.2" - }, - "runtime": { - "lib/netstandard2.0/Azure.Messaging.ServiceBus.dll": { - "assemblyVersion": "7.17.0.0", - "fileVersion": "7.1700.23.56401" - } - } - }, - "DnsClient/1.6.1": { - "runtime": { - "lib/net5.0/DnsClient.dll": { - "assemblyVersion": "1.6.1.0", - "fileVersion": "1.6.1.0" - } - } - }, - "Fractions/7.2.1": { - "runtime": { - "lib/netstandard2.1/Fractions.dll": { - "assemblyVersion": "7.2.1.0", - "fileVersion": "7.2.1.0" - } - } - }, - "IdentityModel/5.2.0": { - "runtime": { - "lib/net5.0/IdentityModel.dll": { - "assemblyVersion": "5.2.0.0", - "fileVersion": "5.2.0.0" - } - } - }, - "IdentityModel.OidcClient/5.2.1": { - "dependencies": { - "IdentityModel": "5.2.0" - }, - "runtime": { - "lib/netstandard2.0/IdentityModel.OidcClient.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.2.1.0" - } - } - }, - "KubernetesClient/12.1.1": { - "dependencies": { - "Fractions": "7.2.1", - "IdentityModel.OidcClient": "5.2.1", - "System.IdentityModel.Tokens.Jwt": "8.0.1", - "YamlDotNet": "13.3.1", - "prometheus-net": "8.0.1" - }, - "runtime": { - "lib/net7.0/KubernetesClient.dll": { - "assemblyVersion": "12.1.0.0", - "fileVersion": "12.1.1.319" - } - } - }, - "Microsoft.ApplicationInsights/2.22.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.ApplicationInsights.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.ApplicationInsights.AspNetCore/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.22.0", - "Microsoft.ApplicationInsights.EventCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.22.0", - "Microsoft.Extensions.Logging.ApplicationInsights": "2.22.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.DependencyCollector.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.ApplicationInsights.EventCounterCollector/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.ApplicationInsights.Kubernetes/7.0.0": { - "dependencies": { - "KubernetesClient": "12.1.1", - "Microsoft.ApplicationInsights": "2.22.0", - "Microsoft.Extensions.DiagnosticAdapter": "3.1.27" - }, - "runtime": { - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.0.0" - } - } - }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "System.Diagnostics.PerformanceCounter": "6.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.ApplicationInsights.WindowsServer/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.22.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.22.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.WindowsServer.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.AspNetCore.Authentication.JwtBearer/9.0.0": { - "dependencies": { - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "8.0.1" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.Azure.Amqp/2.6.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.Azure.Amqp.dll": { - "assemblyVersion": "2.4.0.0", - "fileVersion": "2.6.3.0" - } - } - }, - "Microsoft.Azure.KeyVault/2.3.2": { - "dependencies": { - "Microsoft.Azure.KeyVault.WebKey": "2.0.7", - "Microsoft.Rest.ClientRuntime": "2.3.8", - "Microsoft.Rest.ClientRuntime.Azure": "3.3.7", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.3.2.0" - } - } - }, - "Microsoft.Azure.KeyVault.WebKey/2.0.7": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.7.0" - } - } - }, - "Microsoft.Azure.ServiceBus/5.2.0": { - "dependencies": { - "Microsoft.Azure.Amqp": "2.6.3", - "Microsoft.Azure.Services.AppAuthentication": "1.0.3", - "Newtonsoft.Json": "13.0.3", - "System.IdentityModel.Tokens.Jwt": "8.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": { - "assemblyVersion": "5.2.0.0", - "fileVersion": "5.200.21.55702" - } - } - }, - "Microsoft.Azure.Services.AppAuthentication/1.0.3": { - "dependencies": { - "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": { - "assemblyVersion": "1.0.3.0", - "fileVersion": "1.0.3.0" - } - } - }, - "Microsoft.Bcl.AsyncInterfaces/1.1.1": { - "runtime": { - "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "4.700.20.21406" - } - } - }, - "Microsoft.CodeCoverage/17.12.0": { - "runtime": { - "lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "17.1200.524.48002" - } - } - }, - "Microsoft.Data.SqlClient/5.2.0": { - "dependencies": { - "Azure.Identity": "1.10.3", - "Microsoft.Data.SqlClient.SNI.runtime": "5.2.0", - "Microsoft.Identity.Client": "4.56.0", - "Microsoft.IdentityModel.JsonWebTokens": "8.0.1", - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "8.0.1", - "Microsoft.SqlServer.Server": "1.0.0", - "System.Configuration.ConfigurationManager": "8.0.0", - "System.Runtime.Caching": "8.0.0" - }, - "runtime": { - "lib/net8.0/Microsoft.Data.SqlClient.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.20.24059.2" - } - }, - "resources": { - "lib/net8.0/de/Microsoft.Data.SqlClient.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.Data.SqlClient.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.Data.SqlClient.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.Data.SqlClient.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.Data.SqlClient.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.Data.SqlClient.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pt-BR/Microsoft.Data.SqlClient.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.Data.SqlClient.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll": { - "locale": "zh-Hant" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.20.24059.2" - }, - "runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.20.24059.2" - } - } - }, - "Microsoft.Data.SqlClient.SNI.runtime/5.2.0": { - "runtimeTargets": { - "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-arm", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-arm64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "Microsoft.Extensions.Configuration.AzureKeyVault/3.1.24": { - "dependencies": { - "Microsoft.Azure.KeyVault": "2.3.2", - "Microsoft.Azure.Services.AppAuthentication": "1.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll": { - "assemblyVersion": "3.1.24.0", - "fileVersion": "3.100.2422.18002" - } - } - }, - "Microsoft.Extensions.DependencyModel/8.0.2": { - "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { - "assemblyVersion": "8.0.0.2", - "fileVersion": "8.0.1024.46610" - } - } - }, - "Microsoft.Extensions.DiagnosticAdapter/3.1.27": { - "runtime": { - "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll": { - "assemblyVersion": "3.1.27.0", - "fileVersion": "3.100.2722.31601" - } - } - }, - "Microsoft.Extensions.Logging.ApplicationInsights/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.Identity.Client/4.56.0": { - "dependencies": { - "Microsoft.IdentityModel.Abstractions": "8.0.1" - }, - "runtime": { - "lib/net6.0/Microsoft.Identity.Client.dll": { - "assemblyVersion": "4.56.0.0", - "fileVersion": "4.56.0.0" - } - } - }, - "Microsoft.Identity.Client.Extensions.Msal/4.56.0": { - "dependencies": { - "Microsoft.Identity.Client": "4.56.0", - "System.Security.Cryptography.ProtectedData": "8.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll": { - "assemblyVersion": "4.56.0.0", - "fileVersion": "4.56.0.0" - } - } - }, - "Microsoft.IdentityModel.Abstractions/8.0.1": { - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.2": { - "runtime": { - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": { - "assemblyVersion": "3.14.2.11", - "fileVersion": "3.14.40721.918" - }, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": { - "assemblyVersion": "3.14.2.11", - "fileVersion": "3.14.40721.918" - } - } - }, - "Microsoft.IdentityModel.JsonWebTokens/8.0.1": { - "dependencies": { - "Microsoft.IdentityModel.Tokens": "8.0.1" - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "Microsoft.IdentityModel.Logging/8.0.1": { - "dependencies": { - "Microsoft.IdentityModel.Abstractions": "8.0.1" - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Logging.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "Microsoft.IdentityModel.Protocols/8.0.1": { - "dependencies": { - "Microsoft.IdentityModel.Tokens": "8.0.1" - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Protocols.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/8.0.1": { - "dependencies": { - "Microsoft.IdentityModel.Protocols": "8.0.1", - "System.IdentityModel.Tokens.Jwt": "8.0.1" - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "Microsoft.IdentityModel.Tokens/8.0.1": { - "dependencies": { - "Microsoft.IdentityModel.Logging": "8.0.1" - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Tokens.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "Microsoft.NET.Test.Sdk/17.12.0": { - "dependencies": { - "Microsoft.CodeCoverage": "17.12.0", - "Microsoft.TestPlatform.TestHost": "17.12.0" - } - }, - "Microsoft.OpenApi/1.6.22": { - "runtime": { - "lib/netstandard2.0/Microsoft.OpenApi.dll": { - "assemblyVersion": "1.6.22.0", - "fileVersion": "1.6.22.0" - } - } - }, - "Microsoft.Rest.ClientRuntime/2.3.8": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.3.8.0" - } - } - }, - "Microsoft.Rest.ClientRuntime.Azure/3.3.7": { - "dependencies": { - "Microsoft.Rest.ClientRuntime": "2.3.8", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll": { - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.3.7.0" - } - } - }, - "Microsoft.SqlServer.Server/1.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "Microsoft.TestPlatform.ObjectModel/17.12.0": { - "runtime": { - "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "17.1200.24.56501" - }, - "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "17.1200.24.56501" - }, - "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "17.1200.24.56501" - } - }, - "resources": { - "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "cs" - }, - "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "cs" - }, - "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "de" - }, - "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "de" - }, - "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "es" - }, - "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "es" - }, - "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "fr" - }, - "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "fr" - }, - "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "it" - }, - "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "it" - }, - "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ja" - }, - "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ja" - }, - "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ko" - }, - "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ko" - }, - "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "pl" - }, - "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "pl" - }, - "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "pt-BR" - }, - "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "pt-BR" - }, - "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ru" - }, - "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ru" - }, - "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "tr" - }, - "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "tr" - }, - "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "zh-Hant" - }, - "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.TestPlatform.TestHost/17.12.0": { - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.12.0", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "17.1200.24.56501" - }, - "lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "17.1200.24.56501" - }, - "lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "17.1200.24.56501" - }, - "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "17.1200.24.56501" - }, - "lib/netcoreapp3.1/testhost.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "17.1200.24.56501" - } - }, - "resources": { - "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "cs" - }, - "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "cs" - }, - "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "cs" - }, - "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "de" - }, - "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "de" - }, - "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "de" - }, - "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "es" - }, - "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "es" - }, - "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "es" - }, - "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "fr" - }, - "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "fr" - }, - "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "fr" - }, - "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "it" - }, - "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "it" - }, - "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "it" - }, - "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ja" - }, - "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ja" - }, - "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ja" - }, - "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ko" - }, - "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ko" - }, - "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ko" - }, - "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "pl" - }, - "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "pl" - }, - "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "pl" - }, - "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "pt-BR" - }, - "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "pt-BR" - }, - "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "pt-BR" - }, - "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ru" - }, - "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ru" - }, - "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ru" - }, - "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "tr" - }, - "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "tr" - }, - "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "tr" - }, - "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "zh-Hant" - }, - "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "zh-Hant" - }, - "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "MongoDB.Bson/2.30.0": { - "runtime": { - "lib/netstandard2.1/MongoDB.Bson.dll": { - "assemblyVersion": "2.30.0.0", - "fileVersion": "2.30.0.0" - } - } - }, - "MongoDB.Driver/2.30.0": { - "dependencies": { - "MongoDB.Bson": "2.30.0", - "MongoDB.Driver.Core": "2.30.0", - "MongoDB.Libmongocrypt": "1.12.0" - }, - "runtime": { - "lib/netstandard2.1/MongoDB.Driver.dll": { - "assemblyVersion": "2.30.0.0", - "fileVersion": "2.30.0.0" - } - } - }, - "MongoDB.Driver.Core/2.30.0": { - "dependencies": { - "AWSSDK.SecurityToken": "3.7.100.14", - "DnsClient": "1.6.1", - "MongoDB.Bson": "2.30.0", - "MongoDB.Libmongocrypt": "1.12.0", - "SharpCompress": "0.30.1", - "Snappier": "1.0.0", - "ZstdSharp.Port": "0.7.3" - }, - "runtime": { - "lib/netstandard2.1/MongoDB.Driver.Core.dll": { - "assemblyVersion": "2.30.0.0", - "fileVersion": "2.30.0.0" - } - } - }, - "MongoDB.Libmongocrypt/1.12.0": { - "runtime": { - "lib/netstandard2.1/MongoDB.Libmongocrypt.dll": { - "assemblyVersion": "1.12.0.0", - "fileVersion": "1.12.0.0" - } - }, - "runtimeTargets": { - "runtimes/linux/native/libmongocrypt.so": { - "rid": "linux", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/osx/native/libmongocrypt.dylib": { - "rid": "osx", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win/native/mongocrypt.dll": { - "rid": "win", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "Newtonsoft.Json/13.0.3": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" - } - } - }, - "Polly/8.5.0": { - "dependencies": { - "Polly.Core": "8.5.0" - }, - "runtime": { - "lib/net6.0/Polly.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.5.0.4130" - } - } - }, - "Polly.Core/8.5.0": { - "runtime": { - "lib/net8.0/Polly.Core.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.5.0.4130" - } - } - }, - "prometheus-net/8.0.1": { - "runtime": { - "lib/net7.0/Prometheus.NetStandard.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.1.0" - } - } - }, - "RabbitMQ.Client/6.8.1": { - "runtime": { - "lib/netstandard2.0/RabbitMQ.Client.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.8.1.0" - } - } - }, - "Serilog/4.0.0": { - "runtime": { - "lib/net8.0/Serilog.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.0.0.0" - } - } - }, - "Serilog.AspNetCore/8.0.3": { - "dependencies": { - "Serilog": "4.0.0", - "Serilog.Extensions.Hosting": "8.0.0", - "Serilog.Formatting.Compact": "2.0.0", - "Serilog.Settings.Configuration": "8.0.4", - "Serilog.Sinks.Console": "6.0.0", - "Serilog.Sinks.Debug": "2.0.0", - "Serilog.Sinks.File": "5.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.AspNetCore.dll": { - "assemblyVersion": "8.0.3.0", - "fileVersion": "8.0.3.0" - } - } - }, - "Serilog.Extensions.Hosting/8.0.0": { - "dependencies": { - "Serilog": "4.0.0", - "Serilog.Extensions.Logging": "8.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Extensions.Hosting.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "8.0.0.0" - } - } - }, - "Serilog.Extensions.Logging/8.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Extensions.Logging.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "8.0.0.0" - } - } - }, - "Serilog.Formatting.Compact/2.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net7.0/Serilog.Formatting.Compact.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.0" - } - } - }, - "Serilog.Settings.Configuration/8.0.4": { - "dependencies": { - "Microsoft.Extensions.DependencyModel": "8.0.2", - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Settings.Configuration.dll": { - "assemblyVersion": "8.0.4.0", - "fileVersion": "8.0.4.0" - } - } - }, - "Serilog.Sinks.Console/6.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Sinks.Console.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.0.0" - } - } - }, - "Serilog.Sinks.Debug/2.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.0" - } - } - }, - "Serilog.Sinks.File/5.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net5.0/Serilog.Sinks.File.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.0" - } - } - }, - "Serilog.Sinks.Http/9.0.0": { - "dependencies": { - "Serilog.Sinks.File": "5.0.0" - }, - "runtime": { - "lib/netstandard2.1/Serilog.Sinks.Http.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.0.0" - } - } - }, - "Serilog.Sinks.Seq/8.0.0": { - "dependencies": { - "Serilog": "4.0.0", - "Serilog.Sinks.File": "5.0.0" - }, - "runtime": { - "lib/net6.0/Serilog.Sinks.Seq.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.0.0" - } - } - }, - "SharpCompress/0.30.1": { - "runtime": { - "lib/net5.0/SharpCompress.dll": { - "assemblyVersion": "0.30.1.0", - "fileVersion": "0.30.1.0" - } - } - }, - "Snappier/1.0.0": { - "runtime": { - "lib/net5.0/Snappier.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "Swashbuckle.AspNetCore/7.2.0": { - "dependencies": { - "Swashbuckle.AspNetCore.Swagger": "7.2.0", - "Swashbuckle.AspNetCore.SwaggerGen": "7.2.0", - "Swashbuckle.AspNetCore.SwaggerUI": "7.2.0" - } - }, - "Swashbuckle.AspNetCore.Swagger/7.2.0": { - "dependencies": { - "Microsoft.OpenApi": "1.6.22" - }, - "runtime": { - "lib/net9.0/Swashbuckle.AspNetCore.Swagger.dll": { - "assemblyVersion": "7.2.0.0", - "fileVersion": "7.2.0.956" - } - } - }, - "Swashbuckle.AspNetCore.SwaggerGen/7.2.0": { - "dependencies": { - "Swashbuckle.AspNetCore.Swagger": "7.2.0" - }, - "runtime": { - "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { - "assemblyVersion": "7.2.0.0", - "fileVersion": "7.2.0.956" - } - } - }, - "Swashbuckle.AspNetCore.SwaggerUI/7.2.0": { - "runtime": { - "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { - "assemblyVersion": "7.2.0.0", - "fileVersion": "7.2.0.956" - } - } - }, - "System.Configuration.ConfigurationManager/8.0.0": { - "dependencies": { - "System.Security.Cryptography.ProtectedData": "8.0.0" - }, - "runtime": { - "lib/net8.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "System.Diagnostics.PerformanceCounter/6.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "8.0.0" - }, - "runtime": { - "lib/net6.0/System.Diagnostics.PerformanceCounter.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.IdentityModel.Tokens.Jwt/8.0.1": { - "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "8.0.1", - "Microsoft.IdentityModel.Tokens": "8.0.1" - }, - "runtime": { - "lib/net9.0/System.IdentityModel.Tokens.Jwt.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "System.Memory.Data/1.0.2": { - "runtime": { - "lib/netstandard2.0/System.Memory.Data.dll": { - "assemblyVersion": "1.0.2.0", - "fileVersion": "1.0.221.20802" - } - } - }, - "System.Runtime.Caching/8.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "8.0.0" - }, - "runtime": { - "lib/net8.0/System.Runtime.Caching.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net8.0/System.Runtime.Caching.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "System.Security.Cryptography.ProtectedData/8.0.0": { - "runtime": { - "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "xunit/2.9.2": { - "dependencies": { - "xunit.assert": "2.9.2", - "xunit.core": "2.9.2" - } - }, - "xunit.abstractions/2.0.3": { - "runtime": { - "lib/netstandard2.0/xunit.abstractions.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "0.0.0.0" - } - } - }, - "xunit.assert/2.9.2": { - "runtime": { - "lib/net6.0/xunit.assert.dll": { - "assemblyVersion": "2.9.2.0", - "fileVersion": "2.9.2.0" - } - } - }, - "xunit.core/2.9.2": { - "dependencies": { - "xunit.extensibility.core": "2.9.2", - "xunit.extensibility.execution": "2.9.2" - } - }, - "xunit.extensibility.core/2.9.2": { - "dependencies": { - "xunit.abstractions": "2.0.3" - }, - "runtime": { - "lib/netstandard1.1/xunit.core.dll": { - "assemblyVersion": "2.9.2.0", - "fileVersion": "2.9.2.0" - } - } - }, - "xunit.extensibility.execution/2.9.2": { - "dependencies": { - "xunit.extensibility.core": "2.9.2" - }, - "runtime": { - "lib/netstandard1.1/xunit.execution.dotnet.dll": { - "assemblyVersion": "2.9.2.0", - "fileVersion": "2.9.2.0" - } - } - }, - "YamlDotNet/13.3.1": { - "runtime": { - "lib/net7.0/YamlDotNet.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.3.1.0" - } - } - }, - "ZstdSharp.Port/0.7.3": { - "runtime": { - "lib/net7.0/ZstdSharp.dll": { - "assemblyVersion": "0.7.3.0", - "fileVersion": "0.7.3.0" - } - } - }, - "Coupon.API/1.0.0": { - "dependencies": { - "AspNetCore.HealthChecks.AzureServiceBus": "8.0.1", - "AspNetCore.HealthChecks.MongoDb": "8.1.0", - "AspNetCore.HealthChecks.Rabbitmq": "8.0.2", - "AspNetCore.HealthChecks.SqlServer": "8.0.2", - "AspNetCore.HealthChecks.UI.Client": "8.0.1", - "Autofac.Extensions.DependencyInjection": "10.0.0", - "EventBus": "1.0.0", - "EventBusRabbitMQ": "1.0.0", - "EventBusServiceBus": "1.0.0", - "Microsoft.ApplicationInsights.AspNetCore": "2.22.0", - "Microsoft.ApplicationInsights.Kubernetes": "7.0.0", - "Microsoft.AspNetCore.Authentication.JwtBearer": "9.0.0", - "Microsoft.Extensions.Configuration.AzureKeyVault": "3.1.24", - "MongoDB.Driver": "2.30.0", - "MongoDB.Driver.Core": "2.30.0", - "Polly": "8.5.0", - "Serilog.AspNetCore": "8.0.3", - "Serilog.Settings.Configuration": "8.0.4", - "Serilog.Sinks.Console": "6.0.0", - "Serilog.Sinks.Http": "9.0.0", - "Serilog.Sinks.Seq": "8.0.0", - "Swashbuckle.AspNetCore": "7.2.0" - }, - "runtime": { - "Coupon.API.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "EventBus/1.0.0": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "EventBus.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "EventBusRabbitMQ/1.0.0": { - "dependencies": { - "Autofac": "8.1.1", - "EventBus": "1.0.0", - "Newtonsoft.Json": "13.0.3", - "Polly": "8.5.0", - "RabbitMQ.Client": "6.8.1" - }, - "runtime": { - "EventBusRabbitMQ.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "EventBusServiceBus/1.0.0": { - "dependencies": { - "Autofac": "8.1.1", - "EventBus": "1.0.0", - "Microsoft.Azure.ServiceBus": "5.2.0" - }, - "runtime": { - "EventBusServiceBus.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - } - } - }, - "libraries": { - "Coupon.API.Tests/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "AspNetCore.HealthChecks.AzureServiceBus/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-67GttVESv92GIthFMNqLbWvnQr3AFujGGsydKUl51R7p+KETguIJ+yHGUSnLL8XEcIWO0pENO714WlAqmON8EQ==", - "path": "aspnetcore.healthchecks.azureservicebus/8.0.1", - "hashPath": "aspnetcore.healthchecks.azureservicebus.8.0.1.nupkg.sha512" - }, - "AspNetCore.HealthChecks.MongoDb/8.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NuVDrj7UXBVniePh6JnuM8ryZRWdOIGOBes3owg2WQV/1NPntpWqX/DYaP6SBduHULUp8XRbwAui8qKQAW4SDA==", - "path": "aspnetcore.healthchecks.mongodb/8.1.0", - "hashPath": "aspnetcore.healthchecks.mongodb.8.1.0.nupkg.sha512" - }, - "AspNetCore.HealthChecks.Rabbitmq/8.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A/29xmNWfssOY1zq1bWAaZPW/iJfBhJN+I737KKHQutzB0JFwAIKesjsUWN2BAJwqS/ciFMjNxvCDHtAgU0PIQ==", - "path": "aspnetcore.healthchecks.rabbitmq/8.0.2", - "hashPath": "aspnetcore.healthchecks.rabbitmq.8.0.2.nupkg.sha512" - }, - "AspNetCore.HealthChecks.SqlServer/8.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sTcVVq7/zhfUrSTs0WAktvPdpU1He/sj14gRTogq4eFhn0oImolxNNhJczkYMgFF92RMMW+O+rlcFO7HVOpfiQ==", - "path": "aspnetcore.healthchecks.sqlserver/8.0.2", - "hashPath": "aspnetcore.healthchecks.sqlserver.8.0.2.nupkg.sha512" - }, - "AspNetCore.HealthChecks.UI.Client/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nhC6KIoB/EtTbH3uGm2J6EHEUyTJuETUARFePbmrnA+zjbwsirzIVUQl46qIjvyPABhK0e7Rk+AxcRqC6zikqA==", - "path": "aspnetcore.healthchecks.ui.client/8.0.1", - "hashPath": "aspnetcore.healthchecks.ui.client.8.0.1.nupkg.sha512" - }, - "AspNetCore.HealthChecks.UI.Core/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Vn00MOJ1I0HSqyP7Bt9v0pr0AIgbrXMjL/KFwW+sRwLRogOtep8BWGimd8XYRCbCDLrAi7VSArU02f6pEIw69w==", - "path": "aspnetcore.healthchecks.ui.core/8.0.1", - "hashPath": "aspnetcore.healthchecks.ui.core.8.0.1.nupkg.sha512" - }, - "Autofac/8.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lhHjVB/XJtxPDUQ/FAHWAC7Spu+P9TNfDbyx2W0ABqD1eTRo7TkcZ7l7Oq1S5pKNg7NXswdk9uH73qbOzSwQFA==", - "path": "autofac/8.1.1", - "hashPath": "autofac.8.1.1.nupkg.sha512" - }, - "Autofac.Extensions.DependencyInjection/10.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZjR/onUlP7BzQ7VBBigQepWLAyAzi3VRGX3pP6sBqkPRiT61fsTZqbTpRUKxo30TMgbs1o3y6bpLbETix4SJog==", - "path": "autofac.extensions.dependencyinjection/10.0.0", - "hashPath": "autofac.extensions.dependencyinjection.10.0.0.nupkg.sha512" - }, - "AWSSDK.Core/3.7.100.14": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gnEgxBlk4PFEfdPE8Lkf4+D16MZFYSaW7/o6Wwe5e035QWUkTJX0Dn4LfTCdV5QSEL/fOFxu+yCAm55eIIBgog==", - "path": "awssdk.core/3.7.100.14", - "hashPath": "awssdk.core.3.7.100.14.nupkg.sha512" - }, - "AWSSDK.SecurityToken/3.7.100.14": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dGCVuVo0CFUKWW85W8YENO+aREf8sCBDjvGbnNvxJuNW4Ss+brEU9ltHhq2KfZze2VUNK1/wygbPG1bmbpyXEw==", - "path": "awssdk.securitytoken/3.7.100.14", - "hashPath": "awssdk.securitytoken.3.7.100.14.nupkg.sha512" - }, - "Azure.Core/1.36.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vwqFZdHS4dzPlI7FFRkPx9ctA+aGGeRev3gnzG8lntWvKMmBhAmulABi1O9CEvS3/jzYt7yA+0pqVdxkpAd7dQ==", - "path": "azure.core/1.36.0", - "hashPath": "azure.core.1.36.0.nupkg.sha512" - }, - "Azure.Core.Amqp/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==", - "path": "azure.core.amqp/1.3.0", - "hashPath": "azure.core.amqp.1.3.0.nupkg.sha512" - }, - "Azure.Identity/1.10.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-l1Xm2MWOF2Mzcwuarlw8kWQXLZk3UeB55aQXVyjj23aBfDwOZ3gu5GP2kJ6KlmZeZv2TCzw7x4L3V36iNr3gww==", - "path": "azure.identity/1.10.3", - "hashPath": "azure.identity.1.10.3.nupkg.sha512" - }, - "Azure.Messaging.ServiceBus/7.17.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lpQXW+8IsTsCp8hvMIiqcp0oLYgxc79g7ALYUOOXiZy/3WORlaN237eNx0LCX40wTo7hLtdbVrmoUa+kIohGpg==", - "path": "azure.messaging.servicebus/7.17.0", - "hashPath": "azure.messaging.servicebus.7.17.0.nupkg.sha512" - }, - "DnsClient/1.6.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4H/f2uYJOZ+YObZjpY9ABrKZI+JNw3uizp6oMzTXwDw6F+2qIPhpRl/1t68O/6e98+vqNiYGu+lswmwdYUy3gg==", - "path": "dnsclient/1.6.1", - "hashPath": "dnsclient.1.6.1.nupkg.sha512" - }, - "Fractions/7.2.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1gVCo18/02ZZOJ+dcpVNMsUHF6cLmltMMskUWl2G1l+0OmTTvcwJZq5/JXIVpvOzPM3gDLombsloGMlTQNcv9g==", - "path": "fractions/7.2.1", - "hashPath": "fractions.7.2.1.nupkg.sha512" - }, - "IdentityModel/5.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nuhkbaDH9l5QzNJp2MtP3qio57MPtiRneUN8Ocr7od0JvSYaIe3gBj/vxllr11S/Qvu1AG4GZXoyv5469ewYDA==", - "path": "identitymodel/5.2.0", - "hashPath": "identitymodel.5.2.0.nupkg.sha512" - }, - "IdentityModel.OidcClient/5.2.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OuPhDNAw/EoJVEmYO6/ChZUBcug4OGoGKTKLUyBCsGhlKegxJk25LYQ0EL7GCBMgkEL+BYNJukNZyaJ+JNaWog==", - "path": "identitymodel.oidcclient/5.2.1", - "hashPath": "identitymodel.oidcclient.5.2.1.nupkg.sha512" - }, - "KubernetesClient/12.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Xvc6Kr/W5YUxlMDzy0R80zy+Vd66brS7fSA4COGXu8KZACKPW7+KKS7kxZBLaFYGrUcktXOHpqNNuoukSGcK6A==", - "path": "kubernetesclient/12.1.1", - "hashPath": "kubernetesclient.12.1.1.nupkg.sha512" - }, - "Microsoft.ApplicationInsights/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3AOM9bZtku7RQwHyMEY3tQMrHIgjcfRDa6YQpd/QG2LDGvMydSlL9Di+8LLMt7J2RDdfJ7/2jdYv6yHcMJAnNw==", - "path": "microsoft.applicationinsights/2.22.0", - "hashPath": "microsoft.applicationinsights.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.AspNetCore/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OuiZgRDX0zm3a1DRk/GT54ZsyTg8a88n3cpkVEYFJoRhT5X84l2C68BuKrglE0sIj+C0+o2WTR8S21YBD/ZWgA==", - "path": "microsoft.applicationinsights.aspnetcore/2.22.0", - "hashPath": "microsoft.applicationinsights.aspnetcore.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gseSmuCshdZqcn5r6EW1Zx52e5/p2RpAsHSanlxs8pq+Pbg1RZP678tXtxfVuHC0fA3MVV852pnfFC7ZGB0jew==", - "path": "microsoft.applicationinsights.dependencycollector/2.22.0", - "hashPath": "microsoft.applicationinsights.dependencycollector.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.EventCounterCollector/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/fXUyZIMwaWfETgire4fygaBhY8J+hXvTVhSFXKV0JOFBenzzU4smGW8iRUFhE534a3QrczuFfmfCCkXRKbsNg==", - "path": "microsoft.applicationinsights.eventcountercollector/2.22.0", - "hashPath": "microsoft.applicationinsights.eventcountercollector.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.Kubernetes/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NF7HsDqEPTLkqnm2NyA+xBLE4qzEaY5UEkdhywGeZgI0hjrpbjuFafrZOZPjqMV38WXZ24yv7c4K251+9OgOfw==", - "path": "microsoft.applicationinsights.kubernetes/7.0.0", - "hashPath": "microsoft.applicationinsights.kubernetes.7.0.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nExsJsbN7694ueUNNBms/UNgza9WH4W/I6i5CnF9ujJ1sp57EL5Uk0NP9MDwlLVtYaaiznKPatVSv3Nu8vAplw==", - "path": "microsoft.applicationinsights.perfcountercollector/2.22.0", - "hashPath": "microsoft.applicationinsights.perfcountercollector.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.WindowsServer/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9k1x1+Kq1fElvcv0o/w9w8tRWAa2Y0f4NPBeHF5b2xCety4GM1yv3K3Ra0lZwO3kW0SHlm9M8nrySuyKQlHyYA==", - "path": "microsoft.applicationinsights.windowsserver/2.22.0", - "hashPath": "microsoft.applicationinsights.windowsserver.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Blb6S8UJSJ/jo6mxeO38gKgui75D2brp5NpXJoZUhyJzfmYsfhn7a4t5f+CDfAKyvie7sQB2FIzeEDQSiRE5zw==", - "path": "microsoft.applicationinsights.windowsserver.telemetrychannel/2.22.0", - "hashPath": "microsoft.applicationinsights.windowsserver.telemetrychannel.2.22.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.JwtBearer/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bs+1Pq3vQdS2lTyxNUd9fEhtMsq3eLUpK36k2t56iDMVrk6OrAoFtvrQrTK0Y0OetTcJrUkGU7hBlf+ORzHLqQ==", - "path": "microsoft.aspnetcore.authentication.jwtbearer/9.0.0", - "hashPath": "microsoft.aspnetcore.authentication.jwtbearer.9.0.0.nupkg.sha512" - }, - "Microsoft.Azure.Amqp/2.6.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iPbNNII4YZGkka7JQS0ZsZfZLcM7dwIoov/DyFiaemRqOTrdJCLgYnFBFhc/3TSh0ZI4/5TpxQPSPSckZ65jmA==", - "path": "microsoft.azure.amqp/2.6.3", - "hashPath": "microsoft.azure.amqp.2.6.3.nupkg.sha512" - }, - "Microsoft.Azure.KeyVault/2.3.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A82ESUdfLz2wMhYuPxrwf/fA7JVt3IARgeMCG3TsaLtxUxa9RBKX3f0zdnKmvBvJ/u1/5g03OLR26GPekqY5HQ==", - "path": "microsoft.azure.keyvault/2.3.2", - "hashPath": "microsoft.azure.keyvault.2.3.2.nupkg.sha512" - }, - "Microsoft.Azure.KeyVault.WebKey/2.0.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MVSYao62R9rwl9KF+IsJm+XBLupJj1ma2lfwNeFlSWziXGAopnYK+YkDWqABOqNIV9kpza/MvNBxITzhlJIyIw==", - "path": "microsoft.azure.keyvault.webkey/2.0.7", - "hashPath": "microsoft.azure.keyvault.webkey.2.0.7.nupkg.sha512" - }, - "Microsoft.Azure.ServiceBus/5.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==", - "path": "microsoft.azure.servicebus/5.2.0", - "hashPath": "microsoft.azure.servicebus.5.2.0.nupkg.sha512" - }, - "Microsoft.Azure.Services.AppAuthentication/1.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==", - "path": "microsoft.azure.services.appauthentication/1.0.3", - "hashPath": "microsoft.azure.services.appauthentication.1.0.3.nupkg.sha512" - }, - "Microsoft.Bcl.AsyncInterfaces/1.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==", - "path": "microsoft.bcl.asyncinterfaces/1.1.1", - "hashPath": "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512" - }, - "Microsoft.CodeCoverage/17.12.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4svMznBd5JM21JIG2xZKGNanAHNXplxf/kQDFfLHXQ3OnpJkayRK/TjacFjA+EYmoyuNXHo/sOETEfcYtAzIrA==", - "path": "microsoft.codecoverage/17.12.0", - "hashPath": "microsoft.codecoverage.17.12.0.nupkg.sha512" - }, - "Microsoft.Data.SqlClient/5.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3alfyqRN3ELRtdvU1dGtLBRNQqprr3TJ0WrUJfMISPwg1nPUN2P3Lelah68IKWuV27Ceb7ig95hWNHFTSXfxMg==", - "path": "microsoft.data.sqlclient/5.2.0", - "hashPath": "microsoft.data.sqlclient.5.2.0.nupkg.sha512" - }, - "Microsoft.Data.SqlClient.SNI.runtime/5.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-po1jhvFd+8pbfvJR/puh+fkHi0GRanAdvayh/0e47yaM6CXWZ6opUjCMFuYlAnD2LcbyvQE7fPJKvogmaUcN+w==", - "path": "microsoft.data.sqlclient.sni.runtime/5.2.0", - "hashPath": "microsoft.data.sqlclient.sni.runtime.5.2.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.AzureKeyVault/3.1.24": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dAir8lfKn3Ukvis2sGddZ72bbuEQ24VusFELZg2JZDPTjBDyoVVocbxbe/39YAEHEq3TfCAIbHicCCKgHBBa2A==", - "path": "microsoft.extensions.configuration.azurekeyvault/3.1.24", - "hashPath": "microsoft.extensions.configuration.azurekeyvault.3.1.24.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyModel/8.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-mUBDZZRgZrSyFOsJ2qJJ9fXfqd/kXJwf3AiDoqLD9m6TjY5OO/vLNOb9fb4juC0487eq4hcGN/M2Rh/CKS7QYw==", - "path": "microsoft.extensions.dependencymodel/8.0.2", - "hashPath": "microsoft.extensions.dependencymodel.8.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.DiagnosticAdapter/3.1.27": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IHJmvjE3X+PJLlbRvZHnzVO2CglI9FARYgTPbbUNN85gS4jqS0EM/dGhZGwQpr3P4X0/V/OUtmgHvBipS4KTwQ==", - "path": "microsoft.extensions.diagnosticadapter/3.1.27", - "hashPath": "microsoft.extensions.diagnosticadapter.3.1.27.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.ApplicationInsights/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5OmXub+9MyX8FbqgO+hBJRHk1iJ+UZUU20oIU3wo+RbmH6Jtsja79rriHLlzlrkMzWbpCkCzF6f4Yb6iGbsDag==", - "path": "microsoft.extensions.logging.applicationinsights/2.22.0", - "hashPath": "microsoft.extensions.logging.applicationinsights.2.22.0.nupkg.sha512" - }, - "Microsoft.Identity.Client/4.56.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rr4zbidvHy9r4NvOAs5hdd964Ao2A0pAeFBJKR95u1CJAVzbd1p6tPTXUZ+5ld0cfThiVSGvz6UHwY6JjraTpA==", - "path": "microsoft.identity.client/4.56.0", - "hashPath": "microsoft.identity.client.4.56.0.nupkg.sha512" - }, - "Microsoft.Identity.Client.Extensions.Msal/4.56.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-H12YAzEGK55vZ+QpxUzozhW8ZZtgPDuWvgA0JbdIR9UhMUplj29JhIgE2imuH8W2Nw9D8JKygR1uxRFtpSNcrg==", - "path": "microsoft.identity.client.extensions.msal/4.56.0", - "hashPath": "microsoft.identity.client.extensions.msal.4.56.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Abstractions/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OtlIWcyX01olfdevPKZdIPfBEvbcioDyBiE/Z2lHsopsMD7twcKtlN9kMevHmI5IIPhFpfwCIiR6qHQz1WHUIw==", - "path": "microsoft.identitymodel.abstractions/8.0.1", - "hashPath": "microsoft.identitymodel.abstractions.8.0.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==", - "path": "microsoft.identitymodel.clients.activedirectory/3.14.2", - "hashPath": "microsoft.identitymodel.clients.activedirectory.3.14.2.nupkg.sha512" - }, - "Microsoft.IdentityModel.JsonWebTokens/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-s6++gF9x0rQApQzOBbSyp4jUaAlwm+DroKfL8gdOHxs83k8SJfUXhuc46rDB3rNXBQ1MVRxqKUrqFhO/M0E97g==", - "path": "microsoft.identitymodel.jsonwebtokens/8.0.1", - "hashPath": "microsoft.identitymodel.jsonwebtokens.8.0.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Logging/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UCPF2exZqBXe7v/6sGNiM6zCQOUXXQ9+v5VTb9gPB8ZSUPnX53BxlN78v2jsbIvK9Dq4GovQxo23x8JgWvm/Qg==", - "path": "microsoft.identitymodel.logging/8.0.1", - "hashPath": "microsoft.identitymodel.logging.8.0.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uA2vpKqU3I2mBBEaeJAWPTjT9v1TZrGWKdgK6G5qJd03CLx83kdiqO9cmiK8/n1erkHzFBwU/RphP83aAe3i3g==", - "path": "microsoft.identitymodel.protocols/8.0.1", - "hashPath": "microsoft.identitymodel.protocols.8.0.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AQDbfpL+yzuuGhO/mQhKNsp44pm5Jv8/BI4KiFXR7beVGZoSH35zMV3PrmcfvSTsyI6qrcR898NzUauD6SRigg==", - "path": "microsoft.identitymodel.protocols.openidconnect/8.0.1", - "hashPath": "microsoft.identitymodel.protocols.openidconnect.8.0.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Tokens/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kDimB6Dkd3nkW2oZPDkMkVHfQt3IDqO5gL0oa8WVy3OP4uE8Ij+8TXnqg9TOd9ufjsY3IDiGz7pCUbnfL18tjg==", - "path": "microsoft.identitymodel.tokens/8.0.1", - "hashPath": "microsoft.identitymodel.tokens.8.0.1.nupkg.sha512" - }, - "Microsoft.NET.Test.Sdk/17.12.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kt/PKBZ91rFCWxVIJZSgVLk+YR+4KxTuHf799ho8WNiK5ZQpJNAEZCAWX86vcKrs+DiYjiibpYKdGZP6+/N17w==", - "path": "microsoft.net.test.sdk/17.12.0", - "hashPath": "microsoft.net.test.sdk.17.12.0.nupkg.sha512" - }, - "Microsoft.OpenApi/1.6.22": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aBvunmrdu/x+4CaA/UP1Jx4xWGwk4kymhoIRnn2Vp+zi5/KOPQJ9EkSXHRUr01WcGKtYl3Au7XfkPJbU1G2sjQ==", - "path": "microsoft.openapi/1.6.22", - "hashPath": "microsoft.openapi.1.6.22.nupkg.sha512" - }, - "Microsoft.Rest.ClientRuntime/2.3.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Hj96LBoCwKY2VQKfSCVGGPV1sSumVjuYnrlpBwL4JSTnSK4b6ZxjLtXj8LgmKav8xJ2gps+UN7eI3hHVFKvBFw==", - "path": "microsoft.rest.clientruntime/2.3.8", - "hashPath": "microsoft.rest.clientruntime.2.3.8.nupkg.sha512" - }, - "Microsoft.Rest.ClientRuntime.Azure/3.3.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6u8JIuvrztse4tPOcvNzAJuzGBP0uY+Ijggk8ZYhp0siGEZ1XfZylf1vpNGUicvwcrhhoIgDW73Z1L6QGssr2g==", - "path": "microsoft.rest.clientruntime.azure/3.3.7", - "hashPath": "microsoft.rest.clientruntime.azure.3.3.7.nupkg.sha512" - }, - "Microsoft.SqlServer.Server/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==", - "path": "microsoft.sqlserver.server/1.0.0", - "hashPath": "microsoft.sqlserver.server.1.0.0.nupkg.sha512" - }, - "Microsoft.TestPlatform.ObjectModel/17.12.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TDqkTKLfQuAaPcEb3pDDWnh7b3SyZF+/W9OZvWFp6eJCIiiYFdSB6taE2I6tWrFw5ywhzOb6sreoGJTI6m3rSQ==", - "path": "microsoft.testplatform.objectmodel/17.12.0", - "hashPath": "microsoft.testplatform.objectmodel.17.12.0.nupkg.sha512" - }, - "Microsoft.TestPlatform.TestHost/17.12.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MiPEJQNyADfwZ4pJNpQex+t9/jOClBGMiCiVVFuELCMSX2nmNfvUor3uFVxNNCg30uxDP8JDYfPnMXQzsfzYyg==", - "path": "microsoft.testplatform.testhost/17.12.0", - "hashPath": "microsoft.testplatform.testhost.17.12.0.nupkg.sha512" - }, - "MongoDB.Bson/2.30.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Gg0TQUT3IEntcqdug5a9P6d8iwL5CqOpQjVBCq1hxTbkjxdGdY6a2CPv7II44AO9GYUnORYsS6dDME2b7aqYyg==", - "path": "mongodb.bson/2.30.0", - "hashPath": "mongodb.bson.2.30.0.nupkg.sha512" - }, - "MongoDB.Driver/2.30.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BCG8cNF0+U3h5f/O9fu3ktrYhoESBDems1w06PExfYrn2KjHBHCBdvBRY1cIbysnZVjQAJjGtFV9XgW+hXt7Hg==", - "path": "mongodb.driver/2.30.0", - "hashPath": "mongodb.driver.2.30.0.nupkg.sha512" - }, - "MongoDB.Driver.Core/2.30.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oepDgu24lo44SljuHmIQ99x6jHISnMC4tLfzQGniQg39xiMD8nxalm1HM9RDZcuZbbWa4F6YLt2AIhWkny3XWA==", - "path": "mongodb.driver.core/2.30.0", - "hashPath": "mongodb.driver.core.2.30.0.nupkg.sha512" - }, - "MongoDB.Libmongocrypt/1.12.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-B1X51jrtNacKvxKoaqWeknYeJfQS5aWf6BmVLT5JZerz3AUXFzv8edPskJYqBc3kLy1J2PWzMqqsnyb9g8FtcA==", - "path": "mongodb.libmongocrypt/1.12.0", - "hashPath": "mongodb.libmongocrypt.1.12.0.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "path": "newtonsoft.json/13.0.3", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" - }, - "Polly/8.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GBNZPy7i7OpkaIruWPRJ0+AWzdGDQDnKY91b7Ic2aAch4lKhPjUc5KSffpH9krIWe0MoyghqaRxwRC0Uwz2PkA==", - "path": "polly/8.5.0", - "hashPath": "polly.8.5.0.nupkg.sha512" - }, - "Polly.Core/8.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VYYMZNitZ85UEhwOKkTQI63WEMvzUqwQc74I2mm8h/DBVAMcBBxqYPni4DmuRtbCwngmuONuK2yBJfWNRKzI+A==", - "path": "polly.core/8.5.0", - "hashPath": "polly.core.8.5.0.nupkg.sha512" - }, - "prometheus-net/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A9sOtQB2gEhujBxPKw+KcGScBiPvBmy4lYVM5OlETMj4xjVD5r/ixIg52HHg2P0lcImJTpfeWnD0/9tpQsRQTA==", - "path": "prometheus-net/8.0.1", - "hashPath": "prometheus-net.8.0.1.nupkg.sha512" - }, - "RabbitMQ.Client/6.8.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jNsmGgmCNw2S/NzskeN2ijtGywtH4Sk/G6jWUTD5sY9SrC27Xz6BsLIiB8hdsfjeyWCa4j4GvCIGkpE8wrjU1Q==", - "path": "rabbitmq.client/6.8.1", - "hashPath": "rabbitmq.client.6.8.1.nupkg.sha512" - }, - "Serilog/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2jDkUrSh5EofOp7Lx5Zgy0EB+7hXjjxE2ktTb1WVQmU00lDACR2TdROGKU0K1pDTBSJBN1PqgYpgOZF8mL7NJw==", - "path": "serilog/4.0.0", - "hashPath": "serilog.4.0.0.nupkg.sha512" - }, - "Serilog.AspNetCore/8.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Y5at41mc0OV982DEJslBKHd6uzcWO6POwR3QceJ6gtpMPxCzm4+FElGPF0RdaTD7MGsP6XXE05LMbSi0NO+sXg==", - "path": "serilog.aspnetcore/8.0.3", - "hashPath": "serilog.aspnetcore.8.0.3.nupkg.sha512" - }, - "Serilog.Extensions.Hosting/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-db0OcbWeSCvYQkHWu6n0v40N4kKaTAXNjlM3BKvcbwvNzYphQFcBR+36eQ/7hMMwOkJvAyLC2a9/jNdUL5NjtQ==", - "path": "serilog.extensions.hosting/8.0.0", - "hashPath": "serilog.extensions.hosting.8.0.0.nupkg.sha512" - }, - "Serilog.Extensions.Logging/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YEAMWu1UnWgf1c1KP85l1SgXGfiVo0Rz6x08pCiPOIBt2Qe18tcZLvdBUuV5o1QHvrs8FAry9wTIhgBRtjIlEg==", - "path": "serilog.extensions.logging/8.0.0", - "hashPath": "serilog.extensions.logging.8.0.0.nupkg.sha512" - }, - "Serilog.Formatting.Compact/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ob6z3ikzFM3D1xalhFuBIK1IOWf+XrQq+H4KeH4VqBcPpNcmUgZlRQ2h3Q7wvthpdZBBoY86qZOI2LCXNaLlNA==", - "path": "serilog.formatting.compact/2.0.0", - "hashPath": "serilog.formatting.compact.2.0.0.nupkg.sha512" - }, - "Serilog.Settings.Configuration/8.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pkxvq0umBKK8IKFJc1aV5S/HGRG/NIxJ6FV42KaTPLfDmBOAbBUB1m5gqqlGxzEa1MgDDWtQlWJdHTSxVWNx+Q==", - "path": "serilog.settings.configuration/8.0.4", - "hashPath": "serilog.settings.configuration.8.0.4.nupkg.sha512" - }, - "Serilog.Sinks.Console/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fQGWqVMClCP2yEyTXPIinSr5c+CBGUvBybPxjAGcf7ctDhadFhrQw03Mv8rJ07/wR5PDfFjewf2LimvXCDzpbA==", - "path": "serilog.sinks.console/6.0.0", - "hashPath": "serilog.sinks.console.6.0.0.nupkg.sha512" - }, - "Serilog.Sinks.Debug/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Y6g3OBJ4JzTyyw16fDqtFcQ41qQAydnEvEqmXjhwhgjsnG/FaJ8GUqF5ldsC/bVkK8KYmqrPhDO+tm4dF6xx4A==", - "path": "serilog.sinks.debug/2.0.0", - "hashPath": "serilog.sinks.debug.2.0.0.nupkg.sha512" - }, - "Serilog.Sinks.File/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uwV5hdhWPwUH1szhO8PJpFiahqXmzPzJT/sOijH/kFgUx+cyoDTMM8MHD0adw9+Iem6itoibbUXHYslzXsLEAg==", - "path": "serilog.sinks.file/5.0.0", - "hashPath": "serilog.sinks.file.5.0.0.nupkg.sha512" - }, - "Serilog.Sinks.Http/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c246Bw1vXtvht/krwQXGwuZ4U2kKxRf8d9iaazZDodnOohTlRR4jZyQS/slWHSjJAj8ZDejCQcITnu+TkYmdFw==", - "path": "serilog.sinks.http/9.0.0", - "hashPath": "serilog.sinks.http.9.0.0.nupkg.sha512" - }, - "Serilog.Sinks.Seq/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-z5ig56/qzjkX6Fj4U/9m1g8HQaQiYPMZS4Uevtjg1I+WWzoGSf5t/E+6JbMP/jbZYhU63bA5NJN5y0x+qqx2Bw==", - "path": "serilog.sinks.seq/8.0.0", - "hashPath": "serilog.sinks.seq.8.0.0.nupkg.sha512" - }, - "SharpCompress/0.30.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XqD4TpfyYGa7QTPzaGlMVbcecKnXy4YmYLDWrU+JIj7IuRNl7DH2END+Ll7ekWIY8o3dAMWLFDE1xdhfIWD1nw==", - "path": "sharpcompress/0.30.1", - "hashPath": "sharpcompress.0.30.1.nupkg.sha512" - }, - "Snappier/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rFtK2KEI9hIe8gtx3a0YDXdHOpedIf9wYCEYtBEmtlyiWVX3XlCNV03JrmmAi/Cdfn7dxK+k0sjjcLv4fpHnqA==", - "path": "snappier/1.0.0", - "hashPath": "snappier.1.0.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore/7.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vJv19UpWm6OOgnS9QLDnWARNVasXUfj8SFvlG7UVALm4nBnfwRnEky7C0veSDqMUmBeMPC6Ec3d6G1ts/J04Uw==", - "path": "swashbuckle.aspnetcore/7.2.0", - "hashPath": "swashbuckle.aspnetcore.7.2.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.Swagger/7.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-y27fNDfIh1vGhJjXYynLcZjl7DLOW1bSO2MDsY9wB4Zm1fdxpPsuBSiR4U+0acWlAqLmnuOPKr/OeOgwRUkBlw==", - "path": "swashbuckle.aspnetcore.swagger/7.2.0", - "hashPath": "swashbuckle.aspnetcore.swagger.7.2.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.SwaggerGen/7.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pMrTxGVuXM7t4wqft5CNNU8A0++Yw5kTLmYhB6tbEcyBfO8xEF/Y8pkJhO6BZ/2MYONrRYoQTfPFJqu8fOf5WQ==", - "path": "swashbuckle.aspnetcore.swaggergen/7.2.0", - "hashPath": "swashbuckle.aspnetcore.swaggergen.7.2.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.SwaggerUI/7.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hgrXeKzyp5OGN8qVvL7A+vhmU7mDJTfGpiMBRL66IcfLOyna8UTLtn3cC3CghamXpRDufcc9ciklTszUGEQK0w==", - "path": "swashbuckle.aspnetcore.swaggerui/7.2.0", - "hashPath": "swashbuckle.aspnetcore.swaggerui.7.2.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JlYi9XVvIREURRUlGMr1F6vOFLk7YSY4p1vHo4kX3tQ0AGrjqlRWHDi66ImHhy6qwXBG3BJ6Y1QlYQ+Qz6Xgww==", - "path": "system.configuration.configurationmanager/8.0.0", - "hashPath": "system.configuration.configurationmanager.8.0.0.nupkg.sha512" - }, - "System.Diagnostics.PerformanceCounter/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gbeE5tNp/oB7O8kTTLh3wPPJCxpNOphXPTWVs1BsYuFOYapFijWuh0LYw1qnDo4gwDUYPXOmpTIhvtxisGsYOQ==", - "path": "system.diagnostics.performancecounter/6.0.0", - "hashPath": "system.diagnostics.performancecounter.6.0.0.nupkg.sha512" - }, - "System.IdentityModel.Tokens.Jwt/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GJw3bYkWpOgvN3tJo5X4lYUeIFA2HD293FPUhKmp7qxS+g5ywAb34Dnd3cDAFLkcMohy5XTpoaZ4uAHuw0uSPQ==", - "path": "system.identitymodel.tokens.jwt/8.0.1", - "hashPath": "system.identitymodel.tokens.jwt.8.0.1.nupkg.sha512" - }, - "System.Memory.Data/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==", - "path": "system.memory.data/1.0.2", - "hashPath": "system.memory.data.1.0.2.nupkg.sha512" - }, - "System.Runtime.Caching/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4TmlmvGp4kzZomm7J2HJn6IIx0UUrQyhBDyb5O1XiunZlQImXW+B8b7W/sTPcXhSf9rp5NR5aDtQllwbB5elOQ==", - "path": "system.runtime.caching/8.0.0", - "hashPath": "system.runtime.caching.8.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+TUFINV2q2ifyXauQXRwy4CiBhqvDEDZeVJU7qfxya4aRYOKzVBpN+4acx25VcPB9ywUN6C0n8drWl110PhZEg==", - "path": "system.security.cryptography.protecteddata/8.0.0", - "hashPath": "system.security.cryptography.protecteddata.8.0.0.nupkg.sha512" - }, - "xunit/2.9.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7LhFS2N9Z6Xgg8aE5lY95cneYivRMfRI8v+4PATa4S64D5Z/Plkg0qa8dTRHSiGRgVZ/CL2gEfJDE5AUhOX+2Q==", - "path": "xunit/2.9.2", - "hashPath": "xunit.2.9.2.nupkg.sha512" - }, - "xunit.abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==", - "path": "xunit.abstractions/2.0.3", - "hashPath": "xunit.abstractions.2.0.3.nupkg.sha512" - }, - "xunit.assert/2.9.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QkNBAQG4pa66cholm28AxijBjrmki98/vsEh4Sx5iplzotvPgpiotcxqJQMRC8d7RV7nIT8ozh97957hDnZwsQ==", - "path": "xunit.assert/2.9.2", - "hashPath": "xunit.assert.2.9.2.nupkg.sha512" - }, - "xunit.core/2.9.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-O6RrNSdmZ0xgEn5kT927PNwog5vxTtKrWMihhhrT0Sg9jQ7iBDciYOwzBgP2krBEk5/GBXI18R1lKvmnxGcb4w==", - "path": "xunit.core/2.9.2", - "hashPath": "xunit.core.2.9.2.nupkg.sha512" - }, - "xunit.extensibility.core/2.9.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ol+KlBJz1x8BrdnhN2DeOuLrr1I/cTwtHCggL9BvYqFuVd/TUSzxNT5O0NxCIXth30bsKxgMfdqLTcORtM52yQ==", - "path": "xunit.extensibility.core/2.9.2", - "hashPath": "xunit.extensibility.core.2.9.2.nupkg.sha512" - }, - "xunit.extensibility.execution/2.9.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rKMpq4GsIUIJibXuZoZ8lYp5EpROlnYaRpwu9Zr0sRZXE7JqJfEEbCsUriZqB+ByXCLFBJyjkTRULMdC+U566g==", - "path": "xunit.extensibility.execution/2.9.2", - "hashPath": "xunit.extensibility.execution.2.9.2.nupkg.sha512" - }, - "YamlDotNet/13.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Q2dqDsb0xAlr092grgHk8/vTXI2snIiYM5ND3IXkgJDFIdPnqDYwYnlk+gwzSeRByDLhiSzTog8uT7xFwH68Zg==", - "path": "yamldotnet/13.3.1", - "hashPath": "yamldotnet.13.3.1.nupkg.sha512" - }, - "ZstdSharp.Port/0.7.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-U9Ix4l4cl58Kzz1rJzj5hoVTjmbx1qGMwzAcbv1j/d3NzrFaESIurQyg+ow4mivCgkE3S413y+U9k4WdnEIkRA==", - "path": "zstdsharp.port/0.7.3", - "hashPath": "zstdsharp.port.0.7.3.nupkg.sha512" - }, - "Coupon.API/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "EventBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "EventBusRabbitMQ/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "EventBusServiceBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Coupon.API.Tests.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Coupon.API.Tests.dll deleted file mode 100644 index 12e62345..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Coupon.API.Tests.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Coupon.API.Tests.pdb b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Coupon.API.Tests.pdb deleted file mode 100644 index 5ce8fdf9..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Coupon.API.Tests.pdb and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Coupon.API.Tests.runtimeconfig.json b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Coupon.API.Tests.runtimeconfig.json deleted file mode 100644 index 27e402f0..00000000 --- a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Coupon.API.Tests.runtimeconfig.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net9.0", - "frameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "9.0.0" - }, - { - "name": "Microsoft.AspNetCore.App", - "version": "9.0.0" - } - ], - "configProperties": { - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Coupon.API.deps.json b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Coupon.API.deps.json deleted file mode 100644 index 3cbe6bd8..00000000 --- a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Coupon.API.deps.json +++ /dev/null @@ -1,1732 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v9.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v9.0": { - "Coupon.API/1.0.0": { - "dependencies": { - "AspNetCore.HealthChecks.AzureServiceBus": "8.0.1", - "AspNetCore.HealthChecks.MongoDb": "8.1.0", - "AspNetCore.HealthChecks.Rabbitmq": "8.0.2", - "AspNetCore.HealthChecks.SqlServer": "8.0.2", - "AspNetCore.HealthChecks.UI.Client": "8.0.1", - "Autofac.Extensions.DependencyInjection": "10.0.0", - "EventBus": "1.0.0", - "EventBusRabbitMQ": "1.0.0", - "EventBusServiceBus": "1.0.0", - "Microsoft.ApplicationInsights.AspNetCore": "2.22.0", - "Microsoft.ApplicationInsights.Kubernetes": "7.0.0", - "Microsoft.AspNetCore.Authentication.JwtBearer": "9.0.0", - "Microsoft.Extensions.Configuration.AzureKeyVault": "3.1.24", - "MongoDB.Driver": "2.30.0", - "MongoDB.Driver.Core": "2.30.0", - "Polly": "8.5.0", - "Serilog.AspNetCore": "8.0.3", - "Serilog.Settings.Configuration": "8.0.4", - "Serilog.Sinks.Console": "6.0.0", - "Serilog.Sinks.Http": "9.0.0", - "Serilog.Sinks.Seq": "8.0.0", - "Swashbuckle.AspNetCore": "7.2.0" - }, - "runtime": { - "Coupon.API.dll": {} - } - }, - "AspNetCore.HealthChecks.AzureServiceBus/8.0.1": { - "dependencies": { - "Azure.Messaging.ServiceBus": "7.17.0" - }, - "runtime": { - "lib/net6.0/HealthChecks.AzureServiceBus.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.0" - } - } - }, - "AspNetCore.HealthChecks.MongoDb/8.1.0": { - "dependencies": { - "MongoDB.Driver": "2.30.0" - }, - "runtime": { - "lib/net6.0/HealthChecks.MongoDb.dll": { - "assemblyVersion": "8.1.0.0", - "fileVersion": "8.1.0.0" - } - } - }, - "AspNetCore.HealthChecks.Rabbitmq/8.0.2": { - "dependencies": { - "RabbitMQ.Client": "6.8.1" - }, - "runtime": { - "lib/net6.0/HealthChecks.Rabbitmq.dll": { - "assemblyVersion": "8.0.2.0", - "fileVersion": "8.0.2.0" - } - } - }, - "AspNetCore.HealthChecks.SqlServer/8.0.2": { - "dependencies": { - "Microsoft.Data.SqlClient": "5.2.0" - }, - "runtime": { - "lib/net6.0/HealthChecks.SqlServer.dll": { - "assemblyVersion": "8.0.2.0", - "fileVersion": "8.0.2.0" - } - } - }, - "AspNetCore.HealthChecks.UI.Client/8.0.1": { - "dependencies": { - "AspNetCore.HealthChecks.UI.Core": "8.0.1" - }, - "runtime": { - "lib/net8.0/HealthChecks.UI.Client.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.0" - } - } - }, - "AspNetCore.HealthChecks.UI.Core/8.0.1": { - "runtime": { - "lib/net6.0/HealthChecks.UI.Core.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.0" - } - } - }, - "Autofac/8.1.1": { - "runtime": { - "lib/net8.0/Autofac.dll": { - "assemblyVersion": "8.1.1.0", - "fileVersion": "8.1.1.0" - } - } - }, - "Autofac.Extensions.DependencyInjection/10.0.0": { - "dependencies": { - "Autofac": "8.1.1" - }, - "runtime": { - "lib/net8.0/Autofac.Extensions.DependencyInjection.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "10.0.0.0" - } - } - }, - "AWSSDK.Core/3.7.100.14": { - "runtime": { - "lib/netcoreapp3.1/AWSSDK.Core.dll": { - "assemblyVersion": "3.3.0.0", - "fileVersion": "3.7.100.14" - } - } - }, - "AWSSDK.SecurityToken/3.7.100.14": { - "dependencies": { - "AWSSDK.Core": "3.7.100.14" - }, - "runtime": { - "lib/netcoreapp3.1/AWSSDK.SecurityToken.dll": { - "assemblyVersion": "3.3.0.0", - "fileVersion": "3.7.100.14" - } - } - }, - "Azure.Core/1.36.0": { - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "1.1.1", - "System.Memory.Data": "1.0.2" - }, - "runtime": { - "lib/net6.0/Azure.Core.dll": { - "assemblyVersion": "1.36.0.0", - "fileVersion": "1.3600.23.56006" - } - } - }, - "Azure.Core.Amqp/1.3.0": { - "dependencies": { - "Microsoft.Azure.Amqp": "2.6.3", - "System.Memory.Data": "1.0.2" - }, - "runtime": { - "lib/netstandard2.0/Azure.Core.Amqp.dll": { - "assemblyVersion": "1.3.0.0", - "fileVersion": "1.300.23.15207" - } - } - }, - "Azure.Identity/1.10.3": { - "dependencies": { - "Azure.Core": "1.36.0", - "Microsoft.Identity.Client": "4.56.0", - "Microsoft.Identity.Client.Extensions.Msal": "4.56.0", - "System.Security.Cryptography.ProtectedData": "8.0.0" - }, - "runtime": { - "lib/netstandard2.0/Azure.Identity.dll": { - "assemblyVersion": "1.10.3.0", - "fileVersion": "1.1000.323.51804" - } - } - }, - "Azure.Messaging.ServiceBus/7.17.0": { - "dependencies": { - "Azure.Core": "1.36.0", - "Azure.Core.Amqp": "1.3.0", - "Microsoft.Azure.Amqp": "2.6.3", - "Microsoft.Bcl.AsyncInterfaces": "1.1.1", - "System.Memory.Data": "1.0.2" - }, - "runtime": { - "lib/netstandard2.0/Azure.Messaging.ServiceBus.dll": { - "assemblyVersion": "7.17.0.0", - "fileVersion": "7.1700.23.56401" - } - } - }, - "DnsClient/1.6.1": { - "runtime": { - "lib/net5.0/DnsClient.dll": { - "assemblyVersion": "1.6.1.0", - "fileVersion": "1.6.1.0" - } - } - }, - "Fractions/7.2.1": { - "runtime": { - "lib/netstandard2.1/Fractions.dll": { - "assemblyVersion": "7.2.1.0", - "fileVersion": "7.2.1.0" - } - } - }, - "IdentityModel/5.2.0": { - "runtime": { - "lib/net5.0/IdentityModel.dll": { - "assemblyVersion": "5.2.0.0", - "fileVersion": "5.2.0.0" - } - } - }, - "IdentityModel.OidcClient/5.2.1": { - "dependencies": { - "IdentityModel": "5.2.0" - }, - "runtime": { - "lib/netstandard2.0/IdentityModel.OidcClient.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.2.1.0" - } - } - }, - "KubernetesClient/12.1.1": { - "dependencies": { - "Fractions": "7.2.1", - "IdentityModel.OidcClient": "5.2.1", - "System.IdentityModel.Tokens.Jwt": "8.0.1", - "YamlDotNet": "13.3.1", - "prometheus-net": "8.0.1" - }, - "runtime": { - "lib/net7.0/KubernetesClient.dll": { - "assemblyVersion": "12.1.0.0", - "fileVersion": "12.1.1.319" - } - } - }, - "Microsoft.ApplicationInsights/2.22.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.ApplicationInsights.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.ApplicationInsights.AspNetCore/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.22.0", - "Microsoft.ApplicationInsights.EventCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.22.0", - "Microsoft.Extensions.Logging.ApplicationInsights": "2.22.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.DependencyCollector.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.ApplicationInsights.EventCounterCollector/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.ApplicationInsights.Kubernetes/7.0.0": { - "dependencies": { - "KubernetesClient": "12.1.1", - "Microsoft.ApplicationInsights": "2.22.0", - "Microsoft.Extensions.DiagnosticAdapter": "3.1.27" - }, - "runtime": { - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.0.0" - } - } - }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "System.Diagnostics.PerformanceCounter": "6.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.ApplicationInsights.WindowsServer/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.22.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.22.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.WindowsServer.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.AspNetCore.Authentication.JwtBearer/9.0.0": { - "dependencies": { - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "8.0.1" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.Azure.Amqp/2.6.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.Azure.Amqp.dll": { - "assemblyVersion": "2.4.0.0", - "fileVersion": "2.6.3.0" - } - } - }, - "Microsoft.Azure.KeyVault/2.3.2": { - "dependencies": { - "Microsoft.Azure.KeyVault.WebKey": "2.0.7", - "Microsoft.Rest.ClientRuntime": "2.3.8", - "Microsoft.Rest.ClientRuntime.Azure": "3.3.7", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.3.2.0" - } - } - }, - "Microsoft.Azure.KeyVault.WebKey/2.0.7": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.7.0" - } - } - }, - "Microsoft.Azure.ServiceBus/5.2.0": { - "dependencies": { - "Microsoft.Azure.Amqp": "2.6.3", - "Microsoft.Azure.Services.AppAuthentication": "1.0.3", - "Newtonsoft.Json": "13.0.3", - "System.IdentityModel.Tokens.Jwt": "8.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": { - "assemblyVersion": "5.2.0.0", - "fileVersion": "5.200.21.55702" - } - } - }, - "Microsoft.Azure.Services.AppAuthentication/1.0.3": { - "dependencies": { - "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": { - "assemblyVersion": "1.0.3.0", - "fileVersion": "1.0.3.0" - } - } - }, - "Microsoft.Bcl.AsyncInterfaces/1.1.1": { - "runtime": { - "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "4.700.20.21406" - } - } - }, - "Microsoft.Data.SqlClient/5.2.0": { - "dependencies": { - "Azure.Identity": "1.10.3", - "Microsoft.Data.SqlClient.SNI.runtime": "5.2.0", - "Microsoft.Identity.Client": "4.56.0", - "Microsoft.IdentityModel.JsonWebTokens": "8.0.1", - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "8.0.1", - "Microsoft.SqlServer.Server": "1.0.0", - "System.Configuration.ConfigurationManager": "8.0.0", - "System.Runtime.Caching": "8.0.0" - }, - "runtime": { - "lib/net8.0/Microsoft.Data.SqlClient.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.20.24059.2" - } - }, - "resources": { - "lib/net8.0/de/Microsoft.Data.SqlClient.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.Data.SqlClient.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.Data.SqlClient.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.Data.SqlClient.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.Data.SqlClient.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.Data.SqlClient.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pt-BR/Microsoft.Data.SqlClient.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.Data.SqlClient.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll": { - "locale": "zh-Hant" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.20.24059.2" - }, - "runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.20.24059.2" - } - } - }, - "Microsoft.Data.SqlClient.SNI.runtime/5.2.0": { - "runtimeTargets": { - "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-arm", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-arm64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "Microsoft.Extensions.Configuration.AzureKeyVault/3.1.24": { - "dependencies": { - "Microsoft.Azure.KeyVault": "2.3.2", - "Microsoft.Azure.Services.AppAuthentication": "1.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll": { - "assemblyVersion": "3.1.24.0", - "fileVersion": "3.100.2422.18002" - } - } - }, - "Microsoft.Extensions.DependencyModel/8.0.2": { - "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { - "assemblyVersion": "8.0.0.2", - "fileVersion": "8.0.1024.46610" - } - } - }, - "Microsoft.Extensions.DiagnosticAdapter/3.1.27": { - "runtime": { - "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll": { - "assemblyVersion": "3.1.27.0", - "fileVersion": "3.100.2722.31601" - } - } - }, - "Microsoft.Extensions.Logging.ApplicationInsights/2.22.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.dll": { - "assemblyVersion": "2.22.0.997", - "fileVersion": "2.22.0.997" - } - } - }, - "Microsoft.Identity.Client/4.56.0": { - "dependencies": { - "Microsoft.IdentityModel.Abstractions": "8.0.1" - }, - "runtime": { - "lib/net6.0/Microsoft.Identity.Client.dll": { - "assemblyVersion": "4.56.0.0", - "fileVersion": "4.56.0.0" - } - } - }, - "Microsoft.Identity.Client.Extensions.Msal/4.56.0": { - "dependencies": { - "Microsoft.Identity.Client": "4.56.0", - "System.Security.Cryptography.ProtectedData": "8.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll": { - "assemblyVersion": "4.56.0.0", - "fileVersion": "4.56.0.0" - } - } - }, - "Microsoft.IdentityModel.Abstractions/8.0.1": { - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.2": { - "runtime": { - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": { - "assemblyVersion": "3.14.2.11", - "fileVersion": "3.14.40721.918" - }, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": { - "assemblyVersion": "3.14.2.11", - "fileVersion": "3.14.40721.918" - } - } - }, - "Microsoft.IdentityModel.JsonWebTokens/8.0.1": { - "dependencies": { - "Microsoft.IdentityModel.Tokens": "8.0.1" - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "Microsoft.IdentityModel.Logging/8.0.1": { - "dependencies": { - "Microsoft.IdentityModel.Abstractions": "8.0.1" - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Logging.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "Microsoft.IdentityModel.Protocols/8.0.1": { - "dependencies": { - "Microsoft.IdentityModel.Tokens": "8.0.1" - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Protocols.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/8.0.1": { - "dependencies": { - "Microsoft.IdentityModel.Protocols": "8.0.1", - "System.IdentityModel.Tokens.Jwt": "8.0.1" - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "Microsoft.IdentityModel.Tokens/8.0.1": { - "dependencies": { - "Microsoft.IdentityModel.Logging": "8.0.1" - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Tokens.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "Microsoft.OpenApi/1.6.22": { - "runtime": { - "lib/netstandard2.0/Microsoft.OpenApi.dll": { - "assemblyVersion": "1.6.22.0", - "fileVersion": "1.6.22.0" - } - } - }, - "Microsoft.Rest.ClientRuntime/2.3.8": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.3.8.0" - } - } - }, - "Microsoft.Rest.ClientRuntime.Azure/3.3.7": { - "dependencies": { - "Microsoft.Rest.ClientRuntime": "2.3.8", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll": { - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.3.7.0" - } - } - }, - "Microsoft.SqlServer.Server/1.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "MongoDB.Bson/2.30.0": { - "runtime": { - "lib/netstandard2.1/MongoDB.Bson.dll": { - "assemblyVersion": "2.30.0.0", - "fileVersion": "2.30.0.0" - } - } - }, - "MongoDB.Driver/2.30.0": { - "dependencies": { - "MongoDB.Bson": "2.30.0", - "MongoDB.Driver.Core": "2.30.0", - "MongoDB.Libmongocrypt": "1.12.0" - }, - "runtime": { - "lib/netstandard2.1/MongoDB.Driver.dll": { - "assemblyVersion": "2.30.0.0", - "fileVersion": "2.30.0.0" - } - } - }, - "MongoDB.Driver.Core/2.30.0": { - "dependencies": { - "AWSSDK.SecurityToken": "3.7.100.14", - "DnsClient": "1.6.1", - "MongoDB.Bson": "2.30.0", - "MongoDB.Libmongocrypt": "1.12.0", - "SharpCompress": "0.30.1", - "Snappier": "1.0.0", - "ZstdSharp.Port": "0.7.3" - }, - "runtime": { - "lib/netstandard2.1/MongoDB.Driver.Core.dll": { - "assemblyVersion": "2.30.0.0", - "fileVersion": "2.30.0.0" - } - } - }, - "MongoDB.Libmongocrypt/1.12.0": { - "runtime": { - "lib/netstandard2.1/MongoDB.Libmongocrypt.dll": { - "assemblyVersion": "1.12.0.0", - "fileVersion": "1.12.0.0" - } - }, - "runtimeTargets": { - "runtimes/linux/native/libmongocrypt.so": { - "rid": "linux", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/osx/native/libmongocrypt.dylib": { - "rid": "osx", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win/native/mongocrypt.dll": { - "rid": "win", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "Newtonsoft.Json/13.0.3": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" - } - } - }, - "Polly/8.5.0": { - "dependencies": { - "Polly.Core": "8.5.0" - }, - "runtime": { - "lib/net6.0/Polly.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.5.0.4130" - } - } - }, - "Polly.Core/8.5.0": { - "runtime": { - "lib/net8.0/Polly.Core.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.5.0.4130" - } - } - }, - "prometheus-net/8.0.1": { - "runtime": { - "lib/net7.0/Prometheus.NetStandard.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.1.0" - } - } - }, - "RabbitMQ.Client/6.8.1": { - "runtime": { - "lib/netstandard2.0/RabbitMQ.Client.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.8.1.0" - } - } - }, - "Serilog/4.0.0": { - "runtime": { - "lib/net8.0/Serilog.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.0.0.0" - } - } - }, - "Serilog.AspNetCore/8.0.3": { - "dependencies": { - "Serilog": "4.0.0", - "Serilog.Extensions.Hosting": "8.0.0", - "Serilog.Formatting.Compact": "2.0.0", - "Serilog.Settings.Configuration": "8.0.4", - "Serilog.Sinks.Console": "6.0.0", - "Serilog.Sinks.Debug": "2.0.0", - "Serilog.Sinks.File": "5.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.AspNetCore.dll": { - "assemblyVersion": "8.0.3.0", - "fileVersion": "8.0.3.0" - } - } - }, - "Serilog.Extensions.Hosting/8.0.0": { - "dependencies": { - "Serilog": "4.0.0", - "Serilog.Extensions.Logging": "8.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Extensions.Hosting.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "8.0.0.0" - } - } - }, - "Serilog.Extensions.Logging/8.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Extensions.Logging.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "8.0.0.0" - } - } - }, - "Serilog.Formatting.Compact/2.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net7.0/Serilog.Formatting.Compact.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.0" - } - } - }, - "Serilog.Settings.Configuration/8.0.4": { - "dependencies": { - "Microsoft.Extensions.DependencyModel": "8.0.2", - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Settings.Configuration.dll": { - "assemblyVersion": "8.0.4.0", - "fileVersion": "8.0.4.0" - } - } - }, - "Serilog.Sinks.Console/6.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net8.0/Serilog.Sinks.Console.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.0.0" - } - } - }, - "Serilog.Sinks.Debug/2.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.0" - } - } - }, - "Serilog.Sinks.File/5.0.0": { - "dependencies": { - "Serilog": "4.0.0" - }, - "runtime": { - "lib/net5.0/Serilog.Sinks.File.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.0" - } - } - }, - "Serilog.Sinks.Http/9.0.0": { - "dependencies": { - "Serilog.Sinks.File": "5.0.0" - }, - "runtime": { - "lib/netstandard2.1/Serilog.Sinks.Http.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.0.0" - } - } - }, - "Serilog.Sinks.Seq/8.0.0": { - "dependencies": { - "Serilog": "4.0.0", - "Serilog.Sinks.File": "5.0.0" - }, - "runtime": { - "lib/net6.0/Serilog.Sinks.Seq.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.0.0" - } - } - }, - "SharpCompress/0.30.1": { - "runtime": { - "lib/net5.0/SharpCompress.dll": { - "assemblyVersion": "0.30.1.0", - "fileVersion": "0.30.1.0" - } - } - }, - "Snappier/1.0.0": { - "runtime": { - "lib/net5.0/Snappier.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "Swashbuckle.AspNetCore/7.2.0": { - "dependencies": { - "Swashbuckle.AspNetCore.Swagger": "7.2.0", - "Swashbuckle.AspNetCore.SwaggerGen": "7.2.0", - "Swashbuckle.AspNetCore.SwaggerUI": "7.2.0" - } - }, - "Swashbuckle.AspNetCore.Swagger/7.2.0": { - "dependencies": { - "Microsoft.OpenApi": "1.6.22" - }, - "runtime": { - "lib/net9.0/Swashbuckle.AspNetCore.Swagger.dll": { - "assemblyVersion": "7.2.0.0", - "fileVersion": "7.2.0.956" - } - } - }, - "Swashbuckle.AspNetCore.SwaggerGen/7.2.0": { - "dependencies": { - "Swashbuckle.AspNetCore.Swagger": "7.2.0" - }, - "runtime": { - "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { - "assemblyVersion": "7.2.0.0", - "fileVersion": "7.2.0.956" - } - } - }, - "Swashbuckle.AspNetCore.SwaggerUI/7.2.0": { - "runtime": { - "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { - "assemblyVersion": "7.2.0.0", - "fileVersion": "7.2.0.956" - } - } - }, - "System.Configuration.ConfigurationManager/8.0.0": { - "dependencies": { - "System.Security.Cryptography.ProtectedData": "8.0.0" - }, - "runtime": { - "lib/net8.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "System.Diagnostics.PerformanceCounter/6.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "8.0.0" - }, - "runtime": { - "lib/net6.0/System.Diagnostics.PerformanceCounter.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.IdentityModel.Tokens.Jwt/8.0.1": { - "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "8.0.1", - "Microsoft.IdentityModel.Tokens": "8.0.1" - }, - "runtime": { - "lib/net9.0/System.IdentityModel.Tokens.Jwt.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "System.Memory.Data/1.0.2": { - "runtime": { - "lib/netstandard2.0/System.Memory.Data.dll": { - "assemblyVersion": "1.0.2.0", - "fileVersion": "1.0.221.20802" - } - } - }, - "System.Runtime.Caching/8.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "8.0.0" - }, - "runtime": { - "lib/net8.0/System.Runtime.Caching.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net8.0/System.Runtime.Caching.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "System.Security.Cryptography.ProtectedData/8.0.0": { - "runtime": { - "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "YamlDotNet/13.3.1": { - "runtime": { - "lib/net7.0/YamlDotNet.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.3.1.0" - } - } - }, - "ZstdSharp.Port/0.7.3": { - "runtime": { - "lib/net7.0/ZstdSharp.dll": { - "assemblyVersion": "0.7.3.0", - "fileVersion": "0.7.3.0" - } - } - }, - "EventBus/1.0.0": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "EventBus.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "EventBusRabbitMQ/1.0.0": { - "dependencies": { - "Autofac": "8.1.1", - "EventBus": "1.0.0", - "Newtonsoft.Json": "13.0.3", - "Polly": "8.5.0", - "RabbitMQ.Client": "6.8.1" - }, - "runtime": { - "EventBusRabbitMQ.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "EventBusServiceBus/1.0.0": { - "dependencies": { - "Autofac": "8.1.1", - "EventBus": "1.0.0", - "Microsoft.Azure.ServiceBus": "5.2.0" - }, - "runtime": { - "EventBusServiceBus.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - } - } - }, - "libraries": { - "Coupon.API/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "AspNetCore.HealthChecks.AzureServiceBus/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-67GttVESv92GIthFMNqLbWvnQr3AFujGGsydKUl51R7p+KETguIJ+yHGUSnLL8XEcIWO0pENO714WlAqmON8EQ==", - "path": "aspnetcore.healthchecks.azureservicebus/8.0.1", - "hashPath": "aspnetcore.healthchecks.azureservicebus.8.0.1.nupkg.sha512" - }, - "AspNetCore.HealthChecks.MongoDb/8.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NuVDrj7UXBVniePh6JnuM8ryZRWdOIGOBes3owg2WQV/1NPntpWqX/DYaP6SBduHULUp8XRbwAui8qKQAW4SDA==", - "path": "aspnetcore.healthchecks.mongodb/8.1.0", - "hashPath": "aspnetcore.healthchecks.mongodb.8.1.0.nupkg.sha512" - }, - "AspNetCore.HealthChecks.Rabbitmq/8.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A/29xmNWfssOY1zq1bWAaZPW/iJfBhJN+I737KKHQutzB0JFwAIKesjsUWN2BAJwqS/ciFMjNxvCDHtAgU0PIQ==", - "path": "aspnetcore.healthchecks.rabbitmq/8.0.2", - "hashPath": "aspnetcore.healthchecks.rabbitmq.8.0.2.nupkg.sha512" - }, - "AspNetCore.HealthChecks.SqlServer/8.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sTcVVq7/zhfUrSTs0WAktvPdpU1He/sj14gRTogq4eFhn0oImolxNNhJczkYMgFF92RMMW+O+rlcFO7HVOpfiQ==", - "path": "aspnetcore.healthchecks.sqlserver/8.0.2", - "hashPath": "aspnetcore.healthchecks.sqlserver.8.0.2.nupkg.sha512" - }, - "AspNetCore.HealthChecks.UI.Client/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nhC6KIoB/EtTbH3uGm2J6EHEUyTJuETUARFePbmrnA+zjbwsirzIVUQl46qIjvyPABhK0e7Rk+AxcRqC6zikqA==", - "path": "aspnetcore.healthchecks.ui.client/8.0.1", - "hashPath": "aspnetcore.healthchecks.ui.client.8.0.1.nupkg.sha512" - }, - "AspNetCore.HealthChecks.UI.Core/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Vn00MOJ1I0HSqyP7Bt9v0pr0AIgbrXMjL/KFwW+sRwLRogOtep8BWGimd8XYRCbCDLrAi7VSArU02f6pEIw69w==", - "path": "aspnetcore.healthchecks.ui.core/8.0.1", - "hashPath": "aspnetcore.healthchecks.ui.core.8.0.1.nupkg.sha512" - }, - "Autofac/8.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lhHjVB/XJtxPDUQ/FAHWAC7Spu+P9TNfDbyx2W0ABqD1eTRo7TkcZ7l7Oq1S5pKNg7NXswdk9uH73qbOzSwQFA==", - "path": "autofac/8.1.1", - "hashPath": "autofac.8.1.1.nupkg.sha512" - }, - "Autofac.Extensions.DependencyInjection/10.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZjR/onUlP7BzQ7VBBigQepWLAyAzi3VRGX3pP6sBqkPRiT61fsTZqbTpRUKxo30TMgbs1o3y6bpLbETix4SJog==", - "path": "autofac.extensions.dependencyinjection/10.0.0", - "hashPath": "autofac.extensions.dependencyinjection.10.0.0.nupkg.sha512" - }, - "AWSSDK.Core/3.7.100.14": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gnEgxBlk4PFEfdPE8Lkf4+D16MZFYSaW7/o6Wwe5e035QWUkTJX0Dn4LfTCdV5QSEL/fOFxu+yCAm55eIIBgog==", - "path": "awssdk.core/3.7.100.14", - "hashPath": "awssdk.core.3.7.100.14.nupkg.sha512" - }, - "AWSSDK.SecurityToken/3.7.100.14": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dGCVuVo0CFUKWW85W8YENO+aREf8sCBDjvGbnNvxJuNW4Ss+brEU9ltHhq2KfZze2VUNK1/wygbPG1bmbpyXEw==", - "path": "awssdk.securitytoken/3.7.100.14", - "hashPath": "awssdk.securitytoken.3.7.100.14.nupkg.sha512" - }, - "Azure.Core/1.36.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vwqFZdHS4dzPlI7FFRkPx9ctA+aGGeRev3gnzG8lntWvKMmBhAmulABi1O9CEvS3/jzYt7yA+0pqVdxkpAd7dQ==", - "path": "azure.core/1.36.0", - "hashPath": "azure.core.1.36.0.nupkg.sha512" - }, - "Azure.Core.Amqp/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==", - "path": "azure.core.amqp/1.3.0", - "hashPath": "azure.core.amqp.1.3.0.nupkg.sha512" - }, - "Azure.Identity/1.10.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-l1Xm2MWOF2Mzcwuarlw8kWQXLZk3UeB55aQXVyjj23aBfDwOZ3gu5GP2kJ6KlmZeZv2TCzw7x4L3V36iNr3gww==", - "path": "azure.identity/1.10.3", - "hashPath": "azure.identity.1.10.3.nupkg.sha512" - }, - "Azure.Messaging.ServiceBus/7.17.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lpQXW+8IsTsCp8hvMIiqcp0oLYgxc79g7ALYUOOXiZy/3WORlaN237eNx0LCX40wTo7hLtdbVrmoUa+kIohGpg==", - "path": "azure.messaging.servicebus/7.17.0", - "hashPath": "azure.messaging.servicebus.7.17.0.nupkg.sha512" - }, - "DnsClient/1.6.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4H/f2uYJOZ+YObZjpY9ABrKZI+JNw3uizp6oMzTXwDw6F+2qIPhpRl/1t68O/6e98+vqNiYGu+lswmwdYUy3gg==", - "path": "dnsclient/1.6.1", - "hashPath": "dnsclient.1.6.1.nupkg.sha512" - }, - "Fractions/7.2.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1gVCo18/02ZZOJ+dcpVNMsUHF6cLmltMMskUWl2G1l+0OmTTvcwJZq5/JXIVpvOzPM3gDLombsloGMlTQNcv9g==", - "path": "fractions/7.2.1", - "hashPath": "fractions.7.2.1.nupkg.sha512" - }, - "IdentityModel/5.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nuhkbaDH9l5QzNJp2MtP3qio57MPtiRneUN8Ocr7od0JvSYaIe3gBj/vxllr11S/Qvu1AG4GZXoyv5469ewYDA==", - "path": "identitymodel/5.2.0", - "hashPath": "identitymodel.5.2.0.nupkg.sha512" - }, - "IdentityModel.OidcClient/5.2.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OuPhDNAw/EoJVEmYO6/ChZUBcug4OGoGKTKLUyBCsGhlKegxJk25LYQ0EL7GCBMgkEL+BYNJukNZyaJ+JNaWog==", - "path": "identitymodel.oidcclient/5.2.1", - "hashPath": "identitymodel.oidcclient.5.2.1.nupkg.sha512" - }, - "KubernetesClient/12.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Xvc6Kr/W5YUxlMDzy0R80zy+Vd66brS7fSA4COGXu8KZACKPW7+KKS7kxZBLaFYGrUcktXOHpqNNuoukSGcK6A==", - "path": "kubernetesclient/12.1.1", - "hashPath": "kubernetesclient.12.1.1.nupkg.sha512" - }, - "Microsoft.ApplicationInsights/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3AOM9bZtku7RQwHyMEY3tQMrHIgjcfRDa6YQpd/QG2LDGvMydSlL9Di+8LLMt7J2RDdfJ7/2jdYv6yHcMJAnNw==", - "path": "microsoft.applicationinsights/2.22.0", - "hashPath": "microsoft.applicationinsights.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.AspNetCore/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OuiZgRDX0zm3a1DRk/GT54ZsyTg8a88n3cpkVEYFJoRhT5X84l2C68BuKrglE0sIj+C0+o2WTR8S21YBD/ZWgA==", - "path": "microsoft.applicationinsights.aspnetcore/2.22.0", - "hashPath": "microsoft.applicationinsights.aspnetcore.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gseSmuCshdZqcn5r6EW1Zx52e5/p2RpAsHSanlxs8pq+Pbg1RZP678tXtxfVuHC0fA3MVV852pnfFC7ZGB0jew==", - "path": "microsoft.applicationinsights.dependencycollector/2.22.0", - "hashPath": "microsoft.applicationinsights.dependencycollector.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.EventCounterCollector/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/fXUyZIMwaWfETgire4fygaBhY8J+hXvTVhSFXKV0JOFBenzzU4smGW8iRUFhE534a3QrczuFfmfCCkXRKbsNg==", - "path": "microsoft.applicationinsights.eventcountercollector/2.22.0", - "hashPath": "microsoft.applicationinsights.eventcountercollector.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.Kubernetes/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NF7HsDqEPTLkqnm2NyA+xBLE4qzEaY5UEkdhywGeZgI0hjrpbjuFafrZOZPjqMV38WXZ24yv7c4K251+9OgOfw==", - "path": "microsoft.applicationinsights.kubernetes/7.0.0", - "hashPath": "microsoft.applicationinsights.kubernetes.7.0.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nExsJsbN7694ueUNNBms/UNgza9WH4W/I6i5CnF9ujJ1sp57EL5Uk0NP9MDwlLVtYaaiznKPatVSv3Nu8vAplw==", - "path": "microsoft.applicationinsights.perfcountercollector/2.22.0", - "hashPath": "microsoft.applicationinsights.perfcountercollector.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.WindowsServer/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9k1x1+Kq1fElvcv0o/w9w8tRWAa2Y0f4NPBeHF5b2xCety4GM1yv3K3Ra0lZwO3kW0SHlm9M8nrySuyKQlHyYA==", - "path": "microsoft.applicationinsights.windowsserver/2.22.0", - "hashPath": "microsoft.applicationinsights.windowsserver.2.22.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Blb6S8UJSJ/jo6mxeO38gKgui75D2brp5NpXJoZUhyJzfmYsfhn7a4t5f+CDfAKyvie7sQB2FIzeEDQSiRE5zw==", - "path": "microsoft.applicationinsights.windowsserver.telemetrychannel/2.22.0", - "hashPath": "microsoft.applicationinsights.windowsserver.telemetrychannel.2.22.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.JwtBearer/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bs+1Pq3vQdS2lTyxNUd9fEhtMsq3eLUpK36k2t56iDMVrk6OrAoFtvrQrTK0Y0OetTcJrUkGU7hBlf+ORzHLqQ==", - "path": "microsoft.aspnetcore.authentication.jwtbearer/9.0.0", - "hashPath": "microsoft.aspnetcore.authentication.jwtbearer.9.0.0.nupkg.sha512" - }, - "Microsoft.Azure.Amqp/2.6.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iPbNNII4YZGkka7JQS0ZsZfZLcM7dwIoov/DyFiaemRqOTrdJCLgYnFBFhc/3TSh0ZI4/5TpxQPSPSckZ65jmA==", - "path": "microsoft.azure.amqp/2.6.3", - "hashPath": "microsoft.azure.amqp.2.6.3.nupkg.sha512" - }, - "Microsoft.Azure.KeyVault/2.3.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A82ESUdfLz2wMhYuPxrwf/fA7JVt3IARgeMCG3TsaLtxUxa9RBKX3f0zdnKmvBvJ/u1/5g03OLR26GPekqY5HQ==", - "path": "microsoft.azure.keyvault/2.3.2", - "hashPath": "microsoft.azure.keyvault.2.3.2.nupkg.sha512" - }, - "Microsoft.Azure.KeyVault.WebKey/2.0.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MVSYao62R9rwl9KF+IsJm+XBLupJj1ma2lfwNeFlSWziXGAopnYK+YkDWqABOqNIV9kpza/MvNBxITzhlJIyIw==", - "path": "microsoft.azure.keyvault.webkey/2.0.7", - "hashPath": "microsoft.azure.keyvault.webkey.2.0.7.nupkg.sha512" - }, - "Microsoft.Azure.ServiceBus/5.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==", - "path": "microsoft.azure.servicebus/5.2.0", - "hashPath": "microsoft.azure.servicebus.5.2.0.nupkg.sha512" - }, - "Microsoft.Azure.Services.AppAuthentication/1.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==", - "path": "microsoft.azure.services.appauthentication/1.0.3", - "hashPath": "microsoft.azure.services.appauthentication.1.0.3.nupkg.sha512" - }, - "Microsoft.Bcl.AsyncInterfaces/1.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==", - "path": "microsoft.bcl.asyncinterfaces/1.1.1", - "hashPath": "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512" - }, - "Microsoft.Data.SqlClient/5.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3alfyqRN3ELRtdvU1dGtLBRNQqprr3TJ0WrUJfMISPwg1nPUN2P3Lelah68IKWuV27Ceb7ig95hWNHFTSXfxMg==", - "path": "microsoft.data.sqlclient/5.2.0", - "hashPath": "microsoft.data.sqlclient.5.2.0.nupkg.sha512" - }, - "Microsoft.Data.SqlClient.SNI.runtime/5.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-po1jhvFd+8pbfvJR/puh+fkHi0GRanAdvayh/0e47yaM6CXWZ6opUjCMFuYlAnD2LcbyvQE7fPJKvogmaUcN+w==", - "path": "microsoft.data.sqlclient.sni.runtime/5.2.0", - "hashPath": "microsoft.data.sqlclient.sni.runtime.5.2.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.AzureKeyVault/3.1.24": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dAir8lfKn3Ukvis2sGddZ72bbuEQ24VusFELZg2JZDPTjBDyoVVocbxbe/39YAEHEq3TfCAIbHicCCKgHBBa2A==", - "path": "microsoft.extensions.configuration.azurekeyvault/3.1.24", - "hashPath": "microsoft.extensions.configuration.azurekeyvault.3.1.24.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyModel/8.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-mUBDZZRgZrSyFOsJ2qJJ9fXfqd/kXJwf3AiDoqLD9m6TjY5OO/vLNOb9fb4juC0487eq4hcGN/M2Rh/CKS7QYw==", - "path": "microsoft.extensions.dependencymodel/8.0.2", - "hashPath": "microsoft.extensions.dependencymodel.8.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.DiagnosticAdapter/3.1.27": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IHJmvjE3X+PJLlbRvZHnzVO2CglI9FARYgTPbbUNN85gS4jqS0EM/dGhZGwQpr3P4X0/V/OUtmgHvBipS4KTwQ==", - "path": "microsoft.extensions.diagnosticadapter/3.1.27", - "hashPath": "microsoft.extensions.diagnosticadapter.3.1.27.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.ApplicationInsights/2.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5OmXub+9MyX8FbqgO+hBJRHk1iJ+UZUU20oIU3wo+RbmH6Jtsja79rriHLlzlrkMzWbpCkCzF6f4Yb6iGbsDag==", - "path": "microsoft.extensions.logging.applicationinsights/2.22.0", - "hashPath": "microsoft.extensions.logging.applicationinsights.2.22.0.nupkg.sha512" - }, - "Microsoft.Identity.Client/4.56.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rr4zbidvHy9r4NvOAs5hdd964Ao2A0pAeFBJKR95u1CJAVzbd1p6tPTXUZ+5ld0cfThiVSGvz6UHwY6JjraTpA==", - "path": "microsoft.identity.client/4.56.0", - "hashPath": "microsoft.identity.client.4.56.0.nupkg.sha512" - }, - "Microsoft.Identity.Client.Extensions.Msal/4.56.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-H12YAzEGK55vZ+QpxUzozhW8ZZtgPDuWvgA0JbdIR9UhMUplj29JhIgE2imuH8W2Nw9D8JKygR1uxRFtpSNcrg==", - "path": "microsoft.identity.client.extensions.msal/4.56.0", - "hashPath": "microsoft.identity.client.extensions.msal.4.56.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Abstractions/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OtlIWcyX01olfdevPKZdIPfBEvbcioDyBiE/Z2lHsopsMD7twcKtlN9kMevHmI5IIPhFpfwCIiR6qHQz1WHUIw==", - "path": "microsoft.identitymodel.abstractions/8.0.1", - "hashPath": "microsoft.identitymodel.abstractions.8.0.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==", - "path": "microsoft.identitymodel.clients.activedirectory/3.14.2", - "hashPath": "microsoft.identitymodel.clients.activedirectory.3.14.2.nupkg.sha512" - }, - "Microsoft.IdentityModel.JsonWebTokens/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-s6++gF9x0rQApQzOBbSyp4jUaAlwm+DroKfL8gdOHxs83k8SJfUXhuc46rDB3rNXBQ1MVRxqKUrqFhO/M0E97g==", - "path": "microsoft.identitymodel.jsonwebtokens/8.0.1", - "hashPath": "microsoft.identitymodel.jsonwebtokens.8.0.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Logging/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UCPF2exZqBXe7v/6sGNiM6zCQOUXXQ9+v5VTb9gPB8ZSUPnX53BxlN78v2jsbIvK9Dq4GovQxo23x8JgWvm/Qg==", - "path": "microsoft.identitymodel.logging/8.0.1", - "hashPath": "microsoft.identitymodel.logging.8.0.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uA2vpKqU3I2mBBEaeJAWPTjT9v1TZrGWKdgK6G5qJd03CLx83kdiqO9cmiK8/n1erkHzFBwU/RphP83aAe3i3g==", - "path": "microsoft.identitymodel.protocols/8.0.1", - "hashPath": "microsoft.identitymodel.protocols.8.0.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AQDbfpL+yzuuGhO/mQhKNsp44pm5Jv8/BI4KiFXR7beVGZoSH35zMV3PrmcfvSTsyI6qrcR898NzUauD6SRigg==", - "path": "microsoft.identitymodel.protocols.openidconnect/8.0.1", - "hashPath": "microsoft.identitymodel.protocols.openidconnect.8.0.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Tokens/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kDimB6Dkd3nkW2oZPDkMkVHfQt3IDqO5gL0oa8WVy3OP4uE8Ij+8TXnqg9TOd9ufjsY3IDiGz7pCUbnfL18tjg==", - "path": "microsoft.identitymodel.tokens/8.0.1", - "hashPath": "microsoft.identitymodel.tokens.8.0.1.nupkg.sha512" - }, - "Microsoft.OpenApi/1.6.22": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aBvunmrdu/x+4CaA/UP1Jx4xWGwk4kymhoIRnn2Vp+zi5/KOPQJ9EkSXHRUr01WcGKtYl3Au7XfkPJbU1G2sjQ==", - "path": "microsoft.openapi/1.6.22", - "hashPath": "microsoft.openapi.1.6.22.nupkg.sha512" - }, - "Microsoft.Rest.ClientRuntime/2.3.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Hj96LBoCwKY2VQKfSCVGGPV1sSumVjuYnrlpBwL4JSTnSK4b6ZxjLtXj8LgmKav8xJ2gps+UN7eI3hHVFKvBFw==", - "path": "microsoft.rest.clientruntime/2.3.8", - "hashPath": "microsoft.rest.clientruntime.2.3.8.nupkg.sha512" - }, - "Microsoft.Rest.ClientRuntime.Azure/3.3.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6u8JIuvrztse4tPOcvNzAJuzGBP0uY+Ijggk8ZYhp0siGEZ1XfZylf1vpNGUicvwcrhhoIgDW73Z1L6QGssr2g==", - "path": "microsoft.rest.clientruntime.azure/3.3.7", - "hashPath": "microsoft.rest.clientruntime.azure.3.3.7.nupkg.sha512" - }, - "Microsoft.SqlServer.Server/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==", - "path": "microsoft.sqlserver.server/1.0.0", - "hashPath": "microsoft.sqlserver.server.1.0.0.nupkg.sha512" - }, - "MongoDB.Bson/2.30.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Gg0TQUT3IEntcqdug5a9P6d8iwL5CqOpQjVBCq1hxTbkjxdGdY6a2CPv7II44AO9GYUnORYsS6dDME2b7aqYyg==", - "path": "mongodb.bson/2.30.0", - "hashPath": "mongodb.bson.2.30.0.nupkg.sha512" - }, - "MongoDB.Driver/2.30.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BCG8cNF0+U3h5f/O9fu3ktrYhoESBDems1w06PExfYrn2KjHBHCBdvBRY1cIbysnZVjQAJjGtFV9XgW+hXt7Hg==", - "path": "mongodb.driver/2.30.0", - "hashPath": "mongodb.driver.2.30.0.nupkg.sha512" - }, - "MongoDB.Driver.Core/2.30.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oepDgu24lo44SljuHmIQ99x6jHISnMC4tLfzQGniQg39xiMD8nxalm1HM9RDZcuZbbWa4F6YLt2AIhWkny3XWA==", - "path": "mongodb.driver.core/2.30.0", - "hashPath": "mongodb.driver.core.2.30.0.nupkg.sha512" - }, - "MongoDB.Libmongocrypt/1.12.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-B1X51jrtNacKvxKoaqWeknYeJfQS5aWf6BmVLT5JZerz3AUXFzv8edPskJYqBc3kLy1J2PWzMqqsnyb9g8FtcA==", - "path": "mongodb.libmongocrypt/1.12.0", - "hashPath": "mongodb.libmongocrypt.1.12.0.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "path": "newtonsoft.json/13.0.3", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" - }, - "Polly/8.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GBNZPy7i7OpkaIruWPRJ0+AWzdGDQDnKY91b7Ic2aAch4lKhPjUc5KSffpH9krIWe0MoyghqaRxwRC0Uwz2PkA==", - "path": "polly/8.5.0", - "hashPath": "polly.8.5.0.nupkg.sha512" - }, - "Polly.Core/8.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VYYMZNitZ85UEhwOKkTQI63WEMvzUqwQc74I2mm8h/DBVAMcBBxqYPni4DmuRtbCwngmuONuK2yBJfWNRKzI+A==", - "path": "polly.core/8.5.0", - "hashPath": "polly.core.8.5.0.nupkg.sha512" - }, - "prometheus-net/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A9sOtQB2gEhujBxPKw+KcGScBiPvBmy4lYVM5OlETMj4xjVD5r/ixIg52HHg2P0lcImJTpfeWnD0/9tpQsRQTA==", - "path": "prometheus-net/8.0.1", - "hashPath": "prometheus-net.8.0.1.nupkg.sha512" - }, - "RabbitMQ.Client/6.8.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jNsmGgmCNw2S/NzskeN2ijtGywtH4Sk/G6jWUTD5sY9SrC27Xz6BsLIiB8hdsfjeyWCa4j4GvCIGkpE8wrjU1Q==", - "path": "rabbitmq.client/6.8.1", - "hashPath": "rabbitmq.client.6.8.1.nupkg.sha512" - }, - "Serilog/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2jDkUrSh5EofOp7Lx5Zgy0EB+7hXjjxE2ktTb1WVQmU00lDACR2TdROGKU0K1pDTBSJBN1PqgYpgOZF8mL7NJw==", - "path": "serilog/4.0.0", - "hashPath": "serilog.4.0.0.nupkg.sha512" - }, - "Serilog.AspNetCore/8.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Y5at41mc0OV982DEJslBKHd6uzcWO6POwR3QceJ6gtpMPxCzm4+FElGPF0RdaTD7MGsP6XXE05LMbSi0NO+sXg==", - "path": "serilog.aspnetcore/8.0.3", - "hashPath": "serilog.aspnetcore.8.0.3.nupkg.sha512" - }, - "Serilog.Extensions.Hosting/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-db0OcbWeSCvYQkHWu6n0v40N4kKaTAXNjlM3BKvcbwvNzYphQFcBR+36eQ/7hMMwOkJvAyLC2a9/jNdUL5NjtQ==", - "path": "serilog.extensions.hosting/8.0.0", - "hashPath": "serilog.extensions.hosting.8.0.0.nupkg.sha512" - }, - "Serilog.Extensions.Logging/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YEAMWu1UnWgf1c1KP85l1SgXGfiVo0Rz6x08pCiPOIBt2Qe18tcZLvdBUuV5o1QHvrs8FAry9wTIhgBRtjIlEg==", - "path": "serilog.extensions.logging/8.0.0", - "hashPath": "serilog.extensions.logging.8.0.0.nupkg.sha512" - }, - "Serilog.Formatting.Compact/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ob6z3ikzFM3D1xalhFuBIK1IOWf+XrQq+H4KeH4VqBcPpNcmUgZlRQ2h3Q7wvthpdZBBoY86qZOI2LCXNaLlNA==", - "path": "serilog.formatting.compact/2.0.0", - "hashPath": "serilog.formatting.compact.2.0.0.nupkg.sha512" - }, - "Serilog.Settings.Configuration/8.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pkxvq0umBKK8IKFJc1aV5S/HGRG/NIxJ6FV42KaTPLfDmBOAbBUB1m5gqqlGxzEa1MgDDWtQlWJdHTSxVWNx+Q==", - "path": "serilog.settings.configuration/8.0.4", - "hashPath": "serilog.settings.configuration.8.0.4.nupkg.sha512" - }, - "Serilog.Sinks.Console/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fQGWqVMClCP2yEyTXPIinSr5c+CBGUvBybPxjAGcf7ctDhadFhrQw03Mv8rJ07/wR5PDfFjewf2LimvXCDzpbA==", - "path": "serilog.sinks.console/6.0.0", - "hashPath": "serilog.sinks.console.6.0.0.nupkg.sha512" - }, - "Serilog.Sinks.Debug/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Y6g3OBJ4JzTyyw16fDqtFcQ41qQAydnEvEqmXjhwhgjsnG/FaJ8GUqF5ldsC/bVkK8KYmqrPhDO+tm4dF6xx4A==", - "path": "serilog.sinks.debug/2.0.0", - "hashPath": "serilog.sinks.debug.2.0.0.nupkg.sha512" - }, - "Serilog.Sinks.File/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uwV5hdhWPwUH1szhO8PJpFiahqXmzPzJT/sOijH/kFgUx+cyoDTMM8MHD0adw9+Iem6itoibbUXHYslzXsLEAg==", - "path": "serilog.sinks.file/5.0.0", - "hashPath": "serilog.sinks.file.5.0.0.nupkg.sha512" - }, - "Serilog.Sinks.Http/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c246Bw1vXtvht/krwQXGwuZ4U2kKxRf8d9iaazZDodnOohTlRR4jZyQS/slWHSjJAj8ZDejCQcITnu+TkYmdFw==", - "path": "serilog.sinks.http/9.0.0", - "hashPath": "serilog.sinks.http.9.0.0.nupkg.sha512" - }, - "Serilog.Sinks.Seq/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-z5ig56/qzjkX6Fj4U/9m1g8HQaQiYPMZS4Uevtjg1I+WWzoGSf5t/E+6JbMP/jbZYhU63bA5NJN5y0x+qqx2Bw==", - "path": "serilog.sinks.seq/8.0.0", - "hashPath": "serilog.sinks.seq.8.0.0.nupkg.sha512" - }, - "SharpCompress/0.30.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XqD4TpfyYGa7QTPzaGlMVbcecKnXy4YmYLDWrU+JIj7IuRNl7DH2END+Ll7ekWIY8o3dAMWLFDE1xdhfIWD1nw==", - "path": "sharpcompress/0.30.1", - "hashPath": "sharpcompress.0.30.1.nupkg.sha512" - }, - "Snappier/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rFtK2KEI9hIe8gtx3a0YDXdHOpedIf9wYCEYtBEmtlyiWVX3XlCNV03JrmmAi/Cdfn7dxK+k0sjjcLv4fpHnqA==", - "path": "snappier/1.0.0", - "hashPath": "snappier.1.0.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore/7.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vJv19UpWm6OOgnS9QLDnWARNVasXUfj8SFvlG7UVALm4nBnfwRnEky7C0veSDqMUmBeMPC6Ec3d6G1ts/J04Uw==", - "path": "swashbuckle.aspnetcore/7.2.0", - "hashPath": "swashbuckle.aspnetcore.7.2.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.Swagger/7.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-y27fNDfIh1vGhJjXYynLcZjl7DLOW1bSO2MDsY9wB4Zm1fdxpPsuBSiR4U+0acWlAqLmnuOPKr/OeOgwRUkBlw==", - "path": "swashbuckle.aspnetcore.swagger/7.2.0", - "hashPath": "swashbuckle.aspnetcore.swagger.7.2.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.SwaggerGen/7.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pMrTxGVuXM7t4wqft5CNNU8A0++Yw5kTLmYhB6tbEcyBfO8xEF/Y8pkJhO6BZ/2MYONrRYoQTfPFJqu8fOf5WQ==", - "path": "swashbuckle.aspnetcore.swaggergen/7.2.0", - "hashPath": "swashbuckle.aspnetcore.swaggergen.7.2.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.SwaggerUI/7.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hgrXeKzyp5OGN8qVvL7A+vhmU7mDJTfGpiMBRL66IcfLOyna8UTLtn3cC3CghamXpRDufcc9ciklTszUGEQK0w==", - "path": "swashbuckle.aspnetcore.swaggerui/7.2.0", - "hashPath": "swashbuckle.aspnetcore.swaggerui.7.2.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JlYi9XVvIREURRUlGMr1F6vOFLk7YSY4p1vHo4kX3tQ0AGrjqlRWHDi66ImHhy6qwXBG3BJ6Y1QlYQ+Qz6Xgww==", - "path": "system.configuration.configurationmanager/8.0.0", - "hashPath": "system.configuration.configurationmanager.8.0.0.nupkg.sha512" - }, - "System.Diagnostics.PerformanceCounter/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gbeE5tNp/oB7O8kTTLh3wPPJCxpNOphXPTWVs1BsYuFOYapFijWuh0LYw1qnDo4gwDUYPXOmpTIhvtxisGsYOQ==", - "path": "system.diagnostics.performancecounter/6.0.0", - "hashPath": "system.diagnostics.performancecounter.6.0.0.nupkg.sha512" - }, - "System.IdentityModel.Tokens.Jwt/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GJw3bYkWpOgvN3tJo5X4lYUeIFA2HD293FPUhKmp7qxS+g5ywAb34Dnd3cDAFLkcMohy5XTpoaZ4uAHuw0uSPQ==", - "path": "system.identitymodel.tokens.jwt/8.0.1", - "hashPath": "system.identitymodel.tokens.jwt.8.0.1.nupkg.sha512" - }, - "System.Memory.Data/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==", - "path": "system.memory.data/1.0.2", - "hashPath": "system.memory.data.1.0.2.nupkg.sha512" - }, - "System.Runtime.Caching/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4TmlmvGp4kzZomm7J2HJn6IIx0UUrQyhBDyb5O1XiunZlQImXW+B8b7W/sTPcXhSf9rp5NR5aDtQllwbB5elOQ==", - "path": "system.runtime.caching/8.0.0", - "hashPath": "system.runtime.caching.8.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+TUFINV2q2ifyXauQXRwy4CiBhqvDEDZeVJU7qfxya4aRYOKzVBpN+4acx25VcPB9ywUN6C0n8drWl110PhZEg==", - "path": "system.security.cryptography.protecteddata/8.0.0", - "hashPath": "system.security.cryptography.protecteddata.8.0.0.nupkg.sha512" - }, - "YamlDotNet/13.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Q2dqDsb0xAlr092grgHk8/vTXI2snIiYM5ND3IXkgJDFIdPnqDYwYnlk+gwzSeRByDLhiSzTog8uT7xFwH68Zg==", - "path": "yamldotnet/13.3.1", - "hashPath": "yamldotnet.13.3.1.nupkg.sha512" - }, - "ZstdSharp.Port/0.7.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-U9Ix4l4cl58Kzz1rJzj5hoVTjmbx1qGMwzAcbv1j/d3NzrFaESIurQyg+ow4mivCgkE3S413y+U9k4WdnEIkRA==", - "path": "zstdsharp.port/0.7.3", - "hashPath": "zstdsharp.port.0.7.3.nupkg.sha512" - }, - "EventBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "EventBusRabbitMQ/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "EventBusServiceBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Coupon.API.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Coupon.API.dll deleted file mode 100644 index 1b18c988..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Coupon.API.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Coupon.API.pdb b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Coupon.API.pdb deleted file mode 100644 index e7e3a47c..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Coupon.API.pdb and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Coupon.API.runtimeconfig.json b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Coupon.API.runtimeconfig.json deleted file mode 100644 index 6925b655..00000000 --- a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Coupon.API.runtimeconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net9.0", - "frameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "9.0.0" - }, - { - "name": "Microsoft.AspNetCore.App", - "version": "9.0.0" - } - ], - "configProperties": { - "System.GC.Server": true, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Coupon.API.staticwebassets.endpoints.json b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Coupon.API.staticwebassets.endpoints.json deleted file mode 100644 index 5576e889..00000000 --- a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Coupon.API.staticwebassets.endpoints.json +++ /dev/null @@ -1 +0,0 @@ -{"Version":1,"ManifestType":"Build","Endpoints":[]} \ No newline at end of file diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/CoverletSourceRootsMapping_Coupon.API.Tests b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/CoverletSourceRootsMapping_Coupon.API.Tests deleted file mode 100644 index 059d1c9e..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/CoverletSourceRootsMapping_Coupon.API.Tests and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/DnsClient.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/DnsClient.dll deleted file mode 100755 index 39aa546a..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/DnsClient.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/EventBus.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/EventBus.dll deleted file mode 100644 index 3cc2a120..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/EventBus.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/EventBus.pdb b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/EventBus.pdb deleted file mode 100644 index 92c766cf..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/EventBus.pdb and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/EventBusRabbitMQ.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/EventBusRabbitMQ.dll deleted file mode 100644 index c9ef07f0..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/EventBusRabbitMQ.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/EventBusRabbitMQ.pdb b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/EventBusRabbitMQ.pdb deleted file mode 100644 index b7ae8626..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/EventBusRabbitMQ.pdb and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/EventBusServiceBus.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/EventBusServiceBus.dll deleted file mode 100644 index 86912710..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/EventBusServiceBus.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/EventBusServiceBus.pdb b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/EventBusServiceBus.pdb deleted file mode 100644 index f0bb368b..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/EventBusServiceBus.pdb and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Fractions.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Fractions.dll deleted file mode 100755 index 16f94127..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Fractions.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/HealthChecks.AzureServiceBus.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/HealthChecks.AzureServiceBus.dll deleted file mode 100755 index 63b46633..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/HealthChecks.AzureServiceBus.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/HealthChecks.MongoDb.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/HealthChecks.MongoDb.dll deleted file mode 100755 index a0ac5645..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/HealthChecks.MongoDb.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/HealthChecks.Rabbitmq.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/HealthChecks.Rabbitmq.dll deleted file mode 100755 index da377276..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/HealthChecks.Rabbitmq.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/HealthChecks.SqlServer.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/HealthChecks.SqlServer.dll deleted file mode 100755 index 4c495399..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/HealthChecks.SqlServer.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/HealthChecks.UI.Client.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/HealthChecks.UI.Client.dll deleted file mode 100755 index 005cb03b..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/HealthChecks.UI.Client.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/HealthChecks.UI.Core.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/HealthChecks.UI.Core.dll deleted file mode 100755 index 94b166c4..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/HealthChecks.UI.Core.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/IdentityModel.OidcClient.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/IdentityModel.OidcClient.dll deleted file mode 100755 index 8ec9f3f0..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/IdentityModel.OidcClient.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/IdentityModel.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/IdentityModel.dll deleted file mode 100755 index 86fb0875..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/IdentityModel.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/KubernetesClient.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/KubernetesClient.dll deleted file mode 100755 index 44522a93..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/KubernetesClient.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.AI.DependencyCollector.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.AI.DependencyCollector.dll deleted file mode 100755 index b9e88864..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.AI.DependencyCollector.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.AI.EventCounterCollector.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.AI.EventCounterCollector.dll deleted file mode 100755 index 32b9fafe..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.AI.EventCounterCollector.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.AI.PerfCounterCollector.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.AI.PerfCounterCollector.dll deleted file mode 100755 index ddfad5b2..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.AI.PerfCounterCollector.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.AI.ServerTelemetryChannel.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.AI.ServerTelemetryChannel.dll deleted file mode 100755 index ebcfc70b..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.AI.ServerTelemetryChannel.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.AI.WindowsServer.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.AI.WindowsServer.dll deleted file mode 100755 index b1d8bdda..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.AI.WindowsServer.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.ApplicationInsights.AspNetCore.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.ApplicationInsights.AspNetCore.dll deleted file mode 100755 index 648c8258..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.ApplicationInsights.AspNetCore.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.ApplicationInsights.Kubernetes.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.ApplicationInsights.Kubernetes.dll deleted file mode 100755 index caca8a8d..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.ApplicationInsights.Kubernetes.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.ApplicationInsights.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.ApplicationInsights.dll deleted file mode 100755 index 3f8c8189..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.ApplicationInsights.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll deleted file mode 100755 index ca767741..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Azure.Amqp.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Azure.Amqp.dll deleted file mode 100755 index 6d5c4414..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Azure.Amqp.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Azure.KeyVault.WebKey.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Azure.KeyVault.WebKey.dll deleted file mode 100755 index 33492a45..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Azure.KeyVault.WebKey.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Azure.KeyVault.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Azure.KeyVault.dll deleted file mode 100755 index 0e927a42..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Azure.KeyVault.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Azure.ServiceBus.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Azure.ServiceBus.dll deleted file mode 100755 index 5b6af22c..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Azure.ServiceBus.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Azure.Services.AppAuthentication.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Azure.Services.AppAuthentication.dll deleted file mode 100755 index ef497490..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Azure.Services.AppAuthentication.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Bcl.AsyncInterfaces.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Bcl.AsyncInterfaces.dll deleted file mode 100755 index a5b7ff99..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Bcl.AsyncInterfaces.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Data.SqlClient.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Data.SqlClient.dll deleted file mode 100755 index 62203592..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Data.SqlClient.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll deleted file mode 100755 index decff85a..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll deleted file mode 100755 index 89055379..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Extensions.DiagnosticAdapter.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Extensions.DiagnosticAdapter.dll deleted file mode 100755 index e74baccd..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Extensions.DiagnosticAdapter.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Extensions.Logging.ApplicationInsights.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Extensions.Logging.ApplicationInsights.dll deleted file mode 100755 index dfb12f20..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Extensions.Logging.ApplicationInsights.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Identity.Client.Extensions.Msal.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Identity.Client.Extensions.Msal.dll deleted file mode 100755 index 1a2779cf..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Identity.Client.Extensions.Msal.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Identity.Client.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Identity.Client.dll deleted file mode 100755 index eac2f913..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Identity.Client.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll deleted file mode 100755 index e981f871..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll deleted file mode 100755 index 08dd7824..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.dll deleted file mode 100755 index 19245c62..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll deleted file mode 100755 index 25f2a7e6..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.IdentityModel.Logging.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.IdentityModel.Logging.dll deleted file mode 100755 index 4ffdb259..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.IdentityModel.Logging.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll deleted file mode 100755 index 6c736d2e..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.dll deleted file mode 100755 index 9f305083..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.IdentityModel.Tokens.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.IdentityModel.Tokens.dll deleted file mode 100755 index 83ec83a8..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.IdentityModel.Tokens.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.OpenApi.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.OpenApi.dll deleted file mode 100755 index 8ba2ce69..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.OpenApi.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.Azure.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.Azure.dll deleted file mode 100755 index d7ea3c71..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.Azure.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.dll deleted file mode 100755 index 37eeb80d..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.SqlServer.Server.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.SqlServer.Server.dll deleted file mode 100755 index ddeaa864..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.SqlServer.Server.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.TestPlatform.CommunicationUtilities.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.TestPlatform.CommunicationUtilities.dll deleted file mode 100755 index f0184865..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.TestPlatform.CommunicationUtilities.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.TestPlatform.CoreUtilities.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.TestPlatform.CoreUtilities.dll deleted file mode 100755 index da3396e8..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.TestPlatform.CoreUtilities.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.TestPlatform.CrossPlatEngine.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.TestPlatform.CrossPlatEngine.dll deleted file mode 100755 index d3f461d4..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.TestPlatform.CrossPlatEngine.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.TestPlatform.PlatformAbstractions.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.TestPlatform.PlatformAbstractions.dll deleted file mode 100755 index ad4e8c79..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.TestPlatform.PlatformAbstractions.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.TestPlatform.Utilities.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.TestPlatform.Utilities.dll deleted file mode 100755 index 02ccb379..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.TestPlatform.Utilities.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll deleted file mode 100755 index 43d029f2..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.VisualStudio.TestPlatform.Common.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.VisualStudio.TestPlatform.Common.dll deleted file mode 100755 index 0fa6eb19..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.VisualStudio.TestPlatform.Common.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll deleted file mode 100755 index bb7a2778..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/MongoDB.Bson.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/MongoDB.Bson.dll deleted file mode 100755 index 1a2c734e..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/MongoDB.Bson.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/MongoDB.Driver.Core.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/MongoDB.Driver.Core.dll deleted file mode 100755 index b1137c4c..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/MongoDB.Driver.Core.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/MongoDB.Driver.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/MongoDB.Driver.dll deleted file mode 100755 index bcdc7c67..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/MongoDB.Driver.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/MongoDB.Libmongocrypt.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/MongoDB.Libmongocrypt.dll deleted file mode 100755 index dee02113..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/MongoDB.Libmongocrypt.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Newtonsoft.Json.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Newtonsoft.Json.dll deleted file mode 100755 index d035c38b..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Newtonsoft.Json.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Polly.Core.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Polly.Core.dll deleted file mode 100755 index 5df31b0b..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Polly.Core.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Polly.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Polly.dll deleted file mode 100755 index 69338063..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Polly.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Prometheus.NetStandard.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Prometheus.NetStandard.dll deleted file mode 100755 index 3a39221b..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Prometheus.NetStandard.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/RabbitMQ.Client.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/RabbitMQ.Client.dll deleted file mode 100755 index 8ad562d9..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/RabbitMQ.Client.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Serilog.AspNetCore.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Serilog.AspNetCore.dll deleted file mode 100755 index 6c600139..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Serilog.AspNetCore.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Serilog.Extensions.Hosting.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Serilog.Extensions.Hosting.dll deleted file mode 100755 index 2204d101..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Serilog.Extensions.Hosting.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Serilog.Extensions.Logging.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Serilog.Extensions.Logging.dll deleted file mode 100755 index f2f78c7b..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Serilog.Extensions.Logging.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Serilog.Formatting.Compact.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Serilog.Formatting.Compact.dll deleted file mode 100755 index 7174b834..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Serilog.Formatting.Compact.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Serilog.Settings.Configuration.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Serilog.Settings.Configuration.dll deleted file mode 100755 index 25692ac2..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Serilog.Settings.Configuration.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Serilog.Sinks.Console.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Serilog.Sinks.Console.dll deleted file mode 100755 index 96c89a0d..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Serilog.Sinks.Console.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Serilog.Sinks.Debug.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Serilog.Sinks.Debug.dll deleted file mode 100755 index 2bd024b1..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Serilog.Sinks.Debug.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Serilog.Sinks.File.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Serilog.Sinks.File.dll deleted file mode 100755 index 29dc2fd3..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Serilog.Sinks.File.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Serilog.Sinks.Http.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Serilog.Sinks.Http.dll deleted file mode 100755 index 932d8c6a..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Serilog.Sinks.Http.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Serilog.Sinks.Seq.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Serilog.Sinks.Seq.dll deleted file mode 100755 index 9919e7e5..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Serilog.Sinks.Seq.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Serilog.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Serilog.dll deleted file mode 100755 index 28c98dd3..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Serilog.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/SharpCompress.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/SharpCompress.dll deleted file mode 100755 index c1a7f074..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/SharpCompress.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Snappier.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Snappier.dll deleted file mode 100755 index 9b68e856..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Snappier.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Swashbuckle.AspNetCore.Swagger.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Swashbuckle.AspNetCore.Swagger.dll deleted file mode 100755 index 945d2992..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Swashbuckle.AspNetCore.Swagger.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll deleted file mode 100755 index 979b4a81..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll deleted file mode 100755 index ab4789e1..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/System.Configuration.ConfigurationManager.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/System.Configuration.ConfigurationManager.dll deleted file mode 100755 index accdffe1..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/System.Configuration.ConfigurationManager.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/System.Diagnostics.PerformanceCounter.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/System.Diagnostics.PerformanceCounter.dll deleted file mode 100755 index e9092d7f..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/System.Diagnostics.PerformanceCounter.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll deleted file mode 100755 index c42b8d71..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/System.Memory.Data.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/System.Memory.Data.dll deleted file mode 100755 index 6f2a3e0a..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/System.Memory.Data.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/System.Runtime.Caching.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/System.Runtime.Caching.dll deleted file mode 100755 index 7395ccd7..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/System.Runtime.Caching.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/System.Security.Cryptography.ProtectedData.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/System.Security.Cryptography.ProtectedData.dll deleted file mode 100755 index 40f1b5a7..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/System.Security.Cryptography.ProtectedData.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/YamlDotNet.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/YamlDotNet.dll deleted file mode 100755 index 44fac0d0..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/YamlDotNet.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ZstdSharp.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ZstdSharp.dll deleted file mode 100755 index 5d93f7e5..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ZstdSharp.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/appsettings.Development.json b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/appsettings.Development.json deleted file mode 100644 index a00a59a1..00000000 --- a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/appsettings.Development.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "ConnectionString": "mongodb://localhost:27017", - "CouponMongoDatabase": "CouponDb", - "Serilog": { - "MinimumLevel": { - "Default": "Debug", - "Override": { - "Microsoft": "Warning", - "Microsoft.eShopOnContainers": "Debug", - "System": "Warning" - } - } - }, - "IdentityUrlExternal": "http://localhost:5105", - "IdentityUrl": "http://localhost:5105", - "AzureServiceBusEnabled": false, - "EventBusConnection": "localhost" -} diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/appsettings.json b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/appsettings.json deleted file mode 100644 index 7c4b93a6..00000000 --- a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/appsettings.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "ConnectionString": null, - "CouponMongoDatabase": "CouponDb", - "UseCustomizationData": false, - "Serilog": { - "SeqServerUrl": null, - "LogstashgUrl": null, - "MinimumLevel": { - "Default": "Information", - "Override": { - "Microsoft": "Warning", - "Microsoft.eShopOnContainers": "Information", - "System": "Warning" - } - } - }, - "SubscriptionClientName": "Coupon", - "ApplicationInsights": { - "InstrumentationKey": "" - }, - "EventBusRetryCount": 5, - "UseVault": false, - "Vault": { - "Name": "eshop", - "ClientId": "your-clien-id", - "ClientSecret": "your-client-secret" - } -} diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100755 index 6a22512c..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100755 index 83c68f1b..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100755 index 5f560875..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100755 index 87f03f5d..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100755 index 252c5480..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/de/Microsoft.Data.SqlClient.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/de/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index 01c36015..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/de/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100755 index c405cb01..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100755 index 0b8d7a21..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100755 index 8a404503..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100755 index 094510e4..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100755 index f2ea1140..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/es/Microsoft.Data.SqlClient.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/es/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index de728e37..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/es/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100755 index a4f9b88a..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100755 index 1cedf43a..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100755 index 50efa404..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100755 index 8609499c..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100755 index 5d22850b..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/fr/Microsoft.Data.SqlClient.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/fr/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index eea6fbbb..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/fr/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100755 index 6c3f966f..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100755 index 1354d081..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100755 index 97f4c628..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100755 index efeda121..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100755 index ca6b10dd..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/it/Microsoft.Data.SqlClient.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/it/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index be385907..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/it/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100755 index 000757fc..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100755 index 4cd8054d..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100755 index 411d2b3e..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100755 index b13b7631..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100755 index af715196..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ja/Microsoft.Data.SqlClient.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ja/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index 3796ff2a..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ja/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100755 index 7239741a..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100755 index 5793f35f..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100755 index 8cff118e..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100755 index 41f33a3f..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100755 index a959dc6e..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ko/Microsoft.Data.SqlClient.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ko/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index 31ff985c..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ko/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100755 index 89b460c0..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100755 index 357c278a..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100755 index 843f9bcc..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100755 index aaeb3f0f..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100755 index f1587081..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100755 index 3cd44ff9..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100755 index cc17f24a..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100755 index 56d009be..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100755 index 5bb5c002..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100755 index ef229ea5..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/pt-BR/Microsoft.Data.SqlClient.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/pt-BR/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index d027801b..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/pt-BR/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100755 index 6d333edc..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100755 index de5092cd..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100755 index df016c76..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100755 index 87366d29..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100755 index 06c0bafa..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ru/Microsoft.Data.SqlClient.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ru/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index df58fdf2..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ru/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100755 index 65bb33a2..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100755 index 479e58e0..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100755 index 7fb93584..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100755 index f146cd32..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100755 index 11840ed4..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/runtimes/linux/native/libmongocrypt.so b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/runtimes/linux/native/libmongocrypt.so deleted file mode 100755 index 97d06c5e..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/runtimes/linux/native/libmongocrypt.so and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/runtimes/osx/native/libmongocrypt.dylib b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/runtimes/osx/native/libmongocrypt.dylib deleted file mode 100755 index b15997bc..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/runtimes/osx/native/libmongocrypt.dylib and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll deleted file mode 100755 index 512befd9..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll deleted file mode 100755 index ac47980a..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll deleted file mode 100755 index f45095ef..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll deleted file mode 100755 index 12b89005..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll deleted file mode 100755 index ec5ec135..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll deleted file mode 100755 index 235a22f3..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll deleted file mode 100755 index a4a18261..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/runtimes/win/lib/net8.0/System.Runtime.Caching.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/runtimes/win/lib/net8.0/System.Runtime.Caching.dll deleted file mode 100755 index 38b97a27..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/runtimes/win/lib/net8.0/System.Runtime.Caching.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/runtimes/win/native/mongocrypt.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/runtimes/win/native/mongocrypt.dll deleted file mode 100755 index de8d95bc..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/runtimes/win/native/mongocrypt.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/testhost.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/testhost.dll deleted file mode 100755 index 6023d9b6..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/testhost.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100755 index 66a78d24..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100755 index a35ce7ce..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100755 index 588f20e4..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100755 index 204c2231..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100755 index cce1aacb..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/xunit.abstractions.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/xunit.abstractions.dll deleted file mode 100755 index d1e90bf7..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/xunit.abstractions.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/xunit.assert.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/xunit.assert.dll deleted file mode 100755 index 8aa9a0ec..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/xunit.assert.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/xunit.core.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/xunit.core.dll deleted file mode 100755 index 6c02a16a..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/xunit.core.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/xunit.execution.dotnet.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/xunit.execution.dotnet.dll deleted file mode 100755 index 5613a345..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/xunit.execution.dotnet.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/xunit.runner.visualstudio.testadapter.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/xunit.runner.visualstudio.testadapter.dll deleted file mode 100755 index 111dbb37..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/xunit.runner.visualstudio.testadapter.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index 9010602c..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100755 index fef8bc0b..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100755 index 5a3ae3fc..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100755 index 95e6929f..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100755 index ae8b0fba..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100755 index af4c95ab..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll deleted file mode 100755 index e382c132..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100755 index bd707dd4..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100755 index 9271175c..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100755 index b1e1340d..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100755 index 577aa5a9..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100755 index c04de369..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/obj/Coupon.API.Tests.csproj.nuget.dgspec.json b/tests/Services/Coupon/Coupon.API.Tests/obj/Coupon.API.Tests.csproj.nuget.dgspec.json index a3f744ca..e72d3cf0 100644 --- a/tests/Services/Coupon/Coupon.API.Tests/obj/Coupon.API.Tests.csproj.nuget.dgspec.json +++ b/tests/Services/Coupon/Coupon.API.Tests/obj/Coupon.API.Tests.csproj.nuget.dgspec.json @@ -46,7 +46,7 @@ "dependencies": { "Newtonsoft.Json": { "target": "Package", - "version": "[13.0.3, )" + "version": "[13.0.4, )" } }, "imports": [ @@ -115,7 +115,7 @@ "dependencies": { "Autofac": { "target": "Package", - "version": "[8.1.1, )" + "version": "[9.0.0, )" }, "Microsoft.CSharp": { "target": "Package", @@ -123,15 +123,15 @@ }, "Microsoft.Extensions.Logging": { "target": "Package", - "version": "[9.0.0, )" + "version": "[9.0.2, )" }, "Newtonsoft.Json": { "target": "Package", - "version": "[13.0.3, )" + "version": "[13.0.4, )" }, "Polly": { "target": "Package", - "version": "[8.5.0, )" + "version": "[8.6.5, )" }, "RabbitMQ.Client": { "target": "Package", @@ -204,7 +204,7 @@ "dependencies": { "Autofac": { "target": "Package", - "version": "[8.1.1, )" + "version": "[9.0.0, )" }, "Microsoft.Azure.ServiceBus": { "target": "Package", @@ -216,7 +216,7 @@ }, "Microsoft.Extensions.Logging": { "target": "Package", - "version": "[9.0.0, )" + "version": "[9.0.2, )" } }, "imports": [ @@ -291,7 +291,7 @@ "dependencies": { "AspNetCore.HealthChecks.AzureServiceBus": { "target": "Package", - "version": "[8.0.1, )" + "version": "[9.0.0, )" }, "AspNetCore.HealthChecks.MongoDb": { "target": "Package", @@ -301,34 +301,116 @@ "target": "Package", "version": "[8.0.2, )" }, + "AspNetCore.HealthChecks.Redis": { + "target": "Package", + "version": "[9.0.0, )" + }, "AspNetCore.HealthChecks.SqlServer": { "target": "Package", - "version": "[8.0.2, )" + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.UI": { + "target": "Package", + "version": "[9.0.0, )" }, "AspNetCore.HealthChecks.UI.Client": { "target": "Package", - "version": "[8.0.1, )" + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.UI.InMemory.Storage": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.Uris": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Autofac": { + "target": "Package", + "version": "[9.0.0, )" }, "Autofac.Extensions.DependencyInjection": { "target": "Package", - "version": "[10.0.0, )" + "version": "[9.0.0, )" + }, + "FluentValidation.AspNetCore": { + "target": "Package", + "version": "[11.3.0, )" + }, + "Google.Protobuf": { + "target": "Package", + "version": "[3.33.1, )" + }, + "Grpc.AspNetCore.Server": { + "target": "Package", + "version": "[2.71.0, )" + }, + "Grpc.AspNetCore.Server.ClientFactory": { + "target": "Package", + "version": "[2.71.0, )" + }, + "Grpc.Net.Client": { + "target": "Package", + "version": "[2.71.0, )" + }, + "Grpc.Tools": { + "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", + "suppressParent": "All", + "target": "Package", + "version": "[2.76.0, )" + }, + "MediatR": { + "target": "Package", + "version": "[12.4.1, )" }, "Microsoft.ApplicationInsights.AspNetCore": { "target": "Package", - "version": "[2.22.0, )" + "version": "[2.23.0, )" + }, + "Microsoft.ApplicationInsights.DependencyCollector": { + "target": "Package", + "version": "[2.23.0, )" }, "Microsoft.ApplicationInsights.Kubernetes": { "target": "Package", - "version": "[7.0.0, )" + "version": "[8.0.0, )" }, "Microsoft.AspNetCore.Authentication.JwtBearer": { "target": "Package", "version": "[9.0.0, )" }, + "Microsoft.AspNetCore.DataProtection.StackExchangeRedis": { + "target": "Package", + "version": "[9.0.0, )" + }, "Microsoft.Extensions.Configuration.AzureKeyVault": { "target": "Package", "version": "[3.1.24, )" }, + "Microsoft.Extensions.Diagnostics.HealthChecks": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Microsoft.Extensions.Hosting": { + "target": "Package", + "version": "[9.0.2, )" + }, + "Microsoft.Extensions.Logging": { + "target": "Package", + "version": "[9.0.2, )" + }, + "Microsoft.Extensions.Logging.Abstractions": { + "target": "Package", + "version": "[9.0.2, )" + }, + "Microsoft.Extensions.Logging.AzureAppServices": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Microsoft.Web.LibraryManager.Build": { + "target": "Package", + "version": "[3.0.71, )" + }, "MongoDB.Driver": { "target": "Package", "version": "[2.30.0, )" @@ -337,33 +419,45 @@ "target": "Package", "version": "[2.30.0, )" }, + "Newtonsoft.Json": { + "target": "Package", + "version": "[13.0.4, )" + }, "Polly": { "target": "Package", - "version": "[8.5.0, )" + "version": "[8.6.5, )" + }, + "RabbitMQ.Client": { + "target": "Package", + "version": "[6.8.1, )" }, "Serilog.AspNetCore": { "target": "Package", - "version": "[8.0.3, )" + "version": "[9.0.0, )" }, "Serilog.Settings.Configuration": { "target": "Package", - "version": "[8.0.4, )" + "version": "[9.0.0, )" }, "Serilog.Sinks.Console": { "target": "Package", - "version": "[6.0.0, )" + "version": "[6.1.1, )" }, "Serilog.Sinks.Http": { "target": "Package", - "version": "[9.0.0, )" + "version": "[9.2.0, )" }, "Serilog.Sinks.Seq": { "target": "Package", - "version": "[8.0.0, )" + "version": "[9.0.0, )" }, "Swashbuckle.AspNetCore": { "target": "Package", "version": "[7.2.0, )" + }, + "Swashbuckle.AspNetCore.Newtonsoft": { + "target": "Package", + "version": "[7.2.0, )" } }, "imports": [ @@ -433,10 +527,156 @@ "net9.0": { "targetAlias": "net9.0", "dependencies": { + "AspNetCore.HealthChecks.AzureServiceBus": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.Rabbitmq": { + "target": "Package", + "version": "[8.0.2, )" + }, + "AspNetCore.HealthChecks.Redis": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.SqlServer": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.UI": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.UI.Client": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.UI.InMemory.Storage": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.Uris": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Autofac": { + "target": "Package", + "version": "[9.0.0, )" + }, + "FluentValidation.AspNetCore": { + "target": "Package", + "version": "[11.3.0, )" + }, + "Google.Protobuf": { + "target": "Package", + "version": "[3.33.1, )" + }, + "Grpc.AspNetCore.Server": { + "target": "Package", + "version": "[2.71.0, )" + }, + "Grpc.AspNetCore.Server.ClientFactory": { + "target": "Package", + "version": "[2.71.0, )" + }, + "Grpc.Net.Client": { + "target": "Package", + "version": "[2.71.0, )" + }, + "Grpc.Tools": { + "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", + "suppressParent": "All", + "target": "Package", + "version": "[2.76.0, )" + }, + "MediatR": { + "target": "Package", + "version": "[12.4.1, )" + }, + "Microsoft.ApplicationInsights.AspNetCore": { + "target": "Package", + "version": "[2.23.0, )" + }, + "Microsoft.ApplicationInsights.DependencyCollector": { + "target": "Package", + "version": "[2.23.0, )" + }, + "Microsoft.ApplicationInsights.Kubernetes": { + "target": "Package", + "version": "[8.0.0, )" + }, + "Microsoft.AspNetCore.DataProtection.StackExchangeRedis": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Microsoft.Extensions.Diagnostics.HealthChecks": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Microsoft.Extensions.Hosting": { + "target": "Package", + "version": "[9.0.2, )" + }, + "Microsoft.Extensions.Logging": { + "target": "Package", + "version": "[9.0.2, )" + }, + "Microsoft.Extensions.Logging.Abstractions": { + "target": "Package", + "version": "[9.0.2, )" + }, + "Microsoft.Extensions.Logging.AzureAppServices": { + "target": "Package", + "version": "[9.0.0, )" + }, "Microsoft.NET.Test.Sdk": { "target": "Package", "version": "[17.12.0, )" }, + "Microsoft.Web.LibraryManager.Build": { + "target": "Package", + "version": "[3.0.71, )" + }, + "Newtonsoft.Json": { + "target": "Package", + "version": "[13.0.4, )" + }, + "Polly": { + "target": "Package", + "version": "[8.6.5, )" + }, + "RabbitMQ.Client": { + "target": "Package", + "version": "[6.8.1, )" + }, + "Serilog.AspNetCore": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Serilog.Settings.Configuration": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Serilog.Sinks.Console": { + "target": "Package", + "version": "[6.1.1, )" + }, + "Serilog.Sinks.Http": { + "target": "Package", + "version": "[9.2.0, )" + }, + "Serilog.Sinks.Seq": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Swashbuckle.AspNetCore": { + "target": "Package", + "version": "[7.2.0, )" + }, + "Swashbuckle.AspNetCore.Newtonsoft": { + "target": "Package", + "version": "[7.2.0, )" + }, "coverlet.collector": { "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", "suppressParent": "All", diff --git a/tests/Services/Coupon/Coupon.API.Tests/obj/Coupon.API.Tests.csproj.nuget.g.props b/tests/Services/Coupon/Coupon.API.Tests/obj/Coupon.API.Tests.csproj.nuget.g.props index 414e01c9..78cd8502 100644 --- a/tests/Services/Coupon/Coupon.API.Tests/obj/Coupon.API.Tests.csproj.nuget.g.props +++ b/tests/Services/Coupon/Coupon.API.Tests/obj/Coupon.API.Tests.csproj.nuget.g.props @@ -15,15 +15,23 @@ + + + - + + + /home/runner/.nuget/packages/xunit.analyzers/1.16.0 /home/runner/.nuget/packages/microsoft.extensions.apidescription.server/6.0.5 /home/runner/.nuget/packages/awssdk.core/3.7.100.14 /home/runner/.nuget/packages/awssdk.securitytoken/3.7.100.14 + /home/runner/.nuget/packages/microsoft.web.librarymanager.build/3.0.71 + /home/runner/.nuget/packages/microsoft.codeanalysis.analyzers/3.3.3 + /home/runner/.nuget/packages/grpc.tools/2.76.0 \ No newline at end of file diff --git a/tests/Services/Coupon/Coupon.API.Tests/obj/Coupon.API.Tests.csproj.nuget.g.targets b/tests/Services/Coupon/Coupon.API.Tests/obj/Coupon.API.Tests.csproj.nuget.g.targets index 6e297a6f..b049a228 100644 --- a/tests/Services/Coupon/Coupon.API.Tests/obj/Coupon.API.Tests.csproj.nuget.g.targets +++ b/tests/Services/Coupon/Coupon.API.Tests/obj/Coupon.API.Tests.csproj.nuget.g.targets @@ -2,12 +2,16 @@ - - - + + + + + - + + + \ No newline at end of file diff --git a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index 36203c72..00000000 --- a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net6.0/Coupon.API.Tests.AssemblyInfo.cs b/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net6.0/Coupon.API.Tests.AssemblyInfo.cs deleted file mode 100644 index c0ed005d..00000000 --- a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net6.0/Coupon.API.Tests.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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("Coupon.API.Tests")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("Coupon.API.Tests")] -[assembly: System.Reflection.AssemblyTitleAttribute("Coupon.API.Tests")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net6.0/Coupon.API.Tests.AssemblyInfoInputs.cache b/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net6.0/Coupon.API.Tests.AssemblyInfoInputs.cache deleted file mode 100644 index 75609995..00000000 --- a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net6.0/Coupon.API.Tests.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -daefb230b3c53f98b5027403954a620934a87a0c diff --git a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net6.0/Coupon.API.Tests.GeneratedMSBuildEditorConfig.editorconfig b/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net6.0/Coupon.API.Tests.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 5d2ba3d9..00000000 --- a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net6.0/Coupon.API.Tests.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,10 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = Coupon.API.Tests -build_property.ProjectDir = /workspaces/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/ diff --git a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net6.0/Coupon.API.Tests.assets.cache b/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net6.0/Coupon.API.Tests.assets.cache deleted file mode 100644 index 7e63020e..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net6.0/Coupon.API.Tests.assets.cache and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net6.0/Coupon.API.Tests.csproj.AssemblyReference.cache b/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net6.0/Coupon.API.Tests.csproj.AssemblyReference.cache deleted file mode 100644 index d2c1c6c2..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net6.0/Coupon.API.Tests.csproj.AssemblyReference.cache and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs deleted file mode 100644 index af943994..00000000 --- a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = "")] diff --git a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net8.0/Coupon.API.Tests.AssemblyInfo.cs b/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net8.0/Coupon.API.Tests.AssemblyInfo.cs deleted file mode 100644 index 5151a037..00000000 --- a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net8.0/Coupon.API.Tests.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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("Coupon.API.Tests")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0a77675f714bea9dc0df9dd0f5780d113235d59c")] -[assembly: System.Reflection.AssemblyProductAttribute("Coupon.API.Tests")] -[assembly: System.Reflection.AssemblyTitleAttribute("Coupon.API.Tests")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net8.0/Coupon.API.Tests.AssemblyInfoInputs.cache b/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net8.0/Coupon.API.Tests.AssemblyInfoInputs.cache deleted file mode 100644 index d91fd77f..00000000 --- a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net8.0/Coupon.API.Tests.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -153ac0d3ea6df9e9960f4459804a80cb3241ab5ae9149c87fc5d4931a2be19da diff --git a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net8.0/Coupon.API.Tests.GeneratedMSBuildEditorConfig.editorconfig b/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net8.0/Coupon.API.Tests.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index cda61a26..00000000 --- a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net8.0/Coupon.API.Tests.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -is_global = true -build_property.TargetFramework = net8.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 -build_property.RootNamespace = Coupon.API.Tests -build_property.ProjectDir = C:\Users\natyo\mslearn-microservices-devops-aspnet-core\tests\Services\Coupon\Coupon.API.Tests\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net8.0/Coupon.API.Tests.assets.cache b/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net8.0/Coupon.API.Tests.assets.cache deleted file mode 100644 index 5777722f..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net8.0/Coupon.API.Tests.assets.cache and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net8.0/Coupon.API.Tests.csproj.AssemblyReference.cache b/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net8.0/Coupon.API.Tests.csproj.AssemblyReference.cache deleted file mode 100644 index b314043b..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net8.0/Coupon.API.Tests.csproj.AssemblyReference.cache and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net8.0/Coupon.API.Tests.csproj.FileListAbsolute.txt b/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net8.0/Coupon.API.Tests.csproj.FileListAbsolute.txt deleted file mode 100644 index e69de29b..00000000 diff --git a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs deleted file mode 100644 index feda5e9f..00000000 --- a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0")] diff --git a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.A.B78D8ACC.Up2Date b/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.A.B78D8ACC.Up2Date deleted file mode 100644 index e69de29b..00000000 diff --git a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.API.Tests.AssemblyInfo.cs b/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.API.Tests.AssemblyInfo.cs deleted file mode 100644 index aaaf9616..00000000 --- a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.API.Tests.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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("Coupon.API.Tests")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+1a8b395ed18f8f26654475e19de22afa3d9975ee")] -[assembly: System.Reflection.AssemblyProductAttribute("Coupon.API.Tests")] -[assembly: System.Reflection.AssemblyTitleAttribute("Coupon.API.Tests")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.API.Tests.AssemblyInfoInputs.cache b/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.API.Tests.AssemblyInfoInputs.cache deleted file mode 100644 index ab8b1ae9..00000000 --- a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.API.Tests.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -2552c1f7c418a32c0f4f5163f312dc2c85bbddbb9b83b08b93e744669f354678 diff --git a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.API.Tests.GeneratedMSBuildEditorConfig.editorconfig b/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.API.Tests.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 7777546e..00000000 --- a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.API.Tests.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,17 +0,0 @@ -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 = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = Coupon.API.Tests -build_property.ProjectDir = /home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.EffectiveAnalysisLevelStyle = 9.0 -build_property.EnableCodeStyleSeverity = diff --git a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.API.Tests.assets.cache b/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.API.Tests.assets.cache deleted file mode 100644 index 412a8b21..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.API.Tests.assets.cache and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.API.Tests.csproj.AssemblyReference.cache b/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.API.Tests.csproj.AssemblyReference.cache deleted file mode 100644 index 7ff2fb7c..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.API.Tests.csproj.AssemblyReference.cache and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.API.Tests.csproj.CoreCompileInputs.cache b/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.API.Tests.csproj.CoreCompileInputs.cache deleted file mode 100644 index cefa7ae2..00000000 --- a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.API.Tests.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -b86806f9f806de0e4b8432aa8db2a03c15e046a11db27d5d55849f7193f55f23 diff --git a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.API.Tests.csproj.FileListAbsolute.txt b/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.API.Tests.csproj.FileListAbsolute.txt deleted file mode 100644 index f552c278..00000000 --- a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.API.Tests.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,218 +0,0 @@ -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/.msCoverageSourceRootsMapping_Coupon.API.Tests -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/CoverletSourceRootsMapping_Coupon.API.Tests -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/xunit.abstractions.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Coupon.API.deps.json -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Coupon.API.runtimeconfig.json -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/appsettings.Development.json -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/appsettings.json -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Coupon.API.staticwebassets.endpoints.json -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Coupon.API -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/xunit.runner.visualstudio.testadapter.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Coupon.API.Tests.deps.json -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Coupon.API.Tests.runtimeconfig.json -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Coupon.API.Tests.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Coupon.API.Tests.pdb -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/HealthChecks.AzureServiceBus.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/HealthChecks.MongoDb.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/HealthChecks.Rabbitmq.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/HealthChecks.SqlServer.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/HealthChecks.UI.Client.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/HealthChecks.UI.Core.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Autofac.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Autofac.Extensions.DependencyInjection.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/AWSSDK.Core.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/AWSSDK.SecurityToken.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Azure.Core.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Azure.Core.Amqp.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Azure.Identity.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Azure.Messaging.ServiceBus.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/DnsClient.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Fractions.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/IdentityModel.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/IdentityModel.OidcClient.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/KubernetesClient.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.ApplicationInsights.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.ApplicationInsights.AspNetCore.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.AI.DependencyCollector.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.AI.EventCounterCollector.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.ApplicationInsights.Kubernetes.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.AI.PerfCounterCollector.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.AI.WindowsServer.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.AI.ServerTelemetryChannel.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Azure.Amqp.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Azure.KeyVault.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Azure.KeyVault.WebKey.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Azure.ServiceBus.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Azure.Services.AppAuthentication.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Bcl.AsyncInterfaces.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Data.SqlClient.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Extensions.DiagnosticAdapter.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Extensions.Logging.ApplicationInsights.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Identity.Client.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Identity.Client.Extensions.Msal.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.IdentityModel.Logging.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.IdentityModel.Tokens.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.OpenApi.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.Azure.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.SqlServer.Server.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.TestPlatform.CoreUtilities.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.TestPlatform.PlatformAbstractions.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.TestPlatform.CommunicationUtilities.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.TestPlatform.CrossPlatEngine.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.TestPlatform.Utilities.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Microsoft.VisualStudio.TestPlatform.Common.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/testhost.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/MongoDB.Bson.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/MongoDB.Driver.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/MongoDB.Driver.Core.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/MongoDB.Libmongocrypt.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Newtonsoft.Json.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Polly.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Polly.Core.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Prometheus.NetStandard.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/RabbitMQ.Client.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Serilog.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Serilog.AspNetCore.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Serilog.Extensions.Hosting.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Serilog.Extensions.Logging.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Serilog.Formatting.Compact.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Serilog.Settings.Configuration.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Serilog.Sinks.Console.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Serilog.Sinks.Debug.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Serilog.Sinks.File.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Serilog.Sinks.Http.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Serilog.Sinks.Seq.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/SharpCompress.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Snappier.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Swashbuckle.AspNetCore.Swagger.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/System.Configuration.ConfigurationManager.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/System.Diagnostics.PerformanceCounter.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/System.Memory.Data.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/System.Runtime.Caching.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/System.Security.Cryptography.ProtectedData.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/xunit.assert.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/xunit.core.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/xunit.execution.dotnet.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/YamlDotNet.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ZstdSharp.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/de/Microsoft.Data.SqlClient.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/es/Microsoft.Data.SqlClient.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/fr/Microsoft.Data.SqlClient.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/it/Microsoft.Data.SqlClient.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ja/Microsoft.Data.SqlClient.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ko/Microsoft.Data.SqlClient.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/pt-BR/Microsoft.Data.SqlClient.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ru/Microsoft.Data.SqlClient.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/runtimes/linux/native/libmongocrypt.so -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/runtimes/osx/native/libmongocrypt.dylib -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/runtimes/win/native/mongocrypt.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/runtimes/win/lib/net8.0/System.Runtime.Caching.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Coupon.API.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/EventBus.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/EventBusRabbitMQ.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/EventBusServiceBus.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/Coupon.API.pdb -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/EventBus.pdb -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/EventBusRabbitMQ.pdb -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/bin/Debug/net9.0/EventBusServiceBus.pdb -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.API.Tests.csproj.AssemblyReference.cache -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.API.Tests.GeneratedMSBuildEditorConfig.editorconfig -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.API.Tests.AssemblyInfoInputs.cache -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.API.Tests.AssemblyInfo.cs -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.API.Tests.csproj.CoreCompileInputs.cache -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.API.Tests.sourcelink.json -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.A.B78D8ACC.Up2Date -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.API.Tests.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/refint/Coupon.API.Tests.dll -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.API.Tests.pdb -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.API.Tests.genruntimeconfig.cache -/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/ref/Coupon.API.Tests.dll diff --git a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.API.Tests.dll b/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.API.Tests.dll deleted file mode 100644 index 12e62345..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.API.Tests.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.API.Tests.genruntimeconfig.cache b/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.API.Tests.genruntimeconfig.cache deleted file mode 100644 index 65b985c4..00000000 --- a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.API.Tests.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -b5b4e157e4ddcea50c6b0b45d1664cadf57e55431ba85f896c021169174f5b62 diff --git a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.API.Tests.pdb b/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.API.Tests.pdb deleted file mode 100644 index 5ce8fdf9..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.API.Tests.pdb and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.API.Tests.sourcelink.json b/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.API.Tests.sourcelink.json deleted file mode 100644 index 66d5f078..00000000 --- a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/Coupon.API.Tests.sourcelink.json +++ /dev/null @@ -1 +0,0 @@ -{"documents":{"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/1a8b395ed18f8f26654475e19de22afa3d9975ee/*"}} \ No newline at end of file diff --git a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/ref/Coupon.API.Tests.dll b/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/ref/Coupon.API.Tests.dll deleted file mode 100644 index 02e1e964..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/ref/Coupon.API.Tests.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/refint/Coupon.API.Tests.dll b/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/refint/Coupon.API.Tests.dll deleted file mode 100644 index 02e1e964..00000000 Binary files a/tests/Services/Coupon/Coupon.API.Tests/obj/Debug/net9.0/refint/Coupon.API.Tests.dll and /dev/null differ diff --git a/tests/Services/Coupon/Coupon.API.Tests/obj/project.assets.json b/tests/Services/Coupon/Coupon.API.Tests/obj/project.assets.json index b032569c..c2e0906d 100644 --- a/tests/Services/Coupon/Coupon.API.Tests/obj/project.assets.json +++ b/tests/Services/Coupon/Coupon.API.Tests/obj/project.assets.json @@ -2,19 +2,19 @@ "version": 3, "targets": { "net9.0": { - "AspNetCore.HealthChecks.AzureServiceBus/8.0.1": { + "AspNetCore.HealthChecks.AzureServiceBus/9.0.0": { "type": "package", "dependencies": { "Azure.Messaging.ServiceBus": "7.17.0", - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0" + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11" }, "compile": { - "lib/net6.0/HealthChecks.AzureServiceBus.dll": { + "lib/net8.0/HealthChecks.AzureServiceBus.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/HealthChecks.AzureServiceBus.dll": { + "lib/net8.0/HealthChecks.AzureServiceBus.dll": { "related": ".xml" } } @@ -53,28 +53,66 @@ } } }, - "AspNetCore.HealthChecks.SqlServer/8.0.2": { + "AspNetCore.HealthChecks.Redis/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Data.SqlClient": "5.2.0", - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0" + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11", + "StackExchange.Redis": "2.7.4" }, "compile": { - "lib/net6.0/HealthChecks.SqlServer.dll": { + "lib/net8.0/HealthChecks.Redis.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/HealthChecks.SqlServer.dll": { + "lib/net8.0/HealthChecks.Redis.dll": { "related": ".xml" } } }, - "AspNetCore.HealthChecks.UI.Client/8.0.1": { + "AspNetCore.HealthChecks.SqlServer/9.0.0": { "type": "package", "dependencies": { - "AspNetCore.HealthChecks.UI.Core": "8.0.1", - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0" + "Microsoft.Data.SqlClient": "5.2.2", + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11" + }, + "compile": { + "lib/net8.0/HealthChecks.SqlServer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/HealthChecks.SqlServer.dll": { + "related": ".xml" + } + } + }, + "AspNetCore.HealthChecks.UI/9.0.0": { + "type": "package", + "dependencies": { + "AspNetCore.HealthChecks.UI.Data": "9.0.0", + "KubernetesClient": "15.0.1", + "Microsoft.EntityFrameworkCore.Design": "8.0.11", + "Microsoft.Extensions.Http": "8.0.0" + }, + "compile": { + "lib/net8.0/HealthChecks.UI.dll": { + "related": ".runtimeconfig.json;.xml" + } + }, + "runtime": { + "lib/net8.0/HealthChecks.UI.dll": { + "related": ".runtimeconfig.json;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "AspNetCore.HealthChecks.UI.Client/9.0.0": { + "type": "package", + "dependencies": { + "AspNetCore.HealthChecks.UI.Core": "9.0.0" }, "compile": { "lib/net8.0/HealthChecks.UI.Client.dll": { @@ -90,27 +128,77 @@ "Microsoft.AspNetCore.App" ] }, - "AspNetCore.HealthChecks.UI.Core/8.0.1": { + "AspNetCore.HealthChecks.UI.Core/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0" + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11" + }, + "compile": { + "lib/net8.0/HealthChecks.UI.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/HealthChecks.UI.Core.dll": { + "related": ".xml" + } + } + }, + "AspNetCore.HealthChecks.UI.Data/9.0.0": { + "type": "package", + "dependencies": { + "AspNetCore.HealthChecks.UI.Core": "9.0.0", + "Microsoft.EntityFrameworkCore": "8.0.0" + }, + "compile": { + "lib/net8.0/HealthChecks.UI.Data.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/HealthChecks.UI.Data.dll": { + "related": ".xml" + } + } + }, + "AspNetCore.HealthChecks.UI.InMemory.Storage/9.0.0": { + "type": "package", + "dependencies": { + "AspNetCore.HealthChecks.UI.Data": "9.0.0", + "Microsoft.EntityFrameworkCore.InMemory": "8.0.11" + }, + "compile": { + "lib/net8.0/HealthChecks.UI.InMemory.Storage.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/HealthChecks.UI.InMemory.Storage.dll": { + "related": ".xml" + } + } + }, + "AspNetCore.HealthChecks.Uris/9.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11", + "Microsoft.Extensions.Http": "8.0.0" }, "compile": { - "lib/net6.0/HealthChecks.UI.Core.dll": { + "lib/net8.0/HealthChecks.Uris.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/HealthChecks.UI.Core.dll": { + "lib/net8.0/HealthChecks.Uris.dll": { "related": ".xml" } } }, - "Autofac/8.1.1": { + "Autofac/9.0.0": { "type": "package", "dependencies": { - "System.Diagnostics.DiagnosticSource": "8.0.1" + "System.Diagnostics.DiagnosticSource": "10.0.0" }, "compile": { "lib/net8.0/Autofac.dll": { @@ -123,11 +211,11 @@ } } }, - "Autofac.Extensions.DependencyInjection/10.0.0": { + "Autofac.Extensions.DependencyInjection/9.0.0": { "type": "package", "dependencies": { - "Autofac": "8.1.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1" + "Autofac": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" }, "compile": { "lib/net8.0/Autofac.Extensions.DependencyInjection.dll": { @@ -169,10 +257,11 @@ } } }, - "Azure.Core/1.36.0": { + "Azure.Core/1.38.0": { "type": "package", "dependencies": { "Microsoft.Bcl.AsyncInterfaces": "1.1.1", + "System.ClientModel": "1.0.0", "System.Diagnostics.DiagnosticSource": "6.0.1", "System.Memory.Data": "1.0.2", "System.Numerics.Vectors": "4.5.0", @@ -209,12 +298,12 @@ } } }, - "Azure.Identity/1.10.3": { + "Azure.Identity/1.11.4": { "type": "package", "dependencies": { - "Azure.Core": "1.35.0", - "Microsoft.Identity.Client": "4.56.0", - "Microsoft.Identity.Client.Extensions.Msal": "4.56.0", + "Azure.Core": "1.38.0", + "Microsoft.Identity.Client": "4.61.3", + "Microsoft.Identity.Client.Extensions.Msal": "4.61.3", "System.Memory": "4.5.4", "System.Security.Cryptography.ProtectedData": "4.7.0", "System.Text.Json": "4.7.2", @@ -273,70 +362,252 @@ } } }, - "Fractions/7.2.1": { + "FluentValidation/11.5.1": { + "type": "package", + "compile": { + "lib/net7.0/FluentValidation.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/FluentValidation.dll": { + "related": ".xml" + } + } + }, + "FluentValidation.AspNetCore/11.3.0": { + "type": "package", + "dependencies": { + "FluentValidation": "11.5.1", + "FluentValidation.DependencyInjectionExtensions": "11.5.1" + }, + "compile": { + "lib/net6.0/FluentValidation.AspNetCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/FluentValidation.AspNetCore.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "FluentValidation.DependencyInjectionExtensions/11.5.1": { + "type": "package", + "dependencies": { + "FluentValidation": "11.5.1", + "Microsoft.Extensions.Dependencyinjection.Abstractions": "2.1.0" + }, + "compile": { + "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.dll": { + "related": ".xml" + } + } + }, + "Fractions/7.3.0": { "type": "package", "compile": { "lib/netstandard2.1/Fractions.dll": { - "related": ".pdb;.xml" + "related": ".xml" } }, "runtime": { "lib/netstandard2.1/Fractions.dll": { + "related": ".xml" + } + } + }, + "Google.Protobuf/3.33.1": { + "type": "package", + "compile": { + "lib/net5.0/Google.Protobuf.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net5.0/Google.Protobuf.dll": { + "related": ".pdb;.xml" + } + } + }, + "Grpc.AspNetCore.Server/2.71.0": { + "type": "package", + "dependencies": { + "Grpc.Net.Common": "2.71.0" + }, + "compile": { + "lib/net9.0/Grpc.AspNetCore.Server.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net9.0/Grpc.AspNetCore.Server.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Grpc.AspNetCore.Server.ClientFactory/2.71.0": { + "type": "package", + "dependencies": { + "Grpc.AspNetCore.Server": "2.71.0", + "Grpc.Net.ClientFactory": "2.71.0" + }, + "compile": { + "lib/net9.0/Grpc.AspNetCore.Server.ClientFactory.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net9.0/Grpc.AspNetCore.Server.ClientFactory.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Grpc.Core.Api/2.71.0": { + "type": "package", + "compile": { + "lib/netstandard2.1/Grpc.Core.Api.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.1/Grpc.Core.Api.dll": { + "related": ".pdb;.xml" + } + } + }, + "Grpc.Net.Client/2.71.0": { + "type": "package", + "dependencies": { + "Grpc.Net.Common": "2.71.0", + "Microsoft.Extensions.Logging.Abstractions": "6.0.0" + }, + "compile": { + "lib/net8.0/Grpc.Net.Client.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net8.0/Grpc.Net.Client.dll": { "related": ".pdb;.xml" } } }, - "IdentityModel/5.2.0": { + "Grpc.Net.ClientFactory/2.71.0": { "type": "package", + "dependencies": { + "Grpc.Net.Client": "2.71.0", + "Microsoft.Extensions.Http": "6.0.0" + }, "compile": { - "lib/net5.0/IdentityModel.dll": { + "lib/net8.0/Grpc.Net.ClientFactory.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net5.0/IdentityModel.dll": { + "lib/net8.0/Grpc.Net.ClientFactory.dll": { "related": ".pdb;.xml" } } }, - "IdentityModel.OidcClient/5.2.1": { + "Grpc.Net.Common/2.71.0": { "type": "package", "dependencies": { - "IdentityModel": "5.2.0", - "Microsoft.Extensions.Logging": "6.0.0" + "Grpc.Core.Api": "2.71.0" + }, + "compile": { + "lib/net8.0/Grpc.Net.Common.dll": { + "related": ".pdb;.xml" + } }, + "runtime": { + "lib/net8.0/Grpc.Net.Common.dll": { + "related": ".pdb;.xml" + } + } + }, + "Grpc.Tools/2.76.0": { + "type": "package", + "build": { + "build/Grpc.Tools.props": {}, + "build/Grpc.Tools.targets": {} + } + }, + "Humanizer.Core/2.14.1": { + "type": "package", "compile": { - "lib/netstandard2.0/IdentityModel.OidcClient.dll": { + "lib/net6.0/Humanizer.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/IdentityModel.OidcClient.dll": { + "lib/net6.0/Humanizer.dll": { "related": ".xml" } } }, - "KubernetesClient/12.1.1": { + "KubernetesClient/17.0.14": { "type": "package", "dependencies": { - "Fractions": "7.2.1", - "IdentityModel.OidcClient": "5.2.1", - "System.IdentityModel.Tokens.Jwt": "7.0.0", - "YamlDotNet": "13.3.1", - "prometheus-net": "8.0.1" + "Fractions": "7.3.0", + "YamlDotNet": "16.3.0" }, "compile": { - "lib/net7.0/KubernetesClient.dll": { + "lib/net9.0/KubernetesClient.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/KubernetesClient.dll": { + "lib/net9.0/KubernetesClient.dll": { "related": ".pdb;.xml" } } }, - "Microsoft.ApplicationInsights/2.22.0": { + "MediatR/12.4.1": { + "type": "package", + "dependencies": { + "MediatR.Contracts": "[2.0.1, 3.0.0)", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net6.0/MediatR.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/MediatR.dll": { + "related": ".xml" + } + } + }, + "MediatR.Contracts/2.0.1": { + "type": "package", + "compile": { + "lib/netstandard2.0/MediatR.Contracts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/MediatR.Contracts.dll": { + "related": ".xml" + } + } + }, + "Microsoft.ApplicationInsights/2.23.0": { "type": "package", "dependencies": { "System.Diagnostics.DiagnosticSource": "5.0.0" @@ -352,19 +623,19 @@ } } }, - "Microsoft.ApplicationInsights.AspNetCore/2.22.0": { + "Microsoft.ApplicationInsights.AspNetCore/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.22.0", - "Microsoft.ApplicationInsights.EventCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.ApplicationInsights.DependencyCollector": "2.23.0", + "Microsoft.ApplicationInsights.EventCounterCollector": "2.23.0", + "Microsoft.ApplicationInsights.PerfCounterCollector": "2.23.0", + "Microsoft.ApplicationInsights.WindowsServer": "2.23.0", + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.23.0", "Microsoft.AspNetCore.Hosting": "2.1.1", "Microsoft.AspNetCore.Http": "2.1.22", "Microsoft.Extensions.Configuration.Json": "3.1.0", - "Microsoft.Extensions.Logging.ApplicationInsights": "2.22.0", + "Microsoft.Extensions.Logging.ApplicationInsights": "2.23.0", "System.Text.Encodings.Web": "4.7.2" }, "compile": { @@ -378,10 +649,10 @@ } } }, - "Microsoft.ApplicationInsights.DependencyCollector/2.22.0": { + "Microsoft.ApplicationInsights.DependencyCollector/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", "System.Diagnostics.DiagnosticSource": "5.0.0" }, "compile": { @@ -395,13 +666,13 @@ } }, "build": { - "build/_._": {} + "build/Microsoft.ApplicationInsights.DependencyCollector.targets": {} } }, - "Microsoft.ApplicationInsights.EventCounterCollector/2.22.0": { + "Microsoft.ApplicationInsights.EventCounterCollector/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0" + "Microsoft.ApplicationInsights": "2.23.0" }, "compile": { "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.dll": { @@ -414,33 +685,34 @@ } } }, - "Microsoft.ApplicationInsights.Kubernetes/7.0.0": { + "Microsoft.ApplicationInsights.Kubernetes/8.0.0": { "type": "package", "dependencies": { - "KubernetesClient": "12.1.1", - "Microsoft.ApplicationInsights": "2.21.0", - "Microsoft.Extensions.Configuration": "6.0.1", - "Microsoft.Extensions.DependencyInjection": "8.0.0", - "Microsoft.Extensions.DiagnosticAdapter": "3.1.27", - "Microsoft.Extensions.Hosting": "6.0.1", - "Microsoft.Extensions.Logging.Abstractions": "6.0.4", - "Microsoft.Extensions.Options.ConfigurationExtensions": "6.0.0" + "KubernetesClient": "17.0.14", + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.DependencyInjection": "9.0.2", + "Microsoft.Extensions.DiagnosticAdapter": "3.1.32", + "Microsoft.Extensions.Hosting": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.2", + "System.IdentityModel.Tokens.Jwt": "8.6.0" }, "compile": { - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll": { + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll": { + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.dll": { "related": ".xml" } } }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.22.0": { + "Microsoft.ApplicationInsights.PerfCounterCollector/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", "Microsoft.Extensions.Caching.Memory": "1.0.0", "System.Diagnostics.PerformanceCounter": "6.0.0" }, @@ -458,13 +730,13 @@ "build/_._": {} } }, - "Microsoft.ApplicationInsights.WindowsServer/2.22.0": { + "Microsoft.ApplicationInsights.WindowsServer/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.22.0", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.22.0", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", + "Microsoft.ApplicationInsights.DependencyCollector": "2.23.0", + "Microsoft.ApplicationInsights.PerfCounterCollector": "2.23.0", + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.23.0", "System.Diagnostics.DiagnosticSource": "5.0.0" }, "compile": { @@ -481,10 +753,10 @@ "build/_._": {} } }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.22.0": { + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", "System.IO.FileSystem.AccessControl": "4.7.0" }, "compile": { @@ -520,6 +792,71 @@ "Microsoft.AspNetCore.App" ] }, + "Microsoft.AspNetCore.Cryptography.Internal/9.0.0": { + "type": "package", + "compile": { + "lib/net9.0/Microsoft.AspNetCore.Cryptography.Internal.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.AspNetCore.Cryptography.Internal.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.DataProtection/9.0.0": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Cryptography.Internal": "9.0.0", + "Microsoft.AspNetCore.DataProtection.Abstractions": "9.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", + "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", + "Microsoft.Extensions.Logging.Abstractions": "9.0.0", + "Microsoft.Extensions.Options": "9.0.0", + "System.Security.Cryptography.Xml": "9.0.0" + }, + "compile": { + "lib/net9.0/Microsoft.AspNetCore.DataProtection.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.AspNetCore.DataProtection.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.DataProtection.Abstractions/9.0.0": { + "type": "package", + "compile": { + "lib/net9.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.DataProtection.StackExchangeRedis/9.0.0": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.DataProtection": "9.0.0", + "StackExchange.Redis": "2.7.27" + }, + "compile": { + "lib/net9.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.dll": { + "related": ".xml" + } + } + }, "Microsoft.AspNetCore.Hosting/2.1.1": { "type": "package", "dependencies": { @@ -538,10 +875,14 @@ "System.Reflection.Metadata": "1.6.0" }, "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": { + "related": ".xml" + } } }, "Microsoft.AspNetCore.Hosting.Abstractions/2.1.1": { @@ -589,11 +930,15 @@ "Microsoft.Net.Http.Headers": "2.1.1" }, "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": {} - } + "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": { + "related": ".xml" + } + } }, "Microsoft.AspNetCore.Http.Abstractions/2.1.1": { "type": "package", @@ -621,10 +966,14 @@ "System.Buffers": "4.5.0" }, "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": { + "related": ".xml" + } } }, "Microsoft.AspNetCore.Http.Features/2.1.1": { @@ -643,6 +992,44 @@ } } }, + "Microsoft.AspNetCore.JsonPatch/9.0.0": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.7.0", + "Newtonsoft.Json": "13.0.3" + }, + "compile": { + "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.JsonPatch": "9.0.0", + "Newtonsoft.Json": "13.0.3", + "Newtonsoft.Json.Bson": "1.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, "Microsoft.AspNetCore.WebUtilities/2.1.1": { "type": "package", "dependencies": { @@ -650,10 +1037,14 @@ "System.Text.Encodings.Web": "4.5.0" }, "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": {} + "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": { + "related": ".xml" + } } }, "Microsoft.Azure.Amqp/2.6.3": { @@ -681,12 +1072,12 @@ }, "compile": { "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "runtime": { "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } } }, @@ -704,12 +1095,12 @@ }, "compile": { "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "runtime": { "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } } }, @@ -723,10 +1114,14 @@ "System.IdentityModel.Tokens.Jwt": "5.4.0" }, "compile": { - "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": {} + "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": {} + "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": { + "related": ".xml" + } } }, "Microsoft.Azure.Services.AppAuthentication/1.0.3": { @@ -738,25 +1133,275 @@ }, "compile": { "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "runtime": { "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "build": { "build/_._": {} } }, - "Microsoft.Bcl.AsyncInterfaces/1.1.1": { + "Microsoft.Bcl.AsyncInterfaces/6.0.0": { + "type": "package", + "compile": { + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { + "related": ".xml" + } + } + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.3": { + "type": "package", + "build": { + "build/_._": {} + } + }, + "Microsoft.CodeAnalysis.Common/4.5.0": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Analyzers": "3.3.3", + "System.Collections.Immutable": "6.0.0", + "System.Reflection.Metadata": "6.0.1", + "System.Runtime.CompilerServices.Unsafe": "6.0.0", + "System.Text.Encoding.CodePages": "6.0.0" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp/4.5.0": { "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Common": "[4.5.0]" + }, "compile": { - "ref/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {} + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } }, "runtime": { - "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {} + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp.Workspaces/4.5.0": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.CSharp": "[4.5.0]", + "Microsoft.CodeAnalysis.Common": "[4.5.0]", + "Microsoft.CodeAnalysis.Workspaces.Common": "[4.5.0]" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.Workspaces.Common/4.5.0": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.Bcl.AsyncInterfaces": "6.0.0", + "Microsoft.CodeAnalysis.Common": "[4.5.0]", + "System.Composition": "6.0.0", + "System.IO.Pipelines": "6.0.3", + "System.Threading.Channels": "6.0.0" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hant" + } } }, "Microsoft.CodeCoverage/17.12.0": { @@ -781,12 +1426,12 @@ "lib/netcoreapp2.0/_._": {} } }, - "Microsoft.Data.SqlClient/5.2.0": { + "Microsoft.Data.SqlClient/5.2.2": { "type": "package", "dependencies": { - "Azure.Identity": "1.10.3", + "Azure.Identity": "1.11.4", "Microsoft.Data.SqlClient.SNI.runtime": "5.2.0", - "Microsoft.Identity.Client": "4.56.0", + "Microsoft.Identity.Client": "4.61.3", "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0", "Microsoft.SqlServer.Server": "1.0.0", @@ -835,120 +1480,228 @@ "locale": "zh-Hant" } }, - "runtimeTargets": { - "runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll": { - "assetType": "runtime", - "rid": "win" + "runtimeTargets": { + "runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "Microsoft.Data.SqlClient.SNI.runtime/5.2.0": { + "type": "package", + "runtimeTargets": { + "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-arm" + }, + "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-arm64" + }, + "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-x64" + }, + "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-x86" + } + } + }, + "Microsoft.EntityFrameworkCore/8.0.11": { + "type": "package", + "dependencies": { + "Microsoft.EntityFrameworkCore.Abstractions": "8.0.11", + "Microsoft.EntityFrameworkCore.Analyzers": "8.0.11", + "Microsoft.Extensions.Caching.Memory": "8.0.1", + "Microsoft.Extensions.Logging": "8.0.1" + }, + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props": {} + } + }, + "Microsoft.EntityFrameworkCore.Abstractions/8.0.11": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.EntityFrameworkCore.Analyzers/8.0.11": { + "type": "package", + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + } + }, + "Microsoft.EntityFrameworkCore.Design/8.0.11": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.5.0", + "Microsoft.EntityFrameworkCore.Relational": "8.0.11", + "Microsoft.Extensions.DependencyModel": "8.0.2", + "Mono.TextTemplating": "2.2.1" + }, + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Design.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Design.dll": { + "related": ".xml" } + }, + "build": { + "build/net8.0/_._": {} } }, - "Microsoft.Data.SqlClient.SNI.runtime/5.2.0": { + "Microsoft.EntityFrameworkCore.InMemory/8.0.11": { "type": "package", - "runtimeTargets": { - "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { - "assetType": "native", - "rid": "win-arm" - }, - "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { - "assetType": "native", - "rid": "win-arm64" - }, - "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { - "assetType": "native", - "rid": "win-x64" - }, - "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { - "assetType": "native", - "rid": "win-x86" + "dependencies": { + "Microsoft.EntityFrameworkCore": "8.0.11" + }, + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.InMemory.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.InMemory.dll": { + "related": ".xml" + } + } + }, + "Microsoft.EntityFrameworkCore.Relational/8.0.11": { + "type": "package", + "dependencies": { + "Microsoft.EntityFrameworkCore": "8.0.11", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": { + "related": ".xml" } } }, "Microsoft.Extensions.ApiDescription.Server/6.0.5": { "type": "package", "build": { - "build/_._": {} + "build/Microsoft.Extensions.ApiDescription.Server.props": {}, + "build/Microsoft.Extensions.ApiDescription.Server.targets": {} }, "buildMultiTargeting": { - "buildMultiTargeting/_._": {} + "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.props": {}, + "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.targets": {} } }, - "Microsoft.Extensions.Caching.Abstractions/1.0.0": { + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0", - "System.Collections": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" + "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.Caching.Memory/1.0.0": { + "Microsoft.Extensions.Caching.Memory/8.0.1": { "type": "package", "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", - "Microsoft.Extensions.Options": "1.0.0", - "System.Linq": "4.1.0", - "System.Threading": "4.0.11" + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2", + "Microsoft.Extensions.Logging.Abstractions": "8.0.2", + "Microsoft.Extensions.Options": "8.0.2", + "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/netstandard1.3/Microsoft.Extensions.Caching.Memory.dll": { + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard1.3/Microsoft.Extensions.Caching.Memory.dll": { + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.Configuration/6.0.1": { + "Microsoft.Extensions.Configuration/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "Microsoft.Extensions.Configuration.Abstractions/9.0.7": { "type": "package", "dependencies": { - "Microsoft.Extensions.Primitives": "8.0.0" + "Microsoft.Extensions.Primitives": "9.0.7" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/net8.0/_._": {} } }, "Microsoft.Extensions.Configuration.AzureKeyVault/3.1.24": { @@ -970,18 +1723,18 @@ } } }, - "Microsoft.Extensions.Configuration.Binder/8.0.0": { + "Microsoft.Extensions.Configuration.Binder/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.Binder.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.Binder.dll": { "related": ".xml" } }, @@ -989,107 +1742,118 @@ "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets": {} } }, - "Microsoft.Extensions.Configuration.CommandLine/6.0.0": { + "Microsoft.Extensions.Configuration.CommandLine/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/6.0.1": { + "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.FileExtensions/6.0.0": { + "Microsoft.Extensions.Configuration.FileExtensions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Physical": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.Json/6.0.0": { + "Microsoft.Extensions.Configuration.Json/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "System.Text.Json": "6.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.FileExtensions": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2" }, "compile": { - "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.Json.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.Json.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Configuration.UserSecrets/6.0.1": { + "Microsoft.Extensions.Configuration.UserSecrets/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Json": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Physical": "9.0.2" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { + "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.props": {}, - "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.targets": {} + "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.props": {}, + "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.targets": {} } }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { + "Microsoft.Extensions.DependencyInjection/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll": { @@ -1105,7 +1869,7 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { + "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.2": { "type": "package", "compile": { "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { @@ -1121,23 +1885,23 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.DependencyModel/8.0.2": { + "Microsoft.Extensions.DependencyModel/9.0.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "lib/net9.0/Microsoft.Extensions.DependencyModel.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "lib/net9.0/Microsoft.Extensions.DependencyModel.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.DiagnosticAdapter/3.1.27": { + "Microsoft.Extensions.DiagnosticAdapter/3.1.32": { "type": "package", "dependencies": { "System.Diagnostics.DiagnosticSource": "4.7.1" @@ -1153,201 +1917,228 @@ } } }, - "Microsoft.Extensions.Diagnostics.Abstractions/8.0.0": { + "Microsoft.Extensions.Diagnostics/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Options": "8.0.0", - "System.Diagnostics.DiagnosticSource": "8.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.2", + "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.2" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Diagnostics.HealthChecks/8.0.0": { + "Microsoft.Extensions.Diagnostics.Abstractions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "8.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0", - "Microsoft.Extensions.Options": "8.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.Diagnostics.HealthChecks/9.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "9.0.0", + "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", + "Microsoft.Extensions.Logging.Abstractions": "9.0.0", + "Microsoft.Extensions.Options": "9.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll": { "related": ".xml" } } }, - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/8.0.0": { + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/9.0.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": { + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": { "related": ".xml" } } }, - "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { + "Microsoft.Extensions.FileProviders.Abstractions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Primitives": "8.0.0" + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { - "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.FileProviders.Physical/6.0.0": { + "Microsoft.Extensions.FileProviders.Physical/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileSystemGlobbing": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { - "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.FileSystemGlobbing/6.0.0": { + "Microsoft.Extensions.FileSystemGlobbing/9.0.2": { "type": "package", "compile": { - "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Hosting/6.0.1": { + "Microsoft.Extensions.Hosting/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.Configuration.CommandLine": "6.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1", - "Microsoft.Extensions.DependencyInjection": "6.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging.Configuration": "6.0.0", - "Microsoft.Extensions.Logging.Console": "6.0.0", - "Microsoft.Extensions.Logging.Debug": "6.0.0", - "Microsoft.Extensions.Logging.EventLog": "6.0.0", - "Microsoft.Extensions.Logging.EventSource": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Binder": "9.0.2", + "Microsoft.Extensions.Configuration.CommandLine": "9.0.2", + "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.2", + "Microsoft.Extensions.Configuration.FileExtensions": "9.0.2", + "Microsoft.Extensions.Configuration.Json": "9.0.2", + "Microsoft.Extensions.Configuration.UserSecrets": "9.0.2", + "Microsoft.Extensions.DependencyInjection": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Diagnostics": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Physical": "9.0.2", + "Microsoft.Extensions.Hosting.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.Configuration": "9.0.2", + "Microsoft.Extensions.Logging.Console": "9.0.2", + "Microsoft.Extensions.Logging.Debug": "9.0.2", + "Microsoft.Extensions.Logging.EventLog": "9.0.2", + "Microsoft.Extensions.Logging.EventSource": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" }, "compile": { - "lib/net6.0/Microsoft.Extensions.Hosting.dll": { + "lib/net9.0/Microsoft.Extensions.Hosting.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.Extensions.Hosting.dll": { + "lib/net9.0/Microsoft.Extensions.Hosting.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Hosting.Abstractions/8.0.0": { + "Microsoft.Extensions.Hosting.Abstractions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "8.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.2", + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll": { + "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll": { + "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Http/3.1.0": { + "Microsoft.Extensions.Http/8.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.0", - "Microsoft.Extensions.Logging": "3.1.0", - "Microsoft.Extensions.Options": "3.1.0" + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Diagnostics": "8.0.0", + "Microsoft.Extensions.Logging": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0" }, "compile": { - "lib/netcoreapp3.1/Microsoft.Extensions.Http.dll": { + "lib/net8.0/Microsoft.Extensions.Http.dll": { "related": ".xml" } }, "runtime": { - "lib/netcoreapp3.1/Microsoft.Extensions.Http.dll": { + "lib/net8.0/Microsoft.Extensions.Http.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.Logging/9.0.0": { + "Microsoft.Extensions.Logging/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" + "Microsoft.Extensions.DependencyInjection": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Logging.dll": { @@ -1363,10 +2154,10 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { + "Microsoft.Extensions.Logging.Abstractions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": { @@ -1382,10 +2173,10 @@ "buildTransitive/net8.0/Microsoft.Extensions.Logging.Abstractions.targets": {} } }, - "Microsoft.Extensions.Logging.ApplicationInsights/2.22.0": { + "Microsoft.Extensions.Logging.ApplicationInsights/2.23.0": { "type": "package", "dependencies": { - "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.ApplicationInsights": "2.23.0", "Microsoft.Extensions.Logging": "2.1.1" }, "compile": { @@ -1399,134 +2190,161 @@ } } }, - "Microsoft.Extensions.Logging.Configuration/6.0.0": { + "Microsoft.Extensions.Logging.AzureAppServices/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "6.0.0" + "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.0", + "Microsoft.Extensions.Configuration.Json": "9.0.0", + "Microsoft.Extensions.Logging": "9.0.0", + "Microsoft.Extensions.Logging.Abstractions": "9.0.0", + "Microsoft.Extensions.Logging.Configuration": "9.0.0", + "System.ValueTuple": "4.5.0" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll": { "related": ".xml" } } }, - "Microsoft.Extensions.Logging.Console/6.0.0": { + "Microsoft.Extensions.Logging.Configuration/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging.Configuration": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "System.Text.Json": "6.0.0" + "Microsoft.Extensions.Configuration": "9.0.2", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Binder": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.2" }, "compile": { - "lib/net6.0/Microsoft.Extensions.Logging.Console.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.Configuration.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.Extensions.Logging.Console.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.Configuration.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.Debug/6.0.0": { + "Microsoft.Extensions.Logging.Console/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.Configuration": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.Console.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.Console.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.EventLog/6.0.0": { + "Microsoft.Extensions.Logging.Debug/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "System.Diagnostics.EventLog": "6.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.EventLog.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.Debug.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.EventLog.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.Debug.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Logging.EventSource/6.0.0": { + "Microsoft.Extensions.Logging.EventLog/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Json": "6.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "System.Diagnostics.EventLog": "9.0.2" }, "compile": { - "lib/net6.0/Microsoft.Extensions.Logging.EventSource.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.EventLog.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/Microsoft.Extensions.Logging.EventSource.dll": { + "lib/net9.0/Microsoft.Extensions.Logging.EventLog.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "buildTransitive/net8.0/_._": {} + } + }, + "Microsoft.Extensions.Logging.EventSource/9.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" + }, + "compile": { + "lib/net9.0/Microsoft.Extensions.Logging.EventSource.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/Microsoft.Extensions.Logging.EventSource.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.ObjectPool/7.0.0": { + "Microsoft.Extensions.ObjectPool/2.1.1": { "type": "package", "compile": { - "lib/net7.0/Microsoft.Extensions.ObjectPool.dll": { + "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.ObjectPool.dll": { + "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll": { "related": ".xml" } } }, - "Microsoft.Extensions.Options/9.0.0": { + "Microsoft.Extensions.Options/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { "lib/net9.0/Microsoft.Extensions.Options.dll": { @@ -1542,27 +2360,30 @@ "buildTransitive/net8.0/Microsoft.Extensions.Options.targets": {} } }, - "Microsoft.Extensions.Options.ConfigurationExtensions/6.0.0": { + "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.2": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.2", + "Microsoft.Extensions.Configuration.Binder": "9.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2", + "Microsoft.Extensions.Options": "9.0.2", + "Microsoft.Extensions.Primitives": "9.0.2" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "lib/net9.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "lib/net9.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Extensions.Primitives/9.0.0": { + "Microsoft.Extensions.Primitives/9.0.7": { "type": "package", "compile": { "lib/net9.0/Microsoft.Extensions.Primitives.dll": { @@ -1578,10 +2399,11 @@ "buildTransitive/net8.0/_._": {} } }, - "Microsoft.Identity.Client/4.56.0": { + "Microsoft.Identity.Client/4.61.3": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "6.22.0" + "Microsoft.IdentityModel.Abstractions": "6.35.0", + "System.Diagnostics.DiagnosticSource": "6.0.1" }, "compile": { "lib/net6.0/Microsoft.Identity.Client.dll": { @@ -1594,25 +2416,24 @@ } } }, - "Microsoft.Identity.Client.Extensions.Msal/4.56.0": { + "Microsoft.Identity.Client.Extensions.Msal/4.61.3": { "type": "package", "dependencies": { - "Microsoft.Identity.Client": "4.56.0", - "System.IO.FileSystem.AccessControl": "5.0.0", + "Microsoft.Identity.Client": "4.61.3", "System.Security.Cryptography.ProtectedData": "4.5.0" }, "compile": { - "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll": { + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll": { + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.Abstractions/8.0.1": { + "Microsoft.IdentityModel.Abstractions/8.6.0": { "type": "package", "compile": { "lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": { @@ -1634,17 +2455,21 @@ }, "compile": { "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": {}, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": {} + "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": {}, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": {} + "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": { + "related": ".xml" + } } }, - "Microsoft.IdentityModel.JsonWebTokens/8.0.1": { + "Microsoft.IdentityModel.JsonWebTokens/8.6.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Tokens": "8.0.1" + "Microsoft.IdentityModel.Tokens": "8.6.0" }, "compile": { "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll": { @@ -1657,10 +2482,10 @@ } } }, - "Microsoft.IdentityModel.Logging/8.0.1": { + "Microsoft.IdentityModel.Logging/8.6.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "8.0.1" + "Microsoft.IdentityModel.Abstractions": "8.6.0" }, "compile": { "lib/net9.0/Microsoft.IdentityModel.Logging.dll": { @@ -1706,10 +2531,11 @@ } } }, - "Microsoft.IdentityModel.Tokens/8.0.1": { + "Microsoft.IdentityModel.Tokens/8.6.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Logging": "8.0.1" + "Microsoft.Extensions.Logging.Abstractions": "8.0.2", + "Microsoft.IdentityModel.Logging": "8.6.0" }, "compile": { "lib/net9.0/Microsoft.IdentityModel.Tokens.dll": { @@ -1729,10 +2555,14 @@ "System.Buffers": "4.5.0" }, "compile": { - "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": {} + "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": {} + "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": { + "related": ".xml" + } } }, "Microsoft.NET.Test.Sdk/17.12.0": { @@ -1794,12 +2624,12 @@ }, "compile": { "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "runtime": { "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } } }, @@ -1812,12 +2642,12 @@ }, "compile": { "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } }, "runtime": { "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll": { - "related": ".runtimeconfig.json" + "related": ".runtimeconfig.json;.xml" } } }, @@ -2083,6 +2913,13 @@ "build/netcoreapp3.1/Microsoft.TestPlatform.TestHost.props": {} } }, + "Microsoft.Web.LibraryManager.Build/3.0.71": { + "type": "package", + "build": { + "build/Microsoft.Web.LibraryManager.Build.props": {}, + "build/Microsoft.Web.LibraryManager.Build.targets": {} + } + }, "Microsoft.Win32.Primitives/4.3.0": { "type": "package", "dependencies": { @@ -2091,7 +2928,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": {} + "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": { + "related": ".xml" + } } }, "Microsoft.Win32.Registry/5.0.0": { @@ -2214,6 +3053,18 @@ } } }, + "Mono.TextTemplating/2.2.1": { + "type": "package", + "dependencies": { + "System.CodeDom": "4.4.0" + }, + "compile": { + "lib/netstandard2.0/Mono.TextTemplating.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Mono.TextTemplating.dll": {} + } + }, "NETStandard.Library/1.6.1": { "type": "package", "dependencies": { @@ -2263,7 +3114,7 @@ "System.Xml.XDocument": "4.3.0" } }, - "Newtonsoft.Json/13.0.3": { + "Newtonsoft.Json/13.0.4": { "type": "package", "compile": { "lib/net6.0/Newtonsoft.Json.dll": { @@ -2276,49 +3127,64 @@ } } }, - "Polly/8.5.0": { + "Newtonsoft.Json.Bson/1.0.2": { "type": "package", "dependencies": { - "Polly.Core": "8.5.0" + "Newtonsoft.Json": "12.0.1" }, "compile": { - "lib/net6.0/Polly.dll": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net6.0/Polly.dll": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { "related": ".pdb;.xml" } } }, - "Polly.Core/8.5.0": { + "Pipelines.Sockets.Unofficial/2.2.8": { "type": "package", + "dependencies": { + "System.IO.Pipelines": "5.0.1" + }, "compile": { - "lib/net8.0/Polly.Core.dll": { - "related": ".pdb;.xml" + "lib/net5.0/Pipelines.Sockets.Unofficial.dll": { + "related": ".xml" } }, "runtime": { - "lib/net8.0/Polly.Core.dll": { - "related": ".pdb;.xml" + "lib/net5.0/Pipelines.Sockets.Unofficial.dll": { + "related": ".xml" } } }, - "prometheus-net/8.0.1": { + "Polly/8.6.5": { "type": "package", "dependencies": { - "Microsoft.Extensions.Http": "3.1.0", - "Microsoft.Extensions.ObjectPool": "7.0.0" + "Polly.Core": "8.6.5" }, "compile": { - "lib/net7.0/Prometheus.NetStandard.dll": { - "related": ".xml" + "lib/net6.0/Polly.dll": { + "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/Prometheus.NetStandard.dll": { - "related": ".xml" + "lib/net6.0/Polly.dll": { + "related": ".pdb;.xml" + } + } + }, + "Polly.Core/8.6.5": { + "type": "package", + "compile": { + "lib/net8.0/Polly.Core.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net8.0/Polly.Core.dll": { + "related": ".pdb;.xml" } } }, @@ -2510,38 +3376,37 @@ } } }, - "Serilog/4.0.0": { + "Serilog/4.2.0": { "type": "package", "compile": { - "lib/net8.0/Serilog.dll": { + "lib/net9.0/Serilog.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.dll": { + "lib/net9.0/Serilog.dll": { "related": ".xml" } } }, - "Serilog.AspNetCore/8.0.3": { + "Serilog.AspNetCore/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Logging": "8.0.0", - "Serilog": "3.1.1", - "Serilog.Extensions.Hosting": "8.0.0", - "Serilog.Formatting.Compact": "2.0.0", - "Serilog.Settings.Configuration": "8.0.4", - "Serilog.Sinks.Console": "5.0.0", - "Serilog.Sinks.Debug": "2.0.0", - "Serilog.Sinks.File": "5.0.0" + "Serilog": "4.2.0", + "Serilog.Extensions.Hosting": "9.0.0", + "Serilog.Formatting.Compact": "3.0.0", + "Serilog.Settings.Configuration": "9.0.0", + "Serilog.Sinks.Console": "6.0.0", + "Serilog.Sinks.Debug": "3.0.0", + "Serilog.Sinks.File": "6.0.0" }, "compile": { - "lib/net8.0/Serilog.AspNetCore.dll": { + "lib/net9.0/Serilog.AspNetCore.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.AspNetCore.dll": { + "lib/net9.0/Serilog.AspNetCore.dll": { "related": ".xml" } }, @@ -2549,78 +3414,78 @@ "Microsoft.AspNetCore.App" ] }, - "Serilog.Extensions.Hosting/8.0.0": { + "Serilog.Extensions.Hosting/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0", - "Serilog": "3.1.1", - "Serilog.Extensions.Logging": "8.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", + "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", + "Microsoft.Extensions.Logging.Abstractions": "9.0.0", + "Serilog": "4.2.0", + "Serilog.Extensions.Logging": "9.0.0" }, "compile": { - "lib/net8.0/Serilog.Extensions.Hosting.dll": { + "lib/net9.0/Serilog.Extensions.Hosting.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.Extensions.Hosting.dll": { + "lib/net9.0/Serilog.Extensions.Hosting.dll": { "related": ".xml" } } }, - "Serilog.Extensions.Logging/8.0.0": { + "Serilog.Extensions.Logging/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Logging": "8.0.0", - "Serilog": "3.1.1" + "Microsoft.Extensions.Logging": "9.0.0", + "Serilog": "4.2.0" }, "compile": { - "lib/net8.0/Serilog.Extensions.Logging.dll": { + "lib/net9.0/Serilog.Extensions.Logging.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.Extensions.Logging.dll": { + "lib/net9.0/Serilog.Extensions.Logging.dll": { "related": ".xml" } } }, - "Serilog.Formatting.Compact/2.0.0": { + "Serilog.Formatting.Compact/3.0.0": { "type": "package", "dependencies": { - "Serilog": "3.1.0" + "Serilog": "4.0.0" }, "compile": { - "lib/net7.0/Serilog.Formatting.Compact.dll": { + "lib/net8.0/Serilog.Formatting.Compact.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Serilog.Formatting.Compact.dll": { + "lib/net8.0/Serilog.Formatting.Compact.dll": { "related": ".xml" } } }, - "Serilog.Settings.Configuration/8.0.4": { + "Serilog.Settings.Configuration/9.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Binder": "8.0.0", - "Microsoft.Extensions.DependencyModel": "8.0.2", - "Serilog": "3.1.1" + "Microsoft.Extensions.Configuration.Binder": "9.0.0", + "Microsoft.Extensions.DependencyModel": "9.0.0", + "Serilog": "4.2.0" }, "compile": { - "lib/net8.0/Serilog.Settings.Configuration.dll": { + "lib/net9.0/Serilog.Settings.Configuration.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Serilog.Settings.Configuration.dll": { + "lib/net9.0/Serilog.Settings.Configuration.dll": { "related": ".xml" } } }, - "Serilog.Sinks.Console/6.0.0": { + "Serilog.Sinks.Console/6.1.1": { "type": "package", "dependencies": { "Serilog": "4.0.0" @@ -2636,39 +3501,43 @@ } } }, - "Serilog.Sinks.Debug/2.0.0": { + "Serilog.Sinks.Debug/3.0.0": { "type": "package", "dependencies": { - "Serilog": "2.10.0" + "Serilog": "4.0.0" }, "compile": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": {} + "lib/net8.0/Serilog.Sinks.Debug.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": {} + "lib/net8.0/Serilog.Sinks.Debug.dll": { + "related": ".xml" + } } }, - "Serilog.Sinks.File/5.0.0": { + "Serilog.Sinks.File/7.0.0": { "type": "package", "dependencies": { - "Serilog": "2.10.0" + "Serilog": "4.2.0" }, "compile": { - "lib/net5.0/Serilog.Sinks.File.dll": { - "related": ".pdb" + "lib/net9.0/Serilog.Sinks.File.dll": { + "related": ".xml" } }, "runtime": { - "lib/net5.0/Serilog.Sinks.File.dll": { - "related": ".pdb" + "lib/net9.0/Serilog.Sinks.File.dll": { + "related": ".xml" } } }, - "Serilog.Sinks.Http/9.0.0": { + "Serilog.Sinks.Http/9.2.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "7.0.0", - "Serilog.Sinks.File": "5.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "9.0.7", + "Serilog.Sinks.File": "7.0.0" }, "compile": { "lib/netstandard2.1/Serilog.Sinks.Http.dll": { @@ -2681,11 +3550,11 @@ } } }, - "Serilog.Sinks.Seq/8.0.0": { + "Serilog.Sinks.Seq/9.0.0": { "type": "package", "dependencies": { - "Serilog": "4.0.0", - "Serilog.Sinks.File": "5.0.0" + "Serilog": "4.2.0", + "Serilog.Sinks.File": "6.0.0" }, "compile": { "lib/net6.0/Serilog.Sinks.Seq.dll": { @@ -2720,6 +3589,23 @@ } } }, + "StackExchange.Redis/2.7.27": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Logging.Abstractions": "6.0.0", + "Pipelines.Sockets.Unofficial": "2.2.8" + }, + "compile": { + "lib/net6.0/StackExchange.Redis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/StackExchange.Redis.dll": { + "related": ".xml" + } + } + }, "Swashbuckle.AspNetCore/7.2.0": { "type": "package", "dependencies": { @@ -2729,10 +3615,27 @@ "Swashbuckle.AspNetCore.SwaggerUI": "7.2.0" }, "build": { - "build/_._": {} + "build/Swashbuckle.AspNetCore.props": {} }, "buildMultiTargeting": { - "buildMultiTargeting/_._": {} + "buildMultiTargeting/Swashbuckle.AspNetCore.props": {} + } + }, + "Swashbuckle.AspNetCore.Newtonsoft/7.2.0": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "9.0.0", + "Swashbuckle.AspNetCore.SwaggerGen": "7.2.0" + }, + "compile": { + "lib/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll": { + "related": ".pdb" + } + }, + "runtime": { + "lib/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll": { + "related": ".pdb" + } } }, "Swashbuckle.AspNetCore.Swagger/7.2.0": { @@ -2792,7 +3695,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.6/System.AppContext.dll": {} + "ref/netstandard1.6/System.AppContext.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.6/System.AppContext.dll": {} @@ -2807,6 +3712,34 @@ "lib/netcoreapp2.0/_._": {} } }, + "System.ClientModel/1.0.0": { + "type": "package", + "dependencies": { + "System.Memory.Data": "1.0.2", + "System.Text.Json": "4.7.2" + }, + "compile": { + "lib/net6.0/System.ClientModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.ClientModel.dll": { + "related": ".xml" + } + } + }, + "System.CodeDom/4.4.0": { + "type": "package", + "compile": { + "ref/netstandard2.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.CodeDom.dll": {} + } + }, "System.Collections/4.3.0": { "type": "package", "dependencies": { @@ -2815,7 +3748,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Collections.dll": {} + "ref/netstandard1.3/System.Collections.dll": { + "related": ".xml" + } } }, "System.Collections.Concurrent/4.3.0": { @@ -2833,12 +3768,137 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Collections.Concurrent.dll": {} + "ref/netstandard1.3/System.Collections.Concurrent.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Collections.Concurrent.dll": {} } }, + "System.Collections.Immutable/6.0.0": { + "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Composition/6.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "6.0.0", + "System.Composition.Convention": "6.0.0", + "System.Composition.Hosting": "6.0.0", + "System.Composition.Runtime": "6.0.0", + "System.Composition.TypedParts": "6.0.0" + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Composition.AttributedModel/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Composition.Convention/6.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Composition.Hosting/6.0.0": { + "type": "package", + "dependencies": { + "System.Composition.Runtime": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Composition.Runtime/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Composition.TypedParts/6.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "6.0.0", + "System.Composition.Hosting": "6.0.0", + "System.Composition.Runtime": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, "System.Configuration.ConfigurationManager/8.0.0": { "type": "package", "dependencies": { @@ -2869,7 +3929,9 @@ "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Console.dll": {} + "ref/netstandard1.3/System.Console.dll": { + "related": ".xml" + } } }, "System.Diagnostics.Debug/4.3.0": { @@ -2880,46 +3942,48 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Diagnostics.Debug.dll": {} + "ref/netstandard1.3/System.Diagnostics.Debug.dll": { + "related": ".xml" + } } }, - "System.Diagnostics.DiagnosticSource/8.0.1": { + "System.Diagnostics.DiagnosticSource/10.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": { + "lib/net9.0/System.Diagnostics.DiagnosticSource.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": { + "lib/net9.0/System.Diagnostics.DiagnosticSource.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/net8.0/_._": {} } }, - "System.Diagnostics.EventLog/8.0.0": { + "System.Diagnostics.EventLog/9.0.2": { "type": "package", "compile": { - "lib/net8.0/System.Diagnostics.EventLog.dll": { + "lib/net9.0/System.Diagnostics.EventLog.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Diagnostics.EventLog.dll": { + "lib/net9.0/System.Diagnostics.EventLog.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/net8.0/_._": {} }, "runtimeTargets": { - "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll": { + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll": { "assetType": "runtime", "rid": "win" }, - "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll": { + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll": { "assetType": "runtime", "rid": "win" } @@ -2976,7 +4040,9 @@ "runtime.native.System": "4.3.0" }, "compile": { - "ref/netstandard1.4/System.Diagnostics.Process.dll": {} + "ref/netstandard1.4/System.Diagnostics.Process.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/linux/lib/netstandard1.4/System.Diagnostics.Process.dll": { @@ -3001,7 +4067,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Diagnostics.Tools.dll": {} + "ref/netstandard1.0/System.Diagnostics.Tools.dll": { + "related": ".xml" + } } }, "System.Diagnostics.Tracing/4.3.0": { @@ -3012,7 +4080,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {} + "ref/netstandard1.5/System.Diagnostics.Tracing.dll": { + "related": ".xml" + } } }, "System.Globalization/4.3.0": { @@ -3023,7 +4093,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Globalization.dll": {} + "ref/netstandard1.3/System.Globalization.dll": { + "related": ".xml" + } } }, "System.Globalization.Calendars/4.3.0": { @@ -3035,7 +4107,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Globalization.Calendars.dll": {} + "ref/netstandard1.3/System.Globalization.Calendars.dll": { + "related": ".xml" + } } }, "System.Globalization.Extensions/4.3.0": { @@ -3049,7 +4123,9 @@ "System.Runtime.InteropServices": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll": { @@ -3062,11 +4138,11 @@ } } }, - "System.IdentityModel.Tokens.Jwt/8.0.1": { + "System.IdentityModel.Tokens.Jwt/8.6.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "8.0.1", - "Microsoft.IdentityModel.Tokens": "8.0.1" + "Microsoft.IdentityModel.JsonWebTokens": "8.6.0", + "Microsoft.IdentityModel.Tokens": "8.6.0" }, "compile": { "lib/net9.0/System.IdentityModel.Tokens.Jwt.dll": { @@ -3089,7 +4165,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.IO.dll": {} + "ref/netstandard1.5/System.IO.dll": { + "related": ".xml" + } } }, "System.IO.Compression/4.3.0": { @@ -3112,7 +4190,9 @@ "runtime.native.System.IO.Compression": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.Compression.dll": {} + "ref/netstandard1.3/System.IO.Compression.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": { @@ -3139,7 +4219,9 @@ "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": {} + "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {} @@ -3158,14 +4240,16 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.FileSystem.dll": {} + "ref/netstandard1.3/System.IO.FileSystem.dll": { + "related": ".xml" + } } }, - "System.IO.FileSystem.AccessControl/5.0.0": { + "System.IO.FileSystem.AccessControl/4.7.0": { "type": "package", "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" + "System.Security.AccessControl": "4.7.0", + "System.Security.Principal.Windows": "4.7.0" }, "compile": { "ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { @@ -3190,12 +4274,30 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} } }, + "System.IO.Pipelines/6.0.3": { + "type": "package", + "compile": { + "lib/net6.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, "System.Linq/4.3.0": { "type": "package", "dependencies": { @@ -3206,7 +4308,9 @@ "System.Runtime.Extensions": "4.3.0" }, "compile": { - "ref/netstandard1.6/System.Linq.dll": {} + "ref/netstandard1.6/System.Linq.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.6/System.Linq.dll": {} @@ -3234,7 +4338,9 @@ "System.Threading": "4.3.0" }, "compile": { - "ref/netstandard1.6/System.Linq.Expressions.dll": {} + "ref/netstandard1.6/System.Linq.Expressions.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.6/System.Linq.Expressions.dll": {} @@ -3256,10 +4362,14 @@ "System.Text.Json": "4.6.0" }, "compile": { - "lib/netstandard2.0/System.Memory.Data.dll": {} + "lib/netstandard2.0/System.Memory.Data.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/System.Memory.Data.dll": {} + "lib/netstandard2.0/System.Memory.Data.dll": { + "related": ".xml" + } } }, "System.Net.Http/4.3.0": { @@ -3293,7 +4403,9 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Net.Http.dll": {} + "ref/netstandard1.3/System.Net.Http.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll": { @@ -3315,7 +4427,9 @@ "System.Runtime.Handles": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Net.Primitives.dll": {} + "ref/netstandard1.3/System.Net.Primitives.dll": { + "related": ".xml" + } } }, "System.Net.Sockets/4.3.0": { @@ -3329,7 +4443,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Net.Sockets.dll": {} + "ref/netstandard1.3/System.Net.Sockets.dll": { + "related": ".xml" + } } }, "System.Numerics.Vectors/4.5.0": { @@ -3351,7 +4467,9 @@ "System.Threading": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.ObjectModel.dll": {} + "ref/netstandard1.3/System.ObjectModel.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.ObjectModel.dll": {} @@ -3402,7 +4520,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.Reflection.dll": {} + "ref/netstandard1.5/System.Reflection.dll": { + "related": ".xml" + } } }, "System.Reflection.Emit/4.3.0": { @@ -3415,7 +4535,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.1/_._": {} + "ref/netstandard1.1/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Reflection.Emit.dll": {} @@ -3429,7 +4551,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/_._": {} + "ref/netstandard1.0/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {} @@ -3444,7 +4568,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/_._": {} + "ref/netstandard1.0/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll": {} @@ -3459,16 +4585,28 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Reflection.Extensions.dll": {} + "ref/netstandard1.0/System.Reflection.Extensions.dll": { + "related": ".xml" + } } }, - "System.Reflection.Metadata/1.6.0": { + "System.Reflection.Metadata/6.0.1": { "type": "package", + "dependencies": { + "System.Collections.Immutable": "6.0.0" + }, "compile": { - "lib/netstandard2.0/System.Reflection.Metadata.dll": {} + "lib/net6.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/System.Reflection.Metadata.dll": {} + "lib/net6.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} } }, "System.Reflection.Primitives/4.3.0": { @@ -3479,7 +4617,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Reflection.Primitives.dll": {} + "ref/netstandard1.0/System.Reflection.Primitives.dll": { + "related": ".xml" + } } }, "System.Reflection.TypeExtensions/4.3.0": { @@ -3507,7 +4647,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Resources.ResourceManager.dll": {} + "ref/netstandard1.0/System.Resources.ResourceManager.dll": { + "related": ".xml" + } } }, "System.Runtime/4.3.0": { @@ -3517,7 +4659,9 @@ "Microsoft.NETCore.Targets": "1.1.0" }, "compile": { - "ref/netstandard1.5/System.Runtime.dll": {} + "ref/netstandard1.5/System.Runtime.dll": { + "related": ".xml" + } } }, "System.Runtime.Caching/8.0.0": { @@ -3548,10 +4692,14 @@ "System.Runtime.CompilerServices.Unsafe/6.0.0": { "type": "package", "compile": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {} + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } }, "runtime": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {} + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } }, "build": { "buildTransitive/netcoreapp3.1/_._": {} @@ -3565,7 +4713,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.Runtime.Extensions.dll": {} + "ref/netstandard1.5/System.Runtime.Extensions.dll": { + "related": ".xml" + } } }, "System.Runtime.Handles/4.3.0": { @@ -3576,7 +4726,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Runtime.Handles.dll": {} + "ref/netstandard1.3/System.Runtime.Handles.dll": { + "related": ".xml" + } } }, "System.Runtime.InteropServices/4.3.0": { @@ -3630,7 +4782,9 @@ "System.Runtime.Extensions": "4.3.0" }, "compile": { - "ref/netstandard1.1/System.Runtime.Numerics.dll": {} + "ref/netstandard1.1/System.Runtime.Numerics.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Runtime.Numerics.dll": {} @@ -3644,7 +4798,9 @@ "System.Runtime": "4.1.0" }, "compile": { - "ref/netstandard1.0/System.Runtime.Serialization.Json.dll": {} + "ref/netstandard1.0/System.Runtime.Serialization.Json.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Runtime.Serialization.Json.dll": {} @@ -3657,7 +4813,9 @@ "System.Runtime": "4.1.0" }, "compile": { - "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} + "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} @@ -3799,7 +4957,9 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": {} + "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": { @@ -3836,9 +4996,31 @@ "lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": {} }, "runtimeTargets": { - "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": { + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": { + "assetType": "runtime", + "rid": "unix" + } + } + }, + "System.Security.Cryptography.Pkcs/9.0.0": { + "type": "package", + "compile": { + "lib/net9.0/System.Security.Cryptography.Pkcs.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/System.Security.Cryptography.Pkcs.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net9.0/System.Security.Cryptography.Pkcs.dll": { "assetType": "runtime", - "rid": "unix" + "rid": "win" } } }, @@ -3906,7 +5088,9 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" }, "compile": { - "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": {} + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { @@ -3919,6 +5103,25 @@ } } }, + "System.Security.Cryptography.Xml/9.0.0": { + "type": "package", + "dependencies": { + "System.Security.Cryptography.Pkcs": "9.0.0" + }, + "compile": { + "lib/net9.0/System.Security.Cryptography.Xml.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net9.0/System.Security.Cryptography.Xml.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + } + }, "System.Security.Principal.Windows/5.0.0": { "type": "package", "compile": { @@ -3950,33 +5153,23 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Text.Encoding.dll": {} - } - }, - "System.Text.Encoding.Extensions/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {} + "ref/netstandard1.3/System.Text.Encoding.dll": { + "related": ".xml" + } } }, - "System.Text.Encodings.Web/6.0.0": { + "System.Text.Encoding.CodePages/6.0.0": { "type": "package", "dependencies": { "System.Runtime.CompilerServices.Unsafe": "6.0.0" }, "compile": { - "lib/net6.0/System.Text.Encodings.Web.dll": { + "lib/net6.0/System.Text.Encoding.CodePages.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/System.Text.Encodings.Web.dll": { + "lib/net6.0/System.Text.Encoding.CodePages.dll": { "related": ".xml" } }, @@ -3984,30 +5177,50 @@ "buildTransitive/netcoreapp3.1/_._": {} }, "runtimeTargets": { - "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll": { + "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.dll": { "assetType": "runtime", - "rid": "browser" + "rid": "win" } } }, - "System.Text.Json/6.0.0": { + "System.Text.Encoding.Extensions/4.3.0": { "type": "package", "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "6.0.0" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0" }, "compile": { - "lib/net6.0/System.Text.Json.dll": { + "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": { + "related": ".xml" + } + } + }, + "System.Text.Encodings.Web/4.7.2": { + "type": "package", + "compile": { + "lib/netstandard2.1/System.Text.Encodings.Web.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/System.Text.Json.dll": { + "lib/netstandard2.1/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + } + }, + "System.Text.Json/4.7.2": { + "type": "package", + "compile": { + "lib/netcoreapp3.0/System.Text.Json.dll": { "related": ".xml" } }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "runtime": { + "lib/netcoreapp3.0/System.Text.Json.dll": { + "related": ".xml" + } } }, "System.Text.RegularExpressions/4.3.0": { @@ -4029,7 +5242,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Threading.dll": {} + "ref/netstandard1.3/System.Threading.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Threading.dll": {} @@ -4059,7 +5274,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Threading.Tasks.dll": {} + "ref/netstandard1.3/System.Threading.Tasks.dll": { + "related": ".xml" + } } }, "System.Threading.Tasks.Extensions/4.5.4": { @@ -4077,7 +5294,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Threading.Thread.dll": {} @@ -4090,7 +5309,9 @@ "System.Runtime.Handles": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Threading.ThreadPool.dll": {} @@ -4104,7 +5325,18 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.2/System.Threading.Timer.dll": {} + "ref/netstandard1.2/System.Threading.Timer.dll": { + "related": ".xml" + } + } + }, + "System.ValueTuple/4.5.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} } }, "System.Xml.ReaderWriter/4.3.0": { @@ -4127,7 +5359,9 @@ "System.Threading.Tasks.Extensions": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Xml.ReaderWriter.dll": {} + "ref/netstandard1.3/System.Xml.ReaderWriter.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.ReaderWriter.dll": {} @@ -4150,7 +5384,9 @@ "System.Xml.ReaderWriter": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Xml.XDocument.dll": {} + "ref/netstandard1.3/System.Xml.XDocument.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.XDocument.dll": {} @@ -4171,7 +5407,9 @@ "System.Xml.ReaderWriter": "4.0.11" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.XmlDocument.dll": {} @@ -4199,7 +5437,9 @@ "System.Xml.XmlDocument": "4.0.1" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.XmlSerializer.dll": {} @@ -4216,10 +5456,14 @@ "xunit.abstractions/2.0.3": { "type": "package", "compile": { - "lib/netstandard2.0/xunit.abstractions.dll": {} + "lib/netstandard2.0/xunit.abstractions.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/xunit.abstractions.dll": {} + "lib/netstandard2.0/xunit.abstractions.dll": { + "related": ".xml" + } } }, "xunit.analyzers/1.16.0": { @@ -4297,15 +5541,15 @@ "build/net6.0/xunit.runner.visualstudio.props": {} } }, - "YamlDotNet/13.3.1": { + "YamlDotNet/16.3.0": { "type": "package", "compile": { - "lib/net7.0/YamlDotNet.dll": { + "lib/net8.0/YamlDotNet.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/YamlDotNet.dll": { + "lib/net8.0/YamlDotNet.dll": { "related": ".xml" } } @@ -4323,28 +5567,50 @@ "type": "project", "framework": ".NETCoreApp,Version=v9.0", "dependencies": { - "AspNetCore.HealthChecks.AzureServiceBus": "8.0.1", + "AspNetCore.HealthChecks.AzureServiceBus": "9.0.0", "AspNetCore.HealthChecks.MongoDb": "8.1.0", "AspNetCore.HealthChecks.Rabbitmq": "8.0.2", - "AspNetCore.HealthChecks.SqlServer": "8.0.2", - "AspNetCore.HealthChecks.UI.Client": "8.0.1", - "Autofac.Extensions.DependencyInjection": "10.0.0", + "AspNetCore.HealthChecks.Redis": "9.0.0", + "AspNetCore.HealthChecks.SqlServer": "9.0.0", + "AspNetCore.HealthChecks.UI": "9.0.0", + "AspNetCore.HealthChecks.UI.Client": "9.0.0", + "AspNetCore.HealthChecks.UI.InMemory.Storage": "9.0.0", + "AspNetCore.HealthChecks.Uris": "9.0.0", + "Autofac": "9.0.0", + "Autofac.Extensions.DependencyInjection": "9.0.0", "EventBus": "1.0.0", "EventBusRabbitMQ": "1.0.0", "EventBusServiceBus": "1.0.0", - "Microsoft.ApplicationInsights.AspNetCore": "2.22.0", - "Microsoft.ApplicationInsights.Kubernetes": "7.0.0", + "FluentValidation.AspNetCore": "11.3.0", + "Google.Protobuf": "3.33.1", + "Grpc.AspNetCore.Server": "2.71.0", + "Grpc.AspNetCore.Server.ClientFactory": "2.71.0", + "Grpc.Net.Client": "2.71.0", + "MediatR": "12.4.1", + "Microsoft.ApplicationInsights.AspNetCore": "2.23.0", + "Microsoft.ApplicationInsights.DependencyCollector": "2.23.0", + "Microsoft.ApplicationInsights.Kubernetes": "8.0.0", "Microsoft.AspNetCore.Authentication.JwtBearer": "9.0.0", + "Microsoft.AspNetCore.DataProtection.StackExchangeRedis": "9.0.0", "Microsoft.Extensions.Configuration.AzureKeyVault": "3.1.24", + "Microsoft.Extensions.Diagnostics.HealthChecks": "9.0.0", + "Microsoft.Extensions.Hosting": "9.0.2", + "Microsoft.Extensions.Logging": "9.0.2", + "Microsoft.Extensions.Logging.Abstractions": "9.0.2", + "Microsoft.Extensions.Logging.AzureAppServices": "9.0.0", + "Microsoft.Web.LibraryManager.Build": "3.0.71", "MongoDB.Driver": "2.30.0", "MongoDB.Driver.Core": "2.30.0", - "Polly": "8.5.0", - "Serilog.AspNetCore": "8.0.3", - "Serilog.Settings.Configuration": "8.0.4", - "Serilog.Sinks.Console": "6.0.0", - "Serilog.Sinks.Http": "9.0.0", - "Serilog.Sinks.Seq": "8.0.0", - "Swashbuckle.AspNetCore": "7.2.0" + "Newtonsoft.Json": "13.0.4", + "Polly": "8.6.5", + "RabbitMQ.Client": "6.8.1", + "Serilog.AspNetCore": "9.0.0", + "Serilog.Settings.Configuration": "9.0.0", + "Serilog.Sinks.Console": "6.1.1", + "Serilog.Sinks.Http": "9.2.0", + "Serilog.Sinks.Seq": "9.0.0", + "Swashbuckle.AspNetCore": "7.2.0", + "Swashbuckle.AspNetCore.Newtonsoft": "7.2.0" }, "compile": { "bin/placeholder/Coupon.API.dll": {} @@ -4360,7 +5626,7 @@ "type": "project", "framework": ".NETCoreApp,Version=v9.0", "dependencies": { - "Newtonsoft.Json": "13.0.3" + "Newtonsoft.Json": "13.0.4" }, "compile": { "bin/placeholder/EventBus.dll": {} @@ -4373,12 +5639,12 @@ "type": "project", "framework": ".NETCoreApp,Version=v9.0", "dependencies": { - "Autofac": "8.1.1", + "Autofac": "9.0.0", "EventBus": "1.0.0", "Microsoft.CSharp": "4.7.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Newtonsoft.Json": "13.0.3", - "Polly": "8.5.0", + "Microsoft.Extensions.Logging": "9.0.2", + "Newtonsoft.Json": "13.0.4", + "Polly": "8.6.5", "RabbitMQ.Client": "6.8.1" }, "compile": { @@ -4392,11 +5658,11 @@ "type": "project", "framework": ".NETCoreApp,Version=v9.0", "dependencies": { - "Autofac": "8.1.1", + "Autofac": "9.0.0", "EventBus": "1.0.0", "Microsoft.Azure.ServiceBus": "5.2.0", "Microsoft.CSharp": "4.7.0", - "Microsoft.Extensions.Logging": "9.0.0" + "Microsoft.Extensions.Logging": "9.0.2" }, "compile": { "bin/placeholder/EventBusServiceBus.dll": {} @@ -4408,19 +5674,19 @@ } }, "libraries": { - "AspNetCore.HealthChecks.AzureServiceBus/8.0.1": { - "sha512": "67GttVESv92GIthFMNqLbWvnQr3AFujGGsydKUl51R7p+KETguIJ+yHGUSnLL8XEcIWO0pENO714WlAqmON8EQ==", + "AspNetCore.HealthChecks.AzureServiceBus/9.0.0": { + "sha512": "Uzml9qWAvN6xPJejdTLznx9SIczKs/exieiJCU0Kjivt4ZTcsLdE3u2g8HJr0VWhguQad2mpGkwXtQ9nWfkm4g==", "type": "package", - "path": "aspnetcore.healthchecks.azureservicebus/8.0.1", + "path": "aspnetcore.healthchecks.azureservicebus/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", - "aspnetcore.healthchecks.azureservicebus.8.0.1.nupkg.sha512", + "aspnetcore.healthchecks.azureservicebus.9.0.0.nupkg.sha512", "aspnetcore.healthchecks.azureservicebus.nuspec", "icon.png", - "lib/net6.0/HealthChecks.AzureServiceBus.dll", - "lib/net6.0/HealthChecks.AzureServiceBus.xml", + "lib/net8.0/HealthChecks.AzureServiceBus.dll", + "lib/net8.0/HealthChecks.AzureServiceBus.xml", "lib/netstandard2.0/HealthChecks.AzureServiceBus.dll", "lib/netstandard2.0/HealthChecks.AzureServiceBus.xml" ] @@ -4458,69 +5724,138 @@ "lib/netstandard2.0/HealthChecks.Rabbitmq.xml" ] }, - "AspNetCore.HealthChecks.SqlServer/8.0.2": { - "sha512": "sTcVVq7/zhfUrSTs0WAktvPdpU1He/sj14gRTogq4eFhn0oImolxNNhJczkYMgFF92RMMW+O+rlcFO7HVOpfiQ==", + "AspNetCore.HealthChecks.Redis/9.0.0": { + "sha512": "yNH0h8GLRbAf+PU5HNVLZ5hNeyq9mDVmRKO9xuZsme/znUYoBJlQvI0gq45gaZNlLncCHkMhR4o90MuT+gxxPw==", + "type": "package", + "path": "aspnetcore.healthchecks.redis/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.redis.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.redis.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.Redis.dll", + "lib/net8.0/HealthChecks.Redis.xml", + "lib/netstandard2.0/HealthChecks.Redis.dll", + "lib/netstandard2.0/HealthChecks.Redis.xml" + ] + }, + "AspNetCore.HealthChecks.SqlServer/9.0.0": { + "sha512": "UxCf65iCF2nU1u7AcB320abjL4CRg5swCgJECY6mKk1j5lrGMfVtskWwriGs1T29pYdRig9Vra3SPnP+4G82pA==", "type": "package", - "path": "aspnetcore.healthchecks.sqlserver/8.0.2", + "path": "aspnetcore.healthchecks.sqlserver/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "aspnetcore.healthchecks.sqlserver.8.0.2.nupkg.sha512", + "aspnetcore.healthchecks.sqlserver.9.0.0.nupkg.sha512", "aspnetcore.healthchecks.sqlserver.nuspec", "icon.png", - "lib/net6.0/HealthChecks.SqlServer.dll", - "lib/net6.0/HealthChecks.SqlServer.xml", + "lib/net8.0/HealthChecks.SqlServer.dll", + "lib/net8.0/HealthChecks.SqlServer.xml", "lib/netstandard2.0/HealthChecks.SqlServer.dll", "lib/netstandard2.0/HealthChecks.SqlServer.xml" ] }, - "AspNetCore.HealthChecks.UI.Client/8.0.1": { - "sha512": "nhC6KIoB/EtTbH3uGm2J6EHEUyTJuETUARFePbmrnA+zjbwsirzIVUQl46qIjvyPABhK0e7Rk+AxcRqC6zikqA==", + "AspNetCore.HealthChecks.UI/9.0.0": { + "sha512": "r/bGIiFDm/Bv+S/OCcE1/YzM4Zul1nEKGRA42xcGqxaYmaQf1T+gFEReNNA+5nHXuXt5TRuBuVag1emXuwqe6w==", + "type": "package", + "path": "aspnetcore.healthchecks.ui/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.ui.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.ui.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.UI.dll", + "lib/net8.0/HealthChecks.UI.runtimeconfig.json", + "lib/net8.0/HealthChecks.UI.xml" + ] + }, + "AspNetCore.HealthChecks.UI.Client/9.0.0": { + "sha512": "1Ub3Wvvbz7CMuFNWgLEc9qqQibiMoovDML/WHrwr5J83RPgtI20giCR92s/ipLgu7IIuqw+W/y7WpIeHqAICxg==", "type": "package", - "path": "aspnetcore.healthchecks.ui.client/8.0.1", + "path": "aspnetcore.healthchecks.ui.client/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "aspnetcore.healthchecks.ui.client.8.0.1.nupkg.sha512", + "aspnetcore.healthchecks.ui.client.9.0.0.nupkg.sha512", "aspnetcore.healthchecks.ui.client.nuspec", "icon.png", - "lib/net6.0/HealthChecks.UI.Client.dll", - "lib/net6.0/HealthChecks.UI.Client.xml", - "lib/net7.0/HealthChecks.UI.Client.dll", - "lib/net7.0/HealthChecks.UI.Client.xml", "lib/net8.0/HealthChecks.UI.Client.dll", "lib/net8.0/HealthChecks.UI.Client.xml" ] }, - "AspNetCore.HealthChecks.UI.Core/8.0.1": { - "sha512": "Vn00MOJ1I0HSqyP7Bt9v0pr0AIgbrXMjL/KFwW+sRwLRogOtep8BWGimd8XYRCbCDLrAi7VSArU02f6pEIw69w==", + "AspNetCore.HealthChecks.UI.Core/9.0.0": { + "sha512": "TVriy4hgYnhfqz6NAzv8qe62Q8wf82iKUL6WV9selqeFZTq1ILi39Sic6sFQegRysvAVcnxKP/vY8z9Fk8x6XQ==", "type": "package", - "path": "aspnetcore.healthchecks.ui.core/8.0.1", + "path": "aspnetcore.healthchecks.ui.core/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "aspnetcore.healthchecks.ui.core.8.0.1.nupkg.sha512", + "aspnetcore.healthchecks.ui.core.9.0.0.nupkg.sha512", "aspnetcore.healthchecks.ui.core.nuspec", "icon.png", - "lib/net6.0/HealthChecks.UI.Core.dll", - "lib/net6.0/HealthChecks.UI.Core.xml" + "lib/net8.0/HealthChecks.UI.Core.dll", + "lib/net8.0/HealthChecks.UI.Core.xml" + ] + }, + "AspNetCore.HealthChecks.UI.Data/9.0.0": { + "sha512": "bZkXUdiqXOkmhe3XHF+OIgPQKR8OXS8/+iDWegmxSXtbaIYwsT5+B0URT+P4OPvhj5tR2goMMZe5KwJBVHr+1g==", + "type": "package", + "path": "aspnetcore.healthchecks.ui.data/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.ui.data.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.ui.data.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.UI.Data.dll", + "lib/net8.0/HealthChecks.UI.Data.xml" + ] + }, + "AspNetCore.HealthChecks.UI.InMemory.Storage/9.0.0": { + "sha512": "xuq+HBH8Ckz9r5d+yP1pk7cgIbPLBqCGfYu0MxtvbtsxIo7cv5nQoUCJsdgqN5/a4ndVUJZco6GjWFk6r4xN1w==", + "type": "package", + "path": "aspnetcore.healthchecks.ui.inmemory.storage/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.ui.inmemory.storage.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.ui.inmemory.storage.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.UI.InMemory.Storage.dll", + "lib/net8.0/HealthChecks.UI.InMemory.Storage.xml" + ] + }, + "AspNetCore.HealthChecks.Uris/9.0.0": { + "sha512": "XYdNlA437KeF8p9qOpZFyNqAN+c0FXt/JjTvzH/Qans0q0O3pPE8KPnn39ucQQjR/Roum1vLTP3kXiUs8VHyuA==", + "type": "package", + "path": "aspnetcore.healthchecks.uris/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "aspnetcore.healthchecks.uris.9.0.0.nupkg.sha512", + "aspnetcore.healthchecks.uris.nuspec", + "icon.png", + "lib/net8.0/HealthChecks.Uris.dll", + "lib/net8.0/HealthChecks.Uris.xml", + "lib/netstandard2.0/HealthChecks.Uris.dll", + "lib/netstandard2.0/HealthChecks.Uris.xml" ] }, - "Autofac/8.1.1": { - "sha512": "lhHjVB/XJtxPDUQ/FAHWAC7Spu+P9TNfDbyx2W0ABqD1eTRo7TkcZ7l7Oq1S5pKNg7NXswdk9uH73qbOzSwQFA==", + "Autofac/9.0.0": { + "sha512": "G8TpUMVIq1pEAMuAao8h5MKduY91SotjgK93wQb5LaxbJUVE0/XjCA6t2SOp+AkPC3GB/C2MAiF2D7krYjraFw==", "type": "package", - "path": "autofac/8.1.1", + "path": "autofac/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", - "autofac.8.1.1.nupkg.sha512", + "autofac.9.0.0.nupkg.sha512", "autofac.nuspec", "icon.png", - "lib/net6.0/Autofac.dll", - "lib/net6.0/Autofac.xml", - "lib/net7.0/Autofac.dll", - "lib/net7.0/Autofac.xml", + "lib/net10.0/Autofac.dll", + "lib/net10.0/Autofac.xml", "lib/net8.0/Autofac.dll", "lib/net8.0/Autofac.xml", "lib/netstandard2.0/Autofac.dll", @@ -4529,15 +5864,15 @@ "lib/netstandard2.1/Autofac.xml" ] }, - "Autofac.Extensions.DependencyInjection/10.0.0": { - "sha512": "ZjR/onUlP7BzQ7VBBigQepWLAyAzi3VRGX3pP6sBqkPRiT61fsTZqbTpRUKxo30TMgbs1o3y6bpLbETix4SJog==", + "Autofac.Extensions.DependencyInjection/9.0.0": { + "sha512": "tf+//4MBola256qaaVQqQ6tx2R57S8A8BFekRWNpHkpSFzRBPkU+/fEDUSrCjqldK/B2zRoDbsMcQmYy3PYGWg==", "type": "package", - "path": "autofac.extensions.dependencyinjection/10.0.0", + "path": "autofac.extensions.dependencyinjection/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", - "autofac.extensions.dependencyinjection.10.0.0.nupkg.sha512", + "autofac.extensions.dependencyinjection.9.0.0.nupkg.sha512", "autofac.extensions.dependencyinjection.nuspec", "icon.png", "lib/net6.0/Autofac.Extensions.DependencyInjection.dll", @@ -4604,28 +5939,24 @@ "tools/uninstall.ps1" ] }, - "Azure.Core/1.36.0": { - "sha512": "vwqFZdHS4dzPlI7FFRkPx9ctA+aGGeRev3gnzG8lntWvKMmBhAmulABi1O9CEvS3/jzYt7yA+0pqVdxkpAd7dQ==", + "Azure.Core/1.38.0": { + "sha512": "IuEgCoVA0ef7E4pQtpC3+TkPbzaoQfa77HlfJDmfuaJUCVJmn7fT0izamZiryW5sYUFKizsftIxMkXKbgIcPMQ==", "type": "package", - "path": "azure.core/1.36.0", + "path": "azure.core/1.38.0", "files": [ ".nupkg.metadata", ".signature.p7s", "CHANGELOG.md", "README.md", - "azure.core.1.36.0.nupkg.sha512", + "azure.core.1.38.0.nupkg.sha512", "azure.core.nuspec", "azureicon.png", "lib/net461/Azure.Core.dll", "lib/net461/Azure.Core.xml", "lib/net472/Azure.Core.dll", "lib/net472/Azure.Core.xml", - "lib/net5.0/Azure.Core.dll", - "lib/net5.0/Azure.Core.xml", "lib/net6.0/Azure.Core.dll", "lib/net6.0/Azure.Core.xml", - "lib/netcoreapp2.1/Azure.Core.dll", - "lib/netcoreapp2.1/Azure.Core.xml", "lib/netstandard2.0/Azure.Core.dll", "lib/netstandard2.0/Azure.Core.xml" ] @@ -4646,16 +5977,16 @@ "lib/netstandard2.0/Azure.Core.Amqp.xml" ] }, - "Azure.Identity/1.10.3": { - "sha512": "l1Xm2MWOF2Mzcwuarlw8kWQXLZk3UeB55aQXVyjj23aBfDwOZ3gu5GP2kJ6KlmZeZv2TCzw7x4L3V36iNr3gww==", + "Azure.Identity/1.11.4": { + "sha512": "Sf4BoE6Q3jTgFkgBkx7qztYOFELBCo+wQgpYDwal/qJ1unBH73ywPztIJKXBXORRzAeNijsuxhk94h0TIMvfYg==", "type": "package", - "path": "azure.identity/1.10.3", + "path": "azure.identity/1.11.4", "files": [ ".nupkg.metadata", ".signature.p7s", "CHANGELOG.md", "README.md", - "azure.identity.1.10.3.nupkg.sha512", + "azure.identity.1.11.4.nupkg.sha512", "azure.identity.nuspec", "azureicon.png", "lib/netstandard2.0/Azure.Identity.dll", @@ -4772,86 +6103,383 @@ "lib/netstandard2.1/DnsClient.xml" ] }, - "Fractions/7.2.1": { - "sha512": "1gVCo18/02ZZOJ+dcpVNMsUHF6cLmltMMskUWl2G1l+0OmTTvcwJZq5/JXIVpvOzPM3gDLombsloGMlTQNcv9g==", + "FluentValidation/11.5.1": { + "sha512": "0h1Q5lNOLLyYTWMJmyNoMqhY4CBRvvUWvJP1R4F2CnmmzuWwvB0A8aVmw5+lOuwYnwUwCRrdeMLbc81F38ahNQ==", + "type": "package", + "path": "fluentvalidation/11.5.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "fluent-validation-icon.png", + "fluentvalidation.11.5.1.nupkg.sha512", + "fluentvalidation.nuspec", + "lib/net5.0/FluentValidation.dll", + "lib/net5.0/FluentValidation.xml", + "lib/net6.0/FluentValidation.dll", + "lib/net6.0/FluentValidation.xml", + "lib/net7.0/FluentValidation.dll", + "lib/net7.0/FluentValidation.xml", + "lib/netstandard2.0/FluentValidation.dll", + "lib/netstandard2.0/FluentValidation.xml", + "lib/netstandard2.1/FluentValidation.dll", + "lib/netstandard2.1/FluentValidation.xml" + ] + }, + "FluentValidation.AspNetCore/11.3.0": { + "sha512": "jtFVgKnDFySyBlPS8bZbTKEEwJZnn11rXXJ2SQnjDhZ56rQqybBg9Joq4crRLz3y0QR8WoOq4iE4piV81w/Djg==", + "type": "package", + "path": "fluentvalidation.aspnetcore/11.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "fluent-validation-icon.png", + "fluentvalidation.aspnetcore.11.3.0.nupkg.sha512", + "fluentvalidation.aspnetcore.nuspec", + "lib/net5.0/FluentValidation.AspNetCore.dll", + "lib/net5.0/FluentValidation.AspNetCore.xml", + "lib/net6.0/FluentValidation.AspNetCore.dll", + "lib/net6.0/FluentValidation.AspNetCore.xml", + "lib/netcoreapp3.1/FluentValidation.AspNetCore.dll", + "lib/netcoreapp3.1/FluentValidation.AspNetCore.xml" + ] + }, + "FluentValidation.DependencyInjectionExtensions/11.5.1": { + "sha512": "iWM0LS1MDYX06pcjMEQKqHirl2zkjHlNV23mEJSoR1IZI7KQmTa0RcTtGEJpj5+iHvBCfrzP2mYKM4FtRKVb+A==", "type": "package", - "path": "fractions/7.2.1", + "path": "fluentvalidation.dependencyinjectionextensions/11.5.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "fluent-validation-icon.png", + "fluentvalidation.dependencyinjectionextensions.11.5.1.nupkg.sha512", + "fluentvalidation.dependencyinjectionextensions.nuspec", + "lib/netstandard2.0/FluentValidation.DependencyInjectionExtensions.dll", + "lib/netstandard2.0/FluentValidation.DependencyInjectionExtensions.xml", + "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.dll", + "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.xml" + ] + }, + "Fractions/7.3.0": { + "sha512": "2bETFWLBc8b7Ut2SVi+bxhGVwiSpknHYGBh2PADyGWONLkTxT7bKyDRhF8ao+XUv90tq8Fl7GTPxSI5bacIRJw==", + "type": "package", + "path": "fractions/7.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Fraction.png", "Readme.md", - "fractions.7.2.1.nupkg.sha512", + "fractions.7.3.0.nupkg.sha512", "fractions.nuspec", "lib/netstandard2.0/Fractions.dll", - "lib/netstandard2.0/Fractions.pdb", "lib/netstandard2.0/Fractions.xml", "lib/netstandard2.1/Fractions.dll", - "lib/netstandard2.1/Fractions.pdb", "lib/netstandard2.1/Fractions.xml", "license.txt" ] }, - "IdentityModel/5.2.0": { - "sha512": "nuhkbaDH9l5QzNJp2MtP3qio57MPtiRneUN8Ocr7od0JvSYaIe3gBj/vxllr11S/Qvu1AG4GZXoyv5469ewYDA==", + "Google.Protobuf/3.33.1": { + "sha512": "RztiFmX9aOWDwfhxFzx/nS4fjs4DX7ZC7/XBEBl56k15lPGBftvbSwZkeo1mMCJHrNp1kK5iQYrFXB4MqCmBCA==", + "type": "package", + "path": "google.protobuf/3.33.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "google.protobuf.3.33.1.nupkg.sha512", + "google.protobuf.nuspec", + "lib/net45/Google.Protobuf.dll", + "lib/net45/Google.Protobuf.pdb", + "lib/net45/Google.Protobuf.xml", + "lib/net5.0/Google.Protobuf.dll", + "lib/net5.0/Google.Protobuf.pdb", + "lib/net5.0/Google.Protobuf.xml", + "lib/netstandard1.1/Google.Protobuf.dll", + "lib/netstandard1.1/Google.Protobuf.pdb", + "lib/netstandard1.1/Google.Protobuf.xml", + "lib/netstandard2.0/Google.Protobuf.dll", + "lib/netstandard2.0/Google.Protobuf.pdb", + "lib/netstandard2.0/Google.Protobuf.xml" + ] + }, + "Grpc.AspNetCore.Server/2.71.0": { + "sha512": "kv+9YVB6MqDYWIcstXvWrT7Xc1si/sfINzzSxvQfjC3aei+92gXDUXCH/Q+TEvi4QSICRqu92BYcrXUBW7cuOw==", + "type": "package", + "path": "grpc.aspnetcore.server/2.71.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "grpc.aspnetcore.server.2.71.0.nupkg.sha512", + "grpc.aspnetcore.server.nuspec", + "lib/net6.0/Grpc.AspNetCore.Server.dll", + "lib/net6.0/Grpc.AspNetCore.Server.pdb", + "lib/net6.0/Grpc.AspNetCore.Server.xml", + "lib/net7.0/Grpc.AspNetCore.Server.dll", + "lib/net7.0/Grpc.AspNetCore.Server.pdb", + "lib/net7.0/Grpc.AspNetCore.Server.xml", + "lib/net8.0/Grpc.AspNetCore.Server.dll", + "lib/net8.0/Grpc.AspNetCore.Server.pdb", + "lib/net8.0/Grpc.AspNetCore.Server.xml", + "lib/net9.0/Grpc.AspNetCore.Server.dll", + "lib/net9.0/Grpc.AspNetCore.Server.pdb", + "lib/net9.0/Grpc.AspNetCore.Server.xml", + "packageIcon.png" + ] + }, + "Grpc.AspNetCore.Server.ClientFactory/2.71.0": { + "sha512": "AHvMxoC+esO1e/nOYBjxvn0WDHAfglcVBjtkBy6ohgnV+PzkF8UdkPHE02xnyPFaSokWGZKnWzjgd00x6EZpyQ==", + "type": "package", + "path": "grpc.aspnetcore.server.clientfactory/2.71.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "grpc.aspnetcore.server.clientfactory.2.71.0.nupkg.sha512", + "grpc.aspnetcore.server.clientfactory.nuspec", + "lib/net6.0/Grpc.AspNetCore.Server.ClientFactory.dll", + "lib/net6.0/Grpc.AspNetCore.Server.ClientFactory.pdb", + "lib/net6.0/Grpc.AspNetCore.Server.ClientFactory.xml", + "lib/net7.0/Grpc.AspNetCore.Server.ClientFactory.dll", + "lib/net7.0/Grpc.AspNetCore.Server.ClientFactory.pdb", + "lib/net7.0/Grpc.AspNetCore.Server.ClientFactory.xml", + "lib/net8.0/Grpc.AspNetCore.Server.ClientFactory.dll", + "lib/net8.0/Grpc.AspNetCore.Server.ClientFactory.pdb", + "lib/net8.0/Grpc.AspNetCore.Server.ClientFactory.xml", + "lib/net9.0/Grpc.AspNetCore.Server.ClientFactory.dll", + "lib/net9.0/Grpc.AspNetCore.Server.ClientFactory.pdb", + "lib/net9.0/Grpc.AspNetCore.Server.ClientFactory.xml", + "packageIcon.png" + ] + }, + "Grpc.Core.Api/2.71.0": { + "sha512": "QquqUC37yxsDzd1QaDRsH2+uuznWPTS8CVE2Yzwl3CvU4geTNkolQXoVN812M2IwT6zpv3jsZRc9ExJFNFslTg==", + "type": "package", + "path": "grpc.core.api/2.71.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "grpc.core.api.2.71.0.nupkg.sha512", + "grpc.core.api.nuspec", + "lib/net462/Grpc.Core.Api.dll", + "lib/net462/Grpc.Core.Api.pdb", + "lib/net462/Grpc.Core.Api.xml", + "lib/netstandard2.0/Grpc.Core.Api.dll", + "lib/netstandard2.0/Grpc.Core.Api.pdb", + "lib/netstandard2.0/Grpc.Core.Api.xml", + "lib/netstandard2.1/Grpc.Core.Api.dll", + "lib/netstandard2.1/Grpc.Core.Api.pdb", + "lib/netstandard2.1/Grpc.Core.Api.xml", + "packageIcon.png" + ] + }, + "Grpc.Net.Client/2.71.0": { + "sha512": "U1vr20r5ngoT9nlb7wejF28EKN+taMhJsV9XtK9MkiepTZwnKxxiarriiMfCHuDAfPUm9XUjFMn/RIuJ4YY61w==", + "type": "package", + "path": "grpc.net.client/2.71.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "grpc.net.client.2.71.0.nupkg.sha512", + "grpc.net.client.nuspec", + "lib/net462/Grpc.Net.Client.dll", + "lib/net462/Grpc.Net.Client.pdb", + "lib/net462/Grpc.Net.Client.xml", + "lib/net6.0/Grpc.Net.Client.dll", + "lib/net6.0/Grpc.Net.Client.pdb", + "lib/net6.0/Grpc.Net.Client.xml", + "lib/net7.0/Grpc.Net.Client.dll", + "lib/net7.0/Grpc.Net.Client.pdb", + "lib/net7.0/Grpc.Net.Client.xml", + "lib/net8.0/Grpc.Net.Client.dll", + "lib/net8.0/Grpc.Net.Client.pdb", + "lib/net8.0/Grpc.Net.Client.xml", + "lib/netstandard2.0/Grpc.Net.Client.dll", + "lib/netstandard2.0/Grpc.Net.Client.pdb", + "lib/netstandard2.0/Grpc.Net.Client.xml", + "lib/netstandard2.1/Grpc.Net.Client.dll", + "lib/netstandard2.1/Grpc.Net.Client.pdb", + "lib/netstandard2.1/Grpc.Net.Client.xml", + "packageIcon.png" + ] + }, + "Grpc.Net.ClientFactory/2.71.0": { + "sha512": "8oPLwQLPo86fmcf9ghjCDyNsSWhtHc3CXa/AqwF8Su/pG7qAoeWWtbymsZhoNvCV9Zjzb6BDcIPKXLYt+O175g==", + "type": "package", + "path": "grpc.net.clientfactory/2.71.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "grpc.net.clientfactory.2.71.0.nupkg.sha512", + "grpc.net.clientfactory.nuspec", + "lib/net6.0/Grpc.Net.ClientFactory.dll", + "lib/net6.0/Grpc.Net.ClientFactory.pdb", + "lib/net6.0/Grpc.Net.ClientFactory.xml", + "lib/net7.0/Grpc.Net.ClientFactory.dll", + "lib/net7.0/Grpc.Net.ClientFactory.pdb", + "lib/net7.0/Grpc.Net.ClientFactory.xml", + "lib/net8.0/Grpc.Net.ClientFactory.dll", + "lib/net8.0/Grpc.Net.ClientFactory.pdb", + "lib/net8.0/Grpc.Net.ClientFactory.xml", + "lib/netstandard2.0/Grpc.Net.ClientFactory.dll", + "lib/netstandard2.0/Grpc.Net.ClientFactory.pdb", + "lib/netstandard2.0/Grpc.Net.ClientFactory.xml", + "lib/netstandard2.1/Grpc.Net.ClientFactory.dll", + "lib/netstandard2.1/Grpc.Net.ClientFactory.pdb", + "lib/netstandard2.1/Grpc.Net.ClientFactory.xml", + "packageIcon.png" + ] + }, + "Grpc.Net.Common/2.71.0": { + "sha512": "v0c8R97TwRYwNXlC8GyRXwYTCNufpDfUtj9la+wUrZFzVWkFJuNAltU+c0yI3zu0jl54k7en6u2WKgZgd57r2Q==", "type": "package", - "path": "identitymodel/5.2.0", + "path": "grpc.net.common/2.71.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "icon.jpg", - "identitymodel.5.2.0.nupkg.sha512", - "identitymodel.nuspec", - "lib/net461/IdentityModel.dll", - "lib/net461/IdentityModel.pdb", - "lib/net461/IdentityModel.xml", - "lib/net472/IdentityModel.dll", - "lib/net472/IdentityModel.pdb", - "lib/net472/IdentityModel.xml", - "lib/net5.0/IdentityModel.dll", - "lib/net5.0/IdentityModel.pdb", - "lib/net5.0/IdentityModel.xml", - "lib/netstandard2.0/IdentityModel.dll", - "lib/netstandard2.0/IdentityModel.pdb", - "lib/netstandard2.0/IdentityModel.xml" + "grpc.net.common.2.71.0.nupkg.sha512", + "grpc.net.common.nuspec", + "lib/net6.0/Grpc.Net.Common.dll", + "lib/net6.0/Grpc.Net.Common.pdb", + "lib/net6.0/Grpc.Net.Common.xml", + "lib/net7.0/Grpc.Net.Common.dll", + "lib/net7.0/Grpc.Net.Common.pdb", + "lib/net7.0/Grpc.Net.Common.xml", + "lib/net8.0/Grpc.Net.Common.dll", + "lib/net8.0/Grpc.Net.Common.pdb", + "lib/net8.0/Grpc.Net.Common.xml", + "lib/netstandard2.0/Grpc.Net.Common.dll", + "lib/netstandard2.0/Grpc.Net.Common.pdb", + "lib/netstandard2.0/Grpc.Net.Common.xml", + "lib/netstandard2.1/Grpc.Net.Common.dll", + "lib/netstandard2.1/Grpc.Net.Common.pdb", + "lib/netstandard2.1/Grpc.Net.Common.xml", + "packageIcon.png" ] }, - "IdentityModel.OidcClient/5.2.1": { - "sha512": "OuPhDNAw/EoJVEmYO6/ChZUBcug4OGoGKTKLUyBCsGhlKegxJk25LYQ0EL7GCBMgkEL+BYNJukNZyaJ+JNaWog==", + "Grpc.Tools/2.76.0": { + "sha512": "goRzYZVMgQtyLvkWdgTnPycg49hlNxnMkqGGgR3l7nCOm0bUh0YeAneiJ9JFk3XLgF4suQUdETYkl2Mg/TBr0w==", "type": "package", - "path": "identitymodel.oidcclient/5.2.1", + "path": "grpc.tools/2.76.0", + "hasTools": true, "files": [ ".nupkg.metadata", ".signature.p7s", - "icon.jpg", - "identitymodel.oidcclient.5.2.1.nupkg.sha512", - "identitymodel.oidcclient.nuspec", - "lib/netstandard2.0/IdentityModel.OidcClient.dll", - "lib/netstandard2.0/IdentityModel.OidcClient.xml" + "README.md", + "build/Grpc.Tools.props", + "build/Grpc.Tools.targets", + "build/_grpc/Grpc.CSharp.xml", + "build/_grpc/_Grpc.Tools.props", + "build/_grpc/_Grpc.Tools.targets", + "build/_protobuf/Google.Protobuf.Tools.props", + "build/_protobuf/Google.Protobuf.Tools.targets", + "build/_protobuf/Protobuf.CSharp.xml", + "build/_protobuf/net45/Protobuf.MSBuild.dll", + "build/_protobuf/net45/Protobuf.MSBuild.pdb", + "build/_protobuf/netstandard1.3/Protobuf.MSBuild.dll", + "build/_protobuf/netstandard1.3/Protobuf.MSBuild.pdb", + "build/native/include/google/protobuf/any.proto", + "build/native/include/google/protobuf/api.proto", + "build/native/include/google/protobuf/descriptor.proto", + "build/native/include/google/protobuf/duration.proto", + "build/native/include/google/protobuf/empty.proto", + "build/native/include/google/protobuf/field_mask.proto", + "build/native/include/google/protobuf/source_context.proto", + "build/native/include/google/protobuf/struct.proto", + "build/native/include/google/protobuf/timestamp.proto", + "build/native/include/google/protobuf/type.proto", + "build/native/include/google/protobuf/wrappers.proto", + "grpc.tools.2.76.0.nupkg.sha512", + "grpc.tools.nuspec", + "packageIcon.png", + "tools/linux_arm64/grpc_csharp_plugin", + "tools/linux_arm64/protoc", + "tools/linux_x64/grpc_csharp_plugin", + "tools/linux_x64/protoc", + "tools/linux_x86/grpc_csharp_plugin", + "tools/linux_x86/protoc", + "tools/macosx_x64/grpc_csharp_plugin", + "tools/macosx_x64/protoc", + "tools/windows_x64/grpc_csharp_plugin.exe", + "tools/windows_x64/protoc.exe", + "tools/windows_x86/grpc_csharp_plugin.exe", + "tools/windows_x86/protoc.exe" + ] + }, + "Humanizer.Core/2.14.1": { + "sha512": "lQKvtaTDOXnoVJ20ibTuSIOf2i0uO0MPbDhd1jm238I+U/2ZnRENj0cktKZhtchBMtCUSRQ5v4xBCUbKNmyVMw==", + "type": "package", + "path": "humanizer.core/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.2.14.1.nupkg.sha512", + "humanizer.core.nuspec", + "lib/net6.0/Humanizer.dll", + "lib/net6.0/Humanizer.xml", + "lib/netstandard1.0/Humanizer.dll", + "lib/netstandard1.0/Humanizer.xml", + "lib/netstandard2.0/Humanizer.dll", + "lib/netstandard2.0/Humanizer.xml", + "logo.png" ] }, - "KubernetesClient/12.1.1": { - "sha512": "Xvc6Kr/W5YUxlMDzy0R80zy+Vd66brS7fSA4COGXu8KZACKPW7+KKS7kxZBLaFYGrUcktXOHpqNNuoukSGcK6A==", + "KubernetesClient/17.0.14": { + "sha512": "FMGWjGtN8WEUKAAQxs96PK2tYvPrvwhoJzay/6HiByVTvHoJ0i9u7ykvYb7E3vLTSlfv26Q2Ktxr41zYCppu8A==", "type": "package", - "path": "kubernetesclient/12.1.1", + "path": "kubernetesclient/17.0.14", "files": [ ".nupkg.metadata", ".signature.p7s", - "kubernetesclient.12.1.1.nupkg.sha512", + "kubernetesclient.17.0.14.nupkg.sha512", "kubernetesclient.nuspec", - "lib/net6.0/KubernetesClient.dll", - "lib/net6.0/KubernetesClient.pdb", - "lib/net6.0/KubernetesClient.xml", - "lib/net7.0/KubernetesClient.dll", - "lib/net7.0/KubernetesClient.pdb", - "lib/net7.0/KubernetesClient.xml", + "lib/net8.0/KubernetesClient.dll", + "lib/net8.0/KubernetesClient.pdb", + "lib/net8.0/KubernetesClient.xml", + "lib/net9.0/KubernetesClient.dll", + "lib/net9.0/KubernetesClient.pdb", + "lib/net9.0/KubernetesClient.xml", "logo.png" ] }, - "Microsoft.ApplicationInsights/2.22.0": { - "sha512": "3AOM9bZtku7RQwHyMEY3tQMrHIgjcfRDa6YQpd/QG2LDGvMydSlL9Di+8LLMt7J2RDdfJ7/2jdYv6yHcMJAnNw==", + "MediatR/12.4.1": { + "sha512": "0tLxCgEC5+r1OCuumR3sWyiVa+BMv3AgiU4+pz8xqTc+2q1WbUEXFOr7Orm96oZ9r9FsldgUtWvB2o7b9jDOaw==", + "type": "package", + "path": "mediatr/12.4.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "gradient_128x128.png", + "lib/net6.0/MediatR.dll", + "lib/net6.0/MediatR.xml", + "lib/netstandard2.0/MediatR.dll", + "lib/netstandard2.0/MediatR.xml", + "mediatr.12.4.1.nupkg.sha512", + "mediatr.nuspec" + ] + }, + "MediatR.Contracts/2.0.1": { + "sha512": "FYv95bNT4UwcNA+G/J1oX5OpRiSUxteXaUt2BJbRSdRNiIUNbggJF69wy6mnk2wYToaanpdXZdCwVylt96MpwQ==", + "type": "package", + "path": "mediatr.contracts/2.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "gradient_128x128.png", + "lib/netstandard2.0/MediatR.Contracts.dll", + "lib/netstandard2.0/MediatR.Contracts.xml", + "mediatr.contracts.2.0.1.nupkg.sha512", + "mediatr.contracts.nuspec" + ] + }, + "Microsoft.ApplicationInsights/2.23.0": { + "sha512": "nWArUZTdU7iqZLycLKWe0TDms48KKGE6pONH2terYNa8REXiqixrMOkf1sk5DHGMaUTqONU2YkS4SAXBhLStgw==", "type": "package", - "path": "microsoft.applicationinsights/2.22.0", + "path": "microsoft.applicationinsights/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4865,14 +6493,14 @@ "lib/netstandard2.0/Microsoft.ApplicationInsights.dll", "lib/netstandard2.0/Microsoft.ApplicationInsights.pdb", "lib/netstandard2.0/Microsoft.ApplicationInsights.xml", - "microsoft.applicationinsights.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.2.23.0.nupkg.sha512", "microsoft.applicationinsights.nuspec" ] }, - "Microsoft.ApplicationInsights.AspNetCore/2.22.0": { - "sha512": "OuiZgRDX0zm3a1DRk/GT54ZsyTg8a88n3cpkVEYFJoRhT5X84l2C68BuKrglE0sIj+C0+o2WTR8S21YBD/ZWgA==", + "Microsoft.ApplicationInsights.AspNetCore/2.23.0": { + "sha512": "we/RsIn0Mwf/4ZNGXZixJ0lVD3pqjx2yVeKfqJybgYY/Lib8nnf+8YGJp+ULN3kOk39I0pI/7ZnF9LFy6hS3lw==", "type": "package", - "path": "microsoft.applicationinsights.aspnetcore/2.22.0", + "path": "microsoft.applicationinsights.aspnetcore/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4880,14 +6508,14 @@ "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.dll", "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.pdb", "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.xml", - "microsoft.applicationinsights.aspnetcore.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.aspnetcore.2.23.0.nupkg.sha512", "microsoft.applicationinsights.aspnetcore.nuspec" ] }, - "Microsoft.ApplicationInsights.DependencyCollector/2.22.0": { - "sha512": "gseSmuCshdZqcn5r6EW1Zx52e5/p2RpAsHSanlxs8pq+Pbg1RZP678tXtxfVuHC0fA3MVV852pnfFC7ZGB0jew==", + "Microsoft.ApplicationInsights.DependencyCollector/2.23.0": { + "sha512": "9YRdl9SNbTxd4AafJckyoJLr5gJdnvqFivjo+PY0lQTPEncPB+z3ZABG4iDfxN9HI1aLqyRINr1/7de9Wg8ZuQ==", "type": "package", - "path": "microsoft.applicationinsights.dependencycollector/2.22.0", + "path": "microsoft.applicationinsights.dependencycollector/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4902,14 +6530,14 @@ "lib/netstandard2.0/Microsoft.AI.DependencyCollector.dll", "lib/netstandard2.0/Microsoft.AI.DependencyCollector.pdb", "lib/netstandard2.0/Microsoft.AI.DependencyCollector.xml", - "microsoft.applicationinsights.dependencycollector.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.dependencycollector.2.23.0.nupkg.sha512", "microsoft.applicationinsights.dependencycollector.nuspec" ] }, - "Microsoft.ApplicationInsights.EventCounterCollector/2.22.0": { - "sha512": "/fXUyZIMwaWfETgire4fygaBhY8J+hXvTVhSFXKV0JOFBenzzU4smGW8iRUFhE534a3QrczuFfmfCCkXRKbsNg==", + "Microsoft.ApplicationInsights.EventCounterCollector/2.23.0": { + "sha512": "gGt0JPw2dcSeIAIefyORJBdeMz8KgAFIktu8HV/NwkiGmLyw+YtifLm6B5gvGxO15AeMsGPbmvWEIvLfq88XPw==", "type": "package", - "path": "microsoft.applicationinsights.eventcountercollector/2.22.0", + "path": "microsoft.applicationinsights.eventcountercollector/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4917,30 +6545,30 @@ "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.dll", "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.pdb", "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.xml", - "microsoft.applicationinsights.eventcountercollector.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.eventcountercollector.2.23.0.nupkg.sha512", "microsoft.applicationinsights.eventcountercollector.nuspec" ] }, - "Microsoft.ApplicationInsights.Kubernetes/7.0.0": { - "sha512": "NF7HsDqEPTLkqnm2NyA+xBLE4qzEaY5UEkdhywGeZgI0hjrpbjuFafrZOZPjqMV38WXZ24yv7c4K251+9OgOfw==", + "Microsoft.ApplicationInsights.Kubernetes/8.0.0": { + "sha512": "8KosvcFQZPtdqr9taaDUEKMsr3j4S7r62sze4fs8vkCTD0oDIR5MRtOUBh86zaWsBegqNuN0J8lEiIq2inRopw==", "type": "package", - "path": "microsoft.applicationinsights.kubernetes/7.0.0", + "path": "microsoft.applicationinsights.kubernetes/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "LICENSE", "Readme.Nuget.md", "images/icon.png", - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll", - "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.xml", - "microsoft.applicationinsights.kubernetes.7.0.0.nupkg.sha512", + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.dll", + "lib/net8.0/Microsoft.ApplicationInsights.Kubernetes.xml", + "microsoft.applicationinsights.kubernetes.8.0.0.nupkg.sha512", "microsoft.applicationinsights.kubernetes.nuspec" ] }, - "Microsoft.ApplicationInsights.PerfCounterCollector/2.22.0": { - "sha512": "nExsJsbN7694ueUNNBms/UNgza9WH4W/I6i5CnF9ujJ1sp57EL5Uk0NP9MDwlLVtYaaiznKPatVSv3Nu8vAplw==", + "Microsoft.ApplicationInsights.PerfCounterCollector/2.23.0": { + "sha512": "q9ApjZfBS9O8m3aQM2oVjsGBmlE8BCFywT7UR+8aqdNuz7HpoIxw4jHy0XOBergiFX/olrJF4OyPkGxc3H5JHg==", "type": "package", - "path": "microsoft.applicationinsights.perfcountercollector/2.22.0", + "path": "microsoft.applicationinsights.perfcountercollector/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4955,14 +6583,14 @@ "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.dll", "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.pdb", "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.xml", - "microsoft.applicationinsights.perfcountercollector.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.perfcountercollector.2.23.0.nupkg.sha512", "microsoft.applicationinsights.perfcountercollector.nuspec" ] }, - "Microsoft.ApplicationInsights.WindowsServer/2.22.0": { - "sha512": "9k1x1+Kq1fElvcv0o/w9w8tRWAa2Y0f4NPBeHF5b2xCety4GM1yv3K3Ra0lZwO3kW0SHlm9M8nrySuyKQlHyYA==", + "Microsoft.ApplicationInsights.WindowsServer/2.23.0": { + "sha512": "2B8CGfnB/tribkQAqRBhMvJYJK5TkEPMG/BB0QrlxdwVGEufayNLMveXjkQCqld9arXd6wKR1ve2XmkA0+xXKQ==", "type": "package", - "path": "microsoft.applicationinsights.windowsserver/2.22.0", + "path": "microsoft.applicationinsights.windowsserver/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4977,14 +6605,14 @@ "lib/netstandard2.0/Microsoft.AI.WindowsServer.dll", "lib/netstandard2.0/Microsoft.AI.WindowsServer.pdb", "lib/netstandard2.0/Microsoft.AI.WindowsServer.xml", - "microsoft.applicationinsights.windowsserver.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.windowsserver.2.23.0.nupkg.sha512", "microsoft.applicationinsights.windowsserver.nuspec" ] }, - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.22.0": { - "sha512": "Blb6S8UJSJ/jo6mxeO38gKgui75D2brp5NpXJoZUhyJzfmYsfhn7a4t5f+CDfAKyvie7sQB2FIzeEDQSiRE5zw==", + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.23.0": { + "sha512": "798Dudr4tkujslk1w+XcXOcCErmVsk+nhp+QCHLa3lcgi25vkAxBmzPUeQlRJVCNL/1f4x/YF+vQZ8RSuTXWCw==", "type": "package", - "path": "microsoft.applicationinsights.windowsserver.telemetrychannel/2.22.0", + "path": "microsoft.applicationinsights.windowsserver.telemetrychannel/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4999,7 +6627,7 @@ "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.dll", "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.pdb", "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.xml", - "microsoft.applicationinsights.windowsserver.telemetrychannel.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.windowsserver.telemetrychannel.2.23.0.nupkg.sha512", "microsoft.applicationinsights.windowsserver.telemetrychannel.nuspec" ] }, @@ -5019,6 +6647,82 @@ "microsoft.aspnetcore.authentication.jwtbearer.nuspec" ] }, + "Microsoft.AspNetCore.Cryptography.Internal/9.0.0": { + "sha512": "M1dzTEl+2+RqT4vWcqEpWasPXHd58wC93U7QMlmPSmx+qixyVxCQjZ183wr7Wa68b4pF7wC501MU9rdA0ZNhMg==", + "type": "package", + "path": "microsoft.aspnetcore.cryptography.internal/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.AspNetCore.Cryptography.Internal.dll", + "lib/net462/Microsoft.AspNetCore.Cryptography.Internal.xml", + "lib/net9.0/Microsoft.AspNetCore.Cryptography.Internal.dll", + "lib/net9.0/Microsoft.AspNetCore.Cryptography.Internal.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.xml", + "microsoft.aspnetcore.cryptography.internal.9.0.0.nupkg.sha512", + "microsoft.aspnetcore.cryptography.internal.nuspec" + ] + }, + "Microsoft.AspNetCore.DataProtection/9.0.0": { + "sha512": "mrhTnqMHkaVmaNZOWobg7ior5BELrlC5dC2r3FMVwT0bfOlonOe76B83e3D98Cl/zR5Szhfok2BQmkw6xDvHfg==", + "type": "package", + "path": "microsoft.aspnetcore.dataprotection/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.AspNetCore.DataProtection.dll", + "lib/net462/Microsoft.AspNetCore.DataProtection.xml", + "lib/net9.0/Microsoft.AspNetCore.DataProtection.dll", + "lib/net9.0/Microsoft.AspNetCore.DataProtection.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.xml", + "microsoft.aspnetcore.dataprotection.9.0.0.nupkg.sha512", + "microsoft.aspnetcore.dataprotection.nuspec" + ] + }, + "Microsoft.AspNetCore.DataProtection.Abstractions/9.0.0": { + "sha512": "o7JVGMXofZ4IuQdyoL0eKC1GnNmviZt2aI7CGHnQjqbz9hIrYim3DUfCKpvKaVzLWfzfgmwaXNg8Zx7fFQaBbA==", + "type": "package", + "path": "microsoft.aspnetcore.dataprotection.abstractions/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.AspNetCore.DataProtection.Abstractions.dll", + "lib/net462/Microsoft.AspNetCore.DataProtection.Abstractions.xml", + "lib/net9.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll", + "lib/net9.0/Microsoft.AspNetCore.DataProtection.Abstractions.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.xml", + "microsoft.aspnetcore.dataprotection.abstractions.9.0.0.nupkg.sha512", + "microsoft.aspnetcore.dataprotection.abstractions.nuspec" + ] + }, + "Microsoft.AspNetCore.DataProtection.StackExchangeRedis/9.0.0": { + "sha512": "yqFoLg7TMZfbEVvC2bUV3VDZ4KeRaefmEiGUIrTLoZm9Qqs6f0lNpE3EpBOPjhbGs6oWkjofntqhPXyzYoMVIw==", + "type": "package", + "path": "microsoft.aspnetcore.dataprotection.stackexchangeredis/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.dll", + "lib/net462/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.xml", + "lib/net9.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.dll", + "lib/net9.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.StackExchangeRedis.xml", + "microsoft.aspnetcore.dataprotection.stackexchangeredis.9.0.0.nupkg.sha512", + "microsoft.aspnetcore.dataprotection.stackexchangeredis.nuspec" + ] + }, "Microsoft.AspNetCore.Hosting/2.1.1": { "sha512": "MqYc0DUxrhAPnb5b4HFspxsoJT+gJlLsliSxIgovf4BsbmpaXQId0/pDiVzLuEbmks2w1/lRfY8w0lQOuK1jQQ==", "type": "package", @@ -5027,6 +6731,7 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.xml", "microsoft.aspnetcore.hosting.2.1.1.nupkg.sha512", "microsoft.aspnetcore.hosting.nuspec" ] @@ -5065,6 +6770,7 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Http.xml", "microsoft.aspnetcore.http.2.1.22.nupkg.sha512", "microsoft.aspnetcore.http.nuspec" ] @@ -5090,6 +6796,7 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.xml", "microsoft.aspnetcore.http.extensions.2.1.1.nupkg.sha512", "microsoft.aspnetcore.http.extensions.nuspec" ] @@ -5107,6 +6814,41 @@ "microsoft.aspnetcore.http.features.nuspec" ] }, + "Microsoft.AspNetCore.JsonPatch/9.0.0": { + "sha512": "/4UONYoAIeexPoAmbzBPkVGA6KAY7t0BM+1sr0fKss2V1ERCdcM+Llub4X5Ma+LJ60oPp6KzM0e3j+Pp/JHCNw==", + "type": "package", + "path": "microsoft.aspnetcore.jsonpatch/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.AspNetCore.JsonPatch.dll", + "lib/net462/Microsoft.AspNetCore.JsonPatch.xml", + "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll", + "lib/net9.0/Microsoft.AspNetCore.JsonPatch.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.JsonPatch.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.JsonPatch.xml", + "microsoft.aspnetcore.jsonpatch.9.0.0.nupkg.sha512", + "microsoft.aspnetcore.jsonpatch.nuspec" + ] + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { + "sha512": "pTFDEmZi3GheCSPrBxzyE63+d5unln2vYldo/nOm1xet/4rpEk2oJYcwpclPQ13E+LZBF9XixkgwYTUwqznlWg==", + "type": "package", + "path": "microsoft.aspnetcore.mvc.newtonsoftjson/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll", + "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.xml", + "microsoft.aspnetcore.mvc.newtonsoftjson.9.0.0.nupkg.sha512", + "microsoft.aspnetcore.mvc.newtonsoftjson.nuspec" + ] + }, "Microsoft.AspNetCore.WebUtilities/2.1.1": { "sha512": "PGKIZt4+412Z/XPoSjvYu/QIbTxcAQuEFNoA1Pw8a9mgmO0ZhNBmfaNyhgXFf7Rq62kP0tT/2WXpxdcQhkFUPA==", "type": "package", @@ -5115,6 +6857,7 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.xml", "microsoft.aspnetcore.webutilities.2.1.1.nupkg.sha512", "microsoft.aspnetcore.webutilities.nuspec" ] @@ -5150,8 +6893,10 @@ ".signature.p7s", "lib/net452/Microsoft.Azure.KeyVault.dll", "lib/net452/Microsoft.Azure.KeyVault.runtimeconfig.json", + "lib/net452/Microsoft.Azure.KeyVault.xml", "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll", "lib/netstandard1.4/Microsoft.Azure.KeyVault.runtimeconfig.json", + "lib/netstandard1.4/Microsoft.Azure.KeyVault.xml", "microsoft.azure.keyvault.2.3.2.nupkg.sha512", "microsoft.azure.keyvault.nuspec" ] @@ -5165,8 +6910,10 @@ ".signature.p7s", "lib/net452/Microsoft.Azure.KeyVault.WebKey.dll", "lib/net452/Microsoft.Azure.KeyVault.WebKey.runtimeconfig.json", + "lib/net452/Microsoft.Azure.KeyVault.WebKey.xml", "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll", "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.runtimeconfig.json", + "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.xml", "microsoft.azure.keyvault.webkey.2.0.7.nupkg.sha512", "microsoft.azure.keyvault.webkey.nuspec" ] @@ -5181,6 +6928,7 @@ "CHANGELOG.md", "README.md", "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll", + "lib/netstandard2.0/Microsoft.Azure.ServiceBus.xml", "microsoft.azure.servicebus.5.2.0.nupkg.sha512", "microsoft.azure.servicebus.nuspec", "pkgicon.png" @@ -5196,16 +6944,18 @@ "build/Microsoft.Azure.Services.AppAuthentication.targets", "lib/net452/Microsoft.Azure.Services.AppAuthentication.dll", "lib/net452/Microsoft.Azure.Services.AppAuthentication.runtimeconfig.json", + "lib/net452/Microsoft.Azure.Services.AppAuthentication.xml", "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll", "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.runtimeconfig.json", + "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.xml", "microsoft.azure.services.appauthentication.1.0.3.nupkg.sha512", "microsoft.azure.services.appauthentication.nuspec" ] }, - "Microsoft.Bcl.AsyncInterfaces/1.1.1": { - "sha512": "yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==", + "Microsoft.Bcl.AsyncInterfaces/6.0.0": { + "sha512": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg==", "type": "package", - "path": "microsoft.bcl.asyncinterfaces/1.1.1", + "path": "microsoft.bcl.asyncinterfaces/6.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5213,15 +6963,445 @@ "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/net461/Microsoft.Bcl.AsyncInterfaces.dll", + "lib/net461/Microsoft.Bcl.AsyncInterfaces.xml", "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll", + "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.xml", "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll", - "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512", + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml", + "microsoft.bcl.asyncinterfaces.6.0.0.nupkg.sha512", "microsoft.bcl.asyncinterfaces.nuspec", - "ref/net461/Microsoft.Bcl.AsyncInterfaces.dll", - "ref/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll", - "ref/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll", - "useSharedDesignerContext.txt", - "version.txt" + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.3": { + "sha512": "j/rOZtLMVJjrfLRlAMckJLPW/1rze9MT1yfWqSIbUPGRu1m1P0fuo9PmqapwsmePfGB5PJrudQLvmUOAMF0DqQ==", + "type": "package", + "path": "microsoft.codeanalysis.analyzers/3.3.3", + "hasTools": true, + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "analyzers/dotnet/cs/Microsoft.CodeAnalysis.Analyzers.dll", + "analyzers/dotnet/cs/Microsoft.CodeAnalysis.CSharp.Analyzers.dll", + "analyzers/dotnet/cs/cs/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/de/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/es/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/fr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/it/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/ja/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/ko/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/pl/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/pt-BR/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/ru/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/tr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/zh-Hans/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/zh-Hant/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/Microsoft.CodeAnalysis.Analyzers.dll", + "analyzers/dotnet/vb/Microsoft.CodeAnalysis.VisualBasic.Analyzers.dll", + "analyzers/dotnet/vb/cs/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/de/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/es/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/fr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/it/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/ja/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/ko/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/pl/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/pt-BR/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/ru/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/tr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/zh-Hans/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/zh-Hant/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "build/Microsoft.CodeAnalysis.Analyzers.props", + "build/Microsoft.CodeAnalysis.Analyzers.targets", + "build/config/analysislevel_2_9_8_all.editorconfig", + "build/config/analysislevel_2_9_8_default.editorconfig", + "build/config/analysislevel_2_9_8_minimum.editorconfig", + "build/config/analysislevel_2_9_8_none.editorconfig", + "build/config/analysislevel_2_9_8_recommended.editorconfig", + "build/config/analysislevel_3_3_all.editorconfig", + "build/config/analysislevel_3_3_default.editorconfig", + "build/config/analysislevel_3_3_minimum.editorconfig", + "build/config/analysislevel_3_3_none.editorconfig", + "build/config/analysislevel_3_3_recommended.editorconfig", + "build/config/analysislevel_3_all.editorconfig", + "build/config/analysislevel_3_default.editorconfig", + "build/config/analysislevel_3_minimum.editorconfig", + "build/config/analysislevel_3_none.editorconfig", + "build/config/analysislevel_3_recommended.editorconfig", + "build/config/analysislevelcorrectness_2_9_8_all.editorconfig", + "build/config/analysislevelcorrectness_2_9_8_default.editorconfig", + "build/config/analysislevelcorrectness_2_9_8_minimum.editorconfig", + "build/config/analysislevelcorrectness_2_9_8_none.editorconfig", + "build/config/analysislevelcorrectness_2_9_8_recommended.editorconfig", + "build/config/analysislevelcorrectness_3_3_all.editorconfig", + "build/config/analysislevelcorrectness_3_3_default.editorconfig", + "build/config/analysislevelcorrectness_3_3_minimum.editorconfig", + "build/config/analysislevelcorrectness_3_3_none.editorconfig", + "build/config/analysislevelcorrectness_3_3_recommended.editorconfig", + "build/config/analysislevelcorrectness_3_all.editorconfig", + "build/config/analysislevelcorrectness_3_default.editorconfig", + "build/config/analysislevelcorrectness_3_minimum.editorconfig", + "build/config/analysislevelcorrectness_3_none.editorconfig", + "build/config/analysislevelcorrectness_3_recommended.editorconfig", + "build/config/analysislevellibrary_2_9_8_all.editorconfig", + "build/config/analysislevellibrary_2_9_8_default.editorconfig", + "build/config/analysislevellibrary_2_9_8_minimum.editorconfig", + "build/config/analysislevellibrary_2_9_8_none.editorconfig", + "build/config/analysislevellibrary_2_9_8_recommended.editorconfig", + "build/config/analysislevellibrary_3_3_all.editorconfig", + "build/config/analysislevellibrary_3_3_default.editorconfig", + "build/config/analysislevellibrary_3_3_minimum.editorconfig", + "build/config/analysislevellibrary_3_3_none.editorconfig", + "build/config/analysislevellibrary_3_3_recommended.editorconfig", + "build/config/analysislevellibrary_3_all.editorconfig", + "build/config/analysislevellibrary_3_default.editorconfig", + "build/config/analysislevellibrary_3_minimum.editorconfig", + "build/config/analysislevellibrary_3_none.editorconfig", + "build/config/analysislevellibrary_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_recommended.editorconfig", + "documentation/Analyzer Configuration.md", + "documentation/Microsoft.CodeAnalysis.Analyzers.md", + "documentation/Microsoft.CodeAnalysis.Analyzers.sarif", + "editorconfig/AllRulesDefault/.editorconfig", + "editorconfig/AllRulesDisabled/.editorconfig", + "editorconfig/AllRulesEnabled/.editorconfig", + "editorconfig/CorrectnessRulesDefault/.editorconfig", + "editorconfig/CorrectnessRulesEnabled/.editorconfig", + "editorconfig/DataflowRulesDefault/.editorconfig", + "editorconfig/DataflowRulesEnabled/.editorconfig", + "editorconfig/LibraryRulesDefault/.editorconfig", + "editorconfig/LibraryRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCompatibilityRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCompatibilityRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCorrectnessRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCorrectnessRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDesignRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDesignRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDocumentationRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDocumentationRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisLocalizationRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisLocalizationRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisPerformanceRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisPerformanceRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisReleaseTrackingRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisReleaseTrackingRulesEnabled/.editorconfig", + "editorconfig/PortedFromFxCopRulesDefault/.editorconfig", + "editorconfig/PortedFromFxCopRulesEnabled/.editorconfig", + "microsoft.codeanalysis.analyzers.3.3.3.nupkg.sha512", + "microsoft.codeanalysis.analyzers.nuspec", + "rulesets/AllRulesDefault.ruleset", + "rulesets/AllRulesDisabled.ruleset", + "rulesets/AllRulesEnabled.ruleset", + "rulesets/CorrectnessRulesDefault.ruleset", + "rulesets/CorrectnessRulesEnabled.ruleset", + "rulesets/DataflowRulesDefault.ruleset", + "rulesets/DataflowRulesEnabled.ruleset", + "rulesets/LibraryRulesDefault.ruleset", + "rulesets/LibraryRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisCompatibilityRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisCompatibilityRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisCorrectnessRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisCorrectnessRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisDesignRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisDesignRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisDocumentationRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisDocumentationRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisLocalizationRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisLocalizationRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisPerformanceRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisPerformanceRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisReleaseTrackingRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisReleaseTrackingRulesEnabled.ruleset", + "rulesets/PortedFromFxCopRulesDefault.ruleset", + "rulesets/PortedFromFxCopRulesEnabled.ruleset", + "tools/install.ps1", + "tools/uninstall.ps1" + ] + }, + "Microsoft.CodeAnalysis.Common/4.5.0": { + "sha512": "lwAbIZNdnY0SUNoDmZHkVUwLO8UyNnyyh1t/4XsbFxi4Ounb3xszIYZaWhyj5ZjyfcwqwmtMbE7fUTVCqQEIdQ==", + "type": "package", + "path": "microsoft.codeanalysis.common/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.pdb", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.xml", + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", + "microsoft.codeanalysis.common.4.5.0.nupkg.sha512", + "microsoft.codeanalysis.common.nuspec" + ] + }, + "Microsoft.CodeAnalysis.CSharp/4.5.0": { + "sha512": "cM59oMKAOxvdv76bdmaKPy5hfj+oR+zxikWoueEB7CwTko7mt9sVKZI8Qxlov0C/LuKEG+WQwifepqL3vuTiBQ==", + "type": "package", + "path": "microsoft.codeanalysis.csharp/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.pdb", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.xml", + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", + "microsoft.codeanalysis.csharp.4.5.0.nupkg.sha512", + "microsoft.codeanalysis.csharp.nuspec" + ] + }, + "Microsoft.CodeAnalysis.CSharp.Workspaces/4.5.0": { + "sha512": "h74wTpmGOp4yS4hj+EvNzEiPgg/KVs2wmSfTZ81upJZOtPkJsVkgfsgtxxqmAeapjT/vLKfmYV0bS8n5MNVP+g==", + "type": "package", + "path": "microsoft.codeanalysis.csharp.workspaces/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.dll", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.pdb", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.xml", + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "microsoft.codeanalysis.csharp.workspaces.4.5.0.nupkg.sha512", + "microsoft.codeanalysis.csharp.workspaces.nuspec" + ] + }, + "Microsoft.CodeAnalysis.Workspaces.Common/4.5.0": { + "sha512": "l4dDRmGELXG72XZaonnOeORyD/T5RpEu5LGHOUIhnv+MmUWDY/m1kWXGwtcgQ5CJ5ynkFiRnIYzTKXYjUs7rbw==", + "type": "package", + "path": "microsoft.codeanalysis.workspaces.common/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.dll", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.pdb", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.xml", + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "microsoft.codeanalysis.workspaces.common.4.5.0.nupkg.sha512", + "microsoft.codeanalysis.workspaces.common.nuspec" ] }, "Microsoft.CodeCoverage/17.12.0": { @@ -5306,6 +7486,7 @@ "lib/netcoreapp2.0/_._", "lib/netstandard1.3/Microsoft.CSharp.dll", "lib/netstandard2.0/Microsoft.CSharp.dll", + "lib/netstandard2.0/Microsoft.CSharp.xml", "lib/portable-net45+win8+wp8+wpa81/_._", "lib/uap10.0.16299/_._", "lib/win8/_._", @@ -5321,9 +7502,30 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/Microsoft.CSharp.dll", + "ref/netcore50/Microsoft.CSharp.xml", + "ref/netcore50/de/Microsoft.CSharp.xml", + "ref/netcore50/es/Microsoft.CSharp.xml", + "ref/netcore50/fr/Microsoft.CSharp.xml", + "ref/netcore50/it/Microsoft.CSharp.xml", + "ref/netcore50/ja/Microsoft.CSharp.xml", + "ref/netcore50/ko/Microsoft.CSharp.xml", + "ref/netcore50/ru/Microsoft.CSharp.xml", + "ref/netcore50/zh-hans/Microsoft.CSharp.xml", + "ref/netcore50/zh-hant/Microsoft.CSharp.xml", "ref/netcoreapp2.0/_._", "ref/netstandard1.0/Microsoft.CSharp.dll", + "ref/netstandard1.0/Microsoft.CSharp.xml", + "ref/netstandard1.0/de/Microsoft.CSharp.xml", + "ref/netstandard1.0/es/Microsoft.CSharp.xml", + "ref/netstandard1.0/fr/Microsoft.CSharp.xml", + "ref/netstandard1.0/it/Microsoft.CSharp.xml", + "ref/netstandard1.0/ja/Microsoft.CSharp.xml", + "ref/netstandard1.0/ko/Microsoft.CSharp.xml", + "ref/netstandard1.0/ru/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml", "ref/netstandard2.0/Microsoft.CSharp.dll", + "ref/netstandard2.0/Microsoft.CSharp.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/uap10.0.16299/_._", "ref/win8/_._", @@ -5337,10 +7539,10 @@ "version.txt" ] }, - "Microsoft.Data.SqlClient/5.2.0": { - "sha512": "3alfyqRN3ELRtdvU1dGtLBRNQqprr3TJ0WrUJfMISPwg1nPUN2P3Lelah68IKWuV27Ceb7ig95hWNHFTSXfxMg==", + "Microsoft.Data.SqlClient/5.2.2": { + "sha512": "mtoeRMh7F/OA536c/Cnh8L4H0uLSKB5kSmoi54oN7Fp0hNJDy22IqyMhaMH4PkDCqI7xL//Fvg9ldtuPHG0h5g==", "type": "package", - "path": "microsoft.data.sqlclient/5.2.0", + "path": "microsoft.data.sqlclient/5.2.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5405,7 +7607,7 @@ "lib/netstandard2.1/ru/Microsoft.Data.SqlClient.resources.dll", "lib/netstandard2.1/zh-Hans/Microsoft.Data.SqlClient.resources.dll", "lib/netstandard2.1/zh-Hant/Microsoft.Data.SqlClient.resources.dll", - "microsoft.data.sqlclient.5.2.0.nupkg.sha512", + "microsoft.data.sqlclient.5.2.2.nupkg.sha512", "microsoft.data.sqlclient.nuspec", "ref/net462/Microsoft.Data.SqlClient.dll", "ref/net462/Microsoft.Data.SqlClient.xml", @@ -5445,6 +7647,98 @@ "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll" ] }, + "Microsoft.EntityFrameworkCore/8.0.11": { + "sha512": "stbjWBTtpQ1HtqXMFyKnXFTr76PvaOHI2b2h85JqBi3eZr00nspvR/a90Zwh8CQ4rVawqLiTG0+0yZQWaav+sQ==", + "type": "package", + "path": "microsoft.entityframeworkcore/8.0.11", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props", + "lib/net8.0/Microsoft.EntityFrameworkCore.dll", + "lib/net8.0/Microsoft.EntityFrameworkCore.xml", + "microsoft.entityframeworkcore.8.0.11.nupkg.sha512", + "microsoft.entityframeworkcore.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.Abstractions/8.0.11": { + "sha512": "++zY0Ea724ku1jptWJmF7jm3I4IXTexfT4qi1ETcSFFF7qj+qm6rRgN7mTuKkwIETuXk0ikfzudryRjUGrrNKQ==", + "type": "package", + "path": "microsoft.entityframeworkcore.abstractions/8.0.11", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll", + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.xml", + "microsoft.entityframeworkcore.abstractions.8.0.11.nupkg.sha512", + "microsoft.entityframeworkcore.abstractions.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.Analyzers/8.0.11": { + "sha512": "NI/AJQjtC7qgWM8Nr85sRkwlog2AnFer5RKP8xTUH0RuPF3nN0tGXBEeYJOLZWp+/+M/C6O7MMDRhKRE8bZwIA==", + "type": "package", + "path": "microsoft.entityframeworkcore.analyzers/8.0.11", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "analyzers/dotnet/cs/Microsoft.EntityFrameworkCore.Analyzers.dll", + "docs/PACKAGE.md", + "lib/netstandard2.0/_._", + "microsoft.entityframeworkcore.analyzers.8.0.11.nupkg.sha512", + "microsoft.entityframeworkcore.analyzers.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.Design/8.0.11": { + "sha512": "KxOvpbaKiUmbLvenr0T/4F1Vdm0Sq+iajLbesQK7/WKB/Dx+FQHCZ0f5jCXrVWK2QKF9eHzQ5JPA1L6hcb25FQ==", + "type": "package", + "path": "microsoft.entityframeworkcore.design/8.0.11", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "build/net8.0/Microsoft.EntityFrameworkCore.Design.props", + "lib/net8.0/Microsoft.EntityFrameworkCore.Design.dll", + "lib/net8.0/Microsoft.EntityFrameworkCore.Design.xml", + "microsoft.entityframeworkcore.design.8.0.11.nupkg.sha512", + "microsoft.entityframeworkcore.design.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.InMemory/8.0.11": { + "sha512": "gFFdubZlRfudSw94OxO7s8OvLQZncnR0S1ll//wRtZP3mMYVeq8DrMnEILK6hBJwbTBB1SNm3apg9SdvdE/ySg==", + "type": "package", + "path": "microsoft.entityframeworkcore.inmemory/8.0.11", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "lib/net8.0/Microsoft.EntityFrameworkCore.InMemory.dll", + "lib/net8.0/Microsoft.EntityFrameworkCore.InMemory.xml", + "microsoft.entityframeworkcore.inmemory.8.0.11.nupkg.sha512", + "microsoft.entityframeworkcore.inmemory.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.Relational/8.0.11": { + "sha512": "3TuuW3i5I4Ro0yoaHmi2MqEDGObOVuhLaMEnd/heaLB1fcvm4fu4PevmC4BOWnI0vo176AIlV5o4rEQciLoohw==", + "type": "package", + "path": "microsoft.entityframeworkcore.relational/8.0.11", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll", + "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.xml", + "microsoft.entityframeworkcore.relational.8.0.11.nupkg.sha512", + "microsoft.entityframeworkcore.relational.nuspec" + ] + }, "Microsoft.Extensions.ApiDescription.Server/6.0.5": { "sha512": "Ckb5EDBUNJdFWyajfXzUIMRkhf52fHZOQuuZg/oiu8y7zDCVwD0iHhew6MnThjHmevanpxL3f5ci2TtHQEN6bw==", "type": "package", @@ -5676,57 +7970,98 @@ "tools/netcoreapp2.1/System.Diagnostics.DiagnosticSource.dll" ] }, - "Microsoft.Extensions.Caching.Abstractions/1.0.0": { - "sha512": "IxlFDVOchL6tdR05bk7EiJvMtvZrVkZXBhkbXqc3GxOHOrHFGcN+92WoWFPeBpdpy8ot/Px5ZdXzt7k+2n1Bdg==", + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "sha512": "3KuSxeHoNYdxVYfg2IRZCThcrlJ1XJqIXkAWikCsbm5C/bCjv7G0WoKDyuR98Q+T607QT2Zl5GsbGRkENcV2yQ==", "type": "package", - "path": "microsoft.extensions.caching.abstractions/1.0.0", + "path": "microsoft.extensions.caching.abstractions/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.xml", - "microsoft.extensions.caching.abstractions.1.0.0.nupkg.sha512", - "microsoft.extensions.caching.abstractions.nuspec" + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Caching.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.xml", + "microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.caching.abstractions.nuspec", + "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Caching.Memory/1.0.0": { - "sha512": "6+7zTufCnZ+tfrUo7RbIRR3LB0BxwOwxfXuo0IbLyIvgoToGpWuz5wYEDfCYNOvpig9tY8FA0I1uRHYmITMXMQ==", + "Microsoft.Extensions.Caching.Memory/8.0.1": { + "sha512": "HFDnhYLccngrzyGgHkjEDU5FMLn4MpOsr5ElgsBMC4yx6lJh4jeWO7fHS8+TXPq+dgxCmUa/Trl8svObmwW4QA==", "type": "package", - "path": "microsoft.extensions.caching.memory/1.0.0", + "path": "microsoft.extensions.caching.memory/8.0.1", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net451/Microsoft.Extensions.Caching.Memory.dll", - "lib/net451/Microsoft.Extensions.Caching.Memory.xml", - "lib/netstandard1.3/Microsoft.Extensions.Caching.Memory.dll", - "lib/netstandard1.3/Microsoft.Extensions.Caching.Memory.xml", - "microsoft.extensions.caching.memory.1.0.0.nupkg.sha512", - "microsoft.extensions.caching.memory.nuspec" + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Caching.Memory.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Memory.targets", + "lib/net462/Microsoft.Extensions.Caching.Memory.dll", + "lib/net462/Microsoft.Extensions.Caching.Memory.xml", + "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/net6.0/Microsoft.Extensions.Caching.Memory.xml", + "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/net7.0/Microsoft.Extensions.Caching.Memory.xml", + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/net8.0/Microsoft.Extensions.Caching.Memory.xml", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.xml", + "microsoft.extensions.caching.memory.8.0.1.nupkg.sha512", + "microsoft.extensions.caching.memory.nuspec", + "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration/6.0.1": { - "sha512": "BUyFU9t+HzlSE7ri4B+AQN2BgTgHv/uM82s5ZkgU1BApyzWzIl48nDsG5wR1t0pniNuuyTBzG3qCW8152/NtSw==", + "Microsoft.Extensions.Configuration/9.0.2": { + "sha512": "EBZW+u96tApIvNtjymXEIS44tH0I/jNwABHo4c33AchWOiDWCq2rL3klpnIo+xGrxoVGJzPDISV6hZ+a9C9SzQ==", "type": "package", - "path": "microsoft.extensions.configuration/6.0.1", + "path": "microsoft.extensions.configuration/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Configuration.dll", - "lib/net461/Microsoft.Extensions.Configuration.xml", + "buildTransitive/net461/Microsoft.Extensions.Configuration.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.targets", + "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.6.0.1.nupkg.sha512", + "microsoft.extensions.configuration.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { - "sha512": "3lE/iLSutpgX1CC0NOW70FJoGARRHbyKmG7dc0klnUZ9Dd9hS6N/POPWhKhMLCEuNN5nXEY5agmlFtH562vqhQ==", + "Microsoft.Extensions.Configuration.Abstractions/9.0.7": { + "sha512": "lut/kiVvNsQ120VERMUYSFhpXPpKjjql+giy03LesASPBBcC0o6+aoFdzJH9GaYpFTQ3fGVhVjKjvJDoAW5/IQ==", "type": "package", - "path": "microsoft.extensions.configuration.abstractions/8.0.0", + "path": "microsoft.extensions.configuration.abstractions/9.0.7", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5736,19 +8071,17 @@ "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/Microsoft.Extensions.Configuration.Abstractions.targets", "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Abstractions.targets", "lib/net462/Microsoft.Extensions.Configuration.Abstractions.dll", "lib/net462/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net7.0/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.8.0.0.nupkg.sha512", + "microsoft.extensions.configuration.abstractions.9.0.7.nupkg.sha512", "microsoft.extensions.configuration.abstractions.nuspec", "useSharedDesignerContext.txt" ] @@ -5767,10 +8100,10 @@ "microsoft.extensions.configuration.azurekeyvault.nuspec" ] }, - "Microsoft.Extensions.Configuration.Binder/8.0.0": { - "sha512": "mBMoXLsr5s1y2zOHWmKsE9veDcx8h1x/c3rz4baEdQKTeDcmQAPNbB54Pi/lhFO3K431eEq6PFbMgLaa6PHFfA==", + "Microsoft.Extensions.Configuration.Binder/9.0.2": { + "sha512": "krJ04xR0aPXrOf5dkNASg6aJjsdzexvsMRL6UNOUjiTzqBvRr95sJ1owoKEm89bSONQCfZNhHrAFV9ahDqIPIw==", "type": "package", - "path": "microsoft.extensions.configuration.binder/8.0.0", + "path": "microsoft.extensions.configuration.binder/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5795,122 +8128,167 @@ "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets", "lib/net462/Microsoft.Extensions.Configuration.Binder.dll", "lib/net462/Microsoft.Extensions.Configuration.Binder.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.Binder.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.Binder.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll", - "lib/net7.0/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.8.0.0.nupkg.sha512", + "microsoft.extensions.configuration.binder.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.binder.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.CommandLine/6.0.0": { - "sha512": "3nL1qCkZ1Oxx14ZTzgo4MmlO7tso7F+TtMZAY2jUAtTLyAcDp+EDjk3RqafoKiNaePyPvvlleEcBxh3b2Hzl1g==", + "Microsoft.Extensions.Configuration.CommandLine/9.0.2": { + "sha512": "Mud3j7RS/ZBnuk4f0KXemdQCQIke+vIgSTXuGL5cMvXyl2EgipnMCOxG9ZUn+xq0itg3altzE9MuMB0Lx0Emxw==", "type": "package", - "path": "microsoft.extensions.configuration.commandline/6.0.0", + "path": "microsoft.extensions.configuration.commandline/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Configuration.CommandLine.dll", - "lib/net461/Microsoft.Extensions.Configuration.CommandLine.xml", + "buildTransitive/net461/Microsoft.Extensions.Configuration.CommandLine.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.CommandLine.targets", + "lib/net462/Microsoft.Extensions.Configuration.CommandLine.dll", + "lib/net462/Microsoft.Extensions.Configuration.CommandLine.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.CommandLine.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.CommandLine.xml", + "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll", + "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.xml", - "microsoft.extensions.configuration.commandline.6.0.0.nupkg.sha512", + "microsoft.extensions.configuration.commandline.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.commandline.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/6.0.1": { - "sha512": "pnyXV1LFOsYjGveuC07xp0YHIyGq7jRq5Ncb5zrrIieMLWVwgMyYxcOH0jTnBedDT4Gh1QinSqsjqzcieHk1og==", + "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.2": { + "sha512": "LZPspiDA0/pBv9JOI17Xdm7DkiRlfnyca2r/QIYu4ApJPe05E+aOphtVj0ncvlnrjGlSsd6JZhKQb9+NeHzM5A==", "type": "package", - "path": "microsoft.extensions.configuration.environmentvariables/6.0.1", + "path": "microsoft.extensions.configuration.environmentvariables/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", - "lib/net461/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", + "buildTransitive/net461/Microsoft.Extensions.Configuration.EnvironmentVariables.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.targets", + "lib/net462/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", + "lib/net462/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", + "lib/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", + "lib/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", - "microsoft.extensions.configuration.environmentvariables.6.0.1.nupkg.sha512", + "microsoft.extensions.configuration.environmentvariables.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.environmentvariables.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.FileExtensions/6.0.0": { - "sha512": "V4Dth2cYMZpw3HhGw9XUDIijpI6gN+22LDt0AhufIgOppCUfpWX4483OmN+dFXRJkJLc8Tv0Q8QK+1ingT2+KQ==", + "Microsoft.Extensions.Configuration.FileExtensions/9.0.2": { + "sha512": "tPgue19a0G+8Vb1ShCj4PmhjvVaEOfFb1L89WCr5aEpY1JUgIuYWsfELKf92Njwg53o4C+yWbE4UqbyQtLpKTg==", "type": "package", - "path": "microsoft.extensions.configuration.fileextensions/6.0.0", + "path": "microsoft.extensions.configuration.fileextensions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/net461/Microsoft.Extensions.Configuration.FileExtensions.xml", + "buildTransitive/net461/Microsoft.Extensions.Configuration.FileExtensions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.FileExtensions.targets", + "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.xml", + "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "microsoft.extensions.configuration.fileextensions.6.0.0.nupkg.sha512", + "microsoft.extensions.configuration.fileextensions.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.fileextensions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.Json/6.0.0": { - "sha512": "GJGery6QytCzS/BxJ96klgG9in3uH26KcUBbiVG/coNDXCRq6LGVVlUT4vXq34KPuM+R2av+LeYdX9h4IZOCUg==", + "Microsoft.Extensions.Configuration.Json/9.0.2": { + "sha512": "u2eIYagO91VmRbKYQ5pmElWC6JWX7GPQbP57EX09zzFcI1ZMPDCykr07ikPB4ecgBZzG+UAhTcViTLe0gSF4WQ==", "type": "package", - "path": "microsoft.extensions.configuration.json/6.0.0", + "path": "microsoft.extensions.configuration.json/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Configuration.Json.dll", - "lib/net461/Microsoft.Extensions.Configuration.Json.xml", + "buildTransitive/net461/Microsoft.Extensions.Configuration.Json.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Json.targets", + "lib/net462/Microsoft.Extensions.Configuration.Json.dll", + "lib/net462/Microsoft.Extensions.Configuration.Json.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.Json.xml", + "lib/net9.0/Microsoft.Extensions.Configuration.Json.dll", + "lib/net9.0/Microsoft.Extensions.Configuration.Json.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.xml", "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll", "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.xml", - "microsoft.extensions.configuration.json.6.0.0.nupkg.sha512", + "microsoft.extensions.configuration.json.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.json.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.UserSecrets/6.0.1": { - "sha512": "Fy8yr4V6obi7ZxvKYI1i85jqtwMq8tqyxQVZpRSkgeA8enqy/KvBIMdcuNdznlxQMZa72mvbHqb7vbg4Pyx95w==", + "Microsoft.Extensions.Configuration.UserSecrets/9.0.2": { + "sha512": "vUBGgnHmmpjtWzmq2z9idJpnOrrStgYqUlqLn1MuSyFkAedeyR8A0I57BdThP060eBEYfhKEBjXaAB/jKmCtiw==", "type": "package", - "path": "microsoft.extensions.configuration.usersecrets/6.0.1", + "path": "microsoft.extensions.configuration.usersecrets/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.UserSecrets.targets", + "buildTransitive/net462/Microsoft.Extensions.Configuration.UserSecrets.props", + "buildTransitive/net462/Microsoft.Extensions.Configuration.UserSecrets.targets", + "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.props", + "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.targets", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.UserSecrets.targets", "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.props", "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.targets", - "lib/net461/Microsoft.Extensions.Configuration.UserSecrets.dll", - "lib/net461/Microsoft.Extensions.Configuration.UserSecrets.xml", + "lib/net462/Microsoft.Extensions.Configuration.UserSecrets.dll", + "lib/net462/Microsoft.Extensions.Configuration.UserSecrets.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.UserSecrets.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.UserSecrets.xml", + "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll", + "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.xml", "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll", "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.xml", - "microsoft.extensions.configuration.usersecrets.6.0.1.nupkg.sha512", + "microsoft.extensions.configuration.usersecrets.9.0.2.nupkg.sha512", "microsoft.extensions.configuration.usersecrets.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "sha512": "MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==", + "Microsoft.Extensions.DependencyInjection/9.0.2": { + "sha512": "ZffbJrskOZ40JTzcTyKwFHS5eACSWp2bUQBBApIgGV+es8RaTD4OxUG7XxFr3RIPLXtYQ1jQzF2DjKB5fZn7Qg==", "type": "package", - "path": "microsoft.extensions.dependencyinjection/9.0.0", + "path": "microsoft.extensions.dependencyinjection/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5932,15 +8310,15 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.dependencyinjection.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { - "sha512": "+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==", + "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.2": { + "sha512": "MNe7GSTBf3jQx5vYrXF0NZvn6l7hUKF6J54ENfAgCO8y6xjN1XUmKKWG464LP2ye6QqDiA1dkaWEZBYnhoZzjg==", "type": "package", - "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0", + "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5962,15 +8340,15 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.dependencyinjection.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyModel/8.0.2": { - "sha512": "mUBDZZRgZrSyFOsJ2qJJ9fXfqd/kXJwf3AiDoqLD9m6TjY5OO/vLNOb9fb4juC0487eq4hcGN/M2Rh/CKS7QYw==", + "Microsoft.Extensions.DependencyModel/9.0.0": { + "sha512": "saxr2XzwgDU77LaQfYFXmddEDRUKHF4DaGMZkNB3qjdVSZlax3//dGJagJkKrGMIPNZs2jVFXITyCCR6UHJNdA==", "type": "package", - "path": "microsoft.extensions.dependencymodel/8.0.2", + "path": "microsoft.extensions.dependencymodel/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5980,27 +8358,25 @@ "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets", "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets", "lib/net462/Microsoft.Extensions.DependencyModel.dll", "lib/net462/Microsoft.Extensions.DependencyModel.xml", - "lib/net6.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net6.0/Microsoft.Extensions.DependencyModel.xml", - "lib/net7.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net7.0/Microsoft.Extensions.DependencyModel.xml", "lib/net8.0/Microsoft.Extensions.DependencyModel.dll", "lib/net8.0/Microsoft.Extensions.DependencyModel.xml", + "lib/net9.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net9.0/Microsoft.Extensions.DependencyModel.xml", "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", - "microsoft.extensions.dependencymodel.8.0.2.nupkg.sha512", + "microsoft.extensions.dependencymodel.9.0.0.nupkg.sha512", "microsoft.extensions.dependencymodel.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DiagnosticAdapter/3.1.27": { - "sha512": "IHJmvjE3X+PJLlbRvZHnzVO2CglI9FARYgTPbbUNN85gS4jqS0EM/dGhZGwQpr3P4X0/V/OUtmgHvBipS4KTwQ==", + "Microsoft.Extensions.DiagnosticAdapter/3.1.32": { + "sha512": "oDv3wt+Q5cmaSfOQ3Cdu6dF6sn/x5gzWdNpOq4ajBwCMWYBr6CchncDvB9pF83ORlbDuX32MsVLOPGPxW4Lx4g==", "type": "package", - "path": "microsoft.extensions.diagnosticadapter/3.1.27", + "path": "microsoft.extensions.diagnosticadapter/3.1.32", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6011,14 +8387,41 @@ "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.xml", "lib/netstandard2.0/Microsoft.Extensions.DiagnosticAdapter.dll", "lib/netstandard2.0/Microsoft.Extensions.DiagnosticAdapter.xml", - "microsoft.extensions.diagnosticadapter.3.1.27.nupkg.sha512", + "microsoft.extensions.diagnosticadapter.3.1.32.nupkg.sha512", "microsoft.extensions.diagnosticadapter.nuspec" ] }, - "Microsoft.Extensions.Diagnostics.Abstractions/8.0.0": { - "sha512": "JHYCQG7HmugNYUhOl368g+NMxYE/N/AiclCYRNlgCY9eVyiBkOHMwK4x60RYMxv9EL3+rmj1mqHvdCiPpC+D4Q==", + "Microsoft.Extensions.Diagnostics/9.0.2": { + "sha512": "kwFWk6DPaj1Roc0CExRv+TTwjsiERZA730jQIPlwCcS5tMaCAQtaGfwAK0z8CMFpVTiT+MgKXpd/P50qVCuIgg==", + "type": "package", + "path": "microsoft.extensions.diagnostics/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Diagnostics.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Diagnostics.targets", + "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.9.0.2.nupkg.sha512", + "microsoft.extensions.diagnostics.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Diagnostics.Abstractions/9.0.2": { + "sha512": "kFwIZEC/37cwKuEm/nXvjF7A/Myz9O7c7P9Csgz6AOiiDE62zdOG5Bu7VkROu1oMYaX0wgijPJ5LqVt6+JKjVg==", "type": "package", - "path": "microsoft.extensions.diagnostics.abstractions/8.0.0", + "path": "microsoft.extensions.diagnostics.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6027,27 +8430,25 @@ "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/Microsoft.Extensions.Diagnostics.Abstractions.targets", "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Diagnostics.Abstractions.targets", "lib/net462/Microsoft.Extensions.Diagnostics.Abstractions.dll", "lib/net462/Microsoft.Extensions.Diagnostics.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.Diagnostics.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.Diagnostics.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Diagnostics.Abstractions.dll", - "lib/net7.0/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.8.0.0.nupkg.sha512", + "microsoft.extensions.diagnostics.abstractions.9.0.2.nupkg.sha512", "microsoft.extensions.diagnostics.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Diagnostics.HealthChecks/8.0.0": { - "sha512": "P9SoBuVZhJPpALZmSq72aQEb9ryP67EdquaCZGXGrrcASTNHYdrUhnpgSwIipgM5oVC+dKpRXg5zxobmF9xr5g==", + "Microsoft.Extensions.Diagnostics.HealthChecks/9.0.0": { + "sha512": "cxsK9/Dx7Ka9sfiA1nY8XlSzIaWff5FNRw0+ls8yR+aGzmnah5JGKsTHgQrehjMwGAVud/pjiUZ9MWizfUSkTQ==", "type": "package", - "path": "microsoft.extensions.diagnostics.healthchecks/8.0.0", + "path": "microsoft.extensions.diagnostics.healthchecks/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6055,18 +8456,18 @@ "THIRD-PARTY-NOTICES.TXT", "lib/net462/Microsoft.Extensions.Diagnostics.HealthChecks.dll", "lib/net462/Microsoft.Extensions.Diagnostics.HealthChecks.xml", - "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll", - "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.xml", + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll", + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.xml", "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll", "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.xml", - "microsoft.extensions.diagnostics.healthchecks.8.0.0.nupkg.sha512", + "microsoft.extensions.diagnostics.healthchecks.9.0.0.nupkg.sha512", "microsoft.extensions.diagnostics.healthchecks.nuspec" ] }, - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/8.0.0": { - "sha512": "AT2qqos3IgI09ok36Qag9T8bb6kHJ3uT9Q5ki6CySybFsK6/9JbvQAgAHf1pVEjST0/N4JaFaCbm40R5edffwg==", + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/9.0.0": { + "sha512": "H1IbHm/MnUgEV0N07WrkPBIIoX7isP6IPaqUdZ3CwbMcUVDGIu+okamW28kyDRfIiZqbTbyHuNIkr4ZSHPyvDw==", "type": "package", - "path": "microsoft.extensions.diagnostics.healthchecks.abstractions/8.0.0", + "path": "microsoft.extensions.diagnostics.healthchecks.abstractions/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6074,18 +8475,18 @@ "THIRD-PARTY-NOTICES.TXT", "lib/net462/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll", "lib/net462/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.xml", + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll", + "lib/net9.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.xml", "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll", "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.xml", - "microsoft.extensions.diagnostics.healthchecks.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.diagnostics.healthchecks.abstractions.9.0.0.nupkg.sha512", "microsoft.extensions.diagnostics.healthchecks.abstractions.nuspec" ] }, - "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { - "sha512": "ZbaMlhJlpisjuWbvXr4LdAst/1XxH3vZ6A0BsgTphZ2L4PGuxRLz7Jr/S7mkAAnOn78Vu0fKhEgNF5JO3zfjqQ==", + "Microsoft.Extensions.FileProviders.Abstractions/9.0.2": { + "sha512": "IcOBmTlr2jySswU+3x8c3ql87FRwTVPQgVKaV5AXzPT5u0VItfNU8SMbESpdSp5STwxT/1R99WYszgHWsVkzhg==", "type": "package", - "path": "microsoft.extensions.fileproviders.abstractions/8.0.0", + "path": "microsoft.extensions.fileproviders.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6095,96 +8496,111 @@ "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/Microsoft.Extensions.FileProviders.Abstractions.targets", "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Abstractions.targets", "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.dll", "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.xml", "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll", "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.xml", + "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.xml", "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll", "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml", - "microsoft.extensions.fileproviders.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.fileproviders.abstractions.9.0.2.nupkg.sha512", "microsoft.extensions.fileproviders.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.FileProviders.Physical/6.0.0": { - "sha512": "QvkL7l0nM8udt3gfyu0Vw8bbCXblxaKOl7c2oBfgGy4LCURRaL9XWZX1FWJrQc43oMokVneVxH38iz+bY1sbhg==", + "Microsoft.Extensions.FileProviders.Physical/9.0.2": { + "sha512": "WcPkJx/OAaXG5xHvxYsoLY8qGsyCfHWsbDJtfMtHRWtceF/EmqAsqkHYsouh82gjxdZwfySvj3nGVi8AkwlYhA==", "type": "package", - "path": "microsoft.extensions.fileproviders.physical/6.0.0", + "path": "microsoft.extensions.fileproviders.physical/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.FileProviders.Physical.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Physical.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/net461/Microsoft.Extensions.FileProviders.Physical.xml", - "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.xml", + "lib/net462/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/net462/Microsoft.Extensions.FileProviders.Physical.xml", + "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.xml", + "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.xml", "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll", "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.xml", - "microsoft.extensions.fileproviders.physical.6.0.0.nupkg.sha512", + "microsoft.extensions.fileproviders.physical.9.0.2.nupkg.sha512", "microsoft.extensions.fileproviders.physical.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.FileSystemGlobbing/6.0.0": { - "sha512": "ip8jnL1aPiaPeKINCqaTEbvBFDmVx9dXQEBZ2HOBRXPD1eabGNqP/bKlsIcp7U2lGxiXd5xIhoFcmY8nM4Hdiw==", + "Microsoft.Extensions.FileSystemGlobbing/9.0.2": { + "sha512": "wAjk+6rvvU4WesskJ6rJX1FYL/S9zvnpqMai/pXb07+gtXpO7DhFfuKzYHwkKN3HAUq2W4CD+YLYenHwAS3DCA==", "type": "package", - "path": "microsoft.extensions.filesystemglobbing/6.0.0", + "path": "microsoft.extensions.filesystemglobbing/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.FileSystemGlobbing.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileSystemGlobbing.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/net461/Microsoft.Extensions.FileSystemGlobbing.xml", - "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.xml", + "lib/net462/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/net462/Microsoft.Extensions.FileSystemGlobbing.xml", + "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.xml", + "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.xml", "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll", "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "microsoft.extensions.filesystemglobbing.6.0.0.nupkg.sha512", + "microsoft.extensions.filesystemglobbing.9.0.2.nupkg.sha512", "microsoft.extensions.filesystemglobbing.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Hosting/6.0.1": { - "sha512": "hbmizc9KPWOacLU8Z8YMaBG6KWdZFppczYV/KwnPGU/8xebWxQxdDeJmLOgg968prb7g2oQgnp6JVLX6lgby8g==", + "Microsoft.Extensions.Hosting/9.0.2": { + "sha512": "h1lUeBuj0Cecg4c0BHpr1jR2UIqr80bGK+eLp4tq4bV13mSvS2juoNfi3Rsv0xV7bXY8HigUndnj6Xk2+4VdFw==", "type": "package", - "path": "microsoft.extensions.hosting/6.0.1", + "path": "microsoft.extensions.hosting/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Hosting.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Hosting.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/Microsoft.Extensions.Hosting.dll", - "lib/net461/Microsoft.Extensions.Hosting.xml", - "lib/net6.0/Microsoft.Extensions.Hosting.dll", - "lib/net6.0/Microsoft.Extensions.Hosting.xml", + "lib/net462/Microsoft.Extensions.Hosting.dll", + "lib/net462/Microsoft.Extensions.Hosting.xml", + "lib/net8.0/Microsoft.Extensions.Hosting.dll", + "lib/net8.0/Microsoft.Extensions.Hosting.xml", + "lib/net9.0/Microsoft.Extensions.Hosting.dll", + "lib/net9.0/Microsoft.Extensions.Hosting.xml", "lib/netstandard2.0/Microsoft.Extensions.Hosting.dll", "lib/netstandard2.0/Microsoft.Extensions.Hosting.xml", "lib/netstandard2.1/Microsoft.Extensions.Hosting.dll", "lib/netstandard2.1/Microsoft.Extensions.Hosting.xml", - "microsoft.extensions.hosting.6.0.1.nupkg.sha512", + "microsoft.extensions.hosting.9.0.2.nupkg.sha512", "microsoft.extensions.hosting.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Hosting.Abstractions/8.0.0": { - "sha512": "AG7HWwVRdCHlaA++1oKDxLsXIBxmDpMPb3VoyOoAghEWnkUvEAdYQUwnV4jJbAaa/nMYNiEh5ByoLauZBEiovg==", + "Microsoft.Extensions.Hosting.Abstractions/9.0.2": { + "sha512": "PvjZW6CMdZbPbOwKsQXYN5VPtIWZQqdTRuBPZiW3skhU3hymB17XSlLVC4uaBbDZU+/3eHG3p80y+MzZxZqR7Q==", "type": "package", - "path": "microsoft.extensions.hosting.abstractions/8.0.0", + "path": "microsoft.extensions.hosting.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6194,45 +8610,57 @@ "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/Microsoft.Extensions.Hosting.Abstractions.targets", "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Hosting.Abstractions.targets", "lib/net462/Microsoft.Extensions.Hosting.Abstractions.dll", "lib/net462/Microsoft.Extensions.Hosting.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.Hosting.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.Hosting.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Hosting.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.Hosting.Abstractions.xml", "lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll", "lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.xml", + "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll", + "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.xml", "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll", "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.xml", "lib/netstandard2.1/Microsoft.Extensions.Hosting.Abstractions.dll", "lib/netstandard2.1/Microsoft.Extensions.Hosting.Abstractions.xml", - "microsoft.extensions.hosting.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.hosting.abstractions.9.0.2.nupkg.sha512", "microsoft.extensions.hosting.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Http/3.1.0": { - "sha512": "DLigdcV0nYaT6/ly0rnfP80BnXq8NNd/h8/SkfY39uio7Bd9LauVntp6RcRh1Kj23N+uf80GgL7Win6P3BCtoQ==", + "Microsoft.Extensions.Http/8.0.0": { + "sha512": "cWz4caHwvx0emoYe7NkHPxII/KkTI8R/LC9qdqJqnKv2poTJ4e2qqPGQqvRoQ5kaSA4FU5IV3qFAuLuOhoqULQ==", "type": "package", - "path": "microsoft.extensions.http/3.1.0", + "path": "microsoft.extensions.http/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/netcoreapp3.1/Microsoft.Extensions.Http.dll", - "lib/netcoreapp3.1/Microsoft.Extensions.Http.xml", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Http.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Http.targets", + "lib/net462/Microsoft.Extensions.Http.dll", + "lib/net462/Microsoft.Extensions.Http.xml", + "lib/net6.0/Microsoft.Extensions.Http.dll", + "lib/net6.0/Microsoft.Extensions.Http.xml", + "lib/net7.0/Microsoft.Extensions.Http.dll", + "lib/net7.0/Microsoft.Extensions.Http.xml", + "lib/net8.0/Microsoft.Extensions.Http.dll", + "lib/net8.0/Microsoft.Extensions.Http.xml", "lib/netstandard2.0/Microsoft.Extensions.Http.dll", "lib/netstandard2.0/Microsoft.Extensions.Http.xml", - "microsoft.extensions.http.3.1.0.nupkg.sha512", + "microsoft.extensions.http.8.0.0.nupkg.sha512", "microsoft.extensions.http.nuspec", - "packageIcon.png" + "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging/9.0.0": { - "sha512": "crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==", + "Microsoft.Extensions.Logging/9.0.2": { + "sha512": "loV/0UNpt2bD+6kCDzFALVE63CDtqzPeC0LAetkdhiEr/tTNbvOlQ7CBResH7BQBd3cikrwiBfaHdyHMFUlc2g==", "type": "package", - "path": "microsoft.extensions.logging/9.0.0", + "path": "microsoft.extensions.logging/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6254,15 +8682,15 @@ "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", - "microsoft.extensions.logging.9.0.0.nupkg.sha512", + "microsoft.extensions.logging.9.0.2.nupkg.sha512", "microsoft.extensions.logging.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "sha512": "g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==", + "Microsoft.Extensions.Logging.Abstractions/9.0.2": { + "sha512": "dV9s2Lamc8jSaqhl2BQSPn/AryDIH2sSbQUyLitLXV0ROmsb+SROnn2cH939JFbsNrnf3mIM3GNRKT7P0ldwLg==", "type": "package", - "path": "microsoft.extensions.logging.abstractions/9.0.0", + "path": "microsoft.extensions.logging.abstractions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6325,15 +8753,15 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.logging.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.ApplicationInsights/2.22.0": { - "sha512": "5OmXub+9MyX8FbqgO+hBJRHk1iJ+UZUU20oIU3wo+RbmH6Jtsja79rriHLlzlrkMzWbpCkCzF6f4Yb6iGbsDag==", + "Microsoft.Extensions.Logging.ApplicationInsights/2.23.0": { + "sha512": "JLEabPz445i1yRB0hKZVzJJE35QatRIzWlrMOiBQXr9kBJod0jkpkrBf94ln6kXu+jlEGohnXtuXacPPhybJDw==", "type": "package", - "path": "microsoft.extensions.logging.applicationinsights/2.22.0", + "path": "microsoft.extensions.logging.applicationinsights/2.23.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6341,140 +8769,183 @@ "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.pdb", "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.xml", - "microsoft.extensions.logging.applicationinsights.2.22.0.nupkg.sha512", + "microsoft.extensions.logging.applicationinsights.2.23.0.nupkg.sha512", "microsoft.extensions.logging.applicationinsights.nuspec" ] }, - "Microsoft.Extensions.Logging.Configuration/6.0.0": { - "sha512": "ZDskjagmBAbv+K8rYW9VhjPplhbOE63xUD0DiuydZJwt15dRyoqicYklLd86zzeintUc7AptDkHn+YhhYkYo8A==", + "Microsoft.Extensions.Logging.AzureAppServices/9.0.0": { + "sha512": "OMyMioZ23NlBXQb6TecMTr3LTCd2cqglKqMRdcWF8OJ+QQS53iPEo6bWj3CgGqgdXRySv3cxFVnJGSdcEWKR3Q==", + "type": "package", + "path": "microsoft.extensions.logging.azureappservices/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.Extensions.Logging.AzureAppServices.dll", + "lib/net462/Microsoft.Extensions.Logging.AzureAppServices.xml", + "lib/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll", + "lib/net9.0/Microsoft.Extensions.Logging.AzureAppServices.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.AzureAppServices.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.AzureAppServices.xml", + "microsoft.extensions.logging.azureappservices.9.0.0.nupkg.sha512", + "microsoft.extensions.logging.azureappservices.nuspec" + ] + }, + "Microsoft.Extensions.Logging.Configuration/9.0.2": { + "sha512": "pnwYZE7U6d3Y6iMVqADOAUUMMBGYAQPsT3fMwVr/V1Wdpe5DuVGFcViZavUthSJ5724NmelIl1cYy+kRfKfRPQ==", "type": "package", - "path": "microsoft.extensions.logging.configuration/6.0.0", + "path": "microsoft.extensions.logging.configuration/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Logging.Configuration.dll", - "lib/net461/Microsoft.Extensions.Logging.Configuration.xml", + "buildTransitive/net461/Microsoft.Extensions.Logging.Configuration.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Configuration.targets", + "lib/net462/Microsoft.Extensions.Logging.Configuration.dll", + "lib/net462/Microsoft.Extensions.Logging.Configuration.xml", + "lib/net8.0/Microsoft.Extensions.Logging.Configuration.dll", + "lib/net8.0/Microsoft.Extensions.Logging.Configuration.xml", + "lib/net9.0/Microsoft.Extensions.Logging.Configuration.dll", + "lib/net9.0/Microsoft.Extensions.Logging.Configuration.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.xml", - "microsoft.extensions.logging.configuration.6.0.0.nupkg.sha512", + "microsoft.extensions.logging.configuration.9.0.2.nupkg.sha512", "microsoft.extensions.logging.configuration.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.Console/6.0.0": { - "sha512": "gsqKzOEdsvq28QiXFxagmn1oRB9GeI5GgYCkoybZtQA0IUb7QPwf1WmN3AwJeNIsadTvIFQCiVK0OVIgKfOBGg==", + "Microsoft.Extensions.Logging.Console/9.0.2": { + "sha512": "eoMjwiM0WpkVGSxzjo/f94ShreFLYhPMjfkOG04WOb8fq/TztpcWaU8XAkMMWZ+mYSbFYln+FBwUOEriXR4jtA==", "type": "package", - "path": "microsoft.extensions.logging.console/6.0.0", + "path": "microsoft.extensions.logging.console/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Logging.Console.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Console.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/Microsoft.Extensions.Logging.Console.dll", - "lib/net461/Microsoft.Extensions.Logging.Console.xml", - "lib/net6.0/Microsoft.Extensions.Logging.Console.dll", - "lib/net6.0/Microsoft.Extensions.Logging.Console.xml", - "lib/netcoreapp3.1/Microsoft.Extensions.Logging.Console.dll", - "lib/netcoreapp3.1/Microsoft.Extensions.Logging.Console.xml", + "lib/net462/Microsoft.Extensions.Logging.Console.dll", + "lib/net462/Microsoft.Extensions.Logging.Console.xml", + "lib/net8.0/Microsoft.Extensions.Logging.Console.dll", + "lib/net8.0/Microsoft.Extensions.Logging.Console.xml", + "lib/net9.0/Microsoft.Extensions.Logging.Console.dll", + "lib/net9.0/Microsoft.Extensions.Logging.Console.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.Console.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.Console.xml", - "microsoft.extensions.logging.console.6.0.0.nupkg.sha512", + "microsoft.extensions.logging.console.9.0.2.nupkg.sha512", "microsoft.extensions.logging.console.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.Debug/6.0.0": { - "sha512": "M9g/JixseSZATJE9tcMn9uzoD4+DbSglivFqVx8YkRJ7VVPmnvCEbOZ0AAaxsL1EKyI4cz07DXOOJExxNsUOHw==", + "Microsoft.Extensions.Logging.Debug/9.0.2": { + "sha512": "dSrVF+zWBaTS6wANuyjU2avNQMinFdOGpNRXey8jRtMCuKYubtx/f0ZEI6BU/FuQ48wXP4F/SlBE1Khs2G5v/g==", "type": "package", - "path": "microsoft.extensions.logging.debug/6.0.0", + "path": "microsoft.extensions.logging.debug/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Logging.Debug.dll", - "lib/net461/Microsoft.Extensions.Logging.Debug.xml", + "buildTransitive/net461/Microsoft.Extensions.Logging.Debug.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Debug.targets", + "lib/net462/Microsoft.Extensions.Logging.Debug.dll", + "lib/net462/Microsoft.Extensions.Logging.Debug.xml", + "lib/net8.0/Microsoft.Extensions.Logging.Debug.dll", + "lib/net8.0/Microsoft.Extensions.Logging.Debug.xml", + "lib/net9.0/Microsoft.Extensions.Logging.Debug.dll", + "lib/net9.0/Microsoft.Extensions.Logging.Debug.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.xml", - "microsoft.extensions.logging.debug.6.0.0.nupkg.sha512", + "microsoft.extensions.logging.debug.9.0.2.nupkg.sha512", "microsoft.extensions.logging.debug.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.EventLog/6.0.0": { - "sha512": "rlo0RxlMd0WtLG3CHI0qOTp6fFn7MvQjlrCjucA31RqmiMFCZkF8CHNbe8O7tbBIyyoLGWB1he9CbaA5iyHthg==", + "Microsoft.Extensions.Logging.EventLog/9.0.2": { + "sha512": "4u7CexvjWr7eGUAvQOfyJUQ1+PgcWIGYajYXB+CgVI3qTMoi++8evZmuXQ/PSiKJ+SDeJXHoYDKbpmXq/aCwEg==", "type": "package", - "path": "microsoft.extensions.logging.eventlog/6.0.0", + "path": "microsoft.extensions.logging.eventlog/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Logging.EventLog.dll", - "lib/net461/Microsoft.Extensions.Logging.EventLog.xml", + "buildTransitive/net461/Microsoft.Extensions.Logging.EventLog.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.EventLog.targets", + "lib/net462/Microsoft.Extensions.Logging.EventLog.dll", + "lib/net462/Microsoft.Extensions.Logging.EventLog.xml", + "lib/net8.0/Microsoft.Extensions.Logging.EventLog.dll", + "lib/net8.0/Microsoft.Extensions.Logging.EventLog.xml", + "lib/net9.0/Microsoft.Extensions.Logging.EventLog.dll", + "lib/net9.0/Microsoft.Extensions.Logging.EventLog.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.EventLog.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.EventLog.xml", - "microsoft.extensions.logging.eventlog.6.0.0.nupkg.sha512", + "microsoft.extensions.logging.eventlog.9.0.2.nupkg.sha512", "microsoft.extensions.logging.eventlog.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.EventSource/6.0.0": { - "sha512": "BeDyyqt7nkm/nr+Gdk+L8n1tUT/u33VkbXAOesgYSNsxDM9hJ1NOBGoZfj9rCbeD2+9myElI6JOVVFmnzgeWQA==", + "Microsoft.Extensions.Logging.EventSource/9.0.2": { + "sha512": "DvT/+kEL+aydUYSuGamH4YRJ8uDlFiMIcT82A3OsQGZ+lxiPZgTqqu1mYkSz5VMOx3J1+8vjFd2IzA89JkS/oQ==", "type": "package", - "path": "microsoft.extensions.logging.eventsource/6.0.0", + "path": "microsoft.extensions.logging.eventsource/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Logging.EventSource.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.EventSource.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/Microsoft.Extensions.Logging.EventSource.dll", - "lib/net461/Microsoft.Extensions.Logging.EventSource.xml", - "lib/net6.0/Microsoft.Extensions.Logging.EventSource.dll", - "lib/net6.0/Microsoft.Extensions.Logging.EventSource.xml", - "lib/netcoreapp3.1/Microsoft.Extensions.Logging.EventSource.dll", - "lib/netcoreapp3.1/Microsoft.Extensions.Logging.EventSource.xml", + "lib/net462/Microsoft.Extensions.Logging.EventSource.dll", + "lib/net462/Microsoft.Extensions.Logging.EventSource.xml", + "lib/net8.0/Microsoft.Extensions.Logging.EventSource.dll", + "lib/net8.0/Microsoft.Extensions.Logging.EventSource.xml", + "lib/net9.0/Microsoft.Extensions.Logging.EventSource.dll", + "lib/net9.0/Microsoft.Extensions.Logging.EventSource.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.xml", - "microsoft.extensions.logging.eventsource.6.0.0.nupkg.sha512", + "microsoft.extensions.logging.eventsource.9.0.2.nupkg.sha512", "microsoft.extensions.logging.eventsource.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.ObjectPool/7.0.0": { - "sha512": "udvKco0sAVgYGTBnHUb0tY9JQzJ/nPDiv/8PIyz69wl1AibeCDZOLVVI+6156dPfHmJH7ws5oUJRiW4ZmAvuuA==", + "Microsoft.Extensions.ObjectPool/2.1.1": { + "sha512": "SErON45qh4ogDp6lr6UvVmFYW0FERihW+IQ+2JyFv1PUyWktcJytFaWH5zarufJvZwhci7Rf1IyGXr9pVEadTw==", "type": "package", - "path": "microsoft.extensions.objectpool/7.0.0", + "path": "microsoft.extensions.objectpool/2.1.1", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "THIRD-PARTY-NOTICES.TXT", - "lib/net462/Microsoft.Extensions.ObjectPool.dll", - "lib/net462/Microsoft.Extensions.ObjectPool.xml", - "lib/net7.0/Microsoft.Extensions.ObjectPool.dll", - "lib/net7.0/Microsoft.Extensions.ObjectPool.xml", "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll", "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.xml", - "microsoft.extensions.objectpool.7.0.0.nupkg.sha512", + "microsoft.extensions.objectpool.2.1.1.nupkg.sha512", "microsoft.extensions.objectpool.nuspec" ] }, - "Microsoft.Extensions.Options/9.0.0": { - "sha512": "y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==", + "Microsoft.Extensions.Options/9.0.2": { + "sha512": "zr98z+AN8+isdmDmQRuEJ/DAKZGUTHmdv3t0ZzjHvNqvA44nAgkXE9kYtfoN6581iALChhVaSw2Owt+Z2lVbkQ==", "type": "package", - "path": "microsoft.extensions.options/9.0.0", + "path": "microsoft.extensions.options/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6511,34 +8982,43 @@ "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.9.0.2.nupkg.sha512", "microsoft.extensions.options.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Options.ConfigurationExtensions/6.0.0": { - "sha512": "bXWINbTn0vC0FYc9GaQTISbxhQLAMrvtbuvD9N6JelEaIS/Pr62wUCinrq5bf1WRBGczt1v4wDhxFtVFNcMdUQ==", + "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.2": { + "sha512": "OPm1NXdMg4Kb4Kz+YHdbBQfekh7MqQZ7liZ5dYUd+IbJakinv9Fl7Ck6Strbgs0a6E76UGbP/jHR532K/7/feQ==", "type": "package", - "path": "microsoft.extensions.options.configurationextensions/6.0.0", + "path": "microsoft.extensions.options.configurationextensions/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "lib/net461/Microsoft.Extensions.Options.ConfigurationExtensions.xml", + "buildTransitive/net461/Microsoft.Extensions.Options.ConfigurationExtensions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.ConfigurationExtensions.targets", + "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.6.0.0.nupkg.sha512", + "microsoft.extensions.options.configurationextensions.9.0.2.nupkg.sha512", "microsoft.extensions.options.configurationextensions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Primitives/9.0.0": { - "sha512": "N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==", + "Microsoft.Extensions.Primitives/9.0.7": { + "sha512": "ti/zD9BuuO50IqlvhWQs9GHxkCmoph5BHjGiWKdg2t6Or8XoyAfRJiKag+uvd/fpASnNklfsB01WpZ4fhAe0VQ==", "type": "package", - "path": "microsoft.extensions.primitives/9.0.0", + "path": "microsoft.extensions.primitives/9.0.7", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6558,67 +9038,56 @@ "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.9.0.7.nupkg.sha512", "microsoft.extensions.primitives.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Identity.Client/4.56.0": { - "sha512": "rr4zbidvHy9r4NvOAs5hdd964Ao2A0pAeFBJKR95u1CJAVzbd1p6tPTXUZ+5ld0cfThiVSGvz6UHwY6JjraTpA==", + "Microsoft.Identity.Client/4.61.3": { + "sha512": "naJo/Qm35Caaoxp5utcw+R8eU8ZtLz2ALh8S+gkekOYQ1oazfCQMWVT4NJ/FnHzdIJlm8dMz0oMpMGCabx5odA==", "type": "package", - "path": "microsoft.identity.client/4.56.0", + "path": "microsoft.identity.client/4.61.3", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/monoandroid10.0/Microsoft.Identity.Client.dll", - "lib/monoandroid10.0/Microsoft.Identity.Client.xml", - "lib/monoandroid90/Microsoft.Identity.Client.dll", - "lib/monoandroid90/Microsoft.Identity.Client.xml", - "lib/net45/Microsoft.Identity.Client.dll", - "lib/net45/Microsoft.Identity.Client.xml", - "lib/net461/Microsoft.Identity.Client.dll", - "lib/net461/Microsoft.Identity.Client.xml", + "README.md", + "lib/net462/Microsoft.Identity.Client.dll", + "lib/net462/Microsoft.Identity.Client.xml", "lib/net6.0-android31.0/Microsoft.Identity.Client.dll", "lib/net6.0-android31.0/Microsoft.Identity.Client.xml", "lib/net6.0-ios15.4/Microsoft.Identity.Client.dll", "lib/net6.0-ios15.4/Microsoft.Identity.Client.xml", - "lib/net6.0-windows7.0/Microsoft.Identity.Client.dll", - "lib/net6.0-windows7.0/Microsoft.Identity.Client.xml", "lib/net6.0/Microsoft.Identity.Client.dll", "lib/net6.0/Microsoft.Identity.Client.xml", - "lib/netcoreapp2.1/Microsoft.Identity.Client.dll", - "lib/netcoreapp2.1/Microsoft.Identity.Client.xml", "lib/netstandard2.0/Microsoft.Identity.Client.dll", "lib/netstandard2.0/Microsoft.Identity.Client.xml", - "lib/uap10.0.17763/Microsoft.Identity.Client.dll", - "lib/uap10.0.17763/Microsoft.Identity.Client.pri", - "lib/uap10.0.17763/Microsoft.Identity.Client.xml", - "lib/xamarinios10/Microsoft.Identity.Client.dll", - "lib/xamarinios10/Microsoft.Identity.Client.xml", - "microsoft.identity.client.4.56.0.nupkg.sha512", + "microsoft.identity.client.4.61.3.nupkg.sha512", "microsoft.identity.client.nuspec" ] }, - "Microsoft.Identity.Client.Extensions.Msal/4.56.0": { - "sha512": "H12YAzEGK55vZ+QpxUzozhW8ZZtgPDuWvgA0JbdIR9UhMUplj29JhIgE2imuH8W2Nw9D8JKygR1uxRFtpSNcrg==", + "Microsoft.Identity.Client.Extensions.Msal/4.61.3": { + "sha512": "PWnJcznrSGr25MN8ajlc2XIDW4zCFu0U6FkpaNLEWLgd1NgFCp5uDY3mqLDgM8zCN8hqj8yo5wHYfLB2HjcdGw==", "type": "package", - "path": "microsoft.identity.client.extensions.msal/4.56.0", + "path": "microsoft.identity.client.extensions.msal/4.61.3", "files": [ ".nupkg.metadata", ".signature.p7s", + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll", + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.xml", "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll", "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.xml", - "microsoft.identity.client.extensions.msal.4.56.0.nupkg.sha512", + "microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512", "microsoft.identity.client.extensions.msal.nuspec" ] }, - "Microsoft.IdentityModel.Abstractions/8.0.1": { - "sha512": "OtlIWcyX01olfdevPKZdIPfBEvbcioDyBiE/Z2lHsopsMD7twcKtlN9kMevHmI5IIPhFpfwCIiR6qHQz1WHUIw==", + "Microsoft.IdentityModel.Abstractions/8.6.0": { + "sha512": "ewgV0sc2B3tjes8+OCRGE08Uxsey3qFfOD8vNq2gTs9k0/zPZ0MejK7Cb/eAW2c2Oz+IQHqgZkTycrAKYBD5yw==", "type": "package", - "path": "microsoft.identitymodel.abstractions/8.0.1", + "path": "microsoft.identitymodel.abstractions/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", + "README.md", "lib/net462/Microsoft.IdentityModel.Abstractions.dll", "lib/net462/Microsoft.IdentityModel.Abstractions.xml", "lib/net472/Microsoft.IdentityModel.Abstractions.dll", @@ -6631,7 +9100,7 @@ "lib/net9.0/Microsoft.IdentityModel.Abstractions.xml", "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", - "microsoft.identitymodel.abstractions.8.0.1.nupkg.sha512", + "microsoft.identitymodel.abstractions.8.6.0.nupkg.sha512", "microsoft.identitymodel.abstractions.nuspec" ] }, @@ -6645,30 +9114,36 @@ "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML", "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML", "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML", "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML", "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll", "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", + "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "lib/portable-net45+win/Microsoft.IdentityModel.Clients.ActiveDirectory.dll", "lib/portable-net45+win/Microsoft.IdentityModel.Clients.ActiveDirectory.xml", "microsoft.identitymodel.clients.activedirectory.3.14.2.nupkg.sha512", "microsoft.identitymodel.clients.activedirectory.nuspec" ] }, - "Microsoft.IdentityModel.JsonWebTokens/8.0.1": { - "sha512": "s6++gF9x0rQApQzOBbSyp4jUaAlwm+DroKfL8gdOHxs83k8SJfUXhuc46rDB3rNXBQ1MVRxqKUrqFhO/M0E97g==", + "Microsoft.IdentityModel.JsonWebTokens/8.6.0": { + "sha512": "g/CFN/OzAhJb9a94ep6/xv4b9fOUL8heFkKDwC/HNb17tUDOIPN5iVawisfZ0p1xjJlmVyYWIggnECqIfX8Rfw==", "type": "package", - "path": "microsoft.identitymodel.jsonwebtokens/8.0.1", + "path": "microsoft.identitymodel.jsonwebtokens/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", + "README.md", "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll", "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml", "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", @@ -6681,17 +9156,18 @@ "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.xml", "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "microsoft.identitymodel.jsonwebtokens.8.0.1.nupkg.sha512", + "microsoft.identitymodel.jsonwebtokens.8.6.0.nupkg.sha512", "microsoft.identitymodel.jsonwebtokens.nuspec" ] }, - "Microsoft.IdentityModel.Logging/8.0.1": { - "sha512": "UCPF2exZqBXe7v/6sGNiM6zCQOUXXQ9+v5VTb9gPB8ZSUPnX53BxlN78v2jsbIvK9Dq4GovQxo23x8JgWvm/Qg==", + "Microsoft.IdentityModel.Logging/8.6.0": { + "sha512": "PqkPSoENwbGQenGQT270hZIt5p36Ta4YwDla4QId6LdqCeUDus63OChHBv+3AgujFVeBJlRrvmkN7H+Lug+u0g==", "type": "package", - "path": "microsoft.identitymodel.logging/8.0.1", + "path": "microsoft.identitymodel.logging/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", + "README.md", "lib/net462/Microsoft.IdentityModel.Logging.dll", "lib/net462/Microsoft.IdentityModel.Logging.xml", "lib/net472/Microsoft.IdentityModel.Logging.dll", @@ -6704,7 +9180,7 @@ "lib/net9.0/Microsoft.IdentityModel.Logging.xml", "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", - "microsoft.identitymodel.logging.8.0.1.nupkg.sha512", + "microsoft.identitymodel.logging.8.6.0.nupkg.sha512", "microsoft.identitymodel.logging.nuspec" ] }, @@ -6754,13 +9230,14 @@ "microsoft.identitymodel.protocols.openidconnect.nuspec" ] }, - "Microsoft.IdentityModel.Tokens/8.0.1": { - "sha512": "kDimB6Dkd3nkW2oZPDkMkVHfQt3IDqO5gL0oa8WVy3OP4uE8Ij+8TXnqg9TOd9ufjsY3IDiGz7pCUbnfL18tjg==", + "Microsoft.IdentityModel.Tokens/8.6.0": { + "sha512": "ga4ASKm8EezJ+Oj4uvTNE0xjIWy27Ix5pOZz737CnLzxv7ClFnelX+YWbFuiO1Qj2zVoIpsPqKJRGHGlpFF6eQ==", "type": "package", - "path": "microsoft.identitymodel.tokens/8.0.1", + "path": "microsoft.identitymodel.tokens/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", + "README.md", "lib/net462/Microsoft.IdentityModel.Tokens.dll", "lib/net462/Microsoft.IdentityModel.Tokens.xml", "lib/net472/Microsoft.IdentityModel.Tokens.dll", @@ -6773,7 +9250,7 @@ "lib/net9.0/Microsoft.IdentityModel.Tokens.xml", "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", - "microsoft.identitymodel.tokens.8.0.1.nupkg.sha512", + "microsoft.identitymodel.tokens.8.6.0.nupkg.sha512", "microsoft.identitymodel.tokens.nuspec" ] }, @@ -6785,6 +9262,7 @@ ".nupkg.metadata", ".signature.p7s", "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll", + "lib/netstandard2.0/Microsoft.Net.Http.Headers.xml", "microsoft.net.http.headers.2.1.1.nupkg.sha512", "microsoft.net.http.headers.nuspec" ] @@ -6868,8 +9346,10 @@ ".signature.p7s", "lib/net452/Microsoft.Rest.ClientRuntime.dll", "lib/net452/Microsoft.Rest.ClientRuntime.runtimeconfig.json", + "lib/net452/Microsoft.Rest.ClientRuntime.xml", "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll", "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.runtimeconfig.json", + "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.xml", "microsoft.rest.clientruntime.2.3.8.nupkg.sha512", "microsoft.rest.clientruntime.nuspec" ] @@ -6883,8 +9363,10 @@ ".signature.p7s", "lib/net452/Microsoft.Rest.ClientRuntime.Azure.dll", "lib/net452/Microsoft.Rest.ClientRuntime.Azure.runtimeconfig.json", + "lib/net452/Microsoft.Rest.ClientRuntime.Azure.xml", "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll", "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.runtimeconfig.json", + "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.xml", "microsoft.rest.clientruntime.azure.3.3.7.nupkg.sha512", "microsoft.rest.clientruntime.azure.nuspec" ] @@ -7075,6 +9557,83 @@ "microsoft.testplatform.testhost.nuspec" ] }, + "Microsoft.Web.LibraryManager.Build/3.0.71": { + "sha512": "uO0RegM2P5ZZhQDJQ+YSiugXJgNnh4gmjMd3VofeoE9MSu60zYoR3meA9SAm6PVJW2t//SzICXQf4+JtfUTJQA==", + "type": "package", + "path": "microsoft.web.librarymanager.build/3.0.71", + "hasTools": true, + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "License.txt", + "PackageIcon.png", + "Third-party-notice.txt", + "build/Microsoft.Web.LibraryManager.Build.props", + "build/Microsoft.Web.LibraryManager.Build.targets", + "microsoft.web.librarymanager.build.3.0.71.nupkg.sha512", + "microsoft.web.librarymanager.build.nuspec", + "tools/net481/Microsoft.Web.LibraryManager.Build.dll", + "tools/net481/Microsoft.Web.LibraryManager.Contracts.dll", + "tools/net481/Microsoft.Web.LibraryManager.dll", + "tools/net481/Newtonsoft.Json.dll", + "tools/net481/cs/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/cs/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/de/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/de/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/es/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/es/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/fr/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/fr/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/it/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/it/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/ja/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/ja/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/ko/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/ko/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/pl/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/pl/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/pt-BR/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/pt-BR/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/ru/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/ru/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/tr/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/tr/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/zh-Hans/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/zh-Hans/Microsoft.Web.LibraryManager.resources.dll", + "tools/net481/zh-Hant/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net481/zh-Hant/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/Microsoft.Web.LibraryManager.Build.dll", + "tools/net8.0/Microsoft.Web.LibraryManager.Contracts.dll", + "tools/net8.0/Microsoft.Web.LibraryManager.dll", + "tools/net8.0/Newtonsoft.Json.dll", + "tools/net8.0/cs/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/cs/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/de/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/de/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/es/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/es/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/fr/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/fr/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/it/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/it/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/ja/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/ja/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/ko/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/ko/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/pl/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/pl/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/pt-BR/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/pt-BR/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/ru/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/ru/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/tr/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/tr/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/zh-Hans/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/zh-Hans/Microsoft.Web.LibraryManager.resources.dll", + "tools/net8.0/zh-Hant/Microsoft.Web.LibraryManager.Contracts.resources.dll", + "tools/net8.0/zh-Hant/Microsoft.Web.LibraryManager.resources.dll" + ] + }, "Microsoft.Win32.Primitives/4.3.0": { "sha512": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", "type": "package", @@ -7097,6 +9656,16 @@ "ref/MonoTouch10/_._", "ref/net46/Microsoft.Win32.Primitives.dll", "ref/netstandard1.3/Microsoft.Win32.Primitives.dll", + "ref/netstandard1.3/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/de/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/es/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/fr/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/it/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ja/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ko/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ru/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/zh-hans/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/zh-hant/Microsoft.Win32.Primitives.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -7239,6 +9808,19 @@ "runtimes/win/native/mongocrypt.dll" ] }, + "Mono.TextTemplating/2.2.1": { + "sha512": "KZYeKBET/2Z0gY1WlTAK7+RHTl7GSbtvTLDXEZZojUdAPqpQNDL6tHv7VUpqfX5VEOh+uRGKaZXkuD253nEOBQ==", + "type": "package", + "path": "mono.texttemplating/2.2.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net472/Mono.TextTemplating.dll", + "lib/netstandard2.0/Mono.TextTemplating.dll", + "mono.texttemplating.2.2.1.nupkg.sha512", + "mono.texttemplating.nuspec" + ] + }, "NETStandard.Library/1.6.1": { "sha512": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", "type": "package", @@ -7252,10 +9834,10 @@ "netstandard.library.nuspec" ] }, - "Newtonsoft.Json/13.0.3": { - "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", + "Newtonsoft.Json/13.0.4": { + "sha512": "pdgNNMai3zv51W5aq268sujXUyx7SNdE2bj1wZcWjAQrKMFZV260lbqYop1d2GM67JI1huLRwxo9ZqnfF/lC6A==", "type": "package", - "path": "newtonsoft.json/13.0.3", + "path": "newtonsoft.json/13.0.4", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7277,18 +9859,63 @@ "lib/netstandard1.3/Newtonsoft.Json.xml", "lib/netstandard2.0/Newtonsoft.Json.dll", "lib/netstandard2.0/Newtonsoft.Json.xml", - "newtonsoft.json.13.0.3.nupkg.sha512", + "newtonsoft.json.13.0.4.nupkg.sha512", "newtonsoft.json.nuspec", "packageIcon.png" ] }, - "Polly/8.5.0": { - "sha512": "GBNZPy7i7OpkaIruWPRJ0+AWzdGDQDnKY91b7Ic2aAch4lKhPjUc5KSffpH9krIWe0MoyghqaRxwRC0Uwz2PkA==", + "Newtonsoft.Json.Bson/1.0.2": { + "sha512": "QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", + "type": "package", + "path": "newtonsoft.json.bson/1.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.md", + "lib/net45/Newtonsoft.Json.Bson.dll", + "lib/net45/Newtonsoft.Json.Bson.pdb", + "lib/net45/Newtonsoft.Json.Bson.xml", + "lib/netstandard1.3/Newtonsoft.Json.Bson.dll", + "lib/netstandard1.3/Newtonsoft.Json.Bson.pdb", + "lib/netstandard1.3/Newtonsoft.Json.Bson.xml", + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll", + "lib/netstandard2.0/Newtonsoft.Json.Bson.pdb", + "lib/netstandard2.0/Newtonsoft.Json.Bson.xml", + "newtonsoft.json.bson.1.0.2.nupkg.sha512", + "newtonsoft.json.bson.nuspec" + ] + }, + "Pipelines.Sockets.Unofficial/2.2.8": { + "sha512": "zG2FApP5zxSx6OcdJQLbZDk2AVlN2BNQD6MorwIfV6gVj0RRxWPEp2LXAxqDGZqeNV1Zp0BNPcNaey/GXmTdvQ==", + "type": "package", + "path": "pipelines.sockets.unofficial/2.2.8", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net461/Pipelines.Sockets.Unofficial.dll", + "lib/net461/Pipelines.Sockets.Unofficial.xml", + "lib/net472/Pipelines.Sockets.Unofficial.dll", + "lib/net472/Pipelines.Sockets.Unofficial.xml", + "lib/net5.0/Pipelines.Sockets.Unofficial.dll", + "lib/net5.0/Pipelines.Sockets.Unofficial.xml", + "lib/netcoreapp3.1/Pipelines.Sockets.Unofficial.dll", + "lib/netcoreapp3.1/Pipelines.Sockets.Unofficial.xml", + "lib/netstandard2.0/Pipelines.Sockets.Unofficial.dll", + "lib/netstandard2.0/Pipelines.Sockets.Unofficial.xml", + "lib/netstandard2.1/Pipelines.Sockets.Unofficial.dll", + "lib/netstandard2.1/Pipelines.Sockets.Unofficial.xml", + "pipelines.sockets.unofficial.2.2.8.nupkg.sha512", + "pipelines.sockets.unofficial.nuspec" + ] + }, + "Polly/8.6.5": { + "sha512": "VqtW2ZE/ALvQMAH1cQY3qZ2cF2OXa3oe/HKMdOv6Q02HCoEW0rsFNfcBONXlHBe1TnjWW1vdRxBEkPeq0/2FHA==", "type": "package", - "path": "polly/8.5.0", + "path": "polly/8.6.5", "files": [ ".nupkg.metadata", ".signature.p7s", + "LICENSE", "lib/net462/Polly.dll", "lib/net462/Polly.pdb", "lib/net462/Polly.xml", @@ -7303,17 +9930,18 @@ "lib/netstandard2.0/Polly.xml", "package-icon.png", "package-readme.md", - "polly.8.5.0.nupkg.sha512", + "polly.8.6.5.nupkg.sha512", "polly.nuspec" ] }, - "Polly.Core/8.5.0": { - "sha512": "VYYMZNitZ85UEhwOKkTQI63WEMvzUqwQc74I2mm8h/DBVAMcBBxqYPni4DmuRtbCwngmuONuK2yBJfWNRKzI+A==", + "Polly.Core/8.6.5": { + "sha512": "t+sUVrIwvo7UmsgHGgOG9F0GDZSRIm47u2ylH17Gvcv1q5hNEwgD5GoBlFyc0kh/pebmPyrAgvGsR/65ZBaXlg==", "type": "package", - "path": "polly.core/8.5.0", + "path": "polly.core/8.6.5", "files": [ ".nupkg.metadata", ".signature.p7s", + "LICENSE", "lib/net462/Polly.Core.dll", "lib/net462/Polly.Core.pdb", "lib/net462/Polly.Core.xml", @@ -7331,31 +9959,10 @@ "lib/netstandard2.0/Polly.Core.xml", "package-icon.png", "package-readme.md", - "polly.core.8.5.0.nupkg.sha512", + "polly.core.8.6.5.nupkg.sha512", "polly.core.nuspec" ] }, - "prometheus-net/8.0.1": { - "sha512": "A9sOtQB2gEhujBxPKw+KcGScBiPvBmy4lYVM5OlETMj4xjVD5r/ixIg52HHg2P0lcImJTpfeWnD0/9tpQsRQTA==", - "type": "package", - "path": "prometheus-net/8.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "lib/net462/Prometheus.NetStandard.dll", - "lib/net462/Prometheus.NetStandard.xml", - "lib/net6.0/Prometheus.NetStandard.dll", - "lib/net6.0/Prometheus.NetStandard.xml", - "lib/net7.0/Prometheus.NetStandard.dll", - "lib/net7.0/Prometheus.NetStandard.xml", - "lib/netstandard2.0/Prometheus.NetStandard.dll", - "lib/netstandard2.0/Prometheus.NetStandard.xml", - "prometheus-net-logo.png", - "prometheus-net.8.0.1.nupkg.sha512", - "prometheus-net.nuspec" - ] - }, "RabbitMQ.Client/6.8.1": { "sha512": "jNsmGgmCNw2S/NzskeN2ijtGywtH4Sk/G6jWUTD5sY9SrC27Xz6BsLIiB8hdsfjeyWCa4j4GvCIGkpE8wrjU1Q==", "type": "package", @@ -7597,10 +10204,10 @@ "runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so" ] }, - "Serilog/4.0.0": { - "sha512": "2jDkUrSh5EofOp7Lx5Zgy0EB+7hXjjxE2ktTb1WVQmU00lDACR2TdROGKU0K1pDTBSJBN1PqgYpgOZF8mL7NJw==", + "Serilog/4.2.0": { + "sha512": "gmoWVOvKgbME8TYR+gwMf7osROiWAURterc6Rt2dQyX7wtjZYpqFiA/pY6ztjGQKKV62GGCyOcmtP1UKMHgSmA==", "type": "package", - "path": "serilog/4.0.0", + "path": "serilog/4.2.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7614,16 +10221,18 @@ "lib/net6.0/Serilog.xml", "lib/net8.0/Serilog.dll", "lib/net8.0/Serilog.xml", + "lib/net9.0/Serilog.dll", + "lib/net9.0/Serilog.xml", "lib/netstandard2.0/Serilog.dll", "lib/netstandard2.0/Serilog.xml", - "serilog.4.0.0.nupkg.sha512", + "serilog.4.2.0.nupkg.sha512", "serilog.nuspec" ] }, - "Serilog.AspNetCore/8.0.3": { - "sha512": "Y5at41mc0OV982DEJslBKHd6uzcWO6POwR3QceJ6gtpMPxCzm4+FElGPF0RdaTD7MGsP6XXE05LMbSi0NO+sXg==", + "Serilog.AspNetCore/9.0.0": { + "sha512": "JslDajPlBsn3Pww1554flJFTqROvK9zz9jONNQgn0D8Lx2Trw8L0A8/n6zEQK1DAZWXrJwiVLw8cnTR3YFuYsg==", "type": "package", - "path": "serilog.aspnetcore/8.0.3", + "path": "serilog.aspnetcore/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7631,22 +10240,22 @@ "icon.png", "lib/net462/Serilog.AspNetCore.dll", "lib/net462/Serilog.AspNetCore.xml", - "lib/net6.0/Serilog.AspNetCore.dll", - "lib/net6.0/Serilog.AspNetCore.xml", - "lib/net7.0/Serilog.AspNetCore.dll", - "lib/net7.0/Serilog.AspNetCore.xml", "lib/net8.0/Serilog.AspNetCore.dll", "lib/net8.0/Serilog.AspNetCore.xml", + "lib/net9.0/Serilog.AspNetCore.dll", + "lib/net9.0/Serilog.AspNetCore.xml", "lib/netstandard2.0/Serilog.AspNetCore.dll", "lib/netstandard2.0/Serilog.AspNetCore.xml", - "serilog.aspnetcore.8.0.3.nupkg.sha512", + "lib/netstandard2.1/Serilog.AspNetCore.dll", + "lib/netstandard2.1/Serilog.AspNetCore.xml", + "serilog.aspnetcore.9.0.0.nupkg.sha512", "serilog.aspnetcore.nuspec" ] }, - "Serilog.Extensions.Hosting/8.0.0": { - "sha512": "db0OcbWeSCvYQkHWu6n0v40N4kKaTAXNjlM3BKvcbwvNzYphQFcBR+36eQ/7hMMwOkJvAyLC2a9/jNdUL5NjtQ==", + "Serilog.Extensions.Hosting/9.0.0": { + "sha512": "u2TRxuxbjvTAldQn7uaAwePkWxTHIqlgjelekBtilAGL5sYyF3+65NWctN4UrwwGLsDC7c3Vz3HnOlu+PcoxXg==", "type": "package", - "path": "serilog.extensions.hosting/8.0.0", + "path": "serilog.extensions.hosting/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7654,47 +10263,45 @@ "icon.png", "lib/net462/Serilog.Extensions.Hosting.dll", "lib/net462/Serilog.Extensions.Hosting.xml", - "lib/net6.0/Serilog.Extensions.Hosting.dll", - "lib/net6.0/Serilog.Extensions.Hosting.xml", - "lib/net7.0/Serilog.Extensions.Hosting.dll", - "lib/net7.0/Serilog.Extensions.Hosting.xml", "lib/net8.0/Serilog.Extensions.Hosting.dll", "lib/net8.0/Serilog.Extensions.Hosting.xml", + "lib/net9.0/Serilog.Extensions.Hosting.dll", + "lib/net9.0/Serilog.Extensions.Hosting.xml", "lib/netstandard2.0/Serilog.Extensions.Hosting.dll", "lib/netstandard2.0/Serilog.Extensions.Hosting.xml", - "serilog.extensions.hosting.8.0.0.nupkg.sha512", + "lib/netstandard2.1/Serilog.Extensions.Hosting.dll", + "lib/netstandard2.1/Serilog.Extensions.Hosting.xml", + "serilog.extensions.hosting.9.0.0.nupkg.sha512", "serilog.extensions.hosting.nuspec" ] }, - "Serilog.Extensions.Logging/8.0.0": { - "sha512": "YEAMWu1UnWgf1c1KP85l1SgXGfiVo0Rz6x08pCiPOIBt2Qe18tcZLvdBUuV5o1QHvrs8FAry9wTIhgBRtjIlEg==", + "Serilog.Extensions.Logging/9.0.0": { + "sha512": "NwSSYqPJeKNzl5AuXVHpGbr6PkZJFlNa14CdIebVjK3k/76kYj/mz5kiTRNVSsSaxM8kAIa1kpy/qyT9E4npRQ==", "type": "package", - "path": "serilog.extensions.logging/8.0.0", + "path": "serilog.extensions.logging/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "README.md", "lib/net462/Serilog.Extensions.Logging.dll", "lib/net462/Serilog.Extensions.Logging.xml", - "lib/net6.0/Serilog.Extensions.Logging.dll", - "lib/net6.0/Serilog.Extensions.Logging.xml", - "lib/net7.0/Serilog.Extensions.Logging.dll", - "lib/net7.0/Serilog.Extensions.Logging.xml", "lib/net8.0/Serilog.Extensions.Logging.dll", "lib/net8.0/Serilog.Extensions.Logging.xml", + "lib/net9.0/Serilog.Extensions.Logging.dll", + "lib/net9.0/Serilog.Extensions.Logging.xml", "lib/netstandard2.0/Serilog.Extensions.Logging.dll", "lib/netstandard2.0/Serilog.Extensions.Logging.xml", "lib/netstandard2.1/Serilog.Extensions.Logging.dll", "lib/netstandard2.1/Serilog.Extensions.Logging.xml", "serilog-extension-nuget.png", - "serilog.extensions.logging.8.0.0.nupkg.sha512", + "serilog.extensions.logging.9.0.0.nupkg.sha512", "serilog.extensions.logging.nuspec" ] }, - "Serilog.Formatting.Compact/2.0.0": { - "sha512": "ob6z3ikzFM3D1xalhFuBIK1IOWf+XrQq+H4KeH4VqBcPpNcmUgZlRQ2h3Q7wvthpdZBBoY86qZOI2LCXNaLlNA==", + "Serilog.Formatting.Compact/3.0.0": { + "sha512": "wQsv14w9cqlfB5FX2MZpNsTawckN4a8dryuNGbebB/3Nh1pXnROHZov3swtu3Nj5oNG7Ba+xdu7Et/ulAUPanQ==", "type": "package", - "path": "serilog.formatting.compact/2.0.0", + "path": "serilog.formatting.compact/3.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7705,21 +10312,19 @@ "lib/net471/Serilog.Formatting.Compact.xml", "lib/net6.0/Serilog.Formatting.Compact.dll", "lib/net6.0/Serilog.Formatting.Compact.xml", - "lib/net7.0/Serilog.Formatting.Compact.dll", - "lib/net7.0/Serilog.Formatting.Compact.xml", + "lib/net8.0/Serilog.Formatting.Compact.dll", + "lib/net8.0/Serilog.Formatting.Compact.xml", "lib/netstandard2.0/Serilog.Formatting.Compact.dll", "lib/netstandard2.0/Serilog.Formatting.Compact.xml", - "lib/netstandard2.1/Serilog.Formatting.Compact.dll", - "lib/netstandard2.1/Serilog.Formatting.Compact.xml", "serilog-extension-nuget.png", - "serilog.formatting.compact.2.0.0.nupkg.sha512", + "serilog.formatting.compact.3.0.0.nupkg.sha512", "serilog.formatting.compact.nuspec" ] }, - "Serilog.Settings.Configuration/8.0.4": { - "sha512": "pkxvq0umBKK8IKFJc1aV5S/HGRG/NIxJ6FV42KaTPLfDmBOAbBUB1m5gqqlGxzEa1MgDDWtQlWJdHTSxVWNx+Q==", + "Serilog.Settings.Configuration/9.0.0": { + "sha512": "4/Et4Cqwa+F88l5SeFeNZ4c4Z6dEAIKbu3MaQb2Zz9F/g27T5a3wvfMcmCOaAiACjfUb4A6wrlTVfyYUZk3RRQ==", "type": "package", - "path": "serilog.settings.configuration/8.0.4", + "path": "serilog.settings.configuration/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7727,22 +10332,20 @@ "icon.png", "lib/net462/Serilog.Settings.Configuration.dll", "lib/net462/Serilog.Settings.Configuration.xml", - "lib/net6.0/Serilog.Settings.Configuration.dll", - "lib/net6.0/Serilog.Settings.Configuration.xml", - "lib/net7.0/Serilog.Settings.Configuration.dll", - "lib/net7.0/Serilog.Settings.Configuration.xml", "lib/net8.0/Serilog.Settings.Configuration.dll", "lib/net8.0/Serilog.Settings.Configuration.xml", + "lib/net9.0/Serilog.Settings.Configuration.dll", + "lib/net9.0/Serilog.Settings.Configuration.xml", "lib/netstandard2.0/Serilog.Settings.Configuration.dll", "lib/netstandard2.0/Serilog.Settings.Configuration.xml", - "serilog.settings.configuration.8.0.4.nupkg.sha512", + "serilog.settings.configuration.9.0.0.nupkg.sha512", "serilog.settings.configuration.nuspec" ] }, - "Serilog.Sinks.Console/6.0.0": { - "sha512": "fQGWqVMClCP2yEyTXPIinSr5c+CBGUvBybPxjAGcf7ctDhadFhrQw03Mv8rJ07/wR5PDfFjewf2LimvXCDzpbA==", + "Serilog.Sinks.Console/6.1.1": { + "sha512": "8jbqgjUyZlfCuSTaJk6lOca465OndqOz3KZP6Cryt/IqZYybyBu7GP0fE/AXBzrrQB3EBmQntBFAvMVz1COvAA==", "type": "package", - "path": "serilog.sinks.console/6.0.0", + "path": "serilog.sinks.console/6.1.1", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7758,53 +10361,62 @@ "lib/net8.0/Serilog.Sinks.Console.xml", "lib/netstandard2.0/Serilog.Sinks.Console.dll", "lib/netstandard2.0/Serilog.Sinks.Console.xml", - "serilog.sinks.console.6.0.0.nupkg.sha512", + "serilog.sinks.console.6.1.1.nupkg.sha512", "serilog.sinks.console.nuspec" ] }, - "Serilog.Sinks.Debug/2.0.0": { - "sha512": "Y6g3OBJ4JzTyyw16fDqtFcQ41qQAydnEvEqmXjhwhgjsnG/FaJ8GUqF5ldsC/bVkK8KYmqrPhDO+tm4dF6xx4A==", + "Serilog.Sinks.Debug/3.0.0": { + "sha512": "4BzXcdrgRX7wde9PmHuYd9U6YqycCC28hhpKonK7hx0wb19eiuRj16fPcPSVp0o/Y1ipJuNLYQ00R3q2Zs8FDA==", "type": "package", - "path": "serilog.sinks.debug/2.0.0", + "path": "serilog.sinks.debug/3.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", + "README.md", "icon.png", - "lib/net45/Serilog.Sinks.Debug.dll", - "lib/net46/Serilog.Sinks.Debug.dll", - "lib/netstandard1.0/Serilog.Sinks.Debug.dll", + "lib/net462/Serilog.Sinks.Debug.dll", + "lib/net462/Serilog.Sinks.Debug.xml", + "lib/net471/Serilog.Sinks.Debug.dll", + "lib/net471/Serilog.Sinks.Debug.xml", + "lib/net6.0/Serilog.Sinks.Debug.dll", + "lib/net6.0/Serilog.Sinks.Debug.xml", + "lib/net8.0/Serilog.Sinks.Debug.dll", + "lib/net8.0/Serilog.Sinks.Debug.xml", "lib/netstandard2.0/Serilog.Sinks.Debug.dll", - "lib/netstandard2.1/Serilog.Sinks.Debug.dll", - "serilog.sinks.debug.2.0.0.nupkg.sha512", + "lib/netstandard2.0/Serilog.Sinks.Debug.xml", + "serilog.sinks.debug.3.0.0.nupkg.sha512", "serilog.sinks.debug.nuspec" ] }, - "Serilog.Sinks.File/5.0.0": { - "sha512": "uwV5hdhWPwUH1szhO8PJpFiahqXmzPzJT/sOijH/kFgUx+cyoDTMM8MHD0adw9+Iem6itoibbUXHYslzXsLEAg==", + "Serilog.Sinks.File/7.0.0": { + "sha512": "fKL7mXv7qaiNBUC71ssvn/dU0k9t0o45+qm2XgKAlSt19xF+ijjxyA3R6HmCgfKEKwfcfkwWjayuQtRueZFkYw==", "type": "package", - "path": "serilog.sinks.file/5.0.0", + "path": "serilog.sinks.file/7.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "images/icon.png", - "lib/net45/Serilog.Sinks.File.dll", - "lib/net45/Serilog.Sinks.File.pdb", - "lib/net5.0/Serilog.Sinks.File.dll", - "lib/net5.0/Serilog.Sinks.File.pdb", - "lib/netstandard1.3/Serilog.Sinks.File.dll", - "lib/netstandard1.3/Serilog.Sinks.File.pdb", + "README.md", + "lib/net462/Serilog.Sinks.File.dll", + "lib/net462/Serilog.Sinks.File.xml", + "lib/net471/Serilog.Sinks.File.dll", + "lib/net471/Serilog.Sinks.File.xml", + "lib/net6.0/Serilog.Sinks.File.dll", + "lib/net6.0/Serilog.Sinks.File.xml", + "lib/net8.0/Serilog.Sinks.File.dll", + "lib/net8.0/Serilog.Sinks.File.xml", + "lib/net9.0/Serilog.Sinks.File.dll", + "lib/net9.0/Serilog.Sinks.File.xml", "lib/netstandard2.0/Serilog.Sinks.File.dll", - "lib/netstandard2.0/Serilog.Sinks.File.pdb", - "lib/netstandard2.1/Serilog.Sinks.File.dll", - "lib/netstandard2.1/Serilog.Sinks.File.pdb", - "serilog.sinks.file.5.0.0.nupkg.sha512", + "lib/netstandard2.0/Serilog.Sinks.File.xml", + "serilog-sink-nuget.png", + "serilog.sinks.file.7.0.0.nupkg.sha512", "serilog.sinks.file.nuspec" ] }, - "Serilog.Sinks.Http/9.0.0": { - "sha512": "c246Bw1vXtvht/krwQXGwuZ4U2kKxRf8d9iaazZDodnOohTlRR4jZyQS/slWHSjJAj8ZDejCQcITnu+TkYmdFw==", + "Serilog.Sinks.Http/9.2.0": { + "sha512": "tngXuEvfI1CrtB02XVXhHAGTX1HvSMKjWcOmlyBT9LVNIMYvNhOSkfigfwxd9OCbv3cXw1aWFrSPGGw8Y6sjtg==", "type": "package", - "path": "serilog.sinks.http/9.0.0", + "path": "serilog.sinks.http/9.2.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7816,14 +10428,14 @@ "lib/netstandard2.1/Serilog.Sinks.Http.dll", "lib/netstandard2.1/Serilog.Sinks.Http.xml", "serilog-sink-nuget.png", - "serilog.sinks.http.9.0.0.nupkg.sha512", + "serilog.sinks.http.9.2.0.nupkg.sha512", "serilog.sinks.http.nuspec" ] }, - "Serilog.Sinks.Seq/8.0.0": { - "sha512": "z5ig56/qzjkX6Fj4U/9m1g8HQaQiYPMZS4Uevtjg1I+WWzoGSf5t/E+6JbMP/jbZYhU63bA5NJN5y0x+qqx2Bw==", + "Serilog.Sinks.Seq/9.0.0": { + "sha512": "aNU8A0K322q7+voPNmp1/qNPH+9QK8xvM1p72sMmCG0wGlshFzmtDW9QnVSoSYCj0MgQKcMOlgooovtBhRlNHw==", "type": "package", - "path": "serilog.sinks.seq/8.0.0", + "path": "serilog.sinks.seq/9.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7833,7 +10445,7 @@ "lib/net6.0/Serilog.Sinks.Seq.xml", "lib/netstandard2.0/Serilog.Sinks.Seq.dll", "lib/netstandard2.0/Serilog.Sinks.Seq.xml", - "serilog.sinks.seq.8.0.0.nupkg.sha512", + "serilog.sinks.seq.9.0.0.nupkg.sha512", "serilog.sinks.seq.nuspec" ] }, @@ -7873,6 +10485,27 @@ "snappier.nuspec" ] }, + "StackExchange.Redis/2.7.27": { + "sha512": "Uqc2OQHglqj9/FfGQ6RkKFkZfHySfZlfmbCl+hc+u2I/IqunfelQ7QJi7ZhvAJxUtu80pildVX6NPLdDaUffOw==", + "type": "package", + "path": "stackexchange.redis/2.7.27", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net461/StackExchange.Redis.dll", + "lib/net461/StackExchange.Redis.xml", + "lib/net472/StackExchange.Redis.dll", + "lib/net472/StackExchange.Redis.xml", + "lib/net6.0/StackExchange.Redis.dll", + "lib/net6.0/StackExchange.Redis.xml", + "lib/netcoreapp3.1/StackExchange.Redis.dll", + "lib/netcoreapp3.1/StackExchange.Redis.xml", + "lib/netstandard2.0/StackExchange.Redis.dll", + "lib/netstandard2.0/StackExchange.Redis.xml", + "stackexchange.redis.2.7.27.nupkg.sha512", + "stackexchange.redis.nuspec" + ] + }, "Swashbuckle.AspNetCore/7.2.0": { "sha512": "vJv19UpWm6OOgnS9QLDnWARNVasXUfj8SFvlG7UVALm4nBnfwRnEky7C0veSDqMUmBeMPC6Ec3d6G1ts/J04Uw==", "type": "package", @@ -7887,6 +10520,26 @@ "swashbuckle.aspnetcore.nuspec" ] }, + "Swashbuckle.AspNetCore.Newtonsoft/7.2.0": { + "sha512": "otztl1SBfwu10iJx6lc3XG/dSqFXRtx8RQ0XrwrO/NYv0j6WhB+vaTJdfs4EPDh+0r7yORUPb7FQ6WgoApeDNg==", + "type": "package", + "path": "swashbuckle.aspnetcore.newtonsoft/7.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net6.0/Swashbuckle.AspNetCore.Newtonsoft.dll", + "lib/net6.0/Swashbuckle.AspNetCore.Newtonsoft.pdb", + "lib/net8.0/Swashbuckle.AspNetCore.Newtonsoft.dll", + "lib/net8.0/Swashbuckle.AspNetCore.Newtonsoft.pdb", + "lib/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll", + "lib/net9.0/Swashbuckle.AspNetCore.Newtonsoft.pdb", + "lib/netstandard2.0/Swashbuckle.AspNetCore.Newtonsoft.dll", + "lib/netstandard2.0/Swashbuckle.AspNetCore.Newtonsoft.pdb", + "package-readme.md", + "swashbuckle.aspnetcore.newtonsoft.7.2.0.nupkg.sha512", + "swashbuckle.aspnetcore.newtonsoft.nuspec" + ] + }, "Swashbuckle.AspNetCore.Swagger/7.2.0": { "sha512": "y27fNDfIh1vGhJjXYynLcZjl7DLOW1bSO2MDsY9wB4Zm1fdxpPsuBSiR4U+0acWlAqLmnuOPKr/OeOgwRUkBlw==", "type": "package", @@ -7984,7 +10637,27 @@ "ref/net463/System.AppContext.dll", "ref/netstandard/_._", "ref/netstandard1.3/System.AppContext.dll", + "ref/netstandard1.3/System.AppContext.xml", + "ref/netstandard1.3/de/System.AppContext.xml", + "ref/netstandard1.3/es/System.AppContext.xml", + "ref/netstandard1.3/fr/System.AppContext.xml", + "ref/netstandard1.3/it/System.AppContext.xml", + "ref/netstandard1.3/ja/System.AppContext.xml", + "ref/netstandard1.3/ko/System.AppContext.xml", + "ref/netstandard1.3/ru/System.AppContext.xml", + "ref/netstandard1.3/zh-hans/System.AppContext.xml", + "ref/netstandard1.3/zh-hant/System.AppContext.xml", "ref/netstandard1.6/System.AppContext.dll", + "ref/netstandard1.6/System.AppContext.xml", + "ref/netstandard1.6/de/System.AppContext.xml", + "ref/netstandard1.6/es/System.AppContext.xml", + "ref/netstandard1.6/fr/System.AppContext.xml", + "ref/netstandard1.6/it/System.AppContext.xml", + "ref/netstandard1.6/ja/System.AppContext.xml", + "ref/netstandard1.6/ko/System.AppContext.xml", + "ref/netstandard1.6/ru/System.AppContext.xml", + "ref/netstandard1.6/zh-hans/System.AppContext.xml", + "ref/netstandard1.6/zh-hant/System.AppContext.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -8004,14 +10677,20 @@ "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/net461/System.Buffers.dll", + "lib/net461/System.Buffers.xml", "lib/netcoreapp2.0/_._", "lib/netstandard1.1/System.Buffers.dll", + "lib/netstandard1.1/System.Buffers.xml", "lib/netstandard2.0/System.Buffers.dll", + "lib/netstandard2.0/System.Buffers.xml", "lib/uap10.0.16299/_._", "ref/net45/System.Buffers.dll", + "ref/net45/System.Buffers.xml", "ref/netcoreapp2.0/_._", "ref/netstandard1.1/System.Buffers.dll", + "ref/netstandard1.1/System.Buffers.xml", "ref/netstandard2.0/System.Buffers.dll", + "ref/netstandard2.0/System.Buffers.xml", "ref/uap10.0.16299/_._", "system.buffers.4.5.1.nupkg.sha512", "system.buffers.nuspec", @@ -8019,6 +10698,45 @@ "version.txt" ] }, + "System.ClientModel/1.0.0": { + "sha512": "I3CVkvxeqFYjIVEP59DnjbeoGNfo/+SZrCLpRz2v/g0gpCHaEMPtWSY0s9k/7jR1rAsLNg2z2u1JRB76tPjnIw==", + "type": "package", + "path": "system.clientmodel/1.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "DotNetPackageIcon.png", + "README.md", + "lib/net6.0/System.ClientModel.dll", + "lib/net6.0/System.ClientModel.xml", + "lib/netstandard2.0/System.ClientModel.dll", + "lib/netstandard2.0/System.ClientModel.xml", + "system.clientmodel.1.0.0.nupkg.sha512", + "system.clientmodel.nuspec" + ] + }, + "System.CodeDom/4.4.0": { + "sha512": "2sCCb7doXEwtYAbqzbF/8UAeDRMNmPaQbU2q50Psg1J9KzumyVVCgKQY8s53WIPTufNT0DpSe9QRvVjOzfDWBA==", + "type": "package", + "path": "system.codedom/4.4.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.CodeDom.dll", + "lib/netstandard2.0/System.CodeDom.dll", + "ref/net461/System.CodeDom.dll", + "ref/net461/System.CodeDom.xml", + "ref/netstandard2.0/System.CodeDom.dll", + "ref/netstandard2.0/System.CodeDom.xml", + "system.codedom.4.4.0.nupkg.sha512", + "system.codedom.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, "System.Collections/4.3.0": { "sha512": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", "type": "package", @@ -8043,8 +10761,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", + "ref/netcore50/de/System.Collections.xml", + "ref/netcore50/es/System.Collections.xml", + "ref/netcore50/fr/System.Collections.xml", + "ref/netcore50/it/System.Collections.xml", + "ref/netcore50/ja/System.Collections.xml", + "ref/netcore50/ko/System.Collections.xml", + "ref/netcore50/ru/System.Collections.xml", + "ref/netcore50/zh-hans/System.Collections.xml", + "ref/netcore50/zh-hant/System.Collections.xml", "ref/netstandard1.0/System.Collections.dll", + "ref/netstandard1.0/System.Collections.xml", + "ref/netstandard1.0/de/System.Collections.xml", + "ref/netstandard1.0/es/System.Collections.xml", + "ref/netstandard1.0/fr/System.Collections.xml", + "ref/netstandard1.0/it/System.Collections.xml", + "ref/netstandard1.0/ja/System.Collections.xml", + "ref/netstandard1.0/ko/System.Collections.xml", + "ref/netstandard1.0/ru/System.Collections.xml", + "ref/netstandard1.0/zh-hans/System.Collections.xml", + "ref/netstandard1.0/zh-hant/System.Collections.xml", "ref/netstandard1.3/System.Collections.dll", + "ref/netstandard1.3/System.Collections.xml", + "ref/netstandard1.3/de/System.Collections.xml", + "ref/netstandard1.3/es/System.Collections.xml", + "ref/netstandard1.3/fr/System.Collections.xml", + "ref/netstandard1.3/it/System.Collections.xml", + "ref/netstandard1.3/ja/System.Collections.xml", + "ref/netstandard1.3/ko/System.Collections.xml", + "ref/netstandard1.3/ru/System.Collections.xml", + "ref/netstandard1.3/zh-hans/System.Collections.xml", + "ref/netstandard1.3/zh-hant/System.Collections.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8082,8 +10830,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Collections.Concurrent.dll", + "ref/netcore50/System.Collections.Concurrent.xml", + "ref/netcore50/de/System.Collections.Concurrent.xml", + "ref/netcore50/es/System.Collections.Concurrent.xml", + "ref/netcore50/fr/System.Collections.Concurrent.xml", + "ref/netcore50/it/System.Collections.Concurrent.xml", + "ref/netcore50/ja/System.Collections.Concurrent.xml", + "ref/netcore50/ko/System.Collections.Concurrent.xml", + "ref/netcore50/ru/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hans/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hant/System.Collections.Concurrent.xml", "ref/netstandard1.1/System.Collections.Concurrent.dll", + "ref/netstandard1.1/System.Collections.Concurrent.xml", + "ref/netstandard1.1/de/System.Collections.Concurrent.xml", + "ref/netstandard1.1/es/System.Collections.Concurrent.xml", + "ref/netstandard1.1/fr/System.Collections.Concurrent.xml", + "ref/netstandard1.1/it/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ja/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ko/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ru/System.Collections.Concurrent.xml", + "ref/netstandard1.1/zh-hans/System.Collections.Concurrent.xml", + "ref/netstandard1.1/zh-hant/System.Collections.Concurrent.xml", "ref/netstandard1.3/System.Collections.Concurrent.dll", + "ref/netstandard1.3/System.Collections.Concurrent.xml", + "ref/netstandard1.3/de/System.Collections.Concurrent.xml", + "ref/netstandard1.3/es/System.Collections.Concurrent.xml", + "ref/netstandard1.3/fr/System.Collections.Concurrent.xml", + "ref/netstandard1.3/it/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ja/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ko/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ru/System.Collections.Concurrent.xml", + "ref/netstandard1.3/zh-hans/System.Collections.Concurrent.xml", + "ref/netstandard1.3/zh-hant/System.Collections.Concurrent.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -8095,6 +10873,161 @@ "system.collections.concurrent.nuspec" ] }, + "System.Collections.Immutable/6.0.0": { + "sha512": "l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==", + "type": "package", + "path": "system.collections.immutable/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Collections.Immutable.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Collections.Immutable.dll", + "lib/net461/System.Collections.Immutable.xml", + "lib/net6.0/System.Collections.Immutable.dll", + "lib/net6.0/System.Collections.Immutable.xml", + "lib/netstandard2.0/System.Collections.Immutable.dll", + "lib/netstandard2.0/System.Collections.Immutable.xml", + "system.collections.immutable.6.0.0.nupkg.sha512", + "system.collections.immutable.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Composition/6.0.0": { + "sha512": "d7wMuKQtfsxUa7S13tITC8n1cQzewuhD5iDjZtK2prwFfKVzdYtgrTHgjaV03Zq7feGQ5gkP85tJJntXwInsJA==", + "type": "package", + "path": "system.composition/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Composition.targets", + "buildTransitive/netcoreapp3.1/_._", + "system.composition.6.0.0.nupkg.sha512", + "system.composition.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Composition.AttributedModel/6.0.0": { + "sha512": "WK1nSDLByK/4VoC7fkNiFuTVEiperuCN/Hyn+VN30R+W2ijO1d0Z2Qm0ScEl9xkSn1G2MyapJi8xpf4R8WRa/w==", + "type": "package", + "path": "system.composition.attributedmodel/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Composition.AttributedModel.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Composition.AttributedModel.dll", + "lib/net461/System.Composition.AttributedModel.xml", + "lib/net6.0/System.Composition.AttributedModel.dll", + "lib/net6.0/System.Composition.AttributedModel.xml", + "lib/netstandard2.0/System.Composition.AttributedModel.dll", + "lib/netstandard2.0/System.Composition.AttributedModel.xml", + "system.composition.attributedmodel.6.0.0.nupkg.sha512", + "system.composition.attributedmodel.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Composition.Convention/6.0.0": { + "sha512": "XYi4lPRdu5bM4JVJ3/UIHAiG6V6lWWUlkhB9ab4IOq0FrRsp0F4wTyV4Dj+Ds+efoXJ3qbLqlvaUozDO7OLeXA==", + "type": "package", + "path": "system.composition.convention/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Composition.Convention.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Composition.Convention.dll", + "lib/net461/System.Composition.Convention.xml", + "lib/net6.0/System.Composition.Convention.dll", + "lib/net6.0/System.Composition.Convention.xml", + "lib/netstandard2.0/System.Composition.Convention.dll", + "lib/netstandard2.0/System.Composition.Convention.xml", + "system.composition.convention.6.0.0.nupkg.sha512", + "system.composition.convention.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Composition.Hosting/6.0.0": { + "sha512": "w/wXjj7kvxuHPLdzZ0PAUt++qJl03t7lENmb2Oev0n3zbxyNULbWBlnd5J5WUMMv15kg5o+/TCZFb6lSwfaUUQ==", + "type": "package", + "path": "system.composition.hosting/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Composition.Hosting.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Composition.Hosting.dll", + "lib/net461/System.Composition.Hosting.xml", + "lib/net6.0/System.Composition.Hosting.dll", + "lib/net6.0/System.Composition.Hosting.xml", + "lib/netstandard2.0/System.Composition.Hosting.dll", + "lib/netstandard2.0/System.Composition.Hosting.xml", + "system.composition.hosting.6.0.0.nupkg.sha512", + "system.composition.hosting.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Composition.Runtime/6.0.0": { + "sha512": "qkRH/YBaMPTnzxrS5RDk1juvqed4A6HOD/CwRcDGyPpYps1J27waBddiiq1y93jk2ZZ9wuA/kynM+NO0kb3PKg==", + "type": "package", + "path": "system.composition.runtime/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Composition.Runtime.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Composition.Runtime.dll", + "lib/net461/System.Composition.Runtime.xml", + "lib/net6.0/System.Composition.Runtime.dll", + "lib/net6.0/System.Composition.Runtime.xml", + "lib/netstandard2.0/System.Composition.Runtime.dll", + "lib/netstandard2.0/System.Composition.Runtime.xml", + "system.composition.runtime.6.0.0.nupkg.sha512", + "system.composition.runtime.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Composition.TypedParts/6.0.0": { + "sha512": "iUR1eHrL8Cwd82neQCJ00MpwNIBs4NZgXzrPqx8NJf/k4+mwBO0XCRmHYJT4OLSwDDqh5nBLJWkz5cROnrGhRA==", + "type": "package", + "path": "system.composition.typedparts/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Composition.TypedParts.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Composition.TypedParts.dll", + "lib/net461/System.Composition.TypedParts.xml", + "lib/net6.0/System.Composition.TypedParts.dll", + "lib/net6.0/System.Composition.TypedParts.xml", + "lib/netstandard2.0/System.Composition.TypedParts.dll", + "lib/netstandard2.0/System.Composition.TypedParts.xml", + "system.composition.typedparts.6.0.0.nupkg.sha512", + "system.composition.typedparts.nuspec", + "useSharedDesignerContext.txt" + ] + }, "System.Configuration.ConfigurationManager/8.0.0": { "sha512": "JlYi9XVvIREURRUlGMr1F6vOFLk7YSY4p1vHo4kX3tQ0AGrjqlRWHDi66ImHhy6qwXBG3BJ6Y1QlYQ+Qz6Xgww==", "type": "package", @@ -8145,6 +11078,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Console.dll", "ref/netstandard1.3/System.Console.dll", + "ref/netstandard1.3/System.Console.xml", + "ref/netstandard1.3/de/System.Console.xml", + "ref/netstandard1.3/es/System.Console.xml", + "ref/netstandard1.3/fr/System.Console.xml", + "ref/netstandard1.3/it/System.Console.xml", + "ref/netstandard1.3/ja/System.Console.xml", + "ref/netstandard1.3/ko/System.Console.xml", + "ref/netstandard1.3/ru/System.Console.xml", + "ref/netstandard1.3/zh-hans/System.Console.xml", + "ref/netstandard1.3/zh-hant/System.Console.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -8177,8 +11120,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", + "ref/netcore50/de/System.Diagnostics.Debug.xml", + "ref/netcore50/es/System.Diagnostics.Debug.xml", + "ref/netcore50/fr/System.Diagnostics.Debug.xml", + "ref/netcore50/it/System.Diagnostics.Debug.xml", + "ref/netcore50/ja/System.Diagnostics.Debug.xml", + "ref/netcore50/ko/System.Diagnostics.Debug.xml", + "ref/netcore50/ru/System.Diagnostics.Debug.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/netstandard1.0/System.Diagnostics.Debug.dll", + "ref/netstandard1.0/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/de/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/es/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/fr/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/it/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ja/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ko/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ru/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml", "ref/netstandard1.3/System.Diagnostics.Debug.dll", + "ref/netstandard1.3/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/de/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/es/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/it/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8191,39 +11164,38 @@ "system.diagnostics.debug.nuspec" ] }, - "System.Diagnostics.DiagnosticSource/8.0.1": { - "sha512": "vaoWjvkG1aenR2XdjaVivlCV9fADfgyhW5bZtXT23qaEea0lWiUljdQuze4E31vKM7ZWJaSUsbYIKE3rnzfZUg==", + "System.Diagnostics.DiagnosticSource/10.0.0": { + "sha512": "0KdBK+h7G13PuOSC2R/DalAoFMvdYMznvGRuICtkdcUMXgl/gYXsG6z4yUvTxHSMACorWgHCU1Faq0KUHU6yAQ==", "type": "package", - "path": "system.diagnostics.diagnosticsource/8.0.1", + "path": "system.diagnostics.diagnosticsource/10.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/System.Diagnostics.DiagnosticSource.targets", "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/System.Diagnostics.DiagnosticSource.targets", + "lib/net10.0/System.Diagnostics.DiagnosticSource.dll", + "lib/net10.0/System.Diagnostics.DiagnosticSource.xml", "lib/net462/System.Diagnostics.DiagnosticSource.dll", "lib/net462/System.Diagnostics.DiagnosticSource.xml", - "lib/net6.0/System.Diagnostics.DiagnosticSource.dll", - "lib/net6.0/System.Diagnostics.DiagnosticSource.xml", - "lib/net7.0/System.Diagnostics.DiagnosticSource.dll", - "lib/net7.0/System.Diagnostics.DiagnosticSource.xml", "lib/net8.0/System.Diagnostics.DiagnosticSource.dll", "lib/net8.0/System.Diagnostics.DiagnosticSource.xml", + "lib/net9.0/System.Diagnostics.DiagnosticSource.dll", + "lib/net9.0/System.Diagnostics.DiagnosticSource.xml", "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll", "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.xml", - "system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512", + "system.diagnostics.diagnosticsource.10.0.0.nupkg.sha512", "system.diagnostics.diagnosticsource.nuspec", "useSharedDesignerContext.txt" ] }, - "System.Diagnostics.EventLog/8.0.0": { - "sha512": "fdYxcRjQqTTacKId/2IECojlDSFvp7LP5N78+0z/xH7v/Tuw5ZAxu23Y6PTCRinqyu2ePx+Gn1098NC6jM6d+A==", + "System.Diagnostics.EventLog/9.0.2": { + "sha512": "i+Fe6Fpst/onydFLBGilCr/Eh9OFdlaTU/c3alPp6IbLZXQJOgpIu3l4MOnmsN8fDYq5nAyHSqNIJesc74Yw3Q==", "type": "package", - "path": "system.diagnostics.eventlog/8.0.0", + "path": "system.diagnostics.eventlog/9.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -8233,28 +11205,23 @@ "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/System.Diagnostics.EventLog.targets", "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", + "buildTransitive/net8.0/_._", "buildTransitive/netcoreapp2.0/System.Diagnostics.EventLog.targets", "lib/net462/System.Diagnostics.EventLog.dll", "lib/net462/System.Diagnostics.EventLog.xml", - "lib/net6.0/System.Diagnostics.EventLog.dll", - "lib/net6.0/System.Diagnostics.EventLog.xml", - "lib/net7.0/System.Diagnostics.EventLog.dll", - "lib/net7.0/System.Diagnostics.EventLog.xml", "lib/net8.0/System.Diagnostics.EventLog.dll", "lib/net8.0/System.Diagnostics.EventLog.xml", + "lib/net9.0/System.Diagnostics.EventLog.dll", + "lib/net9.0/System.Diagnostics.EventLog.xml", "lib/netstandard2.0/System.Diagnostics.EventLog.dll", "lib/netstandard2.0/System.Diagnostics.EventLog.xml", - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll", - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll", - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.xml", - "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.Messages.dll", - "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.dll", - "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.xml", "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll", "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll", "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.xml", - "system.diagnostics.eventlog.8.0.0.nupkg.sha512", + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll", + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll", + "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.xml", + "system.diagnostics.eventlog.9.0.2.nupkg.sha512", "system.diagnostics.eventlog.nuspec", "useSharedDesignerContext.txt" ] @@ -8310,7 +11277,27 @@ "ref/net46/System.Diagnostics.Process.dll", "ref/net461/System.Diagnostics.Process.dll", "ref/netstandard1.3/System.Diagnostics.Process.dll", + "ref/netstandard1.3/System.Diagnostics.Process.xml", + "ref/netstandard1.3/de/System.Diagnostics.Process.xml", + "ref/netstandard1.3/es/System.Diagnostics.Process.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Process.xml", + "ref/netstandard1.3/it/System.Diagnostics.Process.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Process.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Process.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Process.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Process.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Process.xml", "ref/netstandard1.4/System.Diagnostics.Process.dll", + "ref/netstandard1.4/System.Diagnostics.Process.xml", + "ref/netstandard1.4/de/System.Diagnostics.Process.xml", + "ref/netstandard1.4/es/System.Diagnostics.Process.xml", + "ref/netstandard1.4/fr/System.Diagnostics.Process.xml", + "ref/netstandard1.4/it/System.Diagnostics.Process.xml", + "ref/netstandard1.4/ja/System.Diagnostics.Process.xml", + "ref/netstandard1.4/ko/System.Diagnostics.Process.xml", + "ref/netstandard1.4/ru/System.Diagnostics.Process.xml", + "ref/netstandard1.4/zh-hans/System.Diagnostics.Process.xml", + "ref/netstandard1.4/zh-hant/System.Diagnostics.Process.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -8349,7 +11336,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Diagnostics.Tools.dll", + "ref/netcore50/System.Diagnostics.Tools.xml", + "ref/netcore50/de/System.Diagnostics.Tools.xml", + "ref/netcore50/es/System.Diagnostics.Tools.xml", + "ref/netcore50/fr/System.Diagnostics.Tools.xml", + "ref/netcore50/it/System.Diagnostics.Tools.xml", + "ref/netcore50/ja/System.Diagnostics.Tools.xml", + "ref/netcore50/ko/System.Diagnostics.Tools.xml", + "ref/netcore50/ru/System.Diagnostics.Tools.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Tools.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Tools.xml", "ref/netstandard1.0/System.Diagnostics.Tools.dll", + "ref/netstandard1.0/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/de/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/es/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/fr/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/it/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ja/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ko/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ru/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/zh-hans/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/zh-hant/System.Diagnostics.Tools.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8387,10 +11394,60 @@ "ref/net45/_._", "ref/net462/System.Diagnostics.Tracing.dll", "ref/netcore50/System.Diagnostics.Tracing.dll", + "ref/netcore50/System.Diagnostics.Tracing.xml", + "ref/netcore50/de/System.Diagnostics.Tracing.xml", + "ref/netcore50/es/System.Diagnostics.Tracing.xml", + "ref/netcore50/fr/System.Diagnostics.Tracing.xml", + "ref/netcore50/it/System.Diagnostics.Tracing.xml", + "ref/netcore50/ja/System.Diagnostics.Tracing.xml", + "ref/netcore50/ko/System.Diagnostics.Tracing.xml", + "ref/netcore50/ru/System.Diagnostics.Tracing.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml", "ref/netstandard1.1/System.Diagnostics.Tracing.dll", + "ref/netstandard1.1/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/zh-hant/System.Diagnostics.Tracing.xml", "ref/netstandard1.2/System.Diagnostics.Tracing.dll", + "ref/netstandard1.2/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/zh-hant/System.Diagnostics.Tracing.xml", "ref/netstandard1.3/System.Diagnostics.Tracing.dll", + "ref/netstandard1.3/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Tracing.xml", "ref/netstandard1.5/System.Diagnostics.Tracing.dll", + "ref/netstandard1.5/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/zh-hant/System.Diagnostics.Tracing.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -8426,8 +11483,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", + "ref/netcore50/de/System.Globalization.xml", + "ref/netcore50/es/System.Globalization.xml", + "ref/netcore50/fr/System.Globalization.xml", + "ref/netcore50/it/System.Globalization.xml", + "ref/netcore50/ja/System.Globalization.xml", + "ref/netcore50/ko/System.Globalization.xml", + "ref/netcore50/ru/System.Globalization.xml", + "ref/netcore50/zh-hans/System.Globalization.xml", + "ref/netcore50/zh-hant/System.Globalization.xml", "ref/netstandard1.0/System.Globalization.dll", + "ref/netstandard1.0/System.Globalization.xml", + "ref/netstandard1.0/de/System.Globalization.xml", + "ref/netstandard1.0/es/System.Globalization.xml", + "ref/netstandard1.0/fr/System.Globalization.xml", + "ref/netstandard1.0/it/System.Globalization.xml", + "ref/netstandard1.0/ja/System.Globalization.xml", + "ref/netstandard1.0/ko/System.Globalization.xml", + "ref/netstandard1.0/ru/System.Globalization.xml", + "ref/netstandard1.0/zh-hans/System.Globalization.xml", + "ref/netstandard1.0/zh-hant/System.Globalization.xml", "ref/netstandard1.3/System.Globalization.dll", + "ref/netstandard1.3/System.Globalization.xml", + "ref/netstandard1.3/de/System.Globalization.xml", + "ref/netstandard1.3/es/System.Globalization.xml", + "ref/netstandard1.3/fr/System.Globalization.xml", + "ref/netstandard1.3/it/System.Globalization.xml", + "ref/netstandard1.3/ja/System.Globalization.xml", + "ref/netstandard1.3/ko/System.Globalization.xml", + "ref/netstandard1.3/ru/System.Globalization.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8460,6 +11547,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Globalization.Calendars.dll", "ref/netstandard1.3/System.Globalization.Calendars.dll", + "ref/netstandard1.3/System.Globalization.Calendars.xml", + "ref/netstandard1.3/de/System.Globalization.Calendars.xml", + "ref/netstandard1.3/es/System.Globalization.Calendars.xml", + "ref/netstandard1.3/fr/System.Globalization.Calendars.xml", + "ref/netstandard1.3/it/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ja/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ko/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ru/System.Globalization.Calendars.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.Calendars.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.Calendars.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -8488,6 +11585,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Globalization.Extensions.dll", "ref/netstandard1.3/System.Globalization.Extensions.dll", + "ref/netstandard1.3/System.Globalization.Extensions.xml", + "ref/netstandard1.3/de/System.Globalization.Extensions.xml", + "ref/netstandard1.3/es/System.Globalization.Extensions.xml", + "ref/netstandard1.3/fr/System.Globalization.Extensions.xml", + "ref/netstandard1.3/it/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ja/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ko/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ru/System.Globalization.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.Extensions.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -8499,13 +11606,14 @@ "system.globalization.extensions.nuspec" ] }, - "System.IdentityModel.Tokens.Jwt/8.0.1": { - "sha512": "GJw3bYkWpOgvN3tJo5X4lYUeIFA2HD293FPUhKmp7qxS+g5ywAb34Dnd3cDAFLkcMohy5XTpoaZ4uAHuw0uSPQ==", + "System.IdentityModel.Tokens.Jwt/8.6.0": { + "sha512": "PbhxMaAejQ5pVStTsMPzja0Q2FOeEIOQy8isxw2tTxduqIjWRJ+P78bWGpaXH67Tkeb+2t91YBj2stXEw6vyZQ==", "type": "package", - "path": "system.identitymodel.tokens.jwt/8.0.1", + "path": "system.identitymodel.tokens.jwt/8.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", + "README.md", "lib/net462/System.IdentityModel.Tokens.Jwt.dll", "lib/net462/System.IdentityModel.Tokens.Jwt.xml", "lib/net472/System.IdentityModel.Tokens.Jwt.dll", @@ -8518,7 +11626,7 @@ "lib/net9.0/System.IdentityModel.Tokens.Jwt.xml", "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll", "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.xml", - "system.identitymodel.tokens.jwt.8.0.1.nupkg.sha512", + "system.identitymodel.tokens.jwt.8.6.0.nupkg.sha512", "system.identitymodel.tokens.jwt.nuspec" ] }, @@ -8548,9 +11656,49 @@ "ref/net45/_._", "ref/net462/System.IO.dll", "ref/netcore50/System.IO.dll", + "ref/netcore50/System.IO.xml", + "ref/netcore50/de/System.IO.xml", + "ref/netcore50/es/System.IO.xml", + "ref/netcore50/fr/System.IO.xml", + "ref/netcore50/it/System.IO.xml", + "ref/netcore50/ja/System.IO.xml", + "ref/netcore50/ko/System.IO.xml", + "ref/netcore50/ru/System.IO.xml", + "ref/netcore50/zh-hans/System.IO.xml", + "ref/netcore50/zh-hant/System.IO.xml", "ref/netstandard1.0/System.IO.dll", + "ref/netstandard1.0/System.IO.xml", + "ref/netstandard1.0/de/System.IO.xml", + "ref/netstandard1.0/es/System.IO.xml", + "ref/netstandard1.0/fr/System.IO.xml", + "ref/netstandard1.0/it/System.IO.xml", + "ref/netstandard1.0/ja/System.IO.xml", + "ref/netstandard1.0/ko/System.IO.xml", + "ref/netstandard1.0/ru/System.IO.xml", + "ref/netstandard1.0/zh-hans/System.IO.xml", + "ref/netstandard1.0/zh-hant/System.IO.xml", "ref/netstandard1.3/System.IO.dll", + "ref/netstandard1.3/System.IO.xml", + "ref/netstandard1.3/de/System.IO.xml", + "ref/netstandard1.3/es/System.IO.xml", + "ref/netstandard1.3/fr/System.IO.xml", + "ref/netstandard1.3/it/System.IO.xml", + "ref/netstandard1.3/ja/System.IO.xml", + "ref/netstandard1.3/ko/System.IO.xml", + "ref/netstandard1.3/ru/System.IO.xml", + "ref/netstandard1.3/zh-hans/System.IO.xml", + "ref/netstandard1.3/zh-hant/System.IO.xml", "ref/netstandard1.5/System.IO.dll", + "ref/netstandard1.5/System.IO.xml", + "ref/netstandard1.5/de/System.IO.xml", + "ref/netstandard1.5/es/System.IO.xml", + "ref/netstandard1.5/fr/System.IO.xml", + "ref/netstandard1.5/it/System.IO.xml", + "ref/netstandard1.5/ja/System.IO.xml", + "ref/netstandard1.5/ko/System.IO.xml", + "ref/netstandard1.5/ru/System.IO.xml", + "ref/netstandard1.5/zh-hans/System.IO.xml", + "ref/netstandard1.5/zh-hant/System.IO.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8588,8 +11736,38 @@ "ref/net45/_._", "ref/net46/System.IO.Compression.dll", "ref/netcore50/System.IO.Compression.dll", + "ref/netcore50/System.IO.Compression.xml", + "ref/netcore50/de/System.IO.Compression.xml", + "ref/netcore50/es/System.IO.Compression.xml", + "ref/netcore50/fr/System.IO.Compression.xml", + "ref/netcore50/it/System.IO.Compression.xml", + "ref/netcore50/ja/System.IO.Compression.xml", + "ref/netcore50/ko/System.IO.Compression.xml", + "ref/netcore50/ru/System.IO.Compression.xml", + "ref/netcore50/zh-hans/System.IO.Compression.xml", + "ref/netcore50/zh-hant/System.IO.Compression.xml", "ref/netstandard1.1/System.IO.Compression.dll", + "ref/netstandard1.1/System.IO.Compression.xml", + "ref/netstandard1.1/de/System.IO.Compression.xml", + "ref/netstandard1.1/es/System.IO.Compression.xml", + "ref/netstandard1.1/fr/System.IO.Compression.xml", + "ref/netstandard1.1/it/System.IO.Compression.xml", + "ref/netstandard1.1/ja/System.IO.Compression.xml", + "ref/netstandard1.1/ko/System.IO.Compression.xml", + "ref/netstandard1.1/ru/System.IO.Compression.xml", + "ref/netstandard1.1/zh-hans/System.IO.Compression.xml", + "ref/netstandard1.1/zh-hant/System.IO.Compression.xml", "ref/netstandard1.3/System.IO.Compression.dll", + "ref/netstandard1.3/System.IO.Compression.xml", + "ref/netstandard1.3/de/System.IO.Compression.xml", + "ref/netstandard1.3/es/System.IO.Compression.xml", + "ref/netstandard1.3/fr/System.IO.Compression.xml", + "ref/netstandard1.3/it/System.IO.Compression.xml", + "ref/netstandard1.3/ja/System.IO.Compression.xml", + "ref/netstandard1.3/ko/System.IO.Compression.xml", + "ref/netstandard1.3/ru/System.IO.Compression.xml", + "ref/netstandard1.3/zh-hans/System.IO.Compression.xml", + "ref/netstandard1.3/zh-hant/System.IO.Compression.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -8625,6 +11803,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.Compression.ZipFile.dll", "ref/netstandard1.3/System.IO.Compression.ZipFile.dll", + "ref/netstandard1.3/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/de/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/es/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/fr/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/it/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ja/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ko/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ru/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/zh-hans/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/zh-hant/System.IO.Compression.ZipFile.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -8653,6 +11841,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.FileSystem.dll", "ref/netstandard1.3/System.IO.FileSystem.dll", + "ref/netstandard1.3/System.IO.FileSystem.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -8661,14 +11859,13 @@ "system.io.filesystem.nuspec" ] }, - "System.IO.FileSystem.AccessControl/5.0.0": { - "sha512": "SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==", + "System.IO.FileSystem.AccessControl/4.7.0": { + "sha512": "vMToiarpU81LR1/KZtnT7VDPvqAZfw9oOS5nY6pPP78nGYz3COLsQH3OfzbR+SjTgltd31R6KmKklz/zDpTmzw==", "type": "package", - "path": "system.io.filesystem.accesscontrol/5.0.0", + "path": "system.io.filesystem.accesscontrol/4.7.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/net46/System.IO.FileSystem.AccessControl.dll", @@ -8699,7 +11896,7 @@ "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.AccessControl.dll", "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll", "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.xml", - "system.io.filesystem.accesscontrol.5.0.0.nupkg.sha512", + "system.io.filesystem.accesscontrol.4.7.0.nupkg.sha512", "system.io.filesystem.accesscontrol.nuspec", "useSharedDesignerContext.txt", "version.txt" @@ -8726,6 +11923,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.IO.FileSystem.Primitives.dll", "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll", + "ref/netstandard1.3/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.Primitives.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -8734,6 +11941,31 @@ "system.io.filesystem.primitives.nuspec" ] }, + "System.IO.Pipelines/6.0.3": { + "sha512": "ryTgF+iFkpGZY1vRQhfCzX0xTdlV3pyaTTqRu2ETbEv+HlV7O6y7hyQURnghNIXvctl5DuZ//Dpks6HdL/Txgw==", + "type": "package", + "path": "system.io.pipelines/6.0.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.IO.Pipelines.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.IO.Pipelines.dll", + "lib/net461/System.IO.Pipelines.xml", + "lib/net6.0/System.IO.Pipelines.dll", + "lib/net6.0/System.IO.Pipelines.xml", + "lib/netcoreapp3.1/System.IO.Pipelines.dll", + "lib/netcoreapp3.1/System.IO.Pipelines.xml", + "lib/netstandard2.0/System.IO.Pipelines.dll", + "lib/netstandard2.0/System.IO.Pipelines.xml", + "system.io.pipelines.6.0.3.nupkg.sha512", + "system.io.pipelines.nuspec", + "useSharedDesignerContext.txt" + ] + }, "System.Linq/4.3.0": { "sha512": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", "type": "package", @@ -8762,8 +11994,38 @@ "ref/net45/_._", "ref/net463/System.Linq.dll", "ref/netcore50/System.Linq.dll", + "ref/netcore50/System.Linq.xml", + "ref/netcore50/de/System.Linq.xml", + "ref/netcore50/es/System.Linq.xml", + "ref/netcore50/fr/System.Linq.xml", + "ref/netcore50/it/System.Linq.xml", + "ref/netcore50/ja/System.Linq.xml", + "ref/netcore50/ko/System.Linq.xml", + "ref/netcore50/ru/System.Linq.xml", + "ref/netcore50/zh-hans/System.Linq.xml", + "ref/netcore50/zh-hant/System.Linq.xml", "ref/netstandard1.0/System.Linq.dll", + "ref/netstandard1.0/System.Linq.xml", + "ref/netstandard1.0/de/System.Linq.xml", + "ref/netstandard1.0/es/System.Linq.xml", + "ref/netstandard1.0/fr/System.Linq.xml", + "ref/netstandard1.0/it/System.Linq.xml", + "ref/netstandard1.0/ja/System.Linq.xml", + "ref/netstandard1.0/ko/System.Linq.xml", + "ref/netstandard1.0/ru/System.Linq.xml", + "ref/netstandard1.0/zh-hans/System.Linq.xml", + "ref/netstandard1.0/zh-hant/System.Linq.xml", "ref/netstandard1.6/System.Linq.dll", + "ref/netstandard1.6/System.Linq.xml", + "ref/netstandard1.6/de/System.Linq.xml", + "ref/netstandard1.6/es/System.Linq.xml", + "ref/netstandard1.6/fr/System.Linq.xml", + "ref/netstandard1.6/it/System.Linq.xml", + "ref/netstandard1.6/ja/System.Linq.xml", + "ref/netstandard1.6/ko/System.Linq.xml", + "ref/netstandard1.6/ru/System.Linq.xml", + "ref/netstandard1.6/zh-hans/System.Linq.xml", + "ref/netstandard1.6/zh-hant/System.Linq.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8804,9 +12066,49 @@ "ref/net45/_._", "ref/net463/System.Linq.Expressions.dll", "ref/netcore50/System.Linq.Expressions.dll", + "ref/netcore50/System.Linq.Expressions.xml", + "ref/netcore50/de/System.Linq.Expressions.xml", + "ref/netcore50/es/System.Linq.Expressions.xml", + "ref/netcore50/fr/System.Linq.Expressions.xml", + "ref/netcore50/it/System.Linq.Expressions.xml", + "ref/netcore50/ja/System.Linq.Expressions.xml", + "ref/netcore50/ko/System.Linq.Expressions.xml", + "ref/netcore50/ru/System.Linq.Expressions.xml", + "ref/netcore50/zh-hans/System.Linq.Expressions.xml", + "ref/netcore50/zh-hant/System.Linq.Expressions.xml", "ref/netstandard1.0/System.Linq.Expressions.dll", + "ref/netstandard1.0/System.Linq.Expressions.xml", + "ref/netstandard1.0/de/System.Linq.Expressions.xml", + "ref/netstandard1.0/es/System.Linq.Expressions.xml", + "ref/netstandard1.0/fr/System.Linq.Expressions.xml", + "ref/netstandard1.0/it/System.Linq.Expressions.xml", + "ref/netstandard1.0/ja/System.Linq.Expressions.xml", + "ref/netstandard1.0/ko/System.Linq.Expressions.xml", + "ref/netstandard1.0/ru/System.Linq.Expressions.xml", + "ref/netstandard1.0/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.0/zh-hant/System.Linq.Expressions.xml", "ref/netstandard1.3/System.Linq.Expressions.dll", + "ref/netstandard1.3/System.Linq.Expressions.xml", + "ref/netstandard1.3/de/System.Linq.Expressions.xml", + "ref/netstandard1.3/es/System.Linq.Expressions.xml", + "ref/netstandard1.3/fr/System.Linq.Expressions.xml", + "ref/netstandard1.3/it/System.Linq.Expressions.xml", + "ref/netstandard1.3/ja/System.Linq.Expressions.xml", + "ref/netstandard1.3/ko/System.Linq.Expressions.xml", + "ref/netstandard1.3/ru/System.Linq.Expressions.xml", + "ref/netstandard1.3/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.3/zh-hant/System.Linq.Expressions.xml", "ref/netstandard1.6/System.Linq.Expressions.dll", + "ref/netstandard1.6/System.Linq.Expressions.xml", + "ref/netstandard1.6/de/System.Linq.Expressions.xml", + "ref/netstandard1.6/es/System.Linq.Expressions.xml", + "ref/netstandard1.6/fr/System.Linq.Expressions.xml", + "ref/netstandard1.6/it/System.Linq.Expressions.xml", + "ref/netstandard1.6/ja/System.Linq.Expressions.xml", + "ref/netstandard1.6/ko/System.Linq.Expressions.xml", + "ref/netstandard1.6/ru/System.Linq.Expressions.xml", + "ref/netstandard1.6/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.6/zh-hant/System.Linq.Expressions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8854,7 +12156,9 @@ "DotNetPackageIcon.png", "README.md", "lib/net461/System.Memory.Data.dll", + "lib/net461/System.Memory.Data.xml", "lib/netstandard2.0/System.Memory.Data.dll", + "lib/netstandard2.0/System.Memory.Data.xml", "system.memory.data.1.0.2.nupkg.sha512", "system.memory.data.nuspec" ] @@ -8884,9 +12188,49 @@ "ref/monotouch10/_._", "ref/net45/_._", "ref/net46/System.Net.Http.dll", + "ref/net46/System.Net.Http.xml", + "ref/net46/de/System.Net.Http.xml", + "ref/net46/es/System.Net.Http.xml", + "ref/net46/fr/System.Net.Http.xml", + "ref/net46/it/System.Net.Http.xml", + "ref/net46/ja/System.Net.Http.xml", + "ref/net46/ko/System.Net.Http.xml", + "ref/net46/ru/System.Net.Http.xml", + "ref/net46/zh-hans/System.Net.Http.xml", + "ref/net46/zh-hant/System.Net.Http.xml", "ref/netcore50/System.Net.Http.dll", + "ref/netcore50/System.Net.Http.xml", + "ref/netcore50/de/System.Net.Http.xml", + "ref/netcore50/es/System.Net.Http.xml", + "ref/netcore50/fr/System.Net.Http.xml", + "ref/netcore50/it/System.Net.Http.xml", + "ref/netcore50/ja/System.Net.Http.xml", + "ref/netcore50/ko/System.Net.Http.xml", + "ref/netcore50/ru/System.Net.Http.xml", + "ref/netcore50/zh-hans/System.Net.Http.xml", + "ref/netcore50/zh-hant/System.Net.Http.xml", "ref/netstandard1.1/System.Net.Http.dll", + "ref/netstandard1.1/System.Net.Http.xml", + "ref/netstandard1.1/de/System.Net.Http.xml", + "ref/netstandard1.1/es/System.Net.Http.xml", + "ref/netstandard1.1/fr/System.Net.Http.xml", + "ref/netstandard1.1/it/System.Net.Http.xml", + "ref/netstandard1.1/ja/System.Net.Http.xml", + "ref/netstandard1.1/ko/System.Net.Http.xml", + "ref/netstandard1.1/ru/System.Net.Http.xml", + "ref/netstandard1.1/zh-hans/System.Net.Http.xml", + "ref/netstandard1.1/zh-hant/System.Net.Http.xml", "ref/netstandard1.3/System.Net.Http.dll", + "ref/netstandard1.3/System.Net.Http.xml", + "ref/netstandard1.3/de/System.Net.Http.xml", + "ref/netstandard1.3/es/System.Net.Http.xml", + "ref/netstandard1.3/fr/System.Net.Http.xml", + "ref/netstandard1.3/it/System.Net.Http.xml", + "ref/netstandard1.3/ja/System.Net.Http.xml", + "ref/netstandard1.3/ko/System.Net.Http.xml", + "ref/netstandard1.3/ru/System.Net.Http.xml", + "ref/netstandard1.3/zh-hans/System.Net.Http.xml", + "ref/netstandard1.3/zh-hant/System.Net.Http.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -8925,9 +12269,49 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Net.Primitives.dll", + "ref/netcore50/System.Net.Primitives.xml", + "ref/netcore50/de/System.Net.Primitives.xml", + "ref/netcore50/es/System.Net.Primitives.xml", + "ref/netcore50/fr/System.Net.Primitives.xml", + "ref/netcore50/it/System.Net.Primitives.xml", + "ref/netcore50/ja/System.Net.Primitives.xml", + "ref/netcore50/ko/System.Net.Primitives.xml", + "ref/netcore50/ru/System.Net.Primitives.xml", + "ref/netcore50/zh-hans/System.Net.Primitives.xml", + "ref/netcore50/zh-hant/System.Net.Primitives.xml", "ref/netstandard1.0/System.Net.Primitives.dll", + "ref/netstandard1.0/System.Net.Primitives.xml", + "ref/netstandard1.0/de/System.Net.Primitives.xml", + "ref/netstandard1.0/es/System.Net.Primitives.xml", + "ref/netstandard1.0/fr/System.Net.Primitives.xml", + "ref/netstandard1.0/it/System.Net.Primitives.xml", + "ref/netstandard1.0/ja/System.Net.Primitives.xml", + "ref/netstandard1.0/ko/System.Net.Primitives.xml", + "ref/netstandard1.0/ru/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Net.Primitives.xml", "ref/netstandard1.1/System.Net.Primitives.dll", + "ref/netstandard1.1/System.Net.Primitives.xml", + "ref/netstandard1.1/de/System.Net.Primitives.xml", + "ref/netstandard1.1/es/System.Net.Primitives.xml", + "ref/netstandard1.1/fr/System.Net.Primitives.xml", + "ref/netstandard1.1/it/System.Net.Primitives.xml", + "ref/netstandard1.1/ja/System.Net.Primitives.xml", + "ref/netstandard1.1/ko/System.Net.Primitives.xml", + "ref/netstandard1.1/ru/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hant/System.Net.Primitives.xml", "ref/netstandard1.3/System.Net.Primitives.dll", + "ref/netstandard1.3/System.Net.Primitives.xml", + "ref/netstandard1.3/de/System.Net.Primitives.xml", + "ref/netstandard1.3/es/System.Net.Primitives.xml", + "ref/netstandard1.3/fr/System.Net.Primitives.xml", + "ref/netstandard1.3/it/System.Net.Primitives.xml", + "ref/netstandard1.3/ja/System.Net.Primitives.xml", + "ref/netstandard1.3/ko/System.Net.Primitives.xml", + "ref/netstandard1.3/ru/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.Net.Primitives.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -8960,6 +12344,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Net.Sockets.dll", "ref/netstandard1.3/System.Net.Sockets.dll", + "ref/netstandard1.3/System.Net.Sockets.xml", + "ref/netstandard1.3/de/System.Net.Sockets.xml", + "ref/netstandard1.3/es/System.Net.Sockets.xml", + "ref/netstandard1.3/fr/System.Net.Sockets.xml", + "ref/netstandard1.3/it/System.Net.Sockets.xml", + "ref/netstandard1.3/ja/System.Net.Sockets.xml", + "ref/netstandard1.3/ko/System.Net.Sockets.xml", + "ref/netstandard1.3/ru/System.Net.Sockets.xml", + "ref/netstandard1.3/zh-hans/System.Net.Sockets.xml", + "ref/netstandard1.3/zh-hant/System.Net.Sockets.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -8980,9 +12374,12 @@ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/System.Numerics.Vectors.dll", + "lib/net46/System.Numerics.Vectors.xml", "lib/netcoreapp2.0/_._", "lib/netstandard1.0/System.Numerics.Vectors.dll", + "lib/netstandard1.0/System.Numerics.Vectors.xml", "lib/netstandard2.0/System.Numerics.Vectors.dll", + "lib/netstandard2.0/System.Numerics.Vectors.xml", "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll", "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml", "lib/uap10.0.16299/_._", @@ -8993,10 +12390,14 @@ "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net45/System.Numerics.Vectors.dll", + "ref/net45/System.Numerics.Vectors.xml", "ref/net46/System.Numerics.Vectors.dll", + "ref/net46/System.Numerics.Vectors.xml", "ref/netcoreapp2.0/_._", "ref/netstandard1.0/System.Numerics.Vectors.dll", + "ref/netstandard1.0/System.Numerics.Vectors.xml", "ref/netstandard2.0/System.Numerics.Vectors.dll", + "ref/netstandard2.0/System.Numerics.Vectors.xml", "ref/uap10.0.16299/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", @@ -9034,8 +12435,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.ObjectModel.dll", + "ref/netcore50/System.ObjectModel.xml", + "ref/netcore50/de/System.ObjectModel.xml", + "ref/netcore50/es/System.ObjectModel.xml", + "ref/netcore50/fr/System.ObjectModel.xml", + "ref/netcore50/it/System.ObjectModel.xml", + "ref/netcore50/ja/System.ObjectModel.xml", + "ref/netcore50/ko/System.ObjectModel.xml", + "ref/netcore50/ru/System.ObjectModel.xml", + "ref/netcore50/zh-hans/System.ObjectModel.xml", + "ref/netcore50/zh-hant/System.ObjectModel.xml", "ref/netstandard1.0/System.ObjectModel.dll", + "ref/netstandard1.0/System.ObjectModel.xml", + "ref/netstandard1.0/de/System.ObjectModel.xml", + "ref/netstandard1.0/es/System.ObjectModel.xml", + "ref/netstandard1.0/fr/System.ObjectModel.xml", + "ref/netstandard1.0/it/System.ObjectModel.xml", + "ref/netstandard1.0/ja/System.ObjectModel.xml", + "ref/netstandard1.0/ko/System.ObjectModel.xml", + "ref/netstandard1.0/ru/System.ObjectModel.xml", + "ref/netstandard1.0/zh-hans/System.ObjectModel.xml", + "ref/netstandard1.0/zh-hant/System.ObjectModel.xml", "ref/netstandard1.3/System.ObjectModel.dll", + "ref/netstandard1.3/System.ObjectModel.xml", + "ref/netstandard1.3/de/System.ObjectModel.xml", + "ref/netstandard1.3/es/System.ObjectModel.xml", + "ref/netstandard1.3/fr/System.ObjectModel.xml", + "ref/netstandard1.3/it/System.ObjectModel.xml", + "ref/netstandard1.3/ja/System.ObjectModel.xml", + "ref/netstandard1.3/ko/System.ObjectModel.xml", + "ref/netstandard1.3/ru/System.ObjectModel.xml", + "ref/netstandard1.3/zh-hans/System.ObjectModel.xml", + "ref/netstandard1.3/zh-hant/System.ObjectModel.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9090,9 +12521,49 @@ "ref/net45/_._", "ref/net462/System.Reflection.dll", "ref/netcore50/System.Reflection.dll", + "ref/netcore50/System.Reflection.xml", + "ref/netcore50/de/System.Reflection.xml", + "ref/netcore50/es/System.Reflection.xml", + "ref/netcore50/fr/System.Reflection.xml", + "ref/netcore50/it/System.Reflection.xml", + "ref/netcore50/ja/System.Reflection.xml", + "ref/netcore50/ko/System.Reflection.xml", + "ref/netcore50/ru/System.Reflection.xml", + "ref/netcore50/zh-hans/System.Reflection.xml", + "ref/netcore50/zh-hant/System.Reflection.xml", "ref/netstandard1.0/System.Reflection.dll", + "ref/netstandard1.0/System.Reflection.xml", + "ref/netstandard1.0/de/System.Reflection.xml", + "ref/netstandard1.0/es/System.Reflection.xml", + "ref/netstandard1.0/fr/System.Reflection.xml", + "ref/netstandard1.0/it/System.Reflection.xml", + "ref/netstandard1.0/ja/System.Reflection.xml", + "ref/netstandard1.0/ko/System.Reflection.xml", + "ref/netstandard1.0/ru/System.Reflection.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.xml", "ref/netstandard1.3/System.Reflection.dll", + "ref/netstandard1.3/System.Reflection.xml", + "ref/netstandard1.3/de/System.Reflection.xml", + "ref/netstandard1.3/es/System.Reflection.xml", + "ref/netstandard1.3/fr/System.Reflection.xml", + "ref/netstandard1.3/it/System.Reflection.xml", + "ref/netstandard1.3/ja/System.Reflection.xml", + "ref/netstandard1.3/ko/System.Reflection.xml", + "ref/netstandard1.3/ru/System.Reflection.xml", + "ref/netstandard1.3/zh-hans/System.Reflection.xml", + "ref/netstandard1.3/zh-hant/System.Reflection.xml", "ref/netstandard1.5/System.Reflection.dll", + "ref/netstandard1.5/System.Reflection.xml", + "ref/netstandard1.5/de/System.Reflection.xml", + "ref/netstandard1.5/es/System.Reflection.xml", + "ref/netstandard1.5/fr/System.Reflection.xml", + "ref/netstandard1.5/it/System.Reflection.xml", + "ref/netstandard1.5/ja/System.Reflection.xml", + "ref/netstandard1.5/ko/System.Reflection.xml", + "ref/netstandard1.5/ru/System.Reflection.xml", + "ref/netstandard1.5/zh-hans/System.Reflection.xml", + "ref/netstandard1.5/zh-hant/System.Reflection.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9126,6 +12597,16 @@ "ref/MonoAndroid10/_._", "ref/net45/_._", "ref/netstandard1.1/System.Reflection.Emit.dll", + "ref/netstandard1.1/System.Reflection.Emit.xml", + "ref/netstandard1.1/de/System.Reflection.Emit.xml", + "ref/netstandard1.1/es/System.Reflection.Emit.xml", + "ref/netstandard1.1/fr/System.Reflection.Emit.xml", + "ref/netstandard1.1/it/System.Reflection.Emit.xml", + "ref/netstandard1.1/ja/System.Reflection.Emit.xml", + "ref/netstandard1.1/ko/System.Reflection.Emit.xml", + "ref/netstandard1.1/ru/System.Reflection.Emit.xml", + "ref/netstandard1.1/zh-hans/System.Reflection.Emit.xml", + "ref/netstandard1.1/zh-hant/System.Reflection.Emit.xml", "ref/xamarinmac20/_._", "system.reflection.emit.4.3.0.nupkg.sha512", "system.reflection.emit.nuspec" @@ -9155,6 +12636,16 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll", + "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/de/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/es/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/fr/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/it/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ja/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ko/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ru/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Emit.ILGeneration.xml", "ref/portable-net45+wp8/_._", "ref/wp80/_._", "ref/xamarinios10/_._", @@ -9190,6 +12681,16 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netstandard1.0/System.Reflection.Emit.Lightweight.dll", + "ref/netstandard1.0/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/de/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/es/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/fr/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/it/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ja/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ko/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ru/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Emit.Lightweight.xml", "ref/portable-net45+wp8/_._", "ref/wp80/_._", "ref/xamarinios10/_._", @@ -9225,7 +12726,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Reflection.Extensions.dll", + "ref/netcore50/System.Reflection.Extensions.xml", + "ref/netcore50/de/System.Reflection.Extensions.xml", + "ref/netcore50/es/System.Reflection.Extensions.xml", + "ref/netcore50/fr/System.Reflection.Extensions.xml", + "ref/netcore50/it/System.Reflection.Extensions.xml", + "ref/netcore50/ja/System.Reflection.Extensions.xml", + "ref/netcore50/ko/System.Reflection.Extensions.xml", + "ref/netcore50/ru/System.Reflection.Extensions.xml", + "ref/netcore50/zh-hans/System.Reflection.Extensions.xml", + "ref/netcore50/zh-hant/System.Reflection.Extensions.xml", "ref/netstandard1.0/System.Reflection.Extensions.dll", + "ref/netstandard1.0/System.Reflection.Extensions.xml", + "ref/netstandard1.0/de/System.Reflection.Extensions.xml", + "ref/netstandard1.0/es/System.Reflection.Extensions.xml", + "ref/netstandard1.0/fr/System.Reflection.Extensions.xml", + "ref/netstandard1.0/it/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ja/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ko/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ru/System.Reflection.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Extensions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9238,23 +12759,27 @@ "system.reflection.extensions.nuspec" ] }, - "System.Reflection.Metadata/1.6.0": { - "sha512": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==", + "System.Reflection.Metadata/6.0.1": { + "sha512": "III/lNMSn0ZRBuM9m5Cgbiho5j81u0FAEagFX5ta2DKbljZ3T0IpD8j+BIiHQPeKqJppWS9bGEp6JnKnWKze0g==", "type": "package", - "path": "system.reflection.metadata/1.6.0", + "path": "system.reflection.metadata/6.0.1", "files": [ ".nupkg.metadata", ".signature.p7s", + "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", - "lib/netstandard1.1/System.Reflection.Metadata.dll", + "buildTransitive/netcoreapp2.0/System.Reflection.Metadata.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Reflection.Metadata.dll", + "lib/net461/System.Reflection.Metadata.xml", + "lib/net6.0/System.Reflection.Metadata.dll", + "lib/net6.0/System.Reflection.Metadata.xml", "lib/netstandard2.0/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "system.reflection.metadata.1.6.0.nupkg.sha512", + "lib/netstandard2.0/System.Reflection.Metadata.xml", + "system.reflection.metadata.6.0.1.nupkg.sha512", "system.reflection.metadata.nuspec", - "useSharedDesignerContext.txt", - "version.txt" + "useSharedDesignerContext.txt" ] }, "System.Reflection.Primitives/4.3.0": { @@ -9281,7 +12806,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/netcore50/de/System.Reflection.Primitives.xml", + "ref/netcore50/es/System.Reflection.Primitives.xml", + "ref/netcore50/fr/System.Reflection.Primitives.xml", + "ref/netcore50/it/System.Reflection.Primitives.xml", + "ref/netcore50/ja/System.Reflection.Primitives.xml", + "ref/netcore50/ko/System.Reflection.Primitives.xml", + "ref/netcore50/ru/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hans/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hant/System.Reflection.Primitives.xml", "ref/netstandard1.0/System.Reflection.Primitives.dll", + "ref/netstandard1.0/System.Reflection.Primitives.xml", + "ref/netstandard1.0/de/System.Reflection.Primitives.xml", + "ref/netstandard1.0/es/System.Reflection.Primitives.xml", + "ref/netstandard1.0/fr/System.Reflection.Primitives.xml", + "ref/netstandard1.0/it/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ja/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ko/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ru/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9372,7 +12917,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/netcore50/System.Resources.ResourceManager.xml", + "ref/netcore50/de/System.Resources.ResourceManager.xml", + "ref/netcore50/es/System.Resources.ResourceManager.xml", + "ref/netcore50/fr/System.Resources.ResourceManager.xml", + "ref/netcore50/it/System.Resources.ResourceManager.xml", + "ref/netcore50/ja/System.Resources.ResourceManager.xml", + "ref/netcore50/ko/System.Resources.ResourceManager.xml", + "ref/netcore50/ru/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml", "ref/netstandard1.0/System.Resources.ResourceManager.dll", + "ref/netstandard1.0/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/de/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/es/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/it/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9411,10 +12976,60 @@ "ref/net45/_._", "ref/net462/System.Runtime.dll", "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", + "ref/netcore50/de/System.Runtime.xml", + "ref/netcore50/es/System.Runtime.xml", + "ref/netcore50/fr/System.Runtime.xml", + "ref/netcore50/it/System.Runtime.xml", + "ref/netcore50/ja/System.Runtime.xml", + "ref/netcore50/ko/System.Runtime.xml", + "ref/netcore50/ru/System.Runtime.xml", + "ref/netcore50/zh-hans/System.Runtime.xml", + "ref/netcore50/zh-hant/System.Runtime.xml", "ref/netstandard1.0/System.Runtime.dll", + "ref/netstandard1.0/System.Runtime.xml", + "ref/netstandard1.0/de/System.Runtime.xml", + "ref/netstandard1.0/es/System.Runtime.xml", + "ref/netstandard1.0/fr/System.Runtime.xml", + "ref/netstandard1.0/it/System.Runtime.xml", + "ref/netstandard1.0/ja/System.Runtime.xml", + "ref/netstandard1.0/ko/System.Runtime.xml", + "ref/netstandard1.0/ru/System.Runtime.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.xml", "ref/netstandard1.2/System.Runtime.dll", + "ref/netstandard1.2/System.Runtime.xml", + "ref/netstandard1.2/de/System.Runtime.xml", + "ref/netstandard1.2/es/System.Runtime.xml", + "ref/netstandard1.2/fr/System.Runtime.xml", + "ref/netstandard1.2/it/System.Runtime.xml", + "ref/netstandard1.2/ja/System.Runtime.xml", + "ref/netstandard1.2/ko/System.Runtime.xml", + "ref/netstandard1.2/ru/System.Runtime.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.xml", "ref/netstandard1.3/System.Runtime.dll", + "ref/netstandard1.3/System.Runtime.xml", + "ref/netstandard1.3/de/System.Runtime.xml", + "ref/netstandard1.3/es/System.Runtime.xml", + "ref/netstandard1.3/fr/System.Runtime.xml", + "ref/netstandard1.3/it/System.Runtime.xml", + "ref/netstandard1.3/ja/System.Runtime.xml", + "ref/netstandard1.3/ko/System.Runtime.xml", + "ref/netstandard1.3/ru/System.Runtime.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.xml", "ref/netstandard1.5/System.Runtime.dll", + "ref/netstandard1.5/System.Runtime.xml", + "ref/netstandard1.5/de/System.Runtime.xml", + "ref/netstandard1.5/es/System.Runtime.xml", + "ref/netstandard1.5/fr/System.Runtime.xml", + "ref/netstandard1.5/it/System.Runtime.xml", + "ref/netstandard1.5/ja/System.Runtime.xml", + "ref/netstandard1.5/ko/System.Runtime.xml", + "ref/netstandard1.5/ru/System.Runtime.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.xml", "ref/portable-net45+win8+wp80+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9479,9 +13094,13 @@ "buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets", "buildTransitive/netcoreapp3.1/_._", "lib/net461/System.Runtime.CompilerServices.Unsafe.dll", + "lib/net461/System.Runtime.CompilerServices.Unsafe.xml", "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml", "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.xml", "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", "system.runtime.compilerservices.unsafe.nuspec", "useSharedDesignerContext.txt" @@ -9513,9 +13132,49 @@ "ref/net45/_._", "ref/net462/System.Runtime.Extensions.dll", "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", + "ref/netcore50/de/System.Runtime.Extensions.xml", + "ref/netcore50/es/System.Runtime.Extensions.xml", + "ref/netcore50/fr/System.Runtime.Extensions.xml", + "ref/netcore50/it/System.Runtime.Extensions.xml", + "ref/netcore50/ja/System.Runtime.Extensions.xml", + "ref/netcore50/ko/System.Runtime.Extensions.xml", + "ref/netcore50/ru/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/netstandard1.0/System.Runtime.Extensions.dll", + "ref/netstandard1.0/System.Runtime.Extensions.xml", + "ref/netstandard1.0/de/System.Runtime.Extensions.xml", + "ref/netstandard1.0/es/System.Runtime.Extensions.xml", + "ref/netstandard1.0/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.0/it/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml", "ref/netstandard1.3/System.Runtime.Extensions.dll", + "ref/netstandard1.3/System.Runtime.Extensions.xml", + "ref/netstandard1.3/de/System.Runtime.Extensions.xml", + "ref/netstandard1.3/es/System.Runtime.Extensions.xml", + "ref/netstandard1.3/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.3/it/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml", "ref/netstandard1.5/System.Runtime.Extensions.dll", + "ref/netstandard1.5/System.Runtime.Extensions.xml", + "ref/netstandard1.5/de/System.Runtime.Extensions.xml", + "ref/netstandard1.5/es/System.Runtime.Extensions.xml", + "ref/netstandard1.5/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.5/it/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9548,6 +13207,16 @@ "ref/MonoTouch10/_._", "ref/net46/_._", "ref/netstandard1.3/System.Runtime.Handles.dll", + "ref/netstandard1.3/System.Runtime.Handles.xml", + "ref/netstandard1.3/de/System.Runtime.Handles.xml", + "ref/netstandard1.3/es/System.Runtime.Handles.xml", + "ref/netstandard1.3/fr/System.Runtime.Handles.xml", + "ref/netstandard1.3/it/System.Runtime.Handles.xml", + "ref/netstandard1.3/ja/System.Runtime.Handles.xml", + "ref/netstandard1.3/ko/System.Runtime.Handles.xml", + "ref/netstandard1.3/ru/System.Runtime.Handles.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Handles.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Handles.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -9583,11 +13252,61 @@ "ref/net462/System.Runtime.InteropServices.dll", "ref/net463/System.Runtime.InteropServices.dll", "ref/netcore50/System.Runtime.InteropServices.dll", + "ref/netcore50/System.Runtime.InteropServices.xml", + "ref/netcore50/de/System.Runtime.InteropServices.xml", + "ref/netcore50/es/System.Runtime.InteropServices.xml", + "ref/netcore50/fr/System.Runtime.InteropServices.xml", + "ref/netcore50/it/System.Runtime.InteropServices.xml", + "ref/netcore50/ja/System.Runtime.InteropServices.xml", + "ref/netcore50/ko/System.Runtime.InteropServices.xml", + "ref/netcore50/ru/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hans/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hant/System.Runtime.InteropServices.xml", "ref/netcoreapp1.1/System.Runtime.InteropServices.dll", "ref/netstandard1.1/System.Runtime.InteropServices.dll", + "ref/netstandard1.1/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml", "ref/netstandard1.2/System.Runtime.InteropServices.dll", + "ref/netstandard1.2/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml", "ref/netstandard1.3/System.Runtime.InteropServices.dll", + "ref/netstandard1.3/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml", "ref/netstandard1.5/System.Runtime.InteropServices.dll", + "ref/netstandard1.5/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -9659,7 +13378,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Runtime.Numerics.dll", + "ref/netcore50/System.Runtime.Numerics.xml", + "ref/netcore50/de/System.Runtime.Numerics.xml", + "ref/netcore50/es/System.Runtime.Numerics.xml", + "ref/netcore50/fr/System.Runtime.Numerics.xml", + "ref/netcore50/it/System.Runtime.Numerics.xml", + "ref/netcore50/ja/System.Runtime.Numerics.xml", + "ref/netcore50/ko/System.Runtime.Numerics.xml", + "ref/netcore50/ru/System.Runtime.Numerics.xml", + "ref/netcore50/zh-hans/System.Runtime.Numerics.xml", + "ref/netcore50/zh-hant/System.Runtime.Numerics.xml", "ref/netstandard1.1/System.Runtime.Numerics.dll", + "ref/netstandard1.1/System.Runtime.Numerics.xml", + "ref/netstandard1.1/de/System.Runtime.Numerics.xml", + "ref/netstandard1.1/es/System.Runtime.Numerics.xml", + "ref/netstandard1.1/fr/System.Runtime.Numerics.xml", + "ref/netstandard1.1/it/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ja/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ko/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ru/System.Runtime.Numerics.xml", + "ref/netstandard1.1/zh-hans/System.Runtime.Numerics.xml", + "ref/netstandard1.1/zh-hant/System.Runtime.Numerics.xml", "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", @@ -9697,7 +13436,27 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Runtime.Serialization.Json.dll", + "ref/netcore50/System.Runtime.Serialization.Json.xml", + "ref/netcore50/de/System.Runtime.Serialization.Json.xml", + "ref/netcore50/es/System.Runtime.Serialization.Json.xml", + "ref/netcore50/fr/System.Runtime.Serialization.Json.xml", + "ref/netcore50/it/System.Runtime.Serialization.Json.xml", + "ref/netcore50/ja/System.Runtime.Serialization.Json.xml", + "ref/netcore50/ko/System.Runtime.Serialization.Json.xml", + "ref/netcore50/ru/System.Runtime.Serialization.Json.xml", + "ref/netcore50/zh-hans/System.Runtime.Serialization.Json.xml", + "ref/netcore50/zh-hant/System.Runtime.Serialization.Json.xml", "ref/netstandard1.0/System.Runtime.Serialization.Json.dll", + "ref/netstandard1.0/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/de/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/es/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/fr/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/it/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/ja/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/ko/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/ru/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Json.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Json.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9738,8 +13497,38 @@ "ref/net45/_._", "ref/net46/System.Runtime.Serialization.Primitives.dll", "ref/netcore50/System.Runtime.Serialization.Primitives.dll", + "ref/netcore50/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/de/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/es/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/fr/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/it/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/ja/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/ko/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/ru/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/zh-hans/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/zh-hant/System.Runtime.Serialization.Primitives.xml", "ref/netstandard1.0/System.Runtime.Serialization.Primitives.dll", + "ref/netstandard1.0/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/de/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/es/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/fr/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/it/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/ja/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/ko/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/ru/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Primitives.xml", "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll", + "ref/netstandard1.3/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/de/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/es/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/fr/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/it/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/ja/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/ko/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/ru/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Serialization.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Serialization.Primitives.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -9921,6 +13710,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Security.Cryptography.Encoding.dll", "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll", + "ref/netstandard1.3/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/de/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/es/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/fr/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/it/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ja/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ko/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ru/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/zh-hans/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/zh-hant/System.Security.Cryptography.Encoding.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -9948,6 +13747,39 @@ "system.security.cryptography.openssl.nuspec" ] }, + "System.Security.Cryptography.Pkcs/9.0.0": { + "sha512": "8tluJF8w9si+2yoHeL8rgVJS6lKvWomTDC8px65Z8MCzzdME5eaPtEQf4OfVGrAxB5fW93ncucy1+221O9EQaw==", + "type": "package", + "path": "system.security.cryptography.pkcs/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Security.Cryptography.Pkcs.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/System.Security.Cryptography.Pkcs.targets", + "lib/net462/System.Security.Cryptography.Pkcs.dll", + "lib/net462/System.Security.Cryptography.Pkcs.xml", + "lib/net8.0/System.Security.Cryptography.Pkcs.dll", + "lib/net8.0/System.Security.Cryptography.Pkcs.xml", + "lib/net9.0/System.Security.Cryptography.Pkcs.dll", + "lib/net9.0/System.Security.Cryptography.Pkcs.xml", + "lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll", + "lib/netstandard2.0/System.Security.Cryptography.Pkcs.xml", + "lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll", + "lib/netstandard2.1/System.Security.Cryptography.Pkcs.xml", + "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll", + "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.xml", + "runtimes/win/lib/net9.0/System.Security.Cryptography.Pkcs.dll", + "runtimes/win/lib/net9.0/System.Security.Cryptography.Pkcs.xml", + "system.security.cryptography.pkcs.9.0.0.nupkg.sha512", + "system.security.cryptography.pkcs.nuspec", + "useSharedDesignerContext.txt" + ] + }, "System.Security.Cryptography.Primitives/4.3.0": { "sha512": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", "type": "package", @@ -10035,7 +13867,27 @@ "ref/net46/System.Security.Cryptography.X509Certificates.dll", "ref/net461/System.Security.Cryptography.X509Certificates.dll", "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/de/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/es/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/fr/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/it/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ja/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ko/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ru/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/zh-hant/System.Security.Cryptography.X509Certificates.xml", "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/de/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/es/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/fr/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/it/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ja/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ko/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ru/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/zh-hant/System.Security.Cryptography.X509Certificates.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -10049,6 +13901,33 @@ "system.security.cryptography.x509certificates.nuspec" ] }, + "System.Security.Cryptography.Xml/9.0.0": { + "sha512": "GQZn5wFd+pyOfwWaCbqxG7trQ5ox01oR8kYgWflgtux4HiUNihGEgG2TktRWyH+9bw7NoEju1D41H/upwQeFQw==", + "type": "package", + "path": "system.security.cryptography.xml/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Security.Cryptography.Xml.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/System.Security.Cryptography.Xml.targets", + "lib/net462/System.Security.Cryptography.Xml.dll", + "lib/net462/System.Security.Cryptography.Xml.xml", + "lib/net8.0/System.Security.Cryptography.Xml.dll", + "lib/net8.0/System.Security.Cryptography.Xml.xml", + "lib/net9.0/System.Security.Cryptography.Xml.dll", + "lib/net9.0/System.Security.Cryptography.Xml.xml", + "lib/netstandard2.0/System.Security.Cryptography.Xml.dll", + "lib/netstandard2.0/System.Security.Cryptography.Xml.xml", + "system.security.cryptography.xml.9.0.0.nupkg.sha512", + "system.security.cryptography.xml.nuspec", + "useSharedDesignerContext.txt" + ] + }, "System.Security.Principal.Windows/5.0.0": { "sha512": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==", "type": "package", @@ -10128,8 +14007,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Text.Encoding.dll", + "ref/netcore50/System.Text.Encoding.xml", + "ref/netcore50/de/System.Text.Encoding.xml", + "ref/netcore50/es/System.Text.Encoding.xml", + "ref/netcore50/fr/System.Text.Encoding.xml", + "ref/netcore50/it/System.Text.Encoding.xml", + "ref/netcore50/ja/System.Text.Encoding.xml", + "ref/netcore50/ko/System.Text.Encoding.xml", + "ref/netcore50/ru/System.Text.Encoding.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.xml", "ref/netstandard1.0/System.Text.Encoding.dll", + "ref/netstandard1.0/System.Text.Encoding.xml", + "ref/netstandard1.0/de/System.Text.Encoding.xml", + "ref/netstandard1.0/es/System.Text.Encoding.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.xml", + "ref/netstandard1.0/it/System.Text.Encoding.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml", "ref/netstandard1.3/System.Text.Encoding.dll", + "ref/netstandard1.3/System.Text.Encoding.xml", + "ref/netstandard1.3/de/System.Text.Encoding.xml", + "ref/netstandard1.3/es/System.Text.Encoding.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.xml", + "ref/netstandard1.3/it/System.Text.Encoding.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -10142,6 +14051,45 @@ "system.text.encoding.nuspec" ] }, + "System.Text.Encoding.CodePages/6.0.0": { + "sha512": "ZFCILZuOvtKPauZ/j/swhvw68ZRi9ATCfvGbk1QfydmcXBkIWecWKn/250UH7rahZ5OoDBaiAudJtPvLwzw85A==", + "type": "package", + "path": "system.text.encoding.codepages/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Text.Encoding.CodePages.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net461/System.Text.Encoding.CodePages.dll", + "lib/net461/System.Text.Encoding.CodePages.xml", + "lib/net6.0/System.Text.Encoding.CodePages.dll", + "lib/net6.0/System.Text.Encoding.CodePages.xml", + "lib/netcoreapp3.1/System.Text.Encoding.CodePages.dll", + "lib/netcoreapp3.1/System.Text.Encoding.CodePages.xml", + "lib/netstandard2.0/System.Text.Encoding.CodePages.dll", + "lib/netstandard2.0/System.Text.Encoding.CodePages.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "runtimes/win/lib/net461/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/net461/System.Text.Encoding.CodePages.xml", + "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.xml", + "runtimes/win/lib/netcoreapp3.1/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/netcoreapp3.1/System.Text.Encoding.CodePages.xml", + "runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.xml", + "system.text.encoding.codepages.6.0.0.nupkg.sha512", + "system.text.encoding.codepages.nuspec", + "useSharedDesignerContext.txt" + ] + }, "System.Text.Encoding.Extensions/4.3.0": { "sha512": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", "type": "package", @@ -10166,8 +14114,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Text.Encoding.Extensions.dll", + "ref/netcore50/System.Text.Encoding.Extensions.xml", + "ref/netcore50/de/System.Text.Encoding.Extensions.xml", + "ref/netcore50/es/System.Text.Encoding.Extensions.xml", + "ref/netcore50/fr/System.Text.Encoding.Extensions.xml", + "ref/netcore50/it/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ja/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ko/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ru/System.Text.Encoding.Extensions.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml", "ref/netstandard1.0/System.Text.Encoding.Extensions.dll", + "ref/netstandard1.0/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/de/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/es/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/it/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.Extensions.xml", "ref/netstandard1.3/System.Text.Encoding.Extensions.dll", + "ref/netstandard1.3/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/de/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/es/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/it/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.Extensions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -10180,85 +14158,50 @@ "system.text.encoding.extensions.nuspec" ] }, - "System.Text.Encodings.Web/6.0.0": { - "sha512": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", + "System.Text.Encodings.Web/4.7.2": { + "sha512": "iTUgB/WtrZ1sWZs84F2hwyQhiRH6QNjQv2DkwrH+WP6RoFga2Q1m3f9/Q7FG8cck8AdHitQkmkXSY8qylcDmuA==", "type": "package", - "path": "system.text.encodings.web/6.0.0", + "path": "system.text.encodings.web/4.7.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/netcoreapp2.0/System.Text.Encodings.Web.targets", - "buildTransitive/netcoreapp3.1/_._", "lib/net461/System.Text.Encodings.Web.dll", "lib/net461/System.Text.Encodings.Web.xml", - "lib/net6.0/System.Text.Encodings.Web.dll", - "lib/net6.0/System.Text.Encodings.Web.xml", - "lib/netcoreapp3.1/System.Text.Encodings.Web.dll", - "lib/netcoreapp3.1/System.Text.Encodings.Web.xml", + "lib/netstandard1.0/System.Text.Encodings.Web.dll", + "lib/netstandard1.0/System.Text.Encodings.Web.xml", "lib/netstandard2.0/System.Text.Encodings.Web.dll", "lib/netstandard2.0/System.Text.Encodings.Web.xml", - "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll", - "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.xml", - "system.text.encodings.web.6.0.0.nupkg.sha512", + "lib/netstandard2.1/System.Text.Encodings.Web.dll", + "lib/netstandard2.1/System.Text.Encodings.Web.xml", + "system.text.encodings.web.4.7.2.nupkg.sha512", "system.text.encodings.web.nuspec", - "useSharedDesignerContext.txt" + "useSharedDesignerContext.txt", + "version.txt" ] }, - "System.Text.Json/6.0.0": { - "sha512": "zaJsHfESQvJ11vbXnNlkrR46IaMULk/gHxYsJphzSF+07kTjPHv+Oc14w6QEOfo3Q4hqLJgStUaYB9DBl0TmWg==", + "System.Text.Json/4.7.2": { + "sha512": "TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==", "type": "package", - "path": "system.text.json/6.0.0", + "path": "system.text.json/4.7.2", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", - "analyzers/dotnet/roslyn3.11/cs/System.Text.Json.SourceGeneration.dll", - "analyzers/dotnet/roslyn3.11/cs/cs/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/de/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/es/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/fr/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/it/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ja/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ko/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pl/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ru/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/tr/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/System.Text.Json.SourceGeneration.dll", - "analyzers/dotnet/roslyn4.0/cs/cs/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/de/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/es/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/fr/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/it/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ja/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ko/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pl/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ru/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/tr/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll", - "build/System.Text.Json.targets", - "buildTransitive/netcoreapp2.0/System.Text.Json.targets", - "buildTransitive/netcoreapp3.1/_._", "lib/net461/System.Text.Json.dll", "lib/net461/System.Text.Json.xml", - "lib/net6.0/System.Text.Json.dll", - "lib/net6.0/System.Text.Json.xml", - "lib/netcoreapp3.1/System.Text.Json.dll", - "lib/netcoreapp3.1/System.Text.Json.xml", + "lib/netcoreapp3.0/System.Text.Json.dll", + "lib/netcoreapp3.0/System.Text.Json.xml", "lib/netstandard2.0/System.Text.Json.dll", "lib/netstandard2.0/System.Text.Json.xml", - "system.text.json.6.0.0.nupkg.sha512", + "system.text.json.4.7.2.nupkg.sha512", "system.text.json.nuspec", - "useSharedDesignerContext.txt" + "useSharedDesignerContext.txt", + "version.txt" ] }, "System.Text.RegularExpressions/4.3.0": { @@ -10289,10 +14232,50 @@ "ref/net45/_._", "ref/net463/System.Text.RegularExpressions.dll", "ref/netcore50/System.Text.RegularExpressions.dll", + "ref/netcore50/System.Text.RegularExpressions.xml", + "ref/netcore50/de/System.Text.RegularExpressions.xml", + "ref/netcore50/es/System.Text.RegularExpressions.xml", + "ref/netcore50/fr/System.Text.RegularExpressions.xml", + "ref/netcore50/it/System.Text.RegularExpressions.xml", + "ref/netcore50/ja/System.Text.RegularExpressions.xml", + "ref/netcore50/ko/System.Text.RegularExpressions.xml", + "ref/netcore50/ru/System.Text.RegularExpressions.xml", + "ref/netcore50/zh-hans/System.Text.RegularExpressions.xml", + "ref/netcore50/zh-hant/System.Text.RegularExpressions.xml", "ref/netcoreapp1.1/System.Text.RegularExpressions.dll", "ref/netstandard1.0/System.Text.RegularExpressions.dll", + "ref/netstandard1.0/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/zh-hant/System.Text.RegularExpressions.xml", "ref/netstandard1.3/System.Text.RegularExpressions.dll", + "ref/netstandard1.3/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/zh-hant/System.Text.RegularExpressions.xml", "ref/netstandard1.6/System.Text.RegularExpressions.dll", + "ref/netstandard1.6/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/zh-hant/System.Text.RegularExpressions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -10331,8 +14314,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", + "ref/netcore50/de/System.Threading.xml", + "ref/netcore50/es/System.Threading.xml", + "ref/netcore50/fr/System.Threading.xml", + "ref/netcore50/it/System.Threading.xml", + "ref/netcore50/ja/System.Threading.xml", + "ref/netcore50/ko/System.Threading.xml", + "ref/netcore50/ru/System.Threading.xml", + "ref/netcore50/zh-hans/System.Threading.xml", + "ref/netcore50/zh-hant/System.Threading.xml", "ref/netstandard1.0/System.Threading.dll", + "ref/netstandard1.0/System.Threading.xml", + "ref/netstandard1.0/de/System.Threading.xml", + "ref/netstandard1.0/es/System.Threading.xml", + "ref/netstandard1.0/fr/System.Threading.xml", + "ref/netstandard1.0/it/System.Threading.xml", + "ref/netstandard1.0/ja/System.Threading.xml", + "ref/netstandard1.0/ko/System.Threading.xml", + "ref/netstandard1.0/ru/System.Threading.xml", + "ref/netstandard1.0/zh-hans/System.Threading.xml", + "ref/netstandard1.0/zh-hant/System.Threading.xml", "ref/netstandard1.3/System.Threading.dll", + "ref/netstandard1.3/System.Threading.xml", + "ref/netstandard1.3/de/System.Threading.xml", + "ref/netstandard1.3/es/System.Threading.xml", + "ref/netstandard1.3/fr/System.Threading.xml", + "ref/netstandard1.3/it/System.Threading.xml", + "ref/netstandard1.3/ja/System.Threading.xml", + "ref/netstandard1.3/ko/System.Threading.xml", + "ref/netstandard1.3/ru/System.Threading.xml", + "ref/netstandard1.3/zh-hans/System.Threading.xml", + "ref/netstandard1.3/zh-hant/System.Threading.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -10399,8 +14412,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Threading.Tasks.dll", + "ref/netcore50/System.Threading.Tasks.xml", + "ref/netcore50/de/System.Threading.Tasks.xml", + "ref/netcore50/es/System.Threading.Tasks.xml", + "ref/netcore50/fr/System.Threading.Tasks.xml", + "ref/netcore50/it/System.Threading.Tasks.xml", + "ref/netcore50/ja/System.Threading.Tasks.xml", + "ref/netcore50/ko/System.Threading.Tasks.xml", + "ref/netcore50/ru/System.Threading.Tasks.xml", + "ref/netcore50/zh-hans/System.Threading.Tasks.xml", + "ref/netcore50/zh-hant/System.Threading.Tasks.xml", "ref/netstandard1.0/System.Threading.Tasks.dll", + "ref/netstandard1.0/System.Threading.Tasks.xml", + "ref/netstandard1.0/de/System.Threading.Tasks.xml", + "ref/netstandard1.0/es/System.Threading.Tasks.xml", + "ref/netstandard1.0/fr/System.Threading.Tasks.xml", + "ref/netstandard1.0/it/System.Threading.Tasks.xml", + "ref/netstandard1.0/ja/System.Threading.Tasks.xml", + "ref/netstandard1.0/ko/System.Threading.Tasks.xml", + "ref/netstandard1.0/ru/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml", "ref/netstandard1.3/System.Threading.Tasks.dll", + "ref/netstandard1.3/System.Threading.Tasks.xml", + "ref/netstandard1.3/de/System.Threading.Tasks.xml", + "ref/netstandard1.3/es/System.Threading.Tasks.xml", + "ref/netstandard1.3/fr/System.Threading.Tasks.xml", + "ref/netstandard1.3/it/System.Threading.Tasks.xml", + "ref/netstandard1.3/ja/System.Threading.Tasks.xml", + "ref/netstandard1.3/ko/System.Threading.Tasks.xml", + "ref/netstandard1.3/ru/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -10425,9 +14468,12 @@ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net461/System.Threading.Tasks.Extensions.dll", + "lib/net461/System.Threading.Tasks.Extensions.xml", "lib/netcoreapp2.1/_._", "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml", "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", "lib/xamarinios10/_._", @@ -10469,6 +14515,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Threading.Thread.dll", "ref/netstandard1.3/System.Threading.Thread.dll", + "ref/netstandard1.3/System.Threading.Thread.xml", + "ref/netstandard1.3/de/System.Threading.Thread.xml", + "ref/netstandard1.3/es/System.Threading.Thread.xml", + "ref/netstandard1.3/fr/System.Threading.Thread.xml", + "ref/netstandard1.3/it/System.Threading.Thread.xml", + "ref/netstandard1.3/ja/System.Threading.Thread.xml", + "ref/netstandard1.3/ko/System.Threading.Thread.xml", + "ref/netstandard1.3/ru/System.Threading.Thread.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Thread.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Thread.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -10499,6 +14555,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Threading.ThreadPool.dll", "ref/netstandard1.3/System.Threading.ThreadPool.dll", + "ref/netstandard1.3/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/de/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/es/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/fr/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/it/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ja/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ko/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ru/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/zh-hans/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/zh-hant/System.Threading.ThreadPool.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -10530,7 +14596,27 @@ "ref/MonoTouch10/_._", "ref/net451/_._", "ref/netcore50/System.Threading.Timer.dll", + "ref/netcore50/System.Threading.Timer.xml", + "ref/netcore50/de/System.Threading.Timer.xml", + "ref/netcore50/es/System.Threading.Timer.xml", + "ref/netcore50/fr/System.Threading.Timer.xml", + "ref/netcore50/it/System.Threading.Timer.xml", + "ref/netcore50/ja/System.Threading.Timer.xml", + "ref/netcore50/ko/System.Threading.Timer.xml", + "ref/netcore50/ru/System.Threading.Timer.xml", + "ref/netcore50/zh-hans/System.Threading.Timer.xml", + "ref/netcore50/zh-hant/System.Threading.Timer.xml", "ref/netstandard1.2/System.Threading.Timer.dll", + "ref/netstandard1.2/System.Threading.Timer.xml", + "ref/netstandard1.2/de/System.Threading.Timer.xml", + "ref/netstandard1.2/es/System.Threading.Timer.xml", + "ref/netstandard1.2/fr/System.Threading.Timer.xml", + "ref/netstandard1.2/it/System.Threading.Timer.xml", + "ref/netstandard1.2/ja/System.Threading.Timer.xml", + "ref/netstandard1.2/ko/System.Threading.Timer.xml", + "ref/netstandard1.2/ru/System.Threading.Timer.xml", + "ref/netstandard1.2/zh-hans/System.Threading.Timer.xml", + "ref/netstandard1.2/zh-hant/System.Threading.Timer.xml", "ref/portable-net451+win81+wpa81/_._", "ref/win81/_._", "ref/wpa81/_._", @@ -10542,6 +14628,50 @@ "system.threading.timer.nuspec" ] }, + "System.ValueTuple/4.5.0": { + "sha512": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==", + "type": "package", + "path": "system.valuetuple/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net461/System.ValueTuple.dll", + "lib/net461/System.ValueTuple.xml", + "lib/net47/System.ValueTuple.dll", + "lib/net47/System.ValueTuple.xml", + "lib/netcoreapp2.0/_._", + "lib/netstandard1.0/System.ValueTuple.dll", + "lib/netstandard1.0/System.ValueTuple.xml", + "lib/netstandard2.0/_._", + "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", + "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.xml", + "lib/uap10.0.16299/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net461/System.ValueTuple.dll", + "ref/net47/System.ValueTuple.dll", + "ref/netcoreapp2.0/_._", + "ref/netstandard2.0/_._", + "ref/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", + "ref/uap10.0.16299/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.valuetuple.4.5.0.nupkg.sha512", + "system.valuetuple.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, "System.Xml.ReaderWriter/4.3.0": { "sha512": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", "type": "package", @@ -10570,8 +14700,38 @@ "ref/net45/_._", "ref/net46/System.Xml.ReaderWriter.dll", "ref/netcore50/System.Xml.ReaderWriter.dll", + "ref/netcore50/System.Xml.ReaderWriter.xml", + "ref/netcore50/de/System.Xml.ReaderWriter.xml", + "ref/netcore50/es/System.Xml.ReaderWriter.xml", + "ref/netcore50/fr/System.Xml.ReaderWriter.xml", + "ref/netcore50/it/System.Xml.ReaderWriter.xml", + "ref/netcore50/ja/System.Xml.ReaderWriter.xml", + "ref/netcore50/ko/System.Xml.ReaderWriter.xml", + "ref/netcore50/ru/System.Xml.ReaderWriter.xml", + "ref/netcore50/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netcore50/zh-hant/System.Xml.ReaderWriter.xml", "ref/netstandard1.0/System.Xml.ReaderWriter.dll", + "ref/netstandard1.0/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/de/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/es/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/fr/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/it/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ja/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ko/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ru/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/zh-hant/System.Xml.ReaderWriter.xml", "ref/netstandard1.3/System.Xml.ReaderWriter.dll", + "ref/netstandard1.3/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/de/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/es/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/fr/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/it/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ja/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ko/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ru/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/zh-hant/System.Xml.ReaderWriter.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -10610,8 +14770,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Xml.XDocument.dll", + "ref/netcore50/System.Xml.XDocument.xml", + "ref/netcore50/de/System.Xml.XDocument.xml", + "ref/netcore50/es/System.Xml.XDocument.xml", + "ref/netcore50/fr/System.Xml.XDocument.xml", + "ref/netcore50/it/System.Xml.XDocument.xml", + "ref/netcore50/ja/System.Xml.XDocument.xml", + "ref/netcore50/ko/System.Xml.XDocument.xml", + "ref/netcore50/ru/System.Xml.XDocument.xml", + "ref/netcore50/zh-hans/System.Xml.XDocument.xml", + "ref/netcore50/zh-hant/System.Xml.XDocument.xml", "ref/netstandard1.0/System.Xml.XDocument.dll", + "ref/netstandard1.0/System.Xml.XDocument.xml", + "ref/netstandard1.0/de/System.Xml.XDocument.xml", + "ref/netstandard1.0/es/System.Xml.XDocument.xml", + "ref/netstandard1.0/fr/System.Xml.XDocument.xml", + "ref/netstandard1.0/it/System.Xml.XDocument.xml", + "ref/netstandard1.0/ja/System.Xml.XDocument.xml", + "ref/netstandard1.0/ko/System.Xml.XDocument.xml", + "ref/netstandard1.0/ru/System.Xml.XDocument.xml", + "ref/netstandard1.0/zh-hans/System.Xml.XDocument.xml", + "ref/netstandard1.0/zh-hant/System.Xml.XDocument.xml", "ref/netstandard1.3/System.Xml.XDocument.dll", + "ref/netstandard1.3/System.Xml.XDocument.xml", + "ref/netstandard1.3/de/System.Xml.XDocument.xml", + "ref/netstandard1.3/es/System.Xml.XDocument.xml", + "ref/netstandard1.3/fr/System.Xml.XDocument.xml", + "ref/netstandard1.3/it/System.Xml.XDocument.xml", + "ref/netstandard1.3/ja/System.Xml.XDocument.xml", + "ref/netstandard1.3/ko/System.Xml.XDocument.xml", + "ref/netstandard1.3/ru/System.Xml.XDocument.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XDocument.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XDocument.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -10645,6 +14835,16 @@ "ref/MonoTouch10/_._", "ref/net46/System.Xml.XmlDocument.dll", "ref/netstandard1.3/System.Xml.XmlDocument.dll", + "ref/netstandard1.3/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/de/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/es/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/fr/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/it/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/ja/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/ko/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/ru/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XmlDocument.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", @@ -10679,8 +14879,38 @@ "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Xml.XmlSerializer.dll", + "ref/netcore50/System.Xml.XmlSerializer.xml", + "ref/netcore50/de/System.Xml.XmlSerializer.xml", + "ref/netcore50/es/System.Xml.XmlSerializer.xml", + "ref/netcore50/fr/System.Xml.XmlSerializer.xml", + "ref/netcore50/it/System.Xml.XmlSerializer.xml", + "ref/netcore50/ja/System.Xml.XmlSerializer.xml", + "ref/netcore50/ko/System.Xml.XmlSerializer.xml", + "ref/netcore50/ru/System.Xml.XmlSerializer.xml", + "ref/netcore50/zh-hans/System.Xml.XmlSerializer.xml", + "ref/netcore50/zh-hant/System.Xml.XmlSerializer.xml", "ref/netstandard1.0/System.Xml.XmlSerializer.dll", + "ref/netstandard1.0/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/de/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/es/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/fr/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/it/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/ja/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/ko/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/ru/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/zh-hans/System.Xml.XmlSerializer.xml", + "ref/netstandard1.0/zh-hant/System.Xml.XmlSerializer.xml", "ref/netstandard1.3/System.Xml.XmlSerializer.dll", + "ref/netstandard1.3/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/de/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/es/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/fr/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/it/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/ja/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/ko/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/ru/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XmlSerializer.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XmlSerializer.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -10715,8 +14945,11 @@ ".nupkg.metadata", ".signature.p7s", "lib/net35/xunit.abstractions.dll", + "lib/net35/xunit.abstractions.xml", "lib/netstandard1.0/xunit.abstractions.dll", + "lib/netstandard1.0/xunit.abstractions.xml", "lib/netstandard2.0/xunit.abstractions.dll", + "lib/netstandard2.0/xunit.abstractions.xml", "xunit.abstractions.2.0.3.nupkg.sha512", "xunit.abstractions.nuspec" ] @@ -10831,30 +15064,26 @@ "xunit.runner.visualstudio.nuspec" ] }, - "YamlDotNet/13.3.1": { - "sha512": "Q2dqDsb0xAlr092grgHk8/vTXI2snIiYM5ND3IXkgJDFIdPnqDYwYnlk+gwzSeRByDLhiSzTog8uT7xFwH68Zg==", + "YamlDotNet/16.3.0": { + "sha512": "SgMOdxbz8X65z8hraIs6hOEdnkH6hESTAIUa7viEngHOYaH+6q5XJmwr1+yb9vJpNQ19hCQY69xbFsLtXpobQA==", "type": "package", - "path": "yamldotnet/13.3.1", + "path": "yamldotnet/16.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.txt", + "README.md", "images/yamldotnet.png", - "lib/net35/YamlDotNet.dll", - "lib/net35/YamlDotNet.xml", - "lib/net45/YamlDotNet.dll", - "lib/net45/YamlDotNet.xml", "lib/net47/YamlDotNet.dll", "lib/net47/YamlDotNet.xml", "lib/net6.0/YamlDotNet.dll", "lib/net6.0/YamlDotNet.xml", - "lib/net7.0/YamlDotNet.dll", - "lib/net7.0/YamlDotNet.xml", + "lib/net8.0/YamlDotNet.dll", + "lib/net8.0/YamlDotNet.xml", "lib/netstandard2.0/YamlDotNet.dll", "lib/netstandard2.0/YamlDotNet.xml", "lib/netstandard2.1/YamlDotNet.dll", "lib/netstandard2.1/YamlDotNet.xml", - "yamldotnet.13.3.1.nupkg.sha512", + "yamldotnet.16.3.0.nupkg.sha512", "yamldotnet.nuspec" ] }, @@ -10899,8 +15128,44 @@ }, "projectFileDependencyGroups": { "net9.0": [ + "AspNetCore.HealthChecks.AzureServiceBus >= 9.0.0", + "AspNetCore.HealthChecks.Rabbitmq >= 8.0.2", + "AspNetCore.HealthChecks.Redis >= 9.0.0", + "AspNetCore.HealthChecks.SqlServer >= 9.0.0", + "AspNetCore.HealthChecks.UI >= 9.0.0", + "AspNetCore.HealthChecks.UI.Client >= 9.0.0", + "AspNetCore.HealthChecks.UI.InMemory.Storage >= 9.0.0", + "AspNetCore.HealthChecks.Uris >= 9.0.0", + "Autofac >= 9.0.0", "Coupon.API >= 1.0.0", + "FluentValidation.AspNetCore >= 11.3.0", + "Google.Protobuf >= 3.33.1", + "Grpc.AspNetCore.Server >= 2.71.0", + "Grpc.AspNetCore.Server.ClientFactory >= 2.71.0", + "Grpc.Net.Client >= 2.71.0", + "Grpc.Tools >= 2.76.0", + "MediatR >= 12.4.1", + "Microsoft.ApplicationInsights.AspNetCore >= 2.23.0", + "Microsoft.ApplicationInsights.DependencyCollector >= 2.23.0", + "Microsoft.ApplicationInsights.Kubernetes >= 8.0.0", + "Microsoft.AspNetCore.DataProtection.StackExchangeRedis >= 9.0.0", + "Microsoft.Extensions.Diagnostics.HealthChecks >= 9.0.0", + "Microsoft.Extensions.Hosting >= 9.0.2", + "Microsoft.Extensions.Logging >= 9.0.2", + "Microsoft.Extensions.Logging.Abstractions >= 9.0.2", + "Microsoft.Extensions.Logging.AzureAppServices >= 9.0.0", "Microsoft.NET.Test.Sdk >= 17.12.0", + "Microsoft.Web.LibraryManager.Build >= 3.0.71", + "Newtonsoft.Json >= 13.0.4", + "Polly >= 8.6.5", + "RabbitMQ.Client >= 6.8.1", + "Serilog.AspNetCore >= 9.0.0", + "Serilog.Settings.Configuration >= 9.0.0", + "Serilog.Sinks.Console >= 6.1.1", + "Serilog.Sinks.Http >= 9.2.0", + "Serilog.Sinks.Seq >= 9.0.0", + "Swashbuckle.AspNetCore >= 7.2.0", + "Swashbuckle.AspNetCore.Newtonsoft >= 7.2.0", "coverlet.collector >= 6.0.2", "xunit >= 2.9.2", "xunit.runner.visualstudio >= 3.0.0" @@ -10953,10 +15218,156 @@ "net9.0": { "targetAlias": "net9.0", "dependencies": { + "AspNetCore.HealthChecks.AzureServiceBus": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.Rabbitmq": { + "target": "Package", + "version": "[8.0.2, )" + }, + "AspNetCore.HealthChecks.Redis": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.SqlServer": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.UI": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.UI.Client": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.UI.InMemory.Storage": { + "target": "Package", + "version": "[9.0.0, )" + }, + "AspNetCore.HealthChecks.Uris": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Autofac": { + "target": "Package", + "version": "[9.0.0, )" + }, + "FluentValidation.AspNetCore": { + "target": "Package", + "version": "[11.3.0, )" + }, + "Google.Protobuf": { + "target": "Package", + "version": "[3.33.1, )" + }, + "Grpc.AspNetCore.Server": { + "target": "Package", + "version": "[2.71.0, )" + }, + "Grpc.AspNetCore.Server.ClientFactory": { + "target": "Package", + "version": "[2.71.0, )" + }, + "Grpc.Net.Client": { + "target": "Package", + "version": "[2.71.0, )" + }, + "Grpc.Tools": { + "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", + "suppressParent": "All", + "target": "Package", + "version": "[2.76.0, )" + }, + "MediatR": { + "target": "Package", + "version": "[12.4.1, )" + }, + "Microsoft.ApplicationInsights.AspNetCore": { + "target": "Package", + "version": "[2.23.0, )" + }, + "Microsoft.ApplicationInsights.DependencyCollector": { + "target": "Package", + "version": "[2.23.0, )" + }, + "Microsoft.ApplicationInsights.Kubernetes": { + "target": "Package", + "version": "[8.0.0, )" + }, + "Microsoft.AspNetCore.DataProtection.StackExchangeRedis": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Microsoft.Extensions.Diagnostics.HealthChecks": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Microsoft.Extensions.Hosting": { + "target": "Package", + "version": "[9.0.2, )" + }, + "Microsoft.Extensions.Logging": { + "target": "Package", + "version": "[9.0.2, )" + }, + "Microsoft.Extensions.Logging.Abstractions": { + "target": "Package", + "version": "[9.0.2, )" + }, + "Microsoft.Extensions.Logging.AzureAppServices": { + "target": "Package", + "version": "[9.0.0, )" + }, "Microsoft.NET.Test.Sdk": { "target": "Package", "version": "[17.12.0, )" }, + "Microsoft.Web.LibraryManager.Build": { + "target": "Package", + "version": "[3.0.71, )" + }, + "Newtonsoft.Json": { + "target": "Package", + "version": "[13.0.4, )" + }, + "Polly": { + "target": "Package", + "version": "[8.6.5, )" + }, + "RabbitMQ.Client": { + "target": "Package", + "version": "[6.8.1, )" + }, + "Serilog.AspNetCore": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Serilog.Settings.Configuration": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Serilog.Sinks.Console": { + "target": "Package", + "version": "[6.1.1, )" + }, + "Serilog.Sinks.Http": { + "target": "Package", + "version": "[9.2.0, )" + }, + "Serilog.Sinks.Seq": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Swashbuckle.AspNetCore": { + "target": "Package", + "version": "[7.2.0, )" + }, + "Swashbuckle.AspNetCore.Newtonsoft": { + "target": "Package", + "version": "[7.2.0, )" + }, "coverlet.collector": { "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", "suppressParent": "All", diff --git a/tests/Services/Coupon/Coupon.API.Tests/obj/project.nuget.cache b/tests/Services/Coupon/Coupon.API.Tests/obj/project.nuget.cache index f774faef..07748b48 100644 --- a/tests/Services/Coupon/Coupon.API.Tests/obj/project.nuget.cache +++ b/tests/Services/Coupon/Coupon.API.Tests/obj/project.nuget.cache @@ -1,38 +1,59 @@ { "version": 2, - "dgSpecHash": "ZwSbtiFH/7I=", + "dgSpecHash": "6CZottr98GA=", "success": true, "projectFilePath": "/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/tests/Services/Coupon/Coupon.API.Tests/Coupon.API.Tests.csproj", "expectedPackageFiles": [ - "/home/runner/.nuget/packages/aspnetcore.healthchecks.azureservicebus/8.0.1/aspnetcore.healthchecks.azureservicebus.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.azureservicebus/9.0.0/aspnetcore.healthchecks.azureservicebus.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/aspnetcore.healthchecks.mongodb/8.1.0/aspnetcore.healthchecks.mongodb.8.1.0.nupkg.sha512", "/home/runner/.nuget/packages/aspnetcore.healthchecks.rabbitmq/8.0.2/aspnetcore.healthchecks.rabbitmq.8.0.2.nupkg.sha512", - "/home/runner/.nuget/packages/aspnetcore.healthchecks.sqlserver/8.0.2/aspnetcore.healthchecks.sqlserver.8.0.2.nupkg.sha512", - "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.client/8.0.1/aspnetcore.healthchecks.ui.client.8.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.core/8.0.1/aspnetcore.healthchecks.ui.core.8.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/autofac/8.1.1/autofac.8.1.1.nupkg.sha512", - "/home/runner/.nuget/packages/autofac.extensions.dependencyinjection/10.0.0/autofac.extensions.dependencyinjection.10.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.redis/9.0.0/aspnetcore.healthchecks.redis.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.sqlserver/9.0.0/aspnetcore.healthchecks.sqlserver.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui/9.0.0/aspnetcore.healthchecks.ui.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.client/9.0.0/aspnetcore.healthchecks.ui.client.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.core/9.0.0/aspnetcore.healthchecks.ui.core.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.data/9.0.0/aspnetcore.healthchecks.ui.data.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.inmemory.storage/9.0.0/aspnetcore.healthchecks.ui.inmemory.storage.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/aspnetcore.healthchecks.uris/9.0.0/aspnetcore.healthchecks.uris.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/autofac/9.0.0/autofac.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/autofac.extensions.dependencyinjection/9.0.0/autofac.extensions.dependencyinjection.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/awssdk.core/3.7.100.14/awssdk.core.3.7.100.14.nupkg.sha512", "/home/runner/.nuget/packages/awssdk.securitytoken/3.7.100.14/awssdk.securitytoken.3.7.100.14.nupkg.sha512", - "/home/runner/.nuget/packages/azure.core/1.36.0/azure.core.1.36.0.nupkg.sha512", + "/home/runner/.nuget/packages/azure.core/1.38.0/azure.core.1.38.0.nupkg.sha512", "/home/runner/.nuget/packages/azure.core.amqp/1.3.0/azure.core.amqp.1.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/azure.identity/1.10.3/azure.identity.1.10.3.nupkg.sha512", + "/home/runner/.nuget/packages/azure.identity/1.11.4/azure.identity.1.11.4.nupkg.sha512", "/home/runner/.nuget/packages/azure.messaging.servicebus/7.17.0/azure.messaging.servicebus.7.17.0.nupkg.sha512", "/home/runner/.nuget/packages/coverlet.collector/6.0.2/coverlet.collector.6.0.2.nupkg.sha512", "/home/runner/.nuget/packages/dnsclient/1.6.1/dnsclient.1.6.1.nupkg.sha512", - "/home/runner/.nuget/packages/fractions/7.2.1/fractions.7.2.1.nupkg.sha512", - "/home/runner/.nuget/packages/identitymodel/5.2.0/identitymodel.5.2.0.nupkg.sha512", - "/home/runner/.nuget/packages/identitymodel.oidcclient/5.2.1/identitymodel.oidcclient.5.2.1.nupkg.sha512", - "/home/runner/.nuget/packages/kubernetesclient/12.1.1/kubernetesclient.12.1.1.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights/2.22.0/microsoft.applicationinsights.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.aspnetcore/2.22.0/microsoft.applicationinsights.aspnetcore.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.dependencycollector/2.22.0/microsoft.applicationinsights.dependencycollector.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.eventcountercollector/2.22.0/microsoft.applicationinsights.eventcountercollector.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.kubernetes/7.0.0/microsoft.applicationinsights.kubernetes.7.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.perfcountercollector/2.22.0/microsoft.applicationinsights.perfcountercollector.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.windowsserver/2.22.0/microsoft.applicationinsights.windowsserver.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.applicationinsights.windowsserver.telemetrychannel/2.22.0/microsoft.applicationinsights.windowsserver.telemetrychannel.2.22.0.nupkg.sha512", + "/home/runner/.nuget/packages/fluentvalidation/11.5.1/fluentvalidation.11.5.1.nupkg.sha512", + "/home/runner/.nuget/packages/fluentvalidation.aspnetcore/11.3.0/fluentvalidation.aspnetcore.11.3.0.nupkg.sha512", + "/home/runner/.nuget/packages/fluentvalidation.dependencyinjectionextensions/11.5.1/fluentvalidation.dependencyinjectionextensions.11.5.1.nupkg.sha512", + "/home/runner/.nuget/packages/fractions/7.3.0/fractions.7.3.0.nupkg.sha512", + "/home/runner/.nuget/packages/google.protobuf/3.33.1/google.protobuf.3.33.1.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.aspnetcore.server/2.71.0/grpc.aspnetcore.server.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.aspnetcore.server.clientfactory/2.71.0/grpc.aspnetcore.server.clientfactory.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.core.api/2.71.0/grpc.core.api.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.net.client/2.71.0/grpc.net.client.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.net.clientfactory/2.71.0/grpc.net.clientfactory.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.net.common/2.71.0/grpc.net.common.2.71.0.nupkg.sha512", + "/home/runner/.nuget/packages/grpc.tools/2.76.0/grpc.tools.2.76.0.nupkg.sha512", + "/home/runner/.nuget/packages/humanizer.core/2.14.1/humanizer.core.2.14.1.nupkg.sha512", + "/home/runner/.nuget/packages/kubernetesclient/17.0.14/kubernetesclient.17.0.14.nupkg.sha512", + "/home/runner/.nuget/packages/mediatr/12.4.1/mediatr.12.4.1.nupkg.sha512", + "/home/runner/.nuget/packages/mediatr.contracts/2.0.1/mediatr.contracts.2.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights/2.23.0/microsoft.applicationinsights.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.aspnetcore/2.23.0/microsoft.applicationinsights.aspnetcore.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.dependencycollector/2.23.0/microsoft.applicationinsights.dependencycollector.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.eventcountercollector/2.23.0/microsoft.applicationinsights.eventcountercollector.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.kubernetes/8.0.0/microsoft.applicationinsights.kubernetes.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.perfcountercollector/2.23.0/microsoft.applicationinsights.perfcountercollector.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.windowsserver/2.23.0/microsoft.applicationinsights.windowsserver.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.applicationinsights.windowsserver.telemetrychannel/2.23.0/microsoft.applicationinsights.windowsserver.telemetrychannel.2.23.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.aspnetcore.authentication.jwtbearer/9.0.0/microsoft.aspnetcore.authentication.jwtbearer.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.cryptography.internal/9.0.0/microsoft.aspnetcore.cryptography.internal.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.dataprotection/9.0.0/microsoft.aspnetcore.dataprotection.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.dataprotection.abstractions/9.0.0/microsoft.aspnetcore.dataprotection.abstractions.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.dataprotection.stackexchangeredis/9.0.0/microsoft.aspnetcore.dataprotection.stackexchangeredis.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.aspnetcore.hosting/2.1.1/microsoft.aspnetcore.hosting.2.1.1.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.aspnetcore.hosting.abstractions/2.1.1/microsoft.aspnetcore.hosting.abstractions.2.1.1.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.aspnetcore.hosting.server.abstractions/2.1.1/microsoft.aspnetcore.hosting.server.abstractions.2.1.1.nupkg.sha512", @@ -40,63 +61,78 @@ "/home/runner/.nuget/packages/microsoft.aspnetcore.http.abstractions/2.1.1/microsoft.aspnetcore.http.abstractions.2.1.1.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.aspnetcore.http.extensions/2.1.1/microsoft.aspnetcore.http.extensions.2.1.1.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.aspnetcore.http.features/2.1.1/microsoft.aspnetcore.http.features.2.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.jsonpatch/9.0.0/microsoft.aspnetcore.jsonpatch.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.aspnetcore.mvc.newtonsoftjson/9.0.0/microsoft.aspnetcore.mvc.newtonsoftjson.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.aspnetcore.webutilities/2.1.1/microsoft.aspnetcore.webutilities.2.1.1.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.azure.amqp/2.6.3/microsoft.azure.amqp.2.6.3.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.azure.keyvault/2.3.2/microsoft.azure.keyvault.2.3.2.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.azure.keyvault.webkey/2.0.7/microsoft.azure.keyvault.webkey.2.0.7.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.azure.servicebus/5.2.0/microsoft.azure.servicebus.5.2.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.azure.services.appauthentication/1.0.3/microsoft.azure.services.appauthentication.1.0.3.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.bcl.asyncinterfaces/1.1.1/microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.bcl.asyncinterfaces/6.0.0/microsoft.bcl.asyncinterfaces.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.codeanalysis.analyzers/3.3.3/microsoft.codeanalysis.analyzers.3.3.3.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.codeanalysis.common/4.5.0/microsoft.codeanalysis.common.4.5.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.codeanalysis.csharp/4.5.0/microsoft.codeanalysis.csharp.4.5.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.codeanalysis.csharp.workspaces/4.5.0/microsoft.codeanalysis.csharp.workspaces.4.5.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.codeanalysis.workspaces.common/4.5.0/microsoft.codeanalysis.workspaces.common.4.5.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.codecoverage/17.12.0/microsoft.codecoverage.17.12.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.csharp/4.7.0/microsoft.csharp.4.7.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.data.sqlclient/5.2.0/microsoft.data.sqlclient.5.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.data.sqlclient/5.2.2/microsoft.data.sqlclient.5.2.2.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.data.sqlclient.sni.runtime/5.2.0/microsoft.data.sqlclient.sni.runtime.5.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.entityframeworkcore/8.0.11/microsoft.entityframeworkcore.8.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.entityframeworkcore.abstractions/8.0.11/microsoft.entityframeworkcore.abstractions.8.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.entityframeworkcore.analyzers/8.0.11/microsoft.entityframeworkcore.analyzers.8.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.entityframeworkcore.design/8.0.11/microsoft.entityframeworkcore.design.8.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.entityframeworkcore.inmemory/8.0.11/microsoft.entityframeworkcore.inmemory.8.0.11.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.entityframeworkcore.relational/8.0.11/microsoft.entityframeworkcore.relational.8.0.11.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.apidescription.server/6.0.5/microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.caching.abstractions/1.0.0/microsoft.extensions.caching.abstractions.1.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.caching.memory/1.0.0/microsoft.extensions.caching.memory.1.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration/6.0.1/microsoft.extensions.configuration.6.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.abstractions/8.0.0/microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.caching.abstractions/8.0.0/microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.caching.memory/8.0.1/microsoft.extensions.caching.memory.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration/9.0.2/microsoft.extensions.configuration.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.abstractions/9.0.7/microsoft.extensions.configuration.abstractions.9.0.7.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.extensions.configuration.azurekeyvault/3.1.24/microsoft.extensions.configuration.azurekeyvault.3.1.24.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.binder/8.0.0/microsoft.extensions.configuration.binder.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.commandline/6.0.0/microsoft.extensions.configuration.commandline.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.environmentvariables/6.0.1/microsoft.extensions.configuration.environmentvariables.6.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.fileextensions/6.0.0/microsoft.extensions.configuration.fileextensions.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.json/6.0.0/microsoft.extensions.configuration.json.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.configuration.usersecrets/6.0.1/microsoft.extensions.configuration.usersecrets.6.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection/9.0.0/microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/9.0.0/microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.dependencymodel/8.0.2/microsoft.extensions.dependencymodel.8.0.2.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.diagnosticadapter/3.1.27/microsoft.extensions.diagnosticadapter.3.1.27.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.abstractions/8.0.0/microsoft.extensions.diagnostics.abstractions.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks/8.0.0/microsoft.extensions.diagnostics.healthchecks.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks.abstractions/8.0.0/microsoft.extensions.diagnostics.healthchecks.abstractions.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.abstractions/8.0.0/microsoft.extensions.fileproviders.abstractions.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.physical/6.0.0/microsoft.extensions.fileproviders.physical.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.filesystemglobbing/6.0.0/microsoft.extensions.filesystemglobbing.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.hosting/6.0.1/microsoft.extensions.hosting.6.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.hosting.abstractions/8.0.0/microsoft.extensions.hosting.abstractions.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.http/3.1.0/microsoft.extensions.http.3.1.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging/9.0.0/microsoft.extensions.logging.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.abstractions/9.0.0/microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.applicationinsights/2.22.0/microsoft.extensions.logging.applicationinsights.2.22.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.configuration/6.0.0/microsoft.extensions.logging.configuration.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.console/6.0.0/microsoft.extensions.logging.console.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.debug/6.0.0/microsoft.extensions.logging.debug.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.eventlog/6.0.0/microsoft.extensions.logging.eventlog.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.logging.eventsource/6.0.0/microsoft.extensions.logging.eventsource.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.objectpool/7.0.0/microsoft.extensions.objectpool.7.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.options/9.0.0/microsoft.extensions.options.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.options.configurationextensions/6.0.0/microsoft.extensions.options.configurationextensions.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.extensions.primitives/9.0.0/microsoft.extensions.primitives.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identity.client/4.56.0/microsoft.identity.client.4.56.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identity.client.extensions.msal/4.56.0/microsoft.identity.client.extensions.msal.4.56.0.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.abstractions/8.0.1/microsoft.identitymodel.abstractions.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.binder/9.0.2/microsoft.extensions.configuration.binder.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.commandline/9.0.2/microsoft.extensions.configuration.commandline.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.environmentvariables/9.0.2/microsoft.extensions.configuration.environmentvariables.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.fileextensions/9.0.2/microsoft.extensions.configuration.fileextensions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.json/9.0.2/microsoft.extensions.configuration.json.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.configuration.usersecrets/9.0.2/microsoft.extensions.configuration.usersecrets.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection/9.0.2/microsoft.extensions.dependencyinjection.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/9.0.2/microsoft.extensions.dependencyinjection.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.dependencymodel/9.0.0/microsoft.extensions.dependencymodel.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnosticadapter/3.1.32/microsoft.extensions.diagnosticadapter.3.1.32.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics/9.0.2/microsoft.extensions.diagnostics.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.abstractions/9.0.2/microsoft.extensions.diagnostics.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks/9.0.0/microsoft.extensions.diagnostics.healthchecks.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks.abstractions/9.0.0/microsoft.extensions.diagnostics.healthchecks.abstractions.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.abstractions/9.0.2/microsoft.extensions.fileproviders.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.fileproviders.physical/9.0.2/microsoft.extensions.fileproviders.physical.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.filesystemglobbing/9.0.2/microsoft.extensions.filesystemglobbing.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.hosting/9.0.2/microsoft.extensions.hosting.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.hosting.abstractions/9.0.2/microsoft.extensions.hosting.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.http/8.0.0/microsoft.extensions.http.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging/9.0.2/microsoft.extensions.logging.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.abstractions/9.0.2/microsoft.extensions.logging.abstractions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.applicationinsights/2.23.0/microsoft.extensions.logging.applicationinsights.2.23.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.azureappservices/9.0.0/microsoft.extensions.logging.azureappservices.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.configuration/9.0.2/microsoft.extensions.logging.configuration.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.console/9.0.2/microsoft.extensions.logging.console.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.debug/9.0.2/microsoft.extensions.logging.debug.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.eventlog/9.0.2/microsoft.extensions.logging.eventlog.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.logging.eventsource/9.0.2/microsoft.extensions.logging.eventsource.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.objectpool/2.1.1/microsoft.extensions.objectpool.2.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.options/9.0.2/microsoft.extensions.options.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.options.configurationextensions/9.0.2/microsoft.extensions.options.configurationextensions.9.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.extensions.primitives/9.0.7/microsoft.extensions.primitives.9.0.7.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identity.client/4.61.3/microsoft.identity.client.4.61.3.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identity.client.extensions.msal/4.61.3/microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.abstractions/8.6.0/microsoft.identitymodel.abstractions.8.6.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.identitymodel.clients.activedirectory/3.14.2/microsoft.identitymodel.clients.activedirectory.3.14.2.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.jsonwebtokens/8.0.1/microsoft.identitymodel.jsonwebtokens.8.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.logging/8.0.1/microsoft.identitymodel.logging.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.jsonwebtokens/8.6.0/microsoft.identitymodel.jsonwebtokens.8.6.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.logging/8.6.0/microsoft.identitymodel.logging.8.6.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.identitymodel.protocols/8.0.1/microsoft.identitymodel.protocols.8.0.1.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.identitymodel.protocols.openidconnect/8.0.1/microsoft.identitymodel.protocols.openidconnect.8.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/microsoft.identitymodel.tokens/8.0.1/microsoft.identitymodel.tokens.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.identitymodel.tokens/8.6.0/microsoft.identitymodel.tokens.8.6.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.net.http.headers/2.1.1/microsoft.net.http.headers.2.1.1.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.net.test.sdk/17.12.0/microsoft.net.test.sdk.17.12.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.netcore.platforms/5.0.0/microsoft.netcore.platforms.5.0.0.nupkg.sha512", @@ -107,17 +143,20 @@ "/home/runner/.nuget/packages/microsoft.sqlserver.server/1.0.0/microsoft.sqlserver.server.1.0.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.testplatform.objectmodel/17.12.0/microsoft.testplatform.objectmodel.17.12.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.testplatform.testhost/17.12.0/microsoft.testplatform.testhost.17.12.0.nupkg.sha512", + "/home/runner/.nuget/packages/microsoft.web.librarymanager.build/3.0.71/microsoft.web.librarymanager.build.3.0.71.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.win32.primitives/4.3.0/microsoft.win32.primitives.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/microsoft.win32.registry/5.0.0/microsoft.win32.registry.5.0.0.nupkg.sha512", "/home/runner/.nuget/packages/mongodb.bson/2.30.0/mongodb.bson.2.30.0.nupkg.sha512", "/home/runner/.nuget/packages/mongodb.driver/2.30.0/mongodb.driver.2.30.0.nupkg.sha512", "/home/runner/.nuget/packages/mongodb.driver.core/2.30.0/mongodb.driver.core.2.30.0.nupkg.sha512", "/home/runner/.nuget/packages/mongodb.libmongocrypt/1.12.0/mongodb.libmongocrypt.1.12.0.nupkg.sha512", + "/home/runner/.nuget/packages/mono.texttemplating/2.2.1/mono.texttemplating.2.2.1.nupkg.sha512", "/home/runner/.nuget/packages/netstandard.library/1.6.1/netstandard.library.1.6.1.nupkg.sha512", - "/home/runner/.nuget/packages/newtonsoft.json/13.0.3/newtonsoft.json.13.0.3.nupkg.sha512", - "/home/runner/.nuget/packages/polly/8.5.0/polly.8.5.0.nupkg.sha512", - "/home/runner/.nuget/packages/polly.core/8.5.0/polly.core.8.5.0.nupkg.sha512", - "/home/runner/.nuget/packages/prometheus-net/8.0.1/prometheus-net.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/newtonsoft.json/13.0.4/newtonsoft.json.13.0.4.nupkg.sha512", + "/home/runner/.nuget/packages/newtonsoft.json.bson/1.0.2/newtonsoft.json.bson.1.0.2.nupkg.sha512", + "/home/runner/.nuget/packages/pipelines.sockets.unofficial/2.2.8/pipelines.sockets.unofficial.2.2.8.nupkg.sha512", + "/home/runner/.nuget/packages/polly/8.6.5/polly.8.6.5.nupkg.sha512", + "/home/runner/.nuget/packages/polly.core/8.6.5/polly.core.8.6.5.nupkg.sha512", "/home/runner/.nuget/packages/rabbitmq.client/6.8.1/rabbitmq.client.6.8.1.nupkg.sha512", "/home/runner/.nuget/packages/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", @@ -135,32 +174,43 @@ "/home/runner/.nuget/packages/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog/4.0.0/serilog.4.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.aspnetcore/8.0.3/serilog.aspnetcore.8.0.3.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.extensions.hosting/8.0.0/serilog.extensions.hosting.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.extensions.logging/8.0.0/serilog.extensions.logging.8.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.formatting.compact/2.0.0/serilog.formatting.compact.2.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.settings.configuration/8.0.4/serilog.settings.configuration.8.0.4.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.console/6.0.0/serilog.sinks.console.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.debug/2.0.0/serilog.sinks.debug.2.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.file/5.0.0/serilog.sinks.file.5.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.http/9.0.0/serilog.sinks.http.9.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/serilog.sinks.seq/8.0.0/serilog.sinks.seq.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog/4.2.0/serilog.4.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.aspnetcore/9.0.0/serilog.aspnetcore.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.extensions.hosting/9.0.0/serilog.extensions.hosting.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.extensions.logging/9.0.0/serilog.extensions.logging.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.formatting.compact/3.0.0/serilog.formatting.compact.3.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.settings.configuration/9.0.0/serilog.settings.configuration.9.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.console/6.1.1/serilog.sinks.console.6.1.1.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.debug/3.0.0/serilog.sinks.debug.3.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.file/7.0.0/serilog.sinks.file.7.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.http/9.2.0/serilog.sinks.http.9.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/serilog.sinks.seq/9.0.0/serilog.sinks.seq.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/sharpcompress/0.30.1/sharpcompress.0.30.1.nupkg.sha512", "/home/runner/.nuget/packages/snappier/1.0.0/snappier.1.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/stackexchange.redis/2.7.27/stackexchange.redis.2.7.27.nupkg.sha512", "/home/runner/.nuget/packages/swashbuckle.aspnetcore/7.2.0/swashbuckle.aspnetcore.7.2.0.nupkg.sha512", + "/home/runner/.nuget/packages/swashbuckle.aspnetcore.newtonsoft/7.2.0/swashbuckle.aspnetcore.newtonsoft.7.2.0.nupkg.sha512", "/home/runner/.nuget/packages/swashbuckle.aspnetcore.swagger/7.2.0/swashbuckle.aspnetcore.swagger.7.2.0.nupkg.sha512", "/home/runner/.nuget/packages/swashbuckle.aspnetcore.swaggergen/7.2.0/swashbuckle.aspnetcore.swaggergen.7.2.0.nupkg.sha512", "/home/runner/.nuget/packages/swashbuckle.aspnetcore.swaggerui/7.2.0/swashbuckle.aspnetcore.swaggerui.7.2.0.nupkg.sha512", "/home/runner/.nuget/packages/system.appcontext/4.3.0/system.appcontext.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.buffers/4.5.1/system.buffers.4.5.1.nupkg.sha512", + "/home/runner/.nuget/packages/system.clientmodel/1.0.0/system.clientmodel.1.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.codedom/4.4.0/system.codedom.4.4.0.nupkg.sha512", "/home/runner/.nuget/packages/system.collections/4.3.0/system.collections.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.collections.concurrent/4.3.0/system.collections.concurrent.4.3.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.collections.immutable/6.0.0/system.collections.immutable.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.composition/6.0.0/system.composition.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.composition.attributedmodel/6.0.0/system.composition.attributedmodel.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.composition.convention/6.0.0/system.composition.convention.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.composition.hosting/6.0.0/system.composition.hosting.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.composition.runtime/6.0.0/system.composition.runtime.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.composition.typedparts/6.0.0/system.composition.typedparts.6.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.configuration.configurationmanager/8.0.0/system.configuration.configurationmanager.8.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.console/4.3.0/system.console.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.debug/4.3.0/system.diagnostics.debug.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.diagnostics.diagnosticsource/8.0.1/system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512", - "/home/runner/.nuget/packages/system.diagnostics.eventlog/8.0.0/system.diagnostics.eventlog.8.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.diagnostics.diagnosticsource/10.0.0/system.diagnostics.diagnosticsource.10.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.diagnostics.eventlog/9.0.2/system.diagnostics.eventlog.9.0.2.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.performancecounter/6.0.0/system.diagnostics.performancecounter.6.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.process/4.3.0/system.diagnostics.process.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.diagnostics.tools/4.3.0/system.diagnostics.tools.4.3.0.nupkg.sha512", @@ -168,13 +218,14 @@ "/home/runner/.nuget/packages/system.globalization/4.3.0/system.globalization.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.globalization.calendars/4.3.0/system.globalization.calendars.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.globalization.extensions/4.3.0/system.globalization.extensions.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.identitymodel.tokens.jwt/8.0.1/system.identitymodel.tokens.jwt.8.0.1.nupkg.sha512", + "/home/runner/.nuget/packages/system.identitymodel.tokens.jwt/8.6.0/system.identitymodel.tokens.jwt.8.6.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io/4.3.0/system.io.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io.compression/4.3.0/system.io.compression.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io.compression.zipfile/4.3.0/system.io.compression.zipfile.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io.filesystem/4.3.0/system.io.filesystem.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.io.filesystem.accesscontrol/5.0.0/system.io.filesystem.accesscontrol.5.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.io.filesystem.accesscontrol/4.7.0/system.io.filesystem.accesscontrol.4.7.0.nupkg.sha512", "/home/runner/.nuget/packages/system.io.filesystem.primitives/4.3.0/system.io.filesystem.primitives.4.3.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.io.pipelines/6.0.3/system.io.pipelines.6.0.3.nupkg.sha512", "/home/runner/.nuget/packages/system.linq/4.3.0/system.linq.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.linq.expressions/4.3.0/system.linq.expressions.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.memory/4.5.5/system.memory.4.5.5.nupkg.sha512", @@ -190,7 +241,7 @@ "/home/runner/.nuget/packages/system.reflection.emit.ilgeneration/4.3.0/system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.reflection.emit.lightweight/4.3.0/system.reflection.emit.lightweight.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.reflection.extensions/4.3.0/system.reflection.extensions.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.reflection.metadata/1.6.0/system.reflection.metadata.1.6.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.reflection.metadata/6.0.1/system.reflection.metadata.6.0.1.nupkg.sha512", "/home/runner/.nuget/packages/system.reflection.primitives/4.3.0/system.reflection.primitives.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.reflection.typeextensions/4.3.0/system.reflection.typeextensions.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.resources.resourcemanager/4.3.0/system.resources.resourcemanager.4.3.0.nupkg.sha512", @@ -210,14 +261,17 @@ "/home/runner/.nuget/packages/system.security.cryptography.csp/4.3.0/system.security.cryptography.csp.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.security.cryptography.encoding/4.3.0/system.security.cryptography.encoding.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.security.cryptography.openssl/4.3.0/system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.security.cryptography.pkcs/9.0.0/system.security.cryptography.pkcs.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.security.cryptography.primitives/4.3.0/system.security.cryptography.primitives.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.security.cryptography.protecteddata/8.0.0/system.security.cryptography.protecteddata.8.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.security.cryptography.x509certificates/4.3.0/system.security.cryptography.x509certificates.4.3.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.security.cryptography.xml/9.0.0/system.security.cryptography.xml.9.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.security.principal.windows/5.0.0/system.security.principal.windows.5.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.text.encoding/4.3.0/system.text.encoding.4.3.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.text.encoding.codepages/6.0.0/system.text.encoding.codepages.6.0.0.nupkg.sha512", "/home/runner/.nuget/packages/system.text.encoding.extensions/4.3.0/system.text.encoding.extensions.4.3.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.text.encodings.web/6.0.0/system.text.encodings.web.6.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/system.text.json/6.0.0/system.text.json.6.0.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.text.encodings.web/4.7.2/system.text.encodings.web.4.7.2.nupkg.sha512", + "/home/runner/.nuget/packages/system.text.json/4.7.2/system.text.json.4.7.2.nupkg.sha512", "/home/runner/.nuget/packages/system.text.regularexpressions/4.3.0/system.text.regularexpressions.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.threading/4.3.0/system.threading.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.threading.channels/7.0.0/system.threading.channels.7.0.0.nupkg.sha512", @@ -226,6 +280,7 @@ "/home/runner/.nuget/packages/system.threading.thread/4.3.0/system.threading.thread.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.threading.threadpool/4.3.0/system.threading.threadpool.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.threading.timer/4.3.0/system.threading.timer.4.3.0.nupkg.sha512", + "/home/runner/.nuget/packages/system.valuetuple/4.5.0/system.valuetuple.4.5.0.nupkg.sha512", "/home/runner/.nuget/packages/system.xml.readerwriter/4.3.0/system.xml.readerwriter.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.xml.xdocument/4.3.0/system.xml.xdocument.4.3.0.nupkg.sha512", "/home/runner/.nuget/packages/system.xml.xmldocument/4.0.1/system.xml.xmldocument.4.0.1.nupkg.sha512", @@ -238,7 +293,7 @@ "/home/runner/.nuget/packages/xunit.extensibility.core/2.9.2/xunit.extensibility.core.2.9.2.nupkg.sha512", "/home/runner/.nuget/packages/xunit.extensibility.execution/2.9.2/xunit.extensibility.execution.2.9.2.nupkg.sha512", "/home/runner/.nuget/packages/xunit.runner.visualstudio/3.0.0/xunit.runner.visualstudio.3.0.0.nupkg.sha512", - "/home/runner/.nuget/packages/yamldotnet/13.3.1/yamldotnet.13.3.1.nupkg.sha512", + "/home/runner/.nuget/packages/yamldotnet/16.3.0/yamldotnet.16.3.0.nupkg.sha512", "/home/runner/.nuget/packages/zstdsharp.port/0.7.3/zstdsharp.port.0.7.3.nupkg.sha512" ], "logs": []